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...

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 ...

Die QZ Tray-toepassing moet geïnstalleer en loop om die funksie Raw Print te gebruik.

Klik hier om QZ Tray af te laai en te installeer .
Klik hier vir meer inligting oor rou drukwerk ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,Stel aantal rugsteun DocType: DocField,Do not allow user to change after set the first time,Moenie toelaat dat die gebruiker die eerste keer na die stel verander nie apps/frappe/frappe/utils/data.py,1 year ago,1 jaar gelede @@ -3659,6 +3668,7 @@ DocType: Auto Email Report,Send only if there is any data,Stuur slegs indien daa apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,Totale ry apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: Toestemming op vlak 0 moet ingestel word voordat hoër vlakke ingestel is DocType: Contact,Sync with Google Contacts,Sinkroniseer met Google Kontakte +DocType: Tag Link,Document Tag,Dokumentetiket apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},Opdrag gesluit deur {0} DocType: Integration Request,Remote,Afgeleë apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,bereken @@ -3748,6 +3758,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,vera DocType: Email Domain,domain name,domein naam DocType: Contact Email,Contact Email,Kontak e-pos DocType: Kanban Board Column,Order,Orde +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,Geen resultate vir {0} in Global Search gevind nie DocType: Report,Ref DocType,Ref DocType apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,Voer asseblief die kliënt ID in voordat sosiale aanmelding aangeskakel is apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0}: Kan nie verander sonder Kanselleer nie @@ -3853,6 +3864,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,Rekords vir die volgende doktipes sal gefiltreer word apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,Skeduleerder onaktief DocType: Blog Settings,Blog Introduction,Blog Inleiding +DocType: Global Search Settings,Search Priorities,Soek prioriteite DocType: Address,Office,kantoor apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,Hierdie Kanbanraad sal privaat wees apps/frappe/frappe/desk/moduleview.py,Standard Reports,Standaard Verslae diff --git a/frappe/translations/am.csv b/frappe/translations/am.csv index 8d9429c5c4..2ab79982c2 100644 --- a/frappe/translations/am.csv +++ b/frappe/translations/am.csv @@ -112,7 +112,6 @@ DocType: Data Migration Run,Log,ምዝግብ ማስታወሻ DocType: Workflow State,indent-right,ገብ-ቀኝ DocType: Has Role,Has Role,ሚና አለው DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,በአይዛር ላይ የ QR ኮድ ምስል ለመያዝ በሰከንዶች ጊዜ ውስጥ. ዝቅተኛ: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,ልክ ያልሆነ የኢሜይል አድራሻ apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: Fieldtype {1} ለ {2} ሊሰይም አይችልም። DocType: Dashboard Chart,Timespan,የጊዜ ወሰን apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,የድር አገናኝ @@ -129,7 +128,7 @@ DocType: DocType,Default Print Format,ነባሪ ማተም ቅርጸት DocType: Workflow State,Tags,መለያዎች apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of 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} መስክ, {1} ውስጥ እንደ ልዩ ሊዘጋጅ አይችልም" -DocType: Global Search Settings,Document Types,የሰነድ አይነቶች +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,የሰነድ አይነቶች DocType: Address,Jammu and Kashmir,ጃሙ እና ካሽሚር DocType: Workflow,Workflow State Field,የስራ ፍሰት ስቴት መስክ DocType: Language,Guest,እንግዳ @@ -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,መሸወጃ መዳረሻ ቁልፍ apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,በብጁ እስክሪፕት ውስጥ የ «_ < የተሳሳተ ቅጥያ» {0} apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,ለየትኛው እውቂያ መመሳሰል እንዳለበት የ Google እውቂያዎችን ይምረጡ። +DocType: Web Page,Main Section (HTML),ዋና ክፍል (ኤችቲኤምኤል) DocType: Workflow State,headphones,ማዳመጫዎች apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,የይለፍ ቃል ያስፈልጋል ወይም በመጠባበቅ ላይ የይለፍ ቃል መምረጥ ነው DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,ለምሳሌ replies@yourcomany.com. ሁሉንም ምላሾች ይህን ገቢ መልዕክት ሳጥን ይመጣል. @@ -387,7 +387,6 @@ DocType: Webhook,Request URL,ዩአርኤል ጥያቄ DocType: Customize Form,Is Table,ማውጫ ነው DocType: Email Account,Total number of emails to sync in initial sync process ,ኢሜይሎች ጠቅላላ ብዛት የመጀመሪያ ማመሳሰል ሂደት ውስጥ ለማመሳሰል DocType: Website Settings,Set Banner from Image,ምስል ከ አዘጋጅ ሰንደቅ -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,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},አዲስ መለያ ላይ ለእርስዎ ተፈጥሯል {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,መመሪያዎች ኢሜይል የተደረገለት @@ -525,7 +524,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} እና {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,አንድ ውይይት ይጀምሩ. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",ሁልጊዜ የሕትመት ረቂቅ ሰነዶች ርዕስ "ረቂቅ" ለማከል apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},በማስታወቂያ ውስጥ ስህተት: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} ዓመት (ቶች) በፊት። DocType: Data Migration Run,Current Mapping Start,የአሁኑ የካርታ ጀምር apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,የኢሜይል እንደ አይፈለጌ መልዕክት ምልክት ተደርጎበታል DocType: Comment,Website Manager,የድር ጣቢያ አስተዳዳሪ @@ -566,7 +564,7 @@ DocType: Country,Country Name,የአገር ስም apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,ባዶ አብነት። DocType: About Us Team Member,About Us Team Member,እኛ ቡድን አባል ስለ 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.","ፈቃዶች, ሪፖርት, አስመጣ, ላክ, ማተም, ኢሜይል እና አዘጋጅ የተጠቃሚ ፍቃዶች, ጻፍ ፍጠር, ሰርዝ, አስገባ, ሰርዝ, እንዲሻሻል, ሚናዎች እና አንብብ ያሉ መብቶች በማዋቀር የሰነድ አይነቶች (ይባላል DocTypes) ላይ የተዘጋጀ ነው." -DocType: Event,Wednesday,እሮብ +DocType: Assignment Rule Day,Wednesday,እሮብ apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,የምስል መስክ ልክ የሆነ fieldname መሆን አለበት DocType: Chat Token,Token,ማስመሰያ apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,የመስክ ስም {0} ተገድቧል። @@ -686,6 +684,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,ቀጣይ እርምጃዎች HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,ልጥፍ ፍጠር apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,ተሳታፊዎችን ያክሉ +DocType: Web Page,Main Section (Markdown),ዋና ክፍል (ማርኬቲንግ) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,ብቻ {0} ሪፖርቶች በተጠቃሚ ይፈቀዳሉ ኢሜይል apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: Fieldtype {1} ለ {2} ልዩ ሊሆን አይችልም። DocType: Address,Address Title,አድራሻ ርዕስ @@ -742,6 +741,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,የፋይ DocType: DocField,In Global Search,* Global Search ውስጥ DocType: System Settings,Brute Force Security,Brute Force Security DocType: Workflow State,indent-left,ገብ-ግራ +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} ዓመት (ቶች) በፊት apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,ይህ ፋይል መሰረዝ አደገኛ ነው: {0}. እባክዎ የስርዓት አስተዳዳሪዎን ያግኙ. DocType: Currency,Currency Name,የምንዛሬ ስም apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,ምንም ኢሜይሎች @@ -863,7 +863,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,እ DocType: Contact Phone,Number,ቁጥር DocType: Web Form Field,Web Form Field,የድር ቅጽ መስክ apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,ከሚከተለው አዲስ መልዕክት አለዎት: -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 መካከል ላሉት እሴቶች)። apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,HTML አርትዕ apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,እባክዎ ድጋሚ ዩ አር ኤል ያስገቡ apps/frappe/frappe/core/doctype/language/language.py,"{0} must begin and end with a letter and can only contain letters, @@ -923,7 +922,6 @@ apps/frappe/frappe/utils/data.py,Cent,በመቶ apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,ኢሜይል ፃፍ apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","የስራ ፍሰት ለ ስቴትስ (ለምሳሌ ረቂቅ, የጸደቀ, ተሰርዟል)." DocType: Print Settings,Allow Print for Draft,ረቂቅ ለ አትም ፍቀድ -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.","ወደ QZ ትሬድ መተግበሪያ ማገናኘት ላይ ስህተት ...

ጥሬ ማተም ባህሪን ለመጠቀም QZ ትሪ መተግበሪያ ተጭኖ እና አሂድ ያስፈልግዎታል።

QZ ትሪ ለመጫን እና ለመጫን እዚህ ጠቅ ያድርጉ
ስለ ጥሬ ማተሚያ የበለጠ ለማወቅ እዚህ ጠቅ ያድርጉ ።" apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,አዘጋጅ ብዛት apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,ለማረጋገጥ ይህን ሰነድ ማስገባት DocType: Contact,Unsubscribed,ያልተመዘገበ @@ -1037,6 +1035,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,ምንም {0} apps/frappe/frappe/config/customization.py,Add custom forms.,ብጁ ቅጾች ያክሉ. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} ውስጥ ከ {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,ይህ ሰነድ ገብቷል +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,ማዋቀር> የተጠቃሚ ፈቃዶች 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.,ስርዓቱ ብዙ ቀድሞ የተበየነ ሚና ያቀርባል. እርስዎ በመረጡት ፍቃዶችን ማዘጋጀት አዲስ ሚና ማከል ይችላሉ. DocType: Communication,CC,ዝግ መግለጫ DocType: Country,Geo,የጂኦ @@ -1077,7 +1076,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,የሶስተኛ ወገን DocType: Website Settings,Route Redirects,የጉዞ አቅጣጫዎች ፡፡ apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","ቋንቋ, ቀን እና ሰዓት ቅንብሮች" DocType: User Email,User Email,የተጠቃሚ ኢሜይል -DocType: Event,Saturday,ቅዳሜ +DocType: Assignment Rule Day,Saturday,ቅዳሜ DocType: User,Represents a User in the system.,በስርዓቱ ውስጥ አንድ ተጠቃሚ ይወክላል. DocType: List View Setting,Disable Auto Refresh,ራስ-አድስን ያሰናክሉ። DocType: Comment,Label,ምልክት @@ -1200,6 +1199,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,ልክ ያልሆነ {0} ሁኔታ DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","ከተመረጠ, ተጠቃሚዎች ያረጋግጡ መዳረሻ መገናኛ ማየት አይችሉም." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} መዝገብ ተሰር .ል። +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag",የመለያ ስም ... ፣ ለምሳሌ #tag apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,የቁልፍ ሰሌዳ አቋራጮች። DocType: Post,Comments,አስተያየቶች apps/frappe/frappe/public/js/frappe/dom.js,Confirm,አረጋግጥ @@ -1254,6 +1254,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","ተጠቃሚው በተደረገባቸው ማንኛውም ሚና እንዳለው ከሆነ, ተጠቃሚው የ «System ተጠቃሚ» ይሆናል. "የስርዓት ተጠቃሚ» ዴስክቶፕ መዳረሻ እንዳለው" DocType: System Settings,Date and Number Format,ቀን እና የቁጥር ቅርጸት apps/frappe/frappe/model/document.py,one of,አንዱ +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,ማዋቀር> ቅጽ አብጅ apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,አንድ አፍታ በማረጋገጥ ላይ apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,አሳይ መለያዎች DocType: DocField,HTML Editor,HTML አርታዒ @@ -1261,6 +1262,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,አከፋፈል DocType: Email Queue,Not Sent,የተላከ አይደለም DocType: Web Form,Actions,እርምጃዎች +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,ማዋቀር> ተጠቃሚ DocType: Workflow State,align-justify,አሰልፍ-ሰበብ DocType: User,Middle Name (Optional),የመካከለኛ ስም (አማራጭ) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,አይፈቀድም @@ -1289,13 +1291,14 @@ DocType: PayPal Settings,PayPal Settings,የ PayPal ቅንብሮች apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,የሰነድ አይነት ይምረጡ apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,ይህ ልጅ መገናኛ ነጥቦች አሉት እንደ {0} መሰረዝ አይቻልም apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} ደቂቃዎች በፊት +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,የምደባ ቀን {0} ተደግሟል። DocType: Kanban Board Column,lightblue,ዉሃ ሰማያዊ apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,ተመሳሳይ መስክ ከአንድ በላይ ጊዜ ተጨምሯል DocType: Print Settings,Enable Raw Printing,ጥሬ ማተምን ያንቁ። +DocType: Contact,Contact Numbers,ቁጥሮች ያግኙ DocType: Website Route Redirect,Source,ምንጭ apps/frappe/frappe/templates/includes/list/filters.html,clear,ግልጽ apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,ተጠናቅቋል። -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,ማዋቀር> ተጠቃሚ። DocType: Prepared Report,Filter Values,ማጣሪያዎች DocType: Communication,User Tags,የተጠቃሚ መለያዎች DocType: Data Migration Run,Fail,አልተሳካም @@ -1319,7 +1322,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,ደብቅ ዝር apps/frappe/frappe/www/qrcode.py,Page has expired!,ገፁ ጊዜው አልፎበታል! DocType: LDAP Settings,Path to private Key File,ወደ የግል ቁልፍ ፋይል ዱካ። DocType: Workflow State,Tasks,ተግባሮች -DocType: Event,Tuesday,ማክሰኞ +DocType: Assignment Rule Day,Tuesday,ማክሰኞ DocType: Blog Settings,Blog Settings,የጦማር ቅንብሮች apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,በተጨማሪም በአሳሽዎ ውስጥ ይህን አገናኝ መቅዳት-መለጠፍ ይችላሉ DocType: Workflow State,bullhorn,በመጮህ ላይ @@ -1544,7 +1547,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},ለ {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 ልክ የሆነ ሪፖርት ቅርጸት አይደለም. የሚከተሉትን የ% s ወደ አንድ \ ይገባል ሪፖርት ቅርጸት DocType: Chat Message,Chat,ውይይት -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,ማዋቀር> የተጠቃሚ ፈቃዶች። +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},በ {0} መለያ የተሰጠ መለያ አልተገኘም DocType: LDAP Group Mapping,LDAP Group Mapping,LDAP ቡድን ካርታ ስራ። DocType: Dashboard Chart,Chart Options,የገበታ አማራጮች። apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,ርዕስ አልባ ዓምድ። @@ -1574,6 +1577,7 @@ DocType: Custom Role,Custom Role,ብጁ ሚና apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,መነሻ / የሙከራ አቃፊ 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,የይለፍ ቃልዎን ያስገቡ DocType: Dropbox Settings,Dropbox Access Secret,መሸወጃ መዳረሻ ሚስጥር +DocType: Tag Link,Document Title,የሰነድ ርዕስ apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(አስገዳጅ) DocType: Social Login Key,Social Login Provider,የማኅበራዊ ድጋፍ አቅራቢ apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,ሌላው አስተያየት ያክሉ @@ -1818,7 +1822,6 @@ DocType: GCalendar Account,Next Sync Token,Next Sync Token DocType: Energy Point Settings,Energy Point Settings,የኢነርጂ ነጥብ ቅንጅቶች። DocType: Async Task,Succeeded,ተሳክቷል apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},ውስጥ ያስፈልጋል አስገዳጅ መስኮች {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","ከ QZ ትሪ ትግበራ ጋር መገናኘት ላይ ስህተት ...

ጥሬ ማተም ባህሪን ለመጠቀም QZ ትሪ መተግበሪያ ተጭኖ እና አሂድ ያስፈልግዎታል።

QZ ትሪ ለመጫን እና ለመጫን እዚህ ጠቅ ያድርጉ
ስለ ጥሬ ማተሚያ የበለጠ ለማወቅ እዚህ ጠቅ ያድርጉ ።" apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,ምትኬዎች ቁጥር አዘጋጅ DocType: DocField,Do not allow user to change after set the first time,ለመጀመሪያ ጊዜ ተጠቃሚው በኋላ ለማዘጋጀት ሊለወጥ አትፍቀድ apps/frappe/frappe/utils/data.py,1 year ago,1 ዓመት በፊት @@ -3653,6 +3663,7 @@ DocType: Auto Email Report,Send only if there is any data,ምንም ውሂብ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,ድምር ሮው apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: ከፍተኛ ደረጃ ማዘጋጀት በፊት ደረጃ 0 ላይ ፈቃድ መዘጋጀት አለበት DocType: Contact,Sync with Google Contacts,ከ Google እውቂያዎች ጋር አስምር። +DocType: Tag Link,Document Tag,የሰነድ መለያ apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},ተልእኮ በ ተዘግቷል {0} DocType: Integration Request,Remote,ሩቅ apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,አሰበ @@ -3742,6 +3753,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,ለ DocType: Email Domain,domain name,የጎራ ስም DocType: Contact Email,Contact Email,የዕውቂያ ኢሜይል DocType: Kanban Board Column,Order,ትእዛዝ +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,በ {0} በአለም ፍለጋ ውስጥ ምንም ውጤቶች አልተገኙም DocType: Report,Ref DocType,ማጣቀሻ DocType apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,ማህበራዊ መግባት ከመቻሉ በፊት እባክዎ የደንበኛ መታወቂያዎን ያስገቡ apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0}: ያለ ይቅር እንዲሻሻል ማዘጋጀት አይቻልም @@ -3847,6 +3859,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,የሚከተሏቸው ዶክተሮች መዛግብት ይጣራሉ apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,መርሐግብር አስያዥ ንቁ ያልሆነ። DocType: Blog Settings,Blog Introduction,የጦማር መግቢያ +DocType: Global Search Settings,Search Priorities,ቅድሚያ የሚሰጣቸውን ነገሮች ፈልግ DocType: Address,Office,ቢሮ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,ይህ Kanban ቦርድ የግል ይሆናል apps/frappe/frappe/desk/moduleview.py,Standard Reports,መደበኛ ሪፖርቶች diff --git a/frappe/translations/ar.csv b/frappe/translations/ar.csv index 3149eef583..b1fdf354a5 100644 --- a/frappe/translations/ar.csv +++ b/frappe/translations/ar.csv @@ -112,7 +112,6 @@ DocType: Data Migration Run,Log,سجل DocType: Workflow State,indent-right,المسافة البادئة اليمنى DocType: Has Role,Has Role,له صلاحية DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,الوقت في ثوان للاحتفاظ صورة رمز الاستجابة السريعة على الخادم. الحد الأدنى: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,حساب البريد الإلكتروني غير صالح apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: لا يمكن فهرسة Fieldtype {1} لـ {2} DocType: Dashboard Chart,Timespan,الفترة الزمنية apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,ارتباط ويب @@ -129,7 +128,7 @@ DocType: DocType,Default Print Format,طباعة شكل الافتراضي DocType: Workflow State,Tags,بطاقات apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of 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} لا يمكن ضبطه كفريد في {1}، لعدم وجود قيم فريدة من نوعها -DocType: Global Search Settings,Document Types,أنواع المستندات +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,أنواع المستندات DocType: Address,Jammu and Kashmir,جامو وكشمير DocType: Workflow,Workflow State Field,حقل حالة سير العمل DocType: Language,Guest,ضيف @@ -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,دروببوإكس مفتاح الوصول apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,اسم الحقل غير صحيح {0} في add_fetch تكوين البرنامج النصي المخصص apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,حدد جهات اتصال Google التي يجب مزامنتها مع جهة الاتصال. +DocType: Web Page,Main Section (HTML),القسم الرئيسي (HTML) DocType: Workflow State,headphones,سماعة الرأس apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,مطلوب كلمة السر أو اختر بانتظار كلمة السر DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,على سبيل المثال، replies@yourcomany.com. سيأتي كل الردود على هذا البريد. @@ -388,7 +388,6 @@ DocType: Webhook,Request URL,طلب عنوان ورل DocType: Customize Form,Is Table,هو الجدول DocType: Email Account,Total number of emails to sync in initial sync process ,إجمالي عدد رسائل البريد الإلكتروني لمزامنة في عملية المزامنة الأولية DocType: Website Settings,Set Banner from Image,تعيين راية من الصورة -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,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},تم إنشاء حساب جديد لك في {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,تعليمات عبر البريد الإلكتروني @@ -526,7 +525,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} و {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,بدء محادثة. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents","دائما إضافة ""كلمة مسودة"" عند طباعة المسودات" apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},خطأ في الإشعار: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} سنة مضت DocType: Data Migration Run,Current Mapping Start,بدء تعيين الخرائط الحالية apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,تم وضع علامة على البريد الإلكتروني كغير مرغوب فيه DocType: Comment,Website Manager,مدير الموقع @@ -567,7 +565,7 @@ DocType: Country,Country Name,اسم الدولة apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,نموذج فارغ DocType: About Us Team Member,About Us Team Member,أعضاء فريق صفحة من نحن 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.",يتم تعيين الأذونات على الصلاحيات و أنواع المستندات (وتسمى DocTypes ) من خلال وضع حقوق مثل القراءة والكتابة ، إنشاء، حذف، إرسال ، الغاء ، تعديل ، تقرير ، استيراد ، تصدير ، طباعة ، البريد الإلكتروني و تعيين أذونات المستخدم . -DocType: Event,Wednesday,الأربعاء +DocType: Assignment Rule Day,Wednesday,الأربعاء apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,يجب أن يكون حقل صورة لFIELDNAME صحيح DocType: Chat Token,Token,رمز apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,اسم الحقل {0} مقيد @@ -687,6 +685,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,العمليات القادمة HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,انشاء وظيفة apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,أضف مشاركين +DocType: Web Page,Main Section (Markdown),القسم الرئيسي (تخفيض السعر) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,فقط {0} عبر البريد الالكتروني يسمح تقارير لكل مستخدم apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: لا يمكن أن يكون Fieldtype {1} لـ {2} فريدًا DocType: Address,Address Title,إسم العنوان @@ -743,6 +742,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,ملف ال DocType: DocField,In Global Search,في البحث العالمية DocType: System Settings,Brute Force Security,القوة الغاشمة للأمن DocType: Workflow State,indent-left,المسافة البادئة اليسرى +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} سنة مضت apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,أنه أمر محفوف بالمخاطر لحذف هذا الملف: {0}. يرجى الاتصال بمدير النظام الخاص بك. DocType: Currency,Currency Name,اسم العملة apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,لا رسائل البريد الإلكتروني @@ -864,7 +864,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,إع DocType: Contact Phone,Number,رقم DocType: Web Form Field,Web Form Field,حقل نموذج الويب apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,لديك رسالة جديدة من: -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). apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,تحرير HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,الرجاء إدخال عنوان ورل لإعادة التوجيه 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,سنت apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,كتابة رسالة الكترونية apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).",الدول عن سير العمل (على سبيل المثال مشروع ، وافق ، ألغي ) . DocType: Print Settings,Allow Print for Draft,السماح بالطباعة للمسودة -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.","خطأ في الاتصال بـ QZ Tray Application ...

تحتاج إلى تثبيت تطبيق QZ Tray وتشغيله لاستخدام ميزة Raw Print.

انقر هنا لتنزيل وتثبيت QZ Tray .
انقر هنا لمعرفة المزيد عن الطباعة الخام ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,ضبط الكمية apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,إرسال هذه الوثيقة إلى تأكيد DocType: Contact,Unsubscribed,إلغاء اشتراكك @@ -1038,6 +1036,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,لا {0} وج apps/frappe/frappe/config/customization.py,Add custom forms.,إضافة نماذج مخصصة. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} في {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,هذه الوثيقة مقدمة / مسجلة +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,الإعداد> أذونات المستخدم 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.,ويوفر النظام العديد من أدوار محددة مسبقا. يمكنك إضافة أدوار جديدة لتعيين أذونات الدقيقة. DocType: Communication,CC,CC DocType: Country,Geo,الجغرافية @@ -1078,7 +1077,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,إدارة تطبيقات DocType: Website Settings,Route Redirects,إعادة توجيه الطريق apps/frappe/frappe/config/settings.py,"Language, Date and Time settings",اللغة و التاريخ والوقت إعدادات DocType: User Email,User Email,بريد المستخدم -DocType: Event,Saturday,السبت +DocType: Assignment Rule Day,Saturday,السبت DocType: User,Represents a User in the system.,يمثل العضو في النظام. DocType: List View Setting,Disable Auto Refresh,تعطيل التحديث التلقائي DocType: Comment,Label,ملصق @@ -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,حالة {0} غير صالحة DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.",إذا تم، سيكون للمستخدمين لا ترى الحوار تأكيد الوصول. apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,تم حذف السجل {0} +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag",اسم العلامة ... ، على سبيل المثال #tag apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,اختصارات لوحة المفاتيح DocType: Post,Comments,تعليقات apps/frappe/frappe/public/js/frappe/dom.js,Confirm,أكد @@ -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",إذا كان المستخدم لديه أي دور فحصها، ثم يصبح المستخدم "النظام المستخدم". "النظام المستخدم" لديه حق الوصول إلى سطح المكتب DocType: System Settings,Date and Number Format,صيغة التاريخ و الرقم apps/frappe/frappe/model/document.py,one of,واحدة من +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,الإعداد> تخصيص النموذج apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,فحص لحظة واحدة apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,إظهار البطاقات DocType: DocField,HTML Editor,محرر HTML @@ -1262,6 +1263,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,الفواتير DocType: Email Queue,Not Sent,لا ترسل DocType: Web Form,Actions,الإجراءات +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,الإعداد> المستخدم DocType: Workflow State,align-justify,محاذاة-تبرير DocType: User,Middle Name (Optional),الاسم الأوسط (اختياري) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,لا يسمح @@ -1290,13 +1292,14 @@ DocType: PayPal Settings,PayPal Settings,إعدادات باي بال apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,حدد نوع الوثيقة apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,لا يمكن حذف {0} لأن لديها عُقد تابعة apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,قبل {0} دقائق +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,تم تكرار يوم الواجب {0}. DocType: Kanban Board Column,lightblue,lightblue apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,تم إدخال نفس الحقل أكثر من مرة DocType: Print Settings,Enable Raw Printing,تمكين الطباعة الخام +DocType: Contact,Contact Numbers,ارقام التواصل DocType: Website Route Redirect,Source,المصدر apps/frappe/frappe/templates/includes/list/filters.html,clear,واضح apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,تم الانتهاء من -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,الإعداد> المستخدم DocType: Prepared Report,Filter Values,قيم التصفية DocType: Communication,User Tags,بطاقات المستخدم DocType: Data Migration Run,Fail,فشل @@ -1320,7 +1323,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,إخفاء ال apps/frappe/frappe/www/qrcode.py,Page has expired!,انتهت صلاحية الصفحة! DocType: LDAP Settings,Path to private Key File,الطريق إلى ملف مفتاح خاص DocType: Workflow State,Tasks,المهام -DocType: Event,Tuesday,الثلاثاء +DocType: Assignment Rule Day,Tuesday,الثلاثاء DocType: Blog Settings,Blog Settings,إعدادات المدونه apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,يمكنك أيضا نسخ - لصق هذا الرابط في متصفحك DocType: Workflow State,bullhorn,البوق @@ -1545,7 +1548,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},غير مسموح ل 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 ليست صيغة صحيحة للتقرير. يجب أن تكون \ أحد الصيغ التالية %s DocType: Chat Message,Chat,الدردشة -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,الإعداد> أذونات المستخدم +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},لم يتم العثور على مستندات ذات علامة {0} DocType: LDAP Group Mapping,LDAP Group Mapping,تعيين مجموعة LDAP DocType: Dashboard Chart,Chart Options,خيارات الرسم البياني apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,عمود بلا عنوان @@ -1575,6 +1578,7 @@ DocType: Custom Role,Custom Role,تخصيص صلاحية apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,الصفحة الرئيسية / مجلد اختبار 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,ادخل رقمك السري DocType: Dropbox Settings,Dropbox Access Secret,دروببوإكس الدخول السرية +DocType: Tag Link,Document Title,عنوان المستند apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(إلزامي) DocType: Social Login Key,Social Login Provider,موفر تسجيل الدخول الاجتماعي apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,إضافة تعليق آخر @@ -1820,7 +1824,6 @@ DocType: GCalendar Account,Next Sync Token,Next Sync Token DocType: Energy Point Settings,Energy Point Settings,إعدادات نقطة الطاقة DocType: Async Task,Succeeded,نجح apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},الحقول الإلزامية المطلوبة في {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","خطأ في الاتصال بـ QZ Tray Application ...

تحتاج إلى تثبيت تطبيق QZ Tray وتشغيله لاستخدام ميزة Raw Print.

انقر هنا لتنزيل وتثبيت QZ Tray .
انقر هنا لمعرفة المزيد عن الطباعة الخام ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,تعيين عدد من النسخ الاحتياطية DocType: DocField,Do not allow user to change after set the first time,لا تسمح للمستخدم لتغيير بعد تعيين أول مرة apps/frappe/frappe/utils/data.py,1 year ago,منذ سنة @@ -3673,6 +3682,7 @@ DocType: Auto Email Report,Send only if there is any data,إرسال فقط إذ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,الصف الكلي apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0} : صلاحيات على مستوى 0 يجب تحديده قبل أن يتم تحديد صلاحيات أعلى DocType: Contact,Sync with Google Contacts,مزامنة مع جهات اتصال Google +DocType: Tag Link,Document Tag,علامة المستند apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},احالة مغلقة من قبل {0} DocType: Integration Request,Remote,عن بعد apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,إحسب @@ -3762,6 +3772,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,تغ DocType: Email Domain,domain name,اسم النطاق DocType: Contact Email,Contact Email,عنوان البريد الإلكتروني DocType: Kanban Board Column,Order,طلب +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,لم يتم العثور على نتائج لـ {0} في Global Search DocType: Report,Ref DocType,المرجع DOCTYPE apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,الرجاء إدخال معرف العميل قبل تمكين تسجيل الدخول الاجتماعي apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0} : لا يمكن تعيين تعدل دون الغاء @@ -3867,6 +3878,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,سيتم تصفية السجلات الخاصة بالمجموعات التالية apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,المجدول غير نشط DocType: Blog Settings,Blog Introduction,مقدمة المدونه +DocType: Global Search Settings,Search Priorities,أولويات البحث DocType: Address,Office,مكتب apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,وهذا المجلس كانبان يكون القطاع الخاص apps/frappe/frappe/desk/moduleview.py,Standard Reports,تقارير قياسية diff --git a/frappe/translations/bg.csv b/frappe/translations/bg.csv index d4ddb1efd5..4ee045cb5c 100644 --- a/frappe/translations/bg.csv +++ b/frappe/translations/bg.csv @@ -112,7 +112,6 @@ DocType: Data Migration Run,Log,Журнал DocType: Workflow State,indent-right,дясно подравняване DocType: Has Role,Has Role,Има роля DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,"Време в секунди, за да запазите изображението на QR код на сървъра. Мин: 240" -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,Невалиден имейл адрес apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: Тип поле {1} за {2} не може да бъде индексиран DocType: Dashboard Chart,Timespan,Период от време apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Web Link @@ -129,7 +128,7 @@ DocType: DocType,Default Print Format,Формат за печат по подр DocType: Workflow State,Tags,Етикети apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of Workflow,Няма: Край на 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} поле не може да бъде зададено като уникално в {1}, тъй като има не-уникални съществуващи стойности" -DocType: Global Search Settings,Document Types,Типове документи +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,Типове документи DocType: Address,Jammu and Kashmir,Jammu and Kashmir DocType: Workflow,Workflow State Field,Workflow членка Невярно DocType: Language,Guest,Гост @@ -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 Access Key apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,Грешно име на поле {0} в add_fetch конфигурация на персонализиран скрипт apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,"Изберете Google Контакти, към които контакта трябва да се синхронизира." +DocType: Web Page,Main Section (HTML),Основен раздел (HTML) DocType: Workflow State,headphones,слушалки apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,Парола е необходима или изберете Очаква парола DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,напр replies@yourcomany.com. Всички отговори ще дойдат на тази пощенска кутия. @@ -388,7 +388,6 @@ DocType: Webhook,Request URL,URL адрес за заявка DocType: Customize Form,Is Table,Е таблица DocType: Email Account,Total number of emails to sync in initial sync process ,"Общ брой на имейли, за да се синхронизира в първоначалния процес синхронизиране" DocType: Website Settings,Set Banner from Image,Определете Banner от изображението -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,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},Нов акаунт е създаден за вас в {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,Инструкции по имейл @@ -526,7 +525,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} и {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,Започнете разговор. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Винаги се добави "Проект" Функция за печат проекти на документи apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},Грешка в известието: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} преди (и) година DocType: Data Migration Run,Current Mapping Start,Текущо стартиране на картографиране apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,Имейл бе маркиран като спам DocType: Comment,Website Manager,Сайт на мениджъра @@ -567,7 +565,7 @@ DocType: Country,Country Name,Име на държавата apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,Празен шаблон DocType: About Us Team Member,About Us Team Member,За нас Член на Екип 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.","Разрешения са разположени на Роли и видове документи (наречени DocTypes) чрез определяне на правата, като четене, писане, създаване, изтриване, Знаете, Отмени, се изменя, Доклад, внос, износ, Print, електронна поща и Set потребителски разрешения." -DocType: Event,Wednesday,Сряда +DocType: Assignment Rule Day,Wednesday,Сряда apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,Полето за изображението трябва да бъде валиден FIELDNAME DocType: Chat Token,Token,жетон apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,Името на полето {0} е ограничено @@ -687,6 +685,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,Следващи действия HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,Създайте публикация apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,Добавете участници +DocType: Web Page,Main Section (Markdown),Главна секция (Отчитане) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,Само {0} емайл справки са позволени на потребител apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: Тип поле {1} за {2} не може да бъде уникален DocType: Address,Address Title,Адрес Заглавие @@ -743,6 +742,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,Архив DocType: DocField,In Global Search,В глобално търсене DocType: System Settings,Brute Force Security,Брутална сигурност DocType: Workflow State,indent-left,ляво подравняване +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} преди (и) година apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,"Рисковано е да изтриете този файл: {0}. Моля, обърнете се към вашия System Manager." DocType: Currency,Currency Name,Валута Име apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,Няма имейли @@ -864,7 +864,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,По DocType: Contact Phone,Number,номер DocType: Web Form Field,Web Form Field,Web Form Поле apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,Имате ново съобщение от: -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)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,Редактиране на HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,"Моля, въведете URL адрес за пренасочване" 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,Цент apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,Ново имейл съобщение apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","Членки за работния процес (напр Проект, Одобрен, Отменен)." DocType: Print Settings,Allow Print for Draft,Разрешаване на печат за чернова -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.","Грешка при свързването към приложението QZ Tray ...

За да използвате функцията Raw Print, трябва да имате инсталирано и работещо приложение QZ Tray.

Щракнете тук, за да изтеглите и инсталирате QZ Tray .
Щракнете тук, за да научите повече за необработения печат ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,Определете Количество apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,"Изпратете този документ, за да потвърдите" DocType: Contact,Unsubscribed,Отписахте @@ -1038,6 +1036,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,Номер {0 apps/frappe/frappe/config/customization.py,Add custom forms.,Добавяне на персонализирани форми. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} в {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,подадено този документ +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Настройка> Разрешения за потребители 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.,Системата осигурява много предварително определени роли. Можете да добавяте нови роли за да зададете по-фини разрешения. DocType: Communication,CC,CC DocType: Country,Geo,Гео @@ -1078,7 +1077,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,Управление на DocType: Website Settings,Route Redirects,Пренасочвания на маршрута apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","Език, дата и час - Настройки" DocType: User Email,User Email,Потребителски Email -DocType: Event,Saturday,Събота +DocType: Assignment Rule Day,Saturday,Събота DocType: User,Represents a User in the system.,Представлява потребителя в системата. DocType: List View Setting,Disable Auto Refresh,Деактивирайте автоматичното опресняване DocType: Comment,Label,Етикет @@ -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,Невалидно условие {0} DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","Ако е избрано, потребителите няма да виждат диалоговия прозорец Confirm Access." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} записът е изтрит +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","име на таг ..., например #tag" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,Комбинация от клавиши DocType: Post,Comments,Коментари apps/frappe/frappe/public/js/frappe/dom.js,Confirm,Потвърждавам @@ -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","Ако потребителят има някаква проверява роля, след това потребителят се превръща в "Система за потребителя". "Система за потребителя" има достъп до работния плот" DocType: System Settings,Date and Number Format,Форма на дати и числа apps/frappe/frappe/model/document.py,one of,един от +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Настройка> Персонализирайте формуляр apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,"Проверка. Един момент, моля." apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,Покажи Етикети DocType: DocField,HTML Editor,HTML редактор @@ -1262,6 +1263,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,Фактуриране DocType: Email Queue,Not Sent,Не е изпратено DocType: Web Form,Actions,Действия +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Настройка> Потребител DocType: Workflow State,align-justify,подравняване-justify DocType: User,Middle Name (Optional),Презиме (по избор) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,Не е разрешен @@ -1290,13 +1292,14 @@ DocType: PayPal Settings,PayPal Settings,Настройки PayPal apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,Изберете тип документ apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,"Не можете да изтриете {0}, тъй като има подчинени възли" apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,Преди {0} минути +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,Денят за назначаване {0} се повтори. DocType: Kanban Board Column,lightblue,светло синьо apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,Същото поле се въвежда повече от веднъж DocType: Print Settings,Enable Raw Printing,Активиране на необработен печат +DocType: Contact,Contact Numbers,Контактни номера DocType: Website Route Redirect,Source,Източник apps/frappe/frappe/templates/includes/list/filters.html,clear,ясно apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,Завършен -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Настройка> Потребител DocType: Prepared Report,Filter Values,Филтърни стойности DocType: Communication,User Tags,Потребителски етикети DocType: Data Migration Run,Fail,Неуспех @@ -1320,7 +1323,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,Скриване apps/frappe/frappe/www/qrcode.py,Page has expired!,Страницата изтече! DocType: LDAP Settings,Path to private Key File,Път към частния файл с ключове DocType: Workflow State,Tasks,Задачи -DocType: Event,Tuesday,Вторник +DocType: Assignment Rule Day,Tuesday,Вторник DocType: Blog Settings,Blog Settings,Блог - Настройки apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,Можете също да копирате-постави този линк в браузъра си DocType: Workflow State,bullhorn,мегафон @@ -1545,7 +1548,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},Не е разреш 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 DocType: Chat Message,Chat,Чат -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Настройка> Разрешения за потребители +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},"Няма намерени документи, маркирани с {0}" DocType: LDAP Group Mapping,LDAP Group Mapping,Картографиране на групата LDAP DocType: Dashboard Chart,Chart Options,Опции на диаграмата apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,Без заглавие колона @@ -1575,6 +1578,7 @@ DocType: Custom Role,Custom Role,Персонализирана Роля apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,Начало / Test Folder 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,Въведете паролата си DocType: Dropbox Settings,Dropbox Access Secret,Dropbox Access Secret +DocType: Tag Link,Document Title,Заглавие на документ apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(Задължителен) DocType: Social Login Key,Social Login Provider,Доставчик на социални данни apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,Добави Друг коментар @@ -1820,7 +1824,6 @@ DocType: GCalendar Account,Next Sync Token,Следващо синхронизи DocType: Energy Point Settings,Energy Point Settings,Настройки на енергийната точка DocType: Async Task,Succeeded,Успя apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},Задължителни полета в {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","Грешка при свързването към приложението QZ Tray ...

За да използвате функцията Raw Print, трябва да имате инсталирано и работещо приложение QZ Tray.

Щракнете тук, за да изтеглите и инсталирате QZ Tray .
Щракнете тук, за да научите повече за необработения печат ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,Определете брой резервни копия DocType: DocField,Do not allow user to change after set the first time,Да не се допуска потребител да се промени след задаване за първи път apps/frappe/frappe/utils/data.py,1 year ago,Преди 1 година @@ -3658,6 +3667,7 @@ DocType: Auto Email Report,Send only if there is any data,Изпрати сам apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,Общ брой ред apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: Разрешение на ниво 0 трябва да бъде зададено преди да се определят по-високи нива DocType: Contact,Sync with Google Contacts,Синхронизиране с Google Контакти +DocType: Tag Link,Document Tag,Документ маркер apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},Назначението е затворено от {0} DocType: Integration Request,Remote,отдалечен apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,Изчисли @@ -3747,6 +3757,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,Пр DocType: Email Domain,domain name,име на домейн DocType: Contact Email,Contact Email,Контакт Email DocType: Kanban Board Column,Order,Поръчка +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,Няма резултати за {0} в глобалното търсене DocType: Report,Ref DocType,Ref DocType apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,"Моля, въведете Клиентски идентификатор, преди да е активирано социалното влизане" apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0}: Cannot set Amend without Cancel @@ -3852,6 +3863,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,Записите за следващите доктове ще бъдат филтрирани apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,Графикът е неактивен DocType: Blog Settings,Blog Introduction,Блог - Въведение +DocType: Global Search Settings,Search Priorities,Приоритети на търсенето DocType: Address,Office,Офис apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,Това Kanban табло ще бъде частно apps/frappe/frappe/desk/moduleview.py,Standard Reports,Стандартни отчети diff --git a/frappe/translations/bn.csv b/frappe/translations/bn.csv index e747ba18f6..601e09c777 100644 --- a/frappe/translations/bn.csv +++ b/frappe/translations/bn.csv @@ -111,7 +111,6 @@ DocType: Data Migration Run,Log,লগিন DocType: Workflow State,indent-right,ইন্ডেন্ট-ডান DocType: Has Role,Has Role,ভূমিকা আছে DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,সার্ভারে QR কোড ইমেজ রাখার জন্য সেকেন্ড ইন টাইম। ন্যূনতম: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,অবৈধ ইমেল অ্যাকাউন্ট apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: ফিল্ডটাইপ {1} এর জন্য {2} ইনডেক্স করা যায় না DocType: Dashboard Chart,Timespan,Timespan apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,ওয়েব লিংক @@ -128,7 +127,7 @@ DocType: DocType,Default Print Format,পূর্বনির্ধারিত DocType: Workflow State,Tags,ট্যাগ্স apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of 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} ক্ষেত্র, {1} হিসাবে অনন্য সেট করা যাবে না" -DocType: Global Search Settings,Document Types,নথি ধরনের +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,নথি ধরনের DocType: Address,Jammu and Kashmir,জম্মু ও কাশ্মীর DocType: Workflow,Workflow State Field,কর্মপ্রবাহ রাজ্য মাঠ DocType: Language,Guest,অতিথি @@ -288,6 +287,7 @@ DocType: Customize Form Field,"Print Width of the field, if the field is a colum DocType: Dropbox Settings,Dropbox Access Key,ড্রপবক্স অ্যাক্সেস কী apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,কাস্টম স্ক্রিপ্টের add_fetch কনফিগারেশনে ভুল ক্ষেত্রের নাম {0} apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,গুগল পরিচিতিগুলি নির্বাচন করুন যার সাথে যোগাযোগের সিঙ্ক করা উচিত। +DocType: Web Page,Main Section (HTML),প্রধান বিভাগ (এইচটিএমএল) DocType: Workflow State,headphones,হেডফোন apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,পাসওয়ার্ড প্রয়োজন বা প্রতীক্ষমাণ পাসওয়ার্ড নির্বাচন করা হয় DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,যেমন replies@yourcomany.com. সব জবাব এই ইনবক্সে আসা হবে. @@ -385,7 +385,6 @@ DocType: Webhook,Request URL,অনুরোধ URL টি DocType: Customize Form,Is Table,টেবিল DocType: Email Account,Total number of emails to sync in initial sync process ,ইমেইলের মোট সংখ্যা প্রাথমিক সিঙ্ক প্রক্রিয়ায় সিঙ্ক করার জন্য DocType: Website Settings,Set Banner from Image,চিত্র থেকে সেট ব্যানার -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,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},একটি নতুন অ্যাকাউন্ট তৈরি এ আপনার জন্য তৈরি করা হয়েছে {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,নির্দেশাবলী ইমেল করা @@ -522,7 +521,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} এবং {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,একটি কথোপকথন শুরু করুন DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",সর্বদা মুদ্রণ খসড়া নথি জন্য শিরোলেখ "খসড়া" যোগ apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},বিজ্ঞপ্তিতে ত্রুটি: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} বছর আগে DocType: Data Migration Run,Current Mapping Start,বর্তমান ম্যাপিং শুরু apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,ইমেইল স্প্যাম হিসাবে চিহ্নিত হয়েছে DocType: Comment,Website Manager,ওয়েবসাইট ম্যানেজার @@ -563,7 +561,7 @@ DocType: Country,Country Name,দেশের নাম apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,ফাঁকা টেম্পলেট DocType: About Us Team Member,About Us Team Member,আমাদের টিম সদস্য সম্পর্কে 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.","অনুমতি, প্রতিবেদন, আমদানি, রপ্তানি, মুদ্রণ, ইমেল এবং ব্যবহারকারীর অনুমতি সেট, লিখুন তৈরি করুন, মুছে ফেলুন, জমা, বাতিল, সংশোধন, ভূমিকা এবং পাঠযোগ্য মত অধিকার সেট করে নথি ধরনের (বলা DocTypes) উপর নির্ধারণ করা হয়." -DocType: Event,Wednesday,বুধবার +DocType: Assignment Rule Day,Wednesday,বুধবার apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,চিত্র ক্ষেত্রের একটি বৈধ FIELDNAME হবে DocType: Chat Token,Token,টোকেন apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,মাঠের নাম {0} সীমাবদ্ধ @@ -683,6 +681,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,পরবর্তী পদক্ষেপ এইচটিএমএল apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,পোস্ট তৈরি করুন apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,অংশগ্রহণকারীদের যোগ করুন +DocType: Web Page,Main Section (Markdown),প্রধান বিভাগ (মার্কডাউন) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,শুধু {0} ইমেল রিপোর্ট ব্যবহারকারী প্রতি অনুমতি দেওয়া হয় DocType: Address,Address Title,ঠিকানা শিরোনাম DocType: Website Settings,Footer Items,পাদলেখ চলছে @@ -738,6 +737,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,ফাই DocType: DocField,In Global Search,বৈশ্বিক অনুসন্ধান DocType: System Settings,Brute Force Security,ব্রাউন ফোর্স নিরাপত্তা DocType: Workflow State,indent-left,ইন্ডেন্ট-বাম +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} বছর আগে apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,এটা এই ফাইলটি মোছার জন্য ঝুঁকিপূর্ণ: {0}. আপনার সিস্টেম ম্যানেজার সাথে যোগাযোগ করুন. DocType: Currency,Currency Name,মুদ্রার নাম apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,কোন ইমেল @@ -856,7 +856,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,প DocType: Contact Phone,Number,সংখ্যা DocType: Web Form Field,Web Form Field,ওয়েব ফরম ক্ষেত্র apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,আপনার কাছ থেকে একটি নতুন বার্তা আছে: -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 এর মধ্যে মানের জন্য) ব্যবহার করুন।" apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,HTML সম্পাদনা করুন apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,দয়া করে পুনঃনির্দেশ URL লিখুন apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Restore Original Permissions,মৌলিক অনুমতি পুনরুদ্ধার @@ -914,7 +913,6 @@ apps/frappe/frappe/utils/data.py,Cent,সেন্ট apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,ইমেল রচনা apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","দেখাবার জন্য যুক্তরাষ্ট্র (যেমন খসড়া অনুমোদিত, বাতিল হয়েছে)." DocType: Print Settings,Allow Print for Draft,খসড়া প্রিন্ট মঞ্জুর করুন -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.","কিউজেড ট্রে অ্যাপ্লিকেশনটিতে সংযোগ করার সময় ত্রুটি ...

কাঁচা মুদ্রণ বৈশিষ্ট্যটি ব্যবহার করতে আপনার কিউজেড ট্রে অ্যাপ্লিকেশন ইনস্টল এবং চলমান থাকা দরকার।

কিউজেড ট্রে ডাউনলোড এবং ইনস্টল করতে এখানে ক্লিক করুন
কাঁচা মুদ্রণ সম্পর্কে আরও জানতে এখানে ক্লিক করুন ।" apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,সেট পরিমাণ apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,নিশ্চিত করার জন্য এই দস্তাবেজ জমা দিন DocType: Contact,Unsubscribed,সদস্যতামুক্তি @@ -1027,6 +1025,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,কোন {0} apps/frappe/frappe/config/customization.py,Add custom forms.,নিজস্ব ফর্ম যুক্ত করো. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} মধ্যে {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,এই দলিল পেশ +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,সেটআপ> ব্যবহারকারীর অনুমতি 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.,সিস্টেম অনেক পূর্ব নির্ধারিত ভূমিকা প্রদান করে. আপনি তীক্ষ্ণ স্বরূপ অনুমতি সেট করতে নতুন ভূমিকা যোগ করতে পারেন. DocType: Communication,CC,সিসি DocType: Country,Geo,জিও @@ -1067,7 +1066,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,তৃতীয় পক DocType: Website Settings,Route Redirects,রুট পুনঃনির্দেশ apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","ভাষা, তারিখ এবং সময় সংক্রান্ত পছন্দসমূহ" DocType: User Email,User Email,ব্যবহারকারী ইমেইল -DocType: Event,Saturday,শনিবার +DocType: Assignment Rule Day,Saturday,শনিবার DocType: User,Represents a User in the system.,সিস্টেমের মধ্যে একটি ব্যবহারকারীর তথ্য উপস্থিত. DocType: List View Setting,Disable Auto Refresh,অটো রিফ্রেশ অক্ষম করুন DocType: Comment,Label,লেবেল @@ -1081,6 +1080,7 @@ apps/frappe/frappe/website/doctype/website_theme/website_theme.js,"Add the name apps/frappe/frappe/public/js/frappe/request.js,Request Timed Out,অনুরোধ সময় শেষ হয়েছে apps/frappe/frappe/config/settings.py,Enable / Disable Domains,ডোমেন সক্ষম / অক্ষম করুন DocType: Role Permission for Page and Report,Allow Roles,ভূমিকা মঞ্জুর করুন +apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Successfully imported {0} records out of {1}.,সফলভাবে {1} এর মধ্যে {0} রেকর্ড আমদানি করা হয়েছে} DocType: Assignment Rule,"Simple Python Expression, Example: Status in (""Invalid"")","সাধারণ পাইথন এক্সপ্রেশন, উদাহরণ: স্থিতি ("অবৈধ")" DocType: User,Last Active,সক্রিয় সর্বশেষ DocType: Email Account,SMTP Settings for outgoing emails,বহির্গামী ইমেইল জন্য SMTP সেটিংস @@ -1187,6 +1187,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,অবৈধ {0} শর্ত DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","যদি পরীক্ষিত, ব্যবহারকারীদের নিশ্চিত অ্যাক্সেস ডায়ালগ দেখতে পাবেন না." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} রেকর্ড মোছা হয়েছে +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag",ট্যাগের নাম ... যেমন # ট্যাগ ag apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,কীবোর্ড শর্টকাটগুলি DocType: Post,Comments,মন্তব্য apps/frappe/frappe/public/js/frappe/dom.js,Confirm,নিশ্চিত করা @@ -1241,6 +1242,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","ব্যবহারকারী কোনো ভূমিকা পরীক্ষিত থাকে, তাহলে ব্যবহারকারী একটি "সিস্টেম ব্যবহারকারী" হয়ে. "সিস্টেম ব্যবহারকারী" ডেস্কটপ অ্যাক্সেস রয়েছে" DocType: System Settings,Date and Number Format,তারিখ এবং সংখ্যার বিন্যাস apps/frappe/frappe/model/document.py,one of,অন্যতম +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,সেটআপ> স্বনির্ধারিত ফর্ম apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,এক মুহূর্ত চেক করা হচ্ছে apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,দেখান ট্যাগ DocType: DocField,HTML Editor,এইচটিএমএল সম্পাদক @@ -1248,6 +1250,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,বিলিং DocType: Email Queue,Not Sent,পাঠাই নি DocType: Web Form,Actions,পদক্ষেপ +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,সেটআপ> ব্যবহারকারী DocType: Workflow State,align-justify,সারিবদ্ধ-ন্যায্যতা DocType: User,Middle Name (Optional),মধ্য নাম (ঐচ্ছিক) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,অননুমোদিত @@ -1274,13 +1277,14 @@ DocType: PayPal Settings,PayPal Settings,PayPal এর সেটিং apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,ডকুমেন্ট টাইপ নির্বাচন করুন apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,এটা সন্তানের নোড আছে {0} মুছে ফেলা যায় না apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} মিনিট আগে +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,অ্যাসাইনমেন্ট দিন {0} পুনরাবৃত্তি হয়েছে। DocType: Kanban Board Column,lightblue,হালকা নীল apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,একই ক্ষেত্র একাধিকবার প্রবেশ করে DocType: Print Settings,Enable Raw Printing,কাঁচা মুদ্রণ সক্ষম করুন +DocType: Contact,Contact Numbers,যোগাযোগ নম্বর DocType: Website Route Redirect,Source,উত্স apps/frappe/frappe/templates/includes/list/filters.html,clear,পরিষ্কার apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,শেষ -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,সেটআপ> ব্যবহারকারী DocType: Prepared Report,Filter Values,ফিল্টার মান DocType: Communication,User Tags,ব্যবহারকারী ট্যাগ্স DocType: Data Migration Run,Fail,ব্যর্থ @@ -1304,7 +1308,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,আড়াল apps/frappe/frappe/www/qrcode.py,Page has expired!,পাতা শেষ হয়েছে! DocType: LDAP Settings,Path to private Key File,ব্যক্তিগত কী ফাইলের পথে DocType: Workflow State,Tasks,কার্য -DocType: Event,Tuesday,মঙ্গলবার +DocType: Assignment Rule Day,Tuesday,মঙ্গলবার DocType: Blog Settings,Blog Settings,ব্লগ সেটিংস apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,এছাড়াও আপনি আপনার ব্রাউজারে এই লিঙ্কটি কপি-পেস্ট করতে পারেন DocType: Workflow State,bullhorn,কিছুতেই কাজ @@ -1522,7 +1526,6 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},{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 এর একটি বৈধ প্রতিবেদন ফর্ম্যাট সঠিক নয়. গালাগাল প্রতিবেদন বিন্যাস \ উচিত% s- নিম্নলিখিত এক DocType: Chat Message,Chat,চ্যাট -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,সেটআপ> ব্যবহারকারীর অনুমতি DocType: LDAP Group Mapping,LDAP Group Mapping,এলডিএপি গ্রুপ ম্যাপিং DocType: Dashboard Chart,Chart Options,চার্ট বিকল্পসমূহ apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,শিরোনামহীন কলাম @@ -1551,6 +1554,7 @@ DocType: Custom Role,Custom Role,কাস্টম ভূমিকা apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,হোম / Test ফোল্ডার 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,আপনার পাসওয়ার্ড লিখুন DocType: Dropbox Settings,Dropbox Access Secret,ড্রপবক্স অ্যাক্সেস গোপন +DocType: Tag Link,Document Title,নথির শিরোনাম apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(বাধ্যতামূলক) DocType: Social Login Key,Social Login Provider,সামাজিক লগইন প্রদানকারী apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,আরেকটি মন্তব্য যোগ করুন @@ -1792,7 +1796,6 @@ DocType: GCalendar Account,Next Sync Token,পরবর্তী সিঙ্ক DocType: Energy Point Settings,Energy Point Settings,শক্তি পয়েন্ট সেটিংস DocType: Async Task,Succeeded,অনুসৃত apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},এ প্রয়োজন আবশ্যিক ক্ষেত্র {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","কিউজেড ট্রে অ্যাপ্লিকেশনটিতে সংযোগ করার সময় ত্রুটি ...

কাঁচা মুদ্রণ বৈশিষ্ট্যটি ব্যবহার করতে আপনার কিউজেড ট্রে অ্যাপ্লিকেশন ইনস্টল এবং চলমান থাকা দরকার।

কিউজেড ট্রে ডাউনলোড এবং ইনস্টল করতে এখানে ক্লিক করুন
কাঁচা মুদ্রণ সম্পর্কে আরও জানতে এখানে ক্লিক করুন ।" apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,সেট ব্যাক-আপ সংখ্যা DocType: DocField,Do not allow user to change after set the first time,প্রথমবার ব্যবহারকারী পর সেট পরিবর্তন করার অনুমতি দেয় না apps/frappe/frappe/utils/data.py,1 year ago,1 বছর আগে @@ -3595,6 +3604,7 @@ DocType: Auto Email Report,Send only if there is any data,শুধুমাত apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,টোটাল সারি apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: উচ্চ মাত্রার সেট করা হয় আগে স্তর 0 এ অনুমতি সেট করা আবশ্যক DocType: Contact,Sync with Google Contacts,গুগল পরিচিতিগুলির সাথে সিঙ্ক করুন +DocType: Tag Link,Document Tag,ডকুমেন্ট ট্যাগ apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},অ্যাসাইনমেন্ট দ্বারা বন্ধ {0} DocType: Integration Request,Remote,দূরবর্তী apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,গণনা করা @@ -3680,6 +3690,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,প DocType: Email Domain,domain name,ডোমেন নাম DocType: Contact Email,Contact Email,যোগাযোগের ই - মেইল DocType: Kanban Board Column,Order,ক্রম +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,গ্লোবাল অনুসন্ধানে {0} এর জন্য কোনও ফলাফল পাওয়া যায় নি DocType: Report,Ref DocType,সুত্র DOCTYPE apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,সামাজিক লগইন সক্রিয় করার আগে দয়া করে ক্লায়েন্ট আইডি প্রবেশ করুন apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0}: বাতিল না করে সংশোধন সেট করা যায় না @@ -3783,6 +3794,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,নিম্নলিখিত doctypes জন্য রেকর্ড ফিল্টার করা হবে apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,সময়সূচী নিষ্ক্রিয় DocType: Blog Settings,Blog Introduction,ব্লগ পরিচিতি +DocType: Global Search Settings,Search Priorities,অগ্রাধিকার অনুসন্ধান করুন DocType: Address,Office,অফিস apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,এই Kanban বোর্ড ব্যক্তিগত হবে apps/frappe/frappe/desk/moduleview.py,Standard Reports,স্ট্যান্ডার্ড প্রতিবেদন diff --git a/frappe/translations/bs.csv b/frappe/translations/bs.csv index 0eee522720..9771343baf 100644 --- a/frappe/translations/bs.csv +++ b/frappe/translations/bs.csv @@ -112,7 +112,6 @@ DocType: Data Migration Run,Log,Prijavite DocType: Workflow State,indent-right,alineje-desno DocType: Has Role,Has Role,ima uloga DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,Vreme u sekundama da zadrži QR kodnu sliku na serveru. Min: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,Invalid Email nalog apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: Tip polja {1} za {2} se ne može indeksirati DocType: Dashboard Chart,Timespan,Vremenski razmak apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Web Link @@ -129,7 +128,7 @@ DocType: DocType,Default Print Format,Zadani oblik ispisa DocType: Workflow State,Tags,tagovi apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of Workflow,Ništa: Kraj 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} polja se ne može postaviti kao jedinstven u {1}, jer postoje nejedinstvene postojeće vrijednosti" -DocType: Global Search Settings,Document Types,Vrste dokumenata +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,Vrste dokumenata DocType: Address,Jammu and Kashmir,Jammu and Kashmir DocType: Workflow,Workflow State Field,Workflow Državna polja DocType: Language,Guest,Gost @@ -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 pristupni ključ apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,Pogrešno polje {0} u add_fetch konfiguraciji prilagođenog skripta apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,Odaberite Google kontakte s kojima kontakt treba sinkronizirati. +DocType: Web Page,Main Section (HTML),Glavni odjeljak (HTML) DocType: Workflow State,headphones,slušalice apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,Lozinka je potrebno ili odaberite Čekanje lozinku DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,npr replies@yourcomany.com. Svi odgovori će doći na ovu inbox. @@ -388,7 +388,6 @@ DocType: Webhook,Request URL,Zahtjev URL DocType: Customize Form,Is Table,je Tabela DocType: Email Account,Total number of emails to sync in initial sync process ,Ukupan broj e-mailova za sinhronizaciju u procesu inicijalne sync DocType: Website Settings,Set Banner from Image,Postavite banner sa slike -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,globalnu potragu DocType: Email Account,SparkPost,SparkPost apps/frappe/frappe/templates/emails/new_user.html,A new account has been created for you at {0},Novi korisnički račun je stvoren za vas na {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,instrukcije Email-ovani @@ -526,7 +525,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} {1} i apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,Započnite razgovor. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Uvek dodajte "Nacrt" Heading za štampanje nacrta dokumenata apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},Greška u notifikaciji: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} godina prije DocType: Data Migration Run,Current Mapping Start,Početak trenutnog mapiranja apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,E-mail je označena kao spam DocType: Comment,Website Manager,Web Manager @@ -567,7 +565,7 @@ DocType: Country,Country Name,Država Ime apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,Prazan predložak DocType: About Us Team Member,About Us Team Member,"""O nama"" član tima" 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.","Dozvole su postavljene na uloge i vrsta dokumenata (zove DocTypes ) postavljanjem prava kao što su čitanje , pisanje, stvaranje, brisanje, Slanje , Odustani , Izmijeniti , izvješće , uvoz , izvoz , ispis , e-mail i postaviti dozvole korisnicima ." -DocType: Event,Wednesday,Srijeda +DocType: Assignment Rule Day,Wednesday,Srijeda apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,polje Slika mora biti valjan Naziv Polja DocType: Chat Token,Token,žeton apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,Naziv polja {0} je ograničen @@ -687,6 +685,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,Sledeći Actions HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,Create Post apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,Dodajte Učesnike +DocType: Web Page,Main Section (Markdown),Glavni odjeljak (Markdown) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,Samo {0} poslana izvještaji su dozvoljeni po korisniku apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: Vrsta polja {1} za {2} ne može biti jedinstvena DocType: Address,Address Title,Naziv adrese @@ -743,6 +742,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,Izrada dato DocType: DocField,In Global Search,U Global Search DocType: System Settings,Brute Force Security,Brute Force Security DocType: Workflow State,indent-left,alineje-lijevo +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} godina prije apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,To je rizično izbrisati ovu datoteku: {0}. Molimo vas da se obratite System Manager. DocType: Currency,Currency Name,Valuta Ime apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,No Email @@ -864,7 +864,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,Poku DocType: Contact Phone,Number,Broj DocType: Web Form Field,Web Form Field,Web Form Field apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,Imate novu poruku od: -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)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,Edit HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,Unesite URL za preusmeravanje 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,Cent apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,Sastavi-mail apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","Države za tijek rada ( npr. skicu, odobreno Otkazan ) ." DocType: Print Settings,Allow Print for Draft,Dozvolite Ispis za Nacrt -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.","Pogreška prilikom povezivanja sa aplikacijom QZ Tray ...

Za upotrebu značajke Raw Print morate imati instaliranu i pokrenutu aplikaciju QZ Tray.

Kliknite ovdje za preuzimanje i instaliranje QZ Tray-a .
Kliknite ovdje kako biste saznali više o sirovoj štampi ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,Set Količina apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,Dostavi taj dokument da potvrdi DocType: Contact,Unsubscribed,Pretplatu @@ -1038,6 +1036,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,Nije našao { apps/frappe/frappe/config/customization.py,Add custom forms.,Dodaj prilagođenu formu. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} u {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,dostavio ovaj dokument +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Podešavanje> Dozvole korisnika 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.,Sustav nudi brojne unaprijed definirane uloge . Možete dodavati nove uloge postaviti finije dozvole. DocType: Communication,CC,CC DocType: Country,Geo,Geo @@ -1078,7 +1077,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,Upravljajte aplikacije tr DocType: Website Settings,Route Redirects,Preusmjeravanja rute apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","Postavke za jezik, datum i vrijeme" DocType: User Email,User Email,User-mail -DocType: Event,Saturday,Subota +DocType: Assignment Rule Day,Saturday,Subota DocType: User,Represents a User in the system.,Predstavlja korisnika u sistemu. DocType: List View Setting,Disable Auto Refresh,Onemogući automatsko osvežavanje DocType: Comment,Label,Oznaka @@ -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,Nevažeće {0} stanje DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","Ako je označeno, korisnici neće vidjeti dijalog potvrdu pristupa." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} zapis je izbrisan +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","naziv oznake ..., npr. #tag" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,Prečice na tastaturi DocType: Post,Comments,Komentari apps/frappe/frappe/public/js/frappe/dom.js,Confirm,Potvrditi @@ -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","Ukoliko korisnik ima bilo kakvu ulogu pregledava, onda korisnik postaje "System korisnika". "System User" ima pristup na desktop" DocType: System Settings,Date and Number Format,Datum i oblik brojeva apps/frappe/frappe/model/document.py,one of,Jedan od +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Postavke> Prilagodite obrazac apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,Provjera jednom trenutku apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,Prikazi tagove 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,Naplata DocType: Email Queue,Not Sent,Nije poslato DocType: Web Form,Actions,Akcije +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Podešavanje> Korisnik DocType: Workflow State,align-justify,poravnanje-jednako DocType: User,Middle Name (Optional),Krsno ime (opcionalno) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,Ne Dozvoljena @@ -1290,13 +1292,14 @@ DocType: PayPal Settings,PayPal Settings,PayPal Postavke apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,Odaberite tip dokumenta apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,Ne možete brisati {0} kao da ima djece čvorova apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} minuta +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,Dan dodjele {0} se ponavlja. DocType: Kanban Board Column,lightblue,svijetlo plavo apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,Isto polje unosi se više puta DocType: Print Settings,Enable Raw Printing,Omogući sirovi ispis +DocType: Contact,Contact Numbers,Kontakt brojevi DocType: Website Route Redirect,Source,Izvor apps/frappe/frappe/templates/includes/list/filters.html,clear,jasan apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,Gotov -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Podešavanje> Korisnik DocType: Prepared Report,Filter Values,Vrednosti filtera DocType: Communication,User Tags,Korisnicki tagovi DocType: Data Migration Run,Fail,Fail @@ -1320,7 +1323,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,Sakrij detalje apps/frappe/frappe/www/qrcode.py,Page has expired!,Stranica je istekla! DocType: LDAP Settings,Path to private Key File,Put do privatne datoteke s ključevima DocType: Workflow State,Tasks,zadataka -DocType: Event,Tuesday,Utorak +DocType: Assignment Rule Day,Tuesday,Utorak DocType: Blog Settings,Blog Settings,Blog podešavanja apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,Također možete copy-paste ovaj link u vašem pregledniku DocType: Workflow State,bullhorn,bullhorn @@ -1545,7 +1548,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},Nije dozvoljeno za {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 nije važeći izvještaj formatu. Izvještaj format treba \ jedan od sledećih% s DocType: Chat Message,Chat,Chat -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Podešavanje> Dozvole korisnika +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},Nije pronađen nijedan dokument označen sa {0} DocType: LDAP Group Mapping,LDAP Group Mapping,Mapiranje LDAP grupe DocType: Dashboard Chart,Chart Options,Opcije grafikona apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,Kolona bez naslova @@ -1575,6 +1578,7 @@ DocType: Custom Role,Custom Role,Custom Uloga apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,Početna / Test Folder 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,Unesite lozinku DocType: Dropbox Settings,Dropbox Access Secret,Dropbox tajni pristup +DocType: Tag Link,Document Title,Naslov dokumenta apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(Obavezno) DocType: Social Login Key,Social Login Provider,Socijalni Login Provider apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,Dodali još jedan komentar @@ -1820,7 +1824,6 @@ DocType: GCalendar Account,Next Sync Token,Next Sync Token DocType: Energy Point Settings,Energy Point Settings,Postavke energetske tačke DocType: Async Task,Succeeded,Slijedi apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},Obavezna polja potrebni u {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","Pogreška prilikom povezivanja sa aplikacijom QZ Tray ...

Za upotrebu funkcije Raw Print morate imati instaliranu i pokrenutu aplikaciju QZ Tray.

Kliknite ovdje za preuzimanje i instaliranje QZ Tray-a .
Kliknite ovdje kako biste saznali više o sirovoj štampi ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,Set Broj Backup DocType: DocField,Do not allow user to change after set the first time,Ne dopustiti korisniku izmjene nakon što je upisao prvi put apps/frappe/frappe/utils/data.py,1 year ago,prije 1 godina @@ -3669,6 +3678,7 @@ DocType: Auto Email Report,Send only if there is any data,Pošalji samo ako post apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,Totals Row apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0} : Autorizacija na nivou 0 mora biti postavljena prije vecih nivoa autorizacije DocType: Contact,Sync with Google Contacts,Usklađivanje sa Google kontaktima +DocType: Tag Link,Document Tag,Oznaka dokumenta apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},Zadatak zatvorio / la {0} DocType: Integration Request,Remote,daljinski apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,Izračunaj @@ -3758,6 +3768,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,Prom DocType: Email Domain,domain name,ime domena DocType: Contact Email,Contact Email,Kontakt email DocType: Kanban Board Column,Order,poredak +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,Nema rezultata za {0} u Globalnoj pretraživanju DocType: Report,Ref DocType,Ref. DOCTYPE apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,Molimo unesite ID klijenta pre nego što je omogućeno društveno prijavljivanje apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0} : Ne mogu postaviti Izmijeniti bez Odustani @@ -3863,6 +3874,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,Zapisi za sledeće doktipe će biti filtrirani apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,Planer neaktivan DocType: Blog Settings,Blog Introduction,Blog uvod +DocType: Global Search Settings,Search Priorities,Prioriteti pretraživanja DocType: Address,Office,Ured apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,Ovo Kanban Odbor će biti privatni apps/frappe/frappe/desk/moduleview.py,Standard Reports,Standardni Izvještaji diff --git a/frappe/translations/ca.csv b/frappe/translations/ca.csv index f4f7ccba8c..23d0d5f934 100644 --- a/frappe/translations/ca.csv +++ b/frappe/translations/ca.csv @@ -112,7 +112,6 @@ DocType: Data Migration Run,Log,Sessió DocType: Workflow State,indent-right,guió-dreta DocType: Has Role,Has Role,El paper té DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,Temps en segons per conservar la imatge del codi QR al servidor. Mín: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,Compte de correu electrònic no vàlid apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: el tipus de camp {1} de {2} no es pot indexar DocType: Dashboard Chart,Timespan,Lapse de temps apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Enllaç @@ -129,7 +128,7 @@ DocType: DocType,Default Print Format,Format d'impressió predeterminat DocType: Workflow State,Tags,Etiquetes apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of Workflow,Cap: Final de flux de treball apps/frappe/frappe/database/mariadb/schema.py,"{0} field cannot be set as unique in {1}, as there are non-unique existing values","El camp {0} no es pot establir com a únic en {1}, ja que hi ha valors existents no únics" -DocType: Global Search Settings,Document Types,Tipus de document +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,Tipus de document DocType: Address,Jammu and Kashmir,Jammu i Caixmir DocType: Workflow,Workflow State Field,Campd d'estat de flux de treball (workflow) DocType: Language,Guest,Convidat @@ -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 Access Key apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,Nom de camp incorrecte {0} a la configuració add_fetch del script personalitzat apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,Seleccioneu Google Contacts amb el qual s'ha de sincronitzar el contacte. +DocType: Web Page,Main Section (HTML),Secció principal (HTML) DocType: Workflow State,headphones,auriculars apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,Es requereix contrasenya o seleccioneu Tot esperant la contrasenya DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,per exemple replies@yourcomany.com. Totes les respostes vindran a aquesta safata d'entrada. @@ -388,7 +388,6 @@ DocType: Webhook,Request URL,URL de sol·licitud DocType: Customize Form,Is Table,és Taula DocType: Email Account,Total number of emails to sync in initial sync process ,Nombre total de missatges de correu electrònic per sincronitzar en el procés de sincronització inicial DocType: Website Settings,Set Banner from Image,Conjunt de la bandera de la Imatge -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Cerca global DocType: Email Account,SparkPost,SparkPost apps/frappe/frappe/templates/emails/new_user.html,A new account has been created for you at {0},Una nova compte ha estat creat per a vostè en {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,Les instruccions enviades per correu electrònic @@ -526,7 +525,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} i {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,Comença una conversa. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Sempre afegiu "Projecte de" Rumb a projectes d'impressió de documents apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},Error de notificació: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> Fa {0} any DocType: Data Migration Run,Current Mapping Start,Comença el mapa actual apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,El correu electrònic ha estat marcat com a correu brossa DocType: Comment,Website Manager,Gestor de la Pàgina web @@ -567,7 +565,7 @@ DocType: Country,Country Name,Nom del país apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,Plantilla en blanc DocType: About Us Team Member,About Us Team Member,Sobre nosaltres Membre de l'Equip 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.","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." -DocType: Event,Wednesday,Dimecres +DocType: Assignment Rule Day,Wednesday,Dimecres apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,Camp d'imatge ha de ser un nom de camp vàlid DocType: Chat Token,Token,simbòlic apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,El nom de camp {0} està restringit @@ -687,6 +685,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,Accions següents HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,Crea una publicació apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,Afegeix participants +DocType: Web Page,Main Section (Markdown),Secció principal (aparició) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,Només {0} enviar per correu electrònic informes són permesos per l'usuari apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: el tipus de camp {1} per a {2} no pot ser únic DocType: Address,Address Title,Direcció Títol @@ -743,6 +742,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,La còpia d DocType: DocField,In Global Search,En Recerca Global DocType: System Settings,Brute Force Security,Brute Force Security DocType: Workflow State,indent-left,guió-esquerra +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> Fa {0} any apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,"És arriscat eliminar aquesta imatge: {0}. Si us plau, poseu-vos en contacte amb l'administrador del sistema." DocType: Currency,Currency Name,Nom moneda apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,No hi ha missatges de correu electrònic @@ -864,7 +864,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,Torne DocType: Contact Phone,Number,Número DocType: Web Form Field,Web Form Field,Web de camp de formulari apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,Tens un missatge nou de: -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)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,Edició de HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,Introduïu l'URL de redirecció 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,Cèntim apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,redactar correu electrònic apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","Estats de flux de treball (per exemple, Projecte, Aprovat, cancel·lat)." DocType: Print Settings,Allow Print for Draft,Permetre impressió per al projecte -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.","S'ha produït un error en connectar-se a l'aplicació de safata QZ ...

Heu de tenir instal·lada i en funcionament l’aplicació QZ Tray per utilitzar la funció d’impressió en brut.

Feu clic aquí per descarregar i instal·lar QZ Safata .
Feu clic aquí per obtenir més informació sobre la impressió en brut ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,Establir Quantitat apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,Presentar aquest document per confirmar DocType: Contact,Unsubscribed,No subscriure @@ -1038,6 +1036,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,{0} no trobat apps/frappe/frappe/config/customization.py,Add custom forms.,Afegir formularis personalitzats. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} {2} en apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,presentat aquest document +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Configuració> Permisos d'usuari 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.,El sistema ofereix moltes funcions predefinides. Podeu afegir noves funcions per establir permisos més fins. DocType: Communication,CC,CC DocType: Country,Geo,Geo @@ -1078,7 +1077,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,Gestioneu aplicacions de DocType: Website Settings,Route Redirects,Redireccions de ruta apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","Ajustaments d'idioma, data i hora" DocType: User Email,User Email,user Correu electrònic -DocType: Event,Saturday,Dissabte +DocType: Assignment Rule Day,Saturday,Dissabte DocType: User,Represents a User in the system.,Representa un usuari en el sistema. DocType: List View Setting,Disable Auto Refresh,Desactiva l’actualització automàtica DocType: Comment,Label,Etiqueta @@ -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,La condició {0} no és vàlida DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","Si se selecciona, els usuaris no podran veure el quadre de diàleg de confirmació d'accés." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,S'ha suprimit el registre {0} +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","nom de l'etiqueta ..., per exemple, #tag" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,Dreceres de teclat DocType: Post,Comments,Comentaris apps/frappe/frappe/public/js/frappe/dom.js,Confirm,Confirmar @@ -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","Si l'usuari té cap paper marcat, llavors l'usuari es converteix en un "usuari del sistema". "Usuari del sistema" té accés a l'escriptori" DocType: System Settings,Date and Number Format,Format de Data i nombres apps/frappe/frappe/model/document.py,one of,un +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Configuració> Formulari personalitzat apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,Comprovació d'un moment apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,Mostrar Etiquetes DocType: DocField,HTML Editor,Editor HTML @@ -1262,6 +1263,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,Facturació DocType: Email Queue,Not Sent,No Enviat DocType: Web Form,Actions,Accions +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Configuració> Usuari DocType: Workflow State,align-justify,align-justify DocType: User,Middle Name (Optional),Cognom 1 apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,No permès @@ -1290,13 +1292,14 @@ DocType: PayPal Settings,PayPal Settings,Ajustos de PayPal apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,Seleccionar tipus de document apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,No es pot eliminar {0} ja que té nodes secundaris apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,Fa {0} minuts +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,El dia de l'assignació {0} s'ha repetit. DocType: Kanban Board Column,lightblue,blau clar apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,El mateix camp s'introdueix més d'una vegada DocType: Print Settings,Enable Raw Printing,Activa la impressió en brut +DocType: Contact,Contact Numbers,Números de contacte DocType: Website Route Redirect,Source,Font apps/frappe/frappe/templates/includes/list/filters.html,clear,clar apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,Acabat -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Configuració> Usuari DocType: Prepared Report,Filter Values,Valors del filtre DocType: Communication,User Tags,User Tags DocType: Data Migration Run,Fail,Falla @@ -1320,7 +1323,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,Ocultar detalls apps/frappe/frappe/www/qrcode.py,Page has expired!,La pàgina ha caducat. DocType: LDAP Settings,Path to private Key File,Ruta al fitxer de clau privat DocType: Workflow State,Tasks,Tasques -DocType: Event,Tuesday,Dimarts +DocType: Assignment Rule Day,Tuesday,Dimarts DocType: Blog Settings,Blog Settings,Ajustaments de blog apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,També podeu copiar i enganxar aquest enllaç al teu navegador DocType: Workflow State,bullhorn,megàfon @@ -1545,7 +1548,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},No està permès per 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 no és un format d'informe vàlid. Format de l'informe ha \ un dels següents% s DocType: Chat Message,Chat,Chat -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Configuració> Permisos d'usuari +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},No s'ha trobat cap document etiquetat amb {0} DocType: LDAP Group Mapping,LDAP Group Mapping,Mapeig de grups LDAP DocType: Dashboard Chart,Chart Options,Opcions del gràfic apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,Columna sense títol @@ -1575,6 +1578,7 @@ DocType: Custom Role,Custom Role,El paper d'encàrrec apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,Inici / Test Carpeta 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,Introduïu la contrasenya DocType: Dropbox Settings,Dropbox Access Secret,Dropbox Access Secret +DocType: Tag Link,Document Title,Títol del document apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(Obligatori) DocType: Social Login Key,Social Login Provider,Proveïdor d'inici de sessió social apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,Afegir un altre comentari @@ -1820,7 +1824,6 @@ DocType: GCalendar Account,Next Sync Token,Següent token de sincronització DocType: Energy Point Settings,Energy Point Settings,Configuració del punt d’energia DocType: Async Task,Succeeded,Succeït apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},Camps obligatoris requerits a {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","S'ha produït un error en connectar-se a l'aplicació de safata QZ ...

Heu de tenir instal·lada i en funcionament l’aplicació QZ Tray per utilitzar la funció d’impressió en brut.

Feu clic aquí per descarregar i instal·lar QZ Safata .
Feu clic aquí per obtenir més informació sobre la impressió en brut ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,Establir el nombre de còpies de seguretat DocType: DocField,Do not allow user to change after set the first time,No permetre que l'usuari pugui canviar després d'establir la primera vegada apps/frappe/frappe/utils/data.py,1 year ago,fa 1 any @@ -3672,6 +3681,7 @@ DocType: Auto Email Report,Send only if there is any data,Enviar només si hi ha apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,Totals Fila apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: El permís al nivell 0 s'ha d'establir abans de fixar nivells més alts DocType: Contact,Sync with Google Contacts,Sincronització amb Google Contacts +DocType: Tag Link,Document Tag,Etiqueta de document apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},Assignació tancat per {0} DocType: Integration Request,Remote,remot apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,Calcular @@ -3761,6 +3771,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,Canv DocType: Email Domain,domain name,nom de domini DocType: Contact Email,Contact Email,Correu electrònic de contacte DocType: Kanban Board Column,Order,ordre +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,No s'han trobat resultats per a {0} a la cerca global DocType: Report,Ref DocType,Ref DocType apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,Introduïu l'identificador de client abans que l'inici de sessió social estigui habilitat apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0}: No es pot establir a Corregir sense Cancel·lar abans @@ -3866,6 +3877,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,Es registraran registres per a les següents doctype apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,Planificador inactiu DocType: Blog Settings,Blog Introduction,Introducció del blog +DocType: Global Search Settings,Search Priorities,Prioritats de cerca DocType: Address,Office,Oficina apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,Aquesta Junta Kanban serà privada apps/frappe/frappe/desk/moduleview.py,Standard Reports,Informes estàndard diff --git a/frappe/translations/cs.csv b/frappe/translations/cs.csv index a7e19ffb7a..f2ab8a2cef 100644 --- a/frappe/translations/cs.csv +++ b/frappe/translations/cs.csv @@ -112,7 +112,6 @@ DocType: Data Migration Run,Log,Log DocType: Workflow State,indent-right,indent-right DocType: Has Role,Has Role,má role DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,Čas v sekundách pro zachování QR kódu na serveru. Min: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,Neplatný e-mailový účet apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: Typ pole {1} pro {2} nelze indexovat DocType: Dashboard Chart,Timespan,Časové rozpětí apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Web odkaz @@ -129,7 +128,7 @@ DocType: DocType,Default Print Format,Výchozí formát tisku DocType: Workflow State,Tags,tagy apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of Workflow,Nic: Konec toku apps/frappe/frappe/database/mariadb/schema.py,"{0} field cannot be set as unique in {1}, as there are non-unique existing values","Pole {0} nelze nastavit jako jedinečné v {1}, protože tam jsou non-jedinečné stávající hodnoty" -DocType: Global Search Settings,Document Types,Typy dokumentů +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,Typy dokumentů DocType: Address,Jammu and Kashmir,Džammú a Kašmír DocType: Workflow,Workflow State Field,Pole stavu toku (workflow) DocType: Language,Guest,Host @@ -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 Access Key apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,Chybné jméno pole {0} v add_fetch konfiguraci vlastního skriptu apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,"Vyberte Kontakty Google, se kterými chcete kontakt synchronizovat." +DocType: Web Page,Main Section (HTML),Hlavní sekce (HTML) DocType: Workflow State,headphones,sluchátka apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,Je vyžadováno heslo nebo vybrat Čeká heslo DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,např. replies@yourcomany.com. Všechny odpovědi přijdou do této schránky. @@ -388,7 +388,6 @@ DocType: Webhook,Request URL,Požadavek URL DocType: Customize Form,Is Table,je Tabulka DocType: Email Account,Total number of emails to sync in initial sync process ,Celkový počet e-mailů pro synchronizaci v počátečním synchronizačního procesu DocType: Website Settings,Set Banner from Image,Nastavit banner z obrázku -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Globální vyhledávání DocType: Email Account,SparkPost,SparkPost apps/frappe/frappe/templates/emails/new_user.html,A new account has been created for you at {0},Byl pro vás vytvořen nový účet v {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,Pokyny zasláno e-mailem @@ -526,7 +525,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} a {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,Spusťte konverzaci. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Vždy přidat "Koncept" Okruh pro tisk konceptů dokumentů apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},Chyba v oznámení: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} rok (roky) DocType: Data Migration Run,Current Mapping Start,Aktuální spuštění mapování apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,E-mail byl označen jako spam DocType: Comment,Website Manager,Správce webu @@ -567,7 +565,7 @@ DocType: Country,Country Name,Stát Název apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,Prázdná šablona DocType: About Us Team Member,About Us Team Member,O nás – člen týmu 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.","Oprávnění se nastavují na rolích a typech dokumentů (nazýváme je DocTypes) nastavením práv jako číst, Zapsat, Vytvořit, Smazat, Vložit, Zrušit, Změnit, Výpis, Import, Export, Tisk, Email a Nastavení uživatelských oprávnění." -DocType: Event,Wednesday,Středa +DocType: Assignment Rule Day,Wednesday,Středa apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,Pole Obrázek musí být platný fieldname DocType: Chat Token,Token,Žeton apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,Název pole {0} je omezen @@ -687,6 +685,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,Další akce HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,Vytvořit příspěvek apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,Přidat účastníky +DocType: Web Page,Main Section (Markdown),Hlavní sekce (Markdown) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,Pouze {0} e-mailem zprávy jsou povoleny pro jednotlivé uživatele apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: Typ pole {1} pro {2} nemůže být jedinečný DocType: Address,Address Title,Označení adresy @@ -743,6 +742,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,Zálohován DocType: DocField,In Global Search,V Globální hledání DocType: System Settings,Brute Force Security,Bojová bezpečnost DocType: Workflow State,indent-left,indent-left +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} rok (roky) apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,"Je to riskantní smazat tento soubor: {0}. Prosím, obraťte se na správce systému." DocType: Currency,Currency Name,Jméno měny apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,žádné e-maily @@ -864,7 +864,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,Opaku DocType: Contact Phone,Number,Číslo DocType: Web Form Field,Web Form Field,Pole webového formuláře apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,Máte novou zprávu od: -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)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,Upravit HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,Zadejte adresu URL přesměrování 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,Cent apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,skládat e-mail apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","Stavy toků jako např.: Rozpracováno, Schváleno, Zrušeno." DocType: Print Settings,Allow Print for Draft,Umožňují tisk pro Draft -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.","Chyba při připojení k aplikaci QZ Tray ...

Abyste mohli používat funkci Raw Print, musíte mít nainstalovanou a spuštěnou aplikaci QZ Tray.

Klepnutím sem stáhněte a nainstalujte zásobník QZ .
Klepnutím sem získáte další informace o surovém tisku ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,Nastavit Množství apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,Předloží tento dokument potvrdit DocType: Contact,Unsubscribed,Odhlášen z odběru @@ -1038,6 +1036,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,{0}: nenaleze apps/frappe/frappe/config/customization.py,Add custom forms.,Přidat vlastní formuláře. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} na {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,předložen tento dokument +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Nastavení> Uživatelská oprávnění 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.,Systém poskytuje mnoho předdefinovaných rolí. Můžete přidat vlastní nové role pro detailnější nastavení oprávnění. DocType: Communication,CC,CC DocType: Country,Geo,Geo @@ -1078,7 +1077,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,Správa aplikací třetí DocType: Website Settings,Route Redirects,Přesměrování trasy apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","Nastavení Jazyka, Data a Času" DocType: User Email,User Email,Uživatel E-mail -DocType: Event,Saturday,Sobota +DocType: Assignment Rule Day,Saturday,Sobota DocType: User,Represents a User in the system.,Představuje uživatele v systému DocType: List View Setting,Disable Auto Refresh,Zakázat automatické obnovení DocType: Comment,Label,Popisek @@ -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,Neplatná podmínka {0} DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","Je-li zaškrtnuto, uživatelé nebudou vidět dialogové okno Potvrdit přístup." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} záznam byl smazán +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","název značky ..., např. #tag" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,Klávesové zkratky DocType: Post,Comments,Komentáře apps/frappe/frappe/public/js/frappe/dom.js,Confirm,Potvrdit @@ -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","V případě, že uživatel nemá žádnou roli zkontrolovat, uživatel se stává "System User". "System User" má přístup k ploše" DocType: System Settings,Date and Number Format,Formát čísel a data apps/frappe/frappe/model/document.py,one of,jeden z +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Nastavení> Přizpůsobit formulář apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,Kontrola jeden okamžik apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,Zobrazit štítky DocType: DocField,HTML Editor,Editor HTML @@ -1262,6 +1263,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,Fakturace DocType: Email Queue,Not Sent,Neodesláno DocType: Web Form,Actions,Akce +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Nastavení> Uživatel DocType: Workflow State,align-justify,zarovnat-vyplnit DocType: User,Middle Name (Optional),Druhé jméno (volitelné) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,Není povoleno @@ -1290,13 +1292,14 @@ DocType: PayPal Settings,PayPal Settings,Nastavení PayPal apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,Zvolte typ dokumentu apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,Nelze smazat {0} jelikož to má podřízené uzly apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,Před {0} minuty +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,Den přiřazení {0} byl opakován. DocType: Kanban Board Column,lightblue,světle modrá apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,Stejné pole je zadáno vícekrát DocType: Print Settings,Enable Raw Printing,Povolit surový tisk +DocType: Contact,Contact Numbers,Kontaktní čísla DocType: Website Route Redirect,Source,Zdroj apps/frappe/frappe/templates/includes/list/filters.html,clear,jasný apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,Dokončeno -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Nastavení> Uživatel DocType: Prepared Report,Filter Values,Hodnoty filtru DocType: Communication,User Tags,Uživatelské štítky DocType: Data Migration Run,Fail,Selhat @@ -1320,7 +1323,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,Skrýt podrobnos apps/frappe/frappe/www/qrcode.py,Page has expired!,Stránka vypršela! DocType: LDAP Settings,Path to private Key File,Cesta k souboru soukromého klíče DocType: Workflow State,Tasks,úkoly -DocType: Event,Tuesday,Úterý +DocType: Assignment Rule Day,Tuesday,Úterý DocType: Blog Settings,Blog Settings,Nastavení blogu apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,Můžete také kopírovat - vložit tento odkaz do Vašeho prohlížeče DocType: Workflow State,bullhorn,megafon @@ -1545,7 +1548,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},Není povoleno pro {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 není platný formát zprávy. Zpráva formát by měl \ jednu z následujících možností% s DocType: Chat Message,Chat,Chat -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Nastavení> Uživatelská oprávnění +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},Nebyly nalezeny žádné dokumenty označené {0} DocType: LDAP Group Mapping,LDAP Group Mapping,Skupinové mapování LDAP DocType: Dashboard Chart,Chart Options,Možnosti grafu apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,Sloupec bez názvu @@ -1575,6 +1578,7 @@ DocType: Custom Role,Custom Role,Custom Role apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,Home / Test Folder 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,Zadejte heslo DocType: Dropbox Settings,Dropbox Access Secret,Dropbox Access Secret +DocType: Tag Link,Document Title,Název dokumentu apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(Povinné) DocType: Social Login Key,Social Login Provider,Poskytovatel sociálního přihlášení apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,Přidat další komentář @@ -1820,7 +1824,6 @@ DocType: GCalendar Account,Next Sync Token,Další synchronizační token DocType: Energy Point Settings,Energy Point Settings,Nastavení bodu energie DocType: Async Task,Succeeded,Uspěl apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},Povinné pole vyžadována pro {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","Chyba při připojení k aplikaci QZ Tray ...

Abyste mohli používat funkci Raw Print, musíte mít nainstalovanou a spuštěnou aplikaci QZ Tray.

Klepnutím sem stáhněte a nainstalujte zásobník QZ .
Klepnutím sem získáte další informace o surovém tisku ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,Nastavit počet záloh DocType: DocField,Do not allow user to change after set the first time,Nepovolit uživateli změnu po prvním nastavení apps/frappe/frappe/utils/data.py,1 year ago,před 1 rokem @@ -3672,6 +3681,7 @@ DocType: Auto Email Report,Send only if there is any data,"Zaslat pouze tehdy, p apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,Totální řádek apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: Oprávnění na úrovni 0 musí být nastaveno před nastavením vyšších úrovní DocType: Contact,Sync with Google Contacts,Synchronizace s kontakty Google +DocType: Tag Link,Document Tag,Značka dokumentu apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},Úkol uzavřen {0} DocType: Integration Request,Remote,Dálkový apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,Vypočítat @@ -3761,6 +3771,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,Změ DocType: Email Domain,domain name,doménové jméno DocType: Contact Email,Contact Email,Kontaktní e-mail DocType: Kanban Board Column,Order,Objednat +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,Pro globální vyhledávání nebyly nalezeny žádné výsledky pro {0} DocType: Report,Ref DocType,Referenční DocType apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,"Předtím, než je zapnuto přihlášení k účtu, zadejte ID klienta" apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0}: Nelze Změnit bez Zrušení @@ -3866,6 +3877,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,Záznamy pro následující doktty budou filtrovány apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,Plánovač neaktivní DocType: Blog Settings,Blog Introduction,Představení blogu +DocType: Global Search Settings,Search Priorities,Priority vyhledávání DocType: Address,Office,Kancelář apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,To Kanban Board budou soukromé apps/frappe/frappe/desk/moduleview.py,Standard Reports,Standardní výpisy diff --git a/frappe/translations/da.csv b/frappe/translations/da.csv index 52e5ad252d..2ca7f4bcca 100644 --- a/frappe/translations/da.csv +++ b/frappe/translations/da.csv @@ -112,7 +112,6 @@ DocType: Data Migration Run,Log,Log DocType: Workflow State,indent-right,led-højre DocType: Has Role,Has Role,har rolle DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,Tid i sekunder for at beholde QR-kode billede på serveren. Min: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,Ugyldig e-mail-konto apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: Feltype {1} for {2} kan ikke indekseres DocType: Dashboard Chart,Timespan,Tidsperiode apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Web Link @@ -129,7 +128,7 @@ DocType: DocType,Default Print Format,Standard Print Format DocType: Workflow State,Tags,Tags apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of Workflow,Ingen: Slutning af 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} felt kan ikke indstilles som enestående i {1}, da der er ikke-unikke eksisterende værdier" -DocType: Global Search Settings,Document Types,Dokumenttyper +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,Dokumenttyper DocType: Address,Jammu and Kashmir,Jammu og Kashmir DocType: Workflow,Workflow State Field,Workflow State Field DocType: Language,Guest,Gæst @@ -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 adgangsnøgle apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,Forkert feltnavn {0} i add_fetch konfiguration af brugerdefineret script apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,"Vælg Google-kontakter, som kontakten skal synkroniseres til." +DocType: Web Page,Main Section (HTML),Hovedsektion (HTML) DocType: Workflow State,headphones,hovedtelefoner apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,"Adgangskode er påkrævet, eller vælg afventer adgangskode" DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,f.eks replies@yourcomany.com. Alle svar vil komme til denne indbakke. @@ -388,7 +388,6 @@ DocType: Webhook,Request URL,Anmodning URL DocType: Customize Form,Is Table,er Table DocType: Email Account,Total number of emails to sync in initial sync process ,"Samlet antal e-mails, der skal synkroniseres i indledende synkronisering proces" DocType: Website Settings,Set Banner from Image,Set Banner fra Billede -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Global søgning DocType: Email Account,SparkPost,SparkPost apps/frappe/frappe/templates/emails/new_user.html,A new account has been created for you at {0},En ny konto er oprettet til dig på {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,Instruktioner sendt @@ -526,7 +525,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} og {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,Start en samtale. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents","Tilføj altid ""Udkast"" som overskrift til udskrivning af kladder" apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},Fejl i underretningen: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} år (e) siden DocType: Data Migration Run,Current Mapping Start,Nuværende Kortlægning Start apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,E-mail er blevet markeret som spam DocType: Comment,Website Manager,Webmaster @@ -567,7 +565,7 @@ DocType: Country,Country Name,Landenavn apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,Blank skabelon DocType: About Us Team Member,About Us Team Member,Om os Team medlem 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.","Tilladelser er indstillet på Roller og dokumenttyper (kaldet doctypes) ved at indstille rettigheder som Læs, Skriv, Opret, Slet, Send, Annuller, Tekst, Rapport, import, eksport, Print, E-mail og Set User Tilladelser." -DocType: Event,Wednesday,Onsdag +DocType: Assignment Rule Day,Wednesday,Onsdag apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,Billede felt skal være en gyldig fieldname DocType: Chat Token,Token,Token apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,Feltnavnet {0} er begrænset @@ -687,6 +685,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,Næste handlinger HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,Opret post apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,Tilføj deltagerne +DocType: Web Page,Main Section (Markdown),Hovedafdeling (Markdown) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,Kun {0} emailet rapporter er tilladt per bruger apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: Feltype {1} for {2} kan ikke være unik DocType: Address,Address Title,Adresse Titel @@ -743,6 +742,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,Fil backup DocType: DocField,In Global Search,I Global Search DocType: System Settings,Brute Force Security,Brute Force Security DocType: Workflow State,indent-left,led-venstre +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} år (e) siden apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,Det er risikabelt at slette denne fil: {0}. Kontakt din systemadministrator. DocType: Currency,Currency Name,Valuta Navn apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,Ingen e-mails @@ -864,7 +864,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,Prøv DocType: Contact Phone,Number,Nummer DocType: Web Form Field,Web Form Field,Web Form Field apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,Du har en ny besked fra: -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)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,Rediger HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,Indtast venligst omdirigeringswebadresse 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,Cent apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,Compose Email apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","Stater for workflow (f.eks Udkast, Godkendt, Annulleret)." DocType: Print Settings,Allow Print for Draft,Tillad Print til Udkast -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.","Fejl ved forbindelse til QZ Tray Application ...

Du skal have QZ Tray-applikation installeret og kørt for at bruge Raw Print-funktionen.

Klik her for at downloade og installere QZ Tray .
Klik her for at lære mere om Raw Printing ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,Sæt Mængde apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,Godkend dette dokument for at bekræfte DocType: Contact,Unsubscribed,Afmeldt @@ -1038,6 +1036,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,Ingen {0} fun apps/frappe/frappe/config/customization.py,Add custom forms.,Tilføj brugerdefinerede formularer. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} i {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,godkendte dette dokument +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Opsætning> Brugertilladelser 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.,Systemet giver mange foruddefinerede roller. Du kan tilføje nye roller at indstille finere tilladelser. DocType: Communication,CC,CC DocType: Country,Geo,Geo @@ -1078,7 +1077,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,Administrer tredjepartsap DocType: Website Settings,Route Redirects,Ruteomdirigeringer apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","Sprog, dato og klokkeslæt" DocType: User Email,User Email,Bruger e-mail -DocType: Event,Saturday,Lørdag +DocType: Assignment Rule Day,Saturday,Lørdag DocType: User,Represents a User in the system.,Repræsenterer en bruger i systemet. DocType: List View Setting,Disable Auto Refresh,Deaktiver automatisk opdatering DocType: Comment,Label,Label @@ -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,Ugyldig {0} betingelse DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","Hvis markeret, vil brugerne ikke se dialogboksen Bekræft Access." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} posten er slettet +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag",tagnavn ... f.eks. #tag apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,Tastaturgenveje DocType: Post,Comments,Kommentarer apps/frappe/frappe/public/js/frappe/dom.js,Confirm,Bekræft @@ -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","Hvis brugeren har blot én rolle markeret, så bliver brugeren en ""Systembruger"". Systembrugere har adgang til skrivebordet" DocType: System Settings,Date and Number Format,Dato og nummerformat apps/frappe/frappe/model/document.py,one of,en af +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Opsætning> Tilpas form apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,Kontrol ene øjeblik apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,Vis Tags 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,Fakturering DocType: Email Queue,Not Sent,Ikke Sent DocType: Web Form,Actions,Handlinger +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Opsætning> Bruger DocType: Workflow State,align-justify,tilpasse-retfærdiggøre DocType: User,Middle Name (Optional),Mellemnavn (valgfrit) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,Ikke Tilladt @@ -1290,13 +1292,14 @@ DocType: PayPal Settings,PayPal Settings,PayPal-indstillinger apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,Vælg Dokumenttype apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,Kan ikke slette {0} som det har barneknudepunkter apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} minutter siden +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,Tildelingsdag {0} er blevet gentaget. DocType: Kanban Board Column,lightblue,lyseblå apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,Samme felt er indtastet mere end én gang DocType: Print Settings,Enable Raw Printing,Aktivér Raw Printing +DocType: Contact,Contact Numbers,Kontaktnumre DocType: Website Route Redirect,Source,Kilde apps/frappe/frappe/templates/includes/list/filters.html,clear,klar apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,Færdig -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Opsætning> Bruger DocType: Prepared Report,Filter Values,Filtrer værdier DocType: Communication,User Tags,User Tags DocType: Data Migration Run,Fail,Svigte @@ -1320,7 +1323,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,Skjul detaljer apps/frappe/frappe/www/qrcode.py,Page has expired!,Siden er udløbet! DocType: LDAP Settings,Path to private Key File,Sti til privat nøglefil DocType: Workflow State,Tasks,Opgaver -DocType: Event,Tuesday,Tirsdag +DocType: Assignment Rule Day,Tuesday,Tirsdag DocType: Blog Settings,Blog Settings,Blog Indstillinger apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,Du kan også kopiere-indsætte dette link i din browser DocType: Workflow State,bullhorn,bullhorn @@ -1545,7 +1548,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},Ikke tilladt for {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 er ikke et gyldigt rapport format. Rapport format skal \ et af følgende% s DocType: Chat Message,Chat,Chat -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Opsætning> Brugertilladelser +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},Ingen dokumenter fundet mærket med {0} DocType: LDAP Group Mapping,LDAP Group Mapping,LDAP-gruppekortlægning DocType: Dashboard Chart,Chart Options,Diagrammuligheder apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,Unavngivet søjle @@ -1575,6 +1578,7 @@ DocType: Custom Role,Custom Role,Tilpasset rolle apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,Forside / Test Mappe 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,Indtast din adgangskode DocType: Dropbox Settings,Dropbox Access Secret,Dropbox Access Secret +DocType: Tag Link,Document Title,Dokumenttitel apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(Obligatorisk) DocType: Social Login Key,Social Login Provider,Social Login Provider apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,Tilføj en kommentar @@ -1820,7 +1824,6 @@ DocType: GCalendar Account,Next Sync Token,Næste synkroniseringstegn DocType: Energy Point Settings,Energy Point Settings,Energipunktindstillinger DocType: Async Task,Succeeded,Lykkedes apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},"Obligatoriske felter, der kræves i {0}" -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","Fejl ved forbindelse til QZ Tray Application ...

Du skal have QZ Tray-applikation installeret og kørt for at bruge Raw Print-funktionen.

Klik her for at downloade og installere QZ Tray .
Klik her for at lære mere om Raw Printing ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,Angiv antal sikkerhedskopier DocType: DocField,Do not allow user to change after set the first time,Tillad ikke brugeren at ændre sig efter indstille den første gang apps/frappe/frappe/utils/data.py,1 year ago,1 år siden @@ -3659,6 +3668,7 @@ DocType: Auto Email Report,Send only if there is any data,Send kun hvis der er n apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,Totals række apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,"{0}: Tilladelse på niveau 0 skal indstilles, før der indstilles højere niveauer" DocType: Contact,Sync with Google Contacts,Synkroniser med Google-kontakter +DocType: Tag Link,Document Tag,Dokumentkode apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},Opgave lukket af {0} DocType: Integration Request,Remote,Fjern apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,Beregn @@ -3748,6 +3758,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,Ænd DocType: Email Domain,domain name,domænenavn DocType: Contact Email,Contact Email,Kontakt e-mail DocType: Kanban Board Column,Order,Bestille +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,Ingen resultater fundet for {0} i global søgning DocType: Report,Ref DocType,Ref DocType apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,"Indtast venligst Client ID, før social login er aktiveret" apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0}: Kan ikke indstille ændre uden annuller @@ -3853,6 +3864,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,Records for følgende doktypes vil blive filtreret apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,Planlægning inaktiv DocType: Blog Settings,Blog Introduction,Blog Introduktion +DocType: Global Search Settings,Search Priorities,Søgeprioriteter DocType: Address,Office,Kontor apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,Denne kanbantavle vil være privat apps/frappe/frappe/desk/moduleview.py,Standard Reports,Standard rapporter diff --git a/frappe/translations/de.csv b/frappe/translations/de.csv index e6c16f0f97..fcd963ab33 100644 --- a/frappe/translations/de.csv +++ b/frappe/translations/de.csv @@ -112,7 +112,6 @@ DocType: Data Migration Run,Log,Log DocType: Workflow State,indent-right,Einzug rechts DocType: Has Role,Has Role,hat Rolle DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,"Zeit in Sekunden, um QR-Code-Bild auf dem Server zu behalten. Min: 240" -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,Ungültiger E-Mail-Account apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: Der Feldtyp {1} für {2} kann nicht indiziert werden DocType: Dashboard Chart,Timespan,Zeitspanne apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Weblink @@ -129,7 +128,7 @@ DocType: DocType,Default Print Format,Standarddruckformat DocType: Workflow State,Tags,Schlagworte apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of Workflow,Kein: Ende des Workflows apps/frappe/frappe/database/mariadb/schema.py,"{0} field cannot be set as unique in {1}, as there are non-unique existing values","Feld {0} kann in {1} nicht als einzigartig gesetzt werden, da es nicht-eindeutige Werte gibt" -DocType: Global Search Settings,Document Types,Dokumententypen +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,Dokumententypen DocType: Address,Jammu and Kashmir,Jammu und Kaschmir DocType: Workflow,Workflow State Field,Workflow-Zustandsfeld DocType: Language,Guest,Gast @@ -290,6 +289,7 @@ DocType: Customize Form Field,"Print Width of the field, if the field is a colum DocType: Dropbox Settings,Dropbox Access Key,Dropbox-Zugangsschlüssel apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,Falscher Feldname {0} in der add_fetch-Konfiguration des benutzerdefinierten Skripts apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,"Wählen Sie Google-Kontakte aus, mit denen der Kontakt synchronisiert werden soll." +DocType: Web Page,Main Section (HTML),Hauptteil (HTML) DocType: Workflow State,headphones,Kopfhörer apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,"Das Passwort ist erforderlich, oder wählen Sie Warten Passwort" DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,z. B. replies@yourcomany.com. Alle Antworten werden in dieses Postfach gelegt. @@ -389,7 +389,6 @@ DocType: Webhook,Request URL,URL anfordern DocType: Customize Form,Is Table,ist eine Tabelle DocType: Email Account,Total number of emails to sync in initial sync process ,Gesamtzahl der E-Mails im ersten Synchronisierung Prozess zu synchronisieren DocType: Website Settings,Set Banner from Image,Banner aus Bild einrichten -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Globale Suche DocType: Email Account,SparkPost,SparkPost apps/frappe/frappe/templates/emails/new_user.html,A new account has been created for you at {0},Ein neues Konto wurde für Sie erstellt auf {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,Anleitung per E-Mail gesendet @@ -527,7 +526,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} und {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,Eine Konversation beginnen. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Entwürfe beim Drucken in der Kopfzeile kennzeichnen apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},Fehler in der Benachrichtigung: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,Vor> {0} Jahr (en) DocType: Data Migration Run,Current Mapping Start,Aktueller Mapping-Start apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,E-Mail wurde als Spam markiert DocType: Comment,Website Manager,Webseiten-Administrator @@ -568,7 +566,7 @@ DocType: Country,Country Name,Ländername apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,Leere Vorlage DocType: About Us Team Member,About Us Team Member,Informationen über die Teammitglieder 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.","Berechtigungen werden für Rollen und Dokumenttypen (sogenannte DocTypes ) eingerichtet, indem Rechte wie ""Lesen"", ""Schreiben"", ""Erstellen"", ""Löschen"", ""Übertragen"", ""Stornieren"", ""Ändern"", ""Bericht"", ""Import"", ""Export"", ""Drucken"", ""E-Mail"" und ""Benutzerberechtigungen setzen"" gesetzt werden." -DocType: Event,Wednesday,Mittwoch +DocType: Assignment Rule Day,Wednesday,Mittwoch apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,Bildfeld muss ein gültiger Feldname sein DocType: Chat Token,Token,Zeichen apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,Der Feldname {0} ist eingeschränkt @@ -688,6 +686,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,Nächste Aktionen HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,Beitrag erstellen apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,Teilnehmer hinzufügen +DocType: Web Page,Main Section (Markdown),Hauptabschnitt (Markdown) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,Maximal {0} E-Mail-Berichte pro Benutzer erlaubt. apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: Der Feldtyp {1} für {2} kann nicht eindeutig sein DocType: Address,Address Title,Adressen-Bezeichnung @@ -744,6 +743,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,Dateisicher DocType: DocField,In Global Search,In globaler Suche DocType: System Settings,Brute Force Security,Brute-Force-Sicherheit DocType: Workflow State,indent-left,Einzug links +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,Vor> {0} Jahr (en) apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,"Es ist riskant, diese Datei zu löschen: {0}. Bitte kontaktieren Sie Ihren System-Manager." DocType: Currency,Currency Name,Währungsbezeichnung apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,Keine E-Mails @@ -865,7 +865,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,Wiede DocType: Contact Phone,Number,Nummer DocType: Web Form Field,Web Form Field,Web-Formularfeld apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,Sie haben eine neue Nachricht von: -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)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,HTML bearbeiten apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,Bitte geben Sie die Weiterleitungs-URL ein apps/frappe/frappe/core/doctype/language/language.py,"{0} must begin and end with a letter and can only contain letters, @@ -925,7 +924,6 @@ apps/frappe/frappe/utils/data.py,Cent,Cent apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,E-Mail verfassen apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","Zustände für Workflows (z. B. Entwurf, Genehmigt, Gelöscht)" DocType: Print Settings,Allow Print for Draft,Drucken von Entwürfen erlauben -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.","Fehler beim Verbinden mit der QZ-Tray-Anwendung ...

Sie müssen die QZ Tray-Anwendung installiert und ausgeführt haben, um die Raw Print-Funktion verwenden zu können.

Klicken Sie hier, um QZ Tray herunterzuladen und zu installieren .
Klicken Sie hier, um mehr über Raw Printing zu erfahren ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,Anzahl festlegen apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,"Buchen Sie dieses Dokument, um zu bestätigen" DocType: Contact,Unsubscribed,Abgemeldet @@ -1039,6 +1037,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,Kein(e) {0} g apps/frappe/frappe/config/customization.py,Add custom forms.,Benutzerdefinierte Formulare hinzufügen 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,Dieses Dokument eingereicht +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Setup> Benutzerberechtigungen 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.,"Das System bietet viele vordefinierte Rollen. Es können neue Rollen hinzugefügt werden, um feinere Berechtigungen festzulegen." DocType: Communication,CC,CC DocType: Country,Geo,Geo @@ -1079,7 +1078,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,Verwalten von Apps von Dr DocType: Website Settings,Route Redirects,Routenumleitungen apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","Einstellungen zu Sprache, Datum und Uhrzeit" DocType: User Email,User Email,Benutzer E-Mail -DocType: Event,Saturday,Samstag +DocType: Assignment Rule Day,Saturday,Samstag DocType: User,Represents a User in the system.,Repräsentiert einen Nutzer im System DocType: List View Setting,Disable Auto Refresh,Deaktivieren Sie die automatische Aktualisierung DocType: Comment,Label,Bezeichnung @@ -1202,6 +1201,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,Ungültige {0} Bedingung DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","Falls diese Option aktiviert ist, werden die Nutzer nicht den ""Zugriff bestätigen"" Dialog zu sehen." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} Datensatz gelöscht +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","Tag Name ..., zB #tag" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,Tastatürkürzel DocType: Post,Comments,Kommentare apps/frappe/frappe/public/js/frappe/dom.js,Confirm,Bestätigen @@ -1256,6 +1256,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","Wenn der Benutzer eine Rolle geprüft hat, wird er ein ""System User"". ""System User"" haben Zugriff auf den Desktop." DocType: System Settings,Date and Number Format,Datums- und Zahlenformat apps/frappe/frappe/model/document.py,one of,eine(r/s) von +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Setup> Formular anpassen apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,"Einen Moment bitte, Überprüfung läuft." apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,Schlagwörter anzeigen DocType: DocField,HTML Editor,HTML-Editor @@ -1263,6 +1264,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,Abrechnung DocType: Email Queue,Not Sent,Nicht versendet DocType: Web Form,Actions,Aktionen +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Setup> Benutzer DocType: Workflow State,align-justify,Blocksatz DocType: User,Middle Name (Optional),Weiterer Vorname (optional) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,Nicht zulässig @@ -1291,13 +1293,14 @@ DocType: PayPal Settings,PayPal Settings,PayPal-Einstellungen apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,Dokumenttyp auswählen apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,"{0} kann nicht gelöscht werden, da es Unterknoten gibt" apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,vor {0} Minute(n) +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,Der Zuordnungstag {0} wurde wiederholt. DocType: Kanban Board Column,lightblue,hellblau apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,Gleiches Feld wird mehrmals eingegeben DocType: Print Settings,Enable Raw Printing,Aktivieren Sie den RAW-Druck +DocType: Contact,Contact Numbers,Kontaktnummern DocType: Website Route Redirect,Source,Quelle apps/frappe/frappe/templates/includes/list/filters.html,clear,bereinigen apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,Fertig -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Setup> Benutzer DocType: Prepared Report,Filter Values,Werte filtern DocType: Communication,User Tags,Schlagworte zum Benutzer DocType: Data Migration Run,Fail,Fehlschlagen @@ -1321,7 +1324,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,Details ausblend apps/frappe/frappe/www/qrcode.py,Page has expired!,Seite ist abgelaufen! DocType: LDAP Settings,Path to private Key File,Pfad zur privaten Schlüsseldatei DocType: Workflow State,Tasks,Aufgaben -DocType: Event,Tuesday,Dienstag +DocType: Assignment Rule Day,Tuesday,Dienstag DocType: Blog Settings,Blog Settings,Blog-Einstellungen apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,Sie können diese Verknüpfung in Ihren Browser kopieren DocType: Workflow State,bullhorn,Megafon @@ -1546,7 +1549,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},Nicht zulässig für 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 ist kein gültiges Berichtsformat. Das Berichtsformat sollte eines der folgenden sein: % s \ DocType: Chat Message,Chat,Unterhaltung -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Setup> Benutzerberechtigungen +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},Keine mit {0} getaggten Dokumente gefunden DocType: LDAP Group Mapping,LDAP Group Mapping,LDAP-Gruppenzuordnung DocType: Dashboard Chart,Chart Options,Diagrammoptionen apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,Untitled Column @@ -1576,6 +1579,7 @@ DocType: Custom Role,Custom Role,benutzerdefinierte Rolle apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,Startseite/Test-Ordner 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,Passwort eingeben DocType: Dropbox Settings,Dropbox Access Secret,Dropbox-Zugangsdaten +DocType: Tag Link,Document Title,Dokumenttitel apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(Verpflichtend) DocType: Social Login Key,Social Login Provider,Social-Login-Anbieter apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,Weiteren Kommentar hinzufügen @@ -1821,7 +1825,6 @@ DocType: GCalendar Account,Next Sync Token,Nächstes Sync-Token DocType: Energy Point Settings,Energy Point Settings,Energiepunkteinstellungen DocType: Async Task,Succeeded,Erfolgreich apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},Für {0} benötigte Pflichtfelder: -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","Fehler beim Verbinden mit der QZ-Tray-Anwendung ...

Sie müssen die QZ Tray-Anwendung installiert und ausgeführt haben, um die Raw Print-Funktion verwenden zu können.

Klicken Sie hier, um QZ Tray herunterzuladen und zu installieren .
Klicken Sie hier, um mehr über Raw Printing zu erfahren ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,Anzahl der Backups einstellen DocType: DocField,Do not allow user to change after set the first time,nach dem ersten Setzen dem Benutzer nicht erlauben eine Änderung vorzunehmen apps/frappe/frappe/utils/data.py,1 year ago,vor 1 Jahr @@ -3673,6 +3682,7 @@ DocType: Auto Email Report,Send only if there is any data,"Nur dann senden, wenn apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,Summenzeile apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0} : Die Erlaubnis für Ebene 0 muss gesetzt werden bevor höhere Ebenen eingestellt werden können DocType: Contact,Sync with Google Contacts,Mit Google-Kontakten synchronisieren +DocType: Tag Link,Document Tag,Dokument-Tag apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},Zuordnung geschlossen von {0} DocType: Integration Request,Remote,entfernt apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,Berechnen @@ -3762,6 +3772,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,Änd DocType: Email Domain,domain name,Domain-Namen DocType: Contact Email,Contact Email,Kontakt-E-Mail DocType: Kanban Board Column,Order,Auftrag +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,Keine Ergebnisse für {0} in der globalen Suche gefunden DocType: Report,Ref DocType,Ref-DocType apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,"Bitte geben Sie die Kunden-ID ein, bevor die Anmeldung mit sozialen Netzwerken aktiviert ist" apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,"{0}: ""Geändert"" kann nicht eingestellt werden ohne ""Abbruch""" @@ -3867,6 +3878,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,Datensätze für folgende Doctypes werden gefiltert apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,Scheduler Inaktiv DocType: Blog Settings,Blog Introduction,Blog-Einleitung +DocType: Global Search Settings,Search Priorities,Suchprioritäten DocType: Address,Office,Büro apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,Dieser Kanbantafel wird privat apps/frappe/frappe/desk/moduleview.py,Standard Reports,Standardberichte diff --git a/frappe/translations/el.csv b/frappe/translations/el.csv index 2e89b8a0e9..96ec4b05ab 100644 --- a/frappe/translations/el.csv +++ b/frappe/translations/el.csv @@ -112,7 +112,6 @@ DocType: Data Migration Run,Log,Κούτσουρο DocType: Workflow State,indent-right,Εσοχή-δεξιά DocType: Has Role,Has Role,έχει ρόλος DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,Χρόνος σε δευτερόλεπτα για να διατηρηθεί η εικόνα κώδικα QR στον διακομιστή. Ελάχιστη: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,Μη έγκυρος λογαριασμός ηλεκτρονικού ταχυδρομείου apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: Ο τύπος πεδίου {1} για το {2} δεν μπορεί να ευρετηριωθεί DocType: Dashboard Chart,Timespan,Χρονικό διάστημα apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Σύνδεσμος ιστού @@ -129,7 +128,7 @@ DocType: DocType,Default Print Format,Προεπιλογμένη μορφή εκ DocType: Workflow State,Tags,Ετικέτες apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of 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} πεδίο δεν μπορεί να οριστεί ως το μοναδικό στο {1}, καθώς υπάρχουν μη μοναδικές υπάρχουσες τιμές" -DocType: Global Search Settings,Document Types,Τύποι εγγράφων +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,Τύποι εγγράφων DocType: Address,Jammu and Kashmir,Τζαμού και Κασμίρ DocType: Workflow,Workflow State Field,Πεδίο κατάστασης ροής εργασίας DocType: Language,Guest,Επισκέπτης @@ -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 access key apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,Λανθασμένο όνομα πεδίου {0} στη διαμόρφωση add_fetch προσαρμοσμένου σεναρίου apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,Επιλέξτε την Επαφή Google με την οποία πρέπει να συγχρονιστεί η επαφή. +DocType: Web Page,Main Section (HTML),Κύρια ενότητα (HTML) DocType: Workflow State,headphones,Ακουστικά apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,Απαιτείται κωδικός πρόσβασης ή επιλέξτε Αναμονή κωδικό πρόσβασης DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,Π.Χ. replies@yourcomany.Com. Όλες οι απαντήσεις θα έρθουν σε αυτόν τον φάκελο εισερχομένων. @@ -388,7 +388,6 @@ DocType: Webhook,Request URL,Αίτημα URL DocType: Customize Form,Is Table,είναι πίνακας DocType: Email Account,Total number of emails to sync in initial sync process ,Συνολικός αριθμός των μηνυμάτων ηλεκτρονικού ταχυδρομείου προς συγχρονισμό κατά την αρχική διαδικασία συγχρονισμού DocType: Website Settings,Set Banner from Image,Ορισμός banner από την εικόνα -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,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},Ένας νέος λογαριασμός έχει δημιουργηθεί για εσάς σε {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,Οδηγίες μέσω ηλεκτρονικού ταχυδρομείου @@ -526,7 +525,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} και {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,Ξεκινήστε μια συζήτηση. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Πάντα προσθέστε "Σχέδιο" Τομέας για σχέδιο εκτύπωση εγγράφων apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},Σφάλμα στην ειδοποίηση: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} χρόνια πριν DocType: Data Migration Run,Current Mapping Start,Τρέχουσα εκκίνηση χαρτογράφησης apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,Το μήνυμα ηλεκτρονικού ταχυδρομείου έχει επισημανθεί ως ανεπιθύμητο DocType: Comment,Website Manager,Διαχειριστής ιστοσελίδας @@ -567,7 +565,7 @@ DocType: Country,Country Name,Όνομα χώρας apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,Κενό πρότυπο DocType: About Us Team Member,About Us Team Member,Μέλος της ομάδας σχετικά με εμάς 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.","Τα δικαιώματα που έχουν οριστεί για ρόλους και τύπους εγγράφων (που ονομάζονται doctypes) με τον καθορισμό των δικαιωμάτων, όπως ανάγνωση, γραφή, δημιουργία, διαγραφή, υποβολή, ακύρωση, τροποποιούνται, έκθεση, εισαγωγή, εξαγωγή, εκτύπωση, e-mail και ορίζουν τα δικαιώματα των χρηστών." -DocType: Event,Wednesday,Τετάρτη +DocType: Assignment Rule Day,Wednesday,Τετάρτη apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,πεδίο εικόνας πρέπει να είναι μια έγκυρη ΌνομαΠεδίου DocType: Chat Token,Token,Ένδειξη apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,Το όνομα πεδίου {0} είναι περιορισμένο @@ -687,6 +685,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,Επόμενες ενέργειες HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,Δημιουργία ανάρτησης apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,Προσθέστε τους συμμετέχοντες +DocType: Web Page,Main Section (Markdown),Κύρια ενότητα (Markdown) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,Μόνο {0} σταλούν οι αναφορές που επιτρέπονται ανά χρήστη apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: Ο τύπος πεδίου {1} για {2} δεν μπορεί να είναι μοναδικός DocType: Address,Address Title,Τίτλος διεύθυνσης @@ -743,6 +742,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,Το αρχ DocType: DocField,In Global Search,Στην Σφαιρική Αναζήτηση DocType: System Settings,Brute Force Security,Ασφάλεια βίαιης βίας DocType: Workflow State,indent-left,Εσοχή-αριστερά +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} χρόνια πριν apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,Είναι επικίνδυνο να διαγράψετε αυτό το αρχείο: {0}. Επικοινωνήστε με το διαχειριστή του συστήματός σας. DocType: Currency,Currency Name,Όνομα νομίσματος apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,Δεν Emails @@ -864,7 +864,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,Ξα DocType: Contact Phone,Number,Αριθμός DocType: Web Form Field,Web Form Field,Πεδίο φόρμας ιστοσελίδας apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,Έχετε ένα νέο μήνυμα από: -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)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,Επεξεργασία κώδικα HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,Εισαγάγετε τη διεύθυνση URL ανακατεύθυνσης 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,Σεντ apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,Συνθέστε Email apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","Καταστάσεις ροής εργασίας ( π.Χ. Σχέδιο , εγκεκριμένη, ακυρομένη ) ." DocType: Print Settings,Allow Print for Draft,Επιτρέψτε εκτύπωσης για Σχέδιο -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.","Σφάλμα σύνδεσης με εφαρμογή δίσκου QZ ...

Πρέπει να εγκαταστήσετε και να εκτελέσετε την εφαρμογή QZ Tray, για να χρησιμοποιήσετε τη λειτουργία Raw Print.

Κάντε κλικ εδώ για να κάνετε λήψη και εγκατάσταση του δίσκου QZ .
Κάντε κλικ εδώ για να μάθετε περισσότερα σχετικά με την ασταθή εκτύπωση ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,Ορισμός Ποσότητα apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,Υποβολή αυτό το έγγραφο για να επιβεβαιώσετε DocType: Contact,Unsubscribed,Χωρίς συνδρομή @@ -1038,6 +1036,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,Δεν βρέ apps/frappe/frappe/config/customization.py,Add custom forms.,Προσθέστε προσαρμοσμένες φόρμες. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} στο {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,υπέβαλε αυτό το έγγραφο +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Ρύθμιση> Δικαιώματα χρήστη 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.,Το σύστημα παρέχει πολλούς προκαθορισμένες ρόλους. Μπορείτε να προσθέσετε νέους ρόλους για να ορίσετε ειδικότερα δικαιώματα . DocType: Communication,CC,CC DocType: Country,Geo,Γεωγραφία @@ -1078,7 +1077,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,Διαχείριση εφ DocType: Website Settings,Route Redirects,Ανακατευθύνσεις διαδρομής apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","Γλώσσα, ρυθμίσεις ημερομηνίας και ώρας" DocType: User Email,User Email,Ο χρήστης E-mail -DocType: Event,Saturday,Σάββατο +DocType: Assignment Rule Day,Saturday,Σάββατο DocType: User,Represents a User in the system.,Αντιπροσωπεύει ένα χρήστη στο σύστημα. DocType: List View Setting,Disable Auto Refresh,Απενεργοποίηση αυτόματης ανανέωσης DocType: Comment,Label,Ετικέτα @@ -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,Μη έγκυρη προϋπόθεση {0} DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","Αν επιλεγεί, οι χρήστες δεν θα δείτε το παράθυρο διαλόγου Επιβεβαίωση πρόσβασης." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,Η {0} εγγραφή διαγράφηκε +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","όνομα ετικέτας ..., π.χ. #tag" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,Συντομεύσεις πληκτρολογίου DocType: Post,Comments,Σχόλια apps/frappe/frappe/public/js/frappe/dom.js,Confirm,Επιβεβαίωση @@ -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","Εάν ο χρήστης δεν έχει κανένα ρόλο ελεγχθεί, τότε ο χρήστης γίνεται ένα "Χρήστης Συστήματος». "Ο χρήστης του συστήματος" έχει πρόσβαση στην επιφάνεια εργασίας" DocType: System Settings,Date and Number Format,Ημερομηνία και μορφή αριθμών apps/frappe/frappe/model/document.py,one of,Ένας από +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Ρυθμίσεις> Προσαρμογή φόρμας apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,Έλεγχος μια στιγμή apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,Δείτε τις ετικέτες 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,Χρέωση DocType: Email Queue,Not Sent,Δεν απεστάλη DocType: Web Form,Actions,Ενέργειες +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Ρύθμιση> Χρήστης DocType: Workflow State,align-justify,Ευθυγράμμιση σε όλη τη γραμμή DocType: User,Middle Name (Optional),Πατρώνυμο (προαιρετικό) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,Δεν επιτρέπεται @@ -1290,13 +1292,14 @@ DocType: PayPal Settings,PayPal Settings,Ρυθμίσεις PayPal apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,Επιλογή τύπου εγγράφου apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,"Δεν είναι δυνατή η διαγραφή {0}, γιατί έχει θυγατρικούς κόμβους" apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} λεπτά πριν +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,Η Ημέρα Ανάθεσης {0} επαναλήφθηκε. DocType: Kanban Board Column,lightblue,γαλάζιο apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,Το ίδιο πεδίο εισάγεται περισσότερες από μία φορές DocType: Print Settings,Enable Raw Printing,Ενεργοποίηση ασπρόμαυρης εκτύπωσης +DocType: Contact,Contact Numbers,Επικοινωνία με αριθμούς DocType: Website Route Redirect,Source,Πηγή apps/frappe/frappe/templates/includes/list/filters.html,clear,σαφής apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,Τετελεσμένος -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Ρύθμιση> Χρήστης DocType: Prepared Report,Filter Values,Τιμές φίλτρου DocType: Communication,User Tags,Ετικέτες χρηστών DocType: Data Migration Run,Fail,Αποτυγχάνω @@ -1320,7 +1323,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,Απόκρυψη apps/frappe/frappe/www/qrcode.py,Page has expired!,Η σελίδα έχει λήξει! DocType: LDAP Settings,Path to private Key File,Διαδρομή σε ιδιωτικό αρχείο κλειδιού DocType: Workflow State,Tasks,Εργασίες -DocType: Event,Tuesday,Τρίτη +DocType: Assignment Rule Day,Tuesday,Τρίτη DocType: Blog Settings,Blog Settings,Ρυθμίσεις blog apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,Μπορείτε επίσης να αντιγράψετε και να επικολλήσετε αυτό το σύνδεσμο στο πρόγραμμα περιήγησής σας DocType: Workflow State,bullhorn,Τηλεβόας @@ -1545,7 +1548,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},Δεν επιτρέπ 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 δεν είναι έγκυρη μορφή Εκθεσης. Η μορφή Εκθεσης πρέπει να είναι \ ένα από τα ακόλουθα %s DocType: Chat Message,Chat,Κουβέντα -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Ρύθμιση> Δικαιώματα χρήστη +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},Δεν βρέθηκαν έγγραφα με ετικέτα {0} DocType: LDAP Group Mapping,LDAP Group Mapping,Ομαδοποίηση ομάδας LDAP DocType: Dashboard Chart,Chart Options,Επιλογές γραφήματος apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,Στήλη χωρίς τίτλο @@ -1575,6 +1578,7 @@ DocType: Custom Role,Custom Role,Προσαρμοσμένη ρόλος apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,Αρχική Σελίδα / φάκελο Test 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,Εισάγετε τον κωδικό σας DocType: Dropbox Settings,Dropbox Access Secret,Dropbox access secret +DocType: Tag Link,Document Title,Τίτλος εγγράφου apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(Επιτακτικός) DocType: Social Login Key,Social Login Provider,Παροχέας κοινωνικής σύνδεσης apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,Προσθέστε άλλο ένα σχόλιο @@ -1820,7 +1824,6 @@ DocType: GCalendar Account,Next Sync Token,Επόμενο στοίχημα συ DocType: Energy Point Settings,Energy Point Settings,Ρυθμίσεις ενεργειακού σημείου DocType: Async Task,Succeeded,Πετυχημένος apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},Υποχρεωτικά πεδία είναι υποχρεωτικά σε {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","Σφάλμα σύνδεσης με εφαρμογή δίσκου QZ ...

Πρέπει να εγκαταστήσετε και να εκτελέσετε την εφαρμογή QZ Tray, για να χρησιμοποιήσετε τη λειτουργία Raw Print.

Κάντε κλικ εδώ για να κάνετε λήψη και εγκατάσταση του δίσκου QZ .
Κάντε κλικ εδώ για να μάθετε περισσότερα σχετικά με την ασταθή εκτύπωση ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,Ρυθμίστε τον αριθμό των αντιγράφων ασφαλείας DocType: DocField,Do not allow user to change after set the first time,Απαγόρευση στο χρήστη να αλλάξει μετά τον ορισμό για πρώτη φορά apps/frappe/frappe/utils/data.py,1 year ago,Πριν 1 χρόνο @@ -3672,6 +3681,7 @@ DocType: Auto Email Report,Send only if there is any data,Αποστολή μό apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,Σύνολο σειρών apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: Το δικαίωμα στο επίπεδο 0 πρέπει να οριστεί πριν οριστούν υψηλότερα επίπεδα DocType: Contact,Sync with Google Contacts,Συγχρονισμός με τις Επαφές Google +DocType: Tag Link,Document Tag,Ετικέτα εγγράφου apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},Η ανάθεση έχει κλείσει από {0} DocType: Integration Request,Remote,Μακρινός apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,Υπολογισμός @@ -3761,6 +3771,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,Αλ DocType: Email Domain,domain name,όνομα τομέα DocType: Contact Email,Contact Email,Email επαφής DocType: Kanban Board Column,Order,Σειρά +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,Δεν βρέθηκαν αποτελέσματα για το {0} στην Παγκόσμια Αναζήτηση DocType: Report,Ref DocType,Ref doctype apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,Εισαγάγετε το αναγνωριστικό πελάτη πριν ενεργοποιηθεί η κοινωνική σύνδεση apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0} : Δεν είναι δυνατή η ρύθμιση τροποποίησης χωρίς ακύρωση @@ -3866,6 +3877,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,Οι εγγραφές για τα ακόλουθα doctypes θα φιλτραριστούν apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,Χρονοδιάγραμμα αδρανής DocType: Blog Settings,Blog Introduction,Εισαγωγή blog +DocType: Global Search Settings,Search Priorities,Προτεραιότητες αναζήτησης DocType: Address,Office,Γραφείο apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,Αυτό Kanban Διοικητικού Συμβουλίου θα είναι ιδιωτικό apps/frappe/frappe/desk/moduleview.py,Standard Reports,Πρότυπες εκθέσεις diff --git a/frappe/translations/es.csv b/frappe/translations/es.csv index c30078ee87..492ea88384 100644 --- a/frappe/translations/es.csv +++ b/frappe/translations/es.csv @@ -112,7 +112,6 @@ DocType: Data Migration Run,Log,Log DocType: Workflow State,indent-right,Guión - derecha DocType: Has Role,Has Role,Tiene Rol DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,Tiempo en segundos para retener la imagen del código QR en el servidor. Min: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,Cuenta de Correo no Válida apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: El tipo de campo {1} para {2} no se puede indexar DocType: Dashboard Chart,Timespan,Espacio de tiempo apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Enlace @@ -129,7 +128,7 @@ DocType: DocType,Default Print Format,Formato de impresión por defecto DocType: Workflow State,Tags,Etiquetas apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of Workflow,Ninguno: Fin del flujo de trabajo apps/frappe/frappe/database/mariadb/schema.py,"{0} field cannot be set as unique in {1}, as there are non-unique existing values","El campo {0} no puede establecerse como único en {1}, ya que existen valores no únicos" -DocType: Global Search Settings,Document Types,Tipos de Documentos +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,Tipos de Documentos DocType: Address,Jammu and Kashmir,Jammu and Kashmir DocType: Workflow,Workflow State Field,Campo del Estado del Flujo de Trabajo DocType: Language,Guest,Invitado @@ -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,Clave de acceso a Dropbox apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,Nombre de campo incorrecto {0} en la configuración add_fetch del script personalizado apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,Seleccione Contactos de Google con los que se debe sincronizar el contacto. +DocType: Web Page,Main Section (HTML),Sección principal (HTML) DocType: Workflow State,headphones,Auriculares apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,Se requiere contraseña o seleccione En espera de la contraseña DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,por ejemplo replies@yourcomany.com. Todas las respuestas vendrán a esta bandeja de entrada. @@ -388,7 +388,6 @@ DocType: Webhook,Request URL,URL de Solicitud DocType: Customize Form,Is Table,es Tabla DocType: Email Account,Total number of emails to sync in initial sync process ,Número total de mensajes de correo electrónico para sincronizar en el proceso de sincronización inicial DocType: Website Settings,Set Banner from Image,Establecer banner desde imagen -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Búsqueda global DocType: Email Account,SparkPost,SparkPost apps/frappe/frappe/templates/emails/new_user.html,A new account has been created for you at {0},Una nueva cuenta ha sido creada para usted en {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,Instrucciones enviadas por correo electrónico @@ -526,7 +525,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} y {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,Iniciar una conversación. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents","Agregar siempre ""Borrador"" al imprimir borradores de documentos" apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},Error en la notificación: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> Hace {0} año (s) DocType: Data Migration Run,Current Mapping Start,Inicio de mapeo actual apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,El correo electrónico se ha marcado como spam DocType: Comment,Website Manager,Administrar Página Web @@ -567,7 +565,7 @@ DocType: Country,Country Name,Nombre del País apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,Plantilla en blanco DocType: About Us Team Member,About Us Team Member,Miembro del Equipo Acerca de Nosotros 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.","Los permisos se establecen en los roles y en los tipos de documentos (llamados 'DocType') Se establecen permisos como: lectura, escritura, crear, borrar, validar, cancelar, corregir, reporte, importar, exportar, imprimir, Email y los permisos de usuario" -DocType: Event,Wednesday,Miércoles +DocType: Assignment Rule Day,Wednesday,Miércoles apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,Campo de imagen debe ser un nombre de campo válido DocType: Chat Token,Token,Token apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,El nombre de campo {0} está restringido @@ -687,6 +685,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,Acciones Siguientes HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,Crear Publicación apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,Agregar Participantes +DocType: Web Page,Main Section (Markdown),Sección principal (Markdown) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,Sólo {0} reportes enviados por correo electrónico son permitidos por usuario apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: El tipo de campo {1} para {2} no puede ser único DocType: Address,Address Title,Dirección @@ -743,6 +742,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,La copia de DocType: DocField,In Global Search,En Búsqueda Global DocType: System Settings,Brute Force Security,Fuerza Bruta de Seguridad DocType: Workflow State,indent-left,Guión - izquierda +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> Hace {0} año (s) apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,"Es arriesgado eliminar este archivo: {0}. Por favor, póngase en contacto con el administrador del sistema." DocType: Currency,Currency Name,Nombre de la divisa apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,No hay mensajes de correo electrónico @@ -864,7 +864,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,Reint DocType: Contact Phone,Number,Número DocType: Web Form Field,Web Form Field,Campo de Formulario Web apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,Tienes un nuevo mensaje de: -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)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,Editar HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,Por favor ingrese la URL de Redireccion 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,Centavo apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,Escribir correo apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","Diferentes estados para el flujo de trabajo (Por ejemplo: Borrador, Aprobado, Cancelado)" DocType: Print Settings,Allow Print for Draft,Permitir Impresión para Borrador -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.","Error al conectarse a la aplicación QZ Tray ...

Debe tener la aplicación QZ Tray instalada y en ejecución para usar la función de Impresión sin formato.

Haga clic aquí para descargar e instalar la bandeja QZ .
Haga clic aquí para obtener más información sobre la impresión sin procesar ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,Establecer cantidad apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,Presentar este documento para confirmar DocType: Contact,Unsubscribed,No suscrito @@ -1038,6 +1036,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,No hay {0} apps/frappe/frappe/config/customization.py,Add custom forms.,Agregar formularios personalizados. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} en {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,presentado este documento +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Configuración> Permisos de usuario 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.,El sistema ofrece una gran cantidad de roles predefinidos. Usted puede agregar nuevos roles para afinar los permisos. DocType: Communication,CC,CC DocType: Country,Geo,Geo @@ -1078,7 +1077,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,Administrar Aplicaciones DocType: Website Settings,Route Redirects,Redirecciones de ruta apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","Ajustes de idioma, fecha y hora" DocType: User Email,User Email,Correo electrónico del Usuario -DocType: Event,Saturday,Sábado. +DocType: Assignment Rule Day,Saturday,Sábado. DocType: User,Represents a User in the system.,Listado de usuarios en el sistema. DocType: List View Setting,Disable Auto Refresh,Desactivar actualización automática DocType: Comment,Label,Etiqueta @@ -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,Condición {0} no válida DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","Si se selecciona, los usuarios no podrán ver el cuadro de diálogo de confirmación de acceso." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} registro eliminado +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","nombre de etiqueta ..., por ejemplo, #tag" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,Atajos de teclado DocType: Post,Comments,Comentarios apps/frappe/frappe/public/js/frappe/dom.js,Confirm,Confirmar @@ -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","Si el usuario tiene algún rol asignado, entonces el usuario se convierte en un ""Usuario del Sistema"". Los ""Usuarios del sistema"" tienen acceso al escritorio" DocType: System Settings,Date and Number Format,Formato de Fecha y Número apps/frappe/frappe/model/document.py,one of,uno de +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Configurar> Personalizar formulario apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,Comprobando un momento apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,Mostrar etiquetas DocType: DocField,HTML Editor,Editor de HTML @@ -1262,6 +1263,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,Facturación DocType: Email Queue,Not Sent,No enviado DocType: Web Form,Actions,Acciones +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Configuración> Usuario DocType: Workflow State,align-justify,alinear-justificar DocType: User,Middle Name (Optional),Segundo nombre (opcional) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,No permitido @@ -1290,13 +1292,14 @@ DocType: PayPal Settings,PayPal Settings,Ajustes de PayPal apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,Seleccionar el tipo de documento. apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,"No se puede eliminar {0}, ya que contiene sub-grupos" apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,Hace {0} minutos +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,El día de asignación {0} se ha repetido. DocType: Kanban Board Column,lightblue,azul claro apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,El mismo Campo se ingresa más de una vez DocType: Print Settings,Enable Raw Printing,Habilitar impresión sin formato +DocType: Contact,Contact Numbers,Números de contacto DocType: Website Route Redirect,Source,Referencia apps/frappe/frappe/templates/includes/list/filters.html,clear,Limpiar apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,Terminado -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Configuración> Usuario DocType: Prepared Report,Filter Values,Valores del Filtro DocType: Communication,User Tags,Etiquetas de usuario DocType: Data Migration Run,Fail,Falla @@ -1320,7 +1323,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,Ocultar detalles apps/frappe/frappe/www/qrcode.py,Page has expired!,La página ha expirado! DocType: LDAP Settings,Path to private Key File,Ruta al archivo de clave privada DocType: Workflow State,Tasks,Tareas -DocType: Event,Tuesday,Martes +DocType: Assignment Rule Day,Tuesday,Martes DocType: Blog Settings,Blog Settings,Configuración del Blog apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,Usted puede copiar y pegar este enlace en su navegador DocType: Workflow State,bullhorn,Megáfono @@ -1545,7 +1548,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},No permitido para {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 no es un formato de informe válido. Formato del informe debe \ uno de los siguientes% s DocType: Chat Message,Chat,Chat -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Configuración> Permisos de usuario +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},No se encontraron documentos etiquetados con {0} DocType: LDAP Group Mapping,LDAP Group Mapping,Mapeo de grupo LDAP DocType: Dashboard Chart,Chart Options,Opciones de gráfico apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,Columna sin título @@ -1575,6 +1578,7 @@ DocType: Custom Role,Custom Role,Rol Personalizado apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,Inicio / Carpeta de Prueba 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,Ingrese su contraseña DocType: Dropbox Settings,Dropbox Access Secret,Acceso Secreto a Dropbox +DocType: Tag Link,Document Title,Titulo del documento apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(Obligatorio) DocType: Social Login Key,Social Login Provider,Proveedor de Inicio de Sesión Social apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,Añadir otro comentario @@ -1820,7 +1824,6 @@ DocType: GCalendar Account,Next Sync Token,Siguiente token de sincronización DocType: Energy Point Settings,Energy Point Settings,Configuraciones de puntos de energía DocType: Async Task,Succeeded,Terminado apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},Los siguientes campos son obligatorios en {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","Error al conectarse a la aplicación QZ Tray ...

Debe tener la aplicación QZ Tray instalada y en ejecución para usar la función de Impresión sin formato.

Haga clic aquí para descargar e instalar la bandeja QZ .
Haga clic aquí para obtener más información sobre la impresión sin procesar ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,Establecer el número de copias de seguridad DocType: DocField,Do not allow user to change after set the first time,No permitir que el usuario pueda cambiar después de establecerlo por primera vez apps/frappe/frappe/utils/data.py,1 year ago,hace 1 año @@ -3670,6 +3679,7 @@ DocType: Auto Email Report,Send only if there is any data,Enviar sólo si hay al apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,Fila de Totales apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: el Permiso en el nivel 0 debe ser establecido antes de establecer niveles superiores DocType: Contact,Sync with Google Contacts,Sincronizar con los contactos de Google +DocType: Tag Link,Document Tag,Etiqueta de documento apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},Asignación cerrada por {0} DocType: Integration Request,Remote,Remoto apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,Calcular @@ -3759,6 +3769,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,Camb DocType: Email Domain,domain name,nombre de dominio DocType: Contact Email,Contact Email,Correo electrónico de contacto DocType: Kanban Board Column,Order,Orden +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,No se encontraron resultados para {0} en Búsqueda global DocType: Report,Ref DocType,Ref. DocType apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,Ingrese ID de Cliente antes de que se active el inicio de sesión social apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,"{0}: no se puede establecer ""corregir"" sin cancelar" @@ -3864,6 +3875,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,Los registros para los siguientes tipos de documento serán filtrados apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,Programador inactivo DocType: Blog Settings,Blog Introduction,Introducción del Blog +DocType: Global Search Settings,Search Priorities,Prioridades de búsqueda DocType: Address,Office,Oficina apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,Este tablero Kanban será privado apps/frappe/frappe/desk/moduleview.py,Standard Reports,Informes Estándares diff --git a/frappe/translations/es_pe.csv b/frappe/translations/es_pe.csv index c4f63afc7c..3a9aea8836 100644 --- a/frappe/translations/es_pe.csv +++ b/frappe/translations/es_pe.csv @@ -16,7 +16,7 @@ apps/frappe/frappe/config/website.py,Settings for Contact Us Page.,Ajustes para DocType: Contact Us Settings,"Contact options, like ""Sales Query, Support Query"" etc each on a new line or separated by commas.","Opciones de contacto , como "" Consultas de Ventas , Soporte de consultas"" , etc cada uno en una nueva línea o separados por comas." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Select {0},Seleccione {0} apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,1 minute ago,Hace 1 minuto -DocType: Global Search Settings,Document Types,Tipos de Documento +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,Tipos de Documento apps/frappe/frappe/config/website.py,Embed image slideshows in website pages.,Presentacion de imágenes incrustadas en páginas web . apps/frappe/frappe/core/doctype/doctype/doctype.py,DocType can not be merged,El DocType no se puede fusionar DocType: Newsletter,Email Sent?,Enviar Email ? @@ -121,7 +121,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,The apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Users with role {0}:,Los usuarios con función {0}: DocType: DocField,Section Break,Salto de sección apps/frappe/frappe/desk/query_report.py,Must specify a Query to run,Debe especificar una consulta para ejecutar -DocType: Event,Saturday,Sábado +DocType: Assignment Rule Day,Saturday,Sábado apps/frappe/frappe/desk/form/assign_to.py,"The task {0}, that you assigned to {1}, has been closed.","La tarea {0}, que asignó a {1}, se ha cerrado." apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Open a module or tool,Abra un Módulo o Herramienta DocType: Customize Form,Enter Form Type,Introduzca Tipo de Formulario @@ -292,7 +292,7 @@ DocType: Report,Report Type,Tipo de informe apps/frappe/frappe/public/js/frappe/form/sidebar/share.js,Share With,Comparte con apps/frappe/frappe/public/js/frappe/form/controls/select.js,Please attach a file first.,Adjunte un archivo primero . apps/frappe/frappe/model/naming.py,"There were some errors setting the name, please contact the administrator","Había algunos errores de configuración el nombre, por favor póngase en contacto con el administrador" -DocType: Event,Sunday,Domingo +DocType: Assignment Rule Day,Sunday,Domingo DocType: Contact Us Settings,Send enquiries to this email address,Puede enviar sus preguntas a la siguiente dirección de correo electrónico apps/frappe/frappe/config/website.py,User editable form on Website.,Forma editable Usuario en el Sitio Web. DocType: File,File Size,Tamaño del archivo diff --git a/frappe/translations/et.csv b/frappe/translations/et.csv index 35285d7f94..b1fdee7856 100644 --- a/frappe/translations/et.csv +++ b/frappe/translations/et.csv @@ -112,7 +112,6 @@ DocType: Data Migration Run,Log,Logi DocType: Workflow State,indent-right,indent-paremale DocType: Has Role,Has Role,Kas Role DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,Aeg sekundites säilitada QR-koodi pilt serveris. Min: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,Kehtetu e-posti konto apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: {2} väljatüüpi {1} ei saa indekseerida DocType: Dashboard Chart,Timespan,Ajavahemik apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Veebilink @@ -129,7 +128,7 @@ DocType: DocType,Default Print Format,Vaikimisi Prindi Formaat DocType: Workflow State,Tags,Sildid apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of Workflow,Puudub: End of töökorraldus apps/frappe/frappe/database/mariadb/schema.py,"{0} field cannot be set as unique in {1}, as there are non-unique existing values","{0} välja ei saa seada ainulaadne {1}, sest on mitte-unikaalne olemasolevate väärtuste" -DocType: Global Search Settings,Document Types,Dokumendi liigid +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,Dokumendi liigid DocType: Address,Jammu and Kashmir,Jammu ja Kashmiri DocType: Workflow,Workflow State Field,Töövoo riik Field DocType: Language,Guest,Külaline @@ -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 Access Key apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,Kohandatud skripti konfigureerimine add_fetchis vale väljanime {0} apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,"Valige Google'i kontaktid, kellega kontakt tuleks sünkroonida." +DocType: Web Page,Main Section (HTML),Peaosa (HTML) DocType: Workflow State,headphones,kõrvaklapid apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,Parooli on vaja või valige Ootan salasõna DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,nt replies@yourcomany.com. Kõik vastuseid tulevad seda postkasti. @@ -388,7 +388,6 @@ DocType: Webhook,Request URL,Taotlege URL-i DocType: Customize Form,Is Table,Kas tabelis DocType: Email Account,Total number of emails to sync in initial sync process ,Koguarv kirju sünkroonida esmase sünkroniseerimise DocType: Website Settings,Set Banner from Image,Määra bänner Image -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},Uus konto on loodud sinu jaoks {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,Juhised Emailitud @@ -526,7 +525,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} ja {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,Alusta vestlust. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Alati lisada "eelnõu" Rubriik trükkimiseks dokumentide eelnõud apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},Viga teatises: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} aasta tagasi DocType: Data Migration Run,Current Mapping Start,Praegune kaardistamine algab apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,Saatke on märgistatud rämpspostina DocType: Comment,Website Manager,Koduleht Manager @@ -567,7 +565,7 @@ DocType: Country,Country Name,Riik nimi apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,Tühi mall DocType: About Us Team Member,About Us Team Member,Meist Team liige 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.","Õigused on seatud Rollid ja dokumentide liigid (nn doctypes) seades õigused nagu lugeda, kirjutada, luua, kustutada, Esita, Loobu, muudab, aruanne, Import, eksport, Print, e-post ja Set User reeglid." -DocType: Event,Wednesday,Kolmapäev +DocType: Assignment Rule Day,Wednesday,Kolmapäev apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,Pilt valdkonnas peab olema kehtiv fieldname DocType: Chat Token,Token,sümboolne apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,Välja nimi {0} on piiratud @@ -687,6 +685,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,Järgmised toimingud HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,Loo postitus apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,Lisage osalejaid +DocType: Web Page,Main Section (Markdown),Põhiosa (Markdown) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,Ainult {0} saadetakse aruanded on lubatud kasutaja kohta apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: {2} väljatüüp {1} ei saa olla ainulaadne DocType: Address,Address Title,Aadress Pealkiri @@ -743,6 +742,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,Failide var DocType: DocField,In Global Search,Global Search DocType: System Settings,Brute Force Security,Brute Force Security DocType: Workflow State,indent-left,indent-vasakule +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} aasta tagasi apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,See on riskantne kustutada seda faili: {0}. Palun võtke System Manager. DocType: Currency,Currency Name,Valuuta nimi apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,nr kirjad @@ -864,7 +864,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,Uuest DocType: Contact Phone,Number,Number DocType: Web Form Field,Web Form Field,Web Form Field apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,Teil on uus sõnum: -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)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,Edit HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,Palun sisestage ümbersuunamise URL 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,Koosta meil apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","Ühendriigid töövoo (nt eelnõu heaks kiidetud, tühistatud)." DocType: Print Settings,Allow Print for Draft,Laske Print eelnõu -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.","Viga QZ-salverakendusega ühenduse loomisel ...

Töötlemata printimise funktsiooni kasutamiseks peab teil olema installitud ja töötav QZ-salve rakendus.

QZ-salve allalaadimiseks ja installimiseks klõpsake siin .
Töötlemata printimise kohta lisateabe saamiseks klõpsake siin ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,Kindlaksmääratud koguses apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,Esita selle dokumendi kinnitamiseks DocType: Contact,Unsubscribed,Tellimata @@ -1038,6 +1036,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,No {0} leitud apps/frappe/frappe/config/customization.py,Add custom forms.,Lisa custom vorme. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} {2}-st apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,esitatud käesoleva dokumendi +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Seadistamine> Kasutaja õigused 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.,Süsteem pakub palju ettemääratud rollid. Saate lisada uusi rolle seada peenem õigused. DocType: Communication,CC,CC DocType: Country,Geo,Geo @@ -1078,7 +1077,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,Kolmanda osapoole rakendu DocType: Website Settings,Route Redirects,Marsruudi ümbersuunamised apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","Keel, kuupäeva ja kellaaja seaded" DocType: User Email,User Email,Kasutaja Post -DocType: Event,Saturday,Laupäev +DocType: Assignment Rule Day,Saturday,Laupäev DocType: User,Represents a User in the system.,Kujutab Kasutaja süsteemis. DocType: List View Setting,Disable Auto Refresh,Keela automaatne värskendamine DocType: Comment,Label,Etikett @@ -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,Kehtetu {0} tingimus DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","Kui see on lubatud, siis kasutaja ei näe Kinnita Access dialoogi." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} kirje kustutatud +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","sildi nimi ..., nt #tag" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,Klaviatuuri otseteed DocType: Post,Comments,Kommentaarid apps/frappe/frappe/public/js/frappe/dom.js,Confirm,Kinnita @@ -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","Kui kasutajal on roll kontrollida, siis kasutaja saab "System User". "Süsteem Kasutaja" on juurdepääs töölauale" DocType: System Settings,Date and Number Format,Kuupäev ja Arvuvorming apps/frappe/frappe/model/document.py,one of,üks +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Seadistamine> Vormi kohandamine apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,Kontroll üks hetk apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,Näita Sildid DocType: DocField,HTML Editor,HTML-redaktor @@ -1262,6 +1263,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,Arved DocType: Email Queue,Not Sent,Ei Saadetud DocType: Web Form,Actions,Actions +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Seadistamine> Kasutaja DocType: Workflow State,align-justify,"viia, õigustada" DocType: User,Middle Name (Optional),Lähis nimi (valikuline) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,Ei ole lubatud @@ -1290,13 +1292,14 @@ DocType: PayPal Settings,PayPal Settings,PayPal seaded apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,Valige dokumendi tüüp apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,"Ei saa kustutada {0}, sest see on tütartippu" apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} minutit tagasi +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,Ülesandepäev {0} on korduv. DocType: Kanban Board Column,lightblue,helesinine apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,Sama väli sisestatakse rohkem kui üks kord DocType: Print Settings,Enable Raw Printing,Luba töötlemata printimine +DocType: Contact,Contact Numbers,Kontaktnumbrid DocType: Website Route Redirect,Source,Allikas apps/frappe/frappe/templates/includes/list/filters.html,clear,selge apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,Valmis -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Seadistamine> Kasutaja DocType: Prepared Report,Filter Values,Filtri väärtused DocType: Communication,User Tags,Kasutaja Sildid DocType: Data Migration Run,Fail,Ebaõnnestus @@ -1320,7 +1323,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,Peidaüksikasjad apps/frappe/frappe/www/qrcode.py,Page has expired!,Lehekülg on aegunud! DocType: LDAP Settings,Path to private Key File,Tee privaatvõtmefaili DocType: Workflow State,Tasks,Ülesanded -DocType: Event,Tuesday,Teisipäev +DocType: Assignment Rule Day,Tuesday,Teisipäev DocType: Blog Settings,Blog Settings,Blogi Seaded apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,Võite kopeeri see link oma brauseri DocType: Workflow State,bullhorn,bullhorn @@ -1545,7 +1548,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},Pole lubatud {0} jaok 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 ei ole kehtiv aruande vormi. Aruande esitamine peaks \ üks järgmistest% s DocType: Chat Message,Chat,Vestlus -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Seadistamine> Kasutaja õigused +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},Ühtegi dokumenti ei leitud sildiga {0} DocType: LDAP Group Mapping,LDAP Group Mapping,LDAP-grupi kaardistamine DocType: Dashboard Chart,Chart Options,Diagrammi valikud apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,Pealkirjata veerg @@ -1575,6 +1578,7 @@ DocType: Custom Role,Custom Role,Custom Role apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,Home / Test Folder 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,Sisestage parool DocType: Dropbox Settings,Dropbox Access Secret,Dropbox Access Secret +DocType: Tag Link,Document Title,Dokumendi pealkiri apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(Kohustuslik) DocType: Social Login Key,Social Login Provider,Social Login Provider apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,Lisa veel üks kommentaar @@ -1820,7 +1824,6 @@ DocType: GCalendar Account,Next Sync Token,Järgmine sünkroniseerimine DocType: Energy Point Settings,Energy Point Settings,Energiapunkti seaded DocType: Async Task,Succeeded,Õnnestus apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},Kohustuslikud väljad on nõutud {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","Viga QZ-salverakendusega ühenduse loomisel ...

Töötlemata printimise funktsiooni kasutamiseks peab teil olema installitud ja töötav QZ-salve rakendus.

QZ-salve allalaadimiseks ja installimiseks klõpsake siin .
Töötlemata printimise kohta lisateabe saamiseks klõpsake siin ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,Määra arv Varukoopiad DocType: DocField,Do not allow user to change after set the first time,Ära lase kasutajal muuta pärast seatud esimest korda apps/frappe/frappe/utils/data.py,1 year ago,1 aasta tagasi @@ -3659,6 +3668,7 @@ DocType: Auto Email Report,Send only if there is any data,"Saada ainult siis, ku apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,Totals Row apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: Luba tasemel 0 tuleb kehtestada enne kõrgem tase määratakse DocType: Contact,Sync with Google Contacts,Sünkrooni Google'i kontaktidega +DocType: Tag Link,Document Tag,Dokumendi silt apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},Ülesanne suletud {0} DocType: Integration Request,Remote,kauge apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,Arvutama @@ -3748,6 +3758,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,Muud DocType: Email Domain,domain name,domeeninimi DocType: Contact Email,Contact Email,Kontakt E- DocType: Kanban Board Column,Order,järjekord +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,Globaalses otsingus ei leitud tulemusi {0} DocType: Report,Ref DocType,Ref DocType apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,Palun sisestage kliendi ID enne sotsiaalse sisselogimise lubamist apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0}: Ei saa määrata Muuta ilma Tühista @@ -3853,6 +3864,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,Doktüüpe järgnevad kirjed filtreeritakse apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,Ajasti mitteaktiivne DocType: Blog Settings,Blog Introduction,Blogi Sissejuhatus +DocType: Global Search Settings,Search Priorities,Otsinguprioriteedid DocType: Address,Office,Kontor apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,See Kanban Board on privaatne apps/frappe/frappe/desk/moduleview.py,Standard Reports,Standard aruanded diff --git a/frappe/translations/fa.csv b/frappe/translations/fa.csv index 9d5a0e691c..d41e5c9bd2 100644 --- a/frappe/translations/fa.csv +++ b/frappe/translations/fa.csv @@ -110,7 +110,6 @@ DocType: Data Migration Run,Log,ورود DocType: Workflow State,indent-right,تورفتگی راست DocType: Has Role,Has Role,است نقش DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,زمان در ثانیه برای حفظ تصویر کد QR بر روی سرور. حداقل: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,حساب ایمیل نامعتبر apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: Fieldtype {1} برای {2} نمی تواند ایندکس شود DocType: Dashboard Chart,Timespan,مدت زمان apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,لینک سایت @@ -127,7 +126,7 @@ DocType: DocType,Default Print Format,به طور پیش فرض فرمت چاپ DocType: Workflow State,Tags,برچسب ها apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of 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} درست است نه می تواند تنظیم شود که در {1} منحصر به فرد، به عنوان مقادیر غیر منحصر به فرد موجود وجود دارد -DocType: Global Search Settings,Document Types,انواع سند +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,انواع سند DocType: Address,Jammu and Kashmir,جامو و کشمیر DocType: Workflow,Workflow State Field,فیلد وضعیت گردش کار DocType: Language,Guest,مهمان @@ -283,6 +282,7 @@ DocType: Customize Form Field,"Print Width of the field, if the field is a colum DocType: Dropbox Settings,Dropbox Access Key,Dropbox به دسترسی های کلیدی apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,نام فیلد اشتباه {0} در add_fetch پیکربندی اسکریپت سفارشی apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,مخاطبین Google را انتخاب کنید که مخاطب با آنها همگام شود. +DocType: Web Page,Main Section (HTML),بخش اصلی (HTML) DocType: Workflow State,headphones,هدفون apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,رمز عبور لازم است و یا در انتظار رمز عبور را انتخاب کنید DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,به عنوان مثال replies@yourcomany.com. همه پاسخ به این صندوق آمده است. @@ -376,7 +376,6 @@ DocType: Webhook,Request URL,درخواست URL DocType: Customize Form,Is Table,است جدول DocType: Email Account,Total number of emails to sync in initial sync process ,تعداد کل ایمیل های برای همگام سازی در فرآیند همگام سازی اولیه DocType: Website Settings,Set Banner from Image,تنظیم بنر از تصویر -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,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},یک حساب جدید را برای شما در {0} ایجاد شده است. apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,دستورالعمل ایمیل ارسال @@ -511,7 +510,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} و {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,یک مکالمه شروع کنید DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",همیشه "پیش نویس" افزودن عنوان برای چاپ اسناد پیش نویس apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},خطا در اعلان: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} سال پیش DocType: Data Migration Run,Current Mapping Start,شروع نقشه فعلی apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,ایمیل شده است به عنوان هرزنامه علامتگذاری شده است DocType: Comment,Website Manager,مدیر وب سایت @@ -551,7 +549,7 @@ DocType: Country,Country Name,نام کشور apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,الگوی خالی DocType: About Us Team Member,About Us Team Member,درباره ما تیم کاربران 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.",مجوز بر نقش ها و انواع سند (به نام DocTypes) با تنظیم حقوق مانند مجموعه خواندن، نوشتن، ایجاد، حذف، ارسال، لغو، اصلاح، گزارش، واردات، صادرات، چاپ، ایمیل و تنظیم کاربر مجوز. -DocType: Event,Wednesday,چهار شنبه +DocType: Assignment Rule Day,Wednesday,چهار شنبه apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,تصویر زمینه باید یک FIELDNAME معتبر باشد DocType: Chat Token,Token,رمز apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,نام زمینه {0} محدود شده است @@ -669,6 +667,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,بعدی اقدامات HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,ایجاد پست apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,شرکت کنندگان اضافه کردن +DocType: Web Page,Main Section (Markdown),بخش اصلی (Markdown) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,تنها {0} ایمیل فرستاده گزارش ها در هر کاربر مجاز apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: Fieldtype {1} برای {2} نمی تواند منحصر به فرد باشد DocType: Address,Address Title,عنوان نشانی @@ -725,6 +724,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,نسخه پ DocType: DocField,In Global Search,در جهانی جستجو DocType: System Settings,Brute Force Security,امنیت نیروی بیرحمانه DocType: Workflow State,indent-left,تورفتگی سمت چپ +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} سال پیش apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,این خطرناک است این فایل را حذف کنید: {0}. لطفا با مدیر سیستم تماس بگیرید. DocType: Currency,Currency Name,نام ارز apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,هیچ ایمیل @@ -844,7 +844,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,دو DocType: Contact Phone,Number,عدد DocType: Web Form Field,Web Form Field,فرم درست apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,شما یک پیام جدید از: -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) استفاده کنید. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,ویرایش HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,لطفا URL تغییر مسیر را وارد کنید apps/frappe/frappe/core/doctype/language/language.py,"{0} must begin and end with a letter and can only contain letters, @@ -904,7 +903,6 @@ apps/frappe/frappe/utils/data.py,Cent,در صد apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,نوشتن ایمیل apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).",ایالات به طور (به عنوان مثال پیش نویس، مصوب، منتفی شد). DocType: Print Settings,Allow Print for Draft,اجازه چاپ برای پیش نویس -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.","خطایی در اتصال به برنامه سینی QZ Tray ...

برای استفاده از ویژگی چاپ خام ، باید برنامه QT Tray را نصب و اجرا کنید.

برای بارگیری و نصب QZ Tray اینجا کلیک کنید .
برای کسب اطلاعات بیشتر در مورد چاپ خام اینجا کلیک کنید ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,تنظیم تعداد apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,ارسال این سند را به اعلام DocType: Contact,Unsubscribed,اشتراک لغو @@ -1017,6 +1015,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,بدون {0} apps/frappe/frappe/config/customization.py,Add custom forms.,اضافه کردن فرم های سفارشی. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} در {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,ارسال این سند +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,تنظیم> مجوزهای کاربر 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.,سیستم بسیاری از نقش های از پیش تعریف شده را فراهم می کند. شما می توانید نقش های جدید اضافه برای تنظیم دسترسی ظریف. DocType: Communication,CC,CC DocType: Country,Geo,ژئو @@ -1057,7 +1056,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,مدیریت برنامه DocType: Website Settings,Route Redirects,مسیرهای تغییر مسیر apps/frappe/frappe/config/settings.py,"Language, Date and Time settings",تنظیمات زبان، تاریخ و زمان DocType: User Email,User Email,ایمیل کاربر -DocType: Event,Saturday,روز شنبه +DocType: Assignment Rule Day,Saturday,روز شنبه DocType: User,Represents a User in the system.,نشان دهنده یک کاربر در سیستم. DocType: List View Setting,Disable Auto Refresh,تازه کردن خودکار را غیرفعال کنید DocType: Comment,Label,برچسب @@ -1175,6 +1174,7 @@ apps/frappe/frappe/utils/nestedset.py,Multiple root nodes not allowed.,چند گ DocType: Note,"If enabled, users will be notified every time they login. If not enabled, users will only be notified once.",اگر فعال باشد، کاربران اطلاع داده خواهد شد در هر زمان آنها برای ورود اگر فعال نیست، کاربران فقط یک بار اعلام شده است. apps/frappe/frappe/core/doctype/doctype/doctype.py,Invalid {0} condition,{0} نامعتبر است DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.",اگر علامت زده شود، کاربران نمی خواهد گفت و گو تایید دسترسی را ببینید. +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag",نام برچسب ... ، به عنوان مثال #tag apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,میانبرهای صفحه کلید DocType: Post,Comments,نظرات apps/frappe/frappe/public/js/frappe/dom.js,Confirm,تایید @@ -1227,6 +1227,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",اگر کاربر هر نقش بررسی است، پس از آن کاربر یک "سیستم کاربر" می شود. "سیستم کاربر" دسترسی به دسکتاپ است DocType: System Settings,Date and Number Format,تاریخ و شماره فرمت apps/frappe/frappe/model/document.py,one of,یکی از +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,تنظیم> سفارشی کردن فرم apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,چک کردن یک لحظه apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,نمایش برچسب ها DocType: DocField,HTML Editor,ویرایشگر HTML @@ -1234,6 +1235,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,صدور صورت حساب DocType: Email Queue,Not Sent,ارسال نشد DocType: Web Form,Actions,عملیات +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,تنظیم> کاربر DocType: Workflow State,align-justify,چین-توجیه DocType: User,Middle Name (Optional),نام میانه (اختیاری) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,غیر مجاز @@ -1262,10 +1264,10 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} د DocType: Kanban Board Column,lightblue,آبی کمرنگ apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,همان فیلد وارد شده بیش از یک بار است DocType: Print Settings,Enable Raw Printing,چاپ خام را فعال کنید +DocType: Contact,Contact Numbers,شماره تماس DocType: Website Route Redirect,Source,منبع apps/frappe/frappe/templates/includes/list/filters.html,clear,واضح apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,تمام شده -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,تنظیم> کاربر DocType: Prepared Report,Filter Values,ارزشهای فیلتر DocType: Communication,User Tags,کاربر برچسب ها DocType: Data Migration Run,Fail,شکست @@ -1289,7 +1291,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,پنهان کر apps/frappe/frappe/www/qrcode.py,Page has expired!,صفحه منقضی شده است! DocType: LDAP Settings,Path to private Key File,مسیر به پرونده کلید خصوصی DocType: Workflow State,Tasks,وظایف -DocType: Event,Tuesday,سهشنبه +DocType: Assignment Rule Day,Tuesday,سهشنبه DocType: Blog Settings,Blog Settings,تنظیمات وبلاگ apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,شما همچنین می توانید این لینک را در مرورگر خود کپی-پیست کنید DocType: Workflow State,bullhorn,bullhorn @@ -1504,7 +1506,6 @@ DocType: User,Set New Password,تنظیم کلمه عبور جدید 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 از فرمت گزارش معتبر نیست. فرمت گزارش باید یکی از موارد زیر٪ S \ DocType: Chat Message,Chat,گپ زدن -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,تنظیم> مجوزهای کاربر DocType: LDAP Group Mapping,LDAP Group Mapping,نقشه برداری گروه LDAP DocType: Dashboard Chart,Chart Options,گزینه های نمودار apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,ستون بدون عنوان @@ -1532,6 +1533,7 @@ DocType: Custom Role,Custom Role,نقش سفارشی apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,صفحه اصلی / پوشه تست 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,رمز عبور خود را وارد کنید DocType: Dropbox Settings,Dropbox Access Secret,Dropbox به دسترسی راز +DocType: Tag Link,Document Title,عنوان اسناد apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(اجباری، الزامی) DocType: Social Login Key,Social Login Provider,ارائه دهنده خدمات اجتماعی apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,اضافه کردن یکی دیگر از نظر @@ -1766,7 +1768,6 @@ DocType: GCalendar Account,Next Sync Token,توالی همگام سازی بعد DocType: Energy Point Settings,Energy Point Settings,تنظیمات نقطه انرژی DocType: Async Task,Succeeded,پیش apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},زمینه های مورد نیاز اجباری در {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","خطایی در اتصال به برنامه سینی QZ Tray ...

برای استفاده از ویژگی چاپ خام ، باید برنامه QT Tray را نصب و اجرا کنید.

برای بارگیری و نصب QZ Tray اینجا کلیک کنید .
برای کسب اطلاعات بیشتر در مورد چاپ خام اینجا کلیک کنید ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,تعداد مجموعه ای از پشتیبان گیری DocType: DocField,Do not allow user to change after set the first time,اجازه نمی دهد کاربر به تغییر پس از تنظیم اولین بار apps/frappe/frappe/utils/data.py,1 year ago,1 سال پیش @@ -3549,6 +3556,7 @@ DocType: Auto Email Report,Send only if there is any data,ارسال تنها د apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,ردیف مجموع apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: اجازه در سطح 0 باید پیش سطوح بالاتر تنظیم ها DocType: Contact,Sync with Google Contacts,همگام سازی با مخاطبین Google +DocType: Tag Link,Document Tag,برچسب اسناد apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},انتساب بسته های {0} DocType: Integration Request,Remote,از راه دور apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,محاسبه @@ -3736,6 +3744,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,رکوردها برای نوع doctypes زیر فیلتر می شوند apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,زمانبند غیرفعال DocType: Blog Settings,Blog Introduction,وبلاگ مقدمه +DocType: Global Search Settings,Search Priorities,اولویت های جستجو DocType: Address,Office,دفتر apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,این هیئت مدیره Kanban خصوصی خواهد بود apps/frappe/frappe/desk/moduleview.py,Standard Reports,گزارش استاندارد diff --git a/frappe/translations/fi.csv b/frappe/translations/fi.csv index 1dc24d6f64..b729d89678 100644 --- a/frappe/translations/fi.csv +++ b/frappe/translations/fi.csv @@ -112,7 +112,6 @@ DocType: Data Migration Run,Log,Loki DocType: Workflow State,indent-right,luetelmakohta-oikeus DocType: Has Role,Has Role,on rooli DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,Aika sekunneissa säilyttää QR-kuvatiedosto palvelimella. Min: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,Virheellinen sähköpostitili apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: Kenttätyyppiä {1} {2} ei voida indeksoida DocType: Dashboard Chart,Timespan,Aikajänne apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Verkkosivu linkki @@ -129,7 +128,7 @@ DocType: DocType,Default Print Format,oletus tulostusmuoto DocType: Workflow State,Tags,Tagit apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of Workflow,Ei mitään: työketjun loppu apps/frappe/frappe/database/mariadb/schema.py,"{0} field cannot be set as unique in {1}, as there are non-unique existing values","{0} kenttää ei voi asettaa ainutlaatuiseksi {1}, sillä ei-ainutlaatuisia arvoja on olemassa" -DocType: Global Search Settings,Document Types,Dokumentin tyypit +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,Dokumentin tyypit DocType: Address,Jammu and Kashmir,Jammun ja Kashmirin DocType: Workflow,Workflow State Field,Työnketjun vaiheen kenttä DocType: Language,Guest,vieras @@ -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 pääsy tunnus apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,Virheellinen kentänimi {0} mukautetun komentosarjan add_fetch-kokoonpanossa apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,"Valitse Google-yhteystiedot, joihin yhteyshenkilö synkronoidaan." +DocType: Web Page,Main Section (HTML),Pääosa (HTML) DocType: Workflow State,headphones,kuulokkeet apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,Tarvitaan salasana tai valitse Odotetaan salasana DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,"esim, vastaukset@yourcomany.com, kaikki vastaukset saapuvat tähän postilaatikkoon" @@ -388,7 +388,6 @@ DocType: Webhook,Request URL,Pyydä URL-osoitetta DocType: Customize Form,Is Table,taulukkomuotoinen DocType: Email Account,Total number of emails to sync in initial sync process ,Kokonaismäärä sähköposteja synkronoida alkusynkronoinnin prosessissa DocType: Website Settings,Set Banner from Image,Aseta bannerimuodon kuva -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Global haku DocType: Email Account,SparkPost,SparkPost apps/frappe/frappe/templates/emails/new_user.html,A new account has been created for you at {0},Sinulle on luotu tili palveluun {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,ohjeet sähköpostiisi @@ -526,7 +525,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} ja {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,Aloita keskustelu. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents","Lisää aina ""Luonnos"" otsikko dokumenttien tulostuksiin" apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},Virhe ilmoituksessa: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} vuosi sitten DocType: Data Migration Run,Current Mapping Start,Nykyinen kartoitus alkaa apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,Sähköposti on merkitty roskapostiksi DocType: Comment,Website Manager,Verkkosivuston ylläpitäjä @@ -567,7 +565,7 @@ DocType: Country,Country Name,Maan nimi apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,Tyhjä malli DocType: About Us Team Member,About Us Team Member,Tietoa tiimin jäsenistä 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.","Käyttöikeudet asetetaan rooleille ja tietuetyypeille. Asetettavissa on esim seuraavia oikeuksia: luku, kirjoitus, luonti, poistaminen, tallennus, peruutus, muokkaus, raportointi, tuonti, vienti, tulostus, sähköposti ja käyttäjän oikeuksien asetus." -DocType: Event,Wednesday,Keskiviikko +DocType: Assignment Rule Day,Wednesday,Keskiviikko apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,Kuva kentän täytyy olla kelvollinen fieldname DocType: Chat Token,Token,symbolinen apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,Kenttänimi {0} on rajoitettu @@ -687,6 +685,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,Seuraava toimet HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,Luo viesti apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,Lisää osallistujia +DocType: Web Page,Main Section (Markdown),Pääosasto (merkinnät) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,Vain {0} lähetettyjen raporttien sallitaan per käyttäjä apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: Kenttätyyppi {1} kohteelle {2} ei voi olla ainutlaatuinen DocType: Address,Address Title,osoiteotsikko @@ -743,6 +742,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,Tiedoston v DocType: DocField,In Global Search,Global Search DocType: System Settings,Brute Force Security,Brute Force Security DocType: Workflow State,indent-left,luetelmakohta vasemmassa +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} vuosi sitten apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,Se on riskialtista poistaa tiedoston: {0}. Ota yhteyttä System Manager. DocType: Currency,Currency Name,valuutan nimi apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,ei Sähköpostit @@ -864,7 +864,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,yrit DocType: Contact Phone,Number,Määrä DocType: Web Form Field,Web Form Field,Verkkosivun Lomakkeen kenttä apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,Sinulla on uusi viesti osoitteesta: -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)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,muokkaa HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,Anna uudelleenohjaus-URL 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,sentti apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,Kirjoita sähköposti apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","Työketjun vaiheet (esim, Luonnos, Hyväksytty, Peruttu)" DocType: Print Settings,Allow Print for Draft,Salli Print for Draft -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.","Virhe yhteyden muodostamisessa QZ-lokerosovellukseen ...

Raaka tulostustoiminnon käyttäminen edellyttää, että QZ Tray -sovellus on asennettu ja käynnissä.

Lataa ja asenna QZ-lokero napsauttamalla tätä .
Napsauta tätä saadaksesi lisätietoja Raw-tulostamisesta ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,Aseta yksikkömäärä apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,Vahvista hyväksyväsi tämän dokumentin DocType: Contact,Unsubscribed,Peruutettu @@ -1038,6 +1036,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,Tietueita ei apps/frappe/frappe/config/customization.py,Add custom forms.,lisää omia lomakkeita/muotoja 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,Vahvisti tämän dokumentin +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Asennus> Käyttäjän oikeudet 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.,"Järjestelmässä on monia ennalta määriteltyjä rooleja, voit lisätä uusia rooleja määritelläksesi tarkempia käyttöoikeuksia" DocType: Communication,CC,CC DocType: Country,Geo,sijainti @@ -1078,7 +1077,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,Hallinnoi kolmannen osapu DocType: Website Settings,Route Redirects,Reitin uudelleenohjaukset apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","Kieli, päivämäärä ja kellon asetukset" DocType: User Email,User Email,Käyttäjä Sähköposti -DocType: Event,Saturday,Lauantai +DocType: Assignment Rule Day,Saturday,Lauantai DocType: User,Represents a User in the system.,Edustaa Käyttäjä järjestelmässä. DocType: List View Setting,Disable Auto Refresh,Poista automaattinen päivitys käytöstä DocType: Comment,Label,Nimike @@ -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,Virheellinen {0} ehto DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","Mikäli valittu, käyttäjät eivät näe Vahvista Access dialogi." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} tietue poistettu +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","tunnisteen nimi ..., esimerkiksi #tag" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,Pikanäppäimet DocType: Post,Comments,Kommentit apps/frappe/frappe/public/js/frappe/dom.js,Confirm,vahvista @@ -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","Jos käyttäjällä on mitään roolia valittuna, käyttäjä tulee "System User". "Järjestelmän Käyttäjä" on työpöydällä" DocType: System Settings,Date and Number Format,Päivämäärän ja numeron muoto apps/frappe/frappe/model/document.py,one of,Yksi +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Asennus> Mukauta lomaketta apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,Tarkistetaan yksi hetki apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,Näytä tagit DocType: DocField,HTML Editor,HTML-editori @@ -1262,6 +1263,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,Laskutus DocType: Email Queue,Not Sent,Ei lähetetty DocType: Web Form,Actions,Toiminnot +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Asennus> Käyttäjä DocType: Workflow State,align-justify,oikea tasaus DocType: User,Middle Name (Optional),Toinen nimi (valinnainen) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,Ei Sallittu @@ -1290,13 +1292,14 @@ DocType: PayPal Settings,PayPal Settings,PayPal Asetukset apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,Valitse asiakirjan tyyppi apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,ei poi poistaa {0} koska sillä on alasidoksia apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} minuuttia sitten +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,Tehtäväpäivä {0} on toistettu. DocType: Kanban Board Column,lightblue,vaaleansininen apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,Sama kenttä syötetään useammin kuin kerran DocType: Print Settings,Enable Raw Printing,Ota raakatulostus käyttöön +DocType: Contact,Contact Numbers,Yhteysnumerot DocType: Website Route Redirect,Source,Lähde apps/frappe/frappe/templates/includes/list/filters.html,clear,tyhjennä apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,Valmiit -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Asennus> Käyttäjä DocType: Prepared Report,Filter Values,Suodatinarvot DocType: Communication,User Tags,Käyttäjän tagit DocType: Data Migration Run,Fail,epäonnistua @@ -1320,7 +1323,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,piilota lisätie apps/frappe/frappe/www/qrcode.py,Page has expired!,Sivu on vanhentunut! DocType: LDAP Settings,Path to private Key File,Polku yksityiseen avaintiedostoon DocType: Workflow State,Tasks,Tehtävät -DocType: Event,Tuesday,tiistai +DocType: Assignment Rule Day,Tuesday,tiistai DocType: Blog Settings,Blog Settings,blogiasetukset apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,voit kopioida ja liittää tämän linkin selaimeesi DocType: Workflow State,bullhorn,sarvi @@ -1545,7 +1548,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},Ei sallittu {0}: {1} 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 ei ole kelvollinen raportin muodossa. Raportti muoto olisi \ jokin seuraavista% s DocType: Chat Message,Chat,Pikaviestintä -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Asennus> Käyttäjän oikeudet +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},Yhtään asiakirjaa ei löytynyt merkinnällä {0} DocType: LDAP Group Mapping,LDAP Group Mapping,LDAP-ryhmän kartoitus DocType: Dashboard Chart,Chart Options,Kaavioasetukset apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,Nimetön sarake @@ -1575,6 +1578,7 @@ DocType: Custom Role,Custom Role,Mukautettu rooli apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,Etusivu / Test-kansion 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,syötä salasana DocType: Dropbox Settings,Dropbox Access Secret,Dropbox pääsy salaus +DocType: Tag Link,Document Title,Asiakirjan otsikko apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(Pakollinen) DocType: Social Login Key,Social Login Provider,Sosiaalisen kirjautumisen tarjoaja apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,Lisää toinen kommentti @@ -1820,7 +1824,6 @@ DocType: GCalendar Account,Next Sync Token,Seuraava synkronointitunnus DocType: Energy Point Settings,Energy Point Settings,Energiapisteen asetukset DocType: Async Task,Succeeded,Onnistui apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},Syötä pakolliset kentät lomakkeelle {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","Virhe yhteyden muodostamisessa QZ-lokerosovellukseen ...

Raaka tulostustoiminnon käyttäminen edellyttää, että QZ Tray -sovellus on asennettu ja käynnissä.

Lataa ja asenna QZ-lokero napsauttamalla tätä .
Napsauta tätä saadaksesi lisätietoja Raw-tulostamisesta ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,Aseta määrä Varmuuskopiot DocType: DocField,Do not allow user to change after set the first time,älä anna käyttäjän muuttaa määrityksiä ensimmäisen kerrän jälkeen apps/frappe/frappe/utils/data.py,1 year ago,1 vuosi sitten @@ -3659,6 +3668,7 @@ DocType: Auto Email Report,Send only if there is any data,"Lähetä vain, jos on apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,Totals Row apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: oikeudet tasolla 0 on asetettava ennen ylempien tasojen asettamista DocType: Contact,Sync with Google Contacts,Synkronoi Google-yhteystietojen kanssa +DocType: Tag Link,Document Tag,Asiakirjan tunniste apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},tehtävä suljettu {0}:sta DocType: Integration Request,Remote,Etä apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,Laske @@ -3748,6 +3758,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,muut DocType: Email Domain,domain name,verkkotunnus DocType: Contact Email,Contact Email,"yhteystiedot, sähköposti" DocType: Kanban Board Column,Order,Tilaus +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,Haulle {0} ei löytynyt tuloksia globaalissa haussa DocType: Report,Ref DocType,Viitetyyppi apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,Anna asiakastunnus ennen sosiaalisen sisäänkirjautumisen ottamista käyttöön apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0}: Ei voi korjata ilman perumista @@ -3853,6 +3864,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,Tietojen tallentaminen seuraaviin tietotyppeihin suodatetaan apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,Aikataulu ei aktiivinen DocType: Blog Settings,Blog Introduction,Blogi Esittely +DocType: Global Search Settings,Search Priorities,Etsi prioriteetteja DocType: Address,Office,Toimisto apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,Tämä Kanban Hallitus on yksityisiä apps/frappe/frappe/desk/moduleview.py,Standard Reports,standardiraportit diff --git a/frappe/translations/fr.csv b/frappe/translations/fr.csv index f4fd888b26..198154d215 100644 --- a/frappe/translations/fr.csv +++ b/frappe/translations/fr.csv @@ -112,7 +112,6 @@ DocType: Data Migration Run,Log,Journal DocType: Workflow State,indent-right,décaler-droite DocType: Has Role,Has Role,A Un Rôle DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,Temps en secondes pour conserver l'image du code QR sur le serveur. Min: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,Compte de messagerie invalide apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: le type de champ {1} pour {2} ne peut pas être indexé DocType: Dashboard Chart,Timespan,Période apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Lien Web @@ -129,7 +128,7 @@ DocType: DocType,Default Print Format,Format d'Impression par Défaut DocType: Workflow State,Tags,Balises apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of Workflow,Aucun: Fin de Flux de Travail apps/frappe/frappe/database/mariadb/schema.py,"{0} field cannot be set as unique in {1}, as there are non-unique existing values","Le champ {0} ne peut pas être défini comme unique dans {1}, car il existe des valeurs non-uniques" -DocType: Global Search Settings,Document Types,Types de Documents +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,Types de Documents DocType: Address,Jammu and Kashmir,Jammu and Kashmir DocType: Workflow,Workflow State Field,Champ de l'État du Flux de Travail DocType: Language,Guest,Invité @@ -290,6 +289,7 @@ DocType: Customize Form Field,"Print Width of the field, if the field is a colum DocType: Dropbox Settings,Dropbox Access Key,Clé d'Accès Dropbox apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,Nom de champ incorrect {0} dans la configuration add_fetch du script personnalisé apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,Sélectionnez les contacts Google avec lesquels le contact doit être synchronisé. +DocType: Web Page,Main Section (HTML),Section principale (HTML) DocType: Workflow State,headphones,casques apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,Mot de Passe est requis ou sélectionner En Attente de Mot de Passe DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,e.g. replies@yourcompany.com. Toutes les réponses seront envoyées à cette adresse. @@ -389,7 +389,6 @@ DocType: Webhook,Request URL,URL de Demande DocType: Customize Form,Is Table,Est Table DocType: Email Account,Total number of emails to sync in initial sync process ,Nombre total d'emails à synchroniser dans le processus de synchronisation initiale DocType: Website Settings,Set Banner from Image,Définir la Bannière depuis l'Image -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Recherche Globale DocType: Email Account,SparkPost,SparkPost apps/frappe/frappe/templates/emails/new_user.html,A new account has been created for you at {0},Un nouveau compte a été créé pour vous à {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,Instructions Envoyées par Email @@ -527,7 +526,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} et {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,Commencer une conversation. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents","Toujours ajouter ""Brouillon"" pour l'impression des documents brouillons" apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},Erreur dans la notification: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} année (s) DocType: Data Migration Run,Current Mapping Start,Démarrage Mapping Actuel apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,L'Email a été marqué comme étant un spam DocType: Comment,Website Manager,Responsable du Site Web @@ -568,7 +566,7 @@ DocType: Country,Country Name,Nom Pays apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,Modèle vierge DocType: About Us Team Member,About Us Team Member,À propos du Membre de l'équipe 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.","Les Autorisations sont définies sur les Rôles et les Types de Documents (appelés DocTypes) en définissant des droits , tels que Lire, Écrire, Créer, Supprimer, Soumettre, Annuler, Modifier, Rapporter, Importer, Exporter, Imprimer, Envoyer un Email et Définir les Autorisations de l'Utilisateur ." -DocType: Event,Wednesday,Mercredi +DocType: Assignment Rule Day,Wednesday,Mercredi apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,Champ de l'image doit être un champ valide DocType: Chat Token,Token,Jeton apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,Le nom de champ {0} est restreint @@ -688,6 +686,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,HTML pour les actions suivantes apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,Créer un message apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,Ajouter des participants +DocType: Web Page,Main Section (Markdown),Section principale (Markdown) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,Seulement {0} rapports envoyés par Email sont autorisés par utilisateur apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: le type de champ {1} pour {2} ne peut pas être unique DocType: Address,Address Title,Titre de l'Adresse @@ -744,6 +743,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,La sauvegar DocType: DocField,In Global Search,Dans la Recherche Globale DocType: System Settings,Brute Force Security,"Sécurité contre les attaques de type ""force brute""" DocType: Workflow State,indent-left,décaler-gauche +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} année (s) apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,Il est risqué de supprimer ce fichier : {0}. Veuillez contactez votre Administrateur Système. DocType: Currency,Currency Name,Nom de la Devise apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,Aucun Email @@ -865,7 +865,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,Recom DocType: Contact Phone,Number,Nombre DocType: Web Form Field,Web Form Field,Champ de Formulaire Web apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,Vous avez un nouveau message de: -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)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,Modifier le code HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,Veuillez entrer l'URL de redirection apps/frappe/frappe/core/doctype/language/language.py,"{0} must begin and end with a letter and can only contain letters, @@ -925,7 +924,6 @@ apps/frappe/frappe/utils/data.py,Cent,Centime apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,Écrire un Email apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","États pour flux de travail (par exemple, Brouillons , Approuvé, Annulé)." DocType: Print Settings,Allow Print for Draft,Autoriser l'Impression si Brouillon -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.","Erreur de connexion à l'application QZ Tray ...

L'application QZ Tray doit être installée et en cours d'exécution pour que vous puissiez utiliser la fonction d'impression brute.

Cliquez ici pour télécharger et installer QZ Tray .
Cliquez ici pour en savoir plus sur l'impression brute ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,Définir Quantité apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,Soumettre ce document pour confirmer DocType: Contact,Unsubscribed,Désinscrit @@ -1039,6 +1037,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,Pas de {0} tr apps/frappe/frappe/config/customization.py,Add custom forms.,Ajouter des formulaires personnalisés. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0} : {1} à {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,a soumis ce document +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Configuration> Autorisations utilisateur 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.,Le système offre de nombreux rôles prédéfinis. Vous pouvez ajouter de nouveaux rôles pour définir des autorisations plus fines . DocType: Communication,CC,CC DocType: Country,Geo,Geo @@ -1079,7 +1078,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,Gérer les Applications T DocType: Website Settings,Route Redirects,Route Redirects apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","Paramètres de Langue, Date et Heure" DocType: User Email,User Email,Email de l'Utilisateur -DocType: Event,Saturday,Samedi +DocType: Assignment Rule Day,Saturday,Samedi DocType: User,Represents a User in the system.,Représente un Utilisateur dans le système. DocType: List View Setting,Disable Auto Refresh,Désactiver l'actualisation automatique DocType: Comment,Label,Étiquette @@ -1203,6 +1202,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,Condition {0} invalide DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","Si cochée, les utilisateurs ne verront pas la boîte de dialogue de Confirmation d'Accès." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} enregistrement supprimé +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","nom de tag ..., par exemple #tag" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,Raccourcis clavier DocType: Post,Comments,Commentaires apps/frappe/frappe/public/js/frappe/dom.js,Confirm,Confirmer @@ -1257,6 +1257,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","Si l'utilisateur a un rôle quelconque vérifié, il devient un ""Utilisateur Système"". L'""Utilisateur Système"" a accès au bureau" DocType: System Settings,Date and Number Format,Format de Date et Nombre apps/frappe/frappe/model/document.py,one of,l'un des +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Configuration> Personnaliser le formulaire apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,Vérification un moment apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,Afficher les balises DocType: DocField,HTML Editor,Éditeur HTML @@ -1264,6 +1265,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,Facturation DocType: Email Queue,Not Sent,Non Envoyé DocType: Web Form,Actions,Actions +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Configuration> Utilisateur DocType: Workflow State,align-justify,aligné-justifié DocType: User,Middle Name (Optional),Deuxième Prénom (Optionnel) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,Non Autorisé @@ -1292,13 +1294,14 @@ DocType: PayPal Settings,PayPal Settings,Paramètres PayPal apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,Sélectionner le Type de Document apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,Impossible de supprimer {0} car il possède des sous-nœuds apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,Il y a {0} minutes +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,Le jour d’affectation {0} a été répété. DocType: Kanban Board Column,lightblue,bleu clair apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,Champ identique entré plus d'une fois DocType: Print Settings,Enable Raw Printing,Activer l'impression brute +DocType: Contact,Contact Numbers,Numéro de contact DocType: Website Route Redirect,Source,Source apps/frappe/frappe/templates/includes/list/filters.html,clear,effacer apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,Fini -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Configuration> Utilisateur DocType: Prepared Report,Filter Values,Valeurs du filtre DocType: Communication,User Tags,Balise Utilisateur DocType: Data Migration Run,Fail,Échec @@ -1322,7 +1325,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,Masquer les Dét apps/frappe/frappe/www/qrcode.py,Page has expired!,La Page a Expiré! DocType: LDAP Settings,Path to private Key File,Chemin vers le fichier de clé privée DocType: Workflow State,Tasks,Tâches -DocType: Event,Tuesday,Mardi +DocType: Assignment Rule Day,Tuesday,Mardi DocType: Blog Settings,Blog Settings,Paramètres du Blog apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,Vous pouvez également copier-coller ce lien dans votre navigateur DocType: Workflow State,bullhorn,Mégaphone (bullhorn) @@ -1547,7 +1550,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},Non autorisé pour {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 n’est pas un format de rapport valide. Le format de Rapport devrait \ l'un des %s suivants DocType: Chat Message,Chat,Chat -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Configuration> Autorisations utilisateur +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},Aucun document trouvé tagué avec {0} DocType: LDAP Group Mapping,LDAP Group Mapping,Mappage de groupe LDAP DocType: Dashboard Chart,Chart Options,Options de graphique apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,Colonne sans titre @@ -1577,6 +1580,7 @@ DocType: Custom Role,Custom Role,Rôle Personnalisé apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,Accueil / Dossier Test 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,Entrez votre mot de passe DocType: Dropbox Settings,Dropbox Access Secret,Secret d’Accès Dropbox +DocType: Tag Link,Document Title,Titre du document apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(Obligatoire) DocType: Social Login Key,Social Login Provider,Fournisseur de connexion sociale apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,Ajouter un Autre Commentaire @@ -1822,7 +1826,6 @@ DocType: GCalendar Account,Next Sync Token,Jeton de synchronisation suivant DocType: Energy Point Settings,Energy Point Settings,Paramètres de points d'énergie DocType: Async Task,Succeeded,Réussi apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},Champs Obligatoires Requis : {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","Erreur de connexion à l'application QZ Tray ...

L'application QZ Tray doit être installée et en cours d'exécution pour que vous puissiez utiliser la fonction d'impression brute.

Cliquez ici pour télécharger et installer QZ Tray .
Cliquez ici pour en savoir plus sur l'impression brute ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,Définir Nombre de Sauvegardes DocType: DocField,Do not allow user to change after set the first time,Ne pas permettre à l'utilisateur de changer après avoir défini le premier paramétrage apps/frappe/frappe/utils/data.py,1 year ago,Il y a 1 an @@ -3674,6 +3683,7 @@ DocType: Auto Email Report,Send only if there is any data,Envoyer seulement s'il apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,Ligne de totaux apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0} : L'Autorisation au niveau 0 doit être définie avant que les niveaux plus élevés soient parametrés DocType: Contact,Sync with Google Contacts,Synchroniser avec Google Contacts +DocType: Tag Link,Document Tag,Balise de document apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},Affectation fermé par {0} DocType: Integration Request,Remote,À Distance apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,Calculer @@ -3763,6 +3773,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,Chan DocType: Email Domain,domain name,Nom de Domaine DocType: Contact Email,Contact Email,Email du Contact DocType: Kanban Board Column,Order,Commande +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,Aucun résultat trouvé pour {0} dans la recherche globale DocType: Report,Ref DocType,Doctype de Réf. apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,Veuillez entrer le code client avant que le login social soit activé apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0} : Impossible de choisir Modifier sans Annuler @@ -3868,6 +3879,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,Les enregistrements pour les doctypes suivants seront filtrés apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,Planificateur inactif DocType: Blog Settings,Blog Introduction,Introduction du Blog +DocType: Global Search Settings,Search Priorities,Priorités de recherche DocType: Address,Office,Bureau apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,Ce Tableau Kanban sera privé apps/frappe/frappe/desk/moduleview.py,Standard Reports,Rapports Standard diff --git a/frappe/translations/gu.csv b/frappe/translations/gu.csv index 31484cc374..b9b9c8cfd6 100644 --- a/frappe/translations/gu.csv +++ b/frappe/translations/gu.csv @@ -111,7 +111,6 @@ DocType: Data Migration Run,Log,પ્રવેશ કરો DocType: Workflow State,indent-right,ઇન્ડેન્ટ અધિકાર DocType: Has Role,Has Role,ભૂમિકા છે DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,સર્વર પર QR કોડ છબીને જાળવી રાખવા માટે સેકંડનો સમય. લઘુત્તમ: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,અમાન્ય ઇમેઇલ એકાઉન્ટ DocType: Dashboard Chart,Timespan,સમય ગાળો apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,વેબ લિંક DocType: Deleted Document,Restored,પુનર્સ્થાપિત @@ -127,7 +126,7 @@ DocType: DocType,Default Print Format,મૂળભૂત પ્રિન્ટ DocType: Workflow State,Tags,ટૅગ્સ apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of 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} ક્ષેત્ર, {1} તરીકે અનન્ય સેટ કરી શકાય છે" -DocType: Global Search Settings,Document Types,દસ્તાવેજ પ્રકાર +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,દસ્તાવેજ પ્રકાર DocType: Address,Jammu and Kashmir,જમ્મુ અને કાશ્મીર DocType: Workflow,Workflow State Field,વર્કફ્લો રાજ્ય ક્ષેત્ર DocType: Language,Guest,ગેસ્ટ @@ -286,6 +285,7 @@ DocType: Customize Form Field,"Print Width of the field, if the field is a colum DocType: Dropbox Settings,Dropbox Access Key,ડ્રૉપબૉક્સ ઍક્સેસ કી apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,કસ્ટમ સ્ક્રિપ્ટના add_fetch ગોઠવણીમાં ખોટું ફિલ્ડ નામ {0} apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,ગૂગલ સંપર્કો પસંદ કરો કે જેમાં સંપર્ક સમન્વયિત થવો જોઈએ. +DocType: Web Page,Main Section (HTML),મુખ્ય વિભાગ (એચટીએમએલ) DocType: Workflow State,headphones,હેડફોન apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,પાસવર્ડ જરૂરી અથવા પ્રતીક્ષામાં પાસવર્ડ પસંદ કરો છે DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,દા.ત. replies@yourcomany.com. બધા જવાબો આ ઇનબૉક્સ આવશે. @@ -382,7 +382,6 @@ DocType: Webhook,Request URL,વિનંતી URL DocType: Customize Form,Is Table,ટેબલ છે DocType: Email Account,Total number of emails to sync in initial sync process ,ઇમેઇલ્સ કુલ સંખ્યા પ્રારંભિક સમન્વયન પ્રક્રિયામાં સમન્વય કરવા DocType: Website Settings,Set Banner from Image,છબી સેટ કરો બૅનર -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,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},એક નવું એકાઉન્ટ પર તમારા માટે બનાવવામાં આવ્યું છે {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,સૂચનાઓ ઇમેઇલ @@ -519,7 +518,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} અને {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,વાતચીત શરૂ કરો DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",હંમેશા પ્રિન્ટીંગ ડ્રાફ્ટ દસ્તાવેજો માટે મથાળું "ડ્રાફ્ટ" ઉમેરો apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},સૂચનામાં ભૂલ: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} વર્ષ (ઓ) પહેલાં DocType: Data Migration Run,Current Mapping Start,વર્તમાન મેપિંગ પ્રારંભ apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,ઇમેઇલ સ્પામ તરીકે માર્ક કરવામાં આવી છે DocType: Comment,Website Manager,વેબસાઇટ મેનેજર @@ -560,7 +558,7 @@ DocType: Country,Country Name,દેશ નામ apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,ખાલી Templateાંચો DocType: About Us Team Member,About Us Team Member,અમારો ટીમ સભ્ય વિશે 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.","પરવાનગીઓ, રિપોર્ટ, આયાત, નિકાસ, પ્રિન્ટ, ઇમેઇલ અને સેટ, વપરાશકર્તા પરવાનગીઓ લખો બનાવો, કાઢી નાખો, સબમિટ રદ સુધારો, ભૂમિકાઓ અને વાંચન જેવી અધિકારો સુયોજિત કરીને દસ્તાવેજ પ્રકાર (જેને DocTypes) પર સુયોજિત થાય છે." -DocType: Event,Wednesday,બુધવારે +DocType: Assignment Rule Day,Wednesday,બુધવારે apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,છબી ક્ષેત્ર માન્ય FIELDNAME હોવા જ જોઈએ DocType: Chat Token,Token,ટોકન apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,ફીલ્ડનામ {0} પ્રતિબંધિત છે @@ -680,6 +678,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,આગળ ક્રિયાઓ HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,પોસ્ટ બનાવો apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,સહભાગીઓ ઉમેરો +DocType: Web Page,Main Section (Markdown),મુખ્ય વિભાગ (માર્કડાઉન) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,માત્ર {0} ઇમેઇલ અહેવાલો વપરાશકર્તા દીઠ માન્ય છે DocType: Address,Address Title,સરનામું શીર્ષક DocType: Website Settings,Footer Items,ફૂટર વસ્તુઓ @@ -735,6 +734,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,ફાઇ DocType: DocField,In Global Search,વૈશ્વિક શોધ DocType: System Settings,Brute Force Security,બ્રુટ ફોર્સ સિક્યુરિટી DocType: Workflow State,indent-left,ઇન્ડેન્ટ ડાબી +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} વર્ષ (ઓ) પહેલાં apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,તે આ ફાઇલ કાઢી જોખમી છે: {0}. તમારી સિસ્ટમ મેનેજરનો સંપર્ક કરો. DocType: Currency,Currency Name,કરન્સી નામ apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,કોઈ ઇમેઇલ્સ @@ -855,7 +855,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,ફ DocType: Contact Phone,Number,સંખ્યા DocType: Web Form Field,Web Form Field,વેબ ફોર્મ ક્ષેત્ર apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,તમારી પાસેથી એક નવો સંદેશ છે: -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 ની કિંમતો માટે) નો ઉપયોગ કરો." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,HTML સંપાદિત કરો apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,કૃપા કરીને પુનઃદિશામાન URL દાખલ કરો apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Restore Original Permissions,મૂળ પરવાનગીઓ પુનઃસ્થાપિત @@ -913,7 +912,6 @@ apps/frappe/frappe/utils/data.py,Cent,ટકા apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,ઇમેઇલ કંપોઝ apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","વર્કફ્લો માટે સ્ટેટસ (દા.ત. ડ્રાફ્ટ મંજૂર, રદ)." DocType: Print Settings,Allow Print for Draft,ડ્રાફ્ટ માટે િ ટ કરો પરવાનગી આપે છે -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.","ક્યૂઝેડ ટ્રે એપ્લિકેશનથી કનેક્ટ કરવામાં ભૂલ ...

કાચો મુદ્રણ સુવિધા વાપરવા માટે તમારી પાસે ક્યૂઝેડ ટ્રે એપ્લિકેશન ઇન્સ્ટોલ અને ચાલુ હોવી જરૂરી છે.

ક્યૂઝેડ ટ્રેને ડાઉનલોડ અને ઇન્સ્ટોલ કરવા અહીં ક્લિક કરો .
કાચો છાપવા વિશે વધુ જાણવા માટે અહીં ક્લિક કરો ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,સેટ જથ્થો apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,તેની ખાતરી કરવા માટે આ દસ્તાવેજ સબમિટ DocType: Contact,Unsubscribed,અનસબ્સ્ક્રાઇબ્ડ @@ -1026,6 +1024,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,કોઈ {0} apps/frappe/frappe/config/customization.py,Add custom forms.,વૈવિધ્યપૂર્ણ સ્વરૂપો ઉમેરો. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} માં {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,આ દસ્તાવેજ રજૂ +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,સેટઅપ> વપરાશકર્તા પરવાનગી 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.,સિસ્ટમ ઘણા પૂર્વ નિર્ધારિત ભૂમિકા પૂરી પાડે છે. તમે ફાઇનર પરવાનગીઓ સુયોજિત કરવા માટે નવી ભૂમિકા ઉમેરી શકો છો. DocType: Communication,CC,સીસી DocType: Country,Geo,જીઓ @@ -1066,7 +1065,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,થર્ડ પાર્ DocType: Website Settings,Route Redirects,રૂટ રીડાયરેક્ટ્સ apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","ભાષા, તારીખ અને સમય સેટિંગ્સ" DocType: User Email,User Email,વપરાશકર્તા ઇમેઇલ -DocType: Event,Saturday,શનિવારે +DocType: Assignment Rule Day,Saturday,શનિવારે DocType: User,Represents a User in the system.,સિસ્ટમમાં વપરાશકર્તા પ્રતિનિધિત્વ કરે છે. DocType: List View Setting,Disable Auto Refresh,સ્વત. તાજું કરો અક્ષમ કરો DocType: Comment,Label,લેબલ @@ -1187,6 +1186,7 @@ apps/frappe/frappe/utils/nestedset.py,Multiple root nodes not allowed.,મલ્ DocType: Note,"If enabled, users will be notified every time they login. If not enabled, users will only be notified once.","જો સક્ષમ હોય, વપરાશકર્તાઓ, દર વખતે તેઓ લોગીન જાણ કરવામાં આવશે. જો સક્ષમ છે, તો વપરાશકર્તાઓ માત્ર એક જ વાર જાણ કરવામાં આવશે." apps/frappe/frappe/core/doctype/doctype/doctype.py,Invalid {0} condition,અમાન્ય {0} સ્થિતિ DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","જો ચકાસાયેલ હોય, વપરાશકર્તાઓ ખાતરી ઍક્સેસ સંવાદ દેખાશે નહીં." +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","ટ tagગ નામ ..., દા.ત. # ટેગ" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,કીબોર્ડ શૉર્ટકટ્સ DocType: Post,Comments,ટિપ્પણીઓ apps/frappe/frappe/public/js/frappe/dom.js,Confirm,ખાતરી કરો @@ -1241,6 +1241,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","વપરાશકર્તા કોઇ ભૂમિકા ચકાસાયેલ હોય, તો પછી વપરાશકર્તા "સિસ્ટમ વપરાશકર્તા" બની જાય છે. "સિસ્ટમ વપરાશકર્તા" ડેસ્કટોપ ઍક્સેસ છે" DocType: System Settings,Date and Number Format,તારીખ અને સંખ્યા ફોર્મેટ apps/frappe/frappe/model/document.py,one of,માનૂ એક +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,સેટઅપ> ફોર્મ કસ્ટમાઇઝ કરો apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,એક ક્ષણ તપાસી apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,બતાવો ટૅગ્સ DocType: DocField,HTML Editor,એચટીએમએલ એડિટર @@ -1248,6 +1249,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,બિલિંગ DocType: Email Queue,Not Sent,મોકલવામાં આવ્યો ન DocType: Web Form,Actions,ક્રિયાઓ +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,સેટઅપ> વપરાશકર્તા DocType: Workflow State,align-justify,સંરેખિત-સર્મથન DocType: User,Middle Name (Optional),મધ્ય નામ (વૈકલ્પિક) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,પરવાનગી નથી @@ -1273,13 +1275,14 @@ DocType: PayPal Settings,PayPal Settings,પેપાલ સેટિંગ્ apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,દસ્તાવેજ પ્રકારની પસંદ કરો apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,"તે બાળક ગાંઠો છે, કારણ કે {0} કાઢી શકાતો નથી" apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} મિનિટ પહેલા +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,સોંપણી દિવસ {0} પુનરાવર્તિત કરવામાં આવ્યો છે. DocType: Kanban Board Column,lightblue,પ્રકાશ વાદળી apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,આ જ ક્ષેત્ર એકથી વધુ વાર દાખલ થયો છે DocType: Print Settings,Enable Raw Printing,કાચો મુદ્રણ સક્ષમ કરો +DocType: Contact,Contact Numbers,સંપર્ક નંબર DocType: Website Route Redirect,Source,સોર્સ apps/frappe/frappe/templates/includes/list/filters.html,clear,સ્પષ્ટ apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,સમાપ્ત -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,સેટઅપ> વપરાશકર્તા DocType: Prepared Report,Filter Values,ફિલ્ટર મૂલ્યો DocType: Communication,User Tags,વપરાશકર્તા ટૅગ્સ DocType: Data Migration Run,Fail,નિષ્ફળ @@ -1303,7 +1306,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,વિગતો apps/frappe/frappe/www/qrcode.py,Page has expired!,પૃષ્ઠની મુદત પૂરી થઈ ગઈ છે! DocType: LDAP Settings,Path to private Key File,ખાનગી કી ફાઇલનો માર્ગ DocType: Workflow State,Tasks,કાર્યો -DocType: Event,Tuesday,મંગળવારે +DocType: Assignment Rule Day,Tuesday,મંગળવારે DocType: Blog Settings,Blog Settings,બ્લોગ સેટિંગ્સ apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,તમે પણ તમારા બ્રાઉઝરમાં આ લિંક કોપી પેસ્ટ કરી શકો છો DocType: Workflow State,bullhorn,bullhorn @@ -1523,7 +1526,6 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},{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 માન્ય અહેવાલ બંધારણમાં નથી. રિપોર્ટ બંધારણમાં \ જોઈએ% s નીચેનામાંથી એક DocType: Chat Message,Chat,ચેટ -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,સેટઅપ> વપરાશકર્તા પરવાનગી DocType: LDAP Group Mapping,LDAP Group Mapping,એલડીએપી ગ્રુપ મેપિંગ DocType: Dashboard Chart,Chart Options,ચાર્ટ વિકલ્પો apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,શીર્ષક વિનાની કumnલમ @@ -1552,6 +1554,7 @@ DocType: Custom Role,Custom Role,કસ્ટમ ભૂમિકા apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,ઘર / ટેસ્ટ ફોલ્ડરમાં 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,તમારો પાસવર્ડ દાખલ કરો DocType: Dropbox Settings,Dropbox Access Secret,ડ્રૉપબૉક્સ ઍક્સેસ સિક્રેટ +DocType: Tag Link,Document Title,દસ્તાવેજ શીર્ષક apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(ફરજિયાત) DocType: Social Login Key,Social Login Provider,સામાજિક લૉગિન પ્રદાતા apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,અન્ય એક ટિપ્પણી ઉમેરો @@ -1790,7 +1793,6 @@ DocType: GCalendar Account,Next Sync Token,આગળ સમન્વયન ટ DocType: Energy Point Settings,Energy Point Settings,એનર્જી પોઇન્ટ સેટિંગ્સ DocType: Async Task,Succeeded,સફળ apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},જરૂરી ફરજિયાત ક્ષેત્રો {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","ક્યૂઝેડ ટ્રે એપ્લિકેશનથી કનેક્ટ કરવામાં ભૂલ ...

કાચો મુદ્રણ સુવિધા વાપરવા માટે તમારી પાસે ક્યૂઝેડ ટ્રે એપ્લિકેશન ઇન્સ્ટોલ અને ચાલુ હોવી જરૂરી છે.

ક્યૂઝેડ ટ્રેને ડાઉનલોડ અને ઇન્સ્ટોલ કરવા અહીં ક્લિક કરો .
કાચો છાપવા વિશે વધુ જાણવા માટે અહીં ક્લિક કરો ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,સેટ બેકઅપ સંખ્યા DocType: DocField,Do not allow user to change after set the first time,પ્રથમ વખત વપરાશકર્તા પછી સમૂહ બદલવા માટે પરવાનગી આપે છે નથી apps/frappe/frappe/utils/data.py,1 year ago,1 વર્ષ પહેલાં @@ -3590,6 +3599,7 @@ DocType: Auto Email Report,Send only if there is any data,માત્ર મો apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,ટૉટલ્સ પંક્તિ apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: ઉચ્ચ સ્તરો સેટ થાય તે પહેલા સ્તર 0 પરવાનગી સુયોજિત થયેલ હોવું જ જોઈએ DocType: Contact,Sync with Google Contacts,ગૂગલ સંપર્કો સાથે સુમેળ કરો +DocType: Tag Link,Document Tag,દસ્તાવેજ ટ Tagગ apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},સોંપણી દ્વારા બંધ {0} DocType: Integration Request,Remote,દૂરસ્થ apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,ગણતરી @@ -3776,6 +3786,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,નીચેના doctypes માટે રેકોર્ડ ફિલ્ટર કરવામાં આવશે apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,સુનિશ્ચિત નિષ્ક્રિય DocType: Blog Settings,Blog Introduction,બ્લોગ પરિચય +DocType: Global Search Settings,Search Priorities,પ્રાધાન્યતા શોધો DocType: Address,Office,ઓફિસ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,આ Kanban બોર્ડ ખાનગી રહેશે apps/frappe/frappe/desk/moduleview.py,Standard Reports,ધોરણ અહેવાલો diff --git a/frappe/translations/he.csv b/frappe/translations/he.csv index 1eb2460ad9..02a7beabd6 100644 --- a/frappe/translations/he.csv +++ b/frappe/translations/he.csv @@ -736,7 +736,7 @@ DocType: Contact,Mobile No,נייד לא DocType: SMS Settings,SMS Gateway URL,URL SMS Gateway DocType: Country,Geo,Geo apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: No basic permissions set,{0}: לא להגדיר הרשאות בסיסיות -DocType: Event,Friday,יום שישי +DocType: Assignment Rule Day,Friday,יום שישי DocType: DocType,ASC,ASC apps/frappe/frappe/model/base_document.py,Options not set for link field {0},אפשרויות לא נקבעו לקישור שדה {0} DocType: Letter Head,Printing,הדפסה @@ -834,7 +834,7 @@ DocType: DefaultValue,Key,מפתח apps/frappe/frappe/core/doctype/report/report.js,Write a Python file in the same folder where this is saved and return column and result.,הוסף קובץ פייתון באותה התיקייה שבה זה נשמר ולחזור טור ותוצאה. DocType: Footer Item,Policy,מְדִינִיוּת DocType: DocField,Display Depends On,התצוגה תלויה -apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js,Day,יְוֹם +DocType: Assignment Rule Day,Day,יְוֹם apps/frappe/frappe/core/doctype/doctype/doctype.py,Title field must be a valid fieldname,כותרת שדה חייב להיות תקף fieldname apps/frappe/frappe/public/js/frappe/ui/toolbar/about.js,Open Source Applications for the Web,יישומי קוד פתוחים לאינטרנט DocType: Workflow State,Home,בית @@ -1238,7 +1238,7 @@ DocType: Role,"If disabled, this role will be removed from all users.","אם מ apps/frappe/frappe/core/doctype/doctype/doctype.py,Fold can not be at the end of the form,קיפול לא יכול להיות בסופו של הטופס apps/frappe/frappe/utils/password_strength.py,"Repeats like ""abcabcabc"" are only slightly harder to guess than ""abc""",חזרות כמו "abcabcabc" הם רק מעט יותר קשה לנחש מ "ABC" DocType: Blog Post,Blog Intro,בלוג Intro -DocType: Event,Thursday,יום חמישי +DocType: Assignment Rule Day,Thursday,יום חמישי DocType: Workflow State,remove-circle,להסיר עיגול DocType: Custom DocPerm,Cancel,לבטל DocType: Contact,Open,פתוח @@ -1434,7 +1434,7 @@ apps/frappe/frappe/public/js/frappe/ui/slides.js,Next,הבא DocType: DocType,Name Case,Case שם DocType: Note,"Help: To link to another record in the system, use ""#Form/Note/[Note Name]"" as the Link URL. (don't use ""http://"")","עזרה: לקישור לרשומה אחרת במערכת, להשתמש ""# טופס / הערה / [הערה שם]"" ככתובת URL הקישור. (לא להשתמש ""http: //"")" apps/frappe/frappe/custom/doctype/customize_form/customize_form.py,Row {0}: Not allowed to enable Allow on Submit for standard fields,שורת {0}: לא תורשה לאפשר אפשר בשלח לשדות סטנדרטיים -DocType: Event,Tuesday,יום שלישי +DocType: Assignment Rule Day,Tuesday,יום שלישי apps/frappe/frappe/email/doctype/email_account/email_account.py,Authentication failed while receiving emails from Email Account {0}. Message from server: {1},אימות נכשלה תוך קבלת הודעות דוא"ל מחשבון דוא"ל {0}. הודעה מהשרת: {1} DocType: Email Account,Enable Incoming,אפשר נכנסת apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html,Create a New Format,צור פורמט חדש @@ -1471,7 +1471,7 @@ DocType: Email Account,Notifications and bulk mails will be sent from this outgo DocType: Website Settings,Disable Customer Signup link in Login page,קישור הרשמה לקוחות השבת בדף כניסה DocType: Help Article,Likes,אוהב DocType: DocField,Float,Float -DocType: Global Search Settings,Document Types,סוגי מסמכים +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,סוגי מסמכים apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js,Custom HTML,המותאם אישית HTML DocType: Workflow,Document States,מסמך הברית apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},שדות חובה הנדרשים {0} @@ -1647,7 +1647,7 @@ apps/frappe/frappe/config/core.py,Background Email Queue,תור דוא"ל apps/frappe/frappe/public/js/frappe/model/model.js,Merge with existing,מיזוג עם קיים apps/frappe/frappe/templates/emails/new_user.html,Click on the link below to complete your registration and set a new password,לחץ על הקישור הבא כדי להשלים את הרישום שלך ולהגדיר סיסמא חדשה DocType: Email Queue,Send After,שלח אחרי -DocType: Event,Monday,יום שני +DocType: Assignment Rule Day,Monday,יום שני DocType: Email Account,e.g. pop.gmail.com / imap.gmail.com,למשל pop.gmail.com / imap.gmail.com DocType: Email Queue,Email Queue,תור דוא"ל DocType: Tag Category,Category Name,שם קטגוריה @@ -1686,7 +1686,7 @@ DocType: Async Task,Reference Doc,התייחסות דוק apps/frappe/frappe/core/doctype/doctype/doctype.py,DocType can not be merged,לא ניתן למזג DOCTYPE DocType: ToDo,ToDo,ToDo DocType: Notification,Days Before,ימים לפני -DocType: Event,Wednesday,יום רביעי +DocType: Assignment Rule Day,Wednesday,יום רביעי 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: Web Form,Allow Edit,לאפשר עריכה DocType: Blog Post,Blog Post,בלוג הודעה @@ -1725,7 +1725,7 @@ apps/frappe/frappe/core/doctype/report/report.js,Enable Report,אפשר דווח apps/frappe/frappe/templates/includes/login/login.js,Both login and password required,התחברות שתי והסיסמה הנדרשת apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html,Search or type a command,חפש או הקלד פקודה DocType: Chat Message Attachment,Attachment,קובץ מצורף -DocType: Event,Sunday,יום ראשון +DocType: Assignment Rule Day,Sunday,יום ראשון apps/frappe/frappe/utils/jinja.py,Syntax error in template,שגיאת תחביר התבנית apps/frappe/frappe/config/desk.py,Chat messages and other notifications.,הודעות צ'אט והודעות אחרות. DocType: Contact,Last Name,שם משפחה @@ -1764,7 +1764,7 @@ apps/frappe/frappe/public/js/frappe/request.js,The resource you are looking for apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,שדה תמונה חייב להיות fieldname תקף DocType: User,Represents a User in the system.,מייצג משתמש במערכת. DocType: DocType,Allow Rename,לאפשר שינוי שם -DocType: Event,Saturday,יום שבת +DocType: Assignment Rule Day,Saturday,יום שבת apps/frappe/frappe/core/doctype/activity_log/activity_log.py,Sorry! You cannot delete auto-generated comments,מצטער! אתה לא יכול למחוק הערות שנוצרו באופן אוטומטי DocType: Contact,Passive,פסיבי apps/frappe/frappe/utils/response.py,You don't have permission to access this file,אין לך הרשאה לגשת לקובץ זה diff --git a/frappe/translations/hi.csv b/frappe/translations/hi.csv index 6ed942d63d..b620cf01d6 100644 --- a/frappe/translations/hi.csv +++ b/frappe/translations/hi.csv @@ -111,7 +111,6 @@ DocType: Data Migration Run,Log,लॉग DocType: Workflow State,indent-right,इंडेंट सही DocType: Has Role,Has Role,भूमिका है DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,सर्वर पर QR कोड छवि बनाए रखने के लिए समय सेकंड। न्यूनतम: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,अमान्य ईमेल खाता apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: {2} के लिए फ़ील्डटाइप {1} अनुक्रमित नहीं किया जा सकता है DocType: Dashboard Chart,Timespan,समय अवधि apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,जाल संपर्क @@ -128,7 +127,7 @@ DocType: DocType,Default Print Format,डिफ़ॉल्ट प्रिं DocType: Workflow State,Tags,टैग apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of 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} फ़ील्ड, {1} में के रूप में अद्वितीय सेट नहीं किया जा सकता" -DocType: Global Search Settings,Document Types,दस्तावेज़ प्रकार +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,दस्तावेज़ प्रकार DocType: Address,Jammu and Kashmir,जम्मू और कश्मीर DocType: Workflow,Workflow State Field,वर्कफ़्लो राज्य फील्ड DocType: Language,Guest,अतिथि @@ -288,6 +287,7 @@ DocType: Customize Form Field,"Print Width of the field, if the field is a colum DocType: Dropbox Settings,Dropbox Access Key,ड्रॉपबॉक्स प्रवेश कुंजी apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,कस्टम स्क्रिप्ट के add_fetch कॉन्फ़िगरेशन में गलत फ़ील्डनाम {0} apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,"Google संपर्कों का चयन करें, जिनसे संपर्क सिंक किया जाना चाहिए।" +DocType: Web Page,Main Section (HTML),मुख्य भाग (HTML) DocType: Workflow State,headphones,headphones apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,पासवर्ड की आवश्यकता है या प्रतीक्षा कर रहा है पासवर्ड का चयन किया जाता है DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,जैसे replies@yourcomany.com। सभी जवाब दें इस इनबॉक्स के लिए आ जाएगा। @@ -387,7 +387,6 @@ DocType: Webhook,Request URL,अनुरोध URL DocType: Customize Form,Is Table,टेबल है DocType: Email Account,Total number of emails to sync in initial sync process ,ईमेल की कुल संख्या प्रारंभिक समन्वयन प्रक्रिया में सिंक करने के लिए DocType: Website Settings,Set Banner from Image,छवि से बैनर सेट -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,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},एक नया खाता में आप के लिए बनाया गया है {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,निर्देश ईमेल @@ -525,7 +524,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} और {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,एक बातचीत शुरू। DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",हमेशा मुद्रण मसौदा दस्तावेज के लिए शीर्षक "ड्राफ्ट" जोड़ने apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},अधिसूचना में त्रुटि: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} साल पहले DocType: Data Migration Run,Current Mapping Start,वर्तमान मानचित्रण प्रारंभ apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,ईमेल को स्पैम के रूप में चिह्नित किया गया है DocType: Comment,Website Manager,वेबसाइट प्रबंधक @@ -566,7 +564,7 @@ DocType: Country,Country Name,देश का नाम apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,खाली खाका DocType: About Us Team Member,About Us Team Member,हमारे दल के सदस्य के बारे में 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.","अनुमतियाँ रिपोर्ट , आयात, निर्यात , प्रिंट, ईमेल और सेट उपयोगकर्ता अनुमतियाँ , संशोधन , रद्द , सबमिट करें , हटाएँ , बनाएँ , लिखने , पढ़ने के लिए पसंद अधिकार निर्धारित करके भूमिकाओं और दस्तावेज़ प्रकार ( doctypes कहा जाता है) पर टिकी हैं ." -DocType: Event,Wednesday,बुधवार +DocType: Assignment Rule Day,Wednesday,बुधवार apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,छवि क्षेत्र एक वैध FIELDNAME होना चाहिए DocType: Chat Token,Token,टोकन apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,फ़ील्ड नाम {0} प्रतिबंधित है @@ -686,6 +684,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,अगली क्रियाएं एचटीएमएल apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,पोस्ट बनाएं apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,प्रतिभागियों को जोड़ें +DocType: Web Page,Main Section (Markdown),मुख्य अनुभाग (मार्कडाउन) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,केवल {0} ईमेल रिपोर्टों प्रति उपयोगकर्ता की अनुमति है apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: {2} के लिए फ़ील्ड टाइप {1} अद्वितीय नहीं हो सकता DocType: Address,Address Title,पता शीर्षक @@ -742,6 +741,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,फ़ा DocType: DocField,In Global Search,वैश्विक खोज में DocType: System Settings,Brute Force Security,ब्रूट फोर्स सुरक्षा DocType: Workflow State,indent-left,इंडेंट - बाएँ +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} साल पहले apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,यह इस फ़ाइल को नष्ट करने के लिए जोखिम भरा है: {0}। अपने सिस्टम मैनेजर से संपर्क करें। DocType: Currency,Currency Name,मुद्रा का नाम apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,कोई ईमेल @@ -863,7 +863,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,प DocType: Contact Phone,Number,संख्या DocType: Web Form Field,Web Form Field,वेब प्रपत्र फ़ील्ड apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,आपके पास एक नया संदेश है: -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 के बीच मानों के लिए) का उपयोग करें।" apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,HTML संपादित करें apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,कृपया रीडायरेक्ट यूआरएल दर्ज करें apps/frappe/frappe/core/doctype/language/language.py,"{0} must begin and end with a letter and can only contain letters, @@ -923,7 +922,6 @@ apps/frappe/frappe/utils/data.py,Cent,प्रतिशत apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,ईमेल लिखें apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","कार्यप्रवाह के लिए अमेरिका ( जैसे ड्राफ्ट , स्वीकृत , रद्द) ." DocType: Print Settings,Allow Print for Draft,ड्राफ्ट के लिए प्रिंट की अनुमति दें -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.","QZ ट्रे एप्लिकेशन से कनेक्ट करने में त्रुटि ...

रॉ प्रिंट फीचर का उपयोग करने के लिए आपको QZ ट्रे एप्लिकेशन इंस्टॉल और रन करना होगा।

क्यूज ट्रे डाउनलोड और इंस्टॉल करने के लिए यहां क्लिक करें
रॉ प्रिंटिंग के बारे में अधिक जानने के लिए यहां क्लिक करें ।" apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,सेट मात्रा apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,इस बात की पुष्टि करने के लिए इस दस्तावेज जमा करें DocType: Contact,Unsubscribed,आपकी सदस्यता समाप्त कर दी @@ -1037,6 +1035,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,कोई {0} apps/frappe/frappe/config/customization.py,Add custom forms.,कस्टम प्रपत्र जोड़ें। apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} में {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,इस दस्तावेज प्रस्तुत +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,सेटअप> उपयोगकर्ता अनुमतियाँ 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.,प्रणाली कई पूर्व निर्धारित भूमिकाओं में हैं. आप महीन अनुमति सेट करने के लिए नई भूमिका में जोड़ सकते हैं . DocType: Communication,CC,सीसी DocType: Country,Geo,जियो @@ -1077,7 +1076,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,तृतीय पक् DocType: Website Settings,Route Redirects,रूट पुनर्निर्देश apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","भाषा , दिनांक और समय सेटिंग्स" DocType: User Email,User Email,उपयोगकर्ता ईमेल -DocType: Event,Saturday,शनिवार +DocType: Assignment Rule Day,Saturday,शनिवार DocType: User,Represents a User in the system.,प्रणाली में एक उपयोगकर्ता का प्रतिनिधित्व करती। DocType: List View Setting,Disable Auto Refresh,ऑटो रीफ़्रेश अक्षम करें DocType: Comment,Label,लेबल @@ -1200,6 +1199,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,अमान्य {0} स्थिति DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","अगर जाँच की है, उन की पुष्टि पहुँच संवाद नहीं देख सकेंगे।" apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} रिकॉर्ड हटा दिया गया +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","टैग का नाम ..., उदा #tag" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,कुंजीपटल अल्प मार्ग DocType: Post,Comments,टिप्पणियां apps/frappe/frappe/public/js/frappe/dom.js,Confirm,पुष्टि करें @@ -1254,6 +1254,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","उपयोगकर्ता किसी भी भूमिका की जाँच की है, तो यूजर को एक "सिस्टम उपयोगकर्ता" हो जाता है। "सिस्टम उपयोगकर्ता" डेस्कटॉप के लिए उपयोग किया है" DocType: System Settings,Date and Number Format,तिथि और संख्या स्वरूप apps/frappe/frappe/model/document.py,one of,में से एक +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,सेटअप> फॉर्म को अनुकूलित करें apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,एक पल जाँच हो रही है apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,टैग्स दिखाएं DocType: DocField,HTML Editor,एचटीएमएल संपादक @@ -1261,6 +1262,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,बिलिंग DocType: Email Queue,Not Sent,नहीं भेजा गया DocType: Web Form,Actions,क्रियाएँ +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,सेटअप> उपयोगकर्ता DocType: Workflow State,align-justify,संरेखित करें - का औचित्य साबित DocType: User,Middle Name (Optional),मध्य नाम (वैकल्पिक) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,अनुमति नहीं @@ -1289,13 +1291,14 @@ DocType: PayPal Settings,PayPal Settings,पेपैल सेटिंग apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,दस्तावेज़ प्रकार का चयन करें apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,यह बच्चे नोड्स के रूप में {0} को हटा नहीं सकते apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} मिनट पहले +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,असाइनमेंट डे {0} दोहराया गया है। DocType: Kanban Board Column,lightblue,हल्का नीला apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,एक ही बार एक से अधिक बार दर्ज किया गया है DocType: Print Settings,Enable Raw Printing,कच्चे मुद्रण सक्षम करें +DocType: Contact,Contact Numbers,संपर्क संख्या DocType: Website Route Redirect,Source,स्रोत apps/frappe/frappe/templates/includes/list/filters.html,clear,स्पष्ट apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,ख़त्म होना -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,सेटअप> उपयोगकर्ता DocType: Prepared Report,Filter Values,फ़िल्टर मान DocType: Communication,User Tags,उपयोगकर्ता के टैग DocType: Data Migration Run,Fail,असफल @@ -1319,7 +1322,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,विवरण apps/frappe/frappe/www/qrcode.py,Page has expired!,पेज की समय सीमा समाप्त हो गई है! DocType: LDAP Settings,Path to private Key File,निजी कुंजी फ़ाइल के लिए पथ DocType: Workflow State,Tasks,कार्यों -DocType: Event,Tuesday,मंगलवार +DocType: Assignment Rule Day,Tuesday,मंगलवार DocType: Blog Settings,Blog Settings,ब्लॉग सेटिंग्स apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,आप भी इस लिंक को अपने ब्राउज़र में कॉपी-पेस्ट कर सकते है। DocType: Workflow State,bullhorn,bullhorn @@ -1544,7 +1547,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},{0}: {1} के ल 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 एक वैध रिपोर्ट स्वरूप नहीं है। रिपोर्ट प्रारूप \ चाहिए% s निम्न में से एक DocType: Chat Message,Chat,बातचीत -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,सेटअप> उपयोगकर्ता अनुमतियाँ +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},{0} टैग किए गए कोई दस्तावेज़ नहीं मिले DocType: LDAP Group Mapping,LDAP Group Mapping,LDAP ग्रुप मैपिंग DocType: Dashboard Chart,Chart Options,चार्ट विकल्प apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,शीर्षक रहित कॉलम @@ -1574,6 +1577,7 @@ DocType: Custom Role,Custom Role,कस्टम भूमिका apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,घर / परीक्षण फ़ोल्डर 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,अपना पासवर्ड डालें DocType: Dropbox Settings,Dropbox Access Secret,ड्रॉपबॉक्स पहुँच गुप्त +DocType: Tag Link,Document Title,दस्तावेज़ का शीर्षक apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(अनिवार्य) DocType: Social Login Key,Social Login Provider,सामाजिक लॉगिन प्रदाता apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,एक अन्य टिप्पणी जोड़ें @@ -1819,7 +1823,6 @@ DocType: GCalendar Account,Next Sync Token,अगला सिंक टोक DocType: Energy Point Settings,Energy Point Settings,ऊर्जा बिंदु सेटिंग्स DocType: Async Task,Succeeded,सफल रहा apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},में आवश्यक अनिवार्य क्षेत्रों {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","QZ ट्रे एप्लिकेशन से कनेक्ट करने में त्रुटि ...

रॉ प्रिंट फीचर का उपयोग करने के लिए आपको QZ ट्रे एप्लिकेशन इंस्टॉल और रन करना होगा।

क्यूज ट्रे डाउनलोड और इंस्टॉल करने के लिए यहां क्लिक करें
रॉ प्रिंटिंग के बारे में अधिक जानने के लिए यहां क्लिक करें ।" apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,सेट बैकअप की संख्या DocType: DocField,Do not allow user to change after set the first time,उपयोगकर्ता को बदलने की अनुमति न होने के बाद पहली बार सेट apps/frappe/frappe/utils/data.py,1 year ago,1 साल पहले @@ -3670,6 +3679,7 @@ DocType: Auto Email Report,Send only if there is any data,केवल भेज apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,टोटल पंक्ति apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0} : उच्च स्तर सेट कर रहे हैं पहले स्तर 0 पर अनुमति सेट किया जाना चाहिए DocType: Contact,Sync with Google Contacts,Google संपर्क के साथ सिंक करें +DocType: Tag Link,Document Tag,दस्तावेज़ टैग apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},असाइनमेंट द्वारा बंद कर दिया {0} DocType: Integration Request,Remote,रिमोट apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,गणना करें @@ -3759,6 +3769,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,प DocType: Email Domain,domain name,डोमेन नाम DocType: Contact Email,Contact Email,संपर्क ईमेल DocType: Kanban Board Column,Order,व्यवस्था +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,ग्लोबल खोज में {0} के लिए कोई परिणाम नहीं मिला DocType: Report,Ref DocType,रेफरी doctype apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,कृपया सामाजिक लॉगिन सक्षम होने से पहले क्लाइंट आईडी दर्ज करें apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0} : सेट नहीं कर सकता रद्द बिना संशोधन @@ -3864,6 +3875,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,निम्नलिखित सिद्धांतों के लिए रिकॉर्ड्स को फ़िल्टर किया जाएगा apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,अनुसूचक निष्क्रिय DocType: Blog Settings,Blog Introduction,ब्लॉग परिचय +DocType: Global Search Settings,Search Priorities,प्राथमिकताएं खोजें DocType: Address,Office,कार्यालय apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,यह Kanban बोर्ड निजी होगा apps/frappe/frappe/desk/moduleview.py,Standard Reports,मानक रिपोर्ट diff --git a/frappe/translations/hr.csv b/frappe/translations/hr.csv index 95a7d6b741..d09932dafc 100644 --- a/frappe/translations/hr.csv +++ b/frappe/translations/hr.csv @@ -112,7 +112,6 @@ DocType: Data Migration Run,Log,Prijava DocType: Workflow State,indent-right,alineje-desno DocType: Has Role,Has Role,ima ulogu DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,Vrijeme u sekundama za zadržavanje slike QR koda na poslužitelju. Min: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,Nevažeći račun e-pošte apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: Vrsta polja {1} za {2} ne može se indeksirati DocType: Dashboard Chart,Timespan,Vremenski raspon apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Web Link @@ -129,7 +128,7 @@ DocType: DocType,Default Print Format,Zadani oblik ispisa DocType: Workflow State,Tags,oznake apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of Workflow,Ništa: Kraj 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} polje ne može se postaviti kao jedinstvena po {1}, kao što su non-jedinstveni postojeće vrijednosti" -DocType: Global Search Settings,Document Types,Vrste dokumenata +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,Vrste dokumenata DocType: Address,Jammu and Kashmir,Jammu i Kašmir DocType: Workflow,Workflow State Field,Workflow Državna polja DocType: Language,Guest,Gost @@ -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 pristupni ključ apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,Pogrešan naziv polja {0} u konfiguraciji prilagođene skripte add_fetch apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,Odaberite Google kontakte s kojima kontakt treba sinkronizirati. +DocType: Web Page,Main Section (HTML),Glavni odjeljak (HTML) DocType: Workflow State,headphones,slušalice apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,Lozinka je potrebna ili odaberite Očekujem lozinku DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,npr replies@yourcomany.com. Svi odgovori će doći na ovu inbox. @@ -388,7 +388,6 @@ DocType: Webhook,Request URL,Zatražite URL DocType: Customize Form,Is Table,je Tablica DocType: Email Account,Total number of emails to sync in initial sync process ,Ukupan broj e-pošte za sinkronizaciju u početnom procesu sinkronizacije DocType: Website Settings,Set Banner from Image,Postavite banner sa slike -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Globalno pretraživanje DocType: Email Account,SparkPost,SparkPost apps/frappe/frappe/templates/emails/new_user.html,A new account has been created for you at {0},Kreiran korisnički račun u {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,Upute poslane e-poštom @@ -526,7 +525,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} i {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,Započnite razgovor. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Uvijek dodaj "skica" Na putu za ispis nacrta dokumenata apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},Pogreška u obavijesti: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} prije (i) godine DocType: Data Migration Run,Current Mapping Start,Trenutni početak mapiranja apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,E-adresa je označena kao neželjena pošta DocType: Comment,Website Manager,Web Manager @@ -567,7 +565,7 @@ DocType: Country,Country Name,Država Ime apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,Prazan predložak DocType: About Us Team Member,About Us Team Member,"""O nama"" član tima" 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.","Dozvole su postavljene na uloge i vrsta dokumenata (zove DocTypes ) postavljanjem prava kao što su čitanje , pisanje, stvaranje, brisanje, Slanje , Odustani , Izmijeniti , izvješće , uvoz , izvoz , ispis , e-mail i postaviti dozvole korisnicima ." -DocType: Event,Wednesday,Srijeda +DocType: Assignment Rule Day,Wednesday,Srijeda apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,Polje slika mora biti valjana FIELDNAME DocType: Chat Token,Token,Znak apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,Naziv polja {0} je ograničen @@ -687,6 +685,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,Sljedeći akcije HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,Izradi post apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,Dodaj sudionike +DocType: Web Page,Main Section (Markdown),Glavni odjeljak (Markdown) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,Samo {0} poslana izvješća dopušteno po korisniku apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: Vrsta polja {1} za {2} ne može biti jedinstvena DocType: Address,Address Title,Naziv adrese @@ -743,6 +742,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,Sigurnosna DocType: DocField,In Global Search,U Global Search DocType: System Settings,Brute Force Security,Brute Force Security DocType: Workflow State,indent-left,alineje-lijevo +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} prije (i) godine apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,To je rizično izbrisati ovu datoteku: {0}. Molimo kontaktirajte svog sustava Manageru. DocType: Currency,Currency Name,Valuta Ime apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,nema e-pošte @@ -864,7 +864,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,Poku DocType: Contact Phone,Number,Broj DocType: Web Form Field,Web Form Field,Web Form Field apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,Imate novu poruku od: -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)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,Uredi HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,Unesite URL za preusmjeravanje 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,Cent apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,Nova poruka apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","Države za tijek rada ( npr. skicu, odobreno Otkazan ) ." DocType: Print Settings,Allow Print for Draft,Dopusti Ispis za Draft -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.","Pogreška prilikom povezivanja s aplikacijom QZ Tray ...

Za upotrebu značajke Raw Print morate imati instaliran i pokrenut program QZ Tray.

Kliknite ovdje za preuzimanje i instaliranje QZ Tray-a .
Kliknite ovdje kako biste saznali više o sirovom ispisu ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,Postavite Količina apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,Pošaljite ovaj dokument za potvrdu DocType: Contact,Unsubscribed,Pretplatu @@ -1038,6 +1036,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,Ne {0} prona apps/frappe/frappe/config/customization.py,Add custom forms.,Dodaj prilagođene oblike. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} u {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,podnosi ovaj dokument +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Postavljanje> Korisnička dopuštenja 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.,Sustav nudi brojne unaprijed definirane uloge . Možete dodavati nove uloge postaviti finije dozvole. DocType: Communication,CC,CC DocType: Country,Geo,Geo @@ -1078,7 +1077,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,Upravljanje aplikacijama DocType: Website Settings,Route Redirects,Preusmjeravanja rute apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","Postavke za jezik, datum i vrijeme" DocType: User Email,User Email,Korisnik Email -DocType: Event,Saturday,Subota +DocType: Assignment Rule Day,Saturday,Subota DocType: User,Represents a User in the system.,Predstavlja korisnika u sustavu. DocType: List View Setting,Disable Auto Refresh,Onemogući automatsko osvježavanje DocType: Comment,Label,Oznaka @@ -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,Nevažeći uvjet za {0} DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","Ako je označeno, korisnici neće vidjeti dijaloški okvir za potvrdu pristupa." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} zapis je izbrisan +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","naziv oznake ..., npr. #tag" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,Prečice na tipkovnici DocType: Post,Comments,Komentari apps/frappe/frappe/public/js/frappe/dom.js,Confirm,Potvrditi @@ -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","Ako korisnik ima bilo kakvu ulogu provjeriti, a zatim korisnik postaje "Korisnik sustava". "Korisnik sustava" ima pristup radnoj površini" DocType: System Settings,Date and Number Format,Datum i oblik brojeva apps/frappe/frappe/model/document.py,one of,Jedan od +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Postavljanje> Prilagodi obrazac apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,Provjera jednom trenutku apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,Pokaži oznake DocType: DocField,HTML Editor,HTML uređivač @@ -1262,6 +1263,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,Naplata DocType: Email Queue,Not Sent,Ne poslano DocType: Web Form,Actions,Akcije +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Postavljanje> Korisnik DocType: Workflow State,align-justify,Poravnajte-opravdati DocType: User,Middle Name (Optional),Krsno ime (opcionalno) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,Nije dopuštena @@ -1290,13 +1292,14 @@ DocType: PayPal Settings,PayPal Settings,Postavke PayPal apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,Odaberite vrstu dokumenta apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,Ne možete brisati {0} kao da ima djece čvorova apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,prije {0} minute +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,Dan dodjele {0} se ponavlja. DocType: Kanban Board Column,lightblue,svijetlo plava apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,Isti polje unosi se više puta DocType: Print Settings,Enable Raw Printing,Omogući sirovi ispis +DocType: Contact,Contact Numbers,Kontakt brojevi DocType: Website Route Redirect,Source,Izvor apps/frappe/frappe/templates/includes/list/filters.html,clear,jasno apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,Gotovi -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Postavljanje> Korisnik DocType: Prepared Report,Filter Values,Vrijednosti filtriranja DocType: Communication,User Tags,Upute Tags DocType: Data Migration Run,Fail,iznevjeriti @@ -1320,7 +1323,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,Hide details apps/frappe/frappe/www/qrcode.py,Page has expired!,Stranica je istekla! DocType: LDAP Settings,Path to private Key File,Put do privatne datoteke s ključevima DocType: Workflow State,Tasks,poslovi -DocType: Event,Tuesday,Utorak +DocType: Assignment Rule Day,Tuesday,Utorak DocType: Blog Settings,Blog Settings,Postavke bloga apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,Također možete kopirati ovaj link u Vaš preglednik DocType: Workflow State,bullhorn,bullhorn @@ -1545,7 +1548,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},Nije dopušteno za {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 nije valjan format izvješća. Format izvješća trebaju \ jedno od sljedećeg %s DocType: Chat Message,Chat,Razgovor -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Postavljanje> Korisnička dopuštenja +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},Nije pronađen nijedan dokument označen sa {0} DocType: LDAP Group Mapping,LDAP Group Mapping,Kartiranje LDAP grupe DocType: Dashboard Chart,Chart Options,Opcije grafikona apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,Kolona bez naslova @@ -1575,6 +1578,7 @@ DocType: Custom Role,Custom Role,Prilagođena uloga apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,Početna / Ispitni mapa 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,Unesite zaporku DocType: Dropbox Settings,Dropbox Access Secret,Dropbox tajni pristup +DocType: Tag Link,Document Title,Naslov dokumenta apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(Obavezno) DocType: Social Login Key,Social Login Provider,Davatelj usluge društvenog prijavljivanja apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,Dodaj još jedan komentar @@ -1820,7 +1824,6 @@ DocType: GCalendar Account,Next Sync Token,Sljedeći tokeni za sinkronizaciju DocType: Energy Point Settings,Energy Point Settings,Postavke energetske točke DocType: Async Task,Succeeded,Nasljednik apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},Obavezna polja potrebna u {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","Pogreška prilikom povezivanja s aplikacijom QZ Tray ...

Za upotrebu značajke Raw Print morate imati instaliran i pokrenut program QZ Tray.

Kliknite ovdje za preuzimanje i instaliranje QZ Tray-a .
Kliknite ovdje kako biste saznali više o sirovom ispisu ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,Postavite broj sigurnosnih kopija DocType: DocField,Do not allow user to change after set the first time,Ne dopustiti korisniku izmjene nakon što je upisao prvi put apps/frappe/frappe/utils/data.py,1 year ago,prije 1 godinu @@ -3669,6 +3678,7 @@ DocType: Auto Email Report,Send only if there is any data,Pošaljite samo ako po apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,Ukupni redak apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: Dopuštenje na razini 0 mora biti postavljeno prije nego se postave više razine DocType: Contact,Sync with Google Contacts,Sinkronizirajte s Google kontaktima +DocType: Tag Link,Document Tag,Oznaka dokumenta apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},Raspored zatvara {0} DocType: Integration Request,Remote,Daljinski apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,Izračunaj @@ -3758,6 +3768,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,Prom DocType: Email Domain,domain name,naziv domene DocType: Contact Email,Contact Email,Kontakt email DocType: Kanban Board Column,Order,Narudžba +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,Nema rezultata za {0} u Globalnoj pretraživanju DocType: Report,Ref DocType,Ref. DOCTYPE apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,Unesite ID klijenta prije omogućavanja društvene prijave apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0} : Ne mogu postaviti Izmijeniti bez Odustani @@ -3863,6 +3874,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,Zapisnici za sljedeće vrste doktora bit će filtrirani apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,Planer neaktivan DocType: Blog Settings,Blog Introduction,Blog uvod +DocType: Global Search Settings,Search Priorities,Prioriteti pretraživanja DocType: Address,Office,Ured apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,To Kanban odbor će biti privatni apps/frappe/frappe/desk/moduleview.py,Standard Reports,Standardno izvješće diff --git a/frappe/translations/hu.csv b/frappe/translations/hu.csv index cf866e0e50..78c78e5ec8 100644 --- a/frappe/translations/hu.csv +++ b/frappe/translations/hu.csv @@ -112,7 +112,6 @@ DocType: Data Migration Run,Log,Napló DocType: Workflow State,indent-right,behúzás-jobbra DocType: Has Role,Has Role,Rendelkezik szereppel DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,"Idő másodpercben, hogy megőrizze a QR-kódot a szerveren. Min: 240" -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,Érvénytelen e-mail fiók apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: A (z) {2} {1} mezőtípusa nem indexálható DocType: Dashboard Chart,Timespan,Időtartam apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Web elérési útvonal @@ -129,7 +128,7 @@ DocType: DocType,Default Print Format,Alapértelmezett nyomtatási formátum DocType: Workflow State,Tags,Címkék apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of Workflow,Nincs: Munkafolyamat vége apps/frappe/frappe/database/mariadb/schema.py,"{0} field cannot be set as unique in {1}, as there are non-unique existing values","{0} mező nem beállítható egyedülállónak ebben {1}, mert már van néhány nem egyedi érték" -DocType: Global Search Settings,Document Types,Dokumentum típusok +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,Dokumentum típusok DocType: Address,Jammu and Kashmir,Dzsammu és Kasmír DocType: Workflow,Workflow State Field,Munkafolyamat állapotmező DocType: Language,Guest,Vendég @@ -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 belépési kulcs apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,Az egyedi parancsfájl add_fetch konfigurációjában hibás mezőnév {0} apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,"Válassza ki azokat a Google Névjegyeket, amelyekkel szinkronizálni kell a kapcsolatot." +DocType: Web Page,Main Section (HTML),Fő rész (HTML) DocType: Workflow State,headphones,fejhallgató apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,"Jelszó szükséges, vagy válassza a Várakozás jelszót" DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,pl. valaszok@cegem.hu. Minden válasz ebbe a postafiókba fog jönni. @@ -387,7 +387,6 @@ DocType: Webhook,Request URL,URL kérése DocType: Customize Form,Is Table,Ez táblázat DocType: Email Account,Total number of emails to sync in initial sync process ,Összes szinkronizálni kívánt emailek száma a kezdeti szinkronizálási folyamatban DocType: Website Settings,Set Banner from Image,Szalagcím létrehozása képből -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Globális keresés DocType: Email Account,SparkPost,SparkPost apps/frappe/frappe/templates/emails/new_user.html,A new account has been created for you at {0},Egy új fiókot hoztak létre az Ön számára itt: {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,Utasítások kiküldve e-mailben @@ -525,7 +524,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} és {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,Beszélgetés indítása. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents","Mindig ""Tervezet"" fejszöveggel lássa el a vázlat nyomtatást" apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},Hiba az értesítésben: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} évvel ezelőtt DocType: Data Migration Run,Current Mapping Start,Aktuális leképezés kezdete apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,Az E-mail spamként jelölt DocType: Comment,Website Manager,Weboldal kezelő @@ -566,7 +564,7 @@ DocType: Country,Country Name,Ország neve apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,Üres sablon DocType: About Us Team Member,About Us Team Member,Rólunk Csapat tagja 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.","Jogosultságok vannak beállítva a beosztáshoz és a dokumentum típusokhoz (úgynevezett DOCTYPES) A jogok, mint olvasás, írás, létrehozás, törlés, Benyújtás, Mégse, módosíthatja, Jelentés, Import, Export, Nyomtatás, E-mail és felhasználói engedélyek beállítása." -DocType: Event,Wednesday,Szerda +DocType: Assignment Rule Day,Wednesday,Szerda apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,Kép mezőtnek érvénes mezőnévnek kell lennie DocType: Chat Token,Token,Token apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,A (z) {0} mezőnév korlátozott @@ -686,6 +684,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,Következő műveletek HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,Hozzon létre üzenetet apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,Résztvevők hozzáadása +DocType: Web Page,Main Section (Markdown),Fő rész (jelölés) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,Csak {0} számú jelentés küldése engedélyezett felhasználónként apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: A (z) {2} {1} mezőtípusa nem lehet egyedi DocType: Address,Address Title,Cím felirat @@ -742,6 +741,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,A fájl biz DocType: DocField,In Global Search,Globális keresésben DocType: System Settings,Brute Force Security,Brute Force biztonság DocType: Workflow State,indent-left,behúzás-balra +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} évvel ezelőtt apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,"Kockázatos törölni ezt a fájlt: {0}. Kérjük, forduljon a Rendszergazdához." DocType: Currency,Currency Name,Pénznem neve apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,Nincsenek e-mailek @@ -863,7 +863,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,Újra DocType: Contact Phone,Number,Szám DocType: Web Form Field,Web Form Field,Web Űrlap mező apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,Új üzenete érkezett innen: -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)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,HTML szerkesztése apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,Adja meg az átirányítási URL-t apps/frappe/frappe/core/doctype/language/language.py,"{0} must begin and end with a letter and can only contain letters, @@ -923,7 +922,6 @@ apps/frappe/frappe/utils/data.py,Cent,Cent apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,E-mail írás apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","Munkafolyamat állapota (pl. vázlat, jóváhagyva, törölve)" DocType: Print Settings,Allow Print for Draft,Tervezet nyomtatásának engedélyezése -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.","Hiba történt a QZ tálca alkalmazáshoz való csatlakozáskor ...

A Raw Print szolgáltatás használatához rendelkeznie kell a QZ Tray alkalmazás telepítésével és futtatásával.

Kattintson ide a QZ tálca letöltéséhez és telepítéséhez .
Kattintson ide, hogy többet tudjon meg a nyers nyomtatásról ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,Mennyiség megadása apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,Küldje el ezt a dokumentumot megerősítésre DocType: Contact,Unsubscribed,Leiratkozott @@ -1037,6 +1035,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,{0} sz. talá apps/frappe/frappe/config/customization.py,Add custom forms.,Egyéni űrlapok hozzáadása. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} ebben: {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,benyújtotta ezt a dokumentumot +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Beállítás> Felhasználói engedélyek 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.,A rendszer számos előre meghatározott Beosztást ad. Felvehet új Beosztásokat finomabb jogosultság beállításokhoz. DocType: Communication,CC,CC DocType: Country,Geo,Geo @@ -1077,7 +1076,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,Harmadik féltől szárma DocType: Website Settings,Route Redirects,Útvonalak átirányítása apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","Nyelv, dátum és idő beállítások" DocType: User Email,User Email,Felhasználó e-mail cím -DocType: Event,Saturday,Szombat +DocType: Assignment Rule Day,Saturday,Szombat DocType: User,Represents a User in the system.,Felhasználót képvisel a rendszerben. DocType: List View Setting,Disable Auto Refresh,Az automatikus frissítés letiltása DocType: Comment,Label,Felirat @@ -1200,6 +1199,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,Érvénytelen {0} feltétel DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","Ha be van jelölve, a felhasználók nem látják a Hozzáférés megerősítése párbeszédablakot." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,A (z) {0} rekord törölve +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","címke neve ..., pl. #tag" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,Gyorsbillentyűket DocType: Post,Comments,Hozzászólások apps/frappe/frappe/public/js/frappe/dom.js,Confirm,Megerősítés @@ -1254,6 +1254,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","Ha a felhasználó ki van jelölve bármely beosztáshoz, akkor a felhasználó ""Rendszer felhasználó"" lesz. ""Rendszer felhasználó"" hozzáfér az asztalhoz" DocType: System Settings,Date and Number Format,Dátum és szám formátum apps/frappe/frappe/model/document.py,one of,az egyik +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Beállítás> Az űrlap testreszabása apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,Ellenőrzés egy pillanat apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,Címkék megjelenítése DocType: DocField,HTML Editor,HTML szerkesztő @@ -1261,6 +1262,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,Számlázás DocType: Email Queue,Not Sent,Elküldetlen DocType: Web Form,Actions,Műveletek +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Beállítás> Felhasználó DocType: Workflow State,align-justify,igazítás-sorkizárt DocType: User,Middle Name (Optional),Középső név (opcionális) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,Nem engedélyezett @@ -1292,10 +1294,10 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} per DocType: Kanban Board Column,lightblue,világoskék apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,Ugyanazt a mezőt többször ütötte be DocType: Print Settings,Enable Raw Printing,Nyers nyomtatás engedélyezése +DocType: Contact,Contact Numbers,Kapcsolattartó számok DocType: Website Route Redirect,Source,Forrás apps/frappe/frappe/templates/includes/list/filters.html,clear,világos apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,Befejezett -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Beállítás> Felhasználó DocType: Prepared Report,Filter Values,Szűró értékei DocType: Communication,User Tags,Felhasználó címkéi DocType: Data Migration Run,Fail,Nem sikerül @@ -1319,7 +1321,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,Részletek elrej apps/frappe/frappe/www/qrcode.py,Page has expired!,Az oldal lejárt! DocType: LDAP Settings,Path to private Key File,A privát kulcsfájl elérési útja DocType: Workflow State,Tasks,Feladatok -DocType: Event,Tuesday,Kedd +DocType: Assignment Rule Day,Tuesday,Kedd DocType: Blog Settings,Blog Settings,Blog Beállítások apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,Másol-beillesztheti ezt az elérési linket a böngészőben DocType: Workflow State,bullhorn,ködkűrt @@ -1544,7 +1546,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},Nem engedélyezett a 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 nem érvényes jelentési formátum. Jelentés formátum \ az alábbi kell legyen %s DocType: Chat Message,Chat,Csevegés -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Beállítás> Felhasználói engedélyek +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},Nem található dokumentum a (z) {0} címkével DocType: LDAP Group Mapping,LDAP Group Mapping,LDAP csoport leképezés DocType: Dashboard Chart,Chart Options,Diagram opciók apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,Név nélküli oszlop @@ -1574,6 +1576,7 @@ DocType: Custom Role,Custom Role,Egyedi szerep apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,Kezdőlap / Teszt mappa 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,Adja meg a jelszavát DocType: Dropbox Settings,Dropbox Access Secret,Dropbox belépési titkosítás +DocType: Tag Link,Document Title,Dokumentum címe apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(Kötelező) DocType: Social Login Key,Social Login Provider,Közösségi bejelentkezési szolgáltató apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,Másik hozzászólás hozzáadása @@ -1818,7 +1821,6 @@ DocType: GCalendar Account,Next Sync Token,Következő Sync Token DocType: Energy Point Settings,Energy Point Settings,Energiapont beállítások DocType: Async Task,Succeeded,Sikerült apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},Kötelező mezők szükséges {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","Hiba történt a QZ tálca alkalmazáshoz való csatlakozáskor ...

A Raw Print szolgáltatás használatához rendelkeznie kell a QZ Tray alkalmazás telepítésével és futtatásával.

Kattintson ide a QZ tálca letöltéséhez és telepítéséhez .
Kattintson ide, hogy többet megtudjon a nyers nyomtatásról ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,Állítsa be a mentéseket számát DocType: DocField,Do not allow user to change after set the first time,"Ne engedje, hogy a felhasználó módosítsa, miután beállította az első időt" apps/frappe/frappe/utils/data.py,1 year ago,1 évvel ezelőtt @@ -3655,6 +3664,7 @@ DocType: Auto Email Report,Send only if there is any data,"Csak akkor küldje, h apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,Összes sor apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,"{0}: A 0. szintű jogosultságot be kell állítani, mielőtt a magasabb szintűt beállítaná" DocType: Contact,Sync with Google Contacts,Szinkronizálás a Google Névjegyekkel +DocType: Tag Link,Document Tag,Dokumentumcímke apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},Hozzárendelés lezárva {0} DocType: Integration Request,Remote,Távoli apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,Számolás @@ -3744,6 +3754,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,Vál DocType: Email Domain,domain name,domén név DocType: Contact Email,Contact Email,Kapcsolattartó e-mailcíme DocType: Kanban Board Column,Order,Sorrend +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,Nem található a (z) {0} eredmény a Globális keresésben DocType: Report,Ref DocType,Hiv. DocType apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,"Kérjük, adja meg az Ügyfél-azonosítót, a közösségi bejelentkezés engedélyezése előtt" apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,"{0}: Nem állítható Helyesbítésre, Visszavonás nálkül" @@ -3849,6 +3860,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,A következő típusú doctypes adatai lesznek szűrve apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,Ütemező inaktív DocType: Blog Settings,Blog Introduction,Blog Bevezetés +DocType: Global Search Settings,Search Priorities,Keresési prioritások DocType: Address,Office,Iroda apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,Ez Kanban Board privát lesz apps/frappe/frappe/desk/moduleview.py,Standard Reports,Általános jelentések diff --git a/frappe/translations/id.csv b/frappe/translations/id.csv index 9ec2fd3b77..3fb4c8f31b 100644 --- a/frappe/translations/id.csv +++ b/frappe/translations/id.csv @@ -112,7 +112,6 @@ DocType: Data Migration Run,Log,Log DocType: Workflow State,indent-right,indent kanan DocType: Has Role,Has Role,memiliki Peran DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,Waktu dalam hitungan detik untuk mempertahankan gambar QR code di server. Min: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,Akun Email tidak valid apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: Fieldtype {1} untuk {2} tidak dapat diindeks DocType: Dashboard Chart,Timespan,Rentang waktu apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Web link @@ -129,7 +128,7 @@ DocType: DocType,Default Print Format,Standar Print Format DocType: Workflow State,Tags,tag apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of Workflow,Tidak ada: Akhir Alur Kerja apps/frappe/frappe/database/mariadb/schema.py,"{0} field cannot be set as unique in {1}, as there are non-unique existing values","{0} field tidak dapat ditetapkan sebagai unik di {1}, karena ada nilai-nilai yang non-unik" -DocType: Global Search Settings,Document Types,Jenis dokumen +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,Jenis dokumen DocType: Address,Jammu and Kashmir,Jammu dan Kashmir DocType: Workflow,Workflow State Field,Kolom Status Alur Kerja DocType: Language,Guest,Tamu @@ -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 Access Key apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,Salah fieldname {0} dalam konfigurasi add_fetch dari custom script apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,Pilih Google Kontak yang kontaknya harus disinkronkan. +DocType: Web Page,Main Section (HTML),Bagian Utama (HTML) DocType: Workflow State,headphones,headphone apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,Sandi diperlukan atau pilih Menunggu sandi DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,misalnya replies@yourcomany.com. Semua balasan akan datang ke inbox ini. @@ -388,7 +388,6 @@ DocType: Webhook,Request URL,Permintaan URL DocType: Customize Form,Is Table,Apakah Tabel DocType: Email Account,Total number of emails to sync in initial sync process ,Total jumlah email yang disinkronisasi dalam proses sinkronisasi awal DocType: Website Settings,Set Banner from Image,Set Banner dari Image -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Pencarian Global DocType: Email Account,SparkPost,SparkPost apps/frappe/frappe/templates/emails/new_user.html,A new account has been created for you at {0},Sebuah akun baru telah dibuat untuk Anda di {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,Instruksi Diemailkan @@ -526,7 +525,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} dan {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,Mulai percakapan. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Selalu menambahkan "Draft" Menuju rancangan pencetakan dokumen apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},Kesalahan dalam Pemberitahuan: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} tahun yang lalu DocType: Data Migration Run,Current Mapping Start,Pemetaan Saat Ini Mulai apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,Email telah ditandai sebagai spam DocType: Comment,Website Manager,Website Manager @@ -567,7 +565,7 @@ DocType: Country,Country Name,Nama Negara apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,Templat Kosong DocType: About Us Team Member,About Us Team Member,Tentang Kami Anggota Tim 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.","Perizinan diatur pada Peran dan Jenis Dokumen (disebut DocTypes) dengan menetapkan hak-hak seperti Baca, Tulis, Buat, Hapus, Kirim, Batal, Mengubah, Laporan, Impor, Ekspor, Cetak, Email dan Atur Ijin Pengguna." -DocType: Event,Wednesday,Rabu +DocType: Assignment Rule Day,Wednesday,Rabu apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,bidang gambar harus fieldname valid DocType: Chat Token,Token,Token apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,Fieldname {0} dibatasi @@ -687,6 +685,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,HTML Tindakan Berikutnya apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,Buat Posting apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,Tambahkan Peserta +DocType: Web Page,Main Section (Markdown),Bagian Utama (Penurunan Harga) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,Hanya {0} laporan melalui surel diperbolehkan per pengguna apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: Fieldtype {1} untuk {2} tidak boleh unik DocType: Address,Address Title,Judul Alamat @@ -743,6 +742,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,File cadang DocType: DocField,In Global Search,Di Global Search DocType: System Settings,Brute Force Security,Brute Force Security DocType: Workflow State,indent-left,indent-kiri +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} tahun yang lalu apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,Hal ini berisiko untuk menghapus file ini: {0}. Silahkan hubungi System Manager Anda. DocType: Currency,Currency Name,Nama Mata Uang apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,Tidak ada Email @@ -864,7 +864,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,Menco DocType: Contact Phone,Number,Jumlah DocType: Web Form Field,Web Form Field,Formulir web Lapangan apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,Anda memiliki pesan baru dari: -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)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,Edit HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,Masukkan URL Pengalihan 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,Sen apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,Menulis Surel apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","Status untuk alur kerja (misalnya Rancangan, Disetujui, Dibatalkan)." DocType: Print Settings,Allow Print for Draft,Memungkinkan Print untuk Draft -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.","Kesalahan menyambung ke Aplikasi Baki QZ ...

Anda harus menginstal dan menjalankan aplikasi Baki QZ, untuk menggunakan fitur Raw Print.

Klik di sini untuk Mengunduh dan menginstal Baki QZ .
Klik di sini untuk mempelajari lebih lanjut tentang Pencetakan Mentah ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,Set Kuantitas apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,Menyerahkan dokumen ini untuk mengkonfirmasi DocType: Contact,Unsubscribed,Berhenti berlangganan @@ -1038,6 +1036,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,Tidak ada {0} apps/frappe/frappe/config/customization.py,Add custom forms.,Tambah formulir kustom. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} di {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,disampaikan dokumen ini +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Pengaturan> Izin Pengguna 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.,Sistem ini menyediakan banyak peran yang telah ditentukan. Anda dapat menambahkan peran baru untuk mengatur hak akses lebih halus. DocType: Communication,CC,CC DocType: Country,Geo,Geo @@ -1078,7 +1077,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,Kelola Aplikasi Pihak Ket DocType: Website Settings,Route Redirects,Pengalihan Rute apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","Pengaturan bahasa, Tanggal dan Waktu" DocType: User Email,User Email,Email Pengguna -DocType: Event,Saturday,Sabtu +DocType: Assignment Rule Day,Saturday,Sabtu DocType: User,Represents a User in the system.,Merupakan Pengguna dalam sistem. DocType: List View Setting,Disable Auto Refresh,Nonaktifkan Refresh Otomatis DocType: Comment,Label,Label @@ -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,Kondisi {0} tidak valid DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","Jika dicentang, pengguna tidak akan melihat dialog Confirm Access." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} catatan dihapus +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","nama tag ..., misalnya #tag" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,Pintasan keyboard DocType: Post,Comments,Komentar apps/frappe/frappe/public/js/frappe/dom.js,Confirm,Menegaskan @@ -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","Jika pengguna memiliki peran apapun diperiksa, maka pengguna menjadi "Sistem Pengguna". "Sistem Pengguna" memiliki akses ke desktop" DocType: System Settings,Date and Number Format,Tanggal dan Nomor Format apps/frappe/frappe/model/document.py,one of,Salah satu +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Pengaturan> Kustomisasi Formulir apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,Memeriksa satu saat apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,Tampilkan tag DocType: DocField,HTML Editor,Editor HTML @@ -1262,6 +1263,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,Penagihan DocType: Email Queue,Not Sent,Tidak Terkirim DocType: Web Form,Actions,Tindakan +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Pengaturan> Pengguna DocType: Workflow State,align-justify,rata-kanan-kiri DocType: User,Middle Name (Optional),Nama Tengah (Opsional) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,Tidak Diijinkan @@ -1290,13 +1292,14 @@ DocType: PayPal Settings,PayPal Settings,Pengaturan PayPal apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,Pilih Jenis Dokumen apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,Tidak dapat menghapus {0} karena memiliki node anak apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} menit yang lalu +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,Hari Penugasan {0} telah diulang. DocType: Kanban Board Column,lightblue,biru muda apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,Bidang yang sama sudah masuk lebih dari satu kali DocType: Print Settings,Enable Raw Printing,Aktifkan Pencetakan Mentah +DocType: Contact,Contact Numbers,Nomor kontak DocType: Website Route Redirect,Source,Sumber apps/frappe/frappe/templates/includes/list/filters.html,clear,jelas apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,Jadi -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Pengaturan> Pengguna DocType: Prepared Report,Filter Values,Filter Nilai DocType: Communication,User Tags,Pengguna Tags DocType: Data Migration Run,Fail,Gagal @@ -1320,7 +1323,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,Sembunyikan Deta apps/frappe/frappe/www/qrcode.py,Page has expired!,Halaman telah kedaluwarsa! DocType: LDAP Settings,Path to private Key File,Path ke File Kunci pribadi DocType: Workflow State,Tasks,tugas -DocType: Event,Tuesday,Selasa +DocType: Assignment Rule Day,Tuesday,Selasa DocType: Blog Settings,Blog Settings,Pengaturan Blog apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,Anda juga dapat copy-paste link ini di browser Anda DocType: Workflow State,bullhorn,pengeras suara @@ -1545,7 +1548,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},Tidak diizinkan untuk 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 bukan format laporan yang valid. Format laporan harus \ salah satu %s berikut DocType: Chat Message,Chat,Obrolan -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Pengaturan> Izin Pengguna +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},Tidak ditemukan dokumen yang ditandai dengan {0} DocType: LDAP Group Mapping,LDAP Group Mapping,Pemetaan Grup LDAP DocType: Dashboard Chart,Chart Options,Opsi Bagan apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,Kolom Tanpa Judul @@ -1575,6 +1578,7 @@ DocType: Custom Role,Custom Role,Peran kustom apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,Rumah / Test Folder 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,Masukkan password Anda DocType: Dropbox Settings,Dropbox Access Secret,Dropbox Access Rahasia +DocType: Tag Link,Document Title,Judul dokumen apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(Wajib) DocType: Social Login Key,Social Login Provider,Penyedia Login Sosial apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,Tambahkan Komentar lain @@ -1820,7 +1824,6 @@ DocType: GCalendar Account,Next Sync Token,Token Sinkronisasi Berikutnya DocType: Energy Point Settings,Energy Point Settings,Pengaturan Titik Energi DocType: Async Task,Succeeded,Berhasil apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},Bidang wajib yang dibutuhkan dalam {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","Kesalahan menyambung ke Aplikasi Baki QZ ...

Anda harus menginstal dan menjalankan aplikasi Baki QZ, untuk menggunakan fitur Raw Print.

Klik di sini untuk Mengunduh dan menginstal Baki QZ .
Klik di sini untuk mempelajari lebih lanjut tentang Pencetakan Mentah ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,Atur Jumlah Cadangan DocType: DocField,Do not allow user to change after set the first time,Jangan memungkinkan pengguna untuk mengubah setelah set pertama kalinya apps/frappe/frappe/utils/data.py,1 year ago,1 tahun yang lalu @@ -3672,6 +3681,7 @@ DocType: Auto Email Report,Send only if there is any data,Kirim hanya jika ada d apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,Total Row apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: Izin pada tingkat 0 harus ditetapkan sebelum tingkat yang lebih tinggi ditetapkan DocType: Contact,Sync with Google Contacts,Sinkronkan dengan Kontak Google +DocType: Tag Link,Document Tag,Tag dokumen apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},Tugas ditutup oleh {0} DocType: Integration Request,Remote,Terpencil apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,Menghitung @@ -3761,6 +3771,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,Peru DocType: Email Domain,domain name,nama domain DocType: Contact Email,Contact Email,Email Kontak DocType: Kanban Board Column,Order,Memesan +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,Tidak ada hasil yang ditemukan untuk {0} di Pencarian Global DocType: Report,Ref DocType,DocType Ref apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,Harap masukkan ID Klien sebelum login sosial diaktifkan apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0}: Tidak dapat melakukan Perubahan tanpa Pembatalan terlebih dahulu @@ -3866,6 +3877,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,Rekaman untuk tipe dokumen berikut akan difilter apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,Penjadwal Tidak Aktif DocType: Blog Settings,Blog Introduction,Pendahuluan Blog +DocType: Global Search Settings,Search Priorities,Prioritas Pencarian DocType: Address,Office,Kantor apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,Papan Kanban ini akan menjadi pribadi apps/frappe/frappe/desk/moduleview.py,Standard Reports,Laporan standar diff --git a/frappe/translations/is.csv b/frappe/translations/is.csv index fb94291e4b..8a6e3ee05e 100644 --- a/frappe/translations/is.csv +++ b/frappe/translations/is.csv @@ -112,7 +112,6 @@ DocType: Data Migration Run,Log,Log DocType: Workflow State,indent-right,inndráttur hægri DocType: Has Role,Has Role,hefur hlutverki DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,Tími í sekúndum til að halda QR kóða mynd á miðlara. Mín: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,Ógilt netfangsreikningur apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: Ekki er hægt að skrá svæðisgerð {1} fyrir {2} DocType: Dashboard Chart,Timespan,Tímabil apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Web Link @@ -129,7 +128,7 @@ DocType: DocType,Default Print Format,Sjálfgefið Prenta Format DocType: Workflow State,Tags,Tags apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of Workflow,Ekkert: Lok 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} reit er ekki hægt að setja eins og einstök í {1}, þar sem það eru ekki einstök fyrirliggjandi gildi" -DocType: Global Search Settings,Document Types,skjal Tegundir +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,skjal Tegundir DocType: Address,Jammu and Kashmir,Jammu og Kashmir DocType: Workflow,Workflow State Field,Workflow State Field DocType: Language,Guest,Guest @@ -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 Access Key apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,Rangt reitheiti {0} í add_fetch stillingu sérsniðið handrit apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,Veldu Google tengiliði sem tengiliðurinn á að samstilla við. +DocType: Web Page,Main Section (HTML),Aðalhluti (HTML) DocType: Workflow State,headphones,heyrnartól apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,Lykilorð er krafist eða veldu bíður lykilorð DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,td replies@yourcomany.com. Öll svör munu koma til þessa pósthólfið. @@ -388,7 +388,6 @@ DocType: Webhook,Request URL,Beiðnir slóð DocType: Customize Form,Is Table,er Tafla DocType: Email Account,Total number of emails to sync in initial sync process ,Heildarfjöldi tölvupósta samstilla í upphaflegu sync ferli DocType: Website Settings,Set Banner from Image,Setja Banner frá Image -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ý tenging hefur verið búin til fyrir þig á {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,Leiðbeiningar sendar @@ -526,7 +525,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} og {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,Byrjaðu samtal. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Alltaf að bæta "Draft" Heading fyrir prentun drög skjölum apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},Villa í tilkynningu: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} ári DocType: Data Migration Run,Current Mapping Start,Núverandi Kortlagning apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,Netfangið hefur verið merkt sem ruslpóstur DocType: Comment,Website Manager,Vefsíða Manager @@ -567,7 +565,7 @@ DocType: Country,Country Name,Land Name apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,Autt sniðmát DocType: About Us Team Member,About Us Team Member,Um okkur lið félagi 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.","Heimildir eru sett á hlutverkum og Skjal tegundir (kallaðar DocTypes) með því að setja rétt eins að lesa, skrifa, búa til, eyða, Senda, Hætta, breytt, Report, innflutningur, útflutningur, prenta, tölvupóst og setja heimildir notanda." -DocType: Event,Wednesday,miðvikudagur +DocType: Assignment Rule Day,Wednesday,miðvikudagur apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,Mynd reitur verður að vera gilt FIELDNAME DocType: Chat Token,Token,Token apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,Reitnafn {0} er takmarkað @@ -687,6 +685,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,Næsta aðgerð HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,Búa til færslu apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,Bæta við þátttakendum +DocType: Web Page,Main Section (Markdown),Aðalhluti (Markdown) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,Aðeins {0} send skýrslur eru leyfð fyrir hvern notanda apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: Feltgerð {1} fyrir {2} getur ekki verið sérstök DocType: Address,Address Title,Heimilisfang Titill @@ -743,6 +742,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,Skrá varab DocType: DocField,In Global Search,Í Global Leita DocType: System Settings,Brute Force Security,Brute Force Security DocType: Workflow State,indent-left,inndráttur vinstri +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} ári apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,Það er áhættusamt að eyða þessari skrá: {0}. Vinsamlegast hafðu samband System Manager. DocType: Currency,Currency Name,Gjaldmiðill Name apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,engar póst @@ -864,7 +864,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,Reynd DocType: Contact Phone,Number,Númer DocType: Web Form Field,Web Form Field,Web Form Field apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,Þú hefur nýjan skilaboð frá: -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ð." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,Breyta HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,Vinsamlegast sláðu inn Tilvísun vefslóð 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,cent apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,semja tölvupóst apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","Ríki til workflow (td Draft, Samþykkt, HÃ|tt)." DocType: Print Settings,Allow Print for Draft,Leyfa prenta fyrir Draft -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.","Villa við tengingu við QZ bakkaforrit ...

Þú verður að hafa QZ Tray forrit sett upp og keyra til að nota Raw Print aðgerðina.

Smelltu hér til að hlaða niður og setja upp QZ Bakki .
Smelltu hér til að læra meira um Hráprentun ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,Setja Magn apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,Senda þessu skjali til að staðfesta DocType: Contact,Unsubscribed,afskráður @@ -1038,6 +1036,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,Engin {0} fan apps/frappe/frappe/config/customization.py,Add custom forms.,Bæta sérsniðnum form. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} í {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,lögð þessu skjali +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Skipulag> Notendaleyfi 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.,Kerfið býður upp á ýmsa fyrirfram skilgreind hlutverk. Hægt er að bæta við nýjum hlutverkum að setja fínni heimildir. DocType: Communication,CC,CC DocType: Country,Geo,geo @@ -1078,7 +1077,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,Stjórnaðu forritum þri DocType: Website Settings,Route Redirects,Leiðbeiningar apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","Tungumál, Dags- og tímastillingar" DocType: User Email,User Email,User Email -DocType: Event,Saturday,laugardagur +DocType: Assignment Rule Day,Saturday,laugardagur DocType: User,Represents a User in the system.,Táknar notandi í kerfinu. DocType: List View Setting,Disable Auto Refresh,Slökkva á sjálfvirkri endurnýjun DocType: Comment,Label,Label @@ -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,Ógilt {0} ástand DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.",Ef hakað notendur munu ekki sjá að staðfesta aðgang valmynd. apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} skránni eytt +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","merkingarheiti ..., td # tag" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,Flýtilyklar DocType: Post,Comments,Comments apps/frappe/frappe/public/js/frappe/dom.js,Confirm,staðfesta @@ -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","Ef notandinn hefur hvaða hlutverk köflóttur, þá verður notandinn að "System User". "System Notandi" hefur aðgang að skjáborðinu" DocType: System Settings,Date and Number Format,Dagsetning og Number Format apps/frappe/frappe/model/document.py,one of,einn af +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Skipulag> Sérsníða form apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,Athugar eitt augnablik apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,Sýna Tags DocType: DocField,HTML Editor,HTML ritstjóri @@ -1262,6 +1263,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,innheimtu DocType: Email Queue,Not Sent,ekki send DocType: Web Form,Actions,aðgerðir +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Skipulag> Notandi DocType: Workflow State,align-justify,samræma-réttlæta DocType: User,Middle Name (Optional),Middle Name (Valfrjálst) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,Ekki leyfilegt @@ -1290,13 +1292,14 @@ DocType: PayPal Settings,PayPal Settings,PayPal Stillingar apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,Veldu tegund skjals apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,Ekki hægt að eyða {0} eins og það hefur barnið hnúta apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} mínútum síðan +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,Verkefnadagur {0} hefur verið endurtekinn. DocType: Kanban Board Column,lightblue,ljósblár apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,Sami reitur er slegið inn meira en einu sinni DocType: Print Settings,Enable Raw Printing,Virkja hráa prentun +DocType: Contact,Contact Numbers,Hafðu númer DocType: Website Route Redirect,Source,Source apps/frappe/frappe/templates/includes/list/filters.html,clear,ljóst apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,Lokið -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Skipulag> Notandi DocType: Prepared Report,Filter Values,Sía gildi DocType: Communication,User Tags,User Tags DocType: Data Migration Run,Fail,Mistakast @@ -1320,7 +1323,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,Fela Upplýsinga apps/frappe/frappe/www/qrcode.py,Page has expired!,Síða hefur liðið! DocType: LDAP Settings,Path to private Key File,Slóð að einkalykilskrá DocType: Workflow State,Tasks,verkefni -DocType: Event,Tuesday,þriðjudagur +DocType: Assignment Rule Day,Tuesday,þriðjudagur DocType: Blog Settings,Blog Settings,Blog Stillingar apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,Þú getur líka afrita líma þennan tengil í vafranum þínum DocType: Workflow State,bullhorn,bullhorn @@ -1545,7 +1548,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},Ekki leyfilegt fyrir 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 er ekki gilt skýrslu sniði. Sniðinu ætti ekki \ eitt af eftirfarandi% s DocType: Chat Message,Chat,Spjallaðu -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Skipulag> Notendaleyfi +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},Engin skjöl fundust merkt með {0} DocType: LDAP Group Mapping,LDAP Group Mapping,Kortlagning LDAP hóps DocType: Dashboard Chart,Chart Options,Valkostir á myndriti apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,Ónefnd titill @@ -1575,6 +1578,7 @@ DocType: Custom Role,Custom Role,Custom hlutverk apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,Forsíða / Test Folder 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,Sláðu inn lykilorðið þitt DocType: Dropbox Settings,Dropbox Access Secret,Dropbox Aðgangur Secret +DocType: Tag Link,Document Title,Heiti skjals apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(Skylda) DocType: Social Login Key,Social Login Provider,Félagsleg innskráningaraðili apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,Bæta Annar athugasemd @@ -1820,7 +1824,6 @@ DocType: GCalendar Account,Next Sync Token,Næsta Sync Token DocType: Energy Point Settings,Energy Point Settings,Stillingar orkupunkta DocType: Async Task,Succeeded,Eftirmaður apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},Umbeðnar krafist er í {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","Villa við tengingu við QZ bakkaforrit ...

Þú þarft að hafa QZ Tray forrit sett upp og keyra til að nota Raw Print aðgerðina.

Smelltu hér til að hlaða niður og setja upp QZ Bakki .
Smelltu hér til að læra meira um Hráprentun ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,Setja Fjöldi Varabúnaður DocType: DocField,Do not allow user to change after set the first time,Ekki leyfa notanda að breyta eftir að setja í fyrsta skipti apps/frappe/frappe/utils/data.py,1 year ago,1 ár síðan @@ -3659,6 +3668,7 @@ DocType: Auto Email Report,Send only if there is any data,Senda einungis ef þa apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,Alls Row apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: Permission á stigi 0 verður að vera stillt áður en hærri stigum eru sett DocType: Contact,Sync with Google Contacts,Samstillt við Google tengiliði +DocType: Tag Link,Document Tag,Skjalamerki apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},Framsal lokað af {0} DocType: Integration Request,Remote,Remote apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,reikna @@ -3748,6 +3758,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,Brey DocType: Email Domain,domain name,lén DocType: Contact Email,Contact Email,Netfang tengiliðar DocType: Kanban Board Column,Order,Panta +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,Engar niðurstöður fundust fyrir {0} í alþjóðlegri leit DocType: Report,Ref DocType,Ref DOCTYPE apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,Vinsamlegast sláðu inn auðkenni viðskiptavinar áður en félagsleg tenging er virk apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0}: Get ekki stillt breyta án Hætta @@ -3853,6 +3864,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,Skrár fyrir eftirfarandi gerðir verða síaðir apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,Tímaáætlun óvirk DocType: Blog Settings,Blog Introduction,Blog Inngangur +DocType: Global Search Settings,Search Priorities,Forgangsröðun við leit DocType: Address,Office,Office apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,Þetta Kanban Board mun vera persónulegur apps/frappe/frappe/desk/moduleview.py,Standard Reports,staðlaðar skýrslur diff --git a/frappe/translations/it.csv b/frappe/translations/it.csv index 3608459bf4..aa65980fed 100644 --- a/frappe/translations/it.csv +++ b/frappe/translations/it.csv @@ -112,7 +112,6 @@ DocType: Data Migration Run,Log,Log DocType: Workflow State,indent-right,indent-right DocType: Has Role,Has Role,ha un ruolo DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,Tempo in secondi per mantenere l'immagine QR del codice sul server. Min: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,Account email non valido apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: Il tipo di campo {1} per {2} non può essere indicizzato DocType: Dashboard Chart,Timespan,Arco di tempo apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Link @@ -129,7 +128,7 @@ DocType: DocType,Default Print Format,Formato Stampa Predefinito DocType: Workflow State,Tags,Tags apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of Workflow,Nessuno: Fine del flusso di lavoro apps/frappe/frappe/database/mariadb/schema.py,"{0} field cannot be set as unique in {1}, as there are non-unique existing values","{0} campo non può essere impostato come unica in {1}, in quanto vi sono valori non univoci esistenti" -DocType: Global Search Settings,Document Types,Tipi di documenti +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,Tipi di documenti DocType: Address,Jammu and Kashmir,Jammu e Kashmir DocType: Workflow,Workflow State Field,Stato del campo flusso di lavoro DocType: Language,Guest,Ospite @@ -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,Chiave Accesso Dropbox apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,Nome campo errato {0} nella configurazione add_fetch dello script personalizzato apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,Seleziona Contatti Google con cui sincronizzare i contatti. +DocType: Web Page,Main Section (HTML),Sezione principale (HTML) DocType: Workflow State,headphones,auricolare apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,La password è necessaria o selezionare In attesa di password DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,p. es. replies@yourcomany.com. Tutte le risposte arriveranno su questa casella di posta. @@ -388,7 +388,6 @@ DocType: Webhook,Request URL,Richiedi URL DocType: Customize Form,Is Table,è Tabella DocType: Email Account,Total number of emails to sync in initial sync process ,Numero totale di messaggi di posta elettronica per la sincronizzazione in processo di sincronizzazione iniziale DocType: Website Settings,Set Banner from Image,Impostare Banner da immagine -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Ricerca Globale DocType: Email Account,SparkPost,SparkPost apps/frappe/frappe/templates/emails/new_user.html,A new account has been created for you at {0},Un nuovo account è stato creato per te su: {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,Istruzioni inviate via email @@ -526,7 +525,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} e {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,Inizia una conversazione. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents","Aggiungere sempre ""Bozza"" nell'intestazione per la stampa dei documenti" apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},Errore nella notifica: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} anno / i fa DocType: Data Migration Run,Current Mapping Start,Inizio corrente di mapping apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,L'email è stata contrassegnata come spam DocType: Comment,Website Manager,Responsabile sito web @@ -567,7 +565,7 @@ DocType: Country,Country Name,Nome Nazione apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,Modello vuoto DocType: About Us Team Member,About Us Team Member,Chi siamo Membri Team 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.","I permessi sono impostati su Ruoli e tipi di documenti (chiamati DOCTYPE ) impostando i diritti come lettura, scrittura , creazione, eliminazione , Invia, Cancella , Modifica , Report, importazione, esportazione , stampa , e-mail e impostare le autorizzazioni utente." -DocType: Event,Wednesday,Mercoledì +DocType: Assignment Rule Day,Wednesday,Mercoledì apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,campo di immagine deve essere un nome di campo valido DocType: Chat Token,Token,Gettone apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,Il nome campo {0} è limitato @@ -687,6 +685,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,Azioni successive HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,Crea post apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,Aggiungi partecipanti +DocType: Web Page,Main Section (Markdown),Sezione principale (Markdown) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,Sono consentiti solo {0} report via email per utente apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: Il tipo di campo {1} per {2} non può essere univoco DocType: Address,Address Title,Titolo indirizzo @@ -743,6 +742,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,Il backup d DocType: DocField,In Global Search,Alla ricerca globale DocType: System Settings,Brute Force Security,Sicurezza contro Bruteforce DocType: Workflow State,indent-left,indent-left +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} anno / i fa apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,E' rischioso cancellare questo file: {0}. Si prega di contattare il Responsabile di Sistema. DocType: Currency,Currency Name,Nome Valuta apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,Nessuna email @@ -864,7 +864,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,Ripro DocType: Contact Phone,Number,Numero DocType: Web Form Field,Web Form Field,Campo modulo web apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,Hai un nuovo messaggio da: -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)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,Modifica HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,Inserisci l'URL di reindirizzamento 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,Centesimo apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,Componi email apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","Stati del flusso di lavoro (p. es. Bozza, Approvato, Annullato)." DocType: Print Settings,Allow Print for Draft,Consentire la stampa per le Bozze -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.","Errore durante la connessione all'applicazione vassoio QZ ...

È necessario disporre dell'applicazione QZ Tray installata e in esecuzione, per utilizzare la funzione Raw Print.

Fare clic qui per scaricare e installare il vassoio QZ .
Fai clic qui per ulteriori informazioni sulla stampa raw ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,Set Quantità apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,Presenta questo documento per confermare DocType: Contact,Unsubscribed,Disiscritto @@ -1038,6 +1036,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,No {0} trovat apps/frappe/frappe/config/customization.py,Add custom forms.,Aggiungi moduli personalizzati. 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,presentato questo documento +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Config> Autorizzazioni utente 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.,Il sistema fornisce molti ruoli predefiniti . È possibile aggiungere nuovi ruoli per impostare le autorizzazioni più fini . DocType: Communication,CC,CC DocType: Country,Geo,Geo @@ -1078,7 +1077,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,Gestione applicazioni di DocType: Website Settings,Route Redirects,Reindirizzamenti del percorso apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","Impostazioni di lingua , data e ora" DocType: User Email,User Email,user-mail -DocType: Event,Saturday,Sabato +DocType: Assignment Rule Day,Saturday,Sabato DocType: User,Represents a User in the system.,Rappresenta un utente nel sistema. DocType: List View Setting,Disable Auto Refresh,Disabilita l'aggiornamento automatico DocType: Comment,Label,Etichetta @@ -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,Condizione non valida {0} DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","Se selezionato, gli utenti non vedranno la finestra di dialogo Conferma di accesso." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} record eliminato +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","nome tag ..., ad es. #tag" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,Tasti rapidi DocType: Post,Comments,Commenti apps/frappe/frappe/public/js/frappe/dom.js,Confirm,Confermare @@ -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","Se l'utente ha alcun ruolo controllato, l'utente diventa un "User System". "Utente della rete" ha accesso al desktop" DocType: System Settings,Date and Number Format,Formato dei numeri e delle date apps/frappe/frappe/model/document.py,one of,Uno di +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Config> Personalizza modulo apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,Controllo un momento apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,Mostra Tag DocType: DocField,HTML Editor,Editor HTML @@ -1262,6 +1263,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,Fatturazione DocType: Email Queue,Not Sent,Non Inviato DocType: Web Form,Actions,Azioni +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Config> Utente DocType: Workflow State,align-justify,Giustifica DocType: User,Middle Name (Optional),Secondo Nome (facoltativo) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,Non Consentito @@ -1290,13 +1292,14 @@ DocType: PayPal Settings,PayPal Settings,Impostazioni PayPal apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,Seleziona tipo di documento apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,Impossibile eliminare {0} come ha nodi figlio apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} minuti fa +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,Il giorno dell'assegnazione {0} è stato ripetuto. DocType: Kanban Board Column,lightblue,azzurro apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,Lo stesso campo è inserito più di una volta DocType: Print Settings,Enable Raw Printing,Abilita stampa raw +DocType: Contact,Contact Numbers,Numeri di contatto DocType: Website Route Redirect,Source,Fonte apps/frappe/frappe/templates/includes/list/filters.html,clear,chiaro apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,Finito -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Config> Utente DocType: Prepared Report,Filter Values,Valori del filtro DocType: Communication,User Tags,Tags Utente DocType: Data Migration Run,Fail,Fallire @@ -1320,7 +1323,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,Nascondi Dettagl apps/frappe/frappe/www/qrcode.py,Page has expired!,La pagina è scaduta! DocType: LDAP Settings,Path to private Key File,Percorso del file della chiave privata DocType: Workflow State,Tasks,Attività -DocType: Event,Tuesday,Martedì +DocType: Assignment Rule Day,Tuesday,Martedì DocType: Blog Settings,Blog Settings,Impostazioni Blog apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,È possibile anche copiare e incollare questo link nel tuo browser DocType: Workflow State,bullhorn,megafono @@ -1545,7 +1548,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},Non consentito per {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 non è un formato di report valido. Il formato del Report dovrebbe \ uno dei seguenti %s DocType: Chat Message,Chat,Chat -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Config> Autorizzazioni utente +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},Nessun documento trovato taggato con {0} DocType: LDAP Group Mapping,LDAP Group Mapping,Mappatura del gruppo LDAP DocType: Dashboard Chart,Chart Options,Opzioni del grafico apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,Colonna senza titolo @@ -1575,6 +1578,7 @@ DocType: Custom Role,Custom Role,ruolo personalizzato apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,Home/Test Folder 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,Inserisci la tua password DocType: Dropbox Settings,Dropbox Access Secret,Accesso Segreto Dropbox +DocType: Tag Link,Document Title,Titolo del documento apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(Obbligatorio) DocType: Social Login Key,Social Login Provider,Provider di accesso sociale apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,Aggiungi un altro Commento @@ -1820,7 +1824,6 @@ DocType: GCalendar Account,Next Sync Token,Token successivo di sincronizzazione DocType: Energy Point Settings,Energy Point Settings,Impostazioni del punto di energia DocType: Async Task,Succeeded,Riuscito apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},I campi obbligatori richiesti in {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","Errore durante la connessione all'applicazione vassoio QZ ...

È necessario disporre dell'applicazione QZ Tray installata e in esecuzione, per utilizzare la funzione Raw Print.

Fare clic qui per scaricare e installare il vassoio QZ .
Fai clic qui per ulteriori informazioni sulla stampa raw ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,Imposta il numero di backup DocType: DocField,Do not allow user to change after set the first time,Non permettere all'utente di cambiare dopo impostare la prima volta apps/frappe/frappe/utils/data.py,1 year ago,1 anno fa @@ -3671,6 +3680,7 @@ DocType: Auto Email Report,Send only if there is any data,Invia solo se non vi apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,Totals Row apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: L'autorizzazione al livello 0 deve essere impostata prima dei livelli più elevati DocType: Contact,Sync with Google Contacts,Sincronizzazione con Contatti Google +DocType: Tag Link,Document Tag,Tag documento apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},Assegnazione chiuso da {0} DocType: Integration Request,Remote,A distanza apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,Calcola @@ -3760,6 +3770,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,Camb DocType: Email Domain,domain name,nome del dominio DocType: Contact Email,Contact Email,Email Contatto DocType: Kanban Board Column,Order,Ordine +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,Nessun risultato trovato per {0} nella Ricerca globale DocType: Report,Ref DocType,DocType Rif. apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,Inserisci l'ID cliente prima che l'accesso social sia abilitato apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0}: Impossibile impostare Modifica senza Annulla @@ -3865,6 +3876,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,I record per i seguenti doctype verranno filtrati apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,Scheduler inattivo DocType: Blog Settings,Blog Introduction,Introduzione Blog +DocType: Global Search Settings,Search Priorities,Cerca priorità DocType: Address,Office,Ufficio apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,Questo consiglio di amministrazione Kanban sarà privata apps/frappe/frappe/desk/moduleview.py,Standard Reports,Report Standard diff --git a/frappe/translations/ja.csv b/frappe/translations/ja.csv index 5de1101998..1ac4994e07 100644 --- a/frappe/translations/ja.csv +++ b/frappe/translations/ja.csv @@ -112,7 +112,6 @@ DocType: Data Migration Run,Log,ログ DocType: Workflow State,indent-right,インデント右 DocType: Has Role,Has Role,役割あり DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,サーバー上にQRコードイメージを保持する時間(秒単位)。最小: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,無効なメールアカウント apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}:{2}のフィールドタイプ{1}は索引付けできません DocType: Dashboard Chart,Timespan,期間 apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Webリンク @@ -129,7 +128,7 @@ DocType: DocType,Default Print Format,デフォルト印刷フォーマット DocType: Workflow State,Tags,タグ apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of 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} を{1} 内でユニークに設定することはできません -DocType: Global Search Settings,Document Types,文書タイプ +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,文書タイプ DocType: Address,Jammu and Kashmir,ジャンムー・カシミール州 DocType: Workflow,Workflow State Field,ワークフローステータスのフィールド DocType: Language,Guest,ゲスト @@ -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のアクセスキー apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,カスタムスクリプトのadd_fetch設定でフィールド名{0}が間違っています apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,連絡先を同期するGoogle連絡先を選択します。 +DocType: Web Page,Main Section (HTML),メインセクション(HTML) DocType: Workflow State,headphones,ヘッドフォン apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,パスワードが必要か、待ちパスワードを選択されています DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,"例「replies@yourcomany.com」 @@ -388,7 +388,6 @@ DocType: Webhook,Request URL,リクエストURL DocType: Customize Form,Is Table,表 DocType: Email Account,Total number of emails to sync in initial sync process ,初期同期プロセスに同期するメールの総数 DocType: Website Settings,Set Banner from Image,画像からバナーを設定 -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,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},新しいアカウントは {0} に作成されています apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,メールでの指示 @@ -526,7 +525,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0}と{1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,会話を開始する。 DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",常に印刷ドラフト文書の見出し "ドラフト"を追加 apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},通知エラー:{} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0}年前 DocType: Data Migration Run,Current Mapping Start,現在のマッピングの開始 apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,メールがスパムとしてマークされています DocType: Comment,Website Manager,Webサイトマネージャー @@ -567,7 +565,7 @@ DocType: Country,Country Name,国名 apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,空白のテンプレート DocType: About Us Team Member,About Us Team Member,問い合わせチームメンバーについて 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.",権限(閲覧、書込、作成、削除、提出、キャンセル、修正、レポート、インポート、エクスポート、印刷、メール、および設定ユーザー権限設定のような)を設定することで、役割と文書タイプにアクセス権限が設定されます。 -DocType: Event,Wednesday,水曜日 +DocType: Assignment Rule Day,Wednesday,水曜日 apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,Imageフィールドは、有効なフィールド名でなければなりません DocType: Chat Token,Token,トークン apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,フィールド名{0}は制限されています @@ -687,6 +685,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,次のアクションHTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,投稿を作成する apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,参加者を追加 +DocType: Web Page,Main Section (Markdown),メインセクション(値下げ) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,唯一の{0}のレポートは、ユーザーごとに許可されている電子メールで送信 apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}:{2}のフィールドタイプ{1}は一意にできません DocType: Address,Address Title,住所タイトル @@ -743,6 +742,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,ファイ DocType: DocField,In Global Search,グローバル検索内 DocType: System Settings,Brute Force Security,ブルートフォースセキュリティ DocType: Workflow State,indent-left,インデント左 +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0}年前 apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,このファイル {0} を削除することは危険です。システム管理者にお問い合わせください。 DocType: Currency,Currency Name,通貨名 apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,メールがありません @@ -864,7 +864,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,リ DocType: Contact Phone,Number,数 DocType: Web Form Field,Web Form Field,Webフォームフィールド apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,あなたからの新しいメッセージがあります: -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の値の場合)。 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,HTMLを編集 apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,リダイレクトURLを入力してください 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,セント apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,Eメールの作成 apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).",ワークフローの状態(例:ドラフト・承認・キャンセル) DocType: Print Settings,Allow Print for Draft,下書きの印刷を許可 -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.","QZトレイアプリケーションへの接続エラー...

Raw印刷機能を使用するには、QZ Trayアプリケーションをインストールして実行する必要があります。

QZ Trayをダウンロードしてインストールするには、ここをクリックしてください
Raw印刷の詳細については、ここをクリックしてください 。" apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,数量を設定 apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,確認のため、この文書を提出 DocType: Contact,Unsubscribed,購読解除 @@ -1038,6 +1036,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,{0}が見つ apps/frappe/frappe/config/customization.py,Add custom forms.,カスタムフォームを追加 apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}:{1} {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,この文書を提出 +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,設定>ユーザー権限 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.,このシステムは、多くの事前定義された役割を提供しています。細かい権限を設定するための新しい役割を追加することができます。 DocType: Communication,CC,CC DocType: Country,Geo,地理 @@ -1078,7 +1077,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,サードパーティー DocType: Website Settings,Route Redirects,ルートリダイレクト apps/frappe/frappe/config/settings.py,"Language, Date and Time settings",言語、日付と時刻の設定 DocType: User Email,User Email,ユーザーのメール -DocType: Event,Saturday,土曜日 +DocType: Assignment Rule Day,Saturday,土曜日 DocType: User,Represents a User in the system.,システム内のユーザーを表します。 DocType: List View Setting,Disable Auto Refresh,自動更新を無効にする DocType: Comment,Label,ラベル @@ -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,無効な{0}条件 DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.",チェックした場合、ユーザーにアクセス確認ダイアログが表示されません。 apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0}レコードが削除されました +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag",タグ名...、例えば#tag apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,キーボードショートカット DocType: Post,Comments,コメント apps/frappe/frappe/public/js/frappe/dom.js,Confirm,確認 @@ -1256,6 +1256,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",ユーザーがチェック任意の役割を持っている場合、ユーザは、「システム・ユーザー」になります。 「システム・ユーザーは、「デスクトップへのアクセス権を持っています DocType: System Settings,Date and Number Format,日付と番号の書式 apps/frappe/frappe/model/document.py,one of,一部 +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,[設定]> [フォームのカスタマイズ] apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,一瞬の確認 apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,ショータグ DocType: DocField,HTML Editor,HTMLエディタ @@ -1263,6 +1264,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,請求 DocType: Email Queue,Not Sent,送信されていません DocType: Web Form,Actions,動作 +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,設定>ユーザー DocType: Workflow State,align-justify,均等割付 DocType: User,Middle Name (Optional),ミドルネーム(任意) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,許可されていません @@ -1291,13 +1293,14 @@ DocType: PayPal Settings,PayPal Settings,PayPalの設定 apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,文書タイプを選択 apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,子ノードがあるため、{0}を削除することはできません apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0}分前 +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,割り当て日{0}が繰り返されました。 DocType: Kanban Board Column,lightblue,ライトブルー apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,同じフィールドが複数回入力されています DocType: Print Settings,Enable Raw Printing,生の印刷を有効にする +DocType: Contact,Contact Numbers,連絡先 DocType: Website Route Redirect,Source,ソース apps/frappe/frappe/templates/includes/list/filters.html,clear,クリア apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,完成した -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,設定>ユーザー DocType: Prepared Report,Filter Values,フィルタ値 DocType: Communication,User Tags,ユーザータグ DocType: Data Migration Run,Fail,失敗 @@ -1321,7 +1324,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,詳細を隠す apps/frappe/frappe/www/qrcode.py,Page has expired!,ページの有効期限が切れました。 DocType: LDAP Settings,Path to private Key File,秘密鍵ファイルへのパス DocType: Workflow State,Tasks,タスク -DocType: Event,Tuesday,火曜日 +DocType: Assignment Rule Day,Tuesday,火曜日 DocType: Blog Settings,Blog Settings,ブログ設定 apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,このリンクをコピー&ペーストできます DocType: Workflow State,bullhorn,拡声器 @@ -1546,7 +1549,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},{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は有効なレポート形式ではありません。レポートの形式は、次の%sのいずれかを\する必要があります DocType: Chat Message,Chat,チャット -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,設定>ユーザー権限 +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},{0}でタグ付けされたドキュメントは見つかりませんでした DocType: LDAP Group Mapping,LDAP Group Mapping,LDAPグループマッピング DocType: Dashboard Chart,Chart Options,チャートオプション apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,無題のコラム @@ -1576,6 +1579,7 @@ DocType: Custom Role,Custom Role,カスタム役割 apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,ホーム/テスト フォルダ2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,パスワードを入力 DocType: Dropbox Settings,Dropbox Access Secret,Dropboxのアクセスの秘密 +DocType: Tag Link,Document Title,ドキュメントのタイトル apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(必須) DocType: Social Login Key,Social Login Provider,ソーシャルログインプロバイダ apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,別のコメントを追加 @@ -1822,7 +1826,6 @@ DocType: GCalendar Account,Next Sync Token,次の同期トークン DocType: Energy Point Settings,Energy Point Settings,エネルギーポイント設定 DocType: Async Task,Succeeded,成功 apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},{0}に必要な必須フィールド -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","QZトレイアプリケーションへの接続エラー...

Raw印刷機能を使用するには、QZ Trayアプリケーションをインストールして実行する必要があります。

QZ Trayをダウンロードしてインストールするには、ここをクリックしてください
Raw印刷の詳細については、ここをクリックしてください 。" apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,バックアップのセット番号 DocType: DocField,Do not allow user to change after set the first time,初回設定以降、ユーザーが変更することはできません apps/frappe/frappe/utils/data.py,1 year ago,1年前 @@ -3676,6 +3685,7 @@ DocType: Auto Email Report,Send only if there is any data,任意のデータが apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,合計行 apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}:より高いレベルを設定する前に、レベル0の権限を設定しなければなりません DocType: Contact,Sync with Google Contacts,Googleコンタクトと同期 +DocType: Tag Link,Document Tag,ドキュメントタグ apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},{0}が割当をクローズ済 DocType: Integration Request,Remote,リモート apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,計算 @@ -3765,6 +3775,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,変 DocType: Email Domain,domain name,ドメイン名 DocType: Contact Email,Contact Email,連絡先 メール DocType: Kanban Board Column,Order,注文 +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,グローバル検索で{0}の結果が見つかりませんでした DocType: Report,Ref DocType,参照文書タイプ apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,ソーシャルログインを有効にする前にクライアントIDを入力してください apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0}:キャンセルせずに修正を設定することはできません @@ -3870,6 +3881,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,次のdoctypeのレコードはフィルタリングされます apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,スケジューラー非アクティブ DocType: Blog Settings,Blog Introduction,ブログの紹介 +DocType: Global Search Settings,Search Priorities,検索の優先順位 DocType: Address,Office,事務所 apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,このかんばんボードは、プライベートになります apps/frappe/frappe/desk/moduleview.py,Standard Reports,標準レポート diff --git a/frappe/translations/km.csv b/frappe/translations/km.csv index eaf18f7aa4..2022175eb0 100644 --- a/frappe/translations/km.csv +++ b/frappe/translations/km.csv @@ -112,7 +112,6 @@ DocType: Data Migration Run,Log,កំណត់ហេតុ DocType: Workflow State,indent-right,ចូលបន្ទាត់ស្តាំ DocType: Has Role,Has Role,មានតួនាទី DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,ពេលវេលាគិតជាវិនាទីដើម្បីរក្សាទុករូបភាពកូដ QR នៅលើម៉ាស៊ីនមេ។ អប្បបរមា: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,គណនីអ៊ីម៉ែលមិនត្រឹមត្រូវ apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: វាល {1} សម្រាប់ {2} មិនអាចត្រូវបានធ្វើលិបិក្រមទេ។ DocType: Dashboard Chart,Timespan,ពេលវេលា apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,បណ្តាញភ្ជាប់ @@ -129,7 +128,7 @@ DocType: DocType,Default Print Format,ទ្រង់ទ្រាយបោះព DocType: Workflow State,Tags,ស្លាក apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of 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} វាលមិនអាចត្រូវបានកំណត់ជាតែមួយគត់នៅ {1}, ដូចជាមានតម្លៃតែមួយគត់ដែលមិនមែនជាដែលមានស្រាប់" -DocType: Global Search Settings,Document Types,ប្រភេទឯកសារ +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,ប្រភេទឯកសារ DocType: Address,Jammu and Kashmir,Jammu និង Kashmir DocType: Workflow,Workflow State Field,វាលរដ្ឋលំហូរការងារ DocType: Language,Guest,អ្នកទស្សនា @@ -287,6 +286,7 @@ DocType: Customize Form Field,"Print Width of the field, if the field is a colum DocType: Dropbox Settings,Dropbox Access Key,Dropbox គន្លឹះចូលដំណើរការ apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,ឈ្មោះវាលមិនត្រឹមត្រូវ {0} នៅក្នុងការកំណត់រចនាសម្ព័ន្ធ add_fetch នៃស្គ្រីបផ្ទាល់ខ្លួន apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,ជ្រើស Google ទំនាក់ទំនងដែលទំនាក់ទំនងគួរត្រូវបានធ្វើសមកាលកម្ម។ +DocType: Web Page,Main Section (HTML),ផ្នែកសំខាន់ (HTML) DocType: Workflow State,headphones,កាស apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,ពាក្យសម្ងាត់គឺត្រូវបានទាមទារឬជ្រើសរង់ចាំការពាក្យសម្ងាត់ DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,ឧ replies@yourcomany.com ។ ការឆ្លើយតបទាំងអស់នឹងមកដល់ប្រអប់សំបុត្រនេះ។ @@ -385,7 +385,6 @@ DocType: Webhook,Request URL,ស្នើសុំ URL DocType: Customize Form,Is Table,គឺជាតារាង DocType: Email Account,Total number of emails to sync in initial sync process ,ចំនួនសរុបនៃអ៊ីម៉ែលដើម្បីធ្វើសមកាលកម្មនៅក្នុងដំណើរការធ្វើសមកាលកម្មដំបូង DocType: Website Settings,Set Banner from Image,កំណត់បដាពីរូបភាព -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,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},គណនីថ្មីត្រូវបានបង្កើតឡើងសម្រាប់អ្នកនៅ {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,សេចក្តីណែនាំអ៊ីមែល @@ -561,7 +560,7 @@ DocType: Country,Country Name,ឈ្មោះប្រទេស apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,គំរូទទេ។ DocType: About Us Team Member,About Us Team Member,អំពីយើងក្រុមការងារជាសមាជិក 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.","សិទ្ធិត្រូវបានកំណត់នៅលើប្រភេទឯកសារតួនាទីនិង (ហៅ DOCTYPE) ដោយកំណត់សិទ្ធិដូចជាការអានសរសេរ, បង្កើត, លុប, ដាក់ស្នើ, បោះបង់, ធ្វើវិសោធនកម្ម, របាយការណ៍, នាំចូល, នាំចេញ, បោះពុម្ពអ៊ីមែលនិងការកំណត់ដោយអ្នកប្រើអនុញ្ញាត។" -DocType: Event,Wednesday,ថ្ងៃពុធ +DocType: Assignment Rule Day,Wednesday,ថ្ងៃពុធ apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,វាលរូបភាពត្រូវតែជា fieldname ត្រឹមត្រូវ DocType: Chat Token,Token,សញ្ញាសម្ងាត់ apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,ឈ្មោះវាល {0} ត្រូវបានដាក់កម្រិត។ @@ -681,6 +680,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,HTML សកម្មភាពបន្ទាប់ apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,បង្កើតប្រកាស apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,បន្ថែមអ្នកចូលរួម +DocType: Web Page,Main Section (Markdown),ផ្នែកសំខាន់ (ការកត់ចំណាំ) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,មានតែ {0} តាមអ៊ីមែលរបាយការណ៍ត្រូវបានអនុញ្ញាតក្នុងមួយអ្នកប្រើ DocType: Address,Address Title,អាសយដ្ឋានចំណងជើង DocType: Website Settings,Footer Items,បាតកថាធាតុ @@ -857,7 +857,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,ព DocType: Contact Phone,Number,ចំនួន DocType: Web Form Field,Web Form Field,វាលសំណុំបែបបទបណ្តាញ apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,អ្នកមានសារថ្មីពី: -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) ។" apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,កែសម្រួលរបស់ HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,សូមបញ្ចូល URL ប្ដូរទិស apps/frappe/frappe/core/doctype/language/language.py,"{0} must begin and end with a letter and can only contain letters, @@ -917,7 +916,6 @@ apps/frappe/frappe/utils/data.py,Cent,ភាគ apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,តែងអ៊ីមែល apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","អាមេរិកសម្រាប់លំហូរការងារ (ឧសេចក្តីព្រាងអនុម័ត, លុបចោល) ។" DocType: Print Settings,Allow Print for Draft,អនុញ្ញាតឱ្យបោះពុម្ពសម្រាប់សេចក្តីព្រាង -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.","កំហុសក្នុងការភ្ជាប់ទៅ QZ ថាសកម្មវិធី ...

អ្នកត្រូវមានកម្មវិធីតំឡើង QZ ថាសនិងតំឡើងដើម្បីប្រើមុខងារព្រីនព្រីន។

ចុចត្រង់នេះដើម្បីទាញយកនិងតំឡើង QZ ថាស
សូមចុចនៅទីនេះដើម្បីស្វែងយល់បន្ថែមអំពីការបោះពុម្ពឆៅ ។" apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,កំណត់បរិមាណ apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,ដាក់ស្នើឯកសារនេះដើម្បីបញ្ជាក់ DocType: Contact,Unsubscribed,ជាវ @@ -1031,6 +1029,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,គ្មា apps/frappe/frappe/config/customization.py,Add custom forms.,បន្ថែមទម្រង់បែបបទផ្ទាល់ខ្លួន។ apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} នៅក្នុង {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,បានដាក់ស្នើឯកសារនេះ +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,តំឡើង> សិទ្ធិអ្នកប្រើប្រាស់ 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.,ប្រព័ន្ធនេះបានផ្ដល់នូវតួនាទីដែលបានកំណត់ជាមុនជាច្រើន។ អ្នកអាចបន្ថែមតួនាទីថ្មីកំណត់សិទ្ធិស្តើង។ DocType: Communication,CC,ចម្លងជូន DocType: Country,Geo,ភូមិសាស្ត្រ @@ -1071,7 +1070,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,គ្រប់គ្រ DocType: Website Settings,Route Redirects,ប្តូរទិសផ្លូវ។ apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","ការកំណត់ភាសា, កាលបរិច្ឆេទនិងពេលវេលា" DocType: User Email,User Email,អ្នកប្រើអ៊ីម៉ែល -DocType: Event,Saturday,ថ្ងៃសៅរ៍ +DocType: Assignment Rule Day,Saturday,ថ្ងៃសៅរ៍ DocType: User,Represents a User in the system.,តំណាងឱ្យអ្នកប្រើនៅក្នុងប្រព័ន្ធ។ DocType: List View Setting,Disable Auto Refresh,បិទដំណើរការធ្វើឱ្យស្រស់ដោយស្វ័យប្រវត្តិ។ DocType: Comment,Label,ស្លាក @@ -1192,6 +1191,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,លក្ខខណ្ឌ {0} មិនត្រឹមត្រូវ DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.",ប្រសិនបើបានធីកអ្នកប្រើនឹងមិនឃើញប្រអប់អះអាងការចូលដំណើរការ។ apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} បានលុបកំណត់ត្រា។ +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag",ឈ្មោះស្លាក ... ឧទាហរណ៍ #tag apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,ផ្លូវកាត់ក្តារចុច។ DocType: Post,Comments,យោបល់ apps/frappe/frappe/public/js/frappe/dom.js,Confirm,បញ្ជាក់ការ @@ -1246,6 +1246,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",ប្រសិនបើអ្នកប្រើមានតួនាទីអ្វីបានគូសធីកនោះអ្នកប្រើក្លាយជា "អ្នកប្រើប្រាស់ប្រព័ន្ធ" ។ "អ្នកប្រើប្រាស់ប្រព័ន្ធ" មានសិទ្ធិចូលដំណើរការទៅផ្ទៃតុ DocType: System Settings,Date and Number Format,លេខទ្រង់ទ្រាយកាលបរិច្ឆេទនិង apps/frappe/frappe/model/document.py,one of,មួយក្នុងចំណោម +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,រៀបចំ> ទម្រង់បែបបទតាមតម្រូវការ apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,កំពុងពិនិត្យមើលមួយពេល apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,បង្ហាញស្លាក DocType: DocField,HTML Editor,កម្មវិធីនិពន្ធ HTML @@ -1253,6 +1254,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,វិក័យប័ត្រ DocType: Email Queue,Not Sent,មិនបានផ្ញើរ DocType: Web Form,Actions,ការប្រព្រឹត្ដ +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,តំឡើង> អ្នកប្រើប្រាស់ DocType: Workflow State,align-justify,តម្រឹម-បង្ហាញអំពីភាពត្រឹមត្រូវ DocType: User,Middle Name (Optional),ឈ្មោះពាក់កណ្តាល (ជាជម្រើស) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,មិនអនុញ្ញាត @@ -1278,13 +1280,14 @@ DocType: PayPal Settings,PayPal Settings,ការកំណត់បានតា apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,ជ្រើសប្រភេទឯកសារ apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,មិនអាចលុប {0} ជាវាមានថ្នាំងកុមារ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} នាទីមុន +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,ថ្ងៃចាត់តាំង {0} ត្រូវបានធ្វើម្តងទៀត។ DocType: Kanban Board Column,lightblue,ពណ៌ខៀវស្រាល apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,វាលដូចគ្នាត្រូវបានបញ្ចូលលើសពីម្តង DocType: Print Settings,Enable Raw Printing,បើកដំណើរការការបោះពុម្ពឆៅ។ +DocType: Contact,Contact Numbers,លេខទំនាក់ទំនង DocType: Website Route Redirect,Source,ប្រភព apps/frappe/frappe/templates/includes/list/filters.html,clear,ការច្បាស់លាស់ apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,ចប់ហើយ។ -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,តំឡើង> អ្នកប្រើប្រាស់។ DocType: Prepared Report,Filter Values,តម្លៃតម្រង DocType: Communication,User Tags,ស្លាករបស់អ្នកប្រើ DocType: Data Migration Run,Fail,បរាជ័យ @@ -1308,7 +1311,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,លាក់ព apps/frappe/frappe/www/qrcode.py,Page has expired!,ទំព័របានផុតកំណត់ហើយ! DocType: LDAP Settings,Path to private Key File,ផ្លូវទៅកាន់ឯកសារសោឯកជន។ DocType: Workflow State,Tasks,ភារកិច្ច -DocType: Event,Tuesday,កាលពីថ្ងៃអង្គារ +DocType: Assignment Rule Day,Tuesday,កាលពីថ្ងៃអង្គារ DocType: Blog Settings,Blog Settings,ការកំណត់កំណត់ហេតុបណ្ដាញ apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,អ្នកក៏អាចចម្លងបិទភ្ជាប់តំណក្នុងកម្មវិធីរុករករបស់អ្នក DocType: Workflow State,bullhorn,bullhorn @@ -1527,7 +1530,7 @@ DocType: User,Set New Password,កំណត់ពាក្យសម្ងាត 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 មិនត្រឹមត្រូវទ្រង់ទ្រាយរបាយការណ៍មួយ។ ទ្រង់ទ្រាយរបាយការណ៍គួរមួយនៃ \% s ដែលខាងក្រោម DocType: Chat Message,Chat,ការជជែកកំសាន្ត -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,តំឡើង> សិទ្ធិអ្នកប្រើប្រាស់។ +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},រកមិនឃើញឯកសារដាក់ស្លាកជាមួយ {0} DocType: LDAP Group Mapping,LDAP Group Mapping,ផែនទីក្រុមអិល។ ឌី។ ភី DocType: Dashboard Chart,Chart Options,ជម្រើសគំនូសតាង។ apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,ជួរឈរគ្មានចំណងជើង។ @@ -1557,6 +1560,7 @@ DocType: Custom Role,Custom Role,តួនាទីផ្ទាល់ខ្ល apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,ទំព័រដើម / ការធ្វើតេស្តថត 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,បញ្ចូលពាក្យសម្ងាត់របស់អ្នក DocType: Dropbox Settings,Dropbox Access Secret,Dropbox ចូលដំណើរការសម្ងាត់ +DocType: Tag Link,Document Title,ចំណងជើងឯកសារ apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(ចាំបាច់) DocType: Social Login Key,Social Login Provider,អ្នកផ្ដល់សេវាកម្មចូលសង្គម apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,បន្ថែមសេចក្តីអធិប្បាយមួយទៀត @@ -1796,7 +1800,6 @@ DocType: GCalendar Account,Next Sync Token,សមកាលកម្មសំង DocType: Energy Point Settings,Energy Point Settings,ការកំណត់ចំណុចថាមពល។ DocType: Async Task,Succeeded,ទទួលបានជោគជ័យ apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},វាលដែលចាំបាច់តម្រូវឱ្យមាននៅ {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","កំហុសក្នុងការភ្ជាប់ទៅ QZ ថាសកម្មវិធី ...

អ្នកត្រូវមានកម្មវិធីតំឡើង QZ ថាសនិងតំឡើងដើម្បីប្រើមុខងារព្រីនព្រីន។

ចុចត្រង់នេះដើម្បីទាញយកនិងតំឡើង QZ ថាស
សូមចុចនៅទីនេះដើម្បីស្វែងយល់បន្ថែមអំពីការបោះពុម្ពឆៅ ។" apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,កំណត់ចំនួននៃការបម្រុងទុក DocType: DocField,Do not allow user to change after set the first time,ចូរកុំអនុញ្ញាតឱ្យអ្នកប្រើដើម្បីផ្លាស់ប្តូរបន្ទាប់ពីបានកំណត់ជាលើកដំបូង apps/frappe/frappe/utils/data.py,1 year ago,១ ឆ្នាំមុន @@ -3626,6 +3636,7 @@ DocType: Auto Email Report,Send only if there is any data,ផ្ញើតែប apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,សរុបជួរដេក apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: សិទ្ធិនៅកម្រិត 0 ត្រូវបានកំណត់មុនពេលដែលត្រូវបានកំណត់កម្រិតខ្ពស់ DocType: Contact,Sync with Google Contacts,ធ្វើសមកាលកម្មជាមួយទំនាក់ទំនង Google ។ +DocType: Tag Link,Document Tag,ស្លាកឯកសារ apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},ការចាត់តាំងបិទដោយ {0} DocType: Integration Request,Remote,ពីចម្ងាយ apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,គណនា @@ -3714,6 +3725,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,ក DocType: Email Domain,domain name,ឈ្មោះដែន DocType: Contact Email,Contact Email,ទំនាក់ទំនងតាមអ៊ីមែល DocType: Kanban Board Column,Order,លំដាប់ +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,រកមិនឃើញលទ្ធផលសម្រាប់ {0} ក្នុងការស្វែងរកសកល DocType: Report,Ref DocType,យោងចង្អុលបង្ហាញ apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,សូមបញ្ចូលលេខសម្គាល់អតិថិជនមុនពេលបើកការចូលសង្គម apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0}: មិនអាចកំណត់ការធ្វើវិសោធនកម្មច្បាប់ដោយមិនបោះបង់ @@ -3819,6 +3831,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,កំណត់ត្រាសម្រាប់វេជ្ជបណ្ឌិតខាងក្រោមនឹងត្រូវបានត្រង apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,ឧបករណ៍កំណត់ពេលវេលាអសកម្ម។ DocType: Blog Settings,Blog Introduction,សេចក្តីផ្តើមកំណត់ហេតុបណ្ដាញ +DocType: Global Search Settings,Search Priorities,ស្វែងរកអាទិភាព DocType: Address,Office,ការិយាល័យ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,ក្តារកានបាន នេះនឹងក្លាយជាឯកជន apps/frappe/frappe/desk/moduleview.py,Standard Reports,របាយការណ៏ស្ដង់ដារ diff --git a/frappe/translations/kn.csv b/frappe/translations/kn.csv index 061a57cb8d..e449583624 100644 --- a/frappe/translations/kn.csv +++ b/frappe/translations/kn.csv @@ -112,7 +112,6 @@ DocType: Data Migration Run,Log,ಲಾಗ್ DocType: Workflow State,indent-right,ಇಂಡೆಂಟ್ ಬಲ DocType: Has Role,Has Role,ಪಾತ್ರ ಹ್ಯಾಸ್ DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,ಸರ್ವರ್ನಲ್ಲಿ QR ಕೋಡ್ ಇಮೇಜ್ ಉಳಿಸಿಕೊಳ್ಳಲು ಸೆಕೆಂಡುಗಳಲ್ಲಿ ಸಮಯ. ಕನಿಷ್ಠ: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,ಅಮಾನ್ಯವಾದ ಇಮೇಲ್ ಖಾತೆ DocType: Dashboard Chart,Timespan,ಟೈಮ್ಸ್ಪ್ಯಾನ್ apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,ವೆಬ್ ಲಿಂಕ್ DocType: Deleted Document,Restored,ಮರುಸ್ಥಾಪಿಸಲಾಯಿತು @@ -128,7 +127,7 @@ DocType: DocType,Default Print Format,ಡೀಫಾಲ್ಟ್ ಪ್ರಿ DocType: Workflow State,Tags,ಟ್ಯಾಗ್ಗಳು apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of 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} ಕ್ಷೇತ್ರದಲ್ಲಿ {1} ನಲ್ಲಿ ಅನನ್ಯ ಹೊಂದಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ -DocType: Global Search Settings,Document Types,ಡಾಕ್ಯುಮೆಂಟ್ ವಿಧಗಳು +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,ಡಾಕ್ಯುಮೆಂಟ್ ವಿಧಗಳು DocType: Address,Jammu and Kashmir,ಜಮ್ಮು ಮತ್ತು ಕಾಶ್ಮೀರ DocType: Workflow,Workflow State Field,ವರ್ಕ್ಫ್ಲೋ ರಾಜ್ಯ ಫೀಲ್ಡ್ DocType: Language,Guest,ಅತಿಥಿ @@ -288,6 +287,7 @@ DocType: Customize Form Field,"Print Width of the field, if the field is a colum DocType: Dropbox Settings,Dropbox Access Key,ಡ್ರಾಪ್ಬಾಕ್ಸ್ ಪ್ರವೇಶ ಕೀ apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,ಕಸ್ಟಮ್ ಲಿಪಿಯ add_fetch ಸಂರಚನೆಯಲ್ಲಿ {0} ತಪ್ಪಾದ ಕ್ಷೇತ್ರನಾಮ apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,ಯಾವ ಸಂಪರ್ಕವನ್ನು ಸಿಂಕ್ ಮಾಡಬೇಕೆಂದು Google ಸಂಪರ್ಕಗಳನ್ನು ಆಯ್ಕೆಮಾಡಿ. +DocType: Web Page,Main Section (HTML),ಮುಖ್ಯ ವಿಭಾಗ (HTML) DocType: Workflow State,headphones,ಹೆಡ್ಫೋನ್ apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,ಪಾಸ್ವರ್ಡ್ ಅಗತ್ಯವಿದೆ ಅಥವಾ ಕಾಯುತ್ತಿದ್ದ ಪಾಸ್ವರ್ಡ್ ಆಯ್ಕೆ ಆಗಿದೆ DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,ಉದಾ replies@yourcomany.com. ಎಲ್ಲಾ ಪ್ರತ್ಯುತ್ತರಗಳನ್ನು ಈ ಇನ್ಬಾಕ್ಸ್ಗೆ ಬರುತ್ತದೆ. @@ -384,8 +384,6 @@ DocType: Webhook,Request URL,URL ಅನ್ನು ವಿನಂತಿಸಿ DocType: Customize Form,Is Table,ಟೇಬಲ್ DocType: Email Account,Total number of emails to sync in initial sync process ,ಆರಂಭಿಕ ಸಿಂಕ್ ಪ್ರಕ್ರಿಯೆಯಲ್ಲಿ ಸಿಂಕ್ ಇಮೇಲ್ಗಳನ್ನು ಒಟ್ಟು ಸಂಖ್ಯೆ DocType: Website Settings,Set Banner from Image,ಬ್ಯಾನರ್ ಚಿತ್ರ ಹೊಂದಿಸಿ -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,ಗ್ಲೋಬಲ್ ಸರ್ಚ್ -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,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},ಒಂದು ಹೊಸ ಖಾತೆ ನಿಮಗಾಗಿ ರಚಿಸಲಾಗಿದೆ {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,ಸೂಚನೆಗಳು ಇಮೇಲ್ @@ -523,7 +521,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} ಮತ್ತು {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,ಸಂವಾದವನ್ನು ಪ್ರಾರಂಭಿಸಿ. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",ಯಾವಾಗಲೂ "ಡ್ರಾಫ್ಟ್" ಸೇರಿಸಿ ಮುದ್ರಣ ಕರಡು ದಾಖಲೆಗಳನ್ನು ಶಿರೋನಾಮೆ apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},ಅಧಿಸೂಚನೆಯಲ್ಲಿ ದೋಷ: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} ವರ್ಷ (ಗಳು) ಹಿಂದೆ DocType: Data Migration Run,Current Mapping Start,ಪ್ರಸ್ತುತ ಮ್ಯಾಪಿಂಗ್ ಪ್ರಾರಂಭ apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,ಇಮೇಲ್ ಸ್ಪ್ಯಾಮ್ ಎಂದು ಗುರುತಿಸಲಾಗಿದೆ DocType: Comment,Website Manager,ವೆಬ್ಸೈಟ್ ಮ್ಯಾನೇಜರ್ @@ -564,7 +561,7 @@ DocType: Country,Country Name,ದೇಶದ ಹೆಸರು apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,ಖಾಲಿ ಟೆಂಪ್ಲೇಟು DocType: About Us Team Member,About Us Team Member,ನಮ್ಮ ತಂಡದ ಸದಸ್ಯರು ಬಗ್ಗೆ 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.","ಅನುಮತಿಗಳು ರಿಪೋರ್ಟ್ , ಆಮದು , ರಫ್ತು , ಪ್ರಿಂಟ್ , ಇಮೇಲ್ ಮತ್ತು ಬಳಕೆದಾರ ಅನುಮತಿಗಳು , ಮಾಡಿರಿ , ರದ್ದು , ಸಲ್ಲಿಸಿ , ಅಳಿಸಿ , ರಚಿಸಿ , ಬರೆಯಿರಿ , ಓದಿ ಹಕ್ಕು ಹೊಂದಿಸುವ ಮೂಲಕ ಪಾತ್ರಗಳು ಮತ್ತು ಡಾಕ್ಯುಮೆಂಟ್ ವಿಧಗಳು ( DOCTYPES ಕರೆಯಲಾಗುತ್ತದೆ) ಸೆಟ್ ." -DocType: Event,Wednesday,ಬುಧವಾರ +DocType: Assignment Rule Day,Wednesday,ಬುಧವಾರ apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,ಚಿತ್ರ ಕ್ಷೇತ್ರ ಮಾನ್ಯ FIELDNAME ಇರಬೇಕು DocType: Chat Token,Token,ಟೋಕನ್ DocType: Property Setter,ID (name) of the entity whose property is to be set,ಅವರ ಆಸ್ತಿ ಸೆಟ್ ಆಗಿದೆ ಘಟಕದ ಆಫ್ ID ( ಹೆಸರು ) @@ -684,6 +681,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,ಮುಂದಿನ ಕ್ರಿಯೆಗಳು HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,ಪೋಸ್ಟ್ ರಚಿಸಿ apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,ಪಾಲ್ಗೊಳ್ಳುವವರನ್ನು ಸೇರಿಸಿ +DocType: Web Page,Main Section (Markdown),ಮುಖ್ಯ ವಿಭಾಗ (ಮಾರ್ಕ್‌ಡೌನ್) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,ಮಾತ್ರ {0} ಇಮೇಲ್ ವರದಿಗಳು ಬಳಕೆದಾರರಿಗೆ ಅವಕಾಶ DocType: Address,Address Title,ವಿಳಾಸ ಶೀರ್ಷಿಕೆ DocType: Website Settings,Footer Items,ಅಡಿಟಿಪ್ಪಣಿ ಐಟಂಗಳು @@ -739,6 +737,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,ಫೈ DocType: DocField,In Global Search,ಜಾಗತಿಕ ಸರ್ಚ್ DocType: System Settings,Brute Force Security,ಬ್ರೂಟ್ ಫೋರ್ಸ್ ಸೆಕ್ಯುರಿಟಿ DocType: Workflow State,indent-left,ಇಂಡೆಂಟ್ ಎಡ +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} ವರ್ಷ (ಗಳು) ಹಿಂದೆ apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,ಇದು ಈ ಕಡತ ಅಳಿಸಲು ಅಪಾಯಕಾರಿ: {0}. ನಿಮ್ಮ ಸಿಸ್ಟಂ ನಿರ್ವಾಹಕರನ್ನು ಸಂಪರ್ಕಿಸಿ. DocType: Currency,Currency Name,CurrencyName apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,ಯಾವುದೇ ಇಮೇಲ್ಗಳನ್ನು @@ -862,7 +861,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,ಮ DocType: Contact Phone,Number,ಸಂಖ್ಯೆ DocType: Web Form Field,Web Form Field,ವೆಬ್ ಫಾರ್ಮ್ ಫೀಲ್ಡ್ apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,ಇದರಿಂದ ನೀವು ಹೊಸ ಸಂದೇಶವನ್ನು ಹೊಂದಿದ್ದೀರಿ: -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 ರ ನಡುವಿನ ಮೌಲ್ಯಗಳಿಗೆ)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,HTML ಸಂಪಾದಿಸಿ apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,URL ಮರುನಿರ್ದೇಶಿಸಿ ನಮೂದಿಸಿ apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Restore Original Permissions,ಮೂಲ ಅನುಮತಿಗಳು ಮರುಸ್ಥಾಪಿಸಿ @@ -921,7 +919,6 @@ apps/frappe/frappe/utils/data.py,Cent,ಸೆಂಟ್ apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,ಇಮೇಲ್ ರಚಿಸಿ apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","ಕೆಲಸದೊತ್ತಡದ ಸ್ಟೇಟ್ಸ್ ( ಉದಾ ಡ್ರಾಫ್ಟ್ , ಅನುಮೋದನೆ, ರದ್ದುಗೊಳಿಸಲಾಗಿದೆ ) ." DocType: Print Settings,Allow Print for Draft,ಡ್ರಾಫ್ಟ್ ಪ್ರಿಂಟ್ ಅನುಮತಿಸಿ -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.","QZ ಟ್ರೇ ಅಪ್ಲಿಕೇಶನ್‌ಗೆ ಸಂಪರ್ಕಿಸುವಲ್ಲಿ ದೋಷ ...

ಕಚ್ಚಾ ಮುದ್ರಣ ವೈಶಿಷ್ಟ್ಯವನ್ನು ಬಳಸಲು ನೀವು QZ ಟ್ರೇ ಅಪ್ಲಿಕೇಶನ್ ಅನ್ನು ಸ್ಥಾಪಿಸಿ ಚಾಲನೆಯಲ್ಲಿರಬೇಕು.

QZ ಟ್ರೇ ಅನ್ನು ಡೌನ್‌ಲೋಡ್ ಮಾಡಲು ಮತ್ತು ಸ್ಥಾಪಿಸಲು ಇಲ್ಲಿ ಕ್ಲಿಕ್ ಮಾಡಿ .
ಕಚ್ಚಾ ಮುದ್ರಣದ ಬಗ್ಗೆ ಇನ್ನಷ್ಟು ತಿಳಿದುಕೊಳ್ಳಲು ಇಲ್ಲಿ ಕ್ಲಿಕ್ ಮಾಡಿ ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,ಹೊಂದಿಸಿ ಪ್ರಮಾಣ apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,ಖಚಿತಪಡಿಸಲು ದಾಖಲೆ ಸಲ್ಲಿಸಿ DocType: Contact,Unsubscribed,ಅನ್ಸಬ್ಸ್ಕ್ರೈಬ್ @@ -1035,6 +1032,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,ಯಾವು apps/frappe/frappe/config/customization.py,Add custom forms.,ಕಸ್ಟಮ್ ರೂಪಗಳು ಸೇರಿಸಿ. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} ನಲ್ಲಿ {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,ಈ ಡಾಕ್ಯುಮೆಂಟ್ ಸಲ್ಲಿಸಿದ +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,ಸೆಟಪ್> ಬಳಕೆದಾರರ ಅನುಮತಿಗಳು 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.,ವ್ಯವಸ್ಥೆಯ ಅನೇಕ ಪೂರ್ವ ನಿರ್ಧಾರಿತ ಪಾತ್ರಗಳನ್ನು ಒದಗಿಸುತ್ತದೆ . ನೀವು ಸೂಕ್ಷ್ಮ ಅನುಮತಿಗಳನ್ನು ಹೊಂದಿಸಲು ಹೊಸ ಪಾತ್ರಗಳನ್ನು ಸೇರಿಸಬಹುದು. DocType: Communication,CC,ಸಿಸಿ DocType: Country,Geo,ಜಿಯೋ @@ -1076,7 +1074,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,ಮೂರನೇ ವ್ DocType: Website Settings,Route Redirects,ಮಾರ್ಗ ಮರುನಿರ್ದೇಶನಗಳು apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","ಭಾಷಾ , ದಿನಾಂಕ ಮತ್ತು ಸಮಯ ಸೆಟ್ಟಿಂಗ್ಗಳನ್ನು" DocType: User Email,User Email,ಬಳಕೆದಾರ ಇಮೇಲ್ -DocType: Event,Saturday,ಶನಿವಾರ +DocType: Assignment Rule Day,Saturday,ಶನಿವಾರ DocType: User,Represents a User in the system.,ವ್ಯವಸ್ಥೆಯಲ್ಲಿ ಒಂದು ಬಳಕೆದಾರ ಪ್ರತಿನಿಧಿಸುತ್ತದೆ. DocType: List View Setting,Disable Auto Refresh,ಸ್ವಯಂ ರಿಫ್ರೆಶ್ ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಿ DocType: Comment,Label,ಚೀಟಿ @@ -1195,6 +1193,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,ಅಮಾನ್ಯವಾದ {0} ಷರತ್ತು DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","ಪರಿಶೀಲಿಸಿದರೆ, ಬಳಕೆದಾರರು ಪ್ರವೇಶ ದೃಢೀಕರಿಸಿ ಸಂವಾದ ನೋಡುವುದಿಲ್ಲ." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} ರೆಕಾರ್ಡ್ ಅಳಿಸಲಾಗಿದೆ +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","ಟ್ಯಾಗ್ ಹೆಸರು ..., ಉದಾ. # ಟ್ಯಾಗ್" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,ಕೀಬೋರ್ಡ್ ಶಾರ್ಟ್‌ಕಟ್‌ಗಳು DocType: Post,Comments,ಪ್ರತಿಕ್ರಿಯೆಗಳು apps/frappe/frappe/public/js/frappe/dom.js,Confirm,ದೃಢೀಕರಿಸಿ @@ -1248,6 +1247,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","ಬಳಕೆದಾರ ಪರಿಶೀಲಿಸಿದ ಯಾವುದೇ ಪಾತ್ರವನ್ನು ಹೊಂದಿದೆ, ನಂತರ ಬಳಕೆದಾರರು "ವ್ಯವಸ್ಥೆ ಬಳಕೆದಾರ" ಆಗುತ್ತದೆ. "ಸಿಸ್ಟಮ್ ಬಳಕೆದಾರ" ಡೆಸ್ಕ್ಟಾಪ್ ಪ್ರವೇಶವನ್ನು ಹೊಂದಿದೆ" DocType: System Settings,Date and Number Format,ದಿನಾಂಕ ಮತ್ತು ಸಂಖ್ಯೆ ಸ್ವರೂಪ apps/frappe/frappe/model/document.py,one of,ಒಂದು +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,ಸೆಟಪ್> ಫಾರ್ಮ್ ಅನ್ನು ಕಸ್ಟಮೈಸ್ ಮಾಡಿ apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,ಒಂದು ಕ್ಷಣ ಪರಿಶೀಲಿಸಲಾಗುತ್ತಿದೆ apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,ತೋರಿಸು ಟ್ಯಾಗ್ಗಳು DocType: DocField,HTML Editor,ಎಚ್ಟಿಎಮ್ಎಲ್ ಎಡಿಟರ್ @@ -1255,6 +1255,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,ಬಿಲ್ಲಿಂಗ್ DocType: Email Queue,Not Sent,ಕಳುಹಿಸಲಾಗಿಲ್ಲ DocType: Web Form,Actions,ಕ್ರಿಯೆಗಳು +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,ಸೆಟಪ್> ಬಳಕೆದಾರ DocType: Workflow State,align-justify,ಸಮರ್ಥಿಸಿಕೊಳ್ಳಲು align DocType: User,Middle Name (Optional),ಮಧ್ಯ ಹೆಸರು (ಐಚ್ಛಿಕ) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,ಅನುಮತಿಯಿಲ್ಲ @@ -1285,10 +1286,10 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} ನ DocType: Kanban Board Column,lightblue,ತಿಳಿ ನೀಲಿ apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,ಒಂದೇ ಕ್ಷೇತ್ರವನ್ನು ಒಂದಕ್ಕಿಂತ ಹೆಚ್ಚು ಬಾರಿ ಪ್ರವೇಶಿಸಲಾಗಿದೆ DocType: Print Settings,Enable Raw Printing,ಕಚ್ಚಾ ಮುದ್ರಣವನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಿ +DocType: Contact,Contact Numbers,ಸಂಪರ್ಕ ಸಂಖ್ಯೆಗಳು DocType: Website Route Redirect,Source,ಮೂಲ apps/frappe/frappe/templates/includes/list/filters.html,clear,ಸ್ಪಷ್ಟ apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,ಮುಗಿದಿದೆ -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,ಸೆಟಪ್> ಬಳಕೆದಾರ DocType: Prepared Report,Filter Values,ಫಿಲ್ಟರ್ ಮೌಲ್ಯಗಳು DocType: Communication,User Tags,ಬಳಕೆದಾರ ಟ್ಯಾಗ್ಗಳು DocType: Data Migration Run,Fail,ಅನುತ್ತೀರ್ಣ @@ -1313,7 +1314,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,ವಿವರಗ apps/frappe/frappe/www/qrcode.py,Page has expired!,ಪುಟವು ಮುಗಿದಿದೆ! DocType: LDAP Settings,Path to private Key File,ಖಾಸಗಿ ಕೀಲಿ ಫೈಲ್‌ಗೆ ಹಾದಿ DocType: Workflow State,Tasks,ಕಾರ್ಯಗಳನ್ನು -DocType: Event,Tuesday,ಮಂಗಳವಾರ +DocType: Assignment Rule Day,Tuesday,ಮಂಗಳವಾರ DocType: Blog Settings,Blog Settings,ಬ್ಲಾಗ್ ಸೆಟ್ಟಿಂಗ್ಗಳು apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,ನಿಮ್ಮ ಬ್ರೌಸರ್ನಲ್ಲಿ ಈ ಲಿಂಕ್ ನಕಲಿಸಿ ಅಂಟಿಸಿ DocType: Workflow State,bullhorn,bullhorn @@ -1534,7 +1535,6 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},{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 ಒಂದು \ ಮಾಡಬೇಕು ವರದಿ DocType: Chat Message,Chat,ಚಾಟಿಂಗ್ -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,ಸೆಟಪ್> ಬಳಕೆದಾರರ ಅನುಮತಿಗಳು DocType: LDAP Group Mapping,LDAP Group Mapping,ಎಲ್ಡಿಎಪಿ ಗ್ರೂಪ್ ಮ್ಯಾಪಿಂಗ್ DocType: Dashboard Chart,Chart Options,ಚಾರ್ಟ್ ಆಯ್ಕೆಗಳು apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,ಶೀರ್ಷಿಕೆರಹಿತ ಕಾಲಮ್ @@ -1565,6 +1565,7 @@ DocType: Custom Role,Custom Role,ಕಸ್ಟಮ್ ಪಾತ್ರ apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,ಮುಖಪುಟ / ಟೆಸ್ಟ್ ಫೋಲ್ಡರ್ 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,ನಿಮ್ಮ ಗುಪ್ತಪದವನ್ನು ನಮೂದಿಸಿ DocType: Dropbox Settings,Dropbox Access Secret,ಡ್ರಾಪ್ಬಾಕ್ಸ್ ಪ್ರವೇಶ ಸೀಕ್ರೆಟ್ +DocType: Tag Link,Document Title,ಡಾಕ್ಯುಮೆಂಟ್ ಶೀರ್ಷಿಕೆ apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(ಕಡ್ಡಾಯ) DocType: Social Login Key,Social Login Provider,ಸಮಾಜ ಲಾಗಿನ್ ಒದಗಿಸುವವರು apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,ಮತ್ತೊಂದು ಕಾಮೆಂಟ್ ಸೇರಿಸಿ @@ -1801,7 +1802,6 @@ DocType: GCalendar Account,Next Sync Token,ಮುಂದಿನ ಸಿಂಕ್ DocType: Energy Point Settings,Energy Point Settings,ಎನರ್ಜಿ ಪಾಯಿಂಟ್ ಸೆಟ್ಟಿಂಗ್‌ಗಳು DocType: Async Task,Succeeded,ಉತ್ತರಾಧಿಕಾರಿ apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},ಅಗತ್ಯವಿದೆ ಕಡ್ಡಾಯ ಜಾಗ {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","QZ ಟ್ರೇ ಅಪ್ಲಿಕೇಶನ್‌ಗೆ ಸಂಪರ್ಕಿಸುವಲ್ಲಿ ದೋಷ ...

ಕಚ್ಚಾ ಮುದ್ರಣ ವೈಶಿಷ್ಟ್ಯವನ್ನು ಬಳಸಲು ನೀವು QZ ಟ್ರೇ ಅಪ್ಲಿಕೇಶನ್ ಅನ್ನು ಸ್ಥಾಪಿಸಿ ಚಾಲನೆಯಲ್ಲಿರಬೇಕು.

QZ ಟ್ರೇ ಅನ್ನು ಡೌನ್‌ಲೋಡ್ ಮಾಡಲು ಮತ್ತು ಸ್ಥಾಪಿಸಲು ಇಲ್ಲಿ ಕ್ಲಿಕ್ ಮಾಡಿ .
ಕಚ್ಚಾ ಮುದ್ರಣದ ಬಗ್ಗೆ ಇನ್ನಷ್ಟು ತಿಳಿದುಕೊಳ್ಳಲು ಇಲ್ಲಿ ಕ್ಲಿಕ್ ಮಾಡಿ ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,ಸಂಖ್ಯೆ ಬ್ಯಾಕ್ಅಪ್ಗಳು ಹೊಂದಿಸಿ DocType: DocField,Do not allow user to change after set the first time,ಬಳಕೆದಾರ ಮೊದಲ ಸೆಟ್ ಸಮಯದ ನಂತರ ಬದಲಾಯಿಸಲು ಅವಕಾಶ ಇಲ್ಲ apps/frappe/frappe/utils/data.py,1 year ago,1 ವರ್ಷದ ಹಿಂದೆ @@ -3632,6 +3640,7 @@ DocType: Auto Email Report,Send only if there is any data,ಯಾವುದೇ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,ಒಟ್ಟಾರೆ ಸಾಲು apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0} : ಉನ್ನತ ಮಟ್ಟದ ಸೆಟ್ ಮೊದಲು ಮಟ್ಟದ 0 ಅನುಮತಿಯ ಸೆಟ್ ಮಾಡಬೇಕು DocType: Contact,Sync with Google Contacts,Google ಸಂಪರ್ಕಗಳೊಂದಿಗೆ ಸಿಂಕ್ ಮಾಡಿ +DocType: Tag Link,Document Tag,ಡಾಕ್ಯುಮೆಂಟ್ ಟ್ಯಾಗ್ apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},ಹುದ್ದೆ ಮುಚ್ಚಲಾಯಿತು {0} DocType: Integration Request,Remote,ರಿಮೋಟ್ apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,ಲೆಕ್ಕ @@ -3821,6 +3830,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,ಕೆಳಗಿನ doctypes ಗಾಗಿ ದಾಖಲೆಗಳನ್ನು ಫಿಲ್ಟರ್ ಮಾಡಲಾಗುತ್ತದೆ apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,ವೇಳಾಪಟ್ಟಿ ನಿಷ್ಕ್ರಿಯ DocType: Blog Settings,Blog Introduction,ಬ್ಲಾಗ್ ಪರಿಚಯ +DocType: Global Search Settings,Search Priorities,ಆದ್ಯತೆಗಳನ್ನು ಹುಡುಕಿ DocType: Address,Office,ಕಚೇರಿ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,ಈ ಕನ್ಬನ್ ಬೋರ್ಡ್ ಖಾಸಗಿಯಾಗಿದೆ apps/frappe/frappe/desk/moduleview.py,Standard Reports,ಸ್ಟ್ಯಾಂಡರ್ಡ್ ವರದಿಗಳು diff --git a/frappe/translations/ko.csv b/frappe/translations/ko.csv index 9d85cb188e..71db88d16e 100644 --- a/frappe/translations/ko.csv +++ b/frappe/translations/ko.csv @@ -113,7 +113,6 @@ DocType: Data Migration Run,Log,기록 DocType: Workflow State,indent-right,들여 쓰기 오른쪽 DocType: Has Role,Has Role,역할을 DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,서버에 QR 코드 이미지를 보관할 시간 (초). 최소 : 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,이메일 계정이 잘못되었습니다. apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0} : {2}의 필드 유형 {1}을 (를) 인덱싱 할 수 없습니다. DocType: Dashboard Chart,Timespan,시간 범위 apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,웹 링크 @@ -130,7 +129,7 @@ DocType: DocType,Default Print Format,기본 인쇄 형식 DocType: Workflow State,Tags,태그 apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of 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} 필드는 {1}에 독특한 설정할 수 없습니다 -DocType: Global Search Settings,Document Types,문서 유형 +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,문서 유형 DocType: Address,Jammu and Kashmir,잠무와 카슈미르 DocType: Workflow,Workflow State Field,워크 플로 상태 필드 DocType: Language,Guest,손님 @@ -291,6 +290,7 @@ DocType: Customize Form Field,"Print Width of the field, if the field is a colum DocType: Dropbox Settings,Dropbox Access Key,보관 용 액세스 키 apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,사용자 정의 스크립트의 add_fetch 구성에서 잘못된 필드 이름 {0} apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,연락처를 동기화 할 Google 주소록을 선택하십시오. +DocType: Web Page,Main Section (HTML),메인 섹션 (HTML) DocType: Workflow State,headphones,헤드폰 apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,암호가 필요하거나 대기 비밀번호를 선택한다 DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,예) replies@yourcomany.com.모든 응답이받은 편지함으로 올 것이다. @@ -391,8 +391,6 @@ DocType: Webhook,Request URL,요청 URL DocType: Customize Form,Is Table,표입니다 DocType: Email Account,Total number of emails to sync in initial sync process ,이메일의 총 수는 초기 동기화 과정에서 동기화하기 DocType: Website Settings,Set Banner from Image,이미지에서 배너를 설정 -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,글로벌 검색 -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,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},새로운 계정은 당신을 위해 생성 된 {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,이메일로받은 지침 @@ -533,7 +531,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0}과 {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,대화를 시작하십시오. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",항상 인쇄 초안 문서 제목 "초안"을 추가 apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},알림 오류 : {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} 년 전 DocType: Data Migration Run,Current Mapping Start,현재 매핑 시작 apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,이메일이 스팸으로 표시되었습니다. DocType: Comment,Website Manager,웹 사이트 관리자 @@ -575,7 +572,7 @@ DocType: Country,Country Name,국가 이름 apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,빈 템플릿 DocType: About Us Team Member,About Us Team Member,팀 구성원에 대한 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.","권한은보고, 가져 오기, 내보내기, 인쇄, 전자 메일 및 사용자 설정 권한, 정정, 취소, 제출, 생성, 삭제, 읽기, 쓰기와 같은 권한을 설정하여 역할 및 문서 유형 (doctype에 호출)에 설정됩니다." -DocType: Event,Wednesday,수요일 +DocType: Assignment Rule Day,Wednesday,수요일 apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,이미지 필드는 유효한 필드 이름이어야합니다 DocType: Chat Token,Token,토큰 apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,필드 이름 {0}이 (가) 제한되어 있습니다. @@ -696,6 +693,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,다음 작업 HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,게시물 만들기 apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,참가자 추가 +DocType: Web Page,Main Section (Markdown),메인 섹션 (마크 다운) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,만 {0} 보고서는 사용자 당 허용되는 이메일 apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0} : {2}의 필드 유형 {1}은 고유 할 수 없습니다. DocType: Address,Address Title,주소 제목 @@ -752,6 +750,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,파일 백 DocType: DocField,In Global Search,글로벌 검색 DocType: System Settings,Brute Force Security,무차별 공격 보안 DocType: Workflow State,indent-left,들여 쓰기 왼쪽 +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} 년 전 apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,그것은이 파일을 삭제하는 위험 : {0}. 시스템 관리자에게 문의하시기 바랍니다. DocType: Currency,Currency Name,통화 명 apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,어떤 이메일 없습니다 @@ -876,7 +875,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,다 DocType: Contact Phone,Number,번호 DocType: Web Form Field,Web Form Field,웹 양식 필드 apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,님의 새 메시지가 있습니다. -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 사이의 값)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,HTML 편집 apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,리디렉션 URL을 입력하십시오. apps/frappe/frappe/core/doctype/language/language.py,"{0} must begin and end with a letter and can only contain letters, @@ -937,7 +935,6 @@ apps/frappe/frappe/utils/data.py,Cent,센트 apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,이메일 작성 apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","워크 플로의 상태 (예를 들어, 초안, 승인, 취소)." DocType: Print Settings,Allow Print for Draft,초안에 대한 인쇄 허용 -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.","QZ 트레이 응용 프로그램에 연결하는 중 오류가 발생했습니다 ...

Raw Print 기능을 사용하려면 QZ Tray 응용 프로그램이 설치되어 실행 중이어야합니다.

QZ 트레이를 다운로드하여 설치하려면 여기를 클릭하십시오 .
Raw Printing에 대한 자세한 내용을 보려면 여기를 클릭하십시오 ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,설정 수량 apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,확인하기 위해이 문서를 제출 DocType: Contact,Unsubscribed,가입되어 있지 않음 @@ -1052,6 +1049,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,없음 {0} apps/frappe/frappe/config/customization.py,Add custom forms.,사용자 지정 양식을 추가합니다. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0} : {1}에서 {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,이 문서를 제출 +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,설정> 사용자 권한 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.,이 시스템은 많은 사전 정의 된 역할을 제공합니다.당신은 미세한 권한을 설정하는 새로운 역할을 추가 할 수 있습니다. DocType: Communication,CC,CC DocType: Country,Geo,지오 @@ -1093,7 +1091,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,타사 앱 관리 DocType: Website Settings,Route Redirects,경로 리디렉션 apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","언어, 날짜 및 시간 설정" DocType: User Email,User Email,사용자 이메일 -DocType: Event,Saturday,토요일 +DocType: Assignment Rule Day,Saturday,토요일 DocType: User,Represents a User in the system.,시스템의 사용자를 나타냅니다. DocType: List View Setting,Disable Auto Refresh,자동 새로 고침 사용 안 함 DocType: Comment,Label,라벨 @@ -1217,6 +1215,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,{0} 조건이 잘못되었습니다. DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","이 옵션이 선택되면, 사용자가 확인 액세스 대화 상자가 표시되지 않습니다." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} 레코드가 삭제되었습니다. +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","태그 이름 ..., 예 : #tag" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,키보드 단축키 DocType: Post,Comments,비고 apps/frappe/frappe/public/js/frappe/dom.js,Confirm,확인 @@ -1271,6 +1270,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","사용자가 확인하는 역할을한다면, 사용자는 "시스템 사용자"가된다. "시스템 사용자는"데스크톱에 액세스 할 수 있습니다" DocType: System Settings,Date and Number Format,날짜 및 숫자 형식 apps/frappe/frappe/model/document.py,one of,하나의 +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,설정> 양식 사용자 정의 apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,한 순간 확인 apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,보기 태그 DocType: DocField,HTML Editor,HTML 편집기 @@ -1278,6 +1278,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,청구 DocType: Email Queue,Not Sent,보낼 수 없습니다 DocType: Web Form,Actions,수행 +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,설정> 사용자 DocType: Workflow State,align-justify,정렬 정당화 DocType: User,Middle Name (Optional),중간 이름 (선택 사항) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,허용하지 않음 @@ -1306,13 +1307,14 @@ DocType: PayPal Settings,PayPal Settings,페이팔 설정 apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,문서 유형을 선택 apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,이 자식 노드를 가지고 {0}을 (를) 삭제할 수 없습니다 apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} 분 전 +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,과제 일 {0}이 (가) 반복되었습니다. DocType: Kanban Board Column,lightblue,연한 파랑 apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,동일한 필드가 두 번 이상 입력되었습니다. DocType: Print Settings,Enable Raw Printing,원시 인쇄 사용 +DocType: Contact,Contact Numbers,연락 번호 DocType: Website Route Redirect,Source,소스 apps/frappe/frappe/templates/includes/list/filters.html,clear,명확한 apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,끝마친 -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,설정> 사용자 DocType: Prepared Report,Filter Values,필터 값 DocType: Communication,User Tags,사용자 태그 DocType: Data Migration Run,Fail,실패 @@ -1337,7 +1339,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,자세한 정보 apps/frappe/frappe/www/qrcode.py,Page has expired!,페이지가 만료되었습니다. DocType: LDAP Settings,Path to private Key File,개인 키 파일의 경로 DocType: Workflow State,Tasks,작업 -DocType: Event,Tuesday,화요일 +DocType: Assignment Rule Day,Tuesday,화요일 DocType: Blog Settings,Blog Settings,블로그 설정 apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,당신은 또한 당신의 브라우저에서이 링크를 복사하여 붙여 넣을 수 있습니다 DocType: Workflow State,bullhorn,물러나 @@ -1564,7 +1566,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},{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는 유효한 보고서 형식이 아닙니다. 다음 % s의 중 하나를 \해야 보고서 형식 DocType: Chat Message,Chat,채팅 -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,설정> 사용자 권한 +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},{0} 태그가있는 문서를 찾을 수 없습니다 DocType: LDAP Group Mapping,LDAP Group Mapping,LDAP 그룹 매핑 DocType: Dashboard Chart,Chart Options,차트 옵션 apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,제목없는 열 @@ -1595,6 +1597,7 @@ DocType: Custom Role,Custom Role,사용자 정의 역할 apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,홈 / 테스트 폴더 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,암호를 입력 DocType: Dropbox Settings,Dropbox Access Secret,보관 용 액세스 비밀 +DocType: Tag Link,Document Title,문서 제목 apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(필수) DocType: Social Login Key,Social Login Provider,소셜 로그인 공급자 apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,또 다른 코멘트를 추가 @@ -1840,7 +1843,6 @@ DocType: GCalendar Account,Next Sync Token,다음 동기화 토큰 DocType: Energy Point Settings,Energy Point Settings,에너지 포인트 설정 DocType: Async Task,Succeeded,성공 apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},에 필요한 필수 필드 {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","QZ 트레이 응용 프로그램에 연결하는 중 오류가 발생했습니다 ...

Raw Print 기능을 사용하려면 QZ Tray 응용 프로그램이 설치되어 실행 중이어야합니다.

QZ 트레이를 다운로드하여 설치하려면 여기를 클릭하십시오 .
Raw Printing에 대한 자세한 내용을 보려면 여기를 클릭하십시오 ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,백업의 설정 번호 DocType: DocField,Do not allow user to change after set the first time,사용자가 변경할 수 없음 후 처음으로 설정 apps/frappe/frappe/utils/data.py,1 year ago,1 년 전 @@ -3712,6 +3720,7 @@ DocType: Auto Email Report,Send only if there is any data,데이터가있을 경 apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,총계 행 apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0} : 높은 수준이 설정되기 전에 레벨 0에서 사용 권한이 설정되어야합니다 DocType: Contact,Sync with Google Contacts,Google 주소록과 동기화 +DocType: Tag Link,Document Tag,문서 태그 apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},할당에 의해 폐쇄 {0} DocType: Integration Request,Remote,먼 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,계산 @@ -3802,6 +3811,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,변 DocType: Email Domain,domain name,도메인 이름 DocType: Contact Email,Contact Email,담당자 이메일 DocType: Kanban Board Column,Order,주문 +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,글로벌 검색에서 {0}에 대한 결과를 찾을 수 없습니다 DocType: Report,Ref DocType,참조 문서 종류 apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,소셜 로그인을 사용하도록 설정하기 전에 클라이언트 ID를 입력하십시오. apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0} : 설정할 수 없습니다 취소없이 개정 @@ -3908,6 +3918,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,다음 doctypes에 대한 레코드가 필터링됩니다. apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,스케줄러 비활성 DocType: Blog Settings,Blog Introduction,블로그 소개 +DocType: Global Search Settings,Search Priorities,검색 우선 순위 DocType: Address,Office,사무실 apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,이 칸반 보드는 개인이 될 것입니다 apps/frappe/frappe/desk/moduleview.py,Standard Reports,표준 보고서 diff --git a/frappe/translations/ku.csv b/frappe/translations/ku.csv index 3b70d4aa46..0dd7e76f91 100644 --- a/frappe/translations/ku.csv +++ b/frappe/translations/ku.csv @@ -112,7 +112,6 @@ DocType: Data Migration Run,Log,Rojname DocType: Workflow State,indent-right,indent-mafê DocType: Has Role,Has Role,has Role DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,Demjimêr di sisiyan de li ser qonaxa QR codeê li ser serverê bimînin. Min: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,Hesabê E-nameyê apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: Fieldtype {1} ji bo {2} nayê indeks kirin DocType: Dashboard Chart,Timespan,Timespan apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Link Web @@ -129,7 +128,7 @@ DocType: DocType,Default Print Format,Default Format bo çapkirinê DocType: Workflow State,Tags,Tags apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of Workflow,None: End of 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} qadê ne dikarin bên mîhenkirin wek ku di {1} yekane, çawa ku nirxên ne-yekane heyî li wir" -DocType: Global Search Settings,Document Types,Types belge +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,Types belge DocType: Address,Jammu and Kashmir,Jammu û Keşmîrê DocType: Workflow,Workflow State Field,Workflow Dewletê Field DocType: Language,Guest,Mêvan @@ -287,6 +286,7 @@ DocType: Customize Form Field,"Print Width of the field, if the field is a colum DocType: Dropbox Settings,Dropbox Access Key,Dropbox Têketinê Key apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,Wrong fieldname {0} di navnîşana add_fetch a scriptê ya kaxiz de apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,Têkiliyên Google-ê hilbijêrin ku têkilî divê hevdeng bibin. +DocType: Web Page,Main Section (HTML),Beşa sereke (HTML) DocType: Workflow State,headphones,headphones apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,Şîfre pêwîst e an Awaiting şîfreya xwe hilbijêre DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,eg replies@yourcomany.com. Hemû bersîv dê ji bo vê inbox were. @@ -381,8 +381,6 @@ DocType: Webhook,Request URL,Request URL DocType: Customize Form,Is Table,e Table DocType: Email Account,Total number of emails to sync in initial sync process ,Hejmara giştî ya emails senkronîze di pêvajoya Synca pêşî DocType: Website Settings,Set Banner from Image,Set Banner ji Wêne -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Global Search -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},A hesabê nû ji bo te at tên dîtin {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,Telîmata bi rêket @@ -519,7 +517,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} û {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,Destpêk biaxivin. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Her tim "Pêşnûmeya" lê zêde bike Berev ji bo çapkirinê pêşnûma belge apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},Di ificationapkirinê de çewtî: { -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} sal (sal) berê DocType: Data Migration Run,Current Mapping Start,Mapping Current Start apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,Email hatiye dîtin wek zibil nîşankirin DocType: Comment,Website Manager,Manager Website @@ -561,7 +558,7 @@ DocType: Country,Country Name,Navê welatê apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,Ankablonê vala DocType: About Us Team Member,About Us Team Member,About Us Team Member 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.","Permissions in li ser ristên û Types Document (bi navê DocTypes) bi avakirina mafên wek Read set, hewe, Rencber, Vemirandina, Submit, Cancel, Qanûnên, Report, Import, Export, Print, Email û Set User Permissions." -DocType: Event,Wednesday,Çarşem +DocType: Assignment Rule Day,Wednesday,Çarşem apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,"nav zeviyê Wêne, divê fieldname derbasdar be" DocType: Chat Token,Token,token apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,Navnameya {0} sînorkirî ye @@ -680,6 +677,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,Next Çalakên HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,Post Post apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,Beşdarvanan +DocType: Web Page,Main Section (Markdown),Beşa sereke (Markdown) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,Tenê {0} bi rêket raporên bi per user destûr apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: Fieldtype {1} for {2} nikare bêhempa be DocType: Address,Address Title,Address Title @@ -736,6 +734,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,Barkirinê DocType: DocField,In Global Search,Di Global Search DocType: System Settings,Brute Force Security,Ewlekariya Hêza Brute DocType: Workflow State,indent-left,indent-çepê +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} sal (sal) berê apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,Ev metirsiyek e li vê pelê jê bibî: {0}. Ji kerema xwe ve Manager Pergala xwe re bikeve têkiliyê. DocType: Currency,Currency Name,Navê Exchange apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,No Emails @@ -858,7 +857,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,Bicer DocType: Contact Phone,Number,Jimare DocType: Web Form Field,Web Form Field,Form Web Field apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,Hûn bi peyamek nû heye ji: -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)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,biguherîne HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,Ji kerema xwe URL binivîse navnîşan apps/frappe/frappe/core/doctype/language/language.py,"{0} must begin and end with a letter and can only contain letters, @@ -919,7 +917,6 @@ apps/frappe/frappe/utils/data.py,Cent,Cent apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,compose Email apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","Amerîka ji bo workflow (wek nimûne bi Pêşnûmeya, başora, weş)." DocType: Print Settings,Allow Print for Draft,Destûrê bide Print ji bo Pêşnûmeya -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.","Connewtiya di girêdana serîlêdanê ya QZ Tray de têkildar e ...

Hûn hewce ne ku serîlêdana QZ Tray-ê saz bikin û bisekinin, da ku taybetmendiya Raw çapkirinê bikar bînin.

Vira bikirtînin û QZ Tray bikirtînin .
Vira bikirtînin da ku di derbarê çapkirina Raw de bêtir fêr bibin ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,Set Diravan apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,Submit vê belgeyê de ji bo piştrast DocType: Contact,Unsubscribed,Unsubscribed @@ -1033,6 +1030,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,No {0} dîtin apps/frappe/frappe/config/customization.py,Add custom forms.,Lê zêde bike formên adeta. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} li {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,şandin ku ev belge +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Setup> Destûrên bikarhêner 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.,Sîstema gelek ristên pre-danasîn pêşkêş dike. Tu fonksiyoneke nû ji bo danîna destûrên bihéné lê zêde bike. DocType: Communication,CC,CC DocType: Country,Geo,Geo @@ -1074,7 +1072,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,Serastkirinên Partiya S DocType: Website Settings,Route Redirects,Beralîkirinan apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","Ziman, Dîrok û Time settings" DocType: User Email,User Email,Bikarhêner Email -DocType: Event,Saturday,Şemî +DocType: Assignment Rule Day,Saturday,Şemî DocType: User,Represents a User in the system.,Temsîl dike User di sîstema. DocType: List View Setting,Disable Auto Refresh,Ji nûvekirina Auto-ya Nekêş bike DocType: Comment,Label,Awanasî @@ -1194,6 +1192,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,Şerta çewt {0} DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","Eger kontrolkirin, bikarhênerên bi wê dialog Confirm Têketinê bibînin." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} tomar hilandin +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","navê tag ..., mînak #tag" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,Kurtikên Pêl DocType: Post,Comments,Comments apps/frappe/frappe/public/js/frappe/dom.js,Confirm,Tesdîqkirin @@ -1247,6 +1246,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","Ger user ti rola kontrol heye, piştre bikarhêner "System User" dibe. "Pergala User" access to the desktop heye" DocType: System Settings,Date and Number Format,Dîrok û Number Format apps/frappe/frappe/model/document.py,one of,yek ji +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Setup> Forma Sêwiranê apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,Dinêre yek gavê apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,Show Tags DocType: DocField,HTML Editor,Edîtora HTML @@ -1254,6 +1254,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,Billing DocType: Email Queue,Not Sent,Sent ne DocType: Web Form,Actions,Actions +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Setup> Bikarhêner DocType: Workflow State,align-justify,align-mafdar DocType: User,Middle Name (Optional),Navê Navîn (Li gorî daxwazê) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,destûrdayî ne @@ -1281,13 +1282,14 @@ DocType: PayPal Settings,PayPal Settings,Settings PayPal apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,Select Corî dokumênt apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,ne dikarin jê bibî {0} wek ku hatiye hucûma zarok apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} minutes ago +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,Roja Dravkirin {0} hatiye dubare kirin. DocType: Kanban Board Column,lightblue,şînê vebûyî apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,Same Field di heman demê de careke din e DocType: Print Settings,Enable Raw Printing,Çapkirina Raw فعال bike +DocType: Contact,Contact Numbers,Hejmarên Têkilî DocType: Website Route Redirect,Source,Kanî apps/frappe/frappe/templates/includes/list/filters.html,clear,zelal apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,Qedandin -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Setup> Bikarhêner DocType: Prepared Report,Filter Values,Nirxên nirxandin DocType: Communication,User Tags,Bikarhêner Tags DocType: Data Migration Run,Fail,Biserîneçûn @@ -1312,7 +1314,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,veşêre Details apps/frappe/frappe/www/qrcode.py,Page has expired!,Page tim DocType: LDAP Settings,Path to private Key File,Rê li ber Peleya Keysê Taybet DocType: Workflow State,Tasks,erkên -DocType: Event,Tuesday,Sêşem +DocType: Assignment Rule Day,Tuesday,Sêşem DocType: Blog Settings,Blog Settings,Settings Blog apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,Tu dikarî li vê lînkê bitikîne we kopî-bîlkêne DocType: Workflow State,bullhorn,megafon @@ -1532,7 +1534,6 @@ DocType: User,Set New Password,Set New Password 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 e a format raporê ne derbasdar e. Report format divê yek ji yên li jêr% s \ DocType: Chat Message,Chat,Galgalî -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Setup> Destûrên bikarhêner DocType: LDAP Group Mapping,LDAP Group Mapping,Nexşeya Koma LDAP DocType: Dashboard Chart,Chart Options,Vebijarkên Chart apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,Kolona Untitled @@ -1562,6 +1563,7 @@ DocType: Custom Role,Custom Role,Role Custom apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,Home / Test Folder 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,nasnavê xwe binivîsî DocType: Dropbox Settings,Dropbox Access Secret,Dropbox Têketinê Secret +DocType: Tag Link,Document Title,Sernavê Belgeyê apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(Bicî) DocType: Social Login Key,Social Login Provider,Têkiliya Civakî ya Civakî apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,Lê zêde bike Comment din @@ -1800,7 +1802,6 @@ DocType: GCalendar Account,Next Sync Token,Next Sync Token DocType: Energy Point Settings,Energy Point Settings,Mîhengên Nîşana Enerjiyê DocType: Async Task,Succeeded,serkeftî apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},zeviyên wêneke pêwîst di {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","Connewtiya di girêdana serîlêdanê ya QZ Tray de têkildar e ...

Hûn hewce ne ku serîlêdana QZ Tray-ê saz bikin û bisekinin, da ku taybetmendiya Raw çapkirinê bikar bînin.

Vira bikirtînin û QZ Tray bikirtînin .
Vira bikirtînin da ku di derbarê çapkirina Raw de bêtir fêr bibin ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,Set Hejmara Backups DocType: DocField,Do not allow user to change after set the first time,Destûrê nadin user bo guherandina piştî set cara yekem apps/frappe/frappe/utils/data.py,1 year ago,1 ساڵ لەمەوبەر @@ -3612,6 +3619,7 @@ DocType: Auto Email Report,Send only if there is any data,Send tenê eger e hem apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,Roteyên Total apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: Destûr di asta 0 bê mîhenkirin berî asta bilind de set bi DocType: Contact,Sync with Google Contacts,Bi Têkiliyên Google re hevrêz bibin +DocType: Tag Link,Document Tag,Tag belge apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},Assignment girtî ji aliyê {0} DocType: Integration Request,Remote,Dûr apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,Hesabkirin @@ -3698,6 +3706,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,Gûh DocType: Email Domain,domain name,domain name DocType: Contact Email,Contact Email,Contact Email DocType: Kanban Board Column,Order,Emir +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,Di Lêgerîna Gloverî de ti encam ji bo {0} nehatin dîtin DocType: Report,Ref DocType,Ref DocType apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,Ji kerema xwe re nasnameya şexsî ya berî şexsî ya çalak e apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0}: Can not set Qanûnên bê Cancel @@ -3802,6 +3811,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,Belge ji bo doktîfên jêrîn dê bêne şandin apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,Scheduler Inactive DocType: Blog Settings,Blog Introduction,Blog Introduction +DocType: Global Search Settings,Search Priorities,Pêşiyên Lêgerînê DocType: Address,Office,Dayre apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,Ev Board Kanban taybet dê bibe apps/frappe/frappe/desk/moduleview.py,Standard Reports,Reports Standard diff --git a/frappe/translations/lo.csv b/frappe/translations/lo.csv index 3c5e856a1a..899c8b2ecd 100644 --- a/frappe/translations/lo.csv +++ b/frappe/translations/lo.csv @@ -113,7 +113,6 @@ DocType: Data Migration Run,Log,ເຂົ້າສູ່ລະບົບ DocType: Workflow State,indent-right,indent ສິດທິ DocType: Has Role,Has Role,ມີພາລະບົດບາດ DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,ທີ່ໃຊ້ເວລາໃນວິນາທີທີ່ຈະຮັກສາຮູບພາບລະຫັດ QR ກ່ຽວກັບເຄື່ອງແມ່ຂ່າຍຂອງ. ຕ່ໍາສຸດ: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,ບັນຊີ Email ບໍ່ຖືກຕ້ອງ apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: Fieldtype {1} ສຳ ລັບ {2} ບໍ່ສາມາດຖືກດັດສະນີ DocType: Dashboard Chart,Timespan,Timespan apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Web Link @@ -130,7 +129,7 @@ DocType: DocType,Default Print Format,ຮູບແບບພິມມາດຕະ DocType: Workflow State,Tags,Tags apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of Workflow,ບໍ່ມີ: ໃນຕອນທ້າຍຂອງ 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} ພາກສະຫນາມບໍ່ສາມາດໄດ້ຮັບການກໍານົດໄວ້ເປັນເອກະລັກໃນ {1}, ເນື່ອງຈາກວ່າມີຄຸນຄ່າທີ່ມີຢູ່ແລ້ວບໍ່ແມ່ນເປັນເອກະລັກ" -DocType: Global Search Settings,Document Types,ປະເພດເອກະສານ +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,ປະເພດເອກະສານ DocType: Address,Jammu and Kashmir,ຊໍາມູແລະກັດ DocType: Workflow,Workflow State Field,Workflow Field State DocType: Language,Guest,ບຸກຄົນທົ່ວໄປ @@ -291,6 +290,7 @@ DocType: Customize Form Field,"Print Width of the field, if the field is a colum DocType: Dropbox Settings,Dropbox Access Key,Dropbox Access Key apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,ຊື່ພາກສະຫນາມ {0} ທີ່ ບໍ່ຖືກຕ້ອງໃນການຕັ້ງຄ່າ add_fetch ຂອງ script custom apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,ເລືອກ Google Contacts ເຊິ່ງລາຍຊື່ຜູ້ຕິດຕໍ່ຄວນຖືກຊິ້ງຂໍ້ມູນ. +DocType: Web Page,Main Section (HTML),ພາກສ່ວນຕົ້ນຕໍ (HTML) DocType: Workflow State,headphones,ຫູຟັງ apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,ລະຫັດຜ່ານທີ່ຕ້ອງການຫຼືເລືອກຄິດລະຫັດຜ່ານ DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,ຕົວຢ່າງ replies@yourcomany.com. ຕອບກັບທັງຫມົດຈະມາກັບ inbox ນີ້. @@ -391,8 +391,6 @@ DocType: Webhook,Request URL,Request URL DocType: Customize Form,Is Table,ເປັນຕາຕະລາງ DocType: Email Account,Total number of emails to sync in initial sync process ,ຈໍານວນທັງຫມົດຂອງອີເພື່ອ sync ໃນຂະບວນການ sync ທໍາອິດ DocType: Website Settings,Set Banner from Image,ປ້າຍໂຄສະນາຈາກຮູບພາບ -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Search Global -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Search Global DocType: Email Account,SparkPost,SparkPost apps/frappe/frappe/templates/emails/new_user.html,A new account has been created for you at {0},A ບັນຊີໃຫມ່ໄດ້ຮັບການສ້າງຕັ້ງສໍາລັບທ່ານໃນເວລາ {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,ຄໍາແນະນໍາ Emailed @@ -533,7 +531,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} ແລະ {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,ເລີ່ມຕົ້ນການສົນທະນາ. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",ສະເຫມີເພີ່ມ "ຮ່າງ" ຫົວຂໍ້ສໍາລັບເອກະສານຮ່າງການພິມ apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},ຂໍ້ຜິດພາດໃນການແຈ້ງ: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} ປີທີ່ຜ່ານມາ DocType: Data Migration Run,Current Mapping Start,Current Mapping Start apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,Email ໄດ້ຖືກຫມາຍວ່າເປັນສະແປມ DocType: Comment,Website Manager,ຜູ້ຈັດການເວັບໄຊທ໌ @@ -575,7 +572,7 @@ DocType: Country,Country Name,ປະເທດຊື່ apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,ແມ່ແບບເປົ່າຫວ່າງ DocType: About Us Team Member,About Us Team Member,ກ່ຽວກັບພວກເຮົາທີມງານ Member 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.","ການອະນຸຍາດໄດ້ຖືກກໍານົດກ່ຽວກັບບົດບາດແລະປະເພດເອກະສານ (ເອີ້ນວ່າ DOCTYPE) ໂດຍຕັ້ງຄ່າສິດຄືອ່ານ, ຂຽນ, ການສ້າງ, ລົບ, ຍື່ນສະເຫນີການ, ຍົກເລີກການ, ແກ້ໄຂ, ບົດລາຍງານ, ນໍາເຂົ້າ, ສົ່ງອອກ, Print, Email ແລະກໍານົດຜູ້ໃຊ້ການອະນຸຍາດ." -DocType: Event,Wednesday,ວັນພຸດ +DocType: Assignment Rule Day,Wednesday,ວັນພຸດ apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,ພາກສະຫນາມຮູບພາບຈະຕ້ອງເປັນ fieldname ຖືກຕ້ອງ DocType: Chat Token,Token,token apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,ຊື່ຂໍ້ມູນພາກສະ ໜາມ {0} ຖືກ ຈຳ ກັດ @@ -696,6 +693,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,ການກະທໍາຕໍ່ໄປ HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,ສ້າງ Post apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,ຕື່ມຜູ້ເຂົ້າຮ່ວມ +DocType: Web Page,Main Section (Markdown),ພາກສ່ວນຕົ້ນຕໍ (Markdown) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,ພຽງແຕ່ {0} ສົ່ງອີເມວບົດລາຍງານອະນຸຍາດໃຫ້ຕໍ່ຜູ້ໃຊ້ apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: Fieldtype {1} ສຳ ລັບ {2} ບໍ່ສາມາດເປັນເອກະລັກສະເພາະ DocType: Address,Address Title,ທີ່ຢູ່ Title @@ -752,6 +750,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,າຮອ DocType: DocField,In Global Search,ໃນການຊອກຫາ Global DocType: System Settings,Brute Force Security,Brute Force Force ຄວາມປອດໄພ DocType: Workflow State,indent-left,indent ຊ້າຍ +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} ປີທີ່ຜ່ານມາ apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,ມັນເປັນຄວາມສ່ຽງສູງທີ່ຈະລຶບເອກະສານນີ້:. {0} ກະລຸນາຕິດຕໍ່ຈັດການລະບົບຂອງທ່ານ. DocType: Currency,Currency Name,ຊື່ສະກຸນເງິນ apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,No ອີເມວ @@ -876,7 +875,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,ລ DocType: Contact Phone,Number,ຈໍານວນ DocType: Web Form Field,Web Form Field,ມືພາກສະຫນາມໃນແບບຟອມ Web apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,ທ່ານມີຂໍ້ຄວາມໃຫມ່ຈາກ: -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)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,ດັດແກ້ HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,ກະລຸນາໃສ່ Redirect URL apps/frappe/frappe/core/doctype/language/language.py,"{0} must begin and end with a letter and can only contain letters, @@ -937,7 +935,6 @@ apps/frappe/frappe/utils/data.py,Cent,Cent apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,ຂຽນ Email apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","ລັດອາເມລິກາສໍາລັບການສະແດງວຽກ (ຕົວຢ່າງ: ຮ່າງ, ອະນຸມັດ, ຖືກຍົກເລີກ)." DocType: Print Settings,Allow Print for Draft,ອະນຸຍາດໃຫ້ພິມສໍາລັບການຮ່າງ -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.","ມີຂໍ້ຜິດພາດໃນການເຊື່ອມຕໍ່ QZ Tray Application ...

ທ່ານ ຈຳ ເປັນຕ້ອງມີການຕິດຕັ້ງແລະແລ່ນ QZ Tray, ເພື່ອໃຊ້ຄຸນລັກສະນະ Raw Print.

ກົດບ່ອນນີ້ເພື່ອດາວໂຫລດແລະຕິດຕັ້ງ QZ Tray .
ກົດບ່ອນນີ້ເພື່ອຮຽນຮູ້ເພີ່ມເຕີມກ່ຽວກັບການພິມດິບ ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,ກໍານົດຈໍານວນ apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,ສົ່ງເອກະສານເພື່ອຍືນຍັນ DocType: Contact,Unsubscribed,ຍົກເລີກ @@ -1052,6 +1049,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,ບໍ່ມ apps/frappe/frappe/config/customization.py,Add custom forms.,ເພີ່ມຮູບແບບ custom. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} ໃນ {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,ສົ່ງເອກະສານນີ້ +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,ຕັ້ງຄ່າ> ການອະນຸຍາດຂອງຜູ້ໃຊ້ 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.,ລະບົບການສະຫນອງພາລະບົດບາດທາງສ່ວນຫນ້າຂອງທີ່ກໍານົດຈໍານວນຫຼາຍ. ທ່ານສາມາດເພີ່ມພາລະບົດບາດໃຫມ່ໃນການກໍານົດການອະນຸຍາດ finer. DocType: Communication,CC,CC DocType: Country,Geo,ພູມິສາດ @@ -1093,7 +1091,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,ການຄຸ້ມຄ DocType: Website Settings,Route Redirects,ການປ່ຽນເສັ້ນທາງ apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","ພາສາ, ວັນແລະເວລາການຕັ້ງຄ່າ" DocType: User Email,User Email,ຜູ້ໃຊ້ Email -DocType: Event,Saturday,ວັນເສົາ +DocType: Assignment Rule Day,Saturday,ວັນເສົາ DocType: User,Represents a User in the system.,ເປັນຕົວແທນຜູ້ໃຊ້ໃນລະບົບໄດ້. DocType: List View Setting,Disable Auto Refresh,ປິດໃຊ້ງານ Refresh ໂດຍອັດຕະໂນມັດ DocType: Comment,Label,Label @@ -1217,6 +1215,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,ເງື່ອນໄຂທີ່ບໍ່ຖືກຕ້ອງ {0} DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","ຖ້າຫາກວ່າການກວດກາ, ຜູ້ໃຊ້ຈະບໍ່ເຫັນຂໍ້ຄວາມຍືນຍັນເຂົ້າ." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} ບັນທຶກຖືກລຶບແລ້ວ +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","tag ຊື່ ... , ຕົວຢ່າງ #tag" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,ຄີບອດ DocType: Post,Comments,ຄວາມຄິດເຫັນ apps/frappe/frappe/public/js/frappe/dom.js,Confirm,ຢືນຢັນ @@ -1271,6 +1270,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","ຖ້າຫາກວ່າຜູ້ໃຊ້ທີ່ມີພາລະບົດບາດການກວດກາ, ຫຼັງຈາກນັ້ນຜູ້ໃຊ້ຈະກາຍເປັນ "ລະບົບຜູ້ໃຊ້". "ລະບົບຜູ້ໃຊ້" ມີການເຂົ້າເຖິງ desktop ໄດ້" DocType: System Settings,Date and Number Format,ວັນແລະຈໍານວນຮູບແບບ apps/frappe/frappe/model/document.py,one of,ຫນຶ່ງໃນ +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,ຕັ້ງຄ່າ> ປັບແຕ່ງແບບຟອມ apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,ການກວດສອບແຕ່ປັດຈຸບັນ apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,ສະແດງໃຫ້ເຫັນ Tags DocType: DocField,HTML Editor,HTML Editor @@ -1278,6 +1278,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,Billing DocType: Email Queue,Not Sent,ບໍ່ໄດ້ສົ່ງ DocType: Web Form,Actions,ການກະທໍາ +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,ຕັ້ງຄ່າ> ຜູ້ໃຊ້ DocType: Workflow State,align-justify,"ວາງ, ປັບ" DocType: User,Middle Name (Optional),ຊື່ກາງ (ຖ້າຕ້ອງການ) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,ບໍ່ອະນຸຍາດ @@ -1306,13 +1307,14 @@ DocType: PayPal Settings,PayPal Settings,Settings PayPal apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,ເລືອກປະເພດເອກະສານ apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,ບໍ່ສາມາດລຶບ {0} ຍ້ອນວ່າມັນມີຂໍ້ເດັກ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} ນາທີກ່ອນຫນ້ານີ້ +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,ມື້ມອບ ໝາຍ {0} ໄດ້ຖືກເຮັດຊ້ ຳ ແລ້ວ. DocType: Kanban Board Column,lightblue,lightblue apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,ພາກດຽວກັນຖືກເຂົ້າຫຼາຍກວ່າຫນຶ່ງຄັ້ງ DocType: Print Settings,Enable Raw Printing,ເປີດໃຊ້ງານການພິມແບບ Raw +DocType: Contact,Contact Numbers,ເບີຕິດຕໍ່ DocType: Website Route Redirect,Source,ແຫຼ່ງຂໍ້ມູນ apps/frappe/frappe/templates/includes/list/filters.html,clear,ຈະແຈ້ງ apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,ສຳ ເລັດຮູບ -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,ຕັ້ງຄ່າ> ຜູ້ໃຊ້ DocType: Prepared Report,Filter Values,Value Values DocType: Communication,User Tags,User Tags DocType: Data Migration Run,Fail,ລົ້ມເຫລວ @@ -1337,7 +1339,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,ເຊື່ອ apps/frappe/frappe/www/qrcode.py,Page has expired!,Page ຫມົດອາຍຸ! DocType: LDAP Settings,Path to private Key File,ເສັ້ນທາງສູ່ເອກະຊົນ Key File DocType: Workflow State,Tasks,ວຽກງານ -DocType: Event,Tuesday,ວັນອັງຄານ +DocType: Assignment Rule Day,Tuesday,ວັນອັງຄານ DocType: Blog Settings,Blog Settings,Settings Blog apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,"ນອກນັ້ນທ່ານຍັງສາມາດສໍາເນົາ, ວາງການເຊື່ອມຕໍ່ນີ້ຢູ່ໃນຕົວທ່ອງເວັບຂອງທ່ານ" DocType: Workflow State,bullhorn,bullhorn @@ -1564,7 +1566,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},ບໍ່ອະນຸ 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 ບໍ່ແມ່ນຮູບແບບບົດລາຍງານທີ່ຖືກຕ້ອງ. ຮູບແບບບົດລາຍງານຄວນ \ ຫນຶ່ງໃນ% s ຕໍ່ໄປນີ້ DocType: Chat Message,Chat,ສົນທະນາ -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,ຕັ້ງຄ່າ> ການອະນຸຍາດຂອງຜູ້ໃຊ້ +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},ບໍ່ພົບເອກະສານຖືກຕິດກັບ {0} DocType: LDAP Group Mapping,LDAP Group Mapping,ແຜນທີ່ກຸ່ມ LDAP DocType: Dashboard Chart,Chart Options,ຕົວເລືອກຕາຕະລາງ apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,ຖັນບໍ່ມີຊື່ @@ -1595,6 +1597,7 @@ DocType: Custom Role,Custom Role,ພາລະບົດບາດ Custom apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,ຫນ້າທໍາອິດ / ການທົດສອບ Folder 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,ກະລຸນາໃສ່ລະຫັດຜ່ານຂອງທ່ານ DocType: Dropbox Settings,Dropbox Access Secret,Dropbox ເຂົ້າ Secret +DocType: Tag Link,Document Title,ຫົວຂໍ້ເອກະສານ apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(ບັງຄັບ) DocType: Social Login Key,Social Login Provider,ຜູ້ໃຫ້ບໍລິການສັງຄົມ apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,ຕື່ມການຄໍາເຫັນອີກປະການຫນຶ່ງ @@ -1840,7 +1843,6 @@ DocType: GCalendar Account,Next Sync Token,Next Sync Token DocType: Energy Point Settings,Energy Point Settings,ການຕັ້ງຄ່າຈຸດພະລັງງານ DocType: Async Task,Succeeded,ສົບຄວາມສໍາເລັດ apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},ໃສ່ຂໍ້ມູນທີ່ຕ້ອງການໃນ {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","ມີຂໍ້ຜິດພາດໃນການເຊື່ອມຕໍ່ QZ Tray Application ...

ທ່ານ ຈຳ ເປັນຕ້ອງມີການຕິດຕັ້ງແລະແລ່ນ QZ Tray, ເພື່ອໃຊ້ຄຸນລັກສະນະ Raw Print.

ກົດບ່ອນນີ້ເພື່ອດາວໂຫລດແລະຕິດຕັ້ງ QZ Tray .
ກົດບ່ອນນີ້ເພື່ອຮຽນຮູ້ເພີ່ມເຕີມກ່ຽວກັບການພິມດິບ ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,ກໍານົດຈໍານວນຂອງາຮອງ DocType: DocField,Do not allow user to change after set the first time,ບໍ່ອະນຸຍາດໃຫ້ຜູ້ໃຊ້ສາມາດມີການປ່ຽນແປງຫຼັງຈາກສ້າງຕັ້ງຂອງທີ່ໃຊ້ເວລາທໍາອິດ apps/frappe/frappe/utils/data.py,1 year ago,1 ປີກ່ອນຫນ້ານີ້ @@ -3699,6 +3707,7 @@ DocType: Auto Email Report,Send only if there is any data,ສົ່ງພຽງ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,Totals Row apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: ການອະນຸຍາດຢູ່ໃນລະດັບ 0 ຕ້ອງໄດ້ຮັບການກໍານົດໄວ້ກ່ອນທີ່ຈະລະດັບທີ່ສູງກວ່າຖືກກໍານົດໄວ້ DocType: Contact,Sync with Google Contacts,ຊິ້ງຂໍ້ມູນກັບ Google Contacts +DocType: Tag Link,Document Tag,ເອກະສານ Tag apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},ກໍາຫນົດປິດໂດຍ {0} DocType: Integration Request,Remote,ຫ່າງໄກສອກຫຼີກ apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,ຄິດໄລ່ @@ -3789,6 +3798,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,ກ DocType: Email Domain,domain name,ຊື່ໂດເມນ DocType: Contact Email,Contact Email,ການຕິດຕໍ່ DocType: Kanban Board Column,Order,ຄໍາສັ່ງ +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,ບໍ່ພົບຜົນລັບ ສຳ ລັບ {0} ໃນ Global Search DocType: Report,Ref DocType,Ref DocType apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,ກະລຸນາໃສ່ ID ລູກຄ້າກ່ອນເຂົ້າສູ່ລະບົບສັງກະສີ apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0}: ບໍ່ສາມາດກໍານົດການແກ້ໄຂໂດຍບໍ່ມີການຍົກເລີກການ @@ -3895,6 +3905,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,ບັນທຶກສໍາລັບ doctypes ດັ່ງຕໍ່ໄປນີ້ຈະຖືກກັ່ນຕອງ apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,Scheduler Inactive DocType: Blog Settings,Blog Introduction,ການນໍາສະເຫນີ Blog +DocType: Global Search Settings,Search Priorities,ບູລິມະສິດຄົ້ນຫາ DocType: Address,Office,ຫ້ອງການ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,ນີ້ Board Kanban ຈະແມ່ນຂອງສ່ວນຕົວ apps/frappe/frappe/desk/moduleview.py,Standard Reports,ບົດລາຍງານມາດຕະຖານ diff --git a/frappe/translations/lt.csv b/frappe/translations/lt.csv index c4251234e3..53b64b4097 100644 --- a/frappe/translations/lt.csv +++ b/frappe/translations/lt.csv @@ -113,7 +113,6 @@ DocType: Data Migration Run,Log,Prisijungti DocType: Workflow State,indent-right,įtrauka dešiniajame DocType: Has Role,Has Role,turi vaidmuo DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,Laikas sekundėmis išlaikyti QR kodo vaizdą serveryje. Min: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,Netinkama el. Pašto paskyra apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: {2} {1} lauko tipas negali būti indeksuojamas DocType: Dashboard Chart,Timespan,Laiko tarpas apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Interneto nuoroda @@ -130,7 +129,7 @@ DocType: DocType,Default Print Format,Numatytoji spausdinimo formatas DocType: Workflow State,Tags,Žymos apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of Workflow,Nėra: pabaiga 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} laukelis negali būti nustatyti kaip unikalus {1}, nes yra ne unikalus esamos gamtos vertybės" -DocType: Global Search Settings,Document Types,Dokumentų tipai +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,Dokumentų tipai DocType: Address,Jammu and Kashmir,Džamu ir Kašmyras DocType: Workflow,Workflow State Field,Eigos būseną laukas DocType: Language,Guest,Svečias @@ -291,6 +290,7 @@ DocType: Customize Form Field,"Print Width of the field, if the field is a colum DocType: Dropbox Settings,Dropbox Access Key,ZMI prieigos raktas apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,Neteisingas lauko pavadinimas {0} į custom_ script konfigūravimo add_fetch apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,"Pasirinkite „Google“ kontaktus, į kuriuos adresatas turėtų būti sinchronizuojamas." +DocType: Web Page,Main Section (HTML),Pagrindinė dalis (HTML) DocType: Workflow State,headphones,ausinės apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,Slaptažodis reikalingas arba pasirinkite Laukiama Slaptažodis DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,pvz replies@yourcomany.com. Visi atsakymai ateis į šią pašto dėžutę. @@ -391,8 +391,6 @@ DocType: Webhook,Request URL,Prašyti URL DocType: Customize Form,Is Table,Ar lentelė DocType: Email Account,Total number of emails to sync in initial sync process ,Viso laiškų sinchronizuoti pirminio sinchronizavimo procesą DocType: Website Settings,Set Banner from Image,Nustatyti skydelis iš paveikslėlio -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Pasaulinis Paieška -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Pasaulinis Paieška DocType: Email Account,SparkPost,SparkPost apps/frappe/frappe/templates/emails/new_user.html,A new account has been created for you at {0},Nauja paskyra buvo sukurta už jus {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,instrukcijos el.paštas @@ -533,7 +531,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} ir {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,Pradėkite pokalbį. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Visada pridėti "Juodraštis" kategorija spausdinimo dokumentų projektų apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},Pranešimo klaida: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> Prieš {0} metus (-ių) DocType: Data Migration Run,Current Mapping Start,Dabartinė žemėlapių pradžia apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,Laiškas buvo pažymėtas kaip šlamštas DocType: Comment,Website Manager,Interneto svetainė direktorius @@ -575,7 +572,7 @@ DocType: Country,Country Name,šalies pavadinimas apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,Tuščias šablonas DocType: About Us Team Member,About Us Team Member,Apie mus komandos narys 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.","Leidimai yra nustatyti vaidmenis ir dokumentų tipai (vadinami DocTypes) Nustatydami teises kaip skaityti, rašyti, kurti, ištrinti, teikia, atšaukti pakeisti, ataskaita, importas, eksportas, Spausdinti, elektroninio pašto adresą ir nustatyti vartotojo Permissions." -DocType: Event,Wednesday,trečiadienis +DocType: Assignment Rule Day,Wednesday,trečiadienis apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,Vaizdo laukas turi būti galiojantis nazwapola DocType: Chat Token,Token,žetonas apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,Lauko pavadinimas {0} yra ribotas @@ -696,6 +693,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,Kitas veiksmas HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,Sukurti pranešimą apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,Pridėti dalyvius +DocType: Web Page,Main Section (Markdown),Pagrindinis skyrius (žymėjimas) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,Tik {0} elektroniniu paštu ataskaitos leido vienam vartotojui apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: {2} {1} lauko tipas negali būti unikalus DocType: Address,Address Title,adresas Pavadinimas @@ -752,6 +750,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,Failo atsar DocType: DocField,In Global Search,Global paieška DocType: System Settings,Brute Force Security,Brute Force Security DocType: Workflow State,indent-left,įtrauka kairiajame +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> Prieš {0} metus (-ių) apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,Tai rizikinga ištrinti šį failą: {0}. Prašome susisiekti su savo sistemos valdytojas. DocType: Currency,Currency Name,valiutos pavadinimas apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,Nieko Parašyta @@ -876,7 +875,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,Dar k DocType: Contact Phone,Number,Numeris DocType: Web Form Field,Web Form Field,Interneto formos laukas apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,Jūs turite naują pranešimą 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).","Palyginimui naudokite> 5, <10 arba = 324. Diapazonams naudokite 5:10 (vertėms nuo 5 iki 10)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,Redaguoti HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,Įveskite nukreipimo URL apps/frappe/frappe/core/doctype/language/language.py,"{0} must begin and end with a letter and can only contain letters, @@ -937,7 +935,6 @@ apps/frappe/frappe/utils/data.py,Cent,centas apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,rašyti laišką apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","Narių eigos (pvz projektas, patvirtintas, atšaukta)." DocType: Print Settings,Allow Print for Draft,Leiskite Spausdinti projekto -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.","Klaida jungiantis prie „QZ Tray Application“ ...

Jei norite naudoti neapdoroto spausdinimo funkciją, turite būti įdiegta ir paleista „QZ Tray“ programa.

Spustelėkite čia, jei norite atsisiųsti ir įdiegti „QZ Tray“ .
Spustelėkite čia, jei norite sužinoti daugiau apie neapdorotą spausdinimą ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,nustatytas kiekis apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,Pateikti šį dokumentą patvirtinti DocType: Contact,Unsubscribed,neišplatintos @@ -1052,6 +1049,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,Nėra {0} ner apps/frappe/frappe/config/customization.py,Add custom forms.,Pridėti užsakymą formas. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} iš {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,pateikė šį dokumentą +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Sąranka> Vartotojo leidimai 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.,Sistema suteikia daug iš anksto apibrėžtų vaidmenis. Jūs galite pridėti naujus vaidmenis nustatyti subtilius leidimus. DocType: Communication,CC,CK DocType: Country,Geo,geo @@ -1093,7 +1091,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,Tvarkykite trečiųjų š DocType: Website Settings,Route Redirects,Maršruto peradresavimai apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","Kalba, data ir laikas nustatymai" DocType: User Email,User Email,vartotojas paštas -DocType: Event,Saturday,šeštadienis +DocType: Assignment Rule Day,Saturday,šeštadienis DocType: User,Represents a User in the system.,Atstovauja vartotoją sistemoje. DocType: List View Setting,Disable Auto Refresh,Išjungti automatinį atnaujinimą DocType: Comment,Label,etiketė @@ -1217,6 +1215,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,Netinkama {0} sąlyga DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","Jei pažymėta, vartotojai nematys Patvirtinti Access langą." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} įrašas ištrintas +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","žymos vardas ..., pvz., #tag" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,Klaviatūros nuorodos DocType: Post,Comments,komentarai apps/frappe/frappe/public/js/frappe/dom.js,Confirm,Patvirtinti @@ -1271,6 +1270,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","Jei vartotojas turi visi tikrinti vaidmenį, tada vartotojas tampa "sistemos naudotojas". "Sistemos vartotojas" turi prieigą prie darbastalio" DocType: System Settings,Date and Number Format,Data ir numeris Formatas apps/frappe/frappe/model/document.py,one of,vienas iš +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Sąranka> Tinkinti formą apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,Tikrinti vieną momentą apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,Rodyti Žymos DocType: DocField,HTML Editor,HTML redaktorius @@ -1278,6 +1278,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,atsiskaitymo DocType: Email Queue,Not Sent,nesiunčiamas DocType: Web Form,Actions,Veiksmai +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Sąranka> vartotojas DocType: Workflow State,align-justify,lygiavimas-išlyginti DocType: User,Middle Name (Optional),Vidurio pavadinimas (neprivalomas) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,Neleistina @@ -1306,13 +1307,14 @@ DocType: PayPal Settings,PayPal Settings,PayPal Nustatymai apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,Pasirinkite Dokumento tipas apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,Negalite trinti {0} nes ji turi vaikų mazgai apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,prieš {0} minučių +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,Užduoties {0} diena buvo pakartota. DocType: Kanban Board Column,lightblue,šviesiai mėlynas apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,Tas pats laukas įrašytas daugiau nei vieną kartą DocType: Print Settings,Enable Raw Printing,Įgalinti neapdorotą spausdinimą +DocType: Contact,Contact Numbers,Kontaktiniai numeriai DocType: Website Route Redirect,Source,šaltinis apps/frappe/frappe/templates/includes/list/filters.html,clear,aiškus apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,Baigta -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Sąranka> vartotojas DocType: Prepared Report,Filter Values,Filtro vertės DocType: Communication,User Tags,Vartotojo Žymos DocType: Data Migration Run,Fail,Nepavyko @@ -1337,7 +1339,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,Paslėpti detale apps/frappe/frappe/www/qrcode.py,Page has expired!,Puslapis pasibaigė! DocType: LDAP Settings,Path to private Key File,Kelias į asmeninį rakto failą DocType: Workflow State,Tasks,Užduotys -DocType: Event,Tuesday,antradienis +DocType: Assignment Rule Day,Tuesday,antradienis DocType: Blog Settings,Blog Settings,Dienoraštis Nustatymai apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,Taip pat galite kopijuoti įklijuokite šią nuorodą savo naršyklėje DocType: Workflow State,bullhorn,Bullhorn @@ -1564,7 +1566,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},Neleidžiama {0}: {1} 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 yra neteisingas ataskaitos formatas. Ataskaitos formatas turi \ būti vienas iš išvardintų %s DocType: Chat Message,Chat,kalbėtis -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Sąranka> Vartotojo leidimai +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},"Nerasta dokumentų, pažymėtų {0}" DocType: LDAP Group Mapping,LDAP Group Mapping,LDAP grupės žemėlapis DocType: Dashboard Chart,Chart Options,Diagramos parinktys apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,Stulpelis be pavadinimo @@ -1595,6 +1597,7 @@ DocType: Custom Role,Custom Role,Pasirinktinis vaidmuo apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,Pagrindinis / Testas Aplankas 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,Įveskite savo slaptažodį DocType: Dropbox Settings,Dropbox Access Secret,ZMI Prieiga paslaptis +DocType: Tag Link,Document Title,Dokumento pavadinimas apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(Privaloma) DocType: Social Login Key,Social Login Provider,Socialinės paskyros teikėjas apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,Pridėti kitą komentarą @@ -1840,7 +1843,6 @@ DocType: GCalendar Account,Next Sync Token,Next Sync Token DocType: Energy Point Settings,Energy Point Settings,Energijos taško nustatymai DocType: Async Task,Succeeded,pavyko apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},Privalomi laukeliai reikalingi {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","Klaida jungiantis prie „QZ Tray Application“ ...

Jei norite naudoti neapdoroto spausdinimo funkciją, turite būti įdiegta ir paleista „QZ Tray“ programa.

Spustelėkite čia, jei norite atsisiųsti ir įdiegti „QZ Tray“ .
Spustelėkite čia, jei norite sužinoti daugiau apie neapdorotą spausdinimą ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,Nustatykite skaičius atsarginiai DocType: DocField,Do not allow user to change after set the first time,Neleiskite vartotojui keisti po nustatyti pirmą kartą apps/frappe/frappe/utils/data.py,1 year ago,Prieš 1 metus @@ -3699,6 +3707,7 @@ DocType: Auto Email Report,Send only if there is any data,"Siųsti tik tada, jei apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,Iš viso eilutė apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: Leidimas 0 lygis turi būti nustatytas prieš nustatomi aukštesni lygiai DocType: Contact,Sync with Google Contacts,Sinchronizuoti su „Google“ kontaktais +DocType: Tag Link,Document Tag,Dokumento žyma apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},Uždavinys uždarytas {0} DocType: Integration Request,Remote,Nuotolinis apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,Apskaičiuoti @@ -3789,6 +3798,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,poky DocType: Email Domain,domain name,domeno vardas DocType: Contact Email,Contact Email,kontaktinis elektroninio pašto adresas DocType: Kanban Board Column,Order,Įsakymas +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,Visuotinėje paieškoje nerasta {0} rezultatų DocType: Report,Ref DocType,teisėjas dokumentų tipas apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,"Prašome įvesti kliento ID, kol įjungtas socialinis prisijungimas" apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0}: Negalima nustatyti Iš dalies pakeisti be Atšaukti @@ -3895,6 +3905,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,Šių doctypų įrašai bus filtruojami apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,Tvarkaraštis neaktyvus DocType: Blog Settings,Blog Introduction,Dienoraštis Įvadas +DocType: Global Search Settings,Search Priorities,Paieškos prioritetai DocType: Address,Office,biuras apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,Tai Kanban lenta bus asmeninįpranešimą apps/frappe/frappe/desk/moduleview.py,Standard Reports,standartines ataskaitas diff --git a/frappe/translations/lv.csv b/frappe/translations/lv.csv index 9ec55316ab..f79f0b5313 100644 --- a/frappe/translations/lv.csv +++ b/frappe/translations/lv.csv @@ -113,7 +113,6 @@ DocType: Data Migration Run,Log,log DocType: Workflow State,indent-right,ievilkums labajā DocType: Has Role,Has Role,ir lomas DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,"Laiks sekundēs, lai saglabātu QR koda attēlu serverī. Min: 240" -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,Nederīgs e-pasta konts apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: {2} lauka tips {1} nevar tikt indeksēts DocType: Dashboard Chart,Timespan,Laika sprīdis apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Saite @@ -130,7 +129,7 @@ DocType: DocType,Default Print Format,Default Print Format DocType: Workflow State,Tags,Tags apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of Workflow,Neviens: End of 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} lauks nevar iestatīt kā unikāla {1}, jo ir neunikālu esošās vērtības" -DocType: Global Search Settings,Document Types,Dokumentu veidi +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,Dokumentu veidi DocType: Address,Jammu and Kashmir,Džammu un Kašmira DocType: Workflow,Workflow State Field,Workflow Valsts Field DocType: Language,Guest,Viesis @@ -291,6 +290,7 @@ DocType: Customize Form Field,"Print Width of the field, if the field is a colum DocType: Dropbox Settings,Dropbox Access Key,Dropbox Access Key apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,Nepareizs lauka nosaukums {0} pielāgotā skripta konfigurācijā add_fetch apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,"Atlasiet Google kontaktpersonas, ar kurām sinhronizēt kontaktpersonu." +DocType: Web Page,Main Section (HTML),Galvenā sadaļa (HTML) DocType: Workflow State,headphones,austiņas apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,Parole ir nepieciešama vai izvēlēties Gaida paroli DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,piemēram replies@yourcomany.com. Visas atbildes nāks uz šo inbox. @@ -391,8 +391,6 @@ DocType: Webhook,Request URL,Pieprasīt URL DocType: Customize Form,Is Table,ir tabula DocType: Email Account,Total number of emails to sync in initial sync process ,"Kopējais e-pastu, lai sinhronizētu sākotnējā sinhronizācijas procesā" DocType: Website Settings,Set Banner from Image,Uzstādīt Banner no Image -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Globālā meklēšana -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Globālā meklēšana DocType: Email Account,SparkPost,SparkPost apps/frappe/frappe/templates/emails/new_user.html,A new account has been created for you at {0},"Jauns konts ir izveidots, lai jūs {0}" apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,Instrukcijas atsūtīto @@ -533,7 +531,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} un {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,Sāciet sarunu. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Vienmēr pievienot "projektu" Pozīcija drukāšanas dokumentu projektiem apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},Kļūda paziņojumā: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> Pirms {0} gada (-iem) DocType: Data Migration Run,Current Mapping Start,Pašreizējais kartēšanas sākums apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,E-pasts ir atzīmēts kā nevēlams DocType: Comment,Website Manager,Mājas lapa vadītājs @@ -575,7 +572,7 @@ DocType: Country,Country Name,Valsts nosaukums apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,Tukša veidne DocType: About Us Team Member,About Us Team Member,Par mums komandas biedrs 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.","Atļaujas ir iestatīts uz Lomas un dokumentu veidi (sauktas DocTypes) Nosakot tiesības, piemēram, lasīt, rakstīt, izveidot un dzēst, Iesniegt, Atcelt, Grozīt, ziņojums, imports, eksports, Print, e-pasta un Set lietotāju atļauju." -DocType: Event,Wednesday,Trešdiena +DocType: Assignment Rule Day,Wednesday,Trešdiena apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,Image laukam jābūt derīgam fieldname DocType: Chat Token,Token,žetons apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,Lauka nosaukums {0} ir ierobežots @@ -696,6 +693,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,Nākamās darbības HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,Izveidot ziņu apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,Pievienot dalībniekus +DocType: Web Page,Main Section (Markdown),Galvenā sadaļa (Markdown) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,Tikai {0} sūtīts ziņojumi ir atļauts vienu lietotāju apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: {2} lauka tips {1} nevar būt unikāls DocType: Address,Address Title,Adrese sadaļa @@ -752,6 +750,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,Failu dubl DocType: DocField,In Global Search,In Global Search DocType: System Settings,Brute Force Security,Brute Force Security DocType: Workflow State,indent-left,ievilkums kreisajā +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> Pirms {0} gada (-iem) apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,"Tas ir riskanti, lai izdzēstu šo failu: {0}. Lūdzu, sazinieties ar sistēmas pārzini." DocType: Currency,Currency Name,Valūtu Name apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,Nav e-pasta @@ -876,7 +875,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,Mēģ DocType: Contact Phone,Number,Numurs DocType: Web Form Field,Web Form Field,Web Form Field apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,Jums ir jauns ziņojums no: -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)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,Rediģēt HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,"Lūdzu, ievadiet novirzīšanas URL" apps/frappe/frappe/core/doctype/language/language.py,"{0} must begin and end with a letter and can only contain letters, @@ -937,7 +935,6 @@ apps/frappe/frappe/utils/data.py,Cent,Cents apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,Rakstīt e-pasta apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","Valstīm par darbplūsmas (piemēram projekts, Apstiprināts, anulēts)." DocType: Print Settings,Allow Print for Draft,Ļauj Print projektu -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.","Kļūda, savienojot ar QZ teknes lietojumprogrammu ...

Lai izmantotu neapstrādātas drukāšanas funkciju, ir jābūt instalētai un palaistai lietojumprogrammai QZ Tray.

Noklikšķiniet šeit, lai lejupielādētu un instalētu QZ Tray .
Noklikšķiniet šeit, lai uzzinātu vairāk par neapstrādātu drukāšanu ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,Komplektu skaits apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,"Iesniegt šo dokumentu, lai apstiprinātu" DocType: Contact,Unsubscribed,Atrakstīts @@ -1052,6 +1049,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,{0} nav atras apps/frappe/frappe/config/customization.py,Add custom forms.,Pievienot pielāgotus formas. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} ir {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,iesniedza šo dokumentu +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Iestatīšana> Lietotāja atļaujas 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.,"Sistēma piedāvā daudz iepriekš noteiktas funkcijas. Jūs varat pievienot jaunas lomas, lai uzstādītu smalkākās atļaujas." DocType: Communication,CC,CC DocType: Country,Geo,Geo @@ -1093,7 +1091,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,Pārvaldiet trešo pušu DocType: Website Settings,Route Redirects,Maršruta novirzīšana apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","Valodas, datuma un laika iestatījumus" DocType: User Email,User Email,lietotājs E-pasts -DocType: Event,Saturday,Sestdiena +DocType: Assignment Rule Day,Saturday,Sestdiena DocType: User,Represents a User in the system.,Pārstāv lietotājs sistēmā. DocType: List View Setting,Disable Auto Refresh,Atspējot automātisko atsvaidzināšanu DocType: Comment,Label,Etiķete @@ -1216,6 +1214,7 @@ DocType: Note,"If enabled, users will be notified every time they login. If not DocType: Note,"If enabled, users will be notified every time they login. If not enabled, users will only be notified once.","Ja iespējots, lietotāji tiks paziņots katru reizi, kad viņi ienāktu. Ja nav iespējots, lietotāji tiks paziņots tikai vienu reizi." apps/frappe/frappe/core/doctype/doctype/doctype.py,Invalid {0} condition,Nederīgs {0} nosacījums DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","Ja ieslēgts, lietotāji neredzēs Apstiprināt Access dialogu." +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","birkas nosaukums ..., piem., # tags" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,Tastatūras īsceļi DocType: Post,Comments,Komentāri apps/frappe/frappe/public/js/frappe/dom.js,Confirm,Apstiprināt @@ -1270,6 +1269,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","Ja lietotājs ir kāda loma pārbauda, tad lietotājs kļūst par "sistēmas lietotājs". "Sistēmas lietotājs" ir piekļuve darbvirsmas" DocType: System Settings,Date and Number Format,Datums un numurs Format apps/frappe/frappe/model/document.py,one of,viens no +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Iestatīšana> Pielāgot veidlapu apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,vienu brīdi Pārbaude apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,Rādīt birkas DocType: DocField,HTML Editor,HTML redaktors @@ -1277,6 +1277,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,Norēķinu DocType: Email Queue,Not Sent,Nav nosūtīts DocType: Web Form,Actions,Darbības +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Iestatīšana> Lietotājs DocType: Workflow State,align-justify,saskaņot-pamatot DocType: User,Middle Name (Optional),Middle Name (pēc izvēles) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,Nav atļauts @@ -1305,13 +1306,14 @@ DocType: PayPal Settings,PayPal Settings,PayPal iestatījumi apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,Atlasiet dokumentu tipu apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,"Nevar dzēst {0}, jo tā ir bērnu mezgliem" apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} minūtes pirms +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,Uzdevuma diena {0} ir atkārtota. DocType: Kanban Board Column,lightblue,gaiši zils apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,Tas pats lauks tiek ievadīts vairāk nekā vienu reizi DocType: Print Settings,Enable Raw Printing,Iespējot neapstrādātu drukāšanu +DocType: Contact,Contact Numbers,Kontaktu numuri DocType: Website Route Redirect,Source,Avots apps/frappe/frappe/templates/includes/list/filters.html,clear,skaidrs apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,Gatavs -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Iestatīšana> Lietotājs DocType: Prepared Report,Filter Values,Filtra vērtības DocType: Communication,User Tags,Lietotāja birkas DocType: Data Migration Run,Fail,Neveiksme @@ -1336,7 +1338,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,Slēpt detaļas apps/frappe/frappe/www/qrcode.py,Page has expired!,Lapa ir beidzies! DocType: LDAP Settings,Path to private Key File,Ceļš uz privāto atslēgas failu DocType: Workflow State,Tasks,Uzdevumi -DocType: Event,Tuesday,Otrdiena +DocType: Assignment Rule Day,Tuesday,Otrdiena DocType: Blog Settings,Blog Settings,Blog iestatījumi apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,Jūs varat arī kopēt-ielīmēt šo saiti savā pārlūkprogrammā DocType: Workflow State,bullhorn,bullhorn @@ -1562,7 +1564,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},Nav atļauts {0}: {1} 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 nav derīgs ziņojumu formātu. Ziņojumā formāts būtu \ vienu no šīm% s DocType: Chat Message,Chat,Tērzēšana -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Iestatīšana> Lietotāja atļaujas +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},Neviens dokuments nav atrasts ar atzīmi {0} DocType: LDAP Group Mapping,LDAP Group Mapping,LDAP grupas kartēšana DocType: Dashboard Chart,Chart Options,Diagrammas opcijas apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,Kolonna bez nosaukuma @@ -1593,6 +1595,7 @@ DocType: Custom Role,Custom Role,Custom loma apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,Home / Test Folder 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,Ievadiet paroli DocType: Dropbox Settings,Dropbox Access Secret,Dropbox Access Secret +DocType: Tag Link,Document Title,Dokumenta nosaukums apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(Obligāts) DocType: Social Login Key,Social Login Provider,Sociālās pieslēgšanās nodrošinātājs apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,Pievienot citu komentāru @@ -1838,7 +1841,6 @@ DocType: GCalendar Account,Next Sync Token,Nākamais sinhronizācijas lodziņš DocType: Energy Point Settings,Energy Point Settings,Enerģijas punkta iestatījumi DocType: Async Task,Succeeded,Izdevās apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},Obligāti lauki vajadzīgas {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","Kļūda, savienojot ar QZ teknes lietojumprogrammu ...

Lai izmantotu neapstrādātas drukāšanas funkciju, ir jābūt instalētai un palaistai lietojumprogrammai QZ Tray.

Noklikšķiniet šeit, lai lejupielādētu un instalētu QZ tekni .
Noklikšķiniet šeit, lai uzzinātu vairāk par neapstrādātu drukāšanu ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,Uzstādīt skaits Backups DocType: DocField,Do not allow user to change after set the first time,Neļauj lietotājam mainīt pēc noteikt pirmo reizi apps/frappe/frappe/utils/data.py,1 year ago,pirms 1 gads @@ -3697,6 +3705,7 @@ DocType: Auto Email Report,Send only if there is any data,"Nosūtīt tikai tad, apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,Kopējais rinds apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: Atļauja 0 līmenī jānosaka pirms augstāks līmenis ir noteikti DocType: Contact,Sync with Google Contacts,Sinhronizēt ar Google kontaktpersonām +DocType: Tag Link,Document Tag,Dokumenta birka apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},Pielietojums aizver ar {0} DocType: Integration Request,Remote,Remote apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,Aprēķināt @@ -3787,6 +3796,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,Mai DocType: Email Domain,domain name,domēna vārds DocType: Contact Email,Contact Email,Kontaktpersonas e-pasta DocType: Kanban Board Column,Order,rīkojums +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,Globālajā meklēšanā nav atrasti rezultāti {0} DocType: Report,Ref DocType,Ref DOCTYPE apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,"Lūdzu, ievadiet klienta ID, pirms ir iespējota sociālā pieslēgšanās" apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0}: Nevar iestatīt Amend bez Atcelt @@ -3893,6 +3903,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,Uzskaiti par šādiem doctypes tiks filtrēti apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,Plānotājs nav aktīvs DocType: Blog Settings,Blog Introduction,Blog Ievads +DocType: Global Search Settings,Search Priorities,Meklēšanas prioritātes DocType: Address,Office,Birojs apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,Tas Kanban padome būs privāts apps/frappe/frappe/desk/moduleview.py,Standard Reports,Standarta Ziņojumi diff --git a/frappe/translations/mk.csv b/frappe/translations/mk.csv index dd55e93d17..8debc7294f 100644 --- a/frappe/translations/mk.csv +++ b/frappe/translations/mk.csv @@ -111,7 +111,6 @@ DocType: Data Migration Run,Log,Пријавете се DocType: Workflow State,indent-right,алинеја-десничарската DocType: Has Role,Has Role,има улога DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,Време во секунди за да се задржи QR-кодот на серверот. Мин: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,Неважечка сметка за е-пошта apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: Fieldtype {1} за {2} не може да се индексира DocType: Dashboard Chart,Timespan,Timespan apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Веб врска @@ -128,7 +127,7 @@ DocType: DocType,Default Print Format,Стандардно печатење фо DocType: Workflow State,Tags,Тагови apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of Workflow,Никој: Крај на 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} поле не може да се постави како единствен во {1}, како што постојат не-уникатен постоечките вредности" -DocType: Global Search Settings,Document Types,Видови документ +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,Видови документ DocType: Address,Jammu and Kashmir,Џаму и Кашмир DocType: Workflow,Workflow State Field,Работното држава Теренски DocType: Language,Guest,Гостин @@ -285,6 +284,7 @@ DocType: Customize Form Field,"Print Width of the field, if the field is a colum DocType: Dropbox Settings,Dropbox Access Key,Dropbox пристап Клучни apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,Погрешно fieldname {0} во add_fetch конфигурација на сопствени скрипти apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,Изберете контакти на Google на кои контакт треба да се синхронизираат. +DocType: Web Page,Main Section (HTML),Главен дел (HTML) DocType: Workflow State,headphones,слушалки apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,Потребна е лозинка или изберете Чекам лозинка DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,"на пр replies@yourcomany.com. Сите одговори, ќе се дојде до овој сандаче." @@ -368,6 +368,7 @@ DocType: Desktop Icon,Module,Модул DocType: Notification,Send Alert On,Испрати сигнал на DocType: Customize Form,"Customize Label, Print Hide, Default etc.","Персонализација на етикети, печатење Сокриј, стандардно итн" apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Unzipping files...,Отстрани датотеки ... +apps/frappe/frappe/social/doctype/energy_point_log/energy_point_log.py,{0} appreciated your work on {1} with {2} points,{0} ја ценеше вашата работа на {1} со {2} поени apps/frappe/frappe/core/doctype/communication/communication.py,Please make sure the Reference Communication Docs are not circularly linked.,Ве молиме проверете дали Референтните Документи за комуникација не се кружно поврзани. DocType: Assignment Rule,Assign Condition,Доделете состојба apps/frappe/frappe/website/doctype/personal_data_download_request/personal_data_download_request.py,Download Your Data,Преземете ги вашите податоци @@ -379,8 +380,6 @@ DocType: Webhook,Request URL,Барам URL DocType: Customize Form,Is Table,е маса DocType: Email Account,Total number of emails to sync in initial sync process ,Вкупниот број на пораки за да ги синхронизирате во почетниот процес синхронизација DocType: Website Settings,Set Banner from Image,Постави знамето од слика -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,глобална Барај -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,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},Една нова корисничка сметка е креирана за тебе во {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,инструкции Преку е-маил @@ -560,7 +559,7 @@ DocType: Country,Country Name,Земја Име apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,Образец DocType: About Us Team Member,About Us Team Member,За нас член на тимот 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.","Дозволи се поставени на улоги и видови на документи (наречен DocTypes) со поставување права, како што читате, пишувате, да креираат, Избриши, поднесете Откажи, измени, извештај, увоз, извоз, печатење, Email и Поставете кориснички права." -DocType: Event,Wednesday,Среда +DocType: Assignment Rule Day,Wednesday,Среда apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,поле Сликата мора да биде валидна fieldname DocType: Chat Token,Token,токен apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,Името на полето {0} е ограничено @@ -680,6 +679,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,Следни дејства HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,Креирај пост apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,Додајте учесници +DocType: Web Page,Main Section (Markdown),Главен дел (Ознаки) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,Само {0} маил извештаи се дозволени за секој корисник apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: Fieldtype {1} за {2} не може да биде уникатен DocType: Address,Address Title,Наслов адреса @@ -858,7 +858,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,По DocType: Contact Phone,Number,Број DocType: Web Form Field,Web Form Field,Веб образец Теренски apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,Имате нова порака од: -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)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,Уредување на HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,Ве молиме внесете URL за пренасочување apps/frappe/frappe/core/doctype/language/language.py,"{0} must begin and end with a letter and can only contain letters, @@ -919,7 +918,6 @@ apps/frappe/frappe/utils/data.py,Cent,Cent apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,Состави Е-пошта apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","Состојба на работниот тек (на пр., Предлог, Одобрено, Откажано)." DocType: Print Settings,Allow Print for Draft,Дозволи за печатење за Предлог -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.","Грешка во поврзувањето со апликацијата за QZ Tray ...

Треба да имате инсталирано и работи апликацијата QZ Tray, за да ја користите функцијата Raw Print.

Кликнете овде за да ја преземете и инсталирате QZ лентата .
Кликнете овде за да дознаете повеќе за Raw print ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,Намести Кол apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,Го достави овој документ кој ја потврдува DocType: Contact,Unsubscribed,Отпишавте @@ -1033,6 +1031,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,Нема {0} apps/frappe/frappe/config/customization.py,Add custom forms.,Додадете сопствени форми. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} на {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,поднесено овој документ +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Поставување> Кориснички дозволи 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.,Системот обезбедува многу пред-дефинирани улоги. Можете да додавате нови улоги за да го поставите пофини дозволи. DocType: Communication,CC,CC DocType: Country,Geo,Гео @@ -1074,7 +1073,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,Управување со DocType: Website Settings,Route Redirects,Пренасочувања на рутата apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","Јазик, датум и време" DocType: User Email,User Email,корисник E-mail -DocType: Event,Saturday,Сабота +DocType: Assignment Rule Day,Saturday,Сабота DocType: User,Represents a User in the system.,Претставува пристап во системот. DocType: List View Setting,Disable Auto Refresh,Оневозможи автоматско освежување DocType: Comment,Label,Етикета @@ -1192,6 +1191,7 @@ DocType: Note,"If enabled, users will be notified every time they login. If not DocType: Note,"If enabled, users will be notified every time they login. If not enabled, users will only be notified once.","Ако е овозможено, корисниците ќе бидат известени секој пат кога ќе се најавите. Ако не е овозможено, корисниците ќе бидат известени само еднаш." apps/frappe/frappe/core/doctype/doctype/doctype.py,Invalid {0} condition,Неважечка состојба {0} DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","Ако е обележано, корисниците нема да видите дијалогот Потврди пристап." +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","име на ознаката ..., на пример #tag" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,Кратенки на тастатурата DocType: Post,Comments,Коментари apps/frappe/frappe/public/js/frappe/dom.js,Confirm,Потврди @@ -1246,6 +1246,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","Ако корисникот има било провери улога, тогаш корисникот ќе стане "Систем за корисникот". "Систем за корисникот" има пристап на работната површина" DocType: System Settings,Date and Number Format,Датум и број формат apps/frappe/frappe/model/document.py,one of,еден од +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Поставување> Персонализирајте форма apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,Проверка еден момент apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,Прикажи Тагови DocType: DocField,HTML Editor,HTML Editor @@ -1253,6 +1254,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,Платежна DocType: Email Queue,Not Sent,Не Испратени DocType: Web Form,Actions,Активности +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Поставување> Корисник DocType: Workflow State,align-justify,усогласат-оправдаат DocType: User,Middle Name (Optional),Татково име (опционално) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,Не е дозволено @@ -1280,13 +1282,14 @@ DocType: PayPal Settings,PayPal Settings,Прилагодување на PayPal apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,Изберете Document Type apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,"Не можам да го избришам {0}, како што има дете јазли" apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,Пред {0} минути +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,Денот на доделување {0} се повтори. DocType: Kanban Board Column,lightblue,Светло сино apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,Исто поле се внесува повеќе од еднаш DocType: Print Settings,Enable Raw Printing,Овозможи сурово печатење +DocType: Contact,Contact Numbers,Контакт броеви DocType: Website Route Redirect,Source,Извор apps/frappe/frappe/templates/includes/list/filters.html,clear,јасно apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,Завршено -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Поставување> Корисник DocType: Prepared Report,Filter Values,Вредности на филтри DocType: Communication,User Tags,Корисникот Тагови DocType: Data Migration Run,Fail,Не успеа @@ -1311,7 +1314,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,Сокриј Д apps/frappe/frappe/www/qrcode.py,Page has expired!,Страната е истечена! DocType: LDAP Settings,Path to private Key File,Пат до приватна датотека со клучеви DocType: Workflow State,Tasks,Задачи -DocType: Event,Tuesday,Вторник +DocType: Assignment Rule Day,Tuesday,Вторник DocType: Blog Settings,Blog Settings,Блог Подесувања apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,Вие исто така може да копи-паста овој линк во вашиот интернет пребарувач DocType: Workflow State,bullhorn,мегафон @@ -1530,7 +1533,7 @@ DocType: User,Set New Password,Намести Нова лозинка 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 не е валиден формат извештај. Извештај формат треба \ еден од% s DocType: Chat Message,Chat,Чет -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Поставување> Кориснички дозволи +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},Не се пронајдени документи обележани со {0} DocType: LDAP Group Mapping,LDAP Group Mapping,Мапирање на групите LDAP DocType: Dashboard Chart,Chart Options,Опции на графикони apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,Насловна колона @@ -1559,6 +1562,7 @@ DocType: Custom Role,Custom Role,Прилагодено Улогата apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,Почетна / Тест Папка 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,Внесете ја вашата лозинка DocType: Dropbox Settings,Dropbox Access Secret,Dropbox пристап Secret +DocType: Tag Link,Document Title,Наслов на документот apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(Задолжително) DocType: Social Login Key,Social Login Provider,Давател на социјални најавувања apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,Додадете друг коментар @@ -1796,7 +1800,6 @@ DocType: GCalendar Account,Next Sync Token,Следен синхронизира DocType: Energy Point Settings,Energy Point Settings,Поставки за енергетска точка DocType: Async Task,Succeeded,Успеал apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},Задолжителни полиња се бара во {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","Грешка во поврзувањето со апликацијата за QZ Tray ...

Треба да имате инсталирано и работи апликацијата QZ Tray, за да ја користите функцијата Raw Print.

Кликнете овде за да ја преземете и инсталирате QZ лентата .
Кликнете овде за да дознаете повеќе за Raw print ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,Сетови од поголем број на копии DocType: DocField,Do not allow user to change after set the first time,Не им овозможи на корисникот да се промени откако го постави првиот време apps/frappe/frappe/utils/data.py,1 year ago,пред 1 година @@ -3600,6 +3609,7 @@ DocType: Auto Email Report,Send only if there is any data,Испрати сам apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,Вкупно резултати apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,"{0}: Дозвола на ниво 0, мора да се постави пред да се постават повисоки нивоа" DocType: Contact,Sync with Google Contacts,Синхронизирајте со „Контакти на Google“ +DocType: Tag Link,Document Tag,Ознака на документи apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},Доделување затворен од страна {0} DocType: Integration Request,Remote,Далечински управувач apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,Пресметајте @@ -3688,6 +3698,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,Пр DocType: Email Domain,domain name,име на домен DocType: Contact Email,Contact Email,Контакт E-mail DocType: Kanban Board Column,Order,Со цел +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,Не се пронајдени резултати за {0} во Глобалното пребарување DocType: Report,Ref DocType,Реф DOCTYPE apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,Ве молиме внесете ID на клиентот пред да биде овозможено социјалното најавување apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0}: Не може да се постави измени без Откажи @@ -3791,6 +3802,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,Евиденција за следните доктрипи ќе бидат филтрирани apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,Распоред неактивен DocType: Blog Settings,Blog Introduction,Блог Вовед +DocType: Global Search Settings,Search Priorities,Приоритети за пребарување DocType: Address,Office,Канцеларија apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,Ова Kanban одбор ќе бидат приватни apps/frappe/frappe/desk/moduleview.py,Standard Reports,Стандардни извештаи diff --git a/frappe/translations/ml.csv b/frappe/translations/ml.csv index 323f1030d0..d0521f61be 100644 --- a/frappe/translations/ml.csv +++ b/frappe/translations/ml.csv @@ -112,7 +112,6 @@ DocType: Data Migration Run,Log,പ്രവേശിക്കുക DocType: Workflow State,indent-right,ഇൻഡന്റ്-വലത് DocType: Has Role,Has Role,റോൾ ഉണ്ട് DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,സെർവറിലെ QR കോഡ് ഇമേജ് നിലനിർത്താൻ നിമിഷങ്ങൾക്കുള്ളിൽ. കുറഞ്ഞത്: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,ഇമെയിൽ അക്കൗണ്ട് അസാധുവാണ് DocType: Dashboard Chart,Timespan,ടൈംസ്പൻ apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,വെബ് ലിങ്ക് DocType: Deleted Document,Restored,പുനഃസ്ഥാപിച്ചു @@ -128,7 +127,7 @@ DocType: DocType,Default Print Format,സ്ഥിരസ്ഥിതി പ് DocType: Workflow State,Tags,ടാഗുകൾ apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of 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} ഫീൽഡ്, {1} അതുല്യമായ ആയി സജ്ജമാക്കാൻ കഴിയില്ല" -DocType: Global Search Settings,Document Types,ഡോക്യുമെന്റ് രീതികൾ +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,ഡോക്യുമെന്റ് രീതികൾ DocType: Address,Jammu and Kashmir,ജമ്മു കശ്മീർ DocType: Workflow,Workflow State Field,വർക്ക്ഫ്ലോ സ്റ്റേറ്റ് ഫീൽഡ് DocType: Language,Guest,അതിഥി @@ -287,6 +286,7 @@ DocType: Customize Form Field,"Print Width of the field, if the field is a colum DocType: Dropbox Settings,Dropbox Access Key,ഡ്രോപ്പ്ബോക്സ് അക്സസ് കീ apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,ഇച്ഛാനുസൃത സ്ക്രിപ്റ്റിന്റെ add_fetch ക്രമീകരണത്തിൽ തെറ്റായ ഫീൽഡ് നാമം {0} apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,ഏത് കോൺടാക്റ്റാണ് സമന്വയിപ്പിക്കേണ്ടതെന്ന് Google കോൺടാക്റ്റുകൾ തിരഞ്ഞെടുക്കുക. +DocType: Web Page,Main Section (HTML),പ്രധാന വിഭാഗം (HTML) DocType: Workflow State,headphones,ഹെഡ്ഫോണുകൾ apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,പാസ്വേഡ് ആവശ്യമാണ് അല്ലെങ്കിൽ തിരഞ്ഞെടുക്കുക പാസ്വേഡ് കാത്തിരിക്കുന്നു DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,ഉദാ replies@yourcomany.com. എല്ലാ മറുപടികളും ഈ ഇൻബോക്സിലേക്ക് വരും. @@ -383,8 +383,6 @@ DocType: Webhook,Request URL,URL അഭ്യർത്ഥിക്കുക DocType: Customize Form,Is Table,മേശ DocType: Email Account,Total number of emails to sync in initial sync process ,പ്രാരംഭ സമന്വയ പ്രക്രിയയിൽ സമന്വയിപ്പിക്കാൻ ഇമെയിലുകൾ മൊത്തം എണ്ണം DocType: Website Settings,Set Banner from Image,ചിത്രം മുതൽ ബാനർ സജ്ജമാക്കുക -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,ആഗോള തിരയൽ -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,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},ഒരു പുതിയ അക്കൗണ്ട് {0} എന്തിനു വേണ്ടി സൃഷ്ടിക്കപ്പെട്ടു apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,നിർദ്ദേശങ്ങൾ ഇമെയിൽ @@ -522,7 +520,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},"{0}, {1}" apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,ഒരു സംഭാഷണം ആരംഭിക്കുക. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",എല്ലായ്പ്പോഴും "ഡ്രാഫ്റ്റ്" പ്രിന്റിംഗ് ഡ്രാഫ്റ്റ് രേഖകൾ വേണ്ടി തലക്കെട്ട് ചേർക്കാൻ apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},അറിയിപ്പിൽ പിശക്: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} വർഷം (ങ്ങൾ) മുമ്പ് DocType: Data Migration Run,Current Mapping Start,നിലവിലെ മാപ്പിംഗ് ആരംഭിക്കുക apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,ഇമെയിൽ സ്പാം അടയാളപ്പെടുത്തി DocType: Comment,Website Manager,വെബ്സൈറ്റ് മാനേജർ @@ -563,7 +560,7 @@ DocType: Country,Country Name,രാജ്യം പേര് apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,ശൂന്യമായ ടെംപ്ലേറ്റ് DocType: About Us Team Member,About Us Team Member,അമേരിക്ക അംഗം കുറിച്ച് 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.","അനുമതികൾ, വായിക്കുക പോലുള്ള അവകാശങ്ങൾ ക്രമീകരിച്ച് റോളുകളും ഡോക്യുമെന്റ് ഇനങ്ങൾ (DocTypes വിളിച്ചു) ന് സജ്ജമാക്കാൻ എഴുതുക, സൃഷ്ടിക്കുക, ഇല്ലാതാക്കുക, സമർപ്പിക്കുക, റദ്ദാക്കുക, നന്നാക്കുവിൻ റിപ്പോർട്ട്, ഇംപോർട്ട്, എക്സ്പോർട്ട്, പ്രിന്റ്, ഇമെയിലും സെറ്റ് ഉപയോക്തൃ അനുമതികൾ ചെയ്യുന്നു." -DocType: Event,Wednesday,ബുധനാഴ്ച +DocType: Assignment Rule Day,Wednesday,ബുധനാഴ്ച apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,ചിത്രം ഫീൽഡ് സാധുവായ FIELDNAME ആയിരിക്കണം DocType: Chat Token,Token,ടോക്കൺ DocType: Property Setter,ID (name) of the entity whose property is to be set,ആരുടെ പ്രോപ്പർട്ടി സജ്ജീകരിക്കാൻ എന്നതാണ് സ്ഥാപനത്തിന്റെ ഐഡി (പേര്) @@ -683,6 +680,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,അടുത്ത പ്രവർത്തനങ്ങൾ HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,പോസ്റ്റ് സൃഷ്ടിക്കുക apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,പങ്കെടുക്കുന്നവരെ ചേർക്കുക +DocType: Web Page,Main Section (Markdown),പ്രധാന വിഭാഗം (മാർക്ക്ഡൗൺ) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,മാത്രം {0} ഇമെയിൽ ചെയ്ത റിപ്പോർട്ടുകൾ ഓരോ ഉപയോക്താവിനും അനുവദിച്ചിരിക്കുന്നത് DocType: Address,Address Title,വിലാസം ശീർഷകം DocType: Website Settings,Footer Items,അടിക്കുറിപ്പ് ഇനങ്ങൾ @@ -738,6 +736,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,ഫയൽ DocType: DocField,In Global Search,ആഗോള തിരയലിൽ DocType: System Settings,Brute Force Security,ബ്രൂട്ട് ഫോഴ്സ് സെക്യൂരിറ്റി DocType: Workflow State,indent-left,ഇൻഡന്റ്-ഇടത് +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} വർഷം (ങ്ങൾ) മുമ്പ് apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,{0}: അതു ഈ ചിത്രം ഇല്ലാതാക്കാൻ മാറഡോണ. നിങ്ങളുടെ സിസ്റ്റം മാനേജർ ബന്ധപ്പെടുക. DocType: Currency,Currency Name,നാണയ പേര് apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,ഇമെയിലുകൾ @@ -856,7 +855,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,വ DocType: Contact Phone,Number,സംഖ്യ DocType: Web Form Field,Web Form Field,വെബ് ഫോം ഫീൽഡ് apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,നിങ്ങൾക്ക് ഒരു പുതിയ സന്ദേശം ഉണ്ട്: -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 നും ഇടയിലുള്ള മൂല്യങ്ങൾക്ക്)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,HTML എഡിറ്റ് apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,ദയവായി റീഡയറക്റ്റ് യുആർഎൽ നൽകുക apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Restore Original Permissions,യഥാർത്ഥ അനുമതികൾ പുനഃസ്ഥാപിക്കുക @@ -915,7 +913,6 @@ apps/frappe/frappe/utils/data.py,Cent,സെന്റ് apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,ഇമെയിൽ രചിക്കുക apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","വർക്ക്ഫ്ലോ വേണ്ടി സ്റ്റേറ്റ്സ് (ഉദാ കരട്, അംഗീകാരം, റദ്ദാക്കി)." DocType: Print Settings,Allow Print for Draft,ഡ്രാഫ്റ്റ് പ്രിന്റ് അനുവദിക്കുക -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.","QZ ട്രേ അപ്ലിക്കേഷനിലേക്ക് കണക്റ്റുചെയ്യുന്നതിൽ പിശക് ...

അസംസ്കൃത പ്രിന്റ് സവിശേഷത ഉപയോഗിക്കുന്നതിന് നിങ്ങൾ QZ ട്രേ ആപ്ലിക്കേഷൻ ഇൻസ്റ്റാൾ ചെയ്ത് പ്രവർത്തിപ്പിക്കേണ്ടതുണ്ട്.

QZ ട്രേ ഡ Download ൺലോഡ് ചെയ്ത് ഇൻസ്റ്റാൾ ചെയ്യുന്നതിന് ഇവിടെ ക്ലിക്കുചെയ്യുക .
അസംസ്കൃത പ്രിന്റിംഗിനെക്കുറിച്ച് കൂടുതലറിയാൻ ഇവിടെ ക്ലിക്കുചെയ്യുക ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,സജ്ജമാക്കുക ക്വാണ്ടിറ്റി apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,സ്ഥിരീകരിക്കുന്നതിന് ഈ പ്രമാണം സമർപ്പിക്കുക DocType: Contact,Unsubscribed,അൺസബ്സ്ക്രൈബുചെയ്ത @@ -1030,6 +1027,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,{0} കണ് apps/frappe/frappe/config/customization.py,Add custom forms.,ഇച്ഛാനുസൃത ഫോമുകൾ ചേർക്കുക. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} ൽ {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,ഈ പ്രമാണം സമർപ്പിച്ചു +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,സജ്ജീകരണം> ഉപയോക്തൃ അനുമതികൾ 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.,സിസ്റ്റം പല പ്രീ-നിർവചിക്കപ്പെട്ട വേഷങ്ങൾ നൽകുന്നു. നിങ്ങൾ മാളിക അനുമതികൾ സജ്ജീകരിക്കാൻ പുതിയ വേഷങ്ങൾ ചേർക്കാൻ കഴിയും. DocType: Communication,CC,സിസി DocType: Country,Geo,ജിയോ @@ -1071,7 +1069,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,മൂന്നാം ക DocType: Website Settings,Route Redirects,റൂട്ട് റീഡയറക്‌ടുകൾ apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","ഭാഷ, തീയതിയും സമയവും ക്രമീകരണങ്ങൾ" DocType: User Email,User Email,ഉപയോക്തൃ ഇമെയിൽ -DocType: Event,Saturday,ശനിയാഴ്ച +DocType: Assignment Rule Day,Saturday,ശനിയാഴ്ച DocType: User,Represents a User in the system.,സിസ്റ്റം ഒരു ഉപയോക്താവ് പ്രതിനിധീകരിക്കുന്നത്. DocType: List View Setting,Disable Auto Refresh,യാന്ത്രിക പുതുക്കൽ അപ്രാപ്‌തമാക്കുക DocType: Comment,Label,ലേബൽ @@ -1191,6 +1189,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,അസാധുവായ {0} സ്ഥിതി DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","പരിശോധിച്ചാൽ, ഉപയോക്താക്കൾക്ക് ആക്സസ് സ്ഥിരീകരിക്കുക ഡയലോഗ് കാണുകയില്ല." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} റെക്കോർഡ് ഇല്ലാതാക്കി +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","ടാഗ് നാമം ..., ഉദാ. # ടാഗ്" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,കീബോർഡ് കുറുക്കുവഴികൾ DocType: Post,Comments,അഭിപ്രായങ്ങൾ apps/frappe/frappe/public/js/frappe/dom.js,Confirm,സ്ഥിരീകരിക്കുക @@ -1244,6 +1243,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","ഉപയോക്താവ് ചെക്കുചെയ്തിരിക്കുന്ന എന്തെങ്കിലും പങ്കുണ്ടോ ഉണ്ട്, ഉപയോക്താവിന് ഒരു "സിസ്റ്റം ഉപയോക്തൃ" മാറുന്നു. "സിസ്റ്റം ഉപയോക്താവ്" ഡെസ്ക്ടോപ്പ് ആക്സസ് ഉണ്ട്" DocType: System Settings,Date and Number Format,തീയതിയും നമ്പർ ഫോർമാറ്റ് apps/frappe/frappe/model/document.py,one of,ഒരുത്തൻ +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,സജ്ജീകരണം> ഫോം ഇച്ഛാനുസൃതമാക്കുക apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,ഒറ്റ നിമിഷം പരിശോധിക്കുന്നു apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,കാണിക്കുക ടാഗുകൾ DocType: DocField,HTML Editor,HTML എഡിറ്റർ @@ -1251,6 +1251,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,ബില്ലിംഗ് DocType: Email Queue,Not Sent,അയച്ചിട്ടില്ല DocType: Web Form,Actions,ക്രിയകൾ +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,സജ്ജീകരണം> ഉപയോക്താവ് DocType: Workflow State,align-justify,വിന്യസിക്കുക-ന്യായീകരിക്കാൻ DocType: User,Middle Name (Optional),മിഡിൽ പേര് (ഓപ്ഷണൽ) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,അനുവദനീയമല്ല @@ -1280,10 +1281,10 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} മ DocType: Kanban Board Column,lightblue,ഇളം നീല apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,ഒരേ ഫീൽഡ് ഒന്നിൽ കൂടുതൽ തവണ പ്രവേശിച്ചു DocType: Print Settings,Enable Raw Printing,അസംസ്കൃത അച്ചടി പ്രവർത്തനക്ഷമമാക്കുക +DocType: Contact,Contact Numbers,കോൺ‌ടാക്റ്റ് നമ്പറുകൾ‌ DocType: Website Route Redirect,Source,ഉറവിടം apps/frappe/frappe/templates/includes/list/filters.html,clear,വ്യക്തമായ apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,പൂർത്തിയായി -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,സജ്ജീകരണം> ഉപയോക്താവ് DocType: Prepared Report,Filter Values,മൂല്യങ്ങൾ ഫിൽട്ടർ ചെയ്യുക DocType: Communication,User Tags,ഉപയോക്താവിന്റെ ടാഗുകൾ DocType: Data Migration Run,Fail,പരാജയം @@ -1308,7 +1309,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,വിശദാ apps/frappe/frappe/www/qrcode.py,Page has expired!,പേജ് കാലഹരണപ്പെട്ടു! DocType: LDAP Settings,Path to private Key File,സ്വകാര്യ കീ ഫയലിലേക്കുള്ള പാത DocType: Workflow State,Tasks,ടാസ്കുകൾ -DocType: Event,Tuesday,ചൊവ്വാഴ്ച +DocType: Assignment Rule Day,Tuesday,ചൊവ്വാഴ്ച DocType: Blog Settings,Blog Settings,ബ്ലോഗ് ക്രമീകരണങ്ങൾ apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,നിങ്ങൾക്ക് ഇതും പകർത്തി ഒട്ടിക്കുക കഴിയും ഈ ലിങ്ക് നിങ്ങളുടെ ബ്രൗസറിലെ DocType: Workflow State,bullhorn,bullhorn @@ -1506,6 +1507,7 @@ apps/frappe/frappe/public/js/frappe/views/communication.js,Attach Document Print DocType: Bulk Update,Field,ഫീൽഡ് DocType: Communication,Received,ലഭിച്ച DocType: Notification,"Trigger on valid methods like ""before_insert"", ""after_update"", etc (will depend on the DocType selected)",""Before_insert", "after_update" പോലുള്ള സാധുവായ രീതികൾ ട്രിഗർ എന്നിവ (തിരഞ്ഞെടുത്ത DocType ആശ്രയിച്ചിരിക്കും)" +apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,changed value of {0} {1},മാറ്റിയ മൂല്യം {0} {1} apps/frappe/frappe/core/doctype/user/user.py,Adding System Manager to this User as there must be atleast one System Manager,കുറഞ്ഞത് ഒരു സിസ്റ്റം മാനേജർ ഉണ്ടായിരിക്കണം ഈ ഉപയോക്താവ് സിസ്റ്റം മാനേജർ ചേർക്കുന്നു DocType: Chat Message,URLs,URL കൾ DocType: Data Migration Run,Total Pages,ആകെ പേജുകൾ @@ -1528,7 +1530,6 @@ DocType: User,Set New Password,പുതിയ പാസ്വേഡ് സജ 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",% ങ്ങള് സാധുവായ റിപ്പോർട്ട് ഫോർമാറ്റിൽ അല്ല. റിപ്പോർട്ട് ഫോർമാറ്റ് ഇനിപ്പറയുന്ന% ഒന്നാണ് \ വേണം DocType: Chat Message,Chat,ചാറ്റ് -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,സജ്ജീകരണം> ഉപയോക്തൃ അനുമതികൾ DocType: LDAP Group Mapping,LDAP Group Mapping,LDAP ഗ്രൂപ്പ് മാപ്പിംഗ് DocType: Dashboard Chart,Chart Options,ചാർട്ട് ഓപ്ഷനുകൾ apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,ശീർഷകമില്ലാത്ത നിര @@ -1559,6 +1560,7 @@ DocType: Custom Role,Custom Role,കസ്റ്റം റോൾ apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,ഹോം / ടെസ്റ്റ് ഫോൾഡർ 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,നിങ്ങളുടെ പാസ്വേഡ് നൽകുക DocType: Dropbox Settings,Dropbox Access Secret,ഡ്രോപ്പ്ബോക്സ് അക്സസ് രഹസ്യം +DocType: Tag Link,Document Title,പ്രമാണ ശീർഷകം apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(നിർബന്ധിതം) DocType: Social Login Key,Social Login Provider,സാമൂഹിക ലോഗിൻ ദാതാവ് apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,മറ്റൊരു അഭിപ്രായം ചേർക്കുക @@ -1795,7 +1797,6 @@ DocType: GCalendar Account,Next Sync Token,അടുത്ത സമന്വയ DocType: Energy Point Settings,Energy Point Settings,എനർജി പോയിന്റ് ക്രമീകരണങ്ങൾ DocType: Async Task,Succeeded,പിൻഗാമി apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},{0} ആവശ്യമായ നിർബന്ധിതം ഫീൽഡുകൾ -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","QZ ട്രേ അപ്ലിക്കേഷനിലേക്ക് കണക്റ്റുചെയ്യുന്നതിൽ പിശക് ...

അസംസ്കൃത പ്രിന്റ് സവിശേഷത ഉപയോഗിക്കുന്നതിന് നിങ്ങൾ QZ ട്രേ ആപ്ലിക്കേഷൻ ഇൻസ്റ്റാൾ ചെയ്ത് പ്രവർത്തിപ്പിക്കേണ്ടതുണ്ട്.

QZ ട്രേ ഡ Download ൺലോഡ് ചെയ്ത് ഇൻസ്റ്റാൾ ചെയ്യുന്നതിന് ഇവിടെ ക്ലിക്കുചെയ്യുക .
അസംസ്കൃത പ്രിന്റിംഗിനെക്കുറിച്ച് കൂടുതലറിയാൻ ഇവിടെ ക്ലിക്കുചെയ്യുക ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,ബാക്കപ്പുകൾ എണ്ണം ക്രമീകരിക്കുക DocType: DocField,Do not allow user to change after set the first time,ഉപയോക്താവിന് ശേഷം ആദ്യമായി സജ്ജമാക്കാൻ മാറ്റാൻ അനുവദിക്കരുത് apps/frappe/frappe/utils/data.py,1 year ago,1 വർഷം മുമ്പ് @@ -3615,6 +3623,7 @@ DocType: Auto Email Report,Send only if there is any data,ഏതെങ്കി apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,മൊത്തം എണ്ണം apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: പൊണ്ണത്തടിക്ക് വെക്കുന്നതു മുമ്പ് ലെവൽ 0 ന് അനുമതി സജ്ജമാക്കാൻ വേണം DocType: Contact,Sync with Google Contacts,Google കോൺടാക്റ്റുകളുമായി സമന്വയിപ്പിക്കുക +DocType: Tag Link,Document Tag,പ്രമാണ ടാഗ് apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},{0} അടച്ച അസൈൻമെന്റ് DocType: Integration Request,Remote,റിമോട്ട് apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,കണക്കുകൂട്ടുക @@ -3804,6 +3813,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,താഴെ കൊടുത്തിരിക്കുന്ന ഡോക്യുമെന്റുകൾക്കുള്ള റിക്കോർഡുകൾ ഫിൽറ്റർ ചെയ്യപ്പെടും apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,ഷെഡ്യൂളർ നിഷ്‌ക്രിയം DocType: Blog Settings,Blog Introduction,ബ്ലോഗ് ആമുഖം +DocType: Global Search Settings,Search Priorities,മുൻ‌ഗണനകൾ തിരയുക DocType: Address,Office,ഓഫീസ് apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,ഈ കന്ബന് ബോർഡ് സ്വകാര്യ ചെയ്യും apps/frappe/frappe/desk/moduleview.py,Standard Reports,സ്റ്റാൻഡേർഡ് റിപ്പോർട്ടുകൾ diff --git a/frappe/translations/mr.csv b/frappe/translations/mr.csv index aa53f66f58..8112eb6188 100644 --- a/frappe/translations/mr.csv +++ b/frappe/translations/mr.csv @@ -112,7 +112,6 @@ DocType: Data Migration Run,Log,लॉग DocType: Workflow State,indent-right,मागणीपत्र-योग्य DocType: Has Role,Has Role,भूमिका आहे DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,सर्व्हरवर QR कोड प्रतिमा ठेवण्यासाठी सेकंदांचा कालावधी. किमान: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,अवैध ईमेल खाते DocType: Dashboard Chart,Timespan,कालावधी apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,वेब लिंक DocType: Deleted Document,Restored,पुनर्संचयित @@ -128,7 +127,7 @@ DocType: DocType,Default Print Format,डीफॉल्ट मुद्रण DocType: Workflow State,Tags,टॅग्ज apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of 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} क्षेत्रात बिगर अद्वितीय विद्यमान मूल्ये आहेत , म्हणून {1} मधे अद्वितीय सेट केले जाऊ शकत नाही" -DocType: Global Search Settings,Document Types,दस्तऐवज प्रकार +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,दस्तऐवज प्रकार DocType: Address,Jammu and Kashmir,जम्मू आणि काश्मीर DocType: Workflow,Workflow State Field,कार्यपद्धत राज्य फील्ड DocType: Language,Guest,अतिथी @@ -287,6 +286,7 @@ DocType: Customize Form Field,"Print Width of the field, if the field is a colum DocType: Dropbox Settings,Dropbox Access Key,ड्रॉपबॉक्स प्रवेश की apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,कस्टम स्क्रिप्टच्या ऍड_फेट संरचनामध्ये चुकीचे फिल्डनाव {0} apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,Google संपर्क निवडा ज्यात संपर्क संकालित केला जावा. +DocType: Web Page,Main Section (HTML),मुख्य विभाग (एचटीएमएल) DocType: Workflow State,headphones,हेडफोन्स apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,पासवर्ड आवश्यक आहे किंवा प्रतीक्षा करत आहे संकेतशब्द निवडा DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,उदा replies@yourcomany.com. सर्व प्रत्युत्तरे या इनबॉक्स मधे येतील. @@ -384,8 +384,6 @@ DocType: Webhook,Request URL,विनंती URL DocType: Customize Form,Is Table,टेबल आहे DocType: Email Account,Total number of emails to sync in initial sync process ,प्रारंभिक समक्रमण प्रक्रिया समक्रमित ईमेल एकूण संख्या DocType: Website Settings,Set Banner from Image,Image पासून बॅनर सेट करा -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,ग्लोबल शोध -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,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},आपण येथे नवीन खाते तयार केले गेले आहे {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,सूचना ईमेल @@ -525,7 +523,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} आणि {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,संभाषण सुरू करा DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",छपाई मसुदा मथळ्याची नेहमी "मसुदा" जोडा apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},सूचनांमध्ये त्रुटी::} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} वर्षापूर्वी DocType: Data Migration Run,Current Mapping Start,वर्तमान मॅपिंग प्रारंभ apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,ईमेल स्पॅम म्हणून चिन्हांकित केले आहे DocType: Comment,Website Manager,वेबसाइट व्यवस्थापक @@ -567,7 +564,7 @@ DocType: Country,Country Name,देश नाव apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,रिक्त टेम्पलेट DocType: About Us Team Member,About Us Team Member,आमच्या टीम मेंबर विषयी 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.","परवानग्या वाचा, लिहा, तयार करा, नष्ट करा, सादर करा, रद्द करा,सुधारणा,अहवाल, आयात, निर्यात, प्रिंट, ईमेल आणि सेट वापरकर्ता परवानग्या या अधिकारानुसार भूमिका आणि दस्तऐवज प्रकारावर सेट केल्या जातात." -DocType: Event,Wednesday,बुधवारी +DocType: Assignment Rule Day,Wednesday,बुधवारी apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,प्रतिमा फील्ड वैध FIELDNAME असणे आवश्यक आहे DocType: Chat Token,Token,टोकन apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,फील्डनाव {0} प्रतिबंधित आहे @@ -688,6 +685,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,पुढील क्रिया HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,पोस्ट तयार करा apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,सहभागी जोडा +DocType: Web Page,Main Section (Markdown),मुख्य विभाग (मार्कडाउन) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,फक्त {0} अहवाल प्रति वापरकर्ता परवानगी ईमेल DocType: Address,Address Title,पत्ता शीर्षक DocType: Website Settings,Footer Items,तळटीप आयटम @@ -743,6 +741,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,फाई DocType: DocField,In Global Search,ग्लोबल शोध घ्या DocType: System Settings,Brute Force Security,ब्रूट फोर्स सिक्युरिटी DocType: Workflow State,indent-left,मागणीपत्र-डाव्या +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} वर्षापूर्वी apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,हि फाइल तुम्ही डिलीट करणे धोकादायक आहे: {0}. तुमची प्रणाली व्यवस्थापकाशी संपर्क साधा. DocType: Currency,Currency Name,चलन नाव apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,ईमेल नाही @@ -866,7 +865,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,प DocType: Contact Phone,Number,नंबर DocType: Web Form Field,Web Form Field,वेब फॉर्म फील्ड apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,आपणाकडून एक नवीन संदेश आहे: -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 मधील मूल्यांसाठी)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,HTML संपादित करा apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,कृपया पुनर्निर्देशित URL प्रविष्ट करा apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Restore Original Permissions,मूळ परवानगी पुनर्संचयित करा @@ -925,7 +923,6 @@ apps/frappe/frappe/utils/data.py,Cent,टक्के apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,ईमेल तयार करा apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","राज्यासाठी कार्यपद्धत (उदा ड्राफ्ट, मंजूर, रद्द)." DocType: Print Settings,Allow Print for Draft,मसुदा रताच ि ंट करा परवानगी द्या -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.","क्यूझेड ट्रे अनुप्रयोगाशी कनेक्ट करताना त्रुटी ...

रॉ प्रिंट वैशिष्ट्य वापरण्यासाठी आपल्याकडे क्यूझेड ट्रे अनुप्रयोग स्थापित आणि चालू असणे आवश्यक आहे.

क्यूझेड ट्रे डाउनलोड आणि स्थापित करण्यासाठी येथे क्लिक करा .
रॉ प्रिंटिंगबद्दल अधिक जाणून घेण्यासाठी येथे क्लिक करा ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,सेट प्रमाण apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,पुष्टी करण्यासाठी या दस्तऐवज सादर DocType: Contact,Unsubscribed,सदस्यता रद्द @@ -1039,6 +1036,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,क्रम apps/frappe/frappe/config/customization.py,Add custom forms.,सानुकूल फॉर्म जोडा. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} मध्ये {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,या दस्तऐवज सादर केला +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,सेटअप> वापरकर्त्याच्या परवानग्या 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.,प्रणालीमधे अनेक पूर्व परिभाषित भूमिका उपलब्ध आहे. आपण चांगल्या परवानगी सेट नवीन भूमिका जोडू शकता. DocType: Communication,CC,सीसी DocType: Country,Geo,भौगोलिक @@ -1080,7 +1078,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,तृतीय पक् DocType: Website Settings,Route Redirects,मार्ग पुनर्निर्देशने apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","भाषा, दिनांक व वेळ संयोजना Name" DocType: User Email,User Email,वापरकर्ता ईमेल -DocType: Event,Saturday,शनिवारी +DocType: Assignment Rule Day,Saturday,शनिवारी DocType: User,Represents a User in the system.,प्रणाली मध्ये वापरकर्ता प्रस्तुत करते. DocType: List View Setting,Disable Auto Refresh,स्वयं रीफ्रेश अक्षम करा DocType: Comment,Label,लेबल @@ -1175,6 +1173,7 @@ DocType: Address,City/Town,शहर / नगर DocType: Data Migration Connector,Connector Name,कनेक्टरचे नाव DocType: Address,Is Your Company Address,आपल्या कंपनीचा पत्ता आहे का ? DocType: Energy Point Log,Social,सामाजिक +apps/frappe/frappe/integrations/doctype/google_calendar/google_calendar.py,"Google Calendar - Could not create Calendar for {0}, error code {1}.","Google कॅलेंडर - {0}, त्रुटी कोड {1} साठी कॅलेंडर तयार करणे शक्य नाही." apps/frappe/frappe/public/js/frappe/form/grid_row_form.js,Editing Row,संपादन रो DocType: Workflow Action Master,Workflow Action Master,कार्यपद्धत क्रिया मास्टर DocType: Custom Field,Field Type,फील्ड प्रकार @@ -1202,6 +1201,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,अवैध {0} अट DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","चेक केलेले असल्यास, वापरकर्ते पाहू नाही प्रवेश पुष्टी करा संवाद." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} रेकॉर्ड हटविला +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag",टॅग नाव ... उदा. # टॅग apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,कीबोर्ड शॉर्टकट DocType: Post,Comments,टिप्पण्या apps/frappe/frappe/public/js/frappe/dom.js,Confirm,पुष्टी करा @@ -1256,6 +1256,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","वापरकर्ता तपासले कोणत्याही भूमिका आहे, तर वापरकर्ता "प्रणाली वापरकर्ता" होते. "प्रणाली वापरकर्ता" डेस्कटॉपवरील प्रवेश आहे" DocType: System Settings,Date and Number Format,तारीख आणि क्रमांक स्वरूप apps/frappe/frappe/model/document.py,one of,एका पैकी +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,सेटअप> फॉर्म सानुकूलित करा apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,एक क्षण तपासणी apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,टॅग्ज दर्शवा DocType: DocField,HTML Editor,एचटीएमएल संपादक @@ -1263,6 +1264,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,बिलिंग DocType: Email Queue,Not Sent,पाठविलेला नाही DocType: Web Form,Actions,क्रिया +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,सेटअप> वापरकर्ता DocType: Workflow State,align-justify,संरेखित-समायोजित DocType: User,Middle Name (Optional),मध्य नाव (पर्यायी) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,परवानगी नाही @@ -1288,13 +1290,14 @@ DocType: PayPal Settings,PayPal Settings,पोपल सेटिंग्ज apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,दस्तऐवज प्रकार निवडा apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,त्याला child nodes आहेत म्हणून {0} हटवू शकत नाही apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} मिनिटांपूर्वी +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,असाइनमेंट डे {0} पुनरावृत्ती झाली आहे. DocType: Kanban Board Column,lightblue,फिक्का निळा apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,हे फील्ड एकापेक्षा अधिक वेळा प्रविष्ट केले आहे DocType: Print Settings,Enable Raw Printing,रॉ मुद्रण सक्षम करा +DocType: Contact,Contact Numbers,संपर्क क्रमांक DocType: Website Route Redirect,Source,स्रोत apps/frappe/frappe/templates/includes/list/filters.html,clear,स्पष्ट apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,पूर्ण झाले -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,सेटअप> वापरकर्ता DocType: Prepared Report,Filter Values,मूल्य फिल्टर करा DocType: Communication,User Tags,सदस्य टॅग्ज DocType: Data Migration Run,Fail,अपयशी @@ -1318,7 +1321,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,तपशील apps/frappe/frappe/www/qrcode.py,Page has expired!,पृष्ठ कालबाह्य झाले! DocType: LDAP Settings,Path to private Key File,खाजगी की फायलीचा मार्ग DocType: Workflow State,Tasks,कार्ये -DocType: Event,Tuesday,मंगळवारी +DocType: Assignment Rule Day,Tuesday,मंगळवारी DocType: Blog Settings,Blog Settings,ब्लॉग सेटिंग्ज apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,आपण आपल्या ब्राउझरमध्ये ही दुवा कॉपी-पेस्ट करू शकता DocType: Workflow State,bullhorn,bullhorn @@ -1538,7 +1541,6 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},{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 वैध अहवाल स्वरूपात नाही. अहवाल स्वरूप खालील% s च्या एक \ पाहिजे DocType: Chat Message,Chat,गप्पा -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,सेटअप> वापरकर्त्याच्या परवानग्या DocType: LDAP Group Mapping,LDAP Group Mapping,एलडीएपी ग्रुप मॅपिंग DocType: Dashboard Chart,Chart Options,चार्ट पर्याय apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,अशीर्षकांकित स्तंभ @@ -1564,10 +1566,12 @@ apps/frappe/frappe/core/doctype/user/user.js,Create User Email,वापरक apps/frappe/frappe/core/doctype/user/user.js,Create User Email,वापरकर्ता ईमेल तयार करा apps/frappe/frappe/core/doctype/doctype/doctype.py,No Permissions Specified,कोणतीही परवानगी निर्दिष्ट apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py,{0} not found,{0} आढळले नाही +apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} records deleted,{0} रेकॉर्ड हटविली DocType: Custom Role,Custom Role,सानुकूल भूमिका apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,मुख्यपृष्ठ / कसोटी फोल्डर 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,आपला संकेतशब्द प्रविष्ट करा DocType: Dropbox Settings,Dropbox Access Secret,ड्रॉपबॉक्स प्रवेश गुपित +DocType: Tag Link,Document Title,दस्तऐवज शीर्षक apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(अनिवार्य) DocType: Social Login Key,Social Login Provider,सामाजिक लॉग इन प्रदाता apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,आणखी टिप्पणी जोडा @@ -1808,7 +1812,6 @@ DocType: GCalendar Account,Next Sync Token,पुढील सिंक टो DocType: Energy Point Settings,Energy Point Settings,एनर्जी पॉइंट सेटिंग्ज DocType: Async Task,Succeeded,यशस्वी झाले apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},आवश्यक फील्ड {0} मधे आवश्यक आहे -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","क्यूझेड ट्रे अनुप्रयोगाशी कनेक्ट करताना त्रुटी ...

रॉ प्रिंट वैशिष्ट्य वापरण्यासाठी आपल्याकडे क्यूझेड ट्रे अनुप्रयोग स्थापित आणि चालू असणे आवश्यक आहे.

क्यूझेड ट्रे डाउनलोड आणि स्थापित करण्यासाठी येथे क्लिक करा .
रॉ प्रिंटिंगबद्दल अधिक जाणून घेण्यासाठी येथे क्लिक करा ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,साठवत क्रमांक सेट करा DocType: DocField,Do not allow user to change after set the first time,पहिल्या वेळी सेट करण्यासाठी वापरकर्ता बदलानंतर परवानगी देऊ नका apps/frappe/frappe/utils/data.py,1 year ago,१ वर्ष पूर्वी @@ -3627,6 +3637,7 @@ DocType: Auto Email Report,Send only if there is any data,कोणताही apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,टोटल रो apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: उच्च पातळी सेट करण्यापूर्वी लेव्हल 0 परवानगी सेट करणे आवश्यक आहे DocType: Contact,Sync with Google Contacts,Google संपर्कांसह संकालित करा +DocType: Tag Link,Document Tag,दस्तऐवज टॅग apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},असाइनमेंट बंद {0} DocType: Integration Request,Remote,दूरस्थ apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,गणना @@ -3820,6 +3831,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,खालील सिद्धांतांच्या नोंदी फिल्टर केल्या जातील apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,शेड्युलर निष्क्रिय DocType: Blog Settings,Blog Introduction,ब्लॉग परिचय +DocType: Global Search Settings,Search Priorities,प्राधान्यक्रम शोधा DocType: Address,Office,कार्यालय apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,या Kanban मंडळ खाजगी असेल apps/frappe/frappe/desk/moduleview.py,Standard Reports,मानक अहवाल diff --git a/frappe/translations/ms.csv b/frappe/translations/ms.csv index 2864af8347..a378d0c4da 100644 --- a/frappe/translations/ms.csv +++ b/frappe/translations/ms.csv @@ -113,7 +113,6 @@ DocType: Data Migration Run,Log,Log DocType: Workflow State,indent-right,inden kanan DocType: Has Role,Has Role,mempunyai Peranan DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,Masa dalam beberapa saat untuk mengekalkan imej kod QR pada pelayan. Min: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,Akaun E-mel tidak sah apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: Fieldtype {1} untuk {2} tidak boleh diindeks DocType: Dashboard Chart,Timespan,Jangka masa apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Pautan Web @@ -130,7 +129,7 @@ DocType: DocType,Default Print Format,Cetak Format Default DocType: Workflow State,Tags,Tags apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of Workflow,Tiada: Akhir Aliran Kerja apps/frappe/frappe/database/mariadb/schema.py,"{0} field cannot be set as unique in {1}, as there are non-unique existing values","{0} bidang tidak boleh ditetapkan sebagai unik dalam {1}, kerana ada nilai-nilai bukan unik yang sedia ada" -DocType: Global Search Settings,Document Types,Jenis dokumen +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,Jenis dokumen DocType: Address,Jammu and Kashmir,Jammu dan Kashmir DocType: Workflow,Workflow State Field,Aliran kerja Field Negeri DocType: Language,Guest,Tetamu @@ -291,6 +290,7 @@ DocType: Customize Form Field,"Print Width of the field, if the field is a colum DocType: Dropbox Settings,Dropbox Access Key,Dropbox Akses Utama apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,Nama field yang salah {0} dalam add_fetch konfigurasi skrip tersuai apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,Pilih Kenalan Google untuk kenalan mana yang harus diselaraskan. +DocType: Web Page,Main Section (HTML),Seksyen Utama (HTML) DocType: Workflow State,headphones,fon kepala apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,Katalaluan diperlukan atau pilih Menunggu Kata laluan DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,contohnya replies@yourcomany.com. Semua jawapan akan datang ke peti masuk ini. @@ -391,8 +391,6 @@ DocType: Webhook,Request URL,Meminta URL DocType: Customize Form,Is Table,adalah Jadual DocType: Email Account,Total number of emails to sync in initial sync process ,Jumlah bilangan e-mel untuk menyegerakkan dalam proses segerak pemulaan DocType: Website Settings,Set Banner from Image,Terletak Banner daripada imej -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Cari Global -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Cari Global DocType: Email Account,SparkPost,SparkPost apps/frappe/frappe/templates/emails/new_user.html,A new account has been created for you at {0},Akaun baru telah dibuat untuk anda di {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,arahan yang dihantar ke email @@ -533,7 +531,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} dan {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,Mulakan perbualan. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Sentiasa menambah "Draf" Tajuk untuk mencetak draf dokumen apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},Ralat Pemberitahuan: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} tahun yang lalu DocType: Data Migration Run,Current Mapping Start,Mula Pemetaan Semasa apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,E-mel telah ditandakan sebagai spam DocType: Comment,Website Manager,Laman Web Pengurus @@ -575,7 +572,7 @@ DocType: Country,Country Name,Nama Negara apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,Templat Kosong DocType: About Us Team Member,About Us Team Member,Ahli Pasukan Mengenai Kami 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.","Kebenaran ditetapkan pada Peranan dan Jenis Dokumen (dipanggil DocTypes) dengan menetapkan hak seperti membaca, menulis, Buat, Padam, Hantar, Batal, Meminda, Laporan, Import, Eksport, Cetak, E-mel dan Set pengguna Kebenaran." -DocType: Event,Wednesday,Rabu +DocType: Assignment Rule Day,Wednesday,Rabu apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,bidang imej harus FIELDNAME yang sah DocType: Chat Token,Token,Token apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,Nama lapangan {0} adalah terhad @@ -696,6 +693,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,Tindakan Seterusnya HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,Buat Pos apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,Tambah Peserta +DocType: Web Page,Main Section (Markdown),Seksyen Utama (Markdown) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,Hanya {0} melalui e-mel laporan dibenarkan bagi setiap pengguna apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: Fieldtype {1} untuk {2} tidak boleh menjadi unik DocType: Address,Address Title,Alamat Tajuk @@ -752,6 +750,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,Backup fail DocType: DocField,In Global Search,Dalam Pencarian Global DocType: System Settings,Brute Force Security,Keselamatan Force Brute DocType: Workflow State,indent-left,inden kiri +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} tahun yang lalu apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,Ia adalah berisiko untuk memadam fail ini: {0}. Sila hubungi Pengurus Sistem anda. DocType: Currency,Currency Name,Nama Mata Wang apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,Tiada E-mel @@ -876,7 +875,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,Cuba DocType: Contact Phone,Number,Nombor DocType: Web Form Field,Web Form Field,Web Borang Field apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,Anda mempunyai mesej baru dari: -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)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,Edit HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,Sila masukkan URL Redirect apps/frappe/frappe/core/doctype/language/language.py,"{0} must begin and end with a letter and can only contain letters, @@ -937,7 +935,6 @@ apps/frappe/frappe/utils/data.py,Cent,Cent apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,mengarang Email apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","Negeri untuk aliran kerja (contohnya Draf, Diluluskan, Dibatalkan)." DocType: Print Settings,Allow Print for Draft,Benarkan Cetak untuk Draf -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.","Kesalahan menyambung ke Aplikasi QZ Tray ...

Anda perlu memasang dan menjalankan aplikasi QZ Tray, untuk menggunakan ciri Cetak Raw.

Klik di sini untuk Muat turun dan pasang QZ Tray .
Klik di sini untuk mengetahui lebih lanjut mengenai Percetakan Raw ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,Terletak Kuantiti apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,Mengemukakan dokumen ini untuk mengesahkan DocType: Contact,Unsubscribed,Dilanggan @@ -1052,6 +1049,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,Tiada {0} dit apps/frappe/frappe/config/customization.py,Add custom forms.,Tambah bentuk adat. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} dalam {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,mengemukakan dokumen ini +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Persediaan> Kebenaran Pengguna 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.,Sistem ini menyediakan banyak peranan yang telah ditetapkan. Anda boleh menambah tugas baru untuk menetapkan kebenaran yang lebih halus. DocType: Communication,CC,CC DocType: Country,Geo,Geo @@ -1093,7 +1091,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,Urus Apl Pihak Ketiga DocType: Website Settings,Route Redirects,Pengalihan Laluan apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","Tetapan bahasa, Tarikh dan Masa" DocType: User Email,User Email,pengguna E-mel -DocType: Event,Saturday,Sabtu +DocType: Assignment Rule Day,Saturday,Sabtu DocType: User,Represents a User in the system.,Mewakili pengguna dalam sistem. DocType: List View Setting,Disable Auto Refresh,Lumpuhkan Segera Semula Auto DocType: Comment,Label,Label @@ -1217,6 +1215,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,Syarat {0} tidak sah DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","Jika disemak, pengguna tidak akan melihat dialog Sahkan Access." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} rekod dipadam +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","nama tag ..., misalnya #tag" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,Pintasan papan kekunci DocType: Post,Comments,Comments apps/frappe/frappe/public/js/frappe/dom.js,Confirm,Mengesahkan @@ -1271,6 +1270,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","Jika pengguna mempunyai apa-apa peranan diperiksa, maka pengguna menjadi "Sistem Pengguna". "Sistem Pengguna" mempunyai akses ke desktop" DocType: System Settings,Date and Number Format,Format Tarikh dan Nombor apps/frappe/frappe/model/document.py,one of,salah satu +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Persediaan> Peribadikan Borang apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,Semakan satu masa apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,Show Tags DocType: DocField,HTML Editor,Editor HTML @@ -1278,6 +1278,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,Bil DocType: Email Queue,Not Sent,Tidak Dihantar DocType: Web Form,Actions,Tindakan-tindakan +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Persediaan> Pengguna DocType: Workflow State,align-justify,menyelaraskan-mewajarkan DocType: User,Middle Name (Optional),Nama Tengah (Pilihan) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,Tidak Dibenarkan @@ -1306,13 +1307,14 @@ DocType: PayPal Settings,PayPal Settings,Tetapan PayPal apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,Pilih Jenis Dokumen apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,Tidak boleh memadam {0} kerana ia mempunyai nod anak apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} minit yang lalu +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,Hari Tugasan {0} telah diulang. DocType: Kanban Board Column,lightblue,biru muda apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,Bidang sama dimasukkan lebih dari satu kali DocType: Print Settings,Enable Raw Printing,Dayakan percetakan mentah +DocType: Contact,Contact Numbers,Nombor perhubungan DocType: Website Route Redirect,Source,Sumber apps/frappe/frappe/templates/includes/list/filters.html,clear,jelas apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,Selesai -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Persediaan> Pengguna DocType: Prepared Report,Filter Values,Nilai Penapis DocType: Communication,User Tags,Tags DocType: Data Migration Run,Fail,Gagal @@ -1337,7 +1339,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,Sembunyikan Buti apps/frappe/frappe/www/qrcode.py,Page has expired!,Halaman telah tamat tempoh! DocType: LDAP Settings,Path to private Key File,Jalankan ke Fail Utama peribadi DocType: Workflow State,Tasks,Tugas -DocType: Event,Tuesday,Selasa +DocType: Assignment Rule Day,Tuesday,Selasa DocType: Blog Settings,Blog Settings,Blog Tetapan apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,Anda juga boleh copy-paste pautan ini dalam pelayar anda DocType: Workflow State,bullhorn,bullhorn @@ -1564,7 +1566,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},Tidak dibenarkan untu 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 tidak format laporan yang sah. Laporan format perlu \ salah satu daripada% s berikut DocType: Chat Message,Chat,Chat -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Persediaan> Kebenaran Pengguna +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},Tiada dokumen dijumpai ditandakan dengan {0} DocType: LDAP Group Mapping,LDAP Group Mapping,Pemetaan Kumpulan LDAP DocType: Dashboard Chart,Chart Options,Pilihan Carta apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,Lajur Untitled @@ -1595,6 +1597,7 @@ DocType: Custom Role,Custom Role,Peranan adat apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,Home / Ujian Folder 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,Masukkan kata laluan anda DocType: Dropbox Settings,Dropbox Access Secret,Dropbox Akses Rahsia +DocType: Tag Link,Document Title,Tajuk dokumen apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(Wajib) DocType: Social Login Key,Social Login Provider,Penyedia Log Masuk Sosial apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,Tambahkan lagi komen @@ -1840,7 +1843,6 @@ DocType: GCalendar Account,Next Sync Token,Token Sync Seterusnya DocType: Energy Point Settings,Energy Point Settings,Tetapan Mata Tenaga DocType: Async Task,Succeeded,Diikuti apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},Medan mandatori yang diperlukan dalam {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","Kesalahan menyambung ke Aplikasi QZ Tray ...

Anda perlu memasang dan menjalankan aplikasi QZ Tray, untuk menggunakan ciri Cetak Raw.

Klik di sini untuk Muat turun dan pasang QZ Tray .
Klik di sini untuk mengetahui lebih lanjut mengenai Percetakan Raw ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,Set Bilangan Sandaran DocType: DocField,Do not allow user to change after set the first time,Tidak membenarkan pengguna untuk berubah selepas menetapkan masa pertama apps/frappe/frappe/utils/data.py,1 year ago,1 tahun yang lalu @@ -3699,6 +3707,7 @@ DocType: Auto Email Report,Send only if there is any data,Menghantar hanya jika apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,Totals Row apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: Kebenaran di peringkat 0 mesti ditetapkan sebelum menetapkan tahap yang lebih tinggi DocType: Contact,Sync with Google Contacts,Segerakkan dengan Kenalan Google +DocType: Tag Link,Document Tag,Tag Dokumen apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},Tugasan ditutup oleh {0} DocType: Integration Request,Remote,Remote apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,Kira @@ -3789,6 +3798,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,Peru DocType: Email Domain,domain name,nama domain DocType: Contact Email,Contact Email,Hubungi E-mel DocType: Kanban Board Column,Order,Order +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,Tiada hasil ditemui untuk {0} dalam Carian Global DocType: Report,Ref DocType,Ref DOCTYPE apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,Sila masukkan ID Klien sebelum kemasukan sosial diaktifkan apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0}: Tidak boleh menetapkan Pinda tanpa Batal @@ -3895,6 +3905,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,Rekod untuk dokumentasi berikut akan ditapis apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,Penjadual tidak aktif DocType: Blog Settings,Blog Introduction,Blog Pengenalan +DocType: Global Search Settings,Search Priorities,Cari Keutamaan DocType: Address,Office,Pejabat apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,Lembaga Kanban ini akan menjadi peribadi apps/frappe/frappe/desk/moduleview.py,Standard Reports,Laporan Standard diff --git a/frappe/translations/my.csv b/frappe/translations/my.csv index 173d6a405a..379bc44795 100644 --- a/frappe/translations/my.csv +++ b/frappe/translations/my.csv @@ -113,7 +113,6 @@ DocType: Data Migration Run,Log,တုံး DocType: Workflow State,indent-right,ကုန်အမှာစာညာ DocType: Has Role,Has Role,အခန်းက္ပရှိပါတယ် DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,ဆာဗာပေါ်တွင် QR ကုဒ်ကို image ကိုထိန်းသိမ်းထားဖို့စက္ကန့်အတွင်းအချိန်။ min: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,မှားနေသောအီးမေးလ်အကောင့်ကို apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: Fieldtype {1} {2} ရည်ညွှန်းမရနိုင်ဘို့ DocType: Dashboard Chart,Timespan,Timespan apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Web ကို Link ကို @@ -130,7 +129,7 @@ DocType: DocType,Default Print Format,default ပုံနှိပ်စီစ DocType: Workflow State,Tags,Tags: apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of Workflow,အဘယ်သူမျှမ: အသွားအလာ၏အဆုံး apps/frappe/frappe/database/mariadb/schema.py,"{0} field cannot be set as unique in {1}, as there are non-unique existing values",Non-မူထူးခြားတဲ့လက်ရှိတန်ဖိုးများရှိပါတယ်အဖြစ် {0} လယ် {1} အတွက်မူထူးခြားတဲ့အဖြစ်သတ်မှတ်မရနိုငျ -DocType: Global Search Settings,Document Types,စာရွက်စာတမ်းအမျိုးအစားများ +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,စာရွက်စာတမ်းအမျိုးအစားများ DocType: Address,Jammu and Kashmir,Jammu နှင့်ကက်ရှမီးယား DocType: Workflow,Workflow State Field,အသွားအလာပြည်နယ်ကွင်းဆင်း DocType: Language,Guest,ဧည့်သည် @@ -291,6 +290,7 @@ DocType: Customize Form Field,"Print Width of the field, if the field is a colum DocType: Dropbox Settings,Dropbox Access Key,Dropbox ကို Access Key ကို apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,ထုံးစံ script ၏ add_fetch ဖွဲ့စည်းမှုပုံစံမှား fieldname {0} apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,အဆက်အသွယ်တစ်ပြိုင်တည်းချိန်ကိုက်ထားရမည်ဖြစ်သော Google မှဆက်သွယ်ရန်ရွေးချယ်ပါ။ +DocType: Web Page,Main Section (HTML),အဓိကအပိုင်း (HTML) DocType: Workflow State,headphones,နားကြပ် apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,Password ကို Password ကိုစောင့်မျှော်နေရင်းမလိုအပ်သို့မဟုတ် select လုပ်ဖြစ်ပါတယ် DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,ဥပမာ replies@yourcomany.com ။ အားလုံးသည်ပြန်ကြားချက်ဒီ inbox ရဲ့ရောက်လိမ့်မည်။ @@ -391,8 +391,6 @@ DocType: Webhook,Request URL,တောင်းဆိုမှု URL ကို DocType: Customize Form,Is Table,စားပွဲတင် Is DocType: Email Account,Total number of emails to sync in initial sync process ,ကနဦးထပ်တူပြုခြင်းဖြစ်စဉ်တွင်တစ်ပြိုင်တည်းချိန်ကိုက်ရန်အီးမေးလ်များစုစုပေါင်းအရေအတွက် DocType: Website Settings,Set Banner from Image,ပုံရိပ်ကနေ Banner Set -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,ကမ္ဘာလုံးဆိုင်ရာရှာရန် -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,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},တစ်ဦးကအကောင့်သစ် {0} မှာသင့်အဘို့ကိုဖန်တီးခဲ့ပြီ apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,ညွှန်ကြားချက်များမေးလ်ပို့ပေး @@ -533,7 +531,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} နှင့် {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,စကားပြောကိုစတင်ပါ။ DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",အမြဲတမ်းပုံနှိပ်ဥပဒေမူကြမ်းစာရွက်စာတမ်းများများအတွက်ခေါင်းစီး "မူကြမ်း" add apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},သတိပေးချက်ထဲမှာအမှား: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} တစ်နှစ် (s) ကိုလွန်ခဲ့သည့် DocType: Data Migration Run,Current Mapping Start,လက်ရှိမြေပုံ Start ကို apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,အီးမေးလ်ပို့ရန်စပမ်အဖြစ်မှတ်ထားပြီး DocType: Comment,Website Manager,website Manager က @@ -575,7 +572,7 @@ DocType: Country,Country Name,နိုင်ငံအမည် apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,blank Template ကို DocType: About Us Team Member,About Us Team Member,ကျွန်ုပ်တို့ကိုရေးအဖွဲ့အဖွဲ့ဝင်အကြောင်း 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.","ခွင့်ပြုချက်, ဖတ်ပါနှင့်တူအခွင့်အရေးများကိုပြင်ဆင်ခြင်းအားဖြင့်အခန်းကဏ္ဍနှင့် Document ဖိုင်အမျိုးအစားများ (DOCTYPE ဟုခေါ်) ပေါ်တင်ထားရေးထား Create, Delete, Submit, Cancel, ပြင်ဆင်ရေး, အစီရင်ခံစာ, သွင်းကုန်, ပို့ကုန်, ပုံနှိပ်, Email နဲ့ Set အသုံးပြုသူခွင့်ပြုချက်ရသည်။" -DocType: Event,Wednesday,ဗုဒ္ဓဟူးနေ့ +DocType: Assignment Rule Day,Wednesday,ဗုဒ္ဓဟူးနေ့ apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,Image ကိုလယ်တရားဝင် fieldname ဖြစ်ရပါမည် DocType: Chat Token,Token,တိုကင် apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,Fieldname {0} ကန့်သတ်တာဖြစ်ပါတယ် @@ -696,6 +693,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,Next ကိုလုပ်ဆောင်ချက်များက HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,Post ကို Create apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,သင်တန်းသားများ Add +DocType: Web Page,Main Section (Markdown),အဓိကအပိုင်း (Markdown) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,{0} မေးလ်ပို့ပေးအစီရင်ခံစာများအသုံးပြုသူတစ်ဦးလျှင်ခွင့်ပြုမှသာ apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: Fieldtype {1} {2} ထူးခြားတဲ့မဖွစျနိုငျဘို့ DocType: Address,Address Title,လိပ်စာခေါင်းစဉ် @@ -752,6 +750,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,file ကိ DocType: DocField,In Global Search,ကမ္တာ့ရှာရန်အတွက် DocType: System Settings,Brute Force Security,brute တပ်ဖွဲ့လုံခြုံရေး DocType: Workflow State,indent-left,ကုန်အမှာစာ-လက်ဝဲ +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} လွန်ခဲ့သောနှစ်က apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,{0}: ဒါဟာဒီဖိုင်ကိုဖျက်ပစ်ရန်အန္တရာယ်များသည်။ သင့်ရဲ့ System ကို Manager ကဆက်သွယ်နိုင်ပါသည်။ DocType: Currency,Currency Name,ငွေကြေးအမည် apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,အဘယ်သူမျှမထားတဲ့အီးမေးလ် @@ -876,7 +875,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,ပ DocType: Contact Phone,Number,ဂဏန်း DocType: Web Form Field,Web Form Field,Web ကို Form တွင်ဖျော်ဖြေမှု apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,သင့်ထံမှအသစ်တစ်ခုကိုမက်ဆေ့ခ်ျကိုရှိသည်: -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 သုံးပါ။" apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,Edit HTML ကို apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,ပြန်ညွှန်း URL ကိုရိုက်ထည့်ပေးပါ apps/frappe/frappe/core/doctype/language/language.py,"{0} must begin and end with a letter and can only contain letters, @@ -937,7 +935,6 @@ apps/frappe/frappe/utils/data.py,Cent,Cent က apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,အီးမေးလ် compose apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","လုပ်ငန်းအသွားအလာသည်ပြည်နယ်များ (ဥပမာမူကြမ်း, Approved, ဖျက်သိမ်း) ။" DocType: Print Settings,Allow Print for Draft,မူကြမ်းများအတွက်ပုံနှိပ်ပါ Allow -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.","QZ Tray ထဲမှာလျှောက်လွှာချိတ်ဆက်မှုမှားယွင်းနေ ...

သင်ကရော်ပုံနှိပ်ပါအင်္ဂါရပ်ကိုအသုံးပြုရန်, QZ Tray ထဲက application ကို install လုပ်ပြီးသားနှင့်ပြေးရှိသည်ဖို့လိုအပ်ပါတယ်။

QZ Tray ထဲက Download လုပ်ပြီး install ဒီမှာနှိပ်ပါ
ရော်ပုံနှိပ်အကြောင်းပိုမိုလေ့လာသင်ယူရန်ဒီနေရာကိုနှိပ်ပါ ။" apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,Set ပမာဏ apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,အတည်ပြုဖို့ဤစာရွက်စာတမ်း Submit DocType: Contact,Unsubscribed,unsubscribe @@ -1052,6 +1049,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,{0} မျှ apps/frappe/frappe/config/customization.py,Add custom forms.,ထုံးစံပုံစံများကိုထည့်ပေါင်းပါ။ apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} {2} အတွက် apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,ဤစာရွက်စာတမ်းတင်သွင်း +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,setup ကို> အသုံးပြုသူခွင့်ပြုချက် 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.,အဆိုပါစနစ်အများအပြား Pre-defined အခန်းကဏ္ဍပေးပါသည်။ သင်ကအနုစိတ်ခွင့်ပြုချက်တင်ထားရန်အသစ်အခန်းကဏ္ဍထည့်နိုင်သည်။ DocType: Communication,CC,CC ကို DocType: Country,Geo,Geo @@ -1093,7 +1091,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,တတိယပါတီ DocType: Website Settings,Route Redirects,လမ်းကြောင်းပြန်ညွှန်း apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","ဘာသာစကား, နေ့စွဲနှင့်အချိန် setting များ" DocType: User Email,User Email,အသုံးပြုသူအီးမေးလ် -DocType: Event,Saturday,စနေနေ့ +DocType: Assignment Rule Day,Saturday,စနေနေ့ DocType: User,Represents a User in the system.,system ကိုတစ်အသုံးပြုသူကိုကိုယ်စားပြုပါတယ်။ DocType: List View Setting,Disable Auto Refresh,အော်တို Refresh ကို Disable DocType: Comment,Label,ကပ်တံဆိပ် @@ -1217,6 +1215,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,မှားနေသော {0} အခွအေနေ DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","check လုပ်ထားပါက, အသုံးပြုသူများ Confirm Access ကိုပေးတဲ့ dialog မြင်ရလိမ့်မည်မဟုတ်ပါ။" apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,ဖျက်ပစ် {0} စံချိန် +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag",tag name ... ဥပမာ #tag apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,keyboard Shortcuts DocType: Post,Comments,comments apps/frappe/frappe/public/js/frappe/dom.js,Confirm,အတည်ပြု @@ -1271,6 +1270,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","အသုံးပြုသူကို check မဆိုအခန်းကဏ္ဍရှိပါတယ်လျှင်, အသုံးပြုသူတစ်ဦး "System ကိုအသုံးပြုသူတို့၏" ဖြစ်လာသည်။ "စနစ်အသုံးပြုသူက" desktop ပေါ်မှာလက်လှမ်းမီရှိပါတယ်" DocType: System Settings,Date and Number Format,ရက်စွဲနှင့်နံပါတ် Format ကို apps/frappe/frappe/model/document.py,one of,တယောက် +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Setup> Customize Form ကို apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,တဦးတည်းယခုအချိန်တွင်ကိုစစ်ဆေးခြင်း apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,show Tags: DocType: DocField,HTML Editor,HTML ကို Editor ကို @@ -1278,6 +1278,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,ငွေတောင်းခံ DocType: Email Queue,Not Sent,Sent မဟုတ် DocType: Web Form,Actions,* Actions +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,setup ကို> အသုံးပြုသူ DocType: Workflow State,align-justify,တေ့-ကိုအပြစ်လွတ် DocType: User,Middle Name (Optional),အလယျပိုငျးအမည် (Optional) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,အခွင့်မရှိကြ @@ -1306,13 +1307,14 @@ DocType: PayPal Settings,PayPal Settings,PayPal ကချိန်ညှိ apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,Document ဖိုင် Type ကိုရွေးပါ apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,ဒါကြောင့်ကလေးဆုံမှတ်များရှိပါတယ်အဖြစ် {0} မဖျက်နိုင်ပါ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} မိနစ်အကြာက +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,Assignment Day {0} ကိုထပ်ခါထပ်ခါပြုလုပ်ထားသည်။ DocType: Kanban Board Column,lightblue,lightblue apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,တူညီသောဖျော်ဖြေမှုတစ်ကြိမ်ထက်ပိုပြီးထဲသို့ဝင်နေသည် DocType: Print Settings,Enable Raw Printing,ရော်ပုံနှိပ် Enable +DocType: Contact,Contact Numbers,ဆက်သွယ်ရန်နံပါတ်များ DocType: Website Route Redirect,Source,အရင်းအမြစ် apps/frappe/frappe/templates/includes/list/filters.html,clear,ရှင်းလင်းသော apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,ချော -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Setup ကို> အသုံးပြုသူ DocType: Prepared Report,Filter Values,filter တန်ဖိုးများ DocType: Communication,User Tags,အသုံးပြုသူ Tags: DocType: Data Migration Run,Fail,ဆုံးရှုံး @@ -1337,7 +1339,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,အသေးစ apps/frappe/frappe/www/qrcode.py,Page has expired!,စာမျက်နှာကုန်ဆုံးခဲ့သည်! DocType: LDAP Settings,Path to private Key File,ပုဂ္ဂလိကကီးဖိုင်မှ path DocType: Workflow State,Tasks,Tasks ကို -DocType: Event,Tuesday,အင်္ဂါနေ့ +DocType: Assignment Rule Day,Tuesday,အင်္ဂါနေ့ DocType: Blog Settings,Blog Settings,ဘလော့ Settings ကို apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,သင်သည်လည်း copy-paste နိုင်ပါတယ်ဒီ link သင့်ရဲ့ browser မှာ DocType: Workflow State,bullhorn,bullhorn @@ -1564,7 +1566,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},{1}: {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 ခိုင်လုံသောအစီရင်ခံစာပုံစံမဟုတ်ပါဘူး။ အစီရင်ခံစာပုံစံကိုအောက်ပါ% s ကိုများထဲမှ \ သင့်တယ် DocType: Chat Message,Chat,chat -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Setup ကို> အသုံးပြုသူခွင့်ပြုချက်များ +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},{0} ဖြင့်တံဆိပ်ကပ်ထားသောစာရွက်စာတမ်းများမရှိပါ။ DocType: LDAP Group Mapping,LDAP Group Mapping,LDAP Group မှမြေပုံ DocType: Dashboard Chart,Chart Options,ဇယား Options ကို apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,ခေါင်းစဉ်မဲ့ကော်လံ @@ -1595,6 +1597,7 @@ DocType: Custom Role,Custom Role,မိမိစိတ်ကြိုက်အ apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,နေအိမ် / မရှိစမ်းသပ်ခြင်း Folder ကို 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,သင့်ရဲ့စကားဝှက်ကိုရိုက်ထည့် DocType: Dropbox Settings,Dropbox Access Secret,Dropbox ကို Access ကလျှို့ဝှက်ချက် +DocType: Tag Link,Document Title,စာရွက်စာတမ်းခေါင်းစဉ် apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(မသင်မနေရ) DocType: Social Login Key,Social Login Provider,လူမှုဝင်မည်ပေးသူ apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,နောက်ထပ်မှတ်ချက်လေး @@ -1840,7 +1843,6 @@ DocType: GCalendar Account,Next Sync Token,Next ကို Sync ကိုတိ DocType: Energy Point Settings,Energy Point Settings,စွမ်းအင်ဝန်ကြီးဌာနပွိုင့်က Settings DocType: Async Task,Succeeded,အရာ၌နန်းထိုင် apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},{0} အတွက်လိုအပ်သည့်မသင်မနေရလယ်ကွက် -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","QZ Tray Application ချိတ်ဆက်မှုအမှား ...

Raw Print အင်္ဂါရပ်ကိုအသုံးပြုရန်သင် QZ Tray application ကို install လုပ်ပြီး run ရမည်။

QZ Tray ကိုဒေါင်းလုတ် လုပ်၍ တပ်ဆင်ရန်ဤနေရာကိုနှိပ်ပါ
ကုန်ကြမ်းပုံနှိပ်ခြင်းအကြောင်းပိုမိုလေ့လာသင်ယူရန်ဒီနေရာကိုနှိပ်ပါ ။" apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,အရံသိမ်းဆည်းခြင်း၏ Set အရေအတွက် DocType: DocField,Do not allow user to change after set the first time,အသုံးပြုသူပြီးနောက်ပထမဦးဆုံးအကြိမ်ထားကိုပြောင်းလဲခွင့်မပြုပါနဲ့ apps/frappe/frappe/utils/data.py,1 year ago,လွန်ခဲ့သော 1 နှစ် @@ -3699,6 +3707,7 @@ DocType: Auto Email Report,Send only if there is any data,မည်သည့် apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,စုစုပေါင်းများ Row apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: အဆင့်မြင့်သတ်မှတ်ကြသည်မီအဆင့် 0 မှာခွင့်ပြုချက်တင်ထားရမည် DocType: Contact,Sync with Google Contacts,Google ကအဆက်အသွယ်များနှင့် Sync ကို +DocType: Tag Link,Document Tag,Document Tag apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},{0} ကြောင့်ပိတ်ထားတာဝန်ကို DocType: Integration Request,Remote,ဝေးလံသော apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,ရေတွက် @@ -3789,6 +3798,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,ပ DocType: Email Domain,domain name,domain name ကို DocType: Contact Email,Contact Email,ဆက်သွယ်ရန်အီးမေးလ် DocType: Kanban Board Column,Order,အမိန့် +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,Global Search မှ {0} အတွက်ရှာမတွေ့ပါ DocType: Report,Ref DocType,Ref DOCTYPE apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,လူမှုရေးရဲ့ login enabled မီလိုင်း ID ကိုရိုက်ထည့်ပေးပါ apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0}: Cancel မပါဘဲပြင်ဆင်ချက်စွဲလမ်းခြင်းမနိုင်သလား @@ -3895,6 +3905,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,DOCTYPE အောက်ပါများအတွက်မှတ်တမ်းများ filtered ပါလိမ့်မည် apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,Scheduler ကိုအလုပ်မလုပ် DocType: Blog Settings,Blog Introduction,ဘလော့နိဒါန်း +DocType: Global Search Settings,Search Priorities,ဦး စားပေးရှာဖွေပါ DocType: Address,Office,ရုံး apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,ဤသည် Kanban ဘုတ်အဖွဲ့ပုဂ္ဂလိကဖြစ်လိမ့်မည် apps/frappe/frappe/desk/moduleview.py,Standard Reports,စံအစီရင်ခံစာများ diff --git a/frappe/translations/nl.csv b/frappe/translations/nl.csv index 09b2b0392b..9320c7eee1 100644 --- a/frappe/translations/nl.csv +++ b/frappe/translations/nl.csv @@ -113,7 +113,6 @@ DocType: Data Migration Run,Log,Log DocType: Workflow State,indent-right,inspringing-rechts DocType: Has Role,Has Role,Heeft Rol DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,Tijd in seconden om QR code-afbeelding op server te behouden. Min: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,Ongeldig e-mailaccount apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: Veldtype {1} voor {2} kan niet worden geïndexeerd DocType: Dashboard Chart,Timespan,Tijdspanne apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Link @@ -130,7 +129,7 @@ DocType: DocType,Default Print Format,Standaard Print Format DocType: Workflow State,Tags,labels apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of Workflow,Geen: Einde van de 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 niet worden ingesteld als uniek {1}, omdat er niet uniek bestaande waarden" -DocType: Global Search Settings,Document Types,Document Types +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,Document Types DocType: Address,Jammu and Kashmir,Jammu and Kashmir DocType: Workflow,Workflow State Field,Workflow Status Veld DocType: Language,Guest,Gast @@ -291,6 +290,7 @@ DocType: Customize Form Field,"Print Width of the field, if the field is a colum DocType: Dropbox Settings,Dropbox Access Key,Dropbox Access Key apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,Verkeerde veldnaam {0} in add_fetch-configuratie van aangepast script apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,Selecteer Google Contacten waarnaar contact moet worden gesynchroniseerd. +DocType: Web Page,Main Section (HTML),Hoofdsectie (HTML) DocType: Workflow State,headphones,hoofdtelefoon apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,Wachtwoord nodig of selecteer afwachting wachtwoord DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,bijv. antwoord@uwbedrijf.nl. Alle antwoorden zullen op deze inbox binnenkomen. @@ -391,8 +391,6 @@ DocType: Webhook,Request URL,URL aanvragen DocType: Customize Form,Is Table,is Table DocType: Email Account,Total number of emails to sync in initial sync process ,Totaal aantal e-mails te synchroniseren in eerste synchronisatie proces DocType: Website Settings,Set Banner from Image,Instellen Banner uit Afbeelding -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Global Search -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},Een nieuw account is aangemaakt voor u op {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,Instructies geüpload @@ -533,7 +531,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} en {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,Een gesprek beginnen. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Voeg altijd "Concept" Heading for printing conceptdocumenten apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},Fout in melding: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} jaar geleden DocType: Data Migration Run,Current Mapping Start,Huidige toewijzingstart apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,E-mail is gemarkeerd als spam DocType: Comment,Website Manager,Website Manager @@ -575,7 +572,7 @@ DocType: Country,Country Name,Naam van het land apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,Lege sjabloon DocType: About Us Team Member,About Us Team Member,Over ons Teamlid 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.","Machtigingen zijn ingesteld op Rollen en documenttypen (de zogenaamde DocTypes ) door het instellen van rechten zoals Lezen , schrijven , maken, verwijderen , indienen, annuleren , wijzigen , rapporteren , importeren, exporteren, afdrukken , e-mailen en instellen machtigingen." -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,Afbeelding veld moet een geldige veldnaam te zijn DocType: Chat Token,Token,blijk apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,Veldnaam {0} is beperkt @@ -696,6 +693,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,Volgende acties HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,Maak bericht apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,Voeg deelnemers toe +DocType: Web Page,Main Section (Markdown),Hoofdsectie (Markdown) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,Alleen {0} gemaild rapporten zijn toegestaan per gebruiker apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: Veldtype {1} voor {2} kan niet uniek zijn DocType: Address,Address Title,Adres Titel @@ -752,6 +750,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,Bestandskop DocType: DocField,In Global Search,In Global Search DocType: System Settings,Brute Force Security,Brute Force-beveiliging DocType: Workflow State,indent-left,inspringing-links +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} jaar geleden apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,Het is riskant om dit bestand te verwijderen: {0}. Neem dan contact op met uw systeembeheerder. DocType: Currency,Currency Name,Valutanaam apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,geen e-mails @@ -875,7 +874,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,opnie DocType: Contact Phone,Number,Aantal DocType: Web Form Field,Web Form Field,Webformulier invulveld apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,Je hebt een nieuw bericht 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).","Gebruik voor vergelijking> 5, <10 of = 324. Gebruik 5:10 voor bereiken (voor waarden tussen 5 en 10)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,Bewerken HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,Voer de omleidings-URL in apps/frappe/frappe/core/doctype/language/language.py,"{0} must begin and end with a letter and can only contain letters, @@ -936,7 +934,6 @@ apps/frappe/frappe/utils/data.py,Cent,Cent apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,Email opstellen apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","Statussen voor workflow ( bijv. Draft , Goedgekeurd , Cancelled) ." DocType: Print Settings,Allow Print for Draft,Laat Print voor Draft -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 bij verbinding maken met QZ-ladetoepassing ...

De toepassing QZ-lade moet zijn geïnstalleerd en actief zijn om de functie Raw Print te kunnen gebruiken.

Klik hier om de QZ-lade te downloaden en te installeren .
Klik hier voor meer informatie over Raw Printing ." 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,Verzend dit document om te bevestigen DocType: Contact,Unsubscribed,Uitgeschreven @@ -1051,6 +1048,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,Geen {0} gevo apps/frappe/frappe/config/customization.py,Add custom forms.,Voeg aangepaste formulieren. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} van {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,dit document ingediend +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Configuratie> Gebruikersrechten 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.,Het systeem biedt een groot aantal vooraf gedefinieerde rollen . U kunt nieuwe rollen toevoegen om specifiekere machtigingen in te stellen . DocType: Communication,CC,CC DocType: Country,Geo,Geo- @@ -1092,7 +1090,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,Beheerders van derden beh DocType: Website Settings,Route Redirects,Route omleidingen apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","Taal , datum en tijd instellingen" DocType: User Email,User Email,gebruiker E-mail -DocType: Event,Saturday,Zaterdag +DocType: Assignment Rule Day,Saturday,Zaterdag DocType: User,Represents a User in the system.,Vertegenwoordigt een gebruiker in het systeem. DocType: List View Setting,Disable Auto Refresh,Schakel Auto Refresh uit DocType: Comment,Label,Label @@ -1216,6 +1214,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.","Indien ingeschakeld, kunnen gebruikers niet zien het dialoogvenster Bevestigen Access." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} record verwijderd +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","tagnaam ..., bijvoorbeeld #tag" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,Toetsenbord sneltoetsen DocType: Post,Comments,Reacties apps/frappe/frappe/public/js/frappe/dom.js,Confirm,Bevestigen @@ -1270,6 +1269,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","Als de gebruiker een rol gecontroleerd heeft, dan is de gebruiker wordt een "Systeem". "Systeem" heeft toegang tot de desktop" DocType: System Settings,Date and Number Format,Datum en Nummer Formaat apps/frappe/frappe/model/document.py,one of,Een van de +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Configuratie> Formulier aanpassen apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,Het controleren van het ene moment apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,Show-tags DocType: DocField,HTML Editor,HTML-editor @@ -1277,6 +1277,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,Facturering DocType: Email Queue,Not Sent,Niet verzonden DocType: Web Form,Actions,Acties +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Stel in> Gebruiker DocType: Workflow State,align-justify,align-justify DocType: User,Middle Name (Optional),Tussenvoegsel (optioneel) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,Niet toegestaan @@ -1305,13 +1306,14 @@ DocType: PayPal Settings,PayPal Settings,PayPal-instellingen apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,Selecteer Document Type apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,Kan {0} niet verwijderen omdat het onderliggende nodes heeft apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} minuten geleden +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,Toewijzingsdag {0} is herhaald. DocType: Kanban Board Column,lightblue,lichtblauw apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,Hetzelfde veld is meer dan één keer ingevoerd DocType: Print Settings,Enable Raw Printing,Schakel Raw Printing in +DocType: Contact,Contact Numbers,Telefoonnummers DocType: Website Route Redirect,Source,Bron apps/frappe/frappe/templates/includes/list/filters.html,clear,wissen apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,Afgewerkt -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Stel in> Gebruiker DocType: Prepared Report,Filter Values,Filterwaarden DocType: Communication,User Tags,Gebruiker-tags DocType: Data Migration Run,Fail,mislukken @@ -1336,7 +1338,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,Verbergen Detail apps/frappe/frappe/www/qrcode.py,Page has expired!,Pagina is verlopen! DocType: LDAP Settings,Path to private Key File,Pad naar privésleutelbestand DocType: Workflow State,Tasks,taken -DocType: Event,Tuesday,Dinsdag +DocType: Assignment Rule Day,Tuesday,Dinsdag DocType: Blog Settings,Blog Settings,Blog Instellingen apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,U kunt deze link ook kopiëren en plakken in uw browser DocType: Workflow State,bullhorn,megafoon @@ -1563,7 +1565,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},Niet toegestaan voor 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 geen geldig rapport formaat. Rapport formaat moet \ een van de volgende %s DocType: Chat Message,Chat,Chat -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Configuratie> Gebruikersrechten +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},Geen documenten gevonden met de tag {0} DocType: LDAP Group Mapping,LDAP Group Mapping,LDAP-groepstoewijzing DocType: Dashboard Chart,Chart Options,Grafiek opties apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,Kolom zonder titel @@ -1594,6 +1596,7 @@ DocType: Custom Role,Custom Role,Custom Role apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,Home / Test Folder 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,Voer uw wachtwoord in DocType: Dropbox Settings,Dropbox Access Secret,Dropbox Toegang Secret +DocType: Tag Link,Document Title,Document titel apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(Verplicht) DocType: Social Login Key,Social Login Provider,Social Login Provider apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,Nog een reactie toevoegen @@ -1839,7 +1842,6 @@ DocType: GCalendar Account,Next Sync Token,Volgende synchronisatietoken DocType: Energy Point Settings,Energy Point Settings,Instellingen energiepunt DocType: Async Task,Succeeded,Geslaagd apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},Verplichte velden zijn verplicht in {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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 bij verbinding maken met QZ-ladetoepassing ...

De toepassing QZ-lade moet zijn geïnstalleerd en actief zijn om de functie Raw Print te kunnen gebruiken.

Klik hier om de QZ-lade te downloaden en te installeren .
Klik hier voor meer informatie over Raw Printing ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,Set aantal back-ups DocType: DocField,Do not allow user to change after set the first time,Sta niet toe dat de gebruiker na de eerste keer wijzigt apps/frappe/frappe/utils/data.py,1 year ago,1 jaar geleden @@ -3708,6 +3716,7 @@ DocType: Auto Email Report,Send only if there is any data,Stuur alleen als er ge apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,Totalen rij apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: Toestemming op niveau 0 moet worden ingesteld voordat hogere niveaus worden ingesteld DocType: Contact,Sync with Google Contacts,Synchroniseer met Google Contacten +DocType: Tag Link,Document Tag,Document-tag apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},Opdracht gesloten door {0} DocType: Integration Request,Remote,afgelegen apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,Bereken @@ -3798,6 +3807,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,Vera DocType: Email Domain,domain name,domeinnaam DocType: Contact Email,Contact Email,Contact E-mail DocType: Kanban Board Column,Order,Bestellen +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,Geen resultaten gevonden voor {0} in Global Search DocType: Report,Ref DocType,Ref DocType apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,Voer een client-ID in voordat sociale aanmelding is ingeschakeld apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0} : Kan niet Wijzigen zonder te Annuleren @@ -3904,6 +3914,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,Records voor het volgen van doctypes zullen worden gefilterd apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,Planner Inactief DocType: Blog Settings,Blog Introduction,Blog Inleiding +DocType: Global Search Settings,Search Priorities,Zoek prioriteiten DocType: Address,Office,Kantoor apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,Dit Kanban Board is privé apps/frappe/frappe/desk/moduleview.py,Standard Reports,Standaard rapporten diff --git a/frappe/translations/no.csv b/frappe/translations/no.csv index def9a6030d..f4b227b933 100644 --- a/frappe/translations/no.csv +++ b/frappe/translations/no.csv @@ -113,7 +113,6 @@ DocType: Data Migration Run,Log,Logg DocType: Workflow State,indent-right,innrykk høyre DocType: Has Role,Has Role,har rolle DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,Tid i sekunder for å beholde QR-kodebilde på serveren. Min: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,Ugyldig e-postkonto apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: Feltype {1} for {2} kan ikke indekseres DocType: Dashboard Chart,Timespan,Tidsrom apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Internettlink @@ -130,7 +129,7 @@ DocType: DocType,Default Print Format,Standard Print Format DocType: Workflow State,Tags,Tags apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of Workflow,Ingen: End of arbeidsflyt apps/frappe/frappe/database/mariadb/schema.py,"{0} field cannot be set as unique in {1}, as there are non-unique existing values","{0} feltet kan ikke settes som unik i {1}, så er det ikke-entydige eksisterende verdier" -DocType: Global Search Settings,Document Types,Dokumenttyper +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,Dokumenttyper DocType: Address,Jammu and Kashmir,Jammu og Kashmir DocType: Workflow,Workflow State Field,Arbeidsflyt State Feltet DocType: Language,Guest,Gjest @@ -291,6 +290,7 @@ DocType: Customize Form Field,"Print Width of the field, if the field is a colum DocType: Dropbox Settings,Dropbox Access Key,Dropbox Tilgang Key apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,Feil feltnavn {0} i add_fetch-konfigurasjon av tilpasset skript apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,Velg Google-kontakter som kontakten skal synkroniseres til. +DocType: Web Page,Main Section (HTML),Hovedseksjon (HTML) DocType: Workflow State,headphones,hodetelefoner apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,Passord er nødvendig eller velg Venter passord DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,f.eks replies@yourcomany.com. Alle svar vil komme til denne innboks. @@ -391,8 +391,6 @@ DocType: Webhook,Request URL,Be om URL DocType: Customize Form,Is Table,er Table DocType: Email Account,Total number of emails to sync in initial sync process ,Totalt antall e-poster for å synkronisere i første synkroniseringsprosessen DocType: Website Settings,Set Banner from Image,Satt Banner fra bilde -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Global søk -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Global søk DocType: Email Account,SparkPost,SparkPost apps/frappe/frappe/templates/emails/new_user.html,A new account has been created for you at {0},En ny konto er opprettet for deg på {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,Instruksjoner sendt @@ -532,7 +530,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} og {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,Start en samtale. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Alltid legge til "Draft" Overskrift for utskrift av utkast til dokumenter apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},Feil i varsling: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} år siden DocType: Data Migration Run,Current Mapping Start,Aktuell kartleggingstart apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,E-post er merket som spam DocType: Comment,Website Manager,Website manager @@ -574,7 +571,7 @@ DocType: Country,Country Name,Land Navn apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,Blank mal DocType: About Us Team Member,About Us Team Member,Om oss Team Member 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.","Tillatelser er satt på Roller og dokumenttyper (kalt Doctyper) ved å sette rettigheter som lese, skrive, opprette, slette Send, Avbryt, Endre, Rapport, import, eksport, utskrift, e-post og Set brukertillatelser." -DocType: Event,Wednesday,Onsdag +DocType: Assignment Rule Day,Wednesday,Onsdag apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,Bildefeltet må være et gyldig feltnavn DocType: Chat Token,Token,pollett apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,Feltnavn {0} er begrenset @@ -695,6 +692,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,Neste Handlinger HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,Opprett innlegg apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,Legg til deltakere +DocType: Web Page,Main Section (Markdown),Hovedseksjon (Markdown) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,Bare {0} mailet rapporter er tillatt per bruker apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: Feltype {1} for {2} kan ikke være unik DocType: Address,Address Title,Adresse Tittel @@ -751,6 +749,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,Filbackup e DocType: DocField,In Global Search,I Global Søk DocType: System Settings,Brute Force Security,Brute Force Security DocType: Workflow State,indent-left,innrykk-venstre +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} år siden apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,Det er risikabelt å slette denne filen: {0}. Ta kontakt med din System Manager. DocType: Currency,Currency Name,Valuta Name apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,ingen e-post @@ -874,7 +873,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,Prøv DocType: Contact Phone,Number,Antall DocType: Web Form Field,Web Form Field,Web Form Feltet apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,Du har en ny melding fra: -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, bruk 5:10 (for verdier mellom 5 og 10)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,Edit HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,Vennligst skriv omadresseringsadressen apps/frappe/frappe/core/doctype/language/language.py,"{0} must begin and end with a letter and can only contain letters, @@ -935,7 +933,6 @@ apps/frappe/frappe/utils/data.py,Cent,Cent apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,Skrive epost apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","Statene for arbeidsflyt (f.eks Draft, Godkjent, Avbrutt)." DocType: Print Settings,Allow Print for Draft,Lar utskrifts for Draft -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.","Feil ved tilkobling til QZ Tray Application ...

Du må ha QZ Tray-applikasjon installert og kjørt for å bruke Raw Print-funksjonen.

Klikk her for å laste ned og installere QZ Tray .
Klikk her for å lære mer om Raw Printing ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,Still Antall apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,Send dette dokumentet for å bekrefte DocType: Contact,Unsubscribed,Utmeldings @@ -1050,6 +1047,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,Nei {0} funne apps/frappe/frappe/config/customization.py,Add custom forms.,Legg tilpassede skjemaer. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} i {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,innsendt dette dokumentet +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Oppsett> Brukertillatelser 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.,Systemet gir mange forhåndsdefinerte roller. Du kan legge til nye roller for å sette finere tillatelser. DocType: Communication,CC,CC DocType: Country,Geo,Geo @@ -1091,7 +1089,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,Administrer tredjepartspr DocType: Website Settings,Route Redirects,Ruteomdirigeringer apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","Språk, dato og klokkeslett" DocType: User Email,User Email,Bruker e-post -DocType: Event,Saturday,Lørdag +DocType: Assignment Rule Day,Saturday,Lørdag DocType: User,Represents a User in the system.,Representerer en bruker i systemet. DocType: List View Setting,Disable Auto Refresh,Deaktiver automatisk oppdatering DocType: Comment,Label,Etiketten @@ -1215,6 +1213,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,Ugyldig {0} betingelse DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","Hvis det er merket, vil brukerne ikke se dialogboksen Bekreft Access." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} posten er slettet +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","tag name ..., f.eks. #tag" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,Tastatursnarveier DocType: Post,Comments,Kommentarer apps/frappe/frappe/public/js/frappe/dom.js,Confirm,Bekrefte @@ -1269,6 +1268,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","Hvis brukeren har noen rolle sjekket, så brukeren blir en "System Bruker". "System Bruker" har tilgang til skrivebordet" DocType: System Settings,Date and Number Format,Dato og tallformat apps/frappe/frappe/model/document.py,one of,en av +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Oppsett> Tilpass skjema apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,Kontrollere en stund apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,Vis Tags DocType: DocField,HTML Editor,HTML Editor @@ -1276,6 +1276,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,Billing DocType: Email Queue,Not Sent,Ikke sendt DocType: Web Form,Actions,Handlinger +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Oppsett> Bruker DocType: Workflow State,align-justify,justere-rettferdig DocType: User,Middle Name (Optional),Middle Name (valgfritt) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,Ikke Tillatt @@ -1304,13 +1305,14 @@ DocType: PayPal Settings,PayPal Settings,PayPal Innstillinger apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,Velg dokumenttypen apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,Kan ikke slette {0} som den har barnet noder apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} minutter siden +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,Tildelingsdag {0} er blitt gjentatt. DocType: Kanban Board Column,lightblue,lyse blå apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,Samme felt er angitt mer enn en gang DocType: Print Settings,Enable Raw Printing,Aktiver rå utskrift +DocType: Contact,Contact Numbers,Kontaktnummer DocType: Website Route Redirect,Source,Source apps/frappe/frappe/templates/includes/list/filters.html,clear,klart apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,ferdig -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Oppsett> Bruker DocType: Prepared Report,Filter Values,Filtrer verdier DocType: Communication,User Tags,Bruker Tags DocType: Data Migration Run,Fail,fail @@ -1335,7 +1337,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,Skjul Detaljer apps/frappe/frappe/www/qrcode.py,Page has expired!,Siden er utløpt! DocType: LDAP Settings,Path to private Key File,Sti til privat nøkkelfil DocType: Workflow State,Tasks,Oppgaver -DocType: Event,Tuesday,Tirsdag +DocType: Assignment Rule Day,Tuesday,Tirsdag DocType: Blog Settings,Blog Settings,Blogginnstillinger apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,Du kan også kopiere og lime inn lenken i din nettleser DocType: Workflow State,bullhorn,bullhorn @@ -1561,7 +1563,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},Ikke tillatt for {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 er ikke en gyldig rapportformat. Rapporter format skal \ ett av følgende% s DocType: Chat Message,Chat,Chat -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Oppsett> Brukertillatelser +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},Ingen dokumenter funnet tagget med {0} DocType: LDAP Group Mapping,LDAP Group Mapping,LDAP-gruppekartlegging DocType: Dashboard Chart,Chart Options,Kartalternativer apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,Uten tittel kolonne @@ -1592,6 +1594,7 @@ DocType: Custom Role,Custom Role,Custom rolle apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,Hjem / Test mappe 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,Skriv inn passordet ditt DocType: Dropbox Settings,Dropbox Access Secret,Dropbox Tilgang Secret +DocType: Tag Link,Document Title,Dokument tittel apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),"(Påbudt, bindende)" DocType: Social Login Key,Social Login Provider,Sosial innloggingsleverandør apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,Legg til en kommentar @@ -1837,7 +1840,6 @@ DocType: GCalendar Account,Next Sync Token,Neste synkroniseringstegn DocType: Energy Point Settings,Energy Point Settings,Innstillinger for energipunkt DocType: Async Task,Succeeded,Lyktes apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},Obligatoriske felt kreves i {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","Feil ved tilkobling til QZ Tray Application ...

Du må ha QZ Tray-applikasjon installert og kjørt for å bruke Raw Print-funksjonen.

Klikk her for å laste ned og installere QZ Tray .
Klikk her for å lære mer om Raw Printing ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,Sett Antall sikkerhetskopier DocType: DocField,Do not allow user to change after set the first time,Ikke la brukeren endre etter satt første gang apps/frappe/frappe/utils/data.py,1 year ago,1 år siden @@ -3691,6 +3699,7 @@ DocType: Auto Email Report,Send only if there is any data,Send bare hvis det er apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,Totals rekkefølge apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: Tillatelse på nivå 0 må angis før høyere nivåer er satt DocType: Contact,Sync with Google Contacts,Synkroniser med Google-kontakter +DocType: Tag Link,Document Tag,Dokumentkode apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},Oppdraget stengt av {0} DocType: Integration Request,Remote,Remote apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,Beregn @@ -3781,6 +3790,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,Endr DocType: Email Domain,domain name,domenenavn DocType: Contact Email,Contact Email,Kontakt Epost DocType: Kanban Board Column,Order,Rekkefølge +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,Ingen resultater funnet for {0} i Global Search DocType: Report,Ref DocType,Ref DOCTYPE apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,Vennligst skriv inn klient-ID før sosial pålogging er aktivert apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0}: Kan ikke satt endre uten Avbryt @@ -3887,6 +3897,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,Rekordene for følgende doktypefiler blir filtrert apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,Planlegger inaktiv DocType: Blog Settings,Blog Introduction,Blogg Introduksjon +DocType: Global Search Settings,Search Priorities,Søkeprioriteter DocType: Address,Office,Kontor apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,Dette Kanban Styret vil være privat apps/frappe/frappe/desk/moduleview.py,Standard Reports,Standardrapporter diff --git a/frappe/translations/pl.csv b/frappe/translations/pl.csv index 81322cd674..19c7f94139 100644 --- a/frappe/translations/pl.csv +++ b/frappe/translations/pl.csv @@ -113,7 +113,6 @@ DocType: Data Migration Run,Log,Log DocType: Workflow State,indent-right, DocType: Has Role,Has Role,ma rolę DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,"Czas w sekundach, aby zachować kod QR na serwerze. Min: 240" -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,Nieprawidłowe konto e-mail apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: Nie można zaindeksować typu pola {1} dla {2} DocType: Dashboard Chart,Timespan,Okres czasu apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Link Strony WWW @@ -130,7 +129,7 @@ DocType: DocType,Default Print Format,Domyślny format wydruku DocType: Workflow State,Tags,Tagi apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of Workflow,Brak: Zakończenie przepływu prac apps/frappe/frappe/database/mariadb/schema.py,"{0} field cannot be set as unique in {1}, as there are non-unique existing values","{0} pole nie może być ustawiony jako jedyne w {1}, jako że nie są unikatowe istniejących wartości" -DocType: Global Search Settings,Document Types,Typy dokumentów +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,Typy dokumentów DocType: Address,Jammu and Kashmir,Jammu i Kaszmir DocType: Workflow,Workflow State Field,Pole Stanu Przepływu Pracy DocType: Language,Guest,Gość @@ -291,6 +290,7 @@ DocType: Customize Form Field,"Print Width of the field, if the field is a colum DocType: Dropbox Settings,Dropbox Access Key,Klucz do Dostępu do Dropboxa apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,Niepoprawna nazwa pola {0} w konfiguracji add_fetch niestandardowego skryptu apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,"Wybierz Kontakty Google, z którymi kontakt powinien zostać zsynchronizowany." +DocType: Web Page,Main Section (HTML),Główna sekcja (HTML) DocType: Workflow State,headphones,słuchawki apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,Hasło jest wymagane lub wybierz Oczekuje Hasło DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,np replies@yourcomany.com. Wszystkie odpowiedzi przyjdą do tej skrzynki. @@ -390,8 +390,6 @@ DocType: Webhook,Request URL,Żądaj adresu URL DocType: Customize Form,Is Table,Czy Table DocType: Email Account,Total number of emails to sync in initial sync process ,"Łączna liczba wiadomości e-mail, aby zsynchronizować w początkowym procesie synchronizacji" DocType: Website Settings,Set Banner from Image,Ustaw baner z obrazka -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Wyszukiwanie globalne -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Wyszukiwanie globalne DocType: Email Account,SparkPost,SparkPost apps/frappe/frappe/templates/emails/new_user.html,A new account has been created for you at {0},Nowe konto zostało stworzone dla Ciebie na {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,Instrukcje wysyłane pocztą elektroniczną @@ -532,7 +530,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} i {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,Rozpocznij rozmowę. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents","Zawsze dodawaj nagłówek ""Wersja robocza"" podczas drukowania dokumentów w wersji roboczej" apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},Błąd w powiadomieniu: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} lat temu DocType: Data Migration Run,Current Mapping Start,Bieżący start mapowania apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,Email został oznaczony jako spam DocType: Comment,Website Manager,Manager strony WWW @@ -574,7 +571,7 @@ DocType: Country,Country Name,Nazwa kraju apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,Pusty szablon DocType: About Us Team Member,About Us Team Member,O Nas Członek Zespołu 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.","Uprawnienia są ustawiane dla Roli i Typu dokumentu (zwane DocTypes) poprzez ustawianie praw takich jak: Odczyt, Zapis, Tworzenie, Usuwanie, Zatwierdzanie, Anulowanie, Poprawianie, Raportowanie, Importowanie, Exsportowanie, Drukowanie, Wysyłka e-mail oraz Ustawianie uprawnień użytkowanika." -DocType: Event,Wednesday,Środa +DocType: Assignment Rule Day,Wednesday,Środa apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,Pole Obraz musi być poprawnym nazwa_pola DocType: Chat Token,Token,Znak apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,Nazwa pola {0} jest ograniczona @@ -695,6 +692,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,Następne działania HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,Utwórz wpis apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,Dodaj uczestników +DocType: Web Page,Main Section (Markdown),Główna sekcja (Markdown) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,Tylko {0} wysłane raporty są dozwolone dla każdego użytkownika apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: Typ pola {1} dla {2} nie może być unikalny DocType: Address,Address Title,Tytuł adresu @@ -751,6 +749,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,Kopie zapas DocType: DocField,In Global Search,W Global Search DocType: System Settings,Brute Force Security,Brute Force Security DocType: Workflow State,indent-left, +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} lat temu apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,"To jest ryzykowne, aby usunąć ten plik: {0}. Proszę skontaktować się z System Manager." DocType: Currency,Currency Name,Nazwa waluty apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,Brak wiadomości e-mail @@ -875,7 +874,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,Spró DocType: Contact Phone,Number,Numer DocType: Web Form Field,Web Form Field,Pole formularza Internetowego apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,Masz nową wiadomość od: -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)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,Edytuj HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,Wprowadź przekierowanie apps/frappe/frappe/core/doctype/language/language.py,"{0} must begin and end with a letter and can only contain letters, @@ -936,7 +934,6 @@ apps/frappe/frappe/utils/data.py,Cent,Cent apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,Komponować wiadomość e-mail apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","Stan postępu prac (np. Szkic, Zatwierdzony, Odwołany)." DocType: Print Settings,Allow Print for Draft,Pozwól na drukowanie dla Wersji roboczych -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.","Błąd połączenia z aplikacją QZ Tray ...

Musisz mieć zainstalowaną i uruchomioną aplikację QZ Tray, aby móc korzystać z funkcji Raw Print.

Kliknij tutaj, aby pobrać i zainstalować tacę QZ .
Kliknij tutaj, aby dowiedzieć się więcej o drukowaniu surowym ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,Ustaw ilość apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,"Prześlij ten dokument, aby potwierdzić" DocType: Contact,Unsubscribed,Nie zarejestrowany @@ -1051,6 +1048,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,"Nie znalezio apps/frappe/frappe/config/customization.py,Add custom forms.,Dodaj niestandardowe formy. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0} {1} {2} w apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,przedstawiła ten dokument +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Ustawienia> Uprawnienia użytkownika 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.,System zapewnia wiele pre-definiowanych ról. Można dodać nowe role do ustawiania uprawnień. DocType: Communication,CC,CC DocType: Country,Geo,Geo @@ -1092,7 +1090,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,Zarządzaj aplikacjami in DocType: Website Settings,Route Redirects,Przekierowania trasy apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","Ustawienia Języka, Daty i Czasu" DocType: User Email,User Email,użytkownik Email -DocType: Event,Saturday,Sobota +DocType: Assignment Rule Day,Saturday,Sobota DocType: User,Represents a User in the system.,Reprezentuje użytkownika w systemie. DocType: List View Setting,Disable Auto Refresh,Wyłącz automatyczne odświeżanie DocType: Comment,Label,etykieta @@ -1216,6 +1214,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,Niewłaściwa warunek {0} DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","Jeśli jest zaznaczone, użytkownicy nie będą widzieć okno Potwierdzanie dostępu." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,Usunięto rekord {0} +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","nazwa znacznika ..., np. #tag" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,Skróty klawiszowe DocType: Post,Comments,Komentarze apps/frappe/frappe/public/js/frappe/dom.js,Confirm,Potwierdź @@ -1270,6 +1269,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","Jeśli użytkownik ma żadnej roli zaznaczone, użytkownik staje się "systemu użytkownika". "Użytkownik systemu" ma dostęp do pulpitu" DocType: System Settings,Date and Number Format,Format daty i numeru apps/frappe/frappe/model/document.py,one of,Jeden z +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Ustawienia> Dostosuj formularz apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,Sprawdzanie jednej chwili apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,Pokaż tagi DocType: DocField,HTML Editor,Edytor HTML @@ -1277,6 +1277,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,Dane do faktury DocType: Email Queue,Not Sent,Nie wysłane DocType: Web Form,Actions,Działania +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Ustawienia> Użytkownik DocType: Workflow State,align-justify,Wyrównaj do lewej i do prawej DocType: User,Middle Name (Optional),Drugie imię (opcjonalnie) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,Niedozwolone @@ -1305,13 +1306,14 @@ DocType: PayPal Settings,PayPal Settings,Ustawienia PayPal apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,Wybierz typ dokumentu apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,Nie można usunąć {0} ponieważ posiada elementy potomne (podrzędne) apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} minut temu +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,Dzień przydziału {0} został powtórzony. DocType: Kanban Board Column,lightblue,jasny niebieski apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,Pole to jest wpisywane więcej niż jeden raz DocType: Print Settings,Enable Raw Printing,Włącz drukowanie surowe +DocType: Contact,Contact Numbers,Numery kontaktowe DocType: Website Route Redirect,Source,Źródło apps/frappe/frappe/templates/includes/list/filters.html,clear,jasny apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,Skończone -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Ustawienia> Użytkownik DocType: Prepared Report,Filter Values,Filtruj wartości DocType: Communication,User Tags,Tagi użytkownika DocType: Data Migration Run,Fail,Zawieść @@ -1336,7 +1338,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,Ukryj Szczegół apps/frappe/frappe/www/qrcode.py,Page has expired!,Strona wygasła! DocType: LDAP Settings,Path to private Key File,Ścieżka do prywatnego pliku kluczy DocType: Workflow State,Tasks,Zadania -DocType: Event,Tuesday,Wtorek +DocType: Assignment Rule Day,Tuesday,Wtorek DocType: Blog Settings,Blog Settings,Ustawienia blogu apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,Można również skopiować i wkleić ten link w przeglądarce DocType: Workflow State,bullhorn, @@ -1563,7 +1565,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},Niedozwolone dla {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 nie jest prawidłowy format raportu. Format raportu powinien \ jedną z następujących czynności:% s DocType: Chat Message,Chat,Czat -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Ustawienia> Uprawnienia użytkownika +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},Nie znaleziono dokumentów oznaczonych {0} DocType: LDAP Group Mapping,LDAP Group Mapping,Mapowanie grup LDAP DocType: Dashboard Chart,Chart Options,Opcje wykresów apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,Kolumna bez tytułu @@ -1594,6 +1596,7 @@ DocType: Custom Role,Custom Role,Rola zwyczaj apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,Strona główna / Folder 2 test apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,Wpisz swoje hasło DocType: Dropbox Settings,Dropbox Access Secret,Sekret do Dostępu do Dropboxa +DocType: Tag Link,Document Title,Tytuł dokumentu apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(Obowiązkowy) DocType: Social Login Key,Social Login Provider,Dostawca logowania społecznościowego apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,Dodaj kolejny komentarz @@ -1839,7 +1842,6 @@ DocType: GCalendar Account,Next Sync Token,Następny token synchronizacji DocType: Energy Point Settings,Energy Point Settings,Ustawienia punktu energetycznego DocType: Async Task,Succeeded,Osiągnąłeś sukces apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},Okienka obowiązkowe wymagane w {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","Błąd połączenia z aplikacją QZ Tray ...

Musisz mieć zainstalowaną i uruchomioną aplikację QZ Tray, aby móc korzystać z funkcji Raw Print.

Kliknij tutaj, aby pobrać i zainstalować tacę QZ .
Kliknij tutaj, aby dowiedzieć się więcej o drukowaniu surowym ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,Ustaw liczbę kopii zapasowych DocType: DocField,Do not allow user to change after set the first time,Nie zezwól użytkownikowi zmieniać po pierwszym ustawieniu apps/frappe/frappe/utils/data.py,1 year ago,1 rok temu @@ -3710,6 +3718,7 @@ DocType: Auto Email Report,Send only if there is any data,"Wyślij tylko wtedy, apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,Rząd sum apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,"{0}: Dostęp na poziomie 0 powinien być ustawiony, zanim ustawiane będą wyższe poziomy" DocType: Contact,Sync with Google Contacts,Synchronizuj z Kontaktami Google +DocType: Tag Link,Document Tag,Tag dokumentu apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},Cesja zamknięty przez {0} DocType: Integration Request,Remote,Zdalny apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,Obliczać @@ -3800,6 +3809,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,Resz DocType: Email Domain,domain name,nazwa domeny DocType: Contact Email,Contact Email,E-mail kontaktu DocType: Kanban Board Column,Order,Zamówienie +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,Nie znaleziono wyników dla {0} w globalnym wyszukiwaniu DocType: Report,Ref DocType,Ref DocType apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,Wprowadź identyfikator klienta przed włączeniem logowania społecznościowego apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0} Nie możesz wnieść poprawek bez anulowania @@ -3906,6 +3916,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,Rekordy dla następujących doctypes będą filtrowane apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,Harmonogram nieaktywny DocType: Blog Settings,Blog Introduction,Wstęp bloga +DocType: Global Search Settings,Search Priorities,Priorytety wyszukiwania DocType: Address,Office,Biuro apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,Ten Kanban Board będą prywatne apps/frappe/frappe/desk/moduleview.py,Standard Reports,Raporty standardowe diff --git a/frappe/translations/ps.csv b/frappe/translations/ps.csv index 3052b94f57..331b4249d9 100644 --- a/frappe/translations/ps.csv +++ b/frappe/translations/ps.csv @@ -112,7 +112,6 @@ DocType: Data Migration Run,Log,يادښت DocType: Workflow State,indent-right,indent-حق DocType: Has Role,Has Role,لري رول DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,د ثانیو په وخت کې د QR code کوډ په سرور کې ساتل. Min: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,د بریښناليک حساب DocType: Dashboard Chart,Timespan,د وخت موده apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,ويب لینک DocType: Deleted Document,Restored,بېرته @@ -128,7 +127,7 @@ DocType: DocType,Default Print Format,Default چاپ شکل DocType: Workflow State,Tags,نښانونه apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of 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} په برخه لکه څنګه چې په {1} ساری نه جوړ شي، د غير سارې موجوده ارزښتونو شته -DocType: Global Search Settings,Document Types,سند ډولونه +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,سند ډولونه DocType: Address,Jammu and Kashmir,جمو او کشمیر DocType: Workflow,Workflow State Field,ننګولې د بهرنیو چارو د ساحوي DocType: Language,Guest,ميلمه @@ -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 لاسرسی لپاره عمده apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,غلط فیلډ نوم نوم {0} د ګمرک نسخه د اضافې فایبر ترتیبولو کې apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,د ګوګل اړیکې غوره کړئ چیرې چې اړیکې باید همغږي شي. +DocType: Web Page,Main Section (HTML),اصلي برخه (HTML) DocType: Workflow State,headphones,ویولون apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,پاسورډ دې ته اړتيا ده او يا په تمه پاسورډ انتخاب DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,د بيلګې په توګه replies@yourcomany.com. د ټولو ځواب به دې ته درشي راشي. @@ -387,8 +387,6 @@ DocType: Webhook,Request URL,غوښتنه URL DocType: Customize Form,Is Table,ده جدول DocType: Email Account,Total number of emails to sync in initial sync process ,د بریښنالیکونو شمیر لومړنۍ پرانیځئ په بهير کې د پرانیځئ DocType: Website Settings,Set Banner from Image,څخه د انځور جوړ بينر -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Global لټون -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Global لټون DocType: Email Account,SparkPost,SparkPost apps/frappe/frappe/templates/emails/new_user.html,A new account has been created for you at {0},په يو نوی ګڼون تاسو لپاره د رامنځ ته شوي {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,لارښوونه په انګلیسي تورو @@ -527,7 +525,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} او {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,خبرې اترې پیل کړئ. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents","مسوده" تل د چاپ اسناد مسوده مدعي دی اضافه apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},په خبرتیا کې تېروتنه: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} کاله دمخه DocType: Data Migration Run,Current Mapping Start,اوسنۍ نقشه ایزه شروع apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,برېښناليک په نښه شوی سپم DocType: Comment,Website Manager,وېب پاڼه مدير @@ -569,7 +566,7 @@ DocType: Country,Country Name,د هېواد نوم apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,خالي ټیمپلیټ DocType: About Us Team Member,About Us Team Member,زمونږ په اړه د ټيم غړې 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.",حلال پر نقش او د اسنادو ډولونه (DocTypes نومیږی) له خوا د حقونو د ټاکلو کتابونه ولولئ شان جوړ شوي دي، ولیکی، جوړول، ړنګول، سپارل، لغوه، تعدیل، راپور، د وارداتو، صادراتو، چاپ، ليک او ټولګې کارن حلال. -DocType: Event,Wednesday,چهارشنبه +DocType: Assignment Rule Day,Wednesday,چهارشنبه apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,د انځور ډګر باید یو قانوني fieldname وي DocType: Chat Token,Token,د نښې apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,د ساحې نوم {0} محدود دی @@ -690,6 +687,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,بل فعالیتونه HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,پوسټ جوړ کړئ apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,ګډون کونکي شامل کړئ +DocType: Web Page,Main Section (Markdown),اصلي برخه (مارکډون) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,يوازې د {0} راولي راپورونه سلنه د کارونکي اجازه لري apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: د {2} لپاره فیلډ ډول {1} ځانګړی نشي DocType: Address,Address Title,پته عنوان @@ -745,6 +743,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,د دوتن DocType: DocField,In Global Search,په نړیوال لټون DocType: System Settings,Brute Force Security,د ځواک ځواک امنیت DocType: Workflow State,indent-left,indent-کيڼ +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} کاله دمخه apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,دا خطرناکه چې د دغې دوتنې د ړنګولو: {0}. لطفا د خپل سیستم د مدیر سره اړیکه. DocType: Currency,Currency Name,د اسعارو نوم apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,نه برېښناليک @@ -868,7 +867,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,بی DocType: Contact Phone,Number,شمېره DocType: Web Form Field,Web Form Field,ويب فورمه ساحوي apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,تاسو له یو نوی پیغام لرئ: -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 ترمنځ ارزښتونو لپاره). apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,سمول HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,لطفا د مستقیم یو آر ایل داخل کړئ apps/frappe/frappe/core/doctype/language/language.py,"{0} must begin and end with a letter and can only contain letters, @@ -929,7 +927,6 @@ apps/frappe/frappe/utils/data.py,Cent,په سلو کې apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,برېښناليک کمپوز apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).",د ننګولې ایالتونه (د مثال په مسوده، تصویب، ردشوي). DocType: Print Settings,Allow Print for Draft,لپاره مسوده چاپ اجازه -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.","د QZ ټری کاریال سره په پیوستولو کې تېروتنه ...

تاسو اړتیا لرئ د QZ ټری غوښتنلیک نصب او چلئ ، د خامو چاپ ب featureه کارولو لپاره.

د QZ ټری ډاونلوډ او نصبولو لپاره دلته کلیک وکړئ .
د را چاپولو په اړه د نورو معلوماتو لپاره دلته کلیک وکړئ ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,ټاکل شوی مقدار apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,د دې سند سپارل د تایید DocType: Contact,Unsubscribed,کش @@ -1044,6 +1041,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,نه {0} وم apps/frappe/frappe/config/customization.py,Add custom forms.,د ګمرک د فورمو کړئ. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} د {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,د دې سند ته وسپارل +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,تنظیم> د کارونکي اجازه 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.,دا سیستم د ډیرو مخکې تعریف رول برابروي. تاسو کولای شئ د نوي رول ته اضافه کړی تر میده پرېښلې ټاکل. DocType: Communication,CC,CC DocType: Country,Geo,د جيو @@ -1085,7 +1083,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,د دریم ګوند غو DocType: Website Settings,Route Redirects,د لارې چلونې apps/frappe/frappe/config/settings.py,"Language, Date and Time settings",ژبه، نېټه او د وخت د امستنو DocType: User Email,User Email,کارن برېښليک -DocType: Event,Saturday,شنبه +DocType: Assignment Rule Day,Saturday,شنبه DocType: User,Represents a User in the system.,استازيتوب په سيستم کې يو کارن. DocType: List View Setting,Disable Auto Refresh,د آٹو ریفریش غیر فعال کړئ DocType: Comment,Label,لیبل @@ -1207,6 +1205,7 @@ DocType: Note,"If enabled, users will be notified every time they login. If not DocType: Note,"If enabled, users will be notified every time they login. If not enabled, users will only be notified once.",که چېرې توانول شوی، کارنان به هر وخت د دوی سئ خبر شي. که چېرې توانول شوی نه، کارنان به یوازې یو ځل یې خبر. apps/frappe/frappe/core/doctype/doctype/doctype.py,Invalid {0} condition,ناسمه {0} حالت DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.",که وکتل، کاروونکي به د تاييدول لاسرسی کړکۍ نه ويني. +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag",د ټاګ نوم ... د مثال په توګه # ټګ apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,کيلي لنډلار DocType: Post,Comments,تبصرې apps/frappe/frappe/public/js/frappe/dom.js,Confirm,دا تصدیق کړي @@ -1261,6 +1260,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",که د کارونکي لري کوم رول وکتل، نو د کارن د "سیستم کارن" شي. "سيستم کارن" لري د سرپاڼې ته لاسرسی DocType: System Settings,Date and Number Format,نېټه او شمېر شکل apps/frappe/frappe/model/document.py,one of,یو له +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,تنظیم> فارم دودیز کړئ apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,يوه شېبه کتل apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,انکړپټه ښودل نښانونه DocType: DocField,HTML Editor,ایچ ٹی ایم ایل ایڈیٹر @@ -1268,6 +1268,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,بلونو DocType: Email Queue,Not Sent,نه ته وليږدول شوه DocType: Web Form,Actions,کړنې +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,جوړول> کارن DocType: Workflow State,align-justify,په همغاړیتوب-توجیه DocType: User,Middle Name (Optional),د منځني نوم (اختیاری) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,نه اجازه @@ -1294,13 +1295,14 @@ DocType: PayPal Settings,PayPal Settings,وی.دا امستنې apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,وټاکئ لاسوند ډول apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,ړنګ نه شي کولای {0} په توګه دا د ماشومانو د غوټو لري apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} دقيقې دمخه +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,د ګمارنې ورځ {0} تکرار شوې. DocType: Kanban Board Column,lightblue,lightblue apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,همدغه ساحه له یو ځل نه زیات داخلیږي DocType: Print Settings,Enable Raw Printing,را چاپول وړ کړئ +DocType: Contact,Contact Numbers,د اړیکې شمیره DocType: Website Route Redirect,Source,سرچینه apps/frappe/frappe/templates/includes/list/filters.html,clear,روښانه apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,ختم شو -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,جوړول> کارن DocType: Prepared Report,Filter Values,فلټر ارزښتونه DocType: Communication,User Tags,کارن نښانونه DocType: Data Migration Run,Fail,ناکامي @@ -1325,7 +1327,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,په بشپړه apps/frappe/frappe/www/qrcode.py,Page has expired!,پاڼه پای ته ورسیده! DocType: LDAP Settings,Path to private Key File,شخصي کیلي فایل ته لاره DocType: Workflow State,Tasks,دندې -DocType: Event,Tuesday,سه شنبه +DocType: Assignment Rule Day,Tuesday,سه شنبه DocType: Blog Settings,Blog Settings,Blog امستنې apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,تاسو هم کولای شی کاپي پېسټ-ستاسې په لټونګر کې دې لینک DocType: Workflow State,bullhorn,bullhorn @@ -1546,7 +1548,6 @@ DocType: User,Set New Password,د ټاکلو په موخه د نوي شفر 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 معتبر راپور بڼه کې نه دی. راپور شکل باید د لاندې٪ s يو \ DocType: Chat Message,Chat,Chat -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,تنظیم> د کارونکي اجازه DocType: LDAP Group Mapping,LDAP Group Mapping,د LDAP ګروپ نقشه کول DocType: Dashboard Chart,Chart Options,د چارت اختیارونه apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,بې پته کالم @@ -1576,6 +1577,7 @@ DocType: Custom Role,Custom Role,د ګمرکونو رول apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,کور / امتحان پوښی 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,خپل پټ نوم وليکئ DocType: Dropbox Settings,Dropbox Access Secret,Dropbox لاسرسی پټې +DocType: Tag Link,Document Title,لاسوند apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(لازمي) DocType: Social Login Key,Social Login Provider,د ټولنی ننوتل چمتو کول apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,Add يو بل پيغام @@ -1817,7 +1819,6 @@ DocType: GCalendar Account,Next Sync Token,د بل همغږۍ ټکي DocType: Energy Point Settings,Energy Point Settings,د انرژي ټکي تنظیمات DocType: Async Task,Succeeded,بریالي وو apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},اجباري برخو کې اړتیا {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","د QZ ټری کاریال سره په پیوستولو کې تېروتنه ...

تاسو اړتیا لرئ د QZ ټری غوښتنلیک نصب او چلئ ، د خامو چاپ ب featureه کارولو لپاره.

د QZ ټری ډاونلوډ او نصبولو لپاره دلته کلیک وکړئ .
د را چاپولو په اړه د نورو معلوماتو لپاره دلته کلیک وکړئ ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,د ټاکلو په موخه د Backups شمېر DocType: DocField,Do not allow user to change after set the first time,مه د لومړي ځل اجازه نه ورکوي د کارونکي بدلون وروسته رامنځته شوی apps/frappe/frappe/utils/data.py,1 year ago,1 کال وړاندې د @@ -3641,6 +3648,7 @@ DocType: Auto Email Report,Send only if there is any data,وليږئ يوازې apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,د ټیمونو قطار apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: په کچه 0 اجازه بايد مخکې له لوړې کچې دي جوړ شي DocType: Contact,Sync with Google Contacts,د ګوګل اړیکو سره همغږي +DocType: Tag Link,Document Tag,لاسوند پېژند apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},دندې له خوا تړل {0} DocType: Integration Request,Remote,Remote apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,محاسبه @@ -3730,6 +3738,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,د DocType: Email Domain,domain name,ډومېن نوم DocType: Contact Email,Contact Email,تماس دبرېښنا ليک DocType: Kanban Board Column,Order,نظم +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,په نړیوال لټون کې د {0} لپاره هیڅ پایله ونه موندل شوه DocType: Report,Ref DocType,دسرچینی یادونه DocType apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,مهرباني وکړئ د ټولنیز ننوتنې فعالولو دمخه د مراجعینو پیژندنه وليکئ apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0}: جوړ نشي تعدیل پرته لغوه کړه @@ -3835,6 +3844,7 @@ DocType: Webhook,on_trash,په apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,د لاندې عقایدو لپاره ریکارډونه به فلټر شي apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,مهالویش غیر فعال DocType: Blog Settings,Blog Introduction,Blog پېژندنه +DocType: Global Search Settings,Search Priorities,لومړیتوبونه وپلټئ DocType: Address,Office,دفتر apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,دا Kanban بورډ به د خصوصي وي apps/frappe/frappe/desk/moduleview.py,Standard Reports,کره راپورونه diff --git a/frappe/translations/pt.csv b/frappe/translations/pt.csv index cb133fce3e..b5af90c7f2 100644 --- a/frappe/translations/pt.csv +++ b/frappe/translations/pt.csv @@ -113,7 +113,6 @@ DocType: Data Migration Run,Log,Registo DocType: Workflow State,indent-right,travessão-direito DocType: Has Role,Has Role,tem Papel DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,Tempo em segundos para manter a imagem do código QR no servidor. Min: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,Conta de e-mail inválida apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: o tipo de campo {1} para {2} não pode ser indexado DocType: Dashboard Chart,Timespan,Intervalo de tempo apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Link da Web @@ -130,7 +129,7 @@ DocType: DocType,Default Print Format,Formato de Impressão Padrão DocType: Workflow State,Tags,Tag apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of Workflow,Nenhum: Fim do Fluxo de Trabalho apps/frappe/frappe/database/mariadb/schema.py,"{0} field cannot be set as unique in {1}, as there are non-unique existing values","O campo {0} não pode ser definido como único em {1}, pois existem valores não exclusivos" -DocType: Global Search Settings,Document Types,Tipos de Documento +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,Tipos de Documento DocType: Address,Jammu and Kashmir,Jammu e Caxemira DocType: Workflow,Workflow State Field,Campo Status do Fluxo de Trabalho DocType: Language,Guest,Convidado @@ -292,6 +291,7 @@ DocType: Customize Form Field,"Print Width of the field, if the field is a colum DocType: Dropbox Settings,Dropbox Access Key,Tecla de Acesso à Dropbox apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,Nome de campo errado {0} na configuração add_fetch do script personalizado apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,Selecione Contatos do Google aos quais o contato deve ser sincronizado. +DocType: Web Page,Main Section (HTML),Seção Principal (HTML) DocType: Workflow State,headphones,auscultadores apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,Senha é necessária ou selecione Aguardando senha DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,ex: respostas@suaempresa.com. Todas as respostas virão a esta caixa de entrada. @@ -391,8 +391,6 @@ DocType: Webhook,Request URL,URL do pedido DocType: Customize Form,Is Table,É uma Tabela DocType: Email Account,Total number of emails to sync in initial sync process ,número total de e-mails para sincronizar no processo de sincronização inicial DocType: Website Settings,Set Banner from Image,Jogo da bandeira da Imagem -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Pesquisa Global -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Pesquisa Global DocType: Email Account,SparkPost,SparkPost apps/frappe/frappe/templates/emails/new_user.html,A new account has been created for you at {0},Foi criada uma nova conta foi criada para si em {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,Instruções Emailed @@ -532,7 +530,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} e {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,Comece uma conversa. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Sempre adicionar "Rascunho" Direcção para projectos de impressão de documentos apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},Erro na notificação: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} ano (s) atrás DocType: Data Migration Run,Current Mapping Start,Início do mapeamento atual apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,O email foi marcado como spam DocType: Comment,Website Manager,Site Gerente @@ -573,7 +570,7 @@ DocType: Country,Country Name,Nome do País apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,Modelo em branco DocType: About Us Team Member,About Us Team Member,Sobre Nós - Membros de Equipa 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.","As Permissões são estabelecidas nas Funções e Tipos de Documentos (chamados DocTypes), ao definir direitos como Ler, Escrever , Criar, Eliminar, Enviar , Cancelar, Alterar, Comunicar, Importar, Exportar, Imprimir , Enviar Email e Definir Permissões de Utilizador." -DocType: Event,Wednesday,Quarta-feira +DocType: Assignment Rule Day,Wednesday,Quarta-feira apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,O campo de imagem deve ter um nome de campo válido DocType: Chat Token,Token,Símbolo apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,O nome do campo {0} é restrito @@ -693,6 +690,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,Próxima Ações HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,Criar postagem apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,Adicione participantes +DocType: Web Page,Main Section (Markdown),Seção Principal (Remarcação) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,Só {0} emails de relatórios são permitidos por utilizador apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: o tipo de campo {1} para {2} não pode ser exclusivo DocType: Address,Address Title,Título do Endereço @@ -749,6 +747,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,O backup do DocType: DocField,In Global Search,Em Global Search DocType: System Settings,Brute Force Security,Segurança da força bruta DocType: Workflow State,indent-left,travessão-esquerdo +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} ano (s) atrás apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,"É arriscado eliminar este ficheiro: {0}. Por favor, contate o administrador do sistema." DocType: Currency,Currency Name,Nome da Moeda apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,não há e-mails @@ -871,7 +870,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,Repet DocType: Contact Phone,Number,Número DocType: Web Form Field,Web Form Field,Campo de formulário Web apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,Você tem uma nova mensagem de: -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)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,Editar HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,Digite o URL de redirecionamento apps/frappe/frappe/core/doctype/language/language.py,"{0} must begin and end with a letter and can only contain letters, @@ -932,7 +930,6 @@ apps/frappe/frappe/utils/data.py,Cent,Cêntimo apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,Escrever um email apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","Membros para o fluxo de trabalho (por exemplo, o projecto, aprovado , Cancelado ) ." DocType: Print Settings,Allow Print for Draft,Permitir Impressão para Rascunho -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.","Erro ao conectar ao aplicativo da bandeja QZ ...

Você precisa ter o aplicativo QZ Tray instalado e em execução, para usar o recurso Raw Print.

Clique aqui para baixar e instalar a bandeja QZ .
Clique aqui para saber mais sobre a impressão em bruto ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,Definir Quantidade apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,Submeter este documento para confirmar DocType: Contact,Unsubscribed,Inscrição cancelada @@ -1046,6 +1043,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,Não foi enco apps/frappe/frappe/config/customization.py,Add custom forms.,Adicione formulários personalizados. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} em {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,apresentou este documento +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Configuração> Permissões do Usuário 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.,O sistema proporciona várias funções pré - definidas . Você pode adicionar novas funções para definir as permissões mais finos. DocType: Communication,CC,CC DocType: Country,Geo,Geo @@ -1087,7 +1085,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,Gerencie aplicativos de t DocType: Website Settings,Route Redirects,Redirecionamentos de rota apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","Definições de Idioma, Data e Hora" DocType: User Email,User Email,E-mail do utilizador -DocType: Event,Saturday,Sábado +DocType: Assignment Rule Day,Saturday,Sábado DocType: User,Represents a User in the system.,Representa um Utilizador no sistema. DocType: List View Setting,Disable Auto Refresh,Desativar atualização automática DocType: Comment,Label,Rótulo @@ -1211,6 +1209,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,Condição inválida {0} DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","Se seleccionada, os utilizadores não verão a janela Confirmar Access." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} registro excluído +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","nome da tag ..., por exemplo, #tag" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,Atalhos do teclado DocType: Post,Comments,Comentários apps/frappe/frappe/public/js/frappe/dom.js,Confirm,Confirmar @@ -1265,6 +1264,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","Se o utilizador tiver alguma função selecionada, então o utilizador torna-se um ""Utilizador do Sistema"". Um ""Utilizador do Sistema"" tem acesso à área de trabalho" DocType: System Settings,Date and Number Format,Data e Formato de Número apps/frappe/frappe/model/document.py,one of,um dos +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Configuração> Personalizar formulário apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,Verificando um momento apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,Mostrar as tags DocType: DocField,HTML Editor,Editor de HTML @@ -1272,6 +1272,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,Faturação DocType: Email Queue,Not Sent,Não Enviado DocType: Web Form,Actions,Ações +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Configuração> Usuário DocType: Workflow State,align-justify,alinhar justificado DocType: User,Middle Name (Optional),Nome do Meio (Opcional) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,Não Permitido @@ -1300,13 +1301,14 @@ DocType: PayPal Settings,PayPal Settings,Configurações PayPal apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,Selecione Tipo de Documento apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,"Não é possível eliminar {0} , pois tem subgrupos" apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,há {0} minutos atrás +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,O dia da tarefa {0} foi repetido. DocType: Kanban Board Column,lightblue,azul claro apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,O mesmo campo foi inserido mais de uma vez DocType: Print Settings,Enable Raw Printing,Ativar impressão bruta +DocType: Contact,Contact Numbers,Números de contato DocType: Website Route Redirect,Source,Fonte apps/frappe/frappe/templates/includes/list/filters.html,clear,limpar apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,Acabado -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Configuração> Usuário DocType: Prepared Report,Filter Values,Valores de filtro DocType: Communication,User Tags,Etiquetas de utilizador DocType: Data Migration Run,Fail,Falhou @@ -1331,7 +1333,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,Ocultar Dados apps/frappe/frappe/www/qrcode.py,Page has expired!,Página expirou! DocType: LDAP Settings,Path to private Key File,Caminho para o arquivo de chaves privado DocType: Workflow State,Tasks,tarefas -DocType: Event,Tuesday,Terça-feira +DocType: Assignment Rule Day,Tuesday,Terça-feira DocType: Blog Settings,Blog Settings,Definições do Blog apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,Você também pode copiar e colar este link no seu navegador DocType: Workflow State,bullhorn,Bullhorn @@ -1558,7 +1560,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},Não permitido para { 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 não é um formato de relatório válido. formato do relatório deve \ um dos seguintes% s DocType: Chat Message,Chat,Conversar -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Configuração> Permissões do Usuário +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},Nenhum documento encontrado marcado com {0} DocType: LDAP Group Mapping,LDAP Group Mapping,Mapeamento do Grupo LDAP DocType: Dashboard Chart,Chart Options,Opções de gráfico apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,Coluna sem título @@ -1589,6 +1591,7 @@ DocType: Custom Role,Custom Role,Papel personalizado apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,Início/Pasta de Teste 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,Insira a sua senha DocType: Dropbox Settings,Dropbox Access Secret,Segredo de Acesso à Dropbox +DocType: Tag Link,Document Title,Título do documento apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(Obrigatório) DocType: Social Login Key,Social Login Provider,Provedor de acesso social apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,Adicionar Outro Comentário @@ -1834,7 +1837,6 @@ DocType: GCalendar Account,Next Sync Token,Próximo token de sincronização DocType: Energy Point Settings,Energy Point Settings,Configurações de ponto de energia DocType: Async Task,Succeeded,Sucedido apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},Os campos obrigatórios exigidos em {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","Erro ao conectar ao aplicativo da bandeja QZ ...

Você precisa ter o aplicativo QZ Tray instalado e em execução, para usar o recurso Raw Print.

Clique aqui para baixar e instalar a bandeja QZ .
Clique aqui para saber mais sobre a impressão em bruto ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,Definir número de cópias de segurança DocType: DocField,Do not allow user to change after set the first time,Não permitir que o utilizador altere após definir o primeiro período apps/frappe/frappe/utils/data.py,1 year ago,1 ano atrás @@ -3702,6 +3710,7 @@ DocType: Auto Email Report,Send only if there is any data,Envie somente se houve apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,Linha de totais apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: A permissão no nível 0 deve ser atribuída antes de atribuir níveis mais altos DocType: Contact,Sync with Google Contacts,Sincronizar com os contatos do Google +DocType: Tag Link,Document Tag,Etiqueta de Documento apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},Atribuição encerrada por {0} DocType: Integration Request,Remote,Controlo remoto apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,Calcular @@ -3792,6 +3801,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,Muda DocType: Email Domain,domain name,nome do domínio DocType: Contact Email,Contact Email,Email de Contacto DocType: Kanban Board Column,Order,Ordem +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,Nenhum resultado encontrado para {0} na Pesquisa Global DocType: Report,Ref DocType,DocType de Ref apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,Digite o ID do cliente antes que o login social seja ativado apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0}: Não é possível Alterar sem Cancelar @@ -3898,6 +3908,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,Registros para seguir doctypes serão filtrados apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,Agendador inativo DocType: Blog Settings,Blog Introduction,Introdução do Blog +DocType: Global Search Settings,Search Priorities,Prioridades de pesquisa DocType: Address,Office,Escritório apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,Este Conselho Kanban será privado apps/frappe/frappe/desk/moduleview.py,Standard Reports,Relatórios padrão diff --git a/frappe/translations/pt_br.csv b/frappe/translations/pt_br.csv index f68f364638..93fb38a351 100644 --- a/frappe/translations/pt_br.csv +++ b/frappe/translations/pt_br.csv @@ -579,7 +579,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/query_report.js,Setup Auto Ema DocType: User,Email Settings,Configurações de Email ,Background Jobs,Tarefas em Segundo Plano apps/frappe/frappe/public/js/frappe/form/controls/comment.js,Ctrl+Enter to add comment,Ctrl+Enter para adicionar comentário -DocType: Global Search Settings,Document Types,Tipos de documento +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,Tipos de documento apps/frappe/frappe/contacts/doctype/address/address.py,There is an error in your Address Template {0},Há um erro no seu modelo de endereço {0} apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Reset Permissions for {0}?,Repor permissões para {0} ? apps/frappe/frappe/utils/password_strength.py,This is similar to a commonly used password.,Isso é parecido com uma senha comum. diff --git a/frappe/translations/ro.csv b/frappe/translations/ro.csv index 17642b4271..de98429598 100644 --- a/frappe/translations/ro.csv +++ b/frappe/translations/ro.csv @@ -113,7 +113,6 @@ DocType: Data Migration Run,Log,Buturuga DocType: Workflow State,indent-right,liniuța-dreapta DocType: Has Role,Has Role,are rol DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,Timp în secunde pentru a păstra imaginea codului QR pe server. Min .: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,Contul de e-mail nevalid apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: Tipul de câmp {1} pentru {2} nu poate fi indexat DocType: Dashboard Chart,Timespan,Interval de timp apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Web Link @@ -130,7 +129,7 @@ DocType: DocType,Default Print Format,Implicit Print Format DocType: Workflow State,Tags,Etichete apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of Workflow,Nici una: Sfârșitul de flux de lucru apps/frappe/frappe/database/mariadb/schema.py,"{0} field cannot be set as unique in {1}, as there are non-unique existing values","{0} câmpul nu poate fi setat ca unic în {1}, deoarece sunt valori existente non-unice" -DocType: Global Search Settings,Document Types,Tipuri de Documente +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,Tipuri de Documente DocType: Address,Jammu and Kashmir,Jammu și Kashmir DocType: Workflow,Workflow State Field,Flux de lucru de stat Domeniul DocType: Language,Guest,Oaspete @@ -291,6 +290,7 @@ DocType: Customize Form Field,"Print Width of the field, if the field is a colum DocType: Dropbox Settings,Dropbox Access Key,Cheie de Acces Dropbox apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,Adresă greșită {0} în configurația add_fetch a scriptului personalizat apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,Selectați Contacte Google la care contact trebuie sincronizat. +DocType: Web Page,Main Section (HTML),Secțiunea principală (HTML) DocType: Workflow State,headphones,căști apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,Parola este necesară sau selectați Asteptand parolă DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,"de exemplu, replies@yourcomany.com. Toate răspunsurile vor veni la acest inbox." @@ -391,8 +391,6 @@ DocType: Webhook,Request URL,Solicitați URL-ul DocType: Customize Form,Is Table,este Tabelul DocType: Email Account,Total number of emails to sync in initial sync process ,Numărul total de email-uri pentru sincronizarea în procesul de sincronizare inițială DocType: Website Settings,Set Banner from Image,Setați Banner din imagine -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Căutare globală -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Căutare globală DocType: Email Account,SparkPost,SparkPost apps/frappe/frappe/templates/emails/new_user.html,A new account has been created for you at {0},Un cont nou a fost creat pentru tine la {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,Instrucțiuni trimise prin e-mail @@ -532,7 +530,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} și {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,Începeți o conversație. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents","Întotdeauna adăugați Rubrica ""Schiţă"" pentru schiţa de imprimare documente" apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},Eroare în notificare: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} an (i) în urmă DocType: Data Migration Run,Current Mapping Start,Înregistrarea curentă a cartografierii apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,E-mailul a fost marcat ca spam DocType: Comment,Website Manager,Site-ul Manager de @@ -574,7 +571,7 @@ DocType: Country,Country Name,Nume Tara apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,Șablon gol DocType: About Us Team Member,About Us Team Member,"Membru echipă ""Despre noi""" 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.","Permisiunile sunt setate pe Roluri și Tipuri de Documente (numite DocTypes) prin stabilirea drepturilor precum Citire, Scriere, Creare, Ștergere, Trimitere, Anulare, Modificare, Raport, Import, Export, Tipărire, E-mail și Setează Permisiuni Utilizator." -DocType: Event,Wednesday,Miercuri +DocType: Assignment Rule Day,Wednesday,Miercuri apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,câmp de imagine trebuie să fie un numele_campului valid DocType: Chat Token,Token,Jeton apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,Numele de câmp {0} este restricționat @@ -695,6 +692,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,Acțiunile următoare HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,Creați un mesaj apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,Adăugă Participanți +DocType: Web Page,Main Section (Markdown),Secțiunea principală (marcaj) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,Numai {0} rapoarte trimse prin e-mail sunt permise pentru fiecare utilizator apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: Tipul de câmp {1} pentru {2} nu poate fi unic DocType: Address,Address Title,Titlu adresă @@ -751,6 +749,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,Suportul de DocType: DocField,In Global Search,În căutare globală DocType: System Settings,Brute Force Security,Siguranța Forței de Securitate DocType: Workflow State,indent-left,liniuța-stânga +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} an (i) în urmă apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,Este riscant să ștergeți acest fișier: {0}. Vă rugăm să contactați Managerul de sistem. DocType: Currency,Currency Name,Denumire valută apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,Niciun e-mail @@ -875,7 +874,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,Reîn DocType: Contact Phone,Number,Număr DocType: Web Form Field,Web Form Field,Câmp formular Web apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,Aveți un nou mesaj de la: -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)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,Editați HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,Introduceți URL-ul de redirecționare apps/frappe/frappe/core/doctype/language/language.py,"{0} must begin and end with a letter and can only contain letters, @@ -935,7 +933,6 @@ apps/frappe/frappe/utils/data.py,Cent,Cent apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,Scrie un email apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","Statele de flux de lucru (de exemplu Schiţă, Aprobat, Anulat)." DocType: Print Settings,Allow Print for Draft,Se lasă pentru imprimare Proiect -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.","Eroare la conectarea la aplicația de tavă QZ ...

Trebuie să aveți aplicația QZ Tray instalată și funcționată, pentru a utiliza funcția Print Raw.

Faceți clic aici pentru a descărca și instala QZ Tray .
Faceți clic aici pentru a afla mai multe despre tipărirea brută ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,Set Cantitate apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,Să prezinte acest document pentru a confirma DocType: Contact,Unsubscribed,Nesubscrise @@ -1050,6 +1047,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,Nr {0} găsit apps/frappe/frappe/config/customization.py,Add custom forms.,Adăugaţi formulare personalizate. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} din {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,a prezentat acest document +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Configurare> Permisii utilizator 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.,Sistemul oferă multe roluri predefinite. Puteți adăuga noi roluri pentru a seta permisiuni fine. DocType: Communication,CC,CC DocType: Country,Geo,Geo @@ -1091,7 +1089,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,Gestionați aplicațiile DocType: Website Settings,Route Redirects,Redirecții de rute apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","Setările de limbă, de dată și oră" DocType: User Email,User Email,E-mailul utilizatorului -DocType: Event,Saturday,Sâmbătă +DocType: Assignment Rule Day,Saturday,Sâmbătă DocType: User,Represents a User in the system.,Reprezintă un Utilizator în sistem. DocType: List View Setting,Disable Auto Refresh,Dezactivați actualizarea automată DocType: Comment,Label,Etichetă @@ -1215,6 +1213,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,Condiția {0} este nevalidă DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","Dacă este bifată, utilizatorii nu vor vedea dialogul Confirmare acces." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} înregistrare ștersă +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","numele etichetei ..., de exemplu #tag" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,Comenzile rapide de la tastatură DocType: Post,Comments,Comentarii apps/frappe/frappe/public/js/frappe/dom.js,Confirm,Confirma @@ -1269,6 +1268,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","În cazul în care utilizatorul are nici un rol verificat, atunci utilizatorul devine un "sistem de utilizatori". "Utilizator System" are acces la spațiul de lucru" DocType: System Settings,Date and Number Format,Format Dată și Număr apps/frappe/frappe/model/document.py,one of,unul dintre +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Configurare> Formularizare personalizare apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,Verificarea un moment apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,Arată Etichete DocType: DocField,HTML Editor,Editor HTML @@ -1276,6 +1276,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,Facturare DocType: Email Queue,Not Sent,Nu a fost trimis DocType: Web Form,Actions,Acțiuni +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Configurare> Utilizator DocType: Workflow State,align-justify,aliniați-justify DocType: User,Middle Name (Optional),Al Doilea Nume (Opțional) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,Nu este permisă @@ -1304,13 +1305,14 @@ DocType: PayPal Settings,PayPal Settings,Setări PayPal apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,Selectare tip document apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,"Nu se poate șterge {0}, deoarece are noduri copil" apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,Acum {0} minute +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,Ziua de atribuire {0} a fost repetată. DocType: Kanban Board Column,lightblue,albastru deschis apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,Același câmp este introdus de mai multe ori DocType: Print Settings,Enable Raw Printing,Activați imprimarea brută +DocType: Contact,Contact Numbers,Numere de contact DocType: Website Route Redirect,Source,Sursă apps/frappe/frappe/templates/includes/list/filters.html,clear,clar apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,Terminat -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Configurare> Utilizator DocType: Prepared Report,Filter Values,Valoarea filtrului DocType: Communication,User Tags,Etichete Utilizator DocType: Data Migration Run,Fail,eșua @@ -1335,7 +1337,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,Ascunde detalii apps/frappe/frappe/www/qrcode.py,Page has expired!,Pagina a expirat! DocType: LDAP Settings,Path to private Key File,Calea către fișierul cheie privat DocType: Workflow State,Tasks,Sarcini -DocType: Event,Tuesday,Marți +DocType: Assignment Rule Day,Tuesday,Marți DocType: Blog Settings,Blog Settings,Setări blog apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,"De asemenea, puteți să copiați-paste această legătură în browser-ul dvs." DocType: Workflow State,bullhorn,portavoce @@ -1562,7 +1564,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},Nu este permis pentru 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 formatul raportului nu este valid. Formatul raportului poate fi unul \unele dintre urmatoarele %s DocType: Chat Message,Chat,Chat -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Configurare> Permisii utilizator +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},Nu au fost găsite documente etichetate cu {0} DocType: LDAP Group Mapping,LDAP Group Mapping,Cartografierea grupului LDAP DocType: Dashboard Chart,Chart Options,Opțiuni grafic apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,Coloana fără titlu @@ -1593,6 +1595,7 @@ DocType: Custom Role,Custom Role,Rolul personalizat apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,Prima / Folder Testul 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,Introduceți parola DocType: Dropbox Settings,Dropbox Access Secret,Secret pentru Acces Dropbox +DocType: Tag Link,Document Title,Titlul documentului apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(Obligatoriu) DocType: Social Login Key,Social Login Provider,Furnizor de conectare socială apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,Adaugă alt Comentariu @@ -1838,7 +1841,6 @@ DocType: GCalendar Account,Next Sync Token,Următorul cod de sincronizare DocType: Energy Point Settings,Energy Point Settings,Setări punct de energie DocType: Async Task,Succeeded,Reușit apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},Campuri obligatorii prevăzute în {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","Eroare la conectarea la aplicația de tavă QZ ...

Trebuie să aveți aplicația QZ Tray instalată și rulată, pentru a utiliza caracteristica Print Raw.

Faceți clic aici pentru a descărca și instala QZ Tray .
Faceți clic aici pentru a afla mai multe despre tipărirea brută ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,Număr set de Backupurile DocType: DocField,Do not allow user to change after set the first time,Nu permite utilizatorului să se schimbe după seta prima dată apps/frappe/frappe/utils/data.py,1 year ago,anul trecut @@ -3706,6 +3714,7 @@ DocType: Auto Email Report,Send only if there is any data,Trimite numai în cazu apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,Totals Row apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: Permisiunea la nivel 0 trebuie să fie configurată înainte de a configura niveluri mai ridicate DocType: Contact,Sync with Google Contacts,Sincronizați cu Contacte Google +DocType: Tag Link,Document Tag,Eticheta documentului apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},Alocare finalizată de {0} DocType: Integration Request,Remote,La Distanță apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,Calculaţi @@ -3796,6 +3805,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,Schi DocType: Email Domain,domain name,numele domeniului DocType: Contact Email,Contact Email,Email Persoana de Contact DocType: Kanban Board Column,Order,Ordin +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,Nu s-au găsit rezultate pentru {0} în Căutarea globală DocType: Report,Ref DocType,DocType Ref apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,Introduceți codul client înainte de activarea conectării sociale apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0}: nu se poate configura modificați fără anulați @@ -3902,6 +3912,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,Înregistrările pentru următoarele doctypes vor fi filtrate apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,Planificator inactiv DocType: Blog Settings,Blog Introduction,Introducere blog +DocType: Global Search Settings,Search Priorities,Priorități de căutare DocType: Address,Office,Birou apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,Acest consiliu Kanban va fi privat apps/frappe/frappe/desk/moduleview.py,Standard Reports,Rapoarte standard diff --git a/frappe/translations/ru.csv b/frappe/translations/ru.csv index 211de624d9..fd10ddcdfb 100644 --- a/frappe/translations/ru.csv +++ b/frappe/translations/ru.csv @@ -113,7 +113,6 @@ DocType: Data Migration Run,Log,Запись в журнале DocType: Workflow State,indent-right,отступ правом DocType: Has Role,Has Role,Имеет роль DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,"Время в секундах, чтобы сохранить изображение QR-кода на сервере. Мин.: 240" -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,Недопустимая учетная запись электронной почты apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: тип поля {1} для {2} не может быть проиндексирован DocType: Dashboard Chart,Timespan,Промежуток времени apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Ссылка @@ -130,7 +129,7 @@ DocType: DocType,Default Print Format,Печатная форма по умол DocType: Workflow State,Tags,теги apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of 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} не может быть установлено как уникальное в {1}, так как не являются уникальными существующие значения" -DocType: Global Search Settings,Document Types,Типы документов +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,Типы документов DocType: Address,Jammu and Kashmir,Джамму и Кашмир DocType: Workflow,Workflow State Field,Поле Статуса Процесса DocType: Language,Guest,Гость @@ -291,6 +290,7 @@ DocType: Customize Form Field,"Print Width of the field, if the field is a colum DocType: Dropbox Settings,Dropbox Access Key,Dropbox Ключ доступа apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,Неверное имя поля {0} в конфигурации add_fetch пользовательского скрипта apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,"Выберите Google Контакты, с которыми контакт должен быть синхронизирован." +DocType: Web Page,Main Section (HTML),Основной раздел (HTML) DocType: Workflow State,headphones,наушники apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,Пароль требуется или выбрать Впредь пароль DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,например replies@yourcomany.com. Все ответы будут приходить на этот почтовый ящик. @@ -391,8 +391,6 @@ DocType: Webhook,Request URL,URL запроса DocType: Customize Form,Is Table,Является ли таблица DocType: Email Account,Total number of emails to sync in initial sync process ,Общее количество писем для синхронизации в начальном процессе синхронизации DocType: Website Settings,Set Banner from Image,Установить баннер из изображения -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Глобальный поиск -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,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},Новая учетная запись была создана для вас в {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,Инструкции отправлены по электронной почте @@ -533,7 +531,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} и {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,Начните разговор. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Всегда добавляйте "Черновик" Заголовок для печати проектов документов apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},Ошибка в уведомлении: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} год (лет) назад DocType: Data Migration Run,Current Mapping Start,Текущий запуск картографирования apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,Электронная почта отмечена как спам DocType: Comment,Website Manager,Менеджер сайта @@ -575,7 +572,7 @@ DocType: Country,Country Name,Название страны apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,Пустой шаблон DocType: About Us Team Member,About Us Team Member,О члене комманды 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.","Разрешения устанавливаются в Ролях и Типах Документов (называемые DocTypes) путем наделения правами Чтение, Запись, Создание, Удаление, Проведение, Отмена, Изменение, Создание отчета, Импорт, Экпорт, Печать, Отправка email и Назначение прав пользователя." -DocType: Event,Wednesday,Среда +DocType: Assignment Rule Day,Wednesday,Среда apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,Поле Изображение должно быть допустимым имя_поля DocType: Chat Token,Token,знак apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,Имя поля {0} ограничено @@ -695,6 +692,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,Следующие действия HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,Создать пост apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,Добавить участников +DocType: Web Page,Main Section (Markdown),Основной раздел (Уценка) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,Только {0} отчетов по электронной почте разрешено пользователю apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: тип поля {1} для {2} не может быть уникальным DocType: Address,Address Title,Название адреса @@ -751,6 +749,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,Готов DocType: DocField,In Global Search,В глобальном поиске DocType: System Settings,Brute Force Security,Защита от Брутфорса DocType: Workflow State,indent-left,отступ левого +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} год (лет) назад apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,"Это рискованно, чтобы удалить этот файл: {0}. Пожалуйста, обратитесь к менеджеру системы." DocType: Currency,Currency Name,Название валюты apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,Нет сообщений электронной почты @@ -875,7 +874,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,Retry DocType: Contact Phone,Number,Число DocType: Web Form Field,Web Form Field,Web Form Field apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,У вас есть новое сообщение от: -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)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,Изменить HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,Введите URL-адрес переадресации apps/frappe/frappe/core/doctype/language/language.py,"{0} must begin and end with a letter and can only contain letters, @@ -936,7 +934,6 @@ apps/frappe/frappe/utils/data.py,Cent,Цент apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,Написать письмо apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","Статусы бизнес-процесса (например: черновик, утверждён, отменён)." DocType: Print Settings,Allow Print for Draft,Разрешить печать для проекта -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.","Ошибка подключения к приложению QZ Tray ...

Для использования функции Raw Print необходимо установить и запустить приложение QZ Tray.

Нажмите здесь, чтобы загрузить и установить QZ Tray .
Нажмите здесь, чтобы узнать больше о Raw Printing ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,Установите Количество apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,Провести этот документ для подтверждения DocType: Contact,Unsubscribed,Отписался @@ -1050,6 +1047,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,{0} не на apps/frappe/frappe/config/customization.py,Add custom forms.,Добавить пользовательские формы. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} в {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,представил этот документ +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Настройка> Полномочия пользователя 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.,"Система предоставляет множество заранее определенных ролей. Вы можете добавить новые роли, чтобы установить более тонкие разрешения." DocType: Communication,CC,CC DocType: Country,Geo,Гео @@ -1091,7 +1089,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,Управление пр DocType: Website Settings,Route Redirects,Маршрутные перенаправления apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","Настройки языка, даты и времени" DocType: User Email,User Email,Электронная почта пользователя -DocType: Event,Saturday,Суббота +DocType: Assignment Rule Day,Saturday,Суббота DocType: User,Represents a User in the system.,Представляет пользователя в системе. DocType: List View Setting,Disable Auto Refresh,Отключить автоматическое обновление DocType: Comment,Label,Имя поля @@ -1215,6 +1213,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,Недопустимое условие {0} DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","Если этот флажок установлен, пользователи не будут видеть диалоговое окно подтверждения доступа." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} запись удалена +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","имя тега ..., например #tag" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,Горячие клавиши DocType: Post,Comments,Комментарии apps/frappe/frappe/public/js/frappe/dom.js,Confirm,Подтвердить @@ -1269,6 +1268,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","Если пользователь имеет какую-либо роль, то он становится «Пользователем системы». Пользователем системы имеет доступ к рабочему столу" DocType: System Settings,Date and Number Format,Настройки времени и валюты apps/frappe/frappe/model/document.py,one of,Один из +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Настройка> Настройка формы apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,Проверка одного момента apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,Показать метки DocType: DocField,HTML Editor,Редактор HTML @@ -1276,6 +1276,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,Выставление счетов DocType: Email Queue,Not Sent,Не Отправлено DocType: Web Form,Actions,Действия +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Настройка> Пользователь DocType: Workflow State,align-justify,выровнять-оправдать DocType: User,Middle Name (Optional),Отчество (необязательно) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,Не Допустимая @@ -1304,13 +1305,14 @@ DocType: PayPal Settings,PayPal Settings,Настройки PayPal apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,Выбор типа документа apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,"Не удается удалить {0}, поскольку он имеет дочерние узлы" apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} минут назад +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,День назначения {0} был повторен. DocType: Kanban Board Column,lightblue,светло-синий apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,Одно и то же поле вводится не один раз DocType: Print Settings,Enable Raw Printing,Включить необработанную печать +DocType: Contact,Contact Numbers,Контактные номера DocType: Website Route Redirect,Source,Источник apps/frappe/frappe/templates/includes/list/filters.html,clear,ясно apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,Законченный -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Настройка> Пользователь DocType: Prepared Report,Filter Values,Значение фильтра DocType: Communication,User Tags,Метки пользователя DocType: Data Migration Run,Fail,Потерпеть неудачу @@ -1335,7 +1337,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,Скрыть д apps/frappe/frappe/www/qrcode.py,Page has expired!,Страница просрочена! DocType: LDAP Settings,Path to private Key File,Путь к файлу закрытого ключа DocType: Workflow State,Tasks,задачи -DocType: Event,Tuesday,Вторник +DocType: Assignment Rule Day,Tuesday,Вторник DocType: Blog Settings,Blog Settings,Настройки Блога apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,Ещё можно скопировать эту ссылку в браузер DocType: Workflow State,bullhorn,рупор @@ -1561,7 +1563,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},Не разрешен 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 не является допустимым форматом отчета. Формат отчета должен быть одним из следующих %s DocType: Chat Message,Chat,Чат -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Настройка> Полномочия пользователя +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},Документы с тегом {0} не найдены DocType: LDAP Group Mapping,LDAP Group Mapping,LDAP Group Mapping DocType: Dashboard Chart,Chart Options,Параметры диаграммы apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,Колонка без названия @@ -1592,6 +1594,7 @@ DocType: Custom Role,Custom Role,Пользовательские роли apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,Главная/Тестовая Папка 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,Введите ваш пароль DocType: Dropbox Settings,Dropbox Access Secret,Dropbox Секретный ключ +DocType: Tag Link,Document Title,Заголовок документа apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(Обязательное) DocType: Social Login Key,Social Login Provider,Социальный провайдер apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,Добавить еще один комментарий @@ -1837,7 +1840,6 @@ DocType: GCalendar Account,Next Sync Token,Следующий токен син DocType: Energy Point Settings,Energy Point Settings,Настройки энергетической точки DocType: Async Task,Succeeded,Преемник apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},"Обязательные поля, необходимые в {0}" -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","Ошибка подключения к приложению QZ Tray ...

Для использования функции Raw Print необходимо установить и запустить приложение QZ Tray.

Нажмите здесь, чтобы загрузить и установить QZ Tray .
Нажмите здесь, чтобы узнать больше о Raw Printing ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,Установить количество резервных копий DocType: DocField,Do not allow user to change after set the first time,Не позволяйте пользователю изменять после установить в первый раз apps/frappe/frappe/utils/data.py,1 year ago,1 год назад @@ -3706,6 +3714,7 @@ DocType: Auto Email Report,Send only if there is any data,"Отправить т apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,Итоговые строки apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: Резрешение уровня 0 должно быть задано до установки более высоких уровней DocType: Contact,Sync with Google Contacts,Синхронизировать с контактами Google +DocType: Tag Link,Document Tag,Тег документа apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},Назначение закрыт {0} DocType: Integration Request,Remote,Дистанционный пульт apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,Рассчитать @@ -3796,6 +3805,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,Из DocType: Email Domain,domain name,доменное имя DocType: Contact Email,Contact Email,Эл.почта для связи DocType: Kanban Board Column,Order,порядок +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,Не найдено результатов для {0} в глобальном поиске DocType: Report,Ref DocType,DocType ссылки apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,Введите идентификатор клиента перед включением социального входа apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0}: Не удается установить Изменить без Отменить @@ -3902,6 +3912,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,Записи для следующих доктринов будут отфильтрованы apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,Планировщик неактивен DocType: Blog Settings,Blog Introduction,Блог Введение +DocType: Global Search Settings,Search Priorities,Приоритеты поиска DocType: Address,Office,Офис apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,Эта канбан-доска будет личной apps/frappe/frappe/desk/moduleview.py,Standard Reports,Стандартные отчеты diff --git a/frappe/translations/si.csv b/frappe/translations/si.csv index adf9fab72c..58ceb80aec 100644 --- a/frappe/translations/si.csv +++ b/frappe/translations/si.csv @@ -112,7 +112,6 @@ DocType: Data Migration Run,Log,ලඝු DocType: Workflow State,indent-right,ඉන්ඩෙන්ට් දක්ෂිනාංශික DocType: Has Role,Has Role,කාර්යභාරය ඇත DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,සේවාදායකයේ QR කේත ප්රතිරූපය රඳවා තබා ගැනීම සඳහා තත්පර තුළ වේ. අවම වශයෙන් 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,වලංගු විද්යුත් තැපැල් ගිණුමක් DocType: Dashboard Chart,Timespan,ටයිපේpan apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,වෙබ් සබැදි DocType: Deleted Document,Restored,නැවත @@ -128,7 +127,7 @@ DocType: DocType,Default Print Format,පෙරනිමි මුද්රණ DocType: Workflow State,Tags,ඇමිණුම් apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of 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} ක්ෂේත්ර සුවිශේෂී නොවන පවතින වටිනාකම් පවතින ලෙස, {1} තුළ අද්විතීය ලෙස සැකසීම කළ නොහැකි" -DocType: Global Search Settings,Document Types,ලේඛන වර්ග +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,ලේඛන වර්ග DocType: Address,Jammu and Kashmir,ජම්මු හා කාශ්මීර් DocType: Workflow,Workflow State Field,කාර්ය ප්රවාහ රාජ්ය ක්ෂේත්ර DocType: Language,Guest,අමුත්තන්ගේ @@ -287,6 +286,7 @@ DocType: Customize Form Field,"Print Width of the field, if the field is a colum DocType: Dropbox Settings,Dropbox Access Key,නාමාවලි එකක් ප්රවේශ යතුර apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,වැරදි ක්ෂේත්ර නාමයේ {0} අභිමත ස්ක්රිප්ට් එකේ add_fetch මානකරනය apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,සම්බන්ධතා සමමුහුර්ත කළ යුතු Google සම්බන්ධතා තෝරන්න. +DocType: Web Page,Main Section (HTML),ප්‍රධාන අංශය (HTML) DocType: Workflow State,headphones,සියළු කරුණූ හෙළිදරවි apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,රහස් පදය රහස් පදය අපේක්ෂාවෙන් අවශ්ය හෝ තෝරා ඇත DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,උදා: replies@yourcomany.com. සියලු පිළිතුරු මෙම එන පෙට්ටිය වෙත පැමිණ ඇත. @@ -384,8 +384,6 @@ DocType: Webhook,Request URL,ඉල්ලීම් URL එකක් DocType: Customize Form,Is Table,වගුව වේ DocType: Email Account,Total number of emails to sync in initial sync process ,මූලික සමමුහුර්ත ක්රියාවලිය තුළ සමමුහුර්ත කිරීමට ඊ-තැපැල් සංඛ්යාව මුළු DocType: Website Settings,Set Banner from Image,රූප සිට බැනරය සකසන්න -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,ගෝලීය සොයන්න -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,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},{0} ඔබ සඳහා නව ගිණුම තනන ලදි apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,උපදෙස් ඊ-තැපැල් @@ -523,7 +521,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} සහ {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,සංවාදය ආරම්භ කරන්න. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",සෑම විටම මුද්රණය කෙටුම්පත ලේඛන සඳහා ගමන් "කෙටුම්පත්" එකතු apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},දැනුම්දීමේ දෝෂය: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} වසර (න්) පෙර DocType: Data Migration Run,Current Mapping Start,වර්තමාන සිතියම් ආරම්භ කිරීම apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,ඊ-තැපැල් ස්පෑම් ලෙස සලකුණු කර ඇත DocType: Comment,Website Manager,වෙබ් අඩවිය කළමනාකරු @@ -564,7 +561,7 @@ DocType: Country,Country Name,රටේ නම apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,හිස් අච්චුව DocType: About Us Team Member,About Us Team Member,අප ගැන කණ්ඩායම් සාමාජික 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.","අවසර, කියවන්න වැනි හිමිකම් සැකසීමෙන් භූමිකාවන් හා ලේඛන වර්ග (DocTypes හැඳින්වේ) මත සකසා ඇත ලියන්න, නිර්මාණය කිරීම, මකා දමන්න, යොමු, අවලංගු කරන්න, සංශෝධනය කරමි, වාර්තාව, ආනයන, අපනයන, මුද්රණය, විද්යුත් හා Set පරිශීලක අවසර." -DocType: Event,Wednesday,බදාදා +DocType: Assignment Rule Day,Wednesday,බදාදා apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,රූප ක්ෂේත්රයේ වලංගු fieldname විය යුතුය DocType: Chat Token,Token,සංකේත DocType: Property Setter,ID (name) of the entity whose property is to be set,හැඳුනුම්පත (නම) තම දේපල සකස් කළ යුතු වන්නේ ඒකකයෙහි @@ -683,6 +680,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,ඊළඟ පියවර HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,තැපැල් කරන්න apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,සහභාගිවන්න එකතු කරන්න +DocType: Web Page,Main Section (Markdown),ප්‍රධාන කොටස (ලකුණු කිරීම) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,{0} ඊ-තැපැල් වාර්තා පරිශීලකයෙකුට අවසර පමණක් DocType: Address,Address Title,ලිපිනය හිමිකම් DocType: Website Settings,Footer Items,පාදකය අයිතම @@ -738,6 +736,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,ගොන DocType: DocField,In Global Search,ගෝලීය සොයන්න දී DocType: System Settings,Brute Force Security,බලවත් හමුදා ආරක්ෂාව DocType: Workflow State,indent-left,ඉන්ඩෙන්ට් වාම +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} වසර (න්) පෙර apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,{0}: මෙම ගොනුව මකා දමන්න කිරීම අවදානම් හගත. ඔබේ පද්ධතිය කළමනාකරු හා සම්බන්ධ වන්න. DocType: Currency,Currency Name,ව්යවහාර මුදල් නම apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,කිසිදු විද්යුත් තැපැල් පණිවුඩ @@ -860,7 +859,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,න DocType: Contact Phone,Number,අංකය DocType: Web Form Field,Web Form Field,වෙබ් ආකෘති පත්රය ක්ෂේත්ර apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,ඔබට නව පණිවිඩයක් තිබේ: -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 අතර අගයන් සඳහා)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,සංස්කරණය කරන්න HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,කරුණාකර යළි-යොමුවීම් URL ඇතුලත් කරන්න apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Restore Original Permissions,මුල් අවසර පිළිනැගුම @@ -919,7 +917,6 @@ apps/frappe/frappe/utils/data.py,Cent,සියයට apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,රචනා විද්යුත් apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","කාර්ය ප්රවාහ සඳහා ජනපදයේ (උදා: කෙටුම්පත්, අනුමත, අහෝසි)." DocType: Print Settings,Allow Print for Draft,කෙටුම්පත් සඳහා මුද්රණය ඉඩ දෙන්න -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.","QZ තැටි යෙදුමට සම්බන්ධ වීමේ දෝෂයකි ...

අමු මුද්‍රණ විශේෂාංගය භාවිතා කිරීම සඳහා ඔබට QZ තැටි යෙදුම ස්ථාපනය කර ක්‍රියාත්මක කළ යුතුය.

QZ තැටි බාගත කර ස්ථාපනය කිරීමට මෙතැන ක්ලික් කරන්න .
අමු මුද්‍රණය පිළිබඳ වැඩිදුර දැන ගැනීමට මෙහි ක්ලික් කරන්න ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,සකසන්න ප්රමාණ apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,තහවුරු කර ගැනීමට මෙම ලේඛනය ඉදිරිපත් කළ DocType: Contact,Unsubscribed,කෙරෙනු @@ -1033,6 +1030,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,{0} සොය apps/frappe/frappe/config/customization.py,Add custom forms.,අභිරුචි ආකාර එකතු කරන්න. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} තුළ {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,මෙම ලියවිල්ල ඉදිරිපත් +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,සැකසුම> පරිශීලක අවසර 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.,මෙම පද්ධතිය බොහෝ පෙර අර්ථ චරිත සපයයි. ඔබට ඇත්තේ හොඳ අවසර ඇති කිරීමට නව කාර්යභාරයන් එක් කළ හැකිය. DocType: Communication,CC,CC DocType: Country,Geo,භූ @@ -1074,7 +1072,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,තුන්වන පා DocType: Website Settings,Route Redirects,මාර්ග යළි-යොමුවීම් apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","භාෂාව, දිනය හා වේලාව සැකසුම්" DocType: User Email,User Email,පරිශීලක විද්යුත් -DocType: Event,Saturday,සෙනසුරාදා +DocType: Assignment Rule Day,Saturday,සෙනසුරාදා DocType: User,Represents a User in the system.,පද්ධතිය තුළ පරිශීලක නියෝජනය කරයි. DocType: List View Setting,Disable Auto Refresh,ස්වයංක්‍රීය නැවුම්බව අක්‍රීය කරන්න DocType: Comment,Label,ලේබලය @@ -1193,6 +1191,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,වලංගු නොවන {0} තත්වය DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","පරීක්ෂා නම්, පරිශීලකයන් තහවුරු ප්රවේශ සංවාද දැකිය නොහැක." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} වාර්තාව මකා දමන ලදි +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","ටැග් නම ..., උදා # ටැගය" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,යතුරුපුවරු කෙටිමං DocType: Post,Comments,අදහස් apps/frappe/frappe/public/js/frappe/dom.js,Confirm,තහවුරු කරන්න @@ -1246,6 +1245,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","පරිශීලක පරීක්ෂා ඕනෑම කාර්යභාරයක් නම්, පරිශීලකයා "පද්ධති පරිශීලක" බවට පත් වෙයි. "පද්ධති පරිශීලක" ඩෙස්ක්ටොප් ප්රවේශය ඇත" DocType: System Settings,Date and Number Format,දිනය හා අංකය ආකෘතිය apps/frappe/frappe/model/document.py,one of,එක් +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,සැකසුම> පෝරමය අභිරුචිකරණය කරන්න apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,එක් මොහොතක පරීක්ෂා apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,ඇමිණුම් පෙන්වන්න DocType: DocField,HTML Editor,HTML සංස්කාරකය @@ -1253,6 +1253,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,බිල්පත් DocType: Email Queue,Not Sent,යවා නැත DocType: Web Form,Actions,ක්රියා +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,සැකසුම> පරිශීලකයා DocType: Workflow State,align-justify,සන්ධානගත-සාධාරණීකරණය DocType: User,Middle Name (Optional),මැද නම (විකල්ප) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,අවසර නැත @@ -1279,13 +1280,14 @@ DocType: PayPal Settings,PayPal Settings,පේපෑල් සැකසුම apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,ලේඛන වර්ගය තෝරන්න apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,{0} මකා දැමිය නොහැකි එය ළමා මංසල කර ඇති පරිදි apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,විනාඩි {0} කට පෙර +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,පැවරුම් දිනය {0} නැවත නැවතත් කර ඇත. DocType: Kanban Board Column,lightblue,lightblue apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,එකම ක්ෂේත්රයට එක් වරක් පමණක් ඇතුළත් කර ඇත DocType: Print Settings,Enable Raw Printing,අමු මුද්‍රණය සක්‍රීය කරන්න +DocType: Contact,Contact Numbers,සම්බන්ධතා අංක DocType: Website Route Redirect,Source,මූලාශ්රය apps/frappe/frappe/templates/includes/list/filters.html,clear,පැහැදිලිව apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,අවසන් -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,සැකසුම> පරිශීලකයා DocType: Prepared Report,Filter Values,පෙරහන් අගයන් DocType: Communication,User Tags,පරිශීලක ඇමිණුම් DocType: Data Migration Run,Fail,අසමත් විය @@ -1310,7 +1312,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,විස්ත apps/frappe/frappe/www/qrcode.py,Page has expired!,පිටුව කල්ඉකුත් වී ඇත! DocType: LDAP Settings,Path to private Key File,පුද්ගලික යතුරු ගොනුවට මාවත DocType: Workflow State,Tasks,කාර්යයන් -DocType: Event,Tuesday,අඟහරුවාදා +DocType: Assignment Rule Day,Tuesday,අඟහරුවාදා DocType: Blog Settings,Blog Settings,බ්ලොග් සැකසුම් apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,ඔබ ද පිටපත්-ඇලවිය හැකි ඔබගේ බ්රවුසරයෙහි පහත සබැඳිය DocType: Workflow State,bullhorn,bullhorn @@ -1531,7 +1533,6 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},{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 වලංගු වාර්තාවක් ආකෘතිය නොවේ. වාර්තාව ආකෘතිය පහත සඳහන්% s එක් \ යුතු DocType: Chat Message,Chat,චැට් -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,සැකසුම> පරිශීලක අවසර DocType: LDAP Group Mapping,LDAP Group Mapping,LDAP කණ්ඩායම් සිතියම්කරණය DocType: Dashboard Chart,Chart Options,ප්‍රස්ථාර විකල්ප apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,නම් නොකළ තීරුව @@ -1562,6 +1563,7 @@ DocType: Custom Role,Custom Role,අභිරුචි කාර්යභාර apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,මුල් පිටුව / ටෙස්ට් ෆෝල්ඩරය 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,ඔබගේ මුර පදය ඇතුලත් කරන්න DocType: Dropbox Settings,Dropbox Access Secret,නාමාවලි එකක් ප්රවේශ රහස් +DocType: Tag Link,Document Title,ලේඛන මාතෘකාව apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(අනිවාර්ය) DocType: Social Login Key,Social Login Provider,සමාජ ආරක්ෂණ සැපයුම්කරු apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,එකතු කරන්න තවත් පරිකථනය @@ -1797,7 +1799,6 @@ DocType: GCalendar Account,Next Sync Token,ඊළඟ සින්ක් ටෙ DocType: Energy Point Settings,Energy Point Settings,ශක්ති ලක්ෂ්‍ය සැකසුම් DocType: Async Task,Succeeded,අනුප්රාප්තිකයා apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},{0} අවශ්ය අනිවාර්ය ක්ෂේත්ර -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","QZ තැටි යෙදුමට සම්බන්ධ වීමේ දෝෂයකි ...

අමු මුද්‍රණ විශේෂාංගය භාවිතා කිරීම සඳහා ඔබට QZ තැටි යෙදුම ස්ථාපනය කර ක්‍රියාත්මක කළ යුතුය.

QZ තැටි බාගත කර ස්ථාපනය කිරීමට මෙතැන ක්ලික් කරන්න .
අමු මුද්‍රණය පිළිබඳ වැඩිදුර දැන ගැනීමට මෙහි ක්ලික් කරන්න ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,අමතර පිටපත් පිහිටුවන අංකය DocType: DocField,Do not allow user to change after set the first time,පරිශීලක පසුව පළමු වරට සකස් වෙනස් කිරීමට ඉඩ දෙන්න එපා apps/frappe/frappe/utils/data.py,1 year ago,1 වසරකට පෙර @@ -3610,6 +3618,7 @@ DocType: Auto Email Report,Send only if there is any data,ඕනෑම දත් apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,එකතුව apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: ඉහල මට්ටමක තබා පෙර මට්ටමේ 0 විට අවසරය සකස් කළ යුතුය DocType: Contact,Sync with Google Contacts,ගූගල් සම්බන්ධතා සමඟ සමමුහුර්ත කරන්න +DocType: Tag Link,Document Tag,ලේඛන ටැගය apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},පැවරුම {0} විසින් වසා DocType: Integration Request,Remote,දුරස්ථ apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,ගණනය @@ -3800,6 +3809,7 @@ DocType: Webhook,on_trash,මත ක්ලික් කරන්න apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,පහත දැක්වෙන කරුණු සඳහා ලේඛන පිරික්සා ඇත apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,උපලේඛන අක්‍රීයයි DocType: Blog Settings,Blog Introduction,බ්ලොග් හැඳින්වීම +DocType: Global Search Settings,Search Priorities,ප්‍රමුඛතා සොයන්න DocType: Address,Office,කාර්යාල apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,මෙම Kanban මණ්ඩලය පුද්ගලික වේ apps/frappe/frappe/desk/moduleview.py,Standard Reports,සම්මත වාර්තා diff --git a/frappe/translations/sk.csv b/frappe/translations/sk.csv index 4c72b070aa..8ad31ac648 100644 --- a/frappe/translations/sk.csv +++ b/frappe/translations/sk.csv @@ -113,7 +113,6 @@ DocType: Data Migration Run,Log,log DocType: Workflow State,indent-right,indent-right DocType: Has Role,Has Role,má role DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,Čas v sekundách na zachovanie obrazu kódu QR na serveri. Min: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,Neplatný e-mailový účet apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: Typ poľa {1} pre {2} nie je možné indexovať DocType: Dashboard Chart,Timespan,Časové rozpätie apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Web odkaz @@ -130,7 +129,7 @@ DocType: DocType,Default Print Format,Predvolený formát tlače DocType: Workflow State,Tags,tagy apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of Workflow,Nič: Koniec toku apps/frappe/frappe/database/mariadb/schema.py,"{0} field cannot be set as unique in {1}, as there are non-unique existing values","Pole {0} nemôže byť nastavené ako jedinečné v {1}, pretože obsahuje nejedinečné hodnoty" -DocType: Global Search Settings,Document Types,Typy dokumentů +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,Typy dokumentů DocType: Address,Jammu and Kashmir,Džammú a Kašmír DocType: Workflow,Workflow State Field,Pole stavu toku (workflow) DocType: Language,Guest,Host @@ -291,6 +290,7 @@ DocType: Customize Form Field,"Print Width of the field, if the field is a colum DocType: Dropbox Settings,Dropbox Access Key,Dropbox Access Key apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,Nesprávne názov poľa {0} v add_fetch konfigurácii vlastného skriptu apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,"Vyberte Kontakty Google, s ktorými sa má synchronizovať kontakt." +DocType: Web Page,Main Section (HTML),Hlavná sekcia (HTML) DocType: Workflow State,headphones,sluchátka apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,Je potrebné heslo alebo vyberte Čaká heslo DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,napríklad odpovede@vasafirma.com. Všetky odpovede prídu do tejto schránky. @@ -391,8 +391,6 @@ DocType: Webhook,Request URL,Požiadajte URL DocType: Customize Form,Is Table,je Tabuľka DocType: Email Account,Total number of emails to sync in initial sync process ,Celkový počet e-mailov pre synchronizáciu v počiatočnom synchronizačného procesu DocType: Website Settings,Set Banner from Image,Nastaviť banner z obrázku -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Globálne vyhľadávanie -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Globálne vyhľadávanie DocType: Email Account,SparkPost,SparkPost apps/frappe/frappe/templates/emails/new_user.html,A new account has been created for you at {0},Nový účet bol vytvorený pre vás v {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,Pokyny odoslané e-mailom @@ -533,7 +531,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} a {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,Začnite konverzáciu. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Vždy pridať "Koncept" Okruh pre tlač konceptov dokumentov apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},Chyba v upozornení: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> Pred {0} rokmi DocType: Data Migration Run,Current Mapping Start,Aktualizácia aktuálneho mapovania apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,E-mail bol označený ako spam DocType: Comment,Website Manager,Správce webu @@ -575,7 +572,7 @@ DocType: Country,Country Name,Názov krajiny apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,Prázdna šablóna DocType: About Us Team Member,About Us Team Member,O nás – člen týmu 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.","Oprávnění se nastavují na rolích a typech dokumentů (nazýváme je DocTypes) nastavením práv jako číst, Zapsat, Vytvořit, Smazat, Vložit, Zrušit, Změnit, Výpis, Import, Export, Tisk, Email a Nastavení uživatelských oprávnění." -DocType: Event,Wednesday,Středa +DocType: Assignment Rule Day,Wednesday,Středa apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,Pole Obrázok musí byť platný fieldname DocType: Chat Token,Token,žetón apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,Názov poľa {0} je obmedzený @@ -696,6 +693,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,Ďalšie akcie HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,Vytvoriť príspevok apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,Pridať účastníkov +DocType: Web Page,Main Section (Markdown),Hlavná sekcia (Markdown) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,Iba {0} e-mailom správy sú povolené pre jednotlivých užívateľov apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: Typ poľa {1} pre {2} nemôže byť jedinečný DocType: Address,Address Title,Označenie adresy @@ -752,6 +750,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,Zálohovani DocType: DocField,In Global Search,V globálnom vyhľadávaní DocType: System Settings,Brute Force Security,Brute Force Security DocType: Workflow State,indent-left,indent-left +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> Pred {0} rokmi apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,"Je to riskantné zmazať tento súbor: {0}. Prosím, obráťte sa na správcu systému." DocType: Currency,Currency Name,Názov meny apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,žiadne e-maily @@ -876,7 +875,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,Skús DocType: Contact Phone,Number,číslo DocType: Web Form Field,Web Form Field,Pole webového formuláře apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,Máte novú správu od: -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)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,Upravit HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,Zadajte adresu URL presmerovania apps/frappe/frappe/core/doctype/language/language.py,"{0} must begin and end with a letter and can only contain letters, @@ -937,7 +935,6 @@ apps/frappe/frappe/utils/data.py,Cent,Cent apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,Vytvoriť e-mail apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","Stavy toků jako např.: Rozpracováno, Schváleno, Zrušeno." DocType: Print Settings,Allow Print for Draft,Umožňujú tlač pre Draft -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.","Chyba pri pripájaní k aplikácii QZ Tray ...

Aby ste mohli používať funkciu Raw Print, musíte mať nainštalovanú a spustenú aplikáciu QZ Tray.

Kliknutím sem prevezmete a nainštalujete zásobník QZ .
Kliknutím sem sa dozviete viac o surovej tlači ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,Nastaviť Množstvo apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,Predloží dokument potvrdiť DocType: Contact,Unsubscribed,Odhlášen z odběru @@ -1052,6 +1049,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,{0}: nenájde apps/frappe/frappe/config/customization.py,Add custom forms.,Pridať vlastné formuláre. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} na {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,predložený tento dokument +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Nastavenie> Používateľské oprávnenia 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.,Systém poskytuje mnoho preddefinovaných rolí. Môžete pridať vlastné nové role pre detailnejšie nastavenie oprávnení. DocType: Communication,CC,CC DocType: Country,Geo,Geo @@ -1093,7 +1091,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,Spravujte aplikácie tret DocType: Website Settings,Route Redirects,Presmerovanie trasy apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","Nastavenie jazyka, dátumu a času" DocType: User Email,User Email,užívateľ E-mail -DocType: Event,Saturday,Sobota +DocType: Assignment Rule Day,Saturday,Sobota DocType: User,Represents a User in the system.,Představuje uživatele v systému DocType: List View Setting,Disable Auto Refresh,Zakázať automatické obnovenie DocType: Comment,Label,Popis @@ -1217,6 +1215,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,Neplatná podmienka {0} DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","Ak je zaškrtnuté, užívatelia nebudú vidieť dialógové okno Potvrdiť prístup." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} záznam bol odstránený +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","názov značky ..., napr. #tag" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,Klávesové skratky DocType: Post,Comments,Komentáre apps/frappe/frappe/public/js/frappe/dom.js,Confirm,Potvrdiť @@ -1271,6 +1270,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","V prípade, že používateľ nemá žiadnu úlohu skontrolovať, užívateľ sa stáva "System User". "System User" má prístup k ploche" DocType: System Settings,Date and Number Format,Formát čísel a dátumu apps/frappe/frappe/model/document.py,one of,jeden z +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Nastavenie> Prispôsobiť formulár apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,Kontrola jeden okamih apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,Zobrazit štítky DocType: DocField,HTML Editor,Editor HTML @@ -1278,6 +1278,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,Fakturácia DocType: Email Queue,Not Sent,Neodoslané DocType: Web Form,Actions,Akcie +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Nastavenie> Používateľ DocType: Workflow State,align-justify,zarovnat-vyplnit DocType: User,Middle Name (Optional),Druhé meno (voliteľné) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,Nepovolené @@ -1306,13 +1307,14 @@ DocType: PayPal Settings,PayPal Settings,nastavenie PayPal apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,Zvoľte typ dokumentu apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,"{0} sa nedá zmazať, pretože má podriadené uzly" apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,Pred {0} minúty +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,Deň priradenia {0} sa opakoval. DocType: Kanban Board Column,lightblue,svetlo modrá apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,Rovnaké pole sa zadáva viac ako raz DocType: Print Settings,Enable Raw Printing,Povoliť surovú tlač +DocType: Contact,Contact Numbers,Kontaktné čísla DocType: Website Route Redirect,Source,Zdroj apps/frappe/frappe/templates/includes/list/filters.html,clear,jasný apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,dokončené -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Nastavenie> Používateľ DocType: Prepared Report,Filter Values,Hodnoty filtra DocType: Communication,User Tags,Uživatelské štítky DocType: Data Migration Run,Fail,zlyhať @@ -1337,7 +1339,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,Skrýt podrobnos apps/frappe/frappe/www/qrcode.py,Page has expired!,Platnosť stránky vypršala! DocType: LDAP Settings,Path to private Key File,Cesta k súboru súkromného kľúča DocType: Workflow State,Tasks,úkoly -DocType: Event,Tuesday,Úterý +DocType: Assignment Rule Day,Tuesday,Úterý DocType: Blog Settings,Blog Settings,Nastavenie blogu apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,Můžete také kopírovat - vložit tento odkaz do Vašeho prohlížeče DocType: Workflow State,bullhorn,megafon @@ -1563,7 +1565,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},Nie je povolené pre 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 nie je platný formát správy. Správa formát by mal \ jedným z nasledujúcich spôsobov% s DocType: Chat Message,Chat,Čet -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Nastavenie> Používateľské oprávnenia +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},Nenašli sa žiadne dokumenty označené štítkom {0} DocType: LDAP Group Mapping,LDAP Group Mapping,Mapovanie skupín LDAP DocType: Dashboard Chart,Chart Options,Možnosti grafu apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,Stĺpec bez názvu @@ -1594,6 +1596,7 @@ DocType: Custom Role,Custom Role,Custom Role apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,Home / Test Folder 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,Zadajte heslo DocType: Dropbox Settings,Dropbox Access Secret,Dropbox Access Secret +DocType: Tag Link,Document Title,Názov dokumentu apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(Povinné) DocType: Social Login Key,Social Login Provider,Poskytovateľ sociálneho prihlásenia apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,Pridať ďalší komentár @@ -1839,7 +1842,6 @@ DocType: GCalendar Account,Next Sync Token,Ďalší symbol synchronizácie DocType: Energy Point Settings,Energy Point Settings,Nastavenia bodu energie DocType: Async Task,Succeeded,Uspel apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},Povinné pole vyžadované pre {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","Chyba pri pripájaní k aplikácii QZ Tray ...

Aby ste mohli používať funkciu Raw Print, musíte mať nainštalovanú a spustenú aplikáciu QZ Tray.

Kliknutím sem prevezmete a nainštalujete zásobník QZ .
Kliknutím sem sa dozviete viac o surovej tlači ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,Nastaviť počet záloh DocType: DocField,Do not allow user to change after set the first time,Nepovolit uživateli změnu po prvním nastavení apps/frappe/frappe/utils/data.py,1 year ago,1 rokom @@ -3706,6 +3714,7 @@ DocType: Auto Email Report,Send only if there is any data,"Zaslať iba vtedy, ak apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,Súčet riadkov apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: Oprávnenie na úrovni 0 musí být nastavené pred nastavením vyšších úrovní DocType: Contact,Sync with Google Contacts,Synchronizácia s kontaktmi Google +DocType: Tag Link,Document Tag,Značka dokumentu apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},Úkol uzavřen {0} DocType: Integration Request,Remote,diaľkový apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,Vypočítať @@ -3796,6 +3805,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,Zmen DocType: Email Domain,domain name,doménové meno DocType: Contact Email,Contact Email,Kontaktný e-mail DocType: Kanban Board Column,Order,objednať +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,V globálnom vyhľadávaní sa nenašli žiadne výsledky pre {0} DocType: Report,Ref DocType,Referenčný DokTyp apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,"Zadajte identifikátor klienta skôr, ako bude povolené prihlásenie do systému" apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0}: Nie je možné dopĺňať bez zrušenia @@ -3902,6 +3912,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,Záznamy pre nasledujúce doctypes budú filtrované apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,Plánovač neaktívny DocType: Blog Settings,Blog Introduction,Představení blogu +DocType: Global Search Settings,Search Priorities,Priority vyhľadávania DocType: Address,Office,Kancelář apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,To Kanban Board budú súkromné apps/frappe/frappe/desk/moduleview.py,Standard Reports,Štandardné Reporty diff --git a/frappe/translations/sl.csv b/frappe/translations/sl.csv index 62efa3cf59..8b8548055a 100644 --- a/frappe/translations/sl.csv +++ b/frappe/translations/sl.csv @@ -113,7 +113,6 @@ DocType: Data Migration Run,Log,dnevnik DocType: Workflow State,indent-right,alinea-desno DocType: Has Role,Has Role,Ima vlogo DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,"Čas v sekundah, da obdržite QR kodo na strežniku. Min: 240" -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,Neveljaven e-poštni račun apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: Vrsta polja {1} za {2} ni mogoče indeksirati DocType: Dashboard Chart,Timespan,Časovni razpon apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Spletna povezava @@ -130,7 +129,7 @@ DocType: DocType,Default Print Format,Privzeto Print Format DocType: Workflow State,Tags,Oznake apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of Workflow,Brez: Konec 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} polje ne more biti edinstveno v {1}, ker obstajajo podvojene vrednosti" -DocType: Global Search Settings,Document Types,Vrste dokumentov +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,Vrste dokumentov DocType: Address,Jammu and Kashmir,Džamu in Kašmir DocType: Workflow,Workflow State Field,Workflow država Field DocType: Language,Guest,Gost @@ -291,6 +290,7 @@ DocType: Customize Form Field,"Print Width of the field, if the field is a colum DocType: Dropbox Settings,Dropbox Access Key,Dropbox Dostop Key apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,Napačna polja {0} v add_fetch konfiguraciji skripta po meri apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,"Izberite Googlove stike, s katerimi naj bo stik sinhroniziran." +DocType: Web Page,Main Section (HTML),Glavni razdelek (HTML) DocType: Workflow State,headphones,slušalke apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,Geslo je potrebno ali izberite Čakanje geslo DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,npr replies@yourcomany.com. Vsi odgovori bodo prišli do tega Prejeto. @@ -391,8 +391,6 @@ DocType: Webhook,Request URL,Zahtevani URL DocType: Customize Form,Is Table,je tabela DocType: Email Account,Total number of emails to sync in initial sync process ,Skupno število e-poštnih sporočil za sinhronizacijo v začetnem procesu sinhronizacije DocType: Website Settings,Set Banner from Image,Nastavite Banner od slike -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Globalno iskanje -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Globalno iskanje DocType: Email Account,SparkPost,SparkPost apps/frappe/frappe/templates/emails/new_user.html,A new account has been created for you at {0},Nov račun je bil ustvarjen za vas na {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,navodila po e-pošti @@ -532,7 +530,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} in {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,Začnite pogovor. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents","Vedno dodati "osnutek", razdelek za tiskanje osnutkov dokumentov" apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},Napaka v obvestilu: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} leto nazaj DocType: Data Migration Run,Current Mapping Start,Začni načrtovanje zemljevidov apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,E-pošta je bila označena kot spam DocType: Comment,Website Manager,Spletna stran Manager @@ -574,7 +571,7 @@ DocType: Country,Country Name,Ime Države apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,Prazna predloga DocType: About Us Team Member,About Us Team Member,O podjetju Team Član 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.","Dovoljenja so določene na Vloge in vrst dokumentov (imenovani DocTypes) z določitvijo pravic, kot so branje, pisanje, ustvarjanje, brisanje, Submit Cancel, se spremeni, poročilo, uvoz, izvoz, Print, Email in Set dovoljenja uporabnika." -DocType: Event,Wednesday,Sreda +DocType: Assignment Rule Day,Wednesday,Sreda apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,Polje Slika mora biti veljavno polje DocType: Chat Token,Token,token apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,Ime polja {0} je omejeno @@ -694,6 +691,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,Naslednja dejanja HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,Ustvari objave apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,Dodaj udeležence +DocType: Web Page,Main Section (Markdown),Glavni odsek (Markdown) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,Le {0} poslano poročila so dovoljene na uporabnika apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: Vrsta polja {1} za {2} ne more biti edinstvena DocType: Address,Address Title,Naslov Naslov @@ -750,6 +748,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,Varnostno k DocType: DocField,In Global Search,Globalno iskanje DocType: System Settings,Brute Force Security,Brute Force Security DocType: Workflow State,indent-left,alinea-levo +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} leto nazaj apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,To je tvegano izbrisati to datoteko: {0}. Obrnite se na upravitelja sistema. DocType: Currency,Currency Name,Valuta Ime apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,ni e-poštna sporočila @@ -874,7 +873,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,Ponov DocType: Contact Phone,Number,Številka DocType: Web Form Field,Web Form Field,Web Form Field apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,Novo sporočilo ste prejeli od: -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)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,Edit HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,Vnesite URL za preusmeritev apps/frappe/frappe/core/doctype/language/language.py,"{0} must begin and end with a letter and can only contain letters, @@ -934,7 +932,6 @@ apps/frappe/frappe/utils/data.py,Cent,Cent apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,Sestavi e- apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","Države za potek dela (npr Osnutek, Odobren, Preklicano)." DocType: Print Settings,Allow Print for Draft,Dovoli Print za osnutek -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.","Napaka pri povezovanju z aplikacijo QZ Tray ...

Za uporabo funkcije Raw Print morate imeti nameščeno in zagnano aplikacijo QZ Tray.

Kliknite tukaj, če želite prenesti in namestiti QZ Tray .
Kliknite tukaj, če želite izvedeti več o surovem tisku ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,Nastavite Količina apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,Predloži ta dokument za potrditev DocType: Contact,Unsubscribed,Odjavljeni @@ -1049,6 +1046,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,"Ni {0} za pr apps/frappe/frappe/config/customization.py,Add custom forms.,Dodaj oblike po meri. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} v {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,predložen ta dokument +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Nastavitev> Uporabniška dovoljenja 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.,Sistem ponuja veliko vnaprej določeno vlogo. Dodate lahko nove vloge za nastavitev plemenitejše dovoljenja. DocType: Communication,CC,CC DocType: Country,Geo,Geo @@ -1089,7 +1087,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,Upravljanje aplikacij tre DocType: Website Settings,Route Redirects,Preusmeritve poti apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","Jezik, datum in čas nastavitve" DocType: User Email,User Email,uporabnik Email -DocType: Event,Saturday,Sobota +DocType: Assignment Rule Day,Saturday,Sobota DocType: User,Represents a User in the system.,Predstavlja uporabnik v sistemu. DocType: List View Setting,Disable Auto Refresh,Onemogoči samodejno osvežitev DocType: Comment,Label,Label @@ -1212,6 +1210,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,Neveljavno stanje {0} DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","Če je omogočeno, uporabniki ne bodo videli pogovorno okno za potrditev dostopa." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} zapis izbrisan +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","ime oznake ..., npr. #tag" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,Bližnjice na tipkovnici DocType: Post,Comments,Komentarji apps/frappe/frappe/public/js/frappe/dom.js,Confirm,Potrdi @@ -1266,6 +1265,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","Če ima uporabnik nobene vloge preveri, nato pa uporabnik postane "System User". "System User" ima dostop do namizja" DocType: System Settings,Date and Number Format,Datum in številka Format apps/frappe/frappe/model/document.py,one of,eden od +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Nastavitev> Prilagodite obrazec apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,Preverjanje en trenutek apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,Prikaži oznake DocType: DocField,HTML Editor,HTML Editor @@ -1273,6 +1273,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,Zaračunavanje DocType: Email Queue,Not Sent,Ni Poslano DocType: Web Form,Actions,Dejanja +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Nastavitev> Uporabnik DocType: Workflow State,align-justify,"poravnati, upravičujejo" DocType: User,Middle Name (Optional),Middle Name (po želji) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,Ni dovoljeno @@ -1301,13 +1302,14 @@ DocType: PayPal Settings,PayPal Settings,Nastavitve PayPal apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,Izberite tipe dokumentov apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,"Ne morem izbrisati {0}, saj ima otrok vozlišč" apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} minut nazaj +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,Ponovljeni dan dodelitve {0}. DocType: Kanban Board Column,lightblue,svetlo modra apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,Enako polje se vnese večkrat DocType: Print Settings,Enable Raw Printing,Omogoči surovo tiskanje +DocType: Contact,Contact Numbers,Kontaktne številke DocType: Website Route Redirect,Source,Vir apps/frappe/frappe/templates/includes/list/filters.html,clear,Jasno apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,Končana -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Nastavitev> Uporabnik DocType: Prepared Report,Filter Values,Vrednosti filtrov DocType: Communication,User Tags,Uporabniške Tags DocType: Data Migration Run,Fail,Ne uspe @@ -1332,7 +1334,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,Skrij podrobnost apps/frappe/frappe/www/qrcode.py,Page has expired!,Stran je potekla! DocType: LDAP Settings,Path to private Key File,Pot do zasebne datoteke s ključi DocType: Workflow State,Tasks,Naloge -DocType: Event,Tuesday,Torek +DocType: Assignment Rule Day,Tuesday,Torek DocType: Blog Settings,Blog Settings,Blog Nastavitve apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,"Lahko tudi kopirate, prilepite to povezavo v vašem brskalniku" DocType: Workflow State,bullhorn,bullhorn @@ -1559,7 +1561,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},Ni dovoljeno za {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 ni veljaven format izpisa. Format izpisa mora \ eno od naslednjih %s DocType: Chat Message,Chat,Klepet -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Nastavitev> Uporabniška dovoljenja +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},"Ni dokumentov, označenih z {0}" DocType: LDAP Group Mapping,LDAP Group Mapping,Kartiranje skupine LDAP DocType: Dashboard Chart,Chart Options,Možnosti grafikona apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,Brez naslova @@ -1590,6 +1592,7 @@ DocType: Custom Role,Custom Role,Vloga meri apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,Domov/Testna mapa 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,Vnesite geslo DocType: Dropbox Settings,Dropbox Access Secret,Dropbox Dostop Secret +DocType: Tag Link,Document Title,Naslov dokumenta apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(Obvezno) DocType: Social Login Key,Social Login Provider,Ponudnik socialnih prijav apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,Dodaj še en komentar @@ -1835,7 +1838,6 @@ DocType: GCalendar Account,Next Sync Token,Next Sync Token DocType: Energy Point Settings,Energy Point Settings,Nastavitve energijske točke DocType: Async Task,Succeeded,Naslednik apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},"Obvezna polja, ki se zahtevajo v {0}" -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","Napaka pri povezovanju z aplikacijo QZ Tray ...

Za uporabo funkcije Raw Print morate imeti nameščeno in zagnano aplikacijo QZ Tray.

Kliknite tukaj, če želite prenesti in namestiti QZ Tray .
Kliknite tukaj, če želite izvedeti več o surovem tisku ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,Set Število varnostne kopije DocType: DocField,Do not allow user to change after set the first time,"Ne dovolite, da uporabnik spremeni, da po tem, ko nastavite prvič" apps/frappe/frappe/utils/data.py,1 year ago,pred 1 letom @@ -3690,6 +3698,7 @@ DocType: Auto Email Report,Send only if there is any data,"Pošlji le, če obsta apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,Totals Row apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,"{0}: Dovoljenje na ravni 0 je treba določiti, preden se določi višje ravni" DocType: Contact,Sync with Google Contacts,Sinhronizacija z Googlovimi stiki +DocType: Tag Link,Document Tag,Oznaka dokumenta apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},Razporeditev zaprt z {0} DocType: Integration Request,Remote,daljinsko apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,Izračunamo @@ -3780,6 +3789,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,Spre DocType: Email Domain,domain name,domena DocType: Contact Email,Contact Email,Kontakt E-pošta DocType: Kanban Board Column,Order,Vrstni red +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,Ni rezultatov iskanja za {0} v Globalnem iskanju DocType: Report,Ref DocType,Ref DOCTYPE apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,"Prosimo, vnesite ID stranke, preden je omogočena socialna prijava" apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0}: Ne morem spremeniti brez preklica @@ -3886,6 +3896,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,Zapisi za naslednje doktipe bodo filtrirani apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,Planer neaktiven DocType: Blog Settings,Blog Introduction,Blog Uvod +DocType: Global Search Settings,Search Priorities,Prioritete iskanja DocType: Address,Office,Pisarna apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,To Kanban odbor bo zasebna apps/frappe/frappe/desk/moduleview.py,Standard Reports,Standardna poročila diff --git a/frappe/translations/sq.csv b/frappe/translations/sq.csv index 3743d271b9..08270f51c0 100644 --- a/frappe/translations/sq.csv +++ b/frappe/translations/sq.csv @@ -111,7 +111,6 @@ DocType: Data Migration Run,Log,Identifikohu DocType: Workflow State,indent-right,indent djathtë DocType: Has Role,Has Role,ka rolin DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,Koha në sekonda për të ruajtur imazhin e kodit QR në server. Min: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,Llogaria email e pavlefshme apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: Fieldtype {1} për {2} nuk mund të indeksohet DocType: Dashboard Chart,Timespan,Intervalin kohor apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Web Lidhje @@ -128,7 +127,7 @@ DocType: DocType,Default Print Format,Gabim Format Print DocType: Workflow State,Tags,Tags apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of Workflow,Asnjë: Fundi i 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} fushë nuk mund të vendosen si unike në {1}, pasi ka vlera jo-unike ekzistuese" -DocType: Global Search Settings,Document Types,Llojet dokument +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,Llojet dokument DocType: Address,Jammu and Kashmir,Jammu dhe Kashmir DocType: Workflow,Workflow State Field,Fusha Workflow Shteti DocType: Language,Guest,Mysafir @@ -284,6 +283,7 @@ DocType: Customize Form Field,"Print Width of the field, if the field is a colum DocType: Dropbox Settings,Dropbox Access Key,Dropbox Qasja kryesore apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,Emri i gabuar fieldname {0} në konfigurimin add_fetch të skriptit personal apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,Zgjidhni Kontaktet Google me të cilat kontakti duhet të sinkronizohet. +DocType: Web Page,Main Section (HTML),Seksioni kryesor (HTML) DocType: Workflow State,headphones,kufje apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,Fjalëkalimi është e nevojshme ose zgjidhni pritje Password DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,p.sh. replies@yourcomany.com. Të gjitha përgjigjet do të vijnë në këtë postë. @@ -378,7 +378,6 @@ DocType: Webhook,Request URL,Kërko URL DocType: Customize Form,Is Table,A Tabela DocType: Email Account,Total number of emails to sync in initial sync process ,Numri total i email për të sync në procesin fillestar të sync DocType: Website Settings,Set Banner from Image,Banner vendosur nga Image -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Global Kërko DocType: Email Account,SparkPost,SparkPost apps/frappe/frappe/templates/emails/new_user.html,A new account has been created for you at {0},Një llogari e re është krijuar për ju në {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,udhëzimet postuar @@ -516,7 +515,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} dhe {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,Filloni një bisedë. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Gjithmonë shtoni "Draft" Shkon për të printuar dokumente draft apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},Gabim në njoftim: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} vit më parë DocType: Data Migration Run,Current Mapping Start,Fillimi i hartës aktuale apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,Email është shënuar si spam DocType: Comment,Website Manager,Website Menaxher @@ -557,7 +555,7 @@ DocType: Country,Country Name,Vendi Emri apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,Model bosh DocType: About Us Team Member,About Us Team Member,Rreth Nesh Ekipi Anëtar 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.","Drejtat janë të vendosur mbi Rolet dhe llojet e dokumenteve (të quajtura DocTypes) me vendosjen e të drejtave si lexojnë, shkruajnë, Krijo, Fshij, Paraqit, Cancel Ndreqni, Raporti, importit, eksportit, Print, Email dhe Set User Permissions." -DocType: Event,Wednesday,E mërkurë +DocType: Assignment Rule Day,Wednesday,E mërkurë apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,Fusha Image duhet të jetë një fieldname vlefshme DocType: Chat Token,Token,shenjë apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,Emri i fushës {0} është i kufizuar @@ -675,6 +673,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,Veprimet e ardhshme HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,Krijo Post apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,Shto pjesëmarrësit +DocType: Web Page,Main Section (Markdown),Seksioni kryesor (Markdown) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,Vetëm {0} email raportet janë të lejuara për përdoruesit apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: Fieldtype {1} për {2} nuk mund të jetë unik DocType: Address,Address Title,Adresa Titulli @@ -731,6 +730,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,Rezervimi i DocType: DocField,In Global Search,Global Kërko DocType: System Settings,Brute Force Security,Brute Force Security DocType: Workflow State,indent-left,indent-majtë +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} vit më parë apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,Kjo është e rrezikshme për të fshirë këtë skedë: {0}. Ju lutemi të kontaktoni Sistemit Soccer tuaj. DocType: Currency,Currency Name,Valuta Emri apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,Nuk Emails @@ -852,7 +852,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,rigjy DocType: Contact Phone,Number,numër DocType: Web Form Field,Web Form Field,Web Form Field apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,Ju keni një mesazh të ri nga: -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)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,Edit HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,Ju lutemi shkruani URL Redirect apps/frappe/frappe/core/doctype/language/language.py,"{0} must begin and end with a letter and can only contain letters, @@ -913,7 +912,6 @@ apps/frappe/frappe/utils/data.py,Cent,Cent apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,Harto Email apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","Shtetet për workflow (p.sh. Draft, Miratuar, anuluar)." DocType: Print Settings,Allow Print for Draft,Lejo Print për Projekt- -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.","Gabim në lidhjen me aplikacionin e tabaka QZ ...

Duhet të keni të instaluar dhe ekzekutuar aplikacionin QZ Tray, për të përdorur veçorinë Raw Print.

Klikoni këtu për të Shkarkuar dhe instaluar QZ Tray .
Klikoni këtu për të mësuar më shumë rreth Printimit të Lartë ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,Sasia e përcaktuar apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,Submit këtë dokument për të konfirmuar DocType: Contact,Unsubscribed,Unsubscribed @@ -1027,6 +1025,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,Asnjë {0} gj apps/frappe/frappe/config/customization.py,Add custom forms.,Shto forma doganore. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} në {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,dorëzuar këtë dokument +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Setup> Lejet e Përdoruesit 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.,Sistemi ofron shumë para-përcaktuar rolet. Ju mund të shtoni role të reja për të vendosur lejet finer. DocType: Communication,CC,CC DocType: Country,Geo,Geo @@ -1068,7 +1067,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,Menaxhoni aplikacionet e DocType: Website Settings,Route Redirects,Rregullimet e Rrugës apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","Gjuha, datën dhe orën settings" DocType: User Email,User Email,User Email -DocType: Event,Saturday,E shtunë +DocType: Assignment Rule Day,Saturday,E shtunë DocType: User,Represents a User in the system.,Përfaqëson një përdoruesin në sistemin. DocType: List View Setting,Disable Auto Refresh,Disaktivizoni rifreskimin automatik DocType: Comment,Label,Etiketë @@ -1185,6 +1184,7 @@ DocType: Note,"If enabled, users will be notified every time they login. If not DocType: Note,"If enabled, users will be notified every time they login. If not enabled, users will only be notified once.","Nëse aktivizohet, përdoruesit do të njoftohet çdo herë që identifikohuni. Nëse jo aktivizuar, përdoruesit do të njoftohet vetëm një herë." apps/frappe/frappe/core/doctype/doctype/doctype.py,Invalid {0} condition,Gjendja e pavlefshme {0} DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","Nëse kontrolluar, përdoruesit nuk do të shohin dialogun Confirm Access." +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","emri i etiketës ..., p.sh. #tag" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,Shkurtoret e tastierës DocType: Post,Comments,Komente apps/frappe/frappe/public/js/frappe/dom.js,Confirm,Konfirmoj @@ -1239,6 +1239,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","Në qoftë se përdoruesi ka ndonjë rol kontrolluar, atëherë përdoruesi bëhet një "User System". "User System" ka qasje në desktop" DocType: System Settings,Date and Number Format,Data dhe numri Format apps/frappe/frappe/model/document.py,one of,një nga +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Setup> Rregulloje formularin apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,Kontrolluar një moment apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,Shfaq Tags DocType: DocField,HTML Editor,Editor HTML @@ -1246,6 +1247,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,Faturimi DocType: Email Queue,Not Sent,Jo dërguar DocType: Web Form,Actions,Veprimet +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Konfigurimi> Përdoruesi DocType: Workflow State,align-justify,lidhur-justifikojnë DocType: User,Middle Name (Optional),Emri e Mesme (Fakultativ) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,Nuk lejohet @@ -1273,13 +1275,14 @@ DocType: PayPal Settings,PayPal Settings,Cilësimet PayPal apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,Zgjidh Document Type apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,Nuk mund të fshini {0} si ajo ka nyje fëmijë apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} minuta më parë +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,Dita e Caktimit {0} është përsëritur. DocType: Kanban Board Column,lightblue,lightblue apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,Fusha e njëjtë futet më shumë se një herë DocType: Print Settings,Enable Raw Printing,Aktivizo shtypjen e papërpunuar +DocType: Contact,Contact Numbers,Numrat e kontaktit DocType: Website Route Redirect,Source,Burim apps/frappe/frappe/templates/includes/list/filters.html,clear,qartë apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,përfunduar -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Konfigurimi> Përdoruesi DocType: Prepared Report,Filter Values,Vlerat e filtrit DocType: Communication,User Tags,User Tags DocType: Data Migration Run,Fail,dështoj @@ -1304,7 +1307,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,Detajet Fshih apps/frappe/frappe/www/qrcode.py,Page has expired!,Faqja ka skaduar! DocType: LDAP Settings,Path to private Key File,Shtegu te Dosja kryesore e çelësit DocType: Workflow State,Tasks,Detyrat -DocType: Event,Tuesday,E martë +DocType: Assignment Rule Day,Tuesday,E martë DocType: Blog Settings,Blog Settings,Blog Cilësimet apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,Ju gjithashtu mund të kopjoni-ngjisni këtë lidhje në shfletuesin tuaj DocType: Workflow State,bullhorn,bullhorn @@ -1524,7 +1527,7 @@ DocType: User,Set New Password,Set fjalëkalim të ri 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 nuk është një format i vlefshëm raport. Raporti format duhet të \ një nga këto% s DocType: Chat Message,Chat,Bisedë -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Setup> Lejet e Përdoruesit +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},Nuk u gjet asnjë dokument i etiketuar me {0} DocType: LDAP Group Mapping,LDAP Group Mapping,Hartimi i grupit LDAP DocType: Dashboard Chart,Chart Options,Opsionet e Grafikut apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,Kolona pa titull @@ -1553,6 +1556,7 @@ DocType: Custom Role,Custom Role,Custom roli apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,Faqja Kryesore / Test Folder 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,Fusni fjalëkalimin tuaj DocType: Dropbox Settings,Dropbox Access Secret,Dropbox Qasja Sekret +DocType: Tag Link,Document Title,Titulli i dokumentit apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(Detyrueshëm) DocType: Social Login Key,Social Login Provider,Ofruesi i Identifikimit Social apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,Shto Një tjetër koment @@ -1789,7 +1793,6 @@ DocType: GCalendar Account,Next Sync Token,Toka e ardhshme e sinkronizimit DocType: Energy Point Settings,Energy Point Settings,Cilësimet e pikës së energjisë DocType: Async Task,Succeeded,Sukses apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},Fushat e detyrueshme të kërkuara në {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","Gabim në lidhjen me aplikacionin e tabaka QZ ...

Duhet të keni të instaluar dhe ekzekutuar aplikacionin QZ Tray, për të përdorur funksionin Raw Print.

Klikoni këtu për të Shkarkuar dhe instaluar QZ Tray .
Klikoni këtu për të mësuar më shumë rreth Printimit të Lartë ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,Set Numri i Backups DocType: DocField,Do not allow user to change after set the first time,Nuk lejojnë përdoruesin të ndryshojë pasi të vendosur për herë të parë apps/frappe/frappe/utils/data.py,1 year ago,1 vit më parë @@ -3588,6 +3599,7 @@ DocType: Auto Email Report,Send only if there is any data,Dërgo vetëm nëse ka apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,Totals Row apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: Leja në nivel 0 duhet të vendosen para se nivelet më të larta janë vendosur DocType: Contact,Sync with Google Contacts,Sinkronizo me Kontaktet Google +DocType: Tag Link,Document Tag,Etiketë dokumentesh apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},Caktimi mbyllur nga {0} DocType: Integration Request,Remote,i largët apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,Llogarit @@ -3604,6 +3616,7 @@ DocType: Integration Request,Integration Type,Lloji i integrimit DocType: Newsletter,Send Attachements,Dërgo attachements apps/frappe/frappe/config/integrations.py,Google Contacts Integration.,Integrimi i kontakteve të Google. DocType: Transaction Log,Transaction Log,Regjistri i transaksionit +apps/frappe/frappe/social/doctype/energy_point_log/energy_point_log.py,Stats based on last month's performance (from {0} to {1}),Statistikat bazuar në performancën e muajit të kaluar (nga {0} në {1}) DocType: Contact Us Settings,City,Qytet apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.py,Enable Allow Auto Repeat for the doctype {0} in Customize Form,Aktivizo Lejo Përsëritje automatike për doktrinën {0} në Rregulloje Formën DocType: DocField,Perm Level,Niveli Perm @@ -3675,6 +3688,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,Ndry DocType: Email Domain,domain name,Emri i domain DocType: Contact Email,Contact Email,Kontakti Email DocType: Kanban Board Column,Order,urdhër +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,Nuk u gjet asnjë rezultat për {0} në Kërkimin Global DocType: Report,Ref DocType,Ref DOCTYPE apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,Ju lutemi shkruani ID-në e klientit përpara se të aktivizohet identifikimi shoqëror apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0}: Nuk mund të vendosur të ndryshojë pa Anulo @@ -3779,6 +3793,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,Shënimet për doktrinat e mëposhtme do të filtrohen apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,Programuesi joaktiv DocType: Blog Settings,Blog Introduction,Blog Hyrje +DocType: Global Search Settings,Search Priorities,Prioritetet e kërkimit DocType: Address,Office,Zyrë apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,Kjo Board Kanban do të jetë private apps/frappe/frappe/desk/moduleview.py,Standard Reports,Raportet Standard diff --git a/frappe/translations/sr.csv b/frappe/translations/sr.csv index 361f611c25..0e8a875aa7 100644 --- a/frappe/translations/sr.csv +++ b/frappe/translations/sr.csv @@ -113,7 +113,6 @@ DocType: Data Migration Run,Log,Пријава DocType: Workflow State,indent-right,индент-десно DocType: Has Role,Has Role,има улогу DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,Време у секунди да задржите КР кодну слику на серверу. Мин: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,Неважећи налог е-поште apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: Тип поља {1} за {2} се не може индексирати DocType: Dashboard Chart,Timespan,Временски распон apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Веб линк @@ -130,7 +129,7 @@ DocType: DocType,Default Print Format,Уобичајено Принт Форма DocType: Workflow State,Tags,ознаке apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of 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} поље не може бити постављен као јединствен у {1}, јер су не-јединствене постојеће вредности" -DocType: Global Search Settings,Document Types,Врсте докумената +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,Врсте докумената DocType: Address,Jammu and Kashmir,Џаму и Кашмир DocType: Workflow,Workflow State Field,Воркфлов Држава Поље DocType: Language,Guest,Гост @@ -291,6 +290,7 @@ DocType: Customize Form Field,"Print Width of the field, if the field is a colum DocType: Dropbox Settings,Dropbox Access Key,Дропбок Приступни тастер apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,Погрешно поље {0} у адд_фетцх конфигурацији прилагођеног скрипта apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,Изаберите Гоогле контакте са којима контакт треба да се синхронизује. +DocType: Web Page,Main Section (HTML),Главни одељак (ХТМЛ) DocType: Workflow State,headphones,слушалице apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,Лозинка је потребна или изаберите Чекање Пассворд DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,нпр реплиес@иоурцомани.цом. Сви одговори ће доћи до овог инбок. @@ -391,8 +391,6 @@ DocType: Webhook,Request URL,Захтев УРЛ DocType: Customize Form,Is Table,је Табела DocType: Email Account,Total number of emails to sync in initial sync process ,Укупан број е-маилова за синхронизацију у почетном процесу синхронизације DocType: Website Settings,Set Banner from Image,Поставите банер са слике -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,globalna претрага -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,globalna претрага DocType: Email Account,SparkPost,СпаркПост apps/frappe/frappe/templates/emails/new_user.html,A new account has been created for you at {0},Нови налог је направљен за вас у {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,Упутство е-поштом @@ -531,7 +529,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} и {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,Започните разговор. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Увек додајте "нацрт" ишао за штампање нацрта докумената apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},Грешка у обавештењу: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} пре годину дана DocType: Data Migration Run,Current Mapping Start,Почетак мапирања apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,Е-маил је означена као непожељна DocType: Comment,Website Manager,Сајт менаџер @@ -573,7 +570,7 @@ DocType: Country,Country Name,Земља Име apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,Празан предложак DocType: About Us Team Member,About Us Team Member,О нама члан тима 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.","Дозволе су постављени на улога и врсте докумената ( зову ДоцТипес ) постављањем права као што су читање, писање , креирати, брисати , Субмит , Цанцел , измену , Извјештај , Увоз , Извоз , Штампа , е-маил и поставите дозволе корисника ." -DocType: Event,Wednesday,Среда +DocType: Assignment Rule Day,Wednesday,Среда apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,поље слика мора бити валидан фиелднаме DocType: Chat Token,Token,знак apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,Назив поља {0} је ограничен @@ -694,6 +691,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,Следеће Акције ХТМЛ apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,Цреате Пост apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,Додајте учеснике +DocType: Web Page,Main Section (Markdown),Главни одељак (Маркдовн) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,Само {0} е-поштом извештаји су дозвољени по кориснику apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: Врста поља {1} за {2} не може бити јединствена DocType: Address,Address Title,Адреса Наслов @@ -750,6 +748,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,Филе б DocType: DocField,In Global Search,У Глобал Сеарцх DocType: System Settings,Brute Force Security,Бруте Форце Сецурити DocType: Workflow State,indent-left,индент-лево +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} пре годину дана apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,То је ризично да избришете ову датотеку: {0}. Обратите се свом Систем Манагер. DocType: Currency,Currency Name,Валута Име apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,Но Емаил @@ -874,7 +873,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,По DocType: Contact Phone,Number,Број DocType: Web Form Field,Web Form Field,Веб формулар Поље apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,Имате нову поруку од: -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)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,Измени ХТМЛ apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,Унесите УРЛ за преусмеравање apps/frappe/frappe/core/doctype/language/language.py,"{0} must begin and end with a letter and can only contain letters, @@ -935,7 +933,6 @@ apps/frappe/frappe/utils/data.py,Cent,Цент apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,Саставити емаил apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","Штаты для рабочего процесса (например, проекты , одобрен , Отменено ) ." DocType: Print Settings,Allow Print for Draft,Дозволити штампање за Нацрт -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.","Грешка приликом повезивања са апликацијом КЗ Траи ...

За употребу функције Рав Принт морате да имате инсталирану и покренуту апликацију КЗ Траи.

Кликните овде да бисте преузели и инсталирали КЗ Траи .
Кликните овде да бисте сазнали више о сировом штампању ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,Сет Количина apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,Достави овај документ да потврди DocType: Contact,Unsubscribed,Отказали @@ -1050,6 +1047,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,Не {0} фо apps/frappe/frappe/config/customization.py,Add custom forms.,Додај прилагођене облике. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} у {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,доставио овај документ +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Подешавање> Дозволе корисника 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.,"Система предоставляет множество заранее определенных ролей. Вы можете добавить новые роли , чтобы установить более тонкие разрешения ." DocType: Communication,CC,КЗ DocType: Country,Geo,Гео @@ -1091,7 +1089,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,Управљајте ап DocType: Website Settings,Route Redirects,Преусмери руте apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","Язык , даты и времени установки" DocType: User Email,User Email,Корисник маил -DocType: Event,Saturday,Субота +DocType: Assignment Rule Day,Saturday,Субота DocType: User,Represents a User in the system.,Представља корисника у систему. DocType: List View Setting,Disable Auto Refresh,Онемогући аутоматско освежавање DocType: Comment,Label,Налепница @@ -1215,6 +1213,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,Неважеће {0} стање DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","Ако је означено, корисници неће видети дијалог потврдили приступ." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} запис је избрисан +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","назив ознаке ..., нпр. #таг" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,Пречице на тастатури DocType: Post,Comments,Коментари apps/frappe/frappe/public/js/frappe/dom.js,Confirm,Потврдити @@ -1269,6 +1268,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","Ако корисник има било какву улогу проверити, онда корисник постаје "Системски корисник". "Системски корисник" има приступ радној површини" DocType: System Settings,Date and Number Format,Дата и номер Формат apps/frappe/frappe/model/document.py,one of,Један од +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Подешавање> Прилагоди образац apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,Провера један тренутак apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,Схов ознаке DocType: DocField,HTML Editor,ХТМЛ Едитор @@ -1276,6 +1276,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,Обрачун DocType: Email Queue,Not Sent,Није Сент DocType: Web Form,Actions,Акције +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Подешавање> Корисник DocType: Workflow State,align-justify,алигн оправдава DocType: User,Middle Name (Optional),Средње име (опционо) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,Није дозвољен @@ -1304,13 +1305,14 @@ DocType: PayPal Settings,PayPal Settings,ПаиПал Подешавања apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,Изаберите Врста документа apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,"Не удается удалить {0} , поскольку он имеет дочерние узлы" apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} даис аго +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,Дан додјеле {0} се понавља. DocType: Kanban Board Column,lightblue,светло плава apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,Исто поље уноси се више пута DocType: Print Settings,Enable Raw Printing,Омогући сирово штампање +DocType: Contact,Contact Numbers,Контактирајте бројеве DocType: Website Route Redirect,Source,Извор apps/frappe/frappe/templates/includes/list/filters.html,clear,јасно apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,Готов -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Подешавање> Корисник DocType: Prepared Report,Filter Values,Вредности филтера DocType: Communication,User Tags,Корисник Тагс: DocType: Data Migration Run,Fail,Фаил @@ -1335,7 +1337,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,Сакриј Д apps/frappe/frappe/www/qrcode.py,Page has expired!,Страница је истекла! DocType: LDAP Settings,Path to private Key File,Пут до приватне датотеке кључева DocType: Workflow State,Tasks,задаци -DocType: Event,Tuesday,Уторак +DocType: Assignment Rule Day,Tuesday,Уторак DocType: Blog Settings,Blog Settings,Блог Подешавања apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,Иоу цан алсо цопи-пасте овај линк у вашем бровсеру DocType: Workflow State,bullhorn,мегафона @@ -1562,7 +1564,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},Није дозвољ 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",% С није валидан формат извештаја. Извештај формат треба \ једну од следећих% с DocType: Chat Message,Chat,Ћаскање -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Подешавање> Дозволе корисника +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},Није пронађен ниједан документ означен са {0} DocType: LDAP Group Mapping,LDAP Group Mapping,ЛДАП Гроуп Маппинг DocType: Dashboard Chart,Chart Options,Опције графикона apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,Колона без наслова @@ -1593,6 +1595,7 @@ DocType: Custom Role,Custom Role,цустом Улога apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,Почетна / тест фолдера 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,Унесите лозинку DocType: Dropbox Settings,Dropbox Access Secret,Дропбок Приступ тајна +DocType: Tag Link,Document Title,Назив документа apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(Обавезно) DocType: Social Login Key,Social Login Provider,Социал Логин Провидер apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,Додати још један коментар @@ -1838,7 +1841,6 @@ DocType: GCalendar Account,Next Sync Token,Нект Синц Токен DocType: Energy Point Settings,Energy Point Settings,Подешавања енергетске тачке DocType: Async Task,Succeeded,Суццеедед apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},"Обязательные поля , необходимые в {0}" -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","Грешка приликом повезивања са апликацијом КЗ Траи ...

За употребу функције Рав Принт морате да имате инсталирану и покренуту апликацију КЗ Траи.

Кликните овде да бисте преузели и инсталирали КЗ Траи .
Кликните овде да бисте сазнали више о сировом штампању ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,Сет број резервних копија DocType: DocField,Do not allow user to change after set the first time,Не позволяйте пользователю изменять после установить в первый раз apps/frappe/frappe/utils/data.py,1 year ago,1 год назад @@ -3703,6 +3711,7 @@ DocType: Auto Email Report,Send only if there is any data,Послати сам apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,Тоталс Ров apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0} : введенное на уровне 0 должны быть установлены до более высоких уровней устанавливаются DocType: Contact,Sync with Google Contacts,Синхронизујте са Гоогле контактима +DocType: Tag Link,Document Tag,Доцумент Таг apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},Задатак затворена од {0} DocType: Integration Request,Remote,даљински apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,Израчунати @@ -3793,6 +3802,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,Пр DocType: Email Domain,domain name,домаин наме DocType: Contact Email,Contact Email,Контакт Емаил DocType: Kanban Board Column,Order,ред +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,Нема резултата за {0} у Глобалној претрази DocType: Report,Ref DocType,Реф ДОЦТИПЕ apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,Молимо унесите ИД клијента пре него што је омогућено социјално пријављивање apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0} : Не удается установить Изменить без Отменить @@ -3899,6 +3909,7 @@ DocType: Webhook,on_trash,он_трасх apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,Записи за следеће доктипе ће бити филтрирани apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,Планер неактиван DocType: Blog Settings,Blog Introduction,Блог Увод +DocType: Global Search Settings,Search Priorities,Приоритети претраге DocType: Address,Office,Канцеларија apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,Ова канбан одбор ће бити приватна apps/frappe/frappe/desk/moduleview.py,Standard Reports,Стандартные отчеты diff --git a/frappe/translations/sv.csv b/frappe/translations/sv.csv index fb86131d93..335893ff28 100644 --- a/frappe/translations/sv.csv +++ b/frappe/translations/sv.csv @@ -113,7 +113,6 @@ DocType: Data Migration Run,Log,Logga DocType: Workflow State,indent-right,indent-höger DocType: Has Role,Has Role,har Role DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,Tid i sekunder för att behålla QR-kodbild på server. Min: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,Ogiltigt e-postkonto apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: Fälttyp {1} för {2} kan inte indexeras DocType: Dashboard Chart,Timespan,Tidsrymd apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Webblänk @@ -130,7 +129,7 @@ DocType: DocType,Default Print Format,Standardutskriftsformat DocType: Workflow State,Tags,Tags apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of Workflow,Inget: Slutet av 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} fält kan inte ställas in som unikt i {1}, eftersom det finns icke-unika befintliga värden" -DocType: Global Search Settings,Document Types,Dokumenttyper +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,Dokumenttyper DocType: Address,Jammu and Kashmir,Jammu och Kashmir DocType: Workflow,Workflow State Field,Arbetsflöde Statusfält DocType: Language,Guest,Gäst @@ -291,6 +290,7 @@ DocType: Customize Form Field,"Print Width of the field, if the field is a colum DocType: Dropbox Settings,Dropbox Access Key,Dropbox Åtkomstnyckel apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,Fel fältnamn {0} i add_fetch konfiguration av anpassat skript apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,Välj Google-kontakter till vilken kontakten ska synkroniseras. +DocType: Web Page,Main Section (HTML),Huvudavsnitt (HTML) DocType: Workflow State,headphones,hörlurar apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,Lösenord krävs eller välj Väntar lösenord DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,t.ex. replies@yourcomany.com. Alla svar kommer till den här inkorgen. @@ -391,8 +391,6 @@ DocType: Webhook,Request URL,Begär webbadress DocType: Customize Form,Is Table,är Table DocType: Email Account,Total number of emails to sync in initial sync process ,Totalt antal e-postmeddelanden som ska synkroniseras i första synkroniseringen process DocType: Website Settings,Set Banner from Image,Ställ Banner från Image -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Global sökning -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Global sökning DocType: Email Account,SparkPost,SparkPost apps/frappe/frappe/templates/emails/new_user.html,A new account has been created for you at {0},Ett nytt konto har skapats för dig på {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,Instruktioner Emailed @@ -532,7 +530,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} och {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,Starta en konversation. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Tillsätt alltid "Utkast" Rubrik för utskrift utkast apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},Fel i anmälan: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} år sedan DocType: Data Migration Run,Current Mapping Start,Aktuell kartläggning Start apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,E-post har markerats som skräppost DocType: Comment,Website Manager,Webbplats ägare @@ -574,7 +571,7 @@ DocType: Country,Country Name,Land Namn apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,Tom mall DocType: About Us Team Member,About Us Team Member,Om oss - gruppmedlem 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.","Behörigheter sätts på Roller och dokumenttyper (som kallas DOCTYPE) genom att ställa in rättigheter som läsa, skriva, skapa, ta bort, in, Avbryt, Ändra, Rapport, import, export, utskrift, e-post och ställa in användarbehörigheter." -DocType: Event,Wednesday,Onsdag +DocType: Assignment Rule Day,Wednesday,Onsdag apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,Bildfältet måste vara en giltig fältnamn DocType: Chat Token,Token,Tecken apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,Fältnamn {0} är begränsat @@ -695,6 +692,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,Nästa åtgärd HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,Skapa inlägg apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,Lägg till deltagare +DocType: Web Page,Main Section (Markdown),Huvudsektion (Markdown) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,Endast {0} mailade rapporter tillåts per användare apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: Fälttyp {1} för {2} kan inte vara unik DocType: Address,Address Title,Adress Titel @@ -751,6 +749,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,Filbackup DocType: DocField,In Global Search,I Global Sök DocType: System Settings,Brute Force Security,Brute Force Security DocType: Workflow State,indent-left,indent-vänster +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} år sedan apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,Det är riskabelt att ta bort denna fil: {0}. Kontakta din systemadministratören. DocType: Currency,Currency Name,Valuta Namn apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,Inga e-post @@ -875,7 +874,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,Förs DocType: Contact Phone,Number,siffra DocType: Web Form Field,Web Form Field,Web Form Field apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,Du har ett nytt meddelande från: -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)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,Redigera HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,Vänligen ange omdirigeringsadress apps/frappe/frappe/core/doctype/language/language.py,"{0} must begin and end with a letter and can only contain letters, @@ -936,7 +934,6 @@ apps/frappe/frappe/utils/data.py,Cent,Cent apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,komponera e apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","Stater för arbetsflöde (t.ex. Utkast, Godkänd, Inställd)." DocType: Print Settings,Allow Print for Draft,Låt ut för Utkast -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.","Fel vid anslutning till QZ Tray Application ...

Du måste ha QZ Tray-applikation installerad och igång för att kunna använda Raw Print-funktionen.

Klicka här för att ladda ner och installera QZ-fack .
Klicka här för att lära dig mer om Raw Printing ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,Bestämd kvantitet apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,Skicka det här dokumentet för att bekräfta DocType: Contact,Unsubscribed,Otecknade @@ -1051,6 +1048,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,Nr {0} hittad apps/frappe/frappe/config/customization.py,Add custom forms.,Lägg till anpassade formulär. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} i {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,lämnat detta dokument +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Inställning> Användarrättigheter 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.,Systemet erbjuder många fördefinierade roller. Du kan lägga till nya roller för att ställa finare behörigheter. DocType: Communication,CC,CC DocType: Country,Geo,Geo @@ -1092,7 +1090,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,Hantera tredjepartsprogra DocType: Website Settings,Route Redirects,Ruttomdirigeringar apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","Språk, datum och tid" DocType: User Email,User Email,Användar Email -DocType: Event,Saturday,Lördag +DocType: Assignment Rule Day,Saturday,Lördag DocType: User,Represents a User in the system.,Representerar en användare i systemet. DocType: List View Setting,Disable Auto Refresh,Inaktivera automatisk uppdatering DocType: Comment,Label,Etikett @@ -1216,6 +1214,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,Ogiltigt {0} villkor DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.",Om markerad kommer användarna inte se dialogrutan Bekräfta Access. apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} posten raderad +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag",taggnamn ... t.ex. #tagg apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,Tangentbordsgenvägar DocType: Post,Comments,Kommentarer apps/frappe/frappe/public/js/frappe/dom.js,Confirm,Bekräfta @@ -1270,6 +1269,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",Om användaren har någon roll kontrolleras då användaren blir en "systemanvändare". "Systemanvändare" har tillgång till skrivbordet DocType: System Settings,Date and Number Format,Datum och numeriskt format apps/frappe/frappe/model/document.py,one of,en av +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Inställning> Anpassa formulär apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,Kontroll ett ögonblick apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,Visa Taggar DocType: DocField,HTML Editor,HTML Editor @@ -1277,6 +1277,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,Fakturering DocType: Email Queue,Not Sent,Inte Skickade DocType: Web Form,Actions,Åtgärder +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Inställning> Användare DocType: Workflow State,align-justify,rikta-justify DocType: User,Middle Name (Optional),Mellannamn (valfritt) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,Inte Tillåtna @@ -1305,13 +1306,14 @@ DocType: PayPal Settings,PayPal Settings,PayPal Inställningar apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,Välj dokumenttyp apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,Det går inte att ta bort {0} eftersom det har underordnade noder apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} minuter sedan +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,Tilldelningsdag {0} har upprepats. DocType: Kanban Board Column,lightblue,ljusblå apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,Samma fält anges mer än en gång DocType: Print Settings,Enable Raw Printing,Aktivera råutskrift +DocType: Contact,Contact Numbers,Kontaktnummer DocType: Website Route Redirect,Source,Källa apps/frappe/frappe/templates/includes/list/filters.html,clear,Rensa apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,Färdiga -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Inställning> Användare DocType: Prepared Report,Filter Values,Filtrera värden DocType: Communication,User Tags,Användarnas nyckelord DocType: Data Migration Run,Fail,Misslyckas @@ -1336,7 +1338,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,Dölj Detaljer apps/frappe/frappe/www/qrcode.py,Page has expired!,Sidan har gått ut! DocType: LDAP Settings,Path to private Key File,Sökväg till privat nyckelfil DocType: Workflow State,Tasks,Uppgifter -DocType: Event,Tuesday,Tisdag +DocType: Assignment Rule Day,Tuesday,Tisdag DocType: Blog Settings,Blog Settings,Blogginställningar apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,Du kan också kopiera och klistra in den här länken i din webbläsare DocType: Workflow State,bullhorn,bullhorn @@ -1562,7 +1564,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},Inte tillåtet för { 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 är inte ett giltigt rapportformat. Rapportformat ska \ innehålla en av följande %s DocType: Chat Message,Chat,Chatta -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Inställning> Användarrättigheter +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},Inga dokument hittade taggade med {0} DocType: LDAP Group Mapping,LDAP Group Mapping,LDAP-gruppkartläggning DocType: Dashboard Chart,Chart Options,Diagramalternativ apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,Namnlös kolumn @@ -1593,6 +1595,7 @@ DocType: Custom Role,Custom Role,anpassad roll apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,Hem / Testa mapp 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,Ange ditt lösenord DocType: Dropbox Settings,Dropbox Access Secret,Dropbox Tillträde Secret +DocType: Tag Link,Document Title,Dokument titel apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(Obligatorisk) DocType: Social Login Key,Social Login Provider,Social inloggningsleverantör apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,Lägg till en ny kommentar @@ -1838,7 +1841,6 @@ DocType: GCalendar Account,Next Sync Token,Nästa synkroniseringstoken DocType: Energy Point Settings,Energy Point Settings,Energipunktinställningar DocType: Async Task,Succeeded,Efterföljande apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},Obligatoriska fält krävs i {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","Fel vid anslutning till QZ Tray Application ...

Du måste ha QZ Tray-applikation installerad och igång för att kunna använda Raw Print-funktionen.

Klicka här för att ladda ner och installera QZ-fack .
Klicka här för att lära dig mer om Raw Printing ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,Visst antal säkerhetskopior DocType: DocField,Do not allow user to change after set the first time,Låt inte användaren ändra efter att ställt in första gången apps/frappe/frappe/utils/data.py,1 year ago,1 år sedan @@ -3695,6 +3703,7 @@ DocType: Auto Email Report,Send only if there is any data,Skicka bara om det fin apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,Totals rad apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: Tillstånd på nivå 0 måste ställas in innan högre nivåer ställs in DocType: Contact,Sync with Google Contacts,Synkronisera med Google-kontakter +DocType: Tag Link,Document Tag,Dokumentetikett apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},Uppdrag avslutad av {0} DocType: Integration Request,Remote,Avlägsen apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,Beräkna @@ -3785,6 +3794,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,Byta DocType: Email Domain,domain name,domän namn DocType: Contact Email,Contact Email,Kontakt E-Post DocType: Kanban Board Column,Order,Beställa +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,Inga resultat hittades för {0} i Global Search DocType: Report,Ref DocType,Ref DocType apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,Vänligen ange klient-ID innan social inloggning är aktiverad apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0}: Kan inte ange ändring utan att avbryta @@ -3891,6 +3901,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,Rekord för följande doktyper kommer att filtreras apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,Scheman Inaktiv DocType: Blog Settings,Blog Introduction,Blogg Inledning +DocType: Global Search Settings,Search Priorities,Sökprioriteringar DocType: Address,Office,Kontors apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,Detta Kanban styrelse kommer att vara privata apps/frappe/frappe/desk/moduleview.py,Standard Reports,Standardrapporter diff --git a/frappe/translations/sw.csv b/frappe/translations/sw.csv index faee07f789..7a9ab4f6d5 100644 --- a/frappe/translations/sw.csv +++ b/frappe/translations/sw.csv @@ -112,7 +112,6 @@ DocType: Data Migration Run,Log,Ingia DocType: Workflow State,indent-right,indent-haki DocType: Has Role,Has Role,Inahusika DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,Muda kwa sekunde ili kuhifadhi picha ya QR kwenye seva. Kidogo: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,Akaunti ya barua pepe batili apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: Fieldtype {1} kwa {2} haiwezi kuelekezwa DocType: Dashboard Chart,Timespan,Timespan apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Kiungo cha Mtandao @@ -129,7 +128,7 @@ DocType: DocType,Default Print Format,Mpangilio wa Chaguo-msingi DocType: Workflow State,Tags,Vitambulisho apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of Workflow,Hapana: Mwisho wa Kazi ya Kazi apps/frappe/frappe/database/mariadb/schema.py,"{0} field cannot be set as unique in {1}, as there are non-unique existing values","{0} shamba haliwezi kuweka kama ya kipekee katika {1}, kwa kuwa kuna maadili yasiyo ya kipekee yaliyopo" -DocType: Global Search Settings,Document Types,Aina za Hati +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,Aina za Hati DocType: Address,Jammu and Kashmir,Jammu na Kashmir DocType: Workflow,Workflow State Field,Field Field State DocType: Language,Guest,Mgeni @@ -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,Kitufe cha Upatikanaji wa Dropbox apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,Jina la uwanja mbaya {0} katika usanidi wa add_fetch wa hati maalum apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,Chagua Anwani za Google kwa anwani ambayo inapaswa kusawazishwa. +DocType: Web Page,Main Section (HTML),Sehemu kuu (HTML) DocType: Workflow State,headphones,vichwa vya sauti apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,Neno la siri linahitajika au chagua Nywila ya Kusubiri DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,mfano replies@yourcomany.com. Jibu zote zitakuja kwenye kikasha hiki. @@ -387,7 +387,6 @@ DocType: Webhook,Request URL,Omba URL DocType: Customize Form,Is Table,"Je, ni Jedwali" DocType: Email Account,Total number of emails to sync in initial sync process ,Idadi ya barua pepe za kusawazisha katika mchakato wa usawazishaji wa awali DocType: Website Settings,Set Banner from Image,Weka Banner kutoka Image -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Utafutaji wa Global DocType: Email Account,SparkPost,SparkPost apps/frappe/frappe/templates/emails/new_user.html,A new account has been created for you at {0},Akaunti mpya imeundwa kwako kwa {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,Maelekezo Imewekwa @@ -564,7 +563,7 @@ DocType: Country,Country Name,Jina la Nchi apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,Kiolezo Tupu DocType: About Us Team Member,About Us Team Member,Kuhusu sisi Mwanachama wa Timu 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.","Vipengee vinawekwa kwenye Wajibu na Aina za Kumbukumbu (iitwaye DocTypes) kwa kuweka haki kama Soma, Andika, Unda, Futa, Tuma, Futa, Fanya, Tengeneza, Ripoti, Import, Export, Print, Email na Set User Permissions." -DocType: Event,Wednesday,Jumatano +DocType: Assignment Rule Day,Wednesday,Jumatano apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,Sehemu ya picha lazima iwe jina la shamba la halali DocType: Chat Token,Token,Ishara apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,Jina la uwanja {0} limezuiliwa @@ -684,6 +683,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,Hatua Zifuatayo HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,Unda Chapisho apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,Ongeza Washiriki +DocType: Web Page,Main Section (Markdown),Sehemu kuu (alama ya chini) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,Ripoti za barua pepe {0} tu zinaruhusiwa kwa mtumiaji apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: Fieldtype {1} kwa {2} haiwezi kuwa ya kipekee DocType: Address,Address Title,Kichwa cha Anwani @@ -861,7 +861,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,Jarib DocType: Contact Phone,Number,Nambari DocType: Web Form Field,Web Form Field,Fomu ya Fomu ya Mtandao apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,Una ujumbe mpya kutoka: -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)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,Badilisha HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,Tafadhali ingiza URL ya Kurekebisha apps/frappe/frappe/core/doctype/language/language.py,"{0} must begin and end with a letter and can only contain letters, @@ -921,7 +920,6 @@ apps/frappe/frappe/utils/data.py,Cent,Cent apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,Kuandika barua pepe apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","Mataifa kwa ajili ya kazi ya kazi (kwa mfano Rasimu, Imeidhinishwa, Imepigwa)." DocType: Print Settings,Allow Print for Draft,Ruhusu Chapisha kwa Rasimu -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.","Kosa la unganisho na Matumizi ya Tray ya QZ ...

Unahitaji kuwa na programu ya QZ Tray iliyosanikishwa na kuendeshwa, ili kutumia kipengee cha Mchapishaji wa Raw.

Bonyeza hapa kupakua na kusanikisha tray ya QZ .
Bonyeza hapa kujifunza zaidi juu ya Uchapishaji wa Raw ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,Weka Wingi apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,Tuma hati hii ili kuthibitisha DocType: Contact,Unsubscribed,Haijaondolewa @@ -1035,6 +1033,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,Hakuna {0} ku apps/frappe/frappe/config/customization.py,Add custom forms.,Ongeza fomu za desturi. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} katika {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,iliwasilisha hati hii +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Sanidi> Ruhusa za Mtumiaji 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.,Mfumo hutoa majukumu mengi ya awali. Unaweza kuongeza majukumu mapya ya kuweka vibali vyema. DocType: Communication,CC,CC DocType: Country,Geo,Geo @@ -1075,7 +1074,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,Dhibiti Programu za Tatu DocType: Website Settings,Route Redirects,Njia zinazoelekezwa apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","Lugha, Tarehe na Mipangilio ya Muda" DocType: User Email,User Email,Mtumiaji Barua pepe -DocType: Event,Saturday,Jumamosi +DocType: Assignment Rule Day,Saturday,Jumamosi DocType: User,Represents a User in the system.,Inaonyesha mtumiaji katika mfumo. DocType: List View Setting,Disable Auto Refresh,Lemaza Usasishaji Auto DocType: Comment,Label,Lebo @@ -1197,6 +1196,7 @@ apps/frappe/frappe/utils/nestedset.py,Multiple root nodes not allowed.,Nodes nyi DocType: Note,"If enabled, users will be notified every time they login. If not enabled, users will only be notified once.","Ikiwa imewezeshwa, watumiaji watatambuliwa kila wakati wanaingia. Ikiwa haijawezeshwa, watumiaji wataambiwa tu mara moja." apps/frappe/frappe/core/doctype/doctype/doctype.py,Invalid {0} condition,Hali isiyo sahihi {0} DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","Ikiwa hunakiliwa, watumiaji hawataona kifungo cha Kuhakikishia Upatikanaji." +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","jina la tepe ..., mfano #tag" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,Njia za mkato za kibodi DocType: Post,Comments,Maoni apps/frappe/frappe/public/js/frappe/dom.js,Confirm,Thibitisha @@ -1250,6 +1250,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","Ikiwa mtumiaji ana jukumu lolote la kuchunguza, basi mtumiaji huwa "Mtumiaji wa Mfumo". "Mtumiaji wa Mfumo" ana upatikanaji wa desktop" DocType: System Settings,Date and Number Format,Tarehe na Nambari ya Nambari apps/frappe/frappe/model/document.py,one of,moja ya +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Usanidi> Fomu ya Kubinafsisha apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,Kuangalia wakati mmoja apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,Onyesha Vitambulisho DocType: DocField,HTML Editor,Mhariri wa HTML @@ -1257,6 +1258,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,Ulipaji DocType: Email Queue,Not Sent,Haikutumwa DocType: Web Form,Actions,Vitendo +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Sanidi> Mtumiaji DocType: Workflow State,align-justify,onyesha-hakikisha DocType: User,Middle Name (Optional),Jina la Kati (Hiari) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,Hairuhusiwi @@ -1285,13 +1287,14 @@ DocType: PayPal Settings,PayPal Settings,Mipangilio ya PayPal apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,Chagua Aina ya Nyaraka apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,Haiwezi kufuta {0} kwa kuwa ina nodes za watoto apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} dakika zilizopita +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,Siku ya Maagizo {0} imerudiwa. DocType: Kanban Board Column,lightblue,bluu apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,Same Same imeingia zaidi ya mara moja DocType: Print Settings,Enable Raw Printing,Washa Uchapishaji wa Raw +DocType: Contact,Contact Numbers,Nambari za Wasiliana DocType: Website Route Redirect,Source,Chanzo apps/frappe/frappe/templates/includes/list/filters.html,clear,wazi apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,Imemalizika -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Sanidi> Mtumiaji DocType: Prepared Report,Filter Values,Fanya Vigezo DocType: Communication,User Tags,Tags ya Mtumiaji DocType: Data Migration Run,Fail,Inashindwa @@ -1315,7 +1318,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,Ficha Maelezo apps/frappe/frappe/www/qrcode.py,Page has expired!,Ukurasa umeisha! DocType: LDAP Settings,Path to private Key File,Njia ya Faili ya faragha DocType: Workflow State,Tasks,Kazi -DocType: Event,Tuesday,Jumanne +DocType: Assignment Rule Day,Tuesday,Jumanne DocType: Blog Settings,Blog Settings,Mipangilio ya Blog apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,Unaweza pia nakala-kuweka kiungo hiki kwenye kivinjari chako DocType: Workflow State,bullhorn,bullhorn @@ -1540,7 +1543,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},Hairuhusiwi kwa {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 sio sahihi ya muundo ya ripoti. Fomu ya ripoti lazima iwe moja ya yafuatayo% s DocType: Chat Message,Chat,Ongea -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Sanidi> Ruhusa za Mtumiaji +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},Hakuna nyaraka zilizopatikana zilizowekwa na {0} DocType: LDAP Group Mapping,LDAP Group Mapping,Ramani ya Kikundi cha LDAP DocType: Dashboard Chart,Chart Options,Chaguzi za Chati apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,Safu isiyo na jina @@ -1569,6 +1572,7 @@ DocType: Custom Role,Custom Role,Kazi ya Utekelezaji apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,Faili ya Nyumba / Mtihani 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,Ingiza nenosiri lako DocType: Dropbox Settings,Dropbox Access Secret,Dropbox Access Secret +DocType: Tag Link,Document Title,Kichwa cha Hati apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(Lazima) DocType: Social Login Key,Social Login Provider,Msaidizi wa Kuingia kwa Jamii apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,Ongeza maoni mengine @@ -1813,7 +1817,6 @@ DocType: GCalendar Account,Next Sync Token,Ishara ya Usawazishaji ijayo DocType: Energy Point Settings,Energy Point Settings,Mipangilio ya Uhakika wa Nishati DocType: Async Task,Succeeded,Imefanikiwa apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},Mashamba ya lazima inahitajika {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","Kosa la unganisho na Matumizi ya Tray ya QZ ...

Unahitaji kuwa na programu ya QZ Tray iliyosanikishwa na kuendeshwa, ili kutumia kipengee cha Mchapishaji wa Raw.

Bonyeza hapa kupakua na kusanikisha tray ya QZ .
Bonyeza hapa kujifunza zaidi juu ya Uchapishaji wa Raw ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,Weka Idadi ya Backups DocType: DocField,Do not allow user to change after set the first time,Usiruhusu mtumiaji kubadilisha baada ya kuweka mara ya kwanza apps/frappe/frappe/utils/data.py,1 year ago,Mwaka 1 uliopita @@ -3647,6 +3656,7 @@ DocType: Auto Email Report,Send only if there is any data,Tuma tu ikiwa kuna dat apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,Row Row apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: Ruhusa katika kiwango cha 0 lazima iwekwa kabla ya viwango vya juu vimewekwa DocType: Contact,Sync with Google Contacts,Sawazisha na Anwani za Google +DocType: Tag Link,Document Tag,Hati ya Hati apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},Kazi imefungwa na {0} DocType: Integration Request,Remote,Remote apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,Tumia @@ -3734,6 +3744,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,Badi DocType: Email Domain,domain name,jina la kikoa DocType: Contact Email,Contact Email,Mawasiliano ya barua pepe DocType: Kanban Board Column,Order,Amri +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,Hakuna matokeo yaliyopatikana ya {0} kwenye Tafuta Ulimwenguni DocType: Report,Ref DocType,Ref DocType apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,Tafadhali ingiza Kitambulisho cha Mteja kabla ya kuingia kwa kibinafsi imewezeshwa apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0}: Haiwezi kuweka Marekebisho bila kufuta @@ -3839,6 +3850,7 @@ DocType: Webhook,on_trash,on_ta apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,Kumbukumbu za kufuata mafundisho zitafanywa apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,Mpangaji Haifanyi kazi DocType: Blog Settings,Blog Introduction,Utangulizi wa Blog +DocType: Global Search Settings,Search Priorities,Vipaumbele vya Kutafuta DocType: Address,Office,Ofisi apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,Bodi hii ya Kanban itakuwa ya faragha apps/frappe/frappe/desk/moduleview.py,Standard Reports,Ripoti za kawaida diff --git a/frappe/translations/ta.csv b/frappe/translations/ta.csv index 14af27bbd9..da6a72b591 100644 --- a/frappe/translations/ta.csv +++ b/frappe/translations/ta.csv @@ -113,7 +113,6 @@ DocType: Data Migration Run,Log,புகுபதிகை DocType: Workflow State,indent-right,உள்தள் வலது DocType: Has Role,Has Role,பங்கு உள்ளது DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,சேவையகத்தில் QR குறியீடு படத்தை தக்கவைக்க நேரம். குறைந்தபட்சம்: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,தவறான மின்னஞ்சல் கணக்கு DocType: Dashboard Chart,Timespan,கால இடைவெளி apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,வலை இணைப்பு DocType: Deleted Document,Restored,மீட்டெடுத்தது @@ -129,7 +128,7 @@ DocType: DocType,Default Print Format,முன்னிருப்பு அ DocType: Workflow State,Tags,குறிச்சொற்களை apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of Workflow,None: பணியோட்ட முடிவு apps/frappe/frappe/database/mariadb/schema.py,"{0} field cannot be set as unique in {1}, as there are non-unique existing values","அல்லாத தனிப்பட்ட தற்போதுள்ள மதிப்புகள் உள்ளன என {0} துறையில், {1} போன்ற தனிப்பட்ட அமைக்க முடியாது" -DocType: Global Search Settings,Document Types,ஆவண வகைகள் +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,ஆவண வகைகள் DocType: Address,Jammu and Kashmir,ஜம்மு காஷ்மீர் DocType: Workflow,Workflow State Field,பணியோட்டம் மாநிலம் புலம் DocType: Language,Guest,விருந்தினர் @@ -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,டிரா பாக்ஸ் அணுகல் விசை apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,தனிப்பயன் ஸ்கிரிப்ட்டின் add_fetch உள்ளமைவில் தவறான புல பெயர் {0} apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,எந்த தொடர்புகளை ஒத்திசைக்க வேண்டும் என்று Google தொடர்புகளைத் தேர்ந்தெடுக்கவும். +DocType: Web Page,Main Section (HTML),முதன்மை பிரிவு (HTML) DocType: Workflow State,headphones,ஹெட்ஃபோன்கள் apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,கடவுச்சொல் தேவை அல்லது காத்திருக்கிறது கடவுச்சொல் தேர்வு உள்ளது DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,எ.கா. replies@yourcomany.com. எல்லா பதில்களும் இந்த செய்திப் பெட்டி வரும். @@ -386,8 +386,6 @@ DocType: Webhook,Request URL,URL ஐ கேட்கவும் DocType: Customize Form,Is Table,அட்டவணை உள்ளது DocType: Email Account,Total number of emails to sync in initial sync process ,தொடக்க ஒத்திசைவிற்குச் செயல்பாட்டில் ஒத்திசைக்க மின்னஞ்சல்கள் மொத்த எண் DocType: Website Settings,Set Banner from Image,பட இருந்து பதாகை அமைக்க -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,குளோபல் தேடுதல் -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,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},ஒரு புதிய கணக்கு உங்களுக்கு தொடங்கப்பட்டது {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,வழிமுறைகள் அனுப்பியுள்ளார் @@ -525,7 +523,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} மற்றும் {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,உரையாடலைத் தொடங்கவும். DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",எப்போதும் அச்சிடும் வரைவு ஆவணங்களை தலைப்பு "வரைவு" சேர்க்க apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},அறிவிப்பில் பிழை: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} ஆண்டு (கள்) முன்பு DocType: Data Migration Run,Current Mapping Start,தற்போதைய மேப்பிங் தொடக்கம் apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,மின்னஞ்சல் ஸ்பேம் என்று குறிக்கப்பட்டுள்ளது DocType: Comment,Website Manager,இணைய மேலாளர் @@ -566,7 +563,7 @@ DocType: Country,Country Name,நாட்டின் பெயர் apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,வெற்று வார்ப்புரு DocType: About Us Team Member,About Us Team Member,எங்களை குழு உறுப்பினர் பற்றி 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.","அனுமதிகள் அறிக்கை , இறக்குமதி , ஏற்றுமதி, அச்சு, மின்னஞ்சல் மற்றும் அமை பயனர் அனுமதிகள் , திருத்தவோ, ரத்து , சமர்ப்பிக்க , நீக்கு , உருவாக்க , வாசிக்க, எழுத, போன்ற உரிமைகள் அமைப்பு மூலம் பங்களிப்பு மற்றும் ஆவண வகைகள் ( டாக்டைப்கள் அழைக்கப்படுகிறது) அமைக்கப்படுகின்றன ." -DocType: Event,Wednesday,புதன்கிழமை +DocType: Assignment Rule Day,Wednesday,புதன்கிழமை apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,"பட புலத்தில் செல்லுபடியாகும் துறையில் பெயர் இருக்க வேண்டும்" DocType: Chat Token,Token,டோக்கன் @@ -688,6 +685,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,அடுத்த செயல்கள் HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,இடுகையை உருவாக்கவும் apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,பங்கேற்பாளர்களைச் சேர்க்கவும் +DocType: Web Page,Main Section (Markdown),முதன்மை பிரிவு (மார்க் டவுன்) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,ஒரே {0} மின்னஞ்சலில் அறிக்கைகள் பயனர் ஒன்றுக்கு அனுமதிக்கப்படுகிறது DocType: Address,Address Title,முகவரி தலைப்பு DocType: Website Settings,Footer Items,அடிக்குறிப்பு உருப்படிகள் @@ -743,6 +741,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,கோ DocType: DocField,In Global Search,குளோபல் சர்ச் DocType: System Settings,Brute Force Security,ப்ரூட் ஃபோர்ஸ் செக்யூரிட்டி DocType: Workflow State,indent-left,உள்தள் இடது +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} ஆண்டு (கள்) முன்பு apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,இந்த கோப்பு நீக்க ஆபத்தானது: {0}. உங்கள் கணினி மேலாளரைத் தொடர்பு கொள்ளவும். DocType: Currency,Currency Name,நாணயத்தின் பெயர் apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,மின்னஞ்சல்கள் இல்லை @@ -864,7 +863,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,ம DocType: Contact Phone,Number,எண் DocType: Web Form Field,Web Form Field,வலை படிவம் களம் apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,உங்களிடம் புதிய செய்தி உள்ளது: -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 க்கு இடையிலான மதிப்புகளுக்கு)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,HTML ஐ திருத்து apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,திருப்பி விடு URL ஐ உள்ளிடுக apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Restore Original Permissions,அசல் அனுமதிகள் மீட்டமை @@ -923,7 +921,6 @@ apps/frappe/frappe/utils/data.py,Cent,சதவீதம் apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,மின்னஞ்சல் எழுது apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","திடுக்கிடும் அமெரிக்கா (எ.கா. வரைவு , அங்கீகரிக்கப்பட்ட , ரத்து செய்யப்பட்டது ) ." DocType: Print Settings,Allow Print for Draft,வரைவு அச்சு அனுமதி -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.","QZ தட்டு பயன்பாட்டுடன் இணைப்பதில் பிழை ...

மூல அச்சு அம்சத்தைப் பயன்படுத்த நீங்கள் QZ தட்டு பயன்பாட்டை நிறுவி இயக்க வேண்டும்.

QZ தட்டில் பதிவிறக்கி நிறுவ இங்கே கிளிக் செய்க .
மூல அச்சிடுதல் பற்றி மேலும் அறிய இங்கே கிளிக் செய்க ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,அமைக்கவும் அளவு apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,உறுதிப்படுத்த இந்த ஆவணம் சமர்ப்பிக்க DocType: Contact,Unsubscribed,குழுவிலகப்பட்டது @@ -1036,6 +1033,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,இல்ல apps/frappe/frappe/config/customization.py,Add custom forms.,விருப்ப படிவங்களை சேர்க்கவும். apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} உள்ள {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,இந்த ஆவணம் சமர்ப்பிக்க +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,அமைவு> பயனர் அனுமதிகள் 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.,அமைப்பு பல முன் வரையறுக்கப்பட்ட கதாபாத்திரங்களில் வழங்குகிறது . நேர்த்தியான அனுமதிகளை அமைக்க புதிய பாத்திரங்கள் சேர்க்க முடியும் . DocType: Communication,CC,சிசி DocType: Country,Geo,ஜியோ @@ -1077,7 +1075,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,மூன்றாம் DocType: Website Settings,Route Redirects,பாதை வழிமாற்றுகள் apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","மொழி , தேதி மற்றும் நேரம் அமைப்புகள்" DocType: User Email,User Email,பயனர் மின்னஞ்சல் -DocType: Event,Saturday,சனிக்கிழமை +DocType: Assignment Rule Day,Saturday,சனிக்கிழமை DocType: User,Represents a User in the system.,அமைப்பு ஒரு பயனர் பிரதிபலிக்கிறது. DocType: List View Setting,Disable Auto Refresh,தானியங்கு புதுப்பிப்பை முடக்கு DocType: Comment,Label,சிட்டை @@ -1198,6 +1196,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,தவறான {0} நிலை DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","தேர்ந்தெடுக்கப்பட்டால், பயனர்கள் அணுகலை உறுதிப்படுத்த உரையாடல் பார்க்க முடியாது." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} பதிவு நீக்கப்பட்டது +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","குறிச்சொல் பெயர் ..., எ.கா. # குறிச்சொல்" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,விசைப்பலகை குறுக்குவழிகள் DocType: Post,Comments,கருத்துகள் apps/frappe/frappe/public/js/frappe/dom.js,Confirm,உறுதிப்படுத்தவும் @@ -1251,6 +1250,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","பயனர் சோதித்ததில் எந்த பங்கு உண்டு என்றால், பயனர் ஒரு "அமைப்பு பயனர்" ஆகிறது. "கணினி பயனர்" டெஸ்க்டாப் அணுகல் உள்ளது" DocType: System Settings,Date and Number Format,தேதி மற்றும் எண் அமைப்பு apps/frappe/frappe/model/document.py,one of,ஒன்று +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,அமைவு> படிவத்தைத் தனிப்பயனாக்கு apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,ஒரு கணம் சரிபார்க்கிறது apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,காட்டு குறிச்சொற்களை DocType: DocField,HTML Editor,HTML எடிட்டர் @@ -1258,6 +1258,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,பட்டியலிடல் DocType: Email Queue,Not Sent,அனுப்பப்படவில்லை. DocType: Web Form,Actions,செயல்கள் +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,அமைப்பு> பயனர் DocType: Workflow State,align-justify,சீரமை-நியாயப்படுத்த DocType: User,Middle Name (Optional),நடுத்தர பெயர் (கட்டாயமில்லை) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,அனுமதி இல்லை @@ -1287,10 +1288,10 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} ந DocType: Kanban Board Column,lightblue,lightblue apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,ஒரே புலம் ஒன்றுக்கு மேற்பட்ட முறை நுழைந்துள்ளது DocType: Print Settings,Enable Raw Printing,மூல அச்சிடலை இயக்கு +DocType: Contact,Contact Numbers,தொடர்பு எண்கள் DocType: Website Route Redirect,Source,மூல apps/frappe/frappe/templates/includes/list/filters.html,clear,தெளிவான apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,முடிந்தது -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,அமைப்பு> பயனர் DocType: Prepared Report,Filter Values,வடிகட்டி மதிப்புகள் DocType: Communication,User Tags,பயனர் குறிச்சொற்கள் DocType: Data Migration Run,Fail,தோல்வி @@ -1315,7 +1316,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,விவரங apps/frappe/frappe/www/qrcode.py,Page has expired!,பக்கம் காலாவதியானது! DocType: LDAP Settings,Path to private Key File,தனிப்பட்ட விசை கோப்புக்கான பாதை DocType: Workflow State,Tasks,பணிகளை -DocType: Event,Tuesday,செவ்வாய்க்கிழமை +DocType: Assignment Rule Day,Tuesday,செவ்வாய்க்கிழமை DocType: Blog Settings,Blog Settings,வலைப்பதிவு அமைப்புகள் apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,நீங்கள் உங்கள் உலாவியில் இந்த இணைப்பை நகலெடுத்து முடியும் DocType: Workflow State,bullhorn,bullhorn @@ -1536,7 +1537,6 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},{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 செல்லுபடியாகும் அறிக்கை வடிவில் இல்லை. அறிக்கை வடிவம் பின்வரும்% கள் ஒரு \ வேண்டும் DocType: Chat Message,Chat,அரட்டை -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,அமைவு> பயனர் அனுமதிகள் DocType: LDAP Group Mapping,LDAP Group Mapping,LDAP குழு மேப்பிங் DocType: Dashboard Chart,Chart Options,விளக்கப்படம் விருப்பங்கள் apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,பெயரிடப்படாத நெடுவரிசை @@ -1567,6 +1567,7 @@ DocType: Custom Role,Custom Role,விருப்ப பங்கு apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,முகப்பு / டெஸ்ட் அடைவு 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,உங்கள் கடவுச்சொல்லை உள்ளிடவும் DocType: Dropbox Settings,Dropbox Access Secret,டிரா பாக்ஸ் அணுகல் ரகசியம் +DocType: Tag Link,Document Title,ஆவண தலைப்பு apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(கட்டாயமாகும்) DocType: Social Login Key,Social Login Provider,சமூக உள்நுழை வழங்குநர் apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,மற்றொரு கருத்து சேர் @@ -1803,7 +1804,6 @@ DocType: GCalendar Account,Next Sync Token,அடுத்த ஒத்திச DocType: Energy Point Settings,Energy Point Settings,எனர்ஜி பாயிண்ட் அமைப்புகள் DocType: Async Task,Succeeded,முன்னவர் apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},தேவையான கட்டாய துறைகள் {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","QZ தட்டு பயன்பாட்டுடன் இணைப்பதில் பிழை ...

மூல அச்சு அம்சத்தைப் பயன்படுத்த நீங்கள் QZ தட்டு பயன்பாட்டை நிறுவி இயக்க வேண்டும்.

QZ தட்டில் பதிவிறக்கி நிறுவ இங்கே கிளிக் செய்க .
மூல அச்சிடுதல் பற்றி மேலும் அறிய இங்கே கிளிக் செய்க ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,காப்பு எண்ணிக்கை அமை DocType: DocField,Do not allow user to change after set the first time,பயனர் மாற்ற அனுமதிக்க வேண்டாம் பிறகு முதல் முறையாக அமைக்க apps/frappe/frappe/utils/data.py,1 year ago,1 வருடம் முன்பு @@ -3642,6 +3649,7 @@ DocType: Auto Email Report,Send only if there is any data,எந்த தரவ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,மொத்தம் வரிசை apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: முன் அதிக அளவு அமைக்கப்படுகின்றன நிலை 0 மணிக்கு அனுமதி அமைக்க வேண்டும் DocType: Contact,Sync with Google Contacts,Google தொடர்புகளுடன் ஒத்திசைக்கவும் +DocType: Tag Link,Document Tag,ஆவணக் குறிச்சொல் apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},வேலையை மூலம் மூடப்பட்டது {0} DocType: Integration Request,Remote,தொலை apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,கணக்கிடுங்கள் @@ -3831,6 +3839,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,பின்வரும் கோட்பாடுகளுக்கான பதிவுகள் வடிகட்டப்படும் apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,திட்டமிடுபவர் செயலற்றவர் DocType: Blog Settings,Blog Introduction,வலைப்பதிவு அறிமுகம் +DocType: Global Search Settings,Search Priorities,முன்னுரிமைகளைத் தேடுங்கள் DocType: Address,Office,அலுவலகம் apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,இந்த கான்பன் வாரியம் தனிப்பட்டதாக இருக்கும் apps/frappe/frappe/desk/moduleview.py,Standard Reports,ஸ்டாண்டர்ட் அறிக்கைகள் diff --git a/frappe/translations/te.csv b/frappe/translations/te.csv index 682c33e9f6..a3baa38664 100644 --- a/frappe/translations/te.csv +++ b/frappe/translations/te.csv @@ -112,7 +112,6 @@ DocType: Data Migration Run,Log,లోనికి ప్రవేశించ DocType: Workflow State,indent-right,ఇండెంట్ కుడి DocType: Has Role,Has Role,పాత్ర ఉంది DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,సర్వర్లో QR కోడ్ చిత్రం నిలుపుకోడానికి సెకన్లలో సమయం. కనిష్టం: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,చెల్లని ఇమెయిల్ ఖాతా DocType: Dashboard Chart,Timespan,కాల వ్యవధి apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,వెబ్ లింక్ DocType: Deleted Document,Restored,పునరుద్ధరించబడిన @@ -128,7 +127,7 @@ DocType: DocType,Default Print Format,డిఫాల్ట్ ముద్ర DocType: Workflow State,Tags,టాగ్లు apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of 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} రంగంలో {1} వంటి ఏకైక సెట్ చేయబడదు -DocType: Global Search Settings,Document Types,డాక్యుమెంట్ రకాలు +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,డాక్యుమెంట్ రకాలు DocType: Address,Jammu and Kashmir,జమ్మూ కాశ్మీర్ DocType: Workflow,Workflow State Field,వర్క్ఫ్లో రాష్ట్రం ఫీల్డ్ DocType: Language,Guest,గెస్ట్ @@ -287,6 +286,7 @@ DocType: Customize Form Field,"Print Width of the field, if the field is a colum DocType: Dropbox Settings,Dropbox Access Key,డ్రాప్బాక్స్ యాక్సెస్ కీ apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,కస్టమ్ స్క్రిప్ట్ యొక్క add_fetch ఆకృతీకరణలో తప్పు ఫీల్డ్ పేరు {0} apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,ఏ పరిచయాన్ని సమకాలీకరించాలో Google పరిచయాలను ఎంచుకోండి. +DocType: Web Page,Main Section (HTML),ప్రధాన విభాగం (HTML) DocType: Workflow State,headphones,హెడ్ఫోన్స్ apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,పాస్వర్డ్ అవసరం లేదా అందించనివారు పాస్వర్డ్ ఎంచుకోండి DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,ఉదా replies@yourcomany.com. అన్ని ప్రత్యుత్తరాలు ఈ ఇన్బాక్స్కు వస్తాయి. @@ -383,8 +383,6 @@ DocType: Webhook,Request URL,URL ను అభ్యర్థించండి DocType: Customize Form,Is Table,పట్టిక DocType: Email Account,Total number of emails to sync in initial sync process ,ప్రారంభ సమకాలీకరణ ప్రక్రియలో సమకాలీకరించడానికి ఇమెయిల్స్ మొత్తం సంఖ్య DocType: Website Settings,Set Banner from Image,చిత్రం నుండి సెట్ బ్యానర్ -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,గ్లోబల్ సెర్చ్ -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,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},ఒక కొత్త ఖాతా వద్ద మీరు కోసం సృష్టించబడింది {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,సూచనలు ఇమెయిల్ @@ -522,7 +520,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} మరియు {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,సంభాషణను ప్రారంభించండి. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",ఎల్లప్పుడూ "చిత్తుప్రతి" ముద్రణ డ్రాఫ్ట్ పత్రాల కోసం శీర్షిక జోడించడానికి apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},నోటిఫికేషన్‌లో లోపం: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} సంవత్సరం (లు) క్రితం DocType: Data Migration Run,Current Mapping Start,ప్రస్తుత మ్యాపింగ్ ప్రారంభించండి apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,ఇమెయిల్ స్పామ్ మార్క్ చెయ్యబడింది DocType: Comment,Website Manager,వెబ్సైట్ మేనేజర్ @@ -563,7 +560,7 @@ DocType: Country,Country Name,దేశం పేరు apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,ఖాళీ మూస DocType: About Us Team Member,About Us Team Member,మా గురించి జట్టు సభ్యుడు గురించి 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.","అనుమతులు, రిపోర్ట్, దిగుమతి, ఎగుమతి, ప్రింట్, ఇమెయిల్ మరియు సెట్ వినియోగదారు అనుమతులను వ్రాయండి సృష్టించు, తొలగించు, సమర్పించు రద్దు చక్కదిద్దు, పాత్రలు మరియు రీడ్ వంటి హక్కులు అమర్చుట ద్వారా డాక్యుమెంట్ రకాలు (అని డాక్యుమెంట్ రకాలు) కలిగి ఉంటాయి." -DocType: Event,Wednesday,బుధవారం +DocType: Assignment Rule Day,Wednesday,బుధవారం apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,చిత్రం రంగంలో చెల్లుబాటు అయ్యే FIELDNAME ఉండాలి DocType: Chat Token,Token,టోకెన్ DocType: Property Setter,ID (name) of the entity whose property is to be set,దీని ఆస్తి ఎంటిటిని ID (పేరు) అమర్చవచ్చు ఉంది @@ -574,6 +571,7 @@ apps/frappe/frappe/installer.py,App {0} already installed,App {0} ఇప్ప DocType: Energy Point Rule,Users assigned to the reference document will get points.,రిఫరెన్స్ డాక్యుమెంట్‌కు కేటాయించిన వినియోగదారులకు పాయింట్లు లభిస్తాయి. apps/frappe/frappe/printing/doctype/print_settings/print_settings.js,No Preview,పరిదృశ్యం లేదు DocType: Workflow State,exclamation-sign,ఆశ్చర్యార్థకం సైన్ +apps/frappe/frappe/public/js/frappe/views/file/file_view.js,Unzipped {0} files,అన్జిప్ చేసిన {0} ఫైల్‌లు apps/frappe/frappe/public/js/frappe/form/controls/link.js,empty,ఖాళీగా apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js,Show Permissions,అనుమతులు షో DocType: Data Import,New data will be inserted.,క్రొత్త డేటా చేర్చబడుతుంది. @@ -682,6 +680,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,తదుపరి చర్యలు HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,పోస్ట్ను సృష్టించండి apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,పాల్గొనేవారిని జోడించండి +DocType: Web Page,Main Section (Markdown),ప్రధాన విభాగం (మార్క్‌డౌన్) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,కేవలం {0} ఇమెయిల్ నివేదికలు వినియోగదారుకు అనుమతించబడతాయి DocType: Address,Address Title,చిరునామా శీర్షిక DocType: Website Settings,Footer Items,ఫుటర్ అంశాలు @@ -737,6 +736,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,ఫై DocType: DocField,In Global Search,గ్లోబల్ సెర్చ్ DocType: System Settings,Brute Force Security,బ్రూట్ ఫోర్స్ సెక్యూరిటీ DocType: Workflow State,indent-left,ఇండెంట్ ఎడమకు +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} సంవత్సరం (లు) క్రితం apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,ఇది ఈ ఫైల్ను మీరు తొలగించాలని ప్రమాదకర ఉంది: {0}. మీ సిస్టమ్ నిర్వాహకుడిని సంప్రదించండి. DocType: Currency,Currency Name,కరెన్సీ పేరు apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,ఇమెయిళ్ళు లేవు @@ -859,7 +859,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,మ DocType: Contact Phone,Number,సంఖ్య DocType: Web Form Field,Web Form Field,వెబ్ ఫారం ఫీల్డ్ apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,మీకు కొత్త సందేశం ఉంది: -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 మధ్య విలువలకు) ఉపయోగించండి." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,HTML ను సవరించు apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,దారిమార్పు URL ను నమోదు చేయండి apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Restore Original Permissions,Original అనుమతులు పునరుద్ధరించు @@ -918,7 +917,6 @@ apps/frappe/frappe/utils/data.py,Cent,సెంట్ apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,ఇమెయిల్ కంపోజ్ apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","వర్క్ఫ్లో స్టేట్స్ (ఉదా డ్రాఫ్ట్ ఆమోదించబడింది, రద్దయింది)." DocType: Print Settings,Allow Print for Draft,డ్రాఫ్ట్ కోసం ప్రింట్ అనుమతిస్తుంది -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.","QZ ట్రే అనువర్తనానికి కనెక్ట్ చేయడంలో లోపం ...

రా ప్రింట్ ఫీచర్‌ను ఉపయోగించడానికి మీరు QZ ట్రే అప్లికేషన్‌ను ఇన్‌స్టాల్ చేసి అమలు చేయాలి.

QZ ట్రేని డౌన్‌లోడ్ చేసి, ఇన్‌స్టాల్ చేయడానికి ఇక్కడ క్లిక్ చేయండి .
రా ప్రింటింగ్ గురించి మరింత తెలుసుకోవడానికి ఇక్కడ క్లిక్ చేయండి ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,సెట్ పరిమాణం apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,నిర్ధారించుకోవటానికి ఈ పత్రాన్ని సమర్పించి DocType: Contact,Unsubscribed,తప్పుకునే @@ -1032,6 +1030,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,ఏ {0} ద apps/frappe/frappe/config/customization.py,Add custom forms.,కస్టమ్ రూపాలు జోడించండి. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} లో {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,ఈ పత్రం సమర్పించిన +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,సెటప్> వినియోగదారు అనుమతులు 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.,వ్యవస్థ అనేక ముందు నిర్వచించబడిన పాత్రలు అందిస్తుంది. మీరు నాణ్యమైన అనుమతులు సెట్ కొత్త పాత్రలు జోడించవచ్చు. DocType: Communication,CC,సిసి DocType: Country,Geo,జియో @@ -1073,7 +1072,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,మూడవ పక్ష DocType: Website Settings,Route Redirects,మార్గం దారిమార్పులు apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","భాష, తేదీ మరియు సమయం అమర్పులు" DocType: User Email,User Email,వాడుకరి ఇమెయిల్ -DocType: Event,Saturday,శనివారం +DocType: Assignment Rule Day,Saturday,శనివారం DocType: User,Represents a User in the system.,వ్యవస్థలో ఒక వాడుకరి సూచిస్తుంది. DocType: List View Setting,Disable Auto Refresh,ఆటో రిఫ్రెష్ ఆపివేయి DocType: Comment,Label,లేబుల్ @@ -1192,6 +1191,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,చెల్లని {0} స్థితి DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","తనిఖీ చేస్తే, వినియోగదారులు యాక్సెస్ నిర్ధారించండి డైలాగ్ చూడరు." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} రికార్డ్ తొలగించబడింది +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","ట్యాగ్ పేరు ..., ఉదా # ట్యాగ్" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,కీబోర్డ్ సత్వరమార్గాలు DocType: Post,Comments,వ్యాఖ్యలు apps/frappe/frappe/public/js/frappe/dom.js,Confirm,నిర్ధారించండి @@ -1245,6 +1245,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","యూజర్ తనిఖీ ఏ పాత్ర ఉంది, అప్పుడు యూజర్ ఒక "సిస్టమ్ వాడుకరి" అవుతుంది. "సిస్టమ్ వాడుకరి" డెస్క్టాప్ ప్రాప్తి ఉంది" DocType: System Settings,Date and Number Format,తేదీ మరియు సంఖ్య ఫార్మాట్ apps/frappe/frappe/model/document.py,one of,ఒకటి +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,సెటప్> ఫారమ్‌ను అనుకూలీకరించండి apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,ఒక క్షణం తనిఖీ చేస్తోంది apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,షో టాగ్లు DocType: DocField,HTML Editor,HTML ఎడిటర్ @@ -1252,6 +1253,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,బిల్లింగ్ DocType: Email Queue,Not Sent,పంపలేదు DocType: Web Form,Actions,చర్యలు +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,సెటప్> వినియోగదారు DocType: Workflow State,align-justify,align సమ్మతం DocType: User,Middle Name (Optional),మధ్య పేరు (ఆప్షనల్) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,అనుమతించబడదు @@ -1282,10 +1284,10 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} న DocType: Kanban Board Column,lightblue,లేత నీలం apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,ఒకే ఫీల్డ్ ఒకటి కంటే ఎక్కువసార్లు ప్రవేశించింది DocType: Print Settings,Enable Raw Printing,రా ప్రింటింగ్‌ను ప్రారంభించండి +DocType: Contact,Contact Numbers,సంప్రదింపు సంఖ్యలు DocType: Website Route Redirect,Source,మూల apps/frappe/frappe/templates/includes/list/filters.html,clear,స్పష్టమైన apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,పూర్తయ్యింది -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,సెటప్> వినియోగదారు DocType: Prepared Report,Filter Values,ఫిల్టర్ విలువలు DocType: Communication,User Tags,వాడుకరి టాగ్లు DocType: Data Migration Run,Fail,విఫలం @@ -1310,7 +1312,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,వివరా apps/frappe/frappe/www/qrcode.py,Page has expired!,పేజీ గడువు ముగిసింది! DocType: LDAP Settings,Path to private Key File,ప్రైవేట్ కీ ఫైల్‌కు మార్గం DocType: Workflow State,Tasks,పనులు -DocType: Event,Tuesday,మంగళవారం +DocType: Assignment Rule Day,Tuesday,మంగళవారం DocType: Blog Settings,Blog Settings,బ్లాగ్ అమరికలు apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,మీరు కూడా మీ బ్రౌజర్లో ఈ లింక్ కాపీ పేస్ట్ చేయవచ్చు DocType: Workflow State,bullhorn,bullhorn @@ -1532,7 +1534,6 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},{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 చెల్లుబాటు అయ్యే నివేదిక రూపంలో లేదు. ఫార్మాట్ క్రింది% s ఒకటి \ ఉండాలి నివేదిక DocType: Chat Message,Chat,చాట్ -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,సెటప్> వినియోగదారు అనుమతులు DocType: LDAP Group Mapping,LDAP Group Mapping,LDAP గ్రూప్ మ్యాపింగ్ DocType: Dashboard Chart,Chart Options,చార్ట్ ఎంపికలు apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,పేరులేని కాలమ్ @@ -1563,6 +1564,7 @@ DocType: Custom Role,Custom Role,కస్టమ్ రోల్ apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,హోం / టెస్ట్ ఫోల్డర్ 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,మీ పాస్వర్డ్ను ఎంటర్ DocType: Dropbox Settings,Dropbox Access Secret,డ్రాప్బాక్స్ యాక్సెస్ సీక్రెట్ +DocType: Tag Link,Document Title,పత్రం శీర్షిక apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(ఆదేశక) DocType: Social Login Key,Social Login Provider,సామాజిక లాగిన్ ప్రొవైడర్ apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,మరో వ్యాఖ్య జోడించండి @@ -1799,7 +1801,6 @@ DocType: GCalendar Account,Next Sync Token,తదుపరి సమకాలీ DocType: Energy Point Settings,Energy Point Settings,ఎనర్జీ పాయింట్ సెట్టింగులు DocType: Async Task,Succeeded,విజయవంతమైంది apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},అవసరం తప్పనిసరి ఖాళీలను {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","QZ ట్రే అనువర్తనానికి కనెక్ట్ చేయడంలో లోపం ...

రా ప్రింట్ ఫీచర్‌ను ఉపయోగించడానికి మీరు QZ ట్రే అప్లికేషన్‌ను ఇన్‌స్టాల్ చేసి అమలు చేయాలి.

QZ ట్రేని డౌన్‌లోడ్ చేసి, ఇన్‌స్టాల్ చేయడానికి ఇక్కడ క్లిక్ చేయండి .
రా ప్రింటింగ్ గురించి మరింత తెలుసుకోవడానికి ఇక్కడ క్లిక్ చేయండి ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,బ్యాకప్ సంఖ్య సెట్ DocType: DocField,Do not allow user to change after set the first time,మొదటిసారి యూజర్ తర్వాత సెట్ మార్చడానికి అనుమతిస్తుంది లేదు apps/frappe/frappe/utils/data.py,1 year ago,1 సంవత్సరం క్రితం @@ -3607,6 +3615,7 @@ DocType: Auto Email Report,Send only if there is any data,ఏ సమాచార apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,రెట్లు మొత్తం apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: ఉన్నత స్థాయిలు సెట్ ముందు level 0 వద్ద అనుమతి ఏర్పాటు చేయాలి DocType: Contact,Sync with Google Contacts,Google పరిచయాలతో సమకాలీకరించండి +DocType: Tag Link,Document Tag,డాక్యుమెంట్ ట్యాగ్ apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},అసైన్మెంట్ మూసివేయబడింది {0} DocType: Integration Request,Remote,రిమోట్ apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,లెక్కించు @@ -3795,6 +3804,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,కింది సిద్ధాంతాల కోసం రికార్డులు ఫిల్టర్ చేయబడతాయి apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,షెడ్యూలర్ క్రియారహితం DocType: Blog Settings,Blog Introduction,బ్లాగ్ పరిచయం +DocType: Global Search Settings,Search Priorities,శోధన ప్రాధాన్యతలు DocType: Address,Office,ఆఫీసు apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,ఈ కంబన్ బోర్డు ప్రైవేట్ అవుతుంది apps/frappe/frappe/desk/moduleview.py,Standard Reports,ప్రామాణిక నివేదికలు diff --git a/frappe/translations/th.csv b/frappe/translations/th.csv index d9badb1730..c4357375ef 100644 --- a/frappe/translations/th.csv +++ b/frappe/translations/th.csv @@ -113,7 +113,6 @@ DocType: Data Migration Run,Log,เข้าสู่ระบบ DocType: Workflow State,indent-right,เยื้องขวา DocType: Has Role,Has Role,มีบทบาท DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,เวลาเป็นวินาทีเพื่อเก็บภาพโค้ด QR บนเซิร์ฟเวอร์ ต่ำสุด: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,บัญชีอีเมลไม่ถูกต้อง apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: Fieldtype {1} สำหรับ {2} ไม่สามารถทำดัชนีได้ DocType: Dashboard Chart,Timespan,ช่วงเวลา apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,เว็บลิงค์ @@ -130,7 +129,7 @@ DocType: DocType,Default Print Format,รูปแบบการพิมพ์ DocType: Workflow State,Tags,แท็ก apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of 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} เขตข้อมูลไม่สามารถกำหนดให้เป็นเอกลักษณ์ใน {1} เนื่องจากมีค่าที่ซ้ำกันอยู่ -DocType: Global Search Settings,Document Types,ประเภทเอกสาร +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,ประเภทเอกสาร DocType: Address,Jammu and Kashmir,ชัมมูและแคชเมียร์ DocType: Workflow,Workflow State Field,ฟิลด์สถานะของเวิร์กโฟลว์ DocType: Language,Guest,ผู้เยี่ยมชม @@ -291,6 +290,7 @@ DocType: Customize Form Field,"Print Width of the field, if the field is a colum DocType: Dropbox Settings,Dropbox Access Key,ที่สำคัญในการเข้าถึง Dropbox apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,Fieldname ไม่ถูกต้อง {0} ในการกำหนดค่า add_fetch ของสคริปต์ที่กำหนดเอง apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,เลือก Google Contacts ที่จะซิงค์รายชื่อติดต่อ +DocType: Web Page,Main Section (HTML),ส่วนหลัก (HTML) DocType: Workflow State,headphones,หูฟัง apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,รหัสผ่านจะต้องรอหรือเลือกรหัสผ่าน DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,เช่น replies@yourcomany.com คำตอบทั้งหมดจะมาถึงกล่องจดหมายนี้ @@ -391,8 +391,6 @@ DocType: Webhook,Request URL,ขอ URL DocType: Customize Form,Is Table,เป็นตาราง DocType: Email Account,Total number of emails to sync in initial sync process ,จำนวนอีเมลที่จะซิงค์ในขั้นตอนการซิงค์ครั้งแรก DocType: Website Settings,Set Banner from Image,ตั้งป้ายโฆษณาจากภาพ -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,การค้นหาทั่วโลก -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,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},บัญชีใหม่ได้รับการสร้างขึ้นสำหรับคุณที่ {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,คำแนะนำส่งอีเมล @@ -533,7 +531,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} และ {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,เริ่มการสนทนา DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",เสมอเพิ่ม "ร่าง" จะเดินทางสำหรับเอกสารร่างการพิมพ์ apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},ข้อผิดพลาดในการแจ้งเตือน: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} ปีที่แล้ว DocType: Data Migration Run,Current Mapping Start,การทำแผนที่เริ่มต้นปัจจุบัน apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,อีเมลถูกทำเครื่องหมายว่าเป็นสแปม DocType: Comment,Website Manager,เว็บไซต์ผู้จัดการ @@ -575,7 +572,7 @@ DocType: Country,Country Name,ชื่อประเทศ apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,เทมเพลตเปล่า DocType: About Us Team Member,About Us Team Member,เกี่ยวกับสมาชิกในทีมเรา 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.","สิทธิ์ มีการกำหนด บทบาท และชนิดของ เอกสาร ( ที่เรียกว่า doctypes ) โดยการตั้งค่า สิทธิ เช่น อ่านเขียน สร้าง , ลบ, ส่ง , ยกเลิก , แก้ไข , รายงาน , นำเข้า , ส่งออก , พิมพ์ , อีเมล์และ กำหนด สิทธิ์ของผู้ใช้" -DocType: Event,Wednesday,วันพุธ +DocType: Assignment Rule Day,Wednesday,วันพุธ apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,ข้อมูลภาพจะต้องเป็น fieldname ที่ถูกต้อง DocType: Chat Token,Token,เหรียญ apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,ชื่อฟิลด์ {0} ถูก จำกัด @@ -696,6 +693,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,การดำเนินการต่อไป HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,สร้างโพสต์ apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,เพิ่มผู้เข้าร่วม +DocType: Web Page,Main Section (Markdown),ส่วนหลัก (Markdown) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,เพียง {0} ส่งอีเมลรายงานที่ได้รับอนุญาตต่อผู้ใช้ apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: Fieldtype {1} สำหรับ {2} ต้องไม่ซ้ำกัน DocType: Address,Address Title,หัวข้อที่อยู่ @@ -752,6 +750,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,การ DocType: DocField,In Global Search,ในการค้นหาทั่วโลก DocType: System Settings,Brute Force Security,Brute Force Security DocType: Workflow State,indent-left,เยื้องซ้าย +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} ปีที่แล้ว apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,มันเป็นความเสี่ยงที่จะลบไฟล์นี้: {0} โปรดติดต่อผู้จัดการของระบบ DocType: Currency,Currency Name,ชื่อสกุล apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,ไม่มีอีเมล์ @@ -876,7 +875,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,ล DocType: Contact Phone,Number,จำนวน DocType: Web Form Field,Web Form Field,ช่องข้อมูลเว็บฟอร์ม apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,คุณมีข้อความใหม่จาก: -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)" apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,แก้ไข HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,โปรดป้อน URL การเปลี่ยนเส้นทาง apps/frappe/frappe/core/doctype/language/language.py,"{0} must begin and end with a letter and can only contain letters, @@ -937,7 +935,6 @@ apps/frappe/frappe/utils/data.py,Cent,Cent apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,เขียนอีเมล apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).",สหรัฐอเมริกาเป็น ขั้นตอนการทำงาน (เช่น ร่าง อนุมัติ ยกเลิก ) DocType: Print Settings,Allow Print for Draft,อนุญาตให้พิมพ์ร่าง -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.","เกิดข้อผิดพลาดในการเชื่อมต่อกับแอปพลิเคชัน QZ Tray ...

คุณต้องมีแอปพลิเคชัน QZ Tray ติดตั้งและใช้งานเพื่อใช้คุณสมบัติการพิมพ์แบบ Raw

คลิกที่นี่เพื่อดาวน์โหลดและติดตั้ง QZ Tray
คลิกที่นี่เพื่อเรียนรู้เพิ่มเติมเกี่ยวกับการพิมพ์แบบดิบ" apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,ระบุจำนวน apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,ส่งเอกสารนี้เพื่อยืนยัน DocType: Contact,Unsubscribed,ยกเลิกการสมัคร @@ -1052,6 +1049,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,ไม่ม apps/frappe/frappe/config/customization.py,Add custom forms.,เพิ่มรูปแบบที่กำหนดเอง apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} ใน {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,ส่งเอกสารนี้ +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,ตั้งค่า> สิทธิ์ผู้ใช้ 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.,ระบบให้ บทบาท ที่กำหนดไว้ล่วงหน้า หลาย คุณสามารถเพิ่ม บทบาทใหม่ เพื่อกำหนดสิทธิ์ ปลีกย่อย DocType: Communication,CC,CC DocType: Country,Geo,Geo @@ -1093,7 +1091,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,จัดการแอ DocType: Website Settings,Route Redirects,การเปลี่ยนเส้นทาง apps/frappe/frappe/config/settings.py,"Language, Date and Time settings",ภาษา วันที่ และ เวลาที่ การตั้งค่า DocType: User Email,User Email,ผู้ใช้อีเมล์ -DocType: Event,Saturday,วันเสาร์ +DocType: Assignment Rule Day,Saturday,วันเสาร์ DocType: User,Represents a User in the system.,หมายถึงผู้ใช้งานในระบบ DocType: List View Setting,Disable Auto Refresh,ปิดใช้งานการรีเฟรชอัตโนมัติ DocType: Comment,Label,ฉลาก @@ -1217,6 +1215,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,สภาวะ {0} ไม่ถูกต้อง DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.",หากการตรวจสอบผู้ใช้จะไม่เห็นกล่องโต้ตอบยืนยันการเข้า apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,ลบ {0} บันทึกแล้ว +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag",ชื่อแท็ก ... เช่น #tag apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,แป้นพิมพ์ลัด DocType: Post,Comments,ความเห็น apps/frappe/frappe/public/js/frappe/dom.js,Confirm,ยืนยัน @@ -1271,6 +1270,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",หากผู้ใช้มีบทบาทในการตรวจสอบใด ๆ จากนั้นผู้ใช้จะกลายเป็น "ผู้ใช้ระบบ" "ระบบของผู้ใช้" มีการเข้าถึงเดสก์ทอป DocType: System Settings,Date and Number Format,วันที่และ รูปแบบตัวเลข apps/frappe/frappe/model/document.py,one of,หนึ่งใน +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,ตั้งค่า> ปรับแต่งฟอร์ม apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,ตรวจสอบช่วงเวลาหนึ่ง apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,แสดงแท็ก DocType: DocField,HTML Editor,ตัวแก้ไข HTML @@ -1278,6 +1278,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,การเรียกเก็บเงิน DocType: Email Queue,Not Sent,ส่งไม่ได้ DocType: Web Form,Actions,การดำเนินการ +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,ตั้งค่า> ผู้ใช้ DocType: Workflow State,align-justify,จัดแสดงให้เห็นถึง- DocType: User,Middle Name (Optional),ชื่อกลาง (ถ้ามี) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,ไม่อนุญาต @@ -1306,13 +1307,14 @@ DocType: PayPal Settings,PayPal Settings,การตั้งค่าของ apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,เลือกประเภทของเอกสาร apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,ไม่สามารถลบ {0} เนื่องจากมี ต่อมน้ำเด็ก apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} นาทีที่ผ่านมา +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,วันที่มอบหมาย {0} ซ้ำแล้วซ้ำอีก DocType: Kanban Board Column,lightblue,ฟ้าอ่อน apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,มีการป้อนฟิลด์เดียวกันมากกว่าหนึ่งครั้ง DocType: Print Settings,Enable Raw Printing,เปิดใช้งานการพิมพ์แบบ Raw +DocType: Contact,Contact Numbers,เบอร์ติดต่อ DocType: Website Route Redirect,Source,แหล่ง apps/frappe/frappe/templates/includes/list/filters.html,clear,ชัดเจน apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,เสร็จ -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,ตั้งค่า> ผู้ใช้ DocType: Prepared Report,Filter Values,ค่าตัวกรอง DocType: Communication,User Tags,แท็กผู้ใช้ DocType: Data Migration Run,Fail,ล้มเหลว @@ -1337,7 +1339,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,ซ่อนร apps/frappe/frappe/www/qrcode.py,Page has expired!,หน้าหมดอายุ! DocType: LDAP Settings,Path to private Key File,พา ธ ไปยังไฟล์คีย์ส่วนตัว DocType: Workflow State,Tasks,งาน -DocType: Event,Tuesday,วันอังคาร +DocType: Assignment Rule Day,Tuesday,วันอังคาร DocType: Blog Settings,Blog Settings,การตั้งค่าบล็อก apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,นอกจากนี้คุณยังสามารถคัดลอกวางการเชื่อมโยงในเบราว์เซอร์ของคุณ DocType: Workflow State,bullhorn,โทรโข่ง @@ -1563,7 +1565,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},ไม่อนุญ 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 ไม่ใช่รูปแบบรายงานที่ถูกต้อง รูปแบบรายงานควรเป็น \ หนึ่งใน %s ต่อไปนี้ DocType: Chat Message,Chat,พูดคุย -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,ตั้งค่า> สิทธิ์ผู้ใช้ +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},ไม่พบเอกสารที่ติดแท็กด้วย {0} DocType: LDAP Group Mapping,LDAP Group Mapping,การจับคู่กลุ่ม LDAP DocType: Dashboard Chart,Chart Options,ตัวเลือกแผนภูมิ apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,คอลัมน์ไม่มีชื่อ @@ -1594,6 +1596,7 @@ DocType: Custom Role,Custom Role,บทบาทที่กำหนดเอ apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,หน้าแรก / โฟลเดอร์ทดสอบ 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,ป้อนรหัสผ่านของคุณ DocType: Dropbox Settings,Dropbox Access Secret,ความลับในการเข้าถึง Dropbox +DocType: Tag Link,Document Title,ชื่อเอกสาร apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(บังคับ) DocType: Social Login Key,Social Login Provider,ผู้ให้บริการเข้าสู่ระบบสังคม apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,เพิ่มความคิดเห็นอื่น @@ -1839,7 +1842,6 @@ DocType: GCalendar Account,Next Sync Token,รหัสการซิงค์ DocType: Energy Point Settings,Energy Point Settings,การตั้งค่าจุดพลังงาน DocType: Async Task,Succeeded,ประสบความสำเร็จ apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},เขตข้อมูล ที่จำเป็นในการ บังคับ {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","เกิดข้อผิดพลาดในการเชื่อมต่อกับแอปพลิเคชัน QZ Tray ...

คุณต้องมีแอปพลิเคชัน QZ Tray ติดตั้งและใช้งานเพื่อใช้คุณสมบัติการพิมพ์แบบ Raw

คลิกที่นี่เพื่อดาวน์โหลดและติดตั้ง QZ Tray
คลิกที่นี่เพื่อเรียนรู้เพิ่มเติมเกี่ยวกับการพิมพ์แบบดิบ" apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,กำหนดจำนวนของการสำรองข้อมูล DocType: DocField,Do not allow user to change after set the first time,ไม่อนุญาตให้ ผู้ใช้สามารถ เปลี่ยนไปหลังจากที่ ติดตั้ง ครั้งแรก apps/frappe/frappe/utils/data.py,1 year ago,1 ปีที่ผ่านมา @@ -3709,6 +3717,7 @@ DocType: Auto Email Report,Send only if there is any data,ส่งเฉพา apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,ยอดรวม apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0} การอนุญาตที่ระดับ 0 จะต้องตั้งค่าก่อนที่จะตั้งค่าระดับที่สูงกว่า DocType: Contact,Sync with Google Contacts,ซิงค์กับ Google Contacts +DocType: Tag Link,Document Tag,แท็กเอกสาร apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},กำหนดปิดโดย {0} DocType: Integration Request,Remote,รีโมท apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,คำนวณ @@ -3799,6 +3808,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,เ DocType: Email Domain,domain name,ชื่อโดเมน DocType: Contact Email,Contact Email,ติดต่ออีเมล์ DocType: Kanban Board Column,Order,ใบสั่ง +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,ไม่พบผลลัพธ์สำหรับ {0} ในการค้นหาทั่วโลก DocType: Report,Ref DocType,DocType Ref apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,โปรดป้อน Client ID ก่อนเข้าสู่ระบบโซเชียล apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0}: ไม่สามารถถูกแก้ไขได้โดยไม่ยกเลิก @@ -3905,6 +3915,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,บันทึกสำหรับต่อไปนี้ doctypes จะถูกกรอง apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,ไม่ใช้งานตัวกำหนดตารางเวลา DocType: Blog Settings,Blog Introduction,แนะนำบล็อก +DocType: Global Search Settings,Search Priorities,ลำดับความสำคัญของการค้นหา DocType: Address,Office,สำนักงาน apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,นี้คณะกรรมการ Kanban จะเป็นส่วนตัว apps/frappe/frappe/desk/moduleview.py,Standard Reports,รายงาน มาตรฐาน diff --git a/frappe/translations/tr.csv b/frappe/translations/tr.csv index 951d726113..a33d321a3a 100644 --- a/frappe/translations/tr.csv +++ b/frappe/translations/tr.csv @@ -118,7 +118,6 @@ DocType: Data Migration Run,Log,Giriş DocType: Workflow State,indent-right,indent-right DocType: Has Role,Has Role,Rol Has DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,Sunucuda QR kodu görüntüsü tutmak için saniye cinsinden süre. Min: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,Geçersiz E-posta Hesabı apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: {2} için {1} alan tipi dizine alınamıyor DocType: Dashboard Chart,Timespan,Zaman aralığı apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Web Link @@ -135,7 +134,7 @@ DocType: DocType,Default Print Format,Varsayılan Yazdırma Biçimi DocType: Workflow State,Tags,Etiketler apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of Workflow,Hiçbiri: İş Akışı sonu apps/frappe/frappe/database/mariadb/schema.py,"{0} field cannot be set as unique in {1}, as there are non-unique existing values","{1} içinde {0} eşsiz olarak ayarlanamaz, çünkü bir çok normal değer girilmiş" -DocType: Global Search Settings,Document Types,Belge Türleri +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,Belge Türleri DocType: Address,Jammu and Kashmir,Cammu ve Keşmir DocType: Workflow,Workflow State Field,İş Akışı Durumu Tarla DocType: Language,Guest,Konuk @@ -304,6 +303,7 @@ DocType: Dropbox Settings,Dropbox Access Key,Dropbox Erişim Anahtarı DocType: Dropbox Settings,Dropbox Access Key,Dropbox Erişim Anahtarı apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,Özel komut dosyasının add_fetch yapılandırmasında yanlış alan adı {0} apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,Kişinin senkronize edileceği Google Rehber'i seçin. +DocType: Web Page,Main Section (HTML),Ana Bölüm (HTML) DocType: Workflow State,headphones,kulaklık apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,Şifre gerekli veya Bekleniyor Parola seçmektir DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,örneğin replies@yourcomany.com. Tüm yanıtlar bu kutunuza gelecektir. @@ -408,8 +408,6 @@ DocType: Webhook,Request URL,URL isteğinde bulun DocType: Customize Form,Is Table,Tablo mu DocType: Email Account,Total number of emails to sync in initial sync process ,e-posta sayısı başlangıç senkronizasyon sürecinde senkronize etmek için DocType: Website Settings,Set Banner from Image,Image Banner Set -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Global Arama -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Global Arama DocType: Email Account,SparkPost,SparkPost apps/frappe/frappe/templates/emails/new_user.html,A new account has been created for you at {0},Yeni bir hesap sizin için yaratıldı {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,E-postayla gönderilen talimatlar @@ -554,7 +552,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} ve {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,Bir konuşma başlat. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents","Taslak belgeleri yazdırırken her zaman ""Taslak"" başlığını ekle" apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},Bildirimde Hata: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} yıl önce DocType: Data Migration Run,Current Mapping Start,Mevcut Eşleme Başlangıcı apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,E-posta spam olarak işaretlendi DocType: Comment,Website Manager,Web Yöneticisi @@ -598,8 +595,8 @@ DocType: Country,Country Name,Ülke Adı apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,Boş şablon DocType: About Us Team Member,About Us Team Member,Ekip üyeleri hakkında 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.","İzinler Raporu, İthalat, İhracat, Baskı, e-posta ve Set Kullanıcı İzinleri, onaylanmasına, İptal, Gönder, Sil, oluşturma, yaz, oku gibi haklarını ayarlayarak Rolleri ve Belge Türleri (belgetürleri denir) ayarlanır." -DocType: Event,Wednesday,Çarşamba -DocType: Event,Wednesday,Çarşamba +DocType: Assignment Rule Day,Wednesday,Çarşamba +DocType: Assignment Rule Day,Wednesday,Çarşamba apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,Resim Alamı geçerli bir alan adı olmalıdır DocType: Chat Token,Token,Jeton apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,{0} alan adı kısıtlanmış @@ -724,6 +721,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,Sonraki İşlemler HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,Gönderi Oluştur apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,Katılımcı ekle +DocType: Web Page,Main Section (Markdown),Ana Bölüm (Markdown) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,Sadece {0} raporları kullanıcı başına izin verilen e-posta apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: {2} için {1} alan tipi benzersiz olamaz DocType: Address,Address Title,Adres Başlığı @@ -786,6 +784,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,Dosya yedek DocType: DocField,In Global Search,Küresel Ara DocType: System Settings,Brute Force Security,Kaba kuvvet güvenlik DocType: Workflow State,indent-left,indent-left +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} yıl önce apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,Bu dosyayı silmek için riskli: {0}. Sistem Yöneticisi irtibata geçiniz. DocType: Currency,Currency Name,Para Birimi Adı DocType: Currency,Currency Name,Para Birimi Adı @@ -915,7 +914,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,Tekra DocType: Contact Phone,Number,Numara DocType: Web Form Field,Web Form Field,Web Form Alanı apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,Yeni bir mesajınız var: -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)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,HTML Düzenle apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,Lütfen Yönlendirme URL'sini girin apps/frappe/frappe/core/doctype/language/language.py,"{0} must begin and end with a letter and can only contain letters, @@ -979,7 +977,6 @@ apps/frappe/frappe/utils/data.py,Cent,Sent apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,E-posta oluştur apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","Iş akışı için Devletler (örneğin Taslak, Onaylı, İptal)." DocType: Print Settings,Allow Print for Draft,Taslakların yazdırılmasına izin ver -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.","QZ Tepsi Uygulamasına bağlanırken hata oluştu ...

Raw Print özelliğini kullanmak için QZ Tray uygulamasının kurulu ve çalışıyor olması gerekir.

QZ Tray'i indirip kurmak için buraya tıklayın .
Ham Baskı hakkında daha fazla bilgi için buraya tıklayın ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,Set Miktarı apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,onaylamak için bu belge göndermek DocType: Contact,Unsubscribed,Kaydolmamış @@ -1094,6 +1091,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,Gösterilecek apps/frappe/frappe/config/customization.py,Add custom forms.,Özelleştirilmiş formlar ekle apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} içinde {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,Bu belgeyi ibraz +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Kurulum> Kullanıcı İzinleri 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.,Sistem birçok önceden tanımlı roller sağlar. Sen ince izinlerini ayarlamak için yeni roller ekleyebilir. DocType: Communication,CC,CC DocType: Country,Geo,Geo @@ -1139,8 +1137,8 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,Üçüncü Taraf Uygulama DocType: Website Settings,Route Redirects,Rota Yönlendirmeleri apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","Dil, Tarih ve Saat ayarları" DocType: User Email,User Email,Kullanıcı E-Posta -DocType: Event,Saturday,Cumartesi -DocType: Event,Saturday,Cumartesi +DocType: Assignment Rule Day,Saturday,Cumartesi +DocType: Assignment Rule Day,Saturday,Cumartesi DocType: User,Represents a User in the system.,Sistemde bir kullanıcı temsil eder. DocType: List View Setting,Disable Auto Refresh,Otomatik Yenilemeyi Devre Dışı Bırak DocType: Comment,Label,Etiket @@ -1267,6 +1265,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,Geçersiz {0} durumu DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","kontrol, kullanıcılar Onayla Erişim iletişimi bir daha görmezsiniz." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} kayıt silindi +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","etiket adı ..., örneğin #tag" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,Klavye kısayolları DocType: Post,Comments,Yorumlar DocType: Post,Comments,Yorumlar @@ -1323,6 +1322,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","Eğer bir kullanıcı için herhangi bir Rol seçildiyse, kullanıcı ""Sistem Kullanıcısı"" olur. ""Sistem Kullanıcısı"" masaüstüne erişim hakkına sahiptir." DocType: System Settings,Date and Number Format,Tarih ve Sayı Biçimi apps/frappe/frappe/model/document.py,one of,Bir +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Kurulum> Formu Özelleştir apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,bir an denetleniyor apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,Etiketleri Göster DocType: DocField,HTML Editor,HTML Editör @@ -1331,6 +1331,7 @@ DocType: Address,Billing,Faturalama DocType: Address,Billing,Faturalama DocType: Email Queue,Not Sent,Gönderilen Değil DocType: Web Form,Actions,Eylemler +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Kurulum> Kullanıcı DocType: Workflow State,align-justify,İki Yana Yasla DocType: User,Middle Name (Optional),İkinci ad (İsteğe bağlı) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,İzin Değil @@ -1359,14 +1360,15 @@ DocType: PayPal Settings,PayPal Settings,PayPal Ayarları apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,Belge Türü Seçin apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,Silinemez {0} eğer çocuk düğümleri varsa apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} dakika önce +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,Atama Günü {0} tekrarlandı. DocType: Kanban Board Column,lightblue,açık mavi apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,Aynı Alana birden çok kez girildi DocType: Print Settings,Enable Raw Printing,Ham Yazdırmayı Etkinleştir +DocType: Contact,Contact Numbers,İrtibat numaraları DocType: Website Route Redirect,Source,Kaynak DocType: Website Route Redirect,Source,Kaynak apps/frappe/frappe/templates/includes/list/filters.html,clear,açık apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,bitirdi -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Kurulum> Kullanıcı DocType: Prepared Report,Filter Values,Filtre Değerleri DocType: Communication,User Tags,Kullanıcı Etiketleri DocType: Data Migration Run,Fail,Başarısız @@ -1392,8 +1394,8 @@ apps/frappe/frappe/www/qrcode.py,Page has expired!,Sayfa süresi doldu! DocType: LDAP Settings,Path to private Key File,Özel Anahtar Dosyaya Giden Yol DocType: Workflow State,Tasks,görevler DocType: Workflow State,Tasks,Görevler -DocType: Event,Tuesday,Salı -DocType: Event,Tuesday,Salı +DocType: Assignment Rule Day,Tuesday,Salı +DocType: Assignment Rule Day,Tuesday,Salı DocType: Blog Settings,Blog Settings,Blog Ayarları apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,Ayrıca bu linki kopyalayıp tarayıcınıza yapıştırabilirsiniz DocType: Workflow State,bullhorn,Megafonu @@ -1632,7 +1634,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},{0} için izin verilm 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 geçerli bir rapor biçimi değil. Rapor biçimi \ aşağıdakilerden biri olmalıdır %s DocType: Chat Message,Chat,Sohbet -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Kurulum> Kullanıcı İzinleri +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},{0} ile etiketlenmiş doküman bulunamadı DocType: LDAP Group Mapping,LDAP Group Mapping,LDAP Grup Eşlemesi DocType: Dashboard Chart,Chart Options,Grafik Seçenekleri apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,Başlıksız Sütun @@ -1664,6 +1666,7 @@ DocType: Custom Role,Custom Role,Özel Rolü apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,Ana Sayfa / Test Klasörü 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,Şifrenizi girin DocType: Dropbox Settings,Dropbox Access Secret,Dropbox Erişimi Gizli +DocType: Tag Link,Document Title,Belge başlığı apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(Zorunlu) DocType: Social Login Key,Social Login Provider,Sosyal Giriş Sağlayıcısı apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,Bir yorum daha ekle @@ -1915,7 +1918,6 @@ DocType: GCalendar Account,Next Sync Token,Sonraki Senkronizasyon Jetonu DocType: Energy Point Settings,Energy Point Settings,Enerji Noktası Ayarları DocType: Async Task,Succeeded,Başarılı apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},Gerekli zorunlu alanlar {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","QZ Tepsi Uygulamasına bağlanırken hata oluştu ...

Raw Print özelliğini kullanmak için QZ Tray uygulamasının kurulu ve çalışıyor olması gerekir.

QZ Tray'i indirip kurmak için buraya tıklayın .
Ham Baskı hakkında daha fazla bilgi için buraya tıklayın ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,Yedekler Set Sayısı DocType: DocField,Do not allow user to change after set the first time,Kullanıcı değiştirmesine izin vermeyin sonra ilk kez ayarlayın apps/frappe/frappe/utils/data.py,1 year ago,1 yıl önce @@ -3860,6 +3868,7 @@ DocType: Auto Email Report,Send only if there is any data,"herhangi bir veri var apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,Toplamlar Satır apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: yüksek seviyelerde ayarlanır önce 0 düzeyinde İzni ayarlanması gerekir DocType: Contact,Sync with Google Contacts,Google Kişileri ile senkronize et +DocType: Tag Link,Document Tag,Belge Etiketi apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},Atama tarafından kapatıldı {0} DocType: Integration Request,Remote,uzak apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,Hesapla @@ -3955,6 +3964,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,Değ DocType: Email Domain,domain name,domain adı DocType: Contact Email,Contact Email,İletişim E-Posta DocType: Kanban Board Column,Order,Sipariş +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,Global Arama'da {0} için sonuç bulunamadı DocType: Report,Ref DocType,Ref DocType apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,Sosyal giriş etkinleştirilmeden önce lütfen Müşteri Kimliğini girin apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0}: Öğesi tanzim edilmeden iptal edilemez @@ -4067,6 +4077,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,Aşağıdaki doktrinler için kayıtlar filtrelenecek apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,Zamanlayıcı Etkin Değil DocType: Blog Settings,Blog Introduction,Blog Tanıtım +DocType: Global Search Settings,Search Priorities,Arama Öncelikleri DocType: Address,Office,Ofis DocType: Address,Office,Ofis apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,Bu Kanban Kurulu özel olacak diff --git a/frappe/translations/uk.csv b/frappe/translations/uk.csv index dc844fefb2..131abdfcbf 100644 --- a/frappe/translations/uk.csv +++ b/frappe/translations/uk.csv @@ -113,7 +113,6 @@ DocType: Data Migration Run,Log,Ввійти DocType: Workflow State,indent-right,абзац правом DocType: Has Role,Has Role,має роль DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,"Час в секундах, щоб зберегти зображення QR-коду на сервері. Мінін .: 240" -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,Недійсна обліковий запис електронної пошти apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: Тип поля {1} для {2} не можна індексувати DocType: Dashboard Chart,Timespan,Проміжок часу apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Веб посилання @@ -130,7 +129,7 @@ DocType: DocType,Default Print Format,За замовчуванням для д DocType: Workflow State,Tags,Ключові слова apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of 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} не може бути встановлений як унікальний в {1}, так як не є унікальними існуючі значення" -DocType: Global Search Settings,Document Types,Типи документів +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,Типи документів DocType: Address,Jammu and Kashmir,Джамму і Кашмір DocType: Workflow,Workflow State Field,Поле стану робочого процесу DocType: Language,Guest,Гість @@ -291,6 +290,7 @@ DocType: Customize Form Field,"Print Width of the field, if the field is a colum DocType: Dropbox Settings,Dropbox Access Key,Dropbox ключ доступу apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,Неправильне ім'я поля {0} у add_fetch конфігурації користувацького скрипту apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,"Виберіть контакти Google, до яких слід синхронізувати контакт." +DocType: Web Page,Main Section (HTML),Основний розділ (HTML) DocType: Workflow State,headphones,навушники apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,Пароль потрібно або вибрати Надалі пароль DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,наприклад replies@yourcomany.com. Всі відповіді будуть приходити до цього поштову скриньку. @@ -391,8 +391,6 @@ DocType: Webhook,Request URL,Запит URL DocType: Customize Form,Is Table,Чи є таблиця DocType: Email Account,Total number of emails to sync in initial sync process ,Загальна кількість повідомлень електронної пошти для синхронізації в процесі початкової синхронізації DocType: Website Settings,Set Banner from Image,Встановити банер із зображення -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Глобальний пошук -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,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},Нову обліковку було створено для вас в {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,інструкції по електронній пошті @@ -533,7 +531,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} і {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,Почніть бесіду. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents","Завжди додавайте заголовок ""Чернетка"" при друці проектів документів" apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},Помилка повідомлення: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} рік тому DocType: Data Migration Run,Current Mapping Start,Поточне відображення початком apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,Email був відзначений як спам DocType: Comment,Website Manager,Менеджер веб-сайту @@ -575,7 +572,7 @@ DocType: Country,Country Name,Назва країни apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,Порожній шаблон DocType: About Us Team Member,About Us Team Member,Про нас Команда Член 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.","Дозволи встановлюються для ролей та типів документів (DocTypes) шляхом встановлення таких прав, як: Читання, Запис, Створення, Видалення, Проведення, Скасування, Відновлення, Звіт, Імпорт, Експорт, Друк, E-mail встановлення дозволів користувачам." -DocType: Event,Wednesday,Середа +DocType: Assignment Rule Day,Wednesday,Середа apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,Поле Зображення повинно бути допустимим ім'я_поля DocType: Chat Token,Token,знак apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,Ім'я поля {0} обмежене @@ -696,6 +693,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,Наступні дії HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,Створити публікацію apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,Додати учасників +DocType: Web Page,Main Section (Markdown),Основний розділ (Відмітка) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,Тільки {0} по електронній пошті звіти кожному користувачеві дозволено apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: Тип поля {1} для {2} не може бути унікальним DocType: Address,Address Title,Назва адреси @@ -752,6 +750,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,Резер DocType: DocField,In Global Search,У Global Пошук DocType: System Settings,Brute Force Security,Брутні сили безпеки DocType: Workflow State,indent-left,відступ зліва- +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} рік тому apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,"Це ризиковано, щоб видалити цей файл: {0}. Будь ласка, зверніться до менеджера системи." DocType: Currency,Currency Name,Назва валюти apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,Немає повідомлень електронної пошти @@ -876,7 +875,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,Сп DocType: Contact Phone,Number,Номер DocType: Web Form Field,Web Form Field,Поле Веб-форми apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,Ви отримали нове повідомлення від: -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)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,Змінити HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,"Будь ласка, введіть URL-адресу переспрямування" apps/frappe/frappe/core/doctype/language/language.py,"{0} must begin and end with a letter and can only contain letters, @@ -937,7 +935,6 @@ apps/frappe/frappe/utils/data.py,Cent,Цент apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,Написати на e-mail apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","Стани для робочого процесу (наприклад, Чернетка, Затверджений, Скасований)." DocType: Print Settings,Allow Print for Draft,Дозволити друк чернеток -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.","Помилка підключення до програми QZ Tray ...

Для використання функції Raw Print вам потрібно встановити та запустити додаток QZ Tray.

Натисніть тут, щоб завантажити та встановити QZ Tray .
Клацніть тут, щоб дізнатися більше про сирий друк ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,Встановити кількість apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,Проведіть цей документ для підтвердження DocType: Contact,Unsubscribed,Підписка скасована @@ -1052,6 +1049,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,"Немає { apps/frappe/frappe/config/customization.py,Add custom forms.,Додати користувача форми. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} в {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,представив цей документ +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Налаштування> Дозволи користувача 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.,"Система забезпечує безліч визначених функцій. Ви можете додати нові ролі, щоб встановити більш тонкі дозволу." DocType: Communication,CC,CC DocType: Country,Geo,Гео @@ -1093,7 +1091,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,Керування сто DocType: Website Settings,Route Redirects,Перенаправлення маршруту apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","Налаштування мови, дати та часу" DocType: User Email,User Email,Електронна пошта користувача -DocType: Event,Saturday,Субота +DocType: Assignment Rule Day,Saturday,Субота DocType: User,Represents a User in the system.,Являє користувача в системі. DocType: List View Setting,Disable Auto Refresh,Вимкнути автоматичне оновлення DocType: Comment,Label,Етикетка @@ -1217,6 +1215,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,Недійсний стан {0} DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","Якщо цей прапорець встановлений, користувачі не будуть бачити діалогове вікно підтвердження доступу." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} запис видалено +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","назва тегу ..., наприклад, # тег" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,Гарячі клавіши DocType: Post,Comments,Коментарі apps/frappe/frappe/public/js/frappe/dom.js,Confirm,Підтвердити @@ -1271,6 +1270,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","Якщо будь-яку роль користувача позначено, тоді він стає ""Системним користувачем"". ""Системний користувач"" має доступ до стільниці" DocType: System Settings,Date and Number Format,Дата і номер Формат apps/frappe/frappe/model/document.py,one of,один з +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Налаштування> Налаштувати форму apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,Перевірка одного моменту apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,Показати Теги DocType: DocField,HTML Editor,Редактор HTML @@ -1278,6 +1278,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,Біллінг DocType: Email Queue,Not Sent,Чи не Відправлено DocType: Web Form,Actions,Заходи +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Налаштування> Користувач DocType: Workflow State,align-justify,вирівняти-виправдання DocType: User,Middle Name (Optional),По батькові (необов'язково) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,Не дозволено @@ -1306,13 +1307,14 @@ DocType: PayPal Settings,PayPal Settings,налаштування PayPal apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,Виберіть тип документа apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,"Не вдається видалити {0}, як це має дочірні вузли" apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} хвилин назад +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,День призначення {0} було повторено. DocType: Kanban Board Column,lightblue,блакитний apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,Те саме поле вводиться більше одного разу DocType: Print Settings,Enable Raw Printing,Увімкнути сирий друк +DocType: Contact,Contact Numbers,Контактні номери DocType: Website Route Redirect,Source,Джерело apps/frappe/frappe/templates/includes/list/filters.html,clear,ясно apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,Готово -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Налаштування> Користувач DocType: Prepared Report,Filter Values,Значення фільтра DocType: Communication,User Tags,Система Мітки DocType: Data Migration Run,Fail,Невдалий @@ -1337,7 +1339,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,Приховат apps/frappe/frappe/www/qrcode.py,Page has expired!,Термін дії сторінки закінчився! DocType: LDAP Settings,Path to private Key File,Шлях до приватного файлу ключів DocType: Workflow State,Tasks,Завдання -DocType: Event,Tuesday,Вівторок +DocType: Assignment Rule Day,Tuesday,Вівторок DocType: Blog Settings,Blog Settings,Налаштування блогу apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,Ви також можете скопіювати і вставити це посилання у ваш переглядач DocType: Workflow State,bullhorn,мегафон @@ -1564,7 +1566,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},Не дозволен 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 не є допустимим форматом звіту. Формат звіту повинен \ одну з таких дій% з DocType: Chat Message,Chat,Чат -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Налаштування> Дозволи користувача +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},Не знайдено документів із тегом {0} DocType: LDAP Group Mapping,LDAP Group Mapping,Картографування групи LDAP DocType: Dashboard Chart,Chart Options,Параметри діаграми apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,Без назви стовпця @@ -1595,6 +1597,7 @@ DocType: Custom Role,Custom Role,призначені для користува apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,Головна/Тестова Тека 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,Введіть пароль DocType: Dropbox Settings,Dropbox Access Secret,Dropbox доступ до секретних +DocType: Tag Link,Document Title,Заголовок документа apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(Обов’язково) DocType: Social Login Key,Social Login Provider,Постачальник соціальних входу apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,Додати ще один коментар @@ -1840,7 +1843,6 @@ DocType: GCalendar Account,Next Sync Token,Далі Синхронізовани DocType: Energy Point Settings,Energy Point Settings,Налаштування енергетичної точки DocType: Async Task,Succeeded,Завершено успішно apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},Обов'язкові поля обов'язкові в {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","Помилка підключення до програми QZ Tray ...

Для використання функції Raw Print вам потрібно встановити та запустити додаток QZ Tray.

Натисніть тут, щоб завантажити та встановити QZ Tray .
Клацніть тут, щоб дізнатися більше про сирий друк ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,Встановити кількість резервних копій DocType: DocField,Do not allow user to change after set the first time,Не дозволяйте користувачеві змінювати після встановити в перший раз apps/frappe/frappe/utils/data.py,1 year ago,1 рік тому @@ -3699,6 +3707,7 @@ DocType: Auto Email Report,Send only if there is any data,"Відправити apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,Всього рядків apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: Дозволи на 0 рівні мають бути встановлені до встановлення більш високих рівнів DocType: Contact,Sync with Google Contacts,Синхронізуйте з контактами Google +DocType: Tag Link,Document Tag,Тег документа apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},Призначення закритий {0} DocType: Integration Request,Remote,віддалений apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,Обчислювати @@ -3789,6 +3798,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,Зм DocType: Email Domain,domain name,Доменне ім'я DocType: Contact Email,Contact Email,Контактний Email DocType: Kanban Board Column,Order,замовлення +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,У глобальному пошуку не знайдено результатів для {0} DocType: Report,Ref DocType,Посилання DocType apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,"Будь-ласка, введіть ідентифікатор клієнта, перш ніж ввімкнеться соціальне вхід" apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0}: Неможливо встановити Відновити без Скасувати @@ -3895,6 +3905,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,Записи для наступних типів doctypes будуть відфільтровані apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,Планувальник неактивний DocType: Blog Settings,Blog Introduction,Вступ блогу +DocType: Global Search Settings,Search Priorities,Пріоритети пошуку DocType: Address,Office,Офіс apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,Ця рада канбан буде приватним apps/frappe/frappe/desk/moduleview.py,Standard Reports,Стандартні звіти diff --git a/frappe/translations/ur.csv b/frappe/translations/ur.csv index 6671416604..5a6cd748bd 100644 --- a/frappe/translations/ur.csv +++ b/frappe/translations/ur.csv @@ -111,7 +111,6 @@ DocType: Data Migration Run,Log,لاگ DocType: Workflow State,indent-right,پوٹ دائیں DocType: Has Role,Has Role,کردار ہے DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,سرور پر QR کوڈ کی تصویر کو برقرار رکھنے کے لئے سیکنڈ میں وقت. منٹ: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,غلط ای میل اکاؤنٹ apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: فیلڈ ٹائپ {1} کیلئے {2} انڈیکس نہیں ہوسکتی ہے۔ DocType: Dashboard Chart,Timespan,وقت کی مدت apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,ویب لنک @@ -128,7 +127,7 @@ DocType: DocType,Default Print Format,پہلے سے طے شدہ پرنٹ کی ش DocType: Workflow State,Tags,ٹیگز apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of 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} میدان، {1} میں کے طور پر منفرد مقرر نہیں کیا جا سکتا -DocType: Global Search Settings,Document Types,دستاویز کی اقسام +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,دستاویز کی اقسام DocType: Address,Jammu and Kashmir,جموں و کشمیر DocType: Workflow,Workflow State Field,کام کے فلو کو ریاست کا میدان DocType: Language,Guest,مہمان @@ -286,6 +285,7 @@ DocType: Customize Form Field,"Print Width of the field, if the field is a colum DocType: Dropbox Settings,Dropbox Access Key,ڈراپ باکس رسائی کلید apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,غلط فیلڈ نام {0} اپنی مرضی کے اسکرپٹ کی add_fetch ترتیب میں apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,گوگل رابطوں کا انتخاب کریں جس سے رابطہ ہم آہنگ ہونا چاہئے۔ +DocType: Web Page,Main Section (HTML),مین سیکشن (ایچ ٹی ایم ایل) DocType: Workflow State,headphones,ہیڈ فون apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,پاس ورڈ مطلوب یا انتظارہے پاس ورڈ منتخب کیا جاتا ہے DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,مثال کے طور پر replies@yourcomany.com. تمام جوابات یہ ان باکس میں آ جائے گا. @@ -383,8 +383,6 @@ DocType: Webhook,Request URL,درخواست URL DocType: Customize Form,Is Table,ٹیبل ہے DocType: Email Account,Total number of emails to sync in initial sync process ,ای میلز کی کل تعداد ابتدائی مطابقت پذیری کے عمل میں مطابقت پذیر کرنے کے DocType: Website Settings,Set Banner from Image,تصویر سے سیٹ بینر -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,گلوبل تلاش -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,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},ایک نیا اکاؤنٹ میں آپ کے لئے پیدا کیا گیا ہے {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,بذریعہ ای میل ہدایات @@ -524,7 +522,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} اور {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,بات چیت شروع کرو. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",ہمیشہ پرنٹنگ ڈرافٹ دستاویزات کے لئے سرخی "مسودہ" کا اضافہ apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},اطلاع میں خرابی: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} سال (سال پہلے) DocType: Data Migration Run,Current Mapping Start,موجودہ نقشہ سازی شروع کریں apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,ای میل سپیم کے طور پر نشان زد کیا گیا ہے DocType: Comment,Website Manager,ویب سائٹ کے مینیجر @@ -566,7 +563,7 @@ DocType: Country,Country Name,ملک کا نام apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,خالی سانچہ۔ DocType: About Us Team Member,About Us Team Member,ہم سے ٹیم کے رکن کے بارے میں 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.",اجازت، رپورٹ، درآمد، برآمد، پرنٹ، ای میل اور سیٹ صارف کی اجازت، لکھیں تخلیق، حذف، جمع کرائیں، منسوخ، ترمیم، کردار اور پڑھیں طرح حقوق ترتیب کی طرف سے دستاویز کی اقسام (کہا جاتا DocTypes) پر مقرر کیا جاتا ہے. -DocType: Event,Wednesday,بدھ +DocType: Assignment Rule Day,Wednesday,بدھ apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,تصویر کے میدان میں ایک درست FIELDNAME ہونا ضروری ہے DocType: Chat Token,Token,ٹوکن apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,فیلڈ نام {0} محدود ہے۔ @@ -687,6 +684,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,اگلے اعمال ایچ ٹی ایم ایل apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,پوسٹ بنائیں apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,شرکاء شامل کریں +DocType: Web Page,Main Section (Markdown),مین سیکشن (مارک ڈاون) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,صرف {0} ای میل کیا رپورٹوں فی صارف کی اجازت ہے apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: فیلڈ ٹائپ {1} کیلئے {2} منفرد نہیں ہوسکتا ہے۔ DocType: Address,Address Title,ایڈریس عنوان @@ -742,6 +740,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,فائل ب DocType: DocField,In Global Search,گلوبل تلاش میں DocType: System Settings,Brute Force Security,برٹ فورس سیکورٹی DocType: Workflow State,indent-left,پوٹ بائیں +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} سال (سال پہلے) apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,اس فائل کو حذف کرنا خطرناک ہے: {0}. آپ کے سسٹم مینیجر سے رابطہ کریں. DocType: Currency,Currency Name,کرنسی نام apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,کوئی ای میلز @@ -866,7 +865,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,دو DocType: Contact Phone,Number,نمبر DocType: Web Form Field,Web Form Field,ویب فارم فیلڈ apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,آپ کے پاس ایک نیا پیغام ہے: -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 کے درمیان اقدار کے لئے) استعمال کریں۔ apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,HTML میں ترمیم کریں apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,براہ کرم ری ڈائریکٹ یو آر ایل درج کریں apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Restore Original Permissions,حقیقی اجازت بحال @@ -925,7 +923,6 @@ apps/frappe/frappe/utils/data.py,Cent,فیصد apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,ای میل تحریر کریں apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).",کام کے فلو کو کے لئے ریاستوں (مثلا ڈرافٹ، منظور، منسوخ کر دیا گیا). DocType: Print Settings,Allow Print for Draft,ڈرافٹ کے لئے پرنٹ کرنے کی اجازت دیں -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.","کیو زیڈ ٹرے ایپلیکیشن سے رابطہ کرنے میں خرابی…

آپ کو را پرنٹ کی خصوصیت استعمال کرنے کے ل Q ، QZ ٹرے ایپلی کیشن انسٹال اور چلانے کی ضرورت ہے۔

کیو زیڈ ٹرے کو ڈاؤن لوڈ اور انسٹال کرنے کے لئے یہاں کلک کریں ۔
را پرنٹنگ کے بارے میں مزید معلومات کے لئے یہاں کلک کریں ۔" apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,مقرر مقدار apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,تصدیق کے لئے اس دستاویز جمع کرائیں DocType: Contact,Unsubscribed,سبسکرائب @@ -1039,6 +1036,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,کوئی {0} apps/frappe/frappe/config/customization.py,Add custom forms.,اپنی مرضی کے مطابق فارم شامل. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} میں {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,اس دستاویز جمع کرائی +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,سیٹ اپ> صارف کی اجازت 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.,نظام بہت پہلے سے مقرر کردار فراہم کرتا ہے. آپ finer کی اجازت مقرر کرنے کے لئے نئے کردار شامل کر سکتے ہیں. DocType: Communication,CC,CC DocType: Country,Geo,جیو @@ -1080,7 +1078,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,تیسری پارٹی ک DocType: Website Settings,Route Redirects,روٹ ری ڈائریکٹس۔ apps/frappe/frappe/config/settings.py,"Language, Date and Time settings",زبان، تاریخ اور وقت کی ترتیبات DocType: User Email,User Email,یوزر کے ای میل -DocType: Event,Saturday,ہفتہ +DocType: Assignment Rule Day,Saturday,ہفتہ DocType: User,Represents a User in the system.,نظام میں ایک صارف کی نمائندگی کرتا ہے. DocType: List View Setting,Disable Auto Refresh,آٹو ریفریش کو غیر فعال کریں۔ DocType: Comment,Label,لیبل @@ -1201,6 +1199,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,غلط {0} حالت DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.",جانچ پڑتال کی تو صارفین تصدیق رسائی ڈائلاگ نہیں دیکھ سکیں گے. apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} ریکارڈ حذف ہوگیا۔ +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag",ٹیگ کا نام ... ، جیسے # ٹیگ apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,کی بورڈ شارٹ کٹس DocType: Post,Comments,تبصرے apps/frappe/frappe/public/js/frappe/dom.js,Confirm,کی توثیق @@ -1255,6 +1254,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",صارف کی جانچ پڑتال کوئی کردار نہیں ہیں تب صارف ایک "سسٹم یوزر" بن جاتا ہے. "سسٹم یوزر کے" ڈیسک ٹاپ تک رسائی حاصل ہے DocType: System Settings,Date and Number Format,تاریخ اور نمبر کی شکل apps/frappe/frappe/model/document.py,one of,اس میں سے ایک +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,سیٹ اپ> فارم کو کسٹمائز کریں apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,ایک لمحے پڑتال کر رہا ہے apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,دکھائیں ٹیگز DocType: DocField,HTML Editor,ایچ ٹی ایم ایل ایڈیٹر @@ -1262,6 +1262,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,بلنگ DocType: Email Queue,Not Sent,نہیں بھیجا DocType: Web Form,Actions,عوامل +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,سیٹ اپ> صارف DocType: Workflow State,align-justify,سیدھ-جواز DocType: User,Middle Name (Optional),مشرق نام (اختیاری) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,اجازت نہیں @@ -1290,10 +1291,10 @@ apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} م DocType: Kanban Board Column,lightblue,ہلکے نیلے رنگ کے apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,ایک ہی فیلڈ ایک بار سے زیادہ درج ہے DocType: Print Settings,Enable Raw Printing,خام طباعت کو فعال کریں۔ +DocType: Contact,Contact Numbers,رابطہ نمبر DocType: Website Route Redirect,Source,ماخذ apps/frappe/frappe/templates/includes/list/filters.html,clear,واضح apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,ختم -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,سیٹ اپ> صارف۔ DocType: Prepared Report,Filter Values,فلٹر اقدار DocType: Communication,User Tags,صارف ٹیگز DocType: Data Migration Run,Fail,ناکام @@ -1318,7 +1319,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,چھپائیں apps/frappe/frappe/www/qrcode.py,Page has expired!,صفحہ ختم ہوگیا ہے! DocType: LDAP Settings,Path to private Key File,نجی کلید فائل کا راستہ۔ DocType: Workflow State,Tasks,ٹاسکس -DocType: Event,Tuesday,منگل +DocType: Assignment Rule Day,Tuesday,منگل DocType: Blog Settings,Blog Settings,بلاگ کی ترتیبات apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,تم نے بھی آپ کے براؤزر میں اس لنک کو کاپی پیسٹ کر سکتے ہیں DocType: Workflow State,bullhorn,bullhorn @@ -1536,7 +1537,6 @@ DocType: User,Set New Password,نیا پاس ورڈ مقرر 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 کو ایک درست رپورٹ کی شکل نہیں ہے. رپورٹ کی شکل مندرجہ ذیل٪ ے میں سے ایک \ چاہئے DocType: Chat Message,Chat,چیٹ -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,سیٹ اپ> صارف کی اجازت۔ DocType: LDAP Group Mapping,LDAP Group Mapping,ایل ڈی اے پی گروپ میپنگ۔ DocType: Dashboard Chart,Chart Options,چارٹ کے اختیارات۔ apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,بلا عنوان کالم۔ @@ -1567,6 +1567,7 @@ DocType: Custom Role,Custom Role,اپنی مرضی کے کردار apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,ہوم / ٹیسٹ کے فولڈر 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,آپ اپنا پاس ورڈ درج کریں DocType: Dropbox Settings,Dropbox Access Secret,ڈراپ باکس تک رسائی خفیہ +DocType: Tag Link,Document Title,دستاویز کا عنوان apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(لازمی) DocType: Social Login Key,Social Login Provider,سوشل لاگ ان فراہم کنندہ apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,ایک اور تبصرہ شامل کریں @@ -1806,7 +1807,6 @@ DocType: GCalendar Account,Next Sync Token,اگلا ہم آہنگ ٹوکن DocType: Energy Point Settings,Energy Point Settings,انرجی پوائنٹ کی ترتیبات۔ DocType: Async Task,Succeeded,کامیاب apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},میں ضرورت لازمی شعبوں {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","کیو زیڈ ٹرے ایپلیکیشن سے رابطہ کرنے میں خرابی…

آپ کو را پرنٹ کی خصوصیت استعمال کرنے کے ل Q ، QZ ٹرے ایپلی کیشن انسٹال اور چلانے کی ضرورت ہے۔

کیو زیڈ ٹرے کو ڈاؤن لوڈ اور انسٹال کرنے کے لئے یہاں کلک کریں ۔
را پرنٹنگ کے بارے میں مزید معلومات کے لئے یہاں کلک کریں ۔" apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,بیک اپ کی تعداد مقرر کریں DocType: DocField,Do not allow user to change after set the first time,پہلی بار صارف کے بعد سیٹ تبدیل کرنے کی اجازت نہ دیں apps/frappe/frappe/utils/data.py,1 year ago,1 سال پہلے @@ -3614,6 +3621,7 @@ DocType: Auto Email Report,Send only if there is any data,کوئی ڈیٹا نہ apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,ٹیولالز قطار apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: اعلی سطح مقرر کیا جاتا ہے سے پہلے کی سطح 0 میں اجازت مقرر کیا جانا چاہیے DocType: Contact,Sync with Google Contacts,گوگل روابط کے ساتھ مطابقت پذیر۔ +DocType: Tag Link,Document Tag,دستاویز ٹیگ apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},تفویض کی طرف سے بند کر دیا {0} DocType: Integration Request,Remote,ریموٹ apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,کا حساب لگائیں @@ -3803,6 +3811,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,مندرجہ ذیل نظریات کے لئے ریکارڈ فلٹر کیے جائیں گے apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,شیڈولر غیر فعال DocType: Blog Settings,Blog Introduction,بلاگ کا تعارف +DocType: Global Search Settings,Search Priorities,ترجیحات تلاش کریں DocType: Address,Office,آفس apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,یہ Kanban بورڈ نجی ہوگا apps/frappe/frappe/desk/moduleview.py,Standard Reports,معیاری رپورٹیں diff --git a/frappe/translations/uz.csv b/frappe/translations/uz.csv index a9c258beaa..ef52dfdb77 100644 --- a/frappe/translations/uz.csv +++ b/frappe/translations/uz.csv @@ -111,7 +111,6 @@ DocType: Data Migration Run,Log,Kundalik DocType: Workflow State,indent-right,indent-o'ng DocType: Has Role,Has Role,Rolu bor DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,Serverda QR kodini saqlab qolish uchun sekundlarda. Min: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,Elektron pochta hisob qaydnomasi noto'g'ri apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: {2} uchun {1} maydon turini indekslab bo'lmaydi DocType: Dashboard Chart,Timespan,Timespan apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Veb bog'lanish @@ -128,7 +127,7 @@ DocType: DocType,Default Print Format,Standart nashr formati DocType: Workflow State,Tags,Teglar apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of Workflow,Hech kim: Ish xarining oxiri apps/frappe/frappe/database/mariadb/schema.py,"{0} field cannot be set as unique in {1}, as there are non-unique existing values",{0} maydonini yagona noyob mavjud qiymatlar bo'lgani uchun {1} da noyob deb belgilash mumkin emas -DocType: Global Search Settings,Document Types,Hujjat turlari +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,Hujjat turlari DocType: Address,Jammu and Kashmir,Jammu va Kashmir DocType: Workflow,Workflow State Field,Ish jarayoni holati maydoni DocType: Language,Guest,Mehmon @@ -288,6 +287,7 @@ DocType: Customize Form Field,"Print Width of the field, if the field is a colum DocType: Dropbox Settings,Dropbox Access Key,Dropbox kirish uchun kalit apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,Maxsus skriptning add_fetch konfiguratsiyasida {0} noto'g'ri maydon nomi apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,Kontakt sinxronlashtirilishi kerak bo'lgan Google Contacts-ni tanlang. +DocType: Web Page,Main Section (HTML),Asosiy bo'lim (HTML) DocType: Workflow State,headphones,minigarnituralar apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,Parolni kiritish yoki Parolni kutish-ni tanlang DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,"masalan, replies@yourcomany.com. Barcha javoblar ushbu kiruvchi qutiga keladi." @@ -386,7 +386,6 @@ DocType: Webhook,Request URL,URL so'rash DocType: Customize Form,Is Table,Jadval bormi? DocType: Email Account,Total number of emails to sync in initial sync process ,Dastlabki sinxronlash jarayonida sinxronlanadigan elektron pochtalarning umumiy soni DocType: Website Settings,Set Banner from Image,Rasmdan bannerni o'rnating -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Global qidiruv DocType: Email Account,SparkPost,SparkPost apps/frappe/frappe/templates/emails/new_user.html,A new account has been created for you at {0},{0} da siz uchun yangi hisob yaratildi apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,Ko'rsatmalar elektron pochta orqali yuborildi @@ -524,7 +523,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} va {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,Suhbatni boshlang. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Loyiha hujjatlarini chop etish uchun har doim "Taslak" qo'shing apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},Bildirishnomada xato: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} yil oldin DocType: Data Migration Run,Current Mapping Start,Joriy xaritalash boshlang apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,E-pochta spam sifatida belgilandi DocType: Comment,Website Manager,Veb-sayt boshqaruvchisi @@ -565,7 +563,7 @@ DocType: Country,Country Name,Davlat nomi apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,Bo'sh shablon DocType: About Us Team Member,About Us Team Member,Biz haqimizda jamoa a'zosi 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.","Ruxlar va Hujjat turlari (DocTypes deb nomlanadi) O'qish, Yozish, Yaratish, O'chirish, Yuborish, Bekor qilish, O'chirish, Hisobot berish, Import qilish, eksport qilish, Chop etish, E-pochtani o'rnatish va Foydalanish Ruxsati kabi huquqlarni o'rnatish orqali belgilanadi." -DocType: Event,Wednesday,Chorshanba +DocType: Assignment Rule Day,Wednesday,Chorshanba apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,Rasm maydoni tegishli maydon nomi bo'lishi kerak DocType: Chat Token,Token,Token apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,{0} maydon nomi cheklangan @@ -685,6 +683,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,Keyingi amallar HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,Post yaratish apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,Ishtirokchilarni qo'shish +DocType: Web Page,Main Section (Markdown),Asosiy bo'lim (Markdown) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,Bitta foydalanuvchi uchun faqatgina {0} elektron pochta hisoboti mavjud apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: {2} uchun {1} maydon turi noyob bo'lolmaydi DocType: Address,Address Title,Manzil sarlavhasi @@ -741,6 +740,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,Fayl zahira DocType: DocField,In Global Search,Global izlovchilarda DocType: System Settings,Brute Force Security,Brute Force Xavfsizlik DocType: Workflow State,indent-left,indent-chap +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} yil oldin apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,"Ushbu faylni o'chirish xavfli: {0}. Iltimos, tizim boshqaruvchisiga murojaat qiling." DocType: Currency,Currency Name,Valyuta nomi apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,E-pochtalar yo'q @@ -862,7 +862,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,Qayta DocType: Contact Phone,Number,Raqam DocType: Web Form Field,Web Form Field,Veb formasi maydoni apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,Sizda yangi xabaringiz bor: -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. Diapazon uchun 5: 10dan foydalaning (5 va 10 orasidagi qiymatlar uchun)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,HTMLni tahrirlash apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,"Iltimos, yo'naltirish URL manzilini kiriting" apps/frappe/frappe/core/doctype/language/language.py,"{0} must begin and end with a letter and can only contain letters, @@ -922,7 +921,6 @@ apps/frappe/frappe/utils/data.py,Cent,Cent apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,E-pochtani tuzing apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","Ish yuritish uchun davlatlar (masalan, loyiha, ma'qullangan, bekor qilingan)." DocType: Print Settings,Allow Print for Draft,Taslak uchun chop etishga ruxsat berish -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.","QZ Tray dasturiga ulanishda xato ...

Raw Print xususiyatidan foydalanish uchun sizga QZ Tray ilovasi o'rnatilishi va ishlashi kerak.

QZ Trayni yuklab olish va o'rnatish uchun shu erni bosing .
Xom bosma haqida ko'proq ma'lumot olish uchun bu erni bosing ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,Miqdori belgilang apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,Tasdiqlash uchun ushbu hujjatni yuboring DocType: Contact,Unsubscribed,Obunani bekor qilish @@ -1036,6 +1034,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,Hech qanday { apps/frappe/frappe/config/customization.py,Add custom forms.,Maxsus shakllar qo'shing. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {2} da {1} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,ushbu hujjatni taqdim etdi +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Sozlash> Foydalanuvchi ruxsati 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.,Tizim oldindan belgilangan ko'plab rollarni ta'minlaydi. Yaxshiroq ruxsatlarni o'rnatish uchun yangi rollarni qo'shishingiz mumkin. DocType: Communication,CC,CC DocType: Country,Geo,Geo @@ -1076,7 +1075,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,Uchinchi tomon dasturlari DocType: Website Settings,Route Redirects,Yo'nalishni yo'naltirish apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","Til, Sana va Vaqt sozlamalari" DocType: User Email,User Email,Foydalanuvchi e-pochtasi -DocType: Event,Saturday,Shanba +DocType: Assignment Rule Day,Saturday,Shanba DocType: User,Represents a User in the system.,Tizimda foydalanuvchilarni bildiradi. DocType: List View Setting,Disable Auto Refresh,Avtomatik yangilashni o'chiring DocType: Comment,Label,Yorliq @@ -1199,6 +1198,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,{0} sharti noto'g'ri DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","Agar belgilansa, foydalanuvchilar kirishni tasdiqlash dialogini ko'rmaydilar." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0} yozuv o'chirildi +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","yorliq nomi ..., masalan #tag" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,Klaviatura yorliqlari DocType: Post,Comments,Sharhlar apps/frappe/frappe/public/js/frappe/dom.js,Confirm,Tasdiqlash @@ -1253,6 +1253,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","Agar foydalanuvchining roli tekshirilsa, foydalanuvchi "tizim foydalanuvchisi" bo'ladi. "Tizim foydalanuvchisi" stolga kirish huquqiga ega" DocType: System Settings,Date and Number Format,Sana va raqam formati apps/frappe/frappe/model/document.py,one of,bittasi +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,Sozlash> Formani sozlash apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,Bir onni tekshirib ko'rish apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,Teglarni ko'rsatish DocType: DocField,HTML Editor,HTML tahrirlovchisi @@ -1260,6 +1261,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,Billing DocType: Email Queue,Not Sent,Yuborilmadi DocType: Web Form,Actions,Amallar +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Sozlash> Foydalanuvchi DocType: Workflow State,align-justify,tekislang DocType: User,Middle Name (Optional),O'rtacha nomi (majburiy emas) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,Ruxsat berilmadi @@ -1288,13 +1290,14 @@ DocType: PayPal Settings,PayPal Settings,PayPal sozlamalari apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,Hujjat turi-ni tanlang apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,Bolalar tugunlari bo'lgani uchun {0} ni o'chirib bo'lmaydi apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} daqiqa oldin +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,Topshirish kuni {0} takrorlandi. DocType: Kanban Board Column,lightblue,yorug'lik apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,Xuddi shu maydon bir necha marta kiritiladi DocType: Print Settings,Enable Raw Printing,Xom chop etishni yoqish +DocType: Contact,Contact Numbers,Aloqa raqamlari DocType: Website Route Redirect,Source,Manba apps/frappe/frappe/templates/includes/list/filters.html,clear,aniq apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,Tugadi -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Sozlash> Foydalanuvchi DocType: Prepared Report,Filter Values,Filtr qiymatlari DocType: Communication,User Tags,Foydalanuvchi teglari DocType: Data Migration Run,Fail,Muvaffaqiyatsiz @@ -1318,7 +1321,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,Tafsilotlarni ya apps/frappe/frappe/www/qrcode.py,Page has expired!,Sahifa muddati tugadi! DocType: LDAP Settings,Path to private Key File,Shaxsiy kalit fayliga o'tish DocType: Workflow State,Tasks,Vazifalar -DocType: Event,Tuesday,Seshanba +DocType: Assignment Rule Day,Tuesday,Seshanba DocType: Blog Settings,Blog Settings,Blog sozlamalari apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,Bundan tashqari siz bu havolani brauzeringizdan nusxa ko'chirishingiz mumkin DocType: Workflow State,bullhorn,bullhorn @@ -1543,7 +1546,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},{0}: {1} uchun ruxsat 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 joriy hisobot formati emas. Hisobot formati quyidagi% slaridan biri bo'lishi kerak DocType: Chat Message,Chat,Chat -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Sozlash> Foydalanuvchi ruxsati +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},{0} bilan belgilangan hujjatlar topilmadi DocType: LDAP Group Mapping,LDAP Group Mapping,LDAP guruhini xaritalash DocType: Dashboard Chart,Chart Options,Grafik parametrlari apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,Nomsiz ustun @@ -1573,6 +1576,7 @@ DocType: Custom Role,Custom Role,Maxsus rol apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,Bosh sahifa / Sinovlarni tekshirish 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,Parolingizni kiriting DocType: Dropbox Settings,Dropbox Access Secret,Dropboxga kirish maxfiyligi +DocType: Tag Link,Document Title,Hujjat nomi apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(Majburiy) DocType: Social Login Key,Social Login Provider,Ijtimoiy kirish provayder apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,Boshqa izoh qo'shing @@ -1817,7 +1821,6 @@ DocType: GCalendar Account,Next Sync Token,Keyingi Sync Token DocType: Energy Point Settings,Energy Point Settings,Energiya nuqtasini sozlash DocType: Async Task,Succeeded,Muvaffaqiyatli bo'ldi apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},{0} da majburiy maydonlar kerak -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","QZ Tray dasturiga ulanishda xato ...

Raw Print xususiyatidan foydalanish uchun sizga QZ Tray ilovasi o'rnatilishi va ishlashi kerak.

QZ Trayni yuklab olish va o'rnatish uchun shu erni bosing .
Xom bosma haqida ko'proq ma'lumot olish uchun bu erni bosing ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,Zaxira soni DocType: DocField,Do not allow user to change after set the first time,Birinchi marta o'rnatilgandan keyin foydalanuvchining o'zgarishiga yo'l qo'ymang apps/frappe/frappe/utils/data.py,1 year ago,1 yil oldin @@ -3654,6 +3663,7 @@ DocType: Auto Email Report,Send only if there is any data,"Faqatgina ma'lumo apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,Totals Row apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: Yuqori sathi o'rnatilishdan oldin 0 darajasida ruxsat berish kerak DocType: Contact,Sync with Google Contacts,Google Kontaktlar bilan sinxronlash +DocType: Tag Link,Document Tag,Hujjat yorlig'i apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},Tayin {0} tomonidan yopildi DocType: Integration Request,Remote,Masofaviy apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,Hisoblang @@ -3743,6 +3753,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,O DocType: Email Domain,domain name,domen nomi DocType: Contact Email,Contact Email,E-pochtaga murojaat qiling DocType: Kanban Board Column,Order,Buyurtma +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,Global Qidiruvda {0} uchun hech qanday natija topilmadi DocType: Report,Ref DocType,Qayta DocType apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,Ijtimoiy kirishni yoqishdan oldin mijoz identifikatorini kiriting apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0}: Bekor qilmasdan o'zgartirish mumkin emas @@ -3848,6 +3859,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,Quyidagi doctype uchun yozuvlar filtri qilinadi apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,Rejalashtiruvchi faol emas DocType: Blog Settings,Blog Introduction,Mazkur foydalanuvchiga yozish Kirish +DocType: Global Search Settings,Search Priorities,Ustuvorliklarni qidirish DocType: Address,Office,Ofis apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,Ushbu Kanban kengashi maxsus bo'ladi apps/frappe/frappe/desk/moduleview.py,Standard Reports,Standart hisobotlar diff --git a/frappe/translations/vi.csv b/frappe/translations/vi.csv index ef9eb7b501..587451f13e 100644 --- a/frappe/translations/vi.csv +++ b/frappe/translations/vi.csv @@ -113,7 +113,6 @@ DocType: Data Migration Run,Log,Đăng nhập DocType: Workflow State,indent-right,thụt lề bên phải DocType: Has Role,Has Role,có vai trò DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,Thời gian tính bằng giây để giữ lại hình ảnh mã QR trên máy chủ. Tối thiểu: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,Tài khoản Email Không hợp lệ apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}: Không thể lập chỉ mục Fieldtype {1} cho {2} DocType: Dashboard Chart,Timespan,Thời gian apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,Web liên kết @@ -130,7 +129,7 @@ DocType: DocType,Default Print Format,Mặc định In Định dạng DocType: Workflow State,Tags,các lần đánh dấu apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of Workflow,Không: Kết thúc quy trình làm việc apps/frappe/frappe/database/mariadb/schema.py,"{0} field cannot be set as unique in {1}, as there are non-unique existing values","{0}Lĩnh vực không thể được thiết lập là duy nhất trong {1}, vì đang tồn tại những giá trị không phải duy nhất" -DocType: Global Search Settings,Document Types,Các loại tài liệu +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,Các loại tài liệu DocType: Address,Jammu and Kashmir,Jammu và Kashmir DocType: Workflow,Workflow State Field,Đoạn trạng thái công việc DocType: Language,Guest,Khách @@ -291,6 +290,7 @@ DocType: Customize Form Field,"Print Width of the field, if the field is a colum DocType: Dropbox Settings,Dropbox Access Key,Dropbox Access Key apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,Tên trường sai {0} trong cấu hình add_fetch của tập lệnh tùy chỉnh apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,Chọn Danh bạ Google mà liên hệ sẽ được đồng bộ hóa. +DocType: Web Page,Main Section (HTML),Phần chính (HTML) DocType: Workflow State,headphones,tai nghe apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,Mật khẩu là cần thiết hoặc chọn Đang chờ mật khẩu DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,ví dụ như replies@yourcomany.com. Tất cả trả lời sẽ đến hộp thư này. @@ -390,8 +390,6 @@ DocType: Webhook,Request URL,Yêu cầu URL DocType: Customize Form,Is Table,là Bảng DocType: Email Account,Total number of emails to sync in initial sync process ,Tổng số lượng email để đồng bộ trong quá trình đồng bộ ban đầu DocType: Website Settings,Set Banner from Image,Đặt Banner từ hình ảnh -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Tìm kiếm toàn cầu -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,Tìm kiếm toàn cầu DocType: Email Account,SparkPost,Trang web SparkPost apps/frappe/frappe/templates/emails/new_user.html,A new account has been created for you at {0},Một tài khoản mới đã được tạo ra cho bạn tại {0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,Hướng dẫn Gửi email @@ -531,7 +529,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0} và {1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,Bắt đầu một cuộc trò chuyện. DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Luôn luôn thêm "Dự thảo" Heading cho dự thảo văn bản in ấn apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},Lỗi trong thông báo: {} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} năm trước DocType: Data Migration Run,Current Mapping Start,Bắt đầu lập bản đồ hiện tại apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,Email đã được đánh dấu là spam DocType: Comment,Website Manager,Quản trị viên Website @@ -572,7 +569,7 @@ DocType: Country,Country Name,Tên nước apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,Mẫu trống DocType: About Us Team Member,About Us Team Member,Thành viên nhóm 'Về chúng tôi' 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.","Quyền hạn được thiết lập trên vai trò và các loại tài liệu (gọi là doctypes) bằng cách thiết lập quyền như Đọc, Viết, Tạo, Xóa, Gửi, Hủy bỏ, sửa đổi, Báo cáo, nhập khẩu, xuất khẩu, in, email và thiết lập quyền người dùng" -DocType: Event,Wednesday,Thứ tư +DocType: Assignment Rule Day,Wednesday,Thứ tư apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,trường hình ảnh phải là một trường tên hợp lệ DocType: Chat Token,Token,thông báo apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,Tên trường {0} bị hạn chế @@ -693,6 +690,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,HTML hành động tiếp theo apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,Tạo bài đăng apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,Thêm người tham gia +DocType: Web Page,Main Section (Markdown),Phần chính (Markdown) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,Chỉ {0} báo cáo bằng email được phép cho mỗi người dùng apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}: Fieldtype {1} cho {2} không thể là duy nhất DocType: Address,Address Title,Địa chỉ Tiêu đề @@ -749,6 +747,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,Sao lưu t DocType: DocField,In Global Search,Trong Tìm kiếm Toàn cầu DocType: System Settings,Brute Force Security,Brute Force Security DocType: Workflow State,indent-left,thụt lề trái +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0} năm trước apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,Có rủi ro khi xóa tập tin này: {0}. Vui lòng liên hệ Quản lý Hệ thống của bạn. DocType: Currency,Currency Name,Tên tiền tệ apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,không có email @@ -873,7 +872,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,Thử DocType: Contact Phone,Number,Con số DocType: Web Form Field,Web Form Field,Trường mẫu Web apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,Bạn có một tin nhắn mới từ: -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)." apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,Chỉnh sửa HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,Vui lòng nhập URL chuyển hướng apps/frappe/frappe/core/doctype/language/language.py,"{0} must begin and end with a letter and can only contain letters, @@ -934,7 +932,6 @@ apps/frappe/frappe/utils/data.py,Cent,Phần trăm apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,Soạn email apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).","Báo cáo quy trình công việc (ví dụ như Dự thảo, phê duyệt, hủy bỏ)." DocType: Print Settings,Allow Print for Draft,cho phép in nháp -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.","Lỗi kết nối với Ứng dụng Khay QZ ...

Bạn cần cài đặt và chạy ứng dụng QZ Khay để sử dụng tính năng In thô.

Nhấn vào đây để tải xuống và cài đặt QZ Khay .
Nhấn vào đây để tìm hiểu thêm về In thô ." apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,Đặt Số lượng apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,Gửi tài liệu này để xác nhận DocType: Contact,Unsubscribed,Bỏ đăng ký @@ -1049,6 +1046,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,Không tìm t apps/frappe/frappe/config/customization.py,Add custom forms.,Thêm các hình thức tùy chỉnh. apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}: {1} trong {2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,gửi tài liệu này +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Thiết lập> Quyền người dùng 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.,Hệ thống cung cấp nhiều vai trò được xác định trước. Bạn có thể thêm vai trò mới để thiết lập quyền tốt hơn. DocType: Communication,CC,CC DocType: Country,Geo,Geo @@ -1090,7 +1088,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,Quản lý ứng dụng c DocType: Website Settings,Route Redirects,Chuyển hướng tuyến apps/frappe/frappe/config/settings.py,"Language, Date and Time settings","Thiết lập định dạng Ngôn ngữ, ngày, giờ" DocType: User Email,User Email,Email Người dùng -DocType: Event,Saturday,Thứ bảy +DocType: Assignment Rule Day,Saturday,Thứ bảy DocType: User,Represents a User in the system.,Đại diện cho một thành viên trong hệ thống. DocType: List View Setting,Disable Auto Refresh,Vô hiệu hóa Tự động làm mới DocType: Comment,Label,Nhãn @@ -1214,6 +1212,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,Điều kiện không hợp lệ {0} DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.","Nếu được kiểm tra, người dùng sẽ không thấy hộp thoại xác nhận truy cập." apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,Đã xóa bản ghi {0} +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag","tên thẻ ..., ví dụ #tag" apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,Các phím tắt bàn phím DocType: Post,Comments,Thẻ chú thích apps/frappe/frappe/public/js/frappe/dom.js,Confirm,Xác nhận @@ -1268,6 +1267,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","Nếu người dùng có bất kỳ vai trò nào được kiểm tra, sau đó người dùng sẽ trở thành một ""người dùng hệ thống"". ""Người dùng hệ thống"" có quyền truy cập vào các máy tính để bàn" DocType: System Settings,Date and Number Format,định dạng ngày và số apps/frappe/frappe/model/document.py,one of,Một trong +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 apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,Kiểm tra một khoảnh khắc apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,Hiện tags DocType: DocField,HTML Editor,Trình chỉnh sửa HTML @@ -1275,6 +1275,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,thanh toán DocType: Email Queue,Not Sent,Không gửi DocType: Web Form,Actions,Các thao tác +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Cài đặt> Người dùng DocType: Workflow State,align-justify,sắp xếp biện minh cho DocType: User,Middle Name (Optional),Tên đệm (bắt buộc) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,Không được phép @@ -1303,13 +1304,14 @@ DocType: PayPal Settings,PayPal Settings,Cài đặt PayPal apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,Chọn kiểu tài liệu apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,Không thể xóa {0} vì nó có các nút con apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0} phút trước +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,Ngày chuyển nhượng {0} đã được lặp lại. DocType: Kanban Board Column,lightblue,xanh nhẹ apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,Trường Tương tự được nhập hơn một lần DocType: Print Settings,Enable Raw Printing,Cho phép in thô +DocType: Contact,Contact Numbers,Số liên lạc DocType: Website Route Redirect,Source,Nguồn apps/frappe/frappe/templates/includes/list/filters.html,clear,trong sáng apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,Đã kết thúc -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,Cài đặt> Người dùng DocType: Prepared Report,Filter Values,Giá trị bộ lọc DocType: Communication,User Tags,Các lần đánh dấu người sử dụng DocType: Data Migration Run,Fail,Thất bại @@ -1334,7 +1336,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,Ẩn Chi tiết apps/frappe/frappe/www/qrcode.py,Page has expired!,Trang đã hết hạn! DocType: LDAP Settings,Path to private Key File,Đường dẫn đến tệp khóa riêng DocType: Workflow State,Tasks,nhiệm vụ -DocType: Event,Tuesday,Thứ ba +DocType: Assignment Rule Day,Tuesday,Thứ ba DocType: Blog Settings,Blog Settings,Thiết lập Blog apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,Bạn cũng có thể sao chép-dán liên kết này trong trình duyệt của bạn DocType: Workflow State,bullhorn,loa pin @@ -1561,7 +1563,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},Không được phép 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 không phải là một mẫu báo cáo hợp lệ. Mẫu báo cáo nên \ một trong những %s sau DocType: Chat Message,Chat,Trò chuyện -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,Thiết lập> Quyền người dùng +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},Không tìm thấy tài liệu nào được gắn thẻ {0} DocType: LDAP Group Mapping,LDAP Group Mapping,Ánh xạ nhóm LDAP DocType: Dashboard Chart,Chart Options,Tùy chọn biểu đồ apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,Cột không tên @@ -1592,6 +1594,7 @@ DocType: Custom Role,Custom Role,Vai trò tùy chỉnh apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,Trang chủ / kiểm tra Thư mục 2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,Nhập mật khẩu của bạn DocType: Dropbox Settings,Dropbox Access Secret,Dropbox truy cập bí mật +DocType: Tag Link,Document Title,Tiêu đề tài liệu apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(Bắt buộc) DocType: Social Login Key,Social Login Provider,Nhà cung cấp đăng nhập xã hội apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,Thêm bình luận khác @@ -1837,7 +1840,6 @@ DocType: GCalendar Account,Next Sync Token,Mã thông báo đồng bộ hóa ti DocType: Energy Point Settings,Energy Point Settings,Cài đặt điểm năng lượng DocType: Async Task,Succeeded,Thành công apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},Trường bắt buộc là cần thiết trong {0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","Lỗi kết nối với Ứng dụng Khay QZ ...

Bạn cần cài đặt và chạy ứng dụng QZ Khay, để sử dụng tính năng In thô.

Nhấn vào đây để tải xuống và cài đặt QZ Khay .
Nhấn vào đây để tìm hiểu thêm về In thô ." apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,Đặt Số Backups DocType: DocField,Do not allow user to change after set the first time,Không cho phép người dùng thay đổi sau khi thiết lập lần đầu tiên apps/frappe/frappe/utils/data.py,1 year ago,1 năm trước @@ -3708,6 +3716,7 @@ DocType: Auto Email Report,Send only if there is any data,Chỉ gửi nếu có apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,Tổng số hàng apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0}: Quyền ở mức 0 phải được thiết lập trước khi thiết lập cấp độ cao hơn DocType: Contact,Sync with Google Contacts,Đồng bộ hóa với Danh bạ Google +DocType: Tag Link,Document Tag,Thẻ tài liệu apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},Chuyển nhượng đóng cửa bởi {0} DocType: Integration Request,Remote,Xa apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,Tính toán @@ -3798,6 +3807,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,Thay DocType: Email Domain,domain name,tên miền DocType: Contact Email,Contact Email,Email Liên hệ DocType: Kanban Board Column,Order,Yêu cầu +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,Không tìm thấy kết quả nào cho {0} trong Tìm kiếm toàn cầu DocType: Report,Ref DocType,Loại văn bản tham khảo apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,Vui lòng nhập Client ID trước khi đăng nhập mạng xã hội được bật apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0}: Không thể thiết lập Sửa mà không chọn Hủy bỏ @@ -3904,6 +3914,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,Các bản ghi cho các doctypes sau sẽ được lọc apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,Bộ lập lịch không hoạt động DocType: Blog Settings,Blog Introduction,Blog Giới thiệu +DocType: Global Search Settings,Search Priorities,Ưu tiên tìm kiếm DocType: Address,Office,Văn phòng apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,Bảng Kanban này là riêng tư apps/frappe/frappe/desk/moduleview.py,Standard Reports,Báo cáo tiêu chuẩn diff --git a/frappe/translations/zh.csv b/frappe/translations/zh.csv index 6296af3b9a..fd55618f5f 100644 --- a/frappe/translations/zh.csv +++ b/frappe/translations/zh.csv @@ -113,7 +113,6 @@ DocType: Data Migration Run,Log,日志 DocType: Workflow State,indent-right,靠右缩进 DocType: Has Role,Has Role,有角色 DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,在服务器上保留QR码图像的秒数。最小: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,电子邮件帐户无效 apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}:无法为{2}的字段类型{1}编制索引 DocType: Dashboard Chart,Timespan,时间跨度 apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,网站链接 @@ -130,7 +129,7 @@ DocType: DocType,Default Print Format,默认打印格式 DocType: Workflow State,Tags,标签 apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of 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}字段不能在{1}中设置为唯一,因为这里存在非唯一的数值 -DocType: Global Search Settings,Document Types,文档类型 +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,文档类型 DocType: Address,Jammu and Kashmir,查谟和克什米尔 DocType: Workflow,Workflow State Field,工作流状态字段 DocType: Language,Guest,访客 @@ -291,6 +290,7 @@ DocType: Customize Form Field,"Print Width of the field, if the field is a colum DocType: Dropbox Settings,Dropbox Access Key,Dropbox的Key apps/frappe/frappe/desk/form/utils.py,Wrong fieldname {0} in add_fetch configuration of custom script,自定义脚本的add_fetch配置中的字段名为{0} apps/frappe/frappe/contacts/doctype/contact/contact.py,Select Google Contacts to which contact should be synced.,选择要同步联系人的Google通讯录。 +DocType: Web Page,Main Section (HTML),主要部分(HTML) DocType: Workflow State,headphones,头戴耳机 apps/frappe/frappe/email/doctype/email_account/email_account.py,Password is required or select Awaiting Password,需要密码,或者选择等待密码 DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,例如如replies@yourcomany.com。所有的回复将被发送到这个收件箱。 @@ -390,8 +390,6 @@ DocType: Webhook,Request URL,请求URL DocType: Customize Form,Is Table,为表 DocType: Email Account,Total number of emails to sync in initial sync process ,邮件的总数在初始同步过程同步 DocType: Website Settings,Set Banner from Image,从图像设置横幅 -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,全局搜索 -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,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},已为您创建新帐户{0} apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,说明已通过电子邮件发送 @@ -532,7 +530,6 @@ apps/frappe/frappe/utils/data.py,{0} and {1},{0}和{1} apps/frappe/frappe/public/js/frappe/chat.js,Start a conversation.,开始对话。 DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",随时添加“草案”标题打印文件草案 apps/frappe/frappe/email/doctype/notification/notification.py,Error in Notification: {},通知错误:{} -apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0}年之前 DocType: Data Migration Run,Current Mapping Start,当前映射开始 apps/frappe/frappe/core/doctype/communication/communication.js,Email has been marked as spam,电子邮件已被标记为垃圾邮件 DocType: Comment,Website Manager,网站管理员 @@ -574,7 +571,7 @@ DocType: Country,Country Name,国家名称 apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,Blank Template,空白模板 DocType: About Us Team Member,About Us Team Member,关于我们 团队成员 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.",权限是根据角色和文件类型(也称DocTypes)设置的,如设置权利如喜欢读权限,写,创建,删除,提交,取消,修改,报表,导入,导出,打印,电子邮件和设置用户权限 -DocType: Event,Wednesday,星期三 +DocType: Assignment Rule Day,Wednesday,星期三 apps/frappe/frappe/core/doctype/doctype/doctype.py,Image field must be a valid fieldname,图像字段必须是有效的字段名 DocType: Chat Token,Token,令牌 apps/frappe/frappe/core/doctype/doctype/doctype.py,Fieldname {0} is restricted,字段名{0}受限制 @@ -695,6 +692,7 @@ apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action t DocType: Success Action,Next Actions HTML,下一步操作HTML apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,创建帖子 apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,添加参与者 +DocType: Web Page,Main Section (Markdown),主要部分(降价) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,每个用户只允许{0}个电子邮件报告 apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}:{2}的字段类型{1}不能是唯一的 DocType: Address,Address Title,地址名称 @@ -751,6 +749,7 @@ apps/frappe/frappe/desk/page/backups/backups.py,File backup is ready,文件备 DocType: DocField,In Global Search,在全局搜索 DocType: System Settings,Brute Force Security,蛮力安全 DocType: Workflow State,indent-left,靠左缩进 +apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,> {0} year(s) ago,> {0}年之前 apps/frappe/frappe/utils/file_manager.py,It is risky to delete this file: {0}. Please contact your System Manager.,删除这个文件是有风险的:{0}。请联系您的系统管理员。 DocType: Currency,Currency Name,货币名称 apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,No Emails,没有电子邮件 @@ -875,7 +874,6 @@ apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,重 DocType: Contact Phone,Number,数 DocType: Web Form Field,Web Form Field,Web表单字段 apps/frappe/frappe/templates/emails/new_message.html,You have a new message from: ,您收到以下新消息: -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之间的值)。 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,编辑HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,请输入重定向网址 apps/frappe/frappe/core/doctype/language/language.py,"{0} must begin and end with a letter and can only contain letters, @@ -935,7 +933,6 @@ apps/frappe/frappe/utils/data.py,Cent,一分钱 apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,写邮件 apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).",工作流程状况(例如草稿,已批准,已取消) 。 DocType: Print Settings,Allow Print for Draft,允许打印草稿 -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.","连接到QZ托盘应用程序时出错...

您需要安装并运行QZ Tray应用程序才能使用“原始打印”功能。

单击此处下载并安装QZ托盘
单击此处以了解有关原始印刷的更多信息 。" apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,设置数量 apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,提交该文件以确认 DocType: Contact,Unsubscribed,已退订 @@ -1050,6 +1047,7 @@ apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,没有找到{ apps/frappe/frappe/config/customization.py,Add custom forms.,添加自定义表单。 apps/frappe/frappe/desk/like.py,{0}: {1} in {2},{0}:{1}在{2} apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,提交这份文件 +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,设置>用户权限 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.,该系统提供了许多预先定义的角色。您可以添加新的角色设定更精细的权限。 DocType: Communication,CC,抄送 DocType: Country,Geo,GEO @@ -1091,7 +1089,7 @@ apps/frappe/frappe/www/me.html,Manage Third Party Apps,管理第三方应用 DocType: Website Settings,Route Redirects,路线重定向 apps/frappe/frappe/config/settings.py,"Language, Date and Time settings",语言,日期和时间设置 DocType: User Email,User Email,用户电子邮件 -DocType: Event,Saturday,星期六 +DocType: Assignment Rule Day,Saturday,星期六 DocType: User,Represents a User in the system.,表示系统中一个用户。 DocType: List View Setting,Disable Auto Refresh,禁用自动刷新 DocType: Comment,Label,标签 @@ -1215,6 +1213,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,{0}条件无效 DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.",如果选中,用户将不会看到确认访问对话框。 apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0}记录已删除 +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag",标签名称...,例如#tag apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,键盘快捷键 DocType: Post,Comments,评论 apps/frappe/frappe/public/js/frappe/dom.js,Confirm,确认 @@ -1269,6 +1268,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",如果用户有任何检查的作用,那么用户就变成了“系统用户”。 “系统用户”访问桌面 DocType: System Settings,Date and Number Format,日期和数字格式 apps/frappe/frappe/model/document.py,one of,其中 +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,设置>自定义表格 apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,检查一个时刻 apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,显示标签 DocType: DocField,HTML Editor,HTML编辑器 @@ -1276,6 +1276,7 @@ DocType: System Settings,"If Apply Strict User Permission is checked and User Pe DocType: Address,Billing,账单 DocType: Email Queue,Not Sent,未发送 DocType: Web Form,Actions,操作 +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,设置>用户 DocType: Workflow State,align-justify,段落两端对齐 DocType: User,Middle Name (Optional),中间名(可选) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,不允许 @@ -1304,13 +1305,14 @@ DocType: PayPal Settings,PayPal Settings,贝宝设置 apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,选择文档类型 apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,无法删除{0} ,因为它有子节点 apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0}分钟前 +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,分配日{0}已重复。 DocType: Kanban Board Column,lightblue,浅蓝 apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,相同字段不止一次输入 DocType: Print Settings,Enable Raw Printing,启用原始打印 +DocType: Contact,Contact Numbers,联络电话 DocType: Website Route Redirect,Source,源 apps/frappe/frappe/templates/includes/list/filters.html,clear,清除 apps/frappe/frappe/core/page/background_jobs/background_jobs.html,Finished,成品 -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,设置>用户 DocType: Prepared Report,Filter Values,过滤值 DocType: Communication,User Tags,用户标签 DocType: Data Migration Run,Fail,失败 @@ -1335,7 +1337,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js,Hide Details,隐藏详情 apps/frappe/frappe/www/qrcode.py,Page has expired!,页已过期! DocType: LDAP Settings,Path to private Key File,私钥文件的路径 DocType: Workflow State,Tasks,任务 -DocType: Event,Tuesday,星期二 +DocType: Assignment Rule Day,Tuesday,星期二 DocType: Blog Settings,Blog Settings,博客设置 apps/frappe/frappe/templates/emails/new_user.html,You can also copy-paste this link in your browser,您也可以复制粘贴此链接到您的浏览器地址栏中 DocType: Workflow State,bullhorn,扩音器 @@ -1562,7 +1564,7 @@ apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},不允许{0}:{1} 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 不是有效的报告格式. 报告格式应以 \ 开头然后才是 %s DocType: Chat Message,Chat,聊天 -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,设置>用户权限 +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},找不到标有{0}的文档 DocType: LDAP Group Mapping,LDAP Group Mapping,LDAP组映射 DocType: Dashboard Chart,Chart Options,图表选项 apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,无标题栏 @@ -1593,6 +1595,7 @@ DocType: Custom Role,Custom Role,自定义角色 apps/frappe/frappe/core/doctype/file/test_file.py,Home/Test Folder 2,主页/测试文件夹2 apps/frappe/frappe/public/js/frappe/ui/messages.js,Enter your password,输入密码 DocType: Dropbox Settings,Dropbox Access Secret,Dropbox的密码 +DocType: Tag Link,Document Title,文件名 apps/frappe/frappe/public/js/frappe/data_import/data_exporter.js,(Mandatory),(必须) DocType: Social Login Key,Social Login Provider,社交登录提供商 apps/frappe/frappe/templates/includes/comments/comments.html,Add Another Comment,添加另一个评论 @@ -1838,7 +1841,6 @@ DocType: GCalendar Account,Next Sync Token,下一个同步令牌 DocType: Energy Point Settings,Energy Point Settings,能量点设置 DocType: Async Task,Succeeded,成功 apps/frappe/frappe/public/js/frappe/form/save.js,Mandatory fields required in {0},在需要的必填字段{0} -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","连接到QZ托盘应用程序时出错...

您需要安装并运行QZ Tray应用程序才能使用“原始打印”功能。

单击此处下载并安装QZ托盘
单击此处以了解有关原始印刷的更多信息 。" apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,设置备份数量 DocType: DocField,Do not allow user to change after set the first time,不允许用户首次设置后再更改 apps/frappe/frappe/utils/data.py,1 year ago,一年前 @@ -3709,6 +3717,7 @@ DocType: Auto Email Report,Send only if there is any data,仅发送,如果有 apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,总计行 apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0} :更高级别的权限设置前请先设置0级权限 DocType: Contact,Sync with Google Contacts,与Google通讯录同步 +DocType: Tag Link,Document Tag,文件标签 apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},指配由{0}关闭 DocType: Integration Request,Remote,远程 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,计算 @@ -3799,6 +3808,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,变 DocType: Email Domain,domain name,域名 DocType: Contact Email,Contact Email,联络人电邮 DocType: Kanban Board Column,Order,订购 +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,在全局搜索中找不到与{0}相关的结果 DocType: Report,Ref DocType,参考的DocType apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,在启用社交登录之前,请输入客户端ID apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0} :没有“取消”的情况下不能设置“修订” @@ -3905,6 +3915,7 @@ DocType: Webhook,on_trash,on_trash apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,以下文档类型的记录将被过滤 apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,调度程序无效 DocType: Blog Settings,Blog Introduction,博客介绍 +DocType: Global Search Settings,Search Priorities,搜索优先级 DocType: Address,Office,办公室 apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,这看板将是私有的 apps/frappe/frappe/desk/moduleview.py,Standard Reports,标准报告 diff --git a/frappe/translations/zh_tw.csv b/frappe/translations/zh_tw.csv index a8c51ae1e2..a280533817 100644 --- a/frappe/translations/zh_tw.csv +++ b/frappe/translations/zh_tw.csv @@ -100,7 +100,6 @@ DocType: Data Migration Run,Log,日誌 DocType: Workflow State,indent-right,右邊縮排 DocType: Has Role,Has Role,有作用 DocType: System Settings,Time in seconds to retain QR code image on server. Min:240,在服務器上保留QR碼圖像的秒數。最小: 240 -apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Invalid Email Account,電子郵件帳戶無效 apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}:Fieldtype {1} for {2} cannot be indexed,{0}:無法為{2}的字段類型{1}編制索引 DocType: Dashboard Chart,Timespan,時間跨度 apps/frappe/frappe/public/js/frappe/file_uploader/FileUploader.vue,Web Link,網站鏈接 @@ -117,7 +116,7 @@ DocType: DocType,Default Print Format,預設列印格式 DocType: Workflow State,Tags,標籤 apps/frappe/frappe/public/js/frappe/form/workflow.js,None: End of 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}字段不能設置在{1}是獨一無二的,因為有非唯一存在的價值 -DocType: Global Search Settings,Document Types,文檔類型 +apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Document Types,文檔類型 DocType: Address,Jammu and Kashmir,查謨和克什米爾 DocType: Workflow,Workflow State Field,工作流程狀態字段 DocType: Language,Guest,客人 @@ -339,8 +338,6 @@ DocType: Webhook,Request URL,請求URL DocType: Customize Form,Is Table,為表 DocType: Email Account,Total number of emails to sync in initial sync process ,郵件的總數在初始同步過程同步 DocType: Website Settings,Set Banner from Image,從圖像設置橫幅 -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,全球搜索 -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,Global Search,全球搜索 apps/frappe/frappe/templates/emails/new_user.html,A new account has been created for you at {0},已經在{0}為您創建一個新的帳戶 apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,電子郵件說明 apps/frappe/frappe/templates/includes/login/login.js,Instructions Emailed,電子郵件說明 @@ -599,6 +596,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,"As apps/frappe/frappe/www/confirm_workflow_action.html,Please confirm your action to {0} this document.,請確認您對{0}此文檔的操作。 apps/frappe/frappe/public/js/frappe/social/social_home.js,Create Post,創建帖子 apps/frappe/frappe/desk/doctype/event/event.js,Add Participants,添加參與者 +DocType: Web Page,Main Section (Markdown),主要部分(降價) apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py,Only {0} emailed reports are allowed per user,只有{0}電子郵件報告是每個用戶可以 apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Fieldtype {1} for {2} cannot be unique,{0}:{2}的字段類型{1}不能是唯一的 DocType: Address,Address Title,地址名稱 @@ -754,7 +752,6 @@ apps/frappe/frappe/model/base_document.py,Duplicate name {0} {1},重複的名稱 apps/frappe/frappe/core/doctype/data_import_beta/data_import_beta.js,Retry,重試 DocType: Contact Phone,Number,數 DocType: Web Form Field,Web Form Field,網頁表單欄位 -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之間的值)。 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html,Edit HTML,編輯HTML apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Redirect URL,請輸入重定向網址 apps/frappe/frappe/core/doctype/language/language.py,"{0} must begin and end with a letter and can only contain letters, @@ -808,7 +805,6 @@ apps/frappe/frappe/utils/data.py,Cent,一分錢 apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js,Compose Email,寫郵件 apps/frappe/frappe/config/settings.py,"States for workflow (e.g. Draft, Approved, Cancelled).",工作流程狀態(例如草稿,已批准,已取消)。 DocType: Print Settings,Allow Print for Draft,允許打印草稿 -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.","連接到QZ托盤應用程序時出錯...

您需要安裝並運行QZ Tray應用程序才能使用“原始打印”功能。

單擊此處下載並安裝QZ托盤
單擊此處以了解有關原始印刷的更多信息 。" apps/frappe/frappe/public/js/frappe/form/link_selector.js,Set Quantity,設置數量 apps/frappe/frappe/public/js/frappe/form/form.js,Submit this document to confirm,提交該文件以確認 DocType: Contact,Unsubscribed,退訂 @@ -906,6 +902,7 @@ DocType: Dropbox Settings,File Backup,文件備份 apps/frappe/frappe/public/js/frappe/list/list_view.js,No {0} found,沒有找到{0} apps/frappe/frappe/config/customization.py,Add custom forms.,添加自定義表單。 apps/frappe/frappe/public/js/frappe/form/footer/timeline.js,submitted this document,提交這份文件 +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,設置>用戶權限 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.,該系統提供了許多預先定義的角色。您可以添加新的角色設定更精細的權限。 DocType: Communication,CC,CC DocType: Data Migration Run,Trigger Name,觸發器名稱 @@ -1056,6 +1053,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,{0}條件無效 DocType: OAuth Client,"If checked, users will not see the Confirm Access dialog.",如果選中,用戶不會看到確認Access對話框。 apps/frappe/frappe/core/doctype/user_permission/user_permission_list.js,{0} record deleted,{0}記錄已刪除 +apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,"tag name..., e.g. #tag",標籤名稱...,例如#tag apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Keyboard Shortcuts,鍵盤快捷鍵 DocType: Post,Comments,評論 apps/frappe/frappe/public/js/frappe/dom.js,Confirm,確認 @@ -1106,12 +1104,14 @@ DocType: Transaction Log,Chaining Hash,鏈接哈希 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",如果用戶有任何檢查的作用,那麼用戶就變成了“系統用戶”。 “系統用戶”訪問桌面 DocType: System Settings,Date and Number Format,日期和數字格式 +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > Customize Form,設置>自定義表格 apps/frappe/frappe/public/js/frappe/desk.js,Checking one moment,檢查一個時刻 apps/frappe/frappe/public/js/frappe/list/list_sidebar.html,Show Tags,顯示標籤 DocType: DocField,HTML Editor,HTML編輯器 DocType: System Settings,"If Apply Strict User Permission is checked and User Permission is defined for a DocType for a User, then all the documents where value of the link is blank, will not be shown to that User",如果選中了“嚴格用戶權限”,並為用戶定義了“用戶權限”,則該鏈接的值為空的所有文檔將不會顯示給該用戶 DocType: Address,Billing,計費 DocType: Email Queue,Not Sent,未發送 +apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,設置>用戶 DocType: Workflow State,align-justify,對齊對齊 DocType: User,Middle Name (Optional),中間名(可選) apps/frappe/frappe/public/js/frappe/request.js,Not Permitted,不允許 @@ -1138,10 +1138,11 @@ DocType: PayPal Settings,PayPal Settings,貝寶設置 apps/frappe/frappe/core/page/permission_manager/permission_manager.js,Select Document Type,選擇文件類型 apps/frappe/frappe/utils/nestedset.py,Cannot delete {0} as it has child nodes,無法刪除{0} ,因為它有子節點 apps/frappe/frappe/public/js/frappe/utils/pretty_date.js,{0} minutes ago,{0}分鐘前 +apps/frappe/frappe/automation/doctype/assignment_rule/assignment_rule.py,Assignment Day {0} has been repeated.,分配日{0}已重複。 DocType: Kanban Board Column,lightblue,淺藍 apps/frappe/frappe/integrations/doctype/webhook/webhook.py,Same Field is entered more than once,相同字段不止一次輸入 DocType: Print Settings,Enable Raw Printing,啟用原始打印 -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User,設置>用戶 +DocType: Contact,Contact Numbers,聯絡電話 DocType: Prepared Report,Filter Values,過濾值 DocType: Communication,User Tags,用戶標籤 DocType: Data Migration Run,Fail,失敗 @@ -1355,7 +1356,7 @@ DocType: User,Set New Password,設定新密碼 apps/frappe/frappe/permissions.py,Not allowed for {0}: {1},不允許{0}:{1} 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不是一個有效的報告格式。報告格式應\下面%S之一 -apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html,Setup > User Permissions,設置>用戶權限 +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No documents found tagged with {0},找不到標有{0}的文檔 DocType: LDAP Group Mapping,LDAP Group Mapping,LDAP組映射 DocType: Dashboard Chart,Chart Options,圖表選項 apps/frappe/frappe/public/js/frappe/data_import/import_preview.js,Untitled Column,無標題欄 @@ -1590,7 +1591,6 @@ apps/frappe/frappe/permissions.py,You are not allowed to export {} doctype,您 apps/frappe/frappe/desk/form/assign_to.py,Shared with user {0} with read access,與用戶{0}共享讀取權限 DocType: GCalendar Account,Next Sync Token,下一個同步令牌 DocType: Energy Point Settings,Energy Point Settings,能量點設置 -apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,

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...

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.","連接到QZ托盤應用程序時出錯...

您需要安裝並運行QZ Tray應用程序才能使用Raw Print功能。

單擊此處下載並安裝QZ托盤
單擊此處以了解有關原始印刷的更多信息 。" apps/frappe/frappe/desk/page/backups/backups.js,Set Number of Backups,設置備份數量 DocType: DocField,Do not allow user to change after set the first time,在首次設定後不允許用戶更改 apps/frappe/frappe/utils/data.py,1 year ago,1年以前 @@ -3220,6 +3226,7 @@ DocType: Auto Email Report,Send only if there is any data,僅發送,如果有 apps/frappe/frappe/public/js/frappe/views/reports/report_view.js,Totals Row,總計行 apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Permission at level 0 must be set before higher levels are set,{0} :權限在0水平必須於更高級別前設定 DocType: Contact,Sync with Google Contacts,與Google通訊錄同步 +DocType: Tag Link,Document Tag,文件標籤 apps/frappe/frappe/desk/doctype/todo/todo.py,Assignment closed by {0},指派作業由 {0} 結案 DocType: Integration Request,Remote,遠程 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js,Calculate,計算 @@ -3296,6 +3303,7 @@ apps/frappe/frappe/public/js/frappe/ui/keyboard.js,Trigger Primary Action,觸發 apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html,Change,更改 DocType: Contact Email,Contact Email,聯絡電郵 DocType: Kanban Board Column,Order,訂購 +apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js,No results found for {0} in Global Search,在全局搜索中找不到與{0}相關的結果 DocType: Report,Ref DocType,參考的DocType apps/frappe/frappe/integrations/doctype/social_login_key/social_login_key.py,Please enter Client ID before social login is enabled,在啟用社交登錄之前,請輸入客戶端ID apps/frappe/frappe/core/doctype/doctype/doctype.py,{0}: Cannot set Amend without Cancel,{0} :如果沒有取消便無法設為修改 @@ -3389,6 +3397,7 @@ apps/frappe/frappe/config/core.py,Client side script extensions in Javascript, apps/frappe/frappe/core/doctype/user_permission/user_permission_help.html,Records for following doctypes will be filtered,以下文檔類型的記錄將被過濾 apps/frappe/frappe/public/js/frappe/desk.js,Scheduler Inactive,調度程序無效 DocType: Blog Settings,Blog Introduction,部落格簡介 +DocType: Global Search Settings,Search Priorities,搜索優先級 DocType: Address,Office,辦公室 apps/frappe/frappe/public/js/frappe/views/kanban/kanban_view.js,This Kanban Board will be private,這看板私會 apps/frappe/frappe/desk/moduleview.py,Standard Reports,標準報告 diff --git a/frappe/utils/html_utils.py b/frappe/utils/html_utils.py index 5a54cd3ce8..5f3a6b4338 100644 --- a/frappe/utils/html_utils.py +++ b/frappe/utils/html_utils.py @@ -10,8 +10,8 @@ def clean_html(html): return html return bleach.clean(clean_script_and_style(html), - tags=['div', 'p', 'br', 'ul', 'ol', 'li', 'b', 'i', 'em', - 'table', 'thead', 'tbody', 'td', 'tr'], + tags=['div', 'p', 'br', 'ul', 'ol', 'li', 'strong', 'b', 'em', 'i', 'u', + 'table', 'thead', 'tbody', 'td', 'tr'], attributes=[], styles=['color', 'border', 'border-color'], strip=True, strip_comments=True) @@ -21,7 +21,7 @@ def clean_email_html(html): return html return bleach.clean(clean_script_and_style(html), - tags=['div', 'p', 'br', 'ul', 'ol', 'li', 'b', 'i', 'em', 'a', + tags=['div', 'p', 'br', 'ul', 'ol', 'li', 'strong', 'b', 'em', 'i', 'u', 'a', 'table', 'thead', 'tbody', 'td', 'tr', 'th', 'pre', 'code', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'button', 'img'], attributes=['border', 'colspan', 'rowspan', diff --git a/frappe/utils/pdf.py b/frappe/utils/pdf.py index d5a5415e2d..2a6fb7f7e3 100644 --- a/frappe/utils/pdf.py +++ b/frappe/utils/pdf.py @@ -16,6 +16,7 @@ def get_pdf(html, options=None, output=None): options.update({ "disable-javascript": "", "disable-local-file-access": "", + "disable-smart-shrinking": "" }) filedata = '' diff --git a/frappe/utils/user.py b/frappe/utils/user.py index 1446b9749f..0959316ee8 100755 --- a/frappe/utils/user.py +++ b/frappe/utils/user.py @@ -157,8 +157,11 @@ class UserPermissions: self.can_read.remove(dt) if "System Manager" in self.get_roles(): - self.can_import = list(filter(lambda d: d in self.can_create, - frappe.db.sql_list("""select name from `tabDocType` where allow_import = 1"""))) + docs = [x["name"] for x in frappe.get_all("DocType", "name")] + for docname in docs: + if frappe.get_meta(docname, cached=False).allow_import == 1: + self.can_import.append(docname) + frappe.cache().hset("can_import", frappe.session.user, self.can_import) def get_defaults(self): import frappe.defaults