diff --git a/.eslintrc b/.eslintrc
index 7719dfaec0..7e469f7672 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -95,6 +95,7 @@
"CANCEL": true,
"copy_dict": true,
"get_number_format_info": true,
+ "strip_number_groups": true,
"print_table": true,
"Layout": true,
"web_form_settings": true,
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 511b682f37..8f300706b9 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -1,12 +1,12 @@
### Introduction (first timers)
-Thank you for your interest in raising an Issue with ERPNext. An Issue could mean a bug report or a request for a missing feature. By raising a bug report, you are contributing to the development of ERPNext and this is the first step of participating in the community. Bug reports are very helpful for developers as they quickly fix the issue before other users start facing it.
+Thank you for your interest in raising an Issue with the Frappe Framework. An Issue could mean a bug report or a request for a missing feature. By raising a bug report, you are contributing to the development of the Frappe Framework and this is the first step of participating in the community. Bug reports are very helpful for developers as they quickly fix the issue before other users start facing it.
Feature requests are also a great way to take the product forward. New ideas can come in any user scenario and the issue list also acts a roadmap of future features.
When you are raising an Issue, you should keep a few things in mind. Remember that the developer does not have access to your machine so you must give all the information you can while raising an Issue. If you are suggesting a feature, you should be very clear about what you want.
-The Issue list is not the right place to ask a question or start a general discussion. If you want to do that , then the right place is the forum [https://discuss.erpnext.com](https://discuss.erpnext.com).
+The Issue list is not the right place to ask a question or start a general discussion. If you want to do that , then the right place is the forum [https://discuss.frappe.io](https://discuss.frappe.io).
### Reply and Closing Policy
@@ -15,8 +15,8 @@ If your issue is not clear or does not meet the guidelines, then it will be clos
### General Issue Guidelines
1. **Search existing Issues:** Before raising a Issue, search if it has been raised before. Maybe add a 👍 or give additional help by creating a mockup if it is not already created.
-1. **Report each issue separately:** Don't club multiple, unreleated issues in one note.
-1. **Brief:** Please don't include long explanations. Use screenshots and bullet points instead of descriptive paragraphs.
+2. **Report each issue separately:** Don't club multiple, unreleated issues in one note.
+3. **Brief:** Please don't include long explanations. Use screenshots and bullet points instead of descriptive paragraphs.
### Bug Report Guidelines
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000000..0935b4a73a
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,47 @@
+---
+name: Bug report
+about: Report a bug encountered while using the Frappe Framework
+labels: bug
+---
+
+
+
+## Description of the issue
+
+## Context information (for bug reports)
+
+**Output of `bench version`**
+```
+(paste here)
+```
+
+## Steps to reproduce the issue
+
+1.
+2.
+3.
+
+### Observed result
+
+### Expected result
+
+### Stacktrace / full error message
+
+```
+(paste here)
+```
+
+## Additional information
+
+OS version / distribution, `Frappe` install method, etc.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 0000000000..1ddaa62f05
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,28 @@
+---
+name: Feature request
+about: Suggest an idea to improve Frappe
+labels: feature-request
+---
+
+
+
+**Is your feature request related to a problem? Please describe.**
+A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
+
+**Describe the solution you'd like**
+A clear and concise description of what you want to happen.
+
+**Describe alternatives you've considered**
+A clear and concise description of any alternative solutions or features you've considered.
+
+**Additional context**
+Add any other context or screenshots about the feature request here.
diff --git a/.github/ISSUE_TEMPLATE/question-about-using-frappe.md b/.github/ISSUE_TEMPLATE/question-about-using-frappe.md
new file mode 100644
index 0000000000..aedec5c51d
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/question-about-using-frappe.md
@@ -0,0 +1,19 @@
+---
+name: Question about using Frappe/Frappe Apps
+about: This is not the appropriate channel
+labels: invalid
+---
+
+Please post on our forums:
+
+for questions about using the `Frappe Framework`: https://discuss.frappe.io
+
+for questions about using `ERPNext`: https://discuss.erpnext.com
+
+for questions about using `bench`, probably the best place to start is the [bench repo](https://github.com/frappe/bench)
+
+For documentation issues, use the [Frappe Framework Documentation](https://frappe.io/docs/user/en) or the [developer cheetsheet](https://github.com/frappe/frappe/wiki/Developer-Cheatsheet)
+
+For a slightly outdated yet informative developer guide: https://www.youtube.com/playlist?list=PL3lFfCEoMxvzHtsZHFJ4T3n5yMM3nGJ1W
+
+> **Posts that are not bug reports or feature requests will not be addressed on this issue tracker.**
\ No newline at end of file
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 73b92062d2..8fc5248b7b 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1 +1,33 @@
-Please read the [Pull Request Checklist](https://github.com/frappe/erpnext/wiki/Pull-Request-Checklist) to ensure you have everything that is needed to get your contribution merged.
\ No newline at end of file
+
+
+> Please provide enough information so that others can review your pull request:
+
+
+
+> Explain the **details** for making this change. What existing problem does the pull request solve?
+
+
+
+> Screenshots/GIFs
+
+
diff --git a/SECURITY.md b/SECURITY.md
new file mode 100644
index 0000000000..1126c8b4da
--- /dev/null
+++ b/SECURITY.md
@@ -0,0 +1,7 @@
+# Security Policy
+
+The Frappe team and community take security issues in the Frappe Framework seriously. To report a security issue, fill out the form at [https://erpnext.com/security/report](https://erpnext.com/security/report).
+
+You can help us make Frappe and consequently all Frappe dependent apps like [ERPNext](https://erpnext.com) more secure by following the [Reporting guidelines](https://erpnext.com/security).
+
+We appreciate your efforts to responsibly disclose your findings. We'll endeavor to respond quickly, and will keep you updated throughout the process.
\ No newline at end of file
diff --git a/cypress/integration/query_report.js b/cypress/integration/query_report.js
index 8aa6279887..375b13fd9f 100644
--- a/cypress/integration/query_report.js
+++ b/cypress/integration/query_report.js
@@ -7,22 +7,27 @@ context('Form', () => {
it('add custom column in report', () => {
cy.visit('/desk#query-report/Permitted Documents For User');
- cy.get('#page-query-report input[data-fieldname="user"]').as('input');
- cy.get('@input').focus().type('test@erpnext.com', { delay: 100 });
- cy.get('#page-query-report input[data-fieldname="doctype"]').as('input-test');
- cy.get('@input-test').focus().type('Role', { delay: 100 }).blur();
- cy.get('.datatable').should('exist');
- cy.get('button').contains('Menu').click({force: true});
- cy.get('.dropdown-menu li').contains('Add Column').click({force: true});
- cy.get('.modal-dialog').should('contain', 'Add Column');
- cy.get('select[data-fieldname="doctype"]').select("Role", {force: true});
- cy.get('select[data-fieldname="field"]').select("Role Name", {force: true});
- cy.get('select[data-fieldname="insert_after"]').select("Name", {force: true});
- cy.get('button').contains('Submit').click({force: true});
- cy.get('button').contains('Menu').click({force: true});
- cy.get('.dropdown-menu li').contains('Save').click({force: true});
- cy.get('.modal-dialog').should('contain', 'Save Report');
- cy.get('input[data-fieldname="report_name"]').type("Test Report", {force: true});
- cy.get('button').contains('Submit').click({force: true});
+ cy.get('div[class="page-form flex"]', {timeout: 60000}).should('have.length', 1).then(()=>{
+ cy.get('#page-query-report input[data-fieldname="user"]').as('input');
+ cy.get('@input').focus().type('test@erpnext.com', { delay: 100 });
+
+ cy.get('#page-query-report input[data-fieldname="doctype"]').as('input-test');
+ cy.get('@input-test').focus().type('Role', { delay: 100 }).blur();
+
+ cy.get('.datatable').should('exist');
+ cy.get('button').contains('Menu').click({force: true});
+ cy.get('.dropdown-menu li').contains('Add Column').click({force: true});
+ cy.get('.modal-dialog').should('contain', 'Add Column');
+ cy.get('select[data-fieldname="doctype"]').select("Role", {force: true});
+ cy.get('select[data-fieldname="field"]').select("Role Name", {force: true});
+ cy.get('select[data-fieldname="insert_after"]').select("Name", {force: true});
+ cy.get('button').contains('Submit').click({force: true});
+ cy.get('button').contains('Menu').click({force: true});
+ cy.get('.dropdown-menu li').contains('Save').click({force: true});
+ cy.get('.modal-dialog').should('contain', 'Save Report');
+
+ cy.get('input[data-fieldname="report_name"]').type("Test Report", {delay:100, force: true});
+ cy.get('button').contains('Submit').click({timeout:1000, force: true});
+ });
});
});
\ No newline at end of file
diff --git a/frappe/contacts/doctype/contact/contact.json b/frappe/contacts/doctype/contact/contact.json
index 7bc13accf8..7dd5aad4ce 100644
--- a/frappe/contacts/doctype/contact/contact.json
+++ b/frappe/contacts/doctype/contact/contact.json
@@ -193,7 +193,7 @@
{
"fieldname": "phone_nos",
"fieldtype": "Table",
- "label": "Numbers",
+ "label": "Contact Numbers",
"options": "Contact Phone"
},
{
@@ -245,7 +245,7 @@
"icon": "fa fa-user",
"idx": 1,
"image_field": "image",
- "modified": "2019-09-24 17:48:26.790985",
+ "modified": "2019-10-10 22:04:41.070479",
"modified_by": "Administrator",
"module": "Contacts",
"name": "Contact",
diff --git a/frappe/contacts/doctype/contact/contact.py b/frappe/contacts/doctype/contact/contact.py
index f851e19b46..b9239dc1f6 100644
--- a/frappe/contacts/doctype/contact/contact.py
+++ b/frappe/contacts/doctype/contact/contact.py
@@ -32,7 +32,6 @@ class Contact(Document):
self.set_primary_email()
self.set_primary("phone")
self.set_primary("mobile_no")
- self.check_if_primary_phone_and_mobile_no_same()
self.set_user()
@@ -119,11 +118,6 @@ class Contact(Document):
setattr(self, fieldname, d.phone)
break
- def check_if_primary_phone_and_mobile_no_same(self):
- if self.phone and self.mobile_no and self.phone == self.mobile_no:
- number = frappe.bold(self.phone)
- frappe.throw(_("Number {0} cannot be set as primary for Phone as well as Mobile No.").format(number))
-
def get_default_contact(doctype, name):
'''Returns default contact for the given doctype, name'''
out = frappe.db.sql('''select parent,
diff --git a/frappe/contacts/doctype/contact/test_contact.py b/frappe/contacts/doctype/contact/test_contact.py
index 2e6f9ad422..4929873dc4 100644
--- a/frappe/contacts/doctype/contact/test_contact.py
+++ b/frappe/contacts/doctype/contact/test_contact.py
@@ -33,37 +33,6 @@ class TestContact(unittest.TestCase):
self.assertEqual(contact.phone, "+91 0000000002")
self.assertEqual(contact.mobile_no, "+91 0000000003")
- def test_same_phone_and_mobile(self):
- phones = [
- {"phone": "+91 0000000000", "is_primary_phone": 1, "is_primary_mobile_no": 1},
- ]
- contact = create_contact("Phone", "Mr", phones=phones, save=False)
- self.assertRaises(ValidationError, contact.save)
-
- def test_no_primary_set(self):
- emails = [
- {"email": "test1@example.com", "is_primary": 0},
- {"email": "test2@example.com", "is_primary": 0},
- {"email": "test3@example.com", "is_primary": 0},
- {"email": "test4@example.com", "is_primary": 0},
- {"email": "test5@example.com", "is_primary": 0},
- ]
- phones = [
- {"phone": "+91 0000000000", "is_primary_phone": 0, "is_primary_mobile_no": 0},
- {"phone": "+91 0000000001", "is_primary_phone": 0, "is_primary_mobile_no": 0},
- {"phone": "+91 0000000002", "is_primary_phone": 1, "is_primary_mobile_no": 1},
- {"phone": "+91 0000000003", "is_primary_phone": 0, "is_primary_mobile_no": 0},
- ]
-
- contact_email = create_contact("Default", "Mr", emails=emails, phones=phones, save=False)
- contact_phone = create_contact("Default", "Mr", emails=emails, phones=phones, save=False)
-
- # No default set for emails if many emails are passed as params
- self.assertRaises(ValidationError, contact_email.save)
-
- # No default set for phones if many phones are passed as params
- self.assertRaises(ValidationError, contact_phone.save)
-
def create_contact(name, salutation, emails=None, phones=None, save=True):
doc = frappe.get_doc({
"doctype": "Contact",
diff --git a/frappe/core/doctype/communication/communication.json b/frappe/core/doctype/communication/communication.json
index 909999b0bd..5e34804b93 100644
--- a/frappe/core/doctype/communication/communication.json
+++ b/frappe/core/doctype/communication/communication.json
@@ -383,7 +383,7 @@
],
"icon": "fa fa-comment",
"idx": 1,
- "modified": "2019-09-05 14:22:27.664645",
+ "modified": "2019-10-09 14:22:27.664645",
"modified_by": "Administrator",
"module": "Core",
"name": "Communication",
diff --git a/frappe/core/doctype/data_import/data_import.js b/frappe/core/doctype/data_import/data_import.js
index eeaa5ac34e..c5bd4e99c9 100644
--- a/frappe/core/doctype/data_import/data_import.js
+++ b/frappe/core/doctype/data_import/data_import.js
@@ -7,15 +7,20 @@ frappe.ui.form.on('Data Import', {
frm.set_value("action", "");
}
- frm.set_query("reference_doctype", function() {
- return {
- "filters": {
- "issingle": 0,
- "istable": 0,
- "name": ['in', frappe.boot.user.can_import]
- }
- };
- });
+ frappe.call({
+ method: "frappe.core.doctype.data_import.data_import.get_importable_doc",
+ callback: function (r) {
+ frm.set_query("reference_doctype", function () {
+ return {
+ "filters": {
+ "issingle": 0,
+ "istable": 0,
+ "name": ['in', r.message]
+ }
+ };
+ });
+ }
+ }),
// should never check public
frm.fields_dict["import_file"].df.is_private = 1;
diff --git a/frappe/core/doctype/data_import/data_import.py b/frappe/core/doctype/data_import/data_import.py
index 5500f1c617..80f8553121 100644
--- a/frappe/core/doctype/data_import/data_import.py
+++ b/frappe/core/doctype/data_import/data_import.py
@@ -29,6 +29,11 @@ class DataImport(Document):
upload(data_import_doc=self, from_data_import="Yes", validate_template=True)
+@frappe.whitelist()
+def get_importable_doc():
+ import_lst = frappe.cache().hget("can_import", frappe.session.user)
+ return import_lst
+
@frappe.whitelist()
def import_data(data_import):
frappe.db.set_value("Data Import", data_import, "import_status", "In Progress", update_modified=False)
diff --git a/frappe/core/doctype/dynamic_link/dynamic_link.json b/frappe/core/doctype/dynamic_link/dynamic_link.json
index abc47df100..b99f77f139 100644
--- a/frappe/core/doctype/dynamic_link/dynamic_link.json
+++ b/frappe/core/doctype/dynamic_link/dynamic_link.json
@@ -13,7 +13,7 @@
"fieldname": "link_doctype",
"fieldtype": "Link",
"in_list_view": 1,
- "label": "Link DocType",
+ "label": "Link Document Type",
"options": "DocType",
"reqd": 1
},
@@ -34,7 +34,7 @@
}
],
"istable": 1,
- "modified": "2019-05-16 19:54:31.400026",
+ "modified": "2019-10-10 22:05:54.736093",
"modified_by": "Administrator",
"module": "Core",
"name": "Dynamic Link",
diff --git a/frappe/custom/doctype/customize_form/customize_form.json b/frappe/custom/doctype/customize_form/customize_form.json
index d4b6bc6352..0b1df62f9d 100644
--- a/frappe/custom/doctype/customize_form/customize_form.json
+++ b/frappe/custom/doctype/customize_form/customize_form.json
@@ -18,6 +18,7 @@
"track_changes",
"track_views",
"allow_auto_repeat",
+ "allow_import",
"image_view",
"column_break_5",
"title_field",
@@ -167,13 +168,19 @@
"fieldname": "allow_auto_repeat",
"fieldtype": "Check",
"label": "Allow Auto Repeat"
+ },
+ {
+ "default": "0",
+ "fieldname": "allow_import",
+ "fieldtype": "Check",
+ "label": "Allow Import (via Data Import Tool)"
}
],
"hide_toolbar": 1,
"icon": "fa fa-glass",
"idx": 1,
"issingle": 1,
- "modified": "2019-07-01 22:50:50.372465",
+ "modified": "2019-10-08 11:16:36.698006",
"modified_by": "Administrator",
"module": "Custom",
"name": "Customize Form",
diff --git a/frappe/custom/doctype/customize_form/customize_form.py b/frappe/custom/doctype/customize_form/customize_form.py
index 425191c4eb..b851d40b83 100644
--- a/frappe/custom/doctype/customize_form/customize_form.py
+++ b/frappe/custom/doctype/customize_form/customize_form.py
@@ -30,7 +30,8 @@ doctype_properties = {
'max_attachments': 'Int',
'track_changes': 'Check',
'track_views': 'Check',
- 'allow_auto_repeat': 'Check'
+ 'allow_auto_repeat': 'Check',
+ 'allow_import': 'Check'
}
docfield_properties = {
diff --git a/frappe/desk/doctype/global_search_settings/global_search_settings.json b/frappe/desk/doctype/global_search_settings/global_search_settings.json
index e0b4b11d05..6fa25f72b7 100644
--- a/frappe/desk/doctype/global_search_settings/global_search_settings.json
+++ b/frappe/desk/doctype/global_search_settings/global_search_settings.json
@@ -10,12 +10,12 @@
{
"fieldname": "allowed_in_global_search",
"fieldtype": "Table",
- "label": "Document Types",
+ "label": "Search Priorities",
"options": "Global Search DocType"
}
],
"issingle": 1,
- "modified": "2019-09-18 18:00:17.388486",
+ "modified": "2019-10-10 22:05:02.692689",
"modified_by": "Administrator",
"module": "Desk",
"name": "Global Search Settings",
diff --git a/frappe/desk/page/activity/activity.js b/frappe/desk/page/activity/activity.js
index dd2c5fd07a..4ec54e1b2d 100644
--- a/frappe/desk/page/activity/activity.js
+++ b/frappe/desk/page/activity/activity.js
@@ -153,10 +153,10 @@ frappe.activity.render_heatmap = function(page) {
start: new Date(moment().subtract(1, 'year').toDate()),
countLabel: "actions",
discreteDomains: 0,
- data: {}
+ data: {
+ 'dataPoints': r.message
+ }
});
-
- heatmap.update(r.message);
}
}
})
diff --git a/frappe/email/doctype/email_domain/email_domain.json b/frappe/email/doctype/email_domain/email_domain.json
index 4e3499e4bd..677bf876aa 100644
--- a/frappe/email/doctype/email_domain/email_domain.json
+++ b/frappe/email/doctype/email_domain/email_domain.json
@@ -30,7 +30,7 @@
"fieldtype": "Data",
"label": "domain name",
"read_only": 1,
- "unique": 1
+ "unique": 0
},
{
"fieldname": "email_id",
@@ -109,7 +109,7 @@
}
],
"icon": "icon-inbox",
- "modified": "2019-08-31 17:56:48.834704",
+ "modified": "2019-10-09 17:56:48.834704",
"modified_by": "Administrator",
"module": "Email",
"name": "Email Domain",
@@ -127,4 +127,4 @@
],
"sort_field": "modified",
"sort_order": "DESC"
-}
\ No newline at end of file
+}
diff --git a/frappe/email/doctype/notification/notification.py b/frappe/email/doctype/notification/notification.py
index 6ae4243775..d40f64b8bd 100644
--- a/frappe/email/doctype/notification/notification.py
+++ b/frappe/email/doctype/notification/notification.py
@@ -143,7 +143,7 @@ def get_context(context):
attachments = self.get_attachment(doc)
recipients, cc, bcc = self.get_list_of_recipients(doc, context)
- if not recipients:
+ if not (recipients or cc or bcc):
return
sender = None
if self.sender and self.sender_email:
diff --git a/frappe/geo/doctype/currency/currency.js b/frappe/geo/doctype/currency/currency.js
index af2d6ebc4e..1bc9865999 100644
--- a/frappe/geo/doctype/currency/currency.js
+++ b/frappe/geo/doctype/currency/currency.js
@@ -7,5 +7,10 @@ frappe.ui.form.on('Currency', {
if(!frm.doc.enabled) {
frm.set_intro(__("This Currency is disabled. Enable to use in transactions"));
}
+ },
+
+ after_save(frm) {
+ if (frm.doc.enabled)
+ locals[':Currency'][frm.doc.name] = Object.assign(frm.doc, { doctype: ':Currency' });
}
});
diff --git a/frappe/hooks.py b/frappe/hooks.py
index fd7c940fa4..aeba3c7445 100644
--- a/frappe/hooks.py
+++ b/frappe/hooks.py
@@ -190,13 +190,13 @@ scheduler_events = {
],
"daily_long": [
"frappe.integrations.doctype.dropbox_settings.dropbox_settings.take_backups_daily",
+ "frappe.utils.change_log.check_for_update",
"frappe.integrations.doctype.s3_backup_settings.s3_backup_settings.take_backups_daily",
"frappe.integrations.doctype.google_drive.google_drive.daily_backup"
],
"weekly_long": [
"frappe.integrations.doctype.dropbox_settings.dropbox_settings.take_backups_weekly",
"frappe.integrations.doctype.s3_backup_settings.s3_backup_settings.take_backups_weekly",
- "frappe.utils.change_log.check_for_update",
"frappe.desk.doctype.route_history.route_history.flush_old_route_records",
"frappe.desk.form.document_follow.send_weekly_updates",
"frappe.social.doctype.energy_point_log.energy_point_log.send_weekly_summary",
diff --git a/frappe/integrations/doctype/google_calendar/google_calendar.py b/frappe/integrations/doctype/google_calendar/google_calendar.py
index d6ba82ed5a..fa2eea6ce1 100644
--- a/frappe/integrations/doctype/google_calendar/google_calendar.py
+++ b/frappe/integrations/doctype/google_calendar/google_calendar.py
@@ -220,7 +220,7 @@ def sync_events_from_google_calendar(g_calendar, method=None, page_length=10):
except HttpError as err:
frappe.throw(_("Google Calendar - Could not fetch event from Google Calendar, error code {0}.").format(err.resp.status))
- for event in events.get("items"):
+ for event in events.get("items", []):
results.append(event)
if not events.get("nextPageToken"):
diff --git a/frappe/integrations/doctype/google_contacts/google_contacts.py b/frappe/integrations/doctype/google_contacts/google_contacts.py
index 522a0e31a6..0e28c1306c 100644
--- a/frappe/integrations/doctype/google_contacts/google_contacts.py
+++ b/frappe/integrations/doctype/google_contacts/google_contacts.py
@@ -155,7 +155,7 @@ def sync_contacts_from_google_contacts(g_contact):
except HttpError as err:
frappe.throw(_("Google Contacts - Could not sync contacts from Google Contacts {0}, error code {1}.").format(account.name, err.resp.status))
- for contact in contacts.get("connections"):
+ for contact in contacts.get("connections", []):
results.append(contact)
if not contacts.get("nextPageToken"):
diff --git a/frappe/model/base_document.py b/frappe/model/base_document.py
index 27f0f56ebd..6c917b8d4d 100644
--- a/frappe/model/base_document.py
+++ b/frappe/model/base_document.py
@@ -454,18 +454,6 @@ class BaseDocument(object):
doctype = df.options
if not doctype:
frappe.throw(_("Options not set for link field {0}").format(df.fieldname))
-
- meta = frappe.get_meta(doctype)
- if meta.has_field('disabled'):
- if not (
- frappe.flags.in_import
- or frappe.flags.in_migrate
- or frappe.flags.in_install
- or frappe.flags.in_patch
- ):
- disabled = frappe.get_value(doctype, self.get(df.fieldname), 'disabled')
- if disabled:
- frappe.throw(_("{0} is disabled").format(frappe.bold(self.get(df.fieldname))))
else:
doctype = self.get(df.options)
if not doctype:
diff --git a/frappe/patches.txt b/frappe/patches.txt
index 3a1706cda1..36aa390d65 100644
--- a/frappe/patches.txt
+++ b/frappe/patches.txt
@@ -252,4 +252,3 @@ frappe.patches.v12_0.move_email_and_phone_to_child_table
frappe.patches.v12_0.delete_duplicate_indexes
frappe.patches.v12_0.set_default_incoming_email_port
frappe.patches.v12_0.update_global_search
-frappe.patches.v12_0.setup_tags
diff --git a/frappe/patches/v11_0/create_contact_for_user.py b/frappe/patches/v11_0/create_contact_for_user.py
index 8a9238572e..b4722ab3ae 100644
--- a/frappe/patches/v11_0/create_contact_for_user.py
+++ b/frappe/patches/v11_0/create_contact_for_user.py
@@ -17,6 +17,8 @@ def execute():
users = frappe.get_all('User', filters={"name": ('not in', 'Administrator, Guest')}, fields=["*"])
for user in users:
+ if frappe.db.exists("Contact", {"email_id": user.email}) or frappe.db.exists("Contact Email", {"email_id": user.email}):
+ continue
if user.first_name:
user.first_name = re.sub("[<>]+", '', frappe.safe_decode(user.first_name))
if user.last_name:
diff --git a/frappe/patches/v11_0/delete_all_prepared_reports.py b/frappe/patches/v11_0/delete_all_prepared_reports.py
index 10bc049895..de36db66af 100644
--- a/frappe/patches/v11_0/delete_all_prepared_reports.py
+++ b/frappe/patches/v11_0/delete_all_prepared_reports.py
@@ -3,6 +3,7 @@ import frappe
def execute():
if frappe.db.table_exists('Prepared Report'):
+ frappe.reload_doc("core", "doctype", "prepared_doctype")
prepared_reports = frappe.get_all("Prepared Report")
for report in prepared_reports:
frappe.delete_doc("Prepared Report", report.name)
diff --git a/frappe/patches/v12_0/setup_tags.py b/frappe/patches/v12_0/setup_tags.py
index 33ea39c898..cd50b0d505 100644
--- a/frappe/patches/v12_0/setup_tags.py
+++ b/frappe/patches/v12_0/setup_tags.py
@@ -21,11 +21,10 @@ def execute():
if not tag:
continue
- escaped_tag = frappe.db.escape(tag.strip())
- tag_list.append((escaped_tag, time, time, 'Administrator'))
+ tag_list.append((tag.strip(), time, time, 'Administrator'))
- tag_link_name = frappe.generate_hash(dt_tags.name + escaped_tag, 10),
- tag_links.append((tag_link_name, doctype.name, dt_tags.name, escaped_tag, time, time, 'Administrator'))
+ tag_link_name = frappe.generate_hash(dt_tags.name + tag.strip() + doctype.name, 10),
+ tag_links.append((tag_link_name, doctype.name, dt_tags.name, tag.strip(), time, time, 'Administrator'))
- frappe.db.bulk_insert("Tag", fields=["name", "creation", "modified", "modified_by"], values=tag_list)
- frappe.db.bulk_insert("Tag Link", fields=["name", "document_type", "document_name", "tag", "creation", "modified", "modified_by"], values=tag_links)
\ No newline at end of file
+ frappe.db.bulk_insert("Tag", fields=["name", "creation", "modified", "modified_by"], values=set(tag_list))
+ frappe.db.bulk_insert("Tag Link", fields=["name", "document_type", "document_name", "tag", "creation", "modified", "modified_by"], values=set(tag_links))
\ No newline at end of file
diff --git a/frappe/public/js/frappe/form/controls/currency.js b/frappe/public/js/frappe/form/controls/currency.js
index e831bcfc0c..5285d38b38 100644
--- a/frappe/public/js/frappe/form/controls/currency.js
+++ b/frappe/public/js/frappe/form/controls/currency.js
@@ -1,19 +1,8 @@
frappe.ui.form.ControlCurrency = frappe.ui.form.ControlFloat.extend({
eval_expression: function(value) {
- if (typeof value === 'string' && value.includes(',')
- && frappe.sys_defaults.number_format.startsWith("#.")) {
- return value;
- }
-
- if (typeof value === 'string'
- && value.match(/^[0-9+-/* ]+$/)) {
- if (value.includes(',')) {
- // paresFloat('1,44,000') returns 1.0
- // 1,44,000 are being passed when we paste rows from excel sheet to a table)
-
- const regex = new RegExp("\\,", "g");
- value = value.replace(regex, "");
- }
+ if (typeof value ==='string' && value.match(/^[0-9+-/* ]+$/)) {
+ // Removes seperator
+ value = strip_number_groups(value, this.get_number_format());
try {
return eval(value);
@@ -21,7 +10,6 @@ frappe.ui.form.ControlCurrency = frappe.ui.form.ControlFloat.extend({
return value;
}
}
-
// If not string
return value;
},
diff --git a/frappe/public/js/frappe/form/controls/float.js b/frappe/public/js/frappe/form/controls/float.js
index 6ebaaa4075..71a0257597 100644
--- a/frappe/public/js/frappe/form/controls/float.js
+++ b/frappe/public/js/frappe/form/controls/float.js
@@ -1,7 +1,9 @@
frappe.ui.form.ControlFloat = frappe.ui.form.ControlInt.extend({
parse: function(value) {
value = this.eval_expression(value);
- return isNaN(parseFloat(value)) ? null : flt(value, this.get_precision());
+ // For #'###.## number format, if we enter 45'00 then it gets parsed as 45.00
+ // becoz number format isn't provided to flt()
+ return isNaN(parseFloat(value)) ? null : flt(value, this.get_precision(), this.get_number_format());
},
format_for_input: function(value) {
diff --git a/frappe/public/js/frappe/form/form.js b/frappe/public/js/frappe/form/form.js
index 234974d1b3..5a983986d8 100644
--- a/frappe/public/js/frappe/form/form.js
+++ b/frappe/public/js/frappe/form/form.js
@@ -1369,6 +1369,8 @@ frappe.ui.form.Form = class FrappeForm {
frappe.get_meta(doctype).fields.forEach(function(df) {
if(df.fieldtype==='Link' && df.options===me.doctype) {
new_doc[df.fieldname] = me.doc.name;
+ } else if (['Link', 'Dynamic Link'].includes(df.fieldtype) && me.doc[df.fieldname]) {
+ new_doc[df.fieldname] = me.doc[df.fieldname];
}
});
diff --git a/frappe/public/js/frappe/form/grid.js b/frappe/public/js/frappe/form/grid.js
index 2dfca08b0d..90e0f90be7 100644
--- a/frappe/public/js/frappe/form/grid.js
+++ b/frappe/public/js/frappe/form/grid.js
@@ -347,7 +347,6 @@ export default class Grid {
if (!this.is_editable()) {
return false;
}
-
// prevent drag behaviour if _sortable property is "false"
let idx = $(event.dragged).closest('.grid-row').attr('data-idx');
let doc = this.get_data()[idx - 1];
@@ -359,7 +358,7 @@ export default class Grid {
let idx = $(event.item).closest('.grid-row').attr('data-idx');
let doc = this.get_data()[idx - 1];
this.renumber_based_on_dom();
- this.frm.script_manager.trigger(this.df.fieldnathis + "_move", this.df.options, doc.nathis);
+ this.frm.script_manager.trigger(this.df.fieldname + "_move", this.df.options, doc.name);
this.refresh();
this.frm.dirty();
}
diff --git a/frappe/public/js/frappe/utils/number_format.js b/frappe/public/js/frappe/utils/number_format.js
index 57022b22c5..b8a18610bd 100644
--- a/frappe/public/js/frappe/utils/number_format.js
+++ b/frappe/public/js/frappe/utils/number_format.js
@@ -144,7 +144,10 @@ function get_currency_symbol(currency) {
}
function get_number_format(currency) {
- return (frappe.boot && frappe.boot.sysdefaults && frappe.boot.sysdefaults.number_format) || "#,###.##";
+ let format = null;
+ if (currency) format = frappe.model.get_value(":Currency", currency, "number_format");
+
+ return format || (frappe.boot && frappe.boot.sysdefaults && frappe.boot.sysdefaults.number_format) || "#,###.##";
}
function get_number_format_info(format) {
diff --git a/frappe/public/js/frappe/views/communication.js b/frappe/public/js/frappe/views/communication.js
index adc440469a..1960520e6b 100755
--- a/frappe/public/js/frappe/views/communication.js
+++ b/frappe/public/js/frappe/views/communication.js
@@ -127,9 +127,9 @@ frappe.views.CommunicationComposer = Class.extend({
this.setup_last_edited_communication();
this.setup_email_template();
- this.dialog.fields_dict.recipients.set_value(this.recipients || '');
- this.dialog.fields_dict.cc.set_value(this.cc || '');
- this.dialog.fields_dict.bcc.set_value(this.bcc || '');
+ this.dialog.set_value("recipients", this.recipients || '');
+ this.dialog.set_value("cc", this.cc || '');
+ this.dialog.set_value("bcc", this.bcc || '');
if(this.dialog.fields_dict.sender) {
this.dialog.fields_dict.sender.set_value(this.sender || '');
@@ -181,6 +181,10 @@ frappe.views.CommunicationComposer = Class.extend({
}
}
}
+
+ if (!this.recipients) {
+ this.recipients = this.frm.doc[this.frm.email_field];
+ }
},
setup_email_template: function() {
@@ -690,6 +694,7 @@ frappe.views.CommunicationComposer = Class.extend({
}
fields.content.set_value(content);
},
+
html2text: function(html) {
// convert HTML to text and try and preserve whitespace
var d = document.createElement( 'div' );
diff --git a/frappe/public/js/frappe/views/inbox/inbox_view.js b/frappe/public/js/frappe/views/inbox/inbox_view.js
index 72a28c6489..2b35d38683 100644
--- a/frappe/public/js/frappe/views/inbox/inbox_view.js
+++ b/frappe/public/js/frappe/views/inbox/inbox_view.js
@@ -17,9 +17,7 @@ frappe.views.InboxView = class InboxView extends frappe.views.ListView {
frappe.set_route("List", "Communication", "Inbox", email_account);
return true;
} else if (!route[3] || (route[3] !== "All Accounts" && !is_valid(route[3]))) {
- frappe.msgprint(__('Invalid Email Account'));
- window.history.back();
- return true;
+ frappe.throw(__('No email account associated with the User. Please add an account under User > Email Inbox.'));
}
return false;
diff --git a/frappe/translations/af.csv b/frappe/translations/af.csv
index 069a3b5dc2..db548df7fa 100644
--- a/frappe/translations/af.csv
+++ b/frappe/translations/af.csv
@@ -112,7 +112,6 @@ DocType: Data Migration Run,Log,Meld
DocType: Workflow State,indent-right,streepje-reg
DocType: Has Role,Has Role,Het Rol
DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,Tyd in sekondes om QR-kode prent op bediener te behou. Min: 240
-apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,Ongeldige e-pos rekening
apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: Veldtipe {1} vir {2} kan nie geïndekseer word nie
DocType: Dashboard Chart,Timespan,Tydsverloop
apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Web Link
@@ -129,7 +128,7 @@ DocType: DocType,Default Print Format,Standaarddrukformaat
DocType: Workflow State,Tags,Tags
apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of Workflow,Geen: Einde van Workflow
apps/frappe/frappe/database/mariadb/schema.py,"{0} field cannot be set as unique in {1}, as there are non-unique existing values","{0} veld kan nie as uniek in {1} gestel word nie, aangesien daar nie-unieke bestaande waardes is"
-DocType: Global Search Settings,Document Types,Dokumentsoorte
+apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,Dokumentsoorte
DocType: Address,Jammu and Kashmir,Jammu en Kasjmir
DocType: Workflow,Workflow State Field,Workflow State Field
DocType: Language,Guest,gaste
@@ -289,6 +288,7 @@ DocType: Customize Form Field,"Print Width of the field, if the field is a colum
DocType: Dropbox Settings,Dropbox Access Key,Dropbox toegang sleutel
apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,Verkeerde veldnaam {0} in add_fetch-opstelling van persoonlike skrif
apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,Kies Google Kontakte waarmee die kontak gesinkroniseer moet word.
+DocType: Web Page,Main Section (HTML),Hoofafdeling (HTML)
DocType: Workflow State,headphones,oorfone
apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,Wagwoord is nodig of kies wagwoord wag
DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,bv. replies@jourcomany.com. Alle antwoorde sal na hierdie inkassie kom.
@@ -388,7 +388,6 @@ DocType: Webhook,Request URL,Versoek URL
DocType: Customize Form,Is Table,Is Tabel
DocType: Email Account,Total number of emails to sync in initial sync process ,Totale aantal e-posse om te sinkroniseer in aanvanklike sinkronisasieproses
DocType: Website Settings,Set Banner from Image,Stel Banner van Beeld
-apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Global Search
DocType: Email Account,SparkPost,SparkPost
apps/frappe/frappe/templates/emails/new_user.html,A new account has been created for you at {0},'N Nuwe rekening is vir jou geskep by {0}
apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,Instruksies E-pos
@@ -526,7 +525,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} en {1}
apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,Begin 'n gesprek.
DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Voeg altyd "Konsep" -opskrif by vir die druk van konsepdokumente
apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},Fout in kennisgewing: {}
-apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} jaar (s) gelede
DocType: Data Migration Run,Current Mapping Start,Huidige kaarte begin
apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,E-pos is gemerk as strooipos
DocType: Comment,Website Manager,Webwerf Bestuurder
@@ -567,7 +565,7 @@ DocType: Country,Country Name,Land Naam
apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,Leë sjabloon
DocType: About Us Team Member,About Us Team Member,Oor Ons Spanlid
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"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.","Toestemmings word ingestel op rolle en dokumenttipes (genoem DocTypes) deur regte soos Lees, Skryf, Skep, Skrap, Inskryf, Kanselleer, Verander, Verslag, Invoer, Uitvoer, Druk, E-pos en Gebruiker Toestemmings in te stel."
-DocType: Event,Wednesday,Woensdag
+DocType: Assignment Rule Day,Wednesday,Woensdag
apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,Beeldveld moet 'n geldige veldnaam wees
DocType: Chat Token,Token,teken
apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,Veldnaam {0} is beperk
@@ -687,6 +685,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t
DocType: Success Action,Next Actions HTML,Volgende aksies HTML
apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,Skep Pos
apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,Voeg Deelnemers by
+DocType: Web Page,Main Section (Markdown),Hoofafdeling (Markdown)
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,Slegs {0} verslae per e-pos word per gebruiker toegelaat
apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: Veldtipe {1} vir {2} kan nie uniek wees nie
DocType: Address,Address Title,Adres Titel
@@ -743,6 +742,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,Lêer Frien
DocType: DocField,In Global Search,In Global Search
DocType: System Settings,Brute Force Security,Brute Force Security
DocType: Workflow State,indent-left,streepje-links
+apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} jaar (s) gelede
apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,Dit is riskant om hierdie lêer te verwyder: {0}. Kontak asseblief u stelselbestuurder.
DocType: Currency,Currency Name,Geld Naam
apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,Geen e-posse
@@ -864,7 +864,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,weer
DocType: Contact Phone,Number,aantal
DocType: Web Form Field,Web Form Field,Web vorm veld
apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,Jy het 'n nuwe boodskap van:
-apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","Ter vergelyking, gebruik> 5, <10 of = 324. Gebruik reekse 5:10 (vir waardes tussen 5 en 10)."
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,HTML wysig
apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,Voer asseblief Aanstuur-URL in
apps/frappe/frappe/core/doctype/language/language.py,"{0} must begin and end with a letter and can only contain letters,
@@ -924,7 +923,6 @@ apps/frappe/frappe/utils/data.py,Cent,sent
apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,Stel e-pos saam
apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","State vir werkstroom (bv. Konsep, Goedgekeur, Kanselleer)."
DocType: Print Settings,Allow Print for Draft,Laat Print for draft toe
-apps/frappe/frappe/public/js/frappe/form/print.js,"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.","Fout met verbinding met die QZ-lade-toepassing ...
Om die Raw Print-funksie te gebruik, moet u QZ Tray-program geïnstalleer en loop.
Klik hier om QZ Tray af te laai en te installeer .
Klik hier vir meer inligting oor rou drukwerk ."
apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,Stel Hoeveelheid
apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,Dien hierdie dokument in om te bevestig
DocType: Contact,Unsubscribed,uitgeteken
@@ -1038,6 +1036,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,Geen {0} gevi
apps/frappe/frappe/config/customization.py,Add custom forms.,Voeg gepasmaakte vorms by.
apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} in {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,hierdie dokument ingedien
+apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Opstel> Toestemmings vir gebruikers
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,The system provides many pre-defined roles. You can add new roles to set finer permissions.,Die stelsel bied baie vooraf gedefinieerde rolle. Jy kan nuwe rolle byvoeg om fyner regte te stel.
DocType: Communication,CC,CC
DocType: Country,Geo,Geo
@@ -1078,7 +1077,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,Bestuur Derdeparty-progra
DocType: Website Settings,Route Redirects,Roete-aanwysings
apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","Taal, datum en tyd instellings"
DocType: User Email,User Email,Gebruiker-e-pos
-DocType: Event,Saturday,Saterdag
+DocType: Assignment Rule Day,Saturday,Saterdag
DocType: User,Represents a User in the system.,Verteenwoordig 'n gebruiker in die stelsel.
DocType: List View Setting,Disable Auto Refresh,Deaktiveer outomatiese opdatering
DocType: Comment,Label,Etiket
@@ -1201,6 +1200,7 @@ DocType: Note,"If enabled, users will be notified every time they login. If not
apps/frappe/frappe/core/doctype/doctype/doctype.py,Invalid {0} condition,Ongeldige {0} voorwaarde
DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","As gekontroleer, sal gebruikers nie die dialoog Bevestig toegang kry nie."
apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} rekord is uitgevee
+apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","merknaam ..., byvoorbeeld #tag"
apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,Sleutelbord kortpaaie
DocType: Post,Comments,kommentaar
apps/frappe/frappe/public/js/frappe/dom.js,Confirm,bevestig
@@ -1255,6 +1255,7 @@ apps/frappe/frappe/contacts/doctype/contact/contact.py,Please set Email Address,
DocType: User,"If the user has any role checked, then the user becomes a ""System User"". ""System User"" has access to the desktop","As die gebruiker enige rol nagegaan het, word die gebruiker 'n "System User". "Stelselgebruiker" het toegang tot die lessenaar"
DocType: System Settings,Date and Number Format,Datum en nommerformaat
apps/frappe/frappe/model/document.py,one of,een van
+apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Opstel> pas vorm aan
apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,Kyk een oomblik
apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,Wys etikette
DocType: DocField,HTML Editor,HTML Editor
@@ -1262,6 +1263,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe
DocType: Address,Billing,Rekening
DocType: Email Queue,Not Sent,Nie gestuur nie
DocType: Web Form,Actions,aksies
+apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Opstel> Gebruiker
DocType: Workflow State,align-justify,in lyn-regverdig
DocType: User,Middle Name (Optional),Middelnaam (opsioneel)
apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,Nie toegelaat
@@ -1290,13 +1292,14 @@ DocType: PayPal Settings,PayPal Settings,PayPal-instellings
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,Kies dokumenttipe
apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,Kan nie {0} uitvee nie aangesien dit nodusse het
apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} minute gelede
+apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,Opdragdag {0} is herhaal.
DocType: Kanban Board Column,lightblue,ligblou
apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,Dieselfde veld word meer as een keer ingeskryf
DocType: Print Settings,Enable Raw Printing,Aktiveer rou druk
+DocType: Contact,Contact Numbers,Kontaknommers
DocType: Website Route Redirect,Source,Bron
apps/frappe/frappe/templates/includes/list/filters.html,clear,duidelik
apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,klaar
-apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Opstel> Gebruiker
DocType: Prepared Report,Filter Values,Filter waardes
DocType: Communication,User Tags,Gebruiker-etikette
DocType: Data Migration Run,Fail,misluk
@@ -1320,7 +1323,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,Versteek Besonde
apps/frappe/frappe/www/qrcode.py,Page has expired!,Bladsy het verval!
DocType: LDAP Settings,Path to private Key File,Pad na privaat sleutellêer
DocType: Workflow State,Tasks,take
-DocType: Event,Tuesday,Dinsdag
+DocType: Assignment Rule Day,Tuesday,Dinsdag
DocType: Blog Settings,Blog Settings,Blog instellings
apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,U kan hierdie skakel ook kopieer in u blaaier
DocType: Workflow State,bullhorn,luidspreker
@@ -1545,7 +1548,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},Nie toegelaat vir {0}
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,"%s is not a valid report format. Report format should \
one of the following %s",% s is nie 'n geldige verslagformaat nie. Verslagformaat moet \ een van die volgende% s wees
DocType: Chat Message,Chat,chat
-apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Opstel> Toestemmings vir gebruikers
+apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},Geen dokumente gevind wat met {0} gemerk is
DocType: LDAP Group Mapping,LDAP Group Mapping,LDAP-groep kartering
DocType: Dashboard Chart,Chart Options,Grafiekopsies
apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,Ongetitelde kolom
@@ -1575,6 +1578,7 @@ DocType: Custom Role,Custom Role,Aangepaste rol
apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,Tuisblad / Toetsmap 2
apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,Sleutel jou wagwoord in
DocType: Dropbox Settings,Dropbox Access Secret,Dropbox Access Secret
+DocType: Tag Link,Document Title,Dokument titel
apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(Verpligte)
DocType: Social Login Key,Social Login Provider,Sosiale aanmeldverskaffer
apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,Voeg nog 'n opmerking by
@@ -1820,7 +1824,6 @@ DocType: GCalendar Account,Next Sync Token,Volgende sinkroniese Token
DocType: Energy Point Settings,Energy Point Settings,Instellings vir energiepunt
DocType: Async Task,Succeeded,daarin geslaag om
apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},Verpligte velde vereis in {0}
-apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,
No results found for '
,Geen resultate gevind vir '
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,Stel toestemmings vir {0} terug? apps/frappe/frappe/config/desktop.py,Users and Permissions,Gebruikers en toestemmings DocType: S3 Backup Settings,S3 Backup Settings,S3 Backup-instellings @@ -1845,7 +1848,7 @@ DocType: Communication Link,Link Title,Skakel Titel DocType: Workflow State,fast-backward,vinnig agteruit DocType: Address,Chandigarh,Chandigarh DocType: DocShare,DocShare,docs eiendom -DocType: Event,Friday,Vrydag +DocType: Assignment Rule Day,Friday,Vrydag apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,Wysig in volle bladsy apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,Maak lysitem oop DocType: Report,Add Total Row,Voeg totale ry by @@ -1863,6 +1866,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,pas apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,Bekyk toelaatbare dokumente apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,U moet stokkies installeer om hierdie funksie te gebruik! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Jou verbindingsversoek na almanak is suksesvol aanvaar +DocType: Tag Link,Tag Link,Merk skakel apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,Kettingintegriteit DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2004,6 +2008,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,nota apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,Foutverslag apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,Uitvoer data in CSV / Excel formaat. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,Opstel van Global Search-dokumente. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,"Verifikasieprogramme wat jy kan gebruik, is:" apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} bestaan reeds. Kies 'n ander naam DocType: S3 Backup Settings,None,Geen @@ -2016,6 +2021,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,Inloggen is nie toegelaat nie DocType: Data Migration Run,Current Mapping Action,Huidige kaarte-aksie DocType: Dashboard Chart Source,Source Name,Bron Naam +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,Geen e-posrekening geassosieer met die gebruiker nie. Voeg 'n rekening by onder Gebruiker> E-posboks. DocType: Email Account,Email Sync Option,E-pos Sync Opsie apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,Ry nr DocType: Async Task,Runtime,Runtime @@ -2030,6 +2036,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,Reeds in DocType: User Email,Enable Outgoing,Aktiveer Uitgaande DocType: Address,Fax,Faks apps/frappe/frappe/config/customization.py,Custom Tags,Gepasmaakte Tags +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-posrekening nie opgestel nie. Skep 'n nuwe e-posrekening vanaf Setup> E-pos> E-posrekening DocType: Comment,Submitted,voorgelê DocType: Contact,Pulled from Google Contacts,Van Google Kontakte af getrek apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,Ongeldige Versoek @@ -2104,7 +2111,6 @@ eval:doc.myfield=='My Value' eval:doc.age>18","Hierdie veld sal slegs verskyn as die veldnaam wat hier gedefinieer is, waarde is OF die reëls is waar (voorbeelde): myfield eval: doc.myfield == 'My Value' eval: doc.age> 18" DocType: Social Login Key,Office 365,Kantoor 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,vandag -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Geen standaard adres sjabloon gevind nie. Skep 'n nuwe een uit Opstel> Drukwerk en handelsmerk> Adressjabloon. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","Sodra u dit gestel het, sal die gebruikers slegs toegangsdokumente (bv. Blog Post) hê waar die skakel bestaan (bv. Blogger)." DocType: Data Import Beta,Submit After Import,Dien na invoer in DocType: Error Log,Log of Scheduler Errors,Teken van skeduler foute @@ -2116,6 +2122,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,HOOFLETTERS apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,Gepasmaakte HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,Voer die naam van die gids in +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Geen standaard adres sjabloon gevind nie. Skep 'n nuwe een uit Opstel> Drukwerk en handelsmerk> Adresjabloon. apps/frappe/frappe/auth.py,Unknown User,Onbekende gebruiker apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,Kies rol DocType: Comment,Deleted,geskrap @@ -2316,7 +2323,6 @@ DocType: Address,Preferred Shipping Address,Gewenste Posadres apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,Met briefhoof apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} het hierdie {1} geskep apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},Nie toegelaat vir {0}: {1} in ry {2}. Beperkte veld: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-posrekening nie opgestel nie. Skep 'n nuwe e-posrekening vanaf Setup> E-pos> E-posrekening DocType: S3 Backup Settings,eu-west-1,EU-wes-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","As dit gekontroleer is, sal rye met geldige data ingevoer word en ongeldige rye sal in 'n nuwe lêer gedump word sodat u later kan invoer." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,Dokument is slegs redigeerbaar deur gebruikers van rol @@ -2383,7 +2389,6 @@ DocType: Contact,Passive,passiewe DocType: Auto Repeat,Accounts Manager,Rekeningbestuurder apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},Opdrag vir {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,Jou betaling is gekanselleer. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Stel asb. Standaard-e-posrekening op vanaf Opstel> E-pos> E-posrekening apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,Kies Lêertipe apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,Sien alles DocType: Help Article,Knowledge Base Editor,Knowledge Base Editor @@ -2425,6 +2430,7 @@ DocType: Workflow State,Warning,waarskuwing apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,Dit kan op verskeie bladsye gedruk word DocType: Data Migration Run,Percent Complete,Persent Voltooi DocType: Tag Category,Tag Category,Tag Kategorie +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","Ter vergelyking, gebruik> 5, <10 of = 324. Gebruik reekse 5:10 (vir waardes tussen 5 en 10)." DocType: Google Calendar,Pull from Google Calendar,Trek uit Google Kalender apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,help DocType: User,Login Before,Login voor @@ -2549,7 +2555,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,Kan nie geka DocType: Transaction Log,Checksum Version,Checksum Weergawe DocType: User,Allow Modules,Laat modules toe DocType: Unhandled Email,Unhandled Email,Onbehandelde e-pos -DocType: Event,Monday,Maandag +DocType: Assignment Rule Day,Monday,Maandag apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,Maak gebruik van langer sleutelbordpatrone apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,Verwerking ... DocType: Data Import,Don't create new records,Moenie nuwe rekords skep nie @@ -2680,7 +2686,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","Geagte Stelselbestuurder," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} self het hierdie taak toegeken: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,Jou land -DocType: Event,Sunday,Sondag +DocType: Assignment Rule Day,Sunday,Sondag apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: Veldnaam kan nie een van {1} wees nie apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,puntestand apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,In Grid View @@ -2720,7 +2726,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,tussen DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,tougestaan -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Opstel> pas vorm aan DocType: Braintree Settings,Use Sandbox,Gebruik Sandbox apps/frappe/frappe/utils/goal.py,This month,Hierdie maand apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,Nuwe persoonlike drukformaat @@ -2814,7 +2819,7 @@ DocType: Workflow,States,State DocType: Notification,Attach Print,Heg druk aan DocType: Assignment Rule,Assignment Rule,Opdragreël apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},Voorgestelde gebruikersnaam: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,dag +DocType: Assignment Rule Day,Day,dag apps/frappe/frappe/public/js/frappe/desk.js,Modules,modules apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,Betaal Sukses apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,Geen {0} pos @@ -2842,7 +2847,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,Email apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","Dateer {0} van {1}, {2} op" DocType: Auto Email Report,Filters Display,Filters Wys apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",'gewysigde_van' -veld moet aanwesig wees om 'n wysiging te doen. -DocType: Contact,Numbers,nommers apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} waardeer u werk op {1} {2} apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,Stoor filters DocType: Address,Plant,plant @@ -2888,6 +2892,7 @@ DocType: Custom Script,Custom Script,Aangepaste skrif DocType: Address,Address Line 2,Adreslyn 2 DocType: Address,Reference,verwysing apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,Toevertrou aan +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Stel asb. Standaard-e-posrekening op vanaf Opstel> E-pos> E-posrekening DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,Data Migrasie Mapping Detail DocType: Data Import,Action,aksie DocType: GSuite Settings,Script URL,Skrip URL @@ -3056,6 +3061,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,Dokumenttipe {0} is herhaal. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,Waardes verander DocType: Workflow State,arrow-up,pyl-up +DocType: Dynamic Link,Link Document Type,Koppel dokumenttipe apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,Daar moet ten minste een ry vir die {0} tabel wees apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.","Om outomatiese herhaling te konfigureer, skakel 'Laat outomatiese herhaling toe' vanaf {0}." DocType: OAuth Bearer Token,Expires In,Verval In @@ -3077,6 +3083,7 @@ DocType: Web Form,Button Label,Knoppie apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} items gekies apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,Skakel Stuur apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,Gebruikertoestemmings word suksesvol geskep +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,Haal standaard Global Search-dokumente op. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,Sleep elemente van die sybalk om by te voeg. Sleep hulle terug na asblik. DocType: Workflow State,resize-small,grootte-klein DocType: Address,Postal Code,Poskode @@ -3130,7 +3137,7 @@ DocType: Auto Repeat,End Date,Einddatum DocType: Data Import,Ignore encoding errors,Ignoreer kodering foute DocType: Chat Profile,Notifications,Kennisgewings DocType: DocField,Column Break,Kolombreuk -DocType: Event,Thursday,Donderdag +DocType: Assignment Rule Day,Thursday,Donderdag apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,U het nie genoeg beoordelingspunte nie apps/frappe/frappe/utils/response.py,You don't have permission to access this file,Jy het nie toestemming om toegang tot hierdie lêer te kry nie apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,Stoor API-geheime: @@ -3216,6 +3223,7 @@ DocType: S3 Backup Settings,ap-south-1,AP-suid-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,unzip apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},Onjuiste waarde in ry {0}: {1} moet {2} {3} wees apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},"Dokument wat ingedien is, kan nie weer na konsep omgeskakel word nie. Oorgangsreël {0}" +DocType: Assignment Rule,Assignment Days,Werksdae apps/frappe/frappe/desk/reportview.py,Deleting {0},Skrap {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,Kies 'n bestaande formaat om 'n nuwe formaat te wysig of te begin. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,Omseil beperkte IP-adres tjek as twee faktore geaktiveer word @@ -3288,6 +3296,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} maan apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,Aangepaste velde kan slegs by 'n standaard DocType gevoeg word. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,Gemaak deur apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,Dropbox Setup +DocType: Assignment Rule Day,Assignment Rule Day,Opdragreëldag DocType: Workflow State,resize-horizontal,grootte-horisontale apps/frappe/frappe/templates/emails/download_data.html,Download Link,Aflaai skakel DocType: Chat Message,Content,inhoud @@ -3547,7 +3556,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,Voeg / Bestuu DocType: Comment,Published,gepubliseer apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,Dankie vir jou e-pos DocType: DocField,Small Text,Klein teks -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,Nommer {0} kan nie as primêr vir Telefoon sowel as mobiele nommer ingestel word nie. DocType: Workflow,Allow approval for creator of the document,Laat goedkeuring vir die skepper van die dokument toe apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,Stoor verslag DocType: Webhook,on_cancel,on_cancel @@ -3560,6 +3568,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,Gelykes apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',Die opsie 'Dynamic Link' tipe veld moet na 'n ander skakelveld verwys met opsies as 'DocType' DocType: About Us Settings,Team Members Heading,Span Lede Opskrif apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,Ongeldige CSV-formaat +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,ለ 'ምንም ውጤቶች አልተገኙም
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,ለ ዳግም አስጀምር ፍቃዶች {0}? apps/frappe/frappe/config/desktop.py,Users and Permissions,ተጠቃሚዎች እና ፈቃዶች DocType: S3 Backup Settings,S3 Backup Settings,S3 የምትኬ ቅንብሮች @@ -1843,7 +1846,7 @@ DocType: Communication Link,Link Title,የአገናኝ ርዕስ DocType: Workflow State,fast-backward,በፍጥነት ወደኋላ DocType: Address,Chandigarh,Chandigarh DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,አርብ +DocType: Assignment Rule Day,Friday,አርብ apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,ሙሉ ገጽ ውስጥ አርትዕ apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,የዝርዝር ንጥል ይክፈቱ። DocType: Report,Add Total Row,ጠቅላላ ረድፍ አክል @@ -1861,6 +1864,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,አብጅ apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,የተረጋገጡ ሰነዶችን ይመልከቱ apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,ይህንን ባህሪ ለመጠቀም ፒሲፖችን መትከል ያስፈልግዎታል! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,ለ Google ቀን መቁጠሪያ የእርስዎ የግንኙነት ጥያቄ በተሳካ ሁኔታ ተቀባይነት አግኝቷል +DocType: Tag Link,Tag Link,የመለያ አገናኝ apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,ሰንተኛነት DocType: Data Export,CSV,የ CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2002,6 +2006,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,ማስታወሻ apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,ስህተት ሪፖርት አድርግ apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,ውሂብ በ CSV / Excel ቅርጸት ወደ ውጭ ላክ. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,የአለም ፍለጋ ሰነዶችን ማዋቀር። apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,የማረጋገጫ ምሳሌዎች የሚጠቀሙባቸው መተግበሪያዎች: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} አስቀድሞም ይገኛል. ሌላ ስም ይምረጡ DocType: S3 Backup Settings,None,ምንም @@ -2014,6 +2019,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,በዚህ ጊዜ አይፈቀድም ይግቡና DocType: Data Migration Run,Current Mapping Action,የአሁኑ የካርታ ስራ እርምጃ DocType: Dashboard Chart Source,Source Name,ምንጭ ስም +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,ከተጠቃሚው ጋር የተገናኘ ምንም የኢሜይል መለያ የለም ፡፡ እባክዎን በተጠቃሚ> በኢሜል ገቢ መልእክት ሳጥን ስር ያክሉ ፡፡ DocType: Email Account,Email Sync Option,ኢሜይል አስምር አማራጭ apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,ረድፍ ቁጥር DocType: Async Task,Runtime,የሚፈጀውን ጊዜ @@ -2028,6 +2034,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,አስቀ DocType: User Email,Enable Outgoing,የወጪ አንቃ DocType: Address,Fax,ፋክስ apps/frappe/frappe/config/customization.py,Custom Tags,ብጁ መለያዎች +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,የኢሜይል መለያ ማዋቀር እባክዎ ከማዋቀር> ኢሜል> ከኢሜል አካውንት ውስጥ አዲስ የኢሜይል አካውንት ይፍጠሩ DocType: Comment,Submitted,ገብቷል DocType: Contact,Pulled from Google Contacts,ከ Google እውቂያዎች የተወሰደ። apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,በትክክለኛ ጥያቄ @@ -2102,7 +2109,6 @@ eval:doc.myfield=='My Value' eval:doc.age>18",እዚህ ላይ በተገለጸው fieldname እሴት አለው ወይም ደንብ እውነተኛ (ምሳሌዎች) ናቸው ብቻ ከሆነ ይህ መስክ ይታያል: myfield ኢቫል: doc.myfield == 'የእኔ እሴት »ኢቫል: doc.age> 18 DocType: Social Login Key,Office 365,Office 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,ዛሬ -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,ምንም ነባሪ የአድራሻ አብነት አልተገኘም። እባክዎ ከማዋቀር> ማተሚያ እና የምርት ስም አወጣጥ> የአድራሻ አብነት አዲስ ይፍጠሩ። apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","ይህን ካዋቀሩት በኋላ, ተጠቃሚዎች ብቻ ነው የሚችል መዳረሻ ሰነዶችን ይሆናል (ለምሳሌ. ልጥፍ ብሎግ) አገናኝ (ለምሳሌ. ብሎገር) አለ ቦታ." DocType: Data Import Beta,Submit After Import,ከመጣ በኋላ ያስገቡ DocType: Error Log,Log of Scheduler Errors,መርሐግብር ስህተቶች መካከል መዝገብ @@ -2114,6 +2120,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,በትልቁ ሆሄያት apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,ብጁ ኤችቲኤምኤል apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,የአቃፊ ስም ያስገቡ +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,ምንም ነባሪ የአድራሻ አብነት አልተገኘም። እባክዎ ከማዋቀር> ማተሚያ እና የምርት ስም አወጣጥ> የአድራሻ አብነት አዲስ ይፍጠሩ። apps/frappe/frappe/auth.py,Unknown User,ያልታወቀ ተጠቃሚ apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,ይምረጡ ሚና DocType: Comment,Deleted,ተሰርዟል @@ -2313,7 +2320,6 @@ DocType: Address,Preferred Shipping Address,ተመራጭ የሚላክበት አ apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,ደብዳቤ ራስ ጋር apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} ይህን ፈጥረዋል {1} apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},ለ {0}: {1} በረድፍ {2} አይፈቀድም። የተገደበ መስክ: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,የኢሜይል መለያ ማዋቀር እባክዎ ከማዋቀር> ኢሜል> ከኢሜል አካውንት ውስጥ አዲስ የኢሜል አካውንት ይፍጠሩ ፡፡ DocType: S3 Backup Settings,eu-west-1,ኢዩ-ምዕራብ -1። DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.",ይሄ ከተመረጠ ትክክለኛ ውሂብ የያዘ ረድፎች እንዲመጡ ይደረጋሉ እና ልክ ያልሆኑ ረድፎች በኋላ ላይ እንዲያስገቡ ወደ አዲስ ፋይል ይጣላሉ. apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,የሰነድ ሚና ተጠቃሚዎች ብቻ ሊደረግበት ነው @@ -2380,7 +2386,6 @@ DocType: Contact,Passive,የማይሠራ DocType: Auto Repeat,Accounts Manager,መለያዎች አስተዳዳሪ apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},ተግባር ለ {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,የእርስዎ ክፍያ ተሰርዟል. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,እባክዎን ነባሪውን የኢሜል አካውንት ያዋቅሩ ከማዋቀር> ኢሜል> ከኢሜል አካውንት ፡፡ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,ይምረጡ የፋይል አይነት apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,ሁሉንም ይመልከቱ DocType: Help Article,Knowledge Base Editor,እውቀት ቤዝን አርታዒ @@ -2422,6 +2427,7 @@ DocType: Workflow State,Warning,ማስጠንቀቂያ apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,ይህ በበርካታ ገጾች ላይ ሊታተም ይችላል። DocType: Data Migration Run,Percent Complete,መቶኛ የተጠናቀቀ DocType: Tag Category,Tag Category,መለያ ምድብ +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).",ለማነፃፀር> 5 ፣ ‹10 ወይም = 324 ይጠቀሙ። ክልሎች ፣ 5 10 (5 እና 10 መካከል ላሉት እሴቶች) ይጠቀሙ ፡፡ DocType: Google Calendar,Pull from Google Calendar,ከ Google ቀን መቁጠሪያ ጎትት። apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,እርዳታ DocType: User,Login Before,መግቢያ በፊት @@ -2546,7 +2552,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,ተሰርዟ DocType: Transaction Log,Checksum Version,የቼክስም እትም DocType: User,Allow Modules,ሞጁሎችን ፍቀድ ፡፡ DocType: Unhandled Email,Unhandled Email,Unhandled ኢሜይል -DocType: Event,Monday,ሰኞ +DocType: Assignment Rule Day,Monday,ሰኞ apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,ከአሁን በኋላ ሰሌዳ ቅጦችን መጠቀም apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,በማስሄድ ላይ ... DocType: Data Import,Don't create new records,አዲስ ሪኮርድን አይፍጠሩ @@ -2677,7 +2683,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","ውድ የስርዓት አስተዳዳሪ," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} ይህንን ተግባር ለእራሱ ተሰጥቷል {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,ሀገርህ -DocType: Event,Sunday,እሁድ +DocType: Assignment Rule Day,Sunday,እሁድ apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: የመስክ ስም ከ {1} አንድ መሆን አይችልም apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,ደረጃዎች apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,ፍርግርግ እይታ ውስጥ @@ -2717,7 +2723,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,መካከል DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,ተሰልፏል -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,ማዋቀር> ቅጽ ያብጁ። DocType: Braintree Settings,Use Sandbox,ይጠቀሙ ማጠሪያ apps/frappe/frappe/utils/goal.py,This month,በዚህ ወር apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,አዲስ ብጁ ማተም ቅርጸት @@ -2811,7 +2816,7 @@ DocType: Workflow,States,ስቴትስ DocType: Notification,Attach Print,አትም ያያይዙ DocType: Assignment Rule,Assignment Rule,የምደባ ደንብ ፡፡ apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},የተጠቆሙ የተጠቃሚ ስም: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,ቀን +DocType: Assignment Rule Day,Day,ቀን apps/frappe/frappe/public/js/frappe/desk.js,Modules,ሞዱሎች apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,የክፍያ ስኬት apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,ምንም {0} ደብዳቤ @@ -2839,7 +2844,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,የ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}",{0} ከ {1} ፣ {2} ማዘመን DocType: Auto Email Report,Filters Display,ማጣሪያዎችን አሳይ apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",ማሻሻያ ለማድረግ «የተሻሻለ_ዋጋ» መስክ መገኘት አለበት። -DocType: Contact,Numbers,ቁጥሮች apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} በ {1} {2} ላይ ያደረጉት ስራ አድናቆት አሳይቷል apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,ማጣሪያዎችን ያስቀምጡ ፡፡ DocType: Address,Plant,ተክል @@ -2885,6 +2889,7 @@ DocType: Custom Script,Custom Script,ብጁ ስክሪፕት DocType: Address,Address Line 2,የአድራሻ መስመር 2 DocType: Address,Reference,ማጣቀሻ apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,የተመደበ +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,እባክዎን ነባሪውን የኢሜል አካውንት ያዋቅሩ ከማዋቀር> ኢሜል> ከኢሜል አካውንት DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,የውሂብ ጎዳና ማዛመጃ ዝርዝር DocType: Data Import,Action,እርምጃ DocType: GSuite Settings,Script URL,ስክሪፕት ዩ አር ኤል @@ -3053,6 +3058,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,የሰነድ ዓይነት {0} ተደግሟል። apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,እሴቶች ተለውጧል DocType: Workflow State,arrow-up,ቀስት-ምትኬ +DocType: Dynamic Link,Link Document Type,የአገናኝ ሰነድ ዓይነት apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,ለ {0} ሠንጠረዥ ቢያንስ አንድ ረድፍ መኖር አለበት። DocType: OAuth Bearer Token,Expires In,ውስጥ ጊዜው ያበቃል DocType: DocField,Allow on Submit,አስገባ ላይ ፍቀድ @@ -3073,6 +3079,7 @@ DocType: Web Form,Button Label,የአዝራር መለያ ስም apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,ተመርጠዋል {0} ንጥሎች apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,በመላክ ላይ Suspend apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,የተጠቃሚ ፈቃዶች በተሳካ ሁኔታ ተፈጥረዋል። +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,ነባሪ የአለም አቀፍ ፍለጋ ሰነዶችን በማምጣት ላይ። apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,የጎን ይጎትቱ አባላትን ለማከል. መጣያ መልሰህ ይጎትቱ. DocType: Workflow State,resize-small,እጀታ-ትንሽ DocType: Address,Postal Code,የአካባቢ ወይም የከተማ መለያ ቁጥር @@ -3126,7 +3133,7 @@ DocType: Auto Repeat,End Date,የመጨረሻ ቀን DocType: Data Import,Ignore encoding errors,የመቀየሪያ ስህተቶች ችላ በል DocType: Chat Profile,Notifications,ማሳወቂያዎች DocType: DocField,Column Break,አምድ እረፍት -DocType: Event,Thursday,ሐሙስ +DocType: Assignment Rule Day,Thursday,ሐሙስ apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,በቂ የግምገማ ነጥቦች የሉዎትም። apps/frappe/frappe/utils/response.py,You don't have permission to access this file,ይህን ፋይል ለመድረስ ፈቃድ የልዎትም apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,ኤፒአይ አስቀምጥ: @@ -3212,6 +3219,7 @@ DocType: S3 Backup Settings,ap-south-1,ap-ደቡብ -1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,unzip apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},ረድፍ ውስጥ ትክክል ያልሆነ እሴት {0}: {1} {2} መሆን አለበት {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},ገብቷል ሰነድ ረቂቅ ተመልሶ ሊቀየር አይችልም. የሽግግር ረድፍ {0} +DocType: Assignment Rule,Assignment Days,የምደባ ቀናት apps/frappe/frappe/desk/reportview.py,Deleting {0},በመሰረዝ ላይ {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,ማርትዕ ወይም አዲስ ቅርጸት ለመጀመር አንድ ነባር ቅርጸት ይምረጡ. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,ከታገደ የተከለከለ የአይ ፒ አድራሻ ማጣሪያ ሁለት እውነታዎች (Auth) ሲነቃ @@ -3284,6 +3292,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} ወ apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,ብጁ መስኮች መደበኛውን DocType ብቻ ሊጨመሩ ይችላሉ። apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,የተፈጠረ apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,መሸወጃ ማዋቀር +DocType: Assignment Rule Day,Assignment Rule Day,የምደባ ደንብ ቀን DocType: Workflow State,resize-horizontal,እጀታ-አግድመት apps/frappe/frappe/templates/emails/download_data.html,Download Link,አገናኝን ያውርዱ። DocType: Chat Message,Content,ይዘት @@ -3424,6 +3433,7 @@ apps/frappe/frappe/public/js/frappe/chat.js,Discard,አስወግድ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,1 hour ago,1 ሰዓት በፊት DocType: Website Settings,Home Page,መነሻ ገጽ DocType: Error Snapshot,Parent Error Snapshot,የወላጅ ስህተት ቅጽበተ +apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Map columns from {0} to fields in {1},በ {1} ውስጥ ላሉት መስኮች {1} DocType: Access Log,Filters,ማጣሪያዎች DocType: Workflow State,share-alt,አጋራ-alt apps/frappe/frappe/utils/background_jobs.py,Queue should be one of {0},ወረፋ ውስጥ አንዱ መሆን አለበት {0} @@ -3541,7 +3551,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,የኢሜይ DocType: Comment,Published,የታተመ apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,የእርስዎ ኢሜይል እናመሰግናለን DocType: DocField,Small Text,ትንሽ ጽሑፍ -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,ቁጥር {0} ለስልክም ሆነ ለተንቀሳቃሽ ስልክ ተቀዳሚ መደረግ አይችልም ፡፡ DocType: Workflow,Allow approval for creator of the document,ለሰነዱ ፈጣሪው መጽደቅን ይፍቀዱ apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,ሪፖርት ይቆጥቡ DocType: Webhook,on_cancel,on_cancel @@ -3554,6 +3563,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,እኩል apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',የሜዳ አማራጮች 'ተለዋዋጭ አገናኝ' አይነት 'DocType' እንደ አማራጮች ጋር ሌላ አገናኝ መስክ ላይ መጥቀስ አለባቸው DocType: About Us Settings,Team Members Heading,ርእስ ቡድን አባላት apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,ልክ ያልሆነ የ CSV ቅርጸት +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,"لا يوجد نتائج ل '
" apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,إعادة تعيين أذونات ل {0} ؟ apps/frappe/frappe/config/desktop.py,Users and Permissions,المستخدمين والأذونات DocType: S3 Backup Settings,S3 Backup Settings,إعدادات النسخ الاحتياطي لـ S3 @@ -1845,7 +1848,7 @@ DocType: Communication Link,Link Title,لينك تيتل DocType: Workflow State,fast-backward,بسرعة الى الوراء DocType: Address,Chandigarh,شانديغار DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,الجمعة +DocType: Assignment Rule Day,Friday,الجمعة apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,التحرير في صفحة كاملة apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,فتح عنصر القائمة DocType: Report,Add Total Row,إضافة صف الإجمالي @@ -1863,6 +1866,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,تخصيص apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,عرض المستندات المسموح بها apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,تحتاج إلى تثبيت pycups لاستخدام هذه الميزة! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,تم قبول طلب الاتصال الخاص بك إلى تقويم Google بنجاح +DocType: Tag Link,Tag Link,علامة الارتباط apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,سلامة السلسلة DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2004,6 +2008,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,ملاحظات apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,أبلغ عن مشكلة apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,تصدير البيانات بتنسيق CSV / Excel. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,إعداد وثائق البحث العالمي. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,تطبيقات المصادقة التي يمكنك استخدامها هي: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} موجود بالفعل. حدد اسما آخر DocType: S3 Backup Settings,None,لا شيء @@ -2016,6 +2021,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,الدخول غير مسموح به في هذا الوقت DocType: Data Migration Run,Current Mapping Action,إجراء رسم الخرائط الحالي DocType: Dashboard Chart Source,Source Name,اسم المصدر +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,لا يوجد حساب بريد إلكتروني مرتبط بالمستخدم. الرجاء إضافة حساب أسفل المستخدم> البريد الوارد للبريد الإلكتروني. DocType: Email Account,Email Sync Option,مزامنة البريد الإلكتروني الخيار apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,الصف رقم DocType: Async Task,Runtime,وقت التشغيل @@ -2030,6 +2036,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,بالف DocType: User Email,Enable Outgoing,تمكين المنتهية ولايته DocType: Address,Fax,فاكس apps/frappe/frappe/config/customization.py,Custom Tags,كلمات دلائلية حخصصة +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,حساب البريد الإلكتروني لا الإعداد. يرجى إنشاء حساب بريد إلكتروني جديد من الإعداد> البريد الإلكتروني> حساب البريد الإلكتروني DocType: Comment,Submitted,مسجلة DocType: Contact,Pulled from Google Contacts,سحبت من اتصالات جوجل apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,طلب غير صالح @@ -2104,7 +2111,6 @@ eval:doc.myfield=='My Value' eval:doc.age>18",سيظهر هذا المجال إلا إذا كان FIELDNAME المحدد هنا له قيمة أو قواعد صحيحة (أمثلة): myfield حدة التقييم: doc.myfield == 'بلدي القيمة "وحدة التقييم: doc.age> 18 DocType: Social Login Key,Office 365,مكتب 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,اليوم -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,لم يتم العثور على قالب عنوان افتراضي. يرجى إنشاء واحدة جديدة من الإعداد> الطباعة والعلامة التجارية> قالب العنوان. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).",وبمجرد الانتهاء من تعيين هذه ، سوف يكون المستخدمون قادرين فقط الوصول إلى المستندات (على سبيل المثال مدونة بوست) حيث يوجد رابط (مثل مدون ) . DocType: Data Import Beta,Submit After Import,إرسال بعد الاستيراد DocType: Error Log,Log of Scheduler Errors,سجل من الأخطاء جدولة @@ -2116,6 +2122,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,الأحرف الكبيرة apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,مخصصةHTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,أدخل اسم المجلد +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,لم يتم العثور على قالب عنوان افتراضي. يرجى إنشاء واحدة جديدة من الإعداد> الطباعة والعلامة التجارية> قالب العنوان. apps/frappe/frappe/auth.py,Unknown User,مستخدم غير معروف apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,حدد الصلاحية DocType: Comment,Deleted,حذف @@ -2316,7 +2323,6 @@ DocType: Address,Preferred Shipping Address,عنوان النقل البحري apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,مع رئيس رسالة apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} أنشأ {1} apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},غير مسموح به {0}: {1} في الصف {2}. المجال المحظور: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,حساب البريد الإلكتروني لا الإعداد. يرجى إنشاء حساب بريد إلكتروني جديد من الإعداد> البريد الإلكتروني> حساب البريد الإلكتروني DocType: S3 Backup Settings,eu-west-1,الاتحاد الأوروبي الغربي-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.",إذا تم تحديد ذلك ، فسيتم استيراد الصفوف التي تحتوي على بيانات صالحة وسيتم طرح صفوف غير صالحة في ملف جديد يمكنك استيراده لاحقًا. apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,الوثيقة للتحرير فقط من قبل المستخدمين من دور @@ -2383,7 +2389,6 @@ DocType: Contact,Passive,غير فعال DocType: Auto Repeat,Accounts Manager,مدير حسابات apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},تعيين لـ {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,تم إلغاء دفعتك. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,يرجى إعداد حساب البريد الإلكتروني الافتراضي من الإعداد> البريد الإلكتروني> حساب البريد الإلكتروني apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,حدد نوع الملف apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,عرض الكل DocType: Help Article,Knowledge Base Editor,محرر قاعدة المعرفة @@ -2425,6 +2430,7 @@ DocType: Workflow State,Warning,تحذير apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,قد تتم طباعة هذا على صفحات متعددة DocType: Data Migration Run,Percent Complete,في المئة كاملة DocType: Tag Category,Tag Category,العلامة الفئة +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).",للمقارنة ، استخدم> 5 ، <10 أو = 324. للنطاقات ، استخدم 5:10 (للقيم بين 5 و 10). DocType: Google Calendar,Pull from Google Calendar,سحب من تقويم جوجل apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,مساعدة DocType: User,Login Before,تسجيل الدخول قبل @@ -2550,7 +2556,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,لا يمك DocType: Transaction Log,Checksum Version,إصدار المجموع الاختباري DocType: User,Allow Modules,السماح للوحدات النمطية DocType: Unhandled Email,Unhandled Email,البريد الإلكتروني غير معالج -DocType: Event,Monday,يوم الاثنين +DocType: Assignment Rule Day,Monday,يوم الاثنين apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,الاستفادة من نماذج لوحة المفاتيح أطول apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,معالجة... DocType: Data Import,Don't create new records,لا تنشئ سجلات جديدة @@ -2681,7 +2687,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,",عزيزي مدير النظام، apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} تم تعيين هذه المهمة بنفسها: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,بلدك -DocType: Event,Sunday,الأحد +DocType: Assignment Rule Day,Sunday,الأحد apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: اسم الحقل لا يمكن أن يكون أحد {1} apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,الترتيب apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,في شبكة عرض @@ -2721,7 +2727,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,ما بين DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,قائمة الانتظار -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,الإعداد> تخصيص النموذج DocType: Braintree Settings,Use Sandbox,استخدام رمل apps/frappe/frappe/utils/goal.py,This month,هذا الشهر apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,تنسيق طباعة مخصص جديد @@ -2815,7 +2820,7 @@ DocType: Workflow,States,الدول DocType: Notification,Attach Print,إرفق طباعة DocType: Assignment Rule,Assignment Rule,قاعدة الاحالة apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},اسم المستخدم اقترح: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,يوم +DocType: Assignment Rule Day,Day,يوم apps/frappe/frappe/public/js/frappe/desk.js,Modules,وحدات برمجية apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,دفع النجاح apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,لا {0} الإلكتروني @@ -2843,7 +2848,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,ال apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}",تحديث {0} من {1} ، {2} DocType: Auto Email Report,Filters Display,عرض المرشحات apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",يجب أن يكون الحقل "amended_from" حاضرًا لإجراء تعديل. -DocType: Contact,Numbers,أعداد apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} قدر عملك على {1} {2} apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,حفظ المرشحات DocType: Address,Plant,مصنع @@ -2889,6 +2893,7 @@ DocType: Custom Script,Custom Script,نص مخصص DocType: Address,Address Line 2,العنوان سطر 2 DocType: Address,Reference,مرجع apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,كلف إلى +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,يرجى إعداد حساب البريد الإلكتروني الافتراضي من الإعداد> البريد الإلكتروني> حساب البريد الإلكتروني DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,بيانات ترحيل بيانات التفاصيل DocType: Data Import,Action,حدث DocType: GSuite Settings,Script URL,عنوان ورل للنص البرمجي @@ -3058,6 +3063,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,تم تكرار نوع المستند {0}. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,القيم التي تم تغييرها DocType: Workflow State,arrow-up,سهم لأعلى +DocType: Dynamic Link,Link Document Type,رابط نوع الوثيقة apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,يجب أن يكون هناك صف واحد على الأقل لجدول {0} apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.",لتهيئة التكرار التلقائي ، قم بتمكين "السماح بالتكرار التلقائي" من {0}. DocType: OAuth Bearer Token,Expires In,ينتهي في @@ -3079,6 +3085,7 @@ DocType: Web Form,Button Label,زر ملصق apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} العناصر المحددة apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,تعليق إرسال apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,أذونات المستخدم التي تم إنشاؤها بنجاح +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,جلب مستندات البحث العالمي الافتراضية. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,عناصر السحب من الشريط الجانبي لإضافة. جرها إلى سلة المهملات. DocType: Workflow State,resize-small,تغيير حجم صغير DocType: Address,Postal Code,الرمز البريدي @@ -3132,7 +3139,7 @@ DocType: Auto Repeat,End Date,نهاية التاريخ DocType: Data Import,Ignore encoding errors,تجاهل أخطاء الترميز DocType: Chat Profile,Notifications,إخطارات DocType: DocField,Column Break,فاصل عمودي -DocType: Event,Thursday,الخميس +DocType: Assignment Rule Day,Thursday,الخميس apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,ليس لديك نقاط مراجعة كافية apps/frappe/frappe/utils/response.py,You don't have permission to access this file,لا تتوفر لديك الصلاحية للوصول الى هذا الملف apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,حفظ سر API: @@ -3218,6 +3225,7 @@ DocType: S3 Backup Settings,ap-south-1,ا ف ب-جنوب-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,فك الضغط apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},قيمة غير صحيحة في الصف {0} : {1} يجب أن يكون {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},الوثيقة المسجلة لا يمكن تحويلها إلى مسودة row {0} +DocType: Assignment Rule,Assignment Days,أيام الواجب apps/frappe/frappe/desk/reportview.py,Deleting {0},حذف {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,تحديد شكل القائمة لتعديل أو اضافة شكل جديد. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,تجاوز عنوان IP المحظور التحقق في حالة تمكين عامل عامل @@ -3290,6 +3298,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,قبل { apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,يمكن إضافة الحقول المخصصة فقط إلى نوع DocType قياسي. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,منشئه بواسطه apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,إعداد دروببوإكس +DocType: Assignment Rule Day,Assignment Rule Day,يوم قاعدة الواجب DocType: Workflow State,resize-horizontal,تغيير حجم الأفقي، apps/frappe/frappe/templates/emails/download_data.html,Download Link,رابط التحميل DocType: Chat Message,Content,محتوى @@ -3561,7 +3570,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,إضافة / DocType: Comment,Published,نشرت apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,شكرا لك على بريدك الالكتروني DocType: DocField,Small Text,نص صغير -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,لا يمكن تعيين الرقم {0} على أنه أساسي للهاتف وكذلك رقم الجوال DocType: Workflow,Allow approval for creator of the document,السماح بالموافقة على منشئ المستند apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,احفظ التقرير DocType: Webhook,on_cancel,on_cancel @@ -3574,6 +3582,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,تساوي apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',"'الارتباط الحيوي ""نوع من الخيارات الميدانية يجب أن يشير إلى رابط حقل آخر مع خيارات باسم' DOCTYPE '" DocType: About Us Settings,Team Members Heading,عنوان أعضاء الفريق apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,تنسيق CSV غير صالح +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,Няма намерени резултати за „
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,Фабрични Разрешения за {0}? apps/frappe/frappe/config/desktop.py,Users and Permissions,Потребители и права DocType: S3 Backup Settings,S3 Backup Settings,S3 Настройки за архивиране @@ -1845,7 +1848,7 @@ DocType: Communication Link,Link Title,Препратка - Заглавие DocType: Workflow State,fast-backward,бързо назад DocType: Address,Chandigarh,Chandigarh DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,Петък +DocType: Assignment Rule Day,Friday,Петък apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,Редактиране на цяла страница apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,Отваряне на списъка DocType: Report,Add Total Row,Добави сумарен ред @@ -1863,6 +1866,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,Персонал apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,Преглед на позволените документи apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,"За да използвате тази функция, трябва да инсталирате pycups!" apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Заявката ви за свързване в Google Календар бе успешно приета +DocType: Tag Link,Tag Link,Връзка към маркери apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,Веригата на интегритета DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2004,6 +2008,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,Забележка apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,Грешка Доклад apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,Експортиране на данни във формат CSV / Excel. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,Настройване на документи за глобално търсене. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,"Приложенията за удостоверяване, които можете да използвате, са:" apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} вече съществува. Изберете друго име DocType: S3 Backup Settings,None,Нито един @@ -2016,6 +2021,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,Не е позволено влизането в този момент DocType: Data Migration Run,Current Mapping Action,Текущо действие за картографиране DocType: Dashboard Chart Source,Source Name,Източник Име +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,"Няма имейл акаунт, свързан с Потребителя. Моля, добавете акаунт в Потребител> Входяща поща." DocType: Email Account,Email Sync Option,Email Sync опция apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,Ред № DocType: Async Task,Runtime,Runtime @@ -2030,6 +2036,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,Още п DocType: User Email,Enable Outgoing,Активиране на изходящо DocType: Address,Fax,Факс apps/frappe/frappe/config/customization.py,Custom Tags,Персонализирани Tags +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,"Не се настройва имейл акаунт. Моля, създайте нов имейл акаунт от Setup> Email> Email account" DocType: Comment,Submitted,Изпратено DocType: Contact,Pulled from Google Contacts,Изтеглено от Google Контакти apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,Невалидна заявка @@ -2104,7 +2111,6 @@ eval:doc.myfield=='My Value' eval:doc.age>18",В това поле ще се появи само ако FIELDNAME определено тук има стойност или правилата са верни (примери): myfield Оценка: doc.myfield == "My Value" Оценка: doc.age> 18 DocType: Social Login Key,Office 365,Office 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,Днес -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,"Не е намерен шаблон за адрес по подразбиране. Моля, създайте нов от Настройка> Печат и брандиране> Шаблон на адреса." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","След като сте задали този, потребителите ще бъдат в състояние единствено достъп до документи (напр. Блог Post), където съществува връзката (напр. Blogger)." DocType: Data Import Beta,Submit After Import,Изпращане след импортиране DocType: Error Log,Log of Scheduler Errors,Журнал на грешки за Scheduler @@ -2116,6 +2122,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,ГЛАВНИ БУКВИ apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,Потребителски HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,Въведете име на папка +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,"Не е намерен шаблон за адрес по подразбиране. Моля, създайте нов от Настройка> Печат и брандиране> Шаблон на адреса." apps/frappe/frappe/auth.py,Unknown User,Неизвестен потребител apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,Изберете роля DocType: Comment,Deleted,Изтрити @@ -2316,7 +2323,6 @@ DocType: Address,Preferred Shipping Address,Предпочитана Адрес apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,С бланка apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} създаде този {1} apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},Не е разрешено за {0}: {1} в ред {2}. Ограничено поле: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,"Не се настройва имейл акаунт. Моля, създайте нов имейл акаунт от Setup> Email> Email account" DocType: S3 Backup Settings,eu-west-1,ес-запад-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","Ако това е отметнато, редове с валидни данни ще бъдат импортирани, а невалидни редове ще бъдат изхвърлени в нов файл, който да импортирате по-късно." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,Документ може да се редактира само от потребителите на роля @@ -2383,7 +2389,6 @@ DocType: Contact,Passive,Пасивен DocType: Auto Repeat,Accounts Manager,Роля Мениджър на 'Сметки' apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},Задаване за {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,Плащането Ви е анулирано. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,"Моля, настройте по подразбиране имейл акаунта от Setup> Email> Email account" apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,Изберете Вид на файла apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,Виж всички DocType: Help Article,Knowledge Base Editor,База от знание - Редактор @@ -2425,6 +2430,7 @@ DocType: Workflow State,Warning,Предупреждение apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,Това може да се отпечата на няколко страници DocType: Data Migration Run,Percent Complete,Процента завършени DocType: Tag Category,Tag Category,Етикет - Категория +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","За сравнение използвайте> 5, <10 или = 324. За диапазони използвайте 5:10 (за стойности между 5 и 10)." DocType: Google Calendar,Pull from Google Calendar,Издърпайте от Google Календар apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,Помощ DocType: User,Login Before,Вход Преди @@ -2549,7 +2555,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,Не мож DocType: Transaction Log,Checksum Version,Контролна сума - версия DocType: User,Allow Modules,Разрешаване на модули DocType: Unhandled Email,Unhandled Email,Необработена Email -DocType: Event,Monday,Понеделник +DocType: Assignment Rule Day,Monday,Понеделник apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,Възползвайте се от по-дълги модели клавишни apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,Обработка ... DocType: Data Import,Don't create new records,Не създавайте нови записи @@ -2680,7 +2686,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","Уважаем мениджър на системата," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} самостоятелно възложи тази задача: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,Стараната ти -DocType: Event,Sunday,Неделя +DocType: Assignment Rule Day,Sunday,Неделя apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: Името на полето не може да бъде едно от {1} apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,Класиране apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,В табличен изглед @@ -2720,7 +2726,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,между DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,На опашка -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Настройка> Персонализирайте формуляр DocType: Braintree Settings,Use Sandbox,Използвайте Sandbox apps/frappe/frappe/utils/goal.py,This month,Този месец apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,Нов персонализиран Print Format @@ -2814,7 +2819,7 @@ DocType: Workflow,States,Членки DocType: Notification,Attach Print,Прикрепете Print DocType: Assignment Rule,Assignment Rule,Правило за възлагане apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},Примерен Потребител: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,ден +DocType: Assignment Rule Day,Day,ден apps/frappe/frappe/public/js/frappe/desk.js,Modules,модули apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,Успешно плащане apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,Няма {0} поща @@ -2842,7 +2847,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,Email apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","Актуализиране на {0} от {1}, {2}" DocType: Auto Email Report,Filters Display,Показване на филтри apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.","За да направите изменение, трябва да присъства полето "изменено_от"." -DocType: Contact,Numbers,численост apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} оцениха работата ви на {1} {2} apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,Запазване на филтрите DocType: Address,Plant,Завод @@ -2888,6 +2892,7 @@ DocType: Custom Script,Custom Script,Потребителски Script DocType: Address,Address Line 2,Адрес - Ред 2 DocType: Address,Reference,Препратка apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,Възложените +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,"Моля, настройте по подразбиране имейл акаунта от Setup> Email> Email account" DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,Данни за картографиране на данни за мигриране DocType: Data Import,Action,Действие DocType: GSuite Settings,Script URL,URL адрес на скрипта @@ -3056,6 +3061,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,Тип документ {0} се повтаря. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,Променени стойности DocType: Workflow State,arrow-up,стрелка нагоре +DocType: Dynamic Link,Link Document Type,Тип документ за връзка apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,Трябва да има най-малко един ред за {0} таблица apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.","За да конфигурирате автоматично повторение, активирайте „Разрешаване на автоматично повторение“ от {0}." DocType: OAuth Bearer Token,Expires In,Изтича В @@ -3077,6 +3083,7 @@ DocType: Web Form,Button Label,Текст на Бутон apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} елементи избрани apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,Задържане на изпращането apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,Потребителските разрешения са създадени успешно +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,Извличане на документи за глобално търсене по подразбиране. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,"Плъзнете елементи от страничната лента, за да добавите. Ги завлече в кошчето." DocType: Workflow State,resize-small,преоразмеряване-малка DocType: Address,Postal Code,пощенски код @@ -3130,7 +3137,7 @@ DocType: Auto Repeat,End Date,Крайна Дата DocType: Data Import,Ignore encoding errors,Пренебрегвайте грешките при кодирането DocType: Chat Profile,Notifications,Известия DocType: DocField,Column Break,Разделител на Колона -DocType: Event,Thursday,Четвъртък +DocType: Assignment Rule Day,Thursday,Четвъртък apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,Нямате достатъчно точки за преглед apps/frappe/frappe/utils/response.py,You don't have permission to access this file,Вие нямате разрешение за достъп до този файл apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,Запазване на тайните на API: @@ -3216,6 +3223,7 @@ DocType: S3 Backup Settings,ap-south-1,ап-юг-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,Разархивиране apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},Неправилна стойност в ред {0}: {1} трябва да е {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},Изпратено Документът не може да се превръща отново да изготви проект. Поредни Transition {0} +DocType: Assignment Rule,Assignment Days,Дни на присвояване apps/frappe/frappe/desk/reportview.py,Deleting {0},Изтриване на {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,"Изберете съществуващ формат, за да редактирате или започнете нов формат." DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,"Байпас ограничен контрол на IP адреса, ако е разрешен два фактора Auth" @@ -3287,6 +3295,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,Пред apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,Персонализираните полета могат да се добавят само към стандартен DocType. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,Създаден от apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,Dropbox Setup +DocType: Assignment Rule Day,Assignment Rule Day,Ден на правилото за възлагане DocType: Workflow State,resize-horizontal,преоразмеряване-хоризонтална apps/frappe/frappe/templates/emails/download_data.html,Download Link,Линк за изтегляне DocType: Chat Message,Content,Съдържание @@ -3546,7 +3555,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,Добавя DocType: Comment,Published,Публикуван apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,Благодаря ви за вашия имейл DocType: DocField,Small Text,Малък Текст -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,"Номер {0} не може да бъде зададен като основен за телефона, както и за мобилен номер" DocType: Workflow,Allow approval for creator of the document,Позволете одобрение за създателя на документа apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,Запазване на отчета DocType: Webhook,on_cancel,on_cancel @@ -3559,6 +3567,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,Равно apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',Тип на полето Options "Dynamic Link" трябва да сочи към друг Link Невярно с опции като "DocType" DocType: About Us Settings,Team Members Heading,Членове на екипа - заглавие apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,Невалиден CSV формат +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,'এর জন্য কোন ফলাফল খুঁজে পাওয়া যায়নি
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,রিসেট অনুমতি {0}? apps/frappe/frappe/config/desktop.py,Users and Permissions,ব্যবহারকারী এবং অনুমতি DocType: S3 Backup Settings,S3 Backup Settings,S3 ব্যাকআপ সেটিংস @@ -1817,7 +1820,7 @@ DocType: Communication Link,Link Title,লিংক শিরোনাম DocType: Workflow State,fast-backward,ফাস্ট-অনুন্নত DocType: Address,Chandigarh,চন্ডিগড় DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,শুক্রবার +DocType: Assignment Rule Day,Friday,শুক্রবার apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,পুরো পাতা সম্পাদনার apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,তালিকা আইটেম খুলুন DocType: Report,Add Total Row,মোট সারি যোগ @@ -1835,6 +1838,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,কাস্ট apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,অনুমতিপত্রগুলি দেখুন apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,এই বৈশিষ্ট্যটি ব্যবহার করার জন্য আপনাকে পাইকআপগুলি ইনস্টল করতে হবে! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,আপনার Google Calendar এর সংযোগের অনুরোধ সফলভাবে গ্রহণ করা হয়েছে +DocType: Tag Link,Tag Link,ট্যাগ লিঙ্ক apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,চেন ইন্টিগ্রিটি DocType: Data Export,CSV,CSV ফাইল DocType: Currency,"1 Currency = [?] Fraction @@ -1976,6 +1980,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,বিঃদ্রঃ apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,ভুলের তথ্য apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,CSV / এক্সেল ফর্ম্যাটে ডেটা রপ্তানি করুন +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,গ্লোবাল সার্চ ডকুমেন্টস সেট আপ করা হচ্ছে। apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,প্রমাণীকরণ অ্যাপ্লিকেশনগুলি আপনি ব্যবহার করতে পারেন: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} ইতিমধ্যে বিদ্যমান। অন্য নাম নির্বাচন করুন DocType: S3 Backup Settings,None,না @@ -1988,6 +1993,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,এই সময়ে অনুমোদিত নয় লগইন DocType: Data Migration Run,Current Mapping Action,বর্তমান ম্যাপিং অ্যাকশন DocType: Dashboard Chart Source,Source Name,উত্স নাম +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,ব্যবহারকারীর সাথে কোনও ইমেল অ্যাকাউন্ট যুক্ত নেই। ব্যবহারকারী> ইমেল ইনবক্সের অধীনে একটি অ্যাকাউন্ট যুক্ত করুন। DocType: Email Account,Email Sync Option,ইমেইল সিঙ্ক অপশন apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,রো নং DocType: Async Task,Runtime,রানটাইম @@ -2001,6 +2007,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,ইতি DocType: User Email,Enable Outgoing,আউটগোয়িং কলের সক্রিয় DocType: Address,Fax,ফ্যাক্স apps/frappe/frappe/config/customization.py,Custom Tags,কাস্টম ট্যাগ +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ইমেল অ্যাকাউন্ট সেটআপ করা হয়নি। দয়া করে সেটআপ> ইমেল> ইমেল অ্যাকাউন্ট থেকে একটি নতুন ইমেল অ্যাকাউন্ট তৈরি করুন DocType: Comment,Submitted,উপস্থাপিত DocType: Contact,Pulled from Google Contacts,গুগল পরিচিতিগুলি থেকে টানা apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,অনুরোধ অগ্রহণযোগ্য @@ -2074,7 +2081,6 @@ eval:doc.myfield=='My Value' eval:doc.age>18",এই ক্ষেত্রটি প্রদর্শিত হবে শুধুমাত্র যদি FIELDNAME এখানে সংজ্ঞায়িত মূল্য আছে বা নিয়ম সত্য (উদাহরণ) হয়: myfield Eval: doc.myfield == 'আমার মূল্য' Eval: doc.age> 18 DocType: Social Login Key,Office 365,অফিস 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,আজ -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,কোনও ডিফল্ট ঠিকানা টেম্পলেট পাওয়া যায় নি। দয়া করে সেটআপ> মুদ্রণ ও ব্র্যান্ডিং> ঠিকানা টেম্পলেট থেকে একটি নতুন তৈরি করুন। apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","আপনি এই সেট করে থাকেন, শুধুমাত্র সেই ব্যবহারকারীদের ক্ষেত্রে সক্ষম এক্সেস নথি হতে হবে (যেমন. ব্লগ পোস্ট) লিংক (যেমন. ব্লগার) যেখানে বিদ্যমান." DocType: Data Import Beta,Submit After Import,আমদানির পরে জমা দিন DocType: Error Log,Log of Scheduler Errors,নির্ধারণকারী ত্রুটি কার্যবিবরণী @@ -2086,6 +2092,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,বড় হাতের apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,কাস্টম এইচটিএমএল apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,ফোল্ডারের নাম লিখুন +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,কোনও ডিফল্ট ঠিকানা টেম্পলেট পাওয়া যায় নি। দয়া করে সেটআপ> মুদ্রণ ও ব্র্যান্ডিং> ঠিকানা টেম্পলেট থেকে একটি নতুন তৈরি করুন। apps/frappe/frappe/auth.py,Unknown User,অপরিচিত ব্যবহারকারী apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,নির্বাচন ভূমিকা DocType: Comment,Deleted,মোছা @@ -2280,7 +2287,6 @@ apps/frappe/frappe/public/js/frappe/social/pages/UserList.vue,No user found,ক DocType: Address,Preferred Shipping Address,পছন্দের শিপিং ঠিকানা apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,পত্র মাথা apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} এটা তৈরি করেছ {1} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ইমেল অ্যাকাউন্ট সেটআপ করা হয়নি। দয়া করে সেটআপ> ইমেল> ইমেল অ্যাকাউন্ট থেকে একটি নতুন ইমেল অ্যাকাউন্ট তৈরি করুন DocType: S3 Backup Settings,eu-west-1,ইইউ-পশ্চিমে -1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","এটি পরীক্ষা করা হলে, বৈধ ডেটা দিয়ে সারিগুলি আমদানি করা হবে এবং অবৈধ সারিগুলি নতুন ফাইলের মধ্যে ডাম্প করা হবে।" apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,ডকুমেন্ট ভূমিকা ব্যবহারকারীদের দ্বারা শুধুমাত্র সম্পাদনাযোগ্য @@ -2346,7 +2352,6 @@ DocType: Contact,Passive,নিষ্ক্রিয় DocType: Auto Repeat,Accounts Manager,হিসাবরক্ষক ব্যবস্থাপক apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},{0} {1} এর জন্য বরাদ্দকরণ apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,আপনার অর্থ প্রদান বাতিল করা হয়েছে। -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,সেটআপ> ইমেল> ইমেল অ্যাকাউন্ট থেকে ডিফল্ট ইমেল অ্যাকাউন্ট সেটআপ করুন apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,নির্বাচন ফাইল টাইপ apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,সব দেখ DocType: Help Article,Knowledge Base Editor,নলেজ বেস সম্পাদক @@ -2387,6 +2392,7 @@ DocType: Workflow State,Warning,সতর্কতা apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,এটি একাধিক পৃষ্ঠায় মুদ্রিত হতে পারে DocType: Data Migration Run,Percent Complete,শতাংশ সম্পূর্ণ DocType: Tag Category,Tag Category,ট্যাগ শ্রেণী +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","তুলনার জন্য,> 5, <10 বা = 324 ব্যবহার করুন। ব্যাপ্তিগুলির জন্য, 5:10 ব্যবহার করুন (5 এবং 10 এর মধ্যে মানের জন্য)।" DocType: Google Calendar,Pull from Google Calendar,গুগল ক্যালেন্ডার থেকে টানুন apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,সাহায্য DocType: User,Login Before,লগইন আগে @@ -2509,7 +2515,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,বাতি DocType: Transaction Log,Checksum Version,চেকসাম সংস্করণ DocType: User,Allow Modules,মডিউলগুলির অনুমতি দিন DocType: Unhandled Email,Unhandled Email,অপরিচালিত ইমেইল -DocType: Event,Monday,সোমবার +DocType: Assignment Rule Day,Monday,সোমবার apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,আর কীবোর্ড নিদর্শন ব্যবহার করুন apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,প্রক্রিয়া হচ্ছে ... DocType: Data Import,Don't create new records,নতুন রেকর্ড তৈরি করবেন না @@ -2637,7 +2643,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","প্রিয় সিস্টেম ম্যানেজার," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} স্ব এই টাস্ক বরাদ্দ: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,তোমার দেশ -DocType: Event,Sunday,রবিবার +DocType: Assignment Rule Day,Sunday,রবিবার apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: ক্ষেত্রের নাম {1} এর মধ্যে একটিও হতে পারে না apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,স্ট্যান্ডিং apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,গ্রিড ভিউ @@ -2677,7 +2683,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,মধ্যে DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,সারিবদ্ধ -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,সেটআপ> স্বনির্ধারিত ফর্ম DocType: Braintree Settings,Use Sandbox,ব্যবহারের স্যান্ডবক্স apps/frappe/frappe/utils/goal.py,This month,এই মাস apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,নতুন কাস্টম মুদ্রন বিন্যাস @@ -2769,7 +2774,7 @@ DocType: Workflow,States,যুক্তরাষ্ট্র DocType: Notification,Attach Print,প্রিন্ট সংযুক্ত DocType: Assignment Rule,Assignment Rule,নিয়োগের বিধি apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},প্রস্তাবিত ইউজারনেম: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,দিন +DocType: Assignment Rule Day,Day,দিন apps/frappe/frappe/public/js/frappe/desk.js,Modules,মডিউল apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,পেমেন্ট সাফল্য apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,কোন {0} মেইল @@ -2796,7 +2801,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,ই apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","{1}, {2} এর {0} আপডেট করা হচ্ছে" DocType: Auto Email Report,Filters Display,ফিল্টার প্রদর্শন apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",সংশোধন করার জন্য অবশ্যই "সংশোধিত_ফর্ম" ক্ষেত্রটি উপস্থিত থাকতে হবে। -DocType: Contact,Numbers,নাম্বার apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,ফিল্টার সংরক্ষণ করুন DocType: Address,Plant,উদ্ভিদ apps/frappe/frappe/core/doctype/communication/communication.js,Reply All,সবগুলোর উত্তর দাও @@ -2841,6 +2845,7 @@ DocType: Custom Script,Custom Script,কাস্টম স্ক্রিপ্ DocType: Address,Address Line 2,ঠিকানা লাইন ২ DocType: Address,Reference,উল্লেখ apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,নিযুক্ত করা +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,সেটআপ> ইমেল> ইমেল অ্যাকাউন্ট থেকে ডিফল্ট ইমেল অ্যাকাউন্ট সেটআপ করুন DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,ডেটা মাইগ্রেশন ম্যাপিং বিস্তারিত DocType: Data Import,Action,কর্ম DocType: GSuite Settings,Script URL,স্ক্রিপ্ট URL- @@ -3004,6 +3009,7 @@ apps/frappe/frappe/database/database.py,Too many writes in one request. Please s apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Drive has been configured.,গুগল ড্রাইভ কনফিগার করা হয়েছে। apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,মান পরিবর্তিত DocType: Workflow State,arrow-up,তীর-আপ +DocType: Dynamic Link,Link Document Type,লিঙ্ক নথি প্রকার apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,{0} টেবিলের জন্য কমপক্ষে একটি সারি থাকা উচিত DocType: OAuth Bearer Token,Expires In,মেয়াদ শেষ DocType: DocField,Allow on Submit,জমা দিন মঞ্জুরি দিন @@ -3024,6 +3030,7 @@ DocType: Web Form,Button Label,বোতাম ট্যাগ apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} নির্বাচিত আইটেম apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,সাসপেন্ড পাঠানো apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,ব্যবহারকারীর অনুমতিগুলি সফলভাবে তৈরি করা হয়েছে +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,ডিফল্ট গ্লোবাল অনুসন্ধান নথি আনছে। apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,পার্শ্বদন্ডে থেকে ড্র্যাগ উপাদান যোগ করার জন্য. আবর্জনা থেকে তাদের টানুন. DocType: Workflow State,resize-small,পুনরায় আকার-ছোট DocType: Address,Postal Code,পোস্ট অফিসের নাম্বার @@ -3076,7 +3083,7 @@ DocType: Auto Repeat,End Date,শেষ তারিখ DocType: Data Import,Ignore encoding errors,এনকোডিং ত্রুটিগুলি উপেক্ষা করুন DocType: Chat Profile,Notifications,বিজ্ঞপ্তিগুলি DocType: DocField,Column Break,কলাম বিরতি -DocType: Event,Thursday,বৃহস্পতিবার +DocType: Assignment Rule Day,Thursday,বৃহস্পতিবার apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,আপনার কাছে পর্যাপ্ত পর্যালোচনা পয়েন্ট নেই apps/frappe/frappe/utils/response.py,You don't have permission to access this file,আপনি এই ফাইলটি অ্যাক্সেস করতে অনুমতি নেই apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,API গোপন সংরক্ষণ করুন: @@ -3160,6 +3167,7 @@ DocType: S3 Backup Settings,ap-south-1,পি-দক্ষিণ-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,আনজিপ apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},সারিতে ভুল মান {0}: {1} {2} হতে হবে {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},লগইন ডকুমেন্ট খসড়া ফিরে রূপান্তরিত করা যাবে না. স্থানান্তরণ সারিতে {0} +DocType: Assignment Rule,Assignment Days,অ্যাসাইনমেন্টের দিনগুলি apps/frappe/frappe/desk/reportview.py,Deleting {0},মুছে ফেলা হচ্ছে {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,সম্পাদনা করুন অথবা একটি নতুন বিন্যাস শুরু করার একটি বিদ্যমান বিন্যাস নির্বাচন করুন. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,বাইপাস সীমাবদ্ধ আইপি ঠিকানা চেক যদি দুটি ফ্যাক্টর Auth সক্রিয় থাকে @@ -3232,6 +3240,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} ম apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,কাস্টম ক্ষেত্রগুলি কেবলমাত্র একটি মানক ডকটাইপ-এ যুক্ত করা যায়। apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,দ্বারা নির্মিত apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,ড্রপবক্স সেটআপ +DocType: Assignment Rule Day,Assignment Rule Day,নিয়োগের বিধি দিবস DocType: Workflow State,resize-horizontal,পুনরায় আকার-অনুভূমিক apps/frappe/frappe/templates/emails/download_data.html,Download Link,ডাউনলোড লিংক DocType: Chat Message,Content,বিষয়বস্তু @@ -3485,7 +3494,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,ইমেই DocType: Comment,Published,প্রকাশিত apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,তোমার ই - মেইলের জন্য ধন্যবাদ DocType: DocField,Small Text,ছোট লেখা -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,নম্বর {0} মোবাইলের পাশাপাশি ফোনের জন্য প্রাথমিক হিসাবে সেট করা যায় না Number DocType: Workflow,Allow approval for creator of the document,নথি স্রষ্টার জন্য অনুমতি অনুমোদন apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,প্রতিবেদন সংরক্ষণ করুন DocType: Webhook,on_cancel,on_cancel @@ -3498,6 +3506,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,সমান apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',ক্ষেত্রের বিকল্প 'ডাইনামিক লিংক' টাইপ 'DOCTYPE' হিসাবে অপশন সঙ্গে অন্য লিঙ্ক ক্ষেত্র নির্দেশ করতে হবে DocType: About Us Settings,Team Members Heading,শীর্ষক দলের সদস্যদের apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,অবৈধ CSV বিন্যাসে +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,Nema rezultata za '
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,Reset dopuštenja za {0} ? apps/frappe/frappe/config/desktop.py,Users and Permissions,Korisnici i dozvole DocType: S3 Backup Settings,S3 Backup Settings,S3 Backup Settings @@ -1845,7 +1848,7 @@ DocType: Communication Link,Link Title,link Naslov DocType: Workflow State,fast-backward,brzo nazad DocType: Address,Chandigarh,Chandigarh DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,Petak +DocType: Assignment Rule Day,Friday,Petak apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,Uredi u punom stranici apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,Otvorite stavku liste DocType: Report,Add Total Row,Dodaj ukupno redaka @@ -1863,6 +1866,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,Prilagodite apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,Pogledaj dozvoljene dokumente apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,Za upotrebu ove funkcije morate instalirati pycups! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Zahtev za povezivanje na Google kalendar uspešno je prihvaćen +DocType: Tag Link,Tag Link,Tag Link apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,Integritet lanca DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2005,6 +2009,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,Biljeske apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,Greška Report apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,Izvoz podataka u CSV / Excel formatu. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,Postavljanje dokumenata Globalne pretrage. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,Aplikacije za autentikaciju koje možete koristiti su: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} već postoji. Izaberite drugo ime DocType: S3 Backup Settings,None,Ništa @@ -2017,6 +2022,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,Prijava nije dopuštena u ovom trenutku DocType: Data Migration Run,Current Mapping Action,Aktuelna akcija mapiranja DocType: Dashboard Chart Source,Source Name,izvor ime +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,Nijedan račun e-pošte nije povezan s korisnikom. Dodajte račun u okviru Korisnik> Inbox. DocType: Email Account,Email Sync Option,E-mail Sync Opcija apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,Red broj DocType: Async Task,Runtime,Runtime @@ -2031,6 +2037,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,Već u us DocType: User Email,Enable Outgoing,Enable Odlazni DocType: Address,Fax,Fax apps/frappe/frappe/config/customization.py,Custom Tags,Custom Tagovi +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Račun e-pošte nije podešen. Izradite novi račun e-pošte iz programa Setup> Email> Account Email DocType: Comment,Submitted,Potvrđeno DocType: Contact,Pulled from Google Contacts,Preuzeto iz Google kontakata apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,U važećem zahtevu @@ -2105,7 +2112,6 @@ eval:doc.myfield=='My Value' eval:doc.age>18",Ovo polje će se pojaviti samo ako Naziv Polja ovdje definiran ima vrednost ili pravila su istinite (primjeri): myfield EVAL: doc.myfield == 'Moja Vrijednost' eval: doc.age> 18 DocType: Social Login Key,Office 365,Office 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,danas -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Nije pronađen zadani predložak adrese. Kreirajte novu iz Podešavanje> Štampanje i markiranje> Predložak adresa. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","Nakon što ste postavili to, korisnici će biti samo u mogućnosti pristupa dokumentima ( npr. blog post ) gdje jeveza postoji ( npr. Blogger ) ." DocType: Data Import Beta,Submit After Import,Pošaljite nakon uvoza DocType: Error Log,Log of Scheduler Errors,Dnevnik Scheduler Errors @@ -2117,6 +2123,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,VELIKA SLOVA apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,Custom HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,Unesite ime foldera +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Nije pronađen zadani predložak adrese. Kreirajte novu iz Podešavanje> Štampanje i markiranje> Predložak adresa. apps/frappe/frappe/auth.py,Unknown User,Nepoznati korisnik apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,Odaberite ulogu DocType: Comment,Deleted,Deleted @@ -2317,7 +2324,6 @@ DocType: Address,Preferred Shipping Address,Željena Dostava Adresa apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,Sa glavom Pismo apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},Kreirao {0} {1} apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},Nije dozvoljeno za {0}: {1} u Redu {2}. Ograničeno polje: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Račun e-pošte nije podešen. Izradite novi račun e-pošte iz programa Setup> Email> Account Email DocType: S3 Backup Settings,eu-west-1,eu-zapad-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","Ako je ovo potvrđeno, redovi sa važećim podacima će biti uvezeni i nevažeći redovi će biti deponovani u novu datoteku koja će vam kasnije biti uvezena." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,Dokument može uređivati samo korisnik @@ -2384,7 +2390,6 @@ DocType: Contact,Passive,Pasiva DocType: Auto Repeat,Accounts Manager,Računi Manager apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},Zadatak za {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,Vaša uplata je otkazan. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Postavite zadani račun e-pošte iz programa Setup> Email> Account Email apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,Select File Type apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,Vidi sve DocType: Help Article,Knowledge Base Editor,Baza znanja Editor @@ -2426,6 +2431,7 @@ DocType: Workflow State,Warning,Upozorenje apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,Ovo se može otisnuti na više stranica DocType: Data Migration Run,Percent Complete,Percent Complete DocType: Tag Category,Tag Category,Tag Kategorija +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","Za usporedbu, koristite> 5, <10 ili = 324. Za raspone koristite 5:10 (za vrijednosti između 5 i 10)." DocType: Google Calendar,Pull from Google Calendar,Povucite iz Google kalendara apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,Pomoć DocType: User,Login Before,Prijavite Prije @@ -2550,7 +2556,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,Ne možete u DocType: Transaction Log,Checksum Version,Verzija Checksum DocType: User,Allow Modules,Dozvoli module DocType: Unhandled Email,Unhandled Email,Unhandled mail -DocType: Event,Monday,Ponedjeljak +DocType: Assignment Rule Day,Monday,Ponedjeljak apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,Iskoristite više obrazaca tastature apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,Obrada ... DocType: Data Import,Don't create new records,Ne kreirajte nove zapise @@ -2681,7 +2687,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","Dragi System Manager," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} sam dodelio ovaj zadatak: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,Tvoja država -DocType: Event,Sunday,Nedjelja +DocType: Assignment Rule Day,Sunday,Nedjelja apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: Ime polja ne može biti jedno od {1} apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,Tabela apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,U Grid View @@ -2721,7 +2727,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,između DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,Na čekanju -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Postavke> Prilagodite obrazac DocType: Braintree Settings,Use Sandbox,Koristite Sandbox apps/frappe/frappe/utils/goal.py,This month,Ovog mjeseca apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,Novi prilagođeni format za štampu @@ -2814,7 +2819,7 @@ DocType: Workflow,States,Države DocType: Notification,Attach Print,Priložiti Print DocType: Assignment Rule,Assignment Rule,Pravilo dodeljivanja apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},Predložena ime: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,dan +DocType: Assignment Rule Day,Day,dan apps/frappe/frappe/public/js/frappe/desk.js,Modules,Moduli apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,plaćanje Uspjeh apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,Ne {0} mail @@ -2842,7 +2847,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,E-mai apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","Ažuriranje {0} od {1}, {2}" DocType: Auto Email Report,Filters Display,filteri Display apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.","Da bi se izvršilo dopune, mora biti prisutno polje "izmijenjeno_ i od"." -DocType: Contact,Numbers,Brojevi apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} cijenio je vaš rad na {1} {2} apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,Spremite filtere DocType: Address,Plant,Biljka @@ -2888,6 +2892,7 @@ DocType: Custom Script,Custom Script,Prilagođena skripta DocType: Address,Address Line 2,Adresa - linija 2 DocType: Address,Reference,Upućivanje apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,Dodijeljeno +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Postavite zadani račun e-pošte iz programa Setup> Email> Account Email DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,Mapiranje mapiranja podataka DocType: Data Import,Action,Akcija DocType: GSuite Settings,Script URL,skripta URL @@ -3057,6 +3062,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,Vrsta dokumenta {0} je ponovljena. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,Promena vrednosti DocType: Workflow State,arrow-up,Strelica prema gore +DocType: Dynamic Link,Link Document Type,Tip dokumenta veze apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,Trebao bi biti najmanje jedan red za {0} tablicu apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.","Da biste konfigurirali automatsko ponavljanje, omogućite "Dopusti automatsko ponavljanje" od {0}." DocType: OAuth Bearer Token,Expires In,ističe u @@ -3078,6 +3084,7 @@ DocType: Web Form,Button Label,Button Label apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} stavkama koje su izabrane apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,obustaviti Slanje apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,Korisnička dozvola uspješno su stvorena +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,Dohvaćanje zadanih dokumenata Globalne pretrage. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,Drag elemenata iz sidebar dodati. Povucite ih u smeće. DocType: Workflow State,resize-small,resize-mala DocType: Address,Postal Code,Poštanski broj @@ -3131,7 +3138,7 @@ DocType: Auto Repeat,End Date,Datum završetka DocType: Data Import,Ignore encoding errors,Ignorišite greške kodiranja DocType: Chat Profile,Notifications,Obaveštenja DocType: DocField,Column Break,Kolona Break -DocType: Event,Thursday,Četvrtak +DocType: Assignment Rule Day,Thursday,Četvrtak apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,Nemate dovoljno bodova za recenziju apps/frappe/frappe/utils/response.py,You don't have permission to access this file,Ne morate dozvolu za pristup ovom datoteku apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,Sačuvaj API tajnu: @@ -3217,6 +3224,7 @@ DocType: S3 Backup Settings,ap-south-1,ap-jug-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,otvoriti rajsfešlus apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},Netočna vrijednost u redu {0} : {1} mora biti {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},Postavio Dokument se ne može pretvoriti natrag u nacrtu . +DocType: Assignment Rule,Assignment Days,Dani dodjele apps/frappe/frappe/desk/reportview.py,Deleting {0},Brisanje {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,Odaberite postojeći format za uređivanje ili započeti novi format. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,Bypass ograničena IP adresa provera Ako je Two Factor Auth omogućen @@ -3288,6 +3296,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,prije {0 apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,Prilagođena polja mogu se dodati samo u standardni DocType. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,Kreirao apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,Dropbox Setup +DocType: Assignment Rule Day,Assignment Rule Day,Dan pravila o dodjeli DocType: Workflow State,resize-horizontal,resize-horizontalna apps/frappe/frappe/templates/emails/download_data.html,Download Link,Link za preuzimanje DocType: Chat Message,Content,Sadržaj @@ -3557,7 +3566,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,Dodaj / Uprav DocType: Comment,Published,Objavljen apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,Hvala vam na e-mail DocType: DocField,Small Text,Mali Tekst -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,"Broj {0} se ne može postaviti kao primarni za Telefon, kao ni mobilni br." DocType: Workflow,Allow approval for creator of the document,Dozvoli odobrenje za kreatora dokumenta apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,Spremi izvještaj DocType: Webhook,on_cancel,on_cancel @@ -3570,6 +3578,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,jednak apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',Opcije 'Dynamic Link' tip terena mora ukazati na drugo polje veze s opcijama kao 'DOCTYPEhtml' DocType: About Us Settings,Team Members Heading,Članovi tima Naslov apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,Invalid CSV format +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,No s'han trobat resultats per a '
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,Restablir permisos per {0}? apps/frappe/frappe/config/desktop.py,Users and Permissions,Usuaris i permisos DocType: S3 Backup Settings,S3 Backup Settings,Configuració de còpia de seguretat de S3 @@ -1845,7 +1848,7 @@ DocType: Communication Link,Link Title,link Títol DocType: Workflow State,fast-backward,fast-backward DocType: Address,Chandigarh,Chandigarh DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,Divendres +DocType: Assignment Rule Day,Friday,Divendres apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,Edita a pàgina completa apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,Obre la llista de l'element DocType: Report,Add Total Row,Afegir total de Fila @@ -1863,6 +1866,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,Personalitza apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,Mostra els documents permesos apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,Heu d’instal·lar picots per utilitzar aquesta funció. apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,S'ha acceptat la vostra sol·licitud de connexió a Google Calendar +DocType: Tag Link,Tag Link,Enllaç d’etiqueta apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,Integritat de cadena DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2005,6 +2009,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,Nota apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,Informa d'un problema apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,Exporta les dades en format CSV / Excel. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,Configuració de documents de la cerca global. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,Les aplicacions d'autenticació que podeu utilitzar són: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} ja existeix. Seleccioni un altre nom DocType: S3 Backup Settings,None,Cap @@ -2017,6 +2022,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,Login no permès en aquest moment DocType: Data Migration Run,Current Mapping Action,Acció de cartografia actual DocType: Dashboard Chart Source,Source Name,font Nom +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,No hi ha cap compte de correu electrònic associat a l’Usuari. Afegeix un compte a Usuari> Bústia de correu electrònic. DocType: Email Account,Email Sync Option,Sincronitzar correu Opció apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,Fila núm DocType: Async Task,Runtime,Temps d'execució @@ -2031,6 +2037,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,Ja està DocType: User Email,Enable Outgoing,Habilita sortint DocType: Address,Fax,Fax apps/frappe/frappe/config/customization.py,Custom Tags,Les etiquetes personalitzades +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Compte de correu electrònic no configurat. Creeu un nou compte de correu electrònic des de Configuració> Correu electrònic> Compte de correu electrònic DocType: Comment,Submitted,Enviat DocType: Contact,Pulled from Google Contacts,Tirat de Google Contactes apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,Petició invàlida @@ -2105,7 +2112,6 @@ eval:doc.myfield=='My Value' eval:doc.age>18",apareixerà aquest camp només si el nom del camp definit aquí té valor o les regles són veritables (exemples): eval myfield: doc.myfield == 'La meva Valor' eval: doc.age> 18 DocType: Social Login Key,Office 365,Office 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,avui -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,No s'ha trobat cap plantilla d'adreces per defecte. Creeu-ne un de nou a Configuració> Impressió i marca> Plantilla d'adreces. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","Un cop establert, els usuaris només tindran accés als documents (per exemple. Blog) on hi hagil'enllaç (per exemple. Blogger)." DocType: Data Import Beta,Submit After Import,Envieu després d'importar DocType: Error Log,Log of Scheduler Errors,Registre d'errors de planificació @@ -2117,6 +2123,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,MAJÚSCULES apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,HTML personalitzat apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,Introduïu carpeta de nom +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,No s'ha trobat cap plantilla d'adreces per defecte. Creeu-ne un de nou a Configuració> Impressió i marca> Plantilla d'adreces. apps/frappe/frappe/auth.py,Unknown User,Usuari desconegut apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,Seleccioneu Rol DocType: Comment,Deleted,Suprimit @@ -2317,7 +2324,6 @@ DocType: Address,Preferred Shipping Address,Adreça d'enviament preferida apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,Amb capçalera apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} creat aquest {1} apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},No està permès per a {0}: {1} a la fila {2}. Camp restringit: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Compte de correu electrònic no configurat. Creeu un nou compte de correu electrònic des de Configuració> Correu electrònic> Compte de correu electrònic DocType: S3 Backup Settings,eu-west-1,eu-oest-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","Si es marca aquesta opció, es importaran les files amb dades vàlides i les files no vàlides seran enviades a un fitxer nou per importar-lo més tard." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,Document és només editable pels usuaris de paper @@ -2384,7 +2390,6 @@ DocType: Contact,Passive,Passiu DocType: Auto Repeat,Accounts Manager,Gerent de Comptes apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},Assignació per {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,El seu pagament es cancel·la. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Configureu el compte de correu electrònic per defecte des de Configuració> Correu electrònic> Compte de correu electrònic apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,Seleccioneu el tipus de fitxer apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,Veure tot DocType: Help Article,Knowledge Base Editor,Coneixement Base Editor @@ -2426,6 +2431,7 @@ DocType: Workflow State,Warning,Advertència apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,Es pot imprimir en diverses pàgines DocType: Data Migration Run,Percent Complete,Percentatge complet DocType: Tag Category,Tag Category,tag Categoria +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","Per a la comparació, utilitzeu> 5, <10 o = 324. Per a intervals, utilitzeu 5:10 (per a valors entre 5 i 10)." DocType: Google Calendar,Pull from Google Calendar,Tira de Google Calendar apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,Ajuda DocType: User,Login Before,Identifica't abans @@ -2550,7 +2556,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,No es pot ed DocType: Transaction Log,Checksum Version,Versió de comprovació DocType: User,Allow Modules,Permetre mòduls DocType: Unhandled Email,Unhandled Email,no controlada per correu electrònic -DocType: Event,Monday,Dilluns +DocType: Assignment Rule Day,Monday,Dilluns apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,Fer ús de patrons de teclat més llargs apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,S'està processant ... DocType: Data Import,Don't create new records,No creeu nous registres @@ -2681,7 +2687,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","Benvolgut Administrador del sistema," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} autoritzat aquesta tasca: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,El teu país -DocType: Event,Sunday,Diumenge +DocType: Assignment Rule Day,Sunday,Diumenge apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: el nom del camp no pot ser un dels {1} apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,Classificació apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,Atesa la quadrícula @@ -2721,7 +2727,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,entre DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,En cua -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Configuració> Formulari personalitzat DocType: Braintree Settings,Use Sandbox,ús Sandbox apps/frappe/frappe/utils/goal.py,This month,Aquest mes apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,Nou format personalitzat Imprimir @@ -2815,7 +2820,7 @@ DocType: Workflow,States,Units DocType: Notification,Attach Print,Adjuntar Imprimir DocType: Assignment Rule,Assignment Rule,Regla d’assignació apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},Suggerida Nom d'usuari: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,dia +DocType: Assignment Rule Day,Day,dia apps/frappe/frappe/public/js/frappe/desk.js,Modules,mòduls apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,L'èxit de pagament apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,No {0} electrònic @@ -2843,7 +2848,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,Safat apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","Actualitzant {0} de {1}, {2}" DocType: Auto Email Report,Filters Display,filtres de visualització apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",El camp "modificat_de" ha d'estar present per realitzar una modificació. -DocType: Contact,Numbers,Nombres apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} ha agraït el teu treball a {1} {2} apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,Desa els filtres DocType: Address,Plant,Planta @@ -2889,6 +2893,7 @@ DocType: Custom Script,Custom Script,Custom Script DocType: Address,Address Line 2,Adreça Línia 2 DocType: Address,Reference,referència apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,Assignat a +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Configureu el compte de correu electrònic per defecte des de Configuració> Correu electrònic> Compte de correu electrònic DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,Detall de cartografia de la migració de dades DocType: Data Import,Action,Acció DocType: GSuite Settings,Script URL,URL del guió @@ -3058,6 +3063,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,El tipus de document {0} s'ha repetit. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,Els valors modificats DocType: Workflow State,arrow-up,arrow-up +DocType: Dynamic Link,Link Document Type,Enllaç Tipus de document apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,Hauria d'haver-hi com a mínim una fila per a la taula {0} apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.","Per configurar la repetició automàtica, activeu "Permet la repetició automàtica" des de {0}." DocType: OAuth Bearer Token,Expires In,en expira @@ -3079,6 +3085,7 @@ DocType: Web Form,Button Label,Etiqueta de botó apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} elements seleccionats apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,Enviament de suspendre apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,Permisos d'usuari creats amb èxit +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,Obtenció de documents de cerca global per defecte. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,Arrossegueu els elements de la barra lateral per afegir. Arrossegament de nou a les escombraries. DocType: Workflow State,resize-small,canviar la mida petita DocType: Address,Postal Code,Codi Postal @@ -3132,7 +3139,7 @@ DocType: Auto Repeat,End Date,Data de finalització DocType: Data Import,Ignore encoding errors,Ignora els errors de codificació DocType: Chat Profile,Notifications,Notificacions DocType: DocField,Column Break,Salt de columna -DocType: Event,Thursday,Dijous +DocType: Assignment Rule Day,Thursday,Dijous apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,No teniu prou punts de revisió apps/frappe/frappe/utils/response.py,You don't have permission to access this file,Vostè no té permís per accedir a aquesta imatge apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,Desa l'API secret: @@ -3218,6 +3225,7 @@ DocType: S3 Backup Settings,ap-south-1,ap-sud-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,obrir la cremallera apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},Valor incorrecte a la fila {0}: {1} ha de ser {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},Document presentat no es pot convertir de nou a redactar. Fila Transició {0} +DocType: Assignment Rule,Assignment Days,Jornades d’assignació apps/frappe/frappe/desk/reportview.py,Deleting {0},Eliminació {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,Seleccioneu un format existent per editar o iniciar un nou format. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,Direcció d'adreça IP restringida per bypass Si habilita dos Autenticació de factor @@ -3290,6 +3298,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,Fa {0} m apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,Els camps personalitzats només es poden afegir a un document de document estàndard. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,Creat per apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,Configuració de Dropbox +DocType: Assignment Rule Day,Assignment Rule Day,Dia de la norma d'assignació DocType: Workflow State,resize-horizontal,resize-horizontal apps/frappe/frappe/templates/emails/download_data.html,Download Link,Enllaç de descàrrega DocType: Chat Message,Content,Contingut @@ -3560,7 +3569,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,Afegir / Admi DocType: Comment,Published,Publicat apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,Gràcies per el teu email DocType: DocField,Small Text,Text petit -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,El número {0} no es pot definir com a principal ni per a telèfon ni per a número de mòbil. DocType: Workflow,Allow approval for creator of the document,Permet l'aprovació del creador del document apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,Desa l’informe DocType: Webhook,on_cancel,on_cancelar @@ -3573,6 +3581,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,Equival apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType' DocType: About Us Settings,Team Members Heading,Team Members Heading apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,Format CSV no vàlid +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,Nebyly nalezeny žádné výsledky pro '
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,Obnovit oprávnění pro: {0}? apps/frappe/frappe/config/desktop.py,Users and Permissions,Uživatelé a oprávnění DocType: S3 Backup Settings,S3 Backup Settings,S3 Nastavení zálohování @@ -1845,7 +1848,7 @@ DocType: Communication Link,Link Title,Název odkazu DocType: Workflow State,fast-backward,fast-backward DocType: Address,Chandigarh,Chandigarh DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,Pátek +DocType: Assignment Rule Day,Friday,Pátek apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,Úpravy v plném stránku apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,Otevřít položku seznamu DocType: Report,Add Total Row,Přidat řádek celkem @@ -1863,6 +1866,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,Přizpůsobit apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,Zobrazit povolené dokumenty apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,"Abyste mohli tuto funkci používat, musíte si nainstalovat pycupy!" apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Požadavek na připojení do Kalendáře Google byl úspěšně přijat +DocType: Tag Link,Tag Link,Odkaz na značku apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,Chain Integrity DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2005,6 +2009,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,Poznámka apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,Error Report apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,Exportovat data ve formátu CSV / Excel. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,Nastavení dokumentů globálního vyhledávání. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,"Aplikace ověřování, které můžete použít, jsou:" apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} již existuje. Vyberte jiné jméno DocType: S3 Backup Settings,None,Žádný @@ -2017,6 +2022,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,Přihlášení není povoleno v tuto dobu DocType: Data Migration Run,Current Mapping Action,Současná mapovací akce DocType: Dashboard Chart Source,Source Name,Název zdroje +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,K Uživateli není spojen žádný e-mailový účet. Přidejte účet do složky Uživatel> E-mailová schránka. DocType: Email Account,Email Sync Option,E-mail Sync Option apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,Řádek č DocType: Async Task,Runtime,Runtime @@ -2031,6 +2037,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,Je již v DocType: User Email,Enable Outgoing,Povolit odchozí DocType: Address,Fax,Fax apps/frappe/frappe/config/customization.py,Custom Tags,Vlastní Tagy +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-mailový účet není nastaven. Vytvořte nový e-mailový účet z nabídky Nastavení> E-mail> E-mailový účet DocType: Comment,Submitted,Vloženo DocType: Contact,Pulled from Google Contacts,Vyvoláno z kontaktů Google apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,Neplatná žádost @@ -2105,7 +2112,6 @@ eval:doc.myfield=='My Value' eval:doc.age>18","Toto pole se objeví pouze v případě, že fieldname zde definovány má hodnotu OR pravidla jsou pravými (příklady): myfield eval: doc.myfield == "Můj Value 'eval: doc.age> 18" DocType: Social Login Key,Office 365,Office 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,Dnes -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Nebyla nalezena žádná výchozí adresa. Vytvořte nový z nabídky Nastavení> Tisk a branding> Šablona adresy. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","Pakliže toto nastavíte, uživatelé budou moci přistoupit pouze na dokumenty (např.: příspěvky blogu), kam existují odkazy (např.: blogger)." DocType: Data Import Beta,Submit After Import,Odeslat po importu DocType: Error Log,Log of Scheduler Errors,Log chyb plánovače. @@ -2117,6 +2123,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,VELKÁ PÍSMENA apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,Vlastní HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,Zadejte název složky +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Nebyla nalezena žádná výchozí adresa. Vytvořte nový z nabídky Nastavení> Tisk a branding> Šablona adresy. apps/frappe/frappe/auth.py,Unknown User,Neznámý uživatel apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,Vyberte roli DocType: Comment,Deleted,Vypouští se @@ -2317,7 +2324,6 @@ DocType: Address,Preferred Shipping Address,Preferovaná dodací adresa apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,S hlavičkový apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} vytvořil tento {1} apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},Není povoleno pro {0}: {1} v řádku {2}. Omezené pole: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-mailový účet není nastaven. Vytvořte nový e-mailový účet z nabídky Nastavení> E-mail> E-mailový účet DocType: S3 Backup Settings,eu-west-1,eu-west-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","Pokud je zaškrtnuto, budou importovány řádky s platnými daty a neplatné řádky budou vráceny do nového souboru, abyste mohli později importovat." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,Document je upravovatelný pouze pro uživatele s rolí @@ -2384,7 +2390,6 @@ DocType: Contact,Passive,Pasivní DocType: Auto Repeat,Accounts Manager,Accounts Manager apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},Přiřazení pro {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,Platba je zrušena. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Nastavte výchozí e-mailový účet z nabídky Nastavení> E-mail> E-mailový účet apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,Vyberte typ souboru apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,Zobrazit vše DocType: Help Article,Knowledge Base Editor,Editor Znalostní Báze @@ -2426,6 +2431,7 @@ DocType: Workflow State,Warning,Upozornění apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,To se může vytisknout na více stránkách DocType: Data Migration Run,Percent Complete,Procento dokončeno DocType: Tag Category,Tag Category,tag Kategorie +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","Pro srovnání použijte> 5, <10 nebo = 324. Pro rozsahy použijte 5:10 (pro hodnoty mezi 5 a 10)." DocType: Google Calendar,Pull from Google Calendar,Vytáhněte z Kalendáře Google apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,Nápověda DocType: User,Login Before,Přihlášení před @@ -2550,7 +2556,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,Nelze upravo DocType: Transaction Log,Checksum Version,Verze kontrolního součtu DocType: User,Allow Modules,Povolit moduly DocType: Unhandled Email,Unhandled Email,neošetřené Email -DocType: Event,Monday,Pondělí +DocType: Assignment Rule Day,Monday,Pondělí apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,Využívejte delších modelů klávesnic apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,Zpracovává se... DocType: Data Import,Don't create new records,Nevytvářejte nové záznamy @@ -2681,7 +2687,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","Vážení System Manager," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} vlastní úkol: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,Vaše země -DocType: Event,Sunday,Neděle +DocType: Assignment Rule Day,Sunday,Neděle apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: Název pole nemůže být jedním z {1} apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,Postoje apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,V zobrazení mřížky @@ -2721,7 +2727,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,Mezi DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,Ve frontě -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Nastavení> Přizpůsobit formulář DocType: Braintree Settings,Use Sandbox,použití Sandbox apps/frappe/frappe/utils/goal.py,This month,Tento měsíc apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,New Custom Print Format @@ -2815,7 +2820,7 @@ DocType: Workflow,States,Stavy DocType: Notification,Attach Print,Připojit Tisk DocType: Assignment Rule,Assignment Rule,Pravidlo přiřazení apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},Navrhovaná Uživatelské jméno: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,Den +DocType: Assignment Rule Day,Day,Den apps/frappe/frappe/public/js/frappe/desk.js,Modules,moduly apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,platba Úspěch apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,No {0} pošty @@ -2843,7 +2848,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,e-mai apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","Aktualizace {0} z {1}, {2}" DocType: Auto Email Report,Filters Display,filtry Display apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",Pro provedení změny musí být k dispozici pole „změněno_z“. -DocType: Contact,Numbers,Čísla apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} ocenil vaši práci na {1} {2} apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,Uložte filtry DocType: Address,Plant,Rostlina @@ -2889,6 +2893,7 @@ DocType: Custom Script,Custom Script,Přizpůsobený skript DocType: Address,Address Line 2,Adresní řádek 2 DocType: Address,Reference,reference apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,Přiřazeno (komu) +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Nastavte výchozí e-mailový účet z nabídky Nastavení> E-mail> E-mailový účet DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,Detail mapování migrace dat DocType: Data Import,Action,Akce DocType: GSuite Settings,Script URL,Adresa URL skriptu @@ -3058,6 +3063,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,Typ dokumentu {0} byl opakován. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,hodnoty Změnil DocType: Workflow State,arrow-up,šipka-nahoru +DocType: Dynamic Link,Link Document Type,Typ propojeného dokumentu apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,Pro tabulku {0} by měl být alespoň jeden řádek apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.","Chcete-li nakonfigurovat automatické opakování, povolte "Povolit automatické opakování" od {0}." DocType: OAuth Bearer Token,Expires In,V vyprší @@ -3079,6 +3085,7 @@ DocType: Web Form,Button Label,tlačítko Label apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} vybrané položky apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,pozastavit odesílání apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,Uživatelská oprávnění byla úspěšně vytvořena +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,Načítání výchozích dokumentů globálního vyhledávání. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,Přetáhnout prvky z postranního panelu přidat. Přetáhnout zpátky do koše. DocType: Workflow State,resize-small,resize-small DocType: Address,Postal Code,PSČ @@ -3132,7 +3139,7 @@ DocType: Auto Repeat,End Date,Datum ukončení DocType: Data Import,Ignore encoding errors,Ignorujte chyby kódování DocType: Chat Profile,Notifications,Oznámení DocType: DocField,Column Break,Zalomení sloupce -DocType: Event,Thursday,Čtvrtek +DocType: Assignment Rule Day,Thursday,Čtvrtek apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,Nemáte dostatek kontrolních bodů apps/frappe/frappe/utils/response.py,You don't have permission to access this file,Nemáte oprávnění k přístupu tento soubor apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,Uložit tajné rozhraní API: @@ -3218,6 +3225,7 @@ DocType: S3 Backup Settings,ap-south-1,ap-jih-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,rozepnout zip apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},Nesprávná hodnota na řádku {0}: {1} musí být {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},Vložený dokument nemůže být konvertován na stav rozpracováno. řádek transkace {0} +DocType: Assignment Rule,Assignment Days,Dny přiřazení apps/frappe/frappe/desk/reportview.py,Deleting {0},Mazání {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,"Vyberte existující formát, který chcete upravit, nebo začít nový formát." DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,Bypass omezena kontrola adresy IP Pokud je povoleno Authentication Two Factor @@ -3290,6 +3298,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} měs apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,Vlastní pole lze přidat pouze ke standardnímu typu DocType. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,Vytvořeno (kým) apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,Nastavení Dropbox +DocType: Assignment Rule Day,Assignment Rule Day,Den pravidla přiřazení DocType: Workflow State,resize-horizontal,resize-horizontal apps/frappe/frappe/templates/emails/download_data.html,Download Link,Odkaz ke stažení DocType: Chat Message,Content,Obsah @@ -3560,7 +3569,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,Přidat / Spr DocType: Comment,Published,Publikováno apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,Děkujeme za váš e-mail DocType: DocField,Small Text,Krátký text -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,Číslo {0} nelze nastavit jako primární pro telefonní ani mobilní číslo. DocType: Workflow,Allow approval for creator of the document,Umožnit schválení tvůrci dokumentu apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,Uložit sestavu DocType: Webhook,on_cancel,on_cancel @@ -3573,6 +3581,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,Je rovno apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',Možnosti pole typu 'Dynamický odkaz' musí odkazovat na jiné provázané pole s možnostmi jako 'DocType' DocType: About Us Settings,Team Members Heading,Záhlaví členů týmu apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,Neplatný formátu CSV +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,Ingen resultater fundet for '
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,Nulstil Tilladelser for {0}? apps/frappe/frappe/config/desktop.py,Users and Permissions,Brugere og tilladelser DocType: S3 Backup Settings,S3 Backup Settings,S3 Backup-indstillinger @@ -1845,7 +1848,7 @@ DocType: Communication Link,Link Title,Link Title DocType: Workflow State,fast-backward,hurtigt tilbage DocType: Address,Chandigarh,Chandigarh DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,Fredag +DocType: Assignment Rule Day,Friday,Fredag apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,Rediger i fuld side apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,Åbn listepost DocType: Report,Add Total Row,Tilføj total-række @@ -1863,6 +1866,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,Tilpas apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,Se tilladte dokumenter apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,Du skal installere pycups for at bruge denne funktion! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Din forbindelsesforespørgsel til Google Kalender blev godkendt +DocType: Tag Link,Tag Link,Tag-link apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,Kæde integritet DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2004,6 +2008,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,Bemærk apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,Fejlrapport apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,Eksporter data i CSV / Excel-format. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,Opsætning af Global Search-dokumenter. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,"Autentificeringsprogrammer, du kan bruge, er:" apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} eksisterer allerede. Vælg et andet nummer DocType: S3 Backup Settings,None,Ingen @@ -2016,6 +2021,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,Log ind er ikke tilladt på dette tidspunkt DocType: Data Migration Run,Current Mapping Action,Aktuel kortlægning DocType: Dashboard Chart Source,Source Name,Kilde Navn +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,Ingen e-mail-konto tilknyttet brugeren. Tilføj en konto under Bruger> E-mail-indbakke. DocType: Email Account,Email Sync Option,E-mail-synkronisering Option apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,Række nr DocType: Async Task,Runtime,Runtime @@ -2030,6 +2036,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,Allerede DocType: User Email,Enable Outgoing,Aktiver udgående DocType: Address,Fax,Telefax apps/frappe/frappe/config/customization.py,Custom Tags,Brugerdefinerede Tags +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-mail-konto er ikke opsat. Opret en ny e-mail-konto fra Opsætning> E-mail> E-mail-konto DocType: Comment,Submitted,Godkendt DocType: Contact,Pulled from Google Contacts,Trukket fra Google-kontakter apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,Ugyldig forespørgsel @@ -2104,7 +2111,6 @@ eval:doc.myfield=='My Value' eval:doc.age>18","Dette felt vises kun, hvis feltnavn defineres her har værdi ELLER reglerne er sande (eksempler): myfield eval: doc.myfield == "Min Værdi" eval: doc.age> 18" DocType: Social Login Key,Office 365,Kontor 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,I dag -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Ingen standardadresseskabelon fundet. Opret en ny fra Opsætning> Udskrivning og branding> Adresseskabelon. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","Når du har indstillet dette, vil brugerne kun kunne få adgang til dokumenter (f.eks. Blog Post) hvor linket eksisterer (f.eks. Blogger)." DocType: Data Import Beta,Submit After Import,Indsend efter import DocType: Error Log,Log of Scheduler Errors,Log af Scheduler Fejl @@ -2116,6 +2122,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,STORE BOGSTAVER apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,Tilpasset HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,Indtast mappenavn +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Ingen standardadresseskabelon fundet. Opret en ny fra Opsætning> Udskrivning og branding> Adresseskabelon. apps/frappe/frappe/auth.py,Unknown User,Ukendt bruger apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,Vælg Rolle DocType: Comment,Deleted,Slettet @@ -2316,7 +2323,6 @@ DocType: Address,Preferred Shipping Address,Foretruken leveringsadresse apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,Med brevhoved apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} oprettede denne {1} apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},Ikke tilladt for {0}: {1} i række {2}. Begrænset felt: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-mail-konto er ikke opsat. Opret en ny e-mail-konto fra Opsætning> E-mail> E-mail-konto DocType: S3 Backup Settings,eu-west-1,eu-vest-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","Hvis dette er markeret, importeres rækker med gyldige data, og ugyldige rækker bliver dumpet til en ny fil, som du kan importere senere." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,Dokument er kun redigeres af brugere af rolle @@ -2383,7 +2389,6 @@ DocType: Contact,Passive,Inaktiv DocType: Auto Repeat,Accounts Manager,Regnskabschef apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},Opgave til {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,Din betaling er annulleret. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Indstil standard e-mail-konto fra Opsætning> E-mail> E-mail-konto apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,Vælg filtype apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,Se alt DocType: Help Article,Knowledge Base Editor,Knowledge Base Editor @@ -2425,6 +2430,7 @@ DocType: Workflow State,Warning,Advarsel apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,Dette kan udskrives på flere sider DocType: Data Migration Run,Percent Complete,Procent fuldført DocType: Tag Category,Tag Category,tag Kategori +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","Til sammenligning skal du bruge> 5, <10 eller = 324. For intervaller skal du bruge 5:10 (til værdier mellem 5 og 10)." DocType: Google Calendar,Pull from Google Calendar,Træk fra Google Kalender apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,Hjælp DocType: User,Login Before,Log ind før @@ -2549,7 +2555,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,Kan ikke red DocType: Transaction Log,Checksum Version,Checksum Version DocType: User,Allow Modules,Tillad moduler DocType: Unhandled Email,Unhandled Email,Ubehandlet Email -DocType: Event,Monday,Mandag +DocType: Assignment Rule Day,Monday,Mandag apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,Gør brug af længere tastatur mønstre apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,Forarbejdning... DocType: Data Import,Don't create new records,Opret ikke nye poster @@ -2680,7 +2686,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","Kære Systemadministrator," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} selv tildelt denne opgave: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,Dit land -DocType: Event,Sunday,Søndag +DocType: Assignment Rule Day,Sunday,Søndag apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: Feltnavn kan ikke være et af {1} apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,stillinger apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,I Grid View @@ -2720,7 +2726,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,Mellem DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,Sat i kø -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Opsætning> Tilpas form DocType: Braintree Settings,Use Sandbox,Brug Sandbox apps/frappe/frappe/utils/goal.py,This month,Denne måned apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,Nyt brugerdefineret Print Format @@ -2814,7 +2819,7 @@ DocType: Workflow,States,Anvendes ikke DocType: Notification,Attach Print,Vedhæft Print DocType: Assignment Rule,Assignment Rule,Tildelingsregel apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},Foreslået Brugernavn: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,Dag +DocType: Assignment Rule Day,Day,Dag apps/frappe/frappe/public/js/frappe/desk.js,Modules,Moduler apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,Betaling gennemført apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,Ingen {0} mail @@ -2842,7 +2847,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,E-mai apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","Opdaterer {0} af {1}, {2}" DocType: Auto Email Report,Filters Display,filtre Display apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",Feltet "ændret_fra" skal være til stede for at gøre en ændring. -DocType: Contact,Numbers,numre apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} satte pris på dit arbejde med {1} {2} apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,Gem filtre DocType: Address,Plant,Plant @@ -2888,6 +2892,7 @@ DocType: Custom Script,Custom Script,Tilpasset Script DocType: Address,Address Line 2,Adresse 2 DocType: Address,Reference,Henvisning apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,Tildelt til +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Indstil standard e-mail-konto fra Opsætning> E-mail> E-mail-konto DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,Data Migration Mapping Detail DocType: Data Import,Action,Handling DocType: GSuite Settings,Script URL,Script URL @@ -3056,6 +3061,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,Dokumenttype {0} er blevet gentaget. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,Værdier ændret DocType: Workflow State,arrow-up,arrow-up +DocType: Dynamic Link,Link Document Type,Link dokumenttype apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,Der skal mindst være en række til {0} tabellen apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.",For at konfigurere automatisk gentagelse skal du aktivere "Tillad automatisk gentagelse" fra {0}. DocType: OAuth Bearer Token,Expires In,udløber I @@ -3077,6 +3083,7 @@ DocType: Web Form,Button Label,Button Label apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} varer er valgt apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,Suspend afsendelse apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,Brugertilladelser oprettet succesfuldt +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,Henter standard Global Search-dokumenter. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,Træk elementer fra indholdsoversigten at tilføje. Trække dem tilbage til papirkurven. DocType: Workflow State,resize-small,resize-small DocType: Address,Postal Code,Postnummer @@ -3130,7 +3137,7 @@ DocType: Auto Repeat,End Date,Slutdato DocType: Data Import,Ignore encoding errors,Ignorer kodningsfejl DocType: Chat Profile,Notifications,underretninger DocType: DocField,Column Break,Kolonne Break -DocType: Event,Thursday,Torsdag +DocType: Assignment Rule Day,Thursday,Torsdag apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,Du har ikke nok gennemgangspunkter apps/frappe/frappe/utils/response.py,You don't have permission to access this file,Du har ikke tilladelse til at få adgang til denne fil apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,Gem API Hemmelighed: @@ -3216,6 +3223,7 @@ DocType: S3 Backup Settings,ap-south-1,ap-syd-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,Unzip apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},Forkert værdi i række {0}: {1} skal være {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},Indsendt Dokument kan ikke konverteres tilbage til at udarbejde. Overgang rækken {0} +DocType: Assignment Rule,Assignment Days,Tildelingsdage apps/frappe/frappe/desk/reportview.py,Deleting {0},Sletning {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,Vælg en eksisterende format for at redigere eller starte et nyt format. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,Bypass begrænset IP-adresse kontrol Hvis Two Factor Auth Enabled @@ -3288,6 +3296,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} mån apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,Brugerdefinerede felter kan kun føjes til en standard DocType. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,Oprettet af apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,Dropbox Setup +DocType: Assignment Rule Day,Assignment Rule Day,Tildelingsregeldag DocType: Workflow State,resize-horizontal,resize-horisontale apps/frappe/frappe/templates/emails/download_data.html,Download Link,Download link DocType: Chat Message,Content,Indhold @@ -3547,7 +3556,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,Tilføj / Hå DocType: Comment,Published,Udgivet apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,Tak for din e-mail DocType: DocField,Small Text,Lille tekst -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,Nummer {0} kan ikke indstilles som primært for telefon såvel som mobilnummer. DocType: Workflow,Allow approval for creator of the document,Tillad godkendelse til skaberen af dokumentet apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,Gem rapport DocType: Webhook,on_cancel,on_cancel @@ -3560,6 +3568,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,Lig apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',Valg 'Dynamic Link' type feltet skal pege på en anden Link Field med muligheder som 'DocType' DocType: About Us Settings,Team Members Heading,Team Members Udgifts apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,Ugyldigt CSV-format +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,Keine Ergebnisse gefunden für '
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,Berechtigungen für {0} zurücksetzen? apps/frappe/frappe/config/desktop.py,Users and Permissions,Benutzer und Berechtigungen DocType: S3 Backup Settings,S3 Backup Settings,S3-Sicherungseinstellungen @@ -1846,7 +1849,7 @@ DocType: Communication Link,Link Title,Link-Titel DocType: Workflow State,fast-backward,Schnellrücklauf DocType: Address,Chandigarh,Chandigarh DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,Freitag +DocType: Assignment Rule Day,Friday,Freitag apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,In voller Ansicht bearbeiten apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,Listenelement öffnen DocType: Report,Add Total Row,Summenzeile hinzufügen @@ -1865,6 +1868,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,Anpassen apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,Anzeigen von zulässigen Dokumenten apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,"Sie müssen Pycups installieren, um diese Funktion nutzen zu können!" apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Ihre Verbindungsanfrage an Google Kalender wurde erfolgreich angenommen +DocType: Tag Link,Tag Link,Tag-Link apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,Kettenintegrität DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2007,6 +2011,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,Anmerkung apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,Fehlerbericht apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,Daten im CSV / Excel-Format exportieren. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,Einrichten von Dokumenten für die globale Suche. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,Verfügbare Authentifizierungs-Apps: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} existiert bereits. Wählen Sie einen anderen Namen DocType: S3 Backup Settings,None,Keiner @@ -2019,6 +2024,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,Anmelden zur Zeit nicht erlaubt DocType: Data Migration Run,Current Mapping Action,Aktuelle Abbildungsaktion DocType: Dashboard Chart Source,Source Name,Quellenname +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,Dem Benutzer ist kein E-Mail-Konto zugeordnet. Bitte fügen Sie unter Benutzer> E-Mail-Posteingang ein Konto hinzu. DocType: Email Account,Email Sync Option,E-Mail-Sync Option apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,Reihe Nr DocType: Async Task,Runtime,Laufzeit @@ -2033,6 +2039,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,Bereits i DocType: User Email,Enable Outgoing,Ausgehend aktivieren DocType: Address,Fax,Telefax apps/frappe/frappe/config/customization.py,Custom Tags,Benutzerdefinierte Schlagwörter +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-Mail-Konto nicht eingerichtet. Bitte erstellen Sie ein neues E-Mail-Konto über Setup> E-Mail> E-Mail-Konto DocType: Comment,Submitted,Gebucht DocType: Contact,Pulled from Google Contacts,Aus Google-Kontakten gezogen apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,Ungültige Anfrage @@ -2107,7 +2114,6 @@ eval:doc.myfield=='My Value' eval:doc.age>18","Dieses Feld wird nur angezeigt, wenn der Feldname hier definierten Wert hat oder die Regeln erfüllt sind (Beispiele): myfield eval: doc.myfield == 'My Value' eval: doc.age> 18" DocType: Social Login Key,Office 365,Büro 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,Heute -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Keine Standardadressvorlage gefunden. Erstellen Sie unter Setup> Drucken und Markieren> Adressvorlage eine neue. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","Sobald dies eingestellt wurde, haben die Benutzer nur Zugriff auf Dokumente (z. B. Blog-Eintrag), bei denen eine Verknüpfung existiert (z. B. Blogger)." DocType: Data Import Beta,Submit After Import,Nach dem Import einreichen DocType: Error Log,Log of Scheduler Errors,Protokoll von Fehlermeldungen des Terminplaners @@ -2119,6 +2125,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,GROSSBUCHSTABEN apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,Benutzerdefiniertes HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,Ordnernamen eingeben +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Keine Standardadressvorlage gefunden. Erstellen Sie unter Setup> Drucken und Markieren> Adressvorlage eine neue. apps/frappe/frappe/auth.py,Unknown User,Unbekannter Benutzer apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,Rolle auswählen DocType: Comment,Deleted,Gelöscht @@ -2319,7 +2326,6 @@ DocType: Address,Preferred Shipping Address,Bevorzugte Lieferadresse apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,Mit Briefkopf apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} erstellte diese {1} apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},Nicht zulässig für {0}: {1} in Zeile {2}. Eingeschränktes Feld: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-Mail-Konto nicht eingerichtet. Bitte erstellen Sie ein neues E-Mail-Konto über Setup> E-Mail> E-Mail-Konto DocType: S3 Backup Settings,eu-west-1,eu-west-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","Wenn dies aktiviert ist, werden Zeilen mit gültigen Daten importiert, und ungültige Zeilen werden in eine neue Datei ausgegeben, die Sie später importieren können." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,Das Dokument kann nur von Benutzern der Rolle bearbeitet werden @@ -2386,7 +2392,6 @@ DocType: Contact,Passive,Passiv DocType: Auto Repeat,Accounts Manager,Kontenmanager apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},Zuweisung für {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,Ihre Zahlung wird storniert. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Richten Sie das Standard-E-Mail-Konto über Setup> E-Mail> E-Mail-Konto ein apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,Dateityp auswählen apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,Alle ansehen DocType: Help Article,Knowledge Base Editor,Wissensdatenbank Bearbeiter/-in @@ -2428,6 +2433,7 @@ DocType: Workflow State,Warning,Warnung apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,Dies kann auf mehreren Seiten ausgedruckt werden DocType: Data Migration Run,Percent Complete,Prozent abgeschlossen DocType: Tag Category,Tag Category,Tag Kategorie +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","Verwenden Sie zum Vergleich> 5, <10 oder = 324. Verwenden Sie für Bereiche 5:10 (für Werte zwischen 5 und 10)." DocType: Google Calendar,Pull from Google Calendar,Aus Google Kalender ziehen apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,Hilfe DocType: User,Login Before,Anmelden vor @@ -2552,7 +2558,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,Aufgehobenes DocType: Transaction Log,Checksum Version,Version Prüfsumme DocType: User,Allow Modules,Module zulassen DocType: Unhandled Email,Unhandled Email,Unbearbeitete E-Mail -DocType: Event,Monday,Montag +DocType: Assignment Rule Day,Monday,Montag apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,Nutzen Sie mehr Tastaturmuster apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,Wird bearbeitet... DocType: Data Import,Don't create new records,Keine neuen Datensätze erstellen @@ -2683,7 +2689,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","Sehr geehrter System Manager," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} hat sich diese Aufgabe selbst zugewiesen: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,Ihr Land -DocType: Event,Sunday,Sonntag +DocType: Assignment Rule Day,Sunday,Sonntag apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: Feldname darf nicht einer von {1} sein apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,Rangliste apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,In der Rasteransicht @@ -2723,7 +2729,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,Zwischen DocType: Social Login Key,fairlogin,Fairlogin DocType: Async Task,Queued,Warteschlange -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Setup> Formular anpassen DocType: Braintree Settings,Use Sandbox,Sandkastenmodus verwenden apps/frappe/frappe/utils/goal.py,This month,Diesen Monat apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,Neues benutzerdefiniertes Druckformat @@ -2817,7 +2822,7 @@ DocType: Workflow,States,Zustände DocType: Notification,Attach Print,Ausdruck anhängen DocType: Assignment Rule,Assignment Rule,Zuweisungsregel apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},Empfohlener Benutzername: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,Tag +DocType: Assignment Rule Day,Day,Tag apps/frappe/frappe/public/js/frappe/desk.js,Modules,Module apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,Zahlungserfolg apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,Nein {0} mail @@ -2845,7 +2850,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,E-Mai apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","{0} von {1}, {2} wird aktualisiert" DocType: Auto Email Report,Filters Display,Filter anzeigen apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.","Das Feld "modified_from" muss vorhanden sein, um eine Änderung vorzunehmen." -DocType: Contact,Numbers,Zahlen apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} freute sich über Ihre Arbeit an {1} {2}. apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,Filter speichern DocType: Address,Plant,Fabrik @@ -2891,6 +2895,7 @@ DocType: Custom Script,Custom Script,Benutzerdefiniertes Skript DocType: Address,Address Line 2,Adresse Zeile 2 DocType: Address,Reference,Referenz apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,Zugewiesen zu +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Bitte richten Sie das Standard-E-Mail-Konto über Setup> E-Mail> E-Mail-Konto ein DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,Datenmigrations-Mapping-Detail DocType: Data Import,Action,Aktion DocType: GSuite Settings,Script URL,Skript-URL @@ -3059,6 +3064,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,Dokumenttyp {0} wurde wiederholt. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,Werte geändert DocType: Workflow State,arrow-up,Pfeil-nach-oben +DocType: Dynamic Link,Link Document Type,Dokumenttyp verknüpfen apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,Es sollte mindestens eine Zeile für die Tabelle {0} vorhanden sein apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.","Um die automatische Wiederholung zu konfigurieren, aktivieren Sie "Automatische Wiederholung zulassen" von {0} aus." DocType: OAuth Bearer Token,Expires In,Verfällt in @@ -3080,6 +3086,7 @@ DocType: Web Form,Button Label,Tastenbeschriftung apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} Elemente ausgewählt apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,Senden unterbrechen apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,Benutzerberechtigungen erfolgreich erstellt +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,Abrufen von Standarddokumenten der globalen Suche. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,"Zum Hinzufügen, Elemente aus der Seitenleiste aufnehmen. Zum Zurücklegen auf den Papierkorb ziehen." DocType: Workflow State,resize-small,anpassen-klein DocType: Address,Postal Code,Postleitzahl @@ -3133,7 +3140,7 @@ DocType: Auto Repeat,End Date,Enddatum DocType: Data Import,Ignore encoding errors,Ignoriere Codierungsfehler DocType: Chat Profile,Notifications,Benachrichtigungen DocType: DocField,Column Break,Spaltenumbruch -DocType: Event,Thursday,Donnerstag +DocType: Assignment Rule Day,Thursday,Donnerstag apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,Sie haben nicht genügend Bewertungspunkte apps/frappe/frappe/utils/response.py,You don't have permission to access this file,Keine Berechtigung für den Zugriff auf diese Datei vorhanden apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,API-Geheimnis speichern: @@ -3219,6 +3226,7 @@ DocType: S3 Backup Settings,ap-south-1,ap-Süd-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,Dekomprimieren apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},Falscher Wert in Zeile {0}: {1} muss {2} {3} sein apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},Buchung kann nicht in Entwurf umgewandelt werden. Zeile {0} +DocType: Assignment Rule,Assignment Days,Zuordnungstage apps/frappe/frappe/desk/reportview.py,Deleting {0},Löscht {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,Vorhandenes Format zum Bearbeiten wählen oder neues Format erstellen. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,"Eingeschränkte IP-Adressenprüfung umgehen, wenn Zwei-Faktor-Authentifizierung aktiviert ist" @@ -3291,6 +3299,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,vor {0} apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,Benutzerdefinierte Felder können nur zu einem Standard-DocType hinzugefügt werden. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,Erstellt von apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,Dropbox-Setup +DocType: Assignment Rule Day,Assignment Rule Day,Tag der Zuweisungsregel DocType: Workflow State,resize-horizontal,anpassen-horizontal apps/frappe/frappe/templates/emails/download_data.html,Download Link,Download-Link DocType: Chat Message,Content,Inhalt @@ -3561,7 +3570,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,Hinzufügen/V DocType: Comment,Published,Veröffentlicht apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,Vielen Dank für Ihre E-Mail DocType: DocField,Small Text,Kleiner Text -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,Die Nummer {0} kann nicht als primäre Nummer sowohl für das Telefon als auch für das Mobiltelefon festgelegt werden. DocType: Workflow,Allow approval for creator of the document,Genehmigung für den Ersteller des Dokuments zulassen apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,Bericht speichern DocType: Webhook,on_cancel,on_cancel @@ -3574,6 +3582,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,ist gleich apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',"""Dynamic Link""-Feldtyp aus ""Optionen"" muss auf ein anderes Verknüpfungsfeld mit Optionen wie ""DocType"" zeigen" DocType: About Us Settings,Team Members Heading,Überschrift zu den Teammitgliedern apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,Ungültige CSV-Format +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,Δεν βρέθηκαν αποτελέσματα για '
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,Επαναφορά δικαιωμάτων για {0} ; apps/frappe/frappe/config/desktop.py,Users and Permissions,Χρήστες και δικαιώματα DocType: S3 Backup Settings,S3 Backup Settings,S3 Ρυθμίσεις δημιουργίας αντιγράφων ασφαλείας @@ -1845,7 +1848,7 @@ DocType: Communication Link,Link Title,Τίτλος Σύνδεσμος DocType: Workflow State,fast-backward,Fast-backward DocType: Address,Chandigarh,Chandigarh DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,Παρασκευή +DocType: Assignment Rule Day,Friday,Παρασκευή apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,Επεξεργασία σε πλήρη σελίδα apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,Ανοίξτε το στοιχείο λίστας DocType: Report,Add Total Row,Προσθήκη γραμμής συνόλου @@ -1863,6 +1866,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,Προσαρμο apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,Προβολή επιτρεπόμενων εγγράφων apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,Πρέπει να εγκαταστήσετε pycups για να χρησιμοποιήσετε αυτή τη λειτουργία! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Η αίτησή σας σύνδεσης στο Ημερολόγιο Google έγινε αποδεκτή με επιτυχία +DocType: Tag Link,Tag Link,Σύνδεσμος ετικετών apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,Ακεραιότητα Αλυσίδας DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2005,6 +2009,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,Σημείωση apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,Αναφορά σφάλματος apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,Εξαγωγή δεδομένων σε μορφή CSV / Excel. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,Δημιουργία εγγράφων για την Παγκόσμια αναζήτηση. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,Οι εφαρμογές ελέγχου ταυτότητας που μπορείτε να χρησιμοποιήσετε είναι: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} υπάρχει ήδη. Επιλέξτε ένα άλλο όνομα DocType: S3 Backup Settings,None,Κανένας @@ -2017,6 +2022,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,Η είσοδος δεν επιτρέπεται αυτή τη στιγμή DocType: Data Migration Run,Current Mapping Action,Τρέχουσα δράση χαρτογράφησης DocType: Dashboard Chart Source,Source Name,Όνομα πηγή +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,Δεν υπάρχει λογαριασμός ηλεκτρονικού ταχυδρομείου που σχετίζεται με τον Χρήστη. Προσθέστε ένα λογαριασμό κάτω από το User> Email Inbox. DocType: Email Account,Email Sync Option,Email επιλογή Sync apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,Αριθμός σειράς DocType: Async Task,Runtime,Διάρκεια @@ -2031,6 +2037,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,Ήδη σ DocType: User Email,Enable Outgoing,Ενεργοποίηση εξερχομένων DocType: Address,Fax,Φαξ apps/frappe/frappe/config/customization.py,Custom Tags,προσαρμοσμένες ετικέτες +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Ο λογαριασμός ηλεκτρονικού ταχυδρομείου δεν έχει ρυθμιστεί. Δημιουργήστε ένα νέο λογαριασμό ηλεκτρονικού ταχυδρομείου από το Setup> Email> Email Account DocType: Comment,Submitted,Υποβλήθηκε DocType: Contact,Pulled from Google Contacts,Προέρχεται από τις Επαφές Google apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,Ακυρη Αίτηση @@ -2105,7 +2112,6 @@ eval:doc.myfield=='My Value' eval:doc.age>18",Αυτό το πεδίο θα εμφανιστεί μόνο αν η ΌνομαΠεδίου ορίζεται εδώ έχει αξία ή οι κανόνες είναι αλήθεια (παραδείγματα): myfield eval: doc.myfield == «Αξία μου» eval: doc.age> 18 DocType: Social Login Key,Office 365,Γραφείο 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,Σήμερα -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Δεν βρέθηκε προεπιλεγμένο πρότυπο διεύθυνσης. Δημιουργήστε ένα νέο από το Setup> Printing and Branding> Template Address. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","Αφού οριστεί, οι χρήστες θα έχουν πρόσβαση μονο σε έγγραφα ( π.Χ. Blog post), όπου υπάρχει σύνδεσμος ( π.Χ. Blogger ) ." DocType: Data Import Beta,Submit After Import,Υποβολή μετά την εισαγωγή DocType: Error Log,Log of Scheduler Errors,Αρχείο καταγραφής των σφαλμάτων του scheduler @@ -2117,6 +2123,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,ΚΕΦΑΛΑΊΑ apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,Προσαρμοσμένος κώδικας HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,Πληκτρολογήστε το όνομα του φακέλου +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Δεν βρέθηκε προεπιλεγμένο πρότυπο διεύθυνσης. Δημιουργήστε ένα νέο από το Setup> Printing and Branding> Template Address. apps/frappe/frappe/auth.py,Unknown User,Αγνωστος χρήστης apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,Επιλέξτε ρόλο DocType: Comment,Deleted,Διεγραμμένο @@ -2317,7 +2324,6 @@ DocType: Address,Preferred Shipping Address,Προτιμώμενη διεύθυ apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,Με το κεφάλι Επιστολή apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} δημιούργησε {1} apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},Δεν επιτρέπεται για {0}: {1} στη σειρά {2}. Περιορισμένο πεδίο: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Ο λογαριασμός ηλεκτρονικού ταχυδρομείου δεν έχει ρυθμιστεί. Δημιουργήστε ένα νέο λογαριασμό ηλεκτρονικού ταχυδρομείου από το Setup> Email> Email Account DocType: S3 Backup Settings,eu-west-1,eu-δυτικό-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","Εάν αυτό είναι επιλεγμένο, θα εισαχθούν σειρές με έγκυρα δεδομένα και μη έγκυρες σειρές θα πεταχτούν σε ένα νέο αρχείο για να εισαγάγετε αργότερα." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,Το έγγραφο είναι μόνο επεξεργάσιμη από τους χρήστες του ρόλου @@ -2384,7 +2390,6 @@ DocType: Contact,Passive,Αδρανής DocType: Auto Repeat,Accounts Manager,Διαχειριστής λογαριασμών apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},Ανάθεση για {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,Η πληρωμή σας ακυρώνεται. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Ρυθμίστε τον προεπιλεγμένο λογαριασμό ηλεκτρονικού ταχυδρομείου από το Setup> Email> Email Account apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,Επιλογή τύπου αρχείου apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,Προβολή όλων DocType: Help Article,Knowledge Base Editor,Γνώση Επεξεργαστής Βάσης @@ -2426,6 +2431,7 @@ DocType: Workflow State,Warning,Προειδοποίηση apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,Αυτό μπορεί να εκτυπωθεί σε πολλές σελίδες DocType: Data Migration Run,Percent Complete,Το ποσοστό ολοκληρώνεται DocType: Tag Category,Tag Category,Tag Κατηγορία +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","Για σύγκριση, χρησιμοποιήστε> 5, <10 ή = 324. Για σειρές, χρησιμοποιήστε 5:10 (για τιμές μεταξύ 5 και 10)." DocType: Google Calendar,Pull from Google Calendar,Τραβήξτε από το Ημερολόγιο Google apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,Βοήθεια DocType: User,Login Before,Είσοδος πριν από @@ -2550,7 +2556,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,Δεν μπ DocType: Transaction Log,Checksum Version,Έκδοση ελέγχου αθροίσματος DocType: User,Allow Modules,Αφήστε τις μονάδες DocType: Unhandled Email,Unhandled Email,δεν επιλύεται Email -DocType: Event,Monday,Δευτέρα +DocType: Assignment Rule Day,Monday,Δευτέρα apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,Κάνουν χρήση των πλέον μοτίβα πληκτρολογίου apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,Επεξεργασία... DocType: Data Import,Don't create new records,Μην δημιουργείτε νέα αρχεία @@ -2681,7 +2687,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","Αγαπητέ Διευθυντή του Συστήματος," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} αυτή την εργασία: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,Η χώρα σου -DocType: Event,Sunday,Κυριακή +DocType: Assignment Rule Day,Sunday,Κυριακή apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: Το όνομα πεδίου δεν μπορεί να είναι ένα από τα {1} apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,Βαθμολογίες apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,Στην προβολή πλέγματος @@ -2721,7 +2727,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,Μεταξύ DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,Στην ουρά -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Ρυθμίσεις> Προσαρμογή φόρμας DocType: Braintree Settings,Use Sandbox,χρήση Sandbox apps/frappe/frappe/utils/goal.py,This month,Αυτο το μηνα apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,Νέα προσαρμοσμένη μορφή Εκτύπωση @@ -2815,7 +2820,7 @@ DocType: Workflow,States,Καταστάσεις DocType: Notification,Attach Print,Συνδέστε Εκτύπωση DocType: Assignment Rule,Assignment Rule,Κανόνας εκχώρησης apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},Προτεινόμενη Όνομα Χρήστη: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,Ημέρα +DocType: Assignment Rule Day,Day,Ημέρα apps/frappe/frappe/public/js/frappe/desk.js,Modules,ενότητες apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,επιτυχία πληρωμής apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,Όχι {0} ταχυδρομείου @@ -2843,7 +2848,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,Ει apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","Ενημέρωση {0} από {1}, {2}" DocType: Auto Email Report,Filters Display,φίλτρα οθόνης apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",ο τομέας "τροποποιημένος_ε" πρέπει να είναι παρών για να κάνει μια τροπολογία. -DocType: Contact,Numbers,Αριθμοί apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} εκτιμά την εργασία σας στις {1} {2} apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,Αποθήκευση φίλτρων DocType: Address,Plant,Βιομηχανικός εξοπλισμός @@ -2889,6 +2893,7 @@ DocType: Custom Script,Custom Script,Προσαρμοσμένο script DocType: Address,Address Line 2,Γραμμή διεύθυνσης 2 DocType: Address,Reference,Αναφορά apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,Ανατέθηκε σε +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Ρυθμίστε τον προεπιλεγμένο λογαριασμό ηλεκτρονικού ταχυδρομείου από το Setup> Email> Email Account DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,Λεπτομέρειες χαρτογράφησης μετανάστευσης δεδομένων DocType: Data Import,Action,Ενέργεια DocType: GSuite Settings,Script URL,URL δέσμης ενεργειών @@ -3058,6 +3063,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,Ο τύπος εγγράφου {0} επαναλήφθηκε. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,τιμές Άλλαξε DocType: Workflow State,arrow-up,Βέλος πάνω +DocType: Dynamic Link,Link Document Type,Τύπος εγγράφου συνδέσμου apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,Θα πρέπει να υπάρχει τουλάχιστον μία σειρά για τον πίνακα {0} apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.","Για να ρυθμίσετε την αυτόματη επανάληψη, ενεργοποιήστε την επιλογή "Να επιτρέπεται η αυτόματη επανάληψη" από {0}." DocType: OAuth Bearer Token,Expires In,Λήγει σε @@ -3079,6 +3085,7 @@ DocType: Web Form,Button Label,Button Label apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} επιλεγμένα αντικείμενα apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,να αναστείλει την αποστολή apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,Δικαιώματα χρήστη που δημιουργήθηκαν με επιτυχία +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,Λήψη προεπιλεγμένων εγγράφων για την Παγκόσμια αναζήτηση. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,Σύρετε στοιχεία από την πλαϊνή μπάρα για να προσθέσετε. Σύρετε τες πίσω για να τις διαγράψετε. DocType: Workflow State,resize-small,Resize-small DocType: Address,Postal Code,Ταχυδρομικός Κώδικας @@ -3132,7 +3139,7 @@ DocType: Auto Repeat,End Date,Ημερομηνία λήξης DocType: Data Import,Ignore encoding errors,Αγνοήστε τα σφάλματα κωδικοποίησης DocType: Chat Profile,Notifications,Ειδοποιήσεις DocType: DocField,Column Break,Αλλαγή στήλης -DocType: Event,Thursday,Πέμπτη +DocType: Assignment Rule Day,Thursday,Πέμπτη apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,Δεν έχετε αρκετά σημεία ελέγχου apps/frappe/frappe/utils/response.py,You don't have permission to access this file,Δεν έχετε άδεια για να αποκτήσετε πρόσβαση σε αυτό το αρχείο apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,Αποθήκευση μυστικού API: @@ -3218,6 +3225,7 @@ DocType: S3 Backup Settings,ap-south-1,ap-south-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,Ανοίγω φερμουάρ apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},Λανθασμένη τιμή στη γραμμή {0} : το {1} πρέπει να είναι {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},Το υποβλημένο έγγραφο δεν μπορεί να μετατραπεί ξανά σε προσχέδιο. Γραμμή μετάβασης {0} +DocType: Assignment Rule,Assignment Days,Ημέρες εκχώρησης apps/frappe/frappe/desk/reportview.py,Deleting {0},Διαγραφή {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,Επιλέξτε μια υπάρχουσα μορφή για να επεξεργαστείτε ή ξεκινήστε μια νέα μορφή. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,Παράκαμψη περιορισμένης διεύθυνσης IP Ελέγξτε εάν είναι ενεργοποιημένη η επιλογή Two Factor Auth @@ -3290,6 +3298,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} μή apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,Τα προσαρμοσμένα πεδία μπορούν να προστεθούν μόνο σε ένα τυπικό πρότυπο DocType. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,Δημιουργήθηκε από apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,Ρύθμιση Dropbox +DocType: Assignment Rule Day,Assignment Rule Day,Ημέρα εντολής εκχώρησης DocType: Workflow State,resize-horizontal,Resize-horizontal apps/frappe/frappe/templates/emails/download_data.html,Download Link,Σύνδεσμος λήψης DocType: Chat Message,Content,Περιεχόμενο @@ -3560,7 +3569,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,Προσθή DocType: Comment,Published,Δημοσιευμένο apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,Σας ευχαριστούμε για το email σας DocType: DocField,Small Text,Μικρό κείμενο -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,Ο αριθμός {0} δεν μπορεί να οριστεί ως πρωτεύον για το Phone καθώς και για τον αριθμό κινητού τηλεφώνου DocType: Workflow,Allow approval for creator of the document,Επιτρέψτε την έγκριση του δημιουργού του εγγράφου apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,Αποθήκευση αναφοράς DocType: Webhook,on_cancel,on_cancel @@ -3573,6 +3581,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,Ίσο apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',Οι επιλογές του τύπου πεδίου 'δυναμικός σύνδεσμος' πρέπει να δείχνουν σε ένα άλλο πεδίο συνδέσμου επιλογές σαν τον 'τύπο εγγράφου' DocType: About Us Settings,Team Members Heading,Κεφαλίδα των μελών της ομάδας apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,Μη έγκυρη μορφή CSV +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,No se encontraron resultados para '
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,Restablecer los permisos para {0}? apps/frappe/frappe/config/desktop.py,Users and Permissions,Usuarios y Permisos DocType: S3 Backup Settings,S3 Backup Settings,Configuración de Copia de Seguridad S3 @@ -1845,7 +1848,7 @@ DocType: Communication Link,Link Title,Título del Hipervínculo DocType: Workflow State,fast-backward,Retroceso rápido DocType: Address,Chandigarh,Chandigarh DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,Viernes +DocType: Assignment Rule Day,Friday,Viernes apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,Editar en página completa apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,Abrir elemento de lista DocType: Report,Add Total Row,Añadir Fila Total @@ -1863,6 +1866,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,Personalización apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,Ver Documentos Permitidos apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,¡Necesita instalar pycups para usar esta función! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Tu Solicitud de Conexión a Google Calendar fue aceptada con éxito +DocType: Tag Link,Tag Link,Enlace de etiqueta apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,Integridad de Cadena DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2004,6 +2008,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,Nota apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,Reporte de Error apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,Exportar Datos en formato CSV / Excel. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,Configuración de documentos de búsqueda global. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,Las aplicaciones de autenticación que puede utilizar son: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} ya existe. Seleccione otro nombre DocType: S3 Backup Settings,None,Ninguna @@ -2016,6 +2021,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,No se permite iniciar sesión en este momento DocType: Data Migration Run,Current Mapping Action,Acción actual de mapeo DocType: Dashboard Chart Source,Source Name,Nombre de la Fuente +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,No cuenta de correo electrónico asociada con el usuario. Agregue una cuenta en Usuario> Bandeja de entrada de correo electrónico. DocType: Email Account,Email Sync Option,Opción de Sincronizar Correo Electrónico apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,Fila Nro DocType: Async Task,Runtime,Tiempo de ejecución. @@ -2030,6 +2036,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,Ya esta e DocType: User Email,Enable Outgoing,Habilitar correos salientes DocType: Address,Fax,Fax apps/frappe/frappe/config/customization.py,Custom Tags,Etiquetas Personalizadas +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Cuenta de correo electrónico no configurada. Cree una nueva cuenta de correo electrónico desde Configuración> Correo electrónico> Cuenta de correo electrónico DocType: Comment,Submitted,Validado DocType: Contact,Pulled from Google Contacts,Extraído de los contactos de Google apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,Solicitud no válida @@ -2104,7 +2111,6 @@ eval:doc.myfield=='My Value' eval:doc.age>18",aparecerá este campo sólo si el nombre del campo definido aquí tiene valor o las reglas son verdaderos (ejemplos): eval myfield: doc.myfield == 'Mi Valor' eval: doc.age> 18 DocType: Social Login Key,Office 365,Office 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,Hoy -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,No se encontró una plantilla de dirección predeterminada. Cree uno nuevo desde Configuración> Impresión y marca> Plantilla de dirección. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","Una vez que haya establecido esto, los usuarios sólo podrán acceder a ciertos documentos, (por ejemplo: Entrada de blog si esta relacionado con Blogger)." DocType: Data Import Beta,Submit After Import,Enviar después de la importación DocType: Error Log,Log of Scheduler Errors,Bitácora de errores en el programador de tareas @@ -2116,6 +2122,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,MAYÚSCULAS apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,HTML Personalizado apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,Introduzca nombre de carpeta +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,No se encontró una plantilla de dirección predeterminada. Cree uno nuevo desde Configuración> Impresión y marca> Plantilla de dirección. apps/frappe/frappe/auth.py,Unknown User,Usuario Desconocido apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,Seleccione rol DocType: Comment,Deleted,Eliminado @@ -2316,7 +2323,6 @@ DocType: Address,Preferred Shipping Address,Dirección de envío preferida apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,Con Membrete apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} creado {1} apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},No está permitido para {0}: {1} en la fila {2}. Campo restringido: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Cuenta de correo electrónico no configurada. Cree una nueva cuenta de correo electrónico desde Configuración> Correo electrónico> Cuenta de correo electrónico DocType: S3 Backup Settings,eu-west-1,eu-west-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","Si esto está marcado, las filas con datos válidos se importarán y las filas no válidas se arrojarán a un nuevo archivo para que usted las importe más tarde." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,El documento es editable únicamente por los usuarios con rol @@ -2383,7 +2389,6 @@ DocType: Contact,Passive,Pasivo DocType: Auto Repeat,Accounts Manager,Gerente de Cuentas apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},Asignación para {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,Su pago se cancela. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Configure la cuenta de correo electrónico predeterminada desde Configuración> Correo electrónico> Cuenta de correo electrónico apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,Seleccione el tipo de archivo apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,Ver Todo DocType: Help Article,Knowledge Base Editor,Editor de la Base de Conocimiento @@ -2425,6 +2430,7 @@ DocType: Workflow State,Warning,Advertencia apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,Esto puede imprimirse en varias páginas. DocType: Data Migration Run,Percent Complete,Porcentaje Completo DocType: Tag Category,Tag Category,Categoría de Etiqueta +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","Para comparación, use> 5, <10 o = 324. Para rangos, use 5:10 (para valores entre 5 y 10)." DocType: Google Calendar,Pull from Google Calendar,Tire de Google Calendar apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,Ayuda DocType: User,Login Before,Iniciar antes @@ -2549,7 +2555,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,No se puede DocType: Transaction Log,Checksum Version,Versión Checksum DocType: User,Allow Modules,Permitir módulos DocType: Unhandled Email,Unhandled Email,Cuenta de Correo Electrónico no Manejado -DocType: Event,Monday,Lunes +DocType: Assignment Rule Day,Monday,Lunes apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,Hacer uso de patrones de teclado más largos apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,Procesando... DocType: Data Import,Don't create new records,No crear nuevos registros @@ -2680,7 +2686,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","Estimado administrador del sistema," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} se autoasignó esta tarea: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,Tu País -DocType: Event,Sunday,Domingo. +DocType: Assignment Rule Day,Sunday,Domingo. apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: el nombre del campo no puede ser uno de {1} apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,Posiciones apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,En vista de cuadrícula @@ -2720,7 +2726,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,Entre DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,En cola -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Configurar> Personalizar formulario DocType: Braintree Settings,Use Sandbox,Utilizar Sandbox apps/frappe/frappe/utils/goal.py,This month,Este mes apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,Nuevo formato de impresión personalizado @@ -2814,7 +2819,7 @@ DocType: Workflow,States,Estados DocType: Notification,Attach Print,Adjuntar Impresión DocType: Assignment Rule,Assignment Rule,Regla de asignación apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},Nombre de usuario sugerido: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,Día +DocType: Assignment Rule Day,Day,Día apps/frappe/frappe/public/js/frappe/desk.js,Modules,Módulos apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,Pago Exitoso apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,No {0} electrónico @@ -2842,7 +2847,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,Bande apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","Actualización {0} de {1}, {2}" DocType: Auto Email Report,Filters Display,Visualización de Filtros apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",El campo "enmendado_desde" debe estar presente para hacer una enmienda. -DocType: Contact,Numbers,Números apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} agradeció tu trabajo en {1} {2} apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,Guardar filtros DocType: Address,Plant,Planta @@ -2888,6 +2892,7 @@ DocType: Custom Script,Custom Script,Secuencia personalizada DocType: Address,Address Line 2,Dirección línea 2 DocType: Address,Reference,Referencia apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,Asignado a +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Configure la cuenta de correo electrónico predeterminada desde Configuración> Correo electrónico> Cuenta de correo electrónico DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,Detalle de asignación de migración de datos DocType: Data Import,Action,Acción DocType: GSuite Settings,Script URL,Url del Script @@ -3056,6 +3061,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,El tipo de documento {0} se ha repetido. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,Valores Cambiados DocType: Workflow State,arrow-up,flecha hacia arriba +DocType: Dynamic Link,Link Document Type,Tipo de documento de enlace apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,Debe haber al menos una fila para la tabla {0} apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.","Para configurar la repetición automática, habilite "Permitir repetición automática" desde {0}." DocType: OAuth Bearer Token,Expires In,Expira en @@ -3077,6 +3083,7 @@ DocType: Web Form,Button Label,Etiqueta de botón apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} elementos seleccionados apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,Suspender Envío apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,Permisos de usuario creados correctamente +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,Obteniendo documentos predeterminados de Global Search. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,Arrastre los elementos de la barra lateral al nuevo formato. Si desea eliminar un elemento solo arrástrelo a la papelera de reciclaje. DocType: Workflow State,resize-small,resize-small DocType: Address,Postal Code,Codigo postal @@ -3130,7 +3137,7 @@ DocType: Auto Repeat,End Date,Fecha Final DocType: Data Import,Ignore encoding errors,Ignorar los errores de codificación DocType: Chat Profile,Notifications,Notificaciones DocType: DocField,Column Break,Salto de Columna -DocType: Event,Thursday,Jueves +DocType: Assignment Rule Day,Thursday,Jueves apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,No tienes suficientes puntos de revisión apps/frappe/frappe/utils/response.py,You don't have permission to access this file,Usted no tiene permiso para acceder a este archivo apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,Guardar API Secreto: @@ -3216,6 +3223,7 @@ DocType: S3 Backup Settings,ap-south-1,ap-sur-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,Descomprimir apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},Valor incorrecto en la fila {0}: {1} debe ser {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},"El documento validado no se puede revertir a borrador, en la línea de transición {0}." +DocType: Assignment Rule,Assignment Days,Días de asignacion apps/frappe/frappe/desk/reportview.py,Deleting {0},Eliminando {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,Seleccione un formato existente para editarlo o puede crear un nuevo formato. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,Evite la verificación de la dirección IP restringida si la autenticación de dos factores está habilitada @@ -3288,6 +3296,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,Hace {0} apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,Los campos personalizados solo se pueden agregar a un DocType estándar. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,Creado por apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,Configuración de Dropbox +DocType: Assignment Rule Day,Assignment Rule Day,Día de la regla de asignación DocType: Workflow State,resize-horizontal,resize-horizontal apps/frappe/frappe/templates/emails/download_data.html,Download Link,Enlace de descarga DocType: Chat Message,Content,Contenido @@ -3558,7 +3567,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,Añadir / Adm DocType: Comment,Published,Publicado apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,Gracias por su Email DocType: DocField,Small Text,Texto pequeño -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,El número {0} no se puede establecer como primario para el teléfono ni para el número móvil. DocType: Workflow,Allow approval for creator of the document,Permitir aprobación para el creador del documento apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,Guardar reporte DocType: Webhook,on_cancel,on_cancel @@ -3571,6 +3579,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,Iguales apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',Las opciones de campo de tipo 'Vinculo Dinámico' debe apuntar a otro campo con propiedades 'DocType' DocType: About Us Settings,Team Members Heading,Líderes de equipo apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,Formato CSV no válido +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,Päringule 'ei leitud tulemusi
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,Taasta Õigused {0}? apps/frappe/frappe/config/desktop.py,Users and Permissions,Kasutajad ja reeglid DocType: S3 Backup Settings,S3 Backup Settings,S3 varundamise seaded @@ -1845,7 +1848,7 @@ DocType: Communication Link,Link Title,link Pealkiri DocType: Workflow State,fast-backward,Kiiresti tagasi DocType: Address,Chandigarh,Chandigarh DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,Reede +DocType: Assignment Rule Day,Friday,Reede apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,Edit täielikult lehele apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,Avage loendiüksus DocType: Report,Add Total Row,Lisa Kokku Row @@ -1863,6 +1866,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,Kohanda apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,Vaadake lubatavaid dokumente apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,Selle funktsiooni kasutamiseks peate installima pycupid! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Teie ühenduse taotlus Google'i kalendrisse on edukalt vastu võetud +DocType: Tag Link,Tag Link,Sildilink apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,Keti terviklikkus DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2004,6 +2008,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,Märge apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,Viga aruanne apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,Ekspordi andmed CSV / Exceli vormingus. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,Globaalse otsingu dokumentide seadistamine. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,"Autentimise rakendused, mida saate kasutada, on järgmised:" apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} on juba olemas. Valige teine nimi DocType: S3 Backup Settings,None,Puudub @@ -2016,6 +2021,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,Sisene ole lubatud sel ajal DocType: Data Migration Run,Current Mapping Action,Praegune kaardistamistegevus DocType: Dashboard Chart Source,Source Name,Allikas Nimi +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,Kasutajaga pole seotud ühtegi e-posti kontot. Lisage konto jaotises Kasutaja> E-posti postkast. DocType: Email Account,Email Sync Option,Saatke Sync variant apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,Rida nr DocType: Async Task,Runtime,Runtime @@ -2030,6 +2036,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,Juba kasu DocType: User Email,Enable Outgoing,Luba Väljuv DocType: Address,Fax,Fax apps/frappe/frappe/config/customization.py,Custom Tags,kohandatud sildid +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-posti konto pole seadistatud. Palun looge uus e-posti konto jaotises Seadistamine> E-post> E-posti konto DocType: Comment,Submitted,Esitatud DocType: Contact,Pulled from Google Contacts,Tõmmatud Google'i kontaktidest apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,Kehtivas taotluses @@ -2104,7 +2111,6 @@ eval:doc.myfield=='My Value' eval:doc.age>18","See väli ilmub ainult siis, kui fieldname määratletud siin on väärtuse või reeglid on tõsi (näited): myfield eval: doc.myfield == "Minu Value" eval: doc.age> 18" DocType: Social Login Key,Office 365,Office 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,täna -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Vaikimisi aadressimalli ei leitud. Palun looge uus kaust Seadistamine> Trükkimine ja bränding> Aadressimall. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","Kui oled selle kasutajad saavad ainult juurdepääs dokumentidele (nt. Blog Post), kus on olemas seos (nt. Blogger)." DocType: Data Import Beta,Submit After Import,Esita pärast importimist DocType: Error Log,Log of Scheduler Errors,Logi of Scheduler vead @@ -2116,6 +2122,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,SUURTÄHTEDE apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,Custom HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,Sisesta kataloogi nimi +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Vaikimisi aadressimalli ei leitud. Palun looge uus kaust Seadistamine> Printimine ja bränding> Aadressimall. apps/frappe/frappe/auth.py,Unknown User,Tundmatu kasutaja apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,Vali Role DocType: Comment,Deleted,Kustutatud @@ -2316,7 +2323,6 @@ DocType: Address,Preferred Shipping Address,Eelistatud kohaletoimetamine Aadress apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,Kirjas peaga apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} loonud selle {1} apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},Pole lubatud {0} jaoks: {1} reas {2}. Piiratud väli: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-posti konto pole seadistatud. Palun looge uus e-posti konto jaotises Seadistamine> E-post> E-posti konto DocType: S3 Backup Settings,eu-west-1,eu-lääs-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","Kui see on märgitud, imporditakse kehtivate andmetega rühmad ja hiljem importimiseks tühistatakse sobimatud read uude faili." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,Dokument on ainult muudetav kasutajad rolli @@ -2383,7 +2389,6 @@ DocType: Contact,Passive,Passiivne DocType: Auto Repeat,Accounts Manager,Accounts Manager apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},Eesmärk {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,Teie makse on tühistatud. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Seadistage vaikimisi kasutatav e-posti konto seadistustes> E-post> E-posti konto apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,Valige File Type apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,Vaata kõiki DocType: Help Article,Knowledge Base Editor,Teabebaasi Editor @@ -2425,6 +2430,7 @@ DocType: Workflow State,Warning,Hoiatus apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,Selle võib printida mitmele lehele DocType: Data Migration Run,Percent Complete,Protsent täidetud DocType: Tag Category,Tag Category,tag Kategooria +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","Võrdluseks kasutage> 5, <10 või = 324. Vahemike jaoks kasutage 5:10 (väärtuste vahemikus 5–10)." DocType: Google Calendar,Pull from Google Calendar,Tõmmake Google'i kalendrist apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,Aitama DocType: User,Login Before,Logi Enne @@ -2549,7 +2555,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,Ei saa muuta DocType: Transaction Log,Checksum Version,Kontrollsumari versioon DocType: User,Allow Modules,Luba moodulid DocType: Unhandled Email,Unhandled Email,Käsitsematu Post -DocType: Event,Monday,Esmaspäev +DocType: Assignment Rule Day,Monday,Esmaspäev apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,Kasutage enam klaviatuuri mustrid apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,Töötlemine ... DocType: Data Import,Don't create new records,Ärge looge uusi kirjeid @@ -2680,7 +2686,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","Lugupeetud System Manager," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} ise omistas selle ülesande: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,Sinu riik -DocType: Event,Sunday,Pühapäev +DocType: Assignment Rule Day,Sunday,Pühapäev apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: välja nimi ei saa olla üks järgmistest: {1} apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,Edetabelid apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,Võrkvaates @@ -2720,7 +2726,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,vahel DocType: Social Login Key,fairlogin,õiglane login DocType: Async Task,Queued,Järjekorras -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Seadistamine> Vormi kohandamine DocType: Braintree Settings,Use Sandbox,Kasuta liivakasti apps/frappe/frappe/utils/goal.py,This month,See kuu apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,New Custom Print Format @@ -2814,7 +2819,7 @@ DocType: Workflow,States,Ühendriigid DocType: Notification,Attach Print,Kinnita Prindi DocType: Assignment Rule,Assignment Rule,Määramise reegel apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},Soovituslik Kasutajanimi: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,päev +DocType: Assignment Rule Day,Day,päev apps/frappe/frappe/public/js/frappe/desk.js,Modules,moodulid apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,makse Edu apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,Nr {0} mail @@ -2842,7 +2847,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,postk apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","{0} {1}, {2} värskendamine" DocType: Auto Email Report,Filters Display,filtrid Display apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",Muudatuse tegemiseks peab olema väli "muudetud_st". -DocType: Contact,Numbers,Numbrid apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} hindas teie tööd {1} {2} apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,Salvestage filtrid DocType: Address,Plant,Taim @@ -2888,6 +2892,7 @@ DocType: Custom Script,Custom Script,Custom Script DocType: Address,Address Line 2,Aadress Line 2 DocType: Address,Reference,Viide apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,Määratud +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Seadistage vaikimisi kasutatav e-posti konto seadistustes> E-post> E-posti konto DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,Andmete rände kaardistamise üksikasjad DocType: Data Import,Action,Action DocType: GSuite Settings,Script URL,Script URL @@ -3056,6 +3061,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,Dokumendi tüüpi {0} on korratud. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,väärtused muudetud DocType: Workflow State,arrow-up,Nool üles +DocType: Dynamic Link,Link Document Type,Lingi dokumendi tüüp apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,Tabeli {0} jaoks peaks olema vähemalt üks rida apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.",Automaatse korduse konfigureerimiseks lubage suvandist {0} "Luba automaatne kordus". DocType: OAuth Bearer Token,Expires In,lõpeb @@ -3077,6 +3083,7 @@ DocType: Web Form,Button Label,Button Label apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} Valitud üksused apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,peatada saatmine apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,Kasutaja õigused on edukalt loodud +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,Globaalse otsingu vaikedokumentide toomine. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,Drag elemente vasaku lisada. Lohista neid tagasi prügikasti. DocType: Workflow State,resize-small,suurust-väike DocType: Address,Postal Code,Postiindeks @@ -3130,7 +3137,7 @@ DocType: Auto Repeat,End Date,End Date DocType: Data Import,Ignore encoding errors,Ignoreeri kodeerimisvead DocType: Chat Profile,Notifications,Teated DocType: DocField,Column Break,Veerg Break -DocType: Event,Thursday,Neljapäev +DocType: Assignment Rule Day,Thursday,Neljapäev apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,Teil pole piisavalt arvustuse punkte apps/frappe/frappe/utils/response.py,You don't have permission to access this file,Te ei ole õigust kasutada seda pilti apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,Salvesta API saladus: @@ -3216,6 +3223,7 @@ DocType: S3 Backup Settings,ap-south-1,ap-lõuna-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,tõmblukku lahti tõmbama apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},Vale väärtus järjest {0} {1} peab olema {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},Esitatud dokument ei saa muuta tagasi koostada. Üleminek rida {0} +DocType: Assignment Rule,Assignment Days,Ülesannete päevad apps/frappe/frappe/desk/reportview.py,Deleting {0},Kustutamine {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,Vali olemasoleva vormi muuta või alustada uut formaati. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,"Möödas piiratud IP-aadressi kontrollimine, kui on lubatud kaks funktsiooni Auth" @@ -3288,6 +3296,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} kuud apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,Kohandatud välju saab lisada ainult standardsesse DocType'i. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,Loodud apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,Dropbox Setup +DocType: Assignment Rule Day,Assignment Rule Day,Ülesannete reeglite päev DocType: Workflow State,resize-horizontal,suurust-horisontaalne apps/frappe/frappe/templates/emails/download_data.html,Download Link,Lae alla link DocType: Chat Message,Content,Sisu @@ -3547,7 +3556,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,Lisa / Manage DocType: Comment,Published,Avaldatud apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,Täname e-posti DocType: DocField,Small Text,Väike tekst -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,Numbrit {0} ei saa nii telefoni kui ka mobiilinumbri jaoks primaarseks seada. DocType: Workflow,Allow approval for creator of the document,Luba dokumendi looja heakskiit apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,Salvesta aruanne DocType: Webhook,on_cancel,on_cancel @@ -3560,6 +3568,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,Vastus apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',Valikud "Dynamic Link" tüüpi väli tuleb veel teinegi Link valdkonnas valikud "DocType" DocType: About Us Settings,Team Members Heading,Team liikmed Rubriik apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,Vale CSV formaadis +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,"هیچ نتیجه ای برای 'یافت نشد
" apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,مجوز های تنظیم مجدد برای {0}؟ apps/frappe/frappe/config/desktop.py,Users and Permissions,کاربران و ویرایش DocType: S3 Backup Settings,S3 Backup Settings,S3 تنظیمات پشتیبان گیری @@ -1791,7 +1792,7 @@ DocType: Communication Link,Link Title,عنوان لینک DocType: Workflow State,fast-backward,سرعت عقب DocType: Address,Chandigarh,چندیگار DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,جمعه +DocType: Assignment Rule Day,Friday,جمعه apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,ویرایش در صفحه کامل apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,باز کردن مورد لیست DocType: Report,Add Total Row,اضافه کردن مجموع ردیف @@ -1809,6 +1810,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,سفارشی apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,مشاهده اسناد مجاز apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,برای استفاده از این ویژگی باید پیکاپ نصب کنید! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,درخواست اتصال شما به Google Calendar با موفقیت پذیرفته شد +DocType: Tag Link,Tag Link,پیوند برچسب apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,یکپارچگی زنجیره DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -1948,6 +1950,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,یادداشت apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,گزارش خطا apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,صادرات داده ها در قالب CSV / اکسل. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,تنظیم اسناد جستجوی جهانی. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,پرونده های تأیید اعتبار که می توانید استفاده کنید عبارتند از: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} در حال حاضر وجود دارد. نام دیگری را انتخاب کنید DocType: S3 Backup Settings,None,هیچی @@ -1960,6 +1963,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,ورود در این زمان مجاز نیست DocType: Data Migration Run,Current Mapping Action,اقدامات نقشه برداری فعلی DocType: Dashboard Chart Source,Source Name,نام منبع +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,هیچ حساب ایمیل مرتبط با کاربر نیست. لطفاً یک حساب کاربری در زیر کاربر> صندوق ورودی ایمیل اضافه کنید. DocType: Email Account,Email Sync Option,ایمیل همگام سازی گزینه apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,ردیف شماره DocType: Async Task,Runtime,در زمان اجرا @@ -1974,6 +1978,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,در حا DocType: User Email,Enable Outgoing,فعال خروجی DocType: Address,Fax,فکس apps/frappe/frappe/config/customization.py,Custom Tags,سفارشی برچسب ها +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,حساب ایمیل تنظیم نشده است. لطفاً یک حساب ایمیل جدید از طریق تنظیم> ایمیل> حساب ایمیل ایجاد کنید DocType: Comment,Submitted,ارسال شده DocType: Contact,Pulled from Google Contacts,از مخاطبین Google کشیده شد apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,در درخواست معتبر @@ -2046,7 +2051,6 @@ eval:doc.myfield=='My Value' eval:doc.age>18",در این زمینه به نظر می رسد تنها در صورتی که FIELDNAME تعریف شده در اینجا دارای ارزش و یا قوانین واقعی (مثال): myfield محاسبه-: doc.myfield == 'ارزش من "تابع eval: doc.age> 18 DocType: Social Login Key,Office 365,دفتر 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,امروز -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,هیچ الگوی پیش فرض آدرس یافت نشد. لطفاً یک مورد جدید از Setup> چاپ و برندسازی> الگوی آدرس ایجاد کنید. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).",هنگامی که شما تعیین کرده اند این، کاربران تنها اسناد دسترسی قادر باشد (. به عنوان مثال وبلاگ پست) که در آن پیوند وجود دارد (به عنوان مثال بلاگر). DocType: Data Import Beta,Submit After Import,ارسال پس از واردات DocType: Error Log,Log of Scheduler Errors,ورود از خطاها زمانبند @@ -2057,6 +2061,7 @@ apps/frappe/frappe/core/doctype/data_export/exporter.py,Parent is the name of th DocType: DocType,UPPER CASE,حروف apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,سفارشی HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,نام پوشه را وارد کنید +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,هیچ الگوی پیش فرض آدرس یافت نشد. لطفاً یک مورد جدید از Setup> چاپ و برندسازی> الگوی آدرس ایجاد کنید. apps/frappe/frappe/auth.py,Unknown User,کاربر ناشناس apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,انتخاب نقش DocType: Comment,Deleted,حذف @@ -2250,7 +2255,6 @@ apps/frappe/frappe/public/js/frappe/social/pages/UserList.vue,No user found,هی DocType: Address,Preferred Shipping Address,ترجیح آدرس حمل و نقل apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,با سر نامه apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} ایجاد این {1} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,حساب ایمیل تنظیم نشده است. لطفاً یک حساب ایمیل جدید از طریق تنظیم> ایمیل> حساب ایمیل ایجاد کنید DocType: S3 Backup Settings,eu-west-1,eu-west-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.",اگر این چک شده باشد، ردیف هایی با اطلاعات معتبر وارد می شوند و ردیف های نامعتبر به یک فایل جدید برای شما وارد می شوند که بعدا وارد می شوند. apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,سند تنها توسط کاربران از نقش قابل ویرایش است @@ -2316,7 +2320,6 @@ DocType: Contact,Passive,غیر فعال DocType: Auto Repeat,Accounts Manager,مدیر حساب ها apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},تخصیص برای {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,پرداخت شما لغو می شود. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,لطفاً حساب پیش فرض پست الکترونیکی را از تنظیم> ایمیل> حساب ایمیل تنظیم کنید apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,انتخاب نوع فایل apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,نمایش همه DocType: Help Article,Knowledge Base Editor,دانش ویرایشگر پایه @@ -2357,6 +2360,7 @@ DocType: Workflow State,Warning,هشدار apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,این ممکن است در چندین صفحه چاپ شود DocType: Data Migration Run,Percent Complete,درصد کامل DocType: Tag Category,Tag Category,برچسب رده +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).",برای مقایسه ، از 5 ، <10 یا 324 استفاده کنید. برای محدوده ها ، از 5:10 (برای مقادیر بین 5 تا 10) استفاده کنید. DocType: Google Calendar,Pull from Google Calendar,از تقویم Google بکشید apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,کمک DocType: User,Login Before,ورود به قبل از @@ -2478,7 +2482,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,می توا DocType: Transaction Log,Checksum Version,نسخه Checksum DocType: User,Allow Modules,مجاز بودن ماژول ها DocType: Unhandled Email,Unhandled Email,کنترل نشده ایمیل -DocType: Event,Monday,دوشنبه +DocType: Assignment Rule Day,Monday,دوشنبه apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,استفاده از الگوهای صفحه کلید دیگر apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,در حال پردازش... DocType: Data Import,Don't create new records,سوابق جدید ایجاد نکنید @@ -2605,7 +2609,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,",مدیر محترم سیستم، apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} خود این وظیفه را اختصاص داده است: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,کشور شما -DocType: Event,Sunday,یکشنبه +DocType: Assignment Rule Day,Sunday,یکشنبه apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,جدول رده بندی apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,در شبکه نمایش apps/frappe/frappe/desk/page/user_profile/user_profile.js,No More Activity,هیچ فعالیتی بیشتر @@ -2643,7 +2647,6 @@ apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py,Mx,MX apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,بین DocType: Social Login Key,fairlogin,عادلانه DocType: Async Task,Queued,صف -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,تنظیم> سفارشی کردن فرم DocType: Braintree Settings,Use Sandbox,استفاده از گودال ماسهبازی apps/frappe/frappe/utils/goal.py,This month,این ماه apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,جدید سفارشی چاپ فرمت @@ -2734,7 +2737,7 @@ DocType: Workflow,States,ایالات DocType: Notification,Attach Print,ضمیمه چاپ DocType: Assignment Rule,Assignment Rule,قانون واگذاری apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},نام کاربری پیشنهادی: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,روز +DocType: Assignment Rule Day,Day,روز apps/frappe/frappe/public/js/frappe/desk.js,Modules,ماژول apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,موفقیت پرداخت apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,بدون {0} ایمیل @@ -2760,7 +2763,6 @@ apps/frappe/frappe/model/naming.py,Name not set via Prompt,نام و نام خا apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,صندوق دریافت ایمیل DocType: Auto Email Report,Filters Display,فیلتر ها apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",قسمت "amified_from" باید انجام شود تا یک اصلاحیه انجام شود. -DocType: Contact,Numbers,شماره apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,فیلترها را ذخیره کنید DocType: Address,Plant,گیاه apps/frappe/frappe/core/doctype/communication/communication.js,Reply All,پاسخ به همه @@ -2805,6 +2807,7 @@ DocType: Custom Script,Custom Script,سفارشی اسکریپت DocType: Address,Address Line 2,خط 2 آدرس DocType: Address,Reference,ارجاع apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,اختصاص یافته به +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,لطفاً حساب پیش فرض پست الکترونیکی را از تنظیم> ایمیل> حساب ایمیل تنظیم کنید DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,جزئیات نقشه برداری مهاجرت DocType: Data Import,Action,اقدام DocType: GSuite Settings,Script URL,URL اسکریپت @@ -2970,6 +2973,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,نوع سند {0} تکرار شده است. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,مقادیر تغییر DocType: Workflow State,arrow-up,فلش کردن +DocType: Dynamic Link,Link Document Type,نوع سند پیوند DocType: OAuth Bearer Token,Expires In,منقضی می شود در DocType: DocField,Allow on Submit,اجازه می دهد در ارسال DocType: DocField,HTML,HTML @@ -2989,6 +2993,7 @@ DocType: Web Form,Button Label,برچسب را فشار دهید apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} آیتم های انتخاب شده apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,تعلیق ارسال apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,مجوزهای کاربر با موفقیت ایجاد شدند +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,واکشی اسناد پیش فرض جستجوی جهانی. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,عناصر کشیدن از ستون کناری برای اضافه کردن. آنها را بکشید بازگشت به سطل زباله. DocType: Workflow State,resize-small,تغییر اندازه کوچک DocType: Address,Postal Code,کد پستی @@ -3039,7 +3044,7 @@ DocType: Auto Repeat,End Date,تاریخ پایان DocType: Data Import,Ignore encoding errors,نادیده گرفتن خطاهای کدگذاری DocType: Chat Profile,Notifications,اطلاعیه DocType: DocField,Column Break,فرار از ستون -DocType: Event,Thursday,پنج شنبه +DocType: Assignment Rule Day,Thursday,پنج شنبه apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,شما نکات نقد و بررسی کافی ندارید apps/frappe/frappe/utils/response.py,You don't have permission to access this file,شما اجازه دسترسی به این فایل را ندارید apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,راز ذخیره راز ذخیره: @@ -3120,6 +3125,7 @@ DocType: S3 Backup Settings,ap-south-1,ap-south-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,جدا کردن apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},مقدار نادرست در ردیف {0}: {1} باید {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},سند فرستاده ممکن نیست تبدیل به پیش نویس است. ردیف گذار {0} +DocType: Assignment Rule,Assignment Days,روزهای اختصاص apps/frappe/frappe/desk/reportview.py,Deleting {0},حذف {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,فرمت های موجود را ویرایش و یا شروع یک فرمت جدید را انتخاب کنید. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,دور زدن کنترل IP آدرس محدود اگر Two Factor Auth فعال باشد @@ -3192,6 +3198,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} ما apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,زمینه های سفارشی فقط می توانند به یک DocType استاندارد اضافه شوند. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,خلق شده توسط apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,راه اندازی Dropbox به +DocType: Assignment Rule Day,Assignment Rule Day,روز قانون تعیین تکلیف DocType: Workflow State,resize-horizontal,تغییر اندازه-افقی apps/frappe/frappe/templates/emails/download_data.html,Download Link,لینک دانلود DocType: Chat Message,Content,مقدار @@ -3439,7 +3446,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,افزودن DocType: Comment,Published,منتشر apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,تشکر از شما برای ایمیل شما DocType: DocField,Small Text,متن کوچک -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,شماره {0} را نمی توان به عنوان اصلی برای تلفن و همچنین شماره موبایل تعیین کرد. DocType: Workflow,Allow approval for creator of the document,برای تایید سند اجازه دهید اجازه دهید apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,ذخیره گزارش DocType: Webhook,on_cancel,on_cancel @@ -3452,6 +3458,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,برابر apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',نوع گزینه ها "پویا لینک از زمینه باید به دیگری درست لینک با گزینه به عنوان" DOCTYPE "اشاره DocType: About Us Settings,Team Members Heading,تیم سرنویس کاربران apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,فرمت CSV نامعتبر +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,Ei tuloksia haulle '
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,Reset Käyttöoikeudet {0}? apps/frappe/frappe/config/desktop.py,Users and Permissions,Käyttäjät ja käyttöoikeudet DocType: S3 Backup Settings,S3 Backup Settings,S3-varmuuskopioasetukset @@ -1845,7 +1848,7 @@ DocType: Communication Link,Link Title,Link Title DocType: Workflow State,fast-backward,pikakelaus taaksepäin DocType: Address,Chandigarh,Chandigarh DocType: DocShare,DocShare,DocJako -DocType: Event,Friday,perjantai +DocType: Assignment Rule Day,Friday,perjantai apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,Kokosivumuokkaus apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,Avaa luettelon kohde DocType: Report,Add Total Row,lisää yhteensä rivi @@ -1863,6 +1866,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,Mukauta apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,Näytä sallitut asiakirjat apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,Sinun on asennettava pycups käyttääksesi tätä ominaisuutta! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Yhteyspyyntösi Google-kalenteriin hyväksyttiin +DocType: Tag Link,Tag Link,Tag linkki apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,Ketjun rehellisyys DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2004,6 +2008,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,Muistiinpano apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,Virheraportti apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,Vie tiedot CSV / Excel-muodossa. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,Globaalin haun asiakirjojen määrittäminen. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,Käytettävät todentamisohjelmat ovat: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} on jo olemassa. Valitse toinen nimi DocType: S3 Backup Settings,None,Ei mitään @@ -2016,6 +2021,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,Kirjaudu kielletty tällä hetkellä DocType: Data Migration Run,Current Mapping Action,Nykyinen kartoitus DocType: Dashboard Chart Source,Source Name,Source Name +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,Ei käyttäjän tiliä. Lisää tili käyttäjälle> Sähköpostin saapuneet -kohtaan. DocType: Email Account,Email Sync Option,Sähköposti synkronointivaihtoehto apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,Rivi nro DocType: Async Task,Runtime,Runtime @@ -2030,6 +2036,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,Jo käytt DocType: User Email,Enable Outgoing,aktivoi lähtevä DocType: Address,Fax,Faksi apps/frappe/frappe/config/customization.py,Custom Tags,Mukautetut tunnisteet +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Sähköpostitiliä ei ole määritetty. Luo uusi sähköpostitili kohdasta Asetukset> Sähköposti> Sähköpostitili DocType: Comment,Submitted,Vahvistettu DocType: Contact,Pulled from Google Contacts,Poistettu Google-yhteystiedoista apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,Virheellinen pyyntö @@ -2104,7 +2111,6 @@ eval:doc.myfield=='My Value' eval:doc.age>18","Tämä kenttä näkyy vain, jos fieldname määritelty tässä on arvo TAI säännöt ovat totta (esimerkkejä): myfield eval: doc.myfield == 'My Arvo "eval: doc.age> 18" DocType: Social Login Key,Office 365,Office 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,Tänään -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Oletuksena olevaa osoitemallia ei löytynyt. Luo uusi kansiosta Asetukset> Tulostaminen ja tuotemerkit> Osoitemalli. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","Kun olet asettanut tämän, käyttäjät voivat vain tutustua asiakirjoihin (esim. Blogiviesti) jos linkki on olemassa (esim. Blogger)." DocType: Data Import Beta,Submit After Import,Lähetä tuonnin jälkeen DocType: Error Log,Log of Scheduler Errors,aikatauluvirheloki @@ -2116,6 +2122,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,ISOT KIRJAIMET apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,Mukautettu HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,Anna kansion nimi +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Oletusosoitemallia ei löytynyt. Luo uusi kansiosta Asetukset> Tulostaminen ja tuotemerkit> Osoitemalli. apps/frappe/frappe/auth.py,Unknown User,Tuntematon käyttäjä apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,Valitse rooli DocType: Comment,Deleted,poistettu @@ -2316,7 +2323,6 @@ DocType: Address,Preferred Shipping Address,Suositellut toimitusosottet apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,Letter pää apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{1} tekijä: {0} apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},Ei sallittu {0}: {1} rivillä {2}. Rajoitettu kenttä: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Sähköpostitiliä ei ole määritetty. Luo uusi sähköpostitili kohdasta Asetukset> Sähköposti> Sähköpostitili DocType: S3 Backup Settings,eu-west-1,EU-länsi-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","Jos tämä on valittuna, tuodaan rivit, joilla on kelvolliset tiedot, ja virheelliset rivit tuodaan myöhemmin uusiin tiedostoihin." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,Dokumenttinon muokattavissa roolin käyttäjillä @@ -2383,7 +2389,6 @@ DocType: Contact,Passive,Passiivinen DocType: Auto Repeat,Accounts Manager,Talouden ylläpitäjä apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},Tehtävä {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,Maksu on peruutettu. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Asenna oletus sähköpostitili kohdasta Asennus> Sähköposti> Sähköpostitili apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,Valitse tiedostotyyppi apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,Näytä kaikki DocType: Help Article,Knowledge Base Editor,Tietovaraston ylläpitäjä @@ -2425,6 +2430,7 @@ DocType: Workflow State,Warning,Varoitus apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,Tämä voidaan tulostaa useille sivuille DocType: Data Migration Run,Percent Complete,Prosenttiosuus on täydellinen DocType: Tag Category,Tag Category,Tagi -kategoria +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","Vertailun vuoksi käytä> 5, <10 tai = 324. Käytä alueita 5:10 (arvoille 5-10)." DocType: Google Calendar,Pull from Google Calendar,Vedä Google-kalenterista apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,Ohje DocType: User,Login Before,Kirjaudu Ennen @@ -2549,7 +2555,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,Peruttua dok DocType: Transaction Log,Checksum Version,Checksum-versio DocType: User,Allow Modules,Salli moduulit DocType: Unhandled Email,Unhandled Email,Käsittelemätön Sähköposti -DocType: Event,Monday,Maanantai +DocType: Assignment Rule Day,Monday,Maanantai apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,Hyödynnä enää näppäimistö malleja apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,Processing ... DocType: Data Import,Don't create new records,Älä luo uusia tietueita @@ -2680,7 +2686,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","järjestelmänhallito," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} oma tehtävä tähän tehtävään: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,Maasi -DocType: Event,Sunday,sunnuntai +DocType: Assignment Rule Day,Sunday,sunnuntai apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: Kenttänimi ei voi olla yksi {1} apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,sijoitukset apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,Ruudukkonäkymässä @@ -2720,7 +2726,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,Välillä DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,Jonossa -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Asennus> Mukauta lomaketta DocType: Braintree Settings,Use Sandbox,Käytä Sandbox apps/frappe/frappe/utils/goal.py,This month,Tässä kuussa apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,uusi oma tulostusmuoto @@ -2814,7 +2819,7 @@ DocType: Workflow,States,asemat DocType: Notification,Attach Print,Kiinnitä Tulosta DocType: Assignment Rule,Assignment Rule,Tehtäväsääntö apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},Ehdotetut Käyttäjätunnus: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,Päivä +DocType: Assignment Rule Day,Day,Päivä apps/frappe/frappe/public/js/frappe/desk.js,Modules,moduulit apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,Maksu onnistui apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,Ei {0} mail @@ -2842,7 +2847,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,Sähk apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","Päivitetään {0} {1}, {2}" DocType: Auto Email Report,Filters Display,Suodattimet Näyttö apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",Kenttä "muokattu_from" on oltava läsnä muutoksen tekemistä varten. -DocType: Contact,Numbers,numerot apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} arvosti työtäsi {1} {2} apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,Tallenna suodattimet DocType: Address,Plant,Laite @@ -2888,6 +2892,7 @@ DocType: Custom Script,Custom Script,Mukautettu skripti DocType: Address,Address Line 2,osoiterivi 2 DocType: Address,Reference,Viite apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,nimetty +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Asenna oletus sähköpostitili kohdasta Asennus> Sähköposti> Sähköpostitili DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,Data Migration Mapping Detail DocType: Data Import,Action,Toiminto DocType: GSuite Settings,Script URL,script-URL @@ -3056,6 +3061,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,Asiakirjatyyppi {0} on toistettu. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,arvot Muuttunut DocType: Workflow State,arrow-up,arrow-up +DocType: Dynamic Link,Link Document Type,Linkki asiakirjan tyyppi apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,Pöydässä {0} pitäisi olla vähintään yksi rivi apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.","Jos haluat määrittää automaattisen toiston, ota "Salli automaattinen toisto" kohdasta {0}." DocType: OAuth Bearer Token,Expires In,Vanhenee @@ -3077,6 +3083,7 @@ DocType: Web Form,Button Label,Painikkeen teksti apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} valittua kohdetta apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,keskeyttää lähettäminen apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,Käyttöoikeudet luotu onnistuneesti +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,Haetaan oletushakuasiakirjoja. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,"lisää siirtämällä elementit sivuvalikosta lisätä, voit vedä niitä takaisin roskakoriin" DocType: Workflow State,resize-small,kokoa-small DocType: Address,Postal Code,Postikoodi @@ -3130,7 +3137,7 @@ DocType: Auto Repeat,End Date,päättymispäivä DocType: Data Import,Ignore encoding errors,Ohita koodausvirheet DocType: Chat Profile,Notifications,ilmoitukset DocType: DocField,Column Break,sarakkeenvaihto -DocType: Event,Thursday,Torstai +DocType: Assignment Rule Day,Thursday,Torstai apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,Sinulla ei ole tarpeeksi arvostelupisteitä apps/frappe/frappe/utils/response.py,You don't have permission to access this file,Sinulla ei ole lupaa käyttää tätä tiedostoa apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,Tallenna API-salaisuus: @@ -3216,6 +3223,7 @@ DocType: S3 Backup Settings,ap-south-1,ap-etelä-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,avata jnk vetoketju apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},virheellinen arvo rivillä {0}: {1} täytyy olla {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},Vahvistettua dokumenttia ei voi muuttaa takaisin luonnokseksi. Tapahtuman rivi {0} +DocType: Assignment Rule,Assignment Days,Toimeksiantopäivät apps/frappe/frappe/desk/reportview.py,Deleting {0},Poistaminen {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,Valitse olemassaoleva muoto muokataksesi tai tehdäksesi uuden muodon DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,Ohitettu IP-osoitteen tarkistus Jos kaksi tekijän tunnusta on käytössä @@ -3288,6 +3296,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} kuuk apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,Muokatut kentät voidaan lisätä vain tavalliseen DocType-ohjelmaan. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,tekijä apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,Dropbox Setup +DocType: Assignment Rule Day,Assignment Rule Day,Tehtäväsääntöpäivä DocType: Workflow State,resize-horizontal,"kokoa, vaaka" apps/frappe/frappe/templates/emails/download_data.html,Download Link,Lataa linkki DocType: Chat Message,Content,sisältö @@ -3547,7 +3556,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,Lisää / hal DocType: Comment,Published,Julkaistu apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,Kiitos viestistäsi DocType: DocField,Small Text,Pieni teksti -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,Numeroa {0} ei voida asettaa ensisijaiseksi puhelimelle eikä matkapuhelinnumerolle. DocType: Workflow,Allow approval for creator of the document,Anna asiakirjan luojalle hyväksyntä apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,Tallenna raportti DocType: Webhook,on_cancel,on_cancel @@ -3560,6 +3568,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,yhtäsuuri apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',"Valinnan ""Dynaaminen linkki"" -tyyppisen kentän tulee viitata toiseen linkkityyppiin jonka käytetty valinta on ""tietuetyyppi""" DocType: About Us Settings,Team Members Heading,Tiimin jäsenet otsikko apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,Virheellinen CSV Format +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,Aucun résultat trouvé pour '
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,Réinitialiser des Autorisations pour {0} ? apps/frappe/frappe/config/desktop.py,Users and Permissions,Utilisateurs et Autorisations DocType: S3 Backup Settings,S3 Backup Settings,Paramètres de sauvegarde S3 @@ -1847,7 +1850,7 @@ DocType: Communication Link,Link Title,Titre du Lien DocType: Workflow State,fast-backward,retour-rapide DocType: Address,Chandigarh,Chandigarh DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,Vendredi +DocType: Assignment Rule Day,Friday,Vendredi apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,Modifier en pleine page apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,Ouvrir un élément de la liste DocType: Report,Add Total Row,Ajouter une Ligne Totale @@ -1865,6 +1868,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,Personnaliser apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,Afficher les Documents Autorisés apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,Vous devez installer pycups pour utiliser cette fonctionnalité! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Votre demande de connexion à Google Agenda a été acceptée avec succès +DocType: Tag Link,Tag Link,Lien tag apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,Intégrité de la chaîne DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2007,6 +2011,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,Note apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,Rapport d'Erreurs apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,Exporter des données au format CSV / Excel. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,Configuration des documents de recherche globale. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,Les Applications d'Authentification que vous pouvez utiliser sont: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} existe déjà. Veuillez sélectionner un autre nom DocType: S3 Backup Settings,None,Aucun @@ -2019,6 +2024,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,Connexion non autorisée pour le moment DocType: Data Migration Run,Current Mapping Action,Action de cartographie actuelle DocType: Dashboard Chart Source,Source Name,Nom de la Source +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,Aucun compte de messagerie associé à l'utilisateur. Veuillez ajouter un compte sous Utilisateur> Boîte de réception par courrier électronique. DocType: Email Account,Email Sync Option,Option de Synchronisation d'Email apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,Rangée No DocType: Async Task,Runtime,Temps d’Exécution @@ -2033,6 +2039,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,Déjà da DocType: User Email,Enable Outgoing,Activer Sortant DocType: Address,Fax,Fax apps/frappe/frappe/config/customization.py,Custom Tags,Balises personnalisées +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Compte de messagerie non configuré. Veuillez créer un nouveau compte de messagerie depuis Configuration> E-mail> Compte de messagerie DocType: Comment,Submitted,Soumis DocType: Contact,Pulled from Google Contacts,Tiré de Google Contacts apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,Requête invalide @@ -2107,7 +2114,6 @@ eval:doc.myfield=='My Value' eval:doc.age>18",Ce champ apparaît uniquement si le nom de champ défini ici a une valeur OU les règles sont vérifiées. DocType: Social Login Key,Office 365,Office 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,Aujourd'hui -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Aucun modèle d'adresse par défaut trouvé. Veuillez en créer un nouveau depuis Configuration> Impression et création de marque> Modèle d'adresse. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","Une fois que vous avez défini ceci, les utilisateurs ne pourront accèder qu'aux documents (e.g. Article de Blog) où le lien existe (e.g. Blogger) ." DocType: Data Import Beta,Submit After Import,Soumettre après importation DocType: Error Log,Log of Scheduler Errors,Journal des Erreurs du Planificateur @@ -2119,6 +2125,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,MAJUSCULE apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,HTML Personnalisé apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,Entrez le nom du dossier +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Aucun modèle d'adresse par défaut trouvé. Veuillez en créer un nouveau depuis Configuration> Impression et création de marque> Modèle d'adresse. apps/frappe/frappe/auth.py,Unknown User,Utilisateur Inconnu apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,Sélectionner le Rôle DocType: Comment,Deleted,Supprimé @@ -2319,7 +2326,6 @@ DocType: Address,Preferred Shipping Address,Adresse de Livraison Principale apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,Avec en-tête de Lettre apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} a créé {1} apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},Non autorisé pour {0}: {1} dans la ligne {2}. Champ restreint: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Compte de messagerie non configuré. Veuillez créer un nouveau compte de messagerie depuis Configuration> E-mail> Compte de messagerie DocType: S3 Backup Settings,eu-west-1,eu-west-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","Si cette case est cochée, les lignes contenant des données valides seront importées et les lignes non valides seront enregistrées dans un nouveau fichier que vous pourrez importer ultérieurement." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,Document est modifiable uniquement par les utilisateurs du rôle @@ -2386,7 +2392,6 @@ DocType: Contact,Passive,Passif DocType: Auto Repeat,Accounts Manager,Responsable des Comptes apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},Affectation pour {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,Votre paiement est annulé. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Veuillez configurer le compte de messagerie par défaut à partir de Configuration> E-mail> Compte de messagerie apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,Sélectionner le Type de Fichier apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,Tout voir DocType: Help Article,Knowledge Base Editor,Éditeur de la Base de Connaissance @@ -2428,6 +2433,7 @@ DocType: Workflow State,Warning,Avertissement apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,Cela peut être imprimé sur plusieurs pages DocType: Data Migration Run,Percent Complete,Pourcentage d'Avancement DocType: Tag Category,Tag Category,Catégorie de balise +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","Pour comparaison, utilisez> 5, <10 ou = 324. Pour les plages, utilisez 5:10 (pour les valeurs entre 5 et 10)." DocType: Google Calendar,Pull from Google Calendar,Tirez de Google Agenda apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,Aide DocType: User,Login Before,Connexion Jusqu'à @@ -2552,7 +2558,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,Impossible d DocType: Transaction Log,Checksum Version,Version du Checksum DocType: User,Allow Modules,Autoriser les modules DocType: Unhandled Email,Unhandled Email,Email Non Géré -DocType: Event,Monday,Lundi +DocType: Assignment Rule Day,Monday,Lundi apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,Faire usage de plus des modèles de clavier apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,Traitement en cours... DocType: Data Import,Don't create new records,Ne pas créer de nouveaux enregistrements @@ -2683,7 +2689,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","Cher Administrateur Système ," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} auto-assigné à cette tâche: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,Votre Pays -DocType: Event,Sunday,Dimanche +DocType: Assignment Rule Day,Sunday,Dimanche apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: le nom de champ ne peut pas être l'un des {1} apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,Classement apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,Vue en Grille @@ -2723,7 +2729,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,Entre DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,File d'Attente -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Configuration> Personnaliser le formulaire DocType: Braintree Settings,Use Sandbox,Utiliser Sandbox apps/frappe/frappe/utils/goal.py,This month,Ce mois-ci apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,Nouveau Format d'Impression Personnalisé @@ -2817,7 +2822,7 @@ DocType: Workflow,States,États DocType: Notification,Attach Print,Joindre l'Impression DocType: Assignment Rule,Assignment Rule,Règle d'assignation apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},Nom d'Utilisateur Suggérée : {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,Jour +DocType: Assignment Rule Day,Day,Jour apps/frappe/frappe/public/js/frappe/desk.js,Modules,Modules apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,Paiement Effectué avec Succès apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,Pas de courrier {0} @@ -2845,7 +2850,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,Boît apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","Mise à jour de {0} sur {1}, {2}" DocType: Auto Email Report,Filters Display,Affichage des Filtres apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",Le champ "modified_from" doit être présent pour effectuer un amendement. -DocType: Contact,Numbers,Nombres apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} a apprécié votre travail sur {1} {2} apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,Enregistrer les filtres DocType: Address,Plant,Usine @@ -2891,6 +2895,7 @@ DocType: Custom Script,Custom Script,Script Personnalisé DocType: Address,Address Line 2,Adresse Ligne 2 DocType: Address,Reference,Référence apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,Assigné À +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Veuillez configurer le compte de messagerie par défaut à partir de Configuration> E-mail> Compte de messagerie DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,Détail du Mapping de Migration de Données DocType: Data Import,Action,Action DocType: GSuite Settings,Script URL,URL du Script @@ -3060,6 +3065,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,Le type de document {0} a été répété. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,Valeurs Modifiées DocType: Workflow State,arrow-up,flèche-haut +DocType: Dynamic Link,Link Document Type,Lien Type de document apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,Il devrait y avoir au moins une ligne pour la table {0} apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.","Pour configurer la répétition automatique, activez "Autoriser la répétition automatique" à partir de {0}." DocType: OAuth Bearer Token,Expires In,Expire Dans @@ -3081,6 +3087,7 @@ DocType: Web Form,Button Label,Étiquette du Bouton apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} articles sélectionnés apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,Suspendre l'Envoi apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,Autorisations utilisateur créées avec succès +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,Récupération des documents de recherche globale par défaut. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,Faites glisser les éléments de la barre latérale pour les ajouter. Faites les glisser vers la barre latérale pour les retirer. DocType: Workflow State,resize-small,redimensionner-petit DocType: Address,Postal Code,Code Postal @@ -3134,7 +3141,7 @@ DocType: Auto Repeat,End Date,Date de Fin DocType: Data Import,Ignore encoding errors,Ignorer les erreurs d'encodage DocType: Chat Profile,Notifications,Notifications DocType: DocField,Column Break,Saut de Colonne -DocType: Event,Thursday,Jeudi +DocType: Assignment Rule Day,Thursday,Jeudi apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,Vous n'avez pas assez de points d'examen apps/frappe/frappe/utils/response.py,You don't have permission to access this file,Vous n'avez pas l'autorisation d'accéder à ce fichier apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,Enregistrer l'API Secret: @@ -3220,6 +3227,7 @@ DocType: S3 Backup Settings,ap-south-1,ap-sud-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,Décompresser apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},Valeur incorrecte à la ligne {0} : {1} doit être {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},Document Soumis ne peut pas être reconvertis en Brouillon. Ligne de transition {0} +DocType: Assignment Rule,Assignment Days,Jours de mission apps/frappe/frappe/desk/reportview.py,Deleting {0},Suppression de {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,Sélectionner un format existant pour le modifier ou pour démarrer un nouveau format. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,Ignorer la vérification de l'adresse IP restreinte si l'authentification à deux facteurs est activée @@ -3292,6 +3300,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,Il y a { apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,Les champs personnalisés ne peuvent être ajoutés qu'à un DocType standard. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,Établi par apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,Paramétrage Dropbox +DocType: Assignment Rule Day,Assignment Rule Day,Jour de règle d'affectation DocType: Workflow State,resize-horizontal,redimensionner-horizontalement apps/frappe/frappe/templates/emails/download_data.html,Download Link,Lien de téléchargement DocType: Chat Message,Content,Contenu @@ -3562,7 +3571,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,Ajouter / Gé DocType: Comment,Published,Publié apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,Merci pour votre Email DocType: DocField,Small Text,Petit Texte -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,"Le numéro {0} ne peut pas être défini comme principal pour le téléphone, ainsi que pour le numéro de mobile." DocType: Workflow,Allow approval for creator of the document,Autoriser l'approbation par le créateur du document apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,Enregistrer le rapport DocType: Webhook,on_cancel,on_cancel @@ -3575,6 +3583,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,Égal à apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',Les champs de type Options 'Lien Dynamique' doivent pointer vers un autre Champ Lié avec 'Doctype' pour options DocType: About Us Settings,Team Members Heading,Titre des Membres de l’Équipe apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,Format CSV Invalide +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,'માટે કોઈ પરિણામ મળ્યાં નથી
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,માટે ફરીથી સેટ પરવાનગીઓ {0}? apps/frappe/frappe/config/desktop.py,Users and Permissions,વપરાશકર્તાઓ અને પરવાનગીઓ DocType: S3 Backup Settings,S3 Backup Settings,S3 બેકઅપ સેટિંગ્સ @@ -1815,7 +1817,7 @@ DocType: Communication Link,Link Title,લિંક શીર્ષક DocType: Workflow State,fast-backward,ઝડપી પછાત DocType: Address,Chandigarh,ચંદીગઢ DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,શુક્રવારે +DocType: Assignment Rule Day,Friday,શુક્રવારે apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,સંપૂર્ણ પાનું સંપાદિત કરો apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,સૂચિ આઇટમ ખોલો DocType: Report,Add Total Row,કુલ પંક્તિ ઉમેરો @@ -1833,6 +1835,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,કસ્ટમ apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,પરવાનગી દસ્તાવેજો જુઓ apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,આ સુવિધાનો ઉપયોગ કરવા માટે તમારે પાઇકઅપ્સ ઇન્સ્ટોલ કરવાની જરૂર છે! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Google Calendar પરની તમારી કનેક્શન વિનંતી સફળતાપૂર્વક સ્વીકારવામાં આવી હતી +DocType: Tag Link,Tag Link,ટ Tagગ લિંક apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,ચેઇન અખંડિતતા DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -1973,6 +1976,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,નૉૅધ apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,ભૂલ રિપોર્ટ apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,CSV / Excel ફોર્મેટમાં ડેટા નિકાસ કરો. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,વૈશ્વિક શોધ દસ્તાવેજો ગોઠવી રહ્યા છે. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,પ્રમાણીકરણ એપ્લિકેશન્સ તમે ઉપયોગ કરી શકો છો: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} પહેલાંથી અસ્તિત્વમાં છે બીજું નામ પસંદ કરો DocType: S3 Backup Settings,None,કંઈ નહીં @@ -1985,6 +1989,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,આ સમય પર માન્ય નથી લૉગિન DocType: Data Migration Run,Current Mapping Action,વર્તમાન મેપિંગ ઍક્શન DocType: Dashboard Chart Source,Source Name,સોર્સ નામ +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,વપરાશકર્તા સાથે સંકળાયેલ કોઈ ઇમેઇલ એકાઉન્ટ નથી. કૃપા કરીને વપરાશકર્તા> ઇમેઇલ ઇનબોક્સ હેઠળ એક એકાઉન્ટ ઉમેરો. DocType: Email Account,Email Sync Option,ઇમેઇલ સમન્વયન વિકલ્પ apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,પંક્તિ નં DocType: Async Task,Runtime,રનટાઈમ @@ -1999,6 +2004,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,પહે DocType: User Email,Enable Outgoing,આઉટગોઇંગ સક્ષમ DocType: Address,Fax,ફેક્સ apps/frappe/frappe/config/customization.py,Custom Tags,કસ્ટમ ટૅગ્સ +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ઇમેઇલ એકાઉન્ટ સેટ નથી. કૃપા કરીને સેટઅપ> ઇમેઇલ> ઇમેઇલ એકાઉન્ટથી નવું ઇમેઇલ એકાઉન્ટ બનાવો DocType: Comment,Submitted,સબમિટ DocType: Contact,Pulled from Google Contacts,ગૂગલ સંપર્કોમાંથી ખેંચાય છે apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,અમાન્ય વિનંતી @@ -2072,7 +2078,6 @@ eval:doc.myfield=='My Value' eval:doc.age>18",આ ક્ષેત્ર દેખાશે તો જ FIELDNAME અહીં વ્યાખ્યાયિત મૂલ્ય ધરાવે છે અથવા નિયમો સાચા (ઉદાહરણો) છે: myfield eval: doc.myfield == 'મારું કિંમત' eval: doc.age> 18 DocType: Social Login Key,Office 365,ઓફિસ 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,આજે -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,ડિફોલ્ટ સરનામું ટેમ્પલેટ મળ્યું નથી. કૃપા કરીને સેટઅપ> પ્રિન્ટિંગ અને બ્રાંડિંગ> સરનામાં ટેમ્પલેટમાંથી એક નવું બનાવો. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","તમે આ સમૂહ છે એકવાર, વપરાશકર્તાઓ સક્ષમ વપરાશ દસ્તાવેજો હશે. (દા.ત. પોસ્ટ બ્લોગ) લિંક (દા.ત.. બ્લોગર) અસ્તિત્વમાં છે." DocType: Data Import Beta,Submit After Import,આયાત પછી સબમિટ કરો DocType: Error Log,Log of Scheduler Errors,નિયોજક ભૂલો લોગ @@ -2084,6 +2089,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,અપર કેસ apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,કસ્ટમ HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,ફોલ્ડર નામ દાખલ કરો +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,ડિફોલ્ટ સરનામું ટેમ્પલેટ મળ્યું નથી. કૃપા કરીને સેટઅપ> પ્રિન્ટિંગ અને બ્રાંડિંગ> સરનામાં ટેમ્પલેટમાંથી એક નવું બનાવો. apps/frappe/frappe/auth.py,Unknown User,અજ્ઞાત વપરાશકર્તા apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,ભૂમિકા પસંદ કરો DocType: Comment,Deleted,ડિલીટ @@ -2279,7 +2285,6 @@ apps/frappe/frappe/public/js/frappe/social/pages/UserList.vue,No user found,ક DocType: Address,Preferred Shipping Address,મનપસંદ શિપિંગ સરનામું apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,પત્ર વડા સાથે apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} બનાવવામાં આ {1} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ઇમેઇલ એકાઉન્ટ સેટ નથી. કૃપા કરીને સેટઅપ> ઇમેઇલ> ઇમેઇલ એકાઉન્ટથી નવું ઇમેઇલ એકાઉન્ટ બનાવો DocType: S3 Backup Settings,eu-west-1,ઇયુ-વેસ્ટ -1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","જો આ ચકાસાયેલું હોય, તો માન્ય ડેટા સાથેની પંક્તિઓ આયાત કરવામાં આવશે અને અયોગ્ય પંક્તિઓ એક નવી ફાઇલમાં ડમ્પ કરવામાં આવશે, જે તમારા માટે પછીથી આયાત કરે છે." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,દસ્તાવેજ ભૂમિકા વપરાશકર્તાઓ દ્વારા માત્ર સંપાદનયોગ્ય છે @@ -2345,7 +2350,6 @@ DocType: Contact,Passive,નિષ્ક્રીય DocType: Auto Repeat,Accounts Manager,એકાઉન્ટ્સ વ્યવસ્થાપક apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},{0} {1} માટે સોંપણી apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,તમારી ચુકવણી રદ કરી છે. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,કૃપા કરીને સેટઅપ> ઇમેઇલ> ઇમેઇલ એકાઉન્ટમાંથી ડિફ defaultલ્ટ ઇમેઇલ એકાઉન્ટ સેટ કરો apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,પસંદ કરો ફાઇલ પ્રકાર apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,બધુજ જુઓ DocType: Help Article,Knowledge Base Editor,નોલેજ બેઝ સંપાદક @@ -2386,6 +2390,7 @@ DocType: Workflow State,Warning,ચેતવણી apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,આ બહુવિધ પૃષ્ઠો પર છાપવામાં આવી શકે છે DocType: Data Migration Run,Percent Complete,ટકા પૂર્ણ DocType: Tag Category,Tag Category,ટેગ વર્ગ +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","સરખામણી માટે,> 5, <10 અથવા = 324 નો ઉપયોગ કરો. શ્રેણીઓ માટે, 5:10 (5 અને 10 ની કિંમતો માટે) નો ઉપયોગ કરો." DocType: Google Calendar,Pull from Google Calendar,ગૂગલ કેલેન્ડરમાંથી ખેંચો apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,મદદ DocType: User,Login Before,પ્રવેશ પહેલાં @@ -2506,7 +2511,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,રદ દ DocType: Transaction Log,Checksum Version,ચેકસમ વર્ઝન DocType: User,Allow Modules,મોડ્યુલોને મંજૂરી આપો DocType: Unhandled Email,Unhandled Email,અનિયંત્રિત ઇમેઇલ -DocType: Event,Monday,સોમવારે +DocType: Assignment Rule Day,Monday,સોમવારે apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,લાંબા સમય સુધી કીબોર્ડ પેટર્ન ઉપયોગ કરો apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,પ્રક્રિયા... DocType: Data Import,Don't create new records,નવા રેકોર્ડ બનાવશો નહીં @@ -2634,7 +2639,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","પ્રિય સિસ્ટમ વ્યવસ્થાપક," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} સ્વ આ કાર્ય સોંપેલ: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,તમારો દેશ -DocType: Event,Sunday,રવિવારે +DocType: Assignment Rule Day,Sunday,રવિવારે apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,સ્ટેન્ડિંગ્સ apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,ગ્રિડ દૃશ્ય માં apps/frappe/frappe/desk/page/user_profile/user_profile.js,No More Activity,વધુ પ્રવૃત્તિ નહીં @@ -2673,7 +2678,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,વચ્ચે DocType: Social Login Key,fairlogin,ફિરલિગિન DocType: Async Task,Queued,કતારબદ્ધ -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,સેટઅપ> ફોર્મ કસ્ટમાઇઝ કરો DocType: Braintree Settings,Use Sandbox,ઉપયોગ સેન્ડબોક્સ apps/frappe/frappe/utils/goal.py,This month,આ મહિને apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,નવા કસ્ટમ પ્રિન્ટ ફોર્મેટ @@ -2765,7 +2769,7 @@ DocType: Workflow,States,સ્ટેટ્સ DocType: Notification,Attach Print,પ્રિંટ જોડો DocType: Assignment Rule,Assignment Rule,સોંપણી નિયમ apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},સૂચવેલ વપરાશકર્તા નામ: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,દિવસ +DocType: Assignment Rule Day,Day,દિવસ apps/frappe/frappe/public/js/frappe/desk.js,Modules,મોડ્યુલો apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,ચુકવણી સફળતા apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,કોઈ {0} મેલ @@ -2792,7 +2796,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,ઇ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","{1}, {2} ના {0} ને અપડેટ કરી રહ્યું છે" DocType: Auto Email Report,Filters Display,ગાળકો ડિસ્પ્લે apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",સુધારણા કરવા માટે "સુધારેલા_થી" ક્ષેત્ર હાજર હોવું આવશ્યક છે. -DocType: Contact,Numbers,નંબર apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,ગાળકો સાચવો DocType: Address,Plant,પ્લાન્ટ apps/frappe/frappe/core/doctype/communication/communication.js,Reply All,બધાને જવાબ આપો @@ -2837,6 +2840,7 @@ DocType: Custom Script,Custom Script,કસ્ટમ સ્ક્રિપ્ટ DocType: Address,Address Line 2,સરનામું લાઇન 2 DocType: Address,Reference,સંદર્ભ apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,સોંપેલ +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,કૃપા કરીને સેટઅપ> ઇમેઇલ> ઇમેઇલ એકાઉન્ટમાંથી ડિફ defaultલ્ટ ઇમેઇલ એકાઉન્ટ સેટ કરો DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,ડેટા માઇગ્રેશન મેપિંગ વિગતવાર DocType: Data Import,Action,ક્રિયા DocType: GSuite Settings,Script URL,સ્ક્રિપ્ટ URL @@ -3001,6 +3005,7 @@ apps/frappe/frappe/database/database.py,Too many writes in one request. Please s apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Drive has been configured.,ગૂગલ ડ્રાઇવ ગોઠવેલ છે. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,મૂલ્યો બદલી DocType: Workflow State,arrow-up,તીર અપ +DocType: Dynamic Link,Link Document Type,લિંક દસ્તાવેજ પ્રકાર apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,{0} કોષ્ટક માટે ઓછામાં ઓછી એક પંક્તિ હોવી જોઈએ DocType: OAuth Bearer Token,Expires In,સમાપ્ત થાય છે DocType: DocField,Allow on Submit,સબમિટ પર પરવાનગી આપે છે @@ -3021,6 +3026,7 @@ DocType: Web Form,Button Label,બટન લેબલ apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} પસંદ કરેલ વસ્તુઓ apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,સ્થગિત મોકલી રહ્યું છે apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,વપરાશકર્તા અનુમતિઓ સફળતાપૂર્વક બનાવવામાં આવી છે +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,ડિફ defaultલ્ટ વૈશ્વિક શોધ દસ્તાવેજો લાવી રહ્યાં છે. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,સાઇડબારમાં ખેંચો તત્વો ઉમેરો. કચરો તેમને પાછા ખેંચો. DocType: Workflow State,resize-small,માપ બદલો નાના DocType: Address,Postal Code,પોસ્ટ કોડ @@ -3073,7 +3079,7 @@ DocType: Auto Repeat,End Date,સમાપ્તિ તારીખ DocType: Data Import,Ignore encoding errors,એન્કોડિંગ ભૂલો અવગણો DocType: Chat Profile,Notifications,સૂચનાઓ DocType: DocField,Column Break,હરોળ -DocType: Event,Thursday,ગુરુવારે +DocType: Assignment Rule Day,Thursday,ગુરુવારે apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,તમારી પાસે સમીક્ષાના પૂરતા પોઇન્ટ નથી apps/frappe/frappe/utils/response.py,You don't have permission to access this file,આ ફાઇલ એક્સેસ કરવાની પરવાનગી નથી apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,API સિક્રેટ સાચવો: @@ -3157,6 +3163,7 @@ DocType: S3 Backup Settings,ap-south-1,એપી-દક્ષિણ -1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,ઝિપસાંકળ છોડવી apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},પંક્તિ માં ખોટો કિંમત {0}: {1} {2} હોવું જ જોઈએ {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},સબમિટ દસ્તાવેજ મુસદ્દો તૈયાર કરવા માટે પાછા રૂપાંતરિત કરી શકાતા નથી. ટ્રાન્ઝિશન પંક્તિ {0} +DocType: Assignment Rule,Assignment Days,સોંપણી દિવસો apps/frappe/frappe/desk/reportview.py,Deleting {0},કાઢી નાંખો {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,સંપાદિત કરો અથવા એક નવા ફોર્મેટમાં શરૂ કરવા માટે હાલની બંધારણમાં પસંદ કરો. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,બાયપાસ પ્રતિબંધિત IP સરનામું ચેક જો બે પરિબળ ઑથ સક્ષમ છે @@ -3228,6 +3235,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} મ apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,કસ્ટમ ફીલ્ડ્સ ફક્ત ધોરણ ડોકટાઇપમાં ઉમેરી શકાય છે. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,દ્વારા બનાવવામાં apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,ડ્રૉપબૉક્સ સેટઅપ +DocType: Assignment Rule Day,Assignment Rule Day,નિયુક્તિ નિયમ દિવસ DocType: Workflow State,resize-horizontal,માપ બદલો-આડી apps/frappe/frappe/templates/emails/download_data.html,Download Link,લિંક ડાઉનલોડ કરો DocType: Chat Message,Content,સામગ્રી @@ -3493,6 +3501,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,સમકક્ apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',ક્ષેત્રમાં વિકલ્પો 'ડાયનેમિક કડી' પ્રકાર 'Doctype' તરીકે વિકલ્પો સાથે અન્ય લિંક ક્ષેત્ર માટે નિર્દેશ જ જોઈએ DocType: About Us Settings,Team Members Heading,મથાળું ટીમના સભ્યો apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,અમાન્ય CSV ફોર્મેટ +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,इसके लिए कोई परिणाम नहीं मिले '
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,{0} के लिए अनुमतियाँ रीसेट ? apps/frappe/frappe/config/desktop.py,Users and Permissions,उपयोगकर्ता और अनुमतियाँ DocType: S3 Backup Settings,S3 Backup Settings,एस 3 बैकअप सेटिंग्स @@ -1844,7 +1847,7 @@ DocType: Communication Link,Link Title,लिंक टिटल DocType: Workflow State,fast-backward,तेजी से पिछड़े DocType: Address,Chandigarh,चंडीगढ़ DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,शुक्रवार +DocType: Assignment Rule Day,Friday,शुक्रवार apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,पूरे पृष्ठ में संपादित करें apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,सूची आइटम खोलें DocType: Report,Add Total Row,कुल पंक्ति जोड़ें @@ -1862,6 +1865,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,को मनप apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,अनुमतियां दस्तावेज़ देखें apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,इस सुविधा का उपयोग करने के लिए आपको pycups स्थापित करने की आवश्यकता है! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Google कैलेंडर के लिए आपका कनेक्शन अनुरोध सफलतापूर्वक स्वीकार किया गया था +DocType: Tag Link,Tag Link,टैग लिंक apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,चेन इंटिग्रिटी DocType: Data Export,CSV,सीएसवी DocType: Currency,"1 Currency = [?] Fraction @@ -2003,6 +2007,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,नोट apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,त्रुटि की रिपोर्ट apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,सीएसवी / एक्सेल प्रारूप में डेटा निर्यात करें +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,वैश्विक खोज दस्तावेज़ सेट करना। apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,प्रमाणीकरण वाले ऐप्स आप उपयोग कर सकते हैं: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} पहले से मौजूद है दूसरा नाम चुनें DocType: S3 Backup Settings,None,कोई नहीं @@ -2015,6 +2020,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,लॉगइन इस समय की अनुमति नहीं DocType: Data Migration Run,Current Mapping Action,वर्तमान मैपिंग एक्शन DocType: Dashboard Chart Source,Source Name,स्रोत का नाम +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,उपयोगकर्ता के साथ कोई ईमेल खाता संबद्ध नहीं है। कृपया उपयोगकर्ता> ईमेल इनबॉक्स के तहत एक खाता जोड़ें। DocType: Email Account,Email Sync Option,ईमेल सिंक विकल्प apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,पंक्ति संख्या नहीं DocType: Async Task,Runtime,क्रम @@ -2029,6 +2035,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,पहल DocType: User Email,Enable Outgoing,निवर्तमान सक्षम करें DocType: Address,Fax,फैक्स apps/frappe/frappe/config/customization.py,Custom Tags,कस्टम टैग +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ईमेल खाता सेटअप नहीं। कृपया सेटअप> ईमेल> ईमेल खाते से एक नया ईमेल खाता बनाएं DocType: Comment,Submitted,पेश DocType: Contact,Pulled from Google Contacts,Google संपर्कों से खींचा गया apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,अमान्य अनुरोध @@ -2103,7 +2110,6 @@ eval:doc.myfield=='My Value' eval:doc.age>18",यह क्षेत्र केवल तभी दिखाई देगा FIELDNAME यहाँ परिभाषित महत्व है या नियमों के सच्चे (उदाहरण) कर रहे हैं: myfield eval: doc.myfield == 'मेरा मान' eval: doc.age> 18 DocType: Social Login Key,Office 365,ऑफिस 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,आज -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,कोई डिफ़ॉल्ट पता टेम्पलेट नहीं मिला। कृपया सेटअप> प्रिंटिंग और ब्रांडिंग> एड्रेस टेम्प्लेट से एक नया बनाएं। apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","आप इस सेट करने के बाद , उपयोगकर्ताओं को केवल सक्षम पहुँच दस्तावेजों लिंक मौजूद है, जहां (जैसे ब्लॉग पोस्ट) (जैसे ब्लॉगर ) हो जाएगा ." DocType: Data Import Beta,Submit After Import,आयात के बाद सबमिट करें DocType: Error Log,Log of Scheduler Errors,समयबद्धक त्रुटियाँ का प्रवेश @@ -2115,6 +2121,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,अपरकेस apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,कस्टम HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,फ़ोल्डर का नाम दर्ज +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,कोई डिफ़ॉल्ट पता टेम्पलेट नहीं मिला। कृपया सेटअप> प्रिंटिंग और ब्रांडिंग> एड्रेस टेम्प्लेट से एक नया बनाएं। apps/frappe/frappe/auth.py,Unknown User,अज्ञात उपयोगकर्ता apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,रोल का चयन करें DocType: Comment,Deleted,हटाए गए @@ -2315,7 +2322,6 @@ DocType: Address,Preferred Shipping Address,पसंदीदा शिपि apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,लेटर हेड के साथ apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} बनाई गई इस {1} apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},{0}: {1} के लिए पंक्ति {2} की अनुमति नहीं है। प्रतिबंधित क्षेत्र: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ईमेल खाता सेटअप नहीं। कृपया सेटअप> ईमेल> ईमेल खाते से एक नया ईमेल खाता बनाएँ DocType: S3 Backup Settings,eu-west-1,यूरोपीय संघ के पश्चिम-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","यदि यह चेक किया गया है, तो मान्य डेटा के साथ पंक्तियां आयात की जाएंगी और बाद में आयात करने के लिए अमान्य पंक्तियों को एक नई फ़ाइल में डाला जाएगा।" apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,दस्तावेज़ भूमिका के उपयोगकर्ताओं द्वारा केवल संपादन है @@ -2382,7 +2388,6 @@ DocType: Contact,Passive,निष्क्रिय DocType: Auto Repeat,Accounts Manager,अकाउंट मैनेजर apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},{0} {1} के लिए असाइनमेंट apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,आपका भुगतान रद्द कर दिया गया है -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,कृपया सेटअप> ईमेल> ईमेल खाते से डिफ़ॉल्ट ईमेल खाता सेटअप करें apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,चुनें फ़ाइल प्रकार apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,सभी को देखें DocType: Help Article,Knowledge Base Editor,ज्ञानकोष संपादक @@ -2424,6 +2429,7 @@ DocType: Workflow State,Warning,चेतावनी apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,यह कई पृष्ठों पर मुद्रित हो सकता है DocType: Data Migration Run,Percent Complete,पूर्ण प्रतिशत DocType: Tag Category,Tag Category,टैग श्रेणी +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","तुलना के लिए,> 5, <10 या = 324 का उपयोग करें। श्रेणियों के लिए, 5:10 (5 और 10 के बीच मानों के लिए) का उपयोग करें।" DocType: Google Calendar,Pull from Google Calendar,Google कैलेंडर से खींचो apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,मदद DocType: User,Login Before,इससे पहले कीजिये @@ -2548,7 +2554,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,रद्द DocType: Transaction Log,Checksum Version,चेकसम संस्करण DocType: User,Allow Modules,मॉड्यूल की अनुमति दें DocType: Unhandled Email,Unhandled Email,मैनेज्ड ईमेल -DocType: Event,Monday,सोमवार +DocType: Assignment Rule Day,Monday,सोमवार apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,अब कीबोर्ड पैटर्न का उपयोग करें apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,प्रसंस्करण ... DocType: Data Import,Don't create new records,नए रिकॉर्ड न बनाएं @@ -2679,7 +2685,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","प्रिय सिस्टम मैनेजर," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} स्वयं ने यह कार्य सौंपा: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,तुम्हारा देश -DocType: Event,Sunday,रविवार +DocType: Assignment Rule Day,Sunday,रविवार apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: फ़ील्डनाम {1} में से एक नहीं हो सकता apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,स्टैंडिंग apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,ग्रिड दृश्य में @@ -2719,7 +2725,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,के बीच DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,पंक्तिबद्ध -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,सेटअप> फॉर्म को अनुकूलित करें DocType: Braintree Settings,Use Sandbox,उपयोग सैंडबॉक्स apps/frappe/frappe/utils/goal.py,This month,इस महीने apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,नई कस्टम प्रिंट प्रारूप @@ -2813,7 +2818,7 @@ DocType: Workflow,States,राज्य अमेरिका DocType: Notification,Attach Print,छापा संलग्न करें DocType: Assignment Rule,Assignment Rule,असाइनमेंट नियम apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},सुझाए गए नाम: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,दिन +DocType: Assignment Rule Day,Day,दिन apps/frappe/frappe/public/js/frappe/desk.js,Modules,मॉड्यूल apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,भुगतान की सफलता apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,कोई {0} मेल @@ -2841,7 +2846,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,ई apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","{1} के {0} को अपडेट करना, {2}" DocType: Auto Email Report,Filters Display,फिल्टर प्रदर्शन apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",संशोधन करने के लिए "संशोधित_फ्रॉम" फ़ील्ड मौजूद होना चाहिए। -DocType: Contact,Numbers,नंबर apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} {1} {2} पर आपके काम की सराहना की apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,फ़िल्टर सहेजें DocType: Address,Plant,पौधा @@ -2887,6 +2891,7 @@ DocType: Custom Script,Custom Script,कस्टम स्क्रिप्ट DocType: Address,Address Line 2,पता पंक्ति 2 DocType: Address,Reference,संदर्भ apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,को सौंपा +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,कृपया सेटअप> ईमेल> ईमेल खाते से डिफ़ॉल्ट ईमेल खाता सेटअप करें DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,डेटा माइग्रेशन मैपिंग विस्तार DocType: Data Import,Action,कार्रवाई DocType: GSuite Settings,Script URL,स्क्रिप्ट यूआरएल @@ -3056,6 +3061,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,दस्तावेज़ प्रकार {0} दोहराया गया है। apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,मूल्यों को बदल DocType: Workflow State,arrow-up,तीर अप +DocType: Dynamic Link,Link Document Type,लिंक दस्तावेज़ प्रकार apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,{0} तालिका के लिए कम से कम एक पंक्ति होनी चाहिए apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.","ऑटो रिपीट को कॉन्फ़िगर करने के लिए, {0} से "ऑटो रिपीट अनुमति दें" सक्षम करें।" DocType: OAuth Bearer Token,Expires In,में समाप्त होने वाला है @@ -3077,6 +3083,7 @@ DocType: Web Form,Button Label,बटन लेबल apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} चयनित आइटम apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,निलंबित भेजा जा रहा है apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,उपयोगकर्ता उपयोगकर्ता सफलतापूर्वक बनाए गए +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,डिफ़ॉल्ट वैश्विक खोज दस्तावेज़ ला रहा है। apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,साइडबार से खींचें तत्वों को जोड़ने के लिए। कचरा वापस करने के लिए उन्हें खींचें। DocType: Workflow State,resize-small,का आकार परिवर्तन छोटे DocType: Address,Postal Code,डाक कोड @@ -3130,7 +3137,7 @@ DocType: Auto Repeat,End Date,समाप्ति तिथि DocType: Data Import,Ignore encoding errors,एन्कोडिंग त्रुटियों पर ध्यान न दें DocType: Chat Profile,Notifications,सूचनाएं DocType: DocField,Column Break,स्तंभ विराम -DocType: Event,Thursday,बृहस्पतिवार +DocType: Assignment Rule Day,Thursday,बृहस्पतिवार apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,आपके पास पर्याप्त समीक्षा बिंदु नहीं हैं apps/frappe/frappe/utils/response.py,You don't have permission to access this file,आप इस फ़ाइल का उपयोग करने की अनुमति नहीं है apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,एपीआई गुप्त सहेजें: @@ -3216,6 +3223,7 @@ DocType: S3 Backup Settings,ap-south-1,एपी-दक्षिण-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,खोलना apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},गलत मान पंक्ति में {0} {1} होना चाहिए {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},प्रस्तुत दस्तावेज का मसौदा तैयार करने के लिए वापस नहीं बदला जा सकता . +DocType: Assignment Rule,Assignment Days,असाइनमेंट के दिन apps/frappe/frappe/desk/reportview.py,Deleting {0},हटाना {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,संपादित करें या एक नया स्वरूप शुरू करने के लिए एक मौजूदा स्वरूप का चयन करें। DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,बाईपास प्रतिबंधित आईपी एड्रेस चेक यदि दो फैक्टर एथ सक्षम है @@ -3288,6 +3296,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} म apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,कस्टम फ़ील्ड केवल एक मानक DocType में जोड़ी जा सकती हैं। apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,द्वारा बनाया गया apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,ड्रॉपबॉक्स सेटअप +DocType: Assignment Rule Day,Assignment Rule Day,असाइनमेंट रूल डे DocType: Workflow State,resize-horizontal,का आकार परिवर्तन क्षैतिज apps/frappe/frappe/templates/emails/download_data.html,Download Link,डाउनलोड लिंक DocType: Chat Message,Content,सामग्री @@ -3558,7 +3567,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,ईमेल DocType: Comment,Published,प्रकाशित apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,आपके ईमेल के लिए धन्यवाद DocType: DocField,Small Text,छोटे अक्षर -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,नंबर {0} फोन के लिए प्राथमिक के साथ-साथ मोबाइल नंबर पर सेट नहीं किया जा सकता है। DocType: Workflow,Allow approval for creator of the document,दस्तावेज़ के निर्माता के लिए अनुमोदन की अनुमति दें apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,रिपोर्ट सुरक्षित रखना DocType: Webhook,on_cancel,on_cancel @@ -3571,6 +3579,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,बराबर apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',क्षेत्र के विकल्प 'डायनामिक लिंक' प्रकार 'टैग' के रूप में विकल्प के साथ एक और कड़ी फील्ड को इंगित करना होगा DocType: About Us Settings,Team Members Heading,टीम के सदस्यों शीर्षक apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,अमान्य CSV प्रारूप +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,Nema rezultata za '
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,Reset dopuštenja za {0} ? apps/frappe/frappe/config/desktop.py,Users and Permissions,Korisnici i dozvole DocType: S3 Backup Settings,S3 Backup Settings,S3 sigurnosne postavke @@ -1845,7 +1848,7 @@ DocType: Communication Link,Link Title,Link Naslov DocType: Workflow State,fast-backward,brzo unatrag DocType: Address,Chandigarh,Chandigarh DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,Petak +DocType: Assignment Rule Day,Friday,Petak apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,Uredi u punom stranici apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,Otvori stavku popisa DocType: Report,Add Total Row,Dodaj ukupno redaka @@ -1863,6 +1866,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,Prilagodba apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,Prikaži dopuštene dokumente apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,Za upotrebu ove značajke morate instalirati pycups! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Vaš zahtjev za povezivanje s Google kalendarom uspješno je prihvaćen +DocType: Tag Link,Tag Link,Link oznaka apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,Integritet lanca DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2004,6 +2008,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,Zabilješka apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,Izvješće o pogrešci apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,Izvoz podataka u formatu CSV / Excel. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,Postavljanje dokumenata globalne pretraživanja. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,Aplikacije za provjeru autentičnosti koje možete koristiti su: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} već postoji. Odaberite drugi naziv DocType: S3 Backup Settings,None,nijedan @@ -2016,6 +2021,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,Prijava nije dopuštena u ovom trenutku DocType: Data Migration Run,Current Mapping Action,Aktualna mapiranje DocType: Dashboard Chart Source,Source Name,source Name +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,Nije povezan račun s e-poštom s korisnikom. Dodajte račun u odjeljku Korisnik> Inbox. DocType: Email Account,Email Sync Option,E-mail Mogućnost sinkronizacije apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,Redak br DocType: Async Task,Runtime,Dužina trajanja @@ -2030,6 +2036,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,Već u us DocType: User Email,Enable Outgoing,Omogući odlazni DocType: Address,Fax,Fax apps/frappe/frappe/config/customization.py,Custom Tags,Prilagođeni Tagovi +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Račun e-pošte nije postavljan. Izradite novi račun e-pošte iz programa Setup> Email> račun e-pošte DocType: Comment,Submitted,Potvrđeno DocType: Contact,Pulled from Google Contacts,Preuzeto iz Google kontakata apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,Neispravan zahtjev @@ -2104,7 +2111,6 @@ eval:doc.myfield=='My Value' eval:doc.age>18",Ovo polje će se pojaviti samo ako je FIELDNAME ovdje definirana je vrijednost ili pravila su pravi (primjeri): myfield eval: doc.myfield == "Moj Vrijednost" eval: doc.age> 18 DocType: Social Login Key,Office 365,Ured 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,Danas -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Nije pronađen zadani predložak adrese. Izradite novu iz postavki Postavke> Ispis i marke> Predložak adresa. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","Nakon što ste ovo postavili, korisnici će moći samo pristupiti dokumentima (npr. blog post) gdje veza postoji (npr. Blogger)." DocType: Data Import Beta,Submit After Import,Pošaljite nakon uvoza DocType: Error Log,Log of Scheduler Errors,Zapis grešaka pri planskim radnjama @@ -2116,6 +2122,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,VELIKA SLOVA apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,Prilagođeni HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,Unesite naziv mape +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Nije pronađen zadani predložak adrese. Izradite novu iz postavki Postavke> Ispis i marke> Predložak adresa. apps/frappe/frappe/auth.py,Unknown User,Nepoznati korisnik apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,Odaberite ulogu DocType: Comment,Deleted,Izbrisano @@ -2316,7 +2323,6 @@ DocType: Address,Preferred Shipping Address,Željena Dostava Adresa apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,Uz pismo glavu apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} stvorio ovo {1} apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},Nije dopušteno za {0}: {1} u retku {2}. Polje s ograničenjem: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Račun e-pošte nije postavljan. Izradite novi račun e-pošte iz programa Setup> Email> račun e-pošte DocType: S3 Backup Settings,eu-west-1,eu-zapad-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","Ako je ovo označeno, uvest će se redci s važećim podacima, a nevažeći će se retci baciti u novu datoteku koju ćete kasnije uvesti." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,Dokument može uređivati samo korisnik @@ -2383,7 +2389,6 @@ DocType: Contact,Passive,Pasiva DocType: Auto Repeat,Accounts Manager,Računi Manager apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},Dodjela za {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,Plaćanje je otkazano. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Postavite zadani račun e-pošte iz programa Postavljanje> E-pošta> Račun e-pošte apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,Odaberite vrstu datoteke apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,Pogledaj sve DocType: Help Article,Knowledge Base Editor,Baza znanja Urednik @@ -2425,6 +2430,7 @@ DocType: Workflow State,Warning,Upozorenje apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,To se može otisnuti na više stranica DocType: Data Migration Run,Percent Complete,Postotak dovršen DocType: Tag Category,Tag Category,oznaka kategorije +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","Za usporedbu, koristite> 5, <10 ili = 324. Za raspone koristite 5:10 (za vrijednosti između 5 i 10)." DocType: Google Calendar,Pull from Google Calendar,Povucite iz Google kalendara apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,Pomoć DocType: User,Login Before,Prijava prije @@ -2549,7 +2555,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,Ne možete u DocType: Transaction Log,Checksum Version,Verzija čeka DocType: User,Allow Modules,Dopusti module DocType: Unhandled Email,Unhandled Email,Neobrađena Email -DocType: Event,Monday,Ponedjeljak +DocType: Assignment Rule Day,Monday,Ponedjeljak apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,Iskoristite duže tipkovnice uzoraka apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,Obrada... DocType: Data Import,Don't create new records,Nemojte stvarati nove zapise @@ -2680,7 +2686,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","Dragi System Manager," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} je sam dodijelio ovaj zadatak: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,Tvoja zemlja -DocType: Event,Sunday,Nedjelja +DocType: Assignment Rule Day,Sunday,Nedjelja apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: Ime polja ne može biti jedno od {1} apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,Poredak apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,U Grid View @@ -2720,7 +2726,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,Između DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,Čekanju -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Postavljanje> Prilagodba obrasca DocType: Braintree Settings,Use Sandbox,Sandbox apps/frappe/frappe/utils/goal.py,This month,Ovaj mjesec apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,Novi Prilagođeni ispis formata @@ -2813,7 +2818,7 @@ DocType: Workflow,States,Županije DocType: Notification,Attach Print,Pričvrstite Ispis DocType: Assignment Rule,Assignment Rule,Pravilo dodjele apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},Predložena Korisničko ime: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,Dan +DocType: Assignment Rule Day,Day,Dan apps/frappe/frappe/public/js/frappe/desk.js,Modules,Moduli apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,Uspjeh plaćanja apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,Ne {0} mail @@ -2841,7 +2846,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,E-po apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","Ažuriranje {0} od {1}, {2}" DocType: Auto Email Report,Filters Display,filteri za prikaz apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",Za dopunu mora biti prisutno polje "izmijenjeno_ i od". -DocType: Contact,Numbers,brojevi apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} cijenio je vaš rad na {1} {2} apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,Spremite filtre DocType: Address,Plant,Biljka @@ -2887,6 +2891,7 @@ DocType: Custom Script,Custom Script,Prilagođena skripta DocType: Address,Address Line 2,Adresa - linija 2 DocType: Address,Reference,Upućivanje apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,Dodijeljeno +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Postavite zadani račun e-pošte iz programa Postavljanje> E-pošta> Račun e-pošte DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,Pojedinosti o mapiranju migracija podataka DocType: Data Import,Action,Akcija DocType: GSuite Settings,Script URL,URL skripte @@ -3056,6 +3061,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,Vrsta dokumenta {0} je ponovljena. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,Vrijednosti promjene DocType: Workflow State,arrow-up,strelica prema gore +DocType: Dynamic Link,Link Document Type,Vrsta dokumenta veze apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,Za {0} tablicu treba biti najmanje jedan redak apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.","Da biste konfigurirali automatsko ponavljanje, omogućite "Dopusti automatsko ponavljanje" od {0}." DocType: OAuth Bearer Token,Expires In,istječe @@ -3077,6 +3083,7 @@ DocType: Web Form,Button Label,Button Label apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} Odabrane stavke apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,Obustaviti Slanje apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,Korisnička dopuštenja uspješno su stvorena +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,Dohvaćanje zadanih dokumenata Globalne pretrage. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,Povucite elementi iz sidebar dodati. Povucite ih vratiti na smeće. DocType: Workflow State,resize-small,resize-mala DocType: Address,Postal Code,poštanski broj @@ -3130,7 +3137,7 @@ DocType: Auto Repeat,End Date,Datum završetka DocType: Data Import,Ignore encoding errors,Zanemari pogreške kodiranja DocType: Chat Profile,Notifications,Obavijesti DocType: DocField,Column Break,Kolona Break -DocType: Event,Thursday,Četvrtak +DocType: Assignment Rule Day,Thursday,Četvrtak apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,Nemate dovoljno bodova za recenziju apps/frappe/frappe/utils/response.py,You don't have permission to access this file,Nemate dopuštenje za pristup ovoj datoteci apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,Spremi tajnu API-ja: @@ -3216,6 +3223,7 @@ DocType: S3 Backup Settings,ap-south-1,AP-jug-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,Otvoriti rajsfešlus apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},Netočna vrijednost u redu {0} : {1} mora biti {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},Postavio Dokument se ne može pretvoriti natrag u nacrtu . +DocType: Assignment Rule,Assignment Days,Dani dodjele apps/frappe/frappe/desk/reportview.py,Deleting {0},Brisanje {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,Odaberite postojeći format za uređivanje ili započeti novi format. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,Zaobići ograničenu provjeru IP adrese Ako je omogućena dva faktorska autora @@ -3288,6 +3296,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,prije {0 apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,Prilagođena polja mogu se dodati samo u standardni DocType. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,Stvorio apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,Dropbox za postavljanje +DocType: Assignment Rule Day,Assignment Rule Day,Dan pravila o dodjeli DocType: Workflow State,resize-horizontal,resize-horizontalna apps/frappe/frappe/templates/emails/download_data.html,Download Link,Poveznica za skidanje DocType: Chat Message,Content,Sadržaj @@ -3557,7 +3566,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,Dodaj / uredi DocType: Comment,Published,Objavljen apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,Hvala vam na e-mail DocType: DocField,Small Text,Mali Tekst -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,"Broj {0} ne može se postaviti kao primarni za Telefon, kao ni mobilni br." DocType: Workflow,Allow approval for creator of the document,Dopustite odobrenje autoru dokumenta apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,Spremi izvješće DocType: Webhook,on_cancel,on_cancel @@ -3570,6 +3578,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,jednakima apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',Opcije 'Dynamic Link' tip terena mora ukazati na drugo polje veze s opcijama kao 'DOCTYPEhtml' DocType: About Us Settings,Team Members Heading,Članovi tima Naslov apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,Neispravan format CSV +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,Nincs eredmény a következőre: '
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,Reset engedélyei {0}? apps/frappe/frappe/config/desktop.py,Users and Permissions,Felhasználók és engedélyek DocType: S3 Backup Settings,S3 Backup Settings,S3 biztonsági mentési beállításai @@ -1843,7 +1845,7 @@ DocType: Communication Link,Link Title,Elérési link címe DocType: Workflow State,fast-backward,gyors-vissza DocType: Address,Chandigarh,Csandígarh DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,Péntek +DocType: Assignment Rule Day,Friday,Péntek apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,Szerkesztés teljes oldalon apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,Nyissa meg a lista elemet DocType: Report,Add Total Row,Összesítő sor hozzáadása @@ -1861,6 +1863,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,Testreszabás apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,Megengedett dokumentumok megtekintése apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,A szolgáltatás használatához telepítenie kell a pycupokat! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,A Google naptárhoz való kapcsolódási kérelmét sikeresen elfogadták +DocType: Tag Link,Tag Link,Címke link apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,Lánc integritása DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2002,6 +2005,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,Jegyzet apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,Hibajelentés apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,Adat exportálás CSV / Excel formátumban. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,A globális keresési dokumentumok beállítása. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,Hitelesítési alkalmazások: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} már létezik. Válasszon másik nevet DocType: S3 Backup Settings,None,Semelyik @@ -2014,6 +2018,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,A bejelentkezés tilos ebben az időben DocType: Data Migration Run,Current Mapping Action,Aktuális leképzési művelet DocType: Dashboard Chart Source,Source Name,Forrá név +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,"Nincs e-mail fiók társítva a Felhasználóval. Kérjük, vegyen fel egy fiókot a Felhasználó> E-mail beérkezett üzenetek csoportba." DocType: Email Account,Email Sync Option,E-mail szinkronizálás lehetőség apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,Sor sz. DocType: Async Task,Runtime,Runtime @@ -2028,6 +2033,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,Már a fe DocType: User Email,Enable Outgoing,Engedélyezze a kimenőt DocType: Address,Fax,Fax apps/frappe/frappe/config/customization.py,Custom Tags,Egyedi címkék +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,"Az e-mail fiók nincs beállítva. Kérjük, hozzon létre egy új e-mail fiókot a Beállítás> E-mail> E-mail fiók közül" DocType: Comment,Submitted,Benyújtva DocType: Contact,Pulled from Google Contacts,A Google Névjegyekből vonult le apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,Érvénytelen kérelem @@ -2102,7 +2108,6 @@ eval:doc.myfield=='My Value' eval:doc.age>18","Ez a mező csak akkor jelenik meg, ha a mezőnévnek itt megadott értéke van VAGY a szabályok igazak (példák): myfield eval:doc.myfield=='My Value'eval:doc.age>18" DocType: Social Login Key,Office 365,Office 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,Ma -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,"Nem található alapértelmezett címsablon. Kérjük, hozzon létre egy újat a Beállítás> Nyomtatás és márkajelzés> Címsablon menüpontból." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","Ha beállította ezt, a felhasználók csak akkor férhetnek hozzá a dokumentumokhoz (pl. Blogbejegyzés), ahol a link jelen van (pl. Blogger)." DocType: Data Import Beta,Submit After Import,Küldés importálás után DocType: Error Log,Log of Scheduler Errors,Ütemező hiba naplója @@ -2114,6 +2119,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,NAGYBETŰ apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,Egyedi HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,Írja be a mappa nevét +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,"Nem található alapértelmezett címsablon. Kérjük, hozzon létre egy újat a Beállítás> Nyomtatás és márkajelzés> Címsablon menüpontból." apps/frappe/frappe/auth.py,Unknown User,Ismeretlen felhasználó apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,Válasszon beosztást DocType: Comment,Deleted,Törölt @@ -2314,7 +2320,6 @@ DocType: Address,Preferred Shipping Address,Előnyben részesített szállítás apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,Fejléccel apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} hozta létre ezt {1} apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},Nem engedélyezett a (z) {0} számára: {1} a (z) {2} sorban. Korlátozott mező: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,"Az e-mail fiók nincs beállítva. Kérjük, hozzon létre egy új e-mail fiókot a Beállítás> E-mail> E-mail fiók menüben" DocType: S3 Backup Settings,eu-west-1,eu-nyugat-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","Ha ez be van jelölve, érvényes adatokkal rendelkező sorokat importálnak, és az érvénytelen sorokat egy későbbi importálásra új fájlba bocsátják." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,A dokumentumot csak beosztás szerinti felhasználók módosíthatják @@ -2364,6 +2369,7 @@ DocType: DocField,Fetch From,Lekérés innen apps/frappe/frappe/modules/utils.py,App not found,Alkalmazások nem találhatók apps/frappe/frappe/core/doctype/communication/communication.py,Cannot create a {0} against a child document: {1},Nem lehet létrehozni egy: {0} az aldokumentumhoz: {1} DocType: Social Login Key,Social Login Key,Közösségi bejelentkezési kulcs +apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Options {1} must be the same as doctype name {2} for the field {3},{0}: A (z) {1} opciónak meg kell egyeznie a {3} mező doctype nevével a {2} mezőnél. apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Clear Cache and Reload,Törölje a gyorsítótárat és töltse újra DocType: Portal Settings,Custom Sidebar Menu,Egyéni oldalsáv menü DocType: Workflow State,pencil,ceruza @@ -2380,7 +2386,6 @@ DocType: Contact,Passive,Passzív DocType: Auto Repeat,Accounts Manager,Fiókkezelõ apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},Hozzárendelés {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,Fizetése törlődik. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,"Kérjük, állítsa be az alapértelmezett e-mail fiókot a Beállítás> E-mail> E-mail fiók menüben" apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,Válasszon fájl típust apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,Összes megtekintése DocType: Help Article,Knowledge Base Editor,Tudásbázis szerkesztő @@ -2422,6 +2427,7 @@ DocType: Workflow State,Warning,Figyelmeztetés apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,"Előfordulhat, hogy több oldalra nyomtatják" DocType: Data Migration Run,Percent Complete,Százalék teljesítve DocType: Tag Category,Tag Category,Címke kategória +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","Összehasonlításként használjon> 5, <10 vagy = 324. A tartományokhoz használja az 5:10 értéket (az 5 és 10 közötti értékekhez)." DocType: Google Calendar,Pull from Google Calendar,Húzza a Google Naptárból apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,Súgó DocType: User,Login Before,Bejelentkezés előtt @@ -2546,7 +2552,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,Nem lehet sz DocType: Transaction Log,Checksum Version,Számlaösszeg verzió DocType: User,Allow Modules,Modulok engedélyezése DocType: Unhandled Email,Unhandled Email,Kezeletlen Email -DocType: Event,Monday,Hétfő +DocType: Assignment Rule Day,Monday,Hétfő apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,Hosszabb billentyűzet minták használatának létrehozása apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,Feldolgozás... DocType: Data Import,Don't create new records,Ne készítsen új rekordokat @@ -2677,7 +2683,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","Tisztelt Rendszergazda," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} ezt a feladatát osztotta ki saját magának: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,Országa -DocType: Event,Sunday,Vasárnap +DocType: Assignment Rule Day,Sunday,Vasárnap apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: A mezőnév nem lehet a (z) {1} egyikének apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,Tabella apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,Rácsnézetben @@ -2717,7 +2723,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,Között DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,Sorba állított -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Beállítás> Az űrlap testreszabása DocType: Braintree Settings,Use Sandbox,Sandbox felhasználása apps/frappe/frappe/utils/goal.py,This month,Ebben a hónapban apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,Új egyedi nyomtatási forma @@ -2811,7 +2816,7 @@ DocType: Workflow,States,Államok DocType: Notification,Attach Print,Erősítse Nyomtatás DocType: Assignment Rule,Assignment Rule,Hozzárendelési szabály apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},Javasolt Felhasználónév: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,Nap +DocType: Assignment Rule Day,Day,Nap apps/frappe/frappe/public/js/frappe/desk.js,Modules,Modulok apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,Fizetési sikeres apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,{0} sz. levél @@ -2839,7 +2844,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,E-mai apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","A (z) {1}, {2} {0} frissítése" DocType: Auto Email Report,Filters Display,Szűrők megjelenítése apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",A "módosított_from" mezőnek jelen kell lennie a módosítás végrehajtásához. -DocType: Contact,Numbers,számok apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} értékelte a (z) {1} {2} -on végzett munkáját apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,Szűrők mentése DocType: Address,Plant,Géppark @@ -2885,6 +2889,7 @@ DocType: Custom Script,Custom Script,Egyéni szkript DocType: Address,Address Line 2,2. cím sor DocType: Address,Reference,Hivatkozás apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,Felelős érte +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,"Kérjük, állítsa be az alapértelmezett e-mail fiókot a Beállítás> E-mail> E-mail fiók menüben" DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,Adatátvitel-leképezés részletek DocType: Data Import,Action,Művelet DocType: GSuite Settings,Script URL,Script URL @@ -3053,6 +3058,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,A (z) {0} dokumentumtípus ismételt. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,Értékek megváltoztak DocType: Workflow State,arrow-up,nyíl-fel +DocType: Dynamic Link,Link Document Type,Link dokumentum típusa apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,A (z) {0} asztalhoz legalább egy sornak kell lennie apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.",Az automatikus ismétlés konfigurálásához engedélyezze az „Automatikus ismétlés engedélyezése” lehetőséget a (z) {0} helyről. DocType: OAuth Bearer Token,Expires In,Lejár ekkor @@ -3074,6 +3080,7 @@ DocType: Web Form,Button Label,Gomb felirat apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} tétel kiválasztott apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,Felfüggesztés küldés apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,Sikeresen létrehozott felhasználói engedélyek +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,Az alapértelmezett globális keresési dokumentumok letöltése. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,Húzza az elemeket az oldalsávról a hozzáadáshoz. Húzza őket vissza az eltávolításhoz. DocType: Workflow State,resize-small,átméretezés-kicsire DocType: Address,Postal Code,Irányítószám @@ -3127,7 +3134,7 @@ DocType: Auto Repeat,End Date,Befejezés dátuma DocType: Data Import,Ignore encoding errors,Kódolási hibák figyelmen kívül hagyása DocType: Chat Profile,Notifications,Értesítések DocType: DocField,Column Break,Oszloptörés -DocType: Event,Thursday,Csütörtök +DocType: Assignment Rule Day,Thursday,Csütörtök apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,Nincs elég áttekintési pont apps/frappe/frappe/utils/response.py,You don't have permission to access this file,Nincs jogosultséga a fájl hozzáféréséhez apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,API Titok mentése: @@ -3212,6 +3219,7 @@ DocType: S3 Backup Settings,ap-south-1,ap-dél-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,Unzip apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},Érvénytelen érték a {0} sorban: a(z) {1} értéke muszáj {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},Benyújtott dokumentumot nem lehet visszaalakítani tervezetté. Átvezetési sor {0} +DocType: Assignment Rule,Assignment Days,Feladatok napjai apps/frappe/frappe/desk/reportview.py,Deleting {0},{0} Törlése apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,Válasszon ki egy létező formátumot egy új formátum szerkesztéséhez vagy elkezdéséhez. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,"Korlátozott IP-cím ellenőrzés átugrása, ha két tényezős azonosítás engedélyezett" @@ -3284,6 +3292,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} hón apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,Az egyedi mezők csak a szabványos DocType-hez adhatók hozzá. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,Létrehozta apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,Dropbox beállítása +DocType: Assignment Rule Day,Assignment Rule Day,Feladat szabályának napja DocType: Workflow State,resize-horizontal,átméretezés-vízszintes apps/frappe/frappe/templates/emails/download_data.html,Download Link,Letöltési link DocType: Chat Message,Content,Tartalom @@ -3543,7 +3552,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,E-mail fióko DocType: Comment,Published,Közzétett apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,"Köszönjük, a levelét" DocType: DocField,Small Text,Kis szöveg -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,A (z) {0} szám nem állítható elsődlegesként a telefonszámra és a mobilszámra sem. DocType: Workflow,Allow approval for creator of the document,Dokumentum létrehozója jóváhagyásának engedélyezése apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,Jelentés mentése DocType: Webhook,on_cancel,on_cancel @@ -3556,6 +3564,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,Egyenlő apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',A választható 'Dinamikus link' típusú mezőnek egy másik Link mezőre kell mutatnia 'DocType' választhatósággal DocType: About Us Settings,Team Members Heading,Szervezeti csoport felépítés fejszövege apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,Érvénytelen CSV formátum +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,Tidak ditemukan hasil untuk '
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,Atur Ulang Perizinan untuk {0}? apps/frappe/frappe/config/desktop.py,Users and Permissions,Pengguna dan Perizinan DocType: S3 Backup Settings,S3 Backup Settings,S3 Backup Settings @@ -1845,7 +1848,7 @@ DocType: Communication Link,Link Title,Link Title DocType: Workflow State,fast-backward,cepat mundur DocType: Address,Chandigarh,Chandigarh DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,Jum'at +DocType: Assignment Rule Day,Friday,Jum'at apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,Edit di halaman penuh apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,Buka item daftar DocType: Report,Add Total Row,Tambahkan 'Baris Total' @@ -1863,6 +1866,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,Sesuaikan apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,Lihat Dokumen yang Diizinkan apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,Anda harus menginstal pycup untuk menggunakan fitur ini! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Permintaan koneksi Anda ke Google Kalender berhasil diterima +DocType: Tag Link,Tag Link,Tautan Tag apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,Integritas Rantai DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2005,6 +2009,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,Catatan apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,Laporan Kesalahan apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,Ekspor Data dalam format CSV / Excel. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,Menyiapkan dokumen Pencarian Global. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,Aplikasi Otentikasi yang dapat Anda gunakan adalah: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} sudah ada. Pilih nama lain DocType: S3 Backup Settings,None,Tidak ada @@ -2017,6 +2022,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,Login tidak diizinkan untuk saat ini DocType: Data Migration Run,Current Mapping Action,Tindakan Pemetaan Saat Ini DocType: Dashboard Chart Source,Source Name,sumber Nama +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,Tidak ada akun email yang dikaitkan dengan Pengguna. Silakan tambahkan akun di bawah Pengguna> Kotak Masuk Email. DocType: Email Account,Email Sync Option,Opsi Sinkronisasi Surel apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,Baris No DocType: Async Task,Runtime,Runtime @@ -2031,6 +2037,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,Sudah di DocType: User Email,Enable Outgoing,Aktifkan Keluar DocType: Address,Fax,Fax apps/frappe/frappe/config/customization.py,Custom Tags,Tags kustom +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Akun Email tidak disiapkan. Harap buat Akun Email baru dari Pengaturan> Email> Akun Email DocType: Comment,Submitted,Dikirim DocType: Contact,Pulled from Google Contacts,Ditarik dari Kontak Google apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,Di Permintaan yang Valid @@ -2105,7 +2112,6 @@ eval:doc.myfield=='My Value' eval:doc.age>18",Bidang ini hanya akan muncul jika fieldname didefinisikan di sini memiliki nilai OR aturan yang benar (contoh): MyField eval: doc.myfield == 'Nilai saya' eval: doc.age> 18 DocType: Social Login Key,Office 365,Kantor 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,Hari ini -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Templat Alamat default tidak ditemukan. Harap buat yang baru dari Setup> Printing and Branding> Address Template. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","Setelah Anda telah mengatur ini, pengguna hanya akan bisa mengakses dokumen (misalnya Blog Post) di mana link yang ada (misalnya Blogger)." DocType: Data Import Beta,Submit After Import,Kirim Setelah Impor DocType: Error Log,Log of Scheduler Errors,Log Kesalahan Scheduler @@ -2117,6 +2123,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,HURUF BESAR apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,Custom HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,Masukkan nama folder +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Templat Alamat default tidak ditemukan. Harap buat yang baru dari Setup> Printing and Branding> Address Template. apps/frappe/frappe/auth.py,Unknown User,Pengguna tidak dikenal apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,Pilih Peran DocType: Comment,Deleted,Dihapus @@ -2317,7 +2324,6 @@ DocType: Address,Preferred Shipping Address,Disukai Alamat Pengiriman apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,Dengan kepala Surat apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} telah membuat {1} ini apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},Tidak diperbolehkan untuk {0}: {1} di Baris {2}. Bidang terbatas: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Akun Email tidak disiapkan. Harap buat Akun Email baru dari Pengaturan> Email> Akun Email DocType: S3 Backup Settings,eu-west-1,eu-barat-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","Jika ini dicentang, baris dengan data yang valid akan diimpor dan baris yang tidak valid akan dibuang ke file baru untuk Anda impor nanti." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,Dokumen hanya dapat diedit oleh pengguna dari peran @@ -2384,7 +2390,6 @@ DocType: Contact,Passive,Pasif DocType: Auto Repeat,Accounts Manager,Pengelola Akun apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},Tugas untuk {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,Pembayaran anda dibatalkan -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Silakan atur Akun Email default dari Pengaturan> Email> Akun Email apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,Pilih File Type apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,Lihat semua DocType: Help Article,Knowledge Base Editor,Knowledge Base Editor @@ -2426,6 +2431,7 @@ DocType: Workflow State,Warning,Peringatan apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,Ini dapat dicetak pada beberapa halaman DocType: Data Migration Run,Percent Complete,Persen Lengkap DocType: Tag Category,Tag Category,Kategori Tanda +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","Untuk perbandingan, gunakan> 5, <10 atau = 324. Untuk rentang, gunakan 5:10 (untuk nilai antara 5 & 10)." DocType: Google Calendar,Pull from Google Calendar,Tarik dari Kalender Google apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,Bantuan DocType: User,Login Before,Login Sebelum @@ -2550,7 +2556,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,Tidak dapat DocType: Transaction Log,Checksum Version,Versi Checksum DocType: User,Allow Modules,Izinkan Modul DocType: Unhandled Email,Unhandled Email,Email Tak Tertangani -DocType: Event,Monday,Senin +DocType: Assignment Rule Day,Monday,Senin apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,Memanfaatkan pola keyboard lagi apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,Pengolahan... DocType: Data Import,Don't create new records,Jangan membuat catatan baru @@ -2681,7 +2687,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","Kepada System Manager Yth.," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} penugasan sendiri tugas ini: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,Negara Anda -DocType: Event,Sunday,Minggu +DocType: Assignment Rule Day,Sunday,Minggu apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: Fieldname tidak boleh salah satu dari {1} apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,Klasemen apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,Di Grid View @@ -2721,7 +2727,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,Antara DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,Diantrikan -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Pengaturan> Kustomisasi Formulir DocType: Braintree Settings,Use Sandbox,Gunakan Sandbox apps/frappe/frappe/utils/goal.py,This month,Bulan ini apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,New Custom Print Format @@ -2815,7 +2820,7 @@ DocType: Workflow,States,Negara DocType: Notification,Attach Print,Lampirkan Cetak DocType: Assignment Rule,Assignment Rule,Aturan Penugasan apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},Disarankan Username: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,Hari +DocType: Assignment Rule Day,Day,Hari apps/frappe/frappe/public/js/frappe/desk.js,Modules,modul apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,Sukses pembayaran apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,Tidak ada {0} email @@ -2843,7 +2848,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,Kotak apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","Memperbarui {0} dari {1}, {2}" DocType: Auto Email Report,Filters Display,filter Tampilan apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",Bidang "amended_from" harus ada untuk melakukan amandemen. -DocType: Contact,Numbers,Angka apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} menghargai karya Anda pada {1} {2} apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,Simpan filter DocType: Address,Plant,Tanaman @@ -2889,6 +2893,7 @@ DocType: Custom Script,Custom Script,Kustom Script DocType: Address,Address Line 2,Alamat Baris 2 DocType: Address,Reference,Referensi apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,Ditugaskan Kepada +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Silakan atur Akun Email default dari Pengaturan> Email> Akun Email DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,Detail Pemetaan Migrasi Data DocType: Data Import,Action,Tindakan DocType: GSuite Settings,Script URL,URL skrip @@ -3058,6 +3063,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,Jenis Dokumen {0} telah diulang. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,Nilai Berubah DocType: Workflow State,arrow-up,panah-atas +DocType: Dynamic Link,Link Document Type,Tautkan Jenis Dokumen apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,Harus ada minimal satu baris untuk tabel {0} apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.","Untuk mengonfigurasi Ulangi Otomatis, aktifkan "Izinkan Ulangi Otomatis" dari {0}." DocType: OAuth Bearer Token,Expires In,Kadaluarsa dalam @@ -3079,6 +3085,7 @@ DocType: Web Form,Button Label,Tombol Label apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} item dipilih apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,menangguhkan Mengirim apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,Izin Pengguna dibuat dengan sukses +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,Mengambil dokumen Penelusuran Global default. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,Elemen tarik dari sidebar untuk menambahkan. Menyeret mereka kembali ke tempat sampah. DocType: Workflow State,resize-small,resize-kecil DocType: Address,Postal Code,kode Pos @@ -3132,7 +3139,7 @@ DocType: Auto Repeat,End Date,Tanggal Berakhir DocType: Data Import,Ignore encoding errors,Abaikan kesalahan pengkodean DocType: Chat Profile,Notifications,Pemberitahuan DocType: DocField,Column Break,Kolom Istirahat -DocType: Event,Thursday,Kamis +DocType: Assignment Rule Day,Thursday,Kamis apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,Anda tidak memiliki poin ulasan yang cukup apps/frappe/frappe/utils/response.py,You don't have permission to access this file,Anda tidak memiliki izin untuk mengakses file ini apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,Simpan Rahasia API: @@ -3218,6 +3225,7 @@ DocType: S3 Backup Settings,ap-south-1,ap-selatan-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,membuka ritsleting apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},Nilai yang salah dalam baris {0}: {1} harus {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},Dikirim Dokumen tidak dapat dikonversi kembali untuk menyusun. Transisi baris {0} +DocType: Assignment Rule,Assignment Days,Hari Penugasan apps/frappe/frappe/desk/reportview.py,Deleting {0},Menghapus {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,Pilih format yang ada untuk mengedit atau memulai format baru. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,Bypass restricted IP Address check Jika Two Factor Auth Diaktifkan @@ -3290,6 +3298,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} bula apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,Bidang Kustom hanya dapat ditambahkan ke DocType standar. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,Dibuat Oleh apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,dropbox Pengaturan +DocType: Assignment Rule Day,Assignment Rule Day,Hari Aturan Penugasan DocType: Workflow State,resize-horizontal,resize-horisontal apps/frappe/frappe/templates/emails/download_data.html,Download Link,Unduh Tautan DocType: Chat Message,Content,Isi Halaman @@ -3560,7 +3569,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,Tambah / Kelo DocType: Comment,Published,Diterbitkan apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,Terima kasih atas email Anda DocType: DocField,Small Text,Teks Kecil -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,Nomor {0} tidak dapat ditetapkan sebagai nomor utama untuk Telepon dan juga Nomor Ponsel. DocType: Workflow,Allow approval for creator of the document,Izinkan persetujuan untuk pembuat dokumen apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,Menyimpan laporan DocType: Webhook,on_cancel,on_cancel @@ -3573,6 +3581,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,Equals apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',Jenis Options 'Dynamic Link' lapangan harus mengarah ke Link Field lain dengan pilihan sebagai 'DocType' DocType: About Us Settings,Team Members Heading,Anggota Tim Pos apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,CSV Format valid +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,Engar niðurstöður fundust fyrir '
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,Endurstilla heimildir fyrir {0}? apps/frappe/frappe/config/desktop.py,Users and Permissions,Notendur og heimildir DocType: S3 Backup Settings,S3 Backup Settings,S3 Backup Settings @@ -1845,7 +1848,7 @@ DocType: Communication Link,Link Title,Link Title DocType: Workflow State,fast-backward,fljótur-afturábak DocType: Address,Chandigarh,Chandigarh DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,föstudagur +DocType: Assignment Rule Day,Friday,föstudagur apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,Breyta í fullum síðu apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,Opna lista atriði DocType: Report,Add Total Row,Bæta Samtals Row @@ -1863,6 +1866,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,sérsníða apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,Skoða leyfðar skjöl apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,Þú verður að setja upp pycups til að nota þennan eiginleika! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Tengingarbeiðnin þín við Google Dagatal var samþykkt +DocType: Tag Link,Tag Link,Merkingartengill apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,Keðjuheilbrigði DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2004,6 +2008,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,Note apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,villuskýrslu apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,Flytja út gögn í CSV / Excel sniði. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,Setur upp Global Search skjöl. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,Staðfestingarforrit sem þú getur notað eru: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} er þegar til. Veldu annað heiti DocType: S3 Backup Settings,None,Enginn @@ -2016,6 +2021,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,Innskráning ekki leyfð á þessum tíma DocType: Data Migration Run,Current Mapping Action,Núverandi Kortlagning DocType: Dashboard Chart Source,Source Name,Source Name +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,Enginn tölvupóstreikningur tengdur notandanum. Vinsamlegast bættu reikningi við Notandi> Netfang pósthólf. DocType: Email Account,Email Sync Option,Tölvupóstur Sync Valkostur apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,Röð nr DocType: Async Task,Runtime,Runtime @@ -2030,6 +2036,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,Þegar í DocType: User Email,Enable Outgoing,Virkja Outgoing DocType: Address,Fax,Fax apps/frappe/frappe/config/customization.py,Custom Tags,Custom Tags +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Tölvupóstreikningur er ekki uppsettur. Vinsamlegast stofnaðu nýjan tölvupóstreikning frá Uppsetning> Tölvupóstur> Netfangareikningur DocType: Comment,Submitted,lögð DocType: Contact,Pulled from Google Contacts,Dregið úr Google tengiliðum apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,Ógild beiðni @@ -2104,7 +2111,6 @@ eval:doc.myfield=='My Value' eval:doc.age>18",Þessi reitur verður að birtast aðeins ef FIELDNAME skilgreint hér hefur gildi OR reglur eru sannir (dæmi): myfield eval: doc.myfield == 'Gildi minn' eval: doc.age> 18 DocType: Social Login Key,Office 365,Skrifstofa 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,Í dag -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Ekkert sjálfgefið netsniðmát fannst. Vinsamlegast búðu til nýtt úr Skipulag> Prentun og vörumerki> Heimilismát. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","Þegar þú hefur sett þetta, sem notendur munu aðeins vera fær aðgang skjöl (td. Bloggfærsluna) þar sem tengill er til (td. Blogger)." DocType: Data Import Beta,Submit After Import,Sendu inn eftir innflutning DocType: Error Log,Log of Scheduler Errors,Log um Tímaáætlun Villa @@ -2116,6 +2122,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,hástafi apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,Custom HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,Sláðu inn heiti möppu +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Ekkert sjálfgefið netsniðmát fannst. Vinsamlegast búðu til nýtt úr Skipulag> Prentun og vörumerki> Heimilismát. apps/frappe/frappe/auth.py,Unknown User,Óþekktur notandi apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,Veldu hlutverk DocType: Comment,Deleted,eytt @@ -2316,7 +2323,6 @@ DocType: Address,Preferred Shipping Address,Valinn Shipping Address apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,Með Bréf höfuð apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} búin þetta {1} apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},Ekki leyfilegt fyrir {0}: {1} í röð {2}. Takmarkaður reitur: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Tölvupóstreikningur er ekki uppsettur. Vinsamlegast stofnaðu nýjan tölvupóstreikning frá Uppsetning> Tölvupóstur> Netfangareikningur DocType: S3 Backup Settings,eu-west-1,eu-vestur-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.",Ef þetta er skoðuð verða raðir með gögnum innfluttar og ógildir raðir verði seldar í nýjan skrá til að flytja inn síðar. apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,Skjalið er aðeins editable af notendum hlutverki @@ -2383,7 +2389,6 @@ DocType: Contact,Passive,Hlutlaus DocType: Auto Repeat,Accounts Manager,Accounts Manager apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},Verkefni fyrir {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,Greiðsla þín hefur verið lokað. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Vinsamlegast settu upp sjálfgefinn tölvupóstreikning frá Uppsetning> Tölvupóstur> Netfangareikningur apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,Veldu File Type apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,Sjá allt DocType: Help Article,Knowledge Base Editor,Knowledge Base Editor @@ -2425,6 +2430,7 @@ DocType: Workflow State,Warning,Viðvörun apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,Þetta gæti verið prentað á mörgum síðum DocType: Data Migration Run,Percent Complete,Hlutfall lokið DocType: Tag Category,Tag Category,tag Flokkur +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","Til samanburðar, notaðu> 5, <10 eða = 324. Notaðu 5:10 (fyrir gildi á milli 5 og 10) fyrir svið." DocType: Google Calendar,Pull from Google Calendar,Dragðu úr Google dagatalinu apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,Hjálp DocType: User,Login Before,Innskráning Áður @@ -2549,7 +2555,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,Ekki er hæg DocType: Transaction Log,Checksum Version,Athugunarútgáfa DocType: User,Allow Modules,Leyfa mát DocType: Unhandled Email,Unhandled Email,Óvænt Email -DocType: Event,Monday,Mánudagur +DocType: Assignment Rule Day,Monday,Mánudagur apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,Nýta lengri hljómborð mynstrum apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,Vinnsla ... DocType: Data Import,Don't create new records,Ekki búa til nýjar færslur @@ -2680,7 +2686,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","Kæri System Manager," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} sjálf úthlutað þessu verkefni: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,Landið þitt -DocType: Event,Sunday,sunnudagur +DocType: Assignment Rule Day,Sunday,sunnudagur apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: Feldheiti getur ekki verið eitt af {1} apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,Valur apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,Í tölvuformi @@ -2720,7 +2726,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,milli DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,biðröð -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Skipulag> Sérsníða form DocType: Braintree Settings,Use Sandbox,Nota Sandbox apps/frappe/frappe/utils/goal.py,This month,Í þessum mánuði apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,Ný Custom Prenta Format @@ -2814,7 +2819,7 @@ DocType: Workflow,States,Ríki DocType: Notification,Attach Print,hengja Prenta DocType: Assignment Rule,Assignment Rule,Verkefnisregla apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},Lagði Notandanafn: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,dagur +DocType: Assignment Rule Day,Day,dagur apps/frappe/frappe/public/js/frappe/desk.js,Modules,Modules apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,greiðsla Velgengni apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,No {0} mail @@ -2842,7 +2847,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,Innh apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","Uppfærir {0} af {1}, {2}" DocType: Auto Email Report,Filters Display,síur Sýna apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",Reiturinn „breyttur_frá“ verður að vera til staðar til að gera breytingu. -DocType: Contact,Numbers,Tölur apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} kunni að meta verk þitt við {1} {2} apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,Vistaðu síur DocType: Address,Plant,Plant @@ -2888,6 +2892,7 @@ DocType: Custom Script,Custom Script,Custom Script DocType: Address,Address Line 2,Heimilisfang lína 2 DocType: Address,Reference,Tilvísun apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,Úthlutað til +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Vinsamlegast settu upp sjálfgefinn tölvupóstreikning frá Uppsetning> Tölvupóstur> Netfangareikningur DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,Gögn Flutningur Kortlagning Detail DocType: Data Import,Action,aðgerð DocType: GSuite Settings,Script URL,Slóð URL @@ -3056,6 +3061,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,Gerð skjals {0} hefur verið endurtekin. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,gildi Breytt DocType: Workflow State,arrow-up,ör-upp +DocType: Dynamic Link,Link Document Type,Krækjið gerð skjals apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,Það ætti að vera að minnsta kosti ein röð fyrir {0} töfluna apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.","Til að stilla sjálfvirka endurtekningu, virkjaðu „Leyfa sjálfvirka endurtekningu“ frá {0}." DocType: OAuth Bearer Token,Expires In,rennur Í @@ -3077,6 +3083,7 @@ DocType: Web Form,Button Label,Button Label apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} atriði valin apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,fresta Sendir apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,Notendaleyfi búin til með góðum árangri +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,Sækir sjálfgefin skjöl um Global Search. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,Draga atriði úr the skenkur til að bæta við. Draga þá aftur til ruslið. DocType: Workflow State,resize-small,resize-lítið DocType: Address,Postal Code,póstnúmer @@ -3130,7 +3137,7 @@ DocType: Auto Repeat,End Date,Lokadagur DocType: Data Import,Ignore encoding errors,Hunsa kóðunarvillur DocType: Chat Profile,Notifications,Tilkynningar DocType: DocField,Column Break,dálkur Break -DocType: Event,Thursday,fimmtudagur +DocType: Assignment Rule Day,Thursday,fimmtudagur apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,Þú ert ekki með nægjanlega mörg stig apps/frappe/frappe/utils/response.py,You don't have permission to access this file,Þú hefur ekki leyfi til að opna þessa skrá apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,Vista API Leyndarmál: @@ -3216,6 +3223,7 @@ DocType: S3 Backup Settings,ap-south-1,ap-suður-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,Renna niður apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},Rangt gildi í röð {0}: {1} verður að vera {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},Lögð Document ekki hægt að breyta aftur í drög. Umskipti róður {0} +DocType: Assignment Rule,Assignment Days,Verkefnadagar apps/frappe/frappe/desk/reportview.py,Deleting {0},Eyði {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,Veldu fyrirliggjandi snið að breyta eða hefja nýtt snið. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,Beinlínuskipta takmörkuð IP-töluathugun Ef tveir þáttur er virkur virkur @@ -3288,6 +3296,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} mán apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,Sérsniðnum reitum er aðeins hægt að bæta við venjulega DocType. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,Búið til af apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,Dropbox Skipulag +DocType: Assignment Rule Day,Assignment Rule Day,Verkefnisdagur DocType: Workflow State,resize-horizontal,resize-lárétt apps/frappe/frappe/templates/emails/download_data.html,Download Link,Niðurhal hlekkur DocType: Chat Message,Content,innihald @@ -3547,7 +3556,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,Bæta við / DocType: Comment,Published,Útgefið apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,Þakka þér fyrir þinn email DocType: DocField,Small Text,lítill texti -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,Ekki er hægt að stilla númer {0} sem aðal fyrir síma og farsíma nr. DocType: Workflow,Allow approval for creator of the document,Leyfa samþykki fyrir höfundur skjalsins apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,Vista skýrslu DocType: Webhook,on_cancel,on_cancel @@ -3560,6 +3568,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,Jafnt apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',Valkostir 'Dynamic Link' tegund af sviði að benda á aðra Link Field með valkostum og 'DOCTYPE " DocType: About Us Settings,Team Members Heading,Liðsmenn Fyrirsögn apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,Ógilt CSV snið +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,Nessun risultato trovato per "
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,Aggiorna Autorizzazioni per {0} ? apps/frappe/frappe/config/desktop.py,Users and Permissions,Utenti e Permessi DocType: S3 Backup Settings,S3 Backup Settings,S3 Impostazioni di backup @@ -1845,7 +1848,7 @@ DocType: Communication Link,Link Title,Titolo del link DocType: Workflow State,fast-backward,indietro veloce DocType: Address,Chandigarh,Chandigarh DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,Venerdì +DocType: Assignment Rule Day,Friday,Venerdì apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,Modifica nella pagina intera apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,Apri la lista DocType: Report,Add Total Row,Aggiungi Totale Riga @@ -1863,6 +1866,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,Personalizza apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,Visualizza i documenti consentiti apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,Devi installare pycup per usare questa funzione! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,La tua richiesta di connessione a Google Calendar è stata accettata con successo +DocType: Tag Link,Tag Link,Tag Link apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,Integrità della catena DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2004,6 +2008,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,Nota apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,Report di Errore apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,Esportare i dati in formato CSV / Excel. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,Impostazione dei documenti di ricerca globale. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,Le applicazioni di autenticazione utilizzabili sono: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} esiste già. Seleziona un altro nome DocType: S3 Backup Settings,None,Nessuna @@ -2016,6 +2021,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,Accesso non consentito in questo momento DocType: Data Migration Run,Current Mapping Action,Azioni correnti di mapping DocType: Dashboard Chart Source,Source Name,Source Name +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,Nessun account e-mail associato all'utente. Aggiungi un account sotto Utente> Posta in arrivo. DocType: Email Account,Email Sync Option,Email Sync Option apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,Riga n DocType: Async Task,Runtime,Runtime @@ -2030,6 +2036,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,Già pres DocType: User Email,Enable Outgoing,Abilita uscita DocType: Address,Fax,Fax apps/frappe/frappe/config/customization.py,Custom Tags,Tags Personalizzati +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Account e-mail non impostato. Crea un nuovo account e-mail da Imposta> E-mail> Account e-mail DocType: Comment,Submitted,Confermato DocType: Contact,Pulled from Google Contacts,Estratto da Contatti Google apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,Richiesta non valida @@ -2104,7 +2111,6 @@ eval:doc.myfield=='My Value' eval:doc.age>18",Questo campo viene visualizzato solo se il nome del campo definito qui ha valore o le regole sono veri (esempi): eval myfield: doc.myfield == 'il mio valore' eval: doc.age> 18 DocType: Social Login Key,Office 365,Office 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,Oggi -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Nessun modello di indirizzo predefinito trovato. Creane uno nuovo da Imposta> Stampa e personalizzazione> Modello indirizzo. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","Dopo aver impostato questo, gli utenti potranno accedere al documento (es. post del blog ) solo se il link esiste (es. Blogger ) ." DocType: Data Import Beta,Submit After Import,Invia dopo l'importazione DocType: Error Log,Log of Scheduler Errors,Log degli errori Scheduler @@ -2116,6 +2122,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,LETTERE MAIUSCOLE apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,HTML personalizzato apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,Inserisci il nome della cartella +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Nessun modello di indirizzo predefinito trovato. Creane uno nuovo da Imposta> Stampa e personalizzazione> Modello indirizzo. apps/frappe/frappe/auth.py,Unknown User,Utente sconosciuto apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,Scegliere Ruolo DocType: Comment,Deleted,Eliminato @@ -2316,7 +2323,6 @@ DocType: Address,Preferred Shipping Address,Indirizzo di spedizione predefinito apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,Con carta intestata apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} ha creato questo {1} apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},Non consentito per {0}: {1} nella riga {2}. Campo riservato: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Account e-mail non impostato. Crea un nuovo account e-mail da Imposta> E-mail> Account e-mail DocType: S3 Backup Settings,eu-west-1,eu-ovest-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","Se questa opzione è selezionata, verranno importate righe con dati validi e le righe non valide verranno riversate in un nuovo file per poterle importare in un secondo momento." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,Documento è modificabile solo dagli utenti del ruolo @@ -2383,7 +2389,6 @@ DocType: Contact,Passive,Passivo DocType: Auto Repeat,Accounts Manager,Accounts Manager apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},Assegnazione per {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,Il tuo pagamento viene annullato. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Configura l'account e-mail predefinito da Imposta> E-mail> Account e-mail apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,Selezionare il tipo di file apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,Guarda tutto DocType: Help Article,Knowledge Base Editor,Conoscenza Editor Base @@ -2425,6 +2430,7 @@ DocType: Workflow State,Warning,Attenzione apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,Questo può essere stampato su più pagine DocType: Data Migration Run,Percent Complete,Percentuale completa DocType: Tag Category,Tag Category,Tag Categoria +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","Per il confronto, utilizzare> 5, <10 o = 324. Per gli intervalli, utilizzare 5:10 (per valori compresi tra 5 e 10)." DocType: Google Calendar,Pull from Google Calendar,Estrai da Google Calendar apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,Aiuto DocType: User,Login Before,Accedi Prima @@ -2549,7 +2555,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,Impossibile DocType: Transaction Log,Checksum Version,Versione di checksum DocType: User,Allow Modules,Consenti moduli DocType: Unhandled Email,Unhandled Email,Email non gestita -DocType: Event,Monday,Lunedi +DocType: Assignment Rule Day,Monday,Lunedi apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,Fare uso di modelli di tastiera più lunghi apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,In lavorazione... DocType: Data Import,Don't create new records,Non creare nuovi record @@ -2680,7 +2686,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","Spettabile Responsabile di Sistema," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} auto assegnato questa attività: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,Il tuo Paese -DocType: Event,Sunday,Domenica +DocType: Assignment Rule Day,Sunday,Domenica apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: il nome campo non può essere uno dei {1} apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,Classifiche apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,In Grid View @@ -2720,7 +2726,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,Fra DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,In coda -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Config> Personalizza modulo DocType: Braintree Settings,Use Sandbox,Usa Sandbox apps/frappe/frappe/utils/goal.py,This month,Questo mese apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,Nuovo formato di stampa personalizzato @@ -2814,7 +2819,7 @@ DocType: Workflow,States,Stati DocType: Notification,Attach Print,Allega Stampa DocType: Assignment Rule,Assignment Rule,Regola di assegnazione apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},Nome utente consigliata: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,Giorno +DocType: Assignment Rule Day,Day,Giorno apps/frappe/frappe/public/js/frappe/desk.js,Modules,Moduli apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,Pagamento Effettuato apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,No {0} di posta @@ -2842,7 +2847,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,E-mai apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","Aggiornamento {0} di {1}, {2}" DocType: Auto Email Report,Filters Display,filtri di visualizzazione apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",Per poter apportare un emendamento è necessario che sia presente il campo "modificato_da" -DocType: Contact,Numbers,Numeri apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} ha apprezzato il tuo lavoro su {1} {2} apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,Salva filtri DocType: Address,Plant,Impianto @@ -2888,6 +2892,7 @@ DocType: Custom Script,Custom Script,Script Personalizzato DocType: Address,Address Line 2,Indirizzo 2 DocType: Address,Reference,Riferimento apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,Assegnato a +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Configura l'account e-mail predefinito da Imposta> E-mail> Account e-mail DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,Dati di mapping di migrazione dei dati DocType: Data Import,Action,Azione DocType: GSuite Settings,Script URL,URL dello script @@ -3057,6 +3062,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,Il tipo di documento {0} è stato ripetuto. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,valori modificati DocType: Workflow State,arrow-up,freccia-up +DocType: Dynamic Link,Link Document Type,Tipo di documento di collegamento apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,Dovrebbe esserci almeno una riga per la tabella {0} apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.","Per configurare la ripetizione automatica, abilitare "Consenti ripetizione automatica" da {0}." DocType: OAuth Bearer Token,Expires In,Scade tra @@ -3078,6 +3084,7 @@ DocType: Web Form,Button Label,Etichetta pulsante apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} elementi selezionati apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,sospendere invio apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,Autorizzazioni utente create correttamente +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,Recupero di documenti di ricerca globale predefiniti. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,Trascinare gli elementi della barra laterale per aggiungere. Trascinate di nuovo al cestino. DocType: Workflow State,resize-small,resize-small DocType: Address,Postal Code,Codice Postale @@ -3131,7 +3138,7 @@ DocType: Auto Repeat,End Date,Data di Fine DocType: Data Import,Ignore encoding errors,Ignora errori di codifica DocType: Chat Profile,Notifications,notifiche DocType: DocField,Column Break,Interruzione Colonna -DocType: Event,Thursday,Giovedì +DocType: Assignment Rule Day,Thursday,Giovedì apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,Non hai abbastanza punti di recensione apps/frappe/frappe/utils/response.py,You don't have permission to access this file,Non si dispone dell'autorizzazione per accedere a questo file apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,Salva segreto dell'API: @@ -3217,6 +3224,7 @@ DocType: S3 Backup Settings,ap-south-1,ap-sud-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,Scompattare apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},Valore errato nella riga {0}: {1} deve essere {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},I documenti Confermati non possono essere riconvertiti in Bozza. Riga di transazione{0} +DocType: Assignment Rule,Assignment Days,Giorni di assegnazione apps/frappe/frappe/desk/reportview.py,Deleting {0},Eliminazione {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,Selezionare un formato esistente per modificare o avviare un nuovo formato. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,Ignora controllo indirizzo IP limitato se è abilitato l'autenticazione a due fattori @@ -3289,6 +3297,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} mesi apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,I campi personalizzati possono essere aggiunti solo a un DocType standard. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,Creato da apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,Impostazione Dropbox +DocType: Assignment Rule Day,Assignment Rule Day,Giorno delle regole di assegnazione DocType: Workflow State,resize-horizontal,resize-orizzontale apps/frappe/frappe/templates/emails/download_data.html,Download Link,Link per scaricare DocType: Chat Message,Content,Contenuto @@ -3559,7 +3568,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,Aggiungere / DocType: Comment,Published,Pubblicato apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,Grazie per la vostra e-mail DocType: DocField,Small Text,Testo piccolo -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,Il numero {0} non può essere impostato come principale per il telefono e per il numero di cellulare DocType: Workflow,Allow approval for creator of the document,Consenti l'approvazione per il creatore del documento apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,Salva report DocType: Webhook,on_cancel,on_cancel @@ -3572,6 +3580,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,uguale apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',Opzioni 'Dynamic Link' il tipo di campo deve puntare ad un altro campo Link con opzioni come 'DocType' DocType: About Us Settings,Team Members Heading,Membri del team Rubrica apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,Invalid Formato CSV +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,「」の結果は見つかりませんでした
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,{0}のアクセス権限をリセットしますか? apps/frappe/frappe/config/desktop.py,Users and Permissions,ユーザーと権限 DocType: S3 Backup Settings,S3 Backup Settings,S3バックアップ設定 @@ -1847,7 +1850,7 @@ DocType: Communication Link,Link Title,リンクタイトル DocType: Workflow State,fast-backward,早戻し DocType: Address,Chandigarh,チャンディーガル市 DocType: DocShare,DocShare,文書共有 -DocType: Event,Friday,金曜日 +DocType: Assignment Rule Day,Friday,金曜日 apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,全画面編集 apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,オープンリストアイテム DocType: Report,Add Total Row,合計行を追加 @@ -1865,6 +1868,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,カスタマイ apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,許可された文書を表示 apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,この機能を使うにはpycupsをインストールする必要があります。 apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Googleカレンダーへの接続要求が正常に承認されました +DocType: Tag Link,Tag Link,タグリンク apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,チェーン・インテグリティ DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2007,6 +2011,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,ノート apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,エラーレポート apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,CSV / Excel形式でデータをエクスポートします。 +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,グローバル検索ドキュメントを設定します。 apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,次の認証アプリケーションが使用可能です: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0}は既に存在します。別の名前を選択 DocType: S3 Backup Settings,None,なし @@ -2019,6 +2024,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,この時点でログインは許可されていません。 DocType: Data Migration Run,Current Mapping Action,現在のマッピングアクション DocType: Dashboard Chart Source,Source Name,ソース名 +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,ユーザーに関連付けられたメールアカウントはありません。 [ユーザー]> [メール受信ボックス]でアカウントを追加してください。 DocType: Email Account,Email Sync Option,メール同期オプション apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,行番号 DocType: Async Task,Runtime,実行時間 @@ -2033,6 +2039,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,既にユ DocType: User Email,Enable Outgoing,送信を有効にする DocType: Address,Fax,FAX apps/frappe/frappe/config/customization.py,Custom Tags,カスタムタグ +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,メールアカウントが設定されていません。 [設定]> [メール]> [メールアカウント]から新しいメールアカウントを作成してください DocType: Comment,Submitted,提出済 DocType: Contact,Pulled from Google Contacts,Googleコンタクトから取得 apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,無効なリクエスト @@ -2107,7 +2114,6 @@ eval:doc.myfield=='My Value' eval:doc.age>18",ここで定義されたフィールド名が値を持っているかのルールが真(例)である場合にのみ、このフィールドが表示されます:myFieldでのeval:doc.myfield == 'マイ値'のeval:doc.age> 18 DocType: Social Login Key,Office 365,Office 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,今日 -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,デフォルトのアドレステンプレートが見つかりません。 [設定]> [印刷とブランディング]> [アドレステンプレート]から新しいものを作成してください。 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).",この設定によりユーザーはリンクのあるドキュメント(ブログ記事など)にアクセス可能となります(例:Blogger)。 DocType: Data Import Beta,Submit After Import,インポート後に送信 DocType: Error Log,Log of Scheduler Errors,スケジューラーのエラーログ @@ -2119,6 +2125,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,大文字 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,カスタムHTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,フォルダ名を入力 +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,デフォルトのアドレステンプレートが見つかりません。 [設定]> [印刷とブランディング]> [アドレステンプレート]から新しいものを作成してください。 apps/frappe/frappe/auth.py,Unknown User,未知のユーザ apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,役割を選択 DocType: Comment,Deleted,削除済 @@ -2319,7 +2326,6 @@ DocType: Address,Preferred Shipping Address,優先出荷住所 apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,レターヘッド付 apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0}が{1}に作成 apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},行{2}の{0}:{1}には使用できません。制限付きフィールド:{3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,メールアカウントが設定されていません。 [設定]> [メール]> [メールアカウント]から新しいメールアカウントを作成してください DocType: S3 Backup Settings,eu-west-1,eu-west-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.",これをチェックすると、有効なデータを持つ行がインポートされ、後でインポートするために無効な行が新しいファイルにダンプされます。 apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,文書は、ユーザーの役割によってのみ編集可能となります @@ -2386,7 +2392,6 @@ DocType: Contact,Passive,消極的 DocType: Auto Repeat,Accounts Manager,会計管理者 apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},{0} {1}の割り当て apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,支払がキャンセルされました。 -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,[設定]> [メール]> [メールアカウント]からデフォルトのメールアカウントを設定してください apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,ファイルタイプを選択 apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,すべて見る DocType: Help Article,Knowledge Base Editor,ナレッジベースエディター @@ -2428,6 +2433,7 @@ DocType: Workflow State,Warning,警告 apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,これは複数のページに印刷されるかもしれません DocType: Data Migration Run,Percent Complete,完了率 DocType: Tag Category,Tag Category,カテゴリーにタグ付け +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).",比較のために、> 5、<10または= 324を使用します。範囲の場合、5:10を使用します(5〜10の値の場合)。 DocType: Google Calendar,Pull from Google Calendar,Googleカレンダーから取得 apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,ヘルプ DocType: User,Login Before,ログイン前 @@ -2552,7 +2558,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,キャンセ DocType: Transaction Log,Checksum Version,チェックサムバージョン DocType: User,Allow Modules,許可モジュール DocType: Unhandled Email,Unhandled Email,未処理の電子メール -DocType: Event,Monday,月曜日 +DocType: Assignment Rule Day,Monday,月曜日 apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,長いキーボードパターンを利用します apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,処理... DocType: Data Import,Don't create new records,新しいレコードを作成しない @@ -2686,7 +2692,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,",システムマネージャーさん apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0}はこのタスクを割り当てられました:{1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,あなたの国 -DocType: Event,Sunday,日曜日 +DocType: Assignment Rule Day,Sunday,日曜日 apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}:フィールド名は{1}の1つにはできません apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,順位表 apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,グリッドビュー内 @@ -2726,7 +2732,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,Between DocType: Social Login Key,fairlogin,フェアログイン DocType: Async Task,Queued,キュー追加済 -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,[設定]> [フォームのカスタマイズ] DocType: Braintree Settings,Use Sandbox,サンドボックスを使用 apps/frappe/frappe/utils/goal.py,This month,今月 apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,新しいカスタム印刷フォーマット @@ -2820,7 +2825,7 @@ DocType: Workflow,States,状態 DocType: Notification,Attach Print,印刷を添付 DocType: Assignment Rule,Assignment Rule,割り当て規則 apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},推奨ユーザ名:{0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,日 +DocType: Assignment Rule Day,Day,日 apps/frappe/frappe/public/js/frappe/desk.js,Modules,モジュール apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,支払成功 apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,{0}メールはありません @@ -2848,7 +2853,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,メ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}",{1}、{2}の{0}を更新しています DocType: Auto Email Report,Filters Display,フィルタの表示 apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",修正を行うには、「amended_from」フィールドが存在する必要があります。 -DocType: Contact,Numbers,数字 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0}は{1} {2}での作業を高く評価しました apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,フィルタを保存 DocType: Address,Plant,プラント @@ -2894,6 +2898,7 @@ DocType: Custom Script,Custom Script,カスタムスクリプト DocType: Address,Address Line 2,住所2行目 DocType: Address,Reference,リファレンス apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,割当先 +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,[設定]> [メール]> [メールアカウント]からデフォルトのメールアカウントを設定してください DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,データ移行マッピングの詳細 DocType: Data Import,Action,アクション DocType: GSuite Settings,Script URL,スクリプトURL @@ -3062,6 +3067,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,ドキュメントタイプ{0}が繰り返されています。 apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,変更された値 DocType: Workflow State,arrow-up,上矢印 +DocType: Dynamic Link,Link Document Type,リンクドキュメントタイプ apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,{0}テーブルには少なくとも1行必要です apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.",自動繰り返しを設定するには、{0}から「自動繰り返しを許可する」を有効にします。 DocType: OAuth Bearer Token,Expires In,で有効期限 @@ -3083,6 +3089,7 @@ DocType: Web Form,Button Label,ボタンラベル apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,選択した{0}アイテム apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,送信サスペンド apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,正常に作成されたユーザー権限 +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,デフォルトのグローバル検索ドキュメントの取得。 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,追加するにはサイドバーから要素をドラッグします。ゴミ箱にドラッグして戻します。 DocType: Workflow State,resize-small,縮小アイコン DocType: Address,Postal Code,郵便番号 @@ -3136,7 +3143,7 @@ DocType: Auto Repeat,End Date,終了日 DocType: Data Import,Ignore encoding errors,エンコーディングエラーを無視する DocType: Chat Profile,Notifications,通知 DocType: DocField,Column Break,列区切り -DocType: Event,Thursday,木曜日 +DocType: Assignment Rule Day,Thursday,木曜日 apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,レビューポイントが足りません apps/frappe/frappe/utils/response.py,You don't have permission to access this file,このファイルにアクセスする権限がありません apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,APIシークレットを保存する: @@ -3222,6 +3229,7 @@ DocType: S3 Backup Settings,ap-south-1,ap-south-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,解凍 apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},行 {0} に誤った値:{1} は {2} {3}でなければなりません apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},提出されたドキュメントは、ドラフトに変換しなおすことができません。遷移行{0} +DocType: Assignment Rule,Assignment Days,割り当て日 apps/frappe/frappe/desk/reportview.py,Deleting {0},削除{0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,編集または新しいフォーマットを開始する場合、既存のフォーマットを選択してください DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,制限されたIPアドレスチェックをバイパスする2つのファクタ認証が有効な場合 @@ -3294,6 +3302,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0}ヶ apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,カスタムフィールドは標準のDocTypeにのみ追加できます。 apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,によって作成された apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,Dropboxのセットアップ +DocType: Assignment Rule Day,Assignment Rule Day,割り当てルールの日 DocType: Workflow State,resize-horizontal,横幅変更アイコン apps/frappe/frappe/templates/emails/download_data.html,Download Link,ダウンロードリンク DocType: Chat Message,Content,内容 @@ -3564,7 +3573,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,メールア DocType: Comment,Published,公開済 apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,メールいただきありがとうございます DocType: DocField,Small Text,小さいテキスト -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,番号{0}は、電話番号とモバイル番号のプライマリとして設定できません。 DocType: Workflow,Allow approval for creator of the document,文書作成者の承認を許可する apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,レポートを保存 DocType: Webhook,on_cancel,on_cancel @@ -3577,6 +3585,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,= apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',オプション「ダイナミックリンク」型のフィールドは「DocType」オプションなどの別のリンクフィールドを指している必要があります DocType: About Us Settings,Team Members Heading,チームメンバーの方針 apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,無効なCSV形式 +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,រកមិនឃើញលទ្ធផលសម្រាប់ '
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,សិទ្ធិកំណត់ឡើងសម្រាប់ {0}? apps/frappe/frappe/config/desktop.py,Users and Permissions,អ្នកប្រើនិងសិទ្ធិ DocType: S3 Backup Settings,S3 Backup Settings,ការកំណត់បម្រុងទុក S3 @@ -1821,7 +1824,7 @@ DocType: Communication Link,Link Title,ចំណងជើងតំណ DocType: Workflow State,fast-backward,ថយក្រោយលឿន DocType: Address,Chandigarh,Chandigarh DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,ថ្ងៃសុក្រ +DocType: Assignment Rule Day,Friday,ថ្ងៃសុក្រ apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,កែក្នុងទំព័រពេញលេញ apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,បើកធាតុបញ្ជី។ DocType: Report,Add Total Row,បន្ថែមសរុបជួរដេក @@ -1839,6 +1842,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,ប្ដូរ apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,មើលឯកសារដែលបានអនុញ្ញាត apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,អ្នកត្រូវតំឡើង pycups ដើម្បីប្រើមុខងារនេះ! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,សំណើភ្ជាប់របស់អ្នកទៅប្រតិទិន Google ត្រូវបានទទួលយកដោយជោគជ័យ +DocType: Tag Link,Tag Link,តំណភ្ជាប់ស្លាក apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,ច្រវ៉ាក់សុចរិត DocType: Data Export,CSV,ឯកសារ CSV DocType: Currency,"1 Currency = [?] Fraction @@ -1980,6 +1984,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,ចំណាំ apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,របាយការណ៍កំហុស & ‧; apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,នាំទិន្នន័យចេញជាទ្រង់ទ្រាយ CSV / Excel ។ +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,រៀបចំឯកសារស្វែងរកសកល។ apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,កម្មវិធីផ្ទៀងផ្ទាត់ដែលអ្នកអាចប្រើគឺ: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} មានរួចហើយ។ ជ្រើសរើសឈ្មោះផ្សេងទៀត DocType: S3 Backup Settings,None,គ្មាន @@ -1992,6 +1997,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,មិនអនុញ្ញាតឱ្យចូលនៅពេលនេះ DocType: Data Migration Run,Current Mapping Action,សកម្មភាពផ្គូផ្គងបច្ចុប្បន្ន DocType: Dashboard Chart Source,Source Name,ឈ្មោះប្រភព +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,គ្មានគណនីអ៊ីមែលដែលទាក់ទងនឹងអ្នកប្រើប្រាស់។ សូមបន្ថែមគណនីនៅក្រោមអ្នកប្រើ> ប្រអប់ទទួលអ៊ីម៉ែល។ DocType: Email Account,Email Sync Option,ធ្វើសមកាលកម្មជម្រើសអ៊ីម៉ែល apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,ជួរដេកលេខ DocType: Async Task,Runtime,ពេលរត់ @@ -2006,6 +2012,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,រួច DocType: User Email,Enable Outgoing,អនុញ្ញាតឱ្យចេញ DocType: Address,Fax,ទូរសារ apps/frappe/frappe/config/customization.py,Custom Tags,ស្លាកផ្ទាល់ខ្លួន +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,គណនីអ៊ីមែលមិនត្រូវបានរៀបចំទេ។ សូមបង្កើតគណនីអ៊ីម៉ែលថ្មីពីតំឡើង> អ៊ីមែល> គណនីអ៊ីម៉ែល DocType: Comment,Submitted,ផ្តល់ជូន DocType: Contact,Pulled from Google Contacts,ទាញចេញពី Google ទំនាក់ទំនង។ apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,ក្នុងសំណើត្រឹមត្រូវ @@ -2080,7 +2087,6 @@ eval:doc.myfield=='My Value' eval:doc.age>18",វាលនេះនឹងបង្ហាញតែប៉ុណ្ណោះប្រសិនបើបានកំណត់នៅទីនេះ fieldname តម្លៃឬច្បាប់ដែលមាននេះគឺជាការពិត (ឧទាហរណ៍): myfield eval: doc.myfield == 'តម្លៃរបស់ខ្ញុំ' eval: doc.age> 18 DocType: Social Login Key,Office 365,ការិយាល័យ 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,ថ្ងៃនេះ -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,រកមិនឃើញគំរូអាសយដ្ឋានលំនាំដើម។ សូមបង្កើតថ្មីមួយពីការតំឡើង> បោះពុម្ពនិងយីហោ> គំរូអាសយដ្ឋាន។ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).",នៅពេលដែលអ្នកបានកំណត់នេះអ្នកប្រើនឹងត្រូវបានចូលដំណើរការឯកសារដែលអាច (ឧ។ ប្រកាសកំណត់ហេតុបណ្ដាញ) ដែលជាកន្លែងដែលតំណនេះមាន (អ្នកសរសេរប្លុកឧ។ ) ។ DocType: Data Import Beta,Submit After Import,ដាក់ស្នើបន្ទាប់ពីនាំចូល។ DocType: Error Log,Log of Scheduler Errors,កំណត់ហេតុនៃកំហុសកម្មវិធីកំណត់ពេល @@ -2092,6 +2098,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,អក្សរធំ apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,HTML ផ្ទាល់ខ្លួន apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,បញ្ចូលឈ្មោះឱ្យថត +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,រកមិនឃើញគំរូអាសយដ្ឋានលំនាំដើម។ សូមបង្កើតថ្មីមួយពីការតំឡើង> បោះពុម្ពនិងយីហោ> គំរូអាសយដ្ឋាន។ apps/frappe/frappe/auth.py,Unknown User,អ្នកប្រើមិនស្គាល់ apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,ជ្រើសតួនាទី DocType: Comment,Deleted,ដែលបានលុប @@ -2289,7 +2296,6 @@ apps/frappe/frappe/public/js/frappe/social/pages/UserList.vue,No user found,រ DocType: Address,Preferred Shipping Address,ការដឹកជញ្ជូនអាសយដ្ឋានដែលពេញចិត្ត apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,ជាមួយនឹងក្បាលលិខិត apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} បានបង្កើតឡើងនេះ {1} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,គណនីអ៊ីមែលមិនត្រូវបានរៀបចំទេ។ សូមបង្កើតគណនីអ៊ីម៉ែលថ្មីពីតំឡើង> អ៊ីមែល> គណនីអ៊ីម៉ែល។ DocType: S3 Backup Settings,eu-west-1,អឺ - ខាងលិច -១ ។ DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.",បើធីកនេះជួរដេកដែលមានទិន្នន័យត្រឹមត្រូវនឹងត្រូវបាននាំចូលហើយជួរដេកមិនត្រឹមត្រូវនឹងត្រូវបានបោះចោលទៅក្នុងឯកសារថ្មីមួយសម្រាប់ឱ្យអ្នកនាំចូលនៅពេលក្រោយ។ apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,ឯកសារតែមួយគត់ដែលអាចកែបានដោយអ្នកប្រើនៃតួនាទី @@ -2355,7 +2361,6 @@ DocType: Contact,Passive,អកម្ម DocType: Auto Repeat,Accounts Manager,ការគ្រប់គ្រងគណនី apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},កិច្ចការសម្រាប់ {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,ការបង់ប្រាក់របស់អ្នកត្រូវបានលុបចោល។ -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,សូមរៀបចំគណនីអ៊ីមែលលំនាំដើមពីតំឡើង> អ៊ីមែល> គណនីអ៊ីមែល។ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,ជ្រើសប្រភេទឯកសារ apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,មើលទាំងអស់ DocType: Help Article,Knowledge Base Editor,កម្មវិធីនិពន្ធចំនេះដឹងមូលដ្ឋាន @@ -2397,6 +2402,7 @@ DocType: Workflow State,Warning,ព្រមាន & ‧; apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,វាអាចត្រូវបានបោះពុម្ពលើទំព័រជាច្រើន។ DocType: Data Migration Run,Percent Complete,ភាគរយពេញលេញ DocType: Tag Category,Tag Category,ប្រភេទស្លាក +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","សម្រាប់ការប្រៀបធៀបប្រើ> 5, <10 ឬ = 324 ។ សម្រាប់ជួរប្រើ 5:10 (សម្រាប់តម្លៃចន្លោះពី 5 និង 10) ។" DocType: Google Calendar,Pull from Google Calendar,ទាញពី Google ប្រតិទិន។ apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,សូមជួយ DocType: User,Login Before,ចូលមុនពេល @@ -2521,7 +2527,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,មិនអ DocType: Transaction Log,Checksum Version,កំណែ Checksum DocType: User,Allow Modules,អនុញ្ញាតម៉ូឌុល។ DocType: Unhandled Email,Unhandled Email,ដែលមិនបានដោះស្រាយអ៊ីមែល -DocType: Event,Monday,កាលពីថ្ងៃចន្ទ +DocType: Assignment Rule Day,Monday,កាលពីថ្ងៃចន្ទ apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,ធ្វើឱ្យការប្រើប្រាស់បានយូរជាងលំនាំក្តារចុច apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,កំពុងដំណើរការ ... DocType: Data Import,Don't create new records,កុំបង្កើតកំណត់ត្រាថ្មី @@ -2651,7 +2657,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,",ប្រព័ន្ធអ្នកគ្រប់គ្រងការជាទីគោរព apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} ខ្លួនឯងបានចាត់តាំងភារកិច្ចនេះ: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,ប្រទេសរបស់អ្នក -DocType: Event,Sunday,កាលពីថ្ងៃអាទិត្យ +DocType: Assignment Rule Day,Sunday,កាលពីថ្ងៃអាទិត្យ apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}៖ ឈ្មោះវាលមិនអាចជាផ្នែកមួយនៃ {1} apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,ជំហរ។ apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,ក្នុងក្រឡាចត្រង្គមើល @@ -2691,7 +2697,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,រវាង DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,បានដាក់ជាជួរ -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,រៀបចំ> ទម្រង់បែបបទតាមតម្រូវការ។ DocType: Braintree Settings,Use Sandbox,ប្រើសេនបក់ apps/frappe/frappe/utils/goal.py,This month,ខែនេះ apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,ញូទ្រង់ទ្រាយបោះពុម្ពផ្ទាល់ខ្លួន @@ -2787,7 +2792,7 @@ DocType: Workflow,States,អាមេរិច DocType: Notification,Attach Print,ភ្ជាប់បោះពុម្ព DocType: Assignment Rule,Assignment Rule,វិធានចាត់តាំង។ apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},ឈ្មោះអ្នកប្រើដែលបានស្នើ: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,ថ្ងៃ +DocType: Assignment Rule Day,Day,ថ្ងៃ apps/frappe/frappe/public/js/frappe/desk.js,Modules,ម៉ូឌុល apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,ទទួលបានភាពជោគជ័យក្នុងការទូទាត់ apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,គ្មានសំបុត្រ {0} @@ -2817,7 +2822,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,ប apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","កំពុងធ្វើបច្ចុប្បន្នភាព {0} នៃ {1}, {2}" DocType: Auto Email Report,Filters Display,បង្ហាញតម្រង apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",វាល "ដែលបានធ្វើវិសោធនកម្ម - ត្រូវតែមានវត្តមាន" ដើម្បីធ្វើវិសោធនកម្ម។ -DocType: Contact,Numbers,លេខ។ apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} បានកោតសរសើរចំពោះការងាររបស់អ្នកលើ {1} {2} apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,រក្សាទុកតម្រង។ DocType: Address,Plant,រោងចក្រ @@ -2863,6 +2867,7 @@ DocType: Custom Script,Custom Script,ស្គ្រីបផ្ទាល់ខ DocType: Address,Address Line 2,អាសយដ្ឋានបន្ទាត់ទី 2 DocType: Address,Reference,ឯកសារយោង apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,បានផ្ដល់តម្លៃទៅ +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,សូមរៀបចំគណនីអ៊ីមែលលំនាំដើមពីតំឡើង> អ៊ីមែល> គណនីអ៊ីមែល DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,ពត៌មានលំអិតផែនទីអន្តោប្រវេសន៍ទិន្នន័យ DocType: Data Import,Action,សកម្មភាព DocType: GSuite Settings,Script URL,URL ស្គ្រីប @@ -3030,6 +3035,7 @@ apps/frappe/frappe/database/database.py,Too many writes in one request. Please s apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Drive has been configured.,ថាសហ្គូហ្គលត្រូវបានកំណត់រចនាសម្ព័ន្ធ។ apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,តម្លៃផ្លាស់ប្តូរ DocType: Workflow State,arrow-up,ព្រួញឡើងលើ +DocType: Dynamic Link,Link Document Type,ប្រភេទឯកសារភ្ជាប់ apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,វាគួរតែមានយ៉ាងហោចណាស់ជួរដេកមួយសម្រាប់តារាង {0} ។ apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.",ដើម្បីកំណត់រចនាសម្ព័ន្ធការធ្វើម្តងទៀតដោយស្វ័យប្រវត្តិបើកដំណើរការ "អនុញ្ញាតឱ្យធ្វើម្តងទៀតដោយស្វ័យប្រវត្តិ" ពី {0} ។ DocType: OAuth Bearer Token,Expires In,ផុតកំណត់នៅ @@ -3051,6 +3057,7 @@ DocType: Web Form,Button Label,ស្លាកប៊ូតុង apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} ធាតុដែលបានជ្រើស apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,ផ្អាកការផ្ញើ apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,សិទ្ធិអ្នកប្រើប្រាស់បង្កើតដោយជោគជ័យ។ +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,ទៅរកឯកសារសកលដែលមានលំនាំដើម។ apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,ធាតុអូសចេញពីរបារចំហៀងបន្ថែម។ ទាញពួកគេត្រឡប់មកកាន់សំរាម។ DocType: Workflow State,resize-small,ផ្លាស់ប្តូរទំហំតូច DocType: Address,Postal Code,លេខកូដប្រៃសណីយ @@ -3103,7 +3110,7 @@ DocType: Auto Repeat,End Date,កាលបរិច្ឆេទបញ្ចប DocType: Data Import,Ignore encoding errors,មិនអើពើកំហុសការអ៊ិនកូដ DocType: Chat Profile,Notifications,ការជូនដំណឹង DocType: DocField,Column Break,ការបំបែកជួរឈរ -DocType: Event,Thursday,ថ្ងៃព្រហស្បតិ៍ +DocType: Assignment Rule Day,Thursday,ថ្ងៃព្រហស្បតិ៍ apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,អ្នកមិនមានចំណុចពិនិត្យគ្រប់គ្រាន់ទេ។ apps/frappe/frappe/utils/response.py,You don't have permission to access this file,អ្នកមិនមានសិទ្ធិចូលដំណើរការឯកសារនេះ apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,រក្សាទុក API សម្ងាត់: @@ -3164,6 +3171,7 @@ DocType: Workflow State,Workflow state represents the current state of a documen DocType: Letter Head,Letter Head Based On,លិខិតក្បាលផ្អែកលើ។ apps/frappe/frappe/utils/oauth.py,Token is missing,សញ្ញាសម្ងាត់ត្រូវបានបាត់ apps/frappe/frappe/www/update-password.html,Set Password,កំណត់ពាក្យសម្ងាត់។ +apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Successfully imported {0} records.,បាននាំចូលកំណត់ត្រា {0} ដោយជោគជ័យ។ apps/frappe/frappe/public/js/frappe/utils/utils.js,Note: Changing the Page Name will break previous URL to this page.,ចំណាំ: ការផ្លាស់ប្តូរឈ្មោះទំព័រនឹងបំបែក URL ដែលមុនទៅនឹងទំព័រនេះ។ apps/frappe/frappe/utils/file_manager.py,Removed {0},យកចេញ {0} DocType: SMS Settings,SMS Settings,កំណត់ការផ្ញើសារជាអក្សរ @@ -3185,6 +3193,7 @@ DocType: S3 Backup Settings,ap-south-1,ap-south-1 ។ apps/frappe/frappe/core/doctype/file/file.js,Unzip,ពន្លា apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},តម្លៃមិនត្រឹមត្រូវនៅក្នុងជួរ {0} {1} ត្រូវតែជា {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},ឯកសារដែលបានដាក់ស្នើមិនអាចត្រូវបានបម្លែងត្រឡប់មកវិញដើម្បីធ្វើសេចក្តីព្រាង។ ជួរដេកដែលបានផ្លាស់ប្តូរ {0} +DocType: Assignment Rule,Assignment Days,ថ្ងៃចាត់តាំង apps/frappe/frappe/desk/reportview.py,Deleting {0},ការលុប {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,ជ្រើសទ្រង់ទ្រាយដែលមានស្រាប់មួយដើម្បីកែសម្រួលឬចាប់ផ្តើមទៅជាទ្រង់ទ្រាយថ្មីមួយ។ DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,ការត្រួតពិនិត្យអាសយដ្ឋាន IP ដែលបានរឹតបណ្តឹងបានបិទប្រសិនបើមានពីរតួអក្សរ Auth បានបើក @@ -3257,6 +3266,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} ខ apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,វាលផ្ទាល់ខ្លួនអាចត្រូវបានបន្ថែមទៅតែឯកសារប្រភេទស្តង់ដារប៉ុណ្ណោះ។ apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,បានបង្កើតដោយ apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,ការដំឡើង Dropbox +DocType: Assignment Rule Day,Assignment Rule Day,ថ្ងៃចាត់វិធានការណ៍ DocType: Workflow State,resize-horizontal,ផ្លាស់ប្តូរទំហំ-ផ្ដេក apps/frappe/frappe/templates/emails/download_data.html,Download Link,ទាញយកតំណ។ DocType: Chat Message,Content,មាតិការ @@ -3515,7 +3525,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,បន្ថ DocType: Comment,Published,បោះពុម្ពផ្សាយ apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,សូមអរគុណអ្នកសម្រាប់អ៊ីម៉ែលរបស់អ្នក DocType: DocField,Small Text,អត្ថបទខ្នាតតូច -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,លេខ {0} មិនអាចត្រូវបានកំណត់ជាទូរស័ព្ទចល័តក៏ដូចជាលេខទូរស័ព្ទទេ។ DocType: Workflow,Allow approval for creator of the document,អនុញ្ញាតការអនុម័តសម្រាប់អ្នកបង្កើតឯកសារ apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,រក្សាទុករបាយការណ៍។ DocType: Webhook,on_cancel,on_cancel @@ -3528,6 +3537,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,ស្មើ apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',ប្រភេទជម្រើស 'គេហទំព័រភ្ជាប់ជាថាមវន្ត "របស់វាលត្រូវតែចង្អុលទៅវាលតំណផ្សេងទៀតជាមួយនឹងជម្រើសជា' ចង្អុលបង្ហាញ" DocType: About Us Settings,Team Members Heading,សមាជិកក្រុមក្បាល apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,ទ្រង់ទ្រាយជា CSV មិនត្រឹមត្រូវ +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,ಇದಕ್ಕಾಗಿ ಯಾವುದೇ ಫಲಿತಾಂಶಗಳು ಕಂಡುಬಂದಿಲ್ಲ
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,{0} ಅನುಮತಿಗಳನ್ನು ಮರುಹೊಂದಿಸಿ ? apps/frappe/frappe/config/desktop.py,Users and Permissions,ಬಳಕೆದಾರರು ಮತ್ತು ಅನುಮತಿಗಳು DocType: S3 Backup Settings,S3 Backup Settings,S3 ಬ್ಯಾಕಪ್ ಸೆಟ್ಟಿಂಗ್ಗಳು @@ -1826,7 +1826,7 @@ DocType: Communication Link,Link Title,ಲಿಂಕ್ ಶೀರ್ಷಿಕ DocType: Workflow State,fast-backward,ವೇಗವಾಗಿ ಹಿಂದುಳಿದ DocType: Address,Chandigarh,ಚಂಡೀಘಢ DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,ಶುಕ್ರವಾರ +DocType: Assignment Rule Day,Friday,ಶುಕ್ರವಾರ apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,ಪೂರ್ಣ ಪುಟ ಸಂಪಾದಿಸಿ apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,ಪಟ್ಟಿ ಐಟಂ ತೆರೆಯಿರಿ DocType: Report,Add Total Row,ಒಟ್ಟು ರೋ ಸೇರಿಸಿ @@ -1844,6 +1844,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,ಕಸ್ಟಮ apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,ಅನುಮತಿಸಲಾದ ಡಾಕ್ಯುಮೆಂಟ್ಗಳನ್ನು ವೀಕ್ಷಿಸಿ apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,ಈ ವೈಶಿಷ್ಟ್ಯವನ್ನು ಬಳಸಲು ನೀವು ಪೈಕ್ಅಪ್ಗಳನ್ನು ಸ್ಥಾಪಿಸಬೇಕಾಗಿದೆ! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Google ಕ್ಯಾಲೆಂಡರ್ಗೆ ನಿಮ್ಮ ಸಂಪರ್ಕ ವಿನಂತಿಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಸ್ವೀಕರಿಸಲಾಗಿದೆ +DocType: Tag Link,Tag Link,ಟ್ಯಾಗ್ ಲಿಂಕ್ apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,ಸರಣಿ ಸಮಗ್ರತೆ DocType: Data Export,CSV,ಜಿನ್ಯೂಮರಿಕ್ CSV DocType: Currency,"1 Currency = [?] Fraction @@ -1987,6 +1988,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,ನೋಡು apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,ದೋಷ ವರದಿ apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,CSV / Excel ಸ್ವರೂಪದಲ್ಲಿ ಡೇಟಾವನ್ನು ರಫ್ತು ಮಾಡಿ. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,ಜಾಗತಿಕ ಹುಡುಕಾಟ ದಾಖಲೆಗಳನ್ನು ಹೊಂದಿಸಲಾಗುತ್ತಿದೆ. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,ನೀವು ಬಳಸಬಹುದಾದ ದೃಢೀಕರಣದ ಅಪ್ಲಿಕೇಶನ್ಗಳು: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} ಈಗಾಗಲೇ ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ. ಮತ್ತೊಂದು ಹೆಸರನ್ನು ಆಯ್ಕೆ ಮಾಡಿ DocType: S3 Backup Settings,None,ಯಾವುದೂ @@ -1999,6 +2001,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,ಲಾಗಿನ್ ಈ ಸಮಯದಲ್ಲಿ ಅನುಮತಿಸಲಾಗುವುದಿಲ್ಲ DocType: Data Migration Run,Current Mapping Action,ಪ್ರಸ್ತುತ ಮ್ಯಾಪಿಂಗ್ ಕ್ರಿಯೆ DocType: Dashboard Chart Source,Source Name,ಮೂಲ ಹೆಸರು +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,ಬಳಕೆದಾರರೊಂದಿಗೆ ಯಾವುದೇ ಇಮೇಲ್ ಖಾತೆ ಸಂಯೋಜಿತವಾಗಿಲ್ಲ. ದಯವಿಟ್ಟು ಬಳಕೆದಾರ> ಇಮೇಲ್ ಇನ್ಬಾಕ್ಸ್ ಅಡಿಯಲ್ಲಿ ಖಾತೆಯನ್ನು ಸೇರಿಸಿ. DocType: Email Account,Email Sync Option,ಇಮೇಲ್ ಸಿಂಕ್ ಆಯ್ಕೆ apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,ಸಾಲು ಇಲ್ಲ DocType: Async Task,Runtime,ಚಾಲನಾಸಮಯ @@ -2013,6 +2016,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,ಈಗಾ DocType: User Email,Enable Outgoing,ಹೊರಹೋಗುವ ಸಕ್ರಿಯಗೊಳಿಸಿ DocType: Address,Fax,ಫ್ಯಾಕ್ಸ್ apps/frappe/frappe/config/customization.py,Custom Tags,ಕಸ್ಟಮ್ ಟ್ಯಾಗ್ಗಳು +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ಇಮೇಲ್ ಖಾತೆಯನ್ನು ಹೊಂದಿಸಲಾಗಿಲ್ಲ. ಸೆಟಪ್> ಇಮೇಲ್> ಇಮೇಲ್ ಖಾತೆಯಿಂದ ದಯವಿಟ್ಟು ಹೊಸ ಇಮೇಲ್ ಖಾತೆಯನ್ನು ರಚಿಸಿ DocType: Comment,Submitted,ಒಪ್ಪಿಸಿದ DocType: Contact,Pulled from Google Contacts,Google ಸಂಪರ್ಕಗಳಿಂದ ಎಳೆಯಲಾಗಿದೆ apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,ಅಮಾನ್ಯ ವಿನಂತಿ @@ -2089,7 +2093,6 @@ eval:doc.age>18",ಇಲ್ಲಿ ವ್ಯಾಖ್ಯಾನಿಸಲಾಗ DocType: Social Login Key,Office 365,ಕಚೇರಿ 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,ಇಂದು apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,ಇಂದು -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,ಡೀಫಾಲ್ಟ್ ವಿಳಾಸ ಟೆಂಪ್ಲೇಟ್ ಕಂಡುಬಂದಿಲ್ಲ. ದಯವಿಟ್ಟು ಸೆಟಪ್> ಪ್ರಿಂಟಿಂಗ್ ಮತ್ತು ಬ್ರ್ಯಾಂಡಿಂಗ್> ವಿಳಾಸ ಟೆಂಪ್ಲೇಟ್ನಿಂದ ಹೊಸದನ್ನು ರಚಿಸಿ. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","ನೀವು ಈ ಹೊಂದಿರಬೇಕು, ಬಳಕೆದಾರರು ಮಾತ್ರ ಸಾಧ್ಯವಾಗುತ್ತದೆ ಪ್ರವೇಶ ದಾಖಲೆಗಳನ್ನು ಲಿಂಕ್ ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ ಅಲ್ಲಿ ( ಉದಾ. ಬ್ಲಾಗ್ ಪೋಸ್ಟ್ ) ( ಉದಾ. ಬ್ಲಾಗರ್ ) ಇರುತ್ತದೆ ." DocType: Data Import Beta,Submit After Import,ಆಮದು ನಂತರ ಸಲ್ಲಿಸಿ DocType: Error Log,Log of Scheduler Errors,ಶೆಡ್ಯೂಲರ ತಪ್ಪುಗಳಿಗೆ ಲಾಗ್ @@ -2101,6 +2104,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,ಅಪ್ಪರ್ ಕೇಸ್ apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,ಕಸ್ಟಮ್ HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,ನಿರ್ದೇಶಿಕೆಯಹೆಸರನ್ನುನಮೂದಿಸಿ +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,ಡೀಫಾಲ್ಟ್ ವಿಳಾಸ ಟೆಂಪ್ಲೇಟ್ ಕಂಡುಬಂದಿಲ್ಲ. ದಯವಿಟ್ಟು ಸೆಟಪ್> ಪ್ರಿಂಟಿಂಗ್ ಮತ್ತು ಬ್ರ್ಯಾಂಡಿಂಗ್> ವಿಳಾಸ ಟೆಂಪ್ಲೇಟ್ನಿಂದ ಹೊಸದನ್ನು ರಚಿಸಿ. apps/frappe/frappe/auth.py,Unknown User,ಅಜ್ಞಾತ ಬಳಕೆದಾರ apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,ಆಯ್ಕೆ ಪಾತ್ರ DocType: Comment,Deleted,ಅಳಿಸಲಾಗಿದೆ @@ -2297,7 +2301,6 @@ apps/frappe/frappe/public/js/frappe/social/pages/UserList.vue,No user found,ಯ DocType: Address,Preferred Shipping Address,ಮೆಚ್ಚಿನ ಶಿಪ್ಪಿಂಗ್ ವಿಳಾಸ apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,ಪತ್ರ ತಲೆ apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} ದಾಖಲಿಸಿದವರು ಈ {1} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ಇಮೇಲ್ ಖಾತೆಯನ್ನು ಹೊಂದಿಸಲಾಗಿಲ್ಲ. ಸೆಟಪ್> ಇಮೇಲ್> ಇಮೇಲ್ ಖಾತೆಯಿಂದ ದಯವಿಟ್ಟು ಹೊಸ ಇಮೇಲ್ ಖಾತೆಯನ್ನು ರಚಿಸಿ DocType: S3 Backup Settings,eu-west-1,eu-west-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","ಇದನ್ನು ಪರಿಶೀಲಿಸಿದಲ್ಲಿ, ಮಾನ್ಯವಾದ ಡೇಟಾದೊಂದಿಗೆ ಸಾಲುಗಳನ್ನು ಆಮದು ಮಾಡಲಾಗುವುದು ಮತ್ತು ನಂತರ ನೀವು ಆಮದು ಮಾಡಲು ಅಮಾನ್ಯವಾದ ಸಾಲುಗಳನ್ನು ಹೊಸ ಫೈಲ್ಗೆ ಎಸೆಯಲಾಗುತ್ತದೆ." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,ಡಾಕ್ಯುಮೆಂಟ್ ಪಾತ್ರವನ್ನು ಬಳಕೆದಾರರು ಮಾತ್ರ ಸಂಪಾದಿಸಬಹುದು @@ -2364,7 +2367,6 @@ DocType: Contact,Passive,ನಿಷ್ಕ್ರಿಯ DocType: Auto Repeat,Accounts Manager,ಖಾತೆಗಳು ಮ್ಯಾನೇಜರ್ apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},{0} {1} ಗಾಗಿ ನಿಯೋಜನೆ apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,ನಿಮ್ಮ ಪಾವತಿ ರದ್ದುಪಡಿಸಲಾಗಿದೆ. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,ದಯವಿಟ್ಟು ಸೆಟಪ್> ಇಮೇಲ್> ಇಮೇಲ್ ಖಾತೆಯಿಂದ ಡೀಫಾಲ್ಟ್ ಇಮೇಲ್ ಖಾತೆಯನ್ನು ಹೊಂದಿಸಿ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,ಕಡತ ಬಗೆಯ apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,ಎಲ್ಲವನ್ನೂ ವೀಕ್ಷಿಸಿ DocType: Help Article,Knowledge Base Editor,ಜ್ಞಾನ ನೆಲೆ ಸಂಪಾದಕ @@ -2405,6 +2407,7 @@ DocType: Workflow State,Warning,ಎಚ್ಚರಿಕೆ apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,ಇದನ್ನು ಬಹು ಪುಟಗಳಲ್ಲಿ ಮುದ್ರಿಸಬಹುದು DocType: Data Migration Run,Percent Complete,ಪೂರ್ಣಗೊಂಡ ಶೇಕಡಾ DocType: Tag Category,Tag Category,ಟ್ಯಾಗ್ ವರ್ಗ +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","ಹೋಲಿಕೆಗಾಗಿ,> 5, <10 ಅಥವಾ = 324 ಬಳಸಿ. ಶ್ರೇಣಿಗಳಿಗಾಗಿ, 5:10 ಬಳಸಿ (5 ಮತ್ತು 10 ರ ನಡುವಿನ ಮೌಲ್ಯಗಳಿಗೆ)." DocType: Google Calendar,Pull from Google Calendar,Google ಕ್ಯಾಲೆಂಡರ್ನಿಂದ ಎಳೆಯಿರಿ apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,ಸಹಾಯ DocType: User,Login Before,ಮೊದಲು ಲಾಗಿನ್ ಆಗಿ @@ -2529,7 +2532,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,ರದ್ದ DocType: Transaction Log,Checksum Version,ಚೆಕ್ಸಮ್ ಆವೃತ್ತಿ DocType: User,Allow Modules,ಮಾಡ್ಯೂಲ್ಗಳನ್ನು ಅನುಮತಿಸಿ DocType: Unhandled Email,Unhandled Email,ನಿಭಾಯಿಸಲ್ಪಡದ ಇಮೇಲ್ -DocType: Event,Monday,ಸೋಮವಾರ +DocType: Assignment Rule Day,Monday,ಸೋಮವಾರ apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,ಮುಂದೆ ಕೀಬೋರ್ಡ್ ಪ್ರಕಾರಗಳನ್ನು ಬಳಸುತ್ತವೆ apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,ಪ್ರಕ್ರಿಯೆಗೊಳಿಸಲಾಗುತ್ತಿದೆ ... DocType: Data Import,Don't create new records,ಹೊಸ ದಾಖಲೆಗಳನ್ನು ರಚಿಸಬೇಡಿ @@ -2658,7 +2661,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","ಆತ್ಮೀಯ ವ್ಯವಸ್ಥೆ ಮ್ಯಾನೇಜರ್," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} ಸ್ವತಃ ಈ ಕಾರ್ಯವನ್ನು ನಿಯೋಜಿಸಲಾಗಿದೆ: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,ನಿನ್ನ ದೇಶ -DocType: Event,Sunday,ಭಾನುವಾರ +DocType: Assignment Rule Day,Sunday,ಭಾನುವಾರ apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,ಮಾನ್ಯತೆಗಳು apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,ಗ್ರಿಡ್ ವೀಕ್ಷಿಸಿ apps/frappe/frappe/desk/page/user_profile/user_profile.js,No More Activity,ಹೆಚ್ಚಿನ ಚಟುವಟಿಕೆ ಇಲ್ಲ @@ -2697,7 +2700,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,ನಡುವೆ DocType: Social Login Key,fairlogin,ನ್ಯಾಯವಾದಿ DocType: Async Task,Queued,ಸರತಿಯಲ್ಲಿ -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,ಸೆಟಪ್> ಫಾರ್ಮ್ ಅನ್ನು ಕಸ್ಟಮೈಸ್ ಮಾಡಿ DocType: Braintree Settings,Use Sandbox,ಸ್ಯಾಂಡ್ಬಾಕ್ಸ್ ಬಳಸಿ apps/frappe/frappe/utils/goal.py,This month,ಈ ತಿಂಗಳು apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,ಹೊಸ ಕಸ್ಟಮ್ ಪ್ರಿಂಟ್ ಸ್ವರೂಪ @@ -2791,7 +2793,7 @@ DocType: Workflow,States,ಸ್ಟೇಟ್ಸ್ DocType: Notification,Attach Print,ಪ್ರಿಂಟ್ ಲಗತ್ತಿಸಿ DocType: Assignment Rule,Assignment Rule,ನಿಯೋಜನೆ ನಿಯಮ apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},ಸಲಹೆ ಬಳಕೆದಾರ ಹೆಸರು: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,ದಿನ +DocType: Assignment Rule Day,Day,ದಿನ apps/frappe/frappe/public/js/frappe/desk.js,Modules,ಮಾಡ್ಯೂಲ್ಗಳು apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,ಪಾವತಿ ಯಶಸ್ಸು apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,ಯಾವುದೇ {0} ಮೇಲ್ @@ -2819,7 +2821,6 @@ apps/frappe/frappe/model/naming.py,Name not set via Prompt,ಪ್ರಾಂಪ್ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,ಇಮೇಲ್ ಇನ್ಬಾಕ್ಸ್ DocType: Auto Email Report,Filters Display,ಶೋಧಕಗಳು ಪ್ರದರ್ಶನ apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",ತಿದ್ದುಪಡಿ ಮಾಡಲು "ತಿದ್ದುಪಡಿ ಮಾಡಿದ_" ಕ್ಷೇತ್ರವು ಇರಬೇಕು. -DocType: Contact,Numbers,ಸಂಖ್ಯೆಗಳು apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,ಫಿಲ್ಟರ್ಗಳನ್ನು ಉಳಿಸಿ DocType: Address,Plant,ಗಿಡ apps/frappe/frappe/core/doctype/communication/communication.js,Reply All,ಎಲ್ಲರಿಗೂ ಪ್ರತ್ಯುತ್ತರ @@ -2864,6 +2865,7 @@ DocType: Custom Script,Custom Script,ಕಸ್ಟಮ್ ಲಿಪಿ DocType: Address,Address Line 2,ಲೈನ್ 2 ವಿಳಾಸ DocType: Address,Reference,ರೆಫರೆನ್ಸ್ apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,ನಿಯೋಜಿಸಲಾಗಿದೆ +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,ದಯವಿಟ್ಟು ಸೆಟಪ್> ಇಮೇಲ್> ಇಮೇಲ್ ಖಾತೆಯಿಂದ ಡೀಫಾಲ್ಟ್ ಇಮೇಲ್ ಖಾತೆಯನ್ನು ಹೊಂದಿಸಿ DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,ಡೇಟಾ ವಲಸೆ ಮ್ಯಾಪಿಂಗ್ ವಿವರ DocType: Data Import,Action,ಕ್ರಿಯೆ DocType: GSuite Settings,Script URL,ಸ್ಕ್ರಿಪ್ಟ್ URL @@ -3031,6 +3033,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,ಡಾಕ್ಯುಮೆಂಟ್ ಪ್ರಕಾರ {0} ಅನ್ನು ಪುನರಾವರ್ತಿಸಲಾಗಿದೆ. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,ಮೌಲ್ಯಗಳು ಬದಲಾವಣೆ DocType: Workflow State,arrow-up,ಬಾಣದ ಅಪ್ +DocType: Dynamic Link,Link Document Type,ಲಿಂಕ್ ಡಾಕ್ಯುಮೆಂಟ್ ಪ್ರಕಾರ apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,{0} ಕೋಷ್ಟಕಕ್ಕೆ ಕನಿಷ್ಠ ಒಂದು ಸಾಲು ಇರಬೇಕು DocType: OAuth Bearer Token,Expires In,ರಲ್ಲಿ ಮುಕ್ತಾಯಗೊಳ್ಳುತ್ತದೆ DocType: DocField,Allow on Submit,ಸಲ್ಲಿಸಿ ಮೇಲೆ ಅನುಮತಿಸಿ @@ -3051,6 +3054,7 @@ DocType: Web Form,Button Label,ಬಟನ್ ಲೇಬಲ್ apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} ಆಯ್ಕೆಮಾಡಿದ ಐಟಂಗಳನ್ನು apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,ಸಸ್ಪೆಂಡ್ ಕಳುಹಿಸಲಾಗುತ್ತಿದೆ apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,ಬಳಕೆದಾರರ ಅನುಮತಿಗಳನ್ನು ಯಶಸ್ವಿಯಾಗಿ ರಚಿಸಲಾಗಿದೆ +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,ಡೀಫಾಲ್ಟ್ ಜಾಗತಿಕ ಹುಡುಕಾಟ ದಾಖಲೆಗಳನ್ನು ಪಡೆಯಲಾಗುತ್ತಿದೆ. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,ಸೈಡ್ಬಾರ್ನಲ್ಲಿ ಎಳೆ ಅಂಶಗಳನ್ನು ಸೇರಿಸಲು. ಕಸದ ಮತ್ತೆ ಅವುಗಳನ್ನು ಎಳೆಯಿರಿ. DocType: Workflow State,resize-small,ಮರುಗಾತ್ರಗೊಳಿಸಿ ಸಣ್ಣ DocType: Address,Postal Code,ಅಂಚೆ ಕೋಡ್ @@ -3103,7 +3107,7 @@ DocType: Auto Repeat,End Date,ಅಂತಿಮ ದಿನಾಂಕ DocType: Data Import,Ignore encoding errors,ಎನ್ಕೋಡಿಂಗ್ ದೋಷಗಳನ್ನು ನಿರ್ಲಕ್ಷಿಸಿ DocType: Chat Profile,Notifications,ಅಧಿಸೂಚನೆಗಳು DocType: DocField,Column Break,ಕಾಲಮ್ ಬ್ರೇಕ್ -DocType: Event,Thursday,ಗುರುವಾರ +DocType: Assignment Rule Day,Thursday,ಗುರುವಾರ apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,ನೀವು ಸಾಕಷ್ಟು ವಿಮರ್ಶೆ ಅಂಕಗಳನ್ನು ಹೊಂದಿಲ್ಲ apps/frappe/frappe/utils/response.py,You don't have permission to access this file,ಈ ಫೈಲ್ ಅನ್ನು ಪ್ರವೇಶಿಸಲು ಅನುಮತಿ ಇಲ್ಲ apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,API ಸೀಕ್ರೆಟ್ ಉಳಿಸಿ: @@ -3187,6 +3191,7 @@ DocType: S3 Backup Settings,ap-south-1,ap-south-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,ಕುಗ್ಗಿಸಿದ apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},ತಪ್ಪಾದ ಮೌಲ್ಯವನ್ನು ಸತತವಾಗಿ {0} : {1} ಇರಬೇಕು {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},ಸಲ್ಲಿಸಿದ ಡಾಕ್ಯುಮೆಂಟ್ ಕರಡುಪ್ರತಿಯನ್ನು ಪರಿವರ್ತಿಸಬಹುದಾದ ಸಾಧ್ಯವಿಲ್ಲ . +DocType: Assignment Rule,Assignment Days,ನಿಯೋಜನೆ ದಿನಗಳು apps/frappe/frappe/desk/reportview.py,Deleting {0},ಅಳಿಸಲಾಗುತ್ತಿದೆ {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,ಸಂಪಾದಿಸಲು ಅಥವಾ ಹೊಸ ರೂಪದಲ್ಲಿ ಆರಂಭಿಸಲು ಅಸ್ತಿತ್ವದಲ್ಲಿರುವ ಪ್ರಕಾರವನ್ನು ಆಯ್ಕೆಮಾಡಿ. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,ಬೈಪಾಸ್ ನಿರ್ಬಂಧಿತ ಐಪಿ ವಿಳಾಸ ಚೆಕ್ ಎರಡು ಫ್ಯಾಕ್ಟರ್ ದೃಢೀಕರಣವನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಿದರೆ @@ -3258,6 +3263,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} ತ apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,ಕಸ್ಟಮ್ ಕ್ಷೇತ್ರಗಳನ್ನು ಪ್ರಮಾಣಿತ ಡಾಕ್ಟೈಪ್ಗೆ ಮಾತ್ರ ಸೇರಿಸಬಹುದು. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,ದಾಖಲಿಸಿದವರು apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,ಡ್ರಾಪ್ಬಾಕ್ಸ್ ಸೆಟಪ್ +DocType: Assignment Rule Day,Assignment Rule Day,ನಿಯೋಜನೆ ನಿಯಮ ದಿನ DocType: Workflow State,resize-horizontal,ಅಡ್ಡಲಾಗಿ ಮರುಗಾತ್ರಗೊಳಿಸಿ apps/frappe/frappe/templates/emails/download_data.html,Download Link,ಲಿಂಕ್ ಡೌನ್ಲೋಡ್ ಮಾಡಿ DocType: Chat Message,Content,ವಿಷಯ @@ -3273,6 +3279,7 @@ apps/frappe/frappe/public/js/frappe/form/print.js,Attempting to launch QZ Tray.. DocType: Assignment Rule,Example: {{ subject }},ಉದಾಹರಣೆ: {{ವಿಷಯ}} DocType: DocField,Code,ಕೋಡ್ DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","ಎಲ್ಲಾ ಸಂಭಾವ್ಯ ವರ್ಕ್ಫ್ಲೋ ಸ್ಟೇಟ್ಸ್ ಮತ್ತು ಕೆಲಸದೊತ್ತಡದ ಪಾತ್ರಗಳಿಗೆ. Docstatus ಆಯ್ಕೆಗಳು: 0 "ಉಳಿಸಿದ", ಆಗಿದೆ 1 "ಸಲ್ಲಿಸಿದ" ಮತ್ತು 2 "ರದ್ದುಗೊಳಿಸಲಾಗಿದೆ" ಇದೆ" +apps/frappe/frappe/printing/doctype/print_format/print_format.py,{0} are required,{0} ಅಗತ್ಯವಿದೆ apps/frappe/frappe/desk/doctype/dashboard_chart/dashboard_chart.js,Last Modified On,ಕೊನೆಯದಾಗಿ ಮಾರ್ಪಡಿಸಿರುವುದು apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Permissions at level 0 are Document Level permissions, i.e. they are primary for access to the document.","ಅವರು ಡಾಕ್ಯುಮೆಂಟ್ ಪ್ರವೇಶವನ್ನು ಪ್ರಾಥಮಿಕ ಇವೆ ಅಂದರೆ ಮಟ್ಟದ 0 ಅನುಮತಿಗಳು, ಡಾಕ್ಯುಮೆಂಟ್ ಮಟ್ಟ ಅನುಮತಿಗಳನ್ನು ಗಳು." DocType: Auto Repeat,Print Format,ಪ್ರಿಂಟ್ ಫಾರ್ಮ್ಯಾಟ್ @@ -3535,6 +3542,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,ಸಮ apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',ಕ್ಷೇತ್ರದ ಆಯ್ಕೆಗಳು 'ಡೈನಾಮಿಕ್ ಲಿಂಕ್' ಮಾದರಿ 'doctype' ಎಂದು ಆಯ್ಕೆಗಳು ಮತ್ತೊಂದು ಲಿಂಕ್ ಫೀಲ್ಡ್ ಬೆಟ್ಟು ಮಾಡಬೇಕು DocType: About Us Settings,Team Members Heading,ಶಿರೋನಾಮೆ ತಂಡದ ಸದಸ್ಯರು apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,ಅಮಾನ್ಯ CSV ಫಾರ್ಮ್ಯಾಟ್ನಲ್ಲಿ +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,'에 대한 검색 결과가 없습니다.
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,{0}에 대한 사용 권한을 다시 설정? apps/frappe/frappe/config/desktop.py,Users and Permissions,사용자 및 권한 DocType: S3 Backup Settings,S3 Backup Settings,S3 백업 설정 @@ -1865,7 +1867,7 @@ DocType: Communication Link,Link Title,링크 타이틀 DocType: Workflow State,fast-backward,되감기 DocType: Address,Chandigarh,찬디 가르 DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,금요일 +DocType: Assignment Rule Day,Friday,금요일 apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,전체 페이지 편집 apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,목록 항목 열기 DocType: Report,Add Total Row,요약 행에게 추가 @@ -1883,6 +1885,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,사용자 지정 apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,허용 된 문서보기 apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,이 기능을 사용하려면 별똥별을 설치해야합니다! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Google 캘린더에 대한 연결 요청이 성공적으로 승인되었습니다. +DocType: Tag Link,Tag Link,태그 링크 apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,체인 무결성 DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2027,6 +2030,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,정보 apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,오류 보고서 apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,CSV / Excel 형식으로 데이터를 내 보냅니다. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,글로벌 검색 문서 설정 apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,인증 응용 프로그램은 다음과 같습니다. apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0}이 (가) 이미 있습니다. 다른 이름 선택 DocType: S3 Backup Settings,None,없음 @@ -2039,6 +2043,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,로그인이 시간에 허용되지 DocType: Data Migration Run,Current Mapping Action,현재 매핑 작업 DocType: Dashboard Chart Source,Source Name,원본 이름 +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,사용자와 연결된 이메일 계정이 없습니다. 사용자> 이메일받은 편지함에 계정을 추가하십시오. DocType: Email Account,Email Sync Option,이메일 동기화 옵션 apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,행 번호 DocType: Async Task,Runtime,런타임 @@ -2053,6 +2058,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,사용자 DocType: User Email,Enable Outgoing,보내는 사용 DocType: Address,Fax,팩스 apps/frappe/frappe/config/customization.py,Custom Tags,사용자 정의 태그 +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,이메일 계정이 설정되지 않았습니다. 설정> 이메일> 이메일 계정에서 새 이메일 계정을 만드십시오 DocType: Comment,Submitted,제출 DocType: Contact,Pulled from Google Contacts,Google 주소록에서 가져옴 apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,잘못된 요청 @@ -2130,7 +2136,6 @@ eval:doc.age>18",여기에 정의 된 필드 이름 값을 가지고 또는 DocType: Social Login Key,Office 365,Office 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,오늘 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,오늘 -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,기본 주소 템플릿이 없습니다. 설정> 인쇄 및 브랜딩> 주소 템플릿에서 새로 만드십시오. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","이 설정되면, 사용자는 수 액세스 문서 (예 될 것입니다링크가 존재하는 블로그의 포스트) (예 :블로거)." DocType: Data Import Beta,Submit After Import,수입 후 제출 DocType: Error Log,Log of Scheduler Errors,스케줄러 오류의 로그 @@ -2142,6 +2147,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,대문자 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,사용자 정의 HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,폴더 이름을 입력합니다 +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,기본 주소 템플릿이 없습니다. 설정> 인쇄 및 브랜딩> 주소 템플릿에서 새로 만드십시오. apps/frappe/frappe/auth.py,Unknown User,알 수없는 사용자 apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,역할 선택 DocType: Comment,Deleted,삭제 @@ -2344,7 +2350,6 @@ DocType: Address,Preferred Shipping Address,선호하는 배송 주소 apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,편지 머리 apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} 작성이 {1} apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},행 {2}에서 {0} : {1}에 대해 허용되지 않습니다. 제한된 필드 : {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,이메일 계정이 설정되지 않았습니다. 설정> 이메일> 이메일 계정에서 새 이메일 계정을 만드십시오 DocType: S3 Backup Settings,eu-west-1,서해 -1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.",이 옵션을 선택하면 유효한 데이터가있는 행을 가져오고 나중에 가져올 수 있도록 잘못된 행이 새 파일로 덤프됩니다. apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,문서 역할의 사용자 만 편집 할 수 있습니다 @@ -2412,7 +2417,6 @@ DocType: Contact,Passive,수동 DocType: Auto Repeat,Accounts Manager,계정 관리자 apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},{0} {1}에 대한 과제 apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,결제가 취소되었습니다. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,설정> 이메일> 이메일 계정에서 기본 이메일 계정을 설정하십시오 apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,선택 파일 형식 apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,모두보기 DocType: Help Article,Knowledge Base Editor,기술 자료 편집기 @@ -2454,6 +2458,7 @@ DocType: Workflow State,Warning,경고 apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,여러 페이지에 인쇄 될 수 있습니다. DocType: Data Migration Run,Percent Complete,완료율 DocType: Tag Category,Tag Category,태그 카테고리 +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","비교하려면> 5, <10 또는 = 324를 사용하십시오. 범위의 경우 5:10을 사용하십시오 (5와 10 사이의 값)." DocType: Google Calendar,Pull from Google Calendar,Google 캘린더에서 가져 오기 apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,도움말 DocType: User,Login Before,전에 로그인 @@ -2580,7 +2585,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,취소 문 DocType: Transaction Log,Checksum Version,체크섬 버전 DocType: User,Allow Modules,모듈 허용 DocType: Unhandled Email,Unhandled Email,처리되지 않은 이메일 -DocType: Event,Monday,월요일 +DocType: Assignment Rule Day,Monday,월요일 apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,이상 키보드 패턴 활용 apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,처리 중 ... DocType: Data Import,Don't create new records,새 레코드를 만들지 마라. @@ -2712,7 +2717,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","친애하는 시스템 관리자," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0}자가이 작업을 할당했습니다 : {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,귀하의 국가 -DocType: Event,Sunday,일요일 +DocType: Assignment Rule Day,Sunday,일요일 apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0} : 필드 이름은 {1} 중 하나 일 수 없습니다 apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,순위 apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,격자보기에서 @@ -2752,7 +2757,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,중에서 DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,대기 중 -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,설정> 양식 사용자 정의 DocType: Braintree Settings,Use Sandbox,사용 샌드 박스 apps/frappe/frappe/utils/goal.py,This month,이번 달 apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,새 사용자 정의 인쇄 형식 @@ -2848,7 +2852,7 @@ DocType: Workflow,States,미국 DocType: Notification,Attach Print,출력물 첨부 DocType: Assignment Rule,Assignment Rule,배정 규칙 apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},추천 아이디 : {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,일 +DocType: Assignment Rule Day,Day,일 apps/frappe/frappe/public/js/frappe/desk.js,Modules,모듈 apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,결제 성공 apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,없음 {0} 메일 없다 @@ -2878,7 +2882,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,이 apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","{1}, {2}의 {0} 업데이트" DocType: Auto Email Report,Filters Display,필터 표시 apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",수정하려면 "amended_from"필드가 있어야합니다. -DocType: Contact,Numbers,번호 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} 님의 {1} {2} 작업에 감사드립니다. apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,필터 저장 DocType: Address,Plant,심기 @@ -2924,6 +2927,7 @@ DocType: Custom Script,Custom Script,사용자 정의 스크립트 DocType: Address,Address Line 2,2 호선 주소 DocType: Address,Reference,참고 apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,담당자 +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,설정> 이메일> 이메일 계정에서 기본 이메일 계정을 설정하십시오 DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,데이터 마이그레이션 매핑 세부 정보 DocType: Data Import,Action,수행 DocType: GSuite Settings,Script URL,스크립트 URL @@ -3094,6 +3098,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,문서 유형 {0}이 (가) 반복되었습니다. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,값 변경 DocType: Workflow State,arrow-up,화살표까지 +DocType: Dynamic Link,Link Document Type,링크 문서 유형 apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,{0} 테이블에 대해 최소한 하나의 행이 있어야합니다 apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.",자동 반복을 구성하려면 {0}에서 "자동 반복 허용"을 활성화하십시오. DocType: OAuth Bearer Token,Expires In,에 만료 @@ -3115,6 +3120,7 @@ DocType: Web Form,Button Label,단추 레이블 apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,선택 {0} 항목 apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,전송 일시 중단 apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,사용자 권한이 성공적으로 생성되었습니다. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,기본 전역 검색 문서를 가져 오는 중입니다. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,사이드 바에서 드래그 요소를 추가 할 수 있습니다.휴지통으로 다시 끕니다. DocType: Workflow State,resize-small,크기를 작은 DocType: Address,Postal Code,우편 번호 @@ -3168,7 +3174,7 @@ DocType: Auto Repeat,End Date,끝 날짜 DocType: Data Import,Ignore encoding errors,인코딩 오류 무시 DocType: Chat Profile,Notifications,알림 DocType: DocField,Column Break,단 나누기 -DocType: Event,Thursday,목요일 +DocType: Assignment Rule Day,Thursday,목요일 apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,리뷰 포인트가 충분하지 않습니다. apps/frappe/frappe/utils/response.py,You don't have permission to access this file,이 파일을 액세스 할 수있는 권한이 없습니다 apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,API 비밀번호 저장 : @@ -3254,6 +3260,7 @@ DocType: S3 Backup Settings,ap-south-1,남북 - 1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,압축 해제 apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},잘못된 값은 행의 {0} {1}해야합니다 {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},제출 된 문서는 초안으로 변환 할 수 없습니다. 전환 행 {0} +DocType: Assignment Rule,Assignment Days,과제 일 apps/frappe/frappe/desk/reportview.py,Deleting {0},삭제 {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,편집하거나 새로운 형식을 시작하는 기존의 형식을 선택합니다. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,제한된 IP 주소 무시 2 가지 요소 인증이 활성화 된 경우 @@ -3326,6 +3333,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} 개 apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,맞춤 입력란은 표준 DocType에만 추가 할 수 있습니다. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,제작 apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,드롭 박스 설치 +DocType: Assignment Rule Day,Assignment Rule Day,배정 규칙의 날 DocType: Workflow State,resize-horizontal,크기를 수평 apps/frappe/frappe/templates/emails/download_data.html,Download Link,다운로드 링크 DocType: Chat Message,Content,목차 @@ -3600,7 +3608,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,이메일 계 DocType: Comment,Published,출판 apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,이메일 주셔서 감사합니다 DocType: DocField,Small Text,작은 텍스트용 -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,전화 번호와 휴대 전화 번호를 {0} (으)로 설정할 수 없습니다. DocType: Workflow,Allow approval for creator of the document,문서 작성자에게 승인 허용 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,보고서 저장 DocType: Webhook,on_cancel,on_cancel @@ -3613,6 +3620,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,같음 apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',필드의 옵션 '동적 링크'형식이 '문서 종류'등의 옵션이 다른 링크 필드를 지정해야합니다 DocType: About Us Settings,Team Members Heading,제목 팀원 apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,잘못된 CSV 형식 +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,"Ti encam nehat dîtin ji bo '
" apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,Permissions Reset ji bo {0}? apps/frappe/frappe/config/desktop.py,Users and Permissions,Bikarhêner û Permissions DocType: S3 Backup Settings,S3 Backup Settings,S3 Backup Settings @@ -1825,7 +1826,7 @@ DocType: Communication Link,Link Title,Title Link DocType: Workflow State,fast-backward,fast-bi paş ve DocType: Address,Chandigarh,Chandigarh DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,Roja Înê +DocType: Assignment Rule Day,Friday,Roja Înê apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,Edit li rûpel tije apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,Tişta lîsteya vekirî DocType: Report,Add Total Row,Lê zêde bike Total Row @@ -1843,6 +1844,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,kesanekirina apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,Dokumentên Permalink apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,Hûn hewce ne ku pycups saz bikin ku vê taybetmendiyê bikar bînin! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Girêdana pêwendiya we ya Google Calendar bi serkeftî hat qebûl kirin +DocType: Tag Link,Tag Link,Girêdana Tag apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,Pêdengiya Çînê DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -1985,6 +1987,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,Not apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,Error Report apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,Dabeşkirina Danûstandinê di formata CSV / Excel. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,Damezrandina belgeyên Lêgerîna Gloverî. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,Hûn dikarin bikar bînin: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} already exists. Navê din hilbijêre DocType: S3 Backup Settings,None,Netû @@ -1997,6 +2000,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,Têketinê di vê demê de destûr ne DocType: Data Migration Run,Current Mapping Action,Çalakiya Mapping Current DocType: Dashboard Chart Source,Source Name,Navê Source +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,Ne hesabek e-nameyê bi bikarhênerê re têkildar e. Ji kerema xwe hesabek di bin Bikarhêner> E-nameya Emailê de zêde bikin. DocType: Email Account,Email Sync Option,Email Syncê Vebijarka apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,Row No DocType: Async Task,Runtime,Runtime @@ -2010,6 +2014,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,Jixwe di DocType: User Email,Enable Outgoing,çalak Afganî DocType: Address,Fax,Fax apps/frappe/frappe/config/customization.py,Custom Tags,Custom Tags +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Hesabê e-nameyê nehatiye saz kirin. Ji kerema xwe ji Sîstema> E-name> Hesaba E-nameyê hesabek e-nameyek nû biafirînin DocType: Comment,Submitted,şandin DocType: Contact,Pulled from Google Contacts,Ji Têkiliyên Google vekişand apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,Di daxwaza rast de @@ -2086,7 +2091,6 @@ eval:doc.age>18","Ev qada wê derkevin, wê bi tenê dikarî eger fieldname d DocType: Social Login Key,Office 365,Office 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,Îro apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,Îro -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Temablonê navnîşa xwerû nehat dîtin. Ji kerema xwe ji Setup> çapkirin û Berfirehkirina> Temablonê Navnîşan a nû çêbikin. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","Piştî ku we ev ava kir, bikarhênerên bi tenê dikarî wê belgeyên ketina nikarin bibin (wek nimûne. Blog Post) li cihê ku link heye (wek nimûne. Blogger)." DocType: Data Import Beta,Submit After Import,Piştî Importê bişînin DocType: Error Log,Log of Scheduler Errors,Têkeve ji Errors Tevlîhevker @@ -2097,6 +2101,7 @@ apps/frappe/frappe/core/doctype/data_export/exporter.py,Parent is the name of th DocType: DocType,UPPER CASE,Upper Case apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,HTML Custom apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,Navê peldankê binivîse +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Temablonê navnîşa xwerû nehat dîtin. Ji kerema xwe ji Modela Sêwiranê> çapkirin û Berfirehkirina> Navnîşek nû çêbikin. apps/frappe/frappe/auth.py,Unknown User,Bikarhêner apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,Hilbijêre Role DocType: Comment,Deleted,deleted @@ -2292,7 +2297,6 @@ apps/frappe/frappe/public/js/frappe/social/pages/UserList.vue,No user found,Bika DocType: Address,Preferred Shipping Address,Tercîh Navnîşana Şandinê apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,Bi serê Letter apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} tên afirandin ev {1} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Hesabê e-nameyê nehatiye saz kirin. Ji kerema xwe ji Sîstema> E-name> Hesabê Email-ê hesabek e-nameyek nû çêkin DocType: S3 Backup Settings,eu-west-1,eu-west-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","Heke ku ev tête kontrolkirin, daneyên ku bi daneyên derbasdar ên derbasdar dê bêne veguhastin û rêzikên çewt dê dê ji bo ku hûn veguhestin pelê nû nabe." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,Dokumentê tenê ji aliyê bikarhênerên rola editable e @@ -2359,7 +2363,6 @@ DocType: Contact,Passive,Nejîr DocType: Auto Repeat,Accounts Manager,Manager bikarhênerên apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},Ji bo {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,perê te betal e. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Ji kerema xwe ji Sîstema> E-name> Hesabê E-nameya Rast Ji Bila Hesabê E-nameyê saz bike apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,Hilbijêre File Type apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,View All DocType: Help Article,Knowledge Base Editor,Knowledge Nawy Base @@ -2400,6 +2403,7 @@ DocType: Workflow State,Warning,Gazî apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,Dibe ku ev li gelek rûpelan were çap kirin DocType: Data Migration Run,Percent Complete,Perî Têr DocType: Tag Category,Tag Category,Tag Kategorî +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","Ji bo berhevdanê,> 5, <10 an = 324 bikar bînin. Ji bo rêzan, 5:10 bikar bînin (ji bo nirxên di navbera 5 & 10)." DocType: Google Calendar,Pull from Google Calendar,Ji Salnameya Google-ê dakêşin apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,Alîkarî DocType: User,Login Before,Login Berî @@ -2524,7 +2528,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,Dikarin belg DocType: Transaction Log,Checksum Version,Zebûr DocType: User,Allow Modules,Modulên destûr bidin DocType: Unhandled Email,Unhandled Email,nefehmkirî Email -DocType: Event,Monday,Duşem +DocType: Assignment Rule Day,Monday,Duşem apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,Make bikaranîna qalibên Klavyeya êdî apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,Xebitandinî... DocType: Data Import,Don't create new records,Daxuyaniyên nû nabe @@ -2652,7 +2656,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","Manager System hêja," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} xwe bi vî karî ve diyar kir: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,Welatê xwe -DocType: Event,Sunday,Yekşem +DocType: Assignment Rule Day,Sunday,Yekşem apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: Navê qadê nikare yek ji {1} be apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,Helwestan apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,Li Grid View @@ -2691,7 +2695,6 @@ apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py,Mx,mx apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,Navber DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,li hêvîya -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Setup> Forma Sêwiranê DocType: Braintree Settings,Use Sandbox,bikaranîna Ceriban apps/frappe/frappe/utils/goal.py,This month,Vê mehê apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,New Format Custom bo çapkirinê @@ -2785,7 +2788,7 @@ DocType: Workflow,States,Amerîka DocType: Notification,Attach Print,attach bo çapkirinê DocType: Assignment Rule,Assignment Rule,Rêzika erkdariyê apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},Username pêşniyar: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,Roj +DocType: Assignment Rule Day,Day,Roj apps/frappe/frappe/public/js/frappe/desk.js,Modules,modules apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,Serkeftina Payment apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,No {0} mail @@ -2811,7 +2814,6 @@ apps/frappe/frappe/model/naming.py,Name not set via Prompt,Navê via Prompt set apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,Inbox Email DocType: Auto Email Report,Filters Display,Parzûn Display apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",Di qada "amaded_from" de pêdivî ye ku guhastin were kirin. -DocType: Contact,Numbers,Hejmar apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} xebatên we yên li ser {1} {2} nirxand. apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,Parzûnan hilînin DocType: Address,Plant,Karxane @@ -2857,6 +2859,7 @@ DocType: Custom Script,Custom Script,Script Custom DocType: Address,Address Line 2,Line Address 2 DocType: Address,Reference,Balkêşî apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,rêdan û To +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Ji kerema xwe ji Sîstema> E-name> Hesabê E-nameya Rast Ji Bila Hesabê E-nameyê saz bike DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,Migration Detailed Data Data DocType: Data Import,Action,Çalakî DocType: GSuite Settings,Script URL,URL script @@ -3022,6 +3025,7 @@ apps/frappe/frappe/database/database.py,Too many writes in one request. Please s apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Drive has been configured.,Google Drive hatiye mîheng kirin. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,nirxên Guherî DocType: Workflow State,arrow-up,tîra-up +DocType: Dynamic Link,Link Document Type,Type Document Link DocType: OAuth Bearer Token,Expires In,bidawîbûnê In DocType: DocField,Allow on Submit,Destûrê bide li ser Submit DocType: DocField,HTML,HTML @@ -3041,6 +3045,7 @@ DocType: Web Form,Button Label,Label Button apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} hilbijartî apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,Bendê Şandina apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,Destûrên bikarhêner bi serkeftî hate afirandin +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,Daxuyaniya belgeyên Lêgerîna Gloverî yên default. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,hêmanên Drag ji darikê ji bo lê zêde bike. Drag wan back to trash. DocType: Workflow State,resize-small,resize-biçûk DocType: Address,Postal Code,Kodeya postê @@ -3091,7 +3096,7 @@ DocType: Auto Repeat,End Date,Date End DocType: Data Import,Ignore encoding errors,Çewtiyên şîfrekirinê bibînin DocType: Chat Profile,Notifications,Notifications DocType: DocField,Column Break,Break stûna -DocType: Event,Thursday,Pêncşem +DocType: Assignment Rule Day,Thursday,Pêncşem apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,Tu xalên nêrîna we tune apps/frappe/frappe/utils/response.py,You don't have permission to access this file,Mafên te bo têketina vî wêneyî re heye ne apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,Piştgiriya Apple API: @@ -3174,6 +3179,7 @@ DocType: S3 Backup Settings,ap-south-1,ap-başûr-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,Unzip apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},"nirxa rast nenivîsandiye, li row {0}: {1} divê {2} {3}" apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},Dokumentê radestkirî paş ne venegerin kişandina. row Transition {0} +DocType: Assignment Rule,Assignment Days,Rojên tayînkirinê apps/frappe/frappe/desk/reportview.py,Deleting {0},Jêbirina {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,ku formata heyî ji bo weşînertiya an dest bi formata nû hilbijêre. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,Dîtina IP-IP-sînor qedexe ye Ku Heke Du Factor Auth-Enabled @@ -3246,6 +3252,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} mont apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,Zeviyên Custom tenê dikarin bi Doktekerek standard zêde bibin. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,created By apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,Setup Dropbox +DocType: Assignment Rule Day,Assignment Rule Day,Roja Rêzimana Deynê DocType: Workflow State,resize-horizontal,resize-horizontal apps/frappe/frappe/templates/emails/download_data.html,Download Link,Zencîre daxistin DocType: Chat Message,Content,Dilşad @@ -3502,7 +3509,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,Lê zêde bik DocType: Comment,Published,Published apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,Spas dikim ji bo email te DocType: DocField,Small Text,Nivîsar di small -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,Hejmara {0} ji bo Telefon û her weha Nêzîkî Nimûne nikare wekî bingehîn were destnîşankirin. DocType: Workflow,Allow approval for creator of the document,Destûrê ji bo creatorê belgeyê erê bide pejirandin apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,Raportê hilînin DocType: Webhook,on_cancel,on_cancel @@ -3515,6 +3521,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,li beramberî apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',"type 'Dînamîk Link' Vebijêrkên yên zeviyê, divê ji bo Link din Field bi options wek 'DocType' dîrektîfa" DocType: About Us Settings,Team Members Heading,Endam Team Berev apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,Format CSV Invalid +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,ບໍ່ພົບຜົນລັບ ສຳ ລັບ '
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,ການອະນຸຍາດປັບ {0}? apps/frappe/frappe/config/desktop.py,Users and Permissions,ຜູ້ຊົມໃຊ້ແລະການອະນຸຍາດ DocType: S3 Backup Settings,S3 Backup Settings,S3 Backup Settings @@ -1865,7 +1867,7 @@ DocType: Communication Link,Link Title,ການເຊື່ອມຕໍ່ຫ DocType: Workflow State,fast-backward,ໄວວະ DocType: Address,Chandigarh,Chandigarh DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,ສຸກ +DocType: Assignment Rule Day,Friday,ສຸກ apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,ແກ້ໄຂໃນຫນ້າຢ່າງເຕັມທີ່ apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,ເປີດບັນຊີລາຍຊື່ DocType: Report,Add Total Row,ເພີ່ມທັງຫມົດຕິດຕໍ່ກັນ @@ -1883,6 +1885,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,ປັບ apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,View ທີ່ອະນຸມັດເອກະສານ apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,ທ່ານ ຈຳ ເປັນຕ້ອງຕິດຕັ້ງ pycups ເພື່ອໃຊ້ຄຸນສົມບັດນີ້! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,ການຮ້ອງຂໍການເຊື່ອມຕໍ່ຂອງທ່ານກັບ Google Calendar ໄດ້ຮັບການຍອມຮັບຢ່າງເປັນທາງການ +DocType: Tag Link,Tag Link,ການເຊື່ອມຕໍ່ Tag apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,Chain Integrity DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2026,6 +2029,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,ຫມາຍເຫດ apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,ບົດລາຍງານຄວາມຜິດພາດ apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,ສົ່ງຂໍ້ມູນໃນຮູບແບບ CSV / Excel. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,ການຕັ້ງຄ່າເອກະສານຄົ້ນຫາທົ່ວໂລກ. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,Apps ການກວດສອບທີ່ທ່ານສາມາດນໍາໃຊ້ໄດ້ແກ່: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} ມີຢູ່ແລ້ວ. ເລືອກຊື່ອື່ນ DocType: S3 Backup Settings,None,ບໍ່ມີ @@ -2038,6 +2042,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,ເຂົ້າສູ່ລະບົບບໍ່ອະນຸຍາດໃຫ້ຢູ່ໃນເວລານີ້ DocType: Data Migration Run,Current Mapping Action,Action Mapping ປັດຈຸບັນ DocType: Dashboard Chart Source,Source Name,ແຫຼ່ງຊື່ +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,ບໍ່ມີບັນຊີອີເມວທີ່ກ່ຽວຂ້ອງກັບຜູ້ໃຊ້. ກະລຸນາເພີ່ມບັນຊີພາຍໃຕ້ຜູ້ໃຊ້> Inbox Email. DocType: Email Account,Email Sync Option,Email Option Sync apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,Row No DocType: Async Task,Runtime,Runtime @@ -2052,6 +2057,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,ແລ້ DocType: User Email,Enable Outgoing,ເຮັດໃຫ້ລາຍຈ່າຍ DocType: Address,Fax,ແຟໍກ apps/frappe/frappe/config/customization.py,Custom Tags,Tags Custom +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ບັນຊີອີເມວບໍ່ໄດ້ຕິດຕັ້ງ. ກະລຸນາສ້າງບັນຊີອີເມວ ໃໝ່ ຈາກການຕັ້ງຄ່າ> ອີເມວ> ບັນຊີອີເມວ DocType: Comment,Submitted,ສົ່ງ DocType: Contact,Pulled from Google Contacts,ດຶງຈາກ Google Contacts apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,ໃນການຮ້ອງຂໍທີ່ຖືກຕ້ອງ @@ -2129,7 +2135,6 @@ eval:doc.age>18",ພາກສະຫນາມນີ້ຈະໄປປາກົ DocType: Social Login Key,Office 365,Office 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,ໃນມື້ນີ້ apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,ໃນມື້ນີ້ -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,ບໍ່ພົບແມ່ແບບທີ່ຢູ່ເລີ່ມຕົ້ນ. ກະລຸນາສ້າງແບບ ໃໝ່ ຈາກການຕິດຕັ້ງ> ການພິມແລະການສ້າງຍີ່ຫໍ້> ແມ່ແບບທີ່ຢູ່. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","ເມື່ອໃດທີ່ທ່ານໄດ້ກໍານົດໄວ້ນີ້, ຜູ້ໃຊ້ພຽງແຕ່ຈະເປັນເອກະສານການເຂົ້າເຖິງສາມາດ (ຕົວຢ່າງ:. Blog Post) ທີ່ເຊື່ອມຕໍ່ຢູ່ (ຕົວຢ່າງ:. Blogger)." DocType: Data Import Beta,Submit After Import,ສົ່ງຫຼັງຈາກ ນຳ ເຂົ້າ DocType: Error Log,Log of Scheduler Errors,ເຂົ້າສູ່ລະບົບຂອງຄວາມຜິດພາດທີ່ Scheduler @@ -2141,6 +2146,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,ເທິງກໍລະນີ apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,HTML Custom apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,ກະລຸນາໃສ່ຊື່ໂຟເດີ +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,ບໍ່ພົບແມ່ແບບທີ່ຢູ່ເລີ່ມຕົ້ນ. ກະລຸນາສ້າງແບບ ໃໝ່ ຈາກການຕິດຕັ້ງ> ການພິມແລະການສ້າງຍີ່ຫໍ້> ແມ່ແບບທີ່ຢູ່. apps/frappe/frappe/auth.py,Unknown User,ຮູ້ຈັກ User apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,ເລືອກພາລະບົດບາດ DocType: Comment,Deleted,ລຶບ @@ -2343,7 +2349,6 @@ DocType: Address,Preferred Shipping Address,ທີ່ແນະນໍາທີ່ apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,ມີຫົວຈົດຫມາຍ apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} ສ້າງນີ້ {1} apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},ບໍ່ອະນຸຍາດ ສຳ ລັບ {0}: {1} ໃນແຖວ {2}. ເຂດຂໍ້ ຈຳ ກັດ: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ບັນຊີອີເມວບໍ່ໄດ້ຕິດຕັ້ງ. ກະລຸນາສ້າງບັນຊີອີເມວ ໃໝ່ ຈາກການຕັ້ງຄ່າ> ອີເມວ> ບັນຊີອີເມວ DocType: S3 Backup Settings,eu-west-1,eu-west-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","ຖ້າສິ່ງນີ້ຖືກກວດເບິ່ງ, ແຖວທີ່ມີຂໍ້ມູນທີ່ຖືກຕ້ອງຈະຖືກນໍາເຂົ້າແລະແຖວທີ່ບໍ່ຖືກຕ້ອງຈະຖືກຖິ້ມລົງໃນໄຟລ໌ໃຫມ່ສໍາລັບທ່ານທີ່ຈະນໍາເຂົ້າຕໍ່ມາ." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,ເອກະສານແມ່ນສາມາດແກ້ໄຂໂດຍຜູ້ໃຊ້ຂອງພາລະບົດບາດພຽງແຕ່ @@ -2411,7 +2416,6 @@ DocType: Contact,Passive,ຕົວຕັ້ງຕົວຕີ DocType: Auto Repeat,Accounts Manager,ຄຸ້ມຄອງບັນຊີ apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},ການມອບຫມາຍສໍາລັບ {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,ການຊໍາລະເງິນຂອງທ່ານໄດ້ຖືກຍົກເລີກ. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,ກະລຸນາຕັ້ງຄ່າບັນຊີອີເມວເລີ່ມຕົ້ນຈາກການຕັ້ງຄ່າ> ອີເມວ> ບັນຊີອີເມວ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,ເລືອກປະເພດເອກະສານ apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,ເບິ່ງທັງຫມົດ DocType: Help Article,Knowledge Base Editor,ຄວາມຮູ້ບັນນາທິການຖານ @@ -2453,6 +2457,7 @@ DocType: Workflow State,Warning,ການເຕືອນໄພ apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,ສິ່ງນີ້ອາດຈະຖືກພິມລົງໃນຫລາຍໆ ໜ້າ DocType: Data Migration Run,Percent Complete,ອັດຕາສ່ວນສໍາເລັດ DocType: Tag Category,Tag Category,Tag Category +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","ສຳ ລັບການປຽບທຽບ, ໃຊ້> 5, <10 ຫລື = 324. ສຳ ລັບຂອບເຂດ, ໃຫ້ໃຊ້ 5:10 (ສຳ ລັບຄ່າລະຫວ່າງ 5 ແລະ 10)." DocType: Google Calendar,Pull from Google Calendar,ດຶງຈາກ Google Calendar apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,ຊ່ວຍເຫຼືອ DocType: User,Login Before,ເຂົ້າສູ່ລະບົບກ່ອນ @@ -2579,7 +2584,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,ບໍ່ສ DocType: Transaction Log,Checksum Version,Checksum Version DocType: User,Allow Modules,ໂມດູນອະນຸຍາດ DocType: Unhandled Email,Unhandled Email,unhandled Email -DocType: Event,Monday,ຈັນ +DocType: Assignment Rule Day,Monday,ຈັນ apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,ເຮັດໃຫ້ການນໍາໃຊ້ຂອງຮູບແບບແປ້ນພິມຕໍ່ໄປອີກແລ້ວ apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,ການປຸງແຕ່ງ ... DocType: Data Import,Don't create new records,ຢ່າສ້າງບັນທຶກໃຫມ່ @@ -2711,7 +2716,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","ຮັກ System Manager," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} ຕົນເອງໄດ້ມອບຫມາຍວຽກນີ້: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,ປະເທດຂອງເຈົ້າ -DocType: Event,Sunday,ວັນອາທິດ +DocType: Assignment Rule Day,Sunday,ວັນອາທິດ apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: Fieldname ບໍ່ສາມາດເປັນ ໜຶ່ງ ໃນ {1} apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,ອັນດັບ apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,ໃນຕາລາງ @@ -2751,7 +2756,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,ລະຫວ່າງ DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,ຄິວ -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,ຕັ້ງຄ່າ> ປັບແຕ່ງແບບຟອມ DocType: Braintree Settings,Use Sandbox,ການນໍາໃຊ້ Sandbox apps/frappe/frappe/utils/goal.py,This month,ເດືອນນີ້ apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,ຮູບແບບການລູກຄ້າພິມໃຫມ່ @@ -2847,7 +2851,7 @@ DocType: Workflow,States,ລັດອະເມລິກາ DocType: Notification,Attach Print,ຄັດຕິດ Print DocType: Assignment Rule,Assignment Rule,ກົດລະບຽບການມອບ ໝາຍ apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},ຊື່ຜູ້ໃຊ້ແນະນໍາ: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,ວັນ +DocType: Assignment Rule Day,Day,ວັນ apps/frappe/frappe/public/js/frappe/desk.js,Modules,ໂມດູນ apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,ສົບຜົນສໍາເລັດການຊໍາລະເງິນ apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,No {0} mail @@ -2877,7 +2881,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,Inbox apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","ການປັບປຸງ {0} ຂອງ {1}, {2}" DocType: Auto Email Report,Filters Display,ການກັ່ນຕອງສະແດງ apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.","ສະບັບປັບປຸງ _ ຂ້າງເທິງ" ພາກສະຫນາມຕ້ອງມີຢູ່ເພື່ອ ດຳ ເນີນການດັດແກ້. -DocType: Contact,Numbers,ຕົວເລກ apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} ຕີລາຄາສູງຕໍ່ຜົນງານຂອງທ່ານໃນ {1} {2} apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,ບັນທຶກຕົວກອງ DocType: Address,Plant,ພືດ @@ -2923,6 +2926,7 @@ DocType: Custom Script,Custom Script,Script Custom DocType: Address,Address Line 2,ທີ່ຢູ່ Line 2 DocType: Address,Reference,ກະສານອ້າງອີງ apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,ການມອບຫມາຍໃຫ້ +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,ກະລຸນາຕັ້ງຄ່າບັນຊີອີເມວເລີ່ມຕົ້ນຈາກການຕັ້ງຄ່າ> ອີເມວ> ບັນຊີອີເມວ DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,ລາຍະລະອຽດແຜນທີ່ການຍ້າຍຖິ່ນຖານຂໍ້ມູນ DocType: Data Import,Action,ການປະຕິບັດ DocType: GSuite Settings,Script URL,URL script @@ -3092,6 +3096,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,ປະເພດເອກະສານ {0} ໄດ້ຖືກເຮັດຊ້ ຳ ແລ້ວ. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,ຄຸນຄ່າການປ່ຽນແປງ DocType: Workflow State,arrow-up,ລູກສອນຂຶ້ນ +DocType: Dynamic Link,Link Document Type,ປະເພດເອກະສານການເຊື່ອມໂຍງ apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,ຄວນຈະມີແຖວຢ່າງ ໜ້ອຍ ໜຶ່ງ ແຖວ ສຳ ລັບຕາຕະລາງ {0} apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.","ເພື່ອ ກຳ ຫນົດຄ່າການເຮັດຊ້ ຳ ຄືນແບບອັດຕະໂນມັດ, ເປີດໃຊ້ "ອະນຸຍາດໃຫ້ເຮັດຊ້ ຳ ຄືນໂດຍອັດຕະໂນມັດ" ຈາກ {0}." DocType: OAuth Bearer Token,Expires In,ຫມົດອາຍຸໃນ @@ -3113,6 +3118,7 @@ DocType: Web Form,Button Label,ປຸ່ມ Label apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} ລາຍການທີ່ເລືອກ apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,ໂຈະການສົ່ງ apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,ສິດອະນຸຍາດຂອງຜູ້ໃຊ້ສ້າງຂື້ນຢ່າງ ສຳ ເລັດຜົນ +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,ເອົາເອກະສານ Global Search ໄວ້ໃນຕອນຕົ້ນ. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,Drag ອົງປະກອບຈາກ sidebar ໃນການເພີ່ມ. drag ໃຫ້ເຂົາເຈົ້າກັບຄືນໄປບ່ອນກະຕ່າຂີ້ເຫຍື້ອ. DocType: Workflow State,resize-small,ປັບຂະຫນາດຂະຫນາດນ້ອຍ DocType: Address,Postal Code,ລະຫັດໄປສະນີ @@ -3166,7 +3172,7 @@ DocType: Auto Repeat,End Date,ວັນທີ່ສິ້ນສຸດ DocType: Data Import,Ignore encoding errors,Ignore error encoding DocType: Chat Profile,Notifications,ແຈ້ງການ DocType: DocField,Column Break,ພັກຜ່ອນຄໍລໍາ -DocType: Event,Thursday,ວັນພະຫັດ +DocType: Assignment Rule Day,Thursday,ວັນພະຫັດ apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,ທ່ານບໍ່ມີຈຸດທົບທວນພຽງພໍ apps/frappe/frappe/utils/response.py,You don't have permission to access this file,ທ່ານບໍ່ມີການອະນຸຍາດໃນການເຂົ້າເຖິງເອກະສານນີ້ apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,ບັນທຶກ API ລັບ: @@ -3252,6 +3258,7 @@ DocType: S3 Backup Settings,ap-south-1,ap-south-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,unzip apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},ຄ່າບໍ່ຖືກຕ້ອງໃນຕິດຕໍ່ກັນ {0}: {1} ຕ້ອງ {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},ເອກະສານສົ່ງບໍ່ສາມາດໄດ້ຮັບການປ່ຽນໃຈເຫລື້ອມໃສກັບຄືນໄປບ່ອນຮ່າງ. ຕິດຕໍ່ກັນການຫັນປ່ຽນ {0} +DocType: Assignment Rule,Assignment Days,ວັນມອບ ໝາຍ apps/frappe/frappe/desk/reportview.py,Deleting {0},ລຶບ {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,ເລືອກຮູບແບບທີ່ມີຢູ່ແລ້ວການແກ້ໄຂຫຼືເລີ່ມຕົ້ນເປັນຮູບແບບໃຫມ່. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,Bypass ຈໍາກັດການກວດສອບທີ່ຢູ່ IP ຖ້າສອງປັດໄຈ Auth ເປີດໃຊ້ @@ -3324,6 +3331,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} ເ apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,Custom Fields ສາມາດເພີ່ມເຂົ້າໃນ DocType ມາດຕະຖານເທົ່ານັ້ນ. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,ສ້າງໂດຍ apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,ຕິດຕັ້ງ Dropbox +DocType: Assignment Rule Day,Assignment Rule Day,ວັນ ກຳ ນົດການມອບ ໝາຍ DocType: Workflow State,resize-horizontal,"ປັບຂະຫນາດ, ອອກຕາມລວງນອນ" apps/frappe/frappe/templates/emails/download_data.html,Download Link,ລິ້ງດາວໂຫລດ DocType: Chat Message,Content,ເນື້ອໃນ @@ -3587,7 +3595,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,ຕື່ມ DocType: Comment,Published,ຈັດພີມມາ apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,ຂໍຂອບໃຈທ່ານສໍາລັບການອີເມວຂອງທ່ານ DocType: DocField,Small Text,ຂໍ້ຄວາມຂະຫນາດນ້ອຍ -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,ໝາຍ ເລກ {0} ບໍ່ສາມາດ ກຳ ນົດເປັນຫລັກ ສຳ ລັບໂທລະສັບພ້ອມທັງເບີໂທລະສັບມືຖື. DocType: Workflow,Allow approval for creator of the document,ອະນຸຍາດໃຫ້ອະນຸມັດສໍາລັບຜູ້ສ້າງເອກະສານ apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,ບັນທຶກລາຍງານ DocType: Webhook,on_cancel,on_cancel @@ -3600,6 +3607,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,ເທົ່າ apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',ປະເພດຂອງການພາກສະຫນາມທາງເລືອກ 'Dynamic Link' ຕ້ອງຊີ້ໃຫ້ເຫັນເຖິງການເຊື່ອມຕໍ່ພາກສະຫນາມອື່ນທີ່ມີທາງເລືອກເປັນ 'DocType' DocType: About Us Settings,Team Members Heading,ທີມງານສະມາຊິກຫົວຂໍ້ apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,ຮູບແບບ CSV ບໍ່ຖືກຕ້ອງ +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,Paieškos rezultatų nerasta
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,Atstatyti Leidimai {0}? apps/frappe/frappe/config/desktop.py,Users and Permissions,Vartotojai ir leidimai DocType: S3 Backup Settings,S3 Backup Settings,S3 atsarginių kopijų nustatymai @@ -1865,7 +1867,7 @@ DocType: Communication Link,Link Title,Link Title DocType: Workflow State,fast-backward,greitai atgal DocType: Address,Chandigarh,Čandigarchas DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,penktadienis +DocType: Assignment Rule Day,Friday,penktadienis apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,Redaguoti visiškai puslapyje apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,Atidaryti sąrašo elementą DocType: Report,Add Total Row,Pridėti Bendras Row @@ -1883,6 +1885,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,Pritaikyti apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,Peržiūrėkite leistinus dokumentus apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,"Norėdami naudoti šią funkciją, turite įdiegti pikcupus!" apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Jūsų prisijungimo užklausa "Google" kalendoriuje buvo sėkmingai priimta +DocType: Tag Link,Tag Link,Žymos nuoroda apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,Grandinės vientisumas DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2026,6 +2029,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,pastaba apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,klaida ataskaita apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,Eksportuoti duomenis CSV / Excel formatu. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,Visuotinės paieškos dokumentų nustatymas. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,"Autentifikavimo programos, kurias galite naudoti, yra šios:" apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} jau egzistuoja. Pasirinkite kitą pavadinimą DocType: S3 Backup Settings,None,Nė vienas @@ -2038,6 +2042,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,Prisijungti neleidžiama šiuo metu DocType: Data Migration Run,Current Mapping Action,Dabartinis kartografavimo veiksmas DocType: Dashboard Chart Source,Source Name,šaltinis Vardas +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,Su vartotoju nesusieta jokia el. Pašto paskyra. Pridėkite abonementą skiltyje Vartotojas> El. Pašto dėžutė. DocType: Email Account,Email Sync Option,Paštas Sync "variantas apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,Eilutė Nr DocType: Async Task,Runtime,Trukmė @@ -2052,6 +2057,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,Jau varto DocType: User Email,Enable Outgoing,Įjungti išeinantis DocType: Address,Fax,faksas apps/frappe/frappe/config/customization.py,Custom Tags,Individualizuotos Žymos +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,El. Pašto sąskaita nėra nustatyta. Sukurkite naują el. Pašto paskyrą apsilankę Sąranka> El. Paštas> El. Pašto abonementas DocType: Comment,Submitted,pateikė DocType: Contact,Pulled from Google Contacts,Ištraukta iš „Google“ kontaktų apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,Neteisingas Prašymas @@ -2129,7 +2135,6 @@ eval:doc.age>18","Šis laukas bus rodomas tik tada, jei čia apibrėžta nazw DocType: Social Login Key,Office 365,Office 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,šiandien apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,šiandien -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Nerastas numatytasis adreso šablonas. Sukurkite naują iš sąrankos> Spausdinimas ir prekės ženklo kūrimas> Adreso šablonas. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","Kai jūs turite nustatyti tai, vartotojai bus galima tik prieigos dokumentus (pvz., Bloge), kur nuoroda egzistuoja (pvz., Blogger ")." DocType: Data Import Beta,Submit After Import,Pateikti po importavimo DocType: Error Log,Log of Scheduler Errors,Prisijungti nuo Scheduler klaidos @@ -2141,6 +2146,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,RAIDÉMIS apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,Ypatingas HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,Įveskite aplanko vardą +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Nerastas numatytasis adreso šablonas. Sukurkite naują iš sąrankos> Spausdinimas ir prekės ženklo kūrimas> Adreso šablonas. apps/frappe/frappe/auth.py,Unknown User,Nežinomas naudotojas apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,Pasirinkite vaidmuo DocType: Comment,Deleted,ištrinta @@ -2343,7 +2349,6 @@ DocType: Address,Preferred Shipping Address,Pageidautina Pristatymas Adresas apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,Raide galvos apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} sukurtas šis {1} apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},Neleidžiama {0}: {1} {2} eilutėje. Ribotas laukas: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,El. Pašto sąskaita nėra nustatyta. Sukurkite naują el. Pašto paskyrą apsilankę Sąranka> El. Paštas> El. Pašto abonementas DocType: S3 Backup Settings,eu-west-1,eu-vakarai-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","Jei tai bus pažymėta, bus importuotos eilutės su galiojančiais duomenimis, o netinkamos eilutės bus nukreiptos į naują failą, kurį vėliau galėsite importuoti." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,Dokumentas yra redaguojamas tik vartotojų vaidmenį @@ -2411,7 +2416,6 @@ DocType: Contact,Passive,pasyvus DocType: Auto Repeat,Accounts Manager,sąskaitos direktorius apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},Paskirtis už {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,Jūsų mokėjimas bus atšauktas. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Nustatykite numatytąją el. Pašto paskyrą iš sąrankos> El. Paštas> El. Pašto abonementas apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,Pasirinkite Failo tipas apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,Peržiūrėti visus DocType: Help Article,Knowledge Base Editor,Žinių bazės redaktorius @@ -2453,6 +2457,7 @@ DocType: Workflow State,Warning,įspėjimas apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,Tai gali būti atspausdinta keliuose puslapiuose DocType: Data Migration Run,Percent Complete,Procentas baigtas DocType: Tag Category,Tag Category,Gairė Kategorija +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","Palyginimui naudokite> 5, <10 arba = 324. Jei norite diapazonų, naudokite 5:10 (reikšmėms nuo 5 iki 10)." DocType: Google Calendar,Pull from Google Calendar,Ištraukti iš „Google“ kalendoriaus apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,Pagalba DocType: User,Login Before,Vartotojas Prieš @@ -2579,7 +2584,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,Negalite red DocType: Transaction Log,Checksum Version,Kontrolinės versijos versija DocType: User,Allow Modules,Leisti modulius DocType: Unhandled Email,Unhandled Email,neapdirbtas paštas -DocType: Event,Monday,pirmadienis +DocType: Assignment Rule Day,Monday,pirmadienis apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,Pasinaudokite ilgiau klaviatūros modelių apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,Apdorojimas... DocType: Data Import,Don't create new records,Nenaudokite naujų įrašų @@ -2711,7 +2716,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","Gerbiamas sistema direktorius," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} savarankiškai priskyrė šią užduotį: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,Tavo šalis -DocType: Event,Sunday,sekmadienis +DocType: Assignment Rule Day,Sunday,sekmadienis apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: Lauko pavadinimas negali būti vienas iš {1} apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,Padėtis apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,Be Tinklelis @@ -2751,7 +2756,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,tarp DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,eilėje -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Sąranka> Tinkinti formą DocType: Braintree Settings,Use Sandbox,Naudokite Smėlio apps/frappe/frappe/utils/goal.py,This month,Šį mėnesį apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,Nauja Individualizuotos Spausdinti Formatas @@ -2847,7 +2851,7 @@ DocType: Workflow,States,narės DocType: Notification,Attach Print,prisegti Spausdinti DocType: Assignment Rule,Assignment Rule,Priskyrimo taisyklė apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},Siūlomas Nick: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,diena +DocType: Assignment Rule Day,Day,diena apps/frappe/frappe/public/js/frappe/desk.js,Modules,moduliai apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,Mokėjimo Sėkmės apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,Ne {0} pašto @@ -2877,7 +2881,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,pašt apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","Atnaujinamas {0} iš {1}, {2}" DocType: Auto Email Report,Filters Display,Filtrai Rodyti apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.","Norint atlikti pakeitimą, turi būti laukas „Grozīta iš fronto“." -DocType: Contact,Numbers,Skaičiai apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} įvertino jūsų darbą {1} {2} apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,Išsaugoti filtrus DocType: Address,Plant,augalas @@ -2923,6 +2926,7 @@ DocType: Custom Script,Custom Script,Pasirinktinis scenarijus DocType: Address,Address Line 2,Adreso eilutė 2 DocType: Address,Reference,Nuoroda apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,Priskirtas +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Nustatykite numatytąją el. Pašto paskyrą iš sąrankos> El. Paštas> El. Pašto abonementas DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,Duomenų migracijos žemėlapių detalės DocType: Data Import,Action,veiksmas DocType: GSuite Settings,Script URL,scenarijaus URL @@ -3092,6 +3096,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,{0} dokumento tipas buvo pakartotas. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,vertybės Pakeitė DocType: Workflow State,arrow-up,rodyklė viršų +DocType: Dynamic Link,Link Document Type,Nuorodos dokumento tipas apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,{0} lentelės eilutėje turėtų būti bent viena eilutė apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.","Norėdami sukonfigūruoti automatinį kartojimą, įjunkite „Leisti automatinį pakartojimą“ iš {0}." DocType: OAuth Bearer Token,Expires In,galiojimas baigiasi @@ -3113,6 +3118,7 @@ DocType: Web Form,Button Label,mygtukas Etiketė apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} Elementai apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,sustabdyti siuntimas apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,Sėkmingai sukurti vartotojo leidimai +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,Numatytųjų visuotinės paieškos dokumentų gavimas. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,Vilkite elementus iš šoninę juostą pridėti. Vilkite juos atgal į šiukšlių dėžę. DocType: Workflow State,resize-small,dydį mažas DocType: Address,Postal Code,Pašto kodas @@ -3166,7 +3172,7 @@ DocType: Auto Repeat,End Date,pabaigos data DocType: Data Import,Ignore encoding errors,Ignoruoti kodavimo klaidas DocType: Chat Profile,Notifications,Pranešimai DocType: DocField,Column Break,skiltis pertrauka -DocType: Event,Thursday,ketvirtadienis +DocType: Assignment Rule Day,Thursday,ketvirtadienis apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,Jūs neturite pakankamai apžvalgos taškų apps/frappe/frappe/utils/response.py,You don't have permission to access this file,Jūs neturite leidimo pasiekti šį failą apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,Išsaugoti API slaptumą: @@ -3252,6 +3258,7 @@ DocType: S3 Backup Settings,ap-south-1,ap-pietų-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,Išpakuokite apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},Neteisingas vertė eilės {0}: {1} turi būti {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},Pateiktas dokumentas negali būti konvertuojami atgal į projektą. Perėjimas eilutė {0} +DocType: Assignment Rule,Assignment Days,Užduoties dienos apps/frappe/frappe/desk/reportview.py,Deleting {0},Trynimas {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,Pasirinkite esamą formą redaguoti arba pradėti naują formatą. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,"Apsaugotas IP adreso patikrinimas apsuptyje, jei įjungtas du veiksnys" @@ -3324,6 +3331,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,prieš { apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,Tinkintus laukus galima pridėti tik prie standartinio „DocType“. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,Sukurta apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,ZMI sąranka +DocType: Assignment Rule Day,Assignment Rule Day,Užduoties taisyklių diena DocType: Workflow State,resize-horizontal,"dydį, horizontalus" apps/frappe/frappe/templates/emails/download_data.html,Download Link,Atsisiuntimo nuoroda DocType: Chat Message,Content,Turinys @@ -3587,7 +3595,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,Įdėti / Val DocType: Comment,Published,paskelbta apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,Ačiu už tavo elektroninį laišką DocType: DocField,Small Text,Smulkus šriftas -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,"Numerio {0} negalima nustatyti kaip pagrindinio telefono, taip pat ir mobiliojo telefono Nr." DocType: Workflow,Allow approval for creator of the document,Leisti patvirtinti dokumento kūrėją apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,Išsaugoti ataskaitą DocType: Webhook,on_cancel,on_cancel @@ -3600,6 +3607,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,lygu apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',Options "Dynamic Link" tipo srityje turi būti nukreipta į kitą Link Field su galimybe kaip "DOCTYPE" DocType: About Us Settings,Team Members Heading,Komandos nariai išlaidų kategorija apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,Neteisingas CSV formatu +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,Meklēšanas rezultāti netika atrasti
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,Reset atļaujas {0}? apps/frappe/frappe/config/desktop.py,Users and Permissions,Lietotāji un atļaujas DocType: S3 Backup Settings,S3 Backup Settings,S3 dublēšanas iestatījumi @@ -1863,7 +1865,7 @@ DocType: Communication Link,Link Title,saites nosaukums DocType: Workflow State,fast-backward,fast-atpakaļ DocType: Address,Chandigarh,Chandigarh DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,Piektdiena +DocType: Assignment Rule Day,Friday,Piektdiena apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,Edit pilnā lapā apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,Atvērt saraksta vienumu DocType: Report,Add Total Row,Pievienot Kopā rindu @@ -1881,6 +1883,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,Pielāgot apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,Skatīt atļautos dokumentus apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,"Lai izmantotu šo funkciju, jums jāinstalē pikči." apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Jūsu savienojuma pieprasījums Google kalendāram tika sekmīgi pieņemts +DocType: Tag Link,Tag Link,Tagu saite apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,Ķēdes integritāte DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2024,6 +2027,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,Piezīme apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,Kļūdas ziņojums apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,Eksportēt datus CSV / Excel formātā. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,Globālās meklēšanas dokumentu iestatīšana. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,"Autentifikācijas lietojumprogrammas, kuras varat izmantot, ir šādas:" apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} jau eksistē. Izvēlieties citu vārdu DocType: S3 Backup Settings,None,Nav @@ -2036,6 +2040,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,Ienākt nav atļauts šajā laikā DocType: Data Migration Run,Current Mapping Action,Pašreizējā kartēšanas darbība DocType: Dashboard Chart Source,Source Name,Source Name +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,"Ar Lietotāju nav saistīts neviens e-pasta konts. Lūdzu, pievienojiet kontu sadaļā Lietotājs> E-pasta iesūtne." DocType: Email Account,Email Sync Option,E-Sync variants apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,Rinda Nr DocType: Async Task,Runtime,Runtime @@ -2050,6 +2055,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,Jau lieto DocType: User Email,Enable Outgoing,Ieslēgt Izejošie DocType: Address,Fax,Fakss apps/frappe/frappe/config/customization.py,Custom Tags,Custom birkas +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,"E-pasta konts nav iestatīts. Lūdzu, izveidojiet jaunu e-pasta kontu sadaļā Iestatīšana> E-pasts> E-pasta konts" DocType: Comment,Submitted,Iesniegtie DocType: Contact,Pulled from Google Contacts,Iegūts no Google kontaktpersonām apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,Nederīgs pieprasījums @@ -2127,7 +2133,6 @@ eval:doc.age>18","Šis lauks parādīsies tikai tad, ja šeit noteikts fieldn DocType: Social Login Key,Office 365,Office 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,šodien apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,šodien -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,"Netika atrasta noklusējuma adreses veidne. Lūdzu, izveidojiet jaunu no Iestatīšana> Drukāšana un zīmolu veidošana> Adreses veidne." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","Kad esat noteikt šo, lietotāji varēs tikai piekļūt dokumentiem (piem. Blogs Post), kur saikne (piem., Blogger)." DocType: Data Import Beta,Submit After Import,Iesniegt pēc importēšanas DocType: Error Log,Log of Scheduler Errors,Log plānotājs kļūdas @@ -2139,6 +2144,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,LIELAIS apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,Custom HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,Ievadiet mapes nosaukumu +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,"Netika atrasta noklusējuma adreses veidne. Lūdzu, izveidojiet jaunu no Iestatīšana> Drukāšana un zīmolu veidošana> Adreses veidne." apps/frappe/frappe/auth.py,Unknown User,Nezināmais lietotājs apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,Izvēlieties loma DocType: Comment,Deleted,Svītrots @@ -2341,7 +2347,6 @@ DocType: Address,Preferred Shipping Address,Vēlamā Piegādes adrese apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,Ar vēstuli galvu apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} izveidoja šo {1} apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},Nav atļauts {0}: {1} rindā {2}. Ierobežots lauks: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,"E-pasta konts nav iestatīts. Lūdzu, izveidojiet jaunu e-pasta kontu sadaļā Iestatīšana> E-pasts> E-pasta konts" DocType: S3 Backup Settings,eu-west-1,eu-rietumi-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","Ja tas ir atzīmēts, tiks importētas rindas ar derīgiem datiem, un nederīgās rindas tiks izmesti jaunā failā, lai jūs varētu importēt vēlāk." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,Dokumentu var rediģēt tikai lietotājiem lomu @@ -2409,7 +2414,6 @@ DocType: Contact,Passive,Pasīvs DocType: Auto Repeat,Accounts Manager,Accounts Manager apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},Uzdevums {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,Jūsu maksājums tiek atcelts. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,"Lūdzu, iestatiet noklusējuma e-pasta kontu no Iestatīšana> E-pasts> E-pasta konts" apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,Select File Type apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,Apskati visus DocType: Help Article,Knowledge Base Editor,Knowledge Base redaktors @@ -2451,6 +2455,7 @@ DocType: Workflow State,Warning,Brīdinājums apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,Tas var tikt izdrukāts uz vairākām lappusēm DocType: Data Migration Run,Percent Complete,Procenti pabeigts DocType: Tag Category,Tag Category,Tag Kategorija +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","Salīdzinājumam izmantojiet> 5, <10 vai = 324. Diapazoniem izmantojiet 5:10 (vērtībām no 5 līdz 10)." DocType: Google Calendar,Pull from Google Calendar,Izvilkt no Google kalendāra apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,Palīdzēt DocType: User,Login Before,Login Pirms @@ -2577,7 +2582,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,Nevar rediģ DocType: Transaction Log,Checksum Version,Kontrolsumma versija DocType: User,Allow Modules,Atļaut moduļus DocType: Unhandled Email,Unhandled Email,neapstrādātu Email -DocType: Event,Monday,Pirmdiena +DocType: Assignment Rule Day,Monday,Pirmdiena apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,Izmantojiet ilgāku tastatūras modeļiem apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,Apstrāde ... DocType: Data Import,Don't create new records,Neveidojiet jaunus ierakstus @@ -2709,7 +2714,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","Cienījamie System Manager," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} pats šim uzdevumam piešķīris: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,Tava valsts -DocType: Event,Sunday,Svētdiena +DocType: Assignment Rule Day,Sunday,Svētdiena apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: Lauka nosaukums nevar būt viens no {1} apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,Kopvērtējumi apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,In Grid View @@ -2749,7 +2754,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,Starp DocType: Social Login Key,fairlogin,Fairlogin DocType: Async Task,Queued,Rindā -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Iestatīšana> Pielāgot veidlapu DocType: Braintree Settings,Use Sandbox,Izmantot Sandbox apps/frappe/frappe/utils/goal.py,This month,Šis mēnesis apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,New Custom Print Format @@ -2845,7 +2849,7 @@ DocType: Workflow,States,Valstis DocType: Notification,Attach Print,Pievienojiet Drukāt DocType: Assignment Rule,Assignment Rule,Piešķiršanas noteikums apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},Ieteicamais Lietotājvārds: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,diena +DocType: Assignment Rule Day,Day,diena apps/frappe/frappe/public/js/frappe/desk.js,Modules,moduļi apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,maksājumu Success apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,Nr {0} pasts @@ -2875,7 +2879,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,e-pas apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","Notiek {0} no {1}, {2} atjaunināšana" DocType: Auto Email Report,Filters Display,Filtri Display apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.","Lai izdarītu labojumu, jābūt klāt laukam “Grozīts_no”." -DocType: Contact,Numbers,Cipari apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} novērtēja jūsu darbu {1} {2} apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,Saglabājiet filtrus DocType: Address,Plant,Augs @@ -2921,6 +2924,7 @@ DocType: Custom Script,Custom Script,Custom Script DocType: Address,Address Line 2,Adrese Line 2 DocType: Address,Reference,Atsauces apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,Norīkoti +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,"Lūdzu, iestatiet noklusējuma e-pasta kontu no Iestatīšana> E-pasts> E-pasta konts" DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,Datu migrācijas kartēšanas detaļas DocType: Data Import,Action,Darbība DocType: GSuite Settings,Script URL,Script URL @@ -3090,6 +3094,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,Dokumenta tips {0} ir atkārtots. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,vērtības Mainīts DocType: Workflow State,arrow-up,arrow-up +DocType: Dynamic Link,Link Document Type,Saites dokumenta tips apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,Tabulā {0} jābūt vismaz vienai rindai apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.","Lai konfigurētu automātisko atkārtošanu, no {0} iespējojiet “Atļaut automātisko atkārtošanu”." DocType: OAuth Bearer Token,Expires In,beidzas pēc @@ -3111,6 +3116,7 @@ DocType: Web Form,Button Label,poga Label apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} preces izvēlētas apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,apturēt sūtīšana apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,Lietotāju atļaujas ir izveidotas veiksmīgi +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,Noklusējuma globālās meklēšanas dokumentu ienešana. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,Velciet elementi no sānjoslas pievienot. Velciet tos atpakaļ uz miskasti. DocType: Workflow State,resize-small,mainīt-small DocType: Address,Postal Code,Pasta indekss @@ -3164,7 +3170,7 @@ DocType: Auto Repeat,End Date,Beigu datums DocType: Data Import,Ignore encoding errors,Ignorēt kodēšanas kļūdas DocType: Chat Profile,Notifications,Paziņojumi DocType: DocField,Column Break,Kolonna Break -DocType: Event,Thursday,Ceturtdiena +DocType: Assignment Rule Day,Thursday,Ceturtdiena apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,Jums nav pietiekami daudz pārskata punktu apps/frappe/frappe/utils/response.py,You don't have permission to access this file,Jums nav atļaujas piekļūt šo failu apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,Saglabāt API sleju: @@ -3250,6 +3256,7 @@ DocType: S3 Backup Settings,ap-south-1,ap-dienvidu-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,Unzip apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},Nepareiza vērtība rindā {0}: {1} jābūt {2}{3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},Iesniegtie Dokumentu nevar pārvērst atpakaļ uz projektu. Pāreja rinda {0} +DocType: Assignment Rule,Assignment Days,Uzdevumu dienas apps/frappe/frappe/desk/reportview.py,Deleting {0},Dzēšana {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,Izvēlieties esošu formātu rediģēt vai sākt jaunu formātu. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,"Apvedceļa ierobežotā IP adreses pārbaude, ja ir aktivizēts divu faktoru autentifikācija" @@ -3322,6 +3329,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,Pirms {0 apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,Pielāgotus laukus var pievienot tikai standarta DocType. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,Izveidoja apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,Dropbox Setup +DocType: Assignment Rule Day,Assignment Rule Day,Piešķiršanas noteikumu diena DocType: Workflow State,resize-horizontal,mainīt horizontālā apps/frappe/frappe/templates/emails/download_data.html,Download Link,Lejupielādes saite DocType: Chat Message,Content,Saturs @@ -3585,7 +3593,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,Add / Pārval DocType: Comment,Published,Izdots apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,Paldies par jūsu e-pastu DocType: DocField,Small Text,Small Teksta -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,"Numuru {0} nevar iestatīt kā galveno tālrunim, kā arī mobilajam nr." DocType: Workflow,Allow approval for creator of the document,Atļaut apstiprināt dokumenta radītāju apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,Saglabāt ziņojumu DocType: Webhook,on_cancel,oncancel @@ -3598,6 +3605,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,Vienāds apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',"Iespējām ""Dynamic Link"" tipa lauka jānorāda uz citu Link Field ar iespējām kā ""DOCTYPE""" DocType: About Us Settings,Team Members Heading,Komandas locekļi Pozīcija apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,Nederīga CSV formāts +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,Не се пронајдени резултати за „
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,Ресетирање на дозволи за {0}? apps/frappe/frappe/config/desktop.py,Users and Permissions,Корисници и дозволи DocType: S3 Backup Settings,S3 Backup Settings,S3 Резервни копии @@ -1821,7 +1824,7 @@ DocType: Communication Link,Link Title,линк Наслов DocType: Workflow State,fast-backward,брзо назад DocType: Address,Chandigarh,Чандигар DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,Петок +DocType: Assignment Rule Day,Friday,Петок apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,Измени во цела страница apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,Отвори ставка со список DocType: Report,Add Total Row,Додај Вкупно ред @@ -1839,6 +1842,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,Персонал apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,Погледнете ги дозволените документи apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,Треба да инсталирате ампула за да ја користите оваа одлика! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Барањето за поврзување со Google Календар беше успешно прифатено +DocType: Tag Link,Tag Link,Врска со ознака apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,Интегритет на синџири DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -1981,6 +1985,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,Забелешка apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,Пријави грешка apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,Извоз на податоци во CSV / Excel формат. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,Поставување документи за глобално пребарување. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,Апликациите за автентикација кои можете да ги користите се: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} веќе постои. Изберете друго име DocType: S3 Backup Settings,None,Никој @@ -1993,6 +1998,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,Пријавата не е дозволено во овој момент DocType: Data Migration Run,Current Mapping Action,Тековна акција за мапирање DocType: Dashboard Chart Source,Source Name,извор Име +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,"Нема сметка за е-пошта поврзана со Корисникот. Ве молиме, додадете сметка под Корисникот> Е-пошта во пошта." DocType: Email Account,Email Sync Option,Е-Sync Опција apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,Ред бр DocType: Async Task,Runtime,Траење @@ -2006,6 +2012,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,Веќе DocType: User Email,Enable Outgoing,Овозможи заминување DocType: Address,Fax,Факс apps/frappe/frappe/config/customization.py,Custom Tags,Прилагодено Тагови +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,"Не е поставена сметка за е-пошта. Ве молиме, креирајте нова сметка за е-пошта од Поставување> Е-пошта> Сметка за е-пошта" DocType: Comment,Submitted,Поднесени DocType: Contact,Pulled from Google Contacts,Извлечено од Контактите на Google apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,Во валидно барање @@ -2082,7 +2089,6 @@ eval:doc.age>18",Ова поле ќе се појави само ако field DocType: Social Login Key,Office 365,Office 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,денес apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,денес -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,"Не е пронајдена стандардна образец за адреса. Ве молиме, создадете нова од Поставување> Печатење и брендирање> Шаблон за адреси." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","Откако ќе го поставите ова, корисниците ќе бидат во можност документи пристап (на пр. Блог пост) кога постои врска (на пр. Blogger)." DocType: Data Import Beta,Submit After Import,Поднесете по увозот DocType: Error Log,Log of Scheduler Errors,Дневник на грешки Распоред @@ -2093,6 +2099,7 @@ apps/frappe/frappe/core/doctype/data_export/exporter.py,Parent is the name of th DocType: DocType,UPPER CASE,ГОЛЕМИ apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,Прилагодено HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,Внесете име на папка +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,"Не е пронајдена стандардна образец за адреса. Ве молиме, создадете нова од Поставување> Печатење и брендирање> Шаблон за адреса." apps/frappe/frappe/auth.py,Unknown User,Непознат корисник apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,Изберете Улогата DocType: Comment,Deleted,Избришани @@ -2288,7 +2295,6 @@ apps/frappe/frappe/public/js/frappe/social/pages/UserList.vue,No user found,Не DocType: Address,Preferred Shipping Address,Најпосакувана Адреса за Испорака apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,Со писмо главата apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} создал овој {1} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Не е поставена сметка за е-пошта. Создадете нова сметка за е-пошта од Поставување> Е-пошта> Сметка за е-пошта DocType: S3 Backup Settings,eu-west-1,еу-запад-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","Ако ова е проверено, ќе бидат внесени редови со валидни податоци и неважечки редови ќе бидат фрлени во нова датотека за да ги внесете подоцна." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,Документ е едитирање само од страна на корисниците на улога @@ -2355,7 +2361,6 @@ DocType: Contact,Passive,Пасивни DocType: Auto Repeat,Accounts Manager,Менаџер сметки apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},Доделување за {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,вашата исплата е откажано. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,"Ве молиме, поставете ја стандардната сметка за е-пошта од Поставување> Е-пошта> сметка за е-пошта" apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,Изберете тип на датотека apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,Види се DocType: Help Article,Knowledge Base Editor,База на знаење на уредникот @@ -2396,6 +2401,7 @@ DocType: Workflow State,Warning,Предупредување apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,Ова може да се печати на повеќе страници DocType: Data Migration Run,Percent Complete,Процент е комплетен DocType: Tag Category,Tag Category,таг Категорија +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","За споредба, користете> 5, <10 или = 324. За опсег, користете 5:10 (за вредности помеѓу 5 и 10)." DocType: Google Calendar,Pull from Google Calendar,Повлечете од Календарот на Google apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,Помош DocType: User,Login Before,Влези Пред @@ -2521,7 +2527,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,Не мож DocType: Transaction Log,Checksum Version,Верзија за проверка DocType: User,Allow Modules,Дозволи модули DocType: Unhandled Email,Unhandled Email,Необработена Е-пошта -DocType: Event,Monday,Понеделник +DocType: Assignment Rule Day,Monday,Понеделник apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,Направете употреба на повеќе модели тастатура apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,Обработка ... DocType: Data Import,Don't create new records,Не креирај нови записи @@ -2648,7 +2654,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","Почитувани Систем за менаџер," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} само назначи оваа задача: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,Твојата земја -DocType: Event,Sunday,Недела +DocType: Assignment Rule Day,Sunday,Недела apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,Рангирање apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,Во преглед на решетка apps/frappe/frappe/desk/page/user_profile/user_profile.js,No More Activity,Нема повеќе активност @@ -2687,7 +2693,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,меѓу DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,Чекаат на ред -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Поставување> Персонализирајте форма DocType: Braintree Settings,Use Sandbox,Користете Sandbox apps/frappe/frappe/utils/goal.py,This month,Овој месец apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,Нов прилагодено Печатење формат @@ -2780,7 +2785,7 @@ DocType: Workflow,States,Држави DocType: Notification,Attach Print,Прикачи печатење DocType: Assignment Rule,Assignment Rule,Правило за доделување apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},Препорачан Корисничко име: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,ден +DocType: Assignment Rule Day,Day,ден apps/frappe/frappe/public/js/frappe/desk.js,Modules,модули apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,плаќање успех apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,Не {0} mail @@ -2808,7 +2813,6 @@ apps/frappe/frappe/model/naming.py,Name not set via Prompt,Името не е п apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,e-mail сандаче DocType: Auto Email Report,Filters Display,филтри Покажи apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",Полето "изменето_ од" мора да биде присутно за да се направи амандман. -DocType: Contact,Numbers,Броеви apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,Зачувајте филтри DocType: Address,Plant,Растителни apps/frappe/frappe/core/doctype/communication/communication.js,Reply All,Одговори на сите @@ -2853,6 +2857,7 @@ DocType: Custom Script,Custom Script,Прилагодено сценарио DocType: Address,Address Line 2,Адреса Линија 2 DocType: Address,Reference,Референтен apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,Доделени +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Ве молиме поставете ја стандардната сметка за е-пошта од Поставување> Е-пошта> Сметка за е-пошта DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,Детали за картирање на миграција на податоци DocType: Data Import,Action,Акција DocType: GSuite Settings,Script URL,Script URL @@ -3019,6 +3024,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,Тип на документ {0} се повтори. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,променети вредности DocType: Workflow State,arrow-up,стрелка нагоре +DocType: Dynamic Link,Link Document Type,Тип на документ за врска DocType: OAuth Bearer Token,Expires In,истекува DocType: DocField,Allow on Submit,Им овозможи на Поднесете DocType: DocField,HTML,HTML @@ -3038,6 +3044,7 @@ DocType: Web Form,Button Label,копчето Етикета apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} избрани ставки apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,суспендира Испраќање apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,Корисничките дозволи создадени успешно +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,Полнење на зададените документи за глобално пребарување. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,Повлечете елементи од страничната лента да го додадете. Повлечете ги врати во ѓубре. DocType: Workflow State,resize-small,промените големината на-мали DocType: Address,Postal Code,поштенски код @@ -3088,7 +3095,7 @@ DocType: Auto Repeat,End Date,Крај Датум DocType: Data Import,Ignore encoding errors,Игнорирај грешки при кодирање DocType: Chat Profile,Notifications,Известувања DocType: DocField,Column Break,Колона Break -DocType: Event,Thursday,Четврток +DocType: Assignment Rule Day,Thursday,Четврток apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,Немате доволно точки за преглед apps/frappe/frappe/utils/response.py,You don't have permission to access this file,Вие немате дозвола за пристап до оваа датотека apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,Зачувај API Secret: @@ -3169,6 +3176,7 @@ DocType: S3 Backup Settings,ap-south-1,ап-југ-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,Отпакувајте apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},Неточна вредност во ред {0}: {1} мора да биде {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},Поднесен документ не може да се конвертира назад во Предлог. Транзициски ред {0} +DocType: Assignment Rule,Assignment Days,Денови на доделување apps/frappe/frappe/desk/reportview.py,Deleting {0},Бришење {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,Одберете постоечка формат да ги менуваат и да започне нов формат. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,Бајпас ограничена IP адреса проверка Ако Two Factor Auth е овозможено @@ -3240,6 +3248,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,Пред apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,Прилагодените полиња можат да се додадат само во стандарден документ. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,Создадена од страна apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,Dropbox Setup +DocType: Assignment Rule Day,Assignment Rule Day,Ден на правило за доделување DocType: Workflow State,resize-horizontal,менување на големината-хоризонтални apps/frappe/frappe/templates/emails/download_data.html,Download Link,Врска за преземање DocType: Chat Message,Content,Содржина @@ -3490,7 +3499,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,Додаде DocType: Comment,Published,Објавено apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,Ви благодариме за вашата e-mail DocType: DocField,Small Text,Мал текст -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,"Бројот {0} не може да се постави како примарен за телефонот, како и за мобилниот бр." DocType: Workflow,Allow approval for creator of the document,Дозволи одобрување за креаторот на документот apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,Зачувај извештај DocType: Webhook,on_cancel,on_cancel @@ -3503,6 +3511,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,Е еднакв apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',Тип на поле опции "Динамички линк" мора да се укаже на друг линк поле со опции како "DOCTYPE" DocType: About Us Settings,Team Members Heading,Членови на тимот Заглавие apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,Невалиден CSV формат +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,'എന്നതിനായി ഫലങ്ങളൊന്നും കണ്ടെത്തിയില്ല
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,{0} വേണ്ടി പുനഃസജ്ജമാക്കുക അനുമതികൾ? apps/frappe/frappe/config/desktop.py,Users and Permissions,ഉപയോക്താക്കൾ അനുമതികളും DocType: S3 Backup Settings,S3 Backup Settings,S3 ബാക്കപ്പ് ക്രമീകരണങ്ങൾ @@ -1820,7 +1821,7 @@ DocType: Communication Link,Link Title,ലിങ്ക് ശീർഷകം DocType: Workflow State,fast-backward,ഫാസ്റ്റ്-പിന്നാക്ക DocType: Address,Chandigarh,ചണ്ഡിഗഡ് DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,വെള്ളിയാഴ്ച +DocType: Assignment Rule Day,Friday,വെള്ളിയാഴ്ച apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,പൂർണ്ണ പേജിൽ എഡിറ്റ് apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,ലിസ്റ്റ് ഇനം തുറക്കുക DocType: Report,Add Total Row,ആകെ വരി ചേർക്കുക @@ -1838,6 +1839,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,ഇഷ്ടാ apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,അനുവദനീയമായ പ്രമാണങ്ങൾ കാണുക apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,ഈ സവിശേഷത ഉപയോഗിക്കുന്നതിന് നിങ്ങൾ പൈക്കപ്പുകൾ ഇൻസ്റ്റാൾ ചെയ്യേണ്ടതുണ്ട്! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Google കലണ്ടറിലേക്കുള്ള നിങ്ങളുടെ കണക്ഷൻ അഭ്യർത്ഥന വിജയകരമായി സ്വീകരിക്കപ്പെട്ടു +DocType: Tag Link,Tag Link,ടാഗ് ലിങ്ക് apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,ചൈൽഡ് ഇൻറഗ്രിറ്റി DocType: Data Export,CSV,CSV- ൽ DocType: Currency,"1 Currency = [?] Fraction @@ -1979,6 +1981,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,കുറിപ്പ് apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,പിശക് റിപ്പോർട്ട് apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,CSV / Excel ഫോർമാറ്റിൽ ഡാറ്റ എക്സ്പോർട്ട് ചെയ്യുക. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,ആഗോള തിരയൽ പ്രമാണങ്ങൾ സജ്ജമാക്കുന്നു. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,നിങ്ങൾ ഉപയോഗിക്കാൻ കഴിയുന്ന പ്രാമാണീകരണ അപ്ലിക്കേഷനുകൾ ഇവയാണ്: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} ഇതിനകം നിലവിലുണ്ട്. മറ്റൊരു പേര് തിരഞ്ഞെടുക്കുക DocType: S3 Backup Settings,None,ഒന്നുമില്ല @@ -1991,6 +1994,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,ലോഗ് ഈ സമയം അനുവദിച്ചിട്ടില്ല DocType: Data Migration Run,Current Mapping Action,നിലവിലെ മാപ്പിംഗ് ആക്ഷൻ DocType: Dashboard Chart Source,Source Name,ഉറവിട പേര് +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,ഉപയോക്താവുമായി ബന്ധപ്പെട്ട ഇമെയിൽ അക്കൗണ്ടുകളൊന്നുമില്ല. ഉപയോക്താവ്> ഇമെയിൽ ഇൻബോക്സിന് കീഴിൽ ഒരു അക്കൗണ്ട് ചേർക്കുക. DocType: Email Account,Email Sync Option,ഇമെയിൽ സമന്വയിപ്പിക്കുക ഓപ്ഷൻ apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,വരി നം DocType: Async Task,Runtime,പ്രവർത്തനസമയം @@ -2005,6 +2009,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,ഇതി DocType: User Email,Enable Outgoing,അയയ്ക്കുന്ന പ്രവർത്തനക്ഷമമാക്കുക DocType: Address,Fax,ഫാക്സ് apps/frappe/frappe/config/customization.py,Custom Tags,കസ്റ്റം ടാഗുകൾ +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ഇമെയിൽ അക്കൗണ്ട് സജ്ജീകരിക്കുന്നില്ല. സജ്ജീകരണം> ഇമെയിൽ> ഇമെയിൽ അക്ക from ണ്ടിൽ നിന്ന് ദയവായി ഒരു പുതിയ ഇമെയിൽ അക്ക create ണ്ട് സൃഷ്ടിക്കുക DocType: Comment,Submitted,സമർപ്പിച്ച DocType: Contact,Pulled from Google Contacts,Google കോൺടാക്റ്റുകളിൽ നിന്ന് വലിച്ചെടുത്തു apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,അസാധുവായ അഭ്യർത്ഥന @@ -2081,7 +2086,6 @@ eval:doc.age>18",myfield .പൗരോഹിത്യം: doc.myfield == & DocType: Social Login Key,Office 365,ഓഫീസ് 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,ഇന്ന് apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,ഇന്ന് -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,"സ്ഥിരസ്ഥിതി വിലാസ ടെംപ്ലേറ്റൊന്നും കണ്ടെത്തിയില്ല. സജ്ജീകരണം> അച്ചടി, ബ്രാൻഡിംഗ്> വിലാസ ടെംപ്ലേറ്റിൽ നിന്ന് പുതിയൊരെണ്ണം സൃഷ്ടിക്കുക." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","നിങ്ങൾ ഈ വെച്ചിരിക്കുന്നു ഒരിക്കൽ, ഉപയോക്താക്കൾക്ക് സാധിച്ചിരുന്നു ആക്സസ് രേഖകൾ (ഉദാ. പോസ്റ്റിന്റെ ബ്ലോഗ്) ലിങ്ക് നിലനിൽക്കുന്ന ആയിരിക്കും (ഉദാ. ബ്ലോഗർ)." DocType: Data Import Beta,Submit After Import,ഇറക്കുമതിക്ക് ശേഷം സമർപ്പിക്കുക DocType: Error Log,Log of Scheduler Errors,ഷെഡ്യൂളുകൾ അബദ്ധങ്ങൾ പ്രവേശിക്കുക @@ -2093,6 +2097,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,അപ്പർ കേസ് apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,കസ്റ്റം എച്ച്ടിഎംഎൽ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,ഫോൾഡർ പേര് നൽകുക +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,"സ്ഥിരസ്ഥിതി വിലാസ ടെംപ്ലേറ്റൊന്നും കണ്ടെത്തിയില്ല. സജ്ജീകരണം> അച്ചടി, ബ്രാൻഡിംഗ്> വിലാസ ടെംപ്ലേറ്റിൽ നിന്ന് പുതിയൊരെണ്ണം സൃഷ്ടിക്കുക." apps/frappe/frappe/auth.py,Unknown User,അജ്ഞാത ഉപയോക്താവ് apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,റോൾ തിരഞ്ഞെടുക്കുക DocType: Comment,Deleted,ഇല്ലാതാക്കിയ @@ -2289,7 +2294,6 @@ apps/frappe/frappe/public/js/frappe/social/pages/UserList.vue,No user found,ഒ DocType: Address,Preferred Shipping Address,തിരഞ്ഞെടുത്ത ഷിപ്പിംഗ് വിലാസം apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,കത്ത് തല apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} {1} ഈ സൃഷ്ടിച്ചു -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ഇമെയിൽ അക്കൗണ്ട് സജ്ജീകരിക്കുന്നില്ല. സജ്ജീകരണം> ഇമെയിൽ> ഇമെയിൽ അക്ക from ണ്ടിൽ നിന്ന് ഒരു പുതിയ ഇമെയിൽ അക്ക create ണ്ട് സൃഷ്ടിക്കുക DocType: S3 Backup Settings,eu-west-1,eu-west-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","ഇത് പരിശോധിച്ചെങ്കിൽ, സാധുവായ ഡാറ്റയുള്ള വരികൾ ഇറക്കുമതി ചെയ്യപ്പെടും, പിന്നീട് നിങ്ങൾ ഇറക്കുമതിചെയ്യാനുള്ള ഒരു പുതിയ ഫയലിലേക്ക് അസാധുവായ വരികളെ ഡ്രോപ്പുചെയ്യും." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,ഡോക്യുമെന്റ് പങ്കിനെ ഉപയോക്താക്കൾ മാത്രം എഡിറ്റുചെയ്യാൻ @@ -2356,7 +2360,6 @@ DocType: Contact,Passive,നിഷ്കിയമായ DocType: Auto Repeat,Accounts Manager,അക്കൗണ്ടുകൾ മാനേജർ apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},{0} {1} എന്നതിനുള്ള അസൈൻമെന്റ് apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,നിങ്ങളുടെ പേയ്മെന്റ് റദ്ദാക്കി. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,സജ്ജീകരണം> ഇമെയിൽ> ഇമെയിൽ അക്ക from ണ്ടിൽ നിന്ന് സ്ഥിരസ്ഥിതി ഇമെയിൽ അക്കൗണ്ട് സജ്ജമാക്കുക apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,ഫയൽ തെരഞ്ഞെടുക്കു apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,എല്ലാം കാണുക DocType: Help Article,Knowledge Base Editor,ബേസ് എഡിറ്റർ @@ -2398,6 +2401,7 @@ DocType: Workflow State,Warning,മുന്നറിയിപ്പ് apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,ഇത് ഒന്നിലധികം പേജുകളിൽ അച്ചടിച്ചേക്കാം DocType: Data Migration Run,Percent Complete,പൂർത്തിയായി DocType: Tag Category,Tag Category,ടാഗ് വർഗ്ഗം +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","താരതമ്യത്തിന്,> 5, <10 അല്ലെങ്കിൽ = 324 ഉപയോഗിക്കുക. ശ്രേണികൾക്കായി, 5:10 ഉപയോഗിക്കുക (5 നും 10 നും ഇടയിലുള്ള മൂല്യങ്ങൾക്ക്)." DocType: Google Calendar,Pull from Google Calendar,Google കലണ്ടറിൽ നിന്ന് വലിക്കുക apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,സഹായിക്കൂ DocType: User,Login Before,"മുമ്പ്, ലോഗിൻ" @@ -2522,7 +2526,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,റദ്ദ DocType: Transaction Log,Checksum Version,ചെക്ക്സം പതിപ്പ് DocType: User,Allow Modules,മൊഡ്യൂളുകൾ അനുവദിക്കുക DocType: Unhandled Email,Unhandled Email,ഇവൻറുകൾ ഇമെയിൽ -DocType: Event,Monday,തിങ്കളാഴ്ച +DocType: Assignment Rule Day,Monday,തിങ്കളാഴ്ച apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,ഇനി കീബോർഡ് പാറ്റേണുകൾ ഉപയോഗം നിർമ്മിക്കുക apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,പ്രോസസ്സ് ചെയ്യുന്നു ... DocType: Data Import,Don't create new records,പുതിയ റെക്കോർഡുകൾ സൃഷ്ടിക്കരുത് @@ -2651,7 +2655,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","പ്രിയ സിസ്റ്റം മാനേജർ," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} സ്വയം ഈ ചുമതല ഏൽപ്പിച്ചു: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,നിങ്ങളുടെ രാജ്യം -DocType: Event,Sunday,ഞായറാഴ്ച +DocType: Assignment Rule Day,Sunday,ഞായറാഴ്ച apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,നിലകൾ apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,ഗ്രിഡ് കാഴ്ചയിൽ apps/frappe/frappe/desk/page/user_profile/user_profile.js,No More Activity,കൂടുതൽ പ്രവർത്തനങ്ങളൊന്നുമില്ല @@ -2690,7 +2694,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,ഇടയില് DocType: Social Login Key,fairlogin,ഉദ്ഘാടനം DocType: Async Task,Queued,ക്യൂവിലാക്കി -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,സജ്ജീകരണം> ഫോം ഇച്ഛാനുസൃതമാക്കുക DocType: Braintree Settings,Use Sandbox,താങ്കളെ apps/frappe/frappe/utils/goal.py,This month,ഈ മാസം apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,പുതിയ കസ്റ്റം പ്രിന്റ് ഫോർമാറ്റ് @@ -2784,7 +2787,7 @@ DocType: Workflow,States,എസ് DocType: Notification,Attach Print,പ്രിന്റ് അറ്റാച്ച് DocType: Assignment Rule,Assignment Rule,അസൈൻമെന്റ് റൂൾ apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},നിർദ്ദേശിച്ച ഉപയോക്തൃനാമം: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,ദിവസം +DocType: Assignment Rule Day,Day,ദിവസം apps/frappe/frappe/public/js/frappe/desk.js,Modules,മൊഡ്യൂളുകൾ apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,പേയ്മെന്റ് വിജയം apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,ഇല്ല {0} മെയിൽ @@ -2812,7 +2815,6 @@ apps/frappe/frappe/model/naming.py,Name not set via Prompt,പേര് പ് apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,ഇമെയിൽ ഇൻബോക്സ് DocType: Auto Email Report,Filters Display,ഫിൽട്ടറുകൾ പ്രദർശിപ്പിക്കുക apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",ഒരു ഭേദഗതി വരുത്താൻ "amend_from" ഫീൽഡ് ഉണ്ടായിരിക്കണം. -DocType: Contact,Numbers,നമ്പറുകൾ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,ഫിൽട്ടറുകൾ സംരക്ഷിക്കുക DocType: Address,Plant,പ്ലാന്റ് apps/frappe/frappe/core/doctype/communication/communication.js,Reply All,എല്ലാവർക്കും മറുപടി @@ -2857,6 +2859,7 @@ DocType: Custom Script,Custom Script,കസ്റ്റം സ്ക്രിപ DocType: Address,Address Line 2,വിലാസം വരി 2 DocType: Address,Reference,റഫറൻസ് apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,നിയോഗിച്ചിട്ടുള്ള +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,സജ്ജീകരണം> ഇമെയിൽ> ഇമെയിൽ അക്ക from ണ്ടിൽ നിന്ന് സ്ഥിരസ്ഥിതി ഇമെയിൽ അക്കൗണ്ട് സജ്ജമാക്കുക DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,ഡാറ്റ മൈഗ്രേഷൻ മാപ്പിംഗ് വിശദാംശം DocType: Data Import,Action,ആക്ഷൻ DocType: GSuite Settings,Script URL,സ്ക്രിപ്റ്റ് URL @@ -3022,6 +3025,7 @@ apps/frappe/frappe/database/database.py,Too many writes in one request. Please s apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Drive has been configured.,Google ഡ്രൈവ് ക്രമീകരിച്ചു. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,മൂല്യങ്ങള് മാറിയിരിക്കുന്നു DocType: Workflow State,arrow-up,അമ്പ്-അപ്പ് +DocType: Dynamic Link,Link Document Type,ലിങ്ക് പ്രമാണ തരം apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,{0} പട്ടികയ്ക്ക് കുറഞ്ഞത് ഒരു വരി ഉണ്ടായിരിക്കണം DocType: OAuth Bearer Token,Expires In,കാലഹരണപ്പെടുന്നു DocType: DocField,Allow on Submit,സമർപ്പിക്കുക അനുവദിക്കുക @@ -3042,6 +3046,7 @@ DocType: Web Form,Button Label,ബട്ടൺ ലേബൽ apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} ഇനങ്ങൾ തിരഞ്ഞെടുത്തു apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,അയയ്ക്കുന്നു സസ്പെന്റ് apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,ഉപയോക്തൃ അനുമതികൾ വിജയകരമായി സൃഷ്ടിച്ചു +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,സ്ഥിരസ്ഥിതി ആഗോള തിരയൽ പ്രമാണങ്ങൾ ലഭ്യമാക്കുന്നു. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,ചേർക്കാൻ സൈഡ്ബാർ നിന്നുള്ള ഘടകങ്ങൾ വലിച്ചിടുക. തിരികെ ട്രാഷ് അവരെ വലിച്ചിടുക. DocType: Workflow State,resize-small,വലുപ്പം മാറ്റുക-ചെറിയ DocType: Address,Postal Code,തപാൽ കോഡ് @@ -3094,7 +3099,7 @@ DocType: Auto Repeat,End Date,അവസാന ദിവസം DocType: Data Import,Ignore encoding errors,എൻകോഡിംഗ് പിശകുകൾ അവഗണിക്കുക DocType: Chat Profile,Notifications,അറിയിപ്പുകൾ DocType: DocField,Column Break,നിരയുടെ ബ്രേക്ക് -DocType: Event,Thursday,വ്യാഴാഴ്ച +DocType: Assignment Rule Day,Thursday,വ്യാഴാഴ്ച apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,നിങ്ങൾക്ക് മതിയായ അവലോകന പോയിന്റുകൾ ഇല്ല apps/frappe/frappe/utils/response.py,You don't have permission to access this file,ഈ ഫയൽ ആക്സസ് ചെയ്യാൻ അനുമതി ഇല്ല apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,API രഹസ്യം സംരക്ഷിക്കുക: @@ -3178,6 +3183,7 @@ DocType: S3 Backup Settings,ap-south-1,ap-south-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,അൺസിപ്പ് apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},നിരയിൽ തെറ്റായ മൂല്യം {0}: {1} {2} {3} ആയിരിക്കണം apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},സമർപ്പിച്ച ഡോക്യുമെന്റ് തിരികെ കരട് പരിവർത്തനം ചെയ്യാൻ കഴിയില്ല. ട്രാൻസിഷൻ വരി {0} +DocType: Assignment Rule,Assignment Days,അസൈൻമെന്റ് ദിവസങ്ങൾ apps/frappe/frappe/desk/reportview.py,Deleting {0},ഇല്ലാതാക്കുന്നു {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,ഒരു പുതിയ ഫോർമാറ്റ് തിരുത്തുക എന്ന തുടങ്ങാനോ നിലവിലുള്ള ഒരു ഫോർമാറ്റ് തിരഞ്ഞെടുക്കുക. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,ബൈപാസ് നിയന്ത്രിത IP വിലാസ പരിശോധന രണ്ട് ഫാക്ടർ ഓട്ടോ നടപ്പിലാക്കുകയാണെങ്കിൽ @@ -3250,6 +3256,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} മ apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,ഇഷ്ടാനുസൃത ഫീൽഡുകൾ ഒരു സാധാരണ ഡോക്ടൈപ്പിലേക്ക് മാത്രമേ ചേർക്കാൻ കഴിയൂ. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,ഉണ്ടാക്കിയത് apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,ഡ്രോപ്പ്ബോക്സ് സജ്ജീകരണം +DocType: Assignment Rule Day,Assignment Rule Day,അസൈൻമെന്റ് റൂൾ ദിവസം DocType: Workflow State,resize-horizontal,വലുപ്പം മാറ്റുക-തിരശ്ചീനമായ apps/frappe/frappe/templates/emails/download_data.html,Download Link,ലിങ്ക് ഡൗൺലോഡുചെയ്യുക DocType: Chat Message,Content,ഉള്ളടക്കം @@ -3518,6 +3525,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,സമമായ apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',വയലിലെ ഓപ്ഷനുകൾ 'ഡൈനാമിക് ലിങ്ക്' ടൈപ്പ് 'DocType' ഉപാധികൾ മറ്റൊരു ലിങ്ക് ഫീൽഡ് നയിക്കേണ്ടത് DocType: About Us Settings,Team Members Heading,ടീം അംഗങ്ങൾ ശീർഷകം apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,അസാധുവായ CSV ഫോർമാറ്റ് +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,'साठी कोणतेही परिणाम आढळले नाहीत
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,{0}साठी परवानगी रीसेट करा ? apps/frappe/frappe/config/desktop.py,Users and Permissions,वापरकर्ते आणि परवानग्या DocType: S3 Backup Settings,S3 Backup Settings,S3 बॅकअप सेटिंग्ज @@ -1833,7 +1836,7 @@ DocType: Communication Link,Link Title,दुवा शीर्षक DocType: Workflow State,fast-backward,जलद-मागे DocType: Address,Chandigarh,चंदीगड DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,शुक्रवारी +DocType: Assignment Rule Day,Friday,शुक्रवारी apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,संपूर्ण पृष्ठ मध्ये संपादित करा apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,सूची आयटम उघडा DocType: Report,Add Total Row,एकूण पंक्ती जोडा @@ -1851,6 +1854,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,सानुक apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,परवानगी दिलेले दस्तऐवज पहा apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,हे वैशिष्ट्य वापरण्यासाठी आपल्याला पायकअप स्थापित करण्याची आवश्यकता आहे! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Google Calendar वरील आपली कनेक्शन विनंती यशस्वीपणे स्वीकारली +DocType: Tag Link,Tag Link,टॅग दुवा apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,चैन इंटिग्रिटी DocType: Data Export,CSV,सी DocType: Currency,"1 Currency = [?] Fraction @@ -1993,6 +1997,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,टीप apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,त्रुटी अहवाल apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,CSV / Excel स्वरूपात डेटा निर्यात करा. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,ग्लोबल सर्च डॉक्युमेंट्स सेट अप करत आहे. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,आपण वापरू शकता प्रमाणीकरण अॅप्स आहेत: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} आधीच अस्तित्वात आहे. दुसरे नाव निवडा DocType: S3 Backup Settings,None,काहीही नाही @@ -2005,6 +2010,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,या वेळी लॉगीन करण्याची परवानगी नाही DocType: Data Migration Run,Current Mapping Action,वर्तमान मॅपिंग क्रिया DocType: Dashboard Chart Source,Source Name,स्रोत नाव +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,वापरकर्त्याशी संबंधित कोणतेही ईमेल खाते नाही. कृपया वापरकर्ता> ईमेल इनबॉक्स अंतर्गत खाते जोडा. DocType: Email Account,Email Sync Option,ईमेल समक्रमण पर्याय apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,पंक्ती संख्या DocType: Async Task,Runtime,रनटाइम @@ -2019,6 +2025,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,आधी DocType: User Email,Enable Outgoing,जाणारे सक्षम DocType: Address,Fax,फॅक्स apps/frappe/frappe/config/customization.py,Custom Tags,सानुकूल टॅग +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ईमेल खाते सेटअप केलेले नाही. कृपया सेटअप> ईमेल> ईमेल खाते वरून नवीन ईमेल खाते तयार करा DocType: Comment,Submitted,सबमिट DocType: Contact,Pulled from Google Contacts,Google संपर्कातून खेचले apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,अवैध विनंती @@ -2095,7 +2102,6 @@ eval:doc.age>18",येथे परिभाषित FIELDNAMEला म DocType: Social Login Key,Office 365,ऑफिस 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,आज apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,आज -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,डीफॉल्ट अॅड्रेस टेम्पलेट आढळला नाही. कृपया सेटअप> मुद्रण आणि ब्रांडिंग> अॅड्रेस टेम्पलेट वरून नवीन तयार करा. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","आपण या सेट एकदा सेट केल्यावर , वापरकर्ते केवळ प्रवेश दस्तऐवज वापरू शकतात (उदा. ब्लॉग) जेथे लिंक अस्तित्वात असते (उदा. ब्लॉगर)." DocType: Data Import Beta,Submit After Import,आयात केल्यानंतर सबमिट करा DocType: Error Log,Log of Scheduler Errors,अनुसूची त्रुटी लॉग @@ -2107,6 +2113,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,अप्पर केस apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,सानुकूल HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,फोल्डर नाव प्रविष्ट करा +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,डीफॉल्ट अॅड्रेस टेम्पलेट आढळला नाही. कृपया सेटअप> मुद्रण आणि ब्रांडिंग> अॅड्रेस टेम्पलेट वरून नवीन तयार करा. apps/frappe/frappe/auth.py,Unknown User,अज्ञात वापरकर्ता apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,भूमिका निवडा DocType: Comment,Deleted,हटविले @@ -2304,7 +2311,6 @@ apps/frappe/frappe/public/js/frappe/social/pages/UserList.vue,No user found,क DocType: Address,Preferred Shipping Address,पसंतीचे शिपिंग पत्ता apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,पत्र डोके apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} ने तयार केलेले हे {1} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ईमेल खाते सेटअप केलेले नाही. कृपया सेटअप> ईमेल> ईमेल खाते वरून नवीन ईमेल खाते तयार करा DocType: S3 Backup Settings,eu-west-1,ईयू-वेस्ट -1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","हे तपासले असल्यास, वैध डेटासह पंक्ती आयात केली जातील आणि आपल्यासाठी नंतरच्या फाइल आयात करण्यासाठी एक नवीन फाइलमध्ये अवैध पंक्ती डंप होतील." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,दस्तऐवज भूमिका केवळ च्या वापरकर्त्यांद्वारे संपादन करता येतात @@ -2371,7 +2377,6 @@ DocType: Contact,Passive,निष्क्रीय DocType: Auto Repeat,Accounts Manager,खाते व्यवस्थापक apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},{0} {1} साठी असाइनमेंट apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,आपले देयक रद्द केले आहे. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,कृपया सेटअप> ईमेल> ईमेल खाते वरून डीफॉल्ट ईमेल खाते सेट करा apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,निवडा फाइल प्रकार apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,सर्व पहा DocType: Help Article,Knowledge Base Editor,नॉलेज बेस संपादक @@ -2412,6 +2417,7 @@ DocType: Workflow State,Warning,चेतावणी apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,हे एकाधिक पृष्ठांवर मुद्रित होऊ शकते DocType: Data Migration Run,Percent Complete,पूर्ण टक्के DocType: Tag Category,Tag Category,टॅग वर्ग +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","तुलनासाठी,> 5, <10 किंवा = 324 वापरा. श्रेणीसाठी, 5:10 वापरा (5 आणि 10 मधील मूल्यांसाठी)." DocType: Google Calendar,Pull from Google Calendar,Google कॅलेंडरमधून खेचा apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,मदत DocType: User,Login Before,लॉग-इन करण्यापूर्वी @@ -2536,7 +2542,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,रद्द DocType: Transaction Log,Checksum Version,चेकसम वर्जन DocType: User,Allow Modules,विभागांना परवानगी द्या DocType: Unhandled Email,Unhandled Email,न हाताळलेले ईमेल -DocType: Event,Monday,सोमवार +DocType: Assignment Rule Day,Monday,सोमवार apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,यापुढे कीबोर्ड नमुन्यांची वापर करा apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,प्रक्रिया करीत आहे ... DocType: Data Import,Don't create new records,नवीन रेकॉर्ड तयार करु नका @@ -2664,7 +2670,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","प्रिय प्रणाली व्यवस्थापक," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} स्वतः ने हे काम नियुक्त केले: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,आपला देश -DocType: Event,Sunday,रविवारी +DocType: Assignment Rule Day,Sunday,रविवारी apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,स्थायी apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,ग्रिड दृश्य मध्ये apps/frappe/frappe/desk/page/user_profile/user_profile.js,No More Activity,अधिक क्रियाकलाप नाही @@ -2703,7 +2709,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,दरम्यान DocType: Social Login Key,fairlogin,फयरिलोगिन DocType: Async Task,Queued,रांगेत आहे -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,सेटअप> फॉर्म सानुकूलित करा DocType: Braintree Settings,Use Sandbox,Sandbox वापर apps/frappe/frappe/utils/goal.py,This month,या महिन्यात apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,नवीन सानुकूल प्रिंट स्वरूप @@ -2797,7 +2802,7 @@ DocType: Workflow,States,स्टेट्स DocType: Notification,Attach Print,प्रिंट संलग्न DocType: Assignment Rule,Assignment Rule,असाइनमेंट नियम apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},सूचित वापरकर्तानाव: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,दिवस +DocType: Assignment Rule Day,Day,दिवस apps/frappe/frappe/public/js/frappe/desk.js,Modules,विभाग apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,भरणा यशस्वी apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,कोणत्याही {0} मेल @@ -2826,7 +2831,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,ई- apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","{1}, {2} चे {0} अद्यतनित करीत आहे" DocType: Auto Email Report,Filters Display,फिल्टर प्रदर्शन apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",सुधारणा करण्यासाठी "सुधारित_फार्म" फील्ड असणे आवश्यक आहे. -DocType: Contact,Numbers,संख्या apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,फिल्टर जतन करा DocType: Address,Plant,वनस्पती apps/frappe/frappe/core/doctype/communication/communication.js,Reply All,सर्वांना उत्तर द्या @@ -2871,6 +2875,7 @@ DocType: Custom Script,Custom Script,सानुकूल स्क्रिप DocType: Address,Address Line 2,पत्ता ओळ 2 DocType: Address,Reference,संदर्भ apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,नियुक्त +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,कृपया सेटअप> ईमेल> ईमेल खाते वरून डीफॉल्ट ईमेल खाते सेट करा DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,डेटा माइग्रेशन मॅपिंग तपशील DocType: Data Import,Action,क्रिया DocType: GSuite Settings,Script URL,स्क्रिप्ट URL @@ -3036,6 +3041,7 @@ apps/frappe/frappe/database/database.py,Too many writes in one request. Please s apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Drive has been configured.,Google ड्राइव्ह कॉन्फिगर केले गेले आहे. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,मूल्ये बदलली DocType: Workflow State,arrow-up,बाण-अप +DocType: Dynamic Link,Link Document Type,दुवा दस्तऐवज प्रकार DocType: OAuth Bearer Token,Expires In,मध्ये कालबाह्य DocType: DocField,Allow on Submit,सबमिट परवानगी द्या DocType: DocField,HTML,HTML @@ -3055,6 +3061,7 @@ DocType: Web Form,Button Label,बटण लेबल apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} आयटम निवडले apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,पाठवत आहे निलंबित apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,वापरकर्ता परवानग्या यशस्वीरित्या तयार केल्या +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,डीफॉल्ट ग्लोबल शोध दस्तऐवज आणत आहे. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,घटक साइडबार मधून जोडण्यासाठी परत त्यांना trash मध्ये ड्रॅग करा DocType: Workflow State,resize-small,आकार बदला-लहान DocType: Address,Postal Code,पिन कोड @@ -3108,7 +3115,7 @@ DocType: Auto Repeat,End Date,शेवटची तारीख DocType: Data Import,Ignore encoding errors,एन्कोडिंग त्रुटी दुर्लक्षित करा DocType: Chat Profile,Notifications,सूचना DocType: DocField,Column Break,स्तंभ ब्रेक -DocType: Event,Thursday,गुरुवारी +DocType: Assignment Rule Day,Thursday,गुरुवारी apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,आपल्याकडे पुरेसे पुनरावलोकन बिंदू नाहीत apps/frappe/frappe/utils/response.py,You don't have permission to access this file,या फाइलमध्ये प्रवेश करण्याची परवानगी नाही apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,API गुप्त जतन करा: @@ -3192,6 +3199,7 @@ DocType: S3 Backup Settings,ap-south-1,एपी-दक्षिण -1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,अनझिप apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},सलग अयोग्य मूल्य {0}: {1} {2} असणे आवश्यक आहे {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},सबमिट दस्तऐवज मसुद्यावर परत रूपांतरीत केले जाऊ शकत नाही. स्थित्यंतर सलग {0} +DocType: Assignment Rule,Assignment Days,असाइनमेंट डे apps/frappe/frappe/desk/reportview.py,Deleting {0},हटविणे {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,संपादित किंवा नवीन स्वरूपात सुरू करण्यासाठी विद्यमान स्वरूप निवडा. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,बायपास प्रतिबंधित IP पत्ता तपासा जर दो घटक ऑथ सक्षम केला असेल तर @@ -3263,6 +3271,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} म apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,सानुकूल फील्ड केवळ मानक डॉकटाइपमध्ये जोडली जाऊ शकतात. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,करून तयार apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,ड्रॉपबॉक्स सेटअप +DocType: Assignment Rule Day,Assignment Rule Day,असाइनमेंट नियम दिन DocType: Workflow State,resize-horizontal,आकार बदला -आडवा apps/frappe/frappe/templates/emails/download_data.html,Download Link,दुवा डाउनलोड करा DocType: Chat Message,Content,सामग्री @@ -3530,6 +3539,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,बरोबर apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType','डायनॅमिक लिंक' प्रकार फील्ड 'DocType' पर्याय म्हणून दुसरीकडे दुवा फील्ड सूचित करणे आवश्यक आहे DocType: About Us Settings,Team Members Heading,टीम सदस्य शीर्षक apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,अवैध सी स्वरूप +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,Tiada hasil ditemui untuk '
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,Kebenaran Reset untuk {0}? apps/frappe/frappe/config/desktop.py,Users and Permissions,Pengguna dan Kebenaran DocType: S3 Backup Settings,S3 Backup Settings,S3 Backup Settings @@ -1865,7 +1867,7 @@ DocType: Communication Link,Link Title,link Title DocType: Workflow State,fast-backward,pantas ke belakang DocType: Address,Chandigarh,Chandigarh DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,Jumaat +DocType: Assignment Rule Day,Friday,Jumaat apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,Edit dalam laman penuh apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,Item senarai terbuka DocType: Report,Add Total Row,Tambah Jumlah Row @@ -1883,6 +1885,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,Menyesuaikan apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,Lihat Dokumen yang Dibenarkan apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,Anda perlu memasang pycups untuk menggunakan ciri ini! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Permintaan sambungan anda ke Google Calendar telah diterima dengan jayanya +DocType: Tag Link,Tag Link,Pautan Tag apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,Integriti Rantaian DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2026,6 +2029,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,Nota apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,Laporan ralat apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,Data Eksport dalam format CSV / Excel. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,Menyediakan dokumen Carian Global. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,Aplikasi pengesahan yang boleh anda gunakan adalah: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} sudah wujud. Pilih nama lain DocType: S3 Backup Settings,None,Tiada @@ -2038,6 +2042,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,Log Masuk tidak dibenarkan pada masa ini DocType: Data Migration Run,Current Mapping Action,Tindakan pemetaan semasa DocType: Dashboard Chart Source,Source Name,Nama Source +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,Tiada akaun e-mel yang berkaitan dengan Pengguna. Sila tambahkan akaun di bawah Pengguna> Peti Masuk E-mel. DocType: Email Account,Email Sync Option,E-mel Pilihan Sync apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,Baris Tidak DocType: Async Task,Runtime,Runtime @@ -2052,6 +2057,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,Sudah pad DocType: User Email,Enable Outgoing,Membolehkan Keluar DocType: Address,Fax,Fax apps/frappe/frappe/config/customization.py,Custom Tags,Custom Tag +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Akaun E-mel bukan persediaan. Sila buat Akaun E-mel baru dari Persediaan> E-mel> Akaun E-mel DocType: Comment,Submitted,Dihantar DocType: Contact,Pulled from Google Contacts,Ditarik dari Kenalan Google apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,Permintaan tidak sah @@ -2129,7 +2135,6 @@ eval:doc.age>18",Bidang ini akan dipaparkan hanya jika FIELDNAME yang ditakri DocType: Social Login Key,Office 365,Office 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,hari ini apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,hari ini -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Tiada Templat Alamat lalai yang ditemui. Sila buat yang baru dari Persediaan> Percetakan dan Penjenamaan> Template Alamat. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","Sebaik sahaja anda telah menetapkan ini, pengguna hanya akan dapat akses dokumen (. Contohnya Blog Post) mana pautan wujud (contohnya. Blogger)." DocType: Data Import Beta,Submit After Import,Hantar Selepas Import DocType: Error Log,Log of Scheduler Errors,Log Kesilapan Berjadual @@ -2141,6 +2146,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,KES UPPER apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,Custom HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,Masukkan nama folder +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Tiada Templat Alamat lalai yang ditemui. Sila buat yang baru dari Persediaan> Percetakan dan Penjenamaan> Template Alamat. apps/frappe/frappe/auth.py,Unknown User,Pengguna tidak diketahui apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,Pilih Peranan DocType: Comment,Deleted,Dihapuskan @@ -2343,7 +2349,6 @@ DocType: Address,Preferred Shipping Address,Pilihan Alamat Penghantaran apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,Dengan kepala Surat apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} menghasilkan {1} ini apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},Tidak dibenarkan untuk {0}: {1} dalam Baris {2}. Medan terhad: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Akaun E-mel bukan persediaan. Sila buat Akaun E-mel baru dari Persediaan> E-mel> Akaun E-mel DocType: S3 Backup Settings,eu-west-1,eu-west-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","Jika ini diperiksa, baris dengan data yang sah akan diimport dan baris tidak sah akan dibuang ke dalam fail baru untuk anda import kemudian." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,Dokumen hanya boleh disunting oleh pengguna peranan @@ -2411,7 +2416,6 @@ DocType: Contact,Passive,Pasif DocType: Auto Repeat,Accounts Manager,Pengurus Akaun-akaun apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},Tugasan untuk {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,Bayaran anda dibatalkan. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Sila persiapkan Akaun E-mel lalai dari Persediaan> E-mel> Akaun E-mel apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,Pilih Jenis Fail apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,Lihat semua DocType: Help Article,Knowledge Base Editor,Pangkalan Data Editor @@ -2453,6 +2457,7 @@ DocType: Workflow State,Warning,Amaran apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,Ini mungkin boleh dicetak pada berbilang halaman DocType: Data Migration Run,Percent Complete,Peratus Selesai DocType: Tag Category,Tag Category,tag Kategori +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","Sebagai perbandingan, gunakan> 5, <10 atau = 324. Untuk julat, gunakan 5:10 (untuk nilai antara 5 & 10)." DocType: Google Calendar,Pull from Google Calendar,Tarik dari Kalendar Google apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,Bantuan DocType: User,Login Before,Log masuk Sebelum @@ -2579,7 +2584,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,Tidak boleh DocType: Transaction Log,Checksum Version,Versi Checksum DocType: User,Allow Modules,Benarkan Modul DocType: Unhandled Email,Unhandled Email,tak dikendali Email -DocType: Event,Monday,Isnin +DocType: Assignment Rule Day,Monday,Isnin apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,Gunakan corak keyboard lagi apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,Memproses ... DocType: Data Import,Don't create new records,Jangan buat rekod baru @@ -2711,7 +2716,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","Pengurus Sistem yang dihormati," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} diri menugaskan tugas ini: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,Negara awak -DocType: Event,Sunday,Ahad +DocType: Assignment Rule Day,Sunday,Ahad apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: Nama lapangan tidak boleh menjadi salah satu daripada {1} apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,Kedudukan apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,In Grid View @@ -2751,7 +2756,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,antara DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,Beratur -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Persediaan> Peribadikan Borang DocType: Braintree Settings,Use Sandbox,Penggunaan Sandbox apps/frappe/frappe/utils/goal.py,This month,Bulan ini apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,New Format Custom Cetak @@ -2847,7 +2851,7 @@ DocType: Workflow,States,Amerika DocType: Notification,Attach Print,Lampirkan Cetak DocType: Assignment Rule,Assignment Rule,Peraturan Penyerahan apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},Nama pengguna yang dicadangkan: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,hari +DocType: Assignment Rule Day,Day,hari apps/frappe/frappe/public/js/frappe/desk.js,Modules,modul apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,Kejayaan pembayaran apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,Tiada {0} mel @@ -2877,7 +2881,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,e-mel apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","Mengemas kini {0} daripada {1}, {2}" DocType: Auto Email Report,Filters Display,Penapis Display apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.","amended_from" mesti hadir untuk melakukan pindaan. -DocType: Contact,Numbers,Nombor apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} menghargai kerja anda di {1} {2} apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,Simpan penapis DocType: Address,Plant,Loji @@ -2923,6 +2926,7 @@ DocType: Custom Script,Custom Script,Skrip Custom DocType: Address,Address Line 2,Alamat 2 DocType: Address,Reference,Rujukan apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,Ditugaskan Untuk +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Sila persiapkan Akaun E-mel lalai dari Persediaan> E-mel> Akaun E-mel DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,Detil Pemetaan Migrasi Data DocType: Data Import,Action,Tindakan DocType: GSuite Settings,Script URL,URL skrip @@ -3092,6 +3096,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,Jenis Dokumen {0} telah diulang. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,nilai Berubah DocType: Workflow State,arrow-up,arrow-up +DocType: Dynamic Link,Link Document Type,Pautan Jenis Dokumen apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,Harus ada atleast satu baris untuk {0} jadual apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.","Untuk mengkonfigurasi Ulangan Auto, dayakan "Benarkan Ulang Auto" dari {0}." DocType: OAuth Bearer Token,Expires In,tamat pada @@ -3113,6 +3118,7 @@ DocType: Web Form,Button Label,Button Label apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} item yang dipilih apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,menggantung Menghantar apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,Kebenaran pengguna dibuat dengan berjaya +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,Mengambil dokumen Carian Global lalai. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,Elemen Seret dari bar sisi tambah. Mengheret mereka kembali ke tong sampah. DocType: Workflow State,resize-small,mengubah saiz kecil DocType: Address,Postal Code,Poskod @@ -3166,7 +3172,7 @@ DocType: Auto Repeat,End Date,Tarikh akhir DocType: Data Import,Ignore encoding errors,Abaikan ralat pengekodan DocType: Chat Profile,Notifications,Pemberitahuan DocType: DocField,Column Break,Ruangan Cuti -DocType: Event,Thursday,Khamis +DocType: Assignment Rule Day,Thursday,Khamis apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,Anda tidak mempunyai mata semakan yang mencukupi apps/frappe/frappe/utils/response.py,You don't have permission to access this file,Anda tidak mempunyai kebenaran untuk mengakses fail ini apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,Simpan Rahsia API: @@ -3252,6 +3258,7 @@ DocType: S3 Backup Settings,ap-south-1,ap-selatan-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,Unzip apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},Nilai tidak betul berturut-turut {0}: {1} mesti {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},Dokumen yang dihantar tidak boleh ditukar kembali untuk merangka. Berturut-turut peralihan {0} +DocType: Assignment Rule,Assignment Days,Hari Tugasan apps/frappe/frappe/desk/reportview.py,Deleting {0},Memadam {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,Pilih format yang sedia ada untuk mengedit atau memulakan format baru. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,Bypass cek alamat IP terhad Jika Dua Faktor Auth Diaktifkan @@ -3324,6 +3331,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} bula apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,Bidang Tersuai hanya boleh ditambah kepada DocType standard. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,Dibuat oleh apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,Dropbox Persediaan +DocType: Assignment Rule Day,Assignment Rule Day,Hari Peraturan Penyerahan DocType: Workflow State,resize-horizontal,mengubah saiz-mendatar apps/frappe/frappe/templates/emails/download_data.html,Download Link,Pautan muat turun DocType: Chat Message,Content,Kandungan @@ -3587,7 +3595,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,Tambah / Urus DocType: Comment,Published,Diterbitkan apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,Terima kasih kerana e-mel anda DocType: DocField,Small Text,Teks Kecil -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,Nombor {0} tidak boleh ditetapkan sebagai utama untuk Telefon serta Nombor Mudah Alih DocType: Workflow,Allow approval for creator of the document,Benarkan kelulusan pencipta dokumen apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,Simpan Laporan DocType: Webhook,on_cancel,on_cancel @@ -3600,6 +3607,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,Sama apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',Jenis 'Dynamic Link' Pilihan medan mesti menunjukkan satu lagi Bidang Link dengan pilihan 'DOCTYPE' DocType: About Us Settings,Team Members Heading,Ahli-ahli pasukan Tajuk apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,Format CSV tidak sah +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,ရလဒ်တွေကို '' အဘို့မျှမတွေ့
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,{0} သည် reset ခွင့်ပြုချက်? apps/frappe/frappe/config/desktop.py,Users and Permissions,အသုံးပြုသူများနှင့်ခွင့်ပြုချက် DocType: S3 Backup Settings,S3 Backup Settings,S3 ကို Backup ကိုချိန်ညှိမှုများ @@ -1865,7 +1867,7 @@ DocType: Communication Link,Link Title,link ခေါင်းစဉ် DocType: Workflow State,fast-backward,အစာရှောင်-နောက်ပြန် DocType: Address,Chandigarh,Chandigarh DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,သောကြာနေ့ +DocType: Assignment Rule Day,Friday,သောကြာနေ့ apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,အပြည့်အဝစာမျက်နှာတည်းဖြတ်မှု apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,ပွင့်လင်းစာရင်းကို item DocType: Report,Add Total Row,စုစုပေါင်း Row Add @@ -1883,6 +1885,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,Customize apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,ကြည့်ရန်ခွင့်စာရွက်စာတမ်းများ apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,သင်သည်ဤအင်္ဂါရပ်ကိုအသုံးပြုရန် pycups install လုပ်ရန်လိုအပ်ပါတယ် apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Google ကပြက္ခဒိန်ရန်သင့်ရဲ့အဆက်အသွယ်လုပ်ဖို့တောင်းဆိုချက်အောင်မြင်စွာလက်ခံခဲ့သည်ခဲ့သည် +DocType: Tag Link,Tag Link,Tag Link apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,ကွင်းဆက်သမာဓိ DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2026,6 +2029,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,မှတ်ချက် apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,error အစီရင်ခံစာ apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,CSV ဖိုင် / Excel ကို format နဲ့ပို့ကုန် Data ဖြစ်ပါတယ်။ +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,Global Search စာရွက်စာတမ်းများကိုတည်ဆောက်ခြင်း။ apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,သငျသညျကိုသုံးနိုင်သည် authentication Apps ကပနေသောခေါင်းစဉ်: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} ရှိပြီးဖြစ်သည်။ အခြားအမည်တစ်ခုကိုရွေးချယ်ပါ DocType: S3 Backup Settings,None,အဘယ်သူမျှမ @@ -2038,6 +2042,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,login ဒီအချိန်မှာခွင့်မပြု DocType: Data Migration Run,Current Mapping Action,လက်ရှိမြေပုံလှုပ်ရှားမှု DocType: Dashboard Chart Source,Source Name,source အမည် +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,အသုံးပြုသူနှင့်ဆက်စပ်သောအီးမေးလ်အကောင့်မရှိပါ။ ကျေးဇူးပြု၍ User> Email Inbox အောက်တွင်အကောင့်တစ်ခုထည့်ပါ။ DocType: Email Account,Email Sync Option,အီးမေးလ်ပို့ရန် Sync ကို Option ကို apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,အဘယ်သူမျှမ Row DocType: Async Task,Runtime,runtime @@ -2052,6 +2057,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,ယခု DocType: User Email,Enable Outgoing,အထွက် Enable DocType: Address,Fax,ဖက်စ် apps/frappe/frappe/config/customization.py,Custom Tags,စိတ်တိုင်းကျ Tags: +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,အီးမေးလ်အကောင့်မတည်ဆောက်ပါ ကျေးဇူးပြု၍ Setup> Email> Email Account မှအီးမေးလ်အကောင့်အသစ်ကိုဖွင့်ပါ DocType: Comment,Submitted,Submitted DocType: Contact,Pulled from Google Contacts,Google Contacts မှဆွဲထုတ် apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,သက်တမ်းရှိတောင်းဆိုမှုအတွက် @@ -2129,7 +2135,6 @@ eval:doc.age>18",myfield eval: doc.myfield == '' ငါ့အ Value DocType: Social Login Key,Office 365,Office 365 ကို apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,ယနေ့တွင် apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,ယနေ့တွင် -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,မျှမတွေ့ default အနေနဲ့လိပ်စာ Template ။ Setup ကို> ပုံနှိပ်ခြင်းနှင့်တံဆိပ်တပ်> လိပ်စာ Template ကနေအသစ်တခုဖန်တီးပေးပါ။ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).",သင်သည်ဤခန့်ထားပြီသည်နှင့်တပြိုင်နက်အသုံးပြုသူသာတတ်နိုင် access ကိုစာရွက်စာတမ်းများ (ဥပမာ။ Post ကို Blog) link ကိုတည်ရှိသည့်နေရာဖြစ်လိမ့်မည် (ဥပမာ။ ဘလော့ဂါ) ။ DocType: Data Import Beta,Submit After Import,သွင်းကုန်ပြီးနောက် Submit DocType: Error Log,Log of Scheduler Errors,Scheduler ကို Errors ၏ log @@ -2141,6 +2146,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,ကြီးများပြဿနာ apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,custom က HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,ဖိုင်တွဲအမည် Enter +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,ပုံမှန်လိပ်စာ template ကိုမတွေ့ပါ။ Setup> ပုံနှိပ်ခြင်းနှင့်ကုန်အမှတ်တံဆိပ်> လိပ်စာပုံစံမှအသစ်တစ်ခုဖန်တီးပါ။ apps/frappe/frappe/auth.py,Unknown User,အမည်မသိအသုံးပြုသူ apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,အခန်းက္ပကိုရွေးပါ DocType: Comment,Deleted,Deleted @@ -2343,7 +2349,6 @@ DocType: Address,Preferred Shipping Address,ပိုဦးစားပေး apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,ပေးစာဦးခေါင်းနှင့်အတူ apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} {1} ဒီနေသူများကဖန်တီး apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},{1} Row {2} အတွက်: {0} များအတွက်ခွင့်မပြု။ ကန့်သတ်သောလယ်: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,အီးမေးလ်အကောင့်မပေး setup ကို။ Setup ကို> အီးမေးလ်> အီးမေးလ်အကောင့်ကနေအသစ်တခုအီးမေးလ်အကောင့်ကိုဖန်တီးပေးပါ DocType: S3 Backup Settings,eu-west-1,EU-အနောက်ဘက်-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.",ဒီ check လုပ်ထားလျှင်ခိုင်လုံသောဒေတာနှင့်အတူတန်းစီတင်သွင်းမည်ဖြစ်ပြီးမမှန်ကန်တဲ့အတန်းကိုသင်နောက်ပိုင်းတွင်တင်သွင်းဖို့အတှကျဖိုင်အသစ်တစ်ခုသို့စွန့်ပစ်လိမ့်မည်။ apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,စာရွက်စာတမ်းအခန်းကဏ္ဍ၏အသုံးပြုသူများသာတည်းဖြတ်မှု @@ -2411,7 +2416,6 @@ DocType: Contact,Passive,မလှုပ်မရှားနေသော DocType: Auto Repeat,Accounts Manager,အကောင့်အသစ်များ၏ Manager က apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},{0} {1} ဘို့တာဝန်ကျတဲ့နေရာ apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,သင့်အတွက်ငွေပေးချေမှုဖျက်သိမ်းသည်။ -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Setup ကို> အီးမေးလ်> အီးမေးလ်အကောင့်ကနေ ကျေးဇူးပြု. setup ကို default အနေနဲ့အီးမေးလ်အကောင့်ကို apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,ဖိုင်မှတ်တမ်းအမျိုးအစားကိုရွေးချယ်ပါ apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,အားလုံးကြည့်ရန် DocType: Help Article,Knowledge Base Editor,Knowledge Base Editor ကို @@ -2453,6 +2457,7 @@ DocType: Workflow State,Warning,သတိပေးခြင်း apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,ဒီအမျိုးစုံစာမျက်နှာများပေါ်တွင်ပုံနှိပ်ရစေခြင်းငှါ DocType: Data Migration Run,Percent Complete,ရာခိုင်နှုန်းကိုအပြီးအစီး DocType: Tag Category,Tag Category,tag ကို Category: +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","နှိုင်းယှဉ်မှုအဘို့,> 5, <10 or = 324 ကိုအသုံးပြုပါ။ အကွာအဝေးများအတွက်, 5:10 (5 & 10 အကြားတန်ဖိုးများအတွက်) ကိုသုံးပါ။" DocType: Google Calendar,Pull from Google Calendar,Google ကပြက္ခဒိန်ထဲကနေဆွဲထုတ် apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,ကူညီကြပါ DocType: User,Login Before,ခင်မှာ Login @@ -2579,7 +2584,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,ဖျက် DocType: Transaction Log,Checksum Version,checksum ဗားရှင်း DocType: User,Allow Modules,မော်ဂျူးများ Allow DocType: Unhandled Email,Unhandled Email,Unhandled အီးမေးလ် -DocType: Event,Monday,တနင်္လာနေ့ +DocType: Assignment Rule Day,Monday,တနင်္လာနေ့ apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,ကြာကြာကီးဘုတ်ပုံစံများအသုံး Make apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,လုပ်ဆောင်နေသည်... DocType: Data Import,Don't create new records,အသစ်သောမှတ်တမ်းများဖန်တီးမထားပါနဲ့ @@ -2711,7 +2716,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","ချစ်ခင်လေးစားရပါသောစနစ်မန်နေဂျာ," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{1}: ဤတာဝန်တာဝန်ပေးအပ် {0} မိမိကိုယ်မိမိ apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,မင်းရဲ့တိုင်းပြည် -DocType: Event,Sunday,တနင်္ဂနွေ +DocType: Assignment Rule Day,Sunday,တနင်္ဂနွေ apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: Fieldname {1} ၏တဦးတည်းမဖွစျနိုငျ apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,ရပ်တည်မှု apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,Grid ကြည့်ရန်အတွက် @@ -2751,7 +2756,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,အကြား DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,Queued -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Setup ကို> Customize Form ကို DocType: Braintree Settings,Use Sandbox,Sandbox ကိုသုံးပါ apps/frappe/frappe/utils/goal.py,This month,ဤလတွင် apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,နယူးအကောက်ခွန်ပုံနှိပ်စီစဉ်ဖွဲ့စည်းမှုပုံစံ @@ -2847,7 +2851,7 @@ DocType: Workflow,States,ပွညျထောငျစု DocType: Notification,Attach Print,ပုံနှိပ် Attach DocType: Assignment Rule,Assignment Rule,တာဝန်ကျတဲ့စည်းမျဉ်း apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},အကြံပြုသည်အသုံးပြုသူအမည်: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,နေ့ +DocType: Assignment Rule Day,Day,နေ့ apps/frappe/frappe/public/js/frappe/desk.js,Modules,modules apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,ငွေပေးချေမှုရမည့်အောင်မြင်မှုသည် apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,အဘယ်သူမျှမ {0} မေးလ် @@ -2877,7 +2881,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,အ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","{0} {1}, {2} ၏အသစ်ပြောင်းခြင်း" DocType: Auto Email Report,Filters Display,စိစစ်မှုများပြရန် apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.","amended_from" လယ်ကွင်းတစ်ခုပြင်ဆင်ချက်လုပ်ဖို့ပစ္စုပ္ပန်ဖြစ်ရပါမည်။ -DocType: Contact,Numbers,တောလည်ရာ apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} {1} {2} ပေါ်တွင်သင်၏အလုပ်တန်ဖိုးထား apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,Filter ကို Save DocType: Address,Plant,စက်ရုံ @@ -2923,6 +2926,7 @@ DocType: Custom Script,Custom Script,custom Script ကို DocType: Address,Address Line 2,လိပ်စာလိုင်း 2 DocType: Address,Reference,အညွှန်း apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,ရန်တာဝန်ပေး +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,ကျေးဇူးပြု၍ Setup> Email> Email Account မှမူလအီးမေးလ်ကိုသတ်မှတ်ပါ DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,ဒေတာကိုရွှေ့ပြောင်းမြေပုံအသေးစိတ် DocType: Data Import,Action,action DocType: GSuite Settings,Script URL,script URL ကို @@ -3092,6 +3096,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,စာရွက်စာတမ်းအမျိုးအစား {0} ထပ်ခါတလဲလဲခဲ့သည်။ apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,Changed တန်ဖိုးများ DocType: Workflow State,arrow-up,မြှား-up က +DocType: Dynamic Link,Link Document Type,လင့်ခ်စာရွက်စာတမ်းအမျိုးအစား apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,{0} စားပွဲပေါ်မှာအဘို့အ atleast တဦးတည်းအတန်းရှိသင့်ပါသည် apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.","အော်တိုထပ် configure လုပ်ဖို့, {0} ကနေ "အော်တိုထပ် Allow" ကို enable ။" DocType: OAuth Bearer Token,Expires In,ခုနှစ်တွင်သက်တမ်းကုန်ဆုံးမည် @@ -3113,6 +3118,7 @@ DocType: Web Form,Button Label,button ကိုတံဆိပ်တပ်ရန apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,ရှေးခယျြထား {0} ပစ္စည်းများ apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,ပေးပို့ခြင်းကိုရပ်ဆိုင်း apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,sucessfully created အသုံးပြုသူခွင့်ပြုချက်များ +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,ပုံမှန်ရှာဖွေခြင်းမှတ်တမ်းများကိုရယူခြင်း။ apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,add ဖို့ sidebar မှာရှိတဲ့ element တွေကိုဆွဲယူပါ။ နောက်ကျောအမှိုက်မှသူတို့ကိုဆွဲယူပါ။ DocType: Workflow State,resize-small,အရွယ်အစားသေးငယ်တဲ့- DocType: Address,Postal Code,စာတိုက်သင်္ကေတ @@ -3166,7 +3172,7 @@ DocType: Auto Repeat,End Date,အဆုံးနေ့စွဲ DocType: Data Import,Ignore encoding errors,encoding ကအမှားများကိုလျစ်လျူရှုပါ DocType: Chat Profile,Notifications,အသိပေးချက်များ DocType: DocField,Column Break,ကော်လံ Break -DocType: Event,Thursday,ကြာသပတေးနေ့ +DocType: Assignment Rule Day,Thursday,ကြာသပတေးနေ့ apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,သငျသညျအလုံအလောက်ပြန်လည်သုံးသပ်အချက်များရှိသည်မဟုတ်ကြဘူး apps/frappe/frappe/utils/response.py,You don't have permission to access this file,သင်သည်ဤဖိုင်တွင်ဝင်ရောက်ဖို့ခွင့်ပြုချက်ရှိသည်မဟုတ်ကြဘူး apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,လျှို့ဝှက်ချက် API ကို Save: @@ -3252,6 +3258,7 @@ DocType: S3 Backup Settings,ap-south-1,AP-တောင်ဘက်-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,ဇီပ် apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},အတန်းအတွက်မမှန်ကန်တန်ဖိုးကို {0}: {1} {2} {3} ဖြစ်ရမည် apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},Submitted Document ဖိုင်ပြန်မူကြမ်းအဖြစ်ပြောင်းလဲမရနိုင်ပါ။ အကူးအပြောင်းအတန်း {0} +DocType: Assignment Rule,Assignment Days,တာဝန်ကျတဲ့နေ့ရက်များ apps/frappe/frappe/desk/reportview.py,Deleting {0},{0} ဖျက်ခြင်း apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,အသစ်တစ်ခုကို format ကိုတည်းဖြတ်သို့မဟုတ်စတင်ရန်ရှိပြီးသား format ကိုရွေးပါ။ DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,နှစ်ဦး Factor Auth Enabled လိုလျှင် Bypass လုပ်ရ IP Address ကိုစစ်ဆေးမှုများကန့်သတ် @@ -3324,6 +3331,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} mont apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,custom Fields တစ်ခုသာစံ DOCTYPE မှဆက်ပြောသည်နိုင်ပါသည်။ apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,By Created apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,Dropbox ကို Setup ကို +DocType: Assignment Rule Day,Assignment Rule Day,တာဝန်နည်းဥပဒေ DocType: Workflow State,resize-horizontal,အရွယ်အစား-ရေပြင်ညီ apps/frappe/frappe/templates/emails/download_data.html,Download Link,ဒေါင်းလုပ် Link ကို DocType: Chat Message,Content,content @@ -3587,7 +3595,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,Add / အီ DocType: Comment,Published,Published apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,သင့်ရဲ့အီးမေးလ်အတွက်ကျေးဇူးတင်ပါသည် DocType: DocField,Small Text,အသေးစားစာသား -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,နံပါတ် {0} တယ်လီဖုန်းများအတွက်မူလတန်းအဖြစ်မိုဘိုင်းအမှတ်အဖြစ်သတ်မှတ်ထားမရနိုင် DocType: Workflow,Allow approval for creator of the document,စာရွက်စာတမ်း၏ဖန်ဆင်းရှင်များအတွက်ခွင့်ပြုချက် Allow apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,ကြော်ငြာကို Save လုပ်ရန်အစီရင်ခံစာ DocType: Webhook,on_cancel,on_cancel @@ -3600,6 +3607,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,တူညီသ apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',လယ်ပြင်၌ရှိသော Options ကို '' Dynamic Link ကို '' type ကို '' DOCTYPE 'အဖြစ်ရွေးချယ်စရာနှင့်အတူအခြား Link ကိုကွင်းဆင်းဖို့ထောက်ပြရမယ် DocType: About Us Settings,Team Members Heading,ရေးအဖွဲ့အဖွဲ့ဝင်များဦးတည် apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,မှားနေသော CSV ဖိုင် Format ကို +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,Geen resultaten gevonden voor '
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,Reset Machtigingen voor {0} ? apps/frappe/frappe/config/desktop.py,Users and Permissions,Gebruikers en machtigingen DocType: S3 Backup Settings,S3 Backup Settings,S3 Back-upinstellingen @@ -1864,7 +1866,7 @@ DocType: Communication Link,Link Title,Link Titel DocType: Workflow State,fast-backward,snel achteruit DocType: Address,Chandigarh,Chandigarh DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,Vrijdag +DocType: Assignment Rule Day,Friday,Vrijdag apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,Bewerken in volledige pagina apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,Lijstitem openen DocType: Report,Add Total Row,Voeg Totaal Rij toe @@ -1882,6 +1884,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,Aanpassen apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,Bekijk toegestane documenten apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,U moet pycups installeren om deze functie te gebruiken! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Uw verbindingsverzoek naar Google Agenda is met succes geaccepteerd +DocType: Tag Link,Tag Link,Tag Link apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,Chain Integrity DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2026,6 +2029,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,Opmerking apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,Fout rapport apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,Gegevens exporteren in CSV / Excel-indeling. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,Global Search-documenten instellen. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,Authenticatie Apps die u kunt gebruiken zijn: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} bestaat al. Selecteer een andere naam DocType: S3 Backup Settings,None,Geen @@ -2038,6 +2042,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,Inloggen niet toegestaan op dit moment DocType: Data Migration Run,Current Mapping Action,Huidige toewijzingsactie DocType: Dashboard Chart Source,Source Name,Bron naam +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,Geen e-mailaccount gekoppeld aan de gebruiker. Voeg een account toe onder Gebruiker> E-mailinbox. DocType: Email Account,Email Sync Option,E-mail Sync Option apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,Rij nr DocType: Async Task,Runtime,Runtime @@ -2052,6 +2057,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,Reeds in DocType: User Email,Enable Outgoing,Inschakelen Uitgaand DocType: Address,Fax,Fax apps/frappe/frappe/config/customization.py,Custom Tags,Custom Tags +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-mailaccount niet ingesteld. Maak een nieuw e-mailaccount aan via Instellingen> E-mail> E-mailaccount DocType: Comment,Submitted,Ingediend DocType: Contact,Pulled from Google Contacts,Getrokken uit Google Contacten apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,Ongeldig verzoek @@ -2127,7 +2133,6 @@ eval:doc.myfield=='My Value' eval:doc.age>18","Dit veld verschijnt alleen als de veldnaam hier gedefinieerde waarde heeft, of de regels waar zijn (voorbeelden): myfield Eval: doc.myfield == 'My Value' eval: doc.age> 18" DocType: Social Login Key,Office 365,Office 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,Vandaag -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Geen standaard adressjabloon gevonden. Maak een nieuwe aan via Instellingen> Afdrukken en branding> Adressjabloon. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","Zodra je dit hebt ingesteld, hebben de gebruikers uitsluitend toegang tot documenten ( bijv. blog post ) waarvan de link bestaat ( bijv. Blogger ) ." DocType: Data Import Beta,Submit After Import,Verzenden na importeren DocType: Error Log,Log of Scheduler Errors,Log van Scheduler Fouten @@ -2139,6 +2144,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,HOOFDLETTERS apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,Aangepaste HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,Voer mapnaam +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Geen standaard adressjabloon gevonden. Maak een nieuwe aan via Instellingen> Afdrukken en branding> Adressjabloon. apps/frappe/frappe/auth.py,Unknown User,Onbekende gebruiker apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,Selecteer Rol DocType: Comment,Deleted,Verwijderd @@ -2341,7 +2347,6 @@ DocType: Address,Preferred Shipping Address,Voorkeur verzendadres apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,Met Brief hoofd apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} heeft dit {1} aangemaakt apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},Niet toegestaan voor {0}: {1} in rij {2}. Beperkt veld: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-mailaccount niet ingesteld. Maak een nieuw e-mailaccount aan via Instellingen> E-mail> E-mailaccount DocType: S3 Backup Settings,eu-west-1,eu-west-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","Als dit is aangevinkt, worden rijen met geldige gegevens geïmporteerd en worden ongeldige rijen in een nieuw bestand gedumpt om later te importeren." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,Document is alleen bewerkbaar door gebruikers van de rol van @@ -2409,7 +2414,6 @@ DocType: Contact,Passive,Passief DocType: Auto Repeat,Accounts Manager,Rekeningen Beheerder apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},Toewijzing voor {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,Uw betaling is geannuleerd. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Stel het standaard e-mailaccount in via Setup> Email> Email Account apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,Select File Type apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,Bekijk alles DocType: Help Article,Knowledge Base Editor,Knowledge Base Editor @@ -2451,6 +2455,7 @@ DocType: Workflow State,Warning,Waarschuwing apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,Dit kan op meerdere pagina's worden afgedrukt DocType: Data Migration Run,Percent Complete,Percentage compleet DocType: Tag Category,Tag Category,tag Categorie +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","Gebruik voor vergelijking> 5, <10 of = 324. Gebruik 5:10 voor bereiken (voor waarden tussen 5 en 10)." DocType: Google Calendar,Pull from Google Calendar,Uit Google Agenda halen apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,Help DocType: User,Login Before,Login Voor @@ -2576,7 +2581,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,Kan geannule DocType: Transaction Log,Checksum Version,Checksum-versie DocType: User,Allow Modules,Modules toestaan DocType: Unhandled Email,Unhandled Email,unhandled Email -DocType: Event,Monday,Maandag +DocType: Assignment Rule Day,Monday,Maandag apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,Maak gebruik van langere toetsenbord patronen apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,Verwerken... DocType: Data Import,Don't create new records,Maak geen nieuwe records @@ -2708,7 +2713,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","Geachte Systeemmanager," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} heeft deze taak zelf toegewezen: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,Jouw land -DocType: Event,Sunday,Zondag +DocType: Assignment Rule Day,Sunday,Zondag apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: Veldnaam mag geen van {1} zijn apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,Standen apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,In Grid View @@ -2748,7 +2753,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,Tussen DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,Wachtrij -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Configuratie> Formulier aanpassen DocType: Braintree Settings,Use Sandbox,Gebruik Sandbox apps/frappe/frappe/utils/goal.py,This month,Deze maand apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,Nieuwe Custom Print Format @@ -2844,7 +2848,7 @@ DocType: Workflow,States,Statussen DocType: Notification,Attach Print,Bevestig Print DocType: Assignment Rule,Assignment Rule,Toewijzingsregel apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},Suggereerde Gebruikersnaam: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,Dag +DocType: Assignment Rule Day,Day,Dag apps/frappe/frappe/public/js/frappe/desk.js,Modules,modules apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,betaling Succes apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,Geen {0} mail @@ -2874,7 +2878,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,E-mai apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","Updaten {0} van {1}, {2}" DocType: Auto Email Report,Filters Display,filters weergeven apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.","modified_from" veld moet aanwezig zijn om een wijziging uit te voeren. -DocType: Contact,Numbers,Numbers apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} waardeerde uw werk op {1} {2} apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,Filters opslaan DocType: Address,Plant,Fabriek @@ -2920,6 +2923,7 @@ DocType: Custom Script,Custom Script,Aangepaste Script DocType: Address,Address Line 2,Adres Lijn 2 DocType: Address,Reference,Referentie apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,Toegewezen Aan +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Stel het standaard e-mailaccount in via Setup> Email> Email Account DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,Data Migration Mapping Detail DocType: Data Import,Action,Actie DocType: GSuite Settings,Script URL,Script URL @@ -3090,6 +3094,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,Documenttype {0} is herhaald. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,Gewijzigde waarden DocType: Workflow State,arrow-up,pijl-up +DocType: Dynamic Link,Link Document Type,Type document koppelen apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,Er moet minimaal één rij zijn voor de {0} tabel apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.","Om Auto Repeat te configureren, schakelt u "Allow Auto Repeat" in vanaf {0}." DocType: OAuth Bearer Token,Expires In,Verloopt in @@ -3111,6 +3116,7 @@ DocType: Web Form,Button Label,knoplabel apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} items geselecteerd apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,opschorten verzenden apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,Gebruikersmachtigingen succesvol aangemaakt +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,Standaard Global Search-documenten ophalen. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,Sleep elementen uit de zijbalk toe te voegen. Sleep ze terug naar de prullenbak. DocType: Workflow State,resize-small,resize-small DocType: Address,Postal Code,Postcode @@ -3164,7 +3170,7 @@ DocType: Auto Repeat,End Date,Einddatum DocType: Data Import,Ignore encoding errors,Coderingsfouten negeren DocType: Chat Profile,Notifications,meldingen DocType: DocField,Column Break,Column Break -DocType: Event,Thursday,Donderdag +DocType: Assignment Rule Day,Thursday,Donderdag apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,Je hebt niet voldoende beoordelingspunten apps/frappe/frappe/utils/response.py,You don't have permission to access this file,U hebt geen toestemming om dit bestand te openen apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,Save API Secret: @@ -3250,6 +3256,7 @@ DocType: S3 Backup Settings,ap-south-1,ap-zuid-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,Uitpakken apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},Onjuiste waarde in rij {0} : {1} moet zijn {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},Ingediend Document kan niet teruggezet worden naar Draft. Transitie rij {0} +DocType: Assignment Rule,Assignment Days,Opdrachtdagen apps/frappe/frappe/desk/reportview.py,Deleting {0},Het verwijderen van {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,Selecteer een bestaande indeling te bewerken of start een nieuwe indeling. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,Bypass beperkte IP-adrescontrole Als twee factoren geactiveerd zijn @@ -3322,6 +3329,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} maan apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,Aangepaste velden kunnen alleen worden toegevoegd aan een standaard DocType. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,Gemaakt door apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,Dropbox Setup +DocType: Assignment Rule Day,Assignment Rule Day,Dag van de opdrachtregel DocType: Workflow State,resize-horizontal,resize-horizontale apps/frappe/frappe/templates/emails/download_data.html,Download Link,Download link DocType: Chat Message,Content,Inhoud @@ -3596,7 +3604,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,Toevoegen / B DocType: Comment,Published,Gepubliceerd apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,Bedankt voor je email DocType: DocField,Small Text,Kleine tekst -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,Nummer {0} kan niet worden ingesteld als primair voor zowel Telefoon als Mobiel. DocType: Workflow,Allow approval for creator of the document,Sta goedkeuring toe voor maker van het document apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,Rapport opslaan DocType: Webhook,on_cancel,on_cancel @@ -3609,6 +3616,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,Is gelijk aan apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',Opties 'Dynamic Link' type veld moet verwijzen naar een andere Linkeveld met opties als 'DocType' DocType: About Us Settings,Team Members Heading,Teamleden Koptekst apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,Ongeldige CSV-formaat +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,Ingen resultater funnet for '
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,Tilbakestill Tillatelser for {0}? apps/frappe/frappe/config/desktop.py,Users and Permissions,Brukere og tillatelser DocType: S3 Backup Settings,S3 Backup Settings,S3 Sikkerhetskopieringsinnstillinger @@ -1862,7 +1864,7 @@ DocType: Communication Link,Link Title,Link Title DocType: Workflow State,fast-backward,raskt bakover DocType: Address,Chandigarh,Chandigarh DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,Fredag +DocType: Assignment Rule Day,Friday,Fredag apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,Rediger i helsides apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,Åpne listeelement DocType: Report,Add Total Row,Legg Total Row @@ -1880,6 +1882,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,Tilpass apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,Se tillatte tillatelser apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,Du må installere pycups for å bruke denne funksjonen! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Forbindelsesforespørselen din til Google Kalender ble godkjent +DocType: Tag Link,Tag Link,Tagg Link apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,Kjedeintegritet DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2023,6 +2026,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,Notat apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,Feilrapport apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,Eksporter data i CSV / Excel-format. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,Sette opp Global Search-dokumenter. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,Autentiseringsprogrammer du kan bruke er: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} eksisterer allerede. Velg et annet navn DocType: S3 Backup Settings,None,Ingen @@ -2035,6 +2039,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,Logg ikke tillatt på dette tidspunktet DocType: Data Migration Run,Current Mapping Action,Aktuell kartleggingshandling DocType: Dashboard Chart Source,Source Name,Source Name +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,Ingen e-postkonto tilknyttet brukeren. Legg til en konto under Bruker> E-postinnboks. DocType: Email Account,Email Sync Option,E-post Sync Option apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,Rad nr DocType: Async Task,Runtime,Runtime @@ -2049,6 +2054,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,Allerede DocType: User Email,Enable Outgoing,Aktiver utgående DocType: Address,Fax,Fax apps/frappe/frappe/config/customization.py,Custom Tags,Egendefinerte definerte~~POS=HEADCOMP tagger +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-postkonto er ikke konfigurert. Opprett en ny e-postkonto fra Oppsett> E-post> E-postkonto DocType: Comment,Submitted,Sendt inn DocType: Contact,Pulled from Google Contacts,Trekkes fra Google-kontakter apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,I gyldig forespørsel @@ -2125,7 +2131,6 @@ eval:doc.myfield=='My Value' eval:doc.age>18",Dette feltet vises bare hvis feltnavn er definert her har verdi eller reglene er sanne (eksempler): myfield eval: doc.myfield == 'Min Value' eval: doc.age> 18 DocType: Social Login Key,Office 365,Kontor 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,I dag -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Ingen standard adressemaler funnet. Opprett en ny fra Oppsett> Utskrift og merkevarebygging> Adressemal. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","Når du har satt dette, vil brukerne bare kunne åpne dokumenter (f.eks. Blogginnlegg) der koblingen finnes (f.eks. Blogger)." DocType: Data Import Beta,Submit After Import,Send inn etter import DocType: Error Log,Log of Scheduler Errors,Logg av Scheduler feil @@ -2137,6 +2142,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,STOR BOKSTAV apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,Custom HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,Skriv inn mappenavn +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Ingen standard adressemaler funnet. Opprett en ny fra Oppsett> Utskrift og merkevarebygging> Adressemal. apps/frappe/frappe/auth.py,Unknown User,Ukjent bruker apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,Velg rolle DocType: Comment,Deleted,Slettet @@ -2339,7 +2345,6 @@ DocType: Address,Preferred Shipping Address,Foretrukne leveringsadresse apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,Med Letter hodet apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} opprettet dette {1} apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},Ikke tillatt for {0}: {1} i rad {2}. Begrenset felt: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-postkonto er ikke konfigurert. Opprett en ny e-postkonto fra Oppsett> E-post> E-postkonto DocType: S3 Backup Settings,eu-west-1,eu-vest-en DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","Hvis dette er merket, importeres rader med gyldige data, og ugyldige rader blir dumpet til en ny fil for at du skal importere senere." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,Dokumentet er kun redigeres av brukerne av rolle @@ -2407,7 +2412,6 @@ DocType: Contact,Passive,Passiv DocType: Auto Repeat,Accounts Manager,Accounts Manager apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},Oppgave for {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,Din betaling er kansellert. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Angi standard e-postkonto fra Oppsett> E-post> E-postkonto apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,Velg filtype apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,Se alt DocType: Help Article,Knowledge Base Editor,Knowledge Base Editor @@ -2449,6 +2453,7 @@ DocType: Workflow State,Warning,Advarsel apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,Dette kan skrives ut på flere sider DocType: Data Migration Run,Percent Complete,Prosent fullført DocType: Tag Category,Tag Category,tag Kategori +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","Til sammenligning, bruk> 5, <10 eller = 324. For områder kan du bruke 5:10 (for verdier mellom 5 og 10)." DocType: Google Calendar,Pull from Google Calendar,Trekk fra Google Kalender apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,Hjelp DocType: User,Login Before,Login Før @@ -2575,7 +2580,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,Kan ikke red DocType: Transaction Log,Checksum Version,Kontrollsum Versjon DocType: User,Allow Modules,Tillat moduler DocType: Unhandled Email,Unhandled Email,Ubehandlet E-post -DocType: Event,Monday,Mandag +DocType: Assignment Rule Day,Monday,Mandag apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,Benytt deg av lengre tastaturmønstre apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,Behandling... DocType: Data Import,Don't create new records,Ikke opprett nye poster @@ -2707,7 +2712,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","Kjære System Manager," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} selv tilordnet denne oppgaven: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,Ditt land -DocType: Event,Sunday,Søndag +DocType: Assignment Rule Day,Sunday,Søndag apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: Feltnavn kan ikke være et av {1} apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,plasseringer apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,I Grid View @@ -2747,7 +2752,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,Mellom DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,I kø -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Oppsett> Tilpass skjema DocType: Braintree Settings,Use Sandbox,bruk Sandbox apps/frappe/frappe/utils/goal.py,This month,Denne måneden apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,New Custom Print Format @@ -2843,7 +2847,7 @@ DocType: Workflow,States,Stater DocType: Notification,Attach Print,Fest Print DocType: Assignment Rule,Assignment Rule,Oppdragsregel apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},Foreslått Brukernavn: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,Dag +DocType: Assignment Rule Day,Day,Dag apps/frappe/frappe/public/js/frappe/desk.js,Modules,moduler apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,betaling suksess apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,Ingen {0} post @@ -2872,7 +2876,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,e-pos apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","Oppdaterer {0} av {1}, {2}" DocType: Auto Email Report,Filters Display,Filter Skjerm apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",Feltet "amend_from" må være til stede for å gjøre en endring. -DocType: Contact,Numbers,tall apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} satte pris på arbeidet ditt med {1} {2} apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,Lagre filtre DocType: Address,Plant,Plant @@ -2918,6 +2921,7 @@ DocType: Custom Script,Custom Script,Custom Script DocType: Address,Address Line 2,Adresselinje 2 DocType: Address,Reference,Referanse apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,Tilordnet +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Angi standard e-postkonto fra Oppsett> E-post> E-postkonto DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,Data Migrering Kartlegging Detalj DocType: Data Import,Action,Handling DocType: GSuite Settings,Script URL,Skript URL @@ -3087,6 +3091,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,Dokumenttype {0} har blitt gjentatt. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,verdier Endret DocType: Workflow State,arrow-up,pil opp +DocType: Dynamic Link,Link Document Type,Koble dokumenttype apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,Det skal være minst en rad for {0} tabellen apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.","For å konfigurere Auto Repeat, aktiverer du "Tillat Auto Repeat" fra {0}." DocType: OAuth Bearer Token,Expires In,utløper om @@ -3108,6 +3113,7 @@ DocType: Web Form,Button Label,Button etikett apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} elementer valgt apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,suspen Sende apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,Brukertillatelser opprettet suksessivt +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,Henter standard Global Search-dokumenter. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,Dra elementer fra sidelinjen for å legge til. Dra dem tilbake til papirkurven. DocType: Workflow State,resize-small,endre størrelse-small DocType: Address,Postal Code,postnummer @@ -3161,7 +3167,7 @@ DocType: Auto Repeat,End Date,Sluttdato DocType: Data Import,Ignore encoding errors,Ignorer kodingsfeil DocType: Chat Profile,Notifications,Varsler DocType: DocField,Column Break,Kolonne Break -DocType: Event,Thursday,Torsdag +DocType: Assignment Rule Day,Thursday,Torsdag apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,Du har ikke nok vurderingspoeng apps/frappe/frappe/utils/response.py,You don't have permission to access this file,Du har ikke tillatelse til å få tilgang til denne filen apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,Lagre API-hemmelighet: @@ -3247,6 +3253,7 @@ DocType: S3 Backup Settings,ap-south-1,ap-sør-en apps/frappe/frappe/core/doctype/file/file.js,Unzip,Unzip apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},Feil verdi på rad {0}: {1} må være {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},Skrevet Dokument kan ikke konverteres tilbake til utkast. Transition rad {0} +DocType: Assignment Rule,Assignment Days,Oppdragsdager apps/frappe/frappe/desk/reportview.py,Deleting {0},Sletting {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,Velg en eksisterende format til å redigere eller starte et nytt format. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,Bypass-begrenset IP-adressekontroll Hvis to faktorautor aktivert @@ -3319,6 +3326,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} mån apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,Tilpassede felt kan bare legges til i en standard DocType. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,Laget Av apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,Dropbox Setup +DocType: Assignment Rule Day,Assignment Rule Day,Oppdragsregelens dag DocType: Workflow State,resize-horizontal,endre størrelse-horisontal apps/frappe/frappe/templates/emails/download_data.html,Download Link,Last ned lenke DocType: Chat Message,Content,Innhold @@ -3579,7 +3587,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,Legg til / Ad DocType: Comment,Published,Publisert apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,Takk for din e-post DocType: DocField,Small Text,Liten tekst -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,Nummer {0} kan ikke angis som primært for telefon så vel som mobilnummer. DocType: Workflow,Allow approval for creator of the document,Tillat godkjenning for skaperen av dokumentet apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,Lagre rapport DocType: Webhook,on_cancel,on_cancel @@ -3592,6 +3599,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,Lik apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',Alternativer "Dynamic Link 'type felt må peke til en annen Link Feltet med alternativer som DOCTYPE DocType: About Us Settings,Team Members Heading,Teammedlemmer Overskrift apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,Ugyldig CSV-format +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,Nie znaleziono wyników dla '
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,Resetuj Dostęp dla {0} apps/frappe/frappe/config/desktop.py,Users and Permissions,Użytkownicy i uprawnienia DocType: S3 Backup Settings,S3 Backup Settings,S3 Ustawienia kopii zapasowej @@ -1864,7 +1866,7 @@ DocType: Communication Link,Link Title,link Title DocType: Workflow State,fast-backward,fast-backward DocType: Address,Chandigarh,Chandigarh DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,Piątek +DocType: Assignment Rule Day,Friday,Piątek apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,Edytuj w pełnym widoku apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,Otwórz element listy DocType: Report,Add Total Row,Dodaj całkowitą liczbę wierszy @@ -1882,6 +1884,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,Dostosuj apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,Wyświetl dozwolone dokumenty apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,"Aby korzystać z tej funkcji, musisz zainstalować programy pycups!" apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Twoja prośba o połączenie z Kalendarzem Google została zaakceptowana +DocType: Tag Link,Tag Link,Tag Link apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,Łańcuchowa integralność DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2025,6 +2028,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,Notatka apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,Błędny raport apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,Eksportuj dane w formacie CSV / Excel. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,Konfigurowanie dokumentów globalnego wyszukiwania. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,"Aplikacja uwierzytelniania, którą możesz użyć to:" apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} już istnieje. Wybierz inną nazwę DocType: S3 Backup Settings,None,Żaden @@ -2037,6 +2041,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,Login nie jest dostępny w tym czasie DocType: Data Migration Run,Current Mapping Action,Bieżąca akcja mapowania DocType: Dashboard Chart Source,Source Name,Źródło Nazwa +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,Brak konta e-mail powiązanego z użytkownikiem. Dodaj konto w opcji Użytkownik> Skrzynka e-mail. DocType: Email Account,Email Sync Option,Opcja synchronizacji poczty elektronicznej apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,Wiersz nr DocType: Async Task,Runtime,Czas pracy @@ -2051,6 +2056,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,"Jest ju DocType: User Email,Enable Outgoing,Włącz wychodzących DocType: Address,Fax,Faks apps/frappe/frappe/config/customization.py,Custom Tags,Własne tagi +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Konto e-mail nie zostało skonfigurowane. Utwórz nowe konto e-mail w Ustawienia> E-mail> Konto e-mail DocType: Comment,Submitted,Zgłoszny DocType: Contact,Pulled from Google Contacts,Pobrano z kontaktów Google apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,Nieprawidłowe żądanie @@ -2128,7 +2134,6 @@ eval:doc.age>18","To pole pojawia się tylko wtedy, gdy nazwa pola zdefiniowa DocType: Social Login Key,Office 365,Office 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,Dzisiaj apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,Dzisiaj -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Nie znaleziono domyślnego szablonu adresu. Utwórz nowy w Ustawieniach> Drukowanie i znakowanie> Szablon adresu. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).", DocType: Data Import Beta,Submit After Import,Prześlij po imporcie DocType: Error Log,Log of Scheduler Errors,Zaloguj Błędów Scheduler @@ -2140,6 +2145,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,DUŻE LITERY apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,Niestandardowy HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,Wpisz nazwę folderu +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Nie znaleziono domyślnego szablonu adresu. Utwórz nowy w Ustawieniach> Drukowanie i znakowanie> Szablon adresu. apps/frappe/frappe/auth.py,Unknown User,Nieznany użytkownik apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,Wybierz rolę DocType: Comment,Deleted,Usunięte @@ -2342,7 +2348,6 @@ DocType: Address,Preferred Shipping Address,Preferowany adres dostawy apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,List z głową apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{1} Utworzony przez: {0} apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},Niedozwolone dla {0}: {1} w wierszu {2}. Ograniczone pole: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Konto e-mail nie zostało skonfigurowane. Utwórz nowe konto e-mail w Ustawienia> E-mail> Konto e-mail DocType: S3 Backup Settings,eu-west-1,eu-west-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","Jeśli ta opcja zostanie zaznaczona, wiersze zawierające poprawne dane zostaną zaimportowane, a nieprawidłowe wiersze zostaną zrzucone do nowego pliku w celu późniejszego zaimportowania." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,Dokument jest tylko edytowalny przez użytkowników z rolą @@ -2410,7 +2415,6 @@ DocType: Contact,Passive,Nieaktywny DocType: Auto Repeat,Accounts Manager,Menedżer kont apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},Przypisanie dla {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,Płatność zostanie anulowana. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Skonfiguruj domyślne konto e-mail w Ustawienia> E-mail> Konto e-mail apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,Wybierz typ pliku apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,Pokaż wszystkie DocType: Help Article,Knowledge Base Editor,Baza wiedzy Editor @@ -2452,6 +2456,7 @@ DocType: Workflow State,Warning,Ostrzeżenie apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,Może to zostać wydrukowane na wielu stronach DocType: Data Migration Run,Percent Complete,Procent ukończony DocType: Tag Category,Tag Category,Kategoria tagów +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","Dla porównania użyj> 5, <10 lub = 324. Dla zakresów użyj 5:10 (dla wartości od 5 do 10)." DocType: Google Calendar,Pull from Google Calendar,Wyciągnij z Kalendarza Google apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,Pomoc DocType: User,Login Before,Logowanie przed godziną @@ -2578,7 +2583,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,Edytowanie d DocType: Transaction Log,Checksum Version,Wersja kontrolna DocType: User,Allow Modules,Zezwalaj na moduły DocType: Unhandled Email,Unhandled Email,nieobsługiwany email -DocType: Event,Monday,Poniedziałek +DocType: Assignment Rule Day,Monday,Poniedziałek apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,Zachęcamy do skorzystania z dłuższych wzorców klawiaturowych apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,Przetwarzanie... DocType: Data Import,Don't create new records,Nie twórz nowych rekordów @@ -2710,7 +2715,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,",Szanowny Dyrektorze ds. Systemu apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} samodzielnie przydzieliło to zadanie: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,Twój kraj -DocType: Event,Sunday,Niedziela +DocType: Assignment Rule Day,Sunday,Niedziela apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: Nazwa pola nie może być jedną z {1} apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,Tabele apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,W widoku siatki @@ -2750,7 +2755,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,Pomiędzy DocType: Social Login Key,fairlogin,Fairlogin DocType: Async Task,Queued,W kolejce -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Ustawienia> Dostosuj formularz DocType: Braintree Settings,Use Sandbox,Korzystanie Sandbox apps/frappe/frappe/utils/goal.py,This month,Ten miesiąc apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,Nowy format wydruku klienta @@ -2846,7 +2850,7 @@ DocType: Workflow,States,Województwa DocType: Notification,Attach Print,Załącz drukowanie DocType: Assignment Rule,Assignment Rule,Reguła przydziału apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},Sugerowana Nazwa użytkownika: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,Dzień +DocType: Assignment Rule Day,Day,Dzień apps/frappe/frappe/public/js/frappe/desk.js,Modules,moduły apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,Płatność Sukces apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,Nie {0} elektronicznej @@ -2876,7 +2880,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,Skrzy apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","Aktualizacja {0} {1}, {2}" DocType: Auto Email Report,Filters Display,filtry Wyświetlacz apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.","Pole „Poprawiono_z” musi być obecne, aby wprowadzić poprawkę." -DocType: Contact,Numbers,Liczby apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} docenia twoją pracę nad {1} {2} apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,Zapisz filtry DocType: Address,Plant,Zakład @@ -2922,6 +2925,7 @@ DocType: Custom Script,Custom Script,Własny skrypt DocType: Address,Address Line 2,Drugi wiersz adresu DocType: Address,Reference,Referencja apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,Przypisano do +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Skonfiguruj domyślne konto e-mail w Ustawienia> E-mail> Konto e-mail DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,Szczegóły odwzorowania migracji danych DocType: Data Import,Action,Działanie DocType: GSuite Settings,Script URL,URL skryptu @@ -3092,6 +3096,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,Typ dokumentu {0} został powtórzony. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,Zmienione wartości DocType: Workflow State,arrow-up,strzałka w górę +DocType: Dynamic Link,Link Document Type,Połącz typ dokumentu apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,W tabeli {0} powinien znajdować się przynajmniej jeden wiersz apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.","Aby skonfigurować automatyczne powtarzanie, włącz „Zezwalaj na automatyczne powtarzanie” z {0}." DocType: OAuth Bearer Token,Expires In,Wygasa za @@ -3113,6 +3118,7 @@ DocType: Web Form,Button Label,Przycisk Etykiety apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} wybrane pozycje apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,zawiesić Wysyłanie apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,Uprawnienia użytkownika utworzone pomyślnie +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,Pobieranie domyślnych dokumentów globalnego wyszukiwania. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,"Przeciągnij elementy z paska bocznego, aby dodać. Przeciągnij je do kosza." DocType: Workflow State,resize-small,zmień rozmiar-mały DocType: Address,Postal Code,Kod pocztowy @@ -3166,7 +3172,7 @@ DocType: Auto Repeat,End Date,Data zakończenia DocType: Data Import,Ignore encoding errors,Ignoruj błędy kodowania DocType: Chat Profile,Notifications,Powiadomienia DocType: DocField,Column Break, -DocType: Event,Thursday,Czwartek +DocType: Assignment Rule Day,Thursday,Czwartek apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,Nie masz wystarczającej liczby punktów przeglądu apps/frappe/frappe/utils/response.py,You don't have permission to access this file,Nie masz dostępu do tego pliku apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,Zapisz tajny interfejs API: @@ -3252,6 +3258,7 @@ DocType: S3 Backup Settings,ap-south-1,ap-south-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,Rozsunąć suwak apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},Nieprawidłowe wartości w rzędzie {0}: {1} muszą być {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},Przedłożony dokument nie może być przekształcony z powrotem na szkic. Przejście wiersz {0} +DocType: Assignment Rule,Assignment Days,Dni przydziału apps/frappe/frappe/desk/reportview.py,Deleting {0},Usuwanie {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,Wybierz jeden z istniejących formatów aby edytować lub utworzyć nowy format. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,"Pomiń sprawdzanie adresu IP z ograniczoną dostępnością, jeśli włączony jest tryb dwuczynnikowy" @@ -3324,6 +3331,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} mies apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,Niestandardowe pola można dodawać tylko do standardowego DocType. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,Utworzył(a) apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,Konfiguracja Dropbox +DocType: Assignment Rule Day,Assignment Rule Day,Dzień reguły przydziału DocType: Workflow State,resize-horizontal,zmień rozmiar-horyzontalnie apps/frappe/frappe/templates/emails/download_data.html,Download Link,Link do pobrania DocType: Chat Message,Content,Zawartość @@ -3598,7 +3606,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,Dodaj / Zarz DocType: Comment,Published,Opublikowany apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,Dziękujemy za wiadomość DocType: DocField,Small Text,Mały tekst -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,"Numeru {0} nie można ustawić zarówno jako numer telefonu, jak i numer telefonu komórkowego" DocType: Workflow,Allow approval for creator of the document,Zezwalaj na zatwierdzenie twórcy dokumentu apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,Zapisz raport DocType: Webhook,on_cancel,on_cancel @@ -3611,6 +3618,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,równa się apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',"Typ Opcje ""Dynamic Link 'pola muszą wskazywać na inny link Pole z opcji jak"" DocType """ DocType: About Us Settings,Team Members Heading,Dział członków zespołu apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,Nieprawidłowy format CSV +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,"د 'لپاره هیڅ پایله ونه موندل شوه
" apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,لپاره د بیرته حلال {0}؟ apps/frappe/frappe/config/desktop.py,Users and Permissions,کارنان او حلال DocType: S3 Backup Settings,S3 Backup Settings,S3 بیک اپ امستنې @@ -1842,7 +1843,7 @@ DocType: Communication Link,Link Title,لینک عنوان DocType: Workflow State,fast-backward,روژه-وروسته پاتې DocType: Address,Chandigarh,موګړو DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,جمعه +DocType: Assignment Rule Day,Friday,جمعه apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,په بشپړ مخ سمول apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,د لیست توکي خلاص کړئ DocType: Report,Add Total Row,Add Total د کتارونو @@ -1860,6 +1861,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,دتنظيمول apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,اجازه لیک شوي اسناد وګورئ apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,تاسو اړتیا لرئ د دې ب useې کارولو لپاره پیک اپ نصب کړئ! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,ستاسو د پیوستون د کښته کولو غوښتنه په بریالیتوب سره منل شوې وه +DocType: Tag Link,Tag Link,ټاګ لینک apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,د چین بشپړتیا DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2002,6 +2004,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,یادښت apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,تېروتنه راپور apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,د CSV / Excel بڼه کې د صادراتو ډاټا. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,د نړیوال لټون اسنادو تنظیم کول. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,د تایید کولو کاریالونه چې تاسو یې کارولی شئ دا دي: DocType: S3 Backup Settings,None,هیڅ نه apps/frappe/frappe/core/doctype/doctype/doctype.py,Timeline field must be a valid fieldname,مهال ویش په برخه باید یو قانوني fieldname وي @@ -2013,6 +2016,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,د ننوت په دې وخت کې اجازه نه لري DocType: Data Migration Run,Current Mapping Action,اوسنۍ نقشه ایزه کړنه DocType: Dashboard Chart Source,Source Name,سرچینه نوم +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,د کارونکي سره هیڅ کوم بریښنالیک نه دی تړلی. مهرباني وکړئ د کارن> بریښنالیک ان باکس کې لاندې حساب اضافه کړئ. DocType: Email Account,Email Sync Option,برېښناليک پرانیځئ انتخاب apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,قطار DocType: Async Task,Runtime,ډول کارېږي، @@ -2027,6 +2031,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,لا له DocType: User Email,Enable Outgoing,فعال باورلیک DocType: Address,Fax,فاکس apps/frappe/frappe/config/customization.py,Custom Tags,د ګمرکونو نښانونه +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,د بریښنالیک حساب نه دی تنظیم شوی. مهرباني وکړئ له سیټ اپ> بریښنالیک> بریښنالیک حساب څخه نوی بریښنالیک حساب جوړ کړئ DocType: Comment,Submitted,ته وسپارل شول DocType: Contact,Pulled from Google Contacts,د ګوګل اړیکو څخه راوتلی apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,په اعتباري غوښتنه @@ -2103,7 +2108,6 @@ eval:doc.age>18",دې برخه کې به پرانيستل شي يوازې ک DocType: Social Login Key,Office 365,دفتر 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,نن apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,نن -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,د پتې اصلي ټاپو ټاپو ونه موندل شو. مهرباني وکړئ له تنظیم او چاپ کولو او نښه کولو> پته ټیمپلیټ څخه نوی جوړ کړئ. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).",کله چې تاسو جوړ دې، د کاروونکي به يوازې کولای لاسرسی اسناد وي (د بيلګې په توګه. Blog Post) چې مخونه شته (د مثال په. ویبالګ). DocType: Data Import Beta,Submit After Import,له واردولو وروسته وسپارئ DocType: Error Log,Log of Scheduler Errors,يادښت د pane دندې تېروتنې @@ -2115,6 +2119,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,د مشرانو د دوسيې د apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,د ګمرکونو د HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,دادوسیه خلاصه نوم ولیکۍ +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,د پتې اصلي ټاپو ټاټوبی ونه موندل شو. مهرباني وکړئ له تنظیم او چاپ کولو او نښه کولو> پته ټیمپلیټ څخه نوی جوړ کړئ. apps/frappe/frappe/auth.py,Unknown User,نامعلوم ناباوره apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,انتخاب رول DocType: Comment,Deleted,ړنګ @@ -2313,7 +2318,6 @@ DocType: Address,Preferred Shipping Address,نقل غوره پته apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,د لیک سر apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} جوړ دغه {1} apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},د {0}: {1} لپاره په قطار {2} کې اجازه نشته. محدود محدود ساحه: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,د بریښنالیک حساب نه دی تنظیم شوی. مهرباني وکړئ له سیټ اپ> بریښنالیک> بریښنالیک حساب څخه نوی بریښنالیک حساب جوړ کړئ DocType: S3 Backup Settings,eu-west-1,eu-West-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.",که چیرې دا چک شوی وي، د قطعاتو باوري ډاټا سره به واردېږي او باوري قطار به تاسو ته وروسته د واردولو لپاره نوي فایل ته وځنډول شي. apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,سند یوازې د رول د کاروونکو له خوا د سمون @@ -2380,7 +2384,6 @@ DocType: Contact,Passive,Passive DocType: Auto Repeat,Accounts Manager,حسابونه مدير apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},د {1} {1} لپاره مسؤل apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,ستاسو اجوره لغوه. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,مهرباني وکړئ د ډیفالټ بریښنالیک حساب له سیټ اپ> بریښنالیک> بریښنالیک حساب څخه تنظیم کړئ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,دوتنه انتخاب ډول apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,ټول وګوری DocType: Help Article,Knowledge Base Editor,پوهې بنسټ اېډېټر @@ -2422,6 +2425,7 @@ DocType: Workflow State,Warning,خبرداری apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,دا ممکن په ډیری پا onو کې چاپ شي DocType: Data Migration Run,Percent Complete,فيصده بشپړ شوی DocType: Tag Category,Tag Category,Tag کټه ګورۍ +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).",د پرتله کولو لپاره ،> 5 ، <10 یا = 324 وکاروئ. د حدونو لپاره ، 5:10 وکاروئ (د 5 او 10 ترمنځ ارزښتونو لپاره). DocType: Google Calendar,Pull from Google Calendar,د ګوګل کیلنڈر څخه وباسئ apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,مرسته DocType: User,Login Before,ننوتل مخکې @@ -2545,7 +2549,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,لغوه س DocType: Transaction Log,Checksum Version,د چیکنوم نسخه DocType: User,Allow Modules,موډولونو ته اجازه ورکړه DocType: Unhandled Email,Unhandled Email,Unhandled بريښناليک -DocType: Event,Monday,دوشنبه +DocType: Assignment Rule Day,Monday,دوشنبه apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,د نور بورډ د نمونو استعمال د کمکیانو لپاره apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,پروسس کول ... DocType: Data Import,Don't create new records,نوی ریکارډونه مه جوړول @@ -2671,7 +2675,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,",ګرانو سیستم مدیر، apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} ځان د دې دنده وټاکه: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,ستاسو د هېواد -DocType: Event,Sunday,یک شنبه +DocType: Assignment Rule Day,Sunday,یک شنبه apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: ساحه د {1} څخه نشي کیدی apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,دریځونه apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,په بريښنا کتل @@ -2711,7 +2715,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,تر منځ د DocType: Social Login Key,fairlogin,عادلینګ DocType: Async Task,Queued,له پيله -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,تنظیم> فارم دودیز کړئ DocType: Braintree Settings,Use Sandbox,sandbox استعمال apps/frappe/frappe/utils/goal.py,This month,دا میاشت apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,د نوي ګمرک د چاپ شکل @@ -2805,7 +2808,7 @@ DocType: Workflow,States,د امریکا DocType: Notification,Attach Print,چاپ ضمیمه DocType: Assignment Rule,Assignment Rule,د ګمارنې مقرره apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},انديز نوم: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,ورځ +DocType: Assignment Rule Day,Day,ورځ apps/frappe/frappe/public/js/frappe/desk.js,Modules,ماډلونو apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,د پیسو د برياليتوب apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,نه {0} پست @@ -2835,7 +2838,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,اي apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}",د {1} ، {2} د {0} تازه کول DocType: Auto Email Report,Filters Display,چاڼګرونه وښایئ apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",د ترمیم ترسره کولو لپاره باید "ترمیم شوي_ ډګر" ساحه شتون ولري. -DocType: Contact,Numbers,نمبرونه apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,فلټرونه خوندي کړئ DocType: Address,Plant,د نبات د apps/frappe/frappe/core/doctype/communication/communication.js,Reply All,Reply ټول @@ -2880,6 +2882,7 @@ DocType: Custom Script,Custom Script,د ګمرکونو د ښونکی DocType: Address,Address Line 2,د ادرس کرښه 2 DocType: Address,Reference,ماخذ apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,ته ګمارل شوي +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,مهرباني وکړئ د ډیفالټ بریښنالیک حساب له سیټ اپ> بریښنالیک> بریښنالیک حساب څخه تنظیم کړئ DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,د معلوماتو مهاجرت نقشه توضیحات DocType: Data Import,Action,کړنه DocType: GSuite Settings,Script URL,سکرېپټ د حافظی @@ -3046,6 +3049,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,د لاسوند ډول {0} تکرار شوی دی. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,ارزښتونه بدله DocType: Workflow State,arrow-up,غشی-up +DocType: Dynamic Link,Link Document Type,د لینک سند ډول apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.",د آٹو تکرار تنظیم کولو لپاره ، له {0} څخه "د ځان تکرار اجازه ورکړئ" وړ کړئ. DocType: OAuth Bearer Token,Expires In,ته رسیږي په DocType: DocField,Allow on Submit,اجازه پر سپارل @@ -3066,6 +3070,7 @@ DocType: Web Form,Button Label,تڼی په نښه د apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} په پېژندتورو ټاکل apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,لېږل وځنډول apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,د کاروونکي جوازونه په بریالیتوب سره رامینځته شوي +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,د ګ defaultي ګو defaultې اصلي سندونه راوړل. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,د پټې څخه راکښن عناصرو ته اضافه کړي. هغوي بيرته د کثافاتو راکښ. DocType: Workflow State,resize-small,ورواړوو-وړو DocType: Address,Postal Code,د ډاګ کوډ @@ -3119,7 +3124,7 @@ DocType: Auto Repeat,End Date,د پای نیټه DocType: Data Import,Ignore encoding errors,د کوډ کولو تېروتنه وڅېړئ DocType: Chat Profile,Notifications,نوښتونه DocType: DocField,Column Break,کالم وقفه -DocType: Event,Thursday,پنجشنبه +DocType: Assignment Rule Day,Thursday,پنجشنبه apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,تاسو د بیاکتنې کافي اندازه نښې نلرئ apps/frappe/frappe/utils/response.py,You don't have permission to access this file,تاسې د دې دوتنې لاسرسی اجازه نه لرۍ apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,د API راز خوندي کړئ: @@ -3202,6 +3207,7 @@ DocType: S3 Backup Settings,ap-south-1,ap-جنوبي -1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,Unzip apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},په قطار ناسم ارزښت {0}: {1} باید {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},ته وسپارل سند نه شي بېرته بدل قانون مسوده. د لیږد د قطار {0} +DocType: Assignment Rule,Assignment Days,د ګمارنې ورځې apps/frappe/frappe/desk/reportview.py,Deleting {0},ړنګول {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,د شته format ته د سمولو او یا یوه نوې بڼه پيل وټاکئ. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,د محدود IP پتې چیک چیک کړئ که چیرې د دوه فکتور لیکوال فعال شي @@ -3274,6 +3280,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} مي apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,د ګمرک ساحې یوازې په معیاري ډیک ټایپ کې اضافه کیدی شي. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,ايجاد By apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,Dropbox Setup +DocType: Assignment Rule Day,Assignment Rule Day,د مقررۍ ورځ DocType: Workflow State,resize-horizontal,ورواړوو-افقي apps/frappe/frappe/templates/emails/download_data.html,Download Link,ډاونلوډ لینک DocType: Chat Message,Content,منځپانګه @@ -3530,7 +3537,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,Add / ادا DocType: Comment,Published,Published apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,د بریښنالیک څخه مو مننه DocType: DocField,Small Text,د کوچنیو متن -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,شمیره {0} د تلیفون او همدارنګه د ګرځنده شمیره لپاره لومړني نشي ټاکل کیدی. DocType: Workflow,Allow approval for creator of the document,د سند د پیدا کولو لپاره د تصویب اجازه ورکړه apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,راپور خوندي کړئ DocType: Webhook,on_cancel,په @@ -3543,6 +3549,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,مساوی apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',د ډګر اقدام په ډېنامېک لینک 'ډول بايد د بل لینک ساحوي سره انتخابونو په توګه' DocType 'اشاره DocType: About Us Settings,Team Members Heading,د ډلې غړي د مدعي دی apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,باطلې CSV شکل +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,Nenhum resultado encontrado para '
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,Repor permissões para {0}? apps/frappe/frappe/config/desktop.py,Users and Permissions,Utilizadores e Permissões DocType: S3 Backup Settings,S3 Backup Settings,Configurações de backup S3 @@ -1859,7 +1861,7 @@ DocType: Communication Link,Link Title,link Title DocType: Workflow State,fast-backward,recuo-rápido DocType: Address,Chandigarh,Chandigarh DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,Sexta-feira +DocType: Assignment Rule Day,Friday,Sexta-feira apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,Editar na página inteira apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,Abrir item da lista DocType: Report,Add Total Row,Adicionar Linha Inteira @@ -1877,6 +1879,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,Personalizar apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,Ver documentos permitidos apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,Você precisa instalar pycups para usar este recurso! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Sua solicitação de conexão ao Google Agenda foi aceita com sucesso +DocType: Tag Link,Tag Link,Tag Link apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,Integridade da Corrente DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2021,6 +2024,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,Nota apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,Reportar Erro apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,Exportar dados no formato CSV / Excel. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,Configurando documentos de Pesquisa Global. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,Os aplicativos de autenticação que você pode usar são: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} já existe. Selecione outro nome DocType: S3 Backup Settings,None,Nenhum @@ -2033,6 +2037,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,Neste momento não é permitido iniciar sessão DocType: Data Migration Run,Current Mapping Action,Ação de Mapeamento atual DocType: Dashboard Chart Source,Source Name,Nome da Fonte +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,Nenhuma conta de email associada ao usuário. Adicione uma conta em Usuário> Caixa de entrada de email. DocType: Email Account,Email Sync Option,Sincronizar e-mail Opção apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,Row No DocType: Async Task,Runtime,Tempo de Execução @@ -2047,6 +2052,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,Já está DocType: User Email,Enable Outgoing,Ativar Enviar DocType: Address,Fax,Fax apps/frappe/frappe/config/customization.py,Custom Tags,Etiquetas personalizadas +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Conta de e-mail não configurada. Crie uma nova conta de email em Configuração> Email> Conta de email DocType: Comment,Submitted,Enviado DocType: Contact,Pulled from Google Contacts,Extraído dos Contatos do Google apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,Pedido inválido @@ -2123,7 +2129,6 @@ eval:doc.myfield=='My Value' eval:doc.age>18",Este campo aparecerá apenas se o nome do campo definido aqui tem valor ou as regras são verdadeiros (exemplos): myfield eval: doc.myfield == 'Meu Valor' eval: doc.age> 18 DocType: Social Login Key,Office 365,Office 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,Hoje -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Nenhum modelo de endereço padrão encontrado. Crie um novo em Configuração> Impressão e identidade visual> Modelo de endereço. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","Depois de ter definido isso, os utilizadores só poderão ser capazes de aceder a documentos (ex: Post de Blog) onde existir a ligação (ex: Blogger)." DocType: Data Import Beta,Submit After Import,Enviar após importação DocType: Error Log,Log of Scheduler Errors,Registo de Erros de Programador @@ -2135,6 +2140,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,MAIÚSCULAS apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,HTML Personalizada apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,Insira o nome da pasta +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Nenhum modelo de endereço padrão encontrado. Crie um novo em Configuração> Impressão e identidade visual> Modelo de endereço. apps/frappe/frappe/auth.py,Unknown User,Usuário desconhecido apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,Selecione Papel DocType: Comment,Deleted,Eliminados @@ -2337,7 +2343,6 @@ DocType: Address,Preferred Shipping Address,Endereço de Envio Preferido apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,Com a cabeça Letter apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} criou {1} apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},Não permitido para {0}: {1} na linha {2}. Campo restrito: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Conta de e-mail não configurada. Crie uma nova conta de email em Configuração> Email> Conta de email DocType: S3 Backup Settings,eu-west-1,eu-west-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","Se isso estiver marcado, linhas com dados válidos serão importadas e linhas inválidas serão despejadas em um novo arquivo para você importar mais tarde." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,O Documento só pode ser editado pelos utilizadores com a função @@ -2404,7 +2409,6 @@ DocType: Contact,Passive,Passivo DocType: Auto Repeat,Accounts Manager,Gestor de Contas apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},Atribuição para {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,Seu pagamento está cancelado. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Configure a Conta de email padrão em Configuração> Email> Conta de email apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,Selecionar Tipo de Arquivo apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,Ver tudo DocType: Help Article,Knowledge Base Editor,Conhecimento do Editor Base de Dados @@ -2446,6 +2450,7 @@ DocType: Workflow State,Warning,Aviso apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,Isso pode ser impresso em várias páginas DocType: Data Migration Run,Percent Complete,Percentagem completa DocType: Tag Category,Tag Category,tag Categoria +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","Para comparação, use> 5, <10 ou = 324. Para intervalos, use 5:10 (para valores entre 5 e 10)." DocType: Google Calendar,Pull from Google Calendar,Puxe do Google Agenda apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,Ajuda DocType: User,Login Before,Iniciar Sessão Antes @@ -2571,7 +2576,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,Não é poss DocType: Transaction Log,Checksum Version,Versão Checksum DocType: User,Allow Modules,Permitir módulos DocType: Unhandled Email,Unhandled Email,não processada Email -DocType: Event,Monday,Segunda-feira +DocType: Assignment Rule Day,Monday,Segunda-feira apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,Utilizar padrões de teclado mais longos apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,Em processamento... DocType: Data Import,Don't create new records,Não crie novos registros @@ -2703,7 +2708,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","Caro Administrador de Sistema," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} self designou esta tarefa: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,Seu país -DocType: Event,Sunday,Domingo +DocType: Assignment Rule Day,Sunday,Domingo apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: o nome do campo não pode ser um dos {1} apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,Classificações apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,Em Grid View @@ -2743,7 +2748,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,Entre DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,Em Fila -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Configuração> Personalizar formulário DocType: Braintree Settings,Use Sandbox,Use Sandbox apps/frappe/frappe/utils/goal.py,This month,Este mês apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,Novo Formato de Impressão Personalizado @@ -2839,7 +2843,7 @@ DocType: Workflow,States,Estados DocType: Notification,Attach Print,Anexar Cópia DocType: Assignment Rule,Assignment Rule,Regra de Atribuição apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},Nome de utilizador sugerido: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,Dia +DocType: Assignment Rule Day,Day,Dia apps/frappe/frappe/public/js/frappe/desk.js,Modules,Módulos apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,Sucesso de pagamento apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,Nenhum {0} correio @@ -2869,7 +2873,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,Email apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","Atualizando {0} de {1}, {2}" DocType: Auto Email Report,Filters Display,filtros de exibição apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",O campo "alterado_de" deve estar presente para fazer uma alteração. -DocType: Contact,Numbers,Números apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} apreciou seu trabalho em {1} {2} apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,Salvar filtros DocType: Address,Plant,Planta @@ -2915,6 +2918,7 @@ DocType: Custom Script,Custom Script,Script Personalizado DocType: Address,Address Line 2,Endereço Linha 2 DocType: Address,Reference,Referência apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,Atribuído A +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Configure a Conta de email padrão em Configuração> Email> Conta de email DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,Detalhes do mapeamento de migração de dados DocType: Data Import,Action,Ação DocType: GSuite Settings,Script URL,URL do script @@ -3084,6 +3088,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,O tipo de documento {0} foi repetido. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,Os valores alterados DocType: Workflow State,arrow-up,seta-para-cima +DocType: Dynamic Link,Link Document Type,Tipo de Documento de Link apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,Deve haver pelo menos uma linha para a tabela {0} apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.","Para configurar a repetição automática, ative "Permitir repetição automática" de {0}." DocType: OAuth Bearer Token,Expires In,Expira em @@ -3105,6 +3110,7 @@ DocType: Web Form,Button Label,Etiqueta do botão apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} itens selecionados apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,suspender Envio apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,Permissões de usuário criadas com sucesso +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,Buscando documentos padrão da Pesquisa Global. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,Arraste elementos da barra lateral para adicioná-los. Arraste-os de volta para a reciclagem. DocType: Workflow State,resize-small,redimensionamento-pequeno DocType: Address,Postal Code,Código Postal @@ -3158,7 +3164,7 @@ DocType: Auto Repeat,End Date,Data de Término DocType: Data Import,Ignore encoding errors,Ignorar erros de codificação DocType: Chat Profile,Notifications,Notificações DocType: DocField,Column Break,Quebra de Coluna -DocType: Event,Thursday,Quinta-feira +DocType: Assignment Rule Day,Thursday,Quinta-feira apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,Você não tem pontos de revisão suficientes apps/frappe/frappe/utils/response.py,You don't have permission to access this file,Você não tem permissão para acessar o arquivo apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,Salvar Segredo da API: @@ -3244,6 +3250,7 @@ DocType: S3 Backup Settings,ap-south-1,ap-south-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,Descompactar apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},O valor incorreto na linha {0}: {1} deve ser {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},Documento apresentado não pode ser convertido de volta para rascunho. +DocType: Assignment Rule,Assignment Days,Dias de atribuição apps/frappe/frappe/desk/reportview.py,Deleting {0},Excluindo {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,Escolha um formato existente para editar ou iniciar um novo formato. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,Ignorar verificação de endereço IP restrito se dois fatores de autenticação habilitados @@ -3316,6 +3323,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,há {0} apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,Campos personalizados só podem ser adicionados a um DocType padrão. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,Criado Por apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,Setup Dropbox +DocType: Assignment Rule Day,Assignment Rule Day,Dia da regra de atribuição DocType: Workflow State,resize-horizontal,redimensionamento-horizontal apps/frappe/frappe/templates/emails/download_data.html,Download Link,Baixar link DocType: Chat Message,Content,Conteúdo @@ -3590,7 +3598,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,Adicionar / G DocType: Comment,Published,Publicado apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,Obrigado pelo seu e-mail DocType: DocField,Small Text,Texto Pequeno -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,O número {0} não pode ser definido como principal para o telefone e o número do celular. DocType: Workflow,Allow approval for creator of the document,Permitir aprovação para o criador do documento apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,Salvar o relatorio DocType: Webhook,on_cancel,on_cancel @@ -3603,6 +3610,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,Iguais apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',O tipo de campo Opções 'Dynamic Link' deve apontar para outro Campo de Link com opções como 'DocType' DocType: About Us Settings,Team Members Heading,Membros da Equipe título apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,Formato CSV Inválido +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,Nu există rezultate pentru '
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,Resetați Permisiunile pentru {0}? apps/frappe/frappe/config/desktop.py,Users and Permissions,Utilizatori și permisiuni DocType: S3 Backup Settings,S3 Backup Settings,S3 Backup Settings @@ -1863,7 +1865,7 @@ DocType: Communication Link,Link Title,Link Title DocType: Workflow State,fast-backward,rapid-înapoi DocType: Address,Chandigarh,Chandigarh DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,Vineri +DocType: Assignment Rule Day,Friday,Vineri apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,Editați în pagină completă apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,Deschideți elementul listei DocType: Report,Add Total Row,Adăugă Rând Total @@ -1881,6 +1883,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,Personalizeaza apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,Vizualizați documentele permise apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,"Pentru a utiliza această caracteristică, trebuie să instalați Pycups!" apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Solicitarea dvs. de conectare la Google Calendar a fost acceptată cu succes +DocType: Tag Link,Tag Link,Link de etichete apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,Integritatea lanțului DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2023,6 +2026,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,Notă apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,Eroare Raport apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,Exportați date în format CSV / Excel. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,Configurarea documentelor de căutare globală. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,Aplicațiile de autentificare pe care le puteți utiliza sunt: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} există deja. Selectați un alt nume DocType: S3 Backup Settings,None,Nici unul @@ -2035,6 +2039,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,Autentificare nu este permis în acest moment DocType: Data Migration Run,Current Mapping Action,Acțiune actuală de cartografiere DocType: Dashboard Chart Source,Source Name,sursa Nume +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,Niciun cont de e-mail asociat cu Utilizatorul. Vă rugăm să adăugați un cont în User> Inbox. DocType: Email Account,Email Sync Option,E-mail Opțiunea de sincronizare apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,Rândul nr DocType: Async Task,Runtime,Runtime @@ -2049,6 +2054,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,Există d DocType: User Email,Enable Outgoing,Activați ieșire DocType: Address,Fax,Fax apps/frappe/frappe/config/customization.py,Custom Tags,Etichete Personalizate +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Contul de e-mail nu este configurat. Vă rugăm să creați un nou cont de e-mail din Configurare> Email> Cont de e-mail DocType: Comment,Submitted,Inscrisa DocType: Contact,Pulled from Google Contacts,Extras din Contacte Google apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,Cerere invalida @@ -2125,7 +2131,6 @@ eval:doc.myfield=='My Value' eval:doc.age>18",Acest câmp va apărea numai în cazul în care numele_campului definit aici are valoare sau regulile sunt adevărate (exemple): myfield eval: doc.myfield == 'Valoarea mea' eval: doc.age> 18 DocType: Social Login Key,Office 365,Biroul 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,Astăzi -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Nu a fost găsit un șablon de adresă implicit. Vă rugăm să creați unul nou din Setare> Tipărire și Branding> Model de adrese. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","După ce ați stabilit acest lucru, utilizatorii vor fi doar documente de acces capabile (ex. Blog post), în cazul în care există link-ul (de exemplu, Blogger)." DocType: Data Import Beta,Submit After Import,Trimiteți după import DocType: Error Log,Log of Scheduler Errors,Log de erori Scheduler @@ -2137,6 +2142,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,MAJUSCULE apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,Personalizat HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,Introduceți numele folderului +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Nu a fost găsit un șablon de adresă implicit. Vă rugăm să creați unul nou din Setare> Tipărire și Branding> Model de adrese. apps/frappe/frappe/auth.py,Unknown User,Utilizator necunoscut apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,Selectați Rolul DocType: Comment,Deleted,Șters @@ -2339,7 +2345,6 @@ DocType: Address,Preferred Shipping Address,Preferat Adresa Shipping apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,Cu cap Scrisoare apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} a creat acest {1} apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},Nu este permis pentru {0}: {1} în rândul {2}. Câmp restricționat: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Contul de e-mail nu este configurat. Vă rugăm să creați un nou cont de e-mail din Configurare> Email> Cont de e-mail DocType: S3 Backup Settings,eu-west-1,UE-vest-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","Dacă aceasta este bifată, vor fi importate rânduri cu date valide și rândurile nevalide vor fi aruncate într-un fișier nou pentru a le importa mai târziu." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,Documentul este editabil doar de către utilizatorii de rol @@ -2407,7 +2412,6 @@ DocType: Contact,Passive,Pasiv DocType: Auto Repeat,Accounts Manager,Manager de Conturi apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},Alocarea pentru {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,Plata dvs. este anulată. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Vă rugăm să configurați contul de e-mail implicit din Configurare> Email> Cont de e-mail apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,Selectați tipul de fișier apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,A vedea tot DocType: Help Article,Knowledge Base Editor,Baza de cunoștințe Editor @@ -2449,6 +2453,7 @@ DocType: Workflow State,Warning,Avertisment apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,Aceasta poate fi tipărită pe mai multe pagini DocType: Data Migration Run,Percent Complete,Procentul complet DocType: Tag Category,Tag Category,Etichetă Categorie +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","Pentru comparație, utilizați> 5, <10 sau = 324. Pentru intervale, utilizați 5:10 (pentru valori cuprinse între 5 și 10)." DocType: Google Calendar,Pull from Google Calendar,Trageți din Google Calendar apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,Ajutor DocType: User,Login Before,Înainte de conectare @@ -2574,7 +2579,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,Nu se poate DocType: Transaction Log,Checksum Version,Versiune de verificare DocType: User,Allow Modules,Permite module DocType: Unhandled Email,Unhandled Email,nemanipulabil E-mail -DocType: Event,Monday,Luni +DocType: Assignment Rule Day,Monday,Luni apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,Face uz de modele de tastatură mai lungi apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,Prelucrare... DocType: Data Import,Don't create new records,Nu creați înregistrări noi @@ -2706,7 +2711,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","Dragă System Manager," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} auto-desemnat această sarcină: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,Tara ta -DocType: Event,Sunday,Duminică +DocType: Assignment Rule Day,Sunday,Duminică apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: Numele de câmp nu poate fi unul dintre {1} apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,Clasamente apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,În Grid View @@ -2746,7 +2751,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,Între DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,Coada de așteptare -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Configurare> Formularizare personalizare DocType: Braintree Settings,Use Sandbox,utilizare Sandbox apps/frappe/frappe/utils/goal.py,This month,Luna aceasta apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,Nou format personalizat Print @@ -2842,7 +2846,7 @@ DocType: Workflow,States,Statele DocType: Notification,Attach Print,Atașați document imprimat DocType: Assignment Rule,Assignment Rule,Regula de atribuire apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},Utilizator Sugestii: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,Zi +DocType: Assignment Rule Day,Day,Zi apps/frappe/frappe/public/js/frappe/desk.js,Modules,modulele apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,Succesul de plată apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,Nu {0} e-mail @@ -2872,7 +2876,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,Inbox apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","Actualizarea {0} din {1}, {2}" DocType: Auto Email Report,Filters Display,filtre de afișare apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",Câmpul „amendat_de la„ trebuie să fie prezent pentru a face o modificare. -DocType: Contact,Numbers,numere apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} a apreciat munca ta în {1} {2} apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,Salvați filtrele DocType: Address,Plant,Instalarea @@ -2918,6 +2921,7 @@ DocType: Custom Script,Custom Script,Script personalizat DocType: Address,Address Line 2,Adresă Linie 2 DocType: Address,Reference,Referință apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,Atribuit pentru +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Vă rugăm să configurați contul de e-mail implicit din Configurare> Email> Cont de e-mail DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,Detalii de Mapare a Migrării Datelor DocType: Data Import,Action,Acțiune: DocType: GSuite Settings,Script URL,Script URL @@ -3088,6 +3092,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,Tipul de document {0} a fost repetat. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,valori schimbată DocType: Workflow State,arrow-up,săgeată-în sus +DocType: Dynamic Link,Link Document Type,Tip de document de legătură apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,Ar trebui să existe cel puțin un rând pentru tabela {0} apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.","Pentru a configura repetarea automată, activați „Permite repetarea automată” de la {0}." DocType: OAuth Bearer Token,Expires In,Expira in @@ -3109,6 +3114,7 @@ DocType: Web Form,Button Label,butonul Label apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} elemente selectate apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,Suspendare Trimiterea apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,Permisele utilizatorului create cu succes +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,Obținerea documentelor implicite de căutare globală. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,Elemente Trageți de bara laterală pentru a adăuga. Glisați-le înapoi la gunoi. DocType: Workflow State,resize-small,redimensionează-mic DocType: Address,Postal Code,Cod poștal @@ -3162,7 +3168,7 @@ DocType: Auto Repeat,End Date,Dată finalizare DocType: Data Import,Ignore encoding errors,Ignorați erorile de codificare DocType: Chat Profile,Notifications,notificări DocType: DocField,Column Break,Coloana Break -DocType: Event,Thursday,Joi +DocType: Assignment Rule Day,Thursday,Joi apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,Nu aveți suficiente puncte de recenzie apps/frappe/frappe/utils/response.py,You don't have permission to access this file,Nu aveți permisiunea de a accesa acest fișier apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,Salvați secretul API: @@ -3248,6 +3254,7 @@ DocType: S3 Backup Settings,ap-south-1,AP-sud-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,unzip apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},Valoare incorectă în rândul {0}: {1} trebuie să fie {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},A prezentat documente nu pot fi convertite înapoi să elaboreze. Tranziție rând {0} +DocType: Assignment Rule,Assignment Days,Zile de atribuire apps/frappe/frappe/desk/reportview.py,Deleting {0},Ștergerea {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,Selectați un format existent pentru a edita sau de a începe un nou format. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,Dezactivați verificarea adresei IP restricționate dacă este activată opțiunea Two Autour Auth @@ -3320,6 +3327,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,Acum {0} apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,Câmpurile personalizate nu pot fi adăugate decât la un DocType standard. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,Creat de apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,dropbox Setup +DocType: Assignment Rule Day,Assignment Rule Day,Ziua normei de atribuire DocType: Workflow State,resize-horizontal,redimensionează-orizontal apps/frappe/frappe/templates/emails/download_data.html,Download Link,Link de descărcare DocType: Chat Message,Content,Continut @@ -3594,7 +3602,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,Adăugați / DocType: Comment,Published,Data publicării apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,Vă mulțumim pentru e-mail DocType: DocField,Small Text,Mic Text -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,"Numărul {0} nu poate fi setat ca primar pentru telefon, precum și pentru numărul mobil." DocType: Workflow,Allow approval for creator of the document,Permiteți aprobarea creatorului documentului apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,Salvează raportul DocType: Webhook,on_cancel,on_cancel @@ -3607,6 +3614,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,Egal apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',"""Dynamic Link"" tip opțiuni de câmp trebuie să indice un alt Link câmp cu opțiuni precum ""DocType""" DocType: About Us Settings,Team Members Heading,Membrii echipei Rubrică apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,Format CSV nevalid +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,Нет результатов для '
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,Сброс разрешений для {0}? apps/frappe/frappe/config/desktop.py,Users and Permissions,Пользователи и разрешения DocType: S3 Backup Settings,S3 Backup Settings,Настройки резервного копирования S3 @@ -1862,7 +1864,7 @@ DocType: Communication Link,Link Title,Линк Титл DocType: Workflow State,fast-backward,быстро назад DocType: Address,Chandigarh,Чандигарх DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,Пятница +DocType: Assignment Rule Day,Friday,Пятница apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,Редактировать на полной странице apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,Открыть элемент списка DocType: Report,Add Total Row,Добавить итоговую строку @@ -1880,6 +1882,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,Настроит apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,Просмотр разрешенных документов apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,"Вам нужно установить pycups, чтобы использовать эту функцию!" apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Ваш запрос на подключение к Календарю Google был успешно принят +DocType: Tag Link,Tag Link,Ссылка на тег apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,Целостность цепей DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2024,6 +2027,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,Заметки apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,Сообщение об ошибке apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,Экспорт данных в формате CSV / Excel. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,Настройка документов глобального поиска. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,"Приложения аутентификации, которые вы можете использовать:" apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} уже существует. Выберите другое имя DocType: S3 Backup Settings,None,Никто @@ -2036,6 +2040,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,Войти не допускается в это время DocType: Data Migration Run,Current Mapping Action,Текущие действия по составлению карт DocType: Dashboard Chart Source,Source Name,Имя источника +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,"Нет учетной записи электронной почты, связанной с пользователем. Пожалуйста, добавьте учетную запись под User> Email Inbox." DocType: Email Account,Email Sync Option,Опция синхронизации электронной почты apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,Строка Нет DocType: Async Task,Runtime,Продолжительность @@ -2050,6 +2055,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,Уже в DocType: User Email,Enable Outgoing,Включить исходящие DocType: Address,Fax,Факс apps/frappe/frappe/config/customization.py,Custom Tags,Пользовательские теги +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,"Учетная запись электронной почты не настроена. Пожалуйста, создайте новую учетную запись электронной почты в меню «Настройка»> «Электронная почта»> «Учетная запись электронной почты»." DocType: Comment,Submitted,Проведенный DocType: Contact,Pulled from Google Contacts,Вытащено из контактов Google apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,Неверный запрос @@ -2126,7 +2132,6 @@ eval:doc.myfield=='My Value' eval:doc.age>18","Это поле появляется только в случае, если имя_поля определено здесь имеет значение или правила являются истинными (примеры): MyField Eval: doc.myfield == 'My Value' Eval: doc.age> 18" DocType: Social Login Key,Office 365,Офис 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,Cегодня -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,"Шаблон адреса по умолчанию не найден. Создайте новый, выбрав «Настройка»> «Печать и брендинг»> «Шаблон адреса»." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","После такой установки, пользователи получат доступ только к документам (например, сообщениям в блоге), связанным с этими разрешениями пользователя (например, блоггера)." DocType: Data Import Beta,Submit After Import,Отправить после импорта DocType: Error Log,Log of Scheduler Errors,Журнал ошибок Scheduler @@ -2138,6 +2143,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,ВЕРХНИЙ РЕГИСТР apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,Особый HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,Введите имя папки +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,"Шаблон адреса по умолчанию не найден. Создайте новый, выбрав «Настройка»> «Печать и брендинг»> «Шаблон адреса»." apps/frappe/frappe/auth.py,Unknown User,Неизвестный пользователь apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,Выберите Роль DocType: Comment,Deleted,Удаленный @@ -2340,7 +2346,6 @@ DocType: Address,Preferred Shipping Address,Популярные Адрес до apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,С головой Письмо apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},Создано {0} {1} apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},Недопустимо для {0}: {1} в строке {2}. Запрещенное поле: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,"Учетная запись электронной почты не настроена. Пожалуйста, создайте новую учетную запись электронной почты в меню «Настройка»> «Электронная почта»> «Учетная запись электронной почты»." DocType: S3 Backup Settings,eu-west-1,ес-запад-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","Если этот флажок установлен, строки с достоверными данными будут импортированы, а недопустимые строки будут сбрасываться в новый файл для последующего импорта." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,Документ может редактироваться только пользователями роли @@ -2408,7 +2413,6 @@ DocType: Contact,Passive,Пассивный DocType: Auto Repeat,Accounts Manager,Диспетчер учетных записей apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},Назначение для {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,Ваш платёж отменён. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Настройте учетную запись электронной почты по умолчанию в меню «Настройка»> «Электронная почта»> «Учетная запись электронной почты». apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,Выберите тип файла apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,Посмотреть все DocType: Help Article,Knowledge Base Editor,Редактор базы знаний @@ -2450,6 +2454,7 @@ DocType: Workflow State,Warning,Предупреждение apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,Это может быть напечатано на нескольких страницах DocType: Data Migration Run,Percent Complete,Процент завершен DocType: Tag Category,Tag Category,Тэг Категория +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","Для сравнения используйте> 5, <10 или = 324. Для диапазонов используйте 5:10 (для значений от 5 до 10)." DocType: Google Calendar,Pull from Google Calendar,Вытащить из календаря Google apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,Помощь DocType: User,Login Before,Входить до @@ -2576,7 +2581,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,Не мож DocType: Transaction Log,Checksum Version,Версия контрольной суммы DocType: User,Allow Modules,Разрешить модули DocType: Unhandled Email,Unhandled Email,Необработанная электронная почта -DocType: Event,Monday,Понедельник +DocType: Assignment Rule Day,Monday,Понедельник apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,Используйте более длинных моделей клавиатуры apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,Обработка ... DocType: Data Import,Don't create new records,Не создавать новые записи @@ -2708,7 +2713,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","Уважаемый Менеджер системы," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} самостоятельно назначил эту задачу: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,Ваша страна -DocType: Event,Sunday,Воскресенье +DocType: Assignment Rule Day,Sunday,Воскресенье apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: имя поля не может быть одним из {1} apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,Турнирная таблица apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,В табличном виде @@ -2748,7 +2753,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,Между DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,В очереди -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Настройка> Настройка формы DocType: Braintree Settings,Use Sandbox,Использовать «песочницу» apps/frappe/frappe/utils/goal.py,This month,Этот месяц apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,Новый пользовательский Формат печати @@ -2844,7 +2848,7 @@ DocType: Workflow,States,Статусы DocType: Notification,Attach Print,Прикрепите Печать DocType: Assignment Rule,Assignment Rule,Правило назначения apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},Похожие Имя пользователя: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,День +DocType: Assignment Rule Day,Day,День apps/frappe/frappe/public/js/frappe/desk.js,Modules,Модули apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,Оплата успеха apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,Нет {0} почта @@ -2872,7 +2876,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,Вх apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","Обновление {0} из {1}, {2}" DocType: Auto Email Report,Filters Display,Фильтры Показать apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",Поле "amend_from" должно присутствовать для внесения изменений. -DocType: Contact,Numbers,чисел apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} оценил вашу работу по {1} {2} apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,Сохранить фильтры DocType: Address,Plant,Завод @@ -2918,6 +2921,7 @@ DocType: Custom Script,Custom Script,Специального сценария DocType: Address,Address Line 2,Адрес (2-я строка) DocType: Address,Reference,Справка apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,Назначено +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Настройте учетную запись электронной почты по умолчанию в меню «Настройка»> «Электронная почта»> «Учетная запись электронной почты». DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,Подробное описание миграции данных DocType: Data Import,Action,Действие DocType: GSuite Settings,Script URL,URL-адрес сценария @@ -3088,6 +3092,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,Тип документа {0} был повторен. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,Значения Изменено DocType: Workflow State,arrow-up,Стрелка вверх +DocType: Dynamic Link,Link Document Type,Тип документа ссылки apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,Должна быть хотя бы одна строка для таблицы {0} apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.","Чтобы настроить автоматический повтор, включите «Разрешить автоматический повтор» из {0}." DocType: OAuth Bearer Token,Expires In,Истекает @@ -3109,6 +3114,7 @@ DocType: Web Form,Button Label,Кнопка Этикетка apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} продуктов выбрано apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,Приостановить Отправка apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,Пользовательские разрешения созданы успешно +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,Извлечение документов глобального поиска по умолчанию. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,"Перетащите элементы на боковой панели, чтобы добавить. Перетащите их обратно в мусорное ведро." DocType: Workflow State,resize-small,изменить размер-маленький DocType: Address,Postal Code,Почтовый индекс @@ -3162,7 +3168,7 @@ DocType: Auto Repeat,End Date,Дата окончания DocType: Data Import,Ignore encoding errors,Игнорировать ошибки кодирования DocType: Chat Profile,Notifications,Уведомления DocType: DocField,Column Break,Разрыв столбца -DocType: Event,Thursday,Четверг +DocType: Assignment Rule Day,Thursday,Четверг apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,Вам не хватает точек обзора apps/frappe/frappe/utils/response.py,You don't have permission to access this file,У Вас нет разрешения на доступ к этому файлу apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,Сохранить API-интерфейс: @@ -3248,6 +3254,7 @@ DocType: S3 Backup Settings,ap-south-1,ар-юго-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,расстегнуть молнию apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},Неверное значение в строке {0}: {1} должно быть {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},Проведенный Документ не может быть преобразован обратно в проект. Переходная строка {0} +DocType: Assignment Rule,Assignment Days,Дни назначения apps/frappe/frappe/desk/reportview.py,Deleting {0},Удаление {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,Выберите существующий формат для редактирования или начать новый формат. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,Обход ограниченного IP-адреса. Если включен параметр Two Factor Auth @@ -3320,6 +3327,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} ме apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,Пользовательские поля могут быть добавлены только к стандартному типу документа. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,Созданный apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,Настройка Dropbox +DocType: Assignment Rule Day,Assignment Rule Day,День Правил Назначения DocType: Workflow State,resize-horizontal,изменить размер горизонтальной apps/frappe/frappe/templates/emails/download_data.html,Download Link,Ссылка для скачивания DocType: Chat Message,Content,Содержимое @@ -3594,7 +3602,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,Добавл DocType: Comment,Published,Опубликовано apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,Спасибо за ваше письмо! DocType: DocField,Small Text,Маленьикий текст -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,"Номер {0} не может быть установлен как основной для телефона, так же как и номер мобильного телефона." DocType: Workflow,Allow approval for creator of the document,Разрешает утверждать создателю документа apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,Сохранить отчет DocType: Webhook,on_cancel,on_cancel @@ -3607,6 +3614,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,Равно apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',"""Dynamic Link 'Тип варианты поле должен указывать на другой Link Field с вариантами, как« DocType """ DocType: About Us Settings,Team Members Heading,Члены команды Возглавлять apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,Неверный формат CSV +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,සඳහා ප්රති results ල හමු නොවීය.
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,{0} සඳහා නැවත සකසන්න අවසර? apps/frappe/frappe/config/desktop.py,Users and Permissions,පරිශීලකයන් හා අවසර DocType: S3 Backup Settings,S3 Backup Settings,S3 බැකප් සැකසුම් @@ -1822,7 +1823,7 @@ DocType: Communication Link,Link Title,Link හිමිකම් DocType: Workflow State,fast-backward,වේගයෙන් පසුගාමී DocType: Address,Chandigarh,චන්දිගාර් DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,සිකුරාදා +DocType: Assignment Rule Day,Friday,සිකුරාදා apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,සම්පූර්ණ පිටුවක් සංස්කරණය කරන්න apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,ලැයිස්තු අයිතමය විවෘත කරන්න DocType: Report,Add Total Row,මුළු ෙරෝ එකතු කරන්න @@ -1840,6 +1841,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,රිසික apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,අවසර ලත් ලේඛන බලන්න apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,මෙම අංගය භාවිතා කිරීම සඳහා ඔබ පයික්අප් ස්ථාපනය කළ යුතුය! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,ගූගල් දින දර්ශනයට ඔබගේ සම්බන්ධතා ඉල්ලීම සාර්ථක ලෙස පිළිගන්නා ලදි +DocType: Tag Link,Tag Link,ටැග් සබැඳිය apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,ලන්දේසි අඛණ්ඩතාව DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -1981,6 +1983,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,සටහන apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,දෝෂ වාර්තාව apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,CSV / Excel ආකෘතියේ අපනයන දත්ත. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,ගෝලීය සෙවුම් ලේඛන සැකසීම. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,ඔබට භාවිතා කළ හැකි සත්යාපන යෙදුම්: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} දැනටමත් පවතී. වෙනත් නමක් තෝරන්න DocType: S3 Backup Settings,None,නැහැ @@ -1993,6 +1996,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,ලොගින් වන්න මෙම කාලයේ දී අවසර නැත DocType: Data Migration Run,Current Mapping Action,වත්මන් සිතියම් ක්රියාවලිය DocType: Dashboard Chart Source,Source Name,මූලාශ්රය නම +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,පරිශීලකයා හා සම්බන්ධ ඊමේල් ගිණුමක් නොමැත. කරුණාකර පරිශීලක> විද්යුත් තැපැල් එන ලිපි යටතේ ගිණුමක් එක් කරන්න. DocType: Email Account,Email Sync Option,ඊ-තැපැල් සමමුහුර්ත කරන්න ඔප්ෂන් apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,පේළි අංක DocType: Async Task,Runtime,runtime @@ -2007,6 +2011,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,දැන DocType: User Email,Enable Outgoing,ඇමතුම් සක්රිය කරන්න DocType: Address,Fax,ෆැක්ස් apps/frappe/frappe/config/customization.py,Custom Tags,රේගු ඇමිණුම් +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,විද්යුත් තැපැල් ගිණුම සැකසෙන්නේ නැත. සැකසුම> විද්යුත් තැපෑල> විද්යුත් තැපැල් ගිණුමෙන් කරුණාකර නව විද්යුත් තැපැල් ගිණුමක් සාදන්න DocType: Comment,Submitted,ඉදිරිපත් DocType: Contact,Pulled from Google Contacts,ගූගල් සම්බන්ධතා වලින් අදින ලදි apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,වලංගු ඉල්ලීම් වලදී @@ -2083,7 +2088,6 @@ eval:doc.age>18",myfield eval: doc.myfield == '' මාගේ අග DocType: Social Login Key,Office 365,කාර්යාලය 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,අද apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,අද -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,පෙරනිමි ලිපින සැකිල්ලක් හමු නොවීය. සැකසුම> මුද්රණය සහ වෙළඳ නාම> ලිපින සැකිල්ලෙන් කරුණාකර නව එකක් සාදන්න. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","ඔබ මෙම තබා ඇත පසු, එම පරිශීලකයන් පමණක් හැකි ප්රවේශ ලේඛන (උදා. බ්ලොග් පෝස්ට්) සබැඳිය පවතී කොතැන (උදා. Blogger)." DocType: Data Import Beta,Submit After Import,ආයාත කිරීමෙන් පසු ඉදිරිපත් කරන්න DocType: Error Log,Log of Scheduler Errors,නියමාකාරකය පත්රයක වරදක් ලඝු-සටහන @@ -2095,6 +2099,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,ඉෙළ CASE apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,රේගු HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,ෆෝල්ඩරය නම ඇතුලත් කරන්න +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,පෙරනිමි ලිපින සැකිල්ලක් හමු නොවීය. සැකසුම> මුද්රණය සහ වෙළඳ නාම> ලිපින සැකිල්ලෙන් කරුණාකර නව එකක් සාදන්න. apps/frappe/frappe/auth.py,Unknown User,නොදන්නා පරිශීලක apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,කාර්යභාරය තෝරන්න DocType: Comment,Deleted,මකා දමන ලදී @@ -2291,7 +2296,6 @@ apps/frappe/frappe/public/js/frappe/social/pages/UserList.vue,No user found,ප DocType: Address,Preferred Shipping Address,කැමති නැව් ලිපිනය apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,ලිපිය හිස apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} මෙම නිර්මාණය {1} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,විද්යුත් තැපැල් ගිණුම සැකසෙන්නේ නැත. සැකසුම> විද්යුත් තැපෑල> විද්යුත් තැපැල් ගිණුමෙන් කරුණාකර නව විද්යුත් තැපැල් ගිණුමක් සාදන්න DocType: S3 Backup Settings,eu-west-1,eu-west-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","මෙය පරික්ෂා කර ඇත්නම්, වලංගු දත්ත සහිත පේළි ආනයනය කරනු ලබන අතර පසුව ආයාත කිරීමට ඔබට නව ගොනුවක් තුළදී වලංගු පේළි අළුත් කරනු ලැබේ." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,ලේඛන භූමිකාව පරිශීලකයන් විසින් පමණක් සංස්කරණය වේ @@ -2358,7 +2362,6 @@ DocType: Contact,Passive,උදාසීන DocType: Auto Repeat,Accounts Manager,ගිණුම් කළමනාකරු apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},{0} {1} සඳහා පැවරුම apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,ඔබගේ ගෙවීම් අවලංගු කර ඇත. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,කරුණාකර පෙරනිමි ඊමේල් ගිණුම සැකසුම> විද්යුත් තැපෑල> විද්යුත් තැපැල් ගිණුමෙන් සකසන්න apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,ගොනුව වර්ගය තෝරන්න apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,සියල්ල බලන්න DocType: Help Article,Knowledge Base Editor,දැනුම මූලික කර්තෘ @@ -2399,6 +2402,7 @@ DocType: Workflow State,Warning,අවවාදයයි apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,මෙය පිටු කිහිපයක මුද්රණය වීමට ඉඩ ඇත DocType: Data Migration Run,Percent Complete,සම්පූර්ණයි DocType: Tag Category,Tag Category,ටැග ප්රවර්ගය +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","සංසන්දනය සඳහා,> 5, <10 හෝ = 324 භාවිතා කරන්න. පරාසයන් සඳහා, 5:10 භාවිතා කරන්න (5 සහ 10 අතර අගයන් සඳහා)." DocType: Google Calendar,Pull from Google Calendar,ගූගල් දින දර්ශනයෙන් අදින්න apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,උදව් DocType: User,Login Before,පෙර ලොගින් වන්න @@ -2522,7 +2526,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,අවලං DocType: Transaction Log,Checksum Version,චෙක්සම් අනුවාදය DocType: User,Allow Modules,මොඩියුල වලට ඉඩ දෙන්න DocType: Unhandled Email,Unhandled Email,Unhandled විද්යුත් -DocType: Event,Monday,සදුදා +DocType: Assignment Rule Day,Monday,සදුදා apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,තවදුරටත් යතුරු පුවරුව රටා භාවිත කරන්න apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,සැකසීම ... DocType: Data Import,Don't create new records,නව වාර්තා නිර්මාණය නොකරන්න @@ -2651,7 +2655,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","හිතවත් පද්ධතිය කළමනාකරු," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} මෙම කර්තව්යය ස්වයංක්රීයව පවරා ඇත: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,ඔබගේ රට -DocType: Event,Sunday,ඉරිදා +DocType: Assignment Rule Day,Sunday,ඉරිදා apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,ස්ථාවරයන් apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,විදුලි බල පද්ධතියට දැක්වීම apps/frappe/frappe/desk/page/user_profile/user_profile.js,No More Activity,තවත් ක්රියාකාරකමක් නැත @@ -2690,7 +2694,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,අතර DocType: Social Login Key,fairlogin,සාධාරණයි DocType: Async Task,Queued,පේළි -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,සැකසුම> පෝරමය අභිරුචිකරණය කරන්න DocType: Braintree Settings,Use Sandbox,වැලිපිල්ල භාවිතා apps/frappe/frappe/utils/goal.py,This month,මේ මාසයේ apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,නව රේගු මුද්රණය ආකෘතිය @@ -2783,7 +2786,7 @@ DocType: Workflow,States,ජනපදය DocType: Notification,Attach Print,මුද්රණය අමුණන්න DocType: Assignment Rule,Assignment Rule,පැවරුම් රීතිය apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},මාසයට නියමිත පරිශීලක නාමය: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,දවස +DocType: Assignment Rule Day,Day,දවස apps/frappe/frappe/public/js/frappe/desk.js,Modules,මොඩියුල apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,ගෙවීම් සාර්ථකත්වය apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,කිසිදු {0} තැපැල් @@ -2811,7 +2814,6 @@ apps/frappe/frappe/model/naming.py,Name not set via Prompt,නම ප්රො apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,ඊ-තැපැල් එන ලිපි DocType: Auto Email Report,Filters Display,පෙරහන් පෙන්වන්න apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",සංශෝධනයක් සිදු කිරීම සඳහා "සංශෝධිත_ප්රොම්" ක්ෂේත්රය තිබිය යුතුය. -DocType: Contact,Numbers,අංක apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,පෙරහන් සුරකින්න DocType: Address,Plant,ශාක apps/frappe/frappe/core/doctype/communication/communication.js,Reply All,සියලුම ඊ-මේල් මගින් පිලිතුරු දෙන්න @@ -2856,6 +2858,7 @@ DocType: Custom Script,Custom Script,රේගු කේත රචනය DocType: Address,Address Line 2,ලිපින පේළිය 2 DocType: Address,Reference,විමර්ශන apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,කිරීම සඳහා පවරා +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,කරුණාකර පෙරනිමි ඊමේල් ගිණුම සැකසුම> විද්යුත් තැපෑල> විද්යුත් තැපැල් ගිණුමෙන් සකසන්න DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,දත්ත සංක්රමණ සිත සටහන් කිරීම DocType: Data Import,Action,කටයුතු DocType: GSuite Settings,Script URL,තිර රචනය URL එක @@ -3021,6 +3024,7 @@ apps/frappe/frappe/database/database.py,Too many writes in one request. Please s apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Drive has been configured.,ගූගල් ඩ්රයිව් වින්යාස කර ඇත. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,වෙනස් අගයන් DocType: Workflow State,arrow-up,ඊතලය-අප් +DocType: Dynamic Link,Link Document Type,සම්බන්ධක ලේඛන වර්ගය apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,{0} වගුව සඳහා අවම වශයෙන් එක් පේළියක් තිබිය යුතුය DocType: OAuth Bearer Token,Expires In,දී කල් ඉකුත් DocType: DocField,Allow on Submit,ඉදිරිපත් මත ඉඩ දෙන්න @@ -3041,6 +3045,7 @@ DocType: Web Form,Button Label,බොත්තම ලේබල් apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} තෝරාගත් භාණ්ඩ apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,යැවීම අත්හිටුවීමට apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,පරිශීලක අවසරයන් සාර්ථකව නිර්මාණය කරන ලදි +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,සුපුරුදු ගෝලීය සෙවුම් ලේඛන ලබා ගැනීම. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,එකතු කිරීමට වැඩේටත් සිට අංග ඇදගෙන යන්න. ඒවා ආපසු කුණු අදින්න. DocType: Workflow State,resize-small,ප්රතිප්රමාණ-කුඩා DocType: Address,Postal Code,තැපැල් කේතය @@ -3094,7 +3099,7 @@ DocType: Auto Repeat,End Date,අවසාන දිනය DocType: Data Import,Ignore encoding errors,කේතනාංක දෝෂ නොසලකා හරින්න DocType: Chat Profile,Notifications,දැනුම්දීම් DocType: DocField,Column Break,තීරුව Break -DocType: Event,Thursday,බ්රහස්පතින්දා +DocType: Assignment Rule Day,Thursday,බ්රහස්පතින්දා apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,ඔබට ප්රමාණවත් සමාලෝචන ලකුණු නොමැත apps/frappe/frappe/utils/response.py,You don't have permission to access this file,ඔබට මෙම ගොනුව භාවිතා කිරීමට අවසර නැත apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,API රහස් සුරකින්න: @@ -3178,6 +3183,7 @@ DocType: S3 Backup Settings,ap-south-1,ap-south-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,Unzip apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},පේළියේ වැරදි අගය {0}: {1} {2} {3} විය යුතුය apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},ඉදිරිපත් ලේඛන නැවත කෙටුම්පත් පරිවර්තනය කළ නොහැක. සංක්රමණය පේළිය {0} +DocType: Assignment Rule,Assignment Days,පැවරුම් දින apps/frappe/frappe/desk/reportview.py,Deleting {0},{0} මකා apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,නව ආකෘතිය සංස්කරණය හෝ ආරම්භ කිරීමට දැනට පවතින ආකෘතිය තෝරන්න. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,බාධක සීමිත IP ලිපිනය පරීක්ෂා දෙකක් කාරකය Auth සක්රීයයි @@ -3248,6 +3254,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,මා apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,අභිරුචි ක්ෂේත්ර එකතු කළ හැක්කේ සම්මත ඩොක්ටයිපයකට පමණි. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,නිර්මාණය කළේ apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,නාමාවලි එකක් Setup +DocType: Assignment Rule Day,Assignment Rule Day,පැවරුම් රීති දිනය DocType: Workflow State,resize-horizontal,ප්රතිප්රමාණ-තිරස් apps/frappe/frappe/templates/emails/download_data.html,Download Link,සබැඳිය බාගන්න DocType: Chat Message,Content,අන්තර්ගත @@ -3513,6 +3520,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,සමාන apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',ක්ෂේත්රයේ විකල්ප 'ඩයිනමික් ලින්ක් වර්ගය' DocType 'ලෙස විකල්ප සමග තවත් ලින්ක් ක්ෂේත්ර පෙන්වා දිය යුතුය DocType: About Us Settings,Team Members Heading,කණ්ඩායම මන්ත්රීවරුන් ශීර්ෂය apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,වලංගු නොවන CSV ආකෘතිය +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,Nenašli sa žiadne výsledky pre dopyt „
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,Obnoviť oprávnenia pre: {0}? apps/frappe/frappe/config/desktop.py,Users and Permissions,Uživatelé a oprávnění DocType: S3 Backup Settings,S3 Backup Settings,Nastavenia zálohovania S3 @@ -1864,7 +1866,7 @@ DocType: Communication Link,Link Title,Názov odkazu DocType: Workflow State,fast-backward,fast-backward DocType: Address,Chandigarh,Chandigarh DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,Pátek +DocType: Assignment Rule Day,Friday,Pátek apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,Úpravy v plnom stránku apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,Otvoriť položku zoznamu DocType: Report,Add Total Row,Pridať riadok celkom @@ -1882,6 +1884,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,Prispôsobiť apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,Zobraziť povolené doklady apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,"Aby ste mohli používať túto funkciu, musíte si nainštalovať pycupy!" apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Vaša žiadosť o pripojenie do Kalendára Google bola úspešne prijatá +DocType: Tag Link,Tag Link,Odkaz na značku apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,Integrita reťazca DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2025,6 +2028,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,Poznámka apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,Error Report apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,Exportovať údaje vo formáte CSV / Excel. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,Nastavenie dokumentov globálneho vyhľadávania. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,"Aplikácie na autentifikáciu, ktoré môžete použiť, sú:" apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} už existuje. Vyberte iné meno DocType: S3 Backup Settings,None,nikto @@ -2037,6 +2041,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,Přihlášení není povoleno v tuto dobu DocType: Data Migration Run,Current Mapping Action,Aktuálna mapová akcia DocType: Dashboard Chart Source,Source Name,Názov zdroja +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,S používateľom nie je spojený žiadny e-mailový účet. Pridajte účet do sekcie Používateľ> Doručená pošta. DocType: Email Account,Email Sync Option,E-mail Sync Option apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,Riadok č DocType: Async Task,Runtime,Runtime @@ -2051,6 +2056,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,Je již v DocType: User Email,Enable Outgoing,Povolit odchozí DocType: Address,Fax,Fax apps/frappe/frappe/config/customization.py,Custom Tags,vlastné Tagy +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-mailový účet nie je nastavený. Vytvorte nový e-mailový účet z časti Nastavenia> E-mail> E-mailový účet DocType: Comment,Submitted,Potvrdené DocType: Contact,Pulled from Google Contacts,Spúšťané z Kontaktov Google apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,Neplatná požiadavka @@ -2127,7 +2133,6 @@ eval:doc.myfield=='My Value' eval:doc.age>18","Toto pole sa objaví len v prípade, že fieldname tu definované má hodnotu OR pravidlá sú pravými (príklady): myfield eval: doc.myfield == "Môj Value 'eval: doc.age> 18" DocType: Social Login Key,Office 365,Office 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,dnes -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Nenašla sa žiadna predvolená šablóna adresy. Vytvorte nový z ponuky Nastavenia> Tlač a branding> Šablóna adresy. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","Pakliže toto nastavíte, uživatelé budou moci přistoupit pouze na dokumenty (např.: příspěvky blogu), kam existují odkazy (např.: blogger)." DocType: Data Import Beta,Submit After Import,Odoslať po importe DocType: Error Log,Log of Scheduler Errors,Log chyb plánovače. @@ -2139,6 +2144,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,VEĽKÉ PÍSMENÁ apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,Vlastné HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,Zadajte názov zložky +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Nenašla sa žiadna predvolená šablóna adresy. Vytvorte nový z ponuky Nastavenia> Tlač a branding> Šablóna adresy. apps/frappe/frappe/auth.py,Unknown User,Neznámy používateľ apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,Vyberte rolu DocType: Comment,Deleted,Vymazané @@ -2341,7 +2347,6 @@ DocType: Address,Preferred Shipping Address,Preferovaná dodacia adresa apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,písmenom hlavy apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} vytvoril tento {1} apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},Nie je povolené pre {0}: {1} v riadku {2}. Obmedzené pole: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-mailový účet nie je nastavený. Vytvorte nový e-mailový účet z časti Nastavenia> E-mail> E-mailový účet DocType: S3 Backup Settings,eu-west-1,eu-západ-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","Ak je začiarknuté, budú importované riadky s platnými údajmi a neplatné riadky budú odstránené do nového súboru, aby ste mohli neskôr importovať." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,Document je upravovatelný pouze pro uživatele s rolí @@ -2409,7 +2414,6 @@ DocType: Contact,Passive,Pasívny DocType: Auto Repeat,Accounts Manager,Manažér účtov apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},Priradenie pre {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,Vaša platba je zrušená. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Nastavte predvolený e-mailový účet z časti Nastavenie> E-mail> E-mailový účet apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,Vyberte typ súboru apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,Zobraziť všetko DocType: Help Article,Knowledge Base Editor,Základné Editor znalosti @@ -2451,6 +2455,7 @@ DocType: Workflow State,Warning,Upozornění apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,Môže sa to vytlačiť na viacerých stranách DocType: Data Migration Run,Percent Complete,Percento dokončené DocType: Tag Category,Tag Category,tag Kategórie +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","Na porovnanie použite> 5, <10 alebo = 324. Pre rozsahy použite 5:10 (pre hodnoty medzi 5 a 10)." DocType: Google Calendar,Pull from Google Calendar,Vytiahnite z Kalendára Google apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,Nápoveda DocType: User,Login Before,Přihlášení před @@ -2577,7 +2582,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,Zrušený do DocType: Transaction Log,Checksum Version,Verzia kontrolného súčtu DocType: User,Allow Modules,Povoliť moduly DocType: Unhandled Email,Unhandled Email,neošetrené Email -DocType: Event,Monday,Pondělí +DocType: Assignment Rule Day,Monday,Pondělí apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,Využívajte dlhších modelov klávesníc apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,Spracovanie ... DocType: Data Import,Don't create new records,Nevytvárajte nové záznamy @@ -2708,7 +2713,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","Vážený System Manager," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} vlastné priradenie tejto úlohy: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,Tvoja krajina -DocType: Event,Sunday,Nedeľa +DocType: Assignment Rule Day,Sunday,Nedeľa apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: Názov poľa nemôže byť jedným z {1} apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,poradie apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,V zobrazení mriežky @@ -2748,7 +2753,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,medzi DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,Vo fronte -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Nastavenie> Prispôsobiť formulár DocType: Braintree Settings,Use Sandbox,použitie Sandbox apps/frappe/frappe/utils/goal.py,This month,Tento mesiac apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,New Custom Print Format @@ -2844,7 +2848,7 @@ DocType: Workflow,States,Stavy DocType: Notification,Attach Print,Pripojiť Tlač DocType: Assignment Rule,Assignment Rule,Pravidlo priradenia apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},Navrhovaná Užívateľské meno: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,Deň +DocType: Assignment Rule Day,Day,Deň apps/frappe/frappe/public/js/frappe/desk.js,Modules,moduly apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,platba Úspech apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,No {0} pošty @@ -2873,7 +2877,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,e-mai apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","Aktualizuje sa {0} z {1}, {2}" DocType: Auto Email Report,Filters Display,filtre Display apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",Na vykonanie zmeny a doplnenia musí byť k dispozícii pole „zmenené a doplnené“. -DocType: Contact,Numbers,čísla apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} ocenil vašu prácu na {1} {2} apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,Uložte filtre DocType: Address,Plant,Rostlina @@ -2919,6 +2922,7 @@ DocType: Custom Script,Custom Script,Přizpůsobený skript DocType: Address,Address Line 2,Riadok adresy 2 DocType: Address,Reference,Referencia apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,Priradené (komu) +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Nastavte predvolený e-mailový účet z časti Nastavenie> E-mail> E-mailový účet DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,Detail mapovania migrácie údajov DocType: Data Import,Action,Akce DocType: GSuite Settings,Script URL,Adresa URL skriptu @@ -3088,6 +3092,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,Typ dokumentu {0} bol opakovaný. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,hodnoty Zmenil DocType: Workflow State,arrow-up,šipka-nahoru +DocType: Dynamic Link,Link Document Type,Typ prepojeného dokumentu apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,Pre {0} tabuľku by mal byť aspoň jeden riadok apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.","Ak chcete nakonfigurovať automatické opakovanie, povoľte možnosť „Povoliť automatické opakovanie“ od {0}." DocType: OAuth Bearer Token,Expires In,V vyprší @@ -3109,6 +3114,7 @@ DocType: Web Form,Button Label,tlačidlo Label apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} vybrané položky apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,pozastaviť odosielanie apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,Používateľské povolenia boli úspešne vytvorené +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,Načítavajú sa predvolené dokumenty globálneho vyhľadávania. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,Přetáhnout prvky z postranního panelu přidat. Přetáhnout zpátky do koše. DocType: Workflow State,resize-small,resize-small DocType: Address,Postal Code,poštové smerovacie číslo @@ -3162,7 +3168,7 @@ DocType: Auto Repeat,End Date,Datum ukončení DocType: Data Import,Ignore encoding errors,Ignorovať chyby kódovania DocType: Chat Profile,Notifications,oznámenia DocType: DocField,Column Break,Zalomenie stĺpca -DocType: Event,Thursday,Čtvrtek +DocType: Assignment Rule Day,Thursday,Čtvrtek apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,Nemáte dostatok kontrolných bodov apps/frappe/frappe/utils/response.py,You don't have permission to access this file,Nemáte povolenie na prístup tento súbor apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,Uložiť tajné rozhranie API: @@ -3248,6 +3254,7 @@ DocType: S3 Backup Settings,ap-south-1,ap-juh-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,rozopnúť zips apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},Nesprávná hodnota na řádku {0}: {1} musí být {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},Potvrdený dokument nemôže byť zvrátený na stav rozpracovania. Riadok transakcie {0} +DocType: Assignment Rule,Assignment Days,Dni priradenia apps/frappe/frappe/desk/reportview.py,Deleting {0},Odstránenie {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,"Vyberte existující formát, který chcete upravit, nebo začít nový formát." DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,Bypass obmedzená kontrola adresy IP Ak je povolené povolenie dvoch faktorov @@ -3320,6 +3327,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} mesi apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,Vlastné polia je možné pridať iba k štandardnému typu DocType. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,Vytvorené (kým) apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,setup Dropbox +DocType: Assignment Rule Day,Assignment Rule Day,Deň pravidla pridelenia DocType: Workflow State,resize-horizontal,resize-horizontal apps/frappe/frappe/templates/emails/download_data.html,Download Link,Odkaz na stiahnutie DocType: Chat Message,Content,Obsah @@ -3594,7 +3602,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,Pridanie / Sp DocType: Comment,Published,Zverejnené apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,Děkujeme za váš e-mail DocType: DocField,Small Text,Krátký text -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,Číslo {0} nie je možné nastaviť ako primárne pre telefónne číslo ani číslo mobilného telefónu. DocType: Workflow,Allow approval for creator of the document,Povoliť schválenie pre tvorcu dokumentu apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,Uložiť prehľad DocType: Webhook,on_cancel,on_cancel @@ -3607,6 +3614,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,Je rovno apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',Možnosti pole typu 'Dynamický odkaz' musí odkazovat na jiné provázané pole s možnostmi jako 'DocType' DocType: About Us Settings,Team Members Heading,Záhlaví členů týmu apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,Neplatný formáte CSV +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,Ni rezultatov za '
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,Ponastavi Dovoljenja za {0}? apps/frappe/frappe/config/desktop.py,Users and Permissions,Uporabniki in dovoljenja DocType: S3 Backup Settings,S3 Backup Settings,S3 varnostne nastavitve @@ -1860,7 +1862,7 @@ DocType: Communication Link,Link Title,Link Naslov DocType: Workflow State,fast-backward,hitro nazaj DocType: Address,Chandigarh,Chandigarh DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,Petek +DocType: Assignment Rule Day,Friday,Petek apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,Urejanje v celoti strani apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,Odpri element seznama DocType: Report,Add Total Row,Dodaj vrstico Skupaj @@ -1878,6 +1880,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,Prilagajanje apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,Ogled dovoljenih dokumentov apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,Za uporabo te funkcije morate namestiti pycups! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Vaša zahteva za povezavo z Google Koledarjem je bila uspešno sprejeta +DocType: Tag Link,Tag Link,Povezava z oznakami apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,Celovitost verige DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2021,6 +2024,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,Zapisek apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,Prijavi napako apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,Izvoz podatkov v obliki CSV / Excel. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,Priprava dokumentov globalnega iskanja. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,"Aplikacije za preverjanje pristnosti, ki jih lahko uporabite, so:" apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} že obstaja. Izberite drugo ime DocType: S3 Backup Settings,None,Nihče @@ -2033,6 +2037,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,Prijava ni dovoljeno v tem času DocType: Data Migration Run,Current Mapping Action,Trenutna kartografska akcija DocType: Dashboard Chart Source,Source Name,Source Name +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,Z uporabnikom ni nobenega e-poštnega računa. Dodajte račun pod Uporabnik> Prejeto po e-pošti. DocType: Email Account,Email Sync Option,E-pošta Sync Možnost apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,Vrstica št DocType: Async Task,Runtime,Runtime @@ -2047,6 +2052,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,Že v upo DocType: User Email,Enable Outgoing,Omogoči Odhodni DocType: Address,Fax,Fax apps/frappe/frappe/config/customization.py,Custom Tags,Oznake po meri +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-poštnega računa ni nastavljeno. Ustvarite nov e-poštni račun iz programa Setup> Email> Email Account DocType: Comment,Submitted,Predložen DocType: Contact,Pulled from Google Contacts,Potegnjeno iz Google Stikov apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,Neveljavna Zahteva @@ -2124,7 +2130,6 @@ eval:doc.age>18","To polje se pojavi le, če ima fieldname tu opredeljena vre DocType: Social Login Key,Office 365,Office 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,danes apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,danes -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Predloga privzetega naslova ni bila najdena. Ustvarite novo iz Nastavitve> Tiskanje in trženje blagovne znamke> Predloga naslova. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","Ko ste to nastavljeno, bodo uporabniki lahko le dostop do dokumentov (npr. Blog post), kjer je povezava obstaja (npr. Blogger)." DocType: Data Import Beta,Submit After Import,Pošlji po uvozu DocType: Error Log,Log of Scheduler Errors,Dnevnik Scheduler Napake @@ -2136,6 +2141,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,ZGORNJI CASE apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,Custom HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,Vnesite ime mape +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Predloga privzetega naslova ni bila najdena. Ustvarite novega iz nastavitve> Tiskanje in trženje blagovne znamke> Predloga naslova. apps/frappe/frappe/auth.py,Unknown User,Neznan uporabnik apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,Izberite Role DocType: Comment,Deleted,Izbrisan @@ -2338,7 +2344,6 @@ DocType: Address,Preferred Shipping Address,Želeni Shipping Address apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,S pisemsko glavo apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} ustvaril ta {1} apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},Ni dovoljeno za {0}: {1} v vrstici {2}. Polje z omejitvami: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-poštnega računa ni nastavljeno. Ustvarite nov e-poštni račun iz programa Setup> Email> Email Account DocType: S3 Backup Settings,eu-west-1,eu-zahod-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","Če je to označeno, bodo vrstice z veljavnimi podatki uvožene in neveljavne vrstice bodo dane v novo datoteko, ki jo boste kasneje uvozili." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,Dokument je mogoče urejati le uporabniki vloge @@ -2406,7 +2411,6 @@ DocType: Contact,Passive,Pasivna DocType: Auto Repeat,Accounts Manager,Accounts Manager apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},Dodelitev za {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,Vaše plačilo je odpovedan. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Nastavite privzeti račun e-pošte iz programa Setup> Email> Email account apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,Izberite vrsto datoteke apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,Poglej vse DocType: Help Article,Knowledge Base Editor,Znanje Osnovna Editor @@ -2448,6 +2452,7 @@ DocType: Workflow State,Warning,Opozorilo apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,To se lahko natisne na več straneh DocType: Data Migration Run,Percent Complete,Percent Complete DocType: Tag Category,Tag Category,tag Kategorija +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","Za primerjavo uporabite> 5, <10 ali = 324. Za obsege uporabite 5:10 (za vrednosti med 5 in 10)." DocType: Google Calendar,Pull from Google Calendar,Potegnite iz Google Koledarja apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,Pomoč DocType: User,Login Before,Prijava Pred @@ -2573,7 +2578,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,Ne morete ur DocType: Transaction Log,Checksum Version,Verzija Checksum DocType: User,Allow Modules,Dovoli module DocType: Unhandled Email,Unhandled Email,Neobravnavana Email -DocType: Event,Monday,Ponedeljek +DocType: Assignment Rule Day,Monday,Ponedeljek apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,Izkoristite daljše vzorce tipkovnice apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,Obravnavati... DocType: Data Import,Don't create new records,Ne ustvarite novih zapisov @@ -2705,7 +2710,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","Dragi System Manager," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},To nalogo je samo dodelila {0}: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,Tvoja država -DocType: Event,Sunday,Nedelja +DocType: Assignment Rule Day,Sunday,Nedelja apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: Ime polja ne sme biti eno od {1} apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,Lestvica apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,V pogledu mreže @@ -2745,7 +2750,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,med DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,V čakalni vrsti -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Nastavitev> Prilagodite obrazec DocType: Braintree Settings,Use Sandbox,uporaba Sandbox apps/frappe/frappe/utils/goal.py,This month,Ta mesec apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,New meri Print Format @@ -2841,7 +2845,7 @@ DocType: Workflow,States,Države DocType: Notification,Attach Print,Priložite Natisni DocType: Assignment Rule,Assignment Rule,Pravilo dodelitve apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},Predlagal ime: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,Dan +DocType: Assignment Rule Day,Day,Dan apps/frappe/frappe/public/js/frappe/desk.js,Modules,moduli apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,Uspeh plačilo apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,Ni {0} pošta @@ -2870,7 +2874,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,E-po apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","Posodobitev {0} od {1}, {2}" DocType: Auto Email Report,Filters Display,filtri Display apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",Za spremembo mora biti prisotno polje "spremenjeno od". -DocType: Contact,Numbers,Številke apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} cenil je vaše delo {1} {2} apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,Shranite filtre DocType: Address,Plant,Rastlina @@ -2916,6 +2919,7 @@ DocType: Custom Script,Custom Script,Meri Script DocType: Address,Address Line 2,Naslov Line 2 DocType: Address,Reference,Sklicevanje apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,Dodeljeno +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Nastavite privzeti račun e-pošte iz programa Setup> Email> Email account DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,Podatki o preseljevanju podatkov DocType: Data Import,Action,Dejanje DocType: GSuite Settings,Script URL,URL skripta @@ -3085,6 +3089,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,Vrsta dokumenta {0} se je ponovila. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,vrednosti Spremenjeno DocType: Workflow State,arrow-up,arrow-up +DocType: Dynamic Link,Link Document Type,Vrsta dokumenta povezave apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,Za tabelo {0} mora biti vsaj ena vrstica apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.","Če želite konfigurirati samodejno ponovitev, omogočite "Dovoli samodejno ponovitev" od {0}." DocType: OAuth Bearer Token,Expires In,poteče v @@ -3106,6 +3111,7 @@ DocType: Web Form,Button Label,Button Label apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} postavk izbranih apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,začasno ustavi Pošiljanje apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,Uporabniška dovoljenja so bila ustvarjena uspešno +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,Pridobivanje privzetih dokumentov globalnega iskanja. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,Povlecite elemente iz sidebar dodati. Jih povlecite nazaj v smeti. DocType: Workflow State,resize-small,resize-small DocType: Address,Postal Code,Poštna številka @@ -3159,7 +3165,7 @@ DocType: Auto Repeat,End Date,Končni datum DocType: Data Import,Ignore encoding errors,Prezrite napake kodiranja DocType: Chat Profile,Notifications,Obvestila DocType: DocField,Column Break,Stolpec Break -DocType: Event,Thursday,Četrtek +DocType: Assignment Rule Day,Thursday,Četrtek apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,Nimate dovolj preglednih točk apps/frappe/frappe/utils/response.py,You don't have permission to access this file,Nimate dovoljenja za dostop do te datoteke apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,Shrani API Secret: @@ -3245,6 +3251,7 @@ DocType: S3 Backup Settings,ap-south-1,ap-jug-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,Razširite apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},Napačna vrednost v vrstici {0}: {1} mora biti {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},Predložena listina ni mogoče pretvoriti nazaj v osnutek. Prehod vrstica {0} +DocType: Assignment Rule,Assignment Days,Dnevi dodelitve apps/frappe/frappe/desk/reportview.py,Deleting {0},Brisanje {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,Izberite obstoječo obliko urejanja ali začeti novo obliko. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,Bypass omejeno preverjanje IP naslova Če sta dve faktorji omogočeni @@ -3316,6 +3323,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} mese apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,Polja po meri lahko dodate samo v standardni DocType. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,Ustvaril apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,Dropbox Setup +DocType: Assignment Rule Day,Assignment Rule Day,Dan pravila o dodelitvi DocType: Workflow State,resize-horizontal,resize-horizontalno apps/frappe/frappe/templates/emails/download_data.html,Download Link,Povezava za prenos DocType: Chat Message,Content,Vsebina @@ -3578,7 +3586,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,Dodaj / Uprav DocType: Comment,Published,Objavljeno apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,Hvala za vaše e-pošte DocType: DocField,Small Text,Mala Besedilo -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,Številke {0} ni mogoče nastaviti kot primarno tako za telefon kot za mobilno št. DocType: Workflow,Allow approval for creator of the document,Dovoli dovoljenje za ustvarjalca dokumenta apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,Shrani poročilo DocType: Webhook,on_cancel,on_cancel @@ -3591,6 +3598,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,Enako apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',"Možnosti 'Dynamic Link "tip polja mora kazati na drugo Link Polje z možnostmi, kot so" parameter DocType "" DocType: About Us Settings,Team Members Heading,Člani ekipe Postavka apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,Neveljavna oblika CSV +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,Nuk u gjet asnjë rezultat për '
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,Lejet reset për {0}? apps/frappe/frappe/config/desktop.py,Users and Permissions,Përdoruesit dhe Lejet DocType: S3 Backup Settings,S3 Backup Settings,S3 Cilësimet e Ruajtjes @@ -1814,7 +1817,7 @@ DocType: Communication Link,Link Title,Link Titulli DocType: Workflow State,fast-backward,fast-prapambetur DocType: Address,Chandigarh,Chandigarh DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,E premte +DocType: Assignment Rule Day,Friday,E premte apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,Edit në faqen e plotë apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,Artikulli i listës së hapur DocType: Report,Add Total Row,Shto Total Row @@ -1832,6 +1835,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,Customize apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,Shikoni dokumentet e lejuara apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,Ju duhet të instaloni pycup për të përdorur këtë veçori! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Kërkesa juaj për lidhje me Google Calendar u pranua me sukses +DocType: Tag Link,Tag Link,Lidhje Tag apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,Integriteti i Zinxhirit DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -1974,6 +1978,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,Shënim apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,Gabim Raport apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,Të dhënat e eksportit në formatin CSV / Excel. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,Vendosja e dokumenteve të Kërkimit Global. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,Aplikacionet e autentifikimit që mund të përdorni janë: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} tashmë ekziston. Zgjidh një emër tjetër DocType: S3 Backup Settings,None,Asnje @@ -1986,6 +1991,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,Hyr nuk lejohet në këtë kohë DocType: Data Migration Run,Current Mapping Action,Veprimi i Hartave aktuale DocType: Dashboard Chart Source,Source Name,burimi Emri +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,Asnjë llogari emaili e lidhur me Përdoruesin. Ju lutemi shtoni një llogari nën Përdoruesin> Kutia e postës elektronike. DocType: Email Account,Email Sync Option,Email Option Sync apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,Rreshti Nr DocType: Async Task,Runtime,Runtime @@ -1999,6 +2005,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,Tashmë n DocType: User Email,Enable Outgoing,Aktivizo largohet DocType: Address,Fax,Faks apps/frappe/frappe/config/customization.py,Custom Tags,Custom Tags +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Llogaria e postës elektronike nuk është konfiguruar. Ju lutemi krijoni një llogari të re Email nga Konfigurimi> Email> Llogaria e postës elektronike DocType: Comment,Submitted,Dërguar DocType: Contact,Pulled from Google Contacts,Tërhequr nga Kontaktet Google apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,Kërkesë e pavlefshme @@ -2075,7 +2082,6 @@ eval:doc.age>18",Kjo fushë do të shfaqet vetëm nëse fieldname përcaktuar DocType: Social Login Key,Office 365,Zyra 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,sot apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,sot -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Asnjë model i adresës së paracaktuar nuk u gjet. Ju lutemi krijoni një të re nga Setup> Printimi dhe Markimi> Modeli i Adresave. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","Pasi të keni vendosur këtë, përdoruesit do të jetë vetëm dokumente në gjendje qasje (p.sh.. Blog post), ku ekziston lidhja (p.sh.. Blogger)." DocType: Data Import Beta,Submit After Import,Paraqisni pas importit DocType: Error Log,Log of Scheduler Errors,Identifikohu i Gabimet scheduler @@ -2086,6 +2092,7 @@ apps/frappe/frappe/core/doctype/data_export/exporter.py,Parent is the name of th DocType: DocType,UPPER CASE,ME SHKRONJA KAPITALE apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,Custom HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,Shkruani emrin dosje +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Asnjë model i adresës së paracaktuar nuk u gjet. Ju lutemi krijoni një të re nga Setup> Printimi dhe Markimi> Modeli i Adresave. apps/frappe/frappe/auth.py,Unknown User,Përdorues i panjohur apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,Zgjidh Roli DocType: Comment,Deleted,Deleted @@ -2280,7 +2287,6 @@ apps/frappe/frappe/public/js/frappe/social/pages/UserList.vue,No user found,Asnj DocType: Address,Preferred Shipping Address,Preferuar Transporti Adresa apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,Me kokë Letër apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} krijuar kete {1} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Llogaria e postës elektronike nuk është konfiguruar. Ju lutemi krijoni një llogari të re Email nga Konfigurimi> Email> Llogaria e postës elektronike DocType: S3 Backup Settings,eu-west-1,eu-west-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","Nëse kjo është e kontrolluar, rreshta me të dhëna të vlefshme do të importohen dhe rreshtat e pavlefshëm do të hedhen në një skedar të ri për tu importuar më vonë." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,Dokumenti është vetëm editable nga përdoruesit e rolit @@ -2348,7 +2354,6 @@ DocType: Contact,Passive,Pasiv DocType: Auto Repeat,Accounts Manager,Llogaritë Menaxher apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},Caktimi për {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,pagesa juaj është anuluar. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Ju lutemi konfiguroni llogarinë e paracaktuar të postës elektronike nga Konfigurimi> Email> Llogaria e postës elektronike apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,Zgjidh Lloji i Skedarit apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,Shiko te gjitha DocType: Help Article,Knowledge Base Editor,Knowledge Base Editor @@ -2390,6 +2395,7 @@ DocType: Workflow State,Warning,Paralajmërim apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,Kjo mund të shtypet në shumë faqe DocType: Data Migration Run,Percent Complete,Përqindja e plotë DocType: Tag Category,Tag Category,tag Category +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","Për krahasim, përdorni> 5, <10 ose = 324. Për vargjet, përdorni 5:10 (për vlerat midis 5 dhe 10)." DocType: Google Calendar,Pull from Google Calendar,Tërhiq nga Kalendari Google apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,Ndihmë DocType: User,Login Before,Identifikohu Para @@ -2515,7 +2521,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,Nuk mund të DocType: Transaction Log,Checksum Version,Version i Kontrollit DocType: User,Allow Modules,Lejoni modulet DocType: Unhandled Email,Unhandled Email,Unhandled Email -DocType: Event,Monday,E hënë +DocType: Assignment Rule Day,Monday,E hënë apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,Bëni përdorimin e modeleve më të gjatë tastierës apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,Të përpunimit të ... DocType: Data Import,Don't create new records,Mos krijoni të dhëna të reja @@ -2641,7 +2647,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","Sistemi Menaxheri i nderuar," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} vetë e caktoi këtë detyrë: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,Vendi juaj -DocType: Event,Sunday,E diel +DocType: Assignment Rule Day,Sunday,E diel apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,Renditja apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,In Grid View apps/frappe/frappe/desk/page/user_profile/user_profile.js,No More Activity,Nuk ka më aktivitet @@ -2680,7 +2686,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,Ndërmjet DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,Queued -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Setup> Rregulloje formularin DocType: Braintree Settings,Use Sandbox,Përdorimi Sandbox apps/frappe/frappe/utils/goal.py,This month,Këtë muaj apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,Re Format Custom Print @@ -2772,7 +2777,7 @@ DocType: Workflow,States,Shtetet DocType: Notification,Attach Print,Bashkangjit Print DocType: Assignment Rule,Assignment Rule,Rregulli i caktimit apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},Emri i përdoruesit sugjeruar: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,ditë +DocType: Assignment Rule Day,Day,ditë apps/frappe/frappe/public/js/frappe/desk.js,Modules,modulet apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,Suksesi pagesa apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,No {0} postë @@ -2798,7 +2803,6 @@ apps/frappe/frappe/model/naming.py,Name not set via Prompt,Emri nuk është cakt apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,Email Inbox DocType: Auto Email Report,Filters Display,Filters Display apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",fusha "ndryshuar_from" duhet të jetë e pranishme për të bërë një ndryshim. -DocType: Contact,Numbers,numrat apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,Ruani filtrat DocType: Address,Plant,Fabrikë apps/frappe/frappe/core/doctype/communication/communication.js,Reply All,Përgjigju All @@ -2843,6 +2847,7 @@ DocType: Custom Script,Custom Script,Custom Script DocType: Address,Address Line 2,Adresa Line 2 DocType: Address,Reference,Referim apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,Caktuar për +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Ju lutemi konfiguroni llogarinë e paracaktuar të postës elektronike nga Konfigurimi> Email> Llogari Email DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,Detajimi i hartës së migrimit të të dhënave DocType: Data Import,Action,Veprim DocType: GSuite Settings,Script URL,script URL @@ -3008,6 +3013,8 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,Lloji i dokumentit {0} është përsëritur. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,vlerat Ndryshuar DocType: Workflow State,arrow-up,shigjetë-up +DocType: Dynamic Link,Link Document Type,Lloji i dokumentit të lidhjes +apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.","Për të konfiguruar Përsëritjen e Auto, aktivizoni "Lejo Përsëritje Auto" nga {0}." DocType: OAuth Bearer Token,Expires In,skadon In DocType: DocField,Allow on Submit,Lejo në Submit DocType: DocField,HTML,HTML @@ -3027,6 +3034,7 @@ DocType: Web Form,Button Label,Button Label apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} pikat e zgjedhura apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,Suspend Dërgimi apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,Lejet e përdoruesit të krijuara me sukses +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,Marrja e dokumenteve të paracaktuar të Kërkimit Global. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,Elementet Drag nga sidebar për të shtuar. Terhiq e tyre përsëri në plehra. DocType: Workflow State,resize-small,resize-vogël DocType: Address,Postal Code,Kodi Postar @@ -3077,7 +3085,7 @@ DocType: Auto Repeat,End Date,End Date DocType: Data Import,Ignore encoding errors,Ignore gabimet e kodimit DocType: Chat Profile,Notifications,Njoftime DocType: DocField,Column Break,Pushim Column -DocType: Event,Thursday,E enjte +DocType: Assignment Rule Day,Thursday,E enjte apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,Ju nuk keni pikë të mjaftueshme rishikimi apps/frappe/frappe/utils/response.py,You don't have permission to access this file,Ju nuk keni leje për të hyrë këtë fotografi apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,Save Secret API: @@ -3158,6 +3166,7 @@ DocType: S3 Backup Settings,ap-south-1,ap-jug-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,hap zinxhirin apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},Vlera e pasaktë në rresht {0}: {1} duhet të jetë {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},Dokumenti i paraqitur nuk mund të kthehet përsëri për të hartuar. Rresht Tranzicioni {0} +DocType: Assignment Rule,Assignment Days,Ditët e caktimit apps/frappe/frappe/desk/reportview.py,Deleting {0},Fshirjes {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,Zgjidh një format ekzistuese të redaktojnë filluar një format të ri. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,Anashkalimi i kufizuar i kontrollit të adresës IP Nëse vërtetohet dyfaktori i tekstit @@ -3230,6 +3239,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} muaj apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,Fushat e personalizuara mund të shtohen vetëm në një DocType standarde. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,Krijuar nga apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,Dropbox Setup +DocType: Assignment Rule Day,Assignment Rule Day,Dita e rregullës së caktimit DocType: Workflow State,resize-horizontal,resize-horizontal apps/frappe/frappe/templates/emails/download_data.html,Download Link,Shkarkoni Lidhjen DocType: Chat Message,Content,I kënaqur @@ -3436,6 +3446,7 @@ DocType: S3 Backup Settings,eu-west-3,eu-west-3 apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Uploading {0} of {1},Po ngarkoni {0} nga {1} DocType: DocType,DocType is a Table / Form in the application.,DOCTYPE është një Tabela / Formulari në kërkesë. DocType: Social Login Key,Authorize URL,Autorizo URL +apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.py,"Google Calendar - Could not fetch event from Google Calendar, error code {0}.","Kalendari Google - Nuk mund të tërheq ngjarje nga Kalendari Google, kodi i gabimit {0}." apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.py,Auto Repeat Document Creation Failed,Përsëritje Krijimi i dokumentit dështoi DocType: Email Account,GMail,GMail DocType: Letter Head,Letter Head Image,Imazhi i Shefit të Letrës @@ -3479,7 +3490,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,Add / Manage DocType: Comment,Published,Publikuar apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,Faleminderit për email-it tuaj DocType: DocField,Small Text,Tekst i vogël -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,"Numri {0} nuk mund të vendoset si parësor për telefonin, si dhe celularin Nr." DocType: Workflow,Allow approval for creator of the document,Lejo miratimin për krijuesin e dokumentit apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,Ruaje Raportin DocType: Webhook,on_cancel,on_cancel @@ -3492,6 +3502,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,Është e baraba apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',Lloj Options 'Dynamic Link' e fushës duhet të vënë në një tjetër terren Link me opsione si "DOCTYPE ' DocType: About Us Settings,Team Members Heading,Anëtarët e ekipit Kreu apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,Invalid CSV Format +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,Нема резултата за '
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,Сброс разрешений для {0} ? apps/frappe/frappe/config/desktop.py,Users and Permissions,Корисници и дозволе DocType: S3 Backup Settings,S3 Backup Settings,С3 Бацкуп Сеттингс @@ -1863,7 +1865,7 @@ DocType: Communication Link,Link Title,линк Наслов DocType: Workflow State,fast-backward,брзо назад DocType: Address,Chandigarh,цхандигарх DocType: DocShare,DocShare,ДоцСхаре -DocType: Event,Friday,Петак +DocType: Assignment Rule Day,Friday,Петак apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,Едит у пуном страници apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,Отворите ставку листе DocType: Report,Add Total Row,Додај реду Укупно @@ -1881,6 +1883,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,Прилагод apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,Погледај дозвољене документе apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,За употребу ове функције морате инсталирати пицупс! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Захтев за повезивање на Гоогле календар успешно је прихваћен +DocType: Tag Link,Tag Link,Таг Линк apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,Интегритет ланца DocType: Data Export,CSV,ЦСВ DocType: Currency,"1 Currency = [?] Fraction @@ -2024,6 +2027,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,Приметити apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,Грешка Извештај apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,Извоз података у ЦСВ / Екцел формату. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,Постављање докумената Глобалне претраге. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,Апликације за аутентикацију које можете користити су: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} већ постоји. Изаберите друго име DocType: S3 Backup Settings,None,Ниједан @@ -2036,6 +2040,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,Войти не допускается в это время DocType: Data Migration Run,Current Mapping Action,Актуелна акција мапирања DocType: Dashboard Chart Source,Source Name,извор Име +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,Ниједан налог е-поште није повезан са корисником. Додајте налог у оквиру Корисник> Инбок. DocType: Email Account,Email Sync Option,Емаил Синхронизација Опција apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,Ред број DocType: Async Task,Runtime,Рунтиме @@ -2050,6 +2055,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,Већ к DocType: User Email,Enable Outgoing,Омогући Одлазећи DocType: Address,Fax,Фак apps/frappe/frappe/config/customization.py,Custom Tags,Цустом Ознаке +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Рачун е-поште није подешавање. Креирајте нови рачун е-поште из програма Сетуп> Емаил> Аццоунт Емаил DocType: Comment,Submitted,Поднет DocType: Contact,Pulled from Google Contacts,Извлачено из Гоогле контаката apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,Неважећи Упит @@ -2126,7 +2132,6 @@ eval:doc.age>18",Ово поље ће се појавити само ако DocType: Social Login Key,Office 365,Оффице 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,Данас apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,Данас -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Није пронађена задана предлошка адресе. Креирајте нову из Подешавање> Штампање и брендирање> Предложак адреса. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","Када сте подесили ово , корисници ће бити у стању само приступ документима ( нпр. блог пост ) где постојивеза ( нпр. Блоггер ) ." DocType: Data Import Beta,Submit After Import,Пошаљите после увоза DocType: Error Log,Log of Scheduler Errors,Лог од Сцхедулер Грешке @@ -2138,6 +2143,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,велика слова apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,Цустом ХТМЛ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,Унесите име фасцикле +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Није пронађен ниједан задани предложак адресе. Креирајте нову из Подешавање> Штампање и брендирање> Предложак адреса. apps/frappe/frappe/auth.py,Unknown User,Непознат корисника apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,Избор улоге DocType: Comment,Deleted,Делетед @@ -2340,7 +2346,6 @@ DocType: Address,Preferred Shipping Address,Жељени Адреса испор apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,Са Леттер главом apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} створио ово {1} apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},Није дозвољено за {0}: {1} у Реду {2}. Ограничено поље: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Рачун е-поште није подешавање. Креирајте нови рачун е-поште из програма Сетуп> Емаил> Аццоунт Емаил DocType: S3 Backup Settings,eu-west-1,еу-запад-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","Ако је ово потврђено, редови са важећим подацима ће бити увезени и неважећи редови ће бити депоновани у нову датотеку која ће вам касније бити увезена." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,Документ је само мењати од стране корисника о улози @@ -2408,7 +2413,6 @@ DocType: Contact,Passive,Пасиван DocType: Auto Repeat,Accounts Manager,Рачуни менаџер apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},Задатак за {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,Ваша уплата је отказана. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Поставите подразумевани рачун е-поште из програма Сетуп> Емаил> Аццоунт Емаил apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,Избор Филе Типе apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,Погледати све DocType: Help Article,Knowledge Base Editor,База знања Уредник @@ -2450,6 +2454,7 @@ DocType: Workflow State,Warning,Упозорење apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,Ово може бити одштампано на више страница DocType: Data Migration Run,Percent Complete,Перцент Цомплете DocType: Tag Category,Tag Category,таг Категорија +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","За поређење користите> 5, <10 или = 324. За опсеге користите 5:10 (за вредности између 5 и 10)." DocType: Google Calendar,Pull from Google Calendar,Повуците из Гоогле календара apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,Помоћ DocType: User,Login Before,Пријава Пре @@ -2576,7 +2581,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,Не мож DocType: Transaction Log,Checksum Version,Верзија Цхецксум DocType: User,Allow Modules,Дозволи модуле DocType: Unhandled Email,Unhandled Email,Необрађени маил -DocType: Event,Monday,Понедељак +DocType: Assignment Rule Day,Monday,Понедељак apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,Искористите дужих тастатуре образаца apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,Обрада ... DocType: Data Import,Don't create new records,Не креирајте нове записе @@ -2708,7 +2713,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","Драги систем директор," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} само додељује овај задатак: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,Твоја земља -DocType: Event,Sunday,Недеља +DocType: Assignment Rule Day,Sunday,Недеља apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: Име поља не може бити једно од {1} apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,Табела apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,Ин Грид Виев @@ -2748,7 +2753,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,између DocType: Social Login Key,fairlogin,фаирлогин DocType: Async Task,Queued,Куеуед -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Подешавање> Прилагоди образац DocType: Braintree Settings,Use Sandbox,Употреба Песак apps/frappe/frappe/utils/goal.py,This month,Овог месеца apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,Нови Прилагођени Принт Формат @@ -2843,7 +2847,7 @@ DocType: Workflow,States,Државе DocType: Notification,Attach Print,Причврстите Принт DocType: Assignment Rule,Assignment Rule,Правило додељивања apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},Предложио име: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,дан +DocType: Assignment Rule Day,Day,дан apps/frappe/frappe/public/js/frappe/desk.js,Modules,Модули apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,plaćanje Успех apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,Но {0} пошта @@ -2872,7 +2876,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,Е-м apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","Ажурирање {0} од {1}, {2}" DocType: Auto Email Report,Filters Display,Филтери Приказ apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",Да би се извршио амандман мора бити присутно поље „измијењено_фром“. -DocType: Contact,Numbers,Бројеви apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} ценио је ваш рад на {1} {2} apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,Сачувај филтере DocType: Address,Plant,Биљка @@ -2918,6 +2921,7 @@ DocType: Custom Script,Custom Script,Цустом Сцрипт DocType: Address,Address Line 2,Аддресс Лине 2 DocType: Address,Reference,Упућивање apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,Додељено +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Поставите подразумевани рачун е-поште из програма Сетуп> Емаил> Аццоунт Емаил DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,Детаљи мапирања миграције података DocType: Data Import,Action,Акција DocType: GSuite Settings,Script URL,сцрипт УРЛ адреса @@ -3087,6 +3091,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,Тип документа {0} је поновљен. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,vrednosti Цхангед DocType: Workflow State,arrow-up,арров-уп +DocType: Dynamic Link,Link Document Type,Тип документа везе apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,Требао би бити најмање један ред за {0} таблицу apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.","Да бисте конфигурирали аутоматско понављање, омогућите „Дозволи аутоматско понављање“ од {0}." DocType: OAuth Bearer Token,Expires In,Истиче @@ -3108,6 +3113,7 @@ DocType: Web Form,Button Label,dugme Страна apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} ставке изабране apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,обустави слање apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,Корисничке дозволе су креиране успешно +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,Дохваћање заданих докумената Глобалне претраге. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,Драг елементи из маргини додати. Драг их назад у смеће. DocType: Workflow State,resize-small,ресизе-смалл DocType: Address,Postal Code,поштански код @@ -3161,7 +3167,7 @@ DocType: Auto Repeat,End Date,Датум завршетка DocType: Data Import,Ignore encoding errors,Игноришите грешке кодирања DocType: Chat Profile,Notifications,Обавештења DocType: DocField,Column Break,Колона Пауза -DocType: Event,Thursday,Четвртак +DocType: Assignment Rule Day,Thursday,Четвртак apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,Немате довољно бодова за преглед apps/frappe/frappe/utils/response.py,You don't have permission to access this file,Немате дозволу за приступ овој фајл apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,Сачувај АПИ тајну: @@ -3247,6 +3253,7 @@ DocType: S3 Backup Settings,ap-south-1,ап-југ-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,отворити рајсфешлус apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},Неверное значение в строке {0} : {1} должно быть {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},Поднет документ не може да се конвертује у изради . +DocType: Assignment Rule,Assignment Days,Дани додјеле apps/frappe/frappe/desk/reportview.py,Deleting {0},Брисање {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,Изаберите постојећи формат за уређивање или започнете нови формат. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,Бипасс ограничена провера ИП адресе Ако је Тво Фацтор Аутх омогућено @@ -3318,6 +3325,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} ме apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,Прилагођена поља могу се додати само у стандардни ДоцТипе. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,Креирао apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,дропбок подешавање +DocType: Assignment Rule Day,Assignment Rule Day,Дан правила о додјели DocType: Workflow State,resize-horizontal,ресизе-хоризонтална apps/frappe/frappe/templates/emails/download_data.html,Download Link,Линк за скидање DocType: Chat Message,Content,Садржина @@ -3591,7 +3599,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,Додај / DocType: Comment,Published,Објављен apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,Хвала вам на е-поште DocType: DocField,Small Text,Мала Текст -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,"Број {0} се не може поставити као примарни за Телефон, као ни мобилни бр." DocType: Workflow,Allow approval for creator of the document,Дозволи одобрење за креатора документа apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,Сачувај извештај DocType: Webhook,on_cancel,он_цанцел @@ -3604,6 +3611,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,Једнак apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',"Опције 'Динамиц Линк' тип поља мора да указује на другу линкове ратарство са опцијама као 'ДОЦТИПЕ """ DocType: About Us Settings,Team Members Heading,Чланови тима Хеадинг apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,Неважећи ЦСВ формату +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,Inga resultat hittades för '
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,Återställ behörigheter för {0}? apps/frappe/frappe/config/desktop.py,Users and Permissions,Användare och behörigheter DocType: S3 Backup Settings,S3 Backup Settings,S3 Backup-inställningar @@ -1863,7 +1865,7 @@ DocType: Communication Link,Link Title,Link Title DocType: Workflow State,fast-backward,snabbt bakåt DocType: Address,Chandigarh,Chandigarh DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,Fredag +DocType: Assignment Rule Day,Friday,Fredag apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,Redigera i helsida apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,Öppna listobjekt DocType: Report,Add Total Row,Lägg till Totalt Rad @@ -1881,6 +1883,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,Anpassa apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,Visa behöriga dokument apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,Du måste installera pycups för att använda den här funktionen! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Din anslutningsförfrågan till Google Kalender godkändes framgångsrikt +DocType: Tag Link,Tag Link,Tag länk apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,Chain Integrity DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2024,6 +2027,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,Notera apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,Felrapport apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,Exportera data i CSV / Excel-format. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,Ställa in dokument för global sökning. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,Autentiseringsprogram som du kan använda är: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} finns redan. Välj ett annat namn DocType: S3 Backup Settings,None,Ingen @@ -2036,6 +2040,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,Inloggning inte tillåtet vid denna tid DocType: Data Migration Run,Current Mapping Action,Aktuell kartläggningsåtgärd DocType: Dashboard Chart Source,Source Name,käll~~POS=TRUNC +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,Inget e-postkonto kopplat till användaren. Lägg till ett konto under User> Email Inbox. DocType: Email Account,Email Sync Option,Email Sync Option apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,Rad nr DocType: Async Task,Runtime,Runtime @@ -2050,6 +2055,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,Redan i a DocType: User Email,Enable Outgoing,Aktivera Utgående DocType: Address,Fax,Fax apps/frappe/frappe/config/customization.py,Custom Tags,anpassade Taggar +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-postkonto är inte inställt. Skapa ett nytt e-postkonto från Inställning> E-post> E-postkonto DocType: Comment,Submitted,Avsändare DocType: Contact,Pulled from Google Contacts,Dras från Google-kontakter apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,Ogiltig Förfrågan @@ -2126,7 +2132,6 @@ eval:doc.myfield=='My Value' eval:doc.age>18",Detta fält visas endast om fältnamn definieras här har värde eller reglerna är sanna (exempel): myfield eval: doc.myfield == "Min värde" eval: doc.age> 18 DocType: Social Login Key,Office 365,Kontor 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,I dag -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Ingen standardadressmall hittades. Skapa en ny från Setup> Print and Branding> Address Mall. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).",När du har ställt detta kommer användarna bara att kunna komma åt dokument (t.ex.. Blogginlägg) där länken finns (t.ex.. Blogger). DocType: Data Import Beta,Submit After Import,Skicka efter import DocType: Error Log,Log of Scheduler Errors,Loggar av Planerings fel @@ -2138,6 +2143,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,STORA BOKSTÄVER apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,Anpassad HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,Ange mappnamn +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Ingen standardadressmall hittades. Skapa en ny från Setup> Print and Branding> Address Mall. apps/frappe/frappe/auth.py,Unknown User,Okänd användare apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,Välj roll DocType: Comment,Deleted,Raderad @@ -2340,7 +2346,6 @@ DocType: Address,Preferred Shipping Address,Önskad leveransadress apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,Med brevhuvud apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} skapade denna {1} apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},Inte tillåtet för {0}: {1} i rad {2}. Begränsat fält: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-postkonto är inte inställt. Skapa ett nytt e-postkonto från Inställning> E-post> E-postkonto DocType: S3 Backup Settings,eu-west-1,eu-väst-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.",Om det här är markerat kommer rader med giltiga data att importeras och ogiltiga rader dumpas till en ny fil för att importera senare. apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,Dokumentet kan endast redigeras av användarna med rättigheter @@ -2408,7 +2413,6 @@ DocType: Contact,Passive,Passiv DocType: Auto Repeat,Accounts Manager,Account Manager apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},Uppgift för {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,Din betalning har avbrutits. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Ställ in standard e-postkonto från Setup> E-post> E-postkonto apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,Välj filtyp apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,Visa alla DocType: Help Article,Knowledge Base Editor,Knowledge Base Editor @@ -2450,6 +2454,7 @@ DocType: Workflow State,Warning,Varning apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,Detta kan skrivas ut på flera sidor DocType: Data Migration Run,Percent Complete,Procent Slutförd DocType: Tag Category,Tag Category,Tag Kategori +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","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)." DocType: Google Calendar,Pull from Google Calendar,Dra från Google Kalender apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,Hjälp DocType: User,Login Before,Logga in Innan @@ -2576,7 +2581,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,Det går int DocType: Transaction Log,Checksum Version,Checksum Version DocType: User,Allow Modules,Tillåt moduler DocType: Unhandled Email,Unhandled Email,ohanterat Email -DocType: Event,Monday,Måndag +DocType: Assignment Rule Day,Monday,Måndag apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,Utnyttja längre tangentbordsmönster apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,Bearbetning ... DocType: Data Import,Don't create new records,Skapa inte nya poster @@ -2708,7 +2713,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","Kära Systemansvarig," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} självtilldelade denna uppgift: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,Ditt land -DocType: Event,Sunday,Söndag +DocType: Assignment Rule Day,Sunday,Söndag apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: Fältnamn kan inte vara ett av {1} apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,ställningar apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,I Grid View @@ -2748,7 +2753,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,Mellan DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,I kö -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Inställning> Anpassa formulär DocType: Braintree Settings,Use Sandbox,användning Sandbox apps/frappe/frappe/utils/goal.py,This month,Den här månaden apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,Ny anpassat Utskriftsformat @@ -2844,7 +2848,7 @@ DocType: Workflow,States,Stater DocType: Notification,Attach Print,Fäst utskrift DocType: Assignment Rule,Assignment Rule,Uppdragsregel apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},Föres Användarnamn: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,Dag +DocType: Assignment Rule Day,Day,Dag apps/frappe/frappe/public/js/frappe/desk.js,Modules,moduler apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,betalning Framgång apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,Ingen {0} post @@ -2873,7 +2877,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,inkor apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","Uppdaterar {0} av {1}, {2}" DocType: Auto Email Report,Filters Display,filter Display apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",Fältet "amend_from" måste finnas för att göra en ändring. -DocType: Contact,Numbers,Tal apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} uppskattade ditt arbete med {1} {2} apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,Spara filter DocType: Address,Plant,Fastighet @@ -2919,6 +2922,7 @@ DocType: Custom Script,Custom Script,Custom Script DocType: Address,Address Line 2,Adress Linje 2 DocType: Address,Reference,Referens apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,Tilldelats +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Ställ in standard e-postkonto från Setup> E-post> E-postkonto DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,Data Migration Mapping Detalj DocType: Data Import,Action,Åtgärd DocType: GSuite Settings,Script URL,Skriptadress @@ -3088,6 +3092,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,Dokumenttyp {0} har upprepats. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,värden Ändrad DocType: Workflow State,arrow-up,pil-up +DocType: Dynamic Link,Link Document Type,Länka dokumenttyp apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,Det bör finnas minst en rad för tabellen {0} apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.","För att konfigurera Auto Repeat, aktivera "Allow Auto Repeat" från {0}." DocType: OAuth Bearer Token,Expires In,Går ut om @@ -3109,6 +3114,7 @@ DocType: Web Form,Button Label,Button Label apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} objekt är markerade apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,avbryta Sända apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,Användarrättigheter skapas framgångsrikt +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,Hämtar standarddokument för global sökning. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,Dra element från sidofältet för att lägga till. Dra dem tillbaka till papperskorgen. DocType: Workflow State,resize-small,ändra storlek-small DocType: Address,Postal Code,Postkod @@ -3162,7 +3168,7 @@ DocType: Auto Repeat,End Date,Slutdatum DocType: Data Import,Ignore encoding errors,Ignorera kodningsfel DocType: Chat Profile,Notifications,anmälningar DocType: DocField,Column Break,Spaltbrytning -DocType: Event,Thursday,Torsdag +DocType: Assignment Rule Day,Thursday,Torsdag apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,Du har inte tillräckligt med granskningspoäng apps/frappe/frappe/utils/response.py,You don't have permission to access this file,Du har inte behörighet att komma åt den här filen apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,Spara API-hemlighet: @@ -3248,6 +3254,7 @@ DocType: S3 Backup Settings,ap-south-1,ap-syd-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,Packa upp apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},Felaktigt värde i rad {0}: {1} måste vara {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},Inskickat dokument kan inte konverteras tillbaka till utkast. Övergångs raden {0} +DocType: Assignment Rule,Assignment Days,Uppdragsdagar apps/frappe/frappe/desk/reportview.py,Deleting {0},Radera {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,Välj ett befintligt format för att redigera eller starta ett nytt format. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,Bypass-begränsad IP-adresskontroll om två faktorer är aktiverade @@ -3320,6 +3327,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} mån apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,Anpassade fält kan bara läggas till i en standard DocType. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,Skapad Av apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,Dropbox Setup +DocType: Assignment Rule Day,Assignment Rule Day,Tilldelningsregeldag DocType: Workflow State,resize-horizontal,ändra storlek horisontell apps/frappe/frappe/templates/emails/download_data.html,Download Link,Nedladdningslänk DocType: Chat Message,Content,Innehåll @@ -3583,7 +3591,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,Lägg till / DocType: Comment,Published,Publicerad apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,Tack för ditt email DocType: DocField,Small Text,Liten text -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,Nummer {0} kan inte ställas in som primärt för telefon och mobilnummer. DocType: Workflow,Allow approval for creator of the document,Tillåt godkännande för skaparen av dokumentet apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,Spara rapport DocType: Webhook,on_cancel,on_cancel @@ -3596,6 +3603,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,Lika apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',Alternativ "Dynamic Link" typ av område måste peka på en annan länk Fält med alternativ som "DocType" DocType: About Us Settings,Team Members Heading,Teammedlemmar Rubrik apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,Ogiltigt CSV-format +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,Hakuna matokeo yaliyopatikana ya '
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,Rudisha Ruhusa kwa {0}? apps/frappe/frappe/config/desktop.py,Users and Permissions,Watumiaji na Ruhusa DocType: S3 Backup Settings,S3 Backup Settings,S3 Mipangilio ya Backup @@ -1838,7 +1841,7 @@ DocType: Communication Link,Link Title,Cheza Kiungo DocType: Workflow State,fast-backward,haraka-kurudi DocType: Address,Chandigarh,Chandigarh DocType: DocShare,DocShare,Fungua Hati -DocType: Event,Friday,Ijumaa +DocType: Assignment Rule Day,Friday,Ijumaa apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,Badilisha katika ukurasa kamili apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,Fungua bidhaa za orodha DocType: Report,Add Total Row,Ongeza Jumla ya Row @@ -1856,6 +1859,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,Customize apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,Angalia Nyaraka zilizoruhusiwa apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,Unahitaji kusanidi pycups kutumia huduma hii! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Usaidizi wako wa kuomba kwa Kalenda ya Google ilikubaliwa kwa ufanisi +DocType: Tag Link,Tag Link,Kiungo cha Tag apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,Chain Uaminifu DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -1997,6 +2001,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,Kumbuka apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,Ripoti ya Hitilafu apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,Tuma Data katika muundo wa CSV / Excel. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,Kuweka hati za Utaftaji wa Ulimwenguni. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,Programu za uthibitishaji unazoweza kutumia ni: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} tayari imepo. Chagua jina lingine DocType: S3 Backup Settings,None,Hakuna @@ -2009,6 +2014,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,Ingia haruhusiwi kwa wakati huu DocType: Data Migration Run,Current Mapping Action,Hatua ya Sasa ya Ramani DocType: Dashboard Chart Source,Source Name,Jina la Chanzo +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,Hakuna akaunti ya barua pepe inayohusiana na Mtumiaji. Tafadhali ongeza akaunti chini ya Mtumiaji> Kikasha cha barua pepe. DocType: Email Account,Email Sync Option,Option Sync Option apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,Row No DocType: Async Task,Runtime,Runtime @@ -2023,6 +2029,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,Tayari kw DocType: User Email,Enable Outgoing,Wezesha Kuondoka DocType: Address,Fax,Faksi apps/frappe/frappe/config/customization.py,Custom Tags,Tags Custom +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Akaunti ya barua pepe sio kusanidi. Tafadhali unda Akaunti mpya ya Barua pepe kutoka kwa Kusanidi> Barua pepe> Akaunti ya barua pepe DocType: Comment,Submitted,Iliwasilishwa DocType: Contact,Pulled from Google Contacts,Iliyohamishwa kutoka Anwani za Google apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,Katika Ombi Sahihi @@ -2097,7 +2104,6 @@ eval:doc.myfield=='My Value' eval:doc.age>18",Shamba hii itaonekana tu kama jina la uwanja linalotafsiriwa hapa lina thamani OR LA sheria ni za kweli (mifano): myfield eval: doc.myfield == 'Thamani yangu' eval: doc.age> 18 DocType: Social Login Key,Office 365,Ofisi 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,Leo -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Hakuna Kiolezo cha anwani default kilichopatikana. Tafadhali unda mpya kutoka kwa Kusanidi> Kuchapa na Kuweka alama> Kiolezo cha Anwani. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","Mara baada ya kuweka hii, watumiaji wataweza kufikia nyaraka (kwa mfano Blog post) ambako kiungo hipo (kwa mfano Blogger)." DocType: Data Import Beta,Submit After Import,Tuma baada ya Kuingiza DocType: Error Log,Log of Scheduler Errors,Msajili wa Makosa ya Mpangilio @@ -2109,6 +2115,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,JINSI YA UPANDA apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,HTML ya kawaida apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,Ingiza jina la folda +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Hakuna Kiolezo cha anwani default kilichopatikana. Tafadhali unda mpya kutoka kwa Kusanidi> Kuchapa na Kuweka alama> Kiolezo cha Anwani. apps/frappe/frappe/auth.py,Unknown User,Mtumiaji asiyejulikana apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,Chagua Shauku DocType: Comment,Deleted,Imefutwa @@ -2308,7 +2315,6 @@ DocType: Address,Preferred Shipping Address,Anwani ya Maandalizi ya Maandalizi apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,Kwa kichwa cha Barua apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} umba hii {1} apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},Hairuhusiwi kwa {0}: {1} katika safu ya mto {2}. Uga uliozuiliwa: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Akaunti ya barua pepe sio kusanidi. Tafadhali unda Akaunti mpya ya barua pepe kutoka kwa Usanidi> Barua pepe> Akaunti ya barua pepe DocType: S3 Backup Settings,eu-west-1,eu-magharibi-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","Ikiwa hii imechungwa, safu na data halali zitaagizwa na safu zisizo sahihi zitatupwa kwenye faili mpya ili uingize baadaye." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,Hati ni editable tu kwa watumiaji wa jukumu @@ -2375,7 +2381,6 @@ DocType: Contact,Passive,Passive DocType: Auto Repeat,Accounts Manager,Meneja wa Hesabu apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},Kazi kwa {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,Malipo yako yamefutwa. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Tafadhali weka Akaunti ya barua pepe ya usanidi kutoka kwa Usanidi> Barua pepe> Akaunti ya barua pepe apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,Chagua Aina ya Picha apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,Tazama zote DocType: Help Article,Knowledge Base Editor,Mhariri wa Msingi wa Maarifa @@ -2417,6 +2422,7 @@ DocType: Workflow State,Warning,Onyo apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,Hii inaweza kuchapishwa kwenye kurasa nyingi DocType: Data Migration Run,Percent Complete,Asilimia Imekamilika DocType: Tag Category,Tag Category,Jamii ya Tag +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","Kwa kulinganisha, tumia> 5, <10 au = 324. Kwa safu, tumia 5:10 (kwa maadili kati ya 5 & 10)." DocType: Google Calendar,Pull from Google Calendar,Bonyeza kutoka Kalenda ya Google apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,Msaada DocType: User,Login Before,Ingia Kabla @@ -2541,7 +2547,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,Haiwezi kuha DocType: Transaction Log,Checksum Version,Toleo la Checksum DocType: User,Allow Modules,Ruhusu Moduli DocType: Unhandled Email,Unhandled Email,Barua isiyosaidiwa -DocType: Event,Monday,Jumatatu +DocType: Assignment Rule Day,Monday,Jumatatu apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,Tumia matumizi ya mitindo ya muda mrefu ya kibodi apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,Inachunguza ... DocType: Data Import,Don't create new records,Usifanye rekodi mpya @@ -2672,7 +2678,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","Mpendwa Meneja wa Mfumo," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} mwenyewe alitoa kazi hii: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,Nchi yako -DocType: Event,Sunday,Jumapili +DocType: Assignment Rule Day,Sunday,Jumapili apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: Jina la uwanja haliwezi kuwa moja ya {1} apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,Viwango apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,Katika Tazama Gridi @@ -2711,7 +2717,6 @@ apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py,Mx,Mx apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,Kati ya DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,Umewekwa -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Usanidi> Fomu ya Kubinafsisha DocType: Braintree Settings,Use Sandbox,Tumia Sandbox apps/frappe/frappe/utils/goal.py,This month,Mwezi huu apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,Mpangilio mpya wa kuchapa desturi @@ -2804,7 +2809,7 @@ DocType: Workflow,States,Mataifa DocType: Notification,Attach Print,Ambatanisha Print DocType: Assignment Rule,Assignment Rule,Sheria ya mgawanyo apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},Jina la mtumiaji ulilopendekezwa: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,Siku +DocType: Assignment Rule Day,Day,Siku apps/frappe/frappe/public/js/frappe/desk.js,Modules,Modules apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,Mafanikio ya Malipo apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,Hakuna {0} barua pepe @@ -2832,7 +2837,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,Inbox apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","Inasasisha {0} ya {1}, {2}" DocType: Auto Email Report,Filters Display,Maonyesho ya Filters apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",uwanja "uliorekebishwa" kutoka "lazima uwepo kufanya marekebisho. -DocType: Contact,Numbers,Hesabu apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} alithamini kazi yako kwenye {1} {2} apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,Hifadhi vichungi DocType: Address,Plant,Mmea @@ -2878,6 +2882,7 @@ DocType: Custom Script,Custom Script,Script Custom DocType: Address,Address Line 2,Anwani ya Anwani 2 DocType: Address,Reference,Kumbukumbu apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,Iliyopewa +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Tafadhali weka Akaunti ya barua pepe ya usanidi kutoka kwa Usanidi> Barua pepe> Akaunti ya barua pepe DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,Maelezo ya Ramani ya Uhamiaji wa Data DocType: Data Import,Action,Hatua DocType: GSuite Settings,Script URL,URL ya Hati @@ -3046,6 +3051,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,Aina ya Hati {0} imerudiwa. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,Maadili yalibadilishwa DocType: Workflow State,arrow-up,mshale-up +DocType: Dynamic Link,Link Document Type,Unganisha Aina ya Hati apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.","Ili kusanidi Kurudia Kiotomatiki, Wezesha "Ruhusu Kurudiwa Kiotomatiki" kutoka {0}." DocType: OAuth Bearer Token,Expires In,Inakuzimia DocType: DocField,Allow on Submit,Ruhusu Kuwasilisha @@ -3066,6 +3072,7 @@ DocType: Web Form,Button Label,Lebo ya kifungo apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} vitu vichaguliwa apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,Simia Kutuma apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,Ruhusa ya Mtumiaji imeundwa vizuri +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,Inachukua hati za default za Utaftaji wa Global. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,Drag vipengele kutoka kwa ubao wa kulia ili uongeze. Drag yao nyuma kwenye takataka. DocType: Workflow State,resize-small,resize-ndogo DocType: Address,Postal Code,Posta @@ -3119,7 +3126,7 @@ DocType: Auto Repeat,End Date,Tarehe ya Mwisho DocType: Data Import,Ignore encoding errors,Puuza makosa ya encoding DocType: Chat Profile,Notifications,Arifa DocType: DocField,Column Break,Kuvunja Column -DocType: Event,Thursday,Alhamisi +DocType: Assignment Rule Day,Thursday,Alhamisi apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,Huna alama za kutosha za ukaguzi apps/frappe/frappe/utils/response.py,You don't have permission to access this file,Huna idhini ya kufikia faili hii apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,Hifadhi siri ya API: @@ -3205,6 +3212,7 @@ DocType: S3 Backup Settings,ap-south-1,ap-kusini-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,Unzip apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},Thamani isiyo sahihi katika mstari {0}: {1} lazima {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},Hati iliyotumwa haiwezi kubadilishwa kwenye rasimu. Mstari wa mpito {0} +DocType: Assignment Rule,Assignment Days,Siku za kazi apps/frappe/frappe/desk/reportview.py,Deleting {0},Inafuta {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,Chagua muundo uliopo ili uhariri au kuanza muundo mpya. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,Kufuatilia Anwani ya IP ya vikwazo vikwazo Vipengee vya Auth Vilivyowezeshwa @@ -3277,6 +3285,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,Miezi {0 apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,Sehemu za Forodha zinaweza kuongezwa tu kwa Toleo la kawaida la Hati. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,Imetengenezwa na apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,Uwekaji wa Dropbox +DocType: Assignment Rule Day,Assignment Rule Day,Siku ya Utawala wa Ahadi DocType: Workflow State,resize-horizontal,resize-usawa apps/frappe/frappe/templates/emails/download_data.html,Download Link,Pakua Kiunga DocType: Chat Message,Content,Maudhui @@ -3535,7 +3544,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,Ongeza / Dhib DocType: Comment,Published,Ilichapishwa apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,Asante kwa barua pepe yako DocType: DocField,Small Text,Nakala ndogo -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,Nambari {0} haiwezi kuwekwa kama msingi kwa Simu na Simu Nambari ya simu. DocType: Workflow,Allow approval for creator of the document,Ruhusu idhini kwa muumba wa waraka apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,Hifadhi Ripoti DocType: Webhook,on_cancel,on_cancel @@ -3548,6 +3556,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,Sawa apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',Aina ya Kiungo cha Dynamic Kiungo lazima ielekeze kwenye Sehemu nyingine ya Kiungo na chaguo kama 'DocType' DocType: About Us Settings,Team Members Heading,Wajumbe wa Timu ya kichwa apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,Fomu ya CSV isiyo sahihi +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,'
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,{0} அனுமதிகள் மீட்டமை ? apps/frappe/frappe/config/desktop.py,Users and Permissions,பயனர்கள் மற்றும் அனுமதிகள் DocType: S3 Backup Settings,S3 Backup Settings,S3 காப்பு அமைப்பு @@ -1828,7 +1828,7 @@ DocType: Communication Link,Link Title,இணைப்பு தலைப்ப DocType: Workflow State,fast-backward,வேகமாக பின்தங்கிய DocType: Address,Chandigarh,சண்டிகர் DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,வெள்ளி +DocType: Assignment Rule Day,Friday,வெள்ளி apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,முழு பக்கம் திருத்த apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,பட்டியல் உருப்படியைத் திறக்கவும் DocType: Report,Add Total Row,மொத்த வரிசையில் சேர்க்க @@ -1846,6 +1846,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,தனிப் apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,அனுமதிக்கப்பட்ட ஆவணங்களைக் காண்க apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,இந்த அம்சத்தைப் பயன்படுத்த நீங்கள் பைக்கப்ஸை நிறுவ வேண்டும்! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Google Calendar க்கு உங்கள் இணைப்பு கோரிக்கை வெற்றிகரமாக ஏற்றுக்கொள்ளப்பட்டது +DocType: Tag Link,Tag Link,டேக் இணைப்பு apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,சங்கிலி ஒருங்கிணைப்பு DocType: Data Export,CSV,கோப்பை DocType: Currency,"1 Currency = [?] Fraction @@ -1989,6 +1990,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,குறிப்பு apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,பிழை அறிக்கை apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,CSV / Excel வடிவத்தில் தரவை ஏற்றுமதி செய்யுங்கள். +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,உலகளாவிய தேடல் ஆவணங்களை அமைத்தல். apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,நீங்கள் பயன்படுத்தக்கூடிய அங்கீகார பயன்பாடுகள்: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} ஏற்கனவே உள்ளது. மற்றொரு பெயரைத் தேர்ந்தெடுக்கவும் DocType: S3 Backup Settings,None,யாரும் @@ -2001,6 +2003,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,உள்நுழைய இந்த நேரத்தில் அனுமதி இல்லை DocType: Data Migration Run,Current Mapping Action,தற்போதைய வரைபட செயல் DocType: Dashboard Chart Source,Source Name,மூல பெயர் +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,பயனருடன் மின்னஞ்சல் கணக்கு எதுவும் இல்லை. பயனர்> மின்னஞ்சல் இன்பாக்ஸின் கீழ் ஒரு கணக்கைச் சேர்க்கவும். DocType: Email Account,Email Sync Option,மின்னஞ்சல் ஒத்திசைவு விருப்பம் apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,வரிசை இல்லை DocType: Async Task,Runtime,இயக்க @@ -2015,6 +2018,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,ஏற் DocType: User Email,Enable Outgoing,வெளிச்செல்லும் இயக்கு DocType: Address,Fax,தொலைநகல் apps/frappe/frappe/config/customization.py,Custom Tags,விருப்ப குறிச்சொற்கள் +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,மின்னஞ்சல் கணக்கு அமைக்கப்படவில்லை. அமைவு> மின்னஞ்சல்> மின்னஞ்சல் கணக்கிலிருந்து புதிய மின்னஞ்சல் கணக்கை உருவாக்கவும் DocType: Comment,Submitted,சமர்ப்பிக்கப்பட்டது DocType: Contact,Pulled from Google Contacts,Google தொடர்புகளிலிருந்து இழுக்கப்பட்டது apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,தவறான கோரிக்கை @@ -2091,7 +2095,6 @@ eval:doc.age>18",இங்கே வரையறுக்கப்பட் DocType: Social Login Key,Office 365,அலுவலகம் 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,இன்று apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,இன்று -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,இயல்புநிலை முகவரி வார்ப்புரு இல்லை. அமைவு> அச்சிடுதல் மற்றும் பிராண்டிங்> முகவரி வார்ப்புருவில் இருந்து புதிய ஒன்றை உருவாக்கவும். apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","நீங்கள் இந்த அமைக்க வேண்டும் ஒருமுறை , பயனர்கள் மட்டுமே முடியும் அணுகல் ஆவணங்களை இணைப்பு உள்ளது, அங்கு (எ.கா. வலைப்பதிவு போஸ்ட் ) (எ.கா. Blogger) இருக்கும்." DocType: Data Import Beta,Submit After Import,இறக்குமதி செய்த பிறகு சமர்ப்பிக்கவும் DocType: Error Log,Log of Scheduler Errors,திட்டமிடுதல் பிழைகள் பரிசீலனை @@ -2103,6 +2106,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,மேல் வழக்கு apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,விருப்ப HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,கோப்புறை பெயரை உள்ளிடுக +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,இயல்புநிலை முகவரி வார்ப்புரு இல்லை. அமைவு> அச்சிடுதல் மற்றும் பிராண்டிங்> முகவரி வார்ப்புருவில் இருந்து புதிய ஒன்றை உருவாக்கவும். apps/frappe/frappe/auth.py,Unknown User,தெரியாத பயனர் apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,பங்கு தேர்வு DocType: Comment,Deleted,நீக்கப்பட்ட @@ -2299,7 +2303,6 @@ apps/frappe/frappe/public/js/frappe/social/pages/UserList.vue,No user found,எ DocType: Address,Preferred Shipping Address,விருப்பமான கப்பல் முகவரி apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,கடிதம் தலை apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} உருவாக்கப்பட்ட இந்த {1} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,மின்னஞ்சல் கணக்கு அமைக்கப்படவில்லை. அமைவு> மின்னஞ்சல்> மின்னஞ்சல் கணக்கிலிருந்து புதிய மின்னஞ்சல் கணக்கை உருவாக்கவும் DocType: S3 Backup Settings,eu-west-1,EU-மேற்கு-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","இது சரிபார்க்கப்பட்டால், செல்லுபடியாகும் தரவின் வரிசைகள் இறக்குமதி செய்யப்படும் மற்றும் செல்லாத வரிசைகள் பின்னர் நீங்கள் இறக்குமதி செய்ய ஒரு புதிய கோப்பில் போடப்படும்." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,ஆவண பங்கு பயனர்கள் மட்டுமே திருத்தக்கூடிய @@ -2366,7 +2369,6 @@ DocType: Contact,Passive,மந்தமான DocType: Auto Repeat,Accounts Manager,கணக்குகள் மேலாளர் apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},{0} {1} க்கான ஒதுக்கீடு apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,உங்கள் பணம் ரத்துசெய்யப்பட்டது. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,அமைவு> மின்னஞ்சல்> மின்னஞ்சல் கணக்கிலிருந்து இயல்புநிலை மின்னஞ்சல் கணக்கை அமைக்கவும் apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,கோப்பு வகை தேர்வு apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,அனைத்தையும் காட்டு DocType: Help Article,Knowledge Base Editor,அறிவு தளம் ஆசிரியர் @@ -2407,6 +2409,7 @@ DocType: Workflow State,Warning,எச்சரிக்கை apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,இது பல பக்கங்களில் அச்சிடப்படலாம் DocType: Data Migration Run,Percent Complete,சதவீதம் முடிந்தது DocType: Tag Category,Tag Category,டேக் வகை +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","ஒப்பிட,> 5, <10 அல்லது = 324 ஐப் பயன்படுத்தவும். வரம்புகளுக்கு, 5:10 ஐப் பயன்படுத்தவும் (5 & 10 க்கு இடையிலான மதிப்புகளுக்கு)." DocType: Google Calendar,Pull from Google Calendar,Google கேலெண்டரிலிருந்து இழுக்கவும் apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,உதவி DocType: User,Login Before,உள்நுழைவு முன் @@ -2531,7 +2534,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,ரத்த DocType: Transaction Log,Checksum Version,செக்சம் பதிப்பு DocType: User,Allow Modules,தொகுதிகள் அனுமதிக்கவும் DocType: Unhandled Email,Unhandled Email,கையாளப்படாத மின்னஞ்சல் -DocType: Event,Monday,திங்கட்கிழமை +DocType: Assignment Rule Day,Monday,திங்கட்கிழமை apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,இனி விசைப்பலகை வடிவங்களை பயன்படுத்த வேண்டும் apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,செயலாக்கும் ... DocType: Data Import,Don't create new records,புதிய பதிவுகளை உருவாக்காதே @@ -2662,7 +2665,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","அன்புக்குரிய அமைப்பு மேலாளர்," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} சுய இந்த பணி ஒதுக்கீடு: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,உங்கள் நாடு -DocType: Event,Sunday,ஞாயிற்றுக்கிழமை +DocType: Assignment Rule Day,Sunday,ஞாயிற்றுக்கிழமை apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,களத்தில் apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,கட்டக் காட்சியில் apps/frappe/frappe/desk/page/user_profile/user_profile.js,No More Activity,மேலும் செயல்பாடு இல்லை @@ -2701,7 +2704,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,இடையே DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,வரிசைப்படுத்திய -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,அமைவு> படிவத்தைத் தனிப்பயனாக்கு DocType: Braintree Settings,Use Sandbox,சாண்ட்பாக்ஸினைப் பயன்படுத்தவும் apps/frappe/frappe/utils/goal.py,This month,இந்த மாதம் apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,புதிய தனிபயன் அச்சு வடிவம் @@ -2795,7 +2797,7 @@ DocType: Workflow,States,அமெரிக்கா DocType: Notification,Attach Print,அச்சு இணைக்கவும் DocType: Assignment Rule,Assignment Rule,ஒதுக்கீட்டு விதி apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},பரிந்துரைக்கப்படும் பயனர் பெயர்: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,தினம் +DocType: Assignment Rule Day,Day,தினம் apps/frappe/frappe/public/js/frappe/desk.js,Modules,தொகுதிகள் apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,கட்டணம் வெற்றி apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,இல்லை {0} மெயில் @@ -2823,7 +2825,6 @@ apps/frappe/frappe/model/naming.py,Name not set via Prompt,உடனடியா apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,மின்னஞ்சல் இன்பாக்ஸ் DocType: Auto Email Report,Filters Display,வடிகட்டிகள் காட்சி apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",ஒரு திருத்தம் செய்ய "திருத்தப்பட்ட_பிரம்" புலம் இருக்க வேண்டும். -DocType: Contact,Numbers,எண்கள் apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,வடிப்பான்களைச் சேமிக்கவும் DocType: Address,Plant,தாவரம் apps/frappe/frappe/core/doctype/communication/communication.js,Reply All,அனைவருக்கும் பதிலளி @@ -2868,6 +2869,7 @@ DocType: Custom Script,Custom Script,தனிப்பயன் உரை DocType: Address,Address Line 2,முகவரி வரி 2 DocType: Address,Reference,குறிப்பு apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,ஒதுக்கப்படும் +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,அமைவு> மின்னஞ்சல்> மின்னஞ்சல் கணக்கிலிருந்து இயல்புநிலை மின்னஞ்சல் கணக்கை அமைக்கவும் DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,தரவு இடமாற்றம் மேப்பிங் விரிவாக DocType: Data Import,Action,செயல் DocType: GSuite Settings,Script URL,ஸ்கிரிப்ட் URL @@ -3036,6 +3038,7 @@ apps/frappe/frappe/database/database.py,Too many writes in one request. Please s apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Drive has been configured.,Google இயக்ககம் உள்ளமைக்கப்பட்டுள்ளது. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,மதிப்புகள் மாற்றப்பட்டது DocType: Workflow State,arrow-up,அம்புக்குறி அப் +DocType: Dynamic Link,Link Document Type,இணைப்பு ஆவண வகை apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,{0} அட்டவணைக்கு குறைந்தபட்சம் ஒரு வரிசை இருக்க வேண்டும் DocType: OAuth Bearer Token,Expires In,காலாவதியாகிறது DocType: DocField,Allow on Submit,சமர்ப்பி மீது அனுமதிக்க @@ -3057,6 +3060,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,"{0} தேர்ந்தெடுக்கப்பட்டன" apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,அனுப்புதல் இடைநிறுத்தம் apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,பயனர் அனுமதிகள் வெற்றிகரமாக உருவாக்கப்பட்டன +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,இயல்புநிலை உலகளாவிய தேடல் ஆவணங்களைப் பெறுதல். apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,பக்கப்பட்டியில் இருந்து இழுத்து கூறுகளை சேர்க்க. குப்பையை அவற்றை மீண்டும் இழுத்து. DocType: Workflow State,resize-small,மறுஅளவீடு சிறிய DocType: Address,Postal Code,அஞ்சல் குறியீடு @@ -3109,7 +3113,7 @@ DocType: Auto Repeat,End Date,இறுதி நாள் DocType: Data Import,Ignore encoding errors,குறியாக்க பிழைகள் புறக்கணி DocType: Chat Profile,Notifications,அறிவிப்புகள் DocType: DocField,Column Break,நெடுவரிசை பிரிப்பு -DocType: Event,Thursday,வியாழக்கிழமை +DocType: Assignment Rule Day,Thursday,வியாழக்கிழமை apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,உங்களிடம் போதுமான மதிப்பாய்வு புள்ளிகள் இல்லை apps/frappe/frappe/utils/response.py,You don't have permission to access this file,இந்த கோப்பை அணுக உங்களுக்கு அனுமதி இல்லை apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,இரகசியத்தை சேமி @@ -3193,6 +3197,7 @@ DocType: S3 Backup Settings,ap-south-1,AP-தென் 1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,விரிவாக்கு apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},தவறான மதிப்பு வரிசையில் {0} {1} இருக்க வேண்டும் {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},இந்த ஆவணத்தின் வரைவு மீண்டும் மாற்ற முடியாது . +DocType: Assignment Rule,Assignment Days,ஒதுக்கீட்டு நாட்கள் apps/frappe/frappe/desk/reportview.py,Deleting {0},நீக்குதல் {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,திருத்த அல்லது ஒரு புதிய வடிவமைப்பில் தொடங்க இருக்கும் ஒரு வடிவம் தேர்ந்தெடுக்கவும். DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,பைபாஸ் தடை IP முகவரி சரிபார்ப்பு இரு காரணி Auth இயக்கப்பட்டிருந்தால் @@ -3265,6 +3270,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} ம apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,தனிப்பயன் புலங்களை ஒரு நிலையான டாக் டைப்பில் மட்டுமே சேர்க்க முடியும். apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,மூலம் உருவாக்கப்பட்டது apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,டிராப்பாக்ஸ் அமைப்பு +DocType: Assignment Rule Day,Assignment Rule Day,பணி விதி நாள் DocType: Workflow State,resize-horizontal,மறுஅளவீடு-கிடைமட்ட apps/frappe/frappe/templates/emails/download_data.html,Download Link,தரவிறக்க இணைப்பு DocType: Chat Message,Content,உள்ளடக்கம் @@ -3545,6 +3551,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,சமங்க apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',துறையில் விருப்பங்கள் 'டைனமிக் லிங்க்' வகை 'DOCTYPE' என விருப்பங்கள் மற்றொரு இணைப்பு துறையில் சுட்டி வேண்டும் DocType: About Us Settings,Team Members Heading,குழு உறுப்பினர் தலைப்பு apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,தவறான CSV வடிவத்தில் +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,దీని కోసం ఫలితాలు కనుగొనబడలేదు '
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,కోసం రీసెట్ అనుమతులు {0}? apps/frappe/frappe/config/desktop.py,Users and Permissions,వినియోగదారులు మరియు అనుమతులు DocType: S3 Backup Settings,S3 Backup Settings,S3 బ్యాకప్ సెట్టింగులు @@ -1824,7 +1825,7 @@ DocType: Communication Link,Link Title,లింక్ శీర్షిక DocType: Workflow State,fast-backward,వేగంగా వెనుకబడిన DocType: Address,Chandigarh,చండీగఢ్ DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,శుక్రవారం +DocType: Assignment Rule Day,Friday,శుక్రవారం apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,పూర్తి పేజీ లో మార్చు apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,జాబితా అంశం తెరవండి DocType: Report,Add Total Row,మొత్తం రో జోడించండి @@ -1842,6 +1843,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,అనుకూ apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,అనుమతించబడిన పత్రాలను వీక్షించండి apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,ఈ లక్షణాన్ని ఉపయోగించడానికి మీరు పైకప్లను ఇన్స్టాల్ చేయాలి! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Google Calendar కు మీ కనెక్షన్ అభ్యర్థన విజయవంతంగా ఆమోదించబడింది +DocType: Tag Link,Tag Link,ట్యాగ్ లింక్ apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,చైన్ ఇంటిగ్రిటి DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -1983,6 +1985,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,గమనిక apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,లోపం నివేదిక apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,CSV / Excel ఫార్మాట్లో డేటాను ఎగుమతి చేయండి. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,గ్లోబల్ సెర్చ్ పత్రాలను ఏర్పాటు చేస్తోంది. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,మీరు ఉపయోగించే ప్రామాణీకరణ అనువర్తనాలు: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} ఇప్పటికే ఉంది. మరొక పేరుని ఎంచుకోండి DocType: S3 Backup Settings,None,గమనిక @@ -1995,6 +1998,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,ఈ సమయంలో అనుమతి లేదు లాగిన్ DocType: Data Migration Run,Current Mapping Action,ప్రస్తుత మ్యాపింగ్ చర్య DocType: Dashboard Chart Source,Source Name,మూలం పేరు +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,వినియోగదారుతో ఇమెయిల్ ఖాతా లేదు. దయచేసి వినియోగదారు> ఇమెయిల్ ఇన్బాక్స్ క్రింద ఒక ఖాతాను జోడించండి. DocType: Email Account,Email Sync Option,ఇమెయిల్ సమకాలీకరణ ఎంపిక apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,వరుస సంఖ్య DocType: Async Task,Runtime,రన్టైమ్ @@ -2009,6 +2013,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,ఇప్ DocType: User Email,Enable Outgoing,అవుట్గోయింగ్ ప్రారంభించు DocType: Address,Fax,ఫ్యాక్స్ apps/frappe/frappe/config/customization.py,Custom Tags,కస్టమ్ టాగ్లు +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ఇమెయిల్ ఖాతా సెటప్ కాదు. దయచేసి సెటప్> ఇమెయిల్> ఇమెయిల్ ఖాతా నుండి క్రొత్త ఇమెయిల్ ఖాతాను సృష్టించండి DocType: Comment,Submitted,Submitted DocType: Contact,Pulled from Google Contacts,Google పరిచయాల నుండి తీసివేయబడింది apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,చెల్లుబాటు అయ్యే అభ్యర్ధనలో @@ -2085,7 +2090,6 @@ eval:doc.age>18",myfield eval: ఇక్కడ నిర్వచించా DocType: Social Login Key,Office 365,ఆఫీస్ 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,నేడు apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,నేడు -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,డిఫాల్ట్ చిరునామా మూస కనుగొనబడలేదు. దయచేసి సెటప్> ప్రింటింగ్ మరియు బ్రాండింగ్> చిరునామా మూస నుండి క్రొత్తదాన్ని సృష్టించండి. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","మీరు ఈ సెట్ చేసిన తర్వాత, వినియోగదారులు మాత్రమే చేయగలిగింది యాక్సెస్ పత్రాలు ఉంటుంది (ఉదా. బ్లాగ్ పోస్ట్) లింక్ (ఉదా. బ్లాగర్) సొర." DocType: Data Import Beta,Submit After Import,దిగుమతి తర్వాత సమర్పించండి DocType: Error Log,Log of Scheduler Errors,షెడ్యూల్ ఆఫ్ ఎర్రర్స్ లోనికి ప్రవేశించండి @@ -2097,6 +2101,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,అప్పర్కేస్ apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,కస్టమ్ HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,ఫోల్డర్ పేరును నమోదు +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,డిఫాల్ట్ చిరునామా మూస కనుగొనబడలేదు. దయచేసి సెటప్> ప్రింటింగ్ మరియు బ్రాండింగ్> చిరునామా మూస నుండి క్రొత్తదాన్ని సృష్టించండి. apps/frappe/frappe/auth.py,Unknown User,తెలియని వాడుకరి apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,Select రోల్ DocType: Comment,Deleted,తొలగించినవి @@ -2291,7 +2296,6 @@ apps/frappe/frappe/public/js/frappe/social/pages/UserList.vue,No user found,వ DocType: Address,Preferred Shipping Address,ఇష్టపడే షిప్పింగ్ చిరునామా apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,లెటర్ తలను apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} రూపొందించినవారు ఈ {1} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ఇమెయిల్ ఖాతా సెటప్ కాదు. దయచేసి సెటప్> ఇమెయిల్> ఇమెయిల్ ఖాతా నుండి క్రొత్త ఇమెయిల్ ఖాతాను సృష్టించండి DocType: S3 Backup Settings,eu-west-1,eu-పడమర-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","ఇది తనిఖీ చేయబడితే, చెల్లుబాటు అయ్యే డేటాతో వరుసలు దిగుమతి చేయబడతాయి మరియు చెల్లని అడ్డు వరుసలు తర్వాత దిగుమతి చేయడానికి మీరు కొత్త ఫైల్కు డంప్ చేయబడతాయి." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,డాక్యుమెంట్ పాత్ర యొక్క వినియోగదారుల ద్వారా మాత్రమే సవరించగలిగేలా ఉంది @@ -2357,7 +2361,6 @@ DocType: Contact,Passive,నిష్క్రియాత్మక DocType: Auto Repeat,Accounts Manager,అకౌంట్స్ మేనేజర్ apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},{0} {1} కోసం కేటాయింపు apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,మీ చెల్లింపు రద్దు చేయబడింది. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,దయచేసి సెటప్> ఇమెయిల్> ఇమెయిల్ ఖాతా నుండి డిఫాల్ట్ ఇమెయిల్ ఖాతాను సెటప్ చేయండి apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,ఫైల్ రకం ఎంచుకోండి apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,అన్నీ చూడండి DocType: Help Article,Knowledge Base Editor,నాలెడ్జ్ బేస్ ఎడిటర్ @@ -2398,6 +2401,7 @@ DocType: Workflow State,Warning,హెచ్చరిక apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,ఇది బహుళ పేజీలలో ముద్రించబడవచ్చు DocType: Data Migration Run,Percent Complete,శాతం పూర్తయింది DocType: Tag Category,Tag Category,ట్యాగ్ వర్గం +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","పోలిక కోసం,> 5, <10 లేదా = 324 ఉపయోగించండి. శ్రేణుల కోసం, 5:10 (5 & 10 మధ్య విలువల కోసం) ఉపయోగించండి." DocType: Google Calendar,Pull from Google Calendar,Google క్యాలెండర్ నుండి లాగండి apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,సహాయం DocType: User,Login Before,లాగిన్ ముందు @@ -2519,7 +2523,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,రద్ద DocType: Transaction Log,Checksum Version,చెక్సమ్ సంస్కరణ DocType: User,Allow Modules,గుణకాలు అనుమతించు DocType: Unhandled Email,Unhandled Email,నిర్వహించని ఇమెయిల్ -DocType: Event,Monday,సోమవారం +DocType: Assignment Rule Day,Monday,సోమవారం apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,కీబోర్డు నమూనాలను ఉపయోగించుకుంటారు apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,ప్రోసెసింగ్ ... DocType: Data Import,Don't create new records,క్రొత్త రికార్డులను సృష్టించవద్దు @@ -2647,7 +2651,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","డియర్ వ్యవస్థ మేనేజర్," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} స్వీయ ఈ పనిని కేటాయించింది: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,మీ దేశం -DocType: Event,Sunday,ఆదివారం +DocType: Assignment Rule Day,Sunday,ఆదివారం apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,స్టాండింగ్ల apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,గ్రిడ్ వీక్షణ apps/frappe/frappe/desk/page/user_profile/user_profile.js,No More Activity,ఎక్కువ కార్యాచరణ లేదు @@ -2686,7 +2690,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,మధ్య DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,క్యూలో -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,సెటప్> ఫారమ్ను అనుకూలీకరించండి DocType: Braintree Settings,Use Sandbox,శాండ్బాక్స్ ఉపయోగించండి apps/frappe/frappe/utils/goal.py,This month,ఈ నెల apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,న్యూ కస్టమ్ ప్రింట్ ఫార్మాట్ @@ -2780,7 +2783,7 @@ DocType: Workflow,States,రాష్ట్రాలు DocType: Notification,Attach Print,ప్రింట్ అటాచ్ DocType: Assignment Rule,Assignment Rule,అసైన్మెంట్ రూల్ apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},సూచించిన యూజర్ పేరు: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,డే +DocType: Assignment Rule Day,Day,డే apps/frappe/frappe/public/js/frappe/desk.js,Modules,గుణకాలు apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,చెల్లింపు విజయవంతం apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,తోబుట్టువుల {0} మెయిల్ @@ -2807,7 +2810,6 @@ apps/frappe/frappe/model/naming.py,Name not set via Prompt,ప్రాంప్ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,ఇమెయిల్ ఇన్బాక్స్ DocType: Auto Email Report,Filters Display,వడపోతలు ప్రదర్శన apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",సవరణ చేయడానికి "సవరించిన_ నుండి" ఫీల్డ్ ఉండాలి. -DocType: Contact,Numbers,సంఖ్యలు apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,ఫిల్టర్లను సేవ్ చేయండి DocType: Address,Plant,ప్లాంట్ apps/frappe/frappe/core/doctype/communication/communication.js,Reply All,ప్రత్యుత్తరం అన్ని @@ -2852,6 +2854,7 @@ DocType: Custom Script,Custom Script,కస్టమ్ స్క్రిప్ DocType: Address,Address Line 2,చిరునామా లైన్ 2 DocType: Address,Reference,సూచన apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,కేటాయించిన +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,దయచేసి సెటప్> ఇమెయిల్> ఇమెయిల్ ఖాతా నుండి డిఫాల్ట్ ఇమెయిల్ ఖాతాను సెటప్ చేయండి DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,డేటా మైగ్రేషన్ మ్యాపింగ్ వివరాలు DocType: Data Import,Action,యాక్షన్ DocType: GSuite Settings,Script URL,స్క్రిప్ట్ URL @@ -3017,6 +3020,7 @@ apps/frappe/frappe/database/database.py,Too many writes in one request. Please s apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Drive has been configured.,Google డిస్క్ కాన్ఫిగర్ చేయబడింది. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,విలువలు మార్చబడింది DocType: Workflow State,arrow-up,బాణం అప్ +DocType: Dynamic Link,Link Document Type,లింక్ పత్రం రకం apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,{0} పట్టిక కోసం కనీసం ఒక వరుస ఉండాలి DocType: OAuth Bearer Token,Expires In,లో ముగుస్తుంది DocType: DocField,Allow on Submit,సమర్పించండి అనుమతించు @@ -3037,6 +3041,7 @@ DocType: Web Form,Button Label,బటన్ లేబుల్ apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} అంశాలను ఎంపిక apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,సస్పెండ్ పంపడం apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,వినియోగదారు అనుమతులు విజయవంతంగా సృష్టించబడ్డాయి +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,డిఫాల్ట్ గ్లోబల్ సెర్చ్ పత్రాలను పొందడం. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,సైడ్బార్ నుండి డ్రాగ్ అంశాలు జోడించడానికి. చెత్త వాటిని తిరిగి లాగండి. DocType: Workflow State,resize-small,పరిమాణాన్ని చిన్న DocType: Address,Postal Code,పోస్టల్ కోడ్ @@ -3089,7 +3094,7 @@ DocType: Auto Repeat,End Date,ముగింపు తేదీ DocType: Data Import,Ignore encoding errors,ఎన్కోడింగ్ లోపాలు విస్మరించండి DocType: Chat Profile,Notifications,ప్రకటనలు DocType: DocField,Column Break,కాలమ్ బ్రేక్ -DocType: Event,Thursday,గురువారం +DocType: Assignment Rule Day,Thursday,గురువారం apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,మీకు తగినంత సమీక్ష పాయింట్లు లేవు apps/frappe/frappe/utils/response.py,You don't have permission to access this file,ఈ దస్త్రాన్ని మీరు యాక్సెస్ అనుమతి లేదు apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,API సీక్రెట్ను సేవ్ చేయండి: @@ -3173,6 +3178,7 @@ DocType: S3 Backup Settings,ap-south-1,AP-దక్షిణ-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,అన్జిప్ apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},వరుసగా సరికాని విలువ {0}: {1} {2} ఉండాలి {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},Submitted డాక్యుమెంట్ ముసాయిదా తిరిగి మార్చాల్సిన సాధ్యం కాదు. ట్రాన్సిషన్ వరుసగా {0} +DocType: Assignment Rule,Assignment Days,అసైన్మెంట్ డేస్ apps/frappe/frappe/desk/reportview.py,Deleting {0},తొలగిస్తే {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,సవరించడానికి లేదా ఒక కొత్త ఫార్మాట్ ప్రారంభించడానికి ఇప్పటికే ఉన్న ఫార్మాట్ ఎంచుకోండి. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,బైపాస్ నిరోధిత IP చిరునామా తనిఖీ రెండు కారకాల Auth ప్రారంభించబడితే @@ -3244,6 +3250,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} న apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,అనుకూల ఫీల్డ్లను ప్రామాణిక డాక్టైప్కు మాత్రమే జోడించవచ్చు. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,రూపొందించినవారు apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,డ్రాప్బాక్స్ సెటప్ +DocType: Assignment Rule Day,Assignment Rule Day,అసైన్మెంట్ రూల్ డే DocType: Workflow State,resize-horizontal,పరిమాణాన్ని-సమాంతర apps/frappe/frappe/templates/emails/download_data.html,Download Link,డౌన్లోడ్ లింక్ DocType: Chat Message,Content,కంటెంట్ @@ -3510,6 +3517,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,సమానం apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',రంగంలో ఐచ్ఛికాలు 'డైనమిక్ లింక్' రకం 'DOCTYPE' వంటి ఎంపికలు మరొక లింక్ ఫీల్డ్ సూచిస్తుంది ఉండాలి DocType: About Us Settings,Team Members Heading,శీర్షిక జట్టు సభ్యులు apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,చెల్లని CSV ఫార్మాట్ +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,ไม่พบผลลัพธ์สำหรับ '
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,ตั้งค่า สิทธิ์สำหรับ {0}? apps/frappe/frappe/config/desktop.py,Users and Permissions,ผู้ใช้และสิทธิ์ DocType: S3 Backup Settings,S3 Backup Settings,S3 Backup Settings @@ -1864,7 +1866,7 @@ DocType: Communication Link,Link Title,ลิงค์ติเติล DocType: Workflow State,fast-backward,ย้อนกลับอย่างรวดเร็ว DocType: Address,Chandigarh,Chandigarh DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,วันศุกร์ +DocType: Assignment Rule Day,Friday,วันศุกร์ apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,แก้ไขในเต็มหน้า apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,เปิดรายการ DocType: Report,Add Total Row,เพิ่มแถวผลรวม @@ -1882,6 +1884,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,ปรับแ apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,ดูเอกสารที่ได้รับอนุญาต apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,คุณต้องติดตั้ง pycups เพื่อใช้คุณสมบัตินี้! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,คำขอเชื่อมต่อของคุณไปยัง Google ปฏิทินได้รับการยอมรับแล้ว +DocType: Tag Link,Tag Link,ลิงก์แท็ก apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,ความถูกต้องของ Chain Integrity DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2026,6 +2029,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,หมายเหตุ apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,รายงานข้อผิดพลาด apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,ส่งออกข้อมูลในรูปแบบ CSV / Excel +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,การตั้งค่าเอกสารการค้นหาทั่วโลก apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,แอปพลิเคชันการตรวจสอบสิทธิ์ที่คุณสามารถใช้ได้ ได้แก่ apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} มีอยู่แล้ว เลือกชื่ออื่น DocType: S3 Backup Settings,None,ไม่มี @@ -2038,6 +2042,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,เข้าสู่ระบบ ไม่ได้รับอนุญาต ในเวลานี้ DocType: Data Migration Run,Current Mapping Action,การทำแผนที่การทำแผนที่ปัจจุบัน DocType: Dashboard Chart Source,Source Name,แหล่งที่มาของชื่อ +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,ไม่มีบัญชีอีเมลที่เชื่อมโยงกับผู้ใช้ โปรดเพิ่มบัญชีภายใต้ผู้ใช้> กล่องจดหมายอีเมล DocType: Email Account,Email Sync Option,อีเมล์ตัวเลือกการซิงค์ apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,หมายเลขแถว DocType: Async Task,Runtime,Runtime @@ -2052,6 +2057,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,อยู DocType: User Email,Enable Outgoing,เปิดใช้งานขาออก DocType: Address,Fax,แฟกซ์ apps/frappe/frappe/config/customization.py,Custom Tags,แท็กที่กำหนดเอง +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ไม่ได้ตั้งค่าบัญชีอีเมล โปรดสร้างบัญชีอีเมลใหม่จากการตั้งค่า> อีเมล> บัญชีอีเมล DocType: Comment,Submitted,Submitted DocType: Contact,Pulled from Google Contacts,ดึงจาก Google Contacts apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,ในคำขอที่ถูกต้อง @@ -2129,7 +2135,6 @@ eval:doc.age>18",ฟิลด์นี้จะปรากฏเฉพาะ DocType: Social Login Key,Office 365,Office 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,ในวันนี้ apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,ในวันนี้ -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,ไม่พบเทมเพลตที่อยู่เริ่มต้น โปรดสร้างอันใหม่จากการตั้งค่า> การพิมพ์และการสร้างแบรนด์> เทมเพลตที่อยู่ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).",เมื่อคุณได้ตั้ง นี้ผู้ใช้ จะมีเพียง เอกสาร การเข้าถึง สามารถ ( เช่น โพสต์ บล็อก ) ที่ การเชื่อมโยง ที่มีอยู่ (เช่น Blogger ) DocType: Data Import Beta,Submit After Import,ส่งหลังจากนำเข้า DocType: Error Log,Log of Scheduler Errors,เข้าสู่ระบบของข้อผิดพลาดจัดตารางเวลา @@ -2141,6 +2146,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,UPPER CASE apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,ที่กำหนดเอง HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,ป้อนชื่อโฟลเดอร์ +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,ไม่พบเทมเพลตที่อยู่เริ่มต้น โปรดสร้างอันใหม่จากการตั้งค่า> การพิมพ์และการสร้างแบรนด์> เทมเพลตที่อยู่ apps/frappe/frappe/auth.py,Unknown User,ผู้ใช้ที่ไม่รู้จัก apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,เลือกบทบาท DocType: Comment,Deleted,ที่ถูกลบ @@ -2343,7 +2349,6 @@ DocType: Address,Preferred Shipping Address,ที่อยู่การจั apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,ที่มีหัวจดหมาย apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} ได้สร้าง {1} นี้ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},ไม่อนุญาตสำหรับ {0}: {1} ในแถว {2} ฟิลด์ที่ถูก จำกัด : {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ไม่ได้ตั้งค่าบัญชีอีเมล โปรดสร้างบัญชีอีเมลใหม่จากการตั้งค่า> อีเมล> บัญชีอีเมล DocType: S3 Backup Settings,eu-west-1,สหภาพยุโรปตะวันตก-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.",หากเลือกช่องนี้แถวที่มีข้อมูลที่ถูกต้องจะถูกนำเข้าและแถวที่ไม่ถูกต้องจะถูกทิ้งลงในไฟล์ใหม่เพื่อให้คุณนำเข้าภายหลัง apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,เอกสารเป็นเพียงแก้ไขได้โดยผู้ใช้ของบทบาท @@ -2411,7 +2416,6 @@ DocType: Contact,Passive,ไม่โต้ตอบ DocType: Auto Repeat,Accounts Manager,ผู้จัดการบัญชี apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},การมอบหมายสำหรับ {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,การชำระเงินของคุณถูกยกเลิก -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,โปรดตั้งค่าบัญชีอีเมลเริ่มต้นจากตั้งค่า> อีเมล> บัญชีอีเมล apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,เลือกประเภทไฟล์ apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,ดูทั้งหมด DocType: Help Article,Knowledge Base Editor,ความรู้แก้ไขฐาน @@ -2453,6 +2457,7 @@ DocType: Workflow State,Warning,คำเตือน apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,สิ่งนี้อาจถูกพิมพ์บนหลาย ๆ หน้า DocType: Data Migration Run,Percent Complete,เปอร์เซ็นต์ที่สมบูรณ์ DocType: Tag Category,Tag Category,แท็กหมวดหมู่ +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","สำหรับการเปรียบเทียบให้ใช้> 5, <10 หรือ = 324 สำหรับช่วงใช้ 5:10 (สำหรับค่าระหว่าง 5 และ 10)" DocType: Google Calendar,Pull from Google Calendar,ดึงจาก Google Calendar apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,ช่วย DocType: User,Login Before,เข้าสู่ระบบก่อน @@ -2579,7 +2584,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,ไม่ส DocType: Transaction Log,Checksum Version,เวอร์ชัน Checksum DocType: User,Allow Modules,อนุญาตโมดูล DocType: Unhandled Email,Unhandled Email,ไม่มีการจัดการอีเมล์ -DocType: Event,Monday,วันจันทร์ +DocType: Assignment Rule Day,Monday,วันจันทร์ apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,ทำให้การใช้งานรูปแบบแป้นพิมพ์อีกต่อไป apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,กำลังประมวลผล ... DocType: Data Import,Don't create new records,อย่าสร้างเร็กคอร์ดใหม่ @@ -2711,7 +2716,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,",จัดการระบบเรียน apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} ตัวเองมอบหมายงานนี้: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,ประเทศของคุณ -DocType: Event,Sunday,วันอาทิตย์ +DocType: Assignment Rule Day,Sunday,วันอาทิตย์ apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: ชื่อฟิลด์ไม่สามารถเป็นหนึ่งใน {1} apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,ตารางคะแนน apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,ในตารางมุมมอง @@ -2751,7 +2756,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,ระหว่าง DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,จัดคิว -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,ตั้งค่า> ปรับแต่งฟอร์ม DocType: Braintree Settings,Use Sandbox,ใช้ Sandbox apps/frappe/frappe/utils/goal.py,This month,เดือนนี้ apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,รูปแบบใหม่ที่กำหนดเองพิมพ์ @@ -2847,7 +2851,7 @@ DocType: Workflow,States,จังหวัด DocType: Notification,Attach Print,แนบพิมพ์ DocType: Assignment Rule,Assignment Rule,กฎการมอบหมาย apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},ชื่อผู้ใช้ที่แนะนำ: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,วัน +DocType: Assignment Rule Day,Day,วัน apps/frappe/frappe/public/js/frappe/desk.js,Modules,โมดูล apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,ความสำเร็จของการชำระเงิน apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,ไม่มี {0} อีเมล @@ -2876,7 +2880,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,ก apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","การอัพเดต {0} จาก {1}, {2}" DocType: Auto Email Report,Filters Display,ตัวกรองการแสดงผล apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",ต้องมีช่อง "amended_from" ทำการแก้ไข -DocType: Contact,Numbers,เบอร์ apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} ชื่นชมผลงานของคุณใน {1} {2} apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,บันทึกตัวกรอง DocType: Address,Plant,พืช @@ -2922,6 +2925,7 @@ DocType: Custom Script,Custom Script,สคริปต์ที่กำหน DocType: Address,Address Line 2,ที่อยู่บรรทัดที่ 2 DocType: Address,Reference,การอ้างอิง apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,มอบหมายให้ +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,โปรดตั้งค่าบัญชีอีเมลเริ่มต้นจากตั้งค่า> อีเมล> บัญชีอีเมล DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,การทำแผนที่การโยกย้ายข้อมูลรายละเอียด DocType: Data Import,Action,ดำเนินการ DocType: GSuite Settings,Script URL,URL ของสคริปต์ @@ -3092,6 +3096,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,มีการทำซ้ำประเภทเอกสาร {0} apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,ค่าเปลี่ยน DocType: Workflow State,arrow-up,ลูกศรขึ้น +DocType: Dynamic Link,Link Document Type,ลิงค์ประเภทเอกสาร apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,ควรมีอย่างน้อยหนึ่งแถวสำหรับตาราง {0} apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.",ในการกำหนดค่าการทำซ้ำอัตโนมัติให้เปิดใช้งาน "อนุญาตการทำซ้ำอัตโนมัติ" จาก {0} DocType: OAuth Bearer Token,Expires In,จะหมดอายุใน @@ -3113,6 +3118,7 @@ DocType: Web Form,Button Label,ปุ่มฉลาก apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} รายการถูกเลือก apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,ระงับการส่ง apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,การอนุญาตผู้ใช้สร้างสำเร็จแล้ว +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,กำลังดึงเอกสารการค้นหาทั่วโลกเริ่มต้น apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,องค์ประกอบลากจากแถบด้านข้างเพื่อเพิ่ม ลากพวกเขากลับไปยังถังขยะ DocType: Workflow State,resize-small,ปรับขนาดเล็ก DocType: Address,Postal Code,รหัสไปรษณีย์ @@ -3166,7 +3172,7 @@ DocType: Auto Repeat,End Date,วันที่สิ้นสุด DocType: Data Import,Ignore encoding errors,ละเว้นข้อผิดพลาดในการเข้ารหัส DocType: Chat Profile,Notifications,การแจ้งเตือน DocType: DocField,Column Break,ตัวแบ่งคอลัมน์ -DocType: Event,Thursday,วันพฤหัสบดี +DocType: Assignment Rule Day,Thursday,วันพฤหัสบดี apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,คุณมีคะแนนรีวิวไม่เพียงพอ apps/frappe/frappe/utils/response.py,You don't have permission to access this file,คุณไม่ได้รับอนุญาตให้เข้าถึงไฟล์นี้ apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,บันทึก API Secret: @@ -3252,6 +3258,7 @@ DocType: S3 Backup Settings,ap-south-1,AP-ใต้ 1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,เปิดเครื่องรูด apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},ค่าไม่ถูกต้อง ในแถว {0}: {1} ต้อง {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},ส่ง เอกสาร ไม่สามารถแปลง กลับไปที่ ร่าง +DocType: Assignment Rule,Assignment Days,วันที่ได้รับมอบหมาย apps/frappe/frappe/desk/reportview.py,Deleting {0},การลบ {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,เลือกรูปแบบที่มีอยู่เพื่อแก้ไขหรือเริ่มต้นรูปแบบใหม่ DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,การตรวจสอบที่อยู่ IP แบบ จำกัด Bypass จำกัด ถ้ามีการเปิดใช้งาน Two Factor Auth @@ -3324,6 +3331,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} เ apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,ฟิลด์ที่กำหนดเองสามารถเพิ่มลงใน DocType มาตรฐานได้เท่านั้น apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,สร้างโดย apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,การติดตั้ง Dropbox +DocType: Assignment Rule Day,Assignment Rule Day,วันกำหนดกฎ DocType: Workflow State,resize-horizontal,ปรับขนาดในแนวนอน- apps/frappe/frappe/templates/emails/download_data.html,Download Link,ลิ้งค์ดาวน์โหลด DocType: Chat Message,Content,เนื้อหา @@ -3597,7 +3605,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,เพิ่ DocType: Comment,Published,เผยแพร่ apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,ขอบคุณสำหรับอีเมลของคุณ DocType: DocField,Small Text,ข้อความขนาดเล็ก -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,ไม่สามารถตั้งค่าหมายเลข {0} เป็นหมายเลขโทรศัพท์หลักและหมายเลขโทรศัพท์มือถือ DocType: Workflow,Allow approval for creator of the document,อนุญาตให้มีการอนุมัติสำหรับผู้สร้างเอกสาร apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,บันทึกรายงาน DocType: Webhook,on_cancel,on_cancel @@ -3610,6 +3617,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,เท่าก apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',ตัวเลือก 'การเชื่อมโยงแบบไดนามิก' ชนิดของเขตข้อมูลต้องชี้ไปที่การเชื่อมโยงสนามอื่นที่มีตัวเลือกเป็น 'DocType' DocType: About Us Settings,Team Members Heading,สมาชิกในทีมหัวเรื่อง apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,รูปแบบ CSV ไม่ถูกต้อง +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,'İçin sonuç bulunamadı
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,{0} için İzinlerini Sıfırla? apps/frappe/frappe/config/desktop.py,Users and Permissions,Kullanıcılar ve İzinler DocType: S3 Backup Settings,S3 Backup Settings,S3 Yedekleme Ayarları @@ -1940,8 +1942,8 @@ DocType: Communication Link,Link Title,link Title DocType: Workflow State,fast-backward,fast-backward DocType: Address,Chandigarh,Chandigarh DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,Cuma -DocType: Event,Friday,Cuma +DocType: Assignment Rule Day,Friday,Cuma +DocType: Assignment Rule Day,Friday,Cuma apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,tam sayfa düzenle apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,Liste öğesini aç DocType: Report,Add Total Row,Toplam satır ekle @@ -1961,6 +1963,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,Özelleştirme apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,İzin Verilen Belgeleri Görüntüle apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,Bu özelliği kullanmak için pycups yüklemeniz gerekiyor! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Google Takvim’e bağlantı isteğiniz başarıyla kabul edildi +DocType: Tag Link,Tag Link,Etiket Bağlantısı apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,Zincir bütünlüğü DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2115,6 +2118,7 @@ DocType: Note,Note,Not DocType: Note,Note,Not apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,Hata raporu apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,Verileri CSV / Excel formatında dışa aktarın. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,Global Search belgelerini ayarlama. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,Kullanabileceğiniz kimlik doğrulama uygulamaları şunlardır: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} zaten var. Başka bir isim seçin DocType: S3 Backup Settings,None,Yok @@ -2128,6 +2132,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,Oturum şu anda izin verilmiyor DocType: Data Migration Run,Current Mapping Action,Şu Haritalama İşlemi DocType: Dashboard Chart Source,Source Name,kaynak Adı +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,Kullanıcı ile ilişkilendirilmiş e-posta hesabı yok. Lütfen Kullanıcı> E-posta Gelen Kutusu altında bir hesap ekleyin. DocType: Email Account,Email Sync Option,E-posta Eşitleme Seçeneği apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,Sıra No DocType: Async Task,Runtime,Süre @@ -2144,6 +2149,7 @@ DocType: User Email,Enable Outgoing,Giden etkinleştirin DocType: Address,Fax,Faks DocType: Address,Fax,Faks apps/frappe/frappe/config/customization.py,Custom Tags,özel Etiketler +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-posta Hesabı ayarlanmadı. Lütfen Kurulum> E-posta> E-posta Hesabı'ndan yeni bir E-posta Hesabı oluşturun. DocType: Comment,Submitted,Tanzim Edildi DocType: Comment,Submitted,Tanzim Edildi DocType: Contact,Pulled from Google Contacts,Google Kişilerden Alındı @@ -2224,7 +2230,6 @@ eval:doc.age>18","Burada tanımlanan AlanAdı değeri vardır VEYA kurallar g DocType: Social Login Key,Office 365,Ofis 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,Bugün apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,Bugün -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Varsayılan Adres Şablonu bulunamadı. Lütfen Kurulum> Yazdırma ve Markalama> Adres Şablonu'ndan yeni bir tane oluşturun. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","Bunu ayarladıktan sonra, kullanıcılar sadece mümkün erişim belgeler (örn. olacak Bağlantı var Blog Post) (örn. Blogger)." DocType: Data Import Beta,Submit After Import,İçe Aktardıktan Sonra Gönder DocType: Error Log,Log of Scheduler Errors,Zamanlayıcı Hatalar Giriş @@ -2236,6 +2241,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,BÜYÜK HARF apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,Özel HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,Klasör adını girin +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Varsayılan Adres Şablonu bulunamadı. Lütfen Kurulum> Yazdırma ve Markalama> Adres Şablonu'ndan yeni bir tane oluşturun. apps/frappe/frappe/auth.py,Unknown User,Bilinmeyen kullanıcı apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,Rol Seçin DocType: Comment,Deleted,Silinen @@ -2440,7 +2446,6 @@ DocType: Address,Preferred Shipping Address,Tercih edilen Teslimat Adresi apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,Harf Beyninle apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{1} oluşturan kişi {0} apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},{2} satırında {0}: {1} için izin verilmez. Sınırlı alan: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,E-posta Hesabı ayarlanmadı. Lütfen Kurulum> E-posta> E-posta Hesabı'ndan yeni bir E-posta Hesabı oluşturun. DocType: S3 Backup Settings,eu-west-1,ab-batı-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","Bu işaretlenirse, geçerli verilere sahip satırlar içe aktarılır ve daha sonra içe aktarmanız için geçersiz satırlar yeni bir dosyaya dökülür." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,Belge rolü kullanıcılar tarafından düzenlenebilir @@ -2512,7 +2517,6 @@ DocType: Contact,Passive,Pasif DocType: Auto Repeat,Accounts Manager,Hesap Yöneticisi apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},{0} {1} için ödev apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,Ödemeniz iptal edildi. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Lütfen Kurulum> E-posta> E-posta Hesabı'ndan varsayılan E-posta Hesabı'nı ayarlayın. apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,Dosya Seç Tipi apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,Hepsini gör DocType: Help Article,Knowledge Base Editor,Bilgi Bankası Editör @@ -2554,6 +2558,7 @@ DocType: Workflow State,Warning,Uyarı apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,Bu birden fazla sayfaya yazdırılabilir DocType: Data Migration Run,Percent Complete,Yüzde Tamamlandı DocType: Tag Category,Tag Category,Etiket Kategorisi +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","Karşılaştırma için,> 5, <10 veya = 324 kullanın. Aralıklar için 5:10 kullanın (5 ve 10 arasındaki değerler için)." DocType: Google Calendar,Pull from Google Calendar,Google Takvim’den çekin apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,Yardım DocType: User,Login Before,Önce Giriş @@ -2682,8 +2687,8 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,İptal belge DocType: Transaction Log,Checksum Version,Checksum Sürümü DocType: User,Allow Modules,Modüllere İzin Ver DocType: Unhandled Email,Unhandled Email,İşlenmemiş E-posta -DocType: Event,Monday,Pazartesi -DocType: Event,Monday,Pazartesi +DocType: Assignment Rule Day,Monday,Pazartesi +DocType: Assignment Rule Day,Monday,Pazartesi apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,uzun klavye desen yararlanın apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,İşleme... DocType: Data Import,Don't create new records,Yeni kayıtlar oluşturma @@ -2821,8 +2826,8 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","Sevgili Sistem Yöneticisi," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} bu göreve kendini atadı: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,Ülke -DocType: Event,Sunday,Pazar -DocType: Event,Sunday,Pazar +DocType: Assignment Rule Day,Sunday,Pazar +DocType: Assignment Rule Day,Sunday,Pazar apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: Alan adı {1} 'den biri olamaz apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,Sıralamalar apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,Grid View @@ -2863,7 +2868,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,Arasında DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,Sıraya alınmış -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Kurulum> Formu Özelleştir DocType: Braintree Settings,Use Sandbox,Kullanım Sandbox apps/frappe/frappe/utils/goal.py,This month,Bu ay apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,Yeni Özel Baskı Biçimi @@ -2960,7 +2964,7 @@ DocType: Workflow,States,Devletler DocType: Notification,Attach Print,Yazdır takın DocType: Assignment Rule,Assignment Rule,Atama Kuralı apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},Önerilen adı: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,Gün +DocType: Assignment Rule Day,Day,Gün apps/frappe/frappe/public/js/frappe/desk.js,Modules,Modüller apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,Ödeme Başarı apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,Hayır {0} posta @@ -2990,7 +2994,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,E-pos apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","{1}, {2} ürününün {0} güncellenmesi" DocType: Auto Email Report,Filters Display,Filtreler Ekran apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",Bir değişiklik yapmak için "değiştirilen_" den "alan" olmalı. -DocType: Contact,Numbers,sayılar apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},"{0}, {1} {2} üzerindeki çalışmanızı takdir etti" apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,Filtreleri kaydet DocType: Address,Plant,Tesis @@ -3043,6 +3046,7 @@ DocType: Address,Address Line 2,Adres Satırı 2 DocType: Address,Reference,Referans DocType: Address,Reference,Referans apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,Atanan +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Lütfen Kurulum> E-posta> E-posta Hesabı'ndan varsayılan E-posta Hesabı'nı ayarlayın. DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,Veri Taşıma Eşleme Ayrıntısı DocType: Data Import,Action,Eylem DocType: GSuite Settings,Script URL,Komut Dosyası URL'si @@ -3214,6 +3218,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,{0} belge tipi tekrarlandı. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,Değerler Değişti DocType: Workflow State,arrow-up,yukarı-yön +DocType: Dynamic Link,Link Document Type,Bağlantı Doküman Türü apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,{0} tablosu için en az bir satır olmalı apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.",Otomatik Tekrarı yapılandırmak için {0} 'dan "Otomatik Tekrarlamaya İzin Ver" i etkinleştirin. DocType: OAuth Bearer Token,Expires In,İçinde sona eriyor @@ -3235,6 +3240,7 @@ DocType: Web Form,Button Label,düğme Etiketi apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} adet ürün seçildi apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,gönderme Askıya apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,Kullanıcı İzinleri başarıyla oluşturuldu +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,Varsayılan Global Arama belgelerini alma. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,Kenar çubuğundan sürükleyin elemanları eklemek için. Çöp onları geri sürükleyin. DocType: Workflow State,resize-small,resize-small DocType: Address,Postal Code,Posta Kodu @@ -3291,8 +3297,8 @@ DocType: Data Import,Ignore encoding errors,Kodlama hatalarını yoksay DocType: Chat Profile,Notifications,Bildirimler DocType: DocField,Column Break,Sütun Arası DocType: DocField,Column Break,Sütun Arası -DocType: Event,Thursday,Perşembe -DocType: Event,Thursday,Perşembe +DocType: Assignment Rule Day,Thursday,Perşembe +DocType: Assignment Rule Day,Thursday,Perşembe apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,Yeterli inceleme noktanız yok apps/frappe/frappe/utils/response.py,You don't have permission to access this file,Bu dosyaya erişmek izniniz yok apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,API Gizli Kaydet: @@ -3385,6 +3391,7 @@ DocType: S3 Backup Settings,ap-south-1,ap-güney-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,Dosyaları Ayıkla apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},Yanlış değer satırda {0}: {1} olmalı {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},Ekleyen Belge taslak geri dönüştürülemez. Geçiş satır {0} +DocType: Assignment Rule,Assignment Days,Atama Günleri apps/frappe/frappe/desk/reportview.py,Deleting {0},Siliniyor {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,Düzenlemek veya yeni bir format başlatmak için varolan biçimi seçin. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,"İki Faktör Yetkilisi Etkinleştirilmişse, Sınırlı IP Adresi kontrolünü atla" @@ -3458,6 +3465,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} ay apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,Özel Alanlar sadece standart bir DocType'a eklenebilir. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,Tarafından oluşturulan apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,Dropbox Kurulumu +DocType: Assignment Rule Day,Assignment Rule Day,Atama Kuralı Günü DocType: Workflow State,resize-horizontal,resize-horizontal apps/frappe/frappe/templates/emails/download_data.html,Download Link,İndirme linki DocType: Chat Message,Content,İçerik @@ -3743,7 +3751,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,E-posta Hesap DocType: Comment,Published,Yayınlandı apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,E-postanız için teşekkür ederiz DocType: DocField,Small Text,Küçük Metin -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,"{0} sayısı, Telefon için ve Cep Numarası için birincil olarak ayarlanamaz." DocType: Workflow,Allow approval for creator of the document,Belgenin yaratıcısı için onay ver apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,Raporu Kaydet DocType: Webhook,on_cancel,on_cancel @@ -3756,6 +3763,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,Eşittir apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',Alan Seçenekler 'Dynamic Link' type 'DocType' gibi seçenekler ile başka Bağlantı alanı işaret etmelidir DocType: About Us Settings,Team Members Heading,Ekip Üyeleri Başlığı apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,Geçersiz CSV Biçimi +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,Не знайдено результатів для '
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,Скидання дозволів для {0}? apps/frappe/frappe/config/desktop.py,Users and Permissions,Люди і дозволу DocType: S3 Backup Settings,S3 Backup Settings,Налаштування резервної копії S3 @@ -1865,7 +1867,7 @@ DocType: Communication Link,Link Title,лінк титли DocType: Workflow State,fast-backward,швидко назад DocType: Address,Chandigarh,Чандігарх DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,П'ятниця +DocType: Assignment Rule Day,Friday,П'ятниця apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,Редагувати в повній сторінці apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,Відкрити елемент списку DocType: Report,Add Total Row,Додати загальний підсумок @@ -1883,6 +1885,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,Налаштув apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,Переглянути дозволені документи apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,Для використання цієї функції вам потрібно встановити pycups! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Ваш запит на підключення до календаря Google був успішно прийнятий +DocType: Tag Link,Tag Link,Посилання тегів apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,Цілісність ланцюга DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2026,6 +2029,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,Примітка apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,Звіт про помилки apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,Експортувати дані у форматі CSV / Excel. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,Налаштування документів глобального пошуку. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,"Програми автентифікації, які ви можете використовувати, є:" apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} вже існує. Виберіть інше ім'я DocType: S3 Backup Settings,None,Ні @@ -2038,6 +2042,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,Вхід не дозволяється у цей час DocType: Data Migration Run,Current Mapping Action,Поточний дію карти DocType: Dashboard Chart Source,Source Name,ім'я джерела +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,"Жоден обліковий запис електронної пошти не пов’язаний з Користувачем. Будь ласка, додайте обліковий запис у розділі Користувач> Вхідні адреси електронної пошти." DocType: Email Account,Email Sync Option,Електронна пошта синхронізації Варіант apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,Рядок № DocType: Async Task,Runtime,Тривалість @@ -2052,6 +2057,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,Вже у DocType: User Email,Enable Outgoing,Включити вихідні DocType: Address,Fax,Факс apps/frappe/frappe/config/customization.py,Custom Tags,призначені для користувача теги +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Не налаштовано обліковий запис електронної пошти. Створіть новий обліковий запис електронної пошти у меню Налаштування> Електронна пошта> Обліковий запис електронної пошти DocType: Comment,Submitted,Проведено DocType: Contact,Pulled from Google Contacts,Знято з контактів Google apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,Невірний запит @@ -2129,7 +2135,6 @@ eval:doc.age>18","Це поле з'являється тільки в р DocType: Social Login Key,Office 365,Офіс 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,сьогодні apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,сьогодні -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Шаблон адреси за замовчуванням не знайдено. Створіть новий із меню Налаштування> Друк та брендинг> Шаблон адреси. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","Після того як ви встановили це, користувачі зможуть тільки доступ до документів (наприклад ,. Блог Пост), де існує зв'язок (наприклад, Blogger.)." DocType: Data Import Beta,Submit After Import,Надіслати після імпорту DocType: Error Log,Log of Scheduler Errors,Журнал помилок Scheduler @@ -2141,6 +2146,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,ВЕРХНІЙ РЕГІСТР apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,Особливий HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,Введіть ім'я теки +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Шаблон адреси за замовчуванням не знайдено. Створіть новий із меню Налаштування> Друк та брендинг> Шаблон адреси. apps/frappe/frappe/auth.py,Unknown User,Невідомий користувач apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,Виберіть Роль DocType: Comment,Deleted,Віддалений @@ -2343,7 +2349,6 @@ DocType: Address,Preferred Shipping Address,Основна адреса дост apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,З головою Лист apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} створено цей {1} apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},Не дозволено для {0}: {1} у рядку {2}. Поле з обмеженням: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Не налаштовано обліковий запис електронної пошти. Створіть новий обліковий запис електронної пошти у програмі Налаштування> Електронна пошта> Обліковий запис електронної пошти DocType: S3 Backup Settings,eu-west-1,eu-захід-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","Якщо це буде позначено, буде імпортовано рядки з дійсними даними, а недійсні рядки будуть скинуті до нового файлу для імпорту пізніше." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,Документ може редагуватись лише користувачами ролі @@ -2411,7 +2416,6 @@ DocType: Contact,Passive,Пасивний DocType: Auto Repeat,Accounts Manager,Диспетчер облікових записів apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},Завдання на {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,Ваш платіж буде скасовано. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Установіть обліковий запис електронної пошти за замовчуванням у меню Налаштування> Електронна пошта> Обліковий запис електронної пошти apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,Виберіть тип файлу apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,Подивитись все DocType: Help Article,Knowledge Base Editor,База знань Редактор @@ -2453,6 +2457,7 @@ DocType: Workflow State,Warning,Попередження apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,Це може бути надруковано на кількох сторінках DocType: Data Migration Run,Percent Complete,Відсоток завершено DocType: Tag Category,Tag Category,Тег Категорія +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","Для порівняння використовуйте> 5, <10 або = 324. Для діапазонів використовуйте 5:10 (для значень від 5 до 10)." DocType: Google Calendar,Pull from Google Calendar,Витягніть з Google Календар apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,Довідка DocType: User,Login Before,Увійти перед @@ -2579,7 +2584,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,Не мож DocType: Transaction Log,Checksum Version,Контрольна версія DocType: User,Allow Modules,Дозволити модулі DocType: Unhandled Email,Unhandled Email,Невідома Email -DocType: Event,Monday,Понеділок +DocType: Assignment Rule Day,Monday,Понеділок apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,Використовуйте довших моделей клавіатури apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,Обробка ... DocType: Data Import,Don't create new records,Не створюйте нові записи @@ -2711,7 +2716,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","Шановний System Manager," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} самостійно призначив це завдання: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,Ваша країна -DocType: Event,Sunday,Неділя +DocType: Assignment Rule Day,Sunday,Неділя apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: Ім'я поля не може бути одним із {1} apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,Турнірна таблиця apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,У табличному вигляді @@ -2751,7 +2756,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,між DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,У черзі -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Налаштування> Налаштувати форму DocType: Braintree Settings,Use Sandbox,Використання Пісочниця apps/frappe/frappe/utils/goal.py,This month,Цього місяця apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,Новий користувальницький друку Формат @@ -2847,7 +2851,7 @@ DocType: Workflow,States,Штати DocType: Notification,Attach Print,Долучити роздрук DocType: Assignment Rule,Assignment Rule,Правило призначення apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},Схожі Ім'я користувача: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,день +DocType: Assignment Rule Day,Day,день apps/frappe/frappe/public/js/frappe/desk.js,Modules,модулі apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,оплата успіху apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,Ні {0} пошта @@ -2877,7 +2881,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,Email apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","Оновлення {0} з {1}, {2}" DocType: Auto Email Report,Filters Display,фільтри Показати apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.","Щоб внести поправку, повинно бути присутнє поле "Змінено_від"." -DocType: Contact,Numbers,Числа apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} оцінив вашу роботу {1} {2} apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,Збережіть фільтри DocType: Address,Plant,Завод @@ -2923,6 +2926,7 @@ DocType: Custom Script,Custom Script,Сценарій на замовлення DocType: Address,Address Line 2,Адресний рядок 2 DocType: Address,Reference,Посилання apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,Призначено +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Установіть обліковий запис електронної пошти за замовчуванням у програмі Налаштування> Електронна пошта> Обліковий запис електронної пошти DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,Детальний опис картки міграції даних DocType: Data Import,Action,Дія DocType: GSuite Settings,Script URL,URL Script @@ -3092,6 +3096,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,Тип документа {0} повторено. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,значення Змінено DocType: Workflow State,arrow-up,стрілка вгору +DocType: Dynamic Link,Link Document Type,Тип документа посилання apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,Має бути принаймні один рядок для таблиці {0} apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.","Щоб налаштувати автоматичне повторення, увімкніть "Дозволити автоматичне повторення" від {0}." DocType: OAuth Bearer Token,Expires In,Завершується В @@ -3113,6 +3118,7 @@ DocType: Web Form,Button Label,кнопка Етикетка apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} вибрані товари apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,призупинити Відправка apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,Дозволи користувача створені успішно +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,Отримання документів за замовчуванням Global Search. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,"Перетягніть елементи з бічної панелі, щоб додати. Перетягніть їх назад у відро для сміття." DocType: Workflow State,resize-small,розмір-мала DocType: Address,Postal Code,Поштовий індекс @@ -3166,7 +3172,7 @@ DocType: Auto Repeat,End Date,Дата закінчення DocType: Data Import,Ignore encoding errors,Ігнорувати помилки кодування DocType: Chat Profile,Notifications,Сповіщення DocType: DocField,Column Break,Розрив стовпця -DocType: Event,Thursday,Четвер +DocType: Assignment Rule Day,Thursday,Четвер apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,Не вистачає точок огляду apps/frappe/frappe/utils/response.py,You don't have permission to access this file,Ви не маєте дозволу на доступ до цього файлу apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,Зберегти таємне API: @@ -3252,6 +3258,7 @@ DocType: S3 Backup Settings,ap-south-1,ap-південь-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,розстебнути блискавку apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},Неправильне значення в рядку {0}: {1} повинен бути {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},Проведений документ не може бути перетворений назад у чернетку. Перехід у рядку {0} +DocType: Assignment Rule,Assignment Days,Дні призначення apps/frappe/frappe/desk/reportview.py,Deleting {0},Видалення {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,Виберіть існуючий формат для редагування або почати новий формат. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,"Перевірка обмеженої IP-адреси, якщо ввімкнено два фактора Auth" @@ -3324,6 +3331,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} мі apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,Спеціальні поля можна додавати лише до стандартного DocType. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,Створений apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,Налаштування Dropbox +DocType: Assignment Rule Day,Assignment Rule Day,День правила призначення DocType: Workflow State,resize-horizontal,розмір горизонтальної apps/frappe/frappe/templates/emails/download_data.html,Download Link,Посилання для завантаження DocType: Chat Message,Content,Зміст @@ -3587,7 +3595,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,Додати DocType: Comment,Published,Опублікований apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,Дякую вам за вашу електронну пошту DocType: DocField,Small Text,Малий Текст -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,"Номер {0} не можна встановити як основний для телефону, а також номер мобільного телефону" DocType: Workflow,Allow approval for creator of the document,Дозволити схвалення для автора документа apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,Зберегти звіт DocType: Webhook,on_cancel,on_cancel @@ -3600,6 +3607,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,Дорівнює apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',"Options '' Dynamic Link тип поля повинен вказувати на інший Link поле з опціями, як '' DocType" DocType: About Us Settings,Team Members Heading,Члени команди Очолювати apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,Невірний формат CSV +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,"کے لئے کوئی نتائج نہیں ملے
" apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,کے لئے ری سیٹ اجازت {0}؟ apps/frappe/frappe/config/desktop.py,Users and Permissions,صارفین اور اجازت DocType: S3 Backup Settings,S3 Backup Settings,S3 بیک اپ ترتیبات @@ -1831,7 +1831,7 @@ DocType: Communication Link,Link Title,لنک کا عنوان DocType: Workflow State,fast-backward,فاسٹ پسماندہ DocType: Address,Chandigarh,چندی گڑھ DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,جمعہ +DocType: Assignment Rule Day,Friday,جمعہ apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,مکمل صفحہ میں ترمیم کریں apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,فہرست شے کو کھولیں۔ DocType: Report,Add Total Row,کل صف کا اضافہ @@ -1849,6 +1849,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,مرضی کے م apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,اجازت دی دستاویزات دیکھیں apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,اس خصوصیت کو استعمال کرنے کے ل You آپ کو پائی اپ اپ انسٹال کرنے کی ضرورت ہے! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Google کیلنڈر سے آپ کی کنکشن کی درخواست کامیابی سے قبول ہوئی تھی +DocType: Tag Link,Tag Link,ٹیگ لنک apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,چین کی صداقت DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -1990,6 +1991,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,نوٹ apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,غلطی کی رپورٹ apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,CSV / ایکسل فارمیٹ میں برآمد ڈیٹا. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,عالمی تلاش کے دستاویزات مرتب کرنا۔ apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,توثیقی اطلاقات آپ استعمال کر سکتے ہیں: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} پہلے ہی موجود ہے. دوسرا نام منتخب کریں DocType: S3 Backup Settings,None,کوئی بھی نہیں @@ -2002,6 +2004,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,اس وقت کی اجازت نہیں لاگ ان DocType: Data Migration Run,Current Mapping Action,موجودہ تعریفیں ایکشن DocType: Dashboard Chart Source,Source Name,ماخذ نام +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,صارف کے ساتھ کوئی ای میل اکاؤنٹ وابستہ نہیں ہے۔ براہ کرم صارف> ای میل ان باکس کے تحت ایک اکاؤنٹ شامل کریں۔ DocType: Email Account,Email Sync Option,ای میل کی مطابقت پذیری اختیار apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,صف نمبر DocType: Async Task,Runtime,رن ٹائم @@ -2016,6 +2019,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,پہلے DocType: User Email,Enable Outgoing,سبکدوش ہونے والے فعال DocType: Address,Fax,فیکس apps/frappe/frappe/config/customization.py,Custom Tags,اپنی مرضی کے ٹیگز +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ای میل اکاؤنٹ سیٹ اپ نہیں ہے۔ براہ کرم سیٹ اپ> ای میل> ای میل اکاؤنٹ سے نیا ای میل اکاؤنٹ بنائیں DocType: Comment,Submitted,پیش DocType: Contact,Pulled from Google Contacts,گوگل رابطوں سے کھینچ لیا گیا۔ apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,جائز درخواست میں @@ -2091,7 +2095,6 @@ eval:doc.age>18",یہ فیلڈ دکھایا جائے گا FIELDNAME یہاں DocType: Social Login Key,Office 365,آفس 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,آج apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,آج -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,پتہ کا کوئی طے شدہ سانچہ نہیں ملا۔ براہ کرم سیٹ اپ> پرنٹنگ اور برانڈنگ> ایڈریس ٹیمپلیٹ سے ایک نیا بنائیں۔ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).",آپ کو اس سیٹ ہے ایک بار، صارفین کو صرف قابل رسائی دستاویزات ہو جائے گا (مثال کے طور پر. بلاگ پوسٹ) لنک (مثلا بلاگر) موجود ہے جہاں. DocType: Data Import Beta,Submit After Import,درآمد کے بعد جمع کروائیں۔ DocType: Error Log,Log of Scheduler Errors,تخسوچک نقائص کے لاگ ان @@ -2103,6 +2106,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,اوپری کیس apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,اپنی مرضی کے مطابق ایچ ٹی ایم ایل apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,فولڈر کا نام درج کریں +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,پتہ کا کوئی طے شدہ سانچہ نہیں ملا۔ براہ کرم سیٹ اپ> پرنٹنگ اور برانڈنگ> ایڈریس ٹیمپلیٹ سے ایک نیا بنائیں۔ apps/frappe/frappe/auth.py,Unknown User,نامعلوم صارف apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,منتخب کردار DocType: Comment,Deleted,خارج کر دیا گیا @@ -2298,7 +2302,6 @@ apps/frappe/frappe/public/js/frappe/social/pages/UserList.vue,No user found,کو DocType: Address,Preferred Shipping Address,پسندیدہ شپنگ ایڈریس apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,خط سر کے ساتھ apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} بنا یا {1} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,ای میل اکاؤنٹ سیٹ اپ نہیں ہے۔ براہ کرم سیٹ اپ> ای میل> ای میل اکاؤنٹ سے نیا ای میل اکاؤنٹ بنائیں۔ DocType: S3 Backup Settings,eu-west-1,eu-West-1۔ DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.",اگر یہ جانچ پڑتال کی جاتی ہے تو، درست ڈیٹا کے ساتھ قطار درآمد کی جائیں گی اور بعد میں درآمد کرنے کے لئے قطع قطاروں کو نئی فائل میں ڈمپ کیا جائے گا. apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,دستاویز کے کردار کے صارفین کی طرف سے صرف قابل تدوین ہے @@ -2365,7 +2368,6 @@ DocType: Contact,Passive,غیر فعال DocType: Auto Repeat,Accounts Manager,اکاؤنٹس منیجر apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},{0} {1} کے لئے تفویض apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,آپ کی ادائیگی کو منسوخ کر دیا گیا ہے. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,براہ کرم سیٹ اپ> ای میل> ای میل اکاؤنٹ سے پہلے سے طے شدہ ای میل اکاؤنٹ مرتب کریں۔ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,منتخب فائل کی قسم apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,سب دیکھیں DocType: Help Article,Knowledge Base Editor,سویدی ایڈیٹر @@ -2406,6 +2408,7 @@ DocType: Workflow State,Warning,انتباہ apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,یہ متعدد صفحات پر چھاپ سکتا ہے۔ DocType: Data Migration Run,Percent Complete,فی صد مکمل DocType: Tag Category,Tag Category,ٹیگ زمرہ +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).",موازنہ کے لئے ،> 5 ، <10 یا = 324 استعمال کریں۔ حدود کے ل 5 ، 5:10 (5 اور 10 کے درمیان اقدار کے لئے) استعمال کریں۔ DocType: Google Calendar,Pull from Google Calendar,گوگل کیلنڈر سے کھینچیں۔ apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,مدد DocType: User,Login Before,لاگ ان سے پہلے @@ -2529,7 +2532,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,منسوخ DocType: Transaction Log,Checksum Version,چیکیمم ورژن DocType: User,Allow Modules,ماڈیولز کی اجازت دیں۔ DocType: Unhandled Email,Unhandled Email,Unhandled ای میل -DocType: Event,Monday,پیر +DocType: Assignment Rule Day,Monday,پیر apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,اب بورڈ کے پیٹرن کا استعمال apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,پروسیسنگ ... DocType: Data Import,Don't create new records,نئے ریکارڈ نہ بنائیں @@ -2656,7 +2659,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,",عزیز سسٹم مینیجر، apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} خود کو اس کام کو تفویض کیا: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,آپ کا ملک -DocType: Event,Sunday,اتوار +DocType: Assignment Rule Day,Sunday,اتوار apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: فیلڈ کا نام {1} میں سے ایک نہیں ہوسکتا apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,اسٹینڈنگ۔ apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,گرڈ نقطہ نظر میں @@ -2696,7 +2699,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,کے درمیان DocType: Social Login Key,fairlogin,عادلین DocType: Async Task,Queued,قطار میں -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,سیٹ اپ> فارم کو کسٹمائز کریں۔ DocType: Braintree Settings,Use Sandbox,سینڈباکس استعمال apps/frappe/frappe/utils/goal.py,This month,اس مہینے apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,نئے اپنی مرضی کے پرنٹ کی شکل @@ -2790,7 +2792,7 @@ DocType: Workflow,States,امریکہ DocType: Notification,Attach Print,پرنٹ منسلک DocType: Assignment Rule,Assignment Rule,تفویض اصول apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},تجویز کردہ صارف کا نام: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,ڈے +DocType: Assignment Rule Day,Day,ڈے apps/frappe/frappe/public/js/frappe/desk.js,Modules,ماڈیول apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,ادائیگی کی کامیابی apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,کوئی {0} میل @@ -2818,7 +2820,6 @@ apps/frappe/frappe/model/naming.py,Name not set via Prompt,پرامپٹ کے ذ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,ای میل ان باکس DocType: Auto Email Report,Filters Display,فلٹرز ڈسپلے apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",ترمیم کرنے کے لئے "ترمیم شدہ_تعلیم" فیلڈ موجود ہونا چاہئے۔ -DocType: Contact,Numbers,نمبر apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,فلٹرز کو محفوظ کریں۔ DocType: Address,Plant,پلانٹ apps/frappe/frappe/core/doctype/communication/communication.js,Reply All,تمام کو جواب دیں @@ -2863,6 +2864,7 @@ DocType: Custom Script,Custom Script,اپنی مرضی کے سکرپٹ DocType: Address,Address Line 2,پتہ لائن 2 DocType: Address,Reference,حوالہ apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,مقرر کیا، مقرر کرنا +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,براہ کرم سیٹ اپ> ای میل> ای میل اکاؤنٹ سے پہلے سے طے شدہ ای میل اکاؤنٹ مرتب کریں DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,ڈیٹا منتقلی کی تعریفیں کی تفصیل DocType: Data Import,Action,ایکشن DocType: GSuite Settings,Script URL,اسکرپٹ URL @@ -3026,6 +3028,7 @@ apps/frappe/frappe/database/database.py,Too many writes in one request. Please s apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Drive has been configured.,گوگل ڈرائیو تشکیل دی گئی ہے۔ apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,اقدار کو تبدیل کر دیا DocType: Workflow State,arrow-up,تیر اپ +DocType: Dynamic Link,Link Document Type,لنک دستاویز کی قسم apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,{0} ٹیبل کے ل at کم از کم ایک قطار ہونی چاہئے۔ DocType: OAuth Bearer Token,Expires In,میں ختم ہوجاتا ہے DocType: DocField,Allow on Submit,جمع کرانے پر کی اجازت دیں @@ -3046,6 +3049,7 @@ DocType: Web Form,Button Label,بٹن لیبل apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} منتخب اشیاء apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,بھیجا جا رہا معطل apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,صارف کی اجازتیں کامیابی کے ساتھ تشکیل دی گئیں۔ +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,پہلے سے طے شدہ عالمی تلاش کے دستاویزات کی بازیافت۔ apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,سائڈبار سے ڈریگ عناصر کو شامل کرنے. ردی کی ٹوکری میں انہیں واپس کھینچ کر لائیں. DocType: Workflow State,resize-small,بازسائز چھوٹے DocType: Address,Postal Code,ڈاک کا کوڈ @@ -3098,7 +3102,7 @@ DocType: Auto Repeat,End Date,آخری تاریخ DocType: Data Import,Ignore encoding errors,انکوڈنگ کی غلطیوں کو نظر انداز کریں DocType: Chat Profile,Notifications,اطلاعات DocType: DocField,Column Break,کالم توڑ -DocType: Event,Thursday,جمعرات +DocType: Assignment Rule Day,Thursday,جمعرات apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,آپ کے پاس جائزہ لینے کے لئے کافی پوائنٹس نہیں ہیں۔ apps/frappe/frappe/utils/response.py,You don't have permission to access this file,اگر آپ اس فائل تک رسائی حاصل کرنے کی اجازت نہیں ہے apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,API خفیہ کریں: @@ -3181,6 +3185,7 @@ DocType: S3 Backup Settings,ap-south-1,اے پی جنوب -1۔ apps/frappe/frappe/core/doctype/file/file.js,Unzip,ان زپ apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},قطار میں غلط قدر {0}: {1} {2} ہونا ضروری ہے {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},پیش دستاویز کا مسودہ تیار کرنے کے لئے واپس تبدیل نہیں کیا جا سکتا. منتقلی صف {0} +DocType: Assignment Rule,Assignment Days,تفویض دن apps/frappe/frappe/desk/reportview.py,Deleting {0},{0} حذف کرنا apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,ترمیم یا ایک نئی شکل شروع کرنے کے لئے ایک موجودہ شکل کو منتخب کریں. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,محدود آئی پی ایڈریس چیک چیک کریں اگر دو فیکٹر مصنف مستند ہو @@ -3252,6 +3257,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} مہ apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,کسٹم فیلڈز صرف ایک معیاری ڈاک ٹائپ میں شامل کی جاسکتی ہیں۔ apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,بنائی گئی apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,ڈراپ باکس سیٹ اپ +DocType: Assignment Rule Day,Assignment Rule Day,تفویض اصول یوم DocType: Workflow State,resize-horizontal,بازسائز افقی apps/frappe/frappe/templates/emails/download_data.html,Download Link,لنک ڈاؤن لوڈ کریں۔ DocType: Chat Message,Content,مواد @@ -3517,6 +3523,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,برابر apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',میدان کے اختیارات 'متحرک لنک' قسم 'DOCTYPE' کے طور پر اختیارات کے ساتھ ایک لنک فیلڈ کی طرف اشارہ کرنا ضروری ہے DocType: About Us Settings,Team Members Heading,سرخی ٹیم کے ارکان apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,غلط CSV شکل +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,'Uchun natijalar topilmadi
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,{0} uchun ruxsatni qayta tiklash? apps/frappe/frappe/config/desktop.py,Users and Permissions,Foydalanuvchilar va ruxsatnomalar DocType: S3 Backup Settings,S3 Backup Settings,S3 Zahiralash sozlamalari @@ -1842,7 +1845,7 @@ DocType: Communication Link,Link Title,Bog'lanish nomi DocType: Workflow State,fast-backward,tez orqaga DocType: Address,Chandigarh,Chandigarh DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,Juma kuni +DocType: Assignment Rule Day,Friday,Juma kuni apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,To'liq sahifada tahrir qiling apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,Ochiladigan ro'yxat elementi DocType: Report,Add Total Row,Umumiy satr qo'shish @@ -1860,6 +1863,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,Moslashtiring apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,Ruxsat etilgan hujjatlarni ko'rish apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,Ushbu xususiyatdan foydalanish uchun siz pikuplarni o'rnatishingiz kerak! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Google Taqvimga ulanish so'rovi muvaffaqiyatli qabul qilindi +DocType: Tag Link,Tag Link,Tag link apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,Zanjirning yaxlitligi DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2001,6 +2005,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,Eslatma apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,Xato hisoboti apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,Ma'lumotlarni CSV / Excel formatida eksport qilish. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,Global qidirish hujjatlarini sozlash. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,Siz foydalanishingiz mumkin bo'lgan haqiqiylikni tekshirish dasturlari quyidagilardir: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} allaqachon mavjud. Boshqa nomni tanlang DocType: S3 Backup Settings,None,Yo'q @@ -2013,6 +2018,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,Bu vaqtda kirish uchun ruxsat berilmaydi DocType: Data Migration Run,Current Mapping Action,Joriy xaritalash harakati DocType: Dashboard Chart Source,Source Name,Manba nomi +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,"Foydalanuvchi bilan bog'langan elektron pochta hisobi yo'q. Iltimos, foydalanuvchi> Elektron pochta qutisi ostida hisob qaydnomasini qo'shing." DocType: Email Account,Email Sync Option,Elektron pochtani sinxronlashtirish opsiyasi apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,Roy № DocType: Async Task,Runtime,Ish vaqti @@ -2027,6 +2033,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,Siz allaq DocType: User Email,Enable Outgoing,Chiqishni yoqish DocType: Address,Fax,Faks apps/frappe/frappe/config/customization.py,Custom Tags,Maxsus teglar +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,"Elektron pochta qayd hisobi sozlanmadi. Iltimos, sozlash> Elektron pochta> Elektron pochta qayd hisobi orqali yangi elektron pochta qayd yozuvini yarating" DocType: Comment,Submitted,Taklif qilingan DocType: Contact,Pulled from Google Contacts,Google Contacts-dan tortib olindi apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,Qabul qilingan so'rovda @@ -2101,7 +2108,6 @@ eval:doc.myfield=='My Value' eval:doc.age>18",Bu maydon faqat bu erda ko'rsatilgan maydon nomiga qiymat yoki qoidalar haqiqiy (misollar) bo'lsa paydo bo'ladi: myfield eval: doc.myfield == 'Mening qiymatim' eval: doc.age> 18 DocType: Social Login Key,Office 365,Office 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,Bugun -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,"Birlamchi manzil shabloni topilmadi. Iltimos, sozlash> Bosib chiqarish va markalash> Manzil shablonidan yangisini yarating." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","Siz buni o'rnatganingizdan so'ng, foydalanuvchilar faqatgina link mavjud bo'lgan hujjatlarga (masalan, Blog Post) kirish imkoniyatiga ega bo'ladi (masalan, Blogger)." DocType: Data Import Beta,Submit After Import,Import qilinganidan keyin yuborish DocType: Error Log,Log of Scheduler Errors,Jadvaldagi xatolar ro'yxati @@ -2113,6 +2119,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,Yuqori holat apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,Maxsus HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,Jildning nomini kiriting +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,"Birlamchi manzil shabloni topilmadi. Iltimos, sozlash> Bosib chiqarish va markalash> Manzil shablonidan yangisini yarating." apps/frappe/frappe/auth.py,Unknown User,Noma'lum foydalanuvchi apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,Rolni tanlang DocType: Comment,Deleted,O'chirilgan @@ -2312,7 +2319,6 @@ DocType: Address,Preferred Shipping Address,Tanlangan yuk jo'natish manzili apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,Letter boshi bilan apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} bu {1} apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},{2} qatorda {0}: {1} uchun ruxsat berilmagan. Cheklangan maydon: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,"Elektron pochta hisobi sozlanmadi. Iltimos, sozlash> Elektron pochta> Elektron pochta hisob qaydnomasidan yangi elektron pochta qayd yozuvini yarating" DocType: S3 Backup Settings,eu-west-1,eu-g'arbiy-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","Agar bu belgilansa, joriy ma'lumotlarga ega bo'lgan qatorlar import qilinadi va keyinroq import qilish uchun bekor qilingan qatorlar yangi faylga tashlanadi." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,Hujjat faqatgina foydalanuvchilar tomonidan tahrir qilinadi @@ -2379,7 +2385,6 @@ DocType: Contact,Passive,Passiv DocType: Auto Repeat,Accounts Manager,Hisob menejeri apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},{0} {1} uchun topshirish apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,To'lovingiz bekor qilinadi. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,"Iltimos, standart elektron pochta hisob qaydnomasini O'rnatish> Elektron pochta> Elektron pochta hisob qaydnomasini o'rnating" apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,Fayl turini tanlang apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,Hammasini ko'rish DocType: Help Article,Knowledge Base Editor,Ma'lumotlar bazasi muharriri @@ -2421,6 +2426,7 @@ DocType: Workflow State,Warning,Ogohlantirish apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,Bu bir nechta sahifada chop etilishi mumkin DocType: Data Migration Run,Percent Complete,Foiz to'liq DocType: Tag Category,Tag Category,Yorliq kategoriyasi +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","Taqqoslash uchun> 5, <10 yoki = 324 dan foydalaning. O'lchovlar uchun 5:10 dan foydalaning (5 va 10 orasidagi qiymatlar uchun)." DocType: Google Calendar,Pull from Google Calendar,Google Calendar-dan tortib oling apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,Yordam bering DocType: User,Login Before,Avval kirish @@ -2545,7 +2551,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,Bekor qiling DocType: Transaction Log,Checksum Version,Checksum Version DocType: User,Allow Modules,Modullarga ruxsat berish DocType: Unhandled Email,Unhandled Email,Ishga tushmagan elektron pochta -DocType: Event,Monday,Dushanba +DocType: Assignment Rule Day,Monday,Dushanba apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,Keyinchalik klaviatura naqshlaridan foydalaning apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,Ishlov berilmoqda ... DocType: Data Import,Don't create new records,Yangi yozuvlar yaratmang @@ -2675,7 +2681,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","Aziz tizim boshqaruvchisi," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} o'z vazifasini o'z zimmasiga olgan: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,Mamlakatingiz -DocType: Event,Sunday,yakshanba +DocType: Assignment Rule Day,Sunday,yakshanba apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: Maydon nomi {1} dan biri bo'lolmaydi apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,Tayanchlar apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,To'r ko'rinishida @@ -2715,7 +2721,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,O'rtasida DocType: Social Login Key,fairlogin,Fairlogin DocType: Async Task,Queued,Navbatga qo'yildi -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Sozlash> Formani sozlash DocType: Braintree Settings,Use Sandbox,Sandboxdan foydalaning apps/frappe/frappe/utils/goal.py,This month,Shu oy apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,Yangi maxsus chop formati @@ -2809,7 +2814,7 @@ DocType: Workflow,States,Shtatlar DocType: Notification,Attach Print,Chop etish qo'shish DocType: Assignment Rule,Assignment Rule,Topshirish qoidalari apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},Tavsiya etilgan foydalanuvchi nomi: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,Kun +DocType: Assignment Rule Day,Day,Kun apps/frappe/frappe/public/js/frappe/desk.js,Modules,Moduli apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,To'lov muvaffaqiyati apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,Hech qanday {0} pochta @@ -2837,7 +2842,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,Elekt apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","{1}, {2} ning {0} yangilanishi" DocType: Auto Email Report,Filters Display,Filtrlar ko'rsatish apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",O'zgartirish kiritish uchun "amended_from" maydoni bo'lishi kerak. -DocType: Contact,Numbers,Raqamlar apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} {1} {2} dagi ishlaringizni baholadi apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,Filtrlarni saqlang DocType: Address,Plant,O'simlik @@ -2883,6 +2887,7 @@ DocType: Custom Script,Custom Script,Maxsus skript DocType: Address,Address Line 2,Manzil yo'nalish 2 DocType: Address,Reference,Malumot apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,Tayinlangan +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,"Iltimos, standart elektron pochta hisob qaydnomasini O'rnatish> Elektron pochta> Elektron pochta hisob qaydnomasini o'rnating" DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,Ma'lumotlar Migratsiya xaritalash detali DocType: Data Import,Action,Harakat DocType: GSuite Settings,Script URL,Skript URL manzili @@ -3051,6 +3056,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,{0} hujjat turi takrorlangan. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,Qadriyatlar o'zgartirildi DocType: Workflow State,arrow-up,o'q-up +DocType: Dynamic Link,Link Document Type,Hujjat turini bog'lash apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,{0} jadval uchun atreast bitta qator bo'lishi kerak apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.",Avtomatik takrorlashni sozlash uchun {0} dan "Avtomatik takrorlashga ruxsat berish" ni yoqing. DocType: OAuth Bearer Token,Expires In,Muddati tugaydi @@ -3072,6 +3078,7 @@ DocType: Web Form,Button Label,Tugma belgisi apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} ta element tanlandi apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,Yuborishni to'xtatib turish apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,Foydalanuvchi ruxsati muvaffaqiyatli yaratildi +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,Standart Global qidirish hujjatlari olinmoqda. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,Qo'shish uchun yon paneldan elementlarni harakatlantiring. Ularni zaxiraga qaytarib olib tashlang. DocType: Workflow State,resize-small,kichik o'lchamli - kichik DocType: Address,Postal Code,Pochta Indeksi @@ -3125,7 +3132,7 @@ DocType: Auto Repeat,End Date,Tugash sanasi DocType: Data Import,Ignore encoding errors,Kodlash xatolariga e'tibor berilmasin DocType: Chat Profile,Notifications,Bildirishnomalar DocType: DocField,Column Break,Ustunli tanaffus -DocType: Event,Thursday,Payshanba +DocType: Assignment Rule Day,Thursday,Payshanba apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,Sizda yetarli sharhlar yo'q apps/frappe/frappe/utils/response.py,You don't have permission to access this file,Ushbu faylga kirish uchun ruxsat yo'q apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,API sirini saqlash: @@ -3211,6 +3218,7 @@ DocType: S3 Backup Settings,ap-south-1,ap-janub-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,Unzip apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},{0} qatorida noto'g'ri qiymat: {1} {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},Yuborilgan hujjat taslakga o'tkazilmaydi. O'tish satri {0} +DocType: Assignment Rule,Assignment Days,Topshirish kunlari apps/frappe/frappe/desk/reportview.py,Deleting {0},{0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,Yangi formatni tahrirlash yoki boshlash uchun mavjud formatni tanlang. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,"Ikki faktor tasdiqlangan bo'lsa, Bypass cheklangan IP manzilini tekshirish" @@ -3283,6 +3291,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} oy o apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,Shaxsiy maydonlarni faqat standart DocType-ga qo'shish mumkin. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,Tomonidan yaratilgan apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,Dropbox sozlamalari +DocType: Assignment Rule Day,Assignment Rule Day,Topshiriq berish kuni DocType: Workflow State,resize-horizontal,o'lchamli-gorizontal apps/frappe/frappe/templates/emails/download_data.html,Download Link,Havolani yuklab oling DocType: Chat Message,Content,Kontent @@ -3542,7 +3551,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,E-pochta hiso DocType: Comment,Published,Nashr etildi apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,E-pochtangiz uchun rahmat DocType: DocField,Small Text,Kichik matn -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,"{0} raqamini Telefon uchun ham, Uyali raqamini ham asosiy qilib o'rnatib bo'lmaydi." DocType: Workflow,Allow approval for creator of the document,Hujjatni yaratuvchisi uchun tasdiqlashga ruxsat bering apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,Hisobotni saqlash DocType: Webhook,on_cancel,on_cancel @@ -3555,6 +3563,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,Teng apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',Variantlarning 'Dynamic Link' turi maydonda "DocType" variantlari bilan boshqa bog'lanadigan maydonga ishora qilishi kerak DocType: About Us Settings,Team Members Heading,Jamoa a'zolari apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,Noto'g'ri CSV formati +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,Không tìm thấy kết quả nào cho '
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,Thiết lập lại Quyền cho {0}? apps/frappe/frappe/config/desktop.py,Users and Permissions,Người sử dụng và Quyền DocType: S3 Backup Settings,S3 Backup Settings,Cài đặt sao lưu S3 @@ -1862,7 +1864,7 @@ DocType: Communication Link,Link Title,Tiêu đề đường dẫn DocType: Workflow State,fast-backward,nhanh chóng lạc hậu DocType: Address,Chandigarh,Chandigarh DocType: DocShare,DocShare,DocShare -DocType: Event,Friday,Thứ sáu +DocType: Assignment Rule Day,Friday,Thứ sáu apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,Chỉnh sửa trong trang đầy đủ apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,Mở danh sách DocType: Report,Add Total Row,Tổng số Row thêm @@ -1880,6 +1882,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,Tuỳ chỉnh apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,Xem tài liệu được cho phép apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,Bạn cần cài đặt pycups để sử dụng tính năng này! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,Yêu cầu kết nối của bạn vào Lịch Google đã được chấp nhận thành công +DocType: Tag Link,Tag Link,Liên kết thẻ apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,Tính toàn vẹn chuỗi DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2024,6 +2027,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,Ghi chú apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,Báo cáo lỗi apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,Xuất dữ liệu ở định dạng CSV / Excel. +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,Thiết lập tài liệu Tìm kiếm toàn cầu. apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,Ứng dụng xác thực bạn có thể sử dụng là: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0} đã tồn tại. Chọn tên khác DocType: S3 Backup Settings,None,không ai @@ -2036,6 +2040,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,Đăng nhập không được phép tại thời điểm này DocType: Data Migration Run,Current Mapping Action,Hành động lập bản đồ hiện tại DocType: Dashboard Chart Source,Source Name,Tên nguồn +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,Không có tài khoản email liên kết với Người dùng. Vui lòng thêm một tài khoản trong Người dùng> Hộp thư đến Email. DocType: Email Account,Email Sync Option,Đồng bộ hóa email Tùy chọn apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,Hàng Không DocType: Async Task,Runtime,chạy thời gian @@ -2050,6 +2055,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,Đã đư DocType: User Email,Enable Outgoing,Kích hoạt Outgoing DocType: Address,Fax,Fax apps/frappe/frappe/config/customization.py,Custom Tags,Thẻ tùy chỉnh +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Tài khoản email không được thiết lập. Vui lòng tạo Tài khoản Email mới từ Cài đặt> Email> Tài khoản Email DocType: Comment,Submitted,Đã lần gửi DocType: Contact,Pulled from Google Contacts,Kéo từ Danh bạ Google apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,Yêu cầu không hợp lệ @@ -2127,7 +2133,6 @@ eval:doc.age>18",Trường này sẽ chỉ xuất hiện nếu fieldname đ DocType: Social Login Key,Office 365,Văn phòng 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,Hôm nay apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,Hôm nay -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Không tìm thấy mẫu địa chỉ mặc định. Vui lòng tạo một cái mới từ Cài đặt> In và Nhãn hiệu> Mẫu địa chỉ. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","Một khi bạn đã thiết lập điều này, người dùng sẽ chỉ có khả năng truy cập các tài liệu (ví dụ: Bài viết trên blog) nơi liên kết tồn tại (ví dụ: Blogger)." DocType: Data Import Beta,Submit After Import,Gửi sau khi nhập DocType: Error Log,Log of Scheduler Errors,Các lỗi đăng nhập của người lập trình @@ -2139,6 +2144,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,CHỮ HOA apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,Tuỳ chỉnh HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,Nhập tên thư mục +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Không tìm thấy mẫu địa chỉ mặc định. Vui lòng tạo một cái mới từ Cài đặt> In và Nhãn hiệu> Mẫu địa chỉ. apps/frappe/frappe/auth.py,Unknown User,Người dùng không biết apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,Chọn Vai trò DocType: Comment,Deleted,Đã bị xóa @@ -2340,7 +2346,6 @@ DocType: Address,Preferred Shipping Address,Địa chỉ giao hàng ưu tiên apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,Với đầu thư apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0} đã tạo ra {1} apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},Không được phép cho {0}: {1} trong Hàng {2}. Trường bị hạn chế: {3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,Tài khoản email không được thiết lập. Vui lòng tạo Tài khoản Email mới từ Cài đặt> Email> Tài khoản Email DocType: S3 Backup Settings,eu-west-1,eu-tây-1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.","Nếu điều này được chọn, các hàng có dữ liệu hợp lệ sẽ được nhập và các hàng không hợp lệ sẽ được bán vào một tệp mới để bạn nhập sau này." apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,Tài liệu chỉ có thể sửa bằng cách sử dụng của vai trò @@ -2408,7 +2413,6 @@ DocType: Contact,Passive,Thụ động DocType: Auto Repeat,Accounts Manager,Quản lý tài khoản apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},Bài tập cho {0} {1} apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,Thanh toán của bạn bị hủy. -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Vui lòng thiết lập Tài khoản Email mặc định từ Cài đặt> Email> Tài khoản Email apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,Chọn File Type apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,Xem tất cả DocType: Help Article,Knowledge Base Editor,Người biên tập kiến thức nền @@ -2450,6 +2454,7 @@ DocType: Workflow State,Warning,Cảnh báo apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,Điều này có thể được in trên nhiều trang DocType: Data Migration Run,Percent Complete,Phần trăm hoàn thành DocType: Tag Category,Tag Category,Tag Thể loại +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).","Để so sánh, sử dụng> 5, <10 hoặc = 324. Đối với phạm vi, sử dụng 5:10 (cho các giá trị trong khoảng từ 5 đến 10)." DocType: Google Calendar,Pull from Google Calendar,Kéo từ Lịch Google apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,Trợ giúp DocType: User,Login Before,Trước khi đăng nhập @@ -2576,7 +2581,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,Không thể DocType: Transaction Log,Checksum Version,Phiên bản Checksum DocType: User,Allow Modules,Cho phép mô-đun DocType: Unhandled Email,Unhandled Email,Email chưa xử lý -DocType: Event,Monday,Thứ Hai +DocType: Assignment Rule Day,Monday,Thứ Hai apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,Sử dụng các mẫu bàn phím lâu dài hơn apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,Chế biến... DocType: Data Import,Don't create new records,Không tạo hồ sơ mới @@ -2708,7 +2713,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,","Thưa System Manager," apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0} tự giao nhiệm vụ này: {1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,Quốc gia của bạn -DocType: Event,Sunday,Chủ Nhật +DocType: Assignment Rule Day,Sunday,Chủ Nhật apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}: Tên trường không thể là một trong {1} apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,Bảng xếp hạng apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,Trong tầm nhìn mạng lưới @@ -2748,7 +2753,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,Giữa DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,Xếp hàng -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Cài đặt> Tùy chỉnh biểu mẫu DocType: Braintree Settings,Use Sandbox,sử dụng Sandbox apps/frappe/frappe/utils/goal.py,This month,Tháng này apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,Định dạng in mặc định mới @@ -2844,7 +2848,7 @@ DocType: Workflow,States,Các báo cáo DocType: Notification,Attach Print,Đính kèm In DocType: Assignment Rule,Assignment Rule,Quy tắc chuyển nhượng apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},Tên đăng nhập đề nghị: {0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,ngày +DocType: Assignment Rule Day,Day,ngày apps/frappe/frappe/public/js/frappe/desk.js,Modules,các mô đun apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,thanh toán thành công apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,Không {0} mail @@ -2874,7 +2878,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,Hộp apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}","Cập nhật {0} trong số {1}, {2}" DocType: Auto Email Report,Filters Display,Bộ lọc hiển thị apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",Trường "đã sửa đổi" phải có mặt để thực hiện sửa đổi. -DocType: Contact,Numbers,Số apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0} đánh giá cao công việc của bạn trên {1} {2} apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,Lưu bộ lọc DocType: Address,Plant,Cây @@ -2920,6 +2923,7 @@ DocType: Custom Script,Custom Script,Tùy chỉnh Script DocType: Address,Address Line 2,Địa chỉ Dòng 2 DocType: Address,Reference,Tham chiếu apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,Để giao +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,Vui lòng thiết lập Tài khoản Email mặc định từ Cài đặt> Email> Tài khoản Email DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,Chi tiết bản đồ chuyển đổi dữ liệu DocType: Data Import,Action,thao tác DocType: GSuite Settings,Script URL,URL bản thảo @@ -3090,6 +3094,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,Loại tài liệu {0} đã được lặp lại. apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,giá trị thay đổi DocType: Workflow State,arrow-up,mũi tên lên +DocType: Dynamic Link,Link Document Type,Loại tài liệu liên kết apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,Cần có ít nhất một hàng cho bảng {0} apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.","Để định cấu hình Lặp lại tự động, bật "Cho phép lặp lại tự động" từ {0}." DocType: OAuth Bearer Token,Expires In,hết hạn trong @@ -3111,6 +3116,7 @@ DocType: Web Form,Button Label,Nút Nhãn apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0} mục đã được chọn apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,đình chỉ Gửi apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,Quyền người dùng được tạo thành công +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,Tìm nạp tài liệu Tìm kiếm Toàn cầu mặc định. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,Yếu tố kéo từ thanh bên để thêm. Kéo chúng trở lại vào thùng rác. DocType: Workflow State,resize-small,thay đổi kích thước nhỏ DocType: Address,Postal Code,Mã bưu chính @@ -3164,7 +3170,7 @@ DocType: Auto Repeat,End Date,Ngày kết thúc DocType: Data Import,Ignore encoding errors,Bỏ qua các lỗi mã hóa DocType: Chat Profile,Notifications,Thông báo DocType: DocField,Column Break,Cột lao -DocType: Event,Thursday,Thứ năm +DocType: Assignment Rule Day,Thursday,Thứ năm apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,Bạn không có đủ điểm đánh giá apps/frappe/frappe/utils/response.py,You don't have permission to access this file,Bạn không có quyền truy cập tập tin này apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,Lưu Bí mật API: @@ -3250,6 +3256,7 @@ DocType: S3 Backup Settings,ap-south-1,ap-nam-1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,không mở apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},Giá trị không chính xác trong hàng {0}: {1} phải {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},Tài liệu gửi không thể được chuyển đổi trở lại dự thảo. Hàng chuyển {0} +DocType: Assignment Rule,Assignment Days,Ngày chuyển nhượng apps/frappe/frappe/desk/reportview.py,Deleting {0},Xóa {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,Chọn một định dạng có sẵn để chỉnh sửa hoặc bắt đầu một định dạng mới. DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,Bỏ qua kiểm tra địa chỉ IP bị hạn chế Nếu đã bật tính năng xác thực hai yếu tố @@ -3322,6 +3329,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0} thá apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,Trường tùy chỉnh chỉ có thể được thêm vào một loại tài liệu tiêu chuẩn. apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,Tạo ra bởi apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,Dropbox cài đặt +DocType: Assignment Rule Day,Assignment Rule Day,Ngày quy tắc chuyển nhượng DocType: Workflow State,resize-horizontal,thay đổi kích thước-ngang apps/frappe/frappe/templates/emails/download_data.html,Download Link,Đường dẫn tải xuống DocType: Chat Message,Content,Lọc nội dung @@ -3596,7 +3604,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,Thêm / Quả DocType: Comment,Published,Công bố apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,Cảm ơn vì email này DocType: DocField,Small Text,Tiêu đề nhỏ -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,Số {0} không thể được đặt làm chính cho Điện thoại cũng như Số di động. DocType: Workflow,Allow approval for creator of the document,Cho phép phê duyệt đối với người tạo tài liệu apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,Lưu lại báo cáo DocType: Webhook,on_cancel,on_cancel @@ -3609,6 +3616,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,Bằng apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',"Các tùy chọn ""Liên kết động"" của kiểu trường phải nhắm tới một đường dẫn của trường khác với các tùy chọn như là 'Kiểu văn bản'" DocType: About Us Settings,Team Members Heading,Các thành viên nhóm dẫn đầu apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,Định dạng CSV không hợp lệ +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,找不到与“
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,重置权限{0} ? apps/frappe/frappe/config/desktop.py,Users and Permissions,用户和权限 DocType: S3 Backup Settings,S3 Backup Settings,S3备份设置 @@ -1863,7 +1865,7 @@ DocType: Communication Link,Link Title,链接名称 DocType: Workflow State,fast-backward,快退 DocType: Address,Chandigarh,昌迪加尔 DocType: DocShare,DocShare,文档分享 -DocType: Event,Friday,星期五 +DocType: Assignment Rule Day,Friday,星期五 apps/frappe/frappe/public/js/frappe/form/quick_entry.js,Edit in full page,整页编辑 apps/frappe/frappe/public/js/frappe/list/list_view.js,Open list item,打开列表项 DocType: Report,Add Total Row,添加总计行 @@ -1881,6 +1883,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,定制 apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,查看允许的文件 apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,您需要安装pycups才能使用此功能! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,您的Google日历连接请求已成功接受 +DocType: Tag Link,Tag Link,标签链接 apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,链完整性 DocType: Data Export,CSV,CSV DocType: Currency,"1 Currency = [?] Fraction @@ -2024,6 +2027,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,注 apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,错误报告 apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,以CSV / Excel格式导出数据。 +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,设置全局搜索文档。 apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,您可以使用的验证应用程序是: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0}已存在。选择其他名称 DocType: S3 Backup Settings,None,没有 @@ -2036,6 +2040,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,不允许在这个时候登录 DocType: Data Migration Run,Current Mapping Action,当前映射行为 DocType: Dashboard Chart Source,Source Name,源名称 +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,没有与该用户关联的电子邮件帐户。请在“用户”>“电子邮件收件箱”下添加一个帐户。 DocType: Email Account,Email Sync Option,电子邮件同步选项 apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,行号 DocType: Async Task,Runtime,运行 @@ -2050,6 +2055,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,已经在 DocType: User Email,Enable Outgoing,通过该邮箱发送邮件 DocType: Address,Fax,传真 apps/frappe/frappe/config/customization.py,Custom Tags,自定义标记 +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,电子邮件帐户未设置。请从设置>电子邮件>电子邮件帐户创建一个新的电子邮件帐户 DocType: Comment,Submitted,已提交 DocType: Contact,Pulled from Google Contacts,来自Google通讯录 apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,非法请求 @@ -2127,7 +2133,6 @@ eval:doc.age>18",该字段只有在此处定义的字段名具有值或规则 DocType: Social Login Key,Office 365,Office 365 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,今天 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,Today,今天 -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,找不到默认的地址模板。请从设置>打印和品牌>地址模板中创建一个新地址。 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).",一旦你设置这个,用户将只能访问在其链路存在时(如博主的)文档(如博客文章) 。 DocType: Data Import Beta,Submit After Import,导入后提交 DocType: Error Log,Log of Scheduler Errors,日程安排程序错误日志 @@ -2139,6 +2144,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,大写字母 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,自定义HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,输入文件夹名称 +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,找不到默认的地址模板。请从设置>打印和品牌>地址模板中创建一个新地址。 apps/frappe/frappe/auth.py,Unknown User,未知用户 apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,选择角色 DocType: Comment,Deleted,已删除 @@ -2341,7 +2347,6 @@ DocType: Address,Preferred Shipping Address,首选送货地址 apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,随着信头 apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0}创建了{1} apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},第{2}行中不允许{0}:{1}。受限制的字段:{3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,电子邮件帐户未设置。请从设置>电子邮件>电子邮件帐户创建一个新的电子邮件帐户 DocType: S3 Backup Settings,eu-west-1,欧盟 - 西1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.",如果选中此选项,将导入包含有效数据的行,并将无效行转储到新文件中以供稍后导入。 apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,文件只有通过编辑角色的用户 @@ -2409,7 +2414,6 @@ DocType: Contact,Passive,被动 DocType: Auto Repeat,Accounts Manager,会计经理 apps/frappe/frappe/desk/form/assign_to.py,Assignment for {0} {1},{0} {1}的分配 apps/frappe/frappe/templates/pages/integrations/payment-cancel.html,Your payment is cancelled.,您的付款已取消。 -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,请从设置>电子邮件>电子邮件帐户设置默认的电子邮件帐户 apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,选择文件类型 apps/frappe/frappe/core/doctype/success_action/success_action.js,View All,查看全部 DocType: Help Article,Knowledge Base Editor,知识库编辑器 @@ -2451,6 +2455,7 @@ DocType: Workflow State,Warning,警告 apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,这可能会打印在多个页面上 DocType: Data Migration Run,Percent Complete,完成百分比 DocType: Tag Category,Tag Category,标签类别 +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).",为了进行比较,请使用> 5,<10或= 324。对于范围,请使用5:10(对于5到10之间的值)。 DocType: Google Calendar,Pull from Google Calendar,从Google日历中提取 apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,帮助 DocType: User,Login Before,登录前 @@ -2577,7 +2582,7 @@ apps/frappe/frappe/model/document.py,Cannot edit cancelled document,无法编辑 DocType: Transaction Log,Checksum Version,校验版本 DocType: User,Allow Modules,允许模块 DocType: Unhandled Email,Unhandled Email,未处理的邮件 -DocType: Event,Monday,星期一 +DocType: Assignment Rule Day,Monday,星期一 apps/frappe/frappe/utils/password_strength.py,Make use of longer keyboard patterns,利用较长的键盘模式 apps/frappe/frappe/templates/includes/integrations/stripe_checkout.js,Processing...,处理... DocType: Data Import,Don't create new records,不要创建新的记录 @@ -2709,7 +2714,7 @@ apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.js,Googl apps/frappe/frappe/templates/emails/administrator_logged_in.html,"Dear System Manager,",亲爱的系统管理经理, apps/frappe/frappe/desk/doctype/todo/todo.py,{0} self assigned this task: {1},{0}自行分配此任务:{1} apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js,Your Country,你的国家 -DocType: Event,Sunday,星期天 +DocType: Assignment Rule Day,Sunday,星期天 apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldname cannot be one of {1},{0}:字段名称不能是{1}之一 apps/frappe/frappe/templates/emails/energy_points_summary.html,Standings,排名 apps/frappe/frappe/core/doctype/doctype/doctype.js,In Grid View,在网格视图 @@ -2749,7 +2754,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,之间 DocType: Social Login Key,fairlogin,直接登录 DocType: Async Task,Queued,排队 -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,设置>自定义表格 DocType: Braintree Settings,Use Sandbox,使用沙盒 apps/frappe/frappe/utils/goal.py,This month,这个月 apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,新的自定义打印格式 @@ -2845,7 +2849,7 @@ DocType: Workflow,States,状况 DocType: Notification,Attach Print,附加打印 DocType: Assignment Rule,Assignment Rule,作业规则 apps/frappe/frappe/core/doctype/user/user.py,Suggested Username: {0},建议用户名:{0} -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,天 +DocType: Assignment Rule Day,Day,天 apps/frappe/frappe/public/js/frappe/desk.js,Modules,模块 apps/frappe/frappe/templates/pages/integrations/payment-success.html,Payment Success,支付成功 apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No {0} mail,没有{0}邮件 @@ -2875,7 +2879,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,收 apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,"Updating {0} of {1}, {2}",更新{1},{2}中的{0} DocType: Auto Email Report,Filters Display,显示过滤器 apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",必须出现“modified_from”字段才能进行修改。 -DocType: Contact,Numbers,数字 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0}感谢您对{1} {2}的工作 apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,保存过滤器 DocType: Address,Plant,厂 @@ -2921,6 +2924,7 @@ DocType: Custom Script,Custom Script,自定义脚本 DocType: Address,Address Line 2,地址行2 DocType: Address,Reference,参考 apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,已分配给 +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,请从设置>电子邮件>电子邮件帐户设置默认的电子邮件帐户 DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,数据迁移映射细节 DocType: Data Import,Action,行动 DocType: GSuite Settings,Script URL,脚本网址 @@ -3091,6 +3095,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,文档类型{0}已重复。 apps/frappe/frappe/core/doctype/version/version_view.html,Values Changed,值已更改 DocType: Workflow State,arrow-up,向上箭头 +DocType: Dynamic Link,Link Document Type,链接文件类型 apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,{0}表至少应有一行 apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.",要配置自动重复,请从{0}启用“允许自动重复”。 DocType: OAuth Bearer Token,Expires In,过期日期在 @@ -3112,6 +3117,7 @@ DocType: Web Form,Button Label,按钮标签 apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,{0}项目已选择 apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,暂停发送 apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,用户权限已成功创建 +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,正在获取默认的全局搜索文档。 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,从侧边栏拖动元素添加,将元素拖回可以删除。 DocType: Workflow State,resize-small,调整大小小 DocType: Address,Postal Code,邮政编码 @@ -3165,7 +3171,7 @@ DocType: Auto Repeat,End Date,结束日期 DocType: Data Import,Ignore encoding errors,忽略编码错误 DocType: Chat Profile,Notifications,通知 DocType: DocField,Column Break,分栏符 -DocType: Event,Thursday,星期四 +DocType: Assignment Rule Day,Thursday,星期四 apps/frappe/frappe/public/js/frappe/form/sidebar/review.js,You do not have enough review points,您没有足够的评论点 apps/frappe/frappe/utils/response.py,You don't have permission to access this file,您没有权限访问该文件 apps/frappe/frappe/core/doctype/user/user.js,Save API Secret: ,保存API密码: @@ -3251,6 +3257,7 @@ DocType: S3 Backup Settings,ap-south-1,AP-南1 apps/frappe/frappe/core/doctype/file/file.js,Unzip,解压缩 apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},行{0}中的值有错误,{1}必须是{2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},行{0}中的已提交的文档不能转换为草稿。 +DocType: Assignment Rule,Assignment Days,作业日 apps/frappe/frappe/desk/reportview.py,Deleting {0},删除{0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,选择现有格式或新建一个格式。 DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,绕过受限制的IP地址检查如果双因素验证启用 @@ -3323,6 +3330,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0}个 apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,自定义字段只能添加到标准DocType。 apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,创建人 apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,Dropbox的设置 +DocType: Assignment Rule Day,Assignment Rule Day,分配规则日 DocType: Workflow State,resize-horizontal,调整大小,水平 apps/frappe/frappe/templates/emails/download_data.html,Download Link,下载链接 DocType: Chat Message,Content,内容 @@ -3597,7 +3605,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,添加/管理 DocType: Comment,Published,发布时间 apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,谢谢您的邮件 DocType: DocField,Small Text,短文 -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,不能将数字{0}设置为主电话,也不能将其设置为移动号码。 DocType: Workflow,Allow approval for creator of the document,允许批准文档的创建者 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,保存报告 DocType: Webhook,on_cancel,on_cancel @@ -3610,6 +3617,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,等号 apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',选择“动态链接”类型的字段都必须指向另一个链接字段的选项为'的文件类型“ DocType: About Us Settings,Team Members Heading,团队成员标题 apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,CSV格式无效 +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...No results found for '
,找不到與“
apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,對{0}重置權限? apps/frappe/frappe/config/desktop.py,Users and Permissions,用戶和權限 DocType: S3 Backup Settings,S3 Backup Settings,S3備份設置 @@ -1629,6 +1629,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,Customize,客製化 apps/frappe/frappe/core/doctype/user/user.js,View Permitted Documents,查看允許的文件 apps/frappe/frappe/utils/print_format.py,You need to install pycups to use this feature!,您需要安裝pycups才能使用此功能! apps/frappe/frappe/templates/pages/integrations/gcalendar-success.html,Your connection request to Google Calendar was successfully accepted,您的Google日曆連接請求已成功接受 +DocType: Tag Link,Tag Link,標籤鏈接 apps/frappe/frappe/core/report/transaction_log_report/transaction_log_report.py,Chain Integrity,鏈完整性 DocType: Currency,"1 Currency = [?] Fraction For e.g. 1 USD = 100 Cent",1 貨幣= [?] 如:1美元= 100美分 @@ -1748,6 +1749,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Folder name should n DocType: Note,Note,注釋 apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html,Error Report,錯誤報告 apps/frappe/frappe/config/settings.py,Export Data in CSV / Excel format.,以CSV / Excel格式導出數據。 +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Setting up Global Search documents.,設置全局搜索文檔。 apps/frappe/frappe/www/qrcode.html,Authentication Apps you can use are: ,您可以使用的驗證應用程序是: apps/frappe/frappe/public/js/frappe/form/controls/data.js,{0} already exists. Select another name,{0}已存在。選擇其他名稱 DocType: S3 Backup Settings,None,沒有 @@ -1760,6 +1762,7 @@ apps/frappe/frappe/website/doctype/personal_data_deletion_request/personal_data_ apps/frappe/frappe/auth.py,Login not allowed at this time,在這個時候不允許登錄 DocType: Data Migration Run,Current Mapping Action,當前映射行為 DocType: Dashboard Chart Source,Source Name,源名稱 +apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No email account associated with the User. Please add an account under User > Email Inbox.,沒有與該用戶關聯的電子郵件帳戶。請在“用戶”>“電子郵件收件箱”下添加一個帳戶。 DocType: Email Account,Email Sync Option,電子郵件同步選項 apps/frappe/frappe/core/doctype/data_import/log_details.html,Row No,行號 DocType: Async Task,Runtime,運行時 @@ -1772,6 +1775,7 @@ apps/frappe/frappe/desk/form/assign_to.py,Already in user's To Do list,已經在 DocType: User Email,Enable Outgoing,啟用外 DocType: Address,Fax,傳真 apps/frappe/frappe/config/customization.py,Custom Tags,自定義標記 +apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,電子郵件帳戶未設置。請從設置>電子郵件>電子郵件帳戶創建一個新的電子郵件帳戶 DocType: Comment,Submitted,提交 DocType: Contact,Pulled from Google Contacts,來自Google通訊錄 apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py,In Valid Request,非法請求 @@ -1837,7 +1841,6 @@ DocType: Customize Form Field,"This field will appear only if the fieldname defi myfield eval:doc.myfield=='My Value' eval:doc.age>18",該字段將顯示僅在此處定義的字段名具有值或規則是真實的(例子):MyField的EVAL:doc.myfield =='我的價值'的eval:doc.age> 18 -apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,找不到默認的地址模板。請從設置>打印和品牌>地址模板中創建一個新地址。 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).",一旦你設置這個,用戶將只能訪問有聯結的文檔(如博客文章)。 DocType: Data Import Beta,Submit After Import,導入後提交 DocType: Error Log,Log of Scheduler Errors,日程安排程序錯誤日誌 @@ -1848,6 +1851,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv DocType: DocType,UPPER CASE,大寫字母 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,自定義HTML apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Enter folder name,輸入文件夾名稱 +apps/frappe/frappe/contacts/doctype/address/address.py,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,找不到默認的地址模板。請從設置>打印和品牌>地址模板中創建一個新地址。 apps/frappe/frappe/auth.py,Unknown User,未知用戶 apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Role,選擇角色 DocType: Comment,Deleted,刪除 @@ -2027,7 +2031,6 @@ DocType: Address,Preferred Shipping Address,偏好的送貨地址 apps/frappe/frappe/public/js/frappe/form/print.js,With Letter head,隨著信頭 apps/frappe/frappe/public/js/frappe/form/sidebar/form_sidebar.js,{0} created this {1},{0}新增此{1} apps/frappe/frappe/permissions.py,Not allowed for {0}: {1} in Row {2}. Restricted field: {3},第{2}行中不允許{0}:{1}。受限制的字段:{3} -apps/frappe/frappe/email/smtp.py,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,電子郵件帳戶未設置。請從設置>電子郵件>電子郵件帳戶創建一個新的電子郵件帳戶 DocType: S3 Backup Settings,eu-west-1,歐盟 - 西1 DocType: Data Import,"If this is checked, rows with valid data will be imported and invalid rows will be dumped into a new file for you to import later.",如果選中此選項,將導入包含有效數據的行,並將無效行轉儲到新文件中以供稍後導入。 apps/frappe/frappe/public/js/frappe/form/workflow.js,Document is only editable by users of role,文件只有通過編輯角色的用戶 @@ -2090,7 +2093,6 @@ DocType: Address,Phone,電話 apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type or Role to start.,選擇文件類型或角色開始。 DocType: Contact,Passive,被動 DocType: Auto Repeat,Accounts Manager,會計經理 -apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,請從設置>電子郵件>電子郵件帳戶設置默認的電子郵件帳戶 apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Select File Type,選擇文件類型 DocType: Help Article,Knowledge Base Editor,知識庫編輯器 apps/frappe/frappe/public/js/frappe/views/container.js,Page not found,找不到網頁 @@ -2125,6 +2127,7 @@ DocType: Deleted Document,Deleted DocType,刪除的DocType apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Permission Levels,權限級別 apps/frappe/frappe/public/js/frappe/form/print.js,This may get printed on multiple pages,這可能會打印在多個頁面上 DocType: Tag Category,Tag Category,標籤分類 +apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,"For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10).",為了進行比較,請使用> 5,<10或= 324。對於範圍,請使用5:10(對於5到10之間的值)。 DocType: Google Calendar,Pull from Google Calendar,從Google日曆中提取 apps/frappe/frappe/core/doctype/data_import/data_import.js,Help,幫助 DocType: User,Login Before,登錄前 @@ -2387,7 +2390,6 @@ apps/frappe/frappe/templates/emails/energy_points_summary.html,gained {0} points apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Between,之間 DocType: Social Login Key,fairlogin,fairlogin DocType: Async Task,Queued,排隊 -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,設置>自定義表格 apps/frappe/frappe/utils/goal.py,This month,這個月 apps/frappe/frappe/public/js/frappe/form/print.js,New Custom Print Format,新自定義列印格式 DocType: Custom DocPerm,Create,建立 @@ -2498,7 +2500,6 @@ apps/frappe/frappe/model/naming.py,Name not set via Prompt,名稱未通過設置 apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js,Email Inbox,電子郵件收件箱 DocType: Auto Email Report,Filters Display,顯示過濾器 apps/frappe/frappe/public/js/frappe/form/form.js,"""amended_from"" field must be present to do an amendment.",必須出現“modified_from”字段才能進行修改。 -DocType: Contact,Numbers,數字 apps/frappe/frappe/public/js/frappe/ui/toolbar/energy_points_notifications.js,{0} appreciated your work on {1} {2},{0}感謝您對{1} {2}的工作 apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,Save filters,保存過濾器 DocType: Address,Plant,廠 @@ -2538,6 +2539,7 @@ apps/frappe/frappe/model/rename_doc.py,{0} not allowed to be renamed,{0}不允 DocType: Custom Script,Custom Script,自定義腳本 DocType: Address,Reference,參考 apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Assigned To,指派給 +apps/frappe/frappe/email/smtp.py,Please setup default Email Account from Setup > Email > Email Account,請從設置>電子郵件>電子郵件帳戶設置默認的電子郵件帳戶 DocType: Data Migration Mapping Detail,Data Migration Mapping Detail,數據遷移映射細節 DocType: Data Import,Action,行動 DocType: GSuite Settings,Script URL,腳本網址 @@ -2684,6 +2686,7 @@ apps/frappe/frappe/database/database.py,Too many writes in one request. Please s apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Drive has been configured.,已配置Google雲端硬盤。 apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Document Type {0} has been repeated.,文檔類型{0}已重複。 DocType: Workflow State,arrow-up,向上箭頭 +DocType: Dynamic Link,Link Document Type,鏈接文件類型 apps/frappe/frappe/core/doctype/data_import/importer_new.py,There should be atleast one row for {0} table,{0}表至少應有一行 apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.js,"To configure Auto Repeat, enable ""Allow Auto Repeat"" from {0}.",要配置自動重複,請從{0}啟用“允許自動重複”。 DocType: OAuth Bearer Token,Expires In,過期日期在 @@ -2702,6 +2705,7 @@ DocType: Web Form,Button Label,按鈕標籤 apps/frappe/frappe/public/js/frappe/list/list_view.js,{0} items selected,選擇{0}項目 apps/frappe/frappe/email/doctype/email_queue/email_queue_list.js,Suspend Sending,暫停發送 apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,User Permissions created sucessfully,用戶權限已成功創建 +apps/frappe/frappe/desk/doctype/global_search_settings/global_search_settings.py,Fetching default Global Search documents.,正在獲取默認的全局搜索文檔。 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html,Drag elements from the sidebar to add. Drag them back to trash.,從側邊欄拖動的元素添加。他們拖回到垃圾桶。 DocType: Workflow State,resize-small,調整大小-小 DocType: Address,Postal Code,郵政編碼 @@ -2820,6 +2824,7 @@ apps/frappe/frappe/integrations/doctype/google_drive/google_drive.py,Google Driv apps/frappe/frappe/core/doctype/file/file.js,Unzip,拉開拉鍊 apps/frappe/frappe/model/document.py,Incorrect value in row {0}: {1} must be {2} {3},不正確的值在列{0} : {1}必須是{2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py,Submitted Document cannot be converted back to draft. Transition row {0},提交的文件不能被轉換回起草。 +DocType: Assignment Rule,Assignment Days,作業日 apps/frappe/frappe/desk/reportview.py,Deleting {0},刪除{0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Select an existing format to edit or start a new format.,選擇現有格式來編輯或開始一個新的格式。 DocType: System Settings,Bypass restricted IP Address check If Two Factor Auth Enabled,繞過受限制的IP地址檢查如果雙因素驗證啟用 @@ -2881,6 +2886,7 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} months ago,{0}個 apps/frappe/frappe/custom/doctype/custom_field/custom_field.py,Custom Fields can only be added to a standard DocType.,自定義字段只能添加到標準DocType。 apps/frappe/frappe/public/js/frappe/list/list_sidebar_group_by.js,Created By,建立者 apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py,Dropbox Setup,Dropbox的設置 +DocType: Assignment Rule Day,Assignment Rule Day,分配規則日 DocType: Workflow State,resize-horizontal,調整大小-水平 apps/frappe/frappe/templates/emails/download_data.html,Download Link,下載鏈接 DocType: Chat Message,Content,內容 @@ -3118,7 +3124,6 @@ apps/frappe/frappe/config/settings.py,Add / Manage Email Accounts.,新增 / 管 DocType: Comment,Published,已發行 apps/frappe/frappe/templates/emails/auto_reply.html,Thank you for your email,感謝您的電子郵件 DocType: DocField,Small Text,小文 -apps/frappe/frappe/contacts/doctype/contact/contact.py,Number {0} cannot be set as primary for Phone as well as Mobile No.,不能將數字{0}設置為主電話,也不能將其設置為移動號碼。 DocType: Workflow,Allow approval for creator of the document,允許批准文檔的創建者 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Save Report,保存報告 DocType: Social Login Key,API Endpoint Args,API端點參數 @@ -3130,6 +3135,7 @@ apps/frappe/frappe/public/js/frappe/ui/filters/filter.js,Equals,等號 apps/frappe/frappe/core/doctype/doctype/doctype.py,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',選擇“動態鏈接”類型的字段都必須指向另一個鏈接字段的選項為'的DocType“ DocType: About Us Settings,Team Members Heading,小組成員標題 apps/frappe/frappe/utils/csvutils.py,Invalid CSV Format,CSV格式無效。 +apps/frappe/frappe/public/js/frappe/form/print.js,"Error connecting to QZ Tray Application...