Browse Source

Merge branch 'staging'

version-14
Saurabh 8 years ago
parent
commit
9174b245d8
100 changed files with 3699 additions and 3661 deletions
  1. +2
    -2
      frappe/__init__.py
  2. +2
    -0
      frappe/async.py
  3. +10
    -5
      frappe/contacts/doctype/address/address.js
  4. +2
    -2
      frappe/core/doctype/doctype/boilerplate/controller_list.js
  5. +23
    -0
      frappe/core/doctype/doctype/boilerplate/test_controller.js
  6. +4
    -0
      frappe/core/doctype/doctype/doctype.py
  7. +23
    -0
      frappe/core/doctype/test_runner/_test_test_runner.js
  8. +15
    -18
      frappe/core/doctype/test_runner/test_runner.js
  9. +31
    -1
      frappe/core/doctype/test_runner/test_runner.json
  10. +6
    -20
      frappe/core/doctype/test_runner/test_runner.py
  11. +1
    -1
      frappe/core/doctype/user/user.py
  12. +32
    -4
      frappe/core/doctype/version/test_version.py
  13. +7
    -4
      frappe/core/doctype/version/version.py
  14. +14
    -2
      frappe/database.py
  15. +8
    -3
      frappe/docs/user/en/guides/automated-testing/qunit-testing.md
  16. +9
    -2
      frappe/docs/user/en/guides/basics/site_config.md
  17. +0
    -0
      frappe/docs/user/es/bench/__init__.py
  18. +0
    -0
      frappe/docs/user/es/guides/__init__.py
  19. +0
    -0
      frappe/docs/user/es/tutorial/__init__.py
  20. +0
    -0
      frappe/docs/user/es/videos/__init__.py
  21. +22
    -29
      frappe/email/doctype/auto_email_report/auto_email_report.py
  22. +40
    -16
      frappe/email/email_body.py
  23. +1
    -1
      frappe/email/queue.py
  24. +42
    -1
      frappe/email/test_email_body.py
  25. +1
    -0
      frappe/public/build.json
  26. +151
    -0
      frappe/public/css/email.css
  27. +3
    -0
      frappe/public/css/slickgrid.css
  28. +1
    -8
      frappe/public/js/frappe/dom.js
  29. +8
    -6
      frappe/public/js/frappe/form/footer/timeline.js
  30. +2
    -2
      frappe/public/js/frappe/form/formatters.js
  31. +41
    -0
      frappe/public/js/frappe/misc/test_utils.js
  32. +0
    -38
      frappe/public/js/frappe/misc/tests/test_number_format.js
  33. +1
    -1
      frappe/public/js/frappe/ui/base_list.js
  34. +6
    -3
      frappe/public/js/frappe/ui/filters/filters.js
  35. +1
    -14
      frappe/public/less/common.less
  36. +1
    -4
      frappe/public/less/docs.less
  37. +184
    -0
      frappe/public/less/email.less
  38. +4
    -0
      frappe/public/less/slickgrid.less
  39. +4
    -0
      frappe/public/less/variables.less
  40. +2
    -10
      frappe/public/less/website.less
  41. +51
    -0
      frappe/templates/emails/auto_email_report.html
  42. +10
    -6
      frappe/templates/emails/email_header.html
  43. +0
    -1
      frappe/templates/emails/new_user.html
  44. +5
    -5
      frappe/templates/emails/password_reset.html
  45. +0
    -1
      frappe/templates/emails/password_update.html
  46. +9
    -7
      frappe/templates/emails/standard.html
  47. +2
    -2
      frappe/templates/print_formats/standard.html
  48. +0
    -60
      frappe/tests/ui/_test_gantt_view.js
  49. +0
    -56
      frappe/tests/ui/_test_print_format_builder.js
  50. +0
    -16
      frappe/tests/ui/data/test_data_for_views.js
  51. +25
    -94
      frappe/tests/ui/data/test_lib.js
  52. +0
    -44
      frappe/tests/ui/global_search/_test_list_document.js
  53. +0
    -64
      frappe/tests/ui/global_search/_test_math.js
  54. +0
    -55
      frappe/tests/ui/global_search/_test_new_record.js
  55. +0
    -42
      frappe/tests/ui/global_search/_test_open_module.js
  56. +0
    -88
      frappe/tests/ui/global_search/_test_search_document.js
  57. +7
    -6
      frappe/tests/ui/test_calendar_view.js
  58. +0
    -64
      frappe/tests/ui/test_desktop.js
  59. +0
    -16
      frappe/tests/ui/test_list/_test_list_values.js
  60. +0
    -27
      frappe/tests/ui/test_list/_test_quick_entry.js
  61. +39
    -0
      frappe/tests/ui/test_list/test_list_filter.js
  62. +25
    -0
      frappe/tests/ui/test_list/test_list_paging.js
  63. +0
    -62
      frappe/tests/ui/test_list_delete.js
  64. +0
    -35
      frappe/tests/ui/test_list_filter.js
  65. +0
    -18
      frappe/tests/ui/test_list_paging.js
  66. +35
    -0
      frappe/tests/ui/test_module/test_module_option.js
  67. +41
    -0
      frappe/tests/ui/test_module_view.js
  68. +38
    -0
      frappe/tests/ui/test_number_format.js
  69. +27
    -18
      frappe/tests/ui/test_test_runner.py
  70. +5
    -0
      frappe/tests/ui/tests.txt
  71. +94
    -94
      frappe/translations/am.csv
  72. +94
    -94
      frappe/translations/ar.csv
  73. +94
    -94
      frappe/translations/bg.csv
  74. +94
    -94
      frappe/translations/bn.csv
  75. +94
    -94
      frappe/translations/bs.csv
  76. +93
    -93
      frappe/translations/ca.csv
  77. +94
    -94
      frappe/translations/cs.csv
  78. +102
    -102
      frappe/translations/da.csv
  79. +94
    -94
      frappe/translations/de.csv
  80. +94
    -94
      frappe/translations/el.csv
  81. +1
    -1
      frappe/translations/es-CL.csv
  82. +28
    -28
      frappe/translations/es-PE.csv
  83. +98
    -98
      frappe/translations/es.csv
  84. +94
    -94
      frappe/translations/et.csv
  85. +94
    -94
      frappe/translations/fa.csv
  86. +94
    -94
      frappe/translations/fi.csv
  87. +106
    -106
      frappe/translations/fr.csv
  88. +94
    -94
      frappe/translations/gu.csv
  89. +64
    -65
      frappe/translations/he.csv
  90. +94
    -94
      frappe/translations/hi.csv
  91. +94
    -94
      frappe/translations/hr.csv
  92. +107
    -107
      frappe/translations/hu.csv
  93. +94
    -94
      frappe/translations/id.csv
  94. +93
    -93
      frappe/translations/is.csv
  95. +96
    -96
      frappe/translations/it.csv
  96. +94
    -94
      frappe/translations/ja.csv
  97. +96
    -96
      frappe/translations/km.csv
  98. +96
    -96
      frappe/translations/kn.csv
  99. +96
    -96
      frappe/translations/ko.csv
  100. +96
    -96
      frappe/translations/ku.csv

+ 2
- 2
frappe/__init__.py View File

@@ -14,7 +14,7 @@ import os, sys, importlib, inspect, json
from .exceptions import * from .exceptions import *
from .utils.jinja import get_jenv, get_template, render_template, get_email_from_template from .utils.jinja import get_jenv, get_template, render_template, get_email_from_template


__version__ = '8.5.8'
__version__ = '8.6.0'
__title__ = "Frappe Framework" __title__ = "Frappe Framework"


local = Local() local = Local()
@@ -380,7 +380,7 @@ def sendmail(recipients=[], sender="", subject="No Subject", message="No Message
attachments=None, content=None, doctype=None, name=None, reply_to=None, attachments=None, content=None, doctype=None, name=None, reply_to=None,
cc=[], message_id=None, in_reply_to=None, send_after=None, expose_recipients=None, cc=[], message_id=None, in_reply_to=None, send_after=None, expose_recipients=None,
send_priority=1, communication=None, retry=1, now=None, read_receipt=None, is_notification=False, send_priority=1, communication=None, retry=1, now=None, read_receipt=None, is_notification=False,
inline_images=None, template=None, args=None, header=False):
inline_images=None, template=None, args=None, header=None):
"""Send email using user's default **Email Account** or global default **Email Account**. """Send email using user's default **Email Account** or global default **Email Account**.






+ 2
- 0
frappe/async.py View File

@@ -165,6 +165,8 @@ def get_task_log_file_path(task_id, stream_type):


@frappe.whitelist(allow_guest=True) @frappe.whitelist(allow_guest=True)
def can_subscribe_doc(doctype, docname, sid): def can_subscribe_doc(doctype, docname, sid):
if os.environ.get('CI'):
return True
from frappe.sessions import Session from frappe.sessions import Session
from frappe.exceptions import PermissionError from frappe.exceptions import PermissionError
session = Session(None, resume=True).get_session_data() session = Session(None, resume=True).get_session_data()


+ 10
- 5
frappe/contacts/doctype/address/address.js View File

@@ -32,10 +32,15 @@ frappe.ui.form.on("Address", {
} }
}, },
after_save: function() { after_save: function() {
var last_route = frappe.route_history.slice(-2, -1)[0];
if(frappe.dynamic_link && frappe.dynamic_link.doc
&& frappe.dynamic_link.doc.name == last_route[2]){
frappe.set_route(last_route[0], last_route[1], last_route[2]);
}
frappe.run_serially([
() => frappe.timeout(1),
() => {
var last_route = frappe.route_history.slice(-2, -1)[0];
if(frappe.dynamic_link && frappe.dynamic_link.doc
&& frappe.dynamic_link.doc.name == last_route[2]){
frappe.set_route(last_route[0], last_route[1], last_route[2]);
}
}
]);
} }
}); });

+ 2
- 2
frappe/core/doctype/doctype/boilerplate/controller_list.js View File

@@ -1,5 +1,5 @@
/* eslint-disable */ /* eslint-disable */
frappe.listview_settings['{doctype}'] = {{ frappe.listview_settings['{doctype}'] = {{
add_fields: ["status"],
filters:[["status","=", "Open"]]
// add_fields: ["status"],
// filters:[["status","=", "Open"]]
}}; }};

+ 23
- 0
frappe/core/doctype/doctype/boilerplate/test_controller.js View File

@@ -0,0 +1,23 @@
/* eslint-disable */
// rename this file from _test_[name] to test_[name] to activate
// and remove above this line

QUnit.test("test: {doctype}", function (assert) {{
let done = assert.async();

// number of asserts
assert.expect(1);

frappe.run_serially('{doctype}', [
// insert a new {doctype}
() => frappe.tests.make([
// values to be set
{{key: 'value'}}
]),
() => {{
assert.equal(cur_frm.doc.key, 'value');
}},
() => done()
]);

}});

+ 4
- 0
frappe/core/doctype/doctype/doctype.py View File

@@ -337,6 +337,10 @@ class DocType(Document):


if not self.istable: if not self.istable:
make_boilerplate("controller.js", self.as_dict()) make_boilerplate("controller.js", self.as_dict())
#make_boilerplate("controller_list.js", self.as_dict())
if not os.path.exists(frappe.get_module_path(frappe.scrub(self.module),
'doctype', frappe.scrub(self.name), 'tests')):
make_boilerplate("test_controller.js", self.as_dict())


if self.has_web_view: if self.has_web_view:
templates_path = frappe.get_module_path(frappe.scrub(self.module), 'doctype', frappe.scrub(self.name), 'templates') templates_path = frappe.get_module_path(frappe.scrub(self.module), 'doctype', frappe.scrub(self.name), 'templates')


+ 23
- 0
frappe/core/doctype/test_runner/_test_test_runner.js View File

@@ -0,0 +1,23 @@
/* eslint-disable */
// rename this file from _test_[name] to test_[name] to activate
// and remove above this line

QUnit.test("test: Test Runner", function (assert) {
let done = assert.async();

// number of asserts
assert.expect(1);

frappe.run_serially('Test Runner', [
// insert a new Test Runner
() => frappe.tests.make([
// values to be set
{key: 'value'}
]),
() => {
assert.equal(cur_frm.doc.key, 'value');
},
() => done()
]);

});

+ 15
- 18
frappe/core/doctype/test_runner/test_runner.js View File

@@ -32,31 +32,28 @@ frappe.ui.form.on('Test Runner', {
frappe.dom.eval(f.script); frappe.dom.eval(f.script);
}); });


// if(frm.doc.module_name) {
// QUnit.module.only(frm.doc.module_name);
// }

QUnit.testDone(function(details) { QUnit.testDone(function(details) {
var result = {
"Module name": details.module,
"Test name": details.name,
"Assertions": {
"Total": details.total,
"Passed": details.passed,
"Failed": details.failed
},
"Skipped": details.skipped,
"Todo": details.todo,
"Runtime": details.runtime
};
// var result = {
// "Module name": details.module,
// "Test name": details.name,
// "Assertions": {
// "Total": details.total,
// "Passed": details.passed,
// "Failed": details.failed
// },
// "Skipped": details.skipped,
// "Todo": details.todo,
// "Runtime": details.runtime
// };

// eslint-disable-next-line
// console.log(JSON.stringify(result, null, 2));


details.assertions.map(a => { details.assertions.map(a => {
// eslint-disable-next-line // eslint-disable-next-line
console.log(`${a.result ? '✔' : '✗'} ${a.message}`); console.log(`${a.result ? '✔' : '✗'} ${a.message}`);
}); });


// eslint-disable-next-line
console.log(JSON.stringify(result, null, 2));
}); });
QUnit.load(); QUnit.load();




+ 31
- 1
frappe/core/doctype/test_runner/test_runner.json View File

@@ -42,6 +42,36 @@
"set_only_once": 0, "set_only_once": 0,
"unique": 0 "unique": 0
}, },
{
"allow_bulk_edit": 0,
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"columns": 0,
"fieldname": "app",
"fieldtype": "Data",
"hidden": 0,
"ignore_user_permissions": 0,
"ignore_xss_filter": 0,
"in_filter": 0,
"in_global_search": 0,
"in_list_view": 0,
"in_standard_filter": 0,
"label": "App",
"length": 0,
"no_copy": 0,
"permlevel": 0,
"precision": "",
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"remember_last_selected_value": 0,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"unique": 0
},
{ {
"allow_bulk_edit": 0, "allow_bulk_edit": 0,
"allow_on_submit": 0, "allow_on_submit": 0,
@@ -83,7 +113,7 @@
"issingle": 1, "issingle": 1,
"istable": 0, "istable": 0,
"max_attachments": 0, "max_attachments": 0,
"modified": "2017-07-12 23:16:15.910891",
"modified": "2017-07-19 03:22:33.221169",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Core", "module": "Core",
"name": "Test Runner", "name": "Test Runner",


+ 6
- 20
frappe/core/doctype/test_runner/test_runner.py View File

@@ -13,37 +13,23 @@ class TestRunner(Document):
def get_test_js(): def get_test_js():
'''Get test + data for app, example: app/tests/ui/test_name.js''' '''Get test + data for app, example: app/tests/ui/test_name.js'''
test_path = frappe.db.get_single_value('Test Runner', 'module_path') test_path = frappe.db.get_single_value('Test Runner', 'module_path')
test_js = []


# split # split
app, test_path = test_path.split(os.path.sep, 1) app, test_path = test_path.split(os.path.sep, 1)
test_js = get_test_data(app)


# full path
# now full path
test_path = frappe.get_app_path(app, test_path) test_path = frappe.get_app_path(app, test_path)


with open(test_path, 'r') as fileobj:
test_js.append(dict(
script = fileobj.read()
))
return test_js

def get_test_data(app):
'''Get the test fixtures from all js files in app/tests/ui/data'''
test_js = []

def add_file(path): def add_file(path):
with open(path, 'r') as fileobj: with open(path, 'r') as fileobj:
test_js.append(dict( test_js.append(dict(
script = fileobj.read() script = fileobj.read()
)) ))


data_path = frappe.get_app_path(app, 'tests', 'ui', 'data')
if os.path.exists(data_path):
for fname in os.listdir(data_path):
if fname.endswith('.js'):
add_file(os.path.join(data_path, fname))

if app != 'frappe':
add_file(frappe.get_app_path('frappe', 'tests', 'ui', 'data', 'test_lib.js'))
# add test_lib.js
add_file(frappe.get_app_path('frappe', 'tests', 'ui', 'data', 'test_lib.js'))
add_file(test_path)


return test_js return test_js


+ 1
- 1
frappe/core/doctype/user/user.py View File

@@ -279,7 +279,7 @@ class User(Document):
sender = frappe.session.user not in STANDARD_USERS and get_formatted_email(frappe.session.user) or None sender = frappe.session.user not in STANDARD_USERS and get_formatted_email(frappe.session.user) or None


frappe.sendmail(recipients=self.email, sender=sender, subject=subject, frappe.sendmail(recipients=self.email, sender=sender, subject=subject,
template=template, args=args,
template=template, args=args, header=[subject, "green"],
delayed=(not now) if now!=None else self.flags.delay_emails, retry=3) delayed=(not now) if now!=None else self.flags.delay_emails, retry=3)


def a_system_manager_should_exist(self): def a_system_manager_should_exist(self):


+ 32
- 4
frappe/core/doctype/version/test_version.py View File

@@ -3,9 +3,37 @@
from __future__ import unicode_literals from __future__ import unicode_literals


import frappe import frappe
import unittest
test_records = frappe.get_test_records('Version')
import unittest, copy
from frappe.test_runner import make_test_objects
from frappe.core.doctype.version.version import get_diff


class TestVersion(unittest.TestCase): class TestVersion(unittest.TestCase):
pass
def test_get_diff(self):
test_records = make_test_objects('Event', reset = True)
old_doc = frappe.get_doc("Event", test_records[0])
new_doc = copy.deepcopy(old_doc)

old_doc.color = None

diff = get_diff(old_doc, new_doc)['changed']

self.assertEquals(get_fieldnames(diff)[0], 'color')
self.assertTrue(get_old_values(diff)[0] is None)
self.assertEquals(get_new_values(diff)[0], 'blue')

new_doc.starts_on = "2017-07-20"

diff = get_diff(old_doc, new_doc)['changed']

self.assertEquals(get_fieldnames(diff)[0], 'starts_on')
self.assertEquals(get_old_values(diff)[0], '01-01-2014 00:00:00')
self.assertEquals(get_new_values(diff)[0], '07-20-2017 00:00:00')

def get_fieldnames(change_array):
return [d[0] for d in change_array]

def get_old_values(change_array):
return [d[1] for d in change_array]

def get_new_values(change_array):
return [d[2] for d in change_array]

+ 7
- 4
frappe/core/doctype/version/version.py View File

@@ -69,10 +69,13 @@ def get_diff(old, new, for_child=False):
if not d.name in new_row_by_name: if not d.name in new_row_by_name:
out.removed.append([df.fieldname, d.as_dict()]) out.removed.append([df.fieldname, d.as_dict()])


elif (old_value != new_value
and old.get_formatted(df.fieldname) != new.get_formatted(df.fieldname)):
out.changed.append((df.fieldname, old.get_formatted(df.fieldname),
new.get_formatted(df.fieldname)))
elif (old_value != new_value):
# Check for None values
old_data = old.get_formatted(df.fieldname) if old_value else old_value
new_data = new.get_formatted(df.fieldname) if new_value else new_value

if old_data != new_data:
out.changed.append((df.fieldname, old_data, new_data))


# docstatus # docstatus
if not for_child and old.docstatus != new.docstatus: if not for_child and old.docstatus != new.docstatus:


+ 14
- 2
frappe/database.py View File

@@ -53,8 +53,20 @@ class Database:
def connect(self): def connect(self):
"""Connects to a database as set in `site_config.json`.""" """Connects to a database as set in `site_config.json`."""
warnings.filterwarnings('ignore', category=MySQLdb.Warning) warnings.filterwarnings('ignore', category=MySQLdb.Warning)
self._conn = MySQLdb.connect(user=self.user, host=self.host, passwd=self.password,
use_unicode=True, charset='utf8mb4')
usessl = 0
if frappe.conf.db_ssl_ca and frappe.conf.db_ssl_cert and frappe.conf.db_ssl_key:
usessl = 1
self.ssl = {
'ca':frappe.conf.db_ssl_ca,
'cert':frappe.conf.db_ssl_cert,
'key':frappe.conf.db_ssl_key
}
if usessl:
self._conn = MySQLdb.connect(user=self.user, host=self.host, passwd=self.password,
use_unicode=True, charset='utf8mb4', ssl=self.ssl)
else:
self._conn = MySQLdb.connect(user=self.user, host=self.host, passwd=self.password,
use_unicode=True, charset='utf8mb4')
self._conn.converter[246]=float self._conn.converter[246]=float
self._conn.converter[12]=get_datetime self._conn.converter[12]=get_datetime
self._conn.encoders[UnicodeWithAttrs] = self._conn.encoders[UnicodeType] self._conn.encoders[UnicodeWithAttrs] = self._conn.encoders[UnicodeType]


+ 8
- 3
frappe/docs/user/en/guides/automated-testing/qunit-testing.md View File

@@ -22,11 +22,16 @@ To run a Test Runner based test, use the `run-ui-tests` bench command by passing


This will pass the filename to `test_test_runner.py` that will load the required JS in the browser and execute the tests This will pass the filename to `test_test_runner.py` that will load the required JS in the browser and execute the tests


### Adding Fixtures / Test Data
### Debugging Tests


You can also add data that you require for all tests in the `tests/ui/data` folder of your app. All the files in this folder will be loaded in the browser before running the test.
To debug a test, you can open it in the **Test Runner** from your UI and run it manually to see where it is exactly failing.


The file `frappe/tests/ui/data/test_lib.js`, which contains library functions for testing is always loaded.
### Test Sequence

In Frappé UI tests are run in a fixed sequence to ensure dependencies.

The sequence in which the tests will be run will be in `tests/ui/tests.txt`
file.


### Running All UI Tests ### Running All UI Tests




+ 9
- 2
frappe/docs/user/en/guides/basics/site_config.md View File

@@ -20,13 +20,20 @@ Example:


### Optional Settings ### Optional Settings


- `db_host`: Database host if not `localhost`.
- `admin_password`: Default Password for "Administrator". - `admin_password`: Default Password for "Administrator".
- `mute_emails`: Stops email sending if true. - `mute_emails`: Stops email sending if true.
- `deny_multiple_logins`: Stop users from having more than one active session. - `deny_multiple_logins`: Stop users from having more than one active session.
- `root_password`: MariaDB root password. - `root_password`: MariaDB root password.


### Defaut Outgoing Email Settings
### Remote Database Host Settings
- `db_host`: Database host if not `localhost`.

To connect to a remote database server using ssl, you must first configure the database host to accept SSL connections. An example of how to do this is available at https://www.digitalocean.com/community/tutorials/how-to-configure-ssl-tls-for-mysql-on-ubuntu-16-04. After you do the configuration, set the following three options. All options must be set for Frappe to attempt to connect using SSL.
- `db_ssl_ca`: Full path to the ca.pem file used for connecting to a database host using ssl. Example value is `"/etc/mysql/ssl/ca.pem"`.
- `db_ssl_cert`: Full path to the cert.pem file used for connecting to a database host using ssl. Example value is `"/etc/mysql/ssl/client-cert.pem"`.
- `db_ssl_key`: Full path to the key.pem file used for connecting to a database host using ssl. Example value is `"/etc/mysql/ssl/client-key.pem"`.

### Default Outgoing Email Settings


- `mail_server`: SMTP server hostname. - `mail_server`: SMTP server hostname.
- `mail_port`: STMP port. - `mail_port`: STMP port.


+ 0
- 0
frappe/docs/user/es/bench/__init__.py View File


+ 0
- 0
frappe/docs/user/es/guides/__init__.py View File


+ 0
- 0
frappe/docs/user/es/tutorial/__init__.py View File


+ 0
- 0
frappe/docs/user/es/videos/__init__.py View File


+ 22
- 29
frappe/email/doctype/auto_email_report/auto_email_report.py View File

@@ -8,6 +8,7 @@ from frappe import _
from frappe.model.document import Document from frappe.model.document import Document
from datetime import timedelta from datetime import timedelta
import frappe.utils import frappe.utils
from frappe.utils import now, global_date_format, format_time
from frappe.utils.xlsxutils import make_xlsx from frappe.utils.xlsxutils import make_xlsx
from frappe.utils.csvutils import to_csv from frappe.utils.csvutils import to_csv


@@ -76,16 +77,28 @@ class AutoEmailReport(Document):
return xlsx_file.getvalue() return xlsx_file.getvalue()


elif self.format == 'CSV': elif self.format == 'CSV':
spreadsheet_data = self.get_spreadsheet_data(columns, data)
spreadsheet_data = self.get_spreadsheet_data(columns, data)
return to_csv(spreadsheet_data) return to_csv(spreadsheet_data)


else: else:
frappe.throw(_('Invalid Output Format')) frappe.throw(_('Invalid Output Format'))


def get_html_table(self, columns, data):
return frappe.render_template('frappe/templates/includes/print_table.html', {
def get_html_table(self, columns=None, data=None):

date_time = global_date_format(now()) + ' ' + format_time(now())
report_doctype = frappe.db.get_value('Report', self.report, 'ref_doctype')

return frappe.render_template('frappe/templates/emails/auto_email_report.html', {
'title': self.name,
'description': self.description,
'date_time': date_time,
'columns': columns, 'columns': columns,
'data': data
'data': data,
'report_url': frappe.utils.get_url_to_report(self.report,
self.report_type, report_doctype),
'report_name': self.report,
'edit_report_settings': frappe.utils.get_link_to_form('Auto Email Report',
self.name)
}) })


@staticmethod @staticmethod
@@ -111,29 +124,17 @@ class AutoEmailReport(Document):
return return


attachments = None attachments = None
message = '<p>{0}</p>'.format(_('{0} generated on {1}')\
.format(frappe.bold(self.name),
frappe.utils.format_datetime(frappe.utils.now_datetime())))

if self.description:
message += '<hr style="margin: 15px 0px;">' + self.description

if self.format=='HTML':
message += '<hr>' + data
if self.format == "HTML":
message = data
else: else:
message = self.get_html_table()

if not self.format=='HTML':
attachments = [{ attachments = [{
'fname': self.get_file_name(), 'fname': self.get_file_name(),
'fcontent': data 'fcontent': data
}] }]


report_doctype = frappe.db.get_value('Report', self.report, 'ref_doctype')
report_footer = frappe.render_template(self.get_report_footer(),
dict(report_url = frappe.utils.get_url_to_report(self.report, self.report_type, report_doctype),
report_name = self.report,
edit_report_settings = frappe.utils.get_link_to_form('Auto Email Report', self.name)))

message += report_footer

frappe.sendmail( frappe.sendmail(
recipients = self.email_to.split(), recipients = self.email_to.split(),
subject = self.name, subject = self.name,
@@ -141,14 +142,6 @@ class AutoEmailReport(Document):
attachments = attachments attachments = attachments
) )


def get_report_footer(self):
return """<hr style="margin: 30px 0px 15px 0px;">
<p style="font-size: 9px;">
View report in your browser:
<a href= {{report_url}} target="_blank">{{report_name}}</a><br><br>
Edit Auto Email Report Settings: {{edit_report_settings}}
</p>"""

@frappe.whitelist() @frappe.whitelist()
def download(name): def download(name):
'''Download report locally''' '''Download report locally'''


+ 40
- 16
frappe/email/email_body.py View File

@@ -15,7 +15,7 @@ from email.mime.multipart import MIMEMultipart
def get_email(recipients, sender='', msg='', subject='[No Subject]', def get_email(recipients, sender='', msg='', subject='[No Subject]',
text_content = None, footer=None, print_html=None, formatted=None, attachments=None, text_content = None, footer=None, print_html=None, formatted=None, attachments=None,
content=None, reply_to=None, cc=[], email_account=None, expose_recipients=None, content=None, reply_to=None, cc=[], email_account=None, expose_recipients=None,
inline_images=[], header=False):
inline_images=[], header=None):
""" Prepare an email with the following format: """ Prepare an email with the following format:
- multipart/mixed - multipart/mixed
- multipart/alternative - multipart/alternative
@@ -76,7 +76,7 @@ class EMail:
self.email_account = email_account or get_outgoing_email_account() self.email_account = email_account or get_outgoing_email_account()


def set_html(self, message, text_content = None, footer=None, print_html=None, def set_html(self, message, text_content = None, footer=None, print_html=None,
formatted=None, inline_images=None, header=False):
formatted=None, inline_images=None, header=None):
"""Attach message in the html portion of multipart/alternative""" """Attach message in the html portion of multipart/alternative"""
if not formatted: if not formatted:
formatted = get_formatted_html(self.subject, message, footer, print_html, formatted = get_formatted_html(self.subject, message, footer, print_html,
@@ -233,12 +233,12 @@ class EMail:
self.make() self.make()
return self.msg_root.as_string() return self.msg_root.as_string()


def get_formatted_html(subject, message, footer=None, print_html=None, email_account=None, header=False):
def get_formatted_html(subject, message, footer=None, print_html=None, email_account=None, header=None):
if not email_account: if not email_account:
email_account = get_outgoing_email_account(False) email_account = get_outgoing_email_account(False)


rendered_email = frappe.get_template("templates/emails/standard.html").render({ rendered_email = frappe.get_template("templates/emails/standard.html").render({
"header": get_header() if header else None,
"header": get_header(header),
"content": message, "content": message,
"signature": get_signature(email_account), "signature": get_signature(email_account),
"footer": get_footer(email_account, footer), "footer": get_footer(email_account, footer),
@@ -247,7 +247,27 @@ def get_formatted_html(subject, message, footer=None, print_html=None, email_acc
"subject": subject "subject": subject
}) })


return scrub_urls(rendered_email)
sanitized_html = scrub_urls(rendered_email)
transformed_html = inline_style_in_html(sanitized_html)
return transformed_html

def inline_style_in_html(html):
''' Convert email.css and html to inline-styled html
'''
from premailer import Premailer

apps = frappe.get_installed_apps()

css_files = []
for app in apps:
path = 'assets/{0}/css/email.css'.format(app)
if os.path.exists(os.path.abspath(path)):
css_files.append(path)

p = Premailer(html=html, external_styles=css_files, strip_important=False)

return p.transform()



def add_attachment(fname, fcontent, content_type=None, def add_attachment(fname, fcontent, content_type=None,
parent=None, content_id=None, inline=False): parent=None, content_id=None, inline=False):
@@ -396,23 +416,27 @@ def get_filecontent_from_path(path):
return None return None




def get_header():
def get_header(header=None):
""" Build header from template """ """ Build header from template """
from frappe.utils.jinja import get_email_from_template from frappe.utils.jinja import get_email_from_template


default_brand_image = 'assets/frappe/images/favicon.png' # svg doesn't work in email
email_brand_image = frappe.get_hooks('email_brand_image')
if len(email_brand_image):
email_brand_image = email_brand_image[-1]
else:
email_brand_image = default_brand_image
if not header: return None

if isinstance(header, basestring):
# header = 'My Title'
header = [header, None]
if len(header) == 1:
# header = ['My Title']
header.append(None)
# header = ['My Title', 'orange']
title, indicator = header


email_brand_image = default_brand_image
brand_text = frappe.get_hooks('app_title')[-1]
if not title:
title = frappe.get_hooks('app_title')[-1]


email_header, text = get_email_from_template('email_header', { email_header, text = get_email_from_template('email_header', {
'brand_image': email_brand_image,
'brand_text': brand_text
'header_title': title,
'indicator': indicator
}) })


return email_header return email_header

+ 1
- 1
frappe/email/queue.py View File

@@ -23,7 +23,7 @@ def send(recipients=None, sender=None, subject=None, message=None, text_content=
attachments=None, reply_to=None, cc=[], message_id=None, in_reply_to=None, send_after=None, attachments=None, reply_to=None, cc=[], message_id=None, in_reply_to=None, send_after=None,
expose_recipients=None, send_priority=1, communication=None, now=False, read_receipt=None, expose_recipients=None, send_priority=1, communication=None, now=False, read_receipt=None,
queue_separately=False, is_notification=False, add_unsubscribe_link=1, inline_images=None, queue_separately=False, is_notification=False, add_unsubscribe_link=1, inline_images=None,
header=False):
header=None):
"""Add email to sending queue (Email Queue) """Add email to sending queue (Email Queue)


:param recipients: List of recipients. :param recipients: List of recipients.


+ 42
- 1
frappe/email/test_email_body.py View File

@@ -3,7 +3,8 @@
from __future__ import unicode_literals from __future__ import unicode_literals


import frappe, unittest, os, base64 import frappe, unittest, os, base64
from frappe.email.email_body import replace_filename_with_cid, get_email
from frappe.email.email_body import (replace_filename_with_cid,
get_email, inline_style_in_html, get_header)


class TestEmailBody(unittest.TestCase): class TestEmailBody(unittest.TestCase):
def setUp(self): def setUp(self):
@@ -95,6 +96,46 @@ w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
'''.format(inline_images[0].get('content_id')) '''.format(inline_images[0].get('content_id'))
self.assertEquals(message, processed_message) self.assertEquals(message, processed_message)


def test_inline_styling(self):
html = '''
<h3>Hi John</h3>
<p>This is a test email</p>
'''
transformed_html = '''
<h3>Hi John</h3>
<p style="margin:1em 0 !important">This is a test email</p>
'''
self.assertTrue(transformed_html in inline_style_in_html(html))

def test_email_header(self):
email_html = '''
<h3>Hey John Doe!</h3>
<p>This is embedded image you asked for</p>
'''
email_string = get_email(
recipients=['test@example.com'],
sender='me@example.com',
subject='Test Subject',
content=email_html,
header=['Email Title', 'green']
).as_string()

self.assertTrue('''<span class=3D"indicator indicator-green" style=3D"background-color:#98=
d85b; border-radius:8px; display:inline-block; height:8px; margin-right:5px=
; width:8px" bgcolor=3D"#98d85b" height=3D"8" width=3D"8"></span>''' in email_string)
self.assertTrue('<span>Email Title</span>' in email_string)

def test_get_email_header(self):
html = get_header(['This is test', 'orange'])
self.assertTrue('<span class="indicator indicator-orange"></span>' in html)
self.assertTrue('<span>This is test</span>' in html)

html = get_header(['This is another test'])
self.assertTrue('<span>This is another test</span>' in html)

html = get_header('This is string')
self.assertTrue('<span>This is string</span>' in html)



def fixed_column_width(string, chunk_size): def fixed_column_width(string, chunk_size):
parts = [string[0+i:chunk_size+i] for i in range(0, len(string), chunk_size)] parts = [string[0+i:chunk_size+i] for i in range(0, len(string), chunk_size)]

+ 1
- 0
frappe/public/build.json View File

@@ -125,6 +125,7 @@
"public/js/frappe/misc/common.js", "public/js/frappe/misc/common.js",
"public/js/frappe/misc/pretty_date.js", "public/js/frappe/misc/pretty_date.js",
"public/js/frappe/misc/utils.js", "public/js/frappe/misc/utils.js",
"public/js/frappe/misc/test_utils.js",
"public/js/frappe/misc/tools.js", "public/js/frappe/misc/tools.js",
"public/js/frappe/misc/datetime.js", "public/js/frappe/misc/datetime.js",
"public/js/frappe/misc/number_format.js", "public/js/frappe/misc/number_format.js",


+ 151
- 0
frappe/public/css/email.css View File

@@ -0,0 +1,151 @@
/* csslint ignore:start */
body {
line-height: 1.5;
color: #36414C;
}
p {
margin: 1em 0 !important;
}
hr {
border-top: 1px solid #d1d8dd;
}
.body-table {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.body-table td {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.email-header,
.email-body,
.email-footer {
width: 100% !important;
min-width: 100% !important;
}
.email-body {
font-size: 14px;
}
.email-footer {
border-top: 1px solid #d1d8dd;
font-size: 12px;
}
.email-header {
border: 1px solid #d1d8dd;
border-radius: 4px 4px 0 0;
}
.email-header .brand-image {
width: 24px;
height: 24px;
display: block;
}
.email-header-title {
font-weight: bold;
}
.body-table.has-header .email-body {
border: 1px solid #d1d8dd;
border-radius: 0 0 4px 4px;
border-top: none;
}
.body-table.has-header .email-footer {
border-top: none;
}
.btn {
text-decoration: none;
padding: 7px 10px;
font-size: 12px;
border: 1px solid;
border-radius: 3px;
}
.btn.btn-default {
color: #fff;
background-color: #f0f4f7;
border-color: transparent;
}
.btn.btn-primary {
color: #fff;
background-color: #5E64FF;
border-color: #444bff;
}
.table {
width: 100%;
border-collapse: collapse;
}
.table td,
.table th {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #d1d8dd;
text-align: left;
}
.table th {
font-weight: bold;
}
.table > thead > tr > th {
vertical-align: middle;
border-bottom: 2px solid #d1d8dd;
}
.table > thead:first-child > tr:first-child > th {
border-top: none;
}
.table.table-bordered {
border: 1px solid #d1d8dd;
}
.table.table-bordered td,
.table.table-bordered th {
border: 1px solid #d1d8dd;
}
.more-info {
font-size: 80% !important;
color: #8D99A6 !important;
border-top: 1px solid #EBEFF2;
padding-top: 10px;
}
.text-right {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
.text-muted {
color: #8D99A6 !important;
}
.text-extra-muted {
color: #d1d8dd !important;
}
.text-regular {
font-size: 14px;
}
.text-medium {
font-size: 12px;
}
.text-small {
font-size: 10px;
}
.indicator {
width: 8px;
height: 8px;
border-radius: 8px;
background-color: #b8c2cc;
display: inline-block;
margin-right: 5px;
}
.indicator.indicator-blue {
background-color: #5e64ff;
}
.indicator.indicator-green {
background-color: #98d85b;
}
.indicator.indicator-orange {
background-color: #ffa00a;
}
.indicator.indicator-red {
background-color: #ff5858;
}
.indicator.indicator-yellow {
background-color: #FEEF72;
}
/* auto email report */
.report-title {
margin-bottom: 20px;
}
/* csslint ignore:end */

+ 3
- 0
frappe/public/css/slickgrid.css View File

@@ -54,3 +54,6 @@
.slick-row.odd .slick-cell { .slick-row.odd .slick-cell {
background-color: #fafbfc; background-color: #fafbfc;
} }
.frappe-rtl .slick-wrapper {
direction: ltr;
}

+ 1
- 8
frappe/public/js/frappe/dom.js View File

@@ -219,13 +219,6 @@ frappe.get_modal = function(title, content) {
return $(frappe.render_template("modal", {title:title, content:content})).appendTo(document.body); return $(frappe.render_template("modal", {title:title, content:content})).appendTo(document.body);
}; };


frappe._in = function(source, target) {
// returns true if source is in target and both are not empty / falsy
if(!source) return false;
if(!target) return false;
return (target.indexOf(source) !== -1);
};

// add <option> list to <select> // add <option> list to <select>
(function($) { (function($) {
$.fn.add_options = function(options_list) { $.fn.add_options = function(options_list) {
@@ -306,4 +299,4 @@ frappe._in = function(source, target) {
} }
return this; return this;
} }
})(jQuery);
})(jQuery);

+ 8
- 6
frappe/public/js/frappe/form/footer/timeline.js View File

@@ -318,12 +318,14 @@ frappe.ui.form.Timeline = Class.extend({


// subject // subject
c.show_subject = false; c.show_subject = false;
if(c.subject
&& c.communication_type==="Communication"
&& !frappe._in(this.frm.doc.subject, c.subject)
&& !frappe._in(this.frm.doc.name, c.subject)
&& !frappe._in(this.frm.doc[this.frm.meta.title_field || "name"], c.subject)) {
c.show_subject = true;
if(c.subject && c.communication_type==="Communication") {
if(this.frm.doc.subject && !this.frm.doc.subject.includes(c.subject)) {
c.show_subject = true;
} else if(this.frm.meta.title_field && !!this.frm.doc[this.frm.meta.title_field].includes(c.subject)) {
c.show_subject = true;
} else if(!this.frm.doc.name.includes(c.subject)) {
c.show_subject = true;
}
} }
}, },




+ 2
- 2
frappe/public/js/frappe/form/formatters.js View File

@@ -66,7 +66,7 @@ frappe.form.formatters = {
} }
value = (value==null || value==="") ? value = (value==null || value==="") ?
"" : format_currency(value, currency, precision); "" : format_currency(value, currency, precision);
if (options && options.for_print) {
if (options && options.only_value) {
return value; return value;
} else { } else {
return frappe.form.formatters._right(value, options); return frappe.form.formatters._right(value, options);
@@ -86,7 +86,7 @@ frappe.form.formatters = {
value.replace(/^.(.*).$/, "$1"); value.replace(/^.(.*).$/, "$1");
} }


if(options && options.for_print) {
if(options && (options.for_print || options.only_value)) {
return value; return value;
} }




+ 41
- 0
frappe/public/js/frappe/misc/test_utils.js View File

@@ -0,0 +1,41 @@
// for testing
frappe.click_button = function(text, idx) {
let container = '';
if(typeof idx === 'string') {
container = idx + ' ';
idx = 0;
}
let element = $(`${container}.btn:contains("${text}"):visible`);
if(!element.length) {
throw `did not find any button containing ${text}`;
}
element.get(idx || 0).click();
return frappe.timeout(0.5);
};

frappe.click_link = function(text, idx) {
let element = $(`a:contains("${text}"):visible`);
if(!element.length) {
throw `did not find any link containing ${text}`;
}
element.get(idx || 0).click();
return frappe.timeout(0.5);
};

frappe.set_control= function(fieldname, value) {
let control = $(`.form-control[data-fieldname="${fieldname}"]:visible`);
if(!control.length) {
throw `did not find any control with fieldname ${fieldname}`;
}
control.val(value).trigger('change');
return frappe.timeout(0.5);
};

frappe.click_check = function(label, idx) {
let check = $(`.checkbox:contains("${label}") input`);
if(!check.length) {
throw `did not find any checkbox with label ${label}`;
}
check.get(idx || 0).click();
return frappe.timeout(0.5);
};

+ 0
- 38
frappe/public/js/frappe/misc/tests/test_number_format.js View File

@@ -1,38 +0,0 @@
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// MIT License. See license.txt

module("Number Formatting");

test("#,###.##", function() {
equal(format_number(100, "#,###.##"), "100.00");
equal(format_number(1000, "#,###.##"), "1,000.00");
equal(format_number(10000, "#,###.##"), "10,000.00");
equal(format_number(1000000, "#,###.##"), "1,000,000.00");
equal(format_number(1000000.345, "#,###.##"), "1,000,000.34");
});

test("#,##,###.##", function() {
equal(format_number(100, "#,##,###.##"), "100.00");
equal(format_number(1000, "#,##,###.##"), "1,000.00");
equal(format_number(10000, "#,##,###.##"), "10,000.00");
equal(format_number(1000000, "#,##,###.##"), "10,00,000.00");
equal(format_number(1000000.341, "#,##,###.##"), "10,00,000.34");
equal(format_number(10000000.341, "#,##,###.##"), "1,00,00,000.34");
});

test("#.###,##", function() {
equal(format_number(100, "#.###,##"), "100,00");
equal(format_number(1000, "#.###,##"), "1.000,00");
equal(format_number(10000, "#.###,##"), "10.000,00");
equal(format_number(1000000, "#.###,##"), "1.000.000,00");
equal(format_number(1000000.345, "#.###,##"), "1.000.000,34");
});

test("#.###", function() {
equal(format_number(100, "#.###"), "100");
equal(format_number(1000, "#.###"), "1.000");
equal(format_number(10000, "#.###"), "10.000");
equal(format_number(-100000, "#.###"), "-100.000");
equal(format_number(1000000, "#.###"), "1.000.000");
equal(format_number(1000000.345, "#.###"), "1.000.000");
});

+ 1
- 1
frappe/public/js/frappe/ui/base_list.js View File

@@ -198,7 +198,7 @@ frappe.ui.BaseList = Class.extend({
let options = df.options; let options = df.options;
let condition = '='; let condition = '=';
let fieldtype = df.fieldtype; let fieldtype = df.fieldtype;
if (['Link', 'Text', 'Small Text', 'Text Editor', 'Data'].includes(fieldtype)) {
if (['Text', 'Small Text', 'Text Editor', 'Data'].includes(fieldtype)) {
fieldtype = 'Data', fieldtype = 'Data',
condition = 'like' condition = 'like'
} }


+ 6
- 3
frappe/public/js/frappe/ui/filters/filters.js View File

@@ -57,8 +57,11 @@ frappe.ui.FilterList = Class.extend({
}, },


add_filter: function(doctype, fieldname, condition, value, hidden) { add_filter: function(doctype, fieldname, condition, value, hidden) {
if (this.base_list.page.fields_dict[fieldname]
&& ['=', 'like'].includes(condition)) {
// allow equal to be used as like
let base_filter = this.base_list.page.fields_dict[fieldname];
if (base_filter
&& (base_filter.df.condition==condition
|| (condition==='=' && base_filter.df.condition==='like'))) {
// if filter exists in base_list, then exit // if filter exists in base_list, then exit
this.base_list.page.fields_dict[fieldname].set_input(value); this.base_list.page.fields_dict[fieldname].set_input(value);
return; return;
@@ -471,7 +474,7 @@ frappe.ui.Filter = Class.extend({
value = {0:"No", 1:"Yes"}[cint(value)]; value = {0:"No", 1:"Yes"}[cint(value)];
} }


value = frappe.format(value, this.field.df, {for_print: 1});
value = frappe.format(value, this.field.df, {only_value: 1});


// for translations // for translations
// __("like"), __("not like"), __("in") // __("like"), __("not like"), __("in")


+ 1
- 14
frappe/public/less/common.less View File

@@ -1,21 +1,8 @@
@import "variables.less"; @import "variables.less";
@import "mixins.less"; @import "mixins.less";


// @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
//
// body {
// font-family: "Open Sans", "Helvetica", Arial, "sans-serif";
// }

html {
// overflow-x: hidden;
}

body { body {
font-family: -apple-system, BlinkMacSystemFont,
"Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
"Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
font-family: @font-stack;
} }


a { a {


+ 1
- 4
frappe/public/less/docs.less View File

@@ -8,10 +8,7 @@ body {
// position: relative; // position: relative;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;


font-family: -apple-system, BlinkMacSystemFont,
"Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
"Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
font-family: @font-stack;


} }




+ 184
- 0
frappe/public/less/email.less View File

@@ -0,0 +1,184 @@
/* csslint ignore:start */
@import "variables.less";

body {
line-height: 1.5;
color: @text-color;
}

p {
margin: 1em 0 !important;
}

hr {
border-top: 1px solid @border-color;
}

.body-table {
font-family: @font-stack;

td {
font-family: @font-stack;
}
}

.email-header, .email-body, .email-footer {
width: 100% !important;
min-width: 100% !important;
}

.email-body {
font-size: @text-regular;
}

.email-footer {
border-top: 1px solid @border-color;
font-size: @text-medium;
}

.email-header {
border: 1px solid @border-color;
border-radius: 4px 4px 0 0;

.brand-image {
width: 24px;
height: 24px;
display: block;
}
}

.email-header-title {
font-weight: bold;
}

.body-table.has-header {
.email-body {
border: 1px solid @border-color;
border-radius: 0 0 4px 4px;
border-top: none;
}

.email-footer {
border-top: none;
}
}

.btn {
text-decoration: none;
padding: 7px 10px;
font-size: 12px;
border: 1px solid;
border-radius: 3px;

&.btn-default {
color: #fff;
background-color: #f0f4f7;
border-color: transparent;
}

&.btn-primary {
color: #fff;
background-color: @brand-primary;
border-color: #444bff;
}
}

.table {
width: 100%;
border-collapse: collapse;

td, th {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid @border-color;
text-align: left;
}

th {
font-weight: bold;
}

& > thead > tr > th {
vertical-align: middle;
border-bottom: 2px solid @border-color;
}

& > thead:first-child > tr:first-child > th {
border-top: none;
}

&.table-bordered {
border: 1px solid @border-color;

td, th {
border: 1px solid @border-color;
}
}
}

.more-info {
font-size: 80% !important;
color: @text-muted !important;
border-top: 1px solid @light-border-color;
padding-top: 10px;
}

.text-right {
text-align: right !important;
}

.text-center {
text-align: center !important;
}

.text-muted {
color: @text-muted !important;
}

.text-extra-muted {
color: @text-extra-muted !important;
}

.text-regular {
font-size: @text-regular;
}

.text-medium {
font-size: @text-medium;
}

.text-small {
font-size: @text-small;
}

.indicator {
width: 8px;
height: 8px;
border-radius: 8px;
background-color: @indicator-darkgrey;
display: inline-block;
margin-right: 5px;

&.indicator-blue {
background-color: @indicator-blue;
}
&.indicator-green {
background-color: @indicator-green;
}
&.indicator-orange {
background-color: @indicator-orange;
}
&.indicator-red {
background-color: @indicator-red;
}
&.indicator-yellow {
background-color: @indicator-yellow;
}
}

/* auto email report */
.report-title {
margin-bottom: 20px;
}
/* csslint ignore:end */

+ 4
- 0
frappe/public/less/slickgrid.less View File

@@ -60,3 +60,7 @@
.slick-row.odd .slick-cell { .slick-row.odd .slick-cell {
background-color: @light-bg; background-color: @light-bg;
} }

.frappe-rtl .slick-wrapper {
direction: ltr;
}

+ 4
- 0
frappe/public/less/variables.less View File

@@ -49,6 +49,10 @@
@screen-sm: 991px; @screen-sm: 991px;
@screen-md: 1199px; @screen-md: 1199px;


@font-stack: -apple-system, BlinkMacSystemFont,
"Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
"Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;

// palette colors // palette colors
@red: #FC4F51; @red: #FC4F51;
@red-light: #FD8B8B; @red-light: #FD8B8B;


+ 2
- 10
frappe/public/less/website.less View File

@@ -3,17 +3,9 @@
@import "avatar.less"; @import "avatar.less";
@import "indicator.less"; @import "indicator.less";


// html, body {
// font-family: "Open Sans", "Helvetica Neue", Serif;
// color: @text-light;
// }

body { body {
font-family: -apple-system, BlinkMacSystemFont,
"Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
"Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
color: @text-color;
font-family: @font-stack;
color: @text-color;
} }


a& { a& {


+ 51
- 0
frappe/templates/emails/auto_email_report.html View File

@@ -0,0 +1,51 @@
{% macro get_alignment(col) %}
{%- if col.fieldtype in ('Int', 'Float', 'Currency', 'Check') %} class="text-right" {% endif -%}
{% endmacro %}

<table class="report-title" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td>
<b>{{ title }}</b> <span style="float: right">{{ date_time }}</span>
</td>
</tr>
{% if description %}
<tr>
<td>{{ description }}</td>
</tr>
{% endif %}
</table>
{% if data %}
<table class="table table-bordered" cellpadding="0" cellspacing="0" border="0" width="100%">
<thead>
<tr>
{% for col in columns %}
<th {{- get_alignment(col) }}>
{{- col.label -}}
</th>
{% endfor %}
</tr>
</thead>
<tbody>
{% for row in data %}
<tr>
{% for col in columns %}
<td {{- get_alignment(col) }}>
{{- frappe.format(row[col.fieldname], col, row) -}}
</td>
{% endfor %}
</td>
{% endfor %}
</tbody>
</table>
{% endif %}
<table class="more-info" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td>
<p>
{{ _("View report in your browser") }}:
<a href= {{report_url}} target="_blank">{{report_name}}</a>
</p>
<p>{{ _("Edit Auto Email Report Settings") }}: {{edit_report_settings}}</p>
</td>
</tr>
</table>

+ 10
- 6
frappe/templates/emails/email_header.html View File

@@ -1,10 +1,14 @@
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="email_header">
<table class="email-header" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr> <tr>
<td width="35" height="50" style="border-bottom: 1px solid #d1d8dd;">
<img embed="{{brand_image}}" width="24" height="24" style="display: block;" alt="{{brand_text}}">
</td>
<td style="border-bottom: 1px solid #d1d8dd;">
<p>{{ brand_text }}</p>
<td width="15"></td>
<td>
<p class="email-header-title">
{% if indicator %}
<span class="indicator indicator-{{indicator}}"></span>
{% endif %}
<span>{{ header_title }}</span>
</p>
</td> </td>
<td width="15"></td>
</tr> </tr>
</table> </table>

+ 0
- 1
frappe/templates/emails/new_user.html View File

@@ -1,4 +1,3 @@
{% if title %}<h3>{{ title }}</h3>{% endif %}
<p>{{_("Dear")}} {{ first_name }}{% if last_name %} {{ last_name}}{% endif %},</p> <p>{{_("Dear")}} {{ first_name }}{% if last_name %} {{ last_name}}{% endif %},</p>
<p>{{_("A new account has been created for you at {0}").format(site_url)}}.</p> <p>{{_("A new account has been created for you at {0}").format(site_url)}}.</p>
<p>{{_("Your login id is")}}: <b>{{ user }}</b> <p>{{_("Your login id is")}}: <b>{{ user }}</b>


+ 5
- 5
frappe/templates/emails/password_reset.html View File

@@ -1,7 +1,7 @@
<h3>{{_("Password Reset")}}</h3>
<br>
<p>{{_("Dear")}} {{ first_name }}{% if last_name %} {{ last_name}}{% endif %},</p> <p>{{_("Dear")}} {{ first_name }}{% if last_name %} {{ last_name}}{% endif %},</p>
<p>{{_("Please click on the following link to set your new password")}}:</p> <p>{{_("Please click on the following link to set your new password")}}:</p>
<p><a href="{{ link }}">{{ link }}</a></p>
<p>{{_("Thank you")}},<br>
{{ user_fullname }}</p>
<p><a class="btn btn-primary" href="{{ link }}">Reset your password</a></p>
<p>
{{_("Thank you")}},<br>
{{ user_fullname }}
</p>

+ 0
- 1
frappe/templates/emails/password_update.html View File

@@ -1,4 +1,3 @@
<h3>{{_("Password Update Notification")}}</h3>
<p>{{_("Dear")}} {{ first_name }}{% if last_name %} {{ last_name}}{% endif %},</p> <p>{{_("Dear")}} {{ first_name }}{% if last_name %} {{ last_name}}{% endif %},</p>
<p>{{_("Your password has been updated. Here is your new password")}}: <b>{{ new_password }}</b></p> <p>{{_("Your password has been updated. Here is your new password")}}: <b>{{ new_password }}</b></p>
<p>{{_("Thank you")}},<br> <p>{{_("Thank you")}},<br>

+ 9
- 7
frappe/templates/emails/standard.html View File

@@ -7,11 +7,12 @@
<title>{{ subject or "" }}</title> <title>{{ subject or "" }}</title>
</head> </head>


<body style="line-height: 1.5; color: #36414C;">
<table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="body_table" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; font-size: 14px;">
<body>
<table class="body-table {% if header %}has-header{% endif %}" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%">
<tr> <tr>
<td align="center" valign="top"> <td align="center" valign="top">
<table border="0" cellpadding="0" cellspacing="0" width="600" id="email_container">
<table class="email-container" border="0" cellpadding="0" cellspacing="0"
width="{% if header %}600{% else %}100%{% endif %}">
<tr> <tr>
<td valign="top"> <td valign="top">
{{ header or "" }} {{ header or "" }}
@@ -19,22 +20,23 @@
</tr> </tr>
<tr> <tr>
<td valign="top"> <td valign="top">
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="email_body">
<table class="email-body" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr> <tr>
<td width="15"></td>
<td valign="top"> <td valign="top">
<p>{{ content }}</p> <p>{{ content }}</p>
<p>{{ signature }}</p> <p>{{ signature }}</p>
</td> </td>
<td width="15"></td>
</tr> </tr>
</table> </table>
</td> </td>
</tr> </tr>
<tr> <tr>
<td valign="top"> <td valign="top">
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="email_footer">
<table class="email-footer" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr> <tr>
<td valign="top" style="font-family: Helvetica, Arial, sans-serif; font-size: 11px;
margin-bottom: 15px; border-top: 1px solid #d1d8dd;" data-email-footer="true">
<td valign="top" data-email-footer="true">
{{ footer }} {{ footer }}
</td> </td>
</tr> </tr>


+ 2
- 2
frappe/templates/print_formats/standard.html View File

@@ -23,8 +23,8 @@
{% for section in page %} {% for section in page %}
<div class="row section-break"> <div class="row section-break">
{%- if doc._line_breaks and loop.index != 1 -%}<hr>{%- endif -%} {%- if doc._line_breaks and loop.index != 1 -%}<hr>{%- endif -%}
{%- if doc._show_section_headings and section.label -%}
<h4 class='col-sm-12'>{{ section.label }}</h4>
{%- if doc._show_section_headings and section.label and section.has_data -%}
<h4 class='col-sm-12'>{{ _(section.label) }}</h4>
{%- endif -%} {%- endif -%}
{% for column in section.columns %} {% for column in section.columns %}
<div class="col-xs-{{ (12 / section.columns|len)|int }} column-break"> <div class="col-xs-{{ (12 / section.columns|len)|int }} column-break">


+ 0
- 60
frappe/tests/ui/_test_gantt_view.js View File

@@ -1,60 +0,0 @@
QUnit.module('views');

QUnit.test("Gantt View Tests", function(assert) {
assert.expect(2);
let done = assert.async();
let random_text = frappe.utils.get_random(10);
let start_date = frappe.datetime.get_today()+" 16:20:35"; // arbitrary value taken to prevent cases like 12a for 12:00am and 12h to 24h conversion
let end_date = frappe.datetime.get_today()+" 18:30:45"; //arbitrary value taken to prevent cases like 12a for 12:00am and 12h to 24h conversion
let event_id = (text) => {
// Method to acquire the ID of the event created. This is needed to redirect to the event page
$('.bar-label').each(function() {
if ($(this).text().includes(text)){
let init = $(this).text().indexOf('(');
let fin = $(this).text().indexOf(')');
return ($(this).text().substr(init+1,fin-init-1));
}
});
};
let event_title_text = () => {
// Method to check the name of the event created. This is needed to verify the creation and deletion of the event
return $('#bar > g > g.bar-group > text:visible').text();
};

frappe.run_serially([
// Create an event using the Frapee API
() => {
return frappe.tests.make("Event", [
{subject: random_text},
{starts_on: start_date},
{ends_on: end_date},
{event_type: 'Private'}
]);
},

// Check if event is created
() => frappe.set_route(["List", "Event", "Gantt"]),
() => frappe.tests.click_page_head_item("Refresh"),
() => frappe.timeout(1),
() => assert.ok(event_title_text().includes(random_text), "Event title verified"),

// Delete event
() => frappe.set_route(["List", "Event", "Gantt"]),
() => frappe.timeout(1),
// Redirect to the event page to delete the event
() => frappe.set_route(["Form", "Event", event_id(random_text)]),
() => frappe.tests.click_page_head_item('Menu'),
() => frappe.tests.click_dropdown_item('Delete'),
() => frappe.tests.click_page_head_item('Yes'),
() => frappe.timeout(1),
() => frappe.set_route(["List", "Event", "Gantt"]),
() => frappe.timeout(1),

// Check if event is deleted
() => frappe.tests.click_page_head_item("Refresh"),
() => frappe.timeout(1),
() => assert.notOk(event_title_text().includes(random_text), "Event deleted"),

() => done()
]);
});

+ 0
- 56
frappe/tests/ui/_test_print_format_builder.js View File

@@ -1,56 +0,0 @@
QUnit.module('views');

QUnit.only("Print Format Builder", function(assert) {
assert.expect(0);
let random_text = frappe.utils.get_random(10);
let done = assert.async();
let click_custoize = () => {
return $(`.btn-print-edit`).click();
};

frappe.run_serially([
() => frappe.set_route(["List", "ToDo", "List"]),
() => frappe.timeout(0.3),

() => frappe.new_doc('ToDo'),
() => frappe.quick_entry.dialog.set_value('description', random_text),
() => frappe.quick_entry.insert(),
() => frappe.timeout(0.5),

() => frappe.tests.click_page_head_item('Refresh'),
() => frappe.timeout(0.3),
() => frappe.tests.click_generic_text(random_text),
() => frappe.tests.click_print_logo(),

() => click_custoize(),
() => frappe.timeout(1),
() => $(`div.control-input > input:visible`).val('custom_todo'),
() => frappe.timeout(0.3),

() => frappe.tests.click_generic_text('Start', 'button'),
() => frappe.timeout(1),

() => frappe.tests.click_page_head_item('Save'),

() => frappe.tests.click_generic_text('Edit Properties', 'button'),
() => frappe.tests.click_page_head_item('Menu'),
() => frappe.tests.click_dropdown_item('Delete'),
() => frappe.tests.click_page_head_item('Yes'),
() => frappe.timeout(1),

() => frappe.set_route(["List", "ToDo", "List"]),
() => frappe.timeout(0.3),
() => frappe.tests.click_generic_text(random_text),
() => frappe.tests.click_page_head_item('Menu'),
() => frappe.tests.click_dropdown_item('Delete'),
() => frappe.tests.click_page_head_item('Yes'),

() => frappe.timeout(2),

() => done()
]);
});


// when you do a pull, hopefully after a merge ... make sure edit the options method in global_search

+ 0
- 16
frappe/tests/ui/data/test_data_for_views.js View File

@@ -1,16 +0,0 @@
$.extend(frappe.test_data, {
'User': {
'user1@mail.com': [
{first_name: 'User 1'},
{email: 'user1@mail.com'},
{send_welcome_email: 0}
]
},
'Kanban Board': {
'kanban 1': [
{kanban_board_name: 'kanban 1'},
{reference_doctype: 'ToDo'},
{field_name: 'status'}
]
}
});

+ 25
- 94
frappe/tests/ui/data/test_lib.js View File

@@ -36,6 +36,7 @@ frappe.tests = {
} }
}; };
tasks.push(task); tasks.push(task);
tasks.push(() => frappe.timeout(0.2));
} }
}); });


@@ -64,6 +65,7 @@ frappe.tests = {
return frappe.model.set_value(grid_row.doc.doctype, return frappe.model.set_value(grid_row.doc.doctype,
grid_row.doc.name, child_key, child_value[child_key]); grid_row.doc.name, child_key, child_value[child_key]);
}); });
grid_value_tasks.push(() => frappe.timeout(0.2));
} }
}); });


@@ -98,57 +100,6 @@ frappe.tests = {
return frappe.run_serially(tasks); return frappe.run_serially(tasks);
}]); }]);
}, },
click_and_wait: (button, obj=0.1) => {
return frappe.run_serially([
() => {
//check if obj value is passed
if (obj == 0.1)
$(button).click();
else
$(button)[obj].click();
},
() => frappe.timeout(0.5)
]);
},
create_todo: (todo_needed) => {
let status_list = ['Closed', 'Open'];
let priority_list = ['Low', 'Medium', 'High'];
let date_list = ['2017-05-05', '2017-06-06', '2017-07-07', '2017-08-08'];
let owner_list = ['Administrator', 'user1@mail.com'];
let i;
let num_of_todo;
let tasks = [];

return frappe.run_serially([
() => frappe.set_route('List', 'ToDo', 'List'),
() => {
//remove todo filters
for (i=1; i<=5; i++)
$('.col-md-2:nth-child('+i+') .input-sm').val('');
},
() => cur_list.page.btn_secondary.click(),
() => frappe.timeout(0.5),
() => num_of_todo = cur_list.data.length,//todo present
() => {
if (num_of_todo < todo_needed)
{
for (i=0; i<(todo_needed-num_of_todo); i+=1)
{
tasks.push(() => frappe.tests.make("ToDo", [
{description: 'ToDo for testing'},
{status: status_list[i%2]},
{priority: priority_list[i%3]},
{date: date_list[i%4]},
{owner: owner_list[i%2]}
]));
tasks.push(() => i+=1);
}
i=0;
}
},
() => frappe.run_serially(tasks)
]);
},
click_page_head_item: (text) => { click_page_head_item: (text) => {
// Method to items present on the page header like New, Save, Delete etc. // Method to items present on the page header like New, Save, Delete etc.
let possible_texts = ["New", "Delete", "Save", "Yes"]; let possible_texts = ["New", "Delete", "Save", "Yes"];
@@ -170,38 +121,11 @@ frappe.tests = {
return frappe.run_serially([ return frappe.run_serially([
() => { () => {
let li = $(`.dropdown-menu li:contains("${text}"):visible`).get(0); let li = $(`.dropdown-menu li:contains("${text}"):visible`).get(0);
$(li).find(`a`)[0].click();
},
() => frappe.timeout(1)
]);
},
click_navbar_item: (text) => {
// Method to click an elements present on the navbar
return frappe.run_serially([
() => {
if (text == "Help"){
$(`.dropdown-help .dropdown-toggle:visible`).click();
}
else if (text == "navbar_user"){
$(`.dropdown-navbar-user .dropdown-toggle:visible`).click();
}
else if (text == "Notification"){
$(`.navbar-new-comments`).click();
}
else if (text == "Home"){
$(`.navbar-home:contains('Home'):visible`)[0].click();
}
$(li).find(`a`).click();
}, },
() => frappe.timeout(1) () => frappe.timeout(1)
]); ]);
}, },
click_generic_text: (text, tag='a') => {
// Method to click an element by its name
return frappe.run_serially([
() => $(`${tag}:contains("${text}"):visible`)[0].click(),
() => frappe.timeout(1)
]);
},
click_desktop_icon: (text) => { click_desktop_icon: (text) => {
// Method to click the desktop icons on the Desk, by their name // Method to click the desktop icons on the Desk, by their name
return frappe.run_serially([ return frappe.run_serially([
@@ -213,22 +137,29 @@ frappe.tests = {
// Method to check the visibility of an element // Method to check the visibility of an element
return $(`${tag}:contains("${text}")`).is(`:visible`); return $(`${tag}:contains("${text}")`).is(`:visible`);
}, },
close_modal: () => {
// Close the modal on the screen
$(`a.close`).click();
},
click_print_logo: () => {
return frappe.run_serially([
() => $(`.fa-print`).click(),
() => frappe.timeout(1)
]);
},
click_button: function(text) { click_button: function(text) {
$(`.btn:contains("${text}"):visible`).click();
return frappe.timeout(1);
let element = $(`.btn:contains("${text}"):visible`);
if(!element.length) {
throw `did not find any button containing ${text}`;
}
element.click();
return frappe.timeout(0.5);
}, },
click_link: function(text) { click_link: function(text) {
$(`a:contains("${text}"):visible`).click();
return frappe.timeout(1);
}
let element = $(`a:contains("${text}"):visible`);
if(!element.length) {
throw `did not find any link containing ${text}`;
}
element.get(0).click();
return frappe.timeout(0.5);
},
set_control: function(fieldname, value) {
let control = $(`.form-control[data-fieldname="${fieldname}"]:visible`);
if(!control.length) {
throw `did not find any control with fieldname ${fieldname}`;
}
control.val(value).trigger('change');
return frappe.timeout(0.5);
},

}; };

+ 0
- 44
frappe/tests/ui/global_search/_test_list_document.js View File

@@ -1,44 +0,0 @@
QUnit.module('views');

QUnit.test("List a document type", function(assert) {
assert.expect(2);
let done = assert.async();
let option_number=0;
let awesome_search = $('#navbar-search').get(0);
let options = () => {
// Method to return the available options after search
return $('body > div.main-section > header > div > div > div.hidden-xs > form > div > div > ul > li').each(function (){});
};

frappe.run_serially([
// Goto Home using button click to check if its working
() => frappe.set_route(),
() => frappe.timeout(1),

() => $('#navbar-search').focus(),
() => $('#navbar-search').val('customer'),
() => $('#navbar-search').focus(),
() => frappe.timeout(1),
() => {
assert.ok(frappe.tests.is_visible("Search for 'customer'"), "'Search for 'customer'' is visible!");
if (frappe.tests.is_visible("Search for 'customer'")){
let search_options = options();
// Iterate over all available options till you reach "Search for 'customer'""
for (option_number=0; option_number<search_options.length; option_number++)
if ($(search_options[option_number]).text().includes("Search for 'customer'"))
break;
}
},
// Highlight the "Search for 'customer'" option
() => awesome_search.awesomplete.goto(option_number),
// Click the highlighted option
() => awesome_search.awesomplete.select(),
() => frappe.timeout(1),
// Verify if the modal is correct
() => assert.ok(frappe.tests.is_visible('Customer will have a table tabCustomer associated with it', 'p'), "Correct modal for 'customer' was called"),
() => frappe.timeout(1),
() => frappe.tests.close_modal(),

() => done()
]);
});

+ 0
- 64
frappe/tests/ui/global_search/_test_math.js View File

@@ -1,64 +0,0 @@
QUnit.module('views');

QUnit.test("Math Calculations", function(assert) {
assert.expect(5);
let done = assert.async();
let awesome_search = $('#navbar-search').get(0);
let random_number_1 = (Math.random()*100).toFixed(2);
let random_number_2 = (Math.random()*100).toFixed(2);
let operations = ['+', '-', '/', '*'];

frappe.run_serially([
// Goto Home using button click to check if its working
() => frappe.set_route(),
() => frappe.timeout(1),

() => $('#navbar-search').focus(),
() => $('#navbar-search').val(random_number_1+operations[0]+random_number_2),
() => $('#navbar-search').focus(),
() => frappe.timeout(1),
() => {
let num_str = random_number_1+operations[0]+random_number_2+' = '+parseFloat(parseFloat(random_number_1)+parseFloat(random_number_2));
assert.ok(frappe.tests.is_visible(num_str), "Math operation '"+operations[0]+"' is correct");
},

() => $('#navbar-search').focus(),
() => $('#navbar-search').val(random_number_1+operations[1]+random_number_2),
() => $('#navbar-search').focus(),
() => frappe.timeout(1),
() => {
let num_str = random_number_1+operations[1]+random_number_2+' = '+parseFloat(parseFloat(random_number_1)-parseFloat(random_number_2));
assert.ok(frappe.tests.is_visible(num_str), "Math operation '"+operations[1]+"' is correct");
},

() => $('#navbar-search').focus(),
() => $('#navbar-search').val(random_number_1+operations[2]+random_number_2),
() => $('#navbar-search').focus(),
() => frappe.timeout(1),
() => {
let num_str = random_number_1+operations[2]+random_number_2+' = '+parseFloat(parseFloat(random_number_1)/parseFloat(random_number_2));
assert.ok(frappe.tests.is_visible(num_str), "Math operation '"+operations[2]+"' is correct");
},

() => $('#navbar-search').focus(),
() => $('#navbar-search').val(random_number_1+operations[3]+random_number_2),
() => $('#navbar-search').focus(),
() => frappe.timeout(1),
() => {
let num_str = random_number_1+operations[3]+random_number_2+' = '+parseFloat(parseFloat(random_number_1)*parseFloat(random_number_2));
assert.ok(frappe.tests.is_visible(num_str), "Math operation '"+operations[3]+"' is correct");
},

() => $('#navbar-search').focus(),
() => $('#navbar-search').val("=Math.sin(Math.PI/2)"),
() => $('#navbar-search').focus(),
() => frappe.timeout(1),
() => assert.ok(frappe.tests.is_visible("Math.sin(Math.PI/2) = 1"), "Math operation 'sin' evaluated correctly"),

// Close the modal
() => awesome_search.awesomplete.select(),
() => frappe.tests.close_modal(),

() => done()
]);
});

+ 0
- 55
frappe/tests/ui/global_search/_test_new_record.js View File

@@ -1,55 +0,0 @@
QUnit.module('views');

QUnit.test("Make a new record", function(assert) {
assert.expect(3);
let done = assert.async();
let option_number=0;
let awesome_search = $('#navbar-search').get(0);
let random_text = frappe.utils.get_random(10);
let options = () => {
// Method to return the available options after search
return $('body > div.main-section > header > div > div > div.hidden-xs > form > div > div > ul > li').each(function (){});
};
let todo_title_text = () => {
// Method to return the title of the todo visible
return $("div.list-item__content.ellipsis.list-item__content--flex-2 > a:visible").text();
};

frappe.run_serially([
// Goto Home using button click to check if its working
() => frappe.set_route(),
() => frappe.timeout(1),

() => $('#navbar-search').focus(),
() => $('#navbar-search').val('ToDo'),
() => $('#navbar-search').focus(),
() => frappe.timeout(1),
() => {
assert.ok(frappe.tests.is_visible('New ToDo'), "'New ToDo' is visible!");
if (frappe.tests.is_visible('New ToDo')){
let search_options = options();
// Iterate over all available options till you reach 'New ToDo'
for (option_number=0; option_number<search_options.length; option_number++)
if ($(search_options[option_number]).text().includes('New ToDo'))
break;
}
},
// Highlight the 'New ToDo' option
() => awesome_search.awesomplete.goto(option_number),
// Click the highlighted option
() => awesome_search.awesomplete.select(),
() => frappe.timeout(1),
() => frappe.quick_entry.dialog.set_value('description', random_text),
() => frappe.quick_entry.insert(),
() => frappe.timeout(1),
() => frappe.set_route(["List", "ToDo", "List"]),
() => frappe.timeout(1),
// Verify if the todo is created
() => frappe.tests.click_page_head_item("Refresh"),
() => frappe.timeout(1),
() => assert.ok(todo_title_text().includes(random_text), "New ToDo was created successfully"),
() => assert.deepEqual(["List", "ToDo", "List"], frappe.get_route(), "Successfully routed to 'ToDo List'"),

() => done()
]);
});

+ 0
- 42
frappe/tests/ui/global_search/_test_open_module.js View File

@@ -1,42 +0,0 @@
QUnit.module('views');

QUnit.test("Open a module or tool", function(assert) {
assert.expect(2);
let done = assert.async();
let option_number=0;
let awesome_search = $('#navbar-search').get(0);
let options = () => {
// Method to return the available options after search
return $('body > div.main-section > header > div > div > div.hidden-xs > form > div > div > ul > li').each(function (){});
};

frappe.run_serially([
// Goto Home using button click to check if its working
() => frappe.set_route(),
() => frappe.timeout(1),

() => $('#navbar-search').focus(),
() => $('#navbar-search').val('ToDo'),
() => $('#navbar-search').focus(),
() => frappe.timeout(1),
() => {
assert.ok(frappe.tests.is_visible('ToDo List'), "'ToDo List' is visible!");
if (frappe.tests.is_visible('ToDo List')){
let search_options = options();
// Iterate over all available options till you reach 'ToDo List'
for (option_number=0; option_number<search_options.length; option_number++)
if ($(search_options[option_number]).text().includes('ToDo List'))
break;
}
},
// Highlight the 'ToDo List' option
() => awesome_search.awesomplete.goto(option_number),
// Click the highlighted option
() => awesome_search.awesomplete.select(),
() => frappe.timeout(1),
// Verify if the redirected route is correct
() => assert.deepEqual(["List", "ToDo", "List"], frappe.get_route(), "Successfully routed to 'ToDo List'"),

() => done()
]);
});

+ 0
- 88
frappe/tests/ui/global_search/_test_search_document.js View File

@@ -1,88 +0,0 @@
QUnit.module('views');

QUnit.test("Search in a document type", function(assert) {
assert.expect(3);
let done = assert.async();
let option_number=0;
let awesome_search = $('#navbar-search').get(0);
let random_text = "argo1234";
let options = () => {
// Method to return the available options after search
return $('body > div.main-section > header > div > div > div.hidden-xs > form > div > div > ul > li').each(function (){});
};
let todo_title_text = () => {
// Method to return the title of the todo visible
return $("div.list-item__content.ellipsis.list-item__content--flex-2 > a:visible").text();
};
let select_all_todo = () => {
$('div.list-item__content.ellipsis.text-muted.list-item__content--flex-2 > input:visible').click();
};
let remove_all_filters = () => {
$('button.remove-filter > i').click();
};

frappe.run_serially([
// Goto Home using button click to check if its working
() => frappe.set_route(),
() => frappe.timeout(1),

() => $('#navbar-search').focus(),
() => $('#navbar-search').val('ToDo'),
() => $('#navbar-search').focus(),
() => frappe.timeout(1),
() => {
assert.ok(frappe.tests.is_visible('New ToDo'), "'New ToDo' is visible!");
if (frappe.tests.is_visible('New ToDo')){
let search_options = options();
// Iterate over all available options till you reach 'New ToDo'
for (option_number=0; option_number<search_options.length; option_number++)
if ($(search_options[option_number]).text().includes('New ToDo'))
break;
}
},
// Highlight the 'New ToDo' option
() => awesome_search.awesomplete.goto(option_number),
// Click the highlighted option
() => awesome_search.awesomplete.select(),
() => frappe.timeout(1),
() => frappe.quick_entry.dialog.set_value('description', random_text),
() => frappe.quick_entry.insert(),
() => frappe.timeout(1),

// Search for the created ToDo in global search
() => frappe.set_route(["List", "ToDo", "List"]),
() => frappe.timeout(1),
() => $('#navbar-search').focus(),
() => $('#navbar-search').val('argo1234'),
() => $('#navbar-search').focus(),
() => frappe.timeout(1),
() => {
assert.ok(frappe.tests.is_visible('Find argo1234 in ToDo'), "'Find argo1234 in ToDo' is visible!");
if (frappe.tests.is_visible('Find argo1234 in ToDo')){
let search_options = options();
// Iterate over all available options till you reach 'New ToDo'
for (option_number=0; option_number<search_options.length; option_number++)
if ($(search_options[option_number]).text().includes('Find argo1234 in ToDo'))
break;
}
},
// Highlight the 'Find argo1234 in ToDo' option
() => awesome_search.awesomplete.goto(option_number),
// Click the highlighted option
() => awesome_search.awesomplete.select(),
() => frappe.timeout(1),
// Verify if the 'argo1234' is the only ToDo
() => assert.ok(todo_title_text().includes('argo1234'), "'argo1234' is the only visible ToDo"),

// Remove all filters
() => remove_all_filters(),
() => frappe.timeout(1),
// Delete all ToDo
() => select_all_todo(),
() => frappe.timeout(1),
() => frappe.tests.click_page_head_item('Delete'),
() => frappe.tests.click_page_head_item('Yes'),

() => done()
]);
});

+ 7
- 6
frappe/tests/ui/test_calendar_view.js View File

@@ -1,7 +1,7 @@
QUnit.module('views'); QUnit.module('views');


QUnit.test("Calendar View Tests", function(assert) { QUnit.test("Calendar View Tests", function(assert) {
assert.expect(4);
assert.expect(3);
let done = assert.async(); let done = assert.async();
let random_text = frappe.utils.get_random(3); let random_text = frappe.utils.get_random(3);
let today = frappe.datetime.get_today()+" 16:20:35"; //arbitrary value taken to prevent cases like 12a for 12:00am and 12h to 24h conversion let today = frappe.datetime.get_today()+" 16:20:35"; //arbitrary value taken to prevent cases like 12a for 12:00am and 12h to 24h conversion
@@ -41,8 +41,9 @@ QUnit.test("Calendar View Tests", function(assert) {
assert.ok(event_title_text().includes(random_text + ':Pri'), assert.ok(event_title_text().includes(random_text + ':Pri'),
"Event title verified"); "Event title verified");
// Check if time of event created is correct // Check if time of event created is correct
assert.ok(visible_time().includes("4:20"),
"Event start time verified");

// assert.ok(visible_time().includes("4:20"),
// "Event start time verified");
}, },


// check filter // check filter
@@ -61,16 +62,16 @@ QUnit.test("Calendar View Tests", function(assert) {
() => frappe.set_route(["List", "Event", "Calendar"]), () => frappe.set_route(["List", "Event", "Calendar"]),
() => frappe.timeout(1), () => frappe.timeout(1),
// delete event // delete event
() => frappe.tests.click_generic_text(random_text + ':Pub'),
() => frappe.click_link(random_text + ':Pub'),
() => { () => {
frappe.tests.click_page_head_item('Menu'); frappe.tests.click_page_head_item('Menu');
frappe.tests.click_dropdown_item('Delete'); frappe.tests.click_dropdown_item('Delete');
}, },
() => frappe.timeout(0.5), () => frappe.timeout(0.5),
() => frappe.tests.click_button('Yes'),
() => frappe.click_button('Yes'),
() => frappe.timeout(2), () => frappe.timeout(2),
() => frappe.set_route(["List", "Event", "Calendar"]), () => frappe.set_route(["List", "Event", "Calendar"]),
() => frappe.tests.click_button("Refresh"),
() => frappe.click_button("Refresh"),
() => frappe.timeout(1), () => frappe.timeout(1),


// Check if event is deleted // Check if event is deleted


+ 0
- 64
frappe/tests/ui/test_desktop.js View File

@@ -1,64 +0,0 @@
QUnit.module('views');

QUnit.test("Verification of navbar menu links", function(assert) {
assert.expect(14);
let done = assert.async();
let navbar_user_items = ['Set Desktop Icons', 'My Settings', 'Reload', 'View Website', 'Background Jobs', 'Logout'];
let modal_and_heading = ['Documentation', 'About'];
frappe.run_serially([
// Goto Desk using button click to check if its working
() => frappe.tests.click_navbar_item('Home'),
() => assert.deepEqual([""], frappe.get_route(), "Routed correctly"),

// Click username on the navbar (Adminisrator) and verify visibility of all elements
() => frappe.tests.click_navbar_item('navbar_user'),
() => navbar_user_items.forEach(function(navbar_user_item) {
assert.ok(frappe.tests.is_visible(navbar_user_item), "Visibility of "+navbar_user_item+" verified");
}),

// Click Help and verify visibility of all elements
() => frappe.tests.click_navbar_item('Help'),
() => modal_and_heading.forEach(function(modal) {
assert.ok(frappe.tests.is_visible(modal), "Visibility of "+modal+" modal verified");
}),

// Goto Desk
() => frappe.tests.click_navbar_item('Home'),
() => frappe.timeout(1),

// Click navbar-username and verify links of all menu items
// Check if clicking on 'Set Desktop Icons' redirects you to the correct page
() => frappe.tests.click_navbar_item('navbar_user'),
() => frappe.tests.click_dropdown_item('Set Desktop Icons'),
() => assert.deepEqual(["modules_setup"], frappe.get_route(), "Routed to 'modules_setup' by clicking on 'Set Desktop Icons'"),
() => frappe.tests.click_navbar_item('Home'),
// Check if clicking on 'My Settings' redirects you to the correct page
() => frappe.tests.click_navbar_item('navbar_user'),
() => frappe.tests.click_dropdown_item('My Settings'),
() => assert.deepEqual(["Form", "User", "Administrator"], frappe.get_route(), "Routed to 'Form, User, Administrator' by clicking on 'My Settings'"),
() => frappe.tests.click_navbar_item('Home'),
// Check if clicking on 'Background Jobs' redirects you to the correct page
() => frappe.tests.click_navbar_item('navbar_user'),
() => frappe.tests.click_dropdown_item('Background Jobs'),
() => assert.deepEqual(["background_jobs"], frappe.get_route(), "Routed to 'background_jobs' by clicking on 'Background Jobs'"),
() => frappe.tests.click_navbar_item('Home'),

// Click Help and check both modals
// Check if clicking 'Documentation' opens the right modal
() => frappe.tests.click_navbar_item('Help'),
() => frappe.tests.click_dropdown_item('Documentation'),
() => assert.ok(frappe.tests.is_visible('Documentation', 'span'), "Documentation modal popped"),
() => frappe.tests.click_generic_text('Close', 'button'),
// Check if clicking 'About' opens the right modal
() => frappe.tests.click_navbar_item('Help'),
() => frappe.tests.click_dropdown_item('About'),
() => assert.ok(frappe.tests.is_visible('Frappe Framework', 'div'), "Frappe Framework[About] modal popped"),
() => frappe.tests.click_generic_text('Close', 'button'),

() => done()
]);
});

+ 0
- 16
frappe/tests/ui/test_list/_test_list_values.js View File

@@ -1,16 +0,0 @@
QUnit.module('views');

QUnit.test("Test list values", function(assert) {
assert.expect(2);
let done = assert.async();

frappe.run_serially([
() => frappe.set_route('List', 'DocType'),
() => frappe.timeout(2),
() => {
assert.deepEqual(['List', 'DocType', 'List'], frappe.get_route(), "Routed to DocType List");
assert.ok($('.list-item:visible').length > 10, "More than 10 items visible in DocType List");
},
() => done()
]);
});

+ 0
- 27
frappe/tests/ui/test_list/_test_quick_entry.js View File

@@ -1,27 +0,0 @@
QUnit.module('views');

QUnit.only("Test quick entry", function(assert) {
assert.expect(2);
let done = assert.async();
let random_text = frappe.utils.get_random(10);

frappe.run_serially([
() => frappe.set_route('List', 'ToDo'),
() => frappe.new_doc('ToDo'),
() => frappe.quick_entry.dialog.set_value('description', random_text),
() => frappe.quick_entry.insert(),
(doc) => {
assert.ok(doc && !doc.__islocal, "Document exists");
return frappe.set_route('Form', 'ToDo', doc.name);
},
() => assert.ok(cur_frm.doc.description.includes(random_text), "ToDo created"),

// Delete the created ToDo
() => frappe.tests.click_page_head_item('Menu'),
() => frappe.tests.click_dropdown_item('Delete'),
() => frappe.tests.click_page_head_item('Yes'),
() => frappe.timeout(2),

() => done()
]);
});

+ 39
- 0
frappe/tests/ui/test_list/test_list_filter.js View File

@@ -0,0 +1,39 @@
QUnit.module('views');

QUnit.test("Test list filters", function(assert) {
assert.expect(3);
let done = assert.async();

frappe.run_serially([
() => {
return frappe.tests.make('ToDo', [
{description: 'low priority'},
{priority: 'Low'}
]);
},
() => {
return frappe.tests.make('ToDo', [
{description: 'high priority'},
{priority: 'High'}
]);
},
() => frappe.set_route('List', 'ToDo', 'List'),
() => frappe.timeout(0.5),
() => {
assert.deepEqual(['List', 'ToDo', 'List'], frappe.get_route(),
"List opened successfully.");
//set filter values
return frappe.set_control('priority', 'Low');
},
() => frappe.timeout(0.5),
() => cur_list.page.btn_secondary.click(),
() => frappe.timeout(1),
() => {
assert.equal(cur_list.data[0].priority, 'Low',
'visible element has low priority');
let non_low_items = cur_list.data.filter(d => d.priority != 'Low');
assert.equal(non_low_items.length, 0, 'no item without low priority');
},
() => done()
]);
});

+ 25
- 0
frappe/tests/ui/test_list/test_list_paging.js View File

@@ -0,0 +1,25 @@
QUnit.module('views');

QUnit.test("Test paging in list view", function(assert) {
assert.expect(5);
let done = assert.async();

frappe.run_serially([
() => frappe.set_route('List', 'DocType'),
() => frappe.timeout(0.5),
() => assert.deepEqual(['List', 'DocType', 'List'], frappe.get_route(),
"List opened successfully."),
//check elements less then page length [20 in this case]
() => assert.equal(cur_list.data.length, 20, 'show 20 items'),
() => frappe.click_button('More'),
() => frappe.timeout(2),
() => assert.equal(cur_list.data.length, 40, 'show more items'),
() => frappe.click_button('100', '.btn-group-paging'),
() => frappe.timeout(2),
() => assert.ok(cur_list.data.length > 40, 'show 100 items'),
() => frappe.click_button('20', '.btn-group-paging'),
() => frappe.timeout(2),
() => assert.equal(cur_list.data.length, 20, 'show 20 items again'),
() => done()
]);
});

+ 0
- 62
frappe/tests/ui/test_list_delete.js View File

@@ -1,62 +0,0 @@
QUnit.module('views');

QUnit.test("Test deletion of one list element", function(assert) {
assert.expect(3);
let done = assert.async();
let count;
let random;

frappe.run_serially([
() => frappe.tests.setup_doctype('User'),
() => frappe.tests.create_todo(2),
() => frappe.set_route('List', 'ToDo', 'List'),
() => frappe.timeout(0.5),
() => {
assert.deepEqual(['List', 'ToDo', 'List'], frappe.get_route(), "List opened successfully.");
//total list elements
count = cur_list.data.length;
random = Math.floor(Math.random() * (count) + 1);
//select one element randomly
$('div:nth-child('+random+')>div>div>.list-row-checkbox').click();
},
() => cur_list.page.btn_primary.click(),
() => frappe.timeout(0.5),
() => {
//check if asking for confirmation and click yes
assert.equal("Confirm", cur_dialog.title, "Asking for confirmation.");
cur_dialog.primary_action(frappe.confirm);
},
() => frappe.timeout(1),
//check if total elements decreased by one
() => assert.equal(cur_list.data.length, (count-1), "Only one element is deleted."),
() => done()
]);
});

QUnit.test("Test deletion of all list element", function(assert) {
assert.expect(3);
let done = assert.async();

frappe.run_serially([
() => frappe.tests.setup_doctype('User'),
() => frappe.tests.create_todo(5),
() => frappe.set_route('List', 'ToDo', 'List'),
() => frappe.timeout(0.5),
() => {
assert.deepEqual(['List', 'ToDo', 'List'], frappe.get_route(), "List opened successfully.");
//select all element
$('.list-select-all.hidden-xs').click();
},
() => cur_list.page.btn_primary.click(),
() => frappe.timeout(0.5),
() => {
assert.equal("Confirm", cur_dialog.title, "Asking for confirmation.");
//click yes for deletion
cur_dialog.primary_action(frappe.confirm);
},
() => frappe.timeout(2),
//check zero elements left
() => assert.equal( cur_list.data.length, '0', "No element is present in list."),
() => done()
]);
});

+ 0
- 35
frappe/tests/ui/test_list_filter.js View File

@@ -1,35 +0,0 @@
QUnit.module('views');

QUnit.test("Test filters", function(assert) {
assert.expect(2);
let done = assert.async();

frappe.run_serially([
() => frappe.tests.setup_doctype('User'),
() => frappe.tests.create_todo(6),
() => frappe.set_route('List', 'ToDo', 'List'),
() => frappe.timeout(0.5),
() => {
assert.deepEqual(['List', 'ToDo', 'List'], frappe.get_route(), "List opened successfully.");
//set filter values
$('.col-md-2:nth-child(2) .input-sm').val('Closed');
$('.col-md-2:nth-child(3) .input-sm').val('Low');
$('.col-md-2:nth-child(4) .input-sm').val('05-05-2017');
$('.col-md-2:nth-child(5) .input-sm').val('Administrator');
},
() => frappe.timeout(0.5),
() => cur_list.page.btn_secondary.click(),
() => frappe.timeout(1),
() => {
//get total list element
var count = cur_list.data.length;
//check if all elements are as per filter
var i=0;
for ( ; i < count ; i++)
if ((cur_list.data[i].status!='Closed')||(cur_list.data[i].priority!='Low')||(cur_list.data[i].owner!='Administrator')||(cur_list.data[i].date!='2017-05-05'))
break;
assert.equal(count, i, "Elements present have content according to filters.");
},
() => done()
]);
});

+ 0
- 18
frappe/tests/ui/test_list_paging.js View File

@@ -1,18 +0,0 @@
QUnit.module('views');

QUnit.test("Test paging in list", function(assert) {
assert.expect(3);
let done = assert.async();

frappe.run_serially([
() => frappe.set_route('List', 'DocType'),
() => frappe.timeout(0.5),
() => assert.deepEqual(['List', 'DocType', 'List'], frappe.get_route(), "List opened successfully."),
//check elements less then page length [20 in this case]
() => assert.ok(cur_list.data.length <= cur_list.page_length, "20 or less elements are visible."),
() => frappe.tests.click_and_wait('.btn-sm:contains("100"):visible'),
//check elements less then page length [100 in this case]
() => assert.ok(cur_list.data.length <= cur_list.page_length, "100 or less elements are visible."),
() => done()
]);
});

+ 35
- 0
frappe/tests/ui/test_module/test_module_option.js View File

@@ -0,0 +1,35 @@
QUnit.module('views');

QUnit.test("Test option click [Module view]", function(assert) {
assert.expect(4);
let done = assert.async();

frappe.run_serially([

//click Document Share Report in Permissions section [Report]
() => frappe.set_route("modules", "Setup"),
() => frappe.timeout(0.5),
() => frappe.tests.click_and_wait('a.small:contains("Document Share Report")', 0),
() => assert.deepEqual(frappe.get_route(), ["Report", "DocShare", "Document Share Report"], "First click test."),

//click Print Setting in Printing section [Form]
() => frappe.set_route("modules", "Setup"),
() => frappe.timeout(0.5),
() => frappe.tests.click_and_wait('a.small:contains("Print Setting")', 0),
() => assert.deepEqual(frappe.get_route(), ["Form", "Print Settings"], "Second click test."),

//click Workflow Action in Workflow section [List]
() => frappe.set_route("modules", "Setup"),
() => frappe.timeout(0.5),
() => frappe.tests.click_and_wait('a.small:contains(" Workflow Action ")', 0),
() => assert.deepEqual(frappe.get_route(), ["List", "Workflow Action", "List"], "Third click test."),

//click Application Installer in Applications section
() => frappe.set_route("modules", "Setup"),
() => frappe.timeout(0.5),
() => frappe.tests.click_and_wait('a.small:contains("Application Installer")', 0),
() => assert.deepEqual(frappe.get_route(), ["applications"], "Fourth click test."),

() => done()
]);
});

+ 41
- 0
frappe/tests/ui/test_module_view.js View File

@@ -0,0 +1,41 @@
QUnit.module('views');

QUnit.test("Test modules view", function(assert) {
assert.expect(4);
let done = assert.async();

frappe.run_serially([

//click Document Share Report in Permissions section [Report]
() => frappe.set_route("modules", "Setup"),
() => frappe.timeout(0.5),
() => frappe.click_link('Document Share Report'),
() => assert.deepEqual(frappe.get_route(), ["Report", "DocShare", "Document Share Report"],
'document share report'),

//click Print Setting in Printing section [Form]
() => frappe.set_route("modules", "Setup"),
() => frappe.timeout(0.5),
() => frappe.click_link('Print Settings'),
() => assert.deepEqual(frappe.get_route(), ["Form", "Print Settings"],
'print settings'),

//click Workflow Action in Workflow section [List]
() => frappe.set_route("modules", "Setup"),
() => frappe.timeout(0.5),
() => frappe.click_link('Workflow Action'),
() => assert.deepEqual(frappe.get_route(), ["List", "Workflow Action", "List"],
'workflow action'),

//click Workflow Action in Workflow section [List]
() => frappe.set_route("modules"),
() => frappe.timeout(0.5),
() => frappe.click_link('Tools'),
() => frappe.timeout(0.5),
() => frappe.click_link('To Do'),
() => assert.deepEqual(frappe.get_route(), ["List", "ToDo", "List"],
'todo list'),

() => done()
]);
});

+ 38
- 0
frappe/tests/ui/test_number_format.js View File

@@ -0,0 +1,38 @@
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// MIT License. See license.txt

QUnit.module("Number Formatting");

QUnit.test("#,###.##", function(assert) {
assert.equal(format_number(100, "#,###.##"), "100.00");
assert.equal(format_number(1000, "#,###.##"), "1,000.00");
assert.equal(format_number(10000, "#,###.##"), "10,000.00");
assert.equal(format_number(1000000, "#,###.##"), "1,000,000.00");
assert.equal(format_number(1000000.345, "#,###.##"), "1,000,000.35");
});

QUnit.test("#,##,###.##", function(assert) {
assert.equal(format_number(100, "#,##,###.##"), "100.00");
assert.equal(format_number(1000, "#,##,###.##"), "1,000.00");
assert.equal(format_number(10000, "#,##,###.##"), "10,000.00");
assert.equal(format_number(1000000, "#,##,###.##"), "10,00,000.00");
assert.equal(format_number(1000000.341, "#,##,###.##"), "10,00,000.34");
assert.equal(format_number(10000000.341, "#,##,###.##"), "1,00,00,000.34");
});

QUnit.test("#.###,##", function(assert) {
assert.equal(format_number(100, "#.###,##"), "100,00");
assert.equal(format_number(1000, "#.###,##"), "1.000,00");
assert.equal(format_number(10000, "#.###,##"), "10.000,00");
assert.equal(format_number(1000000, "#.###,##"), "1.000.000,00");
assert.equal(format_number(1000000.345, "#.###,##"), "1.000.000,35");
});

QUnit.test("#.###", function(assert) {
assert.equal(format_number(100, "#.###"), "100");
assert.equal(format_number(1000, "#.###"), "1.000");
assert.equal(format_number(10000, "#.###"), "10.000");
assert.equal(format_number(-100000, "#.###"), "-100.000");
assert.equal(format_number(1000000, "#.###"), "1.000.000");
assert.equal(format_number(1000000.345, "#.###"), "1.000.000");
});

+ 27
- 18
frappe/tests/ui/test_test_runner.py View File

@@ -4,15 +4,27 @@ import unittest, os, frappe, time


class TestTestRunner(unittest.TestCase): class TestTestRunner(unittest.TestCase):
def test_test_runner(self): def test_test_runner(self):
driver = TestDriver()
driver.login()
for test in get_tests(): for test in get_tests():
if test.startswith('#'):
continue

timeout = 60
if '#' in test:
test, comment = test.split('#')
test = test.strip()
if comment.strip()=='long':
timeout = 240

print('Running {0}...'.format(test)) print('Running {0}...'.format(test))

frappe.db.set_value('Test Runner', None, 'module_path', test) frappe.db.set_value('Test Runner', None, 'module_path', test)
frappe.db.commit() frappe.db.commit()
driver = TestDriver()
driver.login()
driver.refresh()
driver.set_route('Form', 'Test Runner') driver.set_route('Form', 'Test Runner')
driver.click_primary_action() driver.click_primary_action()
driver.wait_for('#frappe-qunit-done', timeout=60)
driver.wait_for('#frappe-qunit-done', timeout=timeout)
console = driver.get_console() console = driver.get_console()
if frappe.flags.tests_verbose or True: if frappe.flags.tests_verbose or True:
for line in console: for line in console:
@@ -20,16 +32,21 @@ class TestTestRunner(unittest.TestCase):
print('-' * 40) print('-' * 40)
print('Checking if passed "{0}"'.format(test)) print('Checking if passed "{0}"'.format(test))
self.assertTrue('Tests Passed' in console) self.assertTrue('Tests Passed' in console)
driver.close()
time.sleep(1) time.sleep(1)
driver.close()


def get_tests(): def get_tests():
'''Get tests base on flag''' '''Get tests base on flag'''
if frappe.flags.ui_test_app:
return get_tests_for(frappe.flags.ui_test_app)
elif frappe.flags.ui_test_path:
frappe.db.set_value('Test Runner', None, 'app', frappe.flags.ui_test_app or '')

if frappe.flags.ui_test_path:
# specific test
return (frappe.flags.ui_test_path,) return (frappe.flags.ui_test_path,)
elif frappe.flags.ui_test_app:
# specific app
return get_tests_for(frappe.flags.ui_test_app)
else: else:
# all apps
tests = [] tests = []
for app in frappe.get_installed_apps(): for app in frappe.get_installed_apps():
tests.extend(get_tests_for(app)) tests.extend(get_tests_for(app))
@@ -38,17 +55,9 @@ def get_tests():
def get_tests_for(app): def get_tests_for(app):
'''Get all tests for a particular app''' '''Get all tests for a particular app'''
tests = [] tests = []
tests_path = frappe.get_app_path(app, 'tests', 'ui')
tests_path = frappe.get_app_path(app, 'tests', 'ui', 'tests.txt')
if os.path.exists(tests_path): if os.path.exists(tests_path):
for basepath, folders, files in os.walk(tests_path): # pylint: disable=unused-variable
if os.path.join('ui', 'data') in basepath:
continue

for fname in files:
if fname.startswith('test') and fname.endswith('.js'):
path = os.path.join(basepath, fname)
path = os.path.relpath(path, frappe.get_app_path(app))
tests.append(os.path.join(app, path))

with open(tests_path, 'r') as fileobj:
tests = fileobj.read().strip().splitlines()
return tests return tests



+ 5
- 0
frappe/tests/ui/tests.txt View File

@@ -0,0 +1,5 @@
frappe/tests/ui/test_number_format.js
frappe/tests/ui/test_list/test_list_filter.js
frappe/tests/ui/test_list/test_list_paging.js
frappe/tests/ui/test_module_view.js
frappe/tests/ui/test_calendar_view.js

+ 94
- 94
frappe/translations/am.csv View File

@@ -55,7 +55,7 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +52,Data Import Templa
apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,ወላጅ apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,ወላጅ
DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","የነቃ ከሆነ, የይለፍ ቃል ጥንካሬ ዝቅተኛ የይለፍ ውጤት ዋጋ ላይ ተመስርቶ ተፈጻሚ ይሆናል. 2 አንድ እሴት በመካከለኛ ጠንካራ መሆን እና 4 በጣም ጠንካራ መሆን." DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","የነቃ ከሆነ, የይለፍ ቃል ጥንካሬ ዝቅተኛ የይለፍ ውጤት ዋጋ ላይ ተመስርቶ ተፈጻሚ ይሆናል. 2 አንድ እሴት በመካከለኛ ጠንካራ መሆን እና 4 በጣም ጠንካራ መሆን."
DocType: About Us Settings,"""Team Members"" or ""Management""",&quot;ቡድን አባላት&quot; ወይም &quot;አስተዳደር&quot; DocType: About Us Settings,"""Team Members"" or ""Management""",&quot;ቡድን አባላት&quot; ወይም &quot;አስተዳደር&quot;
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Default for 'Check' type of field must be either '0' or '1',መስክ ላይ &#39;ይመልከቱ »አይነት ነባሪ ወይ&#39; 0 &#39;ወይም&#39; 1 &#39;መሆን አለበት
apps/frappe/frappe/core/doctype/doctype/doctype.py +461,Default for 'Check' type of field must be either '0' or '1',መስክ ላይ &#39;ይመልከቱ »አይነት ነባሪ ወይ&#39; 0 &#39;ወይም&#39; 1 &#39;መሆን አለበት
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,ትናንትና apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,ትናንትና
DocType: Contact,Designation,ስያሜ DocType: Contact,Designation,ስያሜ
DocType: Test Runner,Test Runner,የሙከራ Runner DocType: Test Runner,Test Runner,የሙከራ Runner
@@ -71,7 +71,7 @@ DocType: DocType,Is Published Field,መስክ የታተመ ነው
DocType: Email Group,Email Group,የኢሜይል ቡድን DocType: Email Group,Email Group,የኢሜይል ቡድን
DocType: Note,Seen By,በ ተመልክቻለሁ DocType: Note,Seen By,በ ተመልክቻለሁ
apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,በርካታ ያክሉ apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,በርካታ ያክሉ
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Not Like,አይደለም
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Not Like,አይደለም
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,በመስክ የማሳያ መለያ አዘጋጅ apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,በመስክ የማሳያ መለያ አዘጋጅ
apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},ትክክል ያልሆነ እሴት: {0} መሆን አለበት {1} {2} apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},ትክክል ያልሆነ እሴት: {0} መሆን አለበት {1} {2}
apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","ለውጥ መስክ ንብረቶች (ደብቅ, ተነባቢ ብቻ, ፈቃድ ወዘተ)" apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","ለውጥ መስክ ንብረቶች (ደብቅ, ተነባቢ ብቻ, ፈቃድ ወዘተ)"
@@ -160,7 +160,8 @@ apps/frappe/frappe/public/js/frappe/upload.js +296,Uploading...,በመስቀል
DocType: Email Domain,Email Domain,የኢሜይል ጎራ DocType: Email Domain,Email Domain,የኢሜይል ጎራ
DocType: Workflow State,italic,ሰያፍ DocType: Workflow State,italic,ሰያፍ
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,ለሁሉም apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,ለሁሉም
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,{0}: Cannot set Import without Create,{0}: ይፍጠሩ ያለ አስመጣ ማዘጋጀት አይቻልም
apps/frappe/frappe/core/doctype/doctype/doctype.py +706,{0}: Cannot set Import without Create,{0}: ይፍጠሩ ያለ አስመጣ ማዘጋጀት አይቻልም
apps/frappe/frappe/templates/emails/auto_email_report.html +45,View report in your browser,ሪፖርትዎን በአሳሽዎ ውስጥ ይመልከቱ
apps/frappe/frappe/config/desk.py +26,Event and other calendars.,ክስተት እና ሌሎች የቀን መቁጠሪያዎች. apps/frappe/frappe/config/desk.py +26,Event and other calendars.,ክስተት እና ሌሎች የቀን መቁጠሪያዎች.
apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,ሁሉም መስኮች አስተያየት ለማስገባት አስፈላጊ ናቸው. apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,ሁሉም መስኮች አስተያየት ለማስገባት አስፈላጊ ናቸው.
apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,አምዶች ለመደርደር ይጎትቱ apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,አምዶች ለመደርደር ይጎትቱ
@@ -237,7 +238,7 @@ apps/frappe/frappe/config/setup.py +121,Update many values at one time.,በአ
apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,ስህተት: እናንተ ከፍተዋል በኋላ ሰነድ ተቀይሯል apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,ስህተት: እናንተ ከፍተዋል በኋላ ሰነድ ተቀይሯል
apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} ዘግተው የወጡ: {1} apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} ዘግተው የወጡ: {1}
DocType: Address,West Bengal,የምዕራብ ቤንጋል DocType: Address,West Bengal,የምዕራብ ቤንጋል
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0}: Cannot set Assign Submit if not Submittable,{0}: መድብ Submittable አይደለም ከሆነ አስገባ ማዘጋጀት አይቻልም
apps/frappe/frappe/core/doctype/doctype/doctype.py +727,{0}: Cannot set Assign Submit if not Submittable,{0}: መድብ Submittable አይደለም ከሆነ አስገባ ማዘጋጀት አይቻልም
DocType: Social Login Keys,Facebook,ፌስቡክ DocType: Social Login Keys,Facebook,ፌስቡክ
apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",በ የተጣራ &quot;{0}» apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",በ የተጣራ &quot;{0}»
DocType: Salutation,Administrator,አስተዳዳሪ DocType: Salutation,Administrator,አስተዳዳሪ
@@ -261,7 +262,7 @@ DocType: User,Get your globally recognized avatar from Gravatar.com,Gravatar.com
apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","የእርስዎ የደንበኝነት ምዝገባ {0} ላይ ጊዜው አልፎበታል. ማደስ, {1}." apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","የእርስዎ የደንበኝነት ምዝገባ {0} ላይ ጊዜው አልፎበታል. ማደስ, {1}."
DocType: Workflow State,plus-sign,የመደመር-ምልክት DocType: Workflow State,plus-sign,የመደመር-ምልክት
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,ቀደም ሲል ሙሉ በሙሉ ማዋቀር apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,ቀደም ሲል ሙሉ በሙሉ ማዋቀር
apps/frappe/frappe/__init__.py +897,App {0} is not installed,የመተግበሪያ {0} አልተጫነም
apps/frappe/frappe/__init__.py +898,App {0} is not installed,የመተግበሪያ {0} አልተጫነም
DocType: Workflow State,Refresh,አዝናና DocType: Workflow State,Refresh,አዝናና
DocType: Event,Public,ሕዝባዊ DocType: Event,Public,ሕዝባዊ
apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,ምንም የሚታይ የለም apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,ምንም የሚታይ የለም
@@ -269,7 +270,7 @@ apps/frappe/frappe/public/js/frappe/model/model.js +24,Liked By,በ የተወደ
apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,የኢሜይል ድጋፍ apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,የኢሜይል ድጋፍ
DocType: DocField,Print Hide If No Value,የህትመት ደብቅ ከሆነ ምንም ዋጋ DocType: DocField,Print Hide If No Value,የህትመት ደብቅ ከሆነ ምንም ዋጋ
DocType: Event,yellow,ቢጫ DocType: Event,yellow,ቢጫ
apps/frappe/frappe/core/doctype/doctype/doctype.py +563,Is Published Field must be a valid fieldname,የመስክ አለበት የታተመ ነው ትክክለኛ fieldname መሆን
apps/frappe/frappe/core/doctype/doctype/doctype.py +567,Is Published Field must be a valid fieldname,የመስክ አለበት የታተመ ነው ትክክለኛ fieldname መሆን
apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,ስቀል አባሪ apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,ስቀል አባሪ
DocType: Block Module,Block Module,አግድ ሞዱል DocType: Block Module,Block Module,አግድ ሞዱል
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,ወደ ውጪ ላክ አብነት apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,ወደ ውጪ ላክ አብነት
@@ -286,7 +287,7 @@ DocType: Email Account,Total number of emails to sync in initial sync process ,
DocType: Website Settings,Set Banner from Image,ምስል ከ አዘጋጅ ሰንደቅ DocType: Website Settings,Set Banner from Image,ምስል ከ አዘጋጅ ሰንደቅ
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,ግሎባል ፍለጋ apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,ግሎባል ፍለጋ
DocType: Email Account,SparkPost,SparkPost DocType: Email Account,SparkPost,SparkPost
apps/frappe/frappe/templates/emails/new_user.html +3,A new account has been created for you at {0},አዲስ መለያ ላይ ለእርስዎ ተፈጥሯል {0}
apps/frappe/frappe/templates/emails/new_user.html +2,A new account has been created for you at {0},አዲስ መለያ ላይ ለእርስዎ ተፈጥሯል {0}
apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,መመሪያዎች ኢሜይል የተደረገለት apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,መመሪያዎች ኢሜይል የተደረገለት
apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),ያስገቡ የኢሜይል ተቀባይ (ዎች) apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),ያስገቡ የኢሜይል ተቀባይ (ዎች)
DocType: Print Format,Verdana,ቨረንዳ DocType: Print Format,Verdana,ቨረንዳ
@@ -352,7 +353,7 @@ apps/frappe/frappe/utils/nestedset.py +218,Merging is only possible between Grou
apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},ታክሏል {0} apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},ታክሏል {0}
apps/frappe/frappe/www/search.html +28,No matching records. Search something new,ምንም ተዛማጅ ሰነዶች. አዲስ ነገር ፈልግ apps/frappe/frappe/www/search.html +28,No matching records. Search something new,ምንም ተዛማጅ ሰነዶች. አዲስ ነገር ፈልግ
DocType: Currency,Fraction Units,ክፍልፋይ አሃዶች DocType: Currency,Fraction Units,ክፍልፋይ አሃዶች
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +431,{0} from {1} to {2},{0} ከ {1} ወደ {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +433,{0} from {1} to {2},{0} ከ {1} ወደ {2}
DocType: Communication,Type,ዓይነት DocType: Communication,Type,ዓይነት
DocType: Authentication Log,Subject,ትምህርት DocType: Authentication Log,Subject,ትምህርት
DocType: Web Form,Amount Based On Field,የገንዘብ መጠን መስክ ላይ የተመሠረተ DocType: Web Form,Amount Based On Field,የገንዘብ መጠን መስክ ላይ የተመሠረተ
@@ -365,10 +366,10 @@ DocType: Workflow State,plane,አውሮፕላን
apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","አዲስ ሪኮርድ እየሰቀሉ ከሆነ በአሁኑ ጊዜ ከሆነ, &quot;ተከታታይ መሰየምን&quot;, የግዴታ ይሆናል." apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","አዲስ ሪኮርድ እየሰቀሉ ከሆነ በአሁኑ ጊዜ ከሆነ, &quot;ተከታታይ መሰየምን&quot;, የግዴታ ይሆናል."
apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,በዛሬው ጊዜ ማንቂያዎች ያግኙ apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,በዛሬው ጊዜ ማንቂያዎች ያግኙ
apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DocType ብቻ አስተዳዳሪ ተሰይሟል ይችላል apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DocType ብቻ አስተዳዳሪ ተሰይሟል ይችላል
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +442,changed value of {0},ሊቀየር እሴት {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +444,changed value of {0},ሊቀየር እሴት {0}
DocType: Report,JSON,JSON DocType: Report,JSON,JSON
apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,ማረጋገጫ ለማግኘት እባክዎ ኢሜይልዎን ያረጋግጡ apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,ማረጋገጫ ለማግኘት እባክዎ ኢሜይልዎን ያረጋግጡ
apps/frappe/frappe/core/doctype/doctype/doctype.py +509,Fold can not be at the end of the form,ከዚህም በረት ያልሆኑ ቅጽ መጨረሻ ላይ መሆን አይችልም
apps/frappe/frappe/core/doctype/doctype/doctype.py +513,Fold can not be at the end of the form,ከዚህም በረት ያልሆኑ ቅጽ መጨረሻ ላይ መሆን አይችልም
DocType: Communication,Bounced,ካረፈ DocType: Communication,Bounced,ካረፈ
DocType: Deleted Document,Deleted Name,ተሰርዟል ስም DocType: Deleted Document,Deleted Name,ተሰርዟል ስም
apps/frappe/frappe/config/setup.py +14,System and Website Users,ሥርዓት እና የድር ጣቢያ ተጠቃሚዎች apps/frappe/frappe/config/setup.py +14,System and Website Users,ሥርዓት እና የድር ጣቢያ ተጠቃሚዎች
@@ -376,25 +377,26 @@ DocType: Workflow Document State,Doc Status,doc ሁኔታ
DocType: Auto Email Report,No of Rows (Max 500),ረድፎች አይ (ከፍተኛው 500) DocType: Auto Email Report,No of Rows (Max 500),ረድፎች አይ (ከፍተኛው 500)
DocType: Language,Language Code,የቋንቋ ኮድ DocType: Language,Language Code,የቋንቋ ኮድ
apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","የእርስዎ ውርድ እየተገነባ ነው, ይሄ ጥቂት ጊዜ ሊወስድ ይችላል ..." apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","የእርስዎ ውርድ እየተገነባ ነው, ይሄ ጥቂት ጊዜ ሊወስድ ይችላል ..."
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +23,Add Filter,ማጣሪያ አክል
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +21,Add Filter,ማጣሪያ አክል
apps/frappe/frappe/www/feedback.html +23,Your rating: ,የእርስዎ ደረጃ: apps/frappe/frappe/www/feedback.html +23,Your rating: ,የእርስዎ ደረጃ:
apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} እና {1} apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} እና {1}
DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",ሁልጊዜ የሕትመት ረቂቅ ሰነዶች ርዕስ &quot;ረቂቅ&quot; ለማከል DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",ሁልጊዜ የሕትመት ረቂቅ ሰነዶች ርዕስ &quot;ረቂቅ&quot; ለማከል
apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,የኢሜይል እንደ አይፈለጌ መልዕክት ምልክት ተደርጎበታል apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,የኢሜይል እንደ አይፈለጌ መልዕክት ምልክት ተደርጎበታል
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,አዘጋጅ&gt; ተጠቃሚ
DocType: About Us Settings,Website Manager,የድር ጣቢያ አስተዳዳሪ DocType: About Us Settings,Website Manager,የድር ጣቢያ አስተዳዳሪ
apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,የመረጡት ረቂቅ ወይም የተሰረዙ ሰነዶችን apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,የመረጡት ረቂቅ ወይም የተሰረዙ ሰነዶችን
apps/frappe/frappe/model/document.py +1044,Document Queued,የሰነድ ወረፋ apps/frappe/frappe/model/document.py +1044,Document Queued,የሰነድ ወረፋ
DocType: GSuite Templates,Destination ID,መድረሻ መታወቂያ DocType: GSuite Templates,Destination ID,መድረሻ መታወቂያ
DocType: Desktop Icon,List,ዝርዝር DocType: Desktop Icon,List,ዝርዝር
DocType: Communication,Link Name,አገናኝ ስም DocType: Communication,Link Name,አገናኝ ስም
apps/frappe/frappe/core/doctype/doctype/doctype.py +433,Field {0} in row {1} cannot be hidden and mandatory without default,"የመስክ {0} ረድፍ ውስጥ {1} ሊደበቅ አይችልም, እና ነባሪ ያለ የግዴታ"
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Field {0} in row {1} cannot be hidden and mandatory without default,"የመስክ {0} ረድፍ ውስጥ {1} ሊደበቅ አይችልም, እና ነባሪ ያለ የግዴታ"
DocType: System Settings,mm/dd/yyyy,ወር / ቀን / ዓመት DocType: System Settings,mm/dd/yyyy,ወር / ቀን / ዓመት
apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,የተሳሳተ የሚስጥርቃል: apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,የተሳሳተ የሚስጥርቃል:
DocType: Print Settings,Send document web view link in email,በኢሜይል ውስጥ ሰነድ የድር እይታ አገናኝ ላክ DocType: Print Settings,Send document web view link in email,በኢሜይል ውስጥ ሰነድ የድር እይታ አገናኝ ላክ
apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,ሰነድ የእርስዎ ግብረ {0} በተሳካ ሁኔታ ተቀምጧል ነው apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,ሰነድ የእርስዎ ግብረ {0} በተሳካ ሁኔታ ተቀምጧል ነው
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,ቀዳሚ apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,ቀዳሚ
apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,ጉዳዩ: apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,ጉዳዩ:
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +496,{0} rows for {1},{0} ለ ረድፎች {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +498,{0} rows for {1},{0} ለ ረድፎች {1}
DocType: Currency,"Sub-currency. For e.g. ""Cent""",ንዑስ-ምንዛሬ. ለምሳሌ &quot;ሳንቲም&quot; ለ DocType: Currency,"Sub-currency. For e.g. ""Cent""",ንዑስ-ምንዛሬ. ለምሳሌ &quot;ሳንቲም&quot; ለ
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,የተሰቀለ ፋይል ይምረጡ apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,የተሰቀለ ፋይል ይምረጡ
DocType: Letter Head,Check this to make this the default letter head in all prints,ሁሉም ህትመቶች ውስጥ ይህን የነባሪ ደብዳቤ ራስ ለማድረግ ይህንን ምልክት ያድርጉ DocType: Letter Head,Check this to make this the default letter head in all prints,ሁሉም ህትመቶች ውስጥ ይህን የነባሪ ደብዳቤ ራስ ለማድረግ ይህንን ምልክት ያድርጉ
@@ -417,7 +419,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +5,
DocType: Event,Wednesday,እሮብ DocType: Event,Wednesday,እሮብ
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.",ባሻገር ሚና ላይ የተመሠረተ ፍቃድ ደንቦች ጀምሮ: በእናንተ DocTypes ላይ የተመሠረተ የተጠቃሚ ፍቃዶችን ማመልከት ይችላሉ. apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.",ባሻገር ሚና ላይ የተመሠረተ ፍቃድ ደንቦች ጀምሮ: በእናንተ DocTypes ላይ የተመሠረተ የተጠቃሚ ፍቃዶችን ማመልከት ይችላሉ.
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","እነዚህ ፈቃዶች የተፈቀደለት ታሪክ ጋር የተያያዘ ነው የት ግብይቶች ማመልከት ይሆናል. የኩባንያ ሲ ተጠቃሚ በ X የተጠቃሚ ፍቃዶች ታክሏል ከሆነ ለምሳሌ ያህል, የተጠቃሚ X ብቻ የተገናኘ እሴት ያሉ ኩባንያ ሐ ያለው ግብይቶችን ማየት ይችላሉ." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","እነዚህ ፈቃዶች የተፈቀደለት ታሪክ ጋር የተያያዘ ነው የት ግብይቶች ማመልከት ይሆናል. የኩባንያ ሲ ተጠቃሚ በ X የተጠቃሚ ፍቃዶች ታክሏል ከሆነ ለምሳሌ ያህል, የተጠቃሚ X ብቻ የተገናኘ እሴት ያሉ ኩባንያ ሐ ያለው ግብይቶችን ማየት ይችላሉ."
apps/frappe/frappe/core/doctype/doctype/doctype.py +554,Image field must be a valid fieldname,የምስል መስክ ልክ የሆነ fieldname መሆን አለበት
apps/frappe/frappe/core/doctype/doctype/doctype.py +558,Image field must be a valid fieldname,የምስል መስክ ልክ የሆነ fieldname መሆን አለበት
DocType: OAuth Client,Token,ማስመሰያ DocType: OAuth Client,Token,ማስመሰያ
DocType: Property Setter,ID (name) of the entity whose property is to be set,የማን ንብረት ህጋዊ አካል መታወቂያ (ስም) ሊዘጋጅ ነው DocType: Property Setter,ID (name) of the entity whose property is to be set,የማን ንብረት ህጋዊ አካል መታወቂያ (ስም) ሊዘጋጅ ነው
apps/frappe/frappe/limits.py +82,"To renew, {0}.","ማደስ, {0}." apps/frappe/frappe/limits.py +82,"To renew, {0}.","ማደስ, {0}."
@@ -426,7 +428,7 @@ DocType: Web Form,Sidebar Items,የጎን ንጥሎች
apps/frappe/frappe/installer.py +125,App {0} already installed,የመተግበሪያ {0} አስቀድሞ ተጭኗል apps/frappe/frappe/installer.py +125,App {0} already installed,የመተግበሪያ {0} አስቀድሞ ተጭኗል
DocType: Workflow State,exclamation-sign,ቃለ አጋኖ-ምልክት DocType: Workflow State,exclamation-sign,ቃለ አጋኖ-ምልክት
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,ፍቃዶችን አሳይ apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,ፍቃዶችን አሳይ
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a Link or Dynamic Link,የጊዜ ሂደት መስክ አንድ አገናኝ ወይም ተለዋዋጭ አገናኝ መሆን አለበት
apps/frappe/frappe/core/doctype/doctype/doctype.py +578,Timeline field must be a Link or Dynamic Link,የጊዜ ሂደት መስክ አንድ አገናኝ ወይም ተለዋዋጭ አገናኝ መሆን አለበት
apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,ቀን ክልል apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,ቀን ክልል
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,Gantt apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,Gantt
apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},ገጽ {0} ከ {1} apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},ገጽ {0} ከ {1}
@@ -456,18 +458,18 @@ DocType: Workflow State,music,ሙዚቃ
DocType: Web Page,Settings,ቅንብሮች DocType: Web Page,Settings,ቅንብሮች
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,doctype እባክዎን ይግለጹ apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,doctype እባክዎን ይግለጹ
DocType: Print Format,Style Settings,ቅጥ ቅንብሮች DocType: Print Format,Style Settings,ቅጥ ቅንብሮች
apps/frappe/frappe/core/doctype/doctype/doctype.py +585,Sort field {0} must be a valid fieldname,ደርድር መስክ {0} ልክ የሆነ fieldname መሆን አለበት
apps/frappe/frappe/core/doctype/doctype/doctype.py +589,Sort field {0} must be a valid fieldname,ደርድር መስክ {0} ልክ የሆነ fieldname መሆን አለበት
apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,ይበልጥ apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,ይበልጥ
DocType: Contact,Sales Manager,የሽያጭ ሃላፊ DocType: Contact,Sales Manager,የሽያጭ ሃላፊ
apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,ዳግም ሰይም apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,ዳግም ሰይም
DocType: Print Format,Format Data,ቅርጸት ውሂብ DocType: Print Format,Format Data,ቅርጸት ውሂብ
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Like,እንደ
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Like,እንደ
DocType: Customize Form Field,Customize Form Field,ቅጽ መስክ ያብጁ DocType: Customize Form Field,Customize Form Field,ቅጽ መስክ ያብጁ
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,ተጠቃሚ ፍቀድ apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,ተጠቃሚ ፍቀድ
DocType: OAuth Client,Grant Type,ፍቃድ ስጥ አይነት DocType: OAuth Client,Grant Type,ፍቃድ ስጥ አይነት
apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,አንድ ተጠቃሚ የማበጀት ናቸው ሰነዶች ይመልከቱ apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,አንድ ተጠቃሚ የማበጀት ናቸው ሰነዶች ይመልከቱ
apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,መተግበሪያ የመደብር አይፈቀድም apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,መተግበሪያ የመደብር አይፈቀድም
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,use % as wildcard,እንደ ልዩ ምልክት% መጠቀም
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +230,use % as wildcard,እንደ ልዩ ምልክት% መጠቀም
apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?",የኢሜይል ጎራ አንድ ፍጠር: ለዚህ መለያ አልተዋቀረም? apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?",የኢሜይል ጎራ አንድ ፍጠር: ለዚህ መለያ አልተዋቀረም?
DocType: User,Reset Password Key,ዳግም አስጀምር የይለፍ ቁልፍ DocType: User,Reset Password Key,ዳግም አስጀምር የይለፍ ቁልፍ
DocType: Email Account,Enable Auto Reply,ራስ-መልስ አንቃ DocType: Email Account,Enable Auto Reply,ራስ-መልስ አንቃ
@@ -492,11 +494,12 @@ apps/frappe/frappe/model/document.py +574,Cannot change docstatus from 1 to 0,1
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,አሁን ምትኬ ይውሰዱ apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,አሁን ምትኬ ይውሰዱ
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,እንኳን ደህና መጣህ apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,እንኳን ደህና መጣህ
apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,የተጫኑ መተግበሪያዎች apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,የተጫኑ መተግበሪያዎች
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,ማዋቀር&gt; የተጠቃሚ ፈቃዶች አስተዳዳሪ
DocType: Contact,Open,ክፈት DocType: Contact,Open,ክፈት
DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,ግዛቶች ላይ እርምጃዎች እና ወደ ቀጣዩ ደረጃ እና ፈቀደ ሚናዎች ይገልፃል. DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,ግዛቶች ላይ እርምጃዎች እና ወደ ቀጣዩ ደረጃ እና ፈቀደ ሚናዎች ይገልፃል.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","አንድ ምርጥ ልምድ, የተለያዩ ሚናዎች ፍቃድ አገዛዝ ተመሳሳይ ስብስብ ለሌላ አይደለም. ከዚህ ይልቅ, ተመሳሳይ ተጠቃሚ በርካታ ሚናዎች ተዘጋጅቷል." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","አንድ ምርጥ ልምድ, የተለያዩ ሚናዎች ፍቃድ አገዛዝ ተመሳሳይ ስብስብ ለሌላ አይደለም. ከዚህ ይልቅ, ተመሳሳይ ተጠቃሚ በርካታ ሚናዎች ተዘጋጅቷል."
DocType: Web Form,Message to be displayed on successful completion,መልዕክት በተሳካ ሁኔታ እንዲጠናቀቅ ላይ እንዲታዩ DocType: Web Form,Message to be displayed on successful completion,መልዕክት በተሳካ ሁኔታ እንዲጠናቀቅ ላይ እንዲታዩ
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +42,Only {0} emailed reports are allowed per user,ብቻ {0} ሪፖርቶች በተጠቃሚ ይፈቀዳሉ ኢሜይል
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +43,Only {0} emailed reports are allowed per user,ብቻ {0} ሪፖርቶች በተጠቃሚ ይፈቀዳሉ ኢሜይል
DocType: Address,Address Title,አድራሻ ርዕስ DocType: Address,Address Title,አድራሻ ርዕስ
DocType: Website Settings,Footer Items,ግርጌ ንጥሎች DocType: Website Settings,Footer Items,ግርጌ ንጥሎች
apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,ጥያቄ ግብረ መልስ apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,ጥያቄ ግብረ መልስ
@@ -511,7 +514,7 @@ DocType: DocField,Set Only Once,ብቻ አንዴ አዘጋጅ
DocType: Email Queue Recipient,Email Queue Recipient,የኢሜይል ወረፋ ተቀባይ DocType: Email Queue Recipient,Email Queue Recipient,የኢሜይል ወረፋ ተቀባይ
DocType: Address,Nagaland,Nagaland DocType: Address,Nagaland,Nagaland
apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,የተጠቃሚ ስም {0} አስቀድሞ አለ apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,የተጠቃሚ ስም {0} አስቀድሞ አለ
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set import as {1} is not importable,{0}: {1} importable አይደለም እንደ ከውጪ ማዘጋጀት አይቻልም
apps/frappe/frappe/core/doctype/doctype/doctype.py +733,{0}: Cannot set import as {1} is not importable,{0}: {1} importable አይደለም እንደ ከውጪ ማዘጋጀት አይቻልም
apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},ከእርስዎ አድራሻ መለጠፊያ ውስጥ አንድ ስህተት አለ {0} apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},ከእርስዎ አድራሻ መለጠፊያ ውስጥ አንድ ስህተት አለ {0}
DocType: Footer Item,"target = ""_blank""",target = &quot;ባዶን&quot; DocType: Footer Item,"target = ""_blank""",target = &quot;ባዶን&quot;
DocType: Workflow State,hdd,hdd DocType: Workflow State,hdd,hdd
@@ -523,7 +526,7 @@ DocType: Communication,From Full Name,ሙሉ ስም ከ
apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},እርስዎ ሪፖርት መዳረሻ የለህም: {0} apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},እርስዎ ሪፖርት መዳረሻ የለህም: {0}
DocType: User,Send Welcome Email,እንኳን ደህና መጡ ኢሜይል ላክ DocType: User,Send Welcome Email,እንኳን ደህና መጡ ኢሜይል ላክ
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,አውርድ ተመሳሳይ ቅርጸት ሁሉንም የተጠቃሚ ፍቃዶችን የያዘ CSV ፋይል ይስቀሉ. apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,አውርድ ተመሳሳይ ቅርጸት ሁሉንም የተጠቃሚ ፍቃዶችን የያዘ CSV ፋይል ይስቀሉ.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +449,Remove Filter,ማጣሪያ አስወግድ
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +450,Remove Filter,ማጣሪያ አስወግድ
DocType: Address,Daman and Diu,Daman እና Diu DocType: Address,Daman and Diu,Daman እና Diu
DocType: Address,Personal,የግል DocType: Address,Personal,የግል
apps/frappe/frappe/config/setup.py +113,Bulk Rename,የጅምላ ይቀየር apps/frappe/frappe/config/setup.py +113,Bulk Rename,የጅምላ ይቀየር
@@ -553,13 +556,12 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.js +33,Send
apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","መደበኛ DocType አብጅ ቅጽ መጠቀም, ነባሪ ህትመት ቅርጸት ሊኖረው አይችልም" apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","መደበኛ DocType አብጅ ቅጽ መጠቀም, ነባሪ ህትመት ቅርጸት ሊኖረው አይችልም"
DocType: Report,Query,ጥያቄ DocType: Report,Query,ጥያቄ
DocType: DocType,Sort Order,የድርድር ቅደም ተከተል DocType: DocType,Sort Order,የድርድር ቅደም ተከተል
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,'In List View' not allowed for type {0} in row {1},&#39;ዝርዝር ይመልከቱ ውስጥ&#39; ረድፍ ውስጥ አይነት {0} አይፈቀድም {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In List View' not allowed for type {0} in row {1},&#39;ዝርዝር ይመልከቱ ውስጥ&#39; ረድፍ ውስጥ አይነት {0} አይፈቀድም {1}
DocType: Custom Field,Select the label after which you want to insert new field.,አዲስ መስክ ማስገባት ይፈልጋሉ በኋላ ያለውን መለያ ይምረጡ. DocType: Custom Field,Select the label after which you want to insert new field.,አዲስ መስክ ማስገባት ይፈልጋሉ በኋላ ያለውን መለያ ይምረጡ.
,Document Share Report,የሰነድ አጋራ ሪፖርት ,Document Share Report,የሰነድ አጋራ ሪፖርት
DocType: User,Last Login,የመጨረሻው መግቢያ DocType: User,Last Login,የመጨረሻው መግቢያ
apps/frappe/frappe/core/doctype/doctype/doctype.py +600,Fieldname is required in row {0},Fieldname ረድፍ ውስጥ ያስፈልጋል {0}
apps/frappe/frappe/core/doctype/doctype/doctype.py +604,Fieldname is required in row {0},Fieldname ረድፍ ውስጥ ያስፈልጋል {0}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,አምድ apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,አምድ
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,እባክዎ ከቅንብር&gt; ኢሜይል&gt; ኢሜይል መለያ ነባሪ የኢሜይል መለያ ያቀናብሩ
DocType: Custom Field,Adds a custom field to a DocType,አንድ DocType ወደ ብጁ መስክ ያክላል DocType: Custom Field,Adds a custom field to a DocType,አንድ DocType ወደ ብጁ መስክ ያክላል
DocType: File,Is Home Folder,መነሻ አቃፊ ነው DocType: File,Is Home Folder,መነሻ አቃፊ ነው
apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} ልክ የሆነ የኢሜይል አድራሻ አይደለም apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} ልክ የሆነ የኢሜይል አድራሻ አይደለም
@@ -583,7 +585,7 @@ DocType: File,Folder,አቃፊ
DocType: DocField,Index,ማውጫ DocType: DocField,Index,ማውጫ
DocType: Email Group,Newsletter Manager,በራሪ ጽሑፍ አቀናባሪ DocType: Email Group,Newsletter Manager,በራሪ ጽሑፍ አቀናባሪ
apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,አማራጭ 1 apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,አማራጭ 1
apps/frappe/frappe/public/js/frappe/form/formatters.js +124,{0} to {1},{0} ወደ {1}
apps/frappe/frappe/public/js/frappe/form/formatters.js +129,{0} to {1},{0} ወደ {1}
apps/frappe/frappe/config/setup.py +89,Log of error during requests.,ጥያቄዎች ወቅት ስህተት ይግቡ. apps/frappe/frappe/config/setup.py +89,Log of error during requests.,ጥያቄዎች ወቅት ስህተት ይግቡ.
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} በተሳካ ሁኔታ የኢሜይል ቡድን ታክሏል. apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} በተሳካ ሁኔታ የኢሜይል ቡድን ታክሏል.
DocType: Address,Uttar Pradesh,ኡታር ፕራዴሽ DocType: Address,Uttar Pradesh,ኡታር ፕራዴሽ
@@ -593,7 +595,7 @@ apps/frappe/frappe/email/doctype/newsletter/newsletter.py +30,Scheduled to send
DocType: Kanban Board Column,Indicator,አመልካች DocType: Kanban Board Column,Indicator,አመልካች
DocType: DocShare,Everyone,ሁሉም ሰው DocType: DocShare,Everyone,ሁሉም ሰው
DocType: Workflow State,backward,ወደኋላ DocType: Workflow State,backward,ወደኋላ
apps/frappe/frappe/core/doctype/doctype/doctype.py +676,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: ተመሳሳይ ሚና, Level እና ጋር ብቻ ይፈቀዳል አንድ አገዛዝ {1}"
apps/frappe/frappe/core/doctype/doctype/doctype.py +680,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: ተመሳሳይ ሚና, Level እና ጋር ብቻ ይፈቀዳል አንድ አገዛዝ {1}"
DocType: Email Queue,Add Unsubscribe Link,ከደንበኝነት አገናኝ አክል DocType: Email Queue,Add Unsubscribe Link,ከደንበኝነት አገናኝ አክል
apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,ገና ምንም አስተያየቶች የሉም. አዲስ ውይይት ይጀምሩ. apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,ገና ምንም አስተያየቶች የሉም. አዲስ ውይይት ይጀምሩ.
DocType: Workflow State,share,ያጋሩ DocType: Workflow State,share,ያጋሩ
@@ -632,7 +634,7 @@ apps/frappe/frappe/printing/doctype/print_format/print_format.py +80,{0} is now
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,በማህደር አምዶች apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,በማህደር አምዶች
DocType: Email Account,Default Outgoing,ነባሪ የወጪ DocType: Email Account,Default Outgoing,ነባሪ የወጪ
DocType: Workflow State,play,ይጫወታሉ DocType: Workflow State,play,ይጫወታሉ
apps/frappe/frappe/templates/emails/new_user.html +5,Click on the link below to complete your registration and set a new password,ከታች ምዝገባ ለማጠናቀቅ አገናኝ ላይ ጠቅ ያድርጉ እና አዲስ የይለፍ ቃል ማዘጋጀት
apps/frappe/frappe/templates/emails/new_user.html +4,Click on the link below to complete your registration and set a new password,ከታች ምዝገባ ለማጠናቀቅ አገናኝ ላይ ጠቅ ያድርጉ እና አዲስ የይለፍ ቃል ማዘጋጀት
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,ማከል ነበር apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,ማከል ነበር
apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,ምንም የኢሜይል መለያዎች የተሰየሙ apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,ምንም የኢሜይል መለያዎች የተሰየሙ
DocType: Contact Us Settings,Contact Us Settings,ከእኛ ቅንብሮች ያነጋግሩ DocType: Contact Us Settings,Contact Us Settings,ከእኛ ቅንብሮች ያነጋግሩ
@@ -653,12 +655,12 @@ apps/frappe/frappe/core/page/user_permissions/user_permissions.js +127,Upload Us
DocType: Dropbox Settings,App Secret Key,የመተግበሪያ ሚስጥር ቁልፍ DocType: Dropbox Settings,App Secret Key,የመተግበሪያ ሚስጥር ቁልፍ
apps/frappe/frappe/config/website.py +7,Web Site,ድህረገፅ apps/frappe/frappe/config/website.py +7,Web Site,ድህረገፅ
apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,ምልክት የተደረገባቸው ንጥሎች ዴስክቶፕ ላይ ይታያል apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,ምልክት የተደረገባቸው ንጥሎች ዴስክቶፕ ላይ ይታያል
apps/frappe/frappe/core/doctype/doctype/doctype.py +719,{0} cannot be set for Single types,{0} ነጠላ አይነቶች ሊዘጋጁ አይችሉም
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0} cannot be set for Single types,{0} ነጠላ አይነቶች ሊዘጋጁ አይችሉም
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Kanban ቦርድ {0} የለም. apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Kanban ቦርድ {0} የለም.
apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} በአሁኑ ጊዜ ይህን ሰነዱን እያዩት ነው apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} በአሁኑ ጊዜ ይህን ሰነዱን እያዩት ነው
DocType: ToDo,Assigned By Full Name,ሙሉ ስም በ ተመድቧል DocType: ToDo,Assigned By Full Name,ሙሉ ስም በ ተመድቧል
apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} ዘምኗል apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} ዘምኗል
apps/frappe/frappe/core/doctype/doctype/doctype.py +709,Report cannot be set for Single types,ሪፖርት ነጠላ አይነቶች ሊዘጋጁ አይችሉም
apps/frappe/frappe/core/doctype/doctype/doctype.py +713,Report cannot be set for Single types,ሪፖርት ነጠላ አይነቶች ሊዘጋጁ አይችሉም
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} ቀናት በፊት apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} ቀናት በፊት
DocType: Email Account,Awaiting Password,በመጠባበቅ ላይ የይለፍ ቃል DocType: Email Account,Awaiting Password,በመጠባበቅ ላይ የይለፍ ቃል
DocType: Address,Address Line 1,አድራሻ መስመር 1 DocType: Address,Address Line 1,አድራሻ መስመር 1
@@ -708,7 +710,7 @@ DocType: Feedback Trigger,"To add dynamic subject, use jinja tags like
apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,የመተግበሪያ {0} ተወግዷል apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,የመተግበሪያ {0} ተወግዷል
DocType: Custom DocPerm,Apply User Permissions,የተጠቃሚ ፍቃዶችን ተግብር DocType: Custom DocPerm,Apply User Permissions,የተጠቃሚ ፍቃዶችን ተግብር
DocType: User,Modules HTML,ሞዱሎች ኤችቲኤምኤል DocType: User,Modules HTML,ሞዱሎች ኤችቲኤምኤል
apps/frappe/frappe/public/js/frappe/ui/field_group.js +82,Missing Values Required,የሚጎድሉ እሴቶች የሚያስፈልግ
apps/frappe/frappe/public/js/frappe/ui/field_group.js +96,Missing Values Required,የሚጎድሉ እሴቶች የሚያስፈልግ
DocType: DocType,Other Settings,ሌሎች ቅንብሮች DocType: DocType,Other Settings,ሌሎች ቅንብሮች
DocType: Social Login Keys,Frappe,Frappe DocType: Social Login Keys,Frappe,Frappe
apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,ያልተነበቡ እንደ ምልክት apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,ያልተነበቡ እንደ ምልክት
@@ -762,7 +764,7 @@ DocType: Event,orange,ብርቱካናማ
apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,ምንም {0} አልተገኙም apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,ምንም {0} አልተገኙም
apps/frappe/frappe/config/setup.py +242,Add custom forms.,ብጁ ቅጾች ያክሉ. apps/frappe/frappe/config/setup.py +242,Add custom forms.,ብጁ ቅጾች ያክሉ.
apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} ውስጥ ከ {2} apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} ውስጥ ከ {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +419,submitted this document,ይህ ሰነድ ገብቷል
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,submitted this document,ይህ ሰነድ ገብቷል
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,The system provides many pre-defined roles. You can add new roles to set finer permissions.,ስርዓቱ ብዙ ቀድሞ የተበየነ ሚና ያቀርባል. እርስዎ በመረጡት ፍቃዶችን ማዘጋጀት አዲስ ሚና ማከል ይችላሉ. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,The system provides many pre-defined roles. You can add new roles to set finer permissions.,ስርዓቱ ብዙ ቀድሞ የተበየነ ሚና ያቀርባል. እርስዎ በመረጡት ፍቃዶችን ማዘጋጀት አዲስ ሚና ማከል ይችላሉ.
DocType: Communication,CC,ዝግ መግለጫ DocType: Communication,CC,ዝግ መግለጫ
DocType: Country,Geo,የጂኦ DocType: Country,Geo,የጂኦ
@@ -812,7 +814,7 @@ DocType: DocType,Hide Toolbar,አሞሌ ደብቅ
DocType: User,Last Active,ንቁ የመጨረሻ DocType: User,Last Active,ንቁ የመጨረሻ
DocType: Email Account,SMTP Settings for outgoing emails,ለወጪ ኢሜይሎች SMTP ቅንብሮች DocType: Email Account,SMTP Settings for outgoing emails,ለወጪ ኢሜይሎች SMTP ቅንብሮች
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,ማስመጣት አልተሳካም apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,ማስመጣት አልተሳካም
apps/frappe/frappe/templates/emails/password_update.html +3,Your password has been updated. Here is your new password,የይለፍ ቃልህ ዘምኗል. እዚህ አዲስ የይለፍ ቃል ነው
apps/frappe/frappe/templates/emails/password_update.html +2,Your password has been updated. Here is your new password,የይለፍ ቃልህ ዘምኗል. እዚህ አዲስ የይለፍ ቃል ነው
DocType: Email Account,Auto Reply Message,ራስ-ምላሽ መልዕክት DocType: Email Account,Auto Reply Message,ራስ-ምላሽ መልዕክት
DocType: Feedback Trigger,Condition,ሁኔታ DocType: Feedback Trigger,Condition,ሁኔታ
apps/frappe/frappe/utils/data.py +546,{0} hours ago,{0} ሰዓታት በፊት apps/frappe/frappe/utils/data.py +546,{0} hours ago,{0} ሰዓታት በፊት
@@ -820,7 +822,6 @@ apps/frappe/frappe/utils/data.py +556,1 month ago,1 ወር በፊት
DocType: Contact,User ID,የተጠቃሚው መለያ DocType: Contact,User ID,የተጠቃሚው መለያ
DocType: Communication,Sent,ተልኳል DocType: Communication,Sent,ተልኳል
DocType: Address,Kerala,በኬረለ DocType: Address,Kerala,በኬረለ
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} ዓመቱ (ዓመታት) በፊት
DocType: File,Lft,Lft DocType: File,Lft,Lft
DocType: User,Simultaneous Sessions,በአንድ ላይ ክፍለ ጊዜዎች DocType: User,Simultaneous Sessions,በአንድ ላይ ክፍለ ጊዜዎች
DocType: OAuth Client,Client Credentials,የደንበኛ ምስክርነቶች DocType: OAuth Client,Client Credentials,የደንበኛ ምስክርነቶች
@@ -837,7 +838,7 @@ DocType: Email Queue,Unsubscribe Method,ከደንበኝነት ዘዴ
DocType: GSuite Templates,Related DocType,ተዛማጅ DocType DocType: GSuite Templates,Related DocType,ተዛማጅ DocType
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,ይዘት ለማከል አርትዕ apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,ይዘት ለማከል አርትዕ
apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,ይምረጡ ቋንቋዎች apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,ይምረጡ ቋንቋዎች
apps/frappe/frappe/__init__.py +517,No permission for {0},ምንም ፍቃድ {0}
apps/frappe/frappe/__init__.py +518,No permission for {0},ምንም ፍቃድ {0}
DocType: DocType,Advanced,የላቀ DocType: DocType,Advanced,የላቀ
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,የኤ ፒ አይ ቁልፍ ይመስላል ወይም ኤ ሚስጥር ስህተት ነው !!! apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,የኤ ፒ አይ ቁልፍ ይመስላል ወይም ኤ ሚስጥር ስህተት ነው !!!
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},ማጣቀሻ: {0} {1} apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},ማጣቀሻ: {0} {1}
@@ -869,14 +870,14 @@ DocType: Custom DocPerm,Additional Permissions,ተጨማሪ ፍቃዶች
DocType: Email Account,Always use Account's Email Address as Sender,ሁልጊዜ የላኪ እንደ መለያ የኢሜይል አድራሻ ይጠቀሙ DocType: Email Account,Always use Account's Email Address as Sender,ሁልጊዜ የላኪ እንደ መለያ የኢሜይል አድራሻ ይጠቀሙ
apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,አስተያየት ለመስጠት ይግቡ apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,አስተያየት ለመስጠት ይግቡ
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,በዚህ መስመር በታች ውሂብ በማስገባት ይጀምሩ apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,በዚህ መስመር በታች ውሂብ በማስገባት ይጀምሩ
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +474,changed values for {0},ለ ለውጥ እሴቶች {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +476,changed values for {0},ለ ለውጥ እሴቶች {0}
DocType: Workflow State,retweet,ትዊት DocType: Workflow State,retweet,ትዊት
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,ወደ መስክ ዋጋ ይግለጹ apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,ወደ መስክ ዋጋ ይግለጹ
DocType: Report,Disabled,ተሰናክሏል DocType: Report,Disabled,ተሰናክሏል
DocType: Workflow State,eye-close,ዓይን-ዝጋ DocType: Workflow State,eye-close,ዓይን-ዝጋ
DocType: OAuth Provider Settings,OAuth Provider Settings,OAuth አቅራቢ ቅንብሮች DocType: OAuth Provider Settings,OAuth Provider Settings,OAuth አቅራቢ ቅንብሮች
apps/frappe/frappe/config/setup.py +254,Applications,መተግበሪያዎች apps/frappe/frappe/config/setup.py +254,Applications,መተግበሪያዎች
apps/frappe/frappe/public/js/frappe/request.js +349,Report this issue,ይህን ችግር ሪፖርት አድርግ
apps/frappe/frappe/public/js/frappe/request.js +353,Report this issue,ይህን ችግር ሪፖርት አድርግ
apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,ስም ያስፈልጋል apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,ስም ያስፈልጋል
DocType: Custom Script,Adds a custom script (client or server) to a DocType,አንድ DocType ወደ ብጁ ስክሪፕት (ደንበኛ ወይም አገልጋይ) ያክላል DocType: Custom Script,Adds a custom script (client or server) to a DocType,አንድ DocType ወደ ብጁ ስክሪፕት (ደንበኛ ወይም አገልጋይ) ያክላል
DocType: Address,City/Town,ከተማ / መለስተኛ ከተማ DocType: Address,City/Town,ከተማ / መለስተኛ ከተማ
@@ -960,7 +961,7 @@ DocType: Web Form,Actions,እርምጃዎች
DocType: Workflow State,align-justify,አሰልፍ-ሰበብ DocType: Workflow State,align-justify,አሰልፍ-ሰበብ
DocType: User,Middle Name (Optional),የመካከለኛ ስም (አማራጭ) DocType: User,Middle Name (Optional),የመካከለኛ ስም (አማራጭ)
apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,አይፈቀድም apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,አይፈቀድም
apps/frappe/frappe/public/js/frappe/ui/field_group.js +83,Following fields have missing values:,የሚከተሉት መስኮች የሚጎድሉ እሴቶች አለን:
apps/frappe/frappe/public/js/frappe/ui/field_group.js +97,Following fields have missing values:,የሚከተሉት መስኮች የሚጎድሉ እሴቶች አለን:
apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,የ እርምጃ ለማጠናቀቅ በቂ ፍቃዶች የለዎትም apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,የ እርምጃ ለማጠናቀቅ በቂ ፍቃዶች የለዎትም
apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,ምንም ውጤቶች apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,ምንም ውጤቶች
DocType: System Settings,Security,መያዣ DocType: System Settings,Security,መያዣ
@@ -1003,7 +1004,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js +133,Hide Details,ደብቅ
DocType: Workflow State,Tasks,ተግባሮች DocType: Workflow State,Tasks,ተግባሮች
DocType: Event,Tuesday,ማክሰኞ DocType: Event,Tuesday,ማክሰኞ
DocType: Blog Settings,Blog Settings,የጦማር ቅንብሮች DocType: Blog Settings,Blog Settings,የጦማር ቅንብሮች
apps/frappe/frappe/templates/emails/new_user.html +17,You can also copy-paste this link in your browser,በተጨማሪም በአሳሽዎ ውስጥ ይህን አገናኝ መቅዳት-መለጠፍ ይችላሉ
apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste this link in your browser,በተጨማሪም በአሳሽዎ ውስጥ ይህን አገናኝ መቅዳት-መለጠፍ ይችላሉ
DocType: Workflow State,bullhorn,በመጮህ ላይ DocType: Workflow State,bullhorn,በመጮህ ላይ
DocType: Social Login Keys,Facebook Client Secret,Facebook የደንበኛ ሚስጥር DocType: Social Login Keys,Facebook Client Secret,Facebook የደንበኛ ሚስጥር
DocType: Footer Item,Target,ዓላማ DocType: Footer Item,Target,ዓላማ
@@ -1015,12 +1016,12 @@ DocType: ToDo,Due Date,የመጨረሻ ማስረከቢያ ቀን
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,ሩብ ቀን apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,ሩብ ቀን
DocType: Social Login Keys,Google Client Secret,የ Google የደንበኛ ሚስጥር DocType: Social Login Keys,Google Client Secret,የ Google የደንበኛ ሚስጥር
DocType: Website Settings,Hide Footer Signup,ግርጌ ምዝገባ ደብቅ DocType: Website Settings,Hide Footer Signup,ግርጌ ምዝገባ ደብቅ
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,cancelled this document,ይህ ሰነድ ተሰርዟል
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +423,cancelled this document,ይህ ሰነድ ተሰርዟል
apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,ይህን የተቀመጡ እና አምድ እና ውጤት መመለስ ባለበት ተመሳሳይ አቃፊ ውስጥ ዘንዶ ፋይል ጻፍ. apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,ይህን የተቀመጡ እና አምድ እና ውጤት መመለስ ባለበት ተመሳሳይ አቃፊ ውስጥ ዘንዶ ፋይል ጻፍ.
DocType: DocType,Sort Field,ደርድር መስክ DocType: DocType,Sort Field,ደርድር መስክ
DocType: Razorpay Settings,Razorpay Settings,Razorpay ቅንብሮች DocType: Razorpay Settings,Razorpay Settings,Razorpay ቅንብሮች
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +445,Edit Filter,አርትዕ ማጣሪያ
apps/frappe/frappe/core/doctype/doctype/doctype.py +415,Field {0} of type {1} cannot be mandatory,የመስክ {0} አይነት {1} የግዴታ ሊሆን አይችልም
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +446,Edit Filter,አርትዕ ማጣሪያ
apps/frappe/frappe/core/doctype/doctype/doctype.py +419,Field {0} of type {1} cannot be mandatory,የመስክ {0} አይነት {1} የግዴታ ሊሆን አይችልም
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,አክል ተጨማሪ apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,አክል ተጨማሪ
apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,ደብቅ ገበታ apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,ደብቅ ገበታ
DocType: System Settings,Session Expiry Mobile,ክፍለ ጊዜ የሚቃጠልበት ሞባይል DocType: System Settings,Session Expiry Mobile,ክፍለ ጊዜ የሚቃጠልበት ሞባይል
@@ -1061,7 +1062,7 @@ DocType: Address,Contacts,እውቂያዎች
DocType: System Settings,Setup Complete,ተጠናቋል DocType: System Settings,Setup Complete,ተጠናቋል
apps/frappe/frappe/config/setup.py +66,Report of all document shares,ሁሉ ሰነዱን ማጋራቶች ሪፖርት apps/frappe/frappe/config/setup.py +66,Report of all document shares,ሁሉ ሰነዱን ማጋራቶች ሪፖርት
apps/frappe/frappe/www/update-password.html +18,New Password,አዲስ የይለፍ ቃል apps/frappe/frappe/www/update-password.html +18,New Password,አዲስ የይለፍ ቃል
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +73,Filter {0} missing,ማጣሪያ {0} የሚጎድል
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +74,Filter {0} missing,ማጣሪያ {0} የሚጎድል
apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,አዝናለሁ! አንተ በራስ-የመነጨ አስተያየቶች መሰረዝ አይችሉም apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,አዝናለሁ! አንተ በራስ-የመነጨ አስተያየቶች መሰረዝ አይችሉም
DocType: Website Theme,Style using CSS,የሲ ኤስ ኤስ በመጠቀም ቅጥ DocType: Website Theme,Style using CSS,የሲ ኤስ ኤስ በመጠቀም ቅጥ
apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,የማጣቀሻ DocType apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,የማጣቀሻ DocType
@@ -1126,7 +1127,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +127,Help on Searc
apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,የተመዘገበ ነገር ግን ተሰናክሏል apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,የተመዘገበ ነገር ግን ተሰናክሏል
DocType: DocType,Hide Copy,ገልብጥ ደብቅ DocType: DocType,Hide Copy,ገልብጥ ደብቅ
apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,ሁሉም ሚናዎች አጽዳ apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,ሁሉም ሚናዎች አጽዳ
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +114,{0} generated on {1},{0} ላይ የመነጨ {1}
apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} ልዩ መሆን አለበት apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} ልዩ መሆን አለበት
apps/frappe/frappe/permissions.py +274,Row,ረድፍ apps/frappe/frappe/permissions.py +274,Row,ረድፍ
DocType: DocType,Track Changes,የትራክ ለውጦች DocType: DocType,Track Changes,የትራክ ለውጦች
@@ -1177,11 +1177,11 @@ DocType: User,Github User ID,የፊልሙ የተጠቃሚ መታወቂያ
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,የሰነድ አይነት ከሆነ apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,የሰነድ አይነት ከሆነ
apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","መሰረዝ ወይም {0} ስለ ማስቀረት አይቻልም <a href=""#Form/{0}/{1}"">{1}</a> ጋር የተያያዘ ነው {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}" apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","መሰረዝ ወይም {0} ስለ ማስቀረት አይቻልም <a href=""#Form/{0}/{1}"">{1}</a> ጋር የተያያዘ ነው {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}"
apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},ያልታወቀ መተግበሪያ {0} apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},ያልታወቀ መተግበሪያ {0}
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +48,"%s is not a valid report format. Report format should \
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +49,"%s is not a valid report format. Report format should \
one of the following %s",የ% s ልክ የሆነ ሪፖርት ቅርጸት አይደለም. የሚከተሉትን የ% s ወደ አንድ \ ይገባል ሪፖርት ቅርጸት one of the following %s",የ% s ልክ የሆነ ሪፖርት ቅርጸት አይደለም. የሚከተሉትን የ% s ወደ አንድ \ ይገባል ሪፖርት ቅርጸት
DocType: Communication,Chat,ውይይት DocType: Communication,Chat,ውይይት
apps/frappe/frappe/core/doctype/doctype/doctype.py +408,Fieldname {0} appears multiple times in rows {1},Fieldname {0} ረድፎች ውስጥ ብዙ ጊዜ ይገኛል {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +460,{0} from {1} to {2} in row #{3},{0} ከ {1} {2} ውስጥ ረድፍ # ወደ {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +412,Fieldname {0} appears multiple times in rows {1},Fieldname {0} ረድፎች ውስጥ ብዙ ጊዜ ይገኛል {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +462,{0} from {1} to {2} in row #{3},{0} ከ {1} {2} ውስጥ ረድፍ # ወደ {3}
DocType: Communication,Expired,ጊዜው አልፎበታል DocType: Communication,Expired,ጊዜው አልፎበታል
DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),አንድ መስመሮች ውስጥ መሬት የአምዶች ቁጥር (ፍርግርግ ውስጥ ጠቅላላ አምዶች ከ 11 መሆን አለበት) DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),አንድ መስመሮች ውስጥ መሬት የአምዶች ቁጥር (ፍርግርግ ውስጥ ጠቅላላ አምዶች ከ 11 መሆን አለበት)
DocType: DocType,System,ስርዓት DocType: DocType,System,ስርዓት
@@ -1196,7 +1196,7 @@ DocType: Help Article,Likes,የተወደዱ
DocType: Website Settings,Top Bar,ከፍተኛ አሞሌ DocType: Website Settings,Top Bar,ከፍተኛ አሞሌ
DocType: GSuite Settings,Script Code,ስክሪፕት ኮድ DocType: GSuite Settings,Script Code,ስክሪፕት ኮድ
apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,የተጠቃሚ ኢሜይል ፍጠር apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,የተጠቃሚ ኢሜይል ፍጠር
apps/frappe/frappe/core/doctype/doctype/doctype.py +647,No Permissions Specified,የተጠቀሰ ምንም ፍቃዶች
apps/frappe/frappe/core/doctype/doctype/doctype.py +651,No Permissions Specified,የተጠቀሰ ምንም ፍቃዶች
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,አለምአቀፍ ቅንብሮች: ተጠቃሚዎች ብቻ ምልክት የተደረገባቸው ምስሎች መምረጥ ይችላሉ apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,አለምአቀፍ ቅንብሮች: ተጠቃሚዎች ብቻ ምልክት የተደረገባቸው ምስሎች መምረጥ ይችላሉ
apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} አልተገኘም apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} አልተገኘም
DocType: Custom Role,Custom Role,ብጁ ሚና DocType: Custom Role,Custom Role,ብጁ ሚና
@@ -1208,12 +1208,12 @@ DocType: Dropbox Settings,Dropbox Access Secret,መሸወጃ መዳረሻ ሚስ
apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,ሌላው አስተያየት ያክሉ apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,ሌላው አስተያየት ያክሉ
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,አርትዕ DocType apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,አርትዕ DocType
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,ጋዜጣ ከደንበኝነት apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,ጋዜጣ ከደንበኝነት
apps/frappe/frappe/core/doctype/doctype/doctype.py +507,Fold must come before a Section Break,አንድ ክፍል መግቻ በፊት መምጣት አለበት ማጠፍ
apps/frappe/frappe/core/doctype/doctype/doctype.py +511,Fold must come before a Section Break,አንድ ክፍል መግቻ በፊት መምጣት አለበት ማጠፍ
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,በመገንባት ላይ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,በመገንባት ላይ
apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,ለመጨረሻ ጊዜ በ የተቀየረው apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,ለመጨረሻ ጊዜ በ የተቀየረው
DocType: Workflow State,hand-down,እጅ-ታች DocType: Workflow State,hand-down,እጅ-ታች
DocType: Address,GST State,GST ግዛት DocType: Address,GST State,GST ግዛት
apps/frappe/frappe/core/doctype/doctype/doctype.py +695,{0}: Cannot set Cancel without Submit,{0}: ያለ አስገባ ሰርዝ ማዘጋጀት አይቻልም
apps/frappe/frappe/core/doctype/doctype/doctype.py +699,{0}: Cannot set Cancel without Submit,{0}: ያለ አስገባ ሰርዝ ማዘጋጀት አይቻልም
DocType: Website Theme,Theme,ገጽታ DocType: Website Theme,Theme,ገጽታ
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,ስህተቶች ነበሩ. apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,ስህተቶች ነበሩ.
DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,URI ማረጋገጫ ኮድ ያመጣቸው አዘዋውር DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,URI ማረጋገጫ ኮድ ያመጣቸው አዘዋውር
@@ -1252,7 +1252,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +7,
apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,አስተያየት ያክሉ apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,አስተያየት ያክሉ
DocType: DocField,Mandatory,የግዴታ DocType: DocField,Mandatory,የግዴታ
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,ሞዱል Export ወደ apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,ሞዱል Export ወደ
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,{0}: No basic permissions set,{0}: ምንም መሠረታዊ ፍቃዶች ስብስብ
apps/frappe/frappe/core/doctype/doctype/doctype.py +663,{0}: No basic permissions set,{0}: ምንም መሠረታዊ ፍቃዶች ስብስብ
apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,የእርስዎ የደንበኝነት ምዝገባ ላይ ጊዜው {0}. apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,የእርስዎ የደንበኝነት ምዝገባ ላይ ጊዜው {0}.
apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},የመጠባበቂያ አውርድ አገናኝ በሚከተለው የኢሜይል አድራሻ ላይ ኢሜይል ይሆናል: {0} apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},የመጠባበቂያ አውርድ አገናኝ በሚከተለው የኢሜይል አድራሻ ላይ ኢሜይል ይሆናል: {0}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","ሰርዝ, አስገባ ትርጉም, አዋጅን" apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","ሰርዝ, አስገባ ትርጉም, አዋጅን"
@@ -1267,6 +1267,7 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +129,Filters sa
DocType: DocField,Percent,መቶኛ DocType: DocField,Percent,መቶኛ
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,ማጣሪያዎችን ለማዘጋጀት እባክዎ apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,ማጣሪያዎችን ለማዘጋጀት እባክዎ
apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,ጋር የተገናኙ apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,ጋር የተገናኙ
apps/frappe/frappe/templates/emails/auto_email_report.html +48,Edit Auto Email Report Settings,የራስ-ኢሜይል አድራሻ ሪፖርት ቅንብሮችን ያርትዑ
DocType: Workflow State,book,መጽሐፍ DocType: Workflow State,book,መጽሐፍ
DocType: Website Settings,Landing Page,የማረፊያ ገጽ DocType: Website Settings,Landing Page,የማረፊያ ገጽ
apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,ብጁ ስክሪፕት ላይ ስህተት apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,ብጁ ስክሪፕት ላይ ስህተት
@@ -1275,7 +1276,7 @@ apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +132,"Import R
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,ምንም ፍቃዶች ይህን መስፈርት የተዘጋጀ ነው. apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,ምንም ፍቃዶች ይህን መስፈርት የተዘጋጀ ነው.
DocType: Auto Email Report,Auto Email Report,ራስ-ኢሜይል ሪፖርት DocType: Auto Email Report,Auto Email Report,ራስ-ኢሜይል ሪፖርት
apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,ከፍተኛ ኢሜይሎች apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,ከፍተኛ ኢሜይሎች
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +575,Delete comment?,አስተያየት ይሰረዝ?
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +577,Delete comment?,አስተያየት ይሰረዝ?
DocType: Address Template,This format is used if country specific format is not found,አገር የተወሰነ ቅርጸት አልተገኘም ከሆነ ይህ ቅርጸት ጥቅም ላይ ነው DocType: Address Template,This format is used if country specific format is not found,አገር የተወሰነ ቅርጸት አልተገኘም ከሆነ ይህ ቅርጸት ጥቅም ላይ ነው
DocType: System Settings,Allow Login using Mobile Number,የመግቢያ ሞባይል ቁጥር መጠቀም ፍቀድ DocType: System Settings,Allow Login using Mobile Number,የመግቢያ ሞባይል ቁጥር መጠቀም ፍቀድ
apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,ይህን ሀብት ለመድረስ በቂ ፍቃዶች የለዎትም. መዳረሻ ለማግኘት የእርስዎን አስተዳዳሪ ያነጋግሩ. apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,ይህን ሀብት ለመድረስ በቂ ፍቃዶች የለዎትም. መዳረሻ ለማግኘት የእርስዎን አስተዳዳሪ ያነጋግሩ.
@@ -1291,7 +1292,7 @@ DocType: Print Format,Monospace,ሞኖስፔስ
DocType: Letter Head,Printing,ማተም DocType: Letter Head,Printing,ማተም
DocType: Workflow State,thumbs-up,አሪፍ-ባይ DocType: Workflow State,thumbs-up,አሪፍ-ባይ
DocType: DocPerm,DocPerm,DocPerm DocType: DocPerm,DocPerm,DocPerm
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Precision should be between 1 and 6,ተሰልቶ 1 እና 6 መካከል መሆን አለበት
apps/frappe/frappe/core/doctype/doctype/doctype.py +467,Precision should be between 1 and 6,ተሰልቶ 1 እና 6 መካከል መሆን አለበት
apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},ፍሬድሪክ: {0} apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},ፍሬድሪክ: {0}
apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,ና apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,ና
DocType: Error Snapshot,Frames,ክፈፎች DocType: Error Snapshot,Frames,ክፈፎች
@@ -1304,9 +1305,10 @@ apps/frappe/frappe/utils/boilerplate.py +263,{app_title},{APP_TITLE}
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,ጣቢያዎ ውቅር ውስጥ መሸወጃ መዳረሻ ቁልፎች ማዘጋጀት እባክዎ apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,ጣቢያዎ ውቅር ውስጥ መሸወጃ መዳረሻ ቁልፎች ማዘጋጀት እባክዎ
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,በዚህ ኢሜይል አድራሻ መላክ ለመፍቀድ ይህን መዝገብ ይሰርዙ apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,በዚህ ኢሜይል አድራሻ መላክ ለመፍቀድ ይህን መዝገብ ይሰርዙ
apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,ብቻ የግዴታ መስኮች አዳዲስ መዝገቦች አስፈላጊ ናቸው. ከፈለጉ እርስዎ ያልሆኑ አስገዳጅ ዓምዶች መሰረዝ ይችላሉ. apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,ብቻ የግዴታ መስኮች አዳዲስ መዝገቦች አስፈላጊ ናቸው. ከፈለጉ እርስዎ ያልሆኑ አስገዳጅ ዓምዶች መሰረዝ ይችላሉ.
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +269,Unable to update event,ክስተት ማዘመን አልተቻለም
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +262,Unable to update event,ክስተት ማዘመን አልተቻለም
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,ክፍያ ተጠናቅቋል apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,ክፍያ ተጠናቅቋል
apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","ማጣሪያ 4 እሴቶች (doctype, fieldname, ከዋኝ, ዋጋ) ሊኖረው ይገባል: {0}" apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","ማጣሪያ 4 እሴቶች (doctype, fieldname, ከዋኝ, ዋጋ) ሊኖረው ይገባል: {0}"
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,ምንም ነባሪ የአድራሻ አማራጮች አልተገኙም. እባክዎ ከቅንብር&gt; አታሚ እና ስምሪት&gt; የአድራሻ አብነት አዲስ አንድ ያድርጉ.
apps/frappe/frappe/utils/bot.py +89,show,አሳይ apps/frappe/frappe/utils/bot.py +89,show,አሳይ
DocType: Address Template,Address Template,አድራሻ አብነት DocType: Address Template,Address Template,አድራሻ አብነት
DocType: Workflow State,text-height,ጽሑፍ-ቁመት DocType: Workflow State,text-height,ጽሑፍ-ቁመት
@@ -1359,7 +1361,6 @@ apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +6,Can Write
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","አንዳንድ ሰነዶች, አንድ ደረሰኝ እንደ አንድ የመጨረሻ መለወጥ የለበትም. እንዲህ ዓይነት ሰነዶች የመጨረሻው እርከን ገብቷል ተብሎ ይጠራል. እናንተ ሚና አስገባ ይችላሉ ለመገደብ ይችላሉ." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","አንዳንድ ሰነዶች, አንድ ደረሰኝ እንደ አንድ የመጨረሻ መለወጥ የለበትም. እንዲህ ዓይነት ሰነዶች የመጨረሻው እርከን ገብቷል ተብሎ ይጠራል. እናንተ ሚና አስገባ ይችላሉ ለመገደብ ይችላሉ."
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,ይህን ሪፖርት ወደ ውጪ ለመላክ አይፈቀድም apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,ይህን ሪፖርት ወደ ውጪ ለመላክ አይፈቀድም
apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 ንጥል ተመርጧል apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 ንጥል ተመርጧል
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> ምንም ውጤቶች ለ ' </p>
DocType: Newsletter,Test Email Address,የሙከራ ኢሜይል አድራሻ DocType: Newsletter,Test Email Address,የሙከራ ኢሜይል አድራሻ
DocType: ToDo,Sender,የላኪ DocType: ToDo,Sender,የላኪ
DocType: GSuite Settings,Google Apps Script,የ Google መተግበሪያዎች ስክሪፕት DocType: GSuite Settings,Google Apps Script,የ Google መተግበሪያዎች ስክሪፕት
@@ -1372,7 +1373,7 @@ DocType: System Settings,Allow only one session per user,ተጠቃሚ ብቻ ነ
apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,ግልባጭ apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,ግልባጭ
apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,መነሻ / የሙከራ አቃፊ 1 / የሙከራ አቃፊ 3 apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,መነሻ / የሙከራ አቃፊ 1 / የሙከራ አቃፊ 3
DocType: Website Settings,&lt;head&gt; HTML,&lt;ራስ&gt; የኤች ቲ ኤም ኤል DocType: Website Settings,&lt;head&gt; HTML,&lt;ራስ&gt; የኤች ቲ ኤም ኤል
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +66,Select or drag across time slots to create a new event.,ይምረጡ ወይም አንድ አዲስ ክስተት ለመፍጠር ጊዜ ቦታዎች ላይ ጎትት.
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +67,Select or drag across time slots to create a new event.,ይምረጡ ወይም አንድ አዲስ ክስተት ለመፍጠር ጊዜ ቦታዎች ላይ ጎትት.
DocType: DocField,In Filter,ማጣሪያ ውስጥ DocType: DocField,In Filter,ማጣሪያ ውስጥ
apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban
DocType: DocType,Show in Module Section,ሞዱል ክፍል ውስጥ አሳይ DocType: DocType,Show in Module Section,ሞዱል ክፍል ውስጥ አሳይ
@@ -1393,7 +1394,7 @@ apps/frappe/frappe/email/doctype/email_account/email_account_list.js +6,Default
apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,አስመጣ .zip apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,አስመጣ .zip
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,የሰነድ መታወቂያ apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,የሰነድ መታወቂያ
DocType: Print Settings,Letter,ደብዳቤ DocType: Print Settings,Letter,ደብዳቤ
apps/frappe/frappe/core/doctype/doctype/doctype.py +556,Image field must be of type Attach Image,የምስል መስክ አይነት መሆን አለበት ምስል ያያይዙ
apps/frappe/frappe/core/doctype/doctype/doctype.py +560,Image field must be of type Attach Image,የምስል መስክ አይነት መሆን አለበት ምስል ያያይዙ
DocType: DocField,Columns,አምዶች DocType: DocField,Columns,አምዶች
DocType: Async Task,Succeeded,ተሳክቷል DocType: Async Task,Succeeded,ተሳክቷል
apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},ውስጥ ያስፈልጋል አስገዳጅ መስኮች {0} apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},ውስጥ ያስፈልጋል አስገዳጅ መስኮች {0}
@@ -1443,7 +1444,7 @@ DocType: DocField,Text Editor,ጽሑፍ አርታዒ
apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,እኛ ገጽ ስለ ቅንብሮች. apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,እኛ ገጽ ስለ ቅንብሮች.
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,አርትዕ ብጁ የ HTML apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,አርትዕ ብጁ የ HTML
DocType: Error Snapshot,Error Snapshot,ስህተት ቅጽበተ DocType: Error Snapshot,Error Snapshot,ስህተት ቅጽበተ
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,In,ውስጥ
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,In,ውስጥ
DocType: Email Alert,Value Change,እሴት ለውጥ DocType: Email Alert,Value Change,እሴት ለውጥ
DocType: Standard Reply,Standard Reply,መደበኛ ምላሽ DocType: Standard Reply,Standard Reply,መደበኛ ምላሽ
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,የግቤት ሳጥን ስፋት apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,የግቤት ሳጥን ስፋት
@@ -1463,12 +1464,11 @@ apps/frappe/frappe/public/js/frappe/views/communication.js +82,Select Attachment
apps/frappe/frappe/model/naming.py +94, for {0},ለ {0} apps/frappe/frappe/model/naming.py +94, for {0},ለ {0}
apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,ስህተቶች ነበሩ. ይህን ሪፖርት ያድርጉ. apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,ስህተቶች ነበሩ. ይህን ሪፖርት ያድርጉ.
apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,እርስዎ ይህን ሰነድ ማተም አይፈቀድም apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,እርስዎ ይህን ሰነድ ማተም አይፈቀድም
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +107,Please set filters value in Report Filter table.,ሪፖርት ማጣሪያ ሠንጠረዥ ውስጥ ማጣሪያዎችን ዋጋ ማዘጋጀት እባክህ.
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +120,Please set filters value in Report Filter table.,ሪፖርት ማጣሪያ ሠንጠረዥ ውስጥ ማጣሪያዎችን ዋጋ ማዘጋጀት እባክህ.
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,በመጫን ላይ ሪፖርት apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,በመጫን ላይ ሪፖርት
apps/frappe/frappe/limits.py +72,Your subscription will expire today.,የእርስዎ የደንበኝነት ምዝገባ ዛሬ ጊዜው ያልፍበታል. apps/frappe/frappe/limits.py +72,Your subscription will expire today.,የእርስዎ የደንበኝነት ምዝገባ ዛሬ ጊዜው ያልፍበታል.
DocType: Page,Standard,መለኪያ DocType: Page,Standard,መለኪያ
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,ፋይል አያይዝ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,ፋይል አያይዝ
apps/frappe/frappe/templates/emails/password_update.html +1,Password Update Notification,የይለፍ ቃል አዘምን ማሳወቂያ
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,ልክ apps/frappe/frappe/desk/page/backups/backups.html +13,Size,ልክ
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,ሙሉ ምደባ apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,ሙሉ ምደባ
DocType: Custom DocPerm,User Permission DocTypes,የተጠቃሚ ፍቃድ DocTypes DocType: Custom DocPerm,User Permission DocTypes,የተጠቃሚ ፍቃድ DocTypes
@@ -1481,6 +1481,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +10,Insert Abo
apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,የተለመዱ ስሞች እና አይበልጥም. ለመገመት ቀላል ናቸው. apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,የተለመዱ ስሞች እና አይበልጥም. ለመገመት ቀላል ናቸው.
apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,ረቂቅ apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,ረቂቅ
apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,ይህ በተለምዶ ጥቅም ላይ የይለፍ ቃል ጋር ተመሳሳይ ነው. apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,ይህ በተለምዶ ጥቅም ላይ የይለፍ ቃል ጋር ተመሳሳይ ነው.
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> ምንም ውጤቶች ለ ' </p>
DocType: User,Female,ሴት DocType: User,Female,ሴት
DocType: Print Settings,Modern,ዘመናዊ DocType: Print Settings,Modern,ዘመናዊ
apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,የፍለጋ ውጤቶች apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,የፍለጋ ውጤቶች
@@ -1535,7 +1536,7 @@ apps/frappe/frappe/core/doctype/file/file_list.js +65,Folder name should not inc
DocType: Note,Note,ማስታወሻ DocType: Note,Note,ማስታወሻ
apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,ስህተት ሪፖርት አድርግ apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,ስህተት ሪፖርት አድርግ
apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,ግብረ መልስ ሁኔታዎች አይዛመዱም apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,ግብረ መልስ ሁኔታዎች አይዛመዱም
apps/frappe/frappe/core/doctype/doctype/doctype.py +570,Timeline field must be a valid fieldname,የጊዜ ሂደት መስክ ልክ የሆነ fieldname መሆን አለበት
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a valid fieldname,የጊዜ ሂደት መስክ ልክ የሆነ fieldname መሆን አለበት
DocType: Currency,Symbol,ምልክት DocType: Currency,Symbol,ምልክት
apps/frappe/frappe/model/base_document.py +534,Row #{0}:,የረድፍ # {0}: apps/frappe/frappe/model/base_document.py +534,Row #{0}:,የረድፍ # {0}:
apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,አዲስ የይለፍ ቃል ኢሜይል apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,አዲስ የይለፍ ቃል ኢሜይል
@@ -1592,8 +1593,7 @@ DocType: Web Page,Text Align,የጽሁፍ አሰላለፍ
apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},ስም እንደ ልዩ ቁምፊዎች ሊይዝ አይችልም {0} apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},ስም እንደ ልዩ ቁምፊዎች ሊይዝ አይችልም {0}
DocType: Contact Us Settings,Forward To Email Address,አስተላልፍ አድራሻ ኢሜይል ወደ DocType: Contact Us Settings,Forward To Email Address,አስተላልፍ አድራሻ ኢሜይል ወደ
apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,ሁሉንም ውሂብ አሳይ apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,ሁሉንም ውሂብ አሳይ
apps/frappe/frappe/core/doctype/doctype/doctype.py +527,Title field must be a valid fieldname,የርዕስ መስክ ልክ የሆነ fieldname መሆን አለበት
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,የኢሜይል መለያ አልተዋቀረም. እባክዎ ከቅንብር&gt; ኢሜይል&gt; ኢሜይል መለያ አዲስ የኢሜይል አድራሻ ይፍጠሩ
apps/frappe/frappe/core/doctype/doctype/doctype.py +531,Title field must be a valid fieldname,የርዕስ መስክ ልክ የሆነ fieldname መሆን አለበት
apps/frappe/frappe/config/core.py +7,Documents,ሰነዶች apps/frappe/frappe/config/core.py +7,Documents,ሰነዶች
DocType: Email Flag Queue,Is Completed,የተጠናቀቁ ነው DocType: Email Flag Queue,Is Completed,የተጠናቀቁ ነው
apps/frappe/frappe/www/me.html +22,Edit Profile,አርትዕ መገለጫ apps/frappe/frappe/www/me.html +22,Edit Profile,አርትዕ መገለጫ
@@ -1645,7 +1645,7 @@ DocType: Standard Reply,Standard Reply Help,መደበኛ ምላሽ እገዛ
DocType: Blogger,Avatar,አምሳያ DocType: Blogger,Avatar,አምሳያ
DocType: Blogger,Posts,ልጥፎች DocType: Blogger,Posts,ልጥፎች
DocType: DocType,Has Web View,የድር እይታ አለው DocType: DocType,Has Web View,የድር እይታ አለው
apps/frappe/frappe/core/doctype/doctype/doctype.py +377,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","DocType ስም ደብዳቤ ጋር መጀመር አለበት እና ፊደሎችን, ቁጥሮችን, ክፍት ቦታዎችን እና የሥር ሊያካትት ይችላል"
apps/frappe/frappe/core/doctype/doctype/doctype.py +381,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","DocType ስም ደብዳቤ ጋር መጀመር አለበት እና ፊደሎችን, ቁጥሮችን, ክፍት ቦታዎችን እና የሥር ሊያካትት ይችላል"
DocType: Communication,Spam,አይፈለጌ መልዕክት DocType: Communication,Spam,አይፈለጌ መልዕክት
DocType: Integration Request,Integration Request,ውህደት ይጠይቁ DocType: Integration Request,Integration Request,ውህደት ይጠይቁ
apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,ውድ apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,ውድ
@@ -1681,7 +1681,7 @@ DocType: Website Settings,Sub-domain provided by erpnext.com,erpnext.com የቀ
DocType: System Settings,dd-mm-yyyy,ክል-ወወ-ዓ.ም DocType: System Settings,dd-mm-yyyy,ክል-ወወ-ዓ.ም
apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,ይህንን ሪፖርት ለመድረስ ሪፖርት ፍቃድ ሊኖርዎት ይገባል. apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,ይህንን ሪፖርት ለመድረስ ሪፖርት ፍቃድ ሊኖርዎት ይገባል.
apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,ዝቅተኛው የይለፍ ነጥብ ይምረጡ apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,ዝቅተኛው የይለፍ ነጥብ ይምረጡ
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,Added,ታክሏል
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,Added,ታክሏል
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.",አዲስ መዝገብ ለማስገባት አይደለም; ብቻ አዘምን. apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.",አዲስ መዝገብ ለማስገባት አይደለም; ብቻ አዘምን.
apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,ዕለታዊ ክስተት ዳይጀስት ማሳሰቢያዎች ማዘጋጀት ቦታ የቀን መቁጠሪያ ክስተቶች ልኮ ነው. apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,ዕለታዊ ክስተት ዳይጀስት ማሳሰቢያዎች ማዘጋጀት ቦታ የቀን መቁጠሪያ ክስተቶች ልኮ ነው.
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,ይመልከቱ ድር ጣቢያ apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,ይመልከቱ ድር ጣቢያ
@@ -1695,7 +1695,7 @@ DocType: Integration Request,Reference DocName,የማጣቀሻ DOCNAME
DocType: Web Form,Success Message,ስኬት መልዕክት DocType: Web Form,Success Message,ስኬት መልዕክት
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,ወደ ውጪ ላክ ማድረጎ apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,ወደ ውጪ ላክ ማድረጎ
DocType: DocType,User Cannot Search,ተጠቃሚ ይፈልጉ አይቻልም DocType: DocType,User Cannot Search,ተጠቃሚ ይፈልጉ አይቻልም
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +83,Invalid Output Format,ልክ ያልሆነ የውጤት ቅርጸት
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Invalid Output Format,ልክ ያልሆነ የውጤት ቅርጸት
DocType: Custom DocPerm,Apply this rule if the User is the Owner,የተጠቃሚ ባለቤት ከሆነ ይህን ህግ ተግብር DocType: Custom DocPerm,Apply this rule if the User is the Owner,የተጠቃሚ ባለቤት ከሆነ ይህን ህግ ተግብር
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,የመግቢያ መታወቂያ ይሆናል apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,የመግቢያ መታወቂያ ይሆናል
apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,ሪፖርት ይገንቡ apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,ሪፖርት ይገንቡ
@@ -1713,10 +1713,11 @@ apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +138,There were e
apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,ገጠመ apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,ገጠመ
apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,ከ 0 እስከ 2 docstatus መቀየር አይቻልም apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,ከ 0 እስከ 2 docstatus መቀየር አይቻልም
DocType: User Permission for Page and Report,Roles Permission,ሚናዎች ፈቃድ DocType: User Permission for Page and Report,Roles Permission,ሚናዎች ፈቃድ
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,የኢሜይል መለያ አልተዋቀረም. እባክዎ ከቅንብር&gt; ኢሜይል&gt; ኢሜይል መለያ አዲስ የኢሜይል አድራሻ ይፍጠሩ
apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,አዘምን apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,አዘምን
DocType: Error Snapshot,Snapshot View,ቅጽበተ-ይመልከቱ DocType: Error Snapshot,Snapshot View,ቅጽበተ-ይመልከቱ
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,ከመላክህ በፊት ጋዜጣ ላይ ያስቀምጡ apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,ከመላክህ በፊት ጋዜጣ ላይ ያስቀምጡ
apps/frappe/frappe/core/doctype/doctype/doctype.py +426,Options must be a valid DocType for field {0} in row {1},አማራጮች ረድፍ ውስጥ መስክ {0} ትክክለኛ DocType መሆን አለበት {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +430,Options must be a valid DocType for field {0} in row {1},አማራጮች ረድፍ ውስጥ መስክ {0} ትክክለኛ DocType መሆን አለበት {1}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,አርትዕ ንብረቶች apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,አርትዕ ንብረቶች
DocType: Patch Log,List of patches executed,ጥገናዎች ዝርዝር ተገደለ DocType: Patch Log,List of patches executed,ጥገናዎች ዝርዝር ተገደለ
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} አስቀድሞ ከደንበኝነት apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} አስቀድሞ ከደንበኝነት
@@ -1809,7 +1810,7 @@ apps/frappe/frappe/core/doctype/version/version_view.html +32,Rows Added,ረድ
apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,ስኬት! እርስዎ መሄድ ጥሩ ነው 👍 apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,ስኬት! እርስዎ መሄድ ጥሩ ነው 👍
apps/frappe/frappe/www/me.html +3,My Account,አካውንቴ apps/frappe/frappe/www/me.html +3,My Account,አካውንቴ
DocType: ToDo,Allocated To,ወደ መድቧል DocType: ToDo,Allocated To,ወደ መድቧል
apps/frappe/frappe/templates/emails/password_reset.html +4,Please click on the following link to set your new password,አዲሱን የይለፍ ቃል ለማዘጋጀት በሚከተለው አገናኝ ላይ ጠቅ ያድርጉ
apps/frappe/frappe/templates/emails/password_reset.html +2,Please click on the following link to set your new password,አዲሱን የይለፍ ቃል ለማዘጋጀት በሚከተለው አገናኝ ላይ ጠቅ ያድርጉ
DocType: Email Alert,Days After,ቀናት በኋላ DocType: Email Alert,Days After,ቀናት በኋላ
DocType: Newsletter,Receipient,RECEIPIENT DocType: Newsletter,Receipient,RECEIPIENT
DocType: Contact Us Settings,Settings for Contact Us Page,ያግኙን ገጽ ቅንብሮች DocType: Contact Us Settings,Settings for Contact Us Page,ያግኙን ገጽ ቅንብሮች
@@ -1823,7 +1824,7 @@ DocType: Property Setter,Property Type,የንብረት አይነት
DocType: Workflow State,screenshot,ቅጽበታዊ ገጽ እይታ DocType: Workflow State,screenshot,ቅጽበታዊ ገጽ እይታ
apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,ብቻ አስተዳዳሪ መደበኛ ሪፖርት ማስቀመጥ ይችላሉ. ዳግም መሰየም እና ያስቀምጡ. apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,ብቻ አስተዳዳሪ መደበኛ ሪፖርት ማስቀመጥ ይችላሉ. ዳግም መሰየም እና ያስቀምጡ.
DocType: System Settings,Background Workers,የጀርባ ሠራተኞች DocType: System Settings,Background Workers,የጀርባ ሠራተኞች
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,Fieldname {0} conflicting with meta object,Fieldname {0} ሜታ ነገር ጋር የሚጋጩ
apps/frappe/frappe/core/doctype/doctype/doctype.py +783,Fieldname {0} conflicting with meta object,Fieldname {0} ሜታ ነገር ጋር የሚጋጩ
DocType: Deleted Document,Data,መረጃ DocType: Deleted Document,Data,መረጃ
apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,የሰነድ ሁኔታ apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,የሰነድ ሁኔታ
apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},ሠራህ {0} መካከል {1} apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},ሠራህ {0} መካከል {1}
@@ -1887,7 +1888,6 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +70,"""Parent"" signif
DocType: Website Theme,Apply Style,ቅጥ ተግብር DocType: Website Theme,Apply Style,ቅጥ ተግብር
DocType: Feedback Request,Feedback Rating,ግብረ ደረጃ አሰጣጥ DocType: Feedback Request,Feedback Rating,ግብረ ደረጃ አሰጣጥ
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,ጋር የተጋራ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,ጋር የተጋራ
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,ማዋቀር&gt; የተጠቃሚ ፈቃዶች አስተዳዳሪ
DocType: Help Category,Help Articles,የእገዛ ርዕሶች DocType: Help Category,Help Articles,የእገዛ ርዕሶች
,Modules Setup,ሞዱሎች ማዋቀር ,Modules Setup,ሞዱሎች ማዋቀር
apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,አይነት: apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,አይነት:
@@ -1933,12 +1933,11 @@ apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 2,አ
DocType: Feedback Trigger,Email Field,የኢሜይል መስክ DocType: Feedback Trigger,Email Field,የኢሜይል መስክ
apps/frappe/frappe/www/update-password.html +59,New Password Required.,አዲስ የይለፍ ቃል ያስፈልጋል. apps/frappe/frappe/www/update-password.html +59,New Password Required.,አዲስ የይለፍ ቃል ያስፈልጋል.
apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} ጋር ይህን ሰነድ አጋርቷል {1} apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} ጋር ይህን ሰነድ አጋርቷል {1}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,አዘጋጅ&gt; ተጠቃሚ
DocType: Website Settings,Brand Image,የምርት ምስል DocType: Website Settings,Brand Image,የምርት ምስል
DocType: Print Settings,A4,A4 DocType: Print Settings,A4,A4
apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","ከላይ የዳሰሳ አሞሌ, ግርጌ እና ዓርማ ማዋቀር." apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","ከላይ የዳሰሳ አሞሌ, ግርጌ እና ዓርማ ማዋቀር."
DocType: Web Form Field,Max Value,ከፍተኛ እሴት DocType: Web Form Field,Max Value,ከፍተኛ እሴት
apps/frappe/frappe/core/doctype/doctype/doctype.py +655,For {0} at level {1} in {2} in row {3},ለ {0} ውስጥ ደረጃ {1} በ {2} ረድፍ ውስጥ {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,For {0} at level {1} in {2} in row {3},ለ {0} ውስጥ ደረጃ {1} በ {2} ረድፍ ውስጥ {3}
DocType: Contact,All,ሁሉ DocType: Contact,All,ሁሉ
DocType: Email Queue,Recipient,ተቀባይ DocType: Email Queue,Recipient,ተቀባይ
DocType: Communication,Has Attachment,አባሪ አለው DocType: Communication,Has Attachment,አባሪ አለው
@@ -1956,7 +1955,7 @@ DocType: Auto Email Report,Email To,ወደ ኢሜይል
apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,አቃፊ {0} ባዶ አይደለም apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,አቃፊ {0} ባዶ አይደለም
DocType: Page,Roles,ሚናዎችን DocType: Page,Roles,ሚናዎችን
apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},ስህተት: ለ ጠፍቷል ዋጋ {0}: {1} apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},ስህተት: ለ ጠፍቷል ዋጋ {0}: {1}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +286,Field {0} is not selectable.,የመስክ {0} ሊመረጥ አይችልም.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +287,Field {0} is not selectable.,የመስክ {0} ሊመረጥ አይችልም.
DocType: System Settings,Session Expiry,ክፍለ ጊዜ የሚቃጠልበት DocType: System Settings,Session Expiry,ክፍለ ጊዜ የሚቃጠልበት
DocType: Workflow State,ban-circle,እገዳ-ክበብ DocType: Workflow State,ban-circle,እገዳ-ክበብ
DocType: Email Flag Queue,Unread,ያልተነበበ DocType: Email Flag Queue,Unread,ያልተነበበ
@@ -2014,7 +2013,7 @@ DocType: DocType,"Naming Options:
<ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",አማራጮች ላይ ከመዋላቸው: <ol><li> <b>መስክ: [fieldname]</b> - መስክ በ </li><li> <b>naming_series:</b> - ተከታታይ መሰየምን በማድረግ (መስክ ተብሎ naming_series መገኘት አለባቸው </li><li> <b>ተከታትላችሁ</b> - ስም ጠይቅ ተጠቃሚ </li><li> <b>[ተከታታይ]</b> - ቅድመ ቅጥያ (አንድ ነጥብ በመለያየት) በ ተከታታይ; ለምሳሌ የቅድመ ለ. ##### </li></ol> <ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",አማራጮች ላይ ከመዋላቸው: <ol><li> <b>መስክ: [fieldname]</b> - መስክ በ </li><li> <b>naming_series:</b> - ተከታታይ መሰየምን በማድረግ (መስክ ተብሎ naming_series መገኘት አለባቸው </li><li> <b>ተከታትላችሁ</b> - ስም ጠይቅ ተጠቃሚ </li><li> <b>[ተከታታይ]</b> - ቅድመ ቅጥያ (አንድ ነጥብ በመለያየት) በ ተከታታይ; ለምሳሌ የቅድመ ለ. ##### </li></ol>
DocType: Blog Post,Email Sent,ኢሜይል ተልኳል DocType: Blog Post,Email Sent,ኢሜይል ተልኳል
DocType: DocField,Ignore XSS Filter,XSS ማጣሪያ ችላ DocType: DocField,Ignore XSS Filter,XSS ማጣሪያ ችላ
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,removed,ተወግዷል
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,removed,ተወግዷል
apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,Dropbox የመጠባበቂያ ቅንብሮች apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,Dropbox የመጠባበቂያ ቅንብሮች
apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,እንደ ኢሜይል ላክ apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,እንደ ኢሜይል ላክ
DocType: Website Theme,Link Color,አገናኝ ቀለም DocType: Website Theme,Link Color,አገናኝ ቀለም
@@ -2147,6 +2146,7 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,ለ
DocType: DocType,Setup,አዘገጃጀት DocType: DocType,Setup,አዘገጃጀት
DocType: Email Account,Initial Sync Count,የመጀመሪያ አስምር ቆጠራ DocType: Email Account,Initial Sync Count,የመጀመሪያ አስምር ቆጠራ
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},ላይ አዲስ አስተያየት {0} {1} apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},ላይ አዲስ አስተያየት {0} {1}
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} ዓመቱ (ዓመታት) በፊት
DocType: Workflow State,glass,ብርጭቆ DocType: Workflow State,glass,ብርጭቆ
DocType: DocType,Timeline Field,የጊዜ መስመር መስክ DocType: DocType,Timeline Field,የጊዜ መስመር መስክ
DocType: Country,Time Zones,የጊዜ ዞኖች DocType: Country,Time Zones,የጊዜ ዞኖች
@@ -2181,10 +2181,10 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +77,You are not
apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,መረጃ: apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,መረጃ:
DocType: Custom Field,Permission Level,ፍቃድ ደረጃ DocType: Custom Field,Permission Level,ፍቃድ ደረጃ
DocType: User,Send Notifications for Transactions I Follow,እኔ ተከተለኝ የግብይት ማሳወቂያዎች ላክ DocType: User,Send Notifications for Transactions I Follow,እኔ ተከተለኝ የግብይት ማሳወቂያዎች ላክ
apps/frappe/frappe/core/doctype/doctype/doctype.py +698,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: አስገባ ሰርዝ, ጻፍ ያለ እንዲሻሻል ማዘጋጀት አይቻልም"
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: አስገባ ሰርዝ, ጻፍ ያለ እንዲሻሻል ማዘጋጀት አይቻልም"
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,ወደ አባሪ መሰረዝ ይፈልጋሉ እርግጠኛ ነዎት? apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,ወደ አባሪ መሰረዝ ይፈልጋሉ እርግጠኛ ነዎት?
apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","መሰረዝ ወይም {0} ስለ ማስቀረት አይቻልም <a href=""#Form/{0}/{1}"">{1}</a> ጋር የተያያዘ ነው {2} <a href=""#Form/{2}/{3}"">{3}</a>" apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","መሰረዝ ወይም {0} ስለ ማስቀረት አይቻልም <a href=""#Form/{0}/{1}"">{1}</a> ጋር የተያያዘ ነው {2} <a href=""#Form/{2}/{3}"">{3}</a>"
apps/frappe/frappe/__init__.py +1070,Thank you,አመሰግናለሁ
apps/frappe/frappe/__init__.py +1071,Thank you,አመሰግናለሁ
apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,በማስቀመጥ ላይ apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,በማስቀመጥ ላይ
DocType: Print Settings,Print Style Preview,ቅጥ የህትመት ቅድመ እይታ DocType: Print Settings,Print Style Preview,ቅጥ የህትመት ቅድመ እይታ
apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder
@@ -2228,7 +2228,7 @@ apps/frappe/frappe/public/js/frappe/list/list_renderer.js +501,2 days ago,2 ቀ
apps/frappe/frappe/config/website.py +47,Categorize blog posts.,ጦማር ልጥፎች ለመመደብ. apps/frappe/frappe/config/website.py +47,Categorize blog posts.,ጦማር ልጥፎች ለመመደብ.
DocType: Workflow State,Time,ጊዜ DocType: Workflow State,Time,ጊዜ
DocType: DocField,Attach,አያይዝ DocType: DocField,Attach,አያይዝ
apps/frappe/frappe/core/doctype/doctype/doctype.py +539,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} ልክ የሆነ fieldname ጥለት አይደለም. ይህ መሆን አለበት {{FIELD_NAME}}.
apps/frappe/frappe/core/doctype/doctype/doctype.py +543,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} ልክ የሆነ fieldname ጥለት አይደለም. ይህ መሆን አለበት {{FIELD_NAME}}.
DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,ቢያንስ አንድ ግንኙነት ሰነዱን ይገኛል አለ ከሆነ ብቻ ነው ግብረ ጥያቄ ይላኩ. DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,ቢያንስ አንድ ግንኙነት ሰነዱን ይገኛል አለ ከሆነ ብቻ ነው ግብረ ጥያቄ ይላኩ.
DocType: Custom Role,Permission Rules,ፍቃድ ደንቦች DocType: Custom Role,Permission Rules,ፍቃድ ደንቦች
DocType: GSuite Settings,GSuite Settings,GSuite ቅንብሮች DocType: GSuite Settings,GSuite Settings,GSuite ቅንብሮች
@@ -2248,7 +2248,7 @@ apps/frappe/frappe/website/doctype/blog_post/blog_post.py +106,Posts by {0},ል
apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","ቅርጸት ወደ አምዶች, የሚከተለው መጠይቅ ውስጥ አምድ መለያዎችን ይሰጣሉ." apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","ቅርጸት ወደ አምዶች, የሚከተለው መጠይቅ ውስጥ አምድ መለያዎችን ይሰጣሉ."
DocType: Has Domain,Has Domain,ጎራ አለው DocType: Has Domain,Has Domain,ጎራ አለው
apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,መለያ የለህም? ተመዝገቢ apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,መለያ የለህም? ተመዝገቢ
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,{0}: Cannot set Assign Amend if not Submittable,{0}: Submittable አይደለም ከሆነ መድብ እንዲሻሻል ማዘጋጀት አይቻልም
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set Assign Amend if not Submittable,{0}: Submittable አይደለም ከሆነ መድብ እንዲሻሻል ማዘጋጀት አይቻልም
DocType: Address,Bihar,ቢሃር DocType: Address,Bihar,ቢሃር
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,ሚና አርትዕ ፍቃዶች apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,ሚና አርትዕ ፍቃዶች
DocType: Communication,Link DocType,አገናኝ DocType DocType: Communication,Link DocType,አገናኝ DocType
@@ -2299,7 +2299,7 @@ DocType: DocField,Set non-standard precision for a Float or Currency field,አ
DocType: Email Account,Ignore attachments over this size,ይህ መጠን በላይ አባሪዎችን ችላ DocType: Email Account,Ignore attachments over this size,ይህ መጠን በላይ አባሪዎችን ችላ
DocType: Address,Preferred Billing Address,ተመራጭ አከፋፈል አድራሻ DocType: Address,Preferred Billing Address,ተመራጭ አከፋፈል አድራሻ
apps/frappe/frappe/config/integrations.py +63,External Documents,የውጭ ሰነዶች apps/frappe/frappe/config/integrations.py +63,External Documents,የውጭ ሰነዶች
apps/frappe/frappe/database.py +235,Too many writes in one request. Please send smaller requests,በጣም ብዙ በአንድ ጥያቄ ላይ ጽፈዋል. ያነሰ ጥያቄዎችን ይላኩ
apps/frappe/frappe/database.py +247,Too many writes in one request. Please send smaller requests,በጣም ብዙ በአንድ ጥያቄ ላይ ጽፈዋል. ያነሰ ጥያቄዎችን ይላኩ
apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,እሴቶች ተለውጧል apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,እሴቶች ተለውጧል
DocType: Workflow State,arrow-up,ቀስት-ምትኬ DocType: Workflow State,arrow-up,ቀስት-ምትኬ
DocType: OAuth Bearer Token,Expires In,ውስጥ ጊዜው ያበቃል DocType: OAuth Bearer Token,Expires In,ውስጥ ጊዜው ያበቃል
@@ -2347,7 +2347,7 @@ apps/frappe/frappe/core/page/data_import_tool/importer.py +81,Please make sure t
apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,የእርስዎ መገለጫ የኢሜይል አድራሻ ያለው መሆኑን ያረጋግጡ apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,የእርስዎ መገለጫ የኢሜይል አድራሻ ያለው መሆኑን ያረጋግጡ
apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,በዚህ ቅጽ ላይ ያልተቀመጡ ለውጦች አለዎት. ደረጃ ከመሔድ በፊት ያስቀምጡ. apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,በዚህ ቅጽ ላይ ያልተቀመጡ ለውጦች አለዎት. ደረጃ ከመሔድ በፊት ያስቀምጡ.
DocType: Address,Telangana,Telangana DocType: Address,Telangana,Telangana
apps/frappe/frappe/core/doctype/doctype/doctype.py +459,Default for {0} must be an option,{0} አማራጭ መሆን አለበት ነባሪ
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Default for {0} must be an option,{0} አማራጭ መሆን አለበት ነባሪ
DocType: Tag Doc Category,Tag Doc Category,መለያ ሰነድ ምድብ DocType: Tag Doc Category,Tag Doc Category,መለያ ሰነድ ምድብ
DocType: User,User Image,የተጠቃሚ ምስል DocType: User,User Image,የተጠቃሚ ምስል
apps/frappe/frappe/email/queue.py +304,Emails are muted,ኢሜይሎች ድምጸ-ናቸው apps/frappe/frappe/email/queue.py +304,Emails are muted,ኢሜይሎች ድምጸ-ናቸው
@@ -2392,7 +2392,7 @@ DocType: Async Task,Running,በማሄድ ላይ
apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,ዳግም አስጀምር የይለፍ ቃል apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,ዳግም አስጀምር የይለፍ ቃል
apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,ከ {0} ተመዝጋቢዎች ለማከል ያልቁ እባክዎ apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,ከ {0} ተመዝጋቢዎች ለማከል ያልቁ እባክዎ
DocType: Workflow State,hand-left,እጅ-ግራ DocType: Workflow State,hand-left,እጅ-ግራ
apps/frappe/frappe/core/doctype/doctype/doctype.py +472,Fieldtype {0} for {1} cannot be unique,Fieldtype {0} {1} ልዩ መሆን አይችልም
apps/frappe/frappe/core/doctype/doctype/doctype.py +476,Fieldtype {0} for {1} cannot be unique,Fieldtype {0} {1} ልዩ መሆን አይችልም
DocType: Email Account,Use SSL,SSL ተጠቀም DocType: Email Account,Use SSL,SSL ተጠቀም
DocType: Workflow State,play-circle,ጨዋታ-ክበብ DocType: Workflow State,play-circle,ጨዋታ-ክበብ
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,አርትዕ የህትመት ቅርጸት ይምረጡ apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,አርትዕ የህትመት ቅርጸት ይምረጡ
@@ -2447,7 +2447,7 @@ DocType: DocField,No Copy,ምንም ቅዳ
DocType: Workflow State,qrcode,qrcode DocType: Workflow State,qrcode,qrcode
apps/frappe/frappe/www/login.html +34,Login with LDAP,ኤልዲኤፒ ጋር ይግቡ apps/frappe/frappe/www/login.html +34,Login with LDAP,ኤልዲኤፒ ጋር ይግቡ
DocType: Web Form,Breadcrumbs,የዳቦ ፍርፋሪ DocType: Web Form,Breadcrumbs,የዳቦ ፍርፋሪ
apps/frappe/frappe/core/doctype/doctype/doctype.py +671,If Owner,ባለቤት ከሆነ
apps/frappe/frappe/core/doctype/doctype/doctype.py +675,If Owner,ባለቤት ከሆነ
DocType: OAuth Authorization Code,Expiration time,የሚያልፍበት ሰዓት DocType: OAuth Authorization Code,Expiration time,የሚያልፍበት ሰዓት
DocType: Web Page,Website Sidebar,የድር ጣቢያ የጎን DocType: Web Page,Website Sidebar,የድር ጣቢያ የጎን
DocType: Web Form,Show Sidebar,የጎን አሞሌን አሳይ DocType: Web Form,Show Sidebar,የጎን አሞሌን አሳይ
@@ -2607,6 +2607,7 @@ DocType: Portal Settings,Hide Standard Menu,መደበኛ ምናሌ ደብቅ
apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,የኢሜይል ጎራዎች ያቀናብሩ / ያክሉ. apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,የኢሜይል ጎራዎች ያቀናብሩ / ያክሉ.
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},ከማስገባትዎ በፊት መሰረዝ አልተቻለም. ይመልከቱ የሽግግር {0} apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},ከማስገባትዎ በፊት መሰረዝ አልተቻለም. ይመልከቱ የሽግግር {0}
apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,የህትመት ቅርጸት {0} ተሰናክሏል apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,የህትመት ቅርጸት {0} ተሰናክሏል
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,እባክዎ ከቅንብር&gt; ኢሜይል&gt; ኢሜይል መለያ ነባሪ የኢሜይል መለያ ያቀናብሩ
DocType: Email Alert,Send days before or after the reference date,በፊት ወይም የማጣቀሻ ቀን በኋላ ቀናት ላክ DocType: Email Alert,Send days before or after the reference date,በፊት ወይም የማጣቀሻ ቀን በኋላ ቀናት ላክ
DocType: User,Allow user to login only after this hour (0-24),ተጠቃሚ ብቻ ከዚህ ሰዓት በኋላ መግባት (0-24) ፍቀድ DocType: User,Allow user to login only after this hour (0-24),ተጠቃሚ ብቻ ከዚህ ሰዓት በኋላ መግባት (0-24) ፍቀድ
apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,ዋጋ apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,ዋጋ
@@ -2622,7 +2623,6 @@ DocType: ToDo,Priority,ቅድሚያ
DocType: Email Queue,Unsubscribe Param,ከደንበኝነት PARAM DocType: Email Queue,Unsubscribe Param,ከደንበኝነት PARAM
DocType: Auto Email Report,Weekly,ሳምንታዊ DocType: Auto Email Report,Weekly,ሳምንታዊ
DocType: Communication,In Reply To,ምላሽ DocType: Communication,In Reply To,ምላሽ
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,ምንም ነባሪ የአድራሻ አማራጮች አልተገኙም. እባክዎ ከቅንብር&gt; አታሚ እና ስምሪት&gt; የአድራሻ አብነት አዲስ አንድ ያድርጉ.
DocType: DocType,Allow Import (via Data Import Tool),አስመጣ ፍቀድ (ውሂብ አስመጣ መሣሪያ በኩል) DocType: DocType,Allow Import (via Data Import Tool),አስመጣ ፍቀድ (ውሂብ አስመጣ መሣሪያ በኩል)
apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,SR apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,SR
DocType: DocField,Float,ተንሳፈፈ DocType: DocField,Float,ተንሳፈፈ
@@ -2665,7 +2665,7 @@ apps/frappe/frappe/templates/emails/auto_reply.html +1,Thank you for your email,
DocType: DocField,Small Text,ትንሽ ጽሑፍ DocType: DocField,Small Text,ትንሽ ጽሑፍ
apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,አስተዳዳሪ ማግኘት {0} ላይ {1} የአይ ፒ አድራሻ በኩል {2}. apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,አስተዳዳሪ ማግኘት {0} ላይ {1} የአይ ፒ አድራሻ በኩል {2}.
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,እኩል apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,እኩል
apps/frappe/frappe/core/doctype/doctype/doctype.py +453,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',የሜዳ አማራጮች &#39;ተለዋዋጭ አገናኝ&#39; አይነት &#39;DocType&#39; እንደ አማራጮች ጋር ሌላ አገናኝ መስክ ላይ መጥቀስ አለባቸው
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',የሜዳ አማራጮች &#39;ተለዋዋጭ አገናኝ&#39; አይነት &#39;DocType&#39; እንደ አማራጮች ጋር ሌላ አገናኝ መስክ ላይ መጥቀስ አለባቸው
DocType: About Us Settings,Team Members Heading,ርእስ ቡድን አባላት DocType: About Us Settings,Team Members Heading,ርእስ ቡድን አባላት
apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,ልክ ያልሆነ የ CSV ቅርጸት apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,ልክ ያልሆነ የ CSV ቅርጸት
apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,ምትኬዎች ቁጥር አዘጋጅ apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,ምትኬዎች ቁጥር አዘጋጅ
@@ -2699,7 +2699,7 @@ DocType: Kanban Board Column,Column Name,የአምድ ስም
DocType: Language,Based On,በዛላይ ተመስርቶ DocType: Language,Based On,በዛላይ ተመስርቶ
apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,ነባሪ አድርግ apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,ነባሪ አድርግ
apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,Frappe አገልጋይ ዩአርኤል ይመልከቱ apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,Frappe አገልጋይ ዩአርኤል ይመልከቱ
apps/frappe/frappe/core/doctype/doctype/doctype.py +495,Fieldtype {0} for {1} cannot be indexed,Fieldtype {0} {1} መጠቆም አይችልም
apps/frappe/frappe/core/doctype/doctype/doctype.py +499,Fieldtype {0} for {1} cannot be indexed,Fieldtype {0} {1} መጠቆም አይችልም
DocType: Communication,Email Account,የኢሜይል መለያ DocType: Communication,Email Account,የኢሜይል መለያ
DocType: Workflow State,Download,አውርድ DocType: Workflow State,Download,አውርድ
DocType: Blog Post,Blog Intro,መግቢያ ብሎግ DocType: Blog Post,Blog Intro,መግቢያ ብሎግ
@@ -2731,15 +2731,15 @@ apps/frappe/frappe/email/doctype/email_group/email_group.js +45,New Newsletter,
DocType: Print Settings,Send Print as PDF,እንደ PDF Print ላክ DocType: Print Settings,Send Print as PDF,እንደ PDF Print ላክ
DocType: Web Form,Amount,መጠን DocType: Web Form,Amount,መጠን
DocType: Workflow Transition,Allowed,ተፈቅዷል DocType: Workflow Transition,Allowed,ተፈቅዷል
apps/frappe/frappe/core/doctype/doctype/doctype.py +502,There can be only one Fold in a form,ቅጽ ውስጥ አንድ ብቻ ነው እጠፈው ሊኖሩ ይችላሉ
apps/frappe/frappe/core/doctype/doctype/doctype.py +506,There can be only one Fold in a form,ቅጽ ውስጥ አንድ ብቻ ነው እጠፈው ሊኖሩ ይችላሉ
apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},የፋይል ቅርጸት መጻፍ አልተቻለም {0} apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},የፋይል ቅርጸት መጻፍ አልተቻለም {0}
apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,ነባሪ ቅንብሮች እነበረበት መልስ? apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,ነባሪ ቅንብሮች እነበረበት መልስ?
apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,ልክ ያልሆነ መነሻ ገጽ apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,ልክ ያልሆነ መነሻ ገጽ
apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,ልክ ያልሆነ ግባ. እንደገና ሞክር. apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,ልክ ያልሆነ ግባ. እንደገና ሞክር.
apps/frappe/frappe/core/doctype/doctype/doctype.py +420,Options required for Link or Table type field {0} in row {1},ረድፍ ውስጥ አገናኝ ወይም ሠንጠረዥ አይነት መስክ {0} ያስፈልጋል አማራጮች {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +424,Options required for Link or Table type field {0} in row {1},ረድፍ ውስጥ አገናኝ ወይም ሠንጠረዥ አይነት መስክ {0} ያስፈልጋል አማራጮች {1}
DocType: Auto Email Report,Send only if there is any data,ምንም ውሂብ የለም ብቻ ከሆነ ነው ላክ DocType: Auto Email Report,Send only if there is any data,ምንም ውሂብ የለም ብቻ ከሆነ ነው ላክ
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,ዳግም አስጀምር ማጣሪያዎች apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,ዳግም አስጀምር ማጣሪያዎች
apps/frappe/frappe/core/doctype/doctype/doctype.py +688,{0}: Permission at level 0 must be set before higher levels are set,{0}: ከፍተኛ ደረጃ ማዘጋጀት በፊት ደረጃ 0 ላይ ፈቃድ መዘጋጀት አለበት
apps/frappe/frappe/core/doctype/doctype/doctype.py +692,{0}: Permission at level 0 must be set before higher levels are set,{0}: ከፍተኛ ደረጃ ማዘጋጀት በፊት ደረጃ 0 ላይ ፈቃድ መዘጋጀት አለበት
apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},ተልእኮ በ ተዘግቷል {0} apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},ተልእኮ በ ተዘግቷል {0}
DocType: Integration Request,Remote,ሩቅ DocType: Integration Request,Remote,ሩቅ
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,አሰበ apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,አሰበ
@@ -2759,7 +2759,7 @@ DocType: DocField,Perm Level,Perm ደረጃ
apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,በዛሬው ቀን መቁጠሪያ ውስጥ ክስተቶች apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,በዛሬው ቀን መቁጠሪያ ውስጥ ክስተቶች
DocType: Web Page,Web Page,ድረ ገጽ DocType: Web Page,Web Page,ድረ ገጽ
DocType: Blog Category,Blogger,ብሎገር DocType: Blog Category,Blogger,ብሎገር
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In Global Search' not allowed for type {0} in row {1},&#39;ግሎባል ፍለጋ ውስጥ&#39; አይነት አይፈቀድም {0} ረድፍ ውስጥ {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +449,'In Global Search' not allowed for type {0} in row {1},&#39;ግሎባል ፍለጋ ውስጥ&#39; አይነት አይፈቀድም {0} ረድፍ ውስጥ {1}
apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,ይመልከቱ ዝርዝር apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,ይመልከቱ ዝርዝር
apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},የቀን ቅርጸት ውስጥ መሆን አለባቸው: {0} apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},የቀን ቅርጸት ውስጥ መሆን አለባቸው: {0}
DocType: Workflow,Don't Override Status,ሁኔታ ሻር አትበል DocType: Workflow,Don't Override Status,ሁኔታ ሻር አትበል
@@ -2808,7 +2808,7 @@ DocType: Website Theme,Background,ዳራ
DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","የተጠቃሚ ፍቃዶችን ለማመልከት ያገለግላል DocTypes መካከል JSON ዝርዝር. ባዶ ከሆነ, ሁሉም የተገናኘ DocTypes የተጠቃሚ ፍቃዶችን ተግባራዊ ለማድረግ ጥቅም ላይ ይውላል." DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","የተጠቃሚ ፍቃዶችን ለማመልከት ያገለግላል DocTypes መካከል JSON ዝርዝር. ባዶ ከሆነ, ሁሉም የተገናኘ DocTypes የተጠቃሚ ፍቃዶችን ተግባራዊ ለማድረግ ጥቅም ላይ ይውላል."
DocType: Report,Ref DocType,ማጣቀሻ DocType DocType: Report,Ref DocType,ማጣቀሻ DocType
apps/frappe/frappe/www/feedback.py +42,Please add a rating,አንድ ደረጃ ያክሉ apps/frappe/frappe/www/feedback.py +42,Please add a rating,አንድ ደረጃ ያክሉ
apps/frappe/frappe/core/doctype/doctype/doctype.py +700,{0}: Cannot set Amend without Cancel,{0}: ያለ ይቅር እንዲሻሻል ማዘጋጀት አይቻልም
apps/frappe/frappe/core/doctype/doctype/doctype.py +704,{0}: Cannot set Amend without Cancel,{0}: ያለ ይቅር እንዲሻሻል ማዘጋጀት አይቻልም
apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,ሙሉ ገጽ apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,ሙሉ ገጽ
DocType: DocType,Is Child Table,የልጅ ማውጫ ነው DocType: DocType,Is Child Table,የልጅ ማውጫ ነው
apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} ውስጥ አንዱ መሆን አለበት {1} apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} ውስጥ አንዱ መሆን አለበት {1}
@@ -2837,7 +2837,7 @@ DocType: Event,Send an email reminder in the morning,ጠዋት አንድ የኢ
DocType: Blog Post,Published On,ላይ የታተመ DocType: Blog Post,Published On,ላይ የታተመ
DocType: Contact,Gender,ፆታ DocType: Contact,Gender,ፆታ
apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,ጠፍቷል አስገዳጅ መረጃ: apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,ጠፍቷል አስገዳጅ መረጃ:
apps/frappe/frappe/core/doctype/doctype/doctype.py +492,Field '{0}' cannot be set as Unique as it has non-unique values,የመስክ «{0}» ያልሆኑ ልዩ እሴቶች አሉት እንደ ልዩ ሊዘጋጅ አይችልም
apps/frappe/frappe/core/doctype/doctype/doctype.py +496,Field '{0}' cannot be set as Unique as it has non-unique values,የመስክ «{0}» ያልሆኑ ልዩ እሴቶች አሉት እንደ ልዩ ሊዘጋጅ አይችልም
apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,ብቻ 200 ያስገባል አንድ ጥያቄ ውስጥ አይፈቀዱም apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,ብቻ 200 ያስገባል አንድ ጥያቄ ውስጥ አይፈቀዱም
DocType: Footer Item,URL,ዩ አር ኤል DocType: Footer Item,URL,ዩ አር ኤል
DocType: ToDo,Reference Type,የማጣቀሻ አይነት DocType: ToDo,Reference Type,የማጣቀሻ አይነት
@@ -2880,8 +2880,8 @@ apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +135,Please save
apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} ተመዝጋቢዎች ታክሏል apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} ተመዝጋቢዎች ታክሏል
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,አይደለም ውስጥ apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,አይደለም ውስጥ
DocType: Workflow State,star,ኮከብ DocType: Workflow State,star,ኮከብ
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +228,values separated by commas,እሴቶች በኮማ የተለዩ
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Max width for type Currency is 100px in row {0},አይነት ምንዛሬ ለማግኘት ከፍተኛ ስፋት ረድፍ ውስጥ 100px ነው {0}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,values separated by commas,እሴቶች በኮማ የተለዩ
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,Max width for type Currency is 100px in row {0},አይነት ምንዛሬ ለማግኘት ከፍተኛ ስፋት ረድፍ ውስጥ 100px ነው {0}
apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},የእርስዎን ግብረመልስ ለማጋራት እባክዎ {0} apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},የእርስዎን ግብረመልስ ለማጋራት እባክዎ {0}
apps/frappe/frappe/config/website.py +13,Content web page.,የይዘት ድረ-ገጽ. apps/frappe/frappe/config/website.py +13,Content web page.,የይዘት ድረ-ገጽ.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,አዲስ ሚና አክል apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,አዲስ ሚና አክል
@@ -2899,7 +2899,7 @@ apps/frappe/frappe/public/js/frappe/desk.js +383,Please Enter Your Password to C
apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,ትክክለኛ የኤልዲኤፒ ተጠቃሚ apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,ትክክለኛ የኤልዲኤፒ ተጠቃሚ
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} አይደለም የሚሰራ መንግስት apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} አይደለም የሚሰራ መንግስት
apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',ሌላ የክፍያ ስልት ይምረጡ. PayPal «{0}» ምንዛሬ ግብይቶችን አይደግፍም apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',ሌላ የክፍያ ስልት ይምረጡ. PayPal «{0}» ምንዛሬ ግብይቶችን አይደግፍም
apps/frappe/frappe/core/doctype/doctype/doctype.py +519,Search field {0} is not valid,የፍለጋ መስክ {0} ልክ ያልሆነ ነው
apps/frappe/frappe/core/doctype/doctype/doctype.py +523,Search field {0} is not valid,የፍለጋ መስክ {0} ልክ ያልሆነ ነው
DocType: Workflow State,ok-circle,ok-ክበብ DocType: Workflow State,ok-circle,ok-ክበብ
apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',አንተ &#39;ደንበኞች ውስጥ ብርቱካናማ ማግኘት&#39; በመጠየቅ ነገሮችን ማግኘት ይችላሉ apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',አንተ &#39;ደንበኞች ውስጥ ብርቱካናማ ማግኘት&#39; በመጠየቅ ነገሮችን ማግኘት ይችላሉ
apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,አዝናለሁ! ተጠቃሚ የራሳቸውን መዝገብ ሙሉ መዳረሻ ሊኖራቸው ይገባል. apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,አዝናለሁ! ተጠቃሚ የራሳቸውን መዝገብ ሙሉ መዳረሻ ሊኖራቸው ይገባል.
@@ -2968,7 +2968,7 @@ DocType: User,Background Style,የጀርባ ቅጥ
apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},ወደ {0} የተዋሃደ {1} apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},ወደ {0} የተዋሃደ {1}
DocType: System Settings,mm-dd-yyyy,ወወ-ቀቀ-ዓ.ም DocType: System Settings,mm-dd-yyyy,ወወ-ቀቀ-ዓ.ም
apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} ውስጥ ገብተሃል apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} ውስጥ ገብተሃል
apps/frappe/frappe/templates/emails/new_user.html +4,Your login id is,የእርስዎ መግቢያ መታወቂያ ነው
apps/frappe/frappe/templates/emails/new_user.html +3,Your login id is,የእርስዎ መግቢያ መታወቂያ ነው
DocType: OAuth Client,Skip Authorization,ማረጋገጫ ዝለል DocType: OAuth Client,Skip Authorization,ማረጋገጫ ዝለል
DocType: Web Form,Amount Field,የገንዘብ መጠን መስክ DocType: Web Form,Amount Field,የገንዘብ መጠን መስክ
DocType: Dropbox Settings,Send Notifications To,ወደ ማሳወቂያዎች ላክ DocType: Dropbox Settings,Send Notifications To,ወደ ማሳወቂያዎች ላክ


+ 94
- 94
frappe/translations/ar.csv View File

@@ -55,7 +55,7 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +52,Data Import Templa
apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,أصل apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,أصل
DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.",إذا تم تمكينه، سيتم فرض قوة كلمة المرور استنادا إلى قيمة الحد الأدنى لقيمة كلمة المرور. قيمة 2 كونها متوسطة قوية و 4 قوية جدا. DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.",إذا تم تمكينه، سيتم فرض قوة كلمة المرور استنادا إلى قيمة الحد الأدنى لقيمة كلمة المرور. قيمة 2 كونها متوسطة قوية و 4 قوية جدا.
DocType: About Us Settings,"""Team Members"" or ""Management""","""أعضاء الفريق"" أو ""الإدارة""" DocType: About Us Settings,"""Team Members"" or ""Management""","""أعضاء الفريق"" أو ""الإدارة"""
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Default for 'Check' type of field must be either '0' or '1',يجب أن يكون الافتراضي ل 'تحقق' نوع من المجال إما '0' أو '1'
apps/frappe/frappe/core/doctype/doctype/doctype.py +461,Default for 'Check' type of field must be either '0' or '1',يجب أن يكون الافتراضي ل 'تحقق' نوع من المجال إما '0' أو '1'
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,أمس apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,أمس
DocType: Contact,Designation,تعيين DocType: Contact,Designation,تعيين
DocType: Test Runner,Test Runner,اختبار عداء DocType: Test Runner,Test Runner,اختبار عداء
@@ -71,7 +71,7 @@ DocType: DocType,Is Published Field,ونشرت الميدان
DocType: Email Group,Email Group,البريد الإلكتروني المجموعة DocType: Email Group,Email Group,البريد الإلكتروني المجموعة
DocType: Note,Seen By,تمت رؤيته بواسطة DocType: Note,Seen By,تمت رؤيته بواسطة
apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,إضافة متعددة apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,إضافة متعددة
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Not Like,لا تعجبني
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Not Like,لا تعجبني
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,تعيين التسمية عرض للحقل apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,تعيين التسمية عرض للحقل
apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},قيمة غير صحيحة: {0} يجب أن يكون {1} {2} apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},قيمة غير صحيحة: {0} يجب أن يكون {1} {2}
apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)",تغيير خصائص الحقل (إخفاء ، للقراءة فقط ، إذن الخ ) apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)",تغيير خصائص الحقل (إخفاء ، للقراءة فقط ، إذن الخ )
@@ -160,7 +160,8 @@ apps/frappe/frappe/public/js/frappe/upload.js +296,Uploading...,تحميل ...
DocType: Email Domain,Email Domain,المجال البريد الإلكتروني DocType: Email Domain,Email Domain,المجال البريد الإلكتروني
DocType: Workflow State,italic,مائل DocType: Workflow State,italic,مائل
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,للجميع apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,للجميع
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,{0}: Cannot set Import without Create,{0} : لا يمكن تحديد استيراد دون إنشاء
apps/frappe/frappe/core/doctype/doctype/doctype.py +706,{0}: Cannot set Import without Create,{0} : لا يمكن تحديد استيراد دون إنشاء
apps/frappe/frappe/templates/emails/auto_email_report.html +45,View report in your browser,عرض التقرير في المتصفح
apps/frappe/frappe/config/desk.py +26,Event and other calendars.,الحدث والتقويمات الأخرى. apps/frappe/frappe/config/desk.py +26,Event and other calendars.,الحدث والتقويمات الأخرى.
apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,جميع الحقول ضرورية لتقديم التعليق. apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,جميع الحقول ضرورية لتقديم التعليق.
apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,اسحب لفرز الأعمدة apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,اسحب لفرز الأعمدة
@@ -237,7 +238,7 @@ apps/frappe/frappe/config/setup.py +121,Update many values at one time.,تحدي
apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,تم تعديل الوثيقة بعد أن كنت قد فتحه: خطأ apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,تم تعديل الوثيقة بعد أن كنت قد فتحه: خطأ
apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} تسجيل الخروج: {1} apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} تسجيل الخروج: {1}
DocType: Address,West Bengal,البنغال الغربي DocType: Address,West Bengal,البنغال الغربي
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0}: Cannot set Assign Submit if not Submittable,{0} : لا يمكن تحديد تعيين بالتأكيد إذا لم يكن قابل للتأكيد
apps/frappe/frappe/core/doctype/doctype/doctype.py +727,{0}: Cannot set Assign Submit if not Submittable,{0} : لا يمكن تحديد تعيين بالتأكيد إذا لم يكن قابل للتأكيد
DocType: Social Login Keys,Facebook,الفيسبوك DocType: Social Login Keys,Facebook,الفيسبوك
apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",تمت تصفيتها من قبل &quot;{0}&quot; apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",تمت تصفيتها من قبل &quot;{0}&quot;
DocType: Salutation,Administrator,مدير DocType: Salutation,Administrator,مدير
@@ -261,7 +262,7 @@ DocType: User,Get your globally recognized avatar from Gravatar.com,الحصول
apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.",انتهى اشتراكك في {0}. تجديد، {1}. apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.",انتهى اشتراكك في {0}. تجديد، {1}.
DocType: Workflow State,plus-sign,زائد توقيع DocType: Workflow State,plus-sign,زائد توقيع
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,الإعداد الكامل بالفعل apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,الإعداد الكامل بالفعل
apps/frappe/frappe/__init__.py +897,App {0} is not installed,لم يتم تثبيت التطبيق {0}
apps/frappe/frappe/__init__.py +898,App {0} is not installed,لم يتم تثبيت التطبيق {0}
DocType: Workflow State,Refresh,تحديث DocType: Workflow State,Refresh,تحديث
DocType: Event,Public,جمهور DocType: Event,Public,جمهور
apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,لا شيء لإظهار apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,لا شيء لإظهار
@@ -269,7 +270,7 @@ apps/frappe/frappe/public/js/frappe/model/model.js +24,Liked By,أحب بواس
apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,دعم البريد الإلكتروني apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,دعم البريد الإلكتروني
DocType: DocField,Print Hide If No Value,طباعة إخفاء إذا لا قيمة DocType: DocField,Print Hide If No Value,طباعة إخفاء إذا لا قيمة
DocType: Event,yellow,الأصفر DocType: Event,yellow,الأصفر
apps/frappe/frappe/core/doctype/doctype/doctype.py +563,Is Published Field must be a valid fieldname,ونشرت الميدان يجب أن يكون ساري المفعول FIELDNAME
apps/frappe/frappe/core/doctype/doctype/doctype.py +567,Is Published Field must be a valid fieldname,ونشرت الميدان يجب أن يكون ساري المفعول FIELDNAME
apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,رفع المرفقات apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,رفع المرفقات
DocType: Block Module,Block Module,كتلة الوحدة DocType: Block Module,Block Module,كتلة الوحدة
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,قالب التصدير apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,قالب التصدير
@@ -286,7 +287,7 @@ DocType: Email Account,Total number of emails to sync in initial sync process ,
DocType: Website Settings,Set Banner from Image,تعيين راية من الصورة DocType: Website Settings,Set Banner from Image,تعيين راية من الصورة
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,البحث العالمي apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,البحث العالمي
DocType: Email Account,SparkPost,SparkPost DocType: Email Account,SparkPost,SparkPost
apps/frappe/frappe/templates/emails/new_user.html +3,A new account has been created for you at {0},تم إنشاء حساب جديد لك في {0}
apps/frappe/frappe/templates/emails/new_user.html +2,A new account has been created for you at {0},تم إنشاء حساب جديد لك في {0}
apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,تعليمات عبر البريد الإلكتروني apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,تعليمات عبر البريد الإلكتروني
apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),أدخل البريد الإلكتروني المستلم apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),أدخل البريد الإلكتروني المستلم
DocType: Print Format,Verdana,فيردانا DocType: Print Format,Verdana,فيردانا
@@ -352,7 +353,7 @@ apps/frappe/frappe/utils/nestedset.py +218,Merging is only possible between Grou
apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},تم اضافة {0} apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},تم اضافة {0}
apps/frappe/frappe/www/search.html +28,No matching records. Search something new,أية سجلات مطابقة. بحث شيئا جديدا apps/frappe/frappe/www/search.html +28,No matching records. Search something new,أية سجلات مطابقة. بحث شيئا جديدا
DocType: Currency,Fraction Units,جزء الوحدات DocType: Currency,Fraction Units,جزء الوحدات
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +431,{0} from {1} to {2},{0} من {1} إلى {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +433,{0} from {1} to {2},{0} من {1} إلى {2}
DocType: Communication,Type,النوع DocType: Communication,Type,النوع
DocType: Authentication Log,Subject,موضوع DocType: Authentication Log,Subject,موضوع
DocType: Web Form,Amount Based On Field,المبلغ بناء على الحقل DocType: Web Form,Amount Based On Field,المبلغ بناء على الحقل
@@ -365,10 +366,10 @@ DocType: Workflow State,plane,طائرة
apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","إذا كنت تحميل سجلات جديدة، ""تسمية السلسلة"" تصبح إلزامية، إذا كان موجودا." apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","إذا كنت تحميل سجلات جديدة، ""تسمية السلسلة"" تصبح إلزامية، إذا كان موجودا."
apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,الحصول على تنبيهات لهذا اليوم apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,الحصول على تنبيهات لهذا اليوم
apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DOCTYPE لا يمكن تسميتها من قبل المسؤول apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DOCTYPE لا يمكن تسميتها من قبل المسؤول
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +442,changed value of {0},القيمة المتغيرة لل{0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +444,changed value of {0},القيمة المتغيرة لل{0}
DocType: Report,JSON,JSON DocType: Report,JSON,JSON
apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,يرجى التحقق من بريدك الالكتروني للتحقق apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,يرجى التحقق من بريدك الالكتروني للتحقق
apps/frappe/frappe/core/doctype/doctype/doctype.py +509,Fold can not be at the end of the form,أضعاف لا يمكن أن يكون في نهاية النموذج
apps/frappe/frappe/core/doctype/doctype/doctype.py +513,Fold can not be at the end of the form,أضعاف لا يمكن أن يكون في نهاية النموذج
DocType: Communication,Bounced,وثب DocType: Communication,Bounced,وثب
DocType: Deleted Document,Deleted Name,اسم المحذوفة DocType: Deleted Document,Deleted Name,اسم المحذوفة
apps/frappe/frappe/config/setup.py +14,System and Website Users,النظام و الموقع الالكتروني للمستخدمين apps/frappe/frappe/config/setup.py +14,System and Website Users,النظام و الموقع الالكتروني للمستخدمين
@@ -376,25 +377,26 @@ DocType: Workflow Document State,Doc Status,حالة الوثيقة
DocType: Auto Email Report,No of Rows (Max 500),عدد الصفوف (ماكس 500) DocType: Auto Email Report,No of Rows (Max 500),عدد الصفوف (ماكس 500)
DocType: Language,Language Code,كود اللغة DocType: Language,Language Code,كود اللغة
apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...",ويجري بناء التنزيل، وهذا قد يستغرق بضع لحظات ... apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...",ويجري بناء التنزيل، وهذا قد يستغرق بضع لحظات ...
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +23,Add Filter,إضافة تصفية (فلترة)
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +21,Add Filter,إضافة تصفية (فلترة)
apps/frappe/frappe/www/feedback.html +23,Your rating: ,تقييمك: apps/frappe/frappe/www/feedback.html +23,Your rating: ,تقييمك:
apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} و {1} apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} و {1}
DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents","دائما إضافة ""كلمة مسودة"" عند طباعة المسودات" DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents","دائما إضافة ""كلمة مسودة"" عند طباعة المسودات"
apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,تم وضع علامة على البريد الإلكتروني كغير مرغوب فيه apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,تم وضع علامة على البريد الإلكتروني كغير مرغوب فيه
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,الإعداد&gt; المستخدم
DocType: About Us Settings,Website Manager,مدير الموقع DocType: About Us Settings,Website Manager,مدير الموقع
apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,لقد حددت مسودة أو مستندات تم إلغاؤها apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,لقد حددت مسودة أو مستندات تم إلغاؤها
apps/frappe/frappe/model/document.py +1044,Document Queued,قائمة الانتظار وثيقة apps/frappe/frappe/model/document.py +1044,Document Queued,قائمة الانتظار وثيقة
DocType: GSuite Templates,Destination ID,رقم تعريف الوجهة DocType: GSuite Templates,Destination ID,رقم تعريف الوجهة
DocType: Desktop Icon,List,قائمة DocType: Desktop Icon,List,قائمة
DocType: Communication,Link Name,اسم الرابط DocType: Communication,Link Name,اسم الرابط
apps/frappe/frappe/core/doctype/doctype/doctype.py +433,Field {0} in row {1} cannot be hidden and mandatory without default,الحقل {0} في {1} الصف لا يمكن أن تكون مخفية وإلزامية دون القيمة الافتراضية
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Field {0} in row {1} cannot be hidden and mandatory without default,الحقل {0} في {1} الصف لا يمكن أن تكون مخفية وإلزامية دون القيمة الافتراضية
DocType: System Settings,mm/dd/yyyy,مم / اليوم / السنة DocType: System Settings,mm/dd/yyyy,مم / اليوم / السنة
apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,رمز مرور خاطئ: apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,رمز مرور خاطئ:
DocType: Print Settings,Send document web view link in email,إرسال ثيقة الارتباط عرض على شبكة الإنترنت في البريد الإلكتروني DocType: Print Settings,Send document web view link in email,إرسال ثيقة الارتباط عرض على شبكة الإنترنت في البريد الإلكتروني
apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,{0} يتم حفظ ملاحظات للحصول على وثيقة بنجاح apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,{0} يتم حفظ ملاحظات للحصول على وثيقة بنجاح
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,سابق apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,سابق
apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,رد: apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,رد:
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +496,{0} rows for {1},{0} صفوف لـ {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +498,{0} rows for {1},{0} صفوف لـ {1}
DocType: Currency,"Sub-currency. For e.g. ""Cent""",شبه العملات. ل &quot;سنت&quot; على سبيل المثال DocType: Currency,"Sub-currency. For e.g. ""Cent""",شبه العملات. ل &quot;سنت&quot; على سبيل المثال
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,حدد ملف مرفوع apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,حدد ملف مرفوع
DocType: Letter Head,Check this to make this the default letter head in all prints,التحقق من ذلك لجعل هذه الرسالة الافتراضية الرأس في جميع الطبعات DocType: Letter Head,Check this to make this the default letter head in all prints,التحقق من ذلك لجعل هذه الرسالة الافتراضية الرأس في جميع الطبعات
@@ -417,7 +419,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +5,
DocType: Event,Wednesday,الأربعاء DocType: Event,Wednesday,الأربعاء
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.",وبصرف النظر عن دور أساس القواعد إذن ، يمكنك تطبيق أذونات المستخدم استنادا DocTypes . apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.",وبصرف النظر عن دور أساس القواعد إذن ، يمكنك تطبيق أذونات المستخدم استنادا DocTypes .
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.",سيتم تطبيق هذه الأذونات لجميع المعاملات حيث يتم ربط السجل المسموح بها. apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.",سيتم تطبيق هذه الأذونات لجميع المعاملات حيث يتم ربط السجل المسموح بها.
apps/frappe/frappe/core/doctype/doctype/doctype.py +554,Image field must be a valid fieldname,يجب أن يكون حقل صورة لFIELDNAME صحيح
apps/frappe/frappe/core/doctype/doctype/doctype.py +558,Image field must be a valid fieldname,يجب أن يكون حقل صورة لFIELDNAME صحيح
DocType: OAuth Client,Token,رمز DocType: OAuth Client,Token,رمز
DocType: Property Setter,ID (name) of the entity whose property is to be set,ID (اسم) للكيان الذي هو الملكية التي سيتم تحديدها DocType: Property Setter,ID (name) of the entity whose property is to be set,ID (اسم) للكيان الذي هو الملكية التي سيتم تحديدها
apps/frappe/frappe/limits.py +82,"To renew, {0}.",تجديد، {0}. apps/frappe/frappe/limits.py +82,"To renew, {0}.",تجديد، {0}.
@@ -426,7 +428,7 @@ DocType: Web Form,Sidebar Items,عناصر الشريط الجانبي
apps/frappe/frappe/installer.py +125,App {0} already installed,التطبيق {0} مثبت مسبقا apps/frappe/frappe/installer.py +125,App {0} already installed,التطبيق {0} مثبت مسبقا
DocType: Workflow State,exclamation-sign,تعجب علامة- DocType: Workflow State,exclamation-sign,تعجب علامة-
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,مشاهدة ضوابط apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,مشاهدة ضوابط
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a Link or Dynamic Link,يجب أن يكون حقل الزمني رابط أو الارتباط الحيوي
apps/frappe/frappe/core/doctype/doctype/doctype.py +578,Timeline field must be a Link or Dynamic Link,يجب أن يكون حقل الزمني رابط أو الارتباط الحيوي
apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,نطاق الموعد apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,نطاق الموعد
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,جانت apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,جانت
apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},الصفحة {0} من {1} apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},الصفحة {0} من {1}
@@ -456,18 +458,18 @@ DocType: Workflow State,music,موسيقى
DocType: Web Page,Settings,إعدادات DocType: Web Page,Settings,إعدادات
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,يرجى تحديد DOCTYPE apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,يرجى تحديد DOCTYPE
DocType: Print Format,Style Settings,نمط الضبط DocType: Print Format,Style Settings,نمط الضبط
apps/frappe/frappe/core/doctype/doctype/doctype.py +585,Sort field {0} must be a valid fieldname,يجب أن يكون حقل نوع {0} لFIELDNAME صحيح
apps/frappe/frappe/core/doctype/doctype/doctype.py +589,Sort field {0} must be a valid fieldname,يجب أن يكون حقل نوع {0} لFIELDNAME صحيح
apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,أكثر apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,أكثر
DocType: Contact,Sales Manager,مدير المبيعات DocType: Contact,Sales Manager,مدير المبيعات
apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,إعادة تسمية apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,إعادة تسمية
DocType: Print Format,Format Data,تنسيق البيانات DocType: Print Format,Format Data,تنسيق البيانات
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Like,مثل
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Like,مثل
DocType: Customize Form Field,Customize Form Field,تخصيص حقل نموذج DocType: Customize Form Field,Customize Form Field,تخصيص حقل نموذج
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,تسمح للمستخدم apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,تسمح للمستخدم
DocType: OAuth Client,Grant Type,منحة نوع DocType: OAuth Client,Grant Type,منحة نوع
apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,تحقق من وثائق قابلة للقراءة من قبل العضو apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,تحقق من وثائق قابلة للقراءة من قبل العضو
apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,لا يسمح بإدراج التطبيق apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,لا يسمح بإدراج التطبيق
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,use % as wildcard,استخدام٪ كما البدل
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +230,use % as wildcard,استخدام٪ كما البدل
apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","عنوان مجال البريد الألكتروني غير معرف لهذا الحساب, إنشيء واحد ؟" apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","عنوان مجال البريد الألكتروني غير معرف لهذا الحساب, إنشيء واحد ؟"
DocType: User,Reset Password Key,إعادة تعيين كلمة المرور الرئيسية DocType: User,Reset Password Key,إعادة تعيين كلمة المرور الرئيسية
DocType: Email Account,Enable Auto Reply,تمكين الرد التلقائي DocType: Email Account,Enable Auto Reply,تمكين الرد التلقائي
@@ -492,11 +494,12 @@ apps/frappe/frappe/model/document.py +574,Cannot change docstatus from 1 to 0,ل
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,ابداء النسخ الاحتياطي الآن apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,ابداء النسخ الاحتياطي الآن
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,ترحيب apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,ترحيب
apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,التطبيقات المثبتة apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,التطبيقات المثبتة
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,الإعداد&gt; مدير أذونات المستخدم
DocType: Contact,Open,فتح DocType: Contact,Open,فتح
DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,يحدد الإجراءات على الدول والخطوة التالية والأدوار المسموح بها. DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,يحدد الإجراءات على الدول والخطوة التالية والأدوار المسموح بها.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.",باعتبارها ممارسة أفضل ، لا تعين نفس مجموعة قوانين الدخول لأدوار مختلفة. بدلا من ذلك ، عين أدوار متعددة لنفس العضو apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.",باعتبارها ممارسة أفضل ، لا تعين نفس مجموعة قوانين الدخول لأدوار مختلفة. بدلا من ذلك ، عين أدوار متعددة لنفس العضو
DocType: Web Form,Message to be displayed on successful completion,رسالة ليتم عرضها على الانتهاء بنجاح DocType: Web Form,Message to be displayed on successful completion,رسالة ليتم عرضها على الانتهاء بنجاح
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +42,Only {0} emailed reports are allowed per user,فقط {0} عبر البريد الالكتروني يسمح تقارير لكل مستخدم
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +43,Only {0} emailed reports are allowed per user,فقط {0} عبر البريد الالكتروني يسمح تقارير لكل مستخدم
DocType: Address,Address Title,إسم العنوان DocType: Address,Address Title,إسم العنوان
DocType: Website Settings,Footer Items,تذييل العناصر DocType: Website Settings,Footer Items,تذييل العناصر
apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,طلب تعليقات apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,طلب تعليقات
@@ -511,7 +514,7 @@ DocType: DocField,Set Only Once,تعيين مرة واحدة فقط
DocType: Email Queue Recipient,Email Queue Recipient,البريد الإلكتروني المستلم قائمة الانتظار DocType: Email Queue Recipient,Email Queue Recipient,البريد الإلكتروني المستلم قائمة الانتظار
DocType: Address,Nagaland,ناجالاند DocType: Address,Nagaland,ناجالاند
apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,اسم المستخدم {0} موجود بالفعل apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,اسم المستخدم {0} موجود بالفعل
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set import as {1} is not importable,{0} : لا يمكن تحديد استيراد، لأن {1} غير قابل للإستيراد
apps/frappe/frappe/core/doctype/doctype/doctype.py +733,{0}: Cannot set import as {1} is not importable,{0} : لا يمكن تحديد استيراد، لأن {1} غير قابل للإستيراد
apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},يوجد خطأ في قالب العناوين {0} apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},يوجد خطأ في قالب العناوين {0}
DocType: Footer Item,"target = ""_blank""",الهدف = &quot;_blank&quot; DocType: Footer Item,"target = ""_blank""",الهدف = &quot;_blank&quot;
DocType: Workflow State,hdd,hdd DocType: Workflow State,hdd,hdd
@@ -523,7 +526,7 @@ DocType: Communication,From Full Name,من الاسم الكامل
apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},لم يكن لديك الوصول إلى تقرير: {0} apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},لم يكن لديك الوصول إلى تقرير: {0}
DocType: User,Send Welcome Email,إرسال رسالة ترحيبية DocType: User,Send Welcome Email,إرسال رسالة ترحيبية
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,تحميل ملف CSV يحتوي على جميع أذونات المستخدم في نفس الشكل كما تحميل. apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,تحميل ملف CSV يحتوي على جميع أذونات المستخدم في نفس الشكل كما تحميل.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +449,Remove Filter,إزالة تصفية (فلترة)
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +450,Remove Filter,إزالة تصفية (فلترة)
DocType: Address,Daman and Diu,دامان و ديو DocType: Address,Daman and Diu,دامان و ديو
DocType: Address,Personal,الشخصية DocType: Address,Personal,الشخصية
apps/frappe/frappe/config/setup.py +113,Bulk Rename,إعادة تسمية بالجمله apps/frappe/frappe/config/setup.py +113,Bulk Rename,إعادة تسمية بالجمله
@@ -553,13 +556,12 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.js +33,Send
apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form",لا يمكن أن يكون تنسيق دوكتيب القياسي تنسيق طباعة افتراضي، استخدم كوستميز فورم apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form",لا يمكن أن يكون تنسيق دوكتيب القياسي تنسيق طباعة افتراضي، استخدم كوستميز فورم
DocType: Report,Query,سؤال DocType: Report,Query,سؤال
DocType: DocType,Sort Order,ترتيب DocType: DocType,Sort Order,ترتيب
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,'In List View' not allowed for type {0} in row {1},'في عرض القائمة' لا يسمح لنوع {0} في {1} الصف
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In List View' not allowed for type {0} in row {1},'في عرض القائمة' لا يسمح لنوع {0} في {1} الصف
DocType: Custom Field,Select the label after which you want to insert new field.,حدد التسمية بعد الذي تريد إدراج حقل جديد. DocType: Custom Field,Select the label after which you want to insert new field.,حدد التسمية بعد الذي تريد إدراج حقل جديد.
,Document Share Report,وثيقة حصة تقرير ,Document Share Report,وثيقة حصة تقرير
DocType: User,Last Login,آخر تسجيل دخول DocType: User,Last Login,آخر تسجيل دخول
apps/frappe/frappe/core/doctype/doctype/doctype.py +600,Fieldname is required in row {0},مطلوب Fieldname في الصف {0}
apps/frappe/frappe/core/doctype/doctype/doctype.py +604,Fieldname is required in row {0},مطلوب Fieldname في الصف {0}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,عمود apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,عمود
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,الرجاء الإعداد الافتراضي حساب البريد الإلكتروني من الإعداد&gt; البريد الإلكتروني&gt; حساب البريد الإلكتروني
DocType: Custom Field,Adds a custom field to a DocType,DocType اضافة حقل خاص ل DocType: Custom Field,Adds a custom field to a DocType,DocType اضافة حقل خاص ل
DocType: File,Is Home Folder,هو المجلد الرئيسي DocType: File,Is Home Folder,هو المجلد الرئيسي
apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} بريد إلكتروني غير صحيح apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} بريد إلكتروني غير صحيح
@@ -583,7 +585,7 @@ DocType: File,Folder,مجلد
DocType: DocField,Index,مؤشر DocType: DocField,Index,مؤشر
DocType: Email Group,Newsletter Manager,مدير النشرة الإخبارية DocType: Email Group,Newsletter Manager,مدير النشرة الإخبارية
apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,الخيار 1 apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,الخيار 1
apps/frappe/frappe/public/js/frappe/form/formatters.js +124,{0} to {1},{0} إلى {1}
apps/frappe/frappe/public/js/frappe/form/formatters.js +129,{0} to {1},{0} إلى {1}
apps/frappe/frappe/config/setup.py +89,Log of error during requests.,تسجيل الخطأ خلال الطلبات. apps/frappe/frappe/config/setup.py +89,Log of error during requests.,تسجيل الخطأ خلال الطلبات.
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} تم بنجاح الإضافة إلى مجموعة البريد الإلكتروني. apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} تم بنجاح الإضافة إلى مجموعة البريد الإلكتروني.
DocType: Address,Uttar Pradesh,أوتار براديش DocType: Address,Uttar Pradesh,أوتار براديش
@@ -593,7 +595,7 @@ apps/frappe/frappe/email/doctype/newsletter/newsletter.py +30,Scheduled to send
DocType: Kanban Board Column,Indicator,مؤشر DocType: Kanban Board Column,Indicator,مؤشر
DocType: DocShare,Everyone,كل شخص DocType: DocShare,Everyone,كل شخص
DocType: Workflow State,backward,الى الوراء DocType: Workflow State,backward,الى الوراء
apps/frappe/frappe/core/doctype/doctype/doctype.py +676,"{0}: Only one rule allowed with the same Role, Level and {1}",{0} قاعدة واحدة فقط سمح لها نفس الدور، المستوى و{1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +680,"{0}: Only one rule allowed with the same Role, Level and {1}",{0} قاعدة واحدة فقط سمح لها نفس الدور، المستوى و{1}
DocType: Email Queue,Add Unsubscribe Link,إضافة رابط إلغاء الاشتراك DocType: Email Queue,Add Unsubscribe Link,إضافة رابط إلغاء الاشتراك
apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,لا تعليقات حتى الآن. بدء مناقشة جديدة. apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,لا تعليقات حتى الآن. بدء مناقشة جديدة.
DocType: Workflow State,share,مشاركة DocType: Workflow State,share,مشاركة
@@ -632,7 +634,7 @@ apps/frappe/frappe/printing/doctype/print_format/print_format.py +80,{0} is now
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,أعمدة من الأرشيف apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,أعمدة من الأرشيف
DocType: Email Account,Default Outgoing,النفقات الافتراضية DocType: Email Account,Default Outgoing,النفقات الافتراضية
DocType: Workflow State,play,لعب DocType: Workflow State,play,لعب
apps/frappe/frappe/templates/emails/new_user.html +5,Click on the link below to complete your registration and set a new password,انقر على الرابط أدناه لإكمال التسجيل وتعيين كلمة مرور جديدة
apps/frappe/frappe/templates/emails/new_user.html +4,Click on the link below to complete your registration and set a new password,انقر على الرابط أدناه لإكمال التسجيل وتعيين كلمة مرور جديدة
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,لم تضف apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,لم تضف
apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,لا حسابات البريد الإلكتروني المخصصة apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,لا حسابات البريد الإلكتروني المخصصة
DocType: Contact Us Settings,Contact Us Settings,إعدادات الاتصال بنا DocType: Contact Us Settings,Contact Us Settings,إعدادات الاتصال بنا
@@ -653,12 +655,12 @@ apps/frappe/frappe/core/page/user_permissions/user_permissions.js +127,Upload Us
DocType: Dropbox Settings,App Secret Key,التطبيق سر مفتاح DocType: Dropbox Settings,App Secret Key,التطبيق سر مفتاح
apps/frappe/frappe/config/website.py +7,Web Site,موقع الكتروني apps/frappe/frappe/config/website.py +7,Web Site,موقع الكتروني
apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,سيتم عرض العناصر المحددة على سطح المكتب apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,سيتم عرض العناصر المحددة على سطح المكتب
apps/frappe/frappe/core/doctype/doctype/doctype.py +719,{0} cannot be set for Single types,{0} لا يمكن تحديده لأنواع أحادية
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0} cannot be set for Single types,{0} لا يمكن تحديده لأنواع أحادية
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,كانبان مجلس {0} غير موجود. apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,كانبان مجلس {0} غير موجود.
apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} يستعرض هذه الوثيقة حالياً apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} يستعرض هذه الوثيقة حالياً
DocType: ToDo,Assigned By Full Name,تعيين بواسطة الاسم الكامل DocType: ToDo,Assigned By Full Name,تعيين بواسطة الاسم الكامل
apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} تم تحديث apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} تم تحديث
apps/frappe/frappe/core/doctype/doctype/doctype.py +709,Report cannot be set for Single types,لا يمكن تعيين التقرير لأنواع واحدة
apps/frappe/frappe/core/doctype/doctype/doctype.py +713,Report cannot be set for Single types,لا يمكن تعيين التقرير لأنواع واحدة
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,قبل {0} أيام apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,قبل {0} أيام
DocType: Email Account,Awaiting Password,في انتظار كلمة المرور DocType: Email Account,Awaiting Password,في انتظار كلمة المرور
DocType: Address,Address Line 1,العنوان سطر 1 DocType: Address,Address Line 1,العنوان سطر 1
@@ -708,7 +710,7 @@ DocType: Feedback Trigger,"To add dynamic subject, use jinja tags like
apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,التطبيق {0} تم إزالتها apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,التطبيق {0} تم إزالتها
DocType: Custom DocPerm,Apply User Permissions,تطبيق صلاحيات المستخدم DocType: Custom DocPerm,Apply User Permissions,تطبيق صلاحيات المستخدم
DocType: User,Modules HTML,وحدات HTML DocType: User,Modules HTML,وحدات HTML
apps/frappe/frappe/public/js/frappe/ui/field_group.js +82,Missing Values Required,في عداد المفقودين القيم المطلوبة
apps/frappe/frappe/public/js/frappe/ui/field_group.js +96,Missing Values Required,في عداد المفقودين القيم المطلوبة
DocType: DocType,Other Settings,اعدادات اخرى DocType: DocType,Other Settings,اعدادات اخرى
DocType: Social Login Keys,Frappe,مخفوق الحليب بالأيس كريم DocType: Social Login Keys,Frappe,مخفوق الحليب بالأيس كريم
apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,علامة مقروء apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,علامة مقروء
@@ -762,7 +764,7 @@ DocType: Event,orange,البرتقالي
apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,لا {0} وجدت apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,لا {0} وجدت
apps/frappe/frappe/config/setup.py +242,Add custom forms.,إضافة نماذج مخصصة. apps/frappe/frappe/config/setup.py +242,Add custom forms.,إضافة نماذج مخصصة.
apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} في {2} apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} في {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +419,submitted this document,قدمت هذه الوثيقة
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,submitted this document,قدمت هذه الوثيقة
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,The system provides many pre-defined roles. You can add new roles to set finer permissions.,ويوفر النظام العديد من أدوار محددة مسبقا. يمكنك إضافة أدوار جديدة لتعيين أذونات الدقيقة. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,The system provides many pre-defined roles. You can add new roles to set finer permissions.,ويوفر النظام العديد من أدوار محددة مسبقا. يمكنك إضافة أدوار جديدة لتعيين أذونات الدقيقة.
DocType: Communication,CC,CC DocType: Communication,CC,CC
DocType: Country,Geo,الجغرافية DocType: Country,Geo,الجغرافية
@@ -812,7 +814,7 @@ DocType: DocType,Hide Toolbar,إخفاء شريط الأدوات
DocType: User,Last Active,آخر تواجد في DocType: User,Last Active,آخر تواجد في
DocType: Email Account,SMTP Settings for outgoing emails,إعدادات SMTP لرسائل البريد الإلكتروني الصادرة DocType: Email Account,SMTP Settings for outgoing emails,إعدادات SMTP لرسائل البريد الإلكتروني الصادرة
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,فشل الاستيراد apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,فشل الاستيراد
apps/frappe/frappe/templates/emails/password_update.html +3,Your password has been updated. Here is your new password,تم تحديث كلمة السر الخاصة بك. هنا هو كلمة السر الجديدة
apps/frappe/frappe/templates/emails/password_update.html +2,Your password has been updated. Here is your new password,تم تحديث كلمة السر الخاصة بك. هنا هو كلمة السر الجديدة
DocType: Email Account,Auto Reply Message,رد تلقائي على الرسائل DocType: Email Account,Auto Reply Message,رد تلقائي على الرسائل
DocType: Feedback Trigger,Condition,الحالة DocType: Feedback Trigger,Condition,الحالة
apps/frappe/frappe/utils/data.py +546,{0} hours ago,{0} قبل ساعات apps/frappe/frappe/utils/data.py +546,{0} hours ago,{0} قبل ساعات
@@ -820,7 +822,6 @@ apps/frappe/frappe/utils/data.py +556,1 month ago,قبل شهر
DocType: Contact,User ID,معرف المستخدم DocType: Contact,User ID,معرف المستخدم
DocType: Communication,Sent,أرسلت DocType: Communication,Sent,أرسلت
DocType: Address,Kerala,ولاية كيرالا DocType: Address,Kerala,ولاية كيرالا
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} سنة (سنوات)
DocType: File,Lft,LFT DocType: File,Lft,LFT
DocType: User,Simultaneous Sessions,جلسات متزامنة DocType: User,Simultaneous Sessions,جلسات متزامنة
DocType: OAuth Client,Client Credentials,وثائق تفويض العميل DocType: OAuth Client,Client Credentials,وثائق تفويض العميل
@@ -837,7 +838,7 @@ DocType: Email Queue,Unsubscribe Method,طريقة إلغاء الاشتراك
DocType: GSuite Templates,Related DocType,دوكتيب ذات الصلة DocType: GSuite Templates,Related DocType,دوكتيب ذات الصلة
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,تعديل لإضافة محتوى apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,تعديل لإضافة محتوى
apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,اختر اللغات apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,اختر اللغات
apps/frappe/frappe/__init__.py +517,No permission for {0},لا إذن ل{0}
apps/frappe/frappe/__init__.py +518,No permission for {0},لا إذن ل{0}
DocType: DocType,Advanced,متقدم DocType: DocType,Advanced,متقدم
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,يبدو مفتاح API أو API سر من الخطأ !!! apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,يبدو مفتاح API أو API سر من الخطأ !!!
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},إشارة: {0} {1} apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},إشارة: {0} {1}
@@ -869,14 +870,14 @@ DocType: Custom DocPerm,Additional Permissions,ضوابط إضافية
DocType: Email Account,Always use Account's Email Address as Sender,دائما استخدم حساب البريد الألكتروني كمرسل DocType: Email Account,Always use Account's Email Address as Sender,دائما استخدم حساب البريد الألكتروني كمرسل
apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,سجل الدخول للتعليق apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,سجل الدخول للتعليق
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,البدء في إدخال البيانات تحت هذا الخط apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,البدء في إدخال البيانات تحت هذا الخط
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +474,changed values for {0},القيم المتغيرة ل{0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +476,changed values for {0},القيم المتغيرة ل{0}
DocType: Workflow State,retweet,retweet DocType: Workflow State,retweet,retweet
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,تحديد قيمة الحقل apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,تحديد قيمة الحقل
DocType: Report,Disabled,معطل DocType: Report,Disabled,معطل
DocType: Workflow State,eye-close,إغلاق العين DocType: Workflow State,eye-close,إغلاق العين
DocType: OAuth Provider Settings,OAuth Provider Settings,إعدادات مزود أوث DocType: OAuth Provider Settings,OAuth Provider Settings,إعدادات مزود أوث
apps/frappe/frappe/config/setup.py +254,Applications,تطبيقات apps/frappe/frappe/config/setup.py +254,Applications,تطبيقات
apps/frappe/frappe/public/js/frappe/request.js +349,Report this issue,بلغ عن هذه المسألة
apps/frappe/frappe/public/js/frappe/request.js +353,Report this issue,بلغ عن هذه المسألة
apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,الاسم مطلوب apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,الاسم مطلوب
DocType: Custom Script,Adds a custom script (client or server) to a DocType,اضافة سيناريو مخصص (العميل أو الخادم) إلى DOCTYPE DocType: Custom Script,Adds a custom script (client or server) to a DocType,اضافة سيناريو مخصص (العميل أو الخادم) إلى DOCTYPE
DocType: Address,City/Town,المدينة / البلدة DocType: Address,City/Town,المدينة / البلدة
@@ -960,7 +961,7 @@ DocType: Web Form,Actions,الإجراءات
DocType: Workflow State,align-justify,محاذاة-تبرير DocType: Workflow State,align-justify,محاذاة-تبرير
DocType: User,Middle Name (Optional),الاسم الأوسط (اختياري) DocType: User,Middle Name (Optional),الاسم الأوسط (اختياري)
apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,لا يسمح apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,لا يسمح
apps/frappe/frappe/public/js/frappe/ui/field_group.js +83,Following fields have missing values:,الحقول التالية والقيم المفقودة:
apps/frappe/frappe/public/js/frappe/ui/field_group.js +97,Following fields have missing values:,الحقول التالية والقيم المفقودة:
apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,لم يكن لديك أذونات كافية لإكمال العمل apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,لم يكن لديك أذونات كافية لإكمال العمل
apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,لا يوجد نتائج apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,لا يوجد نتائج
DocType: System Settings,Security,أمن DocType: System Settings,Security,أمن
@@ -1003,7 +1004,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js +133,Hide Details,إخفاء
DocType: Workflow State,Tasks,المهام DocType: Workflow State,Tasks,المهام
DocType: Event,Tuesday,الثلاثاء DocType: Event,Tuesday,الثلاثاء
DocType: Blog Settings,Blog Settings,إعدادات المدونه DocType: Blog Settings,Blog Settings,إعدادات المدونه
apps/frappe/frappe/templates/emails/new_user.html +17,You can also copy-paste this link in your browser,يمكنك أيضا نسخ - لصق هذا الرابط في متصفحك
apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste this link in your browser,يمكنك أيضا نسخ - لصق هذا الرابط في متصفحك
DocType: Workflow State,bullhorn,البوق DocType: Workflow State,bullhorn,البوق
DocType: Social Login Keys,Facebook Client Secret,Facebook Client Secret DocType: Social Login Keys,Facebook Client Secret,Facebook Client Secret
DocType: Footer Item,Target,الهدف DocType: Footer Item,Target,الهدف
@@ -1015,12 +1016,12 @@ DocType: ToDo,Due Date,بسبب تاريخ
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,يوم الدفعة الربعية apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,يوم الدفعة الربعية
DocType: Social Login Keys,Google Client Secret,سر عميل جوجل DocType: Social Login Keys,Google Client Secret,سر عميل جوجل
DocType: Website Settings,Hide Footer Signup,إخفاء التذييل DocType: Website Settings,Hide Footer Signup,إخفاء التذييل
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,cancelled this document,إلغاء هذه الوثيقة
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +423,cancelled this document,إلغاء هذه الوثيقة
apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,كتابة ملف بيثون في نفس المجلد حيث تم حفظ هذا العمود والعودة والنتيجة. apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,كتابة ملف بيثون في نفس المجلد حيث تم حفظ هذا العمود والعودة والنتيجة.
DocType: DocType,Sort Field,نوع الحقل DocType: DocType,Sort Field,نوع الحقل
DocType: Razorpay Settings,Razorpay Settings,إعدادات Razorpay DocType: Razorpay Settings,Razorpay Settings,إعدادات Razorpay
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +445,Edit Filter,تحرير تصفية (فلترة)
apps/frappe/frappe/core/doctype/doctype/doctype.py +415,Field {0} of type {1} cannot be mandatory,الحقل {0} من نوع {1} لا يمكن أن يكون إلزامي
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +446,Edit Filter,تحرير تصفية (فلترة)
apps/frappe/frappe/core/doctype/doctype/doctype.py +419,Field {0} of type {1} cannot be mandatory,الحقل {0} من نوع {1} لا يمكن أن يكون إلزامي
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,أضف المزيد apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,أضف المزيد
apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,إخفاء الرسم البياني apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,إخفاء الرسم البياني
DocType: System Settings,Session Expiry Mobile,جلسة انتهاء موبايل DocType: System Settings,Session Expiry Mobile,جلسة انتهاء موبايل
@@ -1061,7 +1062,7 @@ DocType: Address,Contacts,اتصالات
DocType: System Settings,Setup Complete,الإعداد كاملة DocType: System Settings,Setup Complete,الإعداد كاملة
apps/frappe/frappe/config/setup.py +66,Report of all document shares,تقرير عن سهم ثيقة apps/frappe/frappe/config/setup.py +66,Report of all document shares,تقرير عن سهم ثيقة
apps/frappe/frappe/www/update-password.html +18,New Password,كلمة مرور جديدة apps/frappe/frappe/www/update-password.html +18,New Password,كلمة مرور جديدة
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +73,Filter {0} missing,مرشح {0} مفقود
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +74,Filter {0} missing,مرشح {0} مفقود
apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,"عذراَ ! ,لا يمكنك حذف التعليقات الذي تم إنشاؤه تلقائيا" apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,"عذراَ ! ,لا يمكنك حذف التعليقات الذي تم إنشاؤه تلقائيا"
DocType: Website Theme,Style using CSS,أسلوب باستخدام CSS DocType: Website Theme,Style using CSS,أسلوب باستخدام CSS
apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,مرجع DOCTYPE apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,مرجع DOCTYPE
@@ -1126,7 +1127,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +127,Help on Searc
apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,سجل لكن المعوقين apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,سجل لكن المعوقين
DocType: DocType,Hide Copy,إخفاء النسخة DocType: DocType,Hide Copy,إخفاء النسخة
apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,مسح كافة الأدوار apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,مسح كافة الأدوار
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +114,{0} generated on {1},{0} إنشاؤها على {1}
apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} يجب أن تكون فريدة من نوعها apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} يجب أن تكون فريدة من نوعها
apps/frappe/frappe/permissions.py +274,Row,صف apps/frappe/frappe/permissions.py +274,Row,صف
DocType: DocType,Track Changes,تعقب التغيرات DocType: DocType,Track Changes,تعقب التغيرات
@@ -1177,11 +1177,11 @@ DocType: User,Github User ID,جيثب هوية المستخدم
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,إذا نوع الوثيقة apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,إذا نوع الوثيقة
apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","لا يمكن حذف أو إلغاء ل{0} <a href=""#Form/{0}/{1}"">{1}</a> يرتبط مع {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}" apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","لا يمكن حذف أو إلغاء ل{0} <a href=""#Form/{0}/{1}"">{1}</a> يرتبط مع {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}"
apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},غير معروف التطبيق {0} apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},غير معروف التطبيق {0}
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +48,"%s is not a valid report format. Report format should \
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +49,"%s is not a valid report format. Report format should \
one of the following %s",%s ليست صيغة صحيحة للتقرير. يجب أن تكون \ أحد الصيغ التالية %s one of the following %s",%s ليست صيغة صحيحة للتقرير. يجب أن تكون \ أحد الصيغ التالية %s
DocType: Communication,Chat,الدردشة DocType: Communication,Chat,الدردشة
apps/frappe/frappe/core/doctype/doctype/doctype.py +408,Fieldname {0} appears multiple times in rows {1},Fieldname {0} تظهر عدة مرات في الصفوف {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +460,{0} from {1} to {2} in row #{3},{0} من {1} إلى {2} في الصف # {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +412,Fieldname {0} appears multiple times in rows {1},Fieldname {0} تظهر عدة مرات في الصفوف {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +462,{0} from {1} to {2} in row #{3},{0} من {1} إلى {2} في الصف # {3}
DocType: Communication,Expired,انتهى DocType: Communication,Expired,انتهى
DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),عدد الأعمدة للحقل في الشبكة (يجب أن يكون مجموع الأعمدة في شبكة أقل من 11) DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),عدد الأعمدة للحقل في الشبكة (يجب أن يكون مجموع الأعمدة في شبكة أقل من 11)
DocType: DocType,System,نظام DocType: DocType,System,نظام
@@ -1196,7 +1196,7 @@ DocType: Help Article,Likes,اعجابات
DocType: Website Settings,Top Bar,الشريط الأعلى DocType: Website Settings,Top Bar,الشريط الأعلى
DocType: GSuite Settings,Script Code,رمز البرنامج النصي DocType: GSuite Settings,Script Code,رمز البرنامج النصي
apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,إنشاء البريد الإلكتروني المستخدم apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,إنشاء البريد الإلكتروني المستخدم
apps/frappe/frappe/core/doctype/doctype/doctype.py +647,No Permissions Specified,لا الأذونات المحددة
apps/frappe/frappe/core/doctype/doctype/doctype.py +651,No Permissions Specified,لا الأذونات المحددة
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,إعدادات العالمية: سوف يكون المستخدمون فقط قادرا على اختيار الرموز المحددة apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,إعدادات العالمية: سوف يكون المستخدمون فقط قادرا على اختيار الرموز المحددة
apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,لم يتم العثور على {0} apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,لم يتم العثور على {0}
DocType: Custom Role,Custom Role,دور مخصص DocType: Custom Role,Custom Role,دور مخصص
@@ -1208,12 +1208,12 @@ DocType: Dropbox Settings,Dropbox Access Secret,دروببوإكس الدخول
apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,إضافة تعليق آخر apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,إضافة تعليق آخر
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,تعديل DOCTYPE apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,تعديل DOCTYPE
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,إلغاء الاشتراك من النشرة الإخبارية apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,إلغاء الاشتراك من النشرة الإخبارية
apps/frappe/frappe/core/doctype/doctype/doctype.py +507,Fold must come before a Section Break,الطي يجب أن يأتي قبل فاصل القسم
apps/frappe/frappe/core/doctype/doctype/doctype.py +511,Fold must come before a Section Break,الطي يجب أن يأتي قبل فاصل القسم
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,تحت التطوير apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,تحت التطوير
apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,التعديل الأخير من قبل apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,التعديل الأخير من قبل
DocType: Workflow State,hand-down,إلى أسفل اليد DocType: Workflow State,hand-down,إلى أسفل اليد
DocType: Address,GST State,غست الدولة DocType: Address,GST State,غست الدولة
apps/frappe/frappe/core/doctype/doctype/doctype.py +695,{0}: Cannot set Cancel without Submit,{0} : لا يمكن تحديد الغاء دون تأكيد
apps/frappe/frappe/core/doctype/doctype/doctype.py +699,{0}: Cannot set Cancel without Submit,{0} : لا يمكن تحديد الغاء دون تأكيد
DocType: Website Theme,Theme,موضوع DocType: Website Theme,Theme,موضوع
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,كانت هناك أخطاء . apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,كانت هناك أخطاء .
DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,إعادة التوجيه URI ملزمة لكود التفويض DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,إعادة التوجيه URI ملزمة لكود التفويض
@@ -1252,7 +1252,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +7,
apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,أضف تعليق apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,أضف تعليق
DocType: DocField,Mandatory,إلزامي DocType: DocField,Mandatory,إلزامي
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,وحدة لتصدير apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,وحدة لتصدير
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,{0}: No basic permissions set,{0} : لم يتم تحديد صلاحيات أساسية
apps/frappe/frappe/core/doctype/doctype/doctype.py +663,{0}: No basic permissions set,{0} : لم يتم تحديد صلاحيات أساسية
apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,سوف صلاحية الاشتراك في {0}. apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,سوف صلاحية الاشتراك في {0}.
apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},سوف تكون عبر البريد الالكتروني رابط التحميل للنسخ الاحتياطي الخاص بك على عنوان البريد الإلكتروني التالي: {0} apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},سوف تكون عبر البريد الالكتروني رابط التحميل للنسخ الاحتياطي الخاص بك على عنوان البريد الإلكتروني التالي: {0}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend",معنى تسجيل ، إلغاء وتعديل apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend",معنى تسجيل ، إلغاء وتعديل
@@ -1267,6 +1267,7 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +129,Filters sa
DocType: DocField,Percent,في المئة DocType: DocField,Percent,في المئة
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,يرجى تعيين المرشحات apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,يرجى تعيين المرشحات
apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,ترتبط apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,ترتبط
apps/frappe/frappe/templates/emails/auto_email_report.html +48,Edit Auto Email Report Settings,تحرير إعدادات تقرير البريد الإلكتروني التلقائي
DocType: Workflow State,book,كتاب DocType: Workflow State,book,كتاب
DocType: Website Settings,Landing Page,الصفحة المقصودة DocType: Website Settings,Landing Page,الصفحة المقصودة
apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,خطأ في سيناريو مخصص apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,خطأ في سيناريو مخصص
@@ -1275,7 +1276,7 @@ apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +132,"Import R
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,لم يحدد ضوابط لهذه المعايير. apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,لم يحدد ضوابط لهذه المعايير.
DocType: Auto Email Report,Auto Email Report,ارسال التقارير عبر البريد الالكتروني الياً DocType: Auto Email Report,Auto Email Report,ارسال التقارير عبر البريد الالكتروني الياً
apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,رسائل البريد الإلكتروني ماكس apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,رسائل البريد الإلكتروني ماكس
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +575,Delete comment?,حذف تعليق؟
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +577,Delete comment?,حذف تعليق؟
DocType: Address Template,This format is used if country specific format is not found,ويستخدم هذا الشكل إذا لم يتم العثور على صيغة محددة البلاد DocType: Address Template,This format is used if country specific format is not found,ويستخدم هذا الشكل إذا لم يتم العثور على صيغة محددة البلاد
DocType: System Settings,Allow Login using Mobile Number,السماح بتسجيل الدخول باستخدام رقم الجوال DocType: System Settings,Allow Login using Mobile Number,السماح بتسجيل الدخول باستخدام رقم الجوال
apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,لم يكن لديك أذونات كافية للوصول إلى هذه الموارد. يرجى الاتصال بمدير الخاص بك للوصول. apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,لم يكن لديك أذونات كافية للوصول إلى هذه الموارد. يرجى الاتصال بمدير الخاص بك للوصول.
@@ -1291,7 +1292,7 @@ DocType: Print Format,Monospace,معدل النصوص والشروط
DocType: Letter Head,Printing,طبع DocType: Letter Head,Printing,طبع
DocType: Workflow State,thumbs-up,الابهام إلى أعلى DocType: Workflow State,thumbs-up,الابهام إلى أعلى
DocType: DocPerm,DocPerm,DocPerm DocType: DocPerm,DocPerm,DocPerm
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Precision should be between 1 and 6,يجب أن تكون الدقة بين 1 و 6
apps/frappe/frappe/core/doctype/doctype/doctype.py +467,Precision should be between 1 and 6,يجب أن تكون الدقة بين 1 و 6
apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},FW: {0} apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},FW: {0}
apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,و apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,و
DocType: Error Snapshot,Frames,إطارات DocType: Error Snapshot,Frames,إطارات
@@ -1304,9 +1305,10 @@ apps/frappe/frappe/utils/boilerplate.py +263,{app_title},{ app_title }
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,الرجاء تعيين مفاتيح الوصول دروببوإكس في التكوين موقعك apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,الرجاء تعيين مفاتيح الوصول دروببوإكس في التكوين موقعك
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,حذف هذا السجل للسماح إرسالها إلى عنوان البريد الإلكتروني هذا apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,حذف هذا السجل للسماح إرسالها إلى عنوان البريد الإلكتروني هذا
apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,ضرورية لسجلات جديدة الحقول الإلزامية فقط. يمكنك حذف الأعمدة غير الإلزامية إذا كنت ترغب في ذلك. apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,ضرورية لسجلات جديدة الحقول الإلزامية فقط. يمكنك حذف الأعمدة غير الإلزامية إذا كنت ترغب في ذلك.
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +269,Unable to update event,غير قادر على تحديث الحدث
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +262,Unable to update event,غير قادر على تحديث الحدث
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,تم إتمام الدفعة apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,تم إتمام الدفعة
apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}",يجب أن يحتوي الفلتر على 4 قيم (دوكتيب، فيلدنام، أوبيراتور، فالو): {0} apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}",يجب أن يحتوي الفلتر على 4 قيم (دوكتيب، فيلدنام، أوبيراتور، فالو): {0}
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,لم يتم العثور على قالب عنوان افتراضي. الرجاء إنشاء ملف جديد من الإعداد&gt; الطباعة والعلامة التجارية&gt; نموذج العنوان.
apps/frappe/frappe/utils/bot.py +89,show,تبين apps/frappe/frappe/utils/bot.py +89,show,تبين
DocType: Address Template,Address Template,قالب عنوان DocType: Address Template,Address Template,قالب عنوان
DocType: Workflow State,text-height,ارتفاع النص DocType: Workflow State,text-height,ارتفاع النص
@@ -1359,7 +1361,6 @@ apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +6,Can Write
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.",وثائق معينة ، مثل الفاتورة ، لا ينبغي تغييره مرة واحدة نهائية . و دعا الدولة النهائية ل هذه الوثائق المقدمة . يمكنك تقييد الأدوار التي يمكن إرسال. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.",وثائق معينة ، مثل الفاتورة ، لا ينبغي تغييره مرة واحدة نهائية . و دعا الدولة النهائية ل هذه الوثائق المقدمة . يمكنك تقييد الأدوار التي يمكن إرسال.
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,لا يسمح لك لتصدير هذا التقرير apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,لا يسمح لك لتصدير هذا التقرير
apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,عنصر واحد محدد apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,عنصر واحد محدد
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,"<p style=""""> لم يتم العثور على نتائج ل ' </p>"
DocType: Newsletter,Test Email Address,اختبار عنوان البريد الإلكتروني DocType: Newsletter,Test Email Address,اختبار عنوان البريد الإلكتروني
DocType: ToDo,Sender,مرسل DocType: ToDo,Sender,مرسل
DocType: GSuite Settings,Google Apps Script,غوغل أبس سكريبت DocType: GSuite Settings,Google Apps Script,غوغل أبس سكريبت
@@ -1372,7 +1373,7 @@ DocType: System Settings,Allow only one session per user,السماح لجلسة
apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,نسخ apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,نسخ
apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,مجلد الوطن / اختبار 1 / مجلد اختبار 3 apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,مجلد الوطن / اختبار 1 / مجلد اختبار 3
DocType: Website Settings,&lt;head&gt; HTML,<head> HTML DocType: Website Settings,&lt;head&gt; HTML,<head> HTML
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +66,Select or drag across time slots to create a new event.,اختر أو اسحب عبر فتحات الوقت لإنشاء حدث جديد.
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +67,Select or drag across time slots to create a new event.,اختر أو اسحب عبر فتحات الوقت لإنشاء حدث جديد.
DocType: DocField,In Filter,في تصفية DocType: DocField,In Filter,في تصفية
apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,كانبان apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,كانبان
DocType: DocType,Show in Module Section,تظهر في القسم وحدة DocType: DocType,Show in Module Section,تظهر في القسم وحدة
@@ -1393,7 +1394,7 @@ apps/frappe/frappe/email/doctype/email_account/email_account_list.js +6,Default
apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,استيراد الرمز البريدي apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,استيراد الرمز البريدي
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,معرف المستند apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,معرف المستند
DocType: Print Settings,Letter,الحرف DocType: Print Settings,Letter,الحرف
apps/frappe/frappe/core/doctype/doctype/doctype.py +556,Image field must be of type Attach Image,يجب أن يكون حقل صورة من نوع إرفاق صورة
apps/frappe/frappe/core/doctype/doctype/doctype.py +560,Image field must be of type Attach Image,يجب أن يكون حقل صورة من نوع إرفاق صورة
DocType: DocField,Columns,الأعمدة DocType: DocField,Columns,الأعمدة
DocType: Async Task,Succeeded,نجح DocType: Async Task,Succeeded,نجح
apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},الحقول الإلزامية المطلوبة في {0} apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},الحقول الإلزامية المطلوبة في {0}
@@ -1443,7 +1444,7 @@ DocType: DocField,Text Editor,محرر النصوص
apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,إعدادات صفحة من نحن apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,إعدادات صفحة من نحن
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,تحرير مخصص HTML apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,تحرير مخصص HTML
DocType: Error Snapshot,Error Snapshot,خطأ لقطة DocType: Error Snapshot,Error Snapshot,خطأ لقطة
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,In,في
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,In,في
DocType: Email Alert,Value Change,قيمة التغيير DocType: Email Alert,Value Change,قيمة التغيير
DocType: Standard Reply,Standard Reply,الرد القياسي DocType: Standard Reply,Standard Reply,الرد القياسي
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,عرض مربع الإدخال apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,عرض مربع الإدخال
@@ -1463,12 +1464,11 @@ apps/frappe/frappe/public/js/frappe/views/communication.js +82,Select Attachment
apps/frappe/frappe/model/naming.py +94, for {0},ل{0} apps/frappe/frappe/model/naming.py +94, for {0},ل{0}
apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,كانت هناك أخطاء. الرجاء الإبلاغ عن ذلك. apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,كانت هناك أخطاء. الرجاء الإبلاغ عن ذلك.
apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,لا يسمح لك طباعة هذه الوثيقة apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,لا يسمح لك طباعة هذه الوثيقة
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +107,Please set filters value in Report Filter table.,الرجاء تعيين قيمة المرشحات في الجدول تقرير تصفية.
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +120,Please set filters value in Report Filter table.,الرجاء تعيين قيمة المرشحات في الجدول تقرير تصفية.
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,تحميل تقرير apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,تحميل تقرير
apps/frappe/frappe/limits.py +72,Your subscription will expire today.,صلاحية اشتراكك ستنتهي اليوم. apps/frappe/frappe/limits.py +72,Your subscription will expire today.,صلاحية اشتراكك ستنتهي اليوم.
DocType: Page,Standard,معيار DocType: Page,Standard,معيار
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,إرفاق ملف apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,إرفاق ملف
apps/frappe/frappe/templates/emails/password_update.html +1,Password Update Notification,إخطار تعديل كلمة السر
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,حجم apps/frappe/frappe/desk/page/backups/backups.html +13,Size,حجم
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,التنازل الكامل apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,التنازل الكامل
DocType: Custom DocPerm,User Permission DocTypes,DocTypes إذن المستخدم DocType: Custom DocPerm,User Permission DocTypes,DocTypes إذن المستخدم
@@ -1481,6 +1481,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +10,Insert Abo
apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,الأسماء الشائعة والألقاب سهلة التخمين. apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,الأسماء الشائعة والألقاب سهلة التخمين.
apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,مسودة apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,مسودة
apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,هذا هو مماثل لكلمة شائعة الاستخدام. apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,هذا هو مماثل لكلمة شائعة الاستخدام.
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,"<p style=""""> لم يتم العثور على نتائج ل ' </p>"
DocType: User,Female,أنثى DocType: User,Female,أنثى
DocType: Print Settings,Modern,حديث DocType: Print Settings,Modern,حديث
apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,نتائج البحث apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,نتائج البحث
@@ -1535,7 +1536,7 @@ apps/frappe/frappe/core/doctype/file/file_list.js +65,Folder name should not inc
DocType: Note,Note,ملاحظات DocType: Note,Note,ملاحظات
apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,أبلغ عن مشكلة apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,أبلغ عن مشكلة
apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,لا تتطابق شروط التعليقات apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,لا تتطابق شروط التعليقات
apps/frappe/frappe/core/doctype/doctype/doctype.py +570,Timeline field must be a valid fieldname,يجب أن يكون حقل الزمني لFIELDNAME صحيح
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a valid fieldname,يجب أن يكون حقل الزمني لFIELDNAME صحيح
DocType: Currency,Symbol,رمز DocType: Currency,Symbol,رمز
apps/frappe/frappe/model/base_document.py +534,Row #{0}:,الصف # {0}: apps/frappe/frappe/model/base_document.py +534,Row #{0}:,الصف # {0}:
apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,كلمة مرور جديدة عبر البريد الالكتروني apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,كلمة مرور جديدة عبر البريد الالكتروني
@@ -1592,8 +1593,7 @@ DocType: Web Page,Text Align,محاذاة النص
apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},الإسم لا يمكن أن يحتوي على أحرف خاصة مثل {0} apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},الإسم لا يمكن أن يحتوي على أحرف خاصة مثل {0}
DocType: Contact Us Settings,Forward To Email Address,انتقل إلى عنوان البريد الإلكتروني DocType: Contact Us Settings,Forward To Email Address,انتقل إلى عنوان البريد الإلكتروني
apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,إظهار جميع البيانات apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,إظهار جميع البيانات
apps/frappe/frappe/core/doctype/doctype/doctype.py +527,Title field must be a valid fieldname,يجب أن يكون حقل العنوان ل fieldname صالحة
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,لم يتم إعداد حساب البريد الإلكتروني. يرجى إنشاء حساب بريد إلكتروني جديد من الإعداد&gt; البريد الإلكتروني&gt; حساب البريد الإلكتروني
apps/frappe/frappe/core/doctype/doctype/doctype.py +531,Title field must be a valid fieldname,يجب أن يكون حقل العنوان ل fieldname صالحة
apps/frappe/frappe/config/core.py +7,Documents,وثائق apps/frappe/frappe/config/core.py +7,Documents,وثائق
DocType: Email Flag Queue,Is Completed,قد اكتمل DocType: Email Flag Queue,Is Completed,قد اكتمل
apps/frappe/frappe/www/me.html +22,Edit Profile,تعديل الملف الشخصي apps/frappe/frappe/www/me.html +22,Edit Profile,تعديل الملف الشخصي
@@ -1645,7 +1645,7 @@ DocType: Standard Reply,Standard Reply Help,رد مساعدة القياسية
DocType: Blogger,Avatar,الصورة الرمزية DocType: Blogger,Avatar,الصورة الرمزية
DocType: Blogger,Posts,المشاركات DocType: Blogger,Posts,المشاركات
DocType: DocType,Has Web View,لديها عرض ويب DocType: DocType,Has Web View,لديها عرض ويب
apps/frappe/frappe/core/doctype/doctype/doctype.py +377,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores",يجب أن يبدأ اسم DOCTYPE مع بريد إلكتروني ويمكن أن تتكون فقط من الحروف والأرقام والمسافات وأحرف (_)
apps/frappe/frappe/core/doctype/doctype/doctype.py +381,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores",يجب أن يبدأ اسم DOCTYPE مع بريد إلكتروني ويمكن أن تتكون فقط من الحروف والأرقام والمسافات وأحرف (_)
DocType: Communication,Spam,بريد مؤذي DocType: Communication,Spam,بريد مؤذي
DocType: Integration Request,Integration Request,التكامل طلب DocType: Integration Request,Integration Request,التكامل طلب
apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,العزيز apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,العزيز
@@ -1681,7 +1681,7 @@ DocType: Website Settings,Sub-domain provided by erpnext.com,المجال الف
DocType: System Settings,dd-mm-yyyy,DD-MM-YYYY DocType: System Settings,dd-mm-yyyy,DD-MM-YYYY
apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,يجب أن يكون لديك إذن للوصول إلى هذا التقرير. apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,يجب أن يكون لديك إذن للوصول إلى هذا التقرير.
apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,يرجى تحديد الحد الأدنى لسجل كلمة المرور apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,يرجى تحديد الحد الأدنى لسجل كلمة المرور
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,Added,تم الاضافة
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,Added,تم الاضافة
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.",تحديث فقط، لا تقم بإدخال أرقام قياسية جديدة. apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.",تحديث فقط، لا تقم بإدخال أرقام قياسية جديدة.
apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,يتم إرسالها حدث الموجز اليومي على أحداث التقويم حيث يتم تعيين التذكير. apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,يتم إرسالها حدث الموجز اليومي على أحداث التقويم حيث يتم تعيين التذكير.
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,مشاهدة الموقع apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,مشاهدة الموقع
@@ -1695,7 +1695,7 @@ DocType: Integration Request,Reference DocName,إشارة DocName
DocType: Web Form,Success Message,رسالة النجاح DocType: Web Form,Success Message,رسالة النجاح
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,تصدير تخصيصات apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,تصدير تخصيصات
DocType: DocType,User Cannot Search,لا يمكن للمستخدم البحث DocType: DocType,User Cannot Search,لا يمكن للمستخدم البحث
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +83,Invalid Output Format,تنسيق الإخراج غير صالح
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Invalid Output Format,تنسيق الإخراج غير صالح
DocType: Custom DocPerm,Apply this rule if the User is the Owner,تطبيق هذا الحكم إذا كان المستخدم هو مالك DocType: Custom DocPerm,Apply this rule if the User is the Owner,تطبيق هذا الحكم إذا كان المستخدم هو مالك
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,سيكون معرف تسجيل الدخول apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,سيكون معرف تسجيل الدخول
apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,بناء تقرير apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,بناء تقرير
@@ -1713,10 +1713,11 @@ apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +138,There were e
apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,أغلق apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,أغلق
apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,لا يمكن تغيير docstatus 0-2 apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,لا يمكن تغيير docstatus 0-2
DocType: User Permission for Page and Report,Roles Permission,أدوار إذن DocType: User Permission for Page and Report,Roles Permission,أدوار إذن
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,لم يتم إعداد حساب البريد الإلكتروني. يرجى إنشاء حساب بريد إلكتروني جديد من الإعداد&gt; البريد الإلكتروني&gt; حساب البريد الإلكتروني
apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,تحديث apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,تحديث
DocType: Error Snapshot,Snapshot View,لقطة مشاهدة DocType: Error Snapshot,Snapshot View,لقطة مشاهدة
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,الرجاء حفظ النشرة قبل الإرسال apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,الرجاء حفظ النشرة قبل الإرسال
apps/frappe/frappe/core/doctype/doctype/doctype.py +426,Options must be a valid DocType for field {0} in row {1},يجب أن تكون الخيارات ل DOCTYPE صالحة لحقل {0} في {1} الصف
apps/frappe/frappe/core/doctype/doctype/doctype.py +430,Options must be a valid DocType for field {0} in row {1},يجب أن تكون الخيارات ل DOCTYPE صالحة لحقل {0} في {1} الصف
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,تحرير خصائص apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,تحرير خصائص
DocType: Patch Log,List of patches executed,قائمة من بقع أعدمت DocType: Patch Log,List of patches executed,قائمة من بقع أعدمت
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} غير مشترك أصلاً apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} غير مشترك أصلاً
@@ -1809,7 +1810,7 @@ apps/frappe/frappe/core/doctype/version/version_view.html +32,Rows Added,واض
apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,نجاح! كنت جيدة للذهاب 👍 apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,نجاح! كنت جيدة للذهاب 👍
apps/frappe/frappe/www/me.html +3,My Account,حسابي apps/frappe/frappe/www/me.html +3,My Account,حسابي
DocType: ToDo,Allocated To,المخصصة ل DocType: ToDo,Allocated To,المخصصة ل
apps/frappe/frappe/templates/emails/password_reset.html +4,Please click on the following link to set your new password,الرجاء الضغط على الرابط التالي لتعيين كلمة المرور الجديدة
apps/frappe/frappe/templates/emails/password_reset.html +2,Please click on the following link to set your new password,الرجاء الضغط على الرابط التالي لتعيين كلمة المرور الجديدة
DocType: Email Alert,Days After,أيام بعد DocType: Email Alert,Days After,أيام بعد
DocType: Newsletter,Receipient,RECEIPIENT DocType: Newsletter,Receipient,RECEIPIENT
DocType: Contact Us Settings,Settings for Contact Us Page,إعدادات صفحة الاتصال بنا DocType: Contact Us Settings,Settings for Contact Us Page,إعدادات صفحة الاتصال بنا
@@ -1823,7 +1824,7 @@ DocType: Property Setter,Property Type,نوع الملكية
DocType: Workflow State,screenshot,لقطة شاشة DocType: Workflow State,screenshot,لقطة شاشة
apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,مسؤول فقط يمكن حفظ تقرير القياسية. الرجاء إعادة تسمية وحفظ. apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,مسؤول فقط يمكن حفظ تقرير القياسية. الرجاء إعادة تسمية وحفظ.
DocType: System Settings,Background Workers,عمال الخلفية DocType: System Settings,Background Workers,عمال الخلفية
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,Fieldname {0} conflicting with meta object,فييلدنام {0} متعارضة مع كائن ميتا
apps/frappe/frappe/core/doctype/doctype/doctype.py +783,Fieldname {0} conflicting with meta object,فييلدنام {0} متعارضة مع كائن ميتا
DocType: Deleted Document,Data,معطيات DocType: Deleted Document,Data,معطيات
apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,حالة المستند apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,حالة المستند
apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},كنت قد قدمت {0} من {1} apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},كنت قد قدمت {0} من {1}
@@ -1887,7 +1888,6 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +70,"""Parent"" signif
DocType: Website Theme,Apply Style,تطبيق نمط DocType: Website Theme,Apply Style,تطبيق نمط
DocType: Feedback Request,Feedback Rating,ردود الفعل التصويت DocType: Feedback Request,Feedback Rating,ردود الفعل التصويت
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,مشترك مع apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,مشترك مع
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,الإعداد&gt; مدير أذونات المستخدم
DocType: Help Category,Help Articles,مقالات المساعدة DocType: Help Category,Help Articles,مقالات المساعدة
,Modules Setup,إعداد وحدات ,Modules Setup,إعداد وحدات
apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,النوع: apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,النوع:
@@ -1934,12 +1934,11 @@ apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 2,ال
DocType: Feedback Trigger,Email Field,البريد الإلكتروني الميدان DocType: Feedback Trigger,Email Field,البريد الإلكتروني الميدان
apps/frappe/frappe/www/update-password.html +59,New Password Required.,كلمة مرور جديدة مطلوبة. apps/frappe/frappe/www/update-password.html +59,New Password Required.,كلمة مرور جديدة مطلوبة.
apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} مشاركة هذه الوثيقة مع {1} apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} مشاركة هذه الوثيقة مع {1}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,الإعداد&gt; المستخدم
DocType: Website Settings,Brand Image,صورة العلامة التجارية DocType: Website Settings,Brand Image,صورة العلامة التجارية
DocType: Print Settings,A4,أ4 DocType: Print Settings,A4,أ4
apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.",الإعداد من أعلى الملاحة تذييل وبار والشعار. apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.",الإعداد من أعلى الملاحة تذييل وبار والشعار.
DocType: Web Form Field,Max Value,ماكس القيمة DocType: Web Form Field,Max Value,ماكس القيمة
apps/frappe/frappe/core/doctype/doctype/doctype.py +655,For {0} at level {1} in {2} in row {3},ل {0} في {1} مستوى في {2} في {3} الصف
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,For {0} at level {1} in {2} in row {3},ل {0} في {1} مستوى في {2} في {3} الصف
DocType: Contact,All,جميع DocType: Contact,All,جميع
DocType: Email Queue,Recipient,مستلم DocType: Email Queue,Recipient,مستلم
DocType: Communication,Has Attachment,لديها مرفق DocType: Communication,Has Attachment,لديها مرفق
@@ -1957,7 +1956,7 @@ DocType: Auto Email Report,Email To,البريد الإلكتروني الى
apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,المجلد {0} ليست فارغة apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,المجلد {0} ليست فارغة
DocType: Page,Roles,الأدوار DocType: Page,Roles,الأدوار
apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},خطأ: قيمة مفقودة ل {0}: {1} apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},خطأ: قيمة مفقودة ل {0}: {1}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +286,Field {0} is not selectable.,الحقل {0} ليس اختيار.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +287,Field {0} is not selectable.,الحقل {0} ليس اختيار.
DocType: System Settings,Session Expiry,الدورة انتهاء الاشتراك DocType: System Settings,Session Expiry,الدورة انتهاء الاشتراك
DocType: Workflow State,ban-circle,دائرة الحظر DocType: Workflow State,ban-circle,دائرة الحظر
DocType: Email Flag Queue,Unread,غير مقروء DocType: Email Flag Queue,Unread,غير مقروء
@@ -2015,7 +2014,7 @@ DocType: DocType,"Naming Options:
<ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>","تسمية خيارات: <ol style=""""><li style=""""> <b>الملعب: [FIELDNAME]</b> - من الميدان </li><li style=""""> <b>naming_series:</b> - عن طريق تسمية سلسلة (يجب أن يكون حقل يسمى naming_series الحالي </li><li style=""""> <b>عاجل</b> - مطالبة المستخدم عن اسم </li><li style=""""> <b>[سلسلة]</b> - سلسلة من بادئة (مفصولة نقطة). على سبيل المثال PRE. ##### </li></ol>" <ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>","تسمية خيارات: <ol style=""""><li style=""""> <b>الملعب: [FIELDNAME]</b> - من الميدان </li><li style=""""> <b>naming_series:</b> - عن طريق تسمية سلسلة (يجب أن يكون حقل يسمى naming_series الحالي </li><li style=""""> <b>عاجل</b> - مطالبة المستخدم عن اسم </li><li style=""""> <b>[سلسلة]</b> - سلسلة من بادئة (مفصولة نقطة). على سبيل المثال PRE. ##### </li></ol>"
DocType: Blog Post,Email Sent,إرسال البريد الإلكتروني DocType: Blog Post,Email Sent,إرسال البريد الإلكتروني
DocType: DocField,Ignore XSS Filter,تجاهل XSS تصفية DocType: DocField,Ignore XSS Filter,تجاهل XSS تصفية
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,removed,إزالة
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,removed,إزالة
apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,إعدادات النسخ الاحتياطي دروببوإكس apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,إعدادات النسخ الاحتياطي دروببوإكس
apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,إرسال كبريد الالكتروني apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,إرسال كبريد الالكتروني
DocType: Website Theme,Link Color,ارتباط اللون DocType: Website Theme,Link Color,ارتباط اللون
@@ -2148,6 +2147,7 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,ا
DocType: DocType,Setup,الإعدادات DocType: DocType,Setup,الإعدادات
DocType: Email Account,Initial Sync Count,عدد مزامنة الأولي DocType: Email Account,Initial Sync Count,عدد مزامنة الأولي
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},تعليق جديد على {0} {1} apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},تعليق جديد على {0} {1}
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} سنة (سنوات)
DocType: Workflow State,glass,زجاج DocType: Workflow State,glass,زجاج
DocType: DocType,Timeline Field,الجدول الزمني الميدان DocType: DocType,Timeline Field,الجدول الزمني الميدان
DocType: Country,Time Zones,من المناطق الزمنية DocType: Country,Time Zones,من المناطق الزمنية
@@ -2182,10 +2182,10 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +77,You are not
apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,معلومات: apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,معلومات:
DocType: Custom Field,Permission Level,إذن المستوى DocType: Custom Field,Permission Level,إذن المستوى
DocType: User,Send Notifications for Transactions I Follow,إرسال الإشعارات عن المعاملات التي أتابعها DocType: User,Send Notifications for Transactions I Follow,إرسال الإشعارات عن المعاملات التي أتابعها
apps/frappe/frappe/core/doctype/doctype/doctype.py +698,"{0}: Cannot set Submit, Cancel, Amend without Write",{0} : لا يمكن تحديد تأكيد ، الغاء ، تعديل دون كتابة
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,"{0}: Cannot set Submit, Cancel, Amend without Write",{0} : لا يمكن تحديد تأكيد ، الغاء ، تعديل دون كتابة
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,هل أنت متأكد أنك تريد حذف المرفق؟ apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,هل أنت متأكد أنك تريد حذف المرفق؟
apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","لا يمكن حذف أو إلغاء ل{0} <a href=""#Form/{0}/{1}"">{1}</a> يرتبط مع {2} <a href=""#Form/{2}/{3}"">{3}</a>" apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","لا يمكن حذف أو إلغاء ل{0} <a href=""#Form/{0}/{1}"">{1}</a> يرتبط مع {2} <a href=""#Form/{2}/{3}"">{3}</a>"
apps/frappe/frappe/__init__.py +1070,Thank you,شكرا
apps/frappe/frappe/__init__.py +1071,Thank you,شكرا
apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,حفظ apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,حفظ
DocType: Print Settings,Print Style Preview,معاينة قبل الطباعة ستايل DocType: Print Settings,Print Style Preview,معاينة قبل الطباعة ستايل
apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,إختبار_المجلد apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,إختبار_المجلد
@@ -2229,7 +2229,7 @@ apps/frappe/frappe/public/js/frappe/list/list_renderer.js +501,2 days ago,منذ
apps/frappe/frappe/config/website.py +47,Categorize blog posts.,تصنيف تدوينات المدونة apps/frappe/frappe/config/website.py +47,Categorize blog posts.,تصنيف تدوينات المدونة
DocType: Workflow State,Time,الوقت DocType: Workflow State,Time,الوقت
DocType: DocField,Attach,إرفاق DocType: DocField,Attach,إرفاق
apps/frappe/frappe/core/doctype/doctype/doctype.py +539,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} غير صالح كأسم حقل. يجب أن يكون {{field_name}}.
apps/frappe/frappe/core/doctype/doctype/doctype.py +543,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} غير صالح كأسم حقل. يجب أن يكون {{field_name}}.
DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,إرسال ملاحظات طلب فقط إذا كان هناك اتصال واحد على الأقل متاح للوثيقة. DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,إرسال ملاحظات طلب فقط إذا كان هناك اتصال واحد على الأقل متاح للوثيقة.
DocType: Custom Role,Permission Rules,إذن قوانين DocType: Custom Role,Permission Rules,إذن قوانين
DocType: GSuite Settings,GSuite Settings,إعدادات غسويت DocType: GSuite Settings,GSuite Settings,إعدادات غسويت
@@ -2249,7 +2249,7 @@ apps/frappe/frappe/website/doctype/blog_post/blog_post.py +106,Posts by {0},مش
apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.",لتنسيق الأعمدة، وإعطاء تسميات الأعمدة في الاستعلام. apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.",لتنسيق الأعمدة، وإعطاء تسميات الأعمدة في الاستعلام.
DocType: Has Domain,Has Domain,لديه النطاق DocType: Has Domain,Has Domain,لديه النطاق
apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,ليس لديك حساب ؟ تسجيل الدخول apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,ليس لديك حساب ؟ تسجيل الدخول
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,{0}: Cannot set Assign Amend if not Submittable,{0} : لا يمكن تحديد تعيين بالتعديل إن لم يكن قابل للتأكيد
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set Assign Amend if not Submittable,{0} : لا يمكن تحديد تعيين بالتعديل إن لم يكن قابل للتأكيد
DocType: Address,Bihar,بيهار DocType: Address,Bihar,بيهار
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,ضوابط تعديل الادوار apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,ضوابط تعديل الادوار
DocType: Communication,Link DocType,رابط DOCTYPE DocType: Communication,Link DocType,رابط DOCTYPE
@@ -2301,7 +2301,7 @@ DocType: DocField,Set non-standard precision for a Float or Currency field,تع
DocType: Email Account,Ignore attachments over this size,تجاهل إرفاق ملفات أكثر من هذا الحجم DocType: Email Account,Ignore attachments over this size,تجاهل إرفاق ملفات أكثر من هذا الحجم
DocType: Address,Preferred Billing Address,عنوان الفواتير المفضل DocType: Address,Preferred Billing Address,عنوان الفواتير المفضل
apps/frappe/frappe/config/integrations.py +63,External Documents,المستندات الخارجية apps/frappe/frappe/config/integrations.py +63,External Documents,المستندات الخارجية
apps/frappe/frappe/database.py +235,Too many writes in one request. Please send smaller requests,الكثير من يكتب في طلب واحد . يرجى إرسال طلبات أصغر
apps/frappe/frappe/database.py +247,Too many writes in one request. Please send smaller requests,الكثير من يكتب في طلب واحد . يرجى إرسال طلبات أصغر
apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,القيم المتغيرة apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,القيم المتغيرة
DocType: Workflow State,arrow-up,سهم لأعلى DocType: Workflow State,arrow-up,سهم لأعلى
DocType: OAuth Bearer Token,Expires In,ينتهي في DocType: OAuth Bearer Token,Expires In,ينتهي في
@@ -2349,7 +2349,7 @@ apps/frappe/frappe/core/page/data_import_tool/importer.py +81,Please make sure t
apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,يرجى التأكد من أن التعريف الخاص بك لديه عنوان البريد الإلكتروني apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,يرجى التأكد من أن التعريف الخاص بك لديه عنوان البريد الإلكتروني
apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,لديك تغييرات لم يتم حفظها في هذا النموذج. apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,لديك تغييرات لم يتم حفظها في هذا النموذج.
DocType: Address,Telangana,تيلانجانا DocType: Address,Telangana,تيلانجانا
apps/frappe/frappe/core/doctype/doctype/doctype.py +459,Default for {0} must be an option,الافتراضي ل{0} يجب أن يكون خيارا
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Default for {0} must be an option,الافتراضي ل{0} يجب أن يكون خيارا
DocType: Tag Doc Category,Tag Doc Category,العلامة دوك الفئة DocType: Tag Doc Category,Tag Doc Category,العلامة دوك الفئة
DocType: User,User Image,صورة المستخدم DocType: User,User Image,صورة المستخدم
apps/frappe/frappe/email/queue.py +304,Emails are muted,رسائل البريد الإلكتروني هي صامتة apps/frappe/frappe/email/queue.py +304,Emails are muted,رسائل البريد الإلكتروني هي صامتة
@@ -2394,7 +2394,7 @@ DocType: Async Task,Running,تشغيل
apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,إعادة تعيين كلمة المرور apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,إعادة تعيين كلمة المرور
apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,يرجى الترقية إلى إضافة المزيد من {0} المشتركين apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,يرجى الترقية إلى إضافة المزيد من {0} المشتركين
DocType: Workflow State,hand-left,اليد اليسرى DocType: Workflow State,hand-left,اليد اليسرى
apps/frappe/frappe/core/doctype/doctype/doctype.py +472,Fieldtype {0} for {1} cannot be unique,Fieldtype {0} ل {1} لا يمكن أن تكون فريدة من نوعها
apps/frappe/frappe/core/doctype/doctype/doctype.py +476,Fieldtype {0} for {1} cannot be unique,Fieldtype {0} ل {1} لا يمكن أن تكون فريدة من نوعها
DocType: Email Account,Use SSL,استخدام SSL DocType: Email Account,Use SSL,استخدام SSL
DocType: Workflow State,play-circle,لعب دائرة DocType: Workflow State,play-circle,لعب دائرة
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,حدد تنسيق طباعة إلى تحرير apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,حدد تنسيق طباعة إلى تحرير
@@ -2450,7 +2450,7 @@ DocType: DocField,No Copy,اي نسخة
DocType: Workflow State,qrcode,qrcode DocType: Workflow State,qrcode,qrcode
apps/frappe/frappe/www/login.html +34,Login with LDAP,تسجيل الدخول مع LDAP apps/frappe/frappe/www/login.html +34,Login with LDAP,تسجيل الدخول مع LDAP
DocType: Web Form,Breadcrumbs,فتات الخبز DocType: Web Form,Breadcrumbs,فتات الخبز
apps/frappe/frappe/core/doctype/doctype/doctype.py +671,If Owner,إذا المالك
apps/frappe/frappe/core/doctype/doctype/doctype.py +675,If Owner,إذا المالك
DocType: OAuth Authorization Code,Expiration time,وقت انتهاء الصلاحية DocType: OAuth Authorization Code,Expiration time,وقت انتهاء الصلاحية
DocType: Web Page,Website Sidebar,الشريط الجانبي الموقع DocType: Web Page,Website Sidebar,الشريط الجانبي الموقع
DocType: Web Form,Show Sidebar,مشاهدة الشريط الجانبي DocType: Web Form,Show Sidebar,مشاهدة الشريط الجانبي
@@ -2622,6 +2622,7 @@ apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,إضافة /
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},"لا يمكن إلغاء قبل تسجيل . apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},"لا يمكن إلغاء قبل تسجيل .
{0}" {0}"
apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,تنسيق الطباعة {0} تم تعطيل apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,تنسيق الطباعة {0} تم تعطيل
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,الرجاء الإعداد الافتراضي حساب البريد الإلكتروني من الإعداد&gt; البريد الإلكتروني&gt; حساب البريد الإلكتروني
DocType: Email Alert,Send days before or after the reference date,إرسال أيام قبل أو بعد التاريخ المرجعي DocType: Email Alert,Send days before or after the reference date,إرسال أيام قبل أو بعد التاريخ المرجعي
DocType: User,Allow user to login only after this hour (0-24),تسمح للمستخدم لتسجيل الدخول فقط بعد هذه الساعة (0-24) DocType: User,Allow user to login only after this hour (0-24),تسمح للمستخدم لتسجيل الدخول فقط بعد هذه الساعة (0-24)
apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,قيمة apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,قيمة
@@ -2637,7 +2638,6 @@ DocType: ToDo,Priority,أفضلية
DocType: Email Queue,Unsubscribe Param,إلغاء الاشتراك بارام DocType: Email Queue,Unsubscribe Param,إلغاء الاشتراك بارام
DocType: Auto Email Report,Weekly,الأسبوعية DocType: Auto Email Report,Weekly,الأسبوعية
DocType: Communication,In Reply To,ردا على DocType: Communication,In Reply To,ردا على
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,لم يتم العثور على قالب عنوان افتراضي. الرجاء إنشاء ملف جديد من الإعداد&gt; الطباعة والعلامة التجارية&gt; نموذج العنوان.
DocType: DocType,Allow Import (via Data Import Tool),السماح بالاستيراد (عبر أداة استيراد البيانات) DocType: DocType,Allow Import (via Data Import Tool),السماح بالاستيراد (عبر أداة استيراد البيانات)
apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,ريال سعودى apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,ريال سعودى
DocType: DocField,Float,رقم عشري DocType: DocField,Float,رقم عشري
@@ -2680,7 +2680,7 @@ apps/frappe/frappe/templates/emails/auto_reply.html +1,Thank you for your email,
DocType: DocField,Small Text,نص صغير DocType: DocField,Small Text,نص صغير
apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,.{2} المسؤول ولج {0} بتاريخ {1} عبر العنوان apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,.{2} المسؤول ولج {0} بتاريخ {1} عبر العنوان
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,تساوي apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,تساوي
apps/frappe/frappe/core/doctype/doctype/doctype.py +453,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',"'الارتباط الحيوي ""نوع من الخيارات الميدانية يجب أن يشير إلى رابط حقل آخر مع خيارات باسم' DOCTYPE '"
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',"'الارتباط الحيوي ""نوع من الخيارات الميدانية يجب أن يشير إلى رابط حقل آخر مع خيارات باسم' DOCTYPE '"
DocType: About Us Settings,Team Members Heading,عنوان أعضاء الفريق DocType: About Us Settings,Team Members Heading,عنوان أعضاء الفريق
apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,تنسيق CSV غير صالح apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,تنسيق CSV غير صالح
apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,تعيين عدد من النسخ الاحتياطية apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,تعيين عدد من النسخ الاحتياطية
@@ -2714,7 +2714,7 @@ DocType: Kanban Board Column,Column Name,اسم العمود
DocType: Language,Based On,وبناء على DocType: Language,Based On,وبناء على
apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,جعله الافتراضي apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,جعله الافتراضي
apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,التحقق من عنوان فرابي خادم apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,التحقق من عنوان فرابي خادم
apps/frappe/frappe/core/doctype/doctype/doctype.py +495,Fieldtype {0} for {1} cannot be indexed,Fieldtype {0} ل {1} لا يمكن فهرستها
apps/frappe/frappe/core/doctype/doctype/doctype.py +499,Fieldtype {0} for {1} cannot be indexed,Fieldtype {0} ل {1} لا يمكن فهرستها
DocType: Communication,Email Account,حساب البريد الإلكتروني DocType: Communication,Email Account,حساب البريد الإلكتروني
DocType: Workflow State,Download,تحميل DocType: Workflow State,Download,تحميل
DocType: Blog Post,Blog Intro,بدايه المدونه DocType: Blog Post,Blog Intro,بدايه المدونه
@@ -2746,15 +2746,15 @@ apps/frappe/frappe/email/doctype/email_group/email_group.js +45,New Newsletter,
DocType: Print Settings,Send Print as PDF,PDF إرسال طباعة بصيغة DocType: Print Settings,Send Print as PDF,PDF إرسال طباعة بصيغة
DocType: Web Form,Amount,كمية DocType: Web Form,Amount,كمية
DocType: Workflow Transition,Allowed,سمح DocType: Workflow Transition,Allowed,سمح
apps/frappe/frappe/core/doctype/doctype/doctype.py +502,There can be only one Fold in a form,يمكن أن يكون هناك واحد فقط طية في شكل
apps/frappe/frappe/core/doctype/doctype/doctype.py +506,There can be only one Fold in a form,يمكن أن يكون هناك واحد فقط طية في شكل
apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},تعذر كتابة تنسيق الملف {0} apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},تعذر كتابة تنسيق الملف {0}
apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,استعادة الإعدادات الافتراضية؟ apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,استعادة الإعدادات الافتراضية؟
apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,الصفحة الرئيسية غير صالحة apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,الصفحة الرئيسية غير صالحة
apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,تسجيل الدخول غير صالح. حاول ثانية. apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,تسجيل الدخول غير صالح. حاول ثانية.
apps/frappe/frappe/core/doctype/doctype/doctype.py +420,Options required for Link or Table type field {0} in row {1},الخيارات المطلوبة للارتباط أو حقل نوع الجدول {0} في الصف {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +424,Options required for Link or Table type field {0} in row {1},الخيارات المطلوبة للارتباط أو حقل نوع الجدول {0} في الصف {1}
DocType: Auto Email Report,Send only if there is any data,إرسال فقط إذا كان هناك أي بيانات DocType: Auto Email Report,Send only if there is any data,إرسال فقط إذا كان هناك أي بيانات
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,إعادة تعيين المرشحات apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,إعادة تعيين المرشحات
apps/frappe/frappe/core/doctype/doctype/doctype.py +688,{0}: Permission at level 0 must be set before higher levels are set,{0} : صلاحيات على مستوى 0 يجب تحديده قبل أن يتم تحديد صلاحيات أعلى
apps/frappe/frappe/core/doctype/doctype/doctype.py +692,{0}: Permission at level 0 must be set before higher levels are set,{0} : صلاحيات على مستوى 0 يجب تحديده قبل أن يتم تحديد صلاحيات أعلى
apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},احالة مغلقة من قبل {0} apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},احالة مغلقة من قبل {0}
DocType: Integration Request,Remote,عن بعد DocType: Integration Request,Remote,عن بعد
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,إحسب apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,إحسب
@@ -2774,7 +2774,7 @@ DocType: DocField,Perm Level,بيرم المستوى
apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,الأحداث في التقويم اليوم apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,الأحداث في التقويم اليوم
DocType: Web Page,Web Page,صفحة على الإنترنت DocType: Web Page,Web Page,صفحة على الإنترنت
DocType: Blog Category,Blogger,مدون DocType: Blog Category,Blogger,مدون
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In Global Search' not allowed for type {0} in row {1},"""في البحث العام"" غير مسموح للنوع {0} في الصف {1}"
apps/frappe/frappe/core/doctype/doctype/doctype.py +449,'In Global Search' not allowed for type {0} in row {1},"""في البحث العام"" غير مسموح للنوع {0} في الصف {1}"
apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,عرض القائمة apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,عرض القائمة
apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},يجب أن تكون الآن في شكل : {0} apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},يجب أن تكون الآن في شكل : {0}
DocType: Workflow,Don't Override Status,لا تجاوز الحالة DocType: Workflow,Don't Override Status,لا تجاوز الحالة
@@ -2823,7 +2823,7 @@ DocType: Website Theme,Background,خلفية
DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.",قائمة JSON من DocTypes تستخدم لتطبيق أذونات المستخدم. اذا كانت فارغة، وسوف تستخدم كل DocTypes مرتبطة تطبيق أذونات المستخدم. DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.",قائمة JSON من DocTypes تستخدم لتطبيق أذونات المستخدم. اذا كانت فارغة، وسوف تستخدم كل DocTypes مرتبطة تطبيق أذونات المستخدم.
DocType: Report,Ref DocType,المرجع DOCTYPE DocType: Report,Ref DocType,المرجع DOCTYPE
apps/frappe/frappe/www/feedback.py +42,Please add a rating,الرجاء إضافة تقييم apps/frappe/frappe/www/feedback.py +42,Please add a rating,الرجاء إضافة تقييم
apps/frappe/frappe/core/doctype/doctype/doctype.py +700,{0}: Cannot set Amend without Cancel,{0} : لا يمكن تعيين تعدل دون الغاء
apps/frappe/frappe/core/doctype/doctype/doctype.py +704,{0}: Cannot set Amend without Cancel,{0} : لا يمكن تعيين تعدل دون الغاء
apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,صفحة كاملة apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,صفحة كاملة
DocType: DocType,Is Child Table,هو الجدول التابع DocType: DocType,Is Child Table,هو الجدول التابع
apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} يجب أن يكون واحدا من {1} apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} يجب أن يكون واحدا من {1}
@@ -2852,7 +2852,7 @@ DocType: Event,Send an email reminder in the morning,إرسال رسالة تذ
DocType: Blog Post,Published On,نشرت في DocType: Blog Post,Published On,نشرت في
DocType: Contact,Gender,جنس DocType: Contact,Gender,جنس
apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,معلومات إلزامية مفقود: apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,معلومات إلزامية مفقود:
apps/frappe/frappe/core/doctype/doctype/doctype.py +492,Field '{0}' cannot be set as Unique as it has non-unique values,الحقل '{0}' لا يمكن تعيينه فريد من نوعه، كما أن لديها قيمة غير فريدة
apps/frappe/frappe/core/doctype/doctype/doctype.py +496,Field '{0}' cannot be set as Unique as it has non-unique values,الحقل '{0}' لا يمكن تعيينه فريد من نوعه، كما أن لديها قيمة غير فريدة
apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,فقط 200 إدراج سمحت في طلب واحد apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,فقط 200 إدراج سمحت في طلب واحد
DocType: Footer Item,URL,رابط الانترنت DocType: Footer Item,URL,رابط الانترنت
DocType: ToDo,Reference Type,مرجع نوع DocType: ToDo,Reference Type,مرجع نوع
@@ -2895,8 +2895,8 @@ apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +135,Please save
apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} مشتركين تم اضافتهم apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} مشتركين تم اضافتهم
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,ليس في apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,ليس في
DocType: Workflow State,star,نجم DocType: Workflow State,star,نجم
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +228,values separated by commas,قيم مفصولة بفواصل
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Max width for type Currency is 100px in row {0},عرض ماكس لنوع العملة هو 100px في الصف {0}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,values separated by commas,قيم مفصولة بفواصل
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,Max width for type Currency is 100px in row {0},عرض ماكس لنوع العملة هو 100px في الصف {0}
apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},يرجى حصة ملاحظاتك عن {0} apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},يرجى حصة ملاحظاتك عن {0}
apps/frappe/frappe/config/website.py +13,Content web page.,محتوى الويب الصفحة. apps/frappe/frappe/config/website.py +13,Content web page.,محتوى الويب الصفحة.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,إضافة دور جديد apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,إضافة دور جديد
@@ -2914,7 +2914,7 @@ apps/frappe/frappe/public/js/frappe/desk.js +383,Please Enter Your Password to C
apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,لا أحد المستخدمين LDAP صحيح apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,لا أحد المستخدمين LDAP صحيح
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} ليست حالة صالحة apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} ليست حالة صالحة
apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',يرجى تحديد طريقة دفع أخرى. باي بال لا تدعم المعاملات بالعملة &#39;{0}&#39; apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',يرجى تحديد طريقة دفع أخرى. باي بال لا تدعم المعاملات بالعملة &#39;{0}&#39;
apps/frappe/frappe/core/doctype/doctype/doctype.py +519,Search field {0} is not valid,حقل البحث {0} غير صالح
apps/frappe/frappe/core/doctype/doctype/doctype.py +523,Search field {0} is not valid,حقل البحث {0} غير صالح
DocType: Workflow State,ok-circle,دائرة OK- DocType: Workflow State,ok-circle,دائرة OK-
apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',يمكنك العثور على الأشياء عن طريق طلب 'find orange in customers' apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',يمكنك العثور على الأشياء عن طريق طلب 'find orange in customers'
apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,آسف! وينبغي أن يكون المستخدم الوصول الكامل إلى سجل الخاصة بهم. apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,آسف! وينبغي أن يكون المستخدم الوصول الكامل إلى سجل الخاصة بهم.
@@ -2984,7 +2984,7 @@ DocType: User,Background Style,نمط الخلفية
apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},اندمجت {0} إلى {1} apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},اندمجت {0} إلى {1}
DocType: System Settings,mm-dd-yyyy,MM-DD-YYYY DocType: System Settings,mm-dd-yyyy,MM-DD-YYYY
apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} تم تسجيل الدخول apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} تم تسجيل الدخول
apps/frappe/frappe/templates/emails/new_user.html +4,Your login id is,معرف تسجيل الدخول الخاص بك هو
apps/frappe/frappe/templates/emails/new_user.html +3,Your login id is,معرف تسجيل الدخول الخاص بك هو
DocType: OAuth Client,Skip Authorization,تخطي تفويض DocType: OAuth Client,Skip Authorization,تخطي تفويض
DocType: Web Form,Amount Field,حقل المبلغ DocType: Web Form,Amount Field,حقل المبلغ
DocType: Dropbox Settings,Send Notifications To,إرسال إشعارات إلى DocType: Dropbox Settings,Send Notifications To,إرسال إشعارات إلى


+ 94
- 94
frappe/translations/bg.csv View File

@@ -55,7 +55,7 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +52,Data Import Templa
apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,Родител apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,Родител
DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","Ако е разрешено, силата на паролата ще бъде наложена въз основа на стойността на минималния парола. Стойност 2 е средно силна и 4 е много силна." DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","Ако е разрешено, силата на паролата ще бъде наложена въз основа на стойността на минималния парола. Стойност 2 е средно силна и 4 е много силна."
DocType: About Us Settings,"""Team Members"" or ""Management""","""Членове на екип"" или ""Управление""" DocType: About Us Settings,"""Team Members"" or ""Management""","""Членове на екип"" или ""Управление"""
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Default for 'Check' type of field must be either '0' or '1',Default за &quot;Проверка&quot; тип на полето трябва да е или &quot;0&quot; или &quot;1&quot;
apps/frappe/frappe/core/doctype/doctype/doctype.py +461,Default for 'Check' type of field must be either '0' or '1',Default за &quot;Проверка&quot; тип на полето трябва да е или &quot;0&quot; или &quot;1&quot;
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,Вчера apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,Вчера
DocType: Contact,Designation,Предназначение DocType: Contact,Designation,Предназначение
DocType: Test Runner,Test Runner,Test Runner DocType: Test Runner,Test Runner,Test Runner
@@ -71,7 +71,7 @@ DocType: DocType,Is Published Field,Е публикувано поле
DocType: Email Group,Email Group,Email Group DocType: Email Group,Email Group,Email Group
DocType: Note,Seen By,Видяно от DocType: Note,Seen By,Видяно от
apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,Добавете няколко apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,Добавете няколко
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Not Like,Не като
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Not Like,Не като
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,Определете етикета на дисплея за областта apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,Определете етикета на дисплея за областта
apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},Неправилна стойност: {0} трябва да е {1} {2} apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},Неправилна стойност: {0} трябва да е {1} {2}
apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","Промени свойства на поле (скрий, само за четене, разрешение и т.н.)" apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","Промени свойства на поле (скрий, само за четене, разрешение и т.н.)"
@@ -160,7 +160,8 @@ apps/frappe/frappe/public/js/frappe/upload.js +296,Uploading...,Качва се
DocType: Email Domain,Email Domain,Email домейн DocType: Email Domain,Email Domain,Email домейн
DocType: Workflow State,italic,курсивен DocType: Workflow State,italic,курсивен
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,За всички apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,За всички
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,{0}: Cannot set Import without Create,{0}: Не можете да зададете Внос без Създаване
apps/frappe/frappe/core/doctype/doctype/doctype.py +706,{0}: Cannot set Import without Create,{0}: Не можете да зададете Внос без Създаване
apps/frappe/frappe/templates/emails/auto_email_report.html +45,View report in your browser,Преглеждайте отчета в браузъра си
apps/frappe/frappe/config/desk.py +26,Event and other calendars.,Събития и други календари. apps/frappe/frappe/config/desk.py +26,Event and other calendars.,Събития и други календари.
apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,Всички полета са необходими за изпращане на коментара. apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,Всички полета са необходими за изпращане на коментара.
apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,"Плъзнете, за да сортирате колоните" apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,"Плъзнете, за да сортирате колоните"
@@ -237,7 +238,7 @@ apps/frappe/frappe/config/setup.py +121,Update many values at one time.,Акту
apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,"Грешка: Документ е бил променен, след като сте го отворили" apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,"Грешка: Документ е бил променен, след като сте го отворили"
apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} излезли: {1} apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} излезли: {1}
DocType: Address,West Bengal,Западен Бенгал DocType: Address,West Bengal,Западен Бенгал
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0}: Cannot set Assign Submit if not Submittable,{0}: Cannot set Assign Submit if not Submittable
apps/frappe/frappe/core/doctype/doctype/doctype.py +727,{0}: Cannot set Assign Submit if not Submittable,{0}: Cannot set Assign Submit if not Submittable
DocType: Social Login Keys,Facebook,Facebook DocType: Social Login Keys,Facebook,Facebook
apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",Филтрирани по &quot;{0}&quot; apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",Филтрирани по &quot;{0}&quot;
DocType: Salutation,Administrator,Администратор DocType: Salutation,Administrator,Администратор
@@ -261,7 +262,7 @@ DocType: User,Get your globally recognized avatar from Gravatar.com,Махни
apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","Абонаментът ви е изтекъл на {0}. За да се поднови, {1}." apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","Абонаментът ви е изтекъл на {0}. За да се поднови, {1}."
DocType: Workflow State,plus-sign,плюс знак DocType: Workflow State,plus-sign,плюс знак
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,Настройката е вече изпълнена apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,Настройката е вече изпълнена
apps/frappe/frappe/__init__.py +897,App {0} is not installed,App {0} не е инсталиран
apps/frappe/frappe/__init__.py +898,App {0} is not installed,App {0} не е инсталиран
DocType: Workflow State,Refresh,Обнови DocType: Workflow State,Refresh,Обнови
DocType: Event,Public,Публичен DocType: Event,Public,Публичен
apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,Няма за какво да се покаже apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,Няма за какво да се покаже
@@ -269,7 +270,7 @@ apps/frappe/frappe/public/js/frappe/model/model.js +24,Liked By,Харесван
apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,Email Support apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,Email Support
DocType: DocField,Print Hide If No Value,Print Hide Ако няма стойност DocType: DocField,Print Hide If No Value,Print Hide Ако няма стойност
DocType: Event,yellow,жълт DocType: Event,yellow,жълт
apps/frappe/frappe/core/doctype/doctype/doctype.py +563,Is Published Field must be a valid fieldname,Е публикуван поле трябва да бъде валиден FIELDNAME
apps/frappe/frappe/core/doctype/doctype/doctype.py +567,Is Published Field must be a valid fieldname,Е публикуван поле трябва да бъде валиден FIELDNAME
apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,Прикачи файл apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,Прикачи файл
DocType: Block Module,Block Module,Блок Модул DocType: Block Module,Block Module,Блок Модул
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,Шаблон за експорт apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,Шаблон за експорт
@@ -286,7 +287,7 @@ DocType: Email Account,Total number of emails to sync in initial sync process ,"
DocType: Website Settings,Set Banner from Image,Определете Banner от изображението DocType: Website Settings,Set Banner from Image,Определете Banner от изображението
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,Глобално търсене apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,Глобално търсене
DocType: Email Account,SparkPost,SparkPost DocType: Email Account,SparkPost,SparkPost
apps/frappe/frappe/templates/emails/new_user.html +3,A new account has been created for you at {0},Нов акаунт е създаден за вас в {0}
apps/frappe/frappe/templates/emails/new_user.html +2,A new account has been created for you at {0},Нов акаунт е създаден за вас в {0}
apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,Инструкции по имейл apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,Инструкции по имейл
apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),Въведете Email Получател (и) apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),Въведете Email Получател (и)
DocType: Print Format,Verdana,Verdana DocType: Print Format,Verdana,Verdana
@@ -352,7 +353,7 @@ apps/frappe/frappe/utils/nestedset.py +218,Merging is only possible between Grou
apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},Добавен {0} apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},Добавен {0}
apps/frappe/frappe/www/search.html +28,No matching records. Search something new,Няма съвпадащи записи. Търсене нещо ново apps/frappe/frappe/www/search.html +28,No matching records. Search something new,Няма съвпадащи записи. Търсене нещо ново
DocType: Currency,Fraction Units,Фракции Units DocType: Currency,Fraction Units,Фракции Units
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +431,{0} from {1} to {2},{0} от {1} до {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +433,{0} from {1} to {2},{0} от {1} до {2}
DocType: Communication,Type,Тип DocType: Communication,Type,Тип
DocType: Authentication Log,Subject,Предмет DocType: Authentication Log,Subject,Предмет
DocType: Web Form,Amount Based On Field,Сума на база Невярно DocType: Web Form,Amount Based On Field,Сума на база Невярно
@@ -365,10 +366,10 @@ DocType: Workflow State,plane,равнина
apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","Ако качвате нови рекорди, &quot;именуване Series&quot; става задължителен, ако има такива." apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","Ако качвате нови рекорди, &quot;именуване Series&quot; става задължителен, ако има такива."
apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,Абонамент за сигнали за днес apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,Абонамент за сигнали за днес
apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DocType може да се преименува само от Administrator apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DocType може да се преименува само от Administrator
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +442,changed value of {0},променената стойност на {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +444,changed value of {0},променената стойност на {0}
DocType: Report,JSON,JSON DocType: Report,JSON,JSON
apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,"Моля, проверете електронната си поща за проверка" apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,"Моля, проверете електронната си поща за проверка"
apps/frappe/frappe/core/doctype/doctype/doctype.py +509,Fold can not be at the end of the form,Fold не може да бъде в края на формата
apps/frappe/frappe/core/doctype/doctype/doctype.py +513,Fold can not be at the end of the form,Fold не може да бъде в края на формата
DocType: Communication,Bounced,Върнат DocType: Communication,Bounced,Върнат
DocType: Deleted Document,Deleted Name,Изтрито Име DocType: Deleted Document,Deleted Name,Изтрито Име
apps/frappe/frappe/config/setup.py +14,System and Website Users,Системни и Сайт Потребители apps/frappe/frappe/config/setup.py +14,System and Website Users,Системни и Сайт Потребители
@@ -376,25 +377,26 @@ DocType: Workflow Document State,Doc Status,Doc Status
DocType: Auto Email Report,No of Rows (Max 500),Брои редове (максимум 500) DocType: Auto Email Report,No of Rows (Max 500),Брои редове (максимум 500)
DocType: Language,Language Code,Код на език DocType: Language,Language Code,Код на език
apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","Изтеглянето се строи, това може да отнеме няколко минути, за ..." apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","Изтеглянето се строи, това може да отнеме няколко минути, за ..."
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +23,Add Filter,Добавяне на филтър
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +21,Add Filter,Добавяне на филтър
apps/frappe/frappe/www/feedback.html +23,Your rating: ,Вашият рейтинг: apps/frappe/frappe/www/feedback.html +23,Your rating: ,Вашият рейтинг:
apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} и {1} apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} и {1}
DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Винаги се добави &quot;Проект&quot; Функция за печат проекти на документи DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Винаги се добави &quot;Проект&quot; Функция за печат проекти на документи
apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,Имейл бе маркиран като спам apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,Имейл бе маркиран като спам
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,Настройка&gt; Потребител
DocType: About Us Settings,Website Manager,Сайт на мениджъра DocType: About Us Settings,Website Manager,Сайт на мениджъра
apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,Избрали сте проектирани или анулирани документи apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,Избрали сте проектирани или анулирани документи
apps/frappe/frappe/model/document.py +1044,Document Queued,Документ Чакащи apps/frappe/frappe/model/document.py +1044,Document Queued,Документ Чакащи
DocType: GSuite Templates,Destination ID,Идентификационен номер на дестинацията DocType: GSuite Templates,Destination ID,Идентификационен номер на дестинацията
DocType: Desktop Icon,List,Списък DocType: Desktop Icon,List,Списък
DocType: Communication,Link Name,Препратка - Име DocType: Communication,Link Name,Препратка - Име
apps/frappe/frappe/core/doctype/doctype/doctype.py +433,Field {0} in row {1} cannot be hidden and mandatory without default,Поле {0} на ред {1} не може да бъде скрито и задължително без стойност по подразбиране
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Field {0} in row {1} cannot be hidden and mandatory without default,Поле {0} на ред {1} не може да бъде скрито и задължително без стойност по подразбиране
DocType: System Settings,mm/dd/yyyy,дд/мм/гггг DocType: System Settings,mm/dd/yyyy,дд/мм/гггг
apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,Грешна парола: apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,Грешна парола:
DocType: Print Settings,Send document web view link in email,Изпрати документ уеб оглед връзката в имейл DocType: Print Settings,Send document web view link in email,Изпрати документ уеб оглед връзката в имейл
apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,Вашата обратна връзка {0} е записана успешно apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,Вашата обратна връзка {0} е записана успешно
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,Предишен apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,Предишен
apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,Re: apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,Re:
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +496,{0} rows for {1},{0} редове за {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +498,{0} rows for {1},{0} редове за {1}
DocType: Currency,"Sub-currency. For e.g. ""Cent""","Под-валута. Например ""цент""" DocType: Currency,"Sub-currency. For e.g. ""Cent""","Под-валута. Например ""цент"""
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,Изберете качен файл apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,Изберете качен файл
DocType: Letter Head,Check this to make this the default letter head in all prints,"Маркирайте това, за да направите това заглавие на писмо по подразбиране за всички разпечатки" DocType: Letter Head,Check this to make this the default letter head in all prints,"Маркирайте това, за да направите това заглавие на писмо по подразбиране за всички разпечатки"
@@ -417,7 +419,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +5,
DocType: Event,Wednesday,Сряда DocType: Event,Wednesday,Сряда
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","Отделно от ролята, базирани Правила позволение, можете да приложите потребителски разрешения въз основа на DocTypes." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","Отделно от ролята, базирани Правила позволение, можете да приложите потребителски разрешения въз основа на DocTypes."
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","Тези разрешения ще се прилагат за всички сделки, в които е позволено рекорд е свързано. Например, ако Company C се добавя към потребителски разрешения на потребителя X, ръководство X ще бъде в състояние да се види, че има сделки компания C като свързано стойност само." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","Тези разрешения ще се прилагат за всички сделки, в които е позволено рекорд е свързано. Например, ако Company C се добавя към потребителски разрешения на потребителя X, ръководство X ще бъде в състояние да се види, че има сделки компания C като свързано стойност само."
apps/frappe/frappe/core/doctype/doctype/doctype.py +554,Image field must be a valid fieldname,Полето за изображението трябва да бъде валиден FIELDNAME
apps/frappe/frappe/core/doctype/doctype/doctype.py +558,Image field must be a valid fieldname,Полето за изображението трябва да бъде валиден FIELDNAME
DocType: OAuth Client,Token,жетон DocType: OAuth Client,Token,жетон
DocType: Property Setter,ID (name) of the entity whose property is to be set,Идентификато (име) на свойствтото което да се настрои DocType: Property Setter,ID (name) of the entity whose property is to be set,Идентификато (име) на свойствтото което да се настрои
apps/frappe/frappe/limits.py +82,"To renew, {0}.","Да се поднови, {0}." apps/frappe/frappe/limits.py +82,"To renew, {0}.","Да се поднови, {0}."
@@ -426,7 +428,7 @@ DocType: Web Form,Sidebar Items,Sidebar артикули
apps/frappe/frappe/installer.py +125,App {0} already installed,Приложението {0} вече е инсталирано apps/frappe/frappe/installer.py +125,App {0} already installed,Приложението {0} вече е инсталирано
DocType: Workflow State,exclamation-sign,удивителен знак- DocType: Workflow State,exclamation-sign,удивителен знак-
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,Показване на Разрешения apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,Показване на Разрешения
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a Link or Dynamic Link,Timeline поле трябва да бъде Link или Dynamic Link
apps/frappe/frappe/core/doctype/doctype/doctype.py +578,Timeline field must be a Link or Dynamic Link,Timeline поле трябва да бъде Link или Dynamic Link
apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,Период от време apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,Период от време
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,Гант apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,Гант
apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},Стр. {0} от {1} apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},Стр. {0} от {1}
@@ -456,18 +458,18 @@ DocType: Workflow State,music,музика
DocType: Web Page,Settings,Настройки DocType: Web Page,Settings,Настройки
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,"Моля, посочете DOCTYPE" apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,"Моля, посочете DOCTYPE"
DocType: Print Format,Style Settings,настройките на стил DocType: Print Format,Style Settings,настройките на стил
apps/frappe/frappe/core/doctype/doctype/doctype.py +585,Sort field {0} must be a valid fieldname,Сортиране поле {0} трябва да бъде валиден FIELDNAME
apps/frappe/frappe/core/doctype/doctype/doctype.py +589,Sort field {0} must be a valid fieldname,Сортиране поле {0} трябва да бъде валиден FIELDNAME
apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,Още apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,Още
DocType: Contact,Sales Manager,Мениджър Продажби DocType: Contact,Sales Manager,Мениджър Продажби
apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,Преименувай apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,Преименувай
DocType: Print Format,Format Data,Форматирай данни DocType: Print Format,Format Data,Форматирай данни
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Like,Харесай
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Like,Харесай
DocType: Customize Form Field,Customize Form Field,Персонализирайте Фирма - Поле DocType: Customize Form Field,Customize Form Field,Персонализирайте Фирма - Поле
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,Позволи на потребителя apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,Позволи на потребителя
DocType: OAuth Client,Grant Type,Вид Grant DocType: OAuth Client,Grant Type,Вид Grant
apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,Проверете какви документи са достъпни за Потребител apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,Проверете какви документи са достъпни за Потребител
apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,Приложението за регистрация не е разрешено apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,Приложението за регистрация не е разрешено
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,use % as wildcard,използвайте % като маска
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +230,use % as wildcard,използвайте % като маска
apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","Email на домейн не е конфигурирана за този профил, Създаване на един?" apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","Email на домейн не е конфигурирана за този профил, Създаване на един?"
DocType: User,Reset Password Key,Reset Password Key DocType: User,Reset Password Key,Reset Password Key
DocType: Email Account,Enable Auto Reply,Активирайте Auto Отговор DocType: Email Account,Enable Auto Reply,Активирайте Auto Отговор
@@ -492,11 +494,12 @@ apps/frappe/frappe/model/document.py +574,Cannot change docstatus from 1 to 0,Н
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,Направи резервно копие сега apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,Направи резервно копие сега
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,Добре дошъл apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,Добре дошъл
apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,Инсталирани приложения apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,Инсталирани приложения
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,Настройка&gt; Мениджър на разрешенията на потребителите
DocType: Contact,Open,Отворено DocType: Contact,Open,Отворено
DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,Определя действия на държави и следващата стъпка и се оставя роли. DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,Определя действия на държави и следващата стъпка и се оставя роли.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","Като най-добри практики, не определя един и същи набор от разрешение правило към различни роли. Вместо това зададете няколко роли в един и същи потребител." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","Като най-добри практики, не определя един и същи набор от разрешение правило към различни роли. Вместо това зададете няколко роли в един и същи потребител."
DocType: Web Form,Message to be displayed on successful completion,Съобщение което ще се показва при успешно завършване DocType: Web Form,Message to be displayed on successful completion,Съобщение което ще се показва при успешно завършване
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +42,Only {0} emailed reports are allowed per user,Само {0} емайл справки са позволени на потребител
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +43,Only {0} emailed reports are allowed per user,Само {0} емайл справки са позволени на потребител
DocType: Address,Address Title,Адрес Заглавие DocType: Address,Address Title,Адрес Заглавие
DocType: Website Settings,Footer Items,Футера артикули DocType: Website Settings,Footer Items,Футера артикули
apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,Заявка за обратна връзка apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,Заявка за обратна връзка
@@ -511,7 +514,7 @@ DocType: DocField,Set Only Once,Определете само веднъж
DocType: Email Queue Recipient,Email Queue Recipient,Email Queue Получател DocType: Email Queue Recipient,Email Queue Recipient,Email Queue Получател
DocType: Address,Nagaland,Нагаланд DocType: Address,Nagaland,Нагаланд
apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,Потребител {0} вече съществува apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,Потребител {0} вече съществува
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set import as {1} is not importable,{0}: Не можете импортирате тъй като {1} не може да бъде импортиран
apps/frappe/frappe/core/doctype/doctype/doctype.py +733,{0}: Cannot set import as {1} is not importable,{0}: Не можете импортирате тъй като {1} не може да бъде импортиран
apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},Има грешка във вашия шаблон на адрес {0} apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},Има грешка във вашия шаблон на адрес {0}
DocType: Footer Item,"target = ""_blank""","target = ""_blank""" DocType: Footer Item,"target = ""_blank""","target = ""_blank"""
DocType: Workflow State,hdd,HDD DocType: Workflow State,hdd,HDD
@@ -523,7 +526,7 @@ DocType: Communication,From Full Name,От Пълно име
apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},Вие нямате достъп до отчет: {0} apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},Вие нямате достъп до отчет: {0}
DocType: User,Send Welcome Email,Изпрати имейл за добре дошли DocType: User,Send Welcome Email,Изпрати имейл за добре дошли
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,"Качване на CSV файл, съдържащ всички потребителски разрешения в същия формат като Download." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,"Качване на CSV файл, съдържащ всички потребителски разрешения в същия формат като Download."
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +449,Remove Filter,Премахване на филтъра
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +450,Remove Filter,Премахване на филтъра
DocType: Address,Daman and Diu,Даман и Диу DocType: Address,Daman and Diu,Даман и Диу
DocType: Address,Personal,Персонален DocType: Address,Personal,Персонален
apps/frappe/frappe/config/setup.py +113,Bulk Rename,Масово преименуване apps/frappe/frappe/config/setup.py +113,Bulk Rename,Масово преименуване
@@ -553,13 +556,12 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.js +33,Send
apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","Стандартният DocType не може да има стандартния формат на печат, използвайте Персонализиране на формуляра" apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","Стандартният DocType не може да има стандартния формат на печат, използвайте Персонализиране на формуляра"
DocType: Report,Query,Запитване DocType: Report,Query,Запитване
DocType: DocType,Sort Order,Ред на сортиране DocType: DocType,Sort Order,Ред на сортиране
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,'In List View' not allowed for type {0} in row {1},"""Списъчен изглед"" не е позволен за вид {0} на ред {1}"
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In List View' not allowed for type {0} in row {1},"""Списъчен изглед"" не е позволен за вид {0} на ред {1}"
DocType: Custom Field,Select the label after which you want to insert new field.,Изберете етикета след която искате да вмъкнете нова област. DocType: Custom Field,Select the label after which you want to insert new field.,Изберете етикета след която искате да вмъкнете нова област.
,Document Share Report,Документ Сподели Съобщи ,Document Share Report,Документ Сподели Съобщи
DocType: User,Last Login,Последно влизане DocType: User,Last Login,Последно влизане
apps/frappe/frappe/core/doctype/doctype/doctype.py +600,Fieldname is required in row {0},Fieldname се изисква в ред {0}
apps/frappe/frappe/core/doctype/doctype/doctype.py +604,Fieldname is required in row {0},Fieldname се изисква в ред {0}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,Колона apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,Колона
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,"Моля, настройте по подразбиране имейл акаунта от Setup&gt; Email&gt; Email Account"
DocType: Custom Field,Adds a custom field to a DocType,Добавя потребителско поле към DocType DocType: Custom Field,Adds a custom field to a DocType,Добавя потребителско поле към DocType
DocType: File,Is Home Folder,Дали Home Folder DocType: File,Is Home Folder,Дали Home Folder
apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} не е валиден имейл адрес apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} не е валиден имейл адрес
@@ -583,7 +585,7 @@ DocType: File,Folder,Папка
DocType: DocField,Index,Индекс DocType: DocField,Index,Индекс
DocType: Email Group,Newsletter Manager,Newsletter мениджъра DocType: Email Group,Newsletter Manager,Newsletter мениджъра
apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,Вариант 1 apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,Вариант 1
apps/frappe/frappe/public/js/frappe/form/formatters.js +124,{0} to {1},{0} до {1}
apps/frappe/frappe/public/js/frappe/form/formatters.js +129,{0} to {1},{0} до {1}
apps/frappe/frappe/config/setup.py +89,Log of error during requests.,Журнал на грешки по време на заявки. apps/frappe/frappe/config/setup.py +89,Log of error during requests.,Журнал на грешки по време на заявки.
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} е успешно добавен към Email група. apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} е успешно добавен към Email група.
DocType: Address,Uttar Pradesh,Утар Прадеш DocType: Address,Uttar Pradesh,Утар Прадеш
@@ -593,7 +595,7 @@ apps/frappe/frappe/email/doctype/newsletter/newsletter.py +30,Scheduled to send
DocType: Kanban Board Column,Indicator,индикатор DocType: Kanban Board Column,Indicator,индикатор
DocType: DocShare,Everyone,Всички DocType: DocShare,Everyone,Всички
DocType: Workflow State,backward,назад DocType: Workflow State,backward,назад
apps/frappe/frappe/core/doctype/doctype/doctype.py +676,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: само едно правило остава с една и съща Роля, Ниво и {1}"
apps/frappe/frappe/core/doctype/doctype/doctype.py +680,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: само едно правило остава с една и съща Роля, Ниво и {1}"
DocType: Email Queue,Add Unsubscribe Link,Добави абонамент в Google DocType: Email Queue,Add Unsubscribe Link,Добави абонамент в Google
apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,Все още няма коментари. Започнете ново обсъждане. apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,Все още няма коментари. Започнете ново обсъждане.
DocType: Workflow State,share,дял DocType: Workflow State,share,дял
@@ -632,7 +634,7 @@ apps/frappe/frappe/printing/doctype/print_format/print_format.py +80,{0} is now
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,Архивирани колони apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,Архивирани колони
DocType: Email Account,Default Outgoing,Default Outgoing DocType: Email Account,Default Outgoing,Default Outgoing
DocType: Workflow State,play,играя DocType: Workflow State,play,играя
apps/frappe/frappe/templates/emails/new_user.html +5,Click on the link below to complete your registration and set a new password,"Кликнете върху линка по-долу, за да завършите регистрацията си и да зададете нова парола"
apps/frappe/frappe/templates/emails/new_user.html +4,Click on the link below to complete your registration and set a new password,"Кликнете върху линка по-долу, за да завършите регистрацията си и да зададете нова парола"
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,Не бяха добавени apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,Не бяха добавени
apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,Не е зададен имейл apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,Не е зададен имейл
DocType: Contact Us Settings,Contact Us Settings,"Настройки на ""Свържете се с нас""" DocType: Contact Us Settings,Contact Us Settings,"Настройки на ""Свържете се с нас"""
@@ -653,12 +655,12 @@ apps/frappe/frappe/core/page/user_permissions/user_permissions.js +127,Upload Us
DocType: Dropbox Settings,App Secret Key,App Secret Key DocType: Dropbox Settings,App Secret Key,App Secret Key
apps/frappe/frappe/config/website.py +7,Web Site,Web Site apps/frappe/frappe/config/website.py +7,Web Site,Web Site
apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,Маркирайте елементи ще бъдат показани на работния плот apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,Маркирайте елементи ще бъдат показани на работния плот
apps/frappe/frappe/core/doctype/doctype/doctype.py +719,{0} cannot be set for Single types,{0} не може да бъде зададен за Единични видове
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0} cannot be set for Single types,{0} не може да бъде зададен за Единични видове
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Канбан Табло {0} не съществува. apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Канбан Табло {0} не съществува.
apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} в момента преглеждат този документ apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} в момента преглеждат този документ
DocType: ToDo,Assigned By Full Name,Възложени от Пълно име DocType: ToDo,Assigned By Full Name,Възложени от Пълно име
apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} актуализиран apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} актуализиран
apps/frappe/frappe/core/doctype/doctype/doctype.py +709,Report cannot be set for Single types,Доклад не може да бъде определен за единични видове
apps/frappe/frappe/core/doctype/doctype/doctype.py +713,Report cannot be set for Single types,Доклад не може да бъде определен за единични видове
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,Преди {0} дни apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,Преди {0} дни
DocType: Email Account,Awaiting Password,Очаква парола DocType: Email Account,Awaiting Password,Очаква парола
DocType: Address,Address Line 1,Адрес Line 1 DocType: Address,Address Line 1,Адрес Line 1
@@ -708,7 +710,7 @@ DocType: Feedback Trigger,"To add dynamic subject, use jinja tags like
apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,App {0} отстранен apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,App {0} отстранен
DocType: Custom DocPerm,Apply User Permissions,Нанесете потребителски разрешения DocType: Custom DocPerm,Apply User Permissions,Нанесете потребителски разрешения
DocType: User,Modules HTML,Модули HTML DocType: User,Modules HTML,Модули HTML
apps/frappe/frappe/public/js/frappe/ui/field_group.js +82,Missing Values Required,Липсват задължителни стойности
apps/frappe/frappe/public/js/frappe/ui/field_group.js +96,Missing Values Required,Липсват задължителни стойности
DocType: DocType,Other Settings,Други настройки DocType: DocType,Other Settings,Други настройки
DocType: Social Login Keys,Frappe,Frappe DocType: Social Login Keys,Frappe,Frappe
apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,Маркирай като непрочетено apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,Маркирай като непрочетено
@@ -762,7 +764,7 @@ DocType: Event,orange,оранжев
apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,Номер {0} намерен apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,Номер {0} намерен
apps/frappe/frappe/config/setup.py +242,Add custom forms.,Добавяне на персонализирани форми. apps/frappe/frappe/config/setup.py +242,Add custom forms.,Добавяне на персонализирани форми.
apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} в {2} apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} в {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +419,submitted this document,подадено този документ
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,submitted this document,подадено този документ
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,The system provides many pre-defined roles. You can add new roles to set finer permissions.,Системата осигурява много предварително определени роли. Можете да добавяте нови роли за да зададете по-фини разрешения. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,The system provides many pre-defined roles. You can add new roles to set finer permissions.,Системата осигурява много предварително определени роли. Можете да добавяте нови роли за да зададете по-фини разрешения.
DocType: Communication,CC,CC DocType: Communication,CC,CC
DocType: Country,Geo,Гео DocType: Country,Geo,Гео
@@ -812,7 +814,7 @@ DocType: DocType,Hide Toolbar,Скриване на лентата с инстр
DocType: User,Last Active,Последна активност DocType: User,Last Active,Последна активност
DocType: Email Account,SMTP Settings for outgoing emails,Настройки SMTP за изходящи имейли DocType: Email Account,SMTP Settings for outgoing emails,Настройки SMTP за изходящи имейли
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,Импортирането неуспешно apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,Импортирането неуспешно
apps/frappe/frappe/templates/emails/password_update.html +3,Your password has been updated. Here is your new password,Паролата ви беше актуализирана. Ето новата ви парола
apps/frappe/frappe/templates/emails/password_update.html +2,Your password has been updated. Here is your new password,Паролата ви беше актуализирана. Ето новата ви парола
DocType: Email Account,Auto Reply Message,Auto Reply Message DocType: Email Account,Auto Reply Message,Auto Reply Message
DocType: Feedback Trigger,Condition,Състояние DocType: Feedback Trigger,Condition,Състояние
apps/frappe/frappe/utils/data.py +546,{0} hours ago,Преди {0} часа apps/frappe/frappe/utils/data.py +546,{0} hours ago,Преди {0} часа
@@ -820,7 +822,6 @@ apps/frappe/frappe/utils/data.py +556,1 month ago,преди 1 месец
DocType: Contact,User ID,User ID DocType: Contact,User ID,User ID
DocType: Communication,Sent,Изпратено DocType: Communication,Sent,Изпратено
DocType: Address,Kerala,Керала DocType: Address,Kerala,Керала
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} преди години
DocType: File,Lft,Lft DocType: File,Lft,Lft
DocType: User,Simultaneous Sessions,Едновременни сесии DocType: User,Simultaneous Sessions,Едновременни сесии
DocType: OAuth Client,Client Credentials,Клиент на идентификационни данни DocType: OAuth Client,Client Credentials,Клиент на идентификационни данни
@@ -837,7 +838,7 @@ DocType: Email Queue,Unsubscribe Method,Отписване Метод
DocType: GSuite Templates,Related DocType,Свързани DocType DocType: GSuite Templates,Related DocType,Свързани DocType
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,Редактирайте да добавите съдържание apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,Редактирайте да добавите съдържание
apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,избиране на език apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,избиране на език
apps/frappe/frappe/__init__.py +517,No permission for {0},Няма разрешение за {0}
apps/frappe/frappe/__init__.py +518,No permission for {0},Няма разрешение за {0}
DocType: DocType,Advanced,Разширени DocType: DocType,Advanced,Разширени
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,Изглежда API Key или API Secret не е наред !!! apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,Изглежда API Key или API Secret не е наред !!!
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Референтен номер: {0} {1} apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Референтен номер: {0} {1}
@@ -869,14 +870,14 @@ DocType: Custom DocPerm,Additional Permissions,Допълнителни Прав
DocType: Email Account,Always use Account's Email Address as Sender,"Винаги използвайте профил на имейл адрес, както Sender" DocType: Email Account,Always use Account's Email Address as Sender,"Винаги използвайте профил на имейл адрес, както Sender"
apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,Влез за да коментираш apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,Влез за да коментираш
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,Започнете да въвеждате данни под тази линия apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,Започнете да въвеждате данни под тази линия
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +474,changed values for {0},променени стойности на {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +476,changed values for {0},променени стойности на {0}
DocType: Workflow State,retweet,retweet DocType: Workflow State,retweet,retweet
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,Определете стойността на полето apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,Определете стойността на полето
DocType: Report,Disabled,Неактивен DocType: Report,Disabled,Неактивен
DocType: Workflow State,eye-close,око-близо DocType: Workflow State,eye-close,око-близо
DocType: OAuth Provider Settings,OAuth Provider Settings,Настройки на OAuth доставчик DocType: OAuth Provider Settings,OAuth Provider Settings,Настройки на OAuth доставчик
apps/frappe/frappe/config/setup.py +254,Applications,Приложения apps/frappe/frappe/config/setup.py +254,Applications,Приложения
apps/frappe/frappe/public/js/frappe/request.js +349,Report this issue,Съобщи за проблем
apps/frappe/frappe/public/js/frappe/request.js +353,Report this issue,Съобщи за проблем
apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,Необходимо е име apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,Необходимо е име
DocType: Custom Script,Adds a custom script (client or server) to a DocType,Добавя потребителски скрипт (клиент или сървър) към DocType DocType: Custom Script,Adds a custom script (client or server) to a DocType,Добавя потребителски скрипт (клиент или сървър) към DocType
DocType: Address,City/Town,Град DocType: Address,City/Town,Град
@@ -960,7 +961,7 @@ DocType: Web Form,Actions,Действия
DocType: Workflow State,align-justify,уеднаквят-оправдае DocType: Workflow State,align-justify,уеднаквят-оправдае
DocType: User,Middle Name (Optional),Презиме (по избор) DocType: User,Middle Name (Optional),Презиме (по избор)
apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,Не е разрешен apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,Не е разрешен
apps/frappe/frappe/public/js/frappe/ui/field_group.js +83,Following fields have missing values:,Следните полета имат липсващи стойности:
apps/frappe/frappe/public/js/frappe/ui/field_group.js +97,Following fields have missing values:,Следните полета имат липсващи стойности:
apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,"Вие нямате достатъчно права, за да изпълните действието" apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,"Вие нямате достатъчно права, за да изпълните действието"
apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,Няма резултати apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,Няма резултати
DocType: System Settings,Security,Сигурност DocType: System Settings,Security,Сигурност
@@ -1003,7 +1004,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js +133,Hide Details,Скрив
DocType: Workflow State,Tasks,Задачи DocType: Workflow State,Tasks,Задачи
DocType: Event,Tuesday,Вторник DocType: Event,Tuesday,Вторник
DocType: Blog Settings,Blog Settings,Блог - Настройки DocType: Blog Settings,Blog Settings,Блог - Настройки
apps/frappe/frappe/templates/emails/new_user.html +17,You can also copy-paste this link in your browser,Можете също да копирате-постави този линк в браузъра си
apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste this link in your browser,Можете също да копирате-постави този линк в браузъра си
DocType: Workflow State,bullhorn,мегафон DocType: Workflow State,bullhorn,мегафон
DocType: Social Login Keys,Facebook Client Secret,Facebook Client Secret DocType: Social Login Keys,Facebook Client Secret,Facebook Client Secret
DocType: Footer Item,Target,Цел DocType: Footer Item,Target,Цел
@@ -1015,12 +1016,12 @@ DocType: ToDo,Due Date,Срок за плащане
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,Ден Квартал apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,Ден Квартал
DocType: Social Login Keys,Google Client Secret,Google Client Secret DocType: Social Login Keys,Google Client Secret,Google Client Secret
DocType: Website Settings,Hide Footer Signup,Скриване Footer Регистрация DocType: Website Settings,Hide Footer Signup,Скриване Footer Регистрация
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,cancelled this document,отмени този документ
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +423,cancelled this document,отмени този документ
apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,"Напиши файл Python в същата папка, където това се записва и да се върнете на колоната и резултат." apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,"Напиши файл Python в същата папка, където това се записва и да се върнете на колоната и резултат."
DocType: DocType,Sort Field,Поле за сортиране DocType: DocType,Sort Field,Поле за сортиране
DocType: Razorpay Settings,Razorpay Settings,Настройки Razorpay DocType: Razorpay Settings,Razorpay Settings,Настройки Razorpay
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +445,Edit Filter,Редактиране на Филтър
apps/frappe/frappe/core/doctype/doctype/doctype.py +415,Field {0} of type {1} cannot be mandatory,Поле {0} от тип {1} не може да бъде задължително
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +446,Edit Filter,Редактиране на Филтър
apps/frappe/frappe/core/doctype/doctype/doctype.py +419,Field {0} of type {1} cannot be mandatory,Поле {0} от тип {1} не може да бъде задължително
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,Добави още apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,Добави още
apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,Скриване на таблицата apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,Скриване на таблицата
DocType: System Settings,Session Expiry Mobile,Session Изтичане Mobile DocType: System Settings,Session Expiry Mobile,Session Изтичане Mobile
@@ -1061,7 +1062,7 @@ DocType: Address,Contacts,Контакти
DocType: System Settings,Setup Complete,Настройката е извършена DocType: System Settings,Setup Complete,Настройката е извършена
apps/frappe/frappe/config/setup.py +66,Report of all document shares,Справка за всички акции на документи apps/frappe/frappe/config/setup.py +66,Report of all document shares,Справка за всички акции на документи
apps/frappe/frappe/www/update-password.html +18,New Password,Нова Парола apps/frappe/frappe/www/update-password.html +18,New Password,Нова Парола
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +73,Filter {0} missing,Филтър {0} липсва
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +74,Filter {0} missing,Филтър {0} липсва
apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,За съжаление! Не можете да изтриете автоматично генерирани коментари apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,За съжаление! Не можете да изтриете автоматично генерирани коментари
DocType: Website Theme,Style using CSS,"Style, използвайки CSS" DocType: Website Theme,Style using CSS,"Style, използвайки CSS"
apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,Референтен DocType apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,Референтен DocType
@@ -1126,7 +1127,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +127,Help on Searc
apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,Регистрирани но инвалиди apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,Регистрирани но инвалиди
DocType: DocType,Hide Copy,Скриване Copy DocType: DocType,Hide Copy,Скриване Copy
apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,Изчистване на всички роли apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,Изчистване на всички роли
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +114,{0} generated on {1},"{0}, генерирана от {1}"
apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} трябва да е уникално apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} трябва да е уникално
apps/frappe/frappe/permissions.py +274,Row,Ред apps/frappe/frappe/permissions.py +274,Row,Ред
DocType: DocType,Track Changes,Проследяването на промените DocType: DocType,Track Changes,Проследяването на промените
@@ -1177,11 +1177,11 @@ DocType: User,Github User ID,Github User ID
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,Ако Документ Type apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,Ако Документ Type
apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","Не може да се изтрие или затвори, защото {0} <a href=""#Form/{0}/{1}"">{1}</a> е свързан с {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}" apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","Не може да се изтрие или затвори, защото {0} <a href=""#Form/{0}/{1}"">{1}</a> е свързан с {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}"
apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},Неизвестно приложение {0} apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},Неизвестно приложение {0}
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +48,"%s is not a valid report format. Report format should \
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +49,"%s is not a valid report format. Report format should \
one of the following %s",% не е валиден формат на справка. Форматът на справка трябва \ да е едно от следните неща %s one of the following %s",% не е валиден формат на справка. Форматът на справка трябва \ да е едно от следните неща %s
DocType: Communication,Chat,Чат DocType: Communication,Chat,Чат
apps/frappe/frappe/core/doctype/doctype/doctype.py +408,Fieldname {0} appears multiple times in rows {1},Име на поле {0} се среща няколко пъти в редове {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +460,{0} from {1} to {2} in row #{3},{0} от {1} до {2} на ред # {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +412,Fieldname {0} appears multiple times in rows {1},Име на поле {0} се среща няколко пъти в редове {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +462,{0} from {1} to {2} in row #{3},{0} от {1} до {2} на ред # {3}
DocType: Communication,Expired,Изтекъл DocType: Communication,Expired,Изтекъл
DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),Брой колони за едно поле в Grid (Общо Колони в мрежа трябва да са по-малко от 11) DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),Брой колони за едно поле в Grid (Общо Колони в мрежа трябва да са по-малко от 11)
DocType: DocType,System,Система DocType: DocType,System,Система
@@ -1196,7 +1196,7 @@ DocType: Help Article,Likes,Харесва
DocType: Website Settings,Top Bar,Top Bar DocType: Website Settings,Top Bar,Top Bar
DocType: GSuite Settings,Script Code,Скрипт кодекс DocType: GSuite Settings,Script Code,Скрипт кодекс
apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,Създаване на потребителски имейл apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,Създаване на потребителски имейл
apps/frappe/frappe/core/doctype/doctype/doctype.py +647,No Permissions Specified,Няма посочени разрешения
apps/frappe/frappe/core/doctype/doctype/doctype.py +651,No Permissions Specified,Няма посочени разрешения
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,Глобални настройки: Потребителите ще бъдат в състояние да изберат избраните икони apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,Глобални настройки: Потребителите ще бъдат в състояние да изберат избраните икони
apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} не е намерен apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} не е намерен
DocType: Custom Role,Custom Role,Персонализирана Роля DocType: Custom Role,Custom Role,Персонализирана Роля
@@ -1208,12 +1208,12 @@ DocType: Dropbox Settings,Dropbox Access Secret,Dropbox Access Secret
apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,Добави Друг коментар apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,Добави Друг коментар
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,Редактиране на DocType apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,Редактиране на DocType
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,Отписахте се от бюлетин apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,Отписахте се от бюлетин
apps/frappe/frappe/core/doctype/doctype/doctype.py +507,Fold must come before a Section Break,Сгънете трябва да дойде преди Раздел Break
apps/frappe/frappe/core/doctype/doctype/doctype.py +511,Fold must come before a Section Break,Сгънете трябва да дойде преди Раздел Break
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,В процес на разработка apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,В процес на разработка
apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,Последно променено от apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,Последно променено от
DocType: Workflow State,hand-down,ръка-надолу DocType: Workflow State,hand-down,ръка-надолу
DocType: Address,GST State,GST State DocType: Address,GST State,GST State
apps/frappe/frappe/core/doctype/doctype/doctype.py +695,{0}: Cannot set Cancel without Submit,{0}: Не може да отмените непотвърден документ
apps/frappe/frappe/core/doctype/doctype/doctype.py +699,{0}: Cannot set Cancel without Submit,{0}: Не може да отмените непотвърден документ
DocType: Website Theme,Theme,Тема DocType: Website Theme,Theme,Тема
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,Имаше грешки. apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,Имаше грешки.
DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,Пренасочването URI длъжен да Код за упълномощаване DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,Пренасочването URI длъжен да Код за упълномощаване
@@ -1252,7 +1252,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +7,
apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,Добави коментар apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,Добави коментар
DocType: DocField,Mandatory,Задължителен DocType: DocField,Mandatory,Задължителен
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,Модул за експорт apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,Модул за експорт
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,{0}: No basic permissions set,{0}: Няма основен набор разрешения
apps/frappe/frappe/core/doctype/doctype/doctype.py +663,{0}: No basic permissions set,{0}: Няма основен набор разрешения
apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,Абонаментът ви ще изтече на {0}. apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,Абонаментът ви ще изтече на {0}.
apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},Изтегляне на връзката за резервната си ще бъде изпратено на следния имейл адрес: {0} apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},Изтегляне на връзката за резервната си ще бъде изпратено на следния имейл адрес: {0}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","Значение на Знаете, Отмени, изменя" apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","Значение на Знаете, Отмени, изменя"
@@ -1267,6 +1267,7 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +129,Filters sa
DocType: DocField,Percent,Процент DocType: DocField,Percent,Процент
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,"Моля, задайте филтри" apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,"Моля, задайте филтри"
apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,Свързан с apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,Свързан с
apps/frappe/frappe/templates/emails/auto_email_report.html +48,Edit Auto Email Report Settings,Редактиране на настройките за автоматично имейл съобщения
DocType: Workflow State,book,книга DocType: Workflow State,book,книга
DocType: Website Settings,Landing Page,Landing Page DocType: Website Settings,Landing Page,Landing Page
apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,Грешка в персонализиран скрипт apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,Грешка в персонализиран скрипт
@@ -1275,7 +1276,7 @@ apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +132,"Import R
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,Няма разрешение за определени за тези критерии. apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,Няма разрешение за определени за тези критерии.
DocType: Auto Email Report,Auto Email Report,Auto Email Доклад DocType: Auto Email Report,Auto Email Report,Auto Email Доклад
apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,Максимални имейли apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,Максимални имейли
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +575,Delete comment?,Изтриване на коментар?
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +577,Delete comment?,Изтриване на коментар?
DocType: Address Template,This format is used if country specific format is not found,"Този формат се използва, ако не се намери специфичен формат за държавата" DocType: Address Template,This format is used if country specific format is not found,"Този формат се използва, ако не се намери специфичен формат за държавата"
DocType: System Settings,Allow Login using Mobile Number,Да се разреши влизането чрез мобилен номер DocType: System Settings,Allow Login using Mobile Number,Да се разреши влизането чрез мобилен номер
apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,"Вие нямате достатъчно права за достъп до този ресурс. Моля, свържете се с вашия мениджър, за да получите достъп." apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,"Вие нямате достатъчно права за достъп до този ресурс. Моля, свържете се с вашия мениджър, за да получите достъп."
@@ -1291,7 +1292,7 @@ DocType: Print Format,Monospace,Monospace
DocType: Letter Head,Printing,Печатане DocType: Letter Head,Printing,Печатане
DocType: Workflow State,thumbs-up,одобрение DocType: Workflow State,thumbs-up,одобрение
DocType: DocPerm,DocPerm,DocPerm DocType: DocPerm,DocPerm,DocPerm
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Precision should be between 1 and 6,Прецизността трябва да бъде между 1 и 6
apps/frappe/frappe/core/doctype/doctype/doctype.py +467,Precision should be between 1 and 6,Прецизността трябва да бъде между 1 и 6
apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},Fw: {0} apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},Fw: {0}
apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,и apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,и
DocType: Error Snapshot,Frames,Frames DocType: Error Snapshot,Frames,Frames
@@ -1304,9 +1305,10 @@ apps/frappe/frappe/utils/boilerplate.py +263,{app_title},{app_title}
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,"Моля, задайте Dropbox клавишите за достъп в сайта си довереник" apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,"Моля, задайте Dropbox клавишите за достъп в сайта си довереник"
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Изтрий този запис да позволи изпращането на този имейл адрес apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Изтрий този запис да позволи изпращането на този имейл адрес
apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"Само задължителни полета са необходими за нови записи. Можете да изтриете незадължителни колони, ако желаете." apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"Само задължителни полета са необходими за нови записи. Можете да изтриете незадължителни колони, ако желаете."
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +269,Unable to update event,Не може да се актуализира събитие
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +262,Unable to update event,Не може да се актуализира събитие
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Плащането е изпълнено apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Плащането е изпълнено
apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","Филтърът трябва да има 4 стойности (доктоп, име на поле, оператор, стойност): {0}" apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","Филтърът трябва да има 4 стойности (доктоп, име на поле, оператор, стойност): {0}"
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,"Не бе намерен стандартният шаблон за адреси. Моля, създайте нов от Setup&gt; Printing and Branding&gt; Address Template."
apps/frappe/frappe/utils/bot.py +89,show,покажи apps/frappe/frappe/utils/bot.py +89,show,покажи
DocType: Address Template,Address Template,Адрес Template DocType: Address Template,Address Template,Адрес Template
DocType: Workflow State,text-height,текст-височина DocType: Workflow State,text-height,текст-височина
@@ -1359,7 +1361,6 @@ apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +6,Can Write
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Някои документи, като фактура, не трябва да се променят веднъж като са окончателни. Състоянието за такива документи се нарича Изпратен. Можете да ограничите какви роли може да правят ""Изпращане""." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Някои документи, като фактура, не трябва да се променят веднъж като са окончателни. Състоянието за такива документи се нарича Изпратен. Можете да ограничите какви роли може да правят ""Изпращане""."
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,Не е разрешено да експортирате тази справка apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,Не е разрешено да експортирате тази справка
apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 елемент е избран apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 елемент е избран
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Няма намерени резултати за ' </p>
DocType: Newsletter,Test Email Address,Тест имейл адрес DocType: Newsletter,Test Email Address,Тест имейл адрес
DocType: ToDo,Sender,Подател DocType: ToDo,Sender,Подател
DocType: GSuite Settings,Google Apps Script,Сценарий на Google Приложения DocType: GSuite Settings,Google Apps Script,Сценарий на Google Приложения
@@ -1372,7 +1373,7 @@ DocType: System Settings,Allow only one session per user,Оставя само
apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,Копие apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,Копие
apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,Начало / Test Folder 1 / Test Folder 3 apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,Начало / Test Folder 1 / Test Folder 3
DocType: Website Settings,&lt;head&gt; HTML,HTML DocType: Website Settings,&lt;head&gt; HTML,HTML
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +66,Select or drag across time slots to create a new event.,Изберете или плъзгайте по времеви слотове за създаване на ново събитие.
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +67,Select or drag across time slots to create a new event.,Изберете или плъзгайте по времеви слотове за създаване на ново събитие.
DocType: DocField,In Filter,Във филтър DocType: DocField,In Filter,Във филтър
apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban
DocType: DocType,Show in Module Section,Покажи в Модул раздел DocType: DocType,Show in Module Section,Покажи в Модул раздел
@@ -1393,7 +1394,7 @@ apps/frappe/frappe/email/doctype/email_account/email_account_list.js +6,Default
apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,Import .zip apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,Import .zip
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,Документ ID apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,Документ ID
DocType: Print Settings,Letter,Писмо DocType: Print Settings,Letter,Писмо
apps/frappe/frappe/core/doctype/doctype/doctype.py +556,Image field must be of type Attach Image,Полето за изображението трябва да бъде от тип Прикрепете Изображение
apps/frappe/frappe/core/doctype/doctype/doctype.py +560,Image field must be of type Attach Image,Полето за изображението трябва да бъде от тип Прикрепете Изображение
DocType: DocField,Columns,Колони DocType: DocField,Columns,Колони
DocType: Async Task,Succeeded,Успя DocType: Async Task,Succeeded,Успя
apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},Задължителни полета в {0} apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},Задължителни полета в {0}
@@ -1443,7 +1444,7 @@ DocType: DocField,Text Editor,Редактор на текст
apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,"Настройки на ""За нас"" страницата." apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,"Настройки на ""За нас"" страницата."
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,Edit персонализиран HTML apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,Edit персонализиран HTML
DocType: Error Snapshot,Error Snapshot,Грешка Snapshot DocType: Error Snapshot,Error Snapshot,Грешка Snapshot
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,In,В
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,In,В
DocType: Email Alert,Value Change,Промяна на стойност DocType: Email Alert,Value Change,Промяна на стойност
DocType: Standard Reply,Standard Reply,Стандартен отговор DocType: Standard Reply,Standard Reply,Стандартен отговор
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,Ширина на полето за въвеждане apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,Ширина на полето за въвеждане
@@ -1463,12 +1464,11 @@ apps/frappe/frappe/public/js/frappe/views/communication.js +82,Select Attachment
apps/frappe/frappe/model/naming.py +94, for {0},за {0} apps/frappe/frappe/model/naming.py +94, for {0},за {0}
apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,"Имаше грешки. Моля, уведомете." apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,"Имаше грешки. Моля, уведомете."
apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,Вие нямате право да отпечатате този документ apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,Вие нямате право да отпечатате този документ
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +107,Please set filters value in Report Filter table.,"Моля, задайте филтри стойност в доклад Филтър маса."
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +120,Please set filters value in Report Filter table.,"Моля, задайте филтри стойност в доклад Филтър маса."
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,Товарене Доклад apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,Товарене Доклад
apps/frappe/frappe/limits.py +72,Your subscription will expire today.,Абонаментът ви ще изтече днес. apps/frappe/frappe/limits.py +72,Your subscription will expire today.,Абонаментът ви ще изтече днес.
DocType: Page,Standard,Стандарт DocType: Page,Standard,Стандарт
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Прикрепете File apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Прикрепете File
apps/frappe/frappe/templates/emails/password_update.html +1,Password Update Notification,Актуализация Уведомление Password
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Размер apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Размер
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Завършване на определянето apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Завършване на определянето
DocType: Custom DocPerm,User Permission DocTypes,Потребителят Разрешение DocTypes DocType: Custom DocPerm,User Permission DocTypes,Потребителят Разрешение DocTypes
@@ -1481,6 +1481,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +10,Insert Abo
apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,Общи имена и презимена са лесни за отгатване. apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,Общи имена и презимена са лесни за отгатване.
apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,Чернова apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,Чернова
apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,Тази е подобна на често използвана парола. apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,Тази е подобна на често използвана парола.
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Няма намерени резултати за ' </p>
DocType: User,Female,Женски DocType: User,Female,Женски
DocType: Print Settings,Modern,Модерен DocType: Print Settings,Modern,Модерен
apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,Резултати от търсенето apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,Резултати от търсенето
@@ -1535,7 +1536,7 @@ apps/frappe/frappe/core/doctype/file/file_list.js +65,Folder name should not inc
DocType: Note,Note,Забележка DocType: Note,Note,Забележка
apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,Грешка Доклад apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,Грешка Доклад
apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,Обратните условия не съвпадат apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,Обратните условия не съвпадат
apps/frappe/frappe/core/doctype/doctype/doctype.py +570,Timeline field must be a valid fieldname,Timeline поле трябва да бъде валиден FIELDNAME
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a valid fieldname,Timeline поле трябва да бъде валиден FIELDNAME
DocType: Currency,Symbol,Символ DocType: Currency,Symbol,Символ
apps/frappe/frappe/model/base_document.py +534,Row #{0}:,Ред # {0}: apps/frappe/frappe/model/base_document.py +534,Row #{0}:,Ред # {0}:
apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,Нова парола е изпратена на емайла apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,Нова парола е изпратена на емайла
@@ -1592,8 +1593,7 @@ DocType: Web Page,Text Align,Текст Подравнен
apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},Името не може да съдържа специални символи като {0} apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},Името не може да съдържа специални символи като {0}
DocType: Contact Us Settings,Forward To Email Address,Препрати на имейл адрес DocType: Contact Us Settings,Forward To Email Address,Препрати на имейл адрес
apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,Показване на всички данни apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,Показване на всички данни
apps/frappe/frappe/core/doctype/doctype/doctype.py +527,Title field must be a valid fieldname,Заглавие поле трябва да бъде валиден fieldname
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,"Имейл акаунта не е настроен. Моля, създайте нов имейл адрес от настройката&gt; имейл&gt; имейл акаунт"
apps/frappe/frappe/core/doctype/doctype/doctype.py +531,Title field must be a valid fieldname,Заглавие поле трябва да бъде валиден fieldname
apps/frappe/frappe/config/core.py +7,Documents,Документи apps/frappe/frappe/config/core.py +7,Documents,Документи
DocType: Email Flag Queue,Is Completed,е завършен DocType: Email Flag Queue,Is Completed,е завършен
apps/frappe/frappe/www/me.html +22,Edit Profile,Редактирай профил apps/frappe/frappe/www/me.html +22,Edit Profile,Редактирай профил
@@ -1645,7 +1645,7 @@ DocType: Standard Reply,Standard Reply Help,Стандартен отговор
DocType: Blogger,Avatar,Въплъщение DocType: Blogger,Avatar,Въплъщение
DocType: Blogger,Posts,Публикации DocType: Blogger,Posts,Публикации
DocType: DocType,Has Web View,Има Уеб View DocType: DocType,Has Web View,Има Уеб View
apps/frappe/frappe/core/doctype/doctype/doctype.py +377,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","име DocType трябва да започва с буква и тя може да се състои само от букви, цифри, интервали и долни"
apps/frappe/frappe/core/doctype/doctype/doctype.py +381,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","име DocType трябва да започва с буква и тя може да се състои само от букви, цифри, интервали и долни"
DocType: Communication,Spam,Спам DocType: Communication,Spam,Спам
DocType: Integration Request,Integration Request,интеграция Заявка DocType: Integration Request,Integration Request,интеграция Заявка
apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,Уважаеми apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,Уважаеми
@@ -1681,7 +1681,7 @@ DocType: Website Settings,Sub-domain provided by erpnext.com,"Под-домей
DocType: System Settings,dd-mm-yyyy,дд-мм-гггг DocType: System Settings,dd-mm-yyyy,дд-мм-гггг
apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,Трябва да има разрешение доклад за достъп до този доклад. apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,Трябва да има разрешение доклад за достъп до този доклад.
apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,"Моля, изберете Минимален парола" apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,"Моля, изберете Минимален парола"
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,Added,Добавен
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,Added,Добавен
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.","Актуализиране само, не добавяйте нови записи." apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.","Актуализиране само, не добавяйте нови записи."
apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,"Daily Digest събитие се изпраща за Календар на събитията, където са определени напомняния." apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,"Daily Digest събитие се изпраща за Календар на събитията, където са определени напомняния."
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,Виж Website apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,Виж Website
@@ -1695,7 +1695,7 @@ DocType: Integration Request,Reference DocName,Референтен DocName
DocType: Web Form,Success Message,Съобщение за успех DocType: Web Form,Success Message,Съобщение за успех
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,персонализации износ apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,персонализации износ
DocType: DocType,User Cannot Search,Потребителят не може да търси DocType: DocType,User Cannot Search,Потребителят не може да търси
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +83,Invalid Output Format,Невалиден изходящ формат
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Invalid Output Format,Невалиден изходящ формат
DocType: Custom DocPerm,Apply this rule if the User is the Owner,"Прилага се, ако потребителят е собственик" DocType: Custom DocPerm,Apply this rule if the User is the Owner,"Прилага се, ако потребителят е собственик"
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,Ще бъде вашият идентификационен номер за вход apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,Ще бъде вашият идентификационен номер за вход
apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,Изграждане на справка apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,Изграждане на справка
@@ -1713,10 +1713,11 @@ apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +138,There were e
apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,Затвори apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,Затвори
apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,Не може да се промени docstatus от 0 на 2 apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,Не може да се промени docstatus от 0 на 2
DocType: User Permission for Page and Report,Roles Permission,Роли Разрешение DocType: User Permission for Page and Report,Roles Permission,Роли Разрешение
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,"Имейл акаунта не е настроен. Моля, създайте нов имейл адрес от настройката&gt; имейл&gt; имейл акаунт"
apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,Актуализация apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,Актуализация
DocType: Error Snapshot,Snapshot View,Snapshot View DocType: Error Snapshot,Snapshot View,Snapshot View
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,"Моля, запишете бюлетина, преди да го изпратите" apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,"Моля, запишете бюлетина, преди да го изпратите"
apps/frappe/frappe/core/doctype/doctype/doctype.py +426,Options must be a valid DocType for field {0} in row {1},Опции трябва да бъде валиден DocType за поле {0} на ред {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +430,Options must be a valid DocType for field {0} in row {1},Опции трябва да бъде валиден DocType за поле {0} на ред {1}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,Редактиране на стойности apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,Редактиране на стойности
DocType: Patch Log,List of patches executed,Списък на изпълнени актуализации DocType: Patch Log,List of patches executed,Списък на изпълнени актуализации
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} е вече отписан apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} е вече отписан
@@ -1809,7 +1810,7 @@ apps/frappe/frappe/core/doctype/version/version_view.html +32,Rows Added,Ред
apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,Успех! Вие сте добре да отидете 👍 apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,Успех! Вие сте добре да отидете 👍
apps/frappe/frappe/www/me.html +3,My Account,Моят Профил apps/frappe/frappe/www/me.html +3,My Account,Моят Профил
DocType: ToDo,Allocated To,Разпределена за DocType: ToDo,Allocated To,Разпределена за
apps/frappe/frappe/templates/emails/password_reset.html +4,Please click on the following link to set your new password,"Моля, кликнете върху следния линк, за да зададете нова парола"
apps/frappe/frappe/templates/emails/password_reset.html +2,Please click on the following link to set your new password,"Моля, кликнете върху следния линк, за да зададете нова парола"
DocType: Email Alert,Days After,Дни след DocType: Email Alert,Days After,Дни след
DocType: Newsletter,Receipient,Получатели DocType: Newsletter,Receipient,Получатели
DocType: Contact Us Settings,Settings for Contact Us Page,"Настройки на ""Връзка с нас""" DocType: Contact Us Settings,Settings for Contact Us Page,"Настройки на ""Връзка с нас"""
@@ -1823,7 +1824,7 @@ DocType: Property Setter,Property Type,Тип на имота
DocType: Workflow State,screenshot,скрийншот DocType: Workflow State,screenshot,скрийншот
apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,"Само администратор може да записва стандартна справка. Моля, преименувате и запазете." apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,"Само администратор може да записва стандартна справка. Моля, преименувате и запазете."
DocType: System Settings,Background Workers,Фонов режим Работници DocType: System Settings,Background Workers,Фонов режим Работници
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,Fieldname {0} conflicting with meta object,"Име на поле {0}, което е в противоречие с мета обект"
apps/frappe/frappe/core/doctype/doctype/doctype.py +783,Fieldname {0} conflicting with meta object,"Име на поле {0}, което е в противоречие с мета обект"
DocType: Deleted Document,Data,Данни DocType: Deleted Document,Data,Данни
apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,Статус на документ apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,Статус на документ
apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},Вече са направени {0} от {1} apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},Вече са направени {0} от {1}
@@ -1887,7 +1888,6 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +70,"""Parent"" signif
DocType: Website Theme,Apply Style,Нанесете Style DocType: Website Theme,Apply Style,Нанесете Style
DocType: Feedback Request,Feedback Rating,Обратна връзка Рейтинг DocType: Feedback Request,Feedback Rating,Обратна връзка Рейтинг
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,Споделено с apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,Споделено с
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,Настройка&gt; Мениджър на разрешенията на потребителите
DocType: Help Category,Help Articles,Помощни статии DocType: Help Category,Help Articles,Помощни статии
,Modules Setup,Настройка на модули ,Modules Setup,Настройка на модули
apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,Тип: apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,Тип:
@@ -1933,12 +1933,11 @@ apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 2,Ва
DocType: Feedback Trigger,Email Field,Email Невярно DocType: Feedback Trigger,Email Field,Email Невярно
apps/frappe/frappe/www/update-password.html +59,New Password Required.,Нужна е нова парола. apps/frappe/frappe/www/update-password.html +59,New Password Required.,Нужна е нова парола.
apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} сподели този документ с {1} apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} сподели този документ с {1}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,Настройка&gt; Потребител
DocType: Website Settings,Brand Image,Изображение на марката DocType: Website Settings,Brand Image,Изображение на марката
DocType: Print Settings,A4,A4 DocType: Print Settings,A4,A4
apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","Setup на горната навигационна лента, долния и лого." apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","Setup на горната навигационна лента, долния и лого."
DocType: Web Form Field,Max Value,Максимална стойност DocType: Web Form Field,Max Value,Максимална стойност
apps/frappe/frappe/core/doctype/doctype/doctype.py +655,For {0} at level {1} in {2} in row {3},За {0} на равнище {1} в {2} в ред {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,For {0} at level {1} in {2} in row {3},За {0} на равнище {1} в {2} в ред {3}
DocType: Contact,All,Всички DocType: Contact,All,Всички
DocType: Email Queue,Recipient,Получател DocType: Email Queue,Recipient,Получател
DocType: Communication,Has Attachment,С прикачен файл DocType: Communication,Has Attachment,С прикачен файл
@@ -1956,7 +1955,7 @@ DocType: Auto Email Report,Email To,Email до
apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,Папка {0} не е празна apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,Папка {0} не е празна
DocType: Page,Roles,Роли DocType: Page,Roles,Роли
apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},Грешка: липсва стойност за {0}: {1} apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},Грешка: липсва стойност за {0}: {1}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +286,Field {0} is not selectable.,Поле {0} не е избираемо.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +287,Field {0} is not selectable.,Поле {0} не е избираемо.
DocType: System Settings,Session Expiry,Session Изтичане DocType: System Settings,Session Expiry,Session Изтичане
DocType: Workflow State,ban-circle,бан-кръг DocType: Workflow State,ban-circle,бан-кръг
DocType: Email Flag Queue,Unread,непрочетен DocType: Email Flag Queue,Unread,непрочетен
@@ -2014,7 +2013,7 @@ DocType: DocType,"Naming Options:
<ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",Наименуване Опции: <ol><li> <b>поле: [FIELDNAME]</b> - от полето </li><li> <b>naming_series:</b> - с названието Series (полеви нарича naming_series трябва да присъстват </li><li> <b>Prompt</b> - Prompt потребителя за името </li><li> <b>[поредица]</b> - Серия от префикс (разделени с точка); например PRE. ##### </li></ol> <ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",Наименуване Опции: <ol><li> <b>поле: [FIELDNAME]</b> - от полето </li><li> <b>naming_series:</b> - с названието Series (полеви нарича naming_series трябва да присъстват </li><li> <b>Prompt</b> - Prompt потребителя за името </li><li> <b>[поредица]</b> - Серия от префикс (разделени с точка); например PRE. ##### </li></ol>
DocType: Blog Post,Email Sent,Email Изпратено DocType: Blog Post,Email Sent,Email Изпратено
DocType: DocField,Ignore XSS Filter,Игнорирайте XSS Филтър DocType: DocField,Ignore XSS Filter,Игнорирайте XSS Филтър
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,removed,премахнат
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,removed,премахнат
apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,Настройки на Dropbox архивиране apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,Настройки на Dropbox архивиране
apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,Изпрати като мейл apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,Изпрати като мейл
DocType: Website Theme,Link Color,Цвят на Препратка DocType: Website Theme,Link Color,Цвят на Препратка
@@ -2147,6 +2146,7 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,О
DocType: DocType,Setup,Настройки DocType: DocType,Setup,Настройки
DocType: Email Account,Initial Sync Count,Първоначално Sync Count DocType: Email Account,Initial Sync Count,Първоначално Sync Count
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Нов коментар за {0} {1} apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Нов коментар за {0} {1}
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} преди години
DocType: Workflow State,glass,стъкло DocType: Workflow State,glass,стъкло
DocType: DocType,Timeline Field,Timeline Невярно DocType: DocType,Timeline Field,Timeline Невярно
DocType: Country,Time Zones,Часови зони DocType: Country,Time Zones,Часови зони
@@ -2181,10 +2181,10 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +77,You are not
apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,Инфо: apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,Инфо:
DocType: Custom Field,Permission Level,Ниво на достъп DocType: Custom Field,Permission Level,Ниво на достъп
DocType: User,Send Notifications for Transactions I Follow,"Изпращай ми известия за транзакции, които следя" DocType: User,Send Notifications for Transactions I Follow,"Изпращай ми известия за транзакции, които следя"
apps/frappe/frappe/core/doctype/doctype/doctype.py +698,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: Cannot set Submit, Cancel, Amend without Write"
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: Cannot set Submit, Cancel, Amend without Write"
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,"Сигурни ли сте, че искате да изтриете прикачения файл?" apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,"Сигурни ли сте, че искате да изтриете прикачения файл?"
apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","Не може да се изтрие или затвори, защото {0} <a href=""#Form/{0}/{1}"">{1}</a> е свързан с {2} <a href=""#Form/{2}/{3}"">{3}</a>" apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","Не може да се изтрие или затвори, защото {0} <a href=""#Form/{0}/{1}"">{1}</a> е свързан с {2} <a href=""#Form/{2}/{3}"">{3}</a>"
apps/frappe/frappe/__init__.py +1070,Thank you,Благодаря
apps/frappe/frappe/__init__.py +1071,Thank you,Благодаря
apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,Запазване apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,Запазване
DocType: Print Settings,Print Style Preview,Печат Style Preview DocType: Print Settings,Print Style Preview,Печат Style Preview
apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder
@@ -2228,7 +2228,7 @@ apps/frappe/frappe/public/js/frappe/list/list_renderer.js +501,2 days ago,Пре
apps/frappe/frappe/config/website.py +47,Categorize blog posts.,Категоризиране блог постове. apps/frappe/frappe/config/website.py +47,Categorize blog posts.,Категоризиране блог постове.
DocType: Workflow State,Time,Време DocType: Workflow State,Time,Време
DocType: DocField,Attach,Прикрепете DocType: DocField,Attach,Прикрепете
apps/frappe/frappe/core/doctype/doctype/doctype.py +539,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} не е валидна информация за полето. Трябва да бъде {{field_name}}.
apps/frappe/frappe/core/doctype/doctype/doctype.py +543,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} не е валидна информация за полето. Трябва да бъде {{field_name}}.
DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,Изпрати Обратна връзка Заявка само ако има най-малко една комуникация е достъпно за документа. DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,Изпрати Обратна връзка Заявка само ако има най-малко една комуникация е достъпно за документа.
DocType: Custom Role,Permission Rules,Разрешение Правила DocType: Custom Role,Permission Rules,Разрешение Правила
DocType: GSuite Settings,GSuite Settings,Настройки на GSuite DocType: GSuite Settings,GSuite Settings,Настройки на GSuite
@@ -2248,7 +2248,7 @@ apps/frappe/frappe/website/doctype/blog_post/blog_post.py +106,Posts by {0},Мн
apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","За колони формат, даде етикети на колони в заявката." apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","За колони формат, даде етикети на колони в заявката."
DocType: Has Domain,Has Domain,Има Домейн DocType: Has Domain,Has Domain,Има Домейн
apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,Не сте се регистрирали? Регистрирай се apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,Не сте се регистрирали? Регистрирай се
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,{0}: Cannot set Assign Amend if not Submittable,{0}: Cannot set Assign Amend if not Submittable
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set Assign Amend if not Submittable,{0}: Cannot set Assign Amend if not Submittable
DocType: Address,Bihar,Бихар DocType: Address,Bihar,Бихар
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,Редактиране на права в роля apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,Редактиране на права в роля
DocType: Communication,Link DocType,Препратка DocType DocType: Communication,Link DocType,Препратка DocType
@@ -2299,7 +2299,7 @@ DocType: DocField,Set non-standard precision for a Float or Currency field,Оп
DocType: Email Account,Ignore attachments over this size,Игнориране на прикачени файлове над този размер DocType: Email Account,Ignore attachments over this size,Игнориране на прикачени файлове над този размер
DocType: Address,Preferred Billing Address,Предпочитана Billing Адрес DocType: Address,Preferred Billing Address,Предпочитана Billing Адрес
apps/frappe/frappe/config/integrations.py +63,External Documents,Външни документи apps/frappe/frappe/config/integrations.py +63,External Documents,Външни документи
apps/frappe/frappe/database.py +235,Too many writes in one request. Please send smaller requests,"Твърде много пише в едно искане. Моля, изпратете по-малки заявки"
apps/frappe/frappe/database.py +247,Too many writes in one request. Please send smaller requests,"Твърде много пише в едно искане. Моля, изпратете по-малки заявки"
apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,Променени стойности apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,Променени стойности
DocType: Workflow State,arrow-up,стрелка нагоре DocType: Workflow State,arrow-up,стрелка нагоре
DocType: OAuth Bearer Token,Expires In,Изтича В DocType: OAuth Bearer Token,Expires In,Изтича В
@@ -2347,7 +2347,7 @@ apps/frappe/frappe/core/page/data_import_tool/importer.py +81,Please make sure t
apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,"Моля, уверете се, че вашият профил има зададен имейл адрес" apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,"Моля, уверете се, че вашият профил има зададен имейл адрес"
apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,"Имате незапазени промени в тази форма. Моля, запишете преди да продължите." apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,"Имате незапазени промени в тази форма. Моля, запишете преди да продължите."
DocType: Address,Telangana,Телангана DocType: Address,Telangana,Телангана
apps/frappe/frappe/core/doctype/doctype/doctype.py +459,Default for {0} must be an option,Стойност по подразбиране за {0} трябва да бъде опция
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Default for {0} must be an option,Стойност по подразбиране за {0} трябва да бъде опция
DocType: Tag Doc Category,Tag Doc Category,Tag Doc Категория DocType: Tag Doc Category,Tag Doc Category,Tag Doc Категория
DocType: User,User Image,Потребител - Снимка DocType: User,User Image,Потребител - Снимка
apps/frappe/frappe/email/queue.py +304,Emails are muted,Имейлите са заглушени apps/frappe/frappe/email/queue.py +304,Emails are muted,Имейлите са заглушени
@@ -2392,7 +2392,7 @@ DocType: Async Task,Running,Изпълнение
apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,Reset Password apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,Reset Password
apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,Моля Подобрете да добавите повече от {0} абонати apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,Моля Подобрете да добавите повече от {0} абонати
DocType: Workflow State,hand-left,ръка-наляво DocType: Workflow State,hand-left,ръка-наляво
apps/frappe/frappe/core/doctype/doctype/doctype.py +472,Fieldtype {0} for {1} cannot be unique,Fieldtype {0} за {1} не може да бъде уникален
apps/frappe/frappe/core/doctype/doctype/doctype.py +476,Fieldtype {0} for {1} cannot be unique,Fieldtype {0} за {1} не може да бъде уникален
DocType: Email Account,Use SSL,Използване на SSL DocType: Email Account,Use SSL,Използване на SSL
DocType: Workflow State,play-circle,игра-кръг DocType: Workflow State,play-circle,игра-кръг
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,Изберете Print Формат за редактиране apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,Изберете Print Формат за редактиране
@@ -2447,7 +2447,7 @@ DocType: DocField,No Copy,Няма копие
DocType: Workflow State,qrcode,QRCode DocType: Workflow State,qrcode,QRCode
apps/frappe/frappe/www/login.html +34,Login with LDAP,Влез с LDAP apps/frappe/frappe/www/login.html +34,Login with LDAP,Влез с LDAP
DocType: Web Form,Breadcrumbs,Breadcrumbs DocType: Web Form,Breadcrumbs,Breadcrumbs
apps/frappe/frappe/core/doctype/doctype/doctype.py +671,If Owner,Ако Собственик
apps/frappe/frappe/core/doctype/doctype/doctype.py +675,If Owner,Ако Собственик
DocType: OAuth Authorization Code,Expiration time,време изтичане DocType: OAuth Authorization Code,Expiration time,време изтичане
DocType: Web Page,Website Sidebar,Сайт Sidebar DocType: Web Page,Website Sidebar,Сайт Sidebar
DocType: Web Form,Show Sidebar,Покажи Sidebar DocType: Web Form,Show Sidebar,Покажи Sidebar
@@ -2607,6 +2607,7 @@ DocType: Portal Settings,Hide Standard Menu,Скриване на стандар
apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,Добави / Управление на имейл домейни. apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,Добави / Управление на имейл домейни.
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},Не може да се отмени преди изпращане. Вижте Transition {0} apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},Не може да се отмени преди изпращане. Вижте Transition {0}
apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,Print Format {0} е деактивиран apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,Print Format {0} е деактивиран
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,"Моля, настройте по подразбиране имейл акаунт от Setup&gt; Email&gt; Email Account"
DocType: Email Alert,Send days before or after the reference date,Изпрати дни преди или след референтната дата DocType: Email Alert,Send days before or after the reference date,Изпрати дни преди или след референтната дата
DocType: User,Allow user to login only after this hour (0-24),Позволи на потребителя да се логнете само след този час (0-24) DocType: User,Allow user to login only after this hour (0-24),Позволи на потребителя да се логнете само след този час (0-24)
apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,Стойност apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,Стойност
@@ -2622,7 +2623,6 @@ DocType: ToDo,Priority,Приоритет
DocType: Email Queue,Unsubscribe Param,Отписване Парам DocType: Email Queue,Unsubscribe Param,Отписване Парам
DocType: Auto Email Report,Weekly,Седмично DocType: Auto Email Report,Weekly,Седмично
DocType: Communication,In Reply To,В отговор на DocType: Communication,In Reply To,В отговор на
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,"Не бе намерен стандартният шаблон за адреси. Моля, създайте нов от Setup&gt; Printing and Branding&gt; Address Template."
DocType: DocType,Allow Import (via Data Import Tool),Позволете Import (чрез Data Tool Import) DocType: DocType,Allow Import (via Data Import Tool),Позволете Import (чрез Data Tool Import)
apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,Номер apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,Номер
DocType: DocField,Float,Плаващ DocType: DocField,Float,Плаващ
@@ -2665,7 +2665,7 @@ apps/frappe/frappe/templates/emails/auto_reply.html +1,Thank you for your email,
DocType: DocField,Small Text,Малък Текст DocType: DocField,Small Text,Малък Текст
apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,Администратора е влизал на {0} на {1} чрез IP адрес {2}. apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,Администратора е влизал на {0} на {1} чрез IP адрес {2}.
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,Равно apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,Равно
apps/frappe/frappe/core/doctype/doctype/doctype.py +453,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',Тип на полето Options &quot;Dynamic Link&quot; трябва да сочи към друг Link Невярно с опции като &quot;DocType&quot;
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',Тип на полето Options &quot;Dynamic Link&quot; трябва да сочи към друг Link Невярно с опции като &quot;DocType&quot;
DocType: About Us Settings,Team Members Heading,Членове на екипа - заглавие DocType: About Us Settings,Team Members Heading,Членове на екипа - заглавие
apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,Невалиден CSV формат apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,Невалиден CSV формат
apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,Определете брой резервни копия apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,Определете брой резервни копия
@@ -2699,7 +2699,7 @@ DocType: Kanban Board Column,Column Name,Колона Име
DocType: Language,Based On,Базиран на DocType: Language,Based On,Базиран на
apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,Направи по подразбиране apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,Направи по подразбиране
apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,Проверете URL на Frappe сървъра apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,Проверете URL на Frappe сървъра
apps/frappe/frappe/core/doctype/doctype/doctype.py +495,Fieldtype {0} for {1} cannot be indexed,Fieldtype {0} за {1} не може да се индексира
apps/frappe/frappe/core/doctype/doctype/doctype.py +499,Fieldtype {0} for {1} cannot be indexed,Fieldtype {0} за {1} не може да се индексира
DocType: Communication,Email Account,Имейл акаунт DocType: Communication,Email Account,Имейл акаунт
DocType: Workflow State,Download,Изтегляне DocType: Workflow State,Download,Изтегляне
DocType: Blog Post,Blog Intro,Блог - Въведение DocType: Blog Post,Blog Intro,Блог - Въведение
@@ -2731,15 +2731,15 @@ apps/frappe/frappe/email/doctype/email_group/email_group.js +45,New Newsletter,
DocType: Print Settings,Send Print as PDF,Изпрати Принтирай като PDF DocType: Print Settings,Send Print as PDF,Изпрати Принтирай като PDF
DocType: Web Form,Amount,Стойност DocType: Web Form,Amount,Стойност
DocType: Workflow Transition,Allowed,Позволен DocType: Workflow Transition,Allowed,Позволен
apps/frappe/frappe/core/doctype/doctype/doctype.py +502,There can be only one Fold in a form,Не може да има само едно стадо във форма
apps/frappe/frappe/core/doctype/doctype/doctype.py +506,There can be only one Fold in a form,Не може да има само едно стадо във форма
apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},Не може да се напише файлов формат за {0} apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},Не може да се напише файлов формат за {0}
apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,Възстановяване на настройките по подразбиране? apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,Възстановяване на настройките по подразбиране?
apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,Невалиден Home Page apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,Невалиден Home Page
apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,Невалиден вход. Опитайте пак. apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,Невалиден вход. Опитайте пак.
apps/frappe/frappe/core/doctype/doctype/doctype.py +420,Options required for Link or Table type field {0} in row {1},"Опциите, които се изискват за поле на връзката или тип таблица {0} на ред {1}"
apps/frappe/frappe/core/doctype/doctype/doctype.py +424,Options required for Link or Table type field {0} in row {1},"Опциите, които се изискват за поле на връзката или тип таблица {0} на ред {1}"
DocType: Auto Email Report,Send only if there is any data,Изпрати само ако има някаква информация DocType: Auto Email Report,Send only if there is any data,Изпрати само ако има някаква информация
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,Фабрични филтри apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,Фабрични филтри
apps/frappe/frappe/core/doctype/doctype/doctype.py +688,{0}: Permission at level 0 must be set before higher levels are set,{0}: Разрешение на ниво 0 трябва да бъде зададено преди да се определят по-високи нива
apps/frappe/frappe/core/doctype/doctype/doctype.py +692,{0}: Permission at level 0 must be set before higher levels are set,{0}: Разрешение на ниво 0 трябва да бъде зададено преди да се определят по-високи нива
apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},Възлагане затворено от {0} apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},Възлагане затворено от {0}
DocType: Integration Request,Remote,отдалечен DocType: Integration Request,Remote,отдалечен
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,Изчисли apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,Изчисли
@@ -2759,7 +2759,7 @@ DocType: DocField,Perm Level,Ниво на достъп
apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,Събития в днешния Calendar apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,Събития в днешния Calendar
DocType: Web Page,Web Page,Уеб Страница DocType: Web Page,Web Page,Уеб Страница
DocType: Blog Category,Blogger,Списвач на блог DocType: Blog Category,Blogger,Списвач на блог
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In Global Search' not allowed for type {0} in row {1},&quot;В глобалното търсене&quot; не е разрешено за тип {0} на ред {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +449,'In Global Search' not allowed for type {0} in row {1},&quot;В глобалното търсене&quot; не е разрешено за тип {0} на ред {1}
apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,Вижте Списък apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,Вижте Списък
apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},Датата трябва да бъде във формат: {0} apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},Датата трябва да бъде във формат: {0}
DocType: Workflow,Don't Override Status,Не променяй статуса DocType: Workflow,Don't Override Status,Не променяй статуса
@@ -2808,7 +2808,7 @@ DocType: Website Theme,Background,Фонов режим
DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","JSON списък на DocTypes използвани да се прилагат потребителски разрешения. Ако празна, всички свързани DocTypes ще бъдат използвани, за да се прилага потребителски разрешения." DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","JSON списък на DocTypes използвани да се прилагат потребителски разрешения. Ако празна, всички свързани DocTypes ще бъдат използвани, за да се прилага потребителски разрешения."
DocType: Report,Ref DocType,Ref DocType DocType: Report,Ref DocType,Ref DocType
apps/frappe/frappe/www/feedback.py +42,Please add a rating,"Моля, добавете рейтинг" apps/frappe/frappe/www/feedback.py +42,Please add a rating,"Моля, добавете рейтинг"
apps/frappe/frappe/core/doctype/doctype/doctype.py +700,{0}: Cannot set Amend without Cancel,{0}: Cannot set Amend without Cancel
apps/frappe/frappe/core/doctype/doctype/doctype.py +704,{0}: Cannot set Amend without Cancel,{0}: Cannot set Amend without Cancel
apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,Пълна страница apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,Пълна страница
DocType: DocType,Is Child Table,Е подчинена таблица DocType: DocType,Is Child Table,Е подчинена таблица
apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} трябва да бъде един от {1} apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} трябва да бъде един от {1}
@@ -2837,7 +2837,7 @@ DocType: Event,Send an email reminder in the morning,Изпращане на е
DocType: Blog Post,Published On,Публикуван на DocType: Blog Post,Published On,Публикуван на
DocType: Contact,Gender,Пол DocType: Contact,Gender,Пол
apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,Задължителната информация липсва: apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,Задължителната информация липсва:
apps/frappe/frappe/core/doctype/doctype/doctype.py +492,Field '{0}' cannot be set as Unique as it has non-unique values,"Поле '{0} ""не може да бъде зададено като уникално, тъй като има не-уникални стойности"
apps/frappe/frappe/core/doctype/doctype/doctype.py +496,Field '{0}' cannot be set as Unique as it has non-unique values,"Поле '{0} ""не може да бъде зададено като уникално, тъй като има не-уникални стойности"
apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,Само на 200 добавяния се допускат в една заявка apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,Само на 200 добавяния се допускат в една заявка
DocType: Footer Item,URL,URL DocType: Footer Item,URL,URL
DocType: ToDo,Reference Type,Референтен Type DocType: ToDo,Reference Type,Референтен Type
@@ -2880,8 +2880,8 @@ apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +135,Please save
apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,Добавени {0} абонати apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,Добавени {0} абонати
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,Не в apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,Не в
DocType: Workflow State,star,звезда DocType: Workflow State,star,звезда
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +228,values separated by commas,"стойности, разделени със запетаи"
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Max width for type Currency is 100px in row {0},Max ширина за вид валута е 100px в ред {0}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,values separated by commas,"стойности, разделени със запетаи"
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,Max width for type Currency is 100px in row {0},Max ширина за вид валута е 100px в ред {0}
apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},"Моля, споделете вашето мнение за {0}" apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},"Моля, споделете вашето мнение за {0}"
apps/frappe/frappe/config/website.py +13,Content web page.,Съдържание уеб страница. apps/frappe/frappe/config/website.py +13,Content web page.,Съдържание уеб страница.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Добави нова роля apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Добави нова роля
@@ -2899,7 +2899,7 @@ apps/frappe/frappe/public/js/frappe/desk.js +383,Please Enter Your Password to C
apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,Не е валидно потребителско LDAP apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,Не е валидно потребителско LDAP
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} не е валидна Област apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} не е валидна Област
apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',"Моля, изберете друг начин на плащане. PayPal не поддържа транзакции с валута &quot;{0}&quot;" apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',"Моля, изберете друг начин на плащане. PayPal не поддържа транзакции с валута &quot;{0}&quot;"
apps/frappe/frappe/core/doctype/doctype/doctype.py +519,Search field {0} is not valid,Поле за търсене {0} не е валидно
apps/frappe/frappe/core/doctype/doctype/doctype.py +523,Search field {0} is not valid,Поле за търсене {0} не е валидно
DocType: Workflow State,ok-circle,OK-кръг DocType: Workflow State,ok-circle,OK-кръг
apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',"Можете да намерите неща, като попита &quot;намери оранжево в клиенти&quot;" apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',"Можете да намерите неща, като попита &quot;намери оранжево в клиенти&quot;"
apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,За съжаление! Потребителят трябва да има пълен достъп до собствения си рекорд. apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,За съжаление! Потребителят трябва да има пълен достъп до собствения си рекорд.
@@ -2968,7 +2968,7 @@ DocType: User,Background Style,Стил на фона
apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},сля {0} в {1} apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},сля {0} в {1}
DocType: System Settings,mm-dd-yyyy,mm-dd-yyyy DocType: System Settings,mm-dd-yyyy,mm-dd-yyyy
apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} влязе в профила си apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} влязе в профила си
apps/frappe/frappe/templates/emails/new_user.html +4,Your login id is,Вашият логин идентификатор е
apps/frappe/frappe/templates/emails/new_user.html +3,Your login id is,Вашият логин идентификатор е
DocType: OAuth Client,Skip Authorization,Напред Разрешение DocType: OAuth Client,Skip Authorization,Напред Разрешение
DocType: Web Form,Amount Field,сума Невярно DocType: Web Form,Amount Field,сума Невярно
DocType: Dropbox Settings,Send Notifications To,Изпращайте известия до DocType: Dropbox Settings,Send Notifications To,Изпращайте известия до


+ 94
- 94
frappe/translations/bn.csv View File

@@ -55,7 +55,7 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +52,Data Import Templa
apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,মাতা apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,মাতা
DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","সক্রিয় করা হলে, পাসওয়ার্ড ক্ষমতা নূন্যতম পাসওয়ার্ড স্কোরের মান উপর ভিত্তি করে প্রয়োগ করা হবে। 2 এর একটি মান মাঝারি শক্তিশালী হচ্ছে এবং 4 খুব শক্তিশালী হচ্ছে।" DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","সক্রিয় করা হলে, পাসওয়ার্ড ক্ষমতা নূন্যতম পাসওয়ার্ড স্কোরের মান উপর ভিত্তি করে প্রয়োগ করা হবে। 2 এর একটি মান মাঝারি শক্তিশালী হচ্ছে এবং 4 খুব শক্তিশালী হচ্ছে।"
DocType: About Us Settings,"""Team Members"" or ""Management""",&quot;টিম সদস্য&quot; বা &quot;ম্যানেজমেন্ট&quot; DocType: About Us Settings,"""Team Members"" or ""Management""",&quot;টিম সদস্য&quot; বা &quot;ম্যানেজমেন্ট&quot;
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Default for 'Check' type of field must be either '0' or '1',মাঠের &#39;চেক&#39; টাইপ-এর জন্য ডিফল্ট হয় &#39;0&#39; বা &#39;1&#39; হতে হবে
apps/frappe/frappe/core/doctype/doctype/doctype.py +461,Default for 'Check' type of field must be either '0' or '1',মাঠের &#39;চেক&#39; টাইপ-এর জন্য ডিফল্ট হয় &#39;0&#39; বা &#39;1&#39; হতে হবে
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,গতকাল apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,গতকাল
DocType: Contact,Designation,উপাধি DocType: Contact,Designation,উপাধি
DocType: Test Runner,Test Runner,টেস্ট রানার DocType: Test Runner,Test Runner,টেস্ট রানার
@@ -71,7 +71,7 @@ DocType: DocType,Is Published Field,প্রকাশিত ক্ষেত্
DocType: Email Group,Email Group,ই-মেইল গ্রুপ DocType: Email Group,Email Group,ই-মেইল গ্রুপ
DocType: Note,Seen By,দ্বারা দেখা DocType: Note,Seen By,দ্বারা দেখা
apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,একাধিক যোগ করুন apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,একাধিক যোগ করুন
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Not Like,এমন না
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Not Like,এমন না
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,ক্ষেত্রের জন্য প্রদর্শনের লেবেল সেট apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,ক্ষেত্রের জন্য প্রদর্শনের লেবেল সেট
apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},ভুল মান: {0} হতে হবে {1} {2} apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},ভুল মান: {0} হতে হবে {1} {2}
apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","পরিবর্তন ক্ষেত্রের বৈশিষ্ট্য (আড়াল, কেবলমাত্র অনুমতি ইত্যাদি)" apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","পরিবর্তন ক্ষেত্রের বৈশিষ্ট্য (আড়াল, কেবলমাত্র অনুমতি ইত্যাদি)"
@@ -160,7 +160,8 @@ apps/frappe/frappe/public/js/frappe/upload.js +296,Uploading...,আপলোড
DocType: Email Domain,Email Domain,ইমেল ডোমেন DocType: Email Domain,Email Domain,ইমেল ডোমেন
DocType: Workflow State,italic,বাঁকা ছাঁদে গঠিত DocType: Workflow State,italic,বাঁকা ছাঁদে গঠিত
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,সকলের জন্যে apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,সকলের জন্যে
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,{0}: Cannot set Import without Create,{0}: তৈরি ছাড়া আমদানি সেট করা যায় না
apps/frappe/frappe/core/doctype/doctype/doctype.py +706,{0}: Cannot set Import without Create,{0}: তৈরি ছাড়া আমদানি সেট করা যায় না
apps/frappe/frappe/templates/emails/auto_email_report.html +45,View report in your browser,আপনার ব্রাউজারে রিপোর্ট দেখুন
apps/frappe/frappe/config/desk.py +26,Event and other calendars.,ঘটনা এবং অন্যান্য ক্যালেন্ডার. apps/frappe/frappe/config/desk.py +26,Event and other calendars.,ঘটনা এবং অন্যান্য ক্যালেন্ডার.
apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,সমস্ত ক্ষেত্র মন্তব্য জমা দিতে প্রয়োজন। apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,সমস্ত ক্ষেত্র মন্তব্য জমা দিতে প্রয়োজন।
apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,কলাম সাজাতে ড্র্যাগ apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,কলাম সাজাতে ড্র্যাগ
@@ -237,7 +238,7 @@ apps/frappe/frappe/config/setup.py +121,Update many values at one time.,এক
apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,ত্রুটি: আপনি এটা খোলা আছে নথি পরিবর্ধিত হয়েছে apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,ত্রুটি: আপনি এটা খোলা আছে নথি পরিবর্ধিত হয়েছে
apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} লগ আউট: {1} apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} লগ আউট: {1}
DocType: Address,West Bengal,পশ্চিমবঙ্গ DocType: Address,West Bengal,পশ্চিমবঙ্গ
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0}: Cannot set Assign Submit if not Submittable,{0}: বরাদ্দ Submittable না হলে জমা সেট করা যায় না
apps/frappe/frappe/core/doctype/doctype/doctype.py +727,{0}: Cannot set Assign Submit if not Submittable,{0}: বরাদ্দ Submittable না হলে জমা সেট করা যায় না
DocType: Social Login Keys,Facebook,ফেসবুক DocType: Social Login Keys,Facebook,ফেসবুক
apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",দ্বারা ফিল্টার &quot;{0}&quot; apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",দ্বারা ফিল্টার &quot;{0}&quot;
DocType: Salutation,Administrator,প্রশাসক DocType: Salutation,Administrator,প্রশাসক
@@ -261,7 +262,7 @@ DocType: User,Get your globally recognized avatar from Gravatar.com,Gravatar.com
apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","আপনার সাবস্ক্রিপশন {0} এ উত্তীর্ণ হয়েছে. পুনর্জীবন দান করা, {1}." apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","আপনার সাবস্ক্রিপশন {0} এ উত্তীর্ণ হয়েছে. পুনর্জীবন দান করা, {1}."
DocType: Workflow State,plus-sign,প্লাস-সাইন DocType: Workflow State,plus-sign,প্লাস-সাইন
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,সেটআপ ইতিমধ্যে সম্পূর্ণ apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,সেটআপ ইতিমধ্যে সম্পূর্ণ
apps/frappe/frappe/__init__.py +897,App {0} is not installed,অ্যাপ {0} ইনস্টল করা নেই
apps/frappe/frappe/__init__.py +898,App {0} is not installed,অ্যাপ {0} ইনস্টল করা নেই
DocType: Workflow State,Refresh,সতেজ করা DocType: Workflow State,Refresh,সতেজ করা
DocType: Event,Public,প্রকাশ্য DocType: Event,Public,প্রকাশ্য
apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,কিছুই দেখাতে apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,কিছুই দেখাতে
@@ -269,7 +270,7 @@ apps/frappe/frappe/public/js/frappe/model/model.js +24,Liked By,পছন্দ
apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,ইমেইল সাপোর্ট apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,ইমেইল সাপোর্ট
DocType: DocField,Print Hide If No Value,প্রিন্ট লুকালেও কোন মূল্য DocType: DocField,Print Hide If No Value,প্রিন্ট লুকালেও কোন মূল্য
DocType: Event,yellow,হলুদ DocType: Event,yellow,হলুদ
apps/frappe/frappe/core/doctype/doctype/doctype.py +563,Is Published Field must be a valid fieldname,প্রকাশিত হয় ফিল্ড আবশ্যক একটি বৈধ FIELDNAME হতে
apps/frappe/frappe/core/doctype/doctype/doctype.py +567,Is Published Field must be a valid fieldname,প্রকাশিত হয় ফিল্ড আবশ্যক একটি বৈধ FIELDNAME হতে
apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,আপলোড সংযুক্তি apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,আপলোড সংযুক্তি
DocType: Block Module,Block Module,ব্লক মডিউল DocType: Block Module,Block Module,ব্লক মডিউল
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,রপ্তানি টেমপ্লেট apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,রপ্তানি টেমপ্লেট
@@ -286,7 +287,7 @@ DocType: Email Account,Total number of emails to sync in initial sync process ,
DocType: Website Settings,Set Banner from Image,চিত্র থেকে সেট ব্যানার DocType: Website Settings,Set Banner from Image,চিত্র থেকে সেট ব্যানার
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,গ্লোবাল অনুসন্ধান apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,গ্লোবাল অনুসন্ধান
DocType: Email Account,SparkPost,SparkPost DocType: Email Account,SparkPost,SparkPost
apps/frappe/frappe/templates/emails/new_user.html +3,A new account has been created for you at {0},একটি নতুন অ্যাকাউন্ট তৈরি এ আপনার জন্য তৈরি করা হয়েছে {0}
apps/frappe/frappe/templates/emails/new_user.html +2,A new account has been created for you at {0},একটি নতুন অ্যাকাউন্ট তৈরি এ আপনার জন্য তৈরি করা হয়েছে {0}
apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,নির্দেশাবলী ইমেল করা apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,নির্দেশাবলী ইমেল করা
apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),প্রবেশ করুন প্রাপক (গুলি) apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),প্রবেশ করুন প্রাপক (গুলি)
DocType: Print Format,Verdana,ভার্ডানা DocType: Print Format,Verdana,ভার্ডানা
@@ -352,7 +353,7 @@ apps/frappe/frappe/utils/nestedset.py +218,Merging is only possible between Grou
apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},যোগ করা হয়েছে {0} apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},যোগ করা হয়েছে {0}
apps/frappe/frappe/www/search.html +28,No matching records. Search something new,আপনার সাথে মেলে এমন রেকর্ড। অনুসন্ধান করুন নতুন কিছু apps/frappe/frappe/www/search.html +28,No matching records. Search something new,আপনার সাথে মেলে এমন রেকর্ড। অনুসন্ধান করুন নতুন কিছু
DocType: Currency,Fraction Units,ভগ্নাংশ ইউনিট DocType: Currency,Fraction Units,ভগ্নাংশ ইউনিট
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +431,{0} from {1} to {2},{0} থেকে {1} থেকে {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +433,{0} from {1} to {2},{0} থেকে {1} থেকে {2}
DocType: Communication,Type,শ্রেণী DocType: Communication,Type,শ্রেণী
DocType: Authentication Log,Subject,বিষয় DocType: Authentication Log,Subject,বিষয়
DocType: Web Form,Amount Based On Field,পরিমাণ ক্ষেত্রের উপর ভিত্তি করে DocType: Web Form,Amount Based On Field,পরিমাণ ক্ষেত্রের উপর ভিত্তি করে
@@ -365,10 +366,10 @@ DocType: Workflow State,plane,সমতল
apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","আপনি নতুন রেকর্ড আপলোড করা হয় তাহলে যদি থাকে, &quot;সিরিজ নামকরণ&quot;, বাধ্যতামূলক হয়ে যায়." apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","আপনি নতুন রেকর্ড আপলোড করা হয় তাহলে যদি থাকে, &quot;সিরিজ নামকরণ&quot;, বাধ্যতামূলক হয়ে যায়."
apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,আজকের সতর্ক বার্তা গ্রহণ করুন apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,আজকের সতর্ক বার্তা গ্রহণ করুন
apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DOCTYPE শুধুমাত্র অ্যাডমিনিস্ট্রেটর দ্বারা পালটে যাবে apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DOCTYPE শুধুমাত্র অ্যাডমিনিস্ট্রেটর দ্বারা পালটে যাবে
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +442,changed value of {0},পরিবর্তিত মান {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +444,changed value of {0},পরিবর্তিত মান {0}
DocType: Report,JSON,JSON DocType: Report,JSON,JSON
apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,যাচাইয়ের জন্য আপনার ইমেইল চেক করুন apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,যাচাইয়ের জন্য আপনার ইমেইল চেক করুন
apps/frappe/frappe/core/doctype/doctype/doctype.py +509,Fold can not be at the end of the form,ফোল্ড ফর্মের শেষে হতে পারে না
apps/frappe/frappe/core/doctype/doctype/doctype.py +513,Fold can not be at the end of the form,ফোল্ড ফর্মের শেষে হতে পারে না
DocType: Communication,Bounced,ফেরত DocType: Communication,Bounced,ফেরত
DocType: Deleted Document,Deleted Name,মোছা নাম DocType: Deleted Document,Deleted Name,মোছা নাম
apps/frappe/frappe/config/setup.py +14,System and Website Users,সিস্টেম এবং ওয়েবসাইট ব্যবহারকারীদের apps/frappe/frappe/config/setup.py +14,System and Website Users,সিস্টেম এবং ওয়েবসাইট ব্যবহারকারীদের
@@ -376,25 +377,26 @@ DocType: Workflow Document State,Doc Status,ডক স্থিতি
DocType: Auto Email Report,No of Rows (Max 500),সারি কোন (সর্বোচ্চ 500) DocType: Auto Email Report,No of Rows (Max 500),সারি কোন (সর্বোচ্চ 500)
DocType: Language,Language Code,ভাষার কোড DocType: Language,Language Code,ভাষার কোড
apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","আপনার ডাউনলোড নির্মিত হচ্ছে, এই কয়েক মিনিট সময় নিতে পারে ..." apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","আপনার ডাউনলোড নির্মিত হচ্ছে, এই কয়েক মিনিট সময় নিতে পারে ..."
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +23,Add Filter,ফিল্টার যোগ
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +21,Add Filter,ফিল্টার যোগ
apps/frappe/frappe/www/feedback.html +23,Your rating: ,আপনার রেটিং: apps/frappe/frappe/www/feedback.html +23,Your rating: ,আপনার রেটিং:
apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} এবং {1} apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} এবং {1}
DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",সর্বদা মুদ্রণ খসড়া নথি জন্য শিরোলেখ &quot;খসড়া&quot; যোগ DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",সর্বদা মুদ্রণ খসড়া নথি জন্য শিরোলেখ &quot;খসড়া&quot; যোগ
apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,ইমেইল স্প্যাম হিসাবে চিহ্নিত হয়েছে apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,ইমেইল স্প্যাম হিসাবে চিহ্নিত হয়েছে
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,সেটআপ&gt; ব্যবহারকারী
DocType: About Us Settings,Website Manager,ওয়েবসাইট ম্যানেজার DocType: About Us Settings,Website Manager,ওয়েবসাইট ম্যানেজার
apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,আপনার কাছে নির্বাচিত খসড়া বা বাতিল কাগজপত্র apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,আপনার কাছে নির্বাচিত খসড়া বা বাতিল কাগজপত্র
apps/frappe/frappe/model/document.py +1044,Document Queued,ডকুমেন্ট-টি সারিভুক্ত apps/frappe/frappe/model/document.py +1044,Document Queued,ডকুমেন্ট-টি সারিভুক্ত
DocType: GSuite Templates,Destination ID,গন্তব্যস্থান আইডি DocType: GSuite Templates,Destination ID,গন্তব্যস্থান আইডি
DocType: Desktop Icon,List,তালিকা DocType: Desktop Icon,List,তালিকা
DocType: Communication,Link Name,লিংক নাম DocType: Communication,Link Name,লিংক নাম
apps/frappe/frappe/core/doctype/doctype/doctype.py +433,Field {0} in row {1} cannot be hidden and mandatory without default,মাঠ {0} সারিতে {1} আড়াল করা যাবে না এবং ডিফল্ট ছাড়া বাধ্যতামূলক
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Field {0} in row {1} cannot be hidden and mandatory without default,মাঠ {0} সারিতে {1} আড়াল করা যাবে না এবং ডিফল্ট ছাড়া বাধ্যতামূলক
DocType: System Settings,mm/dd/yyyy,মিমি / ডিডি / YYYY DocType: System Settings,mm/dd/yyyy,মিমি / ডিডি / YYYY
apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,অবৈধ পাসওয়ার্ড: apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,অবৈধ পাসওয়ার্ড:
DocType: Print Settings,Send document web view link in email,পাঠান ইমেল নথি ওয়েব ভিউতে লিংক DocType: Print Settings,Send document web view link in email,পাঠান ইমেল নথি ওয়েব ভিউতে লিংক
apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,নথির জন্য আপনার প্রতিক্রিয়া {0} সফলভাবে সংরক্ষিত হয় apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,নথির জন্য আপনার প্রতিক্রিয়া {0} সফলভাবে সংরক্ষিত হয়
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,পূর্ববর্তী apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,পূর্ববর্তী
apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,লিখেছেন: apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,লিখেছেন:
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +496,{0} rows for {1},{0} সারি {1} এর জন্য
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +498,{0} rows for {1},{0} সারি {1} এর জন্য
DocType: Currency,"Sub-currency. For e.g. ""Cent""",উপ-কারেন্সি. যেমন &quot;সেন্ট&quot; জন্য DocType: Currency,"Sub-currency. For e.g. ""Cent""",উপ-কারেন্সি. যেমন &quot;সেন্ট&quot; জন্য
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,আপলোড করা ফাইল নির্বাচন করুন apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,আপলোড করা ফাইল নির্বাচন করুন
DocType: Letter Head,Check this to make this the default letter head in all prints,সব প্রিন্ট এই ডিফল্ট চিঠি মাথা করতে এই পরীক্ষা DocType: Letter Head,Check this to make this the default letter head in all prints,সব প্রিন্ট এই ডিফল্ট চিঠি মাথা করতে এই পরীক্ষা
@@ -417,7 +419,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +5,
DocType: Event,Wednesday,বুধবার DocType: Event,Wednesday,বুধবার
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","পৃথক্ ভূমিকা ভিত্তিক অনুমতি বিধি থেকে, আপনি DocTypes উপর ভিত্তি করে ব্যবহারকারীর অনুমতি আবেদন করতে পারেন." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","পৃথক্ ভূমিকা ভিত্তিক অনুমতি বিধি থেকে, আপনি DocTypes উপর ভিত্তি করে ব্যবহারকারীর অনুমতি আবেদন করতে পারেন."
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","এই অনুমতি অনুমতি রেকর্ড লিঙ্ক যেখানে সব লেনদেনের জন্য প্রযোজ্য হবে. কোম্পানীর সি ব্যবহারকারী এক্স ব্যবহারকারীর অনুমতি যোগ করা হয় উদাহরণস্বরূপ, যদি, ব্যবহারকারীর এক্স শুধুমাত্র একটি লিঙ্ক মান হিসাবে কোম্পানির সি আছে লেনদেনের দেখতে সক্ষম হবে." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","এই অনুমতি অনুমতি রেকর্ড লিঙ্ক যেখানে সব লেনদেনের জন্য প্রযোজ্য হবে. কোম্পানীর সি ব্যবহারকারী এক্স ব্যবহারকারীর অনুমতি যোগ করা হয় উদাহরণস্বরূপ, যদি, ব্যবহারকারীর এক্স শুধুমাত্র একটি লিঙ্ক মান হিসাবে কোম্পানির সি আছে লেনদেনের দেখতে সক্ষম হবে."
apps/frappe/frappe/core/doctype/doctype/doctype.py +554,Image field must be a valid fieldname,চিত্র ক্ষেত্রের একটি বৈধ FIELDNAME হবে
apps/frappe/frappe/core/doctype/doctype/doctype.py +558,Image field must be a valid fieldname,চিত্র ক্ষেত্রের একটি বৈধ FIELDNAME হবে
DocType: OAuth Client,Token,টোকেন DocType: OAuth Client,Token,টোকেন
DocType: Property Setter,ID (name) of the entity whose property is to be set,যার সম্পত্তি সত্তা আইডি (নাম) নির্ধারণ করা হয় DocType: Property Setter,ID (name) of the entity whose property is to be set,যার সম্পত্তি সত্তা আইডি (নাম) নির্ধারণ করা হয়
apps/frappe/frappe/limits.py +82,"To renew, {0}.",নবীকরণের জন্য {0}. apps/frappe/frappe/limits.py +82,"To renew, {0}.",নবীকরণের জন্য {0}.
@@ -426,7 +428,7 @@ DocType: Web Form,Sidebar Items,সাইডবার চলছে
apps/frappe/frappe/installer.py +125,App {0} already installed,অ্যাপ {0} ইতিমধ্যে ইনস্টল apps/frappe/frappe/installer.py +125,App {0} already installed,অ্যাপ {0} ইতিমধ্যে ইনস্টল
DocType: Workflow State,exclamation-sign,বিস্ময়বোধক চিহ্ন DocType: Workflow State,exclamation-sign,বিস্ময়বোধক চিহ্ন
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,দেখান অনুমতিসমূহ apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,দেখান অনুমতিসমূহ
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a Link or Dynamic Link,সময়রেখা ক্ষেত্রের একটি লিংক বা ডাইনামিক লিংক হতে হবে
apps/frappe/frappe/core/doctype/doctype/doctype.py +578,Timeline field must be a Link or Dynamic Link,সময়রেখা ক্ষেত্রের একটি লিংক বা ডাইনামিক লিংক হতে হবে
apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,তারিখের পরিসীমা apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,তারিখের পরিসীমা
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,Gantt apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,Gantt
apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},পাতা {0} এর {1} apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},পাতা {0} এর {1}
@@ -456,18 +458,18 @@ DocType: Workflow State,music,সঙ্গীত
DocType: Web Page,Settings,সেটিংস DocType: Web Page,Settings,সেটিংস
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,DOCTYPE উল্লেখ করুন apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,DOCTYPE উল্লেখ করুন
DocType: Print Format,Style Settings,স্টাইল সেটিংস DocType: Print Format,Style Settings,স্টাইল সেটিংস
apps/frappe/frappe/core/doctype/doctype/doctype.py +585,Sort field {0} must be a valid fieldname,বাছাই ক্ষেত্র {0} একটি বৈধ FIELDNAME হবে
apps/frappe/frappe/core/doctype/doctype/doctype.py +589,Sort field {0} must be a valid fieldname,বাছাই ক্ষেত্র {0} একটি বৈধ FIELDNAME হবে
apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,অধিক apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,অধিক
DocType: Contact,Sales Manager,বিক্রয় ব্যবস্থাপক DocType: Contact,Sales Manager,বিক্রয় ব্যবস্থাপক
apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,পুনঃনামকরণ apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,পুনঃনামকরণ
DocType: Print Format,Format Data,বিন্যাসে তথ্য DocType: Print Format,Format Data,বিন্যাসে তথ্য
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Like,মত
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Like,মত
DocType: Customize Form Field,Customize Form Field,ফরম ক্ষেত্র কাস্টমাইজ DocType: Customize Form Field,Customize Form Field,ফরম ক্ষেত্র কাস্টমাইজ
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,অনুমতি apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,অনুমতি
DocType: OAuth Client,Grant Type,গ্রান্ট প্রকার DocType: OAuth Client,Grant Type,গ্রান্ট প্রকার
apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,কোনো ব্যবহারকারীর দ্বারা পাঠযোগ্য যা দস্তাবেজ চেক apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,কোনো ব্যবহারকারীর দ্বারা পাঠযোগ্য যা দস্তাবেজ চেক
apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,তালিকা অ্যাপ্লিকেশন অনুমতি দেওয়া হয় না apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,তালিকা অ্যাপ্লিকেশন অনুমতি দেওয়া হয় না
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,use % as wildcard,ওয়াইল্ডকার্ড হিসেবে% ব্যবহার
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +230,use % as wildcard,ওয়াইল্ডকার্ড হিসেবে% ব্যবহার
apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","ইমেল ডোমেন এই অ্যাকাউন্টের জন্য কনফিগার করা না থাকে, এক তৈরি করতে চান?" apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","ইমেল ডোমেন এই অ্যাকাউন্টের জন্য কনফিগার করা না থাকে, এক তৈরি করতে চান?"
DocType: User,Reset Password Key,পাসওয়ার্ড রিসেট করুন কী DocType: User,Reset Password Key,পাসওয়ার্ড রিসেট করুন কী
DocType: Email Account,Enable Auto Reply,অটো উত্তর সক্রিয় DocType: Email Account,Enable Auto Reply,অটো উত্তর সক্রিয়
@@ -492,11 +494,12 @@ apps/frappe/frappe/model/document.py +574,Cannot change docstatus from 1 to 0,1
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,এখন ব্যাকআপ নিন apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,এখন ব্যাকআপ নিন
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,স্বাগত apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,স্বাগত
apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,ইনস্টল Apps apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,ইনস্টল Apps
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,সেটআপ&gt; ব্যবহারকারী অনুমতি ম্যানেজার
DocType: Contact,Open,খোলা DocType: Contact,Open,খোলা
DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,যুক্তরাষ্ট্র উপর ক্রিয়া এবং পরবর্তী পদক্ষেপ এবং অনুমোদিত ভূমিকা নির্ধারণ করে. DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,যুক্তরাষ্ট্র উপর ক্রিয়া এবং পরবর্তী পদক্ষেপ এবং অনুমোদিত ভূমিকা নির্ধারণ করে.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","একটি ভাল অভ্যাস হিসেবে, বিভিন্ন ভূমিকা অনুমতি নিয়ম একই সেট ধার্য না. পরিবর্তে, একই ব্যবহারকারী যাও একাধিক ভূমিকা পালন করে." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","একটি ভাল অভ্যাস হিসেবে, বিভিন্ন ভূমিকা অনুমতি নিয়ম একই সেট ধার্য না. পরিবর্তে, একই ব্যবহারকারী যাও একাধিক ভূমিকা পালন করে."
DocType: Web Form,Message to be displayed on successful completion,বার্তা সফল সমাপ্তির উপর প্রদর্শন করা হবে DocType: Web Form,Message to be displayed on successful completion,বার্তা সফল সমাপ্তির উপর প্রদর্শন করা হবে
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +42,Only {0} emailed reports are allowed per user,শুধু {0} ইমেল রিপোর্ট ব্যবহারকারী প্রতি অনুমতি দেওয়া হয়
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +43,Only {0} emailed reports are allowed per user,শুধু {0} ইমেল রিপোর্ট ব্যবহারকারী প্রতি অনুমতি দেওয়া হয়
DocType: Address,Address Title,ঠিকানা শিরোনাম DocType: Address,Address Title,ঠিকানা শিরোনাম
DocType: Website Settings,Footer Items,পাদলেখ চলছে DocType: Website Settings,Footer Items,পাদলেখ চলছে
apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,অনুরোধ প্রতিক্রিয়া apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,অনুরোধ প্রতিক্রিয়া
@@ -511,7 +514,7 @@ DocType: DocField,Set Only Once,শুধু একবার সেট
DocType: Email Queue Recipient,Email Queue Recipient,ইমেল সারি প্রাপক DocType: Email Queue Recipient,Email Queue Recipient,ইমেল সারি প্রাপক
DocType: Address,Nagaland,নাগাল্যান্ডের DocType: Address,Nagaland,নাগাল্যান্ডের
apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,ইউজারনেম {0} আগে থেকেই আছে apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,ইউজারনেম {0} আগে থেকেই আছে
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set import as {1} is not importable,{0}: {1} আমদানিযোগ্য নয় হিসাবে আমদানি সেট করা যায় না
apps/frappe/frappe/core/doctype/doctype/doctype.py +733,{0}: Cannot set import as {1} is not importable,{0}: {1} আমদানিযোগ্য নয় হিসাবে আমদানি সেট করা যায় না
apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},আপনার ঠিকানা টেমপ্লেট মধ্যে একটি ত্রুটি আছে {0} apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},আপনার ঠিকানা টেমপ্লেট মধ্যে একটি ত্রুটি আছে {0}
DocType: Footer Item,"target = ""_blank""",টার্গেট = &quot;_blank&quot; DocType: Footer Item,"target = ""_blank""",টার্গেট = &quot;_blank&quot;
DocType: Workflow State,hdd,HDD DocType: Workflow State,hdd,HDD
@@ -523,7 +526,7 @@ DocType: Communication,From Full Name,পূর্ণ নাম থেকে
apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},আপনি রিপোর্ট করতে এক্সেস আছে না: {0} apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},আপনি রিপোর্ট করতে এক্সেস আছে না: {0}
DocType: User,Send Welcome Email,স্বাগতম ইমেইল পাঠান DocType: User,Send Welcome Email,স্বাগতম ইমেইল পাঠান
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,ডাউনলোড হিসাবে একই বিন্যাসে সব ব্যবহারকারীর অনুমতি ধারণকারী CSV ফাইল আপলোড করুন. apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,ডাউনলোড হিসাবে একই বিন্যাসে সব ব্যবহারকারীর অনুমতি ধারণকারী CSV ফাইল আপলোড করুন.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +449,Remove Filter,ফিল্টার অপসারণ
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +450,Remove Filter,ফিল্টার অপসারণ
DocType: Address,Daman and Diu,দমন ও দিউ DocType: Address,Daman and Diu,দমন ও দিউ
DocType: Address,Personal,ব্যক্তিগত DocType: Address,Personal,ব্যক্তিগত
apps/frappe/frappe/config/setup.py +113,Bulk Rename,বাল্ক পুনঃনামকরণ apps/frappe/frappe/config/setup.py +113,Bulk Rename,বাল্ক পুনঃনামকরণ
@@ -553,13 +556,12 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.js +33,Send
apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","স্ট্যান্ডার্ড DOCTYPE ডিফল্ট মুদ্রণ বিন্যাসে থাকতে পারে না, কাস্টমাইজ ফর্মটি ব্যবহার" apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","স্ট্যান্ডার্ড DOCTYPE ডিফল্ট মুদ্রণ বিন্যাসে থাকতে পারে না, কাস্টমাইজ ফর্মটি ব্যবহার"
DocType: Report,Query,প্রশ্ন DocType: Report,Query,প্রশ্ন
DocType: DocType,Sort Order,সজ্জাক্রম DocType: DocType,Sort Order,সজ্জাক্রম
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,'In List View' not allowed for type {0} in row {1},সারি {1} এর টাইপ {0} জন্য 'তালিকা দেখুন' অনুমোদিত নয়
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In List View' not allowed for type {0} in row {1},সারি {1} এর টাইপ {0} জন্য 'তালিকা দেখুন' অনুমোদিত নয়
DocType: Custom Field,Select the label after which you want to insert new field.,"আপনি নতুন ক্ষেত্র সন্নিবেশ করতে চান, যা পরে ট্যাগ নির্বাচন করুন." DocType: Custom Field,Select the label after which you want to insert new field.,"আপনি নতুন ক্ষেত্র সন্নিবেশ করতে চান, যা পরে ট্যাগ নির্বাচন করুন."
,Document Share Report,ডকুমেন্ট শেয়ার প্রতিবেদন ,Document Share Report,ডকুমেন্ট শেয়ার প্রতিবেদন
DocType: User,Last Login,সর্বশেষ লগইন DocType: User,Last Login,সর্বশেষ লগইন
apps/frappe/frappe/core/doctype/doctype/doctype.py +600,Fieldname is required in row {0},FIELDNAME সারিতে প্রয়োজন বোধ করা হয় {0}
apps/frappe/frappe/core/doctype/doctype/doctype.py +604,Fieldname is required in row {0},FIELDNAME সারিতে প্রয়োজন বোধ করা হয় {0}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,স্তম্ভ apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,স্তম্ভ
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,সেটআপ থেকে ডিফল্ট ইমেইল অ্যাকাউন্ট সেট আপ করুন&gt; ইমেল&gt; ইমেল অ্যাকাউন্ট
DocType: Custom Field,Adds a custom field to a DocType,একটি DOCTYPE একটি কাস্টম ক্ষেত্র যোগ DocType: Custom Field,Adds a custom field to a DocType,একটি DOCTYPE একটি কাস্টম ক্ষেত্র যোগ
DocType: File,Is Home Folder,হোম ফোল্ডার DocType: File,Is Home Folder,হোম ফোল্ডার
apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} একটি বৈধ ইমেইল ঠিকানা নয় apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} একটি বৈধ ইমেইল ঠিকানা নয়
@@ -583,7 +585,7 @@ DocType: File,Folder,ফোল্ডার
DocType: DocField,Index,সূচক DocType: DocField,Index,সূচক
DocType: Email Group,Newsletter Manager,নিউজলেটার ম্যানেজার DocType: Email Group,Newsletter Manager,নিউজলেটার ম্যানেজার
apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,বিকল্প 1 apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,বিকল্প 1
apps/frappe/frappe/public/js/frappe/form/formatters.js +124,{0} to {1},{0} এ {1}
apps/frappe/frappe/public/js/frappe/form/formatters.js +129,{0} to {1},{0} এ {1}
apps/frappe/frappe/config/setup.py +89,Log of error during requests.,অনুরোধ সময় ত্রুটির লগ ইন করুন. apps/frappe/frappe/config/setup.py +89,Log of error during requests.,অনুরোধ সময় ত্রুটির লগ ইন করুন.
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} সফলভাবে ইমেইল গ্রুপে যোগ করা হয়েছে. apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} সফলভাবে ইমেইল গ্রুপে যোগ করা হয়েছে.
DocType: Address,Uttar Pradesh,উত্তর প্রদেশ DocType: Address,Uttar Pradesh,উত্তর প্রদেশ
@@ -593,7 +595,7 @@ apps/frappe/frappe/email/doctype/newsletter/newsletter.py +30,Scheduled to send
DocType: Kanban Board Column,Indicator,ইনডিকেটর DocType: Kanban Board Column,Indicator,ইনডিকেটর
DocType: DocShare,Everyone,সবাই DocType: DocShare,Everyone,সবাই
DocType: Workflow State,backward,অনুন্নত DocType: Workflow State,backward,অনুন্নত
apps/frappe/frappe/core/doctype/doctype/doctype.py +676,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: একই ভূমিকা, শ্রেনী এবং ক্রেডিট সঙ্গে অনুমতি দেওয়া শুধু একটা রুল {1}"
apps/frappe/frappe/core/doctype/doctype/doctype.py +680,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: একই ভূমিকা, শ্রেনী এবং ক্রেডিট সঙ্গে অনুমতি দেওয়া শুধু একটা রুল {1}"
DocType: Email Queue,Add Unsubscribe Link,যোগ আনসাবস্ক্রাইব লিঙ্ক DocType: Email Queue,Add Unsubscribe Link,যোগ আনসাবস্ক্রাইব লিঙ্ক
apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,এখনো কোন মন্তব্য নেই. একটি নতুন আলোচনা শুরু করুন. apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,এখনো কোন মন্তব্য নেই. একটি নতুন আলোচনা শুরু করুন.
DocType: Workflow State,share,ভাগ DocType: Workflow State,share,ভাগ
@@ -632,7 +634,7 @@ apps/frappe/frappe/printing/doctype/print_format/print_format.py +80,{0} is now
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,আর্কাইভ কলাম apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,আর্কাইভ কলাম
DocType: Email Account,Default Outgoing,ডিফল্ট আউটগোয়িং DocType: Email Account,Default Outgoing,ডিফল্ট আউটগোয়িং
DocType: Workflow State,play,খেলা DocType: Workflow State,play,খেলা
apps/frappe/frappe/templates/emails/new_user.html +5,Click on the link below to complete your registration and set a new password,নিচে আপনার নিবন্ধীকরণ সম্পূর্ণ করার জন্য লিংকে ক্লিক করুন এবং একটি নতুন পাসওয়ার্ড সেট
apps/frappe/frappe/templates/emails/new_user.html +4,Click on the link below to complete your registration and set a new password,নিচে আপনার নিবন্ধীকরণ সম্পূর্ণ করার জন্য লিংকে ক্লিক করুন এবং একটি নতুন পাসওয়ার্ড সেট
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,যোগ করা হয়নি apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,যোগ করা হয়নি
apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,কোনো ইমেল অ্যাকাউন্ট বরাদ্দ apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,কোনো ইমেল অ্যাকাউন্ট বরাদ্দ
DocType: Contact Us Settings,Contact Us Settings,আমাদের সেটিংস যোগাযোগ DocType: Contact Us Settings,Contact Us Settings,আমাদের সেটিংস যোগাযোগ
@@ -653,12 +655,12 @@ apps/frappe/frappe/core/page/user_permissions/user_permissions.js +127,Upload Us
DocType: Dropbox Settings,App Secret Key,অ্যাপ সিক্রেট কী DocType: Dropbox Settings,App Secret Key,অ্যাপ সিক্রেট কী
apps/frappe/frappe/config/website.py +7,Web Site,ওয়েব সাইট apps/frappe/frappe/config/website.py +7,Web Site,ওয়েব সাইট
apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,চেক আইটেম ডেস্কটপে প্রদর্শিত হবে apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,চেক আইটেম ডেস্কটপে প্রদর্শিত হবে
apps/frappe/frappe/core/doctype/doctype/doctype.py +719,{0} cannot be set for Single types,{0} একক ধরনের জন্য নির্ধারণ করা যাবে না
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0} cannot be set for Single types,{0} একক ধরনের জন্য নির্ধারণ করা যাবে না
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Kanban বোর্ড {0} অস্তিত্ব নেই. apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Kanban বোর্ড {0} অস্তিত্ব নেই.
apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} বর্তমানে এই ডকুমেন্ট দেখছেন apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} বর্তমানে এই ডকুমেন্ট দেখছেন
DocType: ToDo,Assigned By Full Name,পূর্ণ নাম দ্বারা নিয়োগ DocType: ToDo,Assigned By Full Name,পূর্ণ নাম দ্বারা নিয়োগ
apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} আপডেট করা হয়েছে apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} আপডেট করা হয়েছে
apps/frappe/frappe/core/doctype/doctype/doctype.py +709,Report cannot be set for Single types,গালাগাল প্রতিবেদন একা ধরনের জন্য নির্ধারণ করা যাবে না
apps/frappe/frappe/core/doctype/doctype/doctype.py +713,Report cannot be set for Single types,গালাগাল প্রতিবেদন একা ধরনের জন্য নির্ধারণ করা যাবে না
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} দিন আগে apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} দিন আগে
DocType: Email Account,Awaiting Password,প্রতীক্ষমাণ পাসওয়ার্ড DocType: Email Account,Awaiting Password,প্রতীক্ষমাণ পাসওয়ার্ড
DocType: Address,Address Line 1,ঠিকানা লাইন 1 DocType: Address,Address Line 1,ঠিকানা লাইন 1
@@ -708,7 +710,7 @@ DocType: Feedback Trigger,"To add dynamic subject, use jinja tags like
apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,অ্যাপ {0} সরানো apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,অ্যাপ {0} সরানো
DocType: Custom DocPerm,Apply User Permissions,ব্যবহারকারীর অনুমতি প্রয়োগ DocType: Custom DocPerm,Apply User Permissions,ব্যবহারকারীর অনুমতি প্রয়োগ
DocType: User,Modules HTML,মডিউল এইচটিএমএল DocType: User,Modules HTML,মডিউল এইচটিএমএল
apps/frappe/frappe/public/js/frappe/ui/field_group.js +82,Missing Values Required,অনুপস্থিত মানের প্রয়োজনীয়
apps/frappe/frappe/public/js/frappe/ui/field_group.js +96,Missing Values Required,অনুপস্থিত মানের প্রয়োজনীয়
DocType: DocType,Other Settings,অন্যান্য সেটিংস্ DocType: DocType,Other Settings,অন্যান্য সেটিংস্
DocType: Social Login Keys,Frappe,ফ্র্যাপে DocType: Social Login Keys,Frappe,ফ্র্যাপে
apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,অপঠিত হিসাবে চিহ্নিত apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,অপঠিত হিসাবে চিহ্নিত
@@ -762,7 +764,7 @@ DocType: Event,orange,কমলা
apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,কোন {0} পাওয়া apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,কোন {0} পাওয়া
apps/frappe/frappe/config/setup.py +242,Add custom forms.,নিজস্ব ফর্ম যুক্ত করো. apps/frappe/frappe/config/setup.py +242,Add custom forms.,নিজস্ব ফর্ম যুক্ত করো.
apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} মধ্যে {2} apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} মধ্যে {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +419,submitted this document,এই দলিল পেশ
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,submitted this document,এই দলিল পেশ
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,The system provides many pre-defined roles. You can add new roles to set finer permissions.,সিস্টেম অনেক পূর্ব নির্ধারিত ভূমিকা প্রদান করে. আপনি তীক্ষ্ণ স্বরূপ অনুমতি সেট করতে নতুন ভূমিকা যোগ করতে পারেন. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,The system provides many pre-defined roles. You can add new roles to set finer permissions.,সিস্টেম অনেক পূর্ব নির্ধারিত ভূমিকা প্রদান করে. আপনি তীক্ষ্ণ স্বরূপ অনুমতি সেট করতে নতুন ভূমিকা যোগ করতে পারেন.
DocType: Communication,CC,সিসি DocType: Communication,CC,সিসি
DocType: Country,Geo,জিও DocType: Country,Geo,জিও
@@ -812,7 +814,7 @@ DocType: DocType,Hide Toolbar,টুলবার লুকান
DocType: User,Last Active,সক্রিয় সর্বশেষ DocType: User,Last Active,সক্রিয় সর্বশেষ
DocType: Email Account,SMTP Settings for outgoing emails,বহির্গামী ইমেইল জন্য SMTP সেটিংস DocType: Email Account,SMTP Settings for outgoing emails,বহির্গামী ইমেইল জন্য SMTP সেটিংস
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,আমদানি ব্যর্থ apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,আমদানি ব্যর্থ
apps/frappe/frappe/templates/emails/password_update.html +3,Your password has been updated. Here is your new password,আপনার পাসওয়ার্ড আপডেট করা হয়েছে. এখানে আপনার তৈরিকৃত খেলার পাসওয়ার্ড
apps/frappe/frappe/templates/emails/password_update.html +2,Your password has been updated. Here is your new password,আপনার পাসওয়ার্ড আপডেট করা হয়েছে. এখানে আপনার তৈরিকৃত খেলার পাসওয়ার্ড
DocType: Email Account,Auto Reply Message,স্বয়ংক্রিয় উত্তর বার্তা DocType: Email Account,Auto Reply Message,স্বয়ংক্রিয় উত্তর বার্তা
DocType: Feedback Trigger,Condition,শর্ত DocType: Feedback Trigger,Condition,শর্ত
apps/frappe/frappe/utils/data.py +546,{0} hours ago,{0} ঘণ্টা আগে apps/frappe/frappe/utils/data.py +546,{0} hours ago,{0} ঘণ্টা আগে
@@ -820,7 +822,6 @@ apps/frappe/frappe/utils/data.py +556,1 month ago,1 মাস আগে
DocType: Contact,User ID,ব্যবহারকারী আইডি DocType: Contact,User ID,ব্যবহারকারী আইডি
DocType: Communication,Sent,প্রেরিত DocType: Communication,Sent,প্রেরিত
DocType: Address,Kerala,কেরল DocType: Address,Kerala,কেরল
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} বছর (গুলি) আগে
DocType: File,Lft,এলএফটি DocType: File,Lft,এলএফটি
DocType: User,Simultaneous Sessions,যুগপত দায়রা DocType: User,Simultaneous Sessions,যুগপত দায়রা
DocType: OAuth Client,Client Credentials,ক্লায়েন্ট পরিচয়পত্র DocType: OAuth Client,Client Credentials,ক্লায়েন্ট পরিচয়পত্র
@@ -837,7 +838,7 @@ DocType: Email Queue,Unsubscribe Method,আন-সাবস্ক্রাইব
DocType: GSuite Templates,Related DocType,সংশ্লিষ্ট DOCTYPE DocType: GSuite Templates,Related DocType,সংশ্লিষ্ট DOCTYPE
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,কন্টেন্ট যোগ করতে সম্পাদন apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,কন্টেন্ট যোগ করতে সম্পাদন
apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,ভাষা নির্বাচন apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,ভাষা নির্বাচন
apps/frappe/frappe/__init__.py +517,No permission for {0},জন্য কোন অনুমতি {0}
apps/frappe/frappe/__init__.py +518,No permission for {0},জন্য কোন অনুমতি {0}
DocType: DocType,Advanced,অগ্রসর DocType: DocType,Advanced,অগ্রসর
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,API কী মনে হয় বা API সিক্রেট ভুল হয় !!! apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,API কী মনে হয় বা API সিক্রেট ভুল হয় !!!
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},রেফারেন্স: {0} {1} apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},রেফারেন্স: {0} {1}
@@ -869,14 +870,14 @@ DocType: Custom DocPerm,Additional Permissions,অতিরিক্ত অন
DocType: Email Account,Always use Account's Email Address as Sender,সর্বদা প্রেরকের হিসাবে অ্যাকাউন্টের ইমেইল ঠিকানা ব্যবহার DocType: Email Account,Always use Account's Email Address as Sender,সর্বদা প্রেরকের হিসাবে অ্যাকাউন্টের ইমেইল ঠিকানা ব্যবহার
apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,মন্তব্য করতে লগ ইন করুন apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,মন্তব্য করতে লগ ইন করুন
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,এই রেখার নিচের তথ্য লিখে শুরু apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,এই রেখার নিচের তথ্য লিখে শুরু
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +474,changed values for {0},জন্য পরিবর্তিত মান {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +476,changed values for {0},জন্য পরিবর্তিত মান {0}
DocType: Workflow State,retweet,রিট্যুইট DocType: Workflow State,retweet,রিট্যুইট
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,ক্ষেত্রের মান উল্লেখ apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,ক্ষেত্রের মান উল্লেখ
DocType: Report,Disabled,অক্ষম DocType: Report,Disabled,অক্ষম
DocType: Workflow State,eye-close,চোখের বন্ধ DocType: Workflow State,eye-close,চোখের বন্ধ
DocType: OAuth Provider Settings,OAuth Provider Settings,OAuth এর প্রোভাইডার সেটিংস DocType: OAuth Provider Settings,OAuth Provider Settings,OAuth এর প্রোভাইডার সেটিংস
apps/frappe/frappe/config/setup.py +254,Applications,অ্যাপ্লিকেশন apps/frappe/frappe/config/setup.py +254,Applications,অ্যাপ্লিকেশন
apps/frappe/frappe/public/js/frappe/request.js +349,Report this issue,এই সমস্যা প্রতিবেদন
apps/frappe/frappe/public/js/frappe/request.js +353,Report this issue,এই সমস্যা প্রতিবেদন
apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,নাম প্রয়োজন বোধ করা হয় apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,নাম প্রয়োজন বোধ করা হয়
DocType: Custom Script,Adds a custom script (client or server) to a DocType,একটি DOCTYPE একটি কাস্টম স্ক্রিপ্ট (ক্লায়েন্ট অথবা সার্ভারের) যুক্ত করে DocType: Custom Script,Adds a custom script (client or server) to a DocType,একটি DOCTYPE একটি কাস্টম স্ক্রিপ্ট (ক্লায়েন্ট অথবা সার্ভারের) যুক্ত করে
DocType: Address,City/Town,শহর / টাউন DocType: Address,City/Town,শহর / টাউন
@@ -960,7 +961,7 @@ DocType: Web Form,Actions,পদক্ষেপ
DocType: Workflow State,align-justify,সারিবদ্ধ-ন্যায্যতা DocType: Workflow State,align-justify,সারিবদ্ধ-ন্যায্যতা
DocType: User,Middle Name (Optional),মধ্য নাম (ঐচ্ছিক) DocType: User,Middle Name (Optional),মধ্য নাম (ঐচ্ছিক)
apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,অননুমোদিত apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,অননুমোদিত
apps/frappe/frappe/public/js/frappe/ui/field_group.js +83,Following fields have missing values:,নিম্নলিখিত ক্ষেত্র অনুপস্থিত মানের আছে:
apps/frappe/frappe/public/js/frappe/ui/field_group.js +97,Following fields have missing values:,নিম্নলিখিত ক্ষেত্র অনুপস্থিত মানের আছে:
apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,আপনি কর্ম সম্পন্ন করার জন্য যথেষ্ট অনুমতি নেই apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,আপনি কর্ম সম্পন্ন করার জন্য যথেষ্ট অনুমতি নেই
apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,কোন ফলাফল নেই apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,কোন ফলাফল নেই
DocType: System Settings,Security,নিরাপত্তা DocType: System Settings,Security,নিরাপত্তা
@@ -1003,7 +1004,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js +133,Hide Details,আড়
DocType: Workflow State,Tasks,কার্য DocType: Workflow State,Tasks,কার্য
DocType: Event,Tuesday,মঙ্গলবার DocType: Event,Tuesday,মঙ্গলবার
DocType: Blog Settings,Blog Settings,ব্লগ সেটিংস DocType: Blog Settings,Blog Settings,ব্লগ সেটিংস
apps/frappe/frappe/templates/emails/new_user.html +17,You can also copy-paste this link in your browser,এছাড়াও আপনি আপনার ব্রাউজারে এই লিঙ্কটি কপি-পেস্ট করতে পারেন
apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste this link in your browser,এছাড়াও আপনি আপনার ব্রাউজারে এই লিঙ্কটি কপি-পেস্ট করতে পারেন
DocType: Workflow State,bullhorn,কিছুতেই কাজ DocType: Workflow State,bullhorn,কিছুতেই কাজ
DocType: Social Login Keys,Facebook Client Secret,ফেসবুক ক্লায়েন্ট সিক্রেট DocType: Social Login Keys,Facebook Client Secret,ফেসবুক ক্লায়েন্ট সিক্রেট
DocType: Footer Item,Target,লক্ষ্য DocType: Footer Item,Target,লক্ষ্য
@@ -1015,12 +1016,12 @@ DocType: ToDo,Due Date,নির্দিষ্ট তারিখ
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,কোয়ার্টার দিন apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,কোয়ার্টার দিন
DocType: Social Login Keys,Google Client Secret,গুগল ক্লায়েন্ট সিক্রেট DocType: Social Login Keys,Google Client Secret,গুগল ক্লায়েন্ট সিক্রেট
DocType: Website Settings,Hide Footer Signup,পাদলেখ সাইনআপ লুকান DocType: Website Settings,Hide Footer Signup,পাদলেখ সাইনআপ লুকান
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,cancelled this document,এই দলিল বাতিল
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +423,cancelled this document,এই দলিল বাতিল
apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,এই সংরক্ষিত ও কলাম এবং ফলাফলের আসতে যেখানে একই ফোল্ডারে একটি পাইথন ফাইলটি লিখতে. apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,এই সংরক্ষিত ও কলাম এবং ফলাফলের আসতে যেখানে একই ফোল্ডারে একটি পাইথন ফাইলটি লিখতে.
DocType: DocType,Sort Field,সাজান মাঠ DocType: DocType,Sort Field,সাজান মাঠ
DocType: Razorpay Settings,Razorpay Settings,Razorpay সেটিংস DocType: Razorpay Settings,Razorpay Settings,Razorpay সেটিংস
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +445,Edit Filter,সম্পাদনা ফিল্টার
apps/frappe/frappe/core/doctype/doctype/doctype.py +415,Field {0} of type {1} cannot be mandatory,মাঠ {0} টাইপ {1} বাধ্যতামূলক হতে পারে না
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +446,Edit Filter,সম্পাদনা ফিল্টার
apps/frappe/frappe/core/doctype/doctype/doctype.py +419,Field {0} of type {1} cannot be mandatory,মাঠ {0} টাইপ {1} বাধ্যতামূলক হতে পারে না
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,আরো যোগ করো apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,আরো যোগ করো
apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,চার্ট লুকান apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,চার্ট লুকান
DocType: System Settings,Session Expiry Mobile,সেশন মেয়াদ উত্তীর্ন মোবাইল DocType: System Settings,Session Expiry Mobile,সেশন মেয়াদ উত্তীর্ন মোবাইল
@@ -1061,7 +1062,7 @@ DocType: Address,Contacts,যোগাযোগ
DocType: System Settings,Setup Complete,সম্পূর্ণ সেটআপ DocType: System Settings,Setup Complete,সম্পূর্ণ সেটআপ
apps/frappe/frappe/config/setup.py +66,Report of all document shares,সব নথি শেয়ারের প্রতিবেদন apps/frappe/frappe/config/setup.py +66,Report of all document shares,সব নথি শেয়ারের প্রতিবেদন
apps/frappe/frappe/www/update-password.html +18,New Password,নতুন পাসওয়ার্ড apps/frappe/frappe/www/update-password.html +18,New Password,নতুন পাসওয়ার্ড
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +73,Filter {0} missing,ফিল্টার {0} অনুপস্থিত
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +74,Filter {0} missing,ফিল্টার {0} অনুপস্থিত
apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,দুঃখিত! আপনি স্বয়ংক্রিয় উত্পন্ন মন্তব্য মুছতে পারবেন না apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,দুঃখিত! আপনি স্বয়ংক্রিয় উত্পন্ন মন্তব্য মুছতে পারবেন না
DocType: Website Theme,Style using CSS,সিএসএস ব্যবহার স্টাইল DocType: Website Theme,Style using CSS,সিএসএস ব্যবহার স্টাইল
apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,রেফারেন্স DOCTYPE apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,রেফারেন্স DOCTYPE
@@ -1126,7 +1127,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +127,Help on Searc
apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,নিবন্ধিত কিন্তু প্রতিবন্ধী apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,নিবন্ধিত কিন্তু প্রতিবন্ধী
DocType: DocType,Hide Copy,কপি লুকান DocType: DocType,Hide Copy,কপি লুকান
apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,সব ভূমিকা পরিষ্কার apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,সব ভূমিকা পরিষ্কার
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +114,{0} generated on {1},{0} উপর উত্পন্ন {1}
apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} অনন্য হওয়া আবশ্যক apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} অনন্য হওয়া আবশ্যক
apps/frappe/frappe/permissions.py +274,Row,সারি apps/frappe/frappe/permissions.py +274,Row,সারি
DocType: DocType,Track Changes,গতিপথের পরিবর্তন DocType: DocType,Track Changes,গতিপথের পরিবর্তন
@@ -1177,11 +1177,11 @@ DocType: User,Github User ID,GitHub ইউজার আইডি
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,ডকুমেন্ট টাইপ করুন apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,ডকুমেন্ট টাইপ করুন
apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","মুছে ফেলতে অথবা কারণ {0} বাতিল করা যাবে না <a href=""#Form/{0}/{1}"">{1}</a> সঙ্গে সংযুক্ত করা হয় {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}" apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","মুছে ফেলতে অথবা কারণ {0} বাতিল করা যাবে না <a href=""#Form/{0}/{1}"">{1}</a> সঙ্গে সংযুক্ত করা হয় {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}"
apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},অজানা অ্যাপ্লিকেশন {0} apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},অজানা অ্যাপ্লিকেশন {0}
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +48,"%s is not a valid report format. Report format should \
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +49,"%s is not a valid report format. Report format should \
one of the following %s",% S এর একটি বৈধ প্রতিবেদন ফর্ম্যাট সঠিক নয়. গালাগাল প্রতিবেদন বিন্যাস \ উচিত% s- নিম্নলিখিত এক one of the following %s",% S এর একটি বৈধ প্রতিবেদন ফর্ম্যাট সঠিক নয়. গালাগাল প্রতিবেদন বিন্যাস \ উচিত% s- নিম্নলিখিত এক
DocType: Communication,Chat,চ্যাট DocType: Communication,Chat,চ্যাট
apps/frappe/frappe/core/doctype/doctype/doctype.py +408,Fieldname {0} appears multiple times in rows {1},FIELDNAME {0} সারি একাধিক বার প্রদর্শিত {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +460,{0} from {1} to {2} in row #{3},{0} থেকে {1} থেকে {2} মধ্যে সারি # {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +412,Fieldname {0} appears multiple times in rows {1},FIELDNAME {0} সারি একাধিক বার প্রদর্শিত {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +462,{0} from {1} to {2} in row #{3},{0} থেকে {1} থেকে {2} মধ্যে সারি # {3}
DocType: Communication,Expired,মেয়াদউত্তীর্ণ DocType: Communication,Expired,মেয়াদউত্তীর্ণ
DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),একটি ক্ষেত্রের জন্য কলামের সংখ্যা একটি গ্রিড মধ্যে (একটি গ্রিড মধ্যে মোট কলাম কম 11 হতে হবে) DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),একটি ক্ষেত্রের জন্য কলামের সংখ্যা একটি গ্রিড মধ্যে (একটি গ্রিড মধ্যে মোট কলাম কম 11 হতে হবে)
DocType: DocType,System,পদ্ধতি DocType: DocType,System,পদ্ধতি
@@ -1196,7 +1196,7 @@ DocType: Help Article,Likes,পছন্দ
DocType: Website Settings,Top Bar,শীর্ষ বার DocType: Website Settings,Top Bar,শীর্ষ বার
DocType: GSuite Settings,Script Code,স্ক্রিপ্ট কোড DocType: GSuite Settings,Script Code,স্ক্রিপ্ট কোড
apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,ব্যবহারকারী ইমেইল তৈরি করুন apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,ব্যবহারকারী ইমেইল তৈরি করুন
apps/frappe/frappe/core/doctype/doctype/doctype.py +647,No Permissions Specified,কোনো অনুমতি নির্দিষ্ট
apps/frappe/frappe/core/doctype/doctype/doctype.py +651,No Permissions Specified,কোনো অনুমতি নির্দিষ্ট
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,গ্লোবাল সেটিংস: ব্যবহারকারীরা শুধুমাত্র চেক আইকন নির্বাচন করতে সক্ষম হবে apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,গ্লোবাল সেটিংস: ব্যবহারকারীরা শুধুমাত্র চেক আইকন নির্বাচন করতে সক্ষম হবে
apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} পাওয়া যায়নি apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} পাওয়া যায়নি
DocType: Custom Role,Custom Role,কাস্টম ভূমিকা DocType: Custom Role,Custom Role,কাস্টম ভূমিকা
@@ -1208,12 +1208,12 @@ DocType: Dropbox Settings,Dropbox Access Secret,ড্রপবক্স অ্
apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,আরেকটি মন্তব্য যোগ করুন apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,আরেকটি মন্তব্য যোগ করুন
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,DOCTYPE সম্পাদনা apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,DOCTYPE সম্পাদনা
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,নিউজলেটার থেকে সদস্যতা মুক্ত apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,নিউজলেটার থেকে সদস্যতা মুক্ত
apps/frappe/frappe/core/doctype/doctype/doctype.py +507,Fold must come before a Section Break,একটি অনুচ্ছেদ বিরতির আগে আসতে হবে ভাঁজ
apps/frappe/frappe/core/doctype/doctype/doctype.py +511,Fold must come before a Section Break,একটি অনুচ্ছেদ বিরতির আগে আসতে হবে ভাঁজ
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,উন্নয়ন অধীনে apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,উন্নয়ন অধীনে
apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,সর্বশেষ রুপান্তরিত apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,সর্বশেষ রুপান্তরিত
DocType: Workflow State,hand-down,হাত নিচে করো DocType: Workflow State,hand-down,হাত নিচে করো
DocType: Address,GST State,GST রাজ্য DocType: Address,GST State,GST রাজ্য
apps/frappe/frappe/core/doctype/doctype/doctype.py +695,{0}: Cannot set Cancel without Submit,{0}: ছাড়া জমা বাতিল সেট করা যায় না
apps/frappe/frappe/core/doctype/doctype/doctype.py +699,{0}: Cannot set Cancel without Submit,{0}: ছাড়া জমা বাতিল সেট করা যায় না
DocType: Website Theme,Theme,বিষয়বস্তু DocType: Website Theme,Theme,বিষয়বস্তু
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,ত্রুটি রয়েছে. apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,ত্রুটি রয়েছে.
DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,পুনর্নির্দেশ কোনো URI প্রমাণীকরণ কোড আবদ্ধ DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,পুনর্নির্দেশ কোনো URI প্রমাণীকরণ কোড আবদ্ধ
@@ -1252,7 +1252,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +7,
apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,মন্তব্য যোগ করুন apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,মন্তব্য যোগ করুন
DocType: DocField,Mandatory,কার্যভার DocType: DocField,Mandatory,কার্যভার
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,মডিউল রপ্তানি করতে apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,মডিউল রপ্তানি করতে
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,{0}: No basic permissions set,{0} থে মৌলিক অনুমতি সেট
apps/frappe/frappe/core/doctype/doctype/doctype.py +663,{0}: No basic permissions set,{0} থে মৌলিক অনুমতি সেট
apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,আপনার সাবস্ক্রিপশন মেয়াদ শেষ হবে {0}. apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,আপনার সাবস্ক্রিপশন মেয়াদ শেষ হবে {0}.
apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},আপনার ব্যাকআপ জন্য ডাউনলোড লিংক ওপেন ইমেইল ঠিকানা ইমেল করা হবে: {0} apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},আপনার ব্যাকআপ জন্য ডাউনলোড লিংক ওপেন ইমেইল ঠিকানা ইমেল করা হবে: {0}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","বাতিল, জমা অর্থ সংশোধন" apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","বাতিল, জমা অর্থ সংশোধন"
@@ -1267,6 +1267,7 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +129,Filters sa
DocType: DocField,Percent,শতাংশ DocType: DocField,Percent,শতাংশ
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,ফিল্টার সেট করুন apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,ফিল্টার সেট করুন
apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,সংযুক্ত apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,সংযুক্ত
apps/frappe/frappe/templates/emails/auto_email_report.html +48,Edit Auto Email Report Settings,অটো ইমেল রিপোর্ট সেটিংস সম্পাদনা করুন
DocType: Workflow State,book,বই DocType: Workflow State,book,বই
DocType: Website Settings,Landing Page,অবতরণ পাতা DocType: Website Settings,Landing Page,অবতরণ পাতা
apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,কাস্টম স্ক্রিপ্ট ত্রুটি apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,কাস্টম স্ক্রিপ্ট ত্রুটি
@@ -1275,7 +1276,7 @@ apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +132,"Import R
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,কোন অনুমতি এই মানদণ্ড নির্ধারণ করা. apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,কোন অনুমতি এই মানদণ্ড নির্ধারণ করা.
DocType: Auto Email Report,Auto Email Report,অটো ইমেল প্রতিবেদন DocType: Auto Email Report,Auto Email Report,অটো ইমেল প্রতিবেদন
apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,ম্যাক্স ইমেইল apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,ম্যাক্স ইমেইল
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +575,Delete comment?,মন্তব্য মুছে ফেলতে চান?
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +577,Delete comment?,মন্তব্য মুছে ফেলতে চান?
DocType: Address Template,This format is used if country specific format is not found,দেশ নির্দিষ্ট ফরম্যাটে পাওয়া না গেলে এই বিন্যাস ব্যবহার করা হয়েছে DocType: Address Template,This format is used if country specific format is not found,দেশ নির্দিষ্ট ফরম্যাটে পাওয়া না গেলে এই বিন্যাস ব্যবহার করা হয়েছে
DocType: System Settings,Allow Login using Mobile Number,লগইন মোবাইল নম্বর ব্যবহার করার অনুমতি দেয় DocType: System Settings,Allow Login using Mobile Number,লগইন মোবাইল নম্বর ব্যবহার করার অনুমতি দেয়
apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,আপনি এই রিসোর্স অ্যাক্সেস করার অনুমতি নেই. প্রবেশাধিকার পেতে আপনার ম্যানেজারের সাথে যোগাযোগ করুন. apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,আপনি এই রিসোর্স অ্যাক্সেস করার অনুমতি নেই. প্রবেশাধিকার পেতে আপনার ম্যানেজারের সাথে যোগাযোগ করুন.
@@ -1291,7 +1292,7 @@ DocType: Print Format,Monospace,Monospace
DocType: Letter Head,Printing,মুদ্রণ DocType: Letter Head,Printing,মুদ্রণ
DocType: Workflow State,thumbs-up,অঙ্গুষ্ঠ আপ DocType: Workflow State,thumbs-up,অঙ্গুষ্ঠ আপ
DocType: DocPerm,DocPerm,DocPerm DocType: DocPerm,DocPerm,DocPerm
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Precision should be between 1 and 6,যথার্থ 1 এবং 6 এর মধ্যে হতে হবে
apps/frappe/frappe/core/doctype/doctype/doctype.py +467,Precision should be between 1 and 6,যথার্থ 1 এবং 6 এর মধ্যে হতে হবে
apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},FW: {0} apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},FW: {0}
apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,এবং apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,এবং
DocType: Error Snapshot,Frames,ফ্রেম DocType: Error Snapshot,Frames,ফ্রেম
@@ -1304,9 +1305,10 @@ apps/frappe/frappe/utils/boilerplate.py +263,{app_title},{অ্যাপ_শি
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,আপনার সাইটে কনফিগ ড্রপবক্স এক্সেস কী সেট করুন apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,আপনার সাইটে কনফিগ ড্রপবক্স এক্সেস কী সেট করুন
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,এই ইমেইল ঠিকানায় পাঠানোর অনুমতি এই রেকর্ড মুছে apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,এই ইমেইল ঠিকানায় পাঠানোর অনুমতি এই রেকর্ড মুছে
apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,শুধু বাধ্যতামূলক ক্ষেত্র নতুন রেকর্ডের জন্য প্রয়োজন হয়. যদি আপনি চান আপনি অ বাধ্যতামূলক কলাম মুছে দিতে পারেন. apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,শুধু বাধ্যতামূলক ক্ষেত্র নতুন রেকর্ডের জন্য প্রয়োজন হয়. যদি আপনি চান আপনি অ বাধ্যতামূলক কলাম মুছে দিতে পারেন.
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +269,Unable to update event,ইভেন্ট আপডেট করতে অক্ষম
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +262,Unable to update event,ইভেন্ট আপডেট করতে অক্ষম
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,পেমেন্ট সমাপ্তি apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,পেমেন্ট সমাপ্তি
apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","ফিল্টার 4 মান (DOCTYPE, FIELDNAME, অপারেটর, মান) থাকতে হবে: {0}" apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","ফিল্টার 4 মান (DOCTYPE, FIELDNAME, অপারেটর, মান) থাকতে হবে: {0}"
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,কোনও ডিফল্ট ঠিকানা টেমপ্লেট পাওয়া যায়নি দয়া করে সেটআপ&gt; মুদ্রণ এবং ব্রান্ডিং&gt; ঠিকানা টেমপ্লেট থেকে একটি নতুন তৈরি করুন।
apps/frappe/frappe/utils/bot.py +89,show,প্রদর্শনী apps/frappe/frappe/utils/bot.py +89,show,প্রদর্শনী
DocType: Address Template,Address Template,ঠিকানা টেমপ্লেট DocType: Address Template,Address Template,ঠিকানা টেমপ্লেট
DocType: Workflow State,text-height,টেক্সট-উচ্চতা DocType: Workflow State,text-height,টেক্সট-উচ্চতা
@@ -1359,7 +1361,6 @@ apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +6,Can Write
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","নির্দিষ্ট কাগজপত্র, একটি চালান মত, একবার চূড়ান্ত পরিবর্তন করা উচিত নয়. যেমন নথি জন্য চূড়ান্ত রাষ্ট্র জমা বলা হয়. আপনি ভূমিকা জমা দিতে পারেন, যা সীমিত করতে পারে." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","নির্দিষ্ট কাগজপত্র, একটি চালান মত, একবার চূড়ান্ত পরিবর্তন করা উচিত নয়. যেমন নথি জন্য চূড়ান্ত রাষ্ট্র জমা বলা হয়. আপনি ভূমিকা জমা দিতে পারেন, যা সীমিত করতে পারে."
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,আপনি এই প্রতিবেদন রপ্তানি করতে অনুমতি দেওয়া হয় না apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,আপনি এই প্রতিবেদন রপ্তানি করতে অনুমতি দেওয়া হয় না
apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 টি আইটেম নির্বাচন apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 টি আইটেম নির্বাচন
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> কোন ফলাফল পাওয়া যায়নি ' </p>
DocType: Newsletter,Test Email Address,টেস্ট ইমেল ঠিকানা DocType: Newsletter,Test Email Address,টেস্ট ইমেল ঠিকানা
DocType: ToDo,Sender,প্রেরকের DocType: ToDo,Sender,প্রেরকের
DocType: GSuite Settings,Google Apps Script,Google Apps স্ক্রিপ্ট DocType: GSuite Settings,Google Apps Script,Google Apps স্ক্রিপ্ট
@@ -1372,7 +1373,7 @@ DocType: System Settings,Allow only one session per user,ব্যবহার
apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,কপি apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,কপি
apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,হোম / Test ফোল্ডার 1 / Test ফোল্ডার 3 apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,হোম / Test ফোল্ডার 1 / Test ফোল্ডার 3
DocType: Website Settings,&lt;head&gt; HTML,&lt;Head&gt; এইচটিএমএল DocType: Website Settings,&lt;head&gt; HTML,&lt;Head&gt; এইচটিএমএল
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +66,Select or drag across time slots to create a new event.,নির্বাচন করুন অথবা একটি নতুন ইভেন্ট তৈরি করতে সময় স্লট জুড়ে টেনে আনুন.
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +67,Select or drag across time slots to create a new event.,নির্বাচন করুন অথবা একটি নতুন ইভেন্ট তৈরি করতে সময় স্লট জুড়ে টেনে আনুন.
DocType: DocField,In Filter,ফিল্টার DocType: DocField,In Filter,ফিল্টার
apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban
DocType: DocType,Show in Module Section,মডিউল অনুচ্ছেদ দেখান DocType: DocType,Show in Module Section,মডিউল অনুচ্ছেদ দেখান
@@ -1393,7 +1394,7 @@ apps/frappe/frappe/email/doctype/email_account/email_account_list.js +6,Default
apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,আমদানি .zip apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,আমদানি .zip
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,ডকুমেন্ট আইডি apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,ডকুমেন্ট আইডি
DocType: Print Settings,Letter,চিঠি DocType: Print Settings,Letter,চিঠি
apps/frappe/frappe/core/doctype/doctype/doctype.py +556,Image field must be of type Attach Image,চিত্র ক্ষেত্র ধরনের হতে হবে চিত্র সংযুক্ত করুন
apps/frappe/frappe/core/doctype/doctype/doctype.py +560,Image field must be of type Attach Image,চিত্র ক্ষেত্র ধরনের হতে হবে চিত্র সংযুক্ত করুন
DocType: DocField,Columns,কলাম DocType: DocField,Columns,কলাম
DocType: Async Task,Succeeded,অনুসৃত DocType: Async Task,Succeeded,অনুসৃত
apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},এ প্রয়োজন আবশ্যিক ক্ষেত্র {0} apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},এ প্রয়োজন আবশ্যিক ক্ষেত্র {0}
@@ -1443,7 +1444,7 @@ DocType: DocField,Text Editor,টেক্সট সম্পাদক
apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,আমাদের পাতা সম্পর্কে জন্য সেটিংস. apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,আমাদের পাতা সম্পর্কে জন্য সেটিংস.
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,সম্পাদনা কাস্টম এইচটিএমএল apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,সম্পাদনা কাস্টম এইচটিএমএল
DocType: Error Snapshot,Error Snapshot,ত্রুটি স্ন্যাপশট DocType: Error Snapshot,Error Snapshot,ত্রুটি স্ন্যাপশট
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,In,মধ্যে
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,In,মধ্যে
DocType: Email Alert,Value Change,মান পরিবর্তন DocType: Email Alert,Value Change,মান পরিবর্তন
DocType: Standard Reply,Standard Reply,প্রমিত উত্তর DocType: Standard Reply,Standard Reply,প্রমিত উত্তর
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,ইনপুট বক্স প্রস্থ apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,ইনপুট বক্স প্রস্থ
@@ -1463,12 +1464,11 @@ apps/frappe/frappe/public/js/frappe/views/communication.js +82,Select Attachment
apps/frappe/frappe/model/naming.py +94, for {0},জন্য {0} apps/frappe/frappe/model/naming.py +94, for {0},জন্য {0}
apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,ত্রুটিযুক্ত ছিল. এই রিপোর্ট করুন দয়া করে. apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,ত্রুটিযুক্ত ছিল. এই রিপোর্ট করুন দয়া করে.
apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,আপনি এই নথীটি ছাপানোর জন্য অনুমতি দেওয়া হয় না apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,আপনি এই নথীটি ছাপানোর জন্য অনুমতি দেওয়া হয় না
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +107,Please set filters value in Report Filter table.,গালাগাল প্রতিবেদন ফিল্টার টেবিলে ফিল্টার মান নির্ধারণ করুন.
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +120,Please set filters value in Report Filter table.,গালাগাল প্রতিবেদন ফিল্টার টেবিলে ফিল্টার মান নির্ধারণ করুন.
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,লোড প্রতিবেদন apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,লোড প্রতিবেদন
apps/frappe/frappe/limits.py +72,Your subscription will expire today.,আপনার সাবস্ক্রিপশন আজ এর মেয়াদ শেষ হবে. apps/frappe/frappe/limits.py +72,Your subscription will expire today.,আপনার সাবস্ক্রিপশন আজ এর মেয়াদ শেষ হবে.
DocType: Page,Standard,মান DocType: Page,Standard,মান
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,সংযুক্তি apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,সংযুক্তি
apps/frappe/frappe/templates/emails/password_update.html +1,Password Update Notification,পাসওয়ার্ড আপডেট বিজ্ঞপ্তি
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,আয়তন apps/frappe/frappe/desk/page/backups/backups.html +13,Size,আয়তন
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,সম্পূর্ণ নিয়োগ apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,সম্পূর্ণ নিয়োগ
DocType: Custom DocPerm,User Permission DocTypes,ব্যবহারকারীর অনুমতি DocTypes DocType: Custom DocPerm,User Permission DocTypes,ব্যবহারকারীর অনুমতি DocTypes
@@ -1481,6 +1481,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +10,Insert Abo
apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,প্রচলিত নাম এবং পদবির অনুমান করা সহজ. apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,প্রচলিত নাম এবং পদবির অনুমান করা সহজ.
apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,খসড়া apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,খসড়া
apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,এই একটি সাধারণভাবে ব্যবহৃত পাসওয়ার্ড অনুরূপ. apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,এই একটি সাধারণভাবে ব্যবহৃত পাসওয়ার্ড অনুরূপ.
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> কোন ফলাফল পাওয়া যায়নি ' </p>
DocType: User,Female,মহিলা DocType: User,Female,মহিলা
DocType: Print Settings,Modern,আধুনিক DocType: Print Settings,Modern,আধুনিক
apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,অনুসন্ধান ফলাফল apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,অনুসন্ধান ফলাফল
@@ -1535,7 +1536,7 @@ apps/frappe/frappe/core/doctype/file/file_list.js +65,Folder name should not inc
DocType: Note,Note,বিঃদ্রঃ DocType: Note,Note,বিঃদ্রঃ
apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,ভুলের তথ্য apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,ভুলের তথ্য
apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,প্রতিক্রিয়া অবস্থার মিলছে না apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,প্রতিক্রিয়া অবস্থার মিলছে না
apps/frappe/frappe/core/doctype/doctype/doctype.py +570,Timeline field must be a valid fieldname,সময়রেখা ক্ষেত্রের একটি বৈধ FIELDNAME হবে
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a valid fieldname,সময়রেখা ক্ষেত্রের একটি বৈধ FIELDNAME হবে
DocType: Currency,Symbol,প্রতীক DocType: Currency,Symbol,প্রতীক
apps/frappe/frappe/model/base_document.py +534,Row #{0}:,সারি # {0}: apps/frappe/frappe/model/base_document.py +534,Row #{0}:,সারি # {0}:
apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,নতুন পাসওয়ার্ড ইমেইল apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,নতুন পাসওয়ার্ড ইমেইল
@@ -1592,8 +1593,7 @@ DocType: Web Page,Text Align,টেক্সট সারিবদ্ধ
apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},নাম মত বিশেষ অক্ষর থাকতে পারে না {0} apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},নাম মত বিশেষ অক্ষর থাকতে পারে না {0}
DocType: Contact Us Settings,Forward To Email Address,ফরোয়ার্ড ইমেইল ঠিকানায় DocType: Contact Us Settings,Forward To Email Address,ফরোয়ার্ড ইমেইল ঠিকানায়
apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,সব ডেটা দেখান apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,সব ডেটা দেখান
apps/frappe/frappe/core/doctype/doctype/doctype.py +527,Title field must be a valid fieldname,শিরোনাম ক্ষেত্রের একটি বৈধ FIELDNAME হতে হবে
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,ইমেল অ্যাকাউন্ট সেটআপ না দয়া করে সেটআপ থেকে একটি নতুন ইমেল অ্যাকাউন্ট তৈরি করুন&gt; ইমেল&gt; ইমেল অ্যাকাউন্ট
apps/frappe/frappe/core/doctype/doctype/doctype.py +531,Title field must be a valid fieldname,শিরোনাম ক্ষেত্রের একটি বৈধ FIELDNAME হতে হবে
apps/frappe/frappe/config/core.py +7,Documents,কাগজপত্র apps/frappe/frappe/config/core.py +7,Documents,কাগজপত্র
DocType: Email Flag Queue,Is Completed,সম্পন্ন হয় DocType: Email Flag Queue,Is Completed,সম্পন্ন হয়
apps/frappe/frappe/www/me.html +22,Edit Profile,জীবন বৃত্তান্ত সম্পাদনা apps/frappe/frappe/www/me.html +22,Edit Profile,জীবন বৃত্তান্ত সম্পাদনা
@@ -1645,7 +1645,7 @@ DocType: Standard Reply,Standard Reply Help,স্ট্যান্ডার্
DocType: Blogger,Avatar,অবতার DocType: Blogger,Avatar,অবতার
DocType: Blogger,Posts,পোস্ট DocType: Blogger,Posts,পোস্ট
DocType: DocType,Has Web View,ওয়েব দৃশ্য আছে DocType: DocType,Has Web View,ওয়েব দৃশ্য আছে
apps/frappe/frappe/core/doctype/doctype/doctype.py +377,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","DOCTYPE এর একটি অক্ষর দিয়ে শুরু করা উচিত এবং এটা শুধুমাত্র অক্ষর, সংখ্যা, স্পেস এবং আন্ডারস্কোর দ্বারা গঠিত হতে পারে"
apps/frappe/frappe/core/doctype/doctype/doctype.py +381,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","DOCTYPE এর একটি অক্ষর দিয়ে শুরু করা উচিত এবং এটা শুধুমাত্র অক্ষর, সংখ্যা, স্পেস এবং আন্ডারস্কোর দ্বারা গঠিত হতে পারে"
DocType: Communication,Spam,স্প্যাম DocType: Communication,Spam,স্প্যাম
DocType: Integration Request,Integration Request,ইন্টিগ্রেশন অনুরোধ DocType: Integration Request,Integration Request,ইন্টিগ্রেশন অনুরোধ
apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,প্রিয় apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,প্রিয়
@@ -1681,7 +1681,7 @@ DocType: Website Settings,Sub-domain provided by erpnext.com,Erpnext.com দ্
DocType: System Settings,dd-mm-yyyy,ডিডি-মিমি-YYYY DocType: System Settings,dd-mm-yyyy,ডিডি-মিমি-YYYY
apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,এই প্রতিবেদন অ্যাক্সেস প্রতিবেদন অনুমতি থাকতে হবে. apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,এই প্রতিবেদন অ্যাক্সেস প্রতিবেদন অনুমতি থাকতে হবে.
apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,দয়া করে নূন্যতম পাসওয়ার্ড স্কোর নির্বাচন apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,দয়া করে নূন্যতম পাসওয়ার্ড স্কোর নির্বাচন
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,Added,যোগ করা
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,Added,যোগ করা
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.","শুধুমাত্র আপডেট, নতুন রেকর্ড সন্নিবেশ না." apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.","শুধুমাত্র আপডেট, নতুন রেকর্ড সন্নিবেশ না."
apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,দৈনিক ইভেন্ট ডাইজেস্ট অনুস্মারক সেট করা হয় যেখানে ক্যালেন্ডার ইভেন্টের জন্য পাঠানো হয়. apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,দৈনিক ইভেন্ট ডাইজেস্ট অনুস্মারক সেট করা হয় যেখানে ক্যালেন্ডার ইভেন্টের জন্য পাঠানো হয়.
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,ওয়েবসাইট দেখুন apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,ওয়েবসাইট দেখুন
@@ -1695,7 +1695,7 @@ DocType: Integration Request,Reference DocName,রেফারেন্স DocNa
DocType: Web Form,Success Message,সাফল্যের বার্তা DocType: Web Form,Success Message,সাফল্যের বার্তা
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,রপ্তানি কাস্টমাইজেশন apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,রপ্তানি কাস্টমাইজেশন
DocType: DocType,User Cannot Search,ব্যবহারকারী অনুসন্ধান করতে পারেন না DocType: DocType,User Cannot Search,ব্যবহারকারী অনুসন্ধান করতে পারেন না
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +83,Invalid Output Format,অবৈধ আউটপুট ফরম্যাট
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Invalid Output Format,অবৈধ আউটপুট ফরম্যাট
DocType: Custom DocPerm,Apply this rule if the User is the Owner,ব্যবহারকারী মালিক যদি এই নিয়ম প্রযোজ্য DocType: Custom DocPerm,Apply this rule if the User is the Owner,ব্যবহারকারী মালিক যদি এই নিয়ম প্রযোজ্য
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,আপনার লগইন আইডি হবে apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,আপনার লগইন আইডি হবে
apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,প্রতিবেদন তৈরি apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,প্রতিবেদন তৈরি
@@ -1713,10 +1713,11 @@ apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +138,There were e
apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,ঘনিষ্ঠ apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,ঘনিষ্ঠ
apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,0 থেকে 2 docstatus পরিবর্তন করা যাবে না apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,0 থেকে 2 docstatus পরিবর্তন করা যাবে না
DocType: User Permission for Page and Report,Roles Permission,ভূমিকা অনুমতি DocType: User Permission for Page and Report,Roles Permission,ভূমিকা অনুমতি
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,ইমেল অ্যাকাউন্ট সেটআপ না দয়া করে সেটআপ থেকে একটি নতুন ইমেল অ্যাকাউন্ট তৈরি করুন&gt; ইমেল&gt; ইমেল অ্যাকাউন্ট
apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,আপডেট apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,আপডেট
DocType: Error Snapshot,Snapshot View,স্ন্যাপশট দেখুন DocType: Error Snapshot,Snapshot View,স্ন্যাপশট দেখুন
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,পাঠানোর আগে নিউজলেটার সংরক্ষণ করুন apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,পাঠানোর আগে নিউজলেটার সংরক্ষণ করুন
apps/frappe/frappe/core/doctype/doctype/doctype.py +426,Options must be a valid DocType for field {0} in row {1},বিকল্প সারিতে ক্ষেত্রের {0} জন্য একটি বৈধ DOCTYPE হতে হবে {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +430,Options must be a valid DocType for field {0} in row {1},বিকল্প সারিতে ক্ষেত্রের {0} জন্য একটি বৈধ DOCTYPE হতে হবে {1}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,বৈশিষ্ট্য সম্পাদনা apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,বৈশিষ্ট্য সম্পাদনা
DocType: Patch Log,List of patches executed,প্যাচ তালিকা মৃত্যুদন্ড DocType: Patch Log,List of patches executed,প্যাচ তালিকা মৃত্যুদন্ড
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} ইতিমধ্যে আন-সাবস্ক্রাইব apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} ইতিমধ্যে আন-সাবস্ক্রাইব
@@ -1809,7 +1810,7 @@ apps/frappe/frappe/core/doctype/version/version_view.html +32,Rows Added,সা
apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,সফল! আপনি যেতে ভাল হয় 👍 apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,সফল! আপনি যেতে ভাল হয় 👍
apps/frappe/frappe/www/me.html +3,My Account,আমার অ্যাকাউন্ট apps/frappe/frappe/www/me.html +3,My Account,আমার অ্যাকাউন্ট
DocType: ToDo,Allocated To,বরাদ্দ DocType: ToDo,Allocated To,বরাদ্দ
apps/frappe/frappe/templates/emails/password_reset.html +4,Please click on the following link to set your new password,আপনার নতুন পাসওয়ার্ড সেট করতে নিচের লিঙ্কে ক্লিক করুন
apps/frappe/frappe/templates/emails/password_reset.html +2,Please click on the following link to set your new password,আপনার নতুন পাসওয়ার্ড সেট করতে নিচের লিঙ্কে ক্লিক করুন
DocType: Email Alert,Days After,দিন পরে DocType: Email Alert,Days After,দিন পরে
DocType: Newsletter,Receipient,RECEIPIENT DocType: Newsletter,Receipient,RECEIPIENT
DocType: Contact Us Settings,Settings for Contact Us Page,আমাদের সাথে যোগাযোগ করুন পৃষ্ঠা জন্য সেটিংস DocType: Contact Us Settings,Settings for Contact Us Page,আমাদের সাথে যোগাযোগ করুন পৃষ্ঠা জন্য সেটিংস
@@ -1823,7 +1824,7 @@ DocType: Property Setter,Property Type,সম্পত্তির প্রক
DocType: Workflow State,screenshot,স্ক্রিনশট DocType: Workflow State,screenshot,স্ক্রিনশট
apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,কেবলমাত্র প্রশাসক একটি স্ট্যান্ডার্ড রিপোর্ট সংরক্ষণ করতে পারবেন. নামান্তর এবং সংরক্ষণ করুন. apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,কেবলমাত্র প্রশাসক একটি স্ট্যান্ডার্ড রিপোর্ট সংরক্ষণ করতে পারবেন. নামান্তর এবং সংরক্ষণ করুন.
DocType: System Settings,Background Workers,পটভূমি ওয়ার্কার্স DocType: System Settings,Background Workers,পটভূমি ওয়ার্কার্স
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,Fieldname {0} conflicting with meta object,FIELDNAME {0} মেটা বস্তুর সঙ্গে পরস্পরবিরোধী
apps/frappe/frappe/core/doctype/doctype/doctype.py +783,Fieldname {0} conflicting with meta object,FIELDNAME {0} মেটা বস্তুর সঙ্গে পরস্পরবিরোধী
DocType: Deleted Document,Data,উপাত্ত DocType: Deleted Document,Data,উপাত্ত
apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,নথির অবস্থা apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,নথির অবস্থা
apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},আপনার তৈরি করা {0} এর {1} apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},আপনার তৈরি করা {0} এর {1}
@@ -1887,7 +1888,6 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +70,"""Parent"" signif
DocType: Website Theme,Apply Style,শৈলী প্রয়োগ DocType: Website Theme,Apply Style,শৈলী প্রয়োগ
DocType: Feedback Request,Feedback Rating,প্রতিক্রিয়া রেটিং DocType: Feedback Request,Feedback Rating,প্রতিক্রিয়া রেটিং
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,সাথে ভাগ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,সাথে ভাগ
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,সেটআপ&gt; ব্যবহারকারী অনুমতি ম্যানেজার
DocType: Help Category,Help Articles,সাহায্য প্রবন্ধ DocType: Help Category,Help Articles,সাহায্য প্রবন্ধ
,Modules Setup,মডিউল সেটআপ ,Modules Setup,মডিউল সেটআপ
apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,শ্রেণী: apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,শ্রেণী:
@@ -1933,12 +1933,11 @@ apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 2,অ
DocType: Feedback Trigger,Email Field,ইমেল ফিল্ড DocType: Feedback Trigger,Email Field,ইমেল ফিল্ড
apps/frappe/frappe/www/update-password.html +59,New Password Required.,নতুন পাসওয়ার্ড আবশ্যক। apps/frappe/frappe/www/update-password.html +59,New Password Required.,নতুন পাসওয়ার্ড আবশ্যক।
apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} সঙ্গে এই নথিটি ভাগ {1} apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} সঙ্গে এই নথিটি ভাগ {1}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,সেটআপ&gt; ব্যবহারকারী
DocType: Website Settings,Brand Image,প্রতিকি ছবি DocType: Website Settings,Brand Image,প্রতিকি ছবি
DocType: Print Settings,A4,A4 DocType: Print Settings,A4,A4
apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","উপরের ন্যাভিগেশন বারের মধ্যে, ফুটার ও লোগোর সেটআপ." apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","উপরের ন্যাভিগেশন বারের মধ্যে, ফুটার ও লোগোর সেটআপ."
DocType: Web Form Field,Max Value,সর্বোচ্চ মূল্য DocType: Web Form Field,Max Value,সর্বোচ্চ মূল্য
apps/frappe/frappe/core/doctype/doctype/doctype.py +655,For {0} at level {1} in {2} in row {3},জন্য {0} এ স্তর {1} এ {2} সারিতে {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,For {0} at level {1} in {2} in row {3},জন্য {0} এ স্তর {1} এ {2} সারিতে {3}
DocType: Contact,All,সব DocType: Contact,All,সব
DocType: Email Queue,Recipient,প্রাপক DocType: Email Queue,Recipient,প্রাপক
DocType: Communication,Has Attachment,সংযুক্তি আছে DocType: Communication,Has Attachment,সংযুক্তি আছে
@@ -1956,7 +1955,7 @@ DocType: Auto Email Report,Email To,ইমেইল
apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,ফোল্ডার {0} ফাঁকা নয় apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,ফোল্ডার {0} ফাঁকা নয়
DocType: Page,Roles,ভূমিকা DocType: Page,Roles,ভূমিকা
apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},ত্রুটি: VALUE নিখোঁজ {0}: {1} apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},ত্রুটি: VALUE নিখোঁজ {0}: {1}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +286,Field {0} is not selectable.,মাঠ {0} নির্বাচনযোগ্য নয়.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +287,Field {0} is not selectable.,মাঠ {0} নির্বাচনযোগ্য নয়.
DocType: System Settings,Session Expiry,সেশন মেয়াদ উত্তীর্ন DocType: System Settings,Session Expiry,সেশন মেয়াদ উত্তীর্ন
DocType: Workflow State,ban-circle,নিষেধাজ্ঞা-বৃত্ত DocType: Workflow State,ban-circle,নিষেধাজ্ঞা-বৃত্ত
DocType: Email Flag Queue,Unread,অপঠিত DocType: Email Flag Queue,Unread,অপঠিত
@@ -2014,7 +2013,7 @@ DocType: DocType,"Naming Options:
<ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",বিকল্প নামকরণ: <ol><li> <b>ক্ষেত্র: [FIELDNAME]</b> - মাঠ </li><li> <b>naming_series:</b> - সিরিজ নামকরণের দ্বারা (ক্ষেত্র নামক naming_series উপস্থিত হতে হবে </li><li> <b>প্রম্পট</b> - একটি নামের জন্য ব্যবহারকারীকে অনুরোধ জানানো হয় </li><li> <b>[ধারাবাহিক]</b> - উপসর্গ (একটি বিন্দু দ্বারা পৃথকীকৃত) দ্বারা সিরিজ; উদাহরণস্বরূপ প্রি জন্য. ##### </li></ol> <ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",বিকল্প নামকরণ: <ol><li> <b>ক্ষেত্র: [FIELDNAME]</b> - মাঠ </li><li> <b>naming_series:</b> - সিরিজ নামকরণের দ্বারা (ক্ষেত্র নামক naming_series উপস্থিত হতে হবে </li><li> <b>প্রম্পট</b> - একটি নামের জন্য ব্যবহারকারীকে অনুরোধ জানানো হয় </li><li> <b>[ধারাবাহিক]</b> - উপসর্গ (একটি বিন্দু দ্বারা পৃথকীকৃত) দ্বারা সিরিজ; উদাহরণস্বরূপ প্রি জন্য. ##### </li></ol>
DocType: Blog Post,Email Sent,ইমেইল পাঠানো DocType: Blog Post,Email Sent,ইমেইল পাঠানো
DocType: DocField,Ignore XSS Filter,XSS ফিল্টার Ignore DocType: DocField,Ignore XSS Filter,XSS ফিল্টার Ignore
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,removed,অপসারিত
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,removed,অপসারিত
apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,ড্রপবক্স ব্যাকআপ সেটিংস apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,ড্রপবক্স ব্যাকআপ সেটিংস
apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,ইমেইল পাঠান apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,ইমেইল পাঠান
DocType: Website Theme,Link Color,লিংক রঙ DocType: Website Theme,Link Color,লিংক রঙ
@@ -2147,6 +2146,7 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,স
DocType: DocType,Setup,সেটআপ DocType: DocType,Setup,সেটআপ
DocType: Email Account,Initial Sync Count,প্রাথমিক সিঙ্ক কাউন্ট DocType: Email Account,Initial Sync Count,প্রাথমিক সিঙ্ক কাউন্ট
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},নতুন মন্তব্য {0} {1} apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},নতুন মন্তব্য {0} {1}
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} বছর (গুলি) আগে
DocType: Workflow State,glass,কাচ DocType: Workflow State,glass,কাচ
DocType: DocType,Timeline Field,সময়রেখা ফিল্ড DocType: DocType,Timeline Field,সময়রেখা ফিল্ড
DocType: Country,Time Zones,সময় মন্ডল DocType: Country,Time Zones,সময় মন্ডল
@@ -2181,10 +2181,10 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +77,You are not
apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,তথ্য: apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,তথ্য:
DocType: Custom Field,Permission Level,অনুমতি শ্রেনী DocType: Custom Field,Permission Level,অনুমতি শ্রেনী
DocType: User,Send Notifications for Transactions I Follow,আমি অনুসরণ লেনদেন জন্য বিজ্ঞপ্তি পাঠাতে DocType: User,Send Notifications for Transactions I Follow,আমি অনুসরণ লেনদেন জন্য বিজ্ঞপ্তি পাঠাতে
apps/frappe/frappe/core/doctype/doctype/doctype.py +698,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: সরিয়ে ফেলতে চান, লেখা ছাড়া সংশোধন সেট করা যায় না"
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: সরিয়ে ফেলতে চান, লেখা ছাড়া সংশোধন সেট করা যায় না"
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,আপনি সংযুক্তি মুছে ফেলতে চান আপনি কি নিশ্চিত? apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,আপনি সংযুক্তি মুছে ফেলতে চান আপনি কি নিশ্চিত?
apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","মুছে ফেলতে অথবা কারণ {0} বাতিল করা যাবে না <a href=""#Form/{0}/{1}"">{1}</a> সঙ্গে সংযুক্ত করা হয় {2} <a href=""#Form/{2}/{3}"">{3}</a>" apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","মুছে ফেলতে অথবা কারণ {0} বাতিল করা যাবে না <a href=""#Form/{0}/{1}"">{1}</a> সঙ্গে সংযুক্ত করা হয় {2} <a href=""#Form/{2}/{3}"">{3}</a>"
apps/frappe/frappe/__init__.py +1070,Thank you,তোমাকে ধন্যবাদ
apps/frappe/frappe/__init__.py +1071,Thank you,তোমাকে ধন্যবাদ
apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,রক্ষা apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,রক্ষা
DocType: Print Settings,Print Style Preview,স্টাইল মুদ্রণের পূর্বরূপ DocType: Print Settings,Print Style Preview,স্টাইল মুদ্রণের পূর্বরূপ
apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder
@@ -2228,7 +2228,7 @@ apps/frappe/frappe/public/js/frappe/list/list_renderer.js +501,2 days ago,২
apps/frappe/frappe/config/website.py +47,Categorize blog posts.,ব্লগ পোস্ট শ্রেণীবিভক্ত. apps/frappe/frappe/config/website.py +47,Categorize blog posts.,ব্লগ পোস্ট শ্রেণীবিভক্ত.
DocType: Workflow State,Time,সময় DocType: Workflow State,Time,সময়
DocType: DocField,Attach,জোড়া DocType: DocField,Attach,জোড়া
apps/frappe/frappe/core/doctype/doctype/doctype.py +539,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} একটি বৈধ FIELDNAME প্যাটার্ন নয়. এটা হওয়া উচিত {{}} FIELD_NAME.
apps/frappe/frappe/core/doctype/doctype/doctype.py +543,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} একটি বৈধ FIELDNAME প্যাটার্ন নয়. এটা হওয়া উচিত {{}} FIELD_NAME.
DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,প্রতিক্রিয়া অনুরোধ পাঠান শুধুমাত্র যদি অন্তত এক যোগাযোগ নথির জন্য পাওয়া যায়. DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,প্রতিক্রিয়া অনুরোধ পাঠান শুধুমাত্র যদি অন্তত এক যোগাযোগ নথির জন্য পাওয়া যায়.
DocType: Custom Role,Permission Rules,অনুমতি বিধি DocType: Custom Role,Permission Rules,অনুমতি বিধি
DocType: GSuite Settings,GSuite Settings,GSuite সেটিং DocType: GSuite Settings,GSuite Settings,GSuite সেটিং
@@ -2248,7 +2248,7 @@ apps/frappe/frappe/website/doctype/blog_post/blog_post.py +106,Posts by {0},দ
apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","বিন্যাস কলামে, ক্যোয়ারী কলাম লেবেল দিতে." apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","বিন্যাস কলামে, ক্যোয়ারী কলাম লেবেল দিতে."
DocType: Has Domain,Has Domain,ডোমেন হয়েছে DocType: Has Domain,Has Domain,ডোমেন হয়েছে
apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,একটি একাউন্ট আছে না? নিবন্ধন করুন apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,একটি একাউন্ট আছে না? নিবন্ধন করুন
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,{0}: Cannot set Assign Amend if not Submittable,{0}: Submittable না হলে বরাদ্দ সংশোধন সেট করা যায় না
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set Assign Amend if not Submittable,{0}: Submittable না হলে বরাদ্দ সংশোধন সেট করা যায় না
DocType: Address,Bihar,বিহার DocType: Address,Bihar,বিহার
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,সম্পাদনা ভূমিকা অনুমতি apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,সম্পাদনা ভূমিকা অনুমতি
DocType: Communication,Link DocType,লিংক DOCTYPE DocType: Communication,Link DocType,লিংক DOCTYPE
@@ -2299,7 +2299,7 @@ DocType: DocField,Set non-standard precision for a Float or Currency field,এ
DocType: Email Account,Ignore attachments over this size,এই আকারের উপর সংযুক্তি Ignore DocType: Email Account,Ignore attachments over this size,এই আকারের উপর সংযুক্তি Ignore
DocType: Address,Preferred Billing Address,পছন্দের বিলিং ঠিকানা DocType: Address,Preferred Billing Address,পছন্দের বিলিং ঠিকানা
apps/frappe/frappe/config/integrations.py +63,External Documents,এক্সটার্নাল ডকুমেন্টস apps/frappe/frappe/config/integrations.py +63,External Documents,এক্সটার্নাল ডকুমেন্টস
apps/frappe/frappe/database.py +235,Too many writes in one request. Please send smaller requests,অনেকগুলি এক অনুরোধে লিখেছেন. ছোট অনুরোধ পাঠান
apps/frappe/frappe/database.py +247,Too many writes in one request. Please send smaller requests,অনেকগুলি এক অনুরোধে লিখেছেন. ছোট অনুরোধ পাঠান
apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,মান পরিবর্তিত apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,মান পরিবর্তিত
DocType: Workflow State,arrow-up,তীর-আপ DocType: Workflow State,arrow-up,তীর-আপ
DocType: OAuth Bearer Token,Expires In,মেয়াদ শেষ DocType: OAuth Bearer Token,Expires In,মেয়াদ শেষ
@@ -2347,7 +2347,7 @@ apps/frappe/frappe/core/page/data_import_tool/importer.py +81,Please make sure t
apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,আপনার প্রোফাইল একটি ইমেইল ঠিকানা আছে কিনা তা নিশ্চিত করুন apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,আপনার প্রোফাইল একটি ইমেইল ঠিকানা আছে কিনা তা নিশ্চিত করুন
apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,আপনি এই ফর্মটি আবার এ অসংরক্ষিত পরিবর্তন রয়েছে. আপনি অবিরত করার পূর্বে সংরক্ষণ করুন. apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,আপনি এই ফর্মটি আবার এ অসংরক্ষিত পরিবর্তন রয়েছে. আপনি অবিরত করার পূর্বে সংরক্ষণ করুন.
DocType: Address,Telangana,তেলেঙ্গানা DocType: Address,Telangana,তেলেঙ্গানা
apps/frappe/frappe/core/doctype/doctype/doctype.py +459,Default for {0} must be an option,{0} একটি বিকল্প হতে হবে এর জন্য ডিফল্ট
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Default for {0} must be an option,{0} একটি বিকল্প হতে হবে এর জন্য ডিফল্ট
DocType: Tag Doc Category,Tag Doc Category,ট্যাগ ডক শ্রেণী DocType: Tag Doc Category,Tag Doc Category,ট্যাগ ডক শ্রেণী
DocType: User,User Image,ব্যবহারকারী চিত্র DocType: User,User Image,ব্যবহারকারী চিত্র
apps/frappe/frappe/email/queue.py +304,Emails are muted,ইমেইল নিঃশব্দ apps/frappe/frappe/email/queue.py +304,Emails are muted,ইমেইল নিঃশব্দ
@@ -2392,7 +2392,7 @@ DocType: Async Task,Running,চলমান
apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,পাসওয়ার্ড রিসেট করুন apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,পাসওয়ার্ড রিসেট করুন
apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,অনুগ্রহ করে বেশি {0} গ্রাহক যোগ করার জন্য আপগ্রেড apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,অনুগ্রহ করে বেশি {0} গ্রাহক যোগ করার জন্য আপগ্রেড
DocType: Workflow State,hand-left,হাত-বাম DocType: Workflow State,hand-left,হাত-বাম
apps/frappe/frappe/core/doctype/doctype/doctype.py +472,Fieldtype {0} for {1} cannot be unique,Fieldtype {0} {1} অনন্য হতে পারে না
apps/frappe/frappe/core/doctype/doctype/doctype.py +476,Fieldtype {0} for {1} cannot be unique,Fieldtype {0} {1} অনন্য হতে পারে না
DocType: Email Account,Use SSL,ব্যবহারের SSL- র DocType: Email Account,Use SSL,ব্যবহারের SSL- র
DocType: Workflow State,play-circle,খেলার-বৃত্ত DocType: Workflow State,play-circle,খেলার-বৃত্ত
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,সম্পাদনা করুন প্রিন্ট বিন্যাস নির্বাচন apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,সম্পাদনা করুন প্রিন্ট বিন্যাস নির্বাচন
@@ -2447,7 +2447,7 @@ DocType: DocField,No Copy,কোন কপি
DocType: Workflow State,qrcode,QRCode DocType: Workflow State,qrcode,QRCode
apps/frappe/frappe/www/login.html +34,Login with LDAP,দ্বারা LDAP দিয়ে লগইন করুন apps/frappe/frappe/www/login.html +34,Login with LDAP,দ্বারা LDAP দিয়ে লগইন করুন
DocType: Web Form,Breadcrumbs,Breadcrumbs DocType: Web Form,Breadcrumbs,Breadcrumbs
apps/frappe/frappe/core/doctype/doctype/doctype.py +671,If Owner,মালিক যদি
apps/frappe/frappe/core/doctype/doctype/doctype.py +675,If Owner,মালিক যদি
DocType: OAuth Authorization Code,Expiration time,মেয়াদ অতিক্রান্ত হওয়ার সময় DocType: OAuth Authorization Code,Expiration time,মেয়াদ অতিক্রান্ত হওয়ার সময়
DocType: Web Page,Website Sidebar,ওয়েবসাইট সাইডবার DocType: Web Page,Website Sidebar,ওয়েবসাইট সাইডবার
DocType: Web Form,Show Sidebar,পার্শ্বদণ্ড দেখান DocType: Web Form,Show Sidebar,পার্শ্বদণ্ড দেখান
@@ -2607,6 +2607,7 @@ DocType: Portal Settings,Hide Standard Menu,স্ট্যান্ডার্
apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,যুক্ত করুন / ইমেল ডোমেন পরিচালনা করুন. apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,যুক্ত করুন / ইমেল ডোমেন পরিচালনা করুন.
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},জমা দেওয়ার আগে বাতিল করতে পারেন না. দেখুন ট্র্যানজিশন {0} apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},জমা দেওয়ার আগে বাতিল করতে পারেন না. দেখুন ট্র্যানজিশন {0}
apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,মুদ্রণ বিন্যাস {0} নিষ্ক্রিয় করা হয় apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,মুদ্রণ বিন্যাস {0} নিষ্ক্রিয় করা হয়
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,সেটআপ থেকে ডিফল্ট ইমেইল অ্যাকাউন্ট সেট আপ করুন&gt; ইমেল&gt; ইমেল অ্যাকাউন্ট
DocType: Email Alert,Send days before or after the reference date,আগে বা রেফারেন্স তারিখ পরে দিন পাঠান DocType: Email Alert,Send days before or after the reference date,আগে বা রেফারেন্স তারিখ পরে দিন পাঠান
DocType: User,Allow user to login only after this hour (0-24),ব্যবহারকারী শুধুমাত্র এই ঘন্টা পর লগইন করতে (0-24) অনুমতি দিন DocType: User,Allow user to login only after this hour (0-24),ব্যবহারকারী শুধুমাত্র এই ঘন্টা পর লগইন করতে (0-24) অনুমতি দিন
apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,মূল্য apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,মূল্য
@@ -2622,7 +2623,6 @@ DocType: ToDo,Priority,অগ্রাধিকার
DocType: Email Queue,Unsubscribe Param,আন-সাবস্ক্রাইব পরম DocType: Email Queue,Unsubscribe Param,আন-সাবস্ক্রাইব পরম
DocType: Auto Email Report,Weekly,সাপ্তাহিক DocType: Auto Email Report,Weekly,সাপ্তাহিক
DocType: Communication,In Reply To,জবাবে DocType: Communication,In Reply To,জবাবে
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,কোনও ডিফল্ট ঠিকানা টেমপ্লেট পাওয়া যায়নি দয়া করে সেটআপ&gt; মুদ্রণ এবং ব্রান্ডিং&gt; ঠিকানা টেমপ্লেট থেকে একটি নতুন তৈরি করুন।
DocType: DocType,Allow Import (via Data Import Tool),আমদানি মঞ্জুরি দিন (ডেটা আমদানি টুল এর মাধ্যমে) DocType: DocType,Allow Import (via Data Import Tool),আমদানি মঞ্জুরি দিন (ডেটা আমদানি টুল এর মাধ্যমে)
apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,সিনিয়র apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,সিনিয়র
DocType: DocField,Float,ভাসা DocType: DocField,Float,ভাসা
@@ -2665,7 +2665,7 @@ apps/frappe/frappe/templates/emails/auto_reply.html +1,Thank you for your email,
DocType: DocField,Small Text,ছোট লেখা DocType: DocField,Small Text,ছোট লেখা
apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,অ্যাডমিনিস্ট্রেটর ব্যবহার {0} থেকে {1} IP ঠিকানা মাধ্যমে {2}. apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,অ্যাডমিনিস্ট্রেটর ব্যবহার {0} থেকে {1} IP ঠিকানা মাধ্যমে {2}.
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,সমান apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,সমান
apps/frappe/frappe/core/doctype/doctype/doctype.py +453,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',ক্ষেত্রের বিকল্প &#39;ডাইনামিক লিংক&#39; টাইপ &#39;DOCTYPE&#39; হিসাবে অপশন সঙ্গে অন্য লিঙ্ক ক্ষেত্র নির্দেশ করতে হবে
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',ক্ষেত্রের বিকল্প &#39;ডাইনামিক লিংক&#39; টাইপ &#39;DOCTYPE&#39; হিসাবে অপশন সঙ্গে অন্য লিঙ্ক ক্ষেত্র নির্দেশ করতে হবে
DocType: About Us Settings,Team Members Heading,শীর্ষক দলের সদস্যদের DocType: About Us Settings,Team Members Heading,শীর্ষক দলের সদস্যদের
apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,অবৈধ CSV বিন্যাসে apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,অবৈধ CSV বিন্যাসে
apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,সেট ব্যাক-আপ সংখ্যা apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,সেট ব্যাক-আপ সংখ্যা
@@ -2699,7 +2699,7 @@ DocType: Kanban Board Column,Column Name,কলামের নাম
DocType: Language,Based On,উপর ভিত্তি করে DocType: Language,Based On,উপর ভিত্তি করে
apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,ডিফল্ট করা apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,ডিফল্ট করা
apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,চেক ফ্র্যাপে সার্ভারের URL apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,চেক ফ্র্যাপে সার্ভারের URL
apps/frappe/frappe/core/doctype/doctype/doctype.py +495,Fieldtype {0} for {1} cannot be indexed,Fieldtype {0} {1} সূচীবদ্ধ করা যাবে না জন্য
apps/frappe/frappe/core/doctype/doctype/doctype.py +499,Fieldtype {0} for {1} cannot be indexed,Fieldtype {0} {1} সূচীবদ্ধ করা যাবে না জন্য
DocType: Communication,Email Account,ইমেইল একাউন্ট DocType: Communication,Email Account,ইমেইল একাউন্ট
DocType: Workflow State,Download,ডাউনলোড DocType: Workflow State,Download,ডাউনলোড
DocType: Blog Post,Blog Intro,মুখ্য পৃষ্ঠা Privacy Policy ব্লগ DocType: Blog Post,Blog Intro,মুখ্য পৃষ্ঠা Privacy Policy ব্লগ
@@ -2731,15 +2731,15 @@ apps/frappe/frappe/email/doctype/email_group/email_group.js +45,New Newsletter,
DocType: Print Settings,Send Print as PDF,পিডিএফ হিসাবে প্রিন্ট পাঠান DocType: Print Settings,Send Print as PDF,পিডিএফ হিসাবে প্রিন্ট পাঠান
DocType: Web Form,Amount,পরিমাণ DocType: Web Form,Amount,পরিমাণ
DocType: Workflow Transition,Allowed,প্রেজেন্টেশন DocType: Workflow Transition,Allowed,প্রেজেন্টেশন
apps/frappe/frappe/core/doctype/doctype/doctype.py +502,There can be only one Fold in a form,একটি ফর্ম শুধুমাত্র এক ভাঁজ আছে হতে পারে
apps/frappe/frappe/core/doctype/doctype/doctype.py +506,There can be only one Fold in a form,একটি ফর্ম শুধুমাত্র এক ভাঁজ আছে হতে পারে
apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},জন্য ফাইল ফরম্যাট লিখতে ব্যর্থ হয়েছে {0} apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},জন্য ফাইল ফরম্যাট লিখতে ব্যর্থ হয়েছে {0}
apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,ডিফল্ট সেটিংসে পুনরুদ্ধার করতে চান? apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,ডিফল্ট সেটিংসে পুনরুদ্ধার করতে চান?
apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,অকার্যকর হোম পেজ apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,অকার্যকর হোম পেজ
apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,অবৈধ লগইন করুন. আবার চেষ্টা কর. apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,অবৈধ লগইন করুন. আবার চেষ্টা কর.
apps/frappe/frappe/core/doctype/doctype/doctype.py +420,Options required for Link or Table type field {0} in row {1},লিংক বা সারিতে ছক টাইপ ক্ষেত্রটিতে {0} জন্য প্রয়োজন বোধ করা বিকল্পগুলি {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +424,Options required for Link or Table type field {0} in row {1},লিংক বা সারিতে ছক টাইপ ক্ষেত্রটিতে {0} জন্য প্রয়োজন বোধ করা বিকল্পগুলি {1}
DocType: Auto Email Report,Send only if there is any data,শুধুমাত্র পাঠান যদি সেখানে কোন তথ্য নেই DocType: Auto Email Report,Send only if there is any data,শুধুমাত্র পাঠান যদি সেখানে কোন তথ্য নেই
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,রিসেট ফিল্টার apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,রিসেট ফিল্টার
apps/frappe/frappe/core/doctype/doctype/doctype.py +688,{0}: Permission at level 0 must be set before higher levels are set,{0}: উচ্চ মাত্রার সেট করা হয় আগে স্তর 0 এ অনুমতি সেট করা আবশ্যক
apps/frappe/frappe/core/doctype/doctype/doctype.py +692,{0}: Permission at level 0 must be set before higher levels are set,{0}: উচ্চ মাত্রার সেট করা হয় আগে স্তর 0 এ অনুমতি সেট করা আবশ্যক
apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},অ্যাসাইনমেন্ট দ্বারা বন্ধ {0} apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},অ্যাসাইনমেন্ট দ্বারা বন্ধ {0}
DocType: Integration Request,Remote,দূরবর্তী DocType: Integration Request,Remote,দূরবর্তী
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,গণনা করা apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,গণনা করা
@@ -2759,7 +2759,7 @@ DocType: DocField,Perm Level,স্থায়ী ঢেউ তোলা শ্
apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,আজকের ক্যালেন্ডার ঘটনাগুলি apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,আজকের ক্যালেন্ডার ঘটনাগুলি
DocType: Web Page,Web Page,ওয়েব পেজ DocType: Web Page,Web Page,ওয়েব পেজ
DocType: Blog Category,Blogger,ব্লগার DocType: Blog Category,Blogger,ব্লগার
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In Global Search' not allowed for type {0} in row {1},&#39;বৈশ্বিক অনুসন্ধান&#39; টাইপ জন্য অনুমতি দেওয়া হয় না {0} সারিতে {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +449,'In Global Search' not allowed for type {0} in row {1},&#39;বৈশ্বিক অনুসন্ধান&#39; টাইপ জন্য অনুমতি দেওয়া হয় না {0} সারিতে {1}
apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,তালিকা দেখুন apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,তালিকা দেখুন
apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},জন্ম বিন্যাসে নির্মাণ করা আবশ্যক: {0} apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},জন্ম বিন্যাসে নির্মাণ করা আবশ্যক: {0}
DocType: Workflow,Don't Override Status,স্থিতি ওভাররাইড না DocType: Workflow,Don't Override Status,স্থিতি ওভাররাইড না
@@ -2808,7 +2808,7 @@ DocType: Website Theme,Background,পটভূমি
DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","ব্যবহারকারীর অনুমতি প্রয়োগ করতে ব্যবহৃত DocTypes এর JSON তালিকা. যদি খালি, সব লিঙ্ক DocTypes ব্যবহারকারীর অনুমতি প্রয়োগ করতে ব্যবহৃত হবে." DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","ব্যবহারকারীর অনুমতি প্রয়োগ করতে ব্যবহৃত DocTypes এর JSON তালিকা. যদি খালি, সব লিঙ্ক DocTypes ব্যবহারকারীর অনুমতি প্রয়োগ করতে ব্যবহৃত হবে."
DocType: Report,Ref DocType,সুত্র DOCTYPE DocType: Report,Ref DocType,সুত্র DOCTYPE
apps/frappe/frappe/www/feedback.py +42,Please add a rating,একটি রেটিং যোগ করুন apps/frappe/frappe/www/feedback.py +42,Please add a rating,একটি রেটিং যোগ করুন
apps/frappe/frappe/core/doctype/doctype/doctype.py +700,{0}: Cannot set Amend without Cancel,{0}: বাতিল না করে সংশোধন সেট করা যায় না
apps/frappe/frappe/core/doctype/doctype/doctype.py +704,{0}: Cannot set Amend without Cancel,{0}: বাতিল না করে সংশোধন সেট করা যায় না
apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,পুরো পাতা apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,পুরো পাতা
DocType: DocType,Is Child Table,শিশু টেবিল হয় DocType: DocType,Is Child Table,শিশু টেবিল হয়
apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} কে অবশ্যই {1} এর মাঝে কোন একটি হতে হবে apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} কে অবশ্যই {1} এর মাঝে কোন একটি হতে হবে
@@ -2837,7 +2837,7 @@ DocType: Event,Send an email reminder in the morning,সকালে একট
DocType: Blog Post,Published On,প্রকাশিত DocType: Blog Post,Published On,প্রকাশিত
DocType: Contact,Gender,লিঙ্গ DocType: Contact,Gender,লিঙ্গ
apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,আবশ্যিক তথ্য অনুপস্থিত: apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,আবশ্যিক তথ্য অনুপস্থিত:
apps/frappe/frappe/core/doctype/doctype/doctype.py +492,Field '{0}' cannot be set as Unique as it has non-unique values,মাঠ &#39;{0}&#39; এটা অ অনন্য মান আছে হিসাবে অনন্য হিসাবে সেট করা যাবে না
apps/frappe/frappe/core/doctype/doctype/doctype.py +496,Field '{0}' cannot be set as Unique as it has non-unique values,মাঠ &#39;{0}&#39; এটা অ অনন্য মান আছে হিসাবে অনন্য হিসাবে সেট করা যাবে না
apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,শুধু 200 টিপে এক অনুরোধ অনুমতিপ্রাপ্ত apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,শুধু 200 টিপে এক অনুরোধ অনুমতিপ্রাপ্ত
DocType: Footer Item,URL,URL টি DocType: Footer Item,URL,URL টি
DocType: ToDo,Reference Type,রেফারেন্স ধরন DocType: ToDo,Reference Type,রেফারেন্স ধরন
@@ -2880,8 +2880,8 @@ apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +135,Please save
apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} গ্রাহকদের যোগ করা হয়েছে apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} গ্রাহকদের যোগ করা হয়েছে
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,না apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,না
DocType: Workflow State,star,তারকা DocType: Workflow State,star,তারকা
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +228,values separated by commas,মান কমা দ্বারা পৃথকীকৃত
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Max width for type Currency is 100px in row {0},টাইপ একক জন্য সর্বোচ্চ প্রস্থ সারিতে 100px হয় {0}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,values separated by commas,মান কমা দ্বারা পৃথকীকৃত
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,Max width for type Currency is 100px in row {0},টাইপ একক জন্য সর্বোচ্চ প্রস্থ সারিতে 100px হয় {0}
apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},জন্য আপনার মতামত শেয়ার করুন {0} apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},জন্য আপনার মতামত শেয়ার করুন {0}
apps/frappe/frappe/config/website.py +13,Content web page.,বিষয়বস্তু ওয়েবপৃষ্ঠাটি. apps/frappe/frappe/config/website.py +13,Content web page.,বিষয়বস্তু ওয়েবপৃষ্ঠাটি.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,একটি নতুন ভূমিকা করো apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,একটি নতুন ভূমিকা করো
@@ -2899,7 +2899,7 @@ apps/frappe/frappe/public/js/frappe/desk.js +383,Please Enter Your Password to C
apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,একটি বৈধ দ্বারা LDAP ব্যবহারকারী apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,একটি বৈধ দ্বারা LDAP ব্যবহারকারী
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} কোনো বৈধ অবস্থা না apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} কোনো বৈধ অবস্থা না
apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',দয়া করে অন্য একটি অর্থ প্রদানের পদ্ধতি নির্বাচন করুন। পেপ্যাল মুদ্রায় লেনদেন অবলম্বন পাওয়া যায়নি &#39;{0}&#39; apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',দয়া করে অন্য একটি অর্থ প্রদানের পদ্ধতি নির্বাচন করুন। পেপ্যাল মুদ্রায় লেনদেন অবলম্বন পাওয়া যায়নি &#39;{0}&#39;
apps/frappe/frappe/core/doctype/doctype/doctype.py +519,Search field {0} is not valid,অনুসন্ধান ফিল্ড {0} বৈধ নয়
apps/frappe/frappe/core/doctype/doctype/doctype.py +523,Search field {0} is not valid,অনুসন্ধান ফিল্ড {0} বৈধ নয়
DocType: Workflow State,ok-circle,OK-বৃত্ত DocType: Workflow State,ok-circle,OK-বৃত্ত
apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',আপনি জিজ্ঞাসা &#39;গ্রাহকদের মধ্যে কমলা এটি&#39; দ্বারা জিনিষ খুঁজে পেতে পারেন apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',আপনি জিজ্ঞাসা &#39;গ্রাহকদের মধ্যে কমলা এটি&#39; দ্বারা জিনিষ খুঁজে পেতে পারেন
apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,দুঃখিত! ব্যবহারকারী তাদের নিজের রেকর্ড করতে সম্পূর্ণ সুযোগ থাকা উচিত. apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,দুঃখিত! ব্যবহারকারী তাদের নিজের রেকর্ড করতে সম্পূর্ণ সুযোগ থাকা উচিত.
@@ -2968,7 +2968,7 @@ DocType: User,Background Style,ব্যাকগ্রাউন্ড শৈল
apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},মার্জ {0} মধ্যে {1} apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},মার্জ {0} মধ্যে {1}
DocType: System Settings,mm-dd-yyyy,মিমি-DD-YYYY DocType: System Settings,mm-dd-yyyy,মিমি-DD-YYYY
apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} লগ apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} লগ
apps/frappe/frappe/templates/emails/new_user.html +4,Your login id is,আপনার লগইন আইডি হল
apps/frappe/frappe/templates/emails/new_user.html +3,Your login id is,আপনার লগইন আইডি হল
DocType: OAuth Client,Skip Authorization,কর অনুমোদন DocType: OAuth Client,Skip Authorization,কর অনুমোদন
DocType: Web Form,Amount Field,পরিমাণ ফিল্ড DocType: Web Form,Amount Field,পরিমাণ ফিল্ড
DocType: Dropbox Settings,Send Notifications To,বিজ্ঞপ্তি পাঠান DocType: Dropbox Settings,Send Notifications To,বিজ্ঞপ্তি পাঠান


+ 94
- 94
frappe/translations/bs.csv View File

@@ -55,7 +55,7 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +52,Data Import Templa
apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,Roditelj apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,Roditelj
DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","Ako je omogućeno, jačina lozinka će biti izvršena na osnovu minimalne lozinke Score vrijednosti. Vrijednost 2, koji je srednje jak i 4 biti vrlo jaka." DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","Ako je omogućeno, jačina lozinka će biti izvršena na osnovu minimalne lozinke Score vrijednosti. Vrijednost 2, koji je srednje jak i 4 biti vrlo jaka."
DocType: About Us Settings,"""Team Members"" or ""Management""","""Članovi tima"" ili ""menadzment""" DocType: About Us Settings,"""Team Members"" or ""Management""","""Članovi tima"" ili ""menadzment"""
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Default for 'Check' type of field must be either '0' or '1',Uobičajeno za 'Check' tip polje mora biti ili '0' ili '1'
apps/frappe/frappe/core/doctype/doctype/doctype.py +461,Default for 'Check' type of field must be either '0' or '1',Uobičajeno za 'Check' tip polje mora biti ili '0' ili '1'
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,Jučer apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,Jučer
DocType: Contact,Designation,Oznaka DocType: Contact,Designation,Oznaka
DocType: Test Runner,Test Runner,Test Runner DocType: Test Runner,Test Runner,Test Runner
@@ -71,7 +71,7 @@ DocType: DocType,Is Published Field,Je objavljen Field
DocType: Email Group,Email Group,E-mail Group DocType: Email Group,Email Group,E-mail Group
DocType: Note,Seen By,Viđeno od strane DocType: Note,Seen By,Viđeno od strane
apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,dodavanje više apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,dodavanje više
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Not Like,Ne kao
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Not Like,Ne kao
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,Postavite ekran oznaku za oblast apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,Postavite ekran oznaku za oblast
apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},Netočna vrijednost: {0} mora biti {1} {2} apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},Netočna vrijednost: {0} mora biti {1} {2}
apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","Svojstva Promjena polje (skrivanje , samo za čitanje , dozvola i sl. )" apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","Svojstva Promjena polje (skrivanje , samo za čitanje , dozvola i sl. )"
@@ -160,7 +160,8 @@ apps/frappe/frappe/public/js/frappe/upload.js +296,Uploading...,Prijenos ...
DocType: Email Domain,Email Domain,E-mail Domain DocType: Email Domain,Email Domain,E-mail Domain
DocType: Workflow State,italic,kurziva DocType: Workflow State,italic,kurziva
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,Za svakoga apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,Za svakoga
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,{0}: Cannot set Import without Create,{0} : Ne može se uvoz bez Stvoriti
apps/frappe/frappe/core/doctype/doctype/doctype.py +706,{0}: Cannot set Import without Create,{0} : Ne može se uvoz bez Stvoriti
apps/frappe/frappe/templates/emails/auto_email_report.html +45,View report in your browser,Pregledajte izveštaj u vašem pregledaču
apps/frappe/frappe/config/desk.py +26,Event and other calendars.,Dogadjaj i ostali kalendari. apps/frappe/frappe/config/desk.py +26,Event and other calendars.,Dogadjaj i ostali kalendari.
apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,Sva polja je potrebno dostaviti komentar. apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,Sva polja je potrebno dostaviti komentar.
apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,Povucite kako biste sortirali kolone apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,Povucite kako biste sortirali kolone
@@ -237,7 +238,7 @@ apps/frappe/frappe/config/setup.py +121,Update many values at one time.,Update m
apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,Pogreška: Dokument je promijenjen nakon što ste ga otvorili apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,Pogreška: Dokument je promijenjen nakon što ste ga otvorili
apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} prijavljeni od: {1} apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} prijavljeni od: {1}
DocType: Address,West Bengal,West Bengal DocType: Address,West Bengal,West Bengal
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0}: Cannot set Assign Submit if not Submittable,{0} : Ne mogu postaviti Zauzimanje Podnijeti ako ne Submittable
apps/frappe/frappe/core/doctype/doctype/doctype.py +727,{0}: Cannot set Assign Submit if not Submittable,{0} : Ne mogu postaviti Zauzimanje Podnijeti ako ne Submittable
DocType: Social Login Keys,Facebook,Facebook DocType: Social Login Keys,Facebook,Facebook
apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",Filtriran &quot;{0}&quot; apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",Filtriran &quot;{0}&quot;
DocType: Salutation,Administrator,Administrator DocType: Salutation,Administrator,Administrator
@@ -261,7 +262,7 @@ DocType: User,Get your globally recognized avatar from Gravatar.com,Uzmite globa
apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","Vaša pretplata istekla na {0}. Da biste obnovili, {1}." apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","Vaša pretplata istekla na {0}. Da biste obnovili, {1}."
DocType: Workflow State,plus-sign,plus-potpisati DocType: Workflow State,plus-sign,plus-potpisati
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,Setup već potpuna apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,Setup već potpuna
apps/frappe/frappe/__init__.py +897,App {0} is not installed,App {0} nije instaliran
apps/frappe/frappe/__init__.py +898,App {0} is not installed,App {0} nije instaliran
DocType: Workflow State,Refresh,Osvježi DocType: Workflow State,Refresh,Osvježi
DocType: Event,Public,Javni DocType: Event,Public,Javni
apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,Nema podataka za prikaz apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,Nema podataka za prikaz
@@ -269,7 +270,7 @@ apps/frappe/frappe/public/js/frappe/model/model.js +24,Liked By,Vole
apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,E-mail podrška apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,E-mail podrška
DocType: DocField,Print Hide If No Value,Ispis Sakrij Ako No Value DocType: DocField,Print Hide If No Value,Ispis Sakrij Ako No Value
DocType: Event,yellow,žut DocType: Event,yellow,žut
apps/frappe/frappe/core/doctype/doctype/doctype.py +563,Is Published Field must be a valid fieldname,Objavljen je na terenu mora biti važeća Naziv Polja
apps/frappe/frappe/core/doctype/doctype/doctype.py +567,Is Published Field must be a valid fieldname,Objavljen je na terenu mora biti važeća Naziv Polja
apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,Prenesi Prilog apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,Prenesi Prilog
DocType: Block Module,Block Module,Blok modula DocType: Block Module,Block Module,Blok modula
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,Izvoz Template apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,Izvoz Template
@@ -286,7 +287,7 @@ DocType: Email Account,Total number of emails to sync in initial sync process ,U
DocType: Website Settings,Set Banner from Image,Postavite banner sa slike DocType: Website Settings,Set Banner from Image,Postavite banner sa slike
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,globalnu potragu apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,globalnu potragu
DocType: Email Account,SparkPost,SparkPost DocType: Email Account,SparkPost,SparkPost
apps/frappe/frappe/templates/emails/new_user.html +3,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/emails/new_user.html +2,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 +178,Instructions Emailed,instrukcije Email-ovani apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,instrukcije Email-ovani
apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),Unesite E-mail Primalac (e) apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),Unesite E-mail Primalac (e)
DocType: Print Format,Verdana,Verdana DocType: Print Format,Verdana,Verdana
@@ -352,7 +353,7 @@ apps/frappe/frappe/utils/nestedset.py +218,Merging is only possible between Grou
apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},Dodano {0} apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},Dodano {0}
apps/frappe/frappe/www/search.html +28,No matching records. Search something new,Nema odgovarajućih zapisa. Pretraga nešto novo apps/frappe/frappe/www/search.html +28,No matching records. Search something new,Nema odgovarajućih zapisa. Pretraga nešto novo
DocType: Currency,Fraction Units,Frakcije Jedinice DocType: Currency,Fraction Units,Frakcije Jedinice
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +431,{0} from {1} to {2},{0} od {1} na {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +433,{0} from {1} to {2},{0} od {1} na {2}
DocType: Communication,Type,Vrsta DocType: Communication,Type,Vrsta
DocType: Authentication Log,Subject,Predmet DocType: Authentication Log,Subject,Predmet
DocType: Web Form,Amount Based On Field,Iznos po osnovu Field DocType: Web Form,Amount Based On Field,Iznos po osnovu Field
@@ -365,10 +366,10 @@ DocType: Workflow State,plane,avion
apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","Ako upload nove rekorde, ""Imenovanje Serija"" postaje obavezna, ako je prisutan." apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","Ako upload nove rekorde, ""Imenovanje Serija"" postaje obavezna, ako je prisutan."
apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,Dobij upozorenja za Danas apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,Dobij upozorenja za Danas
apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,Vrstu dokumenta moze preimenovati samo Administrator apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,Vrstu dokumenta moze preimenovati samo Administrator
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +442,changed value of {0},promijenjenih vrijednosti od {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +444,changed value of {0},promijenjenih vrijednosti od {0}
DocType: Report,JSON,JSON DocType: Report,JSON,JSON
apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,Molimo provjerite svoj e-mail za verifikaciju apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,Molimo provjerite svoj e-mail za verifikaciju
apps/frappe/frappe/core/doctype/doctype/doctype.py +509,Fold can not be at the end of the form,Fold ne može biti na kraju obrasca
apps/frappe/frappe/core/doctype/doctype/doctype.py +513,Fold can not be at the end of the form,Fold ne može biti na kraju obrasca
DocType: Communication,Bounced,Odbijeno DocType: Communication,Bounced,Odbijeno
DocType: Deleted Document,Deleted Name,Deleted ime DocType: Deleted Document,Deleted Name,Deleted ime
apps/frappe/frappe/config/setup.py +14,System and Website Users,Korisnici sustava i web stranice apps/frappe/frappe/config/setup.py +14,System and Website Users,Korisnici sustava i web stranice
@@ -376,25 +377,26 @@ DocType: Workflow Document State,Doc Status,Doc status
DocType: Auto Email Report,No of Rows (Max 500),Ne redaka (Max 500) DocType: Auto Email Report,No of Rows (Max 500),Ne redaka (Max 500)
DocType: Language,Language Code,Jezik Kod DocType: Language,Language Code,Jezik Kod
apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","Vaš preuzimanje se gradi, to može potrajati nekoliko trenutaka ..." apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","Vaš preuzimanje se gradi, to može potrajati nekoliko trenutaka ..."
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +23,Add Filter,Dodaj Filter
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +21,Add Filter,Dodaj Filter
apps/frappe/frappe/www/feedback.html +23,Your rating: ,Vaša ocjena: apps/frappe/frappe/www/feedback.html +23,Your rating: ,Vaša ocjena:
apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} {1} i apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} {1} i
DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Uvek dodajte &quot;Nacrt&quot; Heading za štampanje nacrta dokumenata DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Uvek dodajte &quot;Nacrt&quot; Heading za štampanje nacrta dokumenata
apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,E-mail je označena kao spam apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,E-mail je označena kao spam
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,Podešavanja&gt; Korisnik
DocType: About Us Settings,Website Manager,Web Manager DocType: About Us Settings,Website Manager,Web Manager
apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,Ste odabrali Nacrt ili Otkazano dokumenata apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,Ste odabrali Nacrt ili Otkazano dokumenata
apps/frappe/frappe/model/document.py +1044,Document Queued,dokument redu za slanje apps/frappe/frappe/model/document.py +1044,Document Queued,dokument redu za slanje
DocType: GSuite Templates,Destination ID,Destinacija ID DocType: GSuite Templates,Destination ID,Destinacija ID
DocType: Desktop Icon,List,popis DocType: Desktop Icon,List,popis
DocType: Communication,Link Name,link ime DocType: Communication,Link Name,link ime
apps/frappe/frappe/core/doctype/doctype/doctype.py +433,Field {0} in row {1} cannot be hidden and mandatory without default,Polje {0} je u redu {1} ne može biti skriven i obavezno bez defaultu
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Field {0} in row {1} cannot be hidden and mandatory without default,Polje {0} je u redu {1} ne može biti skriven i obavezno bez defaultu
DocType: System Settings,mm/dd/yyyy,dd / mm / gggg DocType: System Settings,mm/dd/yyyy,dd / mm / gggg
apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,Nevažeći Lozinka: apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,Nevažeći Lozinka:
DocType: Print Settings,Send document web view link in email,Pošalji dokument web pogled link u e-mail DocType: Print Settings,Send document web view link in email,Pošalji dokument web pogled link u e-mail
apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,Vaše povratne informacije za dokument {0} je uspješno sačuvan apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,Vaše povratne informacije za dokument {0} je uspješno sačuvan
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,prijašnji apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,prijašnji
apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,Re: apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,Re:
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +496,{0} rows for {1},{0} redova za {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +498,{0} rows for {1},{0} redova za {1}
DocType: Currency,"Sub-currency. For e.g. ""Cent""",Sub-valuta. Za npr. &quot;centi&quot; DocType: Currency,"Sub-currency. For e.g. ""Cent""",Sub-valuta. Za npr. &quot;centi&quot;
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,Odaberite dodate datoteke apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,Odaberite dodate datoteke
DocType: Letter Head,Check this to make this the default letter head in all prints,Provjerite to napraviti ovu glavu zadani slovo u svim otisaka DocType: Letter Head,Check this to make this the default letter head in all prints,Provjerite to napraviti ovu glavu zadani slovo u svim otisaka
@@ -417,7 +419,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +5,
DocType: Event,Wednesday,Srijeda DocType: Event,Wednesday,Srijeda
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","Osim prava pristupa koja su prethodno definisana rolama, možemo dodijeliti prava pristupa na nivou vrste dokumenta." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","Osim prava pristupa koja su prethodno definisana rolama, možemo dodijeliti prava pristupa na nivou vrste dokumenta."
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","Ta prava će se primjenjivati za sve transakcije u kojima je dozvoljeni zapis povezan. Npr. Ako je firmi C dodat korisnik x sa njegovim pravom pristupa, taj korisnik ce samo moci da gleda transakcije koje je izvrsila firma C" apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","Ta prava će se primjenjivati za sve transakcije u kojima je dozvoljeni zapis povezan. Npr. Ako je firmi C dodat korisnik x sa njegovim pravom pristupa, taj korisnik ce samo moci da gleda transakcije koje je izvrsila firma C"
apps/frappe/frappe/core/doctype/doctype/doctype.py +554,Image field must be a valid fieldname,polje Slika mora biti valjan Naziv Polja
apps/frappe/frappe/core/doctype/doctype/doctype.py +558,Image field must be a valid fieldname,polje Slika mora biti valjan Naziv Polja
DocType: OAuth Client,Token,žeton DocType: OAuth Client,Token,žeton
DocType: Property Setter,ID (name) of the entity whose property is to be set,ID (ime) subjekta čiji je objekt se postaviti DocType: Property Setter,ID (name) of the entity whose property is to be set,ID (ime) subjekta čiji je objekt se postaviti
apps/frappe/frappe/limits.py +82,"To renew, {0}.","Da biste obnovili, {0}." apps/frappe/frappe/limits.py +82,"To renew, {0}.","Da biste obnovili, {0}."
@@ -426,7 +428,7 @@ DocType: Web Form,Sidebar Items,Bočna Stavke
apps/frappe/frappe/installer.py +125,App {0} already installed,App {0} već instaliran apps/frappe/frappe/installer.py +125,App {0} already installed,App {0} već instaliran
DocType: Workflow State,exclamation-sign,usklik-znak DocType: Workflow State,exclamation-sign,usklik-znak
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,Pokaži Dozvole apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,Pokaži Dozvole
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a Link or Dynamic Link,Timeline polje mora biti Link ili Dynamic Link
apps/frappe/frappe/core/doctype/doctype/doctype.py +578,Timeline field must be a Link or Dynamic Link,Timeline polje mora biti Link ili Dynamic Link
apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,Datum Range apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,Datum Range
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,Gantt apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,Gantt
apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},Strana {0} od {1} apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},Strana {0} od {1}
@@ -456,18 +458,18 @@ DocType: Workflow State,music,muzika
DocType: Web Page,Settings,Podešavanja DocType: Web Page,Settings,Podešavanja
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,Navedite vrstu dokumenata apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,Navedite vrstu dokumenata
DocType: Print Format,Style Settings,Stil Postavke DocType: Print Format,Style Settings,Stil Postavke
apps/frappe/frappe/core/doctype/doctype/doctype.py +585,Sort field {0} must be a valid fieldname,Sortiranje polje {0} mora biti valjan Naziv Polja
apps/frappe/frappe/core/doctype/doctype/doctype.py +589,Sort field {0} must be a valid fieldname,Sortiranje polje {0} mora biti valjan Naziv Polja
apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,Više apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,Više
DocType: Contact,Sales Manager,Sales Manager DocType: Contact,Sales Manager,Sales Manager
apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,preimenovati apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,preimenovati
DocType: Print Format,Format Data,Format Data DocType: Print Format,Format Data,Format Data
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Like,Kao
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Like,Kao
DocType: Customize Form Field,Customize Form Field,Prilagodba polja obrasca DocType: Customize Form Field,Customize Form Field,Prilagodba polja obrasca
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,Dopusti korisnika apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,Dopusti korisnika
DocType: OAuth Client,Grant Type,Grant Tip DocType: OAuth Client,Grant Type,Grant Tip
apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,Provjerite koji dokumenti su čitljivi od strane Korisnika apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,Provjerite koji dokumenti su čitljivi od strane Korisnika
apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,Broj aplikacija nije dozvoljeno apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,Broj aplikacija nije dozvoljeno
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,use % as wildcard,koristiti% kao zamjenski
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +230,use % as wildcard,koristiti% kao zamjenski
apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","E-mail domena nije konfigurirana za ovaj nalog, Napravi jedan?" apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","E-mail domena nije konfigurirana za ovaj nalog, Napravi jedan?"
DocType: User,Reset Password Key,Reset Password ključ DocType: User,Reset Password Key,Reset Password ključ
DocType: Email Account,Enable Auto Reply,Enable Auto Odgovor DocType: Email Account,Enable Auto Reply,Enable Auto Odgovor
@@ -492,11 +494,12 @@ apps/frappe/frappe/model/document.py +574,Cannot change docstatus from 1 to 0,Ne
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,Take Backup Now apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,Take Backup Now
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,Dobrodošli apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,Dobrodošli
apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,Instalirane aplikacije apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,Instalirane aplikacije
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,Podešavanje&gt; Menadžer dozvola korisnika
DocType: Contact,Open,Otvoreno DocType: Contact,Open,Otvoreno
DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,Definira radnji na državama i sljedeći korak i dozvoljeno uloge. DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,Definira radnji na državama i sljedeći korak i dozvoljeno uloge.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","Kao najbolje prakse , ne dodijeliti isti set pravila dopuštenje za različite uloge . Umjesto toga , postavite više uloga istom korisniku ." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","Kao najbolje prakse , ne dodijeliti isti set pravila dopuštenje za različite uloge . Umjesto toga , postavite više uloga istom korisniku ."
DocType: Web Form,Message to be displayed on successful completion,Poruka će se prikazivati na uspješnom završetku DocType: Web Form,Message to be displayed on successful completion,Poruka će se prikazivati na uspješnom završetku
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +42,Only {0} emailed reports are allowed per user,Samo {0} poslana izvještaji su dozvoljeni po korisniku
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +43,Only {0} emailed reports are allowed per user,Samo {0} poslana izvještaji su dozvoljeni po korisniku
DocType: Address,Address Title,Naziv adrese DocType: Address,Address Title,Naziv adrese
DocType: Website Settings,Footer Items,Footer Proizvodi DocType: Website Settings,Footer Items,Footer Proizvodi
apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,zahtjev Feedback apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,zahtjev Feedback
@@ -511,7 +514,7 @@ DocType: DocField,Set Only Once,Postaviti samo jednom
DocType: Email Queue Recipient,Email Queue Recipient,E-mail Queue Primalac DocType: Email Queue Recipient,Email Queue Recipient,E-mail Queue Primalac
DocType: Address,Nagaland,Nagaland DocType: Address,Nagaland,Nagaland
apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,Korisničko {0} već postoji apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,Korisničko {0} već postoji
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set import as {1} is not importable,{0} : Ne može se uvesti kao {1} nije za uvoz
apps/frappe/frappe/core/doctype/doctype/doctype.py +733,{0}: Cannot set import as {1} is not importable,{0} : Ne može se uvesti kao {1} nije za uvoz
apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},Postoji greška u vašem Adresa Template {0} apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},Postoji greška u vašem Adresa Template {0}
DocType: Footer Item,"target = ""_blank""",target = &quot;_blank&quot; DocType: Footer Item,"target = ""_blank""",target = &quot;_blank&quot;
DocType: Workflow State,hdd,HDD DocType: Workflow State,hdd,HDD
@@ -523,7 +526,7 @@ DocType: Communication,From Full Name,Od Ime i prezime
apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},Nemate pristup Izvjestaju: {0} apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},Nemate pristup Izvjestaju: {0}
DocType: User,Send Welcome Email,Pošalji Dobrodošli Email DocType: User,Send Welcome Email,Pošalji Dobrodošli Email
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,Pošalji CSV datoteku koja sadrži sve korisničke dozvole u istom obliku kao preuzimanje. apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,Pošalji CSV datoteku koja sadrži sve korisničke dozvole u istom obliku kao preuzimanje.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +449,Remove Filter,Ukloni filter
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +450,Remove Filter,Ukloni filter
DocType: Address,Daman and Diu,Daman and Diu DocType: Address,Daman and Diu,Daman and Diu
DocType: Address,Personal,Osobno DocType: Address,Personal,Osobno
apps/frappe/frappe/config/setup.py +113,Bulk Rename,Bulk Rename apps/frappe/frappe/config/setup.py +113,Bulk Rename,Bulk Rename
@@ -553,13 +556,12 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.js +33,Send
apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","Standard DocType ne mogu imati zadani format za ispis, koristite Customize obrazac" apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","Standard DocType ne mogu imati zadani format za ispis, koristite Customize obrazac"
DocType: Report,Query,Upit DocType: Report,Query,Upit
DocType: DocType,Sort Order,Poredak sortiranja DocType: DocType,Sort Order,Poredak sortiranja
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,'In List View' not allowed for type {0} in row {1},"' Prikaz liste "" nije dozvoljen za vrstu {0} u redu {1}"
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In List View' not allowed for type {0} in row {1},"' Prikaz liste "" nije dozvoljen za vrstu {0} u redu {1}"
DocType: Custom Field,Select the label after which you want to insert new field.,Odaberite oznaku nakon što želite umetnuti novo polje. DocType: Custom Field,Select the label after which you want to insert new field.,Odaberite oznaku nakon što želite umetnuti novo polje.
,Document Share Report,Izvještaj o dijeljenu dokumenata ,Document Share Report,Izvještaj o dijeljenu dokumenata
DocType: User,Last Login,Zadnja prijava DocType: User,Last Login,Zadnja prijava
apps/frappe/frappe/core/doctype/doctype/doctype.py +600,Fieldname is required in row {0},"Podataka, Naziv Polja je potrebno u redu {0}"
apps/frappe/frappe/core/doctype/doctype/doctype.py +604,Fieldname is required in row {0},"Podataka, Naziv Polja je potrebno u redu {0}"
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,Kolona apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,Kolona
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,Molimo da podesite podrazumevani nalog e-pošte iz Setup-a&gt; E-pošta&gt; E-poštni nalog
DocType: Custom Field,Adds a custom field to a DocType,Dodaje prilagođeno polje u vrstu dokumenta DocType: Custom Field,Adds a custom field to a DocType,Dodaje prilagođeno polje u vrstu dokumenta
DocType: File,Is Home Folder,Je dom Folder DocType: File,Is Home Folder,Je dom Folder
apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} nije valjana e-mail adresa apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} nije valjana e-mail adresa
@@ -583,7 +585,7 @@ DocType: File,Folder,Fascikla
DocType: DocField,Index,Index DocType: DocField,Index,Index
DocType: Email Group,Newsletter Manager,Newsletter Menadžer DocType: Email Group,Newsletter Manager,Newsletter Menadžer
apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,Opcija 1 apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,Opcija 1
apps/frappe/frappe/public/js/frappe/form/formatters.js +124,{0} to {1},{0} do {1}
apps/frappe/frappe/public/js/frappe/form/formatters.js +129,{0} to {1},{0} do {1}
apps/frappe/frappe/config/setup.py +89,Log of error during requests.,Prijavite greške prilikom zahtjeva. apps/frappe/frappe/config/setup.py +89,Log of error during requests.,Prijavite greške prilikom zahtjeva.
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} je uspješno dodan na mail Grupe. apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} je uspješno dodan na mail Grupe.
DocType: Address,Uttar Pradesh,Uttar Pradesh DocType: Address,Uttar Pradesh,Uttar Pradesh
@@ -593,7 +595,7 @@ apps/frappe/frappe/email/doctype/newsletter/newsletter.py +30,Scheduled to send
DocType: Kanban Board Column,Indicator,pokazatelj DocType: Kanban Board Column,Indicator,pokazatelj
DocType: DocShare,Everyone,Svi DocType: DocShare,Everyone,Svi
DocType: Workflow State,backward,Nazad DocType: Workflow State,backward,Nazad
apps/frappe/frappe/core/doctype/doctype/doctype.py +676,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: Samo jedno pravilo je dozvoljeno u jednoj roli, nivo i {1}"
apps/frappe/frappe/core/doctype/doctype/doctype.py +680,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: Samo jedno pravilo je dozvoljeno u jednoj roli, nivo i {1}"
DocType: Email Queue,Add Unsubscribe Link,Dodaj link za odjavu DocType: Email Queue,Add Unsubscribe Link,Dodaj link za odjavu
apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,Još nema komentara. Započnite novu raspravu. apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,Još nema komentara. Započnite novu raspravu.
DocType: Workflow State,share,udio DocType: Workflow State,share,udio
@@ -632,7 +634,7 @@ apps/frappe/frappe/printing/doctype/print_format/print_format.py +80,{0} is now
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,Arhivirani Kolumne apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,Arhivirani Kolumne
DocType: Email Account,Default Outgoing,Uobičajeno Odlazni DocType: Email Account,Default Outgoing,Uobičajeno Odlazni
DocType: Workflow State,play,igrati DocType: Workflow State,play,igrati
apps/frappe/frappe/templates/emails/new_user.html +5,Click on the link below to complete your registration and set a new password,Kliknite na link ispod da završite registraciju i postaviti novu lozinku
apps/frappe/frappe/templates/emails/new_user.html +4,Click on the link below to complete your registration and set a new password,Kliknite na link ispod da završite registraciju i postaviti novu lozinku
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,Nije dodano apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,Nije dodano
apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,Ne-mail Accounts Assigned apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,Ne-mail Accounts Assigned
DocType: Contact Us Settings,Contact Us Settings,Kontaktirajte nas Settings DocType: Contact Us Settings,Contact Us Settings,Kontaktirajte nas Settings
@@ -653,12 +655,12 @@ apps/frappe/frappe/core/page/user_permissions/user_permissions.js +127,Upload Us
DocType: Dropbox Settings,App Secret Key,App tajni ključ DocType: Dropbox Settings,App Secret Key,App tajni ključ
apps/frappe/frappe/config/website.py +7,Web Site,Web stranice apps/frappe/frappe/config/website.py +7,Web Site,Web stranice
apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,Označene stavke će biti prikazan na radnoj površini apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,Označene stavke će biti prikazan na radnoj površini
apps/frappe/frappe/core/doctype/doctype/doctype.py +719,{0} cannot be set for Single types,{0} se ne može postaviti za jedinicne vrste
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0} cannot be set for Single types,{0} se ne može postaviti za jedinicne vrste
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Kanban odbor {0} ne postoji. apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Kanban odbor {0} ne postoji.
apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} trenutno gledate ovaj dokument apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} trenutno gledate ovaj dokument
DocType: ToDo,Assigned By Full Name,Dodijeljen od strane Ime i prezime DocType: ToDo,Assigned By Full Name,Dodijeljen od strane Ime i prezime
apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} ažurirana apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} ažurirana
apps/frappe/frappe/core/doctype/doctype/doctype.py +709,Report cannot be set for Single types,Izvještaj se ne može postaviti za vrste
apps/frappe/frappe/core/doctype/doctype/doctype.py +713,Report cannot be set for Single types,Izvještaj se ne može postaviti za vrste
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} dana apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} dana
DocType: Email Account,Awaiting Password,čeka lozinke DocType: Email Account,Awaiting Password,čeka lozinke
DocType: Address,Address Line 1,Adresa - linija 1 DocType: Address,Address Line 1,Adresa - linija 1
@@ -708,7 +710,7 @@ DocType: Feedback Trigger,"To add dynamic subject, use jinja tags like
apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,App {0} uklonjen apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,App {0} uklonjen
DocType: Custom DocPerm,Apply User Permissions,Primjeni dozvole korisnika DocType: Custom DocPerm,Apply User Permissions,Primjeni dozvole korisnika
DocType: User,Modules HTML,Moduli HTML DocType: User,Modules HTML,Moduli HTML
apps/frappe/frappe/public/js/frappe/ui/field_group.js +82,Missing Values Required,Nedostaje vrijednosti potrebne
apps/frappe/frappe/public/js/frappe/ui/field_group.js +96,Missing Values Required,Nedostaje vrijednosti potrebne
DocType: DocType,Other Settings,Ostale postavke DocType: DocType,Other Settings,Ostale postavke
DocType: Social Login Keys,Frappe,frape DocType: Social Login Keys,Frappe,frape
apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,Označi kao nepročitano apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,Označi kao nepročitano
@@ -762,7 +764,7 @@ DocType: Event,orange,narandža
apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,Nije našao {0} apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,Nije našao {0}
apps/frappe/frappe/config/setup.py +242,Add custom forms.,Dodaj prilagođenu formu. apps/frappe/frappe/config/setup.py +242,Add custom forms.,Dodaj prilagođenu formu.
apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} u {2} apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} u {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +419,submitted this document,dostavio ovaj dokument
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,submitted this document,dostavio ovaj dokument
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,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. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,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: Communication,CC,CC
DocType: Country,Geo,Geo DocType: Country,Geo,Geo
@@ -812,7 +814,7 @@ DocType: DocType,Hide Toolbar,Sakrij alatnu traku
DocType: User,Last Active,Zadnji put DocType: User,Last Active,Zadnji put
DocType: Email Account,SMTP Settings for outgoing emails,SMTP postavke za odlazne e-pošte DocType: Email Account,SMTP Settings for outgoing emails,SMTP postavke za odlazne e-pošte
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,Uvoz nije uspjelo apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,Uvoz nije uspjelo
apps/frappe/frappe/templates/emails/password_update.html +3,Your password has been updated. Here is your new password,Vaša lozinka je ažurirana. Ovdje je svoju novu lozinku
apps/frappe/frappe/templates/emails/password_update.html +2,Your password has been updated. Here is your new password,Vaša lozinka je ažurirana. Ovdje je svoju novu lozinku
DocType: Email Account,Auto Reply Message,Auto poruka odgovora DocType: Email Account,Auto Reply Message,Auto poruka odgovora
DocType: Feedback Trigger,Condition,Stanje DocType: Feedback Trigger,Condition,Stanje
apps/frappe/frappe/utils/data.py +546,{0} hours ago,{0} sata apps/frappe/frappe/utils/data.py +546,{0} hours ago,{0} sata
@@ -820,7 +822,6 @@ apps/frappe/frappe/utils/data.py +556,1 month ago,prije 1 mjesec
DocType: Contact,User ID,Korisnički ID DocType: Contact,User ID,Korisnički ID
DocType: Communication,Sent,Poslano DocType: Communication,Sent,Poslano
DocType: Address,Kerala,Kerala DocType: Address,Kerala,Kerala
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} godinu dana
DocType: File,Lft,LFT DocType: File,Lft,LFT
DocType: User,Simultaneous Sessions,Simultano Sessions DocType: User,Simultaneous Sessions,Simultano Sessions
DocType: OAuth Client,Client Credentials,akreditiva klijent DocType: OAuth Client,Client Credentials,akreditiva klijent
@@ -837,7 +838,7 @@ DocType: Email Queue,Unsubscribe Method,Odjava Način
DocType: GSuite Templates,Related DocType,Povezani DocType DocType: GSuite Templates,Related DocType,Povezani DocType
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,Uredi za dodavanje sadržaja apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,Uredi za dodavanje sadržaja
apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,Izaberite jezike apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,Izaberite jezike
apps/frappe/frappe/__init__.py +517,No permission for {0},Bez dozvole za {0}
apps/frappe/frappe/__init__.py +518,No permission for {0},Bez dozvole za {0}
DocType: DocType,Advanced,Napredan DocType: DocType,Advanced,Napredan
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,Izgleda API ključ ili API Tajna je u pravu !!! apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,Izgleda API ključ ili API Tajna je u pravu !!!
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},{0} {1}: Reference apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},{0} {1}: Reference
@@ -869,14 +870,14 @@ DocType: Custom DocPerm,Additional Permissions,Dodatne dozvole
DocType: Email Account,Always use Account's Email Address as Sender,Uvijek koristite račun e-mail adresa kao Sender DocType: Email Account,Always use Account's Email Address as Sender,Uvijek koristite račun e-mail adresa kao Sender
apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,Prijava na komentar apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,Prijava na komentar
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,Start unosa podataka ispod ove linije apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,Start unosa podataka ispod ove linije
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +474,changed values for {0},promijenjenih vrijednosti za {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +476,changed values for {0},promijenjenih vrijednosti za {0}
DocType: Workflow State,retweet,retweet DocType: Workflow State,retweet,retweet
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,Odredite vrijednost polja apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,Odredite vrijednost polja
DocType: Report,Disabled,Ugašeno DocType: Report,Disabled,Ugašeno
DocType: Workflow State,eye-close,oka u blizini DocType: Workflow State,eye-close,oka u blizini
DocType: OAuth Provider Settings,OAuth Provider Settings,OAuth Provider Postavke DocType: OAuth Provider Settings,OAuth Provider Settings,OAuth Provider Postavke
apps/frappe/frappe/config/setup.py +254,Applications,Prijave apps/frappe/frappe/config/setup.py +254,Applications,Prijave
apps/frappe/frappe/public/js/frappe/request.js +349,Report this issue,Prijavite ovaj problem
apps/frappe/frappe/public/js/frappe/request.js +353,Report this issue,Prijavite ovaj problem
apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,Ime je potrebno apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,Ime je potrebno
DocType: Custom Script,Adds a custom script (client or server) to a DocType,Dodaje prilagođenu skriptu (klijent ili server) u vrstu dokumenta DocType: Custom Script,Adds a custom script (client or server) to a DocType,Dodaje prilagođenu skriptu (klijent ili server) u vrstu dokumenta
DocType: Address,City/Town,Grad / Mjesto DocType: Address,City/Town,Grad / Mjesto
@@ -960,7 +961,7 @@ DocType: Web Form,Actions,Akcije
DocType: Workflow State,align-justify,poravnanje-jednako DocType: Workflow State,align-justify,poravnanje-jednako
DocType: User,Middle Name (Optional),Krsno ime (opcionalno) DocType: User,Middle Name (Optional),Krsno ime (opcionalno)
apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,Ne Dozvoljena apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,Ne Dozvoljena
apps/frappe/frappe/public/js/frappe/ui/field_group.js +83,Following fields have missing values:,Nakon polja imaju nedostajućih vrijednosti:
apps/frappe/frappe/public/js/frappe/ui/field_group.js +97,Following fields have missing values:,Nakon polja imaju nedostajućih vrijednosti:
apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,Nemate dovoljno dozvole za završetak akcije apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,Nemate dovoljno dozvole za završetak akcije
apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,nema Rezultati apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,nema Rezultati
DocType: System Settings,Security,Sigurnost DocType: System Settings,Security,Sigurnost
@@ -1003,7 +1004,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js +133,Hide Details,Sakrij deta
DocType: Workflow State,Tasks,zadataka DocType: Workflow State,Tasks,zadataka
DocType: Event,Tuesday,Utorak DocType: Event,Tuesday,Utorak
DocType: Blog Settings,Blog Settings,Blog podešavanja DocType: Blog Settings,Blog Settings,Blog podešavanja
apps/frappe/frappe/templates/emails/new_user.html +17,You can also copy-paste this link in your browser,Također možete copy-paste ovaj link u vašem pregledniku
apps/frappe/frappe/templates/emails/new_user.html +16,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 DocType: Workflow State,bullhorn,bullhorn
DocType: Social Login Keys,Facebook Client Secret,Facebook Client Secret DocType: Social Login Keys,Facebook Client Secret,Facebook Client Secret
DocType: Footer Item,Target,Meta DocType: Footer Item,Target,Meta
@@ -1015,12 +1016,12 @@ DocType: ToDo,Due Date,Datum dospijeća
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,prvi dan u tromjesečju apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,prvi dan u tromjesečju
DocType: Social Login Keys,Google Client Secret,Google - tajna klijenta DocType: Social Login Keys,Google Client Secret,Google - tajna klijenta
DocType: Website Settings,Hide Footer Signup,Sakrij Footer Prijavite DocType: Website Settings,Hide Footer Signup,Sakrij Footer Prijavite
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,cancelled this document,otkazan ovaj dokument
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +423,cancelled this document,otkazan ovaj dokument
apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,Napišite Python datoteku u istu mapu gdje je spremljena i povratka stupcu i rezultat. apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,Napišite Python datoteku u istu mapu gdje je spremljena i povratka stupcu i rezultat.
DocType: DocType,Sort Field,Sortiraj polje DocType: DocType,Sort Field,Sortiraj polje
DocType: Razorpay Settings,Razorpay Settings,Razorpay Postavke DocType: Razorpay Settings,Razorpay Settings,Razorpay Postavke
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +445,Edit Filter,Edit Filter
apps/frappe/frappe/core/doctype/doctype/doctype.py +415,Field {0} of type {1} cannot be mandatory,Polje {0} tipa {1} ne može biti obvezno
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +446,Edit Filter,Edit Filter
apps/frappe/frappe/core/doctype/doctype/doctype.py +419,Field {0} of type {1} cannot be mandatory,Polje {0} tipa {1} ne može biti obvezno
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,Dodaj još apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,Dodaj još
apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,sakrij grafikon apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,sakrij grafikon
DocType: System Settings,Session Expiry Mobile,Session Istek Mobile DocType: System Settings,Session Expiry Mobile,Session Istek Mobile
@@ -1061,7 +1062,7 @@ DocType: Address,Contacts,Kontakti
DocType: System Settings,Setup Complete,Podešavanje je okončano DocType: System Settings,Setup Complete,Podešavanje je okončano
apps/frappe/frappe/config/setup.py +66,Report of all document shares,Izvještaj svih dijeljenih dokumenata apps/frappe/frappe/config/setup.py +66,Report of all document shares,Izvještaj svih dijeljenih dokumenata
apps/frappe/frappe/www/update-password.html +18,New Password,Nova lozinka apps/frappe/frappe/www/update-password.html +18,New Password,Nova lozinka
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +73,Filter {0} missing,Filter {0} nedostaje
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +74,Filter {0} missing,Filter {0} nedostaje
apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,Žao mi je! Ne možete izbrisati automatski generišu komentare apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,Žao mi je! Ne možete izbrisati automatski generišu komentare
DocType: Website Theme,Style using CSS,Stil pomoću CSS DocType: Website Theme,Style using CSS,Stil pomoću CSS
apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,Referentna DOCTYPEhtml apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,Referentna DOCTYPEhtml
@@ -1126,7 +1127,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +127,Help on Searc
apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,Registrovan ali sa invaliditetom apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,Registrovan ali sa invaliditetom
DocType: DocType,Hide Copy,Sakrij kopiju DocType: DocType,Hide Copy,Sakrij kopiju
apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,Poništi sve uloge apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,Poništi sve uloge
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +114,{0} generated on {1},{0} generated on {1}
apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} mora biti jedinstvena apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} mora biti jedinstvena
apps/frappe/frappe/permissions.py +274,Row,Red apps/frappe/frappe/permissions.py +274,Row,Red
DocType: DocType,Track Changes,Track Changes DocType: DocType,Track Changes,Track Changes
@@ -1177,11 +1177,11 @@ DocType: User,Github User ID,GitHub korisnički ID
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,Ako Document Type apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,Ako Document Type
apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","Ne možete izbrisati ili otkazati jer {0} <a href=""#Form/{0}/{1}"">{1}</a> je povezan s {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}" apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","Ne možete izbrisati ili otkazati jer {0} <a href=""#Form/{0}/{1}"">{1}</a> je povezan s {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}"
apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},Nepoznata aplikacija {0} apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},Nepoznata aplikacija {0}
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +48,"%s is not a valid report format. Report format should \
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +49,"%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 one of the following %s",% S nije važeći izvještaj formatu. Izvještaj format treba \ jedan od sledećih% s
DocType: Communication,Chat,Chat DocType: Communication,Chat,Chat
apps/frappe/frappe/core/doctype/doctype/doctype.py +408,Fieldname {0} appears multiple times in rows {1},"Podataka, Naziv Polja {0} se pojavljuje više puta u redovima {1}"
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +460,{0} from {1} to {2} in row #{3},{0} od {1} na {2} u nizu # {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +412,Fieldname {0} appears multiple times in rows {1},"Podataka, Naziv Polja {0} se pojavljuje više puta u redovima {1}"
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +462,{0} from {1} to {2} in row #{3},{0} od {1} na {2} u nizu # {3}
DocType: Communication,Expired,Istekla DocType: Communication,Expired,Istekla
DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),Broj kolona za polje u Grid (Ukupno kolone u mrežu treba biti manji od 11) DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),Broj kolona za polje u Grid (Ukupno kolone u mrežu treba biti manji od 11)
DocType: DocType,System,Sustav DocType: DocType,System,Sustav
@@ -1196,7 +1196,7 @@ DocType: Help Article,Likes,Like
DocType: Website Settings,Top Bar,Najbolje Bar DocType: Website Settings,Top Bar,Najbolje Bar
DocType: GSuite Settings,Script Code,Script koda DocType: GSuite Settings,Script Code,Script koda
apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,Stvoriti korisnika E-mail apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,Stvoriti korisnika E-mail
apps/frappe/frappe/core/doctype/doctype/doctype.py +647,No Permissions Specified,No Dozvole navedeno
apps/frappe/frappe/core/doctype/doctype/doctype.py +651,No Permissions Specified,No Dozvole navedeno
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,Globalne postavke: Korisnici će biti u mogućnosti da biraju pregledava ikone apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,Globalne postavke: Korisnici će biti u mogućnosti da biraju pregledava ikone
apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} nije pronađen apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} nije pronađen
DocType: Custom Role,Custom Role,Custom Uloga DocType: Custom Role,Custom Role,Custom Uloga
@@ -1208,12 +1208,12 @@ DocType: Dropbox Settings,Dropbox Access Secret,Dropbox tajni pristup
apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,Dodali još jedan komentar apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,Dodali još jedan komentar
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,Uredi DocType apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,Uredi DocType
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,Odjavljeni iz Newsletter apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,Odjavljeni iz Newsletter
apps/frappe/frappe/core/doctype/doctype/doctype.py +507,Fold must come before a Section Break,Fold mora doći pred Odjelom Break
apps/frappe/frappe/core/doctype/doctype/doctype.py +511,Fold must come before a Section Break,Fold mora doći pred Odjelom Break
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,U razvoju apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,U razvoju
apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,Zadnja izmjena Do apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,Zadnja izmjena Do
DocType: Workflow State,hand-down,ruka-dole DocType: Workflow State,hand-down,ruka-dole
DocType: Address,GST State,PDV država DocType: Address,GST State,PDV država
apps/frappe/frappe/core/doctype/doctype/doctype.py +695,{0}: Cannot set Cancel without Submit,{0} : Ne mozemo Odustati prije nego potvrdimo
apps/frappe/frappe/core/doctype/doctype/doctype.py +699,{0}: Cannot set Cancel without Submit,{0} : Ne mozemo Odustati prije nego potvrdimo
DocType: Website Theme,Theme,Tema DocType: Website Theme,Theme,Tema
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,Bilo je grešaka . apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,Bilo je grešaka .
DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,Preusmjeriti URI Bound To Auth kod DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,Preusmjeriti URI Bound To Auth kod
@@ -1252,7 +1252,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +7,
apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,Dodaj komentar apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,Dodaj komentar
DocType: DocField,Mandatory,Obavezan DocType: DocField,Mandatory,Obavezan
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,Modul za izvoz apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,Modul za izvoz
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,{0}: No basic permissions set,{0} : nisu podesena osnovna prava pristupa
apps/frappe/frappe/core/doctype/doctype/doctype.py +663,{0}: No basic permissions set,{0} : nisu podesena osnovna prava pristupa
apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,Vaša pretplata ističe na {0}. apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,Vaša pretplata ističe na {0}.
apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},Preuzmite link za backup će biti poslana na sljedeće e-mail adresu: {0} apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},Preuzmite link za backup će biti poslana na sljedeće e-mail adresu: {0}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","Značenje Podnijeti, Odustani, Izmijeniti" apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","Značenje Podnijeti, Odustani, Izmijeniti"
@@ -1267,6 +1267,7 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +129,Filters sa
DocType: DocField,Percent,Postotak DocType: DocField,Percent,Postotak
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,Molimo postavite filtere apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,Molimo postavite filtere
apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,Povezan s apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,Povezan s
apps/frappe/frappe/templates/emails/auto_email_report.html +48,Edit Auto Email Report Settings,Izmenite podešavanja automatskog izveštavanja o e-pošti
DocType: Workflow State,book,knjiga DocType: Workflow State,book,knjiga
DocType: Website Settings,Landing Page,Odredišna stranica DocType: Website Settings,Landing Page,Odredišna stranica
apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,Greška u Custom Script apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,Greška u Custom Script
@@ -1275,7 +1276,7 @@ apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +132,"Import R
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,Nema dozvole postavljen za ove kriterije. apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,Nema dozvole postavljen za ove kriterije.
DocType: Auto Email Report,Auto Email Report,Auto-mail Report DocType: Auto Email Report,Auto Email Report,Auto-mail Report
apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,Max Email apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,Max Email
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +575,Delete comment?,Izbriši komentar?
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +577,Delete comment?,Izbriši komentar?
DocType: Address Template,This format is used if country specific format is not found,Ovaj format se koristi ako država specifičan format nije pronađena DocType: Address Template,This format is used if country specific format is not found,Ovaj format se koristi ako država specifičan format nije pronađena
DocType: System Settings,Allow Login using Mobile Number,Dozvolite Prijava koristeći Broj mobilnog DocType: System Settings,Allow Login using Mobile Number,Dozvolite Prijava koristeći Broj mobilnog
apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,Nemate dovoljno dozvolu da pristupite ovoj resurs. Molimo Vas da kontaktirate svog menadžera da biste dobili pristup. apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,Nemate dovoljno dozvolu da pristupite ovoj resurs. Molimo Vas da kontaktirate svog menadžera da biste dobili pristup.
@@ -1291,7 +1292,7 @@ DocType: Print Format,Monospace,Monospace
DocType: Letter Head,Printing,Štampanje DocType: Letter Head,Printing,Štampanje
DocType: Workflow State,thumbs-up,palac gore DocType: Workflow State,thumbs-up,palac gore
DocType: DocPerm,DocPerm,DocPerm DocType: DocPerm,DocPerm,DocPerm
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Precision should be between 1 and 6,Precision treba biti između 1 i 6
apps/frappe/frappe/core/doctype/doctype/doctype.py +467,Precision should be between 1 and 6,Precision treba biti između 1 i 6
apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},Fw: {0} apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},Fw: {0}
apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,i apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,i
DocType: Error Snapshot,Frames,Okviri DocType: Error Snapshot,Frames,Okviri
@@ -1304,9 +1305,10 @@ apps/frappe/frappe/utils/boilerplate.py +263,{app_title},{ Naslov_aplikacije }
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,Molimo postaviti Dropbox pristupnih tipki u vašem web config apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,Molimo postaviti Dropbox pristupnih tipki u vašem web config
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Izbriši ovaj rekord kako bi se omogućilo slanje na ovu e-mail adresu apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Izbriši ovaj rekord kako bi se omogućilo slanje na ovu e-mail adresu
apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,Samo obavezna polja su neophodni za nove rekorde. Možete izbrisati neobavezne kolone ako želite. apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,Samo obavezna polja su neophodni za nove rekorde. Možete izbrisati neobavezne kolone ako želite.
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +269,Unable to update event,Nije moguće ažurirati događaja
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +262,Unable to update event,Nije moguće ažurirati događaja
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,plaćanje Kompletna apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,plaćanje Kompletna
apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","Filter mora imati 4 vrijednosti (doctype, Naziv Polja, operater, vrijednost): {0}" apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","Filter mora imati 4 vrijednosti (doctype, Naziv Polja, operater, vrijednost): {0}"
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,Nije pronađen osnovni obrazac naslova. Molimo vas da kreirate novu od Podešavanja&gt; Štampanje i brendiranje&gt; Obrazac naslova.
apps/frappe/frappe/utils/bot.py +89,show,pokazati apps/frappe/frappe/utils/bot.py +89,show,pokazati
DocType: Address Template,Address Template,Predložak adrese DocType: Address Template,Address Template,Predložak adrese
DocType: Workflow State,text-height,tekst-visina DocType: Workflow State,text-height,tekst-visina
@@ -1359,7 +1361,6 @@ apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +6,Can Write
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Određeni dokumenti , poput fakturu , ne treba mijenjati jednom finalu . Konačno stanje za takve dokumente se zove Postavio . Možete ograničiti koje uloge mogu podnijeti ." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Određeni dokumenti , poput fakturu , ne treba mijenjati jednom finalu . Konačno stanje za takve dokumente se zove Postavio . Možete ograničiti koje uloge mogu podnijeti ."
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,Nije Vam dopušteno izvoziti ovaj izvještaj apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,Nije Vam dopušteno izvoziti ovaj izvještaj
apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 stavka odabrana apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 stavka odabrana
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Nema pronađenih rezultata za ' </p>
DocType: Newsletter,Test Email Address,Test-mail adresa DocType: Newsletter,Test Email Address,Test-mail adresa
DocType: ToDo,Sender,Pošiljaoc DocType: ToDo,Sender,Pošiljaoc
DocType: GSuite Settings,Google Apps Script,Google Apps Script DocType: GSuite Settings,Google Apps Script,Google Apps Script
@@ -1372,7 +1373,7 @@ DocType: System Settings,Allow only one session per user,Dopustite samo jedna sj
apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,Kopirajte apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,Kopirajte
apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,Početna / Test Folder 1 / Test Folder 3 apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,Početna / Test Folder 1 / Test Folder 3
DocType: Website Settings,&lt;head&gt; HTML,&lt;head&gt; HTML DocType: Website Settings,&lt;head&gt; HTML,&lt;head&gt; HTML
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +66,Select or drag across time slots to create a new event.,Odaberite ili povucite preko minutaže stvoriti novi događaj.
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +67,Select or drag across time slots to create a new event.,Odaberite ili povucite preko minutaže stvoriti novi događaj.
DocType: DocField,In Filter,U filtru DocType: DocField,In Filter,U filtru
apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban
DocType: DocType,Show in Module Section,Pokaži u modul točki DocType: DocType,Show in Module Section,Pokaži u modul točki
@@ -1393,7 +1394,7 @@ apps/frappe/frappe/email/doctype/email_account/email_account_list.js +6,Default
apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,uvoz .zip apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,uvoz .zip
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,dokument ID apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,dokument ID
DocType: Print Settings,Letter,Pismo DocType: Print Settings,Letter,Pismo
apps/frappe/frappe/core/doctype/doctype/doctype.py +556,Image field must be of type Attach Image,polje Slika mora biti tipa Priloži sliku
apps/frappe/frappe/core/doctype/doctype/doctype.py +560,Image field must be of type Attach Image,polje Slika mora biti tipa Priloži sliku
DocType: DocField,Columns,kolumne DocType: DocField,Columns,kolumne
DocType: Async Task,Succeeded,Slijedi DocType: Async Task,Succeeded,Slijedi
apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},Obavezna polja potrebni u {0} apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},Obavezna polja potrebni u {0}
@@ -1444,7 +1445,7 @@ DocType: DocField,Text Editor,Tekst Editor
apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,Podešavanja za O nama stranicu. apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,Podešavanja za O nama stranicu.
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,Edit Custom HTML apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,Edit Custom HTML
DocType: Error Snapshot,Error Snapshot,Greška Snapshot DocType: Error Snapshot,Error Snapshot,Greška Snapshot
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,In,U
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,In,U
DocType: Email Alert,Value Change,Vrijednost Promjena DocType: Email Alert,Value Change,Vrijednost Promjena
DocType: Standard Reply,Standard Reply,Standardna Odgovor DocType: Standard Reply,Standard Reply,Standardna Odgovor
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,Širina okvir za unos apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,Širina okvir za unos
@@ -1464,12 +1465,11 @@ apps/frappe/frappe/public/js/frappe/views/communication.js +82,Select Attachment
apps/frappe/frappe/model/naming.py +94, for {0},za {0} apps/frappe/frappe/model/naming.py +94, for {0},za {0}
apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,Bilo je grešaka. Molimo prijavite ovo. apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,Bilo je grešaka. Molimo prijavite ovo.
apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,Nije Vam dopušteno ispisati ovaj dokument apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,Nije Vam dopušteno ispisati ovaj dokument
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +107,Please set filters value in Report Filter table.,Molimo podesite filteri vrijednost u Izvještaju Filter tabeli.
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +120,Please set filters value in Report Filter table.,Molimo podesite filteri vrijednost u Izvještaju Filter tabeli.
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,Učitavanje izvješće apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,Učitavanje izvješće
apps/frappe/frappe/limits.py +72,Your subscription will expire today.,Vaša pretplata ističe danas. apps/frappe/frappe/limits.py +72,Your subscription will expire today.,Vaša pretplata ističe danas.
DocType: Page,Standard,Standard DocType: Page,Standard,Standard
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Priloži datoteke apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Priloži datoteke
apps/frappe/frappe/templates/emails/password_update.html +1,Password Update Notification,Password Update Notification
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Veličina apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Veličina
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Dodjela Kompletna apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Dodjela Kompletna
DocType: Custom DocPerm,User Permission DocTypes,Dopuštenje korisnika DocTypes DocType: Custom DocPerm,User Permission DocTypes,Dopuštenje korisnika DocTypes
@@ -1482,6 +1482,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +10,Insert Abo
apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,Zajednički imena i prezimena su lako pogoditi. apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,Zajednički imena i prezimena su lako pogoditi.
apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,Nepotvrđeno apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,Nepotvrđeno
apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,To je slično najčešće koriste lozinke. apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,To je slično najčešće koriste lozinke.
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Nema pronađenih rezultata za ' </p>
DocType: User,Female,Ženski DocType: User,Female,Ženski
DocType: Print Settings,Modern,Moderna DocType: Print Settings,Modern,Moderna
apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,Search Results apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,Search Results
@@ -1536,7 +1537,7 @@ apps/frappe/frappe/core/doctype/file/file_list.js +65,Folder name should not inc
DocType: Note,Note,Biljeske DocType: Note,Note,Biljeske
apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,Greška Report apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,Greška Report
apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,Povratne informacije uslovi ne odgovaraju apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,Povratne informacije uslovi ne odgovaraju
apps/frappe/frappe/core/doctype/doctype/doctype.py +570,Timeline field must be a valid fieldname,Timeline polje mora biti valjan Naziv Polja
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a valid fieldname,Timeline polje mora biti valjan Naziv Polja
DocType: Currency,Symbol,Simbol DocType: Currency,Symbol,Simbol
apps/frappe/frappe/model/base_document.py +534,Row #{0}:,Row # {0}: apps/frappe/frappe/model/base_document.py +534,Row #{0}:,Row # {0}:
apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,Nova lozinka je poslana mailom apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,Nova lozinka je poslana mailom
@@ -1593,8 +1594,7 @@ DocType: Web Page,Text Align,Tekst Poravnajte
apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},Ime ne može sadržavati posebne znakove kao {0} apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},Ime ne može sadržavati posebne znakove kao {0}
DocType: Contact Us Settings,Forward To Email Address,Napadač na e-mail adresu DocType: Contact Us Settings,Forward To Email Address,Napadač na e-mail adresu
apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,Pokaži sve podatke apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,Pokaži sve podatke
apps/frappe/frappe/core/doctype/doctype/doctype.py +527,Title field must be a valid fieldname,"Naslov polje mora bitivaljana podataka, Naziv Polja"
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,Email nalog nije podešen. Molimo vas da kreirate novi e-poštni nalog iz Setup-a&gt; E-pošta&gt; E-poštni nalog
apps/frappe/frappe/core/doctype/doctype/doctype.py +531,Title field must be a valid fieldname,"Naslov polje mora bitivaljana podataka, Naziv Polja"
apps/frappe/frappe/config/core.py +7,Documents,Dokumenti apps/frappe/frappe/config/core.py +7,Documents,Dokumenti
DocType: Email Flag Queue,Is Completed,je završen DocType: Email Flag Queue,Is Completed,je završen
apps/frappe/frappe/www/me.html +22,Edit Profile,Uredi profil apps/frappe/frappe/www/me.html +22,Edit Profile,Uredi profil
@@ -1646,7 +1646,7 @@ DocType: Standard Reply,Standard Reply Help,Standard Odgovori Pomoć
DocType: Blogger,Avatar,Avatar DocType: Blogger,Avatar,Avatar
DocType: Blogger,Posts,Postovi DocType: Blogger,Posts,Postovi
DocType: DocType,Has Web View,Ima Web View DocType: DocType,Has Web View,Ima Web View
apps/frappe/frappe/core/doctype/doctype/doctype.py +377,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","ime DocType treba počinjati slovom i može se sastojati samo od slova, brojeva, prostora i donje crte"
apps/frappe/frappe/core/doctype/doctype/doctype.py +381,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","ime DocType treba počinjati slovom i može se sastojati samo od slova, brojeva, prostora i donje crte"
DocType: Communication,Spam,Neželjena pošta DocType: Communication,Spam,Neželjena pošta
DocType: Integration Request,Integration Request,integracija Upit DocType: Integration Request,Integration Request,integracija Upit
apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,Poštovani apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,Poštovani
@@ -1682,7 +1682,7 @@ DocType: Website Settings,Sub-domain provided by erpnext.com,Pod-domene pruža e
DocType: System Settings,dd-mm-yyyy,dd-mm-gggg DocType: System Settings,dd-mm-yyyy,dd-mm-gggg
apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,Mora imati dozvolu za pristup ovom izvještaju. apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,Mora imati dozvolu za pristup ovom izvještaju.
apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,Molimo odaberite Minimum Password Score apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,Molimo odaberite Minimum Password Score
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,Added,Dodano
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,Added,Dodano
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.","Update samo, ne stavljajte nove rekorde." apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.","Update samo, ne stavljajte nove rekorde."
apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,"Dnevni događaji Digest je poslan za kalendar događanja, gdje su postavljene podsjetnici." apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,"Dnevni događaji Digest je poslan za kalendar događanja, gdje su postavljene podsjetnici."
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,Idi na sajt apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,Idi na sajt
@@ -1696,7 +1696,7 @@ DocType: Integration Request,Reference DocName,Referentna DocName
DocType: Web Form,Success Message,Uspjeh Poruka DocType: Web Form,Success Message,Uspjeh Poruka
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,izvoz Prilagodbe apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,izvoz Prilagodbe
DocType: DocType,User Cannot Search,Korisnik ne može tražiti DocType: DocType,User Cannot Search,Korisnik ne može tražiti
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +83,Invalid Output Format,Invalid Output Format
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Invalid Output Format,Invalid Output Format
DocType: Custom DocPerm,Apply this rule if the User is the Owner,Nanesite ovo pravilo ako je Korisnik je vlasnik DocType: Custom DocPerm,Apply this rule if the User is the Owner,Nanesite ovo pravilo ako je Korisnik je vlasnik
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,Će biti vaš ID za prijavljivanje apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,Će biti vaš ID za prijavljivanje
apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,Izrada izvještaja apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,Izrada izvještaja
@@ -1714,10 +1714,11 @@ apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +138,There were e
apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,Zatvoriti apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,Zatvoriti
apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,Ne možete mijenjati docstatus 0-2 apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,Ne možete mijenjati docstatus 0-2
DocType: User Permission for Page and Report,Roles Permission,uloge Dopuštenje DocType: User Permission for Page and Report,Roles Permission,uloge Dopuštenje
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,Email nalog nije podešen. Molimo vas da kreirate novi e-poštni nalog iz Setup-a&gt; E-pošta&gt; E-poštni nalog
apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,Ažurirati apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,Ažurirati
DocType: Error Snapshot,Snapshot View,Snapshot Pogledaj DocType: Error Snapshot,Snapshot View,Snapshot Pogledaj
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,Molimo spremite Newsletter prije slanja apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,Molimo spremite Newsletter prije slanja
apps/frappe/frappe/core/doctype/doctype/doctype.py +426,Options must be a valid DocType for field {0} in row {1},Opcije mora bitivaljana DOCTYPE za polje {0} je u redu {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +430,Options must be a valid DocType for field {0} in row {1},Opcije mora bitivaljana DOCTYPE za polje {0} je u redu {1}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,Uredi osobine apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,Uredi osobine
DocType: Patch Log,List of patches executed,Lista zakrpa pogubljeni DocType: Patch Log,List of patches executed,Lista zakrpa pogubljeni
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} već odjavljeni apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} već odjavljeni
@@ -1810,7 +1811,7 @@ apps/frappe/frappe/core/doctype/version/version_view.html +32,Rows Added,redovi
apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,Uspjeh! Vi ste dobri da idu 👍 apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,Uspjeh! Vi ste dobri da idu 👍
apps/frappe/frappe/www/me.html +3,My Account,Moj račun apps/frappe/frappe/www/me.html +3,My Account,Moj račun
DocType: ToDo,Allocated To,Dodijeljena DocType: ToDo,Allocated To,Dodijeljena
apps/frappe/frappe/templates/emails/password_reset.html +4,Please click on the following link to set your new password,Molimo kliknite na sljedeći link i postaviti novu lozinku
apps/frappe/frappe/templates/emails/password_reset.html +2,Please click on the following link to set your new password,Molimo kliknite na sljedeći link i postaviti novu lozinku
DocType: Email Alert,Days After,Nakon dana DocType: Email Alert,Days After,Nakon dana
DocType: Newsletter,Receipient,Receipient DocType: Newsletter,Receipient,Receipient
DocType: Contact Us Settings,Settings for Contact Us Page,Postavke za Kontakt stranicu DocType: Contact Us Settings,Settings for Contact Us Page,Postavke za Kontakt stranicu
@@ -1824,7 +1825,7 @@ DocType: Property Setter,Property Type,Vrsta nekretnine
DocType: Workflow State,screenshot,slika ekrana DocType: Workflow State,screenshot,slika ekrana
apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,Samo administrator može uštedjeti standardne izvješće. Molimo preimenovati i spasiti. apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,Samo administrator može uštedjeti standardne izvješće. Molimo preimenovati i spasiti.
DocType: System Settings,Background Workers,Pozadina Radnici DocType: System Settings,Background Workers,Pozadina Radnici
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,Fieldname {0} conflicting with meta object,FIELDNAME {0} u sukobu sa meta objekta
apps/frappe/frappe/core/doctype/doctype/doctype.py +783,Fieldname {0} conflicting with meta object,FIELDNAME {0} u sukobu sa meta objekta
DocType: Deleted Document,Data,Podaci DocType: Deleted Document,Data,Podaci
apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,Dokument Status apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,Dokument Status
apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},Napravili ste {0} od {1} apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},Napravili ste {0} od {1}
@@ -1888,7 +1889,6 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +70,"""Parent"" signif
DocType: Website Theme,Apply Style,Primijeni stil DocType: Website Theme,Apply Style,Primijeni stil
DocType: Feedback Request,Feedback Rating,povratne informacije Rejting DocType: Feedback Request,Feedback Rating,povratne informacije Rejting
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,Podijeljeno sa apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,Podijeljeno sa
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,Podešavanje&gt; Menadžer dozvola korisnika
DocType: Help Category,Help Articles,Članci pomoći DocType: Help Category,Help Articles,Članci pomoći
,Modules Setup,Podešavanja modula ,Modules Setup,Podešavanja modula
apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,Tip: apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,Tip:
@@ -1934,12 +1934,11 @@ apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 2,Opci
DocType: Feedback Trigger,Email Field,E-mail polje DocType: Feedback Trigger,Email Field,E-mail polje
apps/frappe/frappe/www/update-password.html +59,New Password Required.,New Password Potrebna. apps/frappe/frappe/www/update-password.html +59,New Password Required.,New Password Potrebna.
apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} je podijelio/la ovaj dokument sa {1} apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} je podijelio/la ovaj dokument sa {1}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,Podešavanja&gt; Korisnik
DocType: Website Settings,Brand Image,imidž brenda DocType: Website Settings,Brand Image,imidž brenda
DocType: Print Settings,A4,A4 DocType: Print Settings,A4,A4
apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","Postavljanje gornjoj navigacijskoj traci, podnožje i logo." apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","Postavljanje gornjoj navigacijskoj traci, podnožje i logo."
DocType: Web Form Field,Max Value,Max vrijednost DocType: Web Form Field,Max Value,Max vrijednost
apps/frappe/frappe/core/doctype/doctype/doctype.py +655,For {0} at level {1} in {2} in row {3},Za {0} na razini {1} u {2} u redu {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,For {0} at level {1} in {2} in row {3},Za {0} na razini {1} u {2} u redu {3}
DocType: Contact,All,Sve DocType: Contact,All,Sve
DocType: Email Queue,Recipient,Primalac DocType: Email Queue,Recipient,Primalac
DocType: Communication,Has Attachment,ima Prilog DocType: Communication,Has Attachment,ima Prilog
@@ -1957,7 +1956,7 @@ DocType: Auto Email Report,Email To,E-mail Da
apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,Folder {0} nije prazna apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,Folder {0} nije prazna
DocType: Page,Roles,Uloge DocType: Page,Roles,Uloge
apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},Greška: Vrijednost nedostaje za {0}: {1} apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},Greška: Vrijednost nedostaje za {0}: {1}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +286,Field {0} is not selectable.,Polje {0} se ne može odabrati .
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +287,Field {0} is not selectable.,Polje {0} se ne može odabrati .
DocType: System Settings,Session Expiry,Sjednica isteka DocType: System Settings,Session Expiry,Sjednica isteka
DocType: Workflow State,ban-circle,zabrana-krug DocType: Workflow State,ban-circle,zabrana-krug
DocType: Email Flag Queue,Unread,nepročitanu DocType: Email Flag Queue,Unread,nepročitanu
@@ -2015,7 +2014,7 @@ DocType: DocType,"Naming Options:
<ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",Imenovanje opcije: <ol><li> <b>polje: [Naziv Polja]</b> - Od Field </li><li> <b>naming_series:</b> - Do Imenovanje serija (polje se zove naming_series mora biti prisutan </li><li> <b>Prompt</b> - brz korisnik za ime </li><li> <b>[Serija]</b> - Series by prefix (odvojeni dot); na primjer PRE. ##### </li></ol> <ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",Imenovanje opcije: <ol><li> <b>polje: [Naziv Polja]</b> - Od Field </li><li> <b>naming_series:</b> - Do Imenovanje serija (polje se zove naming_series mora biti prisutan </li><li> <b>Prompt</b> - brz korisnik za ime </li><li> <b>[Serija]</b> - Series by prefix (odvojeni dot); na primjer PRE. ##### </li></ol>
DocType: Blog Post,Email Sent,E-mail poslan DocType: Blog Post,Email Sent,E-mail poslan
DocType: DocField,Ignore XSS Filter,Zanemari XSS Filter DocType: DocField,Ignore XSS Filter,Zanemari XSS Filter
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,removed,udaljen
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,removed,udaljen
apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,postavke Dropbox backup apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,postavke Dropbox backup
apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,Pošalji kao email apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,Pošalji kao email
DocType: Website Theme,Link Color,Link Color DocType: Website Theme,Link Color,Link Color
@@ -2148,6 +2147,7 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Odg
DocType: DocType,Setup,Podešavanje DocType: DocType,Setup,Podešavanje
DocType: Email Account,Initial Sync Count,Inicijalna Sync Count DocType: Email Account,Initial Sync Count,Inicijalna Sync Count
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Novi komentar na {0} {1} apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Novi komentar na {0} {1}
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} godinu dana
DocType: Workflow State,glass,staklo DocType: Workflow State,glass,staklo
DocType: DocType,Timeline Field,Timeline Field DocType: DocType,Timeline Field,Timeline Field
DocType: Country,Time Zones,Vremenske zone DocType: Country,Time Zones,Vremenske zone
@@ -2182,10 +2182,10 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +77,You are not
apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,Info: apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,Info:
DocType: Custom Field,Permission Level,Dopuštenje Razina DocType: Custom Field,Permission Level,Dopuštenje Razina
DocType: User,Send Notifications for Transactions I Follow,Slanje obavijesti za transakcije pratim DocType: User,Send Notifications for Transactions I Follow,Slanje obavijesti za transakcije pratim
apps/frappe/frappe/core/doctype/doctype/doctype.py +698,"{0}: Cannot set Submit, Cancel, Amend without Write","{0} : Ne mogu postaviti Podnijeti , Odustani , Izmijeniti bez zapisivanja"
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,"{0}: Cannot set Submit, Cancel, Amend without Write","{0} : Ne mogu postaviti Podnijeti , Odustani , Izmijeniti bez zapisivanja"
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,Jeste li sigurni da želite izbrisati prilog? apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,Jeste li sigurni da želite izbrisati prilog?
apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","Ne možete izbrisati ili otkazati jer {0} <a href=""#Form/{0}/{1}"">{1}</a> je povezan s {2} <a href=""#Form/{2}/{3}"">{3}</a>" apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","Ne možete izbrisati ili otkazati jer {0} <a href=""#Form/{0}/{1}"">{1}</a> je povezan s {2} <a href=""#Form/{2}/{3}"">{3}</a>"
apps/frappe/frappe/__init__.py +1070,Thank you,Hvala
apps/frappe/frappe/__init__.py +1071,Thank you,Hvala
apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,Snimanje apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,Snimanje
DocType: Print Settings,Print Style Preview,Prikaz stila ispisa DocType: Print Settings,Print Style Preview,Prikaz stila ispisa
apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder
@@ -2229,7 +2229,7 @@ apps/frappe/frappe/public/js/frappe/list/list_renderer.js +501,2 days ago,Prije
apps/frappe/frappe/config/website.py +47,Categorize blog posts.,Kategorizacija blogu. apps/frappe/frappe/config/website.py +47,Categorize blog posts.,Kategorizacija blogu.
DocType: Workflow State,Time,Vrijeme DocType: Workflow State,Time,Vrijeme
DocType: DocField,Attach,Priložiti DocType: DocField,Attach,Priložiti
apps/frappe/frappe/core/doctype/doctype/doctype.py +539,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} nije važeći Naziv Polja. To bi trebalo da bude {{}} field_name.
apps/frappe/frappe/core/doctype/doctype/doctype.py +543,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} nije važeći Naziv Polja. To bi trebalo da bude {{}} field_name.
DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,Pošalji povratne informacije Zahtjev samo ako postoji barem jedan komunikacija je na raspolaganju za taj dokument. DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,Pošalji povratne informacije Zahtjev samo ako postoji barem jedan komunikacija je na raspolaganju za taj dokument.
DocType: Custom Role,Permission Rules,Dopuštenje Pravila DocType: Custom Role,Permission Rules,Dopuštenje Pravila
DocType: GSuite Settings,GSuite Settings,GSuite Postavke DocType: GSuite Settings,GSuite Settings,GSuite Postavke
@@ -2249,7 +2249,7 @@ apps/frappe/frappe/website/doctype/blog_post/blog_post.py +106,Posts by {0},Post
apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","Za formatiranje stupaca, daju natpise stupaca u upitu." apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","Za formatiranje stupaca, daju natpise stupaca u upitu."
DocType: Has Domain,Has Domain,ima Domain DocType: Has Domain,Has Domain,ima Domain
apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,Nemate korisnički račun? Prijaviti se apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,Nemate korisnički račun? Prijaviti se
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,{0}: Cannot set Assign Amend if not Submittable,{0} : Ne mogu postaviti Zauzimanje Izmijeniti ako ne Submittable
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set Assign Amend if not Submittable,{0} : Ne mogu postaviti Zauzimanje Izmijeniti ako ne Submittable
DocType: Address,Bihar,Bihar DocType: Address,Bihar,Bihar
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,Izmijeni prava pristupa apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,Izmijeni prava pristupa
DocType: Communication,Link DocType,link DocType DocType: Communication,Link DocType,link DocType
@@ -2301,7 +2301,7 @@ DocType: DocField,Set non-standard precision for a Float or Currency field,Set n
DocType: Email Account,Ignore attachments over this size,Zanemari priloge preko ove veličine DocType: Email Account,Ignore attachments over this size,Zanemari priloge preko ove veličine
DocType: Address,Preferred Billing Address,Željena adresa za naplatu DocType: Address,Preferred Billing Address,Željena adresa za naplatu
apps/frappe/frappe/config/integrations.py +63,External Documents,vanjski dokumenti apps/frappe/frappe/config/integrations.py +63,External Documents,vanjski dokumenti
apps/frappe/frappe/database.py +235,Too many writes in one request. Please send smaller requests,Previše piše u jednom zahtjevu . Molimo poslali manje zahtjeve
apps/frappe/frappe/database.py +247,Too many writes in one request. Please send smaller requests,Previše piše u jednom zahtjevu . Molimo poslali manje zahtjeve
apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,Promena vrednosti apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,Promena vrednosti
DocType: Workflow State,arrow-up,Strelica prema gore DocType: Workflow State,arrow-up,Strelica prema gore
DocType: OAuth Bearer Token,Expires In,ističe u DocType: OAuth Bearer Token,Expires In,ističe u
@@ -2349,7 +2349,7 @@ apps/frappe/frappe/core/page/data_import_tool/importer.py +81,Please make sure t
apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,Pobrinite se da vaš profil ima e-mail adresu apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,Pobrinite se da vaš profil ima e-mail adresu
apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,Vi niste spremili promjene u ovom obliku . apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,Vi niste spremili promjene u ovom obliku .
DocType: Address,Telangana,Telangana DocType: Address,Telangana,Telangana
apps/frappe/frappe/core/doctype/doctype/doctype.py +459,Default for {0} must be an option,Uobičajeno za {0} mora biti opcija
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Default for {0} must be an option,Uobičajeno za {0} mora biti opcija
DocType: Tag Doc Category,Tag Doc Category,Tag Doc Kategorija DocType: Tag Doc Category,Tag Doc Category,Tag Doc Kategorija
DocType: User,User Image,Upute slike DocType: User,User Image,Upute slike
apps/frappe/frappe/email/queue.py +304,Emails are muted,E-mailovi su prigušeni apps/frappe/frappe/email/queue.py +304,Emails are muted,E-mailovi su prigušeni
@@ -2394,7 +2394,7 @@ DocType: Async Task,Running,Running
apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,Reset Password apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,Reset Password
apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,Molimo nadogradite da dodate više od {0} pretplatnika apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,Molimo nadogradite da dodate više od {0} pretplatnika
DocType: Workflow State,hand-left,ruka-lijeva DocType: Workflow State,hand-left,ruka-lijeva
apps/frappe/frappe/core/doctype/doctype/doctype.py +472,Fieldtype {0} for {1} cannot be unique,Tip Polja {0} {1} za ne može biti jedinstvena
apps/frappe/frappe/core/doctype/doctype/doctype.py +476,Fieldtype {0} for {1} cannot be unique,Tip Polja {0} {1} za ne može biti jedinstvena
DocType: Email Account,Use SSL,Koristite SSL DocType: Email Account,Use SSL,Koristite SSL
DocType: Workflow State,play-circle,play-krug DocType: Workflow State,play-circle,play-krug
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,Odaberite Format Edit apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,Odaberite Format Edit
@@ -2449,7 +2449,7 @@ DocType: DocField,No Copy,Ne Kopirajte
DocType: Workflow State,qrcode,qrcode DocType: Workflow State,qrcode,qrcode
apps/frappe/frappe/www/login.html +34,Login with LDAP,Prijavite se LDAP apps/frappe/frappe/www/login.html +34,Login with LDAP,Prijavite se LDAP
DocType: Web Form,Breadcrumbs,Breadcrumbs DocType: Web Form,Breadcrumbs,Breadcrumbs
apps/frappe/frappe/core/doctype/doctype/doctype.py +671,If Owner,Ako Vlasnik
apps/frappe/frappe/core/doctype/doctype/doctype.py +675,If Owner,Ako Vlasnik
DocType: OAuth Authorization Code,Expiration time,vrijeme isteka DocType: OAuth Authorization Code,Expiration time,vrijeme isteka
DocType: Web Page,Website Sidebar,Sajt Sidebar DocType: Web Page,Website Sidebar,Sajt Sidebar
DocType: Web Form,Show Sidebar,Pokaži Sidebar DocType: Web Form,Show Sidebar,Pokaži Sidebar
@@ -2620,6 +2620,7 @@ DocType: Portal Settings,Hide Standard Menu,Hide Standard Menu
apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,Dodaj / Upravljanje mail domena. apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,Dodaj / Upravljanje mail domena.
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},Ne može otkazati prije slanja. apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},Ne može otkazati prije slanja.
apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,Print Format {0} je onemogućen apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,Print Format {0} je onemogućen
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,Molimo da podesite podrazumevani nalog e-pošte iz Setup-a&gt; E-pošta&gt; E-poštni nalog
DocType: Email Alert,Send days before or after the reference date,Pošalji dana prije ili nakon referentnog datuma DocType: Email Alert,Send days before or after the reference date,Pošalji dana prije ili nakon referentnog datuma
DocType: User,Allow user to login only after this hour (0-24),Dopustite korisniku da se prijavi tek nakon ovoliko sati (0-24) DocType: User,Allow user to login only after this hour (0-24),Dopustite korisniku da se prijavi tek nakon ovoliko sati (0-24)
apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,Vrijednost apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,Vrijednost
@@ -2635,7 +2636,6 @@ DocType: ToDo,Priority,Prioritet
DocType: Email Queue,Unsubscribe Param,Odjava Param DocType: Email Queue,Unsubscribe Param,Odjava Param
DocType: Auto Email Report,Weekly,Tjedni DocType: Auto Email Report,Weekly,Tjedni
DocType: Communication,In Reply To,U odgovoru na DocType: Communication,In Reply To,U odgovoru na
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,Nije pronađen osnovni obrazac naslova. Molimo vas da kreirate novu od Setup&gt; Printing and Branding&gt; Template Template.
DocType: DocType,Allow Import (via Data Import Tool),Dozvoljava uvoz (preko Data Import Tool) DocType: DocType,Allow Import (via Data Import Tool),Dozvoljava uvoz (preko Data Import Tool)
apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,sr apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,sr
DocType: DocField,Float,Plutati DocType: DocField,Float,Plutati
@@ -2678,7 +2678,7 @@ apps/frappe/frappe/templates/emails/auto_reply.html +1,Thank you for your email,
DocType: DocField,Small Text,Mali Tekst DocType: DocField,Small Text,Mali Tekst
apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,Administrator pristupiti {0} na {1} preko IP adresa {2}. apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,Administrator pristupiti {0} na {1} preko IP adresa {2}.
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,jednak apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,jednak
apps/frappe/frappe/core/doctype/doctype/doctype.py +453,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'
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,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 DocType: About Us Settings,Team Members Heading,Članovi tima Naslov
apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,Invalid CSV format apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,Invalid CSV format
apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,Set Broj Backup apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,Set Broj Backup
@@ -2712,7 +2712,7 @@ DocType: Kanban Board Column,Column Name,Kolona Ime
DocType: Language,Based On,Na osnovu DocType: Language,Based On,Na osnovu
apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,Make Uobičajeno apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,Make Uobičajeno
apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,Provjerite Frappe Server URL apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,Provjerite Frappe Server URL
apps/frappe/frappe/core/doctype/doctype/doctype.py +495,Fieldtype {0} for {1} cannot be indexed,Tip Polja {0} {1} za ne mogu biti indeksirane
apps/frappe/frappe/core/doctype/doctype/doctype.py +499,Fieldtype {0} for {1} cannot be indexed,Tip Polja {0} {1} za ne mogu biti indeksirane
DocType: Communication,Email Account,Email nalog DocType: Communication,Email Account,Email nalog
DocType: Workflow State,Download,Preuzimanje DocType: Workflow State,Download,Preuzimanje
DocType: Blog Post,Blog Intro,Blog intro DocType: Blog Post,Blog Intro,Blog intro
@@ -2744,15 +2744,15 @@ apps/frappe/frappe/email/doctype/email_group/email_group.js +45,New Newsletter,N
DocType: Print Settings,Send Print as PDF,Pošalji Print as PDF DocType: Print Settings,Send Print as PDF,Pošalji Print as PDF
DocType: Web Form,Amount,Iznos DocType: Web Form,Amount,Iznos
DocType: Workflow Transition,Allowed,Dopušteno DocType: Workflow Transition,Allowed,Dopušteno
apps/frappe/frappe/core/doctype/doctype/doctype.py +502,There can be only one Fold in a form,Tu može biti samo jednokratno u obliku
apps/frappe/frappe/core/doctype/doctype/doctype.py +506,There can be only one Fold in a form,Tu može biti samo jednokratno u obliku
apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},Ne može pisati format za {0} apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},Ne može pisati format za {0}
apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,Vraćanje na standardne postavke? apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,Vraćanje na standardne postavke?
apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,Nevažeća naslovnica apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,Nevažeća naslovnica
apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,Neuspješno logovanje. Pokušaj ponovo. apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,Neuspješno logovanje. Pokušaj ponovo.
apps/frappe/frappe/core/doctype/doctype/doctype.py +420,Options required for Link or Table type field {0} in row {1},Opcije potrebne za Link ili tip Tabela polje {0} u redu {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +424,Options required for Link or Table type field {0} in row {1},Opcije potrebne za Link ili tip Tabela polje {0} u redu {1}
DocType: Auto Email Report,Send only if there is any data,Pošalji samo ako postoji bilo koji podatak DocType: Auto Email Report,Send only if there is any data,Pošalji samo ako postoji bilo koji podatak
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,Reset Filteri apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,Reset Filteri
apps/frappe/frappe/core/doctype/doctype/doctype.py +688,{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
apps/frappe/frappe/core/doctype/doctype/doctype.py +692,{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
apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},Zadatak zatvorio / la {0} apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},Zadatak zatvorio / la {0}
DocType: Integration Request,Remote,daljinski DocType: Integration Request,Remote,daljinski
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,Izračunaj apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,Izračunaj
@@ -2772,7 +2772,7 @@ DocType: DocField,Perm Level,Perm Level
apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,Događanja u današnjem kalendaru apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,Događanja u današnjem kalendaru
DocType: Web Page,Web Page,Web stranica DocType: Web Page,Web Page,Web stranica
DocType: Blog Category,Blogger,Bloger DocType: Blog Category,Blogger,Bloger
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In Global Search' not allowed for type {0} in row {1},&#39;Global Search &quot;nije dozvoljeno tipa {0} u redu {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +449,'In Global Search' not allowed for type {0} in row {1},&#39;Global Search &quot;nije dozvoljeno tipa {0} u redu {1}
apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,Prikaz liste apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,Prikaz liste
apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},Datum mora biti u formatu: {0} apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},Datum mora biti u formatu: {0}
DocType: Workflow,Don't Override Status,Ne zamenjuju Status DocType: Workflow,Don't Override Status,Ne zamenjuju Status
@@ -2821,7 +2821,7 @@ DocType: Website Theme,Background,Pozadina
DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","JSON lista DocTypes koristi za primjenu korisnika Dozvole. Ako prazan, svi povezani DocTypes će se koristiti da se prijave korisnika Dozvole." DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","JSON lista DocTypes koristi za primjenu korisnika Dozvole. Ako prazan, svi povezani DocTypes će se koristiti da se prijave korisnika Dozvole."
DocType: Report,Ref DocType,Ref. DOCTYPE DocType: Report,Ref DocType,Ref. DOCTYPE
apps/frappe/frappe/www/feedback.py +42,Please add a rating,Molimo dodajte ocjenu apps/frappe/frappe/www/feedback.py +42,Please add a rating,Molimo dodajte ocjenu
apps/frappe/frappe/core/doctype/doctype/doctype.py +700,{0}: Cannot set Amend without Cancel,{0} : Ne mogu postaviti Izmijeniti bez Odustani
apps/frappe/frappe/core/doctype/doctype/doctype.py +704,{0}: Cannot set Amend without Cancel,{0} : Ne mogu postaviti Izmijeniti bez Odustani
apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,Full Page apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,Full Page
DocType: DocType,Is Child Table,Je Dijete Tablica DocType: DocType,Is Child Table,Je Dijete Tablica
apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} mora biti jedan od {1} apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} mora biti jedan od {1}
@@ -2850,7 +2850,7 @@ DocType: Event,Send an email reminder in the morning,Pošaljite email podsjetnik
DocType: Blog Post,Published On,Objavljeno Dana DocType: Blog Post,Published On,Objavljeno Dana
DocType: Contact,Gender,Rod DocType: Contact,Gender,Rod
apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,Obavezna nedostaju informacije: apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,Obavezna nedostaju informacije:
apps/frappe/frappe/core/doctype/doctype/doctype.py +492,Field '{0}' cannot be set as Unique as it has non-unique values,Polje &#39;{0}&#39; ne može se postaviti kao jedinstven kao što je ne-jedinstvene vrijednosti
apps/frappe/frappe/core/doctype/doctype/doctype.py +496,Field '{0}' cannot be set as Unique as it has non-unique values,Polje &#39;{0}&#39; ne može se postaviti kao jedinstven kao što je ne-jedinstvene vrijednosti
apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,Samo 200 umetke dozvoljeno u jednom zahtjevu apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,Samo 200 umetke dozvoljeno u jednom zahtjevu
DocType: Footer Item,URL,URL DocType: Footer Item,URL,URL
DocType: ToDo,Reference Type,Referentna Tip DocType: ToDo,Reference Type,Referentna Tip
@@ -2893,8 +2893,8 @@ apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +135,Please save
apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} pretplatnika dodano apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} pretplatnika dodano
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,Ne nalazi se u apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,Ne nalazi se u
DocType: Workflow State,star,zvijezda DocType: Workflow State,star,zvijezda
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +228,values separated by commas,Vrijednosti razdvojene zarezom
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Max width for type Currency is 100px in row {0},Max širina vrste valute je 100px u redu {0}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,values separated by commas,Vrijednosti razdvojene zarezom
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,Max width for type Currency is 100px in row {0},Max širina vrste valute je 100px u redu {0}
apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},Molimo vas da podijelite svoje povratne informacije za {0} apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},Molimo vas da podijelite svoje povratne informacije za {0}
apps/frappe/frappe/config/website.py +13,Content web page.,Sadržaj web stranice. apps/frappe/frappe/config/website.py +13,Content web page.,Sadržaj web stranice.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Dodaj novu ulogu apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Dodaj novu ulogu
@@ -2912,7 +2912,7 @@ apps/frappe/frappe/public/js/frappe/desk.js +383,Please Enter Your Password to C
apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,Nije važeći LDAP korisnik apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,Nije važeći LDAP korisnik
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} nije validan uslov apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} nije validan uslov
apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',Odaberite drugi način plaćanja. PayPal ne podržava transakcije u valuti &#39;{0}&#39; apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',Odaberite drugi način plaćanja. PayPal ne podržava transakcije u valuti &#39;{0}&#39;
apps/frappe/frappe/core/doctype/doctype/doctype.py +519,Search field {0} is not valid,Polje za pretragu {0} nije važeća
apps/frappe/frappe/core/doctype/doctype/doctype.py +523,Search field {0} is not valid,Polje za pretragu {0} nije važeća
DocType: Workflow State,ok-circle,ok-krug DocType: Workflow State,ok-circle,ok-krug
apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',Možete naći stvari tražeći &#39;Pronađite narančaste kupce&#39; apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',Možete naći stvari tražeći &#39;Pronađite narančaste kupce&#39;
apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,Žao mi je! Korisnik treba imati potpuni pristup na svoje rekord. apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,Žao mi je! Korisnik treba imati potpuni pristup na svoje rekord.
@@ -2982,7 +2982,7 @@ DocType: User,Background Style,Pozadinski stil
apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},spojio {0} u {1} apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},spojio {0} u {1}
DocType: System Settings,mm-dd-yyyy,dd-mm-yyyy DocType: System Settings,mm-dd-yyyy,dd-mm-yyyy
apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} prijavljeni apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} prijavljeni
apps/frappe/frappe/templates/emails/new_user.html +4,Your login id is,Vaša login id je
apps/frappe/frappe/templates/emails/new_user.html +3,Your login id is,Vaša login id je
DocType: OAuth Client,Skip Authorization,Idi Authorization DocType: OAuth Client,Skip Authorization,Idi Authorization
DocType: Web Form,Amount Field,iznos Field DocType: Web Form,Amount Field,iznos Field
DocType: Dropbox Settings,Send Notifications To,Pošalji obavještenje na adresu DocType: Dropbox Settings,Send Notifications To,Pošalji obavještenje na adresu


+ 93
- 93
frappe/translations/ca.csv View File

@@ -55,7 +55,7 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +52,Data Import Templa
apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,Pare apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,Pare
DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","Si està activat, la fortalesa de la contrasenya s&#39;aplicarà en funció del valor mínim contrasenya Score. Un valor de 2 sent mig fort i 4 sent molt fort." DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","Si està activat, la fortalesa de la contrasenya s&#39;aplicarà en funció del valor mínim contrasenya Score. Un valor de 2 sent mig fort i 4 sent molt fort."
DocType: About Us Settings,"""Team Members"" or ""Management""","""Membres de l'equip"" o ""Gestió""" DocType: About Us Settings,"""Team Members"" or ""Management""","""Membres de l'equip"" o ""Gestió"""
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Default for 'Check' type of field must be either '0' or '1',"Valor predeterminat pels tipus ""Check"" ha de ser '0' o '1'"
apps/frappe/frappe/core/doctype/doctype/doctype.py +461,Default for 'Check' type of field must be either '0' or '1',"Valor predeterminat pels tipus ""Check"" ha de ser '0' o '1'"
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,Ahir apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,Ahir
DocType: Contact,Designation,Designació DocType: Contact,Designation,Designació
DocType: Test Runner,Test Runner,Prova Runner DocType: Test Runner,Test Runner,Prova Runner
@@ -71,7 +71,7 @@ DocType: DocType,Is Published Field,Es publica Camp
DocType: Email Group,Email Group,Grup correu electrònic DocType: Email Group,Email Group,Grup correu electrònic
DocType: Note,Seen By,Vist per DocType: Note,Seen By,Vist per
apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,Afegir múltiple apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,Afegir múltiple
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Not Like,Not Com
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Not Like,Not Com
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,Defineix l'etiqueta de visualització per al camp apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,Defineix l'etiqueta de visualització per al camp
apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},Valor incorrecte: {0} ha de ser {1} {2} apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},Valor incorrecte: {0} ha de ser {1} {2}
apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","Canviar les propietats de camp (amagar, de només lectura, el permís etc.)" apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","Canviar les propietats de camp (amagar, de només lectura, el permís etc.)"
@@ -160,7 +160,8 @@ apps/frappe/frappe/public/js/frappe/upload.js +296,Uploading...,Pujant ...
DocType: Email Domain,Email Domain,domini de correu electrònic DocType: Email Domain,Email Domain,domini de correu electrònic
DocType: Workflow State,italic,itàlic DocType: Workflow State,italic,itàlic
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,Per a tothom apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,Per a tothom
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,{0}: Cannot set Import without Create,{0}: No es pot establir d'importació sense Crea
apps/frappe/frappe/core/doctype/doctype/doctype.py +706,{0}: Cannot set Import without Create,{0}: No es pot establir d'importació sense Crea
apps/frappe/frappe/templates/emails/auto_email_report.html +45,View report in your browser,Mostra l&#39;informe al vostre navegador
apps/frappe/frappe/config/desk.py +26,Event and other calendars.,Esdeveniments i altres calendaris. apps/frappe/frappe/config/desk.py +26,Event and other calendars.,Esdeveniments i altres calendaris.
apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,Tots els camps són necessaris per enviar el comentari. apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,Tots els camps són necessaris per enviar el comentari.
apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,Arrossega per ordenar les columnes apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,Arrossega per ordenar les columnes
@@ -237,7 +238,7 @@ apps/frappe/frappe/config/setup.py +121,Update many values at one time.,Actualit
apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,Error: Document ha estat modificat després de que l'hagis obert apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,Error: Document ha estat modificat després de que l'hagis obert
apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} desconnectat: {1} apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} desconnectat: {1}
DocType: Address,West Bengal,Bengala Occidental DocType: Address,West Bengal,Bengala Occidental
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0}: Cannot set Assign Submit if not Submittable,{0}: No es pot establir Assignar Enviar si no submittable
apps/frappe/frappe/core/doctype/doctype/doctype.py +727,{0}: Cannot set Assign Submit if not Submittable,{0}: No es pot establir Assignar Enviar si no submittable
DocType: Social Login Keys,Facebook,Facebook DocType: Social Login Keys,Facebook,Facebook
apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",Filtrat per &quot;{0}&quot; apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",Filtrat per &quot;{0}&quot;
DocType: Salutation,Administrator,Administrador DocType: Salutation,Administrator,Administrador
@@ -261,7 +262,7 @@ DocType: User,Get your globally recognized avatar from Gravatar.com,Aconsegueix
apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","La seva subscripció expira el {0}. Per renovar, {1}." apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","La seva subscripció expira el {0}. Per renovar, {1}."
DocType: Workflow State,plus-sign,signe més DocType: Workflow State,plus-sign,signe més
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,Configuració ja completa apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,Configuració ja completa
apps/frappe/frappe/__init__.py +897,App {0} is not installed,App {0} no està instal·lat
apps/frappe/frappe/__init__.py +898,App {0} is not installed,App {0} no està instal·lat
DocType: Workflow State,Refresh,Refrescar DocType: Workflow State,Refresh,Refrescar
DocType: Event,Public,Públic DocType: Event,Public,Públic
apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,No hi ha res a mostrar apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,No hi ha res a mostrar
@@ -269,7 +270,7 @@ apps/frappe/frappe/public/js/frappe/model/model.js +24,Liked By,Em va agradar Pe
apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,Suport per correu electrònic apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,Suport per correu electrònic
DocType: DocField,Print Hide If No Value,Imprimir amaga Si No Valor DocType: DocField,Print Hide If No Value,Imprimir amaga Si No Valor
DocType: Event,yellow,groc DocType: Event,yellow,groc
apps/frappe/frappe/core/doctype/doctype/doctype.py +563,Is Published Field must be a valid fieldname,Es publica camp ha de ser un nom de camp vàlid
apps/frappe/frappe/core/doctype/doctype/doctype.py +567,Is Published Field must be a valid fieldname,Es publica camp ha de ser un nom de camp vàlid
apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,Carregar document adjunt apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,Carregar document adjunt
DocType: Block Module,Block Module,Mòdul de bloc DocType: Block Module,Block Module,Mòdul de bloc
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,Exportar plantilla apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,Exportar plantilla
@@ -286,7 +287,7 @@ DocType: Email Account,Total number of emails to sync in initial sync process ,N
DocType: Website Settings,Set Banner from Image,Conjunt de la bandera de la Imatge DocType: Website Settings,Set Banner from Image,Conjunt de la bandera de la Imatge
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,Cerca global apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,Cerca global
DocType: Email Account,SparkPost,SparkPost DocType: Email Account,SparkPost,SparkPost
apps/frappe/frappe/templates/emails/new_user.html +3,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/emails/new_user.html +2,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 +178,Instructions Emailed,Les instruccions enviades per correu electrònic apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,Les instruccions enviades per correu electrònic
apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),Introduïu correu electrònic del destinatari (s) apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),Introduïu correu electrònic del destinatari (s)
DocType: Print Format,Verdana,Verdana DocType: Print Format,Verdana,Verdana
@@ -352,7 +353,7 @@ apps/frappe/frappe/utils/nestedset.py +218,Merging is only possible between Grou
apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},Afegit {0} apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},Afegit {0}
apps/frappe/frappe/www/search.html +28,No matching records. Search something new,No hi ha registres coincidents. Cercar alguna cosa nova apps/frappe/frappe/www/search.html +28,No matching records. Search something new,No hi ha registres coincidents. Cercar alguna cosa nova
DocType: Currency,Fraction Units,Fraction Units DocType: Currency,Fraction Units,Fraction Units
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +431,{0} from {1} to {2},{0} de {1} a {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +433,{0} from {1} to {2},{0} de {1} a {2}
DocType: Communication,Type,Tipus DocType: Communication,Type,Tipus
DocType: Authentication Log,Subject,Subjecte DocType: Authentication Log,Subject,Subjecte
DocType: Web Form,Amount Based On Field,Quantitat basada en el Camp DocType: Web Form,Amount Based On Field,Quantitat basada en el Camp
@@ -365,10 +366,10 @@ DocType: Workflow State,plane,avió
apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","Siestàs carregant nous registres, ""Naming Series"" és obligatori, si està present." apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","Siestàs carregant nous registres, ""Naming Series"" és obligatori, si està present."
apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,Rep alertes Avui apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,Rep alertes Avui
apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DOCTYPE només es pot canviar el nom per Administrator apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DOCTYPE només es pot canviar el nom per Administrator
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +442,changed value of {0},canvi de valor de {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +444,changed value of {0},canvi de valor de {0}
DocType: Report,JSON,JSON DocType: Report,JSON,JSON
apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,"Si us plau, consultar el seu correu electrònic per a la verificació" apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,"Si us plau, consultar el seu correu electrònic per a la verificació"
apps/frappe/frappe/core/doctype/doctype/doctype.py +509,Fold can not be at the end of the form,La carpeta no pot estar en l'extrem del formulari
apps/frappe/frappe/core/doctype/doctype/doctype.py +513,Fold can not be at the end of the form,La carpeta no pot estar en l'extrem del formulari
DocType: Communication,Bounced,Rebotats DocType: Communication,Bounced,Rebotats
DocType: Deleted Document,Deleted Name,nom esborrat DocType: Deleted Document,Deleted Name,nom esborrat
apps/frappe/frappe/config/setup.py +14,System and Website Users,Usuaris de sistema i lloc web apps/frappe/frappe/config/setup.py +14,System and Website Users,Usuaris de sistema i lloc web
@@ -376,25 +377,26 @@ DocType: Workflow Document State,Doc Status,Estat del Doc
DocType: Auto Email Report,No of Rows (Max 500),No de files (màx 500) DocType: Auto Email Report,No of Rows (Max 500),No de files (màx 500)
DocType: Language,Language Code,Codi d&#39;idioma DocType: Language,Language Code,Codi d&#39;idioma
apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","La seva descàrrega s'està construint, això pot trigar uns instants ..." apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","La seva descàrrega s'està construint, això pot trigar uns instants ..."
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +23,Add Filter,Afegeix un filtre
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +21,Add Filter,Afegeix un filtre
apps/frappe/frappe/www/feedback.html +23,Your rating: ,El teu vot: apps/frappe/frappe/www/feedback.html +23,Your rating: ,El teu vot:
apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} i {1} apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} i {1}
DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Sempre afegiu &quot;Projecte de&quot; Rumb a projectes d&#39;impressió de documents DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Sempre afegiu &quot;Projecte de&quot; Rumb a projectes d&#39;impressió de documents
apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,El correu electrònic ha estat marcat com a correu brossa apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,El correu electrònic ha estat marcat com a correu brossa
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,Configuració&gt; Usuari
DocType: About Us Settings,Website Manager,Gestor de la Pàgina web DocType: About Us Settings,Website Manager,Gestor de la Pàgina web
apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,Vostè Projecte seleccionat o documents cancel·lats apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,Vostè Projecte seleccionat o documents cancel·lats
apps/frappe/frappe/model/document.py +1044,Document Queued,document en cua apps/frappe/frappe/model/document.py +1044,Document Queued,document en cua
DocType: GSuite Templates,Destination ID,ID de destinació DocType: GSuite Templates,Destination ID,ID de destinació
DocType: Desktop Icon,List,Llista DocType: Desktop Icon,List,Llista
DocType: Communication,Link Name,Nom de l&#39;enllaç DocType: Communication,Link Name,Nom de l&#39;enllaç
apps/frappe/frappe/core/doctype/doctype/doctype.py +433,Field {0} in row {1} cannot be hidden and mandatory without default,El camp {0} a la fila {1} no pot ser ocultat i obligatori sense valor predeterminat
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Field {0} in row {1} cannot be hidden and mandatory without default,El camp {0} a la fila {1} no pot ser ocultat i obligatori sense valor predeterminat
DocType: System Settings,mm/dd/yyyy,mm/dd/aaaa DocType: System Settings,mm/dd/yyyy,mm/dd/aaaa
apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,Contrasenya invàlida: apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,Contrasenya invàlida:
DocType: Print Settings,Send document web view link in email,Enviar document internacionalització del link a l&#39;email DocType: Print Settings,Send document web view link in email,Enviar document internacionalització del link a l&#39;email
apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,La seva opinió de document {0} es guarda correctament apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,La seva opinió de document {0} es guarda correctament
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,Anterior apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,Anterior
apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,Re: apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,Re:
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +496,{0} rows for {1},{0} files de {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +498,{0} rows for {1},{0} files de {1}
DocType: Currency,"Sub-currency. For e.g. ""Cent""","Parts de moneda. Per exemple ""Cèntims""" DocType: Currency,"Sub-currency. For e.g. ""Cent""","Parts de moneda. Per exemple ""Cèntims"""
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,Seleccioneu el fitxer pujat apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,Seleccioneu el fitxer pujat
DocType: Letter Head,Check this to make this the default letter head in all prints,Marqueu això per fer aquest cap de la carta per defecte en totes les impressions DocType: Letter Head,Check this to make this the default letter head in all prints,Marqueu això per fer aquest cap de la carta per defecte en totes les impressions
@@ -417,7 +419,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +5,
DocType: Event,Wednesday,Dimecres DocType: Event,Wednesday,Dimecres
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","A part de regles de permisos basats en funcions, pot aplicar permisos d'usuari basat en doctypes." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","A part de regles de permisos basats en funcions, pot aplicar permisos d'usuari basat en doctypes."
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","Aquests permisos s'aplicaran a totes les transaccions en què es vincula el registre permès. Per exemple, si la Companyia C s'afegeix als permisos d'usuari d'usuari X, l'usuari X només serà capaç de veure les transaccions que té l'empresa C com un valor vinculat." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","Aquests permisos s'aplicaran a totes les transaccions en què es vincula el registre permès. Per exemple, si la Companyia C s'afegeix als permisos d'usuari d'usuari X, l'usuari X només serà capaç de veure les transaccions que té l'empresa C com un valor vinculat."
apps/frappe/frappe/core/doctype/doctype/doctype.py +554,Image field must be a valid fieldname,Camp d&#39;imatge ha de ser un nom de camp vàlid
apps/frappe/frappe/core/doctype/doctype/doctype.py +558,Image field must be a valid fieldname,Camp d&#39;imatge ha de ser un nom de camp vàlid
DocType: OAuth Client,Token,simbòlic DocType: OAuth Client,Token,simbòlic
DocType: Property Setter,ID (name) of the entity whose property is to be set,ID (name) of the entity whose property is to be set DocType: Property Setter,ID (name) of the entity whose property is to be set,ID (name) of the entity whose property is to be set
apps/frappe/frappe/limits.py +82,"To renew, {0}.","Per renovar, {0}." apps/frappe/frappe/limits.py +82,"To renew, {0}.","Per renovar, {0}."
@@ -426,7 +428,7 @@ DocType: Web Form,Sidebar Items,Sidebar Items
apps/frappe/frappe/installer.py +125,App {0} already installed,Aplicació {0} ja instal·lat apps/frappe/frappe/installer.py +125,App {0} already installed,Aplicació {0} ja instal·lat
DocType: Workflow State,exclamation-sign,Signe d'exclamació DocType: Workflow State,exclamation-sign,Signe d'exclamació
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,Mostra Permisos apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,Mostra Permisos
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a Link or Dynamic Link,camp de línia de temps ha de ser un vincle o enllaç dinàmic
apps/frappe/frappe/core/doctype/doctype/doctype.py +578,Timeline field must be a Link or Dynamic Link,camp de línia de temps ha de ser un vincle o enllaç dinàmic
apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,Rang de dates apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,Rang de dates
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,Gantt apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,Gantt
apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},Pàgina {0} de {1} apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},Pàgina {0} de {1}
@@ -456,18 +458,18 @@ DocType: Workflow State,music,Música
DocType: Web Page,Settings,Ajustos DocType: Web Page,Settings,Ajustos
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,"Si us plau, especifiqui tipus de document" apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,"Si us plau, especifiqui tipus de document"
DocType: Print Format,Style Settings,Ajustos DocType: Print Format,Style Settings,Ajustos
apps/frappe/frappe/core/doctype/doctype/doctype.py +585,Sort field {0} must be a valid fieldname,Ordenar camp {0} ha de ser un nom de camp vàlid
apps/frappe/frappe/core/doctype/doctype/doctype.py +589,Sort field {0} must be a valid fieldname,Ordenar camp {0} ha de ser un nom de camp vàlid
apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,Més apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,Més
DocType: Contact,Sales Manager,Gerent De Vendes DocType: Contact,Sales Manager,Gerent De Vendes
apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,Canviar el nom apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,Canviar el nom
DocType: Print Format,Format Data,Format de dades DocType: Print Format,Format Data,Format de dades
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Like,Com
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Like,Com
DocType: Customize Form Field,Customize Form Field,Personalitzar camps de formulari DocType: Customize Form Field,Customize Form Field,Personalitzar camps de formulari
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,Permetre a l'usuari apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,Permetre a l'usuari
DocType: OAuth Client,Grant Type,Tipus de subvenció DocType: OAuth Client,Grant Type,Tipus de subvenció
apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,Comproveu que els documents són llegibles per un usuari apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,Comproveu que els documents són llegibles per un usuari
apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,Llistat d&#39;aplicació no permès apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,Llistat d&#39;aplicació no permès
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,use % as wildcard,Utilitza % com a comodí
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +230,use % as wildcard,Utilitza % com a comodí
apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","Domini de correu electrònic no està configurat per a aquest compte, crear-ne un?" apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","Domini de correu electrònic no està configurat per a aquest compte, crear-ne un?"
DocType: User,Reset Password Key,Restabliment de contrasenya DocType: User,Reset Password Key,Restabliment de contrasenya
DocType: Email Account,Enable Auto Reply,Habilita resposta automàtica DocType: Email Account,Enable Auto Reply,Habilita resposta automàtica
@@ -492,11 +494,12 @@ apps/frappe/frappe/model/document.py +574,Cannot change docstatus from 1 to 0,No
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,Prengui còpia de seguretat ara apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,Prengui còpia de seguretat ara
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,Benvinguda apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,Benvinguda
apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,Aplicacions instal·lades apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,Aplicacions instal·lades
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,Configuració&gt; Administrador de permisos d&#39;usuari
DocType: Contact,Open,Obert DocType: Contact,Open,Obert
DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,Defineix les accions dels estats i el següent pas i rols permesos. DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,Defineix les accions dels estats i el següent pas i rols permesos.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","Com a pràctica, no assigni el mateix conjunt de regles permís per a diferents funcions. En el seu lloc, establir diversos rols al mateix usuari." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","Com a pràctica, no assigni el mateix conjunt de regles permís per a diferents funcions. En el seu lloc, establir diversos rols al mateix usuari."
DocType: Web Form,Message to be displayed on successful completion,Missatge que es mostra a la finalització amb èxit DocType: Web Form,Message to be displayed on successful completion,Missatge que es mostra a la finalització amb èxit
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +42,Only {0} emailed reports are allowed per user,Només {0} enviar per correu electrònic informes són permesos per l&#39;usuari
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +43,Only {0} emailed reports are allowed per user,Només {0} enviar per correu electrònic informes són permesos per l&#39;usuari
DocType: Address,Address Title,Direcció Títol DocType: Address,Address Title,Direcció Títol
DocType: Website Settings,Footer Items,Peu de pàgina Articles DocType: Website Settings,Footer Items,Peu de pàgina Articles
apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,sol·licitud Comentaris apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,sol·licitud Comentaris
@@ -511,7 +514,7 @@ DocType: DocField,Set Only Once,Ajusta només una vegada
DocType: Email Queue Recipient,Email Queue Recipient,Cua de correu electrònic de destinataris DocType: Email Queue Recipient,Email Queue Recipient,Cua de correu electrònic de destinataris
DocType: Address,Nagaland,Nagaland DocType: Address,Nagaland,Nagaland
apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,Nom d&#39;usuari {0} ja existeix apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,Nom d&#39;usuari {0} ja existeix
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set import as {1} is not importable,{0}: no es pot establir d'importació com {1} no és importable
apps/frappe/frappe/core/doctype/doctype/doctype.py +733,{0}: Cannot set import as {1} is not importable,{0}: no es pot establir d'importació com {1} no és importable
apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},Hi ha un error en la seva plantilla de direcció {0} apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},Hi ha un error en la seva plantilla de direcció {0}
DocType: Footer Item,"target = ""_blank""","target = ""_blank""" DocType: Footer Item,"target = ""_blank""","target = ""_blank"""
DocType: Workflow State,hdd,hdd DocType: Workflow State,hdd,hdd
@@ -523,7 +526,7 @@ DocType: Communication,From Full Name,De Nom complet
apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},No tens accés a l'informe: {0} apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},No tens accés a l'informe: {0}
DocType: User,Send Welcome Email,Enviar Benvingut email DocType: User,Send Welcome Email,Enviar Benvingut email
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,Carrega CSV que conté tots els permisos d'usuari en el mateix format que a Baixa. apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,Carrega CSV que conté tots els permisos d'usuari en el mateix format que a Baixa.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +449,Remove Filter,Treure filtre
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +450,Remove Filter,Treure filtre
DocType: Address,Daman and Diu,Daman i Diu DocType: Address,Daman and Diu,Daman i Diu
DocType: Address,Personal,Personal DocType: Address,Personal,Personal
apps/frappe/frappe/config/setup.py +113,Bulk Rename,Bulk Rename apps/frappe/frappe/config/setup.py +113,Bulk Rename,Bulk Rename
@@ -553,13 +556,12 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.js +33,Send
apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","Estàndard DOCTYPE no pot tenir format d&#39;impressió per defecte, utilitzeu Personalitzar formulari" apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","Estàndard DOCTYPE no pot tenir format d&#39;impressió per defecte, utilitzeu Personalitzar formulari"
DocType: Report,Query,Query DocType: Report,Query,Query
DocType: DocType,Sort Order,Ordre de Classificació DocType: DocType,Sort Order,Ordre de Classificació
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,'In List View' not allowed for type {0} in row {1},'A Vista de llista' no permès per al tipus {0} a la fila {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In List View' not allowed for type {0} in row {1},'A Vista de llista' no permès per al tipus {0} a la fila {1}
DocType: Custom Field,Select the label after which you want to insert new field.,Selecciona l'etiqueta després de la qual vols inserir el nou camp. DocType: Custom Field,Select the label after which you want to insert new field.,Selecciona l'etiqueta després de la qual vols inserir el nou camp.
,Document Share Report,Document Compartir Reportar ,Document Share Report,Document Compartir Reportar
DocType: User,Last Login,Últim ingrés DocType: User,Last Login,Últim ingrés
apps/frappe/frappe/core/doctype/doctype/doctype.py +600,Fieldname is required in row {0},FIELDNAME es requereix a la fila {0}
apps/frappe/frappe/core/doctype/doctype/doctype.py +604,Fieldname is required in row {0},FIELDNAME es requereix a la fila {0}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,Columna apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,Columna
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,Configureu el compte de correu electrònic predeterminat des de Configuració&gt; Correu electrònic&gt; Compte de correu electrònic
DocType: Custom Field,Adds a custom field to a DocType,Afegeix un camp personalitzat a un DocType DocType: Custom Field,Adds a custom field to a DocType,Afegeix un camp personalitzat a un DocType
DocType: File,Is Home Folder,És Carpeta DocType: File,Is Home Folder,És Carpeta
apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} no és una adreça de correu electrònic vàlida apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} no és una adreça de correu electrònic vàlida
@@ -583,7 +585,7 @@ DocType: File,Folder,Carpeta
DocType: DocField,Index,Índex DocType: DocField,Index,Índex
DocType: Email Group,Newsletter Manager,Butlletí Administrador DocType: Email Group,Newsletter Manager,Butlletí Administrador
apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,Opció 1 apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,Opció 1
apps/frappe/frappe/public/js/frappe/form/formatters.js +124,{0} to {1},{0} a {1}
apps/frappe/frappe/public/js/frappe/form/formatters.js +129,{0} to {1},{0} a {1}
apps/frappe/frappe/config/setup.py +89,Log of error during requests.,Entrada d&#39;error durant peticions. apps/frappe/frappe/config/setup.py +89,Log of error during requests.,Entrada d&#39;error durant peticions.
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} ha estat afegit al grup de correu electrònic. apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} ha estat afegit al grup de correu electrònic.
DocType: Address,Uttar Pradesh,Uttar Pradesh DocType: Address,Uttar Pradesh,Uttar Pradesh
@@ -593,7 +595,7 @@ apps/frappe/frappe/email/doctype/newsletter/newsletter.py +30,Scheduled to send
DocType: Kanban Board Column,Indicator,Indicador DocType: Kanban Board Column,Indicator,Indicador
DocType: DocShare,Everyone,Tothom DocType: DocShare,Everyone,Tothom
DocType: Workflow State,backward,cap enrere DocType: Workflow State,backward,cap enrere
apps/frappe/frappe/core/doctype/doctype/doctype.py +676,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: Només una regla permès amb el mateix paper, Nivell i {1}"
apps/frappe/frappe/core/doctype/doctype/doctype.py +680,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: Només una regla permès amb el mateix paper, Nivell i {1}"
DocType: Email Queue,Add Unsubscribe Link,Afegir Enllaç Donar-se de baixa DocType: Email Queue,Add Unsubscribe Link,Afegir Enllaç Donar-se de baixa
apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,Cap comentari. Iniciar una nova discussió. apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,Cap comentari. Iniciar una nova discussió.
DocType: Workflow State,share,Quota DocType: Workflow State,share,Quota
@@ -632,7 +634,7 @@ apps/frappe/frappe/printing/doctype/print_format/print_format.py +80,{0} is now
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,columnes arxivats apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,columnes arxivats
DocType: Email Account,Default Outgoing,Predeterminar Sortint DocType: Email Account,Default Outgoing,Predeterminar Sortint
DocType: Workflow State,play,jugar DocType: Workflow State,play,jugar
apps/frappe/frappe/templates/emails/new_user.html +5,Click on the link below to complete your registration and set a new password,Feu clic a l'enllaç de sota per completar el seu registre i establir una nova contrasenya
apps/frappe/frappe/templates/emails/new_user.html +4,Click on the link below to complete your registration and set a new password,Feu clic a l'enllaç de sota per completar el seu registre i establir una nova contrasenya
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,No s'ha afegit apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,No s'ha afegit
apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,No hi ha comptes de correu electrònic assignada apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,No hi ha comptes de correu electrònic assignada
DocType: Contact Us Settings,Contact Us Settings,Ajustaments del Contacti'ns DocType: Contact Us Settings,Contact Us Settings,Ajustaments del Contacti'ns
@@ -653,12 +655,12 @@ apps/frappe/frappe/core/page/user_permissions/user_permissions.js +127,Upload Us
DocType: Dropbox Settings,App Secret Key,App clau secreta DocType: Dropbox Settings,App Secret Key,App clau secreta
apps/frappe/frappe/config/website.py +7,Web Site,lloc web apps/frappe/frappe/config/website.py +7,Web Site,lloc web
apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,Els elements marcats es mostraran a l'escriptori apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,Els elements marcats es mostraran a l'escriptori
apps/frappe/frappe/core/doctype/doctype/doctype.py +719,{0} cannot be set for Single types,{0} no es pot establir per als tipus individuals
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0} cannot be set for Single types,{0} no es pot establir per als tipus individuals
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Junta Kanban {0} no existeix. apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Junta Kanban {0} no existeix.
apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} està veient aquest document apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} està veient aquest document
DocType: ToDo,Assigned By Full Name,Assignat pel nom complet DocType: ToDo,Assigned By Full Name,Assignat pel nom complet
apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} actualitzat apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} actualitzat
apps/frappe/frappe/core/doctype/doctype/doctype.py +709,Report cannot be set for Single types,Informe no es pot ajustar per als tipus individuals
apps/frappe/frappe/core/doctype/doctype/doctype.py +713,Report cannot be set for Single types,Informe no es pot ajustar per als tipus individuals
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,Fa {0} dies apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,Fa {0} dies
DocType: Email Account,Awaiting Password,Tot esperant la contrasenya DocType: Email Account,Awaiting Password,Tot esperant la contrasenya
DocType: Address,Address Line 1,Adreça Línia 1 DocType: Address,Address Line 1,Adreça Línia 1
@@ -708,7 +710,7 @@ DocType: Feedback Trigger,"To add dynamic subject, use jinja tags like
apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,Aplicació {0} retira apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,Aplicació {0} retira
DocType: Custom DocPerm,Apply User Permissions,Aplicar permisos d'usuari DocType: Custom DocPerm,Apply User Permissions,Aplicar permisos d'usuari
DocType: User,Modules HTML,Mòduls HTML DocType: User,Modules HTML,Mòduls HTML
apps/frappe/frappe/public/js/frappe/ui/field_group.js +82,Missing Values Required,Camps Obligatoris
apps/frappe/frappe/public/js/frappe/ui/field_group.js +96,Missing Values Required,Camps Obligatoris
DocType: DocType,Other Settings,altres ajustos DocType: DocType,Other Settings,altres ajustos
DocType: Social Login Keys,Frappe,Frape DocType: Social Login Keys,Frappe,Frape
apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,Marcar com no llegit apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,Marcar com no llegit
@@ -762,7 +764,7 @@ DocType: Event,orange,taronja
apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,{0} no trobat apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,{0} no trobat
apps/frappe/frappe/config/setup.py +242,Add custom forms.,Afegir formularis personalitzats. apps/frappe/frappe/config/setup.py +242,Add custom forms.,Afegir formularis personalitzats.
apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} {2} en apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} {2} en
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +419,submitted this document,presentat aquest document
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,submitted this document,presentat aquest document
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,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. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,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: Communication,CC,CC
DocType: Country,Geo,Geo DocType: Country,Geo,Geo
@@ -812,7 +814,7 @@ DocType: DocType,Hide Toolbar,Oculta la barra d'eines
DocType: User,Last Active,Últim actiu DocType: User,Last Active,Últim actiu
DocType: Email Account,SMTP Settings for outgoing emails,Configuració SMTP per als correus sortints DocType: Email Account,SMTP Settings for outgoing emails,Configuració SMTP per als correus sortints
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,Error al importar apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,Error al importar
apps/frappe/frappe/templates/emails/password_update.html +3,Your password has been updated. Here is your new password,La seva contrasenya s'ha actualitzat. Aquí està la teva nova contrasenya
apps/frappe/frappe/templates/emails/password_update.html +2,Your password has been updated. Here is your new password,La seva contrasenya s'ha actualitzat. Aquí està la teva nova contrasenya
DocType: Email Account,Auto Reply Message,Missatge de resposta automàtica DocType: Email Account,Auto Reply Message,Missatge de resposta automàtica
DocType: Feedback Trigger,Condition,Condició DocType: Feedback Trigger,Condition,Condició
apps/frappe/frappe/utils/data.py +546,{0} hours ago,Fa {0} hores apps/frappe/frappe/utils/data.py +546,{0} hours ago,Fa {0} hores
@@ -836,7 +838,7 @@ DocType: Email Queue,Unsubscribe Method,Mètode per donar-se de baixa
DocType: GSuite Templates,Related DocType,doctype relacionada DocType: GSuite Templates,Related DocType,doctype relacionada
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,Edita per afegir contingut apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,Edita per afegir contingut
apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,Seleccioneu Idiomes apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,Seleccioneu Idiomes
apps/frappe/frappe/__init__.py +517,No permission for {0},Sense permís per {0}
apps/frappe/frappe/__init__.py +518,No permission for {0},Sense permís per {0}
DocType: DocType,Advanced,Avançat DocType: DocType,Advanced,Avançat
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,Sembla clau d&#39;API o API secret està malament !!! apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,Sembla clau d&#39;API o API secret està malament !!!
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Referència: {0} {1} apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Referència: {0} {1}
@@ -868,14 +870,14 @@ DocType: Custom DocPerm,Additional Permissions,Permisos addicionals
DocType: Email Account,Always use Account's Email Address as Sender,Utilitzar sempre de compte direcció de correu electrònic com a remitent DocType: Email Account,Always use Account's Email Address as Sender,Utilitzar sempre de compte direcció de correu electrònic com a remitent
apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,Inicia sessió per comentar apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,Inicia sessió per comentar
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,Comenceu a introduir dades per sota d'aquesta línia apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,Comenceu a introduir dades per sota d'aquesta línia
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +474,changed values for {0},valors modificats per {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +476,changed values for {0},valors modificats per {0}
DocType: Workflow State,retweet,retweet DocType: Workflow State,retweet,retweet
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,Especifica el valor del camp apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,Especifica el valor del camp
DocType: Report,Disabled,Deshabilitat DocType: Report,Disabled,Deshabilitat
DocType: Workflow State,eye-close,ull-close DocType: Workflow State,eye-close,ull-close
DocType: OAuth Provider Settings,OAuth Provider Settings,Configuració del proveïdor OAuth DocType: OAuth Provider Settings,OAuth Provider Settings,Configuració del proveïdor OAuth
apps/frappe/frappe/config/setup.py +254,Applications,Aplicacions apps/frappe/frappe/config/setup.py +254,Applications,Aplicacions
apps/frappe/frappe/public/js/frappe/request.js +349,Report this issue,Informar sobre aquesta incidència
apps/frappe/frappe/public/js/frappe/request.js +353,Report this issue,Informar sobre aquesta incidència
apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,El nom és necessari apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,El nom és necessari
DocType: Custom Script,Adds a custom script (client or server) to a DocType,Afegeix una seqüència de comandaments personalitzada (client o servidor) a un DocType DocType: Custom Script,Adds a custom script (client or server) to a DocType,Afegeix una seqüència de comandaments personalitzada (client o servidor) a un DocType
DocType: Address,City/Town,Ciutat / Poble DocType: Address,City/Town,Ciutat / Poble
@@ -959,7 +961,7 @@ DocType: Web Form,Actions,Accions
DocType: Workflow State,align-justify,align-justify DocType: Workflow State,align-justify,align-justify
DocType: User,Middle Name (Optional),Cognom 1 DocType: User,Middle Name (Optional),Cognom 1
apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,No permès apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,No permès
apps/frappe/frappe/public/js/frappe/ui/field_group.js +83,Following fields have missing values:,Següents camps tenen valors que falten:
apps/frappe/frappe/public/js/frappe/ui/field_group.js +97,Following fields have missing values:,Següents camps tenen valors que falten:
apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,No tens prou permisos per completar l&#39;acció apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,No tens prou permisos per completar l&#39;acció
apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,No hi ha resultats apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,No hi ha resultats
DocType: System Settings,Security,Seguretat DocType: System Settings,Security,Seguretat
@@ -1002,7 +1004,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js +133,Hide Details,Ocultar det
DocType: Workflow State,Tasks,Tasques DocType: Workflow State,Tasks,Tasques
DocType: Event,Tuesday,Dimarts DocType: Event,Tuesday,Dimarts
DocType: Blog Settings,Blog Settings,Ajustaments de blog DocType: Blog Settings,Blog Settings,Ajustaments de blog
apps/frappe/frappe/templates/emails/new_user.html +17,You can also copy-paste this link in your browser,També podeu copiar i enganxar aquest enllaç al teu navegador
apps/frappe/frappe/templates/emails/new_user.html +16,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 DocType: Workflow State,bullhorn,megàfon
DocType: Social Login Keys,Facebook Client Secret,Facebook Client Secret DocType: Social Login Keys,Facebook Client Secret,Facebook Client Secret
DocType: Footer Item,Target,Objectiu DocType: Footer Item,Target,Objectiu
@@ -1014,12 +1016,12 @@ DocType: ToDo,Due Date,Data De Venciment
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,dia trimestre apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,dia trimestre
DocType: Social Login Keys,Google Client Secret,Google Client Secret DocType: Social Login Keys,Google Client Secret,Google Client Secret
DocType: Website Settings,Hide Footer Signup,Hide Footer Inscripció DocType: Website Settings,Hide Footer Signup,Hide Footer Inscripció
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,cancelled this document,cancel·lat aquest document
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +423,cancelled this document,cancel·lat aquest document
apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,Write a Python file in the same folder where this is saved and return column and result. apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,Write a Python file in the same folder where this is saved and return column and result.
DocType: DocType,Sort Field,Ordenar Camp DocType: DocType,Sort Field,Ordenar Camp
DocType: Razorpay Settings,Razorpay Settings,ajustos Razorpay DocType: Razorpay Settings,Razorpay Settings,ajustos Razorpay
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +445,Edit Filter,Editar el filtre
apps/frappe/frappe/core/doctype/doctype/doctype.py +415,Field {0} of type {1} cannot be mandatory,El camp {0} de tipus {1} no pot ser obligatori
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +446,Edit Filter,Editar el filtre
apps/frappe/frappe/core/doctype/doctype/doctype.py +419,Field {0} of type {1} cannot be mandatory,El camp {0} de tipus {1} no pot ser obligatori
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,Afegir més apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,Afegir més
apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,Amaga Gràfic apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,Amaga Gràfic
DocType: System Settings,Session Expiry Mobile,Sessió de caducitat mòbil DocType: System Settings,Session Expiry Mobile,Sessió de caducitat mòbil
@@ -1060,7 +1062,7 @@ DocType: Address,Contacts,Contactes
DocType: System Settings,Setup Complete,Instal·lació completa DocType: System Settings,Setup Complete,Instal·lació completa
apps/frappe/frappe/config/setup.py +66,Report of all document shares,Informe de totes les accions de documents apps/frappe/frappe/config/setup.py +66,Report of all document shares,Informe de totes les accions de documents
apps/frappe/frappe/www/update-password.html +18,New Password,Nova Contrasenya apps/frappe/frappe/www/update-password.html +18,New Password,Nova Contrasenya
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +73,Filter {0} missing,Filtre {0} que falta
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +74,Filter {0} missing,Filtre {0} que falta
apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,Ho sento! No es poden eliminar els comentaris generats automàticament apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,Ho sento! No es poden eliminar els comentaris generats automàticament
DocType: Website Theme,Style using CSS,Estil amb CSS DocType: Website Theme,Style using CSS,Estil amb CSS
apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,Reference DocType apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,Reference DocType
@@ -1125,7 +1127,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +127,Help on Searc
apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,Registrat però discapacitats apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,Registrat però discapacitats
DocType: DocType,Hide Copy,Amaga Copiar DocType: DocType,Hide Copy,Amaga Copiar
apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,Desactiveu totes les funcions apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,Desactiveu totes les funcions
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +114,{0} generated on {1},{0} generada en: {1}
apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} ha de ser únic apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} ha de ser únic
apps/frappe/frappe/permissions.py +274,Row,Fila apps/frappe/frappe/permissions.py +274,Row,Fila
DocType: DocType,Track Changes,Control de canvis DocType: DocType,Track Changes,Control de canvis
@@ -1176,11 +1177,11 @@ DocType: User,Github User ID,ID d'usuari a Github
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,Si el Tipus de Document apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,Si el Tipus de Document
apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","No es pot eliminar o cancel·lar a causa de {0} <a href=""#Form/{0}/{1}"">{1}</a> està vinculada amb {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}" apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","No es pot eliminar o cancel·lar a causa de {0} <a href=""#Form/{0}/{1}"">{1}</a> està vinculada amb {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}"
apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},Aplicació Desconegut {0} apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},Aplicació Desconegut {0}
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +48,"%s is not a valid report format. Report format should \
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +49,"%s is not a valid report format. Report format should \
one of the following %s",% S no és un format d&#39;informe vàlid. Format de l&#39;informe ha \ un dels següents% s one of the following %s",% S no és un format d&#39;informe vàlid. Format de l&#39;informe ha \ un dels següents% s
DocType: Communication,Chat,Chat DocType: Communication,Chat,Chat
apps/frappe/frappe/core/doctype/doctype/doctype.py +408,Fieldname {0} appears multiple times in rows {1},El camp {0} apareix diverses vegades en les files {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +460,{0} from {1} to {2} in row #{3},{0} de {1} a {2} en fila # {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +412,Fieldname {0} appears multiple times in rows {1},El camp {0} apareix diverses vegades en les files {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +462,{0} from {1} to {2} in row #{3},{0} de {1} a {2} en fila # {3}
DocType: Communication,Expired,Caducat DocType: Communication,Expired,Caducat
DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),Nombre de columnes per a un camp en una quadrícula (Total de columnes en una quadrícula ha de ser inferior a 11) DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),Nombre de columnes per a un camp en una quadrícula (Total de columnes en una quadrícula ha de ser inferior a 11)
DocType: DocType,System,Sistema DocType: DocType,System,Sistema
@@ -1195,7 +1196,7 @@ DocType: Help Article,Likes,Gustos
DocType: Website Settings,Top Bar,Top Bar DocType: Website Settings,Top Bar,Top Bar
DocType: GSuite Settings,Script Code,codi guió DocType: GSuite Settings,Script Code,codi guió
apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,Crear usuari de correu electrònic apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,Crear usuari de correu electrònic
apps/frappe/frappe/core/doctype/doctype/doctype.py +647,No Permissions Specified,No hi ha permisos especificats
apps/frappe/frappe/core/doctype/doctype/doctype.py +651,No Permissions Specified,No hi ha permisos especificats
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,Configuració global: Els usuaris només podran escollir les icones controlades apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,Configuració global: Els usuaris només podran escollir les icones controlades
apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} no trobat apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} no trobat
DocType: Custom Role,Custom Role,El paper d&#39;encàrrec DocType: Custom Role,Custom Role,El paper d&#39;encàrrec
@@ -1207,12 +1208,12 @@ DocType: Dropbox Settings,Dropbox Access Secret,Dropbox Access Secret
apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,Afegir un altre comentari apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,Afegir un altre comentari
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,Edita Tipus Document apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,Edita Tipus Document
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,Cancel·lat la subscripció a Newsletter apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,Cancel·lat la subscripció a Newsletter
apps/frappe/frappe/core/doctype/doctype/doctype.py +507,Fold must come before a Section Break,Doblar ha de venir abans d&#39;un salt de secció
apps/frappe/frappe/core/doctype/doctype/doctype.py +511,Fold must come before a Section Break,Doblar ha de venir abans d&#39;un salt de secció
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,En desenvolupament apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,En desenvolupament
apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,Darrera modificació per apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,Darrera modificació per
DocType: Workflow State,hand-down,hand-down DocType: Workflow State,hand-down,hand-down
DocType: Address,GST State,estat GST DocType: Address,GST State,estat GST
apps/frappe/frappe/core/doctype/doctype/doctype.py +695,{0}: Cannot set Cancel without Submit,{0}: No es pot establir sense Cancel Enviar
apps/frappe/frappe/core/doctype/doctype/doctype.py +699,{0}: Cannot set Cancel without Submit,{0}: No es pot establir sense Cancel Enviar
DocType: Website Theme,Theme,Tema DocType: Website Theme,Theme,Tema
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,Hi han hagut errors. apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,Hi han hagut errors.
DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,URI de redireccionament obligat a Auth Code DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,URI de redireccionament obligat a Auth Code
@@ -1251,7 +1252,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +7,
apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,Afegir comentari apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,Afegir comentari
DocType: DocField,Mandatory,Obligatori DocType: DocField,Mandatory,Obligatori
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,Mòdul per exportar apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,Mòdul per exportar
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,{0}: No basic permissions set,{0}: No s'ha establert cap conjunt permisos bàsic
apps/frappe/frappe/core/doctype/doctype/doctype.py +663,{0}: No basic permissions set,{0}: No s'ha establert cap conjunt permisos bàsic
apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,La seva subscripció expirarà en {0}. apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,La seva subscripció expirarà en {0}.
apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},L'enllaç de descàrrega per a la còpia de seguretat serà enviat per correu electrònic a l'adreça electrònica següent: {0} apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},L'enllaç de descàrrega per a la còpia de seguretat serà enviat per correu electrònic a l'adreça electrònica següent: {0}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","Significat de Presentar, anul·lar, modificar" apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","Significat de Presentar, anul·lar, modificar"
@@ -1266,6 +1267,7 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +129,Filters sa
DocType: DocField,Percent,Per cent DocType: DocField,Percent,Per cent
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,"Si us plau, estableix els filtres" apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,"Si us plau, estableix els filtres"
apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,Vinculat Amb apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,Vinculat Amb
apps/frappe/frappe/templates/emails/auto_email_report.html +48,Edit Auto Email Report Settings,Editeu Configuració de l&#39;informe de correu electrònic automàtic
DocType: Workflow State,book,llibre DocType: Workflow State,book,llibre
DocType: Website Settings,Landing Page,La pàgina de destinació DocType: Website Settings,Landing Page,La pàgina de destinació
apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,Error en la seqüència de personalització apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,Error en la seqüència de personalització
@@ -1274,7 +1276,7 @@ apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +132,"Import R
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,No hi ha permisos establerts per a aquest criteri. apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,No hi ha permisos establerts per a aquest criteri.
DocType: Auto Email Report,Auto Email Report,Acte Informe correu electrònic DocType: Auto Email Report,Auto Email Report,Acte Informe correu electrònic
apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,Els correus electrònics Max apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,Els correus electrònics Max
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +575,Delete comment?,Esborrar comentaris?
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +577,Delete comment?,Esborrar comentaris?
DocType: Address Template,This format is used if country specific format is not found,Aquest format s'utilitza si no hi ha el format específic de cada país DocType: Address Template,This format is used if country specific format is not found,Aquest format s'utilitza si no hi ha el format específic de cada país
DocType: System Settings,Allow Login using Mobile Number,Permetre que inicia sessió usant Nombre Mòbil DocType: System Settings,Allow Login using Mobile Number,Permetre que inicia sessió usant Nombre Mòbil
apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,"Vostè no té permisos suficients per accedir a aquest apartat. Si us plau, poseu-vos en contacte amb l&#39;administrador per obtenir accés." apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,"Vostè no té permisos suficients per accedir a aquest apartat. Si us plau, poseu-vos en contacte amb l&#39;administrador per obtenir accés."
@@ -1290,7 +1292,7 @@ DocType: Print Format,Monospace,Monoespaiat
DocType: Letter Head,Printing,Impressió DocType: Letter Head,Printing,Impressió
DocType: Workflow State,thumbs-up,thumbs-up DocType: Workflow State,thumbs-up,thumbs-up
DocType: DocPerm,DocPerm,DocPerm DocType: DocPerm,DocPerm,DocPerm
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Precision should be between 1 and 6,Precisió ha d'estar entre 1 i 6
apps/frappe/frappe/core/doctype/doctype/doctype.py +467,Precision should be between 1 and 6,Precisió ha d'estar entre 1 i 6
apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},Fw: {0} apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},Fw: {0}
apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,i apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,i
DocType: Error Snapshot,Frames,Marc DocType: Error Snapshot,Frames,Marc
@@ -1303,9 +1305,10 @@ apps/frappe/frappe/utils/boilerplate.py +263,{app_title},{app_title}
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,Please set Dropbox access keys in your site config apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,Please set Dropbox access keys in your site config
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Eliminar aquest registre per permetre l&#39;enviament a aquesta adreça de correu electrònic apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Eliminar aquest registre per permetre l&#39;enviament a aquesta adreça de correu electrònic
apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"Només els camps obligatoris són necessaris per als nous registres. Pots eliminar columnes de caràcter no obligatori, si ho desitges." apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"Només els camps obligatoris són necessaris per als nous registres. Pots eliminar columnes de caràcter no obligatori, si ho desitges."
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +269,Unable to update event,No es pot actualitzar esdeveniment
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +262,Unable to update event,No es pot actualitzar esdeveniment
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,El pagament complet apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,El pagament complet
apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","El filtre ha de tenir 4 valors (DOCTYPE, nom de camp, operador, valor): {0}" apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","El filtre ha de tenir 4 valors (DOCTYPE, nom de camp, operador, valor): {0}"
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,No s&#39;ha trobat cap plantilla d&#39;adreça predeterminada. Creeu-ne un de nou des de Configuració&gt; Impressió i marca&gt; Plantilla d&#39;adreces.
apps/frappe/frappe/utils/bot.py +89,show,espectacle apps/frappe/frappe/utils/bot.py +89,show,espectacle
DocType: Address Template,Address Template,Plantilla de Direcció DocType: Address Template,Address Template,Plantilla de Direcció
DocType: Workflow State,text-height,text-height DocType: Workflow State,text-height,text-height
@@ -1358,7 +1361,6 @@ apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +6,Can Write
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Alguns documents, com una factura, no haurien de canviar un cop final. L'estat final d'aquests documents es diu Enviat. Podeu restringir quins rols poden Submit." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Alguns documents, com una factura, no haurien de canviar un cop final. L'estat final d'aquests documents es diu Enviat. Podeu restringir quins rols poden Submit."
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,No està autoritzat a exportar aquest informe apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,No està autoritzat a exportar aquest informe
apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 element seleccionat apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 element seleccionat
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> No s'han trobat resultats per a ' </p>
DocType: Newsletter,Test Email Address,Adreça de correu electrònic de prova DocType: Newsletter,Test Email Address,Adreça de correu electrònic de prova
DocType: ToDo,Sender,Remitent DocType: ToDo,Sender,Remitent
DocType: GSuite Settings,Google Apps Script,Google Apps Script DocType: GSuite Settings,Google Apps Script,Google Apps Script
@@ -1371,7 +1373,7 @@ DocType: System Settings,Allow only one session per user,Permetre només una ses
apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,Còpia apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,Còpia
apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,Carpeta Inici / Test 1 / Carpeta Prova 3 apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,Carpeta Inici / Test 1 / Carpeta Prova 3
DocType: Website Settings,&lt;head&gt; HTML,&lt;head&gt; de HTML DocType: Website Settings,&lt;head&gt; HTML,&lt;head&gt; de HTML
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +66,Select or drag across time slots to create a new event.,Seleccioneu o arrossegament a través de caselles de temps per crear un nou esdeveniment.
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +67,Select or drag across time slots to create a new event.,Seleccioneu o arrossegament a través de caselles de temps per crear un nou esdeveniment.
DocType: DocField,In Filter,En Filter DocType: DocField,In Filter,En Filter
apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban
DocType: DocType,Show in Module Section,Mostra a la secció Mòdul DocType: DocType,Show in Module Section,Mostra a la secció Mòdul
@@ -1392,7 +1394,7 @@ apps/frappe/frappe/email/doctype/email_account/email_account_list.js +6,Default
apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,.zip importació apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,.zip importació
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,document d&#39;identitat apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,document d&#39;identitat
DocType: Print Settings,Letter,Carta DocType: Print Settings,Letter,Carta
apps/frappe/frappe/core/doctype/doctype/doctype.py +556,Image field must be of type Attach Image,Camp d&#39;imatge ha de ser de tipus Adjuntar imatge
apps/frappe/frappe/core/doctype/doctype/doctype.py +560,Image field must be of type Attach Image,Camp d&#39;imatge ha de ser de tipus Adjuntar imatge
DocType: DocField,Columns,columnes DocType: DocField,Columns,columnes
DocType: Async Task,Succeeded,Succeït DocType: Async Task,Succeeded,Succeït
apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},Camps obligatoris requerits a {0} apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},Camps obligatoris requerits a {0}
@@ -1443,7 +1445,7 @@ DocType: DocField,Text Editor,Editor de text
apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,Configuració de pàgina sobre nosaltres. apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,Configuració de pàgina sobre nosaltres.
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,Edició de HTML personalitzat apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,Edició de HTML personalitzat
DocType: Error Snapshot,Error Snapshot,Instantània d&#39;error DocType: Error Snapshot,Error Snapshot,Instantània d&#39;error
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,In,En
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,In,En
DocType: Email Alert,Value Change,Canvi de valor DocType: Email Alert,Value Change,Canvi de valor
DocType: Standard Reply,Standard Reply,Resposta predefinida DocType: Standard Reply,Standard Reply,Resposta predefinida
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,Ample de la caixa d'entrada apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,Ample de la caixa d'entrada
@@ -1463,12 +1465,11 @@ apps/frappe/frappe/public/js/frappe/views/communication.js +82,Select Attachment
apps/frappe/frappe/model/naming.py +94, for {0},per {0} apps/frappe/frappe/model/naming.py +94, for {0},per {0}
apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,"Hi va haver errors. Si us plau, informe d&#39;això." apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,"Hi va haver errors. Si us plau, informe d&#39;això."
apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,No està permès imprimir aquest document apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,No està permès imprimir aquest document
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +107,Please set filters value in Report Filter table.,"Si us plau, estableix el valor en la taula de filtres Filtre d&#39;informe."
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +120,Please set filters value in Report Filter table.,"Si us plau, estableix el valor en la taula de filtres Filtre d&#39;informe."
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,Carregant Informe apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,Carregant Informe
apps/frappe/frappe/limits.py +72,Your subscription will expire today.,La seva subscripció expira avui. apps/frappe/frappe/limits.py +72,Your subscription will expire today.,La seva subscripció expira avui.
DocType: Page,Standard,Estàndard DocType: Page,Standard,Estàndard
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Adjuntar Arxiu apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Adjuntar Arxiu
apps/frappe/frappe/templates/emails/password_update.html +1,Password Update Notification,Contrasenya Notificació d'actualització
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Mida apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Mida
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Assignació completa apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Assignació completa
DocType: Custom DocPerm,User Permission DocTypes,Permisos d'usuaris de Doctypes DocType: Custom DocPerm,User Permission DocTypes,Permisos d'usuaris de Doctypes
@@ -1481,6 +1482,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +10,Insert Abo
apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,noms i cognoms comuns són fàcils d&#39;endevinar. apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,noms i cognoms comuns són fàcils d&#39;endevinar.
apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,Esborrany apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,Esborrany
apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,Això és similar a una clau d&#39;ús comú. apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,Això és similar a una clau d&#39;ús comú.
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> No s'han trobat resultats per a ' </p>
DocType: User,Female,Dona DocType: User,Female,Dona
DocType: Print Settings,Modern,Modern DocType: Print Settings,Modern,Modern
apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,Resultats de la cerca apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,Resultats de la cerca
@@ -1535,7 +1537,7 @@ apps/frappe/frappe/core/doctype/file/file_list.js +65,Folder name should not inc
DocType: Note,Note,Nota DocType: Note,Note,Nota
apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,Informa d&#39;un problema apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,Informa d&#39;un problema
apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,condicions de retroalimentació no coincideixen apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,condicions de retroalimentació no coincideixen
apps/frappe/frappe/core/doctype/doctype/doctype.py +570,Timeline field must be a valid fieldname,camp de línia de temps ha de ser un nom de camp vàlid
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a valid fieldname,camp de línia de temps ha de ser un nom de camp vàlid
DocType: Currency,Symbol,Símbol DocType: Currency,Symbol,Símbol
apps/frappe/frappe/model/base_document.py +534,Row #{0}:,Fila # {0}: apps/frappe/frappe/model/base_document.py +534,Row #{0}:,Fila # {0}:
apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,S'ha enviat una nova contrassenya per correu electrònic apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,S'ha enviat una nova contrassenya per correu electrònic
@@ -1592,8 +1594,7 @@ DocType: Web Page,Text Align,Text Alinear
apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},El nom no pot tenir caràcters especials com {0} apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},El nom no pot tenir caràcters especials com {0}
DocType: Contact Us Settings,Forward To Email Address,Reenviar al Correu Electrònic DocType: Contact Us Settings,Forward To Email Address,Reenviar al Correu Electrònic
apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,Mostra totes les dades apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,Mostra totes les dades
apps/frappe/frappe/core/doctype/doctype/doctype.py +527,Title field must be a valid fieldname,El Camp Títol ha de ser un nom de camp vàlid
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,El compte de correu electrònic no està configurat. Creeu un compte de correu electrònic nou a Configuració&gt; Correu electrònic&gt; Compte de correu electrònic
apps/frappe/frappe/core/doctype/doctype/doctype.py +531,Title field must be a valid fieldname,El Camp Títol ha de ser un nom de camp vàlid
apps/frappe/frappe/config/core.py +7,Documents,Documents apps/frappe/frappe/config/core.py +7,Documents,Documents
DocType: Email Flag Queue,Is Completed,es completa DocType: Email Flag Queue,Is Completed,es completa
apps/frappe/frappe/www/me.html +22,Edit Profile,Edita el perfil apps/frappe/frappe/www/me.html +22,Edit Profile,Edita el perfil
@@ -1645,7 +1646,7 @@ DocType: Standard Reply,Standard Reply Help,Respondre estàndard d&#39;Ajuda
DocType: Blogger,Avatar,Avatar DocType: Blogger,Avatar,Avatar
DocType: Blogger,Posts,Posts DocType: Blogger,Posts,Posts
DocType: DocType,Has Web View,Té Web DocType: DocType,Has Web View,Té Web
apps/frappe/frappe/core/doctype/doctype/doctype.py +377,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","El nom del tipus de document ha de començar amb una lletra i només pot consistir en lletres, nombres, espais i guions baixos"
apps/frappe/frappe/core/doctype/doctype/doctype.py +381,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","El nom del tipus de document ha de començar amb una lletra i només pot consistir en lletres, nombres, espais i guions baixos"
DocType: Communication,Spam,Correu brossa DocType: Communication,Spam,Correu brossa
DocType: Integration Request,Integration Request,Sol·licitud d&#39;integració DocType: Integration Request,Integration Request,Sol·licitud d&#39;integració
apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,Estimat apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,Estimat
@@ -1681,7 +1682,7 @@ DocType: Website Settings,Sub-domain provided by erpnext.com,Sub-domini proporci
DocType: System Settings,dd-mm-yyyy,dd-mm-aaaa DocType: System Settings,dd-mm-yyyy,dd-mm-aaaa
apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,Ha de tenir informe de permís per accedir a aquest informe. apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,Ha de tenir informe de permís per accedir a aquest informe.
apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,Seleccioneu Contrasenya puntuació mínima apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,Seleccioneu Contrasenya puntuació mínima
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,Added,Afegit
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,Added,Afegit
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.","Actualitzar només, no inserir nous registres." apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.","Actualitzar només, no inserir nous registres."
apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,Resum diari d'esdeveniments s'envia per a esdeveniments de calendari en el qual es configura recordatoris. apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,Resum diari d'esdeveniments s'envia per a esdeveniments de calendari en el qual es configura recordatoris.
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,Veure Lloc Web apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,Veure Lloc Web
@@ -1695,7 +1696,7 @@ DocType: Integration Request,Reference DocName,Referència DocName
DocType: Web Form,Success Message,Missatge d'èxit DocType: Web Form,Success Message,Missatge d'èxit
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,Les personalitzacions d&#39;exportació apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,Les personalitzacions d&#39;exportació
DocType: DocType,User Cannot Search,L'usuari no pot Cercar DocType: DocType,User Cannot Search,L'usuari no pot Cercar
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +83,Invalid Output Format,Format de sortida no vàlid
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Invalid Output Format,Format de sortida no vàlid
DocType: Custom DocPerm,Apply this rule if the User is the Owner,"Aplicar aquesta regla, si l&#39;usuari és el propietari" DocType: Custom DocPerm,Apply this rule if the User is the Owner,"Aplicar aquesta regla, si l&#39;usuari és el propietari"
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,Serà la seva ID d&#39;inici de sessió apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,Serà la seva ID d&#39;inici de sessió
apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,Redactar Informe apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,Redactar Informe
@@ -1713,10 +1714,11 @@ apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +138,There were e
apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,Close apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,Close
apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,No es pot canviar DocStatus de 0 a 2 apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,No es pot canviar DocStatus de 0 a 2
DocType: User Permission for Page and Report,Roles Permission,funcions de permisos DocType: User Permission for Page and Report,Roles Permission,funcions de permisos
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,El compte de correu electrònic no està configurat. Creeu un compte de correu electrònic nou a Configuració&gt; Correu electrònic&gt; Compte de correu electrònic
apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,Actualització apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,Actualització
DocType: Error Snapshot,Snapshot View,Instantània de vista DocType: Error Snapshot,Snapshot View,Instantània de vista
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,"Si us plau, guardi el butlletí abans d'enviar-" apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,"Si us plau, guardi el butlletí abans d'enviar-"
apps/frappe/frappe/core/doctype/doctype/doctype.py +426,Options must be a valid DocType for field {0} in row {1},Les opcions han de ser un tipus de document vàlid per al camp {0} a la fila {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +430,Options must be a valid DocType for field {0} in row {1},Les opcions han de ser un tipus de document vàlid per al camp {0} a la fila {1}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,Edita les propietats apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,Edita les propietats
DocType: Patch Log,List of patches executed,Llista de pegats executat DocType: Patch Log,List of patches executed,Llista de pegats executat
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} ja donat de baixa apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} ja donat de baixa
@@ -1809,7 +1811,7 @@ apps/frappe/frappe/core/doctype/version/version_view.html +32,Rows Added,Afegit
apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,Èxit! Que són bons per anar 👍 apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,Èxit! Que són bons per anar 👍
apps/frappe/frappe/www/me.html +3,My Account,El meu compte apps/frappe/frappe/www/me.html +3,My Account,El meu compte
DocType: ToDo,Allocated To,Assignats a DocType: ToDo,Allocated To,Assignats a
apps/frappe/frappe/templates/emails/password_reset.html +4,Please click on the following link to set your new password,"Si us plau, feu clic al següent enllaç per configurar la nova contrasenya"
apps/frappe/frappe/templates/emails/password_reset.html +2,Please click on the following link to set your new password,"Si us plau, feu clic al següent enllaç per configurar la nova contrasenya"
DocType: Email Alert,Days After,Dies Després DocType: Email Alert,Days After,Dies Després
DocType: Newsletter,Receipient,receipient DocType: Newsletter,Receipient,receipient
DocType: Contact Us Settings,Settings for Contact Us Page,Ajustos per Contacti'ns Pàgina DocType: Contact Us Settings,Settings for Contact Us Page,Ajustos per Contacti'ns Pàgina
@@ -1823,7 +1825,7 @@ DocType: Property Setter,Property Type,Tipus de propietat
DocType: Workflow State,screenshot,captura de pantalla DocType: Workflow State,screenshot,captura de pantalla
apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,"Només l'administrador pot guardar un informe estàndard. Si us plau, canvia-li el nom i desa'l" apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,"Només l'administrador pot guardar un informe estàndard. Si us plau, canvia-li el nom i desa'l"
DocType: System Settings,Background Workers,Treballadors de fons DocType: System Settings,Background Workers,Treballadors de fons
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,Fieldname {0} conflicting with meta object,Nom de camp {0} en conflicte a fi meta
apps/frappe/frappe/core/doctype/doctype/doctype.py +783,Fieldname {0} conflicting with meta object,Nom de camp {0} en conflicte a fi meta
DocType: Deleted Document,Data,Dades DocType: Deleted Document,Data,Dades
apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,Estat del document apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,Estat del document
apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},Vostè ha fet {0} de {1} apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},Vostè ha fet {0} de {1}
@@ -1887,7 +1889,6 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +70,"""Parent"" signif
DocType: Website Theme,Apply Style,Aplicar Estil DocType: Website Theme,Apply Style,Aplicar Estil
DocType: Feedback Request,Feedback Rating,grau de la regeneració DocType: Feedback Request,Feedback Rating,grau de la regeneració
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,Compartit Amb apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,Compartit Amb
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,Configuració&gt; Administrador de permisos d&#39;usuari
DocType: Help Category,Help Articles,Ajuda a les persones DocType: Help Category,Help Articles,Ajuda a les persones
,Modules Setup,Mòduls d'instal·lació ,Modules Setup,Mòduls d'instal·lació
apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,Tipus: apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,Tipus:
@@ -1933,12 +1934,11 @@ apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 2,Opci
DocType: Feedback Trigger,Email Field,El camp de correu electrònic DocType: Feedback Trigger,Email Field,El camp de correu electrònic
apps/frappe/frappe/www/update-password.html +59,New Password Required.,Nova contrasenya requerida. apps/frappe/frappe/www/update-password.html +59,New Password Required.,Nova contrasenya requerida.
apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} compartit aquest document {1} apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} compartit aquest document {1}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,Configuració&gt; Usuari
DocType: Website Settings,Brand Image,Imatge de marca DocType: Website Settings,Brand Image,Imatge de marca
DocType: Print Settings,A4,A4 DocType: Print Settings,A4,A4
apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","Configuració de barra de navegació superior, peu de pàgina i el logo." apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","Configuració de barra de navegació superior, peu de pàgina i el logo."
DocType: Web Form Field,Max Value,valor màxim DocType: Web Form Field,Max Value,valor màxim
apps/frappe/frappe/core/doctype/doctype/doctype.py +655,For {0} at level {1} in {2} in row {3},Per {0} a nivell {1} a {2} en fila {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,For {0} at level {1} in {2} in row {3},Per {0} a nivell {1} a {2} en fila {3}
DocType: Contact,All,Tots DocType: Contact,All,Tots
DocType: Email Queue,Recipient,Receptor DocType: Email Queue,Recipient,Receptor
DocType: Communication,Has Attachment,té fitxers adjunts DocType: Communication,Has Attachment,té fitxers adjunts
@@ -1956,7 +1956,7 @@ DocType: Auto Email Report,Email To,Destinatari
apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,Carpeta {0} no està buit apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,Carpeta {0} no està buit
DocType: Page,Roles,Rols DocType: Page,Roles,Rols
apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},Error: valor perdut per {0}: {1} apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},Error: valor perdut per {0}: {1}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +286,Field {0} is not selectable.,El camp {0} no es pot seleccionar.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +287,Field {0} is not selectable.,El camp {0} no es pot seleccionar.
DocType: System Settings,Session Expiry,Caducitat Sessió DocType: System Settings,Session Expiry,Caducitat Sessió
DocType: Workflow State,ban-circle,ban-cercle DocType: Workflow State,ban-circle,ban-cercle
DocType: Email Flag Queue,Unread,no llegit DocType: Email Flag Queue,Unread,no llegit
@@ -2014,7 +2014,7 @@ DocType: DocType,"Naming Options:
<ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",Opcions de nomenclatura: <ol><li> <b>camp: [nom del camp]</b> - Per Camp </li><li> <b>naming_series:</b> - En nomenar la sèrie (camp anomenat naming_series han d'estar presents </li><li> <b>Preguntar</b> - Sol·licitar a l'usuari un nom </li><li> <b>[Sèrie]</b> - Sèrie pel prefix (separats per un punt); per exemple PRE. ##### </li></ol> <ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",Opcions de nomenclatura: <ol><li> <b>camp: [nom del camp]</b> - Per Camp </li><li> <b>naming_series:</b> - En nomenar la sèrie (camp anomenat naming_series han d'estar presents </li><li> <b>Preguntar</b> - Sol·licitar a l'usuari un nom </li><li> <b>[Sèrie]</b> - Sèrie pel prefix (separats per un punt); per exemple PRE. ##### </li></ol>
DocType: Blog Post,Email Sent,Correu electrònic enviat DocType: Blog Post,Email Sent,Correu electrònic enviat
DocType: DocField,Ignore XSS Filter,Ignorar filtre XSS DocType: DocField,Ignore XSS Filter,Ignorar filtre XSS
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,removed,eliminat
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,removed,eliminat
apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,la configuració de còpia de seguretat de Dropbox apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,la configuració de còpia de seguretat de Dropbox
apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,Enviar com a correu electrònic apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,Enviar com a correu electrònic
DocType: Website Theme,Link Color,Enllaç color DocType: Website Theme,Link Color,Enllaç color
@@ -2181,10 +2181,10 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +77,You are not
apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,Info: apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,Info:
DocType: Custom Field,Permission Level,Nivell de permís DocType: Custom Field,Permission Level,Nivell de permís
DocType: User,Send Notifications for Transactions I Follow,Enviar notificacions de transaccions que segueixo DocType: User,Send Notifications for Transactions I Follow,Enviar notificacions de transaccions que segueixo
apps/frappe/frappe/core/doctype/doctype/doctype.py +698,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: No es pot establir a Presentat, Anul·lat, Modificat sense escriptura"
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: No es pot establir a Presentat, Anul·lat, Modificat sense escriptura"
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,Segur que vols eliminar l'adjunt? apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,Segur que vols eliminar l'adjunt?
apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","No es pot eliminar o cancel·lar a causa de {0} <a href=""#Form/{0}/{1}"">{1}</a> està vinculada amb {2} <a href=""#Form/{2}/{3}"">{3}</a>" apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","No es pot eliminar o cancel·lar a causa de {0} <a href=""#Form/{0}/{1}"">{1}</a> està vinculada amb {2} <a href=""#Form/{2}/{3}"">{3}</a>"
apps/frappe/frappe/__init__.py +1070,Thank you,Gràcies
apps/frappe/frappe/__init__.py +1071,Thank you,Gràcies
apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,Estalvi apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,Estalvi
DocType: Print Settings,Print Style Preview,Vista prèvia de l'estil d'impressió DocType: Print Settings,Print Style Preview,Vista prèvia de l'estil d'impressió
apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder
@@ -2228,7 +2228,7 @@ apps/frappe/frappe/public/js/frappe/list/list_renderer.js +501,2 days ago,Fa 2 d
apps/frappe/frappe/config/website.py +47,Categorize blog posts.,Classificar les entrades del blog. apps/frappe/frappe/config/website.py +47,Categorize blog posts.,Classificar les entrades del blog.
DocType: Workflow State,Time,temps DocType: Workflow State,Time,temps
DocType: DocField,Attach,Adjuntar DocType: DocField,Attach,Adjuntar
apps/frappe/frappe/core/doctype/doctype/doctype.py +539,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} no és un patró de nom de camp vàlid. Ha de ser {{field_name}}.
apps/frappe/frappe/core/doctype/doctype/doctype.py +543,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} no és un patró de nom de camp vàlid. Ha de ser {{field_name}}.
DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,Comentaris del Sol·licitud només si hi ha almenys una comunicació està disponible per al document. DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,Comentaris del Sol·licitud només si hi ha almenys una comunicació està disponible per al document.
DocType: Custom Role,Permission Rules,Regles de permisos DocType: Custom Role,Permission Rules,Regles de permisos
DocType: GSuite Settings,GSuite Settings,ajustaments GSuite DocType: GSuite Settings,GSuite Settings,ajustaments GSuite
@@ -2248,7 +2248,7 @@ apps/frappe/frappe/website/doctype/blog_post/blog_post.py +106,Posts by {0},Miss
apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","Per formatar columnes, donar títols de les columnes a la consulta." apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","Per formatar columnes, donar títols de les columnes a la consulta."
DocType: Has Domain,Has Domain,té domini DocType: Has Domain,Has Domain,té domini
apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,No tens un compte? Registra&#39;t apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,No tens un compte? Registra&#39;t
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,{0}: Cannot set Assign Amend if not Submittable,{0}: No es pot establir Assignar esmenar si no submittable
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set Assign Amend if not Submittable,{0}: No es pot establir Assignar esmenar si no submittable
DocType: Address,Bihar,Bihar DocType: Address,Bihar,Bihar
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,Edita permisos de rol apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,Edita permisos de rol
DocType: Communication,Link DocType,enllaç dOCTYPE DocType: Communication,Link DocType,enllaç dOCTYPE
@@ -2300,7 +2300,7 @@ DocType: DocField,Set non-standard precision for a Float or Currency field,Ajust
DocType: Email Account,Ignore attachments over this size,No feu cas dels accessoris més d'aquesta mida DocType: Email Account,Ignore attachments over this size,No feu cas dels accessoris més d'aquesta mida
DocType: Address,Preferred Billing Address,Preferit Direcció de facturació DocType: Address,Preferred Billing Address,Preferit Direcció de facturació
apps/frappe/frappe/config/integrations.py +63,External Documents,documents externs apps/frappe/frappe/config/integrations.py +63,External Documents,documents externs
apps/frappe/frappe/database.py +235,Too many writes in one request. Please send smaller requests,Massa escriu en una petició. Si us plau enviar sol·licituds més petites
apps/frappe/frappe/database.py +247,Too many writes in one request. Please send smaller requests,Massa escriu en una petició. Si us plau enviar sol·licituds més petites
apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,Els valors modificats apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,Els valors modificats
DocType: Workflow State,arrow-up,arrow-up DocType: Workflow State,arrow-up,arrow-up
DocType: OAuth Bearer Token,Expires In,en expira DocType: OAuth Bearer Token,Expires In,en expira
@@ -2348,7 +2348,7 @@ apps/frappe/frappe/core/page/data_import_tool/importer.py +81,Please make sure t
apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,"Si us plau, assegureu-vos que el seu perfil té una adreça de correu electrònic" apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,"Si us plau, assegureu-vos que el seu perfil té una adreça de correu electrònic"
apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,"Hi ha canvis sense desar en aquest formulari. Si us plau, guarda abans de continuar." apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,"Hi ha canvis sense desar en aquest formulari. Si us plau, guarda abans de continuar."
DocType: Address,Telangana,Telangana DocType: Address,Telangana,Telangana
apps/frappe/frappe/core/doctype/doctype/doctype.py +459,Default for {0} must be an option,Defecte per {0} ha de ser una opció
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Default for {0} must be an option,Defecte per {0} ha de ser una opció
DocType: Tag Doc Category,Tag Doc Category,Tag Doc Categoria DocType: Tag Doc Category,Tag Doc Category,Tag Doc Categoria
DocType: User,User Image,Imatge d'Usuari DocType: User,User Image,Imatge d'Usuari
apps/frappe/frappe/email/queue.py +304,Emails are muted,Els correus electrònics es silencien apps/frappe/frappe/email/queue.py +304,Emails are muted,Els correus electrònics es silencien
@@ -2393,7 +2393,7 @@ DocType: Async Task,Running,Córrer
apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,Restablir contrasenya apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,Restablir contrasenya
apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,"Si us plau, actualitzi Per afegir més d&#39;{0} subscriptors" apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,"Si us plau, actualitzi Per afegir més d&#39;{0} subscriptors"
DocType: Workflow State,hand-left,hand-left DocType: Workflow State,hand-left,hand-left
apps/frappe/frappe/core/doctype/doctype/doctype.py +472,Fieldtype {0} for {1} cannot be unique,FieldType {0} de {1} no pot ser únic
apps/frappe/frappe/core/doctype/doctype/doctype.py +476,Fieldtype {0} for {1} cannot be unique,FieldType {0} de {1} no pot ser únic
DocType: Email Account,Use SSL,Utilitza SSL DocType: Email Account,Use SSL,Utilitza SSL
DocType: Workflow State,play-circle,joc de cercle DocType: Workflow State,play-circle,joc de cercle
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,Seleccioneu Format d'impressió a Edita apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,Seleccioneu Format d'impressió a Edita
@@ -2448,7 +2448,7 @@ DocType: DocField,No Copy,No Copy
DocType: Workflow State,qrcode,qrcode DocType: Workflow State,qrcode,qrcode
apps/frappe/frappe/www/login.html +34,Login with LDAP,Entrada amb LDAP apps/frappe/frappe/www/login.html +34,Login with LDAP,Entrada amb LDAP
DocType: Web Form,Breadcrumbs,Breadcrumbs DocType: Web Form,Breadcrumbs,Breadcrumbs
apps/frappe/frappe/core/doctype/doctype/doctype.py +671,If Owner,Si Propietari
apps/frappe/frappe/core/doctype/doctype/doctype.py +675,If Owner,Si Propietari
DocType: OAuth Authorization Code,Expiration time,temps de termini DocType: OAuth Authorization Code,Expiration time,temps de termini
DocType: Web Page,Website Sidebar,Barra Lateral pàgina web DocType: Web Page,Website Sidebar,Barra Lateral pàgina web
DocType: Web Form,Show Sidebar,Mostra la barra lateral DocType: Web Form,Show Sidebar,Mostra la barra lateral
@@ -2619,6 +2619,7 @@ DocType: Portal Settings,Hide Standard Menu,Amaga menú estàndard
apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,Afegeix / Administrar dominis de correu electrònic. apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,Afegeix / Administrar dominis de correu electrònic.
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},No es pot cancel·lar abans de presentar Veure Transició {0} apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},No es pot cancel·lar abans de presentar Veure Transició {0}
apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,Format d'impressió {0} està deshabilitat apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,Format d'impressió {0} està deshabilitat
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,Configureu el compte de correu electrònic predeterminat des de Configuració&gt; Correu electrònic&gt; Compte de correu electrònic
DocType: Email Alert,Send days before or after the reference date,Enviar dies abans o després de la data de referència DocType: Email Alert,Send days before or after the reference date,Enviar dies abans o després de la data de referència
DocType: User,Allow user to login only after this hour (0-24),Permetre l'accés a l'usuari només després d'aquesta hora (0-24) DocType: User,Allow user to login only after this hour (0-24),Permetre l'accés a l'usuari només després d'aquesta hora (0-24)
apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,Valor apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,Valor
@@ -2634,7 +2635,6 @@ DocType: ToDo,Priority,Prioritat
DocType: Email Queue,Unsubscribe Param,Donar-se de baixa Param DocType: Email Queue,Unsubscribe Param,Donar-se de baixa Param
DocType: Auto Email Report,Weekly,Setmanal DocType: Auto Email Report,Weekly,Setmanal
DocType: Communication,In Reply To,En resposta a DocType: Communication,In Reply To,En resposta a
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,No s&#39;ha trobat cap plantilla d&#39;adreça predeterminada. Creeu-ne un de nou des de Configuració&gt; Impressió i marca&gt; Plantilla d&#39;adreça.
DocType: DocType,Allow Import (via Data Import Tool),Permetre la importació (a través de l&#39;eina d&#39;importació de dades) DocType: DocType,Allow Import (via Data Import Tool),Permetre la importació (a través de l&#39;eina d&#39;importació de dades)
apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,sr apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,sr
DocType: DocField,Float,Float DocType: DocField,Float,Float
@@ -2677,7 +2677,7 @@ apps/frappe/frappe/templates/emails/auto_reply.html +1,Thank you for your email,
DocType: DocField,Small Text,Text petit DocType: DocField,Small Text,Text petit
apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,Administrador accedeix {0} el {1} a través de l&#39;adreça IP {2}. apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,Administrador accedeix {0} el {1} a través de l&#39;adreça IP {2}.
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,Equival apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,Equival
apps/frappe/frappe/core/doctype/doctype/doctype.py +453,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'
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,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 DocType: About Us Settings,Team Members Heading,Team Members Heading
apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,Format CSV no vàlid apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,Format CSV no vàlid
apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,Establir el nombre de còpies de seguretat apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,Establir el nombre de còpies de seguretat
@@ -2711,7 +2711,7 @@ DocType: Kanban Board Column,Column Name,Nom de la columna
DocType: Language,Based On,Basat en DocType: Language,Based On,Basat en
apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,Estableix com a predeterminat apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,Estableix com a predeterminat
apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,Comproveu l&#39;URL del servidor Frappe apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,Comproveu l&#39;URL del servidor Frappe
apps/frappe/frappe/core/doctype/doctype/doctype.py +495,Fieldtype {0} for {1} cannot be indexed,FieldType {0} de {1} no poden ser indexats
apps/frappe/frappe/core/doctype/doctype/doctype.py +499,Fieldtype {0} for {1} cannot be indexed,FieldType {0} de {1} no poden ser indexats
DocType: Communication,Email Account,Compte de correu electrònic DocType: Communication,Email Account,Compte de correu electrònic
DocType: Workflow State,Download,Descarregar DocType: Workflow State,Download,Descarregar
DocType: Blog Post,Blog Intro,Bloc Intro DocType: Blog Post,Blog Intro,Bloc Intro
@@ -2743,15 +2743,15 @@ apps/frappe/frappe/email/doctype/email_group/email_group.js +45,New Newsletter,N
DocType: Print Settings,Send Print as PDF,Envia la impressió com a PDF DocType: Print Settings,Send Print as PDF,Envia la impressió com a PDF
DocType: Web Form,Amount,Quantitat DocType: Web Form,Amount,Quantitat
DocType: Workflow Transition,Allowed,Mascotes DocType: Workflow Transition,Allowed,Mascotes
apps/frappe/frappe/core/doctype/doctype/doctype.py +502,There can be only one Fold in a form,Només hi pot haver un plec en el formulari
apps/frappe/frappe/core/doctype/doctype/doctype.py +506,There can be only one Fold in a form,Només hi pot haver un plec en el formulari
apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},No es pot escriure el format d&#39;arxiu per a {0} apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},No es pot escriure el format d&#39;arxiu per a {0}
apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,Restaurar a la configuració per defecte? apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,Restaurar a la configuració per defecte?
apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,Home Page no vàlida apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,Home Page no vàlida
apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,Accés incorrecte. Intenteu-ho de nou. apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,Accés incorrecte. Intenteu-ho de nou.
apps/frappe/frappe/core/doctype/doctype/doctype.py +420,Options required for Link or Table type field {0} in row {1},Opcions necessàries per Link o camp de tipus de taula {0} a la fila {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +424,Options required for Link or Table type field {0} in row {1},Opcions necessàries per Link o camp de tipus de taula {0} a la fila {1}
DocType: Auto Email Report,Send only if there is any data,Enviar només si hi ha qualsevol dada DocType: Auto Email Report,Send only if there is any data,Enviar només si hi ha qualsevol dada
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,Reiniciar els filtres apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,Reiniciar els filtres
apps/frappe/frappe/core/doctype/doctype/doctype.py +688,{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
apps/frappe/frappe/core/doctype/doctype/doctype.py +692,{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
apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},Assignació tancat per {0} apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},Assignació tancat per {0}
DocType: Integration Request,Remote,remot DocType: Integration Request,Remote,remot
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,Calcular apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,Calcular
@@ -2771,7 +2771,7 @@ DocType: DocField,Perm Level,Perm Level
apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,Esdeveniments A l'Agenda d'avui apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,Esdeveniments A l'Agenda d'avui
DocType: Web Page,Web Page,Pàgina Web DocType: Web Page,Web Page,Pàgina Web
DocType: Blog Category,Blogger,Blogger DocType: Blog Category,Blogger,Blogger
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In Global Search' not allowed for type {0} in row {1},&#39;A la recerca global&#39; no permès per al tipus {0} a la fila {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +449,'In Global Search' not allowed for type {0} in row {1},&#39;A la recerca global&#39; no permès per al tipus {0} a la fila {1}
apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,veure Llista apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,veure Llista
apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},La data ha de tenir el format: {0} apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},La data ha de tenir el format: {0}
DocType: Workflow,Don't Override Status,No correcció d&#39;estat DocType: Workflow,Don't Override Status,No correcció d&#39;estat
@@ -2820,7 +2820,7 @@ DocType: Website Theme,Background,Fons
DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions." DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions."
DocType: Report,Ref DocType,Ref DocType DocType: Report,Ref DocType,Ref DocType
apps/frappe/frappe/www/feedback.py +42,Please add a rating,"Si us plau, afegir una qualificació" apps/frappe/frappe/www/feedback.py +42,Please add a rating,"Si us plau, afegir una qualificació"
apps/frappe/frappe/core/doctype/doctype/doctype.py +700,{0}: Cannot set Amend without Cancel,{0}: No es pot establir a Corregir sense Cancel·lar abans
apps/frappe/frappe/core/doctype/doctype/doctype.py +704,{0}: Cannot set Amend without Cancel,{0}: No es pot establir a Corregir sense Cancel·lar abans
apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,Pàgina plena apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,Pàgina plena
DocType: DocType,Is Child Table,És Taula fill DocType: DocType,Is Child Table,És Taula fill
apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} ha de ser una de {1} apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} ha de ser una de {1}
@@ -2849,7 +2849,7 @@ DocType: Event,Send an email reminder in the morning,Enviar un recordatori per c
DocType: Blog Post,Published On,Publicat a DocType: Blog Post,Published On,Publicat a
DocType: Contact,Gender,Gènere DocType: Contact,Gender,Gènere
apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,Informació obligatòria que falta: apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,Informació obligatòria que falta:
apps/frappe/frappe/core/doctype/doctype/doctype.py +492,Field '{0}' cannot be set as Unique as it has non-unique values,El camp &#39;{0}&#39; no es pot establir com a únic ja que té valors no únics
apps/frappe/frappe/core/doctype/doctype/doctype.py +496,Field '{0}' cannot be set as Unique as it has non-unique values,El camp &#39;{0}&#39; no es pot establir com a únic ja que té valors no únics
apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,Només 200 insercions permesos en una petició apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,Només 200 insercions permesos en una petició
DocType: Footer Item,URL,URL DocType: Footer Item,URL,URL
DocType: ToDo,Reference Type,Tipus de referència DocType: ToDo,Reference Type,Tipus de referència
@@ -2892,8 +2892,8 @@ apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +135,Please save
apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} abonats afegir apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} abonats afegir
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,No En apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,No En
DocType: Workflow State,star,estrella DocType: Workflow State,star,estrella
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +228,values separated by commas,valors separats per comes
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Max width for type Currency is 100px in row {0},Ample màxim per al tipus de moneda és 100px a la fila {0}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,values separated by commas,valors separats per comes
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,Max width for type Currency is 100px in row {0},Ample màxim per al tipus de moneda és 100px a la fila {0}
apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},"Si us plau, comparteixi els seus comentaris per {0}" apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},"Si us plau, comparteixi els seus comentaris per {0}"
apps/frappe/frappe/config/website.py +13,Content web page.,Contingut de la pàgina web. apps/frappe/frappe/config/website.py +13,Content web page.,Contingut de la pàgina web.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Afegeix un nou paper apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Afegeix un nou paper
@@ -2911,7 +2911,7 @@ apps/frappe/frappe/public/js/frappe/desk.js +383,Please Enter Your Password to C
apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,No és un usuari vàlid LDAP apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,No és un usuari vàlid LDAP
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} no és un Estat vàlida apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} no és un Estat vàlida
apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',Si us plau seleccioneu un altre mètode de pagament. PayPal no admet transaccions en moneda &#39;{0}&#39; apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',Si us plau seleccioneu un altre mètode de pagament. PayPal no admet transaccions en moneda &#39;{0}&#39;
apps/frappe/frappe/core/doctype/doctype/doctype.py +519,Search field {0} is not valid,camp de cerca {0} no és vàlid
apps/frappe/frappe/core/doctype/doctype/doctype.py +523,Search field {0} is not valid,camp de cerca {0} no és vàlid
DocType: Workflow State,ok-circle,ok-circle DocType: Workflow State,ok-circle,ok-circle
apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',Es poden trobar coses preguntant &quot;trobar taronja en els clients &#39; apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',Es poden trobar coses preguntant &quot;trobar taronja en els clients &#39;
apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,Ho sento! L'usuari ha de tenir accés complet al seu propi rècord. apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,Ho sento! L'usuari ha de tenir accés complet al seu propi rècord.
@@ -2981,7 +2981,7 @@ DocType: User,Background Style,Estil del fons
apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},fusionat {0} a {1} apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},fusionat {0} a {1}
DocType: System Settings,mm-dd-yyyy,mm-dd-aaaa DocType: System Settings,mm-dd-yyyy,mm-dd-aaaa
apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} connectat apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} connectat
apps/frappe/frappe/templates/emails/new_user.html +4,Your login id is,El seu nom d'usuari és
apps/frappe/frappe/templates/emails/new_user.html +3,Your login id is,El seu nom d'usuari és
DocType: OAuth Client,Skip Authorization,saltar Autorització DocType: OAuth Client,Skip Authorization,saltar Autorització
DocType: Web Form,Amount Field,El camp suma DocType: Web Form,Amount Field,El camp suma
DocType: Dropbox Settings,Send Notifications To,Enviar notificacions a DocType: Dropbox Settings,Send Notifications To,Enviar notificacions a


+ 94
- 94
frappe/translations/cs.csv View File

@@ -55,7 +55,7 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +52,Data Import Templa
apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,Nadřazeno apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,Nadřazeno
DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","Pokud je povoleno, síla hesla bude vynucena na základě hodnoty minimálního skóre hesla. Hodnota 2 je středně silná a 4 je velmi silná." DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","Pokud je povoleno, síla hesla bude vynucena na základě hodnoty minimálního skóre hesla. Hodnota 2 je středně silná a 4 je velmi silná."
DocType: About Us Settings,"""Team Members"" or ""Management""","""Členové týmu"" nebo ""Vedení""" DocType: About Us Settings,"""Team Members"" or ""Management""","""Členové týmu"" nebo ""Vedení"""
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Default for 'Check' type of field must be either '0' or '1',Výchozí hodnota pro 'zaškrtávací' pole musí být '0' nebo '1'
apps/frappe/frappe/core/doctype/doctype/doctype.py +461,Default for 'Check' type of field must be either '0' or '1',Výchozí hodnota pro 'zaškrtávací' pole musí být '0' nebo '1'
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,Včera apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,Včera
DocType: Contact,Designation,Označení DocType: Contact,Designation,Označení
DocType: Test Runner,Test Runner,Testovací Runner DocType: Test Runner,Test Runner,Testovací Runner
@@ -71,7 +71,7 @@ DocType: DocType,Is Published Field,Je publikován Field
DocType: Email Group,Email Group,Email Group DocType: Email Group,Email Group,Email Group
DocType: Note,Seen By,Viděn DocType: Note,Seen By,Viděn
apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,Přidat více apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,Přidat více
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Not Like,Ne jako
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Not Like,Ne jako
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,Nastavit zobrazované označení pole apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,Nastavit zobrazované označení pole
apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},Nesprávná hodnota: {0} musí být {1} {2} apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},Nesprávná hodnota: {0} musí být {1} {2}
apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","Změnit vlastnosti pole (skrýt, jen pro čtení, práva atd.)" apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","Změnit vlastnosti pole (skrýt, jen pro čtení, práva atd.)"
@@ -160,7 +160,8 @@ apps/frappe/frappe/public/js/frappe/upload.js +296,Uploading...,Nahrávám...
DocType: Email Domain,Email Domain,Email Domain DocType: Email Domain,Email Domain,Email Domain
DocType: Workflow State,italic,italic DocType: Workflow State,italic,italic
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,Pro každého apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,Pro každého
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,{0}: Cannot set Import without Create,{0}: Nelze nastavit Import bez Vytvoření
apps/frappe/frappe/core/doctype/doctype/doctype.py +706,{0}: Cannot set Import without Create,{0}: Nelze nastavit Import bez Vytvoření
apps/frappe/frappe/templates/emails/auto_email_report.html +45,View report in your browser,Zobrazit přehled ve vašem prohlížeči
apps/frappe/frappe/config/desk.py +26,Event and other calendars.,Event a jiné kalendáře. apps/frappe/frappe/config/desk.py +26,Event and other calendars.,Event a jiné kalendáře.
apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,Všechna pole jsou nezbytná pro odeslání komentáře. apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,Všechna pole jsou nezbytná pro odeslání komentáře.
apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,Přetáhnutím třídit sloupce apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,Přetáhnutím třídit sloupce
@@ -237,7 +238,7 @@ apps/frappe/frappe/config/setup.py +121,Update many values at one time.,Aktualiz
apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,"Chyba: Dokument byl upraven poté, co jste ho otevřeli" apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,"Chyba: Dokument byl upraven poté, co jste ho otevřeli"
apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} odhlášen: {1} apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} odhlášen: {1}
DocType: Address,West Bengal,Západní Bengálsko DocType: Address,West Bengal,Západní Bengálsko
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0}: Cannot set Assign Submit if not Submittable,{0}: Nelze nastavit Odeslat když není Odeslatelné
apps/frappe/frappe/core/doctype/doctype/doctype.py +727,{0}: Cannot set Assign Submit if not Submittable,{0}: Nelze nastavit Odeslat když není Odeslatelné
DocType: Social Login Keys,Facebook,Facebook DocType: Social Login Keys,Facebook,Facebook
apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""","Filtrováno dle ""{0}""" apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""","Filtrováno dle ""{0}"""
DocType: Salutation,Administrator,Správce DocType: Salutation,Administrator,Správce
@@ -261,7 +262,7 @@ DocType: User,Get your globally recognized avatar from Gravatar.com,Pořiďte si
apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","Vaše předplatné vypršelo na {0}. Chcete-li obnovit, {1}." apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","Vaše předplatné vypršelo na {0}. Chcete-li obnovit, {1}."
DocType: Workflow State,plus-sign,plus-sign DocType: Workflow State,plus-sign,plus-sign
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,Instalační program již dokončena apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,Instalační program již dokončena
apps/frappe/frappe/__init__.py +897,App {0} is not installed,App {0} není nainstalován
apps/frappe/frappe/__init__.py +898,App {0} is not installed,App {0} není nainstalován
DocType: Workflow State,Refresh,Obnovit DocType: Workflow State,Refresh,Obnovit
DocType: Event,Public,Veřejné DocType: Event,Public,Veřejné
apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,Není co zobrazit apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,Není co zobrazit
@@ -269,7 +270,7 @@ apps/frappe/frappe/public/js/frappe/model/model.js +24,Liked By,Oblíbená
apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,E-mailová podpora apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,E-mailová podpora
DocType: DocField,Print Hide If No Value,Tisk Hide-li Ne Hodnota DocType: DocField,Print Hide If No Value,Tisk Hide-li Ne Hodnota
DocType: Event,yellow,žlutý DocType: Event,yellow,žlutý
apps/frappe/frappe/core/doctype/doctype/doctype.py +563,Is Published Field must be a valid fieldname,Je publikován pole musí být platná fieldname
apps/frappe/frappe/core/doctype/doctype/doctype.py +567,Is Published Field must be a valid fieldname,Je publikován pole musí být platná fieldname
apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,Nahrát přílohu apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,Nahrát přílohu
DocType: Block Module,Block Module,Block Module DocType: Block Module,Block Module,Block Module
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,Šablona exportu apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,Šablona exportu
@@ -286,7 +287,7 @@ DocType: Email Account,Total number of emails to sync in initial sync process ,C
DocType: Website Settings,Set Banner from Image,Nastavit banner z obrázku DocType: Website Settings,Set Banner from Image,Nastavit banner z obrázku
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,Globální vyhledávání apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,Globální vyhledávání
DocType: Email Account,SparkPost,SparkPost DocType: Email Account,SparkPost,SparkPost
apps/frappe/frappe/templates/emails/new_user.html +3,A new account has been created for you at {0},Nový účet byl vytvořen pro vás v {0}
apps/frappe/frappe/templates/emails/new_user.html +2,A new account has been created for you at {0},Nový účet byl vytvořen pro vás v {0}
apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,Pokyny zasláno e-mailem apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,Pokyny zasláno e-mailem
apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),Zadejte e-mail příjemce (ů) apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),Zadejte e-mail příjemce (ů)
DocType: Print Format,Verdana,Verdana DocType: Print Format,Verdana,Verdana
@@ -352,7 +353,7 @@ apps/frappe/frappe/utils/nestedset.py +218,Merging is only possible between Grou
apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},Přidáno: {0} apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},Přidáno: {0}
apps/frappe/frappe/www/search.html +28,No matching records. Search something new,Bez odpovídajících záznamů. Hledat něco nového apps/frappe/frappe/www/search.html +28,No matching records. Search something new,Bez odpovídajících záznamů. Hledat něco nového
DocType: Currency,Fraction Units,Zlomkové jednotky DocType: Currency,Fraction Units,Zlomkové jednotky
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +431,{0} from {1} to {2},{0} z {1} až {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +433,{0} from {1} to {2},{0} z {1} až {2}
DocType: Communication,Type,Typ DocType: Communication,Type,Typ
DocType: Authentication Log,Subject,Předmět DocType: Authentication Log,Subject,Předmět
DocType: Web Form,Amount Based On Field,Částka z terénního DocType: Web Form,Amount Based On Field,Částka z terénního
@@ -365,10 +366,10 @@ DocType: Workflow State,plane,letadlo
apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","Pokud nahráváte nové záznamy, ""číselníky"" se stanou povinnými, pakliže jsou zvoleny." apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","Pokud nahráváte nové záznamy, ""číselníky"" se stanou povinnými, pakliže jsou zvoleny."
apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,Získejte upozornění pro dnešní den apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,Získejte upozornění pro dnešní den
apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DOCTYPE lze přejmenovat pouze uživatel Administrator apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DOCTYPE lze přejmenovat pouze uživatel Administrator
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +442,changed value of {0},Změněná hodnota {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +444,changed value of {0},Změněná hodnota {0}
DocType: Report,JSON,JSON DocType: Report,JSON,JSON
apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,Zkontrolujte svůj e-mail pro ověření apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,Zkontrolujte svůj e-mail pro ověření
apps/frappe/frappe/core/doctype/doctype/doctype.py +509,Fold can not be at the end of the form,Fold nemůže být na konci formuláře
apps/frappe/frappe/core/doctype/doctype/doctype.py +513,Fold can not be at the end of the form,Fold nemůže být na konci formuláře
DocType: Communication,Bounced,Odražené DocType: Communication,Bounced,Odražené
DocType: Deleted Document,Deleted Name,vypouští Name DocType: Deleted Document,Deleted Name,vypouští Name
apps/frappe/frappe/config/setup.py +14,System and Website Users,Systémový a veřejní uživatelé apps/frappe/frappe/config/setup.py +14,System and Website Users,Systémový a veřejní uživatelé
@@ -376,25 +377,26 @@ DocType: Workflow Document State,Doc Status,Doc Status
DocType: Auto Email Report,No of Rows (Max 500),Ne řádků (max 500) DocType: Auto Email Report,No of Rows (Max 500),Ne řádků (max 500)
DocType: Language,Language Code,Kód jazyka DocType: Language,Language Code,Kód jazyka
apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","Vaše záloha se připravuje pro stažení, tato operace může chvíli trvat v závislosti na objemu dat, trpělivost prosím …" apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","Vaše záloha se připravuje pro stažení, tato operace může chvíli trvat v závislosti na objemu dat, trpělivost prosím …"
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +23,Add Filter,Přidat filtr
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +21,Add Filter,Přidat filtr
apps/frappe/frappe/www/feedback.html +23,Your rating: ,Vaše hodnocení: apps/frappe/frappe/www/feedback.html +23,Your rating: ,Vaše hodnocení:
apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} a {1} apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} a {1}
DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Vždy přidat &quot;Koncept&quot; Okruh pro tisk konceptů dokumentů DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Vždy přidat &quot;Koncept&quot; Okruh pro tisk konceptů dokumentů
apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,E-mail byl označen jako spam apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,E-mail byl označen jako spam
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,Nastavení&gt; Uživatel
DocType: About Us Settings,Website Manager,Správce webu DocType: About Us Settings,Website Manager,Správce webu
apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,Vyberete si návrhy nebo zrušené dokumenty apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,Vyberete si návrhy nebo zrušené dokumenty
apps/frappe/frappe/model/document.py +1044,Document Queued,dokument ve frontě apps/frappe/frappe/model/document.py +1044,Document Queued,dokument ve frontě
DocType: GSuite Templates,Destination ID,ID místa určení DocType: GSuite Templates,Destination ID,ID místa určení
DocType: Desktop Icon,List,Seznam DocType: Desktop Icon,List,Seznam
DocType: Communication,Link Name,Link Name DocType: Communication,Link Name,Link Name
apps/frappe/frappe/core/doctype/doctype/doctype.py +433,Field {0} in row {1} cannot be hidden and mandatory without default,Pole {0} na řádku {1} nemůže být skryté a povinné bez výchozí hodnoty
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Field {0} in row {1} cannot be hidden and mandatory without default,Pole {0} na řádku {1} nemůže být skryté a povinné bez výchozí hodnoty
DocType: System Settings,mm/dd/yyyy,mm/dd/rrrr DocType: System Settings,mm/dd/yyyy,mm/dd/rrrr
apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,Neplatné heslo: apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,Neplatné heslo:
DocType: Print Settings,Send document web view link in email,Odeslat dokument odkaz web zobrazit v e-mailu DocType: Print Settings,Send document web view link in email,Odeslat dokument odkaz web zobrazit v e-mailu
apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,Vaše připomínky ke dokumentu {0} úspěšně uložen apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,Vaše připomínky ke dokumentu {0} úspěšně uložen
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,Předchozí apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,Předchozí
apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,Re: apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,Re:
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +496,{0} rows for {1},{0} řádky pro {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +498,{0} rows for {1},{0} řádky pro {1}
DocType: Currency,"Sub-currency. For e.g. ""Cent""","Sub-měna. Pro např ""Cent """ DocType: Currency,"Sub-currency. For e.g. ""Cent""","Sub-měna. Pro např ""Cent """
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,Vyberte uploadovaný soubor apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,Vyberte uploadovaný soubor
DocType: Letter Head,Check this to make this the default letter head in all prints,Toto zaškrtněte pro vytvoření výchozího záhlaví pro veškerý tisk DocType: Letter Head,Check this to make this the default letter head in all prints,Toto zaškrtněte pro vytvoření výchozího záhlaví pro veškerý tisk
@@ -417,7 +419,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +5,
DocType: Event,Wednesday,Středa DocType: Event,Wednesday,Středa
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","Kromě pravidel oprávnění založených na rolích, můžete aplikovat uživatelská oprávnění založená na DocTypes." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","Kromě pravidel oprávnění založených na rolích, můžete aplikovat uživatelská oprávnění založená na DocTypes."
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value."
apps/frappe/frappe/core/doctype/doctype/doctype.py +554,Image field must be a valid fieldname,Pole Obrázek musí být platný fieldname
apps/frappe/frappe/core/doctype/doctype/doctype.py +558,Image field must be a valid fieldname,Pole Obrázek musí být platný fieldname
DocType: OAuth Client,Token,Žeton DocType: OAuth Client,Token,Žeton
DocType: Property Setter,ID (name) of the entity whose property is to be set,ID (název) entity jejíž vlastnost bude nastavena DocType: Property Setter,ID (name) of the entity whose property is to be set,ID (název) entity jejíž vlastnost bude nastavena
apps/frappe/frappe/limits.py +82,"To renew, {0}.","Chcete-li obnovit, {0}." apps/frappe/frappe/limits.py +82,"To renew, {0}.","Chcete-li obnovit, {0}."
@@ -426,7 +428,7 @@ DocType: Web Form,Sidebar Items,Položky postranního panelu
apps/frappe/frappe/installer.py +125,App {0} already installed,Aplikace {0} již byla nainstalována apps/frappe/frappe/installer.py +125,App {0} already installed,Aplikace {0} již byla nainstalována
DocType: Workflow State,exclamation-sign,exclamation-sign DocType: Workflow State,exclamation-sign,exclamation-sign
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,Ukázat Oprávnění apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,Ukázat Oprávnění
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a Link or Dynamic Link,Časová osa pole musí být Link nebo Dynamic Link
apps/frappe/frappe/core/doctype/doctype/doctype.py +578,Timeline field must be a Link or Dynamic Link,Časová osa pole musí být Link nebo Dynamic Link
apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,Časové období apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,Časové období
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,Gantt apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,Gantt
apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},Strana {0} z {1} apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},Strana {0} z {1}
@@ -456,18 +458,18 @@ DocType: Workflow State,music,Hudba
DocType: Web Page,Settings,Nastavení DocType: Web Page,Settings,Nastavení
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,Prosím specifikujte doctype apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,Prosím specifikujte doctype
DocType: Print Format,Style Settings,Nastavení stylu DocType: Print Format,Style Settings,Nastavení stylu
apps/frappe/frappe/core/doctype/doctype/doctype.py +585,Sort field {0} must be a valid fieldname,Uspořádat pole {0} musí být platné fieldname
apps/frappe/frappe/core/doctype/doctype/doctype.py +589,Sort field {0} must be a valid fieldname,Uspořádat pole {0} musí být platné fieldname
apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,Více apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,Více
DocType: Contact,Sales Manager,Manažer prodeje DocType: Contact,Sales Manager,Manažer prodeje
apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,Přejmenovat apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,Přejmenovat
DocType: Print Format,Format Data,Formát dat DocType: Print Format,Format Data,Formát dat
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Like,Jako
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Like,Jako
DocType: Customize Form Field,Customize Form Field,Přizpůsobit formulářové pole DocType: Customize Form Field,Customize Form Field,Přizpůsobit formulářové pole
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,Umožňuje uživateli apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,Umožňuje uživateli
DocType: OAuth Client,Grant Type,Grant Type DocType: OAuth Client,Grant Type,Grant Type
apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,"Podívejte se, které dokumenty jsou čitelné uživatelem" apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,"Podívejte se, které dokumenty jsou čitelné uživatelem"
apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,Aplikace s výpisem není povolena apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,Aplikace s výpisem není povolena
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,use % as wildcard,použijete % jako zástupný znak
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +230,use % as wildcard,použijete % jako zástupný znak
apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","E-mail domény není nakonfigurován pro tento účet, vytvořit jeden?" apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","E-mail domény není nakonfigurován pro tento účet, vytvořit jeden?"
DocType: User,Reset Password Key,Obnovit heslo klíče DocType: User,Reset Password Key,Obnovit heslo klíče
DocType: Email Account,Enable Auto Reply,Povolit automatické odpovědi DocType: Email Account,Enable Auto Reply,Povolit automatické odpovědi
@@ -492,11 +494,12 @@ apps/frappe/frappe/model/document.py +574,Cannot change docstatus from 1 to 0,Ne
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,Vezměte zálohování Teď apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,Vezměte zálohování Teď
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,Vítejte apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,Vítejte
apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,Nainstalovaných aplikací apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,Nainstalovaných aplikací
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,Nastavení&gt; Správce oprávnění uživatelů
DocType: Contact,Open,Otevřít DocType: Contact,Open,Otevřít
DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,Definuje akce na stavech a další krok a povolené role. DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,Definuje akce na stavech a další krok a povolené role.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.",Nejlepší praxí je NEpřiřazovat stejnou sadu oprávnění různým rolím. Namísto toho nastavte více rolí stejnému uživateli. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.",Nejlepší praxí je NEpřiřazovat stejnou sadu oprávnění různým rolím. Namísto toho nastavte více rolí stejnému uživateli.
DocType: Web Form,Message to be displayed on successful completion,"Zpráva, která bude zobrazena po úspěšném dokončení" DocType: Web Form,Message to be displayed on successful completion,"Zpráva, která bude zobrazena po úspěšném dokončení"
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +42,Only {0} emailed reports are allowed per user,Pouze {0} e-mailem zprávy jsou povoleny pro jednotlivé uživatele
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +43,Only {0} emailed reports are allowed per user,Pouze {0} e-mailem zprávy jsou povoleny pro jednotlivé uživatele
DocType: Address,Address Title,Označení adresy DocType: Address,Address Title,Označení adresy
DocType: Website Settings,Footer Items,Položky zápatí DocType: Website Settings,Footer Items,Položky zápatí
apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,Request Feedback apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,Request Feedback
@@ -511,7 +514,7 @@ DocType: DocField,Set Only Once,Nastavit pouze jednou
DocType: Email Queue Recipient,Email Queue Recipient,Email Fronta Příjemce DocType: Email Queue Recipient,Email Queue Recipient,Email Fronta Příjemce
DocType: Address,Nagaland,Nagaland DocType: Address,Nagaland,Nagaland
apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,Uživatelské jméno {0} již existuje apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,Uživatelské jméno {0} již existuje
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set import as {1} is not importable,"{0}: Nelze nastavit import, protože {1} není importovatelné"
apps/frappe/frappe/core/doctype/doctype/doctype.py +733,{0}: Cannot set import as {1} is not importable,"{0}: Nelze nastavit import, protože {1} není importovatelné"
apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},Tam je chyba v adrese šabloně {0} apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},Tam je chyba v adrese šabloně {0}
DocType: Footer Item,"target = ""_blank""","target = ""_blank""" DocType: Footer Item,"target = ""_blank""","target = ""_blank"""
DocType: Workflow State,hdd,hdd DocType: Workflow State,hdd,hdd
@@ -523,7 +526,7 @@ DocType: Communication,From Full Name,Od Celé jméno
apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},Nemáte přístup k Reportu: {0} apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},Nemáte přístup k Reportu: {0}
DocType: User,Send Welcome Email,Odeslat uvítací e-mail DocType: User,Send Welcome Email,Odeslat uvítací e-mail
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,"Nahrát (upload) soubor CSV obsahující všechna uživatelská oprávnění ve stejném formatu, v jakém jste je stáhli." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,"Nahrát (upload) soubor CSV obsahující všechna uživatelská oprávnění ve stejném formatu, v jakém jste je stáhli."
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +449,Remove Filter,Odebrat filtr
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +450,Remove Filter,Odebrat filtr
DocType: Address,Daman and Diu,Daman a Diu DocType: Address,Daman and Diu,Daman a Diu
DocType: Address,Personal,Osobní DocType: Address,Personal,Osobní
apps/frappe/frappe/config/setup.py +113,Bulk Rename,Hromadné přejmenování apps/frappe/frappe/config/setup.py +113,Bulk Rename,Hromadné přejmenování
@@ -553,13 +556,12 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.js +33,Send
apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","Standardní typ DocType nemůže mít výchozí formát tisku, použijte možnost Přizpůsobit formulář" apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","Standardní typ DocType nemůže mít výchozí formát tisku, použijte možnost Přizpůsobit formulář"
DocType: Report,Query,Dotaz DocType: Report,Query,Dotaz
DocType: DocType,Sort Order,Pořadí řazení DocType: DocType,Sort Order,Pořadí řazení
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,'In List View' not allowed for type {0} in row {1},'V seznamu' není povoleno pro typ {0} na řádku {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In List View' not allowed for type {0} in row {1},'V seznamu' není povoleno pro typ {0} na řádku {1}
DocType: Custom Field,Select the label after which you want to insert new field.,"Zvolte popisek, za kterým chcete vložit nové pole." DocType: Custom Field,Select the label after which you want to insert new field.,"Zvolte popisek, za kterým chcete vložit nové pole."
,Document Share Report,Dokument Share Report ,Document Share Report,Dokument Share Report
DocType: User,Last Login,Poslední přihlášení DocType: User,Last Login,Poslední přihlášení
apps/frappe/frappe/core/doctype/doctype/doctype.py +600,Fieldname is required in row {0},Název pole je vyžadován v řádku: {0}
apps/frappe/frappe/core/doctype/doctype/doctype.py +604,Fieldname is required in row {0},Název pole je vyžadován v řádku: {0}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,Sloupec apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,Sloupec
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,Prosím nastavte výchozí emailový účet z Nastavení&gt; Email&gt; E-mailový účet
DocType: Custom Field,Adds a custom field to a DocType,Přidá přizpůsobené pole do DocType DocType: Custom Field,Adds a custom field to a DocType,Přidá přizpůsobené pole do DocType
DocType: File,Is Home Folder,Je Domovská složka DocType: File,Is Home Folder,Je Domovská složka
apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} není platná e-mailová adresa apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} není platná e-mailová adresa
@@ -583,7 +585,7 @@ DocType: File,Folder,Složka
DocType: DocField,Index,Index DocType: DocField,Index,Index
DocType: Email Group,Newsletter Manager,Newsletter Manažer DocType: Email Group,Newsletter Manager,Newsletter Manažer
apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,Možnost 1 apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,Možnost 1
apps/frappe/frappe/public/js/frappe/form/formatters.js +124,{0} to {1},{0} až {1}
apps/frappe/frappe/public/js/frappe/form/formatters.js +129,{0} to {1},{0} až {1}
apps/frappe/frappe/config/setup.py +89,Log of error during requests.,Přihlásit se chyby během požadavků. apps/frappe/frappe/config/setup.py +89,Log of error during requests.,Přihlásit se chyby během požadavků.
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} byl úspěšně přidán do e-mailové skupiny. apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} byl úspěšně přidán do e-mailové skupiny.
DocType: Address,Uttar Pradesh,Uttar Pradesh DocType: Address,Uttar Pradesh,Uttar Pradesh
@@ -593,7 +595,7 @@ apps/frappe/frappe/email/doctype/newsletter/newsletter.py +30,Scheduled to send
DocType: Kanban Board Column,Indicator,Indikátor DocType: Kanban Board Column,Indicator,Indikátor
DocType: DocShare,Everyone,Všichni DocType: DocShare,Everyone,Všichni
DocType: Workflow State,backward,pozpátku DocType: Workflow State,backward,pozpátku
apps/frappe/frappe/core/doctype/doctype/doctype.py +676,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: jedno pravidlo pouze dovoleno se stejnou roli, Level a {1}"
apps/frappe/frappe/core/doctype/doctype/doctype.py +680,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: jedno pravidlo pouze dovoleno se stejnou roli, Level a {1}"
DocType: Email Queue,Add Unsubscribe Link,Přidat odkaz pro odhlášení DocType: Email Queue,Add Unsubscribe Link,Přidat odkaz pro odhlášení
apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,Zatím žádné komentáře. Začít novou diskuzi. apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,Zatím žádné komentáře. Začít novou diskuzi.
DocType: Workflow State,share,Podíl DocType: Workflow State,share,Podíl
@@ -632,7 +634,7 @@ apps/frappe/frappe/printing/doctype/print_format/print_format.py +80,{0} is now
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,archivované sloupce apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,archivované sloupce
DocType: Email Account,Default Outgoing,Výchozí Odchozí DocType: Email Account,Default Outgoing,Výchozí Odchozí
DocType: Workflow State,play,play DocType: Workflow State,play,play
apps/frappe/frappe/templates/emails/new_user.html +5,Click on the link below to complete your registration and set a new password,Klikněte na odkaz dole pro dokončení Vaší registrace a nastavení nového hesla
apps/frappe/frappe/templates/emails/new_user.html +4,Click on the link below to complete your registration and set a new password,Klikněte na odkaz dole pro dokončení Vaší registrace a nastavení nového hesla
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,Nebylo přidáno apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,Nebylo přidáno
apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,Žádné e-mailové účty Účelově apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,Žádné e-mailové účty Účelově
DocType: Contact Us Settings,Contact Us Settings,Nastavení - Kontaktujte nás DocType: Contact Us Settings,Contact Us Settings,Nastavení - Kontaktujte nás
@@ -653,12 +655,12 @@ apps/frappe/frappe/core/page/user_permissions/user_permissions.js +127,Upload Us
DocType: Dropbox Settings,App Secret Key,App Secret Key DocType: Dropbox Settings,App Secret Key,App Secret Key
apps/frappe/frappe/config/website.py +7,Web Site,Webová stránka apps/frappe/frappe/config/website.py +7,Web Site,Webová stránka
apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,Zaškrtnuté položky se zobrazí na ploše apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,Zaškrtnuté položky se zobrazí na ploše
apps/frappe/frappe/core/doctype/doctype/doctype.py +719,{0} cannot be set for Single types,{0} nelze nastavit pro Single types
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0} cannot be set for Single types,{0} nelze nastavit pro Single types
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Kanban Board {0} neexistuje. apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Kanban Board {0} neexistuje.
apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} právě prohlížejí tento dokument apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} právě prohlížejí tento dokument
DocType: ToDo,Assigned By Full Name,Přidělené Celé jméno DocType: ToDo,Assigned By Full Name,Přidělené Celé jméno
apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0}: aktualizováno apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0}: aktualizováno
apps/frappe/frappe/core/doctype/doctype/doctype.py +709,Report cannot be set for Single types,Výpis nemůže být nastaven pro typy osamocené
apps/frappe/frappe/core/doctype/doctype/doctype.py +713,Report cannot be set for Single types,Výpis nemůže být nastaven pro typy osamocené
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} dny apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} dny
DocType: Email Account,Awaiting Password,Čeká Password DocType: Email Account,Awaiting Password,Čeká Password
DocType: Address,Address Line 1,Adresní řádek 1 DocType: Address,Address Line 1,Adresní řádek 1
@@ -708,7 +710,7 @@ DocType: Feedback Trigger,"To add dynamic subject, use jinja tags like
apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,App {0} odstraněno apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,App {0} odstraněno
DocType: Custom DocPerm,Apply User Permissions,Použít oprávnění DocType: Custom DocPerm,Apply User Permissions,Použít oprávnění
DocType: User,Modules HTML,Moduly HTML DocType: User,Modules HTML,Moduly HTML
apps/frappe/frappe/public/js/frappe/ui/field_group.js +82,Missing Values Required,Chybějící hodnoty vyžadovány
apps/frappe/frappe/public/js/frappe/ui/field_group.js +96,Missing Values Required,Chybějící hodnoty vyžadovány
DocType: DocType,Other Settings,další nastavení DocType: DocType,Other Settings,další nastavení
DocType: Social Login Keys,Frappe,Frapé DocType: Social Login Keys,Frappe,Frapé
apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,Označit jako nepřečtené apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,Označit jako nepřečtené
@@ -762,7 +764,7 @@ DocType: Event,orange,oranžový
apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,{0}: nenalezeno apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,{0}: nenalezeno
apps/frappe/frappe/config/setup.py +242,Add custom forms.,Přidat vlastní formuláře. apps/frappe/frappe/config/setup.py +242,Add custom forms.,Přidat vlastní formuláře.
apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} na {2} apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} na {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +419,submitted this document,předložen tento dokument
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,submitted this document,předložen tento dokument
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,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í. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,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: Communication,CC,CC
DocType: Country,Geo,Geo DocType: Country,Geo,Geo
@@ -812,7 +814,7 @@ DocType: DocType,Hide Toolbar,Skrýt panel nástrojů
DocType: User,Last Active,Naposledy aktivní DocType: User,Last Active,Naposledy aktivní
DocType: Email Account,SMTP Settings for outgoing emails,SMTP nastavení pro odchozí e-maily DocType: Email Account,SMTP Settings for outgoing emails,SMTP nastavení pro odchozí e-maily
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,Import se nezdařil apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,Import se nezdařil
apps/frappe/frappe/templates/emails/password_update.html +3,Your password has been updated. Here is your new password,Vaše heslo bylo aktualizováno. Zde je Vaše nové heslo
apps/frappe/frappe/templates/emails/password_update.html +2,Your password has been updated. Here is your new password,Vaše heslo bylo aktualizováno. Zde je Vaše nové heslo
DocType: Email Account,Auto Reply Message,Zpráva automatické odpovědi DocType: Email Account,Auto Reply Message,Zpráva automatické odpovědi
DocType: Feedback Trigger,Condition,Podmínka DocType: Feedback Trigger,Condition,Podmínka
apps/frappe/frappe/utils/data.py +546,{0} hours ago,Před {0} hodin apps/frappe/frappe/utils/data.py +546,{0} hours ago,Před {0} hodin
@@ -820,7 +822,6 @@ apps/frappe/frappe/utils/data.py +556,1 month ago,1 před měsícem
DocType: Contact,User ID,User ID DocType: Contact,User ID,User ID
DocType: Communication,Sent,Odesláno DocType: Communication,Sent,Odesláno
DocType: Address,Kerala,Kerala DocType: Address,Kerala,Kerala
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} rok (y)
DocType: File,Lft,LFT DocType: File,Lft,LFT
DocType: User,Simultaneous Sessions,souběžných relací DocType: User,Simultaneous Sessions,souběžných relací
DocType: OAuth Client,Client Credentials,klientské pověření DocType: OAuth Client,Client Credentials,klientské pověření
@@ -837,7 +838,7 @@ DocType: Email Queue,Unsubscribe Method,Metoda aktuality
DocType: GSuite Templates,Related DocType,Související DocType DocType: GSuite Templates,Related DocType,Související DocType
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,Upravit pro přidání obsahu apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,Upravit pro přidání obsahu
apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,Zvolte jazyky apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,Zvolte jazyky
apps/frappe/frappe/__init__.py +517,No permission for {0},Nemáte oprávnění pro {0}
apps/frappe/frappe/__init__.py +518,No permission for {0},Nemáte oprávnění pro {0}
DocType: DocType,Advanced,Pokročilé DocType: DocType,Advanced,Pokročilé
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,"Zdá se, že klíč API nebo API Secret je špatně !!!" apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,"Zdá se, že klíč API nebo API Secret je špatně !!!"
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Reference: {0} {1} apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Reference: {0} {1}
@@ -869,14 +870,14 @@ DocType: Custom DocPerm,Additional Permissions,Rozšířená oprávnění
DocType: Email Account,Always use Account's Email Address as Sender,Vždy použít poštovní schránky e-mailovou adresu jako odesílatel DocType: Email Account,Always use Account's Email Address as Sender,Vždy použít poštovní schránky e-mailovou adresu jako odesílatel
apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,Pro přidání komentáře se musíte přihlásit apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,Pro přidání komentáře se musíte přihlásit
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,začněte vkládat data pod tímto řádkem apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,začněte vkládat data pod tímto řádkem
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +474,changed values for {0},změněné hodnoty pro {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +476,changed values for {0},změněné hodnoty pro {0}
DocType: Workflow State,retweet,retweet DocType: Workflow State,retweet,retweet
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,Zadejte hodnotu pole apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,Zadejte hodnotu pole
DocType: Report,Disabled,Vypnuto DocType: Report,Disabled,Vypnuto
DocType: Workflow State,eye-close,eye-close DocType: Workflow State,eye-close,eye-close
DocType: OAuth Provider Settings,OAuth Provider Settings,Nastavení OAuth Poskytovatel DocType: OAuth Provider Settings,OAuth Provider Settings,Nastavení OAuth Poskytovatel
apps/frappe/frappe/config/setup.py +254,Applications,Aplikace apps/frappe/frappe/config/setup.py +254,Applications,Aplikace
apps/frappe/frappe/public/js/frappe/request.js +349,Report this issue,Nahlásit tento problém
apps/frappe/frappe/public/js/frappe/request.js +353,Report this issue,Nahlásit tento problém
apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,Jméno je vyžadováno apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,Jméno je vyžadováno
DocType: Custom Script,Adds a custom script (client or server) to a DocType,Přidá přizpůsobený skript (klient nebo server) do DocType DocType: Custom Script,Adds a custom script (client or server) to a DocType,Přidá přizpůsobený skript (klient nebo server) do DocType
DocType: Address,City/Town,Město / Město DocType: Address,City/Town,Město / Město
@@ -960,7 +961,7 @@ DocType: Web Form,Actions,Akce
DocType: Workflow State,align-justify,zarovnat-vyplnit DocType: Workflow State,align-justify,zarovnat-vyplnit
DocType: User,Middle Name (Optional),Druhé jméno (volitelné) DocType: User,Middle Name (Optional),Druhé jméno (volitelné)
apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,Není povoleno apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,Není povoleno
apps/frappe/frappe/public/js/frappe/ui/field_group.js +83,Following fields have missing values:,Následující pole mají chybějící hodnoty:
apps/frappe/frappe/public/js/frappe/ui/field_group.js +97,Following fields have missing values:,Následující pole mají chybějící hodnoty:
apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,Nemáte dostatečná oprávnění k dokončení akce apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,Nemáte dostatečná oprávnění k dokončení akce
apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,Žádné výsledky apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,Žádné výsledky
DocType: System Settings,Security,Bezpečnost DocType: System Settings,Security,Bezpečnost
@@ -1003,7 +1004,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js +133,Hide Details,Skrýt podr
DocType: Workflow State,Tasks,úkoly DocType: Workflow State,Tasks,úkoly
DocType: Event,Tuesday,Úterý DocType: Event,Tuesday,Úterý
DocType: Blog Settings,Blog Settings,Nastavení blogu DocType: Blog Settings,Blog Settings,Nastavení blogu
apps/frappe/frappe/templates/emails/new_user.html +17,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
apps/frappe/frappe/templates/emails/new_user.html +16,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 DocType: Workflow State,bullhorn,megafon
DocType: Social Login Keys,Facebook Client Secret,Facebook tajný klíč klienta DocType: Social Login Keys,Facebook Client Secret,Facebook tajný klíč klienta
DocType: Footer Item,Target,Cíl DocType: Footer Item,Target,Cíl
@@ -1015,12 +1016,12 @@ DocType: ToDo,Due Date,Datum splatnosti
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,Čtvrt dne apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,Čtvrt dne
DocType: Social Login Keys,Google Client Secret,Google tajný klíč klienta DocType: Social Login Keys,Google Client Secret,Google tajný klíč klienta
DocType: Website Settings,Hide Footer Signup,Skrýt zápatí Registrovat DocType: Website Settings,Hide Footer Signup,Skrýt zápatí Registrovat
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,cancelled this document,zrušen tento dokument
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +423,cancelled this document,zrušen tento dokument
apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,Zapíše soubor Pythonu ve stejném adresáři kde je toto uloženo a vrátí sloupec a výsledek. apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,Zapíše soubor Pythonu ve stejném adresáři kde je toto uloženo a vrátí sloupec a výsledek.
DocType: DocType,Sort Field,Pole řadit dle DocType: DocType,Sort Field,Pole řadit dle
DocType: Razorpay Settings,Razorpay Settings,Nastavení Razorpay DocType: Razorpay Settings,Razorpay Settings,Nastavení Razorpay
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +445,Edit Filter,Upravit filtr
apps/frappe/frappe/core/doctype/doctype/doctype.py +415,Field {0} of type {1} cannot be mandatory,Pole {0} typu {1} nemůže být povinné
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +446,Edit Filter,Upravit filtr
apps/frappe/frappe/core/doctype/doctype/doctype.py +419,Field {0} of type {1} cannot be mandatory,Pole {0} typu {1} nemůže být povinné
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,Přidej víc apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,Přidej víc
apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,skrýt graf apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,skrýt graf
DocType: System Settings,Session Expiry Mobile,Session Zánik Mobile DocType: System Settings,Session Expiry Mobile,Session Zánik Mobile
@@ -1061,7 +1062,7 @@ DocType: Address,Contacts,Kontakty
DocType: System Settings,Setup Complete,Setup Complete DocType: System Settings,Setup Complete,Setup Complete
apps/frappe/frappe/config/setup.py +66,Report of all document shares,Zpráva ze všech akcií dokumentů apps/frappe/frappe/config/setup.py +66,Report of all document shares,Zpráva ze všech akcií dokumentů
apps/frappe/frappe/www/update-password.html +18,New Password,Nové heslo apps/frappe/frappe/www/update-password.html +18,New Password,Nové heslo
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +73,Filter {0} missing,Filtr {0} chybí
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +74,Filter {0} missing,Filtr {0} chybí
apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,Promiňte! Nelze odstranit automaticky generovaná komentáře apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,Promiňte! Nelze odstranit automaticky generovaná komentáře
DocType: Website Theme,Style using CSS,Styl pomocí CSS DocType: Website Theme,Style using CSS,Styl pomocí CSS
apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,Reference DocType apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,Reference DocType
@@ -1126,7 +1127,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +127,Help on Searc
apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,"Registrovaný uživatel, ale tělesně postižené" apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,"Registrovaný uživatel, ale tělesně postižené"
DocType: DocType,Hide Copy,Skrýt kopii DocType: DocType,Hide Copy,Skrýt kopii
apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,Odebrat všechny role apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,Odebrat všechny role
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +114,{0} generated on {1},{0} generován na {1}
apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} musí být jedinečný apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} musí být jedinečný
apps/frappe/frappe/permissions.py +274,Row,Řádek apps/frappe/frappe/permissions.py +274,Row,Řádek
DocType: DocType,Track Changes,Sledování změn DocType: DocType,Track Changes,Sledování změn
@@ -1177,11 +1177,11 @@ DocType: User,Github User ID,Github ID uživatele
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,Pokud Typ dokumentu apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,Pokud Typ dokumentu
apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","Nelze smazat nebo zrušit, protože {0} <a href=""#Form/{0}/{1}"">{1}</a> je spojeno s {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}" apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","Nelze smazat nebo zrušit, protože {0} <a href=""#Form/{0}/{1}"">{1}</a> je spojeno s {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}"
apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},Neznámá aplikace {0} apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},Neznámá aplikace {0}
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +48,"%s is not a valid report format. Report format should \
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +49,"%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 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: Communication,Chat,Chat DocType: Communication,Chat,Chat
apps/frappe/frappe/core/doctype/doctype/doctype.py +408,Fieldname {0} appears multiple times in rows {1},Název pole {0} se vyskytuje vícekrát na řádcích {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +460,{0} from {1} to {2} in row #{3},{0} z {1} až {2} v řadě # {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +412,Fieldname {0} appears multiple times in rows {1},Název pole {0} se vyskytuje vícekrát na řádcích {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +462,{0} from {1} to {2} in row #{3},{0} z {1} až {2} v řadě # {3}
DocType: Communication,Expired,Vypršela DocType: Communication,Expired,Vypršela
DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),Počet sloupců pro pole v mřížce (Celkový počet sloupců v mřížce by měla být menší než 11) DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),Počet sloupců pro pole v mřížce (Celkový počet sloupců v mřížce by měla být menší než 11)
DocType: DocType,System,Systém DocType: DocType,System,Systém
@@ -1196,7 +1196,7 @@ DocType: Help Article,Likes,Záliby
DocType: Website Settings,Top Bar,Horní panel DocType: Website Settings,Top Bar,Horní panel
DocType: GSuite Settings,Script Code,Kód skriptu DocType: GSuite Settings,Script Code,Kód skriptu
apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,Vytvořit e-mail uživatele apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,Vytvořit e-mail uživatele
apps/frappe/frappe/core/doctype/doctype/doctype.py +647,No Permissions Specified,Žádné povolené oprávnění
apps/frappe/frappe/core/doctype/doctype/doctype.py +651,No Permissions Specified,Žádné povolené oprávnění
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,Globální nastavení: Uživatelé budou moci vybrat kontrolovat ikon apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,Globální nastavení: Uživatelé budou moci vybrat kontrolovat ikon
apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} nebyl nalezen apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} nebyl nalezen
DocType: Custom Role,Custom Role,Custom Role DocType: Custom Role,Custom Role,Custom Role
@@ -1208,12 +1208,12 @@ DocType: Dropbox Settings,Dropbox Access Secret,Dropbox Access Secret
apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,Přidat další komentář apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,Přidat další komentář
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,editovat DocType apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,editovat DocType
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,Odhlášen z Zpravodaje apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,Odhlášen z Zpravodaje
apps/frappe/frappe/core/doctype/doctype/doctype.py +507,Fold must come before a Section Break,Složit musí přijít před konec oddílu
apps/frappe/frappe/core/doctype/doctype/doctype.py +511,Fold must come before a Section Break,Složit musí přijít před konec oddílu
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,Ve vývoji apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,Ve vývoji
apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,Poslední změna od apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,Poslední změna od
DocType: Workflow State,hand-down,hand-down DocType: Workflow State,hand-down,hand-down
DocType: Address,GST State,Stát GST DocType: Address,GST State,Stát GST
apps/frappe/frappe/core/doctype/doctype/doctype.py +695,{0}: Cannot set Cancel without Submit,{0}: Nelze nastavit Zrušit bez Odeslání
apps/frappe/frappe/core/doctype/doctype/doctype.py +699,{0}: Cannot set Cancel without Submit,{0}: Nelze nastavit Zrušit bez Odeslání
DocType: Website Theme,Theme,Téma DocType: Website Theme,Theme,Téma
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,Byly tam chyby. apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,Byly tam chyby.
DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,Přesměrování URI Bound auth zákoníku DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,Přesměrování URI Bound auth zákoníku
@@ -1252,7 +1252,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +7,
apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,Přidat komentář apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,Přidat komentář
DocType: DocField,Mandatory,Povinné DocType: DocField,Mandatory,Povinné
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,Modul pro export apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,Modul pro export
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,{0}: No basic permissions set,{0}: Nejsou nastavena základní práva
apps/frappe/frappe/core/doctype/doctype/doctype.py +663,{0}: No basic permissions set,{0}: Nejsou nastavena základní práva
apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,Váš odběr vyprší {0}. apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,Váš odběr vyprší {0}.
apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},Download link pro zálohování bude zasláno na e-mailovou adresu: {0} apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},Download link pro zálohování bude zasláno na e-mailovou adresu: {0}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","Význam pojmů Vložit, Zrušit, Změnit" apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","Význam pojmů Vložit, Zrušit, Změnit"
@@ -1267,6 +1267,7 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +129,Filters sa
DocType: DocField,Percent,Procento DocType: DocField,Percent,Procento
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,Prosím nastavte filtry apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,Prosím nastavte filtry
apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,Provázáno s apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,Provázáno s
apps/frappe/frappe/templates/emails/auto_email_report.html +48,Edit Auto Email Report Settings,Upravit nastavení automatických zpráv o e-mailu
DocType: Workflow State,book,kniha DocType: Workflow State,book,kniha
DocType: Website Settings,Landing Page,Landing stránka DocType: Website Settings,Landing Page,Landing stránka
apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,Chyba ve vlastní skript apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,Chyba ve vlastní skript
@@ -1275,7 +1276,7 @@ apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +132,"Import R
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,Žádná oprávnění nastavena pro toto kritérium. apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,Žádná oprávnění nastavena pro toto kritérium.
DocType: Auto Email Report,Auto Email Report,Auto Email Report DocType: Auto Email Report,Auto Email Report,Auto Email Report
apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,Max e-maily apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,Max e-maily
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +575,Delete comment?,Smazat komentář?
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +577,Delete comment?,Smazat komentář?
DocType: Address Template,This format is used if country specific format is not found,"Tento formát se používá, když specifický formát země není nalezen" DocType: Address Template,This format is used if country specific format is not found,"Tento formát se používá, když specifický formát země není nalezen"
DocType: System Settings,Allow Login using Mobile Number,Povolit přihlášení pomocí mobilního čísla DocType: System Settings,Allow Login using Mobile Number,Povolit přihlášení pomocí mobilního čísla
apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,Nemáte dostatečná oprávnění pro přístup k tomuto prostředku. Obraťte se na správce získat přístup. apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,Nemáte dostatečná oprávnění pro přístup k tomuto prostředku. Obraťte se na správce získat přístup.
@@ -1291,7 +1292,7 @@ DocType: Print Format,Monospace,Monospace
DocType: Letter Head,Printing,Tisk DocType: Letter Head,Printing,Tisk
DocType: Workflow State,thumbs-up,thumbs-up DocType: Workflow State,thumbs-up,thumbs-up
DocType: DocPerm,DocPerm,DocPerm DocType: DocPerm,DocPerm,DocPerm
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Precision should be between 1 and 6,přesnost by měla být mezi 1 a 6
apps/frappe/frappe/core/doctype/doctype/doctype.py +467,Precision should be between 1 and 6,přesnost by měla být mezi 1 a 6
apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},FW: {0} apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},FW: {0}
apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,a apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,a
DocType: Error Snapshot,Frames,Rámy DocType: Error Snapshot,Frames,Rámy
@@ -1304,9 +1305,10 @@ apps/frappe/frappe/utils/boilerplate.py +263,{app_title},{app_title}
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,"Prosím, nastavení přístupových klíčů Dropbox ve vašem webu config" apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,"Prosím, nastavení přístupových klíčů Dropbox ve vašem webu config"
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Smazat tento záznam povolit odesílání na tuto e-mailovou adresu apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Smazat tento záznam povolit odesílání na tuto e-mailovou adresu
apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,Pouze povinná pole jsou potřeba pro nové záznamy. Můžete smazat nepovinné sloupce přejete-li si. apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,Pouze povinná pole jsou potřeba pro nové záznamy. Můžete smazat nepovinné sloupce přejete-li si.
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +269,Unable to update event,Nelze aktualizovat událost
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +262,Unable to update event,Nelze aktualizovat událost
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,platba Complete apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,platba Complete
apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","Filtr musí mít 4 hodnoty (doctype, název pole, operátor, hodnota): {0}" apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","Filtr musí mít 4 hodnoty (doctype, název pole, operátor, hodnota): {0}"
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,Nebyla nalezena žádná výchozí šablona adresy. Vytvořte prosím nový z nabídky Nastavení&gt; Tisk a branding&gt; Šablona adresy.
apps/frappe/frappe/utils/bot.py +89,show,show apps/frappe/frappe/utils/bot.py +89,show,show
DocType: Address Template,Address Template,Šablona adresy DocType: Address Template,Address Template,Šablona adresy
DocType: Workflow State,text-height,text-height DocType: Workflow State,text-height,text-height
@@ -1359,7 +1361,6 @@ apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +6,Can Write
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Některé dokumenty, například faktura, nemůže být změněna pokud je dokončena. Finální stav pro takové dokumenty se nazývá Vloženo. Můžete omezit, které role mohou vkládat." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Některé dokumenty, například faktura, nemůže být změněna pokud je dokončena. Finální stav pro takové dokumenty se nazývá Vloženo. Můžete omezit, které role mohou vkládat."
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,Nemáte povoleno exportovat tento Report apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,Nemáte povoleno exportovat tento Report
apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 vybraná položka apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 vybraná položka
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Nebyly nalezeny žádné výsledky pro ' </p>
DocType: Newsletter,Test Email Address,Test E-mailová adresa DocType: Newsletter,Test Email Address,Test E-mailová adresa
DocType: ToDo,Sender,Odesilatel DocType: ToDo,Sender,Odesilatel
DocType: GSuite Settings,Google Apps Script,Skript Google Apps DocType: GSuite Settings,Google Apps Script,Skript Google Apps
@@ -1372,7 +1373,7 @@ DocType: System Settings,Allow only one session per user,Umožňují pouze jednu
apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,Kopie apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,Kopie
apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,Home / Test Folder 1 / Test Folder 3 apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,Home / Test Folder 1 / Test Folder 3
DocType: Website Settings,&lt;head&gt; HTML,&lt;head&gt; HTML DocType: Website Settings,&lt;head&gt; HTML,&lt;head&gt; HTML
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +66,Select or drag across time slots to create a new event.,Nová událost: Zvolte nebo táhněte skrz Časová pole.
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +67,Select or drag across time slots to create a new event.,Nová událost: Zvolte nebo táhněte skrz Časová pole.
DocType: DocField,In Filter,Ve filtru DocType: DocField,In Filter,Ve filtru
apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban
DocType: DocType,Show in Module Section,Show v oddíle Modul DocType: DocType,Show in Module Section,Show v oddíle Modul
@@ -1393,7 +1394,7 @@ apps/frappe/frappe/email/doctype/email_account/email_account_list.js +6,Default
apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,import .zip apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,import .zip
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,ID dokument apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,ID dokument
DocType: Print Settings,Letter,Dopis DocType: Print Settings,Letter,Dopis
apps/frappe/frappe/core/doctype/doctype/doctype.py +556,Image field must be of type Attach Image,Pole Obraz musí být typu Připojit obrázek
apps/frappe/frappe/core/doctype/doctype/doctype.py +560,Image field must be of type Attach Image,Pole Obraz musí být typu Připojit obrázek
DocType: DocField,Columns,sloupce DocType: DocField,Columns,sloupce
DocType: Async Task,Succeeded,Uspěl DocType: Async Task,Succeeded,Uspěl
apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},Povinné pole vyžadována pro {0} apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},Povinné pole vyžadována pro {0}
@@ -1444,7 +1445,7 @@ DocType: DocField,Text Editor,Editor textu
apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,Nastavení pro stránku O nás. apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,Nastavení pro stránku O nás.
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,Upravit vlastní HTML apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,Upravit vlastní HTML
DocType: Error Snapshot,Error Snapshot,Chyba Snapshot DocType: Error Snapshot,Error Snapshot,Chyba Snapshot
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,In,V
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,In,V
DocType: Email Alert,Value Change,Změnit hodnotu DocType: Email Alert,Value Change,Změnit hodnotu
DocType: Standard Reply,Standard Reply,Standardní odpověď DocType: Standard Reply,Standard Reply,Standardní odpověď
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,Šířka vstupního pole apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,Šířka vstupního pole
@@ -1464,12 +1465,11 @@ apps/frappe/frappe/public/js/frappe/views/communication.js +82,Select Attachment
apps/frappe/frappe/model/naming.py +94, for {0},pro {0} apps/frappe/frappe/model/naming.py +94, for {0},pro {0}
apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,Došlo k chybám. Ohlaste to. apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,Došlo k chybám. Ohlaste to.
apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,Nemáte povoleno tisknout tento dokument apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,Nemáte povoleno tisknout tento dokument
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +107,Please set filters value in Report Filter table.,Prosím nastavit filtry hodnotu v Report Filtr tabulce.
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +120,Please set filters value in Report Filter table.,Prosím nastavit filtry hodnotu v Report Filtr tabulce.
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,Nahrávám Report apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,Nahrávám Report
apps/frappe/frappe/limits.py +72,Your subscription will expire today.,Vaše předplatné vyprší dnes. apps/frappe/frappe/limits.py +72,Your subscription will expire today.,Vaše předplatné vyprší dnes.
DocType: Page,Standard,Standard DocType: Page,Standard,Standard
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Přiložit Soubor apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Přiložit Soubor
apps/frappe/frappe/templates/emails/password_update.html +1,Password Update Notification,Oznámení o aktualizování hesla
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Velikost apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Velikost
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Úkol Dokončen apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Úkol Dokončen
DocType: Custom DocPerm,User Permission DocTypes,Uživatelská oprávnění DocTypes DocType: Custom DocPerm,User Permission DocTypes,Uživatelská oprávnění DocTypes
@@ -1482,6 +1482,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +10,Insert Abo
apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,Běžná jména a příjmení jsou snadno uhodnout. apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,Běžná jména a příjmení jsou snadno uhodnout.
apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,Návrh apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,Návrh
apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,To je podobné běžně používané heslo. apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,To je podobné běžně používané heslo.
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Nebyly nalezeny žádné výsledky pro ' </p>
DocType: User,Female,Žena DocType: User,Female,Žena
DocType: Print Settings,Modern,Moderní DocType: Print Settings,Modern,Moderní
apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,Výsledky vyhledávání apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,Výsledky vyhledávání
@@ -1536,7 +1537,7 @@ apps/frappe/frappe/core/doctype/file/file_list.js +65,Folder name should not inc
DocType: Note,Note,Poznámka DocType: Note,Note,Poznámka
apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,Error Report apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,Error Report
apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,Podmínky zpětné vazby neodpovídají apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,Podmínky zpětné vazby neodpovídají
apps/frappe/frappe/core/doctype/doctype/doctype.py +570,Timeline field must be a valid fieldname,Časová osa pole musí být platný fieldname
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a valid fieldname,Časová osa pole musí být platný fieldname
DocType: Currency,Symbol,Symbol DocType: Currency,Symbol,Symbol
apps/frappe/frappe/model/base_document.py +534,Row #{0}:,Řádek č.{0}: apps/frappe/frappe/model/base_document.py +534,Row #{0}:,Řádek č.{0}:
apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,Nové heslo zasláno emailem apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,Nové heslo zasláno emailem
@@ -1593,8 +1594,7 @@ DocType: Web Page,Text Align,Zarovnání textu
apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},Název nemůže obsahovat speciální znaky jako {0} apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},Název nemůže obsahovat speciální znaky jako {0}
DocType: Contact Us Settings,Forward To Email Address,Přeposlat na emailovou adresu DocType: Contact Us Settings,Forward To Email Address,Přeposlat na emailovou adresu
apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,Zobrazit všechny údaje apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,Zobrazit všechny údaje
apps/frappe/frappe/core/doctype/doctype/doctype.py +527,Title field must be a valid fieldname,Titulek musí být validní název pole
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,E-mailový účet není nastaven. Vytvořte nový e-mailový účet z Nastavení&gt; Email&gt; E-mailový účet
apps/frappe/frappe/core/doctype/doctype/doctype.py +531,Title field must be a valid fieldname,Titulek musí být validní název pole
apps/frappe/frappe/config/core.py +7,Documents,Dokumenty apps/frappe/frappe/config/core.py +7,Documents,Dokumenty
DocType: Email Flag Queue,Is Completed,je dokončeno DocType: Email Flag Queue,Is Completed,je dokončeno
apps/frappe/frappe/www/me.html +22,Edit Profile,Editovat profil apps/frappe/frappe/www/me.html +22,Edit Profile,Editovat profil
@@ -1646,7 +1646,7 @@ DocType: Standard Reply,Standard Reply Help,Standardní odpověď nápovědy
DocType: Blogger,Avatar,Avatar DocType: Blogger,Avatar,Avatar
DocType: Blogger,Posts,Příspěvky DocType: Blogger,Posts,Příspěvky
DocType: DocType,Has Web View,Má zobrazování z Webu DocType: DocType,Has Web View,Má zobrazování z Webu
apps/frappe/frappe/core/doctype/doctype/doctype.py +377,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","Název DOCTYPE by měla začínat písmenem a může sestávat pouze z písmen, číslic, mezer a podtržítek"
apps/frappe/frappe/core/doctype/doctype/doctype.py +381,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","Název DOCTYPE by měla začínat písmenem a může sestávat pouze z písmen, číslic, mezer a podtržítek"
DocType: Communication,Spam,Spam DocType: Communication,Spam,Spam
DocType: Integration Request,Integration Request,Žádost o integraci DocType: Integration Request,Integration Request,Žádost o integraci
apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,Vážený (á) apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,Vážený (á)
@@ -1682,7 +1682,7 @@ DocType: Website Settings,Sub-domain provided by erpnext.com,Sub doména poskytn
DocType: System Settings,dd-mm-yyyy,dd-mm-rrrr DocType: System Settings,dd-mm-yyyy,dd-mm-rrrr
apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,Potřebujete práva pro přístup k tomuto Reportu. apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,Potřebujete práva pro přístup k tomuto Reportu.
apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,Zvolte Minimální skóre hesla apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,Zvolte Minimální skóre hesla
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,Added,Přidáno
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,Added,Přidáno
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.",Aktualizovat pouze nevkládejte nové záznamy. apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.",Aktualizovat pouze nevkládejte nové záznamy.
apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,Denní přehled událostí je zasílán pro kalendářní události kde je nastaveno připomínání. apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,Denní přehled událostí je zasílán pro kalendářní události kde je nastaveno připomínání.
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,K webové stránce apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,K webové stránce
@@ -1696,7 +1696,7 @@ DocType: Integration Request,Reference DocName,Reference DocName
DocType: Web Form,Success Message,Zpráva o úspěchu DocType: Web Form,Success Message,Zpráva o úspěchu
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,Export Přizpůsobení apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,Export Přizpůsobení
DocType: DocType,User Cannot Search,Uživatel nemůže vyhledávat DocType: DocType,User Cannot Search,Uživatel nemůže vyhledávat
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +83,Invalid Output Format,Neplatný Výstupní formát
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Invalid Output Format,Neplatný Výstupní formát
DocType: Custom DocPerm,Apply this rule if the User is the Owner,"Použít toto pravidlo v případě, že uživatel je vlastníkem" DocType: Custom DocPerm,Apply this rule if the User is the Owner,"Použít toto pravidlo v případě, že uživatel je vlastníkem"
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,Bude to vaše přihlašovací ID apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,Bude to vaše přihlašovací ID
apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,Sestav Report apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,Sestav Report
@@ -1714,10 +1714,11 @@ apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +138,There were e
apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,Zavřít apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,Zavřít
apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,Nelze změnit docstatus z 0 na 2 apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,Nelze změnit docstatus z 0 na 2
DocType: User Permission for Page and Report,Roles Permission,role Oprávnění DocType: User Permission for Page and Report,Roles Permission,role Oprávnění
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,E-mailový účet není nastaven. Vytvořte nový e-mailový účet z nabídky Nastavení&gt; Email&gt; E-mailový účet
apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,Aktualizovat apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,Aktualizovat
DocType: Error Snapshot,Snapshot View,Snapshot View DocType: Error Snapshot,Snapshot View,Snapshot View
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,Uložte Newsletter před odesláním apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,Uložte Newsletter před odesláním
apps/frappe/frappe/core/doctype/doctype/doctype.py +426,Options must be a valid DocType for field {0} in row {1},Možnosti musí být validní DocType pro pole{0} na řádku {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +430,Options must be a valid DocType for field {0} in row {1},Možnosti musí být validní DocType pro pole{0} na řádku {1}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,Upravit vlastnosti apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,Upravit vlastnosti
DocType: Patch Log,List of patches executed,Seznam provedených záplat DocType: Patch Log,List of patches executed,Seznam provedených záplat
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} se již odhlásil apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} se již odhlásil
@@ -1810,7 +1811,7 @@ apps/frappe/frappe/core/doctype/version/version_view.html +32,Rows Added,řádky
apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,Úspěch! Jste dobré jít 👍 apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,Úspěch! Jste dobré jít 👍
apps/frappe/frappe/www/me.html +3,My Account,Můj Účet apps/frappe/frappe/www/me.html +3,My Account,Můj Účet
DocType: ToDo,Allocated To,Přidělené na DocType: ToDo,Allocated To,Přidělené na
apps/frappe/frappe/templates/emails/password_reset.html +4,Please click on the following link to set your new password,"Prosím klikněte na následující odkaz, pro nastavení nového hesla"
apps/frappe/frappe/templates/emails/password_reset.html +2,Please click on the following link to set your new password,"Prosím klikněte na následující odkaz, pro nastavení nového hesla"
DocType: Email Alert,Days After,Dní po DocType: Email Alert,Days After,Dní po
DocType: Newsletter,Receipient,Receipient DocType: Newsletter,Receipient,Receipient
DocType: Contact Us Settings,Settings for Contact Us Page,Nastavení pro stránku Kontaktujte nás DocType: Contact Us Settings,Settings for Contact Us Page,Nastavení pro stránku Kontaktujte nás
@@ -1824,7 +1825,7 @@ DocType: Property Setter,Property Type,Typ vlastnosti
DocType: Workflow State,screenshot,snímek obrazovky DocType: Workflow State,screenshot,snímek obrazovky
apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,Pouze administrátor může uložit standardní výpis. Prosím přejmenujte a uložte. apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,Pouze administrátor může uložit standardní výpis. Prosím přejmenujte a uložte.
DocType: System Settings,Background Workers,Pracovníci pozadí DocType: System Settings,Background Workers,Pracovníci pozadí
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,Fieldname {0} conflicting with meta object,"Název pole {0}, který je v konfliktu s objektem meta"
apps/frappe/frappe/core/doctype/doctype/doctype.py +783,Fieldname {0} conflicting with meta object,"Název pole {0}, který je v konfliktu s objektem meta"
DocType: Deleted Document,Data,Data DocType: Deleted Document,Data,Data
apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,Stav dokumentu apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,Stav dokumentu
apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},Provedli jste {0} z {1} apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},Provedli jste {0} z {1}
@@ -1888,7 +1889,6 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +70,"""Parent"" signif
DocType: Website Theme,Apply Style,Aplikovat styl DocType: Website Theme,Apply Style,Aplikovat styl
DocType: Feedback Request,Feedback Rating,Feedback Rating DocType: Feedback Request,Feedback Rating,Feedback Rating
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,Sdílené s apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,Sdílené s
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,Nastavení&gt; Správce oprávnění uživatelů
DocType: Help Category,Help Articles,Články nápovědy DocType: Help Category,Help Articles,Články nápovědy
,Modules Setup,Nastavení modulů ,Modules Setup,Nastavení modulů
apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,Typu: apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,Typu:
@@ -1934,12 +1934,11 @@ apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 2,Mož
DocType: Feedback Trigger,Email Field,Email Field DocType: Feedback Trigger,Email Field,Email Field
apps/frappe/frappe/www/update-password.html +59,New Password Required.,Vyžadováno nové heslo. apps/frappe/frappe/www/update-password.html +59,New Password Required.,Vyžadováno nové heslo.
apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} sdílí tento dokument s {1} apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} sdílí tento dokument s {1}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,Nastavení&gt; Uživatel
DocType: Website Settings,Brand Image,Značka Obrázek DocType: Website Settings,Brand Image,Značka Obrázek
DocType: Print Settings,A4,A4 DocType: Print Settings,A4,A4
apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","Nastavení horního navigačního panelu, zápatí a loga." apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","Nastavení horního navigačního panelu, zápatí a loga."
DocType: Web Form Field,Max Value,Max Hodnota DocType: Web Form Field,Max Value,Max Hodnota
apps/frappe/frappe/core/doctype/doctype/doctype.py +655,For {0} at level {1} in {2} in row {3},Pro {0} na úrovni {1} v {2} na řádku {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,For {0} at level {1} in {2} in row {3},Pro {0} na úrovni {1} v {2} na řádku {3}
DocType: Contact,All,Vše DocType: Contact,All,Vše
DocType: Email Queue,Recipient,Příjemce DocType: Email Queue,Recipient,Příjemce
DocType: Communication,Has Attachment,má přílohu DocType: Communication,Has Attachment,má přílohu
@@ -1957,7 +1956,7 @@ DocType: Auto Email Report,Email To,E-mail na
apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,Složka {0} není prázdná apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,Složka {0} není prázdná
DocType: Page,Roles,Role DocType: Page,Roles,Role
apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},Chyba: hodnota chybí pro {0}: {1} apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},Chyba: hodnota chybí pro {0}: {1}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +286,Field {0} is not selectable.,Pole {0} nemůžete zvolit.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +287,Field {0} is not selectable.,Pole {0} nemůžete zvolit.
DocType: System Settings,Session Expiry,Platnost relace DocType: System Settings,Session Expiry,Platnost relace
DocType: Workflow State,ban-circle,ban-circle DocType: Workflow State,ban-circle,ban-circle
DocType: Email Flag Queue,Unread,Nepřečtený DocType: Email Flag Queue,Unread,Nepřečtený
@@ -2015,7 +2014,7 @@ DocType: DocType,"Naming Options:
<ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>","Pojmenování možnosti: <ol><li> <b>Pole: [fieldname]</b> - po polích </li><li> <b>naming_series:</b> - tím, že jmenuje Series (pole s názvem naming_series musí být přítomen </li><li> <b>Prompt</b> - Vyzvat uživatele k zadání názvu </li><li> <b>[Řada]</b> - Series by prefix (oddělené tečkou); například PRE. ##### </li></ol>" <ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>","Pojmenování možnosti: <ol><li> <b>Pole: [fieldname]</b> - po polích </li><li> <b>naming_series:</b> - tím, že jmenuje Series (pole s názvem naming_series musí být přítomen </li><li> <b>Prompt</b> - Vyzvat uživatele k zadání názvu </li><li> <b>[Řada]</b> - Series by prefix (oddělené tečkou); například PRE. ##### </li></ol>"
DocType: Blog Post,Email Sent,Email odeslán DocType: Blog Post,Email Sent,Email odeslán
DocType: DocField,Ignore XSS Filter,Ignorovat XSS filtr DocType: DocField,Ignore XSS Filter,Ignorovat XSS filtr
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,removed,odstraněno
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,removed,odstraněno
apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,Nastavení zálohování Dropbox apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,Nastavení zálohování Dropbox
apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,Odeslat jako email apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,Odeslat jako email
DocType: Website Theme,Link Color,Barva odkazu DocType: Website Theme,Link Color,Barva odkazu
@@ -2148,6 +2147,7 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Odp
DocType: DocType,Setup,Nastavení DocType: DocType,Setup,Nastavení
DocType: Email Account,Initial Sync Count,Počáteční synchronizace Count DocType: Email Account,Initial Sync Count,Počáteční synchronizace Count
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Nový komentář: {0} {1} apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Nový komentář: {0} {1}
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} rok (y)
DocType: Workflow State,glass,glass DocType: Workflow State,glass,glass
DocType: DocType,Timeline Field,Časová osa Field DocType: DocType,Timeline Field,Časová osa Field
DocType: Country,Time Zones,Časová pásma DocType: Country,Time Zones,Časová pásma
@@ -2182,10 +2182,10 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +77,You are not
apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,Informace: apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,Informace:
DocType: Custom Field,Permission Level,úroveň oprávnění DocType: Custom Field,Permission Level,úroveň oprávnění
DocType: User,Send Notifications for Transactions I Follow,Posílat oznámení pro transakce sleduji DocType: User,Send Notifications for Transactions I Follow,Posílat oznámení pro transakce sleduji
apps/frappe/frappe/core/doctype/doctype/doctype.py +698,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: Nelze nastavit Odeslat, Zrušit, Změnit bez zapsání"
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: Nelze nastavit Odeslat, Zrušit, Změnit bez zapsání"
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,"Jste si jisti, že chcete smazat přílohu?" apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,"Jste si jisti, že chcete smazat přílohu?"
apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","Nelze smazat nebo zrušit, protože {0} <a href=""#Form/{0}/{1}"">{1}</a> je spojeno s {2} <a href=""#Form/{2}/{3}"">{3}</a>" apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","Nelze smazat nebo zrušit, protože {0} <a href=""#Form/{0}/{1}"">{1}</a> je spojeno s {2} <a href=""#Form/{2}/{3}"">{3}</a>"
apps/frappe/frappe/__init__.py +1070,Thank you,Děkujeme Vám
apps/frappe/frappe/__init__.py +1071,Thank you,Děkujeme Vám
apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,Ukládám apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,Ukládám
DocType: Print Settings,Print Style Preview,Náhled stylu tisku DocType: Print Settings,Print Style Preview,Náhled stylu tisku
apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder
@@ -2229,7 +2229,7 @@ apps/frappe/frappe/public/js/frappe/list/list_renderer.js +501,2 days ago,Před
apps/frappe/frappe/config/website.py +47,Categorize blog posts.,Kategorizujte příspěvky blogu. apps/frappe/frappe/config/website.py +47,Categorize blog posts.,Kategorizujte příspěvky blogu.
DocType: Workflow State,Time,Čas DocType: Workflow State,Time,Čas
DocType: DocField,Attach,Přiložit DocType: DocField,Attach,Přiložit
apps/frappe/frappe/core/doctype/doctype/doctype.py +539,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} není platný vzor pole. To by mělo být {{název_pole}}.
apps/frappe/frappe/core/doctype/doctype/doctype.py +543,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} není platný vzor pole. To by mělo být {{název_pole}}.
DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,"Poslat zpětnou vazbu požadavek pouze tehdy, pokud existuje alespoň jeden komunikační je k dispozici pro dokument." DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,"Poslat zpětnou vazbu požadavek pouze tehdy, pokud existuje alespoň jeden komunikační je k dispozici pro dokument."
DocType: Custom Role,Permission Rules,Pravidla oprávnění DocType: Custom Role,Permission Rules,Pravidla oprávnění
DocType: GSuite Settings,GSuite Settings,Nastavení GSuite DocType: GSuite Settings,GSuite Settings,Nastavení GSuite
@@ -2249,7 +2249,7 @@ apps/frappe/frappe/website/doctype/blog_post/blog_post.py +106,Posts by {0},Př
apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","Pro formátování sloupců, zadejte označení sloupců v dotazu." apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","Pro formátování sloupců, zadejte označení sloupců v dotazu."
DocType: Has Domain,Has Domain,Má doménu DocType: Has Domain,Has Domain,Má doménu
apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,Ještě nemáte svůj účet? Přihlásit se apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,Ještě nemáte svůj účet? Přihlásit se
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,{0}: Cannot set Assign Amend if not Submittable,{0}: Nelze nastavit přiřadit Změny když není Odeslatelné
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set Assign Amend if not Submittable,{0}: Nelze nastavit přiřadit Změny když není Odeslatelné
DocType: Address,Bihar,Bihar DocType: Address,Bihar,Bihar
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,Upravit oprávnění rolí apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,Upravit oprávnění rolí
DocType: Communication,Link DocType,Link DocType DocType: Communication,Link DocType,Link DocType
@@ -2301,7 +2301,7 @@ DocType: DocField,Set non-standard precision for a Float or Currency field,Nasta
DocType: Email Account,Ignore attachments over this size,Ignorovat příloh přes tuto velikost DocType: Email Account,Ignore attachments over this size,Ignorovat příloh přes tuto velikost
DocType: Address,Preferred Billing Address,Preferovaná Fakturační Adresa DocType: Address,Preferred Billing Address,Preferovaná Fakturační Adresa
apps/frappe/frappe/config/integrations.py +63,External Documents,Externí dokumenty apps/frappe/frappe/config/integrations.py +63,External Documents,Externí dokumenty
apps/frappe/frappe/database.py +235,Too many writes in one request. Please send smaller requests,Velmi mnoho zápisů v jednom požadavku. Prosím pošlete menší požadavek
apps/frappe/frappe/database.py +247,Too many writes in one request. Please send smaller requests,Velmi mnoho zápisů v jednom požadavku. Prosím pošlete menší požadavek
apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,hodnoty Změnil apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,hodnoty Změnil
DocType: Workflow State,arrow-up,šipka-nahoru DocType: Workflow State,arrow-up,šipka-nahoru
DocType: OAuth Bearer Token,Expires In,V vyprší DocType: OAuth Bearer Token,Expires In,V vyprší
@@ -2349,7 +2349,7 @@ apps/frappe/frappe/core/page/data_import_tool/importer.py +81,Please make sure t
apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,"Ujistěte se, že váš profil má e-mailovou adresu" apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,"Ujistěte se, že váš profil má e-mailovou adresu"
apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,"V tomto formuláři máte neuložené změny. Prosím, uložte změny než budete pokračovat." apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,"V tomto formuláři máte neuložené změny. Prosím, uložte změny než budete pokračovat."
DocType: Address,Telangana,Telangana DocType: Address,Telangana,Telangana
apps/frappe/frappe/core/doctype/doctype/doctype.py +459,Default for {0} must be an option,Výchozí pro {0} musí být možnost
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Default for {0} must be an option,Výchozí pro {0} musí být možnost
DocType: Tag Doc Category,Tag Doc Category,Tag Doc Kategorie DocType: Tag Doc Category,Tag Doc Category,Tag Doc Kategorie
DocType: User,User Image,Obrázek uživatele (avatar) DocType: User,User Image,Obrázek uživatele (avatar)
apps/frappe/frappe/email/queue.py +304,Emails are muted,Emaily jsou potlačené (muted) apps/frappe/frappe/email/queue.py +304,Emails are muted,Emaily jsou potlačené (muted)
@@ -2394,7 +2394,7 @@ DocType: Async Task,Running,Běh
apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,Obnovit heslo apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,Obnovit heslo
apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,Prosím upgrade přidat více než {0} předplatitelů apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,Prosím upgrade přidat více než {0} předplatitelů
DocType: Workflow State,hand-left,hand-left DocType: Workflow State,hand-left,hand-left
apps/frappe/frappe/core/doctype/doctype/doctype.py +472,Fieldtype {0} for {1} cannot be unique,Fieldtype {0} na {1} nemůže být jedinečné
apps/frappe/frappe/core/doctype/doctype/doctype.py +476,Fieldtype {0} for {1} cannot be unique,Fieldtype {0} na {1} nemůže být jedinečné
DocType: Email Account,Use SSL,Použít SSL DocType: Email Account,Use SSL,Použít SSL
DocType: Workflow State,play-circle,play-circle DocType: Workflow State,play-circle,play-circle
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,Zvolte formát tisku upravit apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,Zvolte formát tisku upravit
@@ -2449,7 +2449,7 @@ DocType: DocField,No Copy,Žádná kopie
DocType: Workflow State,qrcode,qrcode DocType: Workflow State,qrcode,qrcode
apps/frappe/frappe/www/login.html +34,Login with LDAP,Přihlášení s LDAP apps/frappe/frappe/www/login.html +34,Login with LDAP,Přihlášení s LDAP
DocType: Web Form,Breadcrumbs,Drobečková navigace (Breadcrumbs) DocType: Web Form,Breadcrumbs,Drobečková navigace (Breadcrumbs)
apps/frappe/frappe/core/doctype/doctype/doctype.py +671,If Owner,Pokud majitelem
apps/frappe/frappe/core/doctype/doctype/doctype.py +675,If Owner,Pokud majitelem
DocType: OAuth Authorization Code,Expiration time,doba expirace DocType: OAuth Authorization Code,Expiration time,doba expirace
DocType: Web Page,Website Sidebar,Webové stránky Sidebar DocType: Web Page,Website Sidebar,Webové stránky Sidebar
DocType: Web Form,Show Sidebar,Show Sidebar DocType: Web Form,Show Sidebar,Show Sidebar
@@ -2620,6 +2620,7 @@ DocType: Portal Settings,Hide Standard Menu,Skrýt standardní nabídku
apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,Přidat / Správa e-mailových domén. apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,Přidat / Správa e-mailových domén.
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},Nelze zrušit před vložením. Transakce {0} apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},Nelze zrušit před vložením. Transakce {0}
apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,Formát tisku: {0} je vypnutý apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,Formát tisku: {0} je vypnutý
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,Prosím nastavte výchozí emailový účet z Nastavení&gt; Email&gt; E-mailový účet
DocType: Email Alert,Send days before or after the reference date,Poslat dní před nebo po referenčním datem DocType: Email Alert,Send days before or after the reference date,Poslat dní před nebo po referenčním datem
DocType: User,Allow user to login only after this hour (0-24),Povolit uživateli se přihlásit pouze po této hodině (0-24) DocType: User,Allow user to login only after this hour (0-24),Povolit uživateli se přihlásit pouze po této hodině (0-24)
apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,Hodnota apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,Hodnota
@@ -2635,7 +2636,6 @@ DocType: ToDo,Priority,Priorita
DocType: Email Queue,Unsubscribe Param,aktuality Param DocType: Email Queue,Unsubscribe Param,aktuality Param
DocType: Auto Email Report,Weekly,Týdenní DocType: Auto Email Report,Weekly,Týdenní
DocType: Communication,In Reply To,V odpovědi na DocType: Communication,In Reply To,V odpovědi na
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,Nebyla nalezena žádná výchozí šablona adresy. Vytvořte prosím nový z nabídky Nastavení&gt; Tisk a branding&gt; Šablona adresy.
DocType: DocType,Allow Import (via Data Import Tool),Umožnit import (pomocí Import dat Tool) DocType: DocType,Allow Import (via Data Import Tool),Umožnit import (pomocí Import dat Tool)
apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,starší apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,starší
DocType: DocField,Float,Desetinné číslo DocType: DocField,Float,Desetinné číslo
@@ -2678,7 +2678,7 @@ apps/frappe/frappe/templates/emails/auto_reply.html +1,Thank you for your email,
DocType: DocField,Small Text,Krátký text DocType: DocField,Small Text,Krátký text
apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,Správce přístupné {0} na {1} pomocí IP adresy {2}. apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,Správce přístupné {0} na {1} pomocí IP adresy {2}.
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,Je rovno apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,Je rovno
apps/frappe/frappe/core/doctype/doctype/doctype.py +453,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'
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,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 DocType: About Us Settings,Team Members Heading,Záhlaví členů týmu
apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,Neplatný formátu CSV apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,Neplatný formátu CSV
apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,Nastavit počet záloh apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,Nastavit počet záloh
@@ -2712,7 +2712,7 @@ DocType: Kanban Board Column,Column Name,Název sloupce
DocType: Language,Based On,Založeno na DocType: Language,Based On,Založeno na
apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,Nastavit jako výchozí apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,Nastavit jako výchozí
apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,"Zkontrolujte, zda URL Frappe Server" apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,"Zkontrolujte, zda URL Frappe Server"
apps/frappe/frappe/core/doctype/doctype/doctype.py +495,Fieldtype {0} for {1} cannot be indexed,Fieldtype {0} na {1} nelze indexovat
apps/frappe/frappe/core/doctype/doctype/doctype.py +499,Fieldtype {0} for {1} cannot be indexed,Fieldtype {0} na {1} nelze indexovat
DocType: Communication,Email Account,E-mailový účet DocType: Communication,Email Account,E-mailový účet
DocType: Workflow State,Download,Stáhnout DocType: Workflow State,Download,Stáhnout
DocType: Blog Post,Blog Intro,Úvod blogu DocType: Blog Post,Blog Intro,Úvod blogu
@@ -2744,15 +2744,15 @@ apps/frappe/frappe/email/doctype/email_group/email_group.js +45,New Newsletter,N
DocType: Print Settings,Send Print as PDF,Odeslat tisk jako PDF DocType: Print Settings,Send Print as PDF,Odeslat tisk jako PDF
DocType: Web Form,Amount,Částka DocType: Web Form,Amount,Částka
DocType: Workflow Transition,Allowed,Povoleno DocType: Workflow Transition,Allowed,Povoleno
apps/frappe/frappe/core/doctype/doctype/doctype.py +502,There can be only one Fold in a form,Může být pouze jeden Fold ve formuláři
apps/frappe/frappe/core/doctype/doctype/doctype.py +506,There can be only one Fold in a form,Může být pouze jeden Fold ve formuláři
apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},Nelze zapsat formát souboru pro {0} apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},Nelze zapsat formát souboru pro {0}
apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,Obnovit výchozí nastavení? apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,Obnovit výchozí nastavení?
apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,Neplatná domovská stránka apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,Neplatná domovská stránka
apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,Neplatné přihlášení. Zkus to znovu. apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,Neplatné přihlášení. Zkus to znovu.
apps/frappe/frappe/core/doctype/doctype/doctype.py +420,Options required for Link or Table type field {0} in row {1},Možnosti požadované pro pole Odkaz nebo Tabulka typu {0} v řádku {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +424,Options required for Link or Table type field {0} in row {1},Možnosti požadované pro pole Odkaz nebo Tabulka typu {0} v řádku {1}
DocType: Auto Email Report,Send only if there is any data,"Zaslat pouze tehdy, pokud existuje údaje" DocType: Auto Email Report,Send only if there is any data,"Zaslat pouze tehdy, pokud existuje údaje"
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,Obnovit filtry apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,Obnovit filtry
apps/frappe/frappe/core/doctype/doctype/doctype.py +688,{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í
apps/frappe/frappe/core/doctype/doctype/doctype.py +692,{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í
apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},Úkol uzavřen {0} apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},Úkol uzavřen {0}
DocType: Integration Request,Remote,Dálkový DocType: Integration Request,Remote,Dálkový
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,Vypočítat apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,Vypočítat
@@ -2772,7 +2772,7 @@ DocType: DocField,Perm Level,úroveň oprávnění
apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,Dnešní události v kalendáři apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,Dnešní události v kalendáři
DocType: Web Page,Web Page,Www stránky DocType: Web Page,Web Page,Www stránky
DocType: Blog Category,Blogger,Blogger DocType: Blog Category,Blogger,Blogger
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In Global Search' not allowed for type {0} in row {1},&#39;V globálním vyhledávání&#39; není povolen typ {0} v řádku {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +449,'In Global Search' not allowed for type {0} in row {1},&#39;V globálním vyhledávání&#39; není povolen typ {0} v řádku {1}
apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,Zobrazit seznam apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,Zobrazit seznam
apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},Datum musí být ve formátu: {0} apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},Datum musí být ve formátu: {0}
DocType: Workflow,Don't Override Status,Nepotlačí Stav DocType: Workflow,Don't Override Status,Nepotlačí Stav
@@ -2821,7 +2821,7 @@ DocType: Website Theme,Background,Pozadí
DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","JSON sezam DocTypes použitých pro aplikování uživatelských oprávnění. Pakliže je prázdný, všechny provázané DocTypes budou použity pro aplikování uživatelských oprávnění." DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","JSON sezam DocTypes použitých pro aplikování uživatelských oprávnění. Pakliže je prázdný, všechny provázané DocTypes budou použity pro aplikování uživatelských oprávnění."
DocType: Report,Ref DocType,Referenční DocType DocType: Report,Ref DocType,Referenční DocType
apps/frappe/frappe/www/feedback.py +42,Please add a rating,Přidejte hodnocení apps/frappe/frappe/www/feedback.py +42,Please add a rating,Přidejte hodnocení
apps/frappe/frappe/core/doctype/doctype/doctype.py +700,{0}: Cannot set Amend without Cancel,{0}: Nelze Změnit bez Zrušení
apps/frappe/frappe/core/doctype/doctype/doctype.py +704,{0}: Cannot set Amend without Cancel,{0}: Nelze Změnit bez Zrušení
apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,Full Page apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,Full Page
DocType: DocType,Is Child Table,Je podtabulka DocType: DocType,Is Child Table,Je podtabulka
apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} musí být jedno ze {1} apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} musí být jedno ze {1}
@@ -2850,7 +2850,7 @@ DocType: Event,Send an email reminder in the morning,Ráno odeslat upozornění
DocType: Blog Post,Published On,Publikováno (kdy) DocType: Blog Post,Published On,Publikováno (kdy)
DocType: Contact,Gender,Pohlaví DocType: Contact,Gender,Pohlaví
apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,Povinné nebo chybějící údaje: apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,Povinné nebo chybějící údaje:
apps/frappe/frappe/core/doctype/doctype/doctype.py +492,Field '{0}' cannot be set as Unique as it has non-unique values,"Pole &#39;{0}&#39; nelze nastavit jako jedinečné, jak to má non-jedinečné hodnoty"
apps/frappe/frappe/core/doctype/doctype/doctype.py +496,Field '{0}' cannot be set as Unique as it has non-unique values,"Pole &#39;{0}&#39; nelze nastavit jako jedinečné, jak to má non-jedinečné hodnoty"
apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,Pouhých 200 vložky povoleno v jedné žádosti apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,Pouhých 200 vložky povoleno v jedné žádosti
DocType: Footer Item,URL,URL DocType: Footer Item,URL,URL
DocType: ToDo,Reference Type,Typ reference DocType: ToDo,Reference Type,Typ reference
@@ -2893,8 +2893,8 @@ apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +135,Please save
apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} odběratelé přidáni apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} odběratelé přidáni
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,Ne V apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,Ne V
DocType: Workflow State,star,star DocType: Workflow State,star,star
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +228,values separated by commas,hodnoty oddělené čárkami
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Max width for type Currency is 100px in row {0},Max šířka pro typ měny je 100px na řádku {0}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,values separated by commas,hodnoty oddělené čárkami
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,Max width for type Currency is 100px in row {0},Max šířka pro typ měny je 100px na řádku {0}
apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},"Prosím, podělte se o své zpětnou vazbu pro {0}" apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},"Prosím, podělte se o své zpětnou vazbu pro {0}"
apps/frappe/frappe/config/website.py +13,Content web page.,Obsah www stránky. apps/frappe/frappe/config/website.py +13,Content web page.,Obsah www stránky.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Přidat novou roli apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Přidat novou roli
@@ -2912,7 +2912,7 @@ apps/frappe/frappe/public/js/frappe/desk.js +383,Please Enter Your Password to C
apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,Není platný uživatel LDAP apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,Není platný uživatel LDAP
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} není validní stav apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} není validní stav
apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',"Prosím, vyberte jiný způsob platby. PayPal nepodporuje transakcí s oběživem ‚{0}‘" apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',"Prosím, vyberte jiný způsob platby. PayPal nepodporuje transakcí s oběživem ‚{0}‘"
apps/frappe/frappe/core/doctype/doctype/doctype.py +519,Search field {0} is not valid,Vyhledávací pole {0} není platný
apps/frappe/frappe/core/doctype/doctype/doctype.py +523,Search field {0} is not valid,Vyhledávací pole {0} není platný
DocType: Workflow State,ok-circle,ok-circle DocType: Workflow State,ok-circle,ok-circle
apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',"Můžete najít věci tím, že žádá &quot;najít oranžovou zákazníků &#39;" apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',"Můžete najít věci tím, že žádá &quot;najít oranžovou zákazníků &#39;"
apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,Je nám líto! Uživatel by měl mít kompletní přístup k vlastnímu záznamu. apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,Je nám líto! Uživatel by měl mít kompletní přístup k vlastnímu záznamu.
@@ -2982,7 +2982,7 @@ DocType: User,Background Style,Styl pozadí
apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},sloučeny {0} do {1} apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},sloučeny {0} do {1}
DocType: System Settings,mm-dd-yyyy,mm-dd-rrrr DocType: System Settings,mm-dd-yyyy,mm-dd-rrrr
apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} přihlášeni apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} přihlášeni
apps/frappe/frappe/templates/emails/new_user.html +4,Your login id is,Vaše přihlašovací id je
apps/frappe/frappe/templates/emails/new_user.html +3,Your login id is,Vaše přihlašovací id je
DocType: OAuth Client,Skip Authorization,přeskočit Authorization DocType: OAuth Client,Skip Authorization,přeskočit Authorization
DocType: Web Form,Amount Field,výše Field DocType: Web Form,Amount Field,výše Field
DocType: Dropbox Settings,Send Notifications To,Odeslat upozornění DocType: Dropbox Settings,Send Notifications To,Odeslat upozornění


+ 102
- 102
frappe/translations/da.csv View File

@@ -55,7 +55,7 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +52,Data Import Templa
apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,Parent apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,Parent
DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","Hvis aktiveret, vil kodeordets styrke blive håndhævet baseret på værdien Minimum Password Score. En værdi på 2 er medium stærk og 4 er meget stærk." DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","Hvis aktiveret, vil kodeordets styrke blive håndhævet baseret på værdien Minimum Password Score. En værdi på 2 er medium stærk og 4 er meget stærk."
DocType: About Us Settings,"""Team Members"" or ""Management""",&quot;Team medlemmer&quot; eller &quot;Management&quot; DocType: About Us Settings,"""Team Members"" or ""Management""",&quot;Team medlemmer&quot; eller &quot;Management&quot;
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Default for 'Check' type of field must be either '0' or '1',Standard for &quot;Kontrollér&quot; type felt skal enten være &#39;0&#39; eller &#39;1&#39;
apps/frappe/frappe/core/doctype/doctype/doctype.py +461,Default for 'Check' type of field must be either '0' or '1',Standard for &quot;Kontrollér&quot; type felt skal enten være &#39;0&#39; eller &#39;1&#39;
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,I går apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,I går
DocType: Contact,Designation,Betegnelse DocType: Contact,Designation,Betegnelse
DocType: Test Runner,Test Runner,Test Runner DocType: Test Runner,Test Runner,Test Runner
@@ -71,7 +71,7 @@ DocType: DocType,Is Published Field,Er Udgivet Field
DocType: Email Group,Email Group,E-mailgruppe DocType: Email Group,Email Group,E-mailgruppe
DocType: Note,Seen By,Set af DocType: Note,Seen By,Set af
apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,Tilføj flere apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,Tilføj flere
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Not Like,Ikke lig med
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Not Like,Ikke lig med
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,Indstil displayet etiket for feltet apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,Indstil displayet etiket for feltet
apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},Forkert værdi: {0} skal være {1} {2} apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},Forkert værdi: {0} skal være {1} {2}
apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","Skift egenskaber for feltet (skjul, skrivebeskyttet, tilladelse osv.)" apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","Skift egenskaber for feltet (skjul, skrivebeskyttet, tilladelse osv.)"
@@ -160,7 +160,8 @@ apps/frappe/frappe/public/js/frappe/upload.js +296,Uploading...,Uploader ...
DocType: Email Domain,Email Domain,E-mail domæne DocType: Email Domain,Email Domain,E-mail domæne
DocType: Workflow State,italic,kursiv DocType: Workflow State,italic,kursiv
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,For alle apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,For alle
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,{0}: Cannot set Import without Create,{0}: Kan ikke sætte Import uden Opret
apps/frappe/frappe/core/doctype/doctype/doctype.py +706,{0}: Cannot set Import without Create,{0}: Kan ikke sætte Import uden Opret
apps/frappe/frappe/templates/emails/auto_email_report.html +45,View report in your browser,Se rapport i din browser
apps/frappe/frappe/config/desk.py +26,Event and other calendars.,Arrangementet og andre kalendere. apps/frappe/frappe/config/desk.py +26,Event and other calendars.,Arrangementet og andre kalendere.
apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,Alle felter er nødvendige for at indsende kommentaren. apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,Alle felter er nødvendige for at indsende kommentaren.
apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,Træk for at sortere kolonner apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,Træk for at sortere kolonner
@@ -237,7 +238,7 @@ apps/frappe/frappe/config/setup.py +121,Update many values at one time.,Opdateri
apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,"Fejl: Dokument er blevet ændret, efter at du har åbnet det" apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,"Fejl: Dokument er blevet ændret, efter at du har åbnet det"
apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} logget ud: {1} apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} logget ud: {1}
DocType: Address,West Bengal,Vestbengalen DocType: Address,West Bengal,Vestbengalen
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0}: Cannot set Assign Submit if not Submittable,{0}: Kan ikke sætte Tildel Indsend hvis ikke Submittable
apps/frappe/frappe/core/doctype/doctype/doctype.py +727,{0}: Cannot set Assign Submit if not Submittable,{0}: Kan ikke sætte Tildel Indsend hvis ikke Submittable
DocType: Social Login Keys,Facebook,Facebook DocType: Social Login Keys,Facebook,Facebook
apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",Filtreret efter &quot;{0}&quot; apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",Filtreret efter &quot;{0}&quot;
DocType: Salutation,Administrator,Administrator DocType: Salutation,Administrator,Administrator
@@ -261,7 +262,7 @@ DocType: User,Get your globally recognized avatar from Gravatar.com,Få din glob
apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","Dit abonnement udløb den {0}. For at forny, {1}." apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","Dit abonnement udløb den {0}. For at forny, {1}."
DocType: Workflow State,plus-sign,plus-tegnet DocType: Workflow State,plus-sign,plus-tegnet
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,Opsætning allerede fuldført apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,Opsætning allerede fuldført
apps/frappe/frappe/__init__.py +897,App {0} is not installed,App {0} er ikke installeret
apps/frappe/frappe/__init__.py +898,App {0} is not installed,App {0} er ikke installeret
DocType: Workflow State,Refresh,Opdater DocType: Workflow State,Refresh,Opdater
DocType: Event,Public,Offentlig DocType: Event,Public,Offentlig
apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,Intet at vise apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,Intet at vise
@@ -269,7 +270,7 @@ apps/frappe/frappe/public/js/frappe/model/model.js +24,Liked By,Ønsket af
apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,E-mail Support apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,E-mail Support
DocType: DocField,Print Hide If No Value,Udskriv Skjul Hvis Nej Værdi DocType: DocField,Print Hide If No Value,Udskriv Skjul Hvis Nej Værdi
DocType: Event,yellow,gul DocType: Event,yellow,gul
apps/frappe/frappe/core/doctype/doctype/doctype.py +563,Is Published Field must be a valid fieldname,Er Udgivet Field skal være en gyldig fieldname
apps/frappe/frappe/core/doctype/doctype/doctype.py +567,Is Published Field must be a valid fieldname,Er Udgivet Field skal være en gyldig fieldname
apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,Upload Attachment apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,Upload Attachment
DocType: Block Module,Block Module,Block Module DocType: Block Module,Block Module,Block Module
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,Udlæs skabelon apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,Udlæs skabelon
@@ -286,7 +287,7 @@ DocType: Email Account,Total number of emails to sync in initial sync process ,"
DocType: Website Settings,Set Banner from Image,Set Banner fra Billede DocType: Website Settings,Set Banner from Image,Set Banner fra Billede
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,Global søgning apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,Global søgning
DocType: Email Account,SparkPost,SparkPost DocType: Email Account,SparkPost,SparkPost
apps/frappe/frappe/templates/emails/new_user.html +3,A new account has been created for you at {0},En ny konto er oprettet til dig på {0}
apps/frappe/frappe/templates/emails/new_user.html +2,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 +178,Instructions Emailed,Instruktioner sendt apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,Instruktioner sendt
apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),Indtast e-mail Modtager (e) apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),Indtast e-mail Modtager (e)
DocType: Print Format,Verdana,Verdana DocType: Print Format,Verdana,Verdana
@@ -352,7 +353,7 @@ apps/frappe/frappe/utils/nestedset.py +218,Merging is only possible between Grou
apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},Tilføjet {0} apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},Tilføjet {0}
apps/frappe/frappe/www/search.html +28,No matching records. Search something new,Ingen tilsvarende data. Søg noget nyt apps/frappe/frappe/www/search.html +28,No matching records. Search something new,Ingen tilsvarende data. Søg noget nyt
DocType: Currency,Fraction Units,Fraktion Enheder DocType: Currency,Fraction Units,Fraktion Enheder
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +431,{0} from {1} to {2},{0} fra {1} til {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +433,{0} from {1} to {2},{0} fra {1} til {2}
DocType: Communication,Type,Type DocType: Communication,Type,Type
DocType: Authentication Log,Subject,Emne DocType: Authentication Log,Subject,Emne
DocType: Web Form,Amount Based On Field,Beløb baseret på Field DocType: Web Form,Amount Based On Field,Beløb baseret på Field
@@ -365,10 +366,10 @@ DocType: Workflow State,plane,fly
apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","Hvis du uploader nye rekorder, &quot;Navngivning Series&quot; bliver obligatorisk, hvis den findes." apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","Hvis du uploader nye rekorder, &quot;Navngivning Series&quot; bliver obligatorisk, hvis den findes."
apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,Få Advarsler for dag apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,Få Advarsler for dag
apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DocType kan kun blive omdøbt af Administrator apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DocType kan kun blive omdøbt af Administrator
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +442,changed value of {0},ændrede værdi af {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +444,changed value of {0},ændrede værdi af {0}
DocType: Report,JSON,JSON DocType: Report,JSON,JSON
apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,Tjek din e-mail til verifikation apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,Tjek din e-mail til verifikation
apps/frappe/frappe/core/doctype/doctype/doctype.py +509,Fold can not be at the end of the form,Fold kan ikke være i slutningen af formularen
apps/frappe/frappe/core/doctype/doctype/doctype.py +513,Fold can not be at the end of the form,Fold kan ikke være i slutningen af formularen
DocType: Communication,Bounced,Afviste DocType: Communication,Bounced,Afviste
DocType: Deleted Document,Deleted Name,slettet Navn DocType: Deleted Document,Deleted Name,slettet Navn
apps/frappe/frappe/config/setup.py +14,System and Website Users,System- og hjemmesidebrugere apps/frappe/frappe/config/setup.py +14,System and Website Users,System- og hjemmesidebrugere
@@ -376,25 +377,26 @@ DocType: Workflow Document State,Doc Status,Doc status
DocType: Auto Email Report,No of Rows (Max 500),Antal rækker (Max 500) DocType: Auto Email Report,No of Rows (Max 500),Antal rækker (Max 500)
DocType: Language,Language Code,Sprogkode DocType: Language,Language Code,Sprogkode
apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","Din download bliver bygget, kan det tage et øjeblik ..." apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","Din download bliver bygget, kan det tage et øjeblik ..."
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +23,Add Filter,Tilføj filter
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +21,Add Filter,Tilføj filter
apps/frappe/frappe/www/feedback.html +23,Your rating: ,Din bedømmelse: apps/frappe/frappe/www/feedback.html +23,Your rating: ,Din bedømmelse:
apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} og {1} apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} og {1}
DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Altid tilføje &quot;Udkast&quot; Overskrift til udskrivning kladder DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Altid tilføje &quot;Udkast&quot; Overskrift til udskrivning kladder
apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,E-mail er blevet markeret som spam apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,E-mail er blevet markeret som spam
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,Opsætning&gt; Bruger
DocType: About Us Settings,Website Manager,Webmaster DocType: About Us Settings,Website Manager,Webmaster
apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,Du har valgt Udkast eller Annullerede dokumenter apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,Du har valgt Udkast eller Annullerede dokumenter
apps/frappe/frappe/model/document.py +1044,Document Queued,dokument kø apps/frappe/frappe/model/document.py +1044,Document Queued,dokument kø
DocType: GSuite Templates,Destination ID,Destinations-id DocType: GSuite Templates,Destination ID,Destinations-id
DocType: Desktop Icon,List,Liste DocType: Desktop Icon,List,Liste
DocType: Communication,Link Name,Link Navn DocType: Communication,Link Name,Link Navn
apps/frappe/frappe/core/doctype/doctype/doctype.py +433,Field {0} in row {1} cannot be hidden and mandatory without default,Field {0} i række {1} kan ikke skjules og obligatoriske uden standard
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Field {0} in row {1} cannot be hidden and mandatory without default,Field {0} i række {1} kan ikke skjules og obligatoriske uden standard
DocType: System Settings,mm/dd/yyyy,dd/mm/åååå DocType: System Settings,mm/dd/yyyy,dd/mm/åååå
apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,Forkert adgangskode: apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,Forkert adgangskode:
DocType: Print Settings,Send document web view link in email,Send dokument web view link i e-mail DocType: Print Settings,Send document web view link in email,Send dokument web view link i e-mail
apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,Din feedback til dokument {0} er gemt apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,Din feedback til dokument {0} er gemt
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,Forrige apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,Forrige
apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,Sv: apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,Sv:
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +496,{0} rows for {1},{0} rækker for {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +498,{0} rows for {1},{0} rækker for {1}
DocType: Currency,"Sub-currency. For e.g. ""Cent""",Sub-valuta. For eksempel &quot;Cent&quot; DocType: Currency,"Sub-currency. For e.g. ""Cent""",Sub-valuta. For eksempel &quot;Cent&quot;
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,Vælg uploadet fil apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,Vælg uploadet fil
DocType: Letter Head,Check this to make this the default letter head in all prints,Afkryds dette for at gøre dette til den standard brev hovedet i alle udskrifter DocType: Letter Head,Check this to make this the default letter head in all prints,Afkryds dette for at gøre dette til den standard brev hovedet i alle udskrifter
@@ -417,7 +419,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +5,
DocType: Event,Wednesday,Onsdag DocType: Event,Wednesday,Onsdag
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","Bortset fra Rolle baserede Tilladelse Regler, kan du anvende User Tilladelser baseret på doctypes." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","Bortset fra Rolle baserede Tilladelse Regler, kan du anvende User Tilladelser baseret på doctypes."
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","Disse tilladelser vil gælde for alle transaktioner, hvor den tilladte record er knyttet. For eksempel, hvis firma C tilsættes Bruger Tilladelser for bruger X, bruger X vil kun være i stand til at se transaktioner, som har selskab C som en sammenkædet værdi." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","Disse tilladelser vil gælde for alle transaktioner, hvor den tilladte record er knyttet. For eksempel, hvis firma C tilsættes Bruger Tilladelser for bruger X, bruger X vil kun være i stand til at se transaktioner, som har selskab C som en sammenkædet værdi."
apps/frappe/frappe/core/doctype/doctype/doctype.py +554,Image field must be a valid fieldname,Billede felt skal være en gyldig fieldname
apps/frappe/frappe/core/doctype/doctype/doctype.py +558,Image field must be a valid fieldname,Billede felt skal være en gyldig fieldname
DocType: OAuth Client,Token,Token DocType: OAuth Client,Token,Token
DocType: Property Setter,ID (name) of the entity whose property is to be set,"ID (navn) på den virksomhed, hvis ejendommen skal indstilles" DocType: Property Setter,ID (name) of the entity whose property is to be set,"ID (navn) på den virksomhed, hvis ejendommen skal indstilles"
apps/frappe/frappe/limits.py +82,"To renew, {0}.","For at forny, {0}." apps/frappe/frappe/limits.py +82,"To renew, {0}.","For at forny, {0}."
@@ -426,7 +428,7 @@ DocType: Web Form,Sidebar Items,Sidebar varer
apps/frappe/frappe/installer.py +125,App {0} already installed,App {0} er allerede installeret apps/frappe/frappe/installer.py +125,App {0} already installed,App {0} er allerede installeret
DocType: Workflow State,exclamation-sign,udråbstegn-sign DocType: Workflow State,exclamation-sign,udråbstegn-sign
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,Vis Tilladelser apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,Vis Tilladelser
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a Link or Dynamic Link,Tidslinje felt skal være et link eller Dynamic Link
apps/frappe/frappe/core/doctype/doctype/doctype.py +578,Timeline field must be a Link or Dynamic Link,Tidslinje felt skal være et link eller Dynamic Link
apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,Datointerval apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,Datointerval
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,Gantt apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,Gantt
apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},Side {0} af {1} apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},Side {0} af {1}
@@ -456,18 +458,18 @@ DocType: Workflow State,music,musik
DocType: Web Page,Settings,Indstillinger DocType: Web Page,Settings,Indstillinger
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,Angiv venligst DOCTYPE apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,Angiv venligst DOCTYPE
DocType: Print Format,Style Settings,style Indstillinger DocType: Print Format,Style Settings,style Indstillinger
apps/frappe/frappe/core/doctype/doctype/doctype.py +585,Sort field {0} must be a valid fieldname,Sorter feltet {0} skal være en gyldig fieldname
apps/frappe/frappe/core/doctype/doctype/doctype.py +589,Sort field {0} must be a valid fieldname,Sorter feltet {0} skal være en gyldig fieldname
apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,Mere apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,Mere
DocType: Contact,Sales Manager,Salgschef DocType: Contact,Sales Manager,Salgschef
apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,Omdøb apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,Omdøb
DocType: Print Format,Format Data,Format af data DocType: Print Format,Format Data,Format af data
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Like,Lignende
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Like,Lignende
DocType: Customize Form Field,Customize Form Field,Tilpas Form Field DocType: Customize Form Field,Customize Form Field,Tilpas Form Field
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,Tillad Bruger apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,Tillad Bruger
DocType: OAuth Client,Grant Type,Grant Type DocType: OAuth Client,Grant Type,Grant Type
apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,"Kontrollere, hvilke dokumenter er læses af en bruger" apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,"Kontrollere, hvilke dokumenter er læses af en bruger"
apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,Listing app ikke tilladt apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,Listing app ikke tilladt
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,use % as wildcard,bruge% som wildcard
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +230,use % as wildcard,bruge% som wildcard
apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","E-mail Domæne ikke konfigureret til denne konto, Opret en?" apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","E-mail Domæne ikke konfigureret til denne konto, Opret en?"
DocType: User,Reset Password Key,Nulstil adgangskode DocType: User,Reset Password Key,Nulstil adgangskode
DocType: Email Account,Enable Auto Reply,Aktiver autosvar DocType: Email Account,Enable Auto Reply,Aktiver autosvar
@@ -475,7 +477,7 @@ apps/frappe/frappe/core/doctype/error_log/error_log_list.js +7,Not Seen,Ikke set
DocType: Workflow State,zoom-in,zoom-ind DocType: Workflow State,zoom-in,zoom-ind
apps/frappe/frappe/email/queue.py +234,Unsubscribe from this list,Afmelde denne liste apps/frappe/frappe/email/queue.py +234,Unsubscribe from this list,Afmelde denne liste
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +13,Reference DocType and Reference Name are required,Henvisning DocType og reference navn er påkrævet apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +13,Reference DocType and Reference Name are required,Henvisning DocType og reference navn er påkrævet
apps/frappe/frappe/utils/jinja.py +51,Syntax error in template,Syntaks fejl i skabelon
apps/frappe/frappe/utils/jinja.py +51,Syntax error in template,Syntaksfejl i skabelon
DocType: DocField,Width,Bredde DocType: DocField,Width,Bredde
DocType: Email Account,Notify if unreplied,"Informer, hvis unreplied" DocType: Email Account,Notify if unreplied,"Informer, hvis unreplied"
DocType: System Settings,Minimum Password Score,Mindste adgangskode score DocType: System Settings,Minimum Password Score,Mindste adgangskode score
@@ -492,11 +494,12 @@ apps/frappe/frappe/model/document.py +574,Cannot change docstatus from 1 to 0,Ka
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,Tag sikkerhedskopi nu apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,Tag sikkerhedskopi nu
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,Velkommen apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,Velkommen
apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,Installerede apps apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,Installerede apps
DocType: Contact,Open,Åben
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,Opsætning&gt; Brugerrettigheder
DocType: Contact,Open,Aktiv
DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,Definerer handlinger på stater og det næste skridt og tilladte roller. DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,Definerer handlinger på stater og det næste skridt og tilladte roller.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","Som en bedste praksis, ikke tildele samme sæt tilladelse regel på forskellige roller. I stedet indstille flere roller til samme bruger." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","Som en bedste praksis, ikke tildele samme sæt tilladelse regel på forskellige roller. I stedet indstille flere roller til samme bruger."
DocType: Web Form,Message to be displayed on successful completion,Besked der skal vises på en vellykket gennemførelse DocType: Web Form,Message to be displayed on successful completion,Besked der skal vises på en vellykket gennemførelse
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +42,Only {0} emailed reports are allowed per user,Kun {0} emailet rapporter er tilladt per bruger
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +43,Only {0} emailed reports are allowed per user,Kun {0} emailet rapporter er tilladt per bruger
DocType: Address,Address Title,Adresse Titel DocType: Address,Address Title,Adresse Titel
DocType: Website Settings,Footer Items,Footer Varer DocType: Website Settings,Footer Items,Footer Varer
apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,Anmodning Feedback apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,Anmodning Feedback
@@ -511,7 +514,7 @@ DocType: DocField,Set Only Once,Sæt kun én gang
DocType: Email Queue Recipient,Email Queue Recipient,Email Kø Modtager DocType: Email Queue Recipient,Email Queue Recipient,Email Kø Modtager
DocType: Address,Nagaland,Nagaland DocType: Address,Nagaland,Nagaland
apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,Brugernavn {0} findes allerede apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,Brugernavn {0} findes allerede
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set import as {1} is not importable,{0}: Kan ikke sætte import som {1} er ikke kan indføres
apps/frappe/frappe/core/doctype/doctype/doctype.py +733,{0}: Cannot set import as {1} is not importable,{0}: Kan ikke sætte import som {1} er ikke kan indføres
apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},Der er en fejl i din adresseskabelon {0} apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},Der er en fejl i din adresseskabelon {0}
DocType: Footer Item,"target = ""_blank""",target = &quot;_blank&quot; DocType: Footer Item,"target = ""_blank""",target = &quot;_blank&quot;
DocType: Workflow State,hdd,hdd DocType: Workflow State,hdd,hdd
@@ -523,7 +526,7 @@ DocType: Communication,From Full Name,Fra Navn
apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},Du behøver ikke have adgang til Rapporter: {0} apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},Du behøver ikke have adgang til Rapporter: {0}
DocType: User,Send Welcome Email,Send velkomst-e-mail DocType: User,Send Welcome Email,Send velkomst-e-mail
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,"Upload CSV-fil, der indeholder alle brugertilladelser i samme format som download." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,"Upload CSV-fil, der indeholder alle brugertilladelser i samme format som download."
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +449,Remove Filter,Fjern Filter
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +450,Remove Filter,Fjern Filter
DocType: Address,Daman and Diu,Daman og Diu DocType: Address,Daman and Diu,Daman og Diu
DocType: Address,Personal,Personlig DocType: Address,Personal,Personlig
apps/frappe/frappe/config/setup.py +113,Bulk Rename,Bulk Omdøb apps/frappe/frappe/config/setup.py +113,Bulk Rename,Bulk Omdøb
@@ -553,13 +556,12 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.js +33,Send
apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","Standard DocType kan ikke have standard udskriftsformat, brug Tilpas formular" apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","Standard DocType kan ikke have standard udskriftsformat, brug Tilpas formular"
DocType: Report,Query,Forespørgsel DocType: Report,Query,Forespørgsel
DocType: DocType,Sort Order,Sorteringsrækkefølge DocType: DocType,Sort Order,Sorteringsrækkefølge
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,'In List View' not allowed for type {0} in row {1},'I Listevisning' ikke tilladt for type {0} i række {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In List View' not allowed for type {0} in row {1},'I Listevisning' ikke tilladt for type {0} i række {1}
DocType: Custom Field,Select the label after which you want to insert new field.,"Vælg den etiket, hvorefter du vil indsætte nyt felt." DocType: Custom Field,Select the label after which you want to insert new field.,"Vælg den etiket, hvorefter du vil indsætte nyt felt."
,Document Share Report,Dokument Del Report ,Document Share Report,Dokument Del Report
DocType: User,Last Login,Sidste log ind DocType: User,Last Login,Sidste log ind
apps/frappe/frappe/core/doctype/doctype/doctype.py +600,Fieldname is required in row {0},Feltnavn kræves i række {0}
apps/frappe/frappe/core/doctype/doctype/doctype.py +604,Fieldname is required in row {0},Feltnavn kræves i række {0}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,Kolonne apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,Kolonne
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,Opsæt venligst standard e-mail-konto fra Opsætning&gt; Email&gt; E-mail-konto
DocType: Custom Field,Adds a custom field to a DocType,Tilføjer et brugerdefineret felt til et DocType DocType: Custom Field,Adds a custom field to a DocType,Tilføjer et brugerdefineret felt til et DocType
DocType: File,Is Home Folder,Er Home Folder DocType: File,Is Home Folder,Er Home Folder
apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} er ikke en gyldig e-mailadresse apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} er ikke en gyldig e-mailadresse
@@ -583,7 +585,7 @@ DocType: File,Folder,Folder
DocType: DocField,Index,Indeks DocType: DocField,Index,Indeks
DocType: Email Group,Newsletter Manager,Nyhedsbrev manager DocType: Email Group,Newsletter Manager,Nyhedsbrev manager
apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,Mulighed 1 apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,Mulighed 1
apps/frappe/frappe/public/js/frappe/form/formatters.js +124,{0} to {1},{0} til {1}
apps/frappe/frappe/public/js/frappe/form/formatters.js +129,{0} to {1},{0} til {1}
apps/frappe/frappe/config/setup.py +89,Log of error during requests.,Log af fejl under anmodninger. apps/frappe/frappe/config/setup.py +89,Log of error during requests.,Log af fejl under anmodninger.
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} er blevet føjet til e-mailgruppen. apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} er blevet føjet til e-mailgruppen.
DocType: Address,Uttar Pradesh,Uttar Pradesh DocType: Address,Uttar Pradesh,Uttar Pradesh
@@ -593,7 +595,7 @@ apps/frappe/frappe/email/doctype/newsletter/newsletter.py +30,Scheduled to send
DocType: Kanban Board Column,Indicator,Indikator DocType: Kanban Board Column,Indicator,Indikator
DocType: DocShare,Everyone,Alle DocType: DocShare,Everyone,Alle
DocType: Workflow State,backward,bagud DocType: Workflow State,backward,bagud
apps/frappe/frappe/core/doctype/doctype/doctype.py +676,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: Kun én tilladt med samme rolle, Level og hersk {1}"
apps/frappe/frappe/core/doctype/doctype/doctype.py +680,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: Kun én tilladt med samme rolle, Level og hersk {1}"
DocType: Email Queue,Add Unsubscribe Link,Tilføj Afmeld link DocType: Email Queue,Add Unsubscribe Link,Tilføj Afmeld link
apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,Ingen kommentarer endnu. Start en ny diskussion. apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,Ingen kommentarer endnu. Start en ny diskussion.
DocType: Workflow State,share,andel DocType: Workflow State,share,andel
@@ -632,7 +634,7 @@ apps/frappe/frappe/printing/doctype/print_format/print_format.py +80,{0} is now
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,Arkiverede kolonner apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,Arkiverede kolonner
DocType: Email Account,Default Outgoing,Standard Udgående DocType: Email Account,Default Outgoing,Standard Udgående
DocType: Workflow State,play,spille DocType: Workflow State,play,spille
apps/frappe/frappe/templates/emails/new_user.html +5,Click on the link below to complete your registration and set a new password,Klik på linket nedenfor for at fuldføre din registrering og angive en ny adgangskode
apps/frappe/frappe/templates/emails/new_user.html +4,Click on the link below to complete your registration and set a new password,Klik på linket nedenfor for at fuldføre din registrering og angive en ny adgangskode
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,Ikke tilføje apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,Ikke tilføje
apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,Ingen e-mail konti Tildelt apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,Ingen e-mail konti Tildelt
DocType: Contact Us Settings,Contact Us Settings,Kontakt os Indstillinger DocType: Contact Us Settings,Contact Us Settings,Kontakt os Indstillinger
@@ -653,12 +655,12 @@ apps/frappe/frappe/core/page/user_permissions/user_permissions.js +127,Upload Us
DocType: Dropbox Settings,App Secret Key,App Secret Key DocType: Dropbox Settings,App Secret Key,App Secret Key
apps/frappe/frappe/config/website.py +7,Web Site,Internetside apps/frappe/frappe/config/website.py +7,Web Site,Internetside
apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,Markerede elementer vil blive vist på skrivebordet apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,Markerede elementer vil blive vist på skrivebordet
apps/frappe/frappe/core/doctype/doctype/doctype.py +719,{0} cannot be set for Single types,{0} kan ikke indstilles for Single typer
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0} cannot be set for Single types,{0} kan ikke indstilles for Single typer
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Kanbantavle {0} findes ikke. apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Kanbantavle {0} findes ikke.
apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} læser dette dokument apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} læser dette dokument
DocType: ToDo,Assigned By Full Name,Tildelt af navn DocType: ToDo,Assigned By Full Name,Tildelt af navn
apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} opdateret apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} opdateret
apps/frappe/frappe/core/doctype/doctype/doctype.py +709,Report cannot be set for Single types,Rapporten kan ikke indstilles for Single typer
apps/frappe/frappe/core/doctype/doctype/doctype.py +713,Report cannot be set for Single types,Rapporten kan ikke indstilles for Single typer
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} dage siden apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} dage siden
DocType: Email Account,Awaiting Password,afventer adgangskode DocType: Email Account,Awaiting Password,afventer adgangskode
DocType: Address,Address Line 1,Adresse DocType: Address,Address Line 1,Adresse
@@ -708,7 +710,7 @@ DocType: Feedback Trigger,"To add dynamic subject, use jinja tags like
apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,App {0} fjernet apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,App {0} fjernet
DocType: Custom DocPerm,Apply User Permissions,Tilføj brugertilladelser DocType: Custom DocPerm,Apply User Permissions,Tilføj brugertilladelser
DocType: User,Modules HTML,Moduler HTML DocType: User,Modules HTML,Moduler HTML
apps/frappe/frappe/public/js/frappe/ui/field_group.js +82,Missing Values Required,Manglende værdier skal angives
apps/frappe/frappe/public/js/frappe/ui/field_group.js +96,Missing Values Required,Manglende værdier skal angives
DocType: DocType,Other Settings,Andre indstillinger DocType: DocType,Other Settings,Andre indstillinger
DocType: Social Login Keys,Frappe,frappe DocType: Social Login Keys,Frappe,frappe
apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,Marker som ulæst apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,Marker som ulæst
@@ -762,7 +764,7 @@ DocType: Event,orange,orange
apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,Ingen {0} fundet apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,Ingen {0} fundet
apps/frappe/frappe/config/setup.py +242,Add custom forms.,Tilføj brugerdefinerede formularer. apps/frappe/frappe/config/setup.py +242,Add custom forms.,Tilføj brugerdefinerede formularer.
apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} i {2} apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} i {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +419,submitted this document,godkendte dette dokument
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,submitted this document,godkendte dette dokument
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,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. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,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: Communication,CC,CC
DocType: Country,Geo,Geo DocType: Country,Geo,Geo
@@ -812,7 +814,7 @@ DocType: DocType,Hide Toolbar,Skjul værktøjslinje
DocType: User,Last Active,Sidst aktiv DocType: User,Last Active,Sidst aktiv
DocType: Email Account,SMTP Settings for outgoing emails,SMTP Indstillinger for udgående e-mails DocType: Email Account,SMTP Settings for outgoing emails,SMTP Indstillinger for udgående e-mails
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,Import mislykkedes apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,Import mislykkedes
apps/frappe/frappe/templates/emails/password_update.html +3,Your password has been updated. Here is your new password,Dit password er blevet opdateret. Her er din nye adgangskode
apps/frappe/frappe/templates/emails/password_update.html +2,Your password has been updated. Here is your new password,Dit password er blevet opdateret. Her er din nye adgangskode
DocType: Email Account,Auto Reply Message,Autosvarbesked DocType: Email Account,Auto Reply Message,Autosvarbesked
DocType: Feedback Trigger,Condition,Tilstand DocType: Feedback Trigger,Condition,Tilstand
apps/frappe/frappe/utils/data.py +546,{0} hours ago,{0} timer siden apps/frappe/frappe/utils/data.py +546,{0} hours ago,{0} timer siden
@@ -820,7 +822,6 @@ apps/frappe/frappe/utils/data.py +556,1 month ago,1 måned siden
DocType: Contact,User ID,Bruger-id DocType: Contact,User ID,Bruger-id
DocType: Communication,Sent,Sent DocType: Communication,Sent,Sent
DocType: Address,Kerala,Kerala DocType: Address,Kerala,Kerala
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} år siden
DocType: File,Lft,LFT DocType: File,Lft,LFT
DocType: User,Simultaneous Sessions,Samtidige Sessions DocType: User,Simultaneous Sessions,Samtidige Sessions
DocType: OAuth Client,Client Credentials,Client legitimationsoplysninger DocType: OAuth Client,Client Credentials,Client legitimationsoplysninger
@@ -837,7 +838,7 @@ DocType: Email Queue,Unsubscribe Method,Afmeld Method
DocType: GSuite Templates,Related DocType,Relateret DocType DocType: GSuite Templates,Related DocType,Relateret DocType
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,Rediger for at tilføje indhold apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,Rediger for at tilføje indhold
apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,Vælg sprog apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,Vælg sprog
apps/frappe/frappe/__init__.py +517,No permission for {0},Ingen tilladelse til {0}
apps/frappe/frappe/__init__.py +518,No permission for {0},Ingen tilladelse til {0}
DocType: DocType,Advanced,Avanceret DocType: DocType,Advanced,Avanceret
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,Synes API Key eller API Secret er forkert !!! apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,Synes API Key eller API Secret er forkert !!!
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Reference: {0} {1} apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Reference: {0} {1}
@@ -869,14 +870,14 @@ DocType: Custom DocPerm,Additional Permissions,Yderligere tilladelser
DocType: Email Account,Always use Account's Email Address as Sender,Brug altid kontos e-mail-adresse som afsender DocType: Email Account,Always use Account's Email Address as Sender,Brug altid kontos e-mail-adresse som afsender
apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,Login for at kommentere apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,Login for at kommentere
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,Begynde at indtaste data under denne linje apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,Begynde at indtaste data under denne linje
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +474,changed values for {0},ændrede værdier for {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +476,changed values for {0},ændrede værdier for {0}
DocType: Workflow State,retweet,retweet DocType: Workflow State,retweet,retweet
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,Angiv værdien af feltet apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,Angiv værdien af feltet
DocType: Report,Disabled,Deaktiveret DocType: Report,Disabled,Deaktiveret
DocType: Workflow State,eye-close,eye-close DocType: Workflow State,eye-close,eye-close
DocType: OAuth Provider Settings,OAuth Provider Settings,OAuth Provider Indstillinger DocType: OAuth Provider Settings,OAuth Provider Settings,OAuth Provider Indstillinger
apps/frappe/frappe/config/setup.py +254,Applications,Applikationer apps/frappe/frappe/config/setup.py +254,Applications,Applikationer
apps/frappe/frappe/public/js/frappe/request.js +349,Report this issue,Rapporter dette problem
apps/frappe/frappe/public/js/frappe/request.js +353,Report this issue,Rapporter dette problem
apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,Navn er påkrævet apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,Navn er påkrævet
DocType: Custom Script,Adds a custom script (client or server) to a DocType,Tilføjer en brugerdefineret script (klient eller server) til en DocType DocType: Custom Script,Adds a custom script (client or server) to a DocType,Tilføjer en brugerdefineret script (klient eller server) til en DocType
DocType: Address,City/Town,By DocType: Address,City/Town,By
@@ -960,7 +961,7 @@ DocType: Web Form,Actions,Handlinger
DocType: Workflow State,align-justify,tilpasse-retfærdiggøre DocType: Workflow State,align-justify,tilpasse-retfærdiggøre
DocType: User,Middle Name (Optional),Mellemnavn (valgfrit) DocType: User,Middle Name (Optional),Mellemnavn (valgfrit)
apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,Ikke Tilladt apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,Ikke Tilladt
apps/frappe/frappe/public/js/frappe/ui/field_group.js +83,Following fields have missing values:,Følgende felter skal udfyldes:
apps/frappe/frappe/public/js/frappe/ui/field_group.js +97,Following fields have missing values:,Følgende felter skal udfyldes:
apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,Du har ikke rettigheder til at fuldføre handlingen apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,Du har ikke rettigheder til at fuldføre handlingen
apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,Ingen resultater apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,Ingen resultater
DocType: System Settings,Security,Sikkerhed DocType: System Settings,Security,Sikkerhed
@@ -1003,7 +1004,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js +133,Hide Details,Skjul detal
DocType: Workflow State,Tasks,Opgaver DocType: Workflow State,Tasks,Opgaver
DocType: Event,Tuesday,Tirsdag DocType: Event,Tuesday,Tirsdag
DocType: Blog Settings,Blog Settings,Blog Indstillinger DocType: Blog Settings,Blog Settings,Blog Indstillinger
apps/frappe/frappe/templates/emails/new_user.html +17,You can also copy-paste this link in your browser,Du kan også kopiere-indsætte dette link i din browser
apps/frappe/frappe/templates/emails/new_user.html +16,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 DocType: Workflow State,bullhorn,bullhorn
DocType: Social Login Keys,Facebook Client Secret,Facebook Client Secret DocType: Social Login Keys,Facebook Client Secret,Facebook Client Secret
DocType: Footer Item,Target,Target DocType: Footer Item,Target,Target
@@ -1015,12 +1016,12 @@ DocType: ToDo,Due Date,Forfaldsdato
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,Quarter Dag apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,Quarter Dag
DocType: Social Login Keys,Google Client Secret,Google Client Secret DocType: Social Login Keys,Google Client Secret,Google Client Secret
DocType: Website Settings,Hide Footer Signup,Skjul Footer Tilmelding DocType: Website Settings,Hide Footer Signup,Skjul Footer Tilmelding
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,cancelled this document,annulleret dette dokument
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +423,cancelled this document,annulleret dette dokument
apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,"Skriv en Python-fil i den samme mappe, hvor det er gemt og returnere kolonnen og resultat." apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,"Skriv en Python-fil i den samme mappe, hvor det er gemt og returnere kolonnen og resultat."
DocType: DocType,Sort Field,Sort Field DocType: DocType,Sort Field,Sort Field
DocType: Razorpay Settings,Razorpay Settings,Razorpay Indstillinger DocType: Razorpay Settings,Razorpay Settings,Razorpay Indstillinger
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +445,Edit Filter,Rediger filter
apps/frappe/frappe/core/doctype/doctype/doctype.py +415,Field {0} of type {1} cannot be mandatory,Field {0} af typen {1} kan ikke være obligatorisk
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +446,Edit Filter,Rediger filter
apps/frappe/frappe/core/doctype/doctype/doctype.py +419,Field {0} of type {1} cannot be mandatory,Field {0} af typen {1} kan ikke være obligatorisk
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,Tilføj mere apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,Tilføj mere
apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,Skjul diagram apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,Skjul diagram
DocType: System Settings,Session Expiry Mobile,Session Udløb Mobile DocType: System Settings,Session Expiry Mobile,Session Udløb Mobile
@@ -1061,7 +1062,7 @@ DocType: Address,Contacts,Kontakter
DocType: System Settings,Setup Complete,Setup Complete DocType: System Settings,Setup Complete,Setup Complete
apps/frappe/frappe/config/setup.py +66,Report of all document shares,Rapport fra alle dokumentsider aktier apps/frappe/frappe/config/setup.py +66,Report of all document shares,Rapport fra alle dokumentsider aktier
apps/frappe/frappe/www/update-password.html +18,New Password,Ny adgangskode apps/frappe/frappe/www/update-password.html +18,New Password,Ny adgangskode
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +73,Filter {0} missing,Filter {0} mangler
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +74,Filter {0} missing,Filter {0} mangler
apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,Undskyld! Du kan ikke slette autogenererede kommentarer apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,Undskyld! Du kan ikke slette autogenererede kommentarer
DocType: Website Theme,Style using CSS,Style ved hjælp af CSS DocType: Website Theme,Style using CSS,Style ved hjælp af CSS
apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,Henvisning DocType apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,Henvisning DocType
@@ -1126,7 +1127,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +127,Help on Searc
apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,Registrerede men deaktiveret apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,Registrerede men deaktiveret
DocType: DocType,Hide Copy,Skjul Copy DocType: DocType,Hide Copy,Skjul Copy
apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,Ryd alle roller apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,Ryd alle roller
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +114,{0} generated on {1},{0} genereret på {1}
apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} skal være entydigt apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} skal være entydigt
apps/frappe/frappe/permissions.py +274,Row,Række apps/frappe/frappe/permissions.py +274,Row,Række
DocType: DocType,Track Changes,Spor ændringer DocType: DocType,Track Changes,Spor ændringer
@@ -1177,11 +1177,11 @@ DocType: User,Github User ID,Github bruger-id
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,Hvis Dokumenttype apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,Hvis Dokumenttype
apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","Kan ikke slette eller annullere fordi {0} <a href=""#Form/{0}/{1}"">{1}</a> er forbundet med {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}" apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","Kan ikke slette eller annullere fordi {0} <a href=""#Form/{0}/{1}"">{1}</a> er forbundet med {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}"
apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},Ukendt app {0} apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},Ukendt app {0}
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +48,"%s is not a valid report format. Report format should \
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +49,"%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 one of the following %s",% S er ikke et gyldigt rapport format. Rapport format skal \ et af følgende% s
DocType: Communication,Chat,Chat DocType: Communication,Chat,Chat
apps/frappe/frappe/core/doctype/doctype/doctype.py +408,Fieldname {0} appears multiple times in rows {1},Feltnavn {0} forekommer flere gange i rækker {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +460,{0} from {1} to {2} in row #{3},{0} fra {1} til {2} i rækkenr. {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +412,Fieldname {0} appears multiple times in rows {1},Feltnavn {0} forekommer flere gange i rækker {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +462,{0} from {1} to {2} in row #{3},{0} fra {1} til {2} i rækkenr. {3}
DocType: Communication,Expired,Udløbet DocType: Communication,Expired,Udløbet
DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),Antal kolonner for et felt i en Grid (Total kolonner i et gitter skal være mindre end 11) DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),Antal kolonner for et felt i en Grid (Total kolonner i et gitter skal være mindre end 11)
DocType: DocType,System,System DocType: DocType,System,System
@@ -1196,7 +1196,7 @@ DocType: Help Article,Likes,Likes
DocType: Website Settings,Top Bar,Top Bar DocType: Website Settings,Top Bar,Top Bar
DocType: GSuite Settings,Script Code,Scriptkode DocType: GSuite Settings,Script Code,Scriptkode
apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,Opret bruger e-mail apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,Opret bruger e-mail
apps/frappe/frappe/core/doctype/doctype/doctype.py +647,No Permissions Specified,Ingen tilladelser angivet
apps/frappe/frappe/core/doctype/doctype/doctype.py +651,No Permissions Specified,Ingen tilladelser angivet
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,Globale indstillinger: Brugerne vil kun være i stand til at vælge kontrolleret ikoner apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,Globale indstillinger: Brugerne vil kun være i stand til at vælge kontrolleret ikoner
apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} ikke fundet apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} ikke fundet
DocType: Custom Role,Custom Role,Tilpasset rolle DocType: Custom Role,Custom Role,Tilpasset rolle
@@ -1208,12 +1208,12 @@ DocType: Dropbox Settings,Dropbox Access Secret,Dropbox Access Secret
apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,Tilføj en kommentar apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,Tilføj en kommentar
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,Edit DocType apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,Edit DocType
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,Afmeldt fra nyhedsbrev apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,Afmeldt fra nyhedsbrev
apps/frappe/frappe/core/doctype/doctype/doctype.py +507,Fold must come before a Section Break,Fold skal komme før en sektion Break
apps/frappe/frappe/core/doctype/doctype/doctype.py +511,Fold must come before a Section Break,Fold skal komme før en sektion Break
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,Under udvikling apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,Under udvikling
apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,Senest ændret af apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,Senest ændret af
DocType: Workflow State,hand-down,hånd-down DocType: Workflow State,hand-down,hånd-down
DocType: Address,GST State,GST-stat DocType: Address,GST State,GST-stat
apps/frappe/frappe/core/doctype/doctype/doctype.py +695,{0}: Cannot set Cancel without Submit,{0}: Kan ikke sætte annullere uden Indsend
apps/frappe/frappe/core/doctype/doctype/doctype.py +699,{0}: Cannot set Cancel without Submit,{0}: Kan ikke sætte annullere uden Indsend
DocType: Website Theme,Theme,Tema DocType: Website Theme,Theme,Tema
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,Der var fejl. apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,Der var fejl.
DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,Omdirigere URI Bundet Til Auth Code DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,Omdirigere URI Bundet Til Auth Code
@@ -1252,7 +1252,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +7,
apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,Tilføj kommentar apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,Tilføj kommentar
DocType: DocField,Mandatory,Obligatorisk DocType: DocField,Mandatory,Obligatorisk
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,Modul til udlæsning apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,Modul til udlæsning
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,{0}: No basic permissions set,{0}: Ingen grundlæggende tilladelser sæt
apps/frappe/frappe/core/doctype/doctype/doctype.py +663,{0}: No basic permissions set,{0}: Ingen grundlæggende tilladelser sæt
apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,Dit abonnement udløber den {0}. apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,Dit abonnement udløber den {0}.
apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},Downloadlink til din sikkerhedskopi vil blive sendt til følgende e-mail-adresse: {0} apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},Downloadlink til din sikkerhedskopi vil blive sendt til følgende e-mail-adresse: {0}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","Betydning af Godkend, Annuller, Tilføj" apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","Betydning af Godkend, Annuller, Tilføj"
@@ -1267,6 +1267,7 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +129,Filters sa
DocType: DocField,Percent,Procent DocType: DocField,Percent,Procent
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,Sæt venligst filtre apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,Sæt venligst filtre
apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,Forbundet med apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,Forbundet med
apps/frappe/frappe/templates/emails/auto_email_report.html +48,Edit Auto Email Report Settings,Rediger indstillinger for automatisk e-mail-rapport
DocType: Workflow State,book,bog DocType: Workflow State,book,bog
DocType: Website Settings,Landing Page,Startside DocType: Website Settings,Landing Page,Startside
apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,Fejl i Tilpasset Script apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,Fejl i Tilpasset Script
@@ -1275,7 +1276,7 @@ apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +132,"Import R
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,Ingen Tilladelser sat for dette kriterium. apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,Ingen Tilladelser sat for dette kriterium.
DocType: Auto Email Report,Auto Email Report,Auto Email Report DocType: Auto Email Report,Auto Email Report,Auto Email Report
apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,Maks Emails apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,Maks Emails
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +575,Delete comment?,Slet kommentar?
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +577,Delete comment?,Slet kommentar?
DocType: Address Template,This format is used if country specific format is not found,"Dette format bruges, hvis det landespecifikke format ikke findes" DocType: Address Template,This format is used if country specific format is not found,"Dette format bruges, hvis det landespecifikke format ikke findes"
DocType: System Settings,Allow Login using Mobile Number,Tillad login ved hjælp af mobilnummer DocType: System Settings,Allow Login using Mobile Number,Tillad login ved hjælp af mobilnummer
apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,Du har ikke nok rettigheder til at få adgang til denne ressource. Kontakt din leder for at få adgang. apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,Du har ikke nok rettigheder til at få adgang til denne ressource. Kontakt din leder for at få adgang.
@@ -1291,7 +1292,7 @@ DocType: Print Format,Monospace,Monospace
DocType: Letter Head,Printing,Udskrivning DocType: Letter Head,Printing,Udskrivning
DocType: Workflow State,thumbs-up,thumbs-up DocType: Workflow State,thumbs-up,thumbs-up
DocType: DocPerm,DocPerm,DocPerm DocType: DocPerm,DocPerm,DocPerm
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Precision should be between 1 and 6,Præcision skal være mellem 1 og 6
apps/frappe/frappe/core/doctype/doctype/doctype.py +467,Precision should be between 1 and 6,Præcision skal være mellem 1 og 6
apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},Fw: {0} apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},Fw: {0}
apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,og apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,og
DocType: Error Snapshot,Frames,Rammer DocType: Error Snapshot,Frames,Rammer
@@ -1304,9 +1305,10 @@ apps/frappe/frappe/utils/boilerplate.py +263,{app_title},{App_title}
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,Venligst sæt Dropbox genvejstaster i dit site config apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,Venligst sæt Dropbox genvejstaster i dit site config
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Slet denne rekord for at tillade at sende denne e-mail-adresse apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Slet denne rekord for at tillade at sende denne e-mail-adresse
apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"Kun obligatoriske felter er nødvendige for nye rekorder. Du kan slette ikke-obligatoriske kolonner, hvis du ønsker." apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"Kun obligatoriske felter er nødvendige for nye rekorder. Du kan slette ikke-obligatoriske kolonner, hvis du ønsker."
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +269,Unable to update event,Kan ikke opdatere begivenhed
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +262,Unable to update event,Kan ikke opdatere begivenhed
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Betaling fuldført apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Betaling fuldført
apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","Filtret skal have 4 værdier (doktype, feltnavn, operatør, værdi): {0}" apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","Filtret skal have 4 værdier (doktype, feltnavn, operatør, værdi): {0}"
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,Ingen standard adresse skabelon fundet. Opret venligst en ny fra Opsætning&gt; Udskrivning og branding&gt; Adresseskabelon.
apps/frappe/frappe/utils/bot.py +89,show,at vise apps/frappe/frappe/utils/bot.py +89,show,at vise
DocType: Address Template,Address Template,Adresseskabelon DocType: Address Template,Address Template,Adresseskabelon
DocType: Workflow State,text-height,tekst-højde DocType: Workflow State,text-height,tekst-højde
@@ -1359,7 +1361,6 @@ apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +6,Can Write
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Visse dokumenter, som en faktura, bør ikke ændres, når endelig. Den endelige tilstand for sådanne dokumenter kaldes Tilmeldt. Du kan begrænse hvilke roller kan Submit." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Visse dokumenter, som en faktura, bør ikke ændres, når endelig. Den endelige tilstand for sådanne dokumenter kaldes Tilmeldt. Du kan begrænse hvilke roller kan Submit."
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,Du har ikke tilladelse til at udlæse denne rapport apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,Du har ikke tilladelse til at udlæse denne rapport
apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 element valgt apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 element valgt
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Ingen resultater fundet for ' </p>
DocType: Newsletter,Test Email Address,Test e-mailadresse DocType: Newsletter,Test Email Address,Test e-mailadresse
DocType: ToDo,Sender,Afsender DocType: ToDo,Sender,Afsender
DocType: GSuite Settings,Google Apps Script,Google Apps Script DocType: GSuite Settings,Google Apps Script,Google Apps Script
@@ -1372,7 +1373,7 @@ DocType: System Settings,Allow only one session per user,Tillad kun én session
apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,Kopi apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,Kopi
apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,Forside / Test Mappe 1 / Test Mappe 3 apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,Forside / Test Mappe 1 / Test Mappe 3
DocType: Website Settings,&lt;head&gt; HTML,&lt;head&gt; HTML DocType: Website Settings,&lt;head&gt; HTML,&lt;head&gt; HTML
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +66,Select or drag across time slots to create a new event.,Vælg eller træk på tværs af tidsintervaller for at oprette en ny begivenhed.
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +67,Select or drag across time slots to create a new event.,Vælg eller træk på tværs af tidsintervaller for at oprette en ny begivenhed.
DocType: DocField,In Filter,I Filter DocType: DocField,In Filter,I Filter
apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban
DocType: DocType,Show in Module Section,Vis i modul sektion DocType: DocType,Show in Module Section,Vis i modul sektion
@@ -1393,7 +1394,7 @@ apps/frappe/frappe/email/doctype/email_account/email_account_list.js +6,Default
apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,Import.zip apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,Import.zip
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,dokument ID apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,dokument ID
DocType: Print Settings,Letter,Brev DocType: Print Settings,Letter,Brev
apps/frappe/frappe/core/doctype/doctype/doctype.py +556,Image field must be of type Attach Image,Billede felt skal være af typen Vedhæft billede
apps/frappe/frappe/core/doctype/doctype/doctype.py +560,Image field must be of type Attach Image,Billede felt skal være af typen Vedhæft billede
DocType: DocField,Columns,Kolonner DocType: DocField,Columns,Kolonner
DocType: Async Task,Succeeded,Lykkedes DocType: Async Task,Succeeded,Lykkedes
apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},"Obligatoriske felter, der kræves i {0}" apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},"Obligatoriske felter, der kræves i {0}"
@@ -1443,7 +1444,7 @@ DocType: DocField,Text Editor,Teksteditor
apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,Indstillinger for Om os siden. apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,Indstillinger for Om os siden.
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,Rediger brugerdefineret HTML apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,Rediger brugerdefineret HTML
DocType: Error Snapshot,Error Snapshot,Fejl Snapshot DocType: Error Snapshot,Error Snapshot,Fejl Snapshot
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,In,I
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,In,I
DocType: Email Alert,Value Change,Value Change DocType: Email Alert,Value Change,Value Change
DocType: Standard Reply,Standard Reply,Standardsvar DocType: Standard Reply,Standard Reply,Standardsvar
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,Bredde af indtastningsfeltet apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,Bredde af indtastningsfeltet
@@ -1463,12 +1464,11 @@ apps/frappe/frappe/public/js/frappe/views/communication.js +82,Select Attachment
apps/frappe/frappe/model/naming.py +94, for {0},for {0} apps/frappe/frappe/model/naming.py +94, for {0},for {0}
apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,Der var fejl. Rapportér venligst dette. apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,Der var fejl. Rapportér venligst dette.
apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,Du har ikke tilladelse til at udskrive dette dokument apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,Du har ikke tilladelse til at udskrive dette dokument
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +107,Please set filters value in Report Filter table.,Venligst sæt filtre værdi i Rapportfilter tabel.
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +120,Please set filters value in Report Filter table.,Venligst sæt filtre værdi i Rapportfilter tabel.
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,Indlæser rapport apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,Indlæser rapport
apps/frappe/frappe/limits.py +72,Your subscription will expire today.,Dit abonnement udløber i dag. apps/frappe/frappe/limits.py +72,Your subscription will expire today.,Dit abonnement udløber i dag.
DocType: Page,Standard,Standard DocType: Page,Standard,Standard
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Vedhæft fil apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Vedhæft fil
apps/frappe/frappe/templates/emails/password_update.html +1,Password Update Notification,Meddelelse vedr. opdatering af adgangskode
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Størrelse apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Størrelse
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Opgave Complete apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Opgave Complete
DocType: Custom DocPerm,User Permission DocTypes,Brugerens tilladelse doctypes DocType: Custom DocPerm,User Permission DocTypes,Brugerens tilladelse doctypes
@@ -1481,6 +1481,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +10,Insert Abo
apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,Almindelige navne og efternavne er nemme at gætte. apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,Almindelige navne og efternavne er nemme at gætte.
apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,Kladde apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,Kladde
apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,Dette svarer til en almindeligt anvendt adgangskode. apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,Dette svarer til en almindeligt anvendt adgangskode.
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Ingen resultater fundet for ' </p>
DocType: User,Female,Kvinde DocType: User,Female,Kvinde
DocType: Print Settings,Modern,Moderne DocType: Print Settings,Modern,Moderne
apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,Søgeresultater apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,Søgeresultater
@@ -1535,7 +1536,7 @@ apps/frappe/frappe/core/doctype/file/file_list.js +65,Folder name should not inc
DocType: Note,Note,Bemærk DocType: Note,Note,Bemærk
apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,Fejlrapport apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,Fejlrapport
apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,Feedbackbetingelserne stemmer ikke overens apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,Feedbackbetingelserne stemmer ikke overens
apps/frappe/frappe/core/doctype/doctype/doctype.py +570,Timeline field must be a valid fieldname,Tidslinje felt skal være en gyldig fieldname
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a valid fieldname,Tidslinje felt skal være en gyldig fieldname
DocType: Currency,Symbol,Symbol DocType: Currency,Symbol,Symbol
apps/frappe/frappe/model/base_document.py +534,Row #{0}:,Række # {0}: apps/frappe/frappe/model/base_document.py +534,Row #{0}:,Række # {0}:
apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,Ny adgangskode sendt på emai apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,Ny adgangskode sendt på emai
@@ -1592,8 +1593,7 @@ DocType: Web Page,Text Align,Tekst Juster
apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},Navn må ikke indeholde specialtegn som {0} apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},Navn må ikke indeholde specialtegn som {0}
DocType: Contact Us Settings,Forward To Email Address,Frem til email-adresse DocType: Contact Us Settings,Forward To Email Address,Frem til email-adresse
apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,Vis alle data apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,Vis alle data
apps/frappe/frappe/core/doctype/doctype/doctype.py +527,Title field must be a valid fieldname,Titel felt skal være et gyldigt feltnavn
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,E-mail-konto er ikke konfigureret. Opret en ny e-mail-konto fra Opsætning&gt; Email&gt; E-mail-konto
apps/frappe/frappe/core/doctype/doctype/doctype.py +531,Title field must be a valid fieldname,Titel felt skal være et gyldigt feltnavn
apps/frappe/frappe/config/core.py +7,Documents,Dokumenter apps/frappe/frappe/config/core.py +7,Documents,Dokumenter
DocType: Email Flag Queue,Is Completed,er afsluttet DocType: Email Flag Queue,Is Completed,er afsluttet
apps/frappe/frappe/www/me.html +22,Edit Profile,Rediger profil apps/frappe/frappe/www/me.html +22,Edit Profile,Rediger profil
@@ -1645,7 +1645,7 @@ DocType: Standard Reply,Standard Reply Help,Standardsvar hjælp
DocType: Blogger,Avatar,Avatar DocType: Blogger,Avatar,Avatar
DocType: Blogger,Posts,Indlæg DocType: Blogger,Posts,Indlæg
DocType: DocType,Has Web View,Har webvisning DocType: DocType,Has Web View,Har webvisning
apps/frappe/frappe/core/doctype/doctype/doctype.py +377,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","DocType navn skal starte med et bogstav, og det kan kun bestå af bogstaver, tal, mellemrum og understregninger"
apps/frappe/frappe/core/doctype/doctype/doctype.py +381,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","DocType navn skal starte med et bogstav, og det kan kun bestå af bogstaver, tal, mellemrum og understregninger"
DocType: Communication,Spam,Spam DocType: Communication,Spam,Spam
DocType: Integration Request,Integration Request,Integration Request DocType: Integration Request,Integration Request,Integration Request
apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,Kære apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,Kære
@@ -1681,7 +1681,7 @@ DocType: Website Settings,Sub-domain provided by erpnext.com,"Sub-domæne, som e
DocType: System Settings,dd-mm-yyyy,dd-mm-åååå DocType: System Settings,dd-mm-yyyy,dd-mm-åååå
apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,Skal have rapport adgang til denne rapport. apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,Skal have rapport adgang til denne rapport.
apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,Vælg venligst mindst adgangskode score apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,Vælg venligst mindst adgangskode score
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,Added,Tilføjet
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,Added,Tilføjet
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.",Opdater kun - indsæt ikke nye poster. apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.",Opdater kun - indsæt ikke nye poster.
apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,Daglige begivenheder sendes til kalenderen hvor påmindelser er aktiveret. apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,Daglige begivenheder sendes til kalenderen hvor påmindelser er aktiveret.
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,Se hjemmeside apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,Se hjemmeside
@@ -1695,7 +1695,7 @@ DocType: Integration Request,Reference DocName,Henvisning DocName
DocType: Web Form,Success Message,Succes Message DocType: Web Form,Success Message,Succes Message
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,Udlæs tilpasninger apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,Udlæs tilpasninger
DocType: DocType,User Cannot Search,Brugeren må ikke søge DocType: DocType,User Cannot Search,Brugeren må ikke søge
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +83,Invalid Output Format,Ugyldigt Outputformat
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Invalid Output Format,Ugyldigt Outputformat
DocType: Custom DocPerm,Apply this rule if the User is the Owner,"Anvende denne regel, hvis brugeren er ejer" DocType: Custom DocPerm,Apply this rule if the User is the Owner,"Anvende denne regel, hvis brugeren er ejer"
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,Vil være dit login-id apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,Vil være dit login-id
apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,Byg rapport apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,Byg rapport
@@ -1713,10 +1713,11 @@ apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +138,There were e
apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,Luk apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,Luk
apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,Kan ikke ændre docstatus fra 0 til 2 apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,Kan ikke ændre docstatus fra 0 til 2
DocType: User Permission for Page and Report,Roles Permission,Roller Tilladelse DocType: User Permission for Page and Report,Roles Permission,Roller Tilladelse
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,E-mail-konto er ikke konfigureret. Opret en ny e-mail-konto fra Opsætning&gt; Email&gt; E-mail-konto
apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,Opdatering apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,Opdatering
DocType: Error Snapshot,Snapshot View,Snapshot View DocType: Error Snapshot,Snapshot View,Snapshot View
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,Gem nyhedsbrevet før afsendelse apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,Gem nyhedsbrevet før afsendelse
apps/frappe/frappe/core/doctype/doctype/doctype.py +426,Options must be a valid DocType for field {0} in row {1},Muligheder skal være en gyldig DocType for feltet {0} i række {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +430,Options must be a valid DocType for field {0} in row {1},Muligheder skal være en gyldig DocType for feltet {0} i række {1}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,Rediger egenskaber apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,Rediger egenskaber
DocType: Patch Log,List of patches executed,Liste over patches henrettet DocType: Patch Log,List of patches executed,Liste over patches henrettet
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} allerede afmeldt apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} allerede afmeldt
@@ -1794,7 +1795,7 @@ DocType: Blog Settings,Writers Introduction,Writers Introduktion
DocType: Address,Phone,Telefonnr. DocType: Address,Phone,Telefonnr.
apps/frappe/frappe/email/doctype/email_alert/email_alert.py +244,Error while evaluating Email Alert {0}. Please fix your template.,Fejl under evaluering af E-mail Alert {0}. Ret din skabelon. apps/frappe/frappe/email/doctype/email_alert/email_alert.py +244,Error while evaluating Email Alert {0}. Please fix your template.,Fejl under evaluering af E-mail Alert {0}. Ret din skabelon.
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +140,Select Document Type or Role to start.,Vælg dokumenttype eller Rolle at starte. apps/frappe/frappe/core/page/permission_manager/permission_manager.js +140,Select Document Type or Role to start.,Vælg dokumenttype eller Rolle at starte.
DocType: Contact,Passive,Passiv
DocType: Contact,Passive,Inaktiv
DocType: Contact,Accounts Manager,Regnskabschef DocType: Contact,Accounts Manager,Regnskabschef
apps/frappe/frappe/templates/pages/integrations/payment-cancel.html +11,Your payment is cancelled.,Din betaling er annulleret. apps/frappe/frappe/templates/pages/integrations/payment-cancel.html +11,Your payment is cancelled.,Din betaling er annulleret.
apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +719,Select File Type,Vælg filtype apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +719,Select File Type,Vælg filtype
@@ -1809,7 +1810,7 @@ apps/frappe/frappe/core/doctype/version/version_view.html +32,Rows Added,rækker
apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,Succes! Du er god at gå 👍 apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,Succes! Du er god at gå 👍
apps/frappe/frappe/www/me.html +3,My Account,Min konto apps/frappe/frappe/www/me.html +3,My Account,Min konto
DocType: ToDo,Allocated To,Afsat til DocType: ToDo,Allocated To,Afsat til
apps/frappe/frappe/templates/emails/password_reset.html +4,Please click on the following link to set your new password,Klik på følgende link for at indstille din nye adgangskode
apps/frappe/frappe/templates/emails/password_reset.html +2,Please click on the following link to set your new password,Klik på følgende link for at indstille din nye adgangskode
DocType: Email Alert,Days After,Dage efter DocType: Email Alert,Days After,Dage efter
DocType: Newsletter,Receipient,Modtager DocType: Newsletter,Receipient,Modtager
DocType: Contact Us Settings,Settings for Contact Us Page,"Indstillinger for ""Kontakt os""-siden" DocType: Contact Us Settings,Settings for Contact Us Page,"Indstillinger for ""Kontakt os""-siden"
@@ -1823,7 +1824,7 @@ DocType: Property Setter,Property Type,Ejendom Type
DocType: Workflow State,screenshot,screenshot DocType: Workflow State,screenshot,screenshot
apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,Kun Administrator kan spare en standard rapport. Venligst omdøbe og gemme. apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,Kun Administrator kan spare en standard rapport. Venligst omdøbe og gemme.
DocType: System Settings,Background Workers,Baggrund Arbejdere DocType: System Settings,Background Workers,Baggrund Arbejdere
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,Fieldname {0} conflicting with meta object,Feltnavn {0} står i konflikt med metaobjekt
apps/frappe/frappe/core/doctype/doctype/doctype.py +783,Fieldname {0} conflicting with meta object,Feltnavn {0} står i konflikt med metaobjekt
DocType: Deleted Document,Data,Data DocType: Deleted Document,Data,Data
apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,Dokument status apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,Dokument status
apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},Du har foretaget {0} af {1} apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},Du har foretaget {0} af {1}
@@ -1853,7 +1854,7 @@ apps/frappe/frappe/public/js/frappe/form/link_selector.js +124,Added {0} ({1}),T
apps/frappe/frappe/website/doctype/website_theme/website_theme.js +20,Default theme is set in {0},Standard tema er sat i {0} apps/frappe/frappe/website/doctype/website_theme/website_theme.js +20,Default theme is set in {0},Standard tema er sat i {0}
apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +325,Fieldtype cannot be changed from {0} to {1} in row {2},FieldType kan ikke ændres fra {0} til {1} i række {2} apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +325,Fieldtype cannot be changed from {0} to {1} in row {2},FieldType kan ikke ændres fra {0} til {1} i række {2}
apps/frappe/frappe/public/js/frappe/roles_editor.js +195,Role Permissions,Rolle Tilladelser apps/frappe/frappe/public/js/frappe/roles_editor.js +195,Role Permissions,Rolle Tilladelser
DocType: Help Article,Intermediate,Intermediate
DocType: Help Article,Intermediate,mellemniveau
apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +5,Can Read,Kan Læs apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +5,Can Read,Kan Læs
DocType: Custom Role,Response,Respons DocType: Custom Role,Response,Respons
apps/frappe/frappe/public/js/frappe/form/workflow.js +41,Workflow will start after saving.,Workflow vil starte efter at spare. apps/frappe/frappe/public/js/frappe/form/workflow.js +41,Workflow will start after saving.,Workflow vil starte efter at spare.
@@ -1887,7 +1888,6 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +70,"""Parent"" signif
DocType: Website Theme,Apply Style,Anvend Style DocType: Website Theme,Apply Style,Anvend Style
DocType: Feedback Request,Feedback Rating,Feedback Rating DocType: Feedback Request,Feedback Rating,Feedback Rating
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,Delt med apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,Delt med
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,Opsætning&gt; Brugerrettigheder
DocType: Help Category,Help Articles,Hjælp artikler DocType: Help Category,Help Articles,Hjælp artikler
,Modules Setup,Opsætning af moduler ,Modules Setup,Opsætning af moduler
apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,Type: apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,Type:
@@ -1933,12 +1933,11 @@ apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 2,Muli
DocType: Feedback Trigger,Email Field,E-mail felt DocType: Feedback Trigger,Email Field,E-mail felt
apps/frappe/frappe/www/update-password.html +59,New Password Required.,Nyt kodeord er påkrævet. apps/frappe/frappe/www/update-password.html +59,New Password Required.,Nyt kodeord er påkrævet.
apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} delte dette dokument med {1} apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} delte dette dokument med {1}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,Opsætning&gt; Bruger
DocType: Website Settings,Brand Image,Varemærkelogo DocType: Website Settings,Brand Image,Varemærkelogo
DocType: Print Settings,A4,A4 DocType: Print Settings,A4,A4
apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","Opsætning af øverste navigationslinje, sidefod og logo." apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","Opsætning af øverste navigationslinje, sidefod og logo."
DocType: Web Form Field,Max Value,Maksimal værdi DocType: Web Form Field,Max Value,Maksimal værdi
apps/frappe/frappe/core/doctype/doctype/doctype.py +655,For {0} at level {1} in {2} in row {3},For {0} på niveau {1} i {2} i række {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,For {0} at level {1} in {2} in row {3},For {0} på niveau {1} i {2} i række {3}
DocType: Contact,All,Alle DocType: Contact,All,Alle
DocType: Email Queue,Recipient,Modtager DocType: Email Queue,Recipient,Modtager
DocType: Communication,Has Attachment,har Attachment DocType: Communication,Has Attachment,har Attachment
@@ -1956,7 +1955,7 @@ DocType: Auto Email Report,Email To,E-mail Til
apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,Folder {0} er ikke tom apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,Folder {0} er ikke tom
DocType: Page,Roles,Roller DocType: Page,Roles,Roller
apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},Fejl: Værdi mangler for {0}: {1} apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},Fejl: Værdi mangler for {0}: {1}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +286,Field {0} is not selectable.,Field {0} kan ikke vælges.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +287,Field {0} is not selectable.,Field {0} kan ikke vælges.
DocType: System Settings,Session Expiry,Session Udløb DocType: System Settings,Session Expiry,Session Udløb
DocType: Workflow State,ban-circle,ban-cirkel DocType: Workflow State,ban-circle,ban-cirkel
DocType: Email Flag Queue,Unread,Ulæst DocType: Email Flag Queue,Unread,Ulæst
@@ -2007,14 +2006,14 @@ apps/frappe/frappe/email/doctype/email_domain/email_domain.py +41,Incoming email
apps/frappe/frappe/templates/includes/contact.js +17,"You seem to have written your name instead of your email. \ apps/frappe/frappe/templates/includes/contact.js +17,"You seem to have written your name instead of your email. \
Please enter a valid email address so that we can get back.","Du synes at have skrevet dit navn i stedet for din email. \ Indtast venligst en gyldig emailadresse, så vi kan komme tilbage." Please enter a valid email address so that we can get back.","Du synes at have skrevet dit navn i stedet for din email. \ Indtast venligst en gyldig emailadresse, så vi kan komme tilbage."
DocType: Website Slideshow Item,Website Slideshow Item,Website Slideshow Item DocType: Website Slideshow Item,Website Slideshow Item,Website Slideshow Item
DocType: GSuite Templates,Template ID,Skabelon ID
DocType: GSuite Templates,Template ID,Skabelon-ID
DocType: Portal Settings,Default Role at Time of Signup,Standard Rolle på tidspunktet for Tilmeld DocType: Portal Settings,Default Role at Time of Signup,Standard Rolle på tidspunktet for Tilmeld
DocType: DocType,Title Case,Titel Case DocType: DocType,Title Case,Titel Case
DocType: DocType,"Naming Options: DocType: DocType,"Naming Options:
<ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",Navngivning Valg: <ol><li> <b>felt: [feltnavn]</b> - Af Field </li><li> <b>naming_series:</b> - Ved at Navngivning Series (felt kaldet naming_series skal være til stede </li><li> <b>Spørg</b> - Spørg bruger om et navn </li><li> <b>[serie]</b> - Series ved præfiks (adskilt af et punktum); for eksempel PRE. ##### </li></ol> <ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",Navngivning Valg: <ol><li> <b>felt: [feltnavn]</b> - Af Field </li><li> <b>naming_series:</b> - Ved at Navngivning Series (felt kaldet naming_series skal være til stede </li><li> <b>Spørg</b> - Spørg bruger om et navn </li><li> <b>[serie]</b> - Series ved præfiks (adskilt af et punktum); for eksempel PRE. ##### </li></ol>
DocType: Blog Post,Email Sent,E-mail sendt DocType: Blog Post,Email Sent,E-mail sendt
DocType: DocField,Ignore XSS Filter,Ignorer XSS-filter DocType: DocField,Ignore XSS Filter,Ignorer XSS-filter
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,removed,fjernet
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,removed,fjernet
apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,Indstillinger Dropbox-sikkerhedskopi apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,Indstillinger Dropbox-sikkerhedskopi
apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,Send som e-mail apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,Send som e-mail
DocType: Website Theme,Link Color,Link Color DocType: Website Theme,Link Color,Link Color
@@ -2147,11 +2146,12 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Sva
DocType: DocType,Setup,Opsætning DocType: DocType,Setup,Opsætning
DocType: Email Account,Initial Sync Count,Indledende Sync Grev DocType: Email Account,Initial Sync Count,Indledende Sync Grev
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Ny kommentar om {0} {1} apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Ny kommentar om {0} {1}
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} år siden
DocType: Workflow State,glass,glas DocType: Workflow State,glass,glas
DocType: DocType,Timeline Field,Tidslinje Field DocType: DocType,Timeline Field,Tidslinje Field
DocType: Country,Time Zones,Tidszoner DocType: Country,Time Zones,Tidszoner
apps/frappe/frappe/core/page/permission_manager/permission_manager.py +93,There must be atleast one permission rule.,Der skal være mindst én tilladelsesregel. apps/frappe/frappe/core/page/permission_manager/permission_manager.py +93,There must be atleast one permission rule.,Der skal være mindst én tilladelsesregel.
apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +67,Get Items,Få Varer
apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +67,Get Items,Hent varer
DocType: Contact,Image,Billede DocType: Contact,Image,Billede
DocType: Workflow State,remove-sign,fjern-sign DocType: Workflow State,remove-sign,fjern-sign
apps/frappe/frappe/www/search.html +30,Type something in the search box to search,Skriv noget i søgefeltet for at søge apps/frappe/frappe/www/search.html +30,Type something in the search box to search,Skriv noget i søgefeltet for at søge
@@ -2181,10 +2181,10 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +77,You are not
apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,Info: apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,Info:
DocType: Custom Field,Permission Level,Tilladelsesniveau DocType: Custom Field,Permission Level,Tilladelsesniveau
DocType: User,Send Notifications for Transactions I Follow,Send meddelelser til transaktioner jeg følger DocType: User,Send Notifications for Transactions I Follow,Send meddelelser til transaktioner jeg følger
apps/frappe/frappe/core/doctype/doctype/doctype.py +698,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: Kan ikke sætte Indsend, Annuller, Tekst uden Write"
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: Kan ikke sætte Indsend, Annuller, Tekst uden Write"
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,"Er du sikker på, at du vil slette den vedhæftede fil?" apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,"Er du sikker på, at du vil slette den vedhæftede fil?"
apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","Kan ikke slette eller annullere fordi {0} <a href=""#Form/{0}/{1}"">{1}</a> er forbundet med {2} <a href=""#Form/{2}/{3}"">{3}</a>" apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","Kan ikke slette eller annullere fordi {0} <a href=""#Form/{0}/{1}"">{1}</a> er forbundet med {2} <a href=""#Form/{2}/{3}"">{3}</a>"
apps/frappe/frappe/__init__.py +1070,Thank you,Tak
apps/frappe/frappe/__init__.py +1071,Thank you,Tak
apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,Gemmer apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,Gemmer
DocType: Print Settings,Print Style Preview,Print Style Eksempel DocType: Print Settings,Print Style Preview,Print Style Eksempel
apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder
@@ -2228,7 +2228,7 @@ apps/frappe/frappe/public/js/frappe/list/list_renderer.js +501,2 days ago,2 dage
apps/frappe/frappe/config/website.py +47,Categorize blog posts.,Kategorisér blogindlæg. apps/frappe/frappe/config/website.py +47,Categorize blog posts.,Kategorisér blogindlæg.
DocType: Workflow State,Time,Tid DocType: Workflow State,Time,Tid
DocType: DocField,Attach,Vedhæft DocType: DocField,Attach,Vedhæft
apps/frappe/frappe/core/doctype/doctype/doctype.py +539,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} er ikke et gyldigt feltnavn mønster. Det bør være {{FIELD_NAME}}.
apps/frappe/frappe/core/doctype/doctype/doctype.py +543,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} er ikke et gyldigt feltnavn mønster. Det bør være {{FIELD_NAME}}.
DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,"Send feedback Anmodning, hvis der er mindst én kommunikation er tilgængelig for dokumentet." DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,"Send feedback Anmodning, hvis der er mindst én kommunikation er tilgængelig for dokumentet."
DocType: Custom Role,Permission Rules,Tilladelsesregler DocType: Custom Role,Permission Rules,Tilladelsesregler
DocType: GSuite Settings,GSuite Settings,GSuite Indstillinger DocType: GSuite Settings,GSuite Settings,GSuite Indstillinger
@@ -2248,7 +2248,7 @@ apps/frappe/frappe/website/doctype/blog_post/blog_post.py +106,Posts by {0},Medd
apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","For at formatere kolonner, giver kolonneetiketter i forespørgslen." apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","For at formatere kolonner, giver kolonneetiketter i forespørgslen."
DocType: Has Domain,Has Domain,Har Domæne DocType: Has Domain,Has Domain,Har Domæne
apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,Har du ikke en konto? Tilmeld dig her apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,Har du ikke en konto? Tilmeld dig her
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,{0}: Cannot set Assign Amend if not Submittable,{0}: Kan ikke sætte Tildel Tekst hvis ikke Submittable
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set Assign Amend if not Submittable,{0}: Kan ikke sætte Tildel Tekst hvis ikke Submittable
DocType: Address,Bihar,Bihar DocType: Address,Bihar,Bihar
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,Edit Rolle Tilladelser apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,Edit Rolle Tilladelser
DocType: Communication,Link DocType,Link DocType DocType: Communication,Link DocType,Link DocType
@@ -2299,7 +2299,7 @@ DocType: DocField,Set non-standard precision for a Float or Currency field,Sæt
DocType: Email Account,Ignore attachments over this size,Ignorér vedhæftede filer større end denne størrelse DocType: Email Account,Ignore attachments over this size,Ignorér vedhæftede filer større end denne størrelse
DocType: Address,Preferred Billing Address,Foretruken faktureringsadresse DocType: Address,Preferred Billing Address,Foretruken faktureringsadresse
apps/frappe/frappe/config/integrations.py +63,External Documents,Eksterne dokumenter apps/frappe/frappe/config/integrations.py +63,External Documents,Eksterne dokumenter
apps/frappe/frappe/database.py +235,Too many writes in one request. Please send smaller requests,Alt for mange skriver i en anmodning. Send venligst mindre anmodninger
apps/frappe/frappe/database.py +247,Too many writes in one request. Please send smaller requests,Alt for mange skriver i en anmodning. Send venligst mindre anmodninger
apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,Værdier ændret apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,Værdier ændret
DocType: Workflow State,arrow-up,arrow-up DocType: Workflow State,arrow-up,arrow-up
DocType: OAuth Bearer Token,Expires In,udløber I DocType: OAuth Bearer Token,Expires In,udløber I
@@ -2310,7 +2310,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +607,Pick Column
DocType: Web Page,Add code as &lt;script&gt;,Føje kode som &lt;script&gt; DocType: Web Page,Add code as &lt;script&gt;,Føje kode som &lt;script&gt;
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +7,Select Type,Vælg type apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +7,Select Type,Vælg type
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +34,Please enter values for App Access Key and App Secret Key,Indtast værdier for App adgangsnøgle og App Secret Key apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +34,Please enter values for App Access Key and App Secret Key,Indtast værdier for App adgangsnøgle og App Secret Key
DocType: Web Form,Accept Payment,Accepter betaling
DocType: Web Form,Accept Payment,Godkend betaling
apps/frappe/frappe/config/core.py +62,A log of request errors,En log over anmodning fejl apps/frappe/frappe/config/core.py +62,A log of request errors,En log over anmodning fejl
DocType: Report,Letter Head,Brevhoved DocType: Report,Letter Head,Brevhoved
DocType: DocType,Quick Entry,Hurtig indtastning DocType: DocType,Quick Entry,Hurtig indtastning
@@ -2347,7 +2347,7 @@ apps/frappe/frappe/core/page/data_import_tool/importer.py +81,Please make sure t
apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,"Sørg for, at din profil har en e-mailadresse" apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,"Sørg for, at din profil har en e-mailadresse"
apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,Du har ikke-gemte ændringer i dette skærmbillede. Gem før du fortsætter. apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,Du har ikke-gemte ændringer i dette skærmbillede. Gem før du fortsætter.
DocType: Address,Telangana,Telangana DocType: Address,Telangana,Telangana
apps/frappe/frappe/core/doctype/doctype/doctype.py +459,Default for {0} must be an option,Standard for {0} skal være en mulighed
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Default for {0} must be an option,Standard for {0} skal være en mulighed
DocType: Tag Doc Category,Tag Doc Category,Tag Doc Kategori DocType: Tag Doc Category,Tag Doc Category,Tag Doc Kategori
DocType: User,User Image,Brugerbillede DocType: User,User Image,Brugerbillede
apps/frappe/frappe/email/queue.py +304,Emails are muted,E-mails er slået fra apps/frappe/frappe/email/queue.py +304,Emails are muted,E-mails er slået fra
@@ -2392,7 +2392,7 @@ DocType: Async Task,Running,Løb
apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,Nulstil adgangskode apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,Nulstil adgangskode
apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,Venligst Opgrader for at tilføje flere end {0} abonnenter apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,Venligst Opgrader for at tilføje flere end {0} abonnenter
DocType: Workflow State,hand-left,hånd-venstre DocType: Workflow State,hand-left,hånd-venstre
apps/frappe/frappe/core/doctype/doctype/doctype.py +472,Fieldtype {0} for {1} cannot be unique,FieldType {0} for {1} kan ikke være unik
apps/frappe/frappe/core/doctype/doctype/doctype.py +476,Fieldtype {0} for {1} cannot be unique,FieldType {0} for {1} kan ikke være unik
DocType: Email Account,Use SSL,Brug SSL DocType: Email Account,Use SSL,Brug SSL
DocType: Workflow State,play-circle,play-cirkel DocType: Workflow State,play-circle,play-cirkel
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,Vælg Print Format til Edit apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,Vælg Print Format til Edit
@@ -2447,7 +2447,7 @@ DocType: DocField,No Copy,Ingen kopi
DocType: Workflow State,qrcode,QR-code DocType: Workflow State,qrcode,QR-code
apps/frappe/frappe/www/login.html +34,Login with LDAP,Login med LDAP apps/frappe/frappe/www/login.html +34,Login with LDAP,Login med LDAP
DocType: Web Form,Breadcrumbs,Rasp DocType: Web Form,Breadcrumbs,Rasp
apps/frappe/frappe/core/doctype/doctype/doctype.py +671,If Owner,Hvis ejer
apps/frappe/frappe/core/doctype/doctype/doctype.py +675,If Owner,Hvis ejer
DocType: OAuth Authorization Code,Expiration time,udløb tid DocType: OAuth Authorization Code,Expiration time,udløb tid
DocType: Web Page,Website Sidebar,Website Sidebar DocType: Web Page,Website Sidebar,Website Sidebar
DocType: Web Form,Show Sidebar,Vis Sidebar DocType: Web Form,Show Sidebar,Vis Sidebar
@@ -2607,6 +2607,7 @@ DocType: Portal Settings,Hide Standard Menu,Skjul Standardmenuen
apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,Tilføj / Administrer e-mail domæner. apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,Tilføj / Administrer e-mail domæner.
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},Kan ikke annullere inden godkendelse. Se Overgang {0} apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},Kan ikke annullere inden godkendelse. Se Overgang {0}
apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,Print Format {0} er deaktiveret apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,Print Format {0} er deaktiveret
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,Opsæt venligst standard e-mail-konto fra Opsætning&gt; Email&gt; E-mail-konto
DocType: Email Alert,Send days before or after the reference date,Send dage før eller efter skæringsdatoen DocType: Email Alert,Send days before or after the reference date,Send dage før eller efter skæringsdatoen
DocType: User,Allow user to login only after this hour (0-24),Tillad brugeren at logge først efter denne time (0-24) DocType: User,Allow user to login only after this hour (0-24),Tillad brugeren at logge først efter denne time (0-24)
apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,Værdi apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,Værdi
@@ -2622,7 +2623,6 @@ DocType: ToDo,Priority,Prioritet
DocType: Email Queue,Unsubscribe Param,Afmeld Param DocType: Email Queue,Unsubscribe Param,Afmeld Param
DocType: Auto Email Report,Weekly,Ugentlig DocType: Auto Email Report,Weekly,Ugentlig
DocType: Communication,In Reply To,Som svar på DocType: Communication,In Reply To,Som svar på
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,Ingen standard adresse skabelon fundet. Opret venligst en ny fra Opsætning&gt; Udskrivning og branding&gt; Adresseskabelon.
DocType: DocType,Allow Import (via Data Import Tool),Tillad Import (via Dataimport Tool) DocType: DocType,Allow Import (via Data Import Tool),Tillad Import (via Dataimport Tool)
apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,Sr apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,Sr
DocType: DocField,Float,Float DocType: DocField,Float,Float
@@ -2665,7 +2665,7 @@ apps/frappe/frappe/templates/emails/auto_reply.html +1,Thank you for your email,
DocType: DocField,Small Text,Lille tekst DocType: DocField,Small Text,Lille tekst
apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,Administrator adgang {0} på {1} via IP-adresse {2}. apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,Administrator adgang {0} på {1} via IP-adresse {2}.
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,Lig apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,Lig
apps/frappe/frappe/core/doctype/doctype/doctype.py +453,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',Valg &#39;Dynamic Link&#39; type feltet skal pege på en anden Link Field med muligheder som &#39;DocType&#39;
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',Valg &#39;Dynamic Link&#39; type feltet skal pege på en anden Link Field med muligheder som &#39;DocType&#39;
DocType: About Us Settings,Team Members Heading,Team Members Udgifts DocType: About Us Settings,Team Members Heading,Team Members Udgifts
apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,Ugyldigt CSV-format apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,Ugyldigt CSV-format
apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,Angiv antal sikkerhedskopier apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,Angiv antal sikkerhedskopier
@@ -2699,7 +2699,7 @@ DocType: Kanban Board Column,Column Name,Kolonnenavn
DocType: Language,Based On,Baseret på DocType: Language,Based On,Baseret på
apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,Gør til standard apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,Gør til standard
apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,Tjek Frappe-Server URL apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,Tjek Frappe-Server URL
apps/frappe/frappe/core/doctype/doctype/doctype.py +495,Fieldtype {0} for {1} cannot be indexed,FieldType {0} for {1} kan ikke indekseres
apps/frappe/frappe/core/doctype/doctype/doctype.py +499,Fieldtype {0} for {1} cannot be indexed,FieldType {0} for {1} kan ikke indekseres
DocType: Communication,Email Account,E-mailkonto DocType: Communication,Email Account,E-mailkonto
DocType: Workflow State,Download,Hent DocType: Workflow State,Download,Hent
DocType: Blog Post,Blog Intro,Blog Intro DocType: Blog Post,Blog Intro,Blog Intro
@@ -2731,15 +2731,15 @@ apps/frappe/frappe/email/doctype/email_group/email_group.js +45,New Newsletter,N
DocType: Print Settings,Send Print as PDF,Send udskrift som PDF DocType: Print Settings,Send Print as PDF,Send udskrift som PDF
DocType: Web Form,Amount,Beløb DocType: Web Form,Amount,Beløb
DocType: Workflow Transition,Allowed,Tilladt DocType: Workflow Transition,Allowed,Tilladt
apps/frappe/frappe/core/doctype/doctype/doctype.py +502,There can be only one Fold in a form,Der kan kun være én Fold i en form
apps/frappe/frappe/core/doctype/doctype/doctype.py +506,There can be only one Fold in a form,Der kan kun være én Fold i en form
apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},Kan ikke skrive filformat til {0} apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},Kan ikke skrive filformat til {0}
apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,Gendan til standardindstillinger? apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,Gendan til standardindstillinger?
apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,Ugyldig Home Page apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,Ugyldig Home Page
apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,Ugyldigt login. Prøv igen. apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,Ugyldigt login. Prøv igen.
apps/frappe/frappe/core/doctype/doctype/doctype.py +420,Options required for Link or Table type field {0} in row {1},Valgmuligheder der kræves for Link eller Tabel type felt {0} i række {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +424,Options required for Link or Table type field {0} in row {1},Valgmuligheder der kræves for Link eller Tabel type felt {0} i række {1}
DocType: Auto Email Report,Send only if there is any data,Send kun hvis der er nogen data DocType: Auto Email Report,Send only if there is any data,Send kun hvis der er nogen data
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,Nulstil filtre apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,Nulstil filtre
apps/frappe/frappe/core/doctype/doctype/doctype.py +688,{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"
apps/frappe/frappe/core/doctype/doctype/doctype.py +692,{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"
apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},Opgave lukket af {0} apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},Opgave lukket af {0}
DocType: Integration Request,Remote,Fjern DocType: Integration Request,Remote,Fjern
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,Beregn apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,Beregn
@@ -2759,7 +2759,7 @@ DocType: DocField,Perm Level,Perm Level
apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,Begivenheder ifølge dagens kalender apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,Begivenheder ifølge dagens kalender
DocType: Web Page,Web Page,Webside DocType: Web Page,Web Page,Webside
DocType: Blog Category,Blogger,Blogger DocType: Blog Category,Blogger,Blogger
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In Global Search' not allowed for type {0} in row {1},&#39;I Global søgning&#39; er ikke tilladt for type {0} i række {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +449,'In Global Search' not allowed for type {0} in row {1},&#39;I Global søgning&#39; er ikke tilladt for type {0} i række {1}
apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,Se liste apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,Se liste
apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},Dato skal være i format: {0} apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},Dato skal være i format: {0}
DocType: Workflow,Don't Override Status,Må ikke Tilsidesæt status DocType: Workflow,Don't Override Status,Må ikke Tilsidesæt status
@@ -2775,7 +2775,7 @@ apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +1,Search Appl
DocType: OAuth Authorization Code,Validity,Gyldighed DocType: OAuth Authorization Code,Validity,Gyldighed
apps/frappe/frappe/config/website.py +37,Single Post (article).,Single Post (artikel). apps/frappe/frappe/config/website.py +37,Single Post (article).,Single Post (artikel).
apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +10,Reports,Rapporter apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +10,Reports,Rapporter
DocType: Page,No,Ingen
DocType: Page,No,Nej
DocType: Property Setter,Set Value,Set Value DocType: Property Setter,Set Value,Set Value
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +247,Hide field in form,Skjul felt i formular apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +247,Hide field in form,Skjul felt i formular
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +261,Illegal Access Token. Please try again,Ulovlig adgangs-token. Prøv igen apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +261,Illegal Access Token. Please try again,Ulovlig adgangs-token. Prøv igen
@@ -2808,7 +2808,7 @@ DocType: Website Theme,Background,Baggrund
DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","JSON liste over doctypes bruges til at anvende Bruger Tilladelser. Hvis tom, vil alle tilknyttede doctypes bruges til at anvende Bruger Tilladelser." DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","JSON liste over doctypes bruges til at anvende Bruger Tilladelser. Hvis tom, vil alle tilknyttede doctypes bruges til at anvende Bruger Tilladelser."
DocType: Report,Ref DocType,Ref DocType DocType: Report,Ref DocType,Ref DocType
apps/frappe/frappe/www/feedback.py +42,Please add a rating,Tilføj venligst en bedømmelse apps/frappe/frappe/www/feedback.py +42,Please add a rating,Tilføj venligst en bedømmelse
apps/frappe/frappe/core/doctype/doctype/doctype.py +700,{0}: Cannot set Amend without Cancel,{0}: Kan ikke sætte Amend uden Annuller
apps/frappe/frappe/core/doctype/doctype/doctype.py +704,{0}: Cannot set Amend without Cancel,{0}: Kan ikke sætte Amend uden Annuller
apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,Fuld side apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,Fuld side
DocType: DocType,Is Child Table,Er Child Table DocType: DocType,Is Child Table,Er Child Table
apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} skal være en af {1} apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} skal være en af {1}
@@ -2837,7 +2837,7 @@ DocType: Event,Send an email reminder in the morning,Send en e-mail påmindelse
DocType: Blog Post,Published On,Udgivet d. DocType: Blog Post,Published On,Udgivet d.
DocType: Contact,Gender,Køn DocType: Contact,Gender,Køn
apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,mangler Obligatorisk information: apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,mangler Obligatorisk information:
apps/frappe/frappe/core/doctype/doctype/doctype.py +492,Field '{0}' cannot be set as Unique as it has non-unique values,"Field &#39;{0}&#39; kan ikke indstilles som enestående, da det har ikke-entydige værdier"
apps/frappe/frappe/core/doctype/doctype/doctype.py +496,Field '{0}' cannot be set as Unique as it has non-unique values,"Field &#39;{0}&#39; kan ikke indstilles som enestående, da det har ikke-entydige værdier"
apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,Kun 200 indsatse tilladt i én anmodning apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,Kun 200 indsatse tilladt i én anmodning
DocType: Footer Item,URL,URL DocType: Footer Item,URL,URL
DocType: ToDo,Reference Type,Henvisning Type DocType: ToDo,Reference Type,Henvisning Type
@@ -2880,8 +2880,8 @@ apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +135,Please save
apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} abonnenter tilføjet apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} abonnenter tilføjet
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,Ikke I apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,Ikke I
DocType: Workflow State,star,stjerne DocType: Workflow State,star,stjerne
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +228,values separated by commas,værdier adskilt af kommaer
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Max width for type Currency is 100px in row {0},Max bredde for type Valuta er 100px i række {0}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,values separated by commas,værdier adskilt af kommaer
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,Max width for type Currency is 100px in row {0},Max bredde for type Valuta er 100px i række {0}
apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},Venligst dele din feedback til {0} apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},Venligst dele din feedback til {0}
apps/frappe/frappe/config/website.py +13,Content web page.,Indhold webside. apps/frappe/frappe/config/website.py +13,Content web page.,Indhold webside.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Tilføj en ny rolle apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Tilføj en ny rolle
@@ -2899,7 +2899,7 @@ apps/frappe/frappe/public/js/frappe/desk.js +383,Please Enter Your Password to C
apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,Ikke et gyldigt LDAP bruger apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,Ikke et gyldigt LDAP bruger
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} ikke en gyldig stat apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} ikke en gyldig stat
apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',Vælg en anden betalingsmetode. PayPal understøtter ikke transaktioner i sedler &#39;{0}&#39; apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',Vælg en anden betalingsmetode. PayPal understøtter ikke transaktioner i sedler &#39;{0}&#39;
apps/frappe/frappe/core/doctype/doctype/doctype.py +519,Search field {0} is not valid,Søgefelt {0} er ikke gyldig
apps/frappe/frappe/core/doctype/doctype/doctype.py +523,Search field {0} is not valid,Søgefelt {0} er ikke gyldig
DocType: Workflow State,ok-circle,ok-cirkel DocType: Workflow State,ok-circle,ok-cirkel
apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',Du kan finde ting ved at spørge &quot;finde orange i kundernes apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',Du kan finde ting ved at spørge &quot;finde orange i kundernes
apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,Undskyld! Bruger skal have fuld adgang til deres egen rekord. apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,Undskyld! Bruger skal have fuld adgang til deres egen rekord.
@@ -2968,7 +2968,7 @@ DocType: User,Background Style,Baggrund Style
apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},fusioneret {0} i {1} apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},fusioneret {0} i {1}
DocType: System Settings,mm-dd-yyyy,mm-dd-åååå DocType: System Settings,mm-dd-yyyy,mm-dd-åååå
apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} logget ind apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} logget ind
apps/frappe/frappe/templates/emails/new_user.html +4,Your login id is,Dit login-id er
apps/frappe/frappe/templates/emails/new_user.html +3,Your login id is,Dit login-id er
DocType: OAuth Client,Skip Authorization,Skip Authorization DocType: OAuth Client,Skip Authorization,Skip Authorization
DocType: Web Form,Amount Field,beløb Field DocType: Web Form,Amount Field,beløb Field
DocType: Dropbox Settings,Send Notifications To,Send meddelelser til DocType: Dropbox Settings,Send Notifications To,Send meddelelser til


+ 94
- 94
frappe/translations/de.csv View File

@@ -55,7 +55,7 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +52,Data Import Templa
apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,Übergeordnetes Element apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,Übergeordnetes Element
DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","Wenn aktiviert, wird die Passwortstärke auf der Grundlage des Minimum Password Score Wertes erzwungen. Ein Wert von 2 ist mittelstark und 4 sehr stark." DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","Wenn aktiviert, wird die Passwortstärke auf der Grundlage des Minimum Password Score Wertes erzwungen. Ein Wert von 2 ist mittelstark und 4 sehr stark."
DocType: About Us Settings,"""Team Members"" or ""Management""",„Teammitglieder“ oder „Management“ DocType: About Us Settings,"""Team Members"" or ""Management""",„Teammitglieder“ oder „Management“
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Default for 'Check' type of field must be either '0' or '1',Standard für 'Prüfen'-Feldtyp muss entweder '0' oder '1' sein
apps/frappe/frappe/core/doctype/doctype/doctype.py +461,Default for 'Check' type of field must be either '0' or '1',Standard für 'Prüfen'-Feldtyp muss entweder '0' oder '1' sein
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,Gestern apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,Gestern
DocType: Contact,Designation,Bezeichnung DocType: Contact,Designation,Bezeichnung
DocType: Test Runner,Test Runner,Tester DocType: Test Runner,Test Runner,Tester
@@ -71,7 +71,7 @@ DocType: DocType,Is Published Field,Ist Veröffentlicht Feld
DocType: Email Group,Email Group,E-Mail-Gruppe DocType: Email Group,Email Group,E-Mail-Gruppe
DocType: Note,Seen By,gesehen durch DocType: Note,Seen By,gesehen durch
apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,Mehrere hinzufügen apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,Mehrere hinzufügen
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Not Like,Nicht wie
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Not Like,Nicht wie
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,Angezeigten Karteikartenreiter für ein Feld einstellen apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,Angezeigten Karteikartenreiter für ein Feld einstellen
apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},Falscher Wert: {0} muss {1} {2} sein apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},Falscher Wert: {0} muss {1} {2} sein
apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","Feldeigenschaften ändern (verstecken, nur-lesen, Berechtigung etc.)" apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","Feldeigenschaften ändern (verstecken, nur-lesen, Berechtigung etc.)"
@@ -160,7 +160,8 @@ apps/frappe/frappe/public/js/frappe/upload.js +296,Uploading...,Lade hoch...
DocType: Email Domain,Email Domain,E-Mail-Domain DocType: Email Domain,Email Domain,E-Mail-Domain
DocType: Workflow State,italic,kursiv DocType: Workflow State,italic,kursiv
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,Für jeden apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,Für jeden
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,{0}: Cannot set Import without Create,"{0}: Kann nicht auf ""Import"" eingestellt werden ohne ""Erstellen"""
apps/frappe/frappe/core/doctype/doctype/doctype.py +706,{0}: Cannot set Import without Create,"{0}: Kann nicht auf ""Import"" eingestellt werden ohne ""Erstellen"""
apps/frappe/frappe/templates/emails/auto_email_report.html +45,View report in your browser,Bericht in Ihrem Browser anzeigen
apps/frappe/frappe/config/desk.py +26,Event and other calendars.,Veranstaltungs- und andere Kalender apps/frappe/frappe/config/desk.py +26,Event and other calendars.,Veranstaltungs- und andere Kalender
apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,"Alle Felder sind notwendig, um den Kommentar einzureichen." apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,"Alle Felder sind notwendig, um den Kommentar einzureichen."
apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,Spalten durch Ziehen sortieren apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,Spalten durch Ziehen sortieren
@@ -237,7 +238,7 @@ apps/frappe/frappe/config/setup.py +121,Update many values at one time.,Aktualis
apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,"Fehler: Dokument wurde geändert, nachdem es geöffnet wurde" apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,"Fehler: Dokument wurde geändert, nachdem es geöffnet wurde"
apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} abgemeldet: {1} apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} abgemeldet: {1}
DocType: Address,West Bengal,West Bengal DocType: Address,West Bengal,West Bengal
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0}: Cannot set Assign Submit if not Submittable,"{0}: Kann nicht als ""als übertragen markieren"" eingestellt werden, wenn nicht übertragbar"
apps/frappe/frappe/core/doctype/doctype/doctype.py +727,{0}: Cannot set Assign Submit if not Submittable,"{0}: Kann nicht als ""als übertragen markieren"" eingestellt werden, wenn nicht übertragbar"
DocType: Social Login Keys,Facebook,Facebook DocType: Social Login Keys,Facebook,Facebook
apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""","Gefiltert nach ""{0}""" apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""","Gefiltert nach ""{0}"""
DocType: Salutation,Administrator,Administrator DocType: Salutation,Administrator,Administrator
@@ -261,7 +262,7 @@ DocType: User,Get your globally recognized avatar from Gravatar.com,Allgemein wi
apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","Ihr Abonnement ist abgelaufen am {0}. Zum erneuern, {1}." apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","Ihr Abonnement ist abgelaufen am {0}. Zum erneuern, {1}."
DocType: Workflow State,plus-sign,Pluszeichen DocType: Workflow State,plus-sign,Pluszeichen
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,Setup-bereits abgeschlossen apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,Setup-bereits abgeschlossen
apps/frappe/frappe/__init__.py +897,App {0} is not installed,App {0} ist nicht installiert
apps/frappe/frappe/__init__.py +898,App {0} is not installed,App {0} ist nicht installiert
DocType: Workflow State,Refresh,Aktualisieren DocType: Workflow State,Refresh,Aktualisieren
DocType: Event,Public,Öffentlich DocType: Event,Public,Öffentlich
apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,Nichts anzuzeigen apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,Nichts anzuzeigen
@@ -269,7 +270,7 @@ apps/frappe/frappe/public/js/frappe/model/model.js +24,Liked By,Geliked durch
apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,E-Mail-Support apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,E-Mail-Support
DocType: DocField,Print Hide If No Value,Druck verbergen wenn ohne Wert DocType: DocField,Print Hide If No Value,Druck verbergen wenn ohne Wert
DocType: Event,yellow,gelb DocType: Event,yellow,gelb
apps/frappe/frappe/core/doctype/doctype/doctype.py +563,Is Published Field must be a valid fieldname,Ist Veröffentlicht Feld muss eine gültige Feldname sein
apps/frappe/frappe/core/doctype/doctype/doctype.py +567,Is Published Field must be a valid fieldname,Ist Veröffentlicht Feld muss eine gültige Feldname sein
apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,Anhang hochladen apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,Anhang hochladen
DocType: Block Module,Block Module,Block-Modul DocType: Block Module,Block Module,Block-Modul
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,Vorlage exportieren apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,Vorlage exportieren
@@ -286,7 +287,7 @@ DocType: Email Account,Total number of emails to sync in initial sync process ,G
DocType: Website Settings,Set Banner from Image,Banner aus Bild einrichten DocType: Website Settings,Set Banner from Image,Banner aus Bild einrichten
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,Globale Suche apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,Globale Suche
DocType: Email Account,SparkPost,SparkPost DocType: Email Account,SparkPost,SparkPost
apps/frappe/frappe/templates/emails/new_user.html +3,A new account has been created for you at {0},Ein neues Konto wurde für Sie erstellt auf {0}
apps/frappe/frappe/templates/emails/new_user.html +2,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 +178,Instructions Emailed,Anleitung Emailed apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,Anleitung Emailed
apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),Geben Sie den/die E-Mail-Empfänger an apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),Geben Sie den/die E-Mail-Empfänger an
DocType: Print Format,Verdana,Verdana DocType: Print Format,Verdana,Verdana
@@ -352,7 +353,7 @@ apps/frappe/frappe/utils/nestedset.py +218,Merging is only possible between Grou
apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},{0} hinzugefügt apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},{0} hinzugefügt
apps/frappe/frappe/www/search.html +28,No matching records. Search something new,Keine Bilder gefunden. Suchen Sie etwas Neues apps/frappe/frappe/www/search.html +28,No matching records. Search something new,Keine Bilder gefunden. Suchen Sie etwas Neues
DocType: Currency,Fraction Units,Teileinheiten DocType: Currency,Fraction Units,Teileinheiten
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +431,{0} from {1} to {2},{0} von {1} bis {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +433,{0} from {1} to {2},{0} von {1} bis {2}
DocType: Communication,Type,Typ DocType: Communication,Type,Typ
DocType: Authentication Log,Subject,Betreff DocType: Authentication Log,Subject,Betreff
DocType: Web Form,Amount Based On Field,"Menge, bezogen auf Feld" DocType: Web Form,Amount Based On Field,"Menge, bezogen auf Feld"
@@ -365,10 +366,10 @@ DocType: Workflow State,plane,eben
apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","Wenn neue Datensätze hochgeladen werden, ist - falls vorhanden - ""Bezeichnung von Serien"" Pflicht." apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","Wenn neue Datensätze hochgeladen werden, ist - falls vorhanden - ""Bezeichnung von Serien"" Pflicht."
apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,Alarme für heute apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,Alarme für heute
apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DocType darf nur vom Administrator umbenannt werden apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DocType darf nur vom Administrator umbenannt werden
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +442,changed value of {0},geänderte Wert {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +444,changed value of {0},geänderte Wert {0}
DocType: Report,JSON,JSON DocType: Report,JSON,JSON
apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,Bitte überprüfen Sie Ihre E-Mail für die Überprüfung apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,Bitte überprüfen Sie Ihre E-Mail für die Überprüfung
apps/frappe/frappe/core/doctype/doctype/doctype.py +509,Fold can not be at the end of the form,Falz kann nicht am Ende eines Formulars sein
apps/frappe/frappe/core/doctype/doctype/doctype.py +513,Fold can not be at the end of the form,Falz kann nicht am Ende eines Formulars sein
DocType: Communication,Bounced,Gesprungen DocType: Communication,Bounced,Gesprungen
DocType: Deleted Document,Deleted Name,Gelöschte Namen DocType: Deleted Document,Deleted Name,Gelöschte Namen
apps/frappe/frappe/config/setup.py +14,System and Website Users,System- und Webseitenbenutzer apps/frappe/frappe/config/setup.py +14,System and Website Users,System- und Webseitenbenutzer
@@ -376,25 +377,26 @@ DocType: Workflow Document State,Doc Status,Dokumentenstatus
DocType: Auto Email Report,No of Rows (Max 500),Keine der Zeilen (Max 500) DocType: Auto Email Report,No of Rows (Max 500),Keine der Zeilen (Max 500)
DocType: Language,Language Code,Sprachcode DocType: Language,Language Code,Sprachcode
apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","Ihr Download wird erstellt, dies kann einige Sekunden dauern ..." apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","Ihr Download wird erstellt, dies kann einige Sekunden dauern ..."
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +23,Add Filter,Filter hinzufügen
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +21,Add Filter,Filter hinzufügen
apps/frappe/frappe/www/feedback.html +23,Your rating: ,Ihre Bewertung: apps/frappe/frappe/www/feedback.html +23,Your rating: ,Ihre Bewertung:
apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} und {1} apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} und {1}
DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Entwürfe beim Drucken in der Kopfzeile kennzeichnen DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Entwürfe beim Drucken in der Kopfzeile kennzeichnen
apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,Email wurde als Spam markiert apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,Email wurde als Spam markiert
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,Setup&gt; Benutzer
DocType: About Us Settings,Website Manager,Webseiten-Administrator DocType: About Us Settings,Website Manager,Webseiten-Administrator
apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,Sie haben Entwürfe oder abgebrochene Dokumente ausgewählt apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,Sie haben Entwürfe oder abgebrochene Dokumente ausgewählt
apps/frappe/frappe/model/document.py +1044,Document Queued,anstehendes Dokument apps/frappe/frappe/model/document.py +1044,Document Queued,anstehendes Dokument
DocType: GSuite Templates,Destination ID,Ziel-ID DocType: GSuite Templates,Destination ID,Ziel-ID
DocType: Desktop Icon,List,Listenansicht DocType: Desktop Icon,List,Listenansicht
DocType: Communication,Link Name,Link-Name DocType: Communication,Link Name,Link-Name
apps/frappe/frappe/core/doctype/doctype/doctype.py +433,Field {0} in row {1} cannot be hidden and mandatory without default,"Feld {0} in Zeile {1} kann nicht ausgeblendet werden, und ist ohne Standardeintrag zwingend erfoderlich"
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Field {0} in row {1} cannot be hidden and mandatory without default,"Feld {0} in Zeile {1} kann nicht ausgeblendet werden, und ist ohne Standardeintrag zwingend erfoderlich"
DocType: System Settings,mm/dd/yyyy,MM/TT/JJJJ DocType: System Settings,mm/dd/yyyy,MM/TT/JJJJ
apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,Ungültiges Passwort: apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,Ungültiges Passwort:
DocType: Print Settings,Send document web view link in email,Senden Dokument Web-Ansicht Link in E-Mail DocType: Print Settings,Send document web view link in email,Senden Dokument Web-Ansicht Link in E-Mail
apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,Ihr Feedback für Dokument {0} erfolgreich gespeichert apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,Ihr Feedback für Dokument {0} erfolgreich gespeichert
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,Vorhergehende apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,Vorhergehende
apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,Zurück: apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,Zurück:
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +496,{0} rows for {1},{0} Zeilen für {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +498,{0} rows for {1},{0} Zeilen für {1}
DocType: Currency,"Sub-currency. For e.g. ""Cent""","Unterwährung, z. B. ""Cent""" DocType: Currency,"Sub-currency. For e.g. ""Cent""","Unterwährung, z. B. ""Cent"""
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,Wählen Sie Datei uploaded apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,Wählen Sie Datei uploaded
DocType: Letter Head,Check this to make this the default letter head in all prints,"Hier aktivieren, damit dieser Briefkopf der Standardbriefkopf aller Ausdrucke wird" DocType: Letter Head,Check this to make this the default letter head in all prints,"Hier aktivieren, damit dieser Briefkopf der Standardbriefkopf aller Ausdrucke wird"
@@ -417,7 +419,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +5,
DocType: Event,Wednesday,Mittwoch DocType: Event,Wednesday,Mittwoch
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.",Neben rollenbasierten Berechtigungsregeln können Benutzerberechtigungen auf der Grundlage von DocTypes eingesetzt werden. apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.",Neben rollenbasierten Berechtigungsregeln können Benutzerberechtigungen auf der Grundlage von DocTypes eingesetzt werden.
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","Diese Berechtigungen gelten für alle Transaktionen, bei denen der zulässige Datensatz verknüpft ist. Beispiel: Wenn die Firma C den Benutzerrechten des Benutzers X zugeordnet ist, dann kann X nur Vorgänge sehen, die mit der Firma C verknüpft sind." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","Diese Berechtigungen gelten für alle Transaktionen, bei denen der zulässige Datensatz verknüpft ist. Beispiel: Wenn die Firma C den Benutzerrechten des Benutzers X zugeordnet ist, dann kann X nur Vorgänge sehen, die mit der Firma C verknüpft sind."
apps/frappe/frappe/core/doctype/doctype/doctype.py +554,Image field must be a valid fieldname,Bildfeld muss ein gültiger Feldname sein
apps/frappe/frappe/core/doctype/doctype/doctype.py +558,Image field must be a valid fieldname,Bildfeld muss ein gültiger Feldname sein
DocType: OAuth Client,Token,Zeichen DocType: OAuth Client,Token,Zeichen
DocType: Property Setter,ID (name) of the entity whose property is to be set,"ID (Name) der Einheit, deren Eigenschaft festgelegt werden muss" DocType: Property Setter,ID (name) of the entity whose property is to be set,"ID (Name) der Einheit, deren Eigenschaft festgelegt werden muss"
apps/frappe/frappe/limits.py +82,"To renew, {0}.","So erneuern, {0}." apps/frappe/frappe/limits.py +82,"To renew, {0}.","So erneuern, {0}."
@@ -426,7 +428,7 @@ DocType: Web Form,Sidebar Items,Elemente der Seitenleiste
apps/frappe/frappe/installer.py +125,App {0} already installed,App {0} bereits installiert apps/frappe/frappe/installer.py +125,App {0} already installed,App {0} bereits installiert
DocType: Workflow State,exclamation-sign,Ausrufezeichen DocType: Workflow State,exclamation-sign,Ausrufezeichen
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,Berechtigungen anzeigen apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,Berechtigungen anzeigen
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a Link or Dynamic Link,Timeline-Bereich muss einen Link oder Dynamic Link sein
apps/frappe/frappe/core/doctype/doctype/doctype.py +578,Timeline field must be a Link or Dynamic Link,Timeline-Bereich muss einen Link oder Dynamic Link sein
apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,Datumspanne apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,Datumspanne
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,Gantt-Diagramm apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,Gantt-Diagramm
apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},Seite {0} von {1} apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},Seite {0} von {1}
@@ -456,18 +458,18 @@ DocType: Workflow State,music,Musik
DocType: Web Page,Settings,Einstellungen DocType: Web Page,Settings,Einstellungen
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,Bitte Doctype angeben apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,Bitte Doctype angeben
DocType: Print Format,Style Settings,Stileinstellungen DocType: Print Format,Style Settings,Stileinstellungen
apps/frappe/frappe/core/doctype/doctype/doctype.py +585,Sort field {0} must be a valid fieldname,Sortierfeld {0} muss ein gültiger Feldname sein
apps/frappe/frappe/core/doctype/doctype/doctype.py +589,Sort field {0} must be a valid fieldname,Sortierfeld {0} muss ein gültiger Feldname sein
apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,Weiter apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,Weiter
DocType: Contact,Sales Manager,Vertriebsleiter DocType: Contact,Sales Manager,Vertriebsleiter
apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,Umbenennen apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,Umbenennen
DocType: Print Format,Format Data,Daten formatieren DocType: Print Format,Format Data,Daten formatieren
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Like,Wie
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Like,Wie
DocType: Customize Form Field,Customize Form Field,Formularfeld anpassen DocType: Customize Form Field,Customize Form Field,Formularfeld anpassen
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,Benutzer zulassen apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,Benutzer zulassen
DocType: OAuth Client,Grant Type,Grant Typ DocType: OAuth Client,Grant Type,Grant Typ
apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,"Prüfen, welche Dokumente von einem Nutzer lesbar sind" apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,"Prüfen, welche Dokumente von einem Nutzer lesbar sind"
apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,Listing App nicht erlaubt apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,Listing App nicht erlaubt
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,use % as wildcard,% als Platzhalter benutzen
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +230,use % as wildcard,% als Platzhalter benutzen
apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","E-Mail-Domain nicht für dieses Konto konfiguriert, erstellen?" apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","E-Mail-Domain nicht für dieses Konto konfiguriert, erstellen?"
DocType: User,Reset Password Key,Passwortschlüssel zurücksetzen DocType: User,Reset Password Key,Passwortschlüssel zurücksetzen
DocType: Email Account,Enable Auto Reply,Automatische Rückantwort aktivieren DocType: Email Account,Enable Auto Reply,Automatische Rückantwort aktivieren
@@ -492,11 +494,12 @@ apps/frappe/frappe/model/document.py +574,Cannot change docstatus from 1 to 0,Do
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,Nehmen Backup Now apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,Nehmen Backup Now
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,Willkommen apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,Willkommen
apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,Installierte Apps apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,Installierte Apps
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,Setup&gt; User Permissions Manager
DocType: Contact,Open,Offen DocType: Contact,Open,Offen
DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,"Definiert Maßnahmen bei bestimmten Zuständen, den nächsten Schritt und erlaubte Rollen." DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,"Definiert Maßnahmen bei bestimmten Zuständen, den nächsten Schritt und erlaubte Rollen."
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","Ein bewährtes Verfahren ist es, den gleichen Satz von Berechtigungen nicht unterschiedlichen Rollen zuzuweisen. Legen Sie stattdessen mehrere Rollen für den gleichen Benutzer an." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","Ein bewährtes Verfahren ist es, den gleichen Satz von Berechtigungen nicht unterschiedlichen Rollen zuzuweisen. Legen Sie stattdessen mehrere Rollen für den gleichen Benutzer an."
DocType: Web Form,Message to be displayed on successful completion,"Mitteilung, die nach erfolgreichem Abschluss angezeigt wird" DocType: Web Form,Message to be displayed on successful completion,"Mitteilung, die nach erfolgreichem Abschluss angezeigt wird"
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +42,Only {0} emailed reports are allowed per user,Nur {0} per E-Mail Berichte pro Benutzer erlaubt sind
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +43,Only {0} emailed reports are allowed per user,Nur {0} per E-Mail Berichte pro Benutzer erlaubt sind
DocType: Address,Address Title,Adressen-Bezeichnung DocType: Address,Address Title,Adressen-Bezeichnung
DocType: Website Settings,Footer Items,Inhalte der Fußzeile DocType: Website Settings,Footer Items,Inhalte der Fußzeile
apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,Anfrage Feedback apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,Anfrage Feedback
@@ -511,7 +514,7 @@ DocType: DocField,Set Only Once,Nur einmal festlegen
DocType: Email Queue Recipient,Email Queue Recipient,E-Mail-Queue Empfänger DocType: Email Queue Recipient,Email Queue Recipient,E-Mail-Queue Empfänger
DocType: Address,Nagaland,Nagaland DocType: Address,Nagaland,Nagaland
apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,Benutzername {0} ist bereits vorhanden apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,Benutzername {0} ist bereits vorhanden
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set import as {1} is not importable,"{0}: Kann nicht auf ""Import"" eingestellt werden, da {1} nicht importierbar ist"
apps/frappe/frappe/core/doctype/doctype/doctype.py +733,{0}: Cannot set import as {1} is not importable,"{0}: Kann nicht auf ""Import"" eingestellt werden, da {1} nicht importierbar ist"
apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},Es befindet sich ein Fehler in der Adressvorlage {0} apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},Es befindet sich ein Fehler in der Adressvorlage {0}
DocType: Footer Item,"target = ""_blank""","target = ""_blank""" DocType: Footer Item,"target = ""_blank""","target = ""_blank"""
DocType: Workflow State,hdd,HDD DocType: Workflow State,hdd,HDD
@@ -523,7 +526,7 @@ DocType: Communication,From Full Name,Von Vor- und Nachname
apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},Sie haben keine Zugriffsrechte für den Bericht: {0} apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},Sie haben keine Zugriffsrechte für den Bericht: {0}
DocType: User,Send Welcome Email,Willkommens-E-Mail senden DocType: User,Send Welcome Email,Willkommens-E-Mail senden
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,"Laden Sie eine CSV-Datei, die alle Benutzerberechtigungen im gleichen Format wie der Download hat, hoch." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,"Laden Sie eine CSV-Datei, die alle Benutzerberechtigungen im gleichen Format wie der Download hat, hoch."
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +449,Remove Filter,Filter entfernen
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +450,Remove Filter,Filter entfernen
DocType: Address,Daman and Diu,Daman und Diu DocType: Address,Daman and Diu,Daman und Diu
DocType: Address,Personal,Persönlich DocType: Address,Personal,Persönlich
apps/frappe/frappe/config/setup.py +113,Bulk Rename,Werkzeug zum Massen-Umbenennen apps/frappe/frappe/config/setup.py +113,Bulk Rename,Werkzeug zum Massen-Umbenennen
@@ -553,13 +556,12 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.js +33,Send
apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","Standard DocType kann kein Standard-Druckformat haben, verwenden Sie Formular anpassen" apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","Standard DocType kann kein Standard-Druckformat haben, verwenden Sie Formular anpassen"
DocType: Report,Query,Abfrage DocType: Report,Query,Abfrage
DocType: DocType,Sort Order,Sortierung DocType: DocType,Sort Order,Sortierung
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,'In List View' not allowed for type {0} in row {1},"""In der Listenansicht"" nicht erlaubt für den Typ {0} in Zeile {1}"
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In List View' not allowed for type {0} in row {1},"""In der Listenansicht"" nicht erlaubt für den Typ {0} in Zeile {1}"
DocType: Custom Field,Select the label after which you want to insert new field.,"Bitte Element auswählen, nach dem ein neues Feld eingefügt werden soll." DocType: Custom Field,Select the label after which you want to insert new field.,"Bitte Element auswählen, nach dem ein neues Feld eingefügt werden soll."
,Document Share Report,Dokumentenfreigabebericht ,Document Share Report,Dokumentenfreigabebericht
DocType: User,Last Login,Letzte Anmeldung DocType: User,Last Login,Letzte Anmeldung
apps/frappe/frappe/core/doctype/doctype/doctype.py +600,Fieldname is required in row {0},Feldname wird in Zeile {0} benötigt
apps/frappe/frappe/core/doctype/doctype/doctype.py +604,Fieldname is required in row {0},Feldname wird in Zeile {0} benötigt
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,Spalte apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,Spalte
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,Bitte legen Sie das Standard-E-Mail-Konto von Setup&gt; Email&gt; E-Mail-Konto ein
DocType: Custom Field,Adds a custom field to a DocType,Fügt einem DocType ein benutzerdefiniertes Feld hinzu DocType: Custom Field,Adds a custom field to a DocType,Fügt einem DocType ein benutzerdefiniertes Feld hinzu
DocType: File,Is Home Folder,Ist Ordner für Startseite DocType: File,Is Home Folder,Ist Ordner für Startseite
apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} ist keine gültige E-Mail-Adresse apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} ist keine gültige E-Mail-Adresse
@@ -583,7 +585,7 @@ DocType: File,Folder,Ordner
DocType: DocField,Index,Index DocType: DocField,Index,Index
DocType: Email Group,Newsletter Manager,Newsletter-Manager DocType: Email Group,Newsletter Manager,Newsletter-Manager
apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,Option 1 apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,Option 1
apps/frappe/frappe/public/js/frappe/form/formatters.js +124,{0} to {1},{0} bis {1}
apps/frappe/frappe/public/js/frappe/form/formatters.js +129,{0} to {1},{0} bis {1}
apps/frappe/frappe/config/setup.py +89,Log of error during requests.,Melden von Fehlern während Anfragen. apps/frappe/frappe/config/setup.py +89,Log of error during requests.,Melden von Fehlern während Anfragen.
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} wurde zur E-Mail-Gruppe hinzugefügt. apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} wurde zur E-Mail-Gruppe hinzugefügt.
DocType: Address,Uttar Pradesh,Uttar Pradesh DocType: Address,Uttar Pradesh,Uttar Pradesh
@@ -593,7 +595,7 @@ apps/frappe/frappe/email/doctype/newsletter/newsletter.py +30,Scheduled to send
DocType: Kanban Board Column,Indicator,Indikator DocType: Kanban Board Column,Indicator,Indikator
DocType: DocShare,Everyone,Jeder DocType: DocShare,Everyone,Jeder
DocType: Workflow State,backward,Zurück DocType: Workflow State,backward,Zurück
apps/frappe/frappe/core/doctype/doctype/doctype.py +676,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: Nur eine Regel mit der gleichen Rolle, Ebene und {1} erlaubt"
apps/frappe/frappe/core/doctype/doctype/doctype.py +680,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: Nur eine Regel mit der gleichen Rolle, Ebene und {1} erlaubt"
DocType: Email Queue,Add Unsubscribe Link,Abmelde-Link hinzufügen DocType: Email Queue,Add Unsubscribe Link,Abmelde-Link hinzufügen
apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,Noch keine Kommentare. Starten Sie eine neue Diskussion. apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,Noch keine Kommentare. Starten Sie eine neue Diskussion.
DocType: Workflow State,share,Freigeben DocType: Workflow State,share,Freigeben
@@ -632,7 +634,7 @@ apps/frappe/frappe/printing/doctype/print_format/print_format.py +80,{0} is now
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,Archivierte Spalten apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,Archivierte Spalten
DocType: Email Account,Default Outgoing,Standard-Ausgang DocType: Email Account,Default Outgoing,Standard-Ausgang
DocType: Workflow State,play,spielen DocType: Workflow State,play,spielen
apps/frappe/frappe/templates/emails/new_user.html +5,Click on the link below to complete your registration and set a new password,"Auf den Link unten klicken, um die Registrierung abzuschließen und ein neues Passwort zu setzen"
apps/frappe/frappe/templates/emails/new_user.html +4,Click on the link below to complete your registration and set a new password,"Auf den Link unten klicken, um die Registrierung abzuschließen und ein neues Passwort zu setzen"
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,Wurde nicht hinzugefügt apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,Wurde nicht hinzugefügt
apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,Keine E-Mail-Konten zugewiesen apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,Keine E-Mail-Konten zugewiesen
DocType: Contact Us Settings,Contact Us Settings,Einstellungen zu „Kontaktieren Sie uns“ DocType: Contact Us Settings,Contact Us Settings,Einstellungen zu „Kontaktieren Sie uns“
@@ -653,12 +655,12 @@ apps/frappe/frappe/core/page/user_permissions/user_permissions.js +127,Upload Us
DocType: Dropbox Settings,App Secret Key,App geheimer Schlüssel DocType: Dropbox Settings,App Secret Key,App geheimer Schlüssel
apps/frappe/frappe/config/website.py +7,Web Site,Web-Site apps/frappe/frappe/config/website.py +7,Web Site,Web-Site
apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,Die markierten Elemente werden auf dem Desktop angezeigt apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,Die markierten Elemente werden auf dem Desktop angezeigt
apps/frappe/frappe/core/doctype/doctype/doctype.py +719,{0} cannot be set for Single types,{0} kann nicht für Einzel-Typen festgelegt werden
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0} cannot be set for Single types,{0} kann nicht für Einzel-Typen festgelegt werden
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Kanbantafel {0} ist nicht vorhanden. apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Kanbantafel {0} ist nicht vorhanden.
apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} betrachten derzeit dieses Dokument apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} betrachten derzeit dieses Dokument
DocType: ToDo,Assigned By Full Name,Zugewiesen von Vollständiger Name DocType: ToDo,Assigned By Full Name,Zugewiesen von Vollständiger Name
apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} aktualisiert apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} aktualisiert
apps/frappe/frappe/core/doctype/doctype/doctype.py +709,Report cannot be set for Single types,Bericht kann nicht für Einzel-Typen festgelegt werden
apps/frappe/frappe/core/doctype/doctype/doctype.py +713,Report cannot be set for Single types,Bericht kann nicht für Einzel-Typen festgelegt werden
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,vor {0} Tag(en) apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,vor {0} Tag(en)
DocType: Email Account,Awaiting Password,In Erwartung Passwort DocType: Email Account,Awaiting Password,In Erwartung Passwort
DocType: Address,Address Line 1,Adresse Zeile 1 DocType: Address,Address Line 1,Adresse Zeile 1
@@ -708,7 +710,7 @@ DocType: Feedback Trigger,"To add dynamic subject, use jinja tags like
apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,App {0} entfernt apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,App {0} entfernt
DocType: Custom DocPerm,Apply User Permissions,Benutzerberechtigungen anwenden DocType: Custom DocPerm,Apply User Permissions,Benutzerberechtigungen anwenden
DocType: User,Modules HTML,Modul-HTML DocType: User,Modules HTML,Modul-HTML
apps/frappe/frappe/public/js/frappe/ui/field_group.js +82,Missing Values Required,Angaben zu fehlenden Werten erforderlich
apps/frappe/frappe/public/js/frappe/ui/field_group.js +96,Missing Values Required,Angaben zu fehlenden Werten erforderlich
DocType: DocType,Other Settings,Weitere Einstellungen DocType: DocType,Other Settings,Weitere Einstellungen
DocType: Social Login Keys,Frappe,Frappé DocType: Social Login Keys,Frappe,Frappé
apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,Als ungelesen markieren apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,Als ungelesen markieren
@@ -762,7 +764,7 @@ DocType: Event,orange,Orange
apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,Kein(e) {0} gefunden apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,Kein(e) {0} gefunden
apps/frappe/frappe/config/setup.py +242,Add custom forms.,Benutzerdefinierte Formulare hinzufügen apps/frappe/frappe/config/setup.py +242,Add custom forms.,Benutzerdefinierte Formulare hinzufügen
apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} in {2} apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} in {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +419,submitted this document,Dieses Dokument eingereicht
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,submitted this document,Dieses Dokument eingereicht
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,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." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,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: Communication,CC,CC
DocType: Country,Geo,Geo DocType: Country,Geo,Geo
@@ -812,7 +814,7 @@ DocType: DocType,Hide Toolbar,Werkzeugleiste ausblenden
DocType: User,Last Active,Zuletzt aktiv DocType: User,Last Active,Zuletzt aktiv
DocType: Email Account,SMTP Settings for outgoing emails,SMTP-Einstellungen für ausgehende E-Mails DocType: Email Account,SMTP Settings for outgoing emails,SMTP-Einstellungen für ausgehende E-Mails
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,Import fehlgeschlagen apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,Import fehlgeschlagen
apps/frappe/frappe/templates/emails/password_update.html +3,Your password has been updated. Here is your new password,Ihr Passwort wurde aktualisiert. Hier ist Ihr neues Passwort
apps/frappe/frappe/templates/emails/password_update.html +2,Your password has been updated. Here is your new password,Ihr Passwort wurde aktualisiert. Hier ist Ihr neues Passwort
DocType: Email Account,Auto Reply Message,Automatische Rückantwort DocType: Email Account,Auto Reply Message,Automatische Rückantwort
DocType: Feedback Trigger,Condition,Zustand DocType: Feedback Trigger,Condition,Zustand
apps/frappe/frappe/utils/data.py +546,{0} hours ago,{0} Stunden apps/frappe/frappe/utils/data.py +546,{0} hours ago,{0} Stunden
@@ -820,7 +822,6 @@ apps/frappe/frappe/utils/data.py +556,1 month ago,vor 1 Monat
DocType: Contact,User ID,Benutzer-ID DocType: Contact,User ID,Benutzer-ID
DocType: Communication,Sent,Gesendet DocType: Communication,Sent,Gesendet
DocType: Address,Kerala,Kerala DocType: Address,Kerala,Kerala
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} Jahr (e) vor
DocType: File,Lft,lft DocType: File,Lft,lft
DocType: User,Simultaneous Sessions,Gleichzeitige Sessions DocType: User,Simultaneous Sessions,Gleichzeitige Sessions
DocType: OAuth Client,Client Credentials,Client-Credentials DocType: OAuth Client,Client Credentials,Client-Credentials
@@ -837,7 +838,7 @@ DocType: Email Queue,Unsubscribe Method,Unsubscribe-Methode
DocType: GSuite Templates,Related DocType,Ähnliche DocType DocType: GSuite Templates,Related DocType,Ähnliche DocType
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,Bearbeiten um Inhalte hinzuzufügen apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,Bearbeiten um Inhalte hinzuzufügen
apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,Sprachenauswahl apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,Sprachenauswahl
apps/frappe/frappe/__init__.py +517,No permission for {0},Keine Berechtigung für {0}
apps/frappe/frappe/__init__.py +518,No permission for {0},Keine Berechtigung für {0}
DocType: DocType,Advanced,Fortgeschritten DocType: DocType,Advanced,Fortgeschritten
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,Scheint API-Schlüssel oder API Secret ist falsch !!! apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,Scheint API-Schlüssel oder API Secret ist falsch !!!
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Referenz: {0} {1} apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Referenz: {0} {1}
@@ -869,14 +870,14 @@ DocType: Custom DocPerm,Additional Permissions,Zusätzliche Berechtigungen
DocType: Email Account,Always use Account's Email Address as Sender,E-Mail-Adresse des Benutzers als Absender verwenden DocType: Email Account,Always use Account's Email Address as Sender,E-Mail-Adresse des Benutzers als Absender verwenden
apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,Anmelden um Kommentieren zu können apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,Anmelden um Kommentieren zu können
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,Eingabe von Daten unterhalb dieser Linie beginnen apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,Eingabe von Daten unterhalb dieser Linie beginnen
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +474,changed values for {0},geänderten Werte für {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +476,changed values for {0},geänderten Werte für {0}
DocType: Workflow State,retweet,Erneut tweeten DocType: Workflow State,retweet,Erneut tweeten
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,Wert des Feldes angeben apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,Wert des Feldes angeben
DocType: Report,Disabled,Deaktiviert DocType: Report,Disabled,Deaktiviert
DocType: Workflow State,eye-close,geschlossenen Auges DocType: Workflow State,eye-close,geschlossenen Auges
DocType: OAuth Provider Settings,OAuth Provider Settings,OAuth-Provider-Einstellungen DocType: OAuth Provider Settings,OAuth Provider Settings,OAuth-Provider-Einstellungen
apps/frappe/frappe/config/setup.py +254,Applications,Anwendungen apps/frappe/frappe/config/setup.py +254,Applications,Anwendungen
apps/frappe/frappe/public/js/frappe/request.js +349,Report this issue,Diesen Fall melden
apps/frappe/frappe/public/js/frappe/request.js +353,Report this issue,Diesen Fall melden
apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,Name ist erforderlich apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,Name ist erforderlich
DocType: Custom Script,Adds a custom script (client or server) to a DocType,Fügt ein benutzerdefiniertes Skript (Client oder Server) zu einem DocType hinzu DocType: Custom Script,Adds a custom script (client or server) to a DocType,Fügt ein benutzerdefiniertes Skript (Client oder Server) zu einem DocType hinzu
DocType: Address,City/Town,Ort/ Wohnort DocType: Address,City/Town,Ort/ Wohnort
@@ -960,7 +961,7 @@ DocType: Web Form,Actions,Aktionen
DocType: Workflow State,align-justify,Blocksatz DocType: Workflow State,align-justify,Blocksatz
DocType: User,Middle Name (Optional),Weiterer Vorname (optional) DocType: User,Middle Name (Optional),Weiterer Vorname (optional)
apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,Nicht zulässig apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,Nicht zulässig
apps/frappe/frappe/public/js/frappe/ui/field_group.js +83,Following fields have missing values:,Folgende Felder haben fehlende Werte:
apps/frappe/frappe/public/js/frappe/ui/field_group.js +97,Following fields have missing values:,Folgende Felder haben fehlende Werte:
apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,"Sie verfügen nicht über genügend Berechtigungen, um die Aktion durchzuführen" apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,"Sie verfügen nicht über genügend Berechtigungen, um die Aktion durchzuführen"
apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,Keine Ergebnisse apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,Keine Ergebnisse
DocType: System Settings,Security,Sicherheit DocType: System Settings,Security,Sicherheit
@@ -1003,7 +1004,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js +133,Hide Details,Details aus
DocType: Workflow State,Tasks,Aufgaben DocType: Workflow State,Tasks,Aufgaben
DocType: Event,Tuesday,Dienstag DocType: Event,Tuesday,Dienstag
DocType: Blog Settings,Blog Settings,Blog-Einstellungen DocType: Blog Settings,Blog Settings,Blog-Einstellungen
apps/frappe/frappe/templates/emails/new_user.html +17,You can also copy-paste this link in your browser,Sie können diese Verknüpfung in Ihren Browser kopieren
apps/frappe/frappe/templates/emails/new_user.html +16,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 DocType: Workflow State,bullhorn,Megafon
DocType: Social Login Keys,Facebook Client Secret,Facebook-Passwort DocType: Social Login Keys,Facebook Client Secret,Facebook-Passwort
DocType: Footer Item,Target,Ziel DocType: Footer Item,Target,Ziel
@@ -1015,12 +1016,12 @@ DocType: ToDo,Due Date,Fälligkeitsdatum
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,Quartalstag apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,Quartalstag
DocType: Social Login Keys,Google Client Secret,Google-Passwort DocType: Social Login Keys,Google Client Secret,Google-Passwort
DocType: Website Settings,Hide Footer Signup,Fußzeilen-Anmeldung ausblenden DocType: Website Settings,Hide Footer Signup,Fußzeilen-Anmeldung ausblenden
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,cancelled this document,Dieses Dokument abgebrochen
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +423,cancelled this document,Dieses Dokument abgebrochen
apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,"Python-Datei in den selben Ordner schreiben, in dem dieser Inhalt gespeichert wird, und Spalte und Ergebnis zurückgeben." apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,"Python-Datei in den selben Ordner schreiben, in dem dieser Inhalt gespeichert wird, und Spalte und Ergebnis zurückgeben."
DocType: DocType,Sort Field,Sortierfeld DocType: DocType,Sort Field,Sortierfeld
DocType: Razorpay Settings,Razorpay Settings,Razorpay Einstellungen DocType: Razorpay Settings,Razorpay Settings,Razorpay Einstellungen
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +445,Edit Filter,Filter bearbeiten
apps/frappe/frappe/core/doctype/doctype/doctype.py +415,Field {0} of type {1} cannot be mandatory,Feld {0} des Typs {1} kann nicht zwingend erforderlich sein
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +446,Edit Filter,Filter bearbeiten
apps/frappe/frappe/core/doctype/doctype/doctype.py +419,Field {0} of type {1} cannot be mandatory,Feld {0} des Typs {1} kann nicht zwingend erforderlich sein
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,Weitere hinzufügen apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,Weitere hinzufügen
apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,ausblenden Übersicht apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,ausblenden Übersicht
DocType: System Settings,Session Expiry Mobile,Sitzung verfällt für mobil DocType: System Settings,Session Expiry Mobile,Sitzung verfällt für mobil
@@ -1061,7 +1062,7 @@ DocType: Address,Contacts,Kontakte
DocType: System Settings,Setup Complete,Einrichtung abgeschlossen DocType: System Settings,Setup Complete,Einrichtung abgeschlossen
apps/frappe/frappe/config/setup.py +66,Report of all document shares,"Bericht über alle Dokumente, die freigegeben wurden" apps/frappe/frappe/config/setup.py +66,Report of all document shares,"Bericht über alle Dokumente, die freigegeben wurden"
apps/frappe/frappe/www/update-password.html +18,New Password,Neues Passwort apps/frappe/frappe/www/update-password.html +18,New Password,Neues Passwort
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +73,Filter {0} missing,Filter {0} fehlt
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +74,Filter {0} missing,Filter {0} fehlt
apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,Es tut uns leid! Sie können nicht automatisch generierten Kommentare löschen apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,Es tut uns leid! Sie können nicht automatisch generierten Kommentare löschen
DocType: Website Theme,Style using CSS,CSS-Style DocType: Website Theme,Style using CSS,CSS-Style
apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,Referenz-DocType apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,Referenz-DocType
@@ -1126,7 +1127,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +127,Help on Searc
apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,Registrierte aber deaktiviert apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,Registrierte aber deaktiviert
DocType: DocType,Hide Copy,Kopie ausblenden DocType: DocType,Hide Copy,Kopie ausblenden
apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,Alle Rollen löschen apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,Alle Rollen löschen
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +114,{0} generated on {1},{0} erzeugt auf {1}
apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} muss einmalig sein apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} muss einmalig sein
apps/frappe/frappe/permissions.py +274,Row,Zeile apps/frappe/frappe/permissions.py +274,Row,Zeile
DocType: DocType,Track Changes,Änderungen verfolgen DocType: DocType,Track Changes,Änderungen verfolgen
@@ -1177,11 +1177,11 @@ DocType: User,Github User ID,GitHub-Nutzer-ID
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,Wenn Dokumententyp apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,Wenn Dokumententyp
apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","Kann nicht löschen oder zu stornieren , weil {0} <a href=""#Form/{0}/{1}"">{1}</a> mit verknüpft ist {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}" apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","Kann nicht löschen oder zu stornieren , weil {0} <a href=""#Form/{0}/{1}"">{1}</a> mit verknüpft ist {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}"
apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},Unbekannte Anwendung {0} apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},Unbekannte Anwendung {0}
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +48,"%s is not a valid report format. Report format should \
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +49,"%s is not a valid report format. Report format should \
one of the following %s",% S ist kein gültiges Berichtsformat. Berichtsformat sollte eine der folgenden% s \ one of the following %s",% S ist kein gültiges Berichtsformat. Berichtsformat sollte eine der folgenden% s \
DocType: Communication,Chat,Unterhaltung DocType: Communication,Chat,Unterhaltung
apps/frappe/frappe/core/doctype/doctype/doctype.py +408,Fieldname {0} appears multiple times in rows {1},Feldname {0} erscheint mehrfach in Zeilen {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +460,{0} from {1} to {2} in row #{3},{0} von {1} bis {2} in Zeile # {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +412,Fieldname {0} appears multiple times in rows {1},Feldname {0} erscheint mehrfach in Zeilen {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +462,{0} from {1} to {2} in row #{3},{0} von {1} bis {2} in Zeile # {3}
DocType: Communication,Expired,Verfallen DocType: Communication,Expired,Verfallen
DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),Anzahl der Spalten für ein Feld in einem Raster (Total Spalten in einem Raster sollte weniger als 11) DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),Anzahl der Spalten für ein Feld in einem Raster (Total Spalten in einem Raster sollte weniger als 11)
DocType: DocType,System,System DocType: DocType,System,System
@@ -1196,7 +1196,7 @@ DocType: Help Article,Likes,Likes
DocType: Website Settings,Top Bar,Kopfleiste DocType: Website Settings,Top Bar,Kopfleiste
DocType: GSuite Settings,Script Code,Skriptcode DocType: GSuite Settings,Script Code,Skriptcode
apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,Benutzer E-Mail erstellen apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,Benutzer E-Mail erstellen
apps/frappe/frappe/core/doctype/doctype/doctype.py +647,No Permissions Specified,Keine Berechtigungen angegeben
apps/frappe/frappe/core/doctype/doctype/doctype.py +651,No Permissions Specified,Keine Berechtigungen angegeben
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,Globale Einstellungen: Benutzer können nur überprüft Symbole zu wählen apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,Globale Einstellungen: Benutzer können nur überprüft Symbole zu wählen
apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} nicht gefunden apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} nicht gefunden
DocType: Custom Role,Custom Role,benutzerdefinierte Rolle DocType: Custom Role,Custom Role,benutzerdefinierte Rolle
@@ -1208,12 +1208,12 @@ DocType: Dropbox Settings,Dropbox Access Secret,Dropbox-Zugangsdaten
apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,Weiteren Kommentar hinzufügen apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,Weiteren Kommentar hinzufügen
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,DocType bearbeiten apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,DocType bearbeiten
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,Unsubscribed von Newsletter apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,Unsubscribed von Newsletter
apps/frappe/frappe/core/doctype/doctype/doctype.py +507,Fold must come before a Section Break,Falz muss vor einem Bereichsumbruch kommen
apps/frappe/frappe/core/doctype/doctype/doctype.py +511,Fold must come before a Section Break,Falz muss vor einem Bereichsumbruch kommen
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,In Entwicklung apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,In Entwicklung
apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,Zuletzt geändert durch apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,Zuletzt geändert durch
DocType: Workflow State,hand-down,Pfeil-nach-unten DocType: Workflow State,hand-down,Pfeil-nach-unten
DocType: Address,GST State,GST Staat DocType: Address,GST State,GST Staat
apps/frappe/frappe/core/doctype/doctype/doctype.py +695,{0}: Cannot set Cancel without Submit,"{0}: ""Abbruch"" kann nicht ohne ""Übertragen"" eingestellt werden"
apps/frappe/frappe/core/doctype/doctype/doctype.py +699,{0}: Cannot set Cancel without Submit,"{0}: ""Abbruch"" kann nicht ohne ""Übertragen"" eingestellt werden"
DocType: Website Theme,Theme,Thema DocType: Website Theme,Theme,Thema
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,Es sind Fehler aufgetreten. apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,Es sind Fehler aufgetreten.
DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,Redirect URI Bound To Auth-Code DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,Redirect URI Bound To Auth-Code
@@ -1252,7 +1252,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +7,
apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,Kommentar hinzufügen apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,Kommentar hinzufügen
DocType: DocField,Mandatory,Zwingend notwendig DocType: DocField,Mandatory,Zwingend notwendig
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,Module für den Export apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,Module für den Export
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,{0}: No basic permissions set,{0}: Keine Grundberechtigungen festgelegt
apps/frappe/frappe/core/doctype/doctype/doctype.py +663,{0}: No basic permissions set,{0}: Keine Grundberechtigungen festgelegt
apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,Ihr Abonnement endet am {0}. apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,Ihr Abonnement endet am {0}.
apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},Download-Link für Datensicherung wird an die folgende E-Mail-Adresse gesendet: {0} apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},Download-Link für Datensicherung wird an die folgende E-Mail-Adresse gesendet: {0}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","Bedeutung von Übertragen, Stornieren, Abändern" apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","Bedeutung von Übertragen, Stornieren, Abändern"
@@ -1267,6 +1267,7 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +129,Filters sa
DocType: DocField,Percent,Prozent DocType: DocField,Percent,Prozent
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,Bitte Filter einstellen apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,Bitte Filter einstellen
apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,Verknüpft mit apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,Verknüpft mit
apps/frappe/frappe/templates/emails/auto_email_report.html +48,Edit Auto Email Report Settings,Bearbeiten Sie die E-Mail-Berichtseinstellungen
DocType: Workflow State,book,Buchen DocType: Workflow State,book,Buchen
DocType: Website Settings,Landing Page,Zielseite DocType: Website Settings,Landing Page,Zielseite
apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,Fehler in benutzerdefinierten Skripts apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,Fehler in benutzerdefinierten Skripts
@@ -1275,7 +1276,7 @@ apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +132,"Import R
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,Keine Berechtigungen für diese Kriterien gesetzt. apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,Keine Berechtigungen für diese Kriterien gesetzt.
DocType: Auto Email Report,Auto Email Report,Auto Email-Bericht DocType: Auto Email Report,Auto Email Report,Auto Email-Bericht
apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,Max E-Mails apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,Max E-Mails
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +575,Delete comment?,Kommentar löschen?
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +577,Delete comment?,Kommentar löschen?
DocType: Address Template,This format is used if country specific format is not found,"Dieses Format wird verwendet, wenn ein länderspezifisches Format nicht gefunden werden kann" DocType: Address Template,This format is used if country specific format is not found,"Dieses Format wird verwendet, wenn ein länderspezifisches Format nicht gefunden werden kann"
DocType: System Settings,Allow Login using Mobile Number,Login mit Mobilnummer zulassen DocType: System Settings,Allow Login using Mobile Number,Login mit Mobilnummer zulassen
apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,"Sie haben nicht genügend Rechte, um auf diese Ressource zuzugreifen. Bitte kontaktieren Sie Ihren Manager um Zugang zu erhalten." apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,"Sie haben nicht genügend Rechte, um auf diese Ressource zuzugreifen. Bitte kontaktieren Sie Ihren Manager um Zugang zu erhalten."
@@ -1291,7 +1292,7 @@ DocType: Print Format,Monospace,Monospace
DocType: Letter Head,Printing,Druck DocType: Letter Head,Printing,Druck
DocType: Workflow State,thumbs-up,Bild-nach-oben DocType: Workflow State,thumbs-up,Bild-nach-oben
DocType: DocPerm,DocPerm,DocPerm DocType: DocPerm,DocPerm,DocPerm
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Precision should be between 1 and 6,Genauigkeit sollte zwischen 1 und 6 liegen
apps/frappe/frappe/core/doctype/doctype/doctype.py +467,Precision should be between 1 and 6,Genauigkeit sollte zwischen 1 und 6 liegen
apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},Fw: {0} apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},Fw: {0}
apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,und apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,und
DocType: Error Snapshot,Frames,Frames DocType: Error Snapshot,Frames,Frames
@@ -1304,9 +1305,10 @@ apps/frappe/frappe/utils/boilerplate.py +263,{app_title},{app_title}
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,Bitte Dropbox-Zugriffsdaten in den Einstellungen der Seite setzen apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,Bitte Dropbox-Zugriffsdaten in den Einstellungen der Seite setzen
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,"Löschen Sie diesen Datensatz, um das Senden an diese E-Mail Adresse zu ermöglichen" apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,"Löschen Sie diesen Datensatz, um das Senden an diese E-Mail Adresse zu ermöglichen"
apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"Für neue Datensätze sind nur Pflichtfelder zwingend erforderlich. Nicht zwingend erforderliche Spalten können gelöscht werden, falls gewünscht." apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"Für neue Datensätze sind nur Pflichtfelder zwingend erforderlich. Nicht zwingend erforderliche Spalten können gelöscht werden, falls gewünscht."
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +269,Unable to update event,Ereignis kann nicht aktualisiert werden
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +262,Unable to update event,Ereignis kann nicht aktualisiert werden
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Zahlung abschließen apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Zahlung abschließen
apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","Filter muss 4 Werte haben (doctype, fieldname, operator, value): {0}" apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","Filter muss 4 Werte haben (doctype, fieldname, operator, value): {0}"
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,Keine Standard-Adressvorlage gefunden. Bitte erstellen Sie eine neue aus Setup&gt; Drucken und Branding&gt; Adressvorlage.
apps/frappe/frappe/utils/bot.py +89,show,Show apps/frappe/frappe/utils/bot.py +89,show,Show
DocType: Address Template,Address Template,Adressvorlage DocType: Address Template,Address Template,Adressvorlage
DocType: Workflow State,text-height,Texthöhe DocType: Workflow State,text-height,Texthöhe
@@ -1359,7 +1361,6 @@ apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +6,Can Write
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Bestimmte Vorgänge, wie z.B. Rechnung, sollten nach dem Fertigstellen nicht mehr abgeändert werden. Diese befinden sich im Status ""Gebucht"". Sie können außerdem festlegen, wer Vorgänge buchen darf." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Bestimmte Vorgänge, wie z.B. Rechnung, sollten nach dem Fertigstellen nicht mehr abgeändert werden. Diese befinden sich im Status ""Gebucht"". Sie können außerdem festlegen, wer Vorgänge buchen darf."
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,Sie sind nicht berechtigt diesen Bericht zu exportieren apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,Sie sind nicht berechtigt diesen Bericht zu exportieren
apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 Artikel ausgewählt apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 Artikel ausgewählt
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Keine Ergebnisse für ' </p>
DocType: Newsletter,Test Email Address,Test-E-Mail-Adresse DocType: Newsletter,Test Email Address,Test-E-Mail-Adresse
DocType: ToDo,Sender,Absender DocType: ToDo,Sender,Absender
DocType: GSuite Settings,Google Apps Script,Google Apps Script DocType: GSuite Settings,Google Apps Script,Google Apps Script
@@ -1372,7 +1373,7 @@ DocType: System Settings,Allow only one session per user,Nur eine Sitzung pro Be
apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,Kopie apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,Kopie
apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,Startseite/Test-Ordner 1/Test-Ordner 3 apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,Startseite/Test-Ordner 1/Test-Ordner 3
DocType: Website Settings,&lt;head&gt; HTML,HTML DocType: Website Settings,&lt;head&gt; HTML,HTML
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +66,Select or drag across time slots to create a new event.,"Um ein neues Ereignis zu erstellen, Zeitfenster markieren oder über ein Zeitfenster ziehen"
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +67,Select or drag across time slots to create a new event.,"Um ein neues Ereignis zu erstellen, Zeitfenster markieren oder über ein Zeitfenster ziehen"
DocType: DocField,In Filter,Im Filter DocType: DocField,In Filter,Im Filter
apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban
DocType: DocType,Show in Module Section,Show in Modul Abschnitt DocType: DocType,Show in Module Section,Show in Modul Abschnitt
@@ -1393,7 +1394,7 @@ apps/frappe/frappe/email/doctype/email_account/email_account_list.js +6,Default
apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,Import .zip apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,Import .zip
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,Dokument-ID apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,Dokument-ID
DocType: Print Settings,Letter,Brief DocType: Print Settings,Letter,Brief
apps/frappe/frappe/core/doctype/doctype/doctype.py +556,Image field must be of type Attach Image,Bildfeld muss Typ anhängen Bild
apps/frappe/frappe/core/doctype/doctype/doctype.py +560,Image field must be of type Attach Image,Bildfeld muss Typ anhängen Bild
DocType: DocField,Columns,Spalten DocType: DocField,Columns,Spalten
DocType: Async Task,Succeeded,Erfolgreich DocType: Async Task,Succeeded,Erfolgreich
apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},Benötigte Pflichtfelder vorhanden für {0} apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},Benötigte Pflichtfelder vorhanden für {0}
@@ -1444,7 +1445,7 @@ DocType: DocField,Text Editor,Text Bearbeiter
apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,"Einstellungen ""Über uns""." apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,"Einstellungen ""Über uns""."
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,Benutzerdefiniertes HTML bearbeiten apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,Benutzerdefiniertes HTML bearbeiten
DocType: Error Snapshot,Error Snapshot,Fehler-Schnappschuss DocType: Error Snapshot,Error Snapshot,Fehler-Schnappschuss
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,In,in
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,In,in
DocType: Email Alert,Value Change,Wertänderung DocType: Email Alert,Value Change,Wertänderung
DocType: Standard Reply,Standard Reply,Standard-Antwort DocType: Standard Reply,Standard Reply,Standard-Antwort
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,Breite des Eingabefeldes apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,Breite des Eingabefeldes
@@ -1464,12 +1465,11 @@ apps/frappe/frappe/public/js/frappe/views/communication.js +82,Select Attachment
apps/frappe/frappe/model/naming.py +94, for {0},für {0} apps/frappe/frappe/model/naming.py +94, for {0},für {0}
apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,Es sind Fehler aufgetreten. Bitte melden Sie dies. apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,Es sind Fehler aufgetreten. Bitte melden Sie dies.
apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,Sie sind nicht berechtigt dieses Dokument zu drucken apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,Sie sind nicht berechtigt dieses Dokument zu drucken
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +107,Please set filters value in Report Filter table.,Bitte setzen Sie Filter Wert in Berichtsfiltertabelle.
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +120,Please set filters value in Report Filter table.,Bitte setzen Sie Filter Wert in Berichtsfiltertabelle.
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,Lade Bericht apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,Lade Bericht
apps/frappe/frappe/limits.py +72,Your subscription will expire today.,Ihr Abonnement wird heute auslaufen. apps/frappe/frappe/limits.py +72,Your subscription will expire today.,Ihr Abonnement wird heute auslaufen.
DocType: Page,Standard,Standard DocType: Page,Standard,Standard
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Datei anhängen apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Datei anhängen
apps/frappe/frappe/templates/emails/password_update.html +1,Password Update Notification,Benachrichtigung zur Passwort-Aktualisierung
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Größe apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Größe
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Zuordnung vollständig apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Zuordnung vollständig
DocType: Custom DocPerm,User Permission DocTypes,Benutzerrechte-DocTypes DocType: Custom DocPerm,User Permission DocTypes,Benutzerrechte-DocTypes
@@ -1482,6 +1482,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +10,Insert Abo
apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,Häufige und Nachnamen sind leicht zu erraten. apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,Häufige und Nachnamen sind leicht zu erraten.
apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,Entwurf apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,Entwurf
apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,Dies ist ähnlich wie bei einem häufig verwendeten Passwort. apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,Dies ist ähnlich wie bei einem häufig verwendeten Passwort.
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Keine Ergebnisse für ' </p>
DocType: User,Female,Weiblich DocType: User,Female,Weiblich
DocType: Print Settings,Modern,Modern DocType: Print Settings,Modern,Modern
apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,Suchergebnisse apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,Suchergebnisse
@@ -1536,7 +1537,7 @@ apps/frappe/frappe/core/doctype/file/file_list.js +65,Folder name should not inc
DocType: Note,Note,Anmerkung DocType: Note,Note,Anmerkung
apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,Fehlerbericht apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,Fehlerbericht
apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,Rückmeldungsbedingungen stimmen nicht überein apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,Rückmeldungsbedingungen stimmen nicht überein
apps/frappe/frappe/core/doctype/doctype/doctype.py +570,Timeline field must be a valid fieldname,Timeline-Feld muss eine gültige Feldname sein
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a valid fieldname,Timeline-Feld muss eine gültige Feldname sein
DocType: Currency,Symbol,Symbol DocType: Currency,Symbol,Symbol
apps/frappe/frappe/model/base_document.py +534,Row #{0}:,Zeile #{0}: apps/frappe/frappe/model/base_document.py +534,Row #{0}:,Zeile #{0}:
apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,Neues Passwort per E-Mail versendet apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,Neues Passwort per E-Mail versendet
@@ -1593,8 +1594,7 @@ DocType: Web Page,Text Align,Textausrichtung
apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},Der Name darf keine Sonderzeichen wie {0} enthalten apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},Der Name darf keine Sonderzeichen wie {0} enthalten
DocType: Contact Us Settings,Forward To Email Address,Weiterleiten an E-Mail-Adresse DocType: Contact Us Settings,Forward To Email Address,Weiterleiten an E-Mail-Adresse
apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,Alle Daten apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,Alle Daten
apps/frappe/frappe/core/doctype/doctype/doctype.py +527,Title field must be a valid fieldname,Bezeichnungsfeld muss ein gültiger Feldname sein
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,E-Mail-Konto nicht eingerichtet. Bitte erstellen Sie ein neues E-Mail-Konto von Setup&gt; Email&gt; E-Mail-Konto
apps/frappe/frappe/core/doctype/doctype/doctype.py +531,Title field must be a valid fieldname,Bezeichnungsfeld muss ein gültiger Feldname sein
apps/frappe/frappe/config/core.py +7,Documents,Dokumente apps/frappe/frappe/config/core.py +7,Documents,Dokumente
DocType: Email Flag Queue,Is Completed,Abgeschlossen DocType: Email Flag Queue,Is Completed,Abgeschlossen
apps/frappe/frappe/www/me.html +22,Edit Profile,Profil bearbeiten apps/frappe/frappe/www/me.html +22,Edit Profile,Profil bearbeiten
@@ -1646,7 +1646,7 @@ DocType: Standard Reply,Standard Reply Help,Standardantwort Hilfe
DocType: Blogger,Avatar,Avatar DocType: Blogger,Avatar,Avatar
DocType: Blogger,Posts,Beiträge DocType: Blogger,Posts,Beiträge
DocType: DocType,Has Web View,Hat Webansicht DocType: DocType,Has Web View,Hat Webansicht
apps/frappe/frappe/core/doctype/doctype/doctype.py +377,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","DocType Name sollte mit einem Buchstaben beginnen und es darf nur aus Buchstaben, Zahlen, Leerzeichen und Unterstrichen"
apps/frappe/frappe/core/doctype/doctype/doctype.py +381,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","DocType Name sollte mit einem Buchstaben beginnen und es darf nur aus Buchstaben, Zahlen, Leerzeichen und Unterstrichen"
DocType: Communication,Spam,Spam DocType: Communication,Spam,Spam
DocType: Integration Request,Integration Request,Integration anfordern DocType: Integration Request,Integration Request,Integration anfordern
apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,Hallo apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,Hallo
@@ -1682,7 +1682,7 @@ DocType: Website Settings,Sub-domain provided by erpnext.com,"Unterdomäne, bere
DocType: System Settings,dd-mm-yyyy,TT-MM-JJJJ DocType: System Settings,dd-mm-yyyy,TT-MM-JJJJ
apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,"Um auf diesen Bericht zuzugreifen, muss eine Berichtsberechtigung vorliegen." apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,"Um auf diesen Bericht zuzugreifen, muss eine Berichtsberechtigung vorliegen."
apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,Bitte wählen Sie Minimum Password Score apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,Bitte wählen Sie Minimum Password Score
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,Added,Hinzugefügt
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,Added,Hinzugefügt
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.","Aktualisieren Sie nur, keine neuen Datensätze einfügen." apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.","Aktualisieren Sie nur, keine neuen Datensätze einfügen."
apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,"Ein täglicher Ereignisbericht wird für alle die Kalenderereignisse gesendet, bei denen Erinnerungen aktiviert sind." apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,"Ein täglicher Ereignisbericht wird für alle die Kalenderereignisse gesendet, bei denen Erinnerungen aktiviert sind."
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,Webseite anzeigen apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,Webseite anzeigen
@@ -1696,7 +1696,7 @@ DocType: Integration Request,Reference DocName,Referenz-Dokumentenname
DocType: Web Form,Success Message,Erfolgsmeldung DocType: Web Form,Success Message,Erfolgsmeldung
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,Anpassungen exportieren apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,Anpassungen exportieren
DocType: DocType,User Cannot Search,Benutzer kann nicht suchen DocType: DocType,User Cannot Search,Benutzer kann nicht suchen
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +83,Invalid Output Format,Ungültige Ausgabeformat
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Invalid Output Format,Ungültige Ausgabeformat
DocType: Custom DocPerm,Apply this rule if the User is the Owner,"Diese Regel anwenden, wenn der Nutzer gleich dem Besitzer ist" DocType: Custom DocPerm,Apply this rule if the User is the Owner,"Diese Regel anwenden, wenn der Nutzer gleich dem Besitzer ist"
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,Wird Ihre Login-ID sein apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,Wird Ihre Login-ID sein
apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,Bericht erstellen apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,Bericht erstellen
@@ -1714,10 +1714,11 @@ apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +138,There were e
apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,Schließen apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,Schließen
apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,DocStatus kann nicht von 0 auf 2 geändert werden apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,DocStatus kann nicht von 0 auf 2 geändert werden
DocType: User Permission for Page and Report,Roles Permission,Rollen Permission DocType: User Permission for Page and Report,Roles Permission,Rollen Permission
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,E-Mail-Konto nicht eingerichtet. Bitte erstellen Sie ein neues E-Mail-Konto von Setup&gt; Email&gt; E-Mail-Konto
apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,Aktualisieren apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,Aktualisieren
DocType: Error Snapshot,Snapshot View,Schnappschuss-Ansicht DocType: Error Snapshot,Snapshot View,Schnappschuss-Ansicht
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,Bitte den Newsletter vor dem Senden speichern apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,Bitte den Newsletter vor dem Senden speichern
apps/frappe/frappe/core/doctype/doctype/doctype.py +426,Options must be a valid DocType for field {0} in row {1},"""Optionen"" muss ein gültiger DocType für Feld {0} in Zeile {1} sein"
apps/frappe/frappe/core/doctype/doctype/doctype.py +430,Options must be a valid DocType for field {0} in row {1},"""Optionen"" muss ein gültiger DocType für Feld {0} in Zeile {1} sein"
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,Eigenschaften bearbeiten apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,Eigenschaften bearbeiten
DocType: Patch Log,List of patches executed,Angewandte Patches DocType: Patch Log,List of patches executed,Angewandte Patches
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} bereits abgemeldet apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} bereits abgemeldet
@@ -1810,7 +1811,7 @@ apps/frappe/frappe/core/doctype/version/version_view.html +32,Rows Added,Zeilen
apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,Erfolg! Du bist gut zu gehen 👍 apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,Erfolg! Du bist gut zu gehen 👍
apps/frappe/frappe/www/me.html +3,My Account,Mein Konto apps/frappe/frappe/www/me.html +3,My Account,Mein Konto
DocType: ToDo,Allocated To,Zugewiesen zu DocType: ToDo,Allocated To,Zugewiesen zu
apps/frappe/frappe/templates/emails/password_reset.html +4,Please click on the following link to set your new password,Bitte auf die folgende Verknüpfung klicken um ein neues Passwort zu setzen
apps/frappe/frappe/templates/emails/password_reset.html +2,Please click on the following link to set your new password,Bitte auf die folgende Verknüpfung klicken um ein neues Passwort zu setzen
DocType: Email Alert,Days After,Tage nach DocType: Email Alert,Days After,Tage nach
DocType: Newsletter,Receipient,receipient DocType: Newsletter,Receipient,receipient
DocType: Contact Us Settings,Settings for Contact Us Page,Einstellungen Kontakt DocType: Contact Us Settings,Settings for Contact Us Page,Einstellungen Kontakt
@@ -1824,7 +1825,7 @@ DocType: Property Setter,Property Type,Eigenschaftstyp
DocType: Workflow State,screenshot,Screenshot DocType: Workflow State,screenshot,Screenshot
apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,Nur der Administrator kann einen Standardbericht speichern. Bitte umbenennen und speichern. apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,Nur der Administrator kann einen Standardbericht speichern. Bitte umbenennen und speichern.
DocType: System Settings,Background Workers,Hintergrundaktivitäten DocType: System Settings,Background Workers,Hintergrundaktivitäten
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,Fieldname {0} conflicting with meta object,Feldname {0} im Konflikt mit Meta-Objekt
apps/frappe/frappe/core/doctype/doctype/doctype.py +783,Fieldname {0} conflicting with meta object,Feldname {0} im Konflikt mit Meta-Objekt
DocType: Deleted Document,Data,Daten DocType: Deleted Document,Data,Daten
apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,Dokumentenstatus apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,Dokumentenstatus
apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},Sie haben {0} von {1} gemacht apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},Sie haben {0} von {1} gemacht
@@ -1888,7 +1889,6 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +70,"""Parent"" signif
DocType: Website Theme,Apply Style,Stil anwenden DocType: Website Theme,Apply Style,Stil anwenden
DocType: Feedback Request,Feedback Rating,Feedback-Bewertung DocType: Feedback Request,Feedback Rating,Feedback-Bewertung
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,Freigegeben für apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,Freigegeben für
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,Setup&gt; User Permissions Manager
DocType: Help Category,Help Articles,Hilfeartikel DocType: Help Category,Help Articles,Hilfeartikel
,Modules Setup,Moduleinstellungen ,Modules Setup,Moduleinstellungen
apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,Typ: apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,Typ:
@@ -1934,12 +1934,11 @@ apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 2,Opti
DocType: Feedback Trigger,Email Field,E-Mail-Feld DocType: Feedback Trigger,Email Field,E-Mail-Feld
apps/frappe/frappe/www/update-password.html +59,New Password Required.,Neues Passwort erforderlich. apps/frappe/frappe/www/update-password.html +59,New Password Required.,Neues Passwort erforderlich.
apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} teilte dieses Dokument mit {1} apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} teilte dieses Dokument mit {1}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,Setup&gt; Benutzer
DocType: Website Settings,Brand Image,Markenzeichen DocType: Website Settings,Brand Image,Markenzeichen
DocType: Print Settings,A4,A4 DocType: Print Settings,A4,A4
apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","Einrichten der oberen Navigationsleiste, der Fußzeile und des Logos" apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","Einrichten der oberen Navigationsleiste, der Fußzeile und des Logos"
DocType: Web Form Field,Max Value,Max Value DocType: Web Form Field,Max Value,Max Value
apps/frappe/frappe/core/doctype/doctype/doctype.py +655,For {0} at level {1} in {2} in row {3},Für {0} auf der Ebene {1} in {2} in Zeile {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,For {0} at level {1} in {2} in row {3},Für {0} auf der Ebene {1} in {2} in Zeile {3}
DocType: Contact,All,Alle DocType: Contact,All,Alle
DocType: Email Queue,Recipient,Empfänger DocType: Email Queue,Recipient,Empfänger
DocType: Communication,Has Attachment,Hat Anhang DocType: Communication,Has Attachment,Hat Anhang
@@ -1957,7 +1956,7 @@ DocType: Auto Email Report,Email To,E-Mail an
apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,Ordner {0} ist nicht leer apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,Ordner {0} ist nicht leer
DocType: Page,Roles,Rollen DocType: Page,Roles,Rollen
apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},Fehler: Wert fehlt für {0}: {1} apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},Fehler: Wert fehlt für {0}: {1}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +286,Field {0} is not selectable.,Feld {0} ist nicht auswählbar.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +287,Field {0} is not selectable.,Feld {0} ist nicht auswählbar.
DocType: System Settings,Session Expiry,Sitzungsende DocType: System Settings,Session Expiry,Sitzungsende
DocType: Workflow State,ban-circle,Bannkreis DocType: Workflow State,ban-circle,Bannkreis
DocType: Email Flag Queue,Unread,Ungelesen DocType: Email Flag Queue,Unread,Ungelesen
@@ -2015,7 +2014,7 @@ DocType: DocType,"Naming Options:
<ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",Namensoptionen: <ol><li> <b>Feld: [Feldname]</b> - Mit dem Feld </li><li> <b>naming_series:</b> - Durch die Benennung der Serie (Feld namens naming_series muss vorhanden sein </li><li> <b>Prompt</b> - Benutzer nach einem Namen </li><li> <b>[Serie]</b> - Serie von Präfix (getrennt durch einen Punkt); zum Beispiel PRE. ##### </li></ol> <ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",Namensoptionen: <ol><li> <b>Feld: [Feldname]</b> - Mit dem Feld </li><li> <b>naming_series:</b> - Durch die Benennung der Serie (Feld namens naming_series muss vorhanden sein </li><li> <b>Prompt</b> - Benutzer nach einem Namen </li><li> <b>[Serie]</b> - Serie von Präfix (getrennt durch einen Punkt); zum Beispiel PRE. ##### </li></ol>
DocType: Blog Post,Email Sent,E-Mail wurde abgesendet DocType: Blog Post,Email Sent,E-Mail wurde abgesendet
DocType: DocField,Ignore XSS Filter,Ignorieren XSS-Filter DocType: DocField,Ignore XSS Filter,Ignorieren XSS-Filter
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,removed,entfernt
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,removed,entfernt
apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,Dropbox Backup-Einstellungen apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,Dropbox Backup-Einstellungen
apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,Als E-Mail senden apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,Als E-Mail senden
DocType: Website Theme,Link Color,Farbe der Verknüpfung DocType: Website Theme,Link Color,Farbe der Verknüpfung
@@ -2148,6 +2147,7 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,All
DocType: DocType,Setup,Einstellungen DocType: DocType,Setup,Einstellungen
DocType: Email Account,Initial Sync Count,Initial Sync Count DocType: Email Account,Initial Sync Count,Initial Sync Count
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Neuer Kommentar zu {0} {1} apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Neuer Kommentar zu {0} {1}
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} Jahr (e) vor
DocType: Workflow State,glass,Glas DocType: Workflow State,glass,Glas
DocType: DocType,Timeline Field,Timeline-Feld DocType: DocType,Timeline Field,Timeline-Feld
DocType: Country,Time Zones,Zeitzonen DocType: Country,Time Zones,Zeitzonen
@@ -2182,10 +2182,10 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +77,You are not
apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,Info: apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,Info:
DocType: Custom Field,Permission Level,Berechtigungsebene DocType: Custom Field,Permission Level,Berechtigungsebene
DocType: User,Send Notifications for Transactions I Follow,"Benachrichtigungen für Transaktionen, denen Sie folgen, senden" DocType: User,Send Notifications for Transactions I Follow,"Benachrichtigungen für Transaktionen, denen Sie folgen, senden"
apps/frappe/frappe/core/doctype/doctype/doctype.py +698,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: Kann nicht auf ""Übertragen"", ""Stornieren"", ""Ändern"" eingestellt werden ohne ""Schreiben"""
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: Kann nicht auf ""Übertragen"", ""Stornieren"", ""Ändern"" eingestellt werden ohne ""Schreiben"""
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,Soll die Anlage wirklich gelöscht werden? apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,Soll die Anlage wirklich gelöscht werden?
apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","Kann nicht löschen oder zu stornieren , weil {0} <a href=""#Form/{0}/{1}"">{1}</a> mit verknüpft ist {2} <a href=""#Form/{2}/{3}"">{3}</a>" apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","Kann nicht löschen oder zu stornieren , weil {0} <a href=""#Form/{0}/{1}"">{1}</a> mit verknüpft ist {2} <a href=""#Form/{2}/{3}"">{3}</a>"
apps/frappe/frappe/__init__.py +1070,Thank you,Danke
apps/frappe/frappe/__init__.py +1071,Thank you,Danke
apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,Speichere apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,Speichere
DocType: Print Settings,Print Style Preview,Druckstil-Vorschau DocType: Print Settings,Print Style Preview,Druckstil-Vorschau
apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Ordner apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Ordner
@@ -2229,7 +2229,7 @@ apps/frappe/frappe/public/js/frappe/list/list_renderer.js +501,2 days ago,vor 2
apps/frappe/frappe/config/website.py +47,Categorize blog posts.,Blog-Einträge kategorisieren apps/frappe/frappe/config/website.py +47,Categorize blog posts.,Blog-Einträge kategorisieren
DocType: Workflow State,Time,Zeit DocType: Workflow State,Time,Zeit
DocType: DocField,Attach,Anhängen DocType: DocField,Attach,Anhängen
apps/frappe/frappe/core/doctype/doctype/doctype.py +539,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} ist kein gültiges Format für Feldnamen. Es sollte sein {{field_name}}.
apps/frappe/frappe/core/doctype/doctype/doctype.py +543,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} ist kein gültiges Format für Feldnamen. Es sollte sein {{field_name}}.
DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,"Senden Feedback Antrag nur dann, wenn mindestens eine Kommunikation ist für das Dokument ist." DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,"Senden Feedback Antrag nur dann, wenn mindestens eine Kommunikation ist für das Dokument ist."
DocType: Custom Role,Permission Rules,Berechtigungsregeln DocType: Custom Role,Permission Rules,Berechtigungsregeln
DocType: GSuite Settings,GSuite Settings,GSuite Einstellungen DocType: GSuite Settings,GSuite Settings,GSuite Einstellungen
@@ -2249,7 +2249,7 @@ apps/frappe/frappe/website/doctype/blog_post/blog_post.py +106,Posts by {0},Beit
apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","Um Spalten zu formatieren, geben Sie die Spaltenbeschriftungen in der Abfrage ein." apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","Um Spalten zu formatieren, geben Sie die Spaltenbeschriftungen in der Abfrage ein."
DocType: Has Domain,Has Domain,Hat Domain DocType: Has Domain,Has Domain,Hat Domain
apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,Sie haben noch kein Konto? Konto erstellen apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,Sie haben noch kein Konto? Konto erstellen
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,{0}: Cannot set Assign Amend if not Submittable,"{0}: Kann nicht als ""als geändert markieren"" eingestellt werden, wenn nicht übertragbar"
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set Assign Amend if not Submittable,"{0}: Kann nicht als ""als geändert markieren"" eingestellt werden, wenn nicht übertragbar"
DocType: Address,Bihar,Bihar DocType: Address,Bihar,Bihar
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,Rollenberechtigungen bearbeiten apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,Rollenberechtigungen bearbeiten
DocType: Communication,Link DocType,Link DocType DocType: Communication,Link DocType,Link DocType
@@ -2300,7 +2300,7 @@ DocType: DocField,Set non-standard precision for a Float or Currency field,Keine
DocType: Email Account,Ignore attachments over this size,Anhänge mit einer Größe über diesem Wert ignorieren DocType: Email Account,Ignore attachments over this size,Anhänge mit einer Größe über diesem Wert ignorieren
DocType: Address,Preferred Billing Address,Bevorzugte Rechnungsadresse DocType: Address,Preferred Billing Address,Bevorzugte Rechnungsadresse
apps/frappe/frappe/config/integrations.py +63,External Documents,Externe Dokumente apps/frappe/frappe/config/integrations.py +63,External Documents,Externe Dokumente
apps/frappe/frappe/database.py +235,Too many writes in one request. Please send smaller requests,Zu viel Text für eine Anfrage. Bitte kleinere Anfragen senden
apps/frappe/frappe/database.py +247,Too many writes in one request. Please send smaller requests,Zu viel Text für eine Anfrage. Bitte kleinere Anfragen senden
apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,Werte geändert apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,Werte geändert
DocType: Workflow State,arrow-up,Pfeil-nach-oben DocType: Workflow State,arrow-up,Pfeil-nach-oben
DocType: OAuth Bearer Token,Expires In,Läuft ab in DocType: OAuth Bearer Token,Expires In,Läuft ab in
@@ -2348,7 +2348,7 @@ apps/frappe/frappe/core/page/data_import_tool/importer.py +81,Please make sure t
apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,"Bitte stellen Sie sicher, dass Ihr Profil eine E-Mail-Adresse hat" apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,"Bitte stellen Sie sicher, dass Ihr Profil eine E-Mail-Adresse hat"
apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,"Sie haben noch nicht gespeicherte Änderungen in diesem Formular. Bitte speichern Sie diese, bevor Sie fortfahren." apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,"Sie haben noch nicht gespeicherte Änderungen in diesem Formular. Bitte speichern Sie diese, bevor Sie fortfahren."
DocType: Address,Telangana,Telangana DocType: Address,Telangana,Telangana
apps/frappe/frappe/core/doctype/doctype/doctype.py +459,Default for {0} must be an option,Standard für {0} muss eine Auswahlmöglichkeit sein
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Default for {0} must be an option,Standard für {0} muss eine Auswahlmöglichkeit sein
DocType: Tag Doc Category,Tag Doc Category,Tag Doc Kategorie DocType: Tag Doc Category,Tag Doc Category,Tag Doc Kategorie
DocType: User,User Image,Bild des Benutzers DocType: User,User Image,Bild des Benutzers
apps/frappe/frappe/email/queue.py +304,Emails are muted,E-Mails sind stumm geschaltet apps/frappe/frappe/email/queue.py +304,Emails are muted,E-Mails sind stumm geschaltet
@@ -2393,7 +2393,7 @@ DocType: Async Task,Running,Laufend
apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,Passwort zurücksetzen apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,Passwort zurücksetzen
apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,Bitte Upgrade auf mehr als {0} Abonnenten hinzufügen apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,Bitte Upgrade auf mehr als {0} Abonnenten hinzufügen
DocType: Workflow State,hand-left,Pfeil-nach-links DocType: Workflow State,hand-left,Pfeil-nach-links
apps/frappe/frappe/core/doctype/doctype/doctype.py +472,Fieldtype {0} for {1} cannot be unique,Feldtyp {0} für {1} kann nicht einmalig sein
apps/frappe/frappe/core/doctype/doctype/doctype.py +476,Fieldtype {0} for {1} cannot be unique,Feldtyp {0} für {1} kann nicht einmalig sein
DocType: Email Account,Use SSL,SSL verwenden DocType: Email Account,Use SSL,SSL verwenden
DocType: Workflow State,play-circle,Spielplatz DocType: Workflow State,play-circle,Spielplatz
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,Zu bearbeitendes Druckformat wählen apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,Zu bearbeitendes Druckformat wählen
@@ -2448,7 +2448,7 @@ DocType: DocField,No Copy,Keine Kopie
DocType: Workflow State,qrcode,QR-Code DocType: Workflow State,qrcode,QR-Code
apps/frappe/frappe/www/login.html +34,Login with LDAP,Einloggen mit LDAP apps/frappe/frappe/www/login.html +34,Login with LDAP,Einloggen mit LDAP
DocType: Web Form,Breadcrumbs,Breadcrumbs DocType: Web Form,Breadcrumbs,Breadcrumbs
apps/frappe/frappe/core/doctype/doctype/doctype.py +671,If Owner,Wenn Inhaber
apps/frappe/frappe/core/doctype/doctype/doctype.py +675,If Owner,Wenn Inhaber
DocType: OAuth Authorization Code,Expiration time,Ablaufzeit DocType: OAuth Authorization Code,Expiration time,Ablaufzeit
DocType: Web Page,Website Sidebar,Webseite Sidebar DocType: Web Page,Website Sidebar,Webseite Sidebar
DocType: Web Form,Show Sidebar,anzeigen Sidebar DocType: Web Form,Show Sidebar,anzeigen Sidebar
@@ -2619,6 +2619,7 @@ DocType: Portal Settings,Hide Standard Menu,Standardmenü ausblenden
apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,Hinzufügen / Verwalten von Email Domains. apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,Hinzufügen / Verwalten von Email Domains.
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},Stornierung vor Übertragen nicht möglich. Vorgang {0} beachten apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},Stornierung vor Übertragen nicht möglich. Vorgang {0} beachten
apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,Druckformat {0} ist deaktiviert apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,Druckformat {0} ist deaktiviert
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,Bitte legen Sie das Standard-E-Mail-Konto von Setup&gt; Email&gt; E-Mail-Konto ein
DocType: Email Alert,Send days before or after the reference date,Tage vor oder nach dem Stichtag senden DocType: Email Alert,Send days before or after the reference date,Tage vor oder nach dem Stichtag senden
DocType: User,Allow user to login only after this hour (0-24),"Benutzer erlauben, sich erst nach dieser Stunde anzumelden (0-24)" DocType: User,Allow user to login only after this hour (0-24),"Benutzer erlauben, sich erst nach dieser Stunde anzumelden (0-24)"
apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,Wert apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,Wert
@@ -2634,7 +2635,6 @@ DocType: ToDo,Priority,Priorität
DocType: Email Queue,Unsubscribe Param,Abmelden Param DocType: Email Queue,Unsubscribe Param,Abmelden Param
DocType: Auto Email Report,Weekly,Wöchentlich DocType: Auto Email Report,Weekly,Wöchentlich
DocType: Communication,In Reply To,Als Antwort auf DocType: Communication,In Reply To,Als Antwort auf
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,Keine Standard-Adressvorlage gefunden. Bitte erstellen Sie eine neue aus Setup&gt; Drucken und Branding&gt; Adressvorlage.
DocType: DocType,Allow Import (via Data Import Tool),Import erlauben (mit Datenimport-Werkzeug) DocType: DocType,Allow Import (via Data Import Tool),Import erlauben (mit Datenimport-Werkzeug)
apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,Sr apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,Sr
DocType: DocField,Float,Wechselkurs DocType: DocField,Float,Wechselkurs
@@ -2677,7 +2677,7 @@ apps/frappe/frappe/templates/emails/auto_reply.html +1,Thank you for your email,
DocType: DocField,Small Text,Kleiner Text DocType: DocField,Small Text,Kleiner Text
apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,Administrator hat auf {0} über {1} zugegriffen mit IP-Adresse {2}. apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,Administrator hat auf {0} über {1} zugegriffen mit IP-Adresse {2}.
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,ist gleich apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,ist gleich
apps/frappe/frappe/core/doctype/doctype/doctype.py +453,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"
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,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 DocType: About Us Settings,Team Members Heading,Überschrift zu den Teammitgliedern
apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,Ungültige CSV-Format apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,Ungültige CSV-Format
apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,Anzahl der Backups einstellen apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,Anzahl der Backups einstellen
@@ -2711,7 +2711,7 @@ DocType: Kanban Board Column,Column Name,Spaltenname
DocType: Language,Based On,Basiert auf DocType: Language,Based On,Basiert auf
apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,Zum Standard machen apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,Zum Standard machen
apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,Überprüfen Sie Frappe Server-URL apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,Überprüfen Sie Frappe Server-URL
apps/frappe/frappe/core/doctype/doctype/doctype.py +495,Fieldtype {0} for {1} cannot be indexed,Feldtyp {0} für {1} kann nicht indiziert werden
apps/frappe/frappe/core/doctype/doctype/doctype.py +499,Fieldtype {0} for {1} cannot be indexed,Feldtyp {0} für {1} kann nicht indiziert werden
DocType: Communication,Email Account,E-Mail-Konto DocType: Communication,Email Account,E-Mail-Konto
DocType: Workflow State,Download,Herunterladen DocType: Workflow State,Download,Herunterladen
DocType: Blog Post,Blog Intro,Blog-Einleitung DocType: Blog Post,Blog Intro,Blog-Einleitung
@@ -2743,15 +2743,15 @@ apps/frappe/frappe/email/doctype/email_group/email_group.js +45,New Newsletter,N
DocType: Print Settings,Send Print as PDF,Ausdruck als PDF senden DocType: Print Settings,Send Print as PDF,Ausdruck als PDF senden
DocType: Web Form,Amount,Betrag DocType: Web Form,Amount,Betrag
DocType: Workflow Transition,Allowed,Erlaubt DocType: Workflow Transition,Allowed,Erlaubt
apps/frappe/frappe/core/doctype/doctype/doctype.py +502,There can be only one Fold in a form,Es darf nur einen Falz in einem Formular geben
apps/frappe/frappe/core/doctype/doctype/doctype.py +506,There can be only one Fold in a form,Es darf nur einen Falz in einem Formular geben
apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},Das Dateiformat kann nicht für {0} apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},Das Dateiformat kann nicht für {0}
apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,Wiederherstellen der Standardeinstellungen? apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,Wiederherstellen der Standardeinstellungen?
apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,Ungültige Startseite apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,Ungültige Startseite
apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,Ungültiger Login. Versuch es noch einmal. apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,Ungültiger Login. Versuch es noch einmal.
apps/frappe/frappe/core/doctype/doctype/doctype.py +420,Options required for Link or Table type field {0} in row {1},Optionen für Link- oder Tabellenart-Feld {0} in Zeile {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +424,Options required for Link or Table type field {0} in row {1},Optionen für Link- oder Tabellenart-Feld {0} in Zeile {1}
DocType: Auto Email Report,Send only if there is any data,"Senden Sie nur dann, wenn es irgendwelche Daten" DocType: Auto Email Report,Send only if there is any data,"Senden Sie nur dann, wenn es irgendwelche Daten"
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,Filter zurücksetzen apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,Filter zurücksetzen
apps/frappe/frappe/core/doctype/doctype/doctype.py +688,{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
apps/frappe/frappe/core/doctype/doctype/doctype.py +692,{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
apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},Zuordnung geschlossen von {0} apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},Zuordnung geschlossen von {0}
DocType: Integration Request,Remote,entfernt DocType: Integration Request,Remote,entfernt
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,Berechnen apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,Berechnen
@@ -2771,7 +2771,7 @@ DocType: DocField,Perm Level,Berechtigungsebene
apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,Ereignisse im heutigen Kalender apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,Ereignisse im heutigen Kalender
DocType: Web Page,Web Page,Webseite DocType: Web Page,Web Page,Webseite
DocType: Blog Category,Blogger,Blogger DocType: Blog Category,Blogger,Blogger
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In Global Search' not allowed for type {0} in row {1},&#39;In Globaler Suche&#39; nicht zulässig für Typ {0} in Zeile {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +449,'In Global Search' not allowed for type {0} in row {1},&#39;In Globaler Suche&#39; nicht zulässig für Typ {0} in Zeile {1}
apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,Liste anzeigen apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,Liste anzeigen
apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},Datum muss in folgendem Format vorliegen: {0} apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},Datum muss in folgendem Format vorliegen: {0}
DocType: Workflow,Don't Override Status,Überschreiben Sie nicht-Status DocType: Workflow,Don't Override Status,Überschreiben Sie nicht-Status
@@ -2820,7 +2820,7 @@ DocType: Website Theme,Background,Hintergrund
DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","JSON (JavaScript Object Notation)-Liste der DocTypes, die zur Zuordnung von Benutzerrechten verwendet werden. Sofern diese Liste leer ist, werden alle DocTypes verwendet um Benutzerrechte zuzuordnen." DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","JSON (JavaScript Object Notation)-Liste der DocTypes, die zur Zuordnung von Benutzerrechten verwendet werden. Sofern diese Liste leer ist, werden alle DocTypes verwendet um Benutzerrechte zuzuordnen."
DocType: Report,Ref DocType,Ref-DocType DocType: Report,Ref DocType,Ref-DocType
apps/frappe/frappe/www/feedback.py +42,Please add a rating,Bitte fügen Sie eine Bewertung hinzu apps/frappe/frappe/www/feedback.py +42,Please add a rating,Bitte fügen Sie eine Bewertung hinzu
apps/frappe/frappe/core/doctype/doctype/doctype.py +700,{0}: Cannot set Amend without Cancel,"{0}: ""Geändert"" kann nicht eingestellt werden ohne ""Abbruch"""
apps/frappe/frappe/core/doctype/doctype/doctype.py +704,{0}: Cannot set Amend without Cancel,"{0}: ""Geändert"" kann nicht eingestellt werden ohne ""Abbruch"""
apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,Ganze Seite apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,Ganze Seite
DocType: DocType,Is Child Table,Ist Untertabelle DocType: DocType,Is Child Table,Ist Untertabelle
apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} muss aus {1} sein apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} muss aus {1} sein
@@ -2849,7 +2849,7 @@ DocType: Event,Send an email reminder in the morning,Morgens eine Erinnerungemai
DocType: Blog Post,Published On,Veröffentlicht am DocType: Blog Post,Published On,Veröffentlicht am
DocType: Contact,Gender,Geschlecht DocType: Contact,Gender,Geschlecht
apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,Pflichtangaben fehlen: apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,Pflichtangaben fehlen:
apps/frappe/frappe/core/doctype/doctype/doctype.py +492,Field '{0}' cannot be set as Unique as it has non-unique values,"Feld '{0}' kann nicht als ""eindeutig"" eingestellt werden, da es nicht-eindeutige Werte hat"
apps/frappe/frappe/core/doctype/doctype/doctype.py +496,Field '{0}' cannot be set as Unique as it has non-unique values,"Feld '{0}' kann nicht als ""eindeutig"" eingestellt werden, da es nicht-eindeutige Werte hat"
apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,Nur 200 Einsätze in einem Anfrage erlaubt apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,Nur 200 Einsätze in einem Anfrage erlaubt
DocType: Footer Item,URL,URL DocType: Footer Item,URL,URL
DocType: ToDo,Reference Type,Referenz-Typ DocType: ToDo,Reference Type,Referenz-Typ
@@ -2892,8 +2892,8 @@ apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +135,Please save
apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} Empfänger hinzugefügt apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} Empfänger hinzugefügt
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,Nicht in apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,Nicht in
DocType: Workflow State,star,Stern DocType: Workflow State,star,Stern
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +228,values separated by commas,Werte durch Komma getrennt
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Max width for type Currency is 100px in row {0},Max Breite für Typ Währung ist 100px in Zeile {0}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,values separated by commas,Werte durch Komma getrennt
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,Max width for type Currency is 100px in row {0},Max Breite für Typ Währung ist 100px in Zeile {0}
apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},Bitte teilen Sie Ihr Feedback für {0} apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},Bitte teilen Sie Ihr Feedback für {0}
apps/frappe/frappe/config/website.py +13,Content web page.,Inhalt der Webseite apps/frappe/frappe/config/website.py +13,Content web page.,Inhalt der Webseite
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Neue Rolle hinzufügen apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Neue Rolle hinzufügen
@@ -2911,7 +2911,7 @@ apps/frappe/frappe/public/js/frappe/desk.js +383,Please Enter Your Password to C
apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,Keine gültige LDAP-Benutzer apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,Keine gültige LDAP-Benutzer
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} kein gültiger Zustand apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} kein gültiger Zustand
apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',Bitte wählen Sie eine andere Zahlungsmethode. PayPal bietet keine Unterstützung für Transaktionen in der Währung ‚{0}‘ apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',Bitte wählen Sie eine andere Zahlungsmethode. PayPal bietet keine Unterstützung für Transaktionen in der Währung ‚{0}‘
apps/frappe/frappe/core/doctype/doctype/doctype.py +519,Search field {0} is not valid,Suchfeld {0} ist nicht gültig
apps/frappe/frappe/core/doctype/doctype/doctype.py +523,Search field {0} is not valid,Suchfeld {0} ist nicht gültig
DocType: Workflow State,ok-circle,Genehmigungs-Kreislauf DocType: Workflow State,ok-circle,Genehmigungs-Kreislauf
apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',"Sie können Informationen finden, indem Sie zum Beispiel ""suche Orange in Kunden"" eingeben." apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',"Sie können Informationen finden, indem Sie zum Beispiel ""suche Orange in Kunden"" eingeben."
apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,Verzeihung! Benutzer sollten uneingeschränkten Zugang zu ihren eigenen Rekord zu haben. apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,Verzeihung! Benutzer sollten uneingeschränkten Zugang zu ihren eigenen Rekord zu haben.
@@ -2980,7 +2980,7 @@ DocType: User,Background Style,Hintergrundstil
apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},fusionierte {0} in {1} apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},fusionierte {0} in {1}
DocType: System Settings,mm-dd-yyyy,MM-TT-JJJJ DocType: System Settings,mm-dd-yyyy,MM-TT-JJJJ
apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} angemeldet apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} angemeldet
apps/frappe/frappe/templates/emails/new_user.html +4,Your login id is,Ihre Login-ID ist
apps/frappe/frappe/templates/emails/new_user.html +3,Your login id is,Ihre Login-ID ist
DocType: OAuth Client,Skip Authorization,überspringen Authorization DocType: OAuth Client,Skip Authorization,überspringen Authorization
DocType: Web Form,Amount Field,Betragsfeld DocType: Web Form,Amount Field,Betragsfeld
DocType: Dropbox Settings,Send Notifications To,Benachrichtigungen senden an DocType: Dropbox Settings,Send Notifications To,Benachrichtigungen senden an


+ 94
- 94
frappe/translations/el.csv View File

@@ -55,7 +55,7 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +52,Data Import Templa
apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,Γονέας apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,Γονέας
DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","Αν είναι ενεργοποιημένη, η ισχύς του κωδικού θα επιβληθεί με βάση την τιμή του ελάχιστου αριθμού κωδικού πρόσβασης. Μια τιμή 2 είναι μέτρια ισχυρή και 4 είναι πολύ ισχυρή." DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","Αν είναι ενεργοποιημένη, η ισχύς του κωδικού θα επιβληθεί με βάση την τιμή του ελάχιστου αριθμού κωδικού πρόσβασης. Μια τιμή 2 είναι μέτρια ισχυρή και 4 είναι πολύ ισχυρή."
DocType: About Us Settings,"""Team Members"" or ""Management""","""Μέλη ομάδας"" ή ""διαχείριση""" DocType: About Us Settings,"""Team Members"" or ""Management""","""Μέλη ομάδας"" ή ""διαχείριση"""
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Default for 'Check' type of field must be either '0' or '1',Η προεπιλογή για τον τύπο πεδίου 'ελέγχου' πρέπει να είναι είτε «0» είτε «1»
apps/frappe/frappe/core/doctype/doctype/doctype.py +461,Default for 'Check' type of field must be either '0' or '1',Η προεπιλογή για τον τύπο πεδίου 'ελέγχου' πρέπει να είναι είτε «0» είτε «1»
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,Εχτές apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,Εχτές
DocType: Contact,Designation,Ονομασία DocType: Contact,Designation,Ονομασία
DocType: Test Runner,Test Runner,Δοκιμή Runner DocType: Test Runner,Test Runner,Δοκιμή Runner
@@ -71,7 +71,7 @@ DocType: DocType,Is Published Field,Δημοσιεύεται πεδίο
DocType: Email Group,Email Group,email Ομάδα DocType: Email Group,Email Group,email Ομάδα
DocType: Note,Seen By,Θεάθηκε από DocType: Note,Seen By,Θεάθηκε από
apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,Προσθήκη πολλαπλών apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,Προσθήκη πολλαπλών
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Not Like,Όχι σαν
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Not Like,Όχι σαν
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,Ρυθμίστε την ετικέτα που εμφανίζεται για το πεδίο apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,Ρυθμίστε την ετικέτα που εμφανίζεται για το πεδίο
apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},Λανθασμένη τιμή: το {0} πρέπει να είναι {1} {2} apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},Λανθασμένη τιμή: το {0} πρέπει να είναι {1} {2}
apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","Αλλαγή ιδιοτήτων πεδίου ( απόκρυψη , μόνο για ανάγνωση , την άδεια κλπ. )" apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","Αλλαγή ιδιοτήτων πεδίου ( απόκρυψη , μόνο για ανάγνωση , την άδεια κλπ. )"
@@ -160,7 +160,8 @@ apps/frappe/frappe/public/js/frappe/upload.js +296,Uploading...,Γίνεται
DocType: Email Domain,Email Domain,τομέα email DocType: Email Domain,Email Domain,τομέα email
DocType: Workflow State,italic,Πλάγια γραφή DocType: Workflow State,italic,Πλάγια γραφή
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,Για όλους apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,Για όλους
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,{0}: Cannot set Import without Create,{0} : Δεν είναι δυνατή η ρύθμιση εισαγωγής χωρίς δημιουργία
apps/frappe/frappe/core/doctype/doctype/doctype.py +706,{0}: Cannot set Import without Create,{0} : Δεν είναι δυνατή η ρύθμιση εισαγωγής χωρίς δημιουργία
apps/frappe/frappe/templates/emails/auto_email_report.html +45,View report in your browser,Προβολή αναφοράς στο πρόγραμμα περιήγησής σας
apps/frappe/frappe/config/desk.py +26,Event and other calendars.,Εκδήλωση και άλλα ημερολόγια. apps/frappe/frappe/config/desk.py +26,Event and other calendars.,Εκδήλωση και άλλα ημερολόγια.
apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,Όλα τα πεδία είναι απαραίτητα για την υποβολή του σχολίου. apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,Όλα τα πεδία είναι απαραίτητα για την υποβολή του σχολίου.
apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,Σύρετε για να ταξινομήσετε στήλες apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,Σύρετε για να ταξινομήσετε στήλες
@@ -237,7 +238,7 @@ apps/frappe/frappe/config/setup.py +121,Update many values at one time.,Ενημ
apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,Σφάλμα: το έγγραφο έχει τροποποιηθεί αφού το έχετε ανοίξει apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,Σφάλμα: το έγγραφο έχει τροποποιηθεί αφού το έχετε ανοίξει
apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} αποσυνδεθεί: {1} apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} αποσυνδεθεί: {1}
DocType: Address,West Bengal,Δυτική Βεγγάλη DocType: Address,West Bengal,Δυτική Βεγγάλη
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0}: Cannot set Assign Submit if not Submittable,{0} : Δεν είναι δυνατή η ανάθεση υποβολής αν δεν είναι υποβλητέα
apps/frappe/frappe/core/doctype/doctype/doctype.py +727,{0}: Cannot set Assign Submit if not Submittable,{0} : Δεν είναι δυνατή η ανάθεση υποβολής αν δεν είναι υποβλητέα
DocType: Social Login Keys,Facebook,Facebook DocType: Social Login Keys,Facebook,Facebook
apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",Φιλτράρισμα κατά &quot;{0}&quot; apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",Φιλτράρισμα κατά &quot;{0}&quot;
DocType: Salutation,Administrator,Διαχειριστής DocType: Salutation,Administrator,Διαχειριστής
@@ -261,7 +262,7 @@ DocType: User,Get your globally recognized avatar from Gravatar.com,Πάρτε
apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","Η συνδρομή σας έληξε στις {0}. Για την ανανέωση, {1}." apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","Η συνδρομή σας έληξε στις {0}. Για την ανανέωση, {1}."
DocType: Workflow State,plus-sign,Plus-sign DocType: Workflow State,plus-sign,Plus-sign
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,Ρύθμιση ήδη ολοκληρωθεί apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,Ρύθμιση ήδη ολοκληρωθεί
apps/frappe/frappe/__init__.py +897,App {0} is not installed,App {0} δεν είναι εγκατεστημένο
apps/frappe/frappe/__init__.py +898,App {0} is not installed,App {0} δεν είναι εγκατεστημένο
DocType: Workflow State,Refresh,Ανανέωση DocType: Workflow State,Refresh,Ανανέωση
DocType: Event,Public,Δημόσιο DocType: Event,Public,Δημόσιο
apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,Δεν έχει τίποτα να δείξει apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,Δεν έχει τίποτα να δείξει
@@ -269,7 +270,7 @@ apps/frappe/frappe/public/js/frappe/model/model.js +24,Liked By,Άρεσε
apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,Υποστήριξη ηλεκτρονικού ταχυδρομείου apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,Υποστήριξη ηλεκτρονικού ταχυδρομείου
DocType: DocField,Print Hide If No Value,Εκτύπωση Απόκρυψη Αν Όχι Αξία DocType: DocField,Print Hide If No Value,Εκτύπωση Απόκρυψη Αν Όχι Αξία
DocType: Event,yellow,Kίτρινος DocType: Event,yellow,Kίτρινος
apps/frappe/frappe/core/doctype/doctype/doctype.py +563,Is Published Field must be a valid fieldname,Δημοσιεύεται πεδίο πρέπει να είναι μια έγκυρη ΌνομαΠεδίου
apps/frappe/frappe/core/doctype/doctype/doctype.py +567,Is Published Field must be a valid fieldname,Δημοσιεύεται πεδίο πρέπει να είναι μια έγκυρη ΌνομαΠεδίου
apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,Ανεβάστε Συνημμένο apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,Ανεβάστε Συνημμένο
DocType: Block Module,Block Module,Block Ενότητα DocType: Block Module,Block Module,Block Ενότητα
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,Πρότυπο εξαγωγής apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,Πρότυπο εξαγωγής
@@ -286,7 +287,7 @@ DocType: Email Account,Total number of emails to sync in initial sync process ,
DocType: Website Settings,Set Banner from Image,Ορισμός banner από την εικόνα DocType: Website Settings,Set Banner from Image,Ορισμός banner από την εικόνα
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,Καθολική αναζήτηση apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,Καθολική αναζήτηση
DocType: Email Account,SparkPost,SparkPost DocType: Email Account,SparkPost,SparkPost
apps/frappe/frappe/templates/emails/new_user.html +3,A new account has been created for you at {0},Ένας νέος λογαριασμός έχει δημιουργηθεί για εσάς σε {0}
apps/frappe/frappe/templates/emails/new_user.html +2,A new account has been created for you at {0},Ένας νέος λογαριασμός έχει δημιουργηθεί για εσάς σε {0}
apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,Οδηγίες μέσω ηλεκτρονικού ταχυδρομείου apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,Οδηγίες μέσω ηλεκτρονικού ταχυδρομείου
apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),Εισάγετε το Email Παραλήπτη (ες) apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),Εισάγετε το Email Παραλήπτη (ες)
DocType: Print Format,Verdana,Verdana DocType: Print Format,Verdana,Verdana
@@ -352,7 +353,7 @@ apps/frappe/frappe/utils/nestedset.py +218,Merging is only possible between Grou
apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},Προστέθηκε {0} apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},Προστέθηκε {0}
apps/frappe/frappe/www/search.html +28,No matching records. Search something new,Δεν υπάρχουν στοιχεία που να ταιριάζουν. Αναζήτηση κάτι νέο apps/frappe/frappe/www/search.html +28,No matching records. Search something new,Δεν υπάρχουν στοιχεία που να ταιριάζουν. Αναζήτηση κάτι νέο
DocType: Currency,Fraction Units,Μονάδες κλάσματος DocType: Currency,Fraction Units,Μονάδες κλάσματος
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +431,{0} from {1} to {2},{0} από {1} έως {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +433,{0} from {1} to {2},{0} από {1} έως {2}
DocType: Communication,Type,Τύπος DocType: Communication,Type,Τύπος
DocType: Authentication Log,Subject,Θέμα DocType: Authentication Log,Subject,Θέμα
DocType: Web Form,Amount Based On Field,Ποσό με βάση το πεδίο DocType: Web Form,Amount Based On Field,Ποσό με βάση το πεδίο
@@ -365,10 +366,10 @@ DocType: Workflow State,plane,Αεροπλάνο
apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","Αν ανεβάζετε νέες εγγραφές, η ""σειρά ονομασίας"" είναι απαραίτητη, εφόσον υπάρχει." apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","Αν ανεβάζετε νέες εγγραφές, η ""σειρά ονομασίας"" είναι απαραίτητη, εφόσον υπάρχει."
apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,Λάβετε ειδοποιήσεις για σήμερα apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,Λάβετε ειδοποιήσεις για σήμερα
apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DocType μπορεί να μετονομαστεί μόνο από Administrator apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DocType μπορεί να μετονομαστεί μόνο από Administrator
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +442,changed value of {0},αλλαγμένη τιμή του {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +444,changed value of {0},αλλαγμένη τιμή του {0}
DocType: Report,JSON,JSON DocType: Report,JSON,JSON
apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,Παρακαλώ ελέγξτε το email σας για επαλήθευση apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,Παρακαλώ ελέγξτε το email σας για επαλήθευση
apps/frappe/frappe/core/doctype/doctype/doctype.py +509,Fold can not be at the end of the form,Η αναδίπλωση δεν μπορεί να είναι στο τέλος της φόρμας
apps/frappe/frappe/core/doctype/doctype/doctype.py +513,Fold can not be at the end of the form,Η αναδίπλωση δεν μπορεί να είναι στο τέλος της φόρμας
DocType: Communication,Bounced,Ακάλυπτες DocType: Communication,Bounced,Ακάλυπτες
DocType: Deleted Document,Deleted Name,διαγράφεται Όνομα DocType: Deleted Document,Deleted Name,διαγράφεται Όνομα
apps/frappe/frappe/config/setup.py +14,System and Website Users,Χρήστες συστήματος και ιστοσελίδας apps/frappe/frappe/config/setup.py +14,System and Website Users,Χρήστες συστήματος και ιστοσελίδας
@@ -376,25 +377,26 @@ DocType: Workflow Document State,Doc Status,Κατάσταση εγγράφου
DocType: Auto Email Report,No of Rows (Max 500),Αριθμός σειρών (Max 500) DocType: Auto Email Report,No of Rows (Max 500),Αριθμός σειρών (Max 500)
DocType: Language,Language Code,Κωδικός γλώσσας DocType: Language,Language Code,Κωδικός γλώσσας
apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","Η λήψη σας δημιουργείται, αυτό μπορεί να διαρκέσει λίγα λεπτά ..." apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","Η λήψη σας δημιουργείται, αυτό μπορεί να διαρκέσει λίγα λεπτά ..."
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +23,Add Filter,Προσθήκη φίλτρου
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +21,Add Filter,Προσθήκη φίλτρου
apps/frappe/frappe/www/feedback.html +23,Your rating: ,Η βαθμολογία σας: apps/frappe/frappe/www/feedback.html +23,Your rating: ,Η βαθμολογία σας:
apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} και {1} apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} και {1}
DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Πάντα προσθέστε &quot;Σχέδιο&quot; Τομέας για σχέδιο εκτύπωση εγγράφων DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Πάντα προσθέστε &quot;Σχέδιο&quot; Τομέας για σχέδιο εκτύπωση εγγράφων
apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,Το μήνυμα ηλεκτρονικού ταχυδρομείου έχει επισημανθεί ως ανεπιθύμητο apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,Το μήνυμα ηλεκτρονικού ταχυδρομείου έχει επισημανθεί ως ανεπιθύμητο
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,Ρύθμιση&gt; Χρήστης
DocType: About Us Settings,Website Manager,Διαχειριστής ιστοσελίδας DocType: About Us Settings,Website Manager,Διαχειριστής ιστοσελίδας
apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,Έχετε επιλέξει Έγγραφα ή Άκυρα έγγραφα apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,Έχετε επιλέξει Έγγραφα ή Άκυρα έγγραφα
apps/frappe/frappe/model/document.py +1044,Document Queued,έγγραφο ουρά apps/frappe/frappe/model/document.py +1044,Document Queued,έγγραφο ουρά
DocType: GSuite Templates,Destination ID,Αναγνωριστικό προορισμού DocType: GSuite Templates,Destination ID,Αναγνωριστικό προορισμού
DocType: Desktop Icon,List,Λίστα DocType: Desktop Icon,List,Λίστα
DocType: Communication,Link Name,Όνομα σύνδεσμο DocType: Communication,Link Name,Όνομα σύνδεσμο
apps/frappe/frappe/core/doctype/doctype/doctype.py +433,Field {0} in row {1} cannot be hidden and mandatory without default,Το πεδίο {0} στη γραμμή {1} δεν μπορεί να είναι κρυφό και υποχρεωτικό χωρίς προεπιλογμένη τιμή
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Field {0} in row {1} cannot be hidden and mandatory without default,Το πεδίο {0} στη γραμμή {1} δεν μπορεί να είναι κρυφό και υποχρεωτικό χωρίς προεπιλογμένη τιμή
DocType: System Settings,mm/dd/yyyy,μμ/ηη/εεεε DocType: System Settings,mm/dd/yyyy,μμ/ηη/εεεε
apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,Λανθασμένος κωδικός: apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,Λανθασμένος κωδικός:
DocType: Print Settings,Send document web view link in email,Αποστολή εγγράφου σύνδεσμο προβολή ιστοσελίδων στο email DocType: Print Settings,Send document web view link in email,Αποστολή εγγράφου σύνδεσμο προβολή ιστοσελίδων στο email
apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,Σχόλια για το έγγραφο {0} έχει αποθηκευτεί με επιτυχία apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,Σχόλια για το έγγραφο {0} έχει αποθηκευτεί με επιτυχία
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,Προηγούμενο apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,Προηγούμενο
apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,Απ: apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,Απ:
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +496,{0} rows for {1},{0} γραμμές για {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +498,{0} rows for {1},{0} γραμμές για {1}
DocType: Currency,"Sub-currency. For e.g. ""Cent""",Υπο-νόμισμα. Για παράδειγμα &quot;cent&quot; DocType: Currency,"Sub-currency. For e.g. ""Cent""",Υπο-νόμισμα. Για παράδειγμα &quot;cent&quot;
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,Επιλέξτε προστιθέμενο αρχείο apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,Επιλέξτε προστιθέμενο αρχείο
DocType: Letter Head,Check this to make this the default letter head in all prints,Επιλέξτε αυτό για να γίνει η προεπιλεγμένη κεφαλίδα επιστολόχαρτου σε όλες τις εκτυπώσεις DocType: Letter Head,Check this to make this the default letter head in all prints,Επιλέξτε αυτό για να γίνει η προεπιλεγμένη κεφαλίδα επιστολόχαρτου σε όλες τις εκτυπώσεις
@@ -417,7 +419,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +5,
DocType: Event,Wednesday,Τετάρτη DocType: Event,Wednesday,Τετάρτη
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","Εκτός από τους κανόνες δικαιωμάτων που βασίζονται σε ρόλους, μπορείτε να εφαρμόσετε δικαιώματα χρηστών με βάση τύπους εγγράφων" apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","Εκτός από τους κανόνες δικαιωμάτων που βασίζονται σε ρόλους, μπορείτε να εφαρμόσετε δικαιώματα χρηστών με βάση τύπους εγγράφων"
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","Αυτά τα δικαιώματα θα ισχύουν για όλες τις συναλλαγές όπου το επιτρεπόμενο αρχείο είναι συνδεδεμένο. Για παράδειγμα αν η εταιρία c προστεθή στα δικαιώματα του χρήστη χ, ο χρήστης χ θα μπορεί να δει μόνο τις συναλλαγές που έχουν την εταιρία c σαν συνδεδεμένη τιμή." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","Αυτά τα δικαιώματα θα ισχύουν για όλες τις συναλλαγές όπου το επιτρεπόμενο αρχείο είναι συνδεδεμένο. Για παράδειγμα αν η εταιρία c προστεθή στα δικαιώματα του χρήστη χ, ο χρήστης χ θα μπορεί να δει μόνο τις συναλλαγές που έχουν την εταιρία c σαν συνδεδεμένη τιμή."
apps/frappe/frappe/core/doctype/doctype/doctype.py +554,Image field must be a valid fieldname,πεδίο εικόνας πρέπει να είναι μια έγκυρη ΌνομαΠεδίου
apps/frappe/frappe/core/doctype/doctype/doctype.py +558,Image field must be a valid fieldname,πεδίο εικόνας πρέπει να είναι μια έγκυρη ΌνομαΠεδίου
DocType: OAuth Client,Token,Ένδειξη DocType: OAuth Client,Token,Ένδειξη
DocType: Property Setter,ID (name) of the entity whose property is to be set,Id (όνομα) της οντότητας της οποίας η ιδιότητα είναι να καθοριστεί DocType: Property Setter,ID (name) of the entity whose property is to be set,Id (όνομα) της οντότητας της οποίας η ιδιότητα είναι να καθοριστεί
apps/frappe/frappe/limits.py +82,"To renew, {0}.","Για την ανανέωση, {0}." apps/frappe/frappe/limits.py +82,"To renew, {0}.","Για την ανανέωση, {0}."
@@ -426,7 +428,7 @@ DocType: Web Form,Sidebar Items,Αντικείμενα της sidebar
apps/frappe/frappe/installer.py +125,App {0} already installed,Η εφαρμογή {0} έχει ήδη εγκατασταθεί apps/frappe/frappe/installer.py +125,App {0} already installed,Η εφαρμογή {0} έχει ήδη εγκατασταθεί
DocType: Workflow State,exclamation-sign,exclamation-sign DocType: Workflow State,exclamation-sign,exclamation-sign
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,Εμφάνιση Δικαιώματα apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,Εμφάνιση Δικαιώματα
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a Link or Dynamic Link,Χρονοδιάγραμμα πεδίο πρέπει να είναι ένας σύνδεσμος ή Dynamic Link
apps/frappe/frappe/core/doctype/doctype/doctype.py +578,Timeline field must be a Link or Dynamic Link,Χρονοδιάγραμμα πεδίο πρέπει να είναι ένας σύνδεσμος ή Dynamic Link
apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,Εύρος ημερομηνιών apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,Εύρος ημερομηνιών
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,Gantt apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,Gantt
apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},Σελίδα {0} από {1} apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},Σελίδα {0} από {1}
@@ -456,18 +458,18 @@ DocType: Workflow State,music,Μουσική
DocType: Web Page,Settings,Ρυθμίσεις DocType: Web Page,Settings,Ρυθμίσεις
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,Παρακαλώ ορίστε τον τύπο εγγράφου apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,Παρακαλώ ορίστε τον τύπο εγγράφου
DocType: Print Format,Style Settings,Ρυθμίσεις στυλ DocType: Print Format,Style Settings,Ρυθμίσεις στυλ
apps/frappe/frappe/core/doctype/doctype/doctype.py +585,Sort field {0} must be a valid fieldname,πεδίο Ταξινόμηση {0} πρέπει να είναι μια έγκυρη ΌνομαΠεδίου
apps/frappe/frappe/core/doctype/doctype/doctype.py +589,Sort field {0} must be a valid fieldname,πεδίο Ταξινόμηση {0} πρέπει να είναι μια έγκυρη ΌνομαΠεδίου
apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,Περισσότερο apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,Περισσότερο
DocType: Contact,Sales Manager,Διευθυντής πωλήσεων DocType: Contact,Sales Manager,Διευθυντής πωλήσεων
apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,Μετονομασία apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,Μετονομασία
DocType: Print Format,Format Data,Μορφοποίηση δεδομένων DocType: Print Format,Format Data,Μορφοποίηση δεδομένων
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Like,σαν
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Like,σαν
DocType: Customize Form Field,Customize Form Field,Προσαρμογή πεδίου φόρμας DocType: Customize Form Field,Customize Form Field,Προσαρμογή πεδίου φόρμας
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,Επίτρεψε χρήστη apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,Επίτρεψε χρήστη
DocType: OAuth Client,Grant Type,Είδος επιδότησης DocType: OAuth Client,Grant Type,Είδος επιδότησης
apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,Ελέγξτε ποια έγγραφα είναι δυνατόν να αναγνωσθούν από έναν χρήστη apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,Ελέγξτε ποια έγγραφα είναι δυνατόν να αναγνωσθούν από έναν χρήστη
apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,Η εφαρμογή καταχώρισης δεν επιτρέπεται apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,Η εφαρμογή καταχώρισης δεν επιτρέπεται
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,use % as wildcard,χρησιμοποιήστε% ως μπαλαντέρ
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +230,use % as wildcard,χρησιμοποιήστε% ως μπαλαντέρ
apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","Τομέα email δεν έχει ρυθμιστεί για αυτόν το λογαριασμό, δημιουργήστε έναν;" apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","Τομέα email δεν έχει ρυθμιστεί για αυτόν το λογαριασμό, δημιουργήστε έναν;"
DocType: User,Reset Password Key,Επαναφορά κωδικού DocType: User,Reset Password Key,Επαναφορά κωδικού
DocType: Email Account,Enable Auto Reply,Ενεργοποίηση αυτόματης απάντησης DocType: Email Account,Enable Auto Reply,Ενεργοποίηση αυτόματης απάντησης
@@ -492,11 +494,12 @@ apps/frappe/frappe/model/document.py +574,Cannot change docstatus from 1 to 0,Δ
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,Πάρτε αντιγράφων ασφαλείας Τώρα apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,Πάρτε αντιγράφων ασφαλείας Τώρα
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,Καλωσόρισμα apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,Καλωσόρισμα
apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,Εγκατεστημένων εφαρμογών apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,Εγκατεστημένων εφαρμογών
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,Εγκατάσταση&gt; Διαχείριση δικαιωμάτων χρηστών
DocType: Contact,Open,Ανοιχτό DocType: Contact,Open,Ανοιχτό
DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,"Καθορίζει τις ενέργειες για τις καταστάσεις, το επόμενο βήμα και τους ρόλους που επιτρέπονται." DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,"Καθορίζει τις ενέργειες για τις καταστάσεις, το επόμενο βήμα και τους ρόλους που επιτρέπονται."
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","Ως βέλτιστη πρακτική, μην αποδίδετε το ίδιο σύνολο κανόνων δικαιωμάτων σε διαφορετικούς ρόλους. Αντ'αυτού , ορίστε περισσότερους ρόλους στον ίδιο χρήστη." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","Ως βέλτιστη πρακτική, μην αποδίδετε το ίδιο σύνολο κανόνων δικαιωμάτων σε διαφορετικούς ρόλους. Αντ'αυτού , ορίστε περισσότερους ρόλους στον ίδιο χρήστη."
DocType: Web Form,Message to be displayed on successful completion,Μήνυμα που θα εμφανίζεται μετά την επιτυχή ολοκλήρωση DocType: Web Form,Message to be displayed on successful completion,Μήνυμα που θα εμφανίζεται μετά την επιτυχή ολοκλήρωση
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +42,Only {0} emailed reports are allowed per user,Μόνο {0} σταλούν οι αναφορές που επιτρέπονται ανά χρήστη
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +43,Only {0} emailed reports are allowed per user,Μόνο {0} σταλούν οι αναφορές που επιτρέπονται ανά χρήστη
DocType: Address,Address Title,Τίτλος διεύθυνσης DocType: Address,Address Title,Τίτλος διεύθυνσης
DocType: Website Settings,Footer Items,Αντικείμενα υποσέλιδου DocType: Website Settings,Footer Items,Αντικείμενα υποσέλιδου
apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,Αίτηση Επικοινωνία apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,Αίτηση Επικοινωνία
@@ -511,7 +514,7 @@ DocType: DocField,Set Only Once,Ορισμός μόνο μία φορά
DocType: Email Queue Recipient,Email Queue Recipient,Email Ουρά Παραλήπτη DocType: Email Queue Recipient,Email Queue Recipient,Email Ουρά Παραλήπτη
DocType: Address,Nagaland,Nagaland DocType: Address,Nagaland,Nagaland
apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,Όνομα Χρήστη {0} υπάρχει ήδη apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,Όνομα Χρήστη {0} υπάρχει ήδη
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set import as {1} is not importable,{0} : Δεν είναι δυνατή η ρύθμιση των εισαγωγών καθώς το {1} δεν είναι δυνατόν να εισαχθεί
apps/frappe/frappe/core/doctype/doctype/doctype.py +733,{0}: Cannot set import as {1} is not importable,{0} : Δεν είναι δυνατή η ρύθμιση των εισαγωγών καθώς το {1} δεν είναι δυνατόν να εισαχθεί
apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},Υπάρχει ένα σφάλμα στο Πρότυπο σας Διεύθυνση {0} apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},Υπάρχει ένα σφάλμα στο Πρότυπο σας Διεύθυνση {0}
DocType: Footer Item,"target = ""_blank""","Target = ""_blank""" DocType: Footer Item,"target = ""_blank""","Target = ""_blank"""
DocType: Workflow State,hdd,hdd DocType: Workflow State,hdd,hdd
@@ -523,7 +526,7 @@ DocType: Communication,From Full Name,Από Ονοματεπώνυμο
apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},Δεν έχετε πρόσβαση στην έκθεση: {0} apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},Δεν έχετε πρόσβαση στην έκθεση: {0}
DocType: User,Send Welcome Email,Αποστολή Καλώς Email DocType: User,Send Welcome Email,Αποστολή Καλώς Email
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,Ανεβάστε το αρχείο csv που περιέχει όλα τα δικαιώματα των χρηστών στην ίδια μορφή όπως οι λήψεις. apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,Ανεβάστε το αρχείο csv που περιέχει όλα τα δικαιώματα των χρηστών στην ίδια μορφή όπως οι λήψεις.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +449,Remove Filter,Κατάργηση φίλτρου
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +450,Remove Filter,Κατάργηση φίλτρου
DocType: Address,Daman and Diu,Δαμάν και Ντιού DocType: Address,Daman and Diu,Δαμάν και Ντιού
DocType: Address,Personal,Προσωπικός DocType: Address,Personal,Προσωπικός
apps/frappe/frappe/config/setup.py +113,Bulk Rename,Μαζική Μετονομασία apps/frappe/frappe/config/setup.py +113,Bulk Rename,Μαζική Μετονομασία
@@ -553,13 +556,12 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.js +33,Send
apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","Το τυπικό DocType δεν μπορεί να έχει προεπιλεγμένη μορφή εκτύπωσης, χρησιμοποιήστε τη ρύθμιση Customize Form" apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","Το τυπικό DocType δεν μπορεί να έχει προεπιλεγμένη μορφή εκτύπωσης, χρησιμοποιήστε τη ρύθμιση Customize Form"
DocType: Report,Query,Ερώτημα DocType: Report,Query,Ερώτημα
DocType: DocType,Sort Order,Σειρά ταξινόμησης DocType: DocType,Sort Order,Σειρά ταξινόμησης
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,'In List View' not allowed for type {0} in row {1},«Σε προβολή λίστας» δεν επιτρέπεται για τον τύπο {0} στη γραμμή {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In List View' not allowed for type {0} in row {1},«Σε προβολή λίστας» δεν επιτρέπεται για τον τύπο {0} στη γραμμή {1}
DocType: Custom Field,Select the label after which you want to insert new field.,Επιλέξτε την ετικέτα μετά την οποία θέλετε να εισαγάγετε νέο πεδίο. DocType: Custom Field,Select the label after which you want to insert new field.,Επιλέξτε την ετικέτα μετά την οποία θέλετε να εισαγάγετε νέο πεδίο.
,Document Share Report,Αναφορά κοινοποίησης εγγράφου ,Document Share Report,Αναφορά κοινοποίησης εγγράφου
DocType: User,Last Login,Τελευταία είσοδος DocType: User,Last Login,Τελευταία είσοδος
apps/frappe/frappe/core/doctype/doctype/doctype.py +600,Fieldname is required in row {0},Το όνομα πεδίου είναι απαραίτητο στη γραμμή {0}
apps/frappe/frappe/core/doctype/doctype/doctype.py +604,Fieldname is required in row {0},Το όνομα πεδίου είναι απαραίτητο στη γραμμή {0}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,Στήλη apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,Στήλη
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,Ρυθμίστε τον προεπιλεγμένο λογαριασμό ηλεκτρονικού ταχυδρομείου από το Setup&gt; Email&gt; Email Account
DocType: Custom Field,Adds a custom field to a DocType,Προσθέτει ένα προσαρμοσμένο πεδίο σε έναν τύπο εγγράφου DocType: Custom Field,Adds a custom field to a DocType,Προσθέτει ένα προσαρμοσμένο πεδίο σε έναν τύπο εγγράφου
DocType: File,Is Home Folder,Είναι Προσωπικόςφάκελος DocType: File,Is Home Folder,Είναι Προσωπικόςφάκελος
apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} δεν είναι μια έγκυρη διεύθυνση ηλεκτρονικού ταχυδρομείου apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} δεν είναι μια έγκυρη διεύθυνση ηλεκτρονικού ταχυδρομείου
@@ -583,7 +585,7 @@ DocType: File,Folder,Φάκελος
DocType: DocField,Index,Δείκτης DocType: DocField,Index,Δείκτης
DocType: Email Group,Newsletter Manager,Ενημερωτικό Δελτίο Διευθυντής DocType: Email Group,Newsletter Manager,Ενημερωτικό Δελτίο Διευθυντής
apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,Επιλογή 1 apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,Επιλογή 1
apps/frappe/frappe/public/js/frappe/form/formatters.js +124,{0} to {1},{0} έως {1}
apps/frappe/frappe/public/js/frappe/form/formatters.js +129,{0} to {1},{0} έως {1}
apps/frappe/frappe/config/setup.py +89,Log of error during requests.,Συνδεθείτε σφάλματος κατά τη διάρκεια αιτήσεων. apps/frappe/frappe/config/setup.py +89,Log of error during requests.,Συνδεθείτε σφάλματος κατά τη διάρκεια αιτήσεων.
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} έχει προστεθεί με επιτυχία τον Όμιλο Email. apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} έχει προστεθεί με επιτυχία τον Όμιλο Email.
DocType: Address,Uttar Pradesh,Uttar Pradesh DocType: Address,Uttar Pradesh,Uttar Pradesh
@@ -593,7 +595,7 @@ apps/frappe/frappe/email/doctype/newsletter/newsletter.py +30,Scheduled to send
DocType: Kanban Board Column,Indicator,Δείκτης DocType: Kanban Board Column,Indicator,Δείκτης
DocType: DocShare,Everyone,Όλοι DocType: DocShare,Everyone,Όλοι
DocType: Workflow State,backward,Πίσω DocType: Workflow State,backward,Πίσω
apps/frappe/frappe/core/doctype/doctype/doctype.py +676,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: Μόνο ένας κανόνας είναι επιτρεπτός με τον ίδιο Ρόλο, Επίπεδο και {1}"
apps/frappe/frappe/core/doctype/doctype/doctype.py +680,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: Μόνο ένας κανόνας είναι επιτρεπτός με τον ίδιο Ρόλο, Επίπεδο και {1}"
DocType: Email Queue,Add Unsubscribe Link,Προσθήκη Διαγραφή Σύνδεσμος DocType: Email Queue,Add Unsubscribe Link,Προσθήκη Διαγραφή Σύνδεσμος
apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,Δεν υπάρχουν ακόμη σχόλια. Ξεκινήστε μια νέα συζήτηση. apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,Δεν υπάρχουν ακόμη σχόλια. Ξεκινήστε μια νέα συζήτηση.
DocType: Workflow State,share,Κοινοποίηση DocType: Workflow State,share,Κοινοποίηση
@@ -632,7 +634,7 @@ apps/frappe/frappe/printing/doctype/print_format/print_format.py +80,{0} is now
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,Αρχείο Στήλες apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,Αρχείο Στήλες
DocType: Email Account,Default Outgoing,Προεπιλογμένα εξερχόμενα DocType: Email Account,Default Outgoing,Προεπιλογμένα εξερχόμενα
DocType: Workflow State,play,Παιχνίδι DocType: Workflow State,play,Παιχνίδι
apps/frappe/frappe/templates/emails/new_user.html +5,Click on the link below to complete your registration and set a new password,Κάντε κλικ στον παρακάτω σύνδεσμο για να ολοκληρωθεί η εγγραφή σας και να ορίσετε έναν νέο κωδικό πρόσβασης
apps/frappe/frappe/templates/emails/new_user.html +4,Click on the link below to complete your registration and set a new password,Κάντε κλικ στον παρακάτω σύνδεσμο για να ολοκληρωθεί η εγγραφή σας και να ορίσετε έναν νέο κωδικό πρόσβασης
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,Δεν έγινε η προσθήκη apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,Δεν έγινε η προσθήκη
apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,Δεν Λογαριασμοί email ειδικό προορισμό apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,Δεν Λογαριασμοί email ειδικό προορισμό
DocType: Contact Us Settings,Contact Us Settings,Ρυθμίσεις επικοινωνίας DocType: Contact Us Settings,Contact Us Settings,Ρυθμίσεις επικοινωνίας
@@ -653,12 +655,12 @@ apps/frappe/frappe/core/page/user_permissions/user_permissions.js +127,Upload Us
DocType: Dropbox Settings,App Secret Key,App μυστικό κλειδί DocType: Dropbox Settings,App Secret Key,App μυστικό κλειδί
apps/frappe/frappe/config/website.py +7,Web Site,Web Site apps/frappe/frappe/config/website.py +7,Web Site,Web Site
apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,Τα επιλεγμένα στοιχεία θα εμφανίζονται στην επιφάνεια εργασίας apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,Τα επιλεγμένα στοιχεία θα εμφανίζονται στην επιφάνεια εργασίας
apps/frappe/frappe/core/doctype/doctype/doctype.py +719,{0} cannot be set for Single types,{0} Δεν μπορεί να οριστεί για μοναδιαίους τύπους
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0} cannot be set for Single types,{0} Δεν μπορεί να οριστεί για μοναδιαίους τύπους
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Kanban Διοικητικό {0} δεν υπάρχει. apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Kanban Διοικητικό {0} δεν υπάρχει.
apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} Αυτή τη στιγμή βλέπετε αυτό το έγγραφο apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} Αυτή τη στιγμή βλέπετε αυτό το έγγραφο
DocType: ToDo,Assigned By Full Name,Ανατεθεί Με Ονοματεπώνυμο DocType: ToDo,Assigned By Full Name,Ανατεθεί Με Ονοματεπώνυμο
apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} Ενημερώθηκε apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} Ενημερώθηκε
apps/frappe/frappe/core/doctype/doctype/doctype.py +709,Report cannot be set for Single types,Η έκθεση δεν μπορεί να οριστεί για μοναδιαίους τύπους
apps/frappe/frappe/core/doctype/doctype/doctype.py +713,Report cannot be set for Single types,Η έκθεση δεν μπορεί να οριστεί για μοναδιαίους τύπους
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} ημέρες πριν apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} ημέρες πριν
DocType: Email Account,Awaiting Password,Εν αναμονή Κωδικός DocType: Email Account,Awaiting Password,Εν αναμονή Κωδικός
DocType: Address,Address Line 1,Γραμμή διεύθυνσης 1 DocType: Address,Address Line 1,Γραμμή διεύθυνσης 1
@@ -708,7 +710,7 @@ DocType: Feedback Trigger,"To add dynamic subject, use jinja tags like
apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,App {0} αφαιρεθεί apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,App {0} αφαιρεθεί
DocType: Custom DocPerm,Apply User Permissions,Εφαρμογή δικαιωμάτων χρηστών DocType: Custom DocPerm,Apply User Permissions,Εφαρμογή δικαιωμάτων χρηστών
DocType: User,Modules HTML,Ενότητες HTML DocType: User,Modules HTML,Ενότητες HTML
apps/frappe/frappe/public/js/frappe/ui/field_group.js +82,Missing Values Required,Οι τιμές που λείπουν είναι απαραίτητες
apps/frappe/frappe/public/js/frappe/ui/field_group.js +96,Missing Values Required,Οι τιμές που λείπουν είναι απαραίτητες
DocType: DocType,Other Settings,άλλες ρυθμίσεις DocType: DocType,Other Settings,άλλες ρυθμίσεις
DocType: Social Login Keys,Frappe,Φραπέ DocType: Social Login Keys,Frappe,Φραπέ
apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,Επισήμανση ως μη αναγνωσμένα apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,Επισήμανση ως μη αναγνωσμένα
@@ -762,7 +764,7 @@ DocType: Event,orange,πορτοκάλι
apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,Όχι {0} βρέθηκαν apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,Όχι {0} βρέθηκαν
apps/frappe/frappe/config/setup.py +242,Add custom forms.,Προσθέστε προσαρμοσμένες φόρμες. apps/frappe/frappe/config/setup.py +242,Add custom forms.,Προσθέστε προσαρμοσμένες φόρμες.
apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} στο {2} apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} στο {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +419,submitted this document,υπέβαλε αυτό το έγγραφο
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,submitted this document,υπέβαλε αυτό το έγγραφο
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,The system provides many pre-defined roles. You can add new roles to set finer permissions.,Το σύστημα παρέχει πολλούς προκαθορισμένες ρόλους. Μπορείτε να προσθέσετε νέους ρόλους για να ορίσετε ειδικότερα δικαιώματα . apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,The system provides many pre-defined roles. You can add new roles to set finer permissions.,Το σύστημα παρέχει πολλούς προκαθορισμένες ρόλους. Μπορείτε να προσθέσετε νέους ρόλους για να ορίσετε ειδικότερα δικαιώματα .
DocType: Communication,CC,CC DocType: Communication,CC,CC
DocType: Country,Geo,Γεωγραφία DocType: Country,Geo,Γεωγραφία
@@ -812,7 +814,7 @@ DocType: DocType,Hide Toolbar,Απόκρυψη της γραμμής εργαλ
DocType: User,Last Active,Τελευταία σύνδεση DocType: User,Last Active,Τελευταία σύνδεση
DocType: Email Account,SMTP Settings for outgoing emails,Ρυθμίσεις smtp για εξερχόμενα μηνύματα ηλεκτρονικού ταχυδρομείου DocType: Email Account,SMTP Settings for outgoing emails,Ρυθμίσεις smtp για εξερχόμενα μηνύματα ηλεκτρονικού ταχυδρομείου
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,Η εισαγωγή απέτυχε apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,Η εισαγωγή απέτυχε
apps/frappe/frappe/templates/emails/password_update.html +3,Your password has been updated. Here is your new password,Ο κωδικός σας έχει ενημερωθεί. Εδώ είναι ο νέος κωδικός σας
apps/frappe/frappe/templates/emails/password_update.html +2,Your password has been updated. Here is your new password,Ο κωδικός σας έχει ενημερωθεί. Εδώ είναι ο νέος κωδικός σας
DocType: Email Account,Auto Reply Message,Μήνυμα αυτόματης απάντησης DocType: Email Account,Auto Reply Message,Μήνυμα αυτόματης απάντησης
DocType: Feedback Trigger,Condition,Συνθήκη DocType: Feedback Trigger,Condition,Συνθήκη
apps/frappe/frappe/utils/data.py +546,{0} hours ago,Πριν από {0} ώρες apps/frappe/frappe/utils/data.py +546,{0} hours ago,Πριν από {0} ώρες
@@ -820,7 +822,6 @@ apps/frappe/frappe/utils/data.py +556,1 month ago,Πριν από 1 μηνά
DocType: Contact,User ID,ID χρήστη DocType: Contact,User ID,ID χρήστη
DocType: Communication,Sent,Εστάλη DocType: Communication,Sent,Εστάλη
DocType: Address,Kerala,Κεράλα DocType: Address,Kerala,Κεράλα
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} χρόνια πριν
DocType: File,Lft,Lft DocType: File,Lft,Lft
DocType: User,Simultaneous Sessions,ταυτόχρονη Συνεδρίες DocType: User,Simultaneous Sessions,ταυτόχρονη Συνεδρίες
DocType: OAuth Client,Client Credentials,Διαπιστευτήρια πελάτη DocType: OAuth Client,Client Credentials,Διαπιστευτήρια πελάτη
@@ -837,7 +838,7 @@ DocType: Email Queue,Unsubscribe Method,Μέθοδος Διαγραφή
DocType: GSuite Templates,Related DocType,Σχετικό πρότυπο DocType DocType: GSuite Templates,Related DocType,Σχετικό πρότυπο DocType
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,Επεξεργασία για να προσθέσετε περιεχόμενο apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,Επεξεργασία για να προσθέσετε περιεχόμενο
apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,Επιλέξτε Γλώσσες apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,Επιλέξτε Γλώσσες
apps/frappe/frappe/__init__.py +517,No permission for {0},Δεν άδεια για {0}
apps/frappe/frappe/__init__.py +518,No permission for {0},Δεν άδεια για {0}
DocType: DocType,Advanced,Για προχωρημένους DocType: DocType,Advanced,Για προχωρημένους
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,Φαίνεται κλειδί API ή API μυστικό είναι λάθος !!! apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,Φαίνεται κλειδί API ή API μυστικό είναι λάθος !!!
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Παραπομπή: {0} {1} apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Παραπομπή: {0} {1}
@@ -869,14 +870,14 @@ DocType: Custom DocPerm,Additional Permissions,Πρόσθετα δικαιώμα
DocType: Email Account,Always use Account's Email Address as Sender,Πάντα να χρησιμοποιείτε Λογαριασμού διεύθυνση ηλεκτρονικού ταχυδρομείου ως αποστολέα DocType: Email Account,Always use Account's Email Address as Sender,Πάντα να χρησιμοποιείτε Λογαριασμού διεύθυνση ηλεκτρονικού ταχυδρομείου ως αποστολέα
apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,Συνδεθείτε για να σχολιάσετε apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,Συνδεθείτε για να σχολιάσετε
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,Ξεκινήστε την εισαγωγή δεδομένων κάτω από αυτή τη γραμμή apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,Ξεκινήστε την εισαγωγή δεδομένων κάτω από αυτή τη γραμμή
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +474,changed values for {0},μεταβολή των τιμών για {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +476,changed values for {0},μεταβολή των τιμών για {0}
DocType: Workflow State,retweet,Retweet DocType: Workflow State,retweet,Retweet
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,Καθορίστε την τιμή του πεδίου apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,Καθορίστε την τιμή του πεδίου
DocType: Report,Disabled,Απενεργοποιημένο DocType: Report,Disabled,Απενεργοποιημένο
DocType: Workflow State,eye-close,Eye-close DocType: Workflow State,eye-close,Eye-close
DocType: OAuth Provider Settings,OAuth Provider Settings,Ρυθμίσεις Provider OAuth DocType: OAuth Provider Settings,OAuth Provider Settings,Ρυθμίσεις Provider OAuth
apps/frappe/frappe/config/setup.py +254,Applications,Εφαρμογές apps/frappe/frappe/config/setup.py +254,Applications,Εφαρμογές
apps/frappe/frappe/public/js/frappe/request.js +349,Report this issue,Αναφορά αυτού του ζητήματος
apps/frappe/frappe/public/js/frappe/request.js +353,Report this issue,Αναφορά αυτού του ζητήματος
apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,Το όνομα είναι απαραίτητο apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,Το όνομα είναι απαραίτητο
DocType: Custom Script,Adds a custom script (client or server) to a DocType,Προσθέτει ένα προσαρμοσμένο script (client ή server) σε έναν τύπο εγγράφου DocType: Custom Script,Adds a custom script (client or server) to a DocType,Προσθέτει ένα προσαρμοσμένο script (client ή server) σε έναν τύπο εγγράφου
DocType: Address,City/Town,Πόλη / χωριό DocType: Address,City/Town,Πόλη / χωριό
@@ -960,7 +961,7 @@ DocType: Web Form,Actions,Ενέργειες
DocType: Workflow State,align-justify,Ευθυγράμμιση σε όλη τη γραμμή DocType: Workflow State,align-justify,Ευθυγράμμιση σε όλη τη γραμμή
DocType: User,Middle Name (Optional),Πατρώνυμο (προαιρετικό) DocType: User,Middle Name (Optional),Πατρώνυμο (προαιρετικό)
apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,Δεν επιτρέπεται apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,Δεν επιτρέπεται
apps/frappe/frappe/public/js/frappe/ui/field_group.js +83,Following fields have missing values:,Μετά πεδία έχουν τις τιμές που λείπουν:
apps/frappe/frappe/public/js/frappe/ui/field_group.js +97,Following fields have missing values:,Μετά πεδία έχουν τις τιμές που λείπουν:
apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,Δεν έχετε επαρκή δικαιώματα για την ολοκλήρωση της δράσης apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,Δεν έχετε επαρκή δικαιώματα για την ολοκλήρωση της δράσης
apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,Δεν υπάρχουν αποτελέσματα apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,Δεν υπάρχουν αποτελέσματα
DocType: System Settings,Security,Ασφάλεια DocType: System Settings,Security,Ασφάλεια
@@ -1003,7 +1004,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js +133,Hide Details,Απόκρ
DocType: Workflow State,Tasks,Εργασίες DocType: Workflow State,Tasks,Εργασίες
DocType: Event,Tuesday,Τρίτη DocType: Event,Tuesday,Τρίτη
DocType: Blog Settings,Blog Settings,Ρυθμίσεις blog DocType: Blog Settings,Blog Settings,Ρυθμίσεις blog
apps/frappe/frappe/templates/emails/new_user.html +17,You can also copy-paste this link in your browser,Μπορείτε επίσης να αντιγράψετε και να επικολλήσετε αυτό το σύνδεσμο στο πρόγραμμα περιήγησής σας
apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste this link in your browser,Μπορείτε επίσης να αντιγράψετε και να επικολλήσετε αυτό το σύνδεσμο στο πρόγραμμα περιήγησής σας
DocType: Workflow State,bullhorn,Τηλεβόας DocType: Workflow State,bullhorn,Τηλεβόας
DocType: Social Login Keys,Facebook Client Secret,Facebook client secret DocType: Social Login Keys,Facebook Client Secret,Facebook client secret
DocType: Footer Item,Target,Στόχος DocType: Footer Item,Target,Στόχος
@@ -1015,12 +1016,12 @@ DocType: ToDo,Due Date,Ημερομηνία λήξης προθεσμίας
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,Ημέρα τρίμηνο apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,Ημέρα τρίμηνο
DocType: Social Login Keys,Google Client Secret,Google client secret DocType: Social Login Keys,Google Client Secret,Google client secret
DocType: Website Settings,Hide Footer Signup,Απόκρυψη Υποσέλιδο Εγγραφή DocType: Website Settings,Hide Footer Signup,Απόκρυψη Υποσέλιδο Εγγραφή
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,cancelled this document,ακυρωθεί αυτό το έγγραφο
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +423,cancelled this document,ακυρωθεί αυτό το έγγραφο
apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,Γράψτε ένα αρχείο python στον ίδιο φάκελο όπου αυτό αποθηκεύεται και επέστρεψε στήλη και αποτέλεσμα. apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,Γράψτε ένα αρχείο python στον ίδιο φάκελο όπου αυτό αποθηκεύεται και επέστρεψε στήλη και αποτέλεσμα.
DocType: DocType,Sort Field,Πεδίο ταξινόμησης DocType: DocType,Sort Field,Πεδίο ταξινόμησης
DocType: Razorpay Settings,Razorpay Settings,Ρυθμίσεις Razorpay DocType: Razorpay Settings,Razorpay Settings,Ρυθμίσεις Razorpay
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +445,Edit Filter,Επεξεργασία φίλτρου
apps/frappe/frappe/core/doctype/doctype/doctype.py +415,Field {0} of type {1} cannot be mandatory,Το πεδίο {0} με τύπο {1} δεν μπορεί να είναι υποχρεωτικό
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +446,Edit Filter,Επεξεργασία φίλτρου
apps/frappe/frappe/core/doctype/doctype/doctype.py +419,Field {0} of type {1} cannot be mandatory,Το πεδίο {0} με τύπο {1} δεν μπορεί να είναι υποχρεωτικό
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,Πρόσθεσε περισσότερα apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,Πρόσθεσε περισσότερα
apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,Απόκρυψη Διάγραμμα apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,Απόκρυψη Διάγραμμα
DocType: System Settings,Session Expiry Mobile,Συνεδρία λήξης Κινητό DocType: System Settings,Session Expiry Mobile,Συνεδρία λήξης Κινητό
@@ -1061,7 +1062,7 @@ DocType: Address,Contacts,Επαφές
DocType: System Settings,Setup Complete,Η εγκατάσταση ολοκληρώθηκε DocType: System Settings,Setup Complete,Η εγκατάσταση ολοκληρώθηκε
apps/frappe/frappe/config/setup.py +66,Report of all document shares,Έκθεση του συνόλου των κοινοποιήσεων του εγγράφου apps/frappe/frappe/config/setup.py +66,Report of all document shares,Έκθεση του συνόλου των κοινοποιήσεων του εγγράφου
apps/frappe/frappe/www/update-password.html +18,New Password,Νέος κωδικός apps/frappe/frappe/www/update-password.html +18,New Password,Νέος κωδικός
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +73,Filter {0} missing,Φίλτρο {0} λείπει
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +74,Filter {0} missing,Φίλτρο {0} λείπει
apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,Συγνώμη! Δεν μπορείτε να διαγράψετε δημιουργείται αυτόματα σχόλια apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,Συγνώμη! Δεν μπορείτε να διαγράψετε δημιουργείται αυτόματα σχόλια
DocType: Website Theme,Style using CSS,Στυλ χρήση CSS DocType: Website Theme,Style using CSS,Στυλ χρήση CSS
apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,Τύπος εγγράφου αναφοράς apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,Τύπος εγγράφου αναφοράς
@@ -1126,7 +1127,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +127,Help on Searc
apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,Εγγεγραμμένοι αλλά άτομα με ειδικές ανάγκες apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,Εγγεγραμμένοι αλλά άτομα με ειδικές ανάγκες
DocType: DocType,Hide Copy,Απόκρυψη αντιγράφου DocType: DocType,Hide Copy,Απόκρυψη αντιγράφου
apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,Καταργήστε όλους τους ρόλους apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,Καταργήστε όλους τους ρόλους
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +114,{0} generated on {1},{0} δημιουργήθηκε στις {1}
apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} Πρέπει να είναι μοναδικό apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} Πρέπει να είναι μοναδικό
apps/frappe/frappe/permissions.py +274,Row,Γραμμή apps/frappe/frappe/permissions.py +274,Row,Γραμμή
DocType: DocType,Track Changes,Παρακολούθηση αλλαγών DocType: DocType,Track Changes,Παρακολούθηση αλλαγών
@@ -1177,11 +1177,11 @@ DocType: User,Github User ID,ID χρήστη github
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,Εάν Τύπος εγγράφου apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,Εάν Τύπος εγγράφου
apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","Δεν μπορείτε να διαγράψετε ή να ακυρώσετε επειδή {0} <a href=""#Form/{0}/{1}"">{1}</a> συνδέεται με {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}" apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","Δεν μπορείτε να διαγράψετε ή να ακυρώσετε επειδή {0} <a href=""#Form/{0}/{1}"">{1}</a> συνδέεται με {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}"
apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},Άγνωστος app {0} apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},Άγνωστος app {0}
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +48,"%s is not a valid report format. Report format should \
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +49,"%s is not a valid report format. Report format should \
one of the following %s",%s δεν είναι έγκυρη μορφή έκθεσης. Αναφορά μορφή θα πρέπει να \ ένα από τα ακόλουθα %s one of the following %s",%s δεν είναι έγκυρη μορφή έκθεσης. Αναφορά μορφή θα πρέπει να \ ένα από τα ακόλουθα %s
DocType: Communication,Chat,Κουβέντα DocType: Communication,Chat,Κουβέντα
apps/frappe/frappe/core/doctype/doctype/doctype.py +408,Fieldname {0} appears multiple times in rows {1},Το όνομα πεδίου {0} εμφανίζεται πολλαπλές φορές στις γραμμές {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +460,{0} from {1} to {2} in row #{3},{0} από {1} έως {2} στη σειρά # {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +412,Fieldname {0} appears multiple times in rows {1},Το όνομα πεδίου {0} εμφανίζεται πολλαπλές φορές στις γραμμές {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +462,{0} from {1} to {2} in row #{3},{0} από {1} έως {2} στη σειρά # {3}
DocType: Communication,Expired,Έληξε DocType: Communication,Expired,Έληξε
DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),Αριθμό των στηλών για ένα πεδίο σε ένα πλέγμα (Σύνολο Στήλες σε ένα πλέγμα πρέπει να είναι μικρότερο από 11) DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),Αριθμό των στηλών για ένα πεδίο σε ένα πλέγμα (Σύνολο Στήλες σε ένα πλέγμα πρέπει να είναι μικρότερο από 11)
DocType: DocType,System,Σύστημα DocType: DocType,System,Σύστημα
@@ -1196,7 +1196,7 @@ DocType: Help Article,Likes,Μου αρέσουν
DocType: Website Settings,Top Bar,Top bar DocType: Website Settings,Top Bar,Top bar
DocType: GSuite Settings,Script Code,Κώδικα δέσμης ενεργειών DocType: GSuite Settings,Script Code,Κώδικα δέσμης ενεργειών
apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,Δημιουργία ηλεκτρονικού ταχυδρομείου χρήστη apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,Δημιουργία ηλεκτρονικού ταχυδρομείου χρήστη
apps/frappe/frappe/core/doctype/doctype/doctype.py +647,No Permissions Specified,Δεν καθορίζονται δικαιώματα
apps/frappe/frappe/core/doctype/doctype/doctype.py +651,No Permissions Specified,Δεν καθορίζονται δικαιώματα
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,Καθολικές ρυθμίσεις: Οι χρήστες θα έχουν τη δυνατότητα να επιλέξουν ελέγχονται εικονίδια μόνο apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,Καθολικές ρυθμίσεις: Οι χρήστες θα έχουν τη δυνατότητα να επιλέξουν ελέγχονται εικονίδια μόνο
apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,Το {0} δεν βρέθηκε apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,Το {0} δεν βρέθηκε
DocType: Custom Role,Custom Role,Προσαρμοσμένη ρόλος DocType: Custom Role,Custom Role,Προσαρμοσμένη ρόλος
@@ -1208,12 +1208,12 @@ DocType: Dropbox Settings,Dropbox Access Secret,Dropbox access secret
apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,Προσθέστε άλλο ένα σχόλιο apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,Προσθέστε άλλο ένα σχόλιο
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,Επεξεργασία DocType apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,Επεξεργασία DocType
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,Αδιάθετες από Ενημερωτικό Δελτίο apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,Αδιάθετες από Ενημερωτικό Δελτίο
apps/frappe/frappe/core/doctype/doctype/doctype.py +507,Fold must come before a Section Break,Διπλώστε πρέπει να προηγηθεί μια αλλαγή ενότητας
apps/frappe/frappe/core/doctype/doctype/doctype.py +511,Fold must come before a Section Break,Διπλώστε πρέπει να προηγηθεί μια αλλαγή ενότητας
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,Υπό ανάπτυξη apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,Υπό ανάπτυξη
apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,Τροποποιήθηκε τελευταία από apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,Τροποποιήθηκε τελευταία από
DocType: Workflow State,hand-down,Hand-down DocType: Workflow State,hand-down,Hand-down
DocType: Address,GST State,Κράτος GST DocType: Address,GST State,Κράτος GST
apps/frappe/frappe/core/doctype/doctype/doctype.py +695,{0}: Cannot set Cancel without Submit,{0} : Δεν είναι δυνατή η ακύρωση χωρίς υποβολή
apps/frappe/frappe/core/doctype/doctype/doctype.py +699,{0}: Cannot set Cancel without Submit,{0} : Δεν είναι δυνατή η ακύρωση χωρίς υποβολή
DocType: Website Theme,Theme,Θέμα DocType: Website Theme,Theme,Θέμα
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,Υπήρχαν σφάλματα. apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,Υπήρχαν σφάλματα.
DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,Ανακατεύθυνση URI αναγκασμένοι να Auth Code DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,Ανακατεύθυνση URI αναγκασμένοι να Auth Code
@@ -1252,7 +1252,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +7,
apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,Πρόσθεσε σχόλιο apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,Πρόσθεσε σχόλιο
DocType: DocField,Mandatory,Υποχρεωτικό DocType: DocField,Mandatory,Υποχρεωτικό
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,Ενότητα για Εξαγωγή apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,Ενότητα για Εξαγωγή
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,{0}: No basic permissions set,{0}: Δεν ρυθμίστηκαν βασικά δικαιώματα
apps/frappe/frappe/core/doctype/doctype/doctype.py +663,{0}: No basic permissions set,{0}: Δεν ρυθμίστηκαν βασικά δικαιώματα
apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,Η συνδρομή σας θα λήξει στις {0}. apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,Η συνδρομή σας θα λήξει στις {0}.
apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},Ο σύνδεσμος λήψης του αντιγράφου ασφαλείας θα σας αποσταλεί στην ακόλουθη διεύθυνση ηλεκτρονικού ταχυδρομείου: {0} apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},Ο σύνδεσμος λήψης του αντιγράφου ασφαλείας θα σας αποσταλεί στην ακόλουθη διεύθυνση ηλεκτρονικού ταχυδρομείου: {0}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","Σημασία των υποβολή, ακύρωση, τροποποίηση" apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","Σημασία των υποβολή, ακύρωση, τροποποίηση"
@@ -1267,6 +1267,7 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +129,Filters sa
DocType: DocField,Percent,Τοις εκατό DocType: DocField,Percent,Τοις εκατό
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,Παρακαλούμε να ορίσετε φίλτρα apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,Παρακαλούμε να ορίσετε φίλτρα
apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,Συνδέεται με την apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,Συνδέεται με την
apps/frappe/frappe/templates/emails/auto_email_report.html +48,Edit Auto Email Report Settings,Επεξεργασία ρυθμίσεων αυτόματης αναφοράς ηλεκτρονικού ταχυδρομείου
DocType: Workflow State,book,Καταχώρηση DocType: Workflow State,book,Καταχώρηση
DocType: Website Settings,Landing Page,Σελίδα προσέλευσης DocType: Website Settings,Landing Page,Σελίδα προσέλευσης
apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,Σφάλμα στην προσαρμοσμένη δέσμη ενεργειών apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,Σφάλμα στην προσαρμοσμένη δέσμη ενεργειών
@@ -1275,7 +1276,7 @@ apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +132,"Import R
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,Δεν έχουν οριστεί δικαιώματα για τα εν λόγω κριτήρια. apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,Δεν έχουν οριστεί δικαιώματα για τα εν λόγω κριτήρια.
DocType: Auto Email Report,Auto Email Report,Auto Email Έκθεση DocType: Auto Email Report,Auto Email Report,Auto Email Έκθεση
apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,max Emails apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,max Emails
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +575,Delete comment?,Διαγραφή σχόλιο;
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +577,Delete comment?,Διαγραφή σχόλιο;
DocType: Address Template,This format is used if country specific format is not found,Αυτή η μορφοποίηση χρησιμοποιείται εάν δεν βρεθεί ειδική μορφοποίηση χώρας DocType: Address Template,This format is used if country specific format is not found,Αυτή η μορφοποίηση χρησιμοποιείται εάν δεν βρεθεί ειδική μορφοποίηση χώρας
DocType: System Settings,Allow Login using Mobile Number,Να επιτρέπεται η σύνδεση χρησιμοποιώντας τον αριθμό κινητού τηλεφώνου DocType: System Settings,Allow Login using Mobile Number,Να επιτρέπεται η σύνδεση χρησιμοποιώντας τον αριθμό κινητού τηλεφώνου
apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,Δεν έχετε επαρκή δικαιώματα για να αποκτήσετε πρόσβαση σε αυτόν τον πόρο. Επικοινωνήστε με το διαχειριστή σας για να αποκτήσετε πρόσβαση. apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,Δεν έχετε επαρκή δικαιώματα για να αποκτήσετε πρόσβαση σε αυτόν τον πόρο. Επικοινωνήστε με το διαχειριστή σας για να αποκτήσετε πρόσβαση.
@@ -1291,7 +1292,7 @@ DocType: Print Format,Monospace,Monospace
DocType: Letter Head,Printing,Εκτύπωση DocType: Letter Head,Printing,Εκτύπωση
DocType: Workflow State,thumbs-up,Thumbs-up DocType: Workflow State,thumbs-up,Thumbs-up
DocType: DocPerm,DocPerm,Άδεια εγγράφου DocType: DocPerm,DocPerm,Άδεια εγγράφου
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Precision should be between 1 and 6,Η ακρίβεια πρέπει να είναι μεταξύ 1 και 6
apps/frappe/frappe/core/doctype/doctype/doctype.py +467,Precision should be between 1 and 6,Η ακρίβεια πρέπει να είναι μεταξύ 1 και 6
apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},Fw: {0} apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},Fw: {0}
apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,Και apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,Και
DocType: Error Snapshot,Frames,Πλαίσια DocType: Error Snapshot,Frames,Πλαίσια
@@ -1304,9 +1305,10 @@ apps/frappe/frappe/utils/boilerplate.py +263,{app_title},{app_title}
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,Παρακαλώ ορίστε τα κλειδιά πρόσβασης dropbox στις ρυθμίσεις του site σας apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,Παρακαλώ ορίστε τα κλειδιά πρόσβασης dropbox στις ρυθμίσεις του site σας
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Διαγραφή αυτής της εγγραφής για να επιτρέψει την αποστολή σε αυτήν τη διεύθυνση ηλεκτρονικού ταχυδρομείου apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Διαγραφή αυτής της εγγραφής για να επιτρέψει την αποστολή σε αυτήν τη διεύθυνση ηλεκτρονικού ταχυδρομείου
apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,Μόνο τα υποχρεωτικά πεδία είναι απαραίτητα για νέες εγγραφές. Μπορείτε να διαγράψετε μη υποχρεωτικές στήλες εάν το επιθυμείτε. apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,Μόνο τα υποχρεωτικά πεδία είναι απαραίτητα για νέες εγγραφές. Μπορείτε να διαγράψετε μη υποχρεωτικές στήλες εάν το επιθυμείτε.
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +269,Unable to update event,Δεν είναι δυνατή η ενημέρωση εκδήλωση
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +262,Unable to update event,Δεν είναι δυνατή η ενημέρωση εκδήλωση
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Πλήρης πληρωμή apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Πλήρης πληρωμή
apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","Το φίλτρο πρέπει να έχει 4 τιμές (doctype, όνομα πεδίου, χειριστής, τιμή): {0}" apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","Το φίλτρο πρέπει να έχει 4 τιμές (doctype, όνομα πεδίου, χειριστής, τιμή): {0}"
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,Δεν βρέθηκε προεπιλεγμένο πρότυπο διεύθυνσης. Δημιουργήστε ένα νέο από το Setup&gt; Printing and Branding&gt; Template Address.
apps/frappe/frappe/utils/bot.py +89,show,προβολή apps/frappe/frappe/utils/bot.py +89,show,προβολή
DocType: Address Template,Address Template,Πρότυπο διεύθυνσης DocType: Address Template,Address Template,Πρότυπο διεύθυνσης
DocType: Workflow State,text-height,Text-height DocType: Workflow State,text-height,Text-height
@@ -1359,7 +1361,6 @@ apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +6,Can Write
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Ορισμένα έγγραφα, όπως ένα τιμολόγιο, δεν θα πρέπει να αλλάξουν αφού οριστικοποιηθούν. Η τελική κατάσταση των εν λόγω εγγράφων ονομάζεται υποβεβλημένο. Μπορείτε να ορίσετε ποιοι ρόλοι έχουν δικαίωμα υποβολής." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Ορισμένα έγγραφα, όπως ένα τιμολόγιο, δεν θα πρέπει να αλλάξουν αφού οριστικοποιηθούν. Η τελική κατάσταση των εν λόγω εγγράφων ονομάζεται υποβεβλημένο. Μπορείτε να ορίσετε ποιοι ρόλοι έχουν δικαίωμα υποβολής."
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,Δεν επιτρέπεται να εξάγουν αυτή την έκθεση apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,Δεν επιτρέπεται να εξάγουν αυτή την έκθεση
apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 επιλεγμένο στοιχείο apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 επιλεγμένο στοιχείο
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Δεν βρέθηκαν αποτελέσματα για ' </p>
DocType: Newsletter,Test Email Address,Δοκιμή διεύθυνση ηλεκτρονικού ταχυδρομείου DocType: Newsletter,Test Email Address,Δοκιμή διεύθυνση ηλεκτρονικού ταχυδρομείου
DocType: ToDo,Sender,Αποστολέας DocType: ToDo,Sender,Αποστολέας
DocType: GSuite Settings,Google Apps Script,Σενάριο Google Apps DocType: GSuite Settings,Google Apps Script,Σενάριο Google Apps
@@ -1372,7 +1373,7 @@ DocType: System Settings,Allow only one session per user,Επιτρέπουν μ
apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,Αντιγραφή apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,Αντιγραφή
apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,Αρχική Σελίδα / Δοκιμή Φάκελος 1 / Έλεγχος φακέλου 3 apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,Αρχική Σελίδα / Δοκιμή Φάκελος 1 / Έλεγχος φακέλου 3
DocType: Website Settings,&lt;head&gt; HTML,&lt;head&gt; HTML DocType: Website Settings,&lt;head&gt; HTML,&lt;head&gt; HTML
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +66,Select or drag across time slots to create a new event.,Επιλέξτε ή σύρετε χρονοθυρίδες για να δημιουργήσετε ένα νέο συμβάν.
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +67,Select or drag across time slots to create a new event.,Επιλέξτε ή σύρετε χρονοθυρίδες για να δημιουργήσετε ένα νέο συμβάν.
DocType: DocField,In Filter,Στο φίλτρο DocType: DocField,In Filter,Στο φίλτρο
apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban
DocType: DocType,Show in Module Section,Εμφάνιση στο τμήμα Module DocType: DocType,Show in Module Section,Εμφάνιση στο τμήμα Module
@@ -1393,7 +1394,7 @@ apps/frappe/frappe/email/doctype/email_account/email_account_list.js +6,Default
apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,εισαγωγής .zip apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,εισαγωγής .zip
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,έγγραφο ταυτότητας apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,έγγραφο ταυτότητας
DocType: Print Settings,Letter,Επιστολή DocType: Print Settings,Letter,Επιστολή
apps/frappe/frappe/core/doctype/doctype/doctype.py +556,Image field must be of type Attach Image,πεδίο εικόνας πρέπει να είναι τύπου Επισύναψη εικόνας
apps/frappe/frappe/core/doctype/doctype/doctype.py +560,Image field must be of type Attach Image,πεδίο εικόνας πρέπει να είναι τύπου Επισύναψη εικόνας
DocType: DocField,Columns,Στήλες DocType: DocField,Columns,Στήλες
DocType: Async Task,Succeeded,Πετυχημένος DocType: Async Task,Succeeded,Πετυχημένος
apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},Υποχρεωτικά πεδία είναι υποχρεωτικά σε {0} apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},Υποχρεωτικά πεδία είναι υποχρεωτικά σε {0}
@@ -1444,7 +1445,7 @@ DocType: DocField,Text Editor,Επεξεργαστής κειμένου
apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,Ρυθμίσεις για τη σελίδα προφίλ. apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,Ρυθμίσεις για τη σελίδα προφίλ.
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,Επεξεργασία προσαρμοσμένου κώδικα HTML apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,Επεξεργασία προσαρμοσμένου κώδικα HTML
DocType: Error Snapshot,Error Snapshot,Στιγμιότυπο σφάλματος DocType: Error Snapshot,Error Snapshot,Στιγμιότυπο σφάλματος
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,In,σε
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,In,σε
DocType: Email Alert,Value Change,Αλλαγή τιμής DocType: Email Alert,Value Change,Αλλαγή τιμής
DocType: Standard Reply,Standard Reply,Πρότυπη απάντηση DocType: Standard Reply,Standard Reply,Πρότυπη απάντηση
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,Το πλάτος του πεδίου εισόδου apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,Το πλάτος του πεδίου εισόδου
@@ -1464,12 +1465,11 @@ apps/frappe/frappe/public/js/frappe/views/communication.js +82,Select Attachment
apps/frappe/frappe/model/naming.py +94, for {0},για {0} apps/frappe/frappe/model/naming.py +94, for {0},για {0}
apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,Υπήρξαν λάθη. Παρακαλούμε αναφέρετε αυτό. apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,Υπήρξαν λάθη. Παρακαλούμε αναφέρετε αυτό.
apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,Δεν επιτρέπεται να εκτυπώσετε το έγγραφο apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,Δεν επιτρέπεται να εκτυπώσετε το έγγραφο
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +107,Please set filters value in Report Filter table.,Παρακαλούμε να ορίσετε την αξία φίλτρα στον πίνακα Έκθεση Φίλτρο.
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +120,Please set filters value in Report Filter table.,Παρακαλούμε να ορίσετε την αξία φίλτρα στον πίνακα Έκθεση Φίλτρο.
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,Φόρτωση Έκθεση apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,Φόρτωση Έκθεση
apps/frappe/frappe/limits.py +72,Your subscription will expire today.,Η συνδρομή σας θα λήξει σήμερα. apps/frappe/frappe/limits.py +72,Your subscription will expire today.,Η συνδρομή σας θα λήξει σήμερα.
DocType: Page,Standard,Πρότυπο DocType: Page,Standard,Πρότυπο
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Επισυνάψετε Το Αρχείο apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Επισυνάψετε Το Αρχείο
apps/frappe/frappe/templates/emails/password_update.html +1,Password Update Notification,Ειδοποίηση ενημέρωσης κωδικού
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Μέγεθος apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Μέγεθος
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Εκχώρηση Ολοκλήρωση apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Εκχώρηση Ολοκλήρωση
DocType: Custom DocPerm,User Permission DocTypes,Τύποι εγγράφου δικαιωμάτων χρήστη DocType: Custom DocPerm,User Permission DocTypes,Τύποι εγγράφου δικαιωμάτων χρήστη
@@ -1482,6 +1482,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +10,Insert Abo
apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,Κοινά ονόματα και επίθετα είναι εύκολο να μαντέψει κανείς. apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,Κοινά ονόματα και επίθετα είναι εύκολο να μαντέψει κανείς.
apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,Προσχέδιο apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,Προσχέδιο
apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,Αυτό είναι παρόμοιο με μια ευρέως χρησιμοποιούμενη κωδικό πρόσβασης. apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,Αυτό είναι παρόμοιο με μια ευρέως χρησιμοποιούμενη κωδικό πρόσβασης.
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Δεν βρέθηκαν αποτελέσματα για ' </p>
DocType: User,Female,Γυναίκα DocType: User,Female,Γυναίκα
DocType: Print Settings,Modern,Σύγχρονος DocType: Print Settings,Modern,Σύγχρονος
apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,Αποτελέσματα Αναζήτησης apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,Αποτελέσματα Αναζήτησης
@@ -1536,7 +1537,7 @@ apps/frappe/frappe/core/doctype/file/file_list.js +65,Folder name should not inc
DocType: Note,Note,Σημείωση DocType: Note,Note,Σημείωση
apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,Αναφορά σφάλματος apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,Αναφορά σφάλματος
apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,Οι συνθήκες ανάδρασης δεν ταιριάζουν apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,Οι συνθήκες ανάδρασης δεν ταιριάζουν
apps/frappe/frappe/core/doctype/doctype/doctype.py +570,Timeline field must be a valid fieldname,Χρονοδιάγραμμα πεδίο πρέπει να είναι ένα έγκυρο ΌνομαΠεδίου
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a valid fieldname,Χρονοδιάγραμμα πεδίο πρέπει να είναι ένα έγκυρο ΌνομαΠεδίου
DocType: Currency,Symbol,Σύμβολο DocType: Currency,Symbol,Σύμβολο
apps/frappe/frappe/model/base_document.py +534,Row #{0}:,Γραμμή #{0}: apps/frappe/frappe/model/base_document.py +534,Row #{0}:,Γραμμή #{0}:
apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,Ο νέος κωδικός απεστάλη μέσω e-mail apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,Ο νέος κωδικός απεστάλη μέσω e-mail
@@ -1593,8 +1594,7 @@ DocType: Web Page,Text Align,Στίχοιση κειμένου
apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},"Όνομα δεν μπορεί να περιέχει ειδικούς χαρακτήρες, όπως {0}" apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},"Όνομα δεν μπορεί να περιέχει ειδικούς χαρακτήρες, όπως {0}"
DocType: Contact Us Settings,Forward To Email Address,Προώθηση στις διευθύνσεις ηλεκτρονικού ταχυδρομείου DocType: Contact Us Settings,Forward To Email Address,Προώθηση στις διευθύνσεις ηλεκτρονικού ταχυδρομείου
apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,Εμφάνιση όλων των δεδομένων apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,Εμφάνιση όλων των δεδομένων
apps/frappe/frappe/core/doctype/doctype/doctype.py +527,Title field must be a valid fieldname,Το πεδίο τίτλου πρέπει να είναι ένα έγκυρο όνομα πεδίου
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,Δεν έχει ρυθμιστεί ο λογαριασμός ηλεκτρονικού ταχυδρομείου. Δημιουργήστε ένα νέο λογαριασμό ηλεκτρονικού ταχυδρομείου από το Setup&gt; Email&gt; Email Account
apps/frappe/frappe/core/doctype/doctype/doctype.py +531,Title field must be a valid fieldname,Το πεδίο τίτλου πρέπει να είναι ένα έγκυρο όνομα πεδίου
apps/frappe/frappe/config/core.py +7,Documents,Έγγραφα apps/frappe/frappe/config/core.py +7,Documents,Έγγραφα
DocType: Email Flag Queue,Is Completed,έχει ολοκληρωθεί DocType: Email Flag Queue,Is Completed,έχει ολοκληρωθεί
apps/frappe/frappe/www/me.html +22,Edit Profile,Επεξεργασία προφίλ apps/frappe/frappe/www/me.html +22,Edit Profile,Επεξεργασία προφίλ
@@ -1646,7 +1646,7 @@ DocType: Standard Reply,Standard Reply Help,Πρότυπο Απάντηση Βο
DocType: Blogger,Avatar,Avatar DocType: Blogger,Avatar,Avatar
DocType: Blogger,Posts,Δημοσιεύσεις DocType: Blogger,Posts,Δημοσιεύσεις
DocType: DocType,Has Web View,Έχει Web Προβολή DocType: DocType,Has Web View,Έχει Web Προβολή
apps/frappe/frappe/core/doctype/doctype/doctype.py +377,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","Το όνομά DocType θα πρέπει να αρχίζει με ένα γράμμα και μπορεί να αποτελείται μόνο από γράμματα, αριθμούς, διαστήματα και χαρακτήρες υπογράμμισης"
apps/frappe/frappe/core/doctype/doctype/doctype.py +381,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","Το όνομά DocType θα πρέπει να αρχίζει με ένα γράμμα και μπορεί να αποτελείται μόνο από γράμματα, αριθμούς, διαστήματα και χαρακτήρες υπογράμμισης"
DocType: Communication,Spam,Ανεπιθυμητη αλληλογραφια DocType: Communication,Spam,Ανεπιθυμητη αλληλογραφια
DocType: Integration Request,Integration Request,Αίτηση ολοκλήρωσης DocType: Integration Request,Integration Request,Αίτηση ολοκλήρωσης
apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,Αγαπητέ apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,Αγαπητέ
@@ -1682,7 +1682,7 @@ DocType: Website Settings,Sub-domain provided by erpnext.com,Sub-domain που
DocType: System Settings,dd-mm-yyyy,Ηη/μμ/εεεε DocType: System Settings,dd-mm-yyyy,Ηη/μμ/εεεε
apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,Πρέπει να έχετε δικαιώματα πρόσβασης σε αυτή την έκθεση. apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,Πρέπει να έχετε δικαιώματα πρόσβασης σε αυτή την έκθεση.
apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,Επιλέξτε το Ελάχιστο Βαθμολογία Κωδικού apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,Επιλέξτε το Ελάχιστο Βαθμολογία Κωδικού
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,Added,Προστέθηκε
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,Added,Προστέθηκε
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.","Ενημέρωση μόνο, μην εισάγετε νέες εγγραφές." apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.","Ενημέρωση μόνο, μην εισάγετε νέες εγγραφές."
apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,Το άρθρο καθημερινών γεγονότων απεστάλη για τις εκδηλώσεις του ημερολογίου για τις οποίες έχουν οριστεί υπενθυμίσεις. apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,Το άρθρο καθημερινών γεγονότων απεστάλη για τις εκδηλώσεις του ημερολογίου για τις οποίες έχουν οριστεί υπενθυμίσεις.
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,Δείτε την ιστοσελίδα apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,Δείτε την ιστοσελίδα
@@ -1696,7 +1696,7 @@ DocType: Integration Request,Reference DocName,Όνομα εγγράφου αν
DocType: Web Form,Success Message,Μήνυμα επιτυχίας DocType: Web Form,Success Message,Μήνυμα επιτυχίας
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,Προσαρμογές των εξαγωγών apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,Προσαρμογές των εξαγωγών
DocType: DocType,User Cannot Search,Ο χρήστης δεν μπορεί να αναζητήσει DocType: DocType,User Cannot Search,Ο χρήστης δεν μπορεί να αναζητήσει
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +83,Invalid Output Format,Άκυρη Μορφή εξόδου
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Invalid Output Format,Άκυρη Μορφή εξόδου
DocType: Custom DocPerm,Apply this rule if the User is the Owner,"Εφαρμόστε τον κανόνα αυτό, αν ο χρήστης είναι ο ιδιοκτήτης" DocType: Custom DocPerm,Apply this rule if the User is the Owner,"Εφαρμόστε τον κανόνα αυτό, αν ο χρήστης είναι ο ιδιοκτήτης"
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,Θα είναι το αναγνωριστικό σύνδεσής σας apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,Θα είναι το αναγνωριστικό σύνδεσής σας
apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,šΚατασκευή έκθεσης apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,šΚατασκευή έκθεσης
@@ -1714,10 +1714,11 @@ apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +138,There were e
apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,Κλείσιμο apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,Κλείσιμο
apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,Δεν είναι δυνατή η αλλαγή κατάστασης εγγράφου από 0 σε 2 apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,Δεν είναι δυνατή η αλλαγή κατάστασης εγγράφου από 0 σε 2
DocType: User Permission for Page and Report,Roles Permission,Ρόλοι άδεια DocType: User Permission for Page and Report,Roles Permission,Ρόλοι άδεια
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,Δεν έχει ρυθμιστεί ο λογαριασμός ηλεκτρονικού ταχυδρομείου. Δημιουργήστε ένα νέο λογαριασμό ηλεκτρονικού ταχυδρομείου από το Setup&gt; Email&gt; Email Account
apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,Ενημέρωση apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,Ενημέρωση
DocType: Error Snapshot,Snapshot View,Προβολή στιγμιότυπου DocType: Error Snapshot,Snapshot View,Προβολή στιγμιότυπου
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,Παρακαλώ αποθηκεύστε το ενημερωτικό δελτίο πριν από την αποστολή apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,Παρακαλώ αποθηκεύστε το ενημερωτικό δελτίο πριν από την αποστολή
apps/frappe/frappe/core/doctype/doctype/doctype.py +426,Options must be a valid DocType for field {0} in row {1},Οι επιλογές θα πρέπει να είναι ένας έγκυρος τύπος εγγράφου για το πεδίο {0} στη γραμμή {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +430,Options must be a valid DocType for field {0} in row {1},Οι επιλογές θα πρέπει να είναι ένας έγκυρος τύπος εγγράφου για το πεδίο {0} στη γραμμή {1}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,Επεξεργασία ιδιοτήτων apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,Επεξεργασία ιδιοτήτων
DocType: Patch Log,List of patches executed,Λίστα των δημοσιεύσεων του φόρουμ της ιστοσελίδας. DocType: Patch Log,List of patches executed,Λίστα των δημοσιεύσεων του φόρουμ της ιστοσελίδας.
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} έχετε ήδη διαγραφή apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} έχετε ήδη διαγραφή
@@ -1810,7 +1811,7 @@ apps/frappe/frappe/core/doctype/version/version_view.html +32,Rows Added,σει
apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,Επιτυχία! Είστε καλά να πάτε 👍 apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,Επιτυχία! Είστε καλά να πάτε 👍
apps/frappe/frappe/www/me.html +3,My Account,Ο Λογαριασμός Μου apps/frappe/frappe/www/me.html +3,My Account,Ο Λογαριασμός Μου
DocType: ToDo,Allocated To,Που διατίθενται για DocType: ToDo,Allocated To,Που διατίθενται για
apps/frappe/frappe/templates/emails/password_reset.html +4,Please click on the following link to set your new password,Παρακαλώ κάντε κλικ στον παρακάτω σύνδεσμο για να ορίσετε νέο κωδικό πρόσβασης
apps/frappe/frappe/templates/emails/password_reset.html +2,Please click on the following link to set your new password,Παρακαλώ κάντε κλικ στον παρακάτω σύνδεσμο για να ορίσετε νέο κωδικό πρόσβασης
DocType: Email Alert,Days After,Ημέρες Μετά DocType: Email Alert,Days After,Ημέρες Μετά
DocType: Newsletter,Receipient,παραλήπτης DocType: Newsletter,Receipient,παραλήπτης
DocType: Contact Us Settings,Settings for Contact Us Page,Ρυθμίσεις για τη σελίδα επικοινωνίας. DocType: Contact Us Settings,Settings for Contact Us Page,Ρυθμίσεις για τη σελίδα επικοινωνίας.
@@ -1824,7 +1825,7 @@ DocType: Property Setter,Property Type,Τύπος ιδιότητας
DocType: Workflow State,screenshot,Screenshot DocType: Workflow State,screenshot,Screenshot
apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,Μόνο ο διαχειριστής μπορεί να αποθηκεύσει μια πρότυπη έκθεση. Παρακαλώ να μετονομάσετε και να αποθηκεύσετε. apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,Μόνο ο διαχειριστής μπορεί να αποθηκεύσει μια πρότυπη έκθεση. Παρακαλώ να μετονομάσετε και να αποθηκεύσετε.
DocType: System Settings,Background Workers,Οι εργαζόμενοι φόντο DocType: System Settings,Background Workers,Οι εργαζόμενοι φόντο
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,Fieldname {0} conflicting with meta object,Όνομα πεδίου {0} που έρχεται σε σύγκρουση με αντικείμενο meta
apps/frappe/frappe/core/doctype/doctype/doctype.py +783,Fieldname {0} conflicting with meta object,Όνομα πεδίου {0} που έρχεται σε σύγκρουση με αντικείμενο meta
DocType: Deleted Document,Data,Δεδομένα DocType: Deleted Document,Data,Δεδομένα
apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,Κατάσταση εγγράφου apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,Κατάσταση εγγράφου
apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},Κάνατε {0} από {1} apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},Κάνατε {0} από {1}
@@ -1888,7 +1889,6 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +70,"""Parent"" signif
DocType: Website Theme,Apply Style,Εφαρμογή στυλ DocType: Website Theme,Apply Style,Εφαρμογή στυλ
DocType: Feedback Request,Feedback Rating,feedback Αξιολόγηση DocType: Feedback Request,Feedback Rating,feedback Αξιολόγηση
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,Κοινόχρηστο Με apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,Κοινόχρηστο Με
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,Εγκατάσταση&gt; Διαχείριση δικαιωμάτων χρηστών
DocType: Help Category,Help Articles,άρθρα Βοήθειας DocType: Help Category,Help Articles,άρθρα Βοήθειας
,Modules Setup,Ρυθμίσεις λειτουργικής μονάδας ,Modules Setup,Ρυθμίσεις λειτουργικής μονάδας
apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,Τύπος: apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,Τύπος:
@@ -1934,12 +1934,11 @@ apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 2,Επ
DocType: Feedback Trigger,Email Field,email πεδίο DocType: Feedback Trigger,Email Field,email πεδίο
apps/frappe/frappe/www/update-password.html +59,New Password Required.,Απαιτείται νέος κωδικός πρόσβασης. apps/frappe/frappe/www/update-password.html +59,New Password Required.,Απαιτείται νέος κωδικός πρόσβασης.
apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} Μοιράστηκε αυτό το έγγραφο με {1} apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} Μοιράστηκε αυτό το έγγραφο με {1}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,Ρύθμιση&gt; Χρήστης
DocType: Website Settings,Brand Image,brand Εικόνα DocType: Website Settings,Brand Image,brand Εικόνα
DocType: Print Settings,A4,A4 DocType: Print Settings,A4,A4
apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","Ρύθμιση της επάνω γραμμή πλοήγησης, του υποσέλιδου και του λογότυπου." apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","Ρύθμιση της επάνω γραμμή πλοήγησης, του υποσέλιδου και του λογότυπου."
DocType: Web Form Field,Max Value,Μέγιστη τιμή DocType: Web Form Field,Max Value,Μέγιστη τιμή
apps/frappe/frappe/core/doctype/doctype/doctype.py +655,For {0} at level {1} in {2} in row {3},Για {0} σε επίπεδο {1} στο {2} στη γραμμή {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,For {0} at level {1} in {2} in row {3},Για {0} σε επίπεδο {1} στο {2} στη γραμμή {3}
DocType: Contact,All,Όλα DocType: Contact,All,Όλα
DocType: Email Queue,Recipient,Παραλήπτης DocType: Email Queue,Recipient,Παραλήπτης
DocType: Communication,Has Attachment,έχει Συνημμένο DocType: Communication,Has Attachment,έχει Συνημμένο
@@ -1957,7 +1956,7 @@ DocType: Auto Email Report,Email To,E-mail Για να
apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,Φάκελο {0} δεν είναι άδειο apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,Φάκελο {0} δεν είναι άδειο
DocType: Page,Roles,Ρόλοι DocType: Page,Roles,Ρόλοι
apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},Σφάλμα: Λείπει τιμή για {0}: {1} apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},Σφάλμα: Λείπει τιμή για {0}: {1}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +286,Field {0} is not selectable.,Το πεδίο {0} δεν είναι επιλέξιμο .
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +287,Field {0} is not selectable.,Το πεδίο {0} δεν είναι επιλέξιμο .
DocType: System Settings,Session Expiry,Λήξη συνεδρίας DocType: System Settings,Session Expiry,Λήξη συνεδρίας
DocType: Workflow State,ban-circle,Ban-circle DocType: Workflow State,ban-circle,Ban-circle
DocType: Email Flag Queue,Unread,Αδιάβαστος DocType: Email Flag Queue,Unread,Αδιάβαστος
@@ -2015,7 +2014,7 @@ DocType: DocType,"Naming Options:
<ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",Ονοματοδοσία Επιλογές: <ol><li> <b>πεδίο: [ΌνομαΠεδίου]</b> - Με πεδίο </li><li> <b>naming_series:</b> - με την ονομασία Series (πεδίο που ονομάζεται naming_series πρέπει να είναι παρόντες </li><li> <b>Προτροπή</b> - Προτροπή του χρήστη για ένα όνομα </li><li> <b>[σειράς]</b> - Σειρά με πρόθεμα (χωρίζονται με τελεία)? για παράδειγμα PRE. ##### </li></ol> <ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",Ονοματοδοσία Επιλογές: <ol><li> <b>πεδίο: [ΌνομαΠεδίου]</b> - Με πεδίο </li><li> <b>naming_series:</b> - με την ονομασία Series (πεδίο που ονομάζεται naming_series πρέπει να είναι παρόντες </li><li> <b>Προτροπή</b> - Προτροπή του χρήστη για ένα όνομα </li><li> <b>[σειράς]</b> - Σειρά με πρόθεμα (χωρίζονται με τελεία)? για παράδειγμα PRE. ##### </li></ol>
DocType: Blog Post,Email Sent,Το email απεστάλη DocType: Blog Post,Email Sent,Το email απεστάλη
DocType: DocField,Ignore XSS Filter,Αγνοήστε XSS φίλτρο DocType: DocField,Ignore XSS Filter,Αγνοήστε XSS φίλτρο
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,removed,αφαιρεθεί
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,removed,αφαιρεθεί
apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,Ρυθμίσεις Dropbox αντιγράφων ασφαλείας apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,Ρυθμίσεις Dropbox αντιγράφων ασφαλείας
apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,Αποστολή ως e-mail apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,Αποστολή ως e-mail
DocType: Website Theme,Link Color,Χρώμα δεσμού DocType: Website Theme,Link Color,Χρώμα δεσμού
@@ -2148,6 +2147,7 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Α
DocType: DocType,Setup,Εγκατάσταση DocType: DocType,Setup,Εγκατάσταση
DocType: Email Account,Initial Sync Count,Αρχική Sync Καταμέτρηση DocType: Email Account,Initial Sync Count,Αρχική Sync Καταμέτρηση
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Νέο σχόλιο για {0} {1} apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Νέο σχόλιο για {0} {1}
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} χρόνια πριν
DocType: Workflow State,glass,Ποτήρι DocType: Workflow State,glass,Ποτήρι
DocType: DocType,Timeline Field,Χρονοδιάγραμμα πεδίο DocType: DocType,Timeline Field,Χρονοδιάγραμμα πεδίο
DocType: Country,Time Zones,Ζώνες ώρας DocType: Country,Time Zones,Ζώνες ώρας
@@ -2182,10 +2182,10 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +77,You are not
apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,Πληροφορίες: apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,Πληροφορίες:
DocType: Custom Field,Permission Level,Επίπεδο δικαιωμάτων DocType: Custom Field,Permission Level,Επίπεδο δικαιωμάτων
DocType: User,Send Notifications for Transactions I Follow,Αποστολή ειδοποιήσεων για συναλλαγές που παρακολουθώ DocType: User,Send Notifications for Transactions I Follow,Αποστολή ειδοποιήσεων για συναλλαγές που παρακολουθώ
apps/frappe/frappe/core/doctype/doctype/doctype.py +698,"{0}: Cannot set Submit, Cancel, Amend without Write","{0} : Δεν είναι δυνατή η ρύθμιση υποβολή, ακύρωση, τροποποίηση χωρίς εγγραφή"
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,"{0}: Cannot set Submit, Cancel, Amend without Write","{0} : Δεν είναι δυνατή η ρύθμιση υποβολή, ακύρωση, τροποποίηση χωρίς εγγραφή"
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,Είστε σίγουροι ότι θέλετε να διαγράψετε το συνημμένο; apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,Είστε σίγουροι ότι θέλετε να διαγράψετε το συνημμένο;
apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","Δεν μπορείτε να διαγράψετε ή να ακυρώσετε επειδή {0} <a href=""#Form/{0}/{1}"">{1}</a> συνδέεται με {2} <a href=""#Form/{2}/{3}"">{3}</a>" apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","Δεν μπορείτε να διαγράψετε ή να ακυρώσετε επειδή {0} <a href=""#Form/{0}/{1}"">{1}</a> συνδέεται με {2} <a href=""#Form/{2}/{3}"">{3}</a>"
apps/frappe/frappe/__init__.py +1070,Thank you,Σας ευχαριστούμε
apps/frappe/frappe/__init__.py +1071,Thank you,Σας ευχαριστούμε
apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,Οικονομία apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,Οικονομία
DocType: Print Settings,Print Style Preview,Προεπισκόπηση στυλ εκτύπωσης DocType: Print Settings,Print Style Preview,Προεπισκόπηση στυλ εκτύπωσης
apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder
@@ -2229,7 +2229,7 @@ apps/frappe/frappe/public/js/frappe/list/list_renderer.js +501,2 days ago,2 μέ
apps/frappe/frappe/config/website.py +47,Categorize blog posts.,Κατηγοριοποίηση δημοσιεύσεων blog. apps/frappe/frappe/config/website.py +47,Categorize blog posts.,Κατηγοριοποίηση δημοσιεύσεων blog.
DocType: Workflow State,Time,Χρόνος DocType: Workflow State,Time,Χρόνος
DocType: DocField,Attach,Επισυνάψτε DocType: DocField,Attach,Επισυνάψτε
apps/frappe/frappe/core/doctype/doctype/doctype.py +539,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} δεν είναι έγκυρο μοτίβο ΌνομαΠεδίου. Θα πρέπει να είναι {{FIELD_NAME}}.
apps/frappe/frappe/core/doctype/doctype/doctype.py +543,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} δεν είναι έγκυρο μοτίβο ΌνομαΠεδίου. Θα πρέπει να είναι {{FIELD_NAME}}.
DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,Αποστολή σχολίων Αίτημα μόνο εάν υπάρχει τουλάχιστον ένας επικοινωνίας είναι διαθέσιμη για το έγγραφο. DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,Αποστολή σχολίων Αίτημα μόνο εάν υπάρχει τουλάχιστον ένας επικοινωνίας είναι διαθέσιμη για το έγγραφο.
DocType: Custom Role,Permission Rules,Κανόνες άδειας DocType: Custom Role,Permission Rules,Κανόνες άδειας
DocType: GSuite Settings,GSuite Settings,Ρυθμίσεις GSuite DocType: GSuite Settings,GSuite Settings,Ρυθμίσεις GSuite
@@ -2249,7 +2249,7 @@ apps/frappe/frappe/website/doctype/blog_post/blog_post.py +106,Posts by {0},Δη
apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","Για να διαμορφώσετε τις στήλες, εισάγετε τις ετικέτες των στηλών στο ερώτημα." apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","Για να διαμορφώσετε τις στήλες, εισάγετε τις ετικέτες των στηλών στο ερώτημα."
DocType: Has Domain,Has Domain,Έχει τομέα DocType: Has Domain,Has Domain,Έχει τομέα
apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,Δεν έχετε λογαριασμό; Εγγραφείτε apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,Δεν έχετε λογαριασμό; Εγγραφείτε
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,{0}: Cannot set Assign Amend if not Submittable,"{0} : Δεν είναι δυνατή η ανάθεση τροποποίησης, αν δεν είναι υποβλητέα"
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set Assign Amend if not Submittable,"{0} : Δεν είναι δυνατή η ανάθεση τροποποίησης, αν δεν είναι υποβλητέα"
DocType: Address,Bihar,Bihar DocType: Address,Bihar,Bihar
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,Επεξεργασία δικαιωμάτων ρόλου apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,Επεξεργασία δικαιωμάτων ρόλου
DocType: Communication,Link DocType,DocType σύνδεσμο DocType: Communication,Link DocType,DocType σύνδεσμο
@@ -2301,7 +2301,7 @@ DocType: DocField,Set non-standard precision for a Float or Currency field,Ορ
DocType: Email Account,Ignore attachments over this size,Αγνοήστε τα συνημμένα πάνω από αυτό το μέγεθος DocType: Email Account,Ignore attachments over this size,Αγνοήστε τα συνημμένα πάνω από αυτό το μέγεθος
DocType: Address,Preferred Billing Address,Προτιμώμενη διεύθυνση χρέωσης DocType: Address,Preferred Billing Address,Προτιμώμενη διεύθυνση χρέωσης
apps/frappe/frappe/config/integrations.py +63,External Documents,Εξωτερικά Έγγραφα apps/frappe/frappe/config/integrations.py +63,External Documents,Εξωτερικά Έγγραφα
apps/frappe/frappe/database.py +235,Too many writes in one request. Please send smaller requests,Πάρα πολλές εγγραφές σε ένα αίτημα. Παρακαλώ να στέλνετε μικρότερα αιτήματα.
apps/frappe/frappe/database.py +247,Too many writes in one request. Please send smaller requests,Πάρα πολλές εγγραφές σε ένα αίτημα. Παρακαλώ να στέλνετε μικρότερα αιτήματα.
apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,τιμές Άλλαξε apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,τιμές Άλλαξε
DocType: Workflow State,arrow-up,Βέλος πάνω DocType: Workflow State,arrow-up,Βέλος πάνω
DocType: OAuth Bearer Token,Expires In,Λήγει σε DocType: OAuth Bearer Token,Expires In,Λήγει σε
@@ -2349,7 +2349,7 @@ apps/frappe/frappe/core/page/data_import_tool/importer.py +81,Please make sure t
apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,Παρακαλώ βεβαιωθείτε ότι το προφίλ σας έχει μια διεύθυνση ηλεκτρονικού ταχυδρομείου apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,Παρακαλώ βεβαιωθείτε ότι το προφίλ σας έχει μια διεύθυνση ηλεκτρονικού ταχυδρομείου
apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,Έχετε μη αποθηκευμένες αλλαγές σε αυτή τη φόρμα. Παρακαλώ αποθηκεύστε πριν συνεχίσετε. apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,Έχετε μη αποθηκευμένες αλλαγές σε αυτή τη φόρμα. Παρακαλώ αποθηκεύστε πριν συνεχίσετε.
DocType: Address,Telangana,Telangana DocType: Address,Telangana,Telangana
apps/frappe/frappe/core/doctype/doctype/doctype.py +459,Default for {0} must be an option,Προεπιλογή για {0} πρέπει να είναι μια επιλογή
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Default for {0} must be an option,Προεπιλογή για {0} πρέπει να είναι μια επιλογή
DocType: Tag Doc Category,Tag Doc Category,Tag Doc Κατηγορία DocType: Tag Doc Category,Tag Doc Category,Tag Doc Κατηγορία
DocType: User,User Image,Εικόνα εικόνα DocType: User,User Image,Εικόνα εικόνα
apps/frappe/frappe/email/queue.py +304,Emails are muted,Τα email είναι σε σίγαση apps/frappe/frappe/email/queue.py +304,Emails are muted,Τα email είναι σε σίγαση
@@ -2394,7 +2394,7 @@ DocType: Async Task,Running,Τρέξιμο
apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,Επαναφορά κωδικού πρόσβασης apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,Επαναφορά κωδικού πρόσβασης
apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,Παρακαλούμε Αναβάθμιση για να προσθέσετε περισσότερες από {0} συνδρομητές apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,Παρακαλούμε Αναβάθμιση για να προσθέσετε περισσότερες από {0} συνδρομητές
DocType: Workflow State,hand-left,Hand-left DocType: Workflow State,hand-left,Hand-left
apps/frappe/frappe/core/doctype/doctype/doctype.py +472,Fieldtype {0} for {1} cannot be unique,Fieldtype {0} για {1} δεν μπορεί να είναι μοναδικό
apps/frappe/frappe/core/doctype/doctype/doctype.py +476,Fieldtype {0} for {1} cannot be unique,Fieldtype {0} για {1} δεν μπορεί να είναι μοναδικό
DocType: Email Account,Use SSL,Χρήση ssl DocType: Email Account,Use SSL,Χρήση ssl
DocType: Workflow State,play-circle,Play-circle DocType: Workflow State,play-circle,Play-circle
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,Επιλέξτε μορφοποίηση εκτύπωσης για επεξεργασία apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,Επιλέξτε μορφοποίηση εκτύπωσης για επεξεργασία
@@ -2449,7 +2449,7 @@ DocType: DocField,No Copy,Δεν υπάρχει αντίγραφο
DocType: Workflow State,qrcode,Qrcode DocType: Workflow State,qrcode,Qrcode
apps/frappe/frappe/www/login.html +34,Login with LDAP,Σύνδεση με LDAP apps/frappe/frappe/www/login.html +34,Login with LDAP,Σύνδεση με LDAP
DocType: Web Form,Breadcrumbs,Διαδρομή DocType: Web Form,Breadcrumbs,Διαδρομή
apps/frappe/frappe/core/doctype/doctype/doctype.py +671,If Owner,Εάν Ιδιοκτήτης
apps/frappe/frappe/core/doctype/doctype/doctype.py +675,If Owner,Εάν Ιδιοκτήτης
DocType: OAuth Authorization Code,Expiration time,ώρα λήξης DocType: OAuth Authorization Code,Expiration time,ώρα λήξης
DocType: Web Page,Website Sidebar,ιστοσελίδα Sidebar DocType: Web Page,Website Sidebar,ιστοσελίδα Sidebar
DocType: Web Form,Show Sidebar,Εμφάνιση Sidebar DocType: Web Form,Show Sidebar,Εμφάνιση Sidebar
@@ -2620,6 +2620,7 @@ DocType: Portal Settings,Hide Standard Menu,Απόκρυψη Πρότυπο Με
apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,Προσθήκη / Διαχείριση Domains Email. apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,Προσθήκη / Διαχείριση Domains Email.
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},Δεν μπορείτε να ακυρώσετε πριν την υποβολή. Δείτε την μετάβαση {0} apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},Δεν μπορείτε να ακυρώσετε πριν την υποβολή. Δείτε την μετάβαση {0}
apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,Η μορφοποίηση εκτύπωσης {0} είναι απενεργοποιημένη apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,Η μορφοποίηση εκτύπωσης {0} είναι απενεργοποιημένη
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,Ρυθμίστε τον προεπιλεγμένο λογαριασμό ηλεκτρονικού ταχυδρομείου από το Setup&gt; Email&gt; Email Account
DocType: Email Alert,Send days before or after the reference date,Αποστολή ημερών πριν ή μετά την ημερομηνία αναφοράς DocType: Email Alert,Send days before or after the reference date,Αποστολή ημερών πριν ή μετά την ημερομηνία αναφοράς
DocType: User,Allow user to login only after this hour (0-24),Επίτρεψε στο χρήστη να συνδεθεί μόνο μετά από αυτή την ώρα (0-24) DocType: User,Allow user to login only after this hour (0-24),Επίτρεψε στο χρήστη να συνδεθεί μόνο μετά από αυτή την ώρα (0-24)
apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,Αξία apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,Αξία
@@ -2635,7 +2636,6 @@ DocType: ToDo,Priority,Προτεραιότητα
DocType: Email Queue,Unsubscribe Param,Διαγραφή Param DocType: Email Queue,Unsubscribe Param,Διαγραφή Param
DocType: Auto Email Report,Weekly,Εβδομαδιαίος DocType: Auto Email Report,Weekly,Εβδομαδιαίος
DocType: Communication,In Reply To,Σε απάντηση της DocType: Communication,In Reply To,Σε απάντηση της
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,Δεν βρέθηκε προεπιλεγμένο πρότυπο διεύθυνσης. Δημιουργήστε ένα νέο από το Setup&gt; Printing and Branding&gt; Template Address.
DocType: DocType,Allow Import (via Data Import Tool),Αφήστε Εισαγωγή (μέσω του εργαλείου εισαγωγής δεδομένων) DocType: DocType,Allow Import (via Data Import Tool),Αφήστε Εισαγωγή (μέσω του εργαλείου εισαγωγής δεδομένων)
apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,Sr apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,Sr
DocType: DocField,Float,Κινητής υποδιαστολής DocType: DocField,Float,Κινητής υποδιαστολής
@@ -2678,7 +2678,7 @@ apps/frappe/frappe/templates/emails/auto_reply.html +1,Thank you for your email,
DocType: DocField,Small Text,Μικρό κείμενο DocType: DocField,Small Text,Μικρό κείμενο
apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,Διαχειριστής προσπελαστεί {0} σε {1} μέσω της διεύθυνσης IP {2}. apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,Διαχειριστής προσπελαστεί {0} σε {1} μέσω της διεύθυνσης IP {2}.
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,Ίσο apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,Ίσο
apps/frappe/frappe/core/doctype/doctype/doctype.py +453,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',Οι επιλογές του τύπου πεδίου 'δυναμικός σύνδεσμος' πρέπει να δείχνουν σε ένα άλλο πεδίο συνδέσμου επιλογές σαν τον 'τύπο εγγράφου'
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',Οι επιλογές του τύπου πεδίου 'δυναμικός σύνδεσμος' πρέπει να δείχνουν σε ένα άλλο πεδίο συνδέσμου επιλογές σαν τον 'τύπο εγγράφου'
DocType: About Us Settings,Team Members Heading,Κεφαλίδα των μελών της ομάδας DocType: About Us Settings,Team Members Heading,Κεφαλίδα των μελών της ομάδας
apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,Μη έγκυρη μορφή CSV apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,Μη έγκυρη μορφή CSV
apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,Ρυθμίστε τον αριθμό των αντιγράφων ασφαλείας apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,Ρυθμίστε τον αριθμό των αντιγράφων ασφαλείας
@@ -2712,7 +2712,7 @@ DocType: Kanban Board Column,Column Name,Όνομα στήλης
DocType: Language,Based On,Με βάση την DocType: Language,Based On,Με βάση την
apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,Κάντε Προεπιλογή apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,Κάντε Προεπιλογή
apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,Ελέγξτε τη διεύθυνση URL Φραπέ διακομιστή apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,Ελέγξτε τη διεύθυνση URL Φραπέ διακομιστή
apps/frappe/frappe/core/doctype/doctype/doctype.py +495,Fieldtype {0} for {1} cannot be indexed,Fieldtype {0} για {1} δεν μπορεί να αναπροσαρμόζονται
apps/frappe/frappe/core/doctype/doctype/doctype.py +499,Fieldtype {0} for {1} cannot be indexed,Fieldtype {0} για {1} δεν μπορεί να αναπροσαρμόζονται
DocType: Communication,Email Account,Ο λογαριασμός ηλεκτρονικού ταχυδρομείου DocType: Communication,Email Account,Ο λογαριασμός ηλεκτρονικού ταχυδρομείου
DocType: Workflow State,Download,Λήψη DocType: Workflow State,Download,Λήψη
DocType: Blog Post,Blog Intro,Εισαγωγή blog DocType: Blog Post,Blog Intro,Εισαγωγή blog
@@ -2744,15 +2744,15 @@ apps/frappe/frappe/email/doctype/email_group/email_group.js +45,New Newsletter,
DocType: Print Settings,Send Print as PDF,Αποστολή εκτύπωσης ως pdf DocType: Print Settings,Send Print as PDF,Αποστολή εκτύπωσης ως pdf
DocType: Web Form,Amount,Ποσό DocType: Web Form,Amount,Ποσό
DocType: Workflow Transition,Allowed,Επιτρέπεται DocType: Workflow Transition,Allowed,Επιτρέπεται
apps/frappe/frappe/core/doctype/doctype/doctype.py +502,There can be only one Fold in a form,Μπορεί να υπάρχει μόνο μία αναδίπλωση σε μια φόρμα
apps/frappe/frappe/core/doctype/doctype/doctype.py +506,There can be only one Fold in a form,Μπορεί να υπάρχει μόνο μία αναδίπλωση σε μια φόρμα
apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},Δεν είναι δυνατή η εγγραφή μορφής αρχείου για το {0} apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},Δεν είναι δυνατή η εγγραφή μορφής αρχείου για το {0}
apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,Επαναφορά στις προεπιλεγμένες ρυθμίσεις; apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,Επαναφορά στις προεπιλεγμένες ρυθμίσεις;
apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,Μη έγκυρη αρχική σελίδα apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,Μη έγκυρη αρχική σελίδα
apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,Μη έγκυρη σύνδεση. Προσπάθησε ξανά. apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,Μη έγκυρη σύνδεση. Προσπάθησε ξανά.
apps/frappe/frappe/core/doctype/doctype/doctype.py +420,Options required for Link or Table type field {0} in row {1},Επιλογές που απαιτούνται για το πεδίο Τύπος συνδέσμου ή πίνακα {0} στη σειρά {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +424,Options required for Link or Table type field {0} in row {1},Επιλογές που απαιτούνται για το πεδίο Τύπος συνδέσμου ή πίνακα {0} στη σειρά {1}
DocType: Auto Email Report,Send only if there is any data,Αποστολή μόνο αν υπάρχει κάποια δεδομένα DocType: Auto Email Report,Send only if there is any data,Αποστολή μόνο αν υπάρχει κάποια δεδομένα
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,Επαναφορά φίλτρων apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,Επαναφορά φίλτρων
apps/frappe/frappe/core/doctype/doctype/doctype.py +688,{0}: Permission at level 0 must be set before higher levels are set,{0}: Το δικαίωμα στο επίπεδο 0 πρέπει να οριστεί πριν οριστούν υψηλότερα επίπεδα
apps/frappe/frappe/core/doctype/doctype/doctype.py +692,{0}: Permission at level 0 must be set before higher levels are set,{0}: Το δικαίωμα στο επίπεδο 0 πρέπει να οριστεί πριν οριστούν υψηλότερα επίπεδα
apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},Η ανάθεση έχει κλείσει από {0} apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},Η ανάθεση έχει κλείσει από {0}
DocType: Integration Request,Remote,Μακρινός DocType: Integration Request,Remote,Μακρινός
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,Υπολογισμός apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,Υπολογισμός
@@ -2772,7 +2772,7 @@ DocType: DocField,Perm Level,Επίπεδο πρόσβασης
apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,Συμβάντα στο σημερινό ημερολόγιο apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,Συμβάντα στο σημερινό ημερολόγιο
DocType: Web Page,Web Page,Ιστοσελίδα DocType: Web Page,Web Page,Ιστοσελίδα
DocType: Blog Category,Blogger,Blogger DocType: Blog Category,Blogger,Blogger
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In Global Search' not allowed for type {0} in row {1},&#39;Στην Παγκόσμια Αναζήτηση&#39; δεν επιτρέπεται ο τύπος {0} στη σειρά {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +449,'In Global Search' not allowed for type {0} in row {1},&#39;Στην Παγκόσμια Αναζήτηση&#39; δεν επιτρέπεται ο τύπος {0} στη σειρά {1}
apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,Προβολή λίστας apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,Προβολή λίστας
apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},Η ημερομηνία πρέπει να είναι σε μορφή : {0} apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},Η ημερομηνία πρέπει να είναι σε μορφή : {0}
DocType: Workflow,Don't Override Status,Μην Παράκαμψη Κατάσταση DocType: Workflow,Don't Override Status,Μην Παράκαμψη Κατάσταση
@@ -2821,7 +2821,7 @@ DocType: Website Theme,Background,Φόντο
DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","Λίστα json των τύπων εγγράφων που χρησιμοποιούνται για την εφαρμογή δικαιωμάτων χρήστη. Εάν είναι κενό, όλοι οι συνδεδεμένοι τύποι εγγράφων θα χρησιμοποιηθούν για να εφαρμοστούν τα δικαιώματα χρήσης." DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","Λίστα json των τύπων εγγράφων που χρησιμοποιούνται για την εφαρμογή δικαιωμάτων χρήστη. Εάν είναι κενό, όλοι οι συνδεδεμένοι τύποι εγγράφων θα χρησιμοποιηθούν για να εφαρμοστούν τα δικαιώματα χρήσης."
DocType: Report,Ref DocType,Ref doctype DocType: Report,Ref DocType,Ref doctype
apps/frappe/frappe/www/feedback.py +42,Please add a rating,Προσθέστε μια βαθμολογία apps/frappe/frappe/www/feedback.py +42,Please add a rating,Προσθέστε μια βαθμολογία
apps/frappe/frappe/core/doctype/doctype/doctype.py +700,{0}: Cannot set Amend without Cancel,{0} : Δεν είναι δυνατή η ρύθμιση τροποποίησης χωρίς ακύρωση
apps/frappe/frappe/core/doctype/doctype/doctype.py +704,{0}: Cannot set Amend without Cancel,{0} : Δεν είναι δυνατή η ρύθμιση τροποποίησης χωρίς ακύρωση
apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,Ολοσέλιδος apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,Ολοσέλιδος
DocType: DocType,Is Child Table,Είναι θυγατρικός πίνακας DocType: DocType,Is Child Table,Είναι θυγατρικός πίνακας
apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} Πρέπει να είναι μία από {1} apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} Πρέπει να είναι μία από {1}
@@ -2850,7 +2850,7 @@ DocType: Event,Send an email reminder in the morning,Στείλτε ένα email
DocType: Blog Post,Published On,Δημοσιεύθηκε στις DocType: Blog Post,Published On,Δημοσιεύθηκε στις
DocType: Contact,Gender,Φύλο DocType: Contact,Gender,Φύλο
apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,Υποχρεωτικές πληροφορίες λείπουν: apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,Υποχρεωτικές πληροφορίες λείπουν:
apps/frappe/frappe/core/doctype/doctype/doctype.py +492,Field '{0}' cannot be set as Unique as it has non-unique values,Το πεδίο &#39;{0}&#39; δεν μπορεί να οριστεί ως μοναδικό καθώς έχει μη μοναδικές τιμές
apps/frappe/frappe/core/doctype/doctype/doctype.py +496,Field '{0}' cannot be set as Unique as it has non-unique values,Το πεδίο &#39;{0}&#39; δεν μπορεί να οριστεί ως μοναδικό καθώς έχει μη μοναδικές τιμές
apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,Μόνο 200 ένθετα επιτρέπεται σε ένα αίτημα apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,Μόνο 200 ένθετα επιτρέπεται σε ένα αίτημα
DocType: Footer Item,URL,URL DocType: Footer Item,URL,URL
DocType: ToDo,Reference Type,Τύπος αναφοράς DocType: ToDo,Reference Type,Τύπος αναφοράς
@@ -2893,8 +2893,8 @@ apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +135,Please save
apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} συνδρομητές προστέθηκαν apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} συνδρομητές προστέθηκαν
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,Δεν Στο apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,Δεν Στο
DocType: Workflow State,star,Αστέρι DocType: Workflow State,star,Αστέρι
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +228,values separated by commas,τιμές διαχωρισμένες με κόμμα
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Max width for type Currency is 100px in row {0},Το μέγιστο πλάτος για τον τύπο νόμισμα είναι 100px στη γραμμή {0}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,values separated by commas,τιμές διαχωρισμένες με κόμμα
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,Max width for type Currency is 100px in row {0},Το μέγιστο πλάτος για τον τύπο νόμισμα είναι 100px στη γραμμή {0}
apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},Παρακαλούμε να μοιραστείτε τα σχόλιά σας για {0} apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},Παρακαλούμε να μοιραστείτε τα σχόλιά σας για {0}
apps/frappe/frappe/config/website.py +13,Content web page.,Ιστοσελίδα περιεχομένου apps/frappe/frappe/config/website.py +13,Content web page.,Ιστοσελίδα περιεχομένου
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Προσθήκη νέου ρόλου apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Προσθήκη νέου ρόλου
@@ -2912,7 +2912,7 @@ apps/frappe/frappe/public/js/frappe/desk.js +383,Please Enter Your Password to C
apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,Δεν είναι ένα έγκυρο χρήστη LDAP apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,Δεν είναι ένα έγκυρο χρήστη LDAP
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} Δεν είναι έγκυρη κατάσταση apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} Δεν είναι έγκυρη κατάσταση
apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',Επιλέξτε μια άλλη μέθοδο πληρωμής. Το PayPal δεν υποστηρίζει τις συναλλαγές μετρητών «{0}» apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',Επιλέξτε μια άλλη μέθοδο πληρωμής. Το PayPal δεν υποστηρίζει τις συναλλαγές μετρητών «{0}»
apps/frappe/frappe/core/doctype/doctype/doctype.py +519,Search field {0} is not valid,πεδίο αναζήτησης {0} δεν είναι έγκυρη
apps/frappe/frappe/core/doctype/doctype/doctype.py +523,Search field {0} is not valid,πεδίο αναζήτησης {0} δεν είναι έγκυρη
DocType: Workflow State,ok-circle,Ok-circle DocType: Workflow State,ok-circle,Ok-circle
apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',"Μπορείτε να βρείτε τα πράγματα, ζητώντας «να βρει πορτοκαλί πελατών" apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',"Μπορείτε να βρείτε τα πράγματα, ζητώντας «να βρει πορτοκαλί πελατών"
apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,Συγγνώμη! Ο χρήστης θα πρέπει να έχει πλήρη πρόσβαση στο δικό τους αρχείο. apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,Συγγνώμη! Ο χρήστης θα πρέπει να έχει πλήρη πρόσβαση στο δικό τους αρχείο.
@@ -2982,7 +2982,7 @@ DocType: User,Background Style,Στυλ φόντου
apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},συγχωνεύθηκαν {0} σε {1} apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},συγχωνεύθηκαν {0} σε {1}
DocType: System Settings,mm-dd-yyyy,μμ/ηη/εεεε DocType: System Settings,mm-dd-yyyy,μμ/ηη/εεεε
apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} Συνδεδεμένος apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} Συνδεδεμένος
apps/frappe/frappe/templates/emails/new_user.html +4,Your login id is,Το Id σύνδεσής σας είναι
apps/frappe/frappe/templates/emails/new_user.html +3,Your login id is,Το Id σύνδεσής σας είναι
DocType: OAuth Client,Skip Authorization,Μετάβαση Εξουσιοδότηση DocType: OAuth Client,Skip Authorization,Μετάβαση Εξουσιοδότηση
DocType: Web Form,Amount Field,ποσό πεδίο DocType: Web Form,Amount Field,ποσό πεδίο
DocType: Dropbox Settings,Send Notifications To,Αποστολή ενημερώσεων σε DocType: Dropbox Settings,Send Notifications To,Αποστολή ενημερώσεων σε


+ 1
- 1
frappe/translations/es-CL.csv View File

@@ -23,7 +23,7 @@ DocType: Address Template,"<h4>Default Template</h4>
{% if email_ID%} Email: {{email_ID}} &amp; lt; br &amp; gt ; {% endif -%} {% if email_ID%} Email: {{email_ID}} &amp; lt; br &amp; gt ; {% endif -%}
<!-- code--> <!-- pre--></code></pre></h4>" <!-- code--> <!-- pre--></code></pre></h4>"
apps/frappe/frappe/email/receive.py +197,Can not find UIDVALIDITY in imap status response,No se puede encontrar UIDVALIDITY en la respuesta de estado IMAP apps/frappe/frappe/email/receive.py +197,Can not find UIDVALIDITY in imap status response,No se puede encontrar UIDVALIDITY en la respuesta de estado IMAP
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +474,changed values for {0},Valores modificados para {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +476,changed values for {0},Valores modificados para {0}
DocType: Communication,Link DocType,Enlace DocType DocType: Communication,Link DocType,Enlace DocType
apps/frappe/frappe/desk/doctype/kanban_board/kanban_board.py +20,Column Name cannot be empty,El Nombre de la Columna no puede estar vacía apps/frappe/frappe/desk/doctype/kanban_board/kanban_board.py +20,Column Name cannot be empty,El Nombre de la Columna no puede estar vacía
,Feedback Ratings,Ratings de Feedback ,Feedback Ratings,Ratings de Feedback


+ 28
- 28
frappe/translations/es-PE.csv View File

@@ -1,4 +1,4 @@
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set import as {1} is not importable,{0}: no se puede definir 'De Importación' como {1} porque no es importable
apps/frappe/frappe/core/doctype/doctype/doctype.py +733,{0}: Cannot set import as {1} is not importable,{0}: no se puede definir 'De Importación' como {1} porque no es importable
DocType: DocField,Heading,Título DocType: DocField,Heading,Título
apps/frappe/frappe/public/js/frappe/model/model.js +106,Unable to load: {0},No se puede cargar : {0} apps/frappe/frappe/public/js/frappe/model/model.js +106,Unable to load: {0},No se puede cargar : {0}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,Permisos en los niveles más altos son los permisos de nivel de campo. Todos los campos tienen un conjunto Nivel de permiso en su contra y las reglas definidas en el que los permisos se aplican al campo. Esto es útil en caso de que quiera ocultar o hacer cierto campo de sólo lectura para ciertas funciones. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,Permisos en los niveles más altos son los permisos de nivel de campo. Todos los campos tienen un conjunto Nivel de permiso en su contra y las reglas definidas en el que los permisos se aplican al campo. Esto es útil en caso de que quiera ocultar o hacer cierto campo de sólo lectura para ciertas funciones.
@@ -18,7 +18,7 @@ apps/frappe/frappe/public/js/frappe/form/control.js +1085,Select from existing a
DocType: Email Alert Recipient,Email By Document Field,Email Por Campo Documento DocType: Email Alert Recipient,Email By Document Field,Email Por Campo Documento
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +483,Saved!,Guardado! apps/frappe/frappe/core/page/permission_manager/permission_manager.js +483,Saved!,Guardado!
apps/frappe/frappe/public/js/frappe/ui/messages.js +66,Enter Value,Introducir valor apps/frappe/frappe/public/js/frappe/ui/messages.js +66,Enter Value,Introducir valor
apps/frappe/frappe/core/doctype/doctype/doctype.py +698,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: no se puede Presentar, Cancelar y Corregir sin Guardar"
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: no se puede Presentar, Cancelar y Corregir sin Guardar"
DocType: Web Page,Insert Style,Inserte Estilo DocType: Web Page,Insert Style,Inserte Estilo
DocType: Workflow State,th-large,-ésimo gran DocType: Workflow State,th-large,-ésimo gran
DocType: User,Email Settings,Configuración del correo electrónico DocType: User,Email Settings,Configuración del correo electrónico
@@ -62,7 +62,7 @@ DocType: Workflow,"If checked, all other workflows become inactive.","Si se sele
DocType: Event,Send an email reminder in the morning,Enviar un recordatorio por correo electrónico en la mañana DocType: Event,Send an email reminder in the morning,Enviar un recordatorio por correo electrónico en la mañana
DocType: DocField,No Copy,Sin copia DocType: DocField,No Copy,Sin copia
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,Edición de HTML personalizado apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,Edición de HTML personalizado
apps/frappe/frappe/templates/emails/password_update.html +3,Your password has been updated. Here is your new password,Su contraseña se ha actualizado. Aquí está tu nueva contraseña
apps/frappe/frappe/templates/emails/password_update.html +2,Your password has been updated. Here is your new password,Su contraseña se ha actualizado. Aquí está tu nueva contraseña
apps/frappe/frappe/core/page/user_permissions/user_permissions.py +59,Cannot remove permission for DocType: {0} and Name: {1},No se puede quitar el permiso para tipo de documento: {0} y nombre: {1} apps/frappe/frappe/core/page/user_permissions/user_permissions.py +59,Cannot remove permission for DocType: {0} and Name: {1},No se puede quitar el permiso para tipo de documento: {0} y nombre: {1}
DocType: Role,Role Name,Nombre de la Función DocType: Role,Role Name,Nombre de la Función
DocType: DocField,Report Hide,Ocultar Informe DocType: DocField,Report Hide,Ocultar Informe
@@ -93,10 +93,10 @@ DocType: Web Page,Left,Izquierda
apps/frappe/frappe/core/doctype/user/user.py +174,Sorry! Sharing with Website User is prohibited.,¡Lo siento! Compartir con los del Sitio Web está prohibido. apps/frappe/frappe/core/doctype/user/user.py +174,Sorry! Sharing with Website User is prohibited.,¡Lo siento! Compartir con los del Sitio Web está prohibido.
DocType: Custom Script,Script,Guión DocType: Custom Script,Script,Guión
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +71,Refresh Form,Formulario de actualización apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +71,Refresh Form,Formulario de actualización
apps/frappe/frappe/templates/emails/new_user.html +3,A new account has been created for you at {0},Una nueva cuenta ha sido creada para ti en {0}
apps/frappe/frappe/templates/emails/new_user.html +2,A new account has been created for you at {0},Una nueva cuenta ha sido creada para ti en {0}
DocType: Website Script,Website Script,Guión del Sitio Web DocType: Website Script,Website Script,Guión del Sitio Web
apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,Referencia DocType apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,Referencia DocType
apps/frappe/frappe/__init__.py +1070,Thank you,Gracias
apps/frappe/frappe/__init__.py +1071,Thank you,Gracias
DocType: Address,Shipping,Envío DocType: Address,Shipping,Envío
DocType: Standard Reply,Standard Reply,Respuestas automáticas DocType: Standard Reply,Standard Reply,Respuestas automáticas
DocType: Currency,"How should this currency be formatted? If not set, will use system defaults","¿Cómo se debe formatear esta moneda ? Si no se establece, utilizará valores predeterminados del sistema" DocType: Currency,"How should this currency be formatted? If not set, will use system defaults","¿Cómo se debe formatear esta moneda ? Si no se establece, utilizará valores predeterminados del sistema"
@@ -127,18 +127,18 @@ DocType: Footer Item,Company,Compañía(s)
DocType: Email Alert,Send alert if date matches this field's value,Envíe la alarma si la fecha coincide con el valor de este campo DocType: Email Alert,Send alert if date matches this field's value,Envíe la alarma si la fecha coincide con el valor de este campo
apps/frappe/frappe/config/setup.py +156,Setup Email Alert based on various criteria.,Configuración de Alerta de E-mail basado en varios criterios. apps/frappe/frappe/config/setup.py +156,Setup Email Alert based on various criteria.,Configuración de Alerta de E-mail basado en varios criterios.
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +697,You can add dynamic properties from the document by using Jinja templating.,Puede añadir propiedades dinámicas del documento mediante el uso de plantillas Jinja. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +697,You can add dynamic properties from the document by using Jinja templating.,Puede añadir propiedades dinámicas del documento mediante el uso de plantillas Jinja.
apps/frappe/frappe/core/doctype/doctype/doctype.py +459,Default for {0} must be an option,Predeterminado para {0} debe ser una opción
apps/frappe/frappe/core/doctype/doctype/doctype.py +426,Options must be a valid DocType for field {0} in row {1},Las opciones deben ser validas para el DocType en el campo {0} de la linea {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Default for {0} must be an option,Predeterminado para {0} debe ser una opción
apps/frappe/frappe/core/doctype/doctype/doctype.py +430,Options must be a valid DocType for field {0} in row {1},Las opciones deben ser validas para el DocType en el campo {0} de la linea {1}
apps/frappe/frappe/templates/emails/auto_reply.html +5,This is an automatically generated reply,Esta es una respuesta generada automáticamente apps/frappe/frappe/templates/emails/auto_reply.html +5,This is an automatically generated reply,Esta es una respuesta generada automáticamente
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +434,Set,conjunto apps/frappe/frappe/core/page/permission_manager/permission_manager.js +434,Set,conjunto
DocType: Workflow State,Workflow State,Estados de los flujos de trabajo DocType: Workflow State,Workflow State,Estados de los flujos de trabajo
DocType: Communication,Submitted,Enviado DocType: Communication,Submitted,Enviado
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,{0}: No basic permissions set,{0}: No se han asignado permisos básicos
apps/frappe/frappe/core/doctype/doctype/doctype.py +663,{0}: No basic permissions set,{0}: No se han asignado permisos básicos
apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","Se está generando su descarga, esto puede tardar unos minutos..." apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","Se está generando su descarga, esto puede tardar unos minutos..."
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +127,Upload User Permissions,Sube Permisos de Usuario apps/frappe/frappe/core/page/user_permissions/user_permissions.js +127,Upload User Permissions,Sube Permisos de Usuario
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +43,Download with data,Descarga de datos apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +43,Download with data,Descarga de datos
DocType: DocType,Hide Heading,Ocultar Rubro DocType: DocType,Hide Heading,Ocultar Rubro
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,{0}: Cannot set Assign Amend if not Submittable,{0}: no se puede 'Asignar Correción' si no se puede presentar
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set Assign Amend if not Submittable,{0}: no se puede 'Asignar Correción' si no se puede presentar
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +411,Remove Section,Retire la Sección apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +411,Remove Section,Retire la Sección
apps/frappe/frappe/core/doctype/file/file.py +221,No permission to write / remove.,No tiene permiso para escribir/eliminar. apps/frappe/frappe/core/doctype/file/file.py +221,No permission to write / remove.,No tiene permiso para escribir/eliminar.
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +158,No Report Loaded. Please use query-report/[Report Name] to run a report.,No se cargo el reporte. Utilice Consultar Informes/[Report Name]] para ejecutar un reporte. apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +158,No Report Loaded. Please use query-report/[Report Name] to run a report.,No se cargo el reporte. Utilice Consultar Informes/[Report Name]] para ejecutar un reporte.
@@ -161,15 +161,15 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +62,Please do not chan
DocType: Email Alert,Days Before or After,Días Anteriores o Posteriores DocType: Email Alert,Days Before or After,Días Anteriores o Posteriores
DocType: File,Content Hash,Hash contenido DocType: File,Content Hash,Hash contenido
DocType: Workflow State,align-left,alinear -izquierda DocType: Workflow State,align-left,alinear -izquierda
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,{0}: Cannot set Import without Create,{0}: no se puede establecer 'De importación' sin crearlo primero
apps/frappe/frappe/core/doctype/doctype/doctype.py +706,{0}: Cannot set Import without Create,{0}: no se puede establecer 'De importación' sin crearlo primero
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +255,Hide field in Report Builder,Ocultar campo en el Generador de Informes apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +255,Hide field in Report Builder,Ocultar campo en el Generador de Informes
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Max width for type Currency is 100px in row {0},El ancho máximo para la moneda es 100px en la linea {0}
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,Max width for type Currency is 100px in row {0},El ancho máximo para la moneda es 100px en la linea {0}
apps/frappe/frappe/public/js/frappe/form/link_selector.js +143,{0} added,{0} agregado(s) apps/frappe/frappe/public/js/frappe/form/link_selector.js +143,{0} added,{0} agregado(s)
DocType: Integration Request,Reference DocName,Referencia DocNombre DocType: Integration Request,Reference DocName,Referencia DocNombre
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +790,Saved,Guardado apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +790,Saved,Guardado
DocType: System Settings,Security,Seguridad DocType: System Settings,Security,Seguridad
DocType: Custom DocPerm,Read,Lectura DocType: Custom DocPerm,Read,Lectura
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,use % as wildcard,Use% como comodín
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +230,use % as wildcard,Use% como comodín
apps/frappe/frappe/model/delete_doc.py +162,User not allowed to delete {0}: {1},El usuario no puede eliminar {0}: {1} apps/frappe/frappe/model/delete_doc.py +162,User not allowed to delete {0}: {1},El usuario no puede eliminar {0}: {1}
apps/frappe/frappe/desk/query_report.py +87,Query must be a SELECT,Debe seleccionar la Consulta apps/frappe/frappe/desk/query_report.py +87,Query must be a SELECT,Debe seleccionar la Consulta
DocType: DocShare,Document Name,Nombre del documento DocType: DocShare,Document Name,Nombre del documento
@@ -185,13 +185,13 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +34
apps/frappe/frappe/website/doctype/website_theme/website_theme.py +30,You are not allowed to delete a standard Website Theme,No se le permite eliminar un tema Sitio web estándar apps/frappe/frappe/website/doctype/website_theme/website_theme.py +30,You are not allowed to delete a standard Website Theme,No se le permite eliminar un tema Sitio web estándar
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +227,Permissions can be managed via Setup &gt; Role Permissions Manager,Los permisos se pueden gestionar a través de Configuración > Administrador de Funciones apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +227,Permissions can be managed via Setup &gt; Role Permissions Manager,Los permisos se pueden gestionar a través de Configuración > Administrador de Funciones
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +34,Download Blank Template,Descargar la plantilla en blanco apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +34,Download Blank Template,Descargar la plantilla en blanco
apps/frappe/frappe/core/doctype/doctype/doctype.py +688,{0}: Permission at level 0 must be set before higher levels are set,{0} : Permiso en el nivel 0 se debe establecer antes de fijar niveles más altos
apps/frappe/frappe/core/doctype/doctype/doctype.py +692,{0}: Permission at level 0 must be set before higher levels are set,{0} : Permiso en el nivel 0 se debe establecer antes de fijar niveles más altos
DocType: System Settings,dd-mm-yyyy,dd- mm- aaaa DocType: System Settings,dd-mm-yyyy,dd- mm- aaaa
apps/frappe/frappe/config/desk.py +54,"Newsletters to contacts, leads.","Boletines para contactos, clientes potenciales ." apps/frappe/frappe/config/desk.py +54,"Newsletters to contacts, leads.","Boletines para contactos, clientes potenciales ."
DocType: Email Alert,Message Examples,Ejemplos de Mensajes DocType: Email Alert,Message Examples,Ejemplos de Mensajes
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","Como práctica recomendada , no asigne el mismo conjunto de permisos para diferentes funciones. En su lugar, establecer varias funciones al mismo usuario ." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","Como práctica recomendada , no asigne el mismo conjunto de permisos para diferentes funciones. En su lugar, establecer varias funciones al mismo usuario ."
DocType: Website Theme,Top Bar Color,Inicio Barra Color DocType: Website Theme,Top Bar Color,Inicio Barra Color
apps/frappe/frappe/core/doctype/doctype/doctype.py +502,There can be only one Fold in a form,Sólo puede haber un doblez en forma
apps/frappe/frappe/core/doctype/doctype/doctype.py +506,There can be only one Fold in a form,Sólo puede haber un doblez en forma
DocType: Address,Shop,Tienda DocType: Address,Shop,Tienda
apps/frappe/frappe/public/js/frappe/views/treeview.js +161,Add Child,Agregar subcuenta apps/frappe/frappe/public/js/frappe/views/treeview.js +161,Add Child,Agregar subcuenta
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +7,Roles can be set for users from their User page.,Las funciones se pueden configurar para los usuarios de su página de usuario . apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +7,Roles can be set for users from their User page.,Las funciones se pueden configurar para los usuarios de su página de usuario .
@@ -229,7 +229,7 @@ DocType: DocType,Single Types have only one record no tables associated. Values
apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +58,Make a new,Hacer una nueva apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +58,Make a new,Hacer una nueva
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +222,Select User or DocType to start.,Seleccionar usuario o tipo de documento para empezar. apps/frappe/frappe/core/page/user_permissions/user_permissions.js +222,Select User or DocType to start.,Seleccionar usuario o tipo de documento para empezar.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +35,"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 tendrán acceso a los documentos que puedan (por ejemplo, Entrada de blog ) donde se encuentra la relación (por ejemplo, Blogger ) ." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +35,"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 tendrán acceso a los documentos que puedan (por ejemplo, Entrada de blog ) donde se encuentra la relación (por ejemplo, Blogger ) ."
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,'In List View' not allowed for type {0} in row {1},No está permitido para el tipo {0} en la linea {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In List View' not allowed for type {0} in row {1},No está permitido para el tipo {0} en la linea {1}
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +216,"Change type of field. (Currently, Type change is \ apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +216,"Change type of field. (Currently, Type change is \
allowed among 'Currency and Float')","Cambiar el tipo de campo. (Actual, Tipo de cambio, Cantidad permitida, Moneda, Flotante, etc)" allowed among 'Currency and Float')","Cambiar el tipo de campo. (Actual, Tipo de cambio, Cantidad permitida, Moneda, Flotante, etc)"
DocType: Footer Item,"Select target = ""_blank"" to open in a new page.","Select target = "" _blank"" para abrir en una nueva página." DocType: Footer Item,"Select target = ""_blank"" to open in a new page.","Select target = "" _blank"" para abrir en una nueva página."
@@ -254,15 +254,15 @@ apps/frappe/frappe/sessions.py +156,Redis cache server not running. Please conta
DocType: Workflow Document State,Only Allow Edit For,Sólo Permitir Editar Para DocType: Workflow Document State,Only Allow Edit For,Sólo Permitir Editar Para
DocType: Website Slideshow,This goes above the slideshow.,Esto va por encima de la presentación de diapositivas. DocType: Website Slideshow,This goes above the slideshow.,Esto va por encima de la presentación de diapositivas.
DocType: Website Settings,Footer Items,Elementos del Pie de Página DocType: Website Settings,Footer Items,Elementos del Pie de Página
apps/frappe/frappe/core/doctype/doctype/doctype.py +700,{0}: Cannot set Amend without Cancel,{0}: no se puede 'Corregir' sin antes cancelar
apps/frappe/frappe/templates/emails/new_user.html +4,Your login id is,Su nombre de usuario es
apps/frappe/frappe/core/doctype/doctype/doctype.py +704,{0}: Cannot set Amend without Cancel,{0}: no se puede 'Corregir' sin antes cancelar
apps/frappe/frappe/templates/emails/new_user.html +3,Your login id is,Su nombre de usuario es
DocType: DocField,Currency,Divisa DocType: DocField,Currency,Divisa
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,"Por favor, especifique el doctype" apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,"Por favor, especifique el doctype"
DocType: System Settings,Session Expiry Mobile,Vencimiento de sesión en dispositivo mobil DocType: System Settings,Session Expiry Mobile,Vencimiento de sesión en dispositivo mobil
DocType: Web Form,Text to be displayed for Link to Web Page if this form has a web page. Link route will be automatically generated based on `page_name` and `parent_website_route`,El texto que se muestra para enlazar a la página Web si esta forma dispone de una página web. Ruta Enlace automáticamente se genera en base a `page_name` y` parent_website_route` DocType: Web Form,Text to be displayed for Link to Web Page if this form has a web page. Link route will be automatically generated based on `page_name` and `parent_website_route`,El texto que se muestra para enlazar a la página Web si esta forma dispone de una página web. Ruta Enlace automáticamente se genera en base a `page_name` y` parent_website_route`
,Setup Wizard,Asistente de configuración ,Setup Wizard,Asistente de configuración
DocType: Print Settings,Send Email Print Attachments as PDF (Recommended),Enviar Emails con adjuntos en formato PDF (recomendado) DocType: Print Settings,Send Email Print Attachments as PDF (Recommended),Enviar Emails con adjuntos en formato PDF (recomendado)
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +286,Field {0} is not selectable.,El campo {0} no se puede seleccionar .
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +287,Field {0} is not selectable.,El campo {0} no se puede seleccionar .
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +850,Select To Download:,Seleccione la descarga : apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +850,Select To Download:,Seleccione la descarga :
apps/frappe/frappe/public/js/frappe/upload.js +223,Please attach a file or set a URL,"Por favor, adjuntar un archivo o defina una URL" apps/frappe/frappe/public/js/frappe/upload.js +223,Please attach a file or set a URL,"Por favor, adjuntar un archivo o defina una URL"
DocType: Contact,Is Primary Contact,Es Contacto principal DocType: Contact,Is Primary Contact,Es Contacto principal
@@ -288,7 +288,7 @@ DocType: Workflow State,"Style represents the button color: Success - Green, Dan
DocType: User,Facebook Username,Facebook Nombre de usuario DocType: User,Facebook Username,Facebook Nombre de usuario
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +301,Users with role {0}:,Los usuarios con función {0}: apps/frappe/frappe/core/page/permission_manager/permission_manager.js +301,Users with role {0}:,Los usuarios con función {0}:
apps/frappe/frappe/core/doctype/file/file.py +151,Same file has already been attached to the record,El mismo archivo ya se ha adjuntado al registro apps/frappe/frappe/core/doctype/file/file.py +151,Same file has already been attached to the record,El mismo archivo ya se ha adjuntado al registro
apps/frappe/frappe/core/doctype/doctype/doctype.py +695,{0}: Cannot set Cancel without Submit,{0}: no se puede 'Cancelar' sin presentarlo
apps/frappe/frappe/core/doctype/doctype/doctype.py +699,{0}: Cannot set Cancel without Submit,{0}: no se puede 'Cancelar' sin presentarlo
DocType: Address,Address Title,Dirección Título DocType: Address,Address Title,Dirección Título
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +239,Mark the field as Mandatory,Marque el campo como obligatorio apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +239,Mark the field as Mandatory,Marque el campo como obligatorio
DocType: Workflow State,resize-full,cambiar a tamaño completo DocType: Workflow State,resize-full,cambiar a tamaño completo
@@ -312,7 +312,7 @@ apps/frappe/frappe/email/receive.py +65,Cannot connect: {0},No puede conectarse:
apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,"Sólo el administrador puede guardar un informe estándar. Por favor, cambie el nombre y guardar." apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,"Sólo el administrador puede guardar un informe estándar. Por favor, cambie el nombre y guardar."
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +154,Permissions Updated,Actualización de permisos apps/frappe/frappe/core/page/user_permissions/user_permissions.js +154,Permissions Updated,Actualización de permisos
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +126,Both DocType and Name required,Tanto DocType y Nombre son obligatorios apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +126,Both DocType and Name required,Tanto DocType y Nombre son obligatorios
apps/frappe/frappe/core/doctype/doctype/doctype.py +676,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: Sólo una regla es permitida con el mismo rol, Nivel y {1}"
apps/frappe/frappe/core/doctype/doctype/doctype.py +680,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: Sólo una regla es permitida con el mismo rol, Nivel y {1}"
DocType: Customize Form,"Customize Label, Print Hide, Default etc.","Personaliza etiquetas, impresión Hide , Default , etc" DocType: Customize Form,"Customize Label, Print Hide, Default etc.","Personaliza etiquetas, impresión Hide , Default , etc"
apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +661,Sort By,Ordenado por apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +661,Sort By,Ordenado por
apps/frappe/frappe/desk/form/utils.py +91,No further records,No hay registros adicionales apps/frappe/frappe/desk/form/utils.py +91,No further records,No hay registros adicionales
@@ -346,7 +346,7 @@ DocType: User,Stores the JSON of last known versions of various installed apps.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","Significado de Enviar, Cancelar, Corregir" apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","Significado de Enviar, Cancelar, Corregir"
apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","Configuración de la barra de navegación superior , pie de página y el logotipo." apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","Configuración de la barra de navegación superior , pie de página y el logotipo."
apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,Subir Archivos Adjuntos apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,Subir Archivos Adjuntos
apps/frappe/frappe/templates/emails/new_user.html +17,You can also copy-paste this link in your browser,También puede copiar y pegar este enlace en su navegador
apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste this link in your browser,También puede copiar y pegar este enlace en su navegador
DocType: Email Group,Total Subscribers,Los suscriptores totales DocType: Email Group,Total Subscribers,Los suscriptores totales
apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,Ajustes para Nosotros Pagina . apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,Ajustes para Nosotros Pagina .
DocType: File,File Size,Tamaño del archivo DocType: File,File Size,Tamaño del archivo
@@ -370,7 +370,7 @@ apps/frappe/frappe/public/js/frappe/form/link_selector.js +106,Make a new {0},Cr
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +140,Select Document Type or Role to start.,Seleccione el Tipo de Documento o Función para empezar. apps/frappe/frappe/core/page/permission_manager/permission_manager.js +140,Select Document Type or Role to start.,Seleccione el Tipo de Documento o Función para empezar.
DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,Define las acciones de los estados y el siguiente paso y funciones permitidas. DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,Define las acciones de los estados y el siguiente paso y funciones permitidas.
DocType: DocType,Show Print First,Mostrar Imprimir Primera DocType: DocType,Show Print First,Mostrar Imprimir Primera
apps/frappe/frappe/core/doctype/doctype/doctype.py +709,Report cannot be set for Single types,Reportar no se puede configurar para los tipos individuales
apps/frappe/frappe/core/doctype/doctype/doctype.py +713,Report cannot be set for Single types,Reportar no se puede configurar para los tipos individuales
apps/frappe/frappe/core/doctype/report/report.js +37,Disable Report,Desactivar Informe apps/frappe/frappe/core/doctype/report/report.js +37,Disable Report,Desactivar Informe
DocType: Workflow State,resize-small,cambiar el tamaño pequeño DocType: Workflow State,resize-small,cambiar el tamaño pequeño
DocType: Workflow State,question-sign,Consultar Firma DocType: Workflow State,question-sign,Consultar Firma
@@ -387,7 +387,7 @@ apps/frappe/frappe/public/js/frappe/views/pageview.js +104,Sorry! I could not fi
DocType: Workflow State,remove-sign,Eliminar el efecto de signo DocType: Workflow State,remove-sign,Eliminar el efecto de signo
apps/frappe/frappe/public/js/frappe/form/control.js +1335,Please attach a file first.,Adjunte un archivo primero . apps/frappe/frappe/public/js/frappe/form/control.js +1335,Please attach a file first.,Adjunte un archivo primero .
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +252,Show User Permissions,Permisos Mostrar usuario apps/frappe/frappe/core/page/permission_manager/permission_manager.js +252,Show User Permissions,Permisos Mostrar usuario
apps/frappe/frappe/public/js/frappe/request.js +349,Report this issue,Reportar Incidencia
apps/frappe/frappe/public/js/frappe/request.js +353,Report this issue,Reportar Incidencia
apps/frappe/frappe/public/js/frappe/views/treeview.js +212,New {0},Nuevo {0} apps/frappe/frappe/public/js/frappe/views/treeview.js +212,New {0},Nuevo {0}
DocType: Workflow Action,Workflow Action,Acciones de los flujos de trabajo DocType: Workflow Action,Workflow Action,Acciones de los flujos de trabajo
DocType: Custom Script,Script Type,Guión Tipo DocType: Custom Script,Script Type,Guión Tipo
@@ -402,9 +402,9 @@ apps/frappe/frappe/model/naming.py +174,"There were some errors setting the name
apps/frappe/frappe/website/doctype/web_form/web_form.py +37,You need to be in developer mode to edit a Standard Web Form,Se requiere estar en modo desarrollador para editar un formulario web estándar. apps/frappe/frappe/website/doctype/web_form/web_form.py +37,You need to be in developer mode to edit a Standard Web Form,Se requiere estar en modo desarrollador para editar un formulario web estándar.
DocType: Website Theme,Google Font (Heading),Google Font (Título) DocType: Website Theme,Google Font (Heading),Google Font (Título)
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +31,A user can be permitted to multiple records of the same DocType.,Un usuario se puede permitir que varios registros de un mismo tipo de documento . apps/frappe/frappe/core/page/user_permissions/user_permissions.js +31,A user can be permitted to multiple records of the same DocType.,Un usuario se puede permitir que varios registros de un mismo tipo de documento .
apps/frappe/frappe/core/doctype/doctype/doctype.py +453,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 ""Tipo de Documento"""
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,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 ""Tipo de Documento"""
apps/frappe/frappe/public/js/frappe/ui/tree.js +130,Collapse,Plegar/Desplegar apps/frappe/frappe/public/js/frappe/ui/tree.js +130,Collapse,Plegar/Desplegar
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0}: Cannot set Assign Submit if not Submittable,{0}: no se puede 'Asignar Enviar' si no se puede presentar
apps/frappe/frappe/core/doctype/doctype/doctype.py +727,{0}: Cannot set Assign Submit if not Submittable,{0}: no se puede 'Asignar Enviar' si no se puede presentar
DocType: Workflow State,step-forward,paso hacia adelante DocType: Workflow State,step-forward,paso hacia adelante
DocType: Workflow State,align-justify,alinear - justificar DocType: Workflow State,align-justify,alinear - justificar
apps/frappe/frappe/core/page/data_import_tool/importer.py +249,Not allowed to Import,No tiene permisos para importar apps/frappe/frappe/core/page/data_import_tool/importer.py +249,Not allowed to Import,No tiene permisos para importar
@@ -413,7 +413,7 @@ apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CS
apps/frappe/frappe/public/js/legacy/form.js +137,Please save before attaching.,"Por favor, guarde los cambios antes de conectar" apps/frappe/frappe/public/js/legacy/form.js +137,Please save before attaching.,"Por favor, guarde los cambios antes de conectar"
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +15,Parent Table,Tabla de Padres apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +15,Parent Table,Tabla de Padres
DocType: Dropbox Settings,Dropbox Access Key,Clave de Acceso de Dropbox DocType: Dropbox Settings,Dropbox Access Key,Clave de Acceso de Dropbox
apps/frappe/frappe/public/js/frappe/ui/field_group.js +82,Missing Values Required,Valores perdidos requeridos
apps/frappe/frappe/public/js/frappe/ui/field_group.js +96,Missing Values Required,Valores perdidos requeridos
DocType: User,Third Party Authentication,Autenticación de socios DocType: User,Third Party Authentication,Autenticación de socios
DocType: Authentication Log,Subject,Sujeto DocType: Authentication Log,Subject,Sujeto
apps/frappe/frappe/utils/nestedset.py +77,Nested set error. Please contact the Administrator.,"Error de conjunto anidado . Por favor, póngase en contacto con el Administrador." apps/frappe/frappe/utils/nestedset.py +77,Nested set error. Please contact the Administrator.,"Error de conjunto anidado . Por favor, póngase en contacto con el Administrador."
@@ -452,7 +452,7 @@ DocType: Custom Field,Field Description,Descripción del Campo
apps/frappe/frappe/utils/nestedset.py +194,Root {0} cannot be deleted,Raíz {0} no se puede eliminar apps/frappe/frappe/utils/nestedset.py +194,Root {0} cannot be deleted,Raíz {0} no se puede eliminar
DocType: Website Settings,Banner is above the Top Menu Bar.,El Banner está por sobre la barra de menú superior. DocType: Website Settings,Banner is above the Top Menu Bar.,El Banner está por sobre la barra de menú superior.
apps/frappe/frappe/templates/includes/comments/comments.py +50,View it in your browser,Véalo en su navegador apps/frappe/frappe/templates/includes/comments/comments.py +50,View it in your browser,Véalo en su navegador
apps/frappe/frappe/core/doctype/doctype/doctype.py +527,Title field must be a valid fieldname,Campo Título debe ser un nombre de campo válido
apps/frappe/frappe/core/doctype/doctype/doctype.py +531,Title field must be a valid fieldname,Campo Título debe ser un nombre de campo válido
apps/frappe/frappe/client.py +86,Cannot edit standard fields,No se puede editar campos estándar apps/frappe/frappe/client.py +86,Cannot edit standard fields,No se puede editar campos estándar
apps/frappe/frappe/config/website.py +78,Settings for Contact Us Page.,Ajustes para la página de contacto. apps/frappe/frappe/config/website.py +78,Settings for Contact Us Page.,Ajustes para la página de contacto.
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +48,1 hour ago,Hace 1 hora apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +48,1 hour ago,Hace 1 hora
@@ -509,7 +509,7 @@ apps/frappe/frappe/www/list.html +3,{0} List,Listado: {0}
DocType: DocType,Is Submittable,Es presentable-- DocType: DocType,Is Submittable,Es presentable--
DocType: System Settings,Disable Standard Email Footer,Desactivar pie de página estandar en Email DocType: System Settings,Disable Standard Email Footer,Desactivar pie de página estandar en Email
DocType: Blog Post,"Description for listing page, in plain text, only a couple of lines. (max 140 characters)","Descripción de la página perfil, en texto plano, sólo un par de líneas. (máx. 140 caracteres)" DocType: Blog Post,"Description for listing page, in plain text, only a couple of lines. (max 140 characters)","Descripción de la página perfil, en texto plano, sólo un par de líneas. (máx. 140 caracteres)"
apps/frappe/frappe/core/doctype/doctype/doctype.py +719,{0} cannot be set for Single types,{0} no se puede establecer para los tipos individuales
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0} cannot be set for Single types,{0} no se puede establecer para los tipos individuales
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +600,Select Table Columns for {0},Seleccionar columnas de tabla para {0} apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +600,Select Table Columns for {0},Seleccionar columnas de tabla para {0}
DocType: Workflow State,cog,diente DocType: Workflow State,cog,diente
DocType: Custom Field,Select the label after which you want to insert new field.,Seleccione la etiqueta después de la cual desea insertar el nuevo campo . DocType: Custom Field,Select the label after which you want to insert new field.,Seleccione la etiqueta después de la cual desea insertar el nuevo campo .


+ 98
- 98
frappe/translations/es.csv View File

@@ -16,7 +16,7 @@ DocType: System Settings,Note: Multiple sessions will be allowed in case of mobi
apps/frappe/frappe/core/doctype/user/user.py +651,Enabled email inbox for user {users},buzón de correo electrónico habilitado para el usuario {usuarios} apps/frappe/frappe/core/doctype/user/user.py +651,Enabled email inbox for user {users},buzón de correo electrónico habilitado para el usuario {usuarios}
apps/frappe/frappe/email/queue.py +225,Cannot send this email. You have crossed the sending limit of {0} emails for this month.,No se puede enviar este correo electrónico. Usted ha cruzado el límite de envío de mensajes de correo electrónico {0} para este mes. apps/frappe/frappe/email/queue.py +225,Cannot send this email. You have crossed the sending limit of {0} emails for this month.,No se puede enviar este correo electrónico. Usted ha cruzado el límite de envío de mensajes de correo electrónico {0} para este mes.
apps/frappe/frappe/public/js/legacy/form.js +751,Permanently Submit {0}?,Validar permanentemente {0}? apps/frappe/frappe/public/js/legacy/form.js +751,Permanently Submit {0}?,Validar permanentemente {0}?
apps/frappe/frappe/desk/page/backups/backups.js +12,Download Files Backup,Descargar archivos de copia de seguridad
apps/frappe/frappe/desk/page/backups/backups.js +12,Download Files Backup,Descargar archivos de Copia de Seguridad
DocType: Address,County,País DocType: Address,County,País
DocType: Workflow,If Checked workflow status will not override status in list view,Si el estado de flujo de trabajo facturado no anulará el estado en la vista de lista DocType: Workflow,If Checked workflow status will not override status in list view,Si el estado de flujo de trabajo facturado no anulará el estado en la vista de lista
apps/frappe/frappe/client.py +280,Invalid file path: {0},Ruta no válida archivo: {0} apps/frappe/frappe/client.py +280,Invalid file path: {0},Ruta no válida archivo: {0}
@@ -55,7 +55,7 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +52,Data Import Templa
apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,Principal apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,Principal
DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","Si está activada, la fuerza de la contraseña se aplicará en función del valor de Puntuación mínima de contraseña. Un valor de 2 siendo fuerte medio y 4 siendo muy fuerte." DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","Si está activada, la fuerza de la contraseña se aplicará en función del valor de Puntuación mínima de contraseña. Un valor de 2 siendo fuerte medio y 4 siendo muy fuerte."
DocType: About Us Settings,"""Team Members"" or ""Management""",'Miembros del equipo' o 'Administración' DocType: About Us Settings,"""Team Members"" or ""Management""",'Miembros del equipo' o 'Administración'
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Default for 'Check' type of field must be either '0' or '1',"Predeterminado para ""Consultar"" tipo de campo debe ser '0' o '1'"
apps/frappe/frappe/core/doctype/doctype/doctype.py +461,Default for 'Check' type of field must be either '0' or '1',"Predeterminado para ""Consultar"" tipo de campo debe ser '0' o '1'"
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,Ayer apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,Ayer
DocType: Contact,Designation,Puesto DocType: Contact,Designation,Puesto
DocType: Test Runner,Test Runner,Prueba Runner DocType: Test Runner,Test Runner,Prueba Runner
@@ -71,7 +71,7 @@ DocType: DocType,Is Published Field,Es campo publicable
DocType: Email Group,Email Group,Grupo de Correo Electrónico DocType: Email Group,Email Group,Grupo de Correo Electrónico
DocType: Note,Seen By,Visto por DocType: Note,Seen By,Visto por
apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,Añadir Multiple apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,Añadir Multiple
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Not Like,Diferente a
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Not Like,Diferente a
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,Establezca la etiqueta visual para el campo apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,Establezca la etiqueta visual para el campo
apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},Valor incorrecto: {0} debe ser {1} {2} apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},Valor incorrecto: {0} debe ser {1} {2}
apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","Cambiar las propiedades de los campos (ocultar, sólo lectura, permisos, etc)" apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","Cambiar las propiedades de los campos (ocultar, sólo lectura, permisos, etc)"
@@ -160,7 +160,8 @@ apps/frappe/frappe/public/js/frappe/upload.js +296,Uploading...,Subiendo...
DocType: Email Domain,Email Domain,Dominio de Correo Electrónico DocType: Email Domain,Email Domain,Dominio de Correo Electrónico
DocType: Workflow State,italic,itálica DocType: Workflow State,italic,itálica
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,Para todos apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,Para todos
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,{0}: Cannot set Import without Create,"{0}: no se puede establecer ""importar"" sin crear primero"
apps/frappe/frappe/core/doctype/doctype/doctype.py +706,{0}: Cannot set Import without Create,"{0}: no se puede establecer ""importar"" sin crear primero"
apps/frappe/frappe/templates/emails/auto_email_report.html +45,View report in your browser,Ver informe en su navegador
apps/frappe/frappe/config/desk.py +26,Event and other calendars.,Eventos y otros calendarios. apps/frappe/frappe/config/desk.py +26,Event and other calendars.,Eventos y otros calendarios.
apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,Todos los campos son necesarios para enviar el comentario apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,Todos los campos son necesarios para enviar el comentario
apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,Arrastre para ordenar las columnas apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,Arrastre para ordenar las columnas
@@ -237,7 +238,7 @@ apps/frappe/frappe/config/setup.py +121,Update many values at one time.,Actualiz
apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,Error : El documento se ha modificado después de haber sido abierto. apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,Error : El documento se ha modificado después de haber sido abierto.
apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} desconectado: {1} apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} desconectado: {1}
DocType: Address,West Bengal,West Bengal DocType: Address,West Bengal,West Bengal
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0}: Cannot set Assign Submit if not Submittable,"{0}: no se puede establecer ""asignar envío"" si no es enviable"
apps/frappe/frappe/core/doctype/doctype/doctype.py +727,{0}: Cannot set Assign Submit if not Submittable,"{0}: no se puede establecer ""asignar envío"" si no es enviable"
DocType: Social Login Keys,Facebook,Facebook DocType: Social Login Keys,Facebook,Facebook
apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",Filtrado por &quot;{0}&quot; apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",Filtrado por &quot;{0}&quot;
DocType: Salutation,Administrator,Administrador DocType: Salutation,Administrator,Administrador
@@ -261,7 +262,7 @@ DocType: User,Get your globally recognized avatar from Gravatar.com,Obtenga su a
apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","Su suscripción expiró el {0}. Para renovar, {1}." apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","Su suscripción expiró el {0}. Para renovar, {1}."
DocType: Workflow State,plus-sign,signo-más DocType: Workflow State,plus-sign,signo-más
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,Configuración ya completa apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,Configuración ya completa
apps/frappe/frappe/__init__.py +897,App {0} is not installed,Aplicación {0} no está instalada
apps/frappe/frappe/__init__.py +898,App {0} is not installed,Aplicación {0} no está instalada
DocType: Workflow State,Refresh,Actualizar DocType: Workflow State,Refresh,Actualizar
DocType: Event,Public,Público DocType: Event,Public,Público
apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,Nada para mostrar apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,Nada para mostrar
@@ -269,7 +270,7 @@ apps/frappe/frappe/public/js/frappe/model/model.js +24,Liked By,Gustado por
apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,Soporte de Correo Electrónico apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,Soporte de Correo Electrónico
DocType: DocField,Print Hide If No Value,Impresión Oculta si no hay Valor DocType: DocField,Print Hide If No Value,Impresión Oculta si no hay Valor
DocType: Event,yellow,amarillo DocType: Event,yellow,amarillo
apps/frappe/frappe/core/doctype/doctype/doctype.py +563,Is Published Field must be a valid fieldname,Es Campo Publicable debe ser un nombre de campo válido
apps/frappe/frappe/core/doctype/doctype/doctype.py +567,Is Published Field must be a valid fieldname,Es Campo Publicable debe ser un nombre de campo válido
apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,Subir archivo adjunto apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,Subir archivo adjunto
DocType: Block Module,Block Module,Módulo de bloque DocType: Block Module,Block Module,Módulo de bloque
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,Exportar Plantilla apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,Exportar Plantilla
@@ -286,7 +287,7 @@ DocType: Email Account,Total number of emails to sync in initial sync process ,N
DocType: Website Settings,Set Banner from Image,Establecer banner desde imagen DocType: Website Settings,Set Banner from Image,Establecer banner desde imagen
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,Búsqueda global apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,Búsqueda global
DocType: Email Account,SparkPost,SparkPost DocType: Email Account,SparkPost,SparkPost
apps/frappe/frappe/templates/emails/new_user.html +3,A new account has been created for you at {0},Una nueva cuenta ha sido creada para usted en {0}
apps/frappe/frappe/templates/emails/new_user.html +2,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 +178,Instructions Emailed,Instrucciones enviadas por correo electrónico apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,Instrucciones enviadas por correo electrónico
apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),Ingrese Destinatario(s) de Correo Electrónico apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),Ingrese Destinatario(s) de Correo Electrónico
DocType: Print Format,Verdana,Verdana DocType: Print Format,Verdana,Verdana
@@ -352,7 +353,7 @@ apps/frappe/frappe/utils/nestedset.py +218,Merging is only possible between Grou
apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},{0} agregado apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},{0} agregado
apps/frappe/frappe/www/search.html +28,No matching records. Search something new,No hay registros coincidentes. Buscar algo nuevo apps/frappe/frappe/www/search.html +28,No matching records. Search something new,No hay registros coincidentes. Buscar algo nuevo
DocType: Currency,Fraction Units,Fracción de unidades DocType: Currency,Fraction Units,Fracción de unidades
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +431,{0} from {1} to {2},{0} de {1} a {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +433,{0} from {1} to {2},{0} de {1} a {2}
DocType: Communication,Type,Tipo DocType: Communication,Type,Tipo
DocType: Authentication Log,Subject,Asunto DocType: Authentication Log,Subject,Asunto
DocType: Web Form,Amount Based On Field,Cantidad basada en el Campo DocType: Web Form,Amount Based On Field,Cantidad basada en el Campo
@@ -365,10 +366,10 @@ DocType: Workflow State,plane,Plano
apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","Si va a cargar nuevos registros, y existen ""Secuencias e identificadores"", estas serán obligatorias" apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","Si va a cargar nuevos registros, y existen ""Secuencias e identificadores"", estas serán obligatorias"
apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,Recibe alertas para Hoy apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,Recibe alertas para Hoy
apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DocType sólo puede ser renombrado por Administrator apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DocType sólo puede ser renombrado por Administrator
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +442,changed value of {0},cambio de valor de {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +444,changed value of {0},cambio de valor de {0}
DocType: Report,JSON,JSON DocType: Report,JSON,JSON
apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,"Por favor, consultar su correo electrónico para la verificación" apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,"Por favor, consultar su correo electrónico para la verificación"
apps/frappe/frappe/core/doctype/doctype/doctype.py +509,Fold can not be at the end of the form,El plegado no se puede utilizar al final del formulario
apps/frappe/frappe/core/doctype/doctype/doctype.py +513,Fold can not be at the end of the form,El plegado no se puede utilizar al final del formulario
DocType: Communication,Bounced,Rebotados DocType: Communication,Bounced,Rebotados
DocType: Deleted Document,Deleted Name,Nombre borrado DocType: Deleted Document,Deleted Name,Nombre borrado
apps/frappe/frappe/config/setup.py +14,System and Website Users,Usuarios del sistema y del sitio web apps/frappe/frappe/config/setup.py +14,System and Website Users,Usuarios del sistema y del sitio web
@@ -376,25 +377,26 @@ DocType: Workflow Document State,Doc Status,Estado de Doc.
DocType: Auto Email Report,No of Rows (Max 500),No se de filas (máx 500) DocType: Auto Email Report,No of Rows (Max 500),No se de filas (máx 500)
DocType: Language,Language Code,Código de lenguaje DocType: Language,Language Code,Código de lenguaje
apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","Iniciando descarga, esto puede tardar unos segundos..." apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","Iniciando descarga, esto puede tardar unos segundos..."
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +23,Add Filter,Agregar filtro
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +21,Add Filter,Agregar filtro
apps/frappe/frappe/www/feedback.html +23,Your rating: ,Tu clasificación: apps/frappe/frappe/www/feedback.html +23,Your rating: ,Tu clasificación:
apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} y {1} apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} y {1}
DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents","Agregar siempre ""Borrador"" al imprimir borradores de documentos" DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents","Agregar siempre ""Borrador"" al imprimir borradores de documentos"
apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,El correo electrónico se ha marcado como spam apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,El correo electrónico se ha marcado como spam
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,Configuración&gt; Usuario
DocType: About Us Settings,Website Manager,Administrar Página Web DocType: About Us Settings,Website Manager,Administrar Página Web
apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,Seleccionó documentos en Borrador o Cancelados apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,Seleccionó documentos en Borrador o Cancelados
apps/frappe/frappe/model/document.py +1044,Document Queued,documento en cola apps/frappe/frappe/model/document.py +1044,Document Queued,documento en cola
DocType: GSuite Templates,Destination ID,ID de Destino DocType: GSuite Templates,Destination ID,ID de Destino
DocType: Desktop Icon,List,Lista DocType: Desktop Icon,List,Lista
DocType: Communication,Link Name,Nombre del enlace DocType: Communication,Link Name,Nombre del enlace
apps/frappe/frappe/core/doctype/doctype/doctype.py +433,Field {0} in row {1} cannot be hidden and mandatory without default,El campo {0} en la línea {1} no puede ocultarse y por defecto es obligatorio
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Field {0} in row {1} cannot be hidden and mandatory without default,El campo {0} en la línea {1} no puede ocultarse y por defecto es obligatorio
DocType: System Settings,mm/dd/yyyy,mm/dd/aaaa DocType: System Settings,mm/dd/yyyy,mm/dd/aaaa
apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,Contraseña invalida: apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,Contraseña invalida:
DocType: Print Settings,Send document web view link in email,Enviar documento vista web link en el email DocType: Print Settings,Send document web view link in email,Enviar documento vista web link en el email
apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,Su opinión de documento {0} se guarda correctamente apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,Su opinión de documento {0} se guarda correctamente
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,Anterior apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,Anterior
apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,Re: apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,Re:
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +496,{0} rows for {1},{0} filas de {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +498,{0} rows for {1},{0} filas de {1}
DocType: Currency,"Sub-currency. For e.g. ""Cent""","Sub-moneda. Por ejemplo ""céntimo""" DocType: Currency,"Sub-currency. For e.g. ""Cent""","Sub-moneda. Por ejemplo ""céntimo"""
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,Seleccione el archivo subido apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,Seleccione el archivo subido
DocType: Letter Head,Check this to make this the default letter head in all prints,Marque esta opción para predeterminar el encabezado en todos los documentos DocType: Letter Head,Check this to make this the default letter head in all prints,Marque esta opción para predeterminar el encabezado en todos los documentos
@@ -417,7 +419,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +5,
DocType: Event,Wednesday,Miércoles DocType: Event,Wednesday,Miércoles
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","Además de reglas de permisos basado en roles, puede aplicar permisos de usuario basado en 'DocType'." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","Además de reglas de permisos basado en roles, puede aplicar permisos de usuario basado en 'DocType'."
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","Estos permisos se aplican para todas las transacciones en las que se vincula el registro permitido. Por ejemplo, si la Compañia C se añade a los permisos del usuario X, el usuario X podrá ver las transacciones vinculadas a la Compañia C." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","Estos permisos se aplican para todas las transacciones en las que se vincula el registro permitido. Por ejemplo, si la Compañia C se añade a los permisos del usuario X, el usuario X podrá ver las transacciones vinculadas a la Compañia C."
apps/frappe/frappe/core/doctype/doctype/doctype.py +554,Image field must be a valid fieldname,Campo de imagen debe ser un nombre de campo válido
apps/frappe/frappe/core/doctype/doctype/doctype.py +558,Image field must be a valid fieldname,Campo de imagen debe ser un nombre de campo válido
DocType: OAuth Client,Token,Token DocType: OAuth Client,Token,Token
DocType: Property Setter,ID (name) of the entity whose property is to be set,Identificación ( nombre) de la entidad cuya propiedad va a establecerse DocType: Property Setter,ID (name) of the entity whose property is to be set,Identificación ( nombre) de la entidad cuya propiedad va a establecerse
apps/frappe/frappe/limits.py +82,"To renew, {0}.","Para renovar, {0}." apps/frappe/frappe/limits.py +82,"To renew, {0}.","Para renovar, {0}."
@@ -426,7 +428,7 @@ DocType: Web Form,Sidebar Items,Elementos de barra lateral
apps/frappe/frappe/installer.py +125,App {0} already installed,Aplicación {0} ya instalada apps/frappe/frappe/installer.py +125,App {0} already installed,Aplicación {0} ya instalada
DocType: Workflow State,exclamation-sign,exclamation-sign DocType: Workflow State,exclamation-sign,exclamation-sign
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,Mostrar Permisos apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,Mostrar Permisos
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a Link or Dynamic Link,El campo de línea de tiempo debe ser un vínculo o enlace dinámico
apps/frappe/frappe/core/doctype/doctype/doctype.py +578,Timeline field must be a Link or Dynamic Link,El campo de línea de tiempo debe ser un vínculo o enlace dinámico
apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,Rango de Fechas apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,Rango de Fechas
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,Gantt apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,Gantt
apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},Página {0} de {1} apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},Página {0} de {1}
@@ -456,18 +458,18 @@ DocType: Workflow State,music,música
DocType: Web Page,Settings,Configuración DocType: Web Page,Settings,Configuración
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,"Por favor, especifique el 'DocType'" apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,"Por favor, especifique el 'DocType'"
DocType: Print Format,Style Settings,Ajustes de Estilo DocType: Print Format,Style Settings,Ajustes de Estilo
apps/frappe/frappe/core/doctype/doctype/doctype.py +585,Sort field {0} must be a valid fieldname,Campo de orden {0} debe ser un nombre de campo válido
apps/frappe/frappe/core/doctype/doctype/doctype.py +589,Sort field {0} must be a valid fieldname,Campo de orden {0} debe ser un nombre de campo válido
apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,Más apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,Más
DocType: Contact,Sales Manager,Gerente de ventas DocType: Contact,Sales Manager,Gerente de ventas
apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,Renombrar apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,Renombrar
DocType: Print Format,Format Data,Formato de datos DocType: Print Format,Format Data,Formato de datos
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Like,Como
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Like,Como
DocType: Customize Form Field,Customize Form Field,Personalizar campos de formulario DocType: Customize Form Field,Customize Form Field,Personalizar campos de formulario
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,Permitir al usuario apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,Permitir al usuario
DocType: OAuth Client,Grant Type,Tipo de subvención DocType: OAuth Client,Grant Type,Tipo de subvención
apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,Indique que documentos pueden ser leídos por los usuarios apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,Indique que documentos pueden ser leídos por los usuarios
apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,Listado de aplicación no permitido apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,Listado de aplicación no permitido
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,use % as wildcard,Utilice '%' como comodín
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +230,use % as wildcard,Utilice '%' como comodín
apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","Dominio de correo electrónico no está configurado para esta cuenta, crear uno?" apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","Dominio de correo electrónico no está configurado para esta cuenta, crear uno?"
DocType: User,Reset Password Key,Restablecer contraseña/clave DocType: User,Reset Password Key,Restablecer contraseña/clave
DocType: Email Account,Enable Auto Reply,Habilitar Respuesta Automática DocType: Email Account,Enable Auto Reply,Habilitar Respuesta Automática
@@ -492,11 +494,12 @@ apps/frappe/frappe/model/document.py +574,Cannot change docstatus from 1 to 0,No
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,Tome copia de seguridad ahora apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,Tome copia de seguridad ahora
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,Bienvenido apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,Bienvenido
apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,Aplicaciones Instaladas apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,Aplicaciones Instaladas
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,Configuración&gt; Administrador de permisos de usuario
DocType: Contact,Open,Abrir/Abierto DocType: Contact,Open,Abrir/Abierto
DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,"Define las acciones en los estados, el siguiente paso y los roles permitidos." DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,"Define las acciones en los estados, el siguiente paso y los roles permitidos."
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","Una buena práctica, es no asignar el mismo conjunto de permisos a diferentes roles. En lugar de eso, es mejor establecer varios roles un mismo usuario." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","Una buena práctica, es no asignar el mismo conjunto de permisos a diferentes roles. En lugar de eso, es mejor establecer varios roles un mismo usuario."
DocType: Web Form,Message to be displayed on successful completion,Mensaje que se muestra en la finalización con éxito DocType: Web Form,Message to be displayed on successful completion,Mensaje que se muestra en la finalización con éxito
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +42,Only {0} emailed reports are allowed per user,Sólo {0} reportes enviados por correo electrónico son permitidos por usuario
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +43,Only {0} emailed reports are allowed per user,Sólo {0} reportes enviados por correo electrónico son permitidos por usuario
DocType: Address,Address Title,Dirección DocType: Address,Address Title,Dirección
DocType: Website Settings,Footer Items,Elementos de pie de página DocType: Website Settings,Footer Items,Elementos de pie de página
apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,Solicitar Retroalimentación apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,Solicitar Retroalimentación
@@ -511,7 +514,7 @@ DocType: DocField,Set Only Once,Establecer una sola vez
DocType: Email Queue Recipient,Email Queue Recipient,Cola de correo electrónico de destinatarios DocType: Email Queue Recipient,Email Queue Recipient,Cola de correo electrónico de destinatarios
DocType: Address,Nagaland,Nagaland DocType: Address,Nagaland,Nagaland
apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,Nombre de usuario {0} ya existe apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,Nombre de usuario {0} ya existe
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set import as {1} is not importable,"{0}: no se puede establecer ""importar"" puesto que {1} no es importable"
apps/frappe/frappe/core/doctype/doctype/doctype.py +733,{0}: Cannot set import as {1} is not importable,"{0}: no se puede establecer ""importar"" puesto que {1} no es importable"
apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},Hay un error en su plantilla de dirección {0} apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},Hay un error en su plantilla de dirección {0}
DocType: Footer Item,"target = ""_blank""","target = ""_blank""" DocType: Footer Item,"target = ""_blank""","target = ""_blank"""
DocType: Workflow State,hdd,hdd DocType: Workflow State,hdd,hdd
@@ -523,7 +526,7 @@ DocType: Communication,From Full Name,Desde Nombre Completo
apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},Usted no tiene acceso al Reporte: {0} apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},Usted no tiene acceso al Reporte: {0}
DocType: User,Send Welcome Email,Enviar Email de bienvenida DocType: User,Send Welcome Email,Enviar Email de bienvenida
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,Debe subir un archivo CSV que contenga todos los permisos de usuario en el mismo formato que lo descargo. apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,Debe subir un archivo CSV que contenga todos los permisos de usuario en el mismo formato que lo descargo.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +449,Remove Filter,Eliminar filtro
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +450,Remove Filter,Eliminar filtro
DocType: Address,Daman and Diu,Daman and Diu DocType: Address,Daman and Diu,Daman and Diu
DocType: Address,Personal,Personal DocType: Address,Personal,Personal
apps/frappe/frappe/config/setup.py +113,Bulk Rename,Renombrar en Masa apps/frappe/frappe/config/setup.py +113,Bulk Rename,Renombrar en Masa
@@ -553,13 +556,12 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.js +33,Send
apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","Standard DocType no puede tener el formato de impresión predeterminado, use Customize Form" apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","Standard DocType no puede tener el formato de impresión predeterminado, use Customize Form"
DocType: Report,Query,Consulta DocType: Report,Query,Consulta
DocType: DocType,Sort Order,Ordenar por DocType: DocType,Sort Order,Ordenar por
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,'In List View' not allowed for type {0} in row {1},'En vista de lista' no está permitido para el tipo {0} en el renglón {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In List View' not allowed for type {0} in row {1},'En vista de lista' no está permitido para el tipo {0} en el renglón {1}
DocType: Custom Field,Select the label after which you want to insert new field.,Seleccione la etiqueta con la cual desea insertar el nuevo campo. DocType: Custom Field,Select the label after which you want to insert new field.,Seleccione la etiqueta con la cual desea insertar el nuevo campo.
,Document Share Report,Reporte de documentos compartidos ,Document Share Report,Reporte de documentos compartidos
DocType: User,Last Login,Último ingreso DocType: User,Last Login,Último ingreso
apps/frappe/frappe/core/doctype/doctype/doctype.py +600,Fieldname is required in row {0},Nombre de campo es requerido en la línea {0}
apps/frappe/frappe/core/doctype/doctype/doctype.py +604,Fieldname is required in row {0},Nombre de campo es requerido en la línea {0}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,Columna apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,Columna
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,Configure por defecto la cuenta de correo electrónico predeterminada desde Configuración&gt; Correo electrónico&gt; Cuenta de correo electrónico
DocType: Custom Field,Adds a custom field to a DocType,Añade un campo personalizado para el 'DocType' DocType: Custom Field,Adds a custom field to a DocType,Añade un campo personalizado para el 'DocType'
DocType: File,Is Home Folder,Es Carpeta DocType: File,Is Home Folder,Es Carpeta
apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} no es una dirección de correo electrónico válida apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} no es una dirección de correo electrónico válida
@@ -583,7 +585,7 @@ DocType: File,Folder,Carpeta
DocType: DocField,Index,Índice DocType: DocField,Index,Índice
DocType: Email Group,Newsletter Manager,Administrador de boletínes DocType: Email Group,Newsletter Manager,Administrador de boletínes
apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,Opción 1 apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,Opción 1
apps/frappe/frappe/public/js/frappe/form/formatters.js +124,{0} to {1},{0} a {1}
apps/frappe/frappe/public/js/frappe/form/formatters.js +129,{0} to {1},{0} a {1}
apps/frappe/frappe/config/setup.py +89,Log of error during requests.,Entrar de error durante peticiones. apps/frappe/frappe/config/setup.py +89,Log of error during requests.,Entrar de error durante peticiones.
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} ha sido añadido al grupo de correo electrónico. apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} ha sido añadido al grupo de correo electrónico.
DocType: Address,Uttar Pradesh,Uttar Pradesh DocType: Address,Uttar Pradesh,Uttar Pradesh
@@ -593,7 +595,7 @@ apps/frappe/frappe/email/doctype/newsletter/newsletter.py +30,Scheduled to send
DocType: Kanban Board Column,Indicator,Indicador DocType: Kanban Board Column,Indicator,Indicador
DocType: DocShare,Everyone,Todos DocType: DocShare,Everyone,Todos
DocType: Workflow State,backward,hacia atrás DocType: Workflow State,backward,hacia atrás
apps/frappe/frappe/core/doctype/doctype/doctype.py +676,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: sólo se permite una regla con el mismo rol, nivel y {1}"
apps/frappe/frappe/core/doctype/doctype/doctype.py +680,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: sólo se permite una regla con el mismo rol, nivel y {1}"
DocType: Email Queue,Add Unsubscribe Link,Añadir Enlace Darse de baja DocType: Email Queue,Add Unsubscribe Link,Añadir Enlace Darse de baja
apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,Sin comentarios aún. Iniciar una nueva discusión. apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,Sin comentarios aún. Iniciar una nueva discusión.
DocType: Workflow State,share,cuota DocType: Workflow State,share,cuota
@@ -632,7 +634,7 @@ apps/frappe/frappe/printing/doctype/print_format/print_format.py +80,{0} is now
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,Columnas archivados apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,Columnas archivados
DocType: Email Account,Default Outgoing,Predeterminar Saliente DocType: Email Account,Default Outgoing,Predeterminar Saliente
DocType: Workflow State,play,Iniciar DocType: Workflow State,play,Iniciar
apps/frappe/frappe/templates/emails/new_user.html +5,Click on the link below to complete your registration and set a new password,Haga clic en el enlace de abajo para completar su registro y establecer una nueva contraseña
apps/frappe/frappe/templates/emails/new_user.html +4,Click on the link below to complete your registration and set a new password,Haga clic en el enlace de abajo para completar su registro y establecer una nueva contraseña
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,No se ha añadido apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,No se ha añadido
apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,No hay cuentas de correo electrónico asignada apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,No hay cuentas de correo electrónico asignada
DocType: Contact Us Settings,Contact Us Settings,Configuración de contácto DocType: Contact Us Settings,Contact Us Settings,Configuración de contácto
@@ -653,12 +655,12 @@ apps/frappe/frappe/core/page/user_permissions/user_permissions.js +127,Upload Us
DocType: Dropbox Settings,App Secret Key,Clave Secreta de Aplicación DocType: Dropbox Settings,App Secret Key,Clave Secreta de Aplicación
apps/frappe/frappe/config/website.py +7,Web Site,Sitio Web apps/frappe/frappe/config/website.py +7,Web Site,Sitio Web
apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,Los elementos marcados se mostrarán en el escritorio apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,Los elementos marcados se mostrarán en el escritorio
apps/frappe/frappe/core/doctype/doctype/doctype.py +719,{0} cannot be set for Single types,{0} no puede establecerse para tipos individuales
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0} cannot be set for Single types,{0} no puede establecerse para tipos individuales
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Tablero Kanban {0} no existe. apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Tablero Kanban {0} no existe.
apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} están viendo actualmente este documento apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} están viendo actualmente este documento
DocType: ToDo,Assigned By Full Name,Asignado por Nombre Completo DocType: ToDo,Assigned By Full Name,Asignado por Nombre Completo
apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} actualizado apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} actualizado
apps/frappe/frappe/core/doctype/doctype/doctype.py +709,Report cannot be set for Single types,El reporte no se puede definir para un solo tipo
apps/frappe/frappe/core/doctype/doctype/doctype.py +713,Report cannot be set for Single types,El reporte no se puede definir para un solo tipo
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,Hace {0} días apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,Hace {0} días
DocType: Email Account,Awaiting Password,Esperando Contraseña DocType: Email Account,Awaiting Password,Esperando Contraseña
DocType: Address,Address Line 1,Dirección línea 1 DocType: Address,Address Line 1,Dirección línea 1
@@ -708,7 +710,7 @@ DocType: Feedback Trigger,"To add dynamic subject, use jinja tags like
apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,Aplicación {0} eliminada apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,Aplicación {0} eliminada
DocType: Custom DocPerm,Apply User Permissions,Aplicar permisos de usuario. DocType: Custom DocPerm,Apply User Permissions,Aplicar permisos de usuario.
DocType: User,Modules HTML,Módulos HTML DocType: User,Modules HTML,Módulos HTML
apps/frappe/frappe/public/js/frappe/ui/field_group.js +82,Missing Values Required,Valores faltantes requeridos
apps/frappe/frappe/public/js/frappe/ui/field_group.js +96,Missing Values Required,Valores faltantes requeridos
DocType: DocType,Other Settings,Otros ajustes DocType: DocType,Other Settings,Otros ajustes
DocType: Social Login Keys,Frappe,Frapé DocType: Social Login Keys,Frappe,Frapé
apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,Marcar como no leído apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,Marcar como no leído
@@ -762,7 +764,7 @@ DocType: Event,orange,naranja
apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,No hay {0} apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,No hay {0}
apps/frappe/frappe/config/setup.py +242,Add custom forms.,Agregar formularios personalizados. apps/frappe/frappe/config/setup.py +242,Add custom forms.,Agregar formularios personalizados.
apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} en {2} apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} en {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +419,submitted this document,presentado este documento
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,submitted this document,presentado este documento
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,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. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,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: Communication,CC,CC
DocType: Country,Geo,Geo DocType: Country,Geo,Geo
@@ -789,7 +791,7 @@ DocType: Newsletter Email Group,Newsletter Email Group,Boletín Grupo de correo
DocType: Dropbox Settings,Integrations,Integraciones DocType: Dropbox Settings,Integrations,Integraciones
DocType: DocField,Section Break,Salto de sección. DocType: DocField,Section Break,Salto de sección.
DocType: Address,Warehouse,Almacén DocType: Address,Warehouse,Almacén
DocType: Address,Other Territory,Otros territorios
DocType: Address,Other Territory,Otro Territorio
,Messages,Mensajes ,Messages,Mensajes
apps/frappe/frappe/desk/page/applications/applications.js +49,Portal,Portal apps/frappe/frappe/desk/page/applications/applications.js +49,Portal,Portal
DocType: Email Account,Use Different Email Login ID,Utilizar ID de acceso de correo electrónico diferente DocType: Email Account,Use Different Email Login ID,Utilizar ID de acceso de correo electrónico diferente
@@ -812,7 +814,7 @@ DocType: DocType,Hide Toolbar,Ocultar Barra de Herramientas
DocType: User,Last Active,Último Activo DocType: User,Last Active,Último Activo
DocType: Email Account,SMTP Settings for outgoing emails,Configuración SMTP para los correos salientes DocType: Email Account,SMTP Settings for outgoing emails,Configuración SMTP para los correos salientes
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,Error al importar apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,Error al importar
apps/frappe/frappe/templates/emails/password_update.html +3,Your password has been updated. Here is your new password,Su contraseña se ha actualizado. Esta es su nueva contraseña
apps/frappe/frappe/templates/emails/password_update.html +2,Your password has been updated. Here is your new password,Su contraseña se ha actualizado. Esta es su nueva contraseña
DocType: Email Account,Auto Reply Message,Mensaje de repuesta automática DocType: Email Account,Auto Reply Message,Mensaje de repuesta automática
DocType: Feedback Trigger,Condition,Condición DocType: Feedback Trigger,Condition,Condición
apps/frappe/frappe/utils/data.py +546,{0} hours ago,Hace {0} horas apps/frappe/frappe/utils/data.py +546,{0} hours ago,Hace {0} horas
@@ -820,7 +822,6 @@ apps/frappe/frappe/utils/data.py +556,1 month ago,Hace 1 mes
DocType: Contact,User ID,ID de usuario DocType: Contact,User ID,ID de usuario
DocType: Communication,Sent,Enviado DocType: Communication,Sent,Enviado
DocType: Address,Kerala,Kerala DocType: Address,Kerala,Kerala
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} año (s)
DocType: File,Lft,Izquierda- DocType: File,Lft,Izquierda-
DocType: User,Simultaneous Sessions,Sesiones simultáneas DocType: User,Simultaneous Sessions,Sesiones simultáneas
DocType: OAuth Client,Client Credentials,Credenciales del Cliente DocType: OAuth Client,Client Credentials,Credenciales del Cliente
@@ -837,7 +838,7 @@ DocType: Email Queue,Unsubscribe Method,Método para darse de baja
DocType: GSuite Templates,Related DocType,DocType Relacionado DocType: GSuite Templates,Related DocType,DocType Relacionado
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,Editar para agregar contenido apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,Editar para agregar contenido
apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,Seleccione Idiomas apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,Seleccione Idiomas
apps/frappe/frappe/__init__.py +517,No permission for {0},Sin permiso para {0}
apps/frappe/frappe/__init__.py +518,No permission for {0},Sin permiso para {0}
DocType: DocType,Advanced,Anticipado DocType: DocType,Advanced,Anticipado
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,Parece que la clave de API o clave secreta de API secreto está mal !!! apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,Parece que la clave de API o clave secreta de API secreto está mal !!!
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Referencia: {0} {1} apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Referencia: {0} {1}
@@ -869,14 +870,14 @@ DocType: Custom DocPerm,Additional Permissions,Permisos Adicionales
DocType: Email Account,Always use Account's Email Address as Sender,Utilizar siempre la dirección de correo electrónico de la cuenta como remitente DocType: Email Account,Always use Account's Email Address as Sender,Utilizar siempre la dirección de correo electrónico de la cuenta como remitente
apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,Inicia sesión para comentar apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,Inicia sesión para comentar
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,Comience ingresando datos debajo de esta línea apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,Comience ingresando datos debajo de esta línea
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +474,changed values for {0},valores modificados para {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +476,changed values for {0},valores modificados para {0}
DocType: Workflow State,retweet,Retweet DocType: Workflow State,retweet,Retweet
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,Especifique el valor del campo apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,Especifique el valor del campo
DocType: Report,Disabled,Deshabilitado DocType: Report,Disabled,Deshabilitado
DocType: Workflow State,eye-close,eye-close DocType: Workflow State,eye-close,eye-close
DocType: OAuth Provider Settings,OAuth Provider Settings,Configuración del proveedor OAuth DocType: OAuth Provider Settings,OAuth Provider Settings,Configuración del proveedor OAuth
apps/frappe/frappe/config/setup.py +254,Applications,Aplicaciones apps/frappe/frappe/config/setup.py +254,Applications,Aplicaciones
apps/frappe/frappe/public/js/frappe/request.js +349,Report this issue,Reportar esta Incidencia
apps/frappe/frappe/public/js/frappe/request.js +353,Report this issue,Reportar esta Incidencia
apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,El nombre es necesario apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,El nombre es necesario
DocType: Custom Script,Adds a custom script (client or server) to a DocType,Añade un acript personalizado (cliente o servidor) a un tipo de 'DocType' DocType: Custom Script,Adds a custom script (client or server) to a DocType,Añade un acript personalizado (cliente o servidor) a un tipo de 'DocType'
DocType: Address,City/Town,Ciudad / Provincia DocType: Address,City/Town,Ciudad / Provincia
@@ -960,7 +961,7 @@ DocType: Web Form,Actions,Acciones
DocType: Workflow State,align-justify,alinear-justificar DocType: Workflow State,align-justify,alinear-justificar
DocType: User,Middle Name (Optional),Segundo nombre (opcional) DocType: User,Middle Name (Optional),Segundo nombre (opcional)
apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,No permitido apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,No permitido
apps/frappe/frappe/public/js/frappe/ui/field_group.js +83,Following fields have missing values:,Siguientes campos tienen valores que faltan:
apps/frappe/frappe/public/js/frappe/ui/field_group.js +97,Following fields have missing values:,Siguientes campos tienen valores que faltan:
apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,Usted no tiene suficientes permisos para completar la acción apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,Usted no tiene suficientes permisos para completar la acción
apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,No hay resultados apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,No hay resultados
DocType: System Settings,Security,Seguridad. DocType: System Settings,Security,Seguridad.
@@ -1003,7 +1004,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js +133,Hide Details,Ocultar det
DocType: Workflow State,Tasks,Tareas DocType: Workflow State,Tasks,Tareas
DocType: Event,Tuesday,Martes DocType: Event,Tuesday,Martes
DocType: Blog Settings,Blog Settings,Configuración del Blog DocType: Blog Settings,Blog Settings,Configuración del Blog
apps/frappe/frappe/templates/emails/new_user.html +17,You can also copy-paste this link in your browser,Usted puede copiar y pegar este enlace en su navegador
apps/frappe/frappe/templates/emails/new_user.html +16,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 DocType: Workflow State,bullhorn,Megáfono
DocType: Social Login Keys,Facebook Client Secret,Facebook Client Secret DocType: Social Login Keys,Facebook Client Secret,Facebook Client Secret
DocType: Footer Item,Target,Objetivo DocType: Footer Item,Target,Objetivo
@@ -1015,12 +1016,12 @@ DocType: ToDo,Due Date,Fecha de vencimiento
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,Día trimestre apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,Día trimestre
DocType: Social Login Keys,Google Client Secret,Google Client Secret DocType: Social Login Keys,Google Client Secret,Google Client Secret
DocType: Website Settings,Hide Footer Signup,Ocultar inscripción en el pie de pagina DocType: Website Settings,Hide Footer Signup,Ocultar inscripción en el pie de pagina
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,cancelled this document,canceló este documento
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +423,cancelled this document,canceló este documento
apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,Guardar un archivo Python en la misma carpeta donde esta guardada y retornar una columna con el resultado. apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,Guardar un archivo Python en la misma carpeta donde esta guardada y retornar una columna con el resultado.
DocType: DocType,Sort Field,Ordenar por campo DocType: DocType,Sort Field,Ordenar por campo
DocType: Razorpay Settings,Razorpay Settings,Ajustes Razorpay DocType: Razorpay Settings,Razorpay Settings,Ajustes Razorpay
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +445,Edit Filter,Editar filtro
apps/frappe/frappe/core/doctype/doctype/doctype.py +415,Field {0} of type {1} cannot be mandatory,El campo {0} de tipo {1} no puede ser obligatorio
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +446,Edit Filter,Editar filtro
apps/frappe/frappe/core/doctype/doctype/doctype.py +419,Field {0} of type {1} cannot be mandatory,El campo {0} de tipo {1} no puede ser obligatorio
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,Añadir más apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,Añadir más
apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,Ocultar Gráfico apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,Ocultar Gráfico
DocType: System Settings,Session Expiry Mobile,Vencimiento de sesión en dispositivo móvil DocType: System Settings,Session Expiry Mobile,Vencimiento de sesión en dispositivo móvil
@@ -1035,7 +1036,7 @@ DocType: Communication,Delayed,Retrasado
apps/frappe/frappe/config/setup.py +128,List of backups available for download,Lista de las copias de seguridad disponibles para su descarga apps/frappe/frappe/config/setup.py +128,List of backups available for download,Lista de las copias de seguridad disponibles para su descarga
apps/frappe/frappe/www/login.html +89,Sign up,Regístrate apps/frappe/frappe/www/login.html +89,Sign up,Regístrate
DocType: Test Runner,Output,Salida DocType: Test Runner,Output,Salida
DocType: Email Alert,Set Property After Alert,Establecer propiedad después de la alerta
DocType: Email Alert,Set Property After Alert,Establecer propiedad después de la Alerta
apps/frappe/frappe/config/setup.py +226,Add fields to forms.,Agregar campos a los formularios. apps/frappe/frappe/config/setup.py +226,Add fields to forms.,Agregar campos a los formularios.
apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +159,Looks like something is wrong with this site's Paypal configuration.,Parece que algo está mal con la configuración de PayPal del sitio apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +159,Looks like something is wrong with this site's Paypal configuration.,Parece que algo está mal con la configuración de PayPal del sitio
DocType: File,rgt,rgt DocType: File,rgt,rgt
@@ -1061,7 +1062,7 @@ DocType: Address,Contacts,Contactos
DocType: System Settings,Setup Complete,Configuración Completa. DocType: System Settings,Setup Complete,Configuración Completa.
apps/frappe/frappe/config/setup.py +66,Report of all document shares,Informe de todos los documentos compartidos apps/frappe/frappe/config/setup.py +66,Report of all document shares,Informe de todos los documentos compartidos
apps/frappe/frappe/www/update-password.html +18,New Password,Nueva Contraseña apps/frappe/frappe/www/update-password.html +18,New Password,Nueva Contraseña
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +73,Filter {0} missing,Filtro {0} falta
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +74,Filter {0} missing,Filtro {0} falta
apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,¡Lo siento! No se pueden eliminar los comentarios generados automáticamente apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,¡Lo siento! No se pueden eliminar los comentarios generados automáticamente
DocType: Website Theme,Style using CSS,Estilo con CSS DocType: Website Theme,Style using CSS,Estilo con CSS
apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,Referencia a 'DocType' apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,Referencia a 'DocType'
@@ -1126,7 +1127,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +127,Help on Searc
apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,Registrado pero discapacitados apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,Registrado pero discapacitados
DocType: DocType,Hide Copy,Ocultar copia DocType: DocType,Hide Copy,Ocultar copia
apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,Limpiar todos los roles apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,Limpiar todos los roles
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +114,{0} generated on {1},{0} generada en: {1}
apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} debe ser único apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} debe ser único
apps/frappe/frappe/permissions.py +274,Row,Línea apps/frappe/frappe/permissions.py +274,Row,Línea
DocType: DocType,Track Changes,Rastrear Cambios DocType: DocType,Track Changes,Rastrear Cambios
@@ -1177,11 +1177,11 @@ DocType: User,Github User ID,ID de usuario Github
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,Si el tipo de documento apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,Si el tipo de documento
apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","No se puede eliminar o cancelar debido a {0} <a href=""#Form/{0}/{1}"">{1}</a> está vinculada con {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}" apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","No se puede eliminar o cancelar debido a {0} <a href=""#Form/{0}/{1}"">{1}</a> está vinculada con {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}"
apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},Aplicación Desconocido {0} apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},Aplicación Desconocido {0}
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +48,"%s is not a valid report format. Report format should \
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +49,"%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 one of the following %s",% S no es un formato de informe válido. Formato del informe debe \ uno de los siguientes% s
DocType: Communication,Chat,Chat DocType: Communication,Chat,Chat
apps/frappe/frappe/core/doctype/doctype/doctype.py +408,Fieldname {0} appears multiple times in rows {1},El campo {0} aparece varias veces en las lineas {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +460,{0} from {1} to {2} in row #{3},{0} de {1} a {2} en fila # {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +412,Fieldname {0} appears multiple times in rows {1},El campo {0} aparece varias veces en las lineas {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +462,{0} from {1} to {2} in row #{3},{0} de {1} a {2} en fila # {3}
DocType: Communication,Expired,Expirado DocType: Communication,Expired,Expirado
DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),Número de columnas para un campo en una cuadrícula (Total de columnas en una cuadrícula debe ser inferior a 11) DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),Número de columnas para un campo en una cuadrícula (Total de columnas en una cuadrícula debe ser inferior a 11)
DocType: DocType,System,Sistema DocType: DocType,System,Sistema
@@ -1196,7 +1196,7 @@ DocType: Help Article,Likes,Me Gustas
DocType: Website Settings,Top Bar,Barra Superior DocType: Website Settings,Top Bar,Barra Superior
DocType: GSuite Settings,Script Code,Código Script DocType: GSuite Settings,Script Code,Código Script
apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,Crear correo electrónico de usuario apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,Crear correo electrónico de usuario
apps/frappe/frappe/core/doctype/doctype/doctype.py +647,No Permissions Specified,No hay Permisos Especificados
apps/frappe/frappe/core/doctype/doctype/doctype.py +651,No Permissions Specified,No hay Permisos Especificados
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,Configuración Global: Los usuarios sólo podrán elegir los iconos marcados apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,Configuración Global: Los usuarios sólo podrán elegir los iconos marcados
apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} no encontrado apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} no encontrado
DocType: Custom Role,Custom Role,Rol Personalizado DocType: Custom Role,Custom Role,Rol Personalizado
@@ -1208,12 +1208,12 @@ DocType: Dropbox Settings,Dropbox Access Secret,Acceso Secreto a Dropbox
apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,Añadir otro comentario apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,Añadir otro comentario
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,Editar DocType apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,Editar DocType
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,Cancelado la suscripción a Newsletter apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,Cancelado la suscripción a Newsletter
apps/frappe/frappe/core/doctype/doctype/doctype.py +507,Fold must come before a Section Break,El plegado debe ir antes del salto de pagina
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,En desarrollo
apps/frappe/frappe/core/doctype/doctype/doctype.py +511,Fold must come before a Section Break,El plegado debe ir antes del salto de pagina
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,En Desarrollo
apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,Última modificación por apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,Última modificación por
DocType: Workflow State,hand-down,mano-abajo DocType: Workflow State,hand-down,mano-abajo
DocType: Address,GST State,Estado del GST DocType: Address,GST State,Estado del GST
apps/frappe/frappe/core/doctype/doctype/doctype.py +695,{0}: Cannot set Cancel without Submit,"{0}: no se puede establecer ""cancelar"" sin enviar"
apps/frappe/frappe/core/doctype/doctype/doctype.py +699,{0}: Cannot set Cancel without Submit,"{0}: no se puede establecer ""cancelar"" sin enviar"
DocType: Website Theme,Theme,Tema DocType: Website Theme,Theme,Tema
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,Hubo errores . apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,Hubo errores .
DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,URI de redireccionamiento obligado a Auth Code DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,URI de redireccionamiento obligado a Auth Code
@@ -1252,7 +1252,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +7,
apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,Agregar comentario apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,Agregar comentario
DocType: DocField,Mandatory,Obligatorio DocType: DocField,Mandatory,Obligatorio
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,Módulo para Exportar apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,Módulo para Exportar
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,{0}: No basic permissions set,{0}: no se ha definido ningún conjunto de permisos básicos
apps/frappe/frappe/core/doctype/doctype/doctype.py +663,{0}: No basic permissions set,{0}: no se ha definido ningún conjunto de permisos básicos
apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,Su suscripción expirará en {0}. apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,Su suscripción expirará en {0}.
apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},El enlace de descarga para el backup será enviado por correo electrónico a la siguiente dirección electrónica: {0} apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},El enlace de descarga para el backup será enviado por correo electrónico a la siguiente dirección electrónica: {0}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","Significado de Validar, Cancelar y Corregir" apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","Significado de Validar, Cancelar y Corregir"
@@ -1267,6 +1267,7 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +129,Filters sa
DocType: DocField,Percent,Por ciento DocType: DocField,Percent,Por ciento
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,"Por favor, defina los filtros" apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,"Por favor, defina los filtros"
apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,Vinculado Con apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,Vinculado Con
apps/frappe/frappe/templates/emails/auto_email_report.html +48,Edit Auto Email Report Settings,Editar configuración de informes de correo electrónico automático
DocType: Workflow State,book,Libro DocType: Workflow State,book,Libro
DocType: Website Settings,Landing Page,Pagina de inicio DocType: Website Settings,Landing Page,Pagina de inicio
apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,Error en Script Personalizado apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,Error en Script Personalizado
@@ -1275,7 +1276,7 @@ apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +132,"Import R
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,No hay permisos establecidos para este criterio. apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,No hay permisos establecidos para este criterio.
DocType: Auto Email Report,Auto Email Report,Reporte de Correo Electrónico Automático DocType: Auto Email Report,Auto Email Report,Reporte de Correo Electrónico Automático
apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,Cantidad máxima de correos electrónicos apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,Cantidad máxima de correos electrónicos
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +575,Delete comment?,¿Eliminar comentario?
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +577,Delete comment?,¿Eliminar comentario?
DocType: Address Template,This format is used if country specific format is not found,Este formato será utilizado para todos los documentos si no se encuentra un formato específico para el país. DocType: Address Template,This format is used if country specific format is not found,Este formato será utilizado para todos los documentos si no se encuentra un formato específico para el país.
DocType: System Settings,Allow Login using Mobile Number,Permitir inicio de sesión con número de teléfono móvil DocType: System Settings,Allow Login using Mobile Number,Permitir inicio de sesión con número de teléfono móvil
apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,"Usted no tiene permisos suficientes para acceder a este apartado. Por favor, póngase en contacto con su administrador para obtener acceso." apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,"Usted no tiene permisos suficientes para acceder a este apartado. Por favor, póngase en contacto con su administrador para obtener acceso."
@@ -1291,7 +1292,7 @@ DocType: Print Format,Monospace,Monoespaciado
DocType: Letter Head,Printing,Impresión DocType: Letter Head,Printing,Impresión
DocType: Workflow State,thumbs-up,pulgar-arriba DocType: Workflow State,thumbs-up,pulgar-arriba
DocType: DocPerm,DocPerm,DocPerm DocType: DocPerm,DocPerm,DocPerm
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Precision should be between 1 and 6,Precisión debe estar entre 1 y 6
apps/frappe/frappe/core/doctype/doctype/doctype.py +467,Precision should be between 1 and 6,Precisión debe estar entre 1 y 6
apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},Fw: {0} apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},Fw: {0}
apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,y apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,y
DocType: Error Snapshot,Frames,Marcos DocType: Error Snapshot,Frames,Marcos
@@ -1304,9 +1305,10 @@ apps/frappe/frappe/utils/boilerplate.py +263,{app_title},{app_title}
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,"Por favor, establezca las llaves de acceso de Dropbox en la configuración de su sistema" apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,"Por favor, establezca las llaves de acceso de Dropbox en la configuración de su sistema"
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Eliminar este registro para permitir el envío a esta dirección de correo electrónico apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Eliminar este registro para permitir el envío a esta dirección de correo electrónico
apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"Sólo los campos obligatorios son necesarios para los nuevos registros. Puede eliminar columnas de carácter no obligatorio, si lo desea." apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"Sólo los campos obligatorios son necesarios para los nuevos registros. Puede eliminar columnas de carácter no obligatorio, si lo desea."
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +269,Unable to update event,No se puede actualizar evento
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +262,Unable to update event,No se puede actualizar evento
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Pago Completo apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Pago Completo
apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","Filtro debe tener 4 valores (doctype, fieldname, operator, value): {0}" apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","Filtro debe tener 4 valores (doctype, fieldname, operator, value): {0}"
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,"No se encontró una plantilla de dirección predeterminada. Por favor, cree uno nuevo en Configuración&gt; Impresión y marca&gt; Plantilla de dirección."
apps/frappe/frappe/utils/bot.py +89,show,mostrar apps/frappe/frappe/utils/bot.py +89,show,mostrar
DocType: Address Template,Address Template,Plantillas de direcciones DocType: Address Template,Address Template,Plantillas de direcciones
DocType: Workflow State,text-height,text-height DocType: Workflow State,text-height,text-height
@@ -1359,7 +1361,6 @@ apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +6,Can Write
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Algunos documentos como facturas, no se pueden cambiar una vez guardados. El estado final de dichos documentos se llama 'Validado'. Puede restringir qué roles y/o usuarios pueden validar los documentos." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Algunos documentos como facturas, no se pueden cambiar una vez guardados. El estado final de dichos documentos se llama 'Validado'. Puede restringir qué roles y/o usuarios pueden validar los documentos."
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,No tiene permitido exportar este reporte apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,No tiene permitido exportar este reporte
apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 elemento seleccionado apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 elemento seleccionado
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> No se encontraron resultados para ' </p>
DocType: Newsletter,Test Email Address,Dirección de correo electrónico de prueba DocType: Newsletter,Test Email Address,Dirección de correo electrónico de prueba
DocType: ToDo,Sender,Remitente DocType: ToDo,Sender,Remitente
DocType: GSuite Settings,Google Apps Script,Google Apps Script DocType: GSuite Settings,Google Apps Script,Google Apps Script
@@ -1372,7 +1373,7 @@ DocType: System Settings,Allow only one session per user,Permitir sólo una sesi
apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,Copia apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,Copia
apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,Carpeta Inicio / Test 1 / Carpeta Prueba 3 apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,Carpeta Inicio / Test 1 / Carpeta Prueba 3
DocType: Website Settings,&lt;head&gt; HTML,HTML DocType: Website Settings,&lt;head&gt; HTML,HTML
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +66,Select or drag across time slots to create a new event.,Seleccione o arrastre a través de los intervalos de tiempo para crear un nuevo evento.
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +67,Select or drag across time slots to create a new event.,Seleccione o arrastre a través de los intervalos de tiempo para crear un nuevo evento.
DocType: DocField,In Filter,En filtro DocType: DocField,In Filter,En filtro
apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban
DocType: DocType,Show in Module Section,Mostrar en la sección Módulo DocType: DocType,Show in Module Section,Mostrar en la sección Módulo
@@ -1393,7 +1394,7 @@ apps/frappe/frappe/email/doctype/email_account/email_account_list.js +6,Default
apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,Importar.zip apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,Importar.zip
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,Identificador del Documento apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,Identificador del Documento
DocType: Print Settings,Letter,Carta DocType: Print Settings,Letter,Carta
apps/frappe/frappe/core/doctype/doctype/doctype.py +556,Image field must be of type Attach Image,Campo de imagen debe ser de tipo Adjuntar imagen
apps/frappe/frappe/core/doctype/doctype/doctype.py +560,Image field must be of type Attach Image,Campo de imagen debe ser de tipo Adjuntar imagen
DocType: DocField,Columns,columnas DocType: DocField,Columns,columnas
DocType: Async Task,Succeeded,Terminado DocType: Async Task,Succeeded,Terminado
apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},Los siguientes campos son obligatorios en {0} apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},Los siguientes campos son obligatorios en {0}
@@ -1443,7 +1444,7 @@ DocType: DocField,Text Editor,Editor de texto
apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,Ajustes de pagina 'acerca de nosotros' apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,Ajustes de pagina 'acerca de nosotros'
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,Editar HTML personalizado apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,Editar HTML personalizado
DocType: Error Snapshot,Error Snapshot,Error de Instantánea DocType: Error Snapshot,Error Snapshot,Error de Instantánea
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,In,En
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,In,En
DocType: Email Alert,Value Change,Cambio de Valor DocType: Email Alert,Value Change,Cambio de Valor
DocType: Standard Reply,Standard Reply,Respuesta automática DocType: Standard Reply,Standard Reply,Respuesta automática
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,Ancho de la caja de entrada apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,Ancho de la caja de entrada
@@ -1463,12 +1464,11 @@ apps/frappe/frappe/public/js/frappe/views/communication.js +82,Select Attachment
apps/frappe/frappe/model/naming.py +94, for {0},para {0} apps/frappe/frappe/model/naming.py +94, for {0},para {0}
apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,"Hubo errores. Por favor, informe de esto." apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,"Hubo errores. Por favor, informe de esto."
apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,No está autorizado a imprimir este documento apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,No está autorizado a imprimir este documento
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +107,Please set filters value in Report Filter table.,"Por favor, establece el valor en la tabla de filtros Filtro de informe."
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +120,Please set filters value in Report Filter table.,"Por favor, establece el valor en la tabla de filtros Filtro de informe."
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,Cargando Reporte apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,Cargando Reporte
apps/frappe/frappe/limits.py +72,Your subscription will expire today.,Su suscripción expira hoy. apps/frappe/frappe/limits.py +72,Your subscription will expire today.,Su suscripción expira hoy.
DocType: Page,Standard,Estándar DocType: Page,Standard,Estándar
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Adjuntar Archivo apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Adjuntar Archivo
apps/frappe/frappe/templates/emails/password_update.html +1,Password Update Notification,Notificación de actualización de contraseña
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Tamaño apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Tamaño
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Asignación Completa apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Asignación Completa
DocType: Custom DocPerm,User Permission DocTypes,'DocType' para permisos de usuarios DocType: Custom DocPerm,User Permission DocTypes,'DocType' para permisos de usuarios
@@ -1481,6 +1481,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +10,Insert Abo
apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,nombres y apellidos comunes son fáciles de adivinar. apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,nombres y apellidos comunes son fáciles de adivinar.
apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,Borrador apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,Borrador
apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,Esto es similar a una contraseña de uso común. apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,Esto es similar a una contraseña de uso común.
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> No se encontraron resultados para ' </p>
DocType: User,Female,Femenino DocType: User,Female,Femenino
DocType: Print Settings,Modern,Moderno DocType: Print Settings,Modern,Moderno
apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,Resultados de la búsqueda apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,Resultados de la búsqueda
@@ -1535,7 +1536,7 @@ apps/frappe/frappe/core/doctype/file/file_list.js +65,Folder name should not inc
DocType: Note,Note,Nota DocType: Note,Note,Nota
apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,Reporte de Error apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,Reporte de Error
apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,Condiciones de la Retroalimentación no coinciden apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,Condiciones de la Retroalimentación no coinciden
apps/frappe/frappe/core/doctype/doctype/doctype.py +570,Timeline field must be a valid fieldname,El campo de línea de tiempo debe ser un nombre de campo válido
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a valid fieldname,El campo de línea de tiempo debe ser un nombre de campo válido
DocType: Currency,Symbol,Símbolo. DocType: Currency,Symbol,Símbolo.
apps/frappe/frappe/model/base_document.py +534,Row #{0}:,Línea #{0}: apps/frappe/frappe/model/base_document.py +534,Row #{0}:,Línea #{0}:
apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,Nueva contraseña enviada por correo electrónico apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,Nueva contraseña enviada por correo electrónico
@@ -1592,8 +1593,7 @@ DocType: Web Page,Text Align,Alinear texto
apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},El nombre no puede contener caracteres especiales como {0} apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},El nombre no puede contener caracteres especiales como {0}
DocType: Contact Us Settings,Forward To Email Address,Reenviar a la dirección de correo electrónico DocType: Contact Us Settings,Forward To Email Address,Reenviar a la dirección de correo electrónico
apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,Mostrar todos los datos apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,Mostrar todos los datos
apps/frappe/frappe/core/doctype/doctype/doctype.py +527,Title field must be a valid fieldname,El campo del título debe ser un nombre válido
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,Cuenta de correo electrónico no configurada. Crea una nueva cuenta de correo electrónico desde Configuración&gt; Correo electrónico&gt; Cuenta de correo electrónico
apps/frappe/frappe/core/doctype/doctype/doctype.py +531,Title field must be a valid fieldname,El campo del título debe ser un nombre válido
apps/frappe/frappe/config/core.py +7,Documents,Documentos apps/frappe/frappe/config/core.py +7,Documents,Documentos
DocType: Email Flag Queue,Is Completed,Esta completado DocType: Email Flag Queue,Is Completed,Esta completado
apps/frappe/frappe/www/me.html +22,Edit Profile,Editar perfil apps/frappe/frappe/www/me.html +22,Edit Profile,Editar perfil
@@ -1645,7 +1645,7 @@ DocType: Standard Reply,Standard Reply Help,Ayuda de Respuesta Estándar
DocType: Blogger,Avatar,Avatar DocType: Blogger,Avatar,Avatar
DocType: Blogger,Posts,Entradas DocType: Blogger,Posts,Entradas
DocType: DocType,Has Web View,Tiene vista Web DocType: DocType,Has Web View,Tiene vista Web
apps/frappe/frappe/core/doctype/doctype/doctype.py +377,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","El nombre del DocType debe comenzar con una letra y sólo puede consistir en letras, números, espacios y guiones bajos"
apps/frappe/frappe/core/doctype/doctype/doctype.py +381,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","El nombre del DocType debe comenzar con una letra y sólo puede consistir en letras, números, espacios y guiones bajos"
DocType: Communication,Spam,Correo no deseado DocType: Communication,Spam,Correo no deseado
DocType: Integration Request,Integration Request,Solicitud de integración DocType: Integration Request,Integration Request,Solicitud de integración
apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,Estimado apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,Estimado
@@ -1681,7 +1681,7 @@ DocType: Website Settings,Sub-domain provided by erpnext.com,Sub-dominio proporc
DocType: System Settings,dd-mm-yyyy,dd-mm-aaaa DocType: System Settings,dd-mm-yyyy,dd-mm-aaaa
apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,Debe tener permisos de reporte para ver este documento apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,Debe tener permisos de reporte para ver este documento
apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,Selecciona la cuenta de contraseña mínima apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,Selecciona la cuenta de contraseña mínima
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,Added,Agregado
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,Added,Agregado
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.","Actualizar solamente, no insertar nuevos registros." apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.","Actualizar solamente, no insertar nuevos registros."
apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,Resumen Diario de Eventos se envía para Eventos en el Calendario cuando se han agregado recordatorios. apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,Resumen Diario de Eventos se envía para Eventos en el Calendario cuando se han agregado recordatorios.
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,Ver Sitio Web apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,Ver Sitio Web
@@ -1695,7 +1695,7 @@ DocType: Integration Request,Reference DocName,Referencia DocName
DocType: Web Form,Success Message,Mensaje exitoso DocType: Web Form,Success Message,Mensaje exitoso
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,Exportar Personalizaciones apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,Exportar Personalizaciones
DocType: DocType,User Cannot Search,El usuario no puede buscar DocType: DocType,User Cannot Search,El usuario no puede buscar
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +83,Invalid Output Format,Formato de salida no válido
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Invalid Output Format,Formato de salida no válido
DocType: Custom DocPerm,Apply this rule if the User is the Owner,"Aplicar esta regla, si el usuario es el propietario" DocType: Custom DocPerm,Apply this rule if the User is the Owner,"Aplicar esta regla, si el usuario es el propietario"
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,Será su ID de inicio de sesión apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,Será su ID de inicio de sesión
apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,Crear reporte apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,Crear reporte
@@ -1713,10 +1713,11 @@ apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +138,There were e
apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,Cerrar apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,Cerrar
apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,No se puede cambiar docstatus de 0 a 2 apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,No se puede cambiar docstatus de 0 a 2
DocType: User Permission for Page and Report,Roles Permission,Permisos de Roles DocType: User Permission for Page and Report,Roles Permission,Permisos de Roles
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,Cuenta de correo electrónico no configurada. Crea una nueva cuenta de correo electrónico desde Configuración&gt; Correo electrónico&gt; Cuenta de correo electrónico
apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,Actualizar apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,Actualizar
DocType: Error Snapshot,Snapshot View,Vista Instantánea DocType: Error Snapshot,Snapshot View,Vista Instantánea
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,"Por favor, guarde el boletín antes de enviarlo" apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,"Por favor, guarde el boletín antes de enviarlo"
apps/frappe/frappe/core/doctype/doctype/doctype.py +426,Options must be a valid DocType for field {0} in row {1},Las opciones deben ser validas para el 'DocType' en el campo {0} de la línea {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +430,Options must be a valid DocType for field {0} in row {1},Las opciones deben ser validas para el 'DocType' en el campo {0} de la línea {1}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,Editar propiedades apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,Editar propiedades
DocType: Patch Log,List of patches executed,Lista de parches aplicados DocType: Patch Log,List of patches executed,Lista de parches aplicados
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} ya ha sido dado de baja apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} ya ha sido dado de baja
@@ -1809,7 +1810,7 @@ apps/frappe/frappe/core/doctype/version/version_view.html +32,Rows Added,Filas A
apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,¡Éxito! Estás listo para continuar 👍 apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,¡Éxito! Estás listo para continuar 👍
apps/frappe/frappe/www/me.html +3,My Account,Mi Cuenta apps/frappe/frappe/www/me.html +3,My Account,Mi Cuenta
DocType: ToDo,Allocated To,Asignado a DocType: ToDo,Allocated To,Asignado a
apps/frappe/frappe/templates/emails/password_reset.html +4,Please click on the following link to set your new password,"Por favor, haga clic en el siguiente enlace para configurar su nueva contraseña"
apps/frappe/frappe/templates/emails/password_reset.html +2,Please click on the following link to set your new password,"Por favor, haga clic en el siguiente enlace para configurar su nueva contraseña"
DocType: Email Alert,Days After,Dias despues DocType: Email Alert,Days After,Dias despues
DocType: Newsletter,Receipient,Recipiente DocType: Newsletter,Receipient,Recipiente
DocType: Contact Us Settings,Settings for Contact Us Page,Ajustes para pagina de contacto DocType: Contact Us Settings,Settings for Contact Us Page,Ajustes para pagina de contacto
@@ -1823,7 +1824,7 @@ DocType: Property Setter,Property Type,Tipo de inmueble
DocType: Workflow State,screenshot,Captuta de pantalla DocType: Workflow State,screenshot,Captuta de pantalla
apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,"Sólo el administrador puede guardar un informe estándar. Por favor, cambie el nombre y guarde." apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,"Sólo el administrador puede guardar un informe estándar. Por favor, cambie el nombre y guarde."
DocType: System Settings,Background Workers,Procesos en segundo plano DocType: System Settings,Background Workers,Procesos en segundo plano
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,Fieldname {0} conflicting with meta object,Nombre de campo {0} en conflicto con el metaobjeto
apps/frappe/frappe/core/doctype/doctype/doctype.py +783,Fieldname {0} conflicting with meta object,Nombre de campo {0} en conflicto con el metaobjeto
DocType: Deleted Document,Data,Datos DocType: Deleted Document,Data,Datos
apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,Estado del documento apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,Estado del documento
apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},Usted ha hecho {0} de {1} apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},Usted ha hecho {0} de {1}
@@ -1887,7 +1888,6 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +70,"""Parent"" signif
DocType: Website Theme,Apply Style,Aplicar Estilo DocType: Website Theme,Apply Style,Aplicar Estilo
DocType: Feedback Request,Feedback Rating,Calificación de la Retroalimentación DocType: Feedback Request,Feedback Rating,Calificación de la Retroalimentación
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,Compartido con apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,Compartido con
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,Configuración&gt; Administrador de permisos de usuario
DocType: Help Category,Help Articles,Artículos de Ayuda DocType: Help Category,Help Articles,Artículos de Ayuda
,Modules Setup,Configuración de módulos ,Modules Setup,Configuración de módulos
apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,Tipo: apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,Tipo:
@@ -1933,12 +1933,11 @@ apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 2,Opci
DocType: Feedback Trigger,Email Field,Campo de Correo Electrónico DocType: Feedback Trigger,Email Field,Campo de Correo Electrónico
apps/frappe/frappe/www/update-password.html +59,New Password Required.,Nueva Contraseña Requerida apps/frappe/frappe/www/update-password.html +59,New Password Required.,Nueva Contraseña Requerida
apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} compartió este documento con {1} apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} compartió este documento con {1}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,Configuración&gt; Usuario
DocType: Website Settings,Brand Image,Imagen de marca DocType: Website Settings,Brand Image,Imagen de marca
DocType: Print Settings,A4,A4 DocType: Print Settings,A4,A4
apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","Configuración de la barra de navegación superior, pie de página y logotipo." apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","Configuración de la barra de navegación superior, pie de página y logotipo."
DocType: Web Form Field,Max Value,Valor máximo DocType: Web Form Field,Max Value,Valor máximo
apps/frappe/frappe/core/doctype/doctype/doctype.py +655,For {0} at level {1} in {2} in row {3},Para {0} en el nivel {1} en {2} de la línea {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,For {0} at level {1} in {2} in row {3},Para {0} en el nivel {1} en {2} de la línea {3}
DocType: Contact,All,Todos DocType: Contact,All,Todos
DocType: Email Queue,Recipient,Beneficiario DocType: Email Queue,Recipient,Beneficiario
DocType: Communication,Has Attachment,Tiene Adjunto DocType: Communication,Has Attachment,Tiene Adjunto
@@ -1956,7 +1955,7 @@ DocType: Auto Email Report,Email To,Email para
apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,Carpeta {0} no está vacía apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,Carpeta {0} no está vacía
DocType: Page,Roles,Roles DocType: Page,Roles,Roles
apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},Error: falta el valor para {0}: {1} apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},Error: falta el valor para {0}: {1}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +286,Field {0} is not selectable.,El campo {0} no se puede seleccionar.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +287,Field {0} is not selectable.,El campo {0} no se puede seleccionar.
DocType: System Settings,Session Expiry,Vencimiento de sesión DocType: System Settings,Session Expiry,Vencimiento de sesión
DocType: Workflow State,ban-circle,Área de Prohibición DocType: Workflow State,ban-circle,Área de Prohibición
DocType: Email Flag Queue,Unread,No leído DocType: Email Flag Queue,Unread,No leído
@@ -2014,7 +2013,7 @@ DocType: DocType,"Naming Options:
<ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",Opciones de nomenclatura: <ol><li> <b>campo: [nombre del campo]</b> - Por Campo </li><li> <b>naming_series:</b> - Al nombrar la serie (campo llamado naming_series deben estar presentes </li><li> <b>Preguntar</b> - Solicitar al usuario un nombre </li><li> <b>[Serie]</b> - Serie por el prefijo (separados por un punto); por ejemplo PRE. ##### </li></ol> <ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",Opciones de nomenclatura: <ol><li> <b>campo: [nombre del campo]</b> - Por Campo </li><li> <b>naming_series:</b> - Al nombrar la serie (campo llamado naming_series deben estar presentes </li><li> <b>Preguntar</b> - Solicitar al usuario un nombre </li><li> <b>[Serie]</b> - Serie por el prefijo (separados por un punto); por ejemplo PRE. ##### </li></ol>
DocType: Blog Post,Email Sent,Correo Electrónico Enviado DocType: Blog Post,Email Sent,Correo Electrónico Enviado
DocType: DocField,Ignore XSS Filter,Ignorar filtro XSS DocType: DocField,Ignore XSS Filter,Ignorar filtro XSS
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,removed,eliminado
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,removed,eliminado
apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,Configuración de copia de seguridad de Dropbox apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,Configuración de copia de seguridad de Dropbox
apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,Enviar como correo electrónico. apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,Enviar como correo electrónico.
DocType: Website Theme,Link Color,Color de enlace DocType: Website Theme,Link Color,Color de enlace
@@ -2147,6 +2146,7 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Res
DocType: DocType,Setup,Configuración DocType: DocType,Setup,Configuración
DocType: Email Account,Initial Sync Count,Conde de sincronización inicial DocType: Email Account,Initial Sync Count,Conde de sincronización inicial
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Nuevo comentario en {0} {1} apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Nuevo comentario en {0} {1}
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} año (s)
DocType: Workflow State,glass,vidrio DocType: Workflow State,glass,vidrio
DocType: DocType,Timeline Field,Campo de Línea de Tiempo DocType: DocType,Timeline Field,Campo de Línea de Tiempo
DocType: Country,Time Zones,Zonas horarias DocType: Country,Time Zones,Zonas horarias
@@ -2181,10 +2181,10 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +77,You are not
apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,Info: apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,Info:
DocType: Custom Field,Permission Level,Nivel de permisos DocType: Custom Field,Permission Level,Nivel de permisos
DocType: User,Send Notifications for Transactions I Follow,Enviarme notificaciones de las transacciones que sigo DocType: User,Send Notifications for Transactions I Follow,Enviarme notificaciones de las transacciones que sigo
apps/frappe/frappe/core/doctype/doctype/doctype.py +698,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: no se puede establecer ""enviar"", ""cancelar"" o ""corregir"" sin escribir primero"
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: no se puede establecer ""enviar"", ""cancelar"" o ""corregir"" sin escribir primero"
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,¿Está seguro que desea eliminar el adjunto? apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,¿Está seguro que desea eliminar el adjunto?
apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","No se puede eliminar o cancelar debido a {0} <a href=""#Form/{0}/{1}"">{1}</a> está vinculada con {2} <a href=""#Form/{2}/{3}"">{3}</a>" apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","No se puede eliminar o cancelar debido a {0} <a href=""#Form/{0}/{1}"">{1}</a> está vinculada con {2} <a href=""#Form/{2}/{3}"">{3}</a>"
apps/frappe/frappe/__init__.py +1070,Thank you,Gracias.
apps/frappe/frappe/__init__.py +1071,Thank you,Gracias.
apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,Guardando apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,Guardando
DocType: Print Settings,Print Style Preview,Vista previa de estilo DocType: Print Settings,Print Style Preview,Vista previa de estilo
apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder
@@ -2228,7 +2228,7 @@ apps/frappe/frappe/public/js/frappe/list/list_renderer.js +501,2 days ago,Hace 2
apps/frappe/frappe/config/website.py +47,Categorize blog posts.,Clasificar las entradas del blog. apps/frappe/frappe/config/website.py +47,Categorize blog posts.,Clasificar las entradas del blog.
DocType: Workflow State,Time,Tiempo DocType: Workflow State,Time,Tiempo
DocType: DocField,Attach,Adjuntar DocType: DocField,Attach,Adjuntar
apps/frappe/frappe/core/doctype/doctype/doctype.py +539,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} no es un formato válido de nombre de campo. Debe ser {{field_name}}.
apps/frappe/frappe/core/doctype/doctype/doctype.py +543,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} no es un formato válido de nombre de campo. Debe ser {{field_name}}.
DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,Enviar comentarios Solicitud sólo si hay al menos una comunicación está disponible para el documento. DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,Enviar comentarios Solicitud sólo si hay al menos una comunicación está disponible para el documento.
DocType: Custom Role,Permission Rules,Reglas de permisos DocType: Custom Role,Permission Rules,Reglas de permisos
DocType: GSuite Settings,GSuite Settings,Configuración de GSuite DocType: GSuite Settings,GSuite Settings,Configuración de GSuite
@@ -2248,7 +2248,7 @@ apps/frappe/frappe/website/doctype/blog_post/blog_post.py +106,Posts by {0},Entr
apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","Para dar formato a las columnas, debe obtener las etiquetas desde la consulta." apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","Para dar formato a las columnas, debe obtener las etiquetas desde la consulta."
DocType: Has Domain,Has Domain,Tiene Dominio DocType: Has Domain,Has Domain,Tiene Dominio
apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,¿No tienes una cuenta? Regístrate apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,¿No tienes una cuenta? Regístrate
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,{0}: Cannot set Assign Amend if not Submittable,"{0}: no se puede establecer ""asignar corrección"" si no es enviable"
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set Assign Amend if not Submittable,"{0}: no se puede establecer ""asignar corrección"" si no es enviable"
DocType: Address,Bihar,Bihar DocType: Address,Bihar,Bihar
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,Editar roles apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,Editar roles
DocType: Communication,Link DocType,Enlazar DocType DocType: Communication,Link DocType,Enlazar DocType
@@ -2299,7 +2299,7 @@ DocType: DocField,Set non-standard precision for a Float or Currency field,Ajust
DocType: Email Account,Ignore attachments over this size,Ignorar los adjuntos mayores que este tamaño DocType: Email Account,Ignore attachments over this size,Ignorar los adjuntos mayores que este tamaño
DocType: Address,Preferred Billing Address,Dirección de facturación preferida DocType: Address,Preferred Billing Address,Dirección de facturación preferida
apps/frappe/frappe/config/integrations.py +63,External Documents,Documentos Externos apps/frappe/frappe/config/integrations.py +63,External Documents,Documentos Externos
apps/frappe/frappe/database.py +235,Too many writes in one request. Please send smaller requests,Demasiados elementos en una sola solicitud . Favor de enviar peticiones más pequeñas
apps/frappe/frappe/database.py +247,Too many writes in one request. Please send smaller requests,Demasiados elementos en una sola solicitud . Favor de enviar peticiones más pequeñas
apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,Valores Cambiados apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,Valores Cambiados
DocType: Workflow State,arrow-up,flecha hacia arriba DocType: Workflow State,arrow-up,flecha hacia arriba
DocType: OAuth Bearer Token,Expires In,Expira en DocType: OAuth Bearer Token,Expires In,Expira en
@@ -2347,7 +2347,7 @@ apps/frappe/frappe/core/page/data_import_tool/importer.py +81,Please make sure t
apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,"Por favor, asegúrese de que su perfil tiene una dirección de correo electrónico" apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,"Por favor, asegúrese de que su perfil tiene una dirección de correo electrónico"
apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,Usted tiene cambios sin guardar en este formulario. Por favor guardar antes de continuar. apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,Usted tiene cambios sin guardar en este formulario. Por favor guardar antes de continuar.
DocType: Address,Telangana,Telangana DocType: Address,Telangana,Telangana
apps/frappe/frappe/core/doctype/doctype/doctype.py +459,Default for {0} must be an option,Por defecto {0} debe ser una opción
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Default for {0} must be an option,Por defecto {0} debe ser una opción
DocType: Tag Doc Category,Tag Doc Category,Categoría de Etiqueta de Doc DocType: Tag Doc Category,Tag Doc Category,Categoría de Etiqueta de Doc
DocType: User,User Image,Imagen de Usuario DocType: User,User Image,Imagen de Usuario
apps/frappe/frappe/email/queue.py +304,Emails are muted,Los correos electrónicos se silencian apps/frappe/frappe/email/queue.py +304,Emails are muted,Los correos electrónicos se silencian
@@ -2392,7 +2392,7 @@ DocType: Async Task,Running,Ejecutándose
apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,Restablecer contraseña apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,Restablecer contraseña
apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,"Por favor, actualice Para agregar más de {0} suscriptores" apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,"Por favor, actualice Para agregar más de {0} suscriptores"
DocType: Workflow State,hand-left,mano-izquierda DocType: Workflow State,hand-left,mano-izquierda
apps/frappe/frappe/core/doctype/doctype/doctype.py +472,Fieldtype {0} for {1} cannot be unique,El tipo de campo {0} de {1} no puede ser único
apps/frappe/frappe/core/doctype/doctype/doctype.py +476,Fieldtype {0} for {1} cannot be unique,El tipo de campo {0} de {1} no puede ser único
DocType: Email Account,Use SSL,Utilizar SSL DocType: Email Account,Use SSL,Utilizar SSL
DocType: Workflow State,play-circle,play-circle DocType: Workflow State,play-circle,play-circle
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,Seleccionar formato de impresión a editar apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,Seleccionar formato de impresión a editar
@@ -2447,7 +2447,7 @@ DocType: DocField,No Copy,No copiar
DocType: Workflow State,qrcode,Código QR DocType: Workflow State,qrcode,Código QR
apps/frappe/frappe/www/login.html +34,Login with LDAP,Ingresar con LDAP apps/frappe/frappe/www/login.html +34,Login with LDAP,Ingresar con LDAP
DocType: Web Form,Breadcrumbs,Migas DocType: Web Form,Breadcrumbs,Migas
apps/frappe/frappe/core/doctype/doctype/doctype.py +671,If Owner,Si es dueño
apps/frappe/frappe/core/doctype/doctype/doctype.py +675,If Owner,Si es dueño
DocType: OAuth Authorization Code,Expiration time,Tiempo de expiración DocType: OAuth Authorization Code,Expiration time,Tiempo de expiración
DocType: Web Page,Website Sidebar,Barra Lateral página web DocType: Web Page,Website Sidebar,Barra Lateral página web
DocType: Web Form,Show Sidebar,Mostrar barra lateral DocType: Web Form,Show Sidebar,Mostrar barra lateral
@@ -2618,6 +2618,7 @@ DocType: Portal Settings,Hide Standard Menu,Ocultar Menú Estándar
apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,Añadir / Administrar dominios de correo electrónico. apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,Añadir / Administrar dominios de correo electrónico.
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},No se puede cancelar antes de enviar. Ver transmisión {0} apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},No se puede cancelar antes de enviar. Ver transmisión {0}
apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,El formato de impresión {0} está deshabilitado apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,El formato de impresión {0} está deshabilitado
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,Configure por defecto la cuenta de correo electrónico predeterminada desde Configuración&gt; Correo electrónico&gt; Cuenta de correo electrónico
DocType: Email Alert,Send days before or after the reference date,Enviar días antes o después de la fecha de referencia DocType: Email Alert,Send days before or after the reference date,Enviar días antes o después de la fecha de referencia
DocType: User,Allow user to login only after this hour (0-24),Permitir que el usuario ingrese sólo después de esta hora ( 0-24) DocType: User,Allow user to login only after this hour (0-24),Permitir que el usuario ingrese sólo después de esta hora ( 0-24)
apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,Valor apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,Valor
@@ -2633,7 +2634,6 @@ DocType: ToDo,Priority,Prioridad
DocType: Email Queue,Unsubscribe Param,Parámetro de Desuscripción DocType: Email Queue,Unsubscribe Param,Parámetro de Desuscripción
DocType: Auto Email Report,Weekly,Semanal DocType: Auto Email Report,Weekly,Semanal
DocType: Communication,In Reply To,En respuesta a DocType: Communication,In Reply To,En respuesta a
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,"No se encontró una plantilla de dirección predeterminada. Por favor, cree uno nuevo en Configuración&gt; Impresión y marca&gt; Plantilla de dirección."
DocType: DocType,Allow Import (via Data Import Tool),Permitir la importación (a través de la herramienta de importación de datos) DocType: DocType,Allow Import (via Data Import Tool),Permitir la importación (a través de la herramienta de importación de datos)
apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,Sr apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,Sr
DocType: DocField,Float,Coma Flotante DocType: DocField,Float,Coma Flotante
@@ -2676,7 +2676,7 @@ apps/frappe/frappe/templates/emails/auto_reply.html +1,Thank you for your email,
DocType: DocField,Small Text,Texto pequeño DocType: DocField,Small Text,Texto pequeño
apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,Acceso de Administrador {0} en {1} a través de la dirección IP {2}. apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,Acceso de Administrador {0} en {1} a través de la dirección IP {2}.
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,Iguales apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,Iguales
apps/frappe/frappe/core/doctype/doctype/doctype.py +453,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'
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,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 DocType: About Us Settings,Team Members Heading,Líderes de equipo
apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,Formato CSV no válido apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,Formato CSV no válido
apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,Establecer el número de copias de seguridad apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,Establecer el número de copias de seguridad
@@ -2710,7 +2710,7 @@ DocType: Kanban Board Column,Column Name,Nombre de columna
DocType: Language,Based On,Basado en DocType: Language,Based On,Basado en
apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,Hacer por Defecto apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,Hacer por Defecto
apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,Compruebe la URL del servidor Frappe apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,Compruebe la URL del servidor Frappe
apps/frappe/frappe/core/doctype/doctype/doctype.py +495,Fieldtype {0} for {1} cannot be indexed,El tipo de campo {0} de {1} no puede(n) ser indexado(s)
apps/frappe/frappe/core/doctype/doctype/doctype.py +499,Fieldtype {0} for {1} cannot be indexed,El tipo de campo {0} de {1} no puede(n) ser indexado(s)
DocType: Communication,Email Account,Cuentas de correo electrónico DocType: Communication,Email Account,Cuentas de correo electrónico
DocType: Workflow State,Download,Descargar DocType: Workflow State,Download,Descargar
DocType: Blog Post,Blog Intro,Intro. del Blog DocType: Blog Post,Blog Intro,Intro. del Blog
@@ -2742,15 +2742,15 @@ apps/frappe/frappe/email/doctype/email_group/email_group.js +45,New Newsletter,N
DocType: Print Settings,Send Print as PDF,Enviar Impresión como 'PDF' DocType: Print Settings,Send Print as PDF,Enviar Impresión como 'PDF'
DocType: Web Form,Amount,Importe DocType: Web Form,Amount,Importe
DocType: Workflow Transition,Allowed,Permitido DocType: Workflow Transition,Allowed,Permitido
apps/frappe/frappe/core/doctype/doctype/doctype.py +502,There can be only one Fold in a form,Sólo puede haber un plegado en un formulario
apps/frappe/frappe/core/doctype/doctype/doctype.py +506,There can be only one Fold in a form,Sólo puede haber un plegado en un formulario
apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},Incapaz de escribir el formato de archivo para {0} apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},Incapaz de escribir el formato de archivo para {0}
apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,Restaurar a la configuración predeterminada? apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,Restaurar a la configuración predeterminada?
apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,Error en la página de Inicio apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,Error en la página de Inicio
apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,Ingreso invalido. Inténtalo de nuevo. apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,Ingreso invalido. Inténtalo de nuevo.
apps/frappe/frappe/core/doctype/doctype/doctype.py +420,Options required for Link or Table type field {0} in row {1},Opciones necesarias para el campo Tipo de enlace o de tabla {0} en la fila {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +424,Options required for Link or Table type field {0} in row {1},Opciones necesarias para el campo Tipo de enlace o de tabla {0} en la fila {1}
DocType: Auto Email Report,Send only if there is any data,Enviar sólo si hay algún dato DocType: Auto Email Report,Send only if there is any data,Enviar sólo si hay algún dato
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,Restablecer filtros apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,Restablecer filtros
apps/frappe/frappe/core/doctype/doctype/doctype.py +688,{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
apps/frappe/frappe/core/doctype/doctype/doctype.py +692,{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
apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},Asignación cerrada por {0} apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},Asignación cerrada por {0}
DocType: Integration Request,Remote,Remoto DocType: Integration Request,Remote,Remoto
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,Calcular apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,Calcular
@@ -2770,7 +2770,7 @@ DocType: DocField,Perm Level,Nivel permitido
apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,Eventos en el calendario de hoy apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,Eventos en el calendario de hoy
DocType: Web Page,Web Page,Página Web DocType: Web Page,Web Page,Página Web
DocType: Blog Category,Blogger,Blogger DocType: Blog Category,Blogger,Blogger
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In Global Search' not allowed for type {0} in row {1},&#39;En búsqueda global&#39; no se permite el tipo {0} en la fila {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +449,'In Global Search' not allowed for type {0} in row {1},&#39;En búsqueda global&#39; no se permite el tipo {0} en la fila {1}
apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,Ver Lista apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,Ver Lista
apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},La fecha debe estar en formato: {0} apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},La fecha debe estar en formato: {0}
DocType: Workflow,Don't Override Status,No sobreescriba el estado DocType: Workflow,Don't Override Status,No sobreescriba el estado
@@ -2819,7 +2819,7 @@ DocType: Website Theme,Background,Fondo
DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","Se utiliza una lista JSON de los 'DocType' para aplicar los permisos de usuario. Si está vacío, todos doctypes vinculadas serán utilizados para solicitar permisos de usuario." DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","Se utiliza una lista JSON de los 'DocType' para aplicar los permisos de usuario. Si está vacío, todos doctypes vinculadas serán utilizados para solicitar permisos de usuario."
DocType: Report,Ref DocType,Ref. DocType DocType: Report,Ref DocType,Ref. DocType
apps/frappe/frappe/www/feedback.py +42,Please add a rating,Por favor añada una calificación apps/frappe/frappe/www/feedback.py +42,Please add a rating,Por favor añada una calificación
apps/frappe/frappe/core/doctype/doctype/doctype.py +700,{0}: Cannot set Amend without Cancel,"{0}: no se puede establecer ""corregir"" sin cancelar"
apps/frappe/frappe/core/doctype/doctype/doctype.py +704,{0}: Cannot set Amend without Cancel,"{0}: no se puede establecer ""corregir"" sin cancelar"
apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,Página completa apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,Página completa
DocType: DocType,Is Child Table,Es una tabla secundaria DocType: DocType,Is Child Table,Es una tabla secundaria
apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} debe ser uno de {1} apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} debe ser uno de {1}
@@ -2848,7 +2848,7 @@ DocType: Event,Send an email reminder in the morning,Enviar un recordatorio por
DocType: Blog Post,Published On,Publicado el DocType: Blog Post,Published On,Publicado el
DocType: Contact,Gender,Género DocType: Contact,Gender,Género
apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,Información obligatoria faltante: apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,Información obligatoria faltante:
apps/frappe/frappe/core/doctype/doctype/doctype.py +492,Field '{0}' cannot be set as Unique as it has non-unique values,El campo &#39;{0}&#39; no se puede establecer como único ya que tiene valores no únicos
apps/frappe/frappe/core/doctype/doctype/doctype.py +496,Field '{0}' cannot be set as Unique as it has non-unique values,El campo &#39;{0}&#39; no se puede establecer como único ya que tiene valores no únicos
apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,Sólo 200 inserciones se permiten en una petición apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,Sólo 200 inserciones se permiten en una petición
DocType: Footer Item,URL,URL DocType: Footer Item,URL,URL
DocType: ToDo,Reference Type,Tipo de referencia DocType: ToDo,Reference Type,Tipo de referencia
@@ -2891,8 +2891,8 @@ apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +135,Please save
apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} suscriptores añadidos apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} suscriptores añadidos
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,No en apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,No en
DocType: Workflow State,star,estrella. DocType: Workflow State,star,estrella.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +228,values separated by commas,valores separados por comas
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Max width for type Currency is 100px in row {0},El ancho máximo para el tipo de divisa es 100px en la línea {0}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,values separated by commas,valores separados por comas
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,Max width for type Currency is 100px in row {0},El ancho máximo para el tipo de divisa es 100px en la línea {0}
apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},"Por favor, comparta sus comentarios para {0}" apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},"Por favor, comparta sus comentarios para {0}"
apps/frappe/frappe/config/website.py +13,Content web page.,Contenido de la página web. apps/frappe/frappe/config/website.py +13,Content web page.,Contenido de la página web.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Agregar un nuevo rol apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Agregar un nuevo rol
@@ -2910,7 +2910,7 @@ apps/frappe/frappe/public/js/frappe/desk.js +383,Please Enter Your Password to C
apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,No es un usuario válido LDAP apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,No es un usuario válido LDAP
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} no es un estado válido apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} no es un estado válido
apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',Por favor seleccione otro método de pago. PayPal no admite transacciones en moneda &#39;{0}&#39; apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',Por favor seleccione otro método de pago. PayPal no admite transacciones en moneda &#39;{0}&#39;
apps/frappe/frappe/core/doctype/doctype/doctype.py +519,Search field {0} is not valid,campo de búsqueda {0} no es válido
apps/frappe/frappe/core/doctype/doctype/doctype.py +523,Search field {0} is not valid,campo de búsqueda {0} no es válido
DocType: Workflow State,ok-circle,ok- círculo DocType: Workflow State,ok-circle,ok- círculo
apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',Se pueden encontrar cosas preguntando &quot;encontrar naranja en los clientes &#39; apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',Se pueden encontrar cosas preguntando &quot;encontrar naranja en los clientes &#39;
apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,"Lamentablemente, el usuario debe tener acceso completo a sus propios registros." apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,"Lamentablemente, el usuario debe tener acceso completo a sus propios registros."
@@ -2979,7 +2979,7 @@ DocType: User,Background Style,Estilo de Fondo
apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},fusionado {0} en {1} apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},fusionado {0} en {1}
DocType: System Settings,mm-dd-yyyy,mm-dd-aaaa DocType: System Settings,mm-dd-yyyy,mm-dd-aaaa
apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} conectado apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} conectado
apps/frappe/frappe/templates/emails/new_user.html +4,Your login id is,Su ID de usuario es
apps/frappe/frappe/templates/emails/new_user.html +3,Your login id is,Su ID de usuario es
DocType: OAuth Client,Skip Authorization,Saltar Autorización DocType: OAuth Client,Skip Authorization,Saltar Autorización
DocType: Web Form,Amount Field,Campo de Monto DocType: Web Form,Amount Field,Campo de Monto
DocType: Dropbox Settings,Send Notifications To,Enviar notificaciones a DocType: Dropbox Settings,Send Notifications To,Enviar notificaciones a


+ 94
- 94
frappe/translations/et.csv View File

@@ -55,7 +55,7 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +52,Data Import Templa
apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,Lapsevanem apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,Lapsevanem
DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","Kui see on lubatud, paroolide tugevust jõustatakse põhineb Minimaalne Parooliskoor väärtus. Väärtus 2 on keskmise tugevusega ja 4 on väga tugev." DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","Kui see on lubatud, paroolide tugevust jõustatakse põhineb Minimaalne Parooliskoor väärtus. Väärtus 2 on keskmise tugevusega ja 4 on väga tugev."
DocType: About Us Settings,"""Team Members"" or ""Management""",&quot;Team liikmed&quot; või &quot;Management&quot; DocType: About Us Settings,"""Team Members"" or ""Management""",&quot;Team liikmed&quot; või &quot;Management&quot;
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Default for 'Check' type of field must be either '0' or '1',Vaikimisi &quot;Check&quot; tüüpi valdkonnas peab olema kas &quot;0&quot; või &quot;1&quot;
apps/frappe/frappe/core/doctype/doctype/doctype.py +461,Default for 'Check' type of field must be either '0' or '1',Vaikimisi &quot;Check&quot; tüüpi valdkonnas peab olema kas &quot;0&quot; või &quot;1&quot;
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,Eile apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,Eile
DocType: Contact,Designation,Määramine DocType: Contact,Designation,Määramine
DocType: Test Runner,Test Runner,Test Runner DocType: Test Runner,Test Runner,Test Runner
@@ -71,7 +71,7 @@ DocType: DocType,Is Published Field,Kas Avaldatud Field
DocType: Email Group,Email Group,E Group DocType: Email Group,Email Group,E Group
DocType: Note,Seen By,näinud DocType: Note,Seen By,näinud
apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,Lisa mitu apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,Lisa mitu
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Not Like,Mitte nagu
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Not Like,Mitte nagu
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,Seadke ekraani märgistuse valdkonnas apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,Seadke ekraani märgistuse valdkonnas
apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},Vale väärtus: {0} peab olema {1} {2} apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},Vale väärtus: {0} peab olema {1} {2}
apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","Muuda valdkonnas omadused (peida, readonly luba jne)" apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","Muuda valdkonnas omadused (peida, readonly luba jne)"
@@ -160,7 +160,8 @@ apps/frappe/frappe/public/js/frappe/upload.js +296,Uploading...,Üleslaadimine .
DocType: Email Domain,Email Domain,E-Domain DocType: Email Domain,Email Domain,E-Domain
DocType: Workflow State,italic,kald- DocType: Workflow State,italic,kald-
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,Igaühele apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,Igaühele
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,{0}: Cannot set Import without Create,{0}: Ei saa määrata Import ilma Loo
apps/frappe/frappe/core/doctype/doctype/doctype.py +706,{0}: Cannot set Import without Create,{0}: Ei saa määrata Import ilma Loo
apps/frappe/frappe/templates/emails/auto_email_report.html +45,View report in your browser,Vaadake aruannet oma brauseris
apps/frappe/frappe/config/desk.py +26,Event and other calendars.,Sündmus ja teiste kalendreid. apps/frappe/frappe/config/desk.py +26,Event and other calendars.,Sündmus ja teiste kalendreid.
apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,Kõik väljad on vajalik esitada kommentaari. apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,Kõik väljad on vajalik esitada kommentaari.
apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,Drag sorteerida veergude apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,Drag sorteerida veergude
@@ -237,7 +238,7 @@ apps/frappe/frappe/config/setup.py +121,Update many values at one time.,Uuenda p
apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,Viga: Dokumendi on muudetud pärast olete avanud apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,Viga: Dokumendi on muudetud pärast olete avanud
apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} loginud: {1} apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} loginud: {1}
DocType: Address,West Bengal,West Bengal DocType: Address,West Bengal,West Bengal
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0}: Cannot set Assign Submit if not Submittable,{0}: Ei saa määrata Määra Esitada kui mitte esitatav
apps/frappe/frappe/core/doctype/doctype/doctype.py +727,{0}: Cannot set Assign Submit if not Submittable,{0}: Ei saa määrata Määra Esitada kui mitte esitatav
DocType: Social Login Keys,Facebook,Facebook DocType: Social Login Keys,Facebook,Facebook
apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",Filtreeritud &quot;{0}&quot; apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",Filtreeritud &quot;{0}&quot;
DocType: Salutation,Administrator,Administraator DocType: Salutation,Administrator,Administraator
@@ -261,7 +262,7 @@ DocType: User,Get your globally recognized avatar from Gravatar.com,Võta oma ü
apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","Teie tellimus aegus {0}. Uuendada, {1}." apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","Teie tellimus aegus {0}. Uuendada, {1}."
DocType: Workflow State,plus-sign,plussmärk DocType: Workflow State,plus-sign,plussmärk
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,Setup juba valmis apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,Setup juba valmis
apps/frappe/frappe/__init__.py +897,App {0} is not installed,App {0} ei ole paigaldatud
apps/frappe/frappe/__init__.py +898,App {0} is not installed,App {0} ei ole paigaldatud
DocType: Workflow State,Refresh,Värskenda DocType: Workflow State,Refresh,Värskenda
DocType: Event,Public,Avalik DocType: Event,Public,Avalik
apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,Midagi näidata apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,Midagi näidata
@@ -269,7 +270,7 @@ apps/frappe/frappe/public/js/frappe/model/model.js +24,Liked By,Meeldis
apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,e-posti tugi apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,e-posti tugi
DocType: DocField,Print Hide If No Value,Prindi Peida Kui väärtust DocType: DocField,Print Hide If No Value,Prindi Peida Kui väärtust
DocType: Event,yellow,kollane DocType: Event,yellow,kollane
apps/frappe/frappe/core/doctype/doctype/doctype.py +563,Is Published Field must be a valid fieldname,Kas Avaldatud Field peab olema kehtiv fieldname
apps/frappe/frappe/core/doctype/doctype/doctype.py +567,Is Published Field must be a valid fieldname,Kas Avaldatud Field peab olema kehtiv fieldname
apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,Laadi Attachment apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,Laadi Attachment
DocType: Block Module,Block Module,Block Module DocType: Block Module,Block Module,Block Module
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,Ekspordi Mall apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,Ekspordi Mall
@@ -286,7 +287,7 @@ DocType: Email Account,Total number of emails to sync in initial sync process ,K
DocType: Website Settings,Set Banner from Image,Määra bänner Image DocType: Website Settings,Set Banner from Image,Määra bänner Image
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,Global Search apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,Global Search
DocType: Email Account,SparkPost,SparkPost DocType: Email Account,SparkPost,SparkPost
apps/frappe/frappe/templates/emails/new_user.html +3,A new account has been created for you at {0},Uus konto on loodud sinu jaoks {0}
apps/frappe/frappe/templates/emails/new_user.html +2,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 +178,Instructions Emailed,Juhised Emailitud apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,Juhised Emailitud
apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),Sisestage e-posti aadress (id) apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),Sisestage e-posti aadress (id)
DocType: Print Format,Verdana,Verdana DocType: Print Format,Verdana,Verdana
@@ -352,7 +353,7 @@ apps/frappe/frappe/utils/nestedset.py +218,Merging is only possible between Grou
apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},Lisatud {0} apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},Lisatud {0}
apps/frappe/frappe/www/search.html +28,No matching records. Search something new,Ühtegi sobivat arvestust. Otsi midagi uut apps/frappe/frappe/www/search.html +28,No matching records. Search something new,Ühtegi sobivat arvestust. Otsi midagi uut
DocType: Currency,Fraction Units,Murd Units DocType: Currency,Fraction Units,Murd Units
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +431,{0} from {1} to {2},{0} lähtekohast {1} kuni {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +433,{0} from {1} to {2},{0} lähtekohast {1} kuni {2}
DocType: Communication,Type,Tüüp DocType: Communication,Type,Tüüp
DocType: Authentication Log,Subject,Subjekt DocType: Authentication Log,Subject,Subjekt
DocType: Web Form,Amount Based On Field,Põhinev summa Field DocType: Web Form,Amount Based On Field,Põhinev summa Field
@@ -365,10 +366,10 @@ DocType: Workflow State,plane,lennuk
apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","Kui teil on üleslaadimise uusi rekordeid, &quot;nimetamine Series&quot; muutub kohustuslikuks, kui see on olemas." apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","Kui teil on üleslaadimise uusi rekordeid, &quot;nimetamine Series&quot; muutub kohustuslikuks, kui see on olemas."
apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,Saada Märguanded Täna apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,Saada Märguanded Täna
apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DocType saab nimeks Administrator apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DocType saab nimeks Administrator
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +442,changed value of {0},Muutunud väärtus {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +444,changed value of {0},Muutunud väärtus {0}
DocType: Report,JSON,JSON DocType: Report,JSON,JSON
apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,Palun kontrollige oma e-posti kontrollimiseks apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,Palun kontrollige oma e-posti kontrollimiseks
apps/frappe/frappe/core/doctype/doctype/doctype.py +509,Fold can not be at the end of the form,Fold ei saa lõpus kujul
apps/frappe/frappe/core/doctype/doctype/doctype.py +513,Fold can not be at the end of the form,Fold ei saa lõpus kujul
DocType: Communication,Bounced,Põrkas DocType: Communication,Bounced,Põrkas
DocType: Deleted Document,Deleted Name,Kustutatud Nimi DocType: Deleted Document,Deleted Name,Kustutatud Nimi
apps/frappe/frappe/config/setup.py +14,System and Website Users,Süsteem ja veebilehe kasutajate apps/frappe/frappe/config/setup.py +14,System and Website Users,Süsteem ja veebilehe kasutajate
@@ -376,25 +377,26 @@ DocType: Workflow Document State,Doc Status,Doc staatus
DocType: Auto Email Report,No of Rows (Max 500),Ridu (Max 500) DocType: Auto Email Report,No of Rows (Max 500),Ridu (Max 500)
DocType: Language,Language Code,keelekoodide DocType: Language,Language Code,keelekoodide
apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","Sinu lae alla ehitatakse, see võib võtta mõne hetke ..." apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","Sinu lae alla ehitatakse, see võib võtta mõne hetke ..."
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +23,Add Filter,Lisa Filter
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +21,Add Filter,Lisa Filter
apps/frappe/frappe/www/feedback.html +23,Your rating: ,Sinu hinnang: apps/frappe/frappe/www/feedback.html +23,Your rating: ,Sinu hinnang:
apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} ja {1} apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} ja {1}
DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Alati lisada &quot;eelnõu&quot; Rubriik trükkimiseks dokumentide eelnõud DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Alati lisada &quot;eelnõu&quot; Rubriik trükkimiseks dokumentide eelnõud
apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,Saatke on märgistatud rämpspostina apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,Saatke on märgistatud rämpspostina
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,Seadistamine&gt; Kasutaja
DocType: About Us Settings,Website Manager,Koduleht Manager DocType: About Us Settings,Website Manager,Koduleht Manager
apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,Valisite projekt või tühistatud dokumente apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,Valisite projekt või tühistatud dokumente
apps/frappe/frappe/model/document.py +1044,Document Queued,dokumendi Järjekorras apps/frappe/frappe/model/document.py +1044,Document Queued,dokumendi Järjekorras
DocType: GSuite Templates,Destination ID,Sihtkoht ID DocType: GSuite Templates,Destination ID,Sihtkoht ID
DocType: Desktop Icon,List,Nimekiri DocType: Desktop Icon,List,Nimekiri
DocType: Communication,Link Name,link Nimi DocType: Communication,Link Name,link Nimi
apps/frappe/frappe/core/doctype/doctype/doctype.py +433,Field {0} in row {1} cannot be hidden and mandatory without default,Field {0} järjest {1} ei saa peita ja kohustuslik ilma default
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Field {0} in row {1} cannot be hidden and mandatory without default,Field {0} järjest {1} ei saa peita ja kohustuslik ilma default
DocType: System Settings,mm/dd/yyyy,pp / kk / aaaa DocType: System Settings,mm/dd/yyyy,pp / kk / aaaa
apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,Vale parool: apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,Vale parool:
DocType: Print Settings,Send document web view link in email,Saada dokumendi web vaade lingile e-posti DocType: Print Settings,Send document web view link in email,Saada dokumendi web vaade lingile e-posti
apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,Teie tagasiside dokument {0} on edukalt salvestatud apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,Teie tagasiside dokument {0} on edukalt salvestatud
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,Eelmine apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,Eelmine
apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,Re: apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,Re:
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +496,{0} rows for {1},{0} read {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +498,{0} rows for {1},{0} read {1}
DocType: Currency,"Sub-currency. For e.g. ""Cent""",Sub-valuuta. Sest näiteks &quot;sent&quot; DocType: Currency,"Sub-currency. For e.g. ""Cent""",Sub-valuuta. Sest näiteks &quot;sent&quot;
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,Vali üleslaetud faili apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,Vali üleslaetud faili
DocType: Letter Head,Check this to make this the default letter head in all prints,Saate seda teha seda vaikimisi kirjas pea kõik pildid DocType: Letter Head,Check this to make this the default letter head in all prints,Saate seda teha seda vaikimisi kirjas pea kõik pildid
@@ -417,7 +419,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +5,
DocType: Event,Wednesday,Kolmapäev DocType: Event,Wednesday,Kolmapäev
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","Peale rollipõhist Luba reeglid, mida saab rakendada Kasutaja reeglid põhineb doctypes." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","Peale rollipõhist Luba reeglid, mida saab rakendada Kasutaja reeglid põhineb doctypes."
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","Need õigused kehtivad kõigi tehingute kus lubatud rekord on seotud. Näiteks, kui firma C lisatakse Kasutaja reeglid kasutaja X, kasutaja X on ainult võimalik näha tehinguid, mis on firma C lingitud väärtus." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","Need õigused kehtivad kõigi tehingute kus lubatud rekord on seotud. Näiteks, kui firma C lisatakse Kasutaja reeglid kasutaja X, kasutaja X on ainult võimalik näha tehinguid, mis on firma C lingitud väärtus."
apps/frappe/frappe/core/doctype/doctype/doctype.py +554,Image field must be a valid fieldname,Pilt valdkonnas peab olema kehtiv fieldname
apps/frappe/frappe/core/doctype/doctype/doctype.py +558,Image field must be a valid fieldname,Pilt valdkonnas peab olema kehtiv fieldname
DocType: OAuth Client,Token,sümboolne DocType: OAuth Client,Token,sümboolne
DocType: Property Setter,ID (name) of the entity whose property is to be set,"ID (nimi) üksuse, kelle vara tuleb seada" DocType: Property Setter,ID (name) of the entity whose property is to be set,"ID (nimi) üksuse, kelle vara tuleb seada"
apps/frappe/frappe/limits.py +82,"To renew, {0}.","Uuendada, {0}." apps/frappe/frappe/limits.py +82,"To renew, {0}.","Uuendada, {0}."
@@ -426,7 +428,7 @@ DocType: Web Form,Sidebar Items,Külgriba üksused
apps/frappe/frappe/installer.py +125,App {0} already installed,App {0} juba paigaldatud apps/frappe/frappe/installer.py +125,App {0} already installed,App {0} juba paigaldatud
DocType: Workflow State,exclamation-sign,hüüatus-märk DocType: Workflow State,exclamation-sign,hüüatus-märk
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,Näita reeglid apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,Näita reeglid
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a Link or Dynamic Link,Timeline valdkonnas peab olema link või Dynamic Link
apps/frappe/frappe/core/doctype/doctype/doctype.py +578,Timeline field must be a Link or Dynamic Link,Timeline valdkonnas peab olema link või Dynamic Link
apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,Kuupäevavahemik apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,Kuupäevavahemik
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,Gantt apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,Gantt
apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},Page {0} {1} apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},Page {0} {1}
@@ -456,18 +458,18 @@ DocType: Workflow State,music,muusika
DocType: Web Page,Settings,Seaded DocType: Web Page,Settings,Seaded
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,Palun täpsustage doctype apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,Palun täpsustage doctype
DocType: Print Format,Style Settings,stiil DocType: Print Format,Style Settings,stiil
apps/frappe/frappe/core/doctype/doctype/doctype.py +585,Sort field {0} must be a valid fieldname,Sorteeri valdkonnas {0} peab olema kehtiv fieldname
apps/frappe/frappe/core/doctype/doctype/doctype.py +589,Sort field {0} must be a valid fieldname,Sorteeri valdkonnas {0} peab olema kehtiv fieldname
apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,Rohkem apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,Rohkem
DocType: Contact,Sales Manager,Müügijuht DocType: Contact,Sales Manager,Müügijuht
apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,Nimeta apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,Nimeta
DocType: Print Format,Format Data,Formaat andmed DocType: Print Format,Format Data,Formaat andmed
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Like,Nagu
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Like,Nagu
DocType: Customize Form Field,Customize Form Field,Kohanda Form Field DocType: Customize Form Field,Customize Form Field,Kohanda Form Field
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,Laske Kasutaja apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,Laske Kasutaja
DocType: OAuth Client,Grant Type,Grant Type DocType: OAuth Client,Grant Type,Grant Type
apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,"Vaata, millised dokumendid on loetav Kasutaja" apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,"Vaata, millised dokumendid on loetav Kasutaja"
apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,Loetletakse rakenduse ole lubatud apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,Loetletakse rakenduse ole lubatud
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,use % as wildcard,Kasutage% metamärgi
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +230,use % as wildcard,Kasutage% metamärgi
apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","E-Domain ole konfigureeritud seda kontot, looge see?" apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","E-Domain ole konfigureeritud seda kontot, looge see?"
DocType: User,Reset Password Key,Reset Password Key DocType: User,Reset Password Key,Reset Password Key
DocType: Email Account,Enable Auto Reply,Luba automaatne vastus DocType: Email Account,Enable Auto Reply,Luba automaatne vastus
@@ -492,11 +494,12 @@ apps/frappe/frappe/model/document.py +574,Cannot change docstatus from 1 to 0,Ei
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,Võtke Backup Now apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,Võtke Backup Now
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,Tere tulemast apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,Tere tulemast
apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,Paigaldatud Apps apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,Paigaldatud Apps
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,Seadistamine&gt; Kasutajate õiguste haldur
DocType: Contact,Open,Avatud DocType: Contact,Open,Avatud
DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,Määrab meetmeid riikide ja järgmine samm ja lastakse rollid. DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,Määrab meetmeid riikide ja järgmine samm ja lastakse rollid.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","Parima praktika, ei anna sama komplekti luba reeglina erinevad rollid. Selle asemel, määrata erinevaid rolle sama kasutaja." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","Parima praktika, ei anna sama komplekti luba reeglina erinevad rollid. Selle asemel, määrata erinevaid rolle sama kasutaja."
DocType: Web Form,Message to be displayed on successful completion,Sõnum kuvatakse edukat lõpetamist DocType: Web Form,Message to be displayed on successful completion,Sõnum kuvatakse edukat lõpetamist
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +42,Only {0} emailed reports are allowed per user,Ainult {0} saadetakse aruanded on lubatud kasutaja kohta
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +43,Only {0} emailed reports are allowed per user,Ainult {0} saadetakse aruanded on lubatud kasutaja kohta
DocType: Address,Address Title,Aadress Pealkiri DocType: Address,Address Title,Aadress Pealkiri
DocType: Website Settings,Footer Items,Footer Esemed DocType: Website Settings,Footer Items,Footer Esemed
apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,Soovin Tagasiside apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,Soovin Tagasiside
@@ -511,7 +514,7 @@ DocType: DocField,Set Only Once,Määrata ainult ühe korra
DocType: Email Queue Recipient,Email Queue Recipient,E Queue saaja DocType: Email Queue Recipient,Email Queue Recipient,E Queue saaja
DocType: Address,Nagaland,Nagaland DocType: Address,Nagaland,Nagaland
apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,Kasutaja {0} on juba olemas apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,Kasutaja {0} on juba olemas
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set import as {1} is not importable,{0}: Ei saa määrata import kui {1} ei ole imporditavate
apps/frappe/frappe/core/doctype/doctype/doctype.py +733,{0}: Cannot set import as {1} is not importable,{0}: Ei saa määrata import kui {1} ei ole imporditavate
apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},Seal on viga teie Aadress malli {0} apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},Seal on viga teie Aadress malli {0}
DocType: Footer Item,"target = ""_blank""",target = &quot;_blank&quot; DocType: Footer Item,"target = ""_blank""",target = &quot;_blank&quot;
DocType: Workflow State,hdd,hdd DocType: Workflow State,hdd,hdd
@@ -523,7 +526,7 @@ DocType: Communication,From Full Name,Siit Täisnimi
apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},Sa ei pea juurdepääsu Raport: {0} apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},Sa ei pea juurdepääsu Raport: {0}
DocType: User,Send Welcome Email,Saada Tere Email DocType: User,Send Welcome Email,Saada Tere Email
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,"Laadi CSV fail, mis sisaldab kõiki kasutajate õigusi samas vormis nagu Download." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,"Laadi CSV fail, mis sisaldab kõiki kasutajate õigusi samas vormis nagu Download."
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +449,Remove Filter,Eemalda filter
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +450,Remove Filter,Eemalda filter
DocType: Address,Daman and Diu,Daman ja Diu DocType: Address,Daman and Diu,Daman ja Diu
DocType: Address,Personal,Personal DocType: Address,Personal,Personal
apps/frappe/frappe/config/setup.py +113,Bulk Rename,Bulk Nimeta apps/frappe/frappe/config/setup.py +113,Bulk Rename,Bulk Nimeta
@@ -553,13 +556,12 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.js +33,Send
apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form",Standard DocType ei saa vaikimisi trükiformaadis kasutada Kohanda vormi apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form",Standard DocType ei saa vaikimisi trükiformaadis kasutada Kohanda vormi
DocType: Report,Query,Query DocType: Report,Query,Query
DocType: DocType,Sort Order,Järjekord DocType: DocType,Sort Order,Järjekord
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,'In List View' not allowed for type {0} in row {1},&quot;In List View &#39;ei ole lubatud tüüp {0} järjest {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In List View' not allowed for type {0} in row {1},&quot;In List View &#39;ei ole lubatud tüüp {0} järjest {1}
DocType: Custom Field,Select the label after which you want to insert new field.,"Valige silt, mille järel soovite lisada uue valdkonna." DocType: Custom Field,Select the label after which you want to insert new field.,"Valige silt, mille järel soovite lisada uue valdkonna."
,Document Share Report,Dokumendi Jaga aruanne ,Document Share Report,Dokumendi Jaga aruanne
DocType: User,Last Login,Viimane sisselogimine DocType: User,Last Login,Viimane sisselogimine
apps/frappe/frappe/core/doctype/doctype/doctype.py +600,Fieldname is required in row {0},Fieldname on vaja järjest {0}
apps/frappe/frappe/core/doctype/doctype/doctype.py +604,Fieldname is required in row {0},Fieldname on vaja järjest {0}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,Veerg apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,Veerg
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,Palun seadke vaikimisi e-posti konto seadistustedialoogis&gt; E-post&gt; E-posti konto
DocType: Custom Field,Adds a custom field to a DocType,Lisab custom valdkonnas DOCTYPE DocType: Custom Field,Adds a custom field to a DocType,Lisab custom valdkonnas DOCTYPE
DocType: File,Is Home Folder,Kas Home Folder DocType: File,Is Home Folder,Kas Home Folder
apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} ei ole kehtiv e-posti aadress apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} ei ole kehtiv e-posti aadress
@@ -583,7 +585,7 @@ DocType: File,Folder,Folder
DocType: DocField,Index,Indeks DocType: DocField,Index,Indeks
DocType: Email Group,Newsletter Manager,Uudiskiri Manager DocType: Email Group,Newsletter Manager,Uudiskiri Manager
apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,Variant 1 apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,Variant 1
apps/frappe/frappe/public/js/frappe/form/formatters.js +124,{0} to {1},{0} kuni {1}
apps/frappe/frappe/public/js/frappe/form/formatters.js +129,{0} to {1},{0} kuni {1}
apps/frappe/frappe/config/setup.py +89,Log of error during requests.,Logi vea jooksul taotlusi. apps/frappe/frappe/config/setup.py +89,Log of error during requests.,Logi vea jooksul taotlusi.
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} on edukalt lisatud E Group. apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} on edukalt lisatud E Group.
DocType: Address,Uttar Pradesh,Uttar Pradesh DocType: Address,Uttar Pradesh,Uttar Pradesh
@@ -593,7 +595,7 @@ apps/frappe/frappe/email/doctype/newsletter/newsletter.py +30,Scheduled to send
DocType: Kanban Board Column,Indicator,indikaator DocType: Kanban Board Column,Indicator,indikaator
DocType: DocShare,Everyone,Igaüks DocType: DocShare,Everyone,Igaüks
DocType: Workflow State,backward,tagasi DocType: Workflow State,backward,tagasi
apps/frappe/frappe/core/doctype/doctype/doctype.py +676,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: Ainult üks reegel on lubatud sama roll, Level ja {1}"
apps/frappe/frappe/core/doctype/doctype/doctype.py +680,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: Ainult üks reegel on lubatud sama roll, Level ja {1}"
DocType: Email Queue,Add Unsubscribe Link,Lisa tellimus Link DocType: Email Queue,Add Unsubscribe Link,Lisa tellimus Link
apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,Pole veel kommentaare. Alusta uut arutelu. apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,Pole veel kommentaare. Alusta uut arutelu.
DocType: Workflow State,share,aktsia DocType: Workflow State,share,aktsia
@@ -632,7 +634,7 @@ apps/frappe/frappe/printing/doctype/print_format/print_format.py +80,{0} is now
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,arhiveeritud veerud apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,arhiveeritud veerud
DocType: Email Account,Default Outgoing,Vaikimisi Väljuv DocType: Email Account,Default Outgoing,Vaikimisi Väljuv
DocType: Workflow State,play,mängima DocType: Workflow State,play,mängima
apps/frappe/frappe/templates/emails/new_user.html +5,Click on the link below to complete your registration and set a new password,"Kliki alloleval lingil, et täiendada oma registreerimise ja uue parooli"
apps/frappe/frappe/templates/emails/new_user.html +4,Click on the link below to complete your registration and set a new password,"Kliki alloleval lingil, et täiendada oma registreerimise ja uue parooli"
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,Ei lisanud apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,Ei lisanud
apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,Nr Meilikontode Sihtotstarbeline apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,Nr Meilikontode Sihtotstarbeline
DocType: Contact Us Settings,Contact Us Settings,Kontakt Seaded DocType: Contact Us Settings,Contact Us Settings,Kontakt Seaded
@@ -653,12 +655,12 @@ apps/frappe/frappe/core/page/user_permissions/user_permissions.js +127,Upload Us
DocType: Dropbox Settings,App Secret Key,App Secret Key DocType: Dropbox Settings,App Secret Key,App Secret Key
apps/frappe/frappe/config/website.py +7,Web Site,Web Site apps/frappe/frappe/config/website.py +7,Web Site,Web Site
apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,Registreeritud üksusi kuvatakse arvutis apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,Registreeritud üksusi kuvatakse arvutis
apps/frappe/frappe/core/doctype/doctype/doctype.py +719,{0} cannot be set for Single types,{0} ei saa määrata Ühtse tüüpi
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0} cannot be set for Single types,{0} ei saa määrata Ühtse tüüpi
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Kanban Board {0} ei ole olemas. apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Kanban Board {0} ei ole olemas.
apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} Praegu vaatate seda dokumenti apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} Praegu vaatate seda dokumenti
DocType: ToDo,Assigned By Full Name,Määratud Täisnimi DocType: ToDo,Assigned By Full Name,Määratud Täisnimi
apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} uuendatud apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} uuendatud
apps/frappe/frappe/core/doctype/doctype/doctype.py +709,Report cannot be set for Single types,Aruanne ei saa kehtestada ühtse tüüpi
apps/frappe/frappe/core/doctype/doctype/doctype.py +713,Report cannot be set for Single types,Aruanne ei saa kehtestada ühtse tüüpi
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} päeva tagasi apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} päeva tagasi
DocType: Email Account,Awaiting Password,Ootan salasõna DocType: Email Account,Awaiting Password,Ootan salasõna
DocType: Address,Address Line 1,Aadress Line 1 DocType: Address,Address Line 1,Aadress Line 1
@@ -708,7 +710,7 @@ DocType: Feedback Trigger,"To add dynamic subject, use jinja tags like
apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,App {0} eemaldada apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,App {0} eemaldada
DocType: Custom DocPerm,Apply User Permissions,Rakenda Kasutaja reeglid DocType: Custom DocPerm,Apply User Permissions,Rakenda Kasutaja reeglid
DocType: User,Modules HTML,Moodulid HTML DocType: User,Modules HTML,Moodulid HTML
apps/frappe/frappe/public/js/frappe/ui/field_group.js +82,Missing Values Required,Kadunud väärtusi Vajalikud
apps/frappe/frappe/public/js/frappe/ui/field_group.js +96,Missing Values Required,Kadunud väärtusi Vajalikud
DocType: DocType,Other Settings,Muud seaded DocType: DocType,Other Settings,Muud seaded
DocType: Social Login Keys,Frappe,frappe DocType: Social Login Keys,Frappe,frappe
apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,Märgi mitteloetuks apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,Märgi mitteloetuks
@@ -762,7 +764,7 @@ DocType: Event,orange,oranž
apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,No {0} leitud apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,No {0} leitud
apps/frappe/frappe/config/setup.py +242,Add custom forms.,Lisa custom vorme. apps/frappe/frappe/config/setup.py +242,Add custom forms.,Lisa custom vorme.
apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} in {2} apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} in {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +419,submitted this document,esitatud käesoleva dokumendi
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,submitted this document,esitatud käesoleva dokumendi
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,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. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,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: Communication,CC,CC
DocType: Country,Geo,Geo DocType: Country,Geo,Geo
@@ -812,7 +814,7 @@ DocType: DocType,Hide Toolbar,Peida tööriistariba
DocType: User,Last Active,Viimati aktiivne DocType: User,Last Active,Viimati aktiivne
DocType: Email Account,SMTP Settings for outgoing emails,SMTP Settings väljuva e- DocType: Email Account,SMTP Settings for outgoing emails,SMTP Settings väljuva e-
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,Import ebaõnnestus apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,Import ebaõnnestus
apps/frappe/frappe/templates/emails/password_update.html +3,Your password has been updated. Here is your new password,Sinu parool on uuendatud. Siin on uus salasõna
apps/frappe/frappe/templates/emails/password_update.html +2,Your password has been updated. Here is your new password,Sinu parool on uuendatud. Siin on uus salasõna
DocType: Email Account,Auto Reply Message,Auto Vastusõnumit DocType: Email Account,Auto Reply Message,Auto Vastusõnumit
DocType: Feedback Trigger,Condition,Seisund DocType: Feedback Trigger,Condition,Seisund
apps/frappe/frappe/utils/data.py +546,{0} hours ago,{0} tundi tagasi apps/frappe/frappe/utils/data.py +546,{0} hours ago,{0} tundi tagasi
@@ -820,7 +822,6 @@ apps/frappe/frappe/utils/data.py +556,1 month ago,1 kuu tagasi
DocType: Contact,User ID,kasutaja ID DocType: Contact,User ID,kasutaja ID
DocType: Communication,Sent,Saadetud DocType: Communication,Sent,Saadetud
DocType: Address,Kerala,Kerala DocType: Address,Kerala,Kerala
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} aastat (aastad) tagasi
DocType: File,Lft,LFT DocType: File,Lft,LFT
DocType: User,Simultaneous Sessions,samaaegne Sessions DocType: User,Simultaneous Sessions,samaaegne Sessions
DocType: OAuth Client,Client Credentials,Klient volikirjad DocType: OAuth Client,Client Credentials,Klient volikirjad
@@ -837,7 +838,7 @@ DocType: Email Queue,Unsubscribe Method,Tühista meetod
DocType: GSuite Templates,Related DocType,seotud DocType DocType: GSuite Templates,Related DocType,seotud DocType
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,Muuda lisada sisu apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,Muuda lisada sisu
apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,Vali keel apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,Vali keel
apps/frappe/frappe/__init__.py +517,No permission for {0},Ei luba {0}
apps/frappe/frappe/__init__.py +518,No permission for {0},Ei luba {0}
DocType: DocType,Advanced,Edasijõudnud DocType: DocType,Advanced,Edasijõudnud
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,Tundub API võti või API Secret on vale !!! apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,Tundub API võti või API Secret on vale !!!
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Viide: {0} {1} apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Viide: {0} {1}
@@ -869,14 +870,14 @@ DocType: Custom DocPerm,Additional Permissions,Täiendav reeglid
DocType: Email Account,Always use Account's Email Address as Sender,Kasutage alati meiliaadressile saatja kujul DocType: Email Account,Always use Account's Email Address as Sender,Kasutage alati meiliaadressile saatja kujul
apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,Sisse kommenteerimiseks apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,Sisse kommenteerimiseks
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,Alusta andmete sisestamisel allpool seda joont apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,Alusta andmete sisestamisel allpool seda joont
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +474,changed values for {0},Muutunud väärtused {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +476,changed values for {0},Muutunud väärtused {0}
DocType: Workflow State,retweet,retweet DocType: Workflow State,retweet,retweet
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,Määrake väärtus valdkonnas apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,Määrake väärtus valdkonnas
DocType: Report,Disabled,Invaliidistunud DocType: Report,Disabled,Invaliidistunud
DocType: Workflow State,eye-close,silmade lähedal DocType: Workflow State,eye-close,silmade lähedal
DocType: OAuth Provider Settings,OAuth Provider Settings,OAuth Provider seaded DocType: OAuth Provider Settings,OAuth Provider Settings,OAuth Provider seaded
apps/frappe/frappe/config/setup.py +254,Applications,Rakendused apps/frappe/frappe/config/setup.py +254,Applications,Rakendused
apps/frappe/frappe/public/js/frappe/request.js +349,Report this issue,Teata sellest küsimus
apps/frappe/frappe/public/js/frappe/request.js +353,Report this issue,Teata sellest küsimus
apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,Nimi on vajalik apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,Nimi on vajalik
DocType: Custom Script,Adds a custom script (client or server) to a DocType,Lisab custom script (kliendi või serveri) kuni DocType DocType: Custom Script,Adds a custom script (client or server) to a DocType,Lisab custom script (kliendi või serveri) kuni DocType
DocType: Address,City/Town,City / Town DocType: Address,City/Town,City / Town
@@ -960,7 +961,7 @@ DocType: Web Form,Actions,Actions
DocType: Workflow State,align-justify,"viia, õigustada" DocType: Workflow State,align-justify,"viia, õigustada"
DocType: User,Middle Name (Optional),Lähis nimi (valikuline) DocType: User,Middle Name (Optional),Lähis nimi (valikuline)
apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,Ei ole lubatud apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,Ei ole lubatud
apps/frappe/frappe/public/js/frappe/ui/field_group.js +83,Following fields have missing values:,Pärast väljad on kadunud väärtusi:
apps/frappe/frappe/public/js/frappe/ui/field_group.js +97,Following fields have missing values:,Pärast väljad on kadunud väärtusi:
apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,"Sa ei ole piisavalt õigusi, et lõpetada tegevus" apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,"Sa ei ole piisavalt õigusi, et lõpetada tegevus"
apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,Tulemused puuduvad apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,Tulemused puuduvad
DocType: System Settings,Security,Turvalisus DocType: System Settings,Security,Turvalisus
@@ -1003,7 +1004,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js +133,Hide Details,Peidaüksik
DocType: Workflow State,Tasks,Ülesanded DocType: Workflow State,Tasks,Ülesanded
DocType: Event,Tuesday,Teisipäev DocType: Event,Tuesday,Teisipäev
DocType: Blog Settings,Blog Settings,Blogi Seaded DocType: Blog Settings,Blog Settings,Blogi Seaded
apps/frappe/frappe/templates/emails/new_user.html +17,You can also copy-paste this link in your browser,Võite kopeeri see link oma brauseri
apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste this link in your browser,Võite kopeeri see link oma brauseri
DocType: Workflow State,bullhorn,bullhorn DocType: Workflow State,bullhorn,bullhorn
DocType: Social Login Keys,Facebook Client Secret,Facebook Kliendi Secret DocType: Social Login Keys,Facebook Client Secret,Facebook Kliendi Secret
DocType: Footer Item,Target,Sihtmärk DocType: Footer Item,Target,Sihtmärk
@@ -1015,12 +1016,12 @@ DocType: ToDo,Due Date,Tähtaeg
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,kvartal Day apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,kvartal Day
DocType: Social Login Keys,Google Client Secret,Google Client Secret DocType: Social Login Keys,Google Client Secret,Google Client Secret
DocType: Website Settings,Hide Footer Signup,Peida jalus liitumine DocType: Website Settings,Hide Footer Signup,Peida jalus liitumine
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,cancelled this document,tühistas selle dokumendi
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +423,cancelled this document,tühistas selle dokumendi
apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,"Kirjutage Python faili samasse kausta, kus see salvestatakse ja tagasi veerus ja tulemus." apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,"Kirjutage Python faili samasse kausta, kus see salvestatakse ja tagasi veerus ja tulemus."
DocType: DocType,Sort Field,Sorteeri Field DocType: DocType,Sort Field,Sorteeri Field
DocType: Razorpay Settings,Razorpay Settings,Razorpay seaded DocType: Razorpay Settings,Razorpay Settings,Razorpay seaded
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +445,Edit Filter,Edit Filter
apps/frappe/frappe/core/doctype/doctype/doctype.py +415,Field {0} of type {1} cannot be mandatory,Field {0} tüüpi {1} ei saa olla kohustuslik
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +446,Edit Filter,Edit Filter
apps/frappe/frappe/core/doctype/doctype/doctype.py +419,Field {0} of type {1} cannot be mandatory,Field {0} tüüpi {1} ei saa olla kohustuslik
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,Lisa veel apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,Lisa veel
apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,Peida Chart apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,Peida Chart
DocType: System Settings,Session Expiry Mobile,Session lõppemine Mobiilne DocType: System Settings,Session Expiry Mobile,Session lõppemine Mobiilne
@@ -1061,7 +1062,7 @@ DocType: Address,Contacts,sidemed
DocType: System Settings,Setup Complete,Setup Complete DocType: System Settings,Setup Complete,Setup Complete
apps/frappe/frappe/config/setup.py +66,Report of all document shares,Aruanne kõik dokumendi aktsiaid apps/frappe/frappe/config/setup.py +66,Report of all document shares,Aruanne kõik dokumendi aktsiaid
apps/frappe/frappe/www/update-password.html +18,New Password,uus parool apps/frappe/frappe/www/update-password.html +18,New Password,uus parool
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +73,Filter {0} missing,Filter {0} puuduvad
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +74,Filter {0} missing,Filter {0} puuduvad
apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,Kahjuks Sa ei saa kustutada Isegenereeritud kommentaarid apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,Kahjuks Sa ei saa kustutada Isegenereeritud kommentaarid
DocType: Website Theme,Style using CSS,Style kasutades CSS DocType: Website Theme,Style using CSS,Style kasutades CSS
apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,Viide DocType apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,Viide DocType
@@ -1126,7 +1127,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +127,Help on Searc
apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,Registreeritud kuid puudega apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,Registreeritud kuid puudega
DocType: DocType,Hide Copy,Peida Copy DocType: DocType,Hide Copy,Peida Copy
apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,Kustuta kõik rollid apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,Kustuta kõik rollid
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +114,{0} generated on {1},{0} tekitatavad {1}
apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} peab olema unikaalne apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} peab olema unikaalne
apps/frappe/frappe/permissions.py +274,Row,Row apps/frappe/frappe/permissions.py +274,Row,Row
DocType: DocType,Track Changes,Rada muutus DocType: DocType,Track Changes,Rada muutus
@@ -1177,11 +1177,11 @@ DocType: User,Github User ID,Github Kasutaja ID
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,Kui Dokumendi liik apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,Kui Dokumendi liik
apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","Ei saa kustutada ega tühistada, sest {0} <a href=""#Form/{0}/{1}"">{1}</a> on seotud {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}" apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","Ei saa kustutada ega tühistada, sest {0} <a href=""#Form/{0}/{1}"">{1}</a> on seotud {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}"
apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},Tundmatu app {0} apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},Tundmatu app {0}
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +48,"%s is not a valid report format. Report format should \
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +49,"%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 one of the following %s",% S ei ole kehtiv aruande vormi. Aruande esitamine peaks \ üks järgmistest% s
DocType: Communication,Chat,Vestlus DocType: Communication,Chat,Vestlus
apps/frappe/frappe/core/doctype/doctype/doctype.py +408,Fieldname {0} appears multiple times in rows {1},Fieldname {0} esineb mitu korda ridadesse {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +460,{0} from {1} to {2} in row #{3},{0} on {1} kuni {2} järjest # {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +412,Fieldname {0} appears multiple times in rows {1},Fieldname {0} esineb mitu korda ridadesse {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +462,{0} from {1} to {2} in row #{3},{0} on {1} kuni {2} järjest # {3}
DocType: Communication,Expired,Aegunud DocType: Communication,Expired,Aegunud
DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),Veergude arvu valdkonnas Grid (kokku veergude grid peaks olema väiksem kui 11) DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),Veergude arvu valdkonnas Grid (kokku veergude grid peaks olema väiksem kui 11)
DocType: DocType,System,Süsteem DocType: DocType,System,Süsteem
@@ -1196,7 +1196,7 @@ DocType: Help Article,Likes,Likes
DocType: Website Settings,Top Bar,Top Bar DocType: Website Settings,Top Bar,Top Bar
DocType: GSuite Settings,Script Code,Script kood DocType: GSuite Settings,Script Code,Script kood
apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,Loo Kasutaja e-post apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,Loo Kasutaja e-post
apps/frappe/frappe/core/doctype/doctype/doctype.py +647,No Permissions Specified,Nr reeglid Määratletud
apps/frappe/frappe/core/doctype/doctype/doctype.py +651,No Permissions Specified,Nr reeglid Määratletud
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,Global Settings: Kasutajad saavad ainult valida kontrollida ikoonid apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,Global Settings: Kasutajad saavad ainult valida kontrollida ikoonid
apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} ei leitud apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} ei leitud
DocType: Custom Role,Custom Role,Custom Role DocType: Custom Role,Custom Role,Custom Role
@@ -1208,12 +1208,12 @@ DocType: Dropbox Settings,Dropbox Access Secret,Dropbox Access Secret
apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,Lisa veel üks kommentaar apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,Lisa veel üks kommentaar
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,Edit DocType apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,Edit DocType
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,Loobus Infoleht apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,Loobus Infoleht
apps/frappe/frappe/core/doctype/doctype/doctype.py +507,Fold must come before a Section Break,Voldi peab tulema enne sektsioonipiir
apps/frappe/frappe/core/doctype/doctype/doctype.py +511,Fold must come before a Section Break,Voldi peab tulema enne sektsioonipiir
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,Väljatöötamisel apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,Väljatöötamisel
apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,Viimati muudetud apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,Viimati muudetud
DocType: Workflow State,hand-down,käsitsi alla DocType: Workflow State,hand-down,käsitsi alla
DocType: Address,GST State,GST riik DocType: Address,GST State,GST riik
apps/frappe/frappe/core/doctype/doctype/doctype.py +695,{0}: Cannot set Cancel without Submit,{0}: Ei saa määrata Tühista ilma Esita
apps/frappe/frappe/core/doctype/doctype/doctype.py +699,{0}: Cannot set Cancel without Submit,{0}: Ei saa määrata Tühista ilma Esita
DocType: Website Theme,Theme,Teema DocType: Website Theme,Theme,Teema
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,Vigu. apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,Vigu.
DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,Ümber suunama URI kohustatud autentimine kood DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,Ümber suunama URI kohustatud autentimine kood
@@ -1252,7 +1252,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +7,
apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,Lisa kommentaar apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,Lisa kommentaar
DocType: DocField,Mandatory,Kohustuslik DocType: DocField,Mandatory,Kohustuslik
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,Moodul eksportida apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,Moodul eksportida
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,{0}: No basic permissions set,{0}: No põhilised õigused komplekt
apps/frappe/frappe/core/doctype/doctype/doctype.py +663,{0}: No basic permissions set,{0}: No põhilised õigused komplekt
apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,Teie tellimus lõpeb {0}. apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,Teie tellimus lõpeb {0}.
apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},Lae link oma backup hakkavad saama järgmisel e-posti aadress: {0} apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},Lae link oma backup hakkavad saama järgmisel e-posti aadress: {0}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","Tähendus on Esitada, Loobu, Muuta" apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","Tähendus on Esitada, Loobu, Muuta"
@@ -1267,6 +1267,7 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +129,Filters sa
DocType: DocField,Percent,Protsenti DocType: DocField,Percent,Protsenti
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,Palun määra filtrid apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,Palun määra filtrid
apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,Seotud apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,Seotud
apps/frappe/frappe/templates/emails/auto_email_report.html +48,Edit Auto Email Report Settings,Muutke automaatse e-posti aruande seadeid
DocType: Workflow State,book,raamat DocType: Workflow State,book,raamat
DocType: Website Settings,Landing Page,Koduleheks DocType: Website Settings,Landing Page,Koduleheks
apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,Viga Custom Script apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,Viga Custom Script
@@ -1275,7 +1276,7 @@ apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +132,"Import R
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,No reeglid kehtestada selle kriteeriume. apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,No reeglid kehtestada selle kriteeriume.
DocType: Auto Email Report,Auto Email Report,Auto Post Report DocType: Auto Email Report,Auto Email Report,Auto Post Report
apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,max kirjad apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,max kirjad
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +575,Delete comment?,Kustuta kommentaar?
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +577,Delete comment?,Kustuta kommentaar?
DocType: Address Template,This format is used if country specific format is not found,"Seda vormi kasutatakse siis, kui riik konkreetse vormi ei leitud" DocType: Address Template,This format is used if country specific format is not found,"Seda vormi kasutatakse siis, kui riik konkreetse vormi ei leitud"
DocType: System Settings,Allow Login using Mobile Number,Luba sisse kasutades Mobile arv DocType: System Settings,Allow Login using Mobile Number,Luba sisse kasutades Mobile arv
apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,"Sa ei ole piisavalt õigusi, et kasutada seda ressurssi. Palun võtke manager pääse." apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,"Sa ei ole piisavalt õigusi, et kasutada seda ressurssi. Palun võtke manager pääse."
@@ -1291,7 +1292,7 @@ DocType: Print Format,Monospace,Monospace
DocType: Letter Head,Printing,Trükkimine DocType: Letter Head,Printing,Trükkimine
DocType: Workflow State,thumbs-up,pöidlad üles DocType: Workflow State,thumbs-up,pöidlad üles
DocType: DocPerm,DocPerm,DocPerm DocType: DocPerm,DocPerm,DocPerm
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Precision should be between 1 and 6,Precision peab olema vahemikus 1 ja 6
apps/frappe/frappe/core/doctype/doctype/doctype.py +467,Precision should be between 1 and 6,Precision peab olema vahemikus 1 ja 6
apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},Fw: {0} apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},Fw: {0}
apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,ja apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,ja
DocType: Error Snapshot,Frames,Raamid DocType: Error Snapshot,Frames,Raamid
@@ -1304,9 +1305,10 @@ apps/frappe/frappe/utils/boilerplate.py +263,{app_title},{app_title}
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,Palun määra Dropbox sissepääsuvõtmetena saidi config apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,Palun määra Dropbox sissepääsuvõtmetena saidi config
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Kustuta see rekord lubada saates selle e-posti aadress apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Kustuta see rekord lubada saates selle e-posti aadress
apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"Ainult kohustuslikud väljad on vajalikud uue rekordi. Võite kustutada mittekohustuslikud kolonnid, kui soovite." apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"Ainult kohustuslikud väljad on vajalikud uue rekordi. Võite kustutada mittekohustuslikud kolonnid, kui soovite."
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +269,Unable to update event,Ei saa uuendada juhul
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +262,Unable to update event,Ei saa uuendada juhul
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,makse on apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,makse on
apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","Filter peab olema 4 väärtused (doctype, fieldname, operaator, väärtus): {0}" apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","Filter peab olema 4 väärtused (doctype, fieldname, operaator, väärtus): {0}"
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,Aadressimalli vaikimisi ei leitud. Loo uus seade häälestus&gt; Trükkimine ja branding&gt; Aadressimall.
apps/frappe/frappe/utils/bot.py +89,show,show apps/frappe/frappe/utils/bot.py +89,show,show
DocType: Address Template,Address Template,Aadress Mall DocType: Address Template,Address Template,Aadress Mall
DocType: Workflow State,text-height,Teksti-kõrgus DocType: Workflow State,text-height,Teksti-kõrgus
@@ -1359,7 +1361,6 @@ apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +6,Can Write
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Mõned dokumendid, nagu Arve ei peaks muutma, kui lõplik. Lõpliku riigile nimetatud dokumente nimetatakse esitamist. Saate piirata mis rolle saab esitada." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Mõned dokumendid, nagu Arve ei peaks muutma, kui lõplik. Lõpliku riigile nimetatud dokumente nimetatakse esitamist. Saate piirata mis rolle saab esitada."
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,Teil ei ole lubatud eksportida käesoleva aruande apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,Teil ei ole lubatud eksportida käesoleva aruande
apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 kirje valitud apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 kirje valitud
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Tulemusi pole ' </p>
DocType: Newsletter,Test Email Address,Test e-posti aadress DocType: Newsletter,Test Email Address,Test e-posti aadress
DocType: ToDo,Sender,Lähetaja DocType: ToDo,Sender,Lähetaja
DocType: GSuite Settings,Google Apps Script,Google Apps Script DocType: GSuite Settings,Google Apps Script,Google Apps Script
@@ -1372,7 +1373,7 @@ DocType: System Settings,Allow only one session per user,Luba ainult ühe seansi
apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,Koopia apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,Koopia
apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,Home / Test Folder 1 / Test Folder 3 apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,Home / Test Folder 1 / Test Folder 3
DocType: Website Settings,&lt;head&gt; HTML,&lt;head&gt; HTML DocType: Website Settings,&lt;head&gt; HTML,&lt;head&gt; HTML
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +66,Select or drag across time slots to create a new event.,Vali ja lohista üle ajaühikud luua uus sündmus.
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +67,Select or drag across time slots to create a new event.,Vali ja lohista üle ajaühikud luua uus sündmus.
DocType: DocField,In Filter,In Filter DocType: DocField,In Filter,In Filter
apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban
DocType: DocType,Show in Module Section,Näita moodulis jaos DocType: DocType,Show in Module Section,Näita moodulis jaos
@@ -1393,7 +1394,7 @@ apps/frappe/frappe/email/doctype/email_account/email_account_list.js +6,Default
apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,Import zip apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,Import zip
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,dokumendi ID apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,dokumendi ID
DocType: Print Settings,Letter,Täht DocType: Print Settings,Letter,Täht
apps/frappe/frappe/core/doctype/doctype/doctype.py +556,Image field must be of type Attach Image,Pilt valdkonnas peab olema tüübiga Kinnita Pilt
apps/frappe/frappe/core/doctype/doctype/doctype.py +560,Image field must be of type Attach Image,Pilt valdkonnas peab olema tüübiga Kinnita Pilt
DocType: DocField,Columns,veerud DocType: DocField,Columns,veerud
DocType: Async Task,Succeeded,Õnnestus DocType: Async Task,Succeeded,Õnnestus
apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},Kohustuslikud väljad on nõutud {0} apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},Kohustuslikud väljad on nõutud {0}
@@ -1443,7 +1444,7 @@ DocType: DocField,Text Editor,Tekstiredaktor
apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,Seaded Meist Page. apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,Seaded Meist Page.
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,Edit Custom HTML apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,Edit Custom HTML
DocType: Error Snapshot,Error Snapshot,Viga Snapshot DocType: Error Snapshot,Error Snapshot,Viga Snapshot
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,In,Sisse
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,In,Sisse
DocType: Email Alert,Value Change,Väärtus Muutus DocType: Email Alert,Value Change,Väärtus Muutus
DocType: Standard Reply,Standard Reply,Standard Vasta DocType: Standard Reply,Standard Reply,Standard Vasta
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,Laius sisestusboks apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,Laius sisestusboks
@@ -1463,12 +1464,11 @@ apps/frappe/frappe/public/js/frappe/views/communication.js +82,Select Attachment
apps/frappe/frappe/model/naming.py +94, for {0},jaoks {0} apps/frappe/frappe/model/naming.py +94, for {0},jaoks {0}
apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,Seal olid vead. Palun teata sellest. apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,Seal olid vead. Palun teata sellest.
apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,Teil ei ole lubatud trükkida Selle dokumendi apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,Teil ei ole lubatud trükkida Selle dokumendi
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +107,Please set filters value in Report Filter table.,Palun määra filtrid väärtus aruanne Filter tabelis.
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +120,Please set filters value in Report Filter table.,Palun määra filtrid väärtus aruanne Filter tabelis.
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,Laadimine aruanne apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,Laadimine aruanne
apps/frappe/frappe/limits.py +72,Your subscription will expire today.,Teie tellimus lõpeb täna. apps/frappe/frappe/limits.py +72,Your subscription will expire today.,Teie tellimus lõpeb täna.
DocType: Page,Standard,Standard DocType: Page,Standard,Standard
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Kaasa fail apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Kaasa fail
apps/frappe/frappe/templates/emails/password_update.html +1,Password Update Notification,Salasõna värskendus teatamine
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Suurus apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Suurus
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Ülesanne Complete apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Ülesanne Complete
DocType: Custom DocPerm,User Permission DocTypes,Kasutaja loata doctypes DocType: Custom DocPerm,User Permission DocTypes,Kasutaja loata doctypes
@@ -1481,6 +1481,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +10,Insert Abo
apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,Ühine ja perekonnanimed on lihtne ära arvata. apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,Ühine ja perekonnanimed on lihtne ära arvata.
apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,Mustand apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,Mustand
apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,See on sarnane levinumaid parool. apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,See on sarnane levinumaid parool.
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Tulemusi pole ' </p>
DocType: User,Female,Naissoost DocType: User,Female,Naissoost
DocType: Print Settings,Modern,Modern DocType: Print Settings,Modern,Modern
apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,Otsingu tulemused apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,Otsingu tulemused
@@ -1535,7 +1536,7 @@ apps/frappe/frappe/core/doctype/file/file_list.js +65,Folder name should not inc
DocType: Note,Note,Märge DocType: Note,Note,Märge
apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,Viga aruanne apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,Viga aruanne
apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,Tagasiside tingimused ei sobi apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,Tagasiside tingimused ei sobi
apps/frappe/frappe/core/doctype/doctype/doctype.py +570,Timeline field must be a valid fieldname,Timeline valdkonnas peab olema kehtiv fieldname
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a valid fieldname,Timeline valdkonnas peab olema kehtiv fieldname
DocType: Currency,Symbol,Sümbol DocType: Currency,Symbol,Sümbol
apps/frappe/frappe/model/base_document.py +534,Row #{0}:,Row # {0}: apps/frappe/frappe/model/base_document.py +534,Row #{0}:,Row # {0}:
apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,Uus salasõna saadetakse apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,Uus salasõna saadetakse
@@ -1592,8 +1593,7 @@ DocType: Web Page,Text Align,Tekst Align
apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},Nimi ei tohi sisaldada erimärke nagu {0} apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},Nimi ei tohi sisaldada erimärke nagu {0}
DocType: Contact Us Settings,Forward To Email Address,Edasta e-posti aadress DocType: Contact Us Settings,Forward To Email Address,Edasta e-posti aadress
apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,Näita kõik andmed apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,Näita kõik andmed
apps/frappe/frappe/core/doctype/doctype/doctype.py +527,Title field must be a valid fieldname,Pealkiri valdkonnas peab olema kehtiv fieldname
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,E-posti konto pole seadistatud. Loo uus e-posti konto seadistamise&gt; e-post&gt; e-posti konto
apps/frappe/frappe/core/doctype/doctype/doctype.py +531,Title field must be a valid fieldname,Pealkiri valdkonnas peab olema kehtiv fieldname
apps/frappe/frappe/config/core.py +7,Documents,Dokumendid apps/frappe/frappe/config/core.py +7,Documents,Dokumendid
DocType: Email Flag Queue,Is Completed,on lõpetatud DocType: Email Flag Queue,Is Completed,on lõpetatud
apps/frappe/frappe/www/me.html +22,Edit Profile,Muuda profiili apps/frappe/frappe/www/me.html +22,Edit Profile,Muuda profiili
@@ -1645,7 +1645,7 @@ DocType: Standard Reply,Standard Reply Help,Standard Vasta Abi
DocType: Blogger,Avatar,Avatar DocType: Blogger,Avatar,Avatar
DocType: Blogger,Posts,Postitusi DocType: Blogger,Posts,Postitusi
DocType: DocType,Has Web View,Kas Web View DocType: DocType,Has Web View,Kas Web View
apps/frappe/frappe/core/doctype/doctype/doctype.py +377,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","DocType nimi peab algama tähega ning see võib koosneda ainult tähti, numbreid, tühikuid ja allkriipsud"
apps/frappe/frappe/core/doctype/doctype/doctype.py +381,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","DocType nimi peab algama tähega ning see võib koosneda ainult tähti, numbreid, tühikuid ja allkriipsud"
DocType: Communication,Spam,Spämm DocType: Communication,Spam,Spämm
DocType: Integration Request,Integration Request,integratsiooni taotlus DocType: Integration Request,Integration Request,integratsiooni taotlus
apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,Lugupeetud apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,Lugupeetud
@@ -1681,7 +1681,7 @@ DocType: Website Settings,Sub-domain provided by erpnext.com,"Sub-domeeni, mida
DocType: System Settings,dd-mm-yyyy,dd-mm-yyyy DocType: System Settings,dd-mm-yyyy,dd-mm-yyyy
apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,Peab olema aruandes lubatud seda aruannet. apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,Peab olema aruandes lubatud seda aruannet.
apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,Palun valige Minimaalne Parooliskoor apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,Palun valige Minimaalne Parooliskoor
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,Added,Lisatud
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,Added,Lisatud
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.","Uuenda ainult, ärge sisestage uusi rekordeid." apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.","Uuenda ainult, ärge sisestage uusi rekordeid."
apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,Daily Event Digest saadetakse Üritused kus meeldetuletused seada. apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,Daily Event Digest saadetakse Üritused kus meeldetuletused seada.
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,Vaata Koduleht apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,Vaata Koduleht
@@ -1695,7 +1695,7 @@ DocType: Integration Request,Reference DocName,Viide DocName
DocType: Web Form,Success Message,Edu Message DocType: Web Form,Success Message,Edu Message
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,ekspordi räätälöinnit apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,ekspordi räätälöinnit
DocType: DocType,User Cannot Search,Kasutaja ei saa otsida DocType: DocType,User Cannot Search,Kasutaja ei saa otsida
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +83,Invalid Output Format,Vale vorming
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Invalid Output Format,Vale vorming
DocType: Custom DocPerm,Apply this rule if the User is the Owner,Rakenda see reegel kui Kasutaja on omanik DocType: Custom DocPerm,Apply this rule if the User is the Owner,Rakenda see reegel kui Kasutaja on omanik
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,Kas teie sisselogimise ID apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,Kas teie sisselogimise ID
apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,Ehitamine aruanne apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,Ehitamine aruanne
@@ -1713,10 +1713,11 @@ apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +138,There were e
apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,Lähedane apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,Lähedane
apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,Ei saa muuta docstatus 0-2 apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,Ei saa muuta docstatus 0-2
DocType: User Permission for Page and Report,Roles Permission,Rollid Luba DocType: User Permission for Page and Report,Roles Permission,Rollid Luba
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,E-posti konto pole seadistatud. Loo uus e-posti konto seadistamise&gt; e-post&gt; e-posti konto
apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,Uuenda apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,Uuenda
DocType: Error Snapshot,Snapshot View,Pildistamise Vaata DocType: Error Snapshot,Snapshot View,Pildistamise Vaata
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,Palun salvesta Uudiskiri enne saatmist apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,Palun salvesta Uudiskiri enne saatmist
apps/frappe/frappe/core/doctype/doctype/doctype.py +426,Options must be a valid DocType for field {0} in row {1},Valikud peab olema kehtiv DocType eest valdkonnas {0} järjest {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +430,Options must be a valid DocType for field {0} in row {1},Valikud peab olema kehtiv DocType eest valdkonnas {0} järjest {1}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,Redigeerimine Omadused apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,Redigeerimine Omadused
DocType: Patch Log,List of patches executed,Loetelu laigud täidetakse DocType: Patch Log,List of patches executed,Loetelu laigud täidetakse
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} on juba tellimata apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} on juba tellimata
@@ -1809,7 +1810,7 @@ apps/frappe/frappe/core/doctype/version/version_view.html +32,Rows Added,Read li
apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,Edu! Sa oled hea minna 👍 apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,Edu! Sa oled hea minna 👍
apps/frappe/frappe/www/me.html +3,My Account,Minu konto apps/frappe/frappe/www/me.html +3,My Account,Minu konto
DocType: ToDo,Allocated To,Eraldatud DocType: ToDo,Allocated To,Eraldatud
apps/frappe/frappe/templates/emails/password_reset.html +4,Please click on the following link to set your new password,Palun kliki järgmist linki seada oma uus parool
apps/frappe/frappe/templates/emails/password_reset.html +2,Please click on the following link to set your new password,Palun kliki järgmist linki seada oma uus parool
DocType: Email Alert,Days After,Päeva pärast DocType: Email Alert,Days After,Päeva pärast
DocType: Newsletter,Receipient,RECEIPIENT DocType: Newsletter,Receipient,RECEIPIENT
DocType: Contact Us Settings,Settings for Contact Us Page,Seaded Kontakt Page DocType: Contact Us Settings,Settings for Contact Us Page,Seaded Kontakt Page
@@ -1823,7 +1824,7 @@ DocType: Property Setter,Property Type,Kinnisvara tüüp
DocType: Workflow State,screenshot,screenshot DocType: Workflow State,screenshot,screenshot
apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,Ainult administraator saab salvestada vormikohase aruande. Palun nimeta ja säästa. apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,Ainult administraator saab salvestada vormikohase aruande. Palun nimeta ja säästa.
DocType: System Settings,Background Workers,Taust Töötajad DocType: System Settings,Background Workers,Taust Töötajad
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,Fieldname {0} conflicting with meta object,Fieldname {0} vasturääkiva meta objekti
apps/frappe/frappe/core/doctype/doctype/doctype.py +783,Fieldname {0} conflicting with meta object,Fieldname {0} vasturääkiva meta objekti
DocType: Deleted Document,Data,Andmed DocType: Deleted Document,Data,Andmed
apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,Dokumendi staatus apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,Dokumendi staatus
apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},Olete teinud {0} {1} apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},Olete teinud {0} {1}
@@ -1887,7 +1888,6 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +70,"""Parent"" signif
DocType: Website Theme,Apply Style,Rakenda Style DocType: Website Theme,Apply Style,Rakenda Style
DocType: Feedback Request,Feedback Rating,Tagasiside hinnang DocType: Feedback Request,Feedback Rating,Tagasiside hinnang
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,Jagada apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,Jagada
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,Seadistamine&gt; Kasutajate õiguste haldur
DocType: Help Category,Help Articles,Abi artiklid DocType: Help Category,Help Articles,Abi artiklid
,Modules Setup,Moodulid Setup ,Modules Setup,Moodulid Setup
apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,Tüüp: apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,Tüüp:
@@ -1933,12 +1933,11 @@ apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 2,Vari
DocType: Feedback Trigger,Email Field,E-Field DocType: Feedback Trigger,Email Field,E-Field
apps/frappe/frappe/www/update-password.html +59,New Password Required.,New Password vaja. apps/frappe/frappe/www/update-password.html +59,New Password Required.,New Password vaja.
apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} jagas seda dokumenti {1} apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} jagas seda dokumenti {1}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,Seadistamine&gt; Kasutaja
DocType: Website Settings,Brand Image,kaubamärgi maine DocType: Website Settings,Brand Image,kaubamärgi maine
DocType: Print Settings,A4,A4 DocType: Print Settings,A4,A4
apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","Setup top navigation bar, jalus ja logo." apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","Setup top navigation bar, jalus ja logo."
DocType: Web Form Field,Max Value,max Value DocType: Web Form Field,Max Value,max Value
apps/frappe/frappe/core/doctype/doctype/doctype.py +655,For {0} at level {1} in {2} in row {3},Sest {0} tasemel {1} on {2} järjest {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,For {0} at level {1} in {2} in row {3},Sest {0} tasemel {1} on {2} järjest {3}
DocType: Contact,All,Kõik DocType: Contact,All,Kõik
DocType: Email Queue,Recipient,Saaja DocType: Email Queue,Recipient,Saaja
DocType: Communication,Has Attachment,Kas Attachment DocType: Communication,Has Attachment,Kas Attachment
@@ -1956,7 +1955,7 @@ DocType: Auto Email Report,Email To,Saada
apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,Folder {0} ei ole tühi apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,Folder {0} ei ole tühi
DocType: Page,Roles,Rollid DocType: Page,Roles,Rollid
apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},Viga: Väärtus kadunud {0}: {1} apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},Viga: Väärtus kadunud {0}: {1}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +286,Field {0} is not selectable.,Field {0} ei ole valitav.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +287,Field {0} is not selectable.,Field {0} ei ole valitav.
DocType: System Settings,Session Expiry,Session lõppemine DocType: System Settings,Session Expiry,Session lõppemine
DocType: Workflow State,ban-circle,Keeld ringi DocType: Workflow State,ban-circle,Keeld ringi
DocType: Email Flag Queue,Unread,lugemata DocType: Email Flag Queue,Unread,lugemata
@@ -2014,7 +2013,7 @@ DocType: DocType,"Naming Options:
<ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",Nimevalikute: <ol><li> <b>valdkonnas: [fieldname]</b> - By Field </li><li> <b>naming_series:</b> - nimetades seeria (Väli naming_series peab olema kohal </li><li> <b>Küsitakse</b> - Küsitakse kasutaja nimi </li><li> <b>[sarja]</b> - Series by eesliide (eristatud punktiga); Näiteks PRE. ##### </li></ol> <ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",Nimevalikute: <ol><li> <b>valdkonnas: [fieldname]</b> - By Field </li><li> <b>naming_series:</b> - nimetades seeria (Väli naming_series peab olema kohal </li><li> <b>Küsitakse</b> - Küsitakse kasutaja nimi </li><li> <b>[sarja]</b> - Series by eesliide (eristatud punktiga); Näiteks PRE. ##### </li></ol>
DocType: Blog Post,Email Sent,E-mail saadetud DocType: Blog Post,Email Sent,E-mail saadetud
DocType: DocField,Ignore XSS Filter,Ignoreeri XSS Filter DocType: DocField,Ignore XSS Filter,Ignoreeri XSS Filter
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,removed,eemaldatud
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,removed,eemaldatud
apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,Dropbox backup seaded apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,Dropbox backup seaded
apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,Saada e-posti apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,Saada e-posti
DocType: Website Theme,Link Color,Link Color DocType: Website Theme,Link Color,Link Color
@@ -2147,6 +2146,7 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Vas
DocType: DocType,Setup,Setup DocType: DocType,Setup,Setup
DocType: Email Account,Initial Sync Count,Esmane Sync Krahv DocType: Email Account,Initial Sync Count,Esmane Sync Krahv
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Uus kommentaar {0} {1} apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Uus kommentaar {0} {1}
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} aastat (aastad) tagasi
DocType: Workflow State,glass,klaas DocType: Workflow State,glass,klaas
DocType: DocType,Timeline Field,Timeline Field DocType: DocType,Timeline Field,Timeline Field
DocType: Country,Time Zones,Ajavööndid DocType: Country,Time Zones,Ajavööndid
@@ -2181,10 +2181,10 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +77,You are not
apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,Info: apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,Info:
DocType: Custom Field,Permission Level,Luba Level DocType: Custom Field,Permission Level,Luba Level
DocType: User,Send Notifications for Transactions I Follow,Saada teated Tehingute jälgin DocType: User,Send Notifications for Transactions I Follow,Saada teated Tehingute jälgin
apps/frappe/frappe/core/doctype/doctype/doctype.py +698,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: Ei saa määrata Esita, Loobu, Muuta ilma kirjutamine"
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: Ei saa määrata Esita, Loobu, Muuta ilma kirjutamine"
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,"Olete kindel, et soovite kustutada manust?" apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,"Olete kindel, et soovite kustutada manust?"
apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","Ei saa kustutada ega tühistada, sest {0} <a href=""#Form/{0}/{1}"">{1}</a> on seotud {2} <a href=""#Form/{2}/{3}"">{3}</a>" apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","Ei saa kustutada ega tühistada, sest {0} <a href=""#Form/{0}/{1}"">{1}</a> on seotud {2} <a href=""#Form/{2}/{3}"">{3}</a>"
apps/frappe/frappe/__init__.py +1070,Thank you,Aitäh
apps/frappe/frappe/__init__.py +1071,Thank you,Aitäh
apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,Salvestamine apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,Salvestamine
DocType: Print Settings,Print Style Preview,Trüki Style eelvaade DocType: Print Settings,Print Style Preview,Trüki Style eelvaade
apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder
@@ -2228,7 +2228,7 @@ apps/frappe/frappe/public/js/frappe/list/list_renderer.js +501,2 days ago,2 päe
apps/frappe/frappe/config/website.py +47,Categorize blog posts.,Kategoriseerida blogi postitusi. apps/frappe/frappe/config/website.py +47,Categorize blog posts.,Kategoriseerida blogi postitusi.
DocType: Workflow State,Time,Aeg DocType: Workflow State,Time,Aeg
DocType: DocField,Attach,Kinnitage DocType: DocField,Attach,Kinnitage
apps/frappe/frappe/core/doctype/doctype/doctype.py +539,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} ei ole kehtiv fieldname muster. Peaks olema {{field_name}}.
apps/frappe/frappe/core/doctype/doctype/doctype.py +543,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} ei ole kehtiv fieldname muster. Peaks olema {{field_name}}.
DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,"Saada tagasiside taotlus üksnes juhul, kui on olemas vähemalt üks side on olemas dokument." DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,"Saada tagasiside taotlus üksnes juhul, kui on olemas vähemalt üks side on olemas dokument."
DocType: Custom Role,Permission Rules,Luba reeglid DocType: Custom Role,Permission Rules,Luba reeglid
DocType: GSuite Settings,GSuite Settings,GSuite Seaded DocType: GSuite Settings,GSuite Settings,GSuite Seaded
@@ -2248,7 +2248,7 @@ apps/frappe/frappe/website/doctype/blog_post/blog_post.py +106,Posts by {0},Post
apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","Et formaadis sambad, annavad tulbapealkirju päringu." apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","Et formaadis sambad, annavad tulbapealkirju päringu."
DocType: Has Domain,Has Domain,on Domain DocType: Has Domain,Has Domain,on Domain
apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,Kas pole kontot? Registreeri apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,Kas pole kontot? Registreeri
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,{0}: Cannot set Assign Amend if not Submittable,{0}: Ei saa määrata Määra Muuta kui mitte esitatav
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set Assign Amend if not Submittable,{0}: Ei saa määrata Määra Muuta kui mitte esitatav
DocType: Address,Bihar,Bihar DocType: Address,Bihar,Bihar
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,Edit Role reeglid apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,Edit Role reeglid
DocType: Communication,Link DocType,link DocType DocType: Communication,Link DocType,link DocType
@@ -2299,7 +2299,7 @@ DocType: DocField,Set non-standard precision for a Float or Currency field,Mää
DocType: Email Account,Ignore attachments over this size,Ignoreeri manuseid üle selle suurus DocType: Email Account,Ignore attachments over this size,Ignoreeri manuseid üle selle suurus
DocType: Address,Preferred Billing Address,Eelistatud Arved Aadress DocType: Address,Preferred Billing Address,Eelistatud Arved Aadress
apps/frappe/frappe/config/integrations.py +63,External Documents,Välised dokumendid apps/frappe/frappe/config/integrations.py +63,External Documents,Välised dokumendid
apps/frappe/frappe/database.py +235,Too many writes in one request. Please send smaller requests,Liiga palju kirjutab ühe taotluse. Palun saada väiksemaid taotlusi
apps/frappe/frappe/database.py +247,Too many writes in one request. Please send smaller requests,Liiga palju kirjutab ühe taotluse. Palun saada väiksemaid taotlusi
apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,väärtused muudetud apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,väärtused muudetud
DocType: Workflow State,arrow-up,Nool üles DocType: Workflow State,arrow-up,Nool üles
DocType: OAuth Bearer Token,Expires In,lõpeb DocType: OAuth Bearer Token,Expires In,lõpeb
@@ -2347,7 +2347,7 @@ apps/frappe/frappe/core/page/data_import_tool/importer.py +81,Please make sure t
apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,"Veenduge, et teie profiili on meiliaadress" apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,"Veenduge, et teie profiili on meiliaadress"
apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,Sul on salvestamata muudatusi selles vormis. Palun salvesta enne jätkamist. apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,Sul on salvestamata muudatusi selles vormis. Palun salvesta enne jätkamist.
DocType: Address,Telangana,Telangana DocType: Address,Telangana,Telangana
apps/frappe/frappe/core/doctype/doctype/doctype.py +459,Default for {0} must be an option,Vaikimisi {0} peab olema võimalus
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Default for {0} must be an option,Vaikimisi {0} peab olema võimalus
DocType: Tag Doc Category,Tag Doc Category,Tag Doc Kategooria DocType: Tag Doc Category,Tag Doc Category,Tag Doc Kategooria
DocType: User,User Image,Kasutaja Image DocType: User,User Image,Kasutaja Image
apps/frappe/frappe/email/queue.py +304,Emails are muted,Kirjad on summutatud apps/frappe/frappe/email/queue.py +304,Emails are muted,Kirjad on summutatud
@@ -2392,7 +2392,7 @@ DocType: Async Task,Running,Jooksmine
apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,Reset Password apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,Reset Password
apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,Palun uuendage lisada rohkem kui {0} tellijatele apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,Palun uuendage lisada rohkem kui {0} tellijatele
DocType: Workflow State,hand-left,käsitsi vasakule DocType: Workflow State,hand-left,käsitsi vasakule
apps/frappe/frappe/core/doctype/doctype/doctype.py +472,Fieldtype {0} for {1} cannot be unique,Fieldtype {0} for {1} ei saa olema unikaalne
apps/frappe/frappe/core/doctype/doctype/doctype.py +476,Fieldtype {0} for {1} cannot be unique,Fieldtype {0} for {1} ei saa olema unikaalne
DocType: Email Account,Use SSL,SSL DocType: Email Account,Use SSL,SSL
DocType: Workflow State,play-circle,play-ring DocType: Workflow State,play-circle,play-ring
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,Valige Print Format Muuda apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,Valige Print Format Muuda
@@ -2447,7 +2447,7 @@ DocType: DocField,No Copy,No Copy
DocType: Workflow State,qrcode,QRCode DocType: Workflow State,qrcode,QRCode
apps/frappe/frappe/www/login.html +34,Login with LDAP,Sisene oma LDAP apps/frappe/frappe/www/login.html +34,Login with LDAP,Sisene oma LDAP
DocType: Web Form,Breadcrumbs,Breadcrumbs DocType: Web Form,Breadcrumbs,Breadcrumbs
apps/frappe/frappe/core/doctype/doctype/doctype.py +671,If Owner,Kui Omanik
apps/frappe/frappe/core/doctype/doctype/doctype.py +675,If Owner,Kui Omanik
DocType: OAuth Authorization Code,Expiration time,aegumine aeg DocType: OAuth Authorization Code,Expiration time,aegumine aeg
DocType: Web Page,Website Sidebar,Koduleht Sidebar DocType: Web Page,Website Sidebar,Koduleht Sidebar
DocType: Web Form,Show Sidebar,Näita külgriba DocType: Web Form,Show Sidebar,Näita külgriba
@@ -2607,6 +2607,7 @@ DocType: Portal Settings,Hide Standard Menu,Peida Standard Menu
apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,Lisa / Manage e-posti domeenid. apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,Lisa / Manage e-posti domeenid.
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},Ei saa tühistada enne esitamist. Vaata Transition {0} apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},Ei saa tühistada enne esitamist. Vaata Transition {0}
apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,Prindi Formaat {0} on keelatud apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,Prindi Formaat {0} on keelatud
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,Palun seadke vaikimisi e-posti konto seadistustedialoogis&gt; E-post&gt; E-posti konto
DocType: Email Alert,Send days before or after the reference date,Saada päeva enne või pärast kontrollpäeva DocType: Email Alert,Send days before or after the reference date,Saada päeva enne või pärast kontrollpäeva
DocType: User,Allow user to login only after this hour (0-24),Luba kasutajal sisse logida alles pärast seda tund (0-24) DocType: User,Allow user to login only after this hour (0-24),Luba kasutajal sisse logida alles pärast seda tund (0-24)
apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,Väärtus apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,Väärtus
@@ -2622,7 +2623,6 @@ DocType: ToDo,Priority,Prioriteet
DocType: Email Queue,Unsubscribe Param,Tühista Param DocType: Email Queue,Unsubscribe Param,Tühista Param
DocType: Auto Email Report,Weekly,Weekly DocType: Auto Email Report,Weekly,Weekly
DocType: Communication,In Reply To,Vastuseks DocType: Communication,In Reply To,Vastuseks
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,Aadressimalli vaikimisi ei leitud. Loo uus seade häälestus&gt; Trükkimine ja branding&gt; Aadressimall.
DocType: DocType,Allow Import (via Data Import Tool),Luba Import (via Andmed Import Tool) DocType: DocType,Allow Import (via Data Import Tool),Luba Import (via Andmed Import Tool)
apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,Sr apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,Sr
DocType: DocField,Float,Float DocType: DocField,Float,Float
@@ -2665,7 +2665,7 @@ apps/frappe/frappe/templates/emails/auto_reply.html +1,Thank you for your email,
DocType: DocField,Small Text,Väike tekst DocType: DocField,Small Text,Väike tekst
apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,Administraator külastatud {0} kohta {1} via IP aadress {2}. apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,Administraator külastatud {0} kohta {1} via IP aadress {2}.
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,Vastus apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,Vastus
apps/frappe/frappe/core/doctype/doctype/doctype.py +453,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',Valikud &quot;Dynamic Link&quot; tüüpi väli tuleb veel teinegi Link valdkonnas valikud &quot;DocType&quot;
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',Valikud &quot;Dynamic Link&quot; tüüpi väli tuleb veel teinegi Link valdkonnas valikud &quot;DocType&quot;
DocType: About Us Settings,Team Members Heading,Team liikmed Rubriik DocType: About Us Settings,Team Members Heading,Team liikmed Rubriik
apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,Vale CSV formaadis apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,Vale CSV formaadis
apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,Määra arv Varukoopiad apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,Määra arv Varukoopiad
@@ -2699,7 +2699,7 @@ DocType: Kanban Board Column,Column Name,Veerg nimi
DocType: Language,Based On,Põhineb DocType: Language,Based On,Põhineb
apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,Tee Vaikimisi apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,Tee Vaikimisi
apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,Saate Frappe Server URL apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,Saate Frappe Server URL
apps/frappe/frappe/core/doctype/doctype/doctype.py +495,Fieldtype {0} for {1} cannot be indexed,Fieldtype {0} ja {1} ei saa indekseerida
apps/frappe/frappe/core/doctype/doctype/doctype.py +499,Fieldtype {0} for {1} cannot be indexed,Fieldtype {0} ja {1} ei saa indekseerida
DocType: Communication,Email Account,Emaili konto DocType: Communication,Email Account,Emaili konto
DocType: Workflow State,Download,Laadi alla DocType: Workflow State,Download,Laadi alla
DocType: Blog Post,Blog Intro,Blogi tutvustus DocType: Blog Post,Blog Intro,Blogi tutvustus
@@ -2731,15 +2731,15 @@ apps/frappe/frappe/email/doctype/email_group/email_group.js +45,New Newsletter,N
DocType: Print Settings,Send Print as PDF,Saada Prindi PDF DocType: Print Settings,Send Print as PDF,Saada Prindi PDF
DocType: Web Form,Amount,Summa DocType: Web Form,Amount,Summa
DocType: Workflow Transition,Allowed,Lubatud DocType: Workflow Transition,Allowed,Lubatud
apps/frappe/frappe/core/doctype/doctype/doctype.py +502,There can be only one Fold in a form,Seal saab olla ainult üks Fold kujul
apps/frappe/frappe/core/doctype/doctype/doctype.py +506,There can be only one Fold in a form,Seal saab olla ainult üks Fold kujul
apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},Ei saa kirjutada failivorming {0} apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},Ei saa kirjutada failivorming {0}
apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,Taasta vaikeseaded? apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,Taasta vaikeseaded?
apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,Vale Esileht apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,Vale Esileht
apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,Vigane sisse. Proovi uuesti. apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,Vigane sisse. Proovi uuesti.
apps/frappe/frappe/core/doctype/doctype/doctype.py +420,Options required for Link or Table type field {0} in row {1},Options vajalik Link või tabelis tüübiväljale {0} reas {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +424,Options required for Link or Table type field {0} in row {1},Options vajalik Link või tabelis tüübiväljale {0} reas {1}
DocType: Auto Email Report,Send only if there is any data,"Saada ainult siis, kui on olemas kõik andmed" DocType: Auto Email Report,Send only if there is any data,"Saada ainult siis, kui on olemas kõik andmed"
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,Reset filtrid apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,Reset filtrid
apps/frappe/frappe/core/doctype/doctype/doctype.py +688,{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
apps/frappe/frappe/core/doctype/doctype/doctype.py +692,{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
apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},Ülesanne suletud {0} apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},Ülesanne suletud {0}
DocType: Integration Request,Remote,kauge DocType: Integration Request,Remote,kauge
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,Arvutama apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,Arvutama
@@ -2759,7 +2759,7 @@ DocType: DocField,Perm Level,Perm Level
apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,Sündmused Tänapäeva kalender apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,Sündmused Tänapäeva kalender
DocType: Web Page,Web Page,Veebi lehekülg DocType: Web Page,Web Page,Veebi lehekülg
DocType: Blog Category,Blogger,Blogger DocType: Blog Category,Blogger,Blogger
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In Global Search' not allowed for type {0} in row {1},&quot;Global Search ole lubatud tüüpi {0} järjest {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +449,'In Global Search' not allowed for type {0} in row {1},&quot;Global Search ole lubatud tüüpi {0} järjest {1}
apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,Vaata Nimekiri apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,Vaata Nimekiri
apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},Kuupäev peab olema kujul: {0} apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},Kuupäev peab olema kujul: {0}
DocType: Workflow,Don't Override Status,Ära alistamisolek DocType: Workflow,Don't Override Status,Ära alistamisolek
@@ -2808,7 +2808,7 @@ DocType: Website Theme,Background,tagapõhi
DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","JSON nimekirja doctypes kasutada kohaldada Kasutaja reeglid. Kui tühi, kõik seotud doctypes kasutatakse kohaldata kasutaja õigused." DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","JSON nimekirja doctypes kasutada kohaldada Kasutaja reeglid. Kui tühi, kõik seotud doctypes kasutatakse kohaldata kasutaja õigused."
DocType: Report,Ref DocType,Ref DocType DocType: Report,Ref DocType,Ref DocType
apps/frappe/frappe/www/feedback.py +42,Please add a rating,Palun lisage hinnang apps/frappe/frappe/www/feedback.py +42,Please add a rating,Palun lisage hinnang
apps/frappe/frappe/core/doctype/doctype/doctype.py +700,{0}: Cannot set Amend without Cancel,{0}: Ei saa määrata Muuta ilma Tühista
apps/frappe/frappe/core/doctype/doctype/doctype.py +704,{0}: Cannot set Amend without Cancel,{0}: Ei saa määrata Muuta ilma Tühista
apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,Full Page apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,Full Page
DocType: DocType,Is Child Table,Kas lapse tabelis DocType: DocType,Is Child Table,Kas lapse tabelis
apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} peab olema üks {1} apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} peab olema üks {1}
@@ -2837,7 +2837,7 @@ DocType: Event,Send an email reminder in the morning,Saada talle meeldetuletus h
DocType: Blog Post,Published On,Avaldatud DocType: Blog Post,Published On,Avaldatud
DocType: Contact,Gender,Sugu DocType: Contact,Gender,Sugu
apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,Kohustuslik teave puudu: apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,Kohustuslik teave puudu:
apps/frappe/frappe/core/doctype/doctype/doctype.py +492,Field '{0}' cannot be set as Unique as it has non-unique values,"Field &quot;{0}&quot; ei saa valida unikaalne, sest see on mitte-unikaalne väärtused"
apps/frappe/frappe/core/doctype/doctype/doctype.py +496,Field '{0}' cannot be set as Unique as it has non-unique values,"Field &quot;{0}&quot; ei saa valida unikaalne, sest see on mitte-unikaalne väärtused"
apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,Ainult 200 lisab lubatud üks taotlus apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,Ainult 200 lisab lubatud üks taotlus
DocType: Footer Item,URL,URL DocType: Footer Item,URL,URL
DocType: ToDo,Reference Type,Viide Type DocType: ToDo,Reference Type,Viide Type
@@ -2880,8 +2880,8 @@ apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +135,Please save
apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} tellijatele lisatud apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} tellijatele lisatud
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,Ei In apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,Ei In
DocType: Workflow State,star,staar DocType: Workflow State,star,staar
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +228,values separated by commas,väärtused komadega eraldatult
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Max width for type Currency is 100px in row {0},Max laius tüüp Valuuta on 100px järjest {0}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,values separated by commas,väärtused komadega eraldatult
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,Max width for type Currency is 100px in row {0},Max laius tüüp Valuuta on 100px järjest {0}
apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},Palun jagage oma tagasiside {0} apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},Palun jagage oma tagasiside {0}
apps/frappe/frappe/config/website.py +13,Content web page.,Sisu veebilehel. apps/frappe/frappe/config/website.py +13,Content web page.,Sisu veebilehel.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Lisa uus roll apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Lisa uus roll
@@ -2899,7 +2899,7 @@ apps/frappe/frappe/public/js/frappe/desk.js +383,Please Enter Your Password to C
apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,Mitte kehtiv LDAP kasutaja apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,Mitte kehtiv LDAP kasutaja
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} ei ole kehtiv riik apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} ei ole kehtiv riik
apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',Palun valige teine makseviis. PayPal ei toeta tehingud sularaha &quot;{0}&quot; apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',Palun valige teine makseviis. PayPal ei toeta tehingud sularaha &quot;{0}&quot;
apps/frappe/frappe/core/doctype/doctype/doctype.py +519,Search field {0} is not valid,Otsi valdkonnas {0} ei ole kehtiv
apps/frappe/frappe/core/doctype/doctype/doctype.py +523,Search field {0} is not valid,Otsi valdkonnas {0} ei ole kehtiv
DocType: Workflow State,ok-circle,ok ringi DocType: Workflow State,ok-circle,ok ringi
apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',"Võite leida asju, küsides &quot;leida oranž klientide" apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',"Võite leida asju, küsides &quot;leida oranž klientide"
apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,Sorry! Kasutaja peab olema täielik juurdepääs oma rekord. apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,Sorry! Kasutaja peab olema täielik juurdepääs oma rekord.
@@ -2968,7 +2968,7 @@ DocType: User,Background Style,Taust Style
apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},ühendati {0} arvesse {1} apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},ühendati {0} arvesse {1}
DocType: System Settings,mm-dd-yyyy,mm-dd-aaaa DocType: System Settings,mm-dd-yyyy,mm-dd-aaaa
apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} sisse logitud apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} sisse logitud
apps/frappe/frappe/templates/emails/new_user.html +4,Your login id is,Sinu kasutajanime id on
apps/frappe/frappe/templates/emails/new_user.html +3,Your login id is,Sinu kasutajanime id on
DocType: OAuth Client,Skip Authorization,Otse luba DocType: OAuth Client,Skip Authorization,Otse luba
DocType: Web Form,Amount Field,summa Field DocType: Web Form,Amount Field,summa Field
DocType: Dropbox Settings,Send Notifications To,Saada teateid DocType: Dropbox Settings,Send Notifications To,Saada teateid


+ 94
- 94
frappe/translations/fa.csv View File

@@ -55,7 +55,7 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +52,Data Import Templa
apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,والدین apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,والدین
DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.",اگر فعال باشد، قدرت رمز عبور خواهد شد بر اساس حداقل ارزش کلمه عبور اجرا می شود. مقدار 2 که متوسط قوی و 4 بسیار قوی. DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.",اگر فعال باشد، قدرت رمز عبور خواهد شد بر اساس حداقل ارزش کلمه عبور اجرا می شود. مقدار 2 که متوسط قوی و 4 بسیار قوی.
DocType: About Us Settings,"""Team Members"" or ""Management""",&quot;اعضای تیم&quot; یا &quot;مدیریت&quot; DocType: About Us Settings,"""Team Members"" or ""Management""",&quot;اعضای تیم&quot; یا &quot;مدیریت&quot;
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Default for 'Check' type of field must be either '0' or '1',به طور پیش فرض برای چک &#39;نوع درست یا باید به صورت&#39; 0 &#39;یا&#39; 1 &#39;است
apps/frappe/frappe/core/doctype/doctype/doctype.py +461,Default for 'Check' type of field must be either '0' or '1',به طور پیش فرض برای چک &#39;نوع درست یا باید به صورت&#39; 0 &#39;یا&#39; 1 &#39;است
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,دیروز apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,دیروز
DocType: Contact,Designation,تعیین DocType: Contact,Designation,تعیین
DocType: Test Runner,Test Runner,تست دونده DocType: Test Runner,Test Runner,تست دونده
@@ -71,7 +71,7 @@ DocType: DocType,Is Published Field,منتشر درست
DocType: Email Group,Email Group,ایمیل گروه DocType: Email Group,Email Group,ایمیل گروه
DocType: Note,Seen By,دیده شده توسط DocType: Note,Seen By,دیده شده توسط
apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,اضافه کردن چند apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,اضافه کردن چند
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Not Like,نه مثل
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Not Like,نه مثل
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,تنظیم صفحه نمایش برچسب برای درست apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,تنظیم صفحه نمایش برچسب برای درست
apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},مقدار نادرست: {0} باید {1} {2} apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},مقدار نادرست: {0} باید {1} {2}
apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)",خواص تغییر درست (مخفی، فقط خواندنی، اجازه و غیره) apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)",خواص تغییر درست (مخفی، فقط خواندنی، اجازه و غیره)
@@ -160,7 +160,8 @@ apps/frappe/frappe/public/js/frappe/upload.js +296,Uploading...,آپلود ...
DocType: Email Domain,Email Domain,دامنه ایمیل DocType: Email Domain,Email Domain,دامنه ایمیل
DocType: Workflow State,italic,حروف کج DocType: Workflow State,italic,حروف کج
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,برای همه apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,برای همه
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,{0}: Cannot set Import without Create,{0}: می توانید وارد مجموعه بدون ایجاد کنید
apps/frappe/frappe/core/doctype/doctype/doctype.py +706,{0}: Cannot set Import without Create,{0}: می توانید وارد مجموعه بدون ایجاد کنید
apps/frappe/frappe/templates/emails/auto_email_report.html +45,View report in your browser,مشاهده گزارش در مرورگر خود
apps/frappe/frappe/config/desk.py +26,Event and other calendars.,رویداد و دیگر تقویم. apps/frappe/frappe/config/desk.py +26,Event and other calendars.,رویداد و دیگر تقویم.
apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,تمام زمینه های لازم برای ارسال نظر می باشد. apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,تمام زمینه های لازم برای ارسال نظر می باشد.
apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,کشیدن برای مرتب کردن ستون apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,کشیدن برای مرتب کردن ستون
@@ -237,7 +238,7 @@ apps/frappe/frappe/config/setup.py +121,Update many values at one time.,به ر
apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,خطا: سند اصلاح شده است بعد از شما آن را باز کرد apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,خطا: سند اصلاح شده است بعد از شما آن را باز کرد
apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} سیستم خارج: {1} apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} سیستم خارج: {1}
DocType: Address,West Bengal,بنگال غربی DocType: Address,West Bengal,بنگال غربی
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0}: Cannot set Assign Submit if not Submittable,{0}: آیا می توانم تنظیم نشده اختصاص ثبت کردن اگر Submittable نمی
apps/frappe/frappe/core/doctype/doctype/doctype.py +727,{0}: Cannot set Assign Submit if not Submittable,{0}: آیا می توانم تنظیم نشده اختصاص ثبت کردن اگر Submittable نمی
DocType: Social Login Keys,Facebook,فیس بوک DocType: Social Login Keys,Facebook,فیس بوک
apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",فیلتر توسط &quot;{0}&quot; apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",فیلتر توسط &quot;{0}&quot;
DocType: Salutation,Administrator,مدیر DocType: Salutation,Administrator,مدیر
@@ -261,7 +262,7 @@ DocType: User,Get your globally recognized avatar from Gravatar.com,دریافت
apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.",اشتراک شما در {0} منقضی شده است. برای تمدید، {1}. apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.",اشتراک شما در {0} منقضی شده است. برای تمدید، {1}.
DocType: Workflow State,plus-sign,به علاوه نشانه DocType: Workflow State,plus-sign,به علاوه نشانه
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,راه اندازی در حال حاضر کامل apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,راه اندازی در حال حاضر کامل
apps/frappe/frappe/__init__.py +897,App {0} is not installed,نرم افزار {0} نصب نشده است
apps/frappe/frappe/__init__.py +898,App {0} is not installed,نرم افزار {0} نصب نشده است
DocType: Workflow State,Refresh,تازه کردن DocType: Workflow State,Refresh,تازه کردن
DocType: Event,Public,عمومی DocType: Event,Public,عمومی
apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,هیچ چیز برای نشان دادن apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,هیچ چیز برای نشان دادن
@@ -269,7 +270,7 @@ apps/frappe/frappe/public/js/frappe/model/model.js +24,Liked By,پسندیده
apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,پشتیبانی ایمیل apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,پشتیبانی ایمیل
DocType: DocField,Print Hide If No Value,چاپ مخفی کردن اگر هیچ ارزش DocType: DocField,Print Hide If No Value,چاپ مخفی کردن اگر هیچ ارزش
DocType: Event,yellow,رنگ زرد DocType: Event,yellow,رنگ زرد
apps/frappe/frappe/core/doctype/doctype/doctype.py +563,Is Published Field must be a valid fieldname,منتشر درست باید یک FIELDNAME معتبر
apps/frappe/frappe/core/doctype/doctype/doctype.py +567,Is Published Field must be a valid fieldname,منتشر درست باید یک FIELDNAME معتبر
apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,بارگذاری فایل پیوست apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,بارگذاری فایل پیوست
DocType: Block Module,Block Module,بلوک ماژول DocType: Block Module,Block Module,بلوک ماژول
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,صادرات الگو apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,صادرات الگو
@@ -286,7 +287,7 @@ DocType: Email Account,Total number of emails to sync in initial sync process ,
DocType: Website Settings,Set Banner from Image,تنظیم بنر از تصویر DocType: Website Settings,Set Banner from Image,تنظیم بنر از تصویر
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,جستجو جهانی apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,جستجو جهانی
DocType: Email Account,SparkPost,SparkPost DocType: Email Account,SparkPost,SparkPost
apps/frappe/frappe/templates/emails/new_user.html +3,A new account has been created for you at {0},یک حساب جدید را برای شما در {0} ایجاد شده است.
apps/frappe/frappe/templates/emails/new_user.html +2,A new account has been created for you at {0},یک حساب جدید را برای شما در {0} ایجاد شده است.
apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,دستورالعمل ایمیل ارسال apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,دستورالعمل ایمیل ارسال
apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),را وارد کنید ایمیل دریافت کننده (بازدید کنندگان) apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),را وارد کنید ایمیل دریافت کننده (بازدید کنندگان)
DocType: Print Format,Verdana,Verdana DocType: Print Format,Verdana,Verdana
@@ -352,7 +353,7 @@ apps/frappe/frappe/utils/nestedset.py +218,Merging is only possible between Grou
apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},اضافه شده {0} apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},اضافه شده {0}
apps/frappe/frappe/www/search.html +28,No matching records. Search something new,هیچ پرونده تطبیق است. جستجو چیزی جدید apps/frappe/frappe/www/search.html +28,No matching records. Search something new,هیچ پرونده تطبیق است. جستجو چیزی جدید
DocType: Currency,Fraction Units,واحد کسر DocType: Currency,Fraction Units,واحد کسر
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +431,{0} from {1} to {2},{0} از {1} به {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +433,{0} from {1} to {2},{0} از {1} به {2}
DocType: Communication,Type,نوع DocType: Communication,Type,نوع
DocType: Authentication Log,Subject,موضوع DocType: Authentication Log,Subject,موضوع
DocType: Web Form,Amount Based On Field,مقدار بر اساس درست DocType: Web Form,Amount Based On Field,مقدار بر اساس درست
@@ -365,10 +366,10 @@ DocType: Workflow State,plane,هواپیما
apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.",اگر شما در حال آپلود رکورد جدید &quot;نامگذاری سری&quot; اجباری می شود، در صورت وجود. apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.",اگر شما در حال آپلود رکورد جدید &quot;نامگذاری سری&quot; اجباری می شود، در صورت وجود.
apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,دریافت هشدار برای امروز apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,دریافت هشدار برای امروز
apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DOCTYPE تنها می تواند توسط مدیر تغییر نام داد apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DOCTYPE تنها می تواند توسط مدیر تغییر نام داد
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +442,changed value of {0},مقدار تغییر از {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +444,changed value of {0},مقدار تغییر از {0}
DocType: Report,JSON,JSON DocType: Report,JSON,JSON
apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,لطفا ایمیل خود را تایید بررسی apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,لطفا ایمیل خود را تایید بررسی
apps/frappe/frappe/core/doctype/doctype/doctype.py +509,Fold can not be at the end of the form,ریختن (فولد) نمی تواند در پایان فرم است
apps/frappe/frappe/core/doctype/doctype/doctype.py +513,Fold can not be at the end of the form,ریختن (فولد) نمی تواند در پایان فرم است
DocType: Communication,Bounced,منعکس DocType: Communication,Bounced,منعکس
DocType: Deleted Document,Deleted Name,نام حذف DocType: Deleted Document,Deleted Name,نام حذف
apps/frappe/frappe/config/setup.py +14,System and Website Users,سیستم و وب سایت کاربر apps/frappe/frappe/config/setup.py +14,System and Website Users,سیستم و وب سایت کاربر
@@ -376,25 +377,26 @@ DocType: Workflow Document State,Doc Status,توضیحات وضعیت
DocType: Auto Email Report,No of Rows (Max 500),تعداد سطرها (حداکثر 500) DocType: Auto Email Report,No of Rows (Max 500),تعداد سطرها (حداکثر 500)
DocType: Language,Language Code,کد زبان DocType: Language,Language Code,کد زبان
apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...",دانلود شما در حال ایجاد شدن است ممکن است چند لحظه طول بکشد apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...",دانلود شما در حال ایجاد شدن است ممکن است چند لحظه طول بکشد
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +23,Add Filter,اضافه کردن فیلتر
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +21,Add Filter,اضافه کردن فیلتر
apps/frappe/frappe/www/feedback.html +23,Your rating: ,امتیاز شما: apps/frappe/frappe/www/feedback.html +23,Your rating: ,امتیاز شما:
apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} و {1} apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} و {1}
DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",همیشه &quot;پیش نویس&quot; افزودن عنوان برای چاپ اسناد پیش نویس DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",همیشه &quot;پیش نویس&quot; افزودن عنوان برای چاپ اسناد پیش نویس
apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,ایمیل شده است به عنوان هرزنامه علامتگذاری شده است apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,ایمیل شده است به عنوان هرزنامه علامتگذاری شده است
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,تنظیم&gt; کاربر
DocType: About Us Settings,Website Manager,مدیر وب سایت DocType: About Us Settings,Website Manager,مدیر وب سایت
apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,شما پیش نویس انتخاب شده و یا اسناد لغو apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,شما پیش نویس انتخاب شده و یا اسناد لغو
apps/frappe/frappe/model/document.py +1044,Document Queued,سند صف apps/frappe/frappe/model/document.py +1044,Document Queued,سند صف
DocType: GSuite Templates,Destination ID,ID مقصد DocType: GSuite Templates,Destination ID,ID مقصد
DocType: Desktop Icon,List,فهرست DocType: Desktop Icon,List,فهرست
DocType: Communication,Link Name,نام لینک DocType: Communication,Link Name,نام لینک
apps/frappe/frappe/core/doctype/doctype/doctype.py +433,Field {0} in row {1} cannot be hidden and mandatory without default,درست {0} در ردیف {1} نمی تواند پنهان و بدون پیش فرض اجباری
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Field {0} in row {1} cannot be hidden and mandatory without default,درست {0} در ردیف {1} نمی تواند پنهان و بدون پیش فرض اجباری
DocType: System Settings,mm/dd/yyyy,MM / DD / YYYY DocType: System Settings,mm/dd/yyyy,MM / DD / YYYY
apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,رمز عبور نامعتبر: apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,رمز عبور نامعتبر:
DocType: Print Settings,Send document web view link in email,ارسال سند لینک مشاهده وب سایت در ایمیل DocType: Print Settings,Send document web view link in email,ارسال سند لینک مشاهده وب سایت در ایمیل
apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,نظرات خود را برای سند {0} است با موفقیت ذخیره شد apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,نظرات خود را برای سند {0} است با موفقیت ذخیره شد
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,قبلی apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,قبلی
apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,پاسخ: apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,پاسخ:
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +496,{0} rows for {1},{0} ردیف برای {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +498,{0} rows for {1},{0} ردیف برای {1}
DocType: Currency,"Sub-currency. For e.g. ""Cent""",زیر ارز. برای مثال &quot;سنت&quot; DocType: Currency,"Sub-currency. For e.g. ""Cent""",زیر ارز. برای مثال &quot;سنت&quot;
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,انتخاب کنید فایل ارسال apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,انتخاب کنید فایل ارسال
DocType: Letter Head,Check this to make this the default letter head in all prints,بررسی این را به این نامه به طور پیش فرض سر در همه چاپ DocType: Letter Head,Check this to make this the default letter head in all prints,بررسی این را به این نامه به طور پیش فرض سر در همه چاپ
@@ -417,7 +419,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +5,
DocType: Event,Wednesday,چهار شنبه DocType: Event,Wednesday,چهار شنبه
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.",جدا از نقش بر قوانین اجازه، شما می توانید دسترسی کاربر بر اساس DocTypes اعمال می شود. apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.",جدا از نقش بر قوانین اجازه، شما می توانید دسترسی کاربر بر اساس DocTypes اعمال می شود.
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.",این مجوز را برای تمام معاملات که در آن رکورد مجاز است در ارتباط اعمال می شود. برای مثال، اگر شرکت C به مجوز کاربر از کاربر X اضافه شده است، کاربر X تنها قادر به دیدن معاملات است که شرکت C به عنوان یک ارزش در ارتباط باشد. apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.",این مجوز را برای تمام معاملات که در آن رکورد مجاز است در ارتباط اعمال می شود. برای مثال، اگر شرکت C به مجوز کاربر از کاربر X اضافه شده است، کاربر X تنها قادر به دیدن معاملات است که شرکت C به عنوان یک ارزش در ارتباط باشد.
apps/frappe/frappe/core/doctype/doctype/doctype.py +554,Image field must be a valid fieldname,تصویر زمینه باید یک FIELDNAME معتبر باشد
apps/frappe/frappe/core/doctype/doctype/doctype.py +558,Image field must be a valid fieldname,تصویر زمینه باید یک FIELDNAME معتبر باشد
DocType: OAuth Client,Token,رمز DocType: OAuth Client,Token,رمز
DocType: Property Setter,ID (name) of the entity whose property is to be set,ID (نام) نهاد که دارایی است به تنظیم شود DocType: Property Setter,ID (name) of the entity whose property is to be set,ID (نام) نهاد که دارایی است به تنظیم شود
apps/frappe/frappe/limits.py +82,"To renew, {0}.",برای تمدید، {0}. apps/frappe/frappe/limits.py +82,"To renew, {0}.",برای تمدید، {0}.
@@ -426,7 +428,7 @@ DocType: Web Form,Sidebar Items,موارد نوار کناری
apps/frappe/frappe/installer.py +125,App {0} already installed,برنامه {0} در حال حاضر نصب apps/frappe/frappe/installer.py +125,App {0} already installed,برنامه {0} در حال حاضر نصب
DocType: Workflow State,exclamation-sign,علامت تعجب علامت DocType: Workflow State,exclamation-sign,علامت تعجب علامت
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,نمایش و ویرایش apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,نمایش و ویرایش
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a Link or Dynamic Link,درست گاهشمار باید یک لینک و یا لینک پویا
apps/frappe/frappe/core/doctype/doctype/doctype.py +578,Timeline field must be a Link or Dynamic Link,درست گاهشمار باید یک لینک و یا لینک پویا
apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,محدوده زمانی apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,محدوده زمانی
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,گانت apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,گانت
apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},صفحه {0} از {1} apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},صفحه {0} از {1}
@@ -456,18 +458,18 @@ DocType: Workflow State,music,موسیقی
DocType: Web Page,Settings,تنظیمات DocType: Web Page,Settings,تنظیمات
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,لطفا DOCTYPE مشخص apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,لطفا DOCTYPE مشخص
DocType: Print Format,Style Settings,تنظیمات سبک DocType: Print Format,Style Settings,تنظیمات سبک
apps/frappe/frappe/core/doctype/doctype/doctype.py +585,Sort field {0} must be a valid fieldname,قسمت مرتب سازی {0} باید یک FIELDNAME معتبر باشد
apps/frappe/frappe/core/doctype/doctype/doctype.py +589,Sort field {0} must be a valid fieldname,قسمت مرتب سازی {0} باید یک FIELDNAME معتبر باشد
apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,بیش apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,بیش
DocType: Contact,Sales Manager,مدیر فروش DocType: Contact,Sales Manager,مدیر فروش
apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,تغییر نام apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,تغییر نام
DocType: Print Format,Format Data,فرمت داده ها DocType: Print Format,Format Data,فرمت داده ها
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Like,مانند
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Like,مانند
DocType: Customize Form Field,Customize Form Field,سفارشی کردن فرم درست DocType: Customize Form Field,Customize Form Field,سفارشی کردن فرم درست
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,اجازه می دهد کاربر apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,اجازه می دهد کاربر
DocType: OAuth Client,Grant Type,نوع گرانت DocType: OAuth Client,Grant Type,نوع گرانت
apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,بررسی کنید که کدام اسناد توسط کاربر قابل خواندن هستند apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,بررسی کنید که کدام اسناد توسط کاربر قابل خواندن هستند
apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,لیست برنامه مجاز نیست apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,لیست برنامه مجاز نیست
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,use % as wildcard,استفاده از درصد در جستجوی عمومی
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +230,use % as wildcard,استفاده از درصد در جستجوی عمومی
apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?",دامنه ایمیل برای این حساب پیکربندی نشود، درست است؟ apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?",دامنه ایمیل برای این حساب پیکربندی نشود، درست است؟
DocType: User,Reset Password Key,کلید بازیابی کلمه عبور DocType: User,Reset Password Key,کلید بازیابی کلمه عبور
DocType: Email Account,Enable Auto Reply,خودکار را فعال پاسخ DocType: Email Account,Enable Auto Reply,خودکار را فعال پاسخ
@@ -492,11 +494,12 @@ apps/frappe/frappe/model/document.py +574,Cannot change docstatus from 1 to 0,آ
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,پشتیبان را در حال حاضر apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,پشتیبان را در حال حاضر
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,خوش آمد apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,خوش آمد
apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,نرم افزار های نصب apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,نرم افزار های نصب
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,تنظیم&gt; مدیریت مجوز کاربر
DocType: Contact,Open,باز DocType: Contact,Open,باز
DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,را معرفی می کند اقدامات در ایالات و گام بعدی و نقش مجاز می باشد. DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,را معرفی می کند اقدامات در ایالات و گام بعدی و نقش مجاز می باشد.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.",به عنوان بهترین عمل، از همان مجموعه از حکومت اجازه دسترسی به نقش های مختلف را واگذار کند. در عوض، نقش های چندگانه را به همان کاربر تنظیم می شود. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.",به عنوان بهترین عمل، از همان مجموعه از حکومت اجازه دسترسی به نقش های مختلف را واگذار کند. در عوض، نقش های چندگانه را به همان کاربر تنظیم می شود.
DocType: Web Form,Message to be displayed on successful completion,پیام به اتمام موفقیت آمیز نمایش داده DocType: Web Form,Message to be displayed on successful completion,پیام به اتمام موفقیت آمیز نمایش داده
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +42,Only {0} emailed reports are allowed per user,تنها {0} ایمیل فرستاده گزارش ها در هر کاربر مجاز
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +43,Only {0} emailed reports are allowed per user,تنها {0} ایمیل فرستاده گزارش ها در هر کاربر مجاز
DocType: Address,Address Title,عنوان نشانی DocType: Address,Address Title,عنوان نشانی
DocType: Website Settings,Footer Items,آیتم ها بالا و پایین صفحه DocType: Website Settings,Footer Items,آیتم ها بالا و پایین صفحه
apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,درخواست پاسخ به فیدبک apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,درخواست پاسخ به فیدبک
@@ -511,7 +514,7 @@ DocType: DocField,Set Only Once,تنظیم، تنها یک بار
DocType: Email Queue Recipient,Email Queue Recipient,ایمیل گیرنده صف DocType: Email Queue Recipient,Email Queue Recipient,ایمیل گیرنده صف
DocType: Address,Nagaland,ناگالند DocType: Address,Nagaland,ناگالند
apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,نام کاربری {0} حال حاضر وجود دارد apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,نام کاربری {0} حال حاضر وجود دارد
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set import as {1} is not importable,{0}: می تواند واردات را تنظیم کنید به عنوان {1} است واردات نه
apps/frappe/frappe/core/doctype/doctype/doctype.py +733,{0}: Cannot set import as {1} is not importable,{0}: می تواند واردات را تنظیم کنید به عنوان {1} است واردات نه
apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},یک خطا در آدرس الگو شما وجود دارد {0} apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},یک خطا در آدرس الگو شما وجود دارد {0}
DocType: Footer Item,"target = ""_blank""",هدف = &quot;_blank&quot; DocType: Footer Item,"target = ""_blank""",هدف = &quot;_blank&quot;
DocType: Workflow State,hdd,هارد DocType: Workflow State,hdd,هارد
@@ -523,7 +526,7 @@ DocType: Communication,From Full Name,از نام و نام خانوادگی
apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},شما دسترسی ندارند به گزارش: {0} apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},شما دسترسی ندارند به گزارش: {0}
DocType: User,Send Welcome Email,ارسال ایمیل به انجمن خوش آمدید DocType: User,Send Welcome Email,ارسال ایمیل به انجمن خوش آمدید
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,آپلود فایل CSV شامل تمام اجازه در قالب همان دانلود. apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,آپلود فایل CSV شامل تمام اجازه در قالب همان دانلود.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +449,Remove Filter,حذف فیلتر
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +450,Remove Filter,حذف فیلتر
DocType: Address,Daman and Diu,دامان و دیو DocType: Address,Daman and Diu,دامان و دیو
DocType: Address,Personal,شخصی DocType: Address,Personal,شخصی
apps/frappe/frappe/config/setup.py +113,Bulk Rename,فله تغییر نام apps/frappe/frappe/config/setup.py +113,Bulk Rename,فله تغییر نام
@@ -553,13 +556,12 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.js +33,Send
apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form",استاندارد DOCTYPE نمی توانید فرمت چاپ طور پیش فرض، با استفاده از فرم سفارشی apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form",استاندارد DOCTYPE نمی توانید فرمت چاپ طور پیش فرض، با استفاده از فرم سفارشی
DocType: Report,Query,پرس و جو DocType: Report,Query,پرس و جو
DocType: DocType,Sort Order,ترتیب DocType: DocType,Sort Order,ترتیب
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,'In List View' not allowed for type {0} in row {1},'نمایش لیستی' برای نوع {0} در ردیف {1} مجاز نیست
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In List View' not allowed for type {0} in row {1},'نمایش لیستی' برای نوع {0} در ردیف {1} مجاز نیست
DocType: Custom Field,Select the label after which you want to insert new field.,برچسب و پس از آن شما می خواهید برای وارد کردن زمینه های جدید را انتخاب کنید. DocType: Custom Field,Select the label after which you want to insert new field.,برچسب و پس از آن شما می خواهید برای وارد کردن زمینه های جدید را انتخاب کنید.
,Document Share Report,سند اشتراک گزارش ,Document Share Report,سند اشتراک گزارش
DocType: User,Last Login,تاریخ و زمان آخرین ورود DocType: User,Last Login,تاریخ و زمان آخرین ورود
apps/frappe/frappe/core/doctype/doctype/doctype.py +600,Fieldname is required in row {0},Fieldname در ردیف مورد نیاز است {0}
apps/frappe/frappe/core/doctype/doctype/doctype.py +604,Fieldname is required in row {0},Fieldname در ردیف مورد نیاز است {0}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,ستون apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,ستون
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,لطفا تنظیمات پست الکترونیک از Setup&gt; Email&gt; Account Email
DocType: Custom Field,Adds a custom field to a DocType,می افزاید: درست سفارشی را به یک DOCTYPE DocType: Custom Field,Adds a custom field to a DocType,می افزاید: درست سفارشی را به یک DOCTYPE
DocType: File,Is Home Folder,صفحه اصلی پوشه است DocType: File,Is Home Folder,صفحه اصلی پوشه است
apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} است یک آدرس ایمیل معتبر نیست apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} است یک آدرس ایمیل معتبر نیست
@@ -583,7 +585,7 @@ DocType: File,Folder,پوشه
DocType: DocField,Index,شاخص DocType: DocField,Index,شاخص
DocType: Email Group,Newsletter Manager,مدیر خبرنامه DocType: Email Group,Newsletter Manager,مدیر خبرنامه
apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,انتخاب 1 apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,انتخاب 1
apps/frappe/frappe/public/js/frappe/form/formatters.js +124,{0} to {1},{0} به {1}
apps/frappe/frappe/public/js/frappe/form/formatters.js +129,{0} to {1},{0} به {1}
apps/frappe/frappe/config/setup.py +89,Log of error during requests.,ورود به سیستم از خطا در هنگام درخواست. apps/frappe/frappe/config/setup.py +89,Log of error during requests.,ورود به سیستم از خطا در هنگام درخواست.
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} با موفقیت به ایمیل گروه اضافه شده است. apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} با موفقیت به ایمیل گروه اضافه شده است.
DocType: Address,Uttar Pradesh,اوتار پرادش DocType: Address,Uttar Pradesh,اوتار پرادش
@@ -593,7 +595,7 @@ apps/frappe/frappe/email/doctype/newsletter/newsletter.py +30,Scheduled to send
DocType: Kanban Board Column,Indicator,شاخص DocType: Kanban Board Column,Indicator,شاخص
DocType: DocShare,Everyone,هر کس DocType: DocShare,Everyone,هر کس
DocType: Workflow State,backward,وارونه DocType: Workflow State,backward,وارونه
apps/frappe/frappe/core/doctype/doctype/doctype.py +676,"{0}: Only one rule allowed with the same Role, Level and {1}",{0}: فقط یک قاعده اجازه با همان نقش، سطح و {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +680,"{0}: Only one rule allowed with the same Role, Level and {1}",{0}: فقط یک قاعده اجازه با همان نقش، سطح و {1}
DocType: Email Queue,Add Unsubscribe Link,اضافه کردن پیوند لغو اشتراک DocType: Email Queue,Add Unsubscribe Link,اضافه کردن پیوند لغو اشتراک
apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,بدون نظر. شروع یک بحث جدید. apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,بدون نظر. شروع یک بحث جدید.
DocType: Workflow State,share,سهم DocType: Workflow State,share,سهم
@@ -632,7 +634,7 @@ apps/frappe/frappe/printing/doctype/print_format/print_format.py +80,{0} is now
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,ستون آرشیو apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,ستون آرشیو
DocType: Email Account,Default Outgoing,به طور پیش فرض خروجی DocType: Email Account,Default Outgoing,به طور پیش فرض خروجی
DocType: Workflow State,play,بازی DocType: Workflow State,play,بازی
apps/frappe/frappe/templates/emails/new_user.html +5,Click on the link below to complete your registration and set a new password,بر روی لینک زیر کلیک کنید برای تکمیل ثبت نام شما و یک رمز عبور جدید
apps/frappe/frappe/templates/emails/new_user.html +4,Click on the link below to complete your registration and set a new password,بر روی لینک زیر کلیک کنید برای تکمیل ثبت نام شما و یک رمز عبور جدید
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,آیا اضافه کنید apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,آیا اضافه کنید
apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,حساب ایمیلی وجود ندارد واگذار شده apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,حساب ایمیلی وجود ندارد واگذار شده
DocType: Contact Us Settings,Contact Us Settings,تماس با ما تنظیمات DocType: Contact Us Settings,Contact Us Settings,تماس با ما تنظیمات
@@ -653,12 +655,12 @@ apps/frappe/frappe/core/page/user_permissions/user_permissions.js +127,Upload Us
DocType: Dropbox Settings,App Secret Key,برنامه راز های کلیدی DocType: Dropbox Settings,App Secret Key,برنامه راز های کلیدی
apps/frappe/frappe/config/website.py +7,Web Site,سایت اینترنتی apps/frappe/frappe/config/website.py +7,Web Site,سایت اینترنتی
apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,آیتم های چک خواهد شد بر روی دسکتاپ نشان داده شده است apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,آیتم های چک خواهد شد بر روی دسکتاپ نشان داده شده است
apps/frappe/frappe/core/doctype/doctype/doctype.py +719,{0} cannot be set for Single types,{0} نمی تواند برای انوع تکی یا مجردی تنظیم شود
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0} cannot be set for Single types,{0} نمی تواند برای انوع تکی یا مجردی تنظیم شود
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Kanban و انجمن {0} وجود ندارد. apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Kanban و انجمن {0} وجود ندارد.
apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} در حال مشاهده این سند apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} در حال مشاهده این سند
DocType: ToDo,Assigned By Full Name,اختصاص داده شده توسط نام و نام خانوادگی DocType: ToDo,Assigned By Full Name,اختصاص داده شده توسط نام و نام خانوادگی
apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} بروز شد apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} بروز شد
apps/frappe/frappe/core/doctype/doctype/doctype.py +709,Report cannot be set for Single types,گزارش می تواند برای انواع تنها نمی تواند تنظیم شود
apps/frappe/frappe/core/doctype/doctype/doctype.py +713,Report cannot be set for Single types,گزارش می تواند برای انواع تنها نمی تواند تنظیم شود
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} روز پیش apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} روز پیش
DocType: Email Account,Awaiting Password,در انتظار رمز عبور DocType: Email Account,Awaiting Password,در انتظار رمز عبور
DocType: Address,Address Line 1,خط 1 آدرس DocType: Address,Address Line 1,خط 1 آدرس
@@ -708,7 +710,7 @@ DocType: Feedback Trigger,"To add dynamic subject, use jinja tags like
apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,برنامه {0} حذف apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,برنامه {0} حذف
DocType: Custom DocPerm,Apply User Permissions,درخواست مجوز کاربر DocType: Custom DocPerm,Apply User Permissions,درخواست مجوز کاربر
DocType: User,Modules HTML,ماژول HTML DocType: User,Modules HTML,ماژول HTML
apps/frappe/frappe/public/js/frappe/ui/field_group.js +82,Missing Values Required,از دست رفتن ارزش های مورد نیاز
apps/frappe/frappe/public/js/frappe/ui/field_group.js +96,Missing Values Required,از دست رفتن ارزش های مورد نیاز
DocType: DocType,Other Settings,سایر تنظیمات DocType: DocType,Other Settings,سایر تنظیمات
DocType: Social Login Keys,Frappe,یخ در بهشت DocType: Social Login Keys,Frappe,یخ در بهشت
apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,به عنوان &quot;خوانده نشده&quot; علامت گذاری کن apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,به عنوان &quot;خوانده نشده&quot; علامت گذاری کن
@@ -762,7 +764,7 @@ DocType: Event,orange,نارنجی
apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,بدون {0} یافت apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,بدون {0} یافت
apps/frappe/frappe/config/setup.py +242,Add custom forms.,اضافه کردن فرم های سفارشی. apps/frappe/frappe/config/setup.py +242,Add custom forms.,اضافه کردن فرم های سفارشی.
apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} در {2} apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} در {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +419,submitted this document,ارسال این سند
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,submitted this document,ارسال این سند
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,The system provides many pre-defined roles. You can add new roles to set finer permissions.,سیستم بسیاری از نقش های از پیش تعریف شده را فراهم می کند. شما می توانید نقش های جدید اضافه برای تنظیم دسترسی ظریف. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,The system provides many pre-defined roles. You can add new roles to set finer permissions.,سیستم بسیاری از نقش های از پیش تعریف شده را فراهم می کند. شما می توانید نقش های جدید اضافه برای تنظیم دسترسی ظریف.
DocType: Communication,CC,CC DocType: Communication,CC,CC
DocType: Country,Geo,ژئو DocType: Country,Geo,ژئو
@@ -812,7 +814,7 @@ DocType: DocType,Hide Toolbar,مخفی نوار ابزار
DocType: User,Last Active,آخرین فعالیت DocType: User,Last Active,آخرین فعالیت
DocType: Email Account,SMTP Settings for outgoing emails,تنظیمات SMTP برای ایمیل های ارسالی DocType: Email Account,SMTP Settings for outgoing emails,تنظیمات SMTP برای ایمیل های ارسالی
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,واردات شکست خورد apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,واردات شکست خورد
apps/frappe/frappe/templates/emails/password_update.html +3,Your password has been updated. Here is your new password,رمز عبورشما به روز شده است. در اینجا رمز عبور جدید شما است
apps/frappe/frappe/templates/emails/password_update.html +2,Your password has been updated. Here is your new password,رمز عبورشما به روز شده است. در اینجا رمز عبور جدید شما است
DocType: Email Account,Auto Reply Message,خودکار پاسخ پیام DocType: Email Account,Auto Reply Message,خودکار پاسخ پیام
DocType: Feedback Trigger,Condition,شرط DocType: Feedback Trigger,Condition,شرط
apps/frappe/frappe/utils/data.py +546,{0} hours ago,{0} ساعت پیش apps/frappe/frappe/utils/data.py +546,{0} hours ago,{0} ساعت پیش
@@ -820,7 +822,6 @@ apps/frappe/frappe/utils/data.py +556,1 month ago,1 ماه پیش
DocType: Contact,User ID,ID کاربر DocType: Contact,User ID,ID کاربر
DocType: Communication,Sent,فرستاده DocType: Communication,Sent,فرستاده
DocType: Address,Kerala,کرالا DocType: Address,Kerala,کرالا
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} سال (ها) قبل
DocType: File,Lft,LFT DocType: File,Lft,LFT
DocType: User,Simultaneous Sessions,جلسات به طور همزمان DocType: User,Simultaneous Sessions,جلسات به طور همزمان
DocType: OAuth Client,Client Credentials,مدارک مشتری DocType: OAuth Client,Client Credentials,مدارک مشتری
@@ -837,7 +838,7 @@ DocType: Email Queue,Unsubscribe Method,روش لغو اشتراک
DocType: GSuite Templates,Related DocType,DOCTYPE های مرتبط DocType: GSuite Templates,Related DocType,DOCTYPE های مرتبط
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,ویرایش برای اضافه کردن مطالب apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,ویرایش برای اضافه کردن مطالب
apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,انتخاب زبان apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,انتخاب زبان
apps/frappe/frappe/__init__.py +517,No permission for {0},بدون اجازه برای {0}
apps/frappe/frappe/__init__.py +518,No permission for {0},بدون اجازه برای {0}
DocType: DocType,Advanced,پیشرفته DocType: DocType,Advanced,پیشرفته
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,به نظر می رسد کلید API یا API راز اشتباه است. apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,به نظر می رسد کلید API یا API راز اشتباه است.
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},مرجع: {0} {1} apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},مرجع: {0} {1}
@@ -869,14 +870,14 @@ DocType: Custom DocPerm,Additional Permissions,مجوزهای تکمیلی
DocType: Email Account,Always use Account's Email Address as Sender,همیشه به عنوان فرستنده استفاده از آدرس ایمیل حساب است DocType: Email Account,Always use Account's Email Address as Sender,همیشه به عنوان فرستنده استفاده از آدرس ایمیل حساب است
apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,ورود به اظهار نظر apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,ورود به اظهار نظر
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,شروع ورود اطلاعات زیر این خط apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,شروع ورود اطلاعات زیر این خط
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +474,changed values for {0},ارزش تغییر برای {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +476,changed values for {0},ارزش تغییر برای {0}
DocType: Workflow State,retweet,بازتوییت DocType: Workflow State,retweet,بازتوییت
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,مشخص ارزش این زمینه apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,مشخص ارزش این زمینه
DocType: Report,Disabled,غیر فعال DocType: Report,Disabled,غیر فعال
DocType: Workflow State,eye-close,چشم نزدیک DocType: Workflow State,eye-close,چشم نزدیک
DocType: OAuth Provider Settings,OAuth Provider Settings,تنظیمات ارائه دهنده OAuth تأیید DocType: OAuth Provider Settings,OAuth Provider Settings,تنظیمات ارائه دهنده OAuth تأیید
apps/frappe/frappe/config/setup.py +254,Applications,برنامه apps/frappe/frappe/config/setup.py +254,Applications,برنامه
apps/frappe/frappe/public/js/frappe/request.js +349,Report this issue,گزارش این موضوع
apps/frappe/frappe/public/js/frappe/request.js +353,Report this issue,گزارش این موضوع
apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,نام مورد نیاز است apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,نام مورد نیاز است
DocType: Custom Script,Adds a custom script (client or server) to a DocType,اسکریپت های سفارشی (مشتری یا سرور) می افزاید: به یک DOCTYPE DocType: Custom Script,Adds a custom script (client or server) to a DocType,اسکریپت های سفارشی (مشتری یا سرور) می افزاید: به یک DOCTYPE
DocType: Address,City/Town,شهرستان / شهر DocType: Address,City/Town,شهرستان / شهر
@@ -960,7 +961,7 @@ DocType: Web Form,Actions,عملیات
DocType: Workflow State,align-justify,چین-توجیه DocType: Workflow State,align-justify,چین-توجیه
DocType: User,Middle Name (Optional),نام میانه (اختیاری) DocType: User,Middle Name (Optional),نام میانه (اختیاری)
apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,غیر مجاز apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,غیر مجاز
apps/frappe/frappe/public/js/frappe/ui/field_group.js +83,Following fields have missing values:,زمینه زیر را داشته باشد ارزش از دست رفته:
apps/frappe/frappe/public/js/frappe/ui/field_group.js +97,Following fields have missing values:,زمینه زیر را داشته باشد ارزش از دست رفته:
apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,شما اجازه اندازه کافی برای تکمیل عمل ندارد apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,شما اجازه اندازه کافی برای تکمیل عمل ندارد
apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,نتایج apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,نتایج
DocType: System Settings,Security,امنیت DocType: System Settings,Security,امنیت
@@ -1003,7 +1004,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js +133,Hide Details,پنهان
DocType: Workflow State,Tasks,وظایف DocType: Workflow State,Tasks,وظایف
DocType: Event,Tuesday,سهشنبه DocType: Event,Tuesday,سهشنبه
DocType: Blog Settings,Blog Settings,تنظیمات وبلاگ DocType: Blog Settings,Blog Settings,تنظیمات وبلاگ
apps/frappe/frappe/templates/emails/new_user.html +17,You can also copy-paste this link in your browser,شما همچنین می توانید این لینک را در مرورگر خود کپی-پیست کنید
apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste this link in your browser,شما همچنین می توانید این لینک را در مرورگر خود کپی-پیست کنید
DocType: Workflow State,bullhorn,bullhorn DocType: Workflow State,bullhorn,bullhorn
DocType: Social Login Keys,Facebook Client Secret,فیس بوک کارفرما راز DocType: Social Login Keys,Facebook Client Secret,فیس بوک کارفرما راز
DocType: Footer Item,Target,هدف DocType: Footer Item,Target,هدف
@@ -1015,12 +1016,12 @@ DocType: ToDo,Due Date,تاریخ
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,روز پرداخت قسط apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,روز پرداخت قسط
DocType: Social Login Keys,Google Client Secret,گوگل کارفرما راز DocType: Social Login Keys,Google Client Secret,گوگل کارفرما راز
DocType: Website Settings,Hide Footer Signup,مخفی پاورقی ثبت نام DocType: Website Settings,Hide Footer Signup,مخفی پاورقی ثبت نام
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,cancelled this document,لغو این سند
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +423,cancelled this document,لغو این سند
apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,ارسال فایل پایتون در همان پوشه که در آن ذخیره شده است و این بازگشت ستون و نتیجه. apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,ارسال فایل پایتون در همان پوشه که در آن ذخیره شده است و این بازگشت ستون و نتیجه.
DocType: DocType,Sort Field,مرتب کردن بر اساس درست DocType: DocType,Sort Field,مرتب کردن بر اساس درست
DocType: Razorpay Settings,Razorpay Settings,تنظیمات Razorpay DocType: Razorpay Settings,Razorpay Settings,تنظیمات Razorpay
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +445,Edit Filter,ویرایش فیلتر
apps/frappe/frappe/core/doctype/doctype/doctype.py +415,Field {0} of type {1} cannot be mandatory,درست {0} از نوع {1} نمی تواند اجباری
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +446,Edit Filter,ویرایش فیلتر
apps/frappe/frappe/core/doctype/doctype/doctype.py +419,Field {0} of type {1} cannot be mandatory,درست {0} از نوع {1} نمی تواند اجباری
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,اضافه کردن بیشتر apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,اضافه کردن بیشتر
apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,مخفی کردن نمودار apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,مخفی کردن نمودار
DocType: System Settings,Session Expiry Mobile,جلسه انقضاء موبایل DocType: System Settings,Session Expiry Mobile,جلسه انقضاء موبایل
@@ -1061,7 +1062,7 @@ DocType: Address,Contacts,اطلاعات تماس
DocType: System Settings,Setup Complete,راه اندازی کامل DocType: System Settings,Setup Complete,راه اندازی کامل
apps/frappe/frappe/config/setup.py +66,Report of all document shares,گزارش تمام سهام سند apps/frappe/frappe/config/setup.py +66,Report of all document shares,گزارش تمام سهام سند
apps/frappe/frappe/www/update-password.html +18,New Password,رمز عبور جدید apps/frappe/frappe/www/update-password.html +18,New Password,رمز عبور جدید
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +73,Filter {0} missing,فیلتر {0} از دست رفته
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +74,Filter {0} missing,فیلتر {0} از دست رفته
apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,متاسف! شما می توانید نظرات خودکار تولید را حذف کنید apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,متاسف! شما می توانید نظرات خودکار تولید را حذف کنید
DocType: Website Theme,Style using CSS,سبک با استفاده از CSS DocType: Website Theme,Style using CSS,سبک با استفاده از CSS
apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,DOCTYPE مرجع apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,DOCTYPE مرجع
@@ -1126,7 +1127,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +127,Help on Searc
apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,ثبت نام اما غیر فعال apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,ثبت نام اما غیر فعال
DocType: DocType,Hide Copy,مخفی کپی DocType: DocType,Hide Copy,مخفی کپی
apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,پاک کردن تمام نقش apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,پاک کردن تمام نقش
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +114,{0} generated on {1},{0} تولید شده در {1}
apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} باید منحصر به فرد باشد apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} باید منحصر به فرد باشد
apps/frappe/frappe/permissions.py +274,Row,ردیف apps/frappe/frappe/permissions.py +274,Row,ردیف
DocType: DocType,Track Changes,تغییرات مسیر DocType: DocType,Track Changes,تغییرات مسیر
@@ -1177,11 +1177,11 @@ DocType: User,Github User ID,گیتهاب ID کاربر
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,اگر نوع سند apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,اگر نوع سند
apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","نمی توانید حذف و یا لغو دلیل {0} <a href=""#Form/{0}/{1}"">{1}</a> با مرتبط {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}" apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","نمی توانید حذف و یا لغو دلیل {0} <a href=""#Form/{0}/{1}"">{1}</a> با مرتبط {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}"
apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},برنامه ناشناخته {0} apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},برنامه ناشناخته {0}
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +48,"%s is not a valid report format. Report format should \
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +49,"%s is not a valid report format. Report format should \
one of the following %s",٪ s از فرمت گزارش معتبر نیست. فرمت گزارش باید یکی از موارد زیر٪ S \ one of the following %s",٪ s از فرمت گزارش معتبر نیست. فرمت گزارش باید یکی از موارد زیر٪ S \
DocType: Communication,Chat,گپ زدن DocType: Communication,Chat,گپ زدن
apps/frappe/frappe/core/doctype/doctype/doctype.py +408,Fieldname {0} appears multiple times in rows {1},Fieldname {0} به نظر می رسد چند بار در ردیف {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +460,{0} from {1} to {2} in row #{3},{0} از {1} به {2} در ردیف # {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +412,Fieldname {0} appears multiple times in rows {1},Fieldname {0} به نظر می رسد چند بار در ردیف {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +462,{0} from {1} to {2} in row #{3},{0} از {1} به {2} در ردیف # {3}
DocType: Communication,Expired,تمام شده DocType: Communication,Expired,تمام شده
DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),تعداد ستون ها برای یک میدان در یک شبکه (مجموع ستون در یک شبکه باید کمتر از 11 باشد) DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),تعداد ستون ها برای یک میدان در یک شبکه (مجموع ستون در یک شبکه باید کمتر از 11 باشد)
DocType: DocType,System,سیستم DocType: DocType,System,سیستم
@@ -1196,7 +1196,7 @@ DocType: Help Article,Likes,دوست دارد
DocType: Website Settings,Top Bar,بالا نوار DocType: Website Settings,Top Bar,بالا نوار
DocType: GSuite Settings,Script Code,کد اسکریپت DocType: GSuite Settings,Script Code,کد اسکریپت
apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,ایجاد کاربر ایمیل apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,ایجاد کاربر ایمیل
apps/frappe/frappe/core/doctype/doctype/doctype.py +647,No Permissions Specified,هیچ مجوزی مشخص نشده
apps/frappe/frappe/core/doctype/doctype/doctype.py +651,No Permissions Specified,هیچ مجوزی مشخص نشده
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,تنظیمات جهانی: فقط کاربران قادر خواهد بود تا را انتخاب کنید آیکون بررسی شود apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,تنظیمات جهانی: فقط کاربران قادر خواهد بود تا را انتخاب کنید آیکون بررسی شود
apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} یافت نشد apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} یافت نشد
DocType: Custom Role,Custom Role,نقش سفارشی DocType: Custom Role,Custom Role,نقش سفارشی
@@ -1208,12 +1208,12 @@ DocType: Dropbox Settings,Dropbox Access Secret,Dropbox به دسترسی راز
apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,اضافه کردن یکی دیگر از نظر apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,اضافه کردن یکی دیگر از نظر
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,ویرایش DOCTYPE apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,ویرایش DOCTYPE
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,لغو اشتراک از عضویت در خبرنامه apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,لغو اشتراک از عضویت در خبرنامه
apps/frappe/frappe/core/doctype/doctype/doctype.py +507,Fold must come before a Section Break,ریختن (فولد) باید قبل از شکستن بخش آمده
apps/frappe/frappe/core/doctype/doctype/doctype.py +511,Fold must come before a Section Break,ریختن (فولد) باید قبل از شکستن بخش آمده
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,در حال توسعه apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,در حال توسعه
apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,آخرین تغییر توسط apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,آخرین تغییر توسط
DocType: Workflow State,hand-down,دست به پایین DocType: Workflow State,hand-down,دست به پایین
DocType: Address,GST State,GST دولت DocType: Address,GST State,GST دولت
apps/frappe/frappe/core/doctype/doctype/doctype.py +695,{0}: Cannot set Cancel without Submit,{0}: آیا می توانم تنظیم نشده لغو بدون ارسال
apps/frappe/frappe/core/doctype/doctype/doctype.py +699,{0}: Cannot set Cancel without Submit,{0}: آیا می توانم تنظیم نشده لغو بدون ارسال
DocType: Website Theme,Theme,موضوع DocType: Website Theme,Theme,موضوع
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,خطاهایی وجود دارد. apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,خطاهایی وجود دارد.
DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,تغییر مسیر URI ملزم به کد تایید DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,تغییر مسیر URI ملزم به کد تایید
@@ -1252,7 +1252,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +7,
apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,اضافه کردن نظر apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,اضافه کردن نظر
DocType: DocField,Mandatory,اجباری DocType: DocField,Mandatory,اجباری
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,ماژول برای صادرات apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,ماژول برای صادرات
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,{0}: No basic permissions set,{0}: بدون تنظیم دسترسی عمومی
apps/frappe/frappe/core/doctype/doctype/doctype.py +663,{0}: No basic permissions set,{0}: بدون تنظیم دسترسی عمومی
apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,اشتراک شما منقضی خواهد شد در {0}. apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,اشتراک شما منقضی خواهد شد در {0}.
apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},لینک دانلود برای خود نسخه پشتیبان تهیه خواهد شد در آدرس ایمیل زیر ایمیل فرستاده: {0} apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},لینک دانلود برای خود نسخه پشتیبان تهیه خواهد شد در آدرس ایمیل زیر ایمیل فرستاده: {0}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend",معنی از ثبت، لغو، اصلاح apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend",معنی از ثبت، لغو، اصلاح
@@ -1267,6 +1267,7 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +129,Filters sa
DocType: DocField,Percent,در صد DocType: DocField,Percent,در صد
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,لطفا فیلتر تنظیم apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,لطفا فیلتر تنظیم
apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,مرتبط با apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,مرتبط با
apps/frappe/frappe/templates/emails/auto_email_report.html +48,Edit Auto Email Report Settings,ویرایش خودکار تنظیمات گزارش ایمیل
DocType: Workflow State,book,کتاب DocType: Workflow State,book,کتاب
DocType: Website Settings,Landing Page,صفحه فرود DocType: Website Settings,Landing Page,صفحه فرود
apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,اشکال در سفارشی اسکریپت apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,اشکال در سفارشی اسکریپت
@@ -1275,7 +1276,7 @@ apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +132,"Import R
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,بدون اجازه انتخاب این معیار. apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,بدون اجازه انتخاب این معیار.
DocType: Auto Email Report,Auto Email Report,خودرو گزارش ایمیل DocType: Auto Email Report,Auto Email Report,خودرو گزارش ایمیل
apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,ایمیل حداکثر apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,ایمیل حداکثر
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +575,Delete comment?,نظر حذف شود؟
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +577,Delete comment?,نظر حذف شود؟
DocType: Address Template,This format is used if country specific format is not found,این قالب استفاده شده است اگر قالب خاص کشور یافت نشد DocType: Address Template,This format is used if country specific format is not found,این قالب استفاده شده است اگر قالب خاص کشور یافت نشد
DocType: System Settings,Allow Login using Mobile Number,اجازه ورود به سیستم با استفاده از شماره موبایل DocType: System Settings,Allow Login using Mobile Number,اجازه ورود به سیستم با استفاده از شماره موبایل
apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,شما اجازه به اندازه کافی برای دسترسی به این منبع را ندارید. لطفا با مدیر شما برای دسترسی. apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,شما اجازه به اندازه کافی برای دسترسی به این منبع را ندارید. لطفا با مدیر شما برای دسترسی.
@@ -1291,7 +1292,7 @@ DocType: Print Format,Monospace,عرض
DocType: Letter Head,Printing,چاپ DocType: Letter Head,Printing,چاپ
DocType: Workflow State,thumbs-up,شست به بالا DocType: Workflow State,thumbs-up,شست به بالا
DocType: DocPerm,DocPerm,DocPerm DocType: DocPerm,DocPerm,DocPerm
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Precision should be between 1 and 6,دقیق باید بین 1 و 6 است
apps/frappe/frappe/core/doctype/doctype/doctype.py +467,Precision should be between 1 and 6,دقیق باید بین 1 و 6 است
apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},FW: {0} apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},FW: {0}
apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,و apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,و
DocType: Error Snapshot,Frames,قاب DocType: Error Snapshot,Frames,قاب
@@ -1304,9 +1305,10 @@ apps/frappe/frappe/utils/boilerplate.py +263,{app_title},{app_title}
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,لطفا کلیدهای دسترسی Dropbox به پیکربندی در سایت خود تنظیم apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,لطفا کلیدهای دسترسی Dropbox به پیکربندی در سایت خود تنظیم
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,حذف این رکورد اجازه می دهد تا ارسال به این آدرس ایمیل apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,حذف این رکورد اجازه می دهد تا ارسال به این آدرس ایمیل
apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,تنها فیلدها اجباری لازم برای پرونده جدید است. شما می توانید ستون اجباری اگر شما می خواهید حذف کنید. apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,تنها فیلدها اجباری لازم برای پرونده جدید است. شما می توانید ستون اجباری اگر شما می خواهید حذف کنید.
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +269,Unable to update event,به روز نمی شود رویداد
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +262,Unable to update event,به روز نمی شود رویداد
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,کامل پرداخت apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,کامل پرداخت
apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}",فیلتر باید 4 ارزش (DOCTYPE، FIELDNAME، اپراتور، ارزش) را داشته باشد: {0} apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}",فیلتر باید 4 ارزش (DOCTYPE، FIELDNAME، اپراتور، ارزش) را داشته باشد: {0}
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,پیش فرض قالب آدرس یافت نشد لطفا یک صفحه جدید از Setup&gt; Printing and Branding&gt; Template Address ایجاد کنید.
apps/frappe/frappe/utils/bot.py +89,show,نمایش apps/frappe/frappe/utils/bot.py +89,show,نمایش
DocType: Address Template,Address Template,آدرس الگو DocType: Address Template,Address Template,آدرس الگو
DocType: Workflow State,text-height,متن ارتفاع DocType: Workflow State,text-height,متن ارتفاع
@@ -1359,7 +1361,6 @@ apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +6,Can Write
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.",اسناد خاص، مانند یک فاکتور، نباید تغییر کنند یک بار نهایی است. دولت نهایی برای چنین اسناد ارائه شده نامیده می شود. شما می توانید محدود است که نقش می توانید ارسال کنید. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.",اسناد خاص، مانند یک فاکتور، نباید تغییر کنند یک بار نهایی است. دولت نهایی برای چنین اسناد ارائه شده نامیده می شود. شما می توانید محدود است که نقش می توانید ارسال کنید.
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,شما مجاز به خروجی گرفتن از این گزارش نیستید apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,شما مجاز به خروجی گرفتن از این گزارش نیستید
apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 آیتم انتخاب شده apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 آیتم انتخاب شده
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,"<p style=""""> هیچ نتیجه ای برای ' </p>"
DocType: Newsletter,Test Email Address,تست آدرس ایمیل DocType: Newsletter,Test Email Address,تست آدرس ایمیل
DocType: ToDo,Sender,فرستنده DocType: ToDo,Sender,فرستنده
DocType: GSuite Settings,Google Apps Script,اسکریپت برنامه گوگل DocType: GSuite Settings,Google Apps Script,اسکریپت برنامه گوگل
@@ -1372,7 +1373,7 @@ DocType: System Settings,Allow only one session per user,اجازه می دهد
apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,کپی apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,کپی
apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,پوشه اصلی / آزمایش / 1 تست پوشه 3 apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,پوشه اصلی / آزمایش / 1 تست پوشه 3
DocType: Website Settings,&lt;head&gt; HTML,HTML DocType: Website Settings,&lt;head&gt; HTML,HTML
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +66,Select or drag across time slots to create a new event.,انتخاب و یا کشیدن در سراسر شکاف زمان برای ایجاد یک رویداد جدید.
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +67,Select or drag across time slots to create a new event.,انتخاب و یا کشیدن در سراسر شکاف زمان برای ایجاد یک رویداد جدید.
DocType: DocField,In Filter,در فیلتر DocType: DocField,In Filter,در فیلتر
apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban و apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban و
DocType: DocType,Show in Module Section,نمایش در بخش ماژول DocType: DocType,Show in Module Section,نمایش در بخش ماژول
@@ -1393,7 +1394,7 @@ apps/frappe/frappe/email/doctype/email_account/email_account_list.js +6,Default
apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,وبلاگ واردات apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,وبلاگ واردات
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,ID سند apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,ID سند
DocType: Print Settings,Letter,نامه DocType: Print Settings,Letter,نامه
apps/frappe/frappe/core/doctype/doctype/doctype.py +556,Image field must be of type Attach Image,تصویر زمینه باید از این نوع باشد ضمیمه تصویر
apps/frappe/frappe/core/doctype/doctype/doctype.py +560,Image field must be of type Attach Image,تصویر زمینه باید از این نوع باشد ضمیمه تصویر
DocType: DocField,Columns,ستون ها DocType: DocField,Columns,ستون ها
DocType: Async Task,Succeeded,پیش DocType: Async Task,Succeeded,پیش
apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},زمینه های مورد نیاز اجباری در {0} apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},زمینه های مورد نیاز اجباری در {0}
@@ -1443,7 +1444,7 @@ DocType: DocField,Text Editor,ویرایشگر متن
apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,تنظیمات برای درباره ما صفحه. apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,تنظیمات برای درباره ما صفحه.
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,ویرایش سفارشی HTML apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,ویرایش سفارشی HTML
DocType: Error Snapshot,Error Snapshot,خطا عکس فوری DocType: Error Snapshot,Error Snapshot,خطا عکس فوری
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,In,به
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,In,به
DocType: Email Alert,Value Change,تغییر ارزش DocType: Email Alert,Value Change,تغییر ارزش
DocType: Standard Reply,Standard Reply,پاسخ استاندارد DocType: Standard Reply,Standard Reply,پاسخ استاندارد
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,عرض جعبه ورودی apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,عرض جعبه ورودی
@@ -1463,12 +1464,11 @@ apps/frappe/frappe/public/js/frappe/views/communication.js +82,Select Attachment
apps/frappe/frappe/model/naming.py +94, for {0},برای {0} apps/frappe/frappe/model/naming.py +94, for {0},برای {0}
apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,شد خطا وجود دارد. لطفا این گزارش است. apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,شد خطا وجود دارد. لطفا این گزارش است.
apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,شما مجاز به چاپ این سند نیستید apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,شما مجاز به چاپ این سند نیستید
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +107,Please set filters value in Report Filter table.,لطفا مقدار فیلتر در جدول گزارش فیلتر تنظیم شده است.
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +120,Please set filters value in Report Filter table.,لطفا مقدار فیلتر در جدول گزارش فیلتر تنظیم شده است.
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,در حال بارگیری گزارش apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,در حال بارگیری گزارش
apps/frappe/frappe/limits.py +72,Your subscription will expire today.,اشتراک شما امروز منقضی خواهد شد. apps/frappe/frappe/limits.py +72,Your subscription will expire today.,اشتراک شما امروز منقضی خواهد شد.
DocType: Page,Standard,استاندارد DocType: Page,Standard,استاندارد
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,ضمیمهی فایل apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,ضمیمهی فایل
apps/frappe/frappe/templates/emails/password_update.html +1,Password Update Notification,رمز عبور هشدار از طریق به روز رسانی
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,اندازه apps/frappe/frappe/desk/page/backups/backups.html +13,Size,اندازه
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,انتساب کامل apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,انتساب کامل
DocType: Custom DocPerm,User Permission DocTypes,DocTypes اجازه کاربر DocType: Custom DocPerm,User Permission DocTypes,DocTypes اجازه کاربر
@@ -1481,6 +1481,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +10,Insert Abo
apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,نام مشترک و نام خانوادگی به راحتی حدس زده. apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,نام مشترک و نام خانوادگی به راحتی حدس زده.
apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,پیش نویس apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,پیش نویس
apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,این شبیه به یک رمز عبور معمول استفاده می شود. apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,این شبیه به یک رمز عبور معمول استفاده می شود.
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,"<p style=""""> هیچ نتیجه ای برای ' </p>"
DocType: User,Female,زن DocType: User,Female,زن
DocType: Print Settings,Modern,مدرن DocType: Print Settings,Modern,مدرن
apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,نتایج جستجو apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,نتایج جستجو
@@ -1535,7 +1536,7 @@ apps/frappe/frappe/core/doctype/file/file_list.js +65,Folder name should not inc
DocType: Note,Note,یادداشت DocType: Note,Note,یادداشت
apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,گزارش خطا apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,گزارش خطا
apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,شرایط فیدبک مطابقت ندارند apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,شرایط فیدبک مطابقت ندارند
apps/frappe/frappe/core/doctype/doctype/doctype.py +570,Timeline field must be a valid fieldname,درست گاهشمار باید یک FIELDNAME معتبر باشد
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a valid fieldname,درست گاهشمار باید یک FIELDNAME معتبر باشد
DocType: Currency,Symbol,نماد DocType: Currency,Symbol,نماد
apps/frappe/frappe/model/base_document.py +534,Row #{0}:,ردیف # {0}: apps/frappe/frappe/model/base_document.py +534,Row #{0}:,ردیف # {0}:
apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,کلمه عبور جدید را در ایمیل فرستاده apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,کلمه عبور جدید را در ایمیل فرستاده
@@ -1592,8 +1593,7 @@ DocType: Web Page,Text Align,متن چین
apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},نام می تواند شامل کاراکترهای خاص مانند {0} apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},نام می تواند شامل کاراکترهای خاص مانند {0}
DocType: Contact Us Settings,Forward To Email Address,به جلو به آدرس پست الکترونیک DocType: Contact Us Settings,Forward To Email Address,به جلو به آدرس پست الکترونیک
apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,نمایش همه داده ها apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,نمایش همه داده ها
apps/frappe/frappe/core/doctype/doctype/doctype.py +527,Title field must be a valid fieldname,عنوان درست باید fieldname معتبر باشد
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,حساب ایمیل تنظیم نشده است. لطفا یک حساب ایمیل جدید ایجاد کنید از Setup&gt; Email&gt; Account Email
apps/frappe/frappe/core/doctype/doctype/doctype.py +531,Title field must be a valid fieldname,عنوان درست باید fieldname معتبر باشد
apps/frappe/frappe/config/core.py +7,Documents,اسناد apps/frappe/frappe/config/core.py +7,Documents,اسناد
DocType: Email Flag Queue,Is Completed,به اتمام است DocType: Email Flag Queue,Is Completed,به اتمام است
apps/frappe/frappe/www/me.html +22,Edit Profile,ویرایش پروفایل apps/frappe/frappe/www/me.html +22,Edit Profile,ویرایش پروفایل
@@ -1645,7 +1645,7 @@ DocType: Standard Reply,Standard Reply Help,استاندارد پاسخ راهن
DocType: Blogger,Avatar,آواتار DocType: Blogger,Avatar,آواتار
DocType: Blogger,Posts,پست ها DocType: Blogger,Posts,پست ها
DocType: DocType,Has Web View,است مشاهده وب سایت DocType: DocType,Has Web View,است مشاهده وب سایت
apps/frappe/frappe/core/doctype/doctype/doctype.py +377,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores",نام DOCTYPE باید با یک حرف شروع و آن را تنها می توانید از حروف، اعداد، فاصله و زیرین شامل
apps/frappe/frappe/core/doctype/doctype/doctype.py +381,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores",نام DOCTYPE باید با یک حرف شروع و آن را تنها می توانید از حروف، اعداد، فاصله و زیرین شامل
DocType: Communication,Spam,هرزنامه ها DocType: Communication,Spam,هرزنامه ها
DocType: Integration Request,Integration Request,درخواست پاسخ به ادغام DocType: Integration Request,Integration Request,درخواست پاسخ به ادغام
apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,عزیز apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,عزیز
@@ -1681,7 +1681,7 @@ DocType: Website Settings,Sub-domain provided by erpnext.com,زیر دامنه
DocType: System Settings,dd-mm-yyyy,DD-MM-YYYY DocType: System Settings,dd-mm-yyyy,DD-MM-YYYY
apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,باید گزارش اجازه دسترسی به این گزارش داشته باشد. apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,باید گزارش اجازه دسترسی به این گزارش داشته باشد.
apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,لطفا حداقل کلمه عبور را انتخاب کنید apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,لطفا حداقل کلمه عبور را انتخاب کنید
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,Added,اضافه شده
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,Added,اضافه شده
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.",به روز رسانی تنها، رکورد جدید وارد نکنید. apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.",به روز رسانی تنها، رکورد جدید وارد نکنید.
apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,روزانه رویداد خلاصه برای وقایع و تقویم که در آن یادآور تنظیم می فرستاده می شود. apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,روزانه رویداد خلاصه برای وقایع و تقویم که در آن یادآور تنظیم می فرستاده می شود.
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,مشاهده وب سایت apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,مشاهده وب سایت
@@ -1695,7 +1695,7 @@ DocType: Integration Request,Reference DocName,مرجع DocName
DocType: Web Form,Success Message,پیغام موفقیت DocType: Web Form,Success Message,پیغام موفقیت
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,تغییرات صادرات apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,تغییرات صادرات
DocType: DocType,User Cannot Search,کاربر نمی تواند جستجو DocType: DocType,User Cannot Search,کاربر نمی تواند جستجو
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +83,Invalid Output Format,قالب خروجی نامعتبر
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Invalid Output Format,قالب خروجی نامعتبر
DocType: Custom DocPerm,Apply this rule if the User is the Owner,درخواست این قانون در صورتی که کاربر مالک است DocType: Custom DocPerm,Apply this rule if the User is the Owner,درخواست این قانون در صورتی که کاربر مالک است
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,همان شناسه ورود خود را apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,همان شناسه ورود خود را
apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,ساخت گزارش apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,ساخت گزارش
@@ -1713,10 +1713,11 @@ apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +138,There were e
apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,ببند apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,ببند
apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,آیا می docstatus از 0 تا 2 تغییر نمی apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,آیا می docstatus از 0 تا 2 تغییر نمی
DocType: User Permission for Page and Report,Roles Permission,نقش اجازه DocType: User Permission for Page and Report,Roles Permission,نقش اجازه
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,حساب ایمیل تنظیم نشده است. لطفا یک حساب ایمیل جدید ایجاد کنید از Setup&gt; Email&gt; Account Email
apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,به روز رسانی apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,به روز رسانی
DocType: Error Snapshot,Snapshot View,عکس فوری دیدگاه DocType: Error Snapshot,Snapshot View,عکس فوری دیدگاه
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,لطفا قبل از ارسال خبرنامه نجات apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,لطفا قبل از ارسال خبرنامه نجات
apps/frappe/frappe/core/doctype/doctype/doctype.py +426,Options must be a valid DocType for field {0} in row {1},گزینه باید DOCTYPE معتبر برای درست {0} در ردیف شود {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +430,Options must be a valid DocType for field {0} in row {1},گزینه باید DOCTYPE معتبر برای درست {0} در ردیف شود {1}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,ویرایش ویژگیها apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,ویرایش ویژگیها
DocType: Patch Log,List of patches executed,فهرست تکه اعدام DocType: Patch Log,List of patches executed,فهرست تکه اعدام
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} قبلا لغو شده است apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} قبلا لغو شده است
@@ -1809,7 +1810,7 @@ apps/frappe/frappe/core/doctype/version/version_view.html +32,Rows Added,ردی
apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,موفقیت انجام شد! شما خوب به آن بروید 👍 apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,موفقیت انجام شد! شما خوب به آن بروید 👍
apps/frappe/frappe/www/me.html +3,My Account,حساب من apps/frappe/frappe/www/me.html +3,My Account,حساب من
DocType: ToDo,Allocated To,اختصاص داده شده به DocType: ToDo,Allocated To,اختصاص داده شده به
apps/frappe/frappe/templates/emails/password_reset.html +4,Please click on the following link to set your new password,لطفا بر روی لینک زیر کلیک کنید برای تنظیم کلمه عبور جدید خود را
apps/frappe/frappe/templates/emails/password_reset.html +2,Please click on the following link to set your new password,لطفا بر روی لینک زیر کلیک کنید برای تنظیم کلمه عبور جدید خود را
DocType: Email Alert,Days After,روز پس از DocType: Email Alert,Days After,روز پس از
DocType: Newsletter,Receipient,RECEIPIENT DocType: Newsletter,Receipient,RECEIPIENT
DocType: Contact Us Settings,Settings for Contact Us Page,تنظیمات برای تماس با ما صفحه DocType: Contact Us Settings,Settings for Contact Us Page,تنظیمات برای تماس با ما صفحه
@@ -1823,7 +1824,7 @@ DocType: Property Setter,Property Type,نوع ملک
DocType: Workflow State,screenshot,تصویر DocType: Workflow State,screenshot,تصویر
apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,تنها مدیر می تواند یک گزارش استاندارد ذخیره کنید. لطفا تغییر نام دهید و ذخیره کنید. apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,تنها مدیر می تواند یک گزارش استاندارد ذخیره کنید. لطفا تغییر نام دهید و ذخیره کنید.
DocType: System Settings,Background Workers,کارگران پس زمینه DocType: System Settings,Background Workers,کارگران پس زمینه
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,Fieldname {0} conflicting with meta object,FIELDNAME {0} متضاد با شی متا
apps/frappe/frappe/core/doctype/doctype/doctype.py +783,Fieldname {0} conflicting with meta object,FIELDNAME {0} متضاد با شی متا
DocType: Deleted Document,Data,داده DocType: Deleted Document,Data,داده
apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,وضعیت سند apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,وضعیت سند
apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},شما را ساخته اند {0} از {1} apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},شما را ساخته اند {0} از {1}
@@ -1887,7 +1888,6 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +70,"""Parent"" signif
DocType: Website Theme,Apply Style,درخواست سبک DocType: Website Theme,Apply Style,درخواست سبک
DocType: Feedback Request,Feedback Rating,رتبه فیدبک DocType: Feedback Request,Feedback Rating,رتبه فیدبک
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,اشتراک گذاشته شده با apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,اشتراک گذاشته شده با
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,تنظیم&gt; مدیریت مجوز کاربر
DocType: Help Category,Help Articles,راهنما مقاله DocType: Help Category,Help Articles,راهنما مقاله
,Modules Setup,ماژول راه اندازی ,Modules Setup,ماژول راه اندازی
apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,نوع: apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,نوع:
@@ -1933,12 +1933,11 @@ apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 2,ان
DocType: Feedback Trigger,Email Field,ایمیل درست DocType: Feedback Trigger,Email Field,ایمیل درست
apps/frappe/frappe/www/update-password.html +59,New Password Required.,رمز جدید مورد نیاز است. apps/frappe/frappe/www/update-password.html +59,New Password Required.,رمز جدید مورد نیاز است.
apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} این سند را با {1} به اشتراک گذارده است apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} این سند را با {1} به اشتراک گذارده است
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,تنظیم&gt; کاربر
DocType: Website Settings,Brand Image,تصویر نام تجاری DocType: Website Settings,Brand Image,تصویر نام تجاری
DocType: Print Settings,A4,A4 DocType: Print Settings,A4,A4
apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.",راه اندازی ناوبری بار بالا، بالا و پایین صفحه و آرم. apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.",راه اندازی ناوبری بار بالا، بالا و پایین صفحه و آرم.
DocType: Web Form Field,Max Value,حداکثر ارزش DocType: Web Form Field,Max Value,حداکثر ارزش
apps/frappe/frappe/core/doctype/doctype/doctype.py +655,For {0} at level {1} in {2} in row {3},برای {0} در سطح {1} در {2} در ردیف {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,For {0} at level {1} in {2} in row {3},برای {0} در سطح {1} در {2} در ردیف {3}
DocType: Contact,All,همه DocType: Contact,All,همه
DocType: Email Queue,Recipient,گیرنده DocType: Email Queue,Recipient,گیرنده
DocType: Communication,Has Attachment,دارای فایل پیوست DocType: Communication,Has Attachment,دارای فایل پیوست
@@ -1956,7 +1955,7 @@ DocType: Auto Email Report,Email To,ارسال ایمیل به
apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,پوشه {0} خالی نیست apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,پوشه {0} خالی نیست
DocType: Page,Roles,نقش DocType: Page,Roles,نقش
apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},خطا: ارزش از دست رفته برای {0}: {1} apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},خطا: ارزش از دست رفته برای {0}: {1}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +286,Field {0} is not selectable.,درست {0} انتخاب نیست.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +287,Field {0} is not selectable.,درست {0} انتخاب نیست.
DocType: System Settings,Session Expiry,جلسه انقضاء DocType: System Settings,Session Expiry,جلسه انقضاء
DocType: Workflow State,ban-circle,ممنوعیت دایره DocType: Workflow State,ban-circle,ممنوعیت دایره
DocType: Email Flag Queue,Unread,خوانده نشده DocType: Email Flag Queue,Unread,خوانده نشده
@@ -2014,7 +2013,7 @@ DocType: DocType,"Naming Options:
<ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>","نامگذاری گزینه: <ol style=""""><li style=""""> <b>میشه: [FIELDNAME]</b> - توسط درست </li><li style=""""> <b>naming_series:</b> - با نام بردن از سری (زمینه به نام naming_series باید وجود داشته باشد </li><li style=""""> <b>فوری</b> - کاربر سریع برای یک نام </li><li style=""""> <b>[سری]</b> - سری با پیشوند (جدا شده با یک نقطه). برای مثال PRE. ##### </li></ol>" <ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>","نامگذاری گزینه: <ol style=""""><li style=""""> <b>میشه: [FIELDNAME]</b> - توسط درست </li><li style=""""> <b>naming_series:</b> - با نام بردن از سری (زمینه به نام naming_series باید وجود داشته باشد </li><li style=""""> <b>فوری</b> - کاربر سریع برای یک نام </li><li style=""""> <b>[سری]</b> - سری با پیشوند (جدا شده با یک نقطه). برای مثال PRE. ##### </li></ol>"
DocType: Blog Post,Email Sent,ایمیل ارسال DocType: Blog Post,Email Sent,ایمیل ارسال
DocType: DocField,Ignore XSS Filter,نادیده گرفتن XSS فیلتر DocType: DocField,Ignore XSS Filter,نادیده گرفتن XSS فیلتر
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,removed,حذف شده
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,removed,حذف شده
apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,تنظیمات پشتیبان گیری Dropbox apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,تنظیمات پشتیبان گیری Dropbox
apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,ارسال ایمیل apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,ارسال ایمیل
DocType: Website Theme,Link Color,رنگ لینک ها DocType: Website Theme,Link Color,رنگ لینک ها
@@ -2147,6 +2146,7 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,پ
DocType: DocType,Setup,برپایی DocType: DocType,Setup,برپایی
DocType: Email Account,Initial Sync Count,تعداد همگام سازی اولیه DocType: Email Account,Initial Sync Count,تعداد همگام سازی اولیه
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},نظر جدید در {0} {1} apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},نظر جدید در {0} {1}
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} سال (ها) قبل
DocType: Workflow State,glass,شیشه DocType: Workflow State,glass,شیشه
DocType: DocType,Timeline Field,جدول زمانی درست DocType: DocType,Timeline Field,جدول زمانی درست
DocType: Country,Time Zones,محدوده های زمانی DocType: Country,Time Zones,محدوده های زمانی
@@ -2181,10 +2181,10 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +77,You are not
apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,اطلاعات: apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,اطلاعات:
DocType: Custom Field,Permission Level,سطح اجازه DocType: Custom Field,Permission Level,سطح اجازه
DocType: User,Send Notifications for Transactions I Follow,ارسال اخبار برای انجام معاملات من دنبال می کنم DocType: User,Send Notifications for Transactions I Follow,ارسال اخبار برای انجام معاملات من دنبال می کنم
apps/frappe/frappe/core/doctype/doctype/doctype.py +698,"{0}: Cannot set Submit, Cancel, Amend without Write",{0}: آیا می توانم تنظیم نشده ارسال، لغو، اصلاح بدون نوشتن
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,"{0}: Cannot set Submit, Cancel, Amend without Write",{0}: آیا می توانم تنظیم نشده ارسال، لغو، اصلاح بدون نوشتن
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,آیا شما مطمئن هستید که میخواهید فایل پیوست را حذف کنید؟ apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,آیا شما مطمئن هستید که میخواهید فایل پیوست را حذف کنید؟
apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","نمی توانید حذف و یا لغو دلیل {0} <a href=""#Form/{0}/{1}"">{1}</a> با مرتبط {2} <a href=""#Form/{2}/{3}"">{3}</a>" apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","نمی توانید حذف و یا لغو دلیل {0} <a href=""#Form/{0}/{1}"">{1}</a> با مرتبط {2} <a href=""#Form/{2}/{3}"">{3}</a>"
apps/frappe/frappe/__init__.py +1070,Thank you,متشکرم
apps/frappe/frappe/__init__.py +1071,Thank you,متشکرم
apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,پس انداز apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,پس انداز
DocType: Print Settings,Print Style Preview,چاپ سبک پیشنمایش DocType: Print Settings,Print Style Preview,چاپ سبک پیشنمایش
apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder
@@ -2228,7 +2228,7 @@ apps/frappe/frappe/public/js/frappe/list/list_renderer.js +501,2 days ago,2 رو
apps/frappe/frappe/config/website.py +47,Categorize blog posts.,دسته بندی پست های وبلاگ. apps/frappe/frappe/config/website.py +47,Categorize blog posts.,دسته بندی پست های وبلاگ.
DocType: Workflow State,Time,زمان DocType: Workflow State,Time,زمان
DocType: DocField,Attach,ضمیمه کردن DocType: DocField,Attach,ضمیمه کردن
apps/frappe/frappe/core/doctype/doctype/doctype.py +539,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} یک الگوی fieldname معتبر نیست. باید آن را {{FIELD_NAME}}.
apps/frappe/frappe/core/doctype/doctype/doctype.py +543,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} یک الگوی fieldname معتبر نیست. باید آن را {{FIELD_NAME}}.
DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,ارسال درخواست فیدبک تنها اگر حداقل یک ارتباط برای سند دسترس وجود دارد. DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,ارسال درخواست فیدبک تنها اگر حداقل یک ارتباط برای سند دسترس وجود دارد.
DocType: Custom Role,Permission Rules,مشاهده قوانین اجازه DocType: Custom Role,Permission Rules,مشاهده قوانین اجازه
DocType: GSuite Settings,GSuite Settings,تنظیمات GSuite DocType: GSuite Settings,GSuite Settings,تنظیمات GSuite
@@ -2248,7 +2248,7 @@ apps/frappe/frappe/website/doctype/blog_post/blog_post.py +106,Posts by {0},پس
apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.",به ستون فرمت، به برچسب ستون در پرس و جو. apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.",به ستون فرمت، به برچسب ستون در پرس و جو.
DocType: Has Domain,Has Domain,دارای دامنه DocType: Has Domain,Has Domain,دارای دامنه
apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,هنوز حساب کاربری ندارید؟ ثبت نام apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,هنوز حساب کاربری ندارید؟ ثبت نام
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,{0}: Cannot set Assign Amend if not Submittable,{0}: آیا می توانم تنظیم نشده اختصاص اصلاح اگر Submittable نمی
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set Assign Amend if not Submittable,{0}: آیا می توانم تنظیم نشده اختصاص اصلاح اگر Submittable نمی
DocType: Address,Bihar,بیهار DocType: Address,Bihar,بیهار
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,مجوز های ویرایش نقش apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,مجوز های ویرایش نقش
DocType: Communication,Link DocType,DOCTYPE لینک DocType: Communication,Link DocType,DOCTYPE لینک
@@ -2299,7 +2299,7 @@ DocType: DocField,Set non-standard precision for a Float or Currency field,تن
DocType: Email Account,Ignore attachments over this size,نادیده گرفتن فایل پیوست در بیش از این اندازه DocType: Email Account,Ignore attachments over this size,نادیده گرفتن فایل پیوست در بیش از این اندازه
DocType: Address,Preferred Billing Address,ترجیح آدرس صورت حساب DocType: Address,Preferred Billing Address,ترجیح آدرس صورت حساب
apps/frappe/frappe/config/integrations.py +63,External Documents,اسناد خارجی apps/frappe/frappe/config/integrations.py +63,External Documents,اسناد خارجی
apps/frappe/frappe/database.py +235,Too many writes in one request. Please send smaller requests,بیش از حد بسیاری می نویسد: در یک درخواست. لطفا درخواست کوچکتر ارسال
apps/frappe/frappe/database.py +247,Too many writes in one request. Please send smaller requests,بیش از حد بسیاری می نویسد: در یک درخواست. لطفا درخواست کوچکتر ارسال
apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,مقادیر تغییر apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,مقادیر تغییر
DocType: Workflow State,arrow-up,فلش کردن DocType: Workflow State,arrow-up,فلش کردن
DocType: OAuth Bearer Token,Expires In,منقضی می شود در DocType: OAuth Bearer Token,Expires In,منقضی می شود در
@@ -2347,7 +2347,7 @@ apps/frappe/frappe/core/page/data_import_tool/importer.py +81,Please make sure t
apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,لطفا اطمینان حاصل شود که نمایه شما به یک آدرس ایمیل apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,لطفا اطمینان حاصل شود که نمایه شما به یک آدرس ایمیل
apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,تغییرات ذخیره نشدهای در این فرم. لطفا قبل از ادامه ذخیره کنید. apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,تغییرات ذخیره نشدهای در این فرم. لطفا قبل از ادامه ذخیره کنید.
DocType: Address,Telangana,تلنگانا DocType: Address,Telangana,تلنگانا
apps/frappe/frappe/core/doctype/doctype/doctype.py +459,Default for {0} must be an option,به طور پیش فرض برای {0} باید گزینه باشد
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Default for {0} must be an option,به طور پیش فرض برای {0} باید گزینه باشد
DocType: Tag Doc Category,Tag Doc Category,برچسب توضیحات رده DocType: Tag Doc Category,Tag Doc Category,برچسب توضیحات رده
DocType: User,User Image,کاربر تصویر DocType: User,User Image,کاربر تصویر
apps/frappe/frappe/email/queue.py +304,Emails are muted,ایمیل خاموش می apps/frappe/frappe/email/queue.py +304,Emails are muted,ایمیل خاموش می
@@ -2392,7 +2392,7 @@ DocType: Async Task,Running,در حال اجرا
apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,کلمه عبور apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,کلمه عبور
apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,لطفا به ارتقاء برای اضافه کردن بیشتر از {0} مشترکین apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,لطفا به ارتقاء برای اضافه کردن بیشتر از {0} مشترکین
DocType: Workflow State,hand-left,دست چپ DocType: Workflow State,hand-left,دست چپ
apps/frappe/frappe/core/doctype/doctype/doctype.py +472,Fieldtype {0} for {1} cannot be unique,Fieldtype {0} برای {1} نمی تواند منحصر به فرد
apps/frappe/frappe/core/doctype/doctype/doctype.py +476,Fieldtype {0} for {1} cannot be unique,Fieldtype {0} برای {1} نمی تواند منحصر به فرد
DocType: Email Account,Use SSL,استفاده از SSL DocType: Email Account,Use SSL,استفاده از SSL
DocType: Workflow State,play-circle,بازی دایره DocType: Workflow State,play-circle,بازی دایره
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,انتخاب قالب چاپ به ویرایش apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,انتخاب قالب چاپ به ویرایش
@@ -2447,7 +2447,7 @@ DocType: DocField,No Copy,بدون کپی
DocType: Workflow State,qrcode,qrcode DocType: Workflow State,qrcode,qrcode
apps/frappe/frappe/www/login.html +34,Login with LDAP,ورود LDAP apps/frappe/frappe/www/login.html +34,Login with LDAP,ورود LDAP
DocType: Web Form,Breadcrumbs,پودرهای سوخاری DocType: Web Form,Breadcrumbs,پودرهای سوخاری
apps/frappe/frappe/core/doctype/doctype/doctype.py +671,If Owner,اگر مالک
apps/frappe/frappe/core/doctype/doctype/doctype.py +675,If Owner,اگر مالک
DocType: OAuth Authorization Code,Expiration time,زمان انقضا DocType: OAuth Authorization Code,Expiration time,زمان انقضا
DocType: Web Page,Website Sidebar,نوار وب سایت DocType: Web Page,Website Sidebar,نوار وب سایت
DocType: Web Form,Show Sidebar,نمایش نوار کناری DocType: Web Form,Show Sidebar,نمایش نوار کناری
@@ -2607,6 +2607,7 @@ DocType: Portal Settings,Hide Standard Menu,مخفی کردن منو استان
apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,اضافه کردن / مدیریت دامنه های ایمیل. apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,اضافه کردن / مدیریت دامنه های ایمیل.
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},می توانید قبل از ارسال لغو کنید. مشاهده انتقالی {0} apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},می توانید قبل از ارسال لغو کنید. مشاهده انتقالی {0}
apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,چاپ فرمت {0} غیر فعال است apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,چاپ فرمت {0} غیر فعال است
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,لطفا تنظیمات پست الکترونیک از Setup&gt; Email&gt; Account Email
DocType: Email Alert,Send days before or after the reference date,ارسال روز قبل یا بعد از تاریخ مرجع DocType: Email Alert,Send days before or after the reference date,ارسال روز قبل یا بعد از تاریخ مرجع
DocType: User,Allow user to login only after this hour (0-24),اجازه می دهد تا کاربر را به تنها پس از این ساعت ورود (0-24) DocType: User,Allow user to login only after this hour (0-24),اجازه می دهد تا کاربر را به تنها پس از این ساعت ورود (0-24)
apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,ارزش apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,ارزش
@@ -2622,7 +2623,6 @@ DocType: ToDo,Priority,اولویت
DocType: Email Queue,Unsubscribe Param,لغو اشتراک پرم DocType: Email Queue,Unsubscribe Param,لغو اشتراک پرم
DocType: Auto Email Report,Weekly,هفتگی DocType: Auto Email Report,Weekly,هفتگی
DocType: Communication,In Reply To,در پاسخ به DocType: Communication,In Reply To,در پاسخ به
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,پیش فرض قالب آدرس یافت نشد لطفا یک صفحه جدید از Setup&gt; Printing and Branding&gt; Template Address ایجاد کنید.
DocType: DocType,Allow Import (via Data Import Tool),اجازه واردات (از طریق وارد کردن داده ها ابزار) DocType: DocType,Allow Import (via Data Import Tool),اجازه واردات (از طریق وارد کردن داده ها ابزار)
apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,SR apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,SR
DocType: DocField,Float,شناور DocType: DocField,Float,شناور
@@ -2665,7 +2665,7 @@ apps/frappe/frappe/templates/emails/auto_reply.html +1,Thank you for your email,
DocType: DocField,Small Text,متن کوچک DocType: DocField,Small Text,متن کوچک
apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,مدیر دیده {0} در {1} از طریق آدرس IP {2}. apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,مدیر دیده {0} در {1} از طریق آدرس IP {2}.
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,برابر apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,برابر
apps/frappe/frappe/core/doctype/doctype/doctype.py +453,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',نوع گزینه ها &quot;پویا لینک از زمینه باید به دیگری درست لینک با گزینه به عنوان&quot; DOCTYPE &quot;اشاره
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',نوع گزینه ها &quot;پویا لینک از زمینه باید به دیگری درست لینک با گزینه به عنوان&quot; DOCTYPE &quot;اشاره
DocType: About Us Settings,Team Members Heading,تیم سرنویس کاربران DocType: About Us Settings,Team Members Heading,تیم سرنویس کاربران
apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,فرمت CSV نامعتبر apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,فرمت CSV نامعتبر
apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,تعداد مجموعه ای از پشتیبان گیری apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,تعداد مجموعه ای از پشتیبان گیری
@@ -2699,7 +2699,7 @@ DocType: Kanban Board Column,Column Name,نام ستون
DocType: Language,Based On,بر اساس DocType: Language,Based On,بر اساس
apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,پیش فرض قرار دادن apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,پیش فرض قرار دادن
apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,بررسی URL یخ در بهشت سرور apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,بررسی URL یخ در بهشت سرور
apps/frappe/frappe/core/doctype/doctype/doctype.py +495,Fieldtype {0} for {1} cannot be indexed,Fieldtype {0} برای {1} نمی تواند نمایه می شود
apps/frappe/frappe/core/doctype/doctype/doctype.py +499,Fieldtype {0} for {1} cannot be indexed,Fieldtype {0} برای {1} نمی تواند نمایه می شود
DocType: Communication,Email Account,حساب کاربری ایمیل DocType: Communication,Email Account,حساب کاربری ایمیل
DocType: Workflow State,Download,دانلود DocType: Workflow State,Download,دانلود
DocType: Blog Post,Blog Intro,وبلاگ معرفی DocType: Blog Post,Blog Intro,وبلاگ معرفی
@@ -2731,15 +2731,15 @@ apps/frappe/frappe/email/doctype/email_group/email_group.js +45,New Newsletter,
DocType: Print Settings,Send Print as PDF,ارسال چاپ به عنوان PDF DocType: Print Settings,Send Print as PDF,ارسال چاپ به عنوان PDF
DocType: Web Form,Amount,مقدار DocType: Web Form,Amount,مقدار
DocType: Workflow Transition,Allowed,مجاز DocType: Workflow Transition,Allowed,مجاز
apps/frappe/frappe/core/doctype/doctype/doctype.py +502,There can be only one Fold in a form,می تواند تنها یک در یک فرم ریختن (فولد) وجود دارد
apps/frappe/frappe/core/doctype/doctype/doctype.py +506,There can be only one Fold in a form,می تواند تنها یک در یک فرم ریختن (فولد) وجود دارد
apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},قادر به نوشتن فرمت فایل برای {0} apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},قادر به نوشتن فرمت فایل برای {0}
apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,بازگرداندن به تنظیمات پیش فرض؟ apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,بازگرداندن به تنظیمات پیش فرض؟
apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,صفحه اصلی وب سایت نامعتبر apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,صفحه اصلی وب سایت نامعتبر
apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,ورود نامعتبر است. دوباره امتحان کنید. apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,ورود نامعتبر است. دوباره امتحان کنید.
apps/frappe/frappe/core/doctype/doctype/doctype.py +420,Options required for Link or Table type field {0} in row {1},گزینه های مورد نیاز برای پیوند یا زمینه نوع جدول {0} در ردیف {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +424,Options required for Link or Table type field {0} in row {1},گزینه های مورد نیاز برای پیوند یا زمینه نوع جدول {0} در ردیف {1}
DocType: Auto Email Report,Send only if there is any data,ارسال تنها در صورت هر گونه داده ها وجود دارد DocType: Auto Email Report,Send only if there is any data,ارسال تنها در صورت هر گونه داده ها وجود دارد
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,فیلتر تنظیم مجدد apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,فیلتر تنظیم مجدد
apps/frappe/frappe/core/doctype/doctype/doctype.py +688,{0}: Permission at level 0 must be set before higher levels are set,{0}: اجازه در سطح 0 باید پیش سطوح بالاتر تنظیم ها
apps/frappe/frappe/core/doctype/doctype/doctype.py +692,{0}: Permission at level 0 must be set before higher levels are set,{0}: اجازه در سطح 0 باید پیش سطوح بالاتر تنظیم ها
apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},انتساب بسته های {0} apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},انتساب بسته های {0}
DocType: Integration Request,Remote,از راه دور DocType: Integration Request,Remote,از راه دور
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,محاسبه apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,محاسبه
@@ -2759,7 +2759,7 @@ DocType: DocField,Perm Level,سطح پرم
apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,حوادث در تقویم اقتصادی امروز، apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,حوادث در تقویم اقتصادی امروز،
DocType: Web Page,Web Page,صفحه وب DocType: Web Page,Web Page,صفحه وب
DocType: Blog Category,Blogger,وبلاگ نویس DocType: Blog Category,Blogger,وبلاگ نویس
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In Global Search' not allowed for type {0} in row {1},«در جهانی جستجو برای نوع مجاز نیست {0} در ردیف {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +449,'In Global Search' not allowed for type {0} in row {1},«در جهانی جستجو برای نوع مجاز نیست {0} در ردیف {1}
apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,نمایش فهرست apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,نمایش فهرست
apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},تاریخ باید در فرمت شود: {0} apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},تاریخ باید در فرمت شود: {0}
DocType: Workflow,Don't Override Status,هنوز وضعیت باطل نیست DocType: Workflow,Don't Override Status,هنوز وضعیت باطل نیست
@@ -2808,7 +2808,7 @@ DocType: Website Theme,Background,زمینه
DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.",لیست JSON از DocTypes استفاده به درخواست مجوز کاربر. اگر خالی، همه DocTypes مرتبط استفاده خواهد شد به درخواست مجوز کاربر. DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.",لیست JSON از DocTypes استفاده به درخواست مجوز کاربر. اگر خالی، همه DocTypes مرتبط استفاده خواهد شد به درخواست مجوز کاربر.
DocType: Report,Ref DocType,کد عکس DOCTYPE DocType: Report,Ref DocType,کد عکس DOCTYPE
apps/frappe/frappe/www/feedback.py +42,Please add a rating,لطفا اضافه کردن یک امتیاز apps/frappe/frappe/www/feedback.py +42,Please add a rating,لطفا اضافه کردن یک امتیاز
apps/frappe/frappe/core/doctype/doctype/doctype.py +700,{0}: Cannot set Amend without Cancel,{0}: آیا می توانم تنظیم نشده اصلاح بدون لغو
apps/frappe/frappe/core/doctype/doctype/doctype.py +704,{0}: Cannot set Amend without Cancel,{0}: آیا می توانم تنظیم نشده اصلاح بدون لغو
apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,صفحه کامل apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,صفحه کامل
DocType: DocType,Is Child Table,آیا میز کودک DocType: DocType,Is Child Table,آیا میز کودک
apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} باید یکی از {1} apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} باید یکی از {1}
@@ -2837,7 +2837,7 @@ DocType: Event,Send an email reminder in the morning,ارسال یک ایمیل
DocType: Blog Post,Published On,منتشر شده در DocType: Blog Post,Published On,منتشر شده در
DocType: Contact,Gender,جنس DocType: Contact,Gender,جنس
apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,اطلاعات اجباری از دست رفته: apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,اطلاعات اجباری از دست رفته:
apps/frappe/frappe/core/doctype/doctype/doctype.py +492,Field '{0}' cannot be set as Unique as it has non-unique values,درست &#39;{0}&#39; می تواند به عنوان منحصر به فرد تنظیم شود آن را به عنوان مقادیر غیر منحصر به فرد
apps/frappe/frappe/core/doctype/doctype/doctype.py +496,Field '{0}' cannot be set as Unique as it has non-unique values,درست &#39;{0}&#39; می تواند به عنوان منحصر به فرد تنظیم شود آن را به عنوان مقادیر غیر منحصر به فرد
apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,تنها 200 درج مجاز در یک درخواست apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,تنها 200 درج مجاز در یک درخواست
DocType: Footer Item,URL,URL DocType: Footer Item,URL,URL
DocType: ToDo,Reference Type,نوع مرجع DocType: ToDo,Reference Type,نوع مرجع
@@ -2880,8 +2880,8 @@ apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +135,Please save
apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} مشترک افزوده شد apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} مشترک افزوده شد
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,نه در apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,نه در
DocType: Workflow State,star,ستاره DocType: Workflow State,star,ستاره
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +228,values separated by commas,ارزش با کاما جدا شده
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Max width for type Currency is 100px in row {0},عرض حداکثر برای نوع ارز را 100px در ردیف {0}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,values separated by commas,ارزش با کاما جدا شده
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,Max width for type Currency is 100px in row {0},عرض حداکثر برای نوع ارز را 100px در ردیف {0}
apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},لطفا نظرات خود را به اشتراک بگذارید برای {0} apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},لطفا نظرات خود را به اشتراک بگذارید برای {0}
apps/frappe/frappe/config/website.py +13,Content web page.,صفحه وب محتوا. apps/frappe/frappe/config/website.py +13,Content web page.,صفحه وب محتوا.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,اضافه کردن یک نقش جدید apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,اضافه کردن یک نقش جدید
@@ -2899,7 +2899,7 @@ apps/frappe/frappe/public/js/frappe/desk.js +383,Please Enter Your Password to C
apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,یک کاربر LDAP معتبر apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,یک کاربر LDAP معتبر
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} نه دولت معتبر apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} نه دولت معتبر
apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',لطفا روش پرداخت دیگری را انتخاب کنید. پی پال انجام تراکنش در ارز را پشتیبانی نمی کند &#39;{0}&#39; apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',لطفا روش پرداخت دیگری را انتخاب کنید. پی پال انجام تراکنش در ارز را پشتیبانی نمی کند &#39;{0}&#39;
apps/frappe/frappe/core/doctype/doctype/doctype.py +519,Search field {0} is not valid,قسمت جستجو {0} معتبر نیست
apps/frappe/frappe/core/doctype/doctype/doctype.py +523,Search field {0} is not valid,قسمت جستجو {0} معتبر نیست
DocType: Workflow State,ok-circle,OK-دایره DocType: Workflow State,ok-circle,OK-دایره
apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',شما می توانید همه چیز را با پرسیدن &#39;پیدا کردن پرتقال در مشتریان پیدا apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',شما می توانید همه چیز را با پرسیدن &#39;پیدا کردن پرتقال در مشتریان پیدا
apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,با عرض پوزش! کاربر باید دسترسی کامل به رکورد خود را دارند. apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,با عرض پوزش! کاربر باید دسترسی کامل به رکورد خود را دارند.
@@ -2968,7 +2968,7 @@ DocType: User,Background Style,سابقه و هدف سبک
apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},{0} ادغام {1} apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},{0} ادغام {1}
DocType: System Settings,mm-dd-yyyy,MM-DD-YYYY DocType: System Settings,mm-dd-yyyy,MM-DD-YYYY
apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} به سیستم وارد شده است apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} به سیستم وارد شده است
apps/frappe/frappe/templates/emails/new_user.html +4,Your login id is,شناسه ورود شما
apps/frappe/frappe/templates/emails/new_user.html +3,Your login id is,شناسه ورود شما
DocType: OAuth Client,Skip Authorization,پرش مجوز DocType: OAuth Client,Skip Authorization,پرش مجوز
DocType: Web Form,Amount Field,مقدار درست DocType: Web Form,Amount Field,مقدار درست
DocType: Dropbox Settings,Send Notifications To,ارسال اعلانها به DocType: Dropbox Settings,Send Notifications To,ارسال اعلانها به


+ 94
- 94
frappe/translations/fi.csv View File

@@ -55,7 +55,7 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +52,Data Import Templa
apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,Vanhempi apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,Vanhempi
DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","Jos käytössä, salasanan vahvuus pannaan täytäntöön perustuu pienin salasanan Score arvoa. Arvo 2 on keskivahva ja 4 on hyvin vahva." DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","Jos käytössä, salasanan vahvuus pannaan täytäntöön perustuu pienin salasanan Score arvoa. Arvo 2 on keskivahva ja 4 on hyvin vahva."
DocType: About Us Settings,"""Team Members"" or ""Management""","""Jäsenet"" tai ""Hallinta""" DocType: About Us Settings,"""Team Members"" or ""Management""","""Jäsenet"" tai ""Hallinta"""
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Default for 'Check' type of field must be either '0' or '1',"oletus tai ""täppäisyn"" tyyppi kentässä on oltava joko ""0"" tai ""1"""
apps/frappe/frappe/core/doctype/doctype/doctype.py +461,Default for 'Check' type of field must be either '0' or '1',"oletus tai ""täppäisyn"" tyyppi kentässä on oltava joko ""0"" tai ""1"""
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,Eilen apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,Eilen
DocType: Contact,Designation,Puhuttelu DocType: Contact,Designation,Puhuttelu
DocType: Test Runner,Test Runner,Testi Runner DocType: Test Runner,Test Runner,Testi Runner
@@ -71,7 +71,7 @@ DocType: DocType,Is Published Field,Julkaistaan Field
DocType: Email Group,Email Group,Sähköposti Group DocType: Email Group,Email Group,Sähköposti Group
DocType: Note,Seen By,Nähnyt DocType: Note,Seen By,Nähnyt
apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,Lisää useita apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,Lisää useita
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Not Like,ei niinkuin
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Not Like,ei niinkuin
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,Aseta kentän näyttönimike apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,Aseta kentän näyttönimike
apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},virheellinen arvo : {0} täytyy olla {1} {2} apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},virheellinen arvo : {0} täytyy olla {1} {2}
apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","muuta kentän ominaisuuksia (piilota, vain luku, oikeus jne)" apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","muuta kentän ominaisuuksia (piilota, vain luku, oikeus jne)"
@@ -160,7 +160,8 @@ apps/frappe/frappe/public/js/frappe/upload.js +296,Uploading...,Tuodaan ...
DocType: Email Domain,Email Domain,Sähköpostin verkkotunnus DocType: Email Domain,Email Domain,Sähköpostin verkkotunnus
DocType: Workflow State,italic,kursiivi- DocType: Workflow State,italic,kursiivi-
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,Kaikille apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,Kaikille
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,{0}: Cannot set Import without Create,{0}: ei voi tuoda ellei sitä luoda
apps/frappe/frappe/core/doctype/doctype/doctype.py +706,{0}: Cannot set Import without Create,{0}: ei voi tuoda ellei sitä luoda
apps/frappe/frappe/templates/emails/auto_email_report.html +45,View report in your browser,Näytä raportti selaimessasi
apps/frappe/frappe/config/desk.py +26,Event and other calendars.,Tapahtuma ja muut kalentereita. apps/frappe/frappe/config/desk.py +26,Event and other calendars.,Tapahtuma ja muut kalentereita.
apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,Kaikki kentät ovat tarpeen esittää kommentin. apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,Kaikki kentät ovat tarpeen esittää kommentin.
apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,siirrä muokataksesi sarakkeita apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,siirrä muokataksesi sarakkeita
@@ -237,7 +238,7 @@ apps/frappe/frappe/config/setup.py +121,Update many values at one time.,Päivit
apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,virhe: asiakirja on muutettu sen jälkeen kun olet avannut sen apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,virhe: asiakirja on muutettu sen jälkeen kun olet avannut sen
apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} kirjautui ulos: {1} apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} kirjautui ulos: {1}
DocType: Address,West Bengal,Länsi-Bengal DocType: Address,West Bengal,Länsi-Bengal
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0}: Cannot set Assign Submit if not Submittable,{0}: ei voi nimetä lähetystä ellei ole lähetettävissä
apps/frappe/frappe/core/doctype/doctype/doctype.py +727,{0}: Cannot set Assign Submit if not Submittable,{0}: ei voi nimetä lähetystä ellei ole lähetettävissä
DocType: Social Login Keys,Facebook,Facebook DocType: Social Login Keys,Facebook,Facebook
apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""","Suodatusperuste ""{0}""" apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""","Suodatusperuste ""{0}"""
DocType: Salutation,Administrator,ylläpitäjä DocType: Salutation,Administrator,ylläpitäjä
@@ -261,7 +262,7 @@ DocType: User,Get your globally recognized avatar from Gravatar.com,hanki maailm
apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.",Tilauksesi päättyi {0}. Uusimaan {1}. apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.",Tilauksesi päättyi {0}. Uusimaan {1}.
DocType: Workflow State,plus-sign,plus-merkki DocType: Workflow State,plus-sign,plus-merkki
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,Asennus on jo valmis apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,Asennus on jo valmis
apps/frappe/frappe/__init__.py +897,App {0} is not installed,App {0} ei ole asennettu
apps/frappe/frappe/__init__.py +898,App {0} is not installed,App {0} ei ole asennettu
DocType: Workflow State,Refresh,Päivitä DocType: Workflow State,Refresh,Päivitä
DocType: Event,Public,Julkinen DocType: Event,Public,Julkinen
apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,Ei mitään näytettävää apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,Ei mitään näytettävää
@@ -269,7 +270,7 @@ apps/frappe/frappe/public/js/frappe/model/model.js +24,Liked By,Tykkääjä(t)
apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,sähköpostituki apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,sähköpostituki
DocType: DocField,Print Hide If No Value,Tulosta Piilota Jos Ei Arvo DocType: DocField,Print Hide If No Value,Tulosta Piilota Jos Ei Arvo
DocType: Event,yellow,keltainen DocType: Event,yellow,keltainen
apps/frappe/frappe/core/doctype/doctype/doctype.py +563,Is Published Field must be a valid fieldname,Julkaistaan Kenttä pitää olla kelvollinen fieldname
apps/frappe/frappe/core/doctype/doctype/doctype.py +567,Is Published Field must be a valid fieldname,Julkaistaan Kenttä pitää olla kelvollinen fieldname
apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,Tuo liite apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,Tuo liite
DocType: Block Module,Block Module,estä moduuli DocType: Block Module,Block Module,estä moduuli
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,vie mallipohja apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,vie mallipohja
@@ -286,7 +287,7 @@ DocType: Email Account,Total number of emails to sync in initial sync process ,K
DocType: Website Settings,Set Banner from Image,Aseta bannerimuodon kuva DocType: Website Settings,Set Banner from Image,Aseta bannerimuodon kuva
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,Global haku apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,Global haku
DocType: Email Account,SparkPost,SparkPost DocType: Email Account,SparkPost,SparkPost
apps/frappe/frappe/templates/emails/new_user.html +3,A new account has been created for you at {0},Uusi tili on luotu sinulle {0}
apps/frappe/frappe/templates/emails/new_user.html +2,A new account has been created for you at {0},Uusi tili on luotu sinulle {0}
apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,ohjeet sähköpostiisi apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,ohjeet sähköpostiisi
apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),Anna sähköpostin vastaanottaja (t) apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),Anna sähköpostin vastaanottaja (t)
DocType: Print Format,Verdana,Verdana DocType: Print Format,Verdana,Verdana
@@ -352,7 +353,7 @@ apps/frappe/frappe/utils/nestedset.py +218,Merging is only possible between Grou
apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},lisätty {0} apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},lisätty {0}
apps/frappe/frappe/www/search.html +28,No matching records. Search something new,Ei vastaavia kirjaa. Hae jotain uutta apps/frappe/frappe/www/search.html +28,No matching records. Search something new,Ei vastaavia kirjaa. Hae jotain uutta
DocType: Currency,Fraction Units,jako yksiköt DocType: Currency,Fraction Units,jako yksiköt
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +431,{0} from {1} to {2},{0} alkaen {1} ja {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +433,{0} from {1} to {2},{0} alkaen {1} ja {2}
DocType: Communication,Type,tyyppi DocType: Communication,Type,tyyppi
DocType: Authentication Log,Subject,aihe DocType: Authentication Log,Subject,aihe
DocType: Web Form,Amount Based On Field,Laskettu määrä Field DocType: Web Form,Amount Based On Field,Laskettu määrä Field
@@ -365,10 +366,10 @@ DocType: Workflow State,plane,taso
apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","ladatessasi uusia tietueita ""sarjan nimeäminen"" muuttuu pakolliseksi, mikäli näin on asetettu" apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","ladatessasi uusia tietueita ""sarjan nimeäminen"" muuttuu pakolliseksi, mikäli näin on asetettu"
apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,Hanki Kuulutukset Tänään apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,Hanki Kuulutukset Tänään
apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,Vain pääkäyttäjä voi uudelleennimetä tietuetyypin apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,Vain pääkäyttäjä voi uudelleennimetä tietuetyypin
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +442,changed value of {0},muuttunutta arvo {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +444,changed value of {0},muuttunutta arvo {0}
DocType: Report,JSON,JSON DocType: Report,JSON,JSON
apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,Tarkista sähköpostisi tarkastettavaksi apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,Tarkista sähköpostisi tarkastettavaksi
apps/frappe/frappe/core/doctype/doctype/doctype.py +509,Fold can not be at the end of the form,Taitos ei voi olla muodon lopussa
apps/frappe/frappe/core/doctype/doctype/doctype.py +513,Fold can not be at the end of the form,Taitos ei voi olla muodon lopussa
DocType: Communication,Bounced,Palautettu DocType: Communication,Bounced,Palautettu
DocType: Deleted Document,Deleted Name,poistettu Name DocType: Deleted Document,Deleted Name,poistettu Name
apps/frappe/frappe/config/setup.py +14,System and Website Users,järjestelmä ja verkkosivun käyttäjät apps/frappe/frappe/config/setup.py +14,System and Website Users,järjestelmä ja verkkosivun käyttäjät
@@ -376,25 +377,26 @@ DocType: Workflow Document State,Doc Status,asiakirja tila
DocType: Auto Email Report,No of Rows (Max 500),O Rivien (max 500) DocType: Auto Email Report,No of Rows (Max 500),O Rivien (max 500)
DocType: Language,Language Code,Kielikoodi DocType: Language,Language Code,Kielikoodi
apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","Latausta valmistellaan, tämä voi kestää hetken..." apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","Latausta valmistellaan, tämä voi kestää hetken..."
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +23,Add Filter,Lisää suodatin
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +21,Add Filter,Lisää suodatin
apps/frappe/frappe/www/feedback.html +23,Your rating: ,Arvosanasi: apps/frappe/frappe/www/feedback.html +23,Your rating: ,Arvosanasi:
apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} ja {1} apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} ja {1}
DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Aina lisätä &quot;Draft&quot; Suuntana tulostusta asiakirjaluonnokset DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Aina lisätä &quot;Draft&quot; Suuntana tulostusta asiakirjaluonnokset
apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,Sähköposti on merkitty roskapostiksi apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,Sähköposti on merkitty roskapostiksi
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,Asennus&gt; Käyttäjä
DocType: About Us Settings,Website Manager,Verkkosivuston hallinta DocType: About Us Settings,Website Manager,Verkkosivuston hallinta
apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,Valitsit Luonnos tai mitätöity asiakirjoja apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,Valitsit Luonnos tai mitätöity asiakirjoja
apps/frappe/frappe/model/document.py +1044,Document Queued,asiakirja Jonossa apps/frappe/frappe/model/document.py +1044,Document Queued,asiakirja Jonossa
DocType: GSuite Templates,Destination ID,määränpää tunnus DocType: GSuite Templates,Destination ID,määränpää tunnus
DocType: Desktop Icon,List,Lista DocType: Desktop Icon,List,Lista
DocType: Communication,Link Name,Linkin nimi DocType: Communication,Link Name,Linkin nimi
apps/frappe/frappe/core/doctype/doctype/doctype.py +433,Field {0} in row {1} cannot be hidden and mandatory without default,Kenttää {0} rivillä {1} ei voi piilottaa ja vaaditaan ilman oletusta
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Field {0} in row {1} cannot be hidden and mandatory without default,Kenttää {0} rivillä {1} ei voi piilottaa ja vaaditaan ilman oletusta
DocType: System Settings,mm/dd/yyyy,pp / kk / vvvv DocType: System Settings,mm/dd/yyyy,pp / kk / vvvv
apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,Väärä salasana: apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,Väärä salasana:
DocType: Print Settings,Send document web view link in email,Lähetä asiakirja web näkymä linkki sähköpostiin DocType: Print Settings,Send document web view link in email,Lähetä asiakirja web näkymä linkki sähköpostiin
apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,Palautteesi asiakirjojen {0} on tallennettu apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,Palautteesi asiakirjojen {0} on tallennettu
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,Edellinen apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,Edellinen
apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,Re: apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,Re:
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +496,{0} rows for {1},{0} rivit {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +498,{0} rows for {1},{0} rivit {1}
DocType: Currency,"Sub-currency. For e.g. ""Cent""","alavaluutta esim ""sentti""" DocType: Currency,"Sub-currency. For e.g. ""Cent""","alavaluutta esim ""sentti"""
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,Valitse lisätty tiedosto apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,Valitse lisätty tiedosto
DocType: Letter Head,Check this to make this the default letter head in all prints,valitse jos haluat käyttää tätä kaikissa tulosteissa DocType: Letter Head,Check this to make this the default letter head in all prints,valitse jos haluat käyttää tätä kaikissa tulosteissa
@@ -417,7 +419,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +5,
DocType: Event,Wednesday,Keskiviikko DocType: Event,Wednesday,Keskiviikko
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.",Rooliperustaisten käyttöoikeussääntöjen lisäksi on mahdollista asettaa käyttöoikeuksia myös tietuetyypeittäin. apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.",Rooliperustaisten käyttöoikeussääntöjen lisäksi on mahdollista asettaa käyttöoikeuksia myös tietuetyypeittäin.
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","Näitä käyttöoikeuksia sovelletaan kaikkiin tapahtumiin, johon sallitut tietueet on linkitetty esim, jos käyttäjällä X on yhtiön C käyttöoikeudet, käyttäjä X voi nähdä pelkästään tallenteita, johon on yritys C on linkitetty." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","Näitä käyttöoikeuksia sovelletaan kaikkiin tapahtumiin, johon sallitut tietueet on linkitetty esim, jos käyttäjällä X on yhtiön C käyttöoikeudet, käyttäjä X voi nähdä pelkästään tallenteita, johon on yritys C on linkitetty."
apps/frappe/frappe/core/doctype/doctype/doctype.py +554,Image field must be a valid fieldname,Kuva kentän täytyy olla kelvollinen fieldname
apps/frappe/frappe/core/doctype/doctype/doctype.py +558,Image field must be a valid fieldname,Kuva kentän täytyy olla kelvollinen fieldname
DocType: OAuth Client,Token,symbolinen DocType: OAuth Client,Token,symbolinen
DocType: Property Setter,ID (name) of the entity whose property is to be set,tunniste (nimi) kirjaukseen mihin omaisuutta määritetään DocType: Property Setter,ID (name) of the entity whose property is to be set,tunniste (nimi) kirjaukseen mihin omaisuutta määritetään
apps/frappe/frappe/limits.py +82,"To renew, {0}.",Uusimaan {0}. apps/frappe/frappe/limits.py +82,"To renew, {0}.",Uusimaan {0}.
@@ -426,7 +428,7 @@ DocType: Web Form,Sidebar Items,Sivupalkki tuotteet
apps/frappe/frappe/installer.py +125,App {0} already installed,App {0} on jo asennettu apps/frappe/frappe/installer.py +125,App {0} already installed,App {0} on jo asennettu
DocType: Workflow State,exclamation-sign,huutomerkki DocType: Workflow State,exclamation-sign,huutomerkki
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,Näytä oikeudet apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,Näytä oikeudet
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a Link or Dynamic Link,Aikajana kenttä on linkki tai Dynamic Link
apps/frappe/frappe/core/doctype/doctype/doctype.py +578,Timeline field must be a Link or Dynamic Link,Aikajana kenttä on linkki tai Dynamic Link
apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,Ajanjakso apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,Ajanjakso
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,gantt apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,gantt
apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},Sivu {0} - {1} apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},Sivu {0} - {1}
@@ -456,18 +458,18 @@ DocType: Workflow State,music,musiikki
DocType: Web Page,Settings,Asetukset DocType: Web Page,Settings,Asetukset
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,Ole hyvä ja aseta tietuetyyppi apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,Ole hyvä ja aseta tietuetyyppi
DocType: Print Format,Style Settings,Style Asetukset DocType: Print Format,Style Settings,Style Asetukset
apps/frappe/frappe/core/doctype/doctype/doctype.py +585,Sort field {0} must be a valid fieldname,Lajittelu kenttä {0} täytyy olla kelvollinen fieldname
apps/frappe/frappe/core/doctype/doctype/doctype.py +589,Sort field {0} must be a valid fieldname,Lajittelu kenttä {0} täytyy olla kelvollinen fieldname
apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,Lisää apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,Lisää
DocType: Contact,Sales Manager,Myynninhallinta DocType: Contact,Sales Manager,Myynninhallinta
apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,Nimeä uudelleen apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,Nimeä uudelleen
DocType: Print Format,Format Data,muototiedot DocType: Print Format,Format Data,muototiedot
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Like,niinkuin
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Like,niinkuin
DocType: Customize Form Field,Customize Form Field,muokkaa muotokenttää DocType: Customize Form Field,Customize Form Field,muokkaa muotokenttää
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,Salli Käyttäjä apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,Salli Käyttäjä
DocType: OAuth Client,Grant Type,Grant Tyyppi DocType: OAuth Client,Grant Type,Grant Tyyppi
apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,täppää mitkä asiakirjat ovat käyttäjän katsottavissa apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,täppää mitkä asiakirjat ovat käyttäjän katsottavissa
apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,Listing sovellus ei sallita apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,Listing sovellus ei sallita
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,use % as wildcard,käytä % jokerina
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +230,use % as wildcard,käytä % jokerina
apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","Sähköpostin verkkotunnus ei määritetty tälle tilille, luoda yksi?" apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","Sähköpostin verkkotunnus ei määritetty tälle tilille, luoda yksi?"
DocType: User,Reset Password Key,Nollaa salasana Key DocType: User,Reset Password Key,Nollaa salasana Key
DocType: Email Account,Enable Auto Reply,aktivoi automaattivastaus DocType: Email Account,Enable Auto Reply,aktivoi automaattivastaus
@@ -492,11 +494,12 @@ apps/frappe/frappe/model/document.py +574,Cannot change docstatus from 1 to 0,as
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,Ota varmuuskopio nyt apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,Ota varmuuskopio nyt
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,Tervetuloa apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,Tervetuloa
apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,Asennetut sovellukset apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,Asennetut sovellukset
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,Asetukset&gt; Käyttäjäoikeuksien hallinta
DocType: Contact,Open,Avoin DocType: Contact,Open,Avoin
DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,"määritä tilojen toimet, seuraava toimenpide sekä siihen sallitut roolit" DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,"määritä tilojen toimet, seuraava toimenpide sekä siihen sallitut roolit"
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","älä nimeä samoja käyttöoikeuksia eri rooleille, tee useampia rooleja samalle käyttäjälle" apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","älä nimeä samoja käyttöoikeuksia eri rooleille, tee useampia rooleja samalle käyttäjälle"
DocType: Web Form,Message to be displayed on successful completion,Viesti näytetään suoritetusta DocType: Web Form,Message to be displayed on successful completion,Viesti näytetään suoritetusta
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +42,Only {0} emailed reports are allowed per user,Vain {0} lähetettyjen raporttien sallitaan per käyttäjä
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +43,Only {0} emailed reports are allowed per user,Vain {0} lähetettyjen raporttien sallitaan per käyttäjä
DocType: Address,Address Title,osoiteotsikko DocType: Address,Address Title,osoiteotsikko
DocType: Website Settings,Footer Items,Alatunniste tuotteet DocType: Website Settings,Footer Items,Alatunniste tuotteet
apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,pyyntö Palaute apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,pyyntö Palaute
@@ -511,7 +514,7 @@ DocType: DocField,Set Only Once,Aseta vain kerran
DocType: Email Queue Recipient,Email Queue Recipient,Sähköposti Jono Vastaanottaja DocType: Email Queue Recipient,Email Queue Recipient,Sähköposti Jono Vastaanottaja
DocType: Address,Nagaland,Nagaland DocType: Address,Nagaland,Nagaland
apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,Käyttäjätunnus {0} on jo olemassa apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,Käyttäjätunnus {0} on jo olemassa
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set import as {1} is not importable,"{0}: ei voi tuoda, {1} ei ole tuotavissa"
apps/frappe/frappe/core/doctype/doctype/doctype.py +733,{0}: Cannot set import as {1} is not importable,"{0}: ei voi tuoda, {1} ei ole tuotavissa"
apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},Osoitemallineessasi {0} on virhe apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},Osoitemallineessasi {0} on virhe
DocType: Footer Item,"target = ""_blank""","tavoite = ""_tyhjä""" DocType: Footer Item,"target = ""_blank""","tavoite = ""_tyhjä"""
DocType: Workflow State,hdd,hdd DocType: Workflow State,hdd,hdd
@@ -523,7 +526,7 @@ DocType: Communication,From Full Name,Vuodesta Koko nimi
apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},Sinulla ei ole pääsyä raporttiin: {0} apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},Sinulla ei ole pääsyä raporttiin: {0}
DocType: User,Send Welcome Email,Lähetä tervetuloa sähköposti DocType: User,Send Welcome Email,Lähetä tervetuloa sähköposti
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,"Tuo järjestelmään .csv-tiedosto, joka sisältää kaikki käyttöoikeudet samassa muodossa kuin mallipohjassa jonka latasit" apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,"Tuo järjestelmään .csv-tiedosto, joka sisältää kaikki käyttöoikeudet samassa muodossa kuin mallipohjassa jonka latasit"
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +449,Remove Filter,Poista suodatin
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +450,Remove Filter,Poista suodatin
DocType: Address,Daman and Diu,Daman ja Diu DocType: Address,Daman and Diu,Daman ja Diu
DocType: Address,Personal,Henkilökohtainen DocType: Address,Personal,Henkilökohtainen
apps/frappe/frappe/config/setup.py +113,Bulk Rename,Bulk Rename apps/frappe/frappe/config/setup.py +113,Bulk Rename,Bulk Rename
@@ -553,13 +556,12 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.js +33,Send
apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","Standard DOCTYPE ei voi olla oletuksena painatusformaattia, käytä Muokkaa Form" apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","Standard DOCTYPE ei voi olla oletuksena painatusformaattia, käytä Muokkaa Form"
DocType: Report,Query,Kysely DocType: Report,Query,Kysely
DocType: DocType,Sort Order,Lajittelujärjestys DocType: DocType,Sort Order,Lajittelujärjestys
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,'In List View' not allowed for type {0} in row {1},'Listausnäkymässä' ei voi olla asetettuna rivin {1} tyypillä {0}
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In List View' not allowed for type {0} in row {1},'Listausnäkymässä' ei voi olla asetettuna rivin {1} tyypillä {0}
DocType: Custom Field,Select the label after which you want to insert new field.,Valitse nimike jonka jälkeen haluat lisätä uuden kentän DocType: Custom Field,Select the label after which you want to insert new field.,Valitse nimike jonka jälkeen haluat lisätä uuden kentän
,Document Share Report,asiakirjanjako raportti ,Document Share Report,asiakirjanjako raportti
DocType: User,Last Login,Viimeksi kirjautunut DocType: User,Last Login,Viimeksi kirjautunut
apps/frappe/frappe/core/doctype/doctype/doctype.py +600,Fieldname is required in row {0},Kentän nimi tulee olla yhdellä rivillä {0}
apps/frappe/frappe/core/doctype/doctype/doctype.py +604,Fieldname is required in row {0},Kentän nimi tulee olla yhdellä rivillä {0}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,sarake apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,sarake
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,Aseta oletussähköpostitili Asetukset&gt; Sähköposti&gt; Sähköposti -tili
DocType: Custom Field,Adds a custom field to a DocType,Lisää oman kentän tietuetyyppiin DocType: Custom Field,Adds a custom field to a DocType,Lisää oman kentän tietuetyyppiin
DocType: File,Is Home Folder,On Kotikansio DocType: File,Is Home Folder,On Kotikansio
apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} ei ole kelvollinen sähköpostiosoite apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} ei ole kelvollinen sähköpostiosoite
@@ -583,7 +585,7 @@ DocType: File,Folder,Kansio
DocType: DocField,Index,indeksi DocType: DocField,Index,indeksi
DocType: Email Group,Newsletter Manager,Uutiskirje hallinta DocType: Email Group,Newsletter Manager,Uutiskirje hallinta
apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,Vaihtoehto 1 apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,Vaihtoehto 1
apps/frappe/frappe/public/js/frappe/form/formatters.js +124,{0} to {1},{0} ja {1}
apps/frappe/frappe/public/js/frappe/form/formatters.js +129,{0} to {1},{0} ja {1}
apps/frappe/frappe/config/setup.py +89,Log of error during requests.,Kirjaudu virheen aikana pyyntöjä. apps/frappe/frappe/config/setup.py +89,Log of error during requests.,Kirjaudu virheen aikana pyyntöjä.
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} on onnistuneesti lisätty Sähköpostiryhmä. apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} on onnistuneesti lisätty Sähköpostiryhmä.
DocType: Address,Uttar Pradesh,Uttar Pradesh DocType: Address,Uttar Pradesh,Uttar Pradesh
@@ -593,7 +595,7 @@ apps/frappe/frappe/email/doctype/newsletter/newsletter.py +30,Scheduled to send
DocType: Kanban Board Column,Indicator,Indikaattori DocType: Kanban Board Column,Indicator,Indikaattori
DocType: DocShare,Everyone,kaikki DocType: DocShare,Everyone,kaikki
DocType: Workflow State,backward,taakse DocType: Workflow State,backward,taakse
apps/frappe/frappe/core/doctype/doctype/doctype.py +676,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: vain yksi sääntö on sallittu samalla roolilla, tasolla ja {1}"
apps/frappe/frappe/core/doctype/doctype/doctype.py +680,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: vain yksi sääntö on sallittu samalla roolilla, tasolla ja {1}"
DocType: Email Queue,Add Unsubscribe Link,Lisää peruutuslinkki DocType: Email Queue,Add Unsubscribe Link,Lisää peruutuslinkki
apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,Ei vielä kommentteja. Aloita uusi keskustelu. apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,Ei vielä kommentteja. Aloita uusi keskustelu.
DocType: Workflow State,share,Jaa DocType: Workflow State,share,Jaa
@@ -632,7 +634,7 @@ apps/frappe/frappe/printing/doctype/print_format/print_format.py +80,{0} is now
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,Arkistoidut sarakkeet apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,Arkistoidut sarakkeet
DocType: Email Account,Default Outgoing,oletus lähtevä DocType: Email Account,Default Outgoing,oletus lähtevä
DocType: Workflow State,play,toista DocType: Workflow State,play,toista
apps/frappe/frappe/templates/emails/new_user.html +5,Click on the link below to complete your registration and set a new password,klikkaa alla olevaa linkkiä jatkaaksesi rekisteröitymistä ja anna uusi salasana
apps/frappe/frappe/templates/emails/new_user.html +4,Click on the link below to complete your registration and set a new password,klikkaa alla olevaa linkkiä jatkaaksesi rekisteröitymistä ja anna uusi salasana
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,ei ole lisätty apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,ei ole lisätty
apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,Ei sähköpostitilit sidotut apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,Ei sähköpostitilit sidotut
DocType: Contact Us Settings,Contact Us Settings,ota yhteyttä sivuston asetukset DocType: Contact Us Settings,Contact Us Settings,ota yhteyttä sivuston asetukset
@@ -653,12 +655,12 @@ apps/frappe/frappe/core/page/user_permissions/user_permissions.js +127,Upload Us
DocType: Dropbox Settings,App Secret Key,App salainen avain DocType: Dropbox Settings,App Secret Key,App salainen avain
apps/frappe/frappe/config/website.py +7,Web Site,Web-sivusto apps/frappe/frappe/config/website.py +7,Web Site,Web-sivusto
apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,täpätyt tuotteet tulee näkymään työpöydällä apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,täpätyt tuotteet tulee näkymään työpöydällä
apps/frappe/frappe/core/doctype/doctype/doctype.py +719,{0} cannot be set for Single types,{0} ei voi asettaa yhdelle tyypille
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0} cannot be set for Single types,{0} ei voi asettaa yhdelle tyypille
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Kanban Hallitus {0} ei ole olemassa. apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Kanban Hallitus {0} ei ole olemassa.
apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} parhaillaan tarkastelevat tätä asiakirjaa apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} parhaillaan tarkastelevat tätä asiakirjaa
DocType: ToDo,Assigned By Full Name,Määrittämä Koko nimi DocType: ToDo,Assigned By Full Name,Määrittämä Koko nimi
apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} päivitetty apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} päivitetty
apps/frappe/frappe/core/doctype/doctype/doctype.py +709,Report cannot be set for Single types,raporttia ei voi määrittää yhdelle tyypille
apps/frappe/frappe/core/doctype/doctype/doctype.py +713,Report cannot be set for Single types,raporttia ei voi määrittää yhdelle tyypille
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} päivää sitten apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} päivää sitten
DocType: Email Account,Awaiting Password,Odotetaan Salasana DocType: Email Account,Awaiting Password,Odotetaan Salasana
DocType: Address,Address Line 1,osoiterivi 1 DocType: Address,Address Line 1,osoiterivi 1
@@ -708,7 +710,7 @@ DocType: Feedback Trigger,"To add dynamic subject, use jinja tags like
apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,App {0} poistettu apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,App {0} poistettu
DocType: Custom DocPerm,Apply User Permissions,"käytä, käyttäjäoikeudet" DocType: Custom DocPerm,Apply User Permissions,"käytä, käyttäjäoikeudet"
DocType: User,Modules HTML,HTML moduulit DocType: User,Modules HTML,HTML moduulit
apps/frappe/frappe/public/js/frappe/ui/field_group.js +82,Missing Values Required,puuttuvat arvot vaaditaan
apps/frappe/frappe/public/js/frappe/ui/field_group.js +96,Missing Values Required,puuttuvat arvot vaaditaan
DocType: DocType,Other Settings,Muut asetukset DocType: DocType,Other Settings,Muut asetukset
DocType: Social Login Keys,Frappe,Frappe DocType: Social Login Keys,Frappe,Frappe
apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,Merkitse lukemattomaksi apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,Merkitse lukemattomaksi
@@ -762,7 +764,7 @@ DocType: Event,orange,oranssi
apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,{0}tietueita ei löytynyt apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,{0}tietueita ei löytynyt
apps/frappe/frappe/config/setup.py +242,Add custom forms.,lisää omia lomakkeita/muotoja apps/frappe/frappe/config/setup.py +242,Add custom forms.,lisää omia lomakkeita/muotoja
apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} in {2} apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} in {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +419,submitted this document,toimitti tämän asiakirjan
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,submitted this document,toimitti tämän asiakirjan
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,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" apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,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: Communication,CC,CC
DocType: Country,Geo,sijainti DocType: Country,Geo,sijainti
@@ -812,7 +814,7 @@ DocType: DocType,Hide Toolbar,piilota työkalupalkki
DocType: User,Last Active,Paikalla DocType: User,Last Active,Paikalla
DocType: Email Account,SMTP Settings for outgoing emails,SMTP asetukset (lähtevät sähköpostit) DocType: Email Account,SMTP Settings for outgoing emails,SMTP asetukset (lähtevät sähköpostit)
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,tuonti epäonnistui apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,tuonti epäonnistui
apps/frappe/frappe/templates/emails/password_update.html +3,Your password has been updated. Here is your new password,Salasanasi on päivitetty. Tässä uusi salasanasi.
apps/frappe/frappe/templates/emails/password_update.html +2,Your password has been updated. Here is your new password,Salasanasi on päivitetty. Tässä uusi salasanasi.
DocType: Email Account,Auto Reply Message,Auto Vastaa Message DocType: Email Account,Auto Reply Message,Auto Vastaa Message
DocType: Feedback Trigger,Condition,ehto DocType: Feedback Trigger,Condition,ehto
apps/frappe/frappe/utils/data.py +546,{0} hours ago,{0} tuntia sitten apps/frappe/frappe/utils/data.py +546,{0} hours ago,{0} tuntia sitten
@@ -820,7 +822,6 @@ apps/frappe/frappe/utils/data.py +556,1 month ago,1 kuukausi sitten
DocType: Contact,User ID,Käyttäjätunnus DocType: Contact,User ID,Käyttäjätunnus
DocType: Communication,Sent,Lähetetty DocType: Communication,Sent,Lähetetty
DocType: Address,Kerala,kerala DocType: Address,Kerala,kerala
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} vuosi (t) sitten
DocType: File,Lft,Lft DocType: File,Lft,Lft
DocType: User,Simultaneous Sessions,Samanaikaiset istunnot DocType: User,Simultaneous Sessions,Samanaikaiset istunnot
DocType: OAuth Client,Client Credentials,Client valtakirjojen DocType: OAuth Client,Client Credentials,Client valtakirjojen
@@ -837,7 +838,7 @@ DocType: Email Queue,Unsubscribe Method,tilaus Menetelmä
DocType: GSuite Templates,Related DocType,Liittyvät DOCTYPE DocType: GSuite Templates,Related DocType,Liittyvät DOCTYPE
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,muokkaa lisäämällä sisältöä apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,muokkaa lisäämällä sisältöä
apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,Valitse Kielet apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,Valitse Kielet
apps/frappe/frappe/__init__.py +517,No permission for {0},Ei lupaa {0}
apps/frappe/frappe/__init__.py +518,No permission for {0},Ei lupaa {0}
DocType: DocType,Advanced,tarkka DocType: DocType,Advanced,tarkka
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,Näyttäisi sovellusliittymäavain tai API Secret on väärin !!! apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,Näyttäisi sovellusliittymäavain tai API Secret on väärin !!!
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Viite: {0} {1} apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Viite: {0} {1}
@@ -869,14 +870,14 @@ DocType: Custom DocPerm,Additional Permissions,lisäkäyttöoikeudet
DocType: Email Account,Always use Account's Email Address as Sender,Käytä sähköpostiosoitteeseen kuin Sender DocType: Email Account,Always use Account's Email Address as Sender,Käytä sähköpostiosoitteeseen kuin Sender
apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,Kirjaudu kommentoidaksesi apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,Kirjaudu kommentoidaksesi
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,aloita tietojen syöttäminen tämän viivan alapuolelle apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,aloita tietojen syöttäminen tämän viivan alapuolelle
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +474,changed values for {0},muuttuneita arvoja {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +476,changed values for {0},muuttuneita arvoja {0}
DocType: Workflow State,retweet,retweet DocType: Workflow State,retweet,retweet
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,määritä kentän arvo apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,määritä kentän arvo
DocType: Report,Disabled,ei käytössä DocType: Report,Disabled,ei käytössä
DocType: Workflow State,eye-close,silmä-kiinni DocType: Workflow State,eye-close,silmä-kiinni
DocType: OAuth Provider Settings,OAuth Provider Settings,OAuth Provider Asetukset DocType: OAuth Provider Settings,OAuth Provider Settings,OAuth Provider Asetukset
apps/frappe/frappe/config/setup.py +254,Applications,sovellukset apps/frappe/frappe/config/setup.py +254,Applications,sovellukset
apps/frappe/frappe/public/js/frappe/request.js +349,Report this issue,raportti tästä aiheesta
apps/frappe/frappe/public/js/frappe/request.js +353,Report this issue,raportti tästä aiheesta
apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,Nimi vaaditaan apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,Nimi vaaditaan
DocType: Custom Script,Adds a custom script (client or server) to a DocType,lisää oman (asiakas- tai palvelin-) sovelmaskriptin tietuetyypin kanssa käytettäväksi DocType: Custom Script,Adds a custom script (client or server) to a DocType,lisää oman (asiakas- tai palvelin-) sovelmaskriptin tietuetyypin kanssa käytettäväksi
DocType: Address,City/Town,kaupunki/kunta DocType: Address,City/Town,kaupunki/kunta
@@ -960,7 +961,7 @@ DocType: Web Form,Actions,Toiminnot
DocType: Workflow State,align-justify,oikea tasaus DocType: Workflow State,align-justify,oikea tasaus
DocType: User,Middle Name (Optional),Toinen nimi (valinnainen) DocType: User,Middle Name (Optional),Toinen nimi (valinnainen)
apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,Ei Sallittu apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,Ei Sallittu
apps/frappe/frappe/public/js/frappe/ui/field_group.js +83,Following fields have missing values:,Seuraavat kentät ovat puuttuvat arvot:
apps/frappe/frappe/public/js/frappe/ui/field_group.js +97,Following fields have missing values:,Seuraavat kentät ovat puuttuvat arvot:
apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,Sinulla ei ole tarpeeksi oikeuksia suorittaa toimen apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,Sinulla ei ole tarpeeksi oikeuksia suorittaa toimen
apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,ei tuloksia apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,ei tuloksia
DocType: System Settings,Security,Turvallisuus DocType: System Settings,Security,Turvallisuus
@@ -1003,7 +1004,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js +133,Hide Details,piilota lis
DocType: Workflow State,Tasks,Tehtävät DocType: Workflow State,Tasks,Tehtävät
DocType: Event,Tuesday,tiistai DocType: Event,Tuesday,tiistai
DocType: Blog Settings,Blog Settings,blogiasetukset DocType: Blog Settings,Blog Settings,blogiasetukset
apps/frappe/frappe/templates/emails/new_user.html +17,You can also copy-paste this link in your browser,voit kopioida ja liittää tämän linkin selaimeesi
apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste this link in your browser,voit kopioida ja liittää tämän linkin selaimeesi
DocType: Workflow State,bullhorn,sarvi DocType: Workflow State,bullhorn,sarvi
DocType: Social Login Keys,Facebook Client Secret,Facebook asiakas salaus DocType: Social Login Keys,Facebook Client Secret,Facebook asiakas salaus
DocType: Footer Item,Target,Tavoite DocType: Footer Item,Target,Tavoite
@@ -1015,12 +1016,12 @@ DocType: ToDo,Due Date,eräpäivä
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,Quarter Day apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,Quarter Day
DocType: Social Login Keys,Google Client Secret,Google asiakas salaus DocType: Social Login Keys,Google Client Secret,Google asiakas salaus
DocType: Website Settings,Hide Footer Signup,piilota kirjautumis alatunniste DocType: Website Settings,Hide Footer Signup,piilota kirjautumis alatunniste
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,cancelled this document,peruutettu tässä asiakirjassa
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +423,cancelled this document,peruutettu tässä asiakirjassa
apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,"Kirjoita dropbox python tiedosto samaan kansioon johon tämä on tallennettu, palaa sarakkeeseen pylvääseen ja lopputulokseen" apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,"Kirjoita dropbox python tiedosto samaan kansioon johon tämä on tallennettu, palaa sarakkeeseen pylvääseen ja lopputulokseen"
DocType: DocType,Sort Field,Lajittelukenttä DocType: DocType,Sort Field,Lajittelukenttä
DocType: Razorpay Settings,Razorpay Settings,Razorpay Asetukset DocType: Razorpay Settings,Razorpay Settings,Razorpay Asetukset
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +445,Edit Filter,muokkaa suodatinta
apps/frappe/frappe/core/doctype/doctype/doctype.py +415,Field {0} of type {1} cannot be mandatory,Kenttä {0} tyyppiä {1} on valinnainen
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +446,Edit Filter,muokkaa suodatinta
apps/frappe/frappe/core/doctype/doctype/doctype.py +419,Field {0} of type {1} cannot be mandatory,Kenttä {0} tyyppiä {1} on valinnainen
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,Lisää enemmän apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,Lisää enemmän
apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,Piilota Chart apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,Piilota Chart
DocType: System Settings,Session Expiry Mobile,Istunto vanhenee mobiili DocType: System Settings,Session Expiry Mobile,Istunto vanhenee mobiili
@@ -1061,7 +1062,7 @@ DocType: Address,Contacts,Yhteydet
DocType: System Settings,Setup Complete,Määritys valmis DocType: System Settings,Setup Complete,Määritys valmis
apps/frappe/frappe/config/setup.py +66,Report of all document shares,raportti kaikista asiakirjan jakamisista apps/frappe/frappe/config/setup.py +66,Report of all document shares,raportti kaikista asiakirjan jakamisista
apps/frappe/frappe/www/update-password.html +18,New Password,Uusi salasana apps/frappe/frappe/www/update-password.html +18,New Password,Uusi salasana
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +73,Filter {0} missing,Suodatin {0} puuttuu
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +74,Filter {0} missing,Suodatin {0} puuttuu
apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,Et voi poistaa automaattisesti luotua kommenttia apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,Et voi poistaa automaattisesti luotua kommenttia
DocType: Website Theme,Style using CSS,tyyli CSS käyttämällä DocType: Website Theme,Style using CSS,tyyli CSS käyttämällä
apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,Viite-tietuetyyppi apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,Viite-tietuetyyppi
@@ -1126,7 +1127,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +127,Help on Searc
apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,Rekisteröity mutta vammaiset apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,Rekisteröity mutta vammaiset
DocType: DocType,Hide Copy,piilota kopio DocType: DocType,Hide Copy,piilota kopio
apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,tyhjennä kaikki roolit apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,tyhjennä kaikki roolit
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +114,{0} generated on {1},{0} luotu {1}
apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} tulee olla uniikki apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} tulee olla uniikki
apps/frappe/frappe/permissions.py +274,Row,Rivi apps/frappe/frappe/permissions.py +274,Row,Rivi
DocType: DocType,Track Changes,Jäljitä muutokset DocType: DocType,Track Changes,Jäljitä muutokset
@@ -1177,11 +1177,11 @@ DocType: User,Github User ID,Github käyttäjätunnus
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,mikäli asiakirja tyyppi apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,mikäli asiakirja tyyppi
apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","Ei voi poistaa tai peruuttaa, koska {0} <a href=""#Form/{0}/{1}"">{1}</a> liittyy {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}" apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","Ei voi poistaa tai peruuttaa, koska {0} <a href=""#Form/{0}/{1}"">{1}</a> liittyy {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}"
apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},Tuntematon sovellus {0} apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},Tuntematon sovellus {0}
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +48,"%s is not a valid report format. Report format should \
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +49,"%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 one of the following %s",% S ei ole kelvollinen raportin muodossa. Raportti muoto olisi \ jokin seuraavista% s
DocType: Communication,Chat,Pikaviestintä DocType: Communication,Chat,Pikaviestintä
apps/frappe/frappe/core/doctype/doctype/doctype.py +408,Fieldname {0} appears multiple times in rows {1},Kenttänimi {0} ilmestyy useita kertoja riveissä {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +460,{0} from {1} to {2} in row #{3},{0} alkaen {1} ja {2} rivillä # {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +412,Fieldname {0} appears multiple times in rows {1},Kenttänimi {0} ilmestyy useita kertoja riveissä {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +462,{0} from {1} to {2} in row #{3},{0} alkaen {1} ja {2} rivillä # {3}
DocType: Communication,Expired,vanhentunut DocType: Communication,Expired,vanhentunut
DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),Sarakkeiden määrä kentän Grid (Total sarakkeet ruudukossa tulisi olla alle 11) DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),Sarakkeiden määrä kentän Grid (Total sarakkeet ruudukossa tulisi olla alle 11)
DocType: DocType,System,järjestelmä DocType: DocType,System,järjestelmä
@@ -1196,7 +1196,7 @@ DocType: Help Article,Likes,Tykkäykset
DocType: Website Settings,Top Bar,Ylävalikko DocType: Website Settings,Top Bar,Ylävalikko
DocType: GSuite Settings,Script Code,ohjelmakoodi DocType: GSuite Settings,Script Code,ohjelmakoodi
apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,Luo käyttäjä Sähköposti apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,Luo käyttäjä Sähköposti
apps/frappe/frappe/core/doctype/doctype/doctype.py +647,No Permissions Specified,Lupia ei määritetty
apps/frappe/frappe/core/doctype/doctype/doctype.py +651,No Permissions Specified,Lupia ei määritetty
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,Yleiset asetukset: Käyttäjät vain voi valita valittuna kuvakkeet apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,Yleiset asetukset: Käyttäjät vain voi valita valittuna kuvakkeet
apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} ei löytynyt apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} ei löytynyt
DocType: Custom Role,Custom Role,Custom rooli DocType: Custom Role,Custom Role,Custom rooli
@@ -1208,12 +1208,12 @@ DocType: Dropbox Settings,Dropbox Access Secret,Dropbox pääsy salaus
apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,Lisää toinen kommentti apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,Lisää toinen kommentti
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,Muokkaa tietuetyyppiä apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,Muokkaa tietuetyyppiä
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,Perunut uutiskirje apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,Perunut uutiskirje
apps/frappe/frappe/core/doctype/doctype/doctype.py +507,Fold must come before a Section Break,Taitos tulee olla ennen osanvaihtoa
apps/frappe/frappe/core/doctype/doctype/doctype.py +511,Fold must come before a Section Break,Taitos tulee olla ennen osanvaihtoa
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,Kehitteillä apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,Kehitteillä
apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,muokkaaja apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,muokkaaja
DocType: Workflow State,hand-down,käsi-alas DocType: Workflow State,hand-down,käsi-alas
DocType: Address,GST State,GST State DocType: Address,GST State,GST State
apps/frappe/frappe/core/doctype/doctype/doctype.py +695,{0}: Cannot set Cancel without Submit,{0}: ei voi perua ilman lähettämistä
apps/frappe/frappe/core/doctype/doctype/doctype.py +699,{0}: Cannot set Cancel without Submit,{0}: ei voi perua ilman lähettämistä
DocType: Website Theme,Theme,Teema DocType: Website Theme,Theme,Teema
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,Oli virheitä apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,Oli virheitä
DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,Uudelleenohjausosoite URI Bound To Valt.koodi DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,Uudelleenohjausosoite URI Bound To Valt.koodi
@@ -1252,7 +1252,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +7,
apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,Lisää kommentti apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,Lisää kommentti
DocType: DocField,Mandatory,Pakollinen DocType: DocField,Mandatory,Pakollinen
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,Moduuli Vie apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,Moduuli Vie
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,{0}: No basic permissions set,{0}: perusoikeuksia ei määritetty
apps/frappe/frappe/core/doctype/doctype/doctype.py +663,{0}: No basic permissions set,{0}: perusoikeuksia ei määritetty
apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,Tilauksesi päättyy {0}. apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,Tilauksesi päättyy {0}.
apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},lataa varmuuskopio linkki lähetetään sähköpostilla seuraaviin osoitteisiin {0} apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},lataa varmuuskopio linkki lähetetään sähköpostilla seuraaviin osoitteisiin {0}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","tarkoittaa lähetä, poista, muuta" apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","tarkoittaa lähetä, poista, muuta"
@@ -1267,6 +1267,7 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +129,Filters sa
DocType: DocField,Percent,Prosentti DocType: DocField,Percent,Prosentti
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,Aseta suodattimet apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,Aseta suodattimet
apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,Liittyy apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,Liittyy
apps/frappe/frappe/templates/emails/auto_email_report.html +48,Edit Auto Email Report Settings,Muokkaa automaattisia sähköpostiraporttien asetuksia
DocType: Workflow State,book,kirja DocType: Workflow State,book,kirja
DocType: Website Settings,Landing Page,Aloitussivu DocType: Website Settings,Landing Page,Aloitussivu
apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,Virhe skripti apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,Virhe skripti
@@ -1275,7 +1276,7 @@ apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +132,"Import R
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,Kriteerille ei ole asetettu oikeuksia apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,Kriteerille ei ole asetettu oikeuksia
DocType: Auto Email Report,Auto Email Report,Auto Sähköposti Report DocType: Auto Email Report,Auto Email Report,Auto Sähköposti Report
apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,max Sähköpostit apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,max Sähköpostit
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +575,Delete comment?,Poista kommentti?
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +577,Delete comment?,Poista kommentti?
DocType: Address Template,This format is used if country specific format is not found,Tätä muotoa käytetään ellei alueelle määriteltyä muotoa löydy DocType: Address Template,This format is used if country specific format is not found,Tätä muotoa käytetään ellei alueelle määriteltyä muotoa löydy
DocType: System Settings,Allow Login using Mobile Number,Salli Kirjaudu käyttäen matkapuhelinnumero DocType: System Settings,Allow Login using Mobile Number,Salli Kirjaudu käyttäen matkapuhelinnumero
apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,Sinulla ei ole tarpeeksi oikeuksia käyttääksesi tätä resurssia. Ota yhteyttä esimieheesi tai tämän verkkopalvelun ylläpitäjiin lisäoikeuksia hankkiaksesi. apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,Sinulla ei ole tarpeeksi oikeuksia käyttääksesi tätä resurssia. Ota yhteyttä esimieheesi tai tämän verkkopalvelun ylläpitäjiin lisäoikeuksia hankkiaksesi.
@@ -1291,7 +1292,7 @@ DocType: Print Format,Monospace,Monospace
DocType: Letter Head,Printing,Painaminen DocType: Letter Head,Printing,Painaminen
DocType: Workflow State,thumbs-up,peukalo-ylös DocType: Workflow State,thumbs-up,peukalo-ylös
DocType: DocPerm,DocPerm,asiakirjaoikeus DocType: DocPerm,DocPerm,asiakirjaoikeus
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Precision should be between 1 and 6,Tarkkuus tulee olla välillä 1 ja 6
apps/frappe/frappe/core/doctype/doctype/doctype.py +467,Precision should be between 1 and 6,Tarkkuus tulee olla välillä 1 ja 6
apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},Fw: {0} apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},Fw: {0}
apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,ja apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,ja
DocType: Error Snapshot,Frames,Kehykset DocType: Error Snapshot,Frames,Kehykset
@@ -1304,9 +1305,10 @@ apps/frappe/frappe/utils/boilerplate.py +263,{app_title},{app_otsikko}
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,Määritä Dropbox pääsyn asetukset apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,Määritä Dropbox pääsyn asetukset
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Poista tämä ennätys jotta lähettämällä tähän sähköpostiosoitteeseen apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Poista tämä ennätys jotta lähettämällä tähän sähköpostiosoitteeseen
apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"Uusille tietueille vain pakolliset kentät ovat välttämättömiä, ylimääräiset sarakkeet voidaan poistaa tarvittaessa." apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"Uusille tietueille vain pakolliset kentät ovat välttämättömiä, ylimääräiset sarakkeet voidaan poistaa tarvittaessa."
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +269,Unable to update event,Tapahtumaa ei pysty päivittämään
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +262,Unable to update event,Tapahtumaa ei pysty päivittämään
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Maksu valmis apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Maksu valmis
apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","Suodattimen tulee olla 4 arvot (doctype, fieldname, operaattori, arvo): {0}" apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","Suodattimen tulee olla 4 arvot (doctype, fieldname, operaattori, arvo): {0}"
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,Ei löytynyt oletusmallimallia. Luo uusi asetus Setup&gt; Printing and Branding&gt; Osoitemalli.
apps/frappe/frappe/utils/bot.py +89,show,show apps/frappe/frappe/utils/bot.py +89,show,show
DocType: Address Template,Address Template,"osoite, mallipohja" DocType: Address Template,Address Template,"osoite, mallipohja"
DocType: Workflow State,text-height,Teksti-korkeus DocType: Workflow State,text-height,Teksti-korkeus
@@ -1359,7 +1361,6 @@ apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +6,Can Write
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","tiettyjä asiakirjoja, kuten myyntilaskut ei tule enää muuttaa lähetetty tilassa, tarvittaessa voit rajoittaa lähettäjän käyttöoikeuksia rooleista" apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","tiettyjä asiakirjoja, kuten myyntilaskut ei tule enää muuttaa lähetetty tilassa, tarvittaessa voit rajoittaa lähettäjän käyttöoikeuksia rooleista"
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,Raporttia ei saa ladata apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,Raporttia ei saa ladata
apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 kohde valittu apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 kohde valittu
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,"<p> Ei tuloksia haulle "" </p>"
DocType: Newsletter,Test Email Address,Test Sähköpostiosoite DocType: Newsletter,Test Email Address,Test Sähköpostiosoite
DocType: ToDo,Sender,Lähettäjä DocType: ToDo,Sender,Lähettäjä
DocType: GSuite Settings,Google Apps Script,Google Apps Script DocType: GSuite Settings,Google Apps Script,Google Apps Script
@@ -1372,7 +1373,7 @@ DocType: System Settings,Allow only one session per user,Vain yksi istunto per k
apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,Kopio apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,Kopio
apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,Etusivu / Testi kansio 1 / Test-kansion 3 apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,Etusivu / Testi kansio 1 / Test-kansion 3
DocType: Website Settings,&lt;head&gt; HTML,&lt;Head&gt; HTML DocType: Website Settings,&lt;head&gt; HTML,&lt;Head&gt; HTML
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +66,Select or drag across time slots to create a new event.,Valitse tai vieritä oikea aikaväli tehdäksesi uuden tapahtuman
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +67,Select or drag across time slots to create a new event.,Valitse tai vieritä oikea aikaväli tehdäksesi uuden tapahtuman
DocType: DocField,In Filter,suodatuksessa DocType: DocField,In Filter,suodatuksessa
apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban
DocType: DocType,Show in Module Section,Näytä moduulissa jaksossa DocType: DocType,Show in Module Section,Näytä moduulissa jaksossa
@@ -1393,7 +1394,7 @@ apps/frappe/frappe/email/doctype/email_account/email_account_list.js +6,Default
apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,Tuo zip apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,Tuo zip
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,asiakirjan tunnus apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,asiakirjan tunnus
DocType: Print Settings,Letter,Kirjain DocType: Print Settings,Letter,Kirjain
apps/frappe/frappe/core/doctype/doctype/doctype.py +556,Image field must be of type Attach Image,Kuvakentän on oltava tyyppiä 'Kuvaliite'
apps/frappe/frappe/core/doctype/doctype/doctype.py +560,Image field must be of type Attach Image,Kuvakentän on oltava tyyppiä 'Kuvaliite'
DocType: DocField,Columns,Pylväät DocType: DocField,Columns,Pylväät
DocType: Async Task,Succeeded,Onnistui DocType: Async Task,Succeeded,Onnistui
apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},pakolliset kentät vaaditaan {0} apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},pakolliset kentät vaaditaan {0}
@@ -1443,7 +1444,7 @@ DocType: DocField,Text Editor,Tekstin muokkaus
apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,Tietoa meistä sivun asetukset apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,Tietoa meistä sivun asetukset
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,muokkaa omaa HTML apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,muokkaa omaa HTML
DocType: Error Snapshot,Error Snapshot,Virhe Snapshot DocType: Error Snapshot,Error Snapshot,Virhe Snapshot
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,In,sisältyy
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,In,sisältyy
DocType: Email Alert,Value Change,Muuta arvoa DocType: Email Alert,Value Change,Muuta arvoa
DocType: Standard Reply,Standard Reply,Vastausmalline DocType: Standard Reply,Standard Reply,Vastausmalline
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,Syöttöruuduun leveys apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,Syöttöruuduun leveys
@@ -1463,12 +1464,11 @@ apps/frappe/frappe/public/js/frappe/views/communication.js +82,Select Attachment
apps/frappe/frappe/model/naming.py +94, for {0},{0}lle apps/frappe/frappe/model/naming.py +94, for {0},{0}lle
apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,Tapahtui virheitä. Ilmoita. apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,Tapahtui virheitä. Ilmoita.
apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,Sinulla ei ole oikeutta tulostaa tätä asiakirjaa apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,Sinulla ei ole oikeutta tulostaa tätä asiakirjaa
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +107,Please set filters value in Report Filter table.,Määritä suodattimia arvo Report Suodatin taulukossa.
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +120,Please set filters value in Report Filter table.,Määritä suodattimia arvo Report Suodatin taulukossa.
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,ladataan raporttia apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,ladataan raporttia
apps/frappe/frappe/limits.py +72,Your subscription will expire today.,Tilauksesi vanhenee tänään. apps/frappe/frappe/limits.py +72,Your subscription will expire today.,Tilauksesi vanhenee tänään.
DocType: Page,Standard,perus DocType: Page,Standard,perus
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Liitä tiedosto apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Liitä tiedosto
apps/frappe/frappe/templates/emails/password_update.html +1,Password Update Notification,Salasanan päivitysilmoitus
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Koko apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Koko
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,tehtävä valmis apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,tehtävä valmis
DocType: Custom DocPerm,User Permission DocTypes,Käyttöoikeustyypit DocType: Custom DocPerm,User Permission DocTypes,Käyttöoikeustyypit
@@ -1481,6 +1481,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +10,Insert Abo
apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,Yhteiset ja sukunimet on helppo arvata. apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,Yhteiset ja sukunimet on helppo arvata.
apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,luonnos apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,luonnos
apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,Tämä on samanlainen kuin yleisesti käytetty salasana. apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,Tämä on samanlainen kuin yleisesti käytetty salasana.
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,"<p> Ei tuloksia haulle "" </p>"
DocType: User,Female,Nainen DocType: User,Female,Nainen
DocType: Print Settings,Modern,Nykyaikainen DocType: Print Settings,Modern,Nykyaikainen
apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,Hakutulokset apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,Hakutulokset
@@ -1535,7 +1536,7 @@ apps/frappe/frappe/core/doctype/file/file_list.js +65,Folder name should not inc
DocType: Note,Note,Muistiinpano DocType: Note,Note,Muistiinpano
apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,Virheraportti apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,Virheraportti
apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,Palaute olosuhteet eivät täsmää apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,Palaute olosuhteet eivät täsmää
apps/frappe/frappe/core/doctype/doctype/doctype.py +570,Timeline field must be a valid fieldname,Aikajana kentän täytyy olla kelvollinen fieldname
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a valid fieldname,Aikajana kentän täytyy olla kelvollinen fieldname
DocType: Currency,Symbol,symbooli DocType: Currency,Symbol,symbooli
apps/frappe/frappe/model/base_document.py +534,Row #{0}:,Rivi # {0}: apps/frappe/frappe/model/base_document.py +534,Row #{0}:,Rivi # {0}:
apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,Uusi salasana lähetetty apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,Uusi salasana lähetetty
@@ -1592,8 +1593,7 @@ DocType: Web Page,Text Align,Tekstin kohdistus
apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},Nimi ei voi sisältää erikoismerkkejä kuten {0} apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},Nimi ei voi sisältää erikoismerkkejä kuten {0}
DocType: Contact Us Settings,Forward To Email Address,lähetä eteenpäin sähköpostiosoitteeseen DocType: Contact Us Settings,Forward To Email Address,lähetä eteenpäin sähköpostiosoitteeseen
apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,Näytä kaikki tiedot apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,Näytä kaikki tiedot
apps/frappe/frappe/core/doctype/doctype/doctype.py +527,Title field must be a valid fieldname,Otsikkokentän on oltava kelvollinen kenttänimi
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,Sähköposti-tili ei ole asennettu. Luo uusi sähköpostitili Asetukset&gt; Sähköposti&gt; Sähköposti -tili
apps/frappe/frappe/core/doctype/doctype/doctype.py +531,Title field must be a valid fieldname,Otsikkokentän on oltava kelvollinen kenttänimi
apps/frappe/frappe/config/core.py +7,Documents,Dokumentit apps/frappe/frappe/config/core.py +7,Documents,Dokumentit
DocType: Email Flag Queue,Is Completed,on valmis DocType: Email Flag Queue,Is Completed,on valmis
apps/frappe/frappe/www/me.html +22,Edit Profile,Muokkaa profiilia apps/frappe/frappe/www/me.html +22,Edit Profile,Muokkaa profiilia
@@ -1645,7 +1645,7 @@ DocType: Standard Reply,Standard Reply Help,Standard Vastaa Ohje
DocType: Blogger,Avatar,Avatar DocType: Blogger,Avatar,Avatar
DocType: Blogger,Posts,Viestit DocType: Blogger,Posts,Viestit
DocType: DocType,Has Web View,On Verkkonäkymän DocType: DocType,Has Web View,On Verkkonäkymän
apps/frappe/frappe/core/doctype/doctype/doctype.py +377,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","Tietuetyypin nimen tulee alkaa kirjaimella, ja nimi voi sisältää vain kirjaimia, numeroita, välilyöntejä ja alaviivoja."
apps/frappe/frappe/core/doctype/doctype/doctype.py +381,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","Tietuetyypin nimen tulee alkaa kirjaimella, ja nimi voi sisältää vain kirjaimia, numeroita, välilyöntejä ja alaviivoja."
DocType: Communication,Spam,roskapostin DocType: Communication,Spam,roskapostin
DocType: Integration Request,Integration Request,integraatio pyyntö DocType: Integration Request,Integration Request,integraatio pyyntö
apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,hyvä apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,hyvä
@@ -1681,7 +1681,7 @@ DocType: Website Settings,Sub-domain provided by erpnext.com,erpnext.com -sivust
DocType: System Settings,dd-mm-yyyy,pp-kk-vvvv DocType: System Settings,dd-mm-yyyy,pp-kk-vvvv
apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,tämän raportin avaamiseen vaaditaan käyttöoikeudet apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,tämän raportin avaamiseen vaaditaan käyttöoikeudet
apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,Valitse pienin salasanan Pisteet apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,Valitse pienin salasanan Pisteet
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,Added,lisätty
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,Added,lisätty
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.","Päivitä vain, älä laita uusia ennätyksiä." apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.","Päivitä vain, älä laita uusia ennätyksiä."
apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,"päivittäinen tapahtumatiedote on lähetetty tapahtumakalenteriin, joissa määritellään muistutukset" apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,"päivittäinen tapahtumatiedote on lähetetty tapahtumakalenteriin, joissa määritellään muistutukset"
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,Näytä verkkosivusto apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,Näytä verkkosivusto
@@ -1695,7 +1695,7 @@ DocType: Integration Request,Reference DocName,Viite DocName
DocType: Web Form,Success Message,menestys viesti DocType: Web Form,Success Message,menestys viesti
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,vienti muokkaus apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,vienti muokkaus
DocType: DocType,User Cannot Search,Käyttäjä ei voi hakea DocType: DocType,User Cannot Search,Käyttäjä ei voi hakea
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +83,Invalid Output Format,Virheellinen Esitysmuoto
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Invalid Output Format,Virheellinen Esitysmuoto
DocType: Custom DocPerm,Apply this rule if the User is the Owner,"käytä tätä sääntöä, jos käyttäjä on omistaja" DocType: Custom DocPerm,Apply this rule if the User is the Owner,"käytä tätä sääntöä, jos käyttäjä on omistaja"
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,Tulee olemaan käyttäjätunnuksesi tunnus apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,Tulee olemaan käyttäjätunnuksesi tunnus
apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,tee raportti apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,tee raportti
@@ -1713,10 +1713,11 @@ apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +138,There were e
apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,Sulje apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,Sulje
apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,asiakirjan tilaa ei voi muuttaa 0:stä 2:seen apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,asiakirjan tilaa ei voi muuttaa 0:stä 2:seen
DocType: User Permission for Page and Report,Roles Permission,roolit Käyttöoikeus DocType: User Permission for Page and Report,Roles Permission,roolit Käyttöoikeus
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,Sähköposti-tili ei ole asennettu. Luo uusi sähköpostitili Asetukset&gt; Sähköposti&gt; Sähköposti -tili
apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,Muuta apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,Muuta
DocType: Error Snapshot,Snapshot View,Tilannekuvanäkymä DocType: Error Snapshot,Snapshot View,Tilannekuvanäkymä
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,Säilytä uutiskirje ennen lähettämistä apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,Säilytä uutiskirje ennen lähettämistä
apps/frappe/frappe/core/doctype/doctype/doctype.py +426,Options must be a valid DocType for field {0} in row {1},Valinnan tulee olla rivillä {1} kentälle {0} hyväksytty tietuetyyppi
apps/frappe/frappe/core/doctype/doctype/doctype.py +430,Options must be a valid DocType for field {0} in row {1},Valinnan tulee olla rivillä {1} kentälle {0} hyväksytty tietuetyyppi
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,muokkaa ominaisuuksia apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,muokkaa ominaisuuksia
DocType: Patch Log,List of patches executed,Luettelo laastaria teloitettiin DocType: Patch Log,List of patches executed,Luettelo laastaria teloitettiin
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} on jo jääneet apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} on jo jääneet
@@ -1809,7 +1810,7 @@ apps/frappe/frappe/core/doctype/version/version_view.html +32,Rows Added,rivit L
apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,Menestys! Olet hyvä mennä 👍 apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,Menestys! Olet hyvä mennä 👍
apps/frappe/frappe/www/me.html +3,My Account,oma tili apps/frappe/frappe/www/me.html +3,My Account,oma tili
DocType: ToDo,Allocated To,kohdennettu DocType: ToDo,Allocated To,kohdennettu
apps/frappe/frappe/templates/emails/password_reset.html +4,Please click on the following link to set your new password,Klikkaa seuraavaa linkkiä asettaa uuden salasanan
apps/frappe/frappe/templates/emails/password_reset.html +2,Please click on the following link to set your new password,Klikkaa seuraavaa linkkiä asettaa uuden salasanan
DocType: Email Alert,Days After,päivää jälkeen DocType: Email Alert,Days After,päivää jälkeen
DocType: Newsletter,Receipient,vastaanottajalta DocType: Newsletter,Receipient,vastaanottajalta
DocType: Contact Us Settings,Settings for Contact Us Page,Yhteystiedot sivuston asetukset DocType: Contact Us Settings,Settings for Contact Us Page,Yhteystiedot sivuston asetukset
@@ -1823,7 +1824,7 @@ DocType: Property Setter,Property Type,Omaisuus tyyppi
DocType: Workflow State,screenshot,kuvankaappaus DocType: Workflow State,screenshot,kuvankaappaus
apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,Ainoastaan ylläpitäjä voi tallentaa perusraportin. Nimeä uudelleen ja tallenna. apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,Ainoastaan ylläpitäjä voi tallentaa perusraportin. Nimeä uudelleen ja tallenna.
DocType: System Settings,Background Workers,taustaa Työntekijät DocType: System Settings,Background Workers,taustaa Työntekijät
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,Fieldname {0} conflicting with meta object,Fieldname {0} ristiriidassa metaolion
apps/frappe/frappe/core/doctype/doctype/doctype.py +783,Fieldname {0} conflicting with meta object,Fieldname {0} ristiriidassa metaolion
DocType: Deleted Document,Data,tiedot DocType: Deleted Document,Data,tiedot
apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,asiakirjan tila apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,asiakirjan tila
apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},Olet tehnyt {0} {1} apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},Olet tehnyt {0} {1}
@@ -1887,7 +1888,6 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +70,"""Parent"" signif
DocType: Website Theme,Apply Style,käytä tyyliä DocType: Website Theme,Apply Style,käytä tyyliä
DocType: Feedback Request,Feedback Rating,Palaute Rating DocType: Feedback Request,Feedback Rating,Palaute Rating
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,Jaettu käyttäjille apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,Jaettu käyttäjille
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,Asetukset&gt; Käyttäjäoikeuksien hallinta
DocType: Help Category,Help Articles,Ohje Artikkelit DocType: Help Category,Help Articles,Ohje Artikkelit
,Modules Setup,moduuli määritykset ,Modules Setup,moduuli määritykset
apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,tyyppi: apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,tyyppi:
@@ -1933,12 +1933,11 @@ apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 2,Vaih
DocType: Feedback Trigger,Email Field,Sähköposti Field DocType: Feedback Trigger,Email Field,Sähköposti Field
apps/frappe/frappe/www/update-password.html +59,New Password Required.,Uusi salasana vaaditaan. apps/frappe/frappe/www/update-password.html +59,New Password Required.,Uusi salasana vaaditaan.
apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} asiakirja on jaettu {1} kanssa apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} asiakirja on jaettu {1} kanssa
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,Asennus&gt; Käyttäjä
DocType: Website Settings,Brand Image,Tuotekuva DocType: Website Settings,Brand Image,Tuotekuva
DocType: Print Settings,A4,A4 DocType: Print Settings,A4,A4
apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","Määritä ylänavigointipalkki, alatunniste ja logo" apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","Määritä ylänavigointipalkki, alatunniste ja logo"
DocType: Web Form Field,Max Value,max Value DocType: Web Form Field,Max Value,max Value
apps/frappe/frappe/core/doctype/doctype/doctype.py +655,For {0} at level {1} in {2} in row {3},"{0} tasolle {1}, {2} rivillä {3}"
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,For {0} at level {1} in {2} in row {3},"{0} tasolle {1}, {2} rivillä {3}"
DocType: Contact,All,Kaikki DocType: Contact,All,Kaikki
DocType: Email Queue,Recipient,Vastaanottaja DocType: Email Queue,Recipient,Vastaanottaja
DocType: Communication,Has Attachment,on liitteitä DocType: Communication,Has Attachment,on liitteitä
@@ -1956,7 +1955,7 @@ DocType: Auto Email Report,Email To,Email To
apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,Kansio {0} ei ole tyhjä apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,Kansio {0} ei ole tyhjä
DocType: Page,Roles,Roolit DocType: Page,Roles,Roolit
apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},Virhe: arvo puuttuu {0}: {1} apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},Virhe: arvo puuttuu {0}: {1}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +286,Field {0} is not selectable.,Kenttä {0} ei ole valittavissa
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +287,Field {0} is not selectable.,Kenttä {0} ei ole valittavissa
DocType: System Settings,Session Expiry,Istunto vanhenee DocType: System Settings,Session Expiry,Istunto vanhenee
DocType: Workflow State,ban-circle,kielto-ympyrä DocType: Workflow State,ban-circle,kielto-ympyrä
DocType: Email Flag Queue,Unread,Lukemattomat DocType: Email Flag Queue,Unread,Lukemattomat
@@ -2014,7 +2013,7 @@ DocType: DocType,"Naming Options:
<ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",Nimeäminen Vaihtoehdot: <ol><li> <b>kenttä: [fieldname]</b> - By Field </li><li> <b>naming_series:</b> - nimeämällä Series (kenttä nimeltään naming_series on oltava läsnä </li><li> <b>Prompt</b> - Prompt käyttäjältä nimen </li><li> <b>[sarja]</b> - Series etuliitteellä (erotettu pisteellä); esimerkiksi PRE. ##### </li></ol> <ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",Nimeäminen Vaihtoehdot: <ol><li> <b>kenttä: [fieldname]</b> - By Field </li><li> <b>naming_series:</b> - nimeämällä Series (kenttä nimeltään naming_series on oltava läsnä </li><li> <b>Prompt</b> - Prompt käyttäjältä nimen </li><li> <b>[sarja]</b> - Series etuliitteellä (erotettu pisteellä); esimerkiksi PRE. ##### </li></ol>
DocType: Blog Post,Email Sent,sähköposti lähetetty DocType: Blog Post,Email Sent,sähköposti lähetetty
DocType: DocField,Ignore XSS Filter,Ohita XSS Filter DocType: DocField,Ignore XSS Filter,Ohita XSS Filter
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,removed,poistettu
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,removed,poistettu
apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,Dropbox varmuuskopiointiasetukset apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,Dropbox varmuuskopiointiasetukset
apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,Lähetä sähköpostina apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,Lähetä sähköpostina
DocType: Website Theme,Link Color,Linkin väri DocType: Website Theme,Link Color,Linkin väri
@@ -2147,6 +2146,7 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Vas
DocType: DocType,Setup,Asetukset DocType: DocType,Setup,Asetukset
DocType: Email Account,Initial Sync Count,Alustava synkronointi Count DocType: Email Account,Initial Sync Count,Alustava synkronointi Count
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Uusi kommentti {0} {1} apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Uusi kommentti {0} {1}
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} vuosi (t) sitten
DocType: Workflow State,glass,lasi DocType: Workflow State,glass,lasi
DocType: DocType,Timeline Field,Aikajana Field DocType: DocType,Timeline Field,Aikajana Field
DocType: Country,Time Zones,Aikavyöhykkeet DocType: Country,Time Zones,Aikavyöhykkeet
@@ -2181,10 +2181,10 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +77,You are not
apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,info: apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,info:
DocType: Custom Field,Permission Level,Käyttöoikeustaso DocType: Custom Field,Permission Level,Käyttöoikeustaso
DocType: User,Send Notifications for Transactions I Follow,Lähetä ilmoituksia tapahtumista joita seuraan DocType: User,Send Notifications for Transactions I Follow,Lähetä ilmoituksia tapahtumista joita seuraan
apps/frappe/frappe/core/doctype/doctype/doctype.py +698,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: ei voi lähettää, perua tai muuttaa ilman kirjoitusta"
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: ei voi lähettää, perua tai muuttaa ilman kirjoitusta"
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,"Oletko varma, että haluat poistaa liitetiedoston?" apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,"Oletko varma, että haluat poistaa liitetiedoston?"
apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","Ei voi poistaa tai peruuttaa, koska {0} <a href=""#Form/{0}/{1}"">{1}</a> liittyy {2} <a href=""#Form/{2}/{3}"">{3}</a>" apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","Ei voi poistaa tai peruuttaa, koska {0} <a href=""#Form/{0}/{1}"">{1}</a> liittyy {2} <a href=""#Form/{2}/{3}"">{3}</a>"
apps/frappe/frappe/__init__.py +1070,Thank you,Kiitos
apps/frappe/frappe/__init__.py +1071,Thank you,Kiitos
apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,Tallennetaan... apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,Tallennetaan...
DocType: Print Settings,Print Style Preview,Tulosta Style esikatselu DocType: Print Settings,Print Style Preview,Tulosta Style esikatselu
apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder
@@ -2228,7 +2228,7 @@ apps/frappe/frappe/public/js/frappe/list/list_renderer.js +501,2 days ago,2 päi
apps/frappe/frappe/config/website.py +47,Categorize blog posts.,luokittele blogikirjoituksia apps/frappe/frappe/config/website.py +47,Categorize blog posts.,luokittele blogikirjoituksia
DocType: Workflow State,Time,Aika DocType: Workflow State,Time,Aika
DocType: DocField,Attach,liite DocType: DocField,Attach,liite
apps/frappe/frappe/core/doctype/doctype/doctype.py +539,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} ei ole kelvollinen fieldname kuvio. Sen pitäisi olla {{FIELD_NAME}}.
apps/frappe/frappe/core/doctype/doctype/doctype.py +543,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} ei ole kelvollinen fieldname kuvio. Sen pitäisi olla {{FIELD_NAME}}.
DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,"Lähetä palautetta Kysely vain, jos on ainakin yksi viestintä on käytettävissä dokumentin." DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,"Lähetä palautetta Kysely vain, jos on ainakin yksi viestintä on käytettävissä dokumentin."
DocType: Custom Role,Permission Rules,Käyttöoikeus säännöt DocType: Custom Role,Permission Rules,Käyttöoikeus säännöt
DocType: GSuite Settings,GSuite Settings,GSuite Asetukset DocType: GSuite Settings,GSuite Settings,GSuite Asetukset
@@ -2248,7 +2248,7 @@ apps/frappe/frappe/website/doctype/blog_post/blog_post.py +106,Posts by {0},Vies
apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","Jos haluat muotoilla sarakkeita, anna nimi saraketunnisteelle" apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","Jos haluat muotoilla sarakkeita, anna nimi saraketunnisteelle"
DocType: Has Domain,Has Domain,on Domain DocType: Has Domain,Has Domain,on Domain
apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,Ei ole tiliä? Kirjaudu apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,Ei ole tiliä? Kirjaudu
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,{0}: Cannot set Assign Amend if not Submittable,{0}: ei voi nimetä mutosta ellei ole lähetettävissä
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set Assign Amend if not Submittable,{0}: ei voi nimetä mutosta ellei ole lähetettävissä
DocType: Address,Bihar,Biharin DocType: Address,Bihar,Biharin
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,muokkaa rooli oikeuksia apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,muokkaa rooli oikeuksia
DocType: Communication,Link DocType,Linkki-tietuetyyppi DocType: Communication,Link DocType,Linkki-tietuetyyppi
@@ -2299,7 +2299,7 @@ DocType: DocField,Set non-standard precision for a Float or Currency field,Aseta
DocType: Email Account,Ignore attachments over this size,ohita tätä kokoa suuremmat liitteet DocType: Email Account,Ignore attachments over this size,ohita tätä kokoa suuremmat liitteet
DocType: Address,Preferred Billing Address,Suositeltu laskutusosoite DocType: Address,Preferred Billing Address,Suositeltu laskutusosoite
apps/frappe/frappe/config/integrations.py +63,External Documents,ulkoiset dokumentit apps/frappe/frappe/config/integrations.py +63,External Documents,ulkoiset dokumentit
apps/frappe/frappe/database.py +235,Too many writes in one request. Please send smaller requests,"Liian paljon kirjoitusta yhteen pyytöön, lähetä lyhyempi pyyntö"
apps/frappe/frappe/database.py +247,Too many writes in one request. Please send smaller requests,"Liian paljon kirjoitusta yhteen pyytöön, lähetä lyhyempi pyyntö"
apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,arvot Muuttunut apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,arvot Muuttunut
DocType: Workflow State,arrow-up,arrow-up DocType: Workflow State,arrow-up,arrow-up
DocType: OAuth Bearer Token,Expires In,Vanhenee DocType: OAuth Bearer Token,Expires In,Vanhenee
@@ -2347,7 +2347,7 @@ apps/frappe/frappe/core/page/data_import_tool/importer.py +81,Please make sure t
apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,"Varmista, että profiilisi on sähköpostiosoite" apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,"Varmista, että profiilisi on sähköpostiosoite"
apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,Tekemiäsi muutoksia ei ole tallennettu. Tallenna ennen kuin jatkat. apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,Tekemiäsi muutoksia ei ole tallennettu. Tallenna ennen kuin jatkat.
DocType: Address,Telangana,Telangana DocType: Address,Telangana,Telangana
apps/frappe/frappe/core/doctype/doctype/doctype.py +459,Default for {0} must be an option,oletus {0}:lle tulee olla vaihtoehto
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Default for {0} must be an option,oletus {0}:lle tulee olla vaihtoehto
DocType: Tag Doc Category,Tag Doc Category,Tag Doc Luokka DocType: Tag Doc Category,Tag Doc Category,Tag Doc Luokka
DocType: User,User Image,Käyttäjän kuva DocType: User,User Image,Käyttäjän kuva
apps/frappe/frappe/email/queue.py +304,Emails are muted,sähköpostit on mykistetty apps/frappe/frappe/email/queue.py +304,Emails are muted,sähköpostit on mykistetty
@@ -2392,7 +2392,7 @@ DocType: Async Task,Running,Running
apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,Nollaa salasana apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,Nollaa salasana
apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,Ole hyvä ja päivitä lisätä yli {0} tilaajien apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,Ole hyvä ja päivitä lisätä yli {0} tilaajien
DocType: Workflow State,hand-left,käsi-vasen DocType: Workflow State,hand-left,käsi-vasen
apps/frappe/frappe/core/doctype/doctype/doctype.py +472,Fieldtype {0} for {1} cannot be unique,Kenttätyyppi {0} on {1} ei voi olla uniikki
apps/frappe/frappe/core/doctype/doctype/doctype.py +476,Fieldtype {0} for {1} cannot be unique,Kenttätyyppi {0} on {1} ei voi olla uniikki
DocType: Email Account,Use SSL,Käytä SSL:ää DocType: Email Account,Use SSL,Käytä SSL:ää
DocType: Workflow State,play-circle,Play-ympyrä DocType: Workflow State,play-circle,Play-ympyrä
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,Valitse muokattava tulostusmuoto apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,Valitse muokattava tulostusmuoto
@@ -2447,7 +2447,7 @@ DocType: DocField,No Copy,Ei Kopiota
DocType: Workflow State,qrcode,qrcode DocType: Workflow State,qrcode,qrcode
apps/frappe/frappe/www/login.html +34,Login with LDAP,Kirjaudu LDAP apps/frappe/frappe/www/login.html +34,Login with LDAP,Kirjaudu LDAP
DocType: Web Form,Breadcrumbs,muruset DocType: Web Form,Breadcrumbs,muruset
apps/frappe/frappe/core/doctype/doctype/doctype.py +671,If Owner,mikäli omistaja
apps/frappe/frappe/core/doctype/doctype/doctype.py +675,If Owner,mikäli omistaja
DocType: OAuth Authorization Code,Expiration time,vanhentumisaika DocType: OAuth Authorization Code,Expiration time,vanhentumisaika
DocType: Web Page,Website Sidebar,Verkkosivu sivupalkki DocType: Web Page,Website Sidebar,Verkkosivu sivupalkki
DocType: Web Form,Show Sidebar,Näytä sivupalkki DocType: Web Form,Show Sidebar,Näytä sivupalkki
@@ -2607,6 +2607,7 @@ DocType: Portal Settings,Hide Standard Menu,Piilota Standard Menu
apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,Add / Manage sähköpostiverkkotunnukset. apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,Add / Manage sähköpostiverkkotunnukset.
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},"ei voi peruuttaa ilman lähetystä, katso tapahtuma {0}" apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},"ei voi peruuttaa ilman lähetystä, katso tapahtuma {0}"
apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,Tulostusmuoto {0} on poistettu käytöstä apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,Tulostusmuoto {0} on poistettu käytöstä
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,Aseta oletussähköpostitili Asetukset&gt; Sähköposti&gt; Sähköposti -tili
DocType: Email Alert,Send days before or after the reference date,Lähetä päiviä ennen tai jälkeen viitepäivämäärän DocType: Email Alert,Send days before or after the reference date,Lähetä päiviä ennen tai jälkeen viitepäivämäärän
DocType: User,Allow user to login only after this hour (0-24),Salli käyttäjän kirjautua vasta tämän jälkeen tunti (0-24) DocType: User,Allow user to login only after this hour (0-24),Salli käyttäjän kirjautua vasta tämän jälkeen tunti (0-24)
apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,Arvo apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,Arvo
@@ -2622,7 +2623,6 @@ DocType: ToDo,Priority,prioriteetti
DocType: Email Queue,Unsubscribe Param,tilaus Param DocType: Email Queue,Unsubscribe Param,tilaus Param
DocType: Auto Email Report,Weekly,Viikoittain DocType: Auto Email Report,Weekly,Viikoittain
DocType: Communication,In Reply To,Vastauksena DocType: Communication,In Reply To,Vastauksena
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,Ei löytynyt oletusmallimallia. Luo uusi asetus Setup&gt; Printing and Branding&gt; Osoitemalli.
DocType: DocType,Allow Import (via Data Import Tool),Salli Tuo (via Tietojen tuonti Tool) DocType: DocType,Allow Import (via Data Import Tool),Salli Tuo (via Tietojen tuonti Tool)
apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,sr apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,sr
DocType: DocField,Float,Kellunta DocType: DocField,Float,Kellunta
@@ -2665,7 +2665,7 @@ apps/frappe/frappe/templates/emails/auto_reply.html +1,Thank you for your email,
DocType: DocField,Small Text,Pieni teksti DocType: DocField,Small Text,Pieni teksti
apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,ylläpitäjän kirjautuminen {0} {1}:llä IP-osoiteella {2} apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,ylläpitäjän kirjautuminen {0} {1}:llä IP-osoiteella {2}
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,yhtäsuuri apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,yhtäsuuri
apps/frappe/frappe/core/doctype/doctype/doctype.py +453,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"""
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,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 DocType: About Us Settings,Team Members Heading,Tiimin jäsenet otsikko
apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,Virheellinen CSV Format apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,Virheellinen CSV Format
apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,Aseta määrä Varmuuskopiot apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,Aseta määrä Varmuuskopiot
@@ -2699,7 +2699,7 @@ DocType: Kanban Board Column,Column Name,sarakken nimi
DocType: Language,Based On,perustuu DocType: Language,Based On,perustuu
apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,Laita oletusarvoksi apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,Laita oletusarvoksi
apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,Tarkista Frappe Palvelimen URL apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,Tarkista Frappe Palvelimen URL
apps/frappe/frappe/core/doctype/doctype/doctype.py +495,Fieldtype {0} for {1} cannot be indexed,Kenttätyyppi {0}:ä {1} ei voi indeksoida
apps/frappe/frappe/core/doctype/doctype/doctype.py +499,Fieldtype {0} for {1} cannot be indexed,Kenttätyyppi {0}:ä {1} ei voi indeksoida
DocType: Communication,Email Account,sähköpostitili DocType: Communication,Email Account,sähköpostitili
DocType: Workflow State,Download,Vie DocType: Workflow State,Download,Vie
DocType: Blog Post,Blog Intro,Blogi Intro DocType: Blog Post,Blog Intro,Blogi Intro
@@ -2731,15 +2731,15 @@ apps/frappe/frappe/email/doctype/email_group/email_group.js +45,New Newsletter,U
DocType: Print Settings,Send Print as PDF,Lähetä PDF tuloste DocType: Print Settings,Send Print as PDF,Lähetä PDF tuloste
DocType: Web Form,Amount,määrä DocType: Web Form,Amount,määrä
DocType: Workflow Transition,Allowed,Sallittu DocType: Workflow Transition,Allowed,Sallittu
apps/frappe/frappe/core/doctype/doctype/doctype.py +502,There can be only one Fold in a form,Lomakkeessa voi olla vain yksi supistus
apps/frappe/frappe/core/doctype/doctype/doctype.py +506,There can be only one Fold in a form,Lomakkeessa voi olla vain yksi supistus
apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},Ei voi kirjoittaa tiedostomuotoon {0} apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},Ei voi kirjoittaa tiedostomuotoon {0}
apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,Palauta oletusasetukset? apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,Palauta oletusasetukset?
apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,virheellinen kotisivu apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,virheellinen kotisivu
apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,Virheellinen kirjautuminen. Yritä uudelleen. apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,Virheellinen kirjautuminen. Yritä uudelleen.
apps/frappe/frappe/core/doctype/doctype/doctype.py +420,Options required for Link or Table type field {0} in row {1},Vaihtoehtoja tarvitaan Link tai taulukossa tyypin kenttä {0} rivillä {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +424,Options required for Link or Table type field {0} in row {1},Vaihtoehtoja tarvitaan Link tai taulukossa tyypin kenttä {0} rivillä {1}
DocType: Auto Email Report,Send only if there is any data,"Lähetä vain, jos on mitään tietoa" DocType: Auto Email Report,Send only if there is any data,"Lähetä vain, jos on mitään tietoa"
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,Nollaa suodattimet apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,Nollaa suodattimet
apps/frappe/frappe/core/doctype/doctype/doctype.py +688,{0}: Permission at level 0 must be set before higher levels are set,{0}: oikeudet tasolla 0 on asetettava ennen ylempien tasojen asettamista
apps/frappe/frappe/core/doctype/doctype/doctype.py +692,{0}: Permission at level 0 must be set before higher levels are set,{0}: oikeudet tasolla 0 on asetettava ennen ylempien tasojen asettamista
apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},tehtävä suljettu {0}:sta apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},tehtävä suljettu {0}:sta
DocType: Integration Request,Remote,Etä DocType: Integration Request,Remote,Etä
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,laske apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,laske
@@ -2759,7 +2759,7 @@ DocType: DocField,Perm Level,Pysyvä taso
apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,tapahtuma tämän päivän kalenterissa apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,tapahtuma tämän päivän kalenterissa
DocType: Web Page,Web Page,Verkkosivu DocType: Web Page,Web Page,Verkkosivu
DocType: Blog Category,Blogger,Kirjoittaja DocType: Blog Category,Blogger,Kirjoittaja
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In Global Search' not allowed for type {0} in row {1},&#39;Global haku&#39; kielletty tyyppi {0} rivillä {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +449,'In Global Search' not allowed for type {0} in row {1},&#39;Global haku&#39; kielletty tyyppi {0} rivillä {1}
apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,Katso List apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,Katso List
apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},päivän on oltava muodossa: {0} apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},päivän on oltava muodossa: {0}
DocType: Workflow,Don't Override Status,Älä poikkeuta tilaa DocType: Workflow,Don't Override Status,Älä poikkeuta tilaa
@@ -2808,7 +2808,7 @@ DocType: Website Theme,Background,Tausta
DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","JSON-tietuetyyppiluetteloa käytetään käyttäjien käyttöoikeuksien asettamiseen. Jos se on tyhjä, kaikkia linkitettyjä tietuetyyppejä käytetään käytetään käyttöoikeuksien asettamisessa." DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","JSON-tietuetyyppiluetteloa käytetään käyttäjien käyttöoikeuksien asettamiseen. Jos se on tyhjä, kaikkia linkitettyjä tietuetyyppejä käytetään käytetään käyttöoikeuksien asettamisessa."
DocType: Report,Ref DocType,Viitetyyppi DocType: Report,Ref DocType,Viitetyyppi
apps/frappe/frappe/www/feedback.py +42,Please add a rating,Lisätkää luokitus apps/frappe/frappe/www/feedback.py +42,Please add a rating,Lisätkää luokitus
apps/frappe/frappe/core/doctype/doctype/doctype.py +700,{0}: Cannot set Amend without Cancel,{0}: ei voi muuttaa ilman perumista
apps/frappe/frappe/core/doctype/doctype/doctype.py +704,{0}: Cannot set Amend without Cancel,{0}: ei voi muuttaa ilman perumista
apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,kokosivu apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,kokosivu
DocType: DocType,Is Child Table,alasidos taulukko DocType: DocType,Is Child Table,alasidos taulukko
apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} on oltava yksi {1}:sta apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} on oltava yksi {1}:sta
@@ -2837,7 +2837,7 @@ DocType: Event,Send an email reminder in the morning,Lähetä sähköposti muist
DocType: Blog Post,Published On,Julkaistu DocType: Blog Post,Published On,Julkaistu
DocType: Contact,Gender,sukupuoli DocType: Contact,Gender,sukupuoli
apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,Pakolliset tiedot puuttuvat: apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,Pakolliset tiedot puuttuvat:
apps/frappe/frappe/core/doctype/doctype/doctype.py +492,Field '{0}' cannot be set as Unique as it has non-unique values,"Kenttä &quot;{0}&quot; ei voi asettaa niin ainutlaatuinen, koska se on ei-ainutlaatuinen arvot"
apps/frappe/frappe/core/doctype/doctype/doctype.py +496,Field '{0}' cannot be set as Unique as it has non-unique values,"Kenttä &quot;{0}&quot; ei voi asettaa niin ainutlaatuinen, koska se on ei-ainutlaatuinen arvot"
apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,Vain 200 lisäystä on sallittu yhdessä pyynnössä apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,Vain 200 lisäystä on sallittu yhdessä pyynnössä
DocType: Footer Item,URL,URL DocType: Footer Item,URL,URL
DocType: ToDo,Reference Type,Viite tyyppi DocType: ToDo,Reference Type,Viite tyyppi
@@ -2880,8 +2880,8 @@ apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +135,Please save
apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} luettelo lisätty apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} luettelo lisätty
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,ei sisälly apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,ei sisälly
DocType: Workflow State,star,tähtimerkki DocType: Workflow State,star,tähtimerkki
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +228,values separated by commas,Arvot pilkulla erotettuna
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Max width for type Currency is 100px in row {0},max leveys valuutta tyypille on 100px rivillä {0}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,values separated by commas,Arvot pilkulla erotettuna
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,Max width for type Currency is 100px in row {0},max leveys valuutta tyypille on 100px rivillä {0}
apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},Ole hyvä ja jaa palautetta {0} apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},Ole hyvä ja jaa palautetta {0}
apps/frappe/frappe/config/website.py +13,Content web page.,"sisältö, verkkosivu" apps/frappe/frappe/config/website.py +13,Content web page.,"sisältö, verkkosivu"
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Lisää uusi rooli apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Lisää uusi rooli
@@ -2899,7 +2899,7 @@ apps/frappe/frappe/public/js/frappe/desk.js +383,Please Enter Your Password to C
apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,Ei kelvollinen LDAP käyttäjä apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,Ei kelvollinen LDAP käyttäjä
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} ei sallittu tila apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} ei sallittu tila
apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',Valitse toinen maksutapa. PayPal ei tue käteisrahaan &#39;{0}&#39; apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',Valitse toinen maksutapa. PayPal ei tue käteisrahaan &#39;{0}&#39;
apps/frappe/frappe/core/doctype/doctype/doctype.py +519,Search field {0} is not valid,Hakukenttä {0} ei kelpaa
apps/frappe/frappe/core/doctype/doctype/doctype.py +523,Search field {0} is not valid,Hakukenttä {0} ei kelpaa
DocType: Workflow State,ok-circle,ok-ympyrä DocType: Workflow State,ok-circle,ok-ympyrä
apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',Voit löytää asioita kysymällä &quot;löytää oranssi asiakkaiden apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',Voit löytää asioita kysymällä &quot;löytää oranssi asiakkaiden
apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,Käyttäjällä tulee olla täysi pääsy omiin tietueisiin apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,Käyttäjällä tulee olla täysi pääsy omiin tietueisiin
@@ -2968,7 +2968,7 @@ DocType: User,Background Style,Taustantyyli
apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},fuusioitiin {0} kielelle {1} apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},fuusioitiin {0} kielelle {1}
DocType: System Settings,mm-dd-yyyy,kk-pp-vvvv DocType: System Settings,mm-dd-yyyy,kk-pp-vvvv
apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} kirjautui sisään apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} kirjautui sisään
apps/frappe/frappe/templates/emails/new_user.html +4,Your login id is,Kirjautumistunnuksesi on
apps/frappe/frappe/templates/emails/new_user.html +3,Your login id is,Kirjautumistunnuksesi on
DocType: OAuth Client,Skip Authorization,Skip Authorization DocType: OAuth Client,Skip Authorization,Skip Authorization
DocType: Web Form,Amount Field,summa Field DocType: Web Form,Amount Field,summa Field
DocType: Dropbox Settings,Send Notifications To,lähetä ilmoituksia DocType: Dropbox Settings,Send Notifications To,lähetä ilmoituksia


+ 106
- 106
frappe/translations/fr.csv View File

@@ -16,7 +16,7 @@ DocType: System Settings,Note: Multiple sessions will be allowed in case of mobi
apps/frappe/frappe/core/doctype/user/user.py +651,Enabled email inbox for user {users},Activer boîte de réception Email pour l'utilisateur {users} apps/frappe/frappe/core/doctype/user/user.py +651,Enabled email inbox for user {users},Activer boîte de réception Email pour l'utilisateur {users}
apps/frappe/frappe/email/queue.py +225,Cannot send this email. You have crossed the sending limit of {0} emails for this month.,Impossible d'envoyer cet E-mail. Vous avez franchi la limite d'envoi de {0} E-mails pour ce mois. apps/frappe/frappe/email/queue.py +225,Cannot send this email. You have crossed the sending limit of {0} emails for this month.,Impossible d'envoyer cet E-mail. Vous avez franchi la limite d'envoi de {0} E-mails pour ce mois.
apps/frappe/frappe/public/js/legacy/form.js +751,Permanently Submit {0}?,Soumettre de Manière Permanente {0} ? apps/frappe/frappe/public/js/legacy/form.js +751,Permanently Submit {0}?,Soumettre de Manière Permanente {0} ?
apps/frappe/frappe/desk/page/backups/backups.js +12,Download Files Backup,Télécharger la sauvegarde des fichiers
apps/frappe/frappe/desk/page/backups/backups.js +12,Download Files Backup,Télécharger la Sauvegarde des Fichiers
DocType: Address,County,Canton DocType: Address,County,Canton
DocType: Workflow,If Checked workflow status will not override status in list view,Si Cochée le statut du flux de travail ne remplacera pas le statut de la vue en liste DocType: Workflow,If Checked workflow status will not override status in list view,Si Cochée le statut du flux de travail ne remplacera pas le statut de la vue en liste
apps/frappe/frappe/client.py +280,Invalid file path: {0},Chemin de fichier invalide : {0} apps/frappe/frappe/client.py +280,Invalid file path: {0},Chemin de fichier invalide : {0}
@@ -55,7 +55,7 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +52,Data Import Templa
apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,Parent apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,Parent
DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","Si activé, la force du mot de passe sera appliquée en fonction de la Valeur Minimale du Score du Mot de Passe. Une valeur de 2 étant moyennement forte et 4 très forte." DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","Si activé, la force du mot de passe sera appliquée en fonction de la Valeur Minimale du Score du Mot de Passe. Une valeur de 2 étant moyennement forte et 4 très forte."
DocType: About Us Settings,"""Team Members"" or ""Management""","""Membres de l'Équipe"" ou ""Management""" DocType: About Us Settings,"""Team Members"" or ""Management""","""Membres de l'Équipe"" ou ""Management"""
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Default for 'Check' type of field must be either '0' or '1','Vérifier’ le type de champ doit être ‘0’ ou ‘1’ par Défaut
apps/frappe/frappe/core/doctype/doctype/doctype.py +461,Default for 'Check' type of field must be either '0' or '1','Vérifier’ le type de champ doit être ‘0’ ou ‘1’ par Défaut
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,Hier apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,Hier
DocType: Contact,Designation,Désignation DocType: Contact,Designation,Désignation
DocType: Test Runner,Test Runner,Exécuteur de Test DocType: Test Runner,Test Runner,Exécuteur de Test
@@ -71,7 +71,7 @@ DocType: DocType,Is Published Field,Est un Champ Publié
DocType: Email Group,Email Group,Groupe Email DocType: Email Group,Email Group,Groupe Email
DocType: Note,Seen By,Vu Par DocType: Note,Seen By,Vu Par
apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,Ajout Multiple apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,Ajout Multiple
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Not Like,Pas Comme
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Not Like,Pas Comme
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,Réglez l'étiquette d'affichage pour le champ apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,Réglez l'étiquette d'affichage pour le champ
apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},Valeur incorrecte : {0} doit être {1} {2} apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},Valeur incorrecte : {0} doit être {1} {2}
apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","Modification des propriétés de champ (masquer , en lecture seule , permission etc )" apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","Modification des propriétés de champ (masquer , en lecture seule , permission etc )"
@@ -160,7 +160,8 @@ apps/frappe/frappe/public/js/frappe/upload.js +296,Uploading...,Chargement ...
DocType: Email Domain,Email Domain,Nom de Domaine Email DocType: Email Domain,Email Domain,Nom de Domaine Email
DocType: Workflow State,italic,italique DocType: Workflow State,italic,italique
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,Pour Tout le Monde apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,Pour Tout le Monde
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,{0}: Cannot set Import without Create,{0} : Impossible de choisir Import sans Créer
apps/frappe/frappe/core/doctype/doctype/doctype.py +706,{0}: Cannot set Import without Create,{0} : Impossible de choisir Import sans Créer
apps/frappe/frappe/templates/emails/auto_email_report.html +45,View report in your browser,Afficher le rapport dans votre navigateur
apps/frappe/frappe/config/desk.py +26,Event and other calendars.,Événement et autres calendriers. apps/frappe/frappe/config/desk.py +26,Event and other calendars.,Événement et autres calendriers.
apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,Tous les champs sont nécessaires pour soumettre le commentaire apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,Tous les champs sont nécessaires pour soumettre le commentaire
apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,Faites glisser pour trier les colonnes apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,Faites glisser pour trier les colonnes
@@ -238,7 +239,7 @@ apps/frappe/frappe/config/setup.py +121,Update many values at one time.,Mettre
apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,Erreur : le document a été modifié après que vous l'ayez ouvert apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,Erreur : le document a été modifié après que vous l'ayez ouvert
apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} déconnecté: {1} apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} déconnecté: {1}
DocType: Address,West Bengal,Bengal Ouest DocType: Address,West Bengal,Bengal Ouest
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0}: Cannot set Assign Submit if not Submittable,{0} : Impossible de définir ‘Assigner Soumettre’ si non Soumissible
apps/frappe/frappe/core/doctype/doctype/doctype.py +727,{0}: Cannot set Assign Submit if not Submittable,{0} : Impossible de définir ‘Assigner Soumettre’ si non Soumissible
DocType: Social Login Keys,Facebook,Facebook DocType: Social Login Keys,Facebook,Facebook
apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""","Filtré par ""{0}""" apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""","Filtré par ""{0}"""
DocType: Salutation,Administrator,Administrateur DocType: Salutation,Administrator,Administrateur
@@ -262,7 +263,7 @@ DocType: User,Get your globally recognized avatar from Gravatar.com,Obtenir votr
apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","Votre abonnement a expiré le {0}. Pour le renouveler, {1}." apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","Votre abonnement a expiré le {0}. Pour le renouveler, {1}."
DocType: Workflow State,plus-sign,signe plus DocType: Workflow State,plus-sign,signe plus
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,Configuration déjà terminée apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,Configuration déjà terminée
apps/frappe/frappe/__init__.py +897,App {0} is not installed,App {0} n'est pas installée
apps/frappe/frappe/__init__.py +898,App {0} is not installed,App {0} n'est pas installée
DocType: Workflow State,Refresh,Actualiser DocType: Workflow State,Refresh,Actualiser
DocType: Event,Public,Public DocType: Event,Public,Public
apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,Rien à montrer apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,Rien à montrer
@@ -270,7 +271,7 @@ apps/frappe/frappe/public/js/frappe/model/model.js +24,Liked By,Aimé par
apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,Support Email apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,Support Email
DocType: DocField,Print Hide If No Value,Cacher à l’Impression si Aucune Valeur DocType: DocField,Print Hide If No Value,Cacher à l’Impression si Aucune Valeur
DocType: Event,yellow,jaune DocType: Event,yellow,jaune
apps/frappe/frappe/core/doctype/doctype/doctype.py +563,Is Published Field must be a valid fieldname,Le Champ Publié doit-il être un nom de champ valide
apps/frappe/frappe/core/doctype/doctype/doctype.py +567,Is Published Field must be a valid fieldname,Le Champ Publié doit-il être un nom de champ valide
apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,Charger une Pièce Jointe apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,Charger une Pièce Jointe
DocType: Block Module,Block Module,Bloquer le Module DocType: Block Module,Block Module,Bloquer le Module
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,Exporter le Modèle apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,Exporter le Modèle
@@ -287,7 +288,7 @@ DocType: Email Account,Total number of emails to sync in initial sync process ,N
DocType: Website Settings,Set Banner from Image,Définir la Bannière depuis l'Image 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 +355,Global Search,Recherche Globale apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,Recherche Globale
DocType: Email Account,SparkPost,SparkPost DocType: Email Account,SparkPost,SparkPost
apps/frappe/frappe/templates/emails/new_user.html +3,A new account has been created for you at {0},Un nouveau compte a été créé pour vous à {0}
apps/frappe/frappe/templates/emails/new_user.html +2,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 +178,Instructions Emailed,Instructions Envoyées par Email apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,Instructions Envoyées par Email
apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),Entrez Email du(des) Destinataire(s) apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),Entrez Email du(des) Destinataire(s)
DocType: Print Format,Verdana,Verdana DocType: Print Format,Verdana,Verdana
@@ -313,7 +314,7 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +63,First data column
apps/frappe/frappe/core/doctype/version/version.js +5,Show all Versions,Afficher toutes les Versions apps/frappe/frappe/core/doctype/version/version.js +5,Show all Versions,Afficher toutes les Versions
DocType: Workflow State,Print,Imprimer DocType: Workflow State,Print,Imprimer
DocType: User,Restrict IP,Restreindre l'IP DocType: User,Restrict IP,Restreindre l'IP
apps/frappe/frappe/public/js/frappe/form/layout.js +93,Dashboard,Tableau de bord
apps/frappe/frappe/public/js/frappe/form/layout.js +93,Dashboard,Tableau de Bord
apps/frappe/frappe/email/smtp.py +202,Unable to send emails at this time,Impossible d'envoyer des emails en ce moment apps/frappe/frappe/email/smtp.py +202,Unable to send emails at this time,Impossible d'envoyer des emails en ce moment
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +81,Search or type a command,Rechercher ou taper une commande apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +81,Search or type a command,Rechercher ou taper une commande
DocType: Communication,Timeline Name,Nom de la Chronologie DocType: Communication,Timeline Name,Nom de la Chronologie
@@ -353,7 +354,7 @@ apps/frappe/frappe/utils/nestedset.py +218,Merging is only possible between Grou
apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},Ajouté {0} apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},Ajouté {0}
apps/frappe/frappe/www/search.html +28,No matching records. Search something new,Aucun enregistrement correspondant. Recherchez autre chose. apps/frappe/frappe/www/search.html +28,No matching records. Search something new,Aucun enregistrement correspondant. Recherchez autre chose.
DocType: Currency,Fraction Units,Fractions d’Unités DocType: Currency,Fraction Units,Fractions d’Unités
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +431,{0} from {1} to {2},{0} de {1} à {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +433,{0} from {1} to {2},{0} de {1} à {2}
DocType: Communication,Type,Type DocType: Communication,Type,Type
DocType: Authentication Log,Subject,Sujet DocType: Authentication Log,Subject,Sujet
DocType: Web Form,Amount Based On Field,Montant Basé sur le Champ DocType: Web Form,Amount Based On Field,Montant Basé sur le Champ
@@ -366,10 +367,10 @@ DocType: Workflow State,plane,plan
apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","Si vous téléchargez de nouveaux rapports, ""Nommer Séries"" devient obligatoire, si présent." apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","Si vous téléchargez de nouveaux rapports, ""Nommer Séries"" devient obligatoire, si présent."
apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,Obtenir les Alertes d'Aujourd'hui apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,Obtenir les Alertes d'Aujourd'hui
apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DocType ne peut être renommé que par l'Administrateur apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DocType ne peut être renommé que par l'Administrateur
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +442,changed value of {0},valeur de {0} changée
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +444,changed value of {0},valeur de {0} changée
DocType: Report,JSON,JSON DocType: Report,JSON,JSON
apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,Veuillez vérifier votre email pour validation apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,Veuillez vérifier votre email pour validation
apps/frappe/frappe/core/doctype/doctype/doctype.py +509,Fold can not be at the end of the form,Un Pli ne peut pas être à la fin du formulaire
apps/frappe/frappe/core/doctype/doctype/doctype.py +513,Fold can not be at the end of the form,Un Pli ne peut pas être à la fin du formulaire
DocType: Communication,Bounced,Refusés DocType: Communication,Bounced,Refusés
DocType: Deleted Document,Deleted Name,Nom Supprimé DocType: Deleted Document,Deleted Name,Nom Supprimé
apps/frappe/frappe/config/setup.py +14,System and Website Users,Utilisateurs Système et Site Web apps/frappe/frappe/config/setup.py +14,System and Website Users,Utilisateurs Système et Site Web
@@ -377,25 +378,26 @@ DocType: Workflow Document State,Doc Status,Statut du Document
DocType: Auto Email Report,No of Rows (Max 500),Nb de lignes (Max 500) DocType: Auto Email Report,No of Rows (Max 500),Nb de lignes (Max 500)
DocType: Language,Language Code,Code de la Langue DocType: Language,Language Code,Code de la Langue
apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","Votre téléchargement est en cours de construction, patientez quelques instants ..." apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","Votre téléchargement est en cours de construction, patientez quelques instants ..."
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +23,Add Filter,Ajouter un filtre
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +21,Add Filter,Ajouter un filtre
apps/frappe/frappe/www/feedback.html +23,Your rating: ,Votre note : apps/frappe/frappe/www/feedback.html +23,Your rating: ,Votre note :
apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} et {1} apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} et {1}
DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents","Toujours ajouter ""Brouillon"" pour l'impression des documents brouillons" DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents","Toujours ajouter ""Brouillon"" pour l'impression des documents brouillons"
apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,L'Email a été marqué comme étant un spam apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,L'Email a été marqué comme étant un spam
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,Configuration&gt; Utilisateur
DocType: About Us Settings,Website Manager,Responsable du Site Web DocType: About Us Settings,Website Manager,Responsable du Site Web
apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,Vous avez sélectionné des documents Brouillon ou Annulés apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,Vous avez sélectionné des documents Brouillon ou Annulés
apps/frappe/frappe/model/document.py +1044,Document Queued,Document en Attente apps/frappe/frappe/model/document.py +1044,Document Queued,Document en Attente
DocType: GSuite Templates,Destination ID,ID de Destination DocType: GSuite Templates,Destination ID,ID de Destination
DocType: Desktop Icon,List,Liste DocType: Desktop Icon,List,Liste
DocType: Communication,Link Name,Nom du Lien DocType: Communication,Link Name,Nom du Lien
apps/frappe/frappe/core/doctype/doctype/doctype.py +433,Field {0} in row {1} cannot be hidden and mandatory without default,Champ {0} en ligne {1} ne peut pas être caché et obligatoire sans valeur par défaut
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Field {0} in row {1} cannot be hidden and mandatory without default,Champ {0} en ligne {1} ne peut pas être caché et obligatoire sans valeur par défaut
DocType: System Settings,mm/dd/yyyy,mm/jj/aaaa DocType: System Settings,mm/dd/yyyy,mm/jj/aaaa
apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,Mot de Passe Incorrect: apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,Mot de Passe Incorrect:
DocType: Print Settings,Send document web view link in email,Envoyer le lien de l'affichage web du document dans l'email DocType: Print Settings,Send document web view link in email,Envoyer le lien de l'affichage web du document dans l'email
apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,Votre Retour d'Expérience pour le document {0} est enregistré avec succès apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,Votre Retour d'Expérience pour le document {0} est enregistré avec succès
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,Précedent apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,Précedent
apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,Re: apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,Re:
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +496,{0} rows for {1},{0} lignes pour {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +498,{0} rows for {1},{0} lignes pour {1}
DocType: Currency,"Sub-currency. For e.g. ""Cent""","Sous-monnaie. E.g. : ""Cent""" DocType: Currency,"Sub-currency. For e.g. ""Cent""","Sous-monnaie. E.g. : ""Cent"""
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,Sélectionner le fichier téléchargé apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,Sélectionner le fichier téléchargé
DocType: Letter Head,Check this to make this the default letter head in all prints,"Cochez cette case pour faire de cet en-tête de lettre, celui par défaut dans tous les imprimés" DocType: Letter Head,Check this to make this the default letter head in all prints,"Cochez cette case pour faire de cet en-tête de lettre, celui par défaut dans tous les imprimés"
@@ -418,7 +420,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +5,
DocType: Event,Wednesday,Mercredi DocType: Event,Wednesday,Mercredi
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","Outre les Règles d'Autorisation basées sur un Rôle, vous pouvez appliquer des Autorisations Utilisateurs basées sur des DocTypes." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","Outre les Règles d'Autorisation basées sur un Rôle, vous pouvez appliquer des Autorisations Utilisateurs basées sur des DocTypes."
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","Ces autorisations s'appliquent pour toutes les transactions où l’enregistrement permis est lié. Par exemple, si la Société C est ajoutée aux Autorisations Utilisateur de l’utilisateur X, l’utilisateur X ne pourra voir que les transactions liées à la Société C." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","Ces autorisations s'appliquent pour toutes les transactions où l’enregistrement permis est lié. Par exemple, si la Société C est ajoutée aux Autorisations Utilisateur de l’utilisateur X, l’utilisateur X ne pourra voir que les transactions liées à la Société C."
apps/frappe/frappe/core/doctype/doctype/doctype.py +554,Image field must be a valid fieldname,Champ de l'image doit être un champ valide
apps/frappe/frappe/core/doctype/doctype/doctype.py +558,Image field must be a valid fieldname,Champ de l'image doit être un champ valide
DocType: OAuth Client,Token,Jeton DocType: OAuth Client,Token,Jeton
DocType: Property Setter,ID (name) of the entity whose property is to be set,ID (nom) de l&#39;entité dont la propriété doit être définie DocType: Property Setter,ID (name) of the entity whose property is to be set,ID (nom) de l&#39;entité dont la propriété doit être définie
apps/frappe/frappe/limits.py +82,"To renew, {0}.","Pour renouveler, {0}." apps/frappe/frappe/limits.py +82,"To renew, {0}.","Pour renouveler, {0}."
@@ -427,7 +429,7 @@ DocType: Web Form,Sidebar Items,Articles de la Barre Latérale
apps/frappe/frappe/installer.py +125,App {0} already installed,App {0} déjà installée apps/frappe/frappe/installer.py +125,App {0} already installed,App {0} déjà installée
DocType: Workflow State,exclamation-sign,point-d'exclamation DocType: Workflow State,exclamation-sign,point-d'exclamation
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,Afficher les Autorisations apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,Afficher les Autorisations
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a Link or Dynamic Link,Le champ Chronologie doit être une Lien ou un Champ Dynamique
apps/frappe/frappe/core/doctype/doctype/doctype.py +578,Timeline field must be a Link or Dynamic Link,Le champ Chronologie doit être une Lien ou un Champ Dynamique
apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,Intervalle de Date apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,Intervalle de Date
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,Gantt apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,Gantt
apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},Page {0} sur {1} apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},Page {0} sur {1}
@@ -457,18 +459,18 @@ DocType: Workflow State,music,musique
DocType: Web Page,Settings,Réglages DocType: Web Page,Settings,Réglages
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,Veuillez indiquer un doctype apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,Veuillez indiquer un doctype
DocType: Print Format,Style Settings,Réglages de Style DocType: Print Format,Style Settings,Réglages de Style
apps/frappe/frappe/core/doctype/doctype/doctype.py +585,Sort field {0} must be a valid fieldname,Champ de tri {0} doit être un nom de champ valide
apps/frappe/frappe/core/doctype/doctype/doctype.py +589,Sort field {0} must be a valid fieldname,Champ de tri {0} doit être un nom de champ valide
apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,Plus apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,Plus
DocType: Contact,Sales Manager,Responsable des Ventes DocType: Contact,Sales Manager,Responsable des Ventes
apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,Renommer apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,Renommer
DocType: Print Format,Format Data,Format des Données DocType: Print Format,Format Data,Format des Données
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Like,Comme
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Like,Comme
DocType: Customize Form Field,Customize Form Field,Personnaliser un Champ de Formulaire DocType: Customize Form Field,Customize Form Field,Personnaliser un Champ de Formulaire
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,Autoriser l'Utilisateur apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,Autoriser l'Utilisateur
DocType: OAuth Client,Grant Type,Type de Subvention DocType: OAuth Client,Grant Type,Type de Subvention
apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,Vérifier quels Documents sont lisibles par un Utilisateur apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,Vérifier quels Documents sont lisibles par un Utilisateur
apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,Application non autorisée apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,Application non autorisée
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,use % as wildcard,utiliser % comme joker
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +230,use % as wildcard,utiliser % comme joker
apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","Nom de Domain de l'Email non configuré pour ce compte, En créer un ?" apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","Nom de Domain de l'Email non configuré pour ce compte, En créer un ?"
DocType: User,Reset Password Key,Réinitialiser le Mot de Passe DocType: User,Reset Password Key,Réinitialiser le Mot de Passe
DocType: Email Account,Enable Auto Reply,Activer la Réponse Automatique DocType: Email Account,Enable Auto Reply,Activer la Réponse Automatique
@@ -493,11 +495,12 @@ apps/frappe/frappe/model/document.py +574,Cannot change docstatus from 1 to 0,Im
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,Faites une Sauvegarde Maintenant apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,Faites une Sauvegarde Maintenant
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,Bienvenue apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,Bienvenue
apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,Applications Installées apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,Applications Installées
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,Configuration&gt; Gestionnaire des autorisations utilisateur
DocType: Contact,Open,Ouvert DocType: Contact,Open,Ouvert
DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,Définit les actions sur les états et l’étape suivantes ainsi que les rôles autorisés. DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,Définit les actions sur les états et l’étape suivantes ainsi que les rôles autorisés.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.",La meilleure pratique est de ne pas attribuer le même ensemble de règle d'autorisation pour différents Rôles. Définissez plutôt plusieurs Rôles à un même utilisateur. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.",La meilleure pratique est de ne pas attribuer le même ensemble de règle d'autorisation pour différents Rôles. Définissez plutôt plusieurs Rôles à un même utilisateur.
DocType: Web Form,Message to be displayed on successful completion,Message qui sera affiché en cas de réussite DocType: Web Form,Message to be displayed on successful completion,Message qui sera affiché en cas de réussite
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +42,Only {0} emailed reports are allowed per user,Seulement {0} rapports envoyés par Email sont autorisés par utilisateur
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +43,Only {0} emailed reports are allowed per user,Seulement {0} rapports envoyés par Email sont autorisés par utilisateur
DocType: Address,Address Title,Titre de l'Adresse DocType: Address,Address Title,Titre de l'Adresse
DocType: Website Settings,Footer Items,Éléments du Pied de Page DocType: Website Settings,Footer Items,Éléments du Pied de Page
apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,Demander des Retours d’Expérience apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,Demander des Retours d’Expérience
@@ -512,7 +515,7 @@ DocType: DocField,Set Only Once,Ne Définir qu'une Seule Fois
DocType: Email Queue Recipient,Email Queue Recipient,Destinataire de la Liste d'Attente d'Emails DocType: Email Queue Recipient,Email Queue Recipient,Destinataire de la Liste d'Attente d'Emails
DocType: Address,Nagaland,Nagaland DocType: Address,Nagaland,Nagaland
apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,Nom d'Utilisateur {0} existe déjà apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,Nom d'Utilisateur {0} existe déjà
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set import as {1} is not importable,{0} : Impossible de choisir import car {1} n'est pas importable
apps/frappe/frappe/core/doctype/doctype/doctype.py +733,{0}: Cannot set import as {1} is not importable,{0} : Impossible de choisir import car {1} n'est pas importable
apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},Il y a une erreur dans votre Modèle d'Adresse {0} apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},Il y a une erreur dans votre Modèle d'Adresse {0}
DocType: Footer Item,"target = ""_blank""","target = ""_blank""" DocType: Footer Item,"target = ""_blank""","target = ""_blank"""
DocType: Workflow State,hdd,hdd DocType: Workflow State,hdd,hdd
@@ -524,7 +527,7 @@ DocType: Communication,From Full Name,Nom de l’Expéditeur
apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},Vous n'avez pas accès au Rapport : {0} apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},Vous n'avez pas accès au Rapport : {0}
DocType: User,Send Welcome Email,Envoyer un Email de Bienvenue DocType: User,Send Welcome Email,Envoyer un Email de Bienvenue
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,Chargement d'un fichier CSV contenant toutes les autorisations de l'utilisateur dans le même format que le fichier Téléchargé. apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,Chargement d'un fichier CSV contenant toutes les autorisations de l'utilisateur dans le même format que le fichier Téléchargé.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +449,Remove Filter,Supprimer le filtre
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +450,Remove Filter,Supprimer le filtre
DocType: Address,Daman and Diu,Daman and Diu DocType: Address,Daman and Diu,Daman and Diu
DocType: Address,Personal,Personnel DocType: Address,Personal,Personnel
apps/frappe/frappe/config/setup.py +113,Bulk Rename,Renommer en Masse apps/frappe/frappe/config/setup.py +113,Bulk Rename,Renommer en Masse
@@ -554,13 +557,12 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.js +33,Send
apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","Un DocType standard ne peut pas avoir de format d'impression par défaut, veuillez utiliser ""Personnaliser le formulaire""" apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","Un DocType standard ne peut pas avoir de format d'impression par défaut, veuillez utiliser ""Personnaliser le formulaire"""
DocType: Report,Query,Requête DocType: Report,Query,Requête
DocType: DocType,Sort Order,Ordre de Tri DocType: DocType,Sort Order,Ordre de Tri
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,'In List View' not allowed for type {0} in row {1},'Dans La Vue En Liste’ n'est pas permis pour le type {0} à la ligne {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In List View' not allowed for type {0} in row {1},'Dans La Vue En Liste’ n'est pas permis pour le type {0} à la ligne {1}
DocType: Custom Field,Select the label after which you want to insert new field.,Sélectionner le libellé après lequel vous voulez insérer un nouveau champ. DocType: Custom Field,Select the label after which you want to insert new field.,Sélectionner le libellé après lequel vous voulez insérer un nouveau champ.
,Document Share Report,Rapport de Partage de Document ,Document Share Report,Rapport de Partage de Document
DocType: User,Last Login,Dernière Connexion DocType: User,Last Login,Dernière Connexion
apps/frappe/frappe/core/doctype/doctype/doctype.py +600,Fieldname is required in row {0},Nom du Champ est nécessaire dans la ligne {0}
apps/frappe/frappe/core/doctype/doctype/doctype.py +604,Fieldname is required in row {0},Nom du Champ est nécessaire dans la ligne {0}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,Colonne apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,Colonne
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,Veuillez configurer le compte de messagerie par défaut à partir de la configuration&gt; Courriel&gt; Compte de messagerie
DocType: Custom Field,Adds a custom field to a DocType,Ajoute d'un champ personnalisé à un DocType DocType: Custom Field,Adds a custom field to a DocType,Ajoute d'un champ personnalisé à un DocType
DocType: File,Is Home Folder,Est le Dossier d'Accueil DocType: File,Is Home Folder,Est le Dossier d'Accueil
apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} n’est pas une Adresse Email valide apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} n’est pas une Adresse Email valide
@@ -584,7 +586,7 @@ DocType: File,Folder,Dossier
DocType: DocField,Index,Index DocType: DocField,Index,Index
DocType: Email Group,Newsletter Manager,Responsable de la Newsletter DocType: Email Group,Newsletter Manager,Responsable de la Newsletter
apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,Option 1 apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,Option 1
apps/frappe/frappe/public/js/frappe/form/formatters.js +124,{0} to {1},{0} à {1}
apps/frappe/frappe/public/js/frappe/form/formatters.js +129,{0} to {1},{0} à {1}
apps/frappe/frappe/config/setup.py +89,Log of error during requests.,Journal d'erreur lors des requêtes. apps/frappe/frappe/config/setup.py +89,Log of error during requests.,Journal d'erreur lors des requêtes.
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} a été ajouté avec succès au Groupe d’Email. apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} a été ajouté avec succès au Groupe d’Email.
DocType: Address,Uttar Pradesh,Uttar Pradesh DocType: Address,Uttar Pradesh,Uttar Pradesh
@@ -594,7 +596,7 @@ apps/frappe/frappe/email/doctype/newsletter/newsletter.py +30,Scheduled to send
DocType: Kanban Board Column,Indicator,Indicateur DocType: Kanban Board Column,Indicator,Indicateur
DocType: DocShare,Everyone,Tout le monde DocType: DocShare,Everyone,Tout le monde
DocType: Workflow State,backward,Revenir en arrière DocType: Workflow State,backward,Revenir en arrière
apps/frappe/frappe/core/doctype/doctype/doctype.py +676,"{0}: Only one rule allowed with the same Role, Level and {1}","{0} : Une seule règle est permise avec le même Rôle, Niveau et {1}"
apps/frappe/frappe/core/doctype/doctype/doctype.py +680,"{0}: Only one rule allowed with the same Role, Level and {1}","{0} : Une seule règle est permise avec le même Rôle, Niveau et {1}"
DocType: Email Queue,Add Unsubscribe Link,Ajouter le Lien Se Désinscrire DocType: Email Queue,Add Unsubscribe Link,Ajouter le Lien Se Désinscrire
apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,Aucun commentaire pour l'instant. Démarrer une nouvelle discussion. apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,Aucun commentaire pour l'instant. Démarrer une nouvelle discussion.
DocType: Workflow State,share,part DocType: Workflow State,share,part
@@ -633,7 +635,7 @@ apps/frappe/frappe/printing/doctype/print_format/print_format.py +80,{0} is now
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,Colonnes Archivées apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,Colonnes Archivées
DocType: Email Account,Default Outgoing,Sortant par Défaut DocType: Email Account,Default Outgoing,Sortant par Défaut
DocType: Workflow State,play,jouer DocType: Workflow State,play,jouer
apps/frappe/frappe/templates/emails/new_user.html +5,Click on the link below to complete your registration and set a new password,Cliquez sur le lien ci-dessous pour compléter votre inscription et définir un nouveau mot de passe
apps/frappe/frappe/templates/emails/new_user.html +4,Click on the link below to complete your registration and set a new password,Cliquez sur le lien ci-dessous pour compléter votre inscription et définir un nouveau mot de passe
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,N'a pas été ajouté apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,N'a pas été ajouté
apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,Aucun Compte de Messagerie Attribué apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,Aucun Compte de Messagerie Attribué
DocType: Contact Us Settings,Contact Us Settings,Réglages de Contactez Nous. DocType: Contact Us Settings,Contact Us Settings,Réglages de Contactez Nous.
@@ -654,12 +656,12 @@ apps/frappe/frappe/core/page/user_permissions/user_permissions.js +127,Upload Us
DocType: Dropbox Settings,App Secret Key,Clé Secrète de l'App DocType: Dropbox Settings,App Secret Key,Clé Secrète de l'App
apps/frappe/frappe/config/website.py +7,Web Site,Site Internet apps/frappe/frappe/config/website.py +7,Web Site,Site Internet
apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,Les éléments sélectionnés seront affichés sur le bureau apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,Les éléments sélectionnés seront affichés sur le bureau
apps/frappe/frappe/core/doctype/doctype/doctype.py +719,{0} cannot be set for Single types,{0} ne peut pas être réglé pour les Types Uniques
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0} cannot be set for Single types,{0} ne peut pas être réglé pour les Types Uniques
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Tableau Kanban {0} n'existe pas. apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Tableau Kanban {0} n'existe pas.
apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} sont en train de regarder ce document apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} sont en train de regarder ce document
DocType: ToDo,Assigned By Full Name,Assigné Par Nom complet DocType: ToDo,Assigned By Full Name,Assigné Par Nom complet
apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} mis(e) à jour apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} mis(e) à jour
apps/frappe/frappe/core/doctype/doctype/doctype.py +709,Report cannot be set for Single types,Le Rapport ne peut pas être défini pour les types Uniques
apps/frappe/frappe/core/doctype/doctype/doctype.py +713,Report cannot be set for Single types,Le Rapport ne peut pas être défini pour les types Uniques
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,Il y a {0} jours apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,Il y a {0} jours
DocType: Email Account,Awaiting Password,En attente Mot de Passe DocType: Email Account,Awaiting Password,En attente Mot de Passe
DocType: Address,Address Line 1,Adresse Ligne 1 DocType: Address,Address Line 1,Adresse Ligne 1
@@ -709,7 +711,7 @@ DocType: Feedback Trigger,"To add dynamic subject, use jinja tags like
apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,App {0} supprimée apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,App {0} supprimée
DocType: Custom DocPerm,Apply User Permissions,Appliquer les Autorisations Utilisateurs DocType: Custom DocPerm,Apply User Permissions,Appliquer les Autorisations Utilisateurs
DocType: User,Modules HTML,Modules HTML DocType: User,Modules HTML,Modules HTML
apps/frappe/frappe/public/js/frappe/ui/field_group.js +82,Missing Values Required,Valeurs Manquantes Requises
apps/frappe/frappe/public/js/frappe/ui/field_group.js +96,Missing Values Required,Valeurs Manquantes Requises
DocType: DocType,Other Settings,Autres Réglages DocType: DocType,Other Settings,Autres Réglages
DocType: Social Login Keys,Frappe,Frappe DocType: Social Login Keys,Frappe,Frappe
apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,Marquer comme non Lu apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,Marquer comme non Lu
@@ -763,7 +765,7 @@ DocType: Event,orange,orange
apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,Pas de {0} trouvé apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,Pas de {0} trouvé
apps/frappe/frappe/config/setup.py +242,Add custom forms.,Ajouter des formulaires personnalisés. apps/frappe/frappe/config/setup.py +242,Add custom forms.,Ajouter des formulaires personnalisés.
apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0} : {1} à {2} apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0} : {1} à {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +419,submitted this document,a soumis ce document
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,submitted this document,a soumis ce document
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,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 . apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,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: Communication,CC,CC
DocType: Country,Geo,Geo DocType: Country,Geo,Geo
@@ -790,7 +792,7 @@ DocType: Newsletter Email Group,Newsletter Email Group,Groupe Email pour Newslet
DocType: Dropbox Settings,Integrations,Intégrations DocType: Dropbox Settings,Integrations,Intégrations
DocType: DocField,Section Break,Saut de section DocType: DocField,Section Break,Saut de section
DocType: Address,Warehouse,Entrepôt DocType: Address,Warehouse,Entrepôt
DocType: Address,Other Territory,Autre territoire
DocType: Address,Other Territory,Autre Territoire
,Messages,Messages ,Messages,Messages
apps/frappe/frappe/desk/page/applications/applications.js +49,Portal,Portail apps/frappe/frappe/desk/page/applications/applications.js +49,Portal,Portail
DocType: Email Account,Use Different Email Login ID,Utiliser un Email d'Identification Différent DocType: Email Account,Use Different Email Login ID,Utiliser un Email d'Identification Différent
@@ -813,7 +815,7 @@ DocType: DocType,Hide Toolbar,Masquer la Barre d'Outils
DocType: User,Last Active,Dernière Activité DocType: User,Last Active,Dernière Activité
DocType: Email Account,SMTP Settings for outgoing emails,Réglages SMTP pour les emails sortants DocType: Email Account,SMTP Settings for outgoing emails,Réglages SMTP pour les emails sortants
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,Échec de l'Importation apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,Échec de l'Importation
apps/frappe/frappe/templates/emails/password_update.html +3,Your password has been updated. Here is your new password,Votre mot de passe a été mis à jour. Voici votre nouveau mot de passe
apps/frappe/frappe/templates/emails/password_update.html +2,Your password has been updated. Here is your new password,Votre mot de passe a été mis à jour. Voici votre nouveau mot de passe
DocType: Email Account,Auto Reply Message,Message de Réponse Automatique DocType: Email Account,Auto Reply Message,Message de Réponse Automatique
DocType: Feedback Trigger,Condition,Conditions DocType: Feedback Trigger,Condition,Conditions
apps/frappe/frappe/utils/data.py +546,{0} hours ago,Il y a {0} heures apps/frappe/frappe/utils/data.py +546,{0} hours ago,Il y a {0} heures
@@ -821,7 +823,6 @@ apps/frappe/frappe/utils/data.py +556,1 month ago,Il y a 1 mois
DocType: Contact,User ID,ID de l'Utilisateur DocType: Contact,User ID,ID de l'Utilisateur
DocType: Communication,Sent,Envoyé DocType: Communication,Sent,Envoyé
DocType: Address,Kerala,Kerala DocType: Address,Kerala,Kerala
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} année (s) depuis
DocType: File,Lft,Lft DocType: File,Lft,Lft
DocType: User,Simultaneous Sessions,Sessions Simultanées DocType: User,Simultaneous Sessions,Sessions Simultanées
DocType: OAuth Client,Client Credentials,Identifiants du Client DocType: OAuth Client,Client Credentials,Identifiants du Client
@@ -838,7 +839,7 @@ DocType: Email Queue,Unsubscribe Method,Méthode de Désinscription
DocType: GSuite Templates,Related DocType,DocType Lié DocType: GSuite Templates,Related DocType,DocType Lié
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,Modifier pour ajouter du contenu apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,Modifier pour ajouter du contenu
apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,Sélectionner les Langues apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,Sélectionner les Langues
apps/frappe/frappe/__init__.py +517,No permission for {0},Pas d'autorisation pour {0}
apps/frappe/frappe/__init__.py +518,No permission for {0},Pas d'autorisation pour {0}
DocType: DocType,Advanced,Avancé DocType: DocType,Advanced,Avancé
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,Il semble que la Clé API ou le Secret API soit faux !!! apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,Il semble que la Clé API ou le Secret API soit faux !!!
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Référence : {0} {1} apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Référence : {0} {1}
@@ -849,7 +850,7 @@ apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. P
DocType: Email Account,Yahoo Mail,Yahoo Mail DocType: Email Account,Yahoo Mail,Yahoo Mail
apps/frappe/frappe/limits.py +75,Your subscription will expire tomorrow.,Votre abonnement expirera demain. apps/frappe/frappe/limits.py +75,Your subscription will expire tomorrow.,Votre abonnement expirera demain.
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +483,Saved!,Enregistré ! apps/frappe/frappe/core/page/permission_manager/permission_manager.js +483,Saved!,Enregistré !
apps/frappe/frappe/public/js/frappe/form/control.js +729,{0} is not a valid hex color,{0} n&#39;est pas une couleur hexadéxique valide
apps/frappe/frappe/public/js/frappe/form/control.js +729,{0} is not a valid hex color,{0} n'est pas un code couleur hexadécimal valide
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Madam,Madame apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Madam,Madame
apps/frappe/frappe/desk/page/activity/activity_row.html +21,Updated {0}: {1},Mis à jour {0} : {1} apps/frappe/frappe/desk/page/activity/activity_row.html +21,Updated {0}: {1},Mis à jour {0} : {1}
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Master,Maître apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Master,Maître
@@ -870,14 +871,14 @@ DocType: Custom DocPerm,Additional Permissions,Autorisations Supplémentaires
DocType: Email Account,Always use Account's Email Address as Sender,Toujours utiliser l'adresse Email du compte comme Expéditeur DocType: Email Account,Always use Account's Email Address as Sender,Toujours utiliser l'adresse Email du compte comme Expéditeur
apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,Connectez-vous pour commenter apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,Connectez-vous pour commenter
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,Commencez à entrer les données ci-dessous apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,Commencez à entrer les données ci-dessous
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +474,changed values for {0},valeurs modifiées pour {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +476,changed values for {0},valeurs modifiées pour {0}
DocType: Workflow State,retweet,retweet DocType: Workflow State,retweet,retweet
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,Spécifier la valeur du champ apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,Spécifier la valeur du champ
DocType: Report,Disabled,Desactivé DocType: Report,Disabled,Desactivé
DocType: Workflow State,eye-close,oeil-fermé DocType: Workflow State,eye-close,oeil-fermé
DocType: OAuth Provider Settings,OAuth Provider Settings,Paramètres du Fournisseur OAuth DocType: OAuth Provider Settings,OAuth Provider Settings,Paramètres du Fournisseur OAuth
apps/frappe/frappe/config/setup.py +254,Applications,Applications apps/frappe/frappe/config/setup.py +254,Applications,Applications
apps/frappe/frappe/public/js/frappe/request.js +349,Report this issue,Signaler ce problème
apps/frappe/frappe/public/js/frappe/request.js +353,Report this issue,Signaler ce problème
apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,Le Nom est obligatoire apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,Le Nom est obligatoire
DocType: Custom Script,Adds a custom script (client or server) to a DocType,Ajoute d'un script personnalisé (client ou serveur) à un DocType DocType: Custom Script,Adds a custom script (client or server) to a DocType,Ajoute d'un script personnalisé (client ou serveur) à un DocType
DocType: Address,City/Town,Ville DocType: Address,City/Town,Ville
@@ -955,14 +956,14 @@ apps/frappe/frappe/model/document.py +902,one of,l'un des
apps/frappe/frappe/core/doctype/file/file_list.js +135,Please select file to copy,Veuillez sélectionner un fichier à copier apps/frappe/frappe/core/doctype/file/file_list.js +135,Please select file to copy,Veuillez sélectionner un fichier à copier
apps/frappe/frappe/public/js/frappe/desk.js +151,Checking one moment,Vérification un moment apps/frappe/frappe/public/js/frappe/desk.js +151,Checking one moment,Vérification un moment
apps/frappe/frappe/public/js/frappe/list/list_sidebar.js +353,Show Tags,Afficher les Balises apps/frappe/frappe/public/js/frappe/list/list_sidebar.js +353,Show Tags,Afficher les Balises
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","Si Appliquer l&#39;autorisation d&#39;utilisateur stricte est cochée et que l&#39;autorisation d&#39;utilisateur est définie pour un DocType pour un utilisateur, tous les documents où la valeur du lien est vide ne seront pas affichés à cet utilisateur"
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","Si ""Appliquer des autorisations d'utilisateur strictes"" est coché et que l'autorisation d'utilisateur est définie pour un DocType et pour un utilisateur, tous les documents où la valeur du lien est vide ne seront pas affichés à cet utilisateur"
DocType: Address,Billing,Facturation DocType: Address,Billing,Facturation
DocType: Email Queue,Not Sent,Non Envoyé DocType: Email Queue,Not Sent,Non Envoyé
DocType: Web Form,Actions,Actions DocType: Web Form,Actions,Actions
DocType: Workflow State,align-justify,aligné-justifié DocType: Workflow State,align-justify,aligné-justifié
DocType: User,Middle Name (Optional),Deuxième Prénom (Optionnel) DocType: User,Middle Name (Optional),Deuxième Prénom (Optionnel)
apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,Non Autorisé apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,Non Autorisé
apps/frappe/frappe/public/js/frappe/ui/field_group.js +83,Following fields have missing values:,Les champs suivants ont des valeurs manquantes:
apps/frappe/frappe/public/js/frappe/ui/field_group.js +97,Following fields have missing values:,Les champs suivants ont des valeurs manquantes:
apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,Vous ne disposez pas de suffisamment d'autorisations pour compléter l'action apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,Vous ne disposez pas de suffisamment d'autorisations pour compléter l'action
apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,Aucun Résultat apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,Aucun Résultat
DocType: System Settings,Security,Sécurité DocType: System Settings,Security,Sécurité
@@ -1005,7 +1006,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js +133,Hide Details,Masquer les
DocType: Workflow State,Tasks,Tâches DocType: Workflow State,Tasks,Tâches
DocType: Event,Tuesday,Mardi DocType: Event,Tuesday,Mardi
DocType: Blog Settings,Blog Settings,Paramètres du Blog DocType: Blog Settings,Blog Settings,Paramètres du Blog
apps/frappe/frappe/templates/emails/new_user.html +17,You can also copy-paste this link in your browser,Vous pouvez également copier-coller ce lien dans votre navigateur
apps/frappe/frappe/templates/emails/new_user.html +16,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) DocType: Workflow State,bullhorn,Mégaphone (bullhorn)
DocType: Social Login Keys,Facebook Client Secret,Secret Client Facebook DocType: Social Login Keys,Facebook Client Secret,Secret Client Facebook
DocType: Footer Item,Target,Cible DocType: Footer Item,Target,Cible
@@ -1017,12 +1018,12 @@ DocType: ToDo,Due Date,Date d'Échéance
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,Quart de Journée apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,Quart de Journée
DocType: Social Login Keys,Google Client Secret,Secret Client Google DocType: Social Login Keys,Google Client Secret,Secret Client Google
DocType: Website Settings,Hide Footer Signup,Masquer l’Inscription dans le Pied de Page DocType: Website Settings,Hide Footer Signup,Masquer l’Inscription dans le Pied de Page
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,cancelled this document,ce document est annulé
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +423,cancelled this document,ce document est annulé
apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,Écrire un fichier Python dans le même dossier où cela est sauvegardé et retourner la colonne et le résultat. apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,Écrire un fichier Python dans le même dossier où cela est sauvegardé et retourner la colonne et le résultat.
DocType: DocType,Sort Field,Champ de Tri DocType: DocType,Sort Field,Champ de Tri
DocType: Razorpay Settings,Razorpay Settings,Réglages Razorpay DocType: Razorpay Settings,Razorpay Settings,Réglages Razorpay
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +445,Edit Filter,Modifier le Filtre
apps/frappe/frappe/core/doctype/doctype/doctype.py +415,Field {0} of type {1} cannot be mandatory,Champ {0} de type {1} ne peut pas être obligatoire
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +446,Edit Filter,Modifier le Filtre
apps/frappe/frappe/core/doctype/doctype/doctype.py +419,Field {0} of type {1} cannot be mandatory,Champ {0} de type {1} ne peut pas être obligatoire
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,Ajouter Plus apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,Ajouter Plus
apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,Masquer le Graphique apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,Masquer le Graphique
DocType: System Settings,Session Expiry Mobile,Expiration de Session Mobile DocType: System Settings,Session Expiry Mobile,Expiration de Session Mobile
@@ -1037,7 +1038,7 @@ DocType: Communication,Delayed,Différé
apps/frappe/frappe/config/setup.py +128,List of backups available for download,Liste des sauvegardes disponibles au téléchargement apps/frappe/frappe/config/setup.py +128,List of backups available for download,Liste des sauvegardes disponibles au téléchargement
apps/frappe/frappe/www/login.html +89,Sign up,S'inscrire apps/frappe/frappe/www/login.html +89,Sign up,S'inscrire
DocType: Test Runner,Output,Sortie DocType: Test Runner,Output,Sortie
DocType: Email Alert,Set Property After Alert,Définir la propriété après l&#39;alerte
DocType: Email Alert,Set Property After Alert,Définir la Propriété Après l'Alerte
apps/frappe/frappe/config/setup.py +226,Add fields to forms.,Ajouter des champs aux formulaires. apps/frappe/frappe/config/setup.py +226,Add fields to forms.,Ajouter des champs aux formulaires.
apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +159,Looks like something is wrong with this site's Paypal configuration.,Il semble qu'il y ait une erreur avec la configuration Paypal de ce site. apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +159,Looks like something is wrong with this site's Paypal configuration.,Il semble qu'il y ait une erreur avec la configuration Paypal de ce site.
DocType: File,rgt,rgt DocType: File,rgt,rgt
@@ -1045,7 +1046,7 @@ DocType: Email Account,Sendgrid,SendGrid
DocType: Workflow State,leaf,feuille DocType: Workflow State,leaf,feuille
DocType: Portal Menu Item,Portal Menu Item,Article du Menu Portail DocType: Portal Menu Item,Portal Menu Item,Article du Menu Portail
DocType: User Email,Email ID,ID Email DocType: User Email,Email ID,ID Email
DocType: System Settings,"If Apply User Permissions is checked for Report DocType but no User Permissions are defined for Report for a User, then all Reports are shown to that User","Si Appliquer les autorisations utilisateur est vérifiée pour Report DocType mais aucune autorisation utilisateur n&#39;est définie pour un rapport pour un utilisateur, tous les rapports sont affichés à cet utilisateur"
DocType: System Settings,"If Apply User Permissions is checked for Report DocType but no User Permissions are defined for Report for a User, then all Reports are shown to that User","Si ""Appliquer les Autorisations Utilisateurs"" est vérifiée pour un Rapport mais qu'aucune autorisation utilisateur n'est définie pour ce Rapport pour un utilisateur, tous les Rapports seront affichés à cet utilisateur"
DocType: OAuth Client,A list of resources which the Client App will have access to after the user allows it.<br> e.g. project,Une liste des ressources que l'App client aura accès à après que l'utilisateur le permet. <br> par exemple projet DocType: OAuth Client,A list of resources which the Client App will have access to after the user allows it.<br> e.g. project,Une liste des ressources que l'App client aura accès à après que l'utilisateur le permet. <br> par exemple projet
DocType: Translation,Translated Text,Texte Traduit DocType: Translation,Translated Text,Texte Traduit
DocType: Contact Us Settings,Query Options,Options de Requête DocType: Contact Us Settings,Query Options,Options de Requête
@@ -1063,7 +1064,7 @@ DocType: Address,Contacts,Contacts
DocType: System Settings,Setup Complete,Configuration Terminée DocType: System Settings,Setup Complete,Configuration Terminée
apps/frappe/frappe/config/setup.py +66,Report of all document shares,Rapport de tous les partages de documents apps/frappe/frappe/config/setup.py +66,Report of all document shares,Rapport de tous les partages de documents
apps/frappe/frappe/www/update-password.html +18,New Password,Nouveau Mot de Passe apps/frappe/frappe/www/update-password.html +18,New Password,Nouveau Mot de Passe
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +73,Filter {0} missing,Filtre {0} manquant
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +74,Filter {0} missing,Filtre {0} manquant
apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,Désolé ! Vous ne pouvez pas supprimer les commentaires générés automatiquement apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,Désolé ! Vous ne pouvez pas supprimer les commentaires générés automatiquement
DocType: Website Theme,Style using CSS,Style en utilisant CSS DocType: Website Theme,Style using CSS,Style en utilisant CSS
apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,DocType de la Référence apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,DocType de la Référence
@@ -1128,7 +1129,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +127,Help on Searc
apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,Enregistré mais Désactivé apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,Enregistré mais Désactivé
DocType: DocType,Hide Copy,Masquer la Copie DocType: DocType,Hide Copy,Masquer la Copie
apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,Effacer tous les rôles apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,Effacer tous les rôles
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +114,{0} generated on {1},{0} généré sur {1}
apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} doit être unique apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} doit être unique
apps/frappe/frappe/permissions.py +274,Row,Ligne apps/frappe/frappe/permissions.py +274,Row,Ligne
DocType: DocType,Track Changes,Suivre les Modifications DocType: DocType,Track Changes,Suivre les Modifications
@@ -1179,11 +1179,11 @@ DocType: User,Github User ID,ID Utilisateur GitHub
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,Si Type de Document apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,Si Type de Document
apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","Vous ne pouvez pas supprimer ou annuler parce que {0} <a href=""#Form/{0}/{1}"">{1}</a> est liée à {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}" apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","Vous ne pouvez pas supprimer ou annuler parce que {0} <a href=""#Form/{0}/{1}"">{1}</a> est liée à {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}"
apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},Application inconnue {0} apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},Application inconnue {0}
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +48,"%s is not a valid report format. Report format should \
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +49,"%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 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: Communication,Chat,Chat DocType: Communication,Chat,Chat
apps/frappe/frappe/core/doctype/doctype/doctype.py +408,Fieldname {0} appears multiple times in rows {1},Nom du Champ {0} apparaît plusieurs fois dans les lignes {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +460,{0} from {1} to {2} in row #{3},{0} de {1} à {2} dans la ligne #{3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +412,Fieldname {0} appears multiple times in rows {1},Nom du Champ {0} apparaît plusieurs fois dans les lignes {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +462,{0} from {1} to {2} in row #{3},{0} de {1} à {2} dans la ligne #{3}
DocType: Communication,Expired,Expiré DocType: Communication,Expired,Expiré
DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),Nombre de colonnes pour un champ dans une Grille (Total des colonnes dans une grille doit être inférieur à 11) DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),Nombre de colonnes pour un champ dans une Grille (Total des colonnes dans une grille doit être inférieur à 11)
DocType: DocType,System,Système DocType: DocType,System,Système
@@ -1198,7 +1198,7 @@ DocType: Help Article,Likes,Aime
DocType: Website Settings,Top Bar,Barre Supérieure DocType: Website Settings,Top Bar,Barre Supérieure
DocType: GSuite Settings,Script Code,Code du Script DocType: GSuite Settings,Script Code,Code du Script
apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,Créer un Email Utilisateur apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,Créer un Email Utilisateur
apps/frappe/frappe/core/doctype/doctype/doctype.py +647,No Permissions Specified,Aucune Autorisation Spécifiée
apps/frappe/frappe/core/doctype/doctype/doctype.py +651,No Permissions Specified,Aucune Autorisation Spécifiée
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,Paramètres Globaux : Les utilisateurs ne pourront que choisir les icônes sélectionnées apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,Paramètres Globaux : Les utilisateurs ne pourront que choisir les icônes sélectionnées
apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} introuvable apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} introuvable
DocType: Custom Role,Custom Role,Rôle Personnalisé DocType: Custom Role,Custom Role,Rôle Personnalisé
@@ -1210,12 +1210,12 @@ DocType: Dropbox Settings,Dropbox Access Secret,Secret d’Accès Dropbox
apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,Ajouter un Autre Commentaire apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,Ajouter un Autre Commentaire
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,Modifier le DocType apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,Modifier le DocType
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,Désinscrit de la Newsletter apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,Désinscrit de la Newsletter
apps/frappe/frappe/core/doctype/doctype/doctype.py +507,Fold must come before a Section Break,Un Pli doit être avant un Saut de Section
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,En développement
apps/frappe/frappe/core/doctype/doctype/doctype.py +511,Fold must come before a Section Break,Un Pli doit être avant un Saut de Section
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,En Développement
apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,Dernière Modification Par apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,Dernière Modification Par
DocType: Workflow State,hand-down,main vers le bas DocType: Workflow State,hand-down,main vers le bas
DocType: Address,GST State,État GST DocType: Address,GST State,État GST
apps/frappe/frappe/core/doctype/doctype/doctype.py +695,{0}: Cannot set Cancel without Submit,{0} : Impossible de choisir Annuler sans Soumettre
apps/frappe/frappe/core/doctype/doctype/doctype.py +699,{0}: Cannot set Cancel without Submit,{0} : Impossible de choisir Annuler sans Soumettre
DocType: Website Theme,Theme,Thème DocType: Website Theme,Theme,Thème
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,Il y a eu des erreurs. apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,Il y a eu des erreurs.
DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,URI de Redirection Lié au Code Auth DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,URI de Redirection Lié au Code Auth
@@ -1232,7 +1232,7 @@ DocType: Workflow State,Tag,Balise
DocType: Custom Script,Script,Script DocType: Custom Script,Script,Script
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +28,My Settings,Mes Paramètres apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +28,My Settings,Mes Paramètres
DocType: Website Theme,Text Color,Couleur du Texte DocType: Website Theme,Text Color,Couleur du Texte
apps/frappe/frappe/desk/page/backups/backups.py +72,Backup job is already queued. You will receive an email with the download link,Le travail de sauvegarde est déjà mis en file d&#39;attente. Vous recevrez un courriel avec le lien de téléchargement
apps/frappe/frappe/desk/page/backups/backups.py +72,Backup job is already queued. You will receive an email with the download link,La sauvegarde est déjà mise en file d'attente. Vous recevrez un email avec le lien de téléchargement
DocType: Desktop Icon,Force Show,Forcer l'Affichage DocType: Desktop Icon,Force Show,Forcer l'Affichage
apps/frappe/frappe/auth.py +78,Invalid Request,Requête Invalide apps/frappe/frappe/auth.py +78,Invalid Request,Requête Invalide
apps/frappe/frappe/public/js/frappe/form/layout.js +35,This form does not have any input,Ce formulaire n'a aucune entrée apps/frappe/frappe/public/js/frappe/form/layout.js +35,This form does not have any input,Ce formulaire n'a aucune entrée
@@ -1254,7 +1254,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +7,
apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,Ajouter un Commentaire apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,Ajouter un Commentaire
DocType: DocField,Mandatory,Obligatoire DocType: DocField,Mandatory,Obligatoire
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,Module à Exporter apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,Module à Exporter
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,{0}: No basic permissions set,{0} : Aucune autorisation de base définie
apps/frappe/frappe/core/doctype/doctype/doctype.py +663,{0}: No basic permissions set,{0} : Aucune autorisation de base définie
apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,Votre abonnement expirera le {0}. apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,Votre abonnement expirera le {0}.
apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},Le lien de téléchargement pour votre sauvegarde sera envoyé sur l'adresse email suivante: {0} apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},Le lien de téléchargement pour votre sauvegarde sera envoyé sur l'adresse email suivante: {0}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","Signification de Soumettre, Annuler, Modifier" apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","Signification de Soumettre, Annuler, Modifier"
@@ -1269,6 +1269,7 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +129,Filters sa
DocType: DocField,Percent,Pourcent DocType: DocField,Percent,Pourcent
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,Veuillez définir des filtres apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,Veuillez définir des filtres
apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,Lié avec apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,Lié avec
apps/frappe/frappe/templates/emails/auto_email_report.html +48,Edit Auto Email Report Settings,Modifier les paramètres du rapport automatique de courrier électronique
DocType: Workflow State,book,livre DocType: Workflow State,book,livre
DocType: Website Settings,Landing Page,Page d'Accueil DocType: Website Settings,Landing Page,Page d'Accueil
apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,Erreur dans le Script Personnalisé apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,Erreur dans le Script Personnalisé
@@ -1277,7 +1278,7 @@ apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +132,"Import R
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,Aucune Autorisations définies pour ce critère. apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,Aucune Autorisations définies pour ce critère.
DocType: Auto Email Report,Auto Email Report,Rapport par Email Automatique DocType: Auto Email Report,Auto Email Report,Rapport par Email Automatique
apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,Nombre Max d'E-mails apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,Nombre Max d'E-mails
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +575,Delete comment?,Supprimer le commentaire ?
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +577,Delete comment?,Supprimer le commentaire ?
DocType: Address Template,This format is used if country specific format is not found,Ce format est utilisé si un format spécifique au pays n'est pas trouvé DocType: Address Template,This format is used if country specific format is not found,Ce format est utilisé si un format spécifique au pays n'est pas trouvé
DocType: System Settings,Allow Login using Mobile Number,Autoriser la Connexion en utilisant un Numéro de Téléphone Portable DocType: System Settings,Allow Login using Mobile Number,Autoriser la Connexion en utilisant un Numéro de Téléphone Portable
apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,Vous ne disposez pas de suffisamment d'autorisations pour accéder à cette ressource. Veuillez contacter votre responsable pour obtenir l'accès. apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,Vous ne disposez pas de suffisamment d'autorisations pour accéder à cette ressource. Veuillez contacter votre responsable pour obtenir l'accès.
@@ -1293,7 +1294,7 @@ DocType: Print Format,Monospace,Monospace
DocType: Letter Head,Printing,Impression DocType: Letter Head,Printing,Impression
DocType: Workflow State,thumbs-up,pouces-vers-le-haut DocType: Workflow State,thumbs-up,pouces-vers-le-haut
DocType: DocPerm,DocPerm,DocPerm DocType: DocPerm,DocPerm,DocPerm
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Precision should be between 1 and 6,La précision doit être comprise entre 1 et 6
apps/frappe/frappe/core/doctype/doctype/doctype.py +467,Precision should be between 1 and 6,La précision doit être comprise entre 1 et 6
apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},Fw: {0} apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},Fw: {0}
apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,et apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,et
DocType: Error Snapshot,Frames,Cadres DocType: Error Snapshot,Frames,Cadres
@@ -1306,9 +1307,10 @@ apps/frappe/frappe/utils/boilerplate.py +263,{app_title},{app_title}
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,Veuillez définir les clés d'accès Dropbox dans la configuration de votre site apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,Veuillez définir les clés d'accès Dropbox dans la configuration de votre site
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Supprimer cet enregistrement pour permettre l'envoi à cette adresse Email apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Supprimer cet enregistrement pour permettre l'envoi à cette adresse Email
apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,Seuls les champs obligatoires sont nécessaires pour les nouveaux enregistrements. Vous pouvez supprimer des colonnes non obligatoires si vous le souhaitez. apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,Seuls les champs obligatoires sont nécessaires pour les nouveaux enregistrements. Vous pouvez supprimer des colonnes non obligatoires si vous le souhaitez.
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +269,Unable to update event,Impossible de mettre à jour l'événement
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +262,Unable to update event,Impossible de mettre à jour l'événement
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Paiement Complet apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Paiement Complet
apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","Le Filtre doit avoir 4 valeurs (doctype, nom du champ, opérateur, valeur) : {0}" apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","Le Filtre doit avoir 4 valeurs (doctype, nom du champ, opérateur, valeur) : {0}"
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,Aucun modèle d&#39;adresse par défaut n&#39;a été trouvé. Créez une nouvelle version de Configuration&gt; Impression et Marquage&gt; Modèle d&#39;adresse.
apps/frappe/frappe/utils/bot.py +89,show,montrer apps/frappe/frappe/utils/bot.py +89,show,montrer
DocType: Address Template,Address Template,Modèle d'Adresse DocType: Address Template,Address Template,Modèle d'Adresse
DocType: Workflow State,text-height,Hauteur-texte DocType: Workflow State,text-height,Hauteur-texte
@@ -1361,7 +1363,6 @@ apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +6,Can Write
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Certains documents, comme une Facture, ne devraient pas être modifiés une fois finalisés. L'état final de ces documents est appelée Soumis. Vous pouvez limiter les rôles pouvant Soumettre." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Certains documents, comme une Facture, ne devraient pas être modifiés une fois finalisés. L'état final de ces documents est appelée Soumis. Vous pouvez limiter les rôles pouvant Soumettre."
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,Vous n'êtes pas autorisé à exporter ce rapport. apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,Vous n'êtes pas autorisé à exporter ce rapport.
apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 article sélectionné apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 article sélectionné
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Aucun résultat trouvé pour ' </p>
DocType: Newsletter,Test Email Address,Adresse Email de Test DocType: Newsletter,Test Email Address,Adresse Email de Test
DocType: ToDo,Sender,Expéditeur DocType: ToDo,Sender,Expéditeur
DocType: GSuite Settings,Google Apps Script,Google Apps Script DocType: GSuite Settings,Google Apps Script,Google Apps Script
@@ -1374,7 +1375,7 @@ DocType: System Settings,Allow only one session per user,Autoriser une seule ses
apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,Copier apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,Copier
apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,Accueil / Dossier Test 1 / Dossier Test 3 apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,Accueil / Dossier Test 1 / Dossier Test 3
DocType: Website Settings,&lt;head&gt; HTML,HTML DocType: Website Settings,&lt;head&gt; HTML,HTML
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +66,Select or drag across time slots to create a new event.,Sélectionner ou glisser sur des intervalles de temps pour créer un nouvel événement.
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +67,Select or drag across time slots to create a new event.,Sélectionner ou glisser sur des intervalles de temps pour créer un nouvel événement.
DocType: DocField,In Filter,Dans le Filtre DocType: DocField,In Filter,Dans le Filtre
apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban
DocType: DocType,Show in Module Section,Afficher la Section Module DocType: DocType,Show in Module Section,Afficher la Section Module
@@ -1395,7 +1396,7 @@ apps/frappe/frappe/email/doctype/email_account/email_account_list.js +6,Default
apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,Importer .zip apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,Importer .zip
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,ID de Document apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,ID de Document
DocType: Print Settings,Letter,Lettre DocType: Print Settings,Letter,Lettre
apps/frappe/frappe/core/doctype/doctype/doctype.py +556,Image field must be of type Attach Image,Champ de l'image doit être du type Image Jointe
apps/frappe/frappe/core/doctype/doctype/doctype.py +560,Image field must be of type Attach Image,Champ de l'image doit être du type Image Jointe
DocType: DocField,Columns,Colonnes DocType: DocField,Columns,Colonnes
DocType: Async Task,Succeeded,Réussi DocType: Async Task,Succeeded,Réussi
apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},Champs Obligatoires Requis : {0} apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},Champs Obligatoires Requis : {0}
@@ -1446,7 +1447,7 @@ DocType: DocField,Text Editor,Éditeur de Texte
apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,Réglages de la page A Propos ... apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,Réglages de la page A Propos ...
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,Modifier HTML Personnalisé apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,Modifier HTML Personnalisé
DocType: Error Snapshot,Error Snapshot,Instantané d'Erreur DocType: Error Snapshot,Error Snapshot,Instantané d'Erreur
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,In,Dans
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,In,Dans
DocType: Email Alert,Value Change,Modification de Valeur DocType: Email Alert,Value Change,Modification de Valeur
DocType: Standard Reply,Standard Reply,Réponse Standard DocType: Standard Reply,Standard Reply,Réponse Standard
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,Largeur de la boîte d'entrée apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,Largeur de la boîte d'entrée
@@ -1466,12 +1467,11 @@ apps/frappe/frappe/public/js/frappe/views/communication.js +82,Select Attachment
apps/frappe/frappe/model/naming.py +94, for {0},pour {0} apps/frappe/frappe/model/naming.py +94, for {0},pour {0}
apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,Il y a eu des erreurs. Veuillez nous le signaler. apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,Il y a eu des erreurs. Veuillez nous le signaler.
apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,Vous n'êtes pas autorisé à imprimer ce document apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,Vous n'êtes pas autorisé à imprimer ce document
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +107,Please set filters value in Report Filter table.,Veuillez définir la valeur des filtres dans le Tableau des Filtres de Rapport.
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +120,Please set filters value in Report Filter table.,Veuillez définir la valeur des filtres dans le Tableau des Filtres de Rapport.
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,Chargement du Rapport apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,Chargement du Rapport
apps/frappe/frappe/limits.py +72,Your subscription will expire today.,Votre abonnement expirera aujourd'hui. apps/frappe/frappe/limits.py +72,Your subscription will expire today.,Votre abonnement expirera aujourd'hui.
DocType: Page,Standard,Standard DocType: Page,Standard,Standard
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Joindre un Fichier apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Joindre un Fichier
apps/frappe/frappe/templates/emails/password_update.html +1,Password Update Notification,Notification de Mise à Jour du Mot de Passe
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Taille apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Taille
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Terminer l'Affectation apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Terminer l'Affectation
DocType: Custom DocPerm,User Permission DocTypes,DocTypes d'Autorisation de l'Utilisateur DocType: Custom DocPerm,User Permission DocTypes,DocTypes d'Autorisation de l'Utilisateur
@@ -1484,6 +1484,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +10,Insert Abo
apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,Noms et prénoms communs sont faciles à deviner. apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,Noms et prénoms communs sont faciles à deviner.
apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,Brouillon apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,Brouillon
apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,C’est similaire à un mot de passe couramment utilisé. apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,C’est similaire à un mot de passe couramment utilisé.
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Aucun résultat trouvé pour ' </p>
DocType: User,Female,Féminin DocType: User,Female,Féminin
DocType: Print Settings,Modern,Moderne DocType: Print Settings,Modern,Moderne
apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,Résultats de la Recherche apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,Résultats de la Recherche
@@ -1538,7 +1539,7 @@ apps/frappe/frappe/core/doctype/file/file_list.js +65,Folder name should not inc
DocType: Note,Note,Note DocType: Note,Note,Note
apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,Rapport d'Erreurs apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,Rapport d'Erreurs
apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,Les conditions du Retour d'Expérience ne correspondent pas apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,Les conditions du Retour d'Expérience ne correspondent pas
apps/frappe/frappe/core/doctype/doctype/doctype.py +570,Timeline field must be a valid fieldname,Le champ Chronologie doit être un champ valide
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a valid fieldname,Le champ Chronologie doit être un champ valide
DocType: Currency,Symbol,Symbole DocType: Currency,Symbol,Symbole
apps/frappe/frappe/model/base_document.py +534,Row #{0}:,Ligne # {0} : apps/frappe/frappe/model/base_document.py +534,Row #{0}:,Ligne # {0} :
apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,Nouveau mot de passe envoyé par courriel apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,Nouveau mot de passe envoyé par courriel
@@ -1595,8 +1596,7 @@ DocType: Web Page,Text Align,Aligner le Texte
apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},Le Nom ne peut contenir des caractères spéciaux tels que {0} apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},Le Nom ne peut contenir des caractères spéciaux tels que {0}
DocType: Contact Us Settings,Forward To Email Address,Transférer à l'Adresse Email DocType: Contact Us Settings,Forward To Email Address,Transférer à l'Adresse Email
apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,Afficher toutes les données apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,Afficher toutes les données
apps/frappe/frappe/core/doctype/doctype/doctype.py +527,Title field must be a valid fieldname,Champ Titre doit être un nom de champ valide
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,Compte de messagerie non configuré. Créez un nouveau compte de messagerie à partir de la configuration&gt; Courriel&gt; Compte de messagerie
apps/frappe/frappe/core/doctype/doctype/doctype.py +531,Title field must be a valid fieldname,Champ Titre doit être un nom de champ valide
apps/frappe/frappe/config/core.py +7,Documents,Documents apps/frappe/frappe/config/core.py +7,Documents,Documents
DocType: Email Flag Queue,Is Completed,Est Complété DocType: Email Flag Queue,Is Completed,Est Complété
apps/frappe/frappe/www/me.html +22,Edit Profile,Modifier le Profil apps/frappe/frappe/www/me.html +22,Edit Profile,Modifier le Profil
@@ -1630,7 +1630,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +215,You are n
apps/frappe/frappe/templates/emails/feedback_request_url.html +8,1 star being lowest & 5 stars being highest rating,1 étoile étant la pire note et 5 étoiles étant la meilleure note apps/frappe/frappe/templates/emails/feedback_request_url.html +8,1 star being lowest & 5 stars being highest rating,1 étoile étant la pire note et 5 étoiles étant la meilleure note
DocType: Event,Ref Name,Nom de Réf. DocType: Event,Ref Name,Nom de Réf.
DocType: Web Page,Center,Centre DocType: Web Page,Center,Centre
DocType: Email Alert,Value To Be Set,Valeur à définir
DocType: Email Alert,Value To Be Set,Valeur à Définir
apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot_list.js +11,First Level,Premier niveau apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot_list.js +11,First Level,Premier niveau
DocType: Workflow Document State,Represents the states allowed in one document and role assigned to change the state.,Représente les états permis dans un document et le rôle assigné pour changer cet état. DocType: Workflow Document State,Represents the states allowed in one document and role assigned to change the state.,Représente les états permis dans un document et le rôle assigné pour changer cet état.
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +71,Refresh Form,Actualiser le Formulaire apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +71,Refresh Form,Actualiser le Formulaire
@@ -1648,7 +1648,7 @@ DocType: Standard Reply,Standard Reply Help,Aide pour la Réponse Standard
DocType: Blogger,Avatar,Avatar DocType: Blogger,Avatar,Avatar
DocType: Blogger,Posts,Messages DocType: Blogger,Posts,Messages
DocType: DocType,Has Web View,A Une Vue Web DocType: DocType,Has Web View,A Une Vue Web
apps/frappe/frappe/core/doctype/doctype/doctype.py +377,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","Le nom du DocType doit commencer par une lettre et il peut uniquement se composer de lettres, des chiffres, d’espaces et du tiret bas (underscore)"
apps/frappe/frappe/core/doctype/doctype/doctype.py +381,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","Le nom du DocType doit commencer par une lettre et il peut uniquement se composer de lettres, des chiffres, d’espaces et du tiret bas (underscore)"
DocType: Communication,Spam,Spam DocType: Communication,Spam,Spam
DocType: Integration Request,Integration Request,Demande d'Intégration DocType: Integration Request,Integration Request,Demande d'Intégration
apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,Cher/Chère apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,Cher/Chère
@@ -1684,7 +1684,7 @@ DocType: Website Settings,Sub-domain provided by erpnext.com,Sous-domaine fourni
DocType: System Settings,dd-mm-yyyy,jj-mm-aaaa DocType: System Settings,dd-mm-yyyy,jj-mm-aaaa
apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,Doit avoir l'autorisation d'accéder aux rapport dont celui-ci. apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,Doit avoir l'autorisation d'accéder aux rapport dont celui-ci.
apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,Veuillez sélectionner le Score Minimum du Mot de Passe apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,Veuillez sélectionner le Score Minimum du Mot de Passe
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,Added,Ajouté
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,Added,Ajouté
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.","Mettre à jour seulement, ne pas insérer de nouveaux enregistrements." apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.","Mettre à jour seulement, ne pas insérer de nouveaux enregistrements."
apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,Un Récapitulatif Quotidien est envoyé pour les Événements du Calendrier ayant des rappels. apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,Un Récapitulatif Quotidien est envoyé pour les Événements du Calendrier ayant des rappels.
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,Voir Le Site Web apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,Voir Le Site Web
@@ -1698,7 +1698,7 @@ DocType: Integration Request,Reference DocName,DocName de la Référence
DocType: Web Form,Success Message,Message de Réussite DocType: Web Form,Success Message,Message de Réussite
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,Exporter les Personnalisations apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,Exporter les Personnalisations
DocType: DocType,User Cannot Search,L'utilisateur ne peut pas Rechercher DocType: DocType,User Cannot Search,L'utilisateur ne peut pas Rechercher
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +83,Invalid Output Format,Format de Sortie Invalide
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Invalid Output Format,Format de Sortie Invalide
DocType: Custom DocPerm,Apply this rule if the User is the Owner,Appliquer cette règle si l'Utilisateur est le Responsable DocType: Custom DocPerm,Apply this rule if the User is the Owner,Appliquer cette règle si l'Utilisateur est le Responsable
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,Sera votre identifiant de connexion apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,Sera votre identifiant de connexion
apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,Créer un Rapport apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,Créer un Rapport
@@ -1716,10 +1716,11 @@ apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +138,There were e
apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,Fermer apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,Fermer
apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,Impossible de changer le statut du document de 0 à 2 apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,Impossible de changer le statut du document de 0 à 2
DocType: User Permission for Page and Report,Roles Permission,Autorisations de Rôles DocType: User Permission for Page and Report,Roles Permission,Autorisations de Rôles
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,Compte de messagerie non configuré. Créez un nouveau compte de messagerie à partir de la configuration&gt; Courriel&gt; Compte de messagerie
apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,Mettre à Jour apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,Mettre à Jour
DocType: Error Snapshot,Snapshot View,Vue Snapshot DocType: Error Snapshot,Snapshot View,Vue Snapshot
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,Veuillez sauvegarder la Newsletter avant de l'envoyer apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,Veuillez sauvegarder la Newsletter avant de l'envoyer
apps/frappe/frappe/core/doctype/doctype/doctype.py +426,Options must be a valid DocType for field {0} in row {1},Les options doivent être un DocType valide pour le champ {0} à la ligne {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +430,Options must be a valid DocType for field {0} in row {1},Les options doivent être un DocType valide pour le champ {0} à la ligne {1}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,Modifier les Propriétés apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,Modifier les Propriétés
DocType: Patch Log,List of patches executed,Liste des correctifs exécutés DocType: Patch Log,List of patches executed,Liste des correctifs exécutés
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} déjà désinscrit apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} déjà désinscrit
@@ -1812,7 +1813,7 @@ apps/frappe/frappe/core/doctype/version/version_view.html +32,Rows Added,Lignes
apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,Succès! Vous pouvez y aller 👍 apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,Succès! Vous pouvez y aller 👍
apps/frappe/frappe/www/me.html +3,My Account,Mon Compte apps/frappe/frappe/www/me.html +3,My Account,Mon Compte
DocType: ToDo,Allocated To,Attribué à DocType: ToDo,Allocated To,Attribué à
apps/frappe/frappe/templates/emails/password_reset.html +4,Please click on the following link to set your new password,Veuillez cliquer sur le lien suivant pour définir votre nouveau mot de passe
apps/frappe/frappe/templates/emails/password_reset.html +2,Please click on the following link to set your new password,Veuillez cliquer sur le lien suivant pour définir votre nouveau mot de passe
DocType: Email Alert,Days After,Jours Suivants DocType: Email Alert,Days After,Jours Suivants
DocType: Newsletter,Receipient,Bénéficiaire DocType: Newsletter,Receipient,Bénéficiaire
DocType: Contact Us Settings,Settings for Contact Us Page,Réglages pour la Page Contacter Nous DocType: Contact Us Settings,Settings for Contact Us Page,Réglages pour la Page Contacter Nous
@@ -1826,7 +1827,7 @@ DocType: Property Setter,Property Type,Type de Propriété
DocType: Workflow State,screenshot,capture d'écran DocType: Workflow State,screenshot,capture d'écran
apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,Seul l'Administrateur peut enregistrer un rapport standard. Merci de renommer et sauvegarder. apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,Seul l'Administrateur peut enregistrer un rapport standard. Merci de renommer et sauvegarder.
DocType: System Settings,Background Workers,Exécution d'Opérations en Arrière-Plan DocType: System Settings,Background Workers,Exécution d'Opérations en Arrière-Plan
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,Fieldname {0} conflicting with meta object,Nom de champ {0} en conflit avec méta objet
apps/frappe/frappe/core/doctype/doctype/doctype.py +783,Fieldname {0} conflicting with meta object,Nom de champ {0} en conflit avec méta objet
DocType: Deleted Document,Data,Données DocType: Deleted Document,Data,Données
apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,Statut du Document apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,Statut du Document
apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},Vous avez fait {0} de {1} apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},Vous avez fait {0} de {1}
@@ -1890,7 +1891,6 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +70,"""Parent"" signif
DocType: Website Theme,Apply Style,Appliquer le Style DocType: Website Theme,Apply Style,Appliquer le Style
DocType: Feedback Request,Feedback Rating,Note de Retour d’Expérience DocType: Feedback Request,Feedback Rating,Note de Retour d’Expérience
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,Partagé Avec apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,Partagé Avec
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,Configuration&gt; Gestionnaire des autorisations utilisateur
DocType: Help Category,Help Articles,Articles d'Aide DocType: Help Category,Help Articles,Articles d'Aide
,Modules Setup,Modules d'Installation ,Modules Setup,Modules d'Installation
apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,Type : apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,Type :
@@ -1936,12 +1936,11 @@ apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 2,Opti
DocType: Feedback Trigger,Email Field,Champ Email DocType: Feedback Trigger,Email Field,Champ Email
apps/frappe/frappe/www/update-password.html +59,New Password Required.,Nouveau Mot de Passe Requis. apps/frappe/frappe/www/update-password.html +59,New Password Required.,Nouveau Mot de Passe Requis.
apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} a partagé ce document avec {1} apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} a partagé ce document avec {1}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,Configuration&gt; Utilisateur
DocType: Website Settings,Brand Image,Logo DocType: Website Settings,Brand Image,Logo
DocType: Print Settings,A4,A4 DocType: Print Settings,A4,A4
apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","Configuration de la barre de navigation en haut, du pied de page et du logo." apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","Configuration de la barre de navigation en haut, du pied de page et du logo."
DocType: Web Form Field,Max Value,Valeur Max DocType: Web Form Field,Max Value,Valeur Max
apps/frappe/frappe/core/doctype/doctype/doctype.py +655,For {0} at level {1} in {2} in row {3},Pour {0} au niveau {1} dans {2} à la ligne {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,For {0} at level {1} in {2} in row {3},Pour {0} au niveau {1} dans {2} à la ligne {3}
DocType: Contact,All,Tous DocType: Contact,All,Tous
DocType: Email Queue,Recipient,Destinataire DocType: Email Queue,Recipient,Destinataire
DocType: Communication,Has Attachment,A Une Pièce Jointe DocType: Communication,Has Attachment,A Une Pièce Jointe
@@ -1959,7 +1958,7 @@ DocType: Auto Email Report,Email To,Email À
apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,Dossier {0} n’est pas vide apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,Dossier {0} n’est pas vide
DocType: Page,Roles,Rôles DocType: Page,Roles,Rôles
apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},Erreur: Valeur absente pour {0}: {1} apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},Erreur: Valeur absente pour {0}: {1}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +286,Field {0} is not selectable.,Champ {0} n'est pas sélectionnable.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +287,Field {0} is not selectable.,Champ {0} n'est pas sélectionnable.
DocType: System Settings,Session Expiry,Expiration de Session DocType: System Settings,Session Expiry,Expiration de Session
DocType: Workflow State,ban-circle,Interdiction (ban-circle) DocType: Workflow State,ban-circle,Interdiction (ban-circle)
DocType: Email Flag Queue,Unread,Non Lus DocType: Email Flag Queue,Unread,Non Lus
@@ -2017,7 +2016,7 @@ DocType: DocType,"Naming Options:
<ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",Naming Options: <ol><li> <b>champ: [fieldname]</b> - Par champ </li><li> <b>naming_series:</b> - En nommant Série (naming_series de terrain appelé doivent être présents </li><li> <b>Prompt</b> - Demander à l' utilisateur pour un nom </li><li> <b>[série]</b> - Série par préfixe (séparés par un point); par exemple PRE. ##### </li></ol> <ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",Naming Options: <ol><li> <b>champ: [fieldname]</b> - Par champ </li><li> <b>naming_series:</b> - En nommant Série (naming_series de terrain appelé doivent être présents </li><li> <b>Prompt</b> - Demander à l' utilisateur pour un nom </li><li> <b>[série]</b> - Série par préfixe (séparés par un point); par exemple PRE. ##### </li></ol>
DocType: Blog Post,Email Sent,Email Envoyé DocType: Blog Post,Email Sent,Email Envoyé
DocType: DocField,Ignore XSS Filter,Ignorer le Filtre XSS DocType: DocField,Ignore XSS Filter,Ignorer le Filtre XSS
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,removed,retiré
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,removed,retiré
apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,Réglages de sauvegarde Dropbox apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,Réglages de sauvegarde Dropbox
apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,Envoyer Comme Email apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,Envoyer Comme Email
DocType: Website Theme,Link Color,Couleur du Lien DocType: Website Theme,Link Color,Couleur du Lien
@@ -2150,6 +2149,7 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Ré
DocType: DocType,Setup,Configuration DocType: DocType,Setup,Configuration
DocType: Email Account,Initial Sync Count,Nombre de Synchronisation Initiale DocType: Email Account,Initial Sync Count,Nombre de Synchronisation Initiale
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Nouveau commentaire sur {0} {1} apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Nouveau commentaire sur {0} {1}
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} année (s) depuis
DocType: Workflow State,glass,verre DocType: Workflow State,glass,verre
DocType: DocType,Timeline Field,Champ Chronologie DocType: DocType,Timeline Field,Champ Chronologie
DocType: Country,Time Zones,Fuseaux Horaires DocType: Country,Time Zones,Fuseaux Horaires
@@ -2184,10 +2184,10 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +77,You are not
apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,Info : apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,Info :
DocType: Custom Field,Permission Level,Niveau d'Autorisation DocType: Custom Field,Permission Level,Niveau d'Autorisation
DocType: User,Send Notifications for Transactions I Follow,Envoyer des notifications pour les Transactions que je Suis DocType: User,Send Notifications for Transactions I Follow,Envoyer des notifications pour les Transactions que je Suis
apps/frappe/frappe/core/doctype/doctype/doctype.py +698,"{0}: Cannot set Submit, Cancel, Amend without Write","{0} : Vous ne pouvez pas choisir Envoyer, Annuler, Modifier sans Écrire"
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,"{0}: Cannot set Submit, Cancel, Amend without Write","{0} : Vous ne pouvez pas choisir Envoyer, Annuler, Modifier sans Écrire"
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,Êtes-vous sûr de vouloir supprimer la pièce jointe? apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,Êtes-vous sûr de vouloir supprimer la pièce jointe?
apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","Vous ne pouvez pas supprimer ou annuler parce que {0} <a href=""#Form/{0}/{1}"">{1}</a> est liée à {2} <a href=""#Form/{2}/{3}"">{3}</a>" apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","Vous ne pouvez pas supprimer ou annuler parce que {0} <a href=""#Form/{0}/{1}"">{1}</a> est liée à {2} <a href=""#Form/{2}/{3}"">{3}</a>"
apps/frappe/frappe/__init__.py +1070,Thank you,Merci
apps/frappe/frappe/__init__.py +1071,Thank you,Merci
apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,En Cours d'Enregistrement apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,En Cours d'Enregistrement
DocType: Print Settings,Print Style Preview,Aperçu Style d'Impression DocType: Print Settings,Print Style Preview,Aperçu Style d'Impression
apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Dossier_Test apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Dossier_Test
@@ -2231,7 +2231,7 @@ apps/frappe/frappe/public/js/frappe/list/list_renderer.js +501,2 days ago,Il y a
apps/frappe/frappe/config/website.py +47,Categorize blog posts.,Catégoriser les posts de blog. apps/frappe/frappe/config/website.py +47,Categorize blog posts.,Catégoriser les posts de blog.
DocType: Workflow State,Time,Temps DocType: Workflow State,Time,Temps
DocType: DocField,Attach,Joindre DocType: DocField,Attach,Joindre
apps/frappe/frappe/core/doctype/doctype/doctype.py +539,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} n'est pas un motif de nom de champ valide. Il devrait être {{field_name}}.
apps/frappe/frappe/core/doctype/doctype/doctype.py +543,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} n'est pas un motif de nom de champ valide. Il devrait être {{field_name}}.
DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,Envoyer une Demande de Retour d'Expérience que s'il y a au moins une communication disponible pour le document. DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,Envoyer une Demande de Retour d'Expérience que s'il y a au moins une communication disponible pour le document.
DocType: Custom Role,Permission Rules,Règles d'Autorisation DocType: Custom Role,Permission Rules,Règles d'Autorisation
DocType: GSuite Settings,GSuite Settings,Paramètres GSuite DocType: GSuite Settings,GSuite Settings,Paramètres GSuite
@@ -2251,7 +2251,7 @@ apps/frappe/frappe/website/doctype/blog_post/blog_post.py +106,Posts by {0},Mess
apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","Pour formater des colonnes, donnez des étiquettes de colonne dans la requête." apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","Pour formater des colonnes, donnez des étiquettes de colonne dans la requête."
DocType: Has Domain,Has Domain,A un Domaine DocType: Has Domain,Has Domain,A un Domaine
apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,Vous n’avez pas encore de compte ? Inscrivez-vous apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,Vous n’avez pas encore de compte ? Inscrivez-vous
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,{0}: Cannot set Assign Amend if not Submittable,{0} : Impossible de définir ‘Assigner Modifier’ si non Soumissible
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set Assign Amend if not Submittable,{0} : Impossible de définir ‘Assigner Modifier’ si non Soumissible
DocType: Address,Bihar,Bihar DocType: Address,Bihar,Bihar
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,Modifier les Autorisations de Rôle apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,Modifier les Autorisations de Rôle
DocType: Communication,Link DocType,DocType du Lien DocType: Communication,Link DocType,DocType du Lien
@@ -2303,7 +2303,7 @@ DocType: DocField,Set non-standard precision for a Float or Currency field,Défi
DocType: Email Account,Ignore attachments over this size,Ignorer les pièces jointes supérieures à cette taille DocType: Email Account,Ignore attachments over this size,Ignorer les pièces jointes supérieures à cette taille
DocType: Address,Preferred Billing Address,Adresse de Facturation Principale DocType: Address,Preferred Billing Address,Adresse de Facturation Principale
apps/frappe/frappe/config/integrations.py +63,External Documents,Documents Externes apps/frappe/frappe/config/integrations.py +63,External Documents,Documents Externes
apps/frappe/frappe/database.py +235,Too many writes in one request. Please send smaller requests,Trop d’écritures en une seule requête. Veuillez envoyer des requêtes plus petites
apps/frappe/frappe/database.py +247,Too many writes in one request. Please send smaller requests,Trop d’écritures en une seule requête. Veuillez envoyer des requêtes plus petites
apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,Valeurs Modifiées apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,Valeurs Modifiées
DocType: Workflow State,arrow-up,flèche-haut DocType: Workflow State,arrow-up,flèche-haut
DocType: OAuth Bearer Token,Expires In,Expire Dans DocType: OAuth Bearer Token,Expires In,Expire Dans
@@ -2351,7 +2351,7 @@ apps/frappe/frappe/core/page/data_import_tool/importer.py +81,Please make sure t
apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,Veuillez vous assurer que votre profil a une adresse email apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,Veuillez vous assurer que votre profil a une adresse email
apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,Vous avez des modifications non enregistrées dans ce formulaire. Veuillez enregistrer avant de continuer. apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,Vous avez des modifications non enregistrées dans ce formulaire. Veuillez enregistrer avant de continuer.
DocType: Address,Telangana,Telangana DocType: Address,Telangana,Telangana
apps/frappe/frappe/core/doctype/doctype/doctype.py +459,Default for {0} must be an option,{0} doit être une option par Défaut
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Default for {0} must be an option,{0} doit être une option par Défaut
DocType: Tag Doc Category,Tag Doc Category,Catégorie Doc de Tag DocType: Tag Doc Category,Tag Doc Category,Catégorie Doc de Tag
DocType: User,User Image,Photo de Profil DocType: User,User Image,Photo de Profil
apps/frappe/frappe/email/queue.py +304,Emails are muted,Les Emails sont mis en sourdine apps/frappe/frappe/email/queue.py +304,Emails are muted,Les Emails sont mis en sourdine
@@ -2396,7 +2396,7 @@ DocType: Async Task,Running,En Fonctionnement
apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,Réinitialiser Mot de Passe apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,Réinitialiser Mot de Passe
apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,Veuillez choisir un Forfait supérieur pour ajouter plus que {0} abonnés apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,Veuillez choisir un Forfait supérieur pour ajouter plus que {0} abonnés
DocType: Workflow State,hand-left,main-gauche DocType: Workflow State,hand-left,main-gauche
apps/frappe/frappe/core/doctype/doctype/doctype.py +472,Fieldtype {0} for {1} cannot be unique,FieldType {0} pour {1} ne peut pas être unique
apps/frappe/frappe/core/doctype/doctype/doctype.py +476,Fieldtype {0} for {1} cannot be unique,FieldType {0} pour {1} ne peut pas être unique
DocType: Email Account,Use SSL,Utiliser SSL DocType: Email Account,Use SSL,Utiliser SSL
DocType: Workflow State,play-circle,cercle-jouer DocType: Workflow State,play-circle,cercle-jouer
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,Sélectionner le Format d'Impression à Éditer apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,Sélectionner le Format d'Impression à Éditer
@@ -2451,7 +2451,7 @@ DocType: DocField,No Copy,Aucune Copie
DocType: Workflow State,qrcode,qrcode DocType: Workflow State,qrcode,qrcode
apps/frappe/frappe/www/login.html +34,Login with LDAP,Se connecter avec LDAP apps/frappe/frappe/www/login.html +34,Login with LDAP,Se connecter avec LDAP
DocType: Web Form,Breadcrumbs,Fil d’Ariane (Breadcrumbs) DocType: Web Form,Breadcrumbs,Fil d’Ariane (Breadcrumbs)
apps/frappe/frappe/core/doctype/doctype/doctype.py +671,If Owner,Si Responsable
apps/frappe/frappe/core/doctype/doctype/doctype.py +675,If Owner,Si Responsable
DocType: OAuth Authorization Code,Expiration time,Date d'Expiration DocType: OAuth Authorization Code,Expiration time,Date d'Expiration
DocType: Web Page,Website Sidebar,Barre Latérale du Site Web DocType: Web Page,Website Sidebar,Barre Latérale du Site Web
DocType: Web Form,Show Sidebar,Afficher la Barre Latérale DocType: Web Form,Show Sidebar,Afficher la Barre Latérale
@@ -2510,7 +2510,7 @@ DocType: Stripe Settings,Secret Key,Clef Secrète
DocType: Email Alert,Send alert if this field's value changes,Envoyer une alerte si la valeur de ce champ change DocType: Email Alert,Send alert if this field's value changes,Envoyer une alerte si la valeur de ce champ change
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +108,Select a DocType to make a new format,Sélectionner un DocType pour faire un nouveau format apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +108,Select a DocType to make a new format,Sélectionner un DocType pour faire un nouveau format
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +45,just now,juste maintenant apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +45,just now,juste maintenant
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +24,Apply,Postuler
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +24,Apply,Choisir
DocType: Footer Item,Policy,Politique DocType: Footer Item,Policy,Politique
apps/frappe/frappe/integrations/utils.py +76,{0} Settings not found,{0} Réglages introuvables apps/frappe/frappe/integrations/utils.py +76,{0} Settings not found,{0} Réglages introuvables
DocType: Module Def,Module Def,Module Def DocType: Module Def,Module Def,Module Def
@@ -2622,6 +2622,7 @@ DocType: Portal Settings,Hide Standard Menu,Masquer le Menu Standard
apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,Ajouter / Gérer les Noms de Domaines des Emails apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,Ajouter / Gérer les Noms de Domaines des Emails
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},Impossible d'annuler avant de soumettre. Voir Transition {0} apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},Impossible d'annuler avant de soumettre. Voir Transition {0}
apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,Le Format d'Impression {0} est désactivé apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,Le Format d'Impression {0} est désactivé
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,Veuillez configurer le compte de messagerie par défaut à partir de la configuration&gt; Courriel&gt; Compte de messagerie
DocType: Email Alert,Send days before or after the reference date,Envoyer jours avant ou après la date de référence DocType: Email Alert,Send days before or after the reference date,Envoyer jours avant ou après la date de référence
DocType: User,Allow user to login only after this hour (0-24),Autoriser l'utilisateur à se connecter seulement après cette heure (0-24) DocType: User,Allow user to login only after this hour (0-24),Autoriser l'utilisateur à se connecter seulement après cette heure (0-24)
apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,Valeur apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,Valeur
@@ -2637,7 +2638,6 @@ DocType: ToDo,Priority,Priorité
DocType: Email Queue,Unsubscribe Param,Paramètre de Désinscription DocType: Email Queue,Unsubscribe Param,Paramètre de Désinscription
DocType: Auto Email Report,Weekly,Hebdomadaire DocType: Auto Email Report,Weekly,Hebdomadaire
DocType: Communication,In Reply To,En Réponse À DocType: Communication,In Reply To,En Réponse À
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,Aucun modèle d&#39;adresse par défaut n&#39;a été trouvé. Créez une nouvelle version de Configuration&gt; Impression et Marquage&gt; Modèle d&#39;adresse.
DocType: DocType,Allow Import (via Data Import Tool),Autoriser l'Importation (via des données Outil d'Importation) DocType: DocType,Allow Import (via Data Import Tool),Autoriser l'Importation (via des données Outil d'Importation)
apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,Sr apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,Sr
DocType: DocField,Float,Nombre Réel DocType: DocField,Float,Nombre Réel
@@ -2654,7 +2654,7 @@ DocType: DocType,Web View,Vue Web
apps/frappe/frappe/public/js/frappe/form/print.js +169,Warning: This Print Format is in old style and cannot be generated via the API.,Attention : Ce Format d'Impression est dans un style ancien et ne peut pas être généré via l'API. apps/frappe/frappe/public/js/frappe/form/print.js +169,Warning: This Print Format is in old style and cannot be generated via the API.,Attention : Ce Format d'Impression est dans un style ancien et ne peut pas être généré via l'API.
DocType: DocField,Print Width,Largeur d'Impression DocType: DocField,Print Width,Largeur d'Impression
,Setup Wizard,Assistant de Configuration ,Setup Wizard,Assistant de Configuration
DocType: Address,GST State Number,Numéro d&#39;état de la TPS
DocType: Address,GST State Number,GST Numéro d'État
DocType: User,Allow user to login only before this hour (0-24),Autoriser l'utilisateur à se connecter seulement après cette heure (0-24) DocType: User,Allow user to login only before this hour (0-24),Autoriser l'utilisateur à se connecter seulement après cette heure (0-24)
apps/frappe/frappe/core/doctype/file/file.py +125,Folder is mandatory,Dossier est obligatoire apps/frappe/frappe/core/doctype/file/file.py +125,Folder is mandatory,Dossier est obligatoire
apps/frappe/frappe/email/doctype/email_alert/email_alert.py +106,"Not allowed to attach {0} document, apps/frappe/frappe/email/doctype/email_alert/email_alert.py +106,"Not allowed to attach {0} document,
@@ -2680,7 +2680,7 @@ apps/frappe/frappe/templates/emails/auto_reply.html +1,Thank you for your email,
DocType: DocField,Small Text,Petit Texte DocType: DocField,Small Text,Petit Texte
apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,L'administrateur a accedé à {0} sur {1} avec l'Adresse IP {2}. apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,L'administrateur a accedé à {0} sur {1} avec l'Adresse IP {2}.
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,Égal à apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,Égal à
apps/frappe/frappe/core/doctype/doctype/doctype.py +453,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
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,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 DocType: About Us Settings,Team Members Heading,Titre des Membres de l’Équipe
apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,Format CSV Invalide apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,Format CSV Invalide
apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,Définir Nombre de Sauvegardes apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,Définir Nombre de Sauvegardes
@@ -2714,7 +2714,7 @@ DocType: Kanban Board Column,Column Name,Nom de la Colonne
DocType: Language,Based On,Basé Sur DocType: Language,Based On,Basé Sur
apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,Rendre Défaut apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,Rendre Défaut
apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,Vérifiez l'URL du Serveur Frappe apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,Vérifiez l'URL du Serveur Frappe
apps/frappe/frappe/core/doctype/doctype/doctype.py +495,Fieldtype {0} for {1} cannot be indexed,FieldType {0} pour {1} ne peut pas être indexé
apps/frappe/frappe/core/doctype/doctype/doctype.py +499,Fieldtype {0} for {1} cannot be indexed,FieldType {0} pour {1} ne peut pas être indexé
DocType: Communication,Email Account,Compte Email DocType: Communication,Email Account,Compte Email
DocType: Workflow State,Download,Télécharger DocType: Workflow State,Download,Télécharger
DocType: Blog Post,Blog Intro,Intro du Blog DocType: Blog Post,Blog Intro,Intro du Blog
@@ -2746,15 +2746,15 @@ apps/frappe/frappe/email/doctype/email_group/email_group.js +45,New Newsletter,N
DocType: Print Settings,Send Print as PDF,Envoyer Imprimer en PDF DocType: Print Settings,Send Print as PDF,Envoyer Imprimer en PDF
DocType: Web Form,Amount,Montant DocType: Web Form,Amount,Montant
DocType: Workflow Transition,Allowed,Autorisé DocType: Workflow Transition,Allowed,Autorisé
apps/frappe/frappe/core/doctype/doctype/doctype.py +502,There can be only one Fold in a form,Il ne peut y avoir qu'un seul Pli dans un formulaire
apps/frappe/frappe/core/doctype/doctype/doctype.py +506,There can be only one Fold in a form,Il ne peut y avoir qu'un seul Pli dans un formulaire
apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},Impossible d'écrire le format de fichier pour {0} apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},Impossible d'écrire le format de fichier pour {0}
apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,Restaurer les réglages par défaut ? apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,Restaurer les réglages par défaut ?
apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,Page d'Accueil Invalide apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,Page d'Accueil Invalide
apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,Login Invalide. Réessayer. apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,Login Invalide. Réessayer.
apps/frappe/frappe/core/doctype/doctype/doctype.py +420,Options required for Link or Table type field {0} in row {1},Options requises pour le champ de type Lien ou Tableau {0} dans la ligne {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +424,Options required for Link or Table type field {0} in row {1},Options requises pour le champ de type Lien ou Tableau {0} dans la ligne {1}
DocType: Auto Email Report,Send only if there is any data,Envoyer seulement s'il y a des données DocType: Auto Email Report,Send only if there is any data,Envoyer seulement s'il y a des données
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,Réinitialiser les Filtres apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,Réinitialiser les Filtres
apps/frappe/frappe/core/doctype/doctype/doctype.py +688,{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
apps/frappe/frappe/core/doctype/doctype/doctype.py +692,{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
apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},Affectation fermé par {0} apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},Affectation fermé par {0}
DocType: Integration Request,Remote,À Distance DocType: Integration Request,Remote,À Distance
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,Calculer apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,Calculer
@@ -2774,7 +2774,7 @@ DocType: DocField,Perm Level,Niveau d'Autorisation
apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,Événements dans le Calendrier d'Aujourd'hui apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,Événements dans le Calendrier d'Aujourd'hui
DocType: Web Page,Web Page,Page Web DocType: Web Page,Web Page,Page Web
DocType: Blog Category,Blogger,Blogueur DocType: Blog Category,Blogger,Blogueur
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In Global Search' not allowed for type {0} in row {1},'Dans la Recherche Globale' n'est pas autorisé pour le type {0} dans la ligne {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +449,'In Global Search' not allowed for type {0} in row {1},'Dans la Recherche Globale' n'est pas autorisé pour le type {0} dans la ligne {1}
apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,Voir La Liste apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,Voir La Liste
apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},Les Dates doivent être au format: {0} apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},Les Dates doivent être au format: {0}
DocType: Workflow,Don't Override Status,Ne pas Remplacer le Statut DocType: Workflow,Don't Override Status,Ne pas Remplacer le Statut
@@ -2823,7 +2823,7 @@ DocType: Website Theme,Background,Arrière-plan
DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","Liste JSON des DocTypes utilisés pour appliquer les autorisations des utilisateurs. S’il est vide, tous les DocTypes liés seront utilisés pour appliquer les autorisations des utilisateurs." DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","Liste JSON des DocTypes utilisés pour appliquer les autorisations des utilisateurs. S’il est vide, tous les DocTypes liés seront utilisés pour appliquer les autorisations des utilisateurs."
DocType: Report,Ref DocType,Doctype de Réf. DocType: Report,Ref DocType,Doctype de Réf.
apps/frappe/frappe/www/feedback.py +42,Please add a rating,Veuillez ajouter une évaluation apps/frappe/frappe/www/feedback.py +42,Please add a rating,Veuillez ajouter une évaluation
apps/frappe/frappe/core/doctype/doctype/doctype.py +700,{0}: Cannot set Amend without Cancel,{0} : Impossible de choisir Modifier sans Annuler
apps/frappe/frappe/core/doctype/doctype/doctype.py +704,{0}: Cannot set Amend without Cancel,{0} : Impossible de choisir Modifier sans Annuler
apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,Pleine Page apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,Pleine Page
DocType: DocType,Is Child Table,Est Table Enfant DocType: DocType,Is Child Table,Est Table Enfant
apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} doit être l'un des {1} apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} doit être l'un des {1}
@@ -2852,7 +2852,7 @@ DocType: Event,Send an email reminder in the morning,Envoyer un email de rappel
DocType: Blog Post,Published On,Publié le DocType: Blog Post,Published On,Publié le
DocType: Contact,Gender,Sexe DocType: Contact,Gender,Sexe
apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,Renseignements Obligatoires manquants : apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,Renseignements Obligatoires manquants :
apps/frappe/frappe/core/doctype/doctype/doctype.py +492,Field '{0}' cannot be set as Unique as it has non-unique values,"Le champ '{0}' ne peut pas être défini comme Unique, car il a des valeurs non-uniques"
apps/frappe/frappe/core/doctype/doctype/doctype.py +496,Field '{0}' cannot be set as Unique as it has non-unique values,"Le champ '{0}' ne peut pas être défini comme Unique, car il a des valeurs non-uniques"
apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,Seuls 200 inserts autorisés dans une requête apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,Seuls 200 inserts autorisés dans une requête
DocType: Footer Item,URL,URL DocType: Footer Item,URL,URL
DocType: ToDo,Reference Type,Type de Référence DocType: ToDo,Reference Type,Type de Référence
@@ -2895,8 +2895,8 @@ apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +135,Please save
apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} abonnés ajoutés apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} abonnés ajoutés
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,Non Inclus apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,Non Inclus
DocType: Workflow State,star,étoile DocType: Workflow State,star,étoile
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +228,values separated by commas,valeurs séparées par des virgules
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Max width for type Currency is 100px in row {0},Largeur max pour le type Devise est 100px dans la ligne {0}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,values separated by commas,valeurs séparées par des virgules
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,Max width for type Currency is 100px in row {0},Largeur max pour le type Devise est 100px dans la ligne {0}
apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},Veuillez partager votre retour d’expérience pour {0} apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},Veuillez partager votre retour d’expérience pour {0}
apps/frappe/frappe/config/website.py +13,Content web page.,Contenu de la page web. apps/frappe/frappe/config/website.py +13,Content web page.,Contenu de la page web.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Ajouter un Nouveau Rôle apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Ajouter un Nouveau Rôle
@@ -2914,7 +2914,7 @@ apps/frappe/frappe/public/js/frappe/desk.js +383,Please Enter Your Password to C
apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,Utilisateur LDAP non valide apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,Utilisateur LDAP non valide
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} pas un État valide apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} pas un État valide
apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',Veuillez choisir un autre mode de paiement. PayPal ne supporte pas les transactions en monnaie ‘{0}’ apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',Veuillez choisir un autre mode de paiement. PayPal ne supporte pas les transactions en monnaie ‘{0}’
apps/frappe/frappe/core/doctype/doctype/doctype.py +519,Search field {0} is not valid,Champ de recherche {0} n'est pas valide
apps/frappe/frappe/core/doctype/doctype/doctype.py +523,Search field {0} is not valid,Champ de recherche {0} n'est pas valide
DocType: Workflow State,ok-circle,ok-cercle DocType: Workflow State,ok-circle,ok-cercle
apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',Vous pouvez trouver des choses en demandant 'trouver orange dans clients' apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',Vous pouvez trouver des choses en demandant 'trouver orange dans clients'
apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,Désolé ! Les utilisateurs devraient avoir un accès complet à leur propre dossier. apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,Désolé ! Les utilisateurs devraient avoir un accès complet à leur propre dossier.
@@ -2983,7 +2983,7 @@ DocType: User,Background Style,Style d’Arrière-Plan
apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},fusionné {0} avec {1} apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},fusionné {0} avec {1}
DocType: System Settings,mm-dd-yyyy,mm-jj-aaaa DocType: System Settings,mm-dd-yyyy,mm-jj-aaaa
apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} connecté apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} connecté
apps/frappe/frappe/templates/emails/new_user.html +4,Your login id is,Votre id de connexion est
apps/frappe/frappe/templates/emails/new_user.html +3,Your login id is,Votre id de connexion est
DocType: OAuth Client,Skip Authorization,Passer autorisation DocType: OAuth Client,Skip Authorization,Passer autorisation
DocType: Web Form,Amount Field,Champ du Montant DocType: Web Form,Amount Field,Champ du Montant
DocType: Dropbox Settings,Send Notifications To,Envoyer des Notifications À DocType: Dropbox Settings,Send Notifications To,Envoyer des Notifications À


+ 94
- 94
frappe/translations/gu.csv View File

@@ -55,7 +55,7 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +52,Data Import Templa
apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,પિતૃ apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,પિતૃ
DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","જો સક્ષમ હોય, તો પાસવર્ડ તાકાત ન્યુનત્તમ પાસવર્ડ સ્કોર કિંમત પર આધારિત લાગુ કરવામાં આવશે. 2 મૂલ્ય મધ્યમ મજબૂત છે અને 4 ખૂબ જ મજબૂત છે." DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","જો સક્ષમ હોય, તો પાસવર્ડ તાકાત ન્યુનત્તમ પાસવર્ડ સ્કોર કિંમત પર આધારિત લાગુ કરવામાં આવશે. 2 મૂલ્ય મધ્યમ મજબૂત છે અને 4 ખૂબ જ મજબૂત છે."
DocType: About Us Settings,"""Team Members"" or ""Management""",&quot;ટીમ સભ્યો&quot; અથવા &quot;મેનેજમેન્ટ&quot; DocType: About Us Settings,"""Team Members"" or ""Management""",&quot;ટીમ સભ્યો&quot; અથવા &quot;મેનેજમેન્ટ&quot;
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Default for 'Check' type of field must be either '0' or '1',ક્ષેત્રમાં &#39;તપાસો&#39; પ્રકાર માટે મૂળભૂત ક્યાં તો &#39;0&#39; અથવા &#39;1&#39; હોવા જ જોઈએ
apps/frappe/frappe/core/doctype/doctype/doctype.py +461,Default for 'Check' type of field must be either '0' or '1',ક્ષેત્રમાં &#39;તપાસો&#39; પ્રકાર માટે મૂળભૂત ક્યાં તો &#39;0&#39; અથવા &#39;1&#39; હોવા જ જોઈએ
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,ગઈ કાલે apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,ગઈ કાલે
DocType: Contact,Designation,હોદ્દો DocType: Contact,Designation,હોદ્દો
DocType: Test Runner,Test Runner,ટેસ્ટ રનર DocType: Test Runner,Test Runner,ટેસ્ટ રનર
@@ -71,7 +71,7 @@ DocType: DocType,Is Published Field,પ્રકાશિત ક્ષેત્
DocType: Email Group,Email Group,ઇમેઇલ ગ્રુપ DocType: Email Group,Email Group,ઇમેઇલ ગ્રુપ
DocType: Note,Seen By,દ્વારા જોઈ DocType: Note,Seen By,દ્વારા જોઈ
apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,મલ્ટીપલ ઉમેરો apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,મલ્ટીપલ ઉમેરો
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Not Like,ન ગમે
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Not Like,ન ગમે
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,આ ક્ષેત્ર માટે આ પ્રદર્શન લેબલ સેટ apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,આ ક્ષેત્ર માટે આ પ્રદર્શન લેબલ સેટ
apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},ખોટો કિંમત: {0} હોવા જ જોઈએ {1} {2} apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},ખોટો કિંમત: {0} હોવા જ જોઈએ {1} {2}
apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","બદલો ક્ષેત્ર ગુણધર્મો (છુપાવો, ફક્ત વાંચવા, પરવાનગી વગેરે)" apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","બદલો ક્ષેત્ર ગુણધર્મો (છુપાવો, ફક્ત વાંચવા, પરવાનગી વગેરે)"
@@ -160,7 +160,8 @@ apps/frappe/frappe/public/js/frappe/upload.js +296,Uploading...,અપલોડ
DocType: Email Domain,Email Domain,ઇમેઇલ ડોમેન DocType: Email Domain,Email Domain,ઇમેઇલ ડોમેન
DocType: Workflow State,italic,ઇટાલિક DocType: Workflow State,italic,ઇટાલિક
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,દરેક માટે apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,દરેક માટે
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,{0}: Cannot set Import without Create,{0}: બનાવો વગર આયાત સેટ કરી શકાતો નથી
apps/frappe/frappe/core/doctype/doctype/doctype.py +706,{0}: Cannot set Import without Create,{0}: બનાવો વગર આયાત સેટ કરી શકાતો નથી
apps/frappe/frappe/templates/emails/auto_email_report.html +45,View report in your browser,તમારા બ્રાઉઝરમાં રિપોર્ટ જુઓ
apps/frappe/frappe/config/desk.py +26,Event and other calendars.,ઇવેન્ટ અને અન્ય કૅલેન્ડર્સ. apps/frappe/frappe/config/desk.py +26,Event and other calendars.,ઇવેન્ટ અને અન્ય કૅલેન્ડર્સ.
apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,બધી ફીલ્ડ્સ ટિપ્પણી સબમિટ કરવા માટે જરૂરી છે. apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,બધી ફીલ્ડ્સ ટિપ્પણી સબમિટ કરવા માટે જરૂરી છે.
apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,કૉલમ સૉર્ટ ખેંચો apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,કૉલમ સૉર્ટ ખેંચો
@@ -237,7 +238,7 @@ apps/frappe/frappe/config/setup.py +121,Update many values at one time.,એક
apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,ભૂલ: તમે તેને ખોલી છે પછી દસ્તાવેજ સુધારાઈ ગયેલ છે apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,ભૂલ: તમે તેને ખોલી છે પછી દસ્તાવેજ સુધારાઈ ગયેલ છે
apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} લૉગ આઉટ: {1} apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} લૉગ આઉટ: {1}
DocType: Address,West Bengal,પશ્ચિમ બંગાળ DocType: Address,West Bengal,પશ્ચિમ બંગાળ
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0}: Cannot set Assign Submit if not Submittable,"{0}: સોંપો Submittable જો નહિં, તો સબમિટ સેટ કરી શકાતો નથી"
apps/frappe/frappe/core/doctype/doctype/doctype.py +727,{0}: Cannot set Assign Submit if not Submittable,"{0}: સોંપો Submittable જો નહિં, તો સબમિટ સેટ કરી શકાતો નથી"
DocType: Social Login Keys,Facebook,ફેસબુક DocType: Social Login Keys,Facebook,ફેસબુક
apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",દ્વારા ફિલ્ટર &quot;{0}&quot; apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",દ્વારા ફિલ્ટર &quot;{0}&quot;
DocType: Salutation,Administrator,સંચાલક DocType: Salutation,Administrator,સંચાલક
@@ -261,7 +262,7 @@ DocType: User,Get your globally recognized avatar from Gravatar.com,Gravatar.com
apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","તમારી ઉમેદવારી {0} પર સમાપ્ત થઈ છે. રિન્યૂ કરવા માટે, {1}." apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","તમારી ઉમેદવારી {0} પર સમાપ્ત થઈ છે. રિન્યૂ કરવા માટે, {1}."
DocType: Workflow State,plus-sign,પ્લસ-સાઇન DocType: Workflow State,plus-sign,પ્લસ-સાઇન
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,સેટઅપ પહેલેથી સંપૂર્ણ apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,સેટઅપ પહેલેથી સંપૂર્ણ
apps/frappe/frappe/__init__.py +897,App {0} is not installed,એપ્લિકેશન {0} સ્થાપિત થયેલ નથી
apps/frappe/frappe/__init__.py +898,App {0} is not installed,એપ્લિકેશન {0} સ્થાપિત થયેલ નથી
DocType: Workflow State,Refresh,પુનઃતાજું DocType: Workflow State,Refresh,પુનઃતાજું
DocType: Event,Public,જાહેર DocType: Event,Public,જાહેર
apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,કંઇ દર્શાવે છે apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,કંઇ દર્શાવે છે
@@ -269,7 +270,7 @@ apps/frappe/frappe/public/js/frappe/model/model.js +24,Liked By,દ્વાર
apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,ઇમેઇલ આધાર apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,ઇમેઇલ આધાર
DocType: DocField,Print Hide If No Value,પ્રિંટ છુપાવો તો કોઈ કિંમત DocType: DocField,Print Hide If No Value,પ્રિંટ છુપાવો તો કોઈ કિંમત
DocType: Event,yellow,પીળા DocType: Event,yellow,પીળા
apps/frappe/frappe/core/doctype/doctype/doctype.py +563,Is Published Field must be a valid fieldname,પ્રકાશિત કરવામાં આવે છે ફિલ્ડ જોઈએ માન્ય FIELDNAME હોઈ
apps/frappe/frappe/core/doctype/doctype/doctype.py +567,Is Published Field must be a valid fieldname,પ્રકાશિત કરવામાં આવે છે ફિલ્ડ જોઈએ માન્ય FIELDNAME હોઈ
apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,અપલોડ કરો જોડાણ apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,અપલોડ કરો જોડાણ
DocType: Block Module,Block Module,બ્લોક મોડ્યુલ DocType: Block Module,Block Module,બ્લોક મોડ્યુલ
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,નિકાસ ઢાંચો apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,નિકાસ ઢાંચો
@@ -286,7 +287,7 @@ DocType: Email Account,Total number of emails to sync in initial sync process ,
DocType: Website Settings,Set Banner from Image,છબી સેટ કરો બૅનર DocType: Website Settings,Set Banner from Image,છબી સેટ કરો બૅનર
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,વૈશ્વિક શોધ apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,વૈશ્વિક શોધ
DocType: Email Account,SparkPost,SparkPost DocType: Email Account,SparkPost,SparkPost
apps/frappe/frappe/templates/emails/new_user.html +3,A new account has been created for you at {0},એક નવું એકાઉન્ટ પર તમારા માટે બનાવવામાં આવ્યું છે {0}
apps/frappe/frappe/templates/emails/new_user.html +2,A new account has been created for you at {0},એક નવું એકાઉન્ટ પર તમારા માટે બનાવવામાં આવ્યું છે {0}
apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,સૂચનાઓ ઇમેઇલ apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,સૂચનાઓ ઇમેઇલ
apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),દાખલ કરો ઇમેઇલ પ્રાપ્તકર્તા (ઓ) apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),દાખલ કરો ઇમેઇલ પ્રાપ્તકર્તા (ઓ)
DocType: Print Format,Verdana,વરદાના DocType: Print Format,Verdana,વરદાના
@@ -352,7 +353,7 @@ apps/frappe/frappe/utils/nestedset.py +218,Merging is only possible between Grou
apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},ઉમેરાયેલ {0} apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},ઉમેરાયેલ {0}
apps/frappe/frappe/www/search.html +28,No matching records. Search something new,કોઈ મેળ ખાતા રેકોર્ડ. શોધ કંઈક નવું apps/frappe/frappe/www/search.html +28,No matching records. Search something new,કોઈ મેળ ખાતા રેકોર્ડ. શોધ કંઈક નવું
DocType: Currency,Fraction Units,અપૂર્ણાંક એકમો DocType: Currency,Fraction Units,અપૂર્ણાંક એકમો
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +431,{0} from {1} to {2},{0} થી {1} માટે {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +433,{0} from {1} to {2},{0} થી {1} માટે {2}
DocType: Communication,Type,પ્રકાર DocType: Communication,Type,પ્રકાર
DocType: Authentication Log,Subject,વિષય DocType: Authentication Log,Subject,વિષય
DocType: Web Form,Amount Based On Field,રકમ ક્ષેત્ર પર આધારિત DocType: Web Form,Amount Based On Field,રકમ ક્ષેત્ર પર આધારિત
@@ -365,10 +366,10 @@ DocType: Workflow State,plane,વિમાન
apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","તમે નવા વિક્રમો અપલોડ કરી રહ્યાં છે, તો જો હાજર હોય તો, &quot;સિરીઝ નામકરણ&quot;, ફરજિયાત બની જાય છે." apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","તમે નવા વિક્રમો અપલોડ કરી રહ્યાં છે, તો જો હાજર હોય તો, &quot;સિરીઝ નામકરણ&quot;, ફરજિયાત બની જાય છે."
apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,આજે માટે ચેતવણીઓ વિચાર apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,આજે માટે ચેતવણીઓ વિચાર
apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,Doctype માત્ર સંચાલક દ્વારા નામ આપવામાં આવ્યું શકાય apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,Doctype માત્ર સંચાલક દ્વારા નામ આપવામાં આવ્યું શકાય
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +442,changed value of {0},બદલ્યાં કિંમત {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +444,changed value of {0},બદલ્યાં કિંમત {0}
DocType: Report,JSON,JSON DocType: Report,JSON,JSON
apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,ચકાસણી માટે તમારા ઇમેઇલ તપાસો apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,ચકાસણી માટે તમારા ઇમેઇલ તપાસો
apps/frappe/frappe/core/doctype/doctype/doctype.py +509,Fold can not be at the end of the form,ગણો ફોર્મ ઓવરને અંતે ન હોઈ શકે
apps/frappe/frappe/core/doctype/doctype/doctype.py +513,Fold can not be at the end of the form,ગણો ફોર્મ ઓવરને અંતે ન હોઈ શકે
DocType: Communication,Bounced,Bounced DocType: Communication,Bounced,Bounced
DocType: Deleted Document,Deleted Name,ડિલીટ નામ DocType: Deleted Document,Deleted Name,ડિલીટ નામ
apps/frappe/frappe/config/setup.py +14,System and Website Users,સિસ્ટમ અને વેબસાઇટ વપરાશકર્તાઓ apps/frappe/frappe/config/setup.py +14,System and Website Users,સિસ્ટમ અને વેબસાઇટ વપરાશકર્તાઓ
@@ -376,25 +377,26 @@ DocType: Workflow Document State,Doc Status,ડૉક સ્થિતિ
DocType: Auto Email Report,No of Rows (Max 500),પંક્તિઓ કોઈ (મહત્તમ 500) DocType: Auto Email Report,No of Rows (Max 500),પંક્તિઓ કોઈ (મહત્તમ 500)
DocType: Language,Language Code,ભાષા કોડ DocType: Language,Language Code,ભાષા કોડ
apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","તમારું ડાઉનલોડ બાંધવામાં આવી રહી છે, આ એક થોડો સમય લાગી શકે છે ..." apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","તમારું ડાઉનલોડ બાંધવામાં આવી રહી છે, આ એક થોડો સમય લાગી શકે છે ..."
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +23,Add Filter,ફિલ્ટર ઉમેરો
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +21,Add Filter,ફિલ્ટર ઉમેરો
apps/frappe/frappe/www/feedback.html +23,Your rating: ,તમારી રેટિંગ: apps/frappe/frappe/www/feedback.html +23,Your rating: ,તમારી રેટિંગ:
apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} અને {1} apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} અને {1}
DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",હંમેશા પ્રિન્ટીંગ ડ્રાફ્ટ દસ્તાવેજો માટે મથાળું &quot;ડ્રાફ્ટ&quot; ઉમેરો DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",હંમેશા પ્રિન્ટીંગ ડ્રાફ્ટ દસ્તાવેજો માટે મથાળું &quot;ડ્રાફ્ટ&quot; ઉમેરો
apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,ઇમેઇલ સ્પામ તરીકે માર્ક કરવામાં આવી છે apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,ઇમેઇલ સ્પામ તરીકે માર્ક કરવામાં આવી છે
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,સેટઅપ&gt; વપરાશકર્તા
DocType: About Us Settings,Website Manager,વેબસાઇટ મેનેજર DocType: About Us Settings,Website Manager,વેબસાઇટ મેનેજર
apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,તમે પસંદ કરેલ ડ્રાફ્ટ અથવા રદ દસ્તાવેજો apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,તમે પસંદ કરેલ ડ્રાફ્ટ અથવા રદ દસ્તાવેજો
apps/frappe/frappe/model/document.py +1044,Document Queued,દસ્તાવેજ Queued apps/frappe/frappe/model/document.py +1044,Document Queued,દસ્તાવેજ Queued
DocType: GSuite Templates,Destination ID,ગંતવ્ય ID DocType: GSuite Templates,Destination ID,ગંતવ્ય ID
DocType: Desktop Icon,List,યાદી DocType: Desktop Icon,List,યાદી
DocType: Communication,Link Name,લિંક નામ DocType: Communication,Link Name,લિંક નામ
apps/frappe/frappe/core/doctype/doctype/doctype.py +433,Field {0} in row {1} cannot be hidden and mandatory without default,ક્ષેત્ર {0} પંક્તિ માં {1} છુપાયેલા કરી શકો છો અને મૂળભૂત વગર ફરજિયાત
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Field {0} in row {1} cannot be hidden and mandatory without default,ક્ષેત્ર {0} પંક્તિ માં {1} છુપાયેલા કરી શકો છો અને મૂળભૂત વગર ફરજિયાત
DocType: System Settings,mm/dd/yyyy,mm / dd / YYYY DocType: System Settings,mm/dd/yyyy,mm / dd / YYYY
apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,અમાન્ય પાસવર્ડ: apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,અમાન્ય પાસવર્ડ:
DocType: Print Settings,Send document web view link in email,મોકલો ઇમેઇલ દસ્તાવેજ વેબ દૃશ્ય લિંક DocType: Print Settings,Send document web view link in email,મોકલો ઇમેઇલ દસ્તાવેજ વેબ દૃશ્ય લિંક
apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,દસ્તાવેજ માટે તમારો અભિપ્રાય {0} સફળતાપૂર્વક સાચવવામાં આવે છે apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,દસ્તાવેજ માટે તમારો અભિપ્રાય {0} સફળતાપૂર્વક સાચવવામાં આવે છે
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,Next અગાઉના આગળ apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,Next અગાઉના આગળ
apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,Re: apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,Re:
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +496,{0} rows for {1},{0} માટે પંક્તિઓ {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +498,{0} rows for {1},{0} માટે પંક્તિઓ {1}
DocType: Currency,"Sub-currency. For e.g. ""Cent""",પેટા ચલણ. દા.ત. &quot;સેન્ટ&quot; માટે DocType: Currency,"Sub-currency. For e.g. ""Cent""",પેટા ચલણ. દા.ત. &quot;સેન્ટ&quot; માટે
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,અપલોડ કરેલી ફાઇલ પસંદ કરો apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,અપલોડ કરેલી ફાઇલ પસંદ કરો
DocType: Letter Head,Check this to make this the default letter head in all prints,બધા પ્રિન્ટ માં આ મૂળભૂત પત્ર વડા બનાવવા માટે આ તપાસો DocType: Letter Head,Check this to make this the default letter head in all prints,બધા પ્રિન્ટ માં આ મૂળભૂત પત્ર વડા બનાવવા માટે આ તપાસો
@@ -417,7 +419,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +5,
DocType: Event,Wednesday,બુધવારે DocType: Event,Wednesday,બુધવારે
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","ઉપરાંત ભૂમિકા આધારિત પરવાનગી નિયમો થી, તમે DocTypes પર આધારિત વપરાશકર્તા પરવાનગીઓ અરજી કરી શકો છો." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","ઉપરાંત ભૂમિકા આધારિત પરવાનગી નિયમો થી, તમે DocTypes પર આધારિત વપરાશકર્તા પરવાનગીઓ અરજી કરી શકો છો."
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","આ પરવાનગીઓ પરવાનગી રેકોર્ડ સાથે કડી થયેલ છે, જ્યાં બધા વ્યવહારો માટે લાગુ પડશે. કંપની સી વપરાશકર્તા X વપરાશકર્તા પરવાનગીઓ માટે ઉમેરવામાં આવે છે ઉદાહરણ તરીકે, જો વપરાશકર્તા એક્સ માત્ર એક કડી થયેલ કિંમત તરીકે કંપની સી હોય છે કે વ્યવહારો જોવા માટે સમર્થ હશે." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","આ પરવાનગીઓ પરવાનગી રેકોર્ડ સાથે કડી થયેલ છે, જ્યાં બધા વ્યવહારો માટે લાગુ પડશે. કંપની સી વપરાશકર્તા X વપરાશકર્તા પરવાનગીઓ માટે ઉમેરવામાં આવે છે ઉદાહરણ તરીકે, જો વપરાશકર્તા એક્સ માત્ર એક કડી થયેલ કિંમત તરીકે કંપની સી હોય છે કે વ્યવહારો જોવા માટે સમર્થ હશે."
apps/frappe/frappe/core/doctype/doctype/doctype.py +554,Image field must be a valid fieldname,છબી ક્ષેત્ર માન્ય FIELDNAME હોવા જ જોઈએ
apps/frappe/frappe/core/doctype/doctype/doctype.py +558,Image field must be a valid fieldname,છબી ક્ષેત્ર માન્ય FIELDNAME હોવા જ જોઈએ
DocType: OAuth Client,Token,ટોકન DocType: OAuth Client,Token,ટોકન
DocType: Property Setter,ID (name) of the entity whose property is to be set,જેની મિલકત એન્ટિટી ID ને (નામ) સુયોજિત કરી શકાય છે DocType: Property Setter,ID (name) of the entity whose property is to be set,જેની મિલકત એન્ટિટી ID ને (નામ) સુયોજિત કરી શકાય છે
apps/frappe/frappe/limits.py +82,"To renew, {0}.","રિન્યૂ કરવા માટે, {0}." apps/frappe/frappe/limits.py +82,"To renew, {0}.","રિન્યૂ કરવા માટે, {0}."
@@ -426,7 +428,7 @@ DocType: Web Form,Sidebar Items,સાઇડબાર વસ્તુઓ
apps/frappe/frappe/installer.py +125,App {0} already installed,એપ્લિકેશન {0} પહેલાથી જ ઇન્સ્ટોલ કરેલું apps/frappe/frappe/installer.py +125,App {0} already installed,એપ્લિકેશન {0} પહેલાથી જ ઇન્સ્ટોલ કરેલું
DocType: Workflow State,exclamation-sign,ઉદ્ગારવાચક સાઇન DocType: Workflow State,exclamation-sign,ઉદ્ગારવાચક સાઇન
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,પરવાનગીઓ બતાવો apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,પરવાનગીઓ બતાવો
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a Link or Dynamic Link,સમયરેખા ક્ષેત્ર એક લિંક અથવા ડાયનેમિક લિંક હોવા જ જોઈએ
apps/frappe/frappe/core/doctype/doctype/doctype.py +578,Timeline field must be a Link or Dynamic Link,સમયરેખા ક્ષેત્ર એક લિંક અથવા ડાયનેમિક લિંક હોવા જ જોઈએ
apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,તારીખ રેંજ apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,તારીખ રેંજ
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,ગેન્ટ apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,ગેન્ટ
apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},પેજમાં {0} ના {1} apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},પેજમાં {0} ના {1}
@@ -456,18 +458,18 @@ DocType: Workflow State,music,સંગીત
DocType: Web Page,Settings,સેટિંગ્સ DocType: Web Page,Settings,સેટિંગ્સ
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,Doctype સ્પષ્ટ કરો apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,Doctype સ્પષ્ટ કરો
DocType: Print Format,Style Settings,પ્રકાર સેટિંગ્સ DocType: Print Format,Style Settings,પ્રકાર સેટિંગ્સ
apps/frappe/frappe/core/doctype/doctype/doctype.py +585,Sort field {0} must be a valid fieldname,સૉર્ટ ક્ષેત્ર {0} માન્ય FIELDNAME હોવા જ જોઈએ
apps/frappe/frappe/core/doctype/doctype/doctype.py +589,Sort field {0} must be a valid fieldname,સૉર્ટ ક્ષેત્ર {0} માન્ય FIELDNAME હોવા જ જોઈએ
apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,વધુ apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,વધુ
DocType: Contact,Sales Manager,વેચાણ મેનેજર DocType: Contact,Sales Manager,વેચાણ મેનેજર
apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,નામ બદલો apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,નામ બદલો
DocType: Print Format,Format Data,બંધારણમાં માહિતી DocType: Print Format,Format Data,બંધારણમાં માહિતી
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Like,જેમ
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Like,જેમ
DocType: Customize Form Field,Customize Form Field,ફોર્મ ક્ષેત્ર કસ્ટમાઇઝ DocType: Customize Form Field,Customize Form Field,ફોર્મ ક્ષેત્ર કસ્ટમાઇઝ
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,વપરાશકર્તા માટે પરવાનગી આપે છે apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,વપરાશકર્તા માટે પરવાનગી આપે છે
DocType: OAuth Client,Grant Type,ગ્રાન્ટ પ્રકાર DocType: OAuth Client,Grant Type,ગ્રાન્ટ પ્રકાર
apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,વપરાશકર્તા દ્વારા વાંચી શકાય છે જે દસ્તાવેજો તપાસો apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,વપરાશકર્તા દ્વારા વાંચી શકાય છે જે દસ્તાવેજો તપાસો
apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,લિસ્ટિંગ એપ્લિકેશન મંજૂરી નથી apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,લિસ્ટિંગ એપ્લિકેશન મંજૂરી નથી
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,use % as wildcard,વાઇલ્ડકાર્ડ તરીકે% નો ઉપયોગ
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +230,use % as wildcard,વાઇલ્ડકાર્ડ તરીકે% નો ઉપયોગ
apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","ઇમેઇલ ડોમેન આ એકાઉન્ટ માટે રૂપરેખાંકિત થયેલ નથી, એક બનાવો?" apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","ઇમેઇલ ડોમેન આ એકાઉન્ટ માટે રૂપરેખાંકિત થયેલ નથી, એક બનાવો?"
DocType: User,Reset Password Key,પાસવર્ડ રીસેટ કરો કી DocType: User,Reset Password Key,પાસવર્ડ રીસેટ કરો કી
DocType: Email Account,Enable Auto Reply,ઓટો જવાબ સક્ષમ DocType: Email Account,Enable Auto Reply,ઓટો જવાબ સક્ષમ
@@ -492,11 +494,12 @@ apps/frappe/frappe/model/document.py +574,Cannot change docstatus from 1 to 0,1
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,હવે બેકઅપ લો apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,હવે બેકઅપ લો
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,આપનું સ્વાગત છે apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,આપનું સ્વાગત છે
apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,ઇન્સ્ટોલ કરેલા એપ્લિકેશન્સ apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,ઇન્સ્ટોલ કરેલા એપ્લિકેશન્સ
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,સેટઅપ&gt; વપરાશકર્તા પરવાનગીઓ વ્યવસ્થાપક
DocType: Contact,Open,ઓપન DocType: Contact,Open,ઓપન
DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,રાજ્યો પર ક્રિયાઓ અને આગામી પગલું અને મંજૂરી ભૂમિકા વ્યાખ્યાયિત કરે છે. DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,રાજ્યો પર ક્રિયાઓ અને આગામી પગલું અને મંજૂરી ભૂમિકા વ્યાખ્યાયિત કરે છે.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","એક શ્રેષ્ઠ અભ્યાસ, વિવિધ ભૂમિકાઓ કરવાની પરવાનગી નિયમ જ સેટ સોંપો નહિં. તેના બદલે, આ જ વપરાશકર્તા માટે ઘણી ભૂમિકાઓ સુયોજિત કરો." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","એક શ્રેષ્ઠ અભ્યાસ, વિવિધ ભૂમિકાઓ કરવાની પરવાનગી નિયમ જ સેટ સોંપો નહિં. તેના બદલે, આ જ વપરાશકર્તા માટે ઘણી ભૂમિકાઓ સુયોજિત કરો."
DocType: Web Form,Message to be displayed on successful completion,સંદેશ સફળ સમાપ્તિ પર પ્રદર્શિત કરવા માટે DocType: Web Form,Message to be displayed on successful completion,સંદેશ સફળ સમાપ્તિ પર પ્રદર્શિત કરવા માટે
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +42,Only {0} emailed reports are allowed per user,માત્ર {0} ઇમેઇલ અહેવાલો વપરાશકર્તા દીઠ માન્ય છે
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +43,Only {0} emailed reports are allowed per user,માત્ર {0} ઇમેઇલ અહેવાલો વપરાશકર્તા દીઠ માન્ય છે
DocType: Address,Address Title,સરનામું શીર્ષક DocType: Address,Address Title,સરનામું શીર્ષક
DocType: Website Settings,Footer Items,ફૂટર વસ્તુઓ DocType: Website Settings,Footer Items,ફૂટર વસ્તુઓ
apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,વિનંતી પ્રતિસાદ apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,વિનંતી પ્રતિસાદ
@@ -511,7 +514,7 @@ DocType: DocField,Set Only Once,ફક્ત એકવાર સેટ
DocType: Email Queue Recipient,Email Queue Recipient,ઇમેઇલ કતાર મેળવનાર DocType: Email Queue Recipient,Email Queue Recipient,ઇમેઇલ કતાર મેળવનાર
DocType: Address,Nagaland,નાગાલેન્ડ DocType: Address,Nagaland,નાગાલેન્ડ
apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,વપરાશકર્તા નામ {0} પહેલેથી હાજર જ છે apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,વપરાશકર્તા નામ {0} પહેલેથી હાજર જ છે
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set import as {1} is not importable,{0}: {1} આયાત નથી તરીકે આયાત સેટ કરી શકાતો નથી
apps/frappe/frappe/core/doctype/doctype/doctype.py +733,{0}: Cannot set import as {1} is not importable,{0}: {1} આયાત નથી તરીકે આયાત સેટ કરી શકાતો નથી
apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},તમારા સરનામું ઢાંચો એક ભૂલ છે {0} apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},તમારા સરનામું ઢાંચો એક ભૂલ છે {0}
DocType: Footer Item,"target = ""_blank""",લક્ષ્ય = &quot;_blank&quot; DocType: Footer Item,"target = ""_blank""",લક્ષ્ય = &quot;_blank&quot;
DocType: Workflow State,hdd,HDD DocType: Workflow State,hdd,HDD
@@ -523,7 +526,7 @@ DocType: Communication,From Full Name,પૂર્ણ નામ પ્રતિ
apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},તમે જાણ કરવા ઍક્સેસ નથી: {0} apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},તમે જાણ કરવા ઍક્સેસ નથી: {0}
DocType: User,Send Welcome Email,સ્વાગત ઇમેઇલ મોકલો DocType: User,Send Welcome Email,સ્વાગત ઇમેઇલ મોકલો
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,ડાઉનલોડ તરીકે સમાન બંધારણના બધા વપરાશકર્તા પરવાનગીઓ સમાવતી CSV ફાઈલ અપલોડ કરો. apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,ડાઉનલોડ તરીકે સમાન બંધારણના બધા વપરાશકર્તા પરવાનગીઓ સમાવતી CSV ફાઈલ અપલોડ કરો.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +449,Remove Filter,ફિલ્ટર દૂર
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +450,Remove Filter,ફિલ્ટર દૂર
DocType: Address,Daman and Diu,દમણ અને દીવ DocType: Address,Daman and Diu,દમણ અને દીવ
DocType: Address,Personal,વ્યક્તિગત DocType: Address,Personal,વ્યક્તિગત
apps/frappe/frappe/config/setup.py +113,Bulk Rename,બલ્ક નામ બદલો apps/frappe/frappe/config/setup.py +113,Bulk Rename,બલ્ક નામ બદલો
@@ -553,13 +556,12 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.js +33,Send
apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","સ્ટાન્ડર્ડ Doctype મૂળભૂત પ્રિન્ટ ફોર્મેટ ધરાવે છે કરી શકતા નથી, કસ્ટમાઇઝ ફોર્મનો ઉપયોગ" apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","સ્ટાન્ડર્ડ Doctype મૂળભૂત પ્રિન્ટ ફોર્મેટ ધરાવે છે કરી શકતા નથી, કસ્ટમાઇઝ ફોર્મનો ઉપયોગ"
DocType: Report,Query,ક્વેરી DocType: Report,Query,ક્વેરી
DocType: DocType,Sort Order,સૉર્ટ કરો ઓર્ડર DocType: DocType,Sort Order,સૉર્ટ કરો ઓર્ડર
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,'In List View' not allowed for type {0} in row {1},&#39;યાદી દૃશ્યમાં&#39; પંક્તિ પ્રકાર {0} માટે મંજૂરી નથી {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In List View' not allowed for type {0} in row {1},&#39;યાદી દૃશ્યમાં&#39; પંક્તિ પ્રકાર {0} માટે મંજૂરી નથી {1}
DocType: Custom Field,Select the label after which you want to insert new field.,"તમે નવા ક્ષેત્ર દાખલ કરવા માંગો છો, જે પછી લેબલ પસંદ કરો." DocType: Custom Field,Select the label after which you want to insert new field.,"તમે નવા ક્ષેત્ર દાખલ કરવા માંગો છો, જે પછી લેબલ પસંદ કરો."
,Document Share Report,દસ્તાવેજ શેર રિપોર્ટ ,Document Share Report,દસ્તાવેજ શેર રિપોર્ટ
DocType: User,Last Login,છેલ્લું લૉગિન DocType: User,Last Login,છેલ્લું લૉગિન
apps/frappe/frappe/core/doctype/doctype/doctype.py +600,Fieldname is required in row {0},FIELDNAME પંક્તિ જરૂરી છે {0}
apps/frappe/frappe/core/doctype/doctype/doctype.py +604,Fieldname is required in row {0},FIELDNAME પંક્તિ જરૂરી છે {0}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,કૉલમ apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,કૉલમ
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,કૃપા કરીને સેટઅપ&gt; ઇમેઇલ&gt; ઇમેઇલ એકાઉન્ટમાંથી ડિફોલ્ટ ઇમેઇલ એકાઉન્ટ સેટ કરો
DocType: Custom Field,Adds a custom field to a DocType,એક Doctype માટે વૈવિધ્યપૂર્ણ ક્ષેત્ર ઉમેરે છે DocType: Custom Field,Adds a custom field to a DocType,એક Doctype માટે વૈવિધ્યપૂર્ણ ક્ષેત્ર ઉમેરે છે
DocType: File,Is Home Folder,મુખ્ય પૃષ્ઠ ફોલ્ડર છે DocType: File,Is Home Folder,મુખ્ય પૃષ્ઠ ફોલ્ડર છે
apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} એ માન્ય ઇમેઇલ સરનામું નથી apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} એ માન્ય ઇમેઇલ સરનામું નથી
@@ -583,7 +585,7 @@ DocType: File,Folder,ફોલ્ડર
DocType: DocField,Index,ઈન્ડેક્સ DocType: DocField,Index,ઈન્ડેક્સ
DocType: Email Group,Newsletter Manager,ન્યૂઝલેટર વ્યવસ્થાપક DocType: Email Group,Newsletter Manager,ન્યૂઝલેટર વ્યવસ્થાપક
apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,વિકલ્પ 1 apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,વિકલ્પ 1
apps/frappe/frappe/public/js/frappe/form/formatters.js +124,{0} to {1},{0} પર {1}
apps/frappe/frappe/public/js/frappe/form/formatters.js +129,{0} to {1},{0} પર {1}
apps/frappe/frappe/config/setup.py +89,Log of error during requests.,વિનંતીઓ દરમિયાન ભૂલ લોગ. apps/frappe/frappe/config/setup.py +89,Log of error during requests.,વિનંતીઓ દરમિયાન ભૂલ લોગ.
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} સફળતાપૂર્વક ઇમેઇલ ગ્રુપ ઉમેરી દેવામાં આવ્યુ છે. apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} સફળતાપૂર્વક ઇમેઇલ ગ્રુપ ઉમેરી દેવામાં આવ્યુ છે.
DocType: Address,Uttar Pradesh,ઉત્તરપ્રદેશ DocType: Address,Uttar Pradesh,ઉત્તરપ્રદેશ
@@ -593,7 +595,7 @@ apps/frappe/frappe/email/doctype/newsletter/newsletter.py +30,Scheduled to send
DocType: Kanban Board Column,Indicator,સૂચક DocType: Kanban Board Column,Indicator,સૂચક
DocType: DocShare,Everyone,દરેક વ્યક્તિને DocType: DocShare,Everyone,દરેક વ્યક્તિને
DocType: Workflow State,backward,પછાત DocType: Workflow State,backward,પછાત
apps/frappe/frappe/core/doctype/doctype/doctype.py +676,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: આ જ ભૂમિકા, સ્તર અને સાથે મંજૂરી માત્ર એક જ નિયમ {1}"
apps/frappe/frappe/core/doctype/doctype/doctype.py +680,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: આ જ ભૂમિકા, સ્તર અને સાથે મંજૂરી માત્ર એક જ નિયમ {1}"
DocType: Email Queue,Add Unsubscribe Link,ઉમેરો અનસબ્સ્ક્રાઇબ લિંક DocType: Email Queue,Add Unsubscribe Link,ઉમેરો અનસબ્સ્ક્રાઇબ લિંક
apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,હજુ સુધી કોઈ ટિપ્પણીઓ. નવી ચર્ચા શરૂ કરો. apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,હજુ સુધી કોઈ ટિપ્પણીઓ. નવી ચર્ચા શરૂ કરો.
DocType: Workflow State,share,શેર DocType: Workflow State,share,શેર
@@ -632,7 +634,7 @@ apps/frappe/frappe/printing/doctype/print_format/print_format.py +80,{0} is now
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,પેટીવાળી સ્તંભોને apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,પેટીવાળી સ્તંભોને
DocType: Email Account,Default Outgoing,મૂળભૂત આઉટગોઇંગ DocType: Email Account,Default Outgoing,મૂળભૂત આઉટગોઇંગ
DocType: Workflow State,play,રમવા DocType: Workflow State,play,રમવા
apps/frappe/frappe/templates/emails/new_user.html +5,Click on the link below to complete your registration and set a new password,નીચે તમારી નોંધણી પૂર્ણ કરવા માટે લિંક પર ક્લિક કરો અને નવી પાસવર્ડ સુયોજિત
apps/frappe/frappe/templates/emails/new_user.html +4,Click on the link below to complete your registration and set a new password,નીચે તમારી નોંધણી પૂર્ણ કરવા માટે લિંક પર ક્લિક કરો અને નવી પાસવર્ડ સુયોજિત
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,ઉમેરવા ન હતી apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,ઉમેરવા ન હતી
apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,કોઈ ઇમેઇલ એકાઉન્ટ્સ એસાઈન્ડ apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,કોઈ ઇમેઇલ એકાઉન્ટ્સ એસાઈન્ડ
DocType: Contact Us Settings,Contact Us Settings,અમારો સંપર્ક કરો સેટિંગ્સ DocType: Contact Us Settings,Contact Us Settings,અમારો સંપર્ક કરો સેટિંગ્સ
@@ -653,12 +655,12 @@ apps/frappe/frappe/core/page/user_permissions/user_permissions.js +127,Upload Us
DocType: Dropbox Settings,App Secret Key,એપ્લિકેશન ગુપ્ત કી DocType: Dropbox Settings,App Secret Key,એપ્લિકેશન ગુપ્ત કી
apps/frappe/frappe/config/website.py +7,Web Site,વેબ સાઇટ apps/frappe/frappe/config/website.py +7,Web Site,વેબ સાઇટ
apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,ચેક વસ્તુઓ ડેસ્કટોપ પર બતાવવામાં આવશે apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,ચેક વસ્તુઓ ડેસ્કટોપ પર બતાવવામાં આવશે
apps/frappe/frappe/core/doctype/doctype/doctype.py +719,{0} cannot be set for Single types,{0} એક પ્રકારો માટે સેટ કરી શકાય છે
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0} cannot be set for Single types,{0} એક પ્રકારો માટે સેટ કરી શકાય છે
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Kanban બોર્ડ {0} અસ્તિત્વમાં નથી. apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Kanban બોર્ડ {0} અસ્તિત્વમાં નથી.
apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} હાલમાં આ દસ્તાવેજ જોઈ રહ્યા છે apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} હાલમાં આ દસ્તાવેજ જોઈ રહ્યા છે
DocType: ToDo,Assigned By Full Name,આખું નામ દ્વારા સોંપાયેલ DocType: ToDo,Assigned By Full Name,આખું નામ દ્વારા સોંપાયેલ
apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} સુધારાશે apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} સુધારાશે
apps/frappe/frappe/core/doctype/doctype/doctype.py +709,Report cannot be set for Single types,રિપોર્ટ એક પ્રકારો માટે સેટ કરી શકાય છે
apps/frappe/frappe/core/doctype/doctype/doctype.py +713,Report cannot be set for Single types,રિપોર્ટ એક પ્રકારો માટે સેટ કરી શકાય છે
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} દિવસ પહેલા apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} દિવસ પહેલા
DocType: Email Account,Awaiting Password,પ્રતીક્ષામાં પાસવર્ડ DocType: Email Account,Awaiting Password,પ્રતીક્ષામાં પાસવર્ડ
DocType: Address,Address Line 1,સરનામાં રેખા 1 DocType: Address,Address Line 1,સરનામાં રેખા 1
@@ -708,7 +710,7 @@ DocType: Feedback Trigger,"To add dynamic subject, use jinja tags like
apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,એપ્લિકેશન {0} દૂર apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,એપ્લિકેશન {0} દૂર
DocType: Custom DocPerm,Apply User Permissions,વપરાશકર્તા પરવાનગીઓ લાગુ DocType: Custom DocPerm,Apply User Permissions,વપરાશકર્તા પરવાનગીઓ લાગુ
DocType: User,Modules HTML,મોડ્યુલો HTML DocType: User,Modules HTML,મોડ્યુલો HTML
apps/frappe/frappe/public/js/frappe/ui/field_group.js +82,Missing Values Required,ગુમ કિંમતો જરૂરી
apps/frappe/frappe/public/js/frappe/ui/field_group.js +96,Missing Values Required,ગુમ કિંમતો જરૂરી
DocType: DocType,Other Settings,અન્ય સેટિંગ્સ DocType: DocType,Other Settings,અન્ય સેટિંગ્સ
DocType: Social Login Keys,Frappe,frappe DocType: Social Login Keys,Frappe,frappe
apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,ન વાંચેલ તરીકે નિશાની કરો apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,ન વાંચેલ તરીકે નિશાની કરો
@@ -762,7 +764,7 @@ DocType: Event,orange,નારંગી
apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,કોઈ {0} મળ્યું apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,કોઈ {0} મળ્યું
apps/frappe/frappe/config/setup.py +242,Add custom forms.,વૈવિધ્યપૂર્ણ સ્વરૂપો ઉમેરો. apps/frappe/frappe/config/setup.py +242,Add custom forms.,વૈવિધ્યપૂર્ણ સ્વરૂપો ઉમેરો.
apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} માં {2} apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} માં {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +419,submitted this document,આ દસ્તાવેજ રજૂ
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,submitted this document,આ દસ્તાવેજ રજૂ
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,The system provides many pre-defined roles. You can add new roles to set finer permissions.,સિસ્ટમ ઘણા પૂર્વ નિર્ધારિત ભૂમિકા પૂરી પાડે છે. તમે ફાઇનર પરવાનગીઓ સુયોજિત કરવા માટે નવી ભૂમિકા ઉમેરી શકો છો. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,The system provides many pre-defined roles. You can add new roles to set finer permissions.,સિસ્ટમ ઘણા પૂર્વ નિર્ધારિત ભૂમિકા પૂરી પાડે છે. તમે ફાઇનર પરવાનગીઓ સુયોજિત કરવા માટે નવી ભૂમિકા ઉમેરી શકો છો.
DocType: Communication,CC,સીસી DocType: Communication,CC,સીસી
DocType: Country,Geo,જીઓ DocType: Country,Geo,જીઓ
@@ -812,7 +814,7 @@ DocType: DocType,Hide Toolbar,ટૂલબાર છુપાવો
DocType: User,Last Active,સક્રિય છેલ્લું DocType: User,Last Active,સક્રિય છેલ્લું
DocType: Email Account,SMTP Settings for outgoing emails,આઉટગોઇંગ ઇમેઇલ્સ માટે SMTP સેટિંગ્સ DocType: Email Account,SMTP Settings for outgoing emails,આઉટગોઇંગ ઇમેઇલ્સ માટે SMTP સેટિંગ્સ
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,આયાત નિષ્ફળ apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,આયાત નિષ્ફળ
apps/frappe/frappe/templates/emails/password_update.html +3,Your password has been updated. Here is your new password,તમારો પાસવર્ડ સુધારી દેવામાં આવ્યુ છે. અહીં તમારા નવા પાસવર્ડ છે
apps/frappe/frappe/templates/emails/password_update.html +2,Your password has been updated. Here is your new password,તમારો પાસવર્ડ સુધારી દેવામાં આવ્યુ છે. અહીં તમારા નવા પાસવર્ડ છે
DocType: Email Account,Auto Reply Message,ઓટો જવાબ સંદેશ DocType: Email Account,Auto Reply Message,ઓટો જવાબ સંદેશ
DocType: Feedback Trigger,Condition,કન્ડિશન DocType: Feedback Trigger,Condition,કન્ડિશન
apps/frappe/frappe/utils/data.py +546,{0} hours ago,{0} કલાક પહેલા apps/frappe/frappe/utils/data.py +546,{0} hours ago,{0} કલાક પહેલા
@@ -820,7 +822,6 @@ apps/frappe/frappe/utils/data.py +556,1 month ago,1 મહિનો પહેલ
DocType: Contact,User ID,વપરાશકર્તા ID DocType: Contact,User ID,વપરાશકર્તા ID
DocType: Communication,Sent,મોકલ્યું DocType: Communication,Sent,મોકલ્યું
DocType: Address,Kerala,કેરળ DocType: Address,Kerala,કેરળ
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} વર્ષ (ઓ) પહેલા
DocType: File,Lft,Lft DocType: File,Lft,Lft
DocType: User,Simultaneous Sessions,એક સાથે સત્રો DocType: User,Simultaneous Sessions,એક સાથે સત્રો
DocType: OAuth Client,Client Credentials,ક્લાઈન્ટ ઓળખપત્રો DocType: OAuth Client,Client Credentials,ક્લાઈન્ટ ઓળખપત્રો
@@ -837,7 +838,7 @@ DocType: Email Queue,Unsubscribe Method,ઉમેદવારી દૂર ક
DocType: GSuite Templates,Related DocType,સંબંધિત Doctype DocType: GSuite Templates,Related DocType,સંબંધિત Doctype
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,સામગ્રી ઉમેરવા માટે સંપાદિત કરો apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,સામગ્રી ઉમેરવા માટે સંપાદિત કરો
apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,ભાષા પસંદ કરો apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,ભાષા પસંદ કરો
apps/frappe/frappe/__init__.py +517,No permission for {0},માટે કોઈ પરવાનગી {0}
apps/frappe/frappe/__init__.py +518,No permission for {0},માટે કોઈ પરવાનગી {0}
DocType: DocType,Advanced,ઉન્નત DocType: DocType,Advanced,ઉન્નત
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,API કી લાગે છે કે API સિક્રેટ ખોટું છે !!! apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,API કી લાગે છે કે API સિક્રેટ ખોટું છે !!!
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},સંદર્ભ: {0} {1} apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},સંદર્ભ: {0} {1}
@@ -869,14 +870,14 @@ DocType: Custom DocPerm,Additional Permissions,વધારાની પરવ
DocType: Email Account,Always use Account's Email Address as Sender,હંમેશા મોકલનાર તરીકે એકાઉન્ટનાં ઇમેઇલ સરનામાંનો ઉપયોગ DocType: Email Account,Always use Account's Email Address as Sender,હંમેશા મોકલનાર તરીકે એકાઉન્ટનાં ઇમેઇલ સરનામાંનો ઉપયોગ
apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,ટિપ્પણી કરવા માટે લોગ ઈન થાઓ apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,ટિપ્પણી કરવા માટે લોગ ઈન થાઓ
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,આ રેખા નીચે માહિતી દાખલ પ્રારંભ apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,આ રેખા નીચે માહિતી દાખલ પ્રારંભ
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +474,changed values for {0},માટે બદલાયેલ કિંમતો {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +476,changed values for {0},માટે બદલાયેલ કિંમતો {0}
DocType: Workflow State,retweet,રીટ્વીટ DocType: Workflow State,retweet,રીટ્વીટ
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,આ ક્ષેત્ર ની કિંમત સ્પષ્ટ કરો apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,આ ક્ષેત્ર ની કિંમત સ્પષ્ટ કરો
DocType: Report,Disabled,અક્ષમ DocType: Report,Disabled,અક્ષમ
DocType: Workflow State,eye-close,આંખ બંધ DocType: Workflow State,eye-close,આંખ બંધ
DocType: OAuth Provider Settings,OAuth Provider Settings,ઑથ પ્રદાતા સેટિંગ્સ DocType: OAuth Provider Settings,OAuth Provider Settings,ઑથ પ્રદાતા સેટિંગ્સ
apps/frappe/frappe/config/setup.py +254,Applications,કાર્યક્રમો apps/frappe/frappe/config/setup.py +254,Applications,કાર્યક્રમો
apps/frappe/frappe/public/js/frappe/request.js +349,Report this issue,આ સમસ્યાની જાણ
apps/frappe/frappe/public/js/frappe/request.js +353,Report this issue,આ સમસ્યાની જાણ
apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,નામ જરૂરી છે apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,નામ જરૂરી છે
DocType: Custom Script,Adds a custom script (client or server) to a DocType,એક Doctype માટે વૈવિધ્યપૂર્ણ સ્ક્રિપ્ટ (ક્લાઈન્ટ અથવા સર્વર) ઉમેરે છે DocType: Custom Script,Adds a custom script (client or server) to a DocType,એક Doctype માટે વૈવિધ્યપૂર્ણ સ્ક્રિપ્ટ (ક્લાઈન્ટ અથવા સર્વર) ઉમેરે છે
DocType: Address,City/Town,શહેર / નગર DocType: Address,City/Town,શહેર / નગર
@@ -960,7 +961,7 @@ DocType: Web Form,Actions,ક્રિયાઓ
DocType: Workflow State,align-justify,સંરેખિત-સર્મથન DocType: Workflow State,align-justify,સંરેખિત-સર્મથન
DocType: User,Middle Name (Optional),મધ્ય નામ (વૈકલ્પિક) DocType: User,Middle Name (Optional),મધ્ય નામ (વૈકલ્પિક)
apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,પરવાનગી નથી apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,પરવાનગી નથી
apps/frappe/frappe/public/js/frappe/ui/field_group.js +83,Following fields have missing values:,નીચેના ક્ષેત્રોમાં ગુમ કિંમતો છે:
apps/frappe/frappe/public/js/frappe/ui/field_group.js +97,Following fields have missing values:,નીચેના ક્ષેત્રોમાં ગુમ કિંમતો છે:
apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,તમે ક્રિયા પૂર્ણ કરવા માટે પૂરતી પરવાનગી નથી apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,તમે ક્રિયા પૂર્ણ કરવા માટે પૂરતી પરવાનગી નથી
apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,કોઈ પરિણામો apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,કોઈ પરિણામો
DocType: System Settings,Security,સુરક્ષા DocType: System Settings,Security,સુરક્ષા
@@ -1003,7 +1004,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js +133,Hide Details,વિગ
DocType: Workflow State,Tasks,કાર્યો DocType: Workflow State,Tasks,કાર્યો
DocType: Event,Tuesday,મંગળવારે DocType: Event,Tuesday,મંગળવારે
DocType: Blog Settings,Blog Settings,બ્લોગ સેટિંગ્સ DocType: Blog Settings,Blog Settings,બ્લોગ સેટિંગ્સ
apps/frappe/frappe/templates/emails/new_user.html +17,You can also copy-paste this link in your browser,તમે પણ તમારા બ્રાઉઝરમાં આ લિંક કોપી પેસ્ટ કરી શકો છો
apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste this link in your browser,તમે પણ તમારા બ્રાઉઝરમાં આ લિંક કોપી પેસ્ટ કરી શકો છો
DocType: Workflow State,bullhorn,bullhorn DocType: Workflow State,bullhorn,bullhorn
DocType: Social Login Keys,Facebook Client Secret,ફેસબુક ક્લાઈન્ટ સિક્રેટ DocType: Social Login Keys,Facebook Client Secret,ફેસબુક ક્લાઈન્ટ સિક્રેટ
DocType: Footer Item,Target,લક્ષ્યાંક DocType: Footer Item,Target,લક્ષ્યાંક
@@ -1015,12 +1016,12 @@ DocType: ToDo,Due Date,નિયત તારીખ
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,ક્વાર્ટર ડે apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,ક્વાર્ટર ડે
DocType: Social Login Keys,Google Client Secret,Google ક્લાઈન્ટ સિક્રેટ DocType: Social Login Keys,Google Client Secret,Google ક્લાઈન્ટ સિક્રેટ
DocType: Website Settings,Hide Footer Signup,ફૂટર સાઇનઅપ છુપાવો DocType: Website Settings,Hide Footer Signup,ફૂટર સાઇનઅપ છુપાવો
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,cancelled this document,આ દસ્તાવેજ રદ
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +423,cancelled this document,આ દસ્તાવેજ રદ
apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,આ સાચવવામાં અને સ્તંભ અને પરિણામ પાછી આવે છે જ્યાં એક જ ફોલ્ડરમાં એ Python ફાઈલ લખી. apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,આ સાચવવામાં અને સ્તંભ અને પરિણામ પાછી આવે છે જ્યાં એક જ ફોલ્ડરમાં એ Python ફાઈલ લખી.
DocType: DocType,Sort Field,સૉર્ટ કરો ફીલ્ડ DocType: DocType,Sort Field,સૉર્ટ કરો ફીલ્ડ
DocType: Razorpay Settings,Razorpay Settings,Razorpay સેટિંગ્સ DocType: Razorpay Settings,Razorpay Settings,Razorpay સેટિંગ્સ
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +445,Edit Filter,સંપાદિત કરો ફિલ્ટર
apps/frappe/frappe/core/doctype/doctype/doctype.py +415,Field {0} of type {1} cannot be mandatory,ક્ષેત્ર {0} પ્રકારની {1} ફરજિયાત ન હોઈ શકે
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +446,Edit Filter,સંપાદિત કરો ફિલ્ટર
apps/frappe/frappe/core/doctype/doctype/doctype.py +419,Field {0} of type {1} cannot be mandatory,ક્ષેત્ર {0} પ્રકારની {1} ફરજિયાત ન હોઈ શકે
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,વધુ ઉમેરો apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,વધુ ઉમેરો
apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,ચાર્ટ છુપાવો apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,ચાર્ટ છુપાવો
DocType: System Settings,Session Expiry Mobile,સત્ર સમાપ્તિ મોબાઇલ DocType: System Settings,Session Expiry Mobile,સત્ર સમાપ્તિ મોબાઇલ
@@ -1061,7 +1062,7 @@ DocType: Address,Contacts,સંપર્કો
DocType: System Settings,Setup Complete,સેટઅપ પૂર્ણ DocType: System Settings,Setup Complete,સેટઅપ પૂર્ણ
apps/frappe/frappe/config/setup.py +66,Report of all document shares,બધા દસ્તાવેજ સરવાળો રિપોર્ટ apps/frappe/frappe/config/setup.py +66,Report of all document shares,બધા દસ્તાવેજ સરવાળો રિપોર્ટ
apps/frappe/frappe/www/update-password.html +18,New Password,નવો પાસવર્ડ apps/frappe/frappe/www/update-password.html +18,New Password,નવો પાસવર્ડ
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +73,Filter {0} missing,ફિલ્ટર {0} ગુમ
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +74,Filter {0} missing,ફિલ્ટર {0} ગુમ
apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,માફ કરશો! તમે ઓટો પેદા ટિપ્પણીઓ કાઢી શકતા નથી apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,માફ કરશો! તમે ઓટો પેદા ટિપ્પણીઓ કાઢી શકતા નથી
DocType: Website Theme,Style using CSS,સીએસએસ મદદથી પ્રકાર DocType: Website Theme,Style using CSS,સીએસએસ મદદથી પ્રકાર
apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,સંદર્ભ Doctype apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,સંદર્ભ Doctype
@@ -1126,7 +1127,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +127,Help on Searc
apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,રજિસ્ટર્ડ પરંતુ વિકલાંગ apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,રજિસ્ટર્ડ પરંતુ વિકલાંગ
DocType: DocType,Hide Copy,કૉપિ કરો છુપાવો DocType: DocType,Hide Copy,કૉપિ કરો છુપાવો
apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,બધા ભૂમિકા સાફ apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,બધા ભૂમિકા સાફ
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +114,{0} generated on {1},{0} પર પેદા {1}
apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} અનન્ય હોવો જોઈએ apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} અનન્ય હોવો જોઈએ
apps/frappe/frappe/permissions.py +274,Row,રો apps/frappe/frappe/permissions.py +274,Row,રો
DocType: DocType,Track Changes,ફેરફારો ટ્રેક DocType: DocType,Track Changes,ફેરફારો ટ્રેક
@@ -1177,11 +1177,11 @@ DocType: User,Github User ID,Github વપરાશકર્તા ID
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,દસ્તાવેજ પ્રકારની તો apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,દસ્તાવેજ પ્રકારની તો
apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","કાઢી નાખો અથવા કારણ કે {0} રદ કરી શકાતું નથી <a href=""#Form/{0}/{1}"">{1}</a> સાથે કડી થયેલ છે {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}" apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","કાઢી નાખો અથવા કારણ કે {0} રદ કરી શકાતું નથી <a href=""#Form/{0}/{1}"">{1}</a> સાથે કડી થયેલ છે {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}"
apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},અજ્ઞાત એપ્લિકેશન {0} apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},અજ્ઞાત એપ્લિકેશન {0}
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +48,"%s is not a valid report format. Report format should \
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +49,"%s is not a valid report format. Report format should \
one of the following %s",% S માન્ય અહેવાલ બંધારણમાં નથી. રિપોર્ટ બંધારણમાં \ જોઈએ% s નીચેનામાંથી એક one of the following %s",% S માન્ય અહેવાલ બંધારણમાં નથી. રિપોર્ટ બંધારણમાં \ જોઈએ% s નીચેનામાંથી એક
DocType: Communication,Chat,ચેટ DocType: Communication,Chat,ચેટ
apps/frappe/frappe/core/doctype/doctype/doctype.py +408,Fieldname {0} appears multiple times in rows {1},FIELDNAME {0} પંક્તિઓ ઘણી વખત દેખાય {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +460,{0} from {1} to {2} in row #{3},{0} થી {1} માટે {2} પંક્તિ # {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +412,Fieldname {0} appears multiple times in rows {1},FIELDNAME {0} પંક્તિઓ ઘણી વખત દેખાય {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +462,{0} from {1} to {2} in row #{3},{0} થી {1} માટે {2} પંક્તિ # {3}
DocType: Communication,Expired,સમાપ્ત DocType: Communication,Expired,સમાપ્ત
DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),એક ક્ષેત્ર માટે કૉલમ સંખ્યા ગ્રીડ (ગ્રીડ કુલ સ્તંભોને કરતાં ઓછી 11 હોવી જોઈએ) DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),એક ક્ષેત્ર માટે કૉલમ સંખ્યા ગ્રીડ (ગ્રીડ કુલ સ્તંભોને કરતાં ઓછી 11 હોવી જોઈએ)
DocType: DocType,System,સિસ્ટમ DocType: DocType,System,સિસ્ટમ
@@ -1196,7 +1196,7 @@ DocType: Help Article,Likes,પસંદ
DocType: Website Settings,Top Bar,ટોચના બાર DocType: Website Settings,Top Bar,ટોચના બાર
DocType: GSuite Settings,Script Code,સ્ક્રિપ્ટ કોડ DocType: GSuite Settings,Script Code,સ્ક્રિપ્ટ કોડ
apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,વપરાશકર્તા ઇમેઇલ બનાવો apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,વપરાશકર્તા ઇમેઇલ બનાવો
apps/frappe/frappe/core/doctype/doctype/doctype.py +647,No Permissions Specified,કોઈ પરવાનગીઓ ઉલ્લેખિત
apps/frappe/frappe/core/doctype/doctype/doctype.py +651,No Permissions Specified,કોઈ પરવાનગીઓ ઉલ્લેખિત
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,વૈશ્વિક સેટિંગ્સ: વપરાશકર્તાઓ માત્ર ચકાસાયેલ ચિહ્નો પસંદ કરવા માટે સક્ષમ હશે apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,વૈશ્વિક સેટિંગ્સ: વપરાશકર્તાઓ માત્ર ચકાસાયેલ ચિહ્નો પસંદ કરવા માટે સક્ષમ હશે
apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} મળ્યું નથી apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} મળ્યું નથી
DocType: Custom Role,Custom Role,કસ્ટમ ભૂમિકા DocType: Custom Role,Custom Role,કસ્ટમ ભૂમિકા
@@ -1208,12 +1208,12 @@ DocType: Dropbox Settings,Dropbox Access Secret,ડ્રૉપબૉક્સ
apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,અન્ય એક ટિપ્પણી ઉમેરો apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,અન્ય એક ટિપ્પણી ઉમેરો
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,Doctype સંપાદિત કરો apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,Doctype સંપાદિત કરો
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,ન્યૂઝલેટરમાંથી અનસબ્સ્ક્રાઇબ apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,ન્યૂઝલેટરમાંથી અનસબ્સ્ક્રાઇબ
apps/frappe/frappe/core/doctype/doctype/doctype.py +507,Fold must come before a Section Break,વિભાગ બ્રેક પહેલા થવું જોઈએ ગડી
apps/frappe/frappe/core/doctype/doctype/doctype.py +511,Fold must come before a Section Break,વિભાગ બ્રેક પહેલા થવું જોઈએ ગડી
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,વિકાસ હેઠળ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,વિકાસ હેઠળ
apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,દ્વારા છેલ્લે સંશોધિત apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,દ્વારા છેલ્લે સંશોધિત
DocType: Workflow State,hand-down,હાથ નીચે DocType: Workflow State,hand-down,હાથ નીચે
DocType: Address,GST State,જીએસટી રાજ્ય DocType: Address,GST State,જીએસટી રાજ્ય
apps/frappe/frappe/core/doctype/doctype/doctype.py +695,{0}: Cannot set Cancel without Submit,{0}: વગર સબમિટ રદ સેટ કરી શકાતો નથી
apps/frappe/frappe/core/doctype/doctype/doctype.py +699,{0}: Cannot set Cancel without Submit,{0}: વગર સબમિટ રદ સેટ કરી શકાતો નથી
DocType: Website Theme,Theme,થીમ DocType: Website Theme,Theme,થીમ
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,ભૂલો આવી હતી. apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,ભૂલો આવી હતી.
DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,પુનઃદિશામાન યુઆરઆઇ ઑથ કોડ બંધાયેલ DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,પુનઃદિશામાન યુઆરઆઇ ઑથ કોડ બંધાયેલ
@@ -1252,7 +1252,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +7,
apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,ટિપ્પણી ઉમેરો apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,ટિપ્પણી ઉમેરો
DocType: DocField,Mandatory,ફરજિયાત DocType: DocField,Mandatory,ફરજિયાત
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,મોડ્યુલ નિકાસ કરવા માટે apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,મોડ્યુલ નિકાસ કરવા માટે
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,{0}: No basic permissions set,{0}: કોઈ મૂળભૂત પરવાનગીઓ સુયોજિત
apps/frappe/frappe/core/doctype/doctype/doctype.py +663,{0}: No basic permissions set,{0}: કોઈ મૂળભૂત પરવાનગીઓ સુયોજિત
apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,તમારી ઉમેદવારી પર સમાપ્ત થશે {0}. apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,તમારી ઉમેદવારી પર સમાપ્ત થશે {0}.
apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},તમારા બેકઅપ ડાઉનલોડ લિંક નીચેના ઇમેઇલ સરનામા પર ઇમેઇલ કરવામાં આવશે: {0} apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},તમારા બેકઅપ ડાઉનલોડ લિંક નીચેના ઇમેઇલ સરનામા પર ઇમેઇલ કરવામાં આવશે: {0}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","રદ કરો, સબમિટ અર્થ સુધારો" apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","રદ કરો, સબમિટ અર્થ સુધારો"
@@ -1267,6 +1267,7 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +129,Filters sa
DocType: DocField,Percent,ટકા DocType: DocField,Percent,ટકા
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,ફિલ્ટર્સ સેટ કરો apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,ફિલ્ટર્સ સેટ કરો
apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,સાથે જોડાયેલા apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,સાથે જોડાયેલા
apps/frappe/frappe/templates/emails/auto_email_report.html +48,Edit Auto Email Report Settings,સ્વતઃ ઇમેઇલ રિપોર્ટ સેટિંગ્સ સંપાદિત કરો
DocType: Workflow State,book,પુસ્તક DocType: Workflow State,book,પુસ્તક
DocType: Website Settings,Landing Page,લેન્ડિંગ પેજમાં DocType: Website Settings,Landing Page,લેન્ડિંગ પેજમાં
apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,કસ્ટમ સ્ક્રિપ્ટ ભૂલ apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,કસ્ટમ સ્ક્રિપ્ટ ભૂલ
@@ -1275,7 +1276,7 @@ apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +132,"Import R
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,કોઈ પરવાનગીઓ આ માપદંડ માટે સુયોજિત કરો. apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,કોઈ પરવાનગીઓ આ માપદંડ માટે સુયોજિત કરો.
DocType: Auto Email Report,Auto Email Report,ઓટો ઇમેઇલ રિપોર્ટ DocType: Auto Email Report,Auto Email Report,ઓટો ઇમેઇલ રિપોર્ટ
apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,મેક્સ ઇમેઇલ્સ apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,મેક્સ ઇમેઇલ્સ
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +575,Delete comment?,ટિપ્પણી કાઢી નાખીએ?
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +577,Delete comment?,ટિપ્પણી કાઢી નાખીએ?
DocType: Address Template,This format is used if country specific format is not found,દેશમાં ચોક્કસ ફોર્મેટ ન મળી આવે છે તો આ ફોર્મેટનો ઉપયોગ થાય છે DocType: Address Template,This format is used if country specific format is not found,દેશમાં ચોક્કસ ફોર્મેટ ન મળી આવે છે તો આ ફોર્મેટનો ઉપયોગ થાય છે
DocType: System Settings,Allow Login using Mobile Number,લૉગિન મોબાઇલ નંબર ઉપયોગ કરવાની પરવાનગી DocType: System Settings,Allow Login using Mobile Number,લૉગિન મોબાઇલ નંબર ઉપયોગ કરવાની પરવાનગી
apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,તમે આ સાધન વાપરવાની પૂરતી પરવાનગી નથી. ઍક્સેસ મેળવવા માટે તમારા સંચાલકનો સંપર્ક કરો. apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,તમે આ સાધન વાપરવાની પૂરતી પરવાનગી નથી. ઍક્સેસ મેળવવા માટે તમારા સંચાલકનો સંપર્ક કરો.
@@ -1291,7 +1292,7 @@ DocType: Print Format,Monospace,વાળા
DocType: Letter Head,Printing,પ્રિન્ટિંગ DocType: Letter Head,Printing,પ્રિન્ટિંગ
DocType: Workflow State,thumbs-up,"ઉત્તમ, શ્રેષ્ઠ" DocType: Workflow State,thumbs-up,"ઉત્તમ, શ્રેષ્ઠ"
DocType: DocPerm,DocPerm,DocPerm DocType: DocPerm,DocPerm,DocPerm
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Precision should be between 1 and 6,શુદ્ધતા 1 અને 6 વચ્ચે પ્રયત્ન કરીશું
apps/frappe/frappe/core/doctype/doctype/doctype.py +467,Precision should be between 1 and 6,શુદ્ધતા 1 અને 6 વચ્ચે પ્રયત્ન કરીશું
apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},Fw: {0} apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},Fw: {0}
apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,અને apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,અને
DocType: Error Snapshot,Frames,ફ્રેમ્સ DocType: Error Snapshot,Frames,ફ્રેમ્સ
@@ -1304,9 +1305,10 @@ apps/frappe/frappe/utils/boilerplate.py +263,{app_title},{App_title}
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,તમારી સાઇટ રૂપરેખા ડ્રૉપબૉક્સ વપરાશ કીઓ સુયોજિત કરો apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,તમારી સાઇટ રૂપરેખા ડ્રૉપબૉક્સ વપરાશ કીઓ સુયોજિત કરો
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,આ ઈમેઈલ સરનામાને મોકલવા માટે પરવાનગી આપે છે આ રેકોર્ડ કાઢી નાખો apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,આ ઈમેઈલ સરનામાને મોકલવા માટે પરવાનગી આપે છે આ રેકોર્ડ કાઢી નાખો
apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,માત્ર ફરજિયાત ક્ષેત્રો નવા વિક્રમો માટે જરૂરી છે. જો તમે ઈચ્છો તો તમે બિન-ફરજિયાત કૉલમ કાઢી શકો છો. apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,માત્ર ફરજિયાત ક્ષેત્રો નવા વિક્રમો માટે જરૂરી છે. જો તમે ઈચ્છો તો તમે બિન-ફરજિયાત કૉલમ કાઢી શકો છો.
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +269,Unable to update event,ઘટના અપડેટ કરવામાં અસમર્થ
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +262,Unable to update event,ઘટના અપડેટ કરવામાં અસમર્થ
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,ચુકવણી પૂર્ણ apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,ચુકવણી પૂર્ણ
apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","ફિલ્ટર 4 મૂલ્યો (Doctype, FIELDNAME ઓપરેટરને મૂલ્ય) હોવું જરૂરી છે: {0}" apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","ફિલ્ટર 4 મૂલ્યો (Doctype, FIELDNAME ઓપરેટરને મૂલ્ય) હોવું જરૂરી છે: {0}"
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,કોઈ ડિફૉલ્ટ સરનામું ટેમ્પલેટ મળ્યું નથી કૃપા કરીને સેટઅપ&gt; પ્રિન્ટિંગ અને બ્રાંડિંગ&gt; સરનામું ઢાંચોમાંથી એક નવું બનાવો.
apps/frappe/frappe/utils/bot.py +89,show,શો apps/frappe/frappe/utils/bot.py +89,show,શો
DocType: Address Template,Address Template,સરનામું ઢાંચો DocType: Address Template,Address Template,સરનામું ઢાંચો
DocType: Workflow State,text-height,લખાણ ઊંચાઈ DocType: Workflow State,text-height,લખાણ ઊંચાઈ
@@ -1359,7 +1361,6 @@ apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +6,Can Write
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","કેટલાક દસ્તાવેજો, એક ભરતિયું જેમ કે એક વખત અંતિમ બદલી ન હોવી જોઇએ. આવા દસ્તાવેજો માટે અંતિમ રાજ્ય સબમિટ કહેવામાં આવે છે. તમે ભૂમિકા સબમિટ કરી શકો છો કે જે પ્રતિબંધિત કરી શકો છો." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","કેટલાક દસ્તાવેજો, એક ભરતિયું જેમ કે એક વખત અંતિમ બદલી ન હોવી જોઇએ. આવા દસ્તાવેજો માટે અંતિમ રાજ્ય સબમિટ કહેવામાં આવે છે. તમે ભૂમિકા સબમિટ કરી શકો છો કે જે પ્રતિબંધિત કરી શકો છો."
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,તમે આ અહેવાલ નિકાસ કરવાની પરવાનગી નથી apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,તમે આ અહેવાલ નિકાસ કરવાની પરવાનગી નથી
apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 આઇટમ પસંદ apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 આઇટમ પસંદ
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> 'કોઈ પરિણામ મળ્યાં નથી' </p>
DocType: Newsletter,Test Email Address,પરીક્ષણ ઇમેઇલ સરનામું DocType: Newsletter,Test Email Address,પરીક્ષણ ઇમેઇલ સરનામું
DocType: ToDo,Sender,પ્રેષક DocType: ToDo,Sender,પ્રેષક
DocType: GSuite Settings,Google Apps Script,Google Apps સ્ક્રિપ્ટ DocType: GSuite Settings,Google Apps Script,Google Apps સ્ક્રિપ્ટ
@@ -1372,7 +1373,7 @@ DocType: System Settings,Allow only one session per user,વપરાશકર
apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,કૉપિ કરો apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,કૉપિ કરો
apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,ઘર / ટેસ્ટ ફોલ્ડરમાં 1 / ટેસ્ટ ફોલ્ડરમાં 3 apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,ઘર / ટેસ્ટ ફોલ્ડરમાં 1 / ટેસ્ટ ફોલ્ડરમાં 3
DocType: Website Settings,&lt;head&gt; HTML,&lt;Head&gt; HTML DocType: Website Settings,&lt;head&gt; HTML,&lt;Head&gt; HTML
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +66,Select or drag across time slots to create a new event.,પસંદ કરો અથવા એક નવી ઇવેન્ટ બનાવો સમય સ્લોટ સમગ્ર ખેંચો.
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +67,Select or drag across time slots to create a new event.,પસંદ કરો અથવા એક નવી ઇવેન્ટ બનાવો સમય સ્લોટ સમગ્ર ખેંચો.
DocType: DocField,In Filter,ફિલ્ટર DocType: DocField,In Filter,ફિલ્ટર
apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban
DocType: DocType,Show in Module Section,મોડ્યુલ વિભાગ બતાવો DocType: DocType,Show in Module Section,મોડ્યુલ વિભાગ બતાવો
@@ -1393,7 +1394,7 @@ apps/frappe/frappe/email/doctype/email_account/email_account_list.js +6,Default
apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,આયાત ઝિપ apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,આયાત ઝિપ
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,દસ્તાવેજ ID ને apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,દસ્તાવેજ ID ને
DocType: Print Settings,Letter,પત્ર DocType: Print Settings,Letter,પત્ર
apps/frappe/frappe/core/doctype/doctype/doctype.py +556,Image field must be of type Attach Image,છબી ફીલ્ડ પ્રકાર હોવા જ જોઈએ છબી જોડે
apps/frappe/frappe/core/doctype/doctype/doctype.py +560,Image field must be of type Attach Image,છબી ફીલ્ડ પ્રકાર હોવા જ જોઈએ છબી જોડે
DocType: DocField,Columns,કૉલમ DocType: DocField,Columns,કૉલમ
DocType: Async Task,Succeeded,સફળ DocType: Async Task,Succeeded,સફળ
apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},જરૂરી ફરજિયાત ક્ષેત્રો {0} apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},જરૂરી ફરજિયાત ક્ષેત્રો {0}
@@ -1443,7 +1444,7 @@ DocType: DocField,Text Editor,લખાણ સંપાદક
apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,અમારા વિશે પેજમાં માટે સુયોજનો. apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,અમારા વિશે પેજમાં માટે સુયોજનો.
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,સંપાદિત કરો કસ્ટમ HTML apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,સંપાદિત કરો કસ્ટમ HTML
DocType: Error Snapshot,Error Snapshot,ભૂલ સ્નેપશોટ DocType: Error Snapshot,Error Snapshot,ભૂલ સ્નેપશોટ
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,In,માં
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,In,માં
DocType: Email Alert,Value Change,કિંમત બદલો DocType: Email Alert,Value Change,કિંમત બદલો
DocType: Standard Reply,Standard Reply,સ્ટાન્ડર્ડ જવાબ DocType: Standard Reply,Standard Reply,સ્ટાન્ડર્ડ જવાબ
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,ઇનપુટ બોક્સ પહોળાઈ apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,ઇનપુટ બોક્સ પહોળાઈ
@@ -1463,12 +1464,11 @@ apps/frappe/frappe/public/js/frappe/views/communication.js +82,Select Attachment
apps/frappe/frappe/model/naming.py +94, for {0},માટે {0} apps/frappe/frappe/model/naming.py +94, for {0},માટે {0}
apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,ત્યાં ભૂલો હતા. આ જાણ કરો. apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,ત્યાં ભૂલો હતા. આ જાણ કરો.
apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,તમે આ દસ્તાવેજને છાપવા માટે પરવાનગી નથી apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,તમે આ દસ્તાવેજને છાપવા માટે પરવાનગી નથી
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +107,Please set filters value in Report Filter table.,રિપોર્ટ ફિલ્ટર ટેબલ ગાળકો કિંમત સુયોજિત કરો.
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +120,Please set filters value in Report Filter table.,રિપોર્ટ ફિલ્ટર ટેબલ ગાળકો કિંમત સુયોજિત કરો.
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,લોડ કરી રહ્યું છે રિપોર્ટ apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,લોડ કરી રહ્યું છે રિપોર્ટ
apps/frappe/frappe/limits.py +72,Your subscription will expire today.,તમારી ઉમેદવારી આજે સમાપ્ત થઈ જશે. apps/frappe/frappe/limits.py +72,Your subscription will expire today.,તમારી ઉમેદવારી આજે સમાપ્ત થઈ જશે.
DocType: Page,Standard,સ્ટાન્ડર્ડ DocType: Page,Standard,સ્ટાન્ડર્ડ
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,ફાઇલ જોડવાનો apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,ફાઇલ જોડવાનો
apps/frappe/frappe/templates/emails/password_update.html +1,Password Update Notification,પાસવર્ડ સુધારા સૂચન
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,માપ apps/frappe/frappe/desk/page/backups/backups.html +13,Size,માપ
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,પૂર્ણ સોંપણી apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,પૂર્ણ સોંપણી
DocType: Custom DocPerm,User Permission DocTypes,વપરાશકર્તા પરવાનગી DocTypes DocType: Custom DocPerm,User Permission DocTypes,વપરાશકર્તા પરવાનગી DocTypes
@@ -1481,6 +1481,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +10,Insert Abo
apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,સામાન્ય નામો અને અટક ધારી સરળ હોય છે. apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,સામાન્ય નામો અને અટક ધારી સરળ હોય છે.
apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,ડ્રાફ્ટ apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,ડ્રાફ્ટ
apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,આ સામાન્ય રીતે ઉપયોગમાં પાસવર્ડ સમાન છે. apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,આ સામાન્ય રીતે ઉપયોગમાં પાસવર્ડ સમાન છે.
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> 'કોઈ પરિણામ મળ્યાં નથી' </p>
DocType: User,Female,સ્ત્રી DocType: User,Female,સ્ત્રી
DocType: Print Settings,Modern,આધુનિક DocType: Print Settings,Modern,આધુનિક
apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,શોધ પરિણામો apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,શોધ પરિણામો
@@ -1535,7 +1536,7 @@ apps/frappe/frappe/core/doctype/file/file_list.js +65,Folder name should not inc
DocType: Note,Note,નૉૅધ DocType: Note,Note,નૉૅધ
apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,ભૂલ રિપોર્ટ apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,ભૂલ રિપોર્ટ
apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,પ્રતિસાદ શરતો મેળ ખાતા નથી apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,પ્રતિસાદ શરતો મેળ ખાતા નથી
apps/frappe/frappe/core/doctype/doctype/doctype.py +570,Timeline field must be a valid fieldname,સમયરેખા ક્ષેત્ર માન્ય FIELDNAME હોવા જ જોઈએ
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a valid fieldname,સમયરેખા ક્ષેત્ર માન્ય FIELDNAME હોવા જ જોઈએ
DocType: Currency,Symbol,નિશાનીનો DocType: Currency,Symbol,નિશાનીનો
apps/frappe/frappe/model/base_document.py +534,Row #{0}:,ROW # {0}: apps/frappe/frappe/model/base_document.py +534,Row #{0}:,ROW # {0}:
apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,નવો પાસવર્ડ ઇમેઇલ apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,નવો પાસવર્ડ ઇમેઇલ
@@ -1592,8 +1593,7 @@ DocType: Web Page,Text Align,લખાણ સંરેખિત
apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},નામ જેવા વિશિષ્ટ અક્ષરો સમાવી શકે નહિં {0} apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},નામ જેવા વિશિષ્ટ અક્ષરો સમાવી શકે નહિં {0}
DocType: Contact Us Settings,Forward To Email Address,ફોરવર્ડ ઇમેઇલ સરનામું DocType: Contact Us Settings,Forward To Email Address,ફોરવર્ડ ઇમેઇલ સરનામું
apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,બધા માહિતી બતાવો apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,બધા માહિતી બતાવો
apps/frappe/frappe/core/doctype/doctype/doctype.py +527,Title field must be a valid fieldname,શીર્ષક ક્ષેત્ર માન્ય FIELDNAME હોવા જ જોઈએ
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,ઇમેઇલ એકાઉન્ટ સેટઅપ નથી કૃપા કરીને સેટઅપ&gt; ઇમેઇલ&gt; ઇમેઇલ એકાઉન્ટમાંથી એક નવું ઇમેઇલ એકાઉન્ટ બનાવો
apps/frappe/frappe/core/doctype/doctype/doctype.py +531,Title field must be a valid fieldname,શીર્ષક ક્ષેત્ર માન્ય FIELDNAME હોવા જ જોઈએ
apps/frappe/frappe/config/core.py +7,Documents,દસ્તાવેજો apps/frappe/frappe/config/core.py +7,Documents,દસ્તાવેજો
DocType: Email Flag Queue,Is Completed,પૂર્ણ થાય છે DocType: Email Flag Queue,Is Completed,પૂર્ણ થાય છે
apps/frappe/frappe/www/me.html +22,Edit Profile,પ્રોફાઇલ સંપાદિત કરો apps/frappe/frappe/www/me.html +22,Edit Profile,પ્રોફાઇલ સંપાદિત કરો
@@ -1645,7 +1645,7 @@ DocType: Standard Reply,Standard Reply Help,સ્ટાન્ડર્ડ જ
DocType: Blogger,Avatar,અવતાર DocType: Blogger,Avatar,અવતાર
DocType: Blogger,Posts,પોસ્ટ્સ DocType: Blogger,Posts,પોસ્ટ્સ
DocType: DocType,Has Web View,વેબ દૃશ્ય છે DocType: DocType,Has Web View,વેબ દૃશ્ય છે
apps/frappe/frappe/core/doctype/doctype/doctype.py +377,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","Doctype નામ એક પત્ર સાથે શરૂ થવું જોઈએ અને તે માત્ર અક્ષરો, નંબરો, જગ્યાઓ અને underscores ધરાવે છે"
apps/frappe/frappe/core/doctype/doctype/doctype.py +381,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","Doctype નામ એક પત્ર સાથે શરૂ થવું જોઈએ અને તે માત્ર અક્ષરો, નંબરો, જગ્યાઓ અને underscores ધરાવે છે"
DocType: Communication,Spam,સ્પામ DocType: Communication,Spam,સ્પામ
DocType: Integration Request,Integration Request,એકત્રિકરણ વિનંતી DocType: Integration Request,Integration Request,એકત્રિકરણ વિનંતી
apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,પ્રિય apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,પ્રિય
@@ -1681,7 +1681,7 @@ DocType: Website Settings,Sub-domain provided by erpnext.com,Erpnext.com દ્
DocType: System Settings,dd-mm-yyyy,ડીડી MM-YYYY DocType: System Settings,dd-mm-yyyy,ડીડી MM-YYYY
apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,આ અહેવાલ ઍક્સેસ કરવા અહેવાલ પરવાનગી હોવી જોઈએ. apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,આ અહેવાલ ઍક્સેસ કરવા અહેવાલ પરવાનગી હોવી જોઈએ.
apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,કૃપા કરીને ન્યુનત્તમ પાસવર્ડ સ્કોર પસંદ apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,કૃપા કરીને ન્યુનત્તમ પાસવર્ડ સ્કોર પસંદ
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,Added,ઉમેરાયેલ
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,Added,ઉમેરાયેલ
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.",માત્ર સુધારો નવા વિક્રમો નથી સામેલ નથી. apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.",માત્ર સુધારો નવા વિક્રમો નથી સામેલ નથી.
apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,દૈનિક ઇવેન્ટ ડાયજેસ્ટ રીમાઇન્ડર્સ સેટ છે કે જ્યાં કૅલેન્ડર ઇવેન્ટ્સ માટે મોકલવામાં આવે છે. apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,દૈનિક ઇવેન્ટ ડાયજેસ્ટ રીમાઇન્ડર્સ સેટ છે કે જ્યાં કૅલેન્ડર ઇવેન્ટ્સ માટે મોકલવામાં આવે છે.
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,વેબસાઇટ જુઓ apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,વેબસાઇટ જુઓ
@@ -1695,7 +1695,7 @@ DocType: Integration Request,Reference DocName,સંદર્ભ DocName
DocType: Web Form,Success Message,સફળતા સંદેશો DocType: Web Form,Success Message,સફળતા સંદેશો
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,નિકાસ કસ્ટમાઇઝેશન apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,નિકાસ કસ્ટમાઇઝેશન
DocType: DocType,User Cannot Search,વપરાશકર્તા શોધ નથી કરી શકો છો DocType: DocType,User Cannot Search,વપરાશકર્તા શોધ નથી કરી શકો છો
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +83,Invalid Output Format,અમાન્ય આઉટપુટ ફોર્મેટ
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Invalid Output Format,અમાન્ય આઉટપુટ ફોર્મેટ
DocType: Custom DocPerm,Apply this rule if the User is the Owner,"વપરાશકર્તા માલિક છે, તો આ નિયમ લાગુ" DocType: Custom DocPerm,Apply this rule if the User is the Owner,"વપરાશકર્તા માલિક છે, તો આ નિયમ લાગુ"
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,તમારા લૉગિન આઈડી હશે apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,તમારા લૉગિન આઈડી હશે
apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,રિપોર્ટ બનાવો apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,રિપોર્ટ બનાવો
@@ -1713,10 +1713,11 @@ apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +138,There were e
apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,બંધ કરો apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,બંધ કરો
apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,0 થી 2 docstatus બદલી શકાતું નથી apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,0 થી 2 docstatus બદલી શકાતું નથી
DocType: User Permission for Page and Report,Roles Permission,ભૂમિકાઓ પરવાનગી DocType: User Permission for Page and Report,Roles Permission,ભૂમિકાઓ પરવાનગી
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,ઇમેઇલ એકાઉન્ટ સેટઅપ નથી કૃપા કરીને સેટઅપ&gt; ઇમેઇલ&gt; ઇમેઇલ એકાઉન્ટમાંથી એક નવું ઇમેઇલ એકાઉન્ટ બનાવો
apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,સુધારો apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,સુધારો
DocType: Error Snapshot,Snapshot View,સ્નેપશોટ જુઓ DocType: Error Snapshot,Snapshot View,સ્નેપશોટ જુઓ
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,મોકલતા પહેલા ન્યૂઝલેટર સેવ કરો apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,મોકલતા પહેલા ન્યૂઝલેટર સેવ કરો
apps/frappe/frappe/core/doctype/doctype/doctype.py +426,Options must be a valid DocType for field {0} in row {1},વિકલ્પો પંક્તિ માં ક્ષેત્ર {0} માટે માન્ય Doctype હોવા જ જોઈએ {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +430,Options must be a valid DocType for field {0} in row {1},વિકલ્પો પંક્તિ માં ક્ષેત્ર {0} માટે માન્ય Doctype હોવા જ જોઈએ {1}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,ગુણધર્મોમાં ફેરફાર કરો apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,ગુણધર્મોમાં ફેરફાર કરો
DocType: Patch Log,List of patches executed,પેચો યાદી ચલાવવામાં DocType: Patch Log,List of patches executed,પેચો યાદી ચલાવવામાં
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} પહેલાથી જ ઉમેદવારી દૂર apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} પહેલાથી જ ઉમેદવારી દૂર
@@ -1809,7 +1810,7 @@ apps/frappe/frappe/core/doctype/version/version_view.html +32,Rows Added,પં
apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,સફળતા! તમે જવા માટે સારા છે 👍 apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,સફળતા! તમે જવા માટે સારા છે 👍
apps/frappe/frappe/www/me.html +3,My Account,મારું ખાતું apps/frappe/frappe/www/me.html +3,My Account,મારું ખાતું
DocType: ToDo,Allocated To,માટે ફાળવવામાં DocType: ToDo,Allocated To,માટે ફાળવવામાં
apps/frappe/frappe/templates/emails/password_reset.html +4,Please click on the following link to set your new password,તમારો નવો પાસવર્ડ સુયોજિત કરવા માટે નીચેની લિંક પર ક્લિક કરો
apps/frappe/frappe/templates/emails/password_reset.html +2,Please click on the following link to set your new password,તમારો નવો પાસવર્ડ સુયોજિત કરવા માટે નીચેની લિંક પર ક્લિક કરો
DocType: Email Alert,Days After,દિવસો પછી DocType: Email Alert,Days After,દિવસો પછી
DocType: Newsletter,Receipient,RECEIPIENT DocType: Newsletter,Receipient,RECEIPIENT
DocType: Contact Us Settings,Settings for Contact Us Page,અમારો સંપર્ક પેજમાં માટે સુયોજનો DocType: Contact Us Settings,Settings for Contact Us Page,અમારો સંપર્ક પેજમાં માટે સુયોજનો
@@ -1823,7 +1824,7 @@ DocType: Property Setter,Property Type,સંપત્તિ પ્રકાર
DocType: Workflow State,screenshot,સ્ક્રીનશૉટ DocType: Workflow State,screenshot,સ્ક્રીનશૉટ
apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,માત્ર સંચાલક પ્રમાણભૂત અહેવાલ બચાવી શકો છો. નામ બદલો અને સેવ કરો. apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,માત્ર સંચાલક પ્રમાણભૂત અહેવાલ બચાવી શકો છો. નામ બદલો અને સેવ કરો.
DocType: System Settings,Background Workers,પૃષ્ઠભૂમિ કામદાર DocType: System Settings,Background Workers,પૃષ્ઠભૂમિ કામદાર
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,Fieldname {0} conflicting with meta object,FIELDNAME {0} મેટા પદાર્થ સાથે વિરોધાભાસી
apps/frappe/frappe/core/doctype/doctype/doctype.py +783,Fieldname {0} conflicting with meta object,FIELDNAME {0} મેટા પદાર્થ સાથે વિરોધાભાસી
DocType: Deleted Document,Data,ડેટા DocType: Deleted Document,Data,ડેટા
apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,દસ્તાવેજ સ્થિતિ apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,દસ્તાવેજ સ્થિતિ
apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},તમે કરેલા {0} ના {1} apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},તમે કરેલા {0} ના {1}
@@ -1887,7 +1888,6 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +70,"""Parent"" signif
DocType: Website Theme,Apply Style,શૈલી લાગુ DocType: Website Theme,Apply Style,શૈલી લાગુ
DocType: Feedback Request,Feedback Rating,પ્રતિસાદ રેટિંગ DocType: Feedback Request,Feedback Rating,પ્રતિસાદ રેટિંગ
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,સાથે વહેંચાયેલ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,સાથે વહેંચાયેલ
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,સેટઅપ&gt; વપરાશકર્તા પરવાનગીઓ વ્યવસ્થાપક
DocType: Help Category,Help Articles,મદદ લેખો DocType: Help Category,Help Articles,મદદ લેખો
,Modules Setup,મોડ્યુલો સેટઅપ ,Modules Setup,મોડ્યુલો સેટઅપ
apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,પ્રકાર: apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,પ્રકાર:
@@ -1933,12 +1933,11 @@ apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 2,વ
DocType: Feedback Trigger,Email Field,ઇમેઇલ ક્ષેત્ર DocType: Feedback Trigger,Email Field,ઇમેઇલ ક્ષેત્ર
apps/frappe/frappe/www/update-password.html +59,New Password Required.,નવો પાસવર્ડ જરૂરી છે. apps/frappe/frappe/www/update-password.html +59,New Password Required.,નવો પાસવર્ડ જરૂરી છે.
apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} સાથે આ દસ્તાવેજ શેર {1} apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} સાથે આ દસ્તાવેજ શેર {1}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,સેટઅપ&gt; વપરાશકર્તા
DocType: Website Settings,Brand Image,બ્રાન્ડ છબી DocType: Website Settings,Brand Image,બ્રાન્ડ છબી
DocType: Print Settings,A4,A4 DocType: Print Settings,A4,A4
apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","ટોચની સંશોધક પટ્ટીમાં, ફૂટર અને લોગો સેટઅપ." apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","ટોચની સંશોધક પટ્ટીમાં, ફૂટર અને લોગો સેટઅપ."
DocType: Web Form Field,Max Value,મેક્સ ભાવ DocType: Web Form Field,Max Value,મેક્સ ભાવ
apps/frappe/frappe/core/doctype/doctype/doctype.py +655,For {0} at level {1} in {2} in row {3},માટે {0} સ્તર {1} પર {2} પંક્તિ માં {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,For {0} at level {1} in {2} in row {3},માટે {0} સ્તર {1} પર {2} પંક્તિ માં {3}
DocType: Contact,All,બધા DocType: Contact,All,બધા
DocType: Email Queue,Recipient,પ્રાપ્તકર્તા DocType: Email Queue,Recipient,પ્રાપ્તકર્તા
DocType: Communication,Has Attachment,જોડાણ ધરાવે DocType: Communication,Has Attachment,જોડાણ ધરાવે
@@ -1956,7 +1955,7 @@ DocType: Auto Email Report,Email To,ઇમેલ
apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,ફોલ્ડર {0} ખાલી નથી apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,ફોલ્ડર {0} ખાલી નથી
DocType: Page,Roles,ભૂમિકાઓ DocType: Page,Roles,ભૂમિકાઓ
apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},ભૂલ: VALUE ખૂટે {0}: {1} apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},ભૂલ: VALUE ખૂટે {0}: {1}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +286,Field {0} is not selectable.,ક્ષેત્ર {0} પસંદ કરેલ નથી.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +287,Field {0} is not selectable.,ક્ષેત્ર {0} પસંદ કરેલ નથી.
DocType: System Settings,Session Expiry,સત્ર સમાપ્તિ DocType: System Settings,Session Expiry,સત્ર સમાપ્તિ
DocType: Workflow State,ban-circle,પ્રતિબંધ વર્તુળ DocType: Workflow State,ban-circle,પ્રતિબંધ વર્તુળ
DocType: Email Flag Queue,Unread,ન વાંચેલ DocType: Email Flag Queue,Unread,ન વાંચેલ
@@ -2014,7 +2013,7 @@ DocType: DocType,"Naming Options:
<ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",વિકલ્પો નામકરણ: <ol><li> <b>ક્ષેત્ર: [FIELDNAME]</b> - કરીને ક્ષેત્ર </li><li> <b>naming_series:</b> - સિરીઝ નામકરણ કરીને (ક્ષેત્ર કહેવાય naming_series હાજર હોવા જોઈએ </li><li> <b>પ્રોમ્પ્ટ</b> - એક નામ માટે પ્રોમ્પ્ટ વપરાશકર્તા </li><li> <b>[શ્રેણી]</b> - ઉપસર્ગ (કોઈ દ્વારા અલગ) દ્વારા સિરીઝ; ઉદાહરણ પ્રિ. ##### </li></ol> <ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",વિકલ્પો નામકરણ: <ol><li> <b>ક્ષેત્ર: [FIELDNAME]</b> - કરીને ક્ષેત્ર </li><li> <b>naming_series:</b> - સિરીઝ નામકરણ કરીને (ક્ષેત્ર કહેવાય naming_series હાજર હોવા જોઈએ </li><li> <b>પ્રોમ્પ્ટ</b> - એક નામ માટે પ્રોમ્પ્ટ વપરાશકર્તા </li><li> <b>[શ્રેણી]</b> - ઉપસર્ગ (કોઈ દ્વારા અલગ) દ્વારા સિરીઝ; ઉદાહરણ પ્રિ. ##### </li></ol>
DocType: Blog Post,Email Sent,ઇમેઇલ મોકલ્યો છે DocType: Blog Post,Email Sent,ઇમેઇલ મોકલ્યો છે
DocType: DocField,Ignore XSS Filter,એક્સએસએસ ફિલ્ટર અવગણો DocType: DocField,Ignore XSS Filter,એક્સએસએસ ફિલ્ટર અવગણો
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,removed,દૂર
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,removed,દૂર
apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,ડ્રૉપબૉક્સ બેકઅપ સેટિંગ્સ apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,ડ્રૉપબૉક્સ બેકઅપ સેટિંગ્સ
apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,ઈમેઈલ મોકલો apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,ઈમેઈલ મોકલો
DocType: Website Theme,Link Color,લિંક રંગ DocType: Website Theme,Link Color,લિંક રંગ
@@ -2147,6 +2146,7 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,બ
DocType: DocType,Setup,સ્થાપના DocType: DocType,Setup,સ્થાપના
DocType: Email Account,Initial Sync Count,આરંભિક સમન્વયન કાઉન્ટ DocType: Email Account,Initial Sync Count,આરંભિક સમન્વયન કાઉન્ટ
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},પર નવી ટિપ્પણી {0} {1} apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},પર નવી ટિપ્પણી {0} {1}
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} વર્ષ (ઓ) પહેલા
DocType: Workflow State,glass,કાચ DocType: Workflow State,glass,કાચ
DocType: DocType,Timeline Field,સમયરેખા ક્ષેત્ર DocType: DocType,Timeline Field,સમયરેખા ક્ષેત્ર
DocType: Country,Time Zones,સમય ઝોન DocType: Country,Time Zones,સમય ઝોન
@@ -2181,10 +2181,10 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +77,You are not
apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,માહિતી: apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,માહિતી:
DocType: Custom Field,Permission Level,પરવાનગી સ્તર DocType: Custom Field,Permission Level,પરવાનગી સ્તર
DocType: User,Send Notifications for Transactions I Follow,હું અનુસરો વ્યવહારો માટે સૂચનો મોકલવા DocType: User,Send Notifications for Transactions I Follow,હું અનુસરો વ્યવહારો માટે સૂચનો મોકલવા
apps/frappe/frappe/core/doctype/doctype/doctype.py +698,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: સબમિટ રદ, લખો વગર સુધારો સેટ કરી શકાતો નથી"
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: સબમિટ રદ, લખો વગર સુધારો સેટ કરી શકાતો નથી"
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,તમે જોડાણ કાઢી નાખવા માંગો છો તમને ખાતરી છે? apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,તમે જોડાણ કાઢી નાખવા માંગો છો તમને ખાતરી છે?
apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","કાઢી નાખો અથવા કારણ કે {0} રદ કરી શકાતું નથી <a href=""#Form/{0}/{1}"">{1}</a> સાથે કડી થયેલ છે {2} <a href=""#Form/{2}/{3}"">{3}</a>" apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","કાઢી નાખો અથવા કારણ કે {0} રદ કરી શકાતું નથી <a href=""#Form/{0}/{1}"">{1}</a> સાથે કડી થયેલ છે {2} <a href=""#Form/{2}/{3}"">{3}</a>"
apps/frappe/frappe/__init__.py +1070,Thank you,આભાર
apps/frappe/frappe/__init__.py +1071,Thank you,આભાર
apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,સાચવી apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,સાચવી
DocType: Print Settings,Print Style Preview,શૈલી પૂર્વાવલોકન છાપો DocType: Print Settings,Print Style Preview,શૈલી પૂર્વાવલોકન છાપો
apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder
@@ -2228,7 +2228,7 @@ apps/frappe/frappe/public/js/frappe/list/list_renderer.js +501,2 days ago,2 દ
apps/frappe/frappe/config/website.py +47,Categorize blog posts.,બ્લોગ પોસ્ટ્સ વર્ગીકૃત કરો. apps/frappe/frappe/config/website.py +47,Categorize blog posts.,બ્લોગ પોસ્ટ્સ વર્ગીકૃત કરો.
DocType: Workflow State,Time,સમય DocType: Workflow State,Time,સમય
DocType: DocField,Attach,જોડો DocType: DocField,Attach,જોડો
apps/frappe/frappe/core/doctype/doctype/doctype.py +539,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} માન્ય FIELDNAME પેટર્ન નથી. તે પ્રયત્ન કરીશું {{FIELD_NAME}}.
apps/frappe/frappe/core/doctype/doctype/doctype.py +543,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} માન્ય FIELDNAME પેટર્ન નથી. તે પ્રયત્ન કરીશું {{FIELD_NAME}}.
DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,"પ્રતિસાદ વિનંતી મોકલો તો જ ત્યાં છે, ઓછામાં ઓછા એક સંચાર દસ્તાવેજ માટે ઉપલબ્ધ છે." DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,"પ્રતિસાદ વિનંતી મોકલો તો જ ત્યાં છે, ઓછામાં ઓછા એક સંચાર દસ્તાવેજ માટે ઉપલબ્ધ છે."
DocType: Custom Role,Permission Rules,પરવાનગી નિયમો DocType: Custom Role,Permission Rules,પરવાનગી નિયમો
DocType: GSuite Settings,GSuite Settings,GSuite સેટિંગ્સ DocType: GSuite Settings,GSuite Settings,GSuite સેટિંગ્સ
@@ -2248,7 +2248,7 @@ apps/frappe/frappe/website/doctype/blog_post/blog_post.py +106,Posts by {0},દ
apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","બંધારણમાં સ્તંભો, ક્વેરી માં કૉલમ લેબલ્સ આપો." apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","બંધારણમાં સ્તંભો, ક્વેરી માં કૉલમ લેબલ્સ આપો."
DocType: Has Domain,Has Domain,ડોમેનની DocType: Has Domain,Has Domain,ડોમેનની
apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,એક એકાઉન્ટ નથી? સાઇન અપ કરો apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,એક એકાઉન્ટ નથી? સાઇન અપ કરો
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,{0}: Cannot set Assign Amend if not Submittable,"{0}: Submittable જો નહિં, તો સોંપો સુધારો સેટ કરી શકાતો નથી"
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set Assign Amend if not Submittable,"{0}: Submittable જો નહિં, તો સોંપો સુધારો સેટ કરી શકાતો નથી"
DocType: Address,Bihar,બિહાર DocType: Address,Bihar,બિહાર
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,સંપાદિત કરો ભૂમિકા પરવાનગીઓ apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,સંપાદિત કરો ભૂમિકા પરવાનગીઓ
DocType: Communication,Link DocType,લિંક Doctype DocType: Communication,Link DocType,લિંક Doctype
@@ -2299,7 +2299,7 @@ DocType: DocField,Set non-standard precision for a Float or Currency field,એ
DocType: Email Account,Ignore attachments over this size,આ માપ પર જોડાણો અવગણો DocType: Email Account,Ignore attachments over this size,આ માપ પર જોડાણો અવગણો
DocType: Address,Preferred Billing Address,મનપસંદ બિલિંગ સરનામું DocType: Address,Preferred Billing Address,મનપસંદ બિલિંગ સરનામું
apps/frappe/frappe/config/integrations.py +63,External Documents,બાહ્ય દસ્તાવેજો apps/frappe/frappe/config/integrations.py +63,External Documents,બાહ્ય દસ્તાવેજો
apps/frappe/frappe/database.py +235,Too many writes in one request. Please send smaller requests,ઘણા એક વિનંતી લખે છે. નાના વિનંતીઓ મોકલી કરો
apps/frappe/frappe/database.py +247,Too many writes in one request. Please send smaller requests,ઘણા એક વિનંતી લખે છે. નાના વિનંતીઓ મોકલી કરો
apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,મૂલ્યો બદલી apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,મૂલ્યો બદલી
DocType: Workflow State,arrow-up,તીર અપ DocType: Workflow State,arrow-up,તીર અપ
DocType: OAuth Bearer Token,Expires In,સમાપ્ત થાય છે DocType: OAuth Bearer Token,Expires In,સમાપ્ત થાય છે
@@ -2347,7 +2347,7 @@ apps/frappe/frappe/core/page/data_import_tool/importer.py +81,Please make sure t
apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,તમારી પ્રોફાઇલ ઇમેઇલ સરનામું છે કે જે ખાતરી કરો apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,તમારી પ્રોફાઇલ ઇમેઇલ સરનામું છે કે જે ખાતરી કરો
apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,તમે આ ફોર્મ સંગ્રહ ન કરેલા ફેરફારો છે. તમે આ ચાલુ રાખવા પહેલાં સેવ કરો. apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,તમે આ ફોર્મ સંગ્રહ ન કરેલા ફેરફારો છે. તમે આ ચાલુ રાખવા પહેલાં સેવ કરો.
DocType: Address,Telangana,તેલંગાણા DocType: Address,Telangana,તેલંગાણા
apps/frappe/frappe/core/doctype/doctype/doctype.py +459,Default for {0} must be an option,{0} એક વિકલ્પ હોઈ જ જોઈએ માટે મૂળભૂત
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Default for {0} must be an option,{0} એક વિકલ્પ હોઈ જ જોઈએ માટે મૂળભૂત
DocType: Tag Doc Category,Tag Doc Category,ટેગ ડૉક વર્ગ DocType: Tag Doc Category,Tag Doc Category,ટેગ ડૉક વર્ગ
DocType: User,User Image,વપરાશકર્તા છબી DocType: User,User Image,વપરાશકર્તા છબી
apps/frappe/frappe/email/queue.py +304,Emails are muted,ઇમેઇલ્સ મ્યૂટ છે apps/frappe/frappe/email/queue.py +304,Emails are muted,ઇમેઇલ્સ મ્યૂટ છે
@@ -2392,7 +2392,7 @@ DocType: Async Task,Running,ચાલી રહેલ
apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,પાસવર્ડ રીસેટ કરો apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,પાસવર્ડ રીસેટ કરો
apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,કૃપા કરીને વધુ કરતાં {0} ગ્રાહકો ઉમેરવા માટે સુધારો apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,કૃપા કરીને વધુ કરતાં {0} ગ્રાહકો ઉમેરવા માટે સુધારો
DocType: Workflow State,hand-left,હાથ છોડી DocType: Workflow State,hand-left,હાથ છોડી
apps/frappe/frappe/core/doctype/doctype/doctype.py +472,Fieldtype {0} for {1} cannot be unique,Fieldtype {0} {1} અનન્ય કરી શકાય નહીં
apps/frappe/frappe/core/doctype/doctype/doctype.py +476,Fieldtype {0} for {1} cannot be unique,Fieldtype {0} {1} અનન્ય કરી શકાય નહીં
DocType: Email Account,Use SSL,ઉપયોગ SSL DocType: Email Account,Use SSL,ઉપયોગ SSL
DocType: Workflow State,play-circle,નાટક વર્તુળ DocType: Workflow State,play-circle,નાટક વર્તુળ
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,ફેરફાર કરવા માટે પ્રિન્ટ ફોર્મેટ પસંદ apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,ફેરફાર કરવા માટે પ્રિન્ટ ફોર્મેટ પસંદ
@@ -2447,7 +2447,7 @@ DocType: DocField,No Copy,કોઈ નકલ
DocType: Workflow State,qrcode,QRCode DocType: Workflow State,qrcode,QRCode
apps/frappe/frappe/www/login.html +34,Login with LDAP,LDAP સાથે પ્રવેશ apps/frappe/frappe/www/login.html +34,Login with LDAP,LDAP સાથે પ્રવેશ
DocType: Web Form,Breadcrumbs,બ્રેડક્રમ્સમાં DocType: Web Form,Breadcrumbs,બ્રેડક્રમ્સમાં
apps/frappe/frappe/core/doctype/doctype/doctype.py +671,If Owner,માલિક તો
apps/frappe/frappe/core/doctype/doctype/doctype.py +675,If Owner,માલિક તો
DocType: OAuth Authorization Code,Expiration time,સમાપ્તિ સમય DocType: OAuth Authorization Code,Expiration time,સમાપ્તિ સમય
DocType: Web Page,Website Sidebar,વેબસાઇટ સાઇડબાર DocType: Web Page,Website Sidebar,વેબસાઇટ સાઇડબાર
DocType: Web Form,Show Sidebar,બતાવો સાઇડબાર DocType: Web Form,Show Sidebar,બતાવો સાઇડબાર
@@ -2607,6 +2607,7 @@ DocType: Portal Settings,Hide Standard Menu,સ્ટાન્ડર્ડ મ
apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,ઉમેરો / ઇમેઇલ ડોમેન્સ મેનેજ કરો. apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,ઉમેરો / ઇમેઇલ ડોમેન્સ મેનેજ કરો.
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},સબમિટ પહેલાં રદ ન કરી શકો છો. જુઓ ટ્રાન્ઝિશન {0} apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},સબમિટ પહેલાં રદ ન કરી શકો છો. જુઓ ટ્રાન્ઝિશન {0}
apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,પ્રિન્ટ ફોર્મેટ {0} અક્ષમ છે apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,પ્રિન્ટ ફોર્મેટ {0} અક્ષમ છે
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,કૃપા કરીને સેટઅપ&gt; ઇમેઇલ&gt; ઇમેઇલ એકાઉન્ટમાંથી ડિફોલ્ટ ઇમેઇલ એકાઉન્ટ સેટ કરો
DocType: Email Alert,Send days before or after the reference date,પહેલાં અથવા સંદર્ભ તારીખ પછી દિવસો મોકલો DocType: Email Alert,Send days before or after the reference date,પહેલાં અથવા સંદર્ભ તારીખ પછી દિવસો મોકલો
DocType: User,Allow user to login only after this hour (0-24),વપરાશકર્તા માત્ર આ કલાક પછી પ્રવેશ કરવા માટે (0-24) માટે પરવાનગી આપે છે DocType: User,Allow user to login only after this hour (0-24),વપરાશકર્તા માત્ર આ કલાક પછી પ્રવેશ કરવા માટે (0-24) માટે પરવાનગી આપે છે
apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,ભાવ apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,ભાવ
@@ -2622,7 +2623,6 @@ DocType: ToDo,Priority,પ્રાધાન્યતા
DocType: Email Queue,Unsubscribe Param,ઉમેદવારી દૂર કરો પરમ DocType: Email Queue,Unsubscribe Param,ઉમેદવારી દૂર કરો પરમ
DocType: Auto Email Report,Weekly,અઠવાડિક DocType: Auto Email Report,Weekly,અઠવાડિક
DocType: Communication,In Reply To,જવાબમાં DocType: Communication,In Reply To,જવાબમાં
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,કોઈ ડિફૉલ્ટ સરનામું ટેમ્પલેટ મળ્યું નથી કૃપા કરીને સેટઅપ&gt; પ્રિન્ટિંગ અને બ્રાંડિંગ&gt; સરનામું ઢાંચોમાંથી એક નવું બનાવો.
DocType: DocType,Allow Import (via Data Import Tool),આયાત મંજૂરી આપો (ડેટા આયાત સાધન મારફતે) DocType: DocType,Allow Import (via Data Import Tool),આયાત મંજૂરી આપો (ડેટા આયાત સાધન મારફતે)
apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,SR apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,SR
DocType: DocField,Float,ફ્લોટ DocType: DocField,Float,ફ્લોટ
@@ -2665,7 +2665,7 @@ apps/frappe/frappe/templates/emails/auto_reply.html +1,Thank you for your email,
DocType: DocField,Small Text,નાની ટેક્સ્ટ DocType: DocField,Small Text,નાની ટેક્સ્ટ
apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,સંચાલક ઍક્સેસ {0} પર {1} IP સરનામું મારફતે {2}. apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,સંચાલક ઍક્સેસ {0} પર {1} IP સરનામું મારફતે {2}.
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,સમકક્ષ apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,સમકક્ષ
apps/frappe/frappe/core/doctype/doctype/doctype.py +453,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',ક્ષેત્રમાં વિકલ્પો &#39;ડાયનેમિક કડી&#39; પ્રકાર &#39;Doctype&#39; તરીકે વિકલ્પો સાથે અન્ય લિંક ક્ષેત્ર માટે નિર્દેશ જ જોઈએ
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',ક્ષેત્રમાં વિકલ્પો &#39;ડાયનેમિક કડી&#39; પ્રકાર &#39;Doctype&#39; તરીકે વિકલ્પો સાથે અન્ય લિંક ક્ષેત્ર માટે નિર્દેશ જ જોઈએ
DocType: About Us Settings,Team Members Heading,મથાળું ટીમના સભ્યો DocType: About Us Settings,Team Members Heading,મથાળું ટીમના સભ્યો
apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,અમાન્ય CSV ફોર્મેટ apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,અમાન્ય CSV ફોર્મેટ
apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,સેટ બેકઅપ સંખ્યા apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,સેટ બેકઅપ સંખ્યા
@@ -2699,7 +2699,7 @@ DocType: Kanban Board Column,Column Name,સ્તંભ નામ
DocType: Language,Based On,પર આધારિત DocType: Language,Based On,પર આધારિત
apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,ડિફૉલ્ટ બનાવો apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,ડિફૉલ્ટ બનાવો
apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,તપાસો Frappe સર્વર URL apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,તપાસો Frappe સર્વર URL
apps/frappe/frappe/core/doctype/doctype/doctype.py +495,Fieldtype {0} for {1} cannot be indexed,Fieldtype {0} {1} અનુક્રમિત કરી શકાય નહીં
apps/frappe/frappe/core/doctype/doctype/doctype.py +499,Fieldtype {0} for {1} cannot be indexed,Fieldtype {0} {1} અનુક્રમિત કરી શકાય નહીં
DocType: Communication,Email Account,ઇમેઇલ એકાઉન્ટ DocType: Communication,Email Account,ઇમેઇલ એકાઉન્ટ
DocType: Workflow State,Download,ડાઉનલોડ કરો DocType: Workflow State,Download,ડાઉનલોડ કરો
DocType: Blog Post,Blog Intro,પ્રસ્તાવના બ્લોગ DocType: Blog Post,Blog Intro,પ્રસ્તાવના બ્લોગ
@@ -2731,15 +2731,15 @@ apps/frappe/frappe/email/doctype/email_group/email_group.js +45,New Newsletter,
DocType: Print Settings,Send Print as PDF,પીડીએફ તરીકે છાપો મોકલો DocType: Print Settings,Send Print as PDF,પીડીએફ તરીકે છાપો મોકલો
DocType: Web Form,Amount,રકમ DocType: Web Form,Amount,રકમ
DocType: Workflow Transition,Allowed,મંજૂર DocType: Workflow Transition,Allowed,મંજૂર
apps/frappe/frappe/core/doctype/doctype/doctype.py +502,There can be only one Fold in a form,એક સ્વરૂપ માં માત્ર એક ગડી હોઈ શકે છે
apps/frappe/frappe/core/doctype/doctype/doctype.py +506,There can be only one Fold in a form,એક સ્વરૂપ માં માત્ર એક ગડી હોઈ શકે છે
apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},માટે ફાઇલ ફોર્મેટ લખવા માટે અસમર્થ {0} apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},માટે ફાઇલ ફોર્મેટ લખવા માટે અસમર્થ {0}
apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,મૂળભૂત સુયોજનો પુનઃસ્થાપિત? apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,મૂળભૂત સુયોજનો પુનઃસ્થાપિત?
apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,અમાન્ય મુખ્ય પૃષ્ઠ પેજમાં apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,અમાન્ય મુખ્ય પૃષ્ઠ પેજમાં
apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,અમાન્ય લૉગિન. ફરીથી પ્રયત્ન કરો. apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,અમાન્ય લૉગિન. ફરીથી પ્રયત્ન કરો.
apps/frappe/frappe/core/doctype/doctype/doctype.py +420,Options required for Link or Table type field {0} in row {1},લિંક અથવા પંક્તિ ટેબલ પ્રકાર ક્ષેત્ર {0} માટે જરૂરી વિકલ્પો {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +424,Options required for Link or Table type field {0} in row {1},લિંક અથવા પંક્તિ ટેબલ પ્રકાર ક્ષેત્ર {0} માટે જરૂરી વિકલ્પો {1}
DocType: Auto Email Report,Send only if there is any data,માત્ર મોકલો જો ત્યાં કોઈપણ માહિતી છે DocType: Auto Email Report,Send only if there is any data,માત્ર મોકલો જો ત્યાં કોઈપણ માહિતી છે
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,રીસેટ ગાળકો apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,રીસેટ ગાળકો
apps/frappe/frappe/core/doctype/doctype/doctype.py +688,{0}: Permission at level 0 must be set before higher levels are set,{0}: ઉચ્ચ સ્તરો સેટ થાય તે પહેલા સ્તર 0 પરવાનગી સુયોજિત થયેલ હોવું જ જોઈએ
apps/frappe/frappe/core/doctype/doctype/doctype.py +692,{0}: Permission at level 0 must be set before higher levels are set,{0}: ઉચ્ચ સ્તરો સેટ થાય તે પહેલા સ્તર 0 પરવાનગી સુયોજિત થયેલ હોવું જ જોઈએ
apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},સોંપણી દ્વારા બંધ {0} apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},સોંપણી દ્વારા બંધ {0}
DocType: Integration Request,Remote,દૂરસ્થ DocType: Integration Request,Remote,દૂરસ્થ
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,ગણતરી apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,ગણતરી
@@ -2759,7 +2759,7 @@ DocType: DocField,Perm Level,પર્મ સ્તર
apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,આજે કૅલેન્ડર ઘટનાઓ apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,આજે કૅલેન્ડર ઘટનાઓ
DocType: Web Page,Web Page,વેબ પેજ DocType: Web Page,Web Page,વેબ પેજ
DocType: Blog Category,Blogger,બ્લોગર DocType: Blog Category,Blogger,બ્લોગર
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In Global Search' not allowed for type {0} in row {1},ગ્લોબલ સર્ચ &#39;પ્રકાર માટે મંજૂરી નથી {0} પંક્તિમાં {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +449,'In Global Search' not allowed for type {0} in row {1},ગ્લોબલ સર્ચ &#39;પ્રકાર માટે મંજૂરી નથી {0} પંક્તિમાં {1}
apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,યાદી જુઓ apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,યાદી જુઓ
apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},તારીખ બંધારણમાં જ હોવી જોઈએ: {0} apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},તારીખ બંધારણમાં જ હોવી જોઈએ: {0}
DocType: Workflow,Don't Override Status,સ્થિતિ પર ફરીથી કરો DocType: Workflow,Don't Override Status,સ્થિતિ પર ફરીથી કરો
@@ -2808,7 +2808,7 @@ DocType: Website Theme,Background,પૃષ્ઠભૂમિ
DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","વપરાશકર્તા પરવાનગીઓ લાગુ કરવા માટે વપરાય DocTypes JSON યાદી. ખાલી હોય તો, બધા કડી DocTypes વપરાશકર્તા પરવાનગીઓ લાગુ કરવા માટે ઉપયોગ કરવામાં આવશે." DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","વપરાશકર્તા પરવાનગીઓ લાગુ કરવા માટે વપરાય DocTypes JSON યાદી. ખાલી હોય તો, બધા કડી DocTypes વપરાશકર્તા પરવાનગીઓ લાગુ કરવા માટે ઉપયોગ કરવામાં આવશે."
DocType: Report,Ref DocType,સંદર્ભ Doctype DocType: Report,Ref DocType,સંદર્ભ Doctype
apps/frappe/frappe/www/feedback.py +42,Please add a rating,રેટિંગ ઉમેરો apps/frappe/frappe/www/feedback.py +42,Please add a rating,રેટિંગ ઉમેરો
apps/frappe/frappe/core/doctype/doctype/doctype.py +700,{0}: Cannot set Amend without Cancel,{0}: વિના રદ સુધારો સેટ કરી શકાતો નથી
apps/frappe/frappe/core/doctype/doctype/doctype.py +704,{0}: Cannot set Amend without Cancel,{0}: વિના રદ સુધારો સેટ કરી શકાતો નથી
apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,સંપૂર્ણ પેજમાં apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,સંપૂર્ણ પેજમાં
DocType: DocType,Is Child Table,બાળ ટેબલ છે DocType: DocType,Is Child Table,બાળ ટેબલ છે
apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} એક હોવો જ જોઈએ {1} apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} એક હોવો જ જોઈએ {1}
@@ -2837,7 +2837,7 @@ DocType: Event,Send an email reminder in the morning,સવારે એક ઇ
DocType: Blog Post,Published On,પર પ્રકાશિત DocType: Blog Post,Published On,પર પ્રકાશિત
DocType: Contact,Gender,જાતિ DocType: Contact,Gender,જાતિ
apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,મેન્ડેટરી માહિતી ગુમ: apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,મેન્ડેટરી માહિતી ગુમ:
apps/frappe/frappe/core/doctype/doctype/doctype.py +492,Field '{0}' cannot be set as Unique as it has non-unique values,ફીલ્ડ &#39;{0}&#39; તે બિન અનન્ય કિંમતો છે કે અનન્ય તરીકે સેટ કરી શકાય છે
apps/frappe/frappe/core/doctype/doctype/doctype.py +496,Field '{0}' cannot be set as Unique as it has non-unique values,ફીલ્ડ &#39;{0}&#39; તે બિન અનન્ય કિંમતો છે કે અનન્ય તરીકે સેટ કરી શકાય છે
apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,માત્ર 200 દાખલ એક વિનંતી માન્ય apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,માત્ર 200 દાખલ એક વિનંતી માન્ય
DocType: Footer Item,URL,URL ને DocType: Footer Item,URL,URL ને
DocType: ToDo,Reference Type,સંદર્ભ પ્રકાર DocType: ToDo,Reference Type,સંદર્ભ પ્રકાર
@@ -2880,8 +2880,8 @@ apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +135,Please save
apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} ગ્રાહકો ઉમેર્યા apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} ગ્રાહકો ઉમેર્યા
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,નથી apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,નથી
DocType: Workflow State,star,સ્ટાર DocType: Workflow State,star,સ્ટાર
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +228,values separated by commas,કિંમતો અલ્પવિરામ દ્વારા અલગ
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Max width for type Currency is 100px in row {0},પ્રકાર કરન્સી માટે મહત્તમ પહોળાઈ પંક્તિ માં 100 પીએક્સ છે {0}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,values separated by commas,કિંમતો અલ્પવિરામ દ્વારા અલગ
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,Max width for type Currency is 100px in row {0},પ્રકાર કરન્સી માટે મહત્તમ પહોળાઈ પંક્તિ માં 100 પીએક્સ છે {0}
apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},માટે તમારા પ્રતિભાવ શેર કરો {0} apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},માટે તમારા પ્રતિભાવ શેર કરો {0}
apps/frappe/frappe/config/website.py +13,Content web page.,સામગ્રી વેબ પાનું. apps/frappe/frappe/config/website.py +13,Content web page.,સામગ્રી વેબ પાનું.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,એક નવી ભૂમિકા ઉમેરો apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,એક નવી ભૂમિકા ઉમેરો
@@ -2899,7 +2899,7 @@ apps/frappe/frappe/public/js/frappe/desk.js +383,Please Enter Your Password to C
apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,માન્ય LDAP વપરાશકર્તા apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,માન્ય LDAP વપરાશકર્તા
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} માન્ય રાજ્ય apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} માન્ય રાજ્ય
apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',કૃપા કરીને બીજી ચુકવણી પદ્ધતિ પસંદ કરો. પેપાલ ચલણ વ્યવહારો ટેકો આપતાં નથી &#39;{0}&#39; apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',કૃપા કરીને બીજી ચુકવણી પદ્ધતિ પસંદ કરો. પેપાલ ચલણ વ્યવહારો ટેકો આપતાં નથી &#39;{0}&#39;
apps/frappe/frappe/core/doctype/doctype/doctype.py +519,Search field {0} is not valid,શોધ ક્ષેત્ર {0} માન્ય નથી
apps/frappe/frappe/core/doctype/doctype/doctype.py +523,Search field {0} is not valid,શોધ ક્ષેત્ર {0} માન્ય નથી
DocType: Workflow State,ok-circle,બરાબર વર્તુળ DocType: Workflow State,ok-circle,બરાબર વર્તુળ
apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',તમે પૂછવા &#39;ગ્રાહકો નારંગી શોધવા&#39; દ્વારા વસ્તુઓ શોધી શકો છો apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',તમે પૂછવા &#39;ગ્રાહકો નારંગી શોધવા&#39; દ્વારા વસ્તુઓ શોધી શકો છો
apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,માફ કરશો! વપરાશકર્તા તેમની પોતાની રેકોર્ડ સંપૂર્ણ વપરાશ હોવો જોઈએ. apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,માફ કરશો! વપરાશકર્તા તેમની પોતાની રેકોર્ડ સંપૂર્ણ વપરાશ હોવો જોઈએ.
@@ -2968,7 +2968,7 @@ DocType: User,Background Style,પૃષ્ઠભૂમિ શૈલી
apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},મર્જ {0} માં {1} apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},મર્જ {0} માં {1}
DocType: System Settings,mm-dd-yyyy,MM-ડીડી YYYY DocType: System Settings,mm-dd-yyyy,MM-ડીડી YYYY
apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} લૉગ ઇન apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} લૉગ ઇન
apps/frappe/frappe/templates/emails/new_user.html +4,Your login id is,તમારી લૉગિન આઈડી છે
apps/frappe/frappe/templates/emails/new_user.html +3,Your login id is,તમારી લૉગિન આઈડી છે
DocType: OAuth Client,Skip Authorization,Skip અધિકૃતતા DocType: OAuth Client,Skip Authorization,Skip અધિકૃતતા
DocType: Web Form,Amount Field,રકમ ક્ષેત્ર DocType: Web Form,Amount Field,રકમ ક્ષેત્ર
DocType: Dropbox Settings,Send Notifications To,સૂચના મોકલો DocType: Dropbox Settings,Send Notifications To,સૂચના મોકલો


+ 64
- 65
frappe/translations/he.csv View File

@@ -42,7 +42,7 @@ apps/frappe/frappe/model/document.py +904,Beginning with,החל מ
apps/frappe/frappe/core/page/data_import_tool/exporter.py +52,Data Import Template,נתוני יבוא תבנית apps/frappe/frappe/core/page/data_import_tool/exporter.py +52,Data Import Template,נתוני יבוא תבנית
apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,הורה apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,הורה
DocType: About Us Settings,"""Team Members"" or ""Management""","""חברי צוות"" או ""ניהול""" DocType: About Us Settings,"""Team Members"" or ""Management""","""חברי צוות"" או ""ניהול"""
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Default for 'Check' type of field must be either '0' or '1',"ברירת מחדל עבור סוג השדה ""בדוק"" חייבת להיות או '0' '1'"
apps/frappe/frappe/core/doctype/doctype/doctype.py +461,Default for 'Check' type of field must be either '0' or '1',"ברירת מחדל עבור סוג השדה ""בדוק"" חייבת להיות או '0' '1'"
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,אתמול apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,אתמול
DocType: Contact,Designation,ייעוד DocType: Contact,Designation,ייעוד
DocType: Test Runner,Test Runner,המבחן ראנר DocType: Test Runner,Test Runner,המבחן ראנר
@@ -54,7 +54,7 @@ DocType: Workflow State,th-large,ה-גדול
DocType: Communication,Unread Notification Sent,הודעה שלא נקראה נשלחה DocType: Communication,Unread Notification Sent,הודעה שלא נקראה נשלחה
apps/frappe/frappe/public/js/frappe/misc/tools.js +8,Export not allowed. You need {0} role to export.,יצוא אסור. אתה צריך {0} תפקיד ליצוא. apps/frappe/frappe/public/js/frappe/misc/tools.js +8,Export not allowed. You need {0} role to export.,יצוא אסור. אתה צריך {0} תפקיד ליצוא.
DocType: Email Group,Email Group,קבוצת דוא&quot;ל DocType: Email Group,Email Group,קבוצת דוא&quot;ל
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Not Like,לא כמו
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Not Like,לא כמו
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,הגדר את תווית התצוגה עבור השדה apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,הגדר את תווית התצוגה עבור השדה
apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},ערך שגוי: {0} חייב להיות {1} {2} apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},ערך שגוי: {0} חייב להיות {1} {2}
apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","מאפייני שדה שינוי (להסתיר, לקריאה בלבד, וכו 'רשות)" apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","מאפייני שדה שינוי (להסתיר, לקריאה בלבד, וכו 'רשות)"
@@ -122,7 +122,7 @@ DocType: Workflow State,circle-arrow-up,המעגל-חץ-עד
apps/frappe/frappe/public/js/frappe/upload.js +296,Uploading...,מעלה ... apps/frappe/frappe/public/js/frappe/upload.js +296,Uploading...,מעלה ...
DocType: Workflow State,italic,נטוי DocType: Workflow State,italic,נטוי
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,לכולם apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,לכולם
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,{0}: Cannot set Import without Create,{0}: לא ניתן להגדיר יבוא ללא יצירה
apps/frappe/frappe/core/doctype/doctype/doctype.py +706,{0}: Cannot set Import without Create,{0}: לא ניתן להגדיר יבוא ללא יצירה
apps/frappe/frappe/config/desk.py +26,Event and other calendars.,אירוע ולוחות שנה אחרת. apps/frappe/frappe/config/desk.py +26,Event and other calendars.,אירוע ולוחות שנה אחרת.
apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,גרור כדי למיין עמודות apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,גרור כדי למיין עמודות
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +2,Widths can be set in px or %.,ניתן להגדיר רוחב בpx או%. apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +2,Widths can be set in px or %.,ניתן להגדיר רוחב בpx או%.
@@ -177,7 +177,7 @@ DocType: Workflow State,Filter,מסנן
apps/frappe/frappe/model/db_schema.py +564,Fieldname {0} cannot have special characters like {1},Fieldname {0} לא יכול להיות תווים מיוחדים כמו {1} apps/frappe/frappe/model/db_schema.py +564,Fieldname {0} cannot have special characters like {1},Fieldname {0} לא יכול להיות תווים מיוחדים כמו {1}
apps/frappe/frappe/config/setup.py +121,Update many values at one time.,עדכון ערכים רבים בבת אחת. apps/frappe/frappe/config/setup.py +121,Update many values at one time.,עדכון ערכים רבים בבת אחת.
apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,שגיאה: המסמך השתנה לאחר שפתחת אותו apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,שגיאה: המסמך השתנה לאחר שפתחת אותו
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0}: Cannot set Assign Submit if not Submittable,{0}: לא ניתן להגדיר הקצאה שלח אם לא Submittable
apps/frappe/frappe/core/doctype/doctype/doctype.py +727,{0}: Cannot set Assign Submit if not Submittable,{0}: לא ניתן להגדיר הקצאה שלח אם לא Submittable
DocType: Social Login Keys,Facebook,פייסבוק DocType: Social Login Keys,Facebook,פייסבוק
apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",מסונן על ידי &quot;{0}&quot; apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",מסונן על ידי &quot;{0}&quot;
DocType: Salutation,Administrator,מנהל DocType: Salutation,Administrator,מנהל
@@ -196,7 +196,7 @@ DocType: User,Get your globally recognized avatar from Gravatar.com,קבל גל
apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","המנוי שלך פג ב {0}. כדי לחדש, {1}." apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","המנוי שלך פג ב {0}. כדי לחדש, {1}."
DocType: Workflow State,plus-sign,תוספת-סימן DocType: Workflow State,plus-sign,תוספת-סימן
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,התקנה כבר מלאה apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,התקנה כבר מלאה
apps/frappe/frappe/__init__.py +897,App {0} is not installed,האפליקציה {0} אינה מותקנת
apps/frappe/frappe/__init__.py +898,App {0} is not installed,האפליקציה {0} אינה מותקנת
DocType: Workflow State,Refresh,רענן DocType: Workflow State,Refresh,רענן
DocType: Event,Public,ציבור DocType: Event,Public,ציבור
apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,מה להראות apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,מה להראות
@@ -214,7 +214,7 @@ DocType: Customize Form,"Customize Label, Print Hide, Default etc.","התאמה
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html +16,Create a New Format,צור פורמט חדש apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html +16,Create a New Format,צור פורמט חדש
DocType: Customize Form,Is Table,האם לוח DocType: Customize Form,Is Table,האם לוח
DocType: Website Settings,Set Banner from Image,באנר להגדיר מתמונה DocType: Website Settings,Set Banner from Image,באנר להגדיר מתמונה
apps/frappe/frappe/templates/emails/new_user.html +3,A new account has been created for you at {0},חשבון חדש נוצר עבורך {0}
apps/frappe/frappe/templates/emails/new_user.html +2,A new account has been created for you at {0},חשבון חדש נוצר עבורך {0}
apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),נמען הזן דואר אלקטרוני (ים) apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),נמען הזן דואר אלקטרוני (ים)
DocType: Print Format,Verdana,Verdana DocType: Print Format,Verdana,Verdana
apps/frappe/frappe/utils/bot.py +83,Can't identify open {0}. Try something else.,אין אפשרות לזהות פתוחה {0}. נסה משהו אחר. apps/frappe/frappe/utils/bot.py +83,Can't identify open {0}. Try something else.,אין אפשרות לזהות פתוחה {0}. נסה משהו אחר.
@@ -272,19 +272,19 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are upload
apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,קבל התראות עבור היום apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,קבל התראות עבור היום
apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,ניתן לשנות את שם DOCTYPE רק על ידי מנהל apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,ניתן לשנות את שם DOCTYPE רק על ידי מנהל
DocType: Report,JSON,JSON DocType: Report,JSON,JSON
apps/frappe/frappe/core/doctype/doctype/doctype.py +509,Fold can not be at the end of the form,קיפול לא יכול להיות בסופו של הטופס
apps/frappe/frappe/core/doctype/doctype/doctype.py +513,Fold can not be at the end of the form,קיפול לא יכול להיות בסופו של הטופס
DocType: Communication,Bounced,קיפץ DocType: Communication,Bounced,קיפץ
apps/frappe/frappe/config/setup.py +14,System and Website Users,משתמשי מערכת ואתר apps/frappe/frappe/config/setup.py +14,System and Website Users,משתמשי מערכת ואתר
DocType: Workflow Document State,Doc Status,סטטוס דוק DocType: Workflow Document State,Doc Status,סטטוס דוק
DocType: Language,Language Code,קוד שפה DocType: Language,Language Code,קוד שפה
apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","ההורדה שלך נבנה, זה עשוי לקחת כמה רגעים ..." apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","ההורדה שלך נבנה, זה עשוי לקחת כמה רגעים ..."
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +23,Add Filter,הוסף מסנן
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +21,Add Filter,הוסף מסנן
apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} ו- {1} apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} ו- {1}
DocType: About Us Settings,Website Manager,מנהל אתר DocType: About Us Settings,Website Manager,מנהל אתר
apps/frappe/frappe/model/document.py +1044,Document Queued,מסמך בתור apps/frappe/frappe/model/document.py +1044,Document Queued,מסמך בתור
DocType: Desktop Icon,List,רשימה DocType: Desktop Icon,List,רשימה
DocType: Communication,Link Name,שם קישור DocType: Communication,Link Name,שם קישור
apps/frappe/frappe/core/doctype/doctype/doctype.py +433,Field {0} in row {1} cannot be hidden and mandatory without default,שדה {0} בשורת {1} לא ניתן להסתיר וחובה ללא ברירת מחדל
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Field {0} in row {1} cannot be hidden and mandatory without default,שדה {0} בשורת {1} לא ניתן להסתיר וחובה ללא ברירת מחדל
DocType: System Settings,mm/dd/yyyy,mm / dd / yyyy DocType: System Settings,mm/dd/yyyy,mm / dd / yyyy
DocType: Print Settings,Send document web view link in email,שלח האינטרנט במסמך בתצוגת הקישור המופיע בדוא&quot;ל DocType: Print Settings,Send document web view link in email,שלח האינטרנט במסמך בתצוגת הקישור המופיע בדוא&quot;ל
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,קודם apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,קודם
@@ -309,14 +309,14 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +5,
DocType: Event,Wednesday,יום רביעי DocType: Event,Wednesday,יום רביעי
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","מלבד כללי רשות מבוססות תפקידים, אתה יכול להחיל הרשאות משתמשים בהתבסס על DocTypes." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","מלבד כללי רשות מבוססות תפקידים, אתה יכול להחיל הרשאות משתמשים בהתבסס על DocTypes."
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","הרשאות אלה יחולו על כל העסקות שבי השיא מותר קשור. לדוגמא, אם חברת C מתווספת להרשאות משתמש של X למשתמש, X המשתמש רק להיות מסוגל לראות את העסקות שיש C החברה כערך מדד." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","הרשאות אלה יחולו על כל העסקות שבי השיא מותר קשור. לדוגמא, אם חברת C מתווספת להרשאות משתמש של X למשתמש, X המשתמש רק להיות מסוגל לראות את העסקות שיש C החברה כערך מדד."
apps/frappe/frappe/core/doctype/doctype/doctype.py +554,Image field must be a valid fieldname,שדה תמונה חייב להיות fieldname תקף
apps/frappe/frappe/core/doctype/doctype/doctype.py +558,Image field must be a valid fieldname,שדה תמונה חייב להיות fieldname תקף
DocType: Property Setter,ID (name) of the entity whose property is to be set,מזהה (שם) של הישות שרכושו כדי להיות מוגדר DocType: Property Setter,ID (name) of the entity whose property is to be set,מזהה (שם) של הישות שרכושו כדי להיות מוגדר
apps/frappe/frappe/limits.py +82,"To renew, {0}.","כדי לחדש, {0}." apps/frappe/frappe/limits.py +82,"To renew, {0}.","כדי לחדש, {0}."
DocType: Website Settings,Website Theme Image Link,קישור לתמונת נושא אתר DocType: Website Settings,Website Theme Image Link,קישור לתמונת נושא אתר
DocType: Web Form,Sidebar Items,פריטים Sidebar DocType: Web Form,Sidebar Items,פריטים Sidebar
DocType: Workflow State,exclamation-sign,קריאה-סימן DocType: Workflow State,exclamation-sign,קריאה-סימן
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,הרשאות צג apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,הרשאות צג
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a Link or Dynamic Link,שדה ציר הזמן חייב להיות קישור או קישור דינמי
apps/frappe/frappe/core/doctype/doctype/doctype.py +578,Timeline field must be a Link or Dynamic Link,שדה ציר הזמן חייב להיות קישור או קישור דינמי
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,גנט apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,גנט
apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},דף {0} של {1} apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},דף {0} של {1}
DocType: About Us Settings,Introduce your company to the website visitor.,להציג את החברה שלך למבקר באתר. DocType: About Us Settings,Introduce your company to the website visitor.,להציג את החברה שלך למבקר באתר.
@@ -343,11 +343,11 @@ apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,יותר
DocType: Contact,Sales Manager,מנהל מכירות DocType: Contact,Sales Manager,מנהל מכירות
apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,שינוי שם apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,שינוי שם
DocType: Print Format,Format Data,נתונים בפורמט DocType: Print Format,Format Data,נתונים בפורמט
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Like,כמו
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Like,כמו
DocType: Customize Form Field,Customize Form Field,התאמה אישית של טופס מולא DocType: Customize Form Field,Customize Form Field,התאמה אישית של טופס מולא
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,לאפשר למשתמש apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,לאפשר למשתמש
apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,בדוק מהם המסמכים הניתנים לקריאה על ידי משתמש apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,בדוק מהם המסמכים הניתנים לקריאה על ידי משתמש
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,use % as wildcard,להשתמש% ככלליים
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +230,use % as wildcard,להשתמש% ככלליים
DocType: User,Reset Password Key,מפתח איפוס סיסמא DocType: User,Reset Password Key,מפתח איפוס סיסמא
DocType: Email Account,Enable Auto Reply,אפשר מענה אוטומטי DocType: Email Account,Enable Auto Reply,אפשר מענה אוטומטי
apps/frappe/frappe/core/doctype/error_log/error_log_list.js +7,Not Seen,לא נראה apps/frappe/frappe/core/doctype/error_log/error_log_list.js +7,Not Seen,לא נראה
@@ -384,7 +384,7 @@ apps/frappe/frappe/core/doctype/user/user.py +689,Cannot Update: Incorrect / Exp
apps/frappe/frappe/utils/password_strength.py +58,Better add a few more letters or another word,עדיף להוסיף עוד כמה מכתבים או כל מילה אחרת apps/frappe/frappe/utils/password_strength.py +58,Better add a few more letters or another word,עדיף להוסיף עוד כמה מכתבים או כל מילה אחרת
DocType: DocField,Set Only Once,להגדיר רק פעם אחת DocType: DocField,Set Only Once,להגדיר רק פעם אחת
apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,שם משתמש {0} כבר קיים apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,שם משתמש {0} כבר קיים
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set import as {1} is not importable,{0}: לא ניתן להגדיר ערך בשעה {1} הוא לא יביא
apps/frappe/frappe/core/doctype/doctype/doctype.py +733,{0}: Cannot set import as {1} is not importable,{0}: לא ניתן להגדיר ערך בשעה {1} הוא לא יביא
apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},יש שגיאת תבנית הכתובת שלך {0} apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},יש שגיאת תבנית הכתובת שלך {0}
DocType: Footer Item,"target = ""_blank""","target = ""_blank""" DocType: Footer Item,"target = ""_blank""","target = ""_blank"""
DocType: Workflow State,hdd,HDD DocType: Workflow State,hdd,HDD
@@ -394,7 +394,7 @@ DocType: Communication,From Full Name,משמו המלא
apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},"אין לך גישה לדו""ח: {0}" apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},"אין לך גישה לדו""ח: {0}"
DocType: User,Send Welcome Email,שלח ברוכים הבאים DocType: User,Send Welcome Email,שלח ברוכים הבאים
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,העלה קובץ CSV המכיל את כל הרשאות המשתמש בתבנית זהה להורדה. apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,העלה קובץ CSV המכיל את כל הרשאות המשתמש בתבנית זהה להורדה.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +449,Remove Filter,הסר סינון
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +450,Remove Filter,הסר סינון
DocType: Address,Personal,אישי DocType: Address,Personal,אישי
apps/frappe/frappe/config/setup.py +113,Bulk Rename,שינוי שם גורף apps/frappe/frappe/config/setup.py +113,Bulk Rename,שינוי שם גורף
DocType: DocField,Heading,כותרת DocType: DocField,Heading,כותרת
@@ -416,11 +416,11 @@ apps/frappe/frappe/desk/like.py +89,Liked,אהבתי
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.js +33,Send Now,שלח עכשיו apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.js +33,Send Now,שלח עכשיו
DocType: Report,Query,שאילתא DocType: Report,Query,שאילתא
DocType: DocType,Sort Order,סדר מיון DocType: DocType,Sort Order,סדר מיון
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,'In List View' not allowed for type {0} in row {1},"""ברשימת צפייה 'לא אפשר לסוג {0} בשורת {1}"
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In List View' not allowed for type {0} in row {1},"""ברשימת צפייה 'לא אפשר לסוג {0} בשורת {1}"
DocType: Custom Field,Select the label after which you want to insert new field.,בחר את התווית לאחר שרצונך להוסיף שדה חדש. DocType: Custom Field,Select the label after which you want to insert new field.,בחר את התווית לאחר שרצונך להוסיף שדה חדש.
,Document Share Report,מסמך שתף דווח ,Document Share Report,מסמך שתף דווח
DocType: User,Last Login,הביקור אחרון DocType: User,Last Login,הביקור אחרון
apps/frappe/frappe/core/doctype/doctype/doctype.py +600,Fieldname is required in row {0},Fieldname נדרש בשורת {0}
apps/frappe/frappe/core/doctype/doctype/doctype.py +604,Fieldname is required in row {0},Fieldname נדרש בשורת {0}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,טור apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,טור
DocType: Custom Field,Adds a custom field to a DocType,מוסיף שדה מותאם אישית לDOCTYPE DocType: Custom Field,Adds a custom field to a DocType,מוסיף שדה מותאם אישית לDOCTYPE
DocType: File,Is Home Folder,האם בית התיקייה DocType: File,Is Home Folder,האם בית התיקייה
@@ -441,7 +441,7 @@ apps/frappe/frappe/config/setup.py +89,Log of error during requests.,יומן ש
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +30,Scheduled to send to {0},מתוכנן לשלוח {0} apps/frappe/frappe/email/doctype/newsletter/newsletter.py +30,Scheduled to send to {0},מתוכנן לשלוח {0}
DocType: DocShare,Everyone,כולם DocType: DocShare,Everyone,כולם
DocType: Workflow State,backward,אחורה DocType: Workflow State,backward,אחורה
apps/frappe/frappe/core/doctype/doctype/doctype.py +676,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: רק כלל אחד אפשר באותו התפקיד, ורמה {1}"
apps/frappe/frappe/core/doctype/doctype/doctype.py +680,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: רק כלל אחד אפשר באותו התפקיד, ורמה {1}"
DocType: Workflow State,share,מניות DocType: Workflow State,share,מניות
apps/frappe/frappe/limits.py +33,"Your subscription expired on {0}. To renew, please send an email to {1}.","המנוי שלך פג ב {0}. כדי לחדש, שלח מייל אל {1}." apps/frappe/frappe/limits.py +33,"Your subscription expired on {0}. To renew, please send an email to {1}.","המנוי שלך פג ב {0}. כדי לחדש, שלח מייל אל {1}."
apps/frappe/frappe/config/setup.py +107,Set numbering series for transactions.,הגדר מספור סדרה לעסקות. apps/frappe/frappe/config/setup.py +107,Set numbering series for transactions.,הגדר מספור סדרה לעסקות.
@@ -472,7 +472,7 @@ DocType: Address,Shop,חנות
DocType: DocField,Button,לחצן DocType: DocField,Button,לחצן
DocType: Email Account,Default Outgoing,יוצא ברירת מחדל DocType: Email Account,Default Outgoing,יוצא ברירת מחדל
DocType: Workflow State,play,לשחק DocType: Workflow State,play,לשחק
apps/frappe/frappe/templates/emails/new_user.html +5,Click on the link below to complete your registration and set a new password,לחץ על הקישור הבא כדי להשלים את הרישום שלך ולהגדיר סיסמא חדשה
apps/frappe/frappe/templates/emails/new_user.html +4,Click on the link below to complete your registration and set a new password,לחץ על הקישור הבא כדי להשלים את הרישום שלך ולהגדיר סיסמא חדשה
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,לא להוסיף apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,לא להוסיף
DocType: Contact Us Settings,Contact Us Settings,צור קשר הגדרות DocType: Contact Us Settings,Contact Us Settings,צור קשר הגדרות
DocType: Workflow State,text-width,text-רוחב DocType: Workflow State,text-width,text-רוחב
@@ -485,10 +485,10 @@ apps/frappe/frappe/public/js/frappe/views/communication.js +65,Send Me A Copy,ש
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +127,Upload User Permissions,העלה הרשאות משתמש apps/frappe/frappe/core/page/user_permissions/user_permissions.js +127,Upload User Permissions,העלה הרשאות משתמש
apps/frappe/frappe/config/website.py +7,Web Site,אתר אינטרנט apps/frappe/frappe/config/website.py +7,Web Site,אתר אינטרנט
apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,פריטים מסומנים יוצגו בשולחן עבודה apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,פריטים מסומנים יוצגו בשולחן עבודה
apps/frappe/frappe/core/doctype/doctype/doctype.py +719,{0} cannot be set for Single types,{0} לא ניתן להגדיר עבור סוגים בודדים
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0} cannot be set for Single types,{0} לא ניתן להגדיר עבור סוגים בודדים
apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} צופים כרגע מסמך זה apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} צופים כרגע מסמך זה
apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} מעודכן apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} מעודכן
apps/frappe/frappe/core/doctype/doctype/doctype.py +709,Report cannot be set for Single types,לא ניתן להגדיר דווח לסוגים יחיד
apps/frappe/frappe/core/doctype/doctype/doctype.py +713,Report cannot be set for Single types,לא ניתן להגדיר דווח לסוגים יחיד
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} ימים לפני apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} ימים לפני
DocType: Address,Address Line 1,שורת כתובת 1 DocType: Address,Address Line 1,שורת כתובת 1
DocType: Custom DocPerm,Role,תפקיד DocType: Custom DocPerm,Role,תפקיד
@@ -517,7 +517,7 @@ DocType: Feedback Trigger,"To add dynamic subject, use jinja tags like
<div><pre><code>{{ doc.name }} Delivered</code></pre></div>","כדי להוסיף נושא דינמי, להשתמש בתגי ג&#39;ינג&#39;ה כמו <div style="";text-align:right;direction:rtl""><pre style="";text-align:right;direction:rtl""> <code>{{ doc.name }} Delivered</code> </pre> </div>" <div><pre><code>{{ doc.name }} Delivered</code></pre></div>","כדי להוסיף נושא דינמי, להשתמש בתגי ג&#39;ינג&#39;ה כמו <div style="";text-align:right;direction:rtl""><pre style="";text-align:right;direction:rtl""> <code>{{ doc.name }} Delivered</code> </pre> </div>"
DocType: Custom DocPerm,Apply User Permissions,להחיל הרשאות משתמש DocType: Custom DocPerm,Apply User Permissions,להחיל הרשאות משתמש
DocType: User,Modules HTML,מודולים HTML DocType: User,Modules HTML,מודולים HTML
apps/frappe/frappe/public/js/frappe/ui/field_group.js +82,Missing Values Required,ערכים חסרים חובה
apps/frappe/frappe/public/js/frappe/ui/field_group.js +96,Missing Values Required,ערכים חסרים חובה
DocType: DocType,Other Settings,הגדרות אחרות DocType: DocType,Other Settings,הגדרות אחרות
apps/frappe/frappe/public/js/frappe/list/list_permission_footer.html +12,{0} is not set,{0} אינו מוגדר apps/frappe/frappe/public/js/frappe/list/list_permission_footer.html +12,{0} is not set,{0} אינו מוגדר
DocType: Authentication Log,Operation,מבצע DocType: Authentication Log,Operation,מבצע
@@ -596,7 +596,7 @@ DocType: DocType,Hide Toolbar,הסתר את סרגל הכלים
DocType: User,Last Active,פעילות אחרונה DocType: User,Last Active,פעילות אחרונה
DocType: Email Account,SMTP Settings for outgoing emails,"הגדרות SMTP להודעות הדוא""ל יוצאות" DocType: Email Account,SMTP Settings for outgoing emails,"הגדרות SMTP להודעות הדוא""ל יוצאות"
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,יבוא נכשל apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,יבוא נכשל
apps/frappe/frappe/templates/emails/password_update.html +3,Your password has been updated. Here is your new password,הסיסמה שלך עודכנה. הנה הסיסמה החדשה שלך
apps/frappe/frappe/templates/emails/password_update.html +2,Your password has been updated. Here is your new password,הסיסמה שלך עודכנה. הנה הסיסמה החדשה שלך
DocType: Email Account,Auto Reply Message,הודעת תשובה אוטומטית DocType: Email Account,Auto Reply Message,הודעת תשובה אוטומטית
DocType: Feedback Trigger,Condition,מצב DocType: Feedback Trigger,Condition,מצב
DocType: Contact,User ID,זיהוי משתמש DocType: Contact,User ID,זיהוי משתמש
@@ -609,7 +609,7 @@ DocType: Workflow,"Field that represents the Workflow State of the transaction (
apps/frappe/frappe/utils/oauth.py +194,Email not verified with {1},"דוא""ל לא אומת עם {1}" apps/frappe/frappe/utils/oauth.py +194,Email not verified with {1},"דוא""ל לא אומת עם {1}"
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,ערוך להוסיף תוכן apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,ערוך להוסיף תוכן
apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,שפות בחרו apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,שפות בחרו
apps/frappe/frappe/__init__.py +517,No permission for {0},אין הרשאה {0}
apps/frappe/frappe/__init__.py +518,No permission for {0},אין הרשאה {0}
DocType: DocType,Advanced,מתקדם DocType: DocType,Advanced,מתקדם
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},התייחסות: {0} {1} apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},התייחסות: {0} {1}
DocType: File,Attached To Name,מצורף לשם DocType: File,Attached To Name,מצורף לשם
@@ -639,7 +639,7 @@ apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify
DocType: Report,Disabled,נכים DocType: Report,Disabled,נכים
DocType: Workflow State,eye-close,עין-קרוב DocType: Workflow State,eye-close,עין-קרוב
apps/frappe/frappe/config/setup.py +254,Applications,יישומים apps/frappe/frappe/config/setup.py +254,Applications,יישומים
apps/frappe/frappe/public/js/frappe/request.js +349,Report this issue,דווח על בעיה זו
apps/frappe/frappe/public/js/frappe/request.js +353,Report this issue,דווח על בעיה זו
apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,שם נדרש apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,שם נדרש
DocType: Custom Script,Adds a custom script (client or server) to a DocType,מוסיף תסריט מותאם אישית (לקוח או שרת) לDOCTYPE DocType: Custom Script,Adds a custom script (client or server) to a DocType,מוסיף תסריט מותאם אישית (לקוח או שרת) לDOCTYPE
DocType: Address,City/Town,עיר / יישוב DocType: Address,City/Town,עיר / יישוב
@@ -729,7 +729,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js +133,Hide Details,פרטי ה
DocType: Workflow State,Tasks,משימות DocType: Workflow State,Tasks,משימות
DocType: Event,Tuesday,יום שלישי DocType: Event,Tuesday,יום שלישי
DocType: Blog Settings,Blog Settings,הגדרות בלוג DocType: Blog Settings,Blog Settings,הגדרות בלוג
apps/frappe/frappe/templates/emails/new_user.html +17,You can also copy-paste this link in your browser,אתה יכול גם להעתיק ולהדביק את הקישור הזה בדפדפן שלך
apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste this link in your browser,אתה יכול גם להעתיק ולהדביק את הקישור הזה בדפדפן שלך
DocType: Workflow State,bullhorn,מגאפון DocType: Workflow State,bullhorn,מגאפון
DocType: Social Login Keys,Facebook Client Secret,פייסבוק לקוח סודי DocType: Social Login Keys,Facebook Client Secret,פייסבוק לקוח סודי
DocType: Footer Item,Target,יעד DocType: Footer Item,Target,יעד
@@ -739,8 +739,8 @@ DocType: Social Login Keys,Google Client Secret,סוד לקוח Google
DocType: Website Settings,Hide Footer Signup,הסתר תחתונה הרשמה DocType: Website Settings,Hide Footer Signup,הסתר תחתונה הרשמה
apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,הוסף קובץ פייתון באותה התיקייה שבה זה נשמר ולחזור טור ותוצאה. apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,הוסף קובץ פייתון באותה התיקייה שבה זה נשמר ולחזור טור ותוצאה.
DocType: DocType,Sort Field,שדה מיין DocType: DocType,Sort Field,שדה מיין
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +445,Edit Filter,סינון עריכה
apps/frappe/frappe/core/doctype/doctype/doctype.py +415,Field {0} of type {1} cannot be mandatory,שדה {0} מסוג {1} לא יכול להיות חובה
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +446,Edit Filter,סינון עריכה
apps/frappe/frappe/core/doctype/doctype/doctype.py +419,Field {0} of type {1} cannot be mandatory,שדה {0} מסוג {1} לא יכול להיות חובה
DocType: System Settings,Session Expiry Mobile,מושב תפוגה נייד DocType: System Settings,Session Expiry Mobile,מושב תפוגה נייד
apps/frappe/frappe/templates/includes/search_box.html +19,Search results for,תוצאות חיפוש עבור apps/frappe/frappe/templates/includes/search_box.html +19,Search results for,תוצאות חיפוש עבור
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +850,Select To Download:,בחר להורדה: apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +850,Select To Download:,בחר להורדה:
@@ -771,7 +771,7 @@ DocType: Address,Contacts,מגעים
DocType: System Settings,Setup Complete,התקנה מלאה DocType: System Settings,Setup Complete,התקנה מלאה
apps/frappe/frappe/config/setup.py +66,Report of all document shares,דוח של כל מניות המסמך apps/frappe/frappe/config/setup.py +66,Report of all document shares,דוח של כל מניות המסמך
apps/frappe/frappe/www/update-password.html +18,New Password,סיסמא חדשה apps/frappe/frappe/www/update-password.html +18,New Password,סיסמא חדשה
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +73,Filter {0} missing,חסר סנן {0}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +74,Filter {0} missing,חסר סנן {0}
apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,מצטער! אתה לא יכול למחוק הערות שנוצרו באופן אוטומטי apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,מצטער! אתה לא יכול למחוק הערות שנוצרו באופן אוטומטי
DocType: Website Theme,Style using CSS,סגנון באמצעות CSS DocType: Website Theme,Style using CSS,סגנון באמצעות CSS
apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,DOCTYPE התייחסות apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,DOCTYPE התייחסות
@@ -865,7 +865,7 @@ DocType: User,Github User ID,זיהוי משתמש GitHub
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,אם סוג המסמך apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,אם סוג המסמך
apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},אפליקציה לא ידועה {0} apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},אפליקציה לא ידועה {0}
DocType: Communication,Chat,צ'אט DocType: Communication,Chat,צ'אט
apps/frappe/frappe/core/doctype/doctype/doctype.py +408,Fieldname {0} appears multiple times in rows {1},Fieldname {0} מופיע מספר פעמים בשורות {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +412,Fieldname {0} appears multiple times in rows {1},Fieldname {0} מופיע מספר פעמים בשורות {1}
DocType: Communication,Expired,פג תוקף DocType: Communication,Expired,פג תוקף
DocType: DocType,System,מערכת DocType: DocType,System,מערכת
apps/frappe/frappe/www/login.html +93,Have an account? Login,יש לך חשבון? התחבר apps/frappe/frappe/www/login.html +93,Have an account? Login,יש לך חשבון? התחבר
@@ -884,10 +884,10 @@ apps/frappe/frappe/public/js/frappe/ui/messages.js +214,Enter your password,הכ
DocType: Dropbox Settings,Dropbox Access Secret,Dropbox גישה חשאי DocType: Dropbox Settings,Dropbox Access Secret,Dropbox גישה חשאי
apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,להוסיף עוד הערה apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,להוסיף עוד הערה
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,ערוך DOCTYPE apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,ערוך DOCTYPE
apps/frappe/frappe/core/doctype/doctype/doctype.py +507,Fold must come before a Section Break,מקפלים חייבת לבוא לפני הפסקת סעיף
apps/frappe/frappe/core/doctype/doctype/doctype.py +511,Fold must come before a Section Break,מקפלים חייבת לבוא לפני הפסקת סעיף
apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,תאריך השינוי האחרון apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,תאריך השינוי האחרון
DocType: Workflow State,hand-down,יד למטה DocType: Workflow State,hand-down,יד למטה
apps/frappe/frappe/core/doctype/doctype/doctype.py +695,{0}: Cannot set Cancel without Submit,{0}: לא ניתן להגדיר ביטול ללא הגשה
apps/frappe/frappe/core/doctype/doctype/doctype.py +699,{0}: Cannot set Cancel without Submit,{0}: לא ניתן להגדיר ביטול ללא הגשה
DocType: Website Theme,Theme,נושא DocType: Website Theme,Theme,נושא
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,היו שגיאות. apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,היו שגיאות.
DocType: DocType,Is Submittable,האם Submittable DocType: DocType,Is Submittable,האם Submittable
@@ -920,7 +920,7 @@ DocType: Email Queue,Email Queue,תור דוא&quot;ל
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +7,Roles can be set for users from their User page.,ניתן להגדיר תפקידים עבור משתמשים מדף המשתמש שלהם. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +7,Roles can be set for users from their User page.,ניתן להגדיר תפקידים עבור משתמשים מדף המשתמש שלהם.
apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,הוסף תגובה apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,הוסף תגובה
DocType: DocField,Mandatory,חובה DocType: DocField,Mandatory,חובה
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,{0}: No basic permissions set,{0}: לא להגדיר הרשאות בסיסיות
apps/frappe/frappe/core/doctype/doctype/doctype.py +663,{0}: No basic permissions set,{0}: לא להגדיר הרשאות בסיסיות
apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,המנוי שלך יפוג ב {0}. apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,המנוי שלך יפוג ב {0}.
apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},"קישור להורדה לגיבוי שלך יישלחו לכתובת הדוא""ל הבאה: {0}" apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},"קישור להורדה לגיבוי שלך יישלחו לכתובת הדוא""ל הבאה: {0}"
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","משמעות של הגשה, לבטל, לשנות" apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","משמעות של הגשה, לבטל, לשנות"
@@ -951,7 +951,7 @@ DocType: Print Format,Monospace,Monospace
DocType: Letter Head,Printing,הדפסה DocType: Letter Head,Printing,הדפסה
DocType: Workflow State,thumbs-up,אגודלים מורמים DocType: Workflow State,thumbs-up,אגודלים מורמים
DocType: DocPerm,DocPerm,DocPerm DocType: DocPerm,DocPerm,DocPerm
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Precision should be between 1 and 6,Precision צריך להיות בין 1 ל 6
apps/frappe/frappe/core/doctype/doctype/doctype.py +467,Precision should be between 1 and 6,Precision צריך להיות בין 1 ל 6
apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,ו apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,ו
DocType: Error Snapshot,Frames,מסגרות DocType: Error Snapshot,Frames,מסגרות
apps/frappe/frappe/patches/v6_19/comment_feed_communication.py +131,Assignment,מְשִׁימָה apps/frappe/frappe/patches/v6_19/comment_feed_communication.py +131,Assignment,מְשִׁימָה
@@ -961,7 +961,7 @@ apps/frappe/frappe/utils/boilerplate.py +263,{app_title},{} App_title
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,אנא הגדר מקשי גישת Dropbox בconfig האתר שלך apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,אנא הגדר מקשי גישת Dropbox בconfig האתר שלך
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,למחוק רשומה זו כדי לאפשר שליחה לכתובת דוא&quot;ל זו apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,למחוק רשומה זו כדי לאפשר שליחה לכתובת דוא&quot;ל זו
apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"רק שדות חובה נחוצים לשיאים חדשים. אתה יכול למחוק את העמודות שאינן חובה, אם תרצה." apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"רק שדות חובה נחוצים לשיאים חדשים. אתה יכול למחוק את העמודות שאינן חובה, אם תרצה."
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +269,Unable to update event,לא ניתן לעדכן את האירוע
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +262,Unable to update event,לא ניתן לעדכן את האירוע
DocType: Address Template,Address Template,תבנית כתובת DocType: Address Template,Address Template,תבנית כתובת
DocType: Workflow State,text-height,טקסט גובה DocType: Workflow State,text-height,טקסט גובה
DocType: Workflow State,map-marker,מפה-מרקר DocType: Workflow State,map-marker,מפה-מרקר
@@ -1006,7 +1006,7 @@ DocType: System Settings,Allow only one session per user,אפשר רק פגיש
apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,העתק apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,העתק
apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,תיקיית בית / מבחן 1 / מבחן תיקייה 3 apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,תיקיית בית / מבחן 1 / מבחן תיקייה 3
DocType: Website Settings,&lt;head&gt; HTML,&lt;ראש&gt; HTML DocType: Website Settings,&lt;head&gt; HTML,&lt;ראש&gt; HTML
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +66,Select or drag across time slots to create a new event.,בחר או גרור על פני חריצי זמן כדי ליצור אירוע חדש.
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +67,Select or drag across time slots to create a new event.,בחר או גרור על פני חריצי זמן כדי ליצור אירוע חדש.
DocType: DocField,In Filter,במסנן DocType: DocField,In Filter,במסנן
DocType: Website Theme,Footer Color,תחתונה צבע DocType: Website Theme,Footer Color,תחתונה צבע
DocType: Web Page,"Page to show on the website DocType: Web Page,"Page to show on the website
@@ -1016,7 +1016,7 @@ apps/frappe/frappe/desk/page/activity/activity_row.html +13,Logged in,ביקור
apps/frappe/frappe/core/page/desktop/desktop.js +38,Explore,לַחקוֹר apps/frappe/frappe/core/page/desktop/desktop.js +38,Explore,לַחקוֹר
apps/frappe/frappe/email/doctype/email_account/email_account_list.js +6,Default Sending and Inbox,ברירת מחדל שליחה ותיבת הדואר הנכנס apps/frappe/frappe/email/doctype/email_account/email_account_list.js +6,Default Sending and Inbox,ברירת מחדל שליחה ותיבת הדואר הנכנס
DocType: Print Settings,Letter,מכתב DocType: Print Settings,Letter,מכתב
apps/frappe/frappe/core/doctype/doctype/doctype.py +556,Image field must be of type Attach Image,שדה תמונה חייב להיות מסוג צרף תמונה
apps/frappe/frappe/core/doctype/doctype/doctype.py +560,Image field must be of type Attach Image,שדה תמונה חייב להיות מסוג צרף תמונה
DocType: Async Task,Succeeded,הצליח DocType: Async Task,Succeeded,הצליח
apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},שדות חובה הנדרשים {0} apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},שדות חובה הנדרשים {0}
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +95,Reset Permissions for {0}?,איפוס הרשאות עבור {0}? apps/frappe/frappe/core/page/permission_manager/permission_manager.js +95,Reset Permissions for {0}?,איפוס הרשאות עבור {0}?
@@ -1050,7 +1050,7 @@ DocType: DocField,Text Editor,עורך טקסט
apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,הגדרות עבור אודות הדף. apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,הגדרות עבור אודות הדף.
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,עריכה המותאמת אישית HTML apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,עריכה המותאמת אישית HTML
DocType: Error Snapshot,Error Snapshot,תמונת מצב שגיאה DocType: Error Snapshot,Error Snapshot,תמונת מצב שגיאה
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,In,ב
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,In,ב
DocType: Email Alert,Value Change,שינוי הערך DocType: Email Alert,Value Change,שינוי הערך
DocType: Standard Reply,Standard Reply,תגובה סטנדרטית DocType: Standard Reply,Standard Reply,תגובה סטנדרטית
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,רוחב של תיבת הקלט apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,רוחב של תיבת הקלט
@@ -1072,7 +1072,6 @@ apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading R
apps/frappe/frappe/limits.py +72,Your subscription will expire today.,המנוי שלך בתוקף עד היום. apps/frappe/frappe/limits.py +72,Your subscription will expire today.,המנוי שלך בתוקף עד היום.
DocType: Page,Standard,סטנדרטי DocType: Page,Standard,סטנדרטי
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,לצרף קובץ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,לצרף קובץ
apps/frappe/frappe/templates/emails/password_update.html +1,Password Update Notification,דיווח על עדכוני טוויטר
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,גודל apps/frappe/frappe/desk/page/backups/backups.html +13,Size,גודל
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,משימה מלאה apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,משימה מלאה
DocType: Custom DocPerm,User Permission DocTypes,DocTypes הרשאת משתמש DocType: Custom DocPerm,User Permission DocTypes,DocTypes הרשאת משתמש
@@ -1122,7 +1121,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38
DocType: Workflow State,bookmark,סימנייה DocType: Workflow State,bookmark,סימנייה
DocType: Note,Note,הערה DocType: Note,Note,הערה
apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,דוח שגיאות apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,דוח שגיאות
apps/frappe/frappe/core/doctype/doctype/doctype.py +570,Timeline field must be a valid fieldname,שדה ציר הזמן חייב להיות fieldname תקף
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a valid fieldname,שדה ציר הזמן חייב להיות fieldname תקף
DocType: Currency,Symbol,סמל DocType: Currency,Symbol,סמל
apps/frappe/frappe/model/base_document.py +534,Row #{0}:,# השורה {0}: apps/frappe/frappe/model/base_document.py +534,Row #{0}:,# השורה {0}:
apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,"דוא""ל סיסמא חדשה" apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,"דוא""ל סיסמא חדשה"
@@ -1168,7 +1167,7 @@ DocType: Workflow State,flag,דגל
DocType: Web Page,Text Align,טקסט יישור DocType: Web Page,Text Align,טקסט יישור
apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},שם אינו יכול להכיל תווים מיוחדים כמו {0} apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},שם אינו יכול להכיל תווים מיוחדים כמו {0}
DocType: Contact Us Settings,Forward To Email Address,"קדימה To כתובת דוא""ל" DocType: Contact Us Settings,Forward To Email Address,"קדימה To כתובת דוא""ל"
apps/frappe/frappe/core/doctype/doctype/doctype.py +527,Title field must be a valid fieldname,כותרת שדה חייב להיות תקף fieldname
apps/frappe/frappe/core/doctype/doctype/doctype.py +531,Title field must be a valid fieldname,כותרת שדה חייב להיות תקף fieldname
apps/frappe/frappe/config/core.py +7,Documents,מסמכים apps/frappe/frappe/config/core.py +7,Documents,מסמכים
apps/frappe/frappe/www/me.html +22,Edit Profile,ערוך פרופיל apps/frappe/frappe/www/me.html +22,Edit Profile,ערוך פרופיל
DocType: Kanban Board Column,Archived,ארכיון DocType: Kanban Board Column,Archived,ארכיון
@@ -1211,7 +1210,7 @@ DocType: Communication,Cancelled,בוטל
DocType: Standard Reply,Standard Reply Help,עזרת תגובה רגילה DocType: Standard Reply,Standard Reply Help,עזרת תגובה רגילה
DocType: Blogger,Avatar,תמונה DocType: Blogger,Avatar,תמונה
DocType: Blogger,Posts,הודעות DocType: Blogger,Posts,הודעות
apps/frappe/frappe/core/doctype/doctype/doctype.py +377,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","שמו של DOCTYPE צריך להתחיל באות והוא יכול להכיל רק אותיות, מספרים, רווחים וסימני קו תחתון"
apps/frappe/frappe/core/doctype/doctype/doctype.py +381,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","שמו של DOCTYPE צריך להתחיל באות והוא יכול להכיל רק אותיות, מספרים, רווחים וסימני קו תחתון"
apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,יקר apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,יקר
DocType: Address,Accounts User,חשבונות משתמשים DocType: Address,Accounts User,חשבונות משתמשים
DocType: Web Page,HTML for header section. Optional,HTML לסעיף כותרת. אופציונאלי DocType: Web Page,HTML for header section. Optional,HTML לסעיף כותרת. אופציונאלי
@@ -1240,7 +1239,7 @@ apps/frappe/frappe/core/doctype/file/file_list.js +62,New Folder,תיקיה חד
DocType: Website Settings,Sub-domain provided by erpnext.com,תת תחום הניתן על ידי erpnext.com DocType: Website Settings,Sub-domain provided by erpnext.com,תת תחום הניתן על ידי erpnext.com
DocType: System Settings,dd-mm-yyyy,dd-mm-yyyy DocType: System Settings,dd-mm-yyyy,dd-mm-yyyy
apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,"חייבים לקבל אישור דו""ח לגשת דוח זה." apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,"חייבים לקבל אישור דו""ח לגשת דוח זה."
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,Added,נוסף
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,Added,נוסף
apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,מדי יום האירוע Digest נשלח לאירועי לוח שנה שבו תזכורות מוגדרות. apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,מדי יום האירוע Digest נשלח לאירועי לוח שנה שבו תזכורות מוגדרות.
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,אתר צפה ב apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,אתר צפה ב
DocType: Workflow State,remove,להסיר DocType: Workflow State,remove,להסיר
@@ -1265,7 +1264,7 @@ apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,ל
apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,עדכון apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,עדכון
DocType: Error Snapshot,Snapshot View,צלם תצוגה DocType: Error Snapshot,Snapshot View,צלם תצוגה
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,אנא שמור עלון לפני השליחה apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,אנא שמור עלון לפני השליחה
apps/frappe/frappe/core/doctype/doctype/doctype.py +426,Options must be a valid DocType for field {0} in row {1},אפשרויות חייבת להיות DOCTYPE חוקי בשדה {0} בשורת {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +430,Options must be a valid DocType for field {0} in row {1},אפשרויות חייבת להיות DOCTYPE חוקי בשדה {0} בשורת {1}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,ערוך מאפיינים apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,ערוך מאפיינים
DocType: Patch Log,List of patches executed,רשימה של תיקונים שבוצעה DocType: Patch Log,List of patches executed,רשימה של תיקונים שבוצעה
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} מנוי כבר apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} מנוי כבר
@@ -1335,7 +1334,7 @@ DocType: Event,Groups,קבוצות
DocType: Workflow State,Workflow State,מדינת זרימת עבודה DocType: Workflow State,Workflow State,מדינת זרימת עבודה
apps/frappe/frappe/www/me.html +3,My Account,החשבון שלי apps/frappe/frappe/www/me.html +3,My Account,החשבון שלי
DocType: ToDo,Allocated To,שהוקצה ל DocType: ToDo,Allocated To,שהוקצה ל
apps/frappe/frappe/templates/emails/password_reset.html +4,Please click on the following link to set your new password,אנא לחץ על הקישור הבא כדי להגדיר את הסיסמה החדשה שלך
apps/frappe/frappe/templates/emails/password_reset.html +2,Please click on the following link to set your new password,אנא לחץ על הקישור הבא כדי להגדיר את הסיסמה החדשה שלך
DocType: Email Alert,Days After,ימים לאחר DocType: Email Alert,Days After,ימים לאחר
DocType: Contact Us Settings,Settings for Contact Us Page,הגדרות לצורו קשר דף DocType: Contact Us Settings,Settings for Contact Us Page,הגדרות לצורו קשר דף
DocType: Custom Script,Script Type,תסריט סוג DocType: Custom Script,Script Type,תסריט סוג
@@ -1426,7 +1425,7 @@ apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 2,אפ
apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} משותף מסמך זה עם {1} apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} משותף מסמך זה עם {1}
DocType: Print Settings,A4,A4 DocType: Print Settings,A4,A4
apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","התקנה של סרגל ניווט העליון, תחתונה ולוגו." apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","התקנה של סרגל ניווט העליון, תחתונה ולוגו."
apps/frappe/frappe/core/doctype/doctype/doctype.py +655,For {0} at level {1} in {2} in row {3},עבור {0} ברמת {1} {2} בשורת {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,For {0} at level {1} in {2} in row {3},עבור {0} ברמת {1} {2} בשורת {3}
DocType: Contact,All,כל DocType: Contact,All,כל
DocType: Email Queue,Recipient,נמען DocType: Email Queue,Recipient,נמען
DocType: Address,Sales User,משתמש מכירות DocType: Address,Sales User,משתמש מכירות
@@ -1437,7 +1436,7 @@ DocType: Workflow State,align-right,ליישר ימני
DocType: Auto Email Report,Email To,דוא&quot;ל ל DocType: Auto Email Report,Email To,דוא&quot;ל ל
apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,תיקיית {0} אינו ריק apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,תיקיית {0} אינו ריק
DocType: Page,Roles,תפקידים DocType: Page,Roles,תפקידים
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +286,Field {0} is not selectable.,שדה {0} הוא לא לבחירה.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +287,Field {0} is not selectable.,שדה {0} הוא לא לבחירה.
DocType: System Settings,Session Expiry,מושב תפוגה DocType: System Settings,Session Expiry,מושב תפוגה
DocType: Workflow State,ban-circle,איסור העיגול DocType: Workflow State,ban-circle,איסור העיגול
DocType: Bulk Update,Desk,שולחן DocType: Bulk Update,Desk,שולחן
@@ -1590,9 +1589,9 @@ apps/frappe/frappe/www/printview.py +83,Not allowed to print cancelled documents
apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,מידע: apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,מידע:
DocType: Custom Field,Permission Level,רמת הרשאה DocType: Custom Field,Permission Level,רמת הרשאה
DocType: User,Send Notifications for Transactions I Follow,שלח הודעות לעסקות אני בצע DocType: User,Send Notifications for Transactions I Follow,שלח הודעות לעסקות אני בצע
apps/frappe/frappe/core/doctype/doctype/doctype.py +698,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: לא ניתן להגדיר שלח, לבטל, לשנות ללא כתיבה"
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: לא ניתן להגדיר שלח, לבטל, לשנות ללא כתיבה"
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,האם אתה בטוח שאתה רוצה למחוק את הקובץ המצורף? apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,האם אתה בטוח שאתה רוצה למחוק את הקובץ המצורף?
apps/frappe/frappe/__init__.py +1070,Thank you,תודה לך
apps/frappe/frappe/__init__.py +1071,Thank you,תודה לך
apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,שמירה apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,שמירה
DocType: Print Settings,Print Style Preview,להדפיס תצוגה מקדימה של סגנון DocType: Print Settings,Print Style Preview,להדפיס תצוגה מקדימה של סגנון
apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder
@@ -1628,7 +1627,7 @@ apps/frappe/frappe/public/js/frappe/list/list_renderer.js +501,2 days ago,לפנ
apps/frappe/frappe/config/website.py +47,Categorize blog posts.,לסווג ההודעות שנכתבו על בלוג. apps/frappe/frappe/config/website.py +47,Categorize blog posts.,לסווג ההודעות שנכתבו על בלוג.
DocType: Workflow State,Time,זמן DocType: Workflow State,Time,זמן
DocType: DocField,Attach,צרף DocType: DocField,Attach,צרף
apps/frappe/frappe/core/doctype/doctype/doctype.py +539,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} הוא לא דפוס fieldname תקף. זה צריך להיות {{}} FIELD_NAME.
apps/frappe/frappe/core/doctype/doctype/doctype.py +543,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} הוא לא דפוס fieldname תקף. זה צריך להיות {{}} FIELD_NAME.
DocType: Custom Role,Permission Rules,כללי רשות DocType: Custom Role,Permission Rules,כללי רשות
DocType: Address,Links,קישורים DocType: Address,Links,קישורים
apps/frappe/frappe/model/base_document.py +427,Value missing for,הערך חסר ל apps/frappe/frappe/model/base_document.py +427,Value missing for,הערך חסר ל
@@ -1640,7 +1639,7 @@ DocType: Custom DocPerm,Read,קראו
apps/frappe/frappe/www/update-password.html +14,Old Password,סיסמא הישנה apps/frappe/frappe/www/update-password.html +14,Old Password,סיסמא הישנה
apps/frappe/frappe/website/doctype/blog_post/blog_post.py +106,Posts by {0},הודעות של {0} apps/frappe/frappe/website/doctype/blog_post/blog_post.py +106,Posts by {0},הודעות של {0}
apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","לעמודים בפורמט, לתת תוויות עמודה בשאילתא." apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","לעמודים בפורמט, לתת תוויות עמודה בשאילתא."
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,{0}: Cannot set Assign Amend if not Submittable,{0}: לא ניתן להגדיר הקצאת תיקון אם לא Submittable
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set Assign Amend if not Submittable,{0}: לא ניתן להגדיר הקצאת תיקון אם לא Submittable
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,הרשאות תפקיד עריכה apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,הרשאות תפקיד עריכה
DocType: Communication,Link DocType,DOCTYPE קישור DocType: Communication,Link DocType,DOCTYPE קישור
DocType: Social Login Keys,Social Login Keys,חברתי מפתחות כניסה DocType: Social Login Keys,Social Login Keys,חברתי מפתחות כניסה
@@ -1681,7 +1680,7 @@ DocType: Async Task,Core,Core
DocType: DocField,Set non-standard precision for a Float or Currency field,דיוק לא סטנדרטי שנקבע לשדה Float או מטבע DocType: DocField,Set non-standard precision for a Float or Currency field,דיוק לא סטנדרטי שנקבע לשדה Float או מטבע
DocType: Email Account,Ignore attachments over this size,התעלם קבצים מצורפים מעל הגודל הזה DocType: Email Account,Ignore attachments over this size,התעלם קבצים מצורפים מעל הגודל הזה
DocType: Address,Preferred Billing Address,כתובת חיוב מועדפת DocType: Address,Preferred Billing Address,כתובת חיוב מועדפת
apps/frappe/frappe/database.py +235,Too many writes in one request. Please send smaller requests,יותר מדי כותב בבקשת אחת. נא לשלוח בקשות קטנות
apps/frappe/frappe/database.py +247,Too many writes in one request. Please send smaller requests,יותר מדי כותב בבקשת אחת. נא לשלוח בקשות קטנות
DocType: Workflow State,arrow-up,חץ למעלה DocType: Workflow State,arrow-up,חץ למעלה
DocType: DocField,Allow on Submit,לאפשר בשלח DocType: DocField,Allow on Submit,לאפשר בשלח
DocType: DocField,HTML,HTML DocType: DocField,HTML,HTML
@@ -1716,7 +1715,7 @@ DocType: Contact Us Settings,Pincode,Pincode
apps/frappe/frappe/core/page/data_import_tool/importer.py +81,Please make sure that there are no empty columns in the file.,אנא ודא שאין עמודות ריקות בקובץ. apps/frappe/frappe/core/page/data_import_tool/importer.py +81,Please make sure that there are no empty columns in the file.,אנא ודא שאין עמודות ריקות בקובץ.
apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,ודא שיש לך פרופיל את כתובת הדוא&quot;ל של apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,ודא שיש לך פרופיל את כתובת הדוא&quot;ל של
apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,יש לך שינויים שלא נשמרו בצורה זו. אנא שמור לפני שתמשיך. apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,יש לך שינויים שלא נשמרו בצורה זו. אנא שמור לפני שתמשיך.
apps/frappe/frappe/core/doctype/doctype/doctype.py +459,Default for {0} must be an option,ברירת מחדל עבור {0} חייב להיות אופציה
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Default for {0} must be an option,ברירת מחדל עבור {0} חייב להיות אופציה
DocType: User,User Image,תמונת משתמש DocType: User,User Image,תמונת משתמש
apps/frappe/frappe/email/queue.py +304,Emails are muted,מיילים מושתקים apps/frappe/frappe/email/queue.py +304,Emails are muted,מיילים מושתקים
apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +25,Ctrl + Up,Ctrl + Up apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +25,Ctrl + Up,Ctrl + Up
@@ -1753,7 +1752,7 @@ DocType: Async Task,Running,ריצה
apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,איפוס סיסמא apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,איפוס סיסמא
apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,שדרג להוסיף יותר {0} מנויים apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,שדרג להוסיף יותר {0} מנויים
DocType: Workflow State,hand-left,יד שמאל DocType: Workflow State,hand-left,יד שמאל
apps/frappe/frappe/core/doctype/doctype/doctype.py +472,Fieldtype {0} for {1} cannot be unique,Fieldtype {0} עבור {1} לא יכול להיות ייחודי
apps/frappe/frappe/core/doctype/doctype/doctype.py +476,Fieldtype {0} for {1} cannot be unique,Fieldtype {0} עבור {1} לא יכול להיות ייחודי
DocType: Email Account,Use SSL,השתמש ב- SSL DocType: Email Account,Use SSL,השתמש ב- SSL
DocType: Workflow State,play-circle,משחק-המעגל DocType: Workflow State,play-circle,משחק-המעגל
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,בחר פורמט להדפסה לעריכה apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,בחר פורמט להדפסה לעריכה
@@ -1793,7 +1792,7 @@ DocType: ToDo,ToDo,ToDo
DocType: DocField,No Copy,לא העתק DocType: DocField,No Copy,לא העתק
DocType: Workflow State,qrcode,QRCode DocType: Workflow State,qrcode,QRCode
DocType: Web Form,Breadcrumbs,פירורי לחם DocType: Web Form,Breadcrumbs,פירורי לחם
apps/frappe/frappe/core/doctype/doctype/doctype.py +671,If Owner,אם בעלים
apps/frappe/frappe/core/doctype/doctype/doctype.py +675,If Owner,אם בעלים
apps/frappe/frappe/website/doctype/web_form/web_form.py +130,You need to be logged in to access this {0}.,אתה צריך להיות מחובר כדי לגשת זה {0}. apps/frappe/frappe/website/doctype/web_form/web_form.py +130,You need to be logged in to access this {0}.,אתה צריך להיות מחובר כדי לגשת זה {0}.
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +142,Complete By,שלם על ידי apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +142,Complete By,שלם על ידי
apps/frappe/frappe/templates/includes/comments/comments.py +48,{0} by {1},{0} על ידי {1} apps/frappe/frappe/templates/includes/comments/comments.py +48,{0} by {1},{0} על ידי {1}
@@ -1951,7 +1950,7 @@ apps/frappe/frappe/templates/emails/auto_reply.html +1,Thank you for your email,
DocType: DocField,Small Text,טקסט קטן DocType: DocField,Small Text,טקסט קטן
apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,מנהל נצפה {0} על {1} באמצעות כתובת IP {2}. apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,מנהל נצפה {0} על {1} באמצעות כתובת IP {2}.
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,שווה apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,שווה
apps/frappe/frappe/core/doctype/doctype/doctype.py +453,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',"הסוג של שדה אפשרויות 'הקישור דינמי ""חייב להצביע על עוד קישור שדה עם אפשרויות כמו' DOCTYPE '"
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',"הסוג של שדה אפשרויות 'הקישור דינמי ""חייב להצביע על עוד קישור שדה עם אפשרויות כמו' DOCTYPE '"
DocType: About Us Settings,Team Members Heading,חברי צוות בראש DocType: About Us Settings,Team Members Heading,חברי צוות בראש
apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,פורמט CSV חוקי apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,פורמט CSV חוקי
DocType: DocField,Do not allow user to change after set the first time,אל תאפשר למשתמש לשנות להגדיר לאחר הפעם הראשונה DocType: DocField,Do not allow user to change after set the first time,אל תאפשר למשתמש לשנות להגדיר לאחר הפעם הראשונה
@@ -1977,7 +1976,7 @@ DocType: Print Settings,PDF Settings,הגדרות PDF
DocType: Kanban Board Column,Column Name,שם עמודה DocType: Kanban Board Column,Column Name,שם עמודה
DocType: Language,Based On,המבוסס על DocType: Language,Based On,המבוסס על
apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,הפוך לברירת מחדל apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,הפוך לברירת מחדל
apps/frappe/frappe/core/doctype/doctype/doctype.py +495,Fieldtype {0} for {1} cannot be indexed,Fieldtype {0} עבור {1} לא ניתן באינדקס
apps/frappe/frappe/core/doctype/doctype/doctype.py +499,Fieldtype {0} for {1} cannot be indexed,Fieldtype {0} עבור {1} לא ניתן באינדקס
DocType: Communication,Email Account,"חשבון דוא""ל" DocType: Communication,Email Account,"חשבון דוא""ל"
DocType: Workflow State,Download,הורדה DocType: Workflow State,Download,הורדה
DocType: Blog Post,Blog Intro,בלוג Intro DocType: Blog Post,Blog Intro,בלוג Intro
@@ -2005,11 +2004,11 @@ apps/frappe/frappe/email/doctype/email_group/email_group.js +45,New Newsletter,
DocType: Print Settings,Send Print as PDF,שלח הדפסה כקובץ PDF DocType: Print Settings,Send Print as PDF,שלח הדפסה כקובץ PDF
DocType: Web Form,Amount,הסכום DocType: Web Form,Amount,הסכום
DocType: Workflow Transition,Allowed,מחמד DocType: Workflow Transition,Allowed,מחמד
apps/frappe/frappe/core/doctype/doctype/doctype.py +502,There can be only one Fold in a form,לא יכול להיות רק אחד מקפלים בצורה
apps/frappe/frappe/core/doctype/doctype/doctype.py +506,There can be only one Fold in a form,לא יכול להיות רק אחד מקפלים בצורה
apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,שחזור להגדרות ברירת המחדל? apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,שחזור להגדרות ברירת המחדל?
apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,דף בית לא חוקי apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,דף בית לא חוקי
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,מסנני איפוס apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,מסנני איפוס
apps/frappe/frappe/core/doctype/doctype/doctype.py +688,{0}: Permission at level 0 must be set before higher levels are set,{0}: GNU ברמה 0 חייבים להיות מוגדר לפני רמות גבוהות יותר מוגדרות
apps/frappe/frappe/core/doctype/doctype/doctype.py +692,{0}: Permission at level 0 must be set before higher levels are set,{0}: GNU ברמה 0 חייבים להיות מוגדר לפני רמות גבוהות יותר מוגדרות
apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},משימה נסגרה על ידי {0} apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},משימה נסגרה על ידי {0}
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,לחשב apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,לחשב
apps/frappe/frappe/printing/doctype/print_format/print_format.js +28,Please select DocType first,אנא בחר DOCTYPE ראשון apps/frappe/frappe/printing/doctype/print_format/print_format.js +28,Please select DocType first,אנא בחר DOCTYPE ראשון
@@ -2057,7 +2056,7 @@ apps/frappe/frappe/website/doctype/website_settings/website_settings.js +17,Expo
DocType: Website Theme,Background,רקע DocType: Website Theme,Background,רקע
DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","רשימת JSON של DocTypes משמש להחיל הרשאות משתמש. אם ריק, כל DocTypes קשור ישמש להחיל הרשאות משתמש." DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","רשימת JSON של DocTypes משמש להחיל הרשאות משתמש. אם ריק, כל DocTypes קשור ישמש להחיל הרשאות משתמש."
DocType: Report,Ref DocType,"נ""צ DOCTYPE" DocType: Report,Ref DocType,"נ""צ DOCTYPE"
apps/frappe/frappe/core/doctype/doctype/doctype.py +700,{0}: Cannot set Amend without Cancel,{0}: לא ניתן להגדיר לתקן בלי לבטל
apps/frappe/frappe/core/doctype/doctype/doctype.py +704,{0}: Cannot set Amend without Cancel,{0}: לא ניתן להגדיר לתקן בלי לבטל
apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,דף מלא apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,דף מלא
DocType: DocType,Is Child Table,האם ילד של הטבלה DocType: DocType,Is Child Table,האם ילד של הטבלה
apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} חייב להיות אחד {1} apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} חייב להיות אחד {1}
@@ -2082,7 +2081,7 @@ DocType: Workflow Action,Workflow Action,פעולה זרימת עבודה
DocType: Event,Send an email reminder in the morning,"שלח תזכורת בדוא""ל בבוקר" DocType: Event,Send an email reminder in the morning,"שלח תזכורת בדוא""ל בבוקר"
DocType: Blog Post,Published On,פורסם ב DocType: Blog Post,Published On,פורסם ב
DocType: Contact,Gender,מין DocType: Contact,Gender,מין
apps/frappe/frappe/core/doctype/doctype/doctype.py +492,Field '{0}' cannot be set as Unique as it has non-unique values,שדה &#39;{0}&#39; לא ניתן להגדיר כייחודי שכן יש ערכים שאינם ייחודיים
apps/frappe/frappe/core/doctype/doctype/doctype.py +496,Field '{0}' cannot be set as Unique as it has non-unique values,שדה &#39;{0}&#39; לא ניתן להגדיר כייחודי שכן יש ערכים שאינם ייחודיים
DocType: Footer Item,URL,כתובת האתר DocType: Footer Item,URL,כתובת האתר
DocType: ToDo,Reference Type,סוג ההתייחסות DocType: ToDo,Reference Type,סוג ההתייחסות
DocType: Event,Repeat On,חזור על פעולה ב DocType: Event,Repeat On,חזור על פעולה ב
@@ -2113,8 +2112,8 @@ apps/frappe/frappe/public/js/frappe/form/link_selector.js +143,{0} added,{0} ה
apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} מנויים הוסיפו apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} מנויים הוסיפו
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,לא ב apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,לא ב
DocType: Workflow State,star,כוכב DocType: Workflow State,star,כוכב
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +228,values separated by commas,ערכים מופרדים בפסיקים
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Max width for type Currency is 100px in row {0},רוחב מרבי למטבע סוג הוא 100px בשורת {0}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,values separated by commas,ערכים מופרדים בפסיקים
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,Max width for type Currency is 100px in row {0},רוחב מרבי למטבע סוג הוא 100px בשורת {0}
apps/frappe/frappe/config/website.py +13,Content web page.,דף אינטרנט תוכן. apps/frappe/frappe/config/website.py +13,Content web page.,דף אינטרנט תוכן.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,הוסף תפקיד חדש apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,הוסף תפקיד חדש
apps/frappe/frappe/templates/includes/login/login.js +193,Oops! Something went wrong,אופס! משהו השתבש apps/frappe/frappe/templates/includes/login/login.js +193,Oops! Something went wrong,אופס! משהו השתבש
@@ -2125,7 +2124,7 @@ DocType: Address,Office,משרד
apps/frappe/frappe/desk/moduleview.py +94,Standard Reports,דוחות סטנדרטיים apps/frappe/frappe/desk/moduleview.py +94,Standard Reports,דוחות סטנדרטיים
DocType: User,Email Settings,הגדרות דואר אלקטרוני DocType: User,Email Settings,הגדרות דואר אלקטרוני
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} לא חוקי מדינה apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} לא חוקי מדינה
apps/frappe/frappe/core/doctype/doctype/doctype.py +519,Search field {0} is not valid,שדה חיפוש {0} אינו חוקי
apps/frappe/frappe/core/doctype/doctype/doctype.py +523,Search field {0} is not valid,שדה חיפוש {0} אינו חוקי
DocType: Workflow State,ok-circle,בסדר-המעגל DocType: Workflow State,ok-circle,בסדר-המעגל
apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',אתה יכול למצוא דברים בשאלה &#39;למצוא כתום לקוחות&#39; apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',אתה יכול למצוא דברים בשאלה &#39;למצוא כתום לקוחות&#39;
apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,סליחה! משתמש צריך להיות גישה מלאה לשיא שלהם. apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,סליחה! משתמש צריך להיות גישה מלאה לשיא שלהם.
@@ -2181,7 +2180,7 @@ DocType: Web Form,Allow Comments,אפשר הערות
DocType: User,Background Style,סגנון רקע DocType: User,Background Style,סגנון רקע
DocType: System Settings,mm-dd-yyyy,"מ""מ-יום-שנת" DocType: System Settings,mm-dd-yyyy,"מ""מ-יום-שנת"
apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} מחובר apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} מחובר
apps/frappe/frappe/templates/emails/new_user.html +4,Your login id is,מזהה הכניסה שלך הוא
apps/frappe/frappe/templates/emails/new_user.html +3,Your login id is,מזהה הכניסה שלך הוא
DocType: Dropbox Settings,Send Notifications To,לשלוח הודעות ל DocType: Dropbox Settings,Send Notifications To,לשלוח הודעות ל
DocType: Bulk Update,Max 500 records at a time,מקס 500 רשום בכל פעם DocType: Bulk Update,Max 500 records at a time,מקס 500 רשום בכל פעם
DocType: Translation,"If your data is in HTML, please copy paste the exact HTML code with the tags.","אם הנתונים שלך הוא ב- HTML, אנא העתק והדבק את קוד ה- HTML המדויק עם התגים." DocType: Translation,"If your data is in HTML, please copy paste the exact HTML code with the tags.","אם הנתונים שלך הוא ב- HTML, אנא העתק והדבק את קוד ה- HTML המדויק עם התגים."


+ 94
- 94
frappe/translations/hi.csv View File

@@ -55,7 +55,7 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +52,Data Import Templa
apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,माता-पिता apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,माता-पिता
DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","सक्षम होने पर, न्यूनतम पासवर्ड स्कोर मान के आधार पर पासवर्ड की ताकत को लागू किया जाएगा। 2 का मतलब मध्यम मजबूत और 4 बहुत मजबूत है।" DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","सक्षम होने पर, न्यूनतम पासवर्ड स्कोर मान के आधार पर पासवर्ड की ताकत को लागू किया जाएगा। 2 का मतलब मध्यम मजबूत और 4 बहुत मजबूत है।"
DocType: About Us Settings,"""Team Members"" or ""Management""",&quot;टीम के सदस्यों&quot; या &quot;प्रबंधन&quot; DocType: About Us Settings,"""Team Members"" or ""Management""",&quot;टीम के सदस्यों&quot; या &quot;प्रबंधन&quot;
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Default for 'Check' type of field must be either '0' or '1',क्षेत्र की 'चेक' प्रकार के लिए डिफ़ॉल्ट या तो '0' या '1' होना चाहिए
apps/frappe/frappe/core/doctype/doctype/doctype.py +461,Default for 'Check' type of field must be either '0' or '1',क्षेत्र की 'चेक' प्रकार के लिए डिफ़ॉल्ट या तो '0' या '1' होना चाहिए
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,कल apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,कल
DocType: Contact,Designation,पदनाम DocType: Contact,Designation,पदनाम
DocType: Test Runner,Test Runner,टेस्ट धावक DocType: Test Runner,Test Runner,टेस्ट धावक
@@ -71,7 +71,7 @@ DocType: DocType,Is Published Field,प्रकाशित क्षेत्
DocType: Email Group,Email Group,ईमेल समूह DocType: Email Group,Email Group,ईमेल समूह
DocType: Note,Seen By,द्वारा देखा गया DocType: Note,Seen By,द्वारा देखा गया
apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,मल्टीपल जोड़ें apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,मल्टीपल जोड़ें
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Not Like,उसके जैसा नहीं
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Not Like,उसके जैसा नहीं
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,क्षेत्र के लिए प्रदर्शन लेबल सेट apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,क्षेत्र के लिए प्रदर्शन लेबल सेट
apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},गलत मूल्य: {0} होना चाहिए {1} {2} apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},गलत मूल्य: {0} होना चाहिए {1} {2}
apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","बदले क्षेत्र गुण (छुपाने , केवल पढ़ने के लिए , अनुमति आदि )" apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","बदले क्षेत्र गुण (छुपाने , केवल पढ़ने के लिए , अनुमति आदि )"
@@ -160,7 +160,8 @@ apps/frappe/frappe/public/js/frappe/upload.js +296,Uploading...,अपलोड
DocType: Email Domain,Email Domain,ईमेल डोमेन DocType: Email Domain,Email Domain,ईमेल डोमेन
DocType: Workflow State,italic,तिरछा DocType: Workflow State,italic,तिरछा
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,सभी के लिए apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,सभी के लिए
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,{0}: Cannot set Import without Create,{0} : बनाएँ बिना आयात सेट नहीं कर सकता
apps/frappe/frappe/core/doctype/doctype/doctype.py +706,{0}: Cannot set Import without Create,{0} : बनाएँ बिना आयात सेट नहीं कर सकता
apps/frappe/frappe/templates/emails/auto_email_report.html +45,View report in your browser,अपने ब्राउज़र में रिपोर्ट देखें
apps/frappe/frappe/config/desk.py +26,Event and other calendars.,घटना और अन्य कैलेंडरों। apps/frappe/frappe/config/desk.py +26,Event and other calendars.,घटना और अन्य कैलेंडरों।
apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,टिप्पणी सबमिट करने के लिए सभी फ़ील्ड आवश्यक हैं apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,टिप्पणी सबमिट करने के लिए सभी फ़ील्ड आवश्यक हैं
apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,तरह स्तंभों को खींचें apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,तरह स्तंभों को खींचें
@@ -237,7 +238,7 @@ apps/frappe/frappe/config/setup.py +121,Update many values at one time.,एक
apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,त्रुटि: आप इसे खोल दिया है के बाद दस्तावेज़ संशोधित किया गया है apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,त्रुटि: आप इसे खोल दिया है के बाद दस्तावेज़ संशोधित किया गया है
apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} लॉग आउट: {1} apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} लॉग आउट: {1}
DocType: Address,West Bengal,पश्चिम बंगाल DocType: Address,West Bengal,पश्चिम बंगाल
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0}: Cannot set Assign Submit if not Submittable,{0} : असाइन सबमिट सेट नहीं कर सकता Submittable यदि नहीं
apps/frappe/frappe/core/doctype/doctype/doctype.py +727,{0}: Cannot set Assign Submit if not Submittable,{0} : असाइन सबमिट सेट नहीं कर सकता Submittable यदि नहीं
DocType: Social Login Keys,Facebook,फेसबुक DocType: Social Login Keys,Facebook,फेसबुक
apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",छानने का आधार &quot;{0}&quot; apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",छानने का आधार &quot;{0}&quot;
DocType: Salutation,Administrator,प्रशासक DocType: Salutation,Administrator,प्रशासक
@@ -261,7 +262,7 @@ DocType: User,Get your globally recognized avatar from Gravatar.com,Gravatar.com
apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","आपकी सदस्यता {0} को समाप्त हो गई। नवीनीकृत करने के लिए, {1}।" apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","आपकी सदस्यता {0} को समाप्त हो गई। नवीनीकृत करने के लिए, {1}।"
DocType: Workflow State,plus-sign,प्लस पर हस्ताक्षर DocType: Workflow State,plus-sign,प्लस पर हस्ताक्षर
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,सेटअप पहले से ही पूरा apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,सेटअप पहले से ही पूरा
apps/frappe/frappe/__init__.py +897,App {0} is not installed,अनुप्रयोग {0} स्थापित नहीं है
apps/frappe/frappe/__init__.py +898,App {0} is not installed,अनुप्रयोग {0} स्थापित नहीं है
DocType: Workflow State,Refresh,ताज़ा करना DocType: Workflow State,Refresh,ताज़ा करना
DocType: Event,Public,सार्वजनिक DocType: Event,Public,सार्वजनिक
apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,दिखाने के लिए कुछ भी नहीं apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,दिखाने के लिए कुछ भी नहीं
@@ -269,7 +270,7 @@ apps/frappe/frappe/public/js/frappe/model/model.js +24,Liked By,द्वार
apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,ई - मेल समर्थन apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,ई - मेल समर्थन
DocType: DocField,Print Hide If No Value,प्रिंट छिपाने का कोई मूल्य नहीं DocType: DocField,Print Hide If No Value,प्रिंट छिपाने का कोई मूल्य नहीं
DocType: Event,yellow,पीला DocType: Event,yellow,पीला
apps/frappe/frappe/core/doctype/doctype/doctype.py +563,Is Published Field must be a valid fieldname,प्रकाशित किया जाता है फील्ड चाहिए एक वैध FIELDNAME हो
apps/frappe/frappe/core/doctype/doctype/doctype.py +567,Is Published Field must be a valid fieldname,प्रकाशित किया जाता है फील्ड चाहिए एक वैध FIELDNAME हो
apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,अनुलग्नक अपलोड करें apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,अनुलग्नक अपलोड करें
DocType: Block Module,Block Module,ब्लॉक मॉड्यूल DocType: Block Module,Block Module,ब्लॉक मॉड्यूल
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,निर्यात खाका apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,निर्यात खाका
@@ -286,7 +287,7 @@ DocType: Email Account,Total number of emails to sync in initial sync process ,
DocType: Website Settings,Set Banner from Image,छवि से बैनर सेट DocType: Website Settings,Set Banner from Image,छवि से बैनर सेट
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,वैश्विक खोज apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,वैश्विक खोज
DocType: Email Account,SparkPost,SparkPost DocType: Email Account,SparkPost,SparkPost
apps/frappe/frappe/templates/emails/new_user.html +3,A new account has been created for you at {0},एक नया खाता में आप के लिए बनाया गया है {0}
apps/frappe/frappe/templates/emails/new_user.html +2,A new account has been created for you at {0},एक नया खाता में आप के लिए बनाया गया है {0}
apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,निर्देश ईमेल apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,निर्देश ईमेल
apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),दर्ज ईमेल प्राप्तकर्ता (ओं) apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),दर्ज ईमेल प्राप्तकर्ता (ओं)
DocType: Print Format,Verdana,Verdana DocType: Print Format,Verdana,Verdana
@@ -352,7 +353,7 @@ apps/frappe/frappe/utils/nestedset.py +218,Merging is only possible between Grou
apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},जोड़ा गया {0} apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},जोड़ा गया {0}
apps/frappe/frappe/www/search.html +28,No matching records. Search something new,कोई मिलती-जुलती रिकॉर्ड। खोजें कुछ नया apps/frappe/frappe/www/search.html +28,No matching records. Search something new,कोई मिलती-जुलती रिकॉर्ड। खोजें कुछ नया
DocType: Currency,Fraction Units,अंश इकाइयों DocType: Currency,Fraction Units,अंश इकाइयों
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +431,{0} from {1} to {2},{0} से {1} {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +433,{0} from {1} to {2},{0} से {1} {2}
DocType: Communication,Type,टाइप DocType: Communication,Type,टाइप
DocType: Authentication Log,Subject,विषय DocType: Authentication Log,Subject,विषय
DocType: Web Form,Amount Based On Field,राशि क्षेत्र के आधार पर DocType: Web Form,Amount Based On Field,राशि क्षेत्र के आधार पर
@@ -365,10 +366,10 @@ DocType: Workflow State,plane,विमान
apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","आप नए रिकॉर्ड अपलोड कर रहे हैं, तो मौजूद है, ""सीरीज का नामकरण"", अनिवार्य हो जाता है।" apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","आप नए रिकॉर्ड अपलोड कर रहे हैं, तो मौजूद है, ""सीरीज का नामकरण"", अनिवार्य हो जाता है।"
apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,आज के लिए अलर्ट प्राप्त करें apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,आज के लिए अलर्ट प्राप्त करें
apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,Doctype केवल प्रशासक द्वारा नाम दिया जा सकता apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,Doctype केवल प्रशासक द्वारा नाम दिया जा सकता
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +442,changed value of {0},की परिवर्तित मान {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +444,changed value of {0},की परिवर्तित मान {0}
DocType: Report,JSON,JSON DocType: Report,JSON,JSON
apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,सत्यापन के लिए अपने ईमेल की जाँच करें apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,सत्यापन के लिए अपने ईमेल की जाँच करें
apps/frappe/frappe/core/doctype/doctype/doctype.py +509,Fold can not be at the end of the form,मोड़ो फार्म के अंत में नहीं किया जा सकता
apps/frappe/frappe/core/doctype/doctype/doctype.py +513,Fold can not be at the end of the form,मोड़ो फार्म के अंत में नहीं किया जा सकता
DocType: Communication,Bounced,बाउंस DocType: Communication,Bounced,बाउंस
DocType: Deleted Document,Deleted Name,हटाए गए नाम DocType: Deleted Document,Deleted Name,हटाए गए नाम
apps/frappe/frappe/config/setup.py +14,System and Website Users,सिस्टम और वेबसाइट के उपयोगकर्ताओं apps/frappe/frappe/config/setup.py +14,System and Website Users,सिस्टम और वेबसाइट के उपयोगकर्ताओं
@@ -376,25 +377,26 @@ DocType: Workflow Document State,Doc Status,डॉक्टर स्थित
DocType: Auto Email Report,No of Rows (Max 500),पंक्तियों की कोई (अधिकतम 500) DocType: Auto Email Report,No of Rows (Max 500),पंक्तियों की कोई (अधिकतम 500)
DocType: Language,Language Code,भाषा कोड DocType: Language,Language Code,भाषा कोड
apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","आपका डाउनलोड का निर्माण किया जा रहा है, इसमें कुछ समय लग सकता है ..." apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","आपका डाउनलोड का निर्माण किया जा रहा है, इसमें कुछ समय लग सकता है ..."
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +23,Add Filter,फ़िल्टर जोड़ें
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +21,Add Filter,फ़िल्टर जोड़ें
apps/frappe/frappe/www/feedback.html +23,Your rating: ,तुम्हारी रेटिंग: apps/frappe/frappe/www/feedback.html +23,Your rating: ,तुम्हारी रेटिंग:
apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} और {1} apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} और {1}
DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",हमेशा मुद्रण मसौदा दस्तावेज के लिए शीर्षक &quot;ड्राफ्ट&quot; जोड़ने DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",हमेशा मुद्रण मसौदा दस्तावेज के लिए शीर्षक &quot;ड्राफ्ट&quot; जोड़ने
apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,ईमेल को स्पैम के रूप में चिह्नित किया गया है apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,ईमेल को स्पैम के रूप में चिह्नित किया गया है
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,सेटअप&gt; उपयोगकर्ता
DocType: About Us Settings,Website Manager,वेबसाइट प्रबंधक DocType: About Us Settings,Website Manager,वेबसाइट प्रबंधक
apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,आपने ड्राफ्ट या रद्द किए गए दस्तावेज़ों का चयन किया है apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,आपने ड्राफ्ट या रद्द किए गए दस्तावेज़ों का चयन किया है
apps/frappe/frappe/model/document.py +1044,Document Queued,दस्तावेज़ पंक्तिबद्ध apps/frappe/frappe/model/document.py +1044,Document Queued,दस्तावेज़ पंक्तिबद्ध
DocType: GSuite Templates,Destination ID,गंतव्य आईडी DocType: GSuite Templates,Destination ID,गंतव्य आईडी
DocType: Desktop Icon,List,लिस्ट DocType: Desktop Icon,List,लिस्ट
DocType: Communication,Link Name,लिंक का नाम DocType: Communication,Link Name,लिंक का नाम
apps/frappe/frappe/core/doctype/doctype/doctype.py +433,Field {0} in row {1} cannot be hidden and mandatory without default,फ़ील्ड {0} पंक्ति में {1} डिफ़ॉल्ट बिना छिपा हुआ है और अनिवार्य नहीं किया जा सकता
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Field {0} in row {1} cannot be hidden and mandatory without default,फ़ील्ड {0} पंक्ति में {1} डिफ़ॉल्ट बिना छिपा हुआ है और अनिवार्य नहीं किया जा सकता
DocType: System Settings,mm/dd/yyyy,dd / mm / yyyy DocType: System Settings,mm/dd/yyyy,dd / mm / yyyy
apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,अवैध पासवर्ड: apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,अवैध पासवर्ड:
DocType: Print Settings,Send document web view link in email,भेजें ईमेल में दस्तावेज़ वेब दृश्य लिंक DocType: Print Settings,Send document web view link in email,भेजें ईमेल में दस्तावेज़ वेब दृश्य लिंक
apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,दस्तावेज़ के लिए अपनी प्रतिक्रिया {0} सफलतापूर्वक सहेजा गया है apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,दस्तावेज़ के लिए अपनी प्रतिक्रिया {0} सफलतापूर्वक सहेजा गया है
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,पिछला apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,पिछला
apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,पुन: apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,पुन:
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +496,{0} rows for {1},{0} के लिए पंक्तियों {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +498,{0} rows for {1},{0} के लिए पंक्तियों {1}
DocType: Currency,"Sub-currency. For e.g. ""Cent""",उप - मुद्रा. उदाहरण के लिए &quot;प्रतिशत&quot; DocType: Currency,"Sub-currency. For e.g. ""Cent""",उप - मुद्रा. उदाहरण के लिए &quot;प्रतिशत&quot;
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,अपलोड की गई फ़ाइल का चयन करें apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,अपलोड की गई फ़ाइल का चयन करें
DocType: Letter Head,Check this to make this the default letter head in all prints,इस जाँच के लिए सभी प्रिंट में इस डिफ़ॉल्ट पत्र सिर DocType: Letter Head,Check this to make this the default letter head in all prints,इस जाँच के लिए सभी प्रिंट में इस डिफ़ॉल्ट पत्र सिर
@@ -417,7 +419,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +5,
DocType: Event,Wednesday,बुधवार DocType: Event,Wednesday,बुधवार
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","इसके अलावा रोल आधारित अनुमति नियमों से , आप doctypes के आधार पर उपयोगकर्ता अनुमतियाँ लागू कर सकते हैं ." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","इसके अलावा रोल आधारित अनुमति नियमों से , आप doctypes के आधार पर उपयोगकर्ता अनुमतियाँ लागू कर सकते हैं ."
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","यह अनुमतियाँ उन सभी लेनदेन दस्तावेजो पर लागू होंगे जहां अनुमतीत अभिलेख शृंखलित है। मिसाल के तौर पर, यदि कंपनी-सी यूजर-क्ष के यूजर्स पेर्मिशन्स के द्वारा जोड़े जाने पर, यूजर-क्ष सिर्फ उसी लेनदेन दस्तावेजो को देख पायेगा जो कंपनी-सी से जुडी होगी।" apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","यह अनुमतियाँ उन सभी लेनदेन दस्तावेजो पर लागू होंगे जहां अनुमतीत अभिलेख शृंखलित है। मिसाल के तौर पर, यदि कंपनी-सी यूजर-क्ष के यूजर्स पेर्मिशन्स के द्वारा जोड़े जाने पर, यूजर-क्ष सिर्फ उसी लेनदेन दस्तावेजो को देख पायेगा जो कंपनी-सी से जुडी होगी।"
apps/frappe/frappe/core/doctype/doctype/doctype.py +554,Image field must be a valid fieldname,छवि क्षेत्र एक वैध FIELDNAME होना चाहिए
apps/frappe/frappe/core/doctype/doctype/doctype.py +558,Image field must be a valid fieldname,छवि क्षेत्र एक वैध FIELDNAME होना चाहिए
DocType: OAuth Client,Token,टोकन DocType: OAuth Client,Token,टोकन
DocType: Property Setter,ID (name) of the entity whose property is to be set,इकाई जिनकी संपत्ति को सेट किया जा रहा है की आईडी (नाम) DocType: Property Setter,ID (name) of the entity whose property is to be set,इकाई जिनकी संपत्ति को सेट किया जा रहा है की आईडी (नाम)
apps/frappe/frappe/limits.py +82,"To renew, {0}.","नवीनीकृत करने के लिए, {0}।" apps/frappe/frappe/limits.py +82,"To renew, {0}.","नवीनीकृत करने के लिए, {0}।"
@@ -426,7 +428,7 @@ DocType: Web Form,Sidebar Items,साइडबार आइटम
apps/frappe/frappe/installer.py +125,App {0} already installed,ऐप {0} पहले से स्थापित है apps/frappe/frappe/installer.py +125,App {0} already installed,ऐप {0} पहले से स्थापित है
DocType: Workflow State,exclamation-sign,विस्मयादिबोधक हस्ताक्षर DocType: Workflow State,exclamation-sign,विस्मयादिबोधक हस्ताक्षर
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,शो अनुमतियां apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,शो अनुमतियां
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a Link or Dynamic Link,इस समय क्षेत्र एक लिंक या गतिशील लिंक होना चाहिए
apps/frappe/frappe/core/doctype/doctype/doctype.py +578,Timeline field must be a Link or Dynamic Link,इस समय क्षेत्र एक लिंक या गतिशील लिंक होना चाहिए
apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,तिथि सीमा apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,तिथि सीमा
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,गैंट apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,गैंट
apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},पृष्ठ {0} {1} apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},पृष्ठ {0} {1}
@@ -456,18 +458,18 @@ DocType: Workflow State,music,संगीत
DocType: Web Page,Settings,सेटिंग्स DocType: Web Page,Settings,सेटिंग्स
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,टैग निर्दिष्ट करें apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,टैग निर्दिष्ट करें
DocType: Print Format,Style Settings,शैली सेटिंग्स DocType: Print Format,Style Settings,शैली सेटिंग्स
apps/frappe/frappe/core/doctype/doctype/doctype.py +585,Sort field {0} must be a valid fieldname,क्रमबद्ध क्षेत्र {0} एक वैध FIELDNAME होना चाहिए
apps/frappe/frappe/core/doctype/doctype/doctype.py +589,Sort field {0} must be a valid fieldname,क्रमबद्ध क्षेत्र {0} एक वैध FIELDNAME होना चाहिए
apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,अधिक apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,अधिक
DocType: Contact,Sales Manager,बिक्री प्रबंधक DocType: Contact,Sales Manager,बिक्री प्रबंधक
apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,नाम बदलें apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,नाम बदलें
DocType: Print Format,Format Data,स्वरूप डेटा DocType: Print Format,Format Data,स्वरूप डेटा
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Like,जैसा
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Like,जैसा
DocType: Customize Form Field,Customize Form Field,प्रपत्र फ़ील्ड अनुकूलित DocType: Customize Form Field,Customize Form Field,प्रपत्र फ़ील्ड अनुकूलित
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,उपयोगकर्ता की अनुमति apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,उपयोगकर्ता की अनुमति
DocType: OAuth Client,Grant Type,अनुदान के प्रकार DocType: OAuth Client,Grant Type,अनुदान के प्रकार
apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,दस्तावेज़ किसी उपयोगकर्ता द्वारा पठनीय हैं जो जांच करें apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,दस्तावेज़ किसी उपयोगकर्ता द्वारा पठनीय हैं जो जांच करें
apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,लिस्टिंग ऐप को अनुमति नहीं है apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,लिस्टिंग ऐप को अनुमति नहीं है
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,use % as wildcard,वाइल्डकार्ड के रूप में% का उपयोग
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +230,use % as wildcard,वाइल्डकार्ड के रूप में% का उपयोग
apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","ईमेल डोमेन इस खाते के लिए नियोजित नहीं है, एक बनाएँ?" apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","ईमेल डोमेन इस खाते के लिए नियोजित नहीं है, एक बनाएँ?"
DocType: User,Reset Password Key,पासवर्ड को रीसेट DocType: User,Reset Password Key,पासवर्ड को रीसेट
DocType: Email Account,Enable Auto Reply,ऑटो जवाब सक्षम करें DocType: Email Account,Enable Auto Reply,ऑटो जवाब सक्षम करें
@@ -492,11 +494,12 @@ apps/frappe/frappe/model/document.py +574,Cannot change docstatus from 1 to 0,1-
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,अब बैकअप लेने apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,अब बैकअप लेने
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,आपका स्वागत है apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,आपका स्वागत है
apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,इंस्टॉल किए गए एप्लिकेशन apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,इंस्टॉल किए गए एप्लिकेशन
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,सेटअप&gt; उपयोगकर्ता अनुमतियां प्रबंधक
DocType: Contact,Open,खुला DocType: Contact,Open,खुला
DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,राज्यों पर कार्रवाई और अगले कदम के लिए और अनुमति दी भूमिकाओं को परिभाषित करता है। DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,राज्यों पर कार्रवाई और अगले कदम के लिए और अनुमति दी भूमिकाओं को परिभाषित करता है।
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","एक सबसे अच्छा अभ्यास के रूप में, अलग भूमिकाएं करने की अनुमति शासन के एक ही सेट प्रदान नहीं करते. इसके बजाय , एक ही उपयोगकर्ता के लिए कई भूमिकाओं की स्थापना की." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","एक सबसे अच्छा अभ्यास के रूप में, अलग भूमिकाएं करने की अनुमति शासन के एक ही सेट प्रदान नहीं करते. इसके बजाय , एक ही उपयोगकर्ता के लिए कई भूमिकाओं की स्थापना की."
DocType: Web Form,Message to be displayed on successful completion,संदेश सफल समापन पर प्रदर्शित करने के लिए DocType: Web Form,Message to be displayed on successful completion,संदेश सफल समापन पर प्रदर्शित करने के लिए
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +42,Only {0} emailed reports are allowed per user,केवल {0} ईमेल रिपोर्टों प्रति उपयोगकर्ता की अनुमति है
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +43,Only {0} emailed reports are allowed per user,केवल {0} ईमेल रिपोर्टों प्रति उपयोगकर्ता की अनुमति है
DocType: Address,Address Title,पता शीर्षक DocType: Address,Address Title,पता शीर्षक
DocType: Website Settings,Footer Items,पाद लेख आइटम DocType: Website Settings,Footer Items,पाद लेख आइटम
apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,अनुरोध प्रतिक्रिया apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,अनुरोध प्रतिक्रिया
@@ -511,7 +514,7 @@ DocType: DocField,Set Only Once,केवल एक बार सेट
DocType: Email Queue Recipient,Email Queue Recipient,ईमेल कतार प्राप्तकर्ता DocType: Email Queue Recipient,Email Queue Recipient,ईमेल कतार प्राप्तकर्ता
DocType: Address,Nagaland,नगालैंड DocType: Address,Nagaland,नगालैंड
apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,प्रयोक्ता नाम {0} पहले से ही मौजूद है apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,प्रयोक्ता नाम {0} पहले से ही मौजूद है
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set import as {1} is not importable,{0} {1} आयात योग्य नहीं है के रूप में आयात सेट नहीं कर सकता
apps/frappe/frappe/core/doctype/doctype/doctype.py +733,{0}: Cannot set import as {1} is not importable,{0} {1} आयात योग्य नहीं है के रूप में आयात सेट नहीं कर सकता
apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},अपनी पता टेम्पलेट में कोई त्रुटि है {0} apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},अपनी पता टेम्पलेट में कोई त्रुटि है {0}
DocType: Footer Item,"target = ""_blank""",लक्ष्य = &quot;_blank&quot; DocType: Footer Item,"target = ""_blank""",लक्ष्य = &quot;_blank&quot;
DocType: Workflow State,hdd,hdd DocType: Workflow State,hdd,hdd
@@ -523,7 +526,7 @@ DocType: Communication,From Full Name,पूरा नाम से
apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},आप रिपोर्ट के लिए पहुँच नहीं है: {0} apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},आप रिपोर्ट के लिए पहुँच नहीं है: {0}
DocType: User,Send Welcome Email,स्वागत ईमेल भेजें DocType: User,Send Welcome Email,स्वागत ईमेल भेजें
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,डाउनलोड के रूप में एक ही प्रारूप में सभी उपयोगकर्ता अनुमतियाँ युक्त सीएसवी फाइल अपलोड करें. apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,डाउनलोड के रूप में एक ही प्रारूप में सभी उपयोगकर्ता अनुमतियाँ युक्त सीएसवी फाइल अपलोड करें.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +449,Remove Filter,फ़िल्टर निकालें
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +450,Remove Filter,फ़िल्टर निकालें
DocType: Address,Daman and Diu,दमन और दीव DocType: Address,Daman and Diu,दमन और दीव
DocType: Address,Personal,व्यक्तिगत DocType: Address,Personal,व्यक्तिगत
apps/frappe/frappe/config/setup.py +113,Bulk Rename,थोक नाम बदलें apps/frappe/frappe/config/setup.py +113,Bulk Rename,थोक नाम बदलें
@@ -553,13 +556,12 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.js +33,Send
apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","मानक डॉकटाइप डिफ़ॉल्ट प्रिंट प्रारूप नहीं हो सकता, कस्टमाइज़ फ़ॉर्म का उपयोग करें" apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","मानक डॉकटाइप डिफ़ॉल्ट प्रिंट प्रारूप नहीं हो सकता, कस्टमाइज़ फ़ॉर्म का उपयोग करें"
DocType: Report,Query,प्रश्न DocType: Report,Query,प्रश्न
DocType: DocType,Sort Order,सॉर्ट क्रम DocType: DocType,Sort Order,सॉर्ट क्रम
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,'In List View' not allowed for type {0} in row {1},' सूची दृश्य में ' की अनुमति नहीं प्रकार के लिए {0} पंक्ति में {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In List View' not allowed for type {0} in row {1},' सूची दृश्य में ' की अनुमति नहीं प्रकार के लिए {0} पंक्ति में {1}
DocType: Custom Field,Select the label after which you want to insert new field.,लेबल का चयन करें जिसके बाद आप नए क्षेत्र सम्मिलित करना चाहते हैं. DocType: Custom Field,Select the label after which you want to insert new field.,लेबल का चयन करें जिसके बाद आप नए क्षेत्र सम्मिलित करना चाहते हैं.
,Document Share Report,दस्तावेज़ को साझा रिपोर्ट ,Document Share Report,दस्तावेज़ को साझा रिपोर्ट
DocType: User,Last Login,अंतिम लॉगिन DocType: User,Last Login,अंतिम लॉगिन
apps/frappe/frappe/core/doctype/doctype/doctype.py +600,Fieldname is required in row {0},FIELDNAME पंक्ति में आवश्यक है {0}
apps/frappe/frappe/core/doctype/doctype/doctype.py +604,Fieldname is required in row {0},FIELDNAME पंक्ति में आवश्यक है {0}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,स्तंभ apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,स्तंभ
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,कृपया सेटअप&gt; ईमेल&gt; ईमेल खाता से डिफ़ॉल्ट ईमेल खाता सेट करें
DocType: Custom Field,Adds a custom field to a DocType,एक doctype के लिए एक कस्टम क्षेत्र जोड़ता है DocType: Custom Field,Adds a custom field to a DocType,एक doctype के लिए एक कस्टम क्षेत्र जोड़ता है
DocType: File,Is Home Folder,होम फ़ोल्डर है DocType: File,Is Home Folder,होम फ़ोल्डर है
apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} एक मान्य ईमेल पता नहीं है apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} एक मान्य ईमेल पता नहीं है
@@ -583,7 +585,7 @@ DocType: File,Folder,फ़ोल्डर
DocType: DocField,Index,अनुक्रमणिका DocType: DocField,Index,अनुक्रमणिका
DocType: Email Group,Newsletter Manager,न्यूज़लैटर प्रबंधक DocType: Email Group,Newsletter Manager,न्यूज़लैटर प्रबंधक
apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,विकल्प 1 apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,विकल्प 1
apps/frappe/frappe/public/js/frappe/form/formatters.js +124,{0} to {1},{0} से {1}
apps/frappe/frappe/public/js/frappe/form/formatters.js +129,{0} to {1},{0} से {1}
apps/frappe/frappe/config/setup.py +89,Log of error during requests.,अनुरोधों के दौरान त्रुटि के लॉग ऑन करें। apps/frappe/frappe/config/setup.py +89,Log of error during requests.,अनुरोधों के दौरान त्रुटि के लॉग ऑन करें।
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} सफलतापूर्वक ईमेल समूह को जोड़ा गया है। apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} सफलतापूर्वक ईमेल समूह को जोड़ा गया है।
DocType: Address,Uttar Pradesh,उत्तर प्रदेश DocType: Address,Uttar Pradesh,उत्तर प्रदेश
@@ -593,7 +595,7 @@ apps/frappe/frappe/email/doctype/newsletter/newsletter.py +30,Scheduled to send
DocType: Kanban Board Column,Indicator,सूचक DocType: Kanban Board Column,Indicator,सूचक
DocType: DocShare,Everyone,हर DocType: DocShare,Everyone,हर
DocType: Workflow State,backward,पिछड़ा DocType: Workflow State,backward,पिछड़ा
apps/frappe/frappe/core/doctype/doctype/doctype.py +676,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: एक ही भूमिका, स्तर और साथ की अनुमति सिर्फ एक ही नियम {1}"
apps/frappe/frappe/core/doctype/doctype/doctype.py +680,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: एक ही भूमिका, स्तर और साथ की अनुमति सिर्फ एक ही नियम {1}"
DocType: Email Queue,Add Unsubscribe Link,जोड़े सदस्यता रद्द करें लिंक DocType: Email Queue,Add Unsubscribe Link,जोड़े सदस्यता रद्द करें लिंक
apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,अभी कोई टिप्पणी नही। एक नई चर्चा शुरू करें। apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,अभी कोई टिप्पणी नही। एक नई चर्चा शुरू करें।
DocType: Workflow State,share,शेयर DocType: Workflow State,share,शेयर
@@ -632,7 +634,7 @@ apps/frappe/frappe/printing/doctype/print_format/print_format.py +80,{0} is now
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,संग्रहीत कॉलम apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,संग्रहीत कॉलम
DocType: Email Account,Default Outgoing,डिफ़ॉल्ट निवर्तमान DocType: Email Account,Default Outgoing,डिफ़ॉल्ट निवर्तमान
DocType: Workflow State,play,खेल DocType: Workflow State,play,खेल
apps/frappe/frappe/templates/emails/new_user.html +5,Click on the link below to complete your registration and set a new password,नीचे अपना पंजीकरण पूरा करने के लिए इस लिंक पर क्लिक करें और एक नया पासवर्ड सेट
apps/frappe/frappe/templates/emails/new_user.html +4,Click on the link below to complete your registration and set a new password,नीचे अपना पंजीकरण पूरा करने के लिए इस लिंक पर क्लिक करें और एक नया पासवर्ड सेट
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,जोड़ नहीं था apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,जोड़ नहीं था
apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,कोई ईमेल खाते निरुपित apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,कोई ईमेल खाते निरुपित
DocType: Contact Us Settings,Contact Us Settings,हमसे सेटिंग्स संपर्क DocType: Contact Us Settings,Contact Us Settings,हमसे सेटिंग्स संपर्क
@@ -653,12 +655,12 @@ apps/frappe/frappe/core/page/user_permissions/user_permissions.js +127,Upload Us
DocType: Dropbox Settings,App Secret Key,एप्लिकेशन को गुप्त कुंजी DocType: Dropbox Settings,App Secret Key,एप्लिकेशन को गुप्त कुंजी
apps/frappe/frappe/config/website.py +7,Web Site,वेबसाइट apps/frappe/frappe/config/website.py +7,Web Site,वेबसाइट
apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,चेक किए गए आइटम डेस्कटॉप पर दिखाया जाएगा apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,चेक किए गए आइटम डेस्कटॉप पर दिखाया जाएगा
apps/frappe/frappe/core/doctype/doctype/doctype.py +719,{0} cannot be set for Single types,{0} एकल प्रकार के लिए निर्धारित नहीं किया जा सकता
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0} cannot be set for Single types,{0} एकल प्रकार के लिए निर्धारित नहीं किया जा सकता
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Kanban बोर्ड {0} मौजूद नहीं है। apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Kanban बोर्ड {0} मौजूद नहीं है।
apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} वर्तमान में इस दस्तावेज़ को देख रहे हैं apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} वर्तमान में इस दस्तावेज़ को देख रहे हैं
DocType: ToDo,Assigned By Full Name,पूरा नाम द्वारा आवंटित DocType: ToDo,Assigned By Full Name,पूरा नाम द्वारा आवंटित
apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} अद्यतन apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} अद्यतन
apps/frappe/frappe/core/doctype/doctype/doctype.py +709,Report cannot be set for Single types,रिपोर्ट एकल प्रकार के लिए निर्धारित नहीं किया जा सकता
apps/frappe/frappe/core/doctype/doctype/doctype.py +713,Report cannot be set for Single types,रिपोर्ट एकल प्रकार के लिए निर्धारित नहीं किया जा सकता
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} दिन पहले apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} दिन पहले
DocType: Email Account,Awaiting Password,प्रतीक्षा कर रहा है पासवर्ड DocType: Email Account,Awaiting Password,प्रतीक्षा कर रहा है पासवर्ड
DocType: Address,Address Line 1,पता पंक्ति 1 DocType: Address,Address Line 1,पता पंक्ति 1
@@ -708,7 +710,7 @@ DocType: Feedback Trigger,"To add dynamic subject, use jinja tags like
apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,अनुप्रयोग {0} हटा apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,अनुप्रयोग {0} हटा
DocType: Custom DocPerm,Apply User Permissions,उपयोगकर्ता अनुमतियाँ लागू करें DocType: Custom DocPerm,Apply User Permissions,उपयोगकर्ता अनुमतियाँ लागू करें
DocType: User,Modules HTML,मॉड्यूल एचटीएमएल DocType: User,Modules HTML,मॉड्यूल एचटीएमएल
apps/frappe/frappe/public/js/frappe/ui/field_group.js +82,Missing Values Required,आवश्यक लापता मूल्यों
apps/frappe/frappe/public/js/frappe/ui/field_group.js +96,Missing Values Required,आवश्यक लापता मूल्यों
DocType: DocType,Other Settings,अन्य सेटिंग DocType: DocType,Other Settings,अन्य सेटिंग
DocType: Social Login Keys,Frappe,फ्रेपे DocType: Social Login Keys,Frappe,फ्रेपे
apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,अपठित के रूप में चिह्नित करें apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,अपठित के रूप में चिह्नित करें
@@ -762,7 +764,7 @@ DocType: Event,orange,नारंगी
apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,कोई {0} पाया apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,कोई {0} पाया
apps/frappe/frappe/config/setup.py +242,Add custom forms.,कस्टम प्रपत्र जोड़ें। apps/frappe/frappe/config/setup.py +242,Add custom forms.,कस्टम प्रपत्र जोड़ें।
apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} में {2} apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} में {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +419,submitted this document,इस दस्तावेज प्रस्तुत
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,submitted this document,इस दस्तावेज प्रस्तुत
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,The system provides many pre-defined roles. You can add new roles to set finer permissions.,प्रणाली कई पूर्व निर्धारित भूमिकाओं में हैं. आप महीन अनुमति सेट करने के लिए नई भूमिका में जोड़ सकते हैं . apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,The system provides many pre-defined roles. You can add new roles to set finer permissions.,प्रणाली कई पूर्व निर्धारित भूमिकाओं में हैं. आप महीन अनुमति सेट करने के लिए नई भूमिका में जोड़ सकते हैं .
DocType: Communication,CC,सीसी DocType: Communication,CC,सीसी
DocType: Country,Geo,जियो DocType: Country,Geo,जियो
@@ -812,7 +814,7 @@ DocType: DocType,Hide Toolbar,टूलबार छिपाएँ
DocType: User,Last Active,सक्रिय अंतिम DocType: User,Last Active,सक्रिय अंतिम
DocType: Email Account,SMTP Settings for outgoing emails,निवर्तमान ईमेल के लिए SMTP सेटिंग DocType: Email Account,SMTP Settings for outgoing emails,निवर्तमान ईमेल के लिए SMTP सेटिंग
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,आयात विफल apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,आयात विफल
apps/frappe/frappe/templates/emails/password_update.html +3,Your password has been updated. Here is your new password,आपका पासवर्ड बदला जा चुका है। यहाँ अपना नया पासवर्ड है
apps/frappe/frappe/templates/emails/password_update.html +2,Your password has been updated. Here is your new password,आपका पासवर्ड बदला जा चुका है। यहाँ अपना नया पासवर्ड है
DocType: Email Account,Auto Reply Message,ऑटो उत्तर संदेश DocType: Email Account,Auto Reply Message,ऑटो उत्तर संदेश
DocType: Feedback Trigger,Condition,शर्त DocType: Feedback Trigger,Condition,शर्त
apps/frappe/frappe/utils/data.py +546,{0} hours ago,{0} घंटे पहले apps/frappe/frappe/utils/data.py +546,{0} hours ago,{0} घंटे पहले
@@ -820,7 +822,6 @@ apps/frappe/frappe/utils/data.py +556,1 month ago,1 महीने पहले
DocType: Contact,User ID,प्रयोक्ता आईडी DocType: Contact,User ID,प्रयोक्ता आईडी
DocType: Communication,Sent,भेजे गए DocType: Communication,Sent,भेजे गए
DocType: Address,Kerala,केरल DocType: Address,Kerala,केरल
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} वर्ष (पहले)
DocType: File,Lft,LFT DocType: File,Lft,LFT
DocType: User,Simultaneous Sessions,एक साथ सत्र DocType: User,Simultaneous Sessions,एक साथ सत्र
DocType: OAuth Client,Client Credentials,हमारे ग्राहकों का साख DocType: OAuth Client,Client Credentials,हमारे ग्राहकों का साख
@@ -837,7 +838,7 @@ DocType: Email Queue,Unsubscribe Method,सदस्यता समाप्त
DocType: GSuite Templates,Related DocType,संबंधित डॉकटाइप DocType: GSuite Templates,Related DocType,संबंधित डॉकटाइप
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,सामग्री जोड़ने के लिए संपादित करें apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,सामग्री जोड़ने के लिए संपादित करें
apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,भाषा चुनाव apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,भाषा चुनाव
apps/frappe/frappe/__init__.py +517,No permission for {0},के लिए कोई अनुमति नहीं {0}
apps/frappe/frappe/__init__.py +518,No permission for {0},के लिए कोई अनुमति नहीं {0}
DocType: DocType,Advanced,उन्नत DocType: DocType,Advanced,उन्नत
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,एपीआई कुंजी लगता है या एपीआई गुप्त गलत है !!! apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,एपीआई कुंजी लगता है या एपीआई गुप्त गलत है !!!
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},संदर्भ: {0} {1} apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},संदर्भ: {0} {1}
@@ -869,14 +870,14 @@ DocType: Custom DocPerm,Additional Permissions,अतिरिक्त अन
DocType: Email Account,Always use Account's Email Address as Sender,हमेशा प्रेषक के रूप में खातों के ईमेल पतों का उपयोग DocType: Email Account,Always use Account's Email Address as Sender,हमेशा प्रेषक के रूप में खातों के ईमेल पतों का उपयोग
apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,टिप्पणी करने के लिए लॉग इन करें apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,टिप्पणी करने के लिए लॉग इन करें
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,इस रेखा के नीचे डेटा में प्रवेश शुरू apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,इस रेखा के नीचे डेटा में प्रवेश शुरू
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +474,changed values for {0},के लिए बदले हुए मूल्यों {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +476,changed values for {0},के लिए बदले हुए मूल्यों {0}
DocType: Workflow State,retweet,retweet DocType: Workflow State,retweet,retweet
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,क्षेत्र के मूल्य निर्दिष्ट करें apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,क्षेत्र के मूल्य निर्दिष्ट करें
DocType: Report,Disabled,विकलांग DocType: Report,Disabled,विकलांग
DocType: Workflow State,eye-close,आंख को बंद DocType: Workflow State,eye-close,आंख को बंद
DocType: OAuth Provider Settings,OAuth Provider Settings,OAuth प्रदाता सेटिंग्स DocType: OAuth Provider Settings,OAuth Provider Settings,OAuth प्रदाता सेटिंग्स
apps/frappe/frappe/config/setup.py +254,Applications,ऐप्लकेशन apps/frappe/frappe/config/setup.py +254,Applications,ऐप्लकेशन
apps/frappe/frappe/public/js/frappe/request.js +349,Report this issue,इस समस्या की रिपोर्ट करें
apps/frappe/frappe/public/js/frappe/request.js +353,Report this issue,इस समस्या की रिपोर्ट करें
apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,नाम आवश्यक है apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,नाम आवश्यक है
DocType: Custom Script,Adds a custom script (client or server) to a DocType,एक doctype के लिए एक कस्टम स्क्रिप्ट (क्लाइंट या सर्वर) कहते हैं DocType: Custom Script,Adds a custom script (client or server) to a DocType,एक doctype के लिए एक कस्टम स्क्रिप्ट (क्लाइंट या सर्वर) कहते हैं
DocType: Address,City/Town,शहर / नगर DocType: Address,City/Town,शहर / नगर
@@ -960,7 +961,7 @@ DocType: Web Form,Actions,क्रियाएँ
DocType: Workflow State,align-justify,संरेखित करें - का औचित्य साबित DocType: Workflow State,align-justify,संरेखित करें - का औचित्य साबित
DocType: User,Middle Name (Optional),मध्य नाम (वैकल्पिक) DocType: User,Middle Name (Optional),मध्य नाम (वैकल्पिक)
apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,अनुमति नहीं apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,अनुमति नहीं
apps/frappe/frappe/public/js/frappe/ui/field_group.js +83,Following fields have missing values:,निम्नलिखित क्षेत्रों लापता मूल्यों है:
apps/frappe/frappe/public/js/frappe/ui/field_group.js +97,Following fields have missing values:,निम्नलिखित क्षेत्रों लापता मूल्यों है:
apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,आप कार्रवाई को पूरा करने के लिए पर्याप्त अनुमतियाँ नहीं हैं apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,आप कार्रवाई को पूरा करने के लिए पर्याप्त अनुमतियाँ नहीं हैं
apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,कोई परिणाम नहीं apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,कोई परिणाम नहीं
DocType: System Settings,Security,सुरक्षा DocType: System Settings,Security,सुरक्षा
@@ -1003,7 +1004,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js +133,Hide Details,विव
DocType: Workflow State,Tasks,कार्यों DocType: Workflow State,Tasks,कार्यों
DocType: Event,Tuesday,मंगलवार DocType: Event,Tuesday,मंगलवार
DocType: Blog Settings,Blog Settings,ब्लॉग सेटिंग्स DocType: Blog Settings,Blog Settings,ब्लॉग सेटिंग्स
apps/frappe/frappe/templates/emails/new_user.html +17,You can also copy-paste this link in your browser,आप भी इस लिंक को अपने ब्राउज़र में कॉपी-पेस्ट कर सकते है।
apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste this link in your browser,आप भी इस लिंक को अपने ब्राउज़र में कॉपी-पेस्ट कर सकते है।
DocType: Workflow State,bullhorn,bullhorn DocType: Workflow State,bullhorn,bullhorn
DocType: Social Login Keys,Facebook Client Secret,फेसबुक ग्राहकों का सीक्रेट DocType: Social Login Keys,Facebook Client Secret,फेसबुक ग्राहकों का सीक्रेट
DocType: Footer Item,Target,लक्ष्य DocType: Footer Item,Target,लक्ष्य
@@ -1015,12 +1016,12 @@ DocType: ToDo,Due Date,नियत तारीख
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,तिमाही का पहला दिन apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,तिमाही का पहला दिन
DocType: Social Login Keys,Google Client Secret,गूगल ग्राहक गुप्त DocType: Social Login Keys,Google Client Secret,गूगल ग्राहक गुप्त
DocType: Website Settings,Hide Footer Signup,पाद पंजीकरण छुपाएं DocType: Website Settings,Hide Footer Signup,पाद पंजीकरण छुपाएं
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,cancelled this document,इस दस्तावेज को रद्द कर दिया
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +423,cancelled this document,इस दस्तावेज को रद्द कर दिया
apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,वही इस सहेजा गया है जहां फ़ोल्डर और बदले स्तंभ और परिणाम में एक अजगर फ़ाइल लिखें. apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,वही इस सहेजा गया है जहां फ़ोल्डर और बदले स्तंभ और परिणाम में एक अजगर फ़ाइल लिखें.
DocType: DocType,Sort Field,क्रमबद्ध फील्ड DocType: DocType,Sort Field,क्रमबद्ध फील्ड
DocType: Razorpay Settings,Razorpay Settings,Razorpay सेटिंग DocType: Razorpay Settings,Razorpay Settings,Razorpay सेटिंग
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +445,Edit Filter,संपादित फ़िल्टर
apps/frappe/frappe/core/doctype/doctype/doctype.py +415,Field {0} of type {1} cannot be mandatory,फ़ील्ड {0} प्रकार की {1} अनिवार्य नहीं किया जा सकता
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +446,Edit Filter,संपादित फ़िल्टर
apps/frappe/frappe/core/doctype/doctype/doctype.py +419,Field {0} of type {1} cannot be mandatory,फ़ील्ड {0} प्रकार की {1} अनिवार्य नहीं किया जा सकता
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,अधिक जोड़ें apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,अधिक जोड़ें
apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,चार्ट छिपाएं apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,चार्ट छिपाएं
DocType: System Settings,Session Expiry Mobile,सत्र समाप्ति मोबाइल DocType: System Settings,Session Expiry Mobile,सत्र समाप्ति मोबाइल
@@ -1061,7 +1062,7 @@ DocType: Address,Contacts,संपर्क
DocType: System Settings,Setup Complete,सेटअप पूरा हुआ DocType: System Settings,Setup Complete,सेटअप पूरा हुआ
apps/frappe/frappe/config/setup.py +66,Report of all document shares,सभी दस्तावेज़ शेयरों की रिपोर्ट apps/frappe/frappe/config/setup.py +66,Report of all document shares,सभी दस्तावेज़ शेयरों की रिपोर्ट
apps/frappe/frappe/www/update-password.html +18,New Password,नया पासवर्ड apps/frappe/frappe/www/update-password.html +18,New Password,नया पासवर्ड
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +73,Filter {0} missing,फ़िल्टर {0} लापता
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +74,Filter {0} missing,फ़िल्टर {0} लापता
apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,माफ़ कीजिये! आप स्वत: उत्पन्न टिप्पणियों को नष्ट नहीं कर सकते apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,माफ़ कीजिये! आप स्वत: उत्पन्न टिप्पणियों को नष्ट नहीं कर सकते
DocType: Website Theme,Style using CSS,सीएसएस का उपयोग कर शैली DocType: Website Theme,Style using CSS,सीएसएस का उपयोग कर शैली
apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,संदर्भ टैग apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,संदर्भ टैग
@@ -1126,7 +1127,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +127,Help on Searc
apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,पंजीकृत लेकिन विकलांग apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,पंजीकृत लेकिन विकलांग
DocType: DocType,Hide Copy,प्रतिलिपि बनाएँ छिपाएँ DocType: DocType,Hide Copy,प्रतिलिपि बनाएँ छिपाएँ
apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,सभी भूमिकाओं को साफ़ apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,सभी भूमिकाओं को साफ़
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +114,{0} generated on {1},{0} {1} पर उत्पन्न
apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} अद्वितीय होना चाहिए apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} अद्वितीय होना चाहिए
apps/frappe/frappe/permissions.py +274,Row,पंक्ति apps/frappe/frappe/permissions.py +274,Row,पंक्ति
DocType: DocType,Track Changes,ट्रैक परिवर्तन DocType: DocType,Track Changes,ट्रैक परिवर्तन
@@ -1177,11 +1177,11 @@ DocType: User,Github User ID,Github यूजर आईडी
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,दस्तावेज़ प्रकार हैं apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,दस्तावेज़ प्रकार हैं
apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","नष्ट या क्योंकि {0} रद्द नहीं कर सकते <a href=""#Form/{0}/{1}"">{1}</a> के साथ जुड़ा हुआ है {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}" apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","नष्ट या क्योंकि {0} रद्द नहीं कर सकते <a href=""#Form/{0}/{1}"">{1}</a> के साथ जुड़ा हुआ है {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}"
apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},अज्ञात एप्लिकेशन {0} apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},अज्ञात एप्लिकेशन {0}
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +48,"%s is not a valid report format. Report format should \
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +49,"%s is not a valid report format. Report format should \
one of the following %s",% S एक वैध रिपोर्ट स्वरूप नहीं है। रिपोर्ट प्रारूप \ चाहिए% s निम्न में से एक one of the following %s",% S एक वैध रिपोर्ट स्वरूप नहीं है। रिपोर्ट प्रारूप \ चाहिए% s निम्न में से एक
DocType: Communication,Chat,बातचीत DocType: Communication,Chat,बातचीत
apps/frappe/frappe/core/doctype/doctype/doctype.py +408,Fieldname {0} appears multiple times in rows {1},FIELDNAME {0} पंक्तियों में कई बार प्रकट होता है {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +460,{0} from {1} to {2} in row #{3},{0} से {1} {2} में पंक्ति # {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +412,Fieldname {0} appears multiple times in rows {1},FIELDNAME {0} पंक्तियों में कई बार प्रकट होता है {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +462,{0} from {1} to {2} in row #{3},{0} से {1} {2} में पंक्ति # {3}
DocType: Communication,Expired,समय सीमा समाप्त DocType: Communication,Expired,समय सीमा समाप्त
DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),एक क्षेत्र के लिए कॉलम की संख्या एक ग्रिड में (एक ग्रिड में कुल कॉलम कम से कम 11 होना चाहिए) DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),एक क्षेत्र के लिए कॉलम की संख्या एक ग्रिड में (एक ग्रिड में कुल कॉलम कम से कम 11 होना चाहिए)
DocType: DocType,System,प्रणाली DocType: DocType,System,प्रणाली
@@ -1196,7 +1196,7 @@ DocType: Help Article,Likes,पसंद
DocType: Website Settings,Top Bar,शीर्ष बार DocType: Website Settings,Top Bar,शीर्ष बार
DocType: GSuite Settings,Script Code,स्क्रिप्ट कोड DocType: GSuite Settings,Script Code,स्क्रिप्ट कोड
apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,उपयोगकर्ता ईमेल बनाएं apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,उपयोगकर्ता ईमेल बनाएं
apps/frappe/frappe/core/doctype/doctype/doctype.py +647,No Permissions Specified,कोई अनुमति नहीं निर्दिष्ट
apps/frappe/frappe/core/doctype/doctype/doctype.py +651,No Permissions Specified,कोई अनुमति नहीं निर्दिष्ट
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,वैश्विक सेटिंग्स: उपयोगकर्ताओं को केवल माउस जाँच का चयन करने में सक्षम हो जाएगा apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,वैश्विक सेटिंग्स: उपयोगकर्ताओं को केवल माउस जाँच का चयन करने में सक्षम हो जाएगा
apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} नहीं मिला apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} नहीं मिला
DocType: Custom Role,Custom Role,कस्टम भूमिका DocType: Custom Role,Custom Role,कस्टम भूमिका
@@ -1208,12 +1208,12 @@ DocType: Dropbox Settings,Dropbox Access Secret,ड्रॉपबॉक्स
apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,एक अन्य टिप्पणी जोड़ें apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,एक अन्य टिप्पणी जोड़ें
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,doctype संपादित करें apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,doctype संपादित करें
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,समाचार पत्रिका का सदस्यता रद्द apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,समाचार पत्रिका का सदस्यता रद्द
apps/frappe/frappe/core/doctype/doctype/doctype.py +507,Fold must come before a Section Break,एक धारा को तोड़ने से पहले आना चाहिए मोड़ो
apps/frappe/frappe/core/doctype/doctype/doctype.py +511,Fold must come before a Section Break,एक धारा को तोड़ने से पहले आना चाहिए मोड़ो
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,विकास जारी है apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,विकास जारी है
apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,अंतिम बार संशोधित apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,अंतिम बार संशोधित
DocType: Workflow State,hand-down,हाथ नीचे DocType: Workflow State,hand-down,हाथ नीचे
DocType: Address,GST State,जीएसटी राज्य DocType: Address,GST State,जीएसटी राज्य
apps/frappe/frappe/core/doctype/doctype/doctype.py +695,{0}: Cannot set Cancel without Submit,{0} : सेट नहीं कर सकता सबमिट बिना रद्द
apps/frappe/frappe/core/doctype/doctype/doctype.py +699,{0}: Cannot set Cancel without Submit,{0} : सेट नहीं कर सकता सबमिट बिना रद्द
DocType: Website Theme,Theme,विषय DocType: Website Theme,Theme,विषय
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,त्रुटियां थीं . apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,त्रुटियां थीं .
DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,पुनर्निर्देशित यूआरआइ प्रमाणीकरण कोड के लिए बाध्य DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,पुनर्निर्देशित यूआरआइ प्रमाणीकरण कोड के लिए बाध्य
@@ -1252,7 +1252,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +7,
apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,टिप्पणी जोड़ें apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,टिप्पणी जोड़ें
DocType: DocField,Mandatory,अनिवार्य DocType: DocField,Mandatory,अनिवार्य
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,मॉड्यूल निर्यात करने apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,मॉड्यूल निर्यात करने
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,{0}: No basic permissions set,{0} : कोई बुनियादी अनुमति सेट नहीं है
apps/frappe/frappe/core/doctype/doctype/doctype.py +663,{0}: No basic permissions set,{0} : कोई बुनियादी अनुमति सेट नहीं है
apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,आपकी सदस्यता को समाप्त हो जाएगा {0}। apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,आपकी सदस्यता को समाप्त हो जाएगा {0}।
apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},आपके बैकअप के लिए डाउनलोड लिंक निम्न ईमेल पते पर ईमेल किया जाएगा: {0} apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},आपके बैकअप के लिए डाउनलोड लिंक निम्न ईमेल पते पर ईमेल किया जाएगा: {0}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","अर्थ की सबमिट रद्द, संशोधन" apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","अर्थ की सबमिट रद्द, संशोधन"
@@ -1267,6 +1267,7 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +129,Filters sa
DocType: DocField,Percent,प्रतिशत DocType: DocField,Percent,प्रतिशत
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,फिल्टर सेट करें apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,फिल्टर सेट करें
apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,के साथ जुड़ा हुआ apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,के साथ जुड़ा हुआ
apps/frappe/frappe/templates/emails/auto_email_report.html +48,Edit Auto Email Report Settings,ऑटो ईमेल रिपोर्ट सेटिंग संपादित करें
DocType: Workflow State,book,किताब DocType: Workflow State,book,किताब
DocType: Website Settings,Landing Page,लैंडिंग पेज DocType: Website Settings,Landing Page,लैंडिंग पेज
apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,कस्टम स्क्रिप्ट में त्रुटि apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,कस्टम स्क्रिप्ट में त्रुटि
@@ -1275,7 +1276,7 @@ apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +132,"Import R
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,कोई अनुमतियाँ इस मापदंड के लिए निर्धारित किया है. apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,कोई अनुमतियाँ इस मापदंड के लिए निर्धारित किया है.
DocType: Auto Email Report,Auto Email Report,ऑटो ईमेल रिपोर्ट DocType: Auto Email Report,Auto Email Report,ऑटो ईमेल रिपोर्ट
apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,मैक्स ईमेल apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,मैक्स ईमेल
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +575,Delete comment?,टिप्पणी हटाएं?
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +577,Delete comment?,टिप्पणी हटाएं?
DocType: Address Template,This format is used if country specific format is not found,"देश विशिष्ट प्रारूप नहीं मिला है, तो यह प्रारूप प्रयोग किया जाता है" DocType: Address Template,This format is used if country specific format is not found,"देश विशिष्ट प्रारूप नहीं मिला है, तो यह प्रारूप प्रयोग किया जाता है"
DocType: System Settings,Allow Login using Mobile Number,मोबाइल नंबर का उपयोग कर प्रवेश की अनुमति दें DocType: System Settings,Allow Login using Mobile Number,मोबाइल नंबर का उपयोग कर प्रवेश की अनुमति दें
apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,आप इस संसाधन का उपयोग करने के लिए पर्याप्त अनुमति नहीं है। पहुँच पाने के लिए अपने प्रबंधक से संपर्क करें। apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,आप इस संसाधन का उपयोग करने के लिए पर्याप्त अनुमति नहीं है। पहुँच पाने के लिए अपने प्रबंधक से संपर्क करें।
@@ -1291,7 +1292,7 @@ DocType: Print Format,Monospace,मोनोस्पेस
DocType: Letter Head,Printing,मुद्रण DocType: Letter Head,Printing,मुद्रण
DocType: Workflow State,thumbs-up,अंगूठे अप DocType: Workflow State,thumbs-up,अंगूठे अप
DocType: DocPerm,DocPerm,DocPerm DocType: DocPerm,DocPerm,DocPerm
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Precision should be between 1 and 6,प्रेसिजन 1 और 6 के बीच होना चाहिए
apps/frappe/frappe/core/doctype/doctype/doctype.py +467,Precision should be between 1 and 6,प्रेसिजन 1 और 6 के बीच होना चाहिए
apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},Fw: {0} apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},Fw: {0}
apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,और apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,और
DocType: Error Snapshot,Frames,फ्रेम्स DocType: Error Snapshot,Frames,फ्रेम्स
@@ -1304,9 +1305,10 @@ apps/frappe/frappe/utils/boilerplate.py +263,{app_title},{ app_title }
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,आपकी साइट config में ड्रॉपबॉक्स का उपयोग चाबियां सेट करें apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,आपकी साइट config में ड्रॉपबॉक्स का उपयोग चाबियां सेट करें
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,इस ईमेल पते पर भेजने की अनुमति देने के लिए इस अभिलेख को नष्ट apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,इस ईमेल पते पर भेजने की अनुमति देने के लिए इस अभिलेख को नष्ट
apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,केवल अनिवार्य क्षेत्रों में नए रिकॉर्ड के लिए जरूरी हैं। यदि आप चाहें तो आप गैर-अनिवार्य कॉलम हटा सकते हैं। apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,केवल अनिवार्य क्षेत्रों में नए रिकॉर्ड के लिए जरूरी हैं। यदि आप चाहें तो आप गैर-अनिवार्य कॉलम हटा सकते हैं।
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +269,Unable to update event,घटना अपडेट करने में असमर्थ
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +262,Unable to update event,घटना अपडेट करने में असमर्थ
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,भुगतान पूरा apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,भुगतान पूरा
apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","फ़िल्टर में 4 मान (सिद्धांत, फ़ील्डनाम, ऑपरेटर, मान) होना चाहिए: {0}" apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","फ़िल्टर में 4 मान (सिद्धांत, फ़ील्डनाम, ऑपरेटर, मान) होना चाहिए: {0}"
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,कोई डिफ़ॉल्ट पता टेम्पलेट पाया नहीं कृपया सेटअप&gt; प्रिंटिंग और ब्रांडिंग&gt; पता टेम्प्लेट से एक नया बनाएं।
apps/frappe/frappe/utils/bot.py +89,show,दिखाना apps/frappe/frappe/utils/bot.py +89,show,दिखाना
DocType: Address Template,Address Template,पता खाका DocType: Address Template,Address Template,पता खाका
DocType: Workflow State,text-height,अक्षर-ऊंचाई DocType: Workflow State,text-height,अक्षर-ऊंचाई
@@ -1359,7 +1361,6 @@ apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +6,Can Write
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","कुछ दस्तावेजों , एक चालान की तरह , एक बार अंतिम बदला नहीं जाना चाहिए . ऐसे दस्तावेजों के लिए अंतिम अवस्था प्रस्तुत कहा जाता है. आप भूमिकाओं प्रस्तुत कर सकते हैं जो सीमित कर सकते हैं ." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","कुछ दस्तावेजों , एक चालान की तरह , एक बार अंतिम बदला नहीं जाना चाहिए . ऐसे दस्तावेजों के लिए अंतिम अवस्था प्रस्तुत कहा जाता है. आप भूमिकाओं प्रस्तुत कर सकते हैं जो सीमित कर सकते हैं ."
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,आप इस रिपोर्ट को निर्यात करने की अनुमति नहीं है apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,आप इस रिपोर्ट को निर्यात करने की अनुमति नहीं है
apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 आइटम का चयन apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 आइटम का चयन
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> 'के लिए कोई परिणाम नहीं मिला' </p>
DocType: Newsletter,Test Email Address,टेस्ट ईमेल एड्रेस DocType: Newsletter,Test Email Address,टेस्ट ईमेल एड्रेस
DocType: ToDo,Sender,प्रेषक DocType: ToDo,Sender,प्रेषक
DocType: GSuite Settings,Google Apps Script,Google Apps स्क्रिप्ट DocType: GSuite Settings,Google Apps Script,Google Apps स्क्रिप्ट
@@ -1372,7 +1373,7 @@ DocType: System Settings,Allow only one session per user,प्रति उप
apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,कॉपी करें apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,कॉपी करें
apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,घर / परीक्षण फ़ोल्डर 1 / परीक्षण फ़ोल्डर 3 apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,घर / परीक्षण फ़ोल्डर 1 / परीक्षण फ़ोल्डर 3
DocType: Website Settings,&lt;head&gt; HTML,&lt;Head&gt; एचटीएमएल DocType: Website Settings,&lt;head&gt; HTML,&lt;Head&gt; एचटीएमएल
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +66,Select or drag across time slots to create a new event.,का चयन करें या एक नई घटना बनाने के लिए टाइम स्लॉट भर में खींचें.
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +67,Select or drag across time slots to create a new event.,का चयन करें या एक नई घटना बनाने के लिए टाइम स्लॉट भर में खींचें.
DocType: DocField,In Filter,फिल्टर में DocType: DocField,In Filter,फिल्टर में
apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban
DocType: DocType,Show in Module Section,मॉड्यूल धारा में दिखाएँ DocType: DocType,Show in Module Section,मॉड्यूल धारा में दिखाएँ
@@ -1393,7 +1394,7 @@ apps/frappe/frappe/email/doctype/email_account/email_account_list.js +6,Default
apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,आयात ज़िप apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,आयात ज़िप
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,दस्तावेज़ आईडी apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,दस्तावेज़ आईडी
DocType: Print Settings,Letter,patr DocType: Print Settings,Letter,patr
apps/frappe/frappe/core/doctype/doctype/doctype.py +556,Image field must be of type Attach Image,छवि क्षेत्र प्रकार का होना चाहिए छवि संलग्न
apps/frappe/frappe/core/doctype/doctype/doctype.py +560,Image field must be of type Attach Image,छवि क्षेत्र प्रकार का होना चाहिए छवि संलग्न
DocType: DocField,Columns,कॉलम DocType: DocField,Columns,कॉलम
DocType: Async Task,Succeeded,सफल रहा DocType: Async Task,Succeeded,सफल रहा
apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},में आवश्यक अनिवार्य क्षेत्रों {0} apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},में आवश्यक अनिवार्य क्षेत्रों {0}
@@ -1443,7 +1444,7 @@ DocType: DocField,Text Editor,लेख संपादक
apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,हमारे बारे में पृष्ठ के लिए सेटिंग्स. apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,हमारे बारे में पृष्ठ के लिए सेटिंग्स.
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,संपादित कस्टम HTML apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,संपादित कस्टम HTML
DocType: Error Snapshot,Error Snapshot,त्रुटि स्नैपशॉट DocType: Error Snapshot,Error Snapshot,त्रुटि स्नैपशॉट
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,In,में
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,In,में
DocType: Email Alert,Value Change,मान बदलने DocType: Email Alert,Value Change,मान बदलने
DocType: Standard Reply,Standard Reply,मानक जवाब DocType: Standard Reply,Standard Reply,मानक जवाब
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,इनपुट बॉक्स की चौड़ाई apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,इनपुट बॉक्स की चौड़ाई
@@ -1463,12 +1464,11 @@ apps/frappe/frappe/public/js/frappe/views/communication.js +82,Select Attachment
apps/frappe/frappe/model/naming.py +94, for {0},के लिए {0} apps/frappe/frappe/model/naming.py +94, for {0},के लिए {0}
apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,वहाँ त्रुटियों थे। इस रिपोर्ट करें। apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,वहाँ त्रुटियों थे। इस रिपोर्ट करें।
apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,आप इस दस्तावेज़ मुद्रित करने की अनुमति नहीं है apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,आप इस दस्तावेज़ मुद्रित करने की अनुमति नहीं है
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +107,Please set filters value in Report Filter table.,रिपोर्ट फिल्टर तालिका में फिल्टर मूल्य सेट करें।
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +120,Please set filters value in Report Filter table.,रिपोर्ट फिल्टर तालिका में फिल्टर मूल्य सेट करें।
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,रिपोर्ट लोड हो रहा है apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,रिपोर्ट लोड हो रहा है
apps/frappe/frappe/limits.py +72,Your subscription will expire today.,आपकी सदस्यता आज समाप्त हो जाएगा। apps/frappe/frappe/limits.py +72,Your subscription will expire today.,आपकी सदस्यता आज समाप्त हो जाएगा।
DocType: Page,Standard,मानक DocType: Page,Standard,मानक
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,फ़ाइल जोड़ें apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,फ़ाइल जोड़ें
apps/frappe/frappe/templates/emails/password_update.html +1,Password Update Notification,पासवर्ड अद्यतन अधिसूचना
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,आकार apps/frappe/frappe/desk/page/backups/backups.html +13,Size,आकार
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,पूर्ण समर्पण apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,पूर्ण समर्पण
DocType: Custom DocPerm,User Permission DocTypes,उपयोगकर्ता की अनुमति DocTypes DocType: Custom DocPerm,User Permission DocTypes,उपयोगकर्ता की अनुमति DocTypes
@@ -1481,6 +1481,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +10,Insert Abo
apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,आम के नाम और उपनाम अनुमान लगाना आसान है। apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,आम के नाम और उपनाम अनुमान लगाना आसान है।
apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,मसौदा apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,मसौदा
apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,यह आमतौर पर इस्तेमाल किया पासवर्ड के समान है। apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,यह आमतौर पर इस्तेमाल किया पासवर्ड के समान है।
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> 'के लिए कोई परिणाम नहीं मिला' </p>
DocType: User,Female,महिला DocType: User,Female,महिला
DocType: Print Settings,Modern,आधुनिक DocType: Print Settings,Modern,आधुनिक
apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,खोज के परिणाम apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,खोज के परिणाम
@@ -1535,7 +1536,7 @@ apps/frappe/frappe/core/doctype/file/file_list.js +65,Folder name should not inc
DocType: Note,Note,नोट DocType: Note,Note,नोट
apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,त्रुटि की रिपोर्ट apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,त्रुटि की रिपोर्ट
apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,प्रतिक्रिया की स्थिति मेल नहीं खाती apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,प्रतिक्रिया की स्थिति मेल नहीं खाती
apps/frappe/frappe/core/doctype/doctype/doctype.py +570,Timeline field must be a valid fieldname,इस समय क्षेत्र में एक वैध FIELDNAME होना चाहिए
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a valid fieldname,इस समय क्षेत्र में एक वैध FIELDNAME होना चाहिए
DocType: Currency,Symbol,प्रतीक DocType: Currency,Symbol,प्रतीक
apps/frappe/frappe/model/base_document.py +534,Row #{0}:,Row # {0}: apps/frappe/frappe/model/base_document.py +534,Row #{0}:,Row # {0}:
apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,नई पासवर्ड ईमेल apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,नई पासवर्ड ईमेल
@@ -1592,8 +1593,7 @@ DocType: Web Page,Text Align,अक्षर संरेखण
apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},नाम की तरह विशेष वर्ण नहीं हो सकते हैं {0} apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},नाम की तरह विशेष वर्ण नहीं हो सकते हैं {0}
DocType: Contact Us Settings,Forward To Email Address,फॉरवर्ड ईमेल पते पर DocType: Contact Us Settings,Forward To Email Address,फॉरवर्ड ईमेल पते पर
apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,सभी डेटा दिखाएँ apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,सभी डेटा दिखाएँ
apps/frappe/frappe/core/doctype/doctype/doctype.py +527,Title field must be a valid fieldname,शीर्षक फ़ील्ड एक वैध fieldname होना चाहिए
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,ईमेल खाता सेटअप नहीं है कृपया सेटअप&gt; ईमेल&gt; ईमेल खाता से एक नया ईमेल खाता बनाएं
apps/frappe/frappe/core/doctype/doctype/doctype.py +531,Title field must be a valid fieldname,शीर्षक फ़ील्ड एक वैध fieldname होना चाहिए
apps/frappe/frappe/config/core.py +7,Documents,दस्तावेज़ apps/frappe/frappe/config/core.py +7,Documents,दस्तावेज़
DocType: Email Flag Queue,Is Completed,पूरा हो गया है DocType: Email Flag Queue,Is Completed,पूरा हो गया है
apps/frappe/frappe/www/me.html +22,Edit Profile,प्रोफ़ाइल संपादित करें apps/frappe/frappe/www/me.html +22,Edit Profile,प्रोफ़ाइल संपादित करें
@@ -1645,7 +1645,7 @@ DocType: Standard Reply,Standard Reply Help,स्टैंडर्ड उत
DocType: Blogger,Avatar,अवतार DocType: Blogger,Avatar,अवतार
DocType: Blogger,Posts,डाक DocType: Blogger,Posts,डाक
DocType: DocType,Has Web View,वेब दृश्य है DocType: DocType,Has Web View,वेब दृश्य है
apps/frappe/frappe/core/doctype/doctype/doctype.py +377,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","Doctype के नाम एक पत्र के साथ शुरू करना चाहिए और यह केवल अक्षर, संख्या, रिक्त स्थान और अंडरस्कोर तक हो सकते हैं"
apps/frappe/frappe/core/doctype/doctype/doctype.py +381,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","Doctype के नाम एक पत्र के साथ शुरू करना चाहिए और यह केवल अक्षर, संख्या, रिक्त स्थान और अंडरस्कोर तक हो सकते हैं"
DocType: Communication,Spam,स्पैम DocType: Communication,Spam,स्पैम
DocType: Integration Request,Integration Request,एकता का अनुरोध DocType: Integration Request,Integration Request,एकता का अनुरोध
apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,प्रिय apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,प्रिय
@@ -1681,7 +1681,7 @@ DocType: Website Settings,Sub-domain provided by erpnext.com,Erpnext.com द्
DocType: System Settings,dd-mm-yyyy,डीडी-mm-yyyy DocType: System Settings,dd-mm-yyyy,डीडी-mm-yyyy
apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,इस रिपोर्ट का उपयोग करने की रिपोर्ट की अनुमति होनी चाहिए. apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,इस रिपोर्ट का उपयोग करने की रिपोर्ट की अनुमति होनी चाहिए.
apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,कृपया न्यूनतम पासवर्ड स्कोर का चयन करें apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,कृपया न्यूनतम पासवर्ड स्कोर का चयन करें
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,Added,जोड़ा गया
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,Added,जोड़ा गया
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.","केवल अद्यतन, नए अभिलेख सम्मिलित नहीं है।" apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.","केवल अद्यतन, नए अभिलेख सम्मिलित नहीं है।"
apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,रोज की घटना डाइजेस्ट अनुस्मारक सेट कर रहे हैं जहां कैलेंडर घटनाक्रम के लिए भेज दिया जाता है. apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,रोज की घटना डाइजेस्ट अनुस्मारक सेट कर रहे हैं जहां कैलेंडर घटनाक्रम के लिए भेज दिया जाता है.
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,वेबसाइट देखें apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,वेबसाइट देखें
@@ -1695,7 +1695,7 @@ DocType: Integration Request,Reference DocName,संदर्भ DocName
DocType: Web Form,Success Message,सफलता संदेश DocType: Web Form,Success Message,सफलता संदेश
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,निर्यात अनुकूलन apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,निर्यात अनुकूलन
DocType: DocType,User Cannot Search,प्रयोक्ता नहीं खोज सकते हैं DocType: DocType,User Cannot Search,प्रयोक्ता नहीं खोज सकते हैं
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +83,Invalid Output Format,अमान्य आउटपुट स्वरूप
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Invalid Output Format,अमान्य आउटपुट स्वरूप
DocType: Custom DocPerm,Apply this rule if the User is the Owner,उपयोगकर्ता का मालिक है अगर इस नियम को लागू करें DocType: Custom DocPerm,Apply this rule if the User is the Owner,उपयोगकर्ता का मालिक है अगर इस नियम को लागू करें
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,आपका लॉगिन आईडी होगा apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,आपका लॉगिन आईडी होगा
apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,रिपोर्ट बनाएँ apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,रिपोर्ट बनाएँ
@@ -1713,10 +1713,11 @@ apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +138,There were e
apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,बंद करें apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,बंद करें
apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,0-2 docstatus बदल नहीं सकते apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,0-2 docstatus बदल नहीं सकते
DocType: User Permission for Page and Report,Roles Permission,भूमिकाएँ अनुमति DocType: User Permission for Page and Report,Roles Permission,भूमिकाएँ अनुमति
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,ईमेल खाता सेटअप नहीं है कृपया सेटअप&gt; ईमेल&gt; ईमेल खाता से एक नया ईमेल खाता बनाएं
apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,अद्यतन apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,अद्यतन
DocType: Error Snapshot,Snapshot View,स्नैपशॉट देखें DocType: Error Snapshot,Snapshot View,स्नैपशॉट देखें
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,कृपया इस समाचार पत्र भेजने से पहले सहेजें apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,कृपया इस समाचार पत्र भेजने से पहले सहेजें
apps/frappe/frappe/core/doctype/doctype/doctype.py +426,Options must be a valid DocType for field {0} in row {1},विकल्प {0} पंक्ति में {1} क्षेत्र के लिए एक वैध DOCTYPE होना चाहिए
apps/frappe/frappe/core/doctype/doctype/doctype.py +430,Options must be a valid DocType for field {0} in row {1},विकल्प {0} पंक्ति में {1} क्षेत्र के लिए एक वैध DOCTYPE होना चाहिए
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,गुण संपादित करें apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,गुण संपादित करें
DocType: Patch Log,List of patches executed,पैच की सूची मार डाला DocType: Patch Log,List of patches executed,पैच की सूची मार डाला
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} पहले से ही हट apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} पहले से ही हट
@@ -1809,7 +1810,7 @@ apps/frappe/frappe/core/doctype/version/version_view.html +32,Rows Added,पं
apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,सफलता! आप जाने के लिए अच्छे हैं 👍 apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,सफलता! आप जाने के लिए अच्छे हैं 👍
apps/frappe/frappe/www/me.html +3,My Account,मेरा खाता apps/frappe/frappe/www/me.html +3,My Account,मेरा खाता
DocType: ToDo,Allocated To,के लिए आवंटित DocType: ToDo,Allocated To,के लिए आवंटित
apps/frappe/frappe/templates/emails/password_reset.html +4,Please click on the following link to set your new password,अपना नया पासवर्ड सेट करने के लिए नीचे दिए गए लिंक पर क्लिक करें
apps/frappe/frappe/templates/emails/password_reset.html +2,Please click on the following link to set your new password,अपना नया पासवर्ड सेट करने के लिए नीचे दिए गए लिंक पर क्लिक करें
DocType: Email Alert,Days After,दिनों के बाद DocType: Email Alert,Days After,दिनों के बाद
DocType: Newsletter,Receipient,rECEIPIENT DocType: Newsletter,Receipient,rECEIPIENT
DocType: Contact Us Settings,Settings for Contact Us Page,हमसे संपर्क करें पृष्ठ के लिए सेटिंग DocType: Contact Us Settings,Settings for Contact Us Page,हमसे संपर्क करें पृष्ठ के लिए सेटिंग
@@ -1823,7 +1824,7 @@ DocType: Property Setter,Property Type,सम्पत्ती के प्र
DocType: Workflow State,screenshot,स्क्रीनशॉट DocType: Workflow State,screenshot,स्क्रीनशॉट
apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,"केवल व्यवस्थापक मानक रिपोर्ट सहेज सकते हैं। कृपया नाम बदलें, और सहेजें।" apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,"केवल व्यवस्थापक मानक रिपोर्ट सहेज सकते हैं। कृपया नाम बदलें, और सहेजें।"
DocType: System Settings,Background Workers,पृष्ठभूमि श्रमिक DocType: System Settings,Background Workers,पृष्ठभूमि श्रमिक
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,Fieldname {0} conflicting with meta object,फ़ील्डनाम {0} मेटा ऑब्जेक्ट के साथ परस्पर विरोधी है
apps/frappe/frappe/core/doctype/doctype/doctype.py +783,Fieldname {0} conflicting with meta object,फ़ील्डनाम {0} मेटा ऑब्जेक्ट के साथ परस्पर विरोधी है
DocType: Deleted Document,Data,डेटा DocType: Deleted Document,Data,डेटा
apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,दस्तावेज स्थिति apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,दस्तावेज स्थिति
apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},आपके द्वारा किए गए {0} की {1} apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},आपके द्वारा किए गए {0} की {1}
@@ -1887,7 +1888,6 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +70,"""Parent"" signif
DocType: Website Theme,Apply Style,शैली लागू करें DocType: Website Theme,Apply Style,शैली लागू करें
DocType: Feedback Request,Feedback Rating,प्रतिक्रिया दर्ज़ा DocType: Feedback Request,Feedback Rating,प्रतिक्रिया दर्ज़ा
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,इसके साथ साझा किया गया apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,इसके साथ साझा किया गया
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,सेटअप&gt; उपयोगकर्ता अनुमतियां प्रबंधक
DocType: Help Category,Help Articles,सहायता आलेख DocType: Help Category,Help Articles,सहायता आलेख
,Modules Setup,मॉड्यूल सेटअप ,Modules Setup,मॉड्यूल सेटअप
apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,प्रकार: apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,प्रकार:
@@ -1933,12 +1933,11 @@ apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 2,व
DocType: Feedback Trigger,Email Field,ईमेल क्षेत्र DocType: Feedback Trigger,Email Field,ईमेल क्षेत्र
apps/frappe/frappe/www/update-password.html +59,New Password Required.,नया पासवर्ड आवश्यक है। apps/frappe/frappe/www/update-password.html +59,New Password Required.,नया पासवर्ड आवश्यक है।
apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} के साथ इस दस्तावेज़ साझा {1} apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} के साथ इस दस्तावेज़ साझा {1}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,सेटअप&gt; उपयोगकर्ता
DocType: Website Settings,Brand Image,ब्रांड छवि DocType: Website Settings,Brand Image,ब्रांड छवि
DocType: Print Settings,A4,A4 DocType: Print Settings,A4,A4
apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","शीर्ष नेविगेशन पट्टी, पाद लेख, और लोगो का सेटअप." apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","शीर्ष नेविगेशन पट्टी, पाद लेख, और लोगो का सेटअप."
DocType: Web Form Field,Max Value,अधिकतम मूल्य DocType: Web Form Field,Max Value,अधिकतम मूल्य
apps/frappe/frappe/core/doctype/doctype/doctype.py +655,For {0} at level {1} in {2} in row {3},के लिए {0} स्तर पर {1} में {2} पंक्ति में {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,For {0} at level {1} in {2} in row {3},के लिए {0} स्तर पर {1} में {2} पंक्ति में {3}
DocType: Contact,All,सभी DocType: Contact,All,सभी
DocType: Email Queue,Recipient,प्राप्तकर्ता DocType: Email Queue,Recipient,प्राप्तकर्ता
DocType: Communication,Has Attachment,अटैचमेंट था DocType: Communication,Has Attachment,अटैचमेंट था
@@ -1956,7 +1955,7 @@ DocType: Auto Email Report,Email To,इसे ईमेल किया गय
apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,फ़ोल्डर {0} खाली नहीं है apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,फ़ोल्डर {0} खाली नहीं है
DocType: Page,Roles,भूमिकाओं DocType: Page,Roles,भूमिकाओं
apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},त्रुटि: {0} के लिए मान गुम: {1} apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},त्रुटि: {0} के लिए मान गुम: {1}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +286,Field {0} is not selectable.,फ़ील्ड {0} चयन नहीं है .
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +287,Field {0} is not selectable.,फ़ील्ड {0} चयन नहीं है .
DocType: System Settings,Session Expiry,सत्र समाप्ति DocType: System Settings,Session Expiry,सत्र समाप्ति
DocType: Workflow State,ban-circle,प्रतिबंध चक्र DocType: Workflow State,ban-circle,प्रतिबंध चक्र
DocType: Email Flag Queue,Unread,अपठित ग DocType: Email Flag Queue,Unread,अपठित ग
@@ -2014,7 +2013,7 @@ DocType: DocType,"Naming Options:
<ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",विकल्प का नामकरण: <ol><li> <b>क्षेत्र: [FIELDNAME]</b> - द्वारा क्षेत्र </li><li> <b>naming_series:</b> - सीरीज नामकरण द्वारा (क्षेत्र कहा जाता naming_series मौजूद होना चाहिए </li><li> <b>शीघ्र</b> - एक नाम के लिए उपयोगकर्ता को संकेत </li><li> <b>[श्रृंखला]</b> - उपसर्ग (एक बिंदु के द्वारा अलग) द्वारा सीरीज; उदाहरण के पूर्व के लिए। ##### </li></ol> <ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",विकल्प का नामकरण: <ol><li> <b>क्षेत्र: [FIELDNAME]</b> - द्वारा क्षेत्र </li><li> <b>naming_series:</b> - सीरीज नामकरण द्वारा (क्षेत्र कहा जाता naming_series मौजूद होना चाहिए </li><li> <b>शीघ्र</b> - एक नाम के लिए उपयोगकर्ता को संकेत </li><li> <b>[श्रृंखला]</b> - उपसर्ग (एक बिंदु के द्वारा अलग) द्वारा सीरीज; उदाहरण के पूर्व के लिए। ##### </li></ol>
DocType: Blog Post,Email Sent,ईमेल भेजा गया DocType: Blog Post,Email Sent,ईमेल भेजा गया
DocType: DocField,Ignore XSS Filter,XSS फ़िल्टर पर ध्यान न दें DocType: DocField,Ignore XSS Filter,XSS फ़िल्टर पर ध्यान न दें
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,removed,हटा दिया
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,removed,हटा दिया
apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,ड्रॉपबॉक्स सुरक्षित सेटिंग apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,ड्रॉपबॉक्स सुरक्षित सेटिंग
apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,ईमेल के रूप में भेजें apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,ईमेल के रूप में भेजें
DocType: Website Theme,Link Color,लिंक रंग DocType: Website Theme,Link Color,लिंक रंग
@@ -2147,6 +2146,7 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,स
DocType: DocType,Setup,व्यवस्था DocType: DocType,Setup,व्यवस्था
DocType: Email Account,Initial Sync Count,प्रारंभिक सिंक गणना DocType: Email Account,Initial Sync Count,प्रारंभिक सिंक गणना
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},पर नई टिप्पणी {0} {1} apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},पर नई टिप्पणी {0} {1}
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} वर्ष (पहले)
DocType: Workflow State,glass,कांच DocType: Workflow State,glass,कांच
DocType: DocType,Timeline Field,इस समय फील्ड DocType: DocType,Timeline Field,इस समय फील्ड
DocType: Country,Time Zones,टाइम जोन DocType: Country,Time Zones,टाइम जोन
@@ -2181,10 +2181,10 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +77,You are not
apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,जानकारी: apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,जानकारी:
DocType: Custom Field,Permission Level,अनुमति स्तर DocType: Custom Field,Permission Level,अनुमति स्तर
DocType: User,Send Notifications for Transactions I Follow,मैं पालन लेन-देन के लिए सूचनाएं भेजें DocType: User,Send Notifications for Transactions I Follow,मैं पालन लेन-देन के लिए सूचनाएं भेजें
apps/frappe/frappe/core/doctype/doctype/doctype.py +698,"{0}: Cannot set Submit, Cancel, Amend without Write","{0} : लिखने के बिना संशोधन रद्द , सबमिट सेट नहीं कर सकता"
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,"{0}: Cannot set Submit, Cancel, Amend without Write","{0} : लिखने के बिना संशोधन रद्द , सबमिट सेट नहीं कर सकता"
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,क्या आप सुनिश्चित करें कि आप अनुलग्नक हटाना चाहते हैं? apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,क्या आप सुनिश्चित करें कि आप अनुलग्नक हटाना चाहते हैं?
apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","नष्ट या क्योंकि {0} रद्द नहीं कर सकते <a href=""#Form/{0}/{1}"">{1}</a> के साथ जुड़ा हुआ है {2} <a href=""#Form/{2}/{3}"">{3}</a>" apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","नष्ट या क्योंकि {0} रद्द नहीं कर सकते <a href=""#Form/{0}/{1}"">{1}</a> के साथ जुड़ा हुआ है {2} <a href=""#Form/{2}/{3}"">{3}</a>"
apps/frappe/frappe/__init__.py +1070,Thank you,धन्यवाद
apps/frappe/frappe/__init__.py +1071,Thank you,धन्यवाद
apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,बचत apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,बचत
DocType: Print Settings,Print Style Preview,मुद्रण शैली पूर्वावलोकन DocType: Print Settings,Print Style Preview,मुद्रण शैली पूर्वावलोकन
apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder
@@ -2228,7 +2228,7 @@ apps/frappe/frappe/public/js/frappe/list/list_renderer.js +501,2 days ago,2 द
apps/frappe/frappe/config/website.py +47,Categorize blog posts.,ब्लॉग पोस्ट श्रेणीबद्ध. apps/frappe/frappe/config/website.py +47,Categorize blog posts.,ब्लॉग पोस्ट श्रेणीबद्ध.
DocType: Workflow State,Time,समय DocType: Workflow State,Time,समय
DocType: DocField,Attach,संलग्न करना DocType: DocField,Attach,संलग्न करना
apps/frappe/frappe/core/doctype/doctype/doctype.py +539,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} एक वैध FieldName पैटर्न नहीं है। यह होना चाहिए {{FIELD_NAME}}।
apps/frappe/frappe/core/doctype/doctype/doctype.py +543,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} एक वैध FieldName पैटर्न नहीं है। यह होना चाहिए {{FIELD_NAME}}।
DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,प्रतिक्रिया अनुरोध भेजें केवल अगर वहाँ कम से कम एक संचार दस्तावेज़ के लिए उपलब्ध है। DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,प्रतिक्रिया अनुरोध भेजें केवल अगर वहाँ कम से कम एक संचार दस्तावेज़ के लिए उपलब्ध है।
DocType: Custom Role,Permission Rules,अनुमति नियम DocType: Custom Role,Permission Rules,अनुमति नियम
DocType: GSuite Settings,GSuite Settings,जीएसयूइट सेटिंग्स DocType: GSuite Settings,GSuite Settings,जीएसयूइट सेटिंग्स
@@ -2248,7 +2248,7 @@ apps/frappe/frappe/website/doctype/blog_post/blog_post.py +106,Posts by {0},द
apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.",", कॉलम प्रारूप क्वेरी में स्तंभ लेबल दे. करने के लिए" apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.",", कॉलम प्रारूप क्वेरी में स्तंभ लेबल दे. करने के लिए"
DocType: Has Domain,Has Domain,डोमेन है DocType: Has Domain,Has Domain,डोमेन है
apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,एक खाता नहीं है? साइन अप करें apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,एक खाता नहीं है? साइन अप करें
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,{0}: Cannot set Assign Amend if not Submittable,{0} : असाइन संशोधन सेट नहीं कर सकता Submittable यदि नहीं
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set Assign Amend if not Submittable,{0} : असाइन संशोधन सेट नहीं कर सकता Submittable यदि नहीं
DocType: Address,Bihar,बिहार DocType: Address,Bihar,बिहार
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,संपादित भूमिका अनुमतियां apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,संपादित भूमिका अनुमतियां
DocType: Communication,Link DocType,लिंक doctype DocType: Communication,Link DocType,लिंक doctype
@@ -2300,7 +2300,7 @@ DocType: DocField,Set non-standard precision for a Float or Currency field,ए
DocType: Email Account,Ignore attachments over this size,इस आकार के ऊपर अनुलग्नकों पर ध्यान न दें DocType: Email Account,Ignore attachments over this size,इस आकार के ऊपर अनुलग्नकों पर ध्यान न दें
DocType: Address,Preferred Billing Address,पसंदीदा बिलिंग पता DocType: Address,Preferred Billing Address,पसंदीदा बिलिंग पता
apps/frappe/frappe/config/integrations.py +63,External Documents,बाहरी दस्तावेज apps/frappe/frappe/config/integrations.py +63,External Documents,बाहरी दस्तावेज
apps/frappe/frappe/database.py +235,Too many writes in one request. Please send smaller requests,एक भी कई अनुरोध में लिखते हैं . छोटे से अनुरोध भेजने के लिए धन्यवाद
apps/frappe/frappe/database.py +247,Too many writes in one request. Please send smaller requests,एक भी कई अनुरोध में लिखते हैं . छोटे से अनुरोध भेजने के लिए धन्यवाद
apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,मूल्यों को बदल apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,मूल्यों को बदल
DocType: Workflow State,arrow-up,तीर अप DocType: Workflow State,arrow-up,तीर अप
DocType: OAuth Bearer Token,Expires In,में समाप्त होने वाला है DocType: OAuth Bearer Token,Expires In,में समाप्त होने वाला है
@@ -2348,7 +2348,7 @@ apps/frappe/frappe/core/page/data_import_tool/importer.py +81,Please make sure t
apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,अपने प्रोफ़ाइल एक ईमेल पता है कि यह सुनिश्चित करें apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,अपने प्रोफ़ाइल एक ईमेल पता है कि यह सुनिश्चित करें
apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,आप इस प्रपत्र में परिवर्तन सहेजे नहीं गए . apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,आप इस प्रपत्र में परिवर्तन सहेजे नहीं गए .
DocType: Address,Telangana,तेलंगाना DocType: Address,Telangana,तेलंगाना
apps/frappe/frappe/core/doctype/doctype/doctype.py +459,Default for {0} must be an option,{0} एक विकल्प होना चाहिए के लिए डिफ़ॉल्ट
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Default for {0} must be an option,{0} एक विकल्प होना चाहिए के लिए डिफ़ॉल्ट
DocType: Tag Doc Category,Tag Doc Category,टैग डॉक्टर श्रेणी DocType: Tag Doc Category,Tag Doc Category,टैग डॉक्टर श्रेणी
DocType: User,User Image,User Image DocType: User,User Image,User Image
apps/frappe/frappe/email/queue.py +304,Emails are muted,ईमेल मौन हैं apps/frappe/frappe/email/queue.py +304,Emails are muted,ईमेल मौन हैं
@@ -2393,7 +2393,7 @@ DocType: Async Task,Running,रनिंग
apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,पासवर्ड रीसेट apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,पासवर्ड रीसेट
apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,कृपया अधिक से {0} ग्राहकों को जोड़ने के लिए नवीनीकरण apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,कृपया अधिक से {0} ग्राहकों को जोड़ने के लिए नवीनीकरण
DocType: Workflow State,hand-left,हाथ बाएँ DocType: Workflow State,hand-left,हाथ बाएँ
apps/frappe/frappe/core/doctype/doctype/doctype.py +472,Fieldtype {0} for {1} cannot be unique,Fieldtype {0} {1} अद्वितीय नहीं किया जा सकता है के लिए
apps/frappe/frappe/core/doctype/doctype/doctype.py +476,Fieldtype {0} for {1} cannot be unique,Fieldtype {0} {1} अद्वितीय नहीं किया जा सकता है के लिए
DocType: Email Account,Use SSL,SSL का उपयोग DocType: Email Account,Use SSL,SSL का उपयोग
DocType: Workflow State,play-circle,खेलने सर्कल DocType: Workflow State,play-circle,खेलने सर्कल
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,संपादित करने के लिए प्रिंट स्वरूप का चयन apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,संपादित करने के लिए प्रिंट स्वरूप का चयन
@@ -2448,7 +2448,7 @@ DocType: DocField,No Copy,कोई नकल
DocType: Workflow State,qrcode,qrcode DocType: Workflow State,qrcode,qrcode
apps/frappe/frappe/www/login.html +34,Login with LDAP,एलडीएपी के साथ लॉगिन apps/frappe/frappe/www/login.html +34,Login with LDAP,एलडीएपी के साथ लॉगिन
DocType: Web Form,Breadcrumbs,Breadcrumbs DocType: Web Form,Breadcrumbs,Breadcrumbs
apps/frappe/frappe/core/doctype/doctype/doctype.py +671,If Owner,स्वामी हैं
apps/frappe/frappe/core/doctype/doctype/doctype.py +675,If Owner,स्वामी हैं
DocType: OAuth Authorization Code,Expiration time,समय सीमा समाप्ति समय DocType: OAuth Authorization Code,Expiration time,समय सीमा समाप्ति समय
DocType: Web Page,Website Sidebar,वेबसाइट साइडबार DocType: Web Page,Website Sidebar,वेबसाइट साइडबार
DocType: Web Form,Show Sidebar,दिखाएँ साइडबार DocType: Web Form,Show Sidebar,दिखाएँ साइडबार
@@ -2619,6 +2619,7 @@ DocType: Portal Settings,Hide Standard Menu,स्टैंडर्ड मे
apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,जोड़ें / ईमेल डोमेन की व्यवस्था करें। apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,जोड़ें / ईमेल डोमेन की व्यवस्था करें।
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},प्रस्तुत करने से पहले रद्द नहीं कर सकते . apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},प्रस्तुत करने से पहले रद्द नहीं कर सकते .
apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,छापा प्रारूप {0} अक्षम है apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,छापा प्रारूप {0} अक्षम है
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,कृपया सेटअप&gt; ईमेल&gt; ईमेल खाता से डिफ़ॉल्ट ईमेल खाता सेट करें
DocType: Email Alert,Send days before or after the reference date,पहले या संदर्भ तारीख के बाद के दिनों भेजें DocType: Email Alert,Send days before or after the reference date,पहले या संदर्भ तारीख के बाद के दिनों भेजें
DocType: User,Allow user to login only after this hour (0-24),उपयोगकर्ता इस घंटे के बाद ही प्रवेश करने की अनुमति दें (0-24) DocType: User,Allow user to login only after this hour (0-24),उपयोगकर्ता इस घंटे के बाद ही प्रवेश करने की अनुमति दें (0-24)
apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,मूल्य apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,मूल्य
@@ -2634,7 +2635,6 @@ DocType: ToDo,Priority,प्राथमिकता
DocType: Email Queue,Unsubscribe Param,सदस्यता समाप्त परम DocType: Email Queue,Unsubscribe Param,सदस्यता समाप्त परम
DocType: Auto Email Report,Weekly,साप्ताहिक DocType: Auto Email Report,Weekly,साप्ताहिक
DocType: Communication,In Reply To,इसके उत्तर में DocType: Communication,In Reply To,इसके उत्तर में
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,कोई डिफ़ॉल्ट पता टेम्पलेट पाया नहीं कृपया सेटअप&gt; प्रिंटिंग और ब्रांडिंग&gt; पता टेम्प्लेट से एक नया बनाएं।
DocType: DocType,Allow Import (via Data Import Tool),आयात की अनुमति दें (डेटा आयात के उपकरण के माध्यम से) DocType: DocType,Allow Import (via Data Import Tool),आयात की अनुमति दें (डेटा आयात के उपकरण के माध्यम से)
apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,सीनियर apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,सीनियर
DocType: DocField,Float,नाव DocType: DocField,Float,नाव
@@ -2677,7 +2677,7 @@ apps/frappe/frappe/templates/emails/auto_reply.html +1,Thank you for your email,
DocType: DocField,Small Text,छोटे अक्षर DocType: DocField,Small Text,छोटे अक्षर
apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,प्रशासक पहुँचा {0} को {1} आईपी पते के माध्यम {2}। apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,प्रशासक पहुँचा {0} को {1} आईपी पते के माध्यम {2}।
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,बराबरी apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,बराबरी
apps/frappe/frappe/core/doctype/doctype/doctype.py +453,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',क्षेत्र के विकल्प 'डायनामिक लिंक' प्रकार 'टैग' के रूप में विकल्प के साथ एक और कड़ी फील्ड को इंगित करना होगा
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',क्षेत्र के विकल्प 'डायनामिक लिंक' प्रकार 'टैग' के रूप में विकल्प के साथ एक और कड़ी फील्ड को इंगित करना होगा
DocType: About Us Settings,Team Members Heading,टीम के सदस्यों शीर्षक DocType: About Us Settings,Team Members Heading,टीम के सदस्यों शीर्षक
apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,अमान्य CSV प्रारूप apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,अमान्य CSV प्रारूप
apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,सेट बैकअप की संख्या apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,सेट बैकअप की संख्या
@@ -2711,7 +2711,7 @@ DocType: Kanban Board Column,Column Name,आम नाम
DocType: Language,Based On,के आधार पर DocType: Language,Based On,के आधार पर
apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,डिफ़ॉल्ट बनाना apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,डिफ़ॉल्ट बनाना
apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,चेक फ्रेपे सर्वर URL apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,चेक फ्रेपे सर्वर URL
apps/frappe/frappe/core/doctype/doctype/doctype.py +495,Fieldtype {0} for {1} cannot be indexed,Fieldtype {0} {1} अनुक्रमित नहीं किया जा सकता के लिए
apps/frappe/frappe/core/doctype/doctype/doctype.py +499,Fieldtype {0} for {1} cannot be indexed,Fieldtype {0} {1} अनुक्रमित नहीं किया जा सकता के लिए
DocType: Communication,Email Account,ईमेल खाता DocType: Communication,Email Account,ईमेल खाता
DocType: Workflow State,Download,डाउनलोड DocType: Workflow State,Download,डाउनलोड
DocType: Blog Post,Blog Intro,ब्लॉग परिचय DocType: Blog Post,Blog Intro,ब्लॉग परिचय
@@ -2743,15 +2743,15 @@ apps/frappe/frappe/email/doctype/email_group/email_group.js +45,New Newsletter,
DocType: Print Settings,Send Print as PDF,के रूप में प्रिंट भेजें पीडीएफ DocType: Print Settings,Send Print as PDF,के रूप में प्रिंट भेजें पीडीएफ
DocType: Web Form,Amount,राशि DocType: Web Form,Amount,राशि
DocType: Workflow Transition,Allowed,रख सकते है DocType: Workflow Transition,Allowed,रख सकते है
apps/frappe/frappe/core/doctype/doctype/doctype.py +502,There can be only one Fold in a form,एक रूप में केवल एक ही मोड़ो नहीं हो सकता
apps/frappe/frappe/core/doctype/doctype/doctype.py +506,There can be only one Fold in a form,एक रूप में केवल एक ही मोड़ो नहीं हो सकता
apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},{0} के लिए फ़ाइल स्वरूप लिखने में असमर्थ apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},{0} के लिए फ़ाइल स्वरूप लिखने में असमर्थ
apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,डिफ़ॉल्ट सेटिंग्स को पुनर्स्थापित? apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,डिफ़ॉल्ट सेटिंग्स को पुनर्स्थापित?
apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,अवैध होम पेज apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,अवैध होम पेज
apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,अमान्य लॉगिन। पुनः प्रयास करें। apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,अमान्य लॉगिन। पुनः प्रयास करें।
apps/frappe/frappe/core/doctype/doctype/doctype.py +420,Options required for Link or Table type field {0} in row {1},{1} पंक्ति {1} में लिंक या तालिका प्रकार फ़ील्ड के लिए आवश्यक विकल्प
apps/frappe/frappe/core/doctype/doctype/doctype.py +424,Options required for Link or Table type field {0} in row {1},{1} पंक्ति {1} में लिंक या तालिका प्रकार फ़ील्ड के लिए आवश्यक विकल्प
DocType: Auto Email Report,Send only if there is any data,केवल भेजें अगर कोई डेटा है DocType: Auto Email Report,Send only if there is any data,केवल भेजें अगर कोई डेटा है
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,फिल्टर रीसेट apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,फिल्टर रीसेट
apps/frappe/frappe/core/doctype/doctype/doctype.py +688,{0}: Permission at level 0 must be set before higher levels are set,{0} : उच्च स्तर सेट कर रहे हैं पहले स्तर 0 पर अनुमति सेट किया जाना चाहिए
apps/frappe/frappe/core/doctype/doctype/doctype.py +692,{0}: Permission at level 0 must be set before higher levels are set,{0} : उच्च स्तर सेट कर रहे हैं पहले स्तर 0 पर अनुमति सेट किया जाना चाहिए
apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},असाइनमेंट द्वारा बंद कर दिया {0} apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},असाइनमेंट द्वारा बंद कर दिया {0}
DocType: Integration Request,Remote,रिमोट DocType: Integration Request,Remote,रिमोट
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,गणना करें apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,गणना करें
@@ -2771,7 +2771,7 @@ DocType: DocField,Perm Level,स्तर Perm
apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,आज के कैलेंडर में घटनाक्रम apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,आज के कैलेंडर में घटनाक्रम
DocType: Web Page,Web Page,वेब पेज DocType: Web Page,Web Page,वेब पेज
DocType: Blog Category,Blogger,ब्लॉगर DocType: Blog Category,Blogger,ब्लॉगर
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In Global Search' not allowed for type {0} in row {1},पंक्ति {1} में {0} प्रकार के लिए &#39;वैश्विक खोज में&#39; की अनुमति नहीं है
apps/frappe/frappe/core/doctype/doctype/doctype.py +449,'In Global Search' not allowed for type {0} in row {1},पंक्ति {1} में {0} प्रकार के लिए &#39;वैश्विक खोज में&#39; की अनुमति नहीं है
apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,सूची देखें apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,सूची देखें
apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},तिथि प्रारूप में होना चाहिए : {0} apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},तिथि प्रारूप में होना चाहिए : {0}
DocType: Workflow,Don't Override Status,स्थिति पर हावी नहीं है DocType: Workflow,Don't Override Status,स्थिति पर हावी नहीं है
@@ -2820,7 +2820,7 @@ DocType: Website Theme,Background,पृष्ठभूमि
DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","उपयोगकर्ता अनुमतियाँ लागू करने के लिए इस्तेमाल DocTypes की JSON सूची। खाली हैं, सभी जुड़े DocTypes उपयोगकर्ता अनुमतियाँ लागू करने के लिए इस्तेमाल किया जाएगा।" DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","उपयोगकर्ता अनुमतियाँ लागू करने के लिए इस्तेमाल DocTypes की JSON सूची। खाली हैं, सभी जुड़े DocTypes उपयोगकर्ता अनुमतियाँ लागू करने के लिए इस्तेमाल किया जाएगा।"
DocType: Report,Ref DocType,रेफरी doctype DocType: Report,Ref DocType,रेफरी doctype
apps/frappe/frappe/www/feedback.py +42,Please add a rating,कृपया एक रेटिंग जोड़ें apps/frappe/frappe/www/feedback.py +42,Please add a rating,कृपया एक रेटिंग जोड़ें
apps/frappe/frappe/core/doctype/doctype/doctype.py +700,{0}: Cannot set Amend without Cancel,{0} : सेट नहीं कर सकता रद्द बिना संशोधन
apps/frappe/frappe/core/doctype/doctype/doctype.py +704,{0}: Cannot set Amend without Cancel,{0} : सेट नहीं कर सकता रद्द बिना संशोधन
apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,पूरा पृष्ठ apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,पूरा पृष्ठ
DocType: DocType,Is Child Table,चाइल्ड तालिका DocType: DocType,Is Child Table,चाइल्ड तालिका
apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} {1} में से एक होना चाहिए apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} {1} में से एक होना चाहिए
@@ -2849,7 +2849,7 @@ DocType: Event,Send an email reminder in the morning,सुबह में ए
DocType: Blog Post,Published On,पर प्रकाशित DocType: Blog Post,Published On,पर प्रकाशित
DocType: Contact,Gender,लिंग DocType: Contact,Gender,लिंग
apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,अनिवार्य जानकारी लापता: apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,अनिवार्य जानकारी लापता:
apps/frappe/frappe/core/doctype/doctype/doctype.py +492,Field '{0}' cannot be set as Unique as it has non-unique values,फील्ड &#39;{0}&#39; यह गैर-अद्वितीय मूल्यों के रूप में अद्वितीय के रूप में सेट नहीं किया जा सकता
apps/frappe/frappe/core/doctype/doctype/doctype.py +496,Field '{0}' cannot be set as Unique as it has non-unique values,फील्ड &#39;{0}&#39; यह गैर-अद्वितीय मूल्यों के रूप में अद्वितीय के रूप में सेट नहीं किया जा सकता
apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,केवल 200 सम्मिलित करता है एक अनुरोध में की अनुमति दी apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,केवल 200 सम्मिलित करता है एक अनुरोध में की अनुमति दी
DocType: Footer Item,URL,यूआरएल DocType: Footer Item,URL,यूआरएल
DocType: ToDo,Reference Type,संदर्भ प्रकार DocType: ToDo,Reference Type,संदर्भ प्रकार
@@ -2892,8 +2892,8 @@ apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +135,Please save
apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} ग्राहक जोड़े apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} ग्राहक जोड़े
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,अंदर नही apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,अंदर नही
DocType: Workflow State,star,सितारा DocType: Workflow State,star,सितारा
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +228,values separated by commas,अल्पविराम के द्वारा अलग किए गए मान
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Max width for type Currency is 100px in row {0},प्रकार मुद्रा के लिए अधिकतम चौड़ाई पंक्ति में 100px है {0}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,values separated by commas,अल्पविराम के द्वारा अलग किए गए मान
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,Max width for type Currency is 100px in row {0},प्रकार मुद्रा के लिए अधिकतम चौड़ाई पंक्ति में 100px है {0}
apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},के लिए अपनी प्रतिक्रिया साझा करें {0} apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},के लिए अपनी प्रतिक्रिया साझा करें {0}
apps/frappe/frappe/config/website.py +13,Content web page.,सामग्री वेब पेज. apps/frappe/frappe/config/website.py +13,Content web page.,सामग्री वेब पेज.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,एक नई भूमिका में जोड़ें apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,एक नई भूमिका में जोड़ें
@@ -2911,7 +2911,7 @@ apps/frappe/frappe/public/js/frappe/desk.js +383,Please Enter Your Password to C
apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,एक मान्य LDAP उपयोगकर्ता apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,एक मान्य LDAP उपयोगकर्ता
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} नहीं एक वैध राज्य apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} नहीं एक वैध राज्य
apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',कृपया किसी अन्य भुगतान विधि चुनें। पेपैल मुद्रा में लेन-देन का समर्थन नहीं करता &#39;{0}&#39; apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',कृपया किसी अन्य भुगतान विधि चुनें। पेपैल मुद्रा में लेन-देन का समर्थन नहीं करता &#39;{0}&#39;
apps/frappe/frappe/core/doctype/doctype/doctype.py +519,Search field {0} is not valid,खोज के क्षेत्र {0} मान्य नहीं है
apps/frappe/frappe/core/doctype/doctype/doctype.py +523,Search field {0} is not valid,खोज के क्षेत्र {0} मान्य नहीं है
DocType: Workflow State,ok-circle,ठीक चक्र DocType: Workflow State,ok-circle,ठीक चक्र
apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',आप पूछ &#39;ग्राहकों में नारंगी पा&#39; से चीजें मिल सकता है apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',आप पूछ &#39;ग्राहकों में नारंगी पा&#39; से चीजें मिल सकता है
apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,सॉरी! उपयोगकर्ता अपने ही रिकॉर्ड करने के लिए पूरा उपयोग किया जाना चाहिए। apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,सॉरी! उपयोगकर्ता अपने ही रिकॉर्ड करने के लिए पूरा उपयोग किया जाना चाहिए।
@@ -2981,7 +2981,7 @@ DocType: User,Background Style,पृष्ठभूमि शैली
apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},विलय कर दिया {0} में {1} apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},विलय कर दिया {0} में {1}
DocType: System Settings,mm-dd-yyyy,mm-dd-yyyy DocType: System Settings,mm-dd-yyyy,mm-dd-yyyy
apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} में लॉग इन किया apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} में लॉग इन किया
apps/frappe/frappe/templates/emails/new_user.html +4,Your login id is,आपका लॉगिन आईडी है
apps/frappe/frappe/templates/emails/new_user.html +3,Your login id is,आपका लॉगिन आईडी है
DocType: OAuth Client,Skip Authorization,प्राधिकरण जाएं DocType: OAuth Client,Skip Authorization,प्राधिकरण जाएं
DocType: Web Form,Amount Field,राशि फ़ील्ड DocType: Web Form,Amount Field,राशि फ़ील्ड
DocType: Dropbox Settings,Send Notifications To,करने के लिए सूचनाएं भेजें DocType: Dropbox Settings,Send Notifications To,करने के लिए सूचनाएं भेजें


+ 94
- 94
frappe/translations/hr.csv View File

@@ -55,7 +55,7 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +52,Data Import Templa
apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,Nadređen apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,Nadređen
DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","Ako je omogućeno, snaga lozinke bit će izvršena na temelju minimalne vrijednosti lozinke. Vrijednost 2 je srednje jaka i 4 vrlo jaka." DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","Ako je omogućeno, snaga lozinke bit će izvršena na temelju minimalne vrijednosti lozinke. Vrijednost 2 je srednje jaka i 4 vrlo jaka."
DocType: About Us Settings,"""Team Members"" or ""Management""","""Članovi tima"" ili ""uprave""" DocType: About Us Settings,"""Team Members"" or ""Management""","""Članovi tima"" ili ""uprave"""
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Default for 'Check' type of field must be either '0' or '1',"Zadana za ""Check"" vrsti terena mora biti ili '0' ili '1'"
apps/frappe/frappe/core/doctype/doctype/doctype.py +461,Default for 'Check' type of field must be either '0' or '1',"Zadana za ""Check"" vrsti terena mora biti ili '0' ili '1'"
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,Jučer apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,Jučer
DocType: Contact,Designation,Oznaka DocType: Contact,Designation,Oznaka
DocType: Test Runner,Test Runner,Test Runner DocType: Test Runner,Test Runner,Test Runner
@@ -71,7 +71,7 @@ DocType: DocType,Is Published Field,Je Objavljeno polje
DocType: Email Group,Email Group,E-mail Group DocType: Email Group,Email Group,E-mail Group
DocType: Note,Seen By,vide DocType: Note,Seen By,vide
apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,Dodaj više stavki apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,Dodaj više stavki
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Not Like,Ne kao
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Not Like,Ne kao
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,Postavite oznaku prikaza za područje apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,Postavite oznaku prikaza za područje
apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},Netočna vrijednost: {0} mora biti {1} {2} apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},Netočna vrijednost: {0} mora biti {1} {2}
apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","Promjeni svojstva polja (sakrij, samo čitanje, dozvola i sl.)" apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","Promjeni svojstva polja (sakrij, samo čitanje, dozvola i sl.)"
@@ -160,7 +160,8 @@ apps/frappe/frappe/public/js/frappe/upload.js +296,Uploading...,Prijenos ...
DocType: Email Domain,Email Domain,Domena e-pošte DocType: Email Domain,Email Domain,Domena e-pošte
DocType: Workflow State,italic,kurzivan DocType: Workflow State,italic,kurzivan
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,Za svakoga apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,Za svakoga
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,{0}: Cannot set Import without Create,{0} : Ne može se uvesti bez stvaranja
apps/frappe/frappe/core/doctype/doctype/doctype.py +706,{0}: Cannot set Import without Create,{0} : Ne može se uvesti bez stvaranja
apps/frappe/frappe/templates/emails/auto_email_report.html +45,View report in your browser,Pregledajte izvješće u pregledniku
apps/frappe/frappe/config/desk.py +26,Event and other calendars.,Događaj i druge kalendare. apps/frappe/frappe/config/desk.py +26,Event and other calendars.,Događaj i druge kalendare.
apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,Sva polja su potrebna za slanje komentara. apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,Sva polja su potrebna za slanje komentara.
apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,Povucite kako bi sortirali stupce apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,Povucite kako bi sortirali stupce
@@ -237,7 +238,7 @@ apps/frappe/frappe/config/setup.py +121,Update many values at one time.,Ažurira
apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,Pogreška: Dokument je promijenjen nakon što ste ga otvorili apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,Pogreška: Dokument je promijenjen nakon što ste ga otvorili
apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} odjavljen: {1} apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} odjavljen: {1}
DocType: Address,West Bengal,West Bengal DocType: Address,West Bengal,West Bengal
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0}: Cannot set Assign Submit if not Submittable,{0} : Ne mogu postaviti Zauzimanje Podnijeti ako ne Submittable
apps/frappe/frappe/core/doctype/doctype/doctype.py +727,{0}: Cannot set Assign Submit if not Submittable,{0} : Ne mogu postaviti Zauzimanje Podnijeti ako ne Submittable
DocType: Social Login Keys,Facebook,Facebook DocType: Social Login Keys,Facebook,Facebook
apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",Filtrirano po &quot;{0}&quot; apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",Filtrirano po &quot;{0}&quot;
DocType: Salutation,Administrator,Upravitelj DocType: Salutation,Administrator,Upravitelj
@@ -261,7 +262,7 @@ DocType: User,Get your globally recognized avatar from Gravatar.com,Get your glo
apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","Vaša pretplata istekla je {0}. Obnoviti, {1}." apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","Vaša pretplata istekla je {0}. Obnoviti, {1}."
DocType: Workflow State,plus-sign,plus-potpisati DocType: Workflow State,plus-sign,plus-potpisati
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,Postavljanje je već završena apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,Postavljanje je već završena
apps/frappe/frappe/__init__.py +897,App {0} is not installed,Asi {0} nije instaliran
apps/frappe/frappe/__init__.py +898,App {0} is not installed,Asi {0} nije instaliran
DocType: Workflow State,Refresh,Osvježi stranicu DocType: Workflow State,Refresh,Osvježi stranicu
DocType: Event,Public,Javni DocType: Event,Public,Javni
apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,Ništa pokazati apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,Ništa pokazati
@@ -269,7 +270,7 @@ apps/frappe/frappe/public/js/frappe/model/model.js +24,Liked By,Voljeli
apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,Podrška e-poštom apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,Podrška e-poštom
DocType: DocField,Print Hide If No Value,Ispis Sakrij Ako nema vrijednost DocType: DocField,Print Hide If No Value,Ispis Sakrij Ako nema vrijednost
DocType: Event,yellow,žuta boja DocType: Event,yellow,žuta boja
apps/frappe/frappe/core/doctype/doctype/doctype.py +563,Is Published Field must be a valid fieldname,Objavljuje se polje mora biti valjana FIELDNAME
apps/frappe/frappe/core/doctype/doctype/doctype.py +567,Is Published Field must be a valid fieldname,Objavljuje se polje mora biti valjana FIELDNAME
apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,Prenesi Prilog apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,Prenesi Prilog
DocType: Block Module,Block Module,Blok modul DocType: Block Module,Block Module,Blok modul
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,Izvoz Predložak apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,Izvoz Predložak
@@ -286,7 +287,7 @@ DocType: Email Account,Total number of emails to sync in initial sync process ,U
DocType: Website Settings,Set Banner from Image,Postavite banner sa slike DocType: Website Settings,Set Banner from Image,Postavite banner sa slike
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,Globalno pretraživanje apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,Globalno pretraživanje
DocType: Email Account,SparkPost,SparkPost DocType: Email Account,SparkPost,SparkPost
apps/frappe/frappe/templates/emails/new_user.html +3,A new account has been created for you at {0},Kreiran korisnički račun u {0}
apps/frappe/frappe/templates/emails/new_user.html +2,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 +178,Instructions Emailed,Upute poslane e-poštom apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,Upute poslane e-poštom
apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),Unesite e Primatelj (e) apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),Unesite e Primatelj (e)
DocType: Print Format,Verdana,Verdana DocType: Print Format,Verdana,Verdana
@@ -352,7 +353,7 @@ apps/frappe/frappe/utils/nestedset.py +218,Merging is only possible between Grou
apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},Dodano {0} apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},Dodano {0}
apps/frappe/frappe/www/search.html +28,No matching records. Search something new,Nije pronađen niti jedan zapis. nešto novo pretrage apps/frappe/frappe/www/search.html +28,No matching records. Search something new,Nije pronađen niti jedan zapis. nešto novo pretrage
DocType: Currency,Fraction Units,Frakcije Jedinice DocType: Currency,Fraction Units,Frakcije Jedinice
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +431,{0} from {1} to {2},{0} od {1} {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +433,{0} from {1} to {2},{0} od {1} {2}
DocType: Communication,Type,Vrsta DocType: Communication,Type,Vrsta
DocType: Authentication Log,Subject,Predmet DocType: Authentication Log,Subject,Predmet
DocType: Web Form,Amount Based On Field,Iznos koji se temelji na terenskom DocType: Web Form,Amount Based On Field,Iznos koji se temelji na terenskom
@@ -365,10 +366,10 @@ DocType: Workflow State,plane,avion
apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","Ako ste upload nove rekorde, ""Imenovanje serije"" postaje obvezna, ako je prisutna." apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","Ako ste upload nove rekorde, ""Imenovanje serije"" postaje obvezna, ako je prisutna."
apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,Dobiti upozorenja za danas apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,Dobiti upozorenja za danas
apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DOCTYPE može preimenovati samo Administrator apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DOCTYPE može preimenovati samo Administrator
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +442,changed value of {0},promjene vrijednosti {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +444,changed value of {0},promjene vrijednosti {0}
DocType: Report,JSON,JSON DocType: Report,JSON,JSON
apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,Provjerite e-poštu za potvrdu apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,Provjerite e-poštu za potvrdu
apps/frappe/frappe/core/doctype/doctype/doctype.py +509,Fold can not be at the end of the form,Puta ne mogu biti na kraju u obliku
apps/frappe/frappe/core/doctype/doctype/doctype.py +513,Fold can not be at the end of the form,Puta ne mogu biti na kraju u obliku
DocType: Communication,Bounced,Odskočiti DocType: Communication,Bounced,Odskočiti
DocType: Deleted Document,Deleted Name,Izbrisano ime DocType: Deleted Document,Deleted Name,Izbrisano ime
apps/frappe/frappe/config/setup.py +14,System and Website Users,Korisnici sustava i web stranice apps/frappe/frappe/config/setup.py +14,System and Website Users,Korisnici sustava i web stranice
@@ -376,25 +377,26 @@ DocType: Workflow Document State,Doc Status,Doc status
DocType: Auto Email Report,No of Rows (Max 500),Broj redaka (maksimalno 500) DocType: Auto Email Report,No of Rows (Max 500),Broj redaka (maksimalno 500)
DocType: Language,Language Code,Jezični kôd DocType: Language,Language Code,Jezični kôd
apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...",Preuzimanje datoteke je u pripremi i moglo bi potrajati krako vrijeme... apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...",Preuzimanje datoteke je u pripremi i moglo bi potrajati krako vrijeme...
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +23,Add Filter,Dodaj filter
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +21,Add Filter,Dodaj filter
apps/frappe/frappe/www/feedback.html +23,Your rating: ,Vaša ocjena: apps/frappe/frappe/www/feedback.html +23,Your rating: ,Vaša ocjena:
apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} i {1} apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} i {1}
DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Uvijek dodaj &quot;skica&quot; Na putu za ispis nacrta dokumenata DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Uvijek dodaj &quot;skica&quot; Na putu za ispis nacrta dokumenata
apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,E-adresa je označena kao neželjena pošta apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,E-adresa je označena kao neželjena pošta
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,Postavke&gt; Korisnik
DocType: About Us Settings,Website Manager,Web Manager DocType: About Us Settings,Website Manager,Web Manager
apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,Odabrali ste skice ili otkazane dokumente apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,Odabrali ste skice ili otkazane dokumente
apps/frappe/frappe/model/document.py +1044,Document Queued,Dokument redu za slanje apps/frappe/frappe/model/document.py +1044,Document Queued,Dokument redu za slanje
DocType: GSuite Templates,Destination ID,ID odredišta DocType: GSuite Templates,Destination ID,ID odredišta
DocType: Desktop Icon,List,popis DocType: Desktop Icon,List,popis
DocType: Communication,Link Name,Link Name DocType: Communication,Link Name,Link Name
apps/frappe/frappe/core/doctype/doctype/doctype.py +433,Field {0} in row {1} cannot be hidden and mandatory without default,Polje {0} je u redu {1} ne može biti skriven i obavezno bez defaultu
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Field {0} in row {1} cannot be hidden and mandatory without default,Polje {0} je u redu {1} ne može biti skriven i obavezno bez defaultu
DocType: System Settings,mm/dd/yyyy,mm-dd-yyyy DocType: System Settings,mm/dd/yyyy,mm-dd-yyyy
apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,Netočna zaporka: apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,Netočna zaporka:
DocType: Print Settings,Send document web view link in email,Slanje dokumenata na web-prikaz link u e-mail DocType: Print Settings,Send document web view link in email,Slanje dokumenata na web-prikaz link u e-mail
apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,Vaše povratne informacije za dokument {0} je uspješno spremljen apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,Vaše povratne informacije za dokument {0} je uspješno spremljen
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,prijašnji apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,prijašnji
apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,Re: apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,Re:
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +496,{0} rows for {1},{0} redovi za {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +498,{0} rows for {1},{0} redovi za {1}
DocType: Currency,"Sub-currency. For e.g. ""Cent""",Sub-valuta. Za npr. &quot;centi&quot; DocType: Currency,"Sub-currency. For e.g. ""Cent""",Sub-valuta. Za npr. &quot;centi&quot;
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,Odaberite prenesenu datoteku apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,Odaberite prenesenu datoteku
DocType: Letter Head,Check this to make this the default letter head in all prints,Provjerite to napraviti ovu glavu zadani slovo u svim otisaka DocType: Letter Head,Check this to make this the default letter head in all prints,Provjerite to napraviti ovu glavu zadani slovo u svim otisaka
@@ -417,7 +419,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +5,
DocType: Event,Wednesday,Srijeda DocType: Event,Wednesday,Srijeda
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","Osim Uloga temelji dopuštenje pravilima , možete se prijaviti korisničkim dozvolama na temelju DocTypes ." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","Osim Uloga temelji dopuštenje pravilima , možete se prijaviti korisničkim dozvolama na temelju DocTypes ."
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.",Te dozvole će se primjenjivati za sve transakcije u kojimaje dopušteno snimanje je povezan . apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.",Te dozvole će se primjenjivati za sve transakcije u kojimaje dopušteno snimanje je povezan .
apps/frappe/frappe/core/doctype/doctype/doctype.py +554,Image field must be a valid fieldname,Polje slika mora biti valjana FIELDNAME
apps/frappe/frappe/core/doctype/doctype/doctype.py +558,Image field must be a valid fieldname,Polje slika mora biti valjana FIELDNAME
DocType: OAuth Client,Token,Znak DocType: OAuth Client,Token,Znak
DocType: Property Setter,ID (name) of the entity whose property is to be set,ID (ime) subjekta čiji je objekt se postaviti DocType: Property Setter,ID (name) of the entity whose property is to be set,ID (ime) subjekta čiji je objekt se postaviti
apps/frappe/frappe/limits.py +82,"To renew, {0}.","Obnoviti, {0}." apps/frappe/frappe/limits.py +82,"To renew, {0}.","Obnoviti, {0}."
@@ -426,7 +428,7 @@ DocType: Web Form,Sidebar Items,Bočna Stavke
apps/frappe/frappe/installer.py +125,App {0} already installed,App {0} već instaliran apps/frappe/frappe/installer.py +125,App {0} already installed,App {0} već instaliran
DocType: Workflow State,exclamation-sign,usklik-znak DocType: Workflow State,exclamation-sign,usklik-znak
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,Pokaži dopuštenja apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,Pokaži dopuštenja
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a Link or Dynamic Link,Timeline polje mora biti veza ili Dynamic Link
apps/frappe/frappe/core/doctype/doctype/doctype.py +578,Timeline field must be a Link or Dynamic Link,Timeline polje mora biti veza ili Dynamic Link
apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,Raspon datuma apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,Raspon datuma
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,Gantt apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,Gantt
apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},Stranica {0} od {1} apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},Stranica {0} od {1}
@@ -456,18 +458,18 @@ DocType: Workflow State,music,glazba
DocType: Web Page,Settings,Postavke DocType: Web Page,Settings,Postavke
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,Navedite vrstu dokumenata apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,Navedite vrstu dokumenata
DocType: Print Format,Style Settings,Postavke stila DocType: Print Format,Style Settings,Postavke stila
apps/frappe/frappe/core/doctype/doctype/doctype.py +585,Sort field {0} must be a valid fieldname,Sortiranje polje {0} mora biti valjana FIELDNAME
apps/frappe/frappe/core/doctype/doctype/doctype.py +589,Sort field {0} must be a valid fieldname,Sortiranje polje {0} mora biti valjana FIELDNAME
apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,Više apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,Više
DocType: Contact,Sales Manager,Sales Manager DocType: Contact,Sales Manager,Sales Manager
apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,Preimenuj apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,Preimenuj
DocType: Print Format,Format Data,Format podataka DocType: Print Format,Format Data,Format podataka
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Like,Kao
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Like,Kao
DocType: Customize Form Field,Customize Form Field,Prilagodba polja obrasca DocType: Customize Form Field,Customize Form Field,Prilagodba polja obrasca
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,Dopusti korisnika apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,Dopusti korisnika
DocType: OAuth Client,Grant Type,Vrsta Grant DocType: OAuth Client,Grant Type,Vrsta Grant
apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,Provjeri koji dokumenti su korisniku čitljivi apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,Provjeri koji dokumenti su korisniku čitljivi
apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,Aplikacija popisa nije dopuštena apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,Aplikacija popisa nije dopuštena
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,use % as wildcard,koristiti% kao zamjenski
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +230,use % as wildcard,koristiti% kao zamjenski
apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","Domena e-pošte konfigurirana za ovaj korisnički račun, stvoriti jedan?" apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","Domena e-pošte konfigurirana za ovaj korisnički račun, stvoriti jedan?"
DocType: User,Reset Password Key,Reset Password ključ DocType: User,Reset Password Key,Reset Password ključ
DocType: Email Account,Enable Auto Reply,Omogućite Auto Odgovor DocType: Email Account,Enable Auto Reply,Omogućite Auto Odgovor
@@ -492,11 +494,12 @@ apps/frappe/frappe/model/document.py +574,Cannot change docstatus from 1 to 0,Ne
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,Uzmi Backup Sada apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,Uzmi Backup Sada
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,dobrodošli apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,dobrodošli
apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,Instalirani Apps apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,Instalirani Apps
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,Postavljanje&gt; Upravitelj dozvola korisnika
DocType: Contact,Open,Otvoreno DocType: Contact,Open,Otvoreno
DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,Definira aktivnosti na stanja i na sljedeći korak i dopušteni uloge. DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,Definira aktivnosti na stanja i na sljedeći korak i dopušteni uloge.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","Kao najbolje prakse , ne dodijeliti isti set pravila dopuštenje za različite uloge . Umjesto toga , postavite više uloga istom korisniku ." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","Kao najbolje prakse , ne dodijeliti isti set pravila dopuštenje za različite uloge . Umjesto toga , postavite više uloga istom korisniku ."
DocType: Web Form,Message to be displayed on successful completion,Poruka će biti prikazani na uspješnom završetku DocType: Web Form,Message to be displayed on successful completion,Poruka će biti prikazani na uspješnom završetku
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +42,Only {0} emailed reports are allowed per user,Samo {0} poslana izvješća dopušteno po korisniku
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +43,Only {0} emailed reports are allowed per user,Samo {0} poslana izvješća dopušteno po korisniku
DocType: Address,Address Title,Naziv adrese DocType: Address,Address Title,Naziv adrese
DocType: Website Settings,Footer Items,Footer Proizvodi DocType: Website Settings,Footer Items,Footer Proizvodi
apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,Zahtjev ocjena apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,Zahtjev ocjena
@@ -511,7 +514,7 @@ DocType: DocField,Set Only Once,Postaviti samo jednom
DocType: Email Queue Recipient,Email Queue Recipient,E-Queue Primatelj DocType: Email Queue Recipient,Email Queue Recipient,E-Queue Primatelj
DocType: Address,Nagaland,Nagaland DocType: Address,Nagaland,Nagaland
apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,Korisničko ime {0} već postoji apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,Korisničko ime {0} već postoji
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set import as {1} is not importable,{0} : Ne može se postaviti uvoz kao {1} nije za uvoz
apps/frappe/frappe/core/doctype/doctype/doctype.py +733,{0}: Cannot set import as {1} is not importable,{0} : Ne može se postaviti uvoz kao {1} nije za uvoz
apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},Došlo je do pogreške u vašem adresnoj predložak {0} apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},Došlo je do pogreške u vašem adresnoj predložak {0}
DocType: Footer Item,"target = ""_blank""",target = &quot;_blank&quot; DocType: Footer Item,"target = ""_blank""",target = &quot;_blank&quot;
DocType: Workflow State,hdd,HDD DocType: Workflow State,hdd,HDD
@@ -523,7 +526,7 @@ DocType: Communication,From Full Name,Od puno ime i prezime
apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},Nemate pristup izvješću: {0} apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},Nemate pristup izvješću: {0}
DocType: User,Send Welcome Email,Pošalji e-mail dobrodošlice DocType: User,Send Welcome Email,Pošalji e-mail dobrodošlice
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,Pošalji CSV datoteku koja sadrži sve korisničke dozvole u istom obliku kao preuzimanje. apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,Pošalji CSV datoteku koja sadrži sve korisničke dozvole u istom obliku kao preuzimanje.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +449,Remove Filter,Uklonite filtar
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +450,Remove Filter,Uklonite filtar
DocType: Address,Daman and Diu,Daman i Diu DocType: Address,Daman and Diu,Daman i Diu
DocType: Address,Personal,Osobno DocType: Address,Personal,Osobno
apps/frappe/frappe/config/setup.py +113,Bulk Rename,Skupno preimenuj apps/frappe/frappe/config/setup.py +113,Bulk Rename,Skupno preimenuj
@@ -553,13 +556,12 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.js +33,Send
apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","Standardni DocType ne može imati zadani format ispisa, koristite Prilagodi obrazac" apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","Standardni DocType ne može imati zadani format ispisa, koristite Prilagodi obrazac"
DocType: Report,Query,Upit DocType: Report,Query,Upit
DocType: DocType,Sort Order,sortiranje DocType: DocType,Sort Order,sortiranje
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,'In List View' not allowed for type {0} in row {1},'U prikazu popisa' nisu dopušteni za tip {0} u redu {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In List View' not allowed for type {0} in row {1},'U prikazu popisa' nisu dopušteni za tip {0} u redu {1}
DocType: Custom Field,Select the label after which you want to insert new field.,Odaberite oznaku nakon što želite umetnuti novo polje. DocType: Custom Field,Select the label after which you want to insert new field.,Odaberite oznaku nakon što želite umetnuti novo polje.
,Document Share Report,Dokument podijele prijava ,Document Share Report,Dokument podijele prijava
DocType: User,Last Login,Zadnja prijava DocType: User,Last Login,Zadnja prijava
apps/frappe/frappe/core/doctype/doctype/doctype.py +600,Fieldname is required in row {0},"Podataka, Naziv Polja je potrebno u redu {0}"
apps/frappe/frappe/core/doctype/doctype/doctype.py +604,Fieldname is required in row {0},"Podataka, Naziv Polja je potrebno u redu {0}"
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,Kolona apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,Kolona
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,Postavite zadani račun e-pošte od Postava&gt; E-pošta&gt; Račun e-pošte
DocType: Custom Field,Adds a custom field to a DocType,Dodaje prilagođeni polje na vrstu dokumenata DocType: Custom Field,Adds a custom field to a DocType,Dodaje prilagođeni polje na vrstu dokumenata
DocType: File,Is Home Folder,Je Početna mapa DocType: File,Is Home Folder,Je Početna mapa
apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} nije valjana e-mail adresa apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} nije valjana e-mail adresa
@@ -583,7 +585,7 @@ DocType: File,Folder,Mapa
DocType: DocField,Index,Indeks DocType: DocField,Index,Indeks
DocType: Email Group,Newsletter Manager,Newsletter Upravitelj DocType: Email Group,Newsletter Manager,Newsletter Upravitelj
apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,Opcija 1 apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,Opcija 1
apps/frappe/frappe/public/js/frappe/form/formatters.js +124,{0} to {1},{0} do {1}
apps/frappe/frappe/public/js/frappe/form/formatters.js +129,{0} to {1},{0} do {1}
apps/frappe/frappe/config/setup.py +89,Log of error during requests.,Prijava pogreške prilikom zahtjeva. apps/frappe/frappe/config/setup.py +89,Log of error during requests.,Prijava pogreške prilikom zahtjeva.
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} je uspješno dodan u e-Grupe. apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} je uspješno dodan u e-Grupe.
DocType: Address,Uttar Pradesh,Uttar Pradesh DocType: Address,Uttar Pradesh,Uttar Pradesh
@@ -593,7 +595,7 @@ apps/frappe/frappe/email/doctype/newsletter/newsletter.py +30,Scheduled to send
DocType: Kanban Board Column,Indicator,Indikator DocType: Kanban Board Column,Indicator,Indikator
DocType: DocShare,Everyone,Svako DocType: DocShare,Everyone,Svako
DocType: Workflow State,backward,Natrag DocType: Workflow State,backward,Natrag
apps/frappe/frappe/core/doctype/doctype/doctype.py +676,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: Samo je jedno pravilo dopušteno za istu ulogu, razinu i {1}"
apps/frappe/frappe/core/doctype/doctype/doctype.py +680,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: Samo je jedno pravilo dopušteno za istu ulogu, razinu i {1}"
DocType: Email Queue,Add Unsubscribe Link,Dodaj vezu za odjavu DocType: Email Queue,Add Unsubscribe Link,Dodaj vezu za odjavu
apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,Još nema komentara. Započnite novu raspravu. apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,Još nema komentara. Započnite novu raspravu.
DocType: Workflow State,share,udio DocType: Workflow State,share,udio
@@ -632,7 +634,7 @@ apps/frappe/frappe/printing/doctype/print_format/print_format.py +80,{0} is now
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,Arhivirani Kolumne apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,Arhivirani Kolumne
DocType: Email Account,Default Outgoing,Zadani odlazni DocType: Email Account,Default Outgoing,Zadani odlazni
DocType: Workflow State,play,igrati DocType: Workflow State,play,igrati
apps/frappe/frappe/templates/emails/new_user.html +5,Click on the link below to complete your registration and set a new password,Kliknite na link ispod kako bi dovršili registraciju i postaviti novu lozinku
apps/frappe/frappe/templates/emails/new_user.html +4,Click on the link below to complete your registration and set a new password,Kliknite na link ispod kako bi dovršili registraciju i postaviti novu lozinku
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,Nije dodano apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,Nije dodano
apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,Nema računa e-pošte Dodijeljeno apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,Nema računa e-pošte Dodijeljeno
DocType: Contact Us Settings,Contact Us Settings,"Postavke ""Kontaktirajte nas""" DocType: Contact Us Settings,Contact Us Settings,"Postavke ""Kontaktirajte nas"""
@@ -653,12 +655,12 @@ apps/frappe/frappe/core/page/user_permissions/user_permissions.js +127,Upload Us
DocType: Dropbox Settings,App Secret Key,Aplikacija Tajni ključ DocType: Dropbox Settings,App Secret Key,Aplikacija Tajni ključ
apps/frappe/frappe/config/website.py +7,Web Site,Web Site apps/frappe/frappe/config/website.py +7,Web Site,Web Site
apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,Označeni proizvodi će biti prikazani na desktopu apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,Označeni proizvodi će biti prikazani na desktopu
apps/frappe/frappe/core/doctype/doctype/doctype.py +719,{0} cannot be set for Single types,{0} se ne može postaviti za samohrane vrste
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0} cannot be set for Single types,{0} se ne može postaviti za samohrane vrste
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Kanban odbor {0} ne postoji. apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Kanban odbor {0} ne postoji.
apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} Trenutno pregledavate ovaj dokument apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} Trenutno pregledavate ovaj dokument
DocType: ToDo,Assigned By Full Name,Dodjeljuje Puni naziv DocType: ToDo,Assigned By Full Name,Dodjeljuje Puni naziv
apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} ažurirana apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} ažurirana
apps/frappe/frappe/core/doctype/doctype/doctype.py +709,Report cannot be set for Single types,Izvješće ne može se postaviti za samohrane vrste
apps/frappe/frappe/core/doctype/doctype/doctype.py +713,Report cannot be set for Single types,Izvješće ne može se postaviti za samohrane vrste
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,Prije {0} dana apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,Prije {0} dana
DocType: Email Account,Awaiting Password,Očekujem Lozinka DocType: Email Account,Awaiting Password,Očekujem Lozinka
DocType: Address,Address Line 1,Adresa - linija 1 DocType: Address,Address Line 1,Adresa - linija 1
@@ -708,7 +710,7 @@ DocType: Feedback Trigger,"To add dynamic subject, use jinja tags like
apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,App {0} uklonjeni apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,App {0} uklonjeni
DocType: Custom DocPerm,Apply User Permissions,Nanesite korisnička dopuštenja DocType: Custom DocPerm,Apply User Permissions,Nanesite korisnička dopuštenja
DocType: User,Modules HTML,Moduli HTML DocType: User,Modules HTML,Moduli HTML
apps/frappe/frappe/public/js/frappe/ui/field_group.js +82,Missing Values Required,Nedostaje vrijednosti potrebne
apps/frappe/frappe/public/js/frappe/ui/field_group.js +96,Missing Values Required,Nedostaje vrijednosti potrebne
DocType: DocType,Other Settings,Ostale postavke DocType: DocType,Other Settings,Ostale postavke
DocType: Social Login Keys,Frappe,Frappe DocType: Social Login Keys,Frappe,Frappe
apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,Označi kao nepročitano apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,Označi kao nepročitano
@@ -762,7 +764,7 @@ DocType: Event,orange,narančasta
apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,Ne {0} pronađeno apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,Ne {0} pronađeno
apps/frappe/frappe/config/setup.py +242,Add custom forms.,Dodaj prilagođene oblike. apps/frappe/frappe/config/setup.py +242,Add custom forms.,Dodaj prilagođene oblike.
apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} u {2} apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} u {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +419,submitted this document,podnosi ovaj dokument
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,submitted this document,podnosi ovaj dokument
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,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. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,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: Communication,CC,CC
DocType: Country,Geo,Geo DocType: Country,Geo,Geo
@@ -812,7 +814,7 @@ DocType: DocType,Hide Toolbar,Sakrij alatne trake
DocType: User,Last Active,Zadnja Aktivnost DocType: User,Last Active,Zadnja Aktivnost
DocType: Email Account,SMTP Settings for outgoing emails,SMTP postavke za odlaznu e-poštu DocType: Email Account,SMTP Settings for outgoing emails,SMTP postavke za odlaznu e-poštu
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,Uvoz nije uspio apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,Uvoz nije uspio
apps/frappe/frappe/templates/emails/password_update.html +3,Your password has been updated. Here is your new password,Vaša lozinka je ažurirana. Ovdje je vaša nova lozinka
apps/frappe/frappe/templates/emails/password_update.html +2,Your password has been updated. Here is your new password,Vaša lozinka je ažurirana. Ovdje je vaša nova lozinka
DocType: Email Account,Auto Reply Message,Auto Odgovor Poruka DocType: Email Account,Auto Reply Message,Auto Odgovor Poruka
DocType: Feedback Trigger,Condition,Stanje DocType: Feedback Trigger,Condition,Stanje
apps/frappe/frappe/utils/data.py +546,{0} hours ago,prije {0} sata apps/frappe/frappe/utils/data.py +546,{0} hours ago,prije {0} sata
@@ -820,7 +822,6 @@ apps/frappe/frappe/utils/data.py +556,1 month ago,prije 1 mjesec
DocType: Contact,User ID,Korisnički ID DocType: Contact,User ID,Korisnički ID
DocType: Communication,Sent,Poslano DocType: Communication,Sent,Poslano
DocType: Address,Kerala,Kerala DocType: Address,Kerala,Kerala
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} godina
DocType: File,Lft,LFT DocType: File,Lft,LFT
DocType: User,Simultaneous Sessions,Simultano sesije DocType: User,Simultaneous Sessions,Simultano sesije
DocType: OAuth Client,Client Credentials,Mandatno Client DocType: OAuth Client,Client Credentials,Mandatno Client
@@ -837,7 +838,7 @@ DocType: Email Queue,Unsubscribe Method,odjaviti metoda
DocType: GSuite Templates,Related DocType,Povezani DocType DocType: GSuite Templates,Related DocType,Povezani DocType
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,Uredi za dodavanje sadržaja apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,Uredi za dodavanje sadržaja
apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,odaberite jezici apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,odaberite jezici
apps/frappe/frappe/__init__.py +517,No permission for {0},Nema dozvole za {0}
apps/frappe/frappe/__init__.py +518,No permission for {0},Nema dozvole za {0}
DocType: DocType,Advanced,Napredan DocType: DocType,Advanced,Napredan
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,Čini API ključ ili API Tajna je u redu !!! apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,Čini API ključ ili API Tajna je u redu !!!
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Referenca: {0} {1} apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Referenca: {0} {1}
@@ -869,14 +870,14 @@ DocType: Custom DocPerm,Additional Permissions,Dodatne dozvole
DocType: Email Account,Always use Account's Email Address as Sender,Uvijek koristite Računa adresu e-pošte kao što Sender DocType: Email Account,Always use Account's Email Address as Sender,Uvijek koristite Računa adresu e-pošte kao što Sender
apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,Prijavite se za komentiranje apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,Prijavite se za komentiranje
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,Počnite unositi podatke ispod ove linije apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,Počnite unositi podatke ispod ove linije
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +474,changed values for {0},Promijenjene vrijednosti za {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +476,changed values for {0},Promijenjene vrijednosti za {0}
DocType: Workflow State,retweet,retweet DocType: Workflow State,retweet,retweet
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,Odredite vrijednost terena apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,Odredite vrijednost terena
DocType: Report,Disabled,Ugašeno DocType: Report,Disabled,Ugašeno
DocType: Workflow State,eye-close,oka u blizini DocType: Workflow State,eye-close,oka u blizini
DocType: OAuth Provider Settings,OAuth Provider Settings,Postavke OAutha Provider DocType: OAuth Provider Settings,OAuth Provider Settings,Postavke OAutha Provider
apps/frappe/frappe/config/setup.py +254,Applications,Prijave apps/frappe/frappe/config/setup.py +254,Applications,Prijave
apps/frappe/frappe/public/js/frappe/request.js +349,Report this issue,Prijavite ovaj problem
apps/frappe/frappe/public/js/frappe/request.js +353,Report this issue,Prijavite ovaj problem
apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,Ime je potrebno apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,Ime je potrebno
DocType: Custom Script,Adds a custom script (client or server) to a DocType,Dodaje prilagođenu skriptu (klijent ili poslužitelj) na DOCTYPE DocType: Custom Script,Adds a custom script (client or server) to a DocType,Dodaje prilagođenu skriptu (klijent ili poslužitelj) na DOCTYPE
DocType: Address,City/Town,Grad / Mjesto DocType: Address,City/Town,Grad / Mjesto
@@ -960,7 +961,7 @@ DocType: Web Form,Actions,Akcije
DocType: Workflow State,align-justify,Poravnajte-opravdati DocType: Workflow State,align-justify,Poravnajte-opravdati
DocType: User,Middle Name (Optional),Krsno ime (opcionalno) DocType: User,Middle Name (Optional),Krsno ime (opcionalno)
apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,Nije dopuštena apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,Nije dopuštena
apps/frappe/frappe/public/js/frappe/ui/field_group.js +83,Following fields have missing values:,Sljedeća polja su vrijednosti koje nedostaju:
apps/frappe/frappe/public/js/frappe/ui/field_group.js +97,Following fields have missing values:,Sljedeća polja su vrijednosti koje nedostaju:
apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,Nemate dovoljno ovlasti za dovršetak akcije apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,Nemate dovoljno ovlasti za dovršetak akcije
apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,Nema rezultata apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,Nema rezultata
DocType: System Settings,Security,Sigurnost DocType: System Settings,Security,Sigurnost
@@ -1003,7 +1004,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js +133,Hide Details,Hide detail
DocType: Workflow State,Tasks,poslovi DocType: Workflow State,Tasks,poslovi
DocType: Event,Tuesday,Utorak DocType: Event,Tuesday,Utorak
DocType: Blog Settings,Blog Settings,Postavke bloga DocType: Blog Settings,Blog Settings,Postavke bloga
apps/frappe/frappe/templates/emails/new_user.html +17,You can also copy-paste this link in your browser,Također možete kopirati ovaj link u Vaš preglednik
apps/frappe/frappe/templates/emails/new_user.html +16,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 DocType: Workflow State,bullhorn,bullhorn
DocType: Social Login Keys,Facebook Client Secret,Facebook Client Secret DocType: Social Login Keys,Facebook Client Secret,Facebook Client Secret
DocType: Footer Item,Target,Meta DocType: Footer Item,Target,Meta
@@ -1015,12 +1016,12 @@ DocType: ToDo,Due Date,Datum dospijeća
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,prvi dan u tromjesečju apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,prvi dan u tromjesečju
DocType: Social Login Keys,Google Client Secret,Google - tajna klijenta DocType: Social Login Keys,Google Client Secret,Google - tajna klijenta
DocType: Website Settings,Hide Footer Signup,Sakrij Footer Prijava DocType: Website Settings,Hide Footer Signup,Sakrij Footer Prijava
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,cancelled this document,otkazao ovaj dokument
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +423,cancelled this document,otkazao ovaj dokument
apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,Napišite Python datoteku u istu mapu gdje je spremljena i povratka stupcu i rezultat. apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,Napišite Python datoteku u istu mapu gdje je spremljena i povratka stupcu i rezultat.
DocType: DocType,Sort Field,Sortiranje polja DocType: DocType,Sort Field,Sortiranje polja
DocType: Razorpay Settings,Razorpay Settings,Postavke Razorpay DocType: Razorpay Settings,Razorpay Settings,Postavke Razorpay
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +445,Edit Filter,Uredi Filter
apps/frappe/frappe/core/doctype/doctype/doctype.py +415,Field {0} of type {1} cannot be mandatory,Polje {0} tipa {1} ne može biti obvezno
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +446,Edit Filter,Uredi Filter
apps/frappe/frappe/core/doctype/doctype/doctype.py +419,Field {0} of type {1} cannot be mandatory,Polje {0} tipa {1} ne može biti obvezno
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,Dodaj još apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,Dodaj još
apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,Sakrij grafikon apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,Sakrij grafikon
DocType: System Settings,Session Expiry Mobile,Sjednica isteka Mobitel DocType: System Settings,Session Expiry Mobile,Sjednica isteka Mobitel
@@ -1061,7 +1062,7 @@ DocType: Address,Contacts,Kontakti
DocType: System Settings,Setup Complete,Postavljanje dovršeno DocType: System Settings,Setup Complete,Postavljanje dovršeno
apps/frappe/frappe/config/setup.py +66,Report of all document shares,Izvješće svih dionica dokumenata apps/frappe/frappe/config/setup.py +66,Report of all document shares,Izvješće svih dionica dokumenata
apps/frappe/frappe/www/update-password.html +18,New Password,Nova zaporka apps/frappe/frappe/www/update-password.html +18,New Password,Nova zaporka
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +73,Filter {0} missing,Filter {0} nedostaje
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +74,Filter {0} missing,Filter {0} nedostaje
apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,Žao mi je! Ne možete izbrisati automatski generirane komentare apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,Žao mi je! Ne možete izbrisati automatski generirane komentare
DocType: Website Theme,Style using CSS,Stil pomoću CSS DocType: Website Theme,Style using CSS,Stil pomoću CSS
apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,Referentna DOCTYPEhtml apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,Referentna DOCTYPEhtml
@@ -1126,7 +1127,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +127,Help on Searc
apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,Registrirani ali je onemogućena apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,Registrirani ali je onemogućena
DocType: DocType,Hide Copy,Sakrij Kopija DocType: DocType,Hide Copy,Sakrij Kopija
apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,Očisti sve uloge apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,Očisti sve uloge
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +114,{0} generated on {1},{0} generiran na {1}
apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} mora biti jedinstvena apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} mora biti jedinstvena
apps/frappe/frappe/permissions.py +274,Row,Red apps/frappe/frappe/permissions.py +274,Row,Red
DocType: DocType,Track Changes,Prati promjene DocType: DocType,Track Changes,Prati promjene
@@ -1177,11 +1177,11 @@ DocType: User,Github User ID,GitHub korisnički ID
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,Ako Document Type apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,Ako Document Type
apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","Ne može se izbrisati ili otkazati, jer {0} <a href=""#Form/{0}/{1}"">{1}</a> povezan s {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}" apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","Ne može se izbrisati ili otkazati, jer {0} <a href=""#Form/{0}/{1}"">{1}</a> povezan s {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}"
apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},Nepoznata aplikacija {0} apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},Nepoznata aplikacija {0}
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +48,"%s is not a valid report format. Report format should \
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +49,"%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 one of the following %s",% S nije valjan format izvješća. Format izvješća trebaju \ jedno od sljedećeg% s
DocType: Communication,Chat,Razgovor DocType: Communication,Chat,Razgovor
apps/frappe/frappe/core/doctype/doctype/doctype.py +408,Fieldname {0} appears multiple times in rows {1},"Podataka, Naziv Polja {0} se pojavljuje više puta u redovima {1}"
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +460,{0} from {1} to {2} in row #{3},{0} od {1} {2} u nizu # {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +412,Fieldname {0} appears multiple times in rows {1},"Podataka, Naziv Polja {0} se pojavljuje više puta u redovima {1}"
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +462,{0} from {1} to {2} in row #{3},{0} od {1} {2} u nizu # {3}
DocType: Communication,Expired,Istekla DocType: Communication,Expired,Istekla
DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),Broj stupaca za polje u mreži (Ukupno Kolone u mreži bi trebao biti manji od 11) DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),Broj stupaca za polje u mreži (Ukupno Kolone u mreži bi trebao biti manji od 11)
DocType: DocType,System,Sustav DocType: DocType,System,Sustav
@@ -1196,7 +1196,7 @@ DocType: Help Article,Likes,Voli
DocType: Website Settings,Top Bar,Najbolje Bar DocType: Website Settings,Top Bar,Najbolje Bar
DocType: GSuite Settings,Script Code,Šifra skripti DocType: GSuite Settings,Script Code,Šifra skripti
apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,Stvorite e-poštu korisnika apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,Stvorite e-poštu korisnika
apps/frappe/frappe/core/doctype/doctype/doctype.py +647,No Permissions Specified,Nema dopuštenih dozvola
apps/frappe/frappe/core/doctype/doctype/doctype.py +651,No Permissions Specified,Nema dopuštenih dozvola
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,Globalne postavke: Korisnici će moći odabrati označene ikone apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,Globalne postavke: Korisnici će moći odabrati označene ikone
apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} nije pronađen apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} nije pronađen
DocType: Custom Role,Custom Role,Prilagođena uloga DocType: Custom Role,Custom Role,Prilagođena uloga
@@ -1208,12 +1208,12 @@ DocType: Dropbox Settings,Dropbox Access Secret,Dropbox tajni pristup
apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,Dodaj još jedan komentar apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,Dodaj još jedan komentar
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,Uredi DOCTYPE apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,Uredi DOCTYPE
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,Poništili pretplatu na Newsletter apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,Poništili pretplatu na Newsletter
apps/frappe/frappe/core/doctype/doctype/doctype.py +507,Fold must come before a Section Break,Preklopite moraju doći pred Odjeljak Break
apps/frappe/frappe/core/doctype/doctype/doctype.py +511,Fold must come before a Section Break,Preklopite moraju doći pred Odjeljak Break
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,U razvoju apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,U razvoju
apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,Zadnji izmijenio apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,Zadnji izmijenio
DocType: Workflow State,hand-down,rukom prema dolje DocType: Workflow State,hand-down,rukom prema dolje
DocType: Address,GST State,GST država DocType: Address,GST State,GST država
apps/frappe/frappe/core/doctype/doctype/doctype.py +695,{0}: Cannot set Cancel without Submit,{0} : Ne može se postaviti Odustani bez Potvrdi
apps/frappe/frappe/core/doctype/doctype/doctype.py +699,{0}: Cannot set Cancel without Submit,{0} : Ne može se postaviti Odustani bez Potvrdi
DocType: Website Theme,Theme,Tema DocType: Website Theme,Theme,Tema
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,Bilo je grešaka . apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,Bilo je grešaka .
DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,Preusmjeravanje URI dužni da autentifikacijski kôd DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,Preusmjeravanje URI dužni da autentifikacijski kôd
@@ -1252,7 +1252,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +7,
apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,Dodaj komentar apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,Dodaj komentar
DocType: DocField,Mandatory,Obavezno DocType: DocField,Mandatory,Obavezno
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,Modul za izvoz apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,Modul za izvoz
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,{0}: No basic permissions set,{0}: Nisu postavljene osnovne ovlasti
apps/frappe/frappe/core/doctype/doctype/doctype.py +663,{0}: No basic permissions set,{0}: Nisu postavljene osnovne ovlasti
apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,Pretplata će isteći {0}. apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,Pretplata će isteći {0}.
apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},Poveznica za Vašu sigurnosnu kopiju će biti poslana na email adresu: {0} apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},Poveznica za Vašu sigurnosnu kopiju će biti poslana na email adresu: {0}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","Značenje od Podnijeti, Odustati, Izmijeniti" apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","Značenje od Podnijeti, Odustati, Izmijeniti"
@@ -1267,6 +1267,7 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +129,Filters sa
DocType: DocField,Percent,Postotak DocType: DocField,Percent,Postotak
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,Molimo postavite filtere apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,Molimo postavite filtere
apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,Povezan s apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,Povezan s
apps/frappe/frappe/templates/emails/auto_email_report.html +48,Edit Auto Email Report Settings,Uređivanje postavki izvješća za automatsku poštu
DocType: Workflow State,book,knjiga DocType: Workflow State,book,knjiga
DocType: Website Settings,Landing Page,Odredišna stranica DocType: Website Settings,Landing Page,Odredišna stranica
apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,Greška u prilagođene skripte apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,Greška u prilagođene skripte
@@ -1275,7 +1276,7 @@ apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +132,"Import R
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,Nema postavljenih ovlasti za ovaj kriterij. apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,Nema postavljenih ovlasti za ovaj kriterij.
DocType: Auto Email Report,Auto Email Report,Auto Email Report DocType: Auto Email Report,Auto Email Report,Auto Email Report
apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,Maksimalni broj e-pošta apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,Maksimalni broj e-pošta
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +575,Delete comment?,Obriši komentar?
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +577,Delete comment?,Obriši komentar?
DocType: Address Template,This format is used if country specific format is not found,Ovaj format se koristi ako država specifičan format nije pronađena DocType: Address Template,This format is used if country specific format is not found,Ovaj format se koristi ako država specifičan format nije pronađena
DocType: System Settings,Allow Login using Mobile Number,Dopusti prijavu pomoću broja mobilnog telefona DocType: System Settings,Allow Login using Mobile Number,Dopusti prijavu pomoću broja mobilnog telefona
apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,Nemate dovoljno ovlasti za pristup ovom resursu. Molimo kontaktirajte upravitelja da biste dobili pristup. apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,Nemate dovoljno ovlasti za pristup ovom resursu. Molimo kontaktirajte upravitelja da biste dobili pristup.
@@ -1291,7 +1292,7 @@ DocType: Print Format,Monospace,Monospace
DocType: Letter Head,Printing,Tiskanje DocType: Letter Head,Printing,Tiskanje
DocType: Workflow State,thumbs-up,palac gore DocType: Workflow State,thumbs-up,palac gore
DocType: DocPerm,DocPerm,DocPerm DocType: DocPerm,DocPerm,DocPerm
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Precision should be between 1 and 6,Precizna treba biti između 1 i 6
apps/frappe/frappe/core/doctype/doctype/doctype.py +467,Precision should be between 1 and 6,Precizna treba biti između 1 i 6
apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},FW: {0} apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},FW: {0}
apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,i apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,i
DocType: Error Snapshot,Frames,Okviri DocType: Error Snapshot,Frames,Okviri
@@ -1304,9 +1305,10 @@ apps/frappe/frappe/utils/boilerplate.py +263,{app_title},{app_title}
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,Molimo postaviti Dropbox pristupnih tipki u vašem web config apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,Molimo postaviti Dropbox pristupnih tipki u vašem web config
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Izbriši ovaj rekord dopustiti slanje na ovu e-mail adresu apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Izbriši ovaj rekord dopustiti slanje na ovu e-mail adresu
apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"Samo obavezna polja su potrebna za nove zapise. Ako želite, možete izbrisati neobvezne stupce." apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"Samo obavezna polja su potrebna za nove zapise. Ako želite, možete izbrisati neobvezne stupce."
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +269,Unable to update event,Nije moguće ažurirati događaj
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +262,Unable to update event,Nije moguće ažurirati događaj
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Plaćanje je izvršeno apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Plaćanje je izvršeno
apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","Filtar mora imati 4 vrijednosti (doctype, ime polja, operator, vrijednost): {0}" apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","Filtar mora imati 4 vrijednosti (doctype, ime polja, operator, vrijednost): {0}"
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,Nije pronađen zadani predložak adrese. Izradite novi iz Postavke&gt; Ispis i Branding&gt; Predložak adrese.
apps/frappe/frappe/utils/bot.py +89,show,pokazati apps/frappe/frappe/utils/bot.py +89,show,pokazati
DocType: Address Template,Address Template,Predložak adrese DocType: Address Template,Address Template,Predložak adrese
DocType: Workflow State,text-height,tekst-visina DocType: Workflow State,text-height,tekst-visina
@@ -1359,7 +1361,6 @@ apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +6,Can Write
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Određeni dokumenti , poput fakturu , ne treba mijenjati jednom finalu . Konačno stanje za takve dokumente se zove Postavio . Možete ograničiti koje uloge mogu podnijeti ." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Određeni dokumenti , poput fakturu , ne treba mijenjati jednom finalu . Konačno stanje za takve dokumente se zove Postavio . Možete ograničiti koje uloge mogu podnijeti ."
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,Nije Vam dopušteno izvoziti ovo izvješće apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,Nije Vam dopušteno izvoziti ovo izvješće
apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 stavka odabrana apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 stavka odabrana
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Nema rezultata za ' </p>
DocType: Newsletter,Test Email Address,Test e-mail adresa DocType: Newsletter,Test Email Address,Test e-mail adresa
DocType: ToDo,Sender,Pošiljalac DocType: ToDo,Sender,Pošiljalac
DocType: GSuite Settings,Google Apps Script,Skripta za Google Apps DocType: GSuite Settings,Google Apps Script,Skripta za Google Apps
@@ -1372,7 +1373,7 @@ DocType: System Settings,Allow only one session per user,Dopusti samo jednu sjed
apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,Kopirajte apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,Kopirajte
apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,Početna / Ispitni mapa 1 / Ispitna mapa 3 apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,Početna / Ispitni mapa 1 / Ispitna mapa 3
DocType: Website Settings,&lt;head&gt; HTML,&lt;head&gt; HTML DocType: Website Settings,&lt;head&gt; HTML,&lt;head&gt; HTML
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +66,Select or drag across time slots to create a new event.,Odaberite ili povucite preko minutaže stvoriti novi događaj.
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +67,Select or drag across time slots to create a new event.,Odaberite ili povucite preko minutaže stvoriti novi događaj.
DocType: DocField,In Filter,U filtru DocType: DocField,In Filter,U filtru
apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban
DocType: DocType,Show in Module Section,Prikaži u poglavlju modula DocType: DocType,Show in Module Section,Prikaži u poglavlju modula
@@ -1393,7 +1394,7 @@ apps/frappe/frappe/email/doctype/email_account/email_account_list.js +6,Default
apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,Uvoz .zip apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,Uvoz .zip
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,Dokument ID apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,Dokument ID
DocType: Print Settings,Letter,Pismo DocType: Print Settings,Letter,Pismo
apps/frappe/frappe/core/doctype/doctype/doctype.py +556,Image field must be of type Attach Image,Polje slika mora biti tipa Priloži sliku
apps/frappe/frappe/core/doctype/doctype/doctype.py +560,Image field must be of type Attach Image,Polje slika mora biti tipa Priloži sliku
DocType: DocField,Columns,Kolumne DocType: DocField,Columns,Kolumne
DocType: Async Task,Succeeded,Nasljednik DocType: Async Task,Succeeded,Nasljednik
apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},Obavezna polja potrebna u {0} apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},Obavezna polja potrebna u {0}
@@ -1443,7 +1444,7 @@ DocType: DocField,Text Editor,Tekst Editor
apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,Postavke za O nama Page. apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,Postavke za O nama Page.
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,Uredi prilagođeni HTML apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,Uredi prilagođeni HTML
DocType: Error Snapshot,Error Snapshot,Pogreška Snimak DocType: Error Snapshot,Error Snapshot,Pogreška Snimak
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,In,u
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,In,u
DocType: Email Alert,Value Change,Vrijednost Promjena DocType: Email Alert,Value Change,Vrijednost Promjena
DocType: Standard Reply,Standard Reply,Standardna Odgovor DocType: Standard Reply,Standard Reply,Standardna Odgovor
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,Širina okvira za unos apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,Širina okvira za unos
@@ -1463,12 +1464,11 @@ apps/frappe/frappe/public/js/frappe/views/communication.js +82,Select Attachment
apps/frappe/frappe/model/naming.py +94, for {0},za {0} apps/frappe/frappe/model/naming.py +94, for {0},za {0}
apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,"Bilo je pogrešaka. Molimo, prijavite ovo." apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,"Bilo je pogrešaka. Molimo, prijavite ovo."
apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,Nije Vam dopušteno ispisati ovaj dokument apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,Nije Vam dopušteno ispisati ovaj dokument
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +107,Please set filters value in Report Filter table.,Molimo postaviti filtre vrijednost Prijavi Filter tablici.
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +120,Please set filters value in Report Filter table.,Molimo postaviti filtre vrijednost Prijavi Filter tablici.
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,Učitavanje izvješće apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,Učitavanje izvješće
apps/frappe/frappe/limits.py +72,Your subscription will expire today.,Pretplata će isteći danas. apps/frappe/frappe/limits.py +72,Your subscription will expire today.,Pretplata će isteći danas.
DocType: Page,Standard,Standard DocType: Page,Standard,Standard
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Priložite Datoteku apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Priložite Datoteku
apps/frappe/frappe/templates/emails/password_update.html +1,Password Update Notification,Obavijest o ažuriranju zaporke
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Veličina apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Veličina
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Dodjela Kompletna apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Dodjela Kompletna
DocType: Custom DocPerm,User Permission DocTypes,Korisnik dozvole DocTypes DocType: Custom DocPerm,User Permission DocTypes,Korisnik dozvole DocTypes
@@ -1481,6 +1481,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +10,Insert Abo
apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,Zajednička imena i prezimena su lako pogoditi. apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,Zajednička imena i prezimena su lako pogoditi.
apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,Nepotvrđeno apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,Nepotvrđeno
apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,To je slično uobičajenom lozinku. apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,To je slično uobičajenom lozinku.
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Nema rezultata za ' </p>
DocType: User,Female,Ženski DocType: User,Female,Ženski
DocType: Print Settings,Modern,Moderno DocType: Print Settings,Modern,Moderno
apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,Rezultati pretraživanja apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,Rezultati pretraživanja
@@ -1535,7 +1536,7 @@ apps/frappe/frappe/core/doctype/file/file_list.js +65,Folder name should not inc
DocType: Note,Note,Zabilješka DocType: Note,Note,Zabilješka
apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,Izvješće o pogrešci apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,Izvješće o pogrešci
apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,Uvjeti za povratne informacije ne podudaraju se apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,Uvjeti za povratne informacije ne podudaraju se
apps/frappe/frappe/core/doctype/doctype/doctype.py +570,Timeline field must be a valid fieldname,Timeline polje mora biti valjana FIELDNAME
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a valid fieldname,Timeline polje mora biti valjana FIELDNAME
DocType: Currency,Symbol,Simbol DocType: Currency,Symbol,Simbol
apps/frappe/frappe/model/base_document.py +534,Row #{0}:,Row # {0}: apps/frappe/frappe/model/base_document.py +534,Row #{0}:,Row # {0}:
apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,Nova zaporka poslana mailom apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,Nova zaporka poslana mailom
@@ -1592,8 +1593,7 @@ DocType: Web Page,Text Align,Tekst Poravnajte
apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},Ime ne može sadržavati posebne znakove kao {0} apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},Ime ne može sadržavati posebne znakove kao {0}
DocType: Contact Us Settings,Forward To Email Address,Napadač na e-mail adresu DocType: Contact Us Settings,Forward To Email Address,Napadač na e-mail adresu
apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,Prikaži sve podatke apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,Prikaži sve podatke
apps/frappe/frappe/core/doctype/doctype/doctype.py +527,Title field must be a valid fieldname,"Naslov polje mora bitivaljana podataka, Naziv Polja"
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,Račun e-pošte nije postavljen. Izradite novi račun e-pošte od postavke&gt; E-pošta&gt; Račun e-pošte
apps/frappe/frappe/core/doctype/doctype/doctype.py +531,Title field must be a valid fieldname,"Naslov polje mora bitivaljana podataka, Naziv Polja"
apps/frappe/frappe/config/core.py +7,Documents,Dokumenti apps/frappe/frappe/config/core.py +7,Documents,Dokumenti
DocType: Email Flag Queue,Is Completed,je završena DocType: Email Flag Queue,Is Completed,je završena
apps/frappe/frappe/www/me.html +22,Edit Profile,Uredi profil apps/frappe/frappe/www/me.html +22,Edit Profile,Uredi profil
@@ -1645,7 +1645,7 @@ DocType: Standard Reply,Standard Reply Help,Standardna Odgovor Pomoć
DocType: Blogger,Avatar,Avatar DocType: Blogger,Avatar,Avatar
DocType: Blogger,Posts,Postovi DocType: Blogger,Posts,Postovi
DocType: DocType,Has Web View,Je li na web-prikaz DocType: DocType,Has Web View,Je li na web-prikaz
apps/frappe/frappe/core/doctype/doctype/doctype.py +377,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","DOCTYPE ime bi trebao početi sa slovom i može se sastojati samo od slova, brojeva, razmaka i podvlake"
apps/frappe/frappe/core/doctype/doctype/doctype.py +381,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","DOCTYPE ime bi trebao početi sa slovom i može se sastojati samo od slova, brojeva, razmaka i podvlake"
DocType: Communication,Spam,spam DocType: Communication,Spam,spam
DocType: Integration Request,Integration Request,Zahtjev integracija DocType: Integration Request,Integration Request,Zahtjev integracija
apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,Poštovani apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,Poštovani
@@ -1681,7 +1681,7 @@ DocType: Website Settings,Sub-domain provided by erpnext.com,Pod-domene pruža e
DocType: System Settings,dd-mm-yyyy,dd-mm-yyyy DocType: System Settings,dd-mm-yyyy,dd-mm-yyyy
apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,Mora imati izvješće dozvolu za pristup ovom izvješću. apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,Mora imati izvješće dozvolu za pristup ovom izvješću.
apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,Odaberite Minimalna ocjena zaporke apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,Odaberite Minimalna ocjena zaporke
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,Added,Dodano
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,Added,Dodano
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.",Ažuriranje samo nemojte umetati nove zapise. apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.",Ažuriranje samo nemojte umetati nove zapise.
apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,"Dnevni događaji Digest je poslan za kalendar događanja, gdje su postavljene podsjetnici." apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,"Dnevni događaji Digest je poslan za kalendar događanja, gdje su postavljene podsjetnici."
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,Pogledaj web stranicu apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,Pogledaj web stranicu
@@ -1695,7 +1695,7 @@ DocType: Integration Request,Reference DocName,Referentna DocName
DocType: Web Form,Success Message,Uspjeh Poruka DocType: Web Form,Success Message,Uspjeh Poruka
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,Izvoz Prilagodbe apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,Izvoz Prilagodbe
DocType: DocType,User Cannot Search,Korisnik ne može tražiti DocType: DocType,User Cannot Search,Korisnik ne može tražiti
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +83,Invalid Output Format,Neispravan format izlaznog
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Invalid Output Format,Neispravan format izlaznog
DocType: Custom DocPerm,Apply this rule if the User is the Owner,"Nanesite ovo pravilo, ako Korisnik je vlasnik" DocType: Custom DocPerm,Apply this rule if the User is the Owner,"Nanesite ovo pravilo, ako Korisnik je vlasnik"
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,Bit će vaš ID za prijavu apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,Bit će vaš ID za prijavu
apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,Izgradite Prijavite apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,Izgradite Prijavite
@@ -1713,10 +1713,11 @@ apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +138,There were e
apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,Zatvoriti apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,Zatvoriti
apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,Ne mogu promijeniti docstatus 0-2 apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,Ne mogu promijeniti docstatus 0-2
DocType: User Permission for Page and Report,Roles Permission,uloge Dopuštenje DocType: User Permission for Page and Report,Roles Permission,uloge Dopuštenje
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,Račun e-pošte nije postavljen. Izradite novi račun e-pošte od postavke&gt; E-pošta&gt; Račun e-pošte
apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,Ažuriraj apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,Ažuriraj
DocType: Error Snapshot,Snapshot View,Snimak Pogledaj DocType: Error Snapshot,Snapshot View,Snimak Pogledaj
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,Molimo spremite Newsletter prije slanja apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,Molimo spremite Newsletter prije slanja
apps/frappe/frappe/core/doctype/doctype/doctype.py +426,Options must be a valid DocType for field {0} in row {1},Opcije mora bitivaljana DOCTYPE za polje {0} je u redu {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +430,Options must be a valid DocType for field {0} in row {1},Opcije mora bitivaljana DOCTYPE za polje {0} je u redu {1}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,Uredi Nekretnine apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,Uredi Nekretnine
DocType: Patch Log,List of patches executed,Popis izvršenih zakrpa DocType: Patch Log,List of patches executed,Popis izvršenih zakrpa
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} već otkazali pretplatu apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} već otkazali pretplatu
@@ -1809,7 +1810,7 @@ apps/frappe/frappe/core/doctype/version/version_view.html +32,Rows Added,Redovi
apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,Uspjeh! Dobro si ići apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,Uspjeh! Dobro si ići
apps/frappe/frappe/www/me.html +3,My Account,Moj Račun apps/frappe/frappe/www/me.html +3,My Account,Moj Račun
DocType: ToDo,Allocated To,Dodijeljeni Da DocType: ToDo,Allocated To,Dodijeljeni Da
apps/frappe/frappe/templates/emails/password_reset.html +4,Please click on the following link to set your new password,Molimo kliknite na sljedeći link kako bi postavili novu lozinku
apps/frappe/frappe/templates/emails/password_reset.html +2,Please click on the following link to set your new password,Molimo kliknite na sljedeći link kako bi postavili novu lozinku
DocType: Email Alert,Days After,Dani poslije DocType: Email Alert,Days After,Dani poslije
DocType: Newsletter,Receipient,pošiljatelja DocType: Newsletter,Receipient,pošiljatelja
DocType: Contact Us Settings,Settings for Contact Us Page,Postavke za stranicu Kontaktirajte nas DocType: Contact Us Settings,Settings for Contact Us Page,Postavke za stranicu Kontaktirajte nas
@@ -1823,7 +1824,7 @@ DocType: Property Setter,Property Type,Vrsta nekretnine
DocType: Workflow State,screenshot,slike DocType: Workflow State,screenshot,slike
apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,Samo administrator može spremiti standardno izvješće. Molimo preimenovati i spremiti. apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,Samo administrator može spremiti standardno izvješće. Molimo preimenovati i spremiti.
DocType: System Settings,Background Workers,Pozadina Radnici DocType: System Settings,Background Workers,Pozadina Radnici
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,Fieldname {0} conflicting with meta object,Naziv polja {0} u sukobu s meta objektom
apps/frappe/frappe/core/doctype/doctype/doctype.py +783,Fieldname {0} conflicting with meta object,Naziv polja {0} u sukobu s meta objektom
DocType: Deleted Document,Data,Podaci DocType: Deleted Document,Data,Podaci
apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,Status dokumenta apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,Status dokumenta
apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},Vi od {0} od {1} apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},Vi od {0} od {1}
@@ -1887,7 +1888,6 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +70,"""Parent"" signif
DocType: Website Theme,Apply Style,Primijeni stil DocType: Website Theme,Apply Style,Primijeni stil
DocType: Feedback Request,Feedback Rating,povratne informacije ocjene DocType: Feedback Request,Feedback Rating,povratne informacije ocjene
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,Zajednička S apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,Zajednička S
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,Postavljanje&gt; Upravitelj dozvola korisnika
DocType: Help Category,Help Articles,Članci pomoći DocType: Help Category,Help Articles,Članci pomoći
,Modules Setup,Postavke modula ,Modules Setup,Postavke modula
apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,Vrsta: apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,Vrsta:
@@ -1933,12 +1933,11 @@ apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 2,Opci
DocType: Feedback Trigger,Email Field,E-mail polje DocType: Feedback Trigger,Email Field,E-mail polje
apps/frappe/frappe/www/update-password.html +59,New Password Required.,Potrebna je nova lozinka. apps/frappe/frappe/www/update-password.html +59,New Password Required.,Potrebna je nova lozinka.
apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} podijelio ovaj dokument sa {1} apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} podijelio ovaj dokument sa {1}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,Postavke&gt; Korisnik
DocType: Website Settings,Brand Image,Slika marke DocType: Website Settings,Brand Image,Slika marke
DocType: Print Settings,A4,A4 DocType: Print Settings,A4,A4
apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","Postavke gornje navigacijske trake, podnožja i loga." apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","Postavke gornje navigacijske trake, podnožja i loga."
DocType: Web Form Field,Max Value,Max vrijednost DocType: Web Form Field,Max Value,Max vrijednost
apps/frappe/frappe/core/doctype/doctype/doctype.py +655,For {0} at level {1} in {2} in row {3},Za {0} na razini {1} u {2} u redu {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,For {0} at level {1} in {2} in row {3},Za {0} na razini {1} u {2} u redu {3}
DocType: Contact,All,Sve DocType: Contact,All,Sve
DocType: Email Queue,Recipient,Primalac DocType: Email Queue,Recipient,Primalac
DocType: Communication,Has Attachment,Sadrži prilog DocType: Communication,Has Attachment,Sadrži prilog
@@ -1956,7 +1955,7 @@ DocType: Auto Email Report,Email To,E-mail Da
apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,Mapa {0} nije prazna apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,Mapa {0} nije prazna
DocType: Page,Roles,Uloge DocType: Page,Roles,Uloge
apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},Pogreška: Vrijednost nedostaje za {0}: {1} apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},Pogreška: Vrijednost nedostaje za {0}: {1}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +286,Field {0} is not selectable.,Polje {0} se ne može odabrati .
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +287,Field {0} is not selectable.,Polje {0} se ne može odabrati .
DocType: System Settings,Session Expiry,Sjednica isteka DocType: System Settings,Session Expiry,Sjednica isteka
DocType: Workflow State,ban-circle,Krug zabrane DocType: Workflow State,ban-circle,Krug zabrane
DocType: Email Flag Queue,Unread,nepročitan DocType: Email Flag Queue,Unread,nepročitan
@@ -2014,7 +2013,7 @@ DocType: DocType,"Naming Options:
<ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",Imenovanje Opcije: <ol><li> <b>polje: [FIELDNAME]</b> - Po Polje </li><li> <b>naming_series:</b> - imenovanjem serija (terenski zove naming_series mora biti prisutan </li><li> <b>Prompt</b> - Pitaj korisnika za ime </li><li> <b>[Serija]</b> - Serija od prefiksa (odvojene točkom); na primjer PRE. ##### </li></ol> <ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",Imenovanje Opcije: <ol><li> <b>polje: [FIELDNAME]</b> - Po Polje </li><li> <b>naming_series:</b> - imenovanjem serija (terenski zove naming_series mora biti prisutan </li><li> <b>Prompt</b> - Pitaj korisnika za ime </li><li> <b>[Serija]</b> - Serija od prefiksa (odvojene točkom); na primjer PRE. ##### </li></ol>
DocType: Blog Post,Email Sent,E-mail poslan DocType: Blog Post,Email Sent,E-mail poslan
DocType: DocField,Ignore XSS Filter,Zanemari XSS filtar DocType: DocField,Ignore XSS Filter,Zanemari XSS filtar
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,removed,uklonjena
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,removed,uklonjena
apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,Postavke Dropbox rezervne apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,Postavke Dropbox rezervne
apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,Pošalji kao email apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,Pošalji kao email
DocType: Website Theme,Link Color,Boja veze DocType: Website Theme,Link Color,Boja veze
@@ -2147,6 +2146,7 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Odg
DocType: DocType,Setup,Postavke DocType: DocType,Setup,Postavke
DocType: Email Account,Initial Sync Count,Početno Sinkronizacija Točka DocType: Email Account,Initial Sync Count,Početno Sinkronizacija Točka
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Novi komentar na {0} {1} apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Novi komentar na {0} {1}
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} godina
DocType: Workflow State,glass,staklo DocType: Workflow State,glass,staklo
DocType: DocType,Timeline Field,Kronologija polje DocType: DocType,Timeline Field,Kronologija polje
DocType: Country,Time Zones,Vremenske zone DocType: Country,Time Zones,Vremenske zone
@@ -2181,10 +2181,10 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +77,You are not
apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,Info: apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,Info:
DocType: Custom Field,Permission Level,Razina ovlasti DocType: Custom Field,Permission Level,Razina ovlasti
DocType: User,Send Notifications for Transactions I Follow,Pošalji obavijesti o transakcijama | Prati DocType: User,Send Notifications for Transactions I Follow,Pošalji obavijesti o transakcijama | Prati
apps/frappe/frappe/core/doctype/doctype/doctype.py +698,"{0}: Cannot set Submit, Cancel, Amend without Write","{0} : Ne može se postaviti Potvrdi, Odustani, Izmijeni bez zapisivanja"
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,"{0}: Cannot set Submit, Cancel, Amend without Write","{0} : Ne može se postaviti Potvrdi, Odustani, Izmijeni bez zapisivanja"
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,Jeste li sigurni da želite izbrisati privitak? apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,Jeste li sigurni da želite izbrisati privitak?
apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","Ne može se izbrisati ili otkazati, jer {0} <a href=""#Form/{0}/{1}"">{1}</a> povezan s {2} <a href=""#Form/{2}/{3}"">{3}</a>" apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","Ne može se izbrisati ili otkazati, jer {0} <a href=""#Form/{0}/{1}"">{1}</a> povezan s {2} <a href=""#Form/{2}/{3}"">{3}</a>"
apps/frappe/frappe/__init__.py +1070,Thank you,Hvala
apps/frappe/frappe/__init__.py +1071,Thank you,Hvala
apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,Spašavanje apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,Spašavanje
DocType: Print Settings,Print Style Preview,Prikaz stila ispisa DocType: Print Settings,Print Style Preview,Prikaz stila ispisa
apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder
@@ -2228,7 +2228,7 @@ apps/frappe/frappe/public/js/frappe/list/list_renderer.js +501,2 days ago,Prije
apps/frappe/frappe/config/website.py +47,Categorize blog posts.,Kategorizacija blogu. apps/frappe/frappe/config/website.py +47,Categorize blog posts.,Kategorizacija blogu.
DocType: Workflow State,Time,Vrijeme DocType: Workflow State,Time,Vrijeme
DocType: DocField,Attach,Pričvrstiti DocType: DocField,Attach,Pričvrstiti
apps/frappe/frappe/core/doctype/doctype/doctype.py +539,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} nije važeći fieldname uzorak. To bi trebalo biti {{FIELD_NAME}}.
apps/frappe/frappe/core/doctype/doctype/doctype.py +543,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} nije važeći fieldname uzorak. To bi trebalo biti {{FIELD_NAME}}.
DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,Poslati zahtjev povratne samo ako postoji najmanje jedan komunikacijski dostupno dokument. DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,Poslati zahtjev povratne samo ako postoji najmanje jedan komunikacijski dostupno dokument.
DocType: Custom Role,Permission Rules,Pravila ovlasti DocType: Custom Role,Permission Rules,Pravila ovlasti
DocType: GSuite Settings,GSuite Settings,GSuite postavke DocType: GSuite Settings,GSuite Settings,GSuite postavke
@@ -2248,7 +2248,7 @@ apps/frappe/frappe/website/doctype/blog_post/blog_post.py +106,Posts by {0},Post
apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","Za formatiranje stupaca, daju natpise stupaca u upitu." apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","Za formatiranje stupaca, daju natpise stupaca u upitu."
DocType: Has Domain,Has Domain,Ima domene DocType: Has Domain,Has Domain,Ima domene
apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,Nemate korisnički račun? Prijavite se apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,Nemate korisnički račun? Prijavite se
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,{0}: Cannot set Assign Amend if not Submittable,{0} : Ne mogu postaviti Zauzimanje Izmijeniti ako ne Submittable
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set Assign Amend if not Submittable,{0} : Ne mogu postaviti Zauzimanje Izmijeniti ako ne Submittable
DocType: Address,Bihar,Bihar DocType: Address,Bihar,Bihar
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,Uredi uloga Dozvole apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,Uredi uloga Dozvole
DocType: Communication,Link DocType,Link DOCTYPE DocType: Communication,Link DocType,Link DOCTYPE
@@ -2300,7 +2300,7 @@ DocType: DocField,Set non-standard precision for a Float or Currency field,Posta
DocType: Email Account,Ignore attachments over this size,Ignorirajte privitke preko ove veličine DocType: Email Account,Ignore attachments over this size,Ignorirajte privitke preko ove veličine
DocType: Address,Preferred Billing Address,Željena adresa za naplatu DocType: Address,Preferred Billing Address,Željena adresa za naplatu
apps/frappe/frappe/config/integrations.py +63,External Documents,Vanjski dokumenti apps/frappe/frappe/config/integrations.py +63,External Documents,Vanjski dokumenti
apps/frappe/frappe/database.py +235,Too many writes in one request. Please send smaller requests,Previše piše u jednom zahtjevu . Molimo poslali manje zahtjeve
apps/frappe/frappe/database.py +247,Too many writes in one request. Please send smaller requests,Previše piše u jednom zahtjevu . Molimo poslali manje zahtjeve
apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,Vrijednosti promjene apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,Vrijednosti promjene
DocType: Workflow State,arrow-up,strelica prema gore DocType: Workflow State,arrow-up,strelica prema gore
DocType: OAuth Bearer Token,Expires In,istječe DocType: OAuth Bearer Token,Expires In,istječe
@@ -2348,7 +2348,7 @@ apps/frappe/frappe/core/page/data_import_tool/importer.py +81,Please make sure t
apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,Provjerite je li profil ima e-mail adresu apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,Provjerite je li profil ima e-mail adresu
apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,Imate ne spremljene promjene u ovom obliku. Spremite ih prije nego nastavite dalje. apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,Imate ne spremljene promjene u ovom obliku. Spremite ih prije nego nastavite dalje.
DocType: Address,Telangana,Telangana DocType: Address,Telangana,Telangana
apps/frappe/frappe/core/doctype/doctype/doctype.py +459,Default for {0} must be an option,Zadana za {0} mora biti opcija
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Default for {0} must be an option,Zadana za {0} mora biti opcija
DocType: Tag Doc Category,Tag Doc Category,Tag Doc Kategorija DocType: Tag Doc Category,Tag Doc Category,Tag Doc Kategorija
DocType: User,User Image,Upute slike DocType: User,User Image,Upute slike
apps/frappe/frappe/email/queue.py +304,Emails are muted,E-mailovi su prigušeni apps/frappe/frappe/email/queue.py +304,Emails are muted,E-mailovi su prigušeni
@@ -2393,7 +2393,7 @@ DocType: Async Task,Running,Trčanje
apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,Reset Password apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,Reset Password
apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,Molimo Nadogradnja dodati više od {0} pretplatnika apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,Molimo Nadogradnja dodati više od {0} pretplatnika
DocType: Workflow State,hand-left,ruka-lijeva DocType: Workflow State,hand-left,ruka-lijeva
apps/frappe/frappe/core/doctype/doctype/doctype.py +472,Fieldtype {0} for {1} cannot be unique,Fieldtype {0} od {1} ne mogu biti jedinstveni
apps/frappe/frappe/core/doctype/doctype/doctype.py +476,Fieldtype {0} for {1} cannot be unique,Fieldtype {0} od {1} ne mogu biti jedinstveni
DocType: Email Account,Use SSL,Koristite SSL DocType: Email Account,Use SSL,Koristite SSL
DocType: Workflow State,play-circle,play-krug DocType: Workflow State,play-circle,play-krug
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,Odaberite format ispisa za uređivanje apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,Odaberite format ispisa za uređivanje
@@ -2448,7 +2448,7 @@ DocType: DocField,No Copy,Ne kopiraj
DocType: Workflow State,qrcode,QR kod DocType: Workflow State,qrcode,QR kod
apps/frappe/frappe/www/login.html +34,Login with LDAP,Prijavi se s LDAP apps/frappe/frappe/www/login.html +34,Login with LDAP,Prijavi se s LDAP
DocType: Web Form,Breadcrumbs,Krušnim mrvicama DocType: Web Form,Breadcrumbs,Krušnim mrvicama
apps/frappe/frappe/core/doctype/doctype/doctype.py +671,If Owner,Ako Vlasnika
apps/frappe/frappe/core/doctype/doctype/doctype.py +675,If Owner,Ako Vlasnika
DocType: OAuth Authorization Code,Expiration time,vrijeme isteka DocType: OAuth Authorization Code,Expiration time,vrijeme isteka
DocType: Web Page,Website Sidebar,Bočna Website DocType: Web Page,Website Sidebar,Bočna Website
DocType: Web Form,Show Sidebar,Prikaži Bočna DocType: Web Form,Show Sidebar,Prikaži Bočna
@@ -2619,6 +2619,7 @@ DocType: Portal Settings,Hide Standard Menu,Sakrij standardni izbornik
apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,Dodaj / Upravljanje domena e-pošte. apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,Dodaj / Upravljanje domena e-pošte.
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},Ne može se otkazati prije potvrđivanja. Pogledaj tranziciju. apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},Ne može se otkazati prije potvrđivanja. Pogledaj tranziciju.
apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,Print Format {0} je onemogućen apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,Print Format {0} je onemogućen
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,Postavite zadani račun e-pošte od Postava&gt; E-pošta&gt; Račun e-pošte
DocType: Email Alert,Send days before or after the reference date,Pošalji dana prije ili nakon referentnog datuma DocType: Email Alert,Send days before or after the reference date,Pošalji dana prije ili nakon referentnog datuma
DocType: User,Allow user to login only after this hour (0-24),Dopustite korisniku da se prijavi tek nakon ovoliko sati (0-24) DocType: User,Allow user to login only after this hour (0-24),Dopustite korisniku da se prijavi tek nakon ovoliko sati (0-24)
apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,Vrijednost apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,Vrijednost
@@ -2634,7 +2635,6 @@ DocType: ToDo,Priority,Prioritet
DocType: Email Queue,Unsubscribe Param,Otkažite pretplatu Param DocType: Email Queue,Unsubscribe Param,Otkažite pretplatu Param
DocType: Auto Email Report,Weekly,Tjedni DocType: Auto Email Report,Weekly,Tjedni
DocType: Communication,In Reply To,U odgovoru na DocType: Communication,In Reply To,U odgovoru na
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,Nije pronađen zadani predložak adrese. Izradite novi iz Postavke&gt; Ispis i Branding&gt; Predložak adrese.
DocType: DocType,Allow Import (via Data Import Tool),Dopustite uvoz (putem podataka alat za uvoz) DocType: DocType,Allow Import (via Data Import Tool),Dopustite uvoz (putem podataka alat za uvoz)
apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,sr apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,sr
DocType: DocField,Float,Plutati DocType: DocField,Float,Plutati
@@ -2677,7 +2677,7 @@ apps/frappe/frappe/templates/emails/auto_reply.html +1,Thank you for your email,
DocType: DocField,Small Text,Mali Tekst DocType: DocField,Small Text,Mali Tekst
apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,Administrator pristupiti {0} na {1} putem IP adresa {2}. apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,Administrator pristupiti {0} na {1} putem IP adresa {2}.
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,jednakima apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,jednakima
apps/frappe/frappe/core/doctype/doctype/doctype.py +453,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'
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,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 DocType: About Us Settings,Team Members Heading,Članovi tima Naslov
apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,Neispravan format CSV apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,Neispravan format CSV
apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,Postavite broj sigurnosnih kopija apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,Postavite broj sigurnosnih kopija
@@ -2711,7 +2711,7 @@ DocType: Kanban Board Column,Column Name,Naziv Stupac
DocType: Language,Based On,Na temelju DocType: Language,Based On,Na temelju
apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,Napravi zadani apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,Napravi zadani
apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,Provjerite URL Frappe Server apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,Provjerite URL Frappe Server
apps/frappe/frappe/core/doctype/doctype/doctype.py +495,Fieldtype {0} for {1} cannot be indexed,Fieldtype {0} od {1} ne može biti indeksirana
apps/frappe/frappe/core/doctype/doctype/doctype.py +499,Fieldtype {0} for {1} cannot be indexed,Fieldtype {0} od {1} ne može biti indeksirana
DocType: Communication,Email Account,E-mail računa DocType: Communication,Email Account,E-mail računa
DocType: Workflow State,Download,Preuzimanje DocType: Workflow State,Download,Preuzimanje
DocType: Blog Post,Blog Intro,Blog intro DocType: Blog Post,Blog Intro,Blog intro
@@ -2743,15 +2743,15 @@ apps/frappe/frappe/email/doctype/email_group/email_group.js +45,New Newsletter,N
DocType: Print Settings,Send Print as PDF,Pošalji Print as PDF DocType: Print Settings,Send Print as PDF,Pošalji Print as PDF
DocType: Web Form,Amount,Iznos DocType: Web Form,Amount,Iznos
DocType: Workflow Transition,Allowed,Dopušteno DocType: Workflow Transition,Allowed,Dopušteno
apps/frappe/frappe/core/doctype/doctype/doctype.py +502,There can be only one Fold in a form,Tu može biti samo jednokratno u obliku
apps/frappe/frappe/core/doctype/doctype/doctype.py +506,There can be only one Fold in a form,Tu može biti samo jednokratno u obliku
apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},Nije moguće napisati format datoteke za {0} apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},Nije moguće napisati format datoteke za {0}
apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,Vrati na zadane postavke? apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,Vrati na zadane postavke?
apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,Nevažeća naslovnica apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,Nevažeća naslovnica
apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,Neispravna Prijava. Pokušajte ponovno. apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,Neispravna Prijava. Pokušajte ponovno.
apps/frappe/frappe/core/doctype/doctype/doctype.py +420,Options required for Link or Table type field {0} in row {1},Opcije potrebne za polje vrste veze ili tablice {0} u retku {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +424,Options required for Link or Table type field {0} in row {1},Opcije potrebne za polje vrste veze ili tablice {0} u retku {1}
DocType: Auto Email Report,Send only if there is any data,Pošaljite samo ako postoji neki podaci DocType: Auto Email Report,Send only if there is any data,Pošaljite samo ako postoji neki podaci
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,Reset Filteri apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,Reset Filteri
apps/frappe/frappe/core/doctype/doctype/doctype.py +688,{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
apps/frappe/frappe/core/doctype/doctype/doctype.py +692,{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
apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},Raspored zatvara {0} apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},Raspored zatvara {0}
DocType: Integration Request,Remote,Daljinski DocType: Integration Request,Remote,Daljinski
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,Izračunaj apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,Izračunaj
@@ -2771,7 +2771,7 @@ DocType: DocField,Perm Level,Razina ovlasti
apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,Događanja u današnjem kalendaru apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,Događanja u današnjem kalendaru
DocType: Web Page,Web Page,Web stranica DocType: Web Page,Web Page,Web stranica
DocType: Blog Category,Blogger,Bloger DocType: Blog Category,Blogger,Bloger
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In Global Search' not allowed for type {0} in row {1},&quot;U globalnom pretraživanju&quot; nije dopušteno za vrstu {0} u retku {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +449,'In Global Search' not allowed for type {0} in row {1},&quot;U globalnom pretraživanju&quot; nije dopušteno za vrstu {0} u retku {1}
apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,Pogledajte popis apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,Pogledajte popis
apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},Datum mora biti u obliku: {0} apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},Datum mora biti u obliku: {0}
DocType: Workflow,Don't Override Status,Ne Brisanje statusa DocType: Workflow,Don't Override Status,Ne Brisanje statusa
@@ -2820,7 +2820,7 @@ DocType: Website Theme,Background,Pozadina
DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","JSON popis DocTypes koriste za primjenu korisnik dozvole. Ako prazna, svi povezani DocTypes će se primjenjivati dozvole korisnicima." DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","JSON popis DocTypes koriste za primjenu korisnik dozvole. Ako prazna, svi povezani DocTypes će se primjenjivati dozvole korisnicima."
DocType: Report,Ref DocType,Ref. DOCTYPE DocType: Report,Ref DocType,Ref. DOCTYPE
apps/frappe/frappe/www/feedback.py +42,Please add a rating,Dodajte ocjenu apps/frappe/frappe/www/feedback.py +42,Please add a rating,Dodajte ocjenu
apps/frappe/frappe/core/doctype/doctype/doctype.py +700,{0}: Cannot set Amend without Cancel,{0} : Ne mogu postaviti Izmijeniti bez Odustani
apps/frappe/frappe/core/doctype/doctype/doctype.py +704,{0}: Cannot set Amend without Cancel,{0} : Ne mogu postaviti Izmijeniti bez Odustani
apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,Puni Stranica apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,Puni Stranica
DocType: DocType,Is Child Table,Je Dijete Tablica DocType: DocType,Is Child Table,Je Dijete Tablica
apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} mora biti jedan od {1} apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} mora biti jedan od {1}
@@ -2849,7 +2849,7 @@ DocType: Event,Send an email reminder in the morning,Pošaljite email podsjetnik
DocType: Blog Post,Published On,Objavljeno Dana DocType: Blog Post,Published On,Objavljeno Dana
DocType: Contact,Gender,Rod DocType: Contact,Gender,Rod
apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,Obavezna Informacije nedostaje: apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,Obavezna Informacije nedostaje:
apps/frappe/frappe/core/doctype/doctype/doctype.py +492,Field '{0}' cannot be set as Unique as it has non-unique values,Polje &#39;{0}&#39; ne može se postaviti kao jedinstven kao što je ne-jedinstvene vrijednosti
apps/frappe/frappe/core/doctype/doctype/doctype.py +496,Field '{0}' cannot be set as Unique as it has non-unique values,Polje &#39;{0}&#39; ne može se postaviti kao jedinstven kao što je ne-jedinstvene vrijednosti
apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,Samo 200 umetci dozvoljeno u jednom zahtjevu apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,Samo 200 umetci dozvoljeno u jednom zahtjevu
DocType: Footer Item,URL,URL DocType: Footer Item,URL,URL
DocType: ToDo,Reference Type,Referentna Tip DocType: ToDo,Reference Type,Referentna Tip
@@ -2892,8 +2892,8 @@ apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +135,Please save
apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,Dodao {0} pretplatnika apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,Dodao {0} pretplatnika
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,Ne U apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,Ne U
DocType: Workflow State,star,zvijezda DocType: Workflow State,star,zvijezda
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +228,values separated by commas,Vrijednosti razdvojene zarezom
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Max width for type Currency is 100px in row {0},Maksimalna širina za vrstu valute je 100px u redku {0}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,values separated by commas,Vrijednosti razdvojene zarezom
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,Max width for type Currency is 100px in row {0},Maksimalna širina za vrstu valute je 100px u redku {0}
apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},Povratne informacije pošaljite za {0} apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},Povratne informacije pošaljite za {0}
apps/frappe/frappe/config/website.py +13,Content web page.,Sadržaj web stranice. apps/frappe/frappe/config/website.py +13,Content web page.,Sadržaj web stranice.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Dodaj novu ulogu apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Dodaj novu ulogu
@@ -2911,7 +2911,7 @@ apps/frappe/frappe/public/js/frappe/desk.js +383,Please Enter Your Password to C
apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,Nije valjana LDAP korisnički apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,Nije valjana LDAP korisnički
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} nijevaljana država apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} nijevaljana država
apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',Odaberite drugi način plaćanja. PayPal ne podržava transakcije valuti „{0}” apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',Odaberite drugi način plaćanja. PayPal ne podržava transakcije valuti „{0}”
apps/frappe/frappe/core/doctype/doctype/doctype.py +519,Search field {0} is not valid,Traži polje {0} nije ispravan
apps/frappe/frappe/core/doctype/doctype/doctype.py +523,Search field {0} is not valid,Traži polje {0} nije ispravan
DocType: Workflow State,ok-circle,ok-krug DocType: Workflow State,ok-circle,ok-krug
apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',Možete naći stvari tražeći &quot;pronaći naranče u kupcima &#39; apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',Možete naći stvari tražeći &quot;pronaći naranče u kupcima &#39;
apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,Žao nam je! Korisnik treba imati potpuni pristup vlastitom rekord. apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,Žao nam je! Korisnik treba imati potpuni pristup vlastitom rekord.
@@ -2981,7 +2981,7 @@ DocType: User,Background Style,Pozadinski stil
apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},spojio {0} u {1} apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},spojio {0} u {1}
DocType: System Settings,mm-dd-yyyy,mm-dd-yyyy DocType: System Settings,mm-dd-yyyy,mm-dd-yyyy
apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} prijavljeni apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} prijavljeni
apps/frappe/frappe/templates/emails/new_user.html +4,Your login id is,Vaš ID prijave je
apps/frappe/frappe/templates/emails/new_user.html +3,Your login id is,Vaš ID prijave je
DocType: OAuth Client,Skip Authorization,Preskoči Autorizacija DocType: OAuth Client,Skip Authorization,Preskoči Autorizacija
DocType: Web Form,Amount Field,iznos polje DocType: Web Form,Amount Field,iznos polje
DocType: Dropbox Settings,Send Notifications To,Slanje obavijesti DocType: Dropbox Settings,Send Notifications To,Slanje obavijesti


+ 107
- 107
frappe/translations/hu.csv View File

@@ -55,7 +55,7 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +52,Data Import Templa
apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,Szülő apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,Szülő
DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","Ha engedélyezve van, a jelszó erőssége kényszerítve lesz a jelszó minimális pontszám értéke alapján. A 2 érték közepes erősségű, a 4 a nagyon erős." DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","Ha engedélyezve van, a jelszó erőssége kényszerítve lesz a jelszó minimális pontszám értéke alapján. A 2 érték közepes erősségű, a 4 a nagyon erős."
DocType: About Us Settings,"""Team Members"" or ""Management""","""Csapat tagok"" vagy ""Vezetőség""" DocType: About Us Settings,"""Team Members"" or ""Management""","""Csapat tagok"" vagy ""Vezetőség"""
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Default for 'Check' type of field must be either '0' or '1',Alapértelmezett 'Ellenőrzés' típusú mező legyen '0' vagy '1'
apps/frappe/frappe/core/doctype/doctype/doctype.py +461,Default for 'Check' type of field must be either '0' or '1',Alapértelmezett 'Ellenőrzés' típusú mező legyen '0' vagy '1'
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,Tegnap apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,Tegnap
DocType: Contact,Designation,Titulus DocType: Contact,Designation,Titulus
DocType: Test Runner,Test Runner,Teszt futtató DocType: Test Runner,Test Runner,Teszt futtató
@@ -71,7 +71,7 @@ DocType: DocType,Is Published Field,Ez Közzététel mező
DocType: Email Group,Email Group,E-mail csoport DocType: Email Group,Email Group,E-mail csoport
DocType: Note,Seen By,Látta DocType: Note,Seen By,Látta
apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,Többszörös hozzáadás apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,Többszörös hozzáadás
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Not Like,Nem mint
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Not Like,Nem mint
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,Kijelző címke megadása a területhez apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,Kijelző címke megadása a területhez
apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},Helytelen érték: {0} ez kell {1} {2} apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},Helytelen érték: {0} ez kell {1} {2}
apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","Mezőtulajdonságok megváltoztatása (eltüntet, csak olvasható, engedélyt stb)" apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","Mezőtulajdonságok megváltoztatása (eltüntet, csak olvasható, engedélyt stb)"
@@ -160,7 +160,8 @@ apps/frappe/frappe/public/js/frappe/upload.js +296,Uploading...,Feltöltés...
DocType: Email Domain,Email Domain,E-mail Domain DocType: Email Domain,Email Domain,E-mail Domain
DocType: Workflow State,italic,dőlt DocType: Workflow State,italic,dőlt
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,Mindenkinek apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,Mindenkinek
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,{0}: Cannot set Import without Create,{0}: Létrehozás nélkül nem állítható be az Import
apps/frappe/frappe/core/doctype/doctype/doctype.py +706,{0}: Cannot set Import without Create,{0}: Létrehozás nélkül nem állítható be az Import
apps/frappe/frappe/templates/emails/auto_email_report.html +45,View report in your browser,Jelentés megtekintése a böngészőben
apps/frappe/frappe/config/desk.py +26,Event and other calendars.,Esemény és egyéb naptárak. apps/frappe/frappe/config/desk.py +26,Event and other calendars.,Esemény és egyéb naptárak.
apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,Minden mező kitöltése szükséges benyújtani a megjegyzést. apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,Minden mező kitöltése szükséges benyújtani a megjegyzést.
apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,Húzza az oszlopok rendezéséhez apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,Húzza az oszlopok rendezéséhez
@@ -237,7 +238,7 @@ apps/frappe/frappe/config/setup.py +121,Update many values at one time.,Frissít
apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,"Hiba: A dokumentum módosításra került, miután megnyitotta" apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,"Hiba: A dokumentum módosításra került, miután megnyitotta"
apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} kijelentkezett: {1} apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} kijelentkezett: {1}
DocType: Address,West Bengal,Nyugat-Bengál DocType: Address,West Bengal,Nyugat-Bengál
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0}: Cannot set Assign Submit if not Submittable,"{0}: Nem állítható Hozzárendelés küldésre, ha nem Küldhető"
apps/frappe/frappe/core/doctype/doctype/doctype.py +727,{0}: Cannot set Assign Submit if not Submittable,"{0}: Nem állítható Hozzárendelés küldésre, ha nem Küldhető"
DocType: Social Login Keys,Facebook,Facebook DocType: Social Login Keys,Facebook,Facebook
apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""","Szűrés ezzel ""{0}""" apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""","Szűrés ezzel ""{0}"""
DocType: Salutation,Administrator,Rendszergazda DocType: Salutation,Administrator,Rendszergazda
@@ -261,7 +262,7 @@ DocType: User,Get your globally recognized avatar from Gravatar.com,Kérje le a
apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.",Az előfizetése lejárt ekkor: {0}. Megújításhoz {1}. apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.",Az előfizetése lejárt ekkor: {0}. Megújításhoz {1}.
DocType: Workflow State,plus-sign,plusz-jel DocType: Workflow State,plus-sign,plusz-jel
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,Telepítés már teljes apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,Telepítés már teljes
apps/frappe/frappe/__init__.py +897,App {0} is not installed,Alkalm.: {0} nincs telepítve
apps/frappe/frappe/__init__.py +898,App {0} is not installed,Alkalm.: {0} nincs telepítve
DocType: Workflow State,Refresh,Frissítés DocType: Workflow State,Refresh,Frissítés
DocType: Event,Public,Nyilvános DocType: Event,Public,Nyilvános
apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,Nincs itt semmi látnivaló apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,Nincs itt semmi látnivaló
@@ -269,7 +270,7 @@ apps/frappe/frappe/public/js/frappe/model/model.js +24,Liked By,Tetszését nyil
apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,E-mail támogatás apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,E-mail támogatás
DocType: DocField,Print Hide If No Value,"Nyomtatás elrejtése, ha nincs érték" DocType: DocField,Print Hide If No Value,"Nyomtatás elrejtése, ha nincs érték"
DocType: Event,yellow,sárga DocType: Event,yellow,sárga
apps/frappe/frappe/core/doctype/doctype/doctype.py +563,Is Published Field must be a valid fieldname,Közzététel mezőnek érvényes mezőnévvel kell rendelkeznie
apps/frappe/frappe/core/doctype/doctype/doctype.py +567,Is Published Field must be a valid fieldname,Közzététel mezőnek érvényes mezőnévvel kell rendelkeznie
apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,Melléklet feltöltése apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,Melléklet feltöltése
DocType: Block Module,Block Module,Zárolt modul DocType: Block Module,Block Module,Zárolt modul
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,Export sablon apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,Export sablon
@@ -286,7 +287,7 @@ DocType: Email Account,Total number of emails to sync in initial sync process ,
DocType: Website Settings,Set Banner from Image,Szalagcím létrehozása képből 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 +355,Global Search,Globális keresés apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,Globális keresés
DocType: Email Account,SparkPost,SparkPost DocType: Email Account,SparkPost,SparkPost
apps/frappe/frappe/templates/emails/new_user.html +3,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/emails/new_user.html +2,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 +178,Instructions Emailed,Utasítások kiküldve e-mailben apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,Utasítások kiküldve e-mailben
apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),Adja meg e-mail címzett(ek)et apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),Adja meg e-mail címzett(ek)et
DocType: Print Format,Verdana,Verdana DocType: Print Format,Verdana,Verdana
@@ -352,7 +353,7 @@ apps/frappe/frappe/utils/nestedset.py +218,Merging is only possible between Grou
apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},Hozzáadva: {0} apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},Hozzáadva: {0}
apps/frappe/frappe/www/search.html +28,No matching records. Search something new,Nincs megfelelő rekord. Keressen valami újat apps/frappe/frappe/www/search.html +28,No matching records. Search something new,Nincs megfelelő rekord. Keressen valami újat
DocType: Currency,Fraction Units,Törtrész egységei DocType: Currency,Fraction Units,Törtrész egységei
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +431,{0} from {1} to {2},{0} az {1} és {2} közt
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +433,{0} from {1} to {2},{0} az {1} és {2} közt
DocType: Communication,Type,Típus DocType: Communication,Type,Típus
DocType: Authentication Log,Subject,Tárgy DocType: Authentication Log,Subject,Tárgy
DocType: Web Form,Amount Based On Field,Összeg a mező alapján DocType: Web Form,Amount Based On Field,Összeg a mező alapján
@@ -365,10 +366,10 @@ DocType: Workflow State,plane,sík
apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","Ha új rekordokat tölt fel, az ""Sorszámozási csoportok"" kötelezővé válik, ha van ilyen." apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","Ha új rekordokat tölt fel, az ""Sorszámozási csoportok"" kötelezővé válik, ha van ilyen."
apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,Értesítést kaphat mai napról apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,Értesítést kaphat mai napról
apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DocType-ot csak Admin nevezhet át apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DocType-ot csak Admin nevezhet át
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +442,changed value of {0},megváltoztatott értéke ennek {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +444,changed value of {0},megváltoztatott értéke ennek {0}
DocType: Report,JSON,JSON DocType: Report,JSON,JSON
apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,"Kérjük, ellenőrizze e-mail a vizsgálathoz" apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,"Kérjük, ellenőrizze e-mail a vizsgálathoz"
apps/frappe/frappe/core/doctype/doctype/doctype.py +509,Fold can not be at the end of the form,Becsukás nem lehet az űrlap végén
apps/frappe/frappe/core/doctype/doctype/doctype.py +513,Fold can not be at the end of the form,Becsukás nem lehet az űrlap végén
DocType: Communication,Bounced,Visszapattant DocType: Communication,Bounced,Visszapattant
DocType: Deleted Document,Deleted Name,Törölt név DocType: Deleted Document,Deleted Name,Törölt név
apps/frappe/frappe/config/setup.py +14,System and Website Users,Rendszer és a weboldal használói apps/frappe/frappe/config/setup.py +14,System and Website Users,Rendszer és a weboldal használói
@@ -376,25 +377,26 @@ DocType: Workflow Document State,Doc Status,Dokumentum állapota
DocType: Auto Email Report,No of Rows (Max 500),Sorok száma (max 500) DocType: Auto Email Report,No of Rows (Max 500),Sorok száma (max 500)
DocType: Language,Language Code,Nyelvi kód DocType: Language,Language Code,Nyelvi kód
apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","A letöltése készül, ez eltarthat néhány pillanatig ..." apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","A letöltése készül, ez eltarthat néhány pillanatig ..."
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +23,Add Filter,Szűrő hozzáadása
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +21,Add Filter,Szűrő hozzáadása
apps/frappe/frappe/www/feedback.html +23,Your rating: ,Az Ön értékelése : apps/frappe/frappe/www/feedback.html +23,Your rating: ,Az Ön értékelése :
apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} és {1} apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} és {1}
DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents","Mindig ""Tervezet"" fejszöveggel lássa el a vázlat nyomtatást" 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/core/doctype/communication/communication.js +228,Email has been marked as spam,Az E-mail spamként jelölt apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,Az E-mail spamként jelölt
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,Beállítás&gt; Felhasználó
DocType: About Us Settings,Website Manager,Weboldal kezelő DocType: About Us Settings,Website Manager,Weboldal kezelő
apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,A kiválasztott tervezete vagy Törölt dokumentumai apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,A kiválasztott tervezete vagy Törölt dokumentumai
apps/frappe/frappe/model/document.py +1044,Document Queued,Sorbanálló dokumentum apps/frappe/frappe/model/document.py +1044,Document Queued,Sorbanálló dokumentum
DocType: GSuite Templates,Destination ID,Cél azonosító DocType: GSuite Templates,Destination ID,Cél azonosító
DocType: Desktop Icon,List,Lista DocType: Desktop Icon,List,Lista
DocType: Communication,Link Name,Link neve DocType: Communication,Link Name,Link neve
apps/frappe/frappe/core/doctype/doctype/doctype.py +433,Field {0} in row {1} cannot be hidden and mandatory without default,Mező {0} a {1} sorban nem lehet rejtett és kötelező alapértelmezett érték nélkül
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Field {0} in row {1} cannot be hidden and mandatory without default,Mező {0} a {1} sorban nem lehet rejtett és kötelező alapértelmezett érték nélkül
DocType: System Settings,mm/dd/yyyy,hh/nn/éééé DocType: System Settings,mm/dd/yyyy,hh/nn/éééé
apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,Érvénytelen jelszó: apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,Érvénytelen jelszó:
DocType: Print Settings,Send document web view link in email,Dokumentum web nézet link küldése e-mailben DocType: Print Settings,Send document web view link in email,Dokumentum web nézet link küldése e-mailben
apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,Visszajelzésük erre a dokumentumra: {0} sikeresen mentve apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,Visszajelzésük erre a dokumentumra: {0} sikeresen mentve
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,Előző apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,Előző
apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,Re: apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,Re:
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +496,{0} rows for {1},{0} sor ehhez {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +498,{0} rows for {1},{0} sor ehhez {1}
DocType: Currency,"Sub-currency. For e.g. ""Cent""","Váltó-pénznem. Pl ""Cent""" DocType: Currency,"Sub-currency. For e.g. ""Cent""","Váltó-pénznem. Pl ""Cent"""
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,Válasszon feltöltött fájlt apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,Válasszon feltöltött fájlt
DocType: Letter Head,Check this to make this the default letter head in all prints,"Jelölje be ezt, hogy ez az alapértelmezett fejléc legyen minden nyomtatásnál" DocType: Letter Head,Check this to make this the default letter head in all prints,"Jelölje be ezt, hogy ez az alapértelmezett fejléc legyen minden nyomtatásnál"
@@ -417,7 +419,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +5,
DocType: Event,Wednesday,Szerda DocType: Event,Wednesday,Szerda
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","Beosztás alapú jogosultsági szabályoktól eltekintve, alkalmazhatja a DOCTYPES alapján a felhasználói engedélyeket." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","Beosztás alapú jogosultsági szabályoktól eltekintve, alkalmazhatja a DOCTYPES alapján a felhasználói engedélyeket."
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","Ezek az engedélyek érvényesek az összes tranzakcióra, amihez a megengedett rekord kapcsolódik. Például, ha C vállakozás hozzáadódik a felhasználói engedélyekhez az X felhasználóhoz, az X felhasználó csak akkor lesz képes látni a tranzakciókat, amelynál a C vállakozás, kapcsolódó értékkel rendelkezik." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","Ezek az engedélyek érvényesek az összes tranzakcióra, amihez a megengedett rekord kapcsolódik. Például, ha C vállakozás hozzáadódik a felhasználói engedélyekhez az X felhasználóhoz, az X felhasználó csak akkor lesz képes látni a tranzakciókat, amelynál a C vállakozás, kapcsolódó értékkel rendelkezik."
apps/frappe/frappe/core/doctype/doctype/doctype.py +554,Image field must be a valid fieldname,Kép mezőtnek érvénes mezőnévnek kell lennie
apps/frappe/frappe/core/doctype/doctype/doctype.py +558,Image field must be a valid fieldname,Kép mezőtnek érvénes mezőnévnek kell lennie
DocType: OAuth Client,Token,Token DocType: OAuth Client,Token,Token
DocType: Property Setter,ID (name) of the entity whose property is to be set,"ID azonosítója (név) a jogi alanynak, akinek tulajdonát kell beállítani" DocType: Property Setter,ID (name) of the entity whose property is to be set,"ID azonosítója (név) a jogi alanynak, akinek tulajdonát kell beállítani"
apps/frappe/frappe/limits.py +82,"To renew, {0}.",Megújítani {0}. apps/frappe/frappe/limits.py +82,"To renew, {0}.",Megújítani {0}.
@@ -426,7 +428,7 @@ DocType: Web Form,Sidebar Items,Oldalsáv tételei
apps/frappe/frappe/installer.py +125,App {0} already installed,App {0} már telepítve apps/frappe/frappe/installer.py +125,App {0} already installed,App {0} már telepítve
DocType: Workflow State,exclamation-sign,felkiáltó-jel DocType: Workflow State,exclamation-sign,felkiáltó-jel
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,Mutassa a jogosultságokat apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,Mutassa a jogosultságokat
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a Link or Dynamic Link,Idővonal mezőnek egy Linknek vagy Dynamic Linknek kell lennie
apps/frappe/frappe/core/doctype/doctype/doctype.py +578,Timeline field must be a Link or Dynamic Link,Idővonal mezőnek egy Linknek vagy Dynamic Linknek kell lennie
apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,Időintervallum apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,Időintervallum
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,Gantt apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,Gantt
apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},Oldal {0} ennyiből {1} apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},Oldal {0} ennyiből {1}
@@ -456,18 +458,18 @@ DocType: Workflow State,music,zene
DocType: Web Page,Settings,Beállítások DocType: Web Page,Settings,Beállítások
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,"Kérjük, adja meg doctype" apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,"Kérjük, adja meg doctype"
DocType: Print Format,Style Settings,Stílus beállítások DocType: Print Format,Style Settings,Stílus beállítások
apps/frappe/frappe/core/doctype/doctype/doctype.py +585,Sort field {0} must be a valid fieldname,Ennek a rendezés mezőnek {0} kell lennie egy érvényes mezőnévnek
apps/frappe/frappe/core/doctype/doctype/doctype.py +589,Sort field {0} must be a valid fieldname,Ennek a rendezés mezőnek {0} kell lennie egy érvényes mezőnévnek
apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,Tovább apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,Tovább
DocType: Contact,Sales Manager,Értékesítési manager DocType: Contact,Sales Manager,Értékesítési manager
apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,Átnevezés apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,Átnevezés
DocType: Print Format,Format Data,Adat formátum DocType: Print Format,Format Data,Adat formátum
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Like,Mint
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Like,Mint
DocType: Customize Form Field,Customize Form Field,Űrlap mezőjének testreszabása DocType: Customize Form Field,Customize Form Field,Űrlap mezőjének testreszabása
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,Felhasználó engedélyezése apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,Felhasználó engedélyezése
DocType: OAuth Client,Grant Type,Grant típus DocType: OAuth Client,Grant Type,Grant típus
apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,"Ellenőrizze, hogy mely dokumentumok olvashatók egy Felhasználó részére" apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,"Ellenőrizze, hogy mely dokumentumok olvashatók egy Felhasználó részére"
apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,Felsorolás alkalmazás nem engedélyezett apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,Felsorolás alkalmazás nem engedélyezett
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,use % as wildcard,a % jelet kell használni helyettesítő karakterként
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +230,use % as wildcard,a % jelet kell használni helyettesítő karakterként
apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","E-mail Domain nincs beállítva ehhez a számlához, létrehoz eggyet?" apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","E-mail Domain nincs beállítva ehhez a számlához, létrehoz eggyet?"
DocType: User,Reset Password Key,Jelszó visszaállítása Key DocType: User,Reset Password Key,Jelszó visszaállítása Key
DocType: Email Account,Enable Auto Reply,Automatikus válasz engedélyezése DocType: Email Account,Enable Auto Reply,Automatikus válasz engedélyezése
@@ -492,11 +494,12 @@ apps/frappe/frappe/model/document.py +574,Cannot change docstatus from 1 to 0,Ne
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,Foglaljon most mentést apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,Foglaljon most mentést
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,Üdvözöljük apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,Üdvözöljük
apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,Telepített alkalmazások apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,Telepített alkalmazások
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,Beállítás&gt; Felhasználói jogosultságkezelő
DocType: Contact,Open,Megnyitva DocType: Contact,Open,Megnyitva
DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,Műveleteket határoz meg állapotokon és a következő lépéseken és a megengedett beosztásokon. DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,Műveleteket határoz meg állapotokon és a következő lépéseken és a megengedett beosztásokon.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","A legjobb módszer, nem adja ugyanazt az engedély csoport szabályt különböző beosztásokhoz. Ehelyett állítson összetett beosztásokat ugyanahoz a Felhasználóhoz." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","A legjobb módszer, nem adja ugyanazt az engedély csoport szabályt különböző beosztásokhoz. Ehelyett állítson összetett beosztásokat ugyanahoz a Felhasználóhoz."
DocType: Web Form,Message to be displayed on successful completion,Megjelenítendő üzenet sikeres befejezéskor DocType: Web Form,Message to be displayed on successful completion,Megjelenítendő üzenet sikeres befejezéskor
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +42,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/email/doctype/auto_email_report/auto_email_report.py +43,Only {0} emailed reports are allowed per user,Csak {0} számú jelentés küldése engedélyezett felhasználónként
DocType: Address,Address Title,Cím felirat DocType: Address,Address Title,Cím felirat
DocType: Website Settings,Footer Items,Lábléc elemek DocType: Website Settings,Footer Items,Lábléc elemek
apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,Visszajelzés kérés apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,Visszajelzés kérés
@@ -511,7 +514,7 @@ DocType: DocField,Set Only Once,Csak egyszer állítsa
DocType: Email Queue Recipient,Email Queue Recipient,E-mail címzett várólista DocType: Email Queue Recipient,Email Queue Recipient,E-mail címzett várólista
DocType: Address,Nagaland,Nagaland DocType: Address,Nagaland,Nagaland
apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,Felhasználónév {0} már létezik apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,Felhasználónév {0} már létezik
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set import as {1} is not importable,"{0}: {1} nem állítható be importálásra, mivel nem importálható"
apps/frappe/frappe/core/doctype/doctype/doctype.py +733,{0}: Cannot set import as {1} is not importable,"{0}: {1} nem állítható be importálásra, mivel nem importálható"
apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},Van egy hiba ebben a Címsablonban {0} apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},Van egy hiba ebben a Címsablonban {0}
DocType: Footer Item,"target = ""_blank""","target = ""_blank""" DocType: Footer Item,"target = ""_blank""","target = ""_blank"""
DocType: Workflow State,hdd,HDD DocType: Workflow State,hdd,HDD
@@ -523,7 +526,7 @@ DocType: Communication,From Full Name,Teljes nevéből
apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},Nincs jogosultsága hozzáférjen ehhez a jelentéshez: {0} apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},Nincs jogosultsága hozzáférjen ehhez a jelentéshez: {0}
DocType: User,Send Welcome Email,Üdvözlő e-mail küldése DocType: User,Send Welcome Email,Üdvözlő e-mail küldése
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,"Töltsd fel egy CSV fájlt, amely tartalmazza a felhasználói jogosultságokat ugyanabban a formában, mint a letöltésé." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,"Töltsd fel egy CSV fájlt, amely tartalmazza a felhasználói jogosultságokat ugyanabban a formában, mint a letöltésé."
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +449,Remove Filter,Szűrő eltávolítása
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +450,Remove Filter,Szűrő eltávolítása
DocType: Address,Daman and Diu,Daman és Diu DocType: Address,Daman and Diu,Daman és Diu
DocType: Address,Personal,Személyes DocType: Address,Personal,Személyes
apps/frappe/frappe/config/setup.py +113,Bulk Rename,Tömeges átnevezés apps/frappe/frappe/config/setup.py +113,Bulk Rename,Tömeges átnevezés
@@ -553,13 +556,12 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.js +33,Send
apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","Normál DocType nem lehet alapértelmezett nyomtatási formátum, használjon testreszabott formátumot" apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","Normál DocType nem lehet alapértelmezett nyomtatási formátum, használjon testreszabott formátumot"
DocType: Report,Query,Érdeklődés DocType: Report,Query,Érdeklődés
DocType: DocType,Sort Order,Rendezési sorrend DocType: DocType,Sort Order,Rendezési sorrend
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,'In List View' not allowed for type {0} in row {1},"""A lista nézetben"" nem megengedett {0} típusú az {1} sorban"
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In List View' not allowed for type {0} in row {1},"""A lista nézetben"" nem megengedett {0} típusú az {1} sorban"
DocType: Custom Field,Select the label after which you want to insert new field.,"Válassza ki a címkét, amely után be szeretné szúrni az új területet." DocType: Custom Field,Select the label after which you want to insert new field.,"Válassza ki a címkét, amely után be szeretné szúrni az új területet."
,Document Share Report,Dokumentum Megosztás Jelentés ,Document Share Report,Dokumentum Megosztás Jelentés
DocType: User,Last Login,Utolsó belépés DocType: User,Last Login,Utolsó belépés
apps/frappe/frappe/core/doctype/doctype/doctype.py +600,Fieldname is required in row {0},A mezőnév szükséges a(z) {0} sorában
apps/frappe/frappe/core/doctype/doctype/doctype.py +604,Fieldname is required in row {0},A mezőnév szükséges a(z) {0} sorában
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,Oszlop apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,Oszlop
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,Állítsa be az alapértelmezett e-mail fiókot a Beállítás&gt; E-mail&gt; E-mail fiók beállításával
DocType: Custom Field,Adds a custom field to a DocType,Hozzáad egy egyedi mezőt a DocType-hoz DocType: Custom Field,Adds a custom field to a DocType,Hozzáad egy egyedi mezőt a DocType-hoz
DocType: File,Is Home Folder,Ez a home mappa DocType: File,Is Home Folder,Ez a home mappa
apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} nem érvényes e-mail cím apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} nem érvényes e-mail cím
@@ -583,7 +585,7 @@ DocType: File,Folder,Mappa
DocType: DocField,Index,Index DocType: DocField,Index,Index
DocType: Email Group,Newsletter Manager,Hírlevél kezelő DocType: Email Group,Newsletter Manager,Hírlevél kezelő
apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,1. lehetőség apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,1. lehetőség
apps/frappe/frappe/public/js/frappe/form/formatters.js +124,{0} to {1},{0} {1}
apps/frappe/frappe/public/js/frappe/form/formatters.js +129,{0} to {1},{0}-tól {1} -ig
apps/frappe/frappe/config/setup.py +89,Log of error during requests.,Kérés közbeni hiba napló. apps/frappe/frappe/config/setup.py +89,Log of error during requests.,Kérés közbeni hiba napló.
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} sikeresen hozzá adta az E-mail csoporthoz. apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} sikeresen hozzá adta az E-mail csoporthoz.
DocType: Address,Uttar Pradesh,Uttar Pradesh DocType: Address,Uttar Pradesh,Uttar Pradesh
@@ -593,7 +595,7 @@ apps/frappe/frappe/email/doctype/newsletter/newsletter.py +30,Scheduled to send
DocType: Kanban Board Column,Indicator,Indikátor DocType: Kanban Board Column,Indicator,Indikátor
DocType: DocShare,Everyone,Mindenki DocType: DocShare,Everyone,Mindenki
DocType: Workflow State,backward,visszafelé DocType: Workflow State,backward,visszafelé
apps/frappe/frappe/core/doctype/doctype/doctype.py +676,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: Csak egy szabály elérhető ugyanahoz a beosztáshoz, Szinthez és {1}"
apps/frappe/frappe/core/doctype/doctype/doctype.py +680,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: Csak egy szabály elérhető ugyanahoz a beosztáshoz, Szinthez és {1}"
DocType: Email Queue,Add Unsubscribe Link,Leiratkozási link hozzáadása DocType: Email Queue,Add Unsubscribe Link,Leiratkozási link hozzáadása
apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,Nincs még hozzászólás. Indítson új beszélgetést. apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,Nincs még hozzászólás. Indítson új beszélgetést.
DocType: Workflow State,share,megosztás DocType: Workflow State,share,megosztás
@@ -632,7 +634,7 @@ apps/frappe/frappe/printing/doctype/print_format/print_format.py +80,{0} is now
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,Archív oszlopok apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,Archív oszlopok
DocType: Email Account,Default Outgoing,Alapértelmezett kimenő DocType: Email Account,Default Outgoing,Alapértelmezett kimenő
DocType: Workflow State,play,indítás DocType: Workflow State,play,indítás
apps/frappe/frappe/templates/emails/new_user.html +5,Click on the link below to complete your registration and set a new password,"Kattintson az alábbi linkre, hogy elvégezze a regisztrációt és beállítson egy új jelszót"
apps/frappe/frappe/templates/emails/new_user.html +4,Click on the link below to complete your registration and set a new password,"Kattintson az alábbi linkre, hogy elvégezze a regisztrációt és beállítson egy új jelszót"
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,Nem adja hozzá apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,Nem adja hozzá
apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,Nincs e-mail fiókok hozzárendelve apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,Nincs e-mail fiókok hozzárendelve
DocType: Contact Us Settings,Contact Us Settings,Kapcsolat beállítások DocType: Contact Us Settings,Contact Us Settings,Kapcsolat beállítások
@@ -653,12 +655,12 @@ apps/frappe/frappe/core/page/user_permissions/user_permissions.js +127,Upload Us
DocType: Dropbox Settings,App Secret Key,Alk titkos kulcs DocType: Dropbox Settings,App Secret Key,Alk titkos kulcs
apps/frappe/frappe/config/website.py +7,Web Site,Web oldal apps/frappe/frappe/config/website.py +7,Web Site,Web oldal
apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,Bejelölt tételek megjelennek a Munkaasztalon apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,Bejelölt tételek megjelennek a Munkaasztalon
apps/frappe/frappe/core/doctype/doctype/doctype.py +719,{0} cannot be set for Single types,{0} nem állítható be az Egyedüli típusra
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0} cannot be set for Single types,{0} nem állítható be az Egyedüli típusra
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Kanban pult {0} nem létezik. apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Kanban pult {0} nem létezik.
apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} jelenleg betekint ebbe a dokumentumba apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} jelenleg betekint ebbe a dokumentumba
DocType: ToDo,Assigned By Full Name,Hozzárendelt teljes nevén DocType: ToDo,Assigned By Full Name,Hozzárendelt teljes nevén
apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} frissített apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} frissített
apps/frappe/frappe/core/doctype/doctype/doctype.py +709,Report cannot be set for Single types,Jelentés nem lehet beállítani a Single típusú
apps/frappe/frappe/core/doctype/doctype/doctype.py +713,Report cannot be set for Single types,Jelentés nem lehet beállítani a Single típusú
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} napja apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} napja
DocType: Email Account,Awaiting Password,Várakozás jelszóra DocType: Email Account,Awaiting Password,Várakozás jelszóra
DocType: Address,Address Line 1,1. cím sor DocType: Address,Address Line 1,1. cím sor
@@ -708,7 +710,7 @@ DocType: Feedback Trigger,"To add dynamic subject, use jinja tags like
apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,App {0} eltávolították apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,App {0} eltávolították
DocType: Custom DocPerm,Apply User Permissions,Alkalmazza a felhasználói engedélyeket DocType: Custom DocPerm,Apply User Permissions,Alkalmazza a felhasználói engedélyeket
DocType: User,Modules HTML,Modulok HTML DocType: User,Modules HTML,Modulok HTML
apps/frappe/frappe/public/js/frappe/ui/field_group.js +82,Missing Values Required,Hiányzó szükséges értékek
apps/frappe/frappe/public/js/frappe/ui/field_group.js +96,Missing Values Required,Hiányzó szükséges értékek
DocType: DocType,Other Settings,Egyéb beállítások DocType: DocType,Other Settings,Egyéb beállítások
DocType: Social Login Keys,Frappe,Frappé DocType: Social Login Keys,Frappe,Frappé
apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,Megjelölés olvasatlanként apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,Megjelölés olvasatlanként
@@ -762,7 +764,7 @@ DocType: Event,orange,narancs
apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,{0} sz. található apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,{0} sz. található
apps/frappe/frappe/config/setup.py +242,Add custom forms.,Egyéni űrlapok hozzáadása. apps/frappe/frappe/config/setup.py +242,Add custom forms.,Egyéni űrlapok hozzáadása.
apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} ebben: {2} apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} ebben: {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +419,submitted this document,benyújtotta ezt a dokumentumot
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,submitted this document,benyújtotta ezt a dokumentumot
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,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. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,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: Communication,CC,CC
DocType: Country,Geo,Geo DocType: Country,Geo,Geo
@@ -812,7 +814,7 @@ DocType: DocType,Hide Toolbar,Eszköztár elrejtése
DocType: User,Last Active,Utolsó Aktívitás DocType: User,Last Active,Utolsó Aktívitás
DocType: Email Account,SMTP Settings for outgoing emails,SMTP beállítások a kimenő e-mailekhez DocType: Email Account,SMTP Settings for outgoing emails,SMTP beállítások a kimenő e-mailekhez
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,Importálás nem sikerült apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,Importálás nem sikerült
apps/frappe/frappe/templates/emails/password_update.html +3,Your password has been updated. Here is your new password,Jelszava frissült. Ez az új jelszó
apps/frappe/frappe/templates/emails/password_update.html +2,Your password has been updated. Here is your new password,Jelszava frissült. Ez az új jelszó
DocType: Email Account,Auto Reply Message,Auto üzenet válasz DocType: Email Account,Auto Reply Message,Auto üzenet válasz
DocType: Feedback Trigger,Condition,Állapot DocType: Feedback Trigger,Condition,Állapot
apps/frappe/frappe/utils/data.py +546,{0} hours ago,{0} órája apps/frappe/frappe/utils/data.py +546,{0} hours ago,{0} órája
@@ -820,7 +822,6 @@ apps/frappe/frappe/utils/data.py +556,1 month ago,1 hónapja
DocType: Contact,User ID,Felhasználó ID DocType: Contact,User ID,Felhasználó ID
DocType: Communication,Sent,Elküldött DocType: Communication,Sent,Elküldött
DocType: Address,Kerala,Kerala DocType: Address,Kerala,Kerala
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} év (ek) ezelőtt
DocType: File,Lft,Lft DocType: File,Lft,Lft
DocType: User,Simultaneous Sessions,Egyidejű gyűlés DocType: User,Simultaneous Sessions,Egyidejű gyűlés
DocType: OAuth Client,Client Credentials,Ügyfél bizonyítványok DocType: OAuth Client,Client Credentials,Ügyfél bizonyítványok
@@ -837,7 +838,7 @@ DocType: Email Queue,Unsubscribe Method,Leiratkozási módszer
DocType: GSuite Templates,Related DocType,Kapcsolódó DocType DocType: GSuite Templates,Related DocType,Kapcsolódó DocType
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,Szerkeszteni a tartalom felvételéhez apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,Szerkeszteni a tartalom felvételéhez
apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,Válasszon nyelveket apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,Válasszon nyelveket
apps/frappe/frappe/__init__.py +517,No permission for {0},Nincs engedélye erre {0}
apps/frappe/frappe/__init__.py +518,No permission for {0},Nincs engedélye erre {0}
DocType: DocType,Advanced,Fejlett DocType: DocType,Advanced,Fejlett
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,Úgy tűnik API kulcs vagy API Secret rossz !!! apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,Úgy tűnik API kulcs vagy API Secret rossz !!!
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Referencia: {0} {1} apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Referencia: {0} {1}
@@ -869,14 +870,14 @@ DocType: Custom DocPerm,Additional Permissions,További jogosultságok
DocType: Email Account,Always use Account's Email Address as Sender,Mindig használja a fiókja e-mail címét Feladó-ként DocType: Email Account,Always use Account's Email Address as Sender,Mindig használja a fiókja e-mail címét Feladó-ként
apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,Bejelentkezés a hozzászóláshoz apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,Bejelentkezés a hozzászóláshoz
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,Kezdje el beírni az adatokat e vonal alatt apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,Kezdje el beírni az adatokat e vonal alatt
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +474,changed values for {0},megváltozott értékek erre {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +476,changed values for {0},megváltozott értékek erre {0}
DocType: Workflow State,retweet,retweet DocType: Workflow State,retweet,retweet
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,Adja meg a mező értékét apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,Adja meg a mező értékét
DocType: Report,Disabled,Tiltva DocType: Report,Disabled,Tiltva
DocType: Workflow State,eye-close,szem-bezárt DocType: Workflow State,eye-close,szem-bezárt
DocType: OAuth Provider Settings,OAuth Provider Settings,OAuth Szolgáltató beállítások DocType: OAuth Provider Settings,OAuth Provider Settings,OAuth Szolgáltató beállítások
apps/frappe/frappe/config/setup.py +254,Applications,Alkalmazások apps/frappe/frappe/config/setup.py +254,Applications,Alkalmazások
apps/frappe/frappe/public/js/frappe/request.js +349,Report this issue,Jelentse ezt a Problémát
apps/frappe/frappe/public/js/frappe/request.js +353,Report this issue,Jelentse ezt a Problémát
apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,Név szükséges apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,Név szükséges
DocType: Custom Script,Adds a custom script (client or server) to a DocType,"Hozzáteszi egyéni scriptet (kliens vagy szerver), egy DocType-hoz" DocType: Custom Script,Adds a custom script (client or server) to a DocType,"Hozzáteszi egyéni scriptet (kliens vagy szerver), egy DocType-hoz"
DocType: Address,City/Town,Város/település DocType: Address,City/Town,Város/település
@@ -953,14 +954,14 @@ apps/frappe/frappe/model/document.py +902,one of,az egyik
apps/frappe/frappe/core/doctype/file/file_list.js +135,Please select file to copy,"Kérjük, válassza ki a másolandó fájlt" apps/frappe/frappe/core/doctype/file/file_list.js +135,Please select file to copy,"Kérjük, válassza ki a másolandó fájlt"
apps/frappe/frappe/public/js/frappe/desk.js +151,Checking one moment,Ellenőrzés egy pillanat apps/frappe/frappe/public/js/frappe/desk.js +151,Checking one moment,Ellenőrzés egy pillanat
apps/frappe/frappe/public/js/frappe/list/list_sidebar.js +353,Show Tags,Címkék mutatása apps/frappe/frappe/public/js/frappe/list/list_sidebar.js +353,Show Tags,Címkék mutatása
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","Ha Szigorú felhasználói engedély van jelölve, és a felhasználó engedélye van definiálva egy DocType a felhasználó számára, akkor az összes olyan dokumentumot, ahol érték a kapcsolat üres, nem jelenik meg az adott felhasználó"
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","Ha a Szigorú felhasználói engedély be van jelölve, és a felhasználó engedélye definiálva van egy DocType felhasználó részére, akkor az összes olyan dokumentumot, ahol a kapcsolat értéke üres, nem jelenik meg az adott felhasználó részére"
DocType: Address,Billing,Számlázás DocType: Address,Billing,Számlázás
DocType: Email Queue,Not Sent,Elküldetlen DocType: Email Queue,Not Sent,Elküldetlen
DocType: Web Form,Actions,Műveletek DocType: Web Form,Actions,Műveletek
DocType: Workflow State,align-justify,igazítás-sorkizárt DocType: Workflow State,align-justify,igazítás-sorkizárt
DocType: User,Middle Name (Optional),Középső név (opcionális) DocType: User,Middle Name (Optional),Középső név (opcionális)
apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,Nem engedélyezett apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,Nem engedélyezett
apps/frappe/frappe/public/js/frappe/ui/field_group.js +83,Following fields have missing values:,Következő mezőkből hiányoznak az értékek:
apps/frappe/frappe/public/js/frappe/ui/field_group.js +97,Following fields have missing values:,Következő mezőkből hiányoznak az értékek:
apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,Nem rendelkezik megfelelő engedélyekkel a művelet végrehajtásához apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,Nem rendelkezik megfelelő engedélyekkel a művelet végrehajtásához
apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,Nincs eredmény apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,Nincs eredmény
DocType: System Settings,Security,Biztonság DocType: System Settings,Security,Biztonság
@@ -1003,7 +1004,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js +133,Hide Details,Részletek
DocType: Workflow State,Tasks,Feladatok DocType: Workflow State,Tasks,Feladatok
DocType: Event,Tuesday,Kedd DocType: Event,Tuesday,Kedd
DocType: Blog Settings,Blog Settings,Blog Beállítások DocType: Blog Settings,Blog Settings,Blog Beállítások
apps/frappe/frappe/templates/emails/new_user.html +17,You can also copy-paste this link in your browser,Másol-beillesztheti ezt az elérési linket a böngészőben
apps/frappe/frappe/templates/emails/new_user.html +16,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 DocType: Workflow State,bullhorn,ködkűrt
DocType: Social Login Keys,Facebook Client Secret,Facebook klians titkosítás DocType: Social Login Keys,Facebook Client Secret,Facebook klians titkosítás
DocType: Footer Item,Target,Cél DocType: Footer Item,Target,Cél
@@ -1015,12 +1016,12 @@ DocType: ToDo,Due Date,Határidő
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,Negyedévi bérfizetési nap apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,Negyedévi bérfizetési nap
DocType: Social Login Keys,Google Client Secret,Google Client titkosítás DocType: Social Login Keys,Google Client Secret,Google Client titkosítás
DocType: Website Settings,Hide Footer Signup,Lábjegyzet regisztráció elrejtése DocType: Website Settings,Hide Footer Signup,Lábjegyzet regisztráció elrejtése
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,cancelled this document,törölte ezt a dokumentumot
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +423,cancelled this document,törölte ezt a dokumentumot
apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,"Írj egy Python fájl abban a mappában, ahol ezt a rendszer elmenti és visszatér az eredmény oszloppal." apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,"Írj egy Python fájl abban a mappában, ahol ezt a rendszer elmenti és visszatér az eredmény oszloppal."
DocType: DocType,Sort Field,Rendező mező DocType: DocType,Sort Field,Rendező mező
DocType: Razorpay Settings,Razorpay Settings,Razorpay beállítások DocType: Razorpay Settings,Razorpay Settings,Razorpay beállítások
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +445,Edit Filter,Szűrő szerkesztése
apps/frappe/frappe/core/doctype/doctype/doctype.py +415,Field {0} of type {1} cannot be mandatory,A {0} mező {1} típusa nem kötelező
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +446,Edit Filter,Szűrő szerkesztése
apps/frappe/frappe/core/doctype/doctype/doctype.py +419,Field {0} of type {1} cannot be mandatory,A {0} mező {1} típusa nem kötelező
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,Több hozzáadása apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,Több hozzáadása
apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,Diagram elrejtése apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,Diagram elrejtése
DocType: System Settings,Session Expiry Mobile,Munkamenet Lejárat Mobile DocType: System Settings,Session Expiry Mobile,Munkamenet Lejárat Mobile
@@ -1035,7 +1036,7 @@ DocType: Communication,Delayed,Késedelem
apps/frappe/frappe/config/setup.py +128,List of backups available for download,Letölthető mentések listája apps/frappe/frappe/config/setup.py +128,List of backups available for download,Letölthető mentések listája
apps/frappe/frappe/www/login.html +89,Sign up,Regisztráljon apps/frappe/frappe/www/login.html +89,Sign up,Regisztráljon
DocType: Test Runner,Output,Teljesítmény DocType: Test Runner,Output,Teljesítmény
DocType: Email Alert,Set Property After Alert,Tulajdonság beállítása után Alert
DocType: Email Alert,Set Property After Alert,Tulajdonság beállítása figyelmeztetés után
apps/frappe/frappe/config/setup.py +226,Add fields to forms.,Új mezők hozzáadása űrlapokhoz. apps/frappe/frappe/config/setup.py +226,Add fields to forms.,Új mezők hozzáadása űrlapokhoz.
apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +159,Looks like something is wrong with this site's Paypal configuration.,"Úgy néz ki, hogy valami baj van ezen az oldalon a Paypal konfigurációval." apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +159,Looks like something is wrong with this site's Paypal configuration.,"Úgy néz ki, hogy valami baj van ezen az oldalon a Paypal konfigurációval."
DocType: File,rgt,RGT DocType: File,rgt,RGT
@@ -1043,7 +1044,7 @@ DocType: Email Account,Sendgrid,Küldési háló
DocType: Workflow State,leaf,levél DocType: Workflow State,leaf,levél
DocType: Portal Menu Item,Portal Menu Item,Portál menüpont DocType: Portal Menu Item,Portal Menu Item,Portál menüpont
DocType: User Email,Email ID,E-mail ID azonosító DocType: User Email,Email ID,E-mail ID azonosító
DocType: System Settings,"If Apply User Permissions is checked for Report DocType but no User Permissions are defined for Report for a User, then all Reports are shown to that User","Ha Apply felhasználói engedélyek ellenőrizzük Report DocType de a felhasználói jogosultságok vannak definiálva jelentés a felhasználó számára, akkor az összes jelentések jelennek meg, hogy a felhasználó"
DocType: System Settings,"If Apply User Permissions is checked for Report DocType but no User Permissions are defined for Report for a User, then all Reports are shown to that User","Ha felhasználói engedély be van jelölve a DocType ellenőrzésre de a felhasználói jogosultságok nincsenek definiálva a felhasználó számára a jelentéshez, akkor az összes jelentés megjelenik annak a felhasználónak"
DocType: OAuth Client,A list of resources which the Client App will have access to after the user allows it.<br> e.g. project,"A listát a forrásokat, amelyeket az Ügyfél App férhet hozzá, miután a felhasználó ezt lehetővé teszi. <br> pl projekt" DocType: OAuth Client,A list of resources which the Client App will have access to after the user allows it.<br> e.g. project,"A listát a forrásokat, amelyeket az Ügyfél App férhet hozzá, miután a felhasználó ezt lehetővé teszi. <br> pl projekt"
DocType: Translation,Translated Text,Lefordított szöveg DocType: Translation,Translated Text,Lefordított szöveg
DocType: Contact Us Settings,Query Options,Érdeklődés beállítások DocType: Contact Us Settings,Query Options,Érdeklődés beállítások
@@ -1061,7 +1062,7 @@ DocType: Address,Contacts,Kapcsolatok
DocType: System Settings,Setup Complete,Telepítés befejezve DocType: System Settings,Setup Complete,Telepítés befejezve
apps/frappe/frappe/config/setup.py +66,Report of all document shares,Jelentés az összes dokumentum részvények apps/frappe/frappe/config/setup.py +66,Report of all document shares,Jelentés az összes dokumentum részvények
apps/frappe/frappe/www/update-password.html +18,New Password,Új jelszó apps/frappe/frappe/www/update-password.html +18,New Password,Új jelszó
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +73,Filter {0} missing,Szűrés {0} hiányzik
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +74,Filter {0} missing,Szűrés {0} hiányzik
apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,Bocsánat! Nem törölheti az automatikusan generált megjegyzéseket apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,Bocsánat! Nem törölheti az automatikusan generált megjegyzéseket
DocType: Website Theme,Style using CSS,Stílus CSS segítségével DocType: Website Theme,Style using CSS,Stílus CSS segítségével
apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,Referencia DocType apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,Referencia DocType
@@ -1126,7 +1127,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +127,Help on Searc
apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,"Regisztráltam, de kiiktatva" apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,"Regisztráltam, de kiiktatva"
DocType: DocType,Hide Copy,Rejtett másolat DocType: DocType,Hide Copy,Rejtett másolat
apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,Összes beosztás törlése apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,Összes beosztás törlése
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +114,{0} generated on {1},{0} ekkor keletkezett {1}
apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} egyedinek kell lennie apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} egyedinek kell lennie
apps/frappe/frappe/permissions.py +274,Row,Sor apps/frappe/frappe/permissions.py +274,Row,Sor
DocType: DocType,Track Changes,Útvonal változások DocType: DocType,Track Changes,Útvonal változások
@@ -1177,11 +1177,11 @@ DocType: User,Github User ID,Github nyilvános felhasználónév
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,Ha Document Típus apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,Ha Document Típus
apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","Nem lehet törölni, vagy törölni, mert {0} <a href=""#Form/{0}/{1}"">{1}</a> kapcsolódik {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}" apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","Nem lehet törölni, vagy törölni, mert {0} <a href=""#Form/{0}/{1}"">{1}</a> kapcsolódik {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}"
apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},Ismeretlen alkalmazás {0} apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},Ismeretlen alkalmazás {0}
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +48,"%s is not a valid report format. Report format should \
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +49,"%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 one of the following %s",%s nem érvényes jelentési formátum. Jelentés formátum \ az alábbi kell legyen %s
DocType: Communication,Chat,Csevegés DocType: Communication,Chat,Csevegés
apps/frappe/frappe/core/doctype/doctype/doctype.py +408,Fieldname {0} appears multiple times in rows {1},A {0} mezőnév többször előfordul a {1} sorban
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +460,{0} from {1} to {2} in row #{3},{0} az {1} és {2} közt ebben a sorban # {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +412,Fieldname {0} appears multiple times in rows {1},A {0} mezőnév többször előfordul a {1} sorban
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +462,{0} from {1} to {2} in row #{3},{0} az {1} és {2} közt ebben a sorban # {3}
DocType: Communication,Expired,Lejárt DocType: Communication,Expired,Lejárt
DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),"Mező oszlopainak száma egy rácsban (Összes oszlopnak egy rácsban, kevesebbnek kell lennie, mint 11)" DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),"Mező oszlopainak száma egy rácsban (Összes oszlopnak egy rácsban, kevesebbnek kell lennie, mint 11)"
DocType: DocType,System,Rendszer DocType: DocType,System,Rendszer
@@ -1196,7 +1196,7 @@ DocType: Help Article,Likes,Kedvtelések
DocType: Website Settings,Top Bar,Felső sáv DocType: Website Settings,Top Bar,Felső sáv
DocType: GSuite Settings,Script Code,Script kód DocType: GSuite Settings,Script Code,Script kód
apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,Felhasználó E-mail létrehozása apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,Felhasználó E-mail létrehozása
apps/frappe/frappe/core/doctype/doctype/doctype.py +647,No Permissions Specified,Nincs engedély megadva
apps/frappe/frappe/core/doctype/doctype/doctype.py +651,No Permissions Specified,Nincs engedély megadva
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,Globális beállítások: A felhasználók csak a kiválasztott ikonokat választhatják apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,Globális beállítások: A felhasználók csak a kiválasztott ikonokat választhatják
apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} nem található apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} nem található
DocType: Custom Role,Custom Role,Egyedi szerep DocType: Custom Role,Custom Role,Egyedi szerep
@@ -1208,12 +1208,12 @@ DocType: Dropbox Settings,Dropbox Access Secret,Dropbox belépési titkosítás
apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,Másik hozzászólás hozzáadása apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,Másik hozzászólás hozzáadása
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,DocType szerkesztése apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,DocType szerkesztése
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,Leiratkozott a hírlevélről apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,Leiratkozott a hírlevélről
apps/frappe/frappe/core/doctype/doctype/doctype.py +507,Fold must come before a Section Break,Becsukásnak a szekció elválasztás előtt kell lennie
apps/frappe/frappe/core/doctype/doctype/doctype.py +511,Fold must come before a Section Break,Becsukásnak a szekció elválasztás előtt kell lennie
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,Fejlesztés alatt apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,Fejlesztés alatt
apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,Utoljára módosította apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,Utoljára módosította
DocType: Workflow State,hand-down,kéz-le DocType: Workflow State,hand-down,kéz-le
DocType: Address,GST State,GST Állam DocType: Address,GST State,GST Állam
apps/frappe/frappe/core/doctype/doctype/doctype.py +695,{0}: Cannot set Cancel without Submit,{0}: Küldés nélkül nem lehet Visszavonni
apps/frappe/frappe/core/doctype/doctype/doctype.py +699,{0}: Cannot set Cancel without Submit,{0}: Küldés nélkül nem lehet Visszavonni
DocType: Website Theme,Theme,Téma DocType: Website Theme,Theme,Téma
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,Hibák voltak. apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,Hibák voltak.
DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,Átirányított URL jóváhagyíási kódhoz kötve DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,Átirányított URL jóváhagyíási kódhoz kötve
@@ -1252,7 +1252,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +7,
apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,Megjegyzés hozzáadása apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,Megjegyzés hozzáadása
DocType: DocField,Mandatory,Kötelező DocType: DocField,Mandatory,Kötelező
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,Modul exportálása apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,Modul exportálása
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,{0}: No basic permissions set,{0}: Alapvető jogosultságok nincsenek beállítva
apps/frappe/frappe/core/doctype/doctype/doctype.py +663,{0}: No basic permissions set,{0}: Alapvető jogosultságok nincsenek beállítva
apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,Az előfizetés le fog járni ekkor: {0}. apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,Az előfizetés le fog járni ekkor: {0}.
apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},Mentéseinek letöltési linkjét elküldi a következő e-mail címre: {0} apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},Mentéseinek letöltési linkjét elküldi a következő e-mail címre: {0}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","Elküld, Mégse, Módosít jelentése" apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","Elküld, Mégse, Módosít jelentése"
@@ -1267,6 +1267,7 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +129,Filters sa
DocType: DocField,Percent,Százalék DocType: DocField,Percent,Százalék
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,"Kérjük, állítsa be a szűrőket" apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,"Kérjük, állítsa be a szűrőket"
apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,Összekötött ezzel apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,Összekötött ezzel
apps/frappe/frappe/templates/emails/auto_email_report.html +48,Edit Auto Email Report Settings,Az automatikus e-mail jelentés beállításainak módosítása
DocType: Workflow State,book,könyv DocType: Workflow State,book,könyv
DocType: Website Settings,Landing Page,Érkezési oldal DocType: Website Settings,Landing Page,Érkezési oldal
apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,Hiba az Egyedi Scriptben apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,Hiba az Egyedi Scriptben
@@ -1275,7 +1276,7 @@ apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +132,"Import R
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,Nincs engedély beállítva erre a kritériumokra. apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,Nincs engedély beállítva erre a kritériumokra.
DocType: Auto Email Report,Auto Email Report,Auto e-mail jelentés DocType: Auto Email Report,Auto Email Report,Auto e-mail jelentés
apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,Max e-mailek apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,Max e-mailek
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +575,Delete comment?,Megjegyzés törlése?
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +577,Delete comment?,Megjegyzés törlése?
DocType: Address Template,This format is used if country specific format is not found,"Ezt a formátumot használják, ha ország-specifikus formátumban nem található" DocType: Address Template,This format is used if country specific format is not found,"Ezt a formátumot használják, ha ország-specifikus formátumban nem található"
DocType: System Settings,Allow Login using Mobile Number,Belépés engedélyezése mobil szám használatával DocType: System Settings,Allow Login using Mobile Number,Belépés engedélyezése mobil szám használatával
apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,"Nincs elég jogosultsága ehhez az erőforráshoz. Kérjük, forduljon a rendszergazdájágoz, hogy hozzáférhessen." apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,"Nincs elég jogosultsága ehhez az erőforráshoz. Kérjük, forduljon a rendszergazdájágoz, hogy hozzáférhessen."
@@ -1291,7 +1292,7 @@ DocType: Print Format,Monospace,Monospace
DocType: Letter Head,Printing,Nyomtatás DocType: Letter Head,Printing,Nyomtatás
DocType: Workflow State,thumbs-up,hüvelykujj-fel DocType: Workflow State,thumbs-up,hüvelykujj-fel
DocType: DocPerm,DocPerm,DocPerm DocType: DocPerm,DocPerm,DocPerm
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Precision should be between 1 and 6,Pontosságnak az 1. és 6. között kell lennie
apps/frappe/frappe/core/doctype/doctype/doctype.py +467,Precision should be between 1 and 6,Pontosságnak az 1. és 6. között kell lennie
apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},Továbbított: {0} apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},Továbbított: {0}
apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,és apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,és
DocType: Error Snapshot,Frames,Keretek DocType: Error Snapshot,Frames,Keretek
@@ -1304,9 +1305,10 @@ apps/frappe/frappe/utils/boilerplate.py +263,{app_title},{app_title}
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,"Kérjük, állítsa be a Dropbox hozzáférési kulcsokat az oldal beállításopkban" apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,"Kérjük, állítsa be a Dropbox hozzáférési kulcsokat az oldal beállításopkban"
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,"Ezt a Rekordot törli, hogy elküldhesse erre az e-mail címre" apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,"Ezt a Rekordot törli, hogy elküldhesse erre az e-mail címre"
apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"Csak a kötelező mezők szükségesek új rekordokhoz. Törölheti a nem kötelező oszlopokat, ha akarja." apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"Csak a kötelező mezők szükségesek új rekordokhoz. Törölheti a nem kötelező oszlopokat, ha akarja."
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +269,Unable to update event,Nem lehet frissíteni az eseményt
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +262,Unable to update event,Nem lehet frissíteni az eseményt
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Fizetés befejeződött apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Fizetés befejeződött
apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","Szűrésnek 4 értékűnek kell lennie (doctype, mezőnév, operátor, érték): {0}" apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","Szűrésnek 4 értékűnek kell lennie (doctype, mezőnév, operátor, érték): {0}"
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,"Nincs alapértelmezett címséma. Kérjük, hozzon létre újat a Beállítás&gt; Nyomtatás és branding&gt; Cím sablonból."
apps/frappe/frappe/utils/bot.py +89,show,mutasd apps/frappe/frappe/utils/bot.py +89,show,mutasd
DocType: Address Template,Address Template,Címlista sablon DocType: Address Template,Address Template,Címlista sablon
DocType: Workflow State,text-height,szöveg-magasság DocType: Workflow State,text-height,szöveg-magasság
@@ -1357,9 +1359,8 @@ DocType: Feedback Request,Is Feedback request triggered manually ?,Visszajelzés
DocType: Address,Lakshadweep Islands,Lakshadweep szigetek DocType: Address,Lakshadweep Islands,Lakshadweep szigetek
apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +6,Can Write,Írhat apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +6,Can Write,Írhat
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Bizonyos dokumentumokat, mint egy számla, nem lehet változtatni, miután véglegesítették. Ezeknek a dokumentumoknak a végleges állapota a Benyújtás. Korlátozni lehet ezt a Benyújtó beosztással." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Bizonyos dokumentumokat, mint egy számla, nem lehet változtatni, miután véglegesítették. Ezeknek a dokumentumoknak a végleges állapota a Benyújtás. Korlátozni lehet ezt a Benyújtó beosztással."
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,Ön nem exportálja ezt a jelentést
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,Ön nem exportálhatja ezt a jelentést
apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 kiválasztott elem apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 kiválasztott elem
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,"<p> Nincs találat a "" </p>"
DocType: Newsletter,Test Email Address,Teszt e-mail cím DocType: Newsletter,Test Email Address,Teszt e-mail cím
DocType: ToDo,Sender,Küldő DocType: ToDo,Sender,Küldő
DocType: GSuite Settings,Google Apps Script,Google alkalmazások Script DocType: GSuite Settings,Google Apps Script,Google alkalmazások Script
@@ -1372,7 +1373,7 @@ DocType: System Settings,Allow only one session per user,Csak egyetlen munkamene
apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,Másolás apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,Másolás
apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,Kezdőlap / Teszt mappa 1 / Teszt mappa 3 apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,Kezdőlap / Teszt mappa 1 / Teszt mappa 3
DocType: Website Settings,&lt;head&gt; HTML,&lt;head&gt; HTML DocType: Website Settings,&lt;head&gt; HTML,&lt;head&gt; HTML
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +66,Select or drag across time slots to create a new event.,Válassza ki vagy húzza át az időkereteket egy új esemény létrehozásához.
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +67,Select or drag across time slots to create a new event.,Válassza ki vagy húzza át az időkereteket egy új esemény létrehozásához.
DocType: DocField,In Filter,Szűrőben DocType: DocField,In Filter,Szűrőben
apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban
DocType: DocType,Show in Module Section,Megjelenítés Modul Szekcióban DocType: DocType,Show in Module Section,Megjelenítés Modul Szekcióban
@@ -1393,7 +1394,7 @@ apps/frappe/frappe/email/doctype/email_account/email_account_list.js +6,Default
apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,Import .zip apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,Import .zip
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,Dokumentum azonosító apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,Dokumentum azonosító
DocType: Print Settings,Letter,Levél DocType: Print Settings,Letter,Levél
apps/frappe/frappe/core/doctype/doctype/doctype.py +556,Image field must be of type Attach Image,Képmező típusúnak kell lennie a csatolt képnek
apps/frappe/frappe/core/doctype/doctype/doctype.py +560,Image field must be of type Attach Image,Képmező típusúnak kell lennie a csatolt képnek
DocType: DocField,Columns,Oszlopok DocType: DocField,Columns,Oszlopok
DocType: Async Task,Succeeded,Sikerült DocType: Async Task,Succeeded,Sikerült
apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},Kötelező mezők szükséges {0} apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},Kötelező mezők szükséges {0}
@@ -1443,7 +1444,7 @@ DocType: DocField,Text Editor,Szövegszerkesztő
apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,Rólunk oldal beállítása apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,Rólunk oldal beállítása
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,Egyedi HTML szerkesztése apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,Egyedi HTML szerkesztése
DocType: Error Snapshot,Error Snapshot,Hiba Pillanatkép DocType: Error Snapshot,Error Snapshot,Hiba Pillanatkép
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,In,tartalmazza
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,In,tartalmazza
DocType: Email Alert,Value Change,Érték Változás DocType: Email Alert,Value Change,Érték Változás
DocType: Standard Reply,Standard Reply,Válasz sablonok DocType: Standard Reply,Standard Reply,Válasz sablonok
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,Beviteli mező szélessége apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,Beviteli mező szélessége
@@ -1463,12 +1464,11 @@ apps/frappe/frappe/public/js/frappe/views/communication.js +82,Select Attachment
apps/frappe/frappe/model/naming.py +94, for {0},{0} részére apps/frappe/frappe/model/naming.py +94, for {0},{0} részére
apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,"Hibák voltak. Kérjük, jelentse ezt." apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,"Hibák voltak. Kérjük, jelentse ezt."
apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,Nem nyomtathatja ki ezt a dokumentumot apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,Nem nyomtathatja ki ezt a dokumentumot
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +107,Please set filters value in Report Filter table.,"Kérjük, állítsa be a szűrők értékét a Jelentések szűrő táblázatában."
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +120,Please set filters value in Report Filter table.,"Kérjük, állítsa be a szűrők értékét a Jelentések szűrő táblázatában."
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,Jelentés betöltése apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,Jelentés betöltése
apps/frappe/frappe/limits.py +72,Your subscription will expire today.,Az előfizetése ma jár le. apps/frappe/frappe/limits.py +72,Your subscription will expire today.,Az előfizetése ma jár le.
DocType: Page,Standard,Általános DocType: Page,Standard,Általános
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Fájl csatolása apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Fájl csatolása
apps/frappe/frappe/templates/emails/password_update.html +1,Password Update Notification,Jelszó frissítési értesítő
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Méret apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Méret
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Hozzárendelés befejezve apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Hozzárendelés befejezve
DocType: Custom DocPerm,User Permission DocTypes,Felhasználói DOCTYPES engedély DocType: Custom DocPerm,User Permission DocTypes,Felhasználói DOCTYPES engedély
@@ -1481,6 +1481,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +10,Insert Abo
apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,Gyakori neveket és vezetékneveket könnyű kitalálni. apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,Gyakori neveket és vezetékneveket könnyű kitalálni.
apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,Vázlat apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,Vázlat
apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,Ez hasonló egy általánosan használt jelszóhoz. apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,Ez hasonló egy általánosan használt jelszóhoz.
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,"<p> Nincs találat a "" </p>"
DocType: User,Female,Nő DocType: User,Female,Nő
DocType: Print Settings,Modern,Modern DocType: Print Settings,Modern,Modern
apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,Keresési eredmények apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,Keresési eredmények
@@ -1535,7 +1536,7 @@ apps/frappe/frappe/core/doctype/file/file_list.js +65,Folder name should not inc
DocType: Note,Note,Jegyzet DocType: Note,Note,Jegyzet
apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,Hibajelentés apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,Hibajelentés
apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,Visszajelzés feltételek nem egyeznek apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,Visszajelzés feltételek nem egyeznek
apps/frappe/frappe/core/doctype/doctype/doctype.py +570,Timeline field must be a valid fieldname,Idővonal mezőnek egy érvényes mezőnévnek kell lennie
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a valid fieldname,Idővonal mezőnek egy érvényes mezőnévnek kell lennie
DocType: Currency,Symbol,Szimbólum DocType: Currency,Symbol,Szimbólum
apps/frappe/frappe/model/base_document.py +534,Row #{0}:,Sor # {0}: apps/frappe/frappe/model/base_document.py +534,Row #{0}:,Sor # {0}:
apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,Új jelszó e-mailben apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,Új jelszó e-mailben
@@ -1592,8 +1593,7 @@ DocType: Web Page,Text Align,Szöveg igazítása
apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},"Név nem tartalmazhat speciális karaktereket, mint a {0}" apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},"Név nem tartalmazhat speciális karaktereket, mint a {0}"
DocType: Contact Us Settings,Forward To Email Address,Továbbítás emailcímekre DocType: Contact Us Settings,Forward To Email Address,Továbbítás emailcímekre
apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,Összes adat mutatása apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,Összes adat mutatása
apps/frappe/frappe/core/doctype/doctype/doctype.py +527,Title field must be a valid fieldname,Cím mezőnek érvényes mezőnévvel kell rendelkeznie
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,E-mail fiók nincs beállítva. Új e-mail fiók létrehozása a Beállítás&gt; E-mail&gt; E-mail fiókból
apps/frappe/frappe/core/doctype/doctype/doctype.py +531,Title field must be a valid fieldname,Cím mezőnek érvényes mezőnévvel kell rendelkeznie
apps/frappe/frappe/config/core.py +7,Documents,Dokumentumok apps/frappe/frappe/config/core.py +7,Documents,Dokumentumok
DocType: Email Flag Queue,Is Completed,Elkészült DocType: Email Flag Queue,Is Completed,Elkészült
apps/frappe/frappe/www/me.html +22,Edit Profile,Profil szerkesztése apps/frappe/frappe/www/me.html +22,Edit Profile,Profil szerkesztése
@@ -1623,11 +1623,11 @@ DocType: Workflow State,arrow-left,nyíl-balra
apps/frappe/frappe/desk/page/applications/applications.js +77,Installed,Telepített apps/frappe/frappe/desk/page/applications/applications.js +77,Installed,Telepített
apps/frappe/frappe/desk/page/applications/applications.js +47,Developer Tools,Fejlesztői eszközök apps/frappe/frappe/desk/page/applications/applications.js +47,Developer Tools,Fejlesztői eszközök
DocType: Workflow State,fullscreen,teljes-képernyő DocType: Workflow State,fullscreen,teljes-képernyő
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +215,You are not allowed to make PDF for this report,Nem készíthet PDF jelentést erről
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +215,You are not allowed to make PDF for this report,Nem készíthet PDF-et erre a jelentésre
apps/frappe/frappe/templates/emails/feedback_request_url.html +8,1 star being lowest & 5 stars being highest rating,1 csillag jelenti a legalacsonyabb & 5 csillag a legmagasabb minősítést apps/frappe/frappe/templates/emails/feedback_request_url.html +8,1 star being lowest & 5 stars being highest rating,1 csillag jelenti a legalacsonyabb & 5 csillag a legmagasabb minősítést
DocType: Event,Ref Name,Hivatkozott tétel DocType: Event,Ref Name,Hivatkozott tétel
DocType: Web Page,Center,Központ DocType: Web Page,Center,Központ
DocType: Email Alert,Value To Be Set,Érték lesz beállítva
DocType: Email Alert,Value To Be Set,Beállítandó Érték
apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot_list.js +11,First Level,Első szint apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot_list.js +11,First Level,Első szint
DocType: Workflow Document State,Represents the states allowed in one document and role assigned to change the state.,Képviseli az egy dokumentumon megengedett álapotot és az állapot megváltoztatásához hozzárendelt beosztást. DocType: Workflow Document State,Represents the states allowed in one document and role assigned to change the state.,Képviseli az egy dokumentumon megengedett álapotot és az állapot megváltoztatásához hozzárendelt beosztást.
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +71,Refresh Form,Űrlap frissítése apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +71,Refresh Form,Űrlap frissítése
@@ -1645,7 +1645,7 @@ DocType: Standard Reply,Standard Reply Help,Általános válasz Súgó
DocType: Blogger,Avatar,Avatár DocType: Blogger,Avatar,Avatár
DocType: Blogger,Posts,Hozzászólások DocType: Blogger,Posts,Hozzászólások
DocType: DocType,Has Web View,Van Web nézete DocType: DocType,Has Web View,Van Web nézete
apps/frappe/frappe/core/doctype/doctype/doctype.py +377,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","DocType nevét egy betüvel kell kezdeni és csak betűket, számokat, szóközöket és aláhúzást tartalmazhat"
apps/frappe/frappe/core/doctype/doctype/doctype.py +381,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","DocType nevét egy betüvel kell kezdeni és csak betűket, számokat, szóközöket és aláhúzást tartalmazhat"
DocType: Communication,Spam,Levélszemét DocType: Communication,Spam,Levélszemét
DocType: Integration Request,Integration Request,Integráció kérése DocType: Integration Request,Integration Request,Integráció kérése
apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,Kedves apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,Kedves
@@ -1681,7 +1681,7 @@ DocType: Website Settings,Sub-domain provided by erpnext.com,Az erpnext.com ált
DocType: System Settings,dd-mm-yyyy,nn-hh-éééé DocType: System Settings,dd-mm-yyyy,nn-hh-éééé
apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,"Jelentés hozzáférés jogosultságal kell rendelkeznie, hogy hozzáférjen ehhez a jelentéshez." apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,"Jelentés hozzáférés jogosultságal kell rendelkeznie, hogy hozzáférjen ehhez a jelentéshez."
apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,"Kérjük, válasszon Minimum jelszó erősséget" apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,"Kérjük, válasszon Minimum jelszó erősséget"
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,Added,Hozzáadott
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,Added,Hozzáadott
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.","Csak frissítse, ne helyezzen be új rekordokat." apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.","Csak frissítse, ne helyezzen be új rekordokat."
apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,"A napi eseményekről emlékeztetőt küld a Naptár, ha be van állítva az emlékeztető az eseményeknél." apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,"A napi eseményekről emlékeztetőt küld a Naptár, ha be van állítva az emlékeztető az eseményeknél."
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,Weboldal megtekintése apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,Weboldal megtekintése
@@ -1695,7 +1695,7 @@ DocType: Integration Request,Reference DocName,Referencia DocName
DocType: Web Form,Success Message,Sikeresség üzenete DocType: Web Form,Success Message,Sikeresség üzenete
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,Export testreszabása apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,Export testreszabása
DocType: DocType,User Cannot Search,Felhasználó nem kereshet DocType: DocType,User Cannot Search,Felhasználó nem kereshet
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +83,Invalid Output Format,Érvénytelen kimeneti formátum
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Invalid Output Format,Érvénytelen kimeneti formátum
DocType: Custom DocPerm,Apply this rule if the User is the Owner,"Alkalmazza ezt a szabályt, ha a felhasználó a tulajdonosa" DocType: Custom DocPerm,Apply this rule if the User is the Owner,"Alkalmazza ezt a szabályt, ha a felhasználó a tulajdonosa"
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,A belépési azonosítója lesz apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,A belépési azonosítója lesz
apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,Jelentés készítés apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,Jelentés készítés
@@ -1713,10 +1713,11 @@ apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +138,There were e
apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,Bezárás apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,Bezárás
apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,Nem lehet megváltoztatni docstatus 0 -ról 2 -re apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,Nem lehet megváltoztatni docstatus 0 -ról 2 -re
DocType: User Permission for Page and Report,Roles Permission,Szerepek engedélye DocType: User Permission for Page and Report,Roles Permission,Szerepek engedélye
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,E-mail fiók nincs beállítva. Új e-mail fiók létrehozása a Beállítás&gt; E-mail&gt; E-mail fiókból
apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,Frissítés apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,Frissítés
DocType: Error Snapshot,Snapshot View,Pillanatkép megtekintése DocType: Error Snapshot,Snapshot View,Pillanatkép megtekintése
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,"Kérjük, mentse a hírlevelet a küldés előtt" apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,"Kérjük, mentse a hírlevelet a küldés előtt"
apps/frappe/frappe/core/doctype/doctype/doctype.py +426,Options must be a valid DocType for field {0} in row {1},"Lehetőségnek egy érvényes DocType -nak kell lennie erre a mezőre: {0} , ebben a sorban {1}"
apps/frappe/frappe/core/doctype/doctype/doctype.py +430,Options must be a valid DocType for field {0} in row {1},"Lehetőségnek egy érvényes DocType -nak kell lennie erre a mezőre: {0} , ebben a sorban {1}"
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,Tulajdonságok szerkesztése apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,Tulajdonságok szerkesztése
DocType: Patch Log,List of patches executed,Javítások listája végrehajtott DocType: Patch Log,List of patches executed,Javítások listája végrehajtott
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} már leiratkozott apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} már leiratkozott
@@ -1809,7 +1810,7 @@ apps/frappe/frappe/core/doctype/version/version_view.html +32,Rows Added,Sorok h
apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,Siker! Ön tovább léphet 👍 apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,Siker! Ön tovább léphet 👍
apps/frappe/frappe/www/me.html +3,My Account,Fiókom apps/frappe/frappe/www/me.html +3,My Account,Fiókom
DocType: ToDo,Allocated To,Kiosztott DocType: ToDo,Allocated To,Kiosztott
apps/frappe/frappe/templates/emails/password_reset.html +4,Please click on the following link to set your new password,"Kérjük, kattintson az alábbi linkre, az új jelszó beállításához"
apps/frappe/frappe/templates/emails/password_reset.html +2,Please click on the following link to set your new password,"Kérjük, kattintson az alábbi linkre, az új jelszó beállításához"
DocType: Email Alert,Days After,Napon belül DocType: Email Alert,Days After,Napon belül
DocType: Newsletter,Receipient,Címzett DocType: Newsletter,Receipient,Címzett
DocType: Contact Us Settings,Settings for Contact Us Page,Beállítások a Kapcsolat Oldalhoz DocType: Contact Us Settings,Settings for Contact Us Page,Beállítások a Kapcsolat Oldalhoz
@@ -1823,7 +1824,7 @@ DocType: Property Setter,Property Type,Tulajdonság típusa
DocType: Workflow State,screenshot,képernyőkép DocType: Workflow State,screenshot,képernyőkép
apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,"Csak Administrator menthet egy szabványos jelentést. Kérjük, nevezze át, és mentse." apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,"Csak Administrator menthet egy szabványos jelentést. Kérjük, nevezze át, és mentse."
DocType: System Settings,Background Workers,Munkavállalók háttere DocType: System Settings,Background Workers,Munkavállalók háttere
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,Fieldname {0} conflicting with meta object,Mezőnév {0} ütköző meta objektum
apps/frappe/frappe/core/doctype/doctype/doctype.py +783,Fieldname {0} conflicting with meta object,Mezőnév {0} ütközik a meta objektummal
DocType: Deleted Document,Data,Adat DocType: Deleted Document,Data,Adat
apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,Dokumentum állapota apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,Dokumentum állapota
apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},Sikerült ennyit {0} ebből {1} apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},Sikerült ennyit {0} ebből {1}
@@ -1887,11 +1888,10 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +70,"""Parent"" signif
DocType: Website Theme,Apply Style,Stílus alkalmazása DocType: Website Theme,Apply Style,Stílus alkalmazása
DocType: Feedback Request,Feedback Rating,Visszajelzés értékelése DocType: Feedback Request,Feedback Rating,Visszajelzés értékelése
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,Megosztva apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,Megosztva
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,Beállítás&gt; Felhasználói jogosultságkezelő
DocType: Help Category,Help Articles,Súgóbejegyzések DocType: Help Category,Help Articles,Súgóbejegyzések
,Modules Setup,Modulok beállítása ,Modules Setup,Modulok beállítása
apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,Típus: apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,Típus:
apps/frappe/frappe/templates/pages/integrations/payment-failed.html +11,Your payment has failed.,A fizetés nem sikerült.
apps/frappe/frappe/templates/pages/integrations/payment-failed.html +11,Your payment has failed.,Fizetése sikertelen.
DocType: Communication,Unshared,Meg nem osztott DocType: Communication,Unshared,Meg nem osztott
DocType: Address,Karnataka,Karnataka DocType: Address,Karnataka,Karnataka
apps/frappe/frappe/desk/moduleview.py +84,Module Not Found,Modul nem található apps/frappe/frappe/desk/moduleview.py +84,Module Not Found,Modul nem található
@@ -1933,12 +1933,11 @@ apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 2,2. l
DocType: Feedback Trigger,Email Field,E-mail mező DocType: Feedback Trigger,Email Field,E-mail mező
apps/frappe/frappe/www/update-password.html +59,New Password Required.,Új jelszó szükséges. apps/frappe/frappe/www/update-password.html +59,New Password Required.,Új jelszó szükséges.
apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} megosztotta ezt a dokumentumot vele: {1} apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} megosztotta ezt a dokumentumot vele: {1}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,Beállítás&gt; Felhasználó
DocType: Website Settings,Brand Image,Márka képe DocType: Website Settings,Brand Image,Márka képe
DocType: Print Settings,A4,A4 DocType: Print Settings,A4,A4
apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","Felső menüsor, lábléc és logo telepítése." apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","Felső menüsor, lábléc és logo telepítése."
DocType: Web Form Field,Max Value,Max érték DocType: Web Form Field,Max Value,Max érték
apps/frappe/frappe/core/doctype/doctype/doctype.py +655,For {0} at level {1} in {2} in row {3},{0} -hoz a {1} szinten a {2} -ben a {3} sorban
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,For {0} at level {1} in {2} in row {3},{0} -hoz a {1} szinten a {2} -ben a {3} sorban
DocType: Contact,All,Összes DocType: Contact,All,Összes
DocType: Email Queue,Recipient,Címzett DocType: Email Queue,Recipient,Címzett
DocType: Communication,Has Attachment,Van melléklete DocType: Communication,Has Attachment,Van melléklete
@@ -1955,8 +1954,8 @@ DocType: Workflow State,align-right,igazítás-jobbra
DocType: Auto Email Report,Email To,E-mail címzett DocType: Auto Email Report,Email To,E-mail címzett
apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,Mappa {0} nem üres apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,Mappa {0} nem üres
DocType: Page,Roles,Beosztások DocType: Page,Roles,Beosztások
apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},Hiba: Érték hiányzik {0}: {1}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +286,Field {0} is not selectable.,A {0} mező nem választható.
apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},Hiba: Érték hiányzik erre {0}: {1}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +287,Field {0} is not selectable.,A {0} mező nem választható.
DocType: System Settings,Session Expiry,Munkamenet lejárati ideje DocType: System Settings,Session Expiry,Munkamenet lejárati ideje
DocType: Workflow State,ban-circle,Ban-körbe DocType: Workflow State,ban-circle,Ban-körbe
DocType: Email Flag Queue,Unread,Olvasatlan DocType: Email Flag Queue,Unread,Olvasatlan
@@ -2014,7 +2013,7 @@ DocType: DocType,"Naming Options:
<ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",Elnevezése lehetőségek: <ol><li> <b>mező: [fieldname]</b> - By Field </li><li> <b>naming_series:</b> - megnevezésével sorozat (nevű mezőt naming_series jelen kell lennie </li><li> <b>Prompt</b> - Prompt felhasználótól a nevét </li><li> <b>[sorozat]</b> - Series by előtag (ponttal elválasztva); például PRE. ##### </li></ol> <ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",Elnevezése lehetőségek: <ol><li> <b>mező: [fieldname]</b> - By Field </li><li> <b>naming_series:</b> - megnevezésével sorozat (nevű mezőt naming_series jelen kell lennie </li><li> <b>Prompt</b> - Prompt felhasználótól a nevét </li><li> <b>[sorozat]</b> - Series by előtag (ponttal elválasztva); például PRE. ##### </li></ol>
DocType: Blog Post,Email Sent,Email elküldve DocType: Blog Post,Email Sent,Email elküldve
DocType: DocField,Ignore XSS Filter,Figyelmen kívül hagyja az XSS szűrőt DocType: DocField,Ignore XSS Filter,Figyelmen kívül hagyja az XSS szűrőt
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,removed,eltávolított
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,removed,eltávolított
apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,Dropbox biztonsági mentés beállítások apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,Dropbox biztonsági mentés beállítások
apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,Küldés e-mailként apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,Küldés e-mailként
DocType: Website Theme,Link Color,Link színe DocType: Website Theme,Link Color,Link színe
@@ -2107,7 +2106,7 @@ apps/frappe/frappe/public/js/frappe/form/control.js +498,Invalid Email: {0},Érv
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +446,Hello!,Helló! apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +446,Hello!,Helló!
apps/frappe/frappe/desk/doctype/event/event.py +23,Event end must be after start,Esemény vége legyen az indítás után apps/frappe/frappe/desk/doctype/event/event.py +23,Event end must be after start,Esemény vége legyen az indítás után
apps/frappe/frappe/desk/query_report.py +23,You don't have permission to get a report on: {0},Nincs jogosultsága ehhez a jelentéshez: {0} apps/frappe/frappe/desk/query_report.py +23,You don't have permission to get a report on: {0},Nincs jogosultsága ehhez a jelentéshez: {0}
DocType: System Settings,Apply Strict User Permissions,Szigorú Felhasználói jogosultságok
DocType: System Settings,Apply Strict User Permissions,Szigorú Felhasználói jogosultságok alkalmazása
DocType: DocField,Allow Bulk Edit,Engedélyezi a tömeges szerkesztést DocType: DocField,Allow Bulk Edit,Engedélyezi a tömeges szerkesztést
DocType: Blog Post,Blog Post,Blog bejegyzés DocType: Blog Post,Blog Post,Blog bejegyzés
apps/frappe/frappe/public/js/frappe/form/control.js +1527,Advanced Search,Részletes keresés apps/frappe/frappe/public/js/frappe/form/control.js +1527,Advanced Search,Részletes keresés
@@ -2147,6 +2146,7 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Vá
DocType: DocType,Setup,Telepítés DocType: DocType,Setup,Telepítés
DocType: Email Account,Initial Sync Count,Kezdeti szinkronizálási számláló DocType: Email Account,Initial Sync Count,Kezdeti szinkronizálási számláló
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Új hozzászólás erre {0} {1} apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Új hozzászólás erre {0} {1}
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} év (ek) ezelőtt
DocType: Workflow State,glass,üveg DocType: Workflow State,glass,üveg
DocType: DocType,Timeline Field,Idővonal mező DocType: DocType,Timeline Field,Idővonal mező
DocType: Country,Time Zones,Időzónák DocType: Country,Time Zones,Időzónák
@@ -2181,14 +2181,14 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +77,You are not
apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,Infó: apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,Infó:
DocType: Custom Field,Permission Level,Jogosultsági szint DocType: Custom Field,Permission Level,Jogosultsági szint
DocType: User,Send Notifications for Transactions I Follow,Küldjön értesítéseket a Tranzakciókról I Követésekről DocType: User,Send Notifications for Transactions I Follow,Küldjön értesítéseket a Tranzakciókról I Követésekről
apps/frappe/frappe/core/doctype/doctype/doctype.py +698,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: Írás nélkül nem elérhető a Küldés, Törlés, és Módosítás"
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: Írás nélkül nem elérhető a Küldés, Törlés, és Módosítás"
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,"Biztos benne, hogy törölni szeretné a mellékletet?" apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,"Biztos benne, hogy törölni szeretné a mellékletet?"
apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","Nem lehet törölni, vagy törölni, mert {0} <a href=""#Form/{0}/{1}"">{1}</a> kapcsolódik {2} <a href=""#Form/{2}/{3}"">{3}</a>" apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","Nem lehet törölni, vagy törölni, mert {0} <a href=""#Form/{0}/{1}"">{1}</a> kapcsolódik {2} <a href=""#Form/{2}/{3}"">{3}</a>"
apps/frappe/frappe/__init__.py +1070,Thank you,Köszönöm
apps/frappe/frappe/__init__.py +1071,Thank you,Köszönöm
apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,Mentés apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,Mentés
DocType: Print Settings,Print Style Preview,Nyomtatvány stílus előnézet DocType: Print Settings,Print Style Preview,Nyomtatvány stílus előnézet
apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder
apps/frappe/frappe/website/doctype/web_form/web_form.py +358,You are not allowed to update this Web Form Document,Nincs engedélye frissíteni ezt a Web űrlap Dokumentumot
apps/frappe/frappe/website/doctype/web_form/web_form.py +358,You are not allowed to update this Web Form Document,Nem frissítheti ezt a Web űrlap Dokumentumot
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +26,Please select Document Type first,"Kérjük, válasszon először Document Típust" apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +26,Please select Document Type first,"Kérjük, válasszon először Document Típust"
DocType: About Us Settings,About Us Settings,Rólunk beállítások DocType: About Us Settings,About Us Settings,Rólunk beállítások
DocType: Website Settings,Website Theme,Weboldal téma DocType: Website Settings,Website Theme,Weboldal téma
@@ -2228,7 +2228,7 @@ apps/frappe/frappe/public/js/frappe/list/list_renderer.js +501,2 days ago,2 napj
apps/frappe/frappe/config/website.py +47,Categorize blog posts.,Blogbejegyzések kategorizálása. apps/frappe/frappe/config/website.py +47,Categorize blog posts.,Blogbejegyzések kategorizálása.
DocType: Workflow State,Time,Idő DocType: Workflow State,Time,Idő
DocType: DocField,Attach,Csatolás DocType: DocField,Attach,Csatolás
apps/frappe/frappe/core/doctype/doctype/doctype.py +539,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} nem érvényes mezőnév minta. Ilyennek kellene lennie {{FIELD_NAME}}.
apps/frappe/frappe/core/doctype/doctype/doctype.py +543,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} nem érvényes mezőnév minta. Ilyennek kellene lennie {{FIELD_NAME}}.
DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,"Visszajelzés küldés kérése, csak ha van legalább egy elérhető kommunikációs a dokumentumhoz." DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,"Visszajelzés küldés kérése, csak ha van legalább egy elérhető kommunikációs a dokumentumhoz."
DocType: Custom Role,Permission Rules,Jogosultsági szabályok DocType: Custom Role,Permission Rules,Jogosultsági szabályok
DocType: GSuite Settings,GSuite Settings,GSuite Beállítások DocType: GSuite Settings,GSuite Settings,GSuite Beállítások
@@ -2248,7 +2248,7 @@ apps/frappe/frappe/website/doctype/blog_post/blog_post.py +106,Posts by {0},Hozz
apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","Oszlopok formázásához, adjon oszlop megnevezés feliratokat a érdeklődéseknél." apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","Oszlopok formázásához, adjon oszlop megnevezés feliratokat a érdeklődéseknél."
DocType: Has Domain,Has Domain,Van doménje DocType: Has Domain,Has Domain,Van doménje
apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,Nincs még fiókja? Regisztráljon apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,Nincs még fiókja? Regisztráljon
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,{0}: Cannot set Assign Amend if not Submittable,"{0}: Nem állítható Hozzárendelés módosításra, ha nem Küldhető"
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set Assign Amend if not Submittable,"{0}: Nem állítható Hozzárendelés módosításra, ha nem Küldhető"
DocType: Address,Bihar,Bihári DocType: Address,Bihar,Bihári
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,Beosztás Engedélyek Szerkesztése apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,Beosztás Engedélyek Szerkesztése
DocType: Communication,Link DocType,Link DocType DocType: Communication,Link DocType,Link DocType
@@ -2299,7 +2299,7 @@ DocType: DocField,Set non-standard precision for a Float or Currency field,Áll
DocType: Email Account,Ignore attachments over this size,Mellékletek figyelmen kívül hagyása e méret felett DocType: Email Account,Ignore attachments over this size,Mellékletek figyelmen kívül hagyása e méret felett
DocType: Address,Preferred Billing Address,Előnyben részesített számlázási cím DocType: Address,Preferred Billing Address,Előnyben részesített számlázási cím
apps/frappe/frappe/config/integrations.py +63,External Documents,Külső dokumentumok apps/frappe/frappe/config/integrations.py +63,External Documents,Külső dokumentumok
apps/frappe/frappe/database.py +235,Too many writes in one request. Please send smaller requests,"Túl sok írás egy kérésnél. Kérjük, küldje kisebb kérésekkel"
apps/frappe/frappe/database.py +247,Too many writes in one request. Please send smaller requests,"Túl sok írás egy kérésnél. Kérjük, küldje kisebb kérésekkel"
apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,Értékek megváltoztak apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,Értékek megváltoztak
DocType: Workflow State,arrow-up,nyíl-fel DocType: Workflow State,arrow-up,nyíl-fel
DocType: OAuth Bearer Token,Expires In,Lejár ekkor DocType: OAuth Bearer Token,Expires In,Lejár ekkor
@@ -2347,7 +2347,7 @@ apps/frappe/frappe/core/page/data_import_tool/importer.py +81,Please make sure t
apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,"Kérjük, ellenőrizze, hogy a profilhoz tartozik egy e-mail cím" apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,"Kérjük, ellenőrizze, hogy a profilhoz tartozik egy e-mail cím"
apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,"Nem mentett módosításai vannak ebben az űrlapban. Kérjük, mentse a folytatás előtt." apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,"Nem mentett módosításai vannak ebben az űrlapban. Kérjük, mentse a folytatás előtt."
DocType: Address,Telangana,Telangana DocType: Address,Telangana,Telangana
apps/frappe/frappe/core/doctype/doctype/doctype.py +459,Default for {0} must be an option,"Alapértelmezetten ehhez: {0}, kell lennie egy lehetőségnek"
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Default for {0} must be an option,"Alapértelmezetten ehhez: {0}, kell lennie egy lehetőségnek"
DocType: Tag Doc Category,Tag Doc Category,Címke Doc Kategória DocType: Tag Doc Category,Tag Doc Category,Címke Doc Kategória
DocType: User,User Image,Felhasználó képe DocType: User,User Image,Felhasználó képe
apps/frappe/frappe/email/queue.py +304,Emails are muted,E-mailek elnémítva apps/frappe/frappe/email/queue.py +304,Emails are muted,E-mailek elnémítva
@@ -2392,7 +2392,7 @@ DocType: Async Task,Running,Futás
apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,Jelszó visszaállítása apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,Jelszó visszaállítása
apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,"Kérjük, frissítsd, adjon hozzá több mint {0} előfizetőt" apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,"Kérjük, frissítsd, adjon hozzá több mint {0} előfizetőt"
DocType: Workflow State,hand-left,kéz-bal DocType: Workflow State,hand-left,kéz-bal
apps/frappe/frappe/core/doctype/doctype/doctype.py +472,Fieldtype {0} for {1} cannot be unique,MezőTípus: {0} ehhez: {1} nem lehet egyedi
apps/frappe/frappe/core/doctype/doctype/doctype.py +476,Fieldtype {0} for {1} cannot be unique,MezőTípus: {0} ehhez: {1} nem lehet egyedi
DocType: Email Account,Use SSL,SSL használata DocType: Email Account,Use SSL,SSL használata
DocType: Workflow State,play-circle,lejátszás-kör DocType: Workflow State,play-circle,lejátszás-kör
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,Válasszon nyomtatási formátumot a szerkesztéshez apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,Válasszon nyomtatási formátumot a szerkesztéshez
@@ -2447,7 +2447,7 @@ DocType: DocField,No Copy,Nincs másolat
DocType: Workflow State,qrcode,qrcode DocType: Workflow State,qrcode,qrcode
apps/frappe/frappe/www/login.html +34,Login with LDAP,LDAP általi belépés apps/frappe/frappe/www/login.html +34,Login with LDAP,LDAP általi belépés
DocType: Web Form,Breadcrumbs,Zsemlemorzsa (Breadcrumb) DocType: Web Form,Breadcrumbs,Zsemlemorzsa (Breadcrumb)
apps/frappe/frappe/core/doctype/doctype/doctype.py +671,If Owner,Ha Tulajdonos
apps/frappe/frappe/core/doctype/doctype/doctype.py +675,If Owner,Ha Tulajdonos
DocType: OAuth Authorization Code,Expiration time,Lejárati idő DocType: OAuth Authorization Code,Expiration time,Lejárati idő
DocType: Web Page,Website Sidebar,Weboldal oldalsáv DocType: Web Page,Website Sidebar,Weboldal oldalsáv
DocType: Web Form,Show Sidebar,Oldalsáv megjelenítése DocType: Web Form,Show Sidebar,Oldalsáv megjelenítése
@@ -2597,7 +2597,7 @@ DocType: Address Template,"<h4>Default Template</h4>
</code></pre>","<H4> Default template </ h4> <p> a <a href=""http://jinja.pocoo.org/docs/templates/""> Jinja-sablonok </a> és valamennyi területen Cím (Custom Fields ha van ilyen) lesz elérhető </ p> <pre> <code> {{address_line1}} & lt; br & gt; {% If address_line2%} {{address_line2}} & lt; br & gt; {% endif -%} {{city}} & lt; br & gt; {%, Ha az állami%} {{állapotban}} & lt; br & gt; {% endif -%} {% if PIN%} PIN: {{PIN}} & lt; br & gt; {% endif -%} {{country}} & lt ; br & gt; {%, Ha telefonon%} Telefon: {{telefonon}} & lt; br & gt; {% endif -%} {% faxon%} Fax: {{Fax}} & lt; br & gt; {% endif -%} {% if email_id %} E-mail: {{email_id}} & lt; br & gt; {% endif -%} </ code> </ pre>" </code></pre>","<H4> Default template </ h4> <p> a <a href=""http://jinja.pocoo.org/docs/templates/""> Jinja-sablonok </a> és valamennyi területen Cím (Custom Fields ha van ilyen) lesz elérhető </ p> <pre> <code> {{address_line1}} & lt; br & gt; {% If address_line2%} {{address_line2}} & lt; br & gt; {% endif -%} {{city}} & lt; br & gt; {%, Ha az állami%} {{állapotban}} & lt; br & gt; {% endif -%} {% if PIN%} PIN: {{PIN}} & lt; br & gt; {% endif -%} {{country}} & lt ; br & gt; {%, Ha telefonon%} Telefon: {{telefonon}} & lt; br & gt; {% endif -%} {% faxon%} Fax: {{Fax}} & lt; br & gt; {% endif -%} {% if email_id %} E-mail: {{email_id}} & lt; br & gt; {% endif -%} </ code> </ pre>"
DocType: Role,Role Name,Beosztás neve DocType: Role,Role Name,Beosztás neve
apps/frappe/frappe/website/js/website.js +376,Switch To Desk,Asztalra váltás apps/frappe/frappe/website/js/website.js +376,Switch To Desk,Asztalra váltás
apps/frappe/frappe/config/core.py +27,Script or Query reports,Script vagy Érdeklődés jelentések
apps/frappe/frappe/config/core.py +27,Script or Query reports,Script vagy Érdeklődés jelentései
DocType: Workflow Document State,Workflow Document State,Munkafolyamat dokumentum állapot DocType: Workflow Document State,Workflow Document State,Munkafolyamat dokumentum állapot
apps/frappe/frappe/public/js/frappe/request.js +116,File too big,A fájl túl nagy apps/frappe/frappe/public/js/frappe/request.js +116,File too big,A fájl túl nagy
apps/frappe/frappe/core/doctype/user/user.py +479,Email Account added multiple times,E-mail fiókot többször adta meg apps/frappe/frappe/core/doctype/user/user.py +479,Email Account added multiple times,E-mail fiókot többször adta meg
@@ -2607,6 +2607,7 @@ DocType: Portal Settings,Hide Standard Menu,Alapértelmezett menü elrejtése
apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,Hozzáadása / kezelése e-mail domainek. apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,Hozzáadása / kezelése e-mail domainek.
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},Nem lehet törölni benyújtás előtt. Lásd Átvezetés {0} apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},Nem lehet törölni benyújtás előtt. Lásd Átvezetés {0}
apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,A(z) {0} nyomtatvány sablon le van tiltva apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,A(z) {0} nyomtatvány sablon le van tiltva
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,Állítsa be az alapértelmezett e-mail fiókot a Beállítás&gt; E-mail&gt; E-mail fiók beállításával
DocType: Email Alert,Send days before or after the reference date,Küldjön a referencia időponthoz viszonyítva ennyi nappal megelőzően vagy azt követően DocType: Email Alert,Send days before or after the reference date,Küldjön a referencia időponthoz viszonyítva ennyi nappal megelőzően vagy azt követően
DocType: User,Allow user to login only after this hour (0-24),"A felhasználó megadhatja, hogy ezen óra után jelentkezhet be (0-24)" DocType: User,Allow user to login only after this hour (0-24),"A felhasználó megadhatja, hogy ezen óra után jelentkezhet be (0-24)"
apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,Érték apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,Érték
@@ -2622,7 +2623,6 @@ DocType: ToDo,Priority,Prioritás
DocType: Email Queue,Unsubscribe Param,Leiratkozás Paraméter DocType: Email Queue,Unsubscribe Param,Leiratkozás Paraméter
DocType: Auto Email Report,Weekly,Heti DocType: Auto Email Report,Weekly,Heti
DocType: Communication,In Reply To,A Válaszban DocType: Communication,In Reply To,A Válaszban
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,"Nincs alapértelmezett címséma. Kérjük, hozzon létre újat a Beállítás&gt; Nyomtatás és branding&gt; Cím sablonból."
DocType: DocType,Allow Import (via Data Import Tool),IImport engedélyezése (az adatok importálása eszközzel) DocType: DocType,Allow Import (via Data Import Tool),IImport engedélyezése (az adatok importálása eszközzel)
apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,Szér apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,Szér
DocType: DocField,Float,Lebegőpontos DocType: DocField,Float,Lebegőpontos
@@ -2639,7 +2639,7 @@ DocType: DocType,Web View,Web nézet
apps/frappe/frappe/public/js/frappe/form/print.js +169,Warning: This Print Format is in old style and cannot be generated via the API.,Figyelmeztetés: Ez a Nyomtatási formátum régi stílus és nem állítható elő az API-val. apps/frappe/frappe/public/js/frappe/form/print.js +169,Warning: This Print Format is in old style and cannot be generated via the API.,Figyelmeztetés: Ez a Nyomtatási formátum régi stílus és nem állítható elő az API-val.
DocType: DocField,Print Width,Nyomtatási szélesség DocType: DocField,Print Width,Nyomtatási szélesség
,Setup Wizard,Telepítés varázsló ,Setup Wizard,Telepítés varázsló
DocType: Address,GST State Number,GST State száma
DocType: Address,GST State Number,GST Állam száma
DocType: User,Allow user to login only before this hour (0-24),"A felhasználó megadhatja, hogy ezen óra előtt jelentkezhet be (0-24)" DocType: User,Allow user to login only before this hour (0-24),"A felhasználó megadhatja, hogy ezen óra előtt jelentkezhet be (0-24)"
apps/frappe/frappe/core/doctype/file/file.py +125,Folder is mandatory,Mappa kötelező apps/frappe/frappe/core/doctype/file/file.py +125,Folder is mandatory,Mappa kötelező
apps/frappe/frappe/email/doctype/email_alert/email_alert.py +106,"Not allowed to attach {0} document, apps/frappe/frappe/email/doctype/email_alert/email_alert.py +106,"Not allowed to attach {0} document,
@@ -2665,7 +2665,7 @@ apps/frappe/frappe/templates/emails/auto_reply.html +1,Thank you for your email,
DocType: DocField,Small Text,Kis szöveg DocType: DocField,Small Text,Kis szöveg
apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,Rendszergazda elérhető itt: {0} ezen keresztül: {1} a következő IP címen {2}. apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,Rendszergazda elérhető itt: {0} ezen keresztül: {1} a következő IP címen {2}.
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,Egyenlő apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,Egyenlő
apps/frappe/frappe/core/doctype/doctype/doctype.py +453,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
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,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 felépítés fejszövege DocType: About Us Settings,Team Members Heading,Szervezeti felépítés fejszövege
apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,Érvénytelen CSV formátum apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,Érvénytelen CSV formátum
apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,Állítsa be a mentéseket számát apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,Állítsa be a mentéseket számát
@@ -2699,7 +2699,7 @@ DocType: Kanban Board Column,Column Name,Oszlop neve
DocType: Language,Based On,Alapuló DocType: Language,Based On,Alapuló
apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,Tegye alapértelmezetté apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,Tegye alapértelmezetté
apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,Frappé szerver URL ellenőrzés apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,Frappé szerver URL ellenőrzés
apps/frappe/frappe/core/doctype/doctype/doctype.py +495,Fieldtype {0} for {1} cannot be indexed,MezőTípus {0} ehhez: {1} nem indexelhető
apps/frappe/frappe/core/doctype/doctype/doctype.py +499,Fieldtype {0} for {1} cannot be indexed,MezőTípus {0} ehhez: {1} nem indexelhető
DocType: Communication,Email Account,Email fiók DocType: Communication,Email Account,Email fiók
DocType: Workflow State,Download,Letöltés DocType: Workflow State,Download,Letöltés
DocType: Blog Post,Blog Intro,Blog Intro DocType: Blog Post,Blog Intro,Blog Intro
@@ -2731,15 +2731,15 @@ apps/frappe/frappe/email/doctype/email_group/email_group.js +45,New Newsletter,
DocType: Print Settings,Send Print as PDF,Nyomtatvány küldése PDF-ben DocType: Print Settings,Send Print as PDF,Nyomtatvány küldése PDF-ben
DocType: Web Form,Amount,Összeg DocType: Web Form,Amount,Összeg
DocType: Workflow Transition,Allowed,Jóváhagyott DocType: Workflow Transition,Allowed,Jóváhagyott
apps/frappe/frappe/core/doctype/doctype/doctype.py +502,There can be only one Fold in a form,Nem lehet csak egy összecsukás ebben az űrlapban
apps/frappe/frappe/core/doctype/doctype/doctype.py +506,There can be only one Fold in a form,Nem lehet csak egy összecsukás ebben az űrlapban
apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},Nem lehet írni fájl formátumot erre: {0} apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},Nem lehet írni fájl formátumot erre: {0}
apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,Visszaállítja az alapértelmezett beállításokra? apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,Visszaállítja az alapértelmezett beállításokra?
apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,Érvénytelen kezdőlap apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,Érvénytelen kezdőlap
apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,Érvénytelen bejelentkezés. Próbálja újra. apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,Érvénytelen bejelentkezés. Próbálja újra.
apps/frappe/frappe/core/doctype/doctype/doctype.py +420,Options required for Link or Table type field {0} in row {1},Opciók szükségesek a Link vagy táblázat típus mezőhöz {0} ebben a sorban {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +424,Options required for Link or Table type field {0} in row {1},Opciók szükségesek a Link vagy táblázat típus mezőhöz {0} ebben a sorban {1}
DocType: Auto Email Report,Send only if there is any data,"Csak akkor küldje, ha van adat" DocType: Auto Email Report,Send only if there is any data,"Csak akkor küldje, ha van adat"
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,Reset szűrők apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,Reset szűrők
apps/frappe/frappe/core/doctype/doctype/doctype.py +688,{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á"
apps/frappe/frappe/core/doctype/doctype/doctype.py +692,{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á"
apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},Hozzárendelés lezárva {0} apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},Hozzárendelés lezárva {0}
DocType: Integration Request,Remote,Távoli DocType: Integration Request,Remote,Távoli
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,Számolás apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,Számolás
@@ -2759,7 +2759,7 @@ DocType: DocField,Perm Level,Jog szint
apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,Mai napi események a Naptárban apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,Mai napi események a Naptárban
DocType: Web Page,Web Page,Weboldal DocType: Web Page,Web Page,Weboldal
DocType: Blog Category,Blogger,Blogger DocType: Blog Category,Blogger,Blogger
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In Global Search' not allowed for type {0} in row {1},'Globális keresésben' nem engedélyezett {0} típusú a {1} sorában
apps/frappe/frappe/core/doctype/doctype/doctype.py +449,'In Global Search' not allowed for type {0} in row {1},'Globális keresésben' nem engedélyezett {0} típusú a {1} sorában
apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,Lista megtekintése apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,Lista megtekintése
apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},Dátumnak ebben a formátumban kell lennie: {0} apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},Dátumnak ebben a formátumban kell lennie: {0}
DocType: Workflow,Don't Override Status,Ne írja fellül az állapotot DocType: Workflow,Don't Override Status,Ne írja fellül az állapotot
@@ -2774,7 +2774,7 @@ DocType: Workflow State,folder-open,mappa-nyit
apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +1,Search Application,Alkalmazás keresése apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +1,Search Application,Alkalmazás keresése
DocType: OAuth Authorization Code,Validity,Érvényesség DocType: OAuth Authorization Code,Validity,Érvényesség
apps/frappe/frappe/config/website.py +37,Single Post (article).,Önálló blogbejegyzés (cikk). apps/frappe/frappe/config/website.py +37,Single Post (article).,Önálló blogbejegyzés (cikk).
apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +10,Reports,jelentések
apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +10,Reports,Jelentések
DocType: Page,No,Nem DocType: Page,No,Nem
DocType: Property Setter,Set Value,Érték megadása DocType: Property Setter,Set Value,Érték megadása
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +247,Hide field in form,Elrejtett mező az űrlapban apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +247,Hide field in form,Elrejtett mező az űrlapban
@@ -2808,7 +2808,7 @@ DocType: Website Theme,Background,Háttér
DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","JSON DOCTYPES listája amit a felhasználói jogosultságokhoz alkalmaztunk. Ha üres, az összes kapcsolódó DOCTYPES fel fogják használni a felhasználói jogosultságok alkalmazásához." DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","JSON DOCTYPES listája amit a felhasználói jogosultságokhoz alkalmaztunk. Ha üres, az összes kapcsolódó DOCTYPES fel fogják használni a felhasználói jogosultságok alkalmazásához."
DocType: Report,Ref DocType,Hiv. DocType DocType: Report,Ref DocType,Hiv. DocType
apps/frappe/frappe/www/feedback.py +42,Please add a rating,"Kérjük, addjon egy Értékelést" apps/frappe/frappe/www/feedback.py +42,Please add a rating,"Kérjük, addjon egy Értékelést"
apps/frappe/frappe/core/doctype/doctype/doctype.py +700,{0}: Cannot set Amend without Cancel,"{0}: Nem állítható Helyesbítésre, Visszavonás nálkül"
apps/frappe/frappe/core/doctype/doctype/doctype.py +704,{0}: Cannot set Amend without Cancel,"{0}: Nem állítható Helyesbítésre, Visszavonás nálkül"
apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,Teljes oldal apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,Teljes oldal
DocType: DocType,Is Child Table,Ez al tábla DocType: DocType,Is Child Table,Ez al tábla
apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} ebből kell lennie: {1} apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} ebből kell lennie: {1}
@@ -2837,7 +2837,7 @@ DocType: Event,Send an email reminder in the morning,Küldjön email emlékeztet
DocType: Blog Post,Published On,Közzétette ekkor DocType: Blog Post,Published On,Közzétette ekkor
DocType: Contact,Gender,Neme DocType: Contact,Gender,Neme
apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,Kötelező informácikó hiányoznak: apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,Kötelező informácikó hiányoznak:
apps/frappe/frappe/core/doctype/doctype/doctype.py +492,Field '{0}' cannot be set as Unique as it has non-unique values,"Mező '{0}' nem állítható egyedinek, mivel nem egyedi értékekkel rendelkezik"
apps/frappe/frappe/core/doctype/doctype/doctype.py +496,Field '{0}' cannot be set as Unique as it has non-unique values,"Mező '{0}' nem állítható egyedinek, mivel nem egyedi értékekkel rendelkezik"
apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,Csak 200 beillesztés engedélyezett egy igényhez apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,Csak 200 beillesztés engedélyezett egy igényhez
DocType: Footer Item,URL,URL DocType: Footer Item,URL,URL
DocType: ToDo,Reference Type,Referencia típusa DocType: ToDo,Reference Type,Referencia típusa
@@ -2880,8 +2880,8 @@ apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +135,Please save
apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} előfizetők hozzáadva apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} előfizetők hozzáadva
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,Nincs ebben apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,Nincs ebben
DocType: Workflow State,star,csillag DocType: Workflow State,star,csillag
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +228,values separated by commas,Értékek vesszővel elválasztva
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Max width for type Currency is 100px in row {0},Max szélesség a pénznem típushoz 100px ebben a sorban {0}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,values separated by commas,Értékek vesszővel elválasztva
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,Max width for type Currency is 100px in row {0},Max szélesség a pénznem típushoz 100px ebben a sorban {0}
apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},"Kérjük, ossza meg visszajelzését erre {0}" apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},"Kérjük, ossza meg visszajelzését erre {0}"
apps/frappe/frappe/config/website.py +13,Content web page.,Weboldal tartalom. apps/frappe/frappe/config/website.py +13,Content web page.,Weboldal tartalom.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Új beosztás hozzáadása apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Új beosztás hozzáadása
@@ -2899,7 +2899,7 @@ apps/frappe/frappe/public/js/frappe/desk.js +383,Please Enter Your Password to C
apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,Nem érvényes LDAP felhasználó apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,Nem érvényes LDAP felhasználó
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} nem érvényes Állam apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} nem érvényes Állam
apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',"Kérjük, válasszon más fizetési módot. PayPal nem támogatja a tranzakciókat ebben a pénznemben '{0}'" apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',"Kérjük, válasszon más fizetési módot. PayPal nem támogatja a tranzakciókat ebben a pénznemben '{0}'"
apps/frappe/frappe/core/doctype/doctype/doctype.py +519,Search field {0} is not valid,Keresés mező {0} nem érvényes
apps/frappe/frappe/core/doctype/doctype/doctype.py +523,Search field {0} is not valid,Keresés mező {0} nem érvényes
DocType: Workflow State,ok-circle,ok-kör DocType: Workflow State,ok-circle,ok-kör
apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',Megtalálhat dolgokat így rákérdezve 'narancs keresés vevők' apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',Megtalálhat dolgokat így rákérdezve 'narancs keresés vevők'
apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,Elnézést! Felhasználónak teljes hozzáféréssel kell rendelkeznie a saját rekordjához. apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,Elnézést! Felhasználónak teljes hozzáféréssel kell rendelkeznie a saját rekordjához.
@@ -2968,7 +2968,7 @@ DocType: User,Background Style,Háttérkép elrendezése
apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},egyesítve ez: {0} ebbe: {1} apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},egyesítve ez: {0} ebbe: {1}
DocType: System Settings,mm-dd-yyyy,hh-nn-éééé DocType: System Settings,mm-dd-yyyy,hh-nn-éééé
apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} bejelentkezve apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} bejelentkezve
apps/frappe/frappe/templates/emails/new_user.html +4,Your login id is,Bejelentkezési azonosítója ez
apps/frappe/frappe/templates/emails/new_user.html +3,Your login id is,Bejelentkezési azonosítója ez
DocType: OAuth Client,Skip Authorization,Engedélyezés átugrása DocType: OAuth Client,Skip Authorization,Engedélyezés átugrása
DocType: Web Form,Amount Field,Összeg mező DocType: Web Form,Amount Field,Összeg mező
DocType: Dropbox Settings,Send Notifications To,Értesítést küld DocType: Dropbox Settings,Send Notifications To,Értesítést küld


+ 94
- 94
frappe/translations/id.csv View File

@@ -55,7 +55,7 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +52,Data Import Templa
apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,Induk apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,Induk
DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","Jika diaktifkan, kekuatan kata sandi akan diberlakukan berdasarkan nilai Skor Minimum Kata Sandi. Nilai 2 menjadi medium kuat dan 4 sangat kuat." DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","Jika diaktifkan, kekuatan kata sandi akan diberlakukan berdasarkan nilai Skor Minimum Kata Sandi. Nilai 2 menjadi medium kuat dan 4 sangat kuat."
DocType: About Us Settings,"""Team Members"" or ""Management""","""Anggota Tim"" atau ""Manajemen""" DocType: About Us Settings,"""Team Members"" or ""Management""","""Anggota Tim"" atau ""Manajemen"""
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Default for 'Check' type of field must be either '0' or '1',Standar untuk jenis 'Periksa' lapangan harus baik '0' atau '1'
apps/frappe/frappe/core/doctype/doctype/doctype.py +461,Default for 'Check' type of field must be either '0' or '1',Standar untuk jenis 'Periksa' lapangan harus baik '0' atau '1'
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,Kemarin apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,Kemarin
DocType: Contact,Designation,Penunjukan DocType: Contact,Designation,Penunjukan
DocType: Test Runner,Test Runner,Uji Runner DocType: Test Runner,Test Runner,Uji Runner
@@ -71,7 +71,7 @@ DocType: DocType,Is Published Field,Apakah Diterbitkan Lapangan
DocType: Email Group,Email Group,email Grup DocType: Email Group,Email Group,email Grup
DocType: Note,Seen By,Dilihat oleh DocType: Note,Seen By,Dilihat oleh
apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,Tambahkan Beberapa apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,Tambahkan Beberapa
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Not Like,Tidak suka
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Not Like,Tidak suka
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,Mengatur label tampilan untuk lapangan apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,Mengatur label tampilan untuk lapangan
apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},Nilai yang tidak benar: {0} harus {1} {2} apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},Nilai yang tidak benar: {0} harus {1} {2}
apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","Sifat perubahan lapangan (hide, dibaca, izin dll)" apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","Sifat perubahan lapangan (hide, dibaca, izin dll)"
@@ -160,7 +160,8 @@ apps/frappe/frappe/public/js/frappe/upload.js +296,Uploading...,Mengunggah ...
DocType: Email Domain,Email Domain,email Domain DocType: Email Domain,Email Domain,email Domain
DocType: Workflow State,italic,italic DocType: Workflow State,italic,italic
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,Untuk semua orang apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,Untuk semua orang
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,{0}: Cannot set Import without Create,{0}: Tidak dapat melakukan Impor tanpa dibuat terlebih dahulu
apps/frappe/frappe/core/doctype/doctype/doctype.py +706,{0}: Cannot set Import without Create,{0}: Tidak dapat melakukan Impor tanpa dibuat terlebih dahulu
apps/frappe/frappe/templates/emails/auto_email_report.html +45,View report in your browser,Lihat laporan di browser Anda
apps/frappe/frappe/config/desk.py +26,Event and other calendars.,Acara dan kalender lainnya. apps/frappe/frappe/config/desk.py +26,Event and other calendars.,Acara dan kalender lainnya.
apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,Semua bidang diperlukan untuk mengirimkan komentar. apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,Semua bidang diperlukan untuk mengirimkan komentar.
apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,Tarik untuk mengurutkan kolom apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,Tarik untuk mengurutkan kolom
@@ -237,7 +238,7 @@ apps/frappe/frappe/config/setup.py +121,Update many values at one time.,Memperba
apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,Kesalahan: Dokumen telah dimodifikasi setelah Anda membukanya apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,Kesalahan: Dokumen telah dimodifikasi setelah Anda membukanya
apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} log out: {1} apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} log out: {1}
DocType: Address,West Bengal,Benggala Barat DocType: Address,West Bengal,Benggala Barat
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0}: Cannot set Assign Submit if not Submittable,{0}: Tidak dapat mengatur Assign Submit jika tidak Submittable
apps/frappe/frappe/core/doctype/doctype/doctype.py +727,{0}: Cannot set Assign Submit if not Submittable,{0}: Tidak dapat mengatur Assign Submit jika tidak Submittable
DocType: Social Login Keys,Facebook,Facebook DocType: Social Login Keys,Facebook,Facebook
apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",Disaring oleh &quot;{0}&quot; apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",Disaring oleh &quot;{0}&quot;
DocType: Salutation,Administrator,Administrator DocType: Salutation,Administrator,Administrator
@@ -261,7 +262,7 @@ DocType: User,Get your globally recognized avatar from Gravatar.com,Dapatkan ava
apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","Langganan Anda berakhir pada {0}. Untuk memperbaharui, {1}." apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","Langganan Anda berakhir pada {0}. Untuk memperbaharui, {1}."
DocType: Workflow State,plus-sign,tanda plus DocType: Workflow State,plus-sign,tanda plus
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,Setup sudah lengkap apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,Setup sudah lengkap
apps/frappe/frappe/__init__.py +897,App {0} is not installed,App {0} tidak diinstal
apps/frappe/frappe/__init__.py +898,App {0} is not installed,App {0} tidak diinstal
DocType: Workflow State,Refresh,Segarkan DocType: Workflow State,Refresh,Segarkan
DocType: Event,Public,Publik DocType: Event,Public,Publik
apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,Tidak ada yang menunjukkan apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,Tidak ada yang menunjukkan
@@ -269,7 +270,7 @@ apps/frappe/frappe/public/js/frappe/model/model.js +24,Liked By,Dengan menyukai
apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,email Dukungan apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,email Dukungan
DocType: DocField,Print Hide If No Value,Cetak Sembunyikan Jika ada Nilai DocType: DocField,Print Hide If No Value,Cetak Sembunyikan Jika ada Nilai
DocType: Event,yellow,kuning DocType: Event,yellow,kuning
apps/frappe/frappe/core/doctype/doctype/doctype.py +563,Is Published Field must be a valid fieldname,Apakah Diterbitkan lapangan harus fieldname valid
apps/frappe/frappe/core/doctype/doctype/doctype.py +567,Is Published Field must be a valid fieldname,Apakah Diterbitkan lapangan harus fieldname valid
apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,Upload Attachment apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,Upload Attachment
DocType: Block Module,Block Module,Blok Modul DocType: Block Module,Block Module,Blok Modul
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,Template Ekspor apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,Template Ekspor
@@ -286,7 +287,7 @@ DocType: Email Account,Total number of emails to sync in initial sync process ,T
DocType: Website Settings,Set Banner from Image,Set Banner dari Image DocType: Website Settings,Set Banner from Image,Set Banner dari Image
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,Pencarian Global apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,Pencarian Global
DocType: Email Account,SparkPost,SparkPost DocType: Email Account,SparkPost,SparkPost
apps/frappe/frappe/templates/emails/new_user.html +3,A new account has been created for you at {0},Sebuah akun baru telah dibuat untuk Anda di {0}
apps/frappe/frappe/templates/emails/new_user.html +2,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 +178,Instructions Emailed,Instruksi Diemailkan apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,Instruksi Diemailkan
apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),Masukkan Email Penerima (s) apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),Masukkan Email Penerima (s)
DocType: Print Format,Verdana,Verdana DocType: Print Format,Verdana,Verdana
@@ -352,7 +353,7 @@ apps/frappe/frappe/utils/nestedset.py +218,Merging is only possible between Grou
apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},Ditambahkan {0} apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},Ditambahkan {0}
apps/frappe/frappe/www/search.html +28,No matching records. Search something new,Tidak ada catatan yang cocok. Cari sesuatu yang baru apps/frappe/frappe/www/search.html +28,No matching records. Search something new,Tidak ada catatan yang cocok. Cari sesuatu yang baru
DocType: Currency,Fraction Units,Unit Fraksi DocType: Currency,Fraction Units,Unit Fraksi
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +431,{0} from {1} to {2},{0} dari {1} ke {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +433,{0} from {1} to {2},{0} dari {1} ke {2}
DocType: Communication,Type,Jenis DocType: Communication,Type,Jenis
DocType: Authentication Log,Subject,Perihal DocType: Authentication Log,Subject,Perihal
DocType: Web Form,Amount Based On Field,Jumlah Berdasarkan Bidang DocType: Web Form,Amount Based On Field,Jumlah Berdasarkan Bidang
@@ -365,10 +366,10 @@ DocType: Workflow State,plane,pesawat
apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","Jika Anda meng-upload rekor baru, ""Penamaan Series"" menjadi wajib, jika ada." apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","Jika Anda meng-upload rekor baru, ""Penamaan Series"" menjadi wajib, jika ada."
apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,Dapatkan Alerts untuk Hari apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,Dapatkan Alerts untuk Hari
apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DOCTYPE hanya dapat diganti oleh Administrator apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DOCTYPE hanya dapat diganti oleh Administrator
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +442,changed value of {0},nilai berubah dari {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +444,changed value of {0},nilai berubah dari {0}
DocType: Report,JSON,JSON DocType: Report,JSON,JSON
apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,Silahkan cek email Anda untuk verifikasi apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,Silahkan cek email Anda untuk verifikasi
apps/frappe/frappe/core/doctype/doctype/doctype.py +509,Fold can not be at the end of the form,Lipat tidak bisa di akhir formulir
apps/frappe/frappe/core/doctype/doctype/doctype.py +513,Fold can not be at the end of the form,Lipat tidak bisa di akhir formulir
DocType: Communication,Bounced,Memantul DocType: Communication,Bounced,Memantul
DocType: Deleted Document,Deleted Name,Nama dihapus DocType: Deleted Document,Deleted Name,Nama dihapus
apps/frappe/frappe/config/setup.py +14,System and Website Users,Sistem dan Pengguna apps/frappe/frappe/config/setup.py +14,System and Website Users,Sistem dan Pengguna
@@ -376,25 +377,26 @@ DocType: Workflow Document State,Doc Status,Status Doc
DocType: Auto Email Report,No of Rows (Max 500),Tidak ada dari Rows (Max 500) DocType: Auto Email Report,No of Rows (Max 500),Tidak ada dari Rows (Max 500)
DocType: Language,Language Code,Kode bahasa DocType: Language,Language Code,Kode bahasa
apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","Download sedang dipersiapkan, ini mungkin memerlukan waktu beberapa saat ..." apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","Download sedang dipersiapkan, ini mungkin memerlukan waktu beberapa saat ..."
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +23,Add Filter,Tambahkan Filter
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +21,Add Filter,Tambahkan Filter
apps/frappe/frappe/www/feedback.html +23,Your rating: ,Penilaianmu: apps/frappe/frappe/www/feedback.html +23,Your rating: ,Penilaianmu:
apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} dan {1} apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} dan {1}
DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Selalu menambahkan &quot;Draft&quot; Menuju rancangan pencetakan dokumen DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Selalu menambahkan &quot;Draft&quot; Menuju rancangan pencetakan dokumen
apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,Email telah ditandai sebagai spam apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,Email telah ditandai sebagai spam
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,Setup&gt; Pengguna
DocType: About Us Settings,Website Manager,Website Manager DocType: About Us Settings,Website Manager,Website Manager
apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,Anda memilih Dokumen atau Dokumen yang Dibatalkan apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,Anda memilih Dokumen atau Dokumen yang Dibatalkan
apps/frappe/frappe/model/document.py +1044,Document Queued,dokumen Antri apps/frappe/frappe/model/document.py +1044,Document Queued,dokumen Antri
DocType: GSuite Templates,Destination ID,ID tujuan DocType: GSuite Templates,Destination ID,ID tujuan
DocType: Desktop Icon,List,daftar DocType: Desktop Icon,List,daftar
DocType: Communication,Link Name,Link Nama DocType: Communication,Link Name,Link Nama
apps/frappe/frappe/core/doctype/doctype/doctype.py +433,Field {0} in row {1} cannot be hidden and mandatory without default,Lapangan {0} berturut-turut {1} tidak dapat disembunyikan dan wajib tanpa standar
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Field {0} in row {1} cannot be hidden and mandatory without default,Lapangan {0} berturut-turut {1} tidak dapat disembunyikan dan wajib tanpa standar
DocType: System Settings,mm/dd/yyyy,hh / bb / tttt DocType: System Settings,mm/dd/yyyy,hh / bb / tttt
apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,Kata sandi salah: apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,Kata sandi salah:
DocType: Print Settings,Send document web view link in email,Mengirim dokumen tampilan web link dalam email DocType: Print Settings,Send document web view link in email,Mengirim dokumen tampilan web link dalam email
apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,Masukan Anda untuk dokumen {0} disimpan berhasil apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,Masukan Anda untuk dokumen {0} disimpan berhasil
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,Kembali apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,Kembali
apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,Re: apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,Re:
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +496,{0} rows for {1},{0} baris untuk {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +498,{0} rows for {1},{0} baris untuk {1}
DocType: Currency,"Sub-currency. For e.g. ""Cent""","Sub-currency. Untuk misalnya ""Cent """ DocType: Currency,"Sub-currency. For e.g. ""Cent""","Sub-currency. Untuk misalnya ""Cent """
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,Pilih file yang diunggah apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,Pilih file yang diunggah
DocType: Letter Head,Check this to make this the default letter head in all prints,Periksa ini untuk membuat surat default kepala di semua cetakan DocType: Letter Head,Check this to make this the default letter head in all prints,Periksa ini untuk membuat surat default kepala di semua cetakan
@@ -417,7 +419,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +5,
DocType: Event,Wednesday,Rabu DocType: Event,Wednesday,Rabu
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","Terlepas dari Peran berbasis Aturan Izin, Anda dapat menerapkan Permissions Pengguna berdasarkan Doctypes." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","Terlepas dari Peran berbasis Aturan Izin, Anda dapat menerapkan Permissions Pengguna berdasarkan Doctypes."
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","Izin ini akan berlaku untuk semua transaksi di mana catatan diizinkan terkait. Sebagai contoh, jika Perusahaan C ditambahkan ke User Permissions pengguna X, pengguna X akan hanya dapat melihat transaksi yang memiliki perusahaan C sebagai nilai terkait." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","Izin ini akan berlaku untuk semua transaksi di mana catatan diizinkan terkait. Sebagai contoh, jika Perusahaan C ditambahkan ke User Permissions pengguna X, pengguna X akan hanya dapat melihat transaksi yang memiliki perusahaan C sebagai nilai terkait."
apps/frappe/frappe/core/doctype/doctype/doctype.py +554,Image field must be a valid fieldname,bidang gambar harus fieldname valid
apps/frappe/frappe/core/doctype/doctype/doctype.py +558,Image field must be a valid fieldname,bidang gambar harus fieldname valid
DocType: OAuth Client,Token,Token DocType: OAuth Client,Token,Token
DocType: Property Setter,ID (name) of the entity whose property is to be set,ID (nama) dari entitas yang properti harus ditetapkan DocType: Property Setter,ID (name) of the entity whose property is to be set,ID (nama) dari entitas yang properti harus ditetapkan
apps/frappe/frappe/limits.py +82,"To renew, {0}.","Untuk memperbaharui, {0}." apps/frappe/frappe/limits.py +82,"To renew, {0}.","Untuk memperbaharui, {0}."
@@ -426,7 +428,7 @@ DocType: Web Form,Sidebar Items,Sidebar Items
apps/frappe/frappe/installer.py +125,App {0} already installed,App {0} sudah terpasang apps/frappe/frappe/installer.py +125,App {0} already installed,App {0} sudah terpasang
DocType: Workflow State,exclamation-sign,seru-sign DocType: Workflow State,exclamation-sign,seru-sign
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,Tampilkan Perijinan apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,Tampilkan Perijinan
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a Link or Dynamic Link,bidang Timeline harus Link atau Dynamic Link
apps/frappe/frappe/core/doctype/doctype/doctype.py +578,Timeline field must be a Link or Dynamic Link,bidang Timeline harus Link atau Dynamic Link
apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,Rentang Tanggal apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,Rentang Tanggal
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,Gantt apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,Gantt
apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},Halaman {0} dari {1} apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},Halaman {0} dari {1}
@@ -456,18 +458,18 @@ DocType: Workflow State,music,musik musik
DocType: Web Page,Settings,Pengaturan DocType: Web Page,Settings,Pengaturan
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,Silakan tentukan doctype apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,Silakan tentukan doctype
DocType: Print Format,Style Settings,Pengaturan Style DocType: Print Format,Style Settings,Pengaturan Style
apps/frappe/frappe/core/doctype/doctype/doctype.py +585,Sort field {0} must be a valid fieldname,bidang semacam {0} harus fieldname valid
apps/frappe/frappe/core/doctype/doctype/doctype.py +589,Sort field {0} must be a valid fieldname,bidang semacam {0} harus fieldname valid
apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,Lanjut apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,Lanjut
DocType: Contact,Sales Manager,Sales Manager DocType: Contact,Sales Manager,Sales Manager
apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,Ubah nama apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,Ubah nama
DocType: Print Format,Format Data,Format data DocType: Print Format,Format Data,Format data
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Like,Seperti
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Like,Seperti
DocType: Customize Form Field,Customize Form Field,Sesuaikan Form Lapangan DocType: Customize Form Field,Customize Form Field,Sesuaikan Form Lapangan
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,Izinkan Pengguna apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,Izinkan Pengguna
DocType: OAuth Client,Grant Type,hibah Jenis DocType: OAuth Client,Grant Type,hibah Jenis
apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,Periksa Dokumen yang dapat dibaca oleh Pengguna apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,Periksa Dokumen yang dapat dibaca oleh Pengguna
apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,Aplikasi cantuman tidak diizinkan apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,Aplikasi cantuman tidak diizinkan
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,use % as wildcard,menggunakan% sebagai wildcard
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +230,use % as wildcard,menggunakan% sebagai wildcard
apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","Email Domain tidak dikonfigurasi untuk akun ini, Buat satu?" apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","Email Domain tidak dikonfigurasi untuk akun ini, Buat satu?"
DocType: User,Reset Password Key,Reset Password Key DocType: User,Reset Password Key,Reset Password Key
DocType: Email Account,Enable Auto Reply,Aktifkan Auto Reply DocType: Email Account,Enable Auto Reply,Aktifkan Auto Reply
@@ -492,11 +494,12 @@ apps/frappe/frappe/model/document.py +574,Cannot change docstatus from 1 to 0,Ti
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,Ambil Backup Sekarang apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,Ambil Backup Sekarang
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,Selamat Datang apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,Selamat Datang
apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,Aplikasi diinstal apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,Aplikasi diinstal
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,Setup&gt; User Permissions Manager
DocType: Contact,Open,Buka DocType: Contact,Open,Buka
DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,Mendefinisikan tindakan pada negara dan langkah berikutnya dan peran diperbolehkan. DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,Mendefinisikan tindakan pada negara dan langkah berikutnya dan peran diperbolehkan.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","Sebagai praktik terbaik, tidak menetapkan set yang sama dari izin aturan untuk Peran yang berbeda. Sebaliknya, mengatur beberapa Peran untuk Pengguna yang sama." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","Sebagai praktik terbaik, tidak menetapkan set yang sama dari izin aturan untuk Peran yang berbeda. Sebaliknya, mengatur beberapa Peran untuk Pengguna yang sama."
DocType: Web Form,Message to be displayed on successful completion,Pesan yang akan ditampilkan pada berhasil menyelesaikan DocType: Web Form,Message to be displayed on successful completion,Pesan yang akan ditampilkan pada berhasil menyelesaikan
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +42,Only {0} emailed reports are allowed per user,Hanya {0} diemail laporan diperbolehkan per pengguna
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +43,Only {0} emailed reports are allowed per user,Hanya {0} diemail laporan diperbolehkan per pengguna
DocType: Address,Address Title,Judul Alamat DocType: Address,Address Title,Judul Alamat
DocType: Website Settings,Footer Items,Footer Items DocType: Website Settings,Footer Items,Footer Items
apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,Permintaan Masukan apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,Permintaan Masukan
@@ -511,7 +514,7 @@ DocType: DocField,Set Only Once,Set Hanya Sekali
DocType: Email Queue Recipient,Email Queue Recipient,Email Queue Penerima DocType: Email Queue Recipient,Email Queue Recipient,Email Queue Penerima
DocType: Address,Nagaland,Nagaland DocType: Address,Nagaland,Nagaland
apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,Nama pengguna {0} sudah ada apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,Nama pengguna {0} sudah ada
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set import as {1} is not importable,{0}: Tidak dapat melakukan impor karena {1} bukan data yang dapat diimpor
apps/frappe/frappe/core/doctype/doctype/doctype.py +733,{0}: Cannot set import as {1} is not importable,{0}: Tidak dapat melakukan impor karena {1} bukan data yang dapat diimpor
apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},Ada kesalahan dalam Template Alamat Anda {0} apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},Ada kesalahan dalam Template Alamat Anda {0}
DocType: Footer Item,"target = ""_blank""","target = ""_blank""" DocType: Footer Item,"target = ""_blank""","target = ""_blank"""
DocType: Workflow State,hdd,hdd DocType: Workflow State,hdd,hdd
@@ -523,7 +526,7 @@ DocType: Communication,From Full Name,Dari Nama Lengkap
apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},Anda tidak memiliki akses ke Laporkan: {0} apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},Anda tidak memiliki akses ke Laporkan: {0}
DocType: User,Send Welcome Email,Kirim Email Selamat Datang DocType: User,Send Welcome Email,Kirim Email Selamat Datang
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,Upload file CSV yang berisi semua akses user dalam format yang sama seperti Download. apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,Upload file CSV yang berisi semua akses user dalam format yang sama seperti Download.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +449,Remove Filter,Hapus Filter
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +450,Remove Filter,Hapus Filter
DocType: Address,Daman and Diu,Daman dan Diu DocType: Address,Daman and Diu,Daman dan Diu
DocType: Address,Personal,Pribadi DocType: Address,Personal,Pribadi
apps/frappe/frappe/config/setup.py +113,Bulk Rename,Rename massal apps/frappe/frappe/config/setup.py +113,Bulk Rename,Rename massal
@@ -553,13 +556,12 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.js +33,Send
apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","DocType standar tidak dapat memiliki format cetak standar, gunakan Customize Form" apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","DocType standar tidak dapat memiliki format cetak standar, gunakan Customize Form"
DocType: Report,Query,Query DocType: Report,Query,Query
DocType: DocType,Sort Order,Tata Urutan DocType: DocType,Sort Order,Tata Urutan
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,'In List View' not allowed for type {0} in row {1},'Tampilan Daftar' tidak diperbolehkan untuk jenis {0} di baris {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In List View' not allowed for type {0} in row {1},'Tampilan Daftar' tidak diperbolehkan untuk jenis {0} di baris {1}
DocType: Custom Field,Select the label after which you want to insert new field.,Pilih label setelah itu Anda ingin memasukkan bidang baru. DocType: Custom Field,Select the label after which you want to insert new field.,Pilih label setelah itu Anda ingin memasukkan bidang baru.
,Document Share Report,Dokumen Saham Laporkan ,Document Share Report,Dokumen Saham Laporkan
DocType: User,Last Login,Terakhir Login DocType: User,Last Login,Terakhir Login
apps/frappe/frappe/core/doctype/doctype/doctype.py +600,Fieldname is required in row {0},Fieldname diperlukan berturut-turut {0}
apps/frappe/frappe/core/doctype/doctype/doctype.py +604,Fieldname is required in row {0},Fieldname diperlukan berturut-turut {0}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,Kolom apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,Kolom
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,Silakan setup default Email Account dari Setup&gt; Email&gt; Email Account
DocType: Custom Field,Adds a custom field to a DocType,Menambahkan kolom (custom field) untuk DOCTYPE DocType: Custom Field,Adds a custom field to a DocType,Menambahkan kolom (custom field) untuk DOCTYPE
DocType: File,Is Home Folder,Apakah Home Folder DocType: File,Is Home Folder,Apakah Home Folder
apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} bukanlah Alamat Email valid apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} bukanlah Alamat Email valid
@@ -583,7 +585,7 @@ DocType: File,Folder,Map
DocType: DocField,Index,Indeks DocType: DocField,Index,Indeks
DocType: Email Group,Newsletter Manager,Newsletter Manajer DocType: Email Group,Newsletter Manager,Newsletter Manajer
apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,Pilihan 1 apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,Pilihan 1
apps/frappe/frappe/public/js/frappe/form/formatters.js +124,{0} to {1},{0} sampai {1}
apps/frappe/frappe/public/js/frappe/form/formatters.js +129,{0} to {1},{0} sampai {1}
apps/frappe/frappe/config/setup.py +89,Log of error during requests.,Log dari kesalahan selama permintaan. apps/frappe/frappe/config/setup.py +89,Log of error during requests.,Log dari kesalahan selama permintaan.
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} telah berhasil ditambahkan ke Email Group. apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} telah berhasil ditambahkan ke Email Group.
DocType: Address,Uttar Pradesh,Uttar Pradesh DocType: Address,Uttar Pradesh,Uttar Pradesh
@@ -593,7 +595,7 @@ apps/frappe/frappe/email/doctype/newsletter/newsletter.py +30,Scheduled to send
DocType: Kanban Board Column,Indicator,Indikator DocType: Kanban Board Column,Indicator,Indikator
DocType: DocShare,Everyone,Semua orang DocType: DocShare,Everyone,Semua orang
DocType: Workflow State,backward,mundur DocType: Workflow State,backward,mundur
apps/frappe/frappe/core/doctype/doctype/doctype.py +676,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: Hanya satu aturan diperbolehkan dengan Peran yang sama, Tingkat dan {1}"
apps/frappe/frappe/core/doctype/doctype/doctype.py +680,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: Hanya satu aturan diperbolehkan dengan Peran yang sama, Tingkat dan {1}"
DocType: Email Queue,Add Unsubscribe Link,Menambahkan Unsubscribe Link DocType: Email Queue,Add Unsubscribe Link,Menambahkan Unsubscribe Link
apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,Belum ada komentar. Mulai diskusi baru. apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,Belum ada komentar. Mulai diskusi baru.
DocType: Workflow State,share,saham DocType: Workflow State,share,saham
@@ -632,7 +634,7 @@ apps/frappe/frappe/printing/doctype/print_format/print_format.py +80,{0} is now
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,Kolom diarsipkan apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,Kolom diarsipkan
DocType: Email Account,Default Outgoing,Standar Outgoing DocType: Email Account,Default Outgoing,Standar Outgoing
DocType: Workflow State,play,bermain DocType: Workflow State,play,bermain
apps/frappe/frappe/templates/emails/new_user.html +5,Click on the link below to complete your registration and set a new password,Klik link di bawah ini untuk melengkapi pendaftaran Anda dan mengatur sandi baru
apps/frappe/frappe/templates/emails/new_user.html +4,Click on the link below to complete your registration and set a new password,Klik link di bawah ini untuk melengkapi pendaftaran Anda dan mengatur sandi baru
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,Tidak menambahkan apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,Tidak menambahkan
apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,Tidak ada Email Account Ditugaskan apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,Tidak ada Email Account Ditugaskan
DocType: Contact Us Settings,Contact Us Settings,Hubungi Kami Settings DocType: Contact Us Settings,Contact Us Settings,Hubungi Kami Settings
@@ -653,12 +655,12 @@ apps/frappe/frappe/core/page/user_permissions/user_permissions.js +127,Upload Us
DocType: Dropbox Settings,App Secret Key,App Kunci Rahasia DocType: Dropbox Settings,App Secret Key,App Kunci Rahasia
apps/frappe/frappe/config/website.py +7,Web Site,Situs web apps/frappe/frappe/config/website.py +7,Web Site,Situs web
apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,Item yang dicentang akan ditampilkan pada desktop apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,Item yang dicentang akan ditampilkan pada desktop
apps/frappe/frappe/core/doctype/doctype/doctype.py +719,{0} cannot be set for Single types,{0} tidak dapat ditetapkan untuk tipe Tunggal
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0} cannot be set for Single types,{0} tidak dapat ditetapkan untuk tipe Tunggal
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Kanban Dewan {0} tidak ada. apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Kanban Dewan {0} tidak ada.
apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} sedang melihat dokumen ini apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} sedang melihat dokumen ini
DocType: ToDo,Assigned By Full Name,Ditugaskan Dengan Nama Lengkap DocType: ToDo,Assigned By Full Name,Ditugaskan Dengan Nama Lengkap
apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} diperbarui apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} diperbarui
apps/frappe/frappe/core/doctype/doctype/doctype.py +709,Report cannot be set for Single types,Laporan tidak dapat ditetapkan untuk jenis Tunggal
apps/frappe/frappe/core/doctype/doctype/doctype.py +713,Report cannot be set for Single types,Laporan tidak dapat ditetapkan untuk jenis Tunggal
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} hari yang lalu apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} hari yang lalu
DocType: Email Account,Awaiting Password,Menunggu Sandi DocType: Email Account,Awaiting Password,Menunggu Sandi
DocType: Address,Address Line 1,Alamat Baris 1 DocType: Address,Address Line 1,Alamat Baris 1
@@ -708,7 +710,7 @@ DocType: Feedback Trigger,"To add dynamic subject, use jinja tags like
apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,App {0} dihapus apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,App {0} dihapus
DocType: Custom DocPerm,Apply User Permissions,Terapkan Perizinan Pengguna DocType: Custom DocPerm,Apply User Permissions,Terapkan Perizinan Pengguna
DocType: User,Modules HTML,Modul HTML DocType: User,Modules HTML,Modul HTML
apps/frappe/frappe/public/js/frappe/ui/field_group.js +82,Missing Values Required,Hilang Nilai Diperlukan
apps/frappe/frappe/public/js/frappe/ui/field_group.js +96,Missing Values Required,Hilang Nilai Diperlukan
DocType: DocType,Other Settings,Pengaturan lainnya DocType: DocType,Other Settings,Pengaturan lainnya
DocType: Social Login Keys,Frappe,Frape DocType: Social Login Keys,Frappe,Frape
apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,Tandai sebagai Belum dibaca apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,Tandai sebagai Belum dibaca
@@ -762,7 +764,7 @@ DocType: Event,orange,Jeruk
apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,Tidak ada {0} ditemukan apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,Tidak ada {0} ditemukan
apps/frappe/frappe/config/setup.py +242,Add custom forms.,Tambah form kustom. apps/frappe/frappe/config/setup.py +242,Add custom forms.,Tambah form kustom.
apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} di {2} apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} di {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +419,submitted this document,disampaikan dokumen ini
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,submitted this document,disampaikan dokumen ini
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,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. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,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: Communication,CC,CC
DocType: Country,Geo,Geo DocType: Country,Geo,Geo
@@ -812,7 +814,7 @@ DocType: DocType,Hide Toolbar,Sembunyikan Toolbar
DocType: User,Last Active,Terakhir Aktif DocType: User,Last Active,Terakhir Aktif
DocType: Email Account,SMTP Settings for outgoing emails,Pengaturan SMTP untuk email keluar DocType: Email Account,SMTP Settings for outgoing emails,Pengaturan SMTP untuk email keluar
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,Impor Gagal apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,Impor Gagal
apps/frappe/frappe/templates/emails/password_update.html +3,Your password has been updated. Here is your new password,Kata sandi Anda telah diperbarui. Berikut adalah password baru Anda
apps/frappe/frappe/templates/emails/password_update.html +2,Your password has been updated. Here is your new password,Kata sandi Anda telah diperbarui. Berikut adalah password baru Anda
DocType: Email Account,Auto Reply Message,Auto Reply Pesan DocType: Email Account,Auto Reply Message,Auto Reply Pesan
DocType: Feedback Trigger,Condition,Kondisi DocType: Feedback Trigger,Condition,Kondisi
apps/frappe/frappe/utils/data.py +546,{0} hours ago,{0} jam yang lalu apps/frappe/frappe/utils/data.py +546,{0} hours ago,{0} jam yang lalu
@@ -820,7 +822,6 @@ apps/frappe/frappe/utils/data.py +556,1 month ago,1 bulan lalu
DocType: Contact,User ID,ID Pengguna DocType: Contact,User ID,ID Pengguna
DocType: Communication,Sent,Terkirim DocType: Communication,Sent,Terkirim
DocType: Address,Kerala,Kerala DocType: Address,Kerala,Kerala
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} tahun yang lalu
DocType: File,Lft,lft DocType: File,Lft,lft
DocType: User,Simultaneous Sessions,Sesi simultan DocType: User,Simultaneous Sessions,Sesi simultan
DocType: OAuth Client,Client Credentials,Kredensial klien DocType: OAuth Client,Client Credentials,Kredensial klien
@@ -837,7 +838,7 @@ DocType: Email Queue,Unsubscribe Method,Metode berhenti berlangganan
DocType: GSuite Templates,Related DocType,Terkait DocType DocType: GSuite Templates,Related DocType,Terkait DocType
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,Edit untuk menambahkan konten apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,Edit untuk menambahkan konten
apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,Pilih Bahasa apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,Pilih Bahasa
apps/frappe/frappe/__init__.py +517,No permission for {0},Tidak ada izin untuk {0}
apps/frappe/frappe/__init__.py +518,No permission for {0},Tidak ada izin untuk {0}
DocType: DocType,Advanced,Advanced DocType: DocType,Advanced,Advanced
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,Tampaknya API Key atau API Secret adalah salah !!! apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,Tampaknya API Key atau API Secret adalah salah !!!
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Referensi: {0} {1} apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Referensi: {0} {1}
@@ -869,14 +870,14 @@ DocType: Custom DocPerm,Additional Permissions,Izin Tambahan
DocType: Email Account,Always use Account's Email Address as Sender,Selalu gunakan Alamat Email Account sebagai Sender DocType: Email Account,Always use Account's Email Address as Sender,Selalu gunakan Alamat Email Account sebagai Sender
apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,Masuk untuk berkomentar apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,Masuk untuk berkomentar
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,Mulai memasukkan data di bawah garis ini apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,Mulai memasukkan data di bawah garis ini
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +474,changed values for {0},nilai-nilai berubah untuk {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +476,changed values for {0},nilai-nilai berubah untuk {0}
DocType: Workflow State,retweet,-retweet DocType: Workflow State,retweet,-retweet
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,Tentukan nilai lapangan apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,Tentukan nilai lapangan
DocType: Report,Disabled,Dinonaktifkan DocType: Report,Disabled,Dinonaktifkan
DocType: Workflow State,eye-close,eye-close DocType: Workflow State,eye-close,eye-close
DocType: OAuth Provider Settings,OAuth Provider Settings,Pengaturan OAuth Provider DocType: OAuth Provider Settings,OAuth Provider Settings,Pengaturan OAuth Provider
apps/frappe/frappe/config/setup.py +254,Applications,Aplikasi apps/frappe/frappe/config/setup.py +254,Applications,Aplikasi
apps/frappe/frappe/public/js/frappe/request.js +349,Report this issue,Melaporkan masalah ini
apps/frappe/frappe/public/js/frappe/request.js +353,Report this issue,Melaporkan masalah ini
apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,Nama dibutuhkan apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,Nama dibutuhkan
DocType: Custom Script,Adds a custom script (client or server) to a DocType,Menambahkan custom script (client atau server) ke DOCTYPE DocType: Custom Script,Adds a custom script (client or server) to a DocType,Menambahkan custom script (client atau server) ke DOCTYPE
DocType: Address,City/Town,Kota / Kota DocType: Address,City/Town,Kota / Kota
@@ -960,7 +961,7 @@ DocType: Web Form,Actions,Tindakan
DocType: Workflow State,align-justify,rata-kanan-kiri DocType: Workflow State,align-justify,rata-kanan-kiri
DocType: User,Middle Name (Optional),Nama Tengah (Opsional) DocType: User,Middle Name (Optional),Nama Tengah (Opsional)
apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,Tidak Diijinkan apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,Tidak Diijinkan
apps/frappe/frappe/public/js/frappe/ui/field_group.js +83,Following fields have missing values:,bidang berikut memiliki nilai yang hilang:
apps/frappe/frappe/public/js/frappe/ui/field_group.js +97,Following fields have missing values:,bidang berikut memiliki nilai yang hilang:
apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,Anda tidak memiliki izin yang cukup untuk menyelesaikan tindakan apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,Anda tidak memiliki izin yang cukup untuk menyelesaikan tindakan
apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,No Results apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,No Results
DocType: System Settings,Security,Keamanan DocType: System Settings,Security,Keamanan
@@ -1003,7 +1004,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js +133,Hide Details,Sembunyikan
DocType: Workflow State,Tasks,tugas DocType: Workflow State,Tasks,tugas
DocType: Event,Tuesday,Selasa DocType: Event,Tuesday,Selasa
DocType: Blog Settings,Blog Settings,Pengaturan Blog DocType: Blog Settings,Blog Settings,Pengaturan Blog
apps/frappe/frappe/templates/emails/new_user.html +17,You can also copy-paste this link in your browser,Anda juga dapat copy-paste link ini di browser Anda
apps/frappe/frappe/templates/emails/new_user.html +16,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 DocType: Workflow State,bullhorn,pengeras suara
DocType: Social Login Keys,Facebook Client Secret,Facebook Client Rahasia DocType: Social Login Keys,Facebook Client Secret,Facebook Client Rahasia
DocType: Footer Item,Target,Sasaran DocType: Footer Item,Target,Sasaran
@@ -1015,12 +1016,12 @@ DocType: ToDo,Due Date,Tanggal Jatuh Tempo
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,hari pembayaran tiap tiga bulan apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,hari pembayaran tiap tiga bulan
DocType: Social Login Keys,Google Client Secret,Google Client Rahasia DocType: Social Login Keys,Google Client Secret,Google Client Rahasia
DocType: Website Settings,Hide Footer Signup,Sembunyikan Footer Daftar DocType: Website Settings,Hide Footer Signup,Sembunyikan Footer Daftar
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,cancelled this document,dibatalkan dokumen ini
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +423,cancelled this document,dibatalkan dokumen ini
apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,Menulis sebuah file Python dalam folder yang sama di mana ini disimpan dan kembali kolom dan hasilnya. apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,Menulis sebuah file Python dalam folder yang sama di mana ini disimpan dan kembali kolom dan hasilnya.
DocType: DocType,Sort Field,Urutkan Lapangan DocType: DocType,Sort Field,Urutkan Lapangan
DocType: Razorpay Settings,Razorpay Settings,Pengaturan Razorpay DocType: Razorpay Settings,Razorpay Settings,Pengaturan Razorpay
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +445,Edit Filter,Mengedit Filter
apps/frappe/frappe/core/doctype/doctype/doctype.py +415,Field {0} of type {1} cannot be mandatory,Lapangan {0} tipe {1} tidak wajib
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +446,Edit Filter,Mengedit Filter
apps/frappe/frappe/core/doctype/doctype/doctype.py +419,Field {0} of type {1} cannot be mandatory,Lapangan {0} tipe {1} tidak wajib
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,Tambah Lagi apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,Tambah Lagi
apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,Sembunyikan Bagan apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,Sembunyikan Bagan
DocType: System Settings,Session Expiry Mobile,Sesi kadaluarsa Ponsel DocType: System Settings,Session Expiry Mobile,Sesi kadaluarsa Ponsel
@@ -1061,7 +1062,7 @@ DocType: Address,Contacts,Kontak
DocType: System Settings,Setup Complete,Pengaturan Selesai DocType: System Settings,Setup Complete,Pengaturan Selesai
apps/frappe/frappe/config/setup.py +66,Report of all document shares,Laporan dari seluruh saham dokumen apps/frappe/frappe/config/setup.py +66,Report of all document shares,Laporan dari seluruh saham dokumen
apps/frappe/frappe/www/update-password.html +18,New Password,Kata sandi Baru apps/frappe/frappe/www/update-password.html +18,New Password,Kata sandi Baru
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +73,Filter {0} missing,Filter {0} hilang
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +74,Filter {0} missing,Filter {0} hilang
apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,Maaf! Anda tidak dapat menghapus komentar yang dihasilkan secara otomatis apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,Maaf! Anda tidak dapat menghapus komentar yang dihasilkan secara otomatis
DocType: Website Theme,Style using CSS,Style menggunakan CSS DocType: Website Theme,Style using CSS,Style menggunakan CSS
apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,Referensi DocType apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,Referensi DocType
@@ -1126,7 +1127,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +127,Help on Searc
apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,Terdaftar tapi dinonaktifkan apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,Terdaftar tapi dinonaktifkan
DocType: DocType,Hide Copy,Sembunyikan Duplikat DocType: DocType,Hide Copy,Sembunyikan Duplikat
apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,Hapus semua peran apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,Hapus semua peran
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +114,{0} generated on {1},{0} dihasilkan pada {1}
apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} harus merupakan kode unik apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} harus merupakan kode unik
apps/frappe/frappe/permissions.py +274,Row,Baris apps/frappe/frappe/permissions.py +274,Row,Baris
DocType: DocType,Track Changes,Lacak Perubahan DocType: DocType,Track Changes,Lacak Perubahan
@@ -1177,11 +1177,11 @@ DocType: User,Github User ID,Github Pengguna ID
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,Jika Document Type apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,Jika Document Type
apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","Tidak dapat menghapus atau membatalkan karena {0} <a href=""#Form/{0}/{1}"">{1}</a> terkait dengan {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}" apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","Tidak dapat menghapus atau membatalkan karena {0} <a href=""#Form/{0}/{1}"">{1}</a> terkait dengan {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}"
apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},Diketahui app {0} apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},Diketahui app {0}
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +48,"%s is not a valid report format. Report format should \
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +49,"%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 one of the following %s",%s bukan format laporan yang valid. Format laporan harus \ salah satu %s berikut
DocType: Communication,Chat,Obrolan DocType: Communication,Chat,Obrolan
apps/frappe/frappe/core/doctype/doctype/doctype.py +408,Fieldname {0} appears multiple times in rows {1},Fieldname {0} muncul beberapa kali dalam baris {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +460,{0} from {1} to {2} in row #{3},{0} dari {1} ke {2} berturut-turut # {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +412,Fieldname {0} appears multiple times in rows {1},Fieldname {0} muncul beberapa kali dalam baris {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +462,{0} from {1} to {2} in row #{3},{0} dari {1} ke {2} berturut-turut # {3}
DocType: Communication,Expired,Expired DocType: Communication,Expired,Expired
DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),Jumlah kolom untuk lapangan di Grid (Jumlah Kolom dalam kotak harus kurang dari 11) DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),Jumlah kolom untuk lapangan di Grid (Jumlah Kolom dalam kotak harus kurang dari 11)
DocType: DocType,System,Sistem DocType: DocType,System,Sistem
@@ -1196,7 +1196,7 @@ DocType: Help Article,Likes,Suka
DocType: Website Settings,Top Bar,Top Bar DocType: Website Settings,Top Bar,Top Bar
DocType: GSuite Settings,Script Code,Kode Script DocType: GSuite Settings,Script Code,Kode Script
apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,Buat Email Pengguna apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,Buat Email Pengguna
apps/frappe/frappe/core/doctype/doctype/doctype.py +647,No Permissions Specified,Tidak ada izin yang ditentukan
apps/frappe/frappe/core/doctype/doctype/doctype.py +651,No Permissions Specified,Tidak ada izin yang ditentukan
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,Pengaturan global: Pengguna hanya akan dapat memilih ikon diperiksa apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,Pengaturan global: Pengguna hanya akan dapat memilih ikon diperiksa
apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} tidak ditemukan apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} tidak ditemukan
DocType: Custom Role,Custom Role,Peran kustom DocType: Custom Role,Custom Role,Peran kustom
@@ -1208,12 +1208,12 @@ DocType: Dropbox Settings,Dropbox Access Secret,Dropbox Access Rahasia
apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,Tambahkan Komentar lain apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,Tambahkan Komentar lain
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,mengedit DocType apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,mengedit DocType
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,Berhenti berlangganan dari Newsletter apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,Berhenti berlangganan dari Newsletter
apps/frappe/frappe/core/doctype/doctype/doctype.py +507,Fold must come before a Section Break,Lipat harus datang sebelum Bagian istirahat
apps/frappe/frappe/core/doctype/doctype/doctype.py +511,Fold must come before a Section Break,Lipat harus datang sebelum Bagian istirahat
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,Dalam pengembangan apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,Dalam pengembangan
apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,Terakhir Diubah Dengan apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,Terakhir Diubah Dengan
DocType: Workflow State,hand-down,tangan-ke bawah DocType: Workflow State,hand-down,tangan-ke bawah
DocType: Address,GST State,Negara bagian DocType: Address,GST State,Negara bagian
apps/frappe/frappe/core/doctype/doctype/doctype.py +695,{0}: Cannot set Cancel without Submit,{0}: Tidak dapat mengatur Pembatalan tanpa melakukan penyerahan
apps/frappe/frappe/core/doctype/doctype/doctype.py +699,{0}: Cannot set Cancel without Submit,{0}: Tidak dapat mengatur Pembatalan tanpa melakukan penyerahan
DocType: Website Theme,Theme,Tema DocType: Website Theme,Theme,Tema
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,Ada kesalahan. apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,Ada kesalahan.
DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,Redirect URI Bound Untuk Kode Tupoksi DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,Redirect URI Bound Untuk Kode Tupoksi
@@ -1252,7 +1252,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +7,
apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,Tambahkan komentar apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,Tambahkan komentar
DocType: DocField,Mandatory,Wajib DocType: DocField,Mandatory,Wajib
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,Modul untuk Ekspor apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,Modul untuk Ekspor
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,{0}: No basic permissions set,{0}: Tidak ada perizinan dasar yang ditetapkan
apps/frappe/frappe/core/doctype/doctype/doctype.py +663,{0}: No basic permissions set,{0}: Tidak ada perizinan dasar yang ditetapkan
apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,Langganan Anda akan berakhir pada {0}. apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,Langganan Anda akan berakhir pada {0}.
apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},Download link untuk cadangan Anda akan dikirimkan melalui email pada alamat email berikut: {0} apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},Download link untuk cadangan Anda akan dikirimkan melalui email pada alamat email berikut: {0}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","Artinya dari Submit, Batal, Amend" apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","Artinya dari Submit, Batal, Amend"
@@ -1267,6 +1267,7 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +129,Filters sa
DocType: DocField,Percent,Persen DocType: DocField,Percent,Persen
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,Silakan set filter apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,Silakan set filter
apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,Terhubung Dengan apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,Terhubung Dengan
apps/frappe/frappe/templates/emails/auto_email_report.html +48,Edit Auto Email Report Settings,Edit Setelan Laporan Email Otomatis
DocType: Workflow State,book,buku DocType: Workflow State,book,buku
DocType: Website Settings,Landing Page,Halaman Arahan DocType: Website Settings,Landing Page,Halaman Arahan
apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,Kesalahan Custom Script apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,Kesalahan Custom Script
@@ -1275,7 +1276,7 @@ apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +132,"Import R
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,Tidak ada Izin ditetapkan untuk kriteria ini. apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,Tidak ada Izin ditetapkan untuk kriteria ini.
DocType: Auto Email Report,Auto Email Report,Auto Email Laporan DocType: Auto Email Report,Auto Email Report,Auto Email Laporan
apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,Max Email apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,Max Email
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +575,Delete comment?,Hapus komentar?
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +577,Delete comment?,Hapus komentar?
DocType: Address Template,This format is used if country specific format is not found,Format ini digunakan jika format khusus negara tidak ditemukan DocType: Address Template,This format is used if country specific format is not found,Format ini digunakan jika format khusus negara tidak ditemukan
DocType: System Settings,Allow Login using Mobile Number,Izinkan Login menggunakan Nomor Handphone DocType: System Settings,Allow Login using Mobile Number,Izinkan Login menggunakan Nomor Handphone
apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,Anda tidak memiliki izin yang cukup untuk mengakses sumber ini. Silahkan hubungi manajer Anda untuk mendapatkan akses. apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,Anda tidak memiliki izin yang cukup untuk mengakses sumber ini. Silahkan hubungi manajer Anda untuk mendapatkan akses.
@@ -1291,7 +1292,7 @@ DocType: Print Format,Monospace,Monospace
DocType: Letter Head,Printing,Pencetakan DocType: Letter Head,Printing,Pencetakan
DocType: Workflow State,thumbs-up,thumbs-up DocType: Workflow State,thumbs-up,thumbs-up
DocType: DocPerm,DocPerm,DocPerm DocType: DocPerm,DocPerm,DocPerm
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Precision should be between 1 and 6,Presisi harus antara 1 dan 6
apps/frappe/frappe/core/doctype/doctype/doctype.py +467,Precision should be between 1 and 6,Presisi harus antara 1 dan 6
apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},Fw: {0} apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},Fw: {0}
apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,dan apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,dan
DocType: Error Snapshot,Frames,Frame DocType: Error Snapshot,Frames,Frame
@@ -1304,9 +1305,10 @@ apps/frappe/frappe/utils/boilerplate.py +263,{app_title},{app_title}
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,Silakan set tombol akses Dropbox di situs config Anda apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,Silakan set tombol akses Dropbox di situs config Anda
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Menghapus catatan ini untuk memungkinkan pengiriman ke alamat email ini apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Menghapus catatan ini untuk memungkinkan pengiriman ke alamat email ini
apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,Hanya bidang wajib diperlukan untuk catatan baru. Anda dapat menghapus kolom non-wajib jika Anda inginkan. apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,Hanya bidang wajib diperlukan untuk catatan baru. Anda dapat menghapus kolom non-wajib jika Anda inginkan.
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +269,Unable to update event,Tidak dapat memperbarui acara
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +262,Unable to update event,Tidak dapat memperbarui acara
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Lengkap pembayaran apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Lengkap pembayaran
apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","Filter harus memiliki 4 nilai (doctype, fieldname, operator, value): {0}" apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","Filter harus memiliki 4 nilai (doctype, fieldname, operator, value): {0}"
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,Tidak ada Kerangka Alamat default yang ditemukan. Buat yang baru dari Setup&gt; Printing and Branding&gt; Address Template.
apps/frappe/frappe/utils/bot.py +89,show,menunjukkan apps/frappe/frappe/utils/bot.py +89,show,menunjukkan
DocType: Address Template,Address Template,Template Alamat DocType: Address Template,Address Template,Template Alamat
DocType: Workflow State,text-height,text-height DocType: Workflow State,text-height,text-height
@@ -1359,7 +1361,6 @@ apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +6,Can Write
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Dokumen-dokumen tertentu, seperti Faktur, tidak boleh berubah sekali final. Keadaan akhir untuk dokumen tersebut disebut Dikirim. Anda dapat membatasi peran yang dapat Submit." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Dokumen-dokumen tertentu, seperti Faktur, tidak boleh berubah sekali final. Keadaan akhir untuk dokumen tersebut disebut Dikirim. Anda dapat membatasi peran yang dapat Submit."
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,Anda tidak diizinkan untuk mengekspor laporan ini apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,Anda tidak diizinkan untuk mengekspor laporan ini
apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 item yang dipilih apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 item yang dipilih
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Tidak ada hasil yang ditemukan untuk ' </p>
DocType: Newsletter,Test Email Address,Uji Alamat Email DocType: Newsletter,Test Email Address,Uji Alamat Email
DocType: ToDo,Sender,Pengirim DocType: ToDo,Sender,Pengirim
DocType: GSuite Settings,Google Apps Script,Skrip Google Apps DocType: GSuite Settings,Google Apps Script,Skrip Google Apps
@@ -1372,7 +1373,7 @@ DocType: System Settings,Allow only one session per user,Hanya mengizinkan satu
apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,Salin apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,Salin
apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,Rumah / Test Folder 1 / Test Folder 3 apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,Rumah / Test Folder 1 / Test Folder 3
DocType: Website Settings,&lt;head&gt; HTML,&lt;head&gt; HTML DocType: Website Settings,&lt;head&gt; HTML,&lt;head&gt; HTML
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +66,Select or drag across time slots to create a new event.,Pilih atau seret di slot waktu untuk membuat acara baru.
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +67,Select or drag across time slots to create a new event.,Pilih atau seret di slot waktu untuk membuat acara baru.
DocType: DocField,In Filter,Dalam Filter DocType: DocField,In Filter,Dalam Filter
apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,kanban apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,kanban
DocType: DocType,Show in Module Section,Tampilkan dalam Bagian Modul DocType: DocType,Show in Module Section,Tampilkan dalam Bagian Modul
@@ -1393,7 +1394,7 @@ apps/frappe/frappe/email/doctype/email_account/email_account_list.js +6,Default
apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,impor .zip apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,impor .zip
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,dokumen ID apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,dokumen ID
DocType: Print Settings,Letter,Surat DocType: Print Settings,Letter,Surat
apps/frappe/frappe/core/doctype/doctype/doctype.py +556,Image field must be of type Attach Image,bidang gambar harus dari jenis Lampirkan gambar
apps/frappe/frappe/core/doctype/doctype/doctype.py +560,Image field must be of type Attach Image,bidang gambar harus dari jenis Lampirkan gambar
DocType: DocField,Columns,kolom DocType: DocField,Columns,kolom
DocType: Async Task,Succeeded,Berhasil DocType: Async Task,Succeeded,Berhasil
apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},Bidang wajib yang dibutuhkan dalam {0} apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},Bidang wajib yang dibutuhkan dalam {0}
@@ -1444,7 +1445,7 @@ DocType: DocField,Text Editor,Teks Editor
apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,Pengaturan Tentang Kami PT. apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,Pengaturan Tentang Kami PT.
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,Mengedit Custom HTML apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,Mengedit Custom HTML
DocType: Error Snapshot,Error Snapshot,Kesalahan Snapshot DocType: Error Snapshot,Error Snapshot,Kesalahan Snapshot
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,In,... Dalam
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,In,... Dalam
DocType: Email Alert,Value Change,Nilai Perubahan DocType: Email Alert,Value Change,Nilai Perubahan
DocType: Standard Reply,Standard Reply,Standard Reply DocType: Standard Reply,Standard Reply,Standard Reply
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,Lebar kotak input apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,Lebar kotak input
@@ -1464,12 +1465,11 @@ apps/frappe/frappe/public/js/frappe/views/communication.js +82,Select Attachment
apps/frappe/frappe/model/naming.py +94, for {0},untuk {0} apps/frappe/frappe/model/naming.py +94, for {0},untuk {0}
apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,Ada kesalahan. Laporkan ini. apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,Ada kesalahan. Laporkan ini.
apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,Anda tidak diizinkan untuk mencetak dokumen ini apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,Anda tidak diizinkan untuk mencetak dokumen ini
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +107,Please set filters value in Report Filter table.,Silakan menetapkan nilai filter dalam Laporan Filter meja.
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +120,Please set filters value in Report Filter table.,Silakan menetapkan nilai filter dalam Laporan Filter meja.
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,Memuat Laporan apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,Memuat Laporan
apps/frappe/frappe/limits.py +72,Your subscription will expire today.,Langganan Anda akan berakhir hari ini. apps/frappe/frappe/limits.py +72,Your subscription will expire today.,Langganan Anda akan berakhir hari ini.
DocType: Page,Standard,Standar DocType: Page,Standard,Standar
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Lampirkan Berkas apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Lampirkan Berkas
apps/frappe/frappe/templates/emails/password_update.html +1,Password Update Notification,Sandi Perbarui Pemberitahuan
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Ukuran apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Ukuran
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Tugas Lengkap apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Tugas Lengkap
DocType: Custom DocPerm,User Permission DocTypes,Doctypes pengguna Izin DocType: Custom DocPerm,User Permission DocTypes,Doctypes pengguna Izin
@@ -1482,6 +1482,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +10,Insert Abo
apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,Nama-nama umum dan nama keluarga mudah ditebak. apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,Nama-nama umum dan nama keluarga mudah ditebak.
apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,Konsep apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,Konsep
apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,Hal ini mirip dengan password yang umum digunakan. apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,Hal ini mirip dengan password yang umum digunakan.
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Tidak ada hasil yang ditemukan untuk ' </p>
DocType: User,Female,Perempuan DocType: User,Female,Perempuan
DocType: Print Settings,Modern,Modern DocType: Print Settings,Modern,Modern
apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,Hasil Pencarian apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,Hasil Pencarian
@@ -1536,7 +1537,7 @@ apps/frappe/frappe/core/doctype/file/file_list.js +65,Folder name should not inc
DocType: Note,Note,Catatan DocType: Note,Note,Catatan
apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,Laporan Kesalahan apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,Laporan Kesalahan
apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,Kondisi umpan balik tidak cocok apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,Kondisi umpan balik tidak cocok
apps/frappe/frappe/core/doctype/doctype/doctype.py +570,Timeline field must be a valid fieldname,bidang Timeline harus fieldname valid
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a valid fieldname,bidang Timeline harus fieldname valid
DocType: Currency,Symbol,Simbol DocType: Currency,Symbol,Simbol
apps/frappe/frappe/model/base_document.py +534,Row #{0}:,Row # {0}: apps/frappe/frappe/model/base_document.py +534,Row #{0}:,Row # {0}:
apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,New password email apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,New password email
@@ -1593,8 +1594,7 @@ DocType: Web Page,Text Align,Teks Align
apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},Nama tidak boleh berisi karakter khusus seperti {0} apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},Nama tidak boleh berisi karakter khusus seperti {0}
DocType: Contact Us Settings,Forward To Email Address,Forward Ke Alamat Email DocType: Contact Us Settings,Forward To Email Address,Forward Ke Alamat Email
apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,Tampilkan semua data apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,Tampilkan semua data
apps/frappe/frappe/core/doctype/doctype/doctype.py +527,Title field must be a valid fieldname,Judul lapangan harus fieldname valid
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,Akun Email tidak disiapkan Buat Akun Email baru dari Setup&gt; Email&gt; Email Account
apps/frappe/frappe/core/doctype/doctype/doctype.py +531,Title field must be a valid fieldname,Judul lapangan harus fieldname valid
apps/frappe/frappe/config/core.py +7,Documents,Docuements apps/frappe/frappe/config/core.py +7,Documents,Docuements
DocType: Email Flag Queue,Is Completed,Apakah selesai DocType: Email Flag Queue,Is Completed,Apakah selesai
apps/frappe/frappe/www/me.html +22,Edit Profile,Edit Profile apps/frappe/frappe/www/me.html +22,Edit Profile,Edit Profile
@@ -1646,7 +1646,7 @@ DocType: Standard Reply,Standard Reply Help,Standard Balas Bantuan
DocType: Blogger,Avatar,Avatar DocType: Blogger,Avatar,Avatar
DocType: Blogger,Posts,Posts DocType: Blogger,Posts,Posts
DocType: DocType,Has Web View,Memiliki Web View DocType: DocType,Has Web View,Memiliki Web View
apps/frappe/frappe/core/doctype/doctype/doctype.py +377,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","Nama DocType harus dimulai dengan huruf dan hanya dapat terdiri dari huruf, angka, spasi dan garis bawah"
apps/frappe/frappe/core/doctype/doctype/doctype.py +381,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","Nama DocType harus dimulai dengan huruf dan hanya dapat terdiri dari huruf, angka, spasi dan garis bawah"
DocType: Communication,Spam,Spam DocType: Communication,Spam,Spam
DocType: Integration Request,Integration Request,integrasi Permintaan DocType: Integration Request,Integration Request,integrasi Permintaan
apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,Kepada Yth. apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,Kepada Yth.
@@ -1682,7 +1682,7 @@ DocType: Website Settings,Sub-domain provided by erpnext.com,Sub-domain yang dis
DocType: System Settings,dd-mm-yyyy,dd-mm-yyyy DocType: System Settings,dd-mm-yyyy,dd-mm-yyyy
apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,Harus memiliki ijin laporan untuk mengakses laporan ini. apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,Harus memiliki ijin laporan untuk mengakses laporan ini.
apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,Harap pilih Skor Minimum Kata Sandi apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,Harap pilih Skor Minimum Kata Sandi
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,Added,Ditambahkan
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,Added,Ditambahkan
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.","Informasi saja, jangan masukkan rekor baru." apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.","Informasi saja, jangan masukkan rekor baru."
apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,Harian Kegiatan Digest dikirim untuk Kalender Acara di mana pengingat ditetapkan. apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,Harian Kegiatan Digest dikirim untuk Kalender Acara di mana pengingat ditetapkan.
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,Lihat Situs Web apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,Lihat Situs Web
@@ -1696,7 +1696,7 @@ DocType: Integration Request,Reference DocName,Referensi DocName
DocType: Web Form,Success Message,Sukses Pesan DocType: Web Form,Success Message,Sukses Pesan
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,Kustomisasi ekspor apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,Kustomisasi ekspor
DocType: DocType,User Cannot Search,Pengguna tidak bisa Cari DocType: DocType,User Cannot Search,Pengguna tidak bisa Cari
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +83,Invalid Output Format,Output Format valid
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Invalid Output Format,Output Format valid
DocType: Custom DocPerm,Apply this rule if the User is the Owner,Menerapkan aturan ini jika pengguna adalah pemilik DocType: Custom DocPerm,Apply this rule if the User is the Owner,Menerapkan aturan ini jika pengguna adalah pemilik
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,Akan menjadi ID login anda apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,Akan menjadi ID login anda
apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,Buat Laporan apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,Buat Laporan
@@ -1714,10 +1714,11 @@ apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +138,There were e
apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,Tutup apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,Tutup
apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,Tidak dapat mengubah docstatus dari 0 ke 2 apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,Tidak dapat mengubah docstatus dari 0 ke 2
DocType: User Permission for Page and Report,Roles Permission,peran Izin DocType: User Permission for Page and Report,Roles Permission,peran Izin
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,Akun Email tidak disiapkan Buat Akun Email baru dari Setup&gt; Email&gt; Email Account
apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,Perbarui apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,Perbarui
DocType: Error Snapshot,Snapshot View,Snapshot View DocType: Error Snapshot,Snapshot View,Snapshot View
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,Harap menyimpan Newsletter sebelum dikirim apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,Harap menyimpan Newsletter sebelum dikirim
apps/frappe/frappe/core/doctype/doctype/doctype.py +426,Options must be a valid DocType for field {0} in row {1},Pilihan harus DocType valid untuk bidang {0} berturut-turut {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +430,Options must be a valid DocType for field {0} in row {1},Pilihan harus DocType valid untuk bidang {0} berturut-turut {1}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,Edit Properties apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,Edit Properties
DocType: Patch Log,List of patches executed,Daftar patch dieksekusi DocType: Patch Log,List of patches executed,Daftar patch dieksekusi
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} sudah berhenti berlangganan apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} sudah berhenti berlangganan
@@ -1810,7 +1811,7 @@ apps/frappe/frappe/core/doctype/version/version_view.html +32,Rows Added,baris D
apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,Keberhasilan! Anda baik untuk pergi 👍 apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,Keberhasilan! Anda baik untuk pergi 👍
apps/frappe/frappe/www/me.html +3,My Account,Akun Saya apps/frappe/frappe/www/me.html +3,My Account,Akun Saya
DocType: ToDo,Allocated To,Dialokasikan Untuk DocType: ToDo,Allocated To,Dialokasikan Untuk
apps/frappe/frappe/templates/emails/password_reset.html +4,Please click on the following link to set your new password,Silahkan klik pada link berikut untuk mengatur password baru anda
apps/frappe/frappe/templates/emails/password_reset.html +2,Please click on the following link to set your new password,Silahkan klik pada link berikut untuk mengatur password baru anda
DocType: Email Alert,Days After,Setelah hari DocType: Email Alert,Days After,Setelah hari
DocType: Newsletter,Receipient,receipient DocType: Newsletter,Receipient,receipient
DocType: Contact Us Settings,Settings for Contact Us Page,Pengaturan untuk Hubungi Kami Halaman DocType: Contact Us Settings,Settings for Contact Us Page,Pengaturan untuk Hubungi Kami Halaman
@@ -1824,7 +1825,7 @@ DocType: Property Setter,Property Type,Jenis properti
DocType: Workflow State,screenshot,screenshot DocType: Workflow State,screenshot,screenshot
apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,Hanya Administrator dapat menyimpan laporan standar. Silahkan mengubah nama dan simpan. apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,Hanya Administrator dapat menyimpan laporan standar. Silahkan mengubah nama dan simpan.
DocType: System Settings,Background Workers,Pekerja latar belakang DocType: System Settings,Background Workers,Pekerja latar belakang
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,Fieldname {0} conflicting with meta object,Fieldname {0} bertentangan dengan objek meta
apps/frappe/frappe/core/doctype/doctype/doctype.py +783,Fieldname {0} conflicting with meta object,Fieldname {0} bertentangan dengan objek meta
DocType: Deleted Document,Data,Data DocType: Deleted Document,Data,Data
apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,Dokumen Status apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,Dokumen Status
apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},Anda telah membuat {0} dari {1} apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},Anda telah membuat {0} dari {1}
@@ -1888,7 +1889,6 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +70,"""Parent"" signif
DocType: Website Theme,Apply Style,Terapkan Gaya DocType: Website Theme,Apply Style,Terapkan Gaya
DocType: Feedback Request,Feedback Rating,Masukan Penilaian DocType: Feedback Request,Feedback Rating,Masukan Penilaian
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,Bersama Dengan apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,Bersama Dengan
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,Setup&gt; User Permissions Manager
DocType: Help Category,Help Articles,Bantuan Artikel DocType: Help Category,Help Articles,Bantuan Artikel
,Modules Setup,Modul Pengaturan ,Modules Setup,Modul Pengaturan
apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,Jenis: apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,Jenis:
@@ -1934,12 +1934,11 @@ apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 2,Opsi
DocType: Feedback Trigger,Email Field,email Lapangan DocType: Feedback Trigger,Email Field,email Lapangan
apps/frappe/frappe/www/update-password.html +59,New Password Required.,Password Baru Diperlukan. apps/frappe/frappe/www/update-password.html +59,New Password Required.,Password Baru Diperlukan.
apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} berbagi dokumen ini dengan {1} apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} berbagi dokumen ini dengan {1}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,Setup&gt; Pengguna
DocType: Website Settings,Brand Image,brand Image DocType: Website Settings,Brand Image,brand Image
DocType: Print Settings,A4,A4 DocType: Print Settings,A4,A4
apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","Setup atas bar navigasi, footer dan logo." apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","Setup atas bar navigasi, footer dan logo."
DocType: Web Form Field,Max Value,Max Nilai DocType: Web Form Field,Max Value,Max Nilai
apps/frappe/frappe/core/doctype/doctype/doctype.py +655,For {0} at level {1} in {2} in row {3},Untuk {0} pada tingkat {1} dalam {2} berturut-turut {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,For {0} at level {1} in {2} in row {3},Untuk {0} pada tingkat {1} dalam {2} berturut-turut {3}
DocType: Contact,All,Semua DocType: Contact,All,Semua
DocType: Email Queue,Recipient,Penerima DocType: Email Queue,Recipient,Penerima
DocType: Communication,Has Attachment,memiliki Lampiran DocType: Communication,Has Attachment,memiliki Lampiran
@@ -1957,7 +1956,7 @@ DocType: Auto Email Report,Email To,Email Untuk
apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,Folder {0} tidak kosong apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,Folder {0} tidak kosong
DocType: Page,Roles,4.1.2 Roles(Peran) DocType: Page,Roles,4.1.2 Roles(Peran)
apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},Kesalahan: Nilai yang hilang untuk {0}: {1} apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},Kesalahan: Nilai yang hilang untuk {0}: {1}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +286,Field {0} is not selectable.,Lapangan {0} adalah tidak dapat dipilih.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +287,Field {0} is not selectable.,Lapangan {0} adalah tidak dapat dipilih.
DocType: System Settings,Session Expiry,Sesi kadaluarsa DocType: System Settings,Session Expiry,Sesi kadaluarsa
DocType: Workflow State,ban-circle,lingkaran-larangan DocType: Workflow State,ban-circle,lingkaran-larangan
DocType: Email Flag Queue,Unread,belum dibaca DocType: Email Flag Queue,Unread,belum dibaca
@@ -2015,7 +2014,7 @@ DocType: DocType,"Naming Options:
<ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",Penamaan Pilihan: <ol><li> <b>Bidang: [fieldname]</b> - Oleh Lapangan </li><li> <b>naming_series:</b> - Dengan Penamaan Series (field yang disebut naming_series harus hadir </li><li> <b>Prompt</b> - pengguna Prompt untuk nama </li><li> <b>[seri]</b> - Series dengan awalan (dipisahkan oleh titik); misalnya PRE. ##### </li></ol> <ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",Penamaan Pilihan: <ol><li> <b>Bidang: [fieldname]</b> - Oleh Lapangan </li><li> <b>naming_series:</b> - Dengan Penamaan Series (field yang disebut naming_series harus hadir </li><li> <b>Prompt</b> - pengguna Prompt untuk nama </li><li> <b>[seri]</b> - Series dengan awalan (dipisahkan oleh titik); misalnya PRE. ##### </li></ol>
DocType: Blog Post,Email Sent,Email Terkirim DocType: Blog Post,Email Sent,Email Terkirim
DocType: DocField,Ignore XSS Filter,Abaikan XSS Filter DocType: DocField,Ignore XSS Filter,Abaikan XSS Filter
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,removed,dihapus
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,removed,dihapus
apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,pengaturan dropbox backup apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,pengaturan dropbox backup
apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,Kirim Sebagai Email apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,Kirim Sebagai Email
DocType: Website Theme,Link Color,Link Color DocType: Website Theme,Link Color,Link Color
@@ -2148,6 +2147,7 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Mem
DocType: DocType,Setup,Pengaturan DocType: DocType,Setup,Pengaturan
DocType: Email Account,Initial Sync Count,Awal Hitungan Sync DocType: Email Account,Initial Sync Count,Awal Hitungan Sync
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Komentar baru pada {0} {1} apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Komentar baru pada {0} {1}
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} tahun yang lalu
DocType: Workflow State,glass,kaca DocType: Workflow State,glass,kaca
DocType: DocType,Timeline Field,Timeline Lapangan DocType: DocType,Timeline Field,Timeline Lapangan
DocType: Country,Time Zones,Zona Waktu DocType: Country,Time Zones,Zona Waktu
@@ -2182,10 +2182,10 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +77,You are not
apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,Info: apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,Info:
DocType: Custom Field,Permission Level,Izin Tingkat DocType: Custom Field,Permission Level,Izin Tingkat
DocType: User,Send Notifications for Transactions I Follow,Kirim Notifikasi Transaksi Saya Ikuti DocType: User,Send Notifications for Transactions I Follow,Kirim Notifikasi Transaksi Saya Ikuti
apps/frappe/frappe/core/doctype/doctype/doctype.py +698,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: Tidak dapat mengatur Pengajuan, Pembatalan, Perubahan tanpa Pencatatan"
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: Tidak dapat mengatur Pengajuan, Pembatalan, Perubahan tanpa Pencatatan"
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,Apakah Anda yakin ingin menghapus lampiran? apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,Apakah Anda yakin ingin menghapus lampiran?
apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","Tidak dapat menghapus atau membatalkan karena {0} <a href=""#Form/{0}/{1}"">{1}</a> terkait dengan {2} <a href=""#Form/{2}/{3}"">{3}</a>" apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","Tidak dapat menghapus atau membatalkan karena {0} <a href=""#Form/{0}/{1}"">{1}</a> terkait dengan {2} <a href=""#Form/{2}/{3}"">{3}</a>"
apps/frappe/frappe/__init__.py +1070,Thank you,Terima kasih
apps/frappe/frappe/__init__.py +1071,Thank you,Terima kasih
apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,Hemat apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,Hemat
DocType: Print Settings,Print Style Preview,Print Style Preview DocType: Print Settings,Print Style Preview,Print Style Preview
apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder
@@ -2229,7 +2229,7 @@ apps/frappe/frappe/public/js/frappe/list/list_renderer.js +501,2 days ago,2 hari
apps/frappe/frappe/config/website.py +47,Categorize blog posts.,Mengkategorikan posting blog. apps/frappe/frappe/config/website.py +47,Categorize blog posts.,Mengkategorikan posting blog.
DocType: Workflow State,Time,Durasi DocType: Workflow State,Time,Durasi
DocType: DocField,Attach,Melampirkan DocType: DocField,Attach,Melampirkan
apps/frappe/frappe/core/doctype/doctype/doctype.py +539,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} bukan pola nama-kolom yang sah. Seharusnya {{field_name}}.
apps/frappe/frappe/core/doctype/doctype/doctype.py +543,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} bukan pola nama-kolom yang sah. Seharusnya {{field_name}}.
DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,Beri Tanggapan Permintaan hanya jika ada setidaknya satu komunikasi yang tersedia untuk dokumen. DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,Beri Tanggapan Permintaan hanya jika ada setidaknya satu komunikasi yang tersedia untuk dokumen.
DocType: Custom Role,Permission Rules,Aturan Izin DocType: Custom Role,Permission Rules,Aturan Izin
DocType: GSuite Settings,GSuite Settings,Pengaturan GSuite DocType: GSuite Settings,GSuite Settings,Pengaturan GSuite
@@ -2249,7 +2249,7 @@ apps/frappe/frappe/website/doctype/blog_post/blog_post.py +106,Posts by {0},Post
apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","Untuk memformat kolom, memberi label kolom dalam query." apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","Untuk memformat kolom, memberi label kolom dalam query."
DocType: Has Domain,Has Domain,Memiliki Domain DocType: Has Domain,Has Domain,Memiliki Domain
apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,Tidak memiliki account? Daftar apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,Tidak memiliki account? Daftar
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,{0}: Cannot set Assign Amend if not Submittable,{0}: Tidak dapat menetapkan perubahan jika dokumen tidak dapat diajukan
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set Assign Amend if not Submittable,{0}: Tidak dapat menetapkan perubahan jika dokumen tidak dapat diajukan
DocType: Address,Bihar,Bihar DocType: Address,Bihar,Bihar
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,Izin mengedit Peran apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,Izin mengedit Peran
DocType: Communication,Link DocType,Link DocType DocType: Communication,Link DocType,Link DocType
@@ -2301,7 +2301,7 @@ DocType: DocField,Set non-standard precision for a Float or Currency field,Set p
DocType: Email Account,Ignore attachments over this size,Abaikan lampiran atas ukuran ini DocType: Email Account,Ignore attachments over this size,Abaikan lampiran atas ukuran ini
DocType: Address,Preferred Billing Address,Disukai Alamat Penagihan DocType: Address,Preferred Billing Address,Disukai Alamat Penagihan
apps/frappe/frappe/config/integrations.py +63,External Documents,Dokumen Eksternal apps/frappe/frappe/config/integrations.py +63,External Documents,Dokumen Eksternal
apps/frappe/frappe/database.py +235,Too many writes in one request. Please send smaller requests,Terlalu banyak menulis dalam satu permintaan. Silakan kirim permintaan yang lebih kecil
apps/frappe/frappe/database.py +247,Too many writes in one request. Please send smaller requests,Terlalu banyak menulis dalam satu permintaan. Silakan kirim permintaan yang lebih kecil
apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,Nilai Berubah apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,Nilai Berubah
DocType: Workflow State,arrow-up,panah-atas DocType: Workflow State,arrow-up,panah-atas
DocType: OAuth Bearer Token,Expires In,Kadaluarsa dalam DocType: OAuth Bearer Token,Expires In,Kadaluarsa dalam
@@ -2349,7 +2349,7 @@ apps/frappe/frappe/core/page/data_import_tool/importer.py +81,Please make sure t
apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,Pastikan bahwa profil Anda memiliki alamat email apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,Pastikan bahwa profil Anda memiliki alamat email
apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,Anda belum menyimpan perubahan pada formulir ini. Silakan simpan sebelum Anda melanjutkan. apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,Anda belum menyimpan perubahan pada formulir ini. Silakan simpan sebelum Anda melanjutkan.
DocType: Address,Telangana,Telangana DocType: Address,Telangana,Telangana
apps/frappe/frappe/core/doctype/doctype/doctype.py +459,Default for {0} must be an option,Default untuk {0} harus menjadi pilihan
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Default for {0} must be an option,Default untuk {0} harus menjadi pilihan
DocType: Tag Doc Category,Tag Doc Category,Tag Doc Kategori DocType: Tag Doc Category,Tag Doc Category,Tag Doc Kategori
DocType: User,User Image,KOSONG DocType: User,User Image,KOSONG
apps/frappe/frappe/email/queue.py +304,Emails are muted,Email akan dinonaktifkan apps/frappe/frappe/email/queue.py +304,Emails are muted,Email akan dinonaktifkan
@@ -2394,7 +2394,7 @@ DocType: Async Task,Running,Menjalankan
apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,Reset Password apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,Reset Password
apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,Harap Upgrade ke menambahkan lebih dari {0} pelanggan apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,Harap Upgrade ke menambahkan lebih dari {0} pelanggan
DocType: Workflow State,hand-left,tangan kiri DocType: Workflow State,hand-left,tangan kiri
apps/frappe/frappe/core/doctype/doctype/doctype.py +472,Fieldtype {0} for {1} cannot be unique,Fieldtype {0} untuk {1} tidak dapat menjadi unik
apps/frappe/frappe/core/doctype/doctype/doctype.py +476,Fieldtype {0} for {1} cannot be unique,Fieldtype {0} untuk {1} tidak dapat menjadi unik
DocType: Email Account,Use SSL,Gunakan SSL DocType: Email Account,Use SSL,Gunakan SSL
DocType: Workflow State,play-circle,bermain-lingkaran DocType: Workflow State,play-circle,bermain-lingkaran
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,Pilih Print Format untuk Mengedit apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,Pilih Print Format untuk Mengedit
@@ -2449,7 +2449,7 @@ DocType: DocField,No Copy,Tidak ada Copy
DocType: Workflow State,qrcode,QRCode DocType: Workflow State,qrcode,QRCode
apps/frappe/frappe/www/login.html +34,Login with LDAP,Masuk dengan LDAP apps/frappe/frappe/www/login.html +34,Login with LDAP,Masuk dengan LDAP
DocType: Web Form,Breadcrumbs,Tepung Roti DocType: Web Form,Breadcrumbs,Tepung Roti
apps/frappe/frappe/core/doctype/doctype/doctype.py +671,If Owner,Jika Owner
apps/frappe/frappe/core/doctype/doctype/doctype.py +675,If Owner,Jika Owner
DocType: OAuth Authorization Code,Expiration time,waktu berakhirnya DocType: OAuth Authorization Code,Expiration time,waktu berakhirnya
DocType: Web Page,Website Sidebar,Sidebar situs DocType: Web Page,Website Sidebar,Sidebar situs
DocType: Web Form,Show Sidebar,Tampilkan Sidebar DocType: Web Form,Show Sidebar,Tampilkan Sidebar
@@ -2620,6 +2620,7 @@ DocType: Portal Settings,Hide Standard Menu,Sembunyikan Menu Standar
apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,Tambahkan / Manage Domain Email. apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,Tambahkan / Manage Domain Email.
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},Tidak dapat membatalkan sebelum mengirimkan. Lihat Transition {0} apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},Tidak dapat membatalkan sebelum mengirimkan. Lihat Transition {0}
apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,Cetak Format {0} dinonaktifkan apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,Cetak Format {0} dinonaktifkan
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,Silakan setup default Email Account dari Setup&gt; Email&gt; Email Account
DocType: Email Alert,Send days before or after the reference date,Kirim hari sebelum atau setelah tanggal referensi DocType: Email Alert,Send days before or after the reference date,Kirim hari sebelum atau setelah tanggal referensi
DocType: User,Allow user to login only after this hour (0-24),Memungkinkan pengguna untuk login hanya setelah jam ini (0-24) DocType: User,Allow user to login only after this hour (0-24),Memungkinkan pengguna untuk login hanya setelah jam ini (0-24)
apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,Nilai apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,Nilai
@@ -2635,7 +2636,6 @@ DocType: ToDo,Priority,Prioritas
DocType: Email Queue,Unsubscribe Param,Unsubscribe Param DocType: Email Queue,Unsubscribe Param,Unsubscribe Param
DocType: Auto Email Report,Weekly,Mingguan DocType: Auto Email Report,Weekly,Mingguan
DocType: Communication,In Reply To,In Reply Untuk DocType: Communication,In Reply To,In Reply Untuk
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,Tidak ada Kerangka Alamat default yang ditemukan. Buat yang baru dari Setup&gt; Printing and Branding&gt; Address Template.
DocType: DocType,Allow Import (via Data Import Tool),Memungkinkan Impor (melalui Alat Import Data) DocType: DocType,Allow Import (via Data Import Tool),Memungkinkan Impor (melalui Alat Import Data)
apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,sr apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,sr
DocType: DocField,Float,Mengapung DocType: DocField,Float,Mengapung
@@ -2678,7 +2678,7 @@ apps/frappe/frappe/templates/emails/auto_reply.html +1,Thank you for your email,
DocType: DocField,Small Text,Teks Kecil DocType: DocField,Small Text,Teks Kecil
apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,Administrator mengakses {0} pada {1} melalui IP Address {2}. apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,Administrator mengakses {0} pada {1} melalui IP Address {2}.
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,Equals apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,Equals
apps/frappe/frappe/core/doctype/doctype/doctype.py +453,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'
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,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 DocType: About Us Settings,Team Members Heading,Anggota Tim Pos
apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,CSV Format valid apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,CSV Format valid
apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,Mengatur Jumlah Backup apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,Mengatur Jumlah Backup
@@ -2712,7 +2712,7 @@ DocType: Kanban Board Column,Column Name,Kolom Nama
DocType: Language,Based On,Berdasarkan DocType: Language,Based On,Berdasarkan
apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,Membuat default apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,Membuat default
apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,Periksa URL Frappe Server apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,Periksa URL Frappe Server
apps/frappe/frappe/core/doctype/doctype/doctype.py +495,Fieldtype {0} for {1} cannot be indexed,Fieldtype {0} untuk {1} tidak dapat diindeks
apps/frappe/frappe/core/doctype/doctype/doctype.py +499,Fieldtype {0} for {1} cannot be indexed,Fieldtype {0} untuk {1} tidak dapat diindeks
DocType: Communication,Email Account,Akun Email DocType: Communication,Email Account,Akun Email
DocType: Workflow State,Download,Unduh DocType: Workflow State,Download,Unduh
DocType: Blog Post,Blog Intro,Blog Intro DocType: Blog Post,Blog Intro,Blog Intro
@@ -2744,15 +2744,15 @@ apps/frappe/frappe/email/doctype/email_group/email_group.js +45,New Newsletter,N
DocType: Print Settings,Send Print as PDF,Kirim Cetak sebagai PDF DocType: Print Settings,Send Print as PDF,Kirim Cetak sebagai PDF
DocType: Web Form,Amount,Jumlah DocType: Web Form,Amount,Jumlah
DocType: Workflow Transition,Allowed,Diizinkan DocType: Workflow Transition,Allowed,Diizinkan
apps/frappe/frappe/core/doctype/doctype/doctype.py +502,There can be only one Fold in a form,Hanya ada satu Fold dalam bentuk
apps/frappe/frappe/core/doctype/doctype/doctype.py +506,There can be only one Fold in a form,Hanya ada satu Fold dalam bentuk
apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},Tidak dapat menulis format file untuk {0} apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},Tidak dapat menulis format file untuk {0}
apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,Mengembalikan ke pengaturan default? apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,Mengembalikan ke pengaturan default?
apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,Valid Halaman apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,Valid Halaman
apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,Valid Login. Coba lagi. apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,Valid Login. Coba lagi.
apps/frappe/frappe/core/doctype/doctype/doctype.py +420,Options required for Link or Table type field {0} in row {1},Pilihan yang diperlukan untuk field tipe Link atau Table {0} pada baris {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +424,Options required for Link or Table type field {0} in row {1},Pilihan yang diperlukan untuk field tipe Link atau Table {0} pada baris {1}
DocType: Auto Email Report,Send only if there is any data,Kirim hanya jika ada data DocType: Auto Email Report,Send only if there is any data,Kirim hanya jika ada data
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,Atur Ulang Filter apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,Atur Ulang Filter
apps/frappe/frappe/core/doctype/doctype/doctype.py +688,{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
apps/frappe/frappe/core/doctype/doctype/doctype.py +692,{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
apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},Tugas ditutup oleh {0} apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},Tugas ditutup oleh {0}
DocType: Integration Request,Remote,Terpencil DocType: Integration Request,Remote,Terpencil
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,Menghitung apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,Menghitung
@@ -2772,7 +2772,7 @@ DocType: DocField,Perm Level,Perm Tingkat
apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,Acara Dalam Kalender Hari ini apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,Acara Dalam Kalender Hari ini
DocType: Web Page,Web Page,Halaman web DocType: Web Page,Web Page,Halaman web
DocType: Blog Category,Blogger,Blogger DocType: Blog Category,Blogger,Blogger
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In Global Search' not allowed for type {0} in row {1},&#39;Di Global Search&#39; tidak diizinkan untuk mengetik {0} pada baris {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +449,'In Global Search' not allowed for type {0} in row {1},&#39;Di Global Search&#39; tidak diizinkan untuk mengetik {0} pada baris {1}
apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,Lihat Daftar apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,Lihat Daftar
apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},Tanggal harus dalam format: {0} apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},Tanggal harus dalam format: {0}
DocType: Workflow,Don't Override Status,Jangan Override Status DocType: Workflow,Don't Override Status,Jangan Override Status
@@ -2821,7 +2821,7 @@ DocType: Website Theme,Background,Latar Belakang
DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","JSON daftar Doctypes digunakan untuk menerapkan Izin Pengguna. Jika kosong, semua Doctypes terkait akan digunakan untuk menerapkan Izin Pengguna." DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","JSON daftar Doctypes digunakan untuk menerapkan Izin Pengguna. Jika kosong, semua Doctypes terkait akan digunakan untuk menerapkan Izin Pengguna."
DocType: Report,Ref DocType,DocType Ref DocType: Report,Ref DocType,DocType Ref
apps/frappe/frappe/www/feedback.py +42,Please add a rating,Harap tambahkan nilai apps/frappe/frappe/www/feedback.py +42,Please add a rating,Harap tambahkan nilai
apps/frappe/frappe/core/doctype/doctype/doctype.py +700,{0}: Cannot set Amend without Cancel,{0}: Tidak dapat melakukan Perubahan tanpa Pembatalan terlebih dahulu
apps/frappe/frappe/core/doctype/doctype/doctype.py +704,{0}: Cannot set Amend without Cancel,{0}: Tidak dapat melakukan Perubahan tanpa Pembatalan terlebih dahulu
apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,Full Page apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,Full Page
DocType: DocType,Is Child Table,Apakah Anak Table DocType: DocType,Is Child Table,Apakah Anak Table
apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} harus merupakan salah satu {1} apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} harus merupakan salah satu {1}
@@ -2850,7 +2850,7 @@ DocType: Event,Send an email reminder in the morning,Kirim email pengingat di pa
DocType: Blog Post,Published On,Published On DocType: Blog Post,Published On,Published On
DocType: Contact,Gender,Jenis Kelamin DocType: Contact,Gender,Jenis Kelamin
apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,Informasi wajib hilang: apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,Informasi wajib hilang:
apps/frappe/frappe/core/doctype/doctype/doctype.py +492,Field '{0}' cannot be set as Unique as it has non-unique values,Bidang &#39;{0}&#39; tidak dapat ditetapkan sebagai Unik karena memiliki nilai-nilai non-unik
apps/frappe/frappe/core/doctype/doctype/doctype.py +496,Field '{0}' cannot be set as Unique as it has non-unique values,Bidang &#39;{0}&#39; tidak dapat ditetapkan sebagai Unik karena memiliki nilai-nilai non-unik
apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,Hanya 200 sisipan diperbolehkan dalam satu permintaan apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,Hanya 200 sisipan diperbolehkan dalam satu permintaan
DocType: Footer Item,URL,URL DocType: Footer Item,URL,URL
DocType: ToDo,Reference Type,Referensi Type DocType: ToDo,Reference Type,Referensi Type
@@ -2893,8 +2893,8 @@ apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +135,Please save
apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} Pelanggan telah ditambahkan apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} Pelanggan telah ditambahkan
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,Tidak Masuk apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,Tidak Masuk
DocType: Workflow State,star,bintang DocType: Workflow State,star,bintang
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +228,values separated by commas,nilai-nilai dipisahkan oleh koma
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Max width for type Currency is 100px in row {0},Max lebar untuk jenis mata uang adalah 100px berturut-turut {0}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,values separated by commas,nilai-nilai dipisahkan oleh koma
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,Max width for type Currency is 100px in row {0},Max lebar untuk jenis mata uang adalah 100px berturut-turut {0}
apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},Silakan berbagi tanggapan Anda untuk {0} apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},Silakan berbagi tanggapan Anda untuk {0}
apps/frappe/frappe/config/website.py +13,Content web page.,Halaman web konten. apps/frappe/frappe/config/website.py +13,Content web page.,Halaman web konten.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Tambahkan Peran Baru apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Tambahkan Peran Baru
@@ -2912,7 +2912,7 @@ apps/frappe/frappe/public/js/frappe/desk.js +383,Please Enter Your Password to C
apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,Bukan pengguna LDAP valid apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,Bukan pengguna LDAP valid
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} bukan Keadaan yang berlaku apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} bukan Keadaan yang berlaku
apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',Pilih metode pembayaran yang lain. PayPal tidak mendukung transaksi dalam mata uang &#39;{0}&#39; apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',Pilih metode pembayaran yang lain. PayPal tidak mendukung transaksi dalam mata uang &#39;{0}&#39;
apps/frappe/frappe/core/doctype/doctype/doctype.py +519,Search field {0} is not valid,kolom pencarian {0} tidak valid
apps/frappe/frappe/core/doctype/doctype/doctype.py +523,Search field {0} is not valid,kolom pencarian {0} tidak valid
DocType: Workflow State,ok-circle,ok-lingkaran DocType: Workflow State,ok-circle,ok-lingkaran
apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',Anda dapat menemukan hal-hal dengan bertanya &#39;menemukan oranye di pelanggan&#39; apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',Anda dapat menemukan hal-hal dengan bertanya &#39;menemukan oranye di pelanggan&#39;
apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,Mohon Maaf! Pengguna harus memiliki akses penuh untuk merekam mereka sendiri. apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,Mohon Maaf! Pengguna harus memiliki akses penuh untuk merekam mereka sendiri.
@@ -2982,7 +2982,7 @@ DocType: User,Background Style,Gaya Latar
apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},digabung {0} ke {1} apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},digabung {0} ke {1}
DocType: System Settings,mm-dd-yyyy,mm-dd-yyyy DocType: System Settings,mm-dd-yyyy,mm-dd-yyyy
apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} Telah login apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} Telah login
apps/frappe/frappe/templates/emails/new_user.html +4,Your login id is,Id login Anda
apps/frappe/frappe/templates/emails/new_user.html +3,Your login id is,Id login Anda
DocType: OAuth Client,Skip Authorization,Loncat Otorisasi DocType: OAuth Client,Skip Authorization,Loncat Otorisasi
DocType: Web Form,Amount Field,jumlah Lapangan DocType: Web Form,Amount Field,jumlah Lapangan
DocType: Dropbox Settings,Send Notifications To,Kirim Pemberitahuan Untuk DocType: Dropbox Settings,Send Notifications To,Kirim Pemberitahuan Untuk


+ 93
- 93
frappe/translations/is.csv View File

@@ -55,7 +55,7 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +52,Data Import Templa
apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,Parent apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,Parent
DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","Ef slökkt er á, verður lykilorðsstyrkurinn framfylgt miðað við lágmarksviðmiðið. Gildi 2 er miðlungs sterk og 4 er mjög sterk." DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","Ef slökkt er á, verður lykilorðsstyrkurinn framfylgt miðað við lágmarksviðmiðið. Gildi 2 er miðlungs sterk og 4 er mjög sterk."
DocType: About Us Settings,"""Team Members"" or ""Management""",&quot;Team Members&quot; eða &quot;Management&quot; DocType: About Us Settings,"""Team Members"" or ""Management""",&quot;Team Members&quot; eða &quot;Management&quot;
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Default for 'Check' type of field must be either '0' or '1',Sjálfgefið fyrir &#39;Athugaðu&#39; tegund sviði hlýtur að vera annað hvort &quot;0&quot; eða &quot;1&quot;
apps/frappe/frappe/core/doctype/doctype/doctype.py +461,Default for 'Check' type of field must be either '0' or '1',Sjálfgefið fyrir &#39;Athugaðu&#39; tegund sviði hlýtur að vera annað hvort &quot;0&quot; eða &quot;1&quot;
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,Í gær apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,Í gær
DocType: Contact,Designation,Tilnefning DocType: Contact,Designation,Tilnefning
DocType: Test Runner,Test Runner,próf Runner DocType: Test Runner,Test Runner,próf Runner
@@ -71,7 +71,7 @@ DocType: DocType,Is Published Field,Er birt Field
DocType: Email Group,Email Group,Tölvupóstur Group DocType: Email Group,Email Group,Tölvupóstur Group
DocType: Note,Seen By,séð af DocType: Note,Seen By,séð af
apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,Bæta við mörgum apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,Bæta við mörgum
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Not Like,Ekki eins og
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Not Like,Ekki eins og
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,Stilla skjáinn merki fyrir sviði apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,Stilla skjáinn merki fyrir sviði
apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},Rangt gildi: {0} verður að vera {1} {2} apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},Rangt gildi: {0} verður að vera {1} {2}
apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","Breyting sviði eiginleikar (fela, skrifréttinda, leyfi o.fl.)" apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","Breyting sviði eiginleikar (fela, skrifréttinda, leyfi o.fl.)"
@@ -160,7 +160,8 @@ apps/frappe/frappe/public/js/frappe/upload.js +296,Uploading...,Hleður inn ...
DocType: Email Domain,Email Domain,Tölvupóstslén DocType: Email Domain,Email Domain,Tölvupóstslén
DocType: Workflow State,italic,skáletrað DocType: Workflow State,italic,skáletrað
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,Fyrir alla apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,Fyrir alla
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,{0}: Cannot set Import without Create,{0}: Get ekki stillt Import án Búa
apps/frappe/frappe/core/doctype/doctype/doctype.py +706,{0}: Cannot set Import without Create,{0}: Get ekki stillt Import án Búa
apps/frappe/frappe/templates/emails/auto_email_report.html +45,View report in your browser,Skoða skýrslu í vafranum þínum
apps/frappe/frappe/config/desk.py +26,Event and other calendars.,Event og önnur dagatöl. apps/frappe/frappe/config/desk.py +26,Event and other calendars.,Event og önnur dagatöl.
apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,Öll svið eru nauðsynleg til að senda inn athugasemdina. apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,Öll svið eru nauðsynleg til að senda inn athugasemdina.
apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,Dragðu til að raða dálkum apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,Dragðu til að raða dálkum
@@ -237,7 +238,7 @@ apps/frappe/frappe/config/setup.py +121,Update many values at one time.,Uppfæra
apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,Villa: Skjal hefur verið breytt eftir að þú hefur opnað hana apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,Villa: Skjal hefur verið breytt eftir að þú hefur opnað hana
apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} innskráð út: {1} apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} innskráð út: {1}
DocType: Address,West Bengal,Vestur-Bengal DocType: Address,West Bengal,Vestur-Bengal
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0}: Cannot set Assign Submit if not Submittable,{0}: Get ekki stillt á Velja Leggja ef ekki Submittable
apps/frappe/frappe/core/doctype/doctype/doctype.py +727,{0}: Cannot set Assign Submit if not Submittable,{0}: Get ekki stillt á Velja Leggja ef ekki Submittable
DocType: Social Login Keys,Facebook,Facebook DocType: Social Login Keys,Facebook,Facebook
apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",Síuð með &quot;{0}&quot; apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",Síuð með &quot;{0}&quot;
DocType: Salutation,Administrator,stjórnandi DocType: Salutation,Administrator,stjórnandi
@@ -261,7 +262,7 @@ DocType: User,Get your globally recognized avatar from Gravatar.com,Fá heimsví
apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","Áskriftin þín rann {0}. Að endurnýja, {1}." apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","Áskriftin þín rann {0}. Að endurnýja, {1}."
DocType: Workflow State,plus-sign,plús-merki DocType: Workflow State,plus-sign,plús-merki
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,Skipulag þegar lokið apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,Skipulag þegar lokið
apps/frappe/frappe/__init__.py +897,App {0} is not installed,App {0} er ekki uppsett
apps/frappe/frappe/__init__.py +898,App {0} is not installed,App {0} er ekki uppsett
DocType: Workflow State,Refresh,Uppfæra DocType: Workflow State,Refresh,Uppfæra
DocType: Event,Public,Public DocType: Event,Public,Public
apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,Ekkert til að sýna apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,Ekkert til að sýna
@@ -269,7 +270,7 @@ apps/frappe/frappe/public/js/frappe/model/model.js +24,Liked By,líkaði By
apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,Email Stuðningur apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,Email Stuðningur
DocType: DocField,Print Hide If No Value,Prenta Fela Ef No Value DocType: DocField,Print Hide If No Value,Prenta Fela Ef No Value
DocType: Event,yellow,gulur DocType: Event,yellow,gulur
apps/frappe/frappe/core/doctype/doctype/doctype.py +563,Is Published Field must be a valid fieldname,Er birt Field verður að vera gilt FIELDNAME
apps/frappe/frappe/core/doctype/doctype/doctype.py +567,Is Published Field must be a valid fieldname,Er birt Field verður að vera gilt FIELDNAME
apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,Hlaða Attachment apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,Hlaða Attachment
DocType: Block Module,Block Module,Block Module DocType: Block Module,Block Module,Block Module
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,Flytja Snið apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,Flytja Snið
@@ -286,7 +287,7 @@ DocType: Email Account,Total number of emails to sync in initial sync process ,H
DocType: Website Settings,Set Banner from Image,Setja Banner frá Image DocType: Website Settings,Set Banner from Image,Setja Banner frá Image
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,Global Search apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,Global Search
DocType: Email Account,SparkPost,SparkPost DocType: Email Account,SparkPost,SparkPost
apps/frappe/frappe/templates/emails/new_user.html +3,A new account has been created for you at {0},Ný tenging hefur verið búin til fyrir þig á {0}
apps/frappe/frappe/templates/emails/new_user.html +2,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 +178,Instructions Emailed,Leiðbeiningar sendar apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,Leiðbeiningar sendar
apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),Sláðu Email Viðtakandi (s) apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),Sláðu Email Viðtakandi (s)
DocType: Print Format,Verdana,Verdana DocType: Print Format,Verdana,Verdana
@@ -352,7 +353,7 @@ apps/frappe/frappe/utils/nestedset.py +218,Merging is only possible between Grou
apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},Bætti {0} apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},Bætti {0}
apps/frappe/frappe/www/search.html +28,No matching records. Search something new,Engar samsvarandi færslur. Leita eitthvað nýtt apps/frappe/frappe/www/search.html +28,No matching records. Search something new,Engar samsvarandi færslur. Leita eitthvað nýtt
DocType: Currency,Fraction Units,brot Einingar DocType: Currency,Fraction Units,brot Einingar
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +431,{0} from {1} to {2},{0} frá {1} til {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +433,{0} from {1} to {2},{0} frá {1} til {2}
DocType: Communication,Type,Gerð DocType: Communication,Type,Gerð
DocType: Authentication Log,Subject,Subject DocType: Authentication Log,Subject,Subject
DocType: Web Form,Amount Based On Field,Upphæð Byggt á Field DocType: Web Form,Amount Based On Field,Upphæð Byggt á Field
@@ -365,10 +366,10 @@ DocType: Workflow State,plane,flugvél
apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","Ef þú ert að senda nýjar færslur, &quot;Nöfn Series&quot; verður nauðsynlegur, ef til staðar." apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","Ef þú ert að senda nýjar færslur, &quot;Nöfn Series&quot; verður nauðsynlegur, ef til staðar."
apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,Fá tilkynningar í dag apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,Fá tilkynningar í dag
apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DOCTYPE er einungis hægt að endurnefna með Administrator apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DOCTYPE er einungis hægt að endurnefna með Administrator
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +442,changed value of {0},Breytt gildi {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +444,changed value of {0},Breytt gildi {0}
DocType: Report,JSON,JSON DocType: Report,JSON,JSON
apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,Vinsamlegast athugaðu tölvupóstinn þinn til staðfestingar apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,Vinsamlegast athugaðu tölvupóstinn þinn til staðfestingar
apps/frappe/frappe/core/doctype/doctype/doctype.py +509,Fold can not be at the end of the form,Fold getur ekki verið í lok formi
apps/frappe/frappe/core/doctype/doctype/doctype.py +513,Fold can not be at the end of the form,Fold getur ekki verið í lok formi
DocType: Communication,Bounced,hopp DocType: Communication,Bounced,hopp
DocType: Deleted Document,Deleted Name,eytt Name DocType: Deleted Document,Deleted Name,eytt Name
apps/frappe/frappe/config/setup.py +14,System and Website Users,System og Website Notendur apps/frappe/frappe/config/setup.py +14,System and Website Users,System og Website Notendur
@@ -376,25 +377,26 @@ DocType: Workflow Document State,Doc Status,Doc Staða
DocType: Auto Email Report,No of Rows (Max 500),Engin lína (Max 500) DocType: Auto Email Report,No of Rows (Max 500),Engin lína (Max 500)
DocType: Language,Language Code,Tungumál Code DocType: Language,Language Code,Tungumál Code
apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","Niðurhalið er verið að byggja, þetta getur tekið nokkra stund ..." apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","Niðurhalið er verið að byggja, þetta getur tekið nokkra stund ..."
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +23,Add Filter,Bæta Sía
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +21,Add Filter,Bæta Sía
apps/frappe/frappe/www/feedback.html +23,Your rating: ,Þín einkunn: apps/frappe/frappe/www/feedback.html +23,Your rating: ,Þín einkunn:
apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} og {1} apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} og {1}
DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Alltaf að bæta &quot;Draft&quot; Heading fyrir prentun drög skjölum DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Alltaf að bæta &quot;Draft&quot; Heading fyrir prentun drög skjölum
apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,Netfangið hefur verið merkt sem ruslpóstur apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,Netfangið hefur verið merkt sem ruslpóstur
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,Uppsetning&gt; Notandi
DocType: About Us Settings,Website Manager,Vefsíða Manager DocType: About Us Settings,Website Manager,Vefsíða Manager
apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,Þú valdir Draft eða Canceled skjöl apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,Þú valdir Draft eða Canceled skjöl
apps/frappe/frappe/model/document.py +1044,Document Queued,skjal biðröð apps/frappe/frappe/model/document.py +1044,Document Queued,skjal biðröð
DocType: GSuite Templates,Destination ID,Áfangastað DocType: GSuite Templates,Destination ID,Áfangastað
DocType: Desktop Icon,List,List DocType: Desktop Icon,List,List
DocType: Communication,Link Name,Link Name DocType: Communication,Link Name,Link Name
apps/frappe/frappe/core/doctype/doctype/doctype.py +433,Field {0} in row {1} cannot be hidden and mandatory without default,"Field {0} í röð {1}, fær ekki dulist og nauðsynlegur án vanræksla"
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Field {0} in row {1} cannot be hidden and mandatory without default,"Field {0} í röð {1}, fær ekki dulist og nauðsynlegur án vanræksla"
DocType: System Settings,mm/dd/yyyy,mm / dd / áááá DocType: System Settings,mm/dd/yyyy,mm / dd / áááá
apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,Ógilt lykilorð: apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,Ógilt lykilorð:
DocType: Print Settings,Send document web view link in email,Senda skjal vefur útlit tengil í tölvupósti DocType: Print Settings,Send document web view link in email,Senda skjal vefur útlit tengil í tölvupósti
apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,Tilkynningar um skjal {0} er vistuð apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,Tilkynningar um skjal {0} er vistuð
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,fyrri apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,fyrri
apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,Re: apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,Re:
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +496,{0} rows for {1},{0} raðir fyrir {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +498,{0} rows for {1},{0} raðir fyrir {1}
DocType: Currency,"Sub-currency. For e.g. ""Cent""",Sub-mynt. Fyrir td &quot;Cent&quot; DocType: Currency,"Sub-currency. For e.g. ""Cent""",Sub-mynt. Fyrir td &quot;Cent&quot;
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,Veldu skrá innsend apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,Veldu skrá innsend
DocType: Letter Head,Check this to make this the default letter head in all prints,Hakaðu við þetta til að gera þetta sjálfgefið bréf höfuð í öllum framköllun DocType: Letter Head,Check this to make this the default letter head in all prints,Hakaðu við þetta til að gera þetta sjálfgefið bréf höfuð í öllum framköllun
@@ -417,7 +419,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +5,
DocType: Event,Wednesday,miðvikudagur DocType: Event,Wednesday,miðvikudagur
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","Burtséð frá hlutverki byggt leyfi reglum, getur þú sótt notendaheimilda byggt á DocTypes." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","Burtséð frá hlutverki byggt leyfi reglum, getur þú sótt notendaheimilda byggt á DocTypes."
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","Þessar heimildir gilda fyrir öll viðskipti þar sem heimilt færsla er tengd. Til dæmis, ef fyrirtæki C er bætt við notendaheimilda af notandi X, notandi X mun aðeins vera fær um að sjá færslur sem hefur fyrirtækið C sem tengd gildi." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","Þessar heimildir gilda fyrir öll viðskipti þar sem heimilt færsla er tengd. Til dæmis, ef fyrirtæki C er bætt við notendaheimilda af notandi X, notandi X mun aðeins vera fær um að sjá færslur sem hefur fyrirtækið C sem tengd gildi."
apps/frappe/frappe/core/doctype/doctype/doctype.py +554,Image field must be a valid fieldname,Mynd reitur verður að vera gilt FIELDNAME
apps/frappe/frappe/core/doctype/doctype/doctype.py +558,Image field must be a valid fieldname,Mynd reitur verður að vera gilt FIELDNAME
DocType: OAuth Client,Token,Token DocType: OAuth Client,Token,Token
DocType: Property Setter,ID (name) of the entity whose property is to be set,ID (nafn) einingarinnar sem eign er að setja DocType: Property Setter,ID (name) of the entity whose property is to be set,ID (nafn) einingarinnar sem eign er að setja
apps/frappe/frappe/limits.py +82,"To renew, {0}.","Að endurnýja, {0}." apps/frappe/frappe/limits.py +82,"To renew, {0}.","Að endurnýja, {0}."
@@ -426,7 +428,7 @@ DocType: Web Form,Sidebar Items,Skenkur Items
apps/frappe/frappe/installer.py +125,App {0} already installed,Forrit {0} er þegar uppsett apps/frappe/frappe/installer.py +125,App {0} already installed,Forrit {0} er þegar uppsett
DocType: Workflow State,exclamation-sign,upphrópun-merki DocType: Workflow State,exclamation-sign,upphrópun-merki
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,Sýna Heimildir apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,Sýna Heimildir
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a Link or Dynamic Link,Timeline reitur verður að vera Link eða Dynamic Link
apps/frappe/frappe/core/doctype/doctype/doctype.py +578,Timeline field must be a Link or Dynamic Link,Timeline reitur verður að vera Link eða Dynamic Link
apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,Tímabil apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,Tímabil
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,Gantt apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,Gantt
apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},Page {0} af {1} apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},Page {0} af {1}
@@ -456,18 +458,18 @@ DocType: Workflow State,music,tónlist
DocType: Web Page,Settings,Stillingar DocType: Web Page,Settings,Stillingar
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,Vinsamlegast tilgreinið DOCTYPE apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,Vinsamlegast tilgreinið DOCTYPE
DocType: Print Format,Style Settings,Style Stillingar DocType: Print Format,Style Settings,Style Stillingar
apps/frappe/frappe/core/doctype/doctype/doctype.py +585,Sort field {0} must be a valid fieldname,Raða reit {0} verður að vera gilt FIELDNAME
apps/frappe/frappe/core/doctype/doctype/doctype.py +589,Sort field {0} must be a valid fieldname,Raða reit {0} verður að vera gilt FIELDNAME
apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,meira apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,meira
DocType: Contact,Sales Manager,Sölufulltrúi DocType: Contact,Sales Manager,Sölufulltrúi
apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,endurnefna apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,endurnefna
DocType: Print Format,Format Data,Format Data DocType: Print Format,Format Data,Format Data
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Like,eins
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Like,eins
DocType: Customize Form Field,Customize Form Field,Sérsníða Form Field DocType: Customize Form Field,Customize Form Field,Sérsníða Form Field
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,að leyfa notanda apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,að leyfa notanda
DocType: OAuth Client,Grant Type,Grant Type DocType: OAuth Client,Grant Type,Grant Type
apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,Athugaðu hvaða Skjöl eru læsileg af notanda apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,Athugaðu hvaða Skjöl eru læsileg af notanda
apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,Listar app ekki leyft apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,Listar app ekki leyft
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,use % as wildcard,notaðu% sem algildisstaf
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +230,use % as wildcard,notaðu% sem algildisstaf
apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","Tölvupóstslén ekki stillt á þennan reikning, til?" apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","Tölvupóstslén ekki stillt á þennan reikning, til?"
DocType: User,Reset Password Key,Endurstilla lykilorð Key DocType: User,Reset Password Key,Endurstilla lykilorð Key
DocType: Email Account,Enable Auto Reply,Virkja sjálfvirka svar DocType: Email Account,Enable Auto Reply,Virkja sjálfvirka svar
@@ -492,11 +494,12 @@ apps/frappe/frappe/model/document.py +574,Cannot change docstatus from 1 to 0,Ge
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,Taka öryggisafrit Nú apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,Taka öryggisafrit Nú
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,Velkomin apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,Velkomin
apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,uppsett smáforrit apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,uppsett smáforrit
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,Uppsetning&gt; Notendahópur
DocType: Contact,Open,Open DocType: Contact,Open,Open
DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,Skilgreinir aðgerðir á ríkjum og næsta skref og leyfa hlutverkum. DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,Skilgreinir aðgerðir á ríkjum og næsta skref og leyfa hlutverkum.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","Sem bestu starfshætti, framselja ekki sama mengi leyfi reglu í mismunandi hlutverkum. Þess í stað, setti mörgum hlutverkum á sama notanda." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","Sem bestu starfshætti, framselja ekki sama mengi leyfi reglu í mismunandi hlutverkum. Þess í stað, setti mörgum hlutverkum á sama notanda."
DocType: Web Form,Message to be displayed on successful completion,Skilaboð að vera birt á árangursríka lokið DocType: Web Form,Message to be displayed on successful completion,Skilaboð að vera birt á árangursríka lokið
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +42,Only {0} emailed reports are allowed per user,Aðeins {0} send skýrslur eru leyfð fyrir hvern notanda
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +43,Only {0} emailed reports are allowed per user,Aðeins {0} send skýrslur eru leyfð fyrir hvern notanda
DocType: Address,Address Title,Heimilisfang Titill DocType: Address,Address Title,Heimilisfang Titill
DocType: Website Settings,Footer Items,Footer Items DocType: Website Settings,Footer Items,Footer Items
apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,Beiðni Feedback apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,Beiðni Feedback
@@ -511,7 +514,7 @@ DocType: DocField,Set Only Once,Setja Aðeins einu sinni
DocType: Email Queue Recipient,Email Queue Recipient,Tölvupóstur Biðröð Viðtakandi DocType: Email Queue Recipient,Email Queue Recipient,Tölvupóstur Biðröð Viðtakandi
DocType: Address,Nagaland,Nagaland DocType: Address,Nagaland,Nagaland
apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,Notandanafn {0} er þegar til apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,Notandanafn {0} er þegar til
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set import as {1} is not importable,{0}: Get ekki stillt innflutning sem {1} er ekki importable
apps/frappe/frappe/core/doctype/doctype/doctype.py +733,{0}: Cannot set import as {1} is not importable,{0}: Get ekki stillt innflutning sem {1} er ekki importable
apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},Það er villa í sniðmáti netfangið þitt {0} apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},Það er villa í sniðmáti netfangið þitt {0}
DocType: Footer Item,"target = ""_blank""",target = &quot;_blank&quot; DocType: Footer Item,"target = ""_blank""",target = &quot;_blank&quot;
DocType: Workflow State,hdd,HDD DocType: Workflow State,hdd,HDD
@@ -523,7 +526,7 @@ DocType: Communication,From Full Name,Frá Fullt nafn
apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},Þú hefur ekki aðgang að skýrslu: {0} apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},Þú hefur ekki aðgang að skýrslu: {0}
DocType: User,Send Welcome Email,Senda Welcome tölvupóst DocType: User,Send Welcome Email,Senda Welcome tölvupóst
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,Hlaða CSV skrá sem inniheldur öll notandi heimildir í sama sniði og Download. apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,Hlaða CSV skrá sem inniheldur öll notandi heimildir í sama sniði og Download.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +449,Remove Filter,fjarlægja síu
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +450,Remove Filter,fjarlægja síu
DocType: Address,Daman and Diu,Daman og Diu DocType: Address,Daman and Diu,Daman og Diu
DocType: Address,Personal,Starfsfólk DocType: Address,Personal,Starfsfólk
apps/frappe/frappe/config/setup.py +113,Bulk Rename,Magn Endurnefna apps/frappe/frappe/config/setup.py +113,Bulk Rename,Magn Endurnefna
@@ -553,13 +556,12 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.js +33,Send
apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","Standard DocType getur ekki haft sjálfgefið prenta snið, nota Customize Form" apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","Standard DocType getur ekki haft sjálfgefið prenta snið, nota Customize Form"
DocType: Report,Query,fyrirspurn DocType: Report,Query,fyrirspurn
DocType: DocType,Sort Order,Raða Order DocType: DocType,Sort Order,Raða Order
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,'In List View' not allowed for type {0} in row {1},&quot;Í listayfirliti &#39;ekki leyfð tegund {0} í röð {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In List View' not allowed for type {0} in row {1},&quot;Í listayfirliti &#39;ekki leyfð tegund {0} í röð {1}
DocType: Custom Field,Select the label after which you want to insert new field.,Veldu merkimiða eftir sem þú vilt að setja nýja sviði. DocType: Custom Field,Select the label after which you want to insert new field.,Veldu merkimiða eftir sem þú vilt að setja nýja sviði.
,Document Share Report,Skjal Share Skýrsla ,Document Share Report,Skjal Share Skýrsla
DocType: User,Last Login,Last Login DocType: User,Last Login,Last Login
apps/frappe/frappe/core/doctype/doctype/doctype.py +600,Fieldname is required in row {0},FIELDNAME er krafist í röð {0}
apps/frappe/frappe/core/doctype/doctype/doctype.py +604,Fieldname is required in row {0},FIELDNAME er krafist í röð {0}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,dálkur apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,dálkur
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,Vinsamlegast settu upp sjálfgefið tölvupóstreikning frá uppsetningu&gt; tölvupósti&gt; tölvupóstreikning
DocType: Custom Field,Adds a custom field to a DocType,Bætir við sérsniðnu svæði til DOCTYPE DocType: Custom Field,Adds a custom field to a DocType,Bætir við sérsniðnu svæði til DOCTYPE
DocType: File,Is Home Folder,Er Home Folder DocType: File,Is Home Folder,Er Home Folder
apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} er ekki gilt netfang apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} er ekki gilt netfang
@@ -583,7 +585,7 @@ DocType: File,Folder,mappa
DocType: DocField,Index,Index DocType: DocField,Index,Index
DocType: Email Group,Newsletter Manager,Fréttabréf Manager DocType: Email Group,Newsletter Manager,Fréttabréf Manager
apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,valkostur 1 apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,valkostur 1
apps/frappe/frappe/public/js/frappe/form/formatters.js +124,{0} to {1},{0} til {1}
apps/frappe/frappe/public/js/frappe/form/formatters.js +129,{0} to {1},{0} til {1}
apps/frappe/frappe/config/setup.py +89,Log of error during requests.,Ur villa á beiðnum. apps/frappe/frappe/config/setup.py +89,Log of error during requests.,Ur villa á beiðnum.
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} hefur verið bætt við Email Group. apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} hefur verið bætt við Email Group.
DocType: Address,Uttar Pradesh,Uttar Pradesh DocType: Address,Uttar Pradesh,Uttar Pradesh
@@ -593,7 +595,7 @@ apps/frappe/frappe/email/doctype/newsletter/newsletter.py +30,Scheduled to send
DocType: Kanban Board Column,Indicator,vísir DocType: Kanban Board Column,Indicator,vísir
DocType: DocShare,Everyone,allir DocType: DocShare,Everyone,allir
DocType: Workflow State,backward,afturábak DocType: Workflow State,backward,afturábak
apps/frappe/frappe/core/doctype/doctype/doctype.py +676,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: Aðeins ein regla leyft með sama hlutverk, Level og {1}"
apps/frappe/frappe/core/doctype/doctype/doctype.py +680,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: Aðeins ein regla leyft með sama hlutverk, Level og {1}"
DocType: Email Queue,Add Unsubscribe Link,Bæta við Afskrá tengil DocType: Email Queue,Add Unsubscribe Link,Bæta við Afskrá tengil
apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,Engar athugasemdir enn sem komið er. Hefja nýja umræðu. apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,Engar athugasemdir enn sem komið er. Hefja nýja umræðu.
DocType: Workflow State,share,hlut DocType: Workflow State,share,hlut
@@ -632,7 +634,7 @@ apps/frappe/frappe/printing/doctype/print_format/print_format.py +80,{0} is now
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,Eldri Dálkar apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,Eldri Dálkar
DocType: Email Account,Default Outgoing,Sjálfgefið Outgoing DocType: Email Account,Default Outgoing,Sjálfgefið Outgoing
DocType: Workflow State,play,spila DocType: Workflow State,play,spila
apps/frappe/frappe/templates/emails/new_user.html +5,Click on the link below to complete your registration and set a new password,Smelltu á tengilinn hér fyrir neðan til að ljúka skráningunni og setja nýtt lykilorð
apps/frappe/frappe/templates/emails/new_user.html +4,Click on the link below to complete your registration and set a new password,Smelltu á tengilinn hér fyrir neðan til að ljúka skráningunni og setja nýtt lykilorð
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,Fékk ekki að bæta apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,Fékk ekki að bæta
apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,Engin Email Accounts Úthlutað apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,Engin Email Accounts Úthlutað
DocType: Contact Us Settings,Contact Us Settings,Hafðu samband Stillingar DocType: Contact Us Settings,Contact Us Settings,Hafðu samband Stillingar
@@ -653,12 +655,12 @@ apps/frappe/frappe/core/page/user_permissions/user_permissions.js +127,Upload Us
DocType: Dropbox Settings,App Secret Key,App Secret Key DocType: Dropbox Settings,App Secret Key,App Secret Key
apps/frappe/frappe/config/website.py +7,Web Site,Web Site apps/frappe/frappe/config/website.py +7,Web Site,Web Site
apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,Merkt atriði verður sýnt á skjáborðinu apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,Merkt atriði verður sýnt á skjáborðinu
apps/frappe/frappe/core/doctype/doctype/doctype.py +719,{0} cannot be set for Single types,{0} Ekki er hægt að stilla fyrir Single tegundir
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0} cannot be set for Single types,{0} Ekki er hægt að stilla fyrir Single tegundir
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Kanban Board {0} er ekki til. apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Kanban Board {0} er ekki til.
apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} ert að lesa þetta skjal apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} ert að lesa þetta skjal
DocType: ToDo,Assigned By Full Name,Úthlutað undir fullu nafni DocType: ToDo,Assigned By Full Name,Úthlutað undir fullu nafni
apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} uppfærð apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} uppfærð
apps/frappe/frappe/core/doctype/doctype/doctype.py +709,Report cannot be set for Single types,Skýrslan er ekki hægt að setja fyrir Single tegundir
apps/frappe/frappe/core/doctype/doctype/doctype.py +713,Report cannot be set for Single types,Skýrslan er ekki hægt að setja fyrir Single tegundir
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} dagar síðan apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} dagar síðan
DocType: Email Account,Awaiting Password,bíður Lykilorð DocType: Email Account,Awaiting Password,bíður Lykilorð
DocType: Address,Address Line 1,Heimilisfang lína 1 DocType: Address,Address Line 1,Heimilisfang lína 1
@@ -708,7 +710,7 @@ DocType: Feedback Trigger,"To add dynamic subject, use jinja tags like
apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,App {0} fjarlægt apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,App {0} fjarlægt
DocType: Custom DocPerm,Apply User Permissions,Gilda heimildir notanda DocType: Custom DocPerm,Apply User Permissions,Gilda heimildir notanda
DocType: User,Modules HTML,Modules HTML DocType: User,Modules HTML,Modules HTML
apps/frappe/frappe/public/js/frappe/ui/field_group.js +82,Missing Values Required,Vantar gildi Áskilið
apps/frappe/frappe/public/js/frappe/ui/field_group.js +96,Missing Values Required,Vantar gildi Áskilið
DocType: DocType,Other Settings,aðrar stillingar DocType: DocType,Other Settings,aðrar stillingar
DocType: Social Login Keys,Frappe,frappe DocType: Social Login Keys,Frappe,frappe
apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,Merkja sem ólesið apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,Merkja sem ólesið
@@ -762,7 +764,7 @@ DocType: Event,orange,appelsínugulur
apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,Engin {0} fannst apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,Engin {0} fannst
apps/frappe/frappe/config/setup.py +242,Add custom forms.,Bæta sérsniðnum form. apps/frappe/frappe/config/setup.py +242,Add custom forms.,Bæta sérsniðnum form.
apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} í {2} apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} í {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +419,submitted this document,lögð þessu skjali
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,submitted this document,lögð þessu skjali
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,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. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,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: Communication,CC,CC
DocType: Country,Geo,geo DocType: Country,Geo,geo
@@ -812,7 +814,7 @@ DocType: DocType,Hide Toolbar,fela Toolbar
DocType: User,Last Active,Síðast virk DocType: User,Last Active,Síðast virk
DocType: Email Account,SMTP Settings for outgoing emails,SMTP stillingar fyrir sendan tölvupóst DocType: Email Account,SMTP Settings for outgoing emails,SMTP stillingar fyrir sendan tölvupóst
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,innflutningur mistókst apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,innflutningur mistókst
apps/frappe/frappe/templates/emails/password_update.html +3,Your password has been updated. Here is your new password,Lykilorð þitt hefur verið uppfærð. Hér er nýja lykilorðið þitt
apps/frappe/frappe/templates/emails/password_update.html +2,Your password has been updated. Here is your new password,Lykilorð þitt hefur verið uppfærð. Hér er nýja lykilorðið þitt
DocType: Email Account,Auto Reply Message,Auto Svara Message DocType: Email Account,Auto Reply Message,Auto Svara Message
DocType: Feedback Trigger,Condition,Ástand DocType: Feedback Trigger,Condition,Ástand
apps/frappe/frappe/utils/data.py +546,{0} hours ago,{0} klukkustundum síðan apps/frappe/frappe/utils/data.py +546,{0} hours ago,{0} klukkustundum síðan
@@ -820,7 +822,6 @@ apps/frappe/frappe/utils/data.py +556,1 month ago,1 mánuður síðan
DocType: Contact,User ID,notandanafn DocType: Contact,User ID,notandanafn
DocType: Communication,Sent,sendir DocType: Communication,Sent,sendir
DocType: Address,Kerala,Kerala DocType: Address,Kerala,Kerala
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} ári (s) síðan
DocType: File,Lft,Lft DocType: File,Lft,Lft
DocType: User,Simultaneous Sessions,samtímis Sessions DocType: User,Simultaneous Sessions,samtímis Sessions
DocType: OAuth Client,Client Credentials,viðskiptavinur persónuskilríki DocType: OAuth Client,Client Credentials,viðskiptavinur persónuskilríki
@@ -837,7 +838,7 @@ DocType: Email Queue,Unsubscribe Method,afskrá Aðferð
DocType: GSuite Templates,Related DocType,Tengd skjalgerð DocType: GSuite Templates,Related DocType,Tengd skjalgerð
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,Breyta til að bæta við efni apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,Breyta til að bæta við efni
apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,Select Tungumál apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,Select Tungumál
apps/frappe/frappe/__init__.py +517,No permission for {0},Engin heimild fyrir {0}
apps/frappe/frappe/__init__.py +518,No permission for {0},Engin heimild fyrir {0}
DocType: DocType,Advanced,Ítarlegri DocType: DocType,Advanced,Ítarlegri
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,Virðast API lykil eða API Secret er rangt !!! apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,Virðast API lykil eða API Secret er rangt !!!
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Tilvísun: {0} {1} apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Tilvísun: {0} {1}
@@ -869,14 +870,14 @@ DocType: Custom DocPerm,Additional Permissions,Önnur Heimildir
DocType: Email Account,Always use Account's Email Address as Sender,Alltaf nota reikningsins Netfang eins Sendandi DocType: Email Account,Always use Account's Email Address as Sender,Alltaf nota reikningsins Netfang eins Sendandi
apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,Innskráning til að tjá apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,Innskráning til að tjá
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,Byrja að slá inn gögn fyrir neðan þessa línu apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,Byrja að slá inn gögn fyrir neðan þessa línu
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +474,changed values for {0},Breyttar gildi fyrir {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +476,changed values for {0},Breyttar gildi fyrir {0}
DocType: Workflow State,retweet,retweet DocType: Workflow State,retweet,retweet
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,Tilgreina gildi á sviði apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,Tilgreina gildi á sviði
DocType: Report,Disabled,Fatlaðir DocType: Report,Disabled,Fatlaðir
DocType: Workflow State,eye-close,auga-loka DocType: Workflow State,eye-close,auga-loka
DocType: OAuth Provider Settings,OAuth Provider Settings,OAuth Provider Stillingar DocType: OAuth Provider Settings,OAuth Provider Settings,OAuth Provider Stillingar
apps/frappe/frappe/config/setup.py +254,Applications,Umsóknir apps/frappe/frappe/config/setup.py +254,Applications,Umsóknir
apps/frappe/frappe/public/js/frappe/request.js +349,Report this issue,Tilkynna þetta mál
apps/frappe/frappe/public/js/frappe/request.js +353,Report this issue,Tilkynna þetta mál
apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,Nafnið er krafist apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,Nafnið er krafist
DocType: Custom Script,Adds a custom script (client or server) to a DocType,Bætir sérsniðna handrit (viðskiptavinur eða miðlara) til DOCTYPE DocType: Custom Script,Adds a custom script (client or server) to a DocType,Bætir sérsniðna handrit (viðskiptavinur eða miðlara) til DOCTYPE
DocType: Address,City/Town,City / Town DocType: Address,City/Town,City / Town
@@ -960,7 +961,7 @@ DocType: Web Form,Actions,aðgerðir
DocType: Workflow State,align-justify,samræma-réttlæta DocType: Workflow State,align-justify,samræma-réttlæta
DocType: User,Middle Name (Optional),Middle Name (Valfrjálst) DocType: User,Middle Name (Optional),Middle Name (Valfrjálst)
apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,Ekki leyfilegt apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,Ekki leyfilegt
apps/frappe/frappe/public/js/frappe/ui/field_group.js +83,Following fields have missing values:,Eftirfarandi reitir hafa vantar gildi:
apps/frappe/frappe/public/js/frappe/ui/field_group.js +97,Following fields have missing values:,Eftirfarandi reitir hafa vantar gildi:
apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,Þú hefur ekki nægar heimildir til að ljúka aðgerð apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,Þú hefur ekki nægar heimildir til að ljúka aðgerð
apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,engar niðurstöður apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,engar niðurstöður
DocType: System Settings,Security,Öryggi DocType: System Settings,Security,Öryggi
@@ -1003,7 +1004,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js +133,Hide Details,Fela Upplý
DocType: Workflow State,Tasks,verkefni DocType: Workflow State,Tasks,verkefni
DocType: Event,Tuesday,þriðjudagur DocType: Event,Tuesday,þriðjudagur
DocType: Blog Settings,Blog Settings,Blog Stillingar DocType: Blog Settings,Blog Settings,Blog Stillingar
apps/frappe/frappe/templates/emails/new_user.html +17,You can also copy-paste this link in your browser,Þú getur líka afrita líma þennan tengil í vafranum þínum
apps/frappe/frappe/templates/emails/new_user.html +16,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 DocType: Workflow State,bullhorn,bullhorn
DocType: Social Login Keys,Facebook Client Secret,Facebook Viðskiptavinur Secret DocType: Social Login Keys,Facebook Client Secret,Facebook Viðskiptavinur Secret
DocType: Footer Item,Target,Target DocType: Footer Item,Target,Target
@@ -1015,12 +1016,12 @@ DocType: ToDo,Due Date,Skiladagur
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,Quarter Day apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,Quarter Day
DocType: Social Login Keys,Google Client Secret,Google Viðskiptavinur Secret DocType: Social Login Keys,Google Client Secret,Google Viðskiptavinur Secret
DocType: Website Settings,Hide Footer Signup,Fela Footer innskráningarinneign DocType: Website Settings,Hide Footer Signup,Fela Footer innskráningarinneign
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,cancelled this document,Hætt þessu skjali
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +423,cancelled this document,Hætt þessu skjali
apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,Skrifa Python skrá í sömu möppu þar sem þetta er vistuð og skila súlu og niðurstöðu. apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,Skrifa Python skrá í sömu möppu þar sem þetta er vistuð og skila súlu og niðurstöðu.
DocType: DocType,Sort Field,Raða Field DocType: DocType,Sort Field,Raða Field
DocType: Razorpay Settings,Razorpay Settings,Razorpay Stillingar DocType: Razorpay Settings,Razorpay Settings,Razorpay Stillingar
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +445,Edit Filter,Breyta Filter
apps/frappe/frappe/core/doctype/doctype/doctype.py +415,Field {0} of type {1} cannot be mandatory,Field {0} tegund {1} er ekki hægt að fylla út
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +446,Edit Filter,Breyta Filter
apps/frappe/frappe/core/doctype/doctype/doctype.py +419,Field {0} of type {1} cannot be mandatory,Field {0} tegund {1} er ekki hægt að fylla út
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,Bæta við fleiri apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,Bæta við fleiri
apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,fela Mynd apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,fela Mynd
DocType: System Settings,Session Expiry Mobile,Session Fyrning Mobile DocType: System Settings,Session Expiry Mobile,Session Fyrning Mobile
@@ -1061,7 +1062,7 @@ DocType: Address,Contacts,Tengiliðir
DocType: System Settings,Setup Complete,skipulag Complete DocType: System Settings,Setup Complete,skipulag Complete
apps/frappe/frappe/config/setup.py +66,Report of all document shares,Skýrsla allra skjal hluta apps/frappe/frappe/config/setup.py +66,Report of all document shares,Skýrsla allra skjal hluta
apps/frappe/frappe/www/update-password.html +18,New Password,nýtt lykilorð apps/frappe/frappe/www/update-password.html +18,New Password,nýtt lykilorð
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +73,Filter {0} missing,Sía {0} vantar
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +74,Filter {0} missing,Sía {0} vantar
apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,Afsakið! Þú getur ekki eytt sjálfvirkir athugasemdir apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,Afsakið! Þú getur ekki eytt sjálfvirkir athugasemdir
DocType: Website Theme,Style using CSS,Style nota CSS DocType: Website Theme,Style using CSS,Style nota CSS
apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,Tilvísun DOCTYPE apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,Tilvísun DOCTYPE
@@ -1126,7 +1127,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +127,Help on Searc
apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,Skráðir en fatlaður apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,Skráðir en fatlaður
DocType: DocType,Hide Copy,fela Afrita DocType: DocType,Hide Copy,fela Afrita
apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,Hreinsa allt hlutverkum apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,Hreinsa allt hlutverkum
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +114,{0} generated on {1},{0} mynda á {1}
apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} verður að vera einstakt apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} verður að vera einstakt
apps/frappe/frappe/permissions.py +274,Row,Row apps/frappe/frappe/permissions.py +274,Row,Row
DocType: DocType,Track Changes,Track Changes DocType: DocType,Track Changes,Track Changes
@@ -1177,11 +1177,11 @@ DocType: User,Github User ID,Github User ID
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,Ef Document Type apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,Ef Document Type
apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","Ekki er hægt að eyða eða hætta við vegna þess að {0} <a href=""#Form/{0}/{1}"">{1}</a> er tengd við {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}" apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","Ekki er hægt að eyða eða hætta við vegna þess að {0} <a href=""#Form/{0}/{1}"">{1}</a> er tengd við {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}"
apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},Unknown app {0} apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},Unknown app {0}
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +48,"%s is not a valid report format. Report format should \
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +49,"%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 one of the following %s",% S er ekki gilt skýrslu sniði. Sniðinu ætti ekki \ eitt af eftirfarandi% s
DocType: Communication,Chat,Spjallaðu DocType: Communication,Chat,Spjallaðu
apps/frappe/frappe/core/doctype/doctype/doctype.py +408,Fieldname {0} appears multiple times in rows {1},FIELDNAME {0} birtist mörgum sinnum í raðir {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +460,{0} from {1} to {2} in row #{3},{0} frá {1} til {2} í röð # {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +412,Fieldname {0} appears multiple times in rows {1},FIELDNAME {0} birtist mörgum sinnum í raðir {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +462,{0} from {1} to {2} in row #{3},{0} frá {1} til {2} í röð # {3}
DocType: Communication,Expired,útrunnið DocType: Communication,Expired,útrunnið
DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),Fjöldi dálka fyrir a sviði í töflu (Samtals Columns í rist ætti að vera minna en 11) DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),Fjöldi dálka fyrir a sviði í töflu (Samtals Columns í rist ætti að vera minna en 11)
DocType: DocType,System,System DocType: DocType,System,System
@@ -1196,7 +1196,7 @@ DocType: Help Article,Likes,líkar
DocType: Website Settings,Top Bar,Top Bar DocType: Website Settings,Top Bar,Top Bar
DocType: GSuite Settings,Script Code,Script Code DocType: GSuite Settings,Script Code,Script Code
apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,Búðu til notendanafn apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,Búðu til notendanafn
apps/frappe/frappe/core/doctype/doctype/doctype.py +647,No Permissions Specified,Engar heimildir tilgreindar
apps/frappe/frappe/core/doctype/doctype/doctype.py +651,No Permissions Specified,Engar heimildir tilgreindar
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,Global Settings: Notendur mun aðeins vera fær um að velja köflóttur táknum apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,Global Settings: Notendur mun aðeins vera fær um að velja köflóttur táknum
apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} fannst ekki apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} fannst ekki
DocType: Custom Role,Custom Role,Custom hlutverk DocType: Custom Role,Custom Role,Custom hlutverk
@@ -1208,12 +1208,12 @@ DocType: Dropbox Settings,Dropbox Access Secret,Dropbox Aðgangur Secret
apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,Bæta Annar athugasemd apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,Bæta Annar athugasemd
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,Breyta DOCTYPE apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,Breyta DOCTYPE
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,Afskráðir úr Fréttabréf apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,Afskráðir úr Fréttabréf
apps/frappe/frappe/core/doctype/doctype/doctype.py +507,Fold must come before a Section Break,Fold verður að koma áður en kafla brjóta
apps/frappe/frappe/core/doctype/doctype/doctype.py +511,Fold must come before a Section Break,Fold verður að koma áður en kafla brjóta
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,Í þróun apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,Í þróun
apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,Síðast breytt af apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,Síðast breytt af
DocType: Workflow State,hand-down,hönd-niður DocType: Workflow State,hand-down,hönd-niður
DocType: Address,GST State,GST ríki DocType: Address,GST State,GST ríki
apps/frappe/frappe/core/doctype/doctype/doctype.py +695,{0}: Cannot set Cancel without Submit,{0}: Get ekki stillt Hætta án Senda
apps/frappe/frappe/core/doctype/doctype/doctype.py +699,{0}: Cannot set Cancel without Submit,{0}: Get ekki stillt Hætta án Senda
DocType: Website Theme,Theme,Þema DocType: Website Theme,Theme,Þema
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,Það voru villur. apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,Það voru villur.
DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,Beina URI Bound To Auth Code DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,Beina URI Bound To Auth Code
@@ -1252,7 +1252,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +7,
apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,Bæta við athugasemd apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,Bæta við athugasemd
DocType: DocField,Mandatory,nauðsynlegur DocType: DocField,Mandatory,nauðsynlegur
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,Module að flytja út apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,Module að flytja út
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,{0}: No basic permissions set,{0} Nei undirstöðu heimildir sett
apps/frappe/frappe/core/doctype/doctype/doctype.py +663,{0}: No basic permissions set,{0} Nei undirstöðu heimildir sett
apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,Áskriftin mun renna út þann {0}. apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,Áskriftin mun renna út þann {0}.
apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},Sækja hlekkur fyrir varabúnaður þinn verður send á eftirfarandi netfang: {0} apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},Sækja hlekkur fyrir varabúnaður þinn verður send á eftirfarandi netfang: {0}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","Merking Senda, Hætta, breytt" apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","Merking Senda, Hætta, breytt"
@@ -1267,6 +1267,7 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +129,Filters sa
DocType: DocField,Percent,prósent DocType: DocField,Percent,prósent
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,Vinsamlegast settu síur apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,Vinsamlegast settu síur
apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,tengd við apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,tengd við
apps/frappe/frappe/templates/emails/auto_email_report.html +48,Edit Auto Email Report Settings,Breyta stillingum fyrir sjálfvirkan tölvupóstskjá
DocType: Workflow State,book,bók DocType: Workflow State,book,bók
DocType: Website Settings,Landing Page,Landing Page DocType: Website Settings,Landing Page,Landing Page
apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,Villa í Custom Script apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,Villa í Custom Script
@@ -1275,7 +1276,7 @@ apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +132,"Import R
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,Engar heimildir sett þessi skilyrði. apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,Engar heimildir sett þessi skilyrði.
DocType: Auto Email Report,Auto Email Report,Auto Email Report DocType: Auto Email Report,Auto Email Report,Auto Email Report
apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,Max póst apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,Max póst
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +575,Delete comment?,Eyða athugasemd?
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +577,Delete comment?,Eyða athugasemd?
DocType: Address Template,This format is used if country specific format is not found,Þetta snið er notað ef landið sérstakur snið er ekki að finna DocType: Address Template,This format is used if country specific format is not found,Þetta snið er notað ef landið sérstakur snið er ekki að finna
DocType: System Settings,Allow Login using Mobile Number,Leyfa Innskráning með því að nota farsímanúmer DocType: System Settings,Allow Login using Mobile Number,Leyfa Innskráning með því að nota farsímanúmer
apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,Þú hefur ekki nægar heimildir til að opna þessa síðu. Vinsamlegast hafðu samband við yfirmann þinn til að fá aðgang. apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,Þú hefur ekki nægar heimildir til að opna þessa síðu. Vinsamlegast hafðu samband við yfirmann þinn til að fá aðgang.
@@ -1291,7 +1292,7 @@ DocType: Print Format,Monospace,Jafnbreitt
DocType: Letter Head,Printing,Prentun DocType: Letter Head,Printing,Prentun
DocType: Workflow State,thumbs-up,Thumbs upp DocType: Workflow State,thumbs-up,Thumbs upp
DocType: DocPerm,DocPerm,DocPerm DocType: DocPerm,DocPerm,DocPerm
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Precision should be between 1 and 6,Precision ætti að vera á milli 1 og 6
apps/frappe/frappe/core/doctype/doctype/doctype.py +467,Precision should be between 1 and 6,Precision ætti að vera á milli 1 og 6
apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},Fw: {0} apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},Fw: {0}
apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,og apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,og
DocType: Error Snapshot,Frames,rammar DocType: Error Snapshot,Frames,rammar
@@ -1304,9 +1305,10 @@ apps/frappe/frappe/utils/boilerplate.py +263,{app_title},{APP_TITLE}
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,Vinsamlegast settu Dropbox aðgang takkana í síðuna samsk þinni apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,Vinsamlegast settu Dropbox aðgang takkana í síðuna samsk þinni
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Eyða þessari færslu til að leyfa sendingu á þetta netfang apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Eyða þessari færslu til að leyfa sendingu á þetta netfang
apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,Aðeins nauðsynlega reiti er nauðsynlegt fyrir nýjum færslum. Þú getur eytt valfrjálsar dálka ef þú vilt. apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,Aðeins nauðsynlega reiti er nauðsynlegt fyrir nýjum færslum. Þú getur eytt valfrjálsar dálka ef þú vilt.
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +269,Unable to update event,Ekki er hægt að uppfæra atburði
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +262,Unable to update event,Ekki er hægt að uppfæra atburði
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,greiðsla Complete apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,greiðsla Complete
apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","Sía verður að hafa 4 gildin (gerðargerð, svæðisnafn, rekstraraðili, gildi): {0}" apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","Sía verður að hafa 4 gildin (gerðargerð, svæðisnafn, rekstraraðili, gildi): {0}"
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,Engin sjálfgefin Heimilisfang Snið fannst. Vinsamlegast búðu til nýjan úr Uppsetning&gt; Prentun og merkingu&gt; Heimilisfangmát.
apps/frappe/frappe/utils/bot.py +89,show,sýna apps/frappe/frappe/utils/bot.py +89,show,sýna
DocType: Address Template,Address Template,Heimilisfang Snið DocType: Address Template,Address Template,Heimilisfang Snið
DocType: Workflow State,text-height,texti-hæð DocType: Workflow State,text-height,texti-hæð
@@ -1359,7 +1361,6 @@ apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +6,Can Write
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Ákveðnar skjöl, eins og Invoice, ætti ekki að breyta einu sinni endanlega. Endanleg Ríkið fyrir þessi skjöl er kallað Submitted. Hægt er að takmarka sem hlutverk getur Senda." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Ákveðnar skjöl, eins og Invoice, ætti ekki að breyta einu sinni endanlega. Endanleg Ríkið fyrir þessi skjöl er kallað Submitted. Hægt er að takmarka sem hlutverk getur Senda."
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,Þú hefur ekki heimild til að flytja þessa skýrslu apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,Þú hefur ekki heimild til að flytja þessa skýrslu
apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 atriði valin apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 atriði valin
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Engar niðurstöður fundust fyrir ' </p>
DocType: Newsletter,Test Email Address,Próf Netfang DocType: Newsletter,Test Email Address,Próf Netfang
DocType: ToDo,Sender,sendanda DocType: ToDo,Sender,sendanda
DocType: GSuite Settings,Google Apps Script,Google Apps Script DocType: GSuite Settings,Google Apps Script,Google Apps Script
@@ -1372,7 +1373,7 @@ DocType: System Settings,Allow only one session per user,Leyfa aðeins einn fund
apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,Afrita apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,Afrita
apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,Forsíða / Test Folder 1 / Test Folder 3 apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,Forsíða / Test Folder 1 / Test Folder 3
DocType: Website Settings,&lt;head&gt; HTML,&lt;Head&gt; HTML DocType: Website Settings,&lt;head&gt; HTML,&lt;Head&gt; HTML
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +66,Select or drag across time slots to create a new event.,Veldu eða draga yfir tímarásir til að búa til nýja atburði.
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +67,Select or drag across time slots to create a new event.,Veldu eða draga yfir tímarásir til að búa til nýja atburði.
DocType: DocField,In Filter,í Sía DocType: DocField,In Filter,í Sía
apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban
DocType: DocType,Show in Module Section,Sýna í Module kafla DocType: DocType,Show in Module Section,Sýna í Module kafla
@@ -1393,7 +1394,7 @@ apps/frappe/frappe/email/doctype/email_account/email_account_list.js +6,Default
apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,innflutningur zip apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,innflutningur zip
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,Document ID apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,Document ID
DocType: Print Settings,Letter,Letter DocType: Print Settings,Letter,Letter
apps/frappe/frappe/core/doctype/doctype/doctype.py +556,Image field must be of type Attach Image,Mynd reitur verður að vera af gerðinni Hengja mynd
apps/frappe/frappe/core/doctype/doctype/doctype.py +560,Image field must be of type Attach Image,Mynd reitur verður að vera af gerðinni Hengja mynd
DocType: DocField,Columns,dálkar DocType: DocField,Columns,dálkar
DocType: Async Task,Succeeded,Eftirmaður DocType: Async Task,Succeeded,Eftirmaður
apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},Umbeðnar krafist er í {0} apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},Umbeðnar krafist er í {0}
@@ -1443,7 +1444,7 @@ DocType: DocField,Text Editor,Text Editor
apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,Stillingar fyrir Um okkur Page. apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,Stillingar fyrir Um okkur Page.
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,Breyta Custom HTML apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,Breyta Custom HTML
DocType: Error Snapshot,Error Snapshot,Snapshot villa DocType: Error Snapshot,Error Snapshot,Snapshot villa
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,In,í
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,In,í
DocType: Email Alert,Value Change,gildi Breyta DocType: Email Alert,Value Change,gildi Breyta
DocType: Standard Reply,Standard Reply,Standard Svara DocType: Standard Reply,Standard Reply,Standard Svara
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,Breidd inntak kassi apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,Breidd inntak kassi
@@ -1463,12 +1464,11 @@ apps/frappe/frappe/public/js/frappe/views/communication.js +82,Select Attachment
apps/frappe/frappe/model/naming.py +94, for {0},fyrir {0} apps/frappe/frappe/model/naming.py +94, for {0},fyrir {0}
apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,Það voru villur. Vinsamlegast tilkynntu þetta. apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,Það voru villur. Vinsamlegast tilkynntu þetta.
apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,Þú hefur ekki heimild til að prenta þetta skjal apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,Þú hefur ekki heimild til að prenta þetta skjal
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +107,Please set filters value in Report Filter table.,Vinsamlegast settu síur gildi í skýrslu Filter töflunni.
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +120,Please set filters value in Report Filter table.,Vinsamlegast settu síur gildi í skýrslu Filter töflunni.
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,Loading Report apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,Loading Report
apps/frappe/frappe/limits.py +72,Your subscription will expire today.,Áskriftin mun renna út í dag. apps/frappe/frappe/limits.py +72,Your subscription will expire today.,Áskriftin mun renna út í dag.
DocType: Page,Standard,Standard DocType: Page,Standard,Standard
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,hengja skrá apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,hengja skrá
apps/frappe/frappe/templates/emails/password_update.html +1,Password Update Notification,Lykilorð Uppfæra Tilkynning
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Size apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Size
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,framsal Complete apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,framsal Complete
DocType: Custom DocPerm,User Permission DocTypes,Notandaleyfi DocTypes DocType: Custom DocPerm,User Permission DocTypes,Notandaleyfi DocTypes
@@ -1481,6 +1481,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +10,Insert Abo
apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,Algeng nöfn og eftirnöfn er auðvelt að giska. apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,Algeng nöfn og eftirnöfn er auðvelt að giska.
apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,drög apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,drög
apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,Þetta er svipað algengt lykilorð. apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,Þetta er svipað algengt lykilorð.
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Engar niðurstöður fundust fyrir ' </p>
DocType: User,Female,female DocType: User,Female,female
DocType: Print Settings,Modern,Modern DocType: Print Settings,Modern,Modern
apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,leitarniðurstöður apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,leitarniðurstöður
@@ -1535,7 +1536,7 @@ apps/frappe/frappe/core/doctype/file/file_list.js +65,Folder name should not inc
DocType: Note,Note,Note DocType: Note,Note,Note
apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,villuskýrslu apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,villuskýrslu
apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,Feedback skilyrði passa ekki saman apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,Feedback skilyrði passa ekki saman
apps/frappe/frappe/core/doctype/doctype/doctype.py +570,Timeline field must be a valid fieldname,Timeline reitur verður að vera gilt FIELDNAME
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a valid fieldname,Timeline reitur verður að vera gilt FIELDNAME
DocType: Currency,Symbol,tákn DocType: Currency,Symbol,tákn
apps/frappe/frappe/model/base_document.py +534,Row #{0}:,Row # {0}: apps/frappe/frappe/model/base_document.py +534,Row #{0}:,Row # {0}:
apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,Nýtt lykilorð send apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,Nýtt lykilorð send
@@ -1592,8 +1593,7 @@ DocType: Web Page,Text Align,jöfnun texta
apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},Nafn má ekki innihalda sértákn eins {0} apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},Nafn má ekki innihalda sértákn eins {0}
DocType: Contact Us Settings,Forward To Email Address,Forward á netfangið DocType: Contact Us Settings,Forward To Email Address,Forward á netfangið
apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,Sýna öll gögn apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,Sýna öll gögn
apps/frappe/frappe/core/doctype/doctype/doctype.py +527,Title field must be a valid fieldname,Title reitur verður að vera gilt FIELDNAME
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,Email reikningur ekki uppsetning. Búðu til nýjan tölvupóstreikning frá Uppsetning&gt; Tölvupóstur&gt; Netfang
apps/frappe/frappe/core/doctype/doctype/doctype.py +531,Title field must be a valid fieldname,Title reitur verður að vera gilt FIELDNAME
apps/frappe/frappe/config/core.py +7,Documents,skjöl apps/frappe/frappe/config/core.py +7,Documents,skjöl
DocType: Email Flag Queue,Is Completed,er lokið DocType: Email Flag Queue,Is Completed,er lokið
apps/frappe/frappe/www/me.html +22,Edit Profile,Edit Profile apps/frappe/frappe/www/me.html +22,Edit Profile,Edit Profile
@@ -1645,7 +1645,7 @@ DocType: Standard Reply,Standard Reply Help,Standard Svara Hjálp
DocType: Blogger,Avatar,Avatar DocType: Blogger,Avatar,Avatar
DocType: Blogger,Posts,Posts DocType: Blogger,Posts,Posts
DocType: DocType,Has Web View,Hefur Web View DocType: DocType,Has Web View,Hefur Web View
apps/frappe/frappe/core/doctype/doctype/doctype.py +377,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","Nafn DOCTYPE ætti að byrja á staf og það getur aðeins innihaldið bókstafi, tölur, rými og undirstrik"
apps/frappe/frappe/core/doctype/doctype/doctype.py +381,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","Nafn DOCTYPE ætti að byrja á staf og það getur aðeins innihaldið bókstafi, tölur, rými og undirstrik"
DocType: Communication,Spam,Ruslpóstur DocType: Communication,Spam,Ruslpóstur
DocType: Integration Request,Integration Request,Sameining Beiðni DocType: Integration Request,Integration Request,Sameining Beiðni
apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,Ágæti apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,Ágæti
@@ -1681,7 +1681,7 @@ DocType: Website Settings,Sub-domain provided by erpnext.com,Sub-lén veitt af e
DocType: System Settings,dd-mm-yyyy,dd-mm-áááá DocType: System Settings,dd-mm-yyyy,dd-mm-áááá
apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,Verður að hafa skýrslu leyfi til að opna þessa skýrslu. apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,Verður að hafa skýrslu leyfi til að opna þessa skýrslu.
apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,Vinsamlegast veldu Lágmarks Lykilorðatriði apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,Vinsamlegast veldu Lágmarks Lykilorðatriði
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,Added,bætt við
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,Added,bætt við
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.","Uppfæra aðeins, ekki setja nýjar færslur." apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.","Uppfæra aðeins, ekki setja nýjar færslur."
apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,Daily Event Digest sé sent til Viðburðaskrá þar áminningar eru settar. apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,Daily Event Digest sé sent til Viðburðaskrá þar áminningar eru settar.
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,view Website apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,view Website
@@ -1695,7 +1695,7 @@ DocType: Integration Request,Reference DocName,Tilvísun DOCNAME
DocType: Web Form,Success Message,Velgengni skilaboð DocType: Web Form,Success Message,Velgengni skilaboð
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,útflutningur customizations apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,útflutningur customizations
DocType: DocType,User Cannot Search,Notandi getur ekki leitað DocType: DocType,User Cannot Search,Notandi getur ekki leitað
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +83,Invalid Output Format,Ógilt Output Format
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Invalid Output Format,Ógilt Output Format
DocType: Custom DocPerm,Apply this rule if the User is the Owner,Beita þessari reglu ef notandinn er eigandi DocType: Custom DocPerm,Apply this rule if the User is the Owner,Beita þessari reglu ef notandinn er eigandi
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,Verður innskráningarnúmerið þitt apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,Verður innskráningarnúmerið þitt
apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,byggja skýrslu apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,byggja skýrslu
@@ -1713,10 +1713,11 @@ apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +138,There were e
apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,Loka apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,Loka
apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,Get ekki breytt docstatus frá 0 til 2 apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,Get ekki breytt docstatus frá 0 til 2
DocType: User Permission for Page and Report,Roles Permission,hlutverk Leyfi DocType: User Permission for Page and Report,Roles Permission,hlutverk Leyfi
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,Email reikningur ekki uppsetning. Búðu til nýjan tölvupóstreikning frá Uppsetning&gt; Tölvupóstur&gt; Netfang
apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,Uppfæra apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,Uppfæra
DocType: Error Snapshot,Snapshot View,Snapshot View DocType: Error Snapshot,Snapshot View,Snapshot View
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,Vistaðu Fréttabréf áður en þú sendir apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,Vistaðu Fréttabréf áður en þú sendir
apps/frappe/frappe/core/doctype/doctype/doctype.py +426,Options must be a valid DocType for field {0} in row {1},Valkostir verður að vera gilt DOCTYPE fyrir sviði {0} í röð {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +430,Options must be a valid DocType for field {0} in row {1},Valkostir verður að vera gilt DOCTYPE fyrir sviði {0} í röð {1}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,Breyta Properties apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,Breyta Properties
DocType: Patch Log,List of patches executed,Listi yfir plástra keyrð DocType: Patch Log,List of patches executed,Listi yfir plástra keyrð
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} þegar afskráður apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} þegar afskráður
@@ -1809,7 +1810,7 @@ apps/frappe/frappe/core/doctype/version/version_view.html +32,Rows Added,raðir
apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,Árangur! Þú ert góður að fara 👍 apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,Árangur! Þú ert góður að fara 👍
apps/frappe/frappe/www/me.html +3,My Account,Minn reikningur apps/frappe/frappe/www/me.html +3,My Account,Minn reikningur
DocType: ToDo,Allocated To,úthlutað til DocType: ToDo,Allocated To,úthlutað til
apps/frappe/frappe/templates/emails/password_reset.html +4,Please click on the following link to set your new password,Vinsamlegast smelltu á eftirfarandi tengil til að setja nýja lykilorðið þitt
apps/frappe/frappe/templates/emails/password_reset.html +2,Please click on the following link to set your new password,Vinsamlegast smelltu á eftirfarandi tengil til að setja nýja lykilorðið þitt
DocType: Email Alert,Days After,dögum eftir DocType: Email Alert,Days After,dögum eftir
DocType: Newsletter,Receipient,Receipient DocType: Newsletter,Receipient,Receipient
DocType: Contact Us Settings,Settings for Contact Us Page,Stillingar fyrir Hafðu samband síðunni DocType: Contact Us Settings,Settings for Contact Us Page,Stillingar fyrir Hafðu samband síðunni
@@ -1823,7 +1824,7 @@ DocType: Property Setter,Property Type,Property Type
DocType: Workflow State,screenshot,screenshot DocType: Workflow State,screenshot,screenshot
apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,Aðeins Stjórnandi getur bjargað staðlað skýrslu. Vinsamlegast endurnefna og vista. apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,Aðeins Stjórnandi getur bjargað staðlað skýrslu. Vinsamlegast endurnefna og vista.
DocType: System Settings,Background Workers,Bakgrunnur Workers DocType: System Settings,Background Workers,Bakgrunnur Workers
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,Fieldname {0} conflicting with meta object,Fieldname {0} stangast á við meta mótmæla
apps/frappe/frappe/core/doctype/doctype/doctype.py +783,Fieldname {0} conflicting with meta object,Fieldname {0} stangast á við meta mótmæla
DocType: Deleted Document,Data,gögn DocType: Deleted Document,Data,gögn
apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,skjal Staða apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,skjal Staða
apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},Þú hefur gert {0} af {1} apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},Þú hefur gert {0} af {1}
@@ -1887,7 +1888,6 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +70,"""Parent"" signif
DocType: Website Theme,Apply Style,gilda Style DocType: Website Theme,Apply Style,gilda Style
DocType: Feedback Request,Feedback Rating,athugasemdir Einkunn DocType: Feedback Request,Feedback Rating,athugasemdir Einkunn
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,deilt með apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,deilt með
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,Uppsetning&gt; Notendahópur
DocType: Help Category,Help Articles,Hjálp Greinar DocType: Help Category,Help Articles,Hjálp Greinar
,Modules Setup,Modules skipulag ,Modules Setup,Modules skipulag
apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,Tegund: apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,Tegund:
@@ -1933,12 +1933,11 @@ apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 2,valk
DocType: Feedback Trigger,Email Field,Tölvupóstur Field DocType: Feedback Trigger,Email Field,Tölvupóstur Field
apps/frappe/frappe/www/update-password.html +59,New Password Required.,Nýtt lykilorð sem krafist er. apps/frappe/frappe/www/update-password.html +59,New Password Required.,Nýtt lykilorð sem krafist er.
apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} deildi þessu skjali með {1} apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} deildi þessu skjali með {1}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,Uppsetning&gt; Notandi
DocType: Website Settings,Brand Image,Brand Image DocType: Website Settings,Brand Image,Brand Image
DocType: Print Settings,A4,A4 DocType: Print Settings,A4,A4
apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.",Uppsetning á topp stöðustikunni fót og merki. apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.",Uppsetning á topp stöðustikunni fót og merki.
DocType: Web Form Field,Max Value,max Value DocType: Web Form Field,Max Value,max Value
apps/frappe/frappe/core/doctype/doctype/doctype.py +655,For {0} at level {1} in {2} in row {3},Fyrir {0} á vettvangi {1} í {2} í röð {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,For {0} at level {1} in {2} in row {3},Fyrir {0} á vettvangi {1} í {2} í röð {3}
DocType: Contact,All,Allt DocType: Contact,All,Allt
DocType: Email Queue,Recipient,viðtakandi DocType: Email Queue,Recipient,viðtakandi
DocType: Communication,Has Attachment,hefur viðhengi DocType: Communication,Has Attachment,hefur viðhengi
@@ -1956,7 +1955,7 @@ DocType: Auto Email Report,Email To,Tölvupóstur Til
apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,Folder {0} er ekki tómt apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,Folder {0} er ekki tómt
DocType: Page,Roles,hlutverk DocType: Page,Roles,hlutverk
apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},Villa: Gildi vantar fyrir {0}: {1} apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},Villa: Gildi vantar fyrir {0}: {1}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +286,Field {0} is not selectable.,Field {0} er ekki að velja.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +287,Field {0} is not selectable.,Field {0} er ekki að velja.
DocType: System Settings,Session Expiry,Session Fyrning DocType: System Settings,Session Expiry,Session Fyrning
DocType: Workflow State,ban-circle,bann hring DocType: Workflow State,ban-circle,bann hring
DocType: Email Flag Queue,Unread,ólesið DocType: Email Flag Queue,Unread,ólesið
@@ -2014,7 +2013,7 @@ DocType: DocType,"Naming Options:
<ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",Nafngiftir Valkostir: <ol><li> <b>reit: [FIELDNAME]</b> - By Field </li><li> <b>naming_series:</b> - með því að nefna Series (field sem heitir naming_series að vera til staðar </li><li> <b>Hvetja</b> - Hvetja notandi að nafni </li><li> <b>[röð]</b> - Series með forskeytið (aðskilin með punkti); til dæmis PRE. ##### </li></ol> <ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",Nafngiftir Valkostir: <ol><li> <b>reit: [FIELDNAME]</b> - By Field </li><li> <b>naming_series:</b> - með því að nefna Series (field sem heitir naming_series að vera til staðar </li><li> <b>Hvetja</b> - Hvetja notandi að nafni </li><li> <b>[röð]</b> - Series með forskeytið (aðskilin með punkti); til dæmis PRE. ##### </li></ol>
DocType: Blog Post,Email Sent,Tölvupóstur sendur DocType: Blog Post,Email Sent,Tölvupóstur sendur
DocType: DocField,Ignore XSS Filter,Hunsa XSS Sía DocType: DocField,Ignore XSS Filter,Hunsa XSS Sía
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,removed,fjarlægð
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,removed,fjarlægð
apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,Dropbox öryggisafrit stillingar apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,Dropbox öryggisafrit stillingar
apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,Senda sem tölvupóst apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,Senda sem tölvupóst
DocType: Website Theme,Link Color,Link Color DocType: Website Theme,Link Color,Link Color
@@ -2147,6 +2146,7 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Sva
DocType: DocType,Setup,Setja upp DocType: DocType,Setup,Setja upp
DocType: Email Account,Initial Sync Count,Upphaflegt Sync Count DocType: Email Account,Initial Sync Count,Upphaflegt Sync Count
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Ný ummæli á {0} {1} apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Ný ummæli á {0} {1}
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} ári (s) síðan
DocType: Workflow State,glass,gler DocType: Workflow State,glass,gler
DocType: DocType,Timeline Field,tímalína Field DocType: DocType,Timeline Field,tímalína Field
DocType: Country,Time Zones,Tími Zones DocType: Country,Time Zones,Tími Zones
@@ -2181,10 +2181,10 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +77,You are not
apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,info: apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,info:
DocType: Custom Field,Permission Level,leyfi Level DocType: Custom Field,Permission Level,leyfi Level
DocType: User,Send Notifications for Transactions I Follow,Senda Tilkynningar fyrir viðskipti Ég fylgi DocType: User,Send Notifications for Transactions I Follow,Senda Tilkynningar fyrir viðskipti Ég fylgi
apps/frappe/frappe/core/doctype/doctype/doctype.py +698,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: Get ekki sett Senda, Hætta, breytt án Write"
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: Get ekki sett Senda, Hætta, breytt án Write"
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,Ertu viss um að þú viljir eyða viðhengi? apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,Ertu viss um að þú viljir eyða viðhengi?
apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","Ekki er hægt að eyða eða hætta við vegna þess að {0} <a href=""#Form/{0}/{1}"">{1}</a> er tengd við {2} <a href=""#Form/{2}/{3}"">{3}</a>" apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","Ekki er hægt að eyða eða hætta við vegna þess að {0} <a href=""#Form/{0}/{1}"">{1}</a> er tengd við {2} <a href=""#Form/{2}/{3}"">{3}</a>"
apps/frappe/frappe/__init__.py +1070,Thank you,Þakka þér
apps/frappe/frappe/__init__.py +1071,Thank you,Þakka þér
apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,Saving apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,Saving
DocType: Print Settings,Print Style Preview,Print Style Forskoða DocType: Print Settings,Print Style Preview,Print Style Forskoða
apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder
@@ -2228,7 +2228,7 @@ apps/frappe/frappe/public/js/frappe/list/list_renderer.js +501,2 days ago,2 daga
apps/frappe/frappe/config/website.py +47,Categorize blog posts.,Flokka bloggfærslum. apps/frappe/frappe/config/website.py +47,Categorize blog posts.,Flokka bloggfærslum.
DocType: Workflow State,Time,tími DocType: Workflow State,Time,tími
DocType: DocField,Attach,hengja DocType: DocField,Attach,hengja
apps/frappe/frappe/core/doctype/doctype/doctype.py +539,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} er ekki gilt FIELDNAME mynstur. Það ætti að vera {{FIELD_NAME}}.
apps/frappe/frappe/core/doctype/doctype/doctype.py +543,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} er ekki gilt FIELDNAME mynstur. Það ætti að vera {{FIELD_NAME}}.
DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,Senda athugasemdir Beiðni aðeins ef það er að minnsta kosti einn samskipti eru í boði fyrir skjalið. DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,Senda athugasemdir Beiðni aðeins ef það er að minnsta kosti einn samskipti eru í boði fyrir skjalið.
DocType: Custom Role,Permission Rules,aðgangsheimildir Reglur DocType: Custom Role,Permission Rules,aðgangsheimildir Reglur
DocType: GSuite Settings,GSuite Settings,GSuite Stillingar DocType: GSuite Settings,GSuite Settings,GSuite Stillingar
@@ -2248,7 +2248,7 @@ apps/frappe/frappe/website/doctype/blog_post/blog_post.py +106,Posts by {0},Post
apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","Til sniði dálka, gefa dálki merki í fyrirspurninni." apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","Til sniði dálka, gefa dálki merki í fyrirspurninni."
DocType: Has Domain,Has Domain,Hefur lén DocType: Has Domain,Has Domain,Hefur lén
apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,Ertu ekki með reikning? Skráðu þig apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,Ertu ekki með reikning? Skráðu þig
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,{0}: Cannot set Assign Amend if not Submittable,{0}: Get ekki stillt á Velja breytt ef ekki Submittable
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set Assign Amend if not Submittable,{0}: Get ekki stillt á Velja breytt ef ekki Submittable
DocType: Address,Bihar,Bihar DocType: Address,Bihar,Bihar
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,Breyta Role Heimildir apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,Breyta Role Heimildir
DocType: Communication,Link DocType,Link DOCTYPE DocType: Communication,Link DocType,Link DOCTYPE
@@ -2299,7 +2299,7 @@ DocType: DocField,Set non-standard precision for a Float or Currency field,Setja
DocType: Email Account,Ignore attachments over this size,Hunsa viðhengi yfir þessari stærð DocType: Email Account,Ignore attachments over this size,Hunsa viðhengi yfir þessari stærð
DocType: Address,Preferred Billing Address,Valinn Billing Address DocType: Address,Preferred Billing Address,Valinn Billing Address
apps/frappe/frappe/config/integrations.py +63,External Documents,Ytri skjöl apps/frappe/frappe/config/integrations.py +63,External Documents,Ytri skjöl
apps/frappe/frappe/database.py +235,Too many writes in one request. Please send smaller requests,Of margir skrifar í einni beiðni. Vinsamlegast sendu smærri beiðnir
apps/frappe/frappe/database.py +247,Too many writes in one request. Please send smaller requests,Of margir skrifar í einni beiðni. Vinsamlegast sendu smærri beiðnir
apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,gildi Breytt apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,gildi Breytt
DocType: Workflow State,arrow-up,ör-upp DocType: Workflow State,arrow-up,ör-upp
DocType: OAuth Bearer Token,Expires In,rennur Í DocType: OAuth Bearer Token,Expires In,rennur Í
@@ -2347,7 +2347,7 @@ apps/frappe/frappe/core/page/data_import_tool/importer.py +81,Please make sure t
apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,Vinsamlegast tryggja að prófíllinn þinn hefur netfangið apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,Vinsamlegast tryggja að prófíllinn þinn hefur netfangið
apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,Þú ert með óvistaðar breytingar í þessu formi. Vinsamlegast spara áður en þú heldur áfram. apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,Þú ert með óvistaðar breytingar í þessu formi. Vinsamlegast spara áður en þú heldur áfram.
DocType: Address,Telangana,Telangana DocType: Address,Telangana,Telangana
apps/frappe/frappe/core/doctype/doctype/doctype.py +459,Default for {0} must be an option,Sjálfgefið fyrir {0} verður að vera valkostur
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Default for {0} must be an option,Sjálfgefið fyrir {0} verður að vera valkostur
DocType: Tag Doc Category,Tag Doc Category,Tag Doc Flokkur DocType: Tag Doc Category,Tag Doc Category,Tag Doc Flokkur
DocType: User,User Image,User Image DocType: User,User Image,User Image
apps/frappe/frappe/email/queue.py +304,Emails are muted,Póstur er þögguð apps/frappe/frappe/email/queue.py +304,Emails are muted,Póstur er þögguð
@@ -2392,7 +2392,7 @@ DocType: Async Task,Running,Running
apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,Endur stilla lykilorð apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,Endur stilla lykilorð
apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,Uppfærðu að bæta við fleiri en {0} áskrifendur apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,Uppfærðu að bæta við fleiri en {0} áskrifendur
DocType: Workflow State,hand-left,hönd-vinstri DocType: Workflow State,hand-left,hönd-vinstri
apps/frappe/frappe/core/doctype/doctype/doctype.py +472,Fieldtype {0} for {1} cannot be unique,Fieldtype {0} fyrir {1} er ekki að vera einstakt
apps/frappe/frappe/core/doctype/doctype/doctype.py +476,Fieldtype {0} for {1} cannot be unique,Fieldtype {0} fyrir {1} er ekki að vera einstakt
DocType: Email Account,Use SSL,Nota SSL DocType: Email Account,Use SSL,Nota SSL
DocType: Workflow State,play-circle,spila-hring DocType: Workflow State,play-circle,spila-hring
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,Veldu prenta sniði til að breyta apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,Veldu prenta sniði til að breyta
@@ -2447,7 +2447,7 @@ DocType: DocField,No Copy,engin Afrita
DocType: Workflow State,qrcode,qrcode DocType: Workflow State,qrcode,qrcode
apps/frappe/frappe/www/login.html +34,Login with LDAP,Innskráning með LDAP apps/frappe/frappe/www/login.html +34,Login with LDAP,Innskráning með LDAP
DocType: Web Form,Breadcrumbs,breadcrumbs DocType: Web Form,Breadcrumbs,breadcrumbs
apps/frappe/frappe/core/doctype/doctype/doctype.py +671,If Owner,Ef Eigandi
apps/frappe/frappe/core/doctype/doctype/doctype.py +675,If Owner,Ef Eigandi
DocType: OAuth Authorization Code,Expiration time,gildistíma DocType: OAuth Authorization Code,Expiration time,gildistíma
DocType: Web Page,Website Sidebar,Vefsíða Sidebar DocType: Web Page,Website Sidebar,Vefsíða Sidebar
DocType: Web Form,Show Sidebar,Sýna Sidebar DocType: Web Form,Show Sidebar,Sýna Sidebar
@@ -2607,6 +2607,7 @@ DocType: Portal Settings,Hide Standard Menu,Fela Standard Valmynd
apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,Bæta við / Stjórna tölvupóstléna. apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,Bæta við / Stjórna tölvupóstléna.
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},Getur ekki hætt áður en þú sendir. Sjá Umskipti {0} apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},Getur ekki hætt áður en þú sendir. Sjá Umskipti {0}
apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,Print Format {0} er óvirk apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,Print Format {0} er óvirk
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,Vinsamlegast settu upp sjálfgefið tölvupóstreikning frá uppsetningu&gt; Email&gt; Email Account
DocType: Email Alert,Send days before or after the reference date,Senda dögum fyrir eða eftir frestdag DocType: Email Alert,Send days before or after the reference date,Senda dögum fyrir eða eftir frestdag
DocType: User,Allow user to login only after this hour (0-24),Leyfa notanda að skráðu aðeins eftir þessum klukkutíma (0-24) DocType: User,Allow user to login only after this hour (0-24),Leyfa notanda að skráðu aðeins eftir þessum klukkutíma (0-24)
apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,gildi apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,gildi
@@ -2622,7 +2623,6 @@ DocType: ToDo,Priority,Forgangur
DocType: Email Queue,Unsubscribe Param,afskrá Gildi DocType: Email Queue,Unsubscribe Param,afskrá Gildi
DocType: Auto Email Report,Weekly,Vikuleg DocType: Auto Email Report,Weekly,Vikuleg
DocType: Communication,In Reply To,Sem svar við DocType: Communication,In Reply To,Sem svar við
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,Engin sjálfgefin Heimilisfang Snið fannst. Vinsamlegast búðu til nýjan úr Uppsetning&gt; Prentun og merkingu&gt; Heimilisfangmát.
DocType: DocType,Allow Import (via Data Import Tool),Leyfa Import (með Data Import Tool) DocType: DocType,Allow Import (via Data Import Tool),Leyfa Import (með Data Import Tool)
apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,Sr apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,Sr
DocType: DocField,Float,Float DocType: DocField,Float,Float
@@ -2665,7 +2665,7 @@ apps/frappe/frappe/templates/emails/auto_reply.html +1,Thank you for your email,
DocType: DocField,Small Text,lítill texti DocType: DocField,Small Text,lítill texti
apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,Stjórnandi nálgast {0} á {1} gegnum IP Address {2}. apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,Stjórnandi nálgast {0} á {1} gegnum IP Address {2}.
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,Jafnt apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,Jafnt
apps/frappe/frappe/core/doctype/doctype/doctype.py +453,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',Valkostir &#39;Dynamic Link&#39; tegund af sviði að benda á aðra Link Field með valkostum og &#39;DOCTYPE &quot;
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',Valkostir &#39;Dynamic Link&#39; tegund af sviði að benda á aðra Link Field með valkostum og &#39;DOCTYPE &quot;
DocType: About Us Settings,Team Members Heading,Liðsmenn Fyrirsögn DocType: About Us Settings,Team Members Heading,Liðsmenn Fyrirsögn
apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,Ógilt CSV snið apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,Ógilt CSV snið
apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,Setja Fjöldi Varabúnaður apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,Setja Fjöldi Varabúnaður
@@ -2699,7 +2699,7 @@ DocType: Kanban Board Column,Column Name,dálkur Name
DocType: Language,Based On,Byggt á DocType: Language,Based On,Byggt á
apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,gera Default apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,gera Default
apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,Athugaðu Frappe URL netþjóns apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,Athugaðu Frappe URL netþjóns
apps/frappe/frappe/core/doctype/doctype/doctype.py +495,Fieldtype {0} for {1} cannot be indexed,Fieldtype {0} fyrir {1} Ekki er hægt að verðtryggð
apps/frappe/frappe/core/doctype/doctype/doctype.py +499,Fieldtype {0} for {1} cannot be indexed,Fieldtype {0} fyrir {1} Ekki er hægt að verðtryggð
DocType: Communication,Email Account,netfangs DocType: Communication,Email Account,netfangs
DocType: Workflow State,Download,Sækja DocType: Workflow State,Download,Sækja
DocType: Blog Post,Blog Intro,Blog Intro DocType: Blog Post,Blog Intro,Blog Intro
@@ -2731,14 +2731,14 @@ apps/frappe/frappe/email/doctype/email_group/email_group.js +45,New Newsletter,n
DocType: Print Settings,Send Print as PDF,Senda Prenta sem PDF DocType: Print Settings,Send Print as PDF,Senda Prenta sem PDF
DocType: Web Form,Amount,upphæð DocType: Web Form,Amount,upphæð
DocType: Workflow Transition,Allowed,leyfð DocType: Workflow Transition,Allowed,leyfð
apps/frappe/frappe/core/doctype/doctype/doctype.py +502,There can be only one Fold in a form,Það getur verið aðeins eitt Fold í formi
apps/frappe/frappe/core/doctype/doctype/doctype.py +506,There can be only one Fold in a form,Það getur verið aðeins eitt Fold í formi
apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},Ekki er hægt að skrifa skráarsnið fyrir {0} apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},Ekki er hægt að skrifa skráarsnið fyrir {0}
apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,Endurheimta að sjálfgefnar stillingar? apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,Endurheimta að sjálfgefnar stillingar?
apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,Ógilt Page Heim apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,Ógilt Page Heim
apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,Ógild Innskráning. Reyndu aftur. apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,Ógild Innskráning. Reyndu aftur.
DocType: Auto Email Report,Send only if there is any data,Senda einungis ef það er einhver gögn DocType: Auto Email Report,Send only if there is any data,Senda einungis ef það er einhver gögn
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,Endurstilla síur apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,Endurstilla síur
apps/frappe/frappe/core/doctype/doctype/doctype.py +688,{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
apps/frappe/frappe/core/doctype/doctype/doctype.py +692,{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
apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},Framsal lokað af {0} apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},Framsal lokað af {0}
DocType: Integration Request,Remote,Remote DocType: Integration Request,Remote,Remote
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,reikna apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,reikna
@@ -2758,7 +2758,7 @@ DocType: DocField,Perm Level,Perm Level
apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,Viðburðir í dagatalinu dag apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,Viðburðir í dagatalinu dag
DocType: Web Page,Web Page,Vefsíða DocType: Web Page,Web Page,Vefsíða
DocType: Blog Category,Blogger,Blogger DocType: Blog Category,Blogger,Blogger
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In Global Search' not allowed for type {0} in row {1},&#39;Global Search&#39; ekki leyfð fyrir tegund {0} í röð {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +449,'In Global Search' not allowed for type {0} in row {1},&#39;Global Search&#39; ekki leyfð fyrir tegund {0} í röð {1}
apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,view List apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,view List
apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},Dagsetning verður að vera í formi: {0} apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},Dagsetning verður að vera í formi: {0}
DocType: Workflow,Don't Override Status,Ekki Hunsa Status DocType: Workflow,Don't Override Status,Ekki Hunsa Status
@@ -2807,7 +2807,7 @@ DocType: Website Theme,Background,bakgrunnur
DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","JSON listi DocTypes notuð eru til að beita heimildum. Ef tómt, allir tengjast DocTypes verður notað til að beita heimildum." DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","JSON listi DocTypes notuð eru til að beita heimildum. Ef tómt, allir tengjast DocTypes verður notað til að beita heimildum."
DocType: Report,Ref DocType,Ref DOCTYPE DocType: Report,Ref DocType,Ref DOCTYPE
apps/frappe/frappe/www/feedback.py +42,Please add a rating,Vinsamlegast bættu við einkunn apps/frappe/frappe/www/feedback.py +42,Please add a rating,Vinsamlegast bættu við einkunn
apps/frappe/frappe/core/doctype/doctype/doctype.py +700,{0}: Cannot set Amend without Cancel,{0}: Get ekki stillt breyta án Hætta
apps/frappe/frappe/core/doctype/doctype/doctype.py +704,{0}: Cannot set Amend without Cancel,{0}: Get ekki stillt breyta án Hætta
apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,Full Page apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,Full Page
DocType: DocType,Is Child Table,Er Child Tafla DocType: DocType,Is Child Table,Er Child Tafla
apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} verður að vera einn af {1} apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} verður að vera einn af {1}
@@ -2836,7 +2836,7 @@ DocType: Event,Send an email reminder in the morning,Senda áminningu í tölvup
DocType: Blog Post,Published On,birt á DocType: Blog Post,Published On,birt á
DocType: Contact,Gender,kyn DocType: Contact,Gender,kyn
apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,Nauðsynlegur Upplýsingar vantar: apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,Nauðsynlegur Upplýsingar vantar:
apps/frappe/frappe/core/doctype/doctype/doctype.py +492,Field '{0}' cannot be set as Unique as it has non-unique values,Field &#39;{0}&#39; Ekki er hægt að setja eins og einstæður eins og það hefur ekki einstaka gildi
apps/frappe/frappe/core/doctype/doctype/doctype.py +496,Field '{0}' cannot be set as Unique as it has non-unique values,Field &#39;{0}&#39; Ekki er hægt að setja eins og einstæður eins og það hefur ekki einstaka gildi
apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,Aðeins 200 sett leyfð í einum óskað apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,Aðeins 200 sett leyfð í einum óskað
DocType: Footer Item,URL,URL DocType: Footer Item,URL,URL
DocType: ToDo,Reference Type,Tilvísun Type DocType: ToDo,Reference Type,Tilvísun Type
@@ -2879,8 +2879,8 @@ apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +135,Please save
apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} áskrifendur bætt apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} áskrifendur bætt
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,ekki Í apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,ekki Í
DocType: Workflow State,star,stjörnu DocType: Workflow State,star,stjörnu
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +228,values separated by commas,gildi aðskilin með kommum
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Max width for type Currency is 100px in row {0},Max breidd fyrir tegund gjaldmiðillinn er 100px í röð {0}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,values separated by commas,gildi aðskilin með kommum
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,Max width for type Currency is 100px in row {0},Max breidd fyrir tegund gjaldmiðillinn er 100px í röð {0}
apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},Vinsamlegast segðu álit þitt fyrir {0} apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},Vinsamlegast segðu álit þitt fyrir {0}
apps/frappe/frappe/config/website.py +13,Content web page.,Efni á vefnum síðu. apps/frappe/frappe/config/website.py +13,Content web page.,Efni á vefnum síðu.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Bæta nýju hlutverki apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Bæta nýju hlutverki
@@ -2898,7 +2898,7 @@ apps/frappe/frappe/public/js/frappe/desk.js +383,Please Enter Your Password to C
apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,Ekki gild LDAP notanda apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,Ekki gild LDAP notanda
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} ekki gilt State apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} ekki gilt State
apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',Vinsamlegast veldu annan greiðslumáta. PayPal styður ekki viðskipti í mynt &#39;{0}&#39; apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',Vinsamlegast veldu annan greiðslumáta. PayPal styður ekki viðskipti í mynt &#39;{0}&#39;
apps/frappe/frappe/core/doctype/doctype/doctype.py +519,Search field {0} is not valid,Leita reit {0} er ekki gilt
apps/frappe/frappe/core/doctype/doctype/doctype.py +523,Search field {0} is not valid,Leita reit {0} er ekki gilt
DocType: Workflow State,ok-circle,OK-hring DocType: Workflow State,ok-circle,OK-hring
apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',Þú getur fundið það með því að spyrja &quot;finna appelsínu í viðskiptavini &#39; apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',Þú getur fundið það með því að spyrja &quot;finna appelsínu í viðskiptavini &#39;
apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,Afsakið! Notandi ætti að hafa fullan aðgang að eigin met sitt. apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,Afsakið! Notandi ætti að hafa fullan aðgang að eigin met sitt.
@@ -2967,7 +2967,7 @@ DocType: User,Background Style,bakgrunnur Style
apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},sameinuð {0} í {1} apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},sameinuð {0} í {1}
DocType: System Settings,mm-dd-yyyy,mm-dd-áááá DocType: System Settings,mm-dd-yyyy,mm-dd-áááá
apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} innskráður apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} innskráður
apps/frappe/frappe/templates/emails/new_user.html +4,Your login id is,tenging id er
apps/frappe/frappe/templates/emails/new_user.html +3,Your login id is,tenging id er
DocType: OAuth Client,Skip Authorization,Sleppa Authorization DocType: OAuth Client,Skip Authorization,Sleppa Authorization
DocType: Web Form,Amount Field,upphæð Field DocType: Web Form,Amount Field,upphæð Field
DocType: Dropbox Settings,Send Notifications To,Senda tilkynningar til DocType: Dropbox Settings,Send Notifications To,Senda tilkynningar til


+ 96
- 96
frappe/translations/it.csv View File

@@ -55,7 +55,7 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +52,Data Import Templa
apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,Genitore apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,Genitore
DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","Se abilitato, la forza della password verrà eseguita in base al valore Punteggio minima password. Un valore di 2 è medio forte e 4 è molto forte." DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","Se abilitato, la forza della password verrà eseguita in base al valore Punteggio minima password. Un valore di 2 è medio forte e 4 è molto forte."
DocType: About Us Settings,"""Team Members"" or ""Management""",&quot;Membri del team&quot; o &quot;gestione&quot; DocType: About Us Settings,"""Team Members"" or ""Management""",&quot;Membri del team&quot; o &quot;gestione&quot;
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Default for 'Check' type of field must be either '0' or '1',Il valore predefinito per il tipo di campo 'Verifica' deve essere '0' oppure '1'
apps/frappe/frappe/core/doctype/doctype/doctype.py +461,Default for 'Check' type of field must be either '0' or '1',Il valore predefinito per il tipo di campo 'Verifica' deve essere '0' oppure '1'
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,Ieri apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,Ieri
DocType: Contact,Designation,Designazione DocType: Contact,Designation,Designazione
DocType: Test Runner,Test Runner,Test Runner DocType: Test Runner,Test Runner,Test Runner
@@ -71,7 +71,7 @@ DocType: DocType,Is Published Field,È pubblicato Campo
DocType: Email Group,Email Group,Email Group DocType: Email Group,Email Group,Email Group
DocType: Note,Seen By,Visto da DocType: Note,Seen By,Visto da
apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,Aggiungi più apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,Aggiungi più
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Not Like,Non come
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Not Like,Non come
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,Impostare l'etichetta di visualizzazione per il campo apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,Impostare l'etichetta di visualizzazione per il campo
apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},Valore errato: {0} deve essere {1} {2} apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},Valore errato: {0} deve essere {1} {2}
apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","Modificare le proprietà di campo ( nascondere , in sola lettura, autorizzazione ecc )" apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","Modificare le proprietà di campo ( nascondere , in sola lettura, autorizzazione ecc )"
@@ -160,7 +160,8 @@ apps/frappe/frappe/public/js/frappe/upload.js +296,Uploading...,Caricamento ...
DocType: Email Domain,Email Domain,Dominio Email DocType: Email Domain,Email Domain,Dominio Email
DocType: Workflow State,italic,corsivo DocType: Workflow State,italic,corsivo
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,Per tutti apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,Per tutti
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,{0}: Cannot set Import without Create,{0}: Impossibile impostare Importazione senza Creazione
apps/frappe/frappe/core/doctype/doctype/doctype.py +706,{0}: Cannot set Import without Create,{0}: Impossibile impostare Importazione senza Creazione
apps/frappe/frappe/templates/emails/auto_email_report.html +45,View report in your browser,Visualizza il tuo rapporto nel tuo browser
apps/frappe/frappe/config/desk.py +26,Event and other calendars.,Evento e altri calendari. apps/frappe/frappe/config/desk.py +26,Event and other calendars.,Evento e altri calendari.
apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,Tutti i campi sono necessari per presentare il commento. apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,Tutti i campi sono necessari per presentare il commento.
apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,Trascina per ordinare le colonne apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,Trascina per ordinare le colonne
@@ -237,7 +238,7 @@ apps/frappe/frappe/config/setup.py +121,Update many values at one time.,Aggiorna
apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,Errore: Il Documento è stato modificato dopo averlo aperto apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,Errore: Il Documento è stato modificato dopo averlo aperto
apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} disconnesso: {1} apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} disconnesso: {1}
DocType: Address,West Bengal,West Bengal DocType: Address,West Bengal,West Bengal
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0}: Cannot set Assign Submit if not Submittable,{0}: Impossibile Confermare se non Confermabile
apps/frappe/frappe/core/doctype/doctype/doctype.py +727,{0}: Cannot set Assign Submit if not Submittable,{0}: Impossibile Confermare se non Confermabile
DocType: Social Login Keys,Facebook,Facebook DocType: Social Login Keys,Facebook,Facebook
apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",Filtrato per &quot;{0}&quot; apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",Filtrato per &quot;{0}&quot;
DocType: Salutation,Administrator,Amministratore DocType: Salutation,Administrator,Amministratore
@@ -261,7 +262,7 @@ DocType: User,Get your globally recognized avatar from Gravatar.com,Ottieni il t
apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","L&#39;abbonamento è scaduto il {0}. Per rinnovare, {1}." apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","L&#39;abbonamento è scaduto il {0}. Per rinnovare, {1}."
DocType: Workflow State,plus-sign,segno più DocType: Workflow State,plus-sign,segno più
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,Setup già completo apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,Setup già completo
apps/frappe/frappe/__init__.py +897,App {0} is not installed,App {0} non è installato
apps/frappe/frappe/__init__.py +898,App {0} is not installed,App {0} non è installato
DocType: Workflow State,Refresh,Aggiorna DocType: Workflow State,Refresh,Aggiorna
DocType: Event,Public,Pubblico DocType: Event,Public,Pubblico
apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,Niente da mostrare apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,Niente da mostrare
@@ -269,7 +270,7 @@ apps/frappe/frappe/public/js/frappe/model/model.js +24,Liked By,Utile per
apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,E-mail di sostegno apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,E-mail di sostegno
DocType: DocField,Print Hide If No Value,Stampa Nascondere se nessun valore DocType: DocField,Print Hide If No Value,Stampa Nascondere se nessun valore
DocType: Event,yellow,giallo DocType: Event,yellow,giallo
apps/frappe/frappe/core/doctype/doctype/doctype.py +563,Is Published Field must be a valid fieldname,Si pubblica campo deve essere un nome di campo valido
apps/frappe/frappe/core/doctype/doctype/doctype.py +567,Is Published Field must be a valid fieldname,Si pubblica campo deve essere un nome di campo valido
apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,Upload Attachment apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,Upload Attachment
DocType: Block Module,Block Module,Block Modulo DocType: Block Module,Block Module,Block Modulo
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,Esporta Modello apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,Esporta Modello
@@ -286,7 +287,7 @@ DocType: Email Account,Total number of emails to sync in initial sync process ,N
DocType: Website Settings,Set Banner from Image,Impostare Banner da immagine DocType: Website Settings,Set Banner from Image,Impostare Banner da immagine
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,Ricerca globale apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,Ricerca globale
DocType: Email Account,SparkPost,SparkPost DocType: Email Account,SparkPost,SparkPost
apps/frappe/frappe/templates/emails/new_user.html +3,A new account has been created for you at {0},Un nuovo account è stato creato per te su: {0}
apps/frappe/frappe/templates/emails/new_user.html +2,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 +178,Instructions Emailed,Istruzioni inviate via email apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,Istruzioni inviate via email
apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),Inserisci e-mail destinatario (s) apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),Inserisci e-mail destinatario (s)
DocType: Print Format,Verdana,Verdana DocType: Print Format,Verdana,Verdana
@@ -352,7 +353,7 @@ apps/frappe/frappe/utils/nestedset.py +218,Merging is only possible between Grou
apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},Aggiunti {0} apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},Aggiunti {0}
apps/frappe/frappe/www/search.html +28,No matching records. Search something new,Non ha prodotto. Cerca qualcosa di nuovo apps/frappe/frappe/www/search.html +28,No matching records. Search something new,Non ha prodotto. Cerca qualcosa di nuovo
DocType: Currency,Fraction Units,Unità Frazione DocType: Currency,Fraction Units,Unità Frazione
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +431,{0} from {1} to {2},{0} da {1} a {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +433,{0} from {1} to {2},{0} da {1} a {2}
DocType: Communication,Type,Tipo DocType: Communication,Type,Tipo
DocType: Authentication Log,Subject,Oggetto DocType: Authentication Log,Subject,Oggetto
DocType: Web Form,Amount Based On Field,Importo basato sul Campo DocType: Web Form,Amount Based On Field,Importo basato sul Campo
@@ -365,10 +366,10 @@ DocType: Workflow State,plane,piano
apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","Se si sta caricando nuovi record, ""Naming Series"" diventa obbligatoria, se presente." apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","Se si sta caricando nuovi record, ""Naming Series"" diventa obbligatoria, se presente."
apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,Ricevi avvisi di Oggi apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,Ricevi avvisi di Oggi
apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DocType può essere rinominato solo dall'amministratore apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DocType può essere rinominato solo dall'amministratore
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +442,changed value of {0},valore modificato {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +444,changed value of {0},valore modificato {0}
DocType: Report,JSON,JSON DocType: Report,JSON,JSON
apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,Si prega di controllare la posta elettronica per la verifica apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,Si prega di controllare la posta elettronica per la verifica
apps/frappe/frappe/core/doctype/doctype/doctype.py +509,Fold can not be at the end of the form,Fold non può essere alla fine del modulo
apps/frappe/frappe/core/doctype/doctype/doctype.py +513,Fold can not be at the end of the form,Fold non può essere alla fine del modulo
DocType: Communication,Bounced,Bounced DocType: Communication,Bounced,Bounced
DocType: Deleted Document,Deleted Name,Nome eliminata DocType: Deleted Document,Deleted Name,Nome eliminata
apps/frappe/frappe/config/setup.py +14,System and Website Users,Sistema e utenti del sito apps/frappe/frappe/config/setup.py +14,System and Website Users,Sistema e utenti del sito
@@ -376,25 +377,26 @@ DocType: Workflow Document State,Doc Status,Stato Doc
DocType: Auto Email Report,No of Rows (Max 500),No di file (max 500) DocType: Auto Email Report,No of Rows (Max 500),No di file (max 500)
DocType: Language,Language Code,Codice lingua DocType: Language,Language Code,Codice lingua
apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","Il download è in costruzione, l&#39;operazione potrebbe richiedere alcuni minuti ..." apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","Il download è in costruzione, l&#39;operazione potrebbe richiedere alcuni minuti ..."
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +23,Add Filter,Aggiungi filtro
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +21,Add Filter,Aggiungi filtro
apps/frappe/frappe/www/feedback.html +23,Your rating: ,Il tuo punteggio: apps/frappe/frappe/www/feedback.html +23,Your rating: ,Il tuo punteggio:
apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} e {1} apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} e {1}
DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Aggiungere sempre &quot;Bozza&quot; Intestazione per progetti di stampa dei documenti DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Aggiungere sempre &quot;Bozza&quot; Intestazione per progetti di stampa dei documenti
apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,L&#39;email è stata contrassegnata come spam apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,L&#39;email è stata contrassegnata come spam
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,Impostazione&gt; Utente
DocType: About Us Settings,Website Manager,Sito web manager DocType: About Us Settings,Website Manager,Sito web manager
apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,Hai selezionato un documento in Bozza o Eliminato apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,Hai selezionato un documento in Bozza o Eliminato
apps/frappe/frappe/model/document.py +1044,Document Queued,documento in coda apps/frappe/frappe/model/document.py +1044,Document Queued,documento in coda
DocType: GSuite Templates,Destination ID,ID destinazione DocType: GSuite Templates,Destination ID,ID destinazione
DocType: Desktop Icon,List,Lista DocType: Desktop Icon,List,Lista
DocType: Communication,Link Name,Nome collegamento DocType: Communication,Link Name,Nome collegamento
apps/frappe/frappe/core/doctype/doctype/doctype.py +433,Field {0} in row {1} cannot be hidden and mandatory without default,"Il campo {0} in riga {1} non può essere nascosta e obbligatoria , senza di default"
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Field {0} in row {1} cannot be hidden and mandatory without default,"Il campo {0} in riga {1} non può essere nascosta e obbligatoria , senza di default"
DocType: System Settings,mm/dd/yyyy,mm/gg/aaaa DocType: System Settings,mm/dd/yyyy,mm/gg/aaaa
apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,Password non valida: apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,Password non valida:
DocType: Print Settings,Send document web view link in email,Invia documento visualizzazione Web link in email DocType: Print Settings,Send document web view link in email,Invia documento visualizzazione Web link in email
apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,Fai il nostro per il documento {0} è stato salvato con successo apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,Fai il nostro per il documento {0} è stato salvato con successo
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,precedente apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,precedente
apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,R: apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,R:
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +496,{0} rows for {1},{0} righe per {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +498,{0} rows for {1},{0} righe per {1}
DocType: Currency,"Sub-currency. For e.g. ""Cent""","Sub-valuta. P. es. ""Cent""" DocType: Currency,"Sub-currency. For e.g. ""Cent""","Sub-valuta. P. es. ""Cent"""
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,Selezionare il file caricato apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,Selezionare il file caricato
DocType: Letter Head,Check this to make this the default letter head in all prints,Seleziona per usare questa intestazione in tutte le stampe DocType: Letter Head,Check this to make this the default letter head in all prints,Seleziona per usare questa intestazione in tutte le stampe
@@ -417,7 +419,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +5,
DocType: Event,Wednesday,Mercoledì DocType: Event,Wednesday,Mercoledì
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","Oltre a regole di autorizzazione basato sul ruolo , è possibile applicare autorizzazioni utente basata su DOCTYPE ." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","Oltre a regole di autorizzazione basato sul ruolo , è possibile applicare autorizzazioni utente basata su DOCTYPE ."
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.",Queste autorizzazioni si applicano per tutte le operazioni in cui il record consentito è collegato . apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.",Queste autorizzazioni si applicano per tutte le operazioni in cui il record consentito è collegato .
apps/frappe/frappe/core/doctype/doctype/doctype.py +554,Image field must be a valid fieldname,campo di immagine deve essere un nome di campo valido
apps/frappe/frappe/core/doctype/doctype/doctype.py +558,Image field must be a valid fieldname,campo di immagine deve essere un nome di campo valido
DocType: OAuth Client,Token,Gettone DocType: OAuth Client,Token,Gettone
DocType: Property Setter,ID (name) of the entity whose property is to be set,ID (nome) dell'elemento la cui proprietà deve essere impostata DocType: Property Setter,ID (name) of the entity whose property is to be set,ID (nome) dell'elemento la cui proprietà deve essere impostata
apps/frappe/frappe/limits.py +82,"To renew, {0}.","Per rinnovare, {0}." apps/frappe/frappe/limits.py +82,"To renew, {0}.","Per rinnovare, {0}."
@@ -426,7 +428,7 @@ DocType: Web Form,Sidebar Items,articoli Sidebar
apps/frappe/frappe/installer.py +125,App {0} already installed,App {0} già installato apps/frappe/frappe/installer.py +125,App {0} already installed,App {0} già installato
DocType: Workflow State,exclamation-sign,esclamazione-sign DocType: Workflow State,exclamation-sign,esclamazione-sign
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,Mostra Permessi apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,Mostra Permessi
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a Link or Dynamic Link,campo Timeline deve essere un link o collegamento dinamico
apps/frappe/frappe/core/doctype/doctype/doctype.py +578,Timeline field must be a Link or Dynamic Link,campo Timeline deve essere un link o collegamento dinamico
apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,Intervallo di date apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,Intervallo di date
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,Gantt apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,Gantt
apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},Pagina {0} di {1} apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},Pagina {0} di {1}
@@ -456,18 +458,18 @@ DocType: Workflow State,music,musica
DocType: Web Page,Settings,Impostazioni DocType: Web Page,Settings,Impostazioni
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,Si prega di specificare doctype apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,Si prega di specificare doctype
DocType: Print Format,Style Settings,Regolazioni DocType: Print Format,Style Settings,Regolazioni
apps/frappe/frappe/core/doctype/doctype/doctype.py +585,Sort field {0} must be a valid fieldname,Ordina campo {0} deve essere un nome di campo valido
apps/frappe/frappe/core/doctype/doctype/doctype.py +589,Sort field {0} must be a valid fieldname,Ordina campo {0} deve essere un nome di campo valido
apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,Più apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,Più
DocType: Contact,Sales Manager,Sales Manager DocType: Contact,Sales Manager,Sales Manager
apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,Rinomina apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,Rinomina
DocType: Print Format,Format Data,Formato dati DocType: Print Format,Format Data,Formato dati
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Like,come
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Like,come
DocType: Customize Form Field,Customize Form Field,Personalizzare Campo modulo DocType: Customize Form Field,Customize Form Field,Personalizzare Campo modulo
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,Consentire Utente apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,Consentire Utente
DocType: OAuth Client,Grant Type,Tipo di grant DocType: OAuth Client,Grant Type,Tipo di grant
apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,Controllare che i documenti siano leggibili da un utente apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,Controllare che i documenti siano leggibili da un utente
apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,Applicazione di annunci non consentita apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,Applicazione di annunci non consentita
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,use % as wildcard,usare% come carattere jolly
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +230,use % as wildcard,usare% come carattere jolly
apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","Il Dominio Email non è stato configurato per questo account, crearne uno?" apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","Il Dominio Email non è stato configurato per questo account, crearne uno?"
DocType: User,Reset Password Key,Reimposta Password DocType: User,Reset Password Key,Reimposta Password
DocType: Email Account,Enable Auto Reply,Abilita risposta automatica DocType: Email Account,Enable Auto Reply,Abilita risposta automatica
@@ -492,11 +494,12 @@ apps/frappe/frappe/model/document.py +574,Cannot change docstatus from 1 to 0,Im
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,Prendere Backup adesso apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,Prendere Backup adesso
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,Benvenuto apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,Benvenuto
apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,Applicazioni installate apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,Applicazioni installate
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,Impostazione&gt; Gestione autorizzazioni utente
DocType: Contact,Open,Aperto DocType: Contact,Open,Aperto
DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,Definisce le azioni su stati e il passo successivo e ruoli consentiti. DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,Definisce le azioni su stati e il passo successivo e ruoli consentiti.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","Come best practice , non assegnare lo stesso insieme di regole permesso di ruoli diversi. Invece , impostare più ruoli allo stesso utente ." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","Come best practice , non assegnare lo stesso insieme di regole permesso di ruoli diversi. Invece , impostare più ruoli allo stesso utente ."
DocType: Web Form,Message to be displayed on successful completion,Messaggio da visualizzare se completato con successo DocType: Web Form,Message to be displayed on successful completion,Messaggio da visualizzare se completato con successo
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +42,Only {0} emailed reports are allowed per user,Solo {0} inviati via email rapporti sono consentiti per utente
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +43,Only {0} emailed reports are allowed per user,Solo {0} inviati via email rapporti sono consentiti per utente
DocType: Address,Address Title,Titolo indirizzo DocType: Address,Address Title,Titolo indirizzo
DocType: Website Settings,Footer Items,Elementi Piè di Pagina DocType: Website Settings,Footer Items,Elementi Piè di Pagina
apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,Richiedi informazioni apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,Richiedi informazioni
@@ -511,7 +514,7 @@ DocType: DocField,Set Only Once,Impostata una sola volta
DocType: Email Queue Recipient,Email Queue Recipient,Destinatario Queue-mail DocType: Email Queue Recipient,Email Queue Recipient,Destinatario Queue-mail
DocType: Address,Nagaland,Nagaland DocType: Address,Nagaland,Nagaland
apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,Nome utente {0} già presente apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,Nome utente {0} già presente
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set import as {1} is not importable,{0}: Impossibile impostare importazione dato che {1} non è importabile
apps/frappe/frappe/core/doctype/doctype/doctype.py +733,{0}: Cannot set import as {1} is not importable,{0}: Impossibile impostare importazione dato che {1} non è importabile
apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},C&#39;è un errore nel vostro indirizzo template {0} apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},C&#39;è un errore nel vostro indirizzo template {0}
DocType: Footer Item,"target = ""_blank""",target = &quot;_blank&quot; DocType: Footer Item,"target = ""_blank""",target = &quot;_blank&quot;
DocType: Workflow State,hdd,hdd DocType: Workflow State,hdd,hdd
@@ -523,7 +526,7 @@ DocType: Communication,From Full Name,Da Nome completo
apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},Non si dispone dell'accesso a Report: {0} apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},Non si dispone dell'accesso a Report: {0}
DocType: User,Send Welcome Email,Invia email di benvenuto DocType: User,Send Welcome Email,Invia email di benvenuto
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,Carica file CSV contenente tutte le autorizzazioni degli utenti nello stesso formato come Download. apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,Carica file CSV contenente tutte le autorizzazioni degli utenti nello stesso formato come Download.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +449,Remove Filter,Rimuovi Filtro
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +450,Remove Filter,Rimuovi Filtro
DocType: Address,Daman and Diu,Daman e Diu DocType: Address,Daman and Diu,Daman e Diu
DocType: Address,Personal,Personale DocType: Address,Personal,Personale
apps/frappe/frappe/config/setup.py +113,Bulk Rename,Rinomina in massa apps/frappe/frappe/config/setup.py +113,Bulk Rename,Rinomina in massa
@@ -553,13 +556,12 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.js +33,Send
apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","DocType standard non può avere il formato di stampa predefinito, utilizzare Personalizza modulo" apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","DocType standard non può avere il formato di stampa predefinito, utilizzare Personalizza modulo"
DocType: Report,Query,Query DocType: Report,Query,Query
DocType: DocType,Sort Order,ordine DocType: DocType,Sort Order,ordine
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,'In List View' not allowed for type {0} in row {1},'Modalità Lista' non consentito per il tipo {0} in riga {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In List View' not allowed for type {0} in row {1},'Modalità Lista' non consentito per il tipo {0} in riga {1}
DocType: Custom Field,Select the label after which you want to insert new field.,Selezionare l&#39;etichetta dopo la quale si desidera inserire nuovo campo. DocType: Custom Field,Select the label after which you want to insert new field.,Selezionare l&#39;etichetta dopo la quale si desidera inserire nuovo campo.
,Document Share Report,"Report ""Condividi Documento""" ,Document Share Report,"Report ""Condividi Documento"""
DocType: User,Last Login,Ultimo Login DocType: User,Last Login,Ultimo Login
apps/frappe/frappe/core/doctype/doctype/doctype.py +600,Fieldname is required in row {0},Il nome del campo è richiesto in riga {0}
apps/frappe/frappe/core/doctype/doctype/doctype.py +604,Fieldname is required in row {0},Il nome del campo è richiesto in riga {0}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,Colonna apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,Colonna
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,Imposta l&#39;account di posta elettronica predefinito da Setup&gt; Email&gt; Account di posta elettronica
DocType: Custom Field,Adds a custom field to a DocType,Aggiunge un campo personalizzato a un DOCTYPE DocType: Custom Field,Adds a custom field to a DocType,Aggiunge un campo personalizzato a un DOCTYPE
DocType: File,Is Home Folder,È Cartella Home DocType: File,Is Home Folder,È Cartella Home
apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} non è un indirizzo e-mail valido apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} non è un indirizzo e-mail valido
@@ -583,7 +585,7 @@ DocType: File,Folder,Cartella
DocType: DocField,Index,Indice DocType: DocField,Index,Indice
DocType: Email Group,Newsletter Manager,Newsletter Manager DocType: Email Group,Newsletter Manager,Newsletter Manager
apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,Opzione 1 apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,Opzione 1
apps/frappe/frappe/public/js/frappe/form/formatters.js +124,{0} to {1},{0} a {1}
apps/frappe/frappe/public/js/frappe/form/formatters.js +129,{0} to {1},{0} a {1}
apps/frappe/frappe/config/setup.py +89,Log of error during requests.,Log di errore durante le richieste. apps/frappe/frappe/config/setup.py +89,Log of error during requests.,Log di errore durante le richieste.
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} correttamente aggiunto al gruppo e-mail. apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} correttamente aggiunto al gruppo e-mail.
DocType: Address,Uttar Pradesh,Uttar Pradesh DocType: Address,Uttar Pradesh,Uttar Pradesh
@@ -593,7 +595,7 @@ apps/frappe/frappe/email/doctype/newsletter/newsletter.py +30,Scheduled to send
DocType: Kanban Board Column,Indicator,Indicatore DocType: Kanban Board Column,Indicator,Indicatore
DocType: DocShare,Everyone,Tutti DocType: DocShare,Everyone,Tutti
DocType: Workflow State,backward,Indietro DocType: Workflow State,backward,Indietro
apps/frappe/frappe/core/doctype/doctype/doctype.py +676,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: Solo una regola permessa per lo stesso Ruolo, Livello e {1}"
apps/frappe/frappe/core/doctype/doctype/doctype.py +680,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: Solo una regola permessa per lo stesso Ruolo, Livello e {1}"
DocType: Email Queue,Add Unsubscribe Link,Aggiungere Cancellati link DocType: Email Queue,Add Unsubscribe Link,Aggiungere Cancellati link
apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,Ancora nessun commento. Inizia una nuova discussione. apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,Ancora nessun commento. Inizia una nuova discussione.
DocType: Workflow State,share,quota DocType: Workflow State,share,quota
@@ -632,7 +634,7 @@ apps/frappe/frappe/printing/doctype/print_format/print_format.py +80,{0} is now
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,Colonne archiviati apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,Colonne archiviati
DocType: Email Account,Default Outgoing,Posta in Uscita predefinita DocType: Email Account,Default Outgoing,Posta in Uscita predefinita
DocType: Workflow State,play,giocare DocType: Workflow State,play,giocare
apps/frappe/frappe/templates/emails/new_user.html +5,Click on the link below to complete your registration and set a new password,Clicca sul link qui sotto per completare la registrazione e impostare una nuova password
apps/frappe/frappe/templates/emails/new_user.html +4,Click on the link below to complete your registration and set a new password,Clicca sul link qui sotto per completare la registrazione e impostare una nuova password
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,Non aggiungere apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,Non aggiungere
apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,Nessun account di posta elettronica assegnato apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,Nessun account di posta elettronica assegnato
DocType: Contact Us Settings,Contact Us Settings,Impostazioni Contattaci DocType: Contact Us Settings,Contact Us Settings,Impostazioni Contattaci
@@ -653,13 +655,13 @@ apps/frappe/frappe/core/page/user_permissions/user_permissions.js +127,Upload Us
DocType: Dropbox Settings,App Secret Key,App chiave segreta DocType: Dropbox Settings,App Secret Key,App chiave segreta
apps/frappe/frappe/config/website.py +7,Web Site,Sito web apps/frappe/frappe/config/website.py +7,Web Site,Sito web
apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,Gli elementi selezionati verranno visualizzati sulla Scrivania apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,Gli elementi selezionati verranno visualizzati sulla Scrivania
apps/frappe/frappe/core/doctype/doctype/doctype.py +719,{0} cannot be set for Single types,{0} non può essere impostato per Tipi Singoli
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0} cannot be set for Single types,{0} non può essere impostato per Tipi Singoli
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Kanban Consiglio {0} non esiste. apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Kanban Consiglio {0} non esiste.
apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} stanno attualmente visualizzando questo documento apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} stanno attualmente visualizzando questo documento
DocType: ToDo,Assigned By Full Name,Assegnato By Nome completo DocType: ToDo,Assigned By Full Name,Assegnato By Nome completo
apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} aggiornato apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} aggiornato
apps/frappe/frappe/core/doctype/doctype/doctype.py +709,Report cannot be set for Single types,Rapporto non può essere impostato per i tipi semplici
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} giorni fà
apps/frappe/frappe/core/doctype/doctype/doctype.py +713,Report cannot be set for Single types,Rapporto non può essere impostato per i tipi semplici
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} giorni fa
DocType: Email Account,Awaiting Password,In attesa di password DocType: Email Account,Awaiting Password,In attesa di password
DocType: Address,Address Line 1,Indirizzo DocType: Address,Address Line 1,Indirizzo
DocType: Custom DocPerm,Role,Ruolo DocType: Custom DocPerm,Role,Ruolo
@@ -708,7 +710,7 @@ DocType: Feedback Trigger,"To add dynamic subject, use jinja tags like
apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,App {0} rimossa apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,App {0} rimossa
DocType: Custom DocPerm,Apply User Permissions,Applica autorizzazioni utente DocType: Custom DocPerm,Apply User Permissions,Applica autorizzazioni utente
DocType: User,Modules HTML,Moduli HTML DocType: User,Modules HTML,Moduli HTML
apps/frappe/frappe/public/js/frappe/ui/field_group.js +82,Missing Values Required,Valori mancanti richiesti
apps/frappe/frappe/public/js/frappe/ui/field_group.js +96,Missing Values Required,Valori mancanti richiesti
DocType: DocType,Other Settings,Altre impostazioni DocType: DocType,Other Settings,Altre impostazioni
DocType: Social Login Keys,Frappe,Frappé DocType: Social Login Keys,Frappe,Frappé
apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,Segna come non letto apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,Segna come non letto
@@ -762,7 +764,7 @@ DocType: Event,orange,arancia
apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,No {0} trovati apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,No {0} trovati
apps/frappe/frappe/config/setup.py +242,Add custom forms.,Aggiungere moduli personalizzati. apps/frappe/frappe/config/setup.py +242,Add custom forms.,Aggiungere moduli personalizzati.
apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} in {2} apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} in {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +419,submitted this document,presentato questo documento
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,submitted this document,presentato questo documento
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,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 . apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,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: Communication,CC,CC
DocType: Country,Geo,Geo DocType: Country,Geo,Geo
@@ -812,7 +814,7 @@ DocType: DocType,Hide Toolbar,Nascondi la Barra degli Strumenti
DocType: User,Last Active,Ultimo attivo DocType: User,Last Active,Ultimo attivo
DocType: Email Account,SMTP Settings for outgoing emails,Impostazioni SMTP per le email in uscita DocType: Email Account,SMTP Settings for outgoing emails,Impostazioni SMTP per le email in uscita
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,Importazione non riuscita apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,Importazione non riuscita
apps/frappe/frappe/templates/emails/password_update.html +3,Your password has been updated. Here is your new password,La tua password è stata aggiornata. Ecco la nuova password
apps/frappe/frappe/templates/emails/password_update.html +2,Your password has been updated. Here is your new password,La tua password è stata aggiornata. Ecco la nuova password
DocType: Email Account,Auto Reply Message,Auto Reply Message DocType: Email Account,Auto Reply Message,Auto Reply Message
DocType: Feedback Trigger,Condition,Condizione DocType: Feedback Trigger,Condition,Condizione
apps/frappe/frappe/utils/data.py +546,{0} hours ago,{0} ore fa apps/frappe/frappe/utils/data.py +546,{0} hours ago,{0} ore fa
@@ -820,7 +822,6 @@ apps/frappe/frappe/utils/data.py +556,1 month ago,1 mese fa
DocType: Contact,User ID,ID utente DocType: Contact,User ID,ID utente
DocType: Communication,Sent,Inviati DocType: Communication,Sent,Inviati
DocType: Address,Kerala,Kerala DocType: Address,Kerala,Kerala
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} anno (i) fa
DocType: File,Lft,LFT DocType: File,Lft,LFT
DocType: User,Simultaneous Sessions,Sessioni Simultanee DocType: User,Simultaneous Sessions,Sessioni Simultanee
DocType: OAuth Client,Client Credentials,Credenziali client DocType: OAuth Client,Client Credentials,Credenziali client
@@ -837,7 +838,7 @@ DocType: Email Queue,Unsubscribe Method,Modalità di disiscrizione
DocType: GSuite Templates,Related DocType,DocType correlato DocType: GSuite Templates,Related DocType,DocType correlato
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,Modifica per aggiungere contenuti apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,Modifica per aggiungere contenuti
apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,selezionare le lingue apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,selezionare le lingue
apps/frappe/frappe/__init__.py +517,No permission for {0},Nessun permesso per {0}
apps/frappe/frappe/__init__.py +518,No permission for {0},Nessun permesso per {0}
DocType: DocType,Advanced,Avanzato DocType: DocType,Advanced,Avanzato
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,Sembra chiave API o API Secret è sbagliato !!! apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,Sembra chiave API o API Secret è sbagliato !!!
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Riferimento: {0} {1} apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},Riferimento: {0} {1}
@@ -869,14 +870,14 @@ DocType: Custom DocPerm,Additional Permissions,Autorizzazioni aggiuntive
DocType: Email Account,Always use Account's Email Address as Sender,Utilizza sempre l'indirizzo email dell'account come mittente DocType: Email Account,Always use Account's Email Address as Sender,Utilizza sempre l'indirizzo email dell'account come mittente
apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,Effettua il login per commentare apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,Effettua il login per commentare
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,Avviare l'immissione di dati al di sotto di questa linea apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,Avviare l'immissione di dati al di sotto di questa linea
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +474,changed values for {0},valori modificati per {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +476,changed values for {0},valori modificati per {0}
DocType: Workflow State,retweet,rispondi DocType: Workflow State,retweet,rispondi
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,Specificare il valore del campo apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,Specificare il valore del campo
DocType: Report,Disabled,Disabilitato DocType: Report,Disabled,Disabilitato
DocType: Workflow State,eye-close,occhio da vicino DocType: Workflow State,eye-close,occhio da vicino
DocType: OAuth Provider Settings,OAuth Provider Settings,Impostazioni OAuth Provider DocType: OAuth Provider Settings,OAuth Provider Settings,Impostazioni OAuth Provider
apps/frappe/frappe/config/setup.py +254,Applications,applicazioni apps/frappe/frappe/config/setup.py +254,Applications,applicazioni
apps/frappe/frappe/public/js/frappe/request.js +349,Report this issue,Segnala il problema
apps/frappe/frappe/public/js/frappe/request.js +353,Report this issue,Segnala il problema
apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,Il nome è obbligatorio apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,Il nome è obbligatorio
DocType: Custom Script,Adds a custom script (client or server) to a DocType,Aggiunge un script personalizzato (client o server) per un DOCTYPE DocType: Custom Script,Adds a custom script (client or server) to a DocType,Aggiunge un script personalizzato (client o server) per un DOCTYPE
DocType: Address,City/Town,Città/Paese DocType: Address,City/Town,Città/Paese
@@ -960,7 +961,7 @@ DocType: Web Form,Actions,Azioni
DocType: Workflow State,align-justify,allineamento giustificare DocType: Workflow State,align-justify,allineamento giustificare
DocType: User,Middle Name (Optional),Secondo Nome (facoltativo) DocType: User,Middle Name (Optional),Secondo Nome (facoltativo)
apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,Non Consentito apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,Non Consentito
apps/frappe/frappe/public/js/frappe/ui/field_group.js +83,Following fields have missing values:,Seguenti campi hanno valori mancanti:
apps/frappe/frappe/public/js/frappe/ui/field_group.js +97,Following fields have missing values:,Seguenti campi hanno valori mancanti:
apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,Non si dispone di autorizzazioni sufficienti per completare l&#39;azione apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,Non si dispone di autorizzazioni sufficienti per completare l&#39;azione
apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,Nessun risultato apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,Nessun risultato
DocType: System Settings,Security,sicurezza DocType: System Settings,Security,sicurezza
@@ -1003,7 +1004,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js +133,Hide Details,Nascondi De
DocType: Workflow State,Tasks,Attività DocType: Workflow State,Tasks,Attività
DocType: Event,Tuesday,Martedì DocType: Event,Tuesday,Martedì
DocType: Blog Settings,Blog Settings,Impostazioni Blog DocType: Blog Settings,Blog Settings,Impostazioni Blog
apps/frappe/frappe/templates/emails/new_user.html +17,You can also copy-paste this link in your browser,È possibile anche copiare e incollare questo link nel tuo browser
apps/frappe/frappe/templates/emails/new_user.html +16,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 DocType: Workflow State,bullhorn,megafono
DocType: Social Login Keys,Facebook Client Secret,Facebook client Segreto DocType: Social Login Keys,Facebook Client Secret,Facebook client Segreto
DocType: Footer Item,Target,Obiettivo DocType: Footer Item,Target,Obiettivo
@@ -1015,12 +1016,12 @@ DocType: ToDo,Due Date,Data di scadenza
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,Giorno Quarter apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,Giorno Quarter
DocType: Social Login Keys,Google Client Secret,Google Client Secret DocType: Social Login Keys,Google Client Secret,Google Client Secret
DocType: Website Settings,Hide Footer Signup,Nascondi iscrizione a piè di pagina DocType: Website Settings,Hide Footer Signup,Nascondi iscrizione a piè di pagina
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,cancelled this document,annullata questo documento
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +423,cancelled this document,annullata questo documento
apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,Scrivi un file Python nella stessa cartella in cui è salvato e restituisce la colonna e il risultato. apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,Scrivi un file Python nella stessa cartella in cui è salvato e restituisce la colonna e il risultato.
DocType: DocType,Sort Field,Ordina campo DocType: DocType,Sort Field,Ordina campo
DocType: Razorpay Settings,Razorpay Settings,Impostazioni Razorpay DocType: Razorpay Settings,Razorpay Settings,Impostazioni Razorpay
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +445,Edit Filter,Modifica filtro
apps/frappe/frappe/core/doctype/doctype/doctype.py +415,Field {0} of type {1} cannot be mandatory,Il campo {0} di tipo {1} non può essere obbligatorio
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +446,Edit Filter,Modifica filtro
apps/frappe/frappe/core/doctype/doctype/doctype.py +419,Field {0} of type {1} cannot be mandatory,Il campo {0} di tipo {1} non può essere obbligatorio
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,Aggiungere altro apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,Aggiungere altro
apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,Nascondi Grafico apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,Nascondi Grafico
DocType: System Settings,Session Expiry Mobile,Durata Sessione Dispositivo Mobile DocType: System Settings,Session Expiry Mobile,Durata Sessione Dispositivo Mobile
@@ -1061,7 +1062,7 @@ DocType: Address,Contacts,Contatti
DocType: System Settings,Setup Complete,installazione completa DocType: System Settings,Setup Complete,installazione completa
apps/frappe/frappe/config/setup.py +66,Report of all document shares,Rapporto del totale delle azioni di documenti apps/frappe/frappe/config/setup.py +66,Report of all document shares,Rapporto del totale delle azioni di documenti
apps/frappe/frappe/www/update-password.html +18,New Password,Nuova password apps/frappe/frappe/www/update-password.html +18,New Password,Nuova password
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +73,Filter {0} missing,Filtro {0} mancante
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +74,Filter {0} missing,Filtro {0} mancante
apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,Scusate! Non è possibile eliminare i commenti generati automaticamente apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,Scusate! Non è possibile eliminare i commenti generati automaticamente
DocType: Website Theme,Style using CSS,Stile usando i CSS DocType: Website Theme,Style using CSS,Stile usando i CSS
apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,Riferimento DocType apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,Riferimento DocType
@@ -1126,7 +1127,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +127,Help on Searc
apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,Registrato ma disabilitato apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,Registrato ma disabilitato
DocType: DocType,Hide Copy,Nascondi Copia DocType: DocType,Hide Copy,Nascondi Copia
apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,Cancellare tutti i ruoli apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,Cancellare tutti i ruoli
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +114,{0} generated on {1},{0} creato il {1}
apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} deve essere univoco apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} deve essere univoco
apps/frappe/frappe/permissions.py +274,Row,Riga apps/frappe/frappe/permissions.py +274,Row,Riga
DocType: DocType,Track Changes,Tenere traccia delle modifiche DocType: DocType,Track Changes,Tenere traccia delle modifiche
@@ -1151,7 +1151,7 @@ DocType: Communication,Recipient Unsubscribed,Destinatario Sottoscritta
DocType: Feedback Request,Is Sent,È inviato DocType: Feedback Request,Is Sent,È inviato
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +61,About,About apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +61,About,About
apps/frappe/frappe/core/page/data_import_tool/exporter.py +67,"For updating, you can update only selective columns.","Per l'aggiornamento, è possibile aggiornare le colonne solo selettivi." apps/frappe/frappe/core/page/data_import_tool/exporter.py +67,"For updating, you can update only selective columns.","Per l'aggiornamento, è possibile aggiornare le colonne solo selettivi."
DocType: Address,Country,Nazione
DocType: Address,Country,Paese
apps/frappe/frappe/contacts/doctype/address/address.py +131,Addresses,Indirizzi apps/frappe/frappe/contacts/doctype/address/address.py +131,Addresses,Indirizzi
DocType: Communication,Shared,diviso DocType: Communication,Shared,diviso
apps/frappe/frappe/public/js/frappe/views/communication.js +75,Attach Document Print,Allega documento Stampa apps/frappe/frappe/public/js/frappe/views/communication.js +75,Attach Document Print,Allega documento Stampa
@@ -1177,11 +1177,11 @@ DocType: User,Github User ID,Github ID utente
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,Se Tipo di Documento apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,Se Tipo di Documento
apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","Impossibile eliminare o annullare perché {0} <a href=""#Form/{0}/{1}"">{1}</a> è collegato con {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}" apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","Impossibile eliminare o annullare perché {0} <a href=""#Form/{0}/{1}"">{1}</a> è collegato con {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}"
apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},Applicazione sconosciuta {0} apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},Applicazione sconosciuta {0}
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +48,"%s is not a valid report format. Report format should \
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +49,"%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 one of the following %s",%s non è un formato di report valido. Il formato del Report dovrebbe \ uno dei seguenti %s
DocType: Communication,Chat,Chat DocType: Communication,Chat,Chat
apps/frappe/frappe/core/doctype/doctype/doctype.py +408,Fieldname {0} appears multiple times in rows {1},Il nome del campo {0} appare più volte nelle file {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +460,{0} from {1} to {2} in row #{3},{0} da {1} a {2} nella riga # {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +412,Fieldname {0} appears multiple times in rows {1},Il nome del campo {0} appare più volte nelle file {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +462,{0} from {1} to {2} in row #{3},{0} da {1} a {2} nella riga # {3}
DocType: Communication,Expired,Scaduto DocType: Communication,Expired,Scaduto
DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),Numero di colonne per un campo in una griglia (Totale Colonne in una griglia deve essere inferiore a 11) DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),Numero di colonne per un campo in una griglia (Totale Colonne in una griglia deve essere inferiore a 11)
DocType: DocType,System,Sistema DocType: DocType,System,Sistema
@@ -1196,7 +1196,7 @@ DocType: Help Article,Likes,Piace
DocType: Website Settings,Top Bar,Top Bar DocType: Website Settings,Top Bar,Top Bar
DocType: GSuite Settings,Script Code,Codice Script DocType: GSuite Settings,Script Code,Codice Script
apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,Crea posta elettronica utente apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,Crea posta elettronica utente
apps/frappe/frappe/core/doctype/doctype/doctype.py +647,No Permissions Specified,Nessuna autorizzazione specificata
apps/frappe/frappe/core/doctype/doctype/doctype.py +651,No Permissions Specified,Nessuna autorizzazione specificata
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,Impostazioni globali: gli utenti saranno in grado di scegliere le icone controllato apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,Impostazioni globali: gli utenti saranno in grado di scegliere le icone controllato
apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} non trovato apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} non trovato
DocType: Custom Role,Custom Role,ruolo personalizzato DocType: Custom Role,Custom Role,ruolo personalizzato
@@ -1208,12 +1208,12 @@ DocType: Dropbox Settings,Dropbox Access Secret,Accesso Segreto Dropbox
apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,Aggiungi un altro Commento apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,Aggiungi un altro Commento
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,Modifica DocType apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,Modifica DocType
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,Disiscritto dalla Newsletter apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,Disiscritto dalla Newsletter
apps/frappe/frappe/core/doctype/doctype/doctype.py +507,Fold must come before a Section Break,Piegare deve venire prima di un&#39;interruzione di sezione
apps/frappe/frappe/core/doctype/doctype/doctype.py +511,Fold must come before a Section Break,Piegare deve venire prima di un&#39;interruzione di sezione
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,Sotto lo sviluppo apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,Sotto lo sviluppo
apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,Ultima modifica Di apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,Ultima modifica Di
DocType: Workflow State,hand-down,mano giù DocType: Workflow State,hand-down,mano giù
DocType: Address,GST State,Stato GST DocType: Address,GST State,Stato GST
apps/frappe/frappe/core/doctype/doctype/doctype.py +695,{0}: Cannot set Cancel without Submit,{0}: Impossibile Annullare senza Confermare
apps/frappe/frappe/core/doctype/doctype/doctype.py +699,{0}: Cannot set Cancel without Submit,{0}: Impossibile Annullare senza Confermare
DocType: Website Theme,Theme,Tema DocType: Website Theme,Theme,Tema
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,Ci sono stati degli errori. apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,Ci sono stati degli errori.
DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,Reindirizzamento URI destinato a codice Auth DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,Reindirizzamento URI destinato a codice Auth
@@ -1252,7 +1252,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +7,
apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,Aggiungi un commento apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,Aggiungi un commento
DocType: DocField,Mandatory,Obbligatorio DocType: DocField,Mandatory,Obbligatorio
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,Esportazione Modulo apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,Esportazione Modulo
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,{0}: No basic permissions set,{0}: Nessun set di autorizzazioni di base
apps/frappe/frappe/core/doctype/doctype/doctype.py +663,{0}: No basic permissions set,{0}: Nessun set di autorizzazioni di base
apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,L&#39;abbonamento scadrà il {0}. apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,L&#39;abbonamento scadrà il {0}.
apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},Link per il download per il backup sarà inviata all'indirizzo e-mail seguente: {0} apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},Link per il download per il backup sarà inviata all'indirizzo e-mail seguente: {0}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","Significato di Confermare, Cancellare, Rettificare" apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","Significato di Confermare, Cancellare, Rettificare"
@@ -1267,6 +1267,7 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +129,Filters sa
DocType: DocField,Percent,Percentuale DocType: DocField,Percent,Percentuale
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,Si prega di impostare filtri apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,Si prega di impostare filtri
apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,Collegato con apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,Collegato con
apps/frappe/frappe/templates/emails/auto_email_report.html +48,Edit Auto Email Report Settings,Modifica impostazioni di report di posta elettronica automatica
DocType: Workflow State,book,libro DocType: Workflow State,book,libro
DocType: Website Settings,Landing Page,Pagina di destinazione DocType: Website Settings,Landing Page,Pagina di destinazione
apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,Errore in script personalizzato apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,Errore in script personalizzato
@@ -1275,7 +1276,7 @@ apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +132,"Import R
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,Permessi non impostati per questo criterio. apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,Permessi non impostati per questo criterio.
DocType: Auto Email Report,Auto Email Report,Invio Automatico Email Report DocType: Auto Email Report,Auto Email Report,Invio Automatico Email Report
apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,Messaggi di posta elettronica max apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,Messaggi di posta elettronica max
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +575,Delete comment?,Elimina commento?
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +577,Delete comment?,Elimina commento?
DocType: Address Template,This format is used if country specific format is not found,Questo formato viene utilizzato se il formato specifico per il Paese non viene trovata DocType: Address Template,This format is used if country specific format is not found,Questo formato viene utilizzato se il formato specifico per il Paese non viene trovata
DocType: System Settings,Allow Login using Mobile Number,Consenti l&#39;accesso utilizzando il numero di cellulare DocType: System Settings,Allow Login using Mobile Number,Consenti l&#39;accesso utilizzando il numero di cellulare
apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,Non si dispone di autorizzazioni sufficienti per accedere a questa risorsa. Si prega di contattare il responsabile per ottenere l&#39;accesso. apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,Non si dispone di autorizzazioni sufficienti per accedere a questa risorsa. Si prega di contattare il responsabile per ottenere l&#39;accesso.
@@ -1291,7 +1292,7 @@ DocType: Print Format,Monospace,Monospace
DocType: Letter Head,Printing,Stampa DocType: Letter Head,Printing,Stampa
DocType: Workflow State,thumbs-up,pollice in su DocType: Workflow State,thumbs-up,pollice in su
DocType: DocPerm,DocPerm,PermessiDoc DocType: DocPerm,DocPerm,PermessiDoc
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Precision should be between 1 and 6,Precisione deve essere compresa tra 1 e 6
apps/frappe/frappe/core/doctype/doctype/doctype.py +467,Precision should be between 1 and 6,Precisione deve essere compresa tra 1 e 6
apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},Fw: {0} apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},Fw: {0}
apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,e apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,e
DocType: Error Snapshot,Frames,Cornici DocType: Error Snapshot,Frames,Cornici
@@ -1304,9 +1305,10 @@ apps/frappe/frappe/utils/boilerplate.py +263,{app_title},{app_title}
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,Si prega di impostare tasti di accesso Dropbox nel tuo sito config apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,Si prega di impostare tasti di accesso Dropbox nel tuo sito config
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Eliminare questo record per consentire l&#39;invio a questo indirizzo email apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Eliminare questo record per consentire l&#39;invio a questo indirizzo email
apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"Solo campi obbligatori sono necessari per i nuovi record. È possibile eliminare le colonne non obbligatori, se lo si desidera." apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"Solo campi obbligatori sono necessari per i nuovi record. È possibile eliminare le colonne non obbligatori, se lo si desidera."
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +269,Unable to update event,Impossibile aggiornare evento
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +262,Unable to update event,Impossibile aggiornare evento
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Pagamento Completato apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Pagamento Completato
apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","Il filtro deve avere 4 valori (doctype, nome di campo, operatore, valore): {0}" apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","Il filtro deve avere 4 valori (doctype, nome di campo, operatore, valore): {0}"
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,Non è stato trovato alcun modello di indirizzo predefinito. Crea un nuovo dalla configurazione&gt; Stampa e marca&gt; Modello indirizzo.
apps/frappe/frappe/utils/bot.py +89,show,mostrare apps/frappe/frappe/utils/bot.py +89,show,mostrare
DocType: Address Template,Address Template,Indirizzo Template DocType: Address Template,Address Template,Indirizzo Template
DocType: Workflow State,text-height,text-height DocType: Workflow State,text-height,text-height
@@ -1359,7 +1361,6 @@ apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +6,Can Write
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Alcuni documenti , come una fattura , non devono essere cambiati una volta finale . Lo stato finale di tali documenti è chiamata inoltrata . È possibile limitare le quali ruoli possono Submit ." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Alcuni documenti , come una fattura , non devono essere cambiati una volta finale . Lo stato finale di tali documenti è chiamata inoltrata . È possibile limitare le quali ruoli possono Submit ."
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,Non sei autorizzato a esportare questo report apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,Non sei autorizzato a esportare questo report
apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 elemento selezionato apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 elemento selezionato
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Nessun risultato trovato per ' </p>
DocType: Newsletter,Test Email Address,Prova Indirizzo e-mail DocType: Newsletter,Test Email Address,Prova Indirizzo e-mail
DocType: ToDo,Sender,Mittente DocType: ToDo,Sender,Mittente
DocType: GSuite Settings,Google Apps Script,Script di Google Apps DocType: GSuite Settings,Google Apps Script,Script di Google Apps
@@ -1372,7 +1373,7 @@ DocType: System Settings,Allow only one session per user,Consenti solo una sessi
apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,Copia apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,Copia
apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,Home/Test Folder 1/Test Folder 3 apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,Home/Test Folder 1/Test Folder 3
DocType: Website Settings,&lt;head&gt; HTML,&lt;head&gt; HTML DocType: Website Settings,&lt;head&gt; HTML,&lt;head&gt; HTML
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +66,Select or drag across time slots to create a new event.,Selezionare o trascinare gli intervalli di tempo per creare un nuovo evento.
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +67,Select or drag across time slots to create a new event.,Selezionare o trascinare gli intervalli di tempo per creare un nuovo evento.
DocType: DocField,In Filter,In Filtro DocType: DocField,In Filter,In Filtro
apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban
DocType: DocType,Show in Module Section,Mostra Modulo nella Sezione DocType: DocType,Show in Module Section,Mostra Modulo nella Sezione
@@ -1393,7 +1394,7 @@ apps/frappe/frappe/email/doctype/email_account/email_account_list.js +6,Default
apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,Importa .zip apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,Importa .zip
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,Documento Num. apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,Documento Num.
DocType: Print Settings,Letter,Lettera DocType: Print Settings,Letter,Lettera
apps/frappe/frappe/core/doctype/doctype/doctype.py +556,Image field must be of type Attach Image,Campo immagine deve essere di tipo Allega immagine
apps/frappe/frappe/core/doctype/doctype/doctype.py +560,Image field must be of type Attach Image,Campo immagine deve essere di tipo Allega immagine
DocType: DocField,Columns,colonne DocType: DocField,Columns,colonne
DocType: Async Task,Succeeded,Riuscito DocType: Async Task,Succeeded,Riuscito
apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},I campi obbligatori richiesti in {0} apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},I campi obbligatori richiesti in {0}
@@ -1443,7 +1444,7 @@ DocType: DocField,Text Editor,Editor di testo
apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,Impostazioni per Chi Siamo. apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,Impostazioni per Chi Siamo.
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,Modifica HTML personalizzato apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,Modifica HTML personalizzato
DocType: Error Snapshot,Error Snapshot,Snapshot Errore DocType: Error Snapshot,Error Snapshot,Snapshot Errore
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,In,In
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,In,In
DocType: Email Alert,Value Change,Valore Change DocType: Email Alert,Value Change,Valore Change
DocType: Standard Reply,Standard Reply,Risposta standard DocType: Standard Reply,Standard Reply,Risposta standard
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,Larghezza casella di input apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,Larghezza casella di input
@@ -1463,12 +1464,11 @@ apps/frappe/frappe/public/js/frappe/views/communication.js +82,Select Attachment
apps/frappe/frappe/model/naming.py +94, for {0},per {0} apps/frappe/frappe/model/naming.py +94, for {0},per {0}
apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,Ci sono stati errori. Si prega di segnalare questo. apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,Ci sono stati errori. Si prega di segnalare questo.
apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,Non sei autorizzato a stampare questo documento apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,Non sei autorizzato a stampare questo documento
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +107,Please set filters value in Report Filter table.,Si prega di impostare il valore di filtri nella tabella Filtro report.
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +120,Please set filters value in Report Filter table.,Si prega di impostare il valore di filtri nella tabella Filtro report.
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,Caricamento report apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,Caricamento report
apps/frappe/frappe/limits.py +72,Your subscription will expire today.,L&#39;abbonamento scade oggi. apps/frappe/frappe/limits.py +72,Your subscription will expire today.,L&#39;abbonamento scade oggi.
DocType: Page,Standard,Standard DocType: Page,Standard,Standard
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Allega File apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Allega File
apps/frappe/frappe/templates/emails/password_update.html +1,Password Update Notification,Notifica aggiornamento password
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Taglia apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Taglia
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Assegnazione Complete apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Assegnazione Complete
DocType: Custom DocPerm,User Permission DocTypes,DOCTYPE autorizzazioni utente DocType: Custom DocPerm,User Permission DocTypes,DOCTYPE autorizzazioni utente
@@ -1481,6 +1481,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +10,Insert Abo
apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,I nomi comuni e cognomi sono facili da indovinare. apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,I nomi comuni e cognomi sono facili da indovinare.
apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,Bozza apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,Bozza
apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,Questa è simile ad una password comunemente usata. apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,Questa è simile ad una password comunemente usata.
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> Nessun risultato trovato per ' </p>
DocType: User,Female,Femmina DocType: User,Female,Femmina
DocType: Print Settings,Modern,Moderna DocType: Print Settings,Modern,Moderna
apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,risultati di ricerca apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,risultati di ricerca
@@ -1535,7 +1536,7 @@ apps/frappe/frappe/core/doctype/file/file_list.js +65,Folder name should not inc
DocType: Note,Note,Nota DocType: Note,Note,Nota
apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,Report di Errore apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,Report di Errore
apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,Le condizioni di feedback non corrispondono apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,Le condizioni di feedback non corrispondono
apps/frappe/frappe/core/doctype/doctype/doctype.py +570,Timeline field must be a valid fieldname,campo Timeline deve essere un nome di campo valido
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a valid fieldname,campo Timeline deve essere un nome di campo valido
DocType: Currency,Symbol,Simbolo DocType: Currency,Symbol,Simbolo
apps/frappe/frappe/model/base_document.py +534,Row #{0}:,Row # {0}: apps/frappe/frappe/model/base_document.py +534,Row #{0}:,Row # {0}:
apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,Nuova password inviata per email apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,Nuova password inviata per email
@@ -1592,8 +1593,7 @@ DocType: Web Page,Text Align,Allineamento testo
apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},Il nome non può contenere caratteri speciali come {0} apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},Il nome non può contenere caratteri speciali come {0}
DocType: Contact Us Settings,Forward To Email Address,Inoltra a Indirizzo e-mail DocType: Contact Us Settings,Forward To Email Address,Inoltra a Indirizzo e-mail
apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,Mostra tutti i dati apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,Mostra tutti i dati
apps/frappe/frappe/core/doctype/doctype/doctype.py +527,Title field must be a valid fieldname,Campo del titolo deve essere un nome di campo valido
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,Account di posta elettronica non configurato. Crea un nuovo account di posta elettronica da Setup&gt; Email&gt; Account di posta elettronica
apps/frappe/frappe/core/doctype/doctype/doctype.py +531,Title field must be a valid fieldname,Campo del titolo deve essere un nome di campo valido
apps/frappe/frappe/config/core.py +7,Documents,Documenti apps/frappe/frappe/config/core.py +7,Documents,Documenti
DocType: Email Flag Queue,Is Completed,È completato DocType: Email Flag Queue,Is Completed,È completato
apps/frappe/frappe/www/me.html +22,Edit Profile,Modifica Profilo apps/frappe/frappe/www/me.html +22,Edit Profile,Modifica Profilo
@@ -1645,7 +1645,7 @@ DocType: Standard Reply,Standard Reply Help,Standard Rispondi Aiuto
DocType: Blogger,Avatar,Avatar DocType: Blogger,Avatar,Avatar
DocType: Blogger,Posts,Messaggi DocType: Blogger,Posts,Messaggi
DocType: DocType,Has Web View,Ha Web View DocType: DocType,Has Web View,Ha Web View
apps/frappe/frappe/core/doctype/doctype/doctype.py +377,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","Il nome di DocType dovrebbe iniziare con una lettera e può consistere solo di lettere, numeri, spazi e underscore"
apps/frappe/frappe/core/doctype/doctype/doctype.py +381,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","Il nome di DocType dovrebbe iniziare con una lettera e può consistere solo di lettere, numeri, spazi e underscore"
DocType: Communication,Spam,Spam DocType: Communication,Spam,Spam
DocType: Integration Request,Integration Request,Integrazione Richiesta DocType: Integration Request,Integration Request,Integrazione Richiesta
apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,Gentile apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,Gentile
@@ -1681,7 +1681,7 @@ DocType: Website Settings,Sub-domain provided by erpnext.com,Sub-dominio fornito
DocType: System Settings,dd-mm-yyyy,gg-mm-aaaa DocType: System Settings,dd-mm-yyyy,gg-mm-aaaa
apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,Deve avere relazione di permesso di accedere a questo rapporto. apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,Deve avere relazione di permesso di accedere a questo rapporto.
apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,Seleziona il punteggio minimo della password apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,Seleziona il punteggio minimo della password
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,Added,Aggiunti
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,Added,Aggiunti
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.","Aggiorna solo, non inserisce nuovi record." apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.","Aggiorna solo, non inserisce nuovi record."
apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,Viene inviata una sintesi giornaliera per gli eventi in calendario per i quali è stato settato un promemoria apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,Viene inviata una sintesi giornaliera per gli eventi in calendario per i quali è stato settato un promemoria
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,Visualizza sito web apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,Visualizza sito web
@@ -1695,7 +1695,7 @@ DocType: Integration Request,Reference DocName,Riferimento DocName
DocType: Web Form,Success Message,Messaggio di conferma DocType: Web Form,Success Message,Messaggio di conferma
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,esportare le personalizzazioni apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,esportare le personalizzazioni
DocType: DocType,User Cannot Search,L&#39;utente non può cercare DocType: DocType,User Cannot Search,L&#39;utente non può cercare
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +83,Invalid Output Format,Formato di uscita non valido
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Invalid Output Format,Formato di uscita non valido
DocType: Custom DocPerm,Apply this rule if the User is the Owner,Applicare questa regola se l&#39;utente è il proprietario DocType: Custom DocPerm,Apply this rule if the User is the Owner,Applicare questa regola se l&#39;utente è il proprietario
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,Sarà il tuo ID di login apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,Sarà il tuo ID di login
apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,Crea Report apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,Crea Report
@@ -1713,10 +1713,11 @@ apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +138,There were e
apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,Chiudi apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,Chiudi
apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,Impossibile cambiare docstatus 0-2 apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,Impossibile cambiare docstatus 0-2
DocType: User Permission for Page and Report,Roles Permission,ruoli permesso DocType: User Permission for Page and Report,Roles Permission,ruoli permesso
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,Account di posta elettronica non configurato. Crea un nuovo account di posta elettronica da Setup&gt; Email&gt; Account di posta elettronica
apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,Aggiornare apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,Aggiornare
DocType: Error Snapshot,Snapshot View,Istantanea vista DocType: Error Snapshot,Snapshot View,Istantanea vista
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,Si prega di salvare la Newsletter prima di inviare apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,Si prega di salvare la Newsletter prima di inviare
apps/frappe/frappe/core/doctype/doctype/doctype.py +426,Options must be a valid DocType for field {0} in row {1},Opzioni necessario essere un DocType valido per il campo {0} in riga {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +430,Options must be a valid DocType for field {0} in row {1},Opzioni necessario essere un DocType valido per il campo {0} in riga {1}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,Modifica Proprietà apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,Modifica Proprietà
DocType: Patch Log,List of patches executed,Elenco di patch eseguita DocType: Patch Log,List of patches executed,Elenco di patch eseguita
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} iscrizione già cancellata apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} iscrizione già cancellata
@@ -1809,7 +1810,7 @@ apps/frappe/frappe/core/doctype/version/version_view.html +32,Rows Added,righe a
apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,Successo! Sei bravo ad andare apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,Successo! Sei bravo ad andare
apps/frappe/frappe/www/me.html +3,My Account,Il Mio Account apps/frappe/frappe/www/me.html +3,My Account,Il Mio Account
DocType: ToDo,Allocated To,Assegnato a DocType: ToDo,Allocated To,Assegnato a
apps/frappe/frappe/templates/emails/password_reset.html +4,Please click on the following link to set your new password,Cliccate sul link seguente per impostare la nuova password
apps/frappe/frappe/templates/emails/password_reset.html +2,Please click on the following link to set your new password,Cliccate sul link seguente per impostare la nuova password
DocType: Email Alert,Days After,Giorni Dopo DocType: Email Alert,Days After,Giorni Dopo
DocType: Newsletter,Receipient,receipient DocType: Newsletter,Receipient,receipient
DocType: Contact Us Settings,Settings for Contact Us Page,Impostazioni per Contattaci Pagina DocType: Contact Us Settings,Settings for Contact Us Page,Impostazioni per Contattaci Pagina
@@ -1823,7 +1824,7 @@ DocType: Property Setter,Property Type,Tipo di proprietà
DocType: Workflow State,screenshot,screenshot DocType: Workflow State,screenshot,screenshot
apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,Solo l'amministratore può salvare un report standard. Si prega di rinominarlo e dopo salvare. apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,Solo l'amministratore può salvare un report standard. Si prega di rinominarlo e dopo salvare.
DocType: System Settings,Background Workers,Servizi in background DocType: System Settings,Background Workers,Servizi in background
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,Fieldname {0} conflicting with meta object,Nome di campo {0} in conflitto con l&#39;oggetto meta
apps/frappe/frappe/core/doctype/doctype/doctype.py +783,Fieldname {0} conflicting with meta object,Nome di campo {0} in conflitto con l&#39;oggetto meta
DocType: Deleted Document,Data,Dati DocType: Deleted Document,Data,Dati
apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,Stato Documento apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,Stato Documento
apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},Hai fatto {0} di {1} apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},Hai fatto {0} di {1}
@@ -1887,7 +1888,6 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +70,"""Parent"" signif
DocType: Website Theme,Apply Style,applica stile DocType: Website Theme,Apply Style,applica stile
DocType: Feedback Request,Feedback Rating,Feedback DocType: Feedback Request,Feedback Rating,Feedback
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,Condiviso con apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,Condiviso con
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,Impostazione&gt; Gestione autorizzazioni utente
DocType: Help Category,Help Articles,Aiuto articoli DocType: Help Category,Help Articles,Aiuto articoli
,Modules Setup,Impostazione Moduli ,Modules Setup,Impostazione Moduli
apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,Tipo: apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,Tipo:
@@ -1933,12 +1933,11 @@ apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 2,Opzi
DocType: Feedback Trigger,Email Field,Email campo DocType: Feedback Trigger,Email Field,Email campo
apps/frappe/frappe/www/update-password.html +59,New Password Required.,Nuova password richiesta. apps/frappe/frappe/www/update-password.html +59,New Password Required.,Nuova password richiesta.
apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} ha condiviso questo documento con {1} apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} ha condiviso questo documento con {1}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,Impostazione&gt; Utente
DocType: Website Settings,Brand Image,Immagine di marca DocType: Website Settings,Brand Image,Immagine di marca
DocType: Print Settings,A4,A4 DocType: Print Settings,A4,A4
apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","Impostazione di barra di navigazione superiore, piè di pagina e il logo." apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","Impostazione di barra di navigazione superiore, piè di pagina e il logo."
DocType: Web Form Field,Max Value,Max Valore DocType: Web Form Field,Max Value,Max Valore
apps/frappe/frappe/core/doctype/doctype/doctype.py +655,For {0} at level {1} in {2} in row {3},Per {0} a livello {1} {2} in riga {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,For {0} at level {1} in {2} in row {3},Per {0} a livello {1} {2} in riga {3}
DocType: Contact,All,Tutto DocType: Contact,All,Tutto
DocType: Email Queue,Recipient,Destinatario DocType: Email Queue,Recipient,Destinatario
DocType: Communication,Has Attachment,ha allegato DocType: Communication,Has Attachment,ha allegato
@@ -1956,7 +1955,7 @@ DocType: Auto Email Report,Email To,Invia una email a
apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,Cartella {0} non è vuoto apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,Cartella {0} non è vuoto
DocType: Page,Roles,Ruoli DocType: Page,Roles,Ruoli
apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},Errore: valore mancante per {0}: {1} apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},Errore: valore mancante per {0}: {1}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +286,Field {0} is not selectable.,Il campo {0} non è selezionabile .
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +287,Field {0} is not selectable.,Il campo {0} non è selezionabile .
DocType: System Settings,Session Expiry,Durata Sessione DocType: System Settings,Session Expiry,Durata Sessione
DocType: Workflow State,ban-circle,ban-cerchio DocType: Workflow State,ban-circle,ban-cerchio
DocType: Email Flag Queue,Unread,Non letto DocType: Email Flag Queue,Unread,Non letto
@@ -2014,7 +2013,7 @@ DocType: DocType,"Naming Options:
<ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",Naming Opzioni: <ol><li> <b>campo: [fieldname]</b> - Di Campo </li><li> <b>naming_series:</b> - nominando Series (campo chiamato naming_series devono essere presenti </li><li> <b>Prompt</b> - Prompt utente per un nome </li><li> <b>[Serie]</b> - Serie di prefisso (separati da un punto); per esempio PRE. ##### </li></ol> <ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",Naming Opzioni: <ol><li> <b>campo: [fieldname]</b> - Di Campo </li><li> <b>naming_series:</b> - nominando Series (campo chiamato naming_series devono essere presenti </li><li> <b>Prompt</b> - Prompt utente per un nome </li><li> <b>[Serie]</b> - Serie di prefisso (separati da un punto); per esempio PRE. ##### </li></ol>
DocType: Blog Post,Email Sent,E-mail Inviata DocType: Blog Post,Email Sent,E-mail Inviata
DocType: DocField,Ignore XSS Filter,Ignora filtro XSS DocType: DocField,Ignore XSS Filter,Ignora filtro XSS
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,removed,rimosso
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,removed,rimosso
apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,impostazioni di backup Dropbox apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,impostazioni di backup Dropbox
apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,Invia apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,Invia
DocType: Website Theme,Link Color,Colore link DocType: Website Theme,Link Color,Colore link
@@ -2147,6 +2146,7 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Ris
DocType: DocType,Setup,Setup DocType: DocType,Setup,Setup
DocType: Email Account,Initial Sync Count,Conte sincronizzazione iniziale DocType: Email Account,Initial Sync Count,Conte sincronizzazione iniziale
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Nuovo commento su {0} {1} apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Nuovo commento su {0} {1}
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} anno (i) fa
DocType: Workflow State,glass,vetro DocType: Workflow State,glass,vetro
DocType: DocType,Timeline Field,Timeline campo DocType: DocType,Timeline Field,Timeline campo
DocType: Country,Time Zones,Fusi Orari DocType: Country,Time Zones,Fusi Orari
@@ -2181,10 +2181,10 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +77,You are not
apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,Info: apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,Info:
DocType: Custom Field,Permission Level,Livello di autorizzazione DocType: Custom Field,Permission Level,Livello di autorizzazione
DocType: User,Send Notifications for Transactions I Follow,Invia notifiche per le operazioni che seguo DocType: User,Send Notifications for Transactions I Follow,Invia notifiche per le operazioni che seguo
apps/frappe/frappe/core/doctype/doctype/doctype.py +698,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: Impossibile impostare Invia, Annulla, Modifica senza Scrivere"
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: Impossibile impostare Invia, Annulla, Modifica senza Scrivere"
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,Eliminare Veramente questo Allegato? apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,Eliminare Veramente questo Allegato?
apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","Impossibile eliminare o annullare perché {0} <a href=""#Form/{0}/{1}"">{1}</a> è collegato con {2} <a href=""#Form/{2}/{3}"">{3}</a>" apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","Impossibile eliminare o annullare perché {0} <a href=""#Form/{0}/{1}"">{1}</a> è collegato con {2} <a href=""#Form/{2}/{3}"">{3}</a>"
apps/frappe/frappe/__init__.py +1070,Thank you,Grazie
apps/frappe/frappe/__init__.py +1071,Thank you,Grazie
apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,Salvataggio apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,Salvataggio
DocType: Print Settings,Print Style Preview,Stile di stampa Anteprima DocType: Print Settings,Print Style Preview,Stile di stampa Anteprima
apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder
@@ -2228,7 +2228,7 @@ apps/frappe/frappe/public/js/frappe/list/list_renderer.js +501,2 days ago,2 gior
apps/frappe/frappe/config/website.py +47,Categorize blog posts.,Categorizzare i post sul blog. apps/frappe/frappe/config/website.py +47,Categorize blog posts.,Categorizzare i post sul blog.
DocType: Workflow State,Time,Tempo DocType: Workflow State,Time,Tempo
DocType: DocField,Attach,Allega DocType: DocField,Attach,Allega
apps/frappe/frappe/core/doctype/doctype/doctype.py +539,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} non è un modello fieldname valido. Dovrebbe essere {{nome_campo}}.
apps/frappe/frappe/core/doctype/doctype/doctype.py +543,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} non è un modello fieldname valido. Dovrebbe essere {{nome_campo}}.
DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,Invia Feedback Richiesta solo se vi è almeno una comunicazione è disponibile per il documento. DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,Invia Feedback Richiesta solo se vi è almeno una comunicazione è disponibile per il documento.
DocType: Custom Role,Permission Rules,Regole di autorizzazione DocType: Custom Role,Permission Rules,Regole di autorizzazione
DocType: GSuite Settings,GSuite Settings,Impostazioni di GSuite DocType: GSuite Settings,GSuite Settings,Impostazioni di GSuite
@@ -2248,7 +2248,7 @@ apps/frappe/frappe/website/doctype/blog_post/blog_post.py +106,Posts by {0},Mess
apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","Per formattare le colonne, inserire le etichette delle colonne nella query." apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","Per formattare le colonne, inserire le etichette delle colonne nella query."
DocType: Has Domain,Has Domain,Ha il dominio DocType: Has Domain,Has Domain,Ha il dominio
apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,Non hai ancora un account? Registrati apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,Non hai ancora un account? Registrati
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,{0}: Cannot set Assign Amend if not Submittable,{0}: Impossibile impostare Assegna la Correzione se non Confermabile
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set Assign Amend if not Submittable,{0}: Impossibile impostare Assegna la Correzione se non Confermabile
DocType: Address,Bihar,Bihar DocType: Address,Bihar,Bihar
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,Modifica Autorizzazioni di Ruolo apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,Modifica Autorizzazioni di Ruolo
DocType: Communication,Link DocType,collegamento DocType DocType: Communication,Link DocType,collegamento DocType
@@ -2300,7 +2300,7 @@ DocType: DocField,Set non-standard precision for a Float or Currency field,Set d
DocType: Email Account,Ignore attachments over this size,Ignora gli allegati di maggiori dimensioni DocType: Email Account,Ignore attachments over this size,Ignora gli allegati di maggiori dimensioni
DocType: Address,Preferred Billing Address,Preferito Indirizzo di fatturazione DocType: Address,Preferred Billing Address,Preferito Indirizzo di fatturazione
apps/frappe/frappe/config/integrations.py +63,External Documents,Documenti esterni apps/frappe/frappe/config/integrations.py +63,External Documents,Documenti esterni
apps/frappe/frappe/database.py +235,Too many writes in one request. Please send smaller requests,Troppi scrive in una richiesta. Si prega di inviare le richieste più piccoli
apps/frappe/frappe/database.py +247,Too many writes in one request. Please send smaller requests,Troppi scrive in una richiesta. Si prega di inviare le richieste più piccoli
apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,valori modificati apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,valori modificati
DocType: Workflow State,arrow-up,freccia-up DocType: Workflow State,arrow-up,freccia-up
DocType: OAuth Bearer Token,Expires In,Scade tra DocType: OAuth Bearer Token,Expires In,Scade tra
@@ -2348,7 +2348,7 @@ apps/frappe/frappe/core/page/data_import_tool/importer.py +81,Please make sure t
apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,Assicurati che il tuo profilo ha un indirizzo di posta elettronica apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,Assicurati che il tuo profilo ha un indirizzo di posta elettronica
apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,Hai delle modifiche non salvate in questo modulo. Prego salvare prima di procedere. apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,Hai delle modifiche non salvate in questo modulo. Prego salvare prima di procedere.
DocType: Address,Telangana,Telangana DocType: Address,Telangana,Telangana
apps/frappe/frappe/core/doctype/doctype/doctype.py +459,Default for {0} must be an option,Predefinito per {0} deve essere un&#39;opzione
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Default for {0} must be an option,Predefinito per {0} deve essere un&#39;opzione
DocType: Tag Doc Category,Tag Doc Category,Tag Doc Categoria DocType: Tag Doc Category,Tag Doc Category,Tag Doc Categoria
DocType: User,User Image,Immagini Utente DocType: User,User Image,Immagini Utente
apps/frappe/frappe/email/queue.py +304,Emails are muted,Le E-mail sono disattivati apps/frappe/frappe/email/queue.py +304,Emails are muted,Le E-mail sono disattivati
@@ -2393,7 +2393,7 @@ DocType: Async Task,Running,Di corsa
apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,Reimposta Password apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,Reimposta Password
apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,Aggiornare Per aggiungere più di {0} abbonati apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,Aggiornare Per aggiungere più di {0} abbonati
DocType: Workflow State,hand-left,mano sinistra DocType: Workflow State,hand-left,mano sinistra
apps/frappe/frappe/core/doctype/doctype/doctype.py +472,Fieldtype {0} for {1} cannot be unique,FieldType {0} a {1} non può essere unico
apps/frappe/frappe/core/doctype/doctype/doctype.py +476,Fieldtype {0} for {1} cannot be unique,FieldType {0} a {1} non può essere unico
DocType: Email Account,Use SSL,Usa SSL DocType: Email Account,Use SSL,Usa SSL
DocType: Workflow State,play-circle,play-cerchio DocType: Workflow State,play-circle,play-cerchio
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,Selezionare Stampa Formato Modifica apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,Selezionare Stampa Formato Modifica
@@ -2448,7 +2448,7 @@ DocType: DocField,No Copy,Copia Assente
DocType: Workflow State,qrcode,QRCode DocType: Workflow State,qrcode,QRCode
apps/frappe/frappe/www/login.html +34,Login with LDAP,Accesso con LDAP apps/frappe/frappe/www/login.html +34,Login with LDAP,Accesso con LDAP
DocType: Web Form,Breadcrumbs,Breadcrumbs DocType: Web Form,Breadcrumbs,Breadcrumbs
apps/frappe/frappe/core/doctype/doctype/doctype.py +671,If Owner,Se Proprietario
apps/frappe/frappe/core/doctype/doctype/doctype.py +675,If Owner,Se Proprietario
DocType: OAuth Authorization Code,Expiration time,Data di scadenza DocType: OAuth Authorization Code,Expiration time,Data di scadenza
DocType: Web Page,Website Sidebar,Sito Sidebar DocType: Web Page,Website Sidebar,Sito Sidebar
DocType: Web Form,Show Sidebar,Mostra barra laterale DocType: Web Form,Show Sidebar,Mostra barra laterale
@@ -2619,6 +2619,7 @@ DocType: Portal Settings,Hide Standard Menu,CHIUDI standard
apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,Aggiungi / Gestisci Domini di posta elettronica. apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,Aggiungi / Gestisci Domini di posta elettronica.
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},Impossibile annullare prima della conferma. Vedi passaggio {0} apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},Impossibile annullare prima della conferma. Vedi passaggio {0}
apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,Formato di stampa {0} è disattivato apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,Formato di stampa {0} è disattivato
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,Imposta l&#39;account di posta elettronica predefinito da Setup&gt; Email&gt; Account di posta elettronica
DocType: Email Alert,Send days before or after the reference date,Invia giorni prima o dopo la data di riferimento DocType: Email Alert,Send days before or after the reference date,Invia giorni prima o dopo la data di riferimento
DocType: User,Allow user to login only after this hour (0-24),Consentire Login Utente solo dopo questo orario (0-24) DocType: User,Allow user to login only after this hour (0-24),Consentire Login Utente solo dopo questo orario (0-24)
apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,Valore apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,Valore
@@ -2634,7 +2635,6 @@ DocType: ToDo,Priority,Priorità
DocType: Email Queue,Unsubscribe Param,Parametri di disiscrizione DocType: Email Queue,Unsubscribe Param,Parametri di disiscrizione
DocType: Auto Email Report,Weekly,Settimanale DocType: Auto Email Report,Weekly,Settimanale
DocType: Communication,In Reply To,In risposta a DocType: Communication,In Reply To,In risposta a
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,Non è stato trovato alcun modello di indirizzo predefinito. Crea un nuovo dalla configurazione&gt; Stampa e marca&gt; Modello indirizzo.
DocType: DocType,Allow Import (via Data Import Tool),Consentire l&#39;importazione (tramite dati Import Tool) DocType: DocType,Allow Import (via Data Import Tool),Consentire l&#39;importazione (tramite dati Import Tool)
apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,sr apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,sr
DocType: DocField,Float,Galleggiare DocType: DocField,Float,Galleggiare
@@ -2677,7 +2677,7 @@ apps/frappe/frappe/templates/emails/auto_reply.html +1,Thank you for your email,
DocType: DocField,Small Text,Testo piccolo DocType: DocField,Small Text,Testo piccolo
apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,Accesso amministratore {0} il {1} tramite indirizzo IP {2}. apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,Accesso amministratore {0} il {1} tramite indirizzo IP {2}.
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,uguale apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,uguale
apps/frappe/frappe/core/doctype/doctype/doctype.py +453,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'
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,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 DocType: About Us Settings,Team Members Heading,Membri del team Rubrica
apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,Invalid Formato CSV apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,Invalid Formato CSV
apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,Imposta il numero di backup apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,Imposta il numero di backup
@@ -2711,7 +2711,7 @@ DocType: Kanban Board Column,Column Name,Nome colonna
DocType: Language,Based On,Basato su DocType: Language,Based On,Basato su
apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,Imposta come default apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,Imposta come default
apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,Controllare URL Frappe Server apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,Controllare URL Frappe Server
apps/frappe/frappe/core/doctype/doctype/doctype.py +495,Fieldtype {0} for {1} cannot be indexed,FieldType {0} a {1} non possono essere indicizzati
apps/frappe/frappe/core/doctype/doctype/doctype.py +499,Fieldtype {0} for {1} cannot be indexed,FieldType {0} a {1} non possono essere indicizzati
DocType: Communication,Email Account,Account Email DocType: Communication,Email Account,Account Email
DocType: Workflow State,Download,Scarica DocType: Workflow State,Download,Scarica
DocType: Blog Post,Blog Intro,Intro Blog DocType: Blog Post,Blog Intro,Intro Blog
@@ -2743,15 +2743,15 @@ apps/frappe/frappe/email/doctype/email_group/email_group.js +45,New Newsletter,N
DocType: Print Settings,Send Print as PDF,Invia Stampa in formato PDF DocType: Print Settings,Send Print as PDF,Invia Stampa in formato PDF
DocType: Web Form,Amount,Importo DocType: Web Form,Amount,Importo
DocType: Workflow Transition,Allowed,Consenti DocType: Workflow Transition,Allowed,Consenti
apps/frappe/frappe/core/doctype/doctype/doctype.py +502,There can be only one Fold in a form,Ci può essere un solo Fold in forma
apps/frappe/frappe/core/doctype/doctype/doctype.py +506,There can be only one Fold in a form,Ci può essere un solo Fold in forma
apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},Impossibile scrivere il formato di file per {0} apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},Impossibile scrivere il formato di file per {0}
apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,Ripristinare le impostazioni predefinite? apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,Ripristinare le impostazioni predefinite?
apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,Home Page non valida apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,Home Page non valida
apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,Login non valido. Riprova. apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,Login non valido. Riprova.
apps/frappe/frappe/core/doctype/doctype/doctype.py +420,Options required for Link or Table type field {0} in row {1},Opzioni richieste per il campo Tipo di collegamento o tabella {0} nella riga {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +424,Options required for Link or Table type field {0} in row {1},Opzioni richieste per il campo Tipo di collegamento o tabella {0} nella riga {1}
DocType: Auto Email Report,Send only if there is any data,Invia solo se non vi è alcun dato DocType: Auto Email Report,Send only if there is any data,Invia solo se non vi è alcun dato
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,Azzera i filtri apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,Azzera i filtri
apps/frappe/frappe/core/doctype/doctype/doctype.py +688,{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
apps/frappe/frappe/core/doctype/doctype/doctype.py +692,{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
apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},Assegnazione chiuso da {0} apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},Assegnazione chiuso da {0}
DocType: Integration Request,Remote,A distanza DocType: Integration Request,Remote,A distanza
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,Calcola apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,Calcola
@@ -2771,7 +2771,7 @@ DocType: DocField,Perm Level,Perm Livello
apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,Eventi nel Calendario di Oggi apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,Eventi nel Calendario di Oggi
DocType: Web Page,Web Page,Pagina Web DocType: Web Page,Web Page,Pagina Web
DocType: Blog Category,Blogger,Blogger DocType: Blog Category,Blogger,Blogger
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In Global Search' not allowed for type {0} in row {1},&#39;In ricerca globale&#39; non consentito per il tipo {0} nella riga {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +449,'In Global Search' not allowed for type {0} in row {1},&#39;In ricerca globale&#39; non consentito per il tipo {0} nella riga {1}
apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,Visualizza elenco apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,Visualizza elenco
apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},La data deve essere in formato : {0} apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},La data deve essere in formato : {0}
DocType: Workflow,Don't Override Status,Non override Stato DocType: Workflow,Don't Override Status,Non override Stato
@@ -2820,7 +2820,7 @@ DocType: Website Theme,Background,Sfondo
DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","Lista JSON di DOCTYPE utilizzati per applicare autorizzazioni utente. Se vuoto, saranno utilizzati tutti i DOCTYPE legati ad applicare autorizzazioni utente." DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","Lista JSON di DOCTYPE utilizzati per applicare autorizzazioni utente. Se vuoto, saranno utilizzati tutti i DOCTYPE legati ad applicare autorizzazioni utente."
DocType: Report,Ref DocType,DocType Rif. DocType: Report,Ref DocType,DocType Rif.
apps/frappe/frappe/www/feedback.py +42,Please add a rating,Aggiungi un voto apps/frappe/frappe/www/feedback.py +42,Please add a rating,Aggiungi un voto
apps/frappe/frappe/core/doctype/doctype/doctype.py +700,{0}: Cannot set Amend without Cancel,{0}: Impossibile impostare Modifica senza Annulla
apps/frappe/frappe/core/doctype/doctype/doctype.py +704,{0}: Cannot set Amend without Cancel,{0}: Impossibile impostare Modifica senza Annulla
apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,Pagina completa apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,Pagina completa
DocType: DocType,Is Child Table,È Tabella Figlio DocType: DocType,Is Child Table,È Tabella Figlio
apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} deve essere uno di {1} apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} deve essere uno di {1}
@@ -2849,7 +2849,7 @@ DocType: Event,Send an email reminder in the morning,Invia un promemoria tramite
DocType: Blog Post,Published On,Edizione del DocType: Blog Post,Published On,Edizione del
DocType: Contact,Gender,Genere DocType: Contact,Gender,Genere
apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,Informazione obbligatoria mancante: apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,Informazione obbligatoria mancante:
apps/frappe/frappe/core/doctype/doctype/doctype.py +492,Field '{0}' cannot be set as Unique as it has non-unique values,Il campo &#39;{0}&#39; non può essere impostato come unico in quanto ha valori non univoci
apps/frappe/frappe/core/doctype/doctype/doctype.py +496,Field '{0}' cannot be set as Unique as it has non-unique values,Il campo &#39;{0}&#39; non può essere impostato come unico in quanto ha valori non univoci
apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,Solo 200 inserti ammessi in una sola richiesta apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,Solo 200 inserti ammessi in una sola richiesta
DocType: Footer Item,URL,URL DocType: Footer Item,URL,URL
DocType: ToDo,Reference Type,Tipo di riferimento DocType: ToDo,Reference Type,Tipo di riferimento
@@ -2892,8 +2892,8 @@ apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +135,Please save
apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} abbonati aggiunti apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} abbonati aggiunti
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,Non In apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,Non In
DocType: Workflow State,star,stella DocType: Workflow State,star,stella
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +228,values separated by commas,valori separati da virgole
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Max width for type Currency is 100px in row {0},Larghezza massima per il tipo di valuta è 100px in riga {0}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,values separated by commas,valori separati da virgole
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,Max width for type Currency is 100px in row {0},Larghezza massima per il tipo di valuta è 100px in riga {0}
apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},Si prega di condividere le vostre risposte per {0} apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},Si prega di condividere le vostre risposte per {0}
apps/frappe/frappe/config/website.py +13,Content web page.,Contenuto Pagina Web. apps/frappe/frappe/config/website.py +13,Content web page.,Contenuto Pagina Web.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Aggiungere un nuovo ruolo apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Aggiungere un nuovo ruolo
@@ -2911,7 +2911,7 @@ apps/frappe/frappe/public/js/frappe/desk.js +383,Please Enter Your Password to C
apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,Non un utente LDAP valida apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,Non un utente LDAP valida
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} non è uno Stato valido apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} non è uno Stato valido
apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',Si prega di selezionare un altro metodo di pagamento. PayPal non supporta le transazioni in valuta &#39;{0}&#39; apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',Si prega di selezionare un altro metodo di pagamento. PayPal non supporta le transazioni in valuta &#39;{0}&#39;
apps/frappe/frappe/core/doctype/doctype/doctype.py +519,Search field {0} is not valid,Cerca campo {0} non è valido
apps/frappe/frappe/core/doctype/doctype/doctype.py +523,Search field {0} is not valid,Cerca campo {0} non è valido
DocType: Workflow State,ok-circle,ok-cerchio DocType: Workflow State,ok-circle,ok-cerchio
apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',È possibile trovare le cose chiedendo 'trova arancio nei clienti' apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',È possibile trovare le cose chiedendo 'trova arancio nei clienti'
apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,Sorry! L'utente dovrebbe avere accesso completo al proprio record. apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,Sorry! L'utente dovrebbe avere accesso completo al proprio record.
@@ -2981,7 +2981,7 @@ DocType: User,Background Style,Stile sfondo
apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},accorpato {0} in {1} apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},accorpato {0} in {1}
DocType: System Settings,mm-dd-yyyy,gg-mm-aaaa DocType: System Settings,mm-dd-yyyy,gg-mm-aaaa
apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} ha effettuato l'accesso apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} ha effettuato l'accesso
apps/frappe/frappe/templates/emails/new_user.html +4,Your login id is,Il tuo identificativo per il login è:
apps/frappe/frappe/templates/emails/new_user.html +3,Your login id is,Il tuo identificativo per il login è:
DocType: OAuth Client,Skip Authorization,Skip Autorizzazione DocType: OAuth Client,Skip Authorization,Skip Autorizzazione
DocType: Web Form,Amount Field,importo campo DocType: Web Form,Amount Field,importo campo
DocType: Dropbox Settings,Send Notifications To,Inviare notifiche ai DocType: Dropbox Settings,Send Notifications To,Inviare notifiche ai


+ 94
- 94
frappe/translations/ja.csv View File

@@ -55,7 +55,7 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +52,Data Import Templa
apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,親 apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,親
DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.",有効にすると、パスワード強度は最小パスワードスコア値に基づいて適用されます。 2の値は中程度の強さであり、4は非常に強い値である。 DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.",有効にすると、パスワード強度は最小パスワードスコア値に基づいて適用されます。 2の値は中程度の強さであり、4は非常に強い値である。
DocType: About Us Settings,"""Team Members"" or ""Management""",「チームメンバー」または「管理」 DocType: About Us Settings,"""Team Members"" or ""Management""",「チームメンバー」または「管理」
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Default for 'Check' type of field must be either '0' or '1',「チェック」タイプのフィールドでは、デフォルトは「0」か「1」でなければなりません
apps/frappe/frappe/core/doctype/doctype/doctype.py +461,Default for 'Check' type of field must be either '0' or '1',「チェック」タイプのフィールドでは、デフォルトは「0」か「1」でなければなりません
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,昨日 apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,昨日
DocType: Contact,Designation,肩書 DocType: Contact,Designation,肩書
DocType: Test Runner,Test Runner,テストランナー DocType: Test Runner,Test Runner,テストランナー
@@ -71,7 +71,7 @@ DocType: DocType,Is Published Field,フィールド公開されています
DocType: Email Group,Email Group,メールグループ DocType: Email Group,Email Group,メールグループ
DocType: Note,Seen By,で見られる DocType: Note,Seen By,で見られる
apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,複数追加 apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,複数追加
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Not Like,みたいではなく
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Not Like,みたいではなく
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,フィールドの表示ラベルを設定 apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,フィールドの表示ラベルを設定
apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},不正な値:{0} は {1} {2}でなければなりません apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},不正な値:{0} は {1} {2}でなければなりません
apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)",変更フィールドのプロパティ(非表示、読み取り専用、アクセス権など) apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)",変更フィールドのプロパティ(非表示、読み取り専用、アクセス権など)
@@ -160,7 +160,8 @@ apps/frappe/frappe/public/js/frappe/upload.js +296,Uploading...,アップロー
DocType: Email Domain,Email Domain,メールドメイン DocType: Email Domain,Email Domain,メールドメイン
DocType: Workflow State,italic,斜体 DocType: Workflow State,italic,斜体
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,すべての人のために apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,すべての人のために
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,{0}: Cannot set Import without Create,{0}:作成せずにインポートを設定することはできません
apps/frappe/frappe/core/doctype/doctype/doctype.py +706,{0}: Cannot set Import without Create,{0}:作成せずにインポートを設定することはできません
apps/frappe/frappe/templates/emails/auto_email_report.html +45,View report in your browser,ブラウザでレポートを表示
apps/frappe/frappe/config/desk.py +26,Event and other calendars.,イベントや他のカレンダー apps/frappe/frappe/config/desk.py +26,Event and other calendars.,イベントや他のカレンダー
apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,すべてのフィールドは、コメントを送信するために必要です。 apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,すべてのフィールドは、コメントを送信するために必要です。
apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,ドラッグして列を並べ替え apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,ドラッグして列を並べ替え
@@ -238,7 +239,7 @@ apps/frappe/frappe/config/setup.py +121,Update many values at one time.,一度
apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,エラー:あなたが文書を開いた後に変更されています apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,エラー:あなたが文書を開いた後に変更されています
apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0}ログアウト:{1} apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0}ログアウト:{1}
DocType: Address,West Bengal,西ベンガル州 DocType: Address,West Bengal,西ベンガル州
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0}: Cannot set Assign Submit if not Submittable,{0}:提出可能になっていない場合は、割当の提出が設定できません
apps/frappe/frappe/core/doctype/doctype/doctype.py +727,{0}: Cannot set Assign Submit if not Submittable,{0}:提出可能になっていない場合は、割当の提出が設定できません
DocType: Social Login Keys,Facebook,Facebook DocType: Social Login Keys,Facebook,Facebook
apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""","""{0}""でフィルタリング" apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""","""{0}""でフィルタリング"
DocType: Salutation,Administrator,管理者 DocType: Salutation,Administrator,管理者
@@ -262,7 +263,7 @@ DocType: User,Get your globally recognized avatar from Gravatar.com,Gravatar.com
apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.",あなたのサブスクリプションは、{0}に有効期限が切れています。更新するには、{1}。 apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.",あなたのサブスクリプションは、{0}に有効期限が切れています。更新するには、{1}。
DocType: Workflow State,plus-sign,プラス記号 DocType: Workflow State,plus-sign,プラス記号
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,すでに完全なセットアップ apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,すでに完全なセットアップ
apps/frappe/frappe/__init__.py +897,App {0} is not installed,アプリケーション{0}がインストールされていません
apps/frappe/frappe/__init__.py +898,App {0} is not installed,アプリケーション{0}がインストールされていません
DocType: Workflow State,Refresh,再読込 DocType: Workflow State,Refresh,再読込
DocType: Event,Public,公開 DocType: Event,Public,公開
apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,表示するものがありません apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,表示するものがありません
@@ -270,7 +271,7 @@ apps/frappe/frappe/public/js/frappe/model/model.js +24,Liked By,に好か
apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,メールサポート apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,メールサポート
DocType: DocField,Print Hide If No Value,値なしの場合プリントを隠します DocType: DocField,Print Hide If No Value,値なしの場合プリントを隠します
DocType: Event,yellow,黄 DocType: Event,yellow,黄
apps/frappe/frappe/core/doctype/doctype/doctype.py +563,Is Published Field must be a valid fieldname,公開されているフィールドは、有効なフィールド名でなければなりません
apps/frappe/frappe/core/doctype/doctype/doctype.py +567,Is Published Field must be a valid fieldname,公開されているフィールドは、有効なフィールド名でなければなりません
apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,添付ファイルをアップロード apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,添付ファイルをアップロード
DocType: Block Module,Block Module,ブロックモジュール DocType: Block Module,Block Module,ブロックモジュール
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,テンプレートのエクスポート apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,テンプレートのエクスポート
@@ -287,7 +288,7 @@ DocType: Email Account,Total number of emails to sync in initial sync process ,
DocType: Website Settings,Set Banner from Image,画像からバナーを設定 DocType: Website Settings,Set Banner from Image,画像からバナーを設定
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,グローバル検索 apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,グローバル検索
DocType: Email Account,SparkPost,SparkPost DocType: Email Account,SparkPost,SparkPost
apps/frappe/frappe/templates/emails/new_user.html +3,A new account has been created for you at {0},新しいアカウントは {0} に作成されています
apps/frappe/frappe/templates/emails/new_user.html +2,A new account has been created for you at {0},新しいアカウントは {0} に作成されています
apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,メールでの指示 apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,メールでの指示
apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),電子メールの受信者(複数可)を入力してください apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),電子メールの受信者(複数可)を入力してください
DocType: Print Format,Verdana,Verdana DocType: Print Format,Verdana,Verdana
@@ -353,7 +354,7 @@ apps/frappe/frappe/utils/nestedset.py +218,Merging is only possible between Grou
apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},{0}を追加しました apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},{0}を追加しました
apps/frappe/frappe/www/search.html +28,No matching records. Search something new,一致するレコードはありません。新しい何かを検索 apps/frappe/frappe/www/search.html +28,No matching records. Search something new,一致するレコードはありません。新しい何かを検索
DocType: Currency,Fraction Units,分数単位 DocType: Currency,Fraction Units,分数単位
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +431,{0} from {1} to {2},{0} {1}から{2}へ
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +433,{0} from {1} to {2},{0} {1}から{2}へ
DocType: Communication,Type,タイプ DocType: Communication,Type,タイプ
DocType: Authentication Log,Subject,タイトル DocType: Authentication Log,Subject,タイトル
DocType: Web Form,Amount Based On Field,金額フィールドに基づいて DocType: Web Form,Amount Based On Field,金額フィールドに基づいて
@@ -366,10 +367,10 @@ DocType: Workflow State,plane,飛行機
apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.",新しいレコードをアップロードする際には「命名シリーズ」が必須になります(存在する場合) apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.",新しいレコードをアップロードする際には「命名シリーズ」が必須になります(存在する場合)
apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,今日のためのアラートを取得 apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,今日のためのアラートを取得
apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,文書タイプは管理者のみ名前を変更することができます apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,文書タイプは管理者のみ名前を変更することができます
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +442,changed value of {0},{0}の変更された値
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +444,changed value of {0},{0}の変更された値
DocType: Report,JSON,JSON DocType: Report,JSON,JSON
apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,検証のためにあなたの電子メールをチェックしてください apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,検証のためにあなたの電子メールをチェックしてください
apps/frappe/frappe/core/doctype/doctype/doctype.py +509,Fold can not be at the end of the form,フォールドはフォームの最後にすることはできません
apps/frappe/frappe/core/doctype/doctype/doctype.py +513,Fold can not be at the end of the form,フォールドはフォームの最後にすることはできません
DocType: Communication,Bounced,不達 DocType: Communication,Bounced,不達
DocType: Deleted Document,Deleted Name,削除された名前 DocType: Deleted Document,Deleted Name,削除された名前
apps/frappe/frappe/config/setup.py +14,System and Website Users,システムとウェブサイトユーザー apps/frappe/frappe/config/setup.py +14,System and Website Users,システムとウェブサイトユーザー
@@ -377,25 +378,26 @@ DocType: Workflow Document State,Doc Status,文書ステータス
DocType: Auto Email Report,No of Rows (Max 500),行(最大500)のなし DocType: Auto Email Report,No of Rows (Max 500),行(最大500)のなし
DocType: Language,Language Code,言語コード DocType: Language,Language Code,言語コード
apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...",ダウンロード準備中です。しばらくお待ちください… apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...",ダウンロード準備中です。しばらくお待ちください…
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +23,Add Filter,フィルタを追加
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +21,Add Filter,フィルタを追加
apps/frappe/frappe/www/feedback.html +23,Your rating: ,あなたの評価: apps/frappe/frappe/www/feedback.html +23,Your rating: ,あなたの評価:
apps/frappe/frappe/utils/data.py +568,{0} and {1},{0}と{1} apps/frappe/frappe/utils/data.py +568,{0} and {1},{0}と{1}
DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",常に印刷ドラフト文書の見出し &quot;ドラフト&quot;を追加 DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",常に印刷ドラフト文書の見出し &quot;ドラフト&quot;を追加
apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,メールはスパムとしてマークされています apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,メールはスパムとしてマークされています
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,セットアップ&gt;ユーザー
DocType: About Us Settings,Website Manager,Webサイトマネージャー DocType: About Us Settings,Website Manager,Webサイトマネージャー
apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,下書きまたはキャンセルされたドキュメントを選択しました apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,下書きまたはキャンセルされたドキュメントを選択しました
apps/frappe/frappe/model/document.py +1044,Document Queued,文書キュー apps/frappe/frappe/model/document.py +1044,Document Queued,文書キュー
DocType: GSuite Templates,Destination ID,宛先ID DocType: GSuite Templates,Destination ID,宛先ID
DocType: Desktop Icon,List,リスト DocType: Desktop Icon,List,リスト
DocType: Communication,Link Name,リンク名 DocType: Communication,Link Name,リンク名
apps/frappe/frappe/core/doctype/doctype/doctype.py +433,Field {0} in row {1} cannot be hidden and mandatory without default,フィールド{0}の行{1}は、デフォルト以外、非表示・必須とすることはできません
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Field {0} in row {1} cannot be hidden and mandatory without default,フィールド{0}の行{1}は、デフォルト以外、非表示・必須とすることはできません
DocType: System Settings,mm/dd/yyyy,mm/dd/yyyy DocType: System Settings,mm/dd/yyyy,mm/dd/yyyy
apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,無効なパスワード: apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,無効なパスワード:
DocType: Print Settings,Send document web view link in email,電子メールでのドキュメントのWebビューのリンクを送信 DocType: Print Settings,Send document web view link in email,電子メールでのドキュメントのWebビューのリンクを送信
apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,{0}は正常に保存された文書のためのご意見、ご感想 apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,{0}は正常に保存された文書のためのご意見、ご感想
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,前 apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,前
apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,Re: apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,Re:
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +496,{0} rows for {1},{1}の{0}行
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +498,{0} rows for {1},{1}の{0}行
DocType: Currency,"Sub-currency. For e.g. ""Cent""",サブ通貨(例:セント) DocType: Currency,"Sub-currency. For e.g. ""Cent""",サブ通貨(例:セント)
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,アップロードされたファイルを選択します apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,アップロードされたファイルを選択します
DocType: Letter Head,Check this to make this the default letter head in all prints,すべての印刷物でこのデフォルトレターヘッドを作成する場合チェック DocType: Letter Head,Check this to make this the default letter head in all prints,すべての印刷物でこのデフォルトレターヘッドを作成する場合チェック
@@ -419,7 +421,7 @@ DocType: Event,Wednesday,水曜日
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.",役割に基づく権限ルールとは別に、文書タイプに基づいてユーザーのアクセス許可を適用することができます。 apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.",役割に基づく権限ルールとは別に、文書タイプに基づいてユーザーのアクセス許可を適用することができます。
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","これらの権限は、権限レコードがリンクされているすべての取引に適用されます。 apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","これらの権限は、権限レコードがリンクされているすべての取引に適用されます。
例えば、ユーザXのユーザー権限にC社が追加された場合、ユーザXだけがC社にリンクされた取引を見ることができます。" 例えば、ユーザXのユーザー権限にC社が追加された場合、ユーザXだけがC社にリンクされた取引を見ることができます。"
apps/frappe/frappe/core/doctype/doctype/doctype.py +554,Image field must be a valid fieldname,Imageフィールドは、有効なフィールド名でなければなりません
apps/frappe/frappe/core/doctype/doctype/doctype.py +558,Image field must be a valid fieldname,Imageフィールドは、有効なフィールド名でなければなりません
DocType: OAuth Client,Token,トークン DocType: OAuth Client,Token,トークン
DocType: Property Setter,ID (name) of the entity whose property is to be set,プロパティが設定されるエンティティのID(名前) DocType: Property Setter,ID (name) of the entity whose property is to be set,プロパティが設定されるエンティティのID(名前)
apps/frappe/frappe/limits.py +82,"To renew, {0}.",更新するには、{0}。 apps/frappe/frappe/limits.py +82,"To renew, {0}.",更新するには、{0}。
@@ -428,7 +430,7 @@ DocType: Web Form,Sidebar Items,サイドバーのアイテム
apps/frappe/frappe/installer.py +125,App {0} already installed,App {0}は既にインストールされています apps/frappe/frappe/installer.py +125,App {0} already installed,App {0}は既にインストールされています
DocType: Workflow State,exclamation-sign,感嘆符記号 DocType: Workflow State,exclamation-sign,感嘆符記号
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,表示するアクセス許可 apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,表示するアクセス許可
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a Link or Dynamic Link,タイムラインのフィールドは、リンクまたはダイナミックリンクでなければなりません
apps/frappe/frappe/core/doctype/doctype/doctype.py +578,Timeline field must be a Link or Dynamic Link,タイムラインのフィールドは、リンクまたはダイナミックリンクでなければなりません
apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,日付範囲 apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,日付範囲
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,ガント apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,ガント
apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},ページ {0} / {1} apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},ページ {0} / {1}
@@ -458,18 +460,18 @@ DocType: Workflow State,music,音楽
DocType: Web Page,Settings,設定 DocType: Web Page,Settings,設定
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,文書タイプを指定してください apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,文書タイプを指定してください
DocType: Print Format,Style Settings,スタイル設定 DocType: Print Format,Style Settings,スタイル設定
apps/frappe/frappe/core/doctype/doctype/doctype.py +585,Sort field {0} must be a valid fieldname,ソートフィールド{0}は、有効なフィールド名でなければなりません
apps/frappe/frappe/core/doctype/doctype/doctype.py +589,Sort field {0} must be a valid fieldname,ソートフィールド{0}は、有効なフィールド名でなければなりません
apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,続き apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,続き
DocType: Contact,Sales Manager,営業部長 DocType: Contact,Sales Manager,営業部長
apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,名称変更 apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,名称変更
DocType: Print Format,Format Data,書式データ DocType: Print Format,Format Data,書式データ
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Like,いいね!
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Like,いいね!
DocType: Customize Form Field,Customize Form Field,フォームフィールドをカスタマイズ DocType: Customize Form Field,Customize Form Field,フォームフィールドをカスタマイズ
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,ユーザを許可 apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,ユーザを許可
DocType: OAuth Client,Grant Type,グラントの種類 DocType: OAuth Client,Grant Type,グラントの種類
apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,ユーザーが読み取り可能なドキュメントにチェック apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,ユーザーが読み取り可能なドキュメントにチェック
apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,アプリを表示できない apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,アプリを表示できない
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,use % as wildcard,ワイルドカードとして%を使用して下さい。
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +230,use % as wildcard,ワイルドカードとして%を使用して下さい。
apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?",メールのドメインは、1を作成し、このアカウント用に構成されていませんか? apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?",メールのドメインは、1を作成し、このアカウント用に構成されていませんか?
DocType: User,Reset Password Key,パスワードキーリセット DocType: User,Reset Password Key,パスワードキーリセット
DocType: Email Account,Enable Auto Reply,自動返信を有効にする DocType: Email Account,Enable Auto Reply,自動返信を有効にする
@@ -494,11 +496,12 @@ apps/frappe/frappe/model/document.py +574,Cannot change docstatus from 1 to 0,
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,今すぐバックアップを取ります apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,今すぐバックアップを取ります
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,ようこそ apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,ようこそ
apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,インストール済みアプリ apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,インストール済みアプリ
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,セットアップ&gt;ユーザーパーミッションマネージャ
DocType: Contact,Open,オープン DocType: Contact,Open,オープン
DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,状態・次のステップ・許可されたロールのアクションを定義します DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,状態・次のステップ・許可されたロールのアクションを定義します
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.",ベストプラクティスとして、異なる役割に対して同じセットのアクセス許可ルールを割り当てないでください。代わりに、同じユーザーに複数の役割を設定します。 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.",ベストプラクティスとして、異なる役割に対して同じセットのアクセス許可ルールを割り当てないでください。代わりに、同じユーザーに複数の役割を設定します。
DocType: Web Form,Message to be displayed on successful completion,正常完了時に表示されるメッセージ DocType: Web Form,Message to be displayed on successful completion,正常完了時に表示されるメッセージ
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +42,Only {0} emailed reports are allowed per user,唯一の{0}のレポートは、ユーザーごとに許可されている電子メールで送信
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +43,Only {0} emailed reports are allowed per user,唯一の{0}のレポートは、ユーザーごとに許可されている電子メールで送信
DocType: Address,Address Title,住所タイトル DocType: Address,Address Title,住所タイトル
DocType: Website Settings,Footer Items,フッター項目 DocType: Website Settings,Footer Items,フッター項目
apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,リクエストフィードバック apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,リクエストフィードバック
@@ -513,7 +516,7 @@ DocType: DocField,Set Only Once,1度だけ設定
DocType: Email Queue Recipient,Email Queue Recipient,メールキューの受信者 DocType: Email Queue Recipient,Email Queue Recipient,メールキューの受信者
DocType: Address,Nagaland,ナガランド DocType: Address,Nagaland,ナガランド
apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,ユーザー名{0}はすでに存在しています apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,ユーザー名{0}はすでに存在しています
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set import as {1} is not importable,{0}:{1}がインポート不可のためインポートを設定することはできません
apps/frappe/frappe/core/doctype/doctype/doctype.py +733,{0}: Cannot set import as {1} is not importable,{0}:{1}がインポート不可のためインポートを設定することはできません
apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},あなたのアドレステンプレート{0}にエラーがあります apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},あなたのアドレステンプレート{0}にエラーがあります
DocType: Footer Item,"target = ""_blank""","target = ""_blank""" DocType: Footer Item,"target = ""_blank""","target = ""_blank"""
DocType: Workflow State,hdd,ハードディスク DocType: Workflow State,hdd,ハードディスク
@@ -525,7 +528,7 @@ DocType: Communication,From Full Name,フルネームから
apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},レポートへのアクセス権がありません:{0} apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},レポートへのアクセス権がありません:{0}
DocType: User,Send Welcome Email,ウェルカムメールを送信 DocType: User,Send Welcome Email,ウェルカムメールを送信
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,ダウンロードと同じ形式で全ユーザーのアクセス許可を含むCSVファイルをアップロードします。 apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,ダウンロードと同じ形式で全ユーザーのアクセス許可を含むCSVファイルをアップロードします。
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +449,Remove Filter,フィルタの削除
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +450,Remove Filter,フィルタの削除
DocType: Address,Daman and Diu,ダマンとジュー DocType: Address,Daman and Diu,ダマンとジュー
DocType: Address,Personal,個人情報 DocType: Address,Personal,個人情報
apps/frappe/frappe/config/setup.py +113,Bulk Rename,一括名前変更 apps/frappe/frappe/config/setup.py +113,Bulk Rename,一括名前変更
@@ -555,13 +558,12 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.js +33,Send
apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form",標準のDocTypeは、デフォルトの印刷フォーマットを持つことはできません。 apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form",標準のDocTypeは、デフォルトの印刷フォーマットを持つことはできません。
DocType: Report,Query,クエリー DocType: Report,Query,クエリー
DocType: DocType,Sort Order,並び順 DocType: DocType,Sort Order,並び順
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,'In List View' not allowed for type {0} in row {1},「リスト表示」は行{1}のタイプ{0}では許可されません
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In List View' not allowed for type {0} in row {1},「リスト表示」は行{1}のタイプ{0}では許可されません
DocType: Custom Field,Select the label after which you want to insert new field.,新たなフィールドを挿入後にラベルを選択してください。 DocType: Custom Field,Select the label after which you want to insert new field.,新たなフィールドを挿入後にラベルを選択してください。
,Document Share Report,文書共有レポート ,Document Share Report,文書共有レポート
DocType: User,Last Login,最新ログイン DocType: User,Last Login,最新ログイン
apps/frappe/frappe/core/doctype/doctype/doctype.py +600,Fieldname is required in row {0},行{0}にはフィールド名が必要です
apps/frappe/frappe/core/doctype/doctype/doctype.py +604,Fieldname is required in row {0},行{0}にはフィールド名が必要です
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,列 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,列
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,セットアップ&gt;電子メール&gt;電子メールアカウントからデフォルトの電子メールアカウントを設定してください
DocType: Custom Field,Adds a custom field to a DocType,文書タイプにカスタムフィールドを追加 DocType: Custom Field,Adds a custom field to a DocType,文書タイプにカスタムフィールドを追加
DocType: File,Is Home Folder,ホームフォルダ DocType: File,Is Home Folder,ホームフォルダ
apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0}は有効なメールアドレスではありません apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0}は有効なメールアドレスではありません
@@ -585,7 +587,7 @@ DocType: File,Folder,フォルダ
DocType: DocField,Index,索引 DocType: DocField,Index,索引
DocType: Email Group,Newsletter Manager,ニュースレターマネージャー DocType: Email Group,Newsletter Manager,ニュースレターマネージャー
apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,オプション1 apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,オプション1
apps/frappe/frappe/public/js/frappe/form/formatters.js +124,{0} to {1},{0}から{1}
apps/frappe/frappe/public/js/frappe/form/formatters.js +129,{0} to {1},{0}から{1}
apps/frappe/frappe/config/setup.py +89,Log of error during requests.,リクエスト中のエラーのログ。 apps/frappe/frappe/config/setup.py +89,Log of error during requests.,リクエスト中のエラーのログ。
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0}正常に電子メールグループに追加されました。 apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0}正常に電子メールグループに追加されました。
DocType: Address,Uttar Pradesh,ウッタル・プラデーシュ州 DocType: Address,Uttar Pradesh,ウッタル・プラデーシュ州
@@ -595,7 +597,7 @@ apps/frappe/frappe/email/doctype/newsletter/newsletter.py +30,Scheduled to send
DocType: Kanban Board Column,Indicator,インジケータ DocType: Kanban Board Column,Indicator,インジケータ
DocType: DocShare,Everyone,全員 DocType: DocShare,Everyone,全員
DocType: Workflow State,backward,後方 DocType: Workflow State,backward,後方
apps/frappe/frappe/core/doctype/doctype/doctype.py +676,"{0}: Only one rule allowed with the same Role, Level and {1}",{0}:同じ役割、レベル、{1} にには1つのルールのみ許可されます
apps/frappe/frappe/core/doctype/doctype/doctype.py +680,"{0}: Only one rule allowed with the same Role, Level and {1}",{0}:同じ役割、レベル、{1} にには1つのルールのみ許可されます
DocType: Email Queue,Add Unsubscribe Link,解除リンクを追加 DocType: Email Queue,Add Unsubscribe Link,解除リンクを追加
apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,コメントはまだありません。新しいディスカッションを開始します。 apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,コメントはまだありません。新しいディスカッションを開始します。
DocType: Workflow State,share,共有 DocType: Workflow State,share,共有
@@ -634,7 +636,7 @@ apps/frappe/frappe/printing/doctype/print_format/print_format.py +80,{0} is now
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,アーカイブされた列 apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,アーカイブされた列
DocType: Email Account,Default Outgoing,デフォルト支出 DocType: Email Account,Default Outgoing,デフォルト支出
DocType: Workflow State,play,再生 DocType: Workflow State,play,再生
apps/frappe/frappe/templates/emails/new_user.html +5,Click on the link below to complete your registration and set a new password,登録を完了し、新しいパスワードを設定するためには、次のリンクをクリックしてください
apps/frappe/frappe/templates/emails/new_user.html +4,Click on the link below to complete your registration and set a new password,登録を完了し、新しいパスワードを設定するためには、次のリンクをクリックしてください
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,追加しませんでした apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,追加しませんでした
apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,割り当てられていないメールアカウントありません apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,割り当てられていないメールアカウントありません
DocType: Contact Us Settings,Contact Us Settings,お問い合わせの設定 DocType: Contact Us Settings,Contact Us Settings,お問い合わせの設定
@@ -655,12 +657,12 @@ apps/frappe/frappe/core/page/user_permissions/user_permissions.js +127,Upload Us
DocType: Dropbox Settings,App Secret Key,アプリの秘密鍵 DocType: Dropbox Settings,App Secret Key,アプリの秘密鍵
apps/frappe/frappe/config/website.py +7,Web Site,ウェブサイト apps/frappe/frappe/config/website.py +7,Web Site,ウェブサイト
apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,チェックしたアイテムは、デスクトップ上に表示されます apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,チェックしたアイテムは、デスクトップ上に表示されます
apps/frappe/frappe/core/doctype/doctype/doctype.py +719,{0} cannot be set for Single types,{0}シングルタイプに設定することはできません
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0} cannot be set for Single types,{0}シングルタイプに設定することはできません
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,かんばんボードは{0}が存在しません。 apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,かんばんボードは{0}が存在しません。
apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0}が現在この文書を表示しています apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0}が現在この文書を表示しています
DocType: ToDo,Assigned By Full Name,フルネームによって割り当て DocType: ToDo,Assigned By Full Name,フルネームによって割り当て
apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} 更新 apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} 更新
apps/frappe/frappe/core/doctype/doctype/doctype.py +709,Report cannot be set for Single types,レポートはシングルタイプに設定することはできません
apps/frappe/frappe/core/doctype/doctype/doctype.py +713,Report cannot be set for Single types,レポートはシングルタイプに設定することはできません
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0}日前 apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0}日前
DocType: Email Account,Awaiting Password,パスワードを待っています DocType: Email Account,Awaiting Password,パスワードを待っています
DocType: Address,Address Line 1,住所 1行目 DocType: Address,Address Line 1,住所 1行目
@@ -710,7 +712,7 @@ DocType: Feedback Trigger,"To add dynamic subject, use jinja tags like
apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,アプリは{0}削除します apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,アプリは{0}削除します
DocType: Custom DocPerm,Apply User Permissions,ユーザーのアクセス許可を適用 DocType: Custom DocPerm,Apply User Permissions,ユーザーのアクセス許可を適用
DocType: User,Modules HTML,モジュールHTML DocType: User,Modules HTML,モジュールHTML
apps/frappe/frappe/public/js/frappe/ui/field_group.js +82,Missing Values Required,欠損値が必要です
apps/frappe/frappe/public/js/frappe/ui/field_group.js +96,Missing Values Required,欠損値が必要です
DocType: DocType,Other Settings,その他設定 DocType: DocType,Other Settings,その他設定
DocType: Social Login Keys,Frappe,フラッペ DocType: Social Login Keys,Frappe,フラッペ
apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,未読としてマーク apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,未読としてマーク
@@ -764,7 +766,7 @@ DocType: Event,orange,オレンジ
apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,{0}が見つかりません apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,{0}が見つかりません
apps/frappe/frappe/config/setup.py +242,Add custom forms.,カスタムフォームを追加 apps/frappe/frappe/config/setup.py +242,Add custom forms.,カスタムフォームを追加
apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}:{1} {2} apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}:{1} {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +419,submitted this document,この文書を提出
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,submitted this document,この文書を提出
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,The system provides many pre-defined roles. You can add new roles to set finer permissions.,このシステムは、多くの事前定義された役割を提供しています。細かい権限を設定するための新しい役割を追加することができます。 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,The system provides many pre-defined roles. You can add new roles to set finer permissions.,このシステムは、多くの事前定義された役割を提供しています。細かい権限を設定するための新しい役割を追加することができます。
DocType: Communication,CC,CC DocType: Communication,CC,CC
DocType: Country,Geo,地理 DocType: Country,Geo,地理
@@ -814,7 +816,7 @@ DocType: DocType,Hide Toolbar,ツールバーを非表示にする
DocType: User,Last Active,最後のアクティブ DocType: User,Last Active,最後のアクティブ
DocType: Email Account,SMTP Settings for outgoing emails,送信メール用のSMTP設定 DocType: Email Account,SMTP Settings for outgoing emails,送信メール用のSMTP設定
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,インポートに失敗しました apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,インポートに失敗しました
apps/frappe/frappe/templates/emails/password_update.html +3,Your password has been updated. Here is your new password,パスワードが更新されました。これが新しいパスワードです。
apps/frappe/frappe/templates/emails/password_update.html +2,Your password has been updated. Here is your new password,パスワードが更新されました。これが新しいパスワードです。
DocType: Email Account,Auto Reply Message,自動返信メッセージ DocType: Email Account,Auto Reply Message,自動返信メッセージ
DocType: Feedback Trigger,Condition,条件 DocType: Feedback Trigger,Condition,条件
apps/frappe/frappe/utils/data.py +546,{0} hours ago,{0}時間前 apps/frappe/frappe/utils/data.py +546,{0} hours ago,{0}時間前
@@ -822,7 +824,6 @@ apps/frappe/frappe/utils/data.py +556,1 month ago,1ヶ月前
DocType: Contact,User ID,ユーザー ID DocType: Contact,User ID,ユーザー ID
DocType: Communication,Sent,送信済 DocType: Communication,Sent,送信済
DocType: Address,Kerala,ケララ州 DocType: Address,Kerala,ケララ州
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0}年前
DocType: File,Lft,左 DocType: File,Lft,左
DocType: User,Simultaneous Sessions,同時セッション DocType: User,Simultaneous Sessions,同時セッション
DocType: OAuth Client,Client Credentials,クライアントの資格情報 DocType: OAuth Client,Client Credentials,クライアントの資格情報
@@ -839,7 +840,7 @@ DocType: Email Queue,Unsubscribe Method,配信停止方法
DocType: GSuite Templates,Related DocType,関連するDocType DocType: GSuite Templates,Related DocType,関連するDocType
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,コンテンツを追加して編集 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,コンテンツを追加して編集
apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,言語を選択 apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,言語を選択
apps/frappe/frappe/__init__.py +517,No permission for {0},{0} には許可がありません
apps/frappe/frappe/__init__.py +518,No permission for {0},{0} には許可がありません
DocType: DocType,Advanced,高度な DocType: DocType,Advanced,高度な
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,APIキーまたはAPIの秘密は間違っているようです! apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,APIキーまたはAPIの秘密は間違っているようです!
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},参照:{0} {1} apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},参照:{0} {1}
@@ -871,14 +872,14 @@ DocType: Custom DocPerm,Additional Permissions,追加のアクセス許可
DocType: Email Account,Always use Account's Email Address as Sender,常に送信者としてアカウントのメールアドレスを使用します DocType: Email Account,Always use Account's Email Address as Sender,常に送信者としてアカウントのメールアドレスを使用します
apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,コメントするにはログインしてください apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,コメントするにはログインしてください
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,このラインより下からデータ入力を開始してください apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,このラインより下からデータ入力を開始してください
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +474,changed values for {0},{0}の値を変更
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +476,changed values for {0},{0}の値を変更
DocType: Workflow State,retweet,リツイート DocType: Workflow State,retweet,リツイート
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,フィールドの値を指定 apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,フィールドの値を指定
DocType: Report,Disabled,無効 DocType: Report,Disabled,無効
DocType: Workflow State,eye-close,目を閉じる DocType: Workflow State,eye-close,目を閉じる
DocType: OAuth Provider Settings,OAuth Provider Settings,OAuthプロバイダーの設定 DocType: OAuth Provider Settings,OAuth Provider Settings,OAuthプロバイダーの設定
apps/frappe/frappe/config/setup.py +254,Applications,アプリケーション apps/frappe/frappe/config/setup.py +254,Applications,アプリケーション
apps/frappe/frappe/public/js/frappe/request.js +349,Report this issue,この課題をレポート
apps/frappe/frappe/public/js/frappe/request.js +353,Report this issue,この課題をレポート
apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,名前が必要です apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,名前が必要です
DocType: Custom Script,Adds a custom script (client or server) to a DocType,文書タイプにカスタムスクリプト(クライアントまたはサーバ)を追加 DocType: Custom Script,Adds a custom script (client or server) to a DocType,文書タイプにカスタムスクリプト(クライアントまたはサーバ)を追加
DocType: Address,City/Town,市町村 DocType: Address,City/Town,市町村
@@ -963,7 +964,7 @@ DocType: Web Form,Actions,動作
DocType: Workflow State,align-justify,均等割付 DocType: Workflow State,align-justify,均等割付
DocType: User,Middle Name (Optional),ミドルネーム(オプション) DocType: User,Middle Name (Optional),ミドルネーム(オプション)
apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,許可されていません apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,許可されていません
apps/frappe/frappe/public/js/frappe/ui/field_group.js +83,Following fields have missing values:,次のフィールドが欠落している値が設定されています
apps/frappe/frappe/public/js/frappe/ui/field_group.js +97,Following fields have missing values:,次のフィールドが欠落している値が設定されています
apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,あなたがアクションを完了するのに十分な権限がありません apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,あなたがアクションを完了するのに十分な権限がありません
apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,結果がありません apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,結果がありません
DocType: System Settings,Security,セキュリティ DocType: System Settings,Security,セキュリティ
@@ -1006,7 +1007,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js +133,Hide Details,詳細を
DocType: Workflow State,Tasks,タスク DocType: Workflow State,Tasks,タスク
DocType: Event,Tuesday,火曜日 DocType: Event,Tuesday,火曜日
DocType: Blog Settings,Blog Settings,ブログ設定 DocType: Blog Settings,Blog Settings,ブログ設定
apps/frappe/frappe/templates/emails/new_user.html +17,You can also copy-paste this link in your browser,このリンクをコピー&ペーストできます
apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste this link in your browser,このリンクをコピー&ペーストできます
DocType: Workflow State,bullhorn,拡声器 DocType: Workflow State,bullhorn,拡声器
DocType: Social Login Keys,Facebook Client Secret,FacebookのClient Secret DocType: Social Login Keys,Facebook Client Secret,FacebookのClient Secret
DocType: Footer Item,Target,ターゲット DocType: Footer Item,Target,ターゲット
@@ -1018,12 +1019,12 @@ DocType: ToDo,Due Date,期日
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,クォーター日 apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,クォーター日
DocType: Social Login Keys,Google Client Secret,GoogleのClient Secret DocType: Social Login Keys,Google Client Secret,GoogleのClient Secret
DocType: Website Settings,Hide Footer Signup,フッターのSignupを隠す DocType: Website Settings,Hide Footer Signup,フッターのSignupを隠す
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,cancelled this document,この文書をキャンセル
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +423,cancelled this document,この文書をキャンセル
apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,Pythonファイルを保存先と同じフォルダに保存し、カラムと数値を返却します apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,Pythonファイルを保存先と同じフォルダに保存し、カラムと数値を返却します
DocType: DocType,Sort Field,並べ替えフィールド DocType: DocType,Sort Field,並べ替えフィールド
DocType: Razorpay Settings,Razorpay Settings,Razorpay設定 DocType: Razorpay Settings,Razorpay Settings,Razorpay設定
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +445,Edit Filter,フィルタ編集
apps/frappe/frappe/core/doctype/doctype/doctype.py +415,Field {0} of type {1} cannot be mandatory,フィールド{0}の型{1}は必須にすることはできません
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +446,Edit Filter,フィルタ編集
apps/frappe/frappe/core/doctype/doctype/doctype.py +419,Field {0} of type {1} cannot be mandatory,フィールド{0}の型{1}は必須にすることはできません
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,さらに追加 apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,さらに追加
apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,隠すチャート apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,隠すチャート
DocType: System Settings,Session Expiry Mobile,セッション有効期限(モバイル) DocType: System Settings,Session Expiry Mobile,セッション有効期限(モバイル)
@@ -1064,7 +1065,7 @@ DocType: Address,Contacts,連絡先
DocType: System Settings,Setup Complete,セットアップ完了 DocType: System Settings,Setup Complete,セットアップ完了
apps/frappe/frappe/config/setup.py +66,Report of all document shares,すべての共有文書のレポート apps/frappe/frappe/config/setup.py +66,Report of all document shares,すべての共有文書のレポート
apps/frappe/frappe/www/update-password.html +18,New Password,新しいパスワード apps/frappe/frappe/www/update-password.html +18,New Password,新しいパスワード
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +73,Filter {0} missing,フィルター{0}欠落
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +74,Filter {0} missing,フィルター{0}欠落
apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,自動生成されたコメントを削除することはできません apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,自動生成されたコメントを削除することはできません
DocType: Website Theme,Style using CSS,CSSを使用したスタイル DocType: Website Theme,Style using CSS,CSSを使用したスタイル
apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,参照文書型 apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,参照文書型
@@ -1129,7 +1130,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +127,Help on Searc
apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,登録されていますが、無効 apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,登録されていますが、無効
DocType: DocType,Hide Copy,コピーを非表示にする DocType: DocType,Hide Copy,コピーを非表示にする
apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,すべての役割をクリア apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,すべての役割をクリア
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +114,{0} generated on {1},{0} {1}で生成
apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0}は重複出来ません apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0}は重複出来ません
apps/frappe/frappe/permissions.py +274,Row,行 apps/frappe/frappe/permissions.py +274,Row,行
DocType: DocType,Track Changes,変更履歴の記録 DocType: DocType,Track Changes,変更履歴の記録
@@ -1180,11 +1180,11 @@ DocType: User,Github User ID,GitHubのユーザーID
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,文書タイプの場合 apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,文書タイプの場合
apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","削除するか、{0}ので、キャンセルすることはできません<a href=""#Form/{0}/{1}"">{1}</a>とリンクされている{2} <a href=""#Form/{2}/{3}"">{3}</a> {4}" apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","削除するか、{0}ので、キャンセルすることはできません<a href=""#Form/{0}/{1}"">{1}</a>とリンクされている{2} <a href=""#Form/{2}/{3}"">{3}</a> {4}"
apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},不明なアプリ{0} apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},不明なアプリ{0}
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +48,"%s is not a valid report format. Report format should \
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +49,"%s is not a valid report format. Report format should \
one of the following %s",%sは有効なレポート形式ではありません。レポートの形式は、次の%sのいずれかを\する必要があります one of the following %s",%sは有効なレポート形式ではありません。レポートの形式は、次の%sのいずれかを\する必要があります
DocType: Communication,Chat,チャット DocType: Communication,Chat,チャット
apps/frappe/frappe/core/doctype/doctype/doctype.py +408,Fieldname {0} appears multiple times in rows {1},フィールド名{0}は行{1}で複数回表示されます
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +460,{0} from {1} to {2} in row #{3},{0}から{1} {2}内の行#に{3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +412,Fieldname {0} appears multiple times in rows {1},フィールド名{0}は行{1}で複数回表示されます
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +462,{0} from {1} to {2} in row #{3},{0}から{1} {2}内の行#に{3}
DocType: Communication,Expired,期限切れ DocType: Communication,Expired,期限切れ
DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),グリッド内のフィールドの列数(グリッド内の合計の列が11未満でなければなりません) DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),グリッド内のフィールドの列数(グリッド内の合計の列が11未満でなければなりません)
DocType: DocType,System,システム DocType: DocType,System,システム
@@ -1199,7 +1199,7 @@ DocType: Help Article,Likes,いいね!
DocType: Website Settings,Top Bar,トップバー DocType: Website Settings,Top Bar,トップバー
DocType: GSuite Settings,Script Code,スクリプトコード DocType: GSuite Settings,Script Code,スクリプトコード
apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,ユーザーメールを作成する apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,ユーザーメールを作成する
apps/frappe/frappe/core/doctype/doctype/doctype.py +647,No Permissions Specified,許可が指定されていません
apps/frappe/frappe/core/doctype/doctype/doctype.py +651,No Permissions Specified,許可が指定されていません
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,グローバル設定:ユーザーにのみチェックアイコンを選択することができます apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,グローバル設定:ユーザーにのみチェックアイコンを選択することができます
apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0}が見つかりません apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0}が見つかりません
DocType: Custom Role,Custom Role,カスタムロール DocType: Custom Role,Custom Role,カスタムロール
@@ -1211,12 +1211,12 @@ DocType: Dropbox Settings,Dropbox Access Secret,Dropboxのアクセスの秘密
apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,別のコメントの追加 apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,別のコメントの追加
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,編集DOCTYPE apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,編集DOCTYPE
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,ニュースレターから退会し apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,ニュースレターから退会し
apps/frappe/frappe/core/doctype/doctype/doctype.py +507,Fold must come before a Section Break,フォールドはセクション区切りの前に来なければなりません
apps/frappe/frappe/core/doctype/doctype/doctype.py +511,Fold must come before a Section Break,フォールドはセクション区切りの前に来なければなりません
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,開発中で apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,開発中で
apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,最終更新者 apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,最終更新者
DocType: Workflow State,hand-down,手(下) DocType: Workflow State,hand-down,手(下)
DocType: Address,GST State,GSTの状態 DocType: Address,GST State,GSTの状態
apps/frappe/frappe/core/doctype/doctype/doctype.py +695,{0}: Cannot set Cancel without Submit,{0}:提出せずにキャンセルを設定することはできません
apps/frappe/frappe/core/doctype/doctype/doctype.py +699,{0}: Cannot set Cancel without Submit,{0}:提出せずにキャンセルを設定することはできません
DocType: Website Theme,Theme,テーマ DocType: Website Theme,Theme,テーマ
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,エラーが発生しました。 apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,エラーが発生しました。
DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,認証コードにバインドされたURIをリダイレクト DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,認証コードにバインドされたURIをリダイレクト
@@ -1255,7 +1255,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +7,
apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,コメントを追加 apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,コメントを追加
DocType: DocField,Mandatory,必須 DocType: DocField,Mandatory,必須
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,モジュールがエクスポートします apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,モジュールがエクスポートします
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,{0}: No basic permissions set,{0}:基本的なアクセス権が設定されていません
apps/frappe/frappe/core/doctype/doctype/doctype.py +663,{0}: No basic permissions set,{0}:基本的なアクセス権が設定されていません
apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,あなたのサブスクリプションは、{0}に有効期限が切れます。 apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,あなたのサブスクリプションは、{0}に有効期限が切れます。
apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},バックアップのダウンロードリンクは、次のメールアドレスに送信されます:{0} apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},バックアップのダウンロードリンクは、次のメールアドレスに送信されます:{0}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend",提出、キャンセル、修正の意味 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend",提出、キャンセル、修正の意味
@@ -1270,6 +1270,7 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +129,Filters sa
DocType: DocField,Percent,割合(%) DocType: DocField,Percent,割合(%)
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,フィルタを設定してください apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,フィルタを設定してください
apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,とリンク apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,とリンク
apps/frappe/frappe/templates/emails/auto_email_report.html +48,Edit Auto Email Report Settings,自動メールレポートの設定を編集する
DocType: Workflow State,book,本 DocType: Workflow State,book,本
DocType: Website Settings,Landing Page,ランディングページ DocType: Website Settings,Landing Page,ランディングページ
apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,カスタムスクリプトでエラーが発生しました apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,カスタムスクリプトでエラーが発生しました
@@ -1278,7 +1279,7 @@ apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +132,"Import R
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,この条件には権限が設定されていません。 apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,この条件には権限が設定されていません。
DocType: Auto Email Report,Auto Email Report,自動電子メールレポート DocType: Auto Email Report,Auto Email Report,自動電子メールレポート
apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,最大の電子メール apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,最大の電子メール
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +575,Delete comment?,コメントを削除しますか?
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +577,Delete comment?,コメントを削除しますか?
DocType: Address Template,This format is used if country specific format is not found,国別の書式が無い場合は、この書式が使用されます DocType: Address Template,This format is used if country specific format is not found,国別の書式が無い場合は、この書式が使用されます
DocType: System Settings,Allow Login using Mobile Number,携帯電話番号でログインを許可する DocType: System Settings,Allow Login using Mobile Number,携帯電話番号でログインを許可する
apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,あなたはこのリソースにアクセスするための十分な権限がありません。アクセスを得るためにあなたのマネージャーに連絡してください。 apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,あなたはこのリソースにアクセスするための十分な権限がありません。アクセスを得るためにあなたのマネージャーに連絡してください。
@@ -1294,7 +1295,7 @@ DocType: Print Format,Monospace,等幅
DocType: Letter Head,Printing,印刷 DocType: Letter Head,Printing,印刷
DocType: Workflow State,thumbs-up,賛成 DocType: Workflow State,thumbs-up,賛成
DocType: DocPerm,DocPerm,文書管理 DocType: DocPerm,DocPerm,文書管理
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Precision should be between 1 and 6,精度は1と6の間でなければなりません
apps/frappe/frappe/core/doctype/doctype/doctype.py +467,Precision should be between 1 and 6,精度は1と6の間でなければなりません
apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},FW:{0} apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},FW:{0}
apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,& apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,&
DocType: Error Snapshot,Frames,フレーム DocType: Error Snapshot,Frames,フレーム
@@ -1307,9 +1308,10 @@ apps/frappe/frappe/utils/boilerplate.py +263,{app_title},{app_title}
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,サイト設定でDropboxのアクセスキーを設定してください apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,サイト設定でDropboxのアクセスキーを設定してください
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,このメールアドレスに送信できるようにするには、このレコードを削除します apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,このメールアドレスに送信できるようにするには、このレコードを削除します
apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,新しいレコードには必須フィールドのみが必要です。非必須の列は削除することができます。 apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,新しいレコードには必須フィールドのみが必要です。非必須の列は削除することができます。
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +269,Unable to update event,イベントを更新することができません
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +262,Unable to update event,イベントを更新することができません
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,お支払いを完了 apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,お支払いを完了
apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}",フィルタには4つの値(doctype、fieldname、operator、value)が必要です:{0} apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}",フィルタには4つの値(doctype、fieldname、operator、value)が必要です:{0}
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,デフォルトアドレステンプレートが見つかりません。 「設定」&gt;「印刷とブランド」&gt;「アドレステンプレート」から新しいものを作成してください。
apps/frappe/frappe/utils/bot.py +89,show,ショー apps/frappe/frappe/utils/bot.py +89,show,ショー
DocType: Address Template,Address Template,住所テンプレート DocType: Address Template,Address Template,住所テンプレート
DocType: Workflow State,text-height,text-height DocType: Workflow State,text-height,text-height
@@ -1363,7 +1365,6 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16
「提出」は「役割」によって制限することができます。" 「提出」は「役割」によって制限することができます。"
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,この記事をエクスポートすることは許可されていません apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,この記事をエクスポートすることは許可されていません
apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1項目選択 apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1項目選択
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> 'の検索結果はありません' </p>
DocType: Newsletter,Test Email Address,テスト電子メールアドレス DocType: Newsletter,Test Email Address,テスト電子メールアドレス
DocType: ToDo,Sender,送信者 DocType: ToDo,Sender,送信者
DocType: GSuite Settings,Google Apps Script,Google Appsスクリプト DocType: GSuite Settings,Google Apps Script,Google Appsスクリプト
@@ -1376,7 +1377,7 @@ DocType: System Settings,Allow only one session per user,ユーザーごとに1
apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,コピー apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,コピー
apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,ホーム/テスト フォルダ1 /テスト フォルダ3 apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,ホーム/テスト フォルダ1 /テスト フォルダ3
DocType: Website Settings,&lt;head&gt; HTML,&lt;head&gt;HTML DocType: Website Settings,&lt;head&gt; HTML,&lt;head&gt;HTML
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +66,Select or drag across time slots to create a new event.,新規イベントを作成するには時間スロットを選択するかドラッグしてください
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +67,Select or drag across time slots to create a new event.,新規イベントを作成するには時間スロットを選択するかドラッグしてください
DocType: DocField,In Filter,フィルター内 DocType: DocField,In Filter,フィルター内
apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,かんばん apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,かんばん
DocType: DocType,Show in Module Section,モジュールセクションに表示 DocType: DocType,Show in Module Section,モジュールセクションに表示
@@ -1397,7 +1398,7 @@ apps/frappe/frappe/email/doctype/email_account/email_account_list.js +6,Default
apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,インポートの.zip apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,インポートの.zip
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,ドキュメントID apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,ドキュメントID
DocType: Print Settings,Letter,手紙 DocType: Print Settings,Letter,手紙
apps/frappe/frappe/core/doctype/doctype/doctype.py +556,Image field must be of type Attach Image,Imageフィールドには、画像を添付タイプでなければなりません
apps/frappe/frappe/core/doctype/doctype/doctype.py +560,Image field must be of type Attach Image,Imageフィールドには、画像を添付タイプでなければなりません
DocType: DocField,Columns,コラム DocType: DocField,Columns,コラム
DocType: Async Task,Succeeded,成功 DocType: Async Task,Succeeded,成功
apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},{0}に必要な必須フィールド apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},{0}に必要な必須フィールド
@@ -1447,7 +1448,7 @@ DocType: DocField,Text Editor,テキストエディタ
apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,会社概要ページの設定 apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,会社概要ページの設定
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,カスタムHTMLを編集 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,カスタムHTMLを編集
DocType: Error Snapshot,Error Snapshot,エラースナップショット DocType: Error Snapshot,Error Snapshot,エラースナップショット
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,In,In
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,In,In
DocType: Email Alert,Value Change,値変更 DocType: Email Alert,Value Change,値変更
DocType: Standard Reply,Standard Reply,標準返答 DocType: Standard Reply,Standard Reply,標準返答
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,入力ボックスの幅 apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,入力ボックスの幅
@@ -1467,12 +1468,11 @@ apps/frappe/frappe/public/js/frappe/views/communication.js +82,Select Attachment
apps/frappe/frappe/model/naming.py +94, for {0},{0}のために apps/frappe/frappe/model/naming.py +94, for {0},{0}のために
apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,エラーが発生しました。これを報告してください。 apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,エラーが発生しました。これを報告してください。
apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,この文書を印刷することが許可されていません。 apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,この文書を印刷することが許可されていません。
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +107,Please set filters value in Report Filter table.,レポートフィルタテーブル内のフィルタ値を設定してください。
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +120,Please set filters value in Report Filter table.,レポートフィルタテーブル内のフィルタ値を設定してください。
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,レポートを読み込み中 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,レポートを読み込み中
apps/frappe/frappe/limits.py +72,Your subscription will expire today.,あなたのサブスクリプションは、今日期限切れになります。 apps/frappe/frappe/limits.py +72,Your subscription will expire today.,あなたのサブスクリプションは、今日期限切れになります。
DocType: Page,Standard,標準 DocType: Page,Standard,標準
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,ファイルを添付 apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,ファイルを添付
apps/frappe/frappe/templates/emails/password_update.html +1,Password Update Notification,パスワード更新通知
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,サイズ apps/frappe/frappe/desk/page/backups/backups.html +13,Size,サイズ
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,割当完了 apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,割当完了
DocType: Custom DocPerm,User Permission DocTypes,ユーザー権限の文書タイプ DocType: Custom DocPerm,User Permission DocTypes,ユーザー権限の文書タイプ
@@ -1485,6 +1485,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +10,Insert Abo
apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,一般的な名前と姓は推測するのは簡単です。 apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,一般的な名前と姓は推測するのは簡単です。
apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,下書き apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,下書き
apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,これは、一般的に使用されるパスワードに似ています。 apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,これは、一般的に使用されるパスワードに似ています。
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> 'の検索結果はありません' </p>
DocType: User,Female,女性 DocType: User,Female,女性
DocType: Print Settings,Modern,モダン DocType: Print Settings,Modern,モダン
apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,検索結果 apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,検索結果
@@ -1540,7 +1541,7 @@ apps/frappe/frappe/core/doctype/file/file_list.js +65,Folder name should not inc
DocType: Note,Note,ノート DocType: Note,Note,ノート
apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,エラーレポート apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,エラーレポート
apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,フィードバック条件が一致しません apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,フィードバック条件が一致しません
apps/frappe/frappe/core/doctype/doctype/doctype.py +570,Timeline field must be a valid fieldname,タイムラインのフィールドは、有効なフィールド名でなければなりません
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a valid fieldname,タイムラインのフィールドは、有効なフィールド名でなければなりません
DocType: Currency,Symbol,シンボル DocType: Currency,Symbol,シンボル
apps/frappe/frappe/model/base_document.py +534,Row #{0}:,行 {0}: apps/frappe/frappe/model/base_document.py +534,Row #{0}:,行 {0}:
apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,新しいパスワードをメールで送信しました apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,新しいパスワードをメールで送信しました
@@ -1597,8 +1598,7 @@ DocType: Web Page,Text Align,行揃え
apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},名前には {0} などの特殊文字を含めることはできません apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},名前には {0} などの特殊文字を含めることはできません
DocType: Contact Us Settings,Forward To Email Address,メールアドレスに転送 DocType: Contact Us Settings,Forward To Email Address,メールアドレスに転送
apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,すべてのデータを表示 apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,すべてのデータを表示
apps/frappe/frappe/core/doctype/doctype/doctype.py +527,Title field must be a valid fieldname,タイトルフィールドは、有効なフィールド名である必要があります。
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,電子メールアカウントは設定されません。セットアップ&gt;電子メール&gt;電子メールアカウントから新しい電子メールアカウントを作成してください
apps/frappe/frappe/core/doctype/doctype/doctype.py +531,Title field must be a valid fieldname,タイトルフィールドは、有効なフィールド名である必要があります。
apps/frappe/frappe/config/core.py +7,Documents,文書 apps/frappe/frappe/config/core.py +7,Documents,文書
DocType: Email Flag Queue,Is Completed,完成されました DocType: Email Flag Queue,Is Completed,完成されました
apps/frappe/frappe/www/me.html +22,Edit Profile,プロフィール編集 apps/frappe/frappe/www/me.html +22,Edit Profile,プロフィール編集
@@ -1650,7 +1650,7 @@ DocType: Standard Reply,Standard Reply Help,標準返信ヘルプ
DocType: Blogger,Avatar,アバター DocType: Blogger,Avatar,アバター
DocType: Blogger,Posts,投稿 DocType: Blogger,Posts,投稿
DocType: DocType,Has Web View,Web表示を持っています DocType: DocType,Has Web View,Web表示を持っています
apps/frappe/frappe/core/doctype/doctype/doctype.py +377,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores",文書タイプ名は文字、数字、スペース、アンダースコアで開始する必要があります
apps/frappe/frappe/core/doctype/doctype/doctype.py +381,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores",文書タイプ名は文字、数字、スペース、アンダースコアで開始する必要があります
DocType: Communication,Spam,スパム DocType: Communication,Spam,スパム
DocType: Integration Request,Integration Request,統合要求 DocType: Integration Request,Integration Request,統合要求
apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,親愛なる 様 apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,親愛なる 様
@@ -1686,7 +1686,7 @@ DocType: Website Settings,Sub-domain provided by erpnext.com,erpnext.comが提
DocType: System Settings,dd-mm-yyyy,dd-mm-yyyy DocType: System Settings,dd-mm-yyyy,dd-mm-yyyy
apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,このレポートにアクセスするには、レポートの権限が必要です。 apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,このレポートにアクセスするには、レポートの権限が必要です。
apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,最小パスワードスコアを選択してください apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,最小パスワードスコアを選択してください
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,Added,追加済
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,Added,追加済
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.",のみ更新し、新しいレコードを挿入しないでください。 apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.",のみ更新し、新しいレコードを挿入しないでください。
apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,日次イベントダイジェストは、(リマインダーが設定されている)カレンダーイベントに送信されます。 apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,日次イベントダイジェストは、(リマインダーが設定されている)カレンダーイベントに送信されます。
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,ウェブサイトを見る apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,ウェブサイトを見る
@@ -1700,7 +1700,7 @@ DocType: Integration Request,Reference DocName,参照文書名
DocType: Web Form,Success Message,成功メッセージ DocType: Web Form,Success Message,成功メッセージ
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,エクスポートカスタマイズ apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,エクスポートカスタマイズ
DocType: DocType,User Cannot Search,ユーザーが検索できません DocType: DocType,User Cannot Search,ユーザーが検索できません
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +83,Invalid Output Format,無効な出力フォーマット
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Invalid Output Format,無効な出力フォーマット
DocType: Custom DocPerm,Apply this rule if the User is the Owner,ユーザーが所有者である場合にこのルールを適用 DocType: Custom DocPerm,Apply this rule if the User is the Owner,ユーザーが所有者である場合にこのルールを適用
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,あなたのログインIDになります apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,あなたのログインIDになります
apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,レポートを作成 apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,レポートを作成
@@ -1718,10 +1718,11 @@ apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +138,There were e
apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,閉じる apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,閉じる
apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,文書ステータスを0から2に変更することはできません apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,文書ステータスを0から2に変更することはできません
DocType: User Permission for Page and Report,Roles Permission,ロールパーミッション DocType: User Permission for Page and Report,Roles Permission,ロールパーミッション
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,電子メールアカウントは設定されません。セットアップ&gt;電子メール&gt;電子メールアカウントから新しい電子メールアカウントを作成してください
apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,更新 apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,更新
DocType: Error Snapshot,Snapshot View,スナップショットの表示 DocType: Error Snapshot,Snapshot View,スナップショットの表示
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,送信する前にニュースレターを保存してください apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,送信する前にニュースレターを保存してください
apps/frappe/frappe/core/doctype/doctype/doctype.py +426,Options must be a valid DocType for field {0} in row {1},フィールド{0}行{1}のオプションは有効な文書型でなければなりません
apps/frappe/frappe/core/doctype/doctype/doctype.py +430,Options must be a valid DocType for field {0} in row {1},フィールド{0}行{1}のオプションは有効な文書型でなければなりません
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,プロパティ編集 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,プロパティ編集
DocType: Patch Log,List of patches executed,実行されるパッチのリスト DocType: Patch Log,List of patches executed,実行されるパッチのリスト
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} は登録解除済です apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} は登録解除済です
@@ -1814,7 +1815,7 @@ apps/frappe/frappe/core/doctype/version/version_view.html +32,Rows Added,行が
apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,成功!あなたは行くのが良いです👍 apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,成功!あなたは行くのが良いです👍
apps/frappe/frappe/www/me.html +3,My Account,自分のアカウント apps/frappe/frappe/www/me.html +3,My Account,自分のアカウント
DocType: ToDo,Allocated To,割当先 DocType: ToDo,Allocated To,割当先
apps/frappe/frappe/templates/emails/password_reset.html +4,Please click on the following link to set your new password,新しいパスワードを設定するには、次のリンクをクリックしてください
apps/frappe/frappe/templates/emails/password_reset.html +2,Please click on the following link to set your new password,新しいパスワードを設定するには、次のリンクをクリックしてください
DocType: Email Alert,Days After,後日 DocType: Email Alert,Days After,後日
DocType: Newsletter,Receipient,Receipient DocType: Newsletter,Receipient,Receipient
DocType: Contact Us Settings,Settings for Contact Us Page,お問い合わせページ設定 DocType: Contact Us Settings,Settings for Contact Us Page,お問い合わせページ設定
@@ -1828,7 +1829,7 @@ DocType: Property Setter,Property Type,属性タイプ
DocType: Workflow State,screenshot,スクリーンショット DocType: Workflow State,screenshot,スクリーンショット
apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,標準レポートを保存することができるのは管理者だけです。名前を変更し、保存してください。 apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,標準レポートを保存することができるのは管理者だけです。名前を変更し、保存してください。
DocType: System Settings,Background Workers,バックグラウンドワーカー DocType: System Settings,Background Workers,バックグラウンドワーカー
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,Fieldname {0} conflicting with meta object,フィールド名{0}はメタオブジェクトと競合しています
apps/frappe/frappe/core/doctype/doctype/doctype.py +783,Fieldname {0} conflicting with meta object,フィールド名{0}はメタオブジェクトと競合しています
DocType: Deleted Document,Data,データ DocType: Deleted Document,Data,データ
apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,文書ステータス apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,文書ステータス
apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},あなたは{0} {1}で作られています apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},あなたは{0} {1}で作られています
@@ -1892,7 +1893,6 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +70,"""Parent"" signif
DocType: Website Theme,Apply Style,スタイルを適用 DocType: Website Theme,Apply Style,スタイルを適用
DocType: Feedback Request,Feedback Rating,フィードバック評価 DocType: Feedback Request,Feedback Rating,フィードバック評価
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,共有済 apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,共有済
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,セットアップ&gt;ユーザーパーミッションマネージャ
DocType: Help Category,Help Articles,ヘルプ記事 DocType: Help Category,Help Articles,ヘルプ記事
,Modules Setup,モジュールのセットアップ ,Modules Setup,モジュールのセットアップ
apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,タイプ: apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,タイプ:
@@ -1939,12 +1939,11 @@ apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 2,オ
DocType: Feedback Trigger,Email Field,電子メールフィールド DocType: Feedback Trigger,Email Field,電子メールフィールド
apps/frappe/frappe/www/update-password.html +59,New Password Required.,新しいパスワードが必要です。 apps/frappe/frappe/www/update-password.html +59,New Password Required.,新しいパスワードが必要です。
apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} はこの文書を{1}と共有しました apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} はこの文書を{1}と共有しました
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,セットアップ&gt;ユーザー
DocType: Website Settings,Brand Image,ブランドイメージ DocType: Website Settings,Brand Image,ブランドイメージ
DocType: Print Settings,A4,A4 DocType: Print Settings,A4,A4
apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.",上部のナビゲーションバー・フッター・ロゴ設定 apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.",上部のナビゲーションバー・フッター・ロゴ設定
DocType: Web Form Field,Max Value,最大値 DocType: Web Form Field,Max Value,最大値
apps/frappe/frappe/core/doctype/doctype/doctype.py +655,For {0} at level {1} in {2} in row {3},行{3}の{2}のレベル{1}の{0}
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,For {0} at level {1} in {2} in row {3},行{3}の{2}のレベル{1}の{0}
DocType: Contact,All,すべて DocType: Contact,All,すべて
DocType: Email Queue,Recipient,受信者 DocType: Email Queue,Recipient,受信者
DocType: Communication,Has Attachment,添付ファイルを持っています DocType: Communication,Has Attachment,添付ファイルを持っています
@@ -1962,7 +1961,7 @@ DocType: Auto Email Report,Email To,メール送信先
apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,フォルダ{0}が空ではありません apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,フォルダ{0}が空ではありません
DocType: Page,Roles,役割 DocType: Page,Roles,役割
apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},エラー:{0}の値がありません:{1} apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},エラー:{0}の値がありません:{1}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +286,Field {0} is not selectable.,フィールド{0}は選択できません。
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +287,Field {0} is not selectable.,フィールド{0}は選択できません。
DocType: System Settings,Session Expiry,セッションの有効期限 DocType: System Settings,Session Expiry,セッションの有効期限
DocType: Workflow State,ban-circle,×印 DocType: Workflow State,ban-circle,×印
DocType: Email Flag Queue,Unread,未読 DocType: Email Flag Queue,Unread,未読
@@ -2022,7 +2021,7 @@ DocType: DocType,"Naming Options:
<ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",オプションの命名: <ol><li> <b>フィールド:[フィールド名]</b> -フィールドによって</li><li> <b>naming_series:</b> -シリーズに名前を付けることで(フィールドと呼ばnaming_seriesが存在しなければなりません</li><li> <b>プロンプト</b> -名前の入力を求めるユーザー</li><li> <b>[シリーズ]</b> -接頭辞(ドットで区切られた)によってシリーズ。たとえば、PREのため。##### </li></ol> <ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",オプションの命名: <ol><li> <b>フィールド:[フィールド名]</b> -フィールドによって</li><li> <b>naming_series:</b> -シリーズに名前を付けることで(フィールドと呼ばnaming_seriesが存在しなければなりません</li><li> <b>プロンプト</b> -名前の入力を求めるユーザー</li><li> <b>[シリーズ]</b> -接頭辞(ドットで区切られた)によってシリーズ。たとえば、PREのため。##### </li></ol>
DocType: Blog Post,Email Sent,メール送信済 DocType: Blog Post,Email Sent,メール送信済
DocType: DocField,Ignore XSS Filter,XSSフィルターを無視 DocType: DocField,Ignore XSS Filter,XSSフィルターを無視
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,removed,削除
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,removed,削除
apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,Dropboxのバックアップの設定 apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,Dropboxのバックアップの設定
apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,電子メールとして送信 apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,電子メールとして送信
DocType: Website Theme,Link Color,リンク色 DocType: Website Theme,Link Color,リンク色
@@ -2155,6 +2154,7 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,全
DocType: DocType,Setup,セットアップ DocType: DocType,Setup,セットアップ
DocType: Email Account,Initial Sync Count,最初の同期カウント DocType: Email Account,Initial Sync Count,最初の同期カウント
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},{0} {1}上の新しいコメント apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},{0} {1}上の新しいコメント
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0}年前
DocType: Workflow State,glass,ガラス DocType: Workflow State,glass,ガラス
DocType: DocType,Timeline Field,タイムラインフィールド DocType: DocType,Timeline Field,タイムラインフィールド
DocType: Country,Time Zones,時間帯 DocType: Country,Time Zones,時間帯
@@ -2189,10 +2189,10 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +77,You are not
apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,情報: apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,情報:
DocType: Custom Field,Permission Level,権限レベル DocType: Custom Field,Permission Level,権限レベル
DocType: User,Send Notifications for Transactions I Follow,次の取引の通知を送信 DocType: User,Send Notifications for Transactions I Follow,次の取引の通知を送信
apps/frappe/frappe/core/doctype/doctype/doctype.py +698,"{0}: Cannot set Submit, Cancel, Amend without Write",{0}:書き込みせずに提出・キャンセル・修正を設定することはできません
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,"{0}: Cannot set Submit, Cancel, Amend without Write",{0}:書き込みせずに提出・キャンセル・修正を設定することはできません
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,添付ファイルを削除してもよろしいですか? apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,添付ファイルを削除してもよろしいですか?
apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","削除するか、{0}ので、キャンセルすることはできません<a href=""#Form/{0}/{1}"">{1}</a>とリンクされている{2} <a href=""#Form/{2}/{3}"">{3}</a>" apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","削除するか、{0}ので、キャンセルすることはできません<a href=""#Form/{0}/{1}"">{1}</a>とリンクされている{2} <a href=""#Form/{2}/{3}"">{3}</a>"
apps/frappe/frappe/__init__.py +1070,Thank you,ありがとうございます
apps/frappe/frappe/__init__.py +1071,Thank you,ありがとうございます
apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,保存 apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,保存
DocType: Print Settings,Print Style Preview,印刷スタイルプレビュー DocType: Print Settings,Print Style Preview,印刷スタイルプレビュー
apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder
@@ -2236,7 +2236,7 @@ apps/frappe/frappe/public/js/frappe/list/list_renderer.js +501,2 days ago,2 日
apps/frappe/frappe/config/website.py +47,Categorize blog posts.,ブログの記事を分類。 apps/frappe/frappe/config/website.py +47,Categorize blog posts.,ブログの記事を分類。
DocType: Workflow State,Time,時間 DocType: Workflow State,Time,時間
DocType: DocField,Attach,添付する DocType: DocField,Attach,添付する
apps/frappe/frappe/core/doctype/doctype/doctype.py +539,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}}は有効なフィールド名のパターンではありません。これは{{}} field_nameにする必要があります。
apps/frappe/frappe/core/doctype/doctype/doctype.py +543,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}}は有効なフィールド名のパターンではありません。これは{{}} field_nameにする必要があります。
DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,少なくとも1つの通信がある場合にのみ、フィードバック要求を送信すると、ドキュメントのために利用可能です。 DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,少なくとも1つの通信がある場合にのみ、フィードバック要求を送信すると、ドキュメントのために利用可能です。
DocType: Custom Role,Permission Rules,権限ルール DocType: Custom Role,Permission Rules,権限ルール
DocType: GSuite Settings,GSuite Settings,GSuiteの設定 DocType: GSuite Settings,GSuite Settings,GSuiteの設定
@@ -2256,7 +2256,7 @@ apps/frappe/frappe/website/doctype/blog_post/blog_post.py +106,Posts by {0},投
apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.",カラムを設定するには、クエリ内にカラムラベルを付与します apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.",カラムを設定するには、クエリ内にカラムラベルを付与します
DocType: Has Domain,Has Domain,ドメインを持っている DocType: Has Domain,Has Domain,ドメインを持っている
apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,アカウントを持っていないのですか?サインアップ apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,アカウントを持っていないのですか?サインアップ
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,{0}: Cannot set Assign Amend if not Submittable,{0}:提出可能になっていない場合は、割当の修正が設定できません
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set Assign Amend if not Submittable,{0}:提出可能になっていない場合は、割当の修正が設定できません
DocType: Address,Bihar,ビハール DocType: Address,Bihar,ビハール
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,役割権限を編集 apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,役割権限を編集
DocType: Communication,Link DocType,リンク文書タイプ DocType: Communication,Link DocType,リンク文書タイプ
@@ -2307,7 +2307,7 @@ DocType: DocField,Set non-standard precision for a Float or Currency field,浮
DocType: Email Account,Ignore attachments over this size,このサイズ以上の添付ファイルを無視 DocType: Email Account,Ignore attachments over this size,このサイズ以上の添付ファイルを無視
DocType: Address,Preferred Billing Address,優先請求先住所 DocType: Address,Preferred Billing Address,優先請求先住所
apps/frappe/frappe/config/integrations.py +63,External Documents,外部ドキュメント apps/frappe/frappe/config/integrations.py +63,External Documents,外部ドキュメント
apps/frappe/frappe/database.py +235,Too many writes in one request. Please send smaller requests,1リクエスト内に記入が多すぎます。リクエストを小さくして送信してください
apps/frappe/frappe/database.py +247,Too many writes in one request. Please send smaller requests,1リクエスト内に記入が多すぎます。リクエストを小さくして送信してください
apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,変更された値 apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,変更された値
DocType: Workflow State,arrow-up,上矢印 DocType: Workflow State,arrow-up,上矢印
DocType: OAuth Bearer Token,Expires In,で有効期限 DocType: OAuth Bearer Token,Expires In,で有効期限
@@ -2355,7 +2355,7 @@ apps/frappe/frappe/core/page/data_import_tool/importer.py +81,Please make sure t
apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,プロフィールにメールアドレスが入力されているかご確認ください apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,プロフィールにメールアドレスが入力されているかご確認ください
apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,この書式に保存されていない変更事項があります。継続する前に、保存してください。 apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,この書式に保存されていない変更事項があります。継続する前に、保存してください。
DocType: Address,Telangana,テランガナ DocType: Address,Telangana,テランガナ
apps/frappe/frappe/core/doctype/doctype/doctype.py +459,Default for {0} must be an option,{0}のデフォルトはオプションでなければなりません
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Default for {0} must be an option,{0}のデフォルトはオプションでなければなりません
DocType: Tag Doc Category,Tag Doc Category,タグドクカテゴリ DocType: Tag Doc Category,Tag Doc Category,タグドクカテゴリ
DocType: User,User Image,ユーザー画像 DocType: User,User Image,ユーザー画像
apps/frappe/frappe/email/queue.py +304,Emails are muted,メールはミュートされました apps/frappe/frappe/email/queue.py +304,Emails are muted,メールはミュートされました
@@ -2400,7 +2400,7 @@ DocType: Async Task,Running,実行中
apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,パスワード再設定 apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,パスワード再設定
apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,以上の{0}の加入者を追加するには、アップグレードしてください apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,以上の{0}の加入者を追加するには、アップグレードしてください
DocType: Workflow State,hand-left,手(左) DocType: Workflow State,hand-left,手(左)
apps/frappe/frappe/core/doctype/doctype/doctype.py +472,Fieldtype {0} for {1} cannot be unique,{1}のFIELDTYPE {0}は一意にすることができません
apps/frappe/frappe/core/doctype/doctype/doctype.py +476,Fieldtype {0} for {1} cannot be unique,{1}のFIELDTYPE {0}は一意にすることができません
DocType: Email Account,Use SSL,SSLを使用 DocType: Email Account,Use SSL,SSLを使用
DocType: Workflow State,play-circle,play-circle DocType: Workflow State,play-circle,play-circle
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,編集する印刷形式を選択 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,編集する印刷形式を選択
@@ -2455,7 +2455,7 @@ DocType: DocField,No Copy,コピーがありません
DocType: Workflow State,qrcode,QRコード DocType: Workflow State,qrcode,QRコード
apps/frappe/frappe/www/login.html +34,Login with LDAP,LDAPを使用してログイン apps/frappe/frappe/www/login.html +34,Login with LDAP,LDAPを使用してログイン
DocType: Web Form,Breadcrumbs,パンくずリスト DocType: Web Form,Breadcrumbs,パンくずリスト
apps/frappe/frappe/core/doctype/doctype/doctype.py +671,If Owner,所有者の場合
apps/frappe/frappe/core/doctype/doctype/doctype.py +675,If Owner,所有者の場合
DocType: OAuth Authorization Code,Expiration time,呼気時間 DocType: OAuth Authorization Code,Expiration time,呼気時間
DocType: Web Page,Website Sidebar,ウェブサイトのサイドバー DocType: Web Page,Website Sidebar,ウェブサイトのサイドバー
DocType: Web Form,Show Sidebar,表示するサイドバー DocType: Web Form,Show Sidebar,表示するサイドバー
@@ -2627,6 +2627,7 @@ DocType: Portal Settings,Hide Standard Menu,標準のメニューを非表示に
apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,追加/メールドメインを管理します。 apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,追加/メールドメインを管理します。
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},提出する前にキャンセルすることはできません。遷移{0}を参照してください。 apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},提出する前にキャンセルすることはできません。遷移{0}を参照してください。
apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,印刷書式{0}は無効になっています apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,印刷書式{0}は無効になっています
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,セットアップ&gt;電子メール&gt;電子メールアカウントからデフォルトの電子メールアカウントを設定してください
DocType: Email Alert,Send days before or after the reference date,基準日の前または後に送信 DocType: Email Alert,Send days before or after the reference date,基準日の前または後に送信
DocType: User,Allow user to login only after this hour (0-24),(0-24)以降の時間のみユーザーログインを許可 DocType: User,Allow user to login only after this hour (0-24),(0-24)以降の時間のみユーザーログインを許可
apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,値 apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,値
@@ -2642,7 +2643,6 @@ DocType: ToDo,Priority,優先度
DocType: Email Queue,Unsubscribe Param,配信停止のParam DocType: Email Queue,Unsubscribe Param,配信停止のParam
DocType: Auto Email Report,Weekly,毎週 DocType: Auto Email Report,Weekly,毎週
DocType: Communication,In Reply To,応答 DocType: Communication,In Reply To,応答
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,デフォルトアドレステンプレートが見つかりません。 「設定」&gt;「印刷とブランド」&gt;「アドレステンプレート」から新しいものを作成してください。
DocType: DocType,Allow Import (via Data Import Tool),インポートを許可する(データのインポートツールを経由して) DocType: DocType,Allow Import (via Data Import Tool),インポートを許可する(データのインポートツールを経由して)
apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,Sr apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,Sr
DocType: DocField,Float,小数 DocType: DocField,Float,小数
@@ -2685,7 +2685,7 @@ apps/frappe/frappe/templates/emails/auto_reply.html +1,Thank you for your email,
DocType: DocField,Small Text,小さいテキスト DocType: DocField,Small Text,小さいテキスト
apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,管理者がIPアドレス{2}から{1}の{0}にアクセスしました。 apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,管理者がIPアドレス{2}から{1}の{0}にアクセスしました。
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,= apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,=
apps/frappe/frappe/core/doctype/doctype/doctype.py +453,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',オプション「ダイナミックリンク」型のフィールドは「DocType」オプションなどの別のリンクフィールドを指している必要があります
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',オプション「ダイナミックリンク」型のフィールドは「DocType」オプションなどの別のリンクフィールドを指している必要があります
DocType: About Us Settings,Team Members Heading,チームメンバーの方針 DocType: About Us Settings,Team Members Heading,チームメンバーの方針
apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,無効なCSV形式 apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,無効なCSV形式
apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,バックアップのセット番号 apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,バックアップのセット番号
@@ -2719,7 +2719,7 @@ DocType: Kanban Board Column,Column Name,列名
DocType: Language,Based On,参照元 DocType: Language,Based On,参照元
apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,デフォルト作成 apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,デフォルト作成
apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,フラッペサーバーのURLを確認してください apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,フラッペサーバーのURLを確認してください
apps/frappe/frappe/core/doctype/doctype/doctype.py +495,Fieldtype {0} for {1} cannot be indexed,{1}のFIELDTYPE {0}にはインデックスを付けることができません
apps/frappe/frappe/core/doctype/doctype/doctype.py +499,Fieldtype {0} for {1} cannot be indexed,{1}のFIELDTYPE {0}にはインデックスを付けることができません
DocType: Communication,Email Account,メールアカウント DocType: Communication,Email Account,メールアカウント
DocType: Workflow State,Download,ダウンロード DocType: Workflow State,Download,ダウンロード
DocType: Blog Post,Blog Intro,ブログイントロ DocType: Blog Post,Blog Intro,ブログイントロ
@@ -2751,15 +2751,15 @@ apps/frappe/frappe/email/doctype/email_group/email_group.js +45,New Newsletter,
DocType: Print Settings,Send Print as PDF,PDFで書類を送信 DocType: Print Settings,Send Print as PDF,PDFで書類を送信
DocType: Web Form,Amount,額 DocType: Web Form,Amount,額
DocType: Workflow Transition,Allowed,許可されている DocType: Workflow Transition,Allowed,許可されている
apps/frappe/frappe/core/doctype/doctype/doctype.py +502,There can be only one Fold in a form,フォールドはフォーム内に1つしかない場合もあります
apps/frappe/frappe/core/doctype/doctype/doctype.py +506,There can be only one Fold in a form,フォールドはフォーム内に1つしかない場合もあります
apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},{0}のファイル形式を書き込めません apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},{0}のファイル形式を書き込めません
apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,デフォルト設定に復元しますか? apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,デフォルト設定に復元しますか?
apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,無効なホームページ apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,無効なホームページ
apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,不正なログイン。再試行する。 apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,不正なログイン。再試行する。
apps/frappe/frappe/core/doctype/doctype/doctype.py +420,Options required for Link or Table type field {0} in row {1},行{1}のリンクまたはテーブルタイプフィールド{0}に必要なオプション
apps/frappe/frappe/core/doctype/doctype/doctype.py +424,Options required for Link or Table type field {0} in row {1},行{1}のリンクまたはテーブルタイプフィールド{0}に必要なオプション
DocType: Auto Email Report,Send only if there is any data,任意のデータがある場合にのみ送ります DocType: Auto Email Report,Send only if there is any data,任意のデータがある場合にのみ送ります
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,検索条件をリセット apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,検索条件をリセット
apps/frappe/frappe/core/doctype/doctype/doctype.py +688,{0}: Permission at level 0 must be set before higher levels are set,{0}:より高いレベルを設定する前に、レベル0の権限を設定しなければなりません
apps/frappe/frappe/core/doctype/doctype/doctype.py +692,{0}: Permission at level 0 must be set before higher levels are set,{0}:より高いレベルを設定する前に、レベル0の権限を設定しなければなりません
apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},{0}が割当をクローズ済 apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},{0}が割当をクローズ済
DocType: Integration Request,Remote,リモート DocType: Integration Request,Remote,リモート
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,計算 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,計算
@@ -2779,7 +2779,7 @@ DocType: DocField,Perm Level,権限レベル
apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,今日のカレンダーのイベント apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,今日のカレンダーのイベント
DocType: Web Page,Web Page,ウェブページ DocType: Web Page,Web Page,ウェブページ
DocType: Blog Category,Blogger,ブロガー DocType: Blog Category,Blogger,ブロガー
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In Global Search' not allowed for type {0} in row {1},行{1}の{0}型に対して &#39;グローバル検索中&#39;が許可されていません
apps/frappe/frappe/core/doctype/doctype/doctype.py +449,'In Global Search' not allowed for type {0} in row {1},行{1}の{0}型に対して &#39;グローバル検索中&#39;が許可されていません
apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,ビューの一覧 apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,ビューの一覧
apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},日付が形式である必要があります:{0} apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},日付が形式である必要があります:{0}
DocType: Workflow,Don't Override Status,ステータスを上書きしないでください DocType: Workflow,Don't Override Status,ステータスを上書きしないでください
@@ -2829,7 +2829,7 @@ DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. I
空の場合は、リンクされている全ての文書タイプが、ユーザーの権限を適用するために使用されます。" 空の場合は、リンクされている全ての文書タイプが、ユーザーの権限を適用するために使用されます。"
DocType: Report,Ref DocType,参照文書タイプ DocType: Report,Ref DocType,参照文書タイプ
apps/frappe/frappe/www/feedback.py +42,Please add a rating,評価を追加してください apps/frappe/frappe/www/feedback.py +42,Please add a rating,評価を追加してください
apps/frappe/frappe/core/doctype/doctype/doctype.py +700,{0}: Cannot set Amend without Cancel,{0}:キャンセルせずに修正を設定することはできません
apps/frappe/frappe/core/doctype/doctype/doctype.py +704,{0}: Cannot set Amend without Cancel,{0}:キャンセルせずに修正を設定することはできません
apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,全ページ apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,全ページ
DocType: DocType,Is Child Table,子表 DocType: DocType,Is Child Table,子表
apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0}は{1}のいずれかである必要があります apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0}は{1}のいずれかである必要があります
@@ -2858,7 +2858,7 @@ DocType: Event,Send an email reminder in the morning,午前中にリマインダ
DocType: Blog Post,Published On,公開 DocType: Blog Post,Published On,公開
DocType: Contact,Gender,性別 DocType: Contact,Gender,性別
apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,不足している必須の情報: apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,不足している必須の情報:
apps/frappe/frappe/core/doctype/doctype/doctype.py +492,Field '{0}' cannot be set as Unique as it has non-unique values,フィールド '{0}' は非ユニークの値を持つためユニークに設定することはできません
apps/frappe/frappe/core/doctype/doctype/doctype.py +496,Field '{0}' cannot be set as Unique as it has non-unique values,フィールド '{0}' は非ユニークの値を持つためユニークに設定することはできません
apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,1リクエストで許可された唯一の200インサート apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,1リクエストで許可された唯一の200インサート
DocType: Footer Item,URL,URL DocType: Footer Item,URL,URL
DocType: ToDo,Reference Type,参照タイプ DocType: ToDo,Reference Type,参照タイプ
@@ -2901,8 +2901,8 @@ apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +135,Please save
apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0}登録者追加済 apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0}登録者追加済
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,除外 apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,除外
DocType: Workflow State,star,星 DocType: Workflow State,star,星
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +228,values separated by commas,カンマで区切られた値
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Max width for type Currency is 100px in row {0},行{0}の通貨表記の最大幅は100pxです
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,values separated by commas,カンマで区切られた値
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,Max width for type Currency is 100px in row {0},行{0}の通貨表記の最大幅は100pxです
apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},{0}のためにあなたの意見をお寄せください apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},{0}のためにあなたの意見をお寄せください
apps/frappe/frappe/config/website.py +13,Content web page.,コンテンツのWebページ apps/frappe/frappe/config/website.py +13,Content web page.,コンテンツのWebページ
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,新しい役割の追加 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,新しい役割の追加
@@ -2920,7 +2920,7 @@ apps/frappe/frappe/public/js/frappe/desk.js +383,Please Enter Your Password to C
apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,いない有効なLDAPユーザー apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,いない有効なLDAPユーザー
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0}は有効ではありません apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0}は有効ではありません
apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',他のお支払い方法を選択してください。 PayPalは「{0}」通貨で取引をサポートしていません apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',他のお支払い方法を選択してください。 PayPalは「{0}」通貨で取引をサポートしていません
apps/frappe/frappe/core/doctype/doctype/doctype.py +519,Search field {0} is not valid,検索フィールド{0}は有効ではありません
apps/frappe/frappe/core/doctype/doctype/doctype.py +523,Search field {0} is not valid,検索フィールド{0}は有効ではありません
DocType: Workflow State,ok-circle,OKマーク DocType: Workflow State,ok-circle,OKマーク
apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',あなたは「顧客にオレンジ色を見つける」尋ねることによって物事を見つけることができます apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',あなたは「顧客にオレンジ色を見つける」尋ねることによって物事を見つけることができます
apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,ユーザーは、自分のレコードへの完全なアクセス権限を持っている必要があります apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,ユーザーは、自分のレコードへの完全なアクセス権限を持っている必要があります
@@ -2989,7 +2989,7 @@ DocType: User,Background Style,背景スタイル
apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},マージされた{0} {1}へ apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},マージされた{0} {1}へ
DocType: System Settings,mm-dd-yyyy,mm-dd-yyyy DocType: System Settings,mm-dd-yyyy,mm-dd-yyyy
apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} ログイン apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} ログイン
apps/frappe/frappe/templates/emails/new_user.html +4,Your login id is,ログインIDは、
apps/frappe/frappe/templates/emails/new_user.html +3,Your login id is,ログインIDは、
DocType: OAuth Client,Skip Authorization,認証をスキップ DocType: OAuth Client,Skip Authorization,認証をスキップ
DocType: Web Form,Amount Field,金額フィールド DocType: Web Form,Amount Field,金額フィールド
DocType: Dropbox Settings,Send Notifications To,通知送信先 DocType: Dropbox Settings,Send Notifications To,通知送信先


+ 96
- 96
frappe/translations/km.csv View File

@@ -55,7 +55,7 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +52,Data Import Templa
apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,មាតាឬបិតា apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,មាតាឬបិតា
DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.",ប្រសិនបើបានបើកកម្លាំងពាក្យសម្ងាត់នឹងត្រូវបានអនុវត្តដោយផ្អែកលើតម្លៃអប្បបរមាពាក្យសម្ងាត់ពិន្ទុ។ តម្លៃនៃការក្លាយជារឹងមាំ 2 និង 4 ក្លាយជាមធ្យមខ្លាំងណាស់។ DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.",ប្រសិនបើបានបើកកម្លាំងពាក្យសម្ងាត់នឹងត្រូវបានអនុវត្តដោយផ្អែកលើតម្លៃអប្បបរមាពាក្យសម្ងាត់ពិន្ទុ។ តម្លៃនៃការក្លាយជារឹងមាំ 2 និង 4 ក្លាយជាមធ្យមខ្លាំងណាស់។
DocType: About Us Settings,"""Team Members"" or ""Management""",&quot;សមាជិកក្រុម&quot; ឬ &quot;ការគ្រប់គ្រង&quot; DocType: About Us Settings,"""Team Members"" or ""Management""",&quot;សមាជិកក្រុម&quot; ឬ &quot;ការគ្រប់គ្រង&quot;
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Default for 'Check' type of field must be either '0' or '1',លំនាំដើមសម្រាប់ &#39;ធីក&#39; ប្រភេទនៃវាលត្រូវតែមានទាំង &#39;0&#39; ឬ &#39;1&#39;
apps/frappe/frappe/core/doctype/doctype/doctype.py +461,Default for 'Check' type of field must be either '0' or '1',លំនាំដើមសម្រាប់ &#39;ធីក&#39; ប្រភេទនៃវាលត្រូវតែមានទាំង &#39;0&#39; ឬ &#39;1&#39;
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,កាលពីម្សិលមិញ apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,កាលពីម្សិលមិញ
DocType: Contact,Designation,ការរចនា DocType: Contact,Designation,ការរចនា
DocType: Test Runner,Test Runner,ការធ្វើតេស្តរង DocType: Test Runner,Test Runner,ការធ្វើតេស្តរង
@@ -71,7 +71,7 @@ DocType: DocType,Is Published Field,ត្រូវបានចេញផ្ស
DocType: Email Group,Email Group,គ្រុបអ៊ីម៉ែល DocType: Email Group,Email Group,គ្រុបអ៊ីម៉ែល
DocType: Note,Seen By,បានឃើញដោយ DocType: Note,Seen By,បានឃើញដោយ
apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,បន្ថែមច្រើន apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,បន្ថែមច្រើន
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Not Like,មិនចូលចិត្ត
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Not Like,មិនចូលចិត្ត
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,កំណត់ស្លាកបង្ហាញសម្រាប់វាលនេះ apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,កំណត់ស្លាកបង្ហាញសម្រាប់វាលនេះ
apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},តម្លៃមិនត្រឹមត្រូវ: {0} ត្រូវតែ {1} {2} apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},តម្លៃមិនត្រឹមត្រូវ: {0} ត្រូវតែ {1} {2}
apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","លក្ខណៈសម្បត្តិនៃការផ្លាស់ប្តូរវាល (លាក់, បានតែអាន, ការអនុញ្ញាតល)" apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","លក្ខណៈសម្បត្តិនៃការផ្លាស់ប្តូរវាល (លាក់, បានតែអាន, ការអនុញ្ញាតល)"
@@ -160,7 +160,8 @@ apps/frappe/frappe/public/js/frappe/upload.js +296,Uploading...,ផ្ទុក
DocType: Email Domain,Email Domain,ដែនអ៊ីម៉ែល DocType: Email Domain,Email Domain,ដែនអ៊ីម៉ែល
DocType: Workflow State,italic,ទ្រេត DocType: Workflow State,italic,ទ្រេត
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,សម្រាប់មនុស្សគ្រប់គ្នា apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,សម្រាប់មនុស្សគ្រប់គ្នា
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,{0}: Cannot set Import without Create,{0}: មិនអាចកំណត់ការនាំចូលដោយគ្មានបង្កើត
apps/frappe/frappe/core/doctype/doctype/doctype.py +706,{0}: Cannot set Import without Create,{0}: មិនអាចកំណត់ការនាំចូលដោយគ្មានបង្កើត
apps/frappe/frappe/templates/emails/auto_email_report.html +45,View report in your browser,មើលរបាយការណ៍ក្នុងកម្មវិធីអ៊ីនធឺណិតរបស់អ្នក
apps/frappe/frappe/config/desk.py +26,Event and other calendars.,ព្រឹត្តិការណ៍និងប្រតិទិនផ្សេងទៀត។ apps/frappe/frappe/config/desk.py +26,Event and other calendars.,ព្រឹត្តិការណ៍និងប្រតិទិនផ្សេងទៀត។
apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,វាលទាំងអស់គឺចាំបាច់ដើម្បីដាក់មតិយោបល់។ apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,វាលទាំងអស់គឺចាំបាច់ដើម្បីដាក់មតិយោបល់។
apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,អូសដើម្បីតម្រៀបជួរឈរ apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,អូសដើម្បីតម្រៀបជួរឈរ
@@ -237,7 +238,7 @@ apps/frappe/frappe/config/setup.py +121,Update many values at one time.,ធ្
apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,កំហុស: ឯកសារបានត្រូវកែប្រែបន្ទាប់ពីអ្នកបានបើកវា apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,កំហុស: ឯកសារបានត្រូវកែប្រែបន្ទាប់ពីអ្នកបានបើកវា
apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} បានចេញ: {1} apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} បានចេញ: {1}
DocType: Address,West Bengal,រដ្ឋ West Bengal DocType: Address,West Bengal,រដ្ឋ West Bengal
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0}: Cannot set Assign Submit if not Submittable,{0}: មិនអាចកំណត់ឱយដាក់ស្នើប្រសិនបើមិនបានបញ្ជូន
apps/frappe/frappe/core/doctype/doctype/doctype.py +727,{0}: Cannot set Assign Submit if not Submittable,{0}: មិនអាចកំណត់ឱយដាក់ស្នើប្រសិនបើមិនបានបញ្ជូន
DocType: Social Login Keys,Facebook,ហ្វេសប៊ុក DocType: Social Login Keys,Facebook,ហ្វេសប៊ុក
apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",ត្រងដោយ &quot;{0}&quot; apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",ត្រងដោយ &quot;{0}&quot;
DocType: Salutation,Administrator,អ្នកគ្រប់គ្រង DocType: Salutation,Administrator,អ្នកគ្រប់គ្រង
@@ -261,7 +262,7 @@ DocType: User,Get your globally recognized avatar from Gravatar.com,ទទួល
apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","ជាវរបស់អ្នកបានផុតកំណត់នៅលើ {0} ។ ដើម្បីបន្តជាថ្មី, {1} ។" apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","ជាវរបស់អ្នកបានផុតកំណត់នៅលើ {0} ។ ដើម្បីបន្តជាថ្មី, {1} ។"
DocType: Workflow State,plus-sign,បូកសញ្ញា DocType: Workflow State,plus-sign,បូកសញ្ញា
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,ការរៀបចំបានបញ្ចប់រួចទៅហើយ apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,ការរៀបចំបានបញ្ចប់រួចទៅហើយ
apps/frappe/frappe/__init__.py +897,App {0} is not installed,កម្មវិធី {0} មិនត្រូវបានដំឡើង
apps/frappe/frappe/__init__.py +898,App {0} is not installed,កម្មវិធី {0} មិនត្រូវបានដំឡើង
DocType: Workflow State,Refresh,ធ្វើឱ្យស្រស់ DocType: Workflow State,Refresh,ធ្វើឱ្យស្រស់
DocType: Event,Public,សាធារណៈ DocType: Event,Public,សាធារណៈ
apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,គ្មានអ្វីដែលបានបង្ហាញ apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,គ្មានអ្វីដែលបានបង្ហាញ
@@ -269,7 +270,7 @@ apps/frappe/frappe/public/js/frappe/model/model.js +24,Liked By,ចូលចិ
apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,ការគាំទ្រអ៊ីម៉ែល apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,ការគាំទ្រអ៊ីម៉ែល
DocType: DocField,Print Hide If No Value,លាក់ប្រសិនបើគ្មានការបោះពុម្ពតម្លៃ DocType: DocField,Print Hide If No Value,លាក់ប្រសិនបើគ្មានការបោះពុម្ពតម្លៃ
DocType: Event,yellow,លឿង DocType: Event,yellow,លឿង
apps/frappe/frappe/core/doctype/doctype/doctype.py +563,Is Published Field must be a valid fieldname,ត្រូវបានចេញផ្សាយនៅវាលត្រូវតែជា fieldname ត្រឹមត្រូវ
apps/frappe/frappe/core/doctype/doctype/doctype.py +567,Is Published Field must be a valid fieldname,ត្រូវបានចេញផ្សាយនៅវាលត្រូវតែជា fieldname ត្រឹមត្រូវ
apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,ឯកសារភ្ជាប់ផ្ទុកឡើង apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,ឯកសារភ្ជាប់ផ្ទុកឡើង
DocType: Block Module,Block Module,ម៉ូឌុលប្លុក DocType: Block Module,Block Module,ម៉ូឌុលប្លុក
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,ការនាំចេញទំព័រគំរូ apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,ការនាំចេញទំព័រគំរូ
@@ -286,7 +287,7 @@ DocType: Email Account,Total number of emails to sync in initial sync process ,
DocType: Website Settings,Set Banner from Image,កំណត់បដាពីរូបភាព DocType: Website Settings,Set Banner from Image,កំណត់បដាពីរូបភាព
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,ស្វែងរកសកល apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,ស្វែងរកសកល
DocType: Email Account,SparkPost,SparkPost DocType: Email Account,SparkPost,SparkPost
apps/frappe/frappe/templates/emails/new_user.html +3,A new account has been created for you at {0},គណនីថ្មីត្រូវបានបង្កើតឡើងសម្រាប់អ្នកនៅ {0}
apps/frappe/frappe/templates/emails/new_user.html +2,A new account has been created for you at {0},គណនីថ្មីត្រូវបានបង្កើតឡើងសម្រាប់អ្នកនៅ {0}
apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,សេចក្តីណែនាំអ៊ីមែល apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,សេចក្តីណែនាំអ៊ីមែល
apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),បញ្ចូលអ្នកទទួលអ៊ីម៉ែល (s បាន) apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),បញ្ចូលអ្នកទទួលអ៊ីម៉ែល (s បាន)
DocType: Print Format,Verdana,Verdana DocType: Print Format,Verdana,Verdana
@@ -352,7 +353,7 @@ apps/frappe/frappe/utils/nestedset.py +218,Merging is only possible between Grou
apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},បន្ថែម {0} apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},បន្ថែម {0}
apps/frappe/frappe/www/search.html +28,No matching records. Search something new,គ្មានកំណត់ត្រាដែលផ្គូផ្គង។ ស្វែងរកអ្វីដែលថ្មី apps/frappe/frappe/www/search.html +28,No matching records. Search something new,គ្មានកំណត់ត្រាដែលផ្គូផ្គង។ ស្វែងរកអ្វីដែលថ្មី
DocType: Currency,Fraction Units,ប្រភាគឯកតា DocType: Currency,Fraction Units,ប្រភាគឯកតា
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +431,{0} from {1} to {2},{0} ពី {1} ទៅ {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +433,{0} from {1} to {2},{0} ពី {1} ទៅ {2}
DocType: Communication,Type,ប្រភេទ DocType: Communication,Type,ប្រភេទ
DocType: Authentication Log,Subject,ប្រធានបទ DocType: Authentication Log,Subject,ប្រធានបទ
DocType: Web Form,Amount Based On Field,ចំនួនទឹកប្រាក់ដោយផ្អែកលើវាល DocType: Web Form,Amount Based On Field,ចំនួនទឹកប្រាក់ដោយផ្អែកលើវាល
@@ -365,10 +366,10 @@ DocType: Workflow State,plane,យន្តហោះ
apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","ប្រសិនបើអ្នកកំពុងផ្ទុកកំណត់ត្រាថ្មី»ដាក់ឈ្មោះស៊េរី &quot;បានក្លាយទៅជាចាំបាច់, ប្រសិនបើបច្ចុប្បន្ន។" apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","ប្រសិនបើអ្នកកំពុងផ្ទុកកំណត់ត្រាថ្មី»ដាក់ឈ្មោះស៊េរី &quot;បានក្លាយទៅជាចាំបាច់, ប្រសិនបើបច្ចុប្បន្ន។"
apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,យកការជូនដំណឹងសម្រាប់ថ្ងៃនេះ apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,យកការជូនដំណឹងសម្រាប់ថ្ងៃនេះ
apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DOCTYPE អាចត្រូវបានប្ដូរឈ្មោះតែប៉ុណ្ណោះដោយអ្នកគ្រប់គ្រង apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DOCTYPE អាចត្រូវបានប្ដូរឈ្មោះតែប៉ុណ្ណោះដោយអ្នកគ្រប់គ្រង
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +442,changed value of {0},តម្លៃផ្លាស់ប្តូរ {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +444,changed value of {0},តម្លៃផ្លាស់ប្តូរ {0}
DocType: Report,JSON,JSON DocType: Report,JSON,JSON
apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,សូមពិនិត្យមើលអ៊ីមែលរបស់អ្នកសម្រាប់ការផ្ទៀងផ្ទាត់ apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,សូមពិនិត្យមើលអ៊ីមែលរបស់អ្នកសម្រាប់ការផ្ទៀងផ្ទាត់
apps/frappe/frappe/core/doctype/doctype/doctype.py +509,Fold can not be at the end of the form,ដងមិនអាចមាននៅចុងបញ្ចប់នៃសំណុំបែបបទនេះ
apps/frappe/frappe/core/doctype/doctype/doctype.py +513,Fold can not be at the end of the form,ដងមិនអាចមាននៅចុងបញ្ចប់នៃសំណុំបែបបទនេះ
DocType: Communication,Bounced,លោត DocType: Communication,Bounced,លោត
DocType: Deleted Document,Deleted Name,ឈ្មោះបានលុប DocType: Deleted Document,Deleted Name,ឈ្មោះបានលុប
apps/frappe/frappe/config/setup.py +14,System and Website Users,ប្រព័ន្ធនិងអ្នកប្រើប្រាស់វេបសាយ apps/frappe/frappe/config/setup.py +14,System and Website Users,ប្រព័ន្ធនិងអ្នកប្រើប្រាស់វេបសាយ
@@ -376,25 +377,26 @@ DocType: Workflow Document State,Doc Status,ស្ថានភាពដុក
DocType: Auto Email Report,No of Rows (Max 500),គ្មានជួរដេក (អតិបរមា 500) DocType: Auto Email Report,No of Rows (Max 500),គ្មានជួរដេក (អតិបរមា 500)
DocType: Language,Language Code,កូដភាសា DocType: Language,Language Code,កូដភាសា
apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...",ការទាញយករបស់អ្នកត្រូវបានកសាងឡើងនេះអាចទទួលយកបានមួយសន្ទុះ ... apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...",ការទាញយករបស់អ្នកត្រូវបានកសាងឡើងនេះអាចទទួលយកបានមួយសន្ទុះ ...
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +23,Add Filter,បន្ថែមតម្រង
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +21,Add Filter,បន្ថែមតម្រង
apps/frappe/frappe/www/feedback.html +23,Your rating: ,ការវាយតម្លៃរបស់អ្នក: apps/frappe/frappe/www/feedback.html +23,Your rating: ,ការវាយតម្លៃរបស់អ្នក:
apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} និង {1} apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} និង {1}
DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",តែងតែបន្ថែម &quot;សេចក្តីព្រាង&quot; ក្បាលសេចក្តីព្រាងបោះពុម្ពសម្រាប់ឯកសារ DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",តែងតែបន្ថែម &quot;សេចក្តីព្រាង&quot; ក្បាលសេចក្តីព្រាងបោះពុម្ពសម្រាប់ឯកសារ
apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,អ៊ីម៉ែលដែលត្រូវបានគេសម្គាល់ថាជាសារឥតបាន apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,អ៊ីម៉ែលដែលត្រូវបានគេសម្គាល់ថាជាសារឥតបាន
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,ដំឡើង&gt; អ្នកប្រើ
DocType: About Us Settings,Website Manager,កម្មវិធីគ្រប់គ្រងវែបសាយ DocType: About Us Settings,Website Manager,កម្មវិធីគ្រប់គ្រងវែបសាយ
apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,អ្នកព្រាងដែលបានជ្រើសឬឯកសារដែលបានលុបចោល apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,អ្នកព្រាងដែលបានជ្រើសឬឯកសារដែលបានលុបចោល
apps/frappe/frappe/model/document.py +1044,Document Queued,ជូរឯកសារ apps/frappe/frappe/model/document.py +1044,Document Queued,ជូរឯកសារ
DocType: GSuite Templates,Destination ID,លេខសម្គាល់ទិសដៅ DocType: GSuite Templates,Destination ID,លេខសម្គាល់ទិសដៅ
DocType: Desktop Icon,List,បញ្ជី DocType: Desktop Icon,List,បញ្ជី
DocType: Communication,Link Name,ឈ្មោះតំណភ្ជាប់ DocType: Communication,Link Name,ឈ្មោះតំណភ្ជាប់
apps/frappe/frappe/core/doctype/doctype/doctype.py +433,Field {0} in row {1} cannot be hidden and mandatory without default,វាល {0} នៅក្នុងជួរដេក {1} មិនអាចត្រូវបានលាក់និងជាចាំបាច់ដោយគ្មានលំនាំដើម
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Field {0} in row {1} cannot be hidden and mandatory without default,វាល {0} នៅក្នុងជួរដេក {1} មិនអាចត្រូវបានលាក់និងជាចាំបាច់ដោយគ្មានលំនាំដើម
DocType: System Settings,mm/dd/yyyy,mm / dd / yyyy ឆ្នាំ DocType: System Settings,mm/dd/yyyy,mm / dd / yyyy ឆ្នាំ
apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,ពាក្យសម្ងាត់មិនត្រឹមត្រូវ: apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,ពាក្យសម្ងាត់មិនត្រឹមត្រូវ:
DocType: Print Settings,Send document web view link in email,ផ្ញើឯកសារតំណទិដ្ឋភាពបណ្ដាញនៅក្នុងអ៊ីមែល DocType: Print Settings,Send document web view link in email,ផ្ញើឯកសារតំណទិដ្ឋភាពបណ្ដាញនៅក្នុងអ៊ីមែល
apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,មតិរបស់អ្នកសម្រាប់ឯកសារ {0} ត្រូវបានរក្សាទុកដោយជោគជ័យ apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,មតិរបស់អ្នកសម្រាប់ឯកសារ {0} ត្រូវបានរក្សាទុកដោយជោគជ័យ
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,មុន apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,មុន
apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,Re: apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,Re:
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +496,{0} rows for {1},{0} ជួរដេកសម្រាប់ {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +498,{0} rows for {1},{0} ជួរដេកសម្រាប់ {1}
DocType: Currency,"Sub-currency. For e.g. ""Cent""",អនុរូបិយប័ណ្ណ។ ឧទាហរណ៍ៈ &quot;រយ&quot; DocType: Currency,"Sub-currency. For e.g. ""Cent""",អនុរូបិយប័ណ្ណ។ ឧទាហរណ៍ៈ &quot;រយ&quot;
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,ជ្រើសឯកសារដែលបានផ្ទុកឡើង apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,ជ្រើសឯកសារដែលបានផ្ទុកឡើង
DocType: Letter Head,Check this to make this the default letter head in all prints,ធីកប្រអប់នេះដើម្បីធ្វើឱ្យក្បាលលិខិតលំនាំដើមនៅក្នុងការបោះពុម្ពទាំងអស់ DocType: Letter Head,Check this to make this the default letter head in all prints,ធីកប្រអប់នេះដើម្បីធ្វើឱ្យក្បាលលិខិតលំនាំដើមនៅក្នុងការបោះពុម្ពទាំងអស់
@@ -417,7 +419,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +5,
DocType: Event,Wednesday,ថ្ងៃពុធ DocType: Event,Wednesday,ថ្ងៃពុធ
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","ក្រៅពីការមានមូលដ្ឋានតួនាទីសិទ្ធិក្បួន, អ្នកអាចអនុវត្តសិទ្ធិអ្នកប្រើដែលមានមូលដ្ឋានលើ DOCTYPE ។" apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","ក្រៅពីការមានមូលដ្ឋានតួនាទីសិទ្ធិក្បួន, អ្នកអាចអនុវត្តសិទ្ធិអ្នកប្រើដែលមានមូលដ្ឋានលើ DOCTYPE ។"
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","សិទ្ធិទាំងនេះនឹងត្រូវបានអនុវត្តសម្រាប់ប្រតិបត្តិការទាំងអស់ដែលទិន្នន័យត្រូវបានអនុញ្ញាតត្រូវបានតភ្ជាប់។ ឧទាហរណ៍ប្រសិនបើក្រុមហ៊ុន C ដែលត្រូវបានបន្ថែមទៅសិទ្ធិអ្នកប្រើរបស់អ្នកប្រើ X បាន, អ្នកប្រើ X នឹងត្រឹមតែអាចមើលឃើញជាក្រុមហ៊ុនប្រតិបត្តិការដែលមានគជាតម្លៃដែលបានតភ្ជាប់។" apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","សិទ្ធិទាំងនេះនឹងត្រូវបានអនុវត្តសម្រាប់ប្រតិបត្តិការទាំងអស់ដែលទិន្នន័យត្រូវបានអនុញ្ញាតត្រូវបានតភ្ជាប់។ ឧទាហរណ៍ប្រសិនបើក្រុមហ៊ុន C ដែលត្រូវបានបន្ថែមទៅសិទ្ធិអ្នកប្រើរបស់អ្នកប្រើ X បាន, អ្នកប្រើ X នឹងត្រឹមតែអាចមើលឃើញជាក្រុមហ៊ុនប្រតិបត្តិការដែលមានគជាតម្លៃដែលបានតភ្ជាប់។"
apps/frappe/frappe/core/doctype/doctype/doctype.py +554,Image field must be a valid fieldname,វាលរូបភាពត្រូវតែជា fieldname ត្រឹមត្រូវ
apps/frappe/frappe/core/doctype/doctype/doctype.py +558,Image field must be a valid fieldname,វាលរូបភាពត្រូវតែជា fieldname ត្រឹមត្រូវ
DocType: OAuth Client,Token,សញ្ញាសម្ងាត់ DocType: OAuth Client,Token,សញ្ញាសម្ងាត់
DocType: Property Setter,ID (name) of the entity whose property is to be set,លេខសម្គាល់ (ឈ្មោះ) នៃអង្គភាពដែលអចលនទ្រព្យត្រូវបានកំណត់ DocType: Property Setter,ID (name) of the entity whose property is to be set,លេខសម្គាល់ (ឈ្មោះ) នៃអង្គភាពដែលអចលនទ្រព្យត្រូវបានកំណត់
apps/frappe/frappe/limits.py +82,"To renew, {0}.","ដើម្បីបន្តជាថ្មី, {0} ។" apps/frappe/frappe/limits.py +82,"To renew, {0}.","ដើម្បីបន្តជាថ្មី, {0} ។"
@@ -426,7 +428,7 @@ DocType: Web Form,Sidebar Items,ធាតុរបារចំហៀង
apps/frappe/frappe/installer.py +125,App {0} already installed,កម្មវិធី {0} បានដំឡើងរួចហើយ apps/frappe/frappe/installer.py +125,App {0} already installed,កម្មវិធី {0} បានដំឡើងរួចហើយ
DocType: Workflow State,exclamation-sign,ឧទានសញ្ញា DocType: Workflow State,exclamation-sign,ឧទានសញ្ញា
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,បង្ហាញសិទ្ធិ apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,បង្ហាញសិទ្ធិ
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a Link or Dynamic Link,វាលកំណត់ពេលវេលាត្រូវតែជាតំណមួយឬគេហទំព័រភ្ជាប់ជាថាមវន្ត
apps/frappe/frappe/core/doctype/doctype/doctype.py +578,Timeline field must be a Link or Dynamic Link,វាលកំណត់ពេលវេលាត្រូវតែជាតំណមួយឬគេហទំព័រភ្ជាប់ជាថាមវន្ត
apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,ជួរកាលបរិច្ឆេទ apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,ជួរកាលបរិច្ឆេទ
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,Gantt apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,Gantt
apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},ទំព័រ {0} {1} នៃ apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},ទំព័រ {0} {1} នៃ
@@ -456,18 +458,18 @@ DocType: Workflow State,music,តន្ត្រី
DocType: Web Page,Settings,ការកំណត់ DocType: Web Page,Settings,ការកំណត់
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,សូមបញ្ជាក់ DOCTYPE apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,សូមបញ្ជាក់ DOCTYPE
DocType: Print Format,Style Settings,ការកំណត់រចនាប័ទ្ម DocType: Print Format,Style Settings,ការកំណត់រចនាប័ទ្ម
apps/frappe/frappe/core/doctype/doctype/doctype.py +585,Sort field {0} must be a valid fieldname,វាលតម្រៀប {0} ត្រូវតែជា fieldname ត្រឹមត្រូវ
apps/frappe/frappe/core/doctype/doctype/doctype.py +589,Sort field {0} must be a valid fieldname,វាលតម្រៀប {0} ត្រូវតែជា fieldname ត្រឹមត្រូវ
apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,ច្រើនទៀត apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,ច្រើនទៀត
DocType: Contact,Sales Manager,ប្រធានផ្នែកលក់ DocType: Contact,Sales Manager,ប្រធានផ្នែកលក់
apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,ប្តូរឈ្មោះ apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,ប្តូរឈ្មោះ
DocType: Print Format,Format Data,ទ្រង់ទ្រាយទិន្នន័យ DocType: Print Format,Format Data,ទ្រង់ទ្រាយទិន្នន័យ
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Like,ដូចជា
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Like,ដូចជា
DocType: Customize Form Field,Customize Form Field,ប្ដូរតាមវាលសំណុំបែបបទ DocType: Customize Form Field,Customize Form Field,ប្ដូរតាមវាលសំណុំបែបបទ
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,អនុញ្ញាតឱ្យអ្នកប្រើ apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,អនុញ្ញាតឱ្យអ្នកប្រើ
DocType: OAuth Client,Grant Type,ប្រភេទជំនួយឥតសំណង DocType: OAuth Client,Grant Type,ប្រភេទជំនួយឥតសំណង
apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,មើលឯកសារដែលអាចអានបានដោយអ្នកប្រើ apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,មើលឯកសារដែលអាចអានបានដោយអ្នកប្រើ
apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,ឈ្មោះកម្មវិធីមិនត្រូវបានអនុញ្ញាត apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,ឈ្មោះកម្មវិធីមិនត្រូវបានអនុញ្ញាត
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,use % as wildcard,ប្រើ% ដែលជាតួអក្សរជំនួស
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +230,use % as wildcard,ប្រើ% ដែលជាតួអក្សរជំនួស
apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","អ៊ីម៉ែលដែលមិនបានកំណត់រចនាសម្ព័ន្ធដែនសម្រាប់គណនីនេះ, បង្កើតមួយ?" apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","អ៊ីម៉ែលដែលមិនបានកំណត់រចនាសម្ព័ន្ធដែនសម្រាប់គណនីនេះ, បង្កើតមួយ?"
DocType: User,Reset Password Key,គន្លឹះពាក្យសម្ងាត់កំណត់ឡើងវិញ DocType: User,Reset Password Key,គន្លឹះពាក្យសម្ងាត់កំណត់ឡើងវិញ
DocType: Email Account,Enable Auto Reply,អនុញ្ញាតការឆ្លើយតបដោយស្វ័យប្រវត្តិ DocType: Email Account,Enable Auto Reply,អនុញ្ញាតការឆ្លើយតបដោយស្វ័យប្រវត្តិ
@@ -492,11 +494,12 @@ apps/frappe/frappe/model/document.py +574,Cannot change docstatus from 1 to 0,
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,ចូរយកបម្រុងទុកឥឡូវនេះ apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,ចូរយកបម្រុងទុកឥឡូវនេះ
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,សូមស្វាគមន៏ apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,សូមស្វាគមន៏
apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,កម្មវិធីដំឡើង apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,កម្មវិធីដំឡើង
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,ការតំឡើង&gt; កម្មវិធីគ្រប់គ្រងការអនុញ្ញាតអ្នកប្រើ
DocType: Contact,Open,បើកទូលាយ DocType: Contact,Open,បើកទូលាយ
DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,កំណត់សកម្មភាពរដ្ឋនិងរដ្ឋនិងជំហានបន្ទាប់និងតួនាទីអនុញ្ញាត។ DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,កំណត់សកម្មភាពរដ្ឋនិងរដ្ឋនិងជំហានបន្ទាប់និងតួនាទីអនុញ្ញាត។
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","ក្នុងនាមជាការអនុវត្តន៍ដ៏ល្អបំផុត, មិនកំណត់សំណុំដូចគ្នានេះនៃការគ្រប់គ្រងដោយសិទ្ធិដើម្បីតួនាទីផ្សេងគ្នា។ ផ្ទុយទៅវិញកំណត់តួនាទីជាច្រើនដើម្បីប្រើដូចគ្នា។" apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","ក្នុងនាមជាការអនុវត្តន៍ដ៏ល្អបំផុត, មិនកំណត់សំណុំដូចគ្នានេះនៃការគ្រប់គ្រងដោយសិទ្ធិដើម្បីតួនាទីផ្សេងគ្នា។ ផ្ទុយទៅវិញកំណត់តួនាទីជាច្រើនដើម្បីប្រើដូចគ្នា។"
DocType: Web Form,Message to be displayed on successful completion,សារដែលត្រូវបានបង្ហាញនៅលើការបញ្ចប់ដោយជោគជ័យ DocType: Web Form,Message to be displayed on successful completion,សារដែលត្រូវបានបង្ហាញនៅលើការបញ្ចប់ដោយជោគជ័យ
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +42,Only {0} emailed reports are allowed per user,មានតែ {0} តាមអ៊ីមែលរបាយការណ៍ត្រូវបានអនុញ្ញាតក្នុងមួយអ្នកប្រើ
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +43,Only {0} emailed reports are allowed per user,មានតែ {0} តាមអ៊ីមែលរបាយការណ៍ត្រូវបានអនុញ្ញាតក្នុងមួយអ្នកប្រើ
DocType: Address,Address Title,អាសយដ្ឋានចំណងជើង DocType: Address,Address Title,អាសយដ្ឋានចំណងជើង
DocType: Website Settings,Footer Items,បាតកថាធាតុ DocType: Website Settings,Footer Items,បាតកថាធាតុ
apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,ការស្នើរសុំមតិ apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,ការស្នើរសុំមតិ
@@ -511,7 +514,7 @@ DocType: DocField,Set Only Once,កំណត់តែម្តងប៉ុណ្
DocType: Email Queue Recipient,Email Queue Recipient,អ្នកទទួលម៉ែលជួរ DocType: Email Queue Recipient,Email Queue Recipient,អ្នកទទួលម៉ែលជួរ
DocType: Address,Nagaland,រដ្ឋ Nagaland DocType: Address,Nagaland,រដ្ឋ Nagaland
apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,ឈ្មោះអ្នកប្រើ {0} មានរួចហើយ apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,ឈ្មោះអ្នកប្រើ {0} មានរួចហើយ
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set import as {1} is not importable,{0}: មិនអាចកំណត់ការនាំចូលជា {1} គឺមិនសំខាន់
apps/frappe/frappe/core/doctype/doctype/doctype.py +733,{0}: Cannot set import as {1} is not importable,{0}: មិនអាចកំណត់ការនាំចូលជា {1} គឺមិនសំខាន់
apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},មានកំហុសក្នុងការអាសយដ្ឋានទំព័រគំរូរបស់អ្នកគឺ {0} apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},មានកំហុសក្នុងការអាសយដ្ឋានទំព័រគំរូរបស់អ្នកគឺ {0}
DocType: Footer Item,"target = ""_blank""",គោលដៅ = &quot;_blank&quot; DocType: Footer Item,"target = ""_blank""",គោលដៅ = &quot;_blank&quot;
DocType: Workflow State,hdd,HDD DocType: Workflow State,hdd,HDD
@@ -523,7 +526,7 @@ DocType: Communication,From Full Name,បានមកពីឈ្មោះពេ
apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},អ្នកមិនមានសិទ្ធិចូលដំណើរការទៅរាយការណ៍: {0} apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},អ្នកមិនមានសិទ្ធិចូលដំណើរការទៅរាយការណ៍: {0}
DocType: User,Send Welcome Email,ផ្ញើរអ៊ីម៉ែលសូមស្វាគមន៏ DocType: User,Send Welcome Email,ផ្ញើរអ៊ីម៉ែលសូមស្វាគមន៏
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,ផ្ទុកឡើងឯកសារ CSV ដែលមានសិទ្ធិអ្នកប្រើទាំងអស់នៅក្នុងទ្រង់ទ្រាយដូចទាញយក។ apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,ផ្ទុកឡើងឯកសារ CSV ដែលមានសិទ្ធិអ្នកប្រើទាំងអស់នៅក្នុងទ្រង់ទ្រាយដូចទាញយក។
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +449,Remove Filter,យកតម្រងចេញ
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +450,Remove Filter,យកតម្រងចេញ
DocType: Address,Daman and Diu,ដាមេននិង Diu DocType: Address,Daman and Diu,ដាមេននិង Diu
DocType: Address,Personal,ផ្ទាល់ខ្លួន DocType: Address,Personal,ផ្ទាល់ខ្លួន
apps/frappe/frappe/config/setup.py +113,Bulk Rename,ប្តូរឈ្មោះភាគច្រើន apps/frappe/frappe/config/setup.py +113,Bulk Rename,ប្តូរឈ្មោះភាគច្រើន
@@ -553,13 +556,12 @@ apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.js +33,Send
apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","ស្ដង់ដារប្រភេទឯកសារមិនអាចមានទ្រង់ទ្រាយម៉ាស៊ីនបោះពុម្ពលំនាំដើម, ប្រើទម្រង់បែបបទប្តូរតាមបំណង" apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","ស្ដង់ដារប្រភេទឯកសារមិនអាចមានទ្រង់ទ្រាយម៉ាស៊ីនបោះពុម្ពលំនាំដើម, ប្រើទម្រង់បែបបទប្តូរតាមបំណង"
DocType: Report,Query,សំណួរ DocType: Report,Query,សំណួរ
DocType: DocType,Sort Order,តម្រៀបតាមលំដាប់ DocType: DocType,Sort Order,តម្រៀបតាមលំដាប់
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,'In List View' not allowed for type {0} in row {1},«នៅក្នុងទិដ្ឋភាពបញ្ជី &#39;មិនបានអនុញ្ញាតសម្រាប់ប្រភេទ {0} នៅក្នុងជួរដេក {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In List View' not allowed for type {0} in row {1},«នៅក្នុងទិដ្ឋភាពបញ្ជី &#39;មិនបានអនុញ្ញាតសម្រាប់ប្រភេទ {0} នៅក្នុងជួរដេក {1}
DocType: Custom Field,Select the label after which you want to insert new field.,ជ្រើសស្លាកបន្ទាប់ពីការដែលអ្នកចង់បញ្ចូលវាលថ្មី។ DocType: Custom Field,Select the label after which you want to insert new field.,ជ្រើសស្លាកបន្ទាប់ពីការដែលអ្នកចង់បញ្ចូលវាលថ្មី។
,Document Share Report,ឯកសារដែលបានចែករំលែករបាយការណ៍ ,Document Share Report,ឯកសារដែលបានចែករំលែករបាយការណ៍
DocType: User,Last Login,ចូលចុងក្រោយ DocType: User,Last Login,ចូលចុងក្រោយ
apps/frappe/frappe/core/doctype/doctype/doctype.py +600,Fieldname is required in row {0},Fieldname ត្រូវបានទាមទារនៅក្នុងជួរដេក {0}
apps/frappe/frappe/core/doctype/doctype/doctype.py +604,Fieldname is required in row {0},Fieldname ត្រូវបានទាមទារនៅក្នុងជួរដេក {0}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,ជួរឈរ apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,ជួរឈរ
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,សូមរៀបចំគណនីអ៊ីម៉ែលលំនាំដើមពីការរៀបចំ&gt; អ៊ីម៉ែល&gt; គណនីអ៊ីម៉ែល
DocType: Custom Field,Adds a custom field to a DocType,បន្ថែមវាលផ្ទាល់ខ្លួនមួយដើម្បីចង្អុលបង្ហាញមួយ DocType: Custom Field,Adds a custom field to a DocType,បន្ថែមវាលផ្ទាល់ខ្លួនមួយដើម្បីចង្អុលបង្ហាញមួយ
DocType: File,Is Home Folder,នេះគឺជាថតផ្ទះ DocType: File,Is Home Folder,នេះគឺជាថតផ្ទះ
apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} គឺមិនមែនជាអាសយដ្ឋានអ៊ីមែលដែលមានសុពលភាព apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} គឺមិនមែនជាអាសយដ្ឋានអ៊ីមែលដែលមានសុពលភាព
@@ -583,7 +585,7 @@ DocType: File,Folder,ថត
DocType: DocField,Index,សន្ទស្សន៍ DocType: DocField,Index,សន្ទស្សន៍
DocType: Email Group,Newsletter Manager,កម្មវិធីគ្រប់គ្រងព្រឹត្តិប័ត្រព័ត៌មាន DocType: Email Group,Newsletter Manager,កម្មវិធីគ្រប់គ្រងព្រឹត្តិប័ត្រព័ត៌មាន
apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,ជម្រើសទី 1 apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,ជម្រើសទី 1
apps/frappe/frappe/public/js/frappe/form/formatters.js +124,{0} to {1},{0} ទៅ {1}
apps/frappe/frappe/public/js/frappe/form/formatters.js +129,{0} to {1},{0} ទៅ {1}
apps/frappe/frappe/config/setup.py +89,Log of error during requests.,ចូលមានកំហុសក្នុងអំឡុងពេលសំណើ។ apps/frappe/frappe/config/setup.py +89,Log of error during requests.,ចូលមានកំហុសក្នុងអំឡុងពេលសំណើ។
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} ត្រូវបានបន្ថែមដោយជោគជ័យទៅគ្រុបអ៊ីម៉ែល។ apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} ត្រូវបានបន្ថែមដោយជោគជ័យទៅគ្រុបអ៊ីម៉ែល។
DocType: Address,Uttar Pradesh,រដ្ឋ Uttar Pradesh DocType: Address,Uttar Pradesh,រដ្ឋ Uttar Pradesh
@@ -593,7 +595,7 @@ apps/frappe/frappe/email/doctype/newsletter/newsletter.py +30,Scheduled to send
DocType: Kanban Board Column,Indicator,ទ្រនិចបង្ហាញ DocType: Kanban Board Column,Indicator,ទ្រនិចបង្ហាញ
DocType: DocShare,Everyone,មនុស្សគ្រប់គ្នា DocType: DocShare,Everyone,មនុស្សគ្រប់គ្នា
DocType: Workflow State,backward,ថយក្រោយ DocType: Workflow State,backward,ថយក្រោយ
apps/frappe/frappe/core/doctype/doctype/doctype.py +676,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: មានតែមួយក្បួនអនុញ្ញាតឱ្យតួនាទីដូចគ្នាជាមួយ, កំរិតនិង {1}"
apps/frappe/frappe/core/doctype/doctype/doctype.py +680,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: មានតែមួយក្បួនអនុញ្ញាតឱ្យតួនាទីដូចគ្នាជាមួយ, កំរិតនិង {1}"
DocType: Email Queue,Add Unsubscribe Link,បន្ថែមឈប់ជាវតំណ DocType: Email Queue,Add Unsubscribe Link,បន្ថែមឈប់ជាវតំណ
apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,គ្មានយោបល់នៅឡើយទេ។ ចាប់ផ្តើមការពិភាក្សាថ្មី។ apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,គ្មានយោបល់នៅឡើយទេ។ ចាប់ផ្តើមការពិភាក្សាថ្មី។
DocType: Workflow State,share,ចំណែក DocType: Workflow State,share,ចំណែក
@@ -632,7 +634,7 @@ apps/frappe/frappe/printing/doctype/print_format/print_format.py +80,{0} is now
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,ជួរឈរបានទុកក្នុងប័ណ្ណសារ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,ជួរឈរបានទុកក្នុងប័ណ្ណសារ
DocType: Email Account,Default Outgoing,ចេញលំនាំដើម DocType: Email Account,Default Outgoing,ចេញលំនាំដើម
DocType: Workflow State,play,លេង DocType: Workflow State,play,លេង
apps/frappe/frappe/templates/emails/new_user.html +5,Click on the link below to complete your registration and set a new password,សូមចុចលើតំណខាងក្រោមដើម្បីបញ្ចប់ការចុះឈ្មោះរបស់អ្នកនិងកំណត់ពាក្យសម្ងាត់ថ្មី
apps/frappe/frappe/templates/emails/new_user.html +4,Click on the link below to complete your registration and set a new password,សូមចុចលើតំណខាងក្រោមដើម្បីបញ្ចប់ការចុះឈ្មោះរបស់អ្នកនិងកំណត់ពាក្យសម្ងាត់ថ្មី
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,តើមិនបន្ថែម apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,តើមិនបន្ថែម
apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,គ្មានគណនីអ៊ីម៉ែលកំណត់ apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,គ្មានគណនីអ៊ីម៉ែលកំណត់
DocType: Contact Us Settings,Contact Us Settings,ទំនាក់ទំនងការកំណត់ DocType: Contact Us Settings,Contact Us Settings,ទំនាក់ទំនងការកំណត់
@@ -653,12 +655,12 @@ apps/frappe/frappe/core/page/user_permissions/user_permissions.js +127,Upload Us
DocType: Dropbox Settings,App Secret Key,កម្មវិធីកូនសោសម្ងាត់ DocType: Dropbox Settings,App Secret Key,កម្មវិធីកូនសោសម្ងាត់
apps/frappe/frappe/config/website.py +7,Web Site,គេហទំព័រ apps/frappe/frappe/config/website.py +7,Web Site,គេហទំព័រ
apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,ធាតុបានធីកនឹងត្រូវបានបង្ហាញនៅលើផ្ទៃតុ apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,ធាតុបានធីកនឹងត្រូវបានបង្ហាញនៅលើផ្ទៃតុ
apps/frappe/frappe/core/doctype/doctype/doctype.py +719,{0} cannot be set for Single types,{0} មិនអាចត្រូវបានកំណត់សម្រាប់ប្រភេទនៅលីវ
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0} cannot be set for Single types,{0} មិនអាចត្រូវបានកំណត់សម្រាប់ប្រភេទនៅលីវ
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,ក្រុមប្រឹក្សាភិបាល Kanban {0} មិនមានទេ។ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,ក្រុមប្រឹក្សាភិបាល Kanban {0} មិនមានទេ។
apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} បច្ចុប្បន្នកំពុងមើលឯកសារនេះ apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} បច្ចុប្បន្នកំពុងមើលឯកសារនេះ
DocType: ToDo,Assigned By Full Name,បានផ្ដល់ដោយឈ្មោះពេញ DocType: ToDo,Assigned By Full Name,បានផ្ដល់ដោយឈ្មោះពេញ
apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} ធ្វើឱ្យទាន់សម័យ apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} ធ្វើឱ្យទាន់សម័យ
apps/frappe/frappe/core/doctype/doctype/doctype.py +709,Report cannot be set for Single types,របាយការណ៏ដែលមិនអាចត្រូវបានកំណត់សម្រាប់ប្រភេទលីវ
apps/frappe/frappe/core/doctype/doctype/doctype.py +713,Report cannot be set for Single types,របាយការណ៏ដែលមិនអាចត្រូវបានកំណត់សម្រាប់ប្រភេទលីវ
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} ថ្ងៃមុន apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} ថ្ងៃមុន
DocType: Email Account,Awaiting Password,រង់ចាំការពាក្យសម្ងាត់ DocType: Email Account,Awaiting Password,រង់ចាំការពាក្យសម្ងាត់
DocType: Address,Address Line 1,អាសយដ្ឋានបន្ទាត់ 1 DocType: Address,Address Line 1,អាសយដ្ឋានបន្ទាត់ 1
@@ -708,7 +710,7 @@ DocType: Feedback Trigger,"To add dynamic subject, use jinja tags like
apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,កម្មវិធី {0} បានយកចេញ apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,កម្មវិធី {0} បានយកចេញ
DocType: Custom DocPerm,Apply User Permissions,អនុវត្តសិទ្ធិរបស់អ្នកប្រើប្រាស់ DocType: Custom DocPerm,Apply User Permissions,អនុវត្តសិទ្ធិរបស់អ្នកប្រើប្រាស់
DocType: User,Modules HTML,ម៉ូឌុលរបស់ HTML DocType: User,Modules HTML,ម៉ូឌុលរបស់ HTML
apps/frappe/frappe/public/js/frappe/ui/field_group.js +82,Missing Values Required,តម្លៃដែលបាត់ត្រូវការ
apps/frappe/frappe/public/js/frappe/ui/field_group.js +96,Missing Values Required,តម្លៃដែលបាត់ត្រូវការ
DocType: DocType,Other Settings,ការកំណត់ផ្សេងទៀត DocType: DocType,Other Settings,ការកំណត់ផ្សេងទៀត
DocType: Social Login Keys,Frappe,Frappe DocType: Social Login Keys,Frappe,Frappe
apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,លោក Mark ដែលជាមិនទាន់អាន apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,លោក Mark ដែលជាមិនទាន់អាន
@@ -762,7 +764,7 @@ DocType: Event,orange,ទឹកក្រូច
apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,គ្មាន {0} បានរកឃើញ apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,គ្មាន {0} បានរកឃើញ
apps/frappe/frappe/config/setup.py +242,Add custom forms.,បន្ថែមទម្រង់បែបបទផ្ទាល់ខ្លួន។ apps/frappe/frappe/config/setup.py +242,Add custom forms.,បន្ថែមទម្រង់បែបបទផ្ទាល់ខ្លួន។
apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} នៅក្នុង {2} apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} នៅក្នុង {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +419,submitted this document,បានដាក់ស្នើឯកសារនេះ
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,submitted this document,បានដាក់ស្នើឯកសារនេះ
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,The system provides many pre-defined roles. You can add new roles to set finer permissions.,ប្រព័ន្ធនេះបានផ្ដល់នូវតួនាទីដែលបានកំណត់ជាមុនជាច្រើន។ អ្នកអាចបន្ថែមតួនាទីថ្មីកំណត់សិទ្ធិស្តើង។ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,The system provides many pre-defined roles. You can add new roles to set finer permissions.,ប្រព័ន្ធនេះបានផ្ដល់នូវតួនាទីដែលបានកំណត់ជាមុនជាច្រើន។ អ្នកអាចបន្ថែមតួនាទីថ្មីកំណត់សិទ្ធិស្តើង។
DocType: Communication,CC,ចម្លងជូន DocType: Communication,CC,ចម្លងជូន
DocType: Country,Geo,ភូមិសាស្ត្រ DocType: Country,Geo,ភូមិសាស្ត្រ
@@ -812,7 +814,7 @@ DocType: DocType,Hide Toolbar,លាក់របារឧបករណ៍
DocType: User,Last Active,ចុងក្រោយនេះសកម្ម DocType: User,Last Active,ចុងក្រោយនេះសកម្ម
DocType: Email Account,SMTP Settings for outgoing emails,ការកំណត់របស់ SMTP សម្រាប់អ៊ីមែលចេញ DocType: Email Account,SMTP Settings for outgoing emails,ការកំណត់របស់ SMTP សម្រាប់អ៊ីមែលចេញ
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,នាំចូលបានបរាជ័យ apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,នាំចូលបានបរាជ័យ
apps/frappe/frappe/templates/emails/password_update.html +3,Your password has been updated. Here is your new password,ពាក្យសម្ងាត់របស់អ្នកត្រូវបានធ្វើឱ្យទាន់សម័យ។ ខាងក្រោមនេះគឺជាពាក្យសម្ងាត់ថ្មីរបស់អ្នក
apps/frappe/frappe/templates/emails/password_update.html +2,Your password has been updated. Here is your new password,ពាក្យសម្ងាត់របស់អ្នកត្រូវបានធ្វើឱ្យទាន់សម័យ។ ខាងក្រោមនេះគឺជាពាក្យសម្ងាត់ថ្មីរបស់អ្នក
DocType: Email Account,Auto Reply Message,សារឆ្លើយតបដោយស្វ័យប្រវត្តិ DocType: Email Account,Auto Reply Message,សារឆ្លើយតបដោយស្វ័យប្រវត្តិ
DocType: Feedback Trigger,Condition,លក្ខខណ្ឌ DocType: Feedback Trigger,Condition,លក្ខខណ្ឌ
apps/frappe/frappe/utils/data.py +546,{0} hours ago,{0} ម៉ោងមុន apps/frappe/frappe/utils/data.py +546,{0} hours ago,{0} ម៉ោងមុន
@@ -820,7 +822,6 @@ apps/frappe/frappe/utils/data.py +556,1 month ago,1 ខែកន្លងទៅ
DocType: Contact,User ID,លេខសម្គាល់អ្នកប្រើ DocType: Contact,User ID,លេខសម្គាល់អ្នកប្រើ
DocType: Communication,Sent,ដែលបានផ្ញើ DocType: Communication,Sent,ដែលបានផ្ញើ
DocType: Address,Kerala,រដ្ឋ Kerala DocType: Address,Kerala,រដ្ឋ Kerala
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} ឆ្នាំមុន
DocType: File,Lft,Lft DocType: File,Lft,Lft
DocType: User,Simultaneous Sessions,សម័យដំណាលគ្នា DocType: User,Simultaneous Sessions,សម័យដំណាលគ្នា
DocType: OAuth Client,Client Credentials,សារតាំងរបស់ម៉ាស៊ីនភ្ញៀវ DocType: OAuth Client,Client Credentials,សារតាំងរបស់ម៉ាស៊ីនភ្ញៀវ
@@ -837,7 +838,7 @@ DocType: Email Queue,Unsubscribe Method,វិធីសាស្រ្តឈប
DocType: GSuite Templates,Related DocType,ប្រភេទឯកសារដែលទាក់ទង DocType: GSuite Templates,Related DocType,ប្រភេទឯកសារដែលទាក់ទង
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,កែសម្រួលដើម្បីបន្ថែមមាតិកា apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,កែសម្រួលដើម្បីបន្ថែមមាតិកា
apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,ជ្រើសភាសា apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,ជ្រើសភាសា
apps/frappe/frappe/__init__.py +517,No permission for {0},មិនមានសិទ្ធិដើម្បី {0}
apps/frappe/frappe/__init__.py +518,No permission for {0},មិនមានសិទ្ធិដើម្បី {0}
DocType: DocType,Advanced,កម្រិតខ្ពស់ DocType: DocType,Advanced,កម្រិតខ្ពស់
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,ហាក់ដូចជា API របស់សោ API ឬជាខុស !!! សម្ងាត់ apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,ហាក់ដូចជា API របស់សោ API ឬជាខុស !!! សម្ងាត់
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},ឯកសារយោង: {0} {1} apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},ឯកសារយោង: {0} {1}
@@ -869,14 +870,14 @@ DocType: Custom DocPerm,Additional Permissions,សិទ្ធិបន្ថែ
DocType: Email Account,Always use Account's Email Address as Sender,តែងតែប្រើអាសយដ្ឋានអ៊ីម៉ែលរបស់លោកថាជាអ្នកផ្ញើគណនី DocType: Email Account,Always use Account's Email Address as Sender,តែងតែប្រើអាសយដ្ឋានអ៊ីម៉ែលរបស់លោកថាជាអ្នកផ្ញើគណនី
apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,ចូលធ្វើការអត្ថាធិប្បាយ apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,ចូលធ្វើការអត្ថាធិប្បាយ
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,ការចាប់ផ្តើមបញ្ចូលទិន្នន័យដូចខាងក្រោមបន្ទាត់នេះ apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,ការចាប់ផ្តើមបញ្ចូលទិន្នន័យដូចខាងក្រោមបន្ទាត់នេះ
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +474,changed values for {0},តម្លៃផ្លាស់ប្តូរសម្រាប់ {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +476,changed values for {0},តម្លៃផ្លាស់ប្តូរសម្រាប់ {0}
DocType: Workflow State,retweet,retweets DocType: Workflow State,retweet,retweets
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,បញ្ជាក់តម្លៃរបស់វាលនេះ apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,បញ្ជាក់តម្លៃរបស់វាលនេះ
DocType: Report,Disabled,ជនពិការ DocType: Report,Disabled,ជនពិការ
DocType: Workflow State,eye-close,បិទភ្នែក DocType: Workflow State,eye-close,បិទភ្នែក
DocType: OAuth Provider Settings,OAuth Provider Settings,ការកំណត់ក្រុមហ៊ុនផ្ដល់ OAuth DocType: OAuth Provider Settings,OAuth Provider Settings,ការកំណត់ក្រុមហ៊ុនផ្ដល់ OAuth
apps/frappe/frappe/config/setup.py +254,Applications,កម្មវិធីដែលបាន apps/frappe/frappe/config/setup.py +254,Applications,កម្មវិធីដែលបាន
apps/frappe/frappe/public/js/frappe/request.js +349,Report this issue,រាយការណ៍ពីបញ្ហានេះ
apps/frappe/frappe/public/js/frappe/request.js +353,Report this issue,រាយការណ៍ពីបញ្ហានេះ
apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,ឈ្មោះត្រូវបានទាមទារ apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,ឈ្មោះត្រូវបានទាមទារ
DocType: Custom Script,Adds a custom script (client or server) to a DocType,បន្ថែមស្គ្រីបផ្ទាល់ខ្លួន (ម៉ាស៊ីនភ្ញៀវឬម៉ាស៊ីនបម្រើ) ទៅនឹងចង្អុលបង្ហាញមួយ DocType: Custom Script,Adds a custom script (client or server) to a DocType,បន្ថែមស្គ្រីបផ្ទាល់ខ្លួន (ម៉ាស៊ីនភ្ញៀវឬម៉ាស៊ីនបម្រើ) ទៅនឹងចង្អុលបង្ហាញមួយ
DocType: Address,City/Town,ទីក្រុង / ក្រុង DocType: Address,City/Town,ទីក្រុង / ក្រុង
@@ -960,7 +961,7 @@ DocType: Web Form,Actions,ការប្រព្រឹត្ដ
DocType: Workflow State,align-justify,តម្រឹម-បង្ហាញអំពីភាពត្រឹមត្រូវ DocType: Workflow State,align-justify,តម្រឹម-បង្ហាញអំពីភាពត្រឹមត្រូវ
DocType: User,Middle Name (Optional),ឈ្មោះពាក់កណ្តាល (ជាជម្រើស) DocType: User,Middle Name (Optional),ឈ្មោះពាក់កណ្តាល (ជាជម្រើស)
apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,មិនអនុញ្ញាត apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,មិនអនុញ្ញាត
apps/frappe/frappe/public/js/frappe/ui/field_group.js +83,Following fields have missing values:,វាលដូចខាងក្រោមមានតម្លៃដែលបាត់:
apps/frappe/frappe/public/js/frappe/ui/field_group.js +97,Following fields have missing values:,វាលដូចខាងក្រោមមានតម្លៃដែលបាត់:
apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,អ្នកមិនមានសិទ្ធិគ្រប់គ្រាន់ក្នុងការបំពេញសកម្មភាព apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,អ្នកមិនមានសិទ្ធិគ្រប់គ្រាន់ក្នុងការបំពេញសកម្មភាព
apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,មិនមានលទ្ធផលទេ apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,មិនមានលទ្ធផលទេ
DocType: System Settings,Security,សន្ដិសុខ DocType: System Settings,Security,សន្ដិសុខ
@@ -1003,7 +1004,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js +133,Hide Details,លាក
DocType: Workflow State,Tasks,ភារកិច្ច DocType: Workflow State,Tasks,ភារកិច្ច
DocType: Event,Tuesday,កាលពីថ្ងៃអង្គារ DocType: Event,Tuesday,កាលពីថ្ងៃអង្គារ
DocType: Blog Settings,Blog Settings,ការកំណត់កំណត់ហេតុបណ្ដាញ DocType: Blog Settings,Blog Settings,ការកំណត់កំណត់ហេតុបណ្ដាញ
apps/frappe/frappe/templates/emails/new_user.html +17,You can also copy-paste this link in your browser,អ្នកក៏អាចចម្លងបិទភ្ជាប់តំណក្នុងកម្មវិធីរុករករបស់អ្នក
apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste this link in your browser,អ្នកក៏អាចចម្លងបិទភ្ជាប់តំណក្នុងកម្មវិធីរុករករបស់អ្នក
DocType: Workflow State,bullhorn,bullhorn DocType: Workflow State,bullhorn,bullhorn
DocType: Social Login Keys,Facebook Client Secret,ហ្វេសប៊ុកអតិថិជនសម្ងាត់ DocType: Social Login Keys,Facebook Client Secret,ហ្វេសប៊ុកអតិថិជនសម្ងាត់
DocType: Footer Item,Target,គោលដៅ DocType: Footer Item,Target,គោលដៅ
@@ -1015,12 +1016,12 @@ DocType: ToDo,Due Date,កាលបរិច្ឆេទដល់កំណត់
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,ទិវាត្រីមាស apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,ទិវាត្រីមាស
DocType: Social Login Keys,Google Client Secret,ក្រុមហ៊ុន Google សម្ងាត់អតិថិជន DocType: Social Login Keys,Google Client Secret,ក្រុមហ៊ុន Google សម្ងាត់អតិថិជន
DocType: Website Settings,Hide Footer Signup,លាក់បាតកថាចុះឈ្មោះ DocType: Website Settings,Hide Footer Signup,លាក់បាតកថាចុះឈ្មោះ
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,cancelled this document,បានលុបចោលឯកសារនេះ
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +423,cancelled this document,បានលុបចោលឯកសារនេះ
apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,សរសេរឯកសារ Python នៅក្នុងថតដូចគ្នានេះដែរដែលជាកន្លែងដែលការនេះត្រូវបានរក្សាទុកហើយត្រឡប់ជួរឈរនិងលទ្ធផល។ apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,សរសេរឯកសារ Python នៅក្នុងថតដូចគ្នានេះដែរដែលជាកន្លែងដែលការនេះត្រូវបានរក្សាទុកហើយត្រឡប់ជួរឈរនិងលទ្ធផល។
DocType: DocType,Sort Field,តម្រៀបវាល DocType: DocType,Sort Field,តម្រៀបវាល
DocType: Razorpay Settings,Razorpay Settings,ការកំណត់ Razorpay DocType: Razorpay Settings,Razorpay Settings,ការកំណត់ Razorpay
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +445,Edit Filter,កែសម្រួលតម្រង
apps/frappe/frappe/core/doctype/doctype/doctype.py +415,Field {0} of type {1} cannot be mandatory,វាល {0} នៃប្រភេទ {1} មិនអាចមានជាចាំបាច់
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +446,Edit Filter,កែសម្រួលតម្រង
apps/frappe/frappe/core/doctype/doctype/doctype.py +419,Field {0} of type {1} cannot be mandatory,វាល {0} នៃប្រភេទ {1} មិនអាចមានជាចាំបាច់
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,បន្ថែមទៀត apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,បន្ថែមទៀត
apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,លាក់តារាង apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,លាក់តារាង
DocType: System Settings,Session Expiry Mobile,សម័យដែលបានផុតកំណត់ចល័ត DocType: System Settings,Session Expiry Mobile,សម័យដែលបានផុតកំណត់ចល័ត
@@ -1061,7 +1062,7 @@ DocType: Address,Contacts,ទំនក់ទំនង
DocType: System Settings,Setup Complete,រៀបចំការបំពេញ DocType: System Settings,Setup Complete,រៀបចំការបំពេញ
apps/frappe/frappe/config/setup.py +66,Report of all document shares,របាយការណ៏នៃការចែករំលែកឯកសារទាំងអស់ apps/frappe/frappe/config/setup.py +66,Report of all document shares,របាយការណ៏នៃការចែករំលែកឯកសារទាំងអស់
apps/frappe/frappe/www/update-password.html +18,New Password,ពាក្យសម្ងាត់ថ្មីមួយ apps/frappe/frappe/www/update-password.html +18,New Password,ពាក្យសម្ងាត់ថ្មីមួយ
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +73,Filter {0} missing,តម្រង {0} ដែលបាត់
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +74,Filter {0} missing,តម្រង {0} ដែលបាត់
apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,សូមអភ័យទោស! អ្នកមិនអាចលុបមតិបានបង្កើតដោយស្វ័យប្រវត្តិ apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,សូមអភ័យទោស! អ្នកមិនអាចលុបមតិបានបង្កើតដោយស្វ័យប្រវត្តិ
DocType: Website Theme,Style using CSS,រចនាប័ទ្មប្រើ CSS DocType: Website Theme,Style using CSS,រចនាប័ទ្មប្រើ CSS
apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,ចង្អុលបង្ហាញសេចក្តីយោង apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,ចង្អុលបង្ហាញសេចក្តីយោង
@@ -1126,7 +1127,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +127,Help on Searc
apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,បានចុះឈ្មោះប៉ុន្តែពិការ apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,បានចុះឈ្មោះប៉ុន្តែពិការ
DocType: DocType,Hide Copy,លាក់ចម្លង DocType: DocType,Hide Copy,លាក់ចម្លង
apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,ជម្រះតួនាទីទាំងអស់ apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,ជម្រះតួនាទីទាំងអស់
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +114,{0} generated on {1},{0} ដែលបានបង្កើតនៅលើ {1}
apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} ត្រូវតែមានតែមួយគត់ apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} ត្រូវតែមានតែមួយគត់
apps/frappe/frappe/permissions.py +274,Row,ជួរដេក apps/frappe/frappe/permissions.py +274,Row,ជួរដេក
DocType: DocType,Track Changes,តាមដានការផ្លាស់ប្តូរ DocType: DocType,Track Changes,តាមដានការផ្លាស់ប្តូរ
@@ -1177,11 +1177,11 @@ DocType: User,Github User ID,GitHub លេខសម្គាល់អ្នក
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,ប្រសិនបើមានប្រភេទឯកសារ apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,ប្រសិនបើមានប្រភេទឯកសារ
apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","មិនអាចលុបឬលុបចោលទេព្រោះ {0} <a href=""#Form/{0}/{1}"">{1}</a> ត្រូវបានផ្សារភ្ជាប់ជាមួយនឹងការ {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}" apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","មិនអាចលុបឬលុបចោលទេព្រោះ {0} <a href=""#Form/{0}/{1}"">{1}</a> ត្រូវបានផ្សារភ្ជាប់ជាមួយនឹងការ {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}"
apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},កម្មវិធីមិនស្គាល់ {0} apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},កម្មវិធីមិនស្គាល់ {0}
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +48,"%s is not a valid report format. Report format should \
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +49,"%s is not a valid report format. Report format should \
one of the following %s",% s មិនត្រឹមត្រូវទ្រង់ទ្រាយរបាយការណ៍មួយ។ ទ្រង់ទ្រាយរបាយការណ៍គួរមួយនៃ \% s ដែលខាងក្រោម one of the following %s",% s មិនត្រឹមត្រូវទ្រង់ទ្រាយរបាយការណ៍មួយ។ ទ្រង់ទ្រាយរបាយការណ៍គួរមួយនៃ \% s ដែលខាងក្រោម
DocType: Communication,Chat,ការជជែកកំសាន្ត DocType: Communication,Chat,ការជជែកកំសាន្ត
apps/frappe/frappe/core/doctype/doctype/doctype.py +408,Fieldname {0} appears multiple times in rows {1},Fieldname {0} ហាក់ដូចជាច្រើនដងក្នុងជួរដេក {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +460,{0} from {1} to {2} in row #{3},{0} ពី {1} ទៅ {2} នៅក្នុងជួរដេក # {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +412,Fieldname {0} appears multiple times in rows {1},Fieldname {0} ហាក់ដូចជាច្រើនដងក្នុងជួរដេក {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +462,{0} from {1} to {2} in row #{3},{0} ពី {1} ទៅ {2} នៅក្នុងជួរដេក # {3}
DocType: Communication,Expired,ផុតកំណត់ DocType: Communication,Expired,ផុតកំណត់
DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),ចំនួនជួរឈរសម្រាប់វាលមួយក្នុងក្រឡាចត្រង្គមួយ (ជួរឈរសរុបនៅក្នុងក្រឡាចត្រង្គមួយគួរតែមានតិចជាង 11) DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),ចំនួនជួរឈរសម្រាប់វាលមួយក្នុងក្រឡាចត្រង្គមួយ (ជួរឈរសរុបនៅក្នុងក្រឡាចត្រង្គមួយគួរតែមានតិចជាង 11)
DocType: DocType,System,របស់ប្រព័ន្ធ DocType: DocType,System,របស់ប្រព័ន្ធ
@@ -1196,7 +1196,7 @@ DocType: Help Article,Likes,ចុច Like
DocType: Website Settings,Top Bar,របារកំពូល DocType: Website Settings,Top Bar,របារកំពូល
DocType: GSuite Settings,Script Code,កូដស្គ្រីប DocType: GSuite Settings,Script Code,កូដស្គ្រីប
apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,បង្កើតអ្នកប្រើអ៊ីម៉ែល apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,បង្កើតអ្នកប្រើអ៊ីម៉ែល
apps/frappe/frappe/core/doctype/doctype/doctype.py +647,No Permissions Specified,គ្មានសិទ្ធិដែលបានបញ្ជាក់
apps/frappe/frappe/core/doctype/doctype/doctype.py +651,No Permissions Specified,គ្មានសិទ្ធិដែលបានបញ្ជាក់
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,ការកំណត់សកល: អ្នកប្រើប្រាស់នឹងអាចជ្រើសរូបតំណាងដែលបានពិនិត្យ apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,ការកំណត់សកល: អ្នកប្រើប្រាស់នឹងអាចជ្រើសរូបតំណាងដែលបានពិនិត្យ
apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} មិនត្រូវបានរកឃើញ apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} មិនត្រូវបានរកឃើញ
DocType: Custom Role,Custom Role,តួនាទីផ្ទាល់ខ្លួន DocType: Custom Role,Custom Role,តួនាទីផ្ទាល់ខ្លួន
@@ -1208,12 +1208,12 @@ DocType: Dropbox Settings,Dropbox Access Secret,Dropbox ចូលដំណើរ
apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,បន្ថែមសេចក្តីអធិប្បាយមួយទៀត apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,បន្ថែមសេចក្តីអធិប្បាយមួយទៀត
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,កែសម្រួល DOCTYPE apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,កែសម្រួល DOCTYPE
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,ជាវពីព្រឹត្តិបត្រ apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,ជាវពីព្រឹត្តិបត្រ
apps/frappe/frappe/core/doctype/doctype/doctype.py +507,Fold must come before a Section Break,បត់ត្រូវតែមកមុនពេលដែលបំបែកផ្នែក
apps/frappe/frappe/core/doctype/doctype/doctype.py +511,Fold must come before a Section Break,បត់ត្រូវតែមកមុនពេលដែលបំបែកផ្នែក
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,ស្ថិតនៅក្រោមការអភិវឌ្ឍន៍ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,ស្ថិតនៅក្រោមការអភិវឌ្ឍន៍
apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,បានកែប្រែចុងក្រោយដោយ apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,បានកែប្រែចុងក្រោយដោយ
DocType: Workflow State,hand-down,ដៃចុះ DocType: Workflow State,hand-down,ដៃចុះ
DocType: Address,GST State,រដ្ឋជីអេសធី DocType: Address,GST State,រដ្ឋជីអេសធី
apps/frappe/frappe/core/doctype/doctype/doctype.py +695,{0}: Cannot set Cancel without Submit,{0}: មិនអាចកំណត់ដោយមិនបានដាក់ស្នើបោះបង់
apps/frappe/frappe/core/doctype/doctype/doctype.py +699,{0}: Cannot set Cancel without Submit,{0}: មិនអាចកំណត់ដោយមិនបានដាក់ស្នើបោះបង់
DocType: Website Theme,Theme,ស្បែក DocType: Website Theme,Theme,ស្បែក
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,មានកំហុស។ apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,មានកំហុស។
DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,ប្តូរទិស URI ដែលបានចងទៅ Auth ក្រម DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,ប្តូរទិស URI ដែលបានចងទៅ Auth ក្រម
@@ -1252,7 +1252,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +7,
apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,បន្ថែមសេចក្តីអធិប្បាយ apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,បន្ថែមសេចក្តីអធិប្បាយ
DocType: DocField,Mandatory,ជាចាំបាច់ DocType: DocField,Mandatory,ជាចាំបាច់
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,ម៉ូឌុលនាំ apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,ម៉ូឌុលនាំ
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,{0}: No basic permissions set,{0}: មិនមានសំណុំសិទ្ធិជាមូលដ្ឋាន
apps/frappe/frappe/core/doctype/doctype/doctype.py +663,{0}: No basic permissions set,{0}: មិនមានសំណុំសិទ្ធិជាមូលដ្ឋាន
apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,ការជាវរបស់អ្នកនឹងផុតកំណត់នៅ {0} ។ apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,ការជាវរបស់អ្នកនឹងផុតកំណត់នៅ {0} ។
apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},ទាញយកតំណសម្រាប់បម្រុងទុករបស់អ្នកនឹងត្រូវបានផ្ញើតាមអ៊ីមែលនៅលើអាសយដ្ឋានអ៊ីម៉ែលដូចខាងក្រោម: {0} apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},ទាញយកតំណសម្រាប់បម្រុងទុករបស់អ្នកនឹងត្រូវបានផ្ញើតាមអ៊ីមែលនៅលើអាសយដ្ឋានអ៊ីម៉ែលដូចខាងក្រោម: {0}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","អត្ថន័យនៃការដាក់ស្នើ, បោះបង់ធ្វើវិសោធនកម្ម" apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","អត្ថន័យនៃការដាក់ស្នើ, បោះបង់ធ្វើវិសោធនកម្ម"
@@ -1267,6 +1267,7 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +129,Filters sa
DocType: DocField,Percent,ភាគរយ DocType: DocField,Percent,ភាគរយ
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,សូមកំណត់តម្រង apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,សូមកំណត់តម្រង
apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,ភ្ជាប់ជាមួយនឹង apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,ភ្ជាប់ជាមួយនឹង
apps/frappe/frappe/templates/emails/auto_email_report.html +48,Edit Auto Email Report Settings,កែសម្រួលការកំណត់របាយការណ៍អ៊ីម៉ែលស្វ័យប្រវត្តិ
DocType: Workflow State,book,សៀវភៅ DocType: Workflow State,book,សៀវភៅ
DocType: Website Settings,Landing Page,ទំព័រចុះចត DocType: Website Settings,Landing Page,ទំព័រចុះចត
apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,កំហុសក្នុងស្គ្រីបផ្ទាល់ខ្លួន apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,កំហុសក្នុងស្គ្រីបផ្ទាល់ខ្លួន
@@ -1275,7 +1276,7 @@ apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +132,"Import R
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,គ្មានសិទ្ធិកំណត់សម្រាប់លក្ខណៈវិនិច្ឆ័យនេះ។ apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,គ្មានសិទ្ធិកំណត់សម្រាប់លក្ខណៈវិនិច្ឆ័យនេះ។
DocType: Auto Email Report,Auto Email Report,របាយការណ៍អ៊ីមែលដោយស្វ័យប្រវត្តិ DocType: Auto Email Report,Auto Email Report,របាយការណ៍អ៊ីមែលដោយស្វ័យប្រវត្តិ
apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,អ៊ីម៉ែលអតិបរមា apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,អ៊ីម៉ែលអតិបរមា
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +575,Delete comment?,លុបមតិយោបល់?
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +577,Delete comment?,លុបមតិយោបល់?
DocType: Address Template,This format is used if country specific format is not found,ទ្រង់ទ្រាយនេះត្រូវបានប្រើប្រសិនបើទ្រង់ទ្រាយជាក់លាក់គឺមិនត្រូវបានរកឃើញថាប្រទេស DocType: Address Template,This format is used if country specific format is not found,ទ្រង់ទ្រាយនេះត្រូវបានប្រើប្រសិនបើទ្រង់ទ្រាយជាក់លាក់គឺមិនត្រូវបានរកឃើញថាប្រទេស
DocType: System Settings,Allow Login using Mobile Number,អនុញ្ញាតការចូលដោយប្រើលេខទូរស័ព្ទដៃ DocType: System Settings,Allow Login using Mobile Number,អនុញ្ញាតការចូលដោយប្រើលេខទូរស័ព្ទដៃ
apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,អ្នកមិនមានសិទ្ធិគ្រប់គ្រាន់ក្នុងការចូលដំណើរការធនធាននេះ។ សូមទាក់ទងអ្នកគ្រប់គ្រងរបស់អ្នកដើម្បីទទួលបានការចូលដំណើរការ។ apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,អ្នកមិនមានសិទ្ធិគ្រប់គ្រាន់ក្នុងការចូលដំណើរការធនធាននេះ។ សូមទាក់ទងអ្នកគ្រប់គ្រងរបស់អ្នកដើម្បីទទួលបានការចូលដំណើរការ។
@@ -1291,7 +1292,7 @@ DocType: Print Format,Monospace,ដកឃ្លា
DocType: Letter Head,Printing,ការបោះពុម្ព DocType: Letter Head,Printing,ការបោះពុម្ព
DocType: Workflow State,thumbs-up,មេដៃឡើង DocType: Workflow State,thumbs-up,មេដៃឡើង
DocType: DocPerm,DocPerm,DocPerm DocType: DocPerm,DocPerm,DocPerm
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Precision should be between 1 and 6,ភាពជាក់លាក់គួរតែត្រូវបានរវាង 1 និងទី 6
apps/frappe/frappe/core/doctype/doctype/doctype.py +467,Precision should be between 1 and 6,ភាពជាក់លាក់គួរតែត្រូវបានរវាង 1 និងទី 6
apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},fw: {0} apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},fw: {0}
apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,និង apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,និង
DocType: Error Snapshot,Frames,ស៊ុម DocType: Error Snapshot,Frames,ស៊ុម
@@ -1304,9 +1305,10 @@ apps/frappe/frappe/utils/boilerplate.py +263,{app_title},{app_title}
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,សូមកំណត់កូនសោកំណត់រចនាសម្ព័ន្ធការចូលដំណើរការ Dropbox ក្នុងតំបន់របស់អ្នក apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,សូមកំណត់កូនសោកំណត់រចនាសម្ព័ន្ធការចូលដំណើរការ Dropbox ក្នុងតំបន់របស់អ្នក
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,លុបកំណត់ត្រានេះដើម្បីឱ្យផ្ញើទៅកាន់អាសយដ្ឋានអ៊ីមែលនេះ apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,លុបកំណត់ត្រានេះដើម្បីឱ្យផ្ញើទៅកាន់អាសយដ្ឋានអ៊ីមែលនេះ
apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,មានតែវាលជាចាំបាច់គឺចាំបាច់សម្រាប់កំណត់ត្រាថ្មីមួយ។ អ្នកអាចលុបជួរឈរដែលមិនចាំបាច់ប្រសិនបើអ្នកចង់។ apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,មានតែវាលជាចាំបាច់គឺចាំបាច់សម្រាប់កំណត់ត្រាថ្មីមួយ។ អ្នកអាចលុបជួរឈរដែលមិនចាំបាច់ប្រសិនបើអ្នកចង់។
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +269,Unable to update event,មិនអាចធ្វើឱ្យទាន់សម័យដែលព្រឹត្តិការណ៍
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +262,Unable to update event,មិនអាចធ្វើឱ្យទាន់សម័យដែលព្រឹត្តិការណ៍
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,បញ្ចប់ការទូទាត់ apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,បញ្ចប់ការទូទាត់
apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","តម្រងត្រូវមាន 4 តម្លៃ (DOCTYPE, fieldname ប្រតិបត្តិករតម្លៃ): {0}" apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","តម្រងត្រូវមាន 4 តម្លៃ (DOCTYPE, fieldname ប្រតិបត្តិករតម្លៃ): {0}"
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,រកមិនឃើញគំរូអាស័យដ្ឋានលំនាំដើម។ សូមបង្កើតថ្មីមួយពីការរៀបចំ&gt; បោះពុម្ពនិងបង្កើតយីហោ&gt; ពុម្ពលើ។
apps/frappe/frappe/utils/bot.py +89,show,បង្ហាញ apps/frappe/frappe/utils/bot.py +89,show,បង្ហាញ
DocType: Address Template,Address Template,អាសយដ្ឋានទំព័រគំរូ DocType: Address Template,Address Template,អាសយដ្ឋានទំព័រគំរូ
DocType: Workflow State,text-height,កម្ពស់អត្ថបទ DocType: Workflow State,text-height,កម្ពស់អត្ថបទ
@@ -1359,7 +1361,6 @@ apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +6,Can Write
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.",ឯកសារជាក់លាក់មួយចំនួនដូចជាវិក័យប័ត្រមួយដែលមិនគួរត្រូវបានផ្លាស់ប្តូរផ្តាច់ព្រ័ត្រម្តង។ នៅរដ្ឋចុងក្រោយសម្រាប់ឯកសារទាំងនោះត្រូវបានគេហៅថាផ្តល់ជូន។ អ្នកអាចដាក់កម្រិតដែលមានតួនាទីអាចដាក់ស្នើ។ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.",ឯកសារជាក់លាក់មួយចំនួនដូចជាវិក័យប័ត្រមួយដែលមិនគួរត្រូវបានផ្លាស់ប្តូរផ្តាច់ព្រ័ត្រម្តង។ នៅរដ្ឋចុងក្រោយសម្រាប់ឯកសារទាំងនោះត្រូវបានគេហៅថាផ្តល់ជូន។ អ្នកអាចដាក់កម្រិតដែលមានតួនាទីអាចដាក់ស្នើ។
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,អ្នកមិនត្រូវបានអនុញ្ញាតឱ្យនាំចេញរបាយការណ៍នេះ apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,អ្នកមិនត្រូវបានអនុញ្ញាតឱ្យនាំចេញរបាយការណ៍នេះ
apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 ធាតុដែលបានជ្រើស apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 ធាតុដែលបានជ្រើស
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> រកមិនឃើញលទ្ធផលសម្រាប់ ' </p>
DocType: Newsletter,Test Email Address,ការធ្វើតេស្តអាសយដ្ឋានអ៊ីមែល DocType: Newsletter,Test Email Address,ការធ្វើតេស្តអាសយដ្ឋានអ៊ីមែល
DocType: ToDo,Sender,អ្នកផ្ញើ DocType: ToDo,Sender,អ្នកផ្ញើ
DocType: GSuite Settings,Google Apps Script,Google ស្គ្រីបកម្មវិធី DocType: GSuite Settings,Google Apps Script,Google ស្គ្រីបកម្មវិធី
@@ -1372,7 +1373,7 @@ DocType: System Settings,Allow only one session per user,អនុញ្ញា
apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,ច្បាប់ចម្លង apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,ច្បាប់ចម្លង
apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,ថតទំព័រដើម / ការធ្វើតេស្ត 1 / ការធ្វើតេស្តថត 3 apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,ថតទំព័រដើម / ការធ្វើតេស្ត 1 / ការធ្វើតេស្តថត 3
DocType: Website Settings,&lt;head&gt; HTML,&lt;ក្បាល&gt; របស់ HTML DocType: Website Settings,&lt;head&gt; HTML,&lt;ក្បាល&gt; របស់ HTML
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +66,Select or drag across time slots to create a new event.,ជ្រើសឬអូសកាត់រន្ធពេលវេលាដើម្បីបង្កើតព្រឹត្តិការណ៍ថ្មី។
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +67,Select or drag across time slots to create a new event.,ជ្រើសឬអូសកាត់រន្ធពេលវេលាដើម្បីបង្កើតព្រឹត្តិការណ៍ថ្មី។
DocType: DocField,In Filter,ក្នុងតម្រង DocType: DocField,In Filter,ក្នុងតម្រង
apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban
DocType: DocType,Show in Module Section,បង្ហាញក្នុងផ្នែកម៉ូឌុល DocType: DocType,Show in Module Section,បង្ហាញក្នុងផ្នែកម៉ូឌុល
@@ -1393,7 +1394,7 @@ apps/frappe/frappe/email/doctype/email_account/email_account_list.js +6,Default
apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,នាំចូល .zip apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,នាំចូល .zip
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,លេខសម្គាល់ឯកសារ apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,លេខសម្គាល់ឯកសារ
DocType: Print Settings,Letter,លិខិត DocType: Print Settings,Letter,លិខិត
apps/frappe/frappe/core/doctype/doctype/doctype.py +556,Image field must be of type Attach Image,វាលរូបភាពត្រូវតែមានប្រភេទភ្ជាប់រូបភាព
apps/frappe/frappe/core/doctype/doctype/doctype.py +560,Image field must be of type Attach Image,វាលរូបភាពត្រូវតែមានប្រភេទភ្ជាប់រូបភាព
DocType: DocField,Columns,ជួរឈរ DocType: DocField,Columns,ជួរឈរ
DocType: Async Task,Succeeded,ទទួលបានជោគជ័យ DocType: Async Task,Succeeded,ទទួលបានជោគជ័យ
apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},វាលដែលចាំបាច់តម្រូវឱ្យមាននៅ {0} apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},វាលដែលចាំបាច់តម្រូវឱ្យមាននៅ {0}
@@ -1443,7 +1444,7 @@ DocType: DocField,Text Editor,កម្មវិធីនិពន្ធអត
apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,ការកំណត់សម្រាប់អំពីយើងទំព័រ។ apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,ការកំណត់សម្រាប់អំពីយើងទំព័រ។
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,កែសម្រួល HTML ផ្ទាល់ខ្លួន apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,កែសម្រួល HTML ផ្ទាល់ខ្លួន
DocType: Error Snapshot,Error Snapshot,រូបថតកំហុសក្នុងការ DocType: Error Snapshot,Error Snapshot,រូបថតកំហុសក្នុងការ
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,In,ក្នុង
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,In,ក្នុង
DocType: Email Alert,Value Change,តម្លៃរបស់ការផ្លាស់ប្តូរ DocType: Email Alert,Value Change,តម្លៃរបស់ការផ្លាស់ប្តូរ
DocType: Standard Reply,Standard Reply,ឆ្លើយតបស្ដង់ដារ DocType: Standard Reply,Standard Reply,ឆ្លើយតបស្ដង់ដារ
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,ទទឹងនៃប្រអប់បញ្ចូល apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,ទទឹងនៃប្រអប់បញ្ចូល
@@ -1463,12 +1464,11 @@ apps/frappe/frappe/public/js/frappe/views/communication.js +82,Select Attachment
apps/frappe/frappe/model/naming.py +94, for {0},សម្រាប់ {0} apps/frappe/frappe/model/naming.py +94, for {0},សម្រាប់ {0}
apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,មានកំហុស។ សូមរាយការណ៍នេះ។ apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,មានកំហុស។ សូមរាយការណ៍នេះ។
apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,អ្នកមិនត្រូវបានអនុញ្ញាតឱ្យបោះពុម្ពឯកសារនេះ apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,អ្នកមិនត្រូវបានអនុញ្ញាតឱ្យបោះពុម្ពឯកសារនេះ
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +107,Please set filters value in Report Filter table.,សូមកំណត់តម្លៃតម្រងក្នុងតារាងរបាយការណ៍តម្រង។
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +120,Please set filters value in Report Filter table.,សូមកំណត់តម្លៃតម្រងក្នុងតារាងរបាយការណ៍តម្រង។
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,កំពុងផ្ទុករបាយការណ៍ apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,កំពុងផ្ទុករបាយការណ៍
apps/frappe/frappe/limits.py +72,Your subscription will expire today.,ការជាវរបស់អ្នកនឹងផុតកំណត់នៅថ្ងៃនេះ។ apps/frappe/frappe/limits.py +72,Your subscription will expire today.,ការជាវរបស់អ្នកនឹងផុតកំណត់នៅថ្ងៃនេះ។
DocType: Page,Standard,ស្ដង់ដារ DocType: Page,Standard,ស្ដង់ដារ
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,ភ្ជាប់ឯកសារ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,ភ្ជាប់ឯកសារ
apps/frappe/frappe/templates/emails/password_update.html +1,Password Update Notification,សេចក្តីជូនដំណឹងស្តីពីការធ្វើឱ្យទាន់សម័យពាក្យសម្ងាត់
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,ទំហំ apps/frappe/frappe/desk/page/backups/backups.html +13,Size,ទំហំ
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,ការផ្តល់តម្លៃពេញលេញ apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,ការផ្តល់តម្លៃពេញលេញ
DocType: Custom DocPerm,User Permission DocTypes,DOCTYPE សិទ្ធិរបស់អ្នកប្រើប្រាស់ DocType: Custom DocPerm,User Permission DocTypes,DOCTYPE សិទ្ធិរបស់អ្នកប្រើប្រាស់
@@ -1481,6 +1481,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +10,Insert Abo
apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,ឈ្មោះទូទៅនិងគោត្តនាមងាយស្រួលក្នុងការស្មាន។ apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,ឈ្មោះទូទៅនិងគោត្តនាមងាយស្រួលក្នុងការស្មាន។
apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,សេចក្តីព្រាងច្បាប់ apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,សេចក្តីព្រាងច្បាប់
apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,នេះគឺស្រដៀងគ្នាទៅនឹងពាក្យសម្ងាត់បានប្រើជាទូទៅ។ apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,នេះគឺស្រដៀងគ្នាទៅនឹងពាក្យសម្ងាត់បានប្រើជាទូទៅ។
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> រកមិនឃើញលទ្ធផលសម្រាប់ ' </p>
DocType: User,Female,ស្រី DocType: User,Female,ស្រី
DocType: Print Settings,Modern,សម័យទំនើប DocType: Print Settings,Modern,សម័យទំនើប
apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,លទ្ធផលនៃការស្វែងរក apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,លទ្ធផលនៃការស្វែងរក
@@ -1535,7 +1536,7 @@ apps/frappe/frappe/core/doctype/file/file_list.js +65,Folder name should not inc
DocType: Note,Note,ចំណាំ DocType: Note,Note,ចំណាំ
apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,របាយការណ៍កំហុស &amp; ‧; apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,របាយការណ៍កំហុស &amp; ‧;
apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,លក្ខខណ្ឌមតិអ្នកប្រើមិនត្រូវគ្នា apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,លក្ខខណ្ឌមតិអ្នកប្រើមិនត្រូវគ្នា
apps/frappe/frappe/core/doctype/doctype/doctype.py +570,Timeline field must be a valid fieldname,វាលកំណត់ពេលវេលាត្រូវតែជា fieldname ត្រឹមត្រូវ
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a valid fieldname,វាលកំណត់ពេលវេលាត្រូវតែជា fieldname ត្រឹមត្រូវ
DocType: Currency,Symbol,និមិត្តសញ្ញា DocType: Currency,Symbol,និមិត្តសញ្ញា
apps/frappe/frappe/model/base_document.py +534,Row #{0}:,ជួរដេក # {0}: apps/frappe/frappe/model/base_document.py +534,Row #{0}:,ជួរដេក # {0}:
apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,ពាក្យសម្ងាត់ថ្មីតាមអ៊ីមែលនៅ apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,ពាក្យសម្ងាត់ថ្មីតាមអ៊ីមែលនៅ
@@ -1592,8 +1593,7 @@ DocType: Web Page,Text Align,អត្ថបទតម្រឹម
apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},ឈ្មោះមិនអាចមានតួអក្សរពិសេសដូចជា {0} apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},ឈ្មោះមិនអាចមានតួអក្សរពិសេសដូចជា {0}
DocType: Contact Us Settings,Forward To Email Address,បញ្ចូនបន្តទៅអាសយដ្ឋានអ៊ីម៉ែ DocType: Contact Us Settings,Forward To Email Address,បញ្ចូនបន្តទៅអាសយដ្ឋានអ៊ីម៉ែ
apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,បង្ហាញទិន្នន័យទាំងអស់ apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,បង្ហាញទិន្នន័យទាំងអស់
apps/frappe/frappe/core/doctype/doctype/doctype.py +527,Title field must be a valid fieldname,វាលចំណងជើងត្រូវតែជា fieldname ដែលមានសុពលភាព
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,មិនមានគណនីអ៊ីម៉ែល។ សូមបង្កើតគណនីអ៊ីម៉ែលថ្មីមួយពីការរៀបចំ&gt; អ៊ីម៉ែល&gt; គណនីអ៊ីម៉ែល
apps/frappe/frappe/core/doctype/doctype/doctype.py +531,Title field must be a valid fieldname,វាលចំណងជើងត្រូវតែជា fieldname ដែលមានសុពលភាព
apps/frappe/frappe/config/core.py +7,Documents,ឯកសារ apps/frappe/frappe/config/core.py +7,Documents,ឯកសារ
DocType: Email Flag Queue,Is Completed,ត្រូវបានបញ្ចប់ DocType: Email Flag Queue,Is Completed,ត្រូវបានបញ្ចប់
apps/frappe/frappe/www/me.html +22,Edit Profile,កែសម្រួលទម្រង់ apps/frappe/frappe/www/me.html +22,Edit Profile,កែសម្រួលទម្រង់
@@ -1645,7 +1645,7 @@ DocType: Standard Reply,Standard Reply Help,ជំនួយឆ្លើយតប
DocType: Blogger,Avatar,Avatar DocType: Blogger,Avatar,Avatar
DocType: Blogger,Posts,ប្រកាស DocType: Blogger,Posts,ប្រកាស
DocType: DocType,Has Web View,មានមើលបណ្តាញ DocType: DocType,Has Web View,មានមើលបណ្តាញ
apps/frappe/frappe/core/doctype/doctype/doctype.py +377,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores",ឈ្មោះ DOCTYPE គួរតែចាប់ផ្តើមជាមួយលិខិតមួយហើយវាគ្រាន់តែអាចមានអក្សរលេខនិងសញ្ញាគូសចន្លោះ
apps/frappe/frappe/core/doctype/doctype/doctype.py +381,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores",ឈ្មោះ DOCTYPE គួរតែចាប់ផ្តើមជាមួយលិខិតមួយហើយវាគ្រាន់តែអាចមានអក្សរលេខនិងសញ្ញាគូសចន្លោះ
DocType: Communication,Spam,សារឥតបានការ DocType: Communication,Spam,សារឥតបានការ
DocType: Integration Request,Integration Request,សំណើសមាហរណកម្ម DocType: Integration Request,Integration Request,សំណើសមាហរណកម្ម
apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,សូមគោរព apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,សូមគោរព
@@ -1681,7 +1681,7 @@ DocType: Website Settings,Sub-domain provided by erpnext.com,អនុដែន
DocType: System Settings,dd-mm-yyyy,DD-MM-YYYY DocType: System Settings,dd-mm-yyyy,DD-MM-YYYY
apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,ត្រូវតែមានសិទ្ធិរបាយការណ៍ទទួលបានរបាយការណ៍នេះ។ apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,ត្រូវតែមានសិទ្ធិរបាយការណ៍ទទួលបានរបាយការណ៍នេះ។
apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,សូមជ្រើសពាក្យសម្ងាត់អប្បបរមាពិន្ទុ apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,សូមជ្រើសពាក្យសម្ងាត់អប្បបរមាពិន្ទុ
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,Added,បានបន្ថែម
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,Added,បានបន្ថែម
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.","ធ្វើឱ្យទាន់សម័យតែប៉ុណ្ណោះ, មិនបញ្ចូលកំណត់ត្រាថ្មី។" apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.","ធ្វើឱ្យទាន់សម័យតែប៉ុណ្ណោះ, មិនបញ្ចូលកំណត់ត្រាថ្មី។"
apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,ជារៀងរាល់ថ្ងៃត្រូវបានផ្ញើព្រឹត្តិការណ៍សង្ខេបព្រឹត្តិការណ៍ប្រតិទិនដែលជាកន្លែងសម្រាប់ការរំលឹករបស់អ្នកត្រូវបានកំណត់។ apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,ជារៀងរាល់ថ្ងៃត្រូវបានផ្ញើព្រឹត្តិការណ៍សង្ខេបព្រឹត្តិការណ៍ប្រតិទិនដែលជាកន្លែងសម្រាប់ការរំលឹករបស់អ្នកត្រូវបានកំណត់។
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,មើលវែបសាយ apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,មើលវែបសាយ
@@ -1695,7 +1695,7 @@ DocType: Integration Request,Reference DocName,សេចក្តីយោង Do
DocType: Web Form,Success Message,ទទួលបានភាពជោគជ័យសារ DocType: Web Form,Success Message,ទទួលបានភាពជោគជ័យសារ
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,នាំចេញប្តូរតាមបំណង apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,នាំចេញប្តូរតាមបំណង
DocType: DocType,User Cannot Search,អ្នកប្រើដែលមិនអាចស្វែងរក DocType: DocType,User Cannot Search,អ្នកប្រើដែលមិនអាចស្វែងរក
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +83,Invalid Output Format,ទ្រង់ទ្រាយលទ្ធផលមិនត្រឹមត្រូវ
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Invalid Output Format,ទ្រង់ទ្រាយលទ្ធផលមិនត្រឹមត្រូវ
DocType: Custom DocPerm,Apply this rule if the User is the Owner,អនុវត្តក្បួននេះបើអ្នកប្រើត្រូវបានម្ចាស់ DocType: Custom DocPerm,Apply this rule if the User is the Owner,អនុវត្តក្បួននេះបើអ្នកប្រើត្រូវបានម្ចាស់
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,នឹងមានលេខសម្គាល់ការចូលរបស់អ្នក apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,នឹងមានលេខសម្គាល់ការចូលរបស់អ្នក
apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,កសាងរបាយការណ៍ apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,កសាងរបាយការណ៍
@@ -1713,10 +1713,11 @@ apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +138,There were e
apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,បិទការ apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,បិទការ
apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,មិនអាចផ្លាស់ប្តូ docstatus ពី 0 ទៅ 2 apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,មិនអាចផ្លាស់ប្តូ docstatus ពី 0 ទៅ 2
DocType: User Permission for Page and Report,Roles Permission,តួនាទីសិទ្ធិ DocType: User Permission for Page and Report,Roles Permission,តួនាទីសិទ្ធិ
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,មិនមានគណនីអ៊ីម៉ែល។ សូមបង្កើតគណនីអ៊ីម៉ែលថ្មីមួយពីការរៀបចំ&gt; អ៊ីម៉ែល&gt; គណនីអ៊ីម៉ែល
apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,ធ្វើឱ្យទាន់សម័យ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,ធ្វើឱ្យទាន់សម័យ
DocType: Error Snapshot,Snapshot View,រូបថតមើល DocType: Error Snapshot,Snapshot View,រូបថតមើល
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,សូមរក្សាទុកព្រឹត្តិប័ត្រព័ត៌មានមុនពេលបញ្ជូន apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,សូមរក្សាទុកព្រឹត្តិប័ត្រព័ត៌មានមុនពេលបញ្ជូន
apps/frappe/frappe/core/doctype/doctype/doctype.py +426,Options must be a valid DocType for field {0} in row {1},ជម្រើសត្រូវតែជា DOCTYPE សុពលភាពសម្រាប់វាល {0} នៅក្នុងជួរដេក {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +430,Options must be a valid DocType for field {0} in row {1},ជម្រើសត្រូវតែជា DOCTYPE សុពលភាពសម្រាប់វាល {0} នៅក្នុងជួរដេក {1}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,កែសម្រួលលក្ខណៈសម្បត្តិ apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,កែសម្រួលលក្ខណៈសម្បត្តិ
DocType: Patch Log,List of patches executed,បញ្ជីនៃបំណះត្រូវបានប្រតិបត្តិ DocType: Patch Log,List of patches executed,បញ្ជីនៃបំណះត្រូវបានប្រតិបត្តិ
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} មិនជាវរួចទៅហើយ apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} មិនជាវរួចទៅហើយ
@@ -1809,7 +1810,7 @@ apps/frappe/frappe/core/doctype/version/version_view.html +32,Rows Added,ជួ
apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,ជោគជ័យ! អ្នកគឺជាការល្អដើម្បីចូលទៅ👍 apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,ជោគជ័យ! អ្នកគឺជាការល្អដើម្បីចូលទៅ👍
apps/frappe/frappe/www/me.html +3,My Account,គណនីរបស់ខ្ញុំ apps/frappe/frappe/www/me.html +3,My Account,គណនីរបស់ខ្ញុំ
DocType: ToDo,Allocated To,បម្រុងទុកសម្រាប់ DocType: ToDo,Allocated To,បម្រុងទុកសម្រាប់
apps/frappe/frappe/templates/emails/password_reset.html +4,Please click on the following link to set your new password,សូមចុចលើតំណខាងក្រោមដើម្បីកំណត់ពាក្យសម្ងាត់ថ្មីរបស់អ្នក
apps/frappe/frappe/templates/emails/password_reset.html +2,Please click on the following link to set your new password,សូមចុចលើតំណខាងក្រោមដើម្បីកំណត់ពាក្យសម្ងាត់ថ្មីរបស់អ្នក
DocType: Email Alert,Days After,ថ្ងៃបន្ទាប់ពីការ DocType: Email Alert,Days After,ថ្ងៃបន្ទាប់ពីការ
DocType: Newsletter,Receipient,អ្នកទទួល DocType: Newsletter,Receipient,អ្នកទទួល
DocType: Contact Us Settings,Settings for Contact Us Page,ការកំណត់សម្រាប់ទំនាក់ទំនងយើងទំព័រ DocType: Contact Us Settings,Settings for Contact Us Page,ការកំណត់សម្រាប់ទំនាក់ទំនងយើងទំព័រ
@@ -1823,7 +1824,7 @@ DocType: Property Setter,Property Type,ប្រភេទអចលនទ្រ
DocType: Workflow State,screenshot,រូបថតអេក្រង់ DocType: Workflow State,screenshot,រូបថតអេក្រង់
apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,មានតែអ្នកគ្រប់គ្រងអាចរក្សាទុករបាយការណ៍ស្តង់ដារមួយ។ សូមប្តូរឈ្មោះនិងរក្សាទុក។ apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,មានតែអ្នកគ្រប់គ្រងអាចរក្សាទុករបាយការណ៍ស្តង់ដារមួយ។ សូមប្តូរឈ្មោះនិងរក្សាទុក។
DocType: System Settings,Background Workers,កម្មករផ្ទៃខាងក្រោយ DocType: System Settings,Background Workers,កម្មករផ្ទៃខាងក្រោយ
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,Fieldname {0} conflicting with meta object,Fieldname {0} ការប៉ះទង្គិចជាមួយវត្ថុមេតា
apps/frappe/frappe/core/doctype/doctype/doctype.py +783,Fieldname {0} conflicting with meta object,Fieldname {0} ការប៉ះទង្គិចជាមួយវត្ថុមេតា
DocType: Deleted Document,Data,ទិន្នន័យដែលបាន DocType: Deleted Document,Data,ទិន្នន័យដែលបាន
apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,ស្ថានភាពឯកសារ apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,ស្ថានភាពឯកសារ
apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},អ្នកបានធ្វើ {0} {1} នៃ apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},អ្នកបានធ្វើ {0} {1} នៃ
@@ -1888,7 +1889,6 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +70,"""Parent"" signif
DocType: Website Theme,Apply Style,អនុវត្តរចនាប័ទ្ម DocType: Website Theme,Apply Style,អនុវត្តរចនាប័ទ្ម
DocType: Feedback Request,Feedback Rating,មតិអ្នកវាយតម្លៃ DocType: Feedback Request,Feedback Rating,មតិអ្នកវាយតម្លៃ
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,ចែករំលែកជាមួយ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,ចែករំលែកជាមួយ
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,ការតំឡើង&gt; កម្មវិធីគ្រប់គ្រងការអនុញ្ញាតអ្នកប្រើ
DocType: Help Category,Help Articles,អត្ថបទជំនួយ DocType: Help Category,Help Articles,អត្ថបទជំនួយ
,Modules Setup,ម៉ូឌុលការរៀបចំ ,Modules Setup,ម៉ូឌុលការរៀបចំ
apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,ប្រភេទ: apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,ប្រភេទ:
@@ -1936,12 +1936,11 @@ apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 2,ជ
DocType: Feedback Trigger,Email Field,វាលអ៊ីមែល DocType: Feedback Trigger,Email Field,វាលអ៊ីមែល
apps/frappe/frappe/www/update-password.html +59,New Password Required.,ពាក្យសម្ងាត់ថ្មីត្រូវការ។ apps/frappe/frappe/www/update-password.html +59,New Password Required.,ពាក្យសម្ងាត់ថ្មីត្រូវការ។
apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} ចែករំលែកឯកសារនេះជាមួយនឹង {1} apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} ចែករំលែកឯកសារនេះជាមួយនឹង {1}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,ដំឡើង&gt; អ្នកប្រើ
DocType: Website Settings,Brand Image,រូបភាពយីហោ DocType: Website Settings,Brand Image,រូបភាពយីហោ
DocType: Print Settings,A4,រថយន្ត A4 DocType: Print Settings,A4,រថយន្ត A4
apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.",ការរៀបចំនៃរបាររុករកកំពូលរបស់បាតកថានិងស្លាកសញ្ញា។ apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.",ការរៀបចំនៃរបាររុករកកំពូលរបស់បាតកថានិងស្លាកសញ្ញា។
DocType: Web Form Field,Max Value,តម្លៃអតិបរមា DocType: Web Form Field,Max Value,តម្លៃអតិបរមា
apps/frappe/frappe/core/doctype/doctype/doctype.py +655,For {0} at level {1} in {2} in row {3},សម្រាប់ {0} នៅក្នុងកម្រិត {1} នៅក្នុង {2} នៅក្នុងជួរដេក {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,For {0} at level {1} in {2} in row {3},សម្រាប់ {0} នៅក្នុងកម្រិត {1} នៅក្នុង {2} នៅក្នុងជួរដេក {3}
DocType: Contact,All,ទាំងអស់ DocType: Contact,All,ទាំងអស់
DocType: Email Queue,Recipient,អ្នកទទួល DocType: Email Queue,Recipient,អ្នកទទួល
DocType: Communication,Has Attachment,មានឯកសារភ្ជាប់ DocType: Communication,Has Attachment,មានឯកសារភ្ជាប់
@@ -1959,7 +1958,7 @@ DocType: Auto Email Report,Email To,ផ្ញើអ៊ីមែលទៅ
apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,ថត {0} គឺមិនទទេ apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,ថត {0} គឺមិនទទេ
DocType: Page,Roles,តួនាទី DocType: Page,Roles,តួនាទី
apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},កំហុស: បាត់ខ្លួនសម្រាប់តម្លៃ {0} {1} apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},កំហុស: បាត់ខ្លួនសម្រាប់តម្លៃ {0} {1}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +286,Field {0} is not selectable.,វាល {0} គឺជាការមិនជ្រើស។
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +287,Field {0} is not selectable.,វាល {0} គឺជាការមិនជ្រើស។
DocType: System Settings,Session Expiry,ផុតកំណត់សម័យប្រជុំ DocType: System Settings,Session Expiry,ផុតកំណត់សម័យប្រជុំ
DocType: Workflow State,ban-circle,ការហាមឃាត់-រង្វង់ DocType: Workflow State,ban-circle,ការហាមឃាត់-រង្វង់
DocType: Email Flag Queue,Unread,មិនទាន់អាន DocType: Email Flag Queue,Unread,មិនទាន់អាន
@@ -2018,7 +2017,7 @@ DocType: DocType,"Naming Options:
<ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",ការដាក់ឈ្មោះជម្រើស: <ol><li> <b>វាល: [fieldname]</b> - តាមវាល </li><li> <b>naming_series:</b> - ដោយដាក់ឈ្មោះស៊េរី (វាលដែលគេហៅថា naming_series ត្រូវតែមានវត្តមាន </li><li> <b>ប្រអប់បញ្ចូលជា</b> - អ្នកប្រើប្រអប់បញ្ចូលឈ្មោះមួយ </li><li> <b>[ស៊េរី]</b> - កម្រងដោយបុព្វបទ (បំបែកដោយសញ្ញាចុចមួយ); ឧទាហរណ៍មុន។ ##### </li></ol> <ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",ការដាក់ឈ្មោះជម្រើស: <ol><li> <b>វាល: [fieldname]</b> - តាមវាល </li><li> <b>naming_series:</b> - ដោយដាក់ឈ្មោះស៊េរី (វាលដែលគេហៅថា naming_series ត្រូវតែមានវត្តមាន </li><li> <b>ប្រអប់បញ្ចូលជា</b> - អ្នកប្រើប្រអប់បញ្ចូលឈ្មោះមួយ </li><li> <b>[ស៊េរី]</b> - កម្រងដោយបុព្វបទ (បំបែកដោយសញ្ញាចុចមួយ); ឧទាហរណ៍មុន។ ##### </li></ol>
DocType: Blog Post,Email Sent,អ៊ីម៉ែល DocType: Blog Post,Email Sent,អ៊ីម៉ែល
DocType: DocField,Ignore XSS Filter,មិនអើពើតម្រង XSS DocType: DocField,Ignore XSS Filter,មិនអើពើតម្រង XSS
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,removed,បានយកចេញ
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,removed,បានយកចេញ
apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,កំណត់ការបម្រុងទុក Dropbox apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,កំណត់ការបម្រុងទុក Dropbox
apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,ផ្ញើជាអ៊ីម៉ែល apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,ផ្ញើជាអ៊ីម៉ែល
DocType: Website Theme,Link Color,តំណពណ៌ DocType: Website Theme,Link Color,តំណពណ៌
@@ -2155,6 +2154,7 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,ឆ
DocType: DocType,Setup,ការដំឡើង DocType: DocType,Setup,ការដំឡើង
DocType: Email Account,Initial Sync Count,ធ្វើសមកាលកម្មដំបូងរាប់ DocType: Email Account,Initial Sync Count,ធ្វើសមកាលកម្មដំបូងរាប់
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},មតិយោបល់ថ្មីនៅលើ {0} {1} apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},មតិយោបល់ថ្មីនៅលើ {0} {1}
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} ឆ្នាំមុន
DocType: Workflow State,glass,កញ្ចក់ DocType: Workflow State,glass,កញ្ចក់
DocType: DocType,Timeline Field,វាលកំណត់ពេលវេលា DocType: DocType,Timeline Field,វាលកំណត់ពេលវេលា
DocType: Country,Time Zones,តំបន់ពេលវេលា DocType: Country,Time Zones,តំបន់ពេលវេលា
@@ -2189,10 +2189,10 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +77,You are not
apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,ពត៌មាន: apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,ពត៌មាន:
DocType: Custom Field,Permission Level,កម្រិតសិទ្ធិ DocType: Custom Field,Permission Level,កម្រិតសិទ្ធិ
DocType: User,Send Notifications for Transactions I Follow,ផ្ញើការជូនដំណឹងសម្រាប់ប្រតិបត្តិការខ្ញុំសូមអនុវត្ត DocType: User,Send Notifications for Transactions I Follow,ផ្ញើការជូនដំណឹងសម្រាប់ប្រតិបត្តិការខ្ញុំសូមអនុវត្ត
apps/frappe/frappe/core/doctype/doctype/doctype.py +698,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: មិនអាចកំណត់ការដាក់ស្នើ, បោះបង់ធ្វើវិសោធនកម្មដោយគ្មានការសរសេរ"
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: មិនអាចកំណត់ការដាក់ស្នើ, បោះបង់ធ្វើវិសោធនកម្មដោយគ្មានការសរសេរ"
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,តើអ្នកពិតជាចង់លុបឯកសារភ្ជាប់ហើយឬនៅ? apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,តើអ្នកពិតជាចង់លុបឯកសារភ្ជាប់ហើយឬនៅ?
apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","មិនអាចលុបឬលុបចោលទេព្រោះ {0} <a href=""#Form/{0}/{1}"">{1}</a> ត្រូវបានផ្សារភ្ជាប់ជាមួយនឹងការ {2} <a href=""#Form/{2}/{3}"">{3}</a>" apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","មិនអាចលុបឬលុបចោលទេព្រោះ {0} <a href=""#Form/{0}/{1}"">{1}</a> ត្រូវបានផ្សារភ្ជាប់ជាមួយនឹងការ {2} <a href=""#Form/{2}/{3}"">{3}</a>"
apps/frappe/frappe/__init__.py +1070,Thank you,សូមអរគុណអ្នក
apps/frappe/frappe/__init__.py +1071,Thank you,សូមអរគុណអ្នក
apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,ការរក្សាទុកដោយ apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,ការរក្សាទុកដោយ
DocType: Print Settings,Print Style Preview,បោះពុម្ពរចនាប័ទ្មមើលជាមុន DocType: Print Settings,Print Style Preview,បោះពុម្ពរចនាប័ទ្មមើលជាមុន
apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder
@@ -2237,7 +2237,7 @@ apps/frappe/frappe/public/js/frappe/list/list_renderer.js +501,2 days ago,2 ថ
apps/frappe/frappe/config/website.py +47,Categorize blog posts.,ប្រភេទប្រកាសកំណត់ហេតុបណ្ដាញ។ apps/frappe/frappe/config/website.py +47,Categorize blog posts.,ប្រភេទប្រកាសកំណត់ហេតុបណ្ដាញ។
DocType: Workflow State,Time,ម៉ោង DocType: Workflow State,Time,ម៉ោង
DocType: DocField,Attach,ភ្ជាប់ DocType: DocField,Attach,ភ្ជាប់
apps/frappe/frappe/core/doctype/doctype/doctype.py +539,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} គឺមិនមែនលំនាំ fieldname ត្រឹមត្រូវ។ វាគួរតែត្រូវ {{FIELD_NAME}} ។
apps/frappe/frappe/core/doctype/doctype/doctype.py +543,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} គឺមិនមែនលំនាំ fieldname ត្រឹមត្រូវ។ វាគួរតែត្រូវ {{FIELD_NAME}} ។
DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,ផ្ញើមតិសំណើរតែប៉ុណ្ណោះប្រសិនបើមានគឺជាការទំនាក់ទំនងយ៉ាងហោចណាស់មួយគឺអាចប្រើបានសម្រាប់ឯកសារ។ DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,ផ្ញើមតិសំណើរតែប៉ុណ្ណោះប្រសិនបើមានគឺជាការទំនាក់ទំនងយ៉ាងហោចណាស់មួយគឺអាចប្រើបានសម្រាប់ឯកសារ។
DocType: Custom Role,Permission Rules,វិធានការអនុញ្ញាត DocType: Custom Role,Permission Rules,វិធានការអនុញ្ញាត
DocType: GSuite Settings,GSuite Settings,ការកំណត់ GSuite DocType: GSuite Settings,GSuite Settings,ការកំណត់ GSuite
@@ -2257,7 +2257,7 @@ apps/frappe/frappe/website/doctype/blog_post/blog_post.py +106,Posts by {0},ប
apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.",ទៅជួរឈរទ្រង់ទ្រាយដែលបានផ្តល់ឱ្យស្លាកជួរឈរក្នុងសំណួរ។ apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.",ទៅជួរឈរទ្រង់ទ្រាយដែលបានផ្តល់ឱ្យស្លាកជួរឈរក្នុងសំណួរ។
DocType: Has Domain,Has Domain,មានដែន DocType: Has Domain,Has Domain,មានដែន
apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,មិនមានគណនីមួយ? ចុះឈ្មោះ apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,មិនមានគណនីមួយ? ចុះឈ្មោះ
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,{0}: Cannot set Assign Amend if not Submittable,{0}: មិនអាចកំណត់ការផ្តល់តម្លៃឱ្យធ្វើវិសោធនកម្មប្រសិនបើមិនបានបញ្ជូន
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set Assign Amend if not Submittable,{0}: មិនអាចកំណត់ការផ្តល់តម្លៃឱ្យធ្វើវិសោធនកម្មប្រសិនបើមិនបានបញ្ជូន
DocType: Address,Bihar,ប៊ីហារ DocType: Address,Bihar,ប៊ីហារ
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,សិទ្ធិកែសម្រួលតួនាទី apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,សិទ្ធិកែសម្រួលតួនាទី
DocType: Communication,Link DocType,DOCTYPE តំណ DocType: Communication,Link DocType,DOCTYPE តំណ
@@ -2308,7 +2308,7 @@ DocType: DocField,Set non-standard precision for a Float or Currency field,ក
DocType: Email Account,Ignore attachments over this size,មិនអើពើការភ្ជាប់ឯកសារនៅលើទំហំនេះ DocType: Email Account,Ignore attachments over this size,មិនអើពើការភ្ជាប់ឯកសារនៅលើទំហំនេះ
DocType: Address,Preferred Billing Address,វិក័យប័ត្រអាសយដ្ឋានដែលពេញចិត្ត DocType: Address,Preferred Billing Address,វិក័យប័ត្រអាសយដ្ឋានដែលពេញចិត្ត
apps/frappe/frappe/config/integrations.py +63,External Documents,ឯកសារខាងក្រៅ apps/frappe/frappe/config/integrations.py +63,External Documents,ឯកសារខាងក្រៅ
apps/frappe/frappe/database.py +235,Too many writes in one request. Please send smaller requests,ជាច្រើនផងដែរបានសរសេរនៅក្នុងសំណើរមួយ។ សូមផ្ញើសំណើទំហំតូច
apps/frappe/frappe/database.py +247,Too many writes in one request. Please send smaller requests,ជាច្រើនផងដែរបានសរសេរនៅក្នុងសំណើរមួយ។ សូមផ្ញើសំណើទំហំតូច
apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,តម្លៃផ្លាស់ប្តូរ apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,តម្លៃផ្លាស់ប្តូរ
DocType: Workflow State,arrow-up,ព្រួញឡើងលើ DocType: Workflow State,arrow-up,ព្រួញឡើងលើ
DocType: OAuth Bearer Token,Expires In,ផុតកំណត់នៅ DocType: OAuth Bearer Token,Expires In,ផុតកំណត់នៅ
@@ -2356,7 +2356,7 @@ apps/frappe/frappe/core/page/data_import_tool/importer.py +81,Please make sure t
apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,សូមប្រាកដថាទម្រង់របស់អ្នកមានអាសយដ្ឋានអ៊ីម៉ែល apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,សូមប្រាកដថាទម្រង់របស់អ្នកមានអាសយដ្ឋានអ៊ីម៉ែល
apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,ការផ្លាស់ប្តូរមិនបានរក្សាទុកដែលអ្នកមាននៅក្នុងសំណុំបែបបទនេះ។ សូមរក្សាទុកមុនពេលអ្នកបន្ត។ apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,ការផ្លាស់ប្តូរមិនបានរក្សាទុកដែលអ្នកមាននៅក្នុងសំណុំបែបបទនេះ។ សូមរក្សាទុកមុនពេលអ្នកបន្ត។
DocType: Address,Telangana,Telangana DocType: Address,Telangana,Telangana
apps/frappe/frappe/core/doctype/doctype/doctype.py +459,Default for {0} must be an option,លំនាំដើមសម្រាប់ {0} ត្រូវតែជាជម្រើសមួយ
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Default for {0} must be an option,លំនាំដើមសម្រាប់ {0} ត្រូវតែជាជម្រើសមួយ
DocType: Tag Doc Category,Tag Doc Category,ស្លាកប្រភេទដុក DocType: Tag Doc Category,Tag Doc Category,ស្លាកប្រភេទដុក
DocType: User,User Image,រូបភាពរបស់អ្នកប្រើ DocType: User,User Image,រូបភាពរបស់អ្នកប្រើ
apps/frappe/frappe/email/queue.py +304,Emails are muted,អ៊ីម៉ែលគឺមានបំបិទ apps/frappe/frappe/email/queue.py +304,Emails are muted,អ៊ីម៉ែលគឺមានបំបិទ
@@ -2401,7 +2401,7 @@ DocType: Async Task,Running,ការរត់
apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,ពាក្យសម្ងាត់កំណត់ឡើងវិញ apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,ពាក្យសម្ងាត់កំណត់ឡើងវិញ
apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,សូមធ្វើឱ្យប្រសើរឡើងបន្ថែម {0} អតិថិជន apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,សូមធ្វើឱ្យប្រសើរឡើងបន្ថែម {0} អតិថិជន
DocType: Workflow State,hand-left,ដៃឆ្វេង DocType: Workflow State,hand-left,ដៃឆ្វេង
apps/frappe/frappe/core/doctype/doctype/doctype.py +472,Fieldtype {0} for {1} cannot be unique,Fieldtype {0} {1} សម្រាប់ការមិនអាចមានតែមួយគត់
apps/frappe/frappe/core/doctype/doctype/doctype.py +476,Fieldtype {0} for {1} cannot be unique,Fieldtype {0} {1} សម្រាប់ការមិនអាចមានតែមួយគត់
DocType: Email Account,Use SSL,ប្រើ SSL DocType: Email Account,Use SSL,ប្រើ SSL
DocType: Workflow State,play-circle,លេងរង្វង់ DocType: Workflow State,play-circle,លេងរង្វង់
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,ជ្រើសបោះពុម្ពទ្រង់ទ្រាយដើម្បីកែសម្រួល apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,ជ្រើសបោះពុម្ពទ្រង់ទ្រាយដើម្បីកែសម្រួល
@@ -2456,7 +2456,7 @@ DocType: DocField,No Copy,គ្មានការចម្លង
DocType: Workflow State,qrcode,qrcode DocType: Workflow State,qrcode,qrcode
apps/frappe/frappe/www/login.html +34,Login with LDAP,ចូលជាមួយនឹងបម្រើ LDAP apps/frappe/frappe/www/login.html +34,Login with LDAP,ចូលជាមួយនឹងបម្រើ LDAP
DocType: Web Form,Breadcrumbs,របារនាំទិស DocType: Web Form,Breadcrumbs,របារនាំទិស
apps/frappe/frappe/core/doctype/doctype/doctype.py +671,If Owner,បើសិនជាម្ចាស់
apps/frappe/frappe/core/doctype/doctype/doctype.py +675,If Owner,បើសិនជាម្ចាស់
DocType: OAuth Authorization Code,Expiration time,ពេលផុតកំណត់ DocType: OAuth Authorization Code,Expiration time,ពេលផុតកំណត់
DocType: Web Page,Website Sidebar,របារចំហៀងគេហទំព័រ DocType: Web Page,Website Sidebar,របារចំហៀងគេហទំព័រ
DocType: Web Form,Show Sidebar,បង្ហាញរបារចំហៀង DocType: Web Form,Show Sidebar,បង្ហាញរបារចំហៀង
@@ -2620,6 +2620,7 @@ DocType: Portal Settings,Hide Standard Menu,លាក់ម៉ឺនុយស្
apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,បន្ថែម / គ្រប់គ្រងដែនអ៊ីម៉ែល។ apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,បន្ថែម / គ្រប់គ្រងដែនអ៊ីម៉ែល។
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},មិនអាចលុបចោលមុនពេលដាក់ស្នើ។ សូមមើលការផ្លាស់ប្តូរ {0} apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},មិនអាចលុបចោលមុនពេលដាក់ស្នើ។ សូមមើលការផ្លាស់ប្តូរ {0}
apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,បោះពុម្ពទ្រង់ទ្រាយ {0} ត្រូវបានបិទ apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,បោះពុម្ពទ្រង់ទ្រាយ {0} ត្រូវបានបិទ
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,សូមរៀបចំគណនីអ៊ីម៉ែលលំនាំដើមពីការរៀបចំ&gt; អ៊ីម៉ែល&gt; គណនីអ៊ីម៉ែល
DocType: Email Alert,Send days before or after the reference date,ផ្ញើមុនឬបន្ទាប់ពីកាលបរិច្ឆេទសេចក្តីយោងថ្ងៃ DocType: Email Alert,Send days before or after the reference date,ផ្ញើមុនឬបន្ទាប់ពីកាលបរិច្ឆេទសេចក្តីយោងថ្ងៃ
DocType: User,Allow user to login only after this hour (0-24),អនុញ្ញាតឱ្យអ្នកប្រើដើម្បីចូលតែប៉ុណ្ណោះបន្ទាប់ពីម៉ោងនេះ (0-24) DocType: User,Allow user to login only after this hour (0-24),អនុញ្ញាតឱ្យអ្នកប្រើដើម្បីចូលតែប៉ុណ្ណោះបន្ទាប់ពីម៉ោងនេះ (0-24)
apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,គុណតម្លៃ apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,គុណតម្លៃ
@@ -2635,7 +2636,6 @@ DocType: ToDo,Priority,អាទិភាព
DocType: Email Queue,Unsubscribe Param,ឈប់ជាវ Param DocType: Email Queue,Unsubscribe Param,ឈប់ជាវ Param
DocType: Auto Email Report,Weekly,ប្រចាំសប្តាហ៍ DocType: Auto Email Report,Weekly,ប្រចាំសប្តាហ៍
DocType: Communication,In Reply To,នៅក្នុងការឆ្លើយតបទៅ DocType: Communication,In Reply To,នៅក្នុងការឆ្លើយតបទៅ
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,រកមិនឃើញគំរូអាស័យដ្ឋានលំនាំដើម។ សូមបង្កើតថ្មីមួយពីការរៀបចំ&gt; បោះពុម្ពនិងបង្កើតយីហោ&gt; ពុម្ពលើ។
DocType: DocType,Allow Import (via Data Import Tool),អនុញ្ញាតឱ្យនាំចូល (តាមរយៈទិន្នន័យឧបករណ៍នាំចូល) DocType: DocType,Allow Import (via Data Import Tool),អនុញ្ញាតឱ្យនាំចូល (តាមរយៈទិន្នន័យឧបករណ៍នាំចូល)
apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,sr apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,sr
DocType: DocField,Float,ទសភាគ DocType: DocField,Float,ទសភាគ
@@ -2681,7 +2681,7 @@ apps/frappe/frappe/templates/emails/auto_reply.html +1,Thank you for your email,
DocType: DocField,Small Text,អត្ថបទខ្នាតតូច DocType: DocField,Small Text,អត្ថបទខ្នាតតូច
apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,អ្នកគ្រប់គ្រងបានចូលដំណើរការនៅលើ {0} {1} បានតាមរយៈអាសយដ្ឋាន IP {2} ។ apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,អ្នកគ្រប់គ្រងបានចូលដំណើរការនៅលើ {0} {1} បានតាមរយៈអាសយដ្ឋាន IP {2} ។
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,ស្មើ apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,ស្មើ
apps/frappe/frappe/core/doctype/doctype/doctype.py +453,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',ប្រភេទជម្រើស &#39;គេហទំព័រភ្ជាប់ជាថាមវន្ត &quot;របស់វាលត្រូវតែចង្អុលទៅវាលតំណផ្សេងទៀតជាមួយនឹងជម្រើសជា&#39; ចង្អុលបង្ហាញ&quot;
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',ប្រភេទជម្រើស &#39;គេហទំព័រភ្ជាប់ជាថាមវន្ត &quot;របស់វាលត្រូវតែចង្អុលទៅវាលតំណផ្សេងទៀតជាមួយនឹងជម្រើសជា&#39; ចង្អុលបង្ហាញ&quot;
DocType: About Us Settings,Team Members Heading,សមាជិកក្រុមក្បាល DocType: About Us Settings,Team Members Heading,សមាជិកក្រុមក្បាល
apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,ទ្រង់ទ្រាយជា CSV មិនត្រឹមត្រូវ apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,ទ្រង់ទ្រាយជា CSV មិនត្រឹមត្រូវ
apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,កំណត់ចំនួននៃការបម្រុងទុក apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,កំណត់ចំនួននៃការបម្រុងទុក
@@ -2715,7 +2715,7 @@ DocType: Kanban Board Column,Column Name,ឈ្មោះជួរឈរ
DocType: Language,Based On,ដោយផ្អែកលើការ DocType: Language,Based On,ដោយផ្អែកលើការ
apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,ធ្វើឱ្យលំនាំដើម apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,ធ្វើឱ្យលំនាំដើម
apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,ពិនិត្យមើល URL Frappe ម៉ាស៊ីនបម្រើ apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,ពិនិត្យមើល URL Frappe ម៉ាស៊ីនបម្រើ
apps/frappe/frappe/core/doctype/doctype/doctype.py +495,Fieldtype {0} for {1} cannot be indexed,Fieldtype {0} {1} សម្រាប់ការមិនអាចត្រូវបានធ្វើលិបិក្រម
apps/frappe/frappe/core/doctype/doctype/doctype.py +499,Fieldtype {0} for {1} cannot be indexed,Fieldtype {0} {1} សម្រាប់ការមិនអាចត្រូវបានធ្វើលិបិក្រម
DocType: Communication,Email Account,គណនីអ៊ីម៉ែល DocType: Communication,Email Account,គណនីអ៊ីម៉ែល
DocType: Workflow State,Download,ទាញយក DocType: Workflow State,Download,ទាញយក
DocType: Blog Post,Blog Intro,កំណត់ហេតុបណ្ដាញសេចក្ដីណែនាំ DocType: Blog Post,Blog Intro,កំណត់ហេតុបណ្ដាញសេចក្ដីណែនាំ
@@ -2747,16 +2747,16 @@ apps/frappe/frappe/email/doctype/email_group/email_group.js +45,New Newsletter,
DocType: Print Settings,Send Print as PDF,ផ្ញើការបោះពុម្ពជា PDF DocType: Print Settings,Send Print as PDF,ផ្ញើការបោះពុម្ពជា PDF
DocType: Web Form,Amount,ចំនួនទឹកប្រាក់ DocType: Web Form,Amount,ចំនួនទឹកប្រាក់
DocType: Workflow Transition,Allowed,ត្រូវបានអនុញ្ញាត DocType: Workflow Transition,Allowed,ត្រូវបានអនុញ្ញាត
apps/frappe/frappe/core/doctype/doctype/doctype.py +502,There can be only one Fold in a form,អាចមានតែមួយគត់បោះបង់ចោលនៅក្នុងសំណុំបែបបទ
apps/frappe/frappe/core/doctype/doctype/doctype.py +506,There can be only one Fold in a form,អាចមានតែមួយគត់បោះបង់ចោលនៅក្នុងសំណុំបែបបទ
apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},មិនអាចសរសេរទ្រង់ទ្រាយឯកសារសម្រាប់ {0} apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},មិនអាចសរសេរទ្រង់ទ្រាយឯកសារសម្រាប់ {0}
apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,ស្តារការកំណត់លំនាំដើម? apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,ស្តារការកំណត់លំនាំដើម?
apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,ទំព័រដើមមិនត្រឹមត្រូវ apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,ទំព័រដើមមិនត្រឹមត្រូវ
apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,ការចូលមិនត្រឹមត្រូវ។ ព្យាយាមម្តងទៀត។ apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,ការចូលមិនត្រឹមត្រូវ។ ព្យាយាមម្តងទៀត។
apps/frappe/frappe/core/doctype/doctype/doctype.py +420,Options required for Link or Table type field {0} in row {1},ជម្រើសដែលបានទាមទារសម្រាប់តំណឬប្រភេទតារាងវាល {0} នៅក្នុងជួរដេក {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +420,Options required for Link or Table type field {0} in row {1},ជម្រើសដែលបានទាមទារសម្រាប់តំណឬប្រភេទតារាងវាល {0} នៅក្នុងជួរដេក {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +424,Options required for Link or Table type field {0} in row {1},ជម្រើសដែលបានទាមទារសម្រាប់តំណឬប្រភេទតារាងវាល {0} នៅក្នុងជួរដេក {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +424,Options required for Link or Table type field {0} in row {1},ជម្រើសដែលបានទាមទារសម្រាប់តំណឬប្រភេទតារាងវាល {0} នៅក្នុងជួរដេក {1}
DocType: Auto Email Report,Send only if there is any data,ផ្ញើតែប៉ុណ្ណោះប្រសិនបើមានគឺជាទិន្នន័យណាមួយ DocType: Auto Email Report,Send only if there is any data,ផ្ញើតែប៉ុណ្ណោះប្រសិនបើមានគឺជាទិន្នន័យណាមួយ
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,តម្រងកំណត់ឡើងវិញ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,តម្រងកំណត់ឡើងវិញ
apps/frappe/frappe/core/doctype/doctype/doctype.py +688,{0}: Permission at level 0 must be set before higher levels are set,{0}: សិទ្ធិនៅកម្រិត 0 ត្រូវបានកំណត់មុនពេលដែលត្រូវបានកំណត់កម្រិតខ្ពស់
apps/frappe/frappe/core/doctype/doctype/doctype.py +692,{0}: Permission at level 0 must be set before higher levels are set,{0}: សិទ្ធិនៅកម្រិត 0 ត្រូវបានកំណត់មុនពេលដែលត្រូវបានកំណត់កម្រិតខ្ពស់
apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},ការចាត់តាំងបិទដោយ {0} apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},ការចាត់តាំងបិទដោយ {0}
DocType: Integration Request,Remote,ពីចម្ងាយ DocType: Integration Request,Remote,ពីចម្ងាយ
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,គណនា apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,គណនា
@@ -2776,8 +2776,8 @@ DocType: DocField,Perm Level,កម្រិត Perm
apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,ព្រឹត្តការណ៍ក្នុងប្រតិទិនថ្ងៃនេះ apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,ព្រឹត្តការណ៍ក្នុងប្រតិទិនថ្ងៃនេះ
DocType: Web Page,Web Page,ទំព័របណ្ដាញ DocType: Web Page,Web Page,ទំព័របណ្ដាញ
DocType: Blog Category,Blogger,អ្នកសរសេរប្លុក DocType: Blog Category,Blogger,អ្នកសរសេរប្លុក
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In Global Search' not allowed for type {0} in row {1},&quot;នៅក្នុងការស្វែងរកសកល &#39;មិនត្រូវបានអនុញ្ញាតសម្រាប់ប្រភេទ {0} នៅក្នុងជួរដេក {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In Global Search' not allowed for type {0} in row {1},&quot;នៅក្នុងការស្វែងរកសកល &#39;មិនត្រូវបានអនុញ្ញាតសម្រាប់ប្រភេទ {0} នៅក្នុងជួរដេក {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +449,'In Global Search' not allowed for type {0} in row {1},&quot;នៅក្នុងការស្វែងរកសកល &#39;មិនត្រូវបានអនុញ្ញាតសម្រាប់ប្រភេទ {0} នៅក្នុងជួរដេក {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +449,'In Global Search' not allowed for type {0} in row {1},&quot;នៅក្នុងការស្វែងរកសកល &#39;មិនត្រូវបានអនុញ្ញាតសម្រាប់ប្រភេទ {0} នៅក្នុងជួរដេក {1}
apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,ទិដ្ឋភាពបញ្ជី apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,ទិដ្ឋភាពបញ្ជី
apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},កាលបរិច្ឆេទត្រូវតែមាននៅក្នុងទ្រង់ទ្រាយ: {0} apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},កាលបរិច្ឆេទត្រូវតែមាននៅក្នុងទ្រង់ទ្រាយ: {0}
DocType: Workflow,Don't Override Status,កុំបដិសេធស្ថានភាព DocType: Workflow,Don't Override Status,កុំបដិសេធស្ថានភាព
@@ -2826,7 +2826,7 @@ DocType: Website Theme,Background,ផ្ទៃខាងក្រោយ
DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.",បញ្ជី JSON នៃ DOCTYPE បានប្រើដើម្បីអនុវត្តសិទ្ធិអ្នកប្រើ។ បើទទេ DOCTYPE បានតភ្ជាប់ទាំងអស់នឹងត្រូវបានប្រើដើម្បីអនុវត្តសិទ្ធិអ្នកប្រើ។ DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.",បញ្ជី JSON នៃ DOCTYPE បានប្រើដើម្បីអនុវត្តសិទ្ធិអ្នកប្រើ។ បើទទេ DOCTYPE បានតភ្ជាប់ទាំងអស់នឹងត្រូវបានប្រើដើម្បីអនុវត្តសិទ្ធិអ្នកប្រើ។
DocType: Report,Ref DocType,យោងចង្អុលបង្ហាញ DocType: Report,Ref DocType,យោងចង្អុលបង្ហាញ
apps/frappe/frappe/www/feedback.py +42,Please add a rating,សូមបន្ថែមចំណាត់ថ្នាក់ apps/frappe/frappe/www/feedback.py +42,Please add a rating,សូមបន្ថែមចំណាត់ថ្នាក់
apps/frappe/frappe/core/doctype/doctype/doctype.py +700,{0}: Cannot set Amend without Cancel,{0}: មិនអាចកំណត់ការធ្វើវិសោធនកម្មច្បាប់ដោយមិនបោះបង់
apps/frappe/frappe/core/doctype/doctype/doctype.py +704,{0}: Cannot set Amend without Cancel,{0}: មិនអាចកំណត់ការធ្វើវិសោធនកម្មច្បាប់ដោយមិនបោះបង់
apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,ទំព័រពេញ apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,ទំព័រពេញ
DocType: DocType,Is Child Table,គឺជាតារាងកុមារ DocType: DocType,Is Child Table,គឺជាតារាងកុមារ
apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} ត្រូវតែជាផ្នែកមួយនៃ {1} apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} ត្រូវតែជាផ្នែកមួយនៃ {1}
@@ -2855,7 +2855,7 @@ DocType: Event,Send an email reminder in the morning,ផ្ញើការរំ
DocType: Blog Post,Published On,បានចេញផ្សាយនៅថ្ងៃទី DocType: Blog Post,Published On,បានចេញផ្សាយនៅថ្ងៃទី
DocType: Contact,Gender,យែនឌ័រ DocType: Contact,Gender,យែនឌ័រ
apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,ពជាចាំបាច់បាត់ខ្លួន: apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,ពជាចាំបាច់បាត់ខ្លួន:
apps/frappe/frappe/core/doctype/doctype/doctype.py +492,Field '{0}' cannot be set as Unique as it has non-unique values,វាល &#39;{0}&#39; មិនអាចត្រូវបានកំណត់ជាមានតែមួយគត់ជាវាមានតម្លៃមិនមែនជាតែមួយគត់
apps/frappe/frappe/core/doctype/doctype/doctype.py +496,Field '{0}' cannot be set as Unique as it has non-unique values,វាល &#39;{0}&#39; មិនអាចត្រូវបានកំណត់ជាមានតែមួយគត់ជាវាមានតម្លៃមិនមែនជាតែមួយគត់
apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,មានតែ 200 បញ្ចូលត្រូវបានអនុញ្ញាតក្នុងសំណើរមួយ apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,មានតែ 200 បញ្ចូលត្រូវបានអនុញ្ញាតក្នុងសំណើរមួយ
DocType: Footer Item,URL,URL ដែល DocType: Footer Item,URL,URL ដែល
DocType: ToDo,Reference Type,ប្រភេទឯកសារយោង DocType: ToDo,Reference Type,ប្រភេទឯកសារយោង
@@ -2899,8 +2899,8 @@ apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +135,Please save
apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} អតិថិជនបន្ថែមទៀត apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} អតិថិជនបន្ថែមទៀត
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,មិននៅក្នុង apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,មិននៅក្នុង
DocType: Workflow State,star,តារា DocType: Workflow State,star,តារា
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +228,values separated by commas,តម្លៃដែលបំបែកដោយសញ្ញាក្បៀស
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Max width for type Currency is 100px in row {0},ទទឹងអតិបរមាសម្រាប់ប្រភេទរូបិយប័ណ្ណគឺ 100px នៅក្នុងជួរ {0}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,values separated by commas,តម្លៃដែលបំបែកដោយសញ្ញាក្បៀស
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,Max width for type Currency is 100px in row {0},ទទឹងអតិបរមាសម្រាប់ប្រភេទរូបិយប័ណ្ណគឺ 100px នៅក្នុងជួរ {0}
apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},សូមចែករំលែកមតិរបស់អ្នកសម្រាប់ {0} apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},សូមចែករំលែកមតិរបស់អ្នកសម្រាប់ {0}
apps/frappe/frappe/config/website.py +13,Content web page.,មាតិកាបណ្ដាញទំព័រ។ apps/frappe/frappe/config/website.py +13,Content web page.,មាតិកាបណ្ដាញទំព័រ។
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,បន្ថែមតួនាទីថ្មី apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,បន្ថែមតួនាទីថ្មី
@@ -2919,7 +2919,7 @@ apps/frappe/frappe/public/js/frappe/desk.js +383,Please Enter Your Password to C
apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,មិនមែនជាការត្រឹមត្រូវរបស់ LDAP អ្នកប្រើ apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,មិនមែនជាការត្រឹមត្រូវរបស់ LDAP អ្នកប្រើ
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} មិនមែនជារដ្ឋដែលមានសុពលភាព apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} មិនមែនជារដ្ឋដែលមានសុពលភាព
apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',សូមជ្រើសវិធីសាស្ត្រទូទាត់ផ្សេងទៀត។ បានតាមរយៈការមិនគាំទ្រការតិបត្តិការនៅក្នុងរូបិយប័ណ្ណ &#39;{0}&#39; apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',សូមជ្រើសវិធីសាស្ត្រទូទាត់ផ្សេងទៀត។ បានតាមរយៈការមិនគាំទ្រការតិបត្តិការនៅក្នុងរូបិយប័ណ្ណ &#39;{0}&#39;
apps/frappe/frappe/core/doctype/doctype/doctype.py +519,Search field {0} is not valid,វាលស្វែងរក {0} មិនត្រឹមត្រូវ
apps/frappe/frappe/core/doctype/doctype/doctype.py +523,Search field {0} is not valid,វាលស្វែងរក {0} មិនត្រឹមត្រូវ
DocType: Workflow State,ok-circle,អី-រង្វង់ DocType: Workflow State,ok-circle,អី-រង្វង់
apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',អ្នកអាចរកឃើញអ្វីដោយសួរ &quot;បានរកឃើញក្រូចអតិថិជន apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',អ្នកអាចរកឃើញអ្វីដោយសួរ &quot;បានរកឃើញក្រូចអតិថិជន
apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,សូមទោស! អ្នកប្រើដែលគួរតែមានសិទ្ធិចូលដំណើរការពេញលេញក្នុងកំណត់ត្រាផ្ទាល់ខ្លួនរបស់ពួកគេ។ apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,សូមទោស! អ្នកប្រើដែលគួរតែមានសិទ្ធិចូលដំណើរការពេញលេញក្នុងកំណត់ត្រាផ្ទាល់ខ្លួនរបស់ពួកគេ។
@@ -2990,7 +2990,7 @@ DocType: User,Background Style,រចនាប័ទ្មផ្ទៃខាង
apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},បានរួមបញ្ចូលគ្នាទៅជា {0} {1} apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},បានរួមបញ្ចូលគ្នាទៅជា {0} {1}
DocType: System Settings,mm-dd-yyyy,MM-DD-YYYY DocType: System Settings,mm-dd-yyyy,MM-DD-YYYY
apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} ចូល apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} ចូល
apps/frappe/frappe/templates/emails/new_user.html +4,Your login id is,លេខសម្គាល់ការចូលរបស់អ្នកគឺ
apps/frappe/frappe/templates/emails/new_user.html +3,Your login id is,លេខសម្គាល់ការចូលរបស់អ្នកគឺ
DocType: OAuth Client,Skip Authorization,រំលងអនុញ្ញាត DocType: OAuth Client,Skip Authorization,រំលងអនុញ្ញាត
DocType: Web Form,Amount Field,វាលចំនួនទឹកប្រាក់ DocType: Web Form,Amount Field,វាលចំនួនទឹកប្រាក់
DocType: Dropbox Settings,Send Notifications To,ផ្ញើការជូនដំណឹងដើម្បី DocType: Dropbox Settings,Send Notifications To,ផ្ញើការជូនដំណឹងដើម្បី


+ 96
- 96
frappe/translations/kn.csv View File

@@ -56,7 +56,7 @@ apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,ಪೋಷಕ
DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","ಸಕ್ರಿಯಗೊಳಿಸಿದರೆ, ಪಾಸ್ವರ್ಡ್ ಸಾಮರ್ಥ್ಯ ಕನಿಷ್ಠ ಪಾಸ್ವರ್ಡ್ ಸ್ಕೋರ್ ಮೌಲ್ಯವನ್ನು ಆಧರಿಸಿ ಸಕ್ರಿಯಗೊಳಿಸಲಾಗುತ್ತದೆ. 2 ಮೌಲ್ಯ ಸಾಧಾರಣ ಬಲಶಾಲಿಯಾಗಿ ಮತ್ತು 4 ಬಹಳ ಬಲಶಾಲಿಯಾಗಿ." DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","ಸಕ್ರಿಯಗೊಳಿಸಿದರೆ, ಪಾಸ್ವರ್ಡ್ ಸಾಮರ್ಥ್ಯ ಕನಿಷ್ಠ ಪಾಸ್ವರ್ಡ್ ಸ್ಕೋರ್ ಮೌಲ್ಯವನ್ನು ಆಧರಿಸಿ ಸಕ್ರಿಯಗೊಳಿಸಲಾಗುತ್ತದೆ. 2 ಮೌಲ್ಯ ಸಾಧಾರಣ ಬಲಶಾಲಿಯಾಗಿ ಮತ್ತು 4 ಬಹಳ ಬಲಶಾಲಿಯಾಗಿ."
DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","ಸಕ್ರಿಯಗೊಳಿಸಿದರೆ, ಪಾಸ್ವರ್ಡ್ ಸಾಮರ್ಥ್ಯ ಕನಿಷ್ಠ ಪಾಸ್ವರ್ಡ್ ಸ್ಕೋರ್ ಮೌಲ್ಯವನ್ನು ಆಧರಿಸಿ ಸಕ್ರಿಯಗೊಳಿಸಲಾಗುತ್ತದೆ. 2 ಮೌಲ್ಯ ಸಾಧಾರಣ ಬಲಶಾಲಿಯಾಗಿ ಮತ್ತು 4 ಬಹಳ ಬಲಶಾಲಿಯಾಗಿ." DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","ಸಕ್ರಿಯಗೊಳಿಸಿದರೆ, ಪಾಸ್ವರ್ಡ್ ಸಾಮರ್ಥ್ಯ ಕನಿಷ್ಠ ಪಾಸ್ವರ್ಡ್ ಸ್ಕೋರ್ ಮೌಲ್ಯವನ್ನು ಆಧರಿಸಿ ಸಕ್ರಿಯಗೊಳಿಸಲಾಗುತ್ತದೆ. 2 ಮೌಲ್ಯ ಸಾಧಾರಣ ಬಲಶಾಲಿಯಾಗಿ ಮತ್ತು 4 ಬಹಳ ಬಲಶಾಲಿಯಾಗಿ."
DocType: About Us Settings,"""Team Members"" or ""Management""","""ತಂಡದ ಸದಸ್ಯರು"" ಅಥವಾ "" ನಿರ್ವಹಣೆ """ DocType: About Us Settings,"""Team Members"" or ""Management""","""ತಂಡದ ಸದಸ್ಯರು"" ಅಥವಾ "" ನಿರ್ವಹಣೆ """
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Default for 'Check' type of field must be either '0' or '1',ಕ್ಷೇತ್ರದ 'ಪರಿಶೀಲಿಸಿ' ಕೌಟುಂಬಿಕತೆ ಡೀಫಾಲ್ಟ್ ಎರಡೂ '0' ಅಥವಾ '1' ಇರಬೇಕು
apps/frappe/frappe/core/doctype/doctype/doctype.py +461,Default for 'Check' type of field must be either '0' or '1',ಕ್ಷೇತ್ರದ 'ಪರಿಶೀಲಿಸಿ' ಕೌಟುಂಬಿಕತೆ ಡೀಫಾಲ್ಟ್ ಎರಡೂ '0' ಅಥವಾ '1' ಇರಬೇಕು
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,ನಿನ್ನೆ apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,ನಿನ್ನೆ
DocType: Contact,Designation,ಹುದ್ದೆ DocType: Contact,Designation,ಹುದ್ದೆ
DocType: Test Runner,Test Runner,ಟೆಸ್ಟ್ ರನ್ನರ್ DocType: Test Runner,Test Runner,ಟೆಸ್ಟ್ ರನ್ನರ್
@@ -72,7 +72,7 @@ DocType: DocType,Is Published Field,ಪ್ರಕಟಿಸಲಾಗಿದೆ ಫ
DocType: Email Group,Email Group,ಇಮೇಲ್ ಗುಂಪು DocType: Email Group,Email Group,ಇಮೇಲ್ ಗುಂಪು
DocType: Note,Seen By,ಸೀನ್ ಬೈ DocType: Note,Seen By,ಸೀನ್ ಬೈ
apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,ಬಹು ಸೇರಿಸಿ apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,ಬಹು ಸೇರಿಸಿ
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Not Like,ಲೈಕ್
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Not Like,ಲೈಕ್
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,ಕ್ಷೇತ್ರಕ್ಕೆ ಪ್ರದರ್ಶನ ಲೇಬಲ್ ಹೊಂದಿಸಿ apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,ಕ್ಷೇತ್ರಕ್ಕೆ ಪ್ರದರ್ಶನ ಲೇಬಲ್ ಹೊಂದಿಸಿ
apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},ತಪ್ಪಾದ ಮೌಲ್ಯವು: {0} ಇರಬೇಕು {1} {2} apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},ತಪ್ಪಾದ ಮೌಲ್ಯವು: {0} ಇರಬೇಕು {1} {2}
apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","ಬದಲಾಯಿಸಿ ಕ್ಷೇತ್ರ ಗುಣಗಳನ್ನು ( ಮರೆಮಾಡಲು , ಮಾತ್ರ , ಅನುಮತಿ , ಇತ್ಯಾದಿ ಓದಲು )" apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","ಬದಲಾಯಿಸಿ ಕ್ಷೇತ್ರ ಗುಣಗಳನ್ನು ( ಮರೆಮಾಡಲು , ಮಾತ್ರ , ಅನುಮತಿ , ಇತ್ಯಾದಿ ಓದಲು )"
@@ -162,7 +162,8 @@ apps/frappe/frappe/public/js/frappe/upload.js +296,Uploading...,ಅಪ್ಲೆ
DocType: Email Domain,Email Domain,ಇಮೇಲ್ ಡೊಮೈನ್ DocType: Email Domain,Email Domain,ಇಮೇಲ್ ಡೊಮೈನ್
DocType: Workflow State,italic,ಪುರಾತನ ಇಟಲಿಯ DocType: Workflow State,italic,ಪುರಾತನ ಇಟಲಿಯ
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,ಎಲ್ಲರಿಗೂ apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,ಎಲ್ಲರಿಗೂ
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,{0}: Cannot set Import without Create,{0} : ರಚಿಸಿ ಇಲ್ಲದೆ ಆಮದು ಹೊಂದಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ
apps/frappe/frappe/core/doctype/doctype/doctype.py +706,{0}: Cannot set Import without Create,{0} : ರಚಿಸಿ ಇಲ್ಲದೆ ಆಮದು ಹೊಂದಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ
apps/frappe/frappe/templates/emails/auto_email_report.html +45,View report in your browser,ನಿಮ್ಮ ಬ್ರೌಸರ್ನಲ್ಲಿ ವರದಿ ವೀಕ್ಷಿಸಿ
apps/frappe/frappe/config/desk.py +26,Event and other calendars.,ಈವೆಂಟ್ ಮತ್ತು ಇತರ ಪಂಚಾಂಗಗಳಲ್ಲಿ. apps/frappe/frappe/config/desk.py +26,Event and other calendars.,ಈವೆಂಟ್ ಮತ್ತು ಇತರ ಪಂಚಾಂಗಗಳಲ್ಲಿ.
apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,ಎಲ್ಲಾ ಜಾಗ ಕಾಮೆಂಟ್ ಸಲ್ಲಿಸಲು ಅವಶ್ಯಕ. apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,ಎಲ್ಲಾ ಜಾಗ ಕಾಮೆಂಟ್ ಸಲ್ಲಿಸಲು ಅವಶ್ಯಕ.
apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,ಕಾಲಮ್ಗಳನ್ನು ವಿಂಗಡಿಸಲು ಎಳೆಯಿರಿ apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,ಕಾಲಮ್ಗಳನ್ನು ವಿಂಗಡಿಸಲು ಎಳೆಯಿರಿ
@@ -240,7 +241,7 @@ apps/frappe/frappe/config/setup.py +121,Update many values at one time.,ಒಂ
apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,ದೋಷ : ನೀವು ತೆರೆದಿದ್ದೀರಿ ನಂತರ ಡಾಕ್ಯುಮೆಂಟ್ ಮಾರ್ಪಡಿಸಲಾಗಿದೆ apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,ದೋಷ : ನೀವು ತೆರೆದಿದ್ದೀರಿ ನಂತರ ಡಾಕ್ಯುಮೆಂಟ್ ಮಾರ್ಪಡಿಸಲಾಗಿದೆ
apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} ಲಾಗ್ ಔಟ್: {1} apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} ಲಾಗ್ ಔಟ್: {1}
DocType: Address,West Bengal,ಪಶ್ಚಿಮ ಬಂಗಾಳ DocType: Address,West Bengal,ಪಶ್ಚಿಮ ಬಂಗಾಳ
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0}: Cannot set Assign Submit if not Submittable,{0} : ನಿಯೋಜನೆ ಸಲ್ಲಿಸಿ ಹೊಂದಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ Submittable ಅಲ್ಲ
apps/frappe/frappe/core/doctype/doctype/doctype.py +727,{0}: Cannot set Assign Submit if not Submittable,{0} : ನಿಯೋಜನೆ ಸಲ್ಲಿಸಿ ಹೊಂದಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ Submittable ಅಲ್ಲ
DocType: Social Login Keys,Facebook,ಫೇಸ್ಬುಕ್ DocType: Social Login Keys,Facebook,ಫೇಸ್ಬುಕ್
apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",ಫಿಲ್ಟರ್ &quot;{0}&quot; apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",ಫಿಲ್ಟರ್ &quot;{0}&quot;
DocType: Salutation,Administrator,ನಿರ್ವಾಹಕ DocType: Salutation,Administrator,ನಿರ್ವಾಹಕ
@@ -264,7 +265,7 @@ DocType: User,Get your globally recognized avatar from Gravatar.com,Gravatar.com
apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","ನಿಮ್ಮ ಚಂದಾದಾರಿಕೆಯನ್ನು {0} ರಂದು ಮುಕ್ತಾಯಗೊಂಡಿದೆ. ನವೀಕರಿಸಲು, {1}." apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","ನಿಮ್ಮ ಚಂದಾದಾರಿಕೆಯನ್ನು {0} ರಂದು ಮುಕ್ತಾಯಗೊಂಡಿದೆ. ನವೀಕರಿಸಲು, {1}."
DocType: Workflow State,plus-sign,ಪ್ಲಸ್ ಚಿಹ್ನೆ DocType: Workflow State,plus-sign,ಪ್ಲಸ್ ಚಿಹ್ನೆ
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,ಸೆಟಪ್ ಈಗಾಗಲೇ ಸಂಪೂರ್ಣ apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,ಸೆಟಪ್ ಈಗಾಗಲೇ ಸಂಪೂರ್ಣ
apps/frappe/frappe/__init__.py +897,App {0} is not installed,ಅಪ್ಲಿಕೇಶನ್ {0} ಅನುಸ್ಥಾಪಿತಗೊಂಡಿಲ್ಲ
apps/frappe/frappe/__init__.py +898,App {0} is not installed,ಅಪ್ಲಿಕೇಶನ್ {0} ಅನುಸ್ಥಾಪಿತಗೊಂಡಿಲ್ಲ
DocType: Workflow State,Refresh,ರಿಫ್ರೆಶ್ DocType: Workflow State,Refresh,ರಿಫ್ರೆಶ್
DocType: Event,Public,ಸಾರ್ವಜನಿಕ DocType: Event,Public,ಸಾರ್ವಜನಿಕ
apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,ತೋರಿಸಲು ಏನೂ apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,ತೋರಿಸಲು ಏನೂ
@@ -272,7 +273,7 @@ apps/frappe/frappe/public/js/frappe/model/model.js +24,Liked By,ಇಷ್ಟಪ
apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,ಇಮೇಲ್ ಬೆಂಬಲ apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,ಇಮೇಲ್ ಬೆಂಬಲ
DocType: DocField,Print Hide If No Value,ಪ್ರಿಂಟ್ ಮರೆಮಾಡಿ ವೇಳೆ ಯಾವುದೇ ಮೌಲ್ಯ DocType: DocField,Print Hide If No Value,ಪ್ರಿಂಟ್ ಮರೆಮಾಡಿ ವೇಳೆ ಯಾವುದೇ ಮೌಲ್ಯ
DocType: Event,yellow,ಹಳದಿ DocType: Event,yellow,ಹಳದಿ
apps/frappe/frappe/core/doctype/doctype/doctype.py +563,Is Published Field must be a valid fieldname,ಪ್ರಕಟವಾಗಿದ್ದು ಫೀಲ್ಡ್ ಒಂದು ಮಾನ್ಯ FIELDNAME ಎಂದು
apps/frappe/frappe/core/doctype/doctype/doctype.py +567,Is Published Field must be a valid fieldname,ಪ್ರಕಟವಾಗಿದ್ದು ಫೀಲ್ಡ್ ಒಂದು ಮಾನ್ಯ FIELDNAME ಎಂದು
apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,ಬಾಂಧವ್ಯ ಅಪ್ಲೋಡ್ apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,ಬಾಂಧವ್ಯ ಅಪ್ಲೋಡ್
DocType: Block Module,Block Module,ಬ್ಲಾಕ್ ಘಟಕ DocType: Block Module,Block Module,ಬ್ಲಾಕ್ ಘಟಕ
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,ರಫ್ತು ಟೆಂಪ್ಲೇಟು apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,ರಫ್ತು ಟೆಂಪ್ಲೇಟು
@@ -290,7 +291,7 @@ DocType: Website Settings,Set Banner from Image,ಬ್ಯಾನರ್ ಚಿತ
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,ಗ್ಲೋಬಲ್ ಸರ್ಚ್ apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,ಗ್ಲೋಬಲ್ ಸರ್ಚ್
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,ಗ್ಲೋಬಲ್ ಸರ್ಚ್ apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,ಗ್ಲೋಬಲ್ ಸರ್ಚ್
DocType: Email Account,SparkPost,SparkPost DocType: Email Account,SparkPost,SparkPost
apps/frappe/frappe/templates/emails/new_user.html +3,A new account has been created for you at {0},ಒಂದು ಹೊಸ ಖಾತೆ ನಿಮಗಾಗಿ ರಚಿಸಲಾಗಿದೆ {0}
apps/frappe/frappe/templates/emails/new_user.html +2,A new account has been created for you at {0},ಒಂದು ಹೊಸ ಖಾತೆ ನಿಮಗಾಗಿ ರಚಿಸಲಾಗಿದೆ {0}
apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,ಸೂಚನೆಗಳು ಇಮೇಲ್ apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,ಸೂಚನೆಗಳು ಇಮೇಲ್
apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,ಸೂಚನೆಗಳು ಇಮೇಲ್ apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,ಸೂಚನೆಗಳು ಇಮೇಲ್
apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),ನಮೂದಿಸಿ ಇಮೇಲ್ ಸ್ವೀಕರಿಸುವವರ (ರು) apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),ನಮೂದಿಸಿ ಇಮೇಲ್ ಸ್ವೀಕರಿಸುವವರ (ರು)
@@ -359,7 +360,7 @@ apps/frappe/frappe/utils/nestedset.py +218,Merging is only possible between Grou
apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},ಸೇರಿಸಲಾಗಿದೆ {0} apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},ಸೇರಿಸಲಾಗಿದೆ {0}
apps/frappe/frappe/www/search.html +28,No matching records. Search something new,ಯಾವುದೇ ಹೊಂದಾಣಿಕೆಯಾಗುವ ದಾಖಲೆಗಳು. ಹೊಸದನ್ನು ಹುಡುಕಿ apps/frappe/frappe/www/search.html +28,No matching records. Search something new,ಯಾವುದೇ ಹೊಂದಾಣಿಕೆಯಾಗುವ ದಾಖಲೆಗಳು. ಹೊಸದನ್ನು ಹುಡುಕಿ
DocType: Currency,Fraction Units,ಫ್ರ್ಯಾಕ್ಷನ್ ಘಟಕಗಳು DocType: Currency,Fraction Units,ಫ್ರ್ಯಾಕ್ಷನ್ ಘಟಕಗಳು
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +431,{0} from {1} to {2},{0} {1} ನಿಂದ {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +433,{0} from {1} to {2},{0} {1} ನಿಂದ {2}
DocType: Communication,Type,ದರ್ಜೆ DocType: Communication,Type,ದರ್ಜೆ
DocType: Authentication Log,Subject,ವಿಷಯ DocType: Authentication Log,Subject,ವಿಷಯ
DocType: Web Form,Amount Based On Field,ಪ್ರಮಾಣ ಫೀಲ್ಡ್ ರಂದು ಆಧರಿಸಿ DocType: Web Form,Amount Based On Field,ಪ್ರಮಾಣ ಫೀಲ್ಡ್ ರಂದು ಆಧರಿಸಿ
@@ -372,10 +373,10 @@ DocType: Workflow State,plane,ಫಿಲ್ಮುಗಳು
apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","ನೀವು ಹೊಸ ದಾಖಲೆ ಅಪ್ಲೋಡ್ ಮಾಡುತ್ತಿದ್ದರೆ ಅಳವಡಿಸಿದ್ದರೆ, ""ಸರಣಿ ಹೆಸರಿಸುವ"", ಕಡ್ಡಾಯವಾಗಿ ಆಗುತ್ತದೆ." apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","ನೀವು ಹೊಸ ದಾಖಲೆ ಅಪ್ಲೋಡ್ ಮಾಡುತ್ತಿದ್ದರೆ ಅಳವಡಿಸಿದ್ದರೆ, ""ಸರಣಿ ಹೆಸರಿಸುವ"", ಕಡ್ಡಾಯವಾಗಿ ಆಗುತ್ತದೆ."
apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,ಇಂದು ಎಚ್ಚರಿಕೆಗಳನ್ನು ಪಡೆಯಿರಿ apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,ಇಂದು ಎಚ್ಚರಿಕೆಗಳನ್ನು ಪಡೆಯಿರಿ
apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DOCTYPE ಮಾತ್ರ ನಿರ್ವಾಹಕರಿಂದ ಮರುನಾಮಕರಣ ಮಾಡಬಹುದು apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DOCTYPE ಮಾತ್ರ ನಿರ್ವಾಹಕರಿಂದ ಮರುನಾಮಕರಣ ಮಾಡಬಹುದು
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +442,changed value of {0},ಬದಲಾವಣೆ ಮೌಲ್ಯವನ್ನು {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +444,changed value of {0},ಬದಲಾವಣೆ ಮೌಲ್ಯವನ್ನು {0}
DocType: Report,JSON,JSON ಅನ್ನು DocType: Report,JSON,JSON ಅನ್ನು
apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,ದಯವಿಟ್ಟು ಪರಿಶೀಲನೆ ನಿಮ್ಮ ಇಮೇಲ್ ಪರಿಶೀಲಿಸಿ apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,ದಯವಿಟ್ಟು ಪರಿಶೀಲನೆ ನಿಮ್ಮ ಇಮೇಲ್ ಪರಿಶೀಲಿಸಿ
apps/frappe/frappe/core/doctype/doctype/doctype.py +509,Fold can not be at the end of the form,ಪಟ್ಟು ರೂಪ ಕೊನೆಯಲ್ಲಿ ಸಾಧ್ಯವಿಲ್ಲ
apps/frappe/frappe/core/doctype/doctype/doctype.py +513,Fold can not be at the end of the form,ಪಟ್ಟು ರೂಪ ಕೊನೆಯಲ್ಲಿ ಸಾಧ್ಯವಿಲ್ಲ
DocType: Communication,Bounced,ಪುಟಿದೇಳುವ DocType: Communication,Bounced,ಪುಟಿದೇಳುವ
DocType: Deleted Document,Deleted Name,ಅಳಿಸಲಾಗಿದೆ ಹೆಸರು DocType: Deleted Document,Deleted Name,ಅಳಿಸಲಾಗಿದೆ ಹೆಸರು
apps/frappe/frappe/config/setup.py +14,System and Website Users,ವ್ಯವಸ್ಥೆ ಮತ್ತು ವೆಬ್ಸೈಟ್ ಬಳಕೆದಾರರು apps/frappe/frappe/config/setup.py +14,System and Website Users,ವ್ಯವಸ್ಥೆ ಮತ್ತು ವೆಬ್ಸೈಟ್ ಬಳಕೆದಾರರು
@@ -383,18 +384,19 @@ DocType: Workflow Document State,Doc Status,ಡಾಕ್ ಸ್ಥಿತಿ
DocType: Auto Email Report,No of Rows (Max 500),ಸಾಲುಗಳು ಯಾವುದೇ (ಗರಿಷ್ಠ 500) DocType: Auto Email Report,No of Rows (Max 500),ಸಾಲುಗಳು ಯಾವುದೇ (ಗರಿಷ್ಠ 500)
DocType: Language,Language Code,ಭಾಷೆ ಕೋಡ್ DocType: Language,Language Code,ಭಾಷೆ ಕೋಡ್
apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","ನಿಮ್ಮ ಡೌನ್ಲೋಡ್ ಕಟ್ಟಲಾಗುತ್ತಿದೆ , ಈ ಜೂನ್ ಕೆಲವು ಕ್ಷಣಗಳನ್ನು ತೆಗೆದುಕೊಳ್ಳಬಹುದು ..." apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","ನಿಮ್ಮ ಡೌನ್ಲೋಡ್ ಕಟ್ಟಲಾಗುತ್ತಿದೆ , ಈ ಜೂನ್ ಕೆಲವು ಕ್ಷಣಗಳನ್ನು ತೆಗೆದುಕೊಳ್ಳಬಹುದು ..."
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +23,Add Filter,ಫಿಲ್ಟರ್ ಸೇರಿಸಿ
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +21,Add Filter,ಫಿಲ್ಟರ್ ಸೇರಿಸಿ
apps/frappe/frappe/www/feedback.html +23,Your rating: ,ನಿಮ್ಮ ರೇಟಿಂಗ್: apps/frappe/frappe/www/feedback.html +23,Your rating: ,ನಿಮ್ಮ ರೇಟಿಂಗ್:
apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} ಮತ್ತು {1} apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} ಮತ್ತು {1}
DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",ಯಾವಾಗಲೂ &quot;ಡ್ರಾಫ್ಟ್&quot; ಸೇರಿಸಿ ಮುದ್ರಣ ಕರಡು ದಾಖಲೆಗಳನ್ನು ಶಿರೋನಾಮೆ DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",ಯಾವಾಗಲೂ &quot;ಡ್ರಾಫ್ಟ್&quot; ಸೇರಿಸಿ ಮುದ್ರಣ ಕರಡು ದಾಖಲೆಗಳನ್ನು ಶಿರೋನಾಮೆ
apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,ಇಮೇಲ್ ಸ್ಪ್ಯಾಮ್ ಎಂದು ಗುರುತಿಸಲಾಗಿದೆ apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,ಇಮೇಲ್ ಸ್ಪ್ಯಾಮ್ ಎಂದು ಗುರುತಿಸಲಾಗಿದೆ
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,ಸೆಟಪ್&gt; ಬಳಕೆದಾರ
DocType: About Us Settings,Website Manager,ವೆಬ್ಸೈಟ್ ಮ್ಯಾನೇಜರ್ DocType: About Us Settings,Website Manager,ವೆಬ್ಸೈಟ್ ಮ್ಯಾನೇಜರ್
apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,ನೀವು ಆಯ್ಕೆ ಡ್ರಾಫ್ಟ್ ಅಥವಾ ರದ್ದುಗೊಳಿಸಲಾಗಿದೆ ದಾಖಲೆಗಳನ್ನು apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,ನೀವು ಆಯ್ಕೆ ಡ್ರಾಫ್ಟ್ ಅಥವಾ ರದ್ದುಗೊಳಿಸಲಾಗಿದೆ ದಾಖಲೆಗಳನ್ನು
apps/frappe/frappe/model/document.py +1044,Document Queued,ಡಾಕ್ಯುಮೆಂಟ್ ಸರತಿಯಲ್ಲಿ apps/frappe/frappe/model/document.py +1044,Document Queued,ಡಾಕ್ಯುಮೆಂಟ್ ಸರತಿಯಲ್ಲಿ
DocType: GSuite Templates,Destination ID,ಗಮ್ಯಸ್ಥಾನ ID DocType: GSuite Templates,Destination ID,ಗಮ್ಯಸ್ಥಾನ ID
DocType: Desktop Icon,List,ಪಟ್ಟಿ DocType: Desktop Icon,List,ಪಟ್ಟಿ
DocType: Communication,Link Name,ಲಿಂಕ್ ಹೆಸರು DocType: Communication,Link Name,ಲಿಂಕ್ ಹೆಸರು
apps/frappe/frappe/core/doctype/doctype/doctype.py +433,Field {0} in row {1} cannot be hidden and mandatory without default,ಫೀಲ್ಡ್ {0} ಸತತವಾಗಿ {1} ಡೀಫಾಲ್ಟ್ ಇಲ್ಲದೆ ಮರೆಮಾಡಲಾಗಿದೆ ಮತ್ತು ಕಡ್ಡಾಯ ಸಾಧ್ಯವಿಲ್ಲ
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Field {0} in row {1} cannot be hidden and mandatory without default,ಫೀಲ್ಡ್ {0} ಸತತವಾಗಿ {1} ಡೀಫಾಲ್ಟ್ ಇಲ್ಲದೆ ಮರೆಮಾಡಲಾಗಿದೆ ಮತ್ತು ಕಡ್ಡಾಯ ಸಾಧ್ಯವಿಲ್ಲ
DocType: System Settings,mm/dd/yyyy,DD / MM / YYYY DocType: System Settings,mm/dd/yyyy,DD / MM / YYYY
apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,ಅಮಾನ್ಯ ಪಾಸ್ವರ್ಡ್: apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,ಅಮಾನ್ಯ ಪಾಸ್ವರ್ಡ್:
apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,ಅಮಾನ್ಯ ಪಾಸ್ವರ್ಡ್: apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,ಅಮಾನ್ಯ ಪಾಸ್ವರ್ಡ್:
@@ -402,7 +404,7 @@ DocType: Print Settings,Send document web view link in email,ಇಮೇಲ್
apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,ದಾಖಲೆ ನಿಮ್ಮ ಪ್ರತಿಕ್ರಿಯೆ {0} ಯಶಸ್ವಿಯಾಗಿ ಉಳಿಸಲಾಗಿದೆ apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,ದಾಖಲೆ ನಿಮ್ಮ ಪ್ರತಿಕ್ರಿಯೆ {0} ಯಶಸ್ವಿಯಾಗಿ ಉಳಿಸಲಾಗಿದೆ
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,ಹಿಂದಿನ apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,ಹಿಂದಿನ
apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,ಮರು: apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,ಮರು:
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +496,{0} rows for {1},{0} ಸಾಲುಗಳನ್ನು {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +498,{0} rows for {1},{0} ಸಾಲುಗಳನ್ನು {1}
DocType: Currency,"Sub-currency. For e.g. ""Cent""","ಉಪ ಕರೆನ್ಸಿ . ಇ ಜಿ ಫಾರ್ ""ಸೆಂಟ್ಸ್""" DocType: Currency,"Sub-currency. For e.g. ""Cent""","ಉಪ ಕರೆನ್ಸಿ . ಇ ಜಿ ಫಾರ್ ""ಸೆಂಟ್ಸ್"""
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,ಅಪ್ಲೋಡ್ ಫೈಲ್ ಆಯ್ಕೆಮಾಡಿ apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,ಅಪ್ಲೋಡ್ ಫೈಲ್ ಆಯ್ಕೆಮಾಡಿ
DocType: Letter Head,Check this to make this the default letter head in all prints,ಎಲ್ಲಾ ಮುದ್ರಿತ ಈ ಡೀಫಾಲ್ಟ್ ತಲೆಬರಹ ಮಾಡಲು ಈ ಪರಿಶೀಲಿಸಿ DocType: Letter Head,Check this to make this the default letter head in all prints,ಎಲ್ಲಾ ಮುದ್ರಿತ ಈ ಡೀಫಾಲ್ಟ್ ತಲೆಬರಹ ಮಾಡಲು ಈ ಪರಿಶೀಲಿಸಿ
@@ -425,7 +427,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +5,
DocType: Event,Wednesday,ಬುಧವಾರ DocType: Event,Wednesday,ಬುಧವಾರ
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","ಹೊರತಾಗಿ ಪಾತ್ರ ಆಧಾರಿತ ಅನುಮತಿಯನ್ನು ನಿಯಮಗಳನ್ನು ರಿಂದ , ನೀವು DOCTYPES ಆಧರಿಸಿ ಬಳಕೆದಾರ ಅನುಮತಿಗಳು ಅನ್ವಯಿಸಬಹುದು." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","ಹೊರತಾಗಿ ಪಾತ್ರ ಆಧಾರಿತ ಅನುಮತಿಯನ್ನು ನಿಯಮಗಳನ್ನು ರಿಂದ , ನೀವು DOCTYPES ಆಧರಿಸಿ ಬಳಕೆದಾರ ಅನುಮತಿಗಳು ಅನ್ವಯಿಸಬಹುದು."
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.",ಈ ಅನುಮತಿಗಳನ್ನು ಅನುಮತಿ ದಾಖಲೆ ಲಿಂಕ್ ಇದೆ ಅಲ್ಲಿ ಎಲ್ಲಾ ವ್ಯವಹಾರಗಳಿಗೆ ಅನ್ವಯಿಸುತ್ತದೆ . apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.",ಈ ಅನುಮತಿಗಳನ್ನು ಅನುಮತಿ ದಾಖಲೆ ಲಿಂಕ್ ಇದೆ ಅಲ್ಲಿ ಎಲ್ಲಾ ವ್ಯವಹಾರಗಳಿಗೆ ಅನ್ವಯಿಸುತ್ತದೆ .
apps/frappe/frappe/core/doctype/doctype/doctype.py +554,Image field must be a valid fieldname,ಚಿತ್ರ ಕ್ಷೇತ್ರ ಮಾನ್ಯ FIELDNAME ಇರಬೇಕು
apps/frappe/frappe/core/doctype/doctype/doctype.py +558,Image field must be a valid fieldname,ಚಿತ್ರ ಕ್ಷೇತ್ರ ಮಾನ್ಯ FIELDNAME ಇರಬೇಕು
DocType: OAuth Client,Token,ಟೋಕನ್ DocType: OAuth Client,Token,ಟೋಕನ್
DocType: Property Setter,ID (name) of the entity whose property is to be set,ಅವರ ಆಸ್ತಿ ಸೆಟ್ ಆಗಿದೆ ಘಟಕದ ಆಫ್ ID ( ಹೆಸರು ) DocType: Property Setter,ID (name) of the entity whose property is to be set,ಅವರ ಆಸ್ತಿ ಸೆಟ್ ಆಗಿದೆ ಘಟಕದ ಆಫ್ ID ( ಹೆಸರು )
apps/frappe/frappe/limits.py +82,"To renew, {0}.","ನವೀಕರಿಸಲು, {0}." apps/frappe/frappe/limits.py +82,"To renew, {0}.","ನವೀಕರಿಸಲು, {0}."
@@ -434,7 +436,7 @@ DocType: Web Form,Sidebar Items,ಪಾರ್ಶ್ವಪಟ್ಟಿ ಐಟಂ
apps/frappe/frappe/installer.py +125,App {0} already installed,ಅಪ್ಲಿಕೇಶನ್ {0} ಈಗಾಗಲೇ ಸ್ಥಾಪಿಸಲಾಗಿದೆ apps/frappe/frappe/installer.py +125,App {0} already installed,ಅಪ್ಲಿಕೇಶನ್ {0} ಈಗಾಗಲೇ ಸ್ಥಾಪಿಸಲಾಗಿದೆ
DocType: Workflow State,exclamation-sign,ಘೋಷಣಾ - ಚಿಹ್ನೆ DocType: Workflow State,exclamation-sign,ಘೋಷಣಾ - ಚಿಹ್ನೆ
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,ಅನುಮತಿಗಳನ್ನು ತೋರಿಸು apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,ಅನುಮತಿಗಳನ್ನು ತೋರಿಸು
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a Link or Dynamic Link,ಟೈಮ್ಲೈನ್ ಕ್ಷೇತ್ರದಲ್ಲಿ ಲಿಂಕ್ ಅಥವಾ ಡೈನಾಮಿಕ್ ಲಿಂಕ್ ಇರಬೇಕು
apps/frappe/frappe/core/doctype/doctype/doctype.py +578,Timeline field must be a Link or Dynamic Link,ಟೈಮ್ಲೈನ್ ಕ್ಷೇತ್ರದಲ್ಲಿ ಲಿಂಕ್ ಅಥವಾ ಡೈನಾಮಿಕ್ ಲಿಂಕ್ ಇರಬೇಕು
apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,ದಿನಾಂಕ ಶ್ರೇಣಿ apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,ದಿನಾಂಕ ಶ್ರೇಣಿ
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,ಗ್ಯಾಂಟ್ apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,ಗ್ಯಾಂಟ್
apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},ಪುಟ {0} ನ {1} apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},ಪುಟ {0} ನ {1}
@@ -464,18 +466,18 @@ DocType: Workflow State,music,ಸಂಗೀತ
DocType: Web Page,Settings,ಸೆಟ್ಟಿಂಗ್ಗಳು DocType: Web Page,Settings,ಸೆಟ್ಟಿಂಗ್ಗಳು
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,DOCTYPE ಸೂಚಿಸಲು ದಯವಿಟ್ಟು apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,DOCTYPE ಸೂಚಿಸಲು ದಯವಿಟ್ಟು
DocType: Print Format,Style Settings,ಶೈಲಿ ಸೆಟ್ಟಿಂಗ್ಗಳನ್ನು DocType: Print Format,Style Settings,ಶೈಲಿ ಸೆಟ್ಟಿಂಗ್ಗಳನ್ನು
apps/frappe/frappe/core/doctype/doctype/doctype.py +585,Sort field {0} must be a valid fieldname,ಕ್ಷೇತ್ರದಲ್ಲಿ ರೀತಿಯ {0} ಮಾನ್ಯ FIELDNAME ಇರಬೇಕು
apps/frappe/frappe/core/doctype/doctype/doctype.py +589,Sort field {0} must be a valid fieldname,ಕ್ಷೇತ್ರದಲ್ಲಿ ರೀತಿಯ {0} ಮಾನ್ಯ FIELDNAME ಇರಬೇಕು
apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,ಇನ್ನಷ್ಟು apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,ಇನ್ನಷ್ಟು
DocType: Contact,Sales Manager,ಸೇಲ್ಸ್ ಮ್ಯಾನೇಜರ್ DocType: Contact,Sales Manager,ಸೇಲ್ಸ್ ಮ್ಯಾನೇಜರ್
apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,ಹೊಸ ಹೆಸರಿಡು apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,ಹೊಸ ಹೆಸರಿಡು
DocType: Print Format,Format Data,ಸ್ವರೂಪ ಡೇಟಾ DocType: Print Format,Format Data,ಸ್ವರೂಪ ಡೇಟಾ
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Like,ಲೈಕ್
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Like,ಲೈಕ್
DocType: Customize Form Field,Customize Form Field,ಫಾರ್ಮ್ ಫೀಲ್ಡ್ ಕಸ್ಟಮೈಸ್ DocType: Customize Form Field,Customize Form Field,ಫಾರ್ಮ್ ಫೀಲ್ಡ್ ಕಸ್ಟಮೈಸ್
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,ಬಳಕೆದಾರ ಅನುಮತಿಸಿ apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,ಬಳಕೆದಾರ ಅನುಮತಿಸಿ
DocType: OAuth Client,Grant Type,ಗ್ರಾಂಟ್ ಕೌಟುಂಬಿಕತೆ DocType: OAuth Client,Grant Type,ಗ್ರಾಂಟ್ ಕೌಟುಂಬಿಕತೆ
apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,ಡಾಕ್ಯುಮೆಂಟ್ಸ್ ಒಂದು ಬಳಕೆದಾರ ಮೂಲಕ ಓದಬಹುದಾದ ಇದು ಪರಿಶೀಲಿಸಿ apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,ಡಾಕ್ಯುಮೆಂಟ್ಸ್ ಒಂದು ಬಳಕೆದಾರ ಮೂಲಕ ಓದಬಹುದಾದ ಇದು ಪರಿಶೀಲಿಸಿ
apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,ಅಪ್ಲಿಕೇಶನ್ ಪಟ್ಟಿಯ ಅನುಮತಿಸಲಾಗುವುದಿಲ್ಲ apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,ಅಪ್ಲಿಕೇಶನ್ ಪಟ್ಟಿಯ ಅನುಮತಿಸಲಾಗುವುದಿಲ್ಲ
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,use % as wildcard,ವೈಲ್ಡ್ಕಾರ್ಡ್ ಮಾಹಿತಿ% ಬಳಸಲು
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +230,use % as wildcard,ವೈಲ್ಡ್ಕಾರ್ಡ್ ಮಾಹಿತಿ% ಬಳಸಲು
apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?",ಇಮೇಲ್ ಡೊಮೈನ್ ಒಂದು ರಚಿಸಿ ಈ ಖಾತೆಗಾಗಿ ಕಾನ್ಫಿಗರ್ ಇಲ್ಲ? apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?",ಇಮೇಲ್ ಡೊಮೈನ್ ಒಂದು ರಚಿಸಿ ಈ ಖಾತೆಗಾಗಿ ಕಾನ್ಫಿಗರ್ ಇಲ್ಲ?
DocType: User,Reset Password Key,ಪಾಸ್ವರ್ಡ್ ಕೀ ಕೊಡುಗೆಗಳು DocType: User,Reset Password Key,ಪಾಸ್ವರ್ಡ್ ಕೀ ಕೊಡುಗೆಗಳು
DocType: Email Account,Enable Auto Reply,ಆಟೋ ಉತ್ತರಿಸಿ ಸಕ್ರಿಯಗೊಳಿಸಿ DocType: Email Account,Enable Auto Reply,ಆಟೋ ಉತ್ತರಿಸಿ ಸಕ್ರಿಯಗೊಳಿಸಿ
@@ -501,11 +503,12 @@ apps/frappe/frappe/model/document.py +574,Cannot change docstatus from 1 to 0,1
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,ಈಗ ಬ್ಯಾಕ್ಅಪ್ ತೆಗೆದುಕೊಳ್ಳಲು apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,ಈಗ ಬ್ಯಾಕ್ಅಪ್ ತೆಗೆದುಕೊಳ್ಳಲು
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,ಸ್ವಾಗತ apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,ಸ್ವಾಗತ
apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,ಸ್ಥಾಪಿಸಲಾದ ಅಪ್ಲಿಕೇಶನ್ಗಳು apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,ಸ್ಥಾಪಿಸಲಾದ ಅಪ್ಲಿಕೇಶನ್ಗಳು
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,ಸೆಟಪ್&gt; ಬಳಕೆದಾರ ಅನುಮತಿಗಳು ನಿರ್ವಾಹಕ
DocType: Contact,Open,ತೆರೆದ DocType: Contact,Open,ತೆರೆದ
DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,ರಾಜ್ಯಗಳ ಕ್ರಮಗಳು ಮತ್ತು ಮುಂದಿನ ಹಂತದ ಮತ್ತು ಅವಕಾಶ ಪಾತ್ರಗಳನ್ನು ವರ್ಣಿಸಬಹುದು. DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,ರಾಜ್ಯಗಳ ಕ್ರಮಗಳು ಮತ್ತು ಮುಂದಿನ ಹಂತದ ಮತ್ತು ಅವಕಾಶ ಪಾತ್ರಗಳನ್ನು ವರ್ಣಿಸಬಹುದು.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","ಒಂದು ಉತ್ತಮ , ವಿವಿಧ ಪಾತ್ರಗಳು ಅನುಮತಿ ಆಡಳಿತದ ಅದೇ ನಿಗದಿಪಡಿಸಿದ್ದಾರೆ ಇಲ್ಲ . ಬದಲಿಗೆ, ಅದೇ ಬಳಕೆದಾರ ಅನೇಕ ಪಾತ್ರಗಳನ್ನು ಸೆಟ್ ." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","ಒಂದು ಉತ್ತಮ , ವಿವಿಧ ಪಾತ್ರಗಳು ಅನುಮತಿ ಆಡಳಿತದ ಅದೇ ನಿಗದಿಪಡಿಸಿದ್ದಾರೆ ಇಲ್ಲ . ಬದಲಿಗೆ, ಅದೇ ಬಳಕೆದಾರ ಅನೇಕ ಪಾತ್ರಗಳನ್ನು ಸೆಟ್ ."
DocType: Web Form,Message to be displayed on successful completion,ಸಂದೇಶ ಯಶಸ್ವಿ ತೋರಿಸಲ್ಪಡುತ್ತದೆ DocType: Web Form,Message to be displayed on successful completion,ಸಂದೇಶ ಯಶಸ್ವಿ ತೋರಿಸಲ್ಪಡುತ್ತದೆ
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +42,Only {0} emailed reports are allowed per user,ಮಾತ್ರ {0} ಇಮೇಲ್ ವರದಿಗಳು ಬಳಕೆದಾರರಿಗೆ ಅವಕಾಶ
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +43,Only {0} emailed reports are allowed per user,ಮಾತ್ರ {0} ಇಮೇಲ್ ವರದಿಗಳು ಬಳಕೆದಾರರಿಗೆ ಅವಕಾಶ
DocType: Address,Address Title,ವಿಳಾಸ ಶೀರ್ಷಿಕೆ DocType: Address,Address Title,ವಿಳಾಸ ಶೀರ್ಷಿಕೆ
DocType: Website Settings,Footer Items,ಅಡಿಟಿಪ್ಪಣಿ ಐಟಂಗಳು DocType: Website Settings,Footer Items,ಅಡಿಟಿಪ್ಪಣಿ ಐಟಂಗಳು
apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,ವಿನಂತಿ ಪ್ರತಿಕ್ರಿಯೆ apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,ವಿನಂತಿ ಪ್ರತಿಕ್ರಿಯೆ
@@ -520,7 +523,7 @@ DocType: DocField,Set Only Once,ಕೇವಲ ಒಮ್ಮೆ ಹೊಂದ
DocType: Email Queue Recipient,Email Queue Recipient,ಇಮೇಲ್ ಸರದಿಗೆ ಪುರಸ್ಕೃತರು DocType: Email Queue Recipient,Email Queue Recipient,ಇಮೇಲ್ ಸರದಿಗೆ ಪುರಸ್ಕೃತರು
DocType: Address,Nagaland,ನಾಗಾಲ್ಯಾಂಡ್ DocType: Address,Nagaland,ನಾಗಾಲ್ಯಾಂಡ್
apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,ಬಳಕೆದಾರ ಹೆಸರು {0} ಈಗಾಗಲೇ ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,ಬಳಕೆದಾರ ಹೆಸರು {0} ಈಗಾಗಲೇ ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set import as {1} is not importable,{0} : {1} importable ಅಲ್ಲ ಆಮದು ಹೊಂದಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ
apps/frappe/frappe/core/doctype/doctype/doctype.py +733,{0}: Cannot set import as {1} is not importable,{0} : {1} importable ಅಲ್ಲ ಆಮದು ಹೊಂದಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ
apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},ನಿಮ್ಮ ವಿಳಾಸ ಟೆಂಪ್ಲೇಟು ದೋಷ {0} apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},ನಿಮ್ಮ ವಿಳಾಸ ಟೆಂಪ್ಲೇಟು ದೋಷ {0}
DocType: Footer Item,"target = ""_blank""","ಗುರಿ = ""_blank""" DocType: Footer Item,"target = ""_blank""","ಗುರಿ = ""_blank"""
DocType: Workflow State,hdd,ಎಚ್ಡಿಡಿ DocType: Workflow State,hdd,ಎಚ್ಡಿಡಿ
@@ -532,7 +535,7 @@ DocType: Communication,From Full Name,ಪೂರ್ಣ ಹೆಸರು
apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},ನೀವು ವರದಿ ಪ್ರವೇಶವನ್ನು ಹೊಂದಿಲ್ಲ: {0} apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},ನೀವು ವರದಿ ಪ್ರವೇಶವನ್ನು ಹೊಂದಿಲ್ಲ: {0}
DocType: User,Send Welcome Email,ಸ್ವಾಗತ ಇಮೇಲ್ ಕಳುಹಿಸಿ DocType: User,Send Welcome Email,ಸ್ವಾಗತ ಇಮೇಲ್ ಕಳುಹಿಸಿ
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,ಡೌನ್ಲೋಡ್ ಅದೇ ರೂಪದಲ್ಲಿ ಎಲ್ಲಾ ಬಳಕೆದಾರ ಅನುಮತಿಗಳನ್ನು ಹೊಂದಿರುವ CSV ಕಡತ ಅಪ್ಲೋಡ್. apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,ಡೌನ್ಲೋಡ್ ಅದೇ ರೂಪದಲ್ಲಿ ಎಲ್ಲಾ ಬಳಕೆದಾರ ಅನುಮತಿಗಳನ್ನು ಹೊಂದಿರುವ CSV ಕಡತ ಅಪ್ಲೋಡ್.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +449,Remove Filter,ಫಿಲ್ಟರ್ ತೆಗೆದುಹಾಕಿ
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +450,Remove Filter,ಫಿಲ್ಟರ್ ತೆಗೆದುಹಾಕಿ
DocType: Address,Daman and Diu,ದಮನ್ ಮತ್ತು ದಿಯು DocType: Address,Daman and Diu,ದಮನ್ ಮತ್ತು ದಿಯು
DocType: Address,Personal,ದೊಣ್ಣೆ DocType: Address,Personal,ದೊಣ್ಣೆ
apps/frappe/frappe/config/setup.py +113,Bulk Rename,ದೊಡ್ಡ ಮರುಹೆಸರಿಸು apps/frappe/frappe/config/setup.py +113,Bulk Rename,ದೊಡ್ಡ ಮರುಹೆಸರಿಸು
@@ -563,13 +566,12 @@ apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot
apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","ಸ್ಟ್ಯಾಂಡರ್ಡ್ DOCTYPE, ಡೀಫಾಲ್ಟ್ ಮುದ್ರಣ ರೂಪದಲ್ಲಿ ಹೊಂದುವಂತಿಲ್ಲ ಕಸ್ಟಮೈಸ್ ಫಾರ್ಮ್ ಬಳಸಲು" apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","ಸ್ಟ್ಯಾಂಡರ್ಡ್ DOCTYPE, ಡೀಫಾಲ್ಟ್ ಮುದ್ರಣ ರೂಪದಲ್ಲಿ ಹೊಂದುವಂತಿಲ್ಲ ಕಸ್ಟಮೈಸ್ ಫಾರ್ಮ್ ಬಳಸಲು"
DocType: Report,Query,ಪ್ರಶ್ನೆಯ DocType: Report,Query,ಪ್ರಶ್ನೆಯ
DocType: DocType,Sort Order,ವಿಂಗಡಣಾ ಕ್ರಮ DocType: DocType,Sort Order,ವಿಂಗಡಣಾ ಕ್ರಮ
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,'In List View' not allowed for type {0} in row {1},' ListView ರಲ್ಲಿ ' ಅವಕಾಶ ಮಾದರಿ {0} ಸತತವಾಗಿ {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In List View' not allowed for type {0} in row {1},' ListView ರಲ್ಲಿ ' ಅವಕಾಶ ಮಾದರಿ {0} ಸತತವಾಗಿ {1}
DocType: Custom Field,Select the label after which you want to insert new field.,ನೀವು ಹೊಸ ಕ್ಷೇತ್ರದಲ್ಲಿ ಸೇರಿಸಲು ಬಯಸುವ afterwhich ಲೇಬಲ್ ಆಯ್ಕೆ . DocType: Custom Field,Select the label after which you want to insert new field.,ನೀವು ಹೊಸ ಕ್ಷೇತ್ರದಲ್ಲಿ ಸೇರಿಸಲು ಬಯಸುವ afterwhich ಲೇಬಲ್ ಆಯ್ಕೆ .
,Document Share Report,ಡಾಕ್ಯುಮೆಂಟ್ ಪಾಲಿನ ವರದಿಯು ,Document Share Report,ಡಾಕ್ಯುಮೆಂಟ್ ಪಾಲಿನ ವರದಿಯು
DocType: User,Last Login,ಕೊನೆಯ ಲಾಗಿನ್ DocType: User,Last Login,ಕೊನೆಯ ಲಾಗಿನ್
apps/frappe/frappe/core/doctype/doctype/doctype.py +600,Fieldname is required in row {0},ಕ್ಷೇತ್ರ ಹೆಸರು ಸತತವಾಗಿ ಅಗತ್ಯವಿದೆ {0}
apps/frappe/frappe/core/doctype/doctype/doctype.py +604,Fieldname is required in row {0},ಕ್ಷೇತ್ರ ಹೆಸರು ಸತತವಾಗಿ ಅಗತ್ಯವಿದೆ {0}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,ಅಂಕಣ apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,ಅಂಕಣ
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,ಸೆಟಪ್&gt; ಇಮೇಲ್&gt; ಇಮೇಲ್ ಖಾತೆಯಿಂದ ಡೀಫಾಲ್ಟ್ ಇಮೇಲ್ ಖಾತೆಯನ್ನು ಹೊಂದಿಸಿ
DocType: Custom Field,Adds a custom field to a DocType,ಒಂದು DOCTYPE ಕಸ್ಟಮ್ ಕ್ಷೇತ್ರ ಸೇರಿಸುತ್ತದೆ DocType: Custom Field,Adds a custom field to a DocType,ಒಂದು DOCTYPE ಕಸ್ಟಮ್ ಕ್ಷೇತ್ರ ಸೇರಿಸುತ್ತದೆ
DocType: File,Is Home Folder,ಮುಖಪುಟ ಫೋಲ್ಡರ್ DocType: File,Is Home Folder,ಮುಖಪುಟ ಫೋಲ್ಡರ್
apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} ಮಾನ್ಯ ಇಮೇಲ್ ವಿಳಾಸ ಅಲ್ಲ apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} ಮಾನ್ಯ ಇಮೇಲ್ ವಿಳಾಸ ಅಲ್ಲ
@@ -594,7 +596,7 @@ DocType: File,Folder,ಫೋಲ್ಡರ್
DocType: DocField,Index,ಸೂಚಿ DocType: DocField,Index,ಸೂಚಿ
DocType: Email Group,Newsletter Manager,ಸುದ್ದಿಪತ್ರ ಮ್ಯಾನೇಜರ್ DocType: Email Group,Newsletter Manager,ಸುದ್ದಿಪತ್ರ ಮ್ಯಾನೇಜರ್
apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,ಆಯ್ಕೆ 1 apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,ಆಯ್ಕೆ 1
apps/frappe/frappe/public/js/frappe/form/formatters.js +124,{0} to {1},{0} ನಿಂದ {1}
apps/frappe/frappe/public/js/frappe/form/formatters.js +129,{0} to {1},{0} ನಿಂದ {1}
apps/frappe/frappe/config/setup.py +89,Log of error during requests.,ವಿನಂತಿಗಳನ್ನು ಸಮಯದಲ್ಲಿ ದೋಷ ಲಾಗ್. apps/frappe/frappe/config/setup.py +89,Log of error during requests.,ವಿನಂತಿಗಳನ್ನು ಸಮಯದಲ್ಲಿ ದೋಷ ಲಾಗ್.
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} ಯಶಸ್ವಿಯಾಗಿ ಇಮೇಲ್ ಗುಂಪು ಸೇರಿಸಲಾಗಿದೆ. apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} ಯಶಸ್ವಿಯಾಗಿ ಇಮೇಲ್ ಗುಂಪು ಸೇರಿಸಲಾಗಿದೆ.
DocType: Address,Uttar Pradesh,ಉತ್ತರ ಪ್ರದೇಶ DocType: Address,Uttar Pradesh,ಉತ್ತರ ಪ್ರದೇಶ
@@ -604,7 +606,7 @@ apps/frappe/frappe/email/doctype/newsletter/newsletter.py +30,Scheduled to send
DocType: Kanban Board Column,Indicator,ಸೂಚಕ DocType: Kanban Board Column,Indicator,ಸೂಚಕ
DocType: DocShare,Everyone,ಪ್ರತಿಯೊಬ್ಬರೂ DocType: DocShare,Everyone,ಪ್ರತಿಯೊಬ್ಬರೂ
DocType: Workflow State,backward,ಹಿಮ್ಮೊಗ DocType: Workflow State,backward,ಹಿಮ್ಮೊಗ
apps/frappe/frappe/core/doctype/doctype/doctype.py +676,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: ಅದೇ ಪಾತ್ರ, ಮಟ್ಟ ಮತ್ತು ಅವಕಾಶ ಒಂದೇ ನಿಯಮ {1}"
apps/frappe/frappe/core/doctype/doctype/doctype.py +680,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: ಅದೇ ಪಾತ್ರ, ಮಟ್ಟ ಮತ್ತು ಅವಕಾಶ ಒಂದೇ ನಿಯಮ {1}"
DocType: Email Queue,Add Unsubscribe Link,ಅನ್ಸಬ್ಸ್ಕ್ರೈಬ್ ಲಿಂಕ್ ಸೇರಿಸಿ DocType: Email Queue,Add Unsubscribe Link,ಅನ್ಸಬ್ಸ್ಕ್ರೈಬ್ ಲಿಂಕ್ ಸೇರಿಸಿ
apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,ಇನ್ನೂ ಇಲ್ಲ ಕಾಮೆಂಟ್ಗಳನ್ನು. ಹೊಸ ಚರ್ಚೆ ಪ್ರಾರಂಭಿಸಿ. apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,ಇನ್ನೂ ಇಲ್ಲ ಕಾಮೆಂಟ್ಗಳನ್ನು. ಹೊಸ ಚರ್ಚೆ ಪ್ರಾರಂಭಿಸಿ.
DocType: Workflow State,share,ಪಾಲು DocType: Workflow State,share,ಪಾಲು
@@ -644,7 +646,7 @@ apps/frappe/frappe/printing/doctype/print_format/print_format.py +80,{0} is now
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,ಆರ್ಕೈವ್ ಅಂಕಣ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,ಆರ್ಕೈವ್ ಅಂಕಣ
DocType: Email Account,Default Outgoing,ಡೀಫಾಲ್ಟ್ ಹೊರಹೋಗುವ DocType: Email Account,Default Outgoing,ಡೀಫಾಲ್ಟ್ ಹೊರಹೋಗುವ
DocType: Workflow State,play,ಆಡಲು DocType: Workflow State,play,ಆಡಲು
apps/frappe/frappe/templates/emails/new_user.html +5,Click on the link below to complete your registration and set a new password,ಕೆಳಗೆ ನಿಮ್ಮ ನೋಂದಣಿ ಪೂರ್ಣಗೊಳಿಸಲು ಲಿಂಕ್ ಮೇಲೆ ಕ್ಲಿಕ್ ಮಾಡಿ ಮತ್ತು ಒಂದು ಹೊಸ ಗುಪ್ತಪದವನ್ನು
apps/frappe/frappe/templates/emails/new_user.html +4,Click on the link below to complete your registration and set a new password,ಕೆಳಗೆ ನಿಮ್ಮ ನೋಂದಣಿ ಪೂರ್ಣಗೊಳಿಸಲು ಲಿಂಕ್ ಮೇಲೆ ಕ್ಲಿಕ್ ಮಾಡಿ ಮತ್ತು ಒಂದು ಹೊಸ ಗುಪ್ತಪದವನ್ನು
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,ಸೇರಿಸಲು ಮಾಡಲಿಲ್ಲ apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,ಸೇರಿಸಲು ಮಾಡಲಿಲ್ಲ
apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,ಯಾವುದೇ ಇಮೇಲ್ ಖಾತೆಗಳು ಅಸೈನ್ apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,ಯಾವುದೇ ಇಮೇಲ್ ಖಾತೆಗಳು ಅಸೈನ್
DocType: Contact Us Settings,Contact Us Settings,ಸಂಪರ್ಕಿಸಿ ಸೆಟ್ಟಿಂಗ್ಗಳು DocType: Contact Us Settings,Contact Us Settings,ಸಂಪರ್ಕಿಸಿ ಸೆಟ್ಟಿಂಗ್ಗಳು
@@ -666,12 +668,12 @@ apps/frappe/frappe/core/page/user_permissions/user_permissions.js +127,Upload Us
DocType: Dropbox Settings,App Secret Key,ಅಪ್ಲಿಕೇಶನ್ ಸೀಕ್ರೆಟ್ ಕೀ DocType: Dropbox Settings,App Secret Key,ಅಪ್ಲಿಕೇಶನ್ ಸೀಕ್ರೆಟ್ ಕೀ
apps/frappe/frappe/config/website.py +7,Web Site,ವೆಬ್ ಸೈಟ್ apps/frappe/frappe/config/website.py +7,Web Site,ವೆಬ್ ಸೈಟ್
apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,ಪರೀಕ್ಷಿಸಿದ್ದು ಐಟಂಗಳನ್ನು ಡೆಸ್ಕ್ಟಾಪ್ ತೋರಿಸಲಾಗುತ್ತದೆ apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,ಪರೀಕ್ಷಿಸಿದ್ದು ಐಟಂಗಳನ್ನು ಡೆಸ್ಕ್ಟಾಪ್ ತೋರಿಸಲಾಗುತ್ತದೆ
apps/frappe/frappe/core/doctype/doctype/doctype.py +719,{0} cannot be set for Single types,{0} ಏಕ ರೀತಿಯ ಹೊಂದಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0} cannot be set for Single types,{0} ಏಕ ರೀತಿಯ ಹೊಂದಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,ಕನ್ಬನ್ ಬೋರ್ಡ್ {0} ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ. apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,ಕನ್ಬನ್ ಬೋರ್ಡ್ {0} ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ.
apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} ಪ್ರಸ್ತುತ ದಾಖಲೆ ವೀಕ್ಷಿಸುತ್ತಿದ್ದಾರೆ apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} ಪ್ರಸ್ತುತ ದಾಖಲೆ ವೀಕ್ಷಿಸುತ್ತಿದ್ದಾರೆ
DocType: ToDo,Assigned By Full Name,ಪೂರ್ಣ ಹೆಸರು ಅದಕ್ಕೆ DocType: ToDo,Assigned By Full Name,ಪೂರ್ಣ ಹೆಸರು ಅದಕ್ಕೆ
apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} ಅಪ್ಡೇಟ್ಗೊಳಿಸಲಾಗಿದೆ apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} ಅಪ್ಡೇಟ್ಗೊಳಿಸಲಾಗಿದೆ
apps/frappe/frappe/core/doctype/doctype/doctype.py +709,Report cannot be set for Single types,ವರದಿ ಒಂದೇ ರೀತಿಯ ಹೊಂದಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ
apps/frappe/frappe/core/doctype/doctype/doctype.py +713,Report cannot be set for Single types,ವರದಿ ಒಂದೇ ರೀತಿಯ ಹೊಂದಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} ದಿನಗಳ ಹಿಂದೆ apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} ದಿನಗಳ ಹಿಂದೆ
DocType: Email Account,Awaiting Password,ಕಾಯುತ್ತಿದ್ದ ಪಾಸ್ವರ್ಡ್ DocType: Email Account,Awaiting Password,ಕಾಯುತ್ತಿದ್ದ ಪಾಸ್ವರ್ಡ್
DocType: Address,Address Line 1,ಲೈನ್ 1 ವಿಳಾಸ DocType: Address,Address Line 1,ಲೈನ್ 1 ವಿಳಾಸ
@@ -721,7 +723,7 @@ DocType: Feedback Trigger,"To add dynamic subject, use jinja tags like
apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,ಅಪ್ಲಿಕೇಶನ್ {0} ತೆಗೆದು apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,ಅಪ್ಲಿಕೇಶನ್ {0} ತೆಗೆದು
DocType: Custom DocPerm,Apply User Permissions,ಬಳಕೆದಾರ ಅನುಮತಿಗಳು ಅನ್ವಯಿಸು DocType: Custom DocPerm,Apply User Permissions,ಬಳಕೆದಾರ ಅನುಮತಿಗಳು ಅನ್ವಯಿಸು
DocType: User,Modules HTML,ಮಾಡ್ಯೂಲ್ಗಳು ಎಚ್ಟಿಎಮ್ಎಲ್ DocType: User,Modules HTML,ಮಾಡ್ಯೂಲ್ಗಳು ಎಚ್ಟಿಎಮ್ಎಲ್
apps/frappe/frappe/public/js/frappe/ui/field_group.js +82,Missing Values Required,ಅಗತ್ಯ ELEMENTARY ಸ್ಥಳ
apps/frappe/frappe/public/js/frappe/ui/field_group.js +96,Missing Values Required,ಅಗತ್ಯ ELEMENTARY ಸ್ಥಳ
DocType: DocType,Other Settings,ಇತರೆ ಸೆಟ್ಟಿಂಗ್ಗಳು DocType: DocType,Other Settings,ಇತರೆ ಸೆಟ್ಟಿಂಗ್ಗಳು
DocType: Social Login Keys,Frappe,ಫ್ರಾಪ್ಪೆ DocType: Social Login Keys,Frappe,ಫ್ರಾಪ್ಪೆ
apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,ಓದಿಲ್ಲ ಅಂತ ಗುರುತುಹಾಕಿ apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,ಓದಿಲ್ಲ ಅಂತ ಗುರುತುಹಾಕಿ
@@ -777,7 +779,7 @@ DocType: Event,orange,ಕಿತ್ತಳೆ
apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,ಯಾವುದೇ {0} ಕಂಡು apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,ಯಾವುದೇ {0} ಕಂಡು
apps/frappe/frappe/config/setup.py +242,Add custom forms.,ಕಸ್ಟಮ್ ರೂಪಗಳು ಸೇರಿಸಿ. apps/frappe/frappe/config/setup.py +242,Add custom forms.,ಕಸ್ಟಮ್ ರೂಪಗಳು ಸೇರಿಸಿ.
apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} ನಲ್ಲಿ {2} apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} ನಲ್ಲಿ {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +419,submitted this document,ಈ ಡಾಕ್ಯುಮೆಂಟ್ ಸಲ್ಲಿಸಿದ
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,submitted this document,ಈ ಡಾಕ್ಯುಮೆಂಟ್ ಸಲ್ಲಿಸಿದ
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,The system provides many pre-defined roles. You can add new roles to set finer permissions.,ವ್ಯವಸ್ಥೆಯ ಅನೇಕ ಪೂರ್ವ ನಿರ್ಧಾರಿತ ಪಾತ್ರಗಳನ್ನು ಒದಗಿಸುತ್ತದೆ . ನೀವು ಸೂಕ್ಷ್ಮ ಅನುಮತಿಗಳನ್ನು ಹೊಂದಿಸಲು ಹೊಸ ಪಾತ್ರಗಳನ್ನು ಸೇರಿಸಬಹುದು. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,The system provides many pre-defined roles. You can add new roles to set finer permissions.,ವ್ಯವಸ್ಥೆಯ ಅನೇಕ ಪೂರ್ವ ನಿರ್ಧಾರಿತ ಪಾತ್ರಗಳನ್ನು ಒದಗಿಸುತ್ತದೆ . ನೀವು ಸೂಕ್ಷ್ಮ ಅನುಮತಿಗಳನ್ನು ಹೊಂದಿಸಲು ಹೊಸ ಪಾತ್ರಗಳನ್ನು ಸೇರಿಸಬಹುದು.
DocType: Communication,CC,ಸಿಸಿ DocType: Communication,CC,ಸಿಸಿ
DocType: Country,Geo,ಜಿಯೋ DocType: Country,Geo,ಜಿಯೋ
@@ -828,7 +830,7 @@ DocType: DocType,Hide Toolbar,ಪರಿಕರ ಪಟ್ಟಿ ಮರೆಮಾಡ
DocType: User,Last Active,ಸಕ್ರಿಯ ಕೊನೆಯ DocType: User,Last Active,ಸಕ್ರಿಯ ಕೊನೆಯ
DocType: Email Account,SMTP Settings for outgoing emails,ಹೊರಹೋಗುವ ಇಮೇಲ್ಗಳನ್ನು SMTP ಸೆಟ್ಟಿಂಗ್ಗಳನ್ನು DocType: Email Account,SMTP Settings for outgoing emails,ಹೊರಹೋಗುವ ಇಮೇಲ್ಗಳನ್ನು SMTP ಸೆಟ್ಟಿಂಗ್ಗಳನ್ನು
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,ಆಮದು ವಿಫಲವಾಗಿದೆ apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,ಆಮದು ವಿಫಲವಾಗಿದೆ
apps/frappe/frappe/templates/emails/password_update.html +3,Your password has been updated. Here is your new password,ನಿಮ್ಮ ಪಾಸ್ವರ್ಡ್ ಅನ್ನು ನವೀಕರಿಸಲಾಗಿದೆ. ನಿಮ್ಮ ಹೊಸ ಗುಪ್ತಪದವನ್ನು
apps/frappe/frappe/templates/emails/password_update.html +2,Your password has been updated. Here is your new password,ನಿಮ್ಮ ಪಾಸ್ವರ್ಡ್ ಅನ್ನು ನವೀಕರಿಸಲಾಗಿದೆ. ನಿಮ್ಮ ಹೊಸ ಗುಪ್ತಪದವನ್ನು
DocType: Email Account,Auto Reply Message,ಆಟೋ ಉತ್ತರಿಸಿ ಸಂದೇಶ DocType: Email Account,Auto Reply Message,ಆಟೋ ಉತ್ತರಿಸಿ ಸಂದೇಶ
DocType: Feedback Trigger,Condition,ಪರಿಸ್ಥಿತಿ DocType: Feedback Trigger,Condition,ಪರಿಸ್ಥಿತಿ
apps/frappe/frappe/utils/data.py +546,{0} hours ago,{0} ಗಂಟೆಗಳ ಹಿಂದೆ apps/frappe/frappe/utils/data.py +546,{0} hours ago,{0} ಗಂಟೆಗಳ ಹಿಂದೆ
@@ -836,7 +838,6 @@ apps/frappe/frappe/utils/data.py +556,1 month ago,1 ತಿಂಗಳ ಹಿಂದ
DocType: Contact,User ID,ಬಳಕೆದಾರ ID DocType: Contact,User ID,ಬಳಕೆದಾರ ID
DocType: Communication,Sent,ಕಳುಹಿಸಲಾಗಿದೆ DocType: Communication,Sent,ಕಳುಹಿಸಲಾಗಿದೆ
DocType: Address,Kerala,ಕೇರಳ DocType: Address,Kerala,ಕೇರಳ
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} ವರ್ಷ (ಗಳು) ಹಿಂದೆ
DocType: File,Lft,lft DocType: File,Lft,lft
DocType: User,Simultaneous Sessions,ಏಕಕಾಲಿಕ ಸೆಷನ್ಸ್ DocType: User,Simultaneous Sessions,ಏಕಕಾಲಿಕ ಸೆಷನ್ಸ್
DocType: OAuth Client,Client Credentials,ಕ್ಲೈಂಟ್ ರುಜುವಾತುಗಳು DocType: OAuth Client,Client Credentials,ಕ್ಲೈಂಟ್ ರುಜುವಾತುಗಳು
@@ -853,7 +854,7 @@ DocType: Email Queue,Unsubscribe Method,ಅನ್ಸಬ್ಸ್ಕ್ರೈ
DocType: GSuite Templates,Related DocType,ಸಂಬಂಧಿತ doctype DocType: GSuite Templates,Related DocType,ಸಂಬಂಧಿತ doctype
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,ವಿಷಯ ಸೇರಿಸಿ ಸಂಪಾದಿಸಿ apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,ವಿಷಯ ಸೇರಿಸಿ ಸಂಪಾದಿಸಿ
apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,ಭಾಷೆಗಳು ಆಯ್ಕೆ apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,ಭಾಷೆಗಳು ಆಯ್ಕೆ
apps/frappe/frappe/__init__.py +517,No permission for {0},ಯಾವುದೇ ಅನುಮತಿ {0}
apps/frappe/frappe/__init__.py +518,No permission for {0},ಯಾವುದೇ ಅನುಮತಿ {0}
DocType: DocType,Advanced,ಸುಧಾರಿತ DocType: DocType,Advanced,ಸುಧಾರಿತ
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,API ಕೀ ತೋರುತ್ತದೆ ಅಥವಾ API ಸೀಕ್ರೆಟ್ ತಪ್ಪು !!! apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,API ಕೀ ತೋರುತ್ತದೆ ಅಥವಾ API ಸೀಕ್ರೆಟ್ ತಪ್ಪು !!!
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},ರೆಫರೆನ್ಸ್: {0} {1} apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},ರೆಫರೆನ್ಸ್: {0} {1}
@@ -885,14 +886,14 @@ DocType: Custom DocPerm,Additional Permissions,ಹೆಚ್ಚುವರಿ ಅ
DocType: Email Account,Always use Account's Email Address as Sender,ಯಾವಾಗಲೂ ಕಳುಹಿಸಿದವರ ಎಂದು ಖಾತೆಯ ಇಮೇಲ್ ವಿಳಾಸವನ್ನು ಬಳಸಲು DocType: Email Account,Always use Account's Email Address as Sender,ಯಾವಾಗಲೂ ಕಳುಹಿಸಿದವರ ಎಂದು ಖಾತೆಯ ಇಮೇಲ್ ವಿಳಾಸವನ್ನು ಬಳಸಲು
apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,ಕಾಮೆಂಟ್ ಲಾಗಿನ್ ಆಗಿ apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,ಕಾಮೆಂಟ್ ಲಾಗಿನ್ ಆಗಿ
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,ಈ ಸಾಲಿನ ಕೆಳಗೆ ಡೇಟಾವನ್ನು ನಮೂದಿಸುವ ಪ್ರಾರಂಭಿಸಿ apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,ಈ ಸಾಲಿನ ಕೆಳಗೆ ಡೇಟಾವನ್ನು ನಮೂದಿಸುವ ಪ್ರಾರಂಭಿಸಿ
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +474,changed values for {0},ಬದಲಾಗುವುದರಲ್ಲಿ ಮೌಲ್ಯಗಳು {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +476,changed values for {0},ಬದಲಾಗುವುದರಲ್ಲಿ ಮೌಲ್ಯಗಳು {0}
DocType: Workflow State,retweet,ರಿಟ್ವೀಟ್ DocType: Workflow State,retweet,ರಿಟ್ವೀಟ್
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,ಕ್ಷೇತ್ರದ ನಿಗದಿಸಿ apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,ಕ್ಷೇತ್ರದ ನಿಗದಿಸಿ
DocType: Report,Disabled,ಅಂಗವಿಕಲ DocType: Report,Disabled,ಅಂಗವಿಕಲ
DocType: Workflow State,eye-close,ಕಣ್ಣಿನ ಹತ್ತಿರ DocType: Workflow State,eye-close,ಕಣ್ಣಿನ ಹತ್ತಿರ
DocType: OAuth Provider Settings,OAuth Provider Settings,OAuth ಅನ್ನು ಒದಗಿಸುವವರು ಸೆಟ್ಟಿಂಗ್ಗಳು DocType: OAuth Provider Settings,OAuth Provider Settings,OAuth ಅನ್ನು ಒದಗಿಸುವವರು ಸೆಟ್ಟಿಂಗ್ಗಳು
apps/frappe/frappe/config/setup.py +254,Applications,ಅಪ್ಲಿಕೇಷನ್ಸ್ apps/frappe/frappe/config/setup.py +254,Applications,ಅಪ್ಲಿಕೇಷನ್ಸ್
apps/frappe/frappe/public/js/frappe/request.js +349,Report this issue,ಈ ಸಮಸ್ಯೆಯನ್ನು ವರದಿಮಾಡಿ
apps/frappe/frappe/public/js/frappe/request.js +353,Report this issue,ಈ ಸಮಸ್ಯೆಯನ್ನು ವರದಿಮಾಡಿ
apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,ಹೆಸರು ಅಗತ್ಯವಿದೆ apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,ಹೆಸರು ಅಗತ್ಯವಿದೆ
DocType: Custom Script,Adds a custom script (client or server) to a DocType,ಒಂದು DOCTYPE ಕಸ್ಟಮ್ ಸ್ಕ್ರಿಪ್ಟ್ (ಗ್ರಾಹಕ ಅಥವಾ ಸರ್ವರ್) ಸೇರಿಸುತ್ತದೆ DocType: Custom Script,Adds a custom script (client or server) to a DocType,ಒಂದು DOCTYPE ಕಸ್ಟಮ್ ಸ್ಕ್ರಿಪ್ಟ್ (ಗ್ರಾಹಕ ಅಥವಾ ಸರ್ವರ್) ಸೇರಿಸುತ್ತದೆ
DocType: Address,City/Town,ನಗರ / ಪಟ್ಟಣ DocType: Address,City/Town,ನಗರ / ಪಟ್ಟಣ
@@ -977,7 +978,7 @@ DocType: Web Form,Actions,ಕ್ರಿಯೆಗಳು
DocType: Workflow State,align-justify,ಸಮರ್ಥಿಸಿಕೊಳ್ಳಲು align DocType: Workflow State,align-justify,ಸಮರ್ಥಿಸಿಕೊಳ್ಳಲು align
DocType: User,Middle Name (Optional),ಮಧ್ಯ ಹೆಸರು (ಐಚ್ಛಿಕ) DocType: User,Middle Name (Optional),ಮಧ್ಯ ಹೆಸರು (ಐಚ್ಛಿಕ)
apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,ಅನುಮತಿಯಿಲ್ಲ apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,ಅನುಮತಿಯಿಲ್ಲ
apps/frappe/frappe/public/js/frappe/ui/field_group.js +83,Following fields have missing values:,ನಂತರ ಜಾಗ ಕಾಣೆಯಾಗಿದೆ ಮೌಲ್ಯಗಳು:
apps/frappe/frappe/public/js/frappe/ui/field_group.js +97,Following fields have missing values:,ನಂತರ ಜಾಗ ಕಾಣೆಯಾಗಿದೆ ಮೌಲ್ಯಗಳು:
apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,ನೀವು ಕ್ರಿಯೆಯನ್ನು ಪೂರ್ಣಗೊಳಿಸಲು ಅಗತ್ಯವಾದ ಅನುಮತಿ ಇಲ್ಲ apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,ನೀವು ಕ್ರಿಯೆಯನ್ನು ಪೂರ್ಣಗೊಳಿಸಲು ಅಗತ್ಯವಾದ ಅನುಮತಿ ಇಲ್ಲ
apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,ಯಾವುದೇ ಫಲಿತಾಂಶಗಳು apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,ಯಾವುದೇ ಫಲಿತಾಂಶಗಳು
DocType: System Settings,Security,ಭದ್ರತೆ DocType: System Settings,Security,ಭದ್ರತೆ
@@ -1022,7 +1023,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js +133,Hide Details,ವಿವ
DocType: Workflow State,Tasks,ಕಾರ್ಯಗಳನ್ನು DocType: Workflow State,Tasks,ಕಾರ್ಯಗಳನ್ನು
DocType: Event,Tuesday,ಮಂಗಳವಾರ DocType: Event,Tuesday,ಮಂಗಳವಾರ
DocType: Blog Settings,Blog Settings,ಬ್ಲಾಗ್ ಸೆಟ್ಟಿಂಗ್ಗಳು DocType: Blog Settings,Blog Settings,ಬ್ಲಾಗ್ ಸೆಟ್ಟಿಂಗ್ಗಳು
apps/frappe/frappe/templates/emails/new_user.html +17,You can also copy-paste this link in your browser,ನಿಮ್ಮ ಬ್ರೌಸರ್ನಲ್ಲಿ ಈ ಲಿಂಕ್ ನಕಲಿಸಿ ಅಂಟಿಸಿ
apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste this link in your browser,ನಿಮ್ಮ ಬ್ರೌಸರ್ನಲ್ಲಿ ಈ ಲಿಂಕ್ ನಕಲಿಸಿ ಅಂಟಿಸಿ
DocType: Workflow State,bullhorn,bullhorn DocType: Workflow State,bullhorn,bullhorn
DocType: Social Login Keys,Facebook Client Secret,ಫೇಸ್ಬುಕ್ ಕ್ಲೈಂಟ್ ಸೀಕ್ರೆಟ್ DocType: Social Login Keys,Facebook Client Secret,ಫೇಸ್ಬುಕ್ ಕ್ಲೈಂಟ್ ಸೀಕ್ರೆಟ್
DocType: Footer Item,Target,ಟಾರ್ಗೆಟ್ DocType: Footer Item,Target,ಟಾರ್ಗೆಟ್
@@ -1034,12 +1035,12 @@ DocType: ToDo,Due Date,ಕಾರಣ ದಿನಾಂಕ
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,ಕ್ವಾರ್ಟರ್ ಡೇ apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,ಕ್ವಾರ್ಟರ್ ಡೇ
DocType: Social Login Keys,Google Client Secret,ಗೂಗಲ್ ಕ್ಲೈಂಟ್ ಸೀಕ್ರೆಟ್ DocType: Social Login Keys,Google Client Secret,ಗೂಗಲ್ ಕ್ಲೈಂಟ್ ಸೀಕ್ರೆಟ್
DocType: Website Settings,Hide Footer Signup,ಅಡಿಟಿಪ್ಪಣಿ ಸೈನ್ ಅಪ್ ಮರೆಮಾಡಿ DocType: Website Settings,Hide Footer Signup,ಅಡಿಟಿಪ್ಪಣಿ ಸೈನ್ ಅಪ್ ಮರೆಮಾಡಿ
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,cancelled this document,ಈ ಡಾಕ್ಯುಮೆಂಟ್ ರದ್ದು
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +423,cancelled this document,ಈ ಡಾಕ್ಯುಮೆಂಟ್ ರದ್ದು
apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,ಈ ಉಳಿಸಿದ ಅಲ್ಲಿ ಅದೇ ಫೋಲ್ಡರ್ನಲ್ಲಿ ಒಂದು ಪೈಥಾನ್ ಕಡತ ಬರೆಯಿರಿ ಮತ್ತು ಕಾಲಮ್ ಮತ್ತು ಫಲಿತಾಂಶವನ್ನು . apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,ಈ ಉಳಿಸಿದ ಅಲ್ಲಿ ಅದೇ ಫೋಲ್ಡರ್ನಲ್ಲಿ ಒಂದು ಪೈಥಾನ್ ಕಡತ ಬರೆಯಿರಿ ಮತ್ತು ಕಾಲಮ್ ಮತ್ತು ಫಲಿತಾಂಶವನ್ನು .
DocType: DocType,Sort Field,ವಿಂಗಡಿಸಿ ಫೀಲ್ಡ್ DocType: DocType,Sort Field,ವಿಂಗಡಿಸಿ ಫೀಲ್ಡ್
DocType: Razorpay Settings,Razorpay Settings,Razorpay ಸೆಟ್ಟಿಂಗ್ಗಳು DocType: Razorpay Settings,Razorpay Settings,Razorpay ಸೆಟ್ಟಿಂಗ್ಗಳು
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +445,Edit Filter,ಸಂಪಾದಿಸಿ ಫಿಲ್ಟರ್
apps/frappe/frappe/core/doctype/doctype/doctype.py +415,Field {0} of type {1} cannot be mandatory,ಫೀಲ್ಡ್ {0} ಬಗೆಯ {1} ಕಡ್ಡಾಯವಾಗಿ ಸಾಧ್ಯವಿಲ್ಲ
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +446,Edit Filter,ಸಂಪಾದಿಸಿ ಫಿಲ್ಟರ್
apps/frappe/frappe/core/doctype/doctype/doctype.py +419,Field {0} of type {1} cannot be mandatory,ಫೀಲ್ಡ್ {0} ಬಗೆಯ {1} ಕಡ್ಡಾಯವಾಗಿ ಸಾಧ್ಯವಿಲ್ಲ
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,ಸೇರಿಸಿ ಇನ್ನಷ್ಟು apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,ಸೇರಿಸಿ ಇನ್ನಷ್ಟು
apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,ಚಾರ್ಟ್ ಮರೆಮಾಡಿ apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,ಚಾರ್ಟ್ ಮರೆಮಾಡಿ
DocType: System Settings,Session Expiry Mobile,ಸೆಷನ್ ಅಂತ್ಯ ಮೊಬೈಲ್ DocType: System Settings,Session Expiry Mobile,ಸೆಷನ್ ಅಂತ್ಯ ಮೊಬೈಲ್
@@ -1080,7 +1081,7 @@ DocType: Address,Contacts,ಸಂಪರ್ಕಗಳು
DocType: System Settings,Setup Complete,ಸೆಟಪ್ ಕಂಪ್ಲೀಟ್ DocType: System Settings,Setup Complete,ಸೆಟಪ್ ಕಂಪ್ಲೀಟ್
apps/frappe/frappe/config/setup.py +66,Report of all document shares,ಎಲ್ಲಾ ಡಾಕ್ಯುಮೆಂಟ್ ಷೇರುಗಳ ವರದಿ apps/frappe/frappe/config/setup.py +66,Report of all document shares,ಎಲ್ಲಾ ಡಾಕ್ಯುಮೆಂಟ್ ಷೇರುಗಳ ವರದಿ
apps/frappe/frappe/www/update-password.html +18,New Password,ಹೊಸ ಪಾಸ್ವರ್ಡ್ apps/frappe/frappe/www/update-password.html +18,New Password,ಹೊಸ ಪಾಸ್ವರ್ಡ್
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +73,Filter {0} missing,ಫಿಲ್ಟರ್ {0} ಕಾಣೆಯಾಗಿದೆ
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +74,Filter {0} missing,ಫಿಲ್ಟರ್ {0} ಕಾಣೆಯಾಗಿದೆ
apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,ಕ್ಷಮಿಸಿ! ನೀವು ಸ್ವಯಂ ರಚಿತ ಕಾಮೆಂಟ್ಗಳನ್ನು ಅಳಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,ಕ್ಷಮಿಸಿ! ನೀವು ಸ್ವಯಂ ರಚಿತ ಕಾಮೆಂಟ್ಗಳನ್ನು ಅಳಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ
DocType: Website Theme,Style using CSS,ಸಿಎಸ್ಎಸ್ ಬಳಸಿ ಶೈಲಿ DocType: Website Theme,Style using CSS,ಸಿಎಸ್ಎಸ್ ಬಳಸಿ ಶೈಲಿ
apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,ರೆಫರೆನ್ಸ್ doctype apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,ರೆಫರೆನ್ಸ್ doctype
@@ -1148,7 +1149,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +127,Help on Searc
apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,ನೋಂದಾಯಿತ ಆದರೆ ಅಂಗವಿಕಲ apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,ನೋಂದಾಯಿತ ಆದರೆ ಅಂಗವಿಕಲ
DocType: DocType,Hide Copy,ನಕಲಿಸಿ ಮರೆಮಾಡಿ DocType: DocType,Hide Copy,ನಕಲಿಸಿ ಮರೆಮಾಡಿ
apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,ಎಲ್ಲಾ ಪಾತ್ರಗಳನ್ನು ತೆರವುಗೊಳಿಸಿ apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,ಎಲ್ಲಾ ಪಾತ್ರಗಳನ್ನು ತೆರವುಗೊಳಿಸಿ
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +114,{0} generated on {1},{0} ರಚಿತವಾದ {1}
apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} ಅನನ್ಯ ಇರಬೇಕು apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} ಅನನ್ಯ ಇರಬೇಕು
apps/frappe/frappe/permissions.py +274,Row,ರೋ apps/frappe/frappe/permissions.py +274,Row,ರೋ
DocType: DocType,Track Changes,ಟ್ರ್ಯಾಕ್ ಬದಲಾವಣೆಗಳು DocType: DocType,Track Changes,ಟ್ರ್ಯಾಕ್ ಬದಲಾವಣೆಗಳು
@@ -1199,11 +1199,11 @@ DocType: User,Github User ID,GitHub ಬಳಕೆದಾರ ID
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,ಡಾಕ್ಯುಮೆಂಟ್ ಕೌಟುಂಬಿಕತೆ ವೇಳೆ apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,ಡಾಕ್ಯುಮೆಂಟ್ ಕೌಟುಂಬಿಕತೆ ವೇಳೆ
apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","ಅಳಿಸಲು ಅಥವಾ {0} ಏಕೆಂದರೆ ರದ್ದು ಮಾಡಲು ಸಾಧ್ಯವಿಲ್ಲ <a href=""#Form/{0}/{1}"">{1}</a> ಸಂಬಂಧ ಇದೆ {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}" apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","ಅಳಿಸಲು ಅಥವಾ {0} ಏಕೆಂದರೆ ರದ್ದು ಮಾಡಲು ಸಾಧ್ಯವಿಲ್ಲ <a href=""#Form/{0}/{1}"">{1}</a> ಸಂಬಂಧ ಇದೆ {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}"
apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},ಅಜ್ಞಾತ ಅಪ್ಲಿಕೇಶನ್ {0} apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},ಅಜ್ಞಾತ ಅಪ್ಲಿಕೇಶನ್ {0}
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +48,"%s is not a valid report format. Report format should \
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +49,"%s is not a valid report format. Report format should \
one of the following %s",% ಒಂದು ಮಾನ್ಯ ವರದಿ ರೂಪದಲ್ಲಿ ಅಲ್ಲ. ವಿನ್ಯಾಸವನ್ನು ಅನುಸರಿಸಿ% s ಒಂದು \ ಮಾಡಬೇಕು ವರದಿ one of the following %s",% ಒಂದು ಮಾನ್ಯ ವರದಿ ರೂಪದಲ್ಲಿ ಅಲ್ಲ. ವಿನ್ಯಾಸವನ್ನು ಅನುಸರಿಸಿ% s ಒಂದು \ ಮಾಡಬೇಕು ವರದಿ
DocType: Communication,Chat,ಚಾಟಿಂಗ್ DocType: Communication,Chat,ಚಾಟಿಂಗ್
apps/frappe/frappe/core/doctype/doctype/doctype.py +408,Fieldname {0} appears multiple times in rows {1},ಕ್ಷೇತ್ರ ಹೆಸರು {0} ಸಾಲುಗಳಲ್ಲಿ ಅನೇಕ ಬಾರಿ ಕಾಣಿಸಿಕೊಳ್ಳುತ್ತದೆ {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +460,{0} from {1} to {2} in row #{3},{0} {1} ನಿಂದ {2} ಸಾಲು # {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +412,Fieldname {0} appears multiple times in rows {1},ಕ್ಷೇತ್ರ ಹೆಸರು {0} ಸಾಲುಗಳಲ್ಲಿ ಅನೇಕ ಬಾರಿ ಕಾಣಿಸಿಕೊಳ್ಳುತ್ತದೆ {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +462,{0} from {1} to {2} in row #{3},{0} {1} ನಿಂದ {2} ಸಾಲು # {3}
DocType: Communication,Expired,ಅವಧಿ DocType: Communication,Expired,ಅವಧಿ
DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),ಒಂದು ಗ್ರಿಡ್ ಒಂದು ಕ್ಷೇತ್ರದಲ್ಲಿ ಲಂಬಸಾಲುಗಳ ಸಂಖ್ಯೆ (ಗ್ರಿಡ್ನಲ್ಲಿ ಒಟ್ಟು ಕಾಲಮ್ಗಳು ಕಡಿಮೆ 11 ಇರಬೇಕು) DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),ಒಂದು ಗ್ರಿಡ್ ಒಂದು ಕ್ಷೇತ್ರದಲ್ಲಿ ಲಂಬಸಾಲುಗಳ ಸಂಖ್ಯೆ (ಗ್ರಿಡ್ನಲ್ಲಿ ಒಟ್ಟು ಕಾಲಮ್ಗಳು ಕಡಿಮೆ 11 ಇರಬೇಕು)
DocType: DocType,System,ವ್ಯವಸ್ಥೆ DocType: DocType,System,ವ್ಯವಸ್ಥೆ
@@ -1219,7 +1219,7 @@ DocType: Website Settings,Top Bar,ಟಾಪ್ ಬಾರ್
DocType: GSuite Settings,Script Code,ಸ್ಕ್ರಿಪ್ಟ್ ಕೋಡ್ DocType: GSuite Settings,Script Code,ಸ್ಕ್ರಿಪ್ಟ್ ಕೋಡ್
apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,ಬಳಕೆದಾರ ಇಮೇಲ್ ರಚಿಸಿ apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,ಬಳಕೆದಾರ ಇಮೇಲ್ ರಚಿಸಿ
apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,ಬಳಕೆದಾರ ಇಮೇಲ್ ರಚಿಸಿ apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,ಬಳಕೆದಾರ ಇಮೇಲ್ ರಚಿಸಿ
apps/frappe/frappe/core/doctype/doctype/doctype.py +647,No Permissions Specified,ಯಾವುದೇ ಅನುಮತಿಗಳನ್ನು ನಿರ್ದಿಷ್ಟಪಡಿಸಲಾಗಿಲ್ಲ
apps/frappe/frappe/core/doctype/doctype/doctype.py +651,No Permissions Specified,ಯಾವುದೇ ಅನುಮತಿಗಳನ್ನು ನಿರ್ದಿಷ್ಟಪಡಿಸಲಾಗಿಲ್ಲ
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,ಜಾಗತಿಕ ಸೆಟ್ಟಿಂಗ್ಗಳು: ಬಳಕೆದಾರರು ಮಾತ್ರ ಪರಿಶೀಲಿಸಿದ ಐಕಾನ್ಗಳನ್ನು ಆಯ್ಕೆ ಸಾಧ್ಯವಾಗುತ್ತದೆ apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,ಜಾಗತಿಕ ಸೆಟ್ಟಿಂಗ್ಗಳು: ಬಳಕೆದಾರರು ಮಾತ್ರ ಪರಿಶೀಲಿಸಿದ ಐಕಾನ್ಗಳನ್ನು ಆಯ್ಕೆ ಸಾಧ್ಯವಾಗುತ್ತದೆ
apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} ಕಂಡುಬಂದಿಲ್ಲ apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} ಕಂಡುಬಂದಿಲ್ಲ
DocType: Custom Role,Custom Role,ಕಸ್ಟಮ್ ಪಾತ್ರ DocType: Custom Role,Custom Role,ಕಸ್ಟಮ್ ಪಾತ್ರ
@@ -1231,12 +1231,12 @@ DocType: Dropbox Settings,Dropbox Access Secret,ಡ್ರಾಪ್ಬಾಕ್
apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,ಮತ್ತೊಂದು ಕಾಮೆಂಟ್ ಸೇರಿಸಿ apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,ಮತ್ತೊಂದು ಕಾಮೆಂಟ್ ಸೇರಿಸಿ
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,DOCTYPE ಸಂಪಾದಿಸಿ apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,DOCTYPE ಸಂಪಾದಿಸಿ
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,ಸುದ್ದಿಪತ್ರ ಚಂದಾದಾರಿಕೆ ರದ್ದು apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,ಸುದ್ದಿಪತ್ರ ಚಂದಾದಾರಿಕೆ ರದ್ದು
apps/frappe/frappe/core/doctype/doctype/doctype.py +507,Fold must come before a Section Break,ಒಂದು ವಿಭಾಗ ಬ್ರೇಕ್ ಮೊದಲು ಬರುವದು ಪಟ್ಟು
apps/frappe/frappe/core/doctype/doctype/doctype.py +511,Fold must come before a Section Break,ಒಂದು ವಿಭಾಗ ಬ್ರೇಕ್ ಮೊದಲು ಬರುವದು ಪಟ್ಟು
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,ಅಭಿವೃದ್ಧಿ ಅಡಿಯಲ್ಲಿ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,ಅಭಿವೃದ್ಧಿ ಅಡಿಯಲ್ಲಿ
apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,ಕೊನೆಯ ಮಾರ್ಪಾಡು ಮೂಲಕ apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,ಕೊನೆಯ ಮಾರ್ಪಾಡು ಮೂಲಕ
DocType: Workflow State,hand-down,ಕೈ ಕೆಳಗೆ DocType: Workflow State,hand-down,ಕೈ ಕೆಳಗೆ
DocType: Address,GST State,ಜಿಎಸ್ಟಿ ರಾಜ್ಯ DocType: Address,GST State,ಜಿಎಸ್ಟಿ ರಾಜ್ಯ
apps/frappe/frappe/core/doctype/doctype/doctype.py +695,{0}: Cannot set Cancel without Submit,{0} : ಸಲ್ಲಿಸಿ ರದ್ದು ಇಲ್ಲದೆ ಹೊಂದಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ
apps/frappe/frappe/core/doctype/doctype/doctype.py +699,{0}: Cannot set Cancel without Submit,{0} : ಸಲ್ಲಿಸಿ ರದ್ದು ಇಲ್ಲದೆ ಹೊಂದಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ
DocType: Website Theme,Theme,ಥೀಮ್ DocType: Website Theme,Theme,ಥೀಮ್
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,ದೋಷಗಳು ಇದ್ದವು. apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,ದೋಷಗಳು ಇದ್ದವು.
DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,URI ಅನ್ನು ದೃಢೀಕರಣ ಕೋಡ್ ತಲುಪಿದೆ ಮರುನಿರ್ದೇಶಿಸುತ್ತದೆ DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,URI ಅನ್ನು ದೃಢೀಕರಣ ಕೋಡ್ ತಲುಪಿದೆ ಮರುನಿರ್ದೇಶಿಸುತ್ತದೆ
@@ -1275,7 +1275,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +7,
apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,ಕಾಮೆಂಟ್ ಸೇರಿಸಿ apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,ಕಾಮೆಂಟ್ ಸೇರಿಸಿ
DocType: DocField,Mandatory,ಆಜ್ಞಾಪಕ DocType: DocField,Mandatory,ಆಜ್ಞಾಪಕ
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,ರಫ್ತು ಮಾಡ್ಯೂಲ್ apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,ರಫ್ತು ಮಾಡ್ಯೂಲ್
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,{0}: No basic permissions set,{0} : ಇಲ್ಲ ಮೂಲಭೂತ ಅನುಮತಿಗಳನ್ನು ಸೆಟ್
apps/frappe/frappe/core/doctype/doctype/doctype.py +663,{0}: No basic permissions set,{0} : ಇಲ್ಲ ಮೂಲಭೂತ ಅನುಮತಿಗಳನ್ನು ಸೆಟ್
apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,ನಿಮ್ಮ ಚಂದಾದಾರಿಕೆಯನ್ನು ರಂದು ಅಂತ್ಯಗೊಳ್ಳಲಿದೆ {0}. apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,ನಿಮ್ಮ ಚಂದಾದಾರಿಕೆಯನ್ನು ರಂದು ಅಂತ್ಯಗೊಳ್ಳಲಿದೆ {0}.
apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},ನಿಮ್ಮ ಬ್ಯಾಕ್ಅಪ್ ಡೌನ್ಲೋಡ್ ಲಿಂಕ್ ಕೆಳಗಿನ ಇಮೇಲ್ ವಿಳಾಸಕ್ಕೆ ಇಮೇಲ್ ನಡೆಯಲಿದೆ: {0} apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},ನಿಮ್ಮ ಬ್ಯಾಕ್ಅಪ್ ಡೌನ್ಲೋಡ್ ಲಿಂಕ್ ಕೆಳಗಿನ ಇಮೇಲ್ ವಿಳಾಸಕ್ಕೆ ಇಮೇಲ್ ನಡೆಯಲಿದೆ: {0}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","ಆಫ್ , ಸಲ್ಲಿಸಿ ರದ್ದು , ಮಾಡಿರಿ ಅರ್ಥ" apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","ಆಫ್ , ಸಲ್ಲಿಸಿ ರದ್ದು , ಮಾಡಿರಿ ಅರ್ಥ"
@@ -1290,6 +1290,7 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +129,Filters sa
DocType: DocField,Percent,ಪರ್ಸೆಂಟ್ DocType: DocField,Percent,ಪರ್ಸೆಂಟ್
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,ಶೋಧಕಗಳು ಸೆಟ್ ಮಾಡಿ apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,ಶೋಧಕಗಳು ಸೆಟ್ ಮಾಡಿ
apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,ಸಂಬಂಧ apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,ಸಂಬಂಧ
apps/frappe/frappe/templates/emails/auto_email_report.html +48,Edit Auto Email Report Settings,ಆಟೋ ಇಮೇಲ್ ವರದಿ ಸೆಟ್ಟಿಂಗ್ಗಳನ್ನು ಸಂಪಾದಿಸಿ
DocType: Workflow State,book,ಫೇಸ್ಬುಕ್ DocType: Workflow State,book,ಫೇಸ್ಬುಕ್
DocType: Website Settings,Landing Page,ಲ್ಯಾಂಡಿಂಗ್ ಪುಟ DocType: Website Settings,Landing Page,ಲ್ಯಾಂಡಿಂಗ್ ಪುಟ
apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,ಕಸ್ಟಮ್ ಸ್ಕ್ರಿಪ್ಟ್ ದೋಷ apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,ಕಸ್ಟಮ್ ಸ್ಕ್ರಿಪ್ಟ್ ದೋಷ
@@ -1298,7 +1299,7 @@ apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +132,"Import R
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,ಯಾವುದೇ ಅನುಮತಿಗಳು ಈ ಮಾನದಂಡಗಳನ್ನು ಸೆಟ್ . apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,ಯಾವುದೇ ಅನುಮತಿಗಳು ಈ ಮಾನದಂಡಗಳನ್ನು ಸೆಟ್ .
DocType: Auto Email Report,Auto Email Report,ಆಟೋ ಇಮೇಲ್ ವರದಿ DocType: Auto Email Report,Auto Email Report,ಆಟೋ ಇಮೇಲ್ ವರದಿ
apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,ಮ್ಯಾಕ್ಸ್ ಇಮೇಲ್ಗಳನ್ನು apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,ಮ್ಯಾಕ್ಸ್ ಇಮೇಲ್ಗಳನ್ನು
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +575,Delete comment?,ಕಾಮೆಂಟ್ ಅನ್ನು ಅಳಿಸಲು?
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +577,Delete comment?,ಕಾಮೆಂಟ್ ಅನ್ನು ಅಳಿಸಲು?
DocType: Address Template,This format is used if country specific format is not found,ದೇಶದ ನಿರ್ದಿಷ್ಟ ಸ್ವರೂಪ ದೊರೆಯಲಿಲ್ಲ ವೇಳೆ ಈ ವಿನ್ಯಾಸವನ್ನು ಬಳಸಿದಾಗ DocType: Address Template,This format is used if country specific format is not found,ದೇಶದ ನಿರ್ದಿಷ್ಟ ಸ್ವರೂಪ ದೊರೆಯಲಿಲ್ಲ ವೇಳೆ ಈ ವಿನ್ಯಾಸವನ್ನು ಬಳಸಿದಾಗ
DocType: System Settings,Allow Login using Mobile Number,ಮೊಬೈಲ್ ಸಂಖ್ಯೆ ಬಳಸಿ ಲಾಗಿನ್ ಆಗಿ ಅನುಮತಿಸಿ DocType: System Settings,Allow Login using Mobile Number,ಮೊಬೈಲ್ ಸಂಖ್ಯೆ ಬಳಸಿ ಲಾಗಿನ್ ಆಗಿ ಅನುಮತಿಸಿ
apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,ಈ ಸಂಪನ್ಮೂಲವನ್ನು ನಿಲುಕಿಸಿಕೊಳ್ಳಲು ಅಗತ್ಯವಾದ ಅನುಮತಿ ಇಲ್ಲ. ಪ್ರವೇಶ ಪಡೆಯಲು ದಯವಿಟ್ಟು ನಿಮ್ಮ ನಿರ್ವಾಹಕರನ್ನು ಸಂಪರ್ಕಿಸಿ. apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,ಈ ಸಂಪನ್ಮೂಲವನ್ನು ನಿಲುಕಿಸಿಕೊಳ್ಳಲು ಅಗತ್ಯವಾದ ಅನುಮತಿ ಇಲ್ಲ. ಪ್ರವೇಶ ಪಡೆಯಲು ದಯವಿಟ್ಟು ನಿಮ್ಮ ನಿರ್ವಾಹಕರನ್ನು ಸಂಪರ್ಕಿಸಿ.
@@ -1314,7 +1315,7 @@ DocType: Print Format,Monospace,ಮೊನೋಸ್ಪೇಸ್
DocType: Letter Head,Printing,ಮುದ್ರಣ DocType: Letter Head,Printing,ಮುದ್ರಣ
DocType: Workflow State,thumbs-up,ಥಂಬ್ಸ್ ಅಪ್ DocType: Workflow State,thumbs-up,ಥಂಬ್ಸ್ ಅಪ್
DocType: DocPerm,DocPerm,DocPerm DocType: DocPerm,DocPerm,DocPerm
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Precision should be between 1 and 6,ನಿಖರವಾದ 1 ಮತ್ತು 6 ನಡುವೆ ಇರಬೇಕು
apps/frappe/frappe/core/doctype/doctype/doctype.py +467,Precision should be between 1 and 6,ನಿಖರವಾದ 1 ಮತ್ತು 6 ನಡುವೆ ಇರಬೇಕು
apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},ಎಫ್ಡಬ್ಲ್ಯೂ: {0} apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},ಎಫ್ಡಬ್ಲ್ಯೂ: {0}
apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,ಮತ್ತು apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,ಮತ್ತು
DocType: Error Snapshot,Frames,ಚೌಕಟ್ಟುಗಳು DocType: Error Snapshot,Frames,ಚೌಕಟ್ಟುಗಳು
@@ -1327,9 +1328,10 @@ apps/frappe/frappe/utils/boilerplate.py +263,{app_title},{ App_title }
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,ನಿಮ್ಮ ಸೈಟ್ ಸಂರಚನಾ ಡ್ರಾಪ್ಬಾಕ್ಸ್ accesskeys ಸೆಟ್ ದಯವಿಟ್ಟು apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,ನಿಮ್ಮ ಸೈಟ್ ಸಂರಚನಾ ಡ್ರಾಪ್ಬಾಕ್ಸ್ accesskeys ಸೆಟ್ ದಯವಿಟ್ಟು
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,ಈ ವಿಳಾಸಕ್ಕೆ ಕಳುಹಿಸಲು ಅವಕಾಶ ಈ ರೆಕಾರ್ಡ್ ಅಳಿಸು apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,ಈ ವಿಳಾಸಕ್ಕೆ ಕಳುಹಿಸಲು ಅವಕಾಶ ಈ ರೆಕಾರ್ಡ್ ಅಳಿಸು
apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,ಮಾತ್ರ ಕಡ್ಡಾಯವಾಗಿ ಜಾಗ ಹೊಸ ದಾಖಲೆಗಳು ಅವಶ್ಯಕ. ನೀವು ಬಯಸಿದರೆ ನೀವು ಕಡ್ಡಾಯವಲ್ಲದ ಕಾಲಮ್ಗಳನ್ನು ಅಳಿಸಬಹುದು. apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,ಮಾತ್ರ ಕಡ್ಡಾಯವಾಗಿ ಜಾಗ ಹೊಸ ದಾಖಲೆಗಳು ಅವಶ್ಯಕ. ನೀವು ಬಯಸಿದರೆ ನೀವು ಕಡ್ಡಾಯವಲ್ಲದ ಕಾಲಮ್ಗಳನ್ನು ಅಳಿಸಬಹುದು.
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +269,Unable to update event,ಕ್ರಿಯೆಯನ್ನು ನವೀಕರಿಸಲಾಗುತ್ತಿಲ್ಲ
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +262,Unable to update event,ಕ್ರಿಯೆಯನ್ನು ನವೀಕರಿಸಲಾಗುತ್ತಿಲ್ಲ
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,ಪಾವತಿ ಪೂರ್ಣಗೊಂಡಿದೆ apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,ಪಾವತಿ ಪೂರ್ಣಗೊಂಡಿದೆ
apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","ಫಿಲ್ಟರ್ 4 ಮೌಲ್ಯಗಳು (DOCTYPE, FIELDNAME, ಆಯೋಜಕರು, ಮೌಲ್ಯ) ಹೊಂದಿರಬೇಕು: {0}" apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","ಫಿಲ್ಟರ್ 4 ಮೌಲ್ಯಗಳು (DOCTYPE, FIELDNAME, ಆಯೋಜಕರು, ಮೌಲ್ಯ) ಹೊಂದಿರಬೇಕು: {0}"
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,ಡೀಫಾಲ್ಟ್ ವಿಳಾಸ ಟೆಂಪ್ಲೆಟ್ ಕಂಡುಬಂದಿಲ್ಲ. ದಯವಿಟ್ಟು ಸೆಟಪ್&gt; ಮುದ್ರಣ ಮತ್ತು ಬ್ರ್ಯಾಂಡಿಂಗ್&gt; ವಿಳಾಸ ಟೆಂಪ್ಲೆಟ್ನಿಂದ ಹೊಸದನ್ನು ರಚಿಸಿ.
apps/frappe/frappe/utils/bot.py +89,show,ಪ್ರದರ್ಶನ apps/frappe/frappe/utils/bot.py +89,show,ಪ್ರದರ್ಶನ
DocType: Address Template,Address Template,ವಿಳಾಸ ಟೆಂಪ್ಲೇಟು DocType: Address Template,Address Template,ವಿಳಾಸ ಟೆಂಪ್ಲೇಟು
DocType: Workflow State,text-height,ಪಠ್ಯ ಎತ್ತರ DocType: Workflow State,text-height,ಪಠ್ಯ ಎತ್ತರ
@@ -1383,7 +1385,6 @@ apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +6,Can Write
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","ಕೆಲವು ದಾಖಲೆಗಳನ್ನು , ಒಂದು ಸರಕುಪಟ್ಟಿ ಹಾಗೆ ಒಮ್ಮೆ ಅಂತಿಮ ಬದಲಾಗಿದೆ ಮಾಡಬಾರದು . ಹುಡುಕುವ ದಾಖಲೆಗಳಲ್ಲಿ ಅಂತಿಮ ರಾಜ್ಯದ ಸಲ್ಲಿಸಲಾಗಿದೆ ಎಂದು ಕರೆಯಲಾಗುತ್ತದೆ . ನೀವು ಪಾತ್ರಗಳನ್ನು ಸಲ್ಲಿಸಬಹುದು ಯಾವ ನಿರ್ಬಂಧಿಸಬಹುದು." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","ಕೆಲವು ದಾಖಲೆಗಳನ್ನು , ಒಂದು ಸರಕುಪಟ್ಟಿ ಹಾಗೆ ಒಮ್ಮೆ ಅಂತಿಮ ಬದಲಾಗಿದೆ ಮಾಡಬಾರದು . ಹುಡುಕುವ ದಾಖಲೆಗಳಲ್ಲಿ ಅಂತಿಮ ರಾಜ್ಯದ ಸಲ್ಲಿಸಲಾಗಿದೆ ಎಂದು ಕರೆಯಲಾಗುತ್ತದೆ . ನೀವು ಪಾತ್ರಗಳನ್ನು ಸಲ್ಲಿಸಬಹುದು ಯಾವ ನಿರ್ಬಂಧಿಸಬಹುದು."
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,ನೀವು ಈ ವರದಿಯನ್ನು ರಫ್ತು ಮಾಡಲು ಅನುಮತಿ ಇಲ್ಲ apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,ನೀವು ಈ ವರದಿಯನ್ನು ರಫ್ತು ಮಾಡಲು ಅನುಮತಿ ಇಲ್ಲ
apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 ಐಟಂ ಆಯ್ಕೆಮಾಡಲಾಗಿದೆ apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 ಐಟಂ ಆಯ್ಕೆಮಾಡಲಾಗಿದೆ
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> 'ಫಲಿತಾಂಶಗಳಿಗಾಗಿ ಯಾವುದೇ ಫಲಿತಾಂಶಗಳು ಕಂಡುಬಂದಿಲ್ಲ </p>
DocType: Newsletter,Test Email Address,ಟೆಸ್ಟ್ ಇಮೇಲ್ ವಿಳಾಸ DocType: Newsletter,Test Email Address,ಟೆಸ್ಟ್ ಇಮೇಲ್ ವಿಳಾಸ
DocType: ToDo,Sender,ಪ್ರೇಷಕ DocType: ToDo,Sender,ಪ್ರೇಷಕ
DocType: GSuite Settings,Google Apps Script,Google Apps ಸ್ಕ್ರಿಪ್ಟ್ DocType: GSuite Settings,Google Apps Script,Google Apps ಸ್ಕ್ರಿಪ್ಟ್
@@ -1396,7 +1397,7 @@ DocType: System Settings,Allow only one session per user,ಬಳಕೆದಾರ
apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,ನಕಲು apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,ನಕಲು
apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,ಮುಖಪುಟ / ಟೆಸ್ಟ್ ಫೋಲ್ಡರ್ 1 / ಟೆಸ್ಟ್ ಫೋಲ್ಡರ್ 3 apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,ಮುಖಪುಟ / ಟೆಸ್ಟ್ ಫೋಲ್ಡರ್ 1 / ಟೆಸ್ಟ್ ಫೋಲ್ಡರ್ 3
DocType: Website Settings,&lt;head&gt; HTML,&lt;head&gt; ಎಚ್ಟಿಎಮ್ಎಲ್ DocType: Website Settings,&lt;head&gt; HTML,&lt;head&gt; ಎಚ್ಟಿಎಮ್ಎಲ್
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +66,Select or drag across time slots to create a new event.,ಆಯ್ಕೆ ಅಥವಾ ಹೊಸ ಈವೆಂಟ್ ರಚಿಸಲು ಸಮಯಾವಧಿಗಳ ಅಡ್ಡಲಾಗಿ ಎಳೆಯಿರಿ .
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +67,Select or drag across time slots to create a new event.,ಆಯ್ಕೆ ಅಥವಾ ಹೊಸ ಈವೆಂಟ್ ರಚಿಸಲು ಸಮಯಾವಧಿಗಳ ಅಡ್ಡಲಾಗಿ ಎಳೆಯಿರಿ .
DocType: DocField,In Filter,ಶೋಧಕಗಳು ರಲ್ಲಿ DocType: DocField,In Filter,ಶೋಧಕಗಳು ರಲ್ಲಿ
apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,ಕನ್ಬನ್ apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,ಕನ್ಬನ್
DocType: DocType,Show in Module Section,ಮಾಡ್ಯೂಲ್ ವಿಭಾಗ ತೋರಿಸಿ DocType: DocType,Show in Module Section,ಮಾಡ್ಯೂಲ್ ವಿಭಾಗ ತೋರಿಸಿ
@@ -1417,7 +1418,7 @@ apps/frappe/frappe/email/doctype/email_account/email_account_list.js +6,Default
apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,ಆಮದು ಜಿಪ್ apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,ಆಮದು ಜಿಪ್
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,ದಾಖಲೆ ID apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,ದಾಖಲೆ ID
DocType: Print Settings,Letter,ಅಕ್ಷರಗಳು DocType: Print Settings,Letter,ಅಕ್ಷರಗಳು
apps/frappe/frappe/core/doctype/doctype/doctype.py +556,Image field must be of type Attach Image,ಚಿತ್ರ ಕ್ಷೇತ್ರ ಪ್ರಕಾರ ಇರಬೇಕು ಚಿತ್ರ ಲಗತ್ತಿಸಿ
apps/frappe/frappe/core/doctype/doctype/doctype.py +560,Image field must be of type Attach Image,ಚಿತ್ರ ಕ್ಷೇತ್ರ ಪ್ರಕಾರ ಇರಬೇಕು ಚಿತ್ರ ಲಗತ್ತಿಸಿ
DocType: DocField,Columns,ಅಂಕಣ DocType: DocField,Columns,ಅಂಕಣ
DocType: Async Task,Succeeded,ಉತ್ತರಾಧಿಕಾರಿ DocType: Async Task,Succeeded,ಉತ್ತರಾಧಿಕಾರಿ
apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},ಅಗತ್ಯವಿದೆ ಕಡ್ಡಾಯ ಜಾಗ {0} apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},ಅಗತ್ಯವಿದೆ ಕಡ್ಡಾಯ ಜಾಗ {0}
@@ -1468,7 +1469,7 @@ DocType: DocField,Text Editor,ಪಠ್ಯ ಸಂಪಾದಕ
apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,ನಮ್ಮ ಬಗ್ಗೆ ಪುಟ ಸೆಟ್ಟಿಂಗ್ಗಳು. apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,ನಮ್ಮ ಬಗ್ಗೆ ಪುಟ ಸೆಟ್ಟಿಂಗ್ಗಳು.
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,ಸಂಪಾದಿಸಿ ಕಸ್ಟಮ್ HTML apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,ಸಂಪಾದಿಸಿ ಕಸ್ಟಮ್ HTML
DocType: Error Snapshot,Error Snapshot,ದೋಷ ಸ್ನ್ಯಾಪ್ಶಾಟ್ DocType: Error Snapshot,Error Snapshot,ದೋಷ ಸ್ನ್ಯಾಪ್ಶಾಟ್
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,In,ರಲ್ಲಿ
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,In,ರಲ್ಲಿ
DocType: Email Alert,Value Change,ಮೌಲ್ಯ ಬದಲಾಯಿಸು DocType: Email Alert,Value Change,ಮೌಲ್ಯ ಬದಲಾಯಿಸು
DocType: Standard Reply,Standard Reply,ಗುಣಮಟ್ಟದ ಉತ್ತರ DocType: Standard Reply,Standard Reply,ಗುಣಮಟ್ಟದ ಉತ್ತರ
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,ಇನ್ಪುಟ್ ಬಾಕ್ಸ್ ಅಗಲ apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,ಇನ್ಪುಟ್ ಬಾಕ್ಸ್ ಅಗಲ
@@ -1488,12 +1489,11 @@ apps/frappe/frappe/public/js/frappe/views/communication.js +82,Select Attachment
apps/frappe/frappe/model/naming.py +94, for {0},ಫಾರ್ {0} apps/frappe/frappe/model/naming.py +94, for {0},ಫಾರ್ {0}
apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,ದೋಷಗಳಾಗಿವೆ. ಈ ವರದಿ ಮಾಡಿ. apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,ದೋಷಗಳಾಗಿವೆ. ಈ ವರದಿ ಮಾಡಿ.
apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,ನೀವು ಈ ದಸ್ತಾವೇಜನ್ನು ಮುದ್ರಿಸು ಅನುಮತಿ ಇಲ್ಲ apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,ನೀವು ಈ ದಸ್ತಾವೇಜನ್ನು ಮುದ್ರಿಸು ಅನುಮತಿ ಇಲ್ಲ
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +107,Please set filters value in Report Filter table.,ದಯವಿಟ್ಟು ವರದಿ ಫಿಲ್ಟರ್ ಟೇಬಲ್ ಶೋಧಕಗಳು ಮೌಲ್ಯವನ್ನು.
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +120,Please set filters value in Report Filter table.,ದಯವಿಟ್ಟು ವರದಿ ಫಿಲ್ಟರ್ ಟೇಬಲ್ ಶೋಧಕಗಳು ಮೌಲ್ಯವನ್ನು.
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,ಲೋಡ್ ವರದಿ apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,ಲೋಡ್ ವರದಿ
apps/frappe/frappe/limits.py +72,Your subscription will expire today.,ನಿಮ್ಮ ಚಂದಾದಾರಿಕೆಯನ್ನು ಇಂದು ಅಂತ್ಯಗೊಳ್ಳಲಿದೆ. apps/frappe/frappe/limits.py +72,Your subscription will expire today.,ನಿಮ್ಮ ಚಂದಾದಾರಿಕೆಯನ್ನು ಇಂದು ಅಂತ್ಯಗೊಳ್ಳಲಿದೆ.
DocType: Page,Standard,ಸ್ಟ್ಯಾಂಡರ್ಡ್ DocType: Page,Standard,ಸ್ಟ್ಯಾಂಡರ್ಡ್
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,ಫೈಲ್ ಲಗತ್ತಿಸಿ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,ಫೈಲ್ ಲಗತ್ತಿಸಿ
apps/frappe/frappe/templates/emails/password_update.html +1,Password Update Notification,ಪಾಸ್ವರ್ಡ್ ಅಪ್ಡೇಟ್ ಅಧಿಸೂಚನೆ
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,ಗಾತ್ರ apps/frappe/frappe/desk/page/backups/backups.html +13,Size,ಗಾತ್ರ
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,ಕಂಪ್ಲೀಟ್ ನಿಯೋಜನೆ apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,ಕಂಪ್ಲೀಟ್ ನಿಯೋಜನೆ
DocType: Custom DocPerm,User Permission DocTypes,ಸದಸ್ಯರ ಅನುಮತಿ Doctypes DocType: Custom DocPerm,User Permission DocTypes,ಸದಸ್ಯರ ಅನುಮತಿ Doctypes
@@ -1506,6 +1506,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +10,Insert Abo
apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,ಸಾಮಾನ್ಯ ಹೆಸರು ಮತ್ತು ಉಪನಾಮ ಊಹಿಸಲು ಸುಲಭ. apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,ಸಾಮಾನ್ಯ ಹೆಸರು ಮತ್ತು ಉಪನಾಮ ಊಹಿಸಲು ಸುಲಭ.
apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,ಡ್ರಾಫ್ಟ್ apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,ಡ್ರಾಫ್ಟ್
apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,ಈ ಸಾಮಾನ್ಯವಾಗಿ ಬಳಸಲಾಗುತ್ತದೆ ಗುಪ್ತಪದವನ್ನು ಹೋಲುತ್ತದೆ. apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,ಈ ಸಾಮಾನ್ಯವಾಗಿ ಬಳಸಲಾಗುತ್ತದೆ ಗುಪ್ತಪದವನ್ನು ಹೋಲುತ್ತದೆ.
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> 'ಫಲಿತಾಂಶಗಳಿಗಾಗಿ ಯಾವುದೇ ಫಲಿತಾಂಶಗಳು ಕಂಡುಬಂದಿಲ್ಲ </p>
DocType: User,Female,ಹೆಣ್ಣು DocType: User,Female,ಹೆಣ್ಣು
DocType: Print Settings,Modern,ಆಧುನಿಕ DocType: Print Settings,Modern,ಆಧುನಿಕ
apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,ಹುಡುಕಾಟ ಫಲಿತಾಂಶಗಳು apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,ಹುಡುಕಾಟ ಫಲಿತಾಂಶಗಳು
@@ -1562,7 +1563,7 @@ apps/frappe/frappe/core/doctype/file/file_list.js +65,Folder name should not inc
DocType: Note,Note,ನೋಡು DocType: Note,Note,ನೋಡು
apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,ದೋಷ ವರದಿ apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,ದೋಷ ವರದಿ
apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,ಪ್ರತಿಕ್ರಿಯೆ ಪರಿಸ್ಥಿತಿಗಳು ಹೊಂದುತ್ತಿಲ್ಲ apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,ಪ್ರತಿಕ್ರಿಯೆ ಪರಿಸ್ಥಿತಿಗಳು ಹೊಂದುತ್ತಿಲ್ಲ
apps/frappe/frappe/core/doctype/doctype/doctype.py +570,Timeline field must be a valid fieldname,ಟೈಮ್ಲೈನ್ ಕ್ಷೇತ್ರ ಮಾನ್ಯ FIELDNAME ಇರಬೇಕು
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a valid fieldname,ಟೈಮ್ಲೈನ್ ಕ್ಷೇತ್ರ ಮಾನ್ಯ FIELDNAME ಇರಬೇಕು
DocType: Currency,Symbol,ವಿಗ್ರಹ DocType: Currency,Symbol,ವಿಗ್ರಹ
apps/frappe/frappe/model/base_document.py +534,Row #{0}:,ರೋ # {0}: apps/frappe/frappe/model/base_document.py +534,Row #{0}:,ರೋ # {0}:
apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,ಹೊಸ ಗುಪ್ತಪದವನ್ನು ಇಮೇಲ್ apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,ಹೊಸ ಗುಪ್ತಪದವನ್ನು ಇಮೇಲ್
@@ -1621,8 +1622,7 @@ DocType: Web Page,Text Align,ಪಠ್ಯ align
apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},ಹೆಸರು ವಿಶೇಷ ಅಕ್ಷರಗಳನ್ನು ಹೊಂದುವಂತಿಲ್ಲ {0} apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},ಹೆಸರು ವಿಶೇಷ ಅಕ್ಷರಗಳನ್ನು ಹೊಂದುವಂತಿಲ್ಲ {0}
DocType: Contact Us Settings,Forward To Email Address,ಫಾರ್ವರ್ಡ್ ಇಮೇಲ್ ವಿಳಾಸಕ್ಕೆ DocType: Contact Us Settings,Forward To Email Address,ಫಾರ್ವರ್ಡ್ ಇಮೇಲ್ ವಿಳಾಸಕ್ಕೆ
apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,ಎಲ್ಲಾ ಡೇಟಾವನ್ನು ತೋರಿಸಿ apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,ಎಲ್ಲಾ ಡೇಟಾವನ್ನು ತೋರಿಸಿ
apps/frappe/frappe/core/doctype/doctype/doctype.py +527,Title field must be a valid fieldname,ಶೀರ್ಷಿಕೆ ಕ್ಷೇತ್ರದಲ್ಲಿ ಮಾನ್ಯ ಕ್ಷೇತ್ರ ಹೆಸರು ಇರಬೇಕು
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,ಇಮೇಲ್ ಖಾತೆ ಸೆಟಪ್ ಆಗಿಲ್ಲ. ದಯವಿಟ್ಟು ಸೆಟಪ್&gt; ಇಮೇಲ್&gt; ಇಮೇಲ್ ಖಾತೆಯಿಂದ ಹೊಸ ಇಮೇಲ್ ಖಾತೆಯನ್ನು ರಚಿಸಿ
apps/frappe/frappe/core/doctype/doctype/doctype.py +531,Title field must be a valid fieldname,ಶೀರ್ಷಿಕೆ ಕ್ಷೇತ್ರದಲ್ಲಿ ಮಾನ್ಯ ಕ್ಷೇತ್ರ ಹೆಸರು ಇರಬೇಕು
apps/frappe/frappe/config/core.py +7,Documents,ಡಾಕ್ಯುಮೆಂಟ್ಸ್ apps/frappe/frappe/config/core.py +7,Documents,ಡಾಕ್ಯುಮೆಂಟ್ಸ್
DocType: Email Flag Queue,Is Completed,ಮುಗಿದ DocType: Email Flag Queue,Is Completed,ಮುಗಿದ
apps/frappe/frappe/www/me.html +22,Edit Profile,ಪ್ರೊಫೈಲ್ಸಂಪಾದಿಸು apps/frappe/frappe/www/me.html +22,Edit Profile,ಪ್ರೊಫೈಲ್ಸಂಪಾದಿಸು
@@ -1675,7 +1675,7 @@ DocType: Standard Reply,Standard Reply Help,ಗುಣಮಟ್ಟದ ಉತ್
DocType: Blogger,Avatar,ಅವತಾರ DocType: Blogger,Avatar,ಅವತಾರ
DocType: Blogger,Posts,ಪೋಸ್ಟ್ಗಳು DocType: Blogger,Posts,ಪೋಸ್ಟ್ಗಳು
DocType: DocType,Has Web View,ವೆಬ್ ವೀಕ್ಷಣೆ ಹ್ಯಾಸ್ DocType: DocType,Has Web View,ವೆಬ್ ವೀಕ್ಷಣೆ ಹ್ಯಾಸ್
apps/frappe/frappe/core/doctype/doctype/doctype.py +377,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","DOCTYPE ಹೆಸರು ಒಂದು ಪತ್ರವನ್ನು ಪ್ರಾರಂಭಿಸಬೇಕು ಮತ್ತು ಅಕ್ಷರಗಳು, ಸಂಖ್ಯೆಗಳು, ಖಾಲಿ ಮತ್ತು ಅಡ್ಡಗೆರೆ ಒಳಗೊಂಡಿರಬಹುದು"
apps/frappe/frappe/core/doctype/doctype/doctype.py +381,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","DOCTYPE ಹೆಸರು ಒಂದು ಪತ್ರವನ್ನು ಪ್ರಾರಂಭಿಸಬೇಕು ಮತ್ತು ಅಕ್ಷರಗಳು, ಸಂಖ್ಯೆಗಳು, ಖಾಲಿ ಮತ್ತು ಅಡ್ಡಗೆರೆ ಒಳಗೊಂಡಿರಬಹುದು"
DocType: Communication,Spam,ಸ್ಪಾಮ್ DocType: Communication,Spam,ಸ್ಪಾಮ್
DocType: Integration Request,Integration Request,ಇಂಟಿಗ್ರೇಷನ್ ವಿನಂತಿ DocType: Integration Request,Integration Request,ಇಂಟಿಗ್ರೇಷನ್ ವಿನಂತಿ
apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,ಪ್ರಿಯ apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,ಪ್ರಿಯ
@@ -1712,7 +1712,7 @@ DocType: System Settings,dd-mm-yyyy,ತಿಂಗಳು - YYYY
apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,ಈ ವರದಿ ವರದಿ ಪ್ರವೇಶಿಸಲು ಅನುಮತಿ ಕಡ್ಡಾಯ . apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,ಈ ವರದಿ ವರದಿ ಪ್ರವೇಶಿಸಲು ಅನುಮತಿ ಕಡ್ಡಾಯ .
apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,ದಯವಿಟ್ಟು ಕನಿಷ್ಠ ಪಾಸ್ವರ್ಡ್ ಸ್ಕೋರ್ ಆಯ್ಕೆ apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,ದಯವಿಟ್ಟು ಕನಿಷ್ಠ ಪಾಸ್ವರ್ಡ್ ಸ್ಕೋರ್ ಆಯ್ಕೆ
apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,ದಯವಿಟ್ಟು ಕನಿಷ್ಠ ಪಾಸ್ವರ್ಡ್ ಸ್ಕೋರ್ ಆಯ್ಕೆ apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,ದಯವಿಟ್ಟು ಕನಿಷ್ಠ ಪಾಸ್ವರ್ಡ್ ಸ್ಕೋರ್ ಆಯ್ಕೆ
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,Added,ಸೇರಿಸಲಾಗಿದೆ
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,Added,ಸೇರಿಸಲಾಗಿದೆ
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.",ಕೇವಲ ನವೀಕರಿಸಿ ಹೊಸ ದಾಖಲೆಗಳನ್ನು ಸೇರಿಸಲು ಇಲ್ಲ. apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.",ಕೇವಲ ನವೀಕರಿಸಿ ಹೊಸ ದಾಖಲೆಗಳನ್ನು ಸೇರಿಸಲು ಇಲ್ಲ.
apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,ಡೈಲಿ ಡೈಜೆಸ್ಟ್ ಕ್ರಿಯೆಯನ್ನು ಜ್ಞಾಪನೆಗಳನ್ನು ಸೆಟ್ ಅಲ್ಲಿ ಕ್ಯಾಲೆಂಡರ್ ಕ್ರಿಯೆಗಳು ಕಳುಹಿಸಲಾಗುತ್ತದೆ. apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,ಡೈಲಿ ಡೈಜೆಸ್ಟ್ ಕ್ರಿಯೆಯನ್ನು ಜ್ಞಾಪನೆಗಳನ್ನು ಸೆಟ್ ಅಲ್ಲಿ ಕ್ಯಾಲೆಂಡರ್ ಕ್ರಿಯೆಗಳು ಕಳುಹಿಸಲಾಗುತ್ತದೆ.
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,ವೀಕ್ಷಿಸಿ ವೆಬ್ಸೈಟ್ apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,ವೀಕ್ಷಿಸಿ ವೆಬ್ಸೈಟ್
@@ -1726,7 +1726,7 @@ DocType: Integration Request,Reference DocName,ರೆಫರೆನ್ಸ್ DocNa
DocType: Web Form,Success Message,ಯಶಸ್ಸು ಸಂದೇಶ DocType: Web Form,Success Message,ಯಶಸ್ಸು ಸಂದೇಶ
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,ರಫ್ತು ಕಸ್ಟಮೈಸ್ apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,ರಫ್ತು ಕಸ್ಟಮೈಸ್
DocType: DocType,User Cannot Search,ಬಳಕೆದಾರ ಹುಡುಕಲು ಸಾಧ್ಯವಿಲ್ಲ DocType: DocType,User Cannot Search,ಬಳಕೆದಾರ ಹುಡುಕಲು ಸಾಧ್ಯವಿಲ್ಲ
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +83,Invalid Output Format,ಔಟ್ಪುಟ್ ಸ್ವರೂಪ ಅಮಾನ್ಯವಾಗಿದೆ
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Invalid Output Format,ಔಟ್ಪುಟ್ ಸ್ವರೂಪ ಅಮಾನ್ಯವಾಗಿದೆ
DocType: Custom DocPerm,Apply this rule if the User is the Owner,ಬಳಕೆದಾರ ಮಾಲೀಕ ವೇಳೆ ಈ ನಿಯಮ ಅನ್ವಯಿಸುವುದಿಲ್ಲ DocType: Custom DocPerm,Apply this rule if the User is the Owner,ಬಳಕೆದಾರ ಮಾಲೀಕ ವೇಳೆ ಈ ನಿಯಮ ಅನ್ವಯಿಸುವುದಿಲ್ಲ
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,ನಿಮ್ಮ ಲಾಗಿನ್ ID ಅನ್ನು apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,ನಿಮ್ಮ ಲಾಗಿನ್ ID ಅನ್ನು
apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,ವರದಿ ಬಿಲ್ಡ್ apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,ವರದಿ ಬಿಲ್ಡ್
@@ -1744,10 +1744,11 @@ apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +138,There were e
apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,ಮುಚ್ಚಿ apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,ಮುಚ್ಚಿ
apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,0 ರಿಂದ 2 docstatus ಬದಲಾಯಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,0 ರಿಂದ 2 docstatus ಬದಲಾಯಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ
DocType: User Permission for Page and Report,Roles Permission,ಪಾತ್ರಗಳು ಅನುಮತಿ DocType: User Permission for Page and Report,Roles Permission,ಪಾತ್ರಗಳು ಅನುಮತಿ
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,ಇಮೇಲ್ ಖಾತೆ ಸೆಟಪ್ ಆಗಿಲ್ಲ. ದಯವಿಟ್ಟು ಸೆಟಪ್&gt; ಇಮೇಲ್&gt; ಇಮೇಲ್ ಖಾತೆಯಿಂದ ಹೊಸ ಇಮೇಲ್ ಖಾತೆಯನ್ನು ರಚಿಸಿ
apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,ಅಪ್ಡೇಟ್ apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,ಅಪ್ಡೇಟ್
DocType: Error Snapshot,Snapshot View,ಸ್ನ್ಯಾಪ್ಶಾಟ್ ವೀಕ್ಷಿಸಿ DocType: Error Snapshot,Snapshot View,ಸ್ನ್ಯಾಪ್ಶಾಟ್ ವೀಕ್ಷಿಸಿ
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,ಕಳುಹಿಸುವ ಮೊದಲು ಸುದ್ದಿಪತ್ರವನ್ನು ಉಳಿಸಲು ದಯವಿಟ್ಟು apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,ಕಳುಹಿಸುವ ಮೊದಲು ಸುದ್ದಿಪತ್ರವನ್ನು ಉಳಿಸಲು ದಯವಿಟ್ಟು
apps/frappe/frappe/core/doctype/doctype/doctype.py +426,Options must be a valid DocType for field {0} in row {1},ಆಯ್ಕೆಗಳು {0} ಸತತವಾಗಿ {1} ಕ್ಷೇತ್ರದಲ್ಲಿ ಒಂದು ಮಾನ್ಯವಾದ DOCTYPE ಇರಬೇಕು
apps/frappe/frappe/core/doctype/doctype/doctype.py +430,Options must be a valid DocType for field {0} in row {1},ಆಯ್ಕೆಗಳು {0} ಸತತವಾಗಿ {1} ಕ್ಷೇತ್ರದಲ್ಲಿ ಒಂದು ಮಾನ್ಯವಾದ DOCTYPE ಇರಬೇಕು
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,ಪ್ರಾಪರ್ಟೀಸ್ ಸಂಪಾದಿಸಿ apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,ಪ್ರಾಪರ್ಟೀಸ್ ಸಂಪಾದಿಸಿ
DocType: Patch Log,List of patches executed,ತೇಪೆ ಪಟ್ಟಿ ಮರಣದಂಡನೆ DocType: Patch Log,List of patches executed,ತೇಪೆ ಪಟ್ಟಿ ಮರಣದಂಡನೆ
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} ಈಗಾಗಲೇ ಅನ್ಸಬ್ಸ್ಕ್ರೈಬ್ apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} ಈಗಾಗಲೇ ಅನ್ಸಬ್ಸ್ಕ್ರೈಬ್
@@ -1843,7 +1844,7 @@ apps/frappe/frappe/www/update-password.html +163,Success! You are good to go
apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,ಯಶಸ್ವಿಯಾಗಿದೆ! ನೀವು ಹೋಗಲು ಉತ್ತಮ 👍 apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,ಯಶಸ್ವಿಯಾಗಿದೆ! ನೀವು ಹೋಗಲು ಉತ್ತಮ 👍
apps/frappe/frappe/www/me.html +3,My Account,ನನ್ನ ಖಾತೆ apps/frappe/frappe/www/me.html +3,My Account,ನನ್ನ ಖಾತೆ
DocType: ToDo,Allocated To,ಮಂಜೂರು DocType: ToDo,Allocated To,ಮಂಜೂರು
apps/frappe/frappe/templates/emails/password_reset.html +4,Please click on the following link to set your new password,ನಿಮ್ಮ ಹೊಸ ಗುಪ್ತಪದವನ್ನು ಕೆಳಗಿನ ಲಿಂಕ್ ಅನ್ನು ಕ್ಲಿಕ್ ಮಾಡಿ
apps/frappe/frappe/templates/emails/password_reset.html +2,Please click on the following link to set your new password,ನಿಮ್ಮ ಹೊಸ ಗುಪ್ತಪದವನ್ನು ಕೆಳಗಿನ ಲಿಂಕ್ ಅನ್ನು ಕ್ಲಿಕ್ ಮಾಡಿ
DocType: Email Alert,Days After,ದಿನಗಳ DocType: Email Alert,Days After,ದಿನಗಳ
DocType: Newsletter,Receipient,RECEIPIENT DocType: Newsletter,Receipient,RECEIPIENT
DocType: Contact Us Settings,Settings for Contact Us Page,ನಮ್ಮನ್ನು ಪುಟ ಸಂಪರ್ಕಿಸಿ ಸೆಟ್ಟಿಂಗ್ಗಳು DocType: Contact Us Settings,Settings for Contact Us Page,ನಮ್ಮನ್ನು ಪುಟ ಸಂಪರ್ಕಿಸಿ ಸೆಟ್ಟಿಂಗ್ಗಳು
@@ -1857,7 +1858,7 @@ DocType: Property Setter,Property Type,ಆಸ್ತಿ ಕೌಟುಂಬಿಕ
DocType: Workflow State,screenshot,ಸ್ಕ್ರೀನ್ಶಾಟ್ DocType: Workflow State,screenshot,ಸ್ಕ್ರೀನ್ಶಾಟ್
apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,ಕೇವಲ ನಿರ್ವಾಹಕರು ಪ್ರಮಾಣಿತ ವರದಿ ಉಳಿಸಬಹುದು . ಮರುಹೆಸರಿಸು ಮತ್ತು ಉಳಿಸಲು ದಯವಿಟ್ಟು . apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,ಕೇವಲ ನಿರ್ವಾಹಕರು ಪ್ರಮಾಣಿತ ವರದಿ ಉಳಿಸಬಹುದು . ಮರುಹೆಸರಿಸು ಮತ್ತು ಉಳಿಸಲು ದಯವಿಟ್ಟು .
DocType: System Settings,Background Workers,ಹಿನ್ನೆಲೆ ವರ್ಕರ್ಸ್ DocType: System Settings,Background Workers,ಹಿನ್ನೆಲೆ ವರ್ಕರ್ಸ್
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,Fieldname {0} conflicting with meta object,FIELDNAME {0} ಮೆಟಾ ವಸ್ತು ಇವು
apps/frappe/frappe/core/doctype/doctype/doctype.py +783,Fieldname {0} conflicting with meta object,FIELDNAME {0} ಮೆಟಾ ವಸ್ತು ಇವು
DocType: Deleted Document,Data,ಡೇಟಾ DocType: Deleted Document,Data,ಡೇಟಾ
apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,ಡಾಕ್ಯುಮೆಂಟ್ ಸ್ಥಿತಿ apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,ಡಾಕ್ಯುಮೆಂಟ್ ಸ್ಥಿತಿ
apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},ನೀವು ಮಾಡಿದ {0} ನ {1} apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},ನೀವು ಮಾಡಿದ {0} ನ {1}
@@ -1922,7 +1923,6 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +70,"""Parent"" signif
DocType: Website Theme,Apply Style,ಶೈಲಿ ಅನ್ವಯಿಸು DocType: Website Theme,Apply Style,ಶೈಲಿ ಅನ್ವಯಿಸು
DocType: Feedback Request,Feedback Rating,ಪ್ರತಿಕ್ರಿಯೆ ರೇಟಿಂಗ್ DocType: Feedback Request,Feedback Rating,ಪ್ರತಿಕ್ರಿಯೆ ರೇಟಿಂಗ್
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,ಹಂಚಿಕೊಂಡಿದ್ದಾರೆ apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,ಹಂಚಿಕೊಂಡಿದ್ದಾರೆ
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,ಸೆಟಪ್&gt; ಬಳಕೆದಾರ ಅನುಮತಿಗಳು ನಿರ್ವಾಹಕ
DocType: Help Category,Help Articles,ಲೇಖನಗಳು ಸಹಾಯ DocType: Help Category,Help Articles,ಲೇಖನಗಳು ಸಹಾಯ
,Modules Setup,ಮಾಡ್ಯೂಲ್ಗಳು ಸೆಟಪ್ ,Modules Setup,ಮಾಡ್ಯೂಲ್ಗಳು ಸೆಟಪ್
apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,ಟೈಪ್: apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,ಟೈಪ್:
@@ -1970,12 +1970,11 @@ apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 2,ಆ
DocType: Feedback Trigger,Email Field,ಇಮೇಲ್ ಫೀಲ್ಡ್ DocType: Feedback Trigger,Email Field,ಇಮೇಲ್ ಫೀಲ್ಡ್
apps/frappe/frappe/www/update-password.html +59,New Password Required.,ಹೊಸ ಪಾಸ್ವರ್ಡ್ ಅಗತ್ಯವಿದೆ. apps/frappe/frappe/www/update-password.html +59,New Password Required.,ಹೊಸ ಪಾಸ್ವರ್ಡ್ ಅಗತ್ಯವಿದೆ.
apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} ಈ ಡಾಕ್ಯುಮೆಂಟ್ ಹಂಚಿಕೆಯ {1} apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} ಈ ಡಾಕ್ಯುಮೆಂಟ್ ಹಂಚಿಕೆಯ {1}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,ಸೆಟಪ್&gt; ಬಳಕೆದಾರ
DocType: Website Settings,Brand Image,ಬ್ರಾಂಡ್ ಇಮೇಜ್ DocType: Website Settings,Brand Image,ಬ್ರಾಂಡ್ ಇಮೇಜ್
DocType: Print Settings,A4,A4 ಕಾರು DocType: Print Settings,A4,A4 ಕಾರು
apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","ಉನ್ನತ ಸಂಚರಣೆ ಬಾರ್ , ಅಡಿಟಿಪ್ಪಣಿ ಮತ್ತು ಲಾಂಛನವನ್ನು ಸೆಟಪ್ ." apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","ಉನ್ನತ ಸಂಚರಣೆ ಬಾರ್ , ಅಡಿಟಿಪ್ಪಣಿ ಮತ್ತು ಲಾಂಛನವನ್ನು ಸೆಟಪ್ ."
DocType: Web Form Field,Max Value,ಮ್ಯಾಕ್ಸ್ ಮೌಲ್ಯ DocType: Web Form Field,Max Value,ಮ್ಯಾಕ್ಸ್ ಮೌಲ್ಯ
apps/frappe/frappe/core/doctype/doctype/doctype.py +655,For {0} at level {1} in {2} in row {3},ಫಾರ್ {0} ಮಟ್ಟದಲ್ಲಿ {1} ಗೆ {2} ಸತತವಾಗಿ {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,For {0} at level {1} in {2} in row {3},ಫಾರ್ {0} ಮಟ್ಟದಲ್ಲಿ {1} ಗೆ {2} ಸತತವಾಗಿ {3}
DocType: Contact,All,ಎಲ್ಲಾ DocType: Contact,All,ಎಲ್ಲಾ
DocType: Email Queue,Recipient,ಗ್ರಾಹಿ DocType: Email Queue,Recipient,ಗ್ರಾಹಿ
DocType: Communication,Has Attachment,ಲಗತ್ತು ಹೊಂದಿದೆ DocType: Communication,Has Attachment,ಲಗತ್ತು ಹೊಂದಿದೆ
@@ -1993,7 +1992,7 @@ DocType: Auto Email Report,Email To,ಇಮೇಲ್
apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,ಫೋಲ್ಡರ್ {0} ಖಾಲಿ apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,ಫೋಲ್ಡರ್ {0} ಖಾಲಿ
DocType: Page,Roles,ಪಾತ್ರಗಳು DocType: Page,Roles,ಪಾತ್ರಗಳು
apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},ಮೌಲ್ಯ ಕಾಣೆಯಾಗಿದೆ {0}:: ದೋಷ {1} apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},ಮೌಲ್ಯ ಕಾಣೆಯಾಗಿದೆ {0}:: ದೋಷ {1}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +286,Field {0} is not selectable.,ಫೀಲ್ಡ್ {0} ಆಯ್ಕೆಮಾಡಬಹುದಾದ ಅಲ್ಲ.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +287,Field {0} is not selectable.,ಫೀಲ್ಡ್ {0} ಆಯ್ಕೆಮಾಡಬಹುದಾದ ಅಲ್ಲ.
DocType: System Settings,Session Expiry,ಅಧಿವೇಶನ ಮುಗಿಯುವ DocType: System Settings,Session Expiry,ಅಧಿವೇಶನ ಮುಗಿಯುವ
DocType: Workflow State,ban-circle,ನಿಷೇಧ ವಲಯವನ್ನು DocType: Workflow State,ban-circle,ನಿಷೇಧ ವಲಯವನ್ನು
DocType: Email Flag Queue,Unread,ಓದದ DocType: Email Flag Queue,Unread,ಓದದ
@@ -2052,7 +2051,7 @@ DocType: DocType,"Naming Options:
<ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",ಹೆಸರಿಸುವ ಆಯ್ಕೆಗಳು: <ol><li> <b>ಕ್ಷೇತ್ರ: [FIELDNAME]</b> - ಫೀಲ್ಡ್ ಮೂಲಕ </li><li> <b>naming_series:</b> - ಸರಣಿ ಹೆಸರಿಸುವ (ಕ್ಷೇತ್ರ ಎಂಬ naming_series ಅಸ್ತಿತ್ವದಲ್ಲಿರಬೇಕು </li><li> <b>ಪ್ರಾಂಪ್ಟ್</b> - ಒಂದು ಹೆಸರು ಪ್ರಾಂಪ್ಟ್ ಬಳಕೆದಾರ </li><li> <b>[ಸರಣಿ]</b> - ಪೂರ್ವಪ್ರತ್ಯಯ (ಡಾಟ್ ಬೇರ್ಪಡಿಸಲಾಗಿರುತ್ತದೆ) ಮೂಲಕ ಸರಣಿ; ಉದಾಹರಣೆಗೆ ಪೂರ್ವ. ##### </li></ol> <ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>",ಹೆಸರಿಸುವ ಆಯ್ಕೆಗಳು: <ol><li> <b>ಕ್ಷೇತ್ರ: [FIELDNAME]</b> - ಫೀಲ್ಡ್ ಮೂಲಕ </li><li> <b>naming_series:</b> - ಸರಣಿ ಹೆಸರಿಸುವ (ಕ್ಷೇತ್ರ ಎಂಬ naming_series ಅಸ್ತಿತ್ವದಲ್ಲಿರಬೇಕು </li><li> <b>ಪ್ರಾಂಪ್ಟ್</b> - ಒಂದು ಹೆಸರು ಪ್ರಾಂಪ್ಟ್ ಬಳಕೆದಾರ </li><li> <b>[ಸರಣಿ]</b> - ಪೂರ್ವಪ್ರತ್ಯಯ (ಡಾಟ್ ಬೇರ್ಪಡಿಸಲಾಗಿರುತ್ತದೆ) ಮೂಲಕ ಸರಣಿ; ಉದಾಹರಣೆಗೆ ಪೂರ್ವ. ##### </li></ol>
DocType: Blog Post,Email Sent,ಕಳುಹಿಸಲಾದ ಇಮೇಲ್ DocType: Blog Post,Email Sent,ಕಳುಹಿಸಲಾದ ಇಮೇಲ್
DocType: DocField,Ignore XSS Filter,XSS ಸಂಪರ್ಕ ಫಿಲ್ಟರ್ ನಿರ್ಲಕ್ಷಿಸು DocType: DocField,Ignore XSS Filter,XSS ಸಂಪರ್ಕ ಫಿಲ್ಟರ್ ನಿರ್ಲಕ್ಷಿಸು
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,removed,ತೆಗೆದು
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,removed,ತೆಗೆದು
apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,ಡ್ರಾಪ್ಬಾಕ್ಸ್ ಬ್ಯಾಕಪ್ ಸೆಟ್ಟಿಂಗ್ಗಳನ್ನು apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,ಡ್ರಾಪ್ಬಾಕ್ಸ್ ಬ್ಯಾಕಪ್ ಸೆಟ್ಟಿಂಗ್ಗಳನ್ನು
apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,ಇಮೇಲ್ ಕಳುಹಿಸಿ apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,ಇಮೇಲ್ ಕಳುಹಿಸಿ
DocType: Website Theme,Link Color,ಲಿಂಕ್ ಬಣ್ಣ DocType: Website Theme,Link Color,ಲಿಂಕ್ ಬಣ್ಣ
@@ -2189,6 +2188,7 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,ಎ
DocType: DocType,Setup,ಸೆಟಪ್ DocType: DocType,Setup,ಸೆಟಪ್
DocType: Email Account,Initial Sync Count,ಆರಂಭಿಕ ಸಿಂಕ್ ಕೌಂಟ್ DocType: Email Account,Initial Sync Count,ಆರಂಭಿಕ ಸಿಂಕ್ ಕೌಂಟ್
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},ಹೊಸ ಕಾಮೆಂಟ್ {0} {1} apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},ಹೊಸ ಕಾಮೆಂಟ್ {0} {1}
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} ವರ್ಷ (ಗಳು) ಹಿಂದೆ
DocType: Workflow State,glass,ಗಾಜು DocType: Workflow State,glass,ಗಾಜು
DocType: DocType,Timeline Field,ಟೈಮ್ಲೈನ್ ಫೀಲ್ಡ್ DocType: DocType,Timeline Field,ಟೈಮ್ಲೈನ್ ಫೀಲ್ಡ್
DocType: Country,Time Zones,ಸಮಯದ ವಲಯಗಳು DocType: Country,Time Zones,ಸಮಯದ ವಲಯಗಳು
@@ -2223,10 +2223,10 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +77,You are not
apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,ಮಾಹಿತಿ: apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,ಮಾಹಿತಿ:
DocType: Custom Field,Permission Level,ಅನುಮತಿ ಮಟ್ಟ DocType: Custom Field,Permission Level,ಅನುಮತಿ ಮಟ್ಟ
DocType: User,Send Notifications for Transactions I Follow,ನಾನು ಅನುಸರಿಸಿ ಟ್ರಾನ್ಸಾಕ್ಷನ್ಸ್ ಅಧಿಸೂಚನೆಗಳನ್ನು ಕಳುಹಿಸಲು DocType: User,Send Notifications for Transactions I Follow,ನಾನು ಅನುಸರಿಸಿ ಟ್ರಾನ್ಸಾಕ್ಷನ್ಸ್ ಅಧಿಸೂಚನೆಗಳನ್ನು ಕಳುಹಿಸಲು
apps/frappe/frappe/core/doctype/doctype/doctype.py +698,"{0}: Cannot set Submit, Cancel, Amend without Write","{0} : ಬರೆಯಿರಿ ಇಲ್ಲದೆ ಮಾಡಿರಿ , ರದ್ದು , ಸಲ್ಲಿಸಿ ಹೊಂದಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ"
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,"{0}: Cannot set Submit, Cancel, Amend without Write","{0} : ಬರೆಯಿರಿ ಇಲ್ಲದೆ ಮಾಡಿರಿ , ರದ್ದು , ಸಲ್ಲಿಸಿ ಹೊಂದಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ"
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,ನೀವು ಬಾಂಧವ್ಯ ಅಳಿಸಲು ಬಯಸುತ್ತೀರೆ? apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,ನೀವು ಬಾಂಧವ್ಯ ಅಳಿಸಲು ಬಯಸುತ್ತೀರೆ?
apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","ಅಳಿಸಲು ಅಥವಾ {0} ಏಕೆಂದರೆ ರದ್ದು ಮಾಡಲು ಸಾಧ್ಯವಿಲ್ಲ <a href=""#Form/{0}/{1}"">{1}</a> ಸಂಬಂಧ ಇದೆ {2} <a href=""#Form/{2}/{3}"">{3}</a>" apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","ಅಳಿಸಲು ಅಥವಾ {0} ಏಕೆಂದರೆ ರದ್ದು ಮಾಡಲು ಸಾಧ್ಯವಿಲ್ಲ <a href=""#Form/{0}/{1}"">{1}</a> ಸಂಬಂಧ ಇದೆ {2} <a href=""#Form/{2}/{3}"">{3}</a>"
apps/frappe/frappe/__init__.py +1070,Thank you,ಧನ್ಯವಾದಗಳು
apps/frappe/frappe/__init__.py +1071,Thank you,ಧನ್ಯವಾದಗಳು
apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,ಉಳಿಸಲಾಗುತ್ತಿದೆ apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,ಉಳಿಸಲಾಗುತ್ತಿದೆ
DocType: Print Settings,Print Style Preview,ಮುದ್ರಣ ಶೈಲಿ ಮುನ್ನೋಟ DocType: Print Settings,Print Style Preview,ಮುದ್ರಣ ಶೈಲಿ ಮುನ್ನೋಟ
apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder
@@ -2271,7 +2271,7 @@ apps/frappe/frappe/public/js/frappe/list/list_renderer.js +501,2 days ago,2 ದ
apps/frappe/frappe/config/website.py +47,Categorize blog posts.,ಬ್ಲಾಗ್ ಪೋಸ್ಟ್ಗಳನ್ನು ವರ್ಗೀಕರಿಸಲು. apps/frappe/frappe/config/website.py +47,Categorize blog posts.,ಬ್ಲಾಗ್ ಪೋಸ್ಟ್ಗಳನ್ನು ವರ್ಗೀಕರಿಸಲು.
DocType: Workflow State,Time,ಟೈಮ್ DocType: Workflow State,Time,ಟೈಮ್
DocType: DocField,Attach,ಲಗತ್ತಿಸಿ DocType: DocField,Attach,ಲಗತ್ತಿಸಿ
apps/frappe/frappe/core/doctype/doctype/doctype.py +539,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} ಮಾನ್ಯ FIELDNAME ನಮೂನೆ ಅಲ್ಲ. ಇದು ಇರಬೇಕು {{FIELD_NAME}}.
apps/frappe/frappe/core/doctype/doctype/doctype.py +543,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} ಮಾನ್ಯ FIELDNAME ನಮೂನೆ ಅಲ್ಲ. ಇದು ಇರಬೇಕು {{FIELD_NAME}}.
DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,ಕನಿಷ್ಠ ಒಂದು ಸಂವಹನ ಡಾಕ್ಯುಮೆಂಟ್ ಲಭ್ಯವಿದೆ ಇಲ್ಲದಿದ್ದರೆ ಮಾತ್ರ ಪ್ರತಿಕ್ರಿಯೆ ವಿನಂತಿ ಕಳಿಸಿ. DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,ಕನಿಷ್ಠ ಒಂದು ಸಂವಹನ ಡಾಕ್ಯುಮೆಂಟ್ ಲಭ್ಯವಿದೆ ಇಲ್ಲದಿದ್ದರೆ ಮಾತ್ರ ಪ್ರತಿಕ್ರಿಯೆ ವಿನಂತಿ ಕಳಿಸಿ.
DocType: Custom Role,Permission Rules,ಅನುಮತಿಯನ್ನು ನಿಯಮಗಳನ್ನು DocType: Custom Role,Permission Rules,ಅನುಮತಿಯನ್ನು ನಿಯಮಗಳನ್ನು
DocType: GSuite Settings,GSuite Settings,GSuite ಸೆಟ್ಟಿಂಗ್ಗಳು DocType: GSuite Settings,GSuite Settings,GSuite ಸೆಟ್ಟಿಂಗ್ಗಳು
@@ -2291,7 +2291,7 @@ apps/frappe/frappe/website/doctype/blog_post/blog_post.py +106,Posts by {0},ಪ
apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.",", ಕಾಲಮ್ಗಳನ್ನು ಫಾರ್ಮಾಟ್ ಪ್ರಶ್ನೆಯಲ್ಲಿ ಕಾಲಮ್ ಲೇಬಲ್ಗಳನ್ನು ನೀಡಿ." apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.",", ಕಾಲಮ್ಗಳನ್ನು ಫಾರ್ಮಾಟ್ ಪ್ರಶ್ನೆಯಲ್ಲಿ ಕಾಲಮ್ ಲೇಬಲ್ಗಳನ್ನು ನೀಡಿ."
DocType: Has Domain,Has Domain,ಡೊಮೈನ್ ಹ್ಯಾಸ್ DocType: Has Domain,Has Domain,ಡೊಮೈನ್ ಹ್ಯಾಸ್
apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,ಒಂದು ಖಾತೆಯನ್ನು ಹೊಂದಿಲ್ಲ? ಸೈನ್ ಅಪ್ apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,ಒಂದು ಖಾತೆಯನ್ನು ಹೊಂದಿಲ್ಲ? ಸೈನ್ ಅಪ್
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,{0}: Cannot set Assign Amend if not Submittable,{0} : ನಿಯೋಜನೆ ಮಾಡಿರಿ ಹೊಂದಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ Submittable ಅಲ್ಲ
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set Assign Amend if not Submittable,{0} : ನಿಯೋಜನೆ ಮಾಡಿರಿ ಹೊಂದಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ Submittable ಅಲ್ಲ
DocType: Address,Bihar,ಬಿಹಾರ DocType: Address,Bihar,ಬಿಹಾರ
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,ಸಂಪಾದಿಸಿ ಅನುಮತಿಗಳನ್ನು apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,ಸಂಪಾದಿಸಿ ಅನುಮತಿಗಳನ್ನು
DocType: Communication,Link DocType,ಲಿಂಕ್ DOCTYPE DocType: Communication,Link DocType,ಲಿಂಕ್ DOCTYPE
@@ -2343,7 +2343,7 @@ DocType: DocField,Set non-standard precision for a Float or Currency field,ಒ
DocType: Email Account,Ignore attachments over this size,ಈ ಗಾತ್ರದ ಮೇಲೆ ಲಗತ್ತುಗಳನ್ನು ನಿರ್ಲಕ್ಷಿಸು DocType: Email Account,Ignore attachments over this size,ಈ ಗಾತ್ರದ ಮೇಲೆ ಲಗತ್ತುಗಳನ್ನು ನಿರ್ಲಕ್ಷಿಸು
DocType: Address,Preferred Billing Address,ಮೆಚ್ಚಿನ ಬಿಲ್ಲಿಂಗ್ ವಿಳಾಸ DocType: Address,Preferred Billing Address,ಮೆಚ್ಚಿನ ಬಿಲ್ಲಿಂಗ್ ವಿಳಾಸ
apps/frappe/frappe/config/integrations.py +63,External Documents,ಬಾಹ್ಯ ಡಾಕ್ಯುಮೆಂಟ್ಸ್ apps/frappe/frappe/config/integrations.py +63,External Documents,ಬಾಹ್ಯ ಡಾಕ್ಯುಮೆಂಟ್ಸ್
apps/frappe/frappe/database.py +235,Too many writes in one request. Please send smaller requests,ಹಲವಾರು ಒಂದು ವಿನಂತಿಯನ್ನು ಬರೆಯುತ್ತಾರೆ. ಸಣ್ಣ ಮನವಿಯನ್ನು ಕಳುಹಿಸಲು ದಯವಿಟ್ಟು
apps/frappe/frappe/database.py +247,Too many writes in one request. Please send smaller requests,ಹಲವಾರು ಒಂದು ವಿನಂತಿಯನ್ನು ಬರೆಯುತ್ತಾರೆ. ಸಣ್ಣ ಮನವಿಯನ್ನು ಕಳುಹಿಸಲು ದಯವಿಟ್ಟು
apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,ಮೌಲ್ಯಗಳು ಬದಲಾವಣೆ apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,ಮೌಲ್ಯಗಳು ಬದಲಾವಣೆ
DocType: Workflow State,arrow-up,ಬಾಣದ ಅಪ್ DocType: Workflow State,arrow-up,ಬಾಣದ ಅಪ್
DocType: OAuth Bearer Token,Expires In,ರಲ್ಲಿ ಮುಕ್ತಾಯಗೊಳ್ಳುತ್ತದೆ DocType: OAuth Bearer Token,Expires In,ರಲ್ಲಿ ಮುಕ್ತಾಯಗೊಳ್ಳುತ್ತದೆ
@@ -2391,7 +2391,7 @@ apps/frappe/frappe/core/page/data_import_tool/importer.py +81,Please make sure t
apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,ನಿಮ್ಮ ಪ್ರೊಫೈಲ್ ಇಮೇಲ್ ವಿಳಾಸವನ್ನು ಹೊಂದಿದೆ ಖಚಿತಪಡಿಸಿಕೊಳ್ಳಿ apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,ನಿಮ್ಮ ಪ್ರೊಫೈಲ್ ಇಮೇಲ್ ವಿಳಾಸವನ್ನು ಹೊಂದಿದೆ ಖಚಿತಪಡಿಸಿಕೊಳ್ಳಿ
apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,ನೀವು ಈ ರೂಪದಲ್ಲಿ ಬದಲಾವಣೆಗಳನ್ನು ಉಳಿಸಿಲ್ಲ. apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,ನೀವು ಈ ರೂಪದಲ್ಲಿ ಬದಲಾವಣೆಗಳನ್ನು ಉಳಿಸಿಲ್ಲ.
DocType: Address,Telangana,ತೆಲಂಗಾಣ DocType: Address,Telangana,ತೆಲಂಗಾಣ
apps/frappe/frappe/core/doctype/doctype/doctype.py +459,Default for {0} must be an option,{0} ಒಂದು ಆಯ್ಕೆಯನ್ನು ಇರಬೇಕು ಡೀಫಾಲ್ಟ್
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Default for {0} must be an option,{0} ಒಂದು ಆಯ್ಕೆಯನ್ನು ಇರಬೇಕು ಡೀಫಾಲ್ಟ್
DocType: Tag Doc Category,Tag Doc Category,ಟ್ಯಾಗ್ ಡಾಕ್ ವರ್ಗ DocType: Tag Doc Category,Tag Doc Category,ಟ್ಯಾಗ್ ಡಾಕ್ ವರ್ಗ
DocType: User,User Image,ಬಳಕೆದಾರ ಚಿತ್ರ DocType: User,User Image,ಬಳಕೆದಾರ ಚಿತ್ರ
apps/frappe/frappe/email/queue.py +304,Emails are muted,ಇಮೇಲ್ಗಳನ್ನು ಮ್ಯೂಟ್ apps/frappe/frappe/email/queue.py +304,Emails are muted,ಇಮೇಲ್ಗಳನ್ನು ಮ್ಯೂಟ್
@@ -2436,7 +2436,7 @@ DocType: Async Task,Running,ರನ್ನಿಂಗ್
apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,ಪಾಸ್ವರ್ಡ್ ಮರುಹೊಂದಿಸಿ apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,ಪಾಸ್ವರ್ಡ್ ಮರುಹೊಂದಿಸಿ
apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,ಹೆಚ್ಚು {0} ಚಂದಾದಾರರು ಸೇರಿಸಲು ಅಪ್ಗ್ರೇಡ್ ಮಾಡಿ apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,ಹೆಚ್ಚು {0} ಚಂದಾದಾರರು ಸೇರಿಸಲು ಅಪ್ಗ್ರೇಡ್ ಮಾಡಿ
DocType: Workflow State,hand-left,ಕೈ ಎಡ DocType: Workflow State,hand-left,ಕೈ ಎಡ
apps/frappe/frappe/core/doctype/doctype/doctype.py +472,Fieldtype {0} for {1} cannot be unique,Fieldtype {0} {1} ಅನನ್ಯ ಮಾಡಲಾಗದ
apps/frappe/frappe/core/doctype/doctype/doctype.py +476,Fieldtype {0} for {1} cannot be unique,Fieldtype {0} {1} ಅನನ್ಯ ಮಾಡಲಾಗದ
DocType: Email Account,Use SSL,SSL ಬಳಸಲು DocType: Email Account,Use SSL,SSL ಬಳಸಲು
DocType: Workflow State,play-circle,ಆಡಲು ವೃತ್ತ DocType: Workflow State,play-circle,ಆಡಲು ವೃತ್ತ
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,ಸಂಪಾದಿಸಿ ಮುದ್ರಿಸಿ ಸ್ವರೂಪ ಆಯ್ಕೆ apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,ಸಂಪಾದಿಸಿ ಮುದ್ರಿಸಿ ಸ್ವರೂಪ ಆಯ್ಕೆ
@@ -2491,7 +2491,7 @@ DocType: DocField,No Copy,ಯಾವುದೇ ಪ್ರತಿಯನ್ನು
DocType: Workflow State,qrcode,QRCode DocType: Workflow State,qrcode,QRCode
apps/frappe/frappe/www/login.html +34,Login with LDAP,LDAP ಅನ್ನು ಲಾಗಿನ್ apps/frappe/frappe/www/login.html +34,Login with LDAP,LDAP ಅನ್ನು ಲಾಗಿನ್
DocType: Web Form,Breadcrumbs,ಬ್ರೆಡ್ DocType: Web Form,Breadcrumbs,ಬ್ರೆಡ್
apps/frappe/frappe/core/doctype/doctype/doctype.py +671,If Owner,ಮಾಲೀಕ ವೇಳೆ
apps/frappe/frappe/core/doctype/doctype/doctype.py +675,If Owner,ಮಾಲೀಕ ವೇಳೆ
DocType: OAuth Authorization Code,Expiration time,ಮುಕ್ತಾಯ ಸಮಯ DocType: OAuth Authorization Code,Expiration time,ಮುಕ್ತಾಯ ಸಮಯ
DocType: Web Page,Website Sidebar,ವೆಬ್ಸೈಟ್ ಪಾರ್ಶ್ವಪಟ್ಟಿ DocType: Web Page,Website Sidebar,ವೆಬ್ಸೈಟ್ ಪಾರ್ಶ್ವಪಟ್ಟಿ
DocType: Web Form,Show Sidebar,ಪಾರ್ಶ್ವಪಟ್ಟಿ ತೋರಿಸು DocType: Web Form,Show Sidebar,ಪಾರ್ಶ್ವಪಟ್ಟಿ ತೋರಿಸು
@@ -2666,6 +2666,7 @@ DocType: Portal Settings,Hide Standard Menu,ಸ್ಟ್ಯಾಂಡರ್ಡ್
apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,ಸೇರಿಸಿ / ಇಮೇಲ್ ಡೊಮೇನ್ಗಳ ನಿರ್ವಹಿಸಿ. apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,ಸೇರಿಸಿ / ಇಮೇಲ್ ಡೊಮೇನ್ಗಳ ನಿರ್ವಹಿಸಿ.
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},ಸಲ್ಲಿಸುವ ಮೊದಲು ರದ್ದುಗೊಳಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ . apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},ಸಲ್ಲಿಸುವ ಮೊದಲು ರದ್ದುಗೊಳಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ .
apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,ಪ್ರಿಂಟ್ ಫಾರ್ಮ್ಯಾಟ್ {0} ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,ಪ್ರಿಂಟ್ ಫಾರ್ಮ್ಯಾಟ್ {0} ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,ದಯವಿಟ್ಟು ಸೆಟಪ್&gt; ಇಮೇಲ್&gt; ಇಮೇಲ್ ಖಾತೆಯಿಂದ ಡೀಫಾಲ್ಟ್ ಇಮೇಲ್ ಖಾತೆ ಹೊಂದಿಸಿ
DocType: Email Alert,Send days before or after the reference date,ಮೊದಲು ಅಥವಾ ಉಲ್ಲೇಖ ದಿನಾಂಕ ನಂತರ ದಿನಗಳಲ್ಲಿ ಕಳುಹಿಸಿ DocType: Email Alert,Send days before or after the reference date,ಮೊದಲು ಅಥವಾ ಉಲ್ಲೇಖ ದಿನಾಂಕ ನಂತರ ದಿನಗಳಲ್ಲಿ ಕಳುಹಿಸಿ
DocType: User,Allow user to login only after this hour (0-24),ಬಳಕೆದಾರ ಮಾತ್ರ ಈ ಗಂಟೆ ನಂತರ ( 0-24 ) ಲಾಗಿನ್ ಅನುಮತಿಸಿ DocType: User,Allow user to login only after this hour (0-24),ಬಳಕೆದಾರ ಮಾತ್ರ ಈ ಗಂಟೆ ನಂತರ ( 0-24 ) ಲಾಗಿನ್ ಅನುಮತಿಸಿ
apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,ಮೌಲ್ಯ apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,ಮೌಲ್ಯ
@@ -2681,7 +2682,6 @@ DocType: ToDo,Priority,ಆದ್ಯತೆ
DocType: Email Queue,Unsubscribe Param,ಅನ್ಸಬ್ಸ್ಕ್ರೈಬ್ ಪರಮ DocType: Email Queue,Unsubscribe Param,ಅನ್ಸಬ್ಸ್ಕ್ರೈಬ್ ಪರಮ
DocType: Auto Email Report,Weekly,ವಾರದ DocType: Auto Email Report,Weekly,ವಾರದ
DocType: Communication,In Reply To,ಉತ್ತರವಾಗಿ DocType: Communication,In Reply To,ಉತ್ತರವಾಗಿ
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,ಡೀಫಾಲ್ಟ್ ವಿಳಾಸ ಟೆಂಪ್ಲೆಟ್ ಕಂಡುಬಂದಿಲ್ಲ. ದಯವಿಟ್ಟು ಸೆಟಪ್&gt; ಮುದ್ರಣ ಮತ್ತು ಬ್ರ್ಯಾಂಡಿಂಗ್&gt; ವಿಳಾಸ ಟೆಂಪ್ಲೆಟ್ನಿಂದ ಹೊಸದನ್ನು ರಚಿಸಿ.
DocType: DocType,Allow Import (via Data Import Tool),ಆಮದು ಅನುಮತಿಸಿ (ಡೇಟಾ ಆಮದು ಟೂಲ್ ಮೂಲಕ) DocType: DocType,Allow Import (via Data Import Tool),ಆಮದು ಅನುಮತಿಸಿ (ಡೇಟಾ ಆಮದು ಟೂಲ್ ಮೂಲಕ)
apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,sr apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,sr
DocType: DocField,Float,ತೇಲುವುದು DocType: DocField,Float,ತೇಲುವುದು
@@ -2727,7 +2727,7 @@ apps/frappe/frappe/templates/emails/auto_reply.html +1,Thank you for your email,
DocType: DocField,Small Text,ಸಣ್ಣ ಪಠ್ಯ DocType: DocField,Small Text,ಸಣ್ಣ ಪಠ್ಯ
apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,ನಿರ್ವಾಹಕ ಪಡೆದದ್ದು {0} ನಲ್ಲಿ {1} IP ವಿಳಾಸ ಮೂಲಕ {2}. apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,ನಿರ್ವಾಹಕ ಪಡೆದದ್ದು {0} ನಲ್ಲಿ {1} IP ವಿಳಾಸ ಮೂಲಕ {2}.
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,ಸಮ apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,ಸಮ
apps/frappe/frappe/core/doctype/doctype/doctype.py +453,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',ಕ್ಷೇತ್ರದ ಆಯ್ಕೆಗಳು 'ಡೈನಾಮಿಕ್ ಲಿಂಕ್' ಮಾದರಿ 'doctype' ಎಂದು ಆಯ್ಕೆಗಳು ಮತ್ತೊಂದು ಲಿಂಕ್ ಫೀಲ್ಡ್ ಬೆಟ್ಟು ಮಾಡಬೇಕು
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',ಕ್ಷೇತ್ರದ ಆಯ್ಕೆಗಳು 'ಡೈನಾಮಿಕ್ ಲಿಂಕ್' ಮಾದರಿ 'doctype' ಎಂದು ಆಯ್ಕೆಗಳು ಮತ್ತೊಂದು ಲಿಂಕ್ ಫೀಲ್ಡ್ ಬೆಟ್ಟು ಮಾಡಬೇಕು
DocType: About Us Settings,Team Members Heading,ಶಿರೋನಾಮೆ ತಂಡದ ಸದಸ್ಯರು DocType: About Us Settings,Team Members Heading,ಶಿರೋನಾಮೆ ತಂಡದ ಸದಸ್ಯರು
apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,ಅಮಾನ್ಯ CSV ಫಾರ್ಮ್ಯಾಟ್ನಲ್ಲಿ apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,ಅಮಾನ್ಯ CSV ಫಾರ್ಮ್ಯಾಟ್ನಲ್ಲಿ
apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,ಸಂಖ್ಯೆ ಬ್ಯಾಕ್ಅಪ್ಗಳು ಹೊಂದಿಸಿ apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,ಸಂಖ್ಯೆ ಬ್ಯಾಕ್ಅಪ್ಗಳು ಹೊಂದಿಸಿ
@@ -2761,7 +2761,7 @@ DocType: Kanban Board Column,Column Name,ಅಂಕಣ ಹೆಸರು
DocType: Language,Based On,ಆಧರಿಸಿದೆ DocType: Language,Based On,ಆಧರಿಸಿದೆ
apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,ಡೀಫಾಲ್ಟ್ ಮಾಡಿ apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,ಡೀಫಾಲ್ಟ್ ಮಾಡಿ
apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,ಫ್ರಾಪ್ಪೆ ಸರ್ವರ್ URL ಅನ್ನು ಪರಿಶೀಲಿಸಿ apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,ಫ್ರಾಪ್ಪೆ ಸರ್ವರ್ URL ಅನ್ನು ಪರಿಶೀಲಿಸಿ
apps/frappe/frappe/core/doctype/doctype/doctype.py +495,Fieldtype {0} for {1} cannot be indexed,Fieldtype {0} {1} ಸೂಚಿಸಲಾಗಿದೆ ಸಾಧ್ಯವಿಲ್ಲ
apps/frappe/frappe/core/doctype/doctype/doctype.py +499,Fieldtype {0} for {1} cannot be indexed,Fieldtype {0} {1} ಸೂಚಿಸಲಾಗಿದೆ ಸಾಧ್ಯವಿಲ್ಲ
DocType: Communication,Email Account,ಇಮೇಲ್ ಖಾತೆ DocType: Communication,Email Account,ಇಮೇಲ್ ಖಾತೆ
DocType: Workflow State,Download,ಡೌನ್ಲೋಡ್ DocType: Workflow State,Download,ಡೌನ್ಲೋಡ್
DocType: Blog Post,Blog Intro,ಪರಿಚಯ ಬ್ಲಾಗ್ DocType: Blog Post,Blog Intro,ಪರಿಚಯ ಬ್ಲಾಗ್
@@ -2793,16 +2793,16 @@ apps/frappe/frappe/email/doctype/email_group/email_group.js +45,New Newsletter,
DocType: Print Settings,Send Print as PDF,ಮುದ್ರಿಸು Send ಪಿಡಿಎಫ್ DocType: Print Settings,Send Print as PDF,ಮುದ್ರಿಸು Send ಪಿಡಿಎಫ್
DocType: Web Form,Amount,ಪ್ರಮಾಣ DocType: Web Form,Amount,ಪ್ರಮಾಣ
DocType: Workflow Transition,Allowed,ಅವಕಾಶ DocType: Workflow Transition,Allowed,ಅವಕಾಶ
apps/frappe/frappe/core/doctype/doctype/doctype.py +502,There can be only one Fold in a form,ಒಂದು ರೂಪದಲ್ಲಿ ಒಂದೇ ಪದರ ಇಲ್ಲದಂತಾಗುತ್ತದೆ
apps/frappe/frappe/core/doctype/doctype/doctype.py +506,There can be only one Fold in a form,ಒಂದು ರೂಪದಲ್ಲಿ ಒಂದೇ ಪದರ ಇಲ್ಲದಂತಾಗುತ್ತದೆ
apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},ಕಡತ ವಿನ್ಯಾಸವನ್ನು ಬರೆಯಲು ಸಾಧ್ಯವಿಲ್ಲ {0} apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},ಕಡತ ವಿನ್ಯಾಸವನ್ನು ಬರೆಯಲು ಸಾಧ್ಯವಿಲ್ಲ {0}
apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,ಡೀಫಾಲ್ಟ್ ಸೆಟ್ಟಿಂಗ್ಗಳನ್ನು ಪುನಃಸ್ಥಾಪಿಸಲು? apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,ಡೀಫಾಲ್ಟ್ ಸೆಟ್ಟಿಂಗ್ಗಳನ್ನು ಪುನಃಸ್ಥಾಪಿಸಲು?
apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,ಅಮಾನ್ಯವಾದ ಮುಖಪುಟ apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,ಅಮಾನ್ಯವಾದ ಮುಖಪುಟ
apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,ಅಮಾನ್ಯ ಲಾಗಿನ್. ಮತ್ತೆ ಪ್ರಯತ್ನಿಸು. apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,ಅಮಾನ್ಯ ಲಾಗಿನ್. ಮತ್ತೆ ಪ್ರಯತ್ನಿಸು.
apps/frappe/frappe/core/doctype/doctype/doctype.py +420,Options required for Link or Table type field {0} in row {1},ಸತತವಾಗಿ ಲಿಂಕ್ ಅಥವಾ ಟೇಬಲ್ ಪ್ರಕಾರ ಕ್ಷೇತ್ರವು {0} ಅಗತ್ಯವಾದ ಆಯ್ಕೆಗಳು {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +420,Options required for Link or Table type field {0} in row {1},ಸತತವಾಗಿ ಲಿಂಕ್ ಅಥವಾ ಟೇಬಲ್ ಪ್ರಕಾರ ಕ್ಷೇತ್ರವು {0} ಅಗತ್ಯವಾದ ಆಯ್ಕೆಗಳು {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +424,Options required for Link or Table type field {0} in row {1},ಸತತವಾಗಿ ಲಿಂಕ್ ಅಥವಾ ಟೇಬಲ್ ಪ್ರಕಾರ ಕ್ಷೇತ್ರವು {0} ಅಗತ್ಯವಾದ ಆಯ್ಕೆಗಳು {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +424,Options required for Link or Table type field {0} in row {1},ಸತತವಾಗಿ ಲಿಂಕ್ ಅಥವಾ ಟೇಬಲ್ ಪ್ರಕಾರ ಕ್ಷೇತ್ರವು {0} ಅಗತ್ಯವಾದ ಆಯ್ಕೆಗಳು {1}
DocType: Auto Email Report,Send only if there is any data,ಯಾವುದೇ ಮಾಹಿತಿ ಇಲ್ಲ ಮಾತ್ರ ಕಳುಹಿಸಿ DocType: Auto Email Report,Send only if there is any data,ಯಾವುದೇ ಮಾಹಿತಿ ಇಲ್ಲ ಮಾತ್ರ ಕಳುಹಿಸಿ
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,ಫಿಲ್ಟರ್ ಕೊಡುಗೆಗಳು apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,ಫಿಲ್ಟರ್ ಕೊಡುಗೆಗಳು
apps/frappe/frappe/core/doctype/doctype/doctype.py +688,{0}: Permission at level 0 must be set before higher levels are set,{0} : ಉನ್ನತ ಮಟ್ಟದ ಸೆಟ್ ಮೊದಲು ಮಟ್ಟದ 0 ಅನುಮತಿಯ ಸೆಟ್ ಮಾಡಬೇಕು
apps/frappe/frappe/core/doctype/doctype/doctype.py +692,{0}: Permission at level 0 must be set before higher levels are set,{0} : ಉನ್ನತ ಮಟ್ಟದ ಸೆಟ್ ಮೊದಲು ಮಟ್ಟದ 0 ಅನುಮತಿಯ ಸೆಟ್ ಮಾಡಬೇಕು
apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},ಹುದ್ದೆ ಮುಚ್ಚಲಾಯಿತು {0} apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},ಹುದ್ದೆ ಮುಚ್ಚಲಾಯಿತು {0}
DocType: Integration Request,Remote,ರಿಮೋಟ್ DocType: Integration Request,Remote,ರಿಮೋಟ್
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,ಲೆಕ್ಕ apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,ಲೆಕ್ಕ
@@ -2822,8 +2822,8 @@ DocType: DocField,Perm Level,ಪೆರ್ಮ್ ಮಟ್ಟ
apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,ಇಂದಿನ ಕ್ಯಾಲೆಂಡರ್ ಕ್ರಿಯೆಗಳು apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,ಇಂದಿನ ಕ್ಯಾಲೆಂಡರ್ ಕ್ರಿಯೆಗಳು
DocType: Web Page,Web Page,ವೆಬ್ ಪುಟ DocType: Web Page,Web Page,ವೆಬ್ ಪುಟ
DocType: Blog Category,Blogger,ಬ್ಲಾಗರ್ DocType: Blog Category,Blogger,ಬ್ಲಾಗರ್
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In Global Search' not allowed for type {0} in row {1},&#39;ಗ್ಲೋಬಲ್ ಸರ್ಚ್&#39; ಮಾದರಿ ಅನುಮತಿಸಲಾಗುವುದಿಲ್ಲ {0} ಸತತವಾಗಿ {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In Global Search' not allowed for type {0} in row {1},&#39;ಗ್ಲೋಬಲ್ ಸರ್ಚ್&#39; ಮಾದರಿ ಅನುಮತಿಸಲಾಗುವುದಿಲ್ಲ {0} ಸತತವಾಗಿ {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +449,'In Global Search' not allowed for type {0} in row {1},&#39;ಗ್ಲೋಬಲ್ ಸರ್ಚ್&#39; ಮಾದರಿ ಅನುಮತಿಸಲಾಗುವುದಿಲ್ಲ {0} ಸತತವಾಗಿ {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +449,'In Global Search' not allowed for type {0} in row {1},&#39;ಗ್ಲೋಬಲ್ ಸರ್ಚ್&#39; ಮಾದರಿ ಅನುಮತಿಸಲಾಗುವುದಿಲ್ಲ {0} ಸತತವಾಗಿ {1}
apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,ಪಟ್ಟಿ ವೀಕ್ಷಣೆ apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,ಪಟ್ಟಿ ವೀಕ್ಷಣೆ
apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},ದಿನಾಂಕ ಸ್ವರೂಪದಲ್ಲಿರಬೇಕು : {0} apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},ದಿನಾಂಕ ಸ್ವರೂಪದಲ್ಲಿರಬೇಕು : {0}
DocType: Workflow,Don't Override Status,ಸ್ಥಿತಿ ಬದಲಾಯಿಸಬೇಡಿ DocType: Workflow,Don't Override Status,ಸ್ಥಿತಿ ಬದಲಾಯಿಸಬೇಡಿ
@@ -2872,7 +2872,7 @@ DocType: Website Theme,Background,ಹಿನ್ನೆಲೆ
DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","ಬಳಕೆದಾರ ಅನುಮತಿಗಳು ಅರ್ಜಿ ಬಳಸಲಾಗುತ್ತದೆ Doctypes JSON ಪಟ್ಟಿ. ಖಾಲಿ ಇದ್ದರೆ, ಎಲ್ಲಾ ಲಿಂಕ್ Doctypes ಬಳಕೆದಾರ ಅನುಮತಿಗಳು ಅರ್ಜಿ ಬಳಸಲಾಗುತ್ತದೆ." DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","ಬಳಕೆದಾರ ಅನುಮತಿಗಳು ಅರ್ಜಿ ಬಳಸಲಾಗುತ್ತದೆ Doctypes JSON ಪಟ್ಟಿ. ಖಾಲಿ ಇದ್ದರೆ, ಎಲ್ಲಾ ಲಿಂಕ್ Doctypes ಬಳಕೆದಾರ ಅನುಮತಿಗಳು ಅರ್ಜಿ ಬಳಸಲಾಗುತ್ತದೆ."
DocType: Report,Ref DocType,ಉಲ್ಲೇಖ doctype DocType: Report,Ref DocType,ಉಲ್ಲೇಖ doctype
apps/frappe/frappe/www/feedback.py +42,Please add a rating,ರೇಟಿಂಗ್ ಸೇರಿಸಿ apps/frappe/frappe/www/feedback.py +42,Please add a rating,ರೇಟಿಂಗ್ ಸೇರಿಸಿ
apps/frappe/frappe/core/doctype/doctype/doctype.py +700,{0}: Cannot set Amend without Cancel,{0} : ರದ್ದು ಮಾಡಿರಿ ಇಲ್ಲದೆ ಹೊಂದಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ
apps/frappe/frappe/core/doctype/doctype/doctype.py +704,{0}: Cannot set Amend without Cancel,{0} : ರದ್ದು ಮಾಡಿರಿ ಇಲ್ಲದೆ ಹೊಂದಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ
apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,ಪೂರ್ಣ ಪುಟ apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,ಪೂರ್ಣ ಪುಟ
DocType: DocType,Is Child Table,ChildTable ಈಸ್ DocType: DocType,Is Child Table,ChildTable ಈಸ್
apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} {1} ಒಂದು ಇರಬೇಕು apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} {1} ಒಂದು ಇರಬೇಕು
@@ -2901,7 +2901,7 @@ DocType: Event,Send an email reminder in the morning,ಬೆಳಿಗ್ಗೆ
DocType: Blog Post,Published On,ರಂದು ಪ್ರಕಟವಾದ DocType: Blog Post,Published On,ರಂದು ಪ್ರಕಟವಾದ
DocType: Contact,Gender,ಲಿಂಗ DocType: Contact,Gender,ಲಿಂಗ
apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,ಕಡ್ಡಾಯ ಮಾಹಿತಿ ಕಾಣೆಯಾಗಿದೆ: apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,ಕಡ್ಡಾಯ ಮಾಹಿತಿ ಕಾಣೆಯಾಗಿದೆ:
apps/frappe/frappe/core/doctype/doctype/doctype.py +492,Field '{0}' cannot be set as Unique as it has non-unique values,ಕ್ಷೇತ್ರದಲ್ಲಿ &#39;{0}&#39; ಇದು ಅಲ್ಲದ ಅನನ್ಯ ಮೌಲ್ಯಗಳನ್ನು ಹೊಂದಿದೆ ಅನನ್ಯ ಎಂದು ಹೊಂದಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ
apps/frappe/frappe/core/doctype/doctype/doctype.py +496,Field '{0}' cannot be set as Unique as it has non-unique values,ಕ್ಷೇತ್ರದಲ್ಲಿ &#39;{0}&#39; ಇದು ಅಲ್ಲದ ಅನನ್ಯ ಮೌಲ್ಯಗಳನ್ನು ಹೊಂದಿದೆ ಅನನ್ಯ ಎಂದು ಹೊಂದಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ
apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,ಕೇವಲ 200 ಒಳಸೇರಿಸಿದನು ಒಂದು ವಿನಂತಿಯನ್ನು ಅನುಮತಿ apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,ಕೇವಲ 200 ಒಳಸೇರಿಸಿದನು ಒಂದು ವಿನಂತಿಯನ್ನು ಅನುಮತಿ
DocType: Footer Item,URL,URL ಅನ್ನು DocType: Footer Item,URL,URL ಅನ್ನು
DocType: ToDo,Reference Type,ರೆಫರೆನ್ಸ್ ಕೌಟುಂಬಿಕತೆ DocType: ToDo,Reference Type,ರೆಫರೆನ್ಸ್ ಕೌಟುಂಬಿಕತೆ
@@ -2945,8 +2945,8 @@ apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +135,Please save
apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} ಗ್ರಾಹಕರನ್ನು ಸೇರ್ಪಡೆ apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} ಗ್ರಾಹಕರನ್ನು ಸೇರ್ಪಡೆ
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,ಅಲ್ಲ apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,ಅಲ್ಲ
DocType: Workflow State,star,ನಕ್ಷತ್ರ DocType: Workflow State,star,ನಕ್ಷತ್ರ
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +228,values separated by commas,ಬೇರ್ಪಡಿಸಲಾಗಿರುತ್ತದೆ ಮೌಲ್ಯಗಳನ್ನು
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Max width for type Currency is 100px in row {0},ಮಾದರಿ ಕರೆನ್ಸಿ ಮ್ಯಾಕ್ಸ್ ಅಗಲ ಸತತವಾಗಿ 100px {0}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,values separated by commas,ಬೇರ್ಪಡಿಸಲಾಗಿರುತ್ತದೆ ಮೌಲ್ಯಗಳನ್ನು
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,Max width for type Currency is 100px in row {0},ಮಾದರಿ ಕರೆನ್ಸಿ ಮ್ಯಾಕ್ಸ್ ಅಗಲ ಸತತವಾಗಿ 100px {0}
apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},ದಯವಿಟ್ಟು ನಿಮ್ಮ ಪ್ರತಿಕ್ರಿಯೆಯನ್ನು ಹಂಚಿಕೊಳ್ಳಲು {0} apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},ದಯವಿಟ್ಟು ನಿಮ್ಮ ಪ್ರತಿಕ್ರಿಯೆಯನ್ನು ಹಂಚಿಕೊಳ್ಳಲು {0}
apps/frappe/frappe/config/website.py +13,Content web page.,ವಿಷಯ ವೆಬ್ ಪುಟ . apps/frappe/frappe/config/website.py +13,Content web page.,ವಿಷಯ ವೆಬ್ ಪುಟ .
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,ಹೊಸ ಪಾತ್ರ ಸೇರಿಸಿ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,ಹೊಸ ಪಾತ್ರ ಸೇರಿಸಿ
@@ -2965,7 +2965,7 @@ apps/frappe/frappe/public/js/frappe/desk.js +383,Please Enter Your Password to C
apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,ಮಾನ್ಯ LDAP ಅನ್ನು ಬಳಕೆದಾರ apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,ಮಾನ್ಯ LDAP ಅನ್ನು ಬಳಕೆದಾರ
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} ಒಂದು ಮಾನ್ಯವಾದ ರಾಜ್ಯ apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} ಒಂದು ಮಾನ್ಯವಾದ ರಾಜ್ಯ
apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',ಮತ್ತೊಂದು ಪಾವತಿ ವಿಧಾನವನ್ನು ಅನುಸರಿಸಿ. ಪೇಪಾಲ್ ಕರೆನ್ಸಿ ವ್ಯವಹಾರಗಳ ಬೆಂಬಲಿಸದಿರುವುದರಿಂದ &#39;{0}&#39; apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',ಮತ್ತೊಂದು ಪಾವತಿ ವಿಧಾನವನ್ನು ಅನುಸರಿಸಿ. ಪೇಪಾಲ್ ಕರೆನ್ಸಿ ವ್ಯವಹಾರಗಳ ಬೆಂಬಲಿಸದಿರುವುದರಿಂದ &#39;{0}&#39;
apps/frappe/frappe/core/doctype/doctype/doctype.py +519,Search field {0} is not valid,ಹುಡುಕಾಟ ಕ್ಷೇತ್ರದಲ್ಲಿ {0} ಮಾನ್ಯವಾಗಿಲ್ಲ
apps/frappe/frappe/core/doctype/doctype/doctype.py +523,Search field {0} is not valid,ಹುಡುಕಾಟ ಕ್ಷೇತ್ರದಲ್ಲಿ {0} ಮಾನ್ಯವಾಗಿಲ್ಲ
DocType: Workflow State,ok-circle,ಸರಿ ವೃತ್ತ DocType: Workflow State,ok-circle,ಸರಿ ವೃತ್ತ
apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',ನೀವು ಗ್ರಾಹಕರು ಕಿತ್ತಳೆ ಹೇಗೆ &#39;ಕೇಳುವ ಮೂಲಕ ವಸ್ತುಗಳನ್ನು ಕಾಣಬಹುದು apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',ನೀವು ಗ್ರಾಹಕರು ಕಿತ್ತಳೆ ಹೇಗೆ &#39;ಕೇಳುವ ಮೂಲಕ ವಸ್ತುಗಳನ್ನು ಕಾಣಬಹುದು
apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,ಕ್ಷಮಿಸಿ! ಬಳಕೆದಾರರು ತಮ್ಮ ದಾಖಲೆ ಸಂಪೂರ್ಣ ಪ್ರವೇಶವನ್ನು ಇರಬೇಕು. apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,ಕ್ಷಮಿಸಿ! ಬಳಕೆದಾರರು ತಮ್ಮ ದಾಖಲೆ ಸಂಪೂರ್ಣ ಪ್ರವೇಶವನ್ನು ಇರಬೇಕು.
@@ -3037,7 +3037,7 @@ DocType: User,Background Style,ಹಿನ್ನೆಲೆ ಶೈಲಿ
apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},ವಿಲೀನಗೊಂಡಿತು {0} ಒಳಗೆ {1} apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},ವಿಲೀನಗೊಂಡಿತು {0} ಒಳಗೆ {1}
DocType: System Settings,mm-dd-yyyy,MM-DD - YYYY DocType: System Settings,mm-dd-yyyy,MM-DD - YYYY
apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} ಲಾಗಿನ್ apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} ಲಾಗಿನ್
apps/frappe/frappe/templates/emails/new_user.html +4,Your login id is,ನಿಮ್ಮ ಲಾಗಿನ್ ಐಡಿ ಆಗಿದೆ
apps/frappe/frappe/templates/emails/new_user.html +3,Your login id is,ನಿಮ್ಮ ಲಾಗಿನ್ ಐಡಿ ಆಗಿದೆ
DocType: OAuth Client,Skip Authorization,ಅಧಿಕಾರ ತೆರಳಿ DocType: OAuth Client,Skip Authorization,ಅಧಿಕಾರ ತೆರಳಿ
DocType: Web Form,Amount Field,ಪ್ರಮಾಣ ಫೀಲ್ಡ್ DocType: Web Form,Amount Field,ಪ್ರಮಾಣ ಫೀಲ್ಡ್
DocType: Dropbox Settings,Send Notifications To,ಅಧಿಸೂಚನೆಗಳನ್ನು ಕಳುಹಿಸಿ DocType: Dropbox Settings,Send Notifications To,ಅಧಿಸೂಚನೆಗಳನ್ನು ಕಳುಹಿಸಿ


+ 96
- 96
frappe/translations/ko.csv View File

@@ -56,7 +56,7 @@ apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,부모의
DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.",활성화 된 경우 암호 강도는 최소 암호 점수 값에 따라 적용됩니다. 중간 값이 2이고 값이 너무 큰 값이 2입니다. DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.",활성화 된 경우 암호 강도는 최소 암호 점수 값에 따라 적용됩니다. 중간 값이 2이고 값이 너무 큰 값이 2입니다.
DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.",이 옵션을 사용하면 암호 강도가 최소 암호 점수 값에 따라 적용됩니다. 중간 값이 2이고 값이 너무 큰 값이 2입니다. DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.",이 옵션을 사용하면 암호 강도가 최소 암호 점수 값에 따라 적용됩니다. 중간 값이 2이고 값이 너무 큰 값이 2입니다.
DocType: About Us Settings,"""Team Members"" or ""Management""","""Team Members""또는 ""Management""" DocType: About Us Settings,"""Team Members"" or ""Management""","""Team Members""또는 ""Management"""
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Default for 'Check' type of field must be either '0' or '1',필드의 '확인'유형의 기본 중 하나를 '0'또는 '1'이어야합니다
apps/frappe/frappe/core/doctype/doctype/doctype.py +461,Default for 'Check' type of field must be either '0' or '1',필드의 '확인'유형의 기본 중 하나를 '0'또는 '1'이어야합니다
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,Yester일 apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,Yester일
DocType: Contact,Designation,Designation DocType: Contact,Designation,Designation
DocType: Test Runner,Test Runner,테스트 러너 DocType: Test Runner,Test Runner,테스트 러너
@@ -72,7 +72,7 @@ DocType: DocType,Is Published Field,이 필드를 게시
DocType: Email Group,Email Group,이메일 그룹 DocType: Email Group,Email Group,이메일 그룹
DocType: Note,Seen By,볼 DocType: Note,Seen By,볼
apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,여러 항목 추가 apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,여러 항목 추가
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Not Like,좋아하지
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Not Like,좋아하지
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,필드 표시 레이블 설정 apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,필드 표시 레이블 설정
apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},잘못된 값 : {0}이어야합니다 {1} {2} apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},잘못된 값 : {0}이어야합니다 {1} {2}
apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","변경 필드 속성 (숨김, 읽기 전용, 권한 등)" apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","변경 필드 속성 (숨김, 읽기 전용, 권한 등)"
@@ -162,7 +162,8 @@ apps/frappe/frappe/public/js/frappe/upload.js +296,Uploading...,업로드 ...
DocType: Email Domain,Email Domain,이메일 도메인 DocType: Email Domain,Email Domain,이메일 도메인
DocType: Workflow State,italic,이탤릭체 DocType: Workflow State,italic,이탤릭체
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,모두를위한 apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,모두를위한
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,{0}: Cannot set Import without Create,{0} 작성하지 않고 수입을 설정할 수 없습니다
apps/frappe/frappe/core/doctype/doctype/doctype.py +706,{0}: Cannot set Import without Create,{0} 작성하지 않고 수입을 설정할 수 없습니다
apps/frappe/frappe/templates/emails/auto_email_report.html +45,View report in your browser,브라우저에서 보고서보기
apps/frappe/frappe/config/desk.py +26,Event and other calendars.,이벤트 및 기타 일정. apps/frappe/frappe/config/desk.py +26,Event and other calendars.,이벤트 및 기타 일정.
apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,모든 필드는 의견을 제출하는 데 필요합니다. apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,모든 필드는 의견을 제출하는 데 필요합니다.
apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,열을 정렬 드래그 apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,열을 정렬 드래그
@@ -240,7 +241,7 @@ apps/frappe/frappe/config/setup.py +121,Update many values at one time.,한 번
apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,오류 : 당신이 그것을 연 후 문서가 수정되었습니다 apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,오류 : 당신이 그것을 연 후 문서가 수정되었습니다
apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} 로그 아웃 : {1} apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} 로그 아웃 : {1}
DocType: Address,West Bengal,서 벵골 DocType: Address,West Bengal,서 벵골
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0}: Cannot set Assign Submit if not Submittable,{0} : 지정 제출을 설정할 수 없습니다 Submittable없는 경우
apps/frappe/frappe/core/doctype/doctype/doctype.py +727,{0}: Cannot set Assign Submit if not Submittable,{0} : 지정 제출을 설정할 수 없습니다 Submittable없는 경우
DocType: Social Login Keys,Facebook,페이스북 DocType: Social Login Keys,Facebook,페이스북
apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",에 의해 필터링 &quot;{0}&quot; apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",에 의해 필터링 &quot;{0}&quot;
DocType: Salutation,Administrator,관리자 DocType: Salutation,Administrator,관리자
@@ -264,7 +265,7 @@ DocType: User,Get your globally recognized avatar from Gravatar.com,Gravatar.com
apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","가입이 {0}에 만료되었습니다. 갱신하려면, {1}." apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","가입이 {0}에 만료되었습니다. 갱신하려면, {1}."
DocType: Workflow State,plus-sign,더하기 기호 DocType: Workflow State,plus-sign,더하기 기호
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,이미 설치를 완료 apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,이미 설치를 완료
apps/frappe/frappe/__init__.py +897,App {0} is not installed,앱 {0} 설치되어 있지 않습니다
apps/frappe/frappe/__init__.py +898,App {0} is not installed,앱 {0} 설치되어 있지 않습니다
DocType: Workflow State,Refresh,새로 고침 DocType: Workflow State,Refresh,새로 고침
DocType: Event,Public,공공 DocType: Event,Public,공공
apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,보여 아무것도 apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,보여 아무것도
@@ -272,7 +273,7 @@ apps/frappe/frappe/public/js/frappe/model/model.js +24,Liked By,으로 좋아
apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,이메일 지원 apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,이메일 지원
DocType: DocField,Print Hide If No Value,인쇄 숨기면 아무 가치가 없습니다 DocType: DocField,Print Hide If No Value,인쇄 숨기면 아무 가치가 없습니다
DocType: Event,yellow,노랑 DocType: Event,yellow,노랑
apps/frappe/frappe/core/doctype/doctype/doctype.py +563,Is Published Field must be a valid fieldname,이 필드를해야한다 게시하는 것은 유효한 필드 이름 수
apps/frappe/frappe/core/doctype/doctype/doctype.py +567,Is Published Field must be a valid fieldname,이 필드를해야한다 게시하는 것은 유효한 필드 이름 수
apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,첨부 파일을 업로드 apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,첨부 파일을 업로드
DocType: Block Module,Block Module,블록 모듈 DocType: Block Module,Block Module,블록 모듈
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,템플릿 내보내기 apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,템플릿 내보내기
@@ -290,7 +291,7 @@ DocType: Website Settings,Set Banner from Image,이미지에서 배너를 설정
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,글로벌 검색 apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,글로벌 검색
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,글로벌 검색 apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,글로벌 검색
DocType: Email Account,SparkPost,SparkPost DocType: Email Account,SparkPost,SparkPost
apps/frappe/frappe/templates/emails/new_user.html +3,A new account has been created for you at {0},새로운 계정은 당신을 위해 생성 된 {0}
apps/frappe/frappe/templates/emails/new_user.html +2,A new account has been created for you at {0},새로운 계정은 당신을 위해 생성 된 {0}
apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,이메일로받은 지침 apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,이메일로받은 지침
apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,이메일로받은 지침 apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,이메일로받은 지침
apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),입력 한 이메일받는 사람 (들) apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),입력 한 이메일받는 사람 (들)
@@ -359,7 +360,7 @@ apps/frappe/frappe/utils/nestedset.py +218,Merging is only possible between Grou
apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},추가 {0} apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},추가 {0}
apps/frappe/frappe/www/search.html +28,No matching records. Search something new,일치하는 레코드가 없습니다. 새로운 무언가를 검색 apps/frappe/frappe/www/search.html +28,No matching records. Search something new,일치하는 레코드가 없습니다. 새로운 무언가를 검색
DocType: Currency,Fraction Units,분수 단위 DocType: Currency,Fraction Units,분수 단위
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +431,{0} from {1} to {2},{0}에서 {1}에 {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +433,{0} from {1} to {2},{0}에서 {1}에 {2}
DocType: Communication,Type,종류 DocType: Communication,Type,종류
DocType: Authentication Log,Subject,주제 DocType: Authentication Log,Subject,주제
DocType: Web Form,Amount Based On Field,금액 필드를 기준으로 DocType: Web Form,Amount Based On Field,금액 필드를 기준으로
@@ -372,10 +373,10 @@ DocType: Workflow State,plane,"평면, 비행기"
apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","당신이 새로운 기록을 업로드하는 경우 존재하는 경우, ""시리즈 이름 지정"", 필수가된다." apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","당신이 새로운 기록을 업로드하는 경우 존재하는 경우, ""시리즈 이름 지정"", 필수가된다."
apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,오늘을위한 가상 에이전트 apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,오늘을위한 가상 에이전트
apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DOCTYPE을 이리 저리 관리자가 이름을 바꿀 수 있습니다 apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DOCTYPE을 이리 저리 관리자가 이름을 바꿀 수 있습니다
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +442,changed value of {0},의 변경된 값 {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +444,changed value of {0},의 변경된 값 {0}
DocType: Report,JSON,JSON DocType: Report,JSON,JSON
apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,확인을 위해 이메일을 확인하시기 바랍니다 apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,확인을 위해 이메일을 확인하시기 바랍니다
apps/frappe/frappe/core/doctype/doctype/doctype.py +509,Fold can not be at the end of the form,배량 형태의 끝에있을 수 없다
apps/frappe/frappe/core/doctype/doctype/doctype.py +513,Fold can not be at the end of the form,배량 형태의 끝에있을 수 없다
DocType: Communication,Bounced,부도 DocType: Communication,Bounced,부도
DocType: Deleted Document,Deleted Name,삭제 된 이름 DocType: Deleted Document,Deleted Name,삭제 된 이름
apps/frappe/frappe/config/setup.py +14,System and Website Users,시스템 및 웹 사이트 사용자 apps/frappe/frappe/config/setup.py +14,System and Website Users,시스템 및 웹 사이트 사용자
@@ -383,18 +384,19 @@ DocType: Workflow Document State,Doc Status,문서의 상태
DocType: Auto Email Report,No of Rows (Max 500),행 없음 (최대 없습니다 500) DocType: Auto Email Report,No of Rows (Max 500),행 없음 (최대 없습니다 500)
DocType: Language,Language Code,언어 코드 DocType: Language,Language Code,언어 코드
apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","다운로드가이 몇 분 정도 걸릴 수 있습니다, 건설되고있다 ..." apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","다운로드가이 몇 분 정도 걸릴 수 있습니다, 건설되고있다 ..."
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +23,Add Filter,필터 추가
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +21,Add Filter,필터 추가
apps/frappe/frappe/www/feedback.html +23,Your rating: ,귀하의 평가 : apps/frappe/frappe/www/feedback.html +23,Your rating: ,귀하의 평가 :
apps/frappe/frappe/utils/data.py +568,{0} and {1},{0}과 {1} apps/frappe/frappe/utils/data.py +568,{0} and {1},{0}과 {1}
DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",항상 인쇄 초안 문서 제목 &quot;초안&quot;을 추가 DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",항상 인쇄 초안 문서 제목 &quot;초안&quot;을 추가
apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,이메일이 스팸으로 표시되었습니다. apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,이메일이 스팸으로 표시되었습니다.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,설정&gt; 사용자
DocType: About Us Settings,Website Manager,웹 사이트 관리자 DocType: About Us Settings,Website Manager,웹 사이트 관리자
apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,초안 또는 취소 된 문서를 선택했습니다. apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,초안 또는 취소 된 문서를 선택했습니다.
apps/frappe/frappe/model/document.py +1044,Document Queued,문서 대기 apps/frappe/frappe/model/document.py +1044,Document Queued,문서 대기
DocType: GSuite Templates,Destination ID,목적지 ID DocType: GSuite Templates,Destination ID,목적지 ID
DocType: Desktop Icon,List,명부 DocType: Desktop Icon,List,명부
DocType: Communication,Link Name,링크 이름 DocType: Communication,Link Name,링크 이름
apps/frappe/frappe/core/doctype/doctype/doctype.py +433,Field {0} in row {1} cannot be hidden and mandatory without default,이 필드 {0} 행에서 {1} 기본 않고 숨겨진 필수 할 수 없습니다
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Field {0} in row {1} cannot be hidden and mandatory without default,이 필드 {0} 행에서 {1} 기본 않고 숨겨진 필수 할 수 없습니다
DocType: System Settings,mm/dd/yyyy,yyyy/mm/dd DocType: System Settings,mm/dd/yyyy,yyyy/mm/dd
apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,유효하지 않은 비밀번호: apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,유효하지 않은 비밀번호:
apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,유효하지 않은 비밀번호: apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,유효하지 않은 비밀번호:
@@ -402,7 +404,7 @@ DocType: Print Settings,Send document web view link in email,이메일에 문서
apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,문서에 대한 여러분의 의견은 {0} 성공적으로 저장됩니다 apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,문서에 대한 여러분의 의견은 {0} 성공적으로 저장됩니다
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,이전 apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,이전
apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,제목 : Re : apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,제목 : Re :
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +496,{0} rows for {1},{0}에 대한 행 {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +498,{0} rows for {1},{0}에 대한 행 {1}
DocType: Currency,"Sub-currency. For e.g. ""Cent""","하위 통화.예를 들면 ""에 대한센트 """ DocType: Currency,"Sub-currency. For e.g. ""Cent""","하위 통화.예를 들면 ""에 대한센트 """
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,업로드 된 파일을 선택 apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,업로드 된 파일을 선택
DocType: Letter Head,Check this to make this the default letter head in all prints,모든 지문이 기본 문자 머리를 만들기 위해이 옵션을 선택 DocType: Letter Head,Check this to make this the default letter head in all prints,모든 지문이 기본 문자 머리를 만들기 위해이 옵션을 선택
@@ -425,7 +427,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +5,
DocType: Event,Wednesday,수요일 DocType: Event,Wednesday,수요일
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","떨어져 역할 기반 권한 규칙에서, 당신은 doctype에 기반으로 사용자 권한을 적용 할 수 있습니다." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","떨어져 역할 기반 권한 규칙에서, 당신은 doctype에 기반으로 사용자 권한을 적용 할 수 있습니다."
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","이 권한은 허용 된 레코드가 연결되어있는 모든 거래에 적용됩니다.회사 C는 사용자의 X의 사용자 권한에 추가 된 경우 예를 들어, 사용자 X는 연결된 값으로 회사 C가 트랜잭션을 볼 수있을 것이다." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","이 권한은 허용 된 레코드가 연결되어있는 모든 거래에 적용됩니다.회사 C는 사용자의 X의 사용자 권한에 추가 된 경우 예를 들어, 사용자 X는 연결된 값으로 회사 C가 트랜잭션을 볼 수있을 것이다."
apps/frappe/frappe/core/doctype/doctype/doctype.py +554,Image field must be a valid fieldname,이미지 필드는 유효한 필드 이름이어야합니다
apps/frappe/frappe/core/doctype/doctype/doctype.py +558,Image field must be a valid fieldname,이미지 필드는 유효한 필드 이름이어야합니다
DocType: OAuth Client,Token,토큰 DocType: OAuth Client,Token,토큰
DocType: Property Setter,ID (name) of the entity whose property is to be set,속성 설정 될 엔티티의 ID (이름) DocType: Property Setter,ID (name) of the entity whose property is to be set,속성 설정 될 엔티티의 ID (이름)
apps/frappe/frappe/limits.py +82,"To renew, {0}.","갱신하려면, {0}." apps/frappe/frappe/limits.py +82,"To renew, {0}.","갱신하려면, {0}."
@@ -434,7 +436,7 @@ DocType: Web Form,Sidebar Items,사이드 바 항목
apps/frappe/frappe/installer.py +125,App {0} already installed,앱 {0}이 (가) 이미 설치되었습니다. apps/frappe/frappe/installer.py +125,App {0} already installed,앱 {0}이 (가) 이미 설치되었습니다.
DocType: Workflow State,exclamation-sign,느낌표 기호 DocType: Workflow State,exclamation-sign,느낌표 기호
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,보기 권한 apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,보기 권한
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a Link or Dynamic Link,타임 라인 필드는 링크 또는 동적 연결해야합니다
apps/frappe/frappe/core/doctype/doctype/doctype.py +578,Timeline field must be a Link or Dynamic Link,타임 라인 필드는 링크 또는 동적 연결해야합니다
apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,날짜 범위 apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,날짜 범위
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,간트 apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,간트
apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},페이지 {0}의 {1} apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},페이지 {0}의 {1}
@@ -464,18 +466,18 @@ DocType: Workflow State,music,음악
DocType: Web Page,Settings,설정 DocType: Web Page,Settings,설정
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,문서 타입을 지정하십시오 apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,문서 타입을 지정하십시오
DocType: Print Format,Style Settings,스타일 설정 DocType: Print Format,Style Settings,스타일 설정
apps/frappe/frappe/core/doctype/doctype/doctype.py +585,Sort field {0} must be a valid fieldname,정렬 필드 {0} 유효한 필드 이름이어야합니다
apps/frappe/frappe/core/doctype/doctype/doctype.py +589,Sort field {0} must be a valid fieldname,정렬 필드 {0} 유효한 필드 이름이어야합니다
apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,더 apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,더
DocType: Contact,Sales Manager,영업 관리자 DocType: Contact,Sales Manager,영업 관리자
apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,이름 apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,이름
DocType: Print Format,Format Data,형식 데이터 DocType: Print Format,Format Data,형식 데이터
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Like,같은
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Like,같은
DocType: Customize Form Field,Customize Form Field,양식 필드에게 사용자 지정 DocType: Customize Form Field,Customize Form Field,양식 필드에게 사용자 지정
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,사용자에게 허용 apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,사용자에게 허용
DocType: OAuth Client,Grant Type,그랜트 유형 DocType: OAuth Client,Grant Type,그랜트 유형
apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,문서는 사용자가 읽을 수있는 확인 apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,문서는 사용자가 읽을 수있는 확인
apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,허용되지 않는 앱 나열 apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,허용되지 않는 앱 나열
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,use % as wildcard,와일드 카드로 %를 사용
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +230,use % as wildcard,와일드 카드로 %를 사용
apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?",이메일 도메인을 만들고이 계정에 대해 구성되지? apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?",이메일 도메인을 만들고이 계정에 대해 구성되지?
DocType: User,Reset Password Key,암호 재설정 키 DocType: User,Reset Password Key,암호 재설정 키
DocType: Email Account,Enable Auto Reply,자동 응답 사용 DocType: Email Account,Enable Auto Reply,자동 응답 사용
@@ -501,11 +503,12 @@ apps/frappe/frappe/model/document.py +574,Cannot change docstatus from 1 to 0,1-
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,지금 백업을 apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,지금 백업을
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,반갑습니다 apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,반갑습니다
apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,설치된 앱 apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,설치된 앱
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,설정&gt; 사용자 권한 관리자
DocType: Contact,Open,열기 DocType: Contact,Open,열기
DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,상태에서 작업하고 다음 단계 및 허용 역할을 정의합니다. DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,상태에서 작업하고 다음 단계 및 허용 역할을 정의합니다.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","가장 좋은 방법은 다른 역할에 대한 사용 권한 규칙의 집합을 할당하지 않습니다.대신, 동일한 사용자가 여러 역할을 설정합니다." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","가장 좋은 방법은 다른 역할에 대한 사용 권한 규칙의 집합을 할당하지 않습니다.대신, 동일한 사용자가 여러 역할을 설정합니다."
DocType: Web Form,Message to be displayed on successful completion,메시지가 성공적인 완료에 표시 될 DocType: Web Form,Message to be displayed on successful completion,메시지가 성공적인 완료에 표시 될
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +42,Only {0} emailed reports are allowed per user,만 {0} 보고서는 사용자 당 허용되는 이메일
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +43,Only {0} emailed reports are allowed per user,만 {0} 보고서는 사용자 당 허용되는 이메일
DocType: Address,Address Title,주소 제목 DocType: Address,Address Title,주소 제목
DocType: Website Settings,Footer Items,바닥 글 항목 DocType: Website Settings,Footer Items,바닥 글 항목
apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,요청 피드백 apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,요청 피드백
@@ -520,7 +523,7 @@ DocType: DocField,Set Only Once,한 번만 설정
DocType: Email Queue Recipient,Email Queue Recipient,이메일 대기열받는 사람 DocType: Email Queue Recipient,Email Queue Recipient,이메일 대기열받는 사람
DocType: Address,Nagaland,나가 랜드 DocType: Address,Nagaland,나가 랜드
apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,사용자 이름은 {0} 이미 존재 apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,사용자 이름은 {0} 이미 존재
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set import as {1} is not importable,{0} {1} 가져올 수 없습니다로 가져 오기를 설정할 수 없습니다
apps/frappe/frappe/core/doctype/doctype/doctype.py +733,{0}: Cannot set import as {1} is not importable,{0} {1} 가져올 수 없습니다로 가져 오기를 설정할 수 없습니다
apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},당신의 주소 템플릿에 오류가 있습니다 {0} apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},당신의 주소 템플릿에 오류가 있습니다 {0}
DocType: Footer Item,"target = ""_blank""","대상 = ""_blank""" DocType: Footer Item,"target = ""_blank""","대상 = ""_blank"""
DocType: Workflow State,hdd,하드 디스크 DocType: Workflow State,hdd,하드 디스크
@@ -532,7 +535,7 @@ DocType: Communication,From Full Name,전체 이름에서
apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},당신은 보고서에 액세스 할 수 없습니다 : {0} apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},당신은 보고서에 액세스 할 수 없습니다 : {0}
DocType: User,Send Welcome Email,환영 이메일 보내기 DocType: User,Send Welcome Email,환영 이메일 보내기
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,다운로드와 같은 형식으로 모든 사용자 권한이 포함 된 CSV 파일을 업로드합니다. apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,다운로드와 같은 형식으로 모든 사용자 권한이 포함 된 CSV 파일을 업로드합니다.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +449,Remove Filter,필터를 제거
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +450,Remove Filter,필터를 제거
DocType: Address,Daman and Diu,Daman과 Diu DocType: Address,Daman and Diu,Daman과 Diu
DocType: Address,Personal,개인의 DocType: Address,Personal,개인의
apps/frappe/frappe/config/setup.py +113,Bulk Rename,대량 이름 바꾸기 apps/frappe/frappe/config/setup.py +113,Bulk Rename,대량 이름 바꾸기
@@ -563,13 +566,12 @@ apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot
apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form",표준 DocType은 기본 인쇄 형식을 가질 수 없습니다. 양식 사용자 정의를 사용하십시오. apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form",표준 DocType은 기본 인쇄 형식을 가질 수 없습니다. 양식 사용자 정의를 사용하십시오.
DocType: Report,Query,질문 DocType: Report,Query,질문
DocType: DocType,Sort Order,정렬 순서 DocType: DocType,Sort Order,정렬 순서
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,'In List View' not allowed for type {0} in row {1},'목록보기'허용되지 않는 유형에 대한 {0} 행에서 {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In List View' not allowed for type {0} in row {1},'목록보기'허용되지 않는 유형에 대한 {0} 행에서 {1}
DocType: Custom Field,Select the label after which you want to insert new field.,당신이 새 필드를 삽입 할 후 레이블을 선택합니다. DocType: Custom Field,Select the label after which you want to insert new field.,당신이 새 필드를 삽입 할 후 레이블을 선택합니다.
,Document Share Report,문서 공유 보고서 ,Document Share Report,문서 공유 보고서
DocType: User,Last Login,마지막 로그인 DocType: User,Last Login,마지막 로그인
apps/frappe/frappe/core/doctype/doctype/doctype.py +600,Fieldname is required in row {0},필드 이름은 행에 필요한 {0}
apps/frappe/frappe/core/doctype/doctype/doctype.py +604,Fieldname is required in row {0},필드 이름은 행에 필요한 {0}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,기둥 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,기둥
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,설정&gt; 이메일&gt; 이메일 계정에서 기본 이메일 계정을 설정하십시오.
DocType: Custom Field,Adds a custom field to a DocType,문서 타입에 사용자 정의 필드를 추가합니다 DocType: Custom Field,Adds a custom field to a DocType,문서 타입에 사용자 정의 필드를 추가합니다
DocType: File,Is Home Folder,홈 폴더입니다 DocType: File,Is Home Folder,홈 폴더입니다
apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} 유효한 이메일 주소가 아닙니다 apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} 유효한 이메일 주소가 아닙니다
@@ -594,7 +596,7 @@ DocType: File,Folder,폴더
DocType: DocField,Index,목차 DocType: DocField,Index,목차
DocType: Email Group,Newsletter Manager,뉴스 관리자 DocType: Email Group,Newsletter Manager,뉴스 관리자
apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,옵션 1 apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,옵션 1
apps/frappe/frappe/public/js/frappe/form/formatters.js +124,{0} to {1},{0} ~ {1}
apps/frappe/frappe/public/js/frappe/form/formatters.js +129,{0} to {1},{0} ~ {1}
apps/frappe/frappe/config/setup.py +89,Log of error during requests.,요청시 오류로 로그인합니다. apps/frappe/frappe/config/setup.py +89,Log of error during requests.,요청시 오류로 로그인합니다.
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} 성공적으로 전자 메일 그룹에 추가되었습니다. apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} 성공적으로 전자 메일 그룹에 추가되었습니다.
DocType: Address,Uttar Pradesh,우타르 프라데시 DocType: Address,Uttar Pradesh,우타르 프라데시
@@ -604,7 +606,7 @@ apps/frappe/frappe/email/doctype/newsletter/newsletter.py +30,Scheduled to send
DocType: Kanban Board Column,Indicator,지시자 DocType: Kanban Board Column,Indicator,지시자
DocType: DocShare,Everyone,모두 DocType: DocShare,Everyone,모두
DocType: Workflow State,backward,뒤로 DocType: Workflow State,backward,뒤로
apps/frappe/frappe/core/doctype/doctype/doctype.py +676,"{0}: Only one rule allowed with the same Role, Level and {1}","{0} : 같은 역할, 레벨에 허용 하나의 규칙 {1}"
apps/frappe/frappe/core/doctype/doctype/doctype.py +680,"{0}: Only one rule allowed with the same Role, Level and {1}","{0} : 같은 역할, 레벨에 허용 하나의 규칙 {1}"
DocType: Email Queue,Add Unsubscribe Link,탈퇴 링크 추가 DocType: Email Queue,Add Unsubscribe Link,탈퇴 링크 추가
apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,아직 코멘트가 없습니다. 새 토론을 시작합니다. apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,아직 코멘트가 없습니다. 새 토론을 시작합니다.
DocType: Workflow State,share,몫 DocType: Workflow State,share,몫
@@ -644,7 +646,7 @@ apps/frappe/frappe/printing/doctype/print_format/print_format.py +80,{0} is now
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,보관 된 열 apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,보관 된 열
DocType: Email Account,Default Outgoing,기본 발신 DocType: Email Account,Default Outgoing,기본 발신
DocType: Workflow State,play,재생 DocType: Workflow State,play,재생
apps/frappe/frappe/templates/emails/new_user.html +5,Click on the link below to complete your registration and set a new password,아래에 등록을 완료하려면 링크를 클릭하고 새 암호를 설정
apps/frappe/frappe/templates/emails/new_user.html +4,Click on the link below to complete your registration and set a new password,아래에 등록을 완료하려면 링크를 클릭하고 새 암호를 설정
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,추가하지 않은 apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,추가하지 않은
apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,어떤 이메일 계정이 할당되지 apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,어떤 이메일 계정이 할당되지
DocType: Contact Us Settings,Contact Us Settings,연락처 설정 DocType: Contact Us Settings,Contact Us Settings,연락처 설정
@@ -666,12 +668,12 @@ apps/frappe/frappe/core/page/user_permissions/user_permissions.js +127,Upload Us
DocType: Dropbox Settings,App Secret Key,앱 비밀 키 DocType: Dropbox Settings,App Secret Key,앱 비밀 키
apps/frappe/frappe/config/website.py +7,Web Site,웹 사이트 apps/frappe/frappe/config/website.py +7,Web Site,웹 사이트
apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,검사 항목은 바탕 화면에 표시됩니다 apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,검사 항목은 바탕 화면에 표시됩니다
apps/frappe/frappe/core/doctype/doctype/doctype.py +719,{0} cannot be set for Single types,{0} 하나씩 종류에 대해 설정 될 수 없다
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0} cannot be set for Single types,{0} 하나씩 종류에 대해 설정 될 수 없다
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,칸반 보드는 {0} 존재하지 않습니다. apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,칸반 보드는 {0} 존재하지 않습니다.
apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} 현재이 문서를 볼 수 있습니다 apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} 현재이 문서를 볼 수 있습니다
DocType: ToDo,Assigned By Full Name,전체 이름으로 지정 DocType: ToDo,Assigned By Full Name,전체 이름으로 지정
apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} 업데이트 apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} 업데이트
apps/frappe/frappe/core/doctype/doctype/doctype.py +709,Report cannot be set for Single types,보고서는 단일 종류를 설정할 수 없습니다
apps/frappe/frappe/core/doctype/doctype/doctype.py +713,Report cannot be set for Single types,보고서는 단일 종류를 설정할 수 없습니다
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} 일 전 apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} 일 전
DocType: Email Account,Awaiting Password,대기 비밀번호 DocType: Email Account,Awaiting Password,대기 비밀번호
DocType: Address,Address Line 1,1 호선 주소 DocType: Address,Address Line 1,1 호선 주소
@@ -721,7 +723,7 @@ DocType: Feedback Trigger,"To add dynamic subject, use jinja tags like
apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,앱 {0} 제거 apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,앱 {0} 제거
DocType: Custom DocPerm,Apply User Permissions,사용자 권한을 적용합니다 DocType: Custom DocPerm,Apply User Permissions,사용자 권한을 적용합니다
DocType: User,Modules HTML,모듈 HTML DocType: User,Modules HTML,모듈 HTML
apps/frappe/frappe/public/js/frappe/ui/field_group.js +82,Missing Values Required,필요없는 값
apps/frappe/frappe/public/js/frappe/ui/field_group.js +96,Missing Values Required,필요없는 값
DocType: DocType,Other Settings,기타 설정 DocType: DocType,Other Settings,기타 설정
DocType: Social Login Keys,Frappe,프라페 DocType: Social Login Keys,Frappe,프라페
apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,읽지 않은 상태로 표시 apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,읽지 않은 상태로 표시
@@ -777,7 +779,7 @@ DocType: Event,orange,주황색
apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,없음 {0} 발견 apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,없음 {0} 발견
apps/frappe/frappe/config/setup.py +242,Add custom forms.,사용자 지정 양식을 추가합니다. apps/frappe/frappe/config/setup.py +242,Add custom forms.,사용자 지정 양식을 추가합니다.
apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0} : {1}에서 {2} apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0} : {1}에서 {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +419,submitted this document,이 문서를 제출
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,submitted this document,이 문서를 제출
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,The system provides many pre-defined roles. You can add new roles to set finer permissions.,이 시스템은 많은 사전 정의 된 역할을 제공합니다.당신은 미세한 권한을 설정하는 새로운 역할을 추가 할 수 있습니다. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,The system provides many pre-defined roles. You can add new roles to set finer permissions.,이 시스템은 많은 사전 정의 된 역할을 제공합니다.당신은 미세한 권한을 설정하는 새로운 역할을 추가 할 수 있습니다.
DocType: Communication,CC,CC DocType: Communication,CC,CC
DocType: Country,Geo,지오 DocType: Country,Geo,지오
@@ -828,7 +830,7 @@ DocType: DocType,Hide Toolbar,툴바에게 숨기기
DocType: User,Last Active,활성 마지막 DocType: User,Last Active,활성 마지막
DocType: Email Account,SMTP Settings for outgoing emails,보내는 이메일에 대한 SMTP 설정 DocType: Email Account,SMTP Settings for outgoing emails,보내는 이메일에 대한 SMTP 설정
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,가져 오기 실패 apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,가져 오기 실패
apps/frappe/frappe/templates/emails/password_update.html +3,Your password has been updated. Here is your new password,암호가 업데이트되었습니다.여기에 새 암호입니다
apps/frappe/frappe/templates/emails/password_update.html +2,Your password has been updated. Here is your new password,암호가 업데이트되었습니다.여기에 새 암호입니다
DocType: Email Account,Auto Reply Message,자동 응답 메시지 DocType: Email Account,Auto Reply Message,자동 응답 메시지
DocType: Feedback Trigger,Condition,조건 DocType: Feedback Trigger,Condition,조건
apps/frappe/frappe/utils/data.py +546,{0} hours ago,{0} 시간 전 apps/frappe/frappe/utils/data.py +546,{0} hours ago,{0} 시간 전
@@ -836,7 +838,6 @@ apps/frappe/frappe/utils/data.py +556,1 month ago,1 개월 전
DocType: Contact,User ID,사용자 ID DocType: Contact,User ID,사용자 ID
DocType: Communication,Sent,발신 DocType: Communication,Sent,발신
DocType: Address,Kerala,케 랄라 DocType: Address,Kerala,케 랄라
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} 년 전
DocType: File,Lft,LFT DocType: File,Lft,LFT
DocType: User,Simultaneous Sessions,동시 세션 DocType: User,Simultaneous Sessions,동시 세션
DocType: OAuth Client,Client Credentials,클라이언트 자격 증명 DocType: OAuth Client,Client Credentials,클라이언트 자격 증명
@@ -853,7 +854,7 @@ DocType: Email Queue,Unsubscribe Method,수신 거부 방법
DocType: GSuite Templates,Related DocType,관련 DocType DocType: GSuite Templates,Related DocType,관련 DocType
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,편집(내용 추가) apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,편집(내용 추가)
apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,선택 언어 apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,선택 언어
apps/frappe/frappe/__init__.py +517,No permission for {0},에 대한 권한이 없습니다 {0}
apps/frappe/frappe/__init__.py +518,No permission for {0},에 대한 권한이 없습니다 {0}
DocType: DocType,Advanced,고급 DocType: DocType,Advanced,고급
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,API 키를 보인다 또는 API 비밀은 잘못된 것입니다! apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,API 키를 보인다 또는 API 비밀은 잘못된 것입니다!
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},참조 : {0} {1} apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},참조 : {0} {1}
@@ -885,14 +886,14 @@ DocType: Custom DocPerm,Additional Permissions,추가 권한
DocType: Email Account,Always use Account's Email Address as Sender,항상 보낸 사람으로 계정의 전자 메일 주소를 사용 DocType: Email Account,Always use Account's Email Address as Sender,항상 보낸 사람으로 계정의 전자 메일 주소를 사용
apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,남기려면 로그인 apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,남기려면 로그인
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,이 라인 아래에 데이터를 입력 시작 apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,이 라인 아래에 데이터를 입력 시작
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +474,changed values for {0},에 대한 변경된 값 {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +476,changed values for {0},에 대한 변경된 값 {0}
DocType: Workflow State,retweet,리트 위트 (retweet) DocType: Workflow State,retweet,리트 위트 (retweet)
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,필드의 값을 지정 apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,필드의 값을 지정
DocType: Report,Disabled,사용 안함 DocType: Report,Disabled,사용 안함
DocType: Workflow State,eye-close,눈을 닫기 DocType: Workflow State,eye-close,눈을 닫기
DocType: OAuth Provider Settings,OAuth Provider Settings,OAuth를 제공 설정 DocType: OAuth Provider Settings,OAuth Provider Settings,OAuth를 제공 설정
apps/frappe/frappe/config/setup.py +254,Applications,용도 apps/frappe/frappe/config/setup.py +254,Applications,용도
apps/frappe/frappe/public/js/frappe/request.js +349,Report this issue,이 문제를보고
apps/frappe/frappe/public/js/frappe/request.js +353,Report this issue,이 문제를보고
apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,이름이 필요합니다 apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,이름이 필요합니다
DocType: Custom Script,Adds a custom script (client or server) to a DocType,문서 타입에 사용자 정의 스크립트 (클라이언트 또는 서버)를 추가합니다 DocType: Custom Script,Adds a custom script (client or server) to a DocType,문서 타입에 사용자 정의 스크립트 (클라이언트 또는 서버)를 추가합니다
DocType: Address,City/Town,도시 DocType: Address,City/Town,도시
@@ -977,7 +978,7 @@ DocType: Web Form,Actions,수행
DocType: Workflow State,align-justify,정렬 정당화 DocType: Workflow State,align-justify,정렬 정당화
DocType: User,Middle Name (Optional),중간 이름 (선택 사항) DocType: User,Middle Name (Optional),중간 이름 (선택 사항)
apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,허용하지 않음 apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,허용하지 않음
apps/frappe/frappe/public/js/frappe/ui/field_group.js +83,Following fields have missing values:,다음 필드는 누락 된 값을 가지고 :
apps/frappe/frappe/public/js/frappe/ui/field_group.js +97,Following fields have missing values:,다음 필드는 누락 된 값을 가지고 :
apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,당신은 작업을 완료 할 수있는 충분한 권한이 없습니다 apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,당신은 작업을 완료 할 수있는 충분한 권한이 없습니다
apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,검색 결과가 없습니다 apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,검색 결과가 없습니다
DocType: System Settings,Security,보안 DocType: System Settings,Security,보안
@@ -1022,7 +1023,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js +133,Hide Details,자세한
DocType: Workflow State,Tasks,작업 DocType: Workflow State,Tasks,작업
DocType: Event,Tuesday,화요일 DocType: Event,Tuesday,화요일
DocType: Blog Settings,Blog Settings,블로그 설정 DocType: Blog Settings,Blog Settings,블로그 설정
apps/frappe/frappe/templates/emails/new_user.html +17,You can also copy-paste this link in your browser,당신은 또한 당신의 브라우저에서이 링크를 복사하여 붙여 넣을 수 있습니다
apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste this link in your browser,당신은 또한 당신의 브라우저에서이 링크를 복사하여 붙여 넣을 수 있습니다
DocType: Workflow State,bullhorn,물러나 DocType: Workflow State,bullhorn,물러나
DocType: Social Login Keys,Facebook Client Secret,페이스 북 클라이언트의 비밀 DocType: Social Login Keys,Facebook Client Secret,페이스 북 클라이언트의 비밀
DocType: Footer Item,Target,목표물 DocType: Footer Item,Target,목표물
@@ -1034,12 +1035,12 @@ DocType: ToDo,Due Date,마감일
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,사분기 지불 일 apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,사분기 지불 일
DocType: Social Login Keys,Google Client Secret,구글 클라이언트 비밀 DocType: Social Login Keys,Google Client Secret,구글 클라이언트 비밀
DocType: Website Settings,Hide Footer Signup,바닥 글 가입 숨기기 DocType: Website Settings,Hide Footer Signup,바닥 글 가입 숨기기
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,cancelled this document,이 문서 취소
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +423,cancelled this document,이 문서 취소
apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,이이 저장된 동일한 폴더에 파이썬 파일을 작성 및 열 및 결과를 반환합니다. apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,이이 저장된 동일한 폴더에 파이썬 파일을 작성 및 열 및 결과를 반환합니다.
DocType: DocType,Sort Field,정렬 필드 DocType: DocType,Sort Field,정렬 필드
DocType: Razorpay Settings,Razorpay Settings,Razorpay 설정 DocType: Razorpay Settings,Razorpay Settings,Razorpay 설정
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +445,Edit Filter,필터 편집
apps/frappe/frappe/core/doctype/doctype/doctype.py +415,Field {0} of type {1} cannot be mandatory,이 필드 {0} 유형의 {1}는 필수가 될 수 없습니다
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +446,Edit Filter,필터 편집
apps/frappe/frappe/core/doctype/doctype/doctype.py +419,Field {0} of type {1} cannot be mandatory,이 필드 {0} 유형의 {1}는 필수가 될 수 없습니다
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,더 추가 apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,더 추가
apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,숨기기 차트 apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,숨기기 차트
DocType: System Settings,Session Expiry Mobile,세션 만료 모바일 DocType: System Settings,Session Expiry Mobile,세션 만료 모바일
@@ -1080,7 +1081,7 @@ DocType: Address,Contacts,주소록
DocType: System Settings,Setup Complete,설치 완료 DocType: System Settings,Setup Complete,설치 완료
apps/frappe/frappe/config/setup.py +66,Report of all document shares,모든 문서 공유의 보고서 apps/frappe/frappe/config/setup.py +66,Report of all document shares,모든 문서 공유의 보고서
apps/frappe/frappe/www/update-password.html +18,New Password,새로운 비밀번호 apps/frappe/frappe/www/update-password.html +18,New Password,새로운 비밀번호
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +73,Filter {0} missing,필터 {0} 누락
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +74,Filter {0} missing,필터 {0} 누락
apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,죄송합니다! 당신은 자동 생성 주석을 삭제할 수 없습니다 apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,죄송합니다! 당신은 자동 생성 주석을 삭제할 수 없습니다
DocType: Website Theme,Style using CSS,CSS를 사용하여 스타일 DocType: Website Theme,Style using CSS,CSS를 사용하여 스타일
apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,참조 문서 종류 apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,참조 문서 종류
@@ -1148,7 +1149,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +127,Help on Searc
apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,등록하지만 비활성화 apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,등록하지만 비활성화
DocType: DocType,Hide Copy,복사에게 숨기기 DocType: DocType,Hide Copy,복사에게 숨기기
apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,모든 역할을 취소합니다 apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,모든 역할을 취소합니다
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +114,{0} generated on {1},{0}에서 생성 {1}
apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} 고유해야합니다 apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} 고유해야합니다
apps/frappe/frappe/permissions.py +274,Row,Row apps/frappe/frappe/permissions.py +274,Row,Row
DocType: DocType,Track Changes,변경 내용 추적 DocType: DocType,Track Changes,변경 내용 추적
@@ -1199,11 +1199,11 @@ DocType: User,Github User ID,GitHub의 사용자 ID
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,문서 입력하면 apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,문서 입력하면
apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","삭제하거나 {0} 때문에 취소 할 수 없습니다 <a href=""#Form/{0}/{1}"">{1}</a> 와 연결되어 {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}" apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","삭제하거나 {0} 때문에 취소 할 수 없습니다 <a href=""#Form/{0}/{1}"">{1}</a> 와 연결되어 {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}"
apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},알 수없는 응용 프로그램 {0} apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},알 수없는 응용 프로그램 {0}
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +48,"%s is not a valid report format. Report format should \
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +49,"%s is not a valid report format. Report format should \
one of the following %s",% s는 유효한 보고서 형식이 아닙니다. 다음 % s의 중 하나를 \해야 보고서 형식 one of the following %s",% s는 유효한 보고서 형식이 아닙니다. 다음 % s의 중 하나를 \해야 보고서 형식
DocType: Communication,Chat,채팅 DocType: Communication,Chat,채팅
apps/frappe/frappe/core/doctype/doctype/doctype.py +408,Fieldname {0} appears multiple times in rows {1},필드 이름 {0} 행에 여러 번 나타납니다 {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +460,{0} from {1} to {2} in row #{3},{0}에서 {1} {2}에서 행 번호에 {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +412,Fieldname {0} appears multiple times in rows {1},필드 이름 {0} 행에 여러 번 나타납니다 {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +462,{0} from {1} to {2} in row #{3},{0}에서 {1} {2}에서 행 번호에 {3}
DocType: Communication,Expired,만료 DocType: Communication,Expired,만료
DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),그리드의 필드의 열 번호 (그리드에 총 열보다 11이어야 함) DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),그리드의 필드의 열 번호 (그리드에 총 열보다 11이어야 함)
DocType: DocType,System,시스템 DocType: DocType,System,시스템
@@ -1219,7 +1219,7 @@ DocType: Website Settings,Top Bar,상단 바
DocType: GSuite Settings,Script Code,스크립트 코드 DocType: GSuite Settings,Script Code,스크립트 코드
apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,사용자 이메일 생성 apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,사용자 이메일 생성
apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,사용자 이메일 생성 apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,사용자 이메일 생성
apps/frappe/frappe/core/doctype/doctype/doctype.py +647,No Permissions Specified,사용 권한이 지정되지 않았습니다.
apps/frappe/frappe/core/doctype/doctype/doctype.py +651,No Permissions Specified,사용 권한이 지정되지 않았습니다.
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,글로벌 설정 : 사용자는 선택 아이콘을 선택할 수 있습니다 apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,글로벌 설정 : 사용자는 선택 아이콘을 선택할 수 있습니다
apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0}을 (를) 찾을 수 없습니다. apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0}을 (를) 찾을 수 없습니다.
DocType: Custom Role,Custom Role,사용자 정의 역할 DocType: Custom Role,Custom Role,사용자 정의 역할
@@ -1231,12 +1231,12 @@ DocType: Dropbox Settings,Dropbox Access Secret,보관 용 액세스 비밀
apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,또 다른 코멘트를 추가 apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,또 다른 코멘트를 추가
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,편집에서 DocType apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,편집에서 DocType
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,뉴스 레터 구독 취소 apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,뉴스 레터 구독 취소
apps/frappe/frappe/core/doctype/doctype/doctype.py +507,Fold must come before a Section Break,구역 나누기 앞에 와야합니다 접어
apps/frappe/frappe/core/doctype/doctype/doctype.py +511,Fold must come before a Section Break,구역 나누기 앞에 와야합니다 접어
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,개발중인 apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,개발중인
apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,마지막으로 수정 apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,마지막으로 수정
DocType: Workflow State,hand-down,손 다운 DocType: Workflow State,hand-down,손 다운
DocType: Address,GST State,GST 주 DocType: Address,GST State,GST 주
apps/frappe/frappe/core/doctype/doctype/doctype.py +695,{0}: Cannot set Cancel without Submit,{0} : 설정할 수 없습니다 제출하지 않고 취소
apps/frappe/frappe/core/doctype/doctype/doctype.py +699,{0}: Cannot set Cancel without Submit,{0} : 설정할 수 없습니다 제출하지 않고 취소
DocType: Website Theme,Theme,테마 DocType: Website Theme,Theme,테마
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,오류가 발생했습니다. apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,오류가 발생했습니다.
DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,URI는 인증 코드에 바인딩 리디렉션 DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,URI는 인증 코드에 바인딩 리디렉션
@@ -1275,7 +1275,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +7,
apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,코멘트를 추가 apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,코멘트를 추가
DocType: DocField,Mandatory,필수 DocType: DocField,Mandatory,필수
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,모듈 내보내는 apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,모듈 내보내는
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,{0}: No basic permissions set,{0} : 없음 기본 사용 권한을 설정하지
apps/frappe/frappe/core/doctype/doctype/doctype.py +663,{0}: No basic permissions set,{0} : 없음 기본 사용 권한을 설정하지
apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,가입이에 만료됩니다 {0}. apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,가입이에 만료됩니다 {0}.
apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},백업에 대한 다운로드 링크는 다음 이메일 주소에 이메일로 전송 될 것입니다 : {0} apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},백업에 대한 다운로드 링크는 다음 이메일 주소에 이메일로 전송 될 것입니다 : {0}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","의 제출을 취소, 개정의 의미" apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","의 제출을 취소, 개정의 의미"
@@ -1290,6 +1290,7 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +129,Filters sa
DocType: DocField,Percent,퍼센트 DocType: DocField,Percent,퍼센트
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,필터를 설정하십시오 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,필터를 설정하십시오
apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,와 연결 apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,와 연결
apps/frappe/frappe/templates/emails/auto_email_report.html +48,Edit Auto Email Report Settings,자동 전자 메일 보고서 설정 편집
DocType: Workflow State,book,"~을 기입하다, ~을 예약하다" DocType: Workflow State,book,"~을 기입하다, ~을 예약하다"
DocType: Website Settings,Landing Page,방문 페이지 DocType: Website Settings,Landing Page,방문 페이지
apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,사용자 정의 스크립트 오류 apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,사용자 정의 스크립트 오류
@@ -1298,7 +1299,7 @@ apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +132,"Import R
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,사용 권한이 기준이 설정되어 있지. apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,사용 권한이 기준이 설정되어 있지.
DocType: Auto Email Report,Auto Email Report,자동 이메일 보고서 DocType: Auto Email Report,Auto Email Report,자동 이메일 보고서
apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,최대 이메일 apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,최대 이메일
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +575,Delete comment?,댓글을 삭제 하시겠습니까?
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +577,Delete comment?,댓글을 삭제 하시겠습니까?
DocType: Address Template,This format is used if country specific format is not found,국가 별 형식을 찾을 수없는 경우이 형식이 사용됩니다 DocType: Address Template,This format is used if country specific format is not found,국가 별 형식을 찾을 수없는 경우이 형식이 사용됩니다
DocType: System Settings,Allow Login using Mobile Number,휴대 전화 번호로 로그인 허용 DocType: System Settings,Allow Login using Mobile Number,휴대 전화 번호로 로그인 허용
apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,이 리소스에 액세스 할 수있는 충분한 권한이 없습니다. 액세스 권한을 얻으려면 관리자에게 문의하시기 바랍니다. apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,이 리소스에 액세스 할 수있는 충분한 권한이 없습니다. 액세스 권한을 얻으려면 관리자에게 문의하시기 바랍니다.
@@ -1314,7 +1315,7 @@ DocType: Print Format,Monospace,모노 스페이스
DocType: Letter Head,Printing,인쇄 DocType: Letter Head,Printing,인쇄
DocType: Workflow State,thumbs-up,엄지 손가락 최대 DocType: Workflow State,thumbs-up,엄지 손가락 최대
DocType: DocPerm,DocPerm,DocPerm DocType: DocPerm,DocPerm,DocPerm
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Precision should be between 1 and 6,정밀는 1과 6 사이 여야합니다
apps/frappe/frappe/core/doctype/doctype/doctype.py +467,Precision should be between 1 and 6,정밀는 1과 6 사이 여야합니다
apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},FW : {0} apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},FW : {0}
apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,손목 apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,손목
DocType: Error Snapshot,Frames,프레임 DocType: Error Snapshot,Frames,프레임
@@ -1327,9 +1328,10 @@ apps/frappe/frappe/utils/boilerplate.py +263,{app_title},{app_title}
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,사이트 구성에 보관 액세스 키를 설정하십시오 apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,사이트 구성에 보관 액세스 키를 설정하십시오
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,이 이메일 주소로 보낼 수 있도록이 기록을 삭제 apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,이 이메일 주소로 보낼 수 있도록이 기록을 삭제
apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,만 필수 필드는 새로운 기록을 위해 필요하다.당신이 원하는 경우 필수가 아닌 열을 삭제할 수 있습니다. apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,만 필수 필드는 새로운 기록을 위해 필요하다.당신이 원하는 경우 필수가 아닌 열을 삭제할 수 있습니다.
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +269,Unable to update event,이벤트를 업데이트 할 수 없습니다
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +262,Unable to update event,이벤트를 업데이트 할 수 없습니다
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,결제 완료 apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,결제 완료
apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","필터에는 4 가지 값 (doctype, fieldname, operator, value)이 있어야합니다 : {0}" apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","필터에는 4 가지 값 (doctype, fieldname, operator, value)이 있어야합니다 : {0}"
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,기본 주소 템플릿이 없습니다. 설정&gt; 인쇄 및 브랜딩&gt; 주소 템플릿에서 새 것을 만드십시오.
apps/frappe/frappe/utils/bot.py +89,show,보여 주다 apps/frappe/frappe/utils/bot.py +89,show,보여 주다
DocType: Address Template,Address Template,주소 템플릿 DocType: Address Template,Address Template,주소 템플릿
DocType: Workflow State,text-height,텍스트 높이 DocType: Workflow State,text-height,텍스트 높이
@@ -1383,7 +1385,6 @@ apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +6,Can Write
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","특정 문서, 송장처럼, 한 번 최종 변경 될 수 없습니다.이러한 문서의 최종 상태는 제출라고합니다.당신은 역할이 등록 할 수있는 제한 할 수 있습니다." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","특정 문서, 송장처럼, 한 번 최종 변경 될 수 없습니다.이러한 문서의 최종 상태는 제출라고합니다.당신은 역할이 등록 할 수있는 제한 할 수 있습니다."
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,당신은이 보고서를 내보낼 수 없습니다 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,당신은이 보고서를 내보낼 수 없습니다
apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 개 항목 선택 apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 개 항목 선택
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> '에 대한 검색 결과가 없습니다. </p>
DocType: Newsletter,Test Email Address,테스트 이메일 주소 DocType: Newsletter,Test Email Address,테스트 이메일 주소
DocType: ToDo,Sender,보낸 사람 DocType: ToDo,Sender,보낸 사람
DocType: GSuite Settings,Google Apps Script,Google Apps Script DocType: GSuite Settings,Google Apps Script,Google Apps Script
@@ -1396,7 +1397,7 @@ DocType: System Settings,Allow only one session per user,사용자 당 하나의
apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,복사 apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,복사
apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,홈 / 테스트 폴더 1 / 테스트 폴더 3 apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,홈 / 테스트 폴더 1 / 테스트 폴더 3
DocType: Website Settings,&lt;head&gt; HTML,&lt;HEAD&gt; HTML DocType: Website Settings,&lt;head&gt; HTML,&lt;HEAD&gt; HTML
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +66,Select or drag across time slots to create a new event.,선택하거나 새 이벤트를 만들 시간 슬롯을 가로 질러 드래그합니다.
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +67,Select or drag across time slots to create a new event.,선택하거나 새 이벤트를 만들 시간 슬롯을 가로 질러 드래그합니다.
DocType: DocField,In Filter,필터 DocType: DocField,In Filter,필터
apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,칸반 apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,칸반
DocType: DocType,Show in Module Section,모듈 섹션에서 표시 DocType: DocType,Show in Module Section,모듈 섹션에서 표시
@@ -1417,7 +1418,7 @@ apps/frappe/frappe/email/doctype/email_account/email_account_list.js +6,Default
apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,가져 오기 .ZIP apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,가져 오기 .ZIP
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,문서 ID apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,문서 ID
DocType: Print Settings,Letter,글자 DocType: Print Settings,Letter,글자
apps/frappe/frappe/core/doctype/doctype/doctype.py +556,Image field must be of type Attach Image,이미지 필드 유형이어야합니다 이미지 첨부
apps/frappe/frappe/core/doctype/doctype/doctype.py +560,Image field must be of type Attach Image,이미지 필드 유형이어야합니다 이미지 첨부
DocType: DocField,Columns,열 DocType: DocField,Columns,열
DocType: Async Task,Succeeded,성공 DocType: Async Task,Succeeded,성공
apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},에 필요한 필수 필드 {0} apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},에 필요한 필수 필드 {0}
@@ -1468,7 +1469,7 @@ DocType: DocField,Text Editor,텍스트 편집기
apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,회사 소개 페이지의 설정. apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,회사 소개 페이지의 설정.
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,사용자 정의 편집 HTML apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,사용자 정의 편집 HTML
DocType: Error Snapshot,Error Snapshot,오류 스냅 샷 DocType: Error Snapshot,Error Snapshot,오류 스냅 샷
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,In,"결과적으로, 우리는 생각, 감정의 패턴을 강조하고, 문제되는 사회 매니페스트하고 명확하고 간결 간단하고 기억하기 쉬운 비유를 통해 묘사된다."
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,In,"결과적으로, 우리는 생각, 감정의 패턴을 강조하고, 문제되는 사회 매니페스트하고 명확하고 간결 간단하고 기억하기 쉬운 비유를 통해 묘사된다."
DocType: Email Alert,Value Change,값 변경 DocType: Email Alert,Value Change,값 변경
DocType: Standard Reply,Standard Reply,표준 댓글 DocType: Standard Reply,Standard Reply,표준 댓글
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,입력 상자의 너비 apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,입력 상자의 너비
@@ -1488,12 +1489,11 @@ apps/frappe/frappe/public/js/frappe/views/communication.js +82,Select Attachment
apps/frappe/frappe/model/naming.py +94, for {0},{0}에 대한 apps/frappe/frappe/model/naming.py +94, for {0},{0}에 대한
apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,오류가 발생했습니다. 이 신고 해주세요. apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,오류가 발생했습니다. 이 신고 해주세요.
apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,당신은이 문서를 인쇄 할 수 없습니다 apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,당신은이 문서를 인쇄 할 수 없습니다
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +107,Please set filters value in Report Filter table.,보고서 필터 테이블의 필터 값을 설정하십시오.
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +120,Please set filters value in Report Filter table.,보고서 필터 테이블의 필터 값을 설정하십시오.
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,로드 보고서 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,로드 보고서
apps/frappe/frappe/limits.py +72,Your subscription will expire today.,가입이 오늘 만료됩니다. apps/frappe/frappe/limits.py +72,Your subscription will expire today.,가입이 오늘 만료됩니다.
DocType: Page,Standard,표준 DocType: Page,Standard,표준
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,파일 첨부 apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,파일 첨부
apps/frappe/frappe/templates/emails/password_update.html +1,Password Update Notification,암호 업데이트 알림
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,크기 apps/frappe/frappe/desk/page/backups/backups.html +13,Size,크기
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,전체 할당 apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,전체 할당
DocType: Custom DocPerm,User Permission DocTypes,사용자 권한 doctype에 DocType: Custom DocPerm,User Permission DocTypes,사용자 권한 doctype에
@@ -1506,6 +1506,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +10,Insert Abo
apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,일반적인 이름과 성씨는 추측하기 쉽습니다. apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,일반적인 이름과 성씨는 추측하기 쉽습니다.
apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,초안 apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,초안
apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,이는 일반적으로 사용되는 암호와 유사하다. apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,이는 일반적으로 사용되는 암호와 유사하다.
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,<p> '에 대한 검색 결과가 없습니다. </p>
DocType: User,Female,여성 DocType: User,Female,여성
DocType: Print Settings,Modern,현대식 DocType: Print Settings,Modern,현대식
apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,검색 결과 apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,검색 결과
@@ -1562,7 +1563,7 @@ apps/frappe/frappe/core/doctype/file/file_list.js +65,Folder name should not inc
DocType: Note,Note,정보 DocType: Note,Note,정보
apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,오류 보고서 apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,오류 보고서
apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,피드백 조건이 일치하지 않습니다. apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,피드백 조건이 일치하지 않습니다.
apps/frappe/frappe/core/doctype/doctype/doctype.py +570,Timeline field must be a valid fieldname,타임 라인 필드는 유효한 필드 이름이어야합니다
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a valid fieldname,타임 라인 필드는 유효한 필드 이름이어야합니다
DocType: Currency,Symbol,상징 DocType: Currency,Symbol,상징
apps/frappe/frappe/model/base_document.py +534,Row #{0}:,행 # {0} : apps/frappe/frappe/model/base_document.py +534,Row #{0}:,행 # {0} :
apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,새 암호를 이메일로 전송 apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,새 암호를 이메일로 전송
@@ -1621,8 +1622,7 @@ DocType: Web Page,Text Align,텍스트 정렬
apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},이름이 같은 특수 문자를 포함 할 수 없습니다 {0} apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},이름이 같은 특수 문자를 포함 할 수 없습니다 {0}
DocType: Contact Us Settings,Forward To Email Address,앞으로 이메일 주소 DocType: Contact Us Settings,Forward To Email Address,앞으로 이메일 주소
apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,모든 데이터를 표시 apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,모든 데이터를 표시
apps/frappe/frappe/core/doctype/doctype/doctype.py +527,Title field must be a valid fieldname,제목 필드는 유효한 필드 이름이어야합니다
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,이메일 계정이 설정되지 않았습니다. 설정&gt; 이메일&gt; 이메일 계정에서 새 이메일 계정을 만드십시오.
apps/frappe/frappe/core/doctype/doctype/doctype.py +531,Title field must be a valid fieldname,제목 필드는 유효한 필드 이름이어야합니다
apps/frappe/frappe/config/core.py +7,Documents,서류 apps/frappe/frappe/config/core.py +7,Documents,서류
DocType: Email Flag Queue,Is Completed,완료 DocType: Email Flag Queue,Is Completed,완료
apps/frappe/frappe/www/me.html +22,Edit Profile,프로필 수정 apps/frappe/frappe/www/me.html +22,Edit Profile,프로필 수정
@@ -1675,7 +1675,7 @@ DocType: Standard Reply,Standard Reply Help,표준 응답 도움말
DocType: Blogger,Avatar,화신 DocType: Blogger,Avatar,화신
DocType: Blogger,Posts,게시물 DocType: Blogger,Posts,게시물
DocType: DocType,Has Web View,웹보기를 가지고 DocType: DocType,Has Web View,웹보기를 가지고
apps/frappe/frappe/core/doctype/doctype/doctype.py +377,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","에서 DocType의 이름은 문자로 시작해야하며 문자, 숫자, 공백 및 밑줄로 구성 될 수 있습니다"
apps/frappe/frappe/core/doctype/doctype/doctype.py +381,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","에서 DocType의 이름은 문자로 시작해야하며 문자, 숫자, 공백 및 밑줄로 구성 될 수 있습니다"
DocType: Communication,Spam,스팸 DocType: Communication,Spam,스팸
DocType: Integration Request,Integration Request,통합 요청 DocType: Integration Request,Integration Request,통합 요청
apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,귀하께 apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,귀하께
@@ -1712,7 +1712,7 @@ DocType: System Settings,dd-mm-yyyy,DD-MM-YYYY
apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,이 보고서에 액세스 할 수있는 보고서 권한이 있어야합니다. apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,이 보고서에 액세스 할 수있는 보고서 권한이 있어야합니다.
apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,최소 암호 점수를 선택하십시오. apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,최소 암호 점수를 선택하십시오.
apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,최소 암호 점수를 선택하십시오. apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,최소 암호 점수를 선택하십시오.
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,Added,추가
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,Added,추가
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.",새로운 레코드를 삽입하지 않습니다 만 업데이트합니다. apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.",새로운 레코드를 삽입하지 않습니다 만 업데이트합니다.
apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,매일 이벤트 다이제스트는 미리 알림 설정 달력 이벤트 전송됩니다. apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,매일 이벤트 다이제스트는 미리 알림 설정 달력 이벤트 전송됩니다.
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,웹 사이트보기 apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,웹 사이트보기
@@ -1726,7 +1726,7 @@ DocType: Integration Request,Reference DocName,참고 docName 같은
DocType: Web Form,Success Message,성공 메시지 DocType: Web Form,Success Message,성공 메시지
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,수출 사용자 지정 apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,수출 사용자 지정
DocType: DocType,User Cannot Search,사용자는 검색 할 수 없습니다 DocType: DocType,User Cannot Search,사용자는 검색 할 수 없습니다
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +83,Invalid Output Format,잘못된 출력 형식
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Invalid Output Format,잘못된 출력 형식
DocType: Custom DocPerm,Apply this rule if the User is the Owner,사용자가 소유자 인 경우이 규칙 적용 DocType: Custom DocPerm,Apply this rule if the User is the Owner,사용자가 소유자 인 경우이 규칙 적용
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,로그인 ID가됩니다. apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,로그인 ID가됩니다.
apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,보고서보기 빌드 apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,보고서보기 빌드
@@ -1744,10 +1744,11 @@ apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +138,There were e
apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,닫기 apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,닫기
apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,0-2 docstatus을 변경할 수 없습니다 apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,0-2 docstatus을 변경할 수 없습니다
DocType: User Permission for Page and Report,Roles Permission,역할 권한 DocType: User Permission for Page and Report,Roles Permission,역할 권한
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,이메일 계정이 설정되지 않았습니다. 설정&gt; 이메일&gt; 이메일 계정에서 새 이메일 계정을 만드십시오.
apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,업데이트 apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,업데이트
DocType: Error Snapshot,Snapshot View,스냅 샷보기 DocType: Error Snapshot,Snapshot View,스냅 샷보기
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,전송하기 전에 뉴스를 저장하십시오 apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,전송하기 전에 뉴스를 저장하십시오
apps/frappe/frappe/core/doctype/doctype/doctype.py +426,Options must be a valid DocType for field {0} in row {1},옵션 {0} 행에서 {1} 필드에 유효한 문서 종류이어야합니다
apps/frappe/frappe/core/doctype/doctype/doctype.py +430,Options must be a valid DocType for field {0} in row {1},옵션 {0} 행에서 {1} 필드에 유효한 문서 종류이어야합니다
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,편집 속성 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,편집 속성
DocType: Patch Log,List of patches executed,패치 목록이 실행 DocType: Patch Log,List of patches executed,패치 목록이 실행
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} 이미 탈퇴 apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} 이미 탈퇴
@@ -1843,7 +1844,7 @@ apps/frappe/frappe/www/update-password.html +163,Success! You are good to go
apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,성공! 너는 가서 좋다 👍 apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,성공! 너는 가서 좋다 👍
apps/frappe/frappe/www/me.html +3,My Account,내 계정 apps/frappe/frappe/www/me.html +3,My Account,내 계정
DocType: ToDo,Allocated To,에 할당 DocType: ToDo,Allocated To,에 할당
apps/frappe/frappe/templates/emails/password_reset.html +4,Please click on the following link to set your new password,새 암호를 설정하려면 다음 링크를 클릭하십시오
apps/frappe/frappe/templates/emails/password_reset.html +2,Please click on the following link to set your new password,새 암호를 설정하려면 다음 링크를 클릭하십시오
DocType: Email Alert,Days After,일 후 DocType: Email Alert,Days After,일 후
DocType: Newsletter,Receipient,RECEIPIENT DocType: Newsletter,Receipient,RECEIPIENT
DocType: Contact Us Settings,Settings for Contact Us Page,문의 페이지에 대한 설정 DocType: Contact Us Settings,Settings for Contact Us Page,문의 페이지에 대한 설정
@@ -1857,7 +1858,7 @@ DocType: Property Setter,Property Type,부동산 유형
DocType: Workflow State,screenshot,스크린 샷 DocType: Workflow State,screenshot,스크린 샷
apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,관리자 만 표준 보고서를 저장할 수 있습니다.이름을 변경하고 저장하십시오. apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,관리자 만 표준 보고서를 저장할 수 있습니다.이름을 변경하고 저장하십시오.
DocType: System Settings,Background Workers,배경 노동자 DocType: System Settings,Background Workers,배경 노동자
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,Fieldname {0} conflicting with meta object,필드 이름 {0}은 (는) 메타 객체와 충돌합니다.
apps/frappe/frappe/core/doctype/doctype/doctype.py +783,Fieldname {0} conflicting with meta object,필드 이름 {0}은 (는) 메타 객체와 충돌합니다.
DocType: Deleted Document,Data,자료 DocType: Deleted Document,Data,자료
apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,문서 상태 apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,문서 상태
apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},당신이 만든 {0}의 {1} apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},당신이 만든 {0}의 {1}
@@ -1922,7 +1923,6 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +70,"""Parent"" signif
DocType: Website Theme,Apply Style,스타일 적용 DocType: Website Theme,Apply Style,스타일 적용
DocType: Feedback Request,Feedback Rating,피드백 평가 DocType: Feedback Request,Feedback Rating,피드백 평가
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,함께 공유 apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,함께 공유
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,설정&gt; 사용자 권한 관리자
DocType: Help Category,Help Articles,도움말 기사 DocType: Help Category,Help Articles,도움말 기사
,Modules Setup,모듈 설치 ,Modules Setup,모듈 설치
apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,유형 : apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,유형 :
@@ -1970,12 +1970,11 @@ apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 2,옵
DocType: Feedback Trigger,Email Field,이메일 필드 DocType: Feedback Trigger,Email Field,이메일 필드
apps/frappe/frappe/www/update-password.html +59,New Password Required.,새 암호가 필요합니다. apps/frappe/frappe/www/update-password.html +59,New Password Required.,새 암호가 필요합니다.
apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0}이 문서를 공유 {1} apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0}이 문서를 공유 {1}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,설정&gt; 사용자
DocType: Website Settings,Brand Image,브랜드 이미지 DocType: Website Settings,Brand Image,브랜드 이미지
DocType: Print Settings,A4,A4 DocType: Print Settings,A4,A4
apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","위쪽 탐색 모음, 바닥 글 및 로고의 설치." apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","위쪽 탐색 모음, 바닥 글 및 로고의 설치."
DocType: Web Form Field,Max Value,최대 값 DocType: Web Form Field,Max Value,최대 값
apps/frappe/frappe/core/doctype/doctype/doctype.py +655,For {0} at level {1} in {2} in row {3},에 대한 {0} 레벨의 {1}에서 {2} 행에서 {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,For {0} at level {1} in {2} in row {3},에 대한 {0} 레벨의 {1}에서 {2} 행에서 {3}
DocType: Contact,All,모든 DocType: Contact,All,모든
DocType: Email Queue,Recipient,받는 사람 DocType: Email Queue,Recipient,받는 사람
DocType: Communication,Has Attachment,첨부 파일이 DocType: Communication,Has Attachment,첨부 파일이
@@ -1993,7 +1992,7 @@ DocType: Auto Email Report,Email To,이메일
apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,폴더 {0} 비어 있지 apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,폴더 {0} 비어 있지
DocType: Page,Roles,역할 DocType: Page,Roles,역할
apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},오류 : {0}의 값 누락 : {1} apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},오류 : {0}의 값 누락 : {1}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +286,Field {0} is not selectable.,이 필드 {0} 선택할 수 없습니다.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +287,Field {0} is not selectable.,이 필드 {0} 선택할 수 없습니다.
DocType: System Settings,Session Expiry,세션 유효 DocType: System Settings,Session Expiry,세션 유효
DocType: Workflow State,ban-circle,금지 - 원 DocType: Workflow State,ban-circle,금지 - 원
DocType: Email Flag Queue,Unread,읽히지 않는 DocType: Email Flag Queue,Unread,읽히지 않는
@@ -2052,7 +2051,7 @@ DocType: DocType,"Naming Options:
<ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>","옵션을 명명 : <ol><li> <b>필드 : [필드 이름]</b> -이 필드에 의해 </li><li> <b>naming_series :</b> - 시리즈를 명명하여 (필드라는 naming_series가 있어야합니다 </li><li> <b>프롬프트</b> - 이름에 대한 프롬프트 사용자 </li><li> <b>[시리즈]</b> - 접두사 (점으로 구분)에 의해 시리즈; 예를 들어, PRE합니다. ##### </li></ol>" <ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>","옵션을 명명 : <ol><li> <b>필드 : [필드 이름]</b> -이 필드에 의해 </li><li> <b>naming_series :</b> - 시리즈를 명명하여 (필드라는 naming_series가 있어야합니다 </li><li> <b>프롬프트</b> - 이름에 대한 프롬프트 사용자 </li><li> <b>[시리즈]</b> - 접두사 (점으로 구분)에 의해 시리즈; 예를 들어, PRE합니다. ##### </li></ol>"
DocType: Blog Post,Email Sent,이메일 전송 DocType: Blog Post,Email Sent,이메일 전송
DocType: DocField,Ignore XSS Filter,XSS 필터를 무시 DocType: DocField,Ignore XSS Filter,XSS 필터를 무시
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,removed,제거
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,removed,제거
apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,보관 용 백업 설정 apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,보관 용 백업 설정
apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,전자 우편으로 보내기 apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,전자 우편으로 보내기
DocType: Website Theme,Link Color,링크 색상 DocType: Website Theme,Link Color,링크 색상
@@ -2189,6 +2188,7 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,모
DocType: DocType,Setup,설정 DocType: DocType,Setup,설정
DocType: Email Account,Initial Sync Count,초기 동기화 카운트 DocType: Email Account,Initial Sync Count,초기 동기화 카운트
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},에 새 코멘트 {0} {1} apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},에 새 코멘트 {0} {1}
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} 년 전
DocType: Workflow State,glass,유리 DocType: Workflow State,glass,유리
DocType: DocType,Timeline Field,타임 라인 필드 DocType: DocType,Timeline Field,타임 라인 필드
DocType: Country,Time Zones,시간대 DocType: Country,Time Zones,시간대
@@ -2223,10 +2223,10 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +77,You are not
apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,정보 : apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,정보 :
DocType: Custom Field,Permission Level,권한 수준 DocType: Custom Field,Permission Level,권한 수준
DocType: User,Send Notifications for Transactions I Follow,나의 거래에 대한 알림 보내기 DocType: User,Send Notifications for Transactions I Follow,나의 거래에 대한 알림 보내기
apps/frappe/frappe/core/doctype/doctype/doctype.py +698,"{0}: Cannot set Submit, Cancel, Amend without Write","{0} : 쓰기없이 정정, 취소, 제출 설정할 수"
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,"{0}: Cannot set Submit, Cancel, Amend without Write","{0} : 쓰기없이 정정, 취소, 제출 설정할 수"
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,첨부 파일을 삭제 하시겠습니까? apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,첨부 파일을 삭제 하시겠습니까?
apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","삭제하거나 {0} 때문에 취소 할 수 없습니다 <a href=""#Form/{0}/{1}"">{1}</a> 와 연결되어 {2} <a href=""#Form/{2}/{3}"">{3}</a>" apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","삭제하거나 {0} 때문에 취소 할 수 없습니다 <a href=""#Form/{0}/{1}"">{1}</a> 와 연결되어 {2} <a href=""#Form/{2}/{3}"">{3}</a>"
apps/frappe/frappe/__init__.py +1070,Thank you,감사합니다
apps/frappe/frappe/__init__.py +1071,Thank you,감사합니다
apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,절약 apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,절약
DocType: Print Settings,Print Style Preview,인쇄 스타일 미리보기 DocType: Print Settings,Print Style Preview,인쇄 스타일 미리보기
apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder
@@ -2271,7 +2271,7 @@ apps/frappe/frappe/public/js/frappe/list/list_renderer.js +501,2 days ago,1 일
apps/frappe/frappe/config/website.py +47,Categorize blog posts.,블로그 게시물을 분류합니다. apps/frappe/frappe/config/website.py +47,Categorize blog posts.,블로그 게시물을 분류합니다.
DocType: Workflow State,Time,시간 DocType: Workflow State,Time,시간
DocType: DocField,Attach,첨부 DocType: DocField,Attach,첨부
apps/frappe/frappe/core/doctype/doctype/doctype.py +539,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} 유효한 필드명 유형이 아닙니다. {{field_name}} 이어야 합니다.
apps/frappe/frappe/core/doctype/doctype/doctype.py +543,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} 유효한 필드명 유형이 아닙니다. {{field_name}} 이어야 합니다.
DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,적어도 하나의 통신 문서에 사용할 수있는 경우에만 피드백 요청을 보냅니다. DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,적어도 하나의 통신 문서에 사용할 수있는 경우에만 피드백 요청을 보냅니다.
DocType: Custom Role,Permission Rules,권한 규칙 DocType: Custom Role,Permission Rules,권한 규칙
DocType: GSuite Settings,GSuite Settings,GSuite 설정 DocType: GSuite Settings,GSuite Settings,GSuite 설정
@@ -2291,7 +2291,7 @@ apps/frappe/frappe/website/doctype/blog_post/blog_post.py +106,Posts by {0},게
apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.",열 형식을 쿼리에 열 레이블을 제공합니다. apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.",열 형식을 쿼리에 열 레이블을 제공합니다.
DocType: Has Domain,Has Domain,도메인 있음 DocType: Has Domain,Has Domain,도메인 있음
apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,계정이 없으십니까? 가입 apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,계정이 없으십니까? 가입
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,{0}: Cannot set Assign Amend if not Submittable,{0} : 지정을 개정 설정할 수 Submittable 아니라면
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set Assign Amend if not Submittable,{0} : 지정을 개정 설정할 수 Submittable 아니라면
DocType: Address,Bihar,비하르 DocType: Address,Bihar,비하르
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,역할 권한 편집 apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,역할 권한 편집
DocType: Communication,Link DocType,링크 DOCTYPE입니다 DocType: Communication,Link DocType,링크 DOCTYPE입니다
@@ -2343,7 +2343,7 @@ DocType: DocField,Set non-standard precision for a Float or Currency field,플
DocType: Email Account,Ignore attachments over this size,이 크기를 초과하는 첨부 파일을 무시합니다 DocType: Email Account,Ignore attachments over this size,이 크기를 초과하는 첨부 파일을 무시합니다
DocType: Address,Preferred Billing Address,선호하는 결제 주소 DocType: Address,Preferred Billing Address,선호하는 결제 주소
apps/frappe/frappe/config/integrations.py +63,External Documents,외부 문서 apps/frappe/frappe/config/integrations.py +63,External Documents,외부 문서
apps/frappe/frappe/database.py +235,Too many writes in one request. Please send smaller requests,너무 많은 사람들이 하나의 요청에 씁니다. 작은 요청을 보내 주시기 바랍니다
apps/frappe/frappe/database.py +247,Too many writes in one request. Please send smaller requests,너무 많은 사람들이 하나의 요청에 씁니다. 작은 요청을 보내 주시기 바랍니다
apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,값 변경 apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,값 변경
DocType: Workflow State,arrow-up,화살표까지 DocType: Workflow State,arrow-up,화살표까지
DocType: OAuth Bearer Token,Expires In,에 만료 DocType: OAuth Bearer Token,Expires In,에 만료
@@ -2391,7 +2391,7 @@ apps/frappe/frappe/core/page/data_import_tool/importer.py +81,Please make sure t
apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,당신의 프로필에 이메일 주소가 있는지 확인하십시오 apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,당신의 프로필에 이메일 주소가 있는지 확인하십시오
apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,이 형태로 저장되지 않은 변경 사항이 있습니다.계속하기 전에 저장하십시오. apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,이 형태로 저장되지 않은 변경 사항이 있습니다.계속하기 전에 저장하십시오.
DocType: Address,Telangana,텔란가나 DocType: Address,Telangana,텔란가나
apps/frappe/frappe/core/doctype/doctype/doctype.py +459,Default for {0} must be an option,{0} 옵션이 있어야합니다의 기본
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Default for {0} must be an option,{0} 옵션이 있어야합니다의 기본
DocType: Tag Doc Category,Tag Doc Category,태그 문서 카테고리 DocType: Tag Doc Category,Tag Doc Category,태그 문서 카테고리
DocType: User,User Image,사용자 이미지 DocType: User,User Image,사용자 이미지
apps/frappe/frappe/email/queue.py +304,Emails are muted,이메일은 음소거 apps/frappe/frappe/email/queue.py +304,Emails are muted,이메일은 음소거
@@ -2436,7 +2436,7 @@ DocType: Async Task,Running,실행
apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,암호 재설정 apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,암호 재설정
apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,이상 {0} 가입자를 추가하는 업그레이드하세요 apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,이상 {0} 가입자를 추가하는 업그레이드하세요
DocType: Workflow State,hand-left,손으로 왼쪽 DocType: Workflow State,hand-left,손으로 왼쪽
apps/frappe/frappe/core/doctype/doctype/doctype.py +472,Fieldtype {0} for {1} cannot be unique,Fieldtype {0} {1} 고유 수 없기 때문
apps/frappe/frappe/core/doctype/doctype/doctype.py +476,Fieldtype {0} for {1} cannot be unique,Fieldtype {0} {1} 고유 수 없기 때문
DocType: Email Account,Use SSL,SSL을 사용하여 DocType: Email Account,Use SSL,SSL을 사용하여
DocType: Workflow State,play-circle,재생 원 DocType: Workflow State,play-circle,재생 원
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,편집하는 인쇄 형식을 선택합니다 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,편집하는 인쇄 형식을 선택합니다
@@ -2491,7 +2491,7 @@ DocType: DocField,No Copy,더 복사하지
DocType: Workflow State,qrcode,하시면 자동 DocType: Workflow State,qrcode,하시면 자동
apps/frappe/frappe/www/login.html +34,Login with LDAP,LDAP에 로그인 apps/frappe/frappe/www/login.html +34,Login with LDAP,LDAP에 로그인
DocType: Web Form,Breadcrumbs,빵 부스러기 DocType: Web Form,Breadcrumbs,빵 부스러기
apps/frappe/frappe/core/doctype/doctype/doctype.py +671,If Owner,사용하는 경우
apps/frappe/frappe/core/doctype/doctype/doctype.py +675,If Owner,사용하는 경우
DocType: OAuth Authorization Code,Expiration time,만료 시간 DocType: OAuth Authorization Code,Expiration time,만료 시간
DocType: Web Page,Website Sidebar,웹 사이트 사이드 바 DocType: Web Page,Website Sidebar,웹 사이트 사이드 바
DocType: Web Form,Show Sidebar,보기 사이드 바 DocType: Web Form,Show Sidebar,보기 사이드 바
@@ -2666,6 +2666,7 @@ DocType: Portal Settings,Hide Standard Menu,표준 메뉴 숨기기
apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,이메일 도메인 관리 / 추가합니다. apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,이메일 도메인 관리 / 추가합니다.
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},제출하기 전에 취소 할 수 없습니다.보기 전환 {0} apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},제출하기 전에 취소 할 수 없습니다.보기 전환 {0}
apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,인쇄 형식 {0} 비활성화 apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,인쇄 형식 {0} 비활성화
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,설정&gt; 이메일&gt; 이메일 계정에서 기본 이메일 계정을 설정하십시오.
DocType: Email Alert,Send days before or after the reference date,전이나 기준 날짜 이후에 일을 보내기 DocType: Email Alert,Send days before or after the reference date,전이나 기준 날짜 이후에 일을 보내기
DocType: User,Allow user to login only after this hour (0-24),사용자는이 시간 이후 (0-24)에 로그인 할 수 있도록 허용 DocType: User,Allow user to login only after this hour (0-24),사용자는이 시간 이후 (0-24)에 로그인 할 수 있도록 허용
apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,가치 apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,가치
@@ -2681,7 +2682,6 @@ DocType: ToDo,Priority,우선순위
DocType: Email Queue,Unsubscribe Param,탈퇴 파람 DocType: Email Queue,Unsubscribe Param,탈퇴 파람
DocType: Auto Email Report,Weekly,주l DocType: Auto Email Report,Weekly,주l
DocType: Communication,In Reply To,에 대한 응답 DocType: Communication,In Reply To,에 대한 응답
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,기본 주소 템플릿이 없습니다. 설정&gt; 인쇄 및 브랜딩&gt; 주소 템플릿에서 새 것을 만드십시오.
DocType: DocType,Allow Import (via Data Import Tool),가져 오기를 허용 (데이터 가져 오기 도구를 통해) DocType: DocType,Allow Import (via Data Import Tool),가져 오기를 허용 (데이터 가져 오기 도구를 통해)
apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,시니어 apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,시니어
DocType: DocField,Float,Float DocType: DocField,Float,Float
@@ -2727,7 +2727,7 @@ apps/frappe/frappe/templates/emails/auto_reply.html +1,Thank you for your email,
DocType: DocField,Small Text,작은 텍스트용 DocType: DocField,Small Text,작은 텍스트용
apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,관리자 액세스 {0}에 {1} IP 주소를 통해 {2}. apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,관리자 액세스 {0}에 {1} IP 주소를 통해 {2}.
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,같음 apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,같음
apps/frappe/frappe/core/doctype/doctype/doctype.py +453,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',필드의 옵션 '동적 링크'형식이 '문서 종류'등의 옵션이 다른 링크 필드를 지정해야합니다
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',필드의 옵션 '동적 링크'형식이 '문서 종류'등의 옵션이 다른 링크 필드를 지정해야합니다
DocType: About Us Settings,Team Members Heading,제목 팀원 DocType: About Us Settings,Team Members Heading,제목 팀원
apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,잘못된 CSV 형식 apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,잘못된 CSV 형식
apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,백업의 설정 번호 apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,백업의 설정 번호
@@ -2761,7 +2761,7 @@ DocType: Kanban Board Column,Column Name,열 이름
DocType: Language,Based On,에 근거 DocType: Language,Based On,에 근거
apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,기본 확인 apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,기본 확인
apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,프라페 서버 URL을 확인 apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,프라페 서버 URL을 확인
apps/frappe/frappe/core/doctype/doctype/doctype.py +495,Fieldtype {0} for {1} cannot be indexed,Fieldtype {0} {1} 인덱싱 할 수 없습니다에 대한
apps/frappe/frappe/core/doctype/doctype/doctype.py +499,Fieldtype {0} for {1} cannot be indexed,Fieldtype {0} {1} 인덱싱 할 수 없습니다에 대한
DocType: Communication,Email Account,이메일 계정 DocType: Communication,Email Account,이메일 계정
DocType: Workflow State,Download,다운로드 DocType: Workflow State,Download,다운로드
DocType: Blog Post,Blog Intro,블로그 소개 DocType: Blog Post,Blog Intro,블로그 소개
@@ -2793,16 +2793,16 @@ apps/frappe/frappe/email/doctype/email_group/email_group.js +45,New Newsletter,
DocType: Print Settings,Send Print as PDF,로 보내기 프린트 PDF DocType: Print Settings,Send Print as PDF,로 보내기 프린트 PDF
DocType: Web Form,Amount,양 DocType: Web Form,Amount,양
DocType: Workflow Transition,Allowed,허용 DocType: Workflow Transition,Allowed,허용
apps/frappe/frappe/core/doctype/doctype/doctype.py +502,There can be only one Fold in a form,형태로 하나의 폴드가있을 수 있습니다
apps/frappe/frappe/core/doctype/doctype/doctype.py +506,There can be only one Fold in a form,형태로 하나의 폴드가있을 수 있습니다
apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},{0}의 파일 형식을 쓸 수 없습니다. apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},{0}의 파일 형식을 쓸 수 없습니다.
apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,기본 설정으로 복원? apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,기본 설정으로 복원?
apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,잘못된 홈 페이지 apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,잘못된 홈 페이지
apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,잘못된 로그인합니다. 다시 시도하십시오. apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,잘못된 로그인합니다. 다시 시도하십시오.
apps/frappe/frappe/core/doctype/doctype/doctype.py +420,Options required for Link or Table type field {0} in row {1},{1} 행의 {0} 링크 또는 테이블 유형 필드에 필요한 옵션
apps/frappe/frappe/core/doctype/doctype/doctype.py +420,Options required for Link or Table type field {0} in row {1},{1} 행의 {0} 링크 또는 테이블 유형 필드에 필요한 옵션
apps/frappe/frappe/core/doctype/doctype/doctype.py +424,Options required for Link or Table type field {0} in row {1},{1} 행의 {0} 링크 또는 테이블 유형 필드에 필요한 옵션
apps/frappe/frappe/core/doctype/doctype/doctype.py +424,Options required for Link or Table type field {0} in row {1},{1} 행의 {0} 링크 또는 테이블 유형 필드에 필요한 옵션
DocType: Auto Email Report,Send only if there is any data,데이터가있을 경우에만 전송 DocType: Auto Email Report,Send only if there is any data,데이터가있을 경우에만 전송
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,필터를 새로 고침 apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,필터를 새로 고침
apps/frappe/frappe/core/doctype/doctype/doctype.py +688,{0}: Permission at level 0 must be set before higher levels are set,{0} : 높은 수준이 설정되기 전에 레벨 0에서 사용 권한이 설정되어야합니다
apps/frappe/frappe/core/doctype/doctype/doctype.py +692,{0}: Permission at level 0 must be set before higher levels are set,{0} : 높은 수준이 설정되기 전에 레벨 0에서 사용 권한이 설정되어야합니다
apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},할당에 의해 폐쇄 {0} apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},할당에 의해 폐쇄 {0}
DocType: Integration Request,Remote,먼 DocType: Integration Request,Remote,먼
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,계산 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,계산
@@ -2822,8 +2822,8 @@ DocType: DocField,Perm Level,파마 수준
apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,오늘의 일정 이벤트 apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,오늘의 일정 이벤트
DocType: Web Page,Web Page,웹 페이지 DocType: Web Page,Web Page,웹 페이지
DocType: Blog Category,Blogger,Blogger DocType: Blog Category,Blogger,Blogger
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In Global Search' not allowed for type {0} in row {1},{1} 행의 {0} 유형에는 &#39;전체 검색에서&#39;가 허용되지 않습니다.
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In Global Search' not allowed for type {0} in row {1},{1} 행의 {0} 유형에는 &#39;전체 검색에서&#39;가 허용되지 않습니다.
apps/frappe/frappe/core/doctype/doctype/doctype.py +449,'In Global Search' not allowed for type {0} in row {1},{1} 행의 {0} 유형에는 &#39;전체 검색에서&#39;가 허용되지 않습니다.
apps/frappe/frappe/core/doctype/doctype/doctype.py +449,'In Global Search' not allowed for type {0} in row {1},{1} 행의 {0} 유형에는 &#39;전체 검색에서&#39;가 허용되지 않습니다.
apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,목록보기 apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,목록보기
apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},날짜 형식이어야합니다 : {0} apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},날짜 형식이어야합니다 : {0}
DocType: Workflow,Don't Override Status,상태를 무시하지 마십시오 DocType: Workflow,Don't Override Status,상태를 무시하지 마십시오
@@ -2872,7 +2872,7 @@ DocType: Website Theme,Background,배경
DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","사용자 권한을 적용하는 데 사용 doctype에의 JSON 목록.비어있는 경우, 연결된 모든 doctype에이 사용자 권한을 적용하는 데 사용됩니다." DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","사용자 권한을 적용하는 데 사용 doctype에의 JSON 목록.비어있는 경우, 연결된 모든 doctype에이 사용자 권한을 적용하는 데 사용됩니다."
DocType: Report,Ref DocType,참조 문서 종류 DocType: Report,Ref DocType,참조 문서 종류
apps/frappe/frappe/www/feedback.py +42,Please add a rating,등급을 추가하십시오. apps/frappe/frappe/www/feedback.py +42,Please add a rating,등급을 추가하십시오.
apps/frappe/frappe/core/doctype/doctype/doctype.py +700,{0}: Cannot set Amend without Cancel,{0} : 설정할 수 없습니다 취소없이 개정
apps/frappe/frappe/core/doctype/doctype/doctype.py +704,{0}: Cannot set Amend without Cancel,{0} : 설정할 수 없습니다 취소없이 개정
apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,전체 페이지 apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,전체 페이지
DocType: DocType,Is Child Table,자식 테이블입니다 DocType: DocType,Is Child Table,자식 테이블입니다
apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} {1} 중 하나 여야합니다 apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} {1} 중 하나 여야합니다
@@ -2901,7 +2901,7 @@ DocType: Event,Send an email reminder in the morning,아침에 이메일 알림
DocType: Blog Post,Published On,에 게시 DocType: Blog Post,Published On,에 게시
DocType: Contact,Gender,성별 DocType: Contact,Gender,성별
apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,누락 된 필수 정보 : apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,누락 된 필수 정보 :
apps/frappe/frappe/core/doctype/doctype/doctype.py +492,Field '{0}' cannot be set as Unique as it has non-unique values,이 필드를 &#39;{0}&#39;이 아닌 고유 한 값을 가지고 독특한로 설정할 수 없습니다
apps/frappe/frappe/core/doctype/doctype/doctype.py +496,Field '{0}' cannot be set as Unique as it has non-unique values,이 필드를 &#39;{0}&#39;이 아닌 고유 한 값을 가지고 독특한로 설정할 수 없습니다
apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,200 인서트는 하나의 요청에 허용 apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,200 인서트는 하나의 요청에 허용
DocType: Footer Item,URL,URL DocType: Footer Item,URL,URL
DocType: ToDo,Reference Type,참조 형식 DocType: ToDo,Reference Type,참조 형식
@@ -2945,8 +2945,8 @@ apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +135,Please save
apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} 가입자는 추가 apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} 가입자는 추가
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,하지에서 apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,하지에서
DocType: Workflow State,star,별 DocType: Workflow State,star,별
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +228,values separated by commas,쉼표로 구분 된 값
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Max width for type Currency is 100px in row {0},유형의 통화에 대한 최대 폭은 행에있는 100 픽셀 {0}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,values separated by commas,쉼표로 구분 된 값
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,Max width for type Currency is 100px in row {0},유형의 통화에 대한 최대 폭은 행에있는 100 픽셀 {0}
apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},에 대한 귀하의 의견을 공유하세요 {0} apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},에 대한 귀하의 의견을 공유하세요 {0}
apps/frappe/frappe/config/website.py +13,Content web page.,콘텐츠 웹 페이지. apps/frappe/frappe/config/website.py +13,Content web page.,콘텐츠 웹 페이지.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,새 역할 추가 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,새 역할 추가
@@ -2965,7 +2965,7 @@ apps/frappe/frappe/public/js/frappe/desk.js +383,Please Enter Your Password to C
apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,유효한 LDAP 사용자 apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,유효한 LDAP 사용자
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0}은 유효한 상태 apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0}은 유효한 상태
apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',다른 지불 방법을 선택하세요. 페이팔은 &#39;{0}&#39;통화 트랜잭션을 지원하지 않습니다 apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',다른 지불 방법을 선택하세요. 페이팔은 &#39;{0}&#39;통화 트랜잭션을 지원하지 않습니다
apps/frappe/frappe/core/doctype/doctype/doctype.py +519,Search field {0} is not valid,검색 필드 {0} 유효하지 않습니다
apps/frappe/frappe/core/doctype/doctype/doctype.py +523,Search field {0} is not valid,검색 필드 {0} 유효하지 않습니다
DocType: Workflow State,ok-circle,OK-원 DocType: Workflow State,ok-circle,OK-원
apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',당신은 &#39;고객에 오렌지를 찾아&#39;요구에 의해 물건을 찾을 수 있습니다 apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',당신은 &#39;고객에 오렌지를 찾아&#39;요구에 의해 물건을 찾을 수 있습니다
apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,죄송합니다!사용자는 자신의 기록에 대한 완전한 액세스 권한이 있어야합니다. apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,죄송합니다!사용자는 자신의 기록에 대한 완전한 액세스 권한이 있어야합니다.
@@ -3037,7 +3037,7 @@ DocType: User,Background Style,배경 스타일
apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},에 {0} 합병 {1} apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},에 {0} 합병 {1}
DocType: System Settings,mm-dd-yyyy,MM-DD-YYYY DocType: System Settings,mm-dd-yyyy,MM-DD-YYYY
apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} 로그인 apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} 로그인
apps/frappe/frappe/templates/emails/new_user.html +4,Your login id is,사용자의 로그인 ID입니다
apps/frappe/frappe/templates/emails/new_user.html +3,Your login id is,사용자의 로그인 ID입니다
DocType: OAuth Client,Skip Authorization,권한 부여 건너 뛰기 DocType: OAuth Client,Skip Authorization,권한 부여 건너 뛰기
DocType: Web Form,Amount Field,금액 필드 DocType: Web Form,Amount Field,금액 필드
DocType: Dropbox Settings,Send Notifications To,알림을 보내기 DocType: Dropbox Settings,Send Notifications To,알림을 보내기


+ 96
- 96
frappe/translations/ku.csv View File

@@ -56,7 +56,7 @@ apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,dê û bav
DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","Heke hilbijartî be, hêza vê şîfreya dê li ser bingeha herî kêm nirxê Password Score bi zorê. A value of 2 bûyîna navîn bi hêz û 4 ku pir xurt." DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","Heke hilbijartî be, hêza vê şîfreya dê li ser bingeha herî kêm nirxê Password Score bi zorê. A value of 2 bûyîna navîn bi hêz û 4 ku pir xurt."
DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","Heke hilbijartî be, hêza vê şîfreya dê li ser bingeha herî kêm nirxê Password Score bi zorê. A value of 2 bûyîna navîn bi hêz û 4 ku pir xurt." DocType: System Settings,"If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong.","Heke hilbijartî be, hêza vê şîfreya dê li ser bingeha herî kêm nirxê Password Score bi zorê. A value of 2 bûyîna navîn bi hêz û 4 ku pir xurt."
DocType: About Us Settings,"""Team Members"" or ""Management""",&quot;Tîma Endam&quot; an &quot;Management&quot; DocType: About Us Settings,"""Team Members"" or ""Management""",&quot;Tîma Endam&quot; an &quot;Management&quot;
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Default for 'Check' type of field must be either '0' or '1',"Default bo type &#39;Check&#39; yên zeviyê, divê yan jî &#39;0&#39; an jî &#39;1&#39; be"
apps/frappe/frappe/core/doctype/doctype/doctype.py +461,Default for 'Check' type of field must be either '0' or '1',"Default bo type &#39;Check&#39; yên zeviyê, divê yan jî &#39;0&#39; an jî &#39;1&#39; be"
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,Do apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,Do
DocType: Contact,Designation,teklîfê DocType: Contact,Designation,teklîfê
DocType: Test Runner,Test Runner,test Meşva DocType: Test Runner,Test Runner,test Meşva
@@ -72,7 +72,7 @@ DocType: DocType,Is Published Field,Ma Published Field
DocType: Email Group,Email Group,Email Group DocType: Email Group,Email Group,Email Group
DocType: Note,Seen By,dît By DocType: Note,Seen By,dît By
apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,lê zêde bike Multiple apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +15,Add Multiple,lê zêde bike Multiple
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Not Like,Like ne
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Not Like,Like ne
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,Set label display ji bo qada apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,Set label display ji bo qada
apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},nirxa rast nenivîsandiye: {0} divê {1} {2} apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},nirxa rast nenivîsandiye: {0} divê {1} {2}
apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","milkên Change qadê (hide, readonly, destûr û hwd.)" apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","milkên Change qadê (hide, readonly, destûr û hwd.)"
@@ -162,7 +162,8 @@ apps/frappe/frappe/public/js/frappe/upload.js +296,Uploading...,Tê barkirin ...
DocType: Email Domain,Email Domain,Domain Email DocType: Email Domain,Email Domain,Domain Email
DocType: Workflow State,italic,italic DocType: Workflow State,italic,italic
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,ji bo her kesî apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,ji bo her kesî
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,{0}: Cannot set Import without Create,{0}: Can Import bê Create set ne
apps/frappe/frappe/core/doctype/doctype/doctype.py +706,{0}: Cannot set Import without Create,{0}: Can Import bê Create set ne
apps/frappe/frappe/templates/emails/auto_email_report.html +45,View report in your browser,Guhertoya we di gerokê de bibînin
apps/frappe/frappe/config/desk.py +26,Event and other calendars.,Event û din calendars. apps/frappe/frappe/config/desk.py +26,Event and other calendars.,Event û din calendars.
apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,Hemû qadên pêwist ji bo pêşkêşkirina de Rayi in. apps/frappe/frappe/templates/includes/comments/comments.html +96,All fields are necessary to submit the comment.,Hemû qadên pêwist ji bo pêşkêşkirina de Rayi in.
apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,Drag bi sererastkirina stûnên apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,Drag bi sererastkirina stûnên
@@ -240,7 +241,7 @@ apps/frappe/frappe/config/setup.py +121,Update many values at one time.,Baştir
apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,"Çewtî: dokumênt hatiye guherandin, piştî ku hûn wê vekir" apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,"Çewtî: dokumênt hatiye guherandin, piştî ku hûn wê vekir"
apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} logged out: {1} apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} logged out: {1}
DocType: Address,West Bengal,West Bengal DocType: Address,West Bengal,West Bengal
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0}: Cannot set Assign Submit if not Submittable,{0}: Can not set value Submit eger Submittable ne
apps/frappe/frappe/core/doctype/doctype/doctype.py +727,{0}: Cannot set Assign Submit if not Submittable,{0}: Can not set value Submit eger Submittable ne
DocType: Social Login Keys,Facebook,facebook DocType: Social Login Keys,Facebook,facebook
apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",Filtreli by &quot;{0}&quot; apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",Filtreli by &quot;{0}&quot;
DocType: Salutation,Administrator,Birêvebir DocType: Salutation,Administrator,Birêvebir
@@ -264,7 +265,7 @@ DocType: User,Get your globally recognized avatar from Gravatar.com,Get avatar g
apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","abonetiya xwe li ser {0} ruhê xwe da. Ji bo ku karibe, {1}." apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","abonetiya xwe li ser {0} ruhê xwe da. Ji bo ku karibe, {1}."
DocType: Workflow State,plus-sign,plus-sign DocType: Workflow State,plus-sign,plus-sign
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,Setup jixwe bi temamî apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,Setup jixwe bi temamî
apps/frappe/frappe/__init__.py +897,App {0} is not installed,App {0} sazkirin
apps/frappe/frappe/__init__.py +898,App {0} is not installed,App {0} sazkirin
DocType: Workflow State,Refresh,Hênikkirin DocType: Workflow State,Refresh,Hênikkirin
DocType: Event,Public,Alenî DocType: Event,Public,Alenî
apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,Tiştekî bo nîşan bide apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,Tiştekî bo nîşan bide
@@ -272,7 +273,7 @@ apps/frappe/frappe/public/js/frappe/model/model.js +24,Liked By,ecibandî By
apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,Support Email apps/frappe/frappe/public/js/frappe/toolbar.js +26,Email Support,Support Email
DocType: DocField,Print Hide If No Value,Print veşêre Eger No Nirx DocType: DocField,Print Hide If No Value,Print veşêre Eger No Nirx
DocType: Event,yellow,zer DocType: Event,yellow,zer
apps/frappe/frappe/core/doctype/doctype/doctype.py +563,Is Published Field must be a valid fieldname,"Ma Published Field, divê bibe fieldname derbasdar"
apps/frappe/frappe/core/doctype/doctype/doctype.py +567,Is Published Field must be a valid fieldname,"Ma Published Field, divê bibe fieldname derbasdar"
apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,Upload pêvek hene. apps/frappe/frappe/public/js/frappe/upload.js +20,Upload Attachment,Upload pêvek hene.
DocType: Block Module,Block Module,Module block DocType: Block Module,Block Module,Module block
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,export Şablon apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +3,Export Template,export Şablon
@@ -290,7 +291,7 @@ DocType: Website Settings,Set Banner from Image,Set Banner ji Wêne
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,Global Search apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,Global Search
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,Global Search apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +355,Global Search,Global Search
DocType: Email Account,SparkPost,SparkPost DocType: Email Account,SparkPost,SparkPost
apps/frappe/frappe/templates/emails/new_user.html +3,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/emails/new_user.html +2,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 +178,Instructions Emailed,Telîmata bi rêket apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,Telîmata bi rêket
apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,Telîmata bi rêket apps/frappe/frappe/templates/includes/login/login.js +178,Instructions Emailed,Telîmata bi rêket
apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),Enter Recipient Email (s) apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),Enter Recipient Email (s)
@@ -359,7 +360,7 @@ apps/frappe/frappe/utils/nestedset.py +218,Merging is only possible between Grou
apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},Ev babete ji layê {0} apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},Ev babete ji layê {0}
apps/frappe/frappe/www/search.html +28,No matching records. Search something new,No Partiya. Search tiştekî nû apps/frappe/frappe/www/search.html +28,No matching records. Search something new,No Partiya. Search tiştekî nû
DocType: Currency,Fraction Units,Yekîneyên fraction DocType: Currency,Fraction Units,Yekîneyên fraction
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +431,{0} from {1} to {2},{0} ji {1} ji bo {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +433,{0} from {1} to {2},{0} ji {1} ji bo {2}
DocType: Communication,Type,Awa DocType: Communication,Type,Awa
DocType: Authentication Log,Subject,Mijar DocType: Authentication Log,Subject,Mijar
DocType: Web Form,Amount Based On Field,Şêwaz li ser Field DocType: Web Form,Amount Based On Field,Şêwaz li ser Field
@@ -372,10 +373,10 @@ DocType: Workflow State,plane,plane
apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","Eger tu bi cîhek qeydên nû, &quot;Bidin Series&quot; diyarkirî dibe, eger niha." apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","Eger tu bi cîhek qeydên nû, &quot;Bidin Series&quot; diyarkirî dibe, eger niha."
apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,Get Agehdariyên bo Today apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,Get Agehdariyên bo Today
apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DocType tenê dikare bi destê Administrator ku navên wan apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DocType tenê dikare bi destê Administrator ku navên wan
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +442,changed value of {0},nirxa guhertin yên {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +444,changed value of {0},nirxa guhertin yên {0}
DocType: Report,JSON,JSON DocType: Report,JSON,JSON
apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,Ji kerema xwe re email xwe ji bo lêkolînê jî apps/frappe/frappe/core/doctype/user/user.py +752,Please check your email for verification,Ji kerema xwe re email xwe ji bo lêkolînê jî
apps/frappe/frappe/core/doctype/doctype/doctype.py +509,Fold can not be at the end of the form,Hevşiyê de ne dikarin li dawiya formê de be
apps/frappe/frappe/core/doctype/doctype/doctype.py +513,Fold can not be at the end of the form,Hevşiyê de ne dikarin li dawiya formê de be
DocType: Communication,Bounced,tayekî DocType: Communication,Bounced,tayekî
DocType: Deleted Document,Deleted Name,Navê deleted DocType: Deleted Document,Deleted Name,Navê deleted
apps/frappe/frappe/config/setup.py +14,System and Website Users,System û Website Bikarhêner li apps/frappe/frappe/config/setup.py +14,System and Website Users,System û Website Bikarhêner li
@@ -383,18 +384,19 @@ DocType: Workflow Document State,Doc Status,Rewş Doc
DocType: Auto Email Report,No of Rows (Max 500),No ji Rows (Max 500) DocType: Auto Email Report,No of Rows (Max 500),No ji Rows (Max 500)
DocType: Language,Language Code,Code Ziman DocType: Language,Language Code,Code Ziman
apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","download te tê avakirin, dibe ku ev çend dem bigire ..." apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","download te tê avakirin, dibe ku ev çend dem bigire ..."
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +23,Add Filter,lê zêde bike Filter
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +21,Add Filter,lê zêde bike Filter
apps/frappe/frappe/www/feedback.html +23,Your rating: ,Your rating: apps/frappe/frappe/www/feedback.html +23,Your rating: ,Your rating:
apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} û {1} apps/frappe/frappe/utils/data.py +568,{0} and {1},{0} û {1}
DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Her tim &quot;Pêşnûmeya&quot; lê zêde bike Berev ji bo çapkirinê pêşnûma belge DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents",Her tim &quot;Pêşnûmeya&quot; lê zêde bike Berev ji bo çapkirinê pêşnûma belge
apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,Email hatiye dîtin wek zibil nîşankirin apps/frappe/frappe/core/doctype/communication/communication.js +228,Email has been marked as spam,Email hatiye dîtin wek zibil nîşankirin
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,Setup&gt; Bikarhêner
DocType: About Us Settings,Website Manager,Manager Website DocType: About Us Settings,Website Manager,Manager Website
apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,Tu bi Pêşnûmeya hilbijartin yan belgeyên Canceled apps/frappe/frappe/public/js/frappe/list/list_view.js +695,You selected Draft or Cancelled documents,Tu bi Pêşnûmeya hilbijartin yan belgeyên Canceled
apps/frappe/frappe/model/document.py +1044,Document Queued,Dokumentê dorê de apps/frappe/frappe/model/document.py +1044,Document Queued,Dokumentê dorê de
DocType: GSuite Templates,Destination ID,ID destination DocType: GSuite Templates,Destination ID,ID destination
DocType: Desktop Icon,List,Rêzok DocType: Desktop Icon,List,Rêzok
DocType: Communication,Link Name,Navê Link DocType: Communication,Link Name,Navê Link
apps/frappe/frappe/core/doctype/doctype/doctype.py +433,Field {0} in row {1} cannot be hidden and mandatory without default,Field {0} li row {1} ne bê veşartin û bê default wêneke
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Field {0} in row {1} cannot be hidden and mandatory without default,Field {0} li row {1} ne bê veşartin û bê default wêneke
DocType: System Settings,mm/dd/yyyy,mm / dd / YYYY DocType: System Settings,mm/dd/yyyy,mm / dd / YYYY
apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,Şîfre Invalid: apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,Şîfre Invalid:
apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,Şîfre Invalid: apps/frappe/frappe/core/doctype/user/user.py +890,Invalid Password: ,Şîfre Invalid:
@@ -402,7 +404,7 @@ DocType: Print Settings,Send document web view link in email,Send belge link vie
apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,"Deng ji bo belgeya {0} e, bi serkeftin hat tomarkirin" apps/frappe/frappe/www/feedback.html +114,Your Feedback for document {0} is saved successfully,"Deng ji bo belgeya {0} e, bi serkeftin hat tomarkirin"
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,Pêşî apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,Pêşî
apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,Re: apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,Re:
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +496,{0} rows for {1},{0} rêzikan ji bo {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +498,{0} rows for {1},{0} rêzikan ji bo {1}
DocType: Currency,"Sub-currency. For e.g. ""Cent""","Sub-currency. Ji bo nimûne, &quot;Cent&quot;" DocType: Currency,"Sub-currency. For e.g. ""Cent""","Sub-currency. Ji bo nimûne, &quot;Cent&quot;"
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,Select file barkirî apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,Select file barkirî
DocType: Letter Head,Check this to make this the default letter head in all prints,Vê kontrol bike ji bo ku vê nameyê standard di serî de hemû prints DocType: Letter Head,Check this to make this the default letter head in all prints,Vê kontrol bike ji bo ku vê nameyê standard di serî de hemû prints
@@ -425,7 +427,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +5,
DocType: Event,Wednesday,Çarşem DocType: Event,Wednesday,Çarşem
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","Ji bilî Role Rules Destûr bingeh, tu Permissions Bikarhêner li ser DocTypes serî." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","Ji bilî Role Rules Destûr bingeh, tu Permissions Bikarhêner li ser DocTypes serî."
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","Van destûrên wê ji bo hemû danûstandinên ku rekor destûr girêdayîyê serî. Ji bo nimûne, eger Company C ji bo Permissions User ji user X added, user X wê bi tenê dikare ji bo dîtina muamele ku şîrketa C wek nirxa girêdayî be." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","Van destûrên wê ji bo hemû danûstandinên ku rekor destûr girêdayîyê serî. Ji bo nimûne, eger Company C ji bo Permissions User ji user X added, user X wê bi tenê dikare ji bo dîtina muamele ku şîrketa C wek nirxa girêdayî be."
apps/frappe/frappe/core/doctype/doctype/doctype.py +554,Image field must be a valid fieldname,"nav zeviyê Wêne, divê fieldname derbasdar be"
apps/frappe/frappe/core/doctype/doctype/doctype.py +558,Image field must be a valid fieldname,"nav zeviyê Wêne, divê fieldname derbasdar be"
DocType: OAuth Client,Token,token DocType: OAuth Client,Token,token
DocType: Property Setter,ID (name) of the entity whose property is to be set,ID (name) ji aliyekê milkên e ku were damezirandin DocType: Property Setter,ID (name) of the entity whose property is to be set,ID (name) ji aliyekê milkên e ku were damezirandin
apps/frappe/frappe/limits.py +82,"To renew, {0}.","Ji bo ku karibe, {0}." apps/frappe/frappe/limits.py +82,"To renew, {0}.","Ji bo ku karibe, {0}."
@@ -434,7 +436,7 @@ DocType: Web Form,Sidebar Items,Nawy Kêlekê
apps/frappe/frappe/installer.py +125,App {0} already installed,App {0} jixwe sazkirî apps/frappe/frappe/installer.py +125,App {0} already installed,App {0} jixwe sazkirî
DocType: Workflow State,exclamation-sign,baneşana-sign DocType: Workflow State,exclamation-sign,baneşana-sign
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,Show Permissions apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,Show Permissions
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a Link or Dynamic Link,warê Timeline divê Link an Link Dînamîk be
apps/frappe/frappe/core/doctype/doctype/doctype.py +578,Timeline field must be a Link or Dynamic Link,warê Timeline divê Link an Link Dînamîk be
apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,Date Range apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,Date Range
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,Gantt apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,Gantt
apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},Page {0} ji {1} apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},Page {0} ji {1}
@@ -464,18 +466,18 @@ DocType: Workflow State,music,mûzîk
DocType: Web Page,Settings,Mîhengên DocType: Web Page,Settings,Mîhengên
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,Ji kerema xwe ve doctype diyar apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,Ji kerema xwe ve doctype diyar
DocType: Print Format,Style Settings,Settings Style DocType: Print Format,Style Settings,Settings Style
apps/frappe/frappe/core/doctype/doctype/doctype.py +585,Sort field {0} must be a valid fieldname,warê Sort {0} divê fieldname derbasdar be
apps/frappe/frappe/core/doctype/doctype/doctype.py +589,Sort field {0} must be a valid fieldname,warê Sort {0} divê fieldname derbasdar be
apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,Zêde apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,Zêde
DocType: Contact,Sales Manager,Manager Sales DocType: Contact,Sales Manager,Manager Sales
apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,Nav biguherîne apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,Nav biguherîne
DocType: Print Format,Format Data,Data bi formata DocType: Print Format,Format Data,Data bi formata
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Like,Çawa
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,Like,Çawa
DocType: Customize Form Field,Customize Form Field,Kesanekirina Form Field DocType: Customize Form Field,Customize Form Field,Kesanekirina Form Field
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,Destûrê bide Bikarhêner apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,Destûrê bide Bikarhêner
DocType: OAuth Client,Grant Type,Type Grant DocType: OAuth Client,Grant Type,Type Grant
apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,Check ku Belge ji aliyê User xwendin in apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,Check ku Belge ji aliyê User xwendin in
apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,Lîsta app destûr ne apps/frappe/frappe/desk/page/applications/applications.py +71,Listing app not allowed,Lîsta app destûr ne
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,use % as wildcard,bi kar tînin% wek stêrka
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +230,use % as wildcard,bi kar tînin% wek stêrka
apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","Domain Email ji bo vê account nehatiye mîhengkirin, Rencber yek?" apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","Domain Email ji bo vê account nehatiye mîhengkirin, Rencber yek?"
DocType: User,Reset Password Key,Key Password reset bike DocType: User,Reset Password Key,Key Password reset bike
DocType: Email Account,Enable Auto Reply,Çalak binivîse Auto DocType: Email Account,Enable Auto Reply,Çalak binivîse Auto
@@ -501,11 +503,12 @@ apps/frappe/frappe/model/document.py +574,Cannot change docstatus from 1 to 0,Ca
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,Take Backup Now apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.js +40,Take Backup Now,Take Backup Now
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,Bi xêr hatî apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +41,Welcome,Bi xêr hatî
apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,Apps sazkirin apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,Apps sazkirin
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,Setup&gt; Rêveberê Destûrê bikarhêner
DocType: Contact,Open,Vekirî DocType: Contact,Open,Vekirî
DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,Dinasîne çalakiyên li ser dewletan û gava li pêş û rolên destûr. DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,Dinasîne çalakiyên li ser dewletan û gava li pêş û rolên destûr.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","Wek ku pratîka herî baş, ji heman koma desthilatdarîya destûr ji ristên cuda assign ne. Li şûna wê, bi heman User set ristên multiple." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","Wek ku pratîka herî baş, ji heman koma desthilatdarîya destûr ji ristên cuda assign ne. Li şûna wê, bi heman User set ristên multiple."
DocType: Web Form,Message to be displayed on successful completion,Peyamek ji bo temamkirina serkeftî kiriyî werin nîşandan DocType: Web Form,Message to be displayed on successful completion,Peyamek ji bo temamkirina serkeftî kiriyî werin nîşandan
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +42,Only {0} emailed reports are allowed per user,Tenê {0} bi rêket raporên bi per user destûr
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +43,Only {0} emailed reports are allowed per user,Tenê {0} bi rêket raporên bi per user destûr
DocType: Address,Address Title,Address Title DocType: Address,Address Title,Address Title
DocType: Website Settings,Footer Items,Nawy footer DocType: Website Settings,Footer Items,Nawy footer
apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,Daxwaza Feedback apps/frappe/frappe/public/js/frappe/form/toolbar.js +180,Request Feedback,Daxwaza Feedback
@@ -520,7 +523,7 @@ DocType: DocField,Set Only Once,Set Tenê Careke
DocType: Email Queue Recipient,Email Queue Recipient,Email Recipient Dorê DocType: Email Queue Recipient,Email Queue Recipient,Email Recipient Dorê
DocType: Address,Nagaland,Nagaland DocType: Address,Nagaland,Nagaland
apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,Username {0} &#39;jixwe heye apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,Username {0} &#39;jixwe heye
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set import as {1} is not importable,{0}: Can import set ne wek {1} e importable ne
apps/frappe/frappe/core/doctype/doctype/doctype.py +733,{0}: Cannot set import as {1} is not importable,{0}: Can import set ne wek {1} e importable ne
apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},e an error li Address Şablon xwe li wir {0} apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},e an error li Address Şablon xwe li wir {0}
DocType: Footer Item,"target = ""_blank""",target = &quot;_blank&quot; DocType: Footer Item,"target = ""_blank""",target = &quot;_blank&quot;
DocType: Workflow State,hdd,hdd DocType: Workflow State,hdd,hdd
@@ -532,7 +535,7 @@ DocType: Communication,From Full Name,Ji Name Full
apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},Derfeta te heye ne ji bo Report: {0} apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},Derfeta te heye ne ji bo Report: {0}
DocType: User,Send Welcome Email,Send Bi xêr hatî Email DocType: User,Send Welcome Email,Send Bi xêr hatî Email
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,"Pelê bar bike CSV dihewînin, hemû destûrên user di format eynî wek Download." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,"Pelê bar bike CSV dihewînin, hemû destûrên user di format eynî wek Download."
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +449,Remove Filter,jê Filter
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +450,Remove Filter,jê Filter
DocType: Address,Daman and Diu,Çek û çol DocType: Address,Daman and Diu,Çek û çol
DocType: Address,Personal,Şexsî DocType: Address,Personal,Şexsî
apps/frappe/frappe/config/setup.py +113,Bulk Rename,rename Gir apps/frappe/frappe/config/setup.py +113,Bulk Rename,rename Gir
@@ -563,13 +566,12 @@ apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot
apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","Standard DOCTYPE ne dikarin format print standard heye, bi kar tînin Form Customize" apps/frappe/frappe/core/doctype/doctype/doctype.py +74,"Standard DocType cannot have default print format, use Customize Form","Standard DOCTYPE ne dikarin format print standard heye, bi kar tînin Form Customize"
DocType: Report,Query,Pirs DocType: Report,Query,Pirs
DocType: DocType,Sort Order,Sort Order DocType: DocType,Sort Order,Sort Order
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,'In List View' not allowed for type {0} in row {1},ji bo cureyê {0} li row &#39;Li List View&#39; destûr ne {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In List View' not allowed for type {0} in row {1},ji bo cureyê {0} li row &#39;Li List View&#39; destûr ne {1}
DocType: Custom Field,Select the label after which you want to insert new field.,li label piştî ku tu dixwazî têxe nav zeviyê ya nû hilbijêre. DocType: Custom Field,Select the label after which you want to insert new field.,li label piştî ku tu dixwazî têxe nav zeviyê ya nû hilbijêre.
,Document Share Report,Dokumentê Share Report ,Document Share Report,Dokumentê Share Report
DocType: User,Last Login,Last Login DocType: User,Last Login,Last Login
apps/frappe/frappe/core/doctype/doctype/doctype.py +600,Fieldname is required in row {0},Fieldname li row pêwîst e {0}
apps/frappe/frappe/core/doctype/doctype/doctype.py +604,Fieldname is required in row {0},Fieldname li row pêwîst e {0}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,Ling apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,Ling
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,Ji kerema xwe ji hesabê E-Mail-ê-ê-yê ji Setup-E-Mail-E-Mail-ê bişîne
DocType: Custom Field,Adds a custom field to a DocType,Dixe nav zeviyê adeta ji bo DocType DocType: Custom Field,Adds a custom field to a DocType,Dixe nav zeviyê adeta ji bo DocType
DocType: File,Is Home Folder,E Home Folder DocType: File,Is Home Folder,E Home Folder
apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} e a Email Address ne derbasdar e apps/frappe/frappe/email/doctype/email_group/email_group.py +87,{0} is not a valid Email Address,{0} e a Email Address ne derbasdar e
@@ -594,7 +596,7 @@ DocType: File,Folder,Pêçek
DocType: DocField,Index,Naverok DocType: DocField,Index,Naverok
DocType: Email Group,Newsletter Manager,Manager Newsletter DocType: Email Group,Newsletter Manager,Manager Newsletter
apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,Vebijarka 1 apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 1,Vebijarka 1
apps/frappe/frappe/public/js/frappe/form/formatters.js +124,{0} to {1},{0} ji bo {1}
apps/frappe/frappe/public/js/frappe/form/formatters.js +129,{0} to {1},{0} ji bo {1}
apps/frappe/frappe/config/setup.py +89,Log of error during requests.,Têkeve ji error di dema daxwazên. apps/frappe/frappe/config/setup.py +89,Log of error during requests.,Têkeve ji error di dema daxwazên.
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} hatiye dîtin serkeftin bo Email Pol ji added. apps/frappe/frappe/email/doctype/newsletter/newsletter.py +194,{0} has been successfully added to the Email Group.,{0} hatiye dîtin serkeftin bo Email Pol ji added.
DocType: Address,Uttar Pradesh,Uttar Pradesh DocType: Address,Uttar Pradesh,Uttar Pradesh
@@ -604,7 +606,7 @@ apps/frappe/frappe/email/doctype/newsletter/newsletter.py +30,Scheduled to send
DocType: Kanban Board Column,Indicator,indicator DocType: Kanban Board Column,Indicator,indicator
DocType: DocShare,Everyone,Her kesê DocType: DocShare,Everyone,Her kesê
DocType: Workflow State,backward,bi paş ve DocType: Workflow State,backward,bi paş ve
apps/frappe/frappe/core/doctype/doctype/doctype.py +676,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: Tenê yek desthilata destûr bi Rola heman, Level û {1}"
apps/frappe/frappe/core/doctype/doctype/doctype.py +680,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: Tenê yek desthilata destûr bi Rola heman, Level û {1}"
DocType: Email Queue,Add Unsubscribe Link,Lê zêde bike Unsubscribe Link DocType: Email Queue,Add Unsubscribe Link,Lê zêde bike Unsubscribe Link
apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,No comments yet. Gengeşîyek bide destpêkirin nû. apps/frappe/frappe/templates/includes/comments/comments.html +7,No comments yet. Start a new discussion.,No comments yet. Gengeşîyek bide destpêkirin nû.
DocType: Workflow State,share,par DocType: Workflow State,share,par
@@ -644,7 +646,7 @@ apps/frappe/frappe/printing/doctype/print_format/print_format.py +80,{0} is now
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,Stûn Archived apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +399,Archived Columns,Stûn Archived
DocType: Email Account,Default Outgoing,Default Afganî DocType: Email Account,Default Outgoing,Default Afganî
DocType: Workflow State,play,bazî DocType: Workflow State,play,bazî
apps/frappe/frappe/templates/emails/new_user.html +5,Click on the link below to complete your registration and set a new password,Click li ser link li jêr ji bo temamkirina qeyda te û şîfreyeka nuh
apps/frappe/frappe/templates/emails/new_user.html +4,Click on the link below to complete your registration and set a new password,Click li ser link li jêr ji bo temamkirina qeyda te û şîfreyeka nuh
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,Ma zêde ne apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,Ma zêde ne
apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,No Accounts Email Assigned apps/frappe/frappe/public/js/frappe/views/inbox/inbox_no_result.html +3,No Email Accounts Assigned,No Accounts Email Assigned
DocType: Contact Us Settings,Contact Us Settings,Contact Us Settings DocType: Contact Us Settings,Contact Us Settings,Contact Us Settings
@@ -666,12 +668,12 @@ apps/frappe/frappe/core/page/user_permissions/user_permissions.js +127,Upload Us
DocType: Dropbox Settings,App Secret Key,App Secret Key DocType: Dropbox Settings,App Secret Key,App Secret Key
apps/frappe/frappe/config/website.py +7,Web Site,Web Site apps/frappe/frappe/config/website.py +7,Web Site,Web Site
apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,"tomar kontrolkirin, wê bê li ser Sermaseya li banî tê" apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,"tomar kontrolkirin, wê bê li ser Sermaseya li banî tê"
apps/frappe/frappe/core/doctype/doctype/doctype.py +719,{0} cannot be set for Single types,{0} dikarin ji bo cureyên Single ne bê danîn
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0} cannot be set for Single types,{0} dikarin ji bo cureyên Single ne bê danîn
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Kanban Board {0} tune. apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Kanban Board {0} tune.
apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} niha viewing ev belge apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} niha viewing ev belge
DocType: ToDo,Assigned By Full Name,Rêdan By Name Full DocType: ToDo,Assigned By Full Name,Rêdan By Name Full
apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} ve apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +153,{0} updated,{0} ve
apps/frappe/frappe/core/doctype/doctype/doctype.py +709,Report cannot be set for Single types,Report dikarin ji bo cureyên Single ne bê danîn
apps/frappe/frappe/core/doctype/doctype/doctype.py +713,Report cannot be set for Single types,Report dikarin ji bo cureyên Single ne bê danîn
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} days ago apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} days ago
DocType: Email Account,Awaiting Password,li benda Password DocType: Email Account,Awaiting Password,li benda Password
DocType: Address,Address Line 1,Xeta Navnîşanê 1 DocType: Address,Address Line 1,Xeta Navnîşanê 1
@@ -721,7 +723,7 @@ DocType: Feedback Trigger,"To add dynamic subject, use jinja tags like
apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,App {0} rakirin apps/frappe/frappe/desk/page/applications/applications.py +103,App {0} removed,App {0} rakirin
DocType: Custom DocPerm,Apply User Permissions,Apply Permissions Bikarhêner DocType: Custom DocPerm,Apply User Permissions,Apply Permissions Bikarhêner
DocType: User,Modules HTML,modules HTML DocType: User,Modules HTML,modules HTML
apps/frappe/frappe/public/js/frappe/ui/field_group.js +82,Missing Values Required,Nirxên Missing pêwîst
apps/frappe/frappe/public/js/frappe/ui/field_group.js +96,Missing Values Required,Nirxên Missing pêwîst
DocType: DocType,Other Settings,Mîhengên din DocType: DocType,Other Settings,Mîhengên din
DocType: Social Login Keys,Frappe,frappe DocType: Social Login Keys,Frappe,frappe
apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,Mark wek Unread apps/frappe/frappe/core/doctype/communication/communication_list.js +17,Mark as Unread,Mark wek Unread
@@ -777,7 +779,7 @@ DocType: Event,orange,porteqalî
apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,No {0} dîtin apps/frappe/frappe/public/js/frappe/list/list_renderer.js +558,No {0} found,No {0} dîtin
apps/frappe/frappe/config/setup.py +242,Add custom forms.,Lê zêde bike formên adeta. apps/frappe/frappe/config/setup.py +242,Add custom forms.,Lê zêde bike formên adeta.
apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} li {2} apps/frappe/frappe/desk/like.py +84,{0}: {1} in {2},{0}: {1} li {2}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +419,submitted this document,şandin ku ev belge
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,submitted this document,şandin ku ev belge
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,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. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,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: Communication,CC,CC
DocType: Country,Geo,Geo DocType: Country,Geo,Geo
@@ -828,7 +830,7 @@ DocType: DocType,Hide Toolbar,Naverokan veşêre Darikê
DocType: User,Last Active,Têketina dawî DocType: User,Last Active,Têketina dawî
DocType: Email Account,SMTP Settings for outgoing emails,Settings SMTP bo emails nikarbe DocType: Email Account,SMTP Settings for outgoing emails,Settings SMTP bo emails nikarbe
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,Import biserneket apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Failed,Import biserneket
apps/frappe/frappe/templates/emails/password_update.html +3,Your password has been updated. Here is your new password,Te şîfreya xwe ji cara ghurrînikarî bi serda. Here şîfreya xwe ya nû ye
apps/frappe/frappe/templates/emails/password_update.html +2,Your password has been updated. Here is your new password,Te şîfreya xwe ji cara ghurrînikarî bi serda. Here şîfreya xwe ya nû ye
DocType: Email Account,Auto Reply Message,Auto binivîse Message DocType: Email Account,Auto Reply Message,Auto binivîse Message
DocType: Feedback Trigger,Condition,Rewş DocType: Feedback Trigger,Condition,Rewş
apps/frappe/frappe/utils/data.py +546,{0} hours ago,{0} hours ago apps/frappe/frappe/utils/data.py +546,{0} hours ago,{0} hours ago
@@ -836,7 +838,6 @@ apps/frappe/frappe/utils/data.py +556,1 month ago,1 month ago
DocType: Contact,User ID,ID&#39;ya bikarhêner DocType: Contact,User ID,ID&#39;ya bikarhêner
DocType: Communication,Sent,şandin DocType: Communication,Sent,şandin
DocType: Address,Kerala,kerala DocType: Address,Kerala,kerala
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} sal (s) berê
DocType: File,Lft,Lft DocType: File,Lft,Lft
DocType: User,Simultaneous Sessions,"Sessions, Stewr," DocType: User,Simultaneous Sessions,"Sessions, Stewr,"
DocType: OAuth Client,Client Credentials,"negihuriye, Client" DocType: OAuth Client,Client Credentials,"negihuriye, Client"
@@ -853,7 +854,7 @@ DocType: Email Queue,Unsubscribe Method,Method Unsubscribe
DocType: GSuite Templates,Related DocType,DOCTYPE Related DocType: GSuite Templates,Related DocType,DOCTYPE Related
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,Biguherînî ji bo lê zêde bike Naveroka apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,Biguherînî ji bo lê zêde bike Naveroka
apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,Hilbijêre Languages apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,Hilbijêre Languages
apps/frappe/frappe/__init__.py +517,No permission for {0},No destûr ji bo {0}
apps/frappe/frappe/__init__.py +518,No permission for {0},No destûr ji bo {0}
DocType: DocType,Advanced,Pêşveçû DocType: DocType,Advanced,Pêşveçû
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,Xuya Key API an API Secret çewt e !!! apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,Xuya Key API an API Secret çewt e !!!
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},World: Kurdî: {0} {1} apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},World: Kurdî: {0} {1}
@@ -885,14 +886,14 @@ DocType: Custom DocPerm,Additional Permissions,Permissions Additional
DocType: Email Account,Always use Account's Email Address as Sender,Her tim wek virrêkerî bi kar Email Address Account da DocType: Email Account,Always use Account's Email Address as Sender,Her tim wek virrêkerî bi kar Email Address Account da
apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,Login to comment apps/frappe/frappe/templates/includes/comments/comments.html +21,Login to comment,Login to comment
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,Destpêk dikevin welat li jêr vê line apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start entering data below this line,Destpêk dikevin welat li jêr vê line
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +474,changed values for {0},nirxên guherand ji bo {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +476,changed values for {0},nirxên guherand ji bo {0}
DocType: Workflow State,retweet,retweet DocType: Workflow State,retweet,retweet
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,Hên bi nirxê warê apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +221,Specify the value of the field,Hên bi nirxê warê
DocType: Report,Disabled,Bêmecel DocType: Report,Disabled,Bêmecel
DocType: Workflow State,eye-close,eye-nêzîkî DocType: Workflow State,eye-close,eye-nêzîkî
DocType: OAuth Provider Settings,OAuth Provider Settings,Settings Provider OAuth DocType: OAuth Provider Settings,OAuth Provider Settings,Settings Provider OAuth
apps/frappe/frappe/config/setup.py +254,Applications,Applications apps/frappe/frappe/config/setup.py +254,Applications,Applications
apps/frappe/frappe/public/js/frappe/request.js +349,Report this issue,Nirx bide vê mijarê
apps/frappe/frappe/public/js/frappe/request.js +353,Report this issue,Nirx bide vê mijarê
apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,Navê pêwîst e apps/frappe/frappe/public/js/frappe/form/save.js +79,Name is required,Navê pêwîst e
DocType: Custom Script,Adds a custom script (client or server) to a DocType,Serkêşiya a script custom (muwekîlê an server) ji bo DocType DocType: Custom Script,Adds a custom script (client or server) to a DocType,Serkêşiya a script custom (muwekîlê an server) ji bo DocType
DocType: Address,City/Town,City / Town DocType: Address,City/Town,City / Town
@@ -977,7 +978,7 @@ DocType: Web Form,Actions,Actions
DocType: Workflow State,align-justify,align-mafdar DocType: Workflow State,align-justify,align-mafdar
DocType: User,Middle Name (Optional),Navê Navîn (Li gorî daxwazê) DocType: User,Middle Name (Optional),Navê Navîn (Li gorî daxwazê)
apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,destûrdayî ne apps/frappe/frappe/public/js/frappe/request.js +88,Not Permitted,destûrdayî ne
apps/frappe/frappe/public/js/frappe/ui/field_group.js +83,Following fields have missing values:,qadên jêr nirxên hunda:
apps/frappe/frappe/public/js/frappe/ui/field_group.js +97,Following fields have missing values:,qadên jêr nirxên hunda:
apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,Tu têra qedandina vê kiryara ne xwedî apps/frappe/frappe/app.py +151,You do not have enough permissions to complete the action,Tu têra qedandina vê kiryara ne xwedî
apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,No Results apps/frappe/frappe/public/js/frappe/form/link_selector.js +103,No Results,No Results
DocType: System Settings,Security,Ewlekarî DocType: System Settings,Security,Ewlekarî
@@ -1022,7 +1023,7 @@ apps/frappe/frappe/public/js/frappe/form/layout.js +133,Hide Details,veşêre De
DocType: Workflow State,Tasks,erkên DocType: Workflow State,Tasks,erkên
DocType: Event,Tuesday,Sêşem DocType: Event,Tuesday,Sêşem
DocType: Blog Settings,Blog Settings,Settings Blog DocType: Blog Settings,Blog Settings,Settings Blog
apps/frappe/frappe/templates/emails/new_user.html +17,You can also copy-paste this link in your browser,Tu dikarî li vê lînkê bitikîne we kopî-bîlkêne
apps/frappe/frappe/templates/emails/new_user.html +16,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 DocType: Workflow State,bullhorn,megafon
DocType: Social Login Keys,Facebook Client Secret,Facebook Client Secret DocType: Social Login Keys,Facebook Client Secret,Facebook Client Secret
DocType: Footer Item,Target,Armanc DocType: Footer Item,Target,Armanc
@@ -1034,12 +1035,12 @@ DocType: ToDo,Due Date,Serdem
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,Day çaryeka apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99,Quarter Day,Day çaryeka
DocType: Social Login Keys,Google Client Secret,Secret Google Client DocType: Social Login Keys,Google Client Secret,Secret Google Client
DocType: Website Settings,Hide Footer Signup,Naverokan veşêre Rêza Signup DocType: Website Settings,Hide Footer Signup,Naverokan veşêre Rêza Signup
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,cancelled this document,betalkirin ku ev belge
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +423,cancelled this document,betalkirin ku ev belge
apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,Hewe a file Python di peldankê de bi eynî cîyê ku rizgar û stûn û di encama vegere. apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,Hewe a file Python di peldankê de bi eynî cîyê ku rizgar û stûn û di encama vegere.
DocType: DocType,Sort Field,Sort Field DocType: DocType,Sort Field,Sort Field
DocType: Razorpay Settings,Razorpay Settings,Settings Razorpay DocType: Razorpay Settings,Razorpay Settings,Settings Razorpay
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +445,Edit Filter,biguherîne Filter
apps/frappe/frappe/core/doctype/doctype/doctype.py +415,Field {0} of type {1} cannot be mandatory,Field {0} ji type {1} nikare were wêneke
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +446,Edit Filter,biguherîne Filter
apps/frappe/frappe/core/doctype/doctype/doctype.py +419,Field {0} of type {1} cannot be mandatory,Field {0} ji type {1} nikare were wêneke
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,lê zêde bike More apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +15,Add More,lê zêde bike More
apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,veşêre Chart apps/frappe/frappe/public/js/frappe/ui/charts.js +101,Hide Chart,veşêre Chart
DocType: System Settings,Session Expiry Mobile,Session Expiry Mobile DocType: System Settings,Session Expiry Mobile,Session Expiry Mobile
@@ -1080,7 +1081,7 @@ DocType: Address,Contacts,Têkilî
DocType: System Settings,Setup Complete,Setup Complete DocType: System Settings,Setup Complete,Setup Complete
apps/frappe/frappe/config/setup.py +66,Report of all document shares,Rapora ji hemû pişkan belge apps/frappe/frappe/config/setup.py +66,Report of all document shares,Rapora ji hemû pişkan belge
apps/frappe/frappe/www/update-password.html +18,New Password,Şîfre New apps/frappe/frappe/www/update-password.html +18,New Password,Şîfre New
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +73,Filter {0} missing,Filter {0} wenda
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +74,Filter {0} missing,Filter {0} wenda
apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,Bibore! Tu dikarî comments-auto generated jêbirin ne apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,Bibore! Tu dikarî comments-auto generated jêbirin ne
DocType: Website Theme,Style using CSS,Style bikaranîna CSS DocType: Website Theme,Style using CSS,Style bikaranîna CSS
apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,DocType Reference apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,DocType Reference
@@ -1148,7 +1149,6 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +127,Help on Searc
apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,Xweqeydkirin di heman demê de seqet apps/frappe/frappe/core/doctype/user/user.py +725,Registered but disabled,Xweqeydkirin di heman demê de seqet
DocType: DocType,Hide Copy,Naverokan veşêre Copy DocType: DocType,Hide Copy,Naverokan veşêre Copy
apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,Paqijkirina hemû rolên apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,Paqijkirina hemû rolên
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +114,{0} generated on {1},{0} bi giştî li ser {1}
apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} divê yekta be apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} divê yekta be
apps/frappe/frappe/permissions.py +274,Row,Dor apps/frappe/frappe/permissions.py +274,Row,Dor
DocType: DocType,Track Changes,Track Changes DocType: DocType,Track Changes,Track Changes
@@ -1199,11 +1199,11 @@ DocType: User,Github User ID,Github ID&#39;ya bikarhêner
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,Ger Corî dokumênt apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,Ger Corî dokumênt
apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","Ne dikarin jê bibî an jî betal bike, ji ber {0} <a href=""#Form/{0}/{1}"">{1}</a> e, bi girêdayî {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}" apps/frappe/frappe/model/delete_doc.py +221,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}","Ne dikarin jê bibî an jî betal bike, ji ber {0} <a href=""#Form/{0}/{1}"">{1}</a> e, bi girêdayî {2} <a href=""#Form/{2}/{3}"">{3}</a> {4}"
apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},app Unknown {0} apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},app Unknown {0}
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +48,"%s is not a valid report format. Report format should \
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +49,"%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 \ 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: Communication,Chat,Galgalî DocType: Communication,Chat,Galgalî
apps/frappe/frappe/core/doctype/doctype/doctype.py +408,Fieldname {0} appears multiple times in rows {1},Fieldname {0} xuya çend caran li rêzên {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +460,{0} from {1} to {2} in row #{3},{0} ji {1} ji bo {2} li row # {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +412,Fieldname {0} appears multiple times in rows {1},Fieldname {0} xuya çend caran li rêzên {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +462,{0} from {1} to {2} in row #{3},{0} ji {1} ji bo {2} li row # {3}
DocType: Communication,Expired,kapê de DocType: Communication,Expired,kapê de
DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),Hejmara ji stûnên ji bo zeviyek di Grid (Total Stûn di grid divê kêmtir ji 11 be) DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),Hejmara ji stûnên ji bo zeviyek di Grid (Total Stûn di grid divê kêmtir ji 11 be)
DocType: DocType,System,Sîstem DocType: DocType,System,Sîstem
@@ -1219,7 +1219,7 @@ DocType: Website Settings,Top Bar,Top Bar
DocType: GSuite Settings,Script Code,Code script DocType: GSuite Settings,Script Code,Code script
apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,Create User Email apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,Create User Email
apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,Create User Email apps/frappe/frappe/core/doctype/user/user.js +97,Create User Email,Create User Email
apps/frappe/frappe/core/doctype/doctype/doctype.py +647,No Permissions Specified,No Permissions diyarkirî
apps/frappe/frappe/core/doctype/doctype/doctype.py +651,No Permissions Specified,No Permissions diyarkirî
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,Mîhengên Gerdûnî: Bikarhêner tenê wê karibe ji bo hilbijartina sembolan bi kontrol be apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,Mîhengên Gerdûnî: Bikarhêner tenê wê karibe ji bo hilbijartina sembolan bi kontrol be
apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} nehate dîtin apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +295,{0} not found,{0} nehate dîtin
DocType: Custom Role,Custom Role,Role Custom DocType: Custom Role,Custom Role,Role Custom
@@ -1231,12 +1231,12 @@ DocType: Dropbox Settings,Dropbox Access Secret,Dropbox Têketinê Secret
apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,Lê zêde bike Comment din apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,Lê zêde bike Comment din
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,biguherîne DocType apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,biguherîne DocType
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,Unsubscribed ji Newsletter apps/frappe/frappe/email/doctype/newsletter/newsletter.py +135,Unsubscribed from Newsletter,Unsubscribed ji Newsletter
apps/frappe/frappe/core/doctype/doctype/doctype.py +507,Fold must come before a Section Break,Kemera divê berî a Break Beþ were
apps/frappe/frappe/core/doctype/doctype/doctype.py +511,Fold must come before a Section Break,Kemera divê berî a Break Beþ were
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,Under Development apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,Under Development,Under Development
apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,Ev rûpel cara dawî By apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,Ev rûpel cara dawî By
DocType: Workflow State,hand-down,hand-down DocType: Workflow State,hand-down,hand-down
DocType: Address,GST State,gst Dewletê DocType: Address,GST State,gst Dewletê
apps/frappe/frappe/core/doctype/doctype/doctype.py +695,{0}: Cannot set Cancel without Submit,{0}: Can not set Cancel bê Submit
apps/frappe/frappe/core/doctype/doctype/doctype.py +699,{0}: Cannot set Cancel without Submit,{0}: Can not set Cancel bê Submit
DocType: Website Theme,Theme,Mijad DocType: Website Theme,Theme,Mijad
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,bûn çewtî hene. apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,bûn çewtî hene.
DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,Beralîkirina URI Bound To Code Auth DocType: OAuth Authorization Code,Redirect URI Bound To Auth Code,Beralîkirina URI Bound To Code Auth
@@ -1275,7 +1275,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +7,
apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,lê zêde bike Comment apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,lê zêde bike Comment
DocType: DocField,Mandatory,Bicî DocType: DocField,Mandatory,Bicî
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,Module ji bo îxracata apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Module to Export,Module ji bo îxracata
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,{0}: No basic permissions set,{0}: No set destûrên bingehîn
apps/frappe/frappe/core/doctype/doctype/doctype.py +663,{0}: No basic permissions set,{0}: No set destûrên bingehîn
apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,abonetiya xwe li ser dê bi dawî {0}. apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,abonetiya xwe li ser dê bi dawî {0}.
apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},"Download link bo hilanînê, te wê li ser navnîşana email van bi rêket: {0}" apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},"Download link bo hilanînê, te wê li ser navnîşana email van bi rêket: {0}"
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","Meaning of Submit, Cancel, Qanûnên" apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","Meaning of Submit, Cancel, Qanûnên"
@@ -1290,6 +1290,7 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +129,Filters sa
DocType: DocField,Percent,ji sedî DocType: DocField,Percent,ji sedî
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,Ji kerema xwe ve set filter apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,Ji kerema xwe ve set filter
apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,girêdayî bi apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,girêdayî bi
apps/frappe/frappe/templates/emails/auto_email_report.html +48,Edit Auto Email Report Settings,Guherandinên Xweseriya Înternetê biguherîne
DocType: Workflow State,book,pirtûk DocType: Workflow State,book,pirtûk
DocType: Website Settings,Landing Page,Rûpela armanckirî DocType: Website Settings,Landing Page,Rûpela armanckirî
apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,Error li Custom Script apps/frappe/frappe/public/js/frappe/form/script_manager.js +163,Error in Custom Script,Error li Custom Script
@@ -1298,7 +1299,7 @@ apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +132,"Import R
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,No Permissions ji bo ev pîvan danîn. apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,No Permissions ji bo ev pîvan danîn.
DocType: Auto Email Report,Auto Email Report,Auto Report Email DocType: Auto Email Report,Auto Email Report,Auto Report Email
apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,Emails Max apps/frappe/frappe/core/page/usage_info/usage_info.html +51,Max Emails,Emails Max
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +575,Delete comment?,Vemirandina Rayi?
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +577,Delete comment?,Vemirandina Rayi?
DocType: Address Template,This format is used if country specific format is not found,"Ev format tê bikaranîn, eger format taybet welat de tê dîtin bi" DocType: Address Template,This format is used if country specific format is not found,"Ev format tê bikaranîn, eger format taybet welat de tê dîtin bi"
DocType: System Settings,Allow Login using Mobile Number,Destûrê bide Login bikaranîna Hejmara Mobile DocType: System Settings,Allow Login using Mobile Number,Destûrê bide Login bikaranîna Hejmara Mobile
apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,Tu têra gihîştina vê çavkaniyê re tune ne. Ji kerema xwe li gel birêvebirê xwe ji bo gihîştina. apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,Tu têra gihîştina vê çavkaniyê re tune ne. Ji kerema xwe li gel birêvebirê xwe ji bo gihîştina.
@@ -1314,7 +1315,7 @@ DocType: Print Format,Monospace,Monospace
DocType: Letter Head,Printing,Çapnivîs DocType: Letter Head,Printing,Çapnivîs
DocType: Workflow State,thumbs-up,ser esasa DocType: Workflow State,thumbs-up,ser esasa
DocType: DocPerm,DocPerm,DocPerm DocType: DocPerm,DocPerm,DocPerm
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Precision should be between 1 and 6,Precision divê di navbera 1 û 6 be
apps/frappe/frappe/core/doctype/doctype/doctype.py +467,Precision should be between 1 and 6,Precision divê di navbera 1 û 6 be
apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},Fw: {0} apps/frappe/frappe/core/doctype/communication/communication.js +180,Fw: {0},Fw: {0}
apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,û apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,û
DocType: Error Snapshot,Frames,frames DocType: Error Snapshot,Frames,frames
@@ -1327,9 +1328,10 @@ apps/frappe/frappe/utils/boilerplate.py +263,{app_title},{App_title}
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,Ji kerema xwe ve set keys access Dropbox li config-numreya te apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,Ji kerema xwe ve set keys access Dropbox li config-numreya te
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Vemirandina ev rekor bi rê şandina ji bo vê navnîşana email apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Vemirandina ev rekor bi rê şandina ji bo vê navnîşana email
apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,Tenê zeviyên diyarkirî ji bo qeydên nû pêwîst in. Tu stûnên non-wêneke eger tu dixwazî jê bibî. apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,Tenê zeviyên diyarkirî ji bo qeydên nû pêwîst in. Tu stûnên non-wêneke eger tu dixwazî jê bibî.
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +269,Unable to update event,Nikare Rojane bûyer
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +262,Unable to update event,Nikare Rojane bûyer
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Complete Payment apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Complete Payment
apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","Filter divê 4 nirxên (DOCTYPE, fieldname, operator, nirxê) heye: {0}" apps/frappe/frappe/utils/data.py +734,"Filter must have 4 values (doctype, fieldname, operator, value): {0}","Filter divê 4 nirxên (DOCTYPE, fieldname, operator, nirxê) heye: {0}"
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,Naveroka Navnîşa Navnîşan nehat dîtin. Ji kerema xwe kerema xwe ji nûveka nû ya Setup&gt; Print û Branding&gt; Navnîşan Navnîşa nû çêke.
apps/frappe/frappe/utils/bot.py +89,show,rêdan apps/frappe/frappe/utils/bot.py +89,show,rêdan
DocType: Address Template,Address Template,Address Şablon DocType: Address Template,Address Template,Address Şablon
DocType: Workflow State,text-height,text-height DocType: Workflow State,text-height,text-height
@@ -1383,7 +1385,6 @@ apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +6,Can Write
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","ku hin belge, wekî bi fatûreyên, divê guhertin bên cih de dawî. Ku dewletê dawiyê ji bo dokumentên weha tê gotin Submitted. Tu dikarî bi sînor ku rolên Submit." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","ku hin belge, wekî bi fatûreyên, divê guhertin bên cih de dawî. Ku dewletê dawiyê ji bo dokumentên weha tê gotin Submitted. Tu dikarî bi sînor ku rolên Submit."
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,Tu bi destûr ne ji bo îxracata vê raporê apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,Tu bi destûr ne ji bo îxracata vê raporê
apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 babete kilîk apps/frappe/frappe/public/js/frappe/list/list_view.js +804,1 item selected,1 babete kilîk
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,"<p style=""""> Ne encam ji bo ' </p>"
DocType: Newsletter,Test Email Address,Test Email Address DocType: Newsletter,Test Email Address,Test Email Address
DocType: ToDo,Sender,virrêkerî DocType: ToDo,Sender,virrêkerî
DocType: GSuite Settings,Google Apps Script,Apps Script Google DocType: GSuite Settings,Google Apps Script,Apps Script Google
@@ -1396,7 +1397,7 @@ DocType: System Settings,Allow only one session per user,Destûrê bide tenê ye
apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,Kopî apps/frappe/frappe/core/doctype/file/file_list.js +128,Copy,Kopî
apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,Folder Home / Test 1 / Test Folder 3 apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,Folder Home / Test 1 / Test Folder 3
DocType: Website Settings,&lt;head&gt; HTML,&lt;Head&gt; HTML DocType: Website Settings,&lt;head&gt; HTML,&lt;Head&gt; HTML
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +66,Select or drag across time slots to create a new event.,Select an nîr û li seranserî slots dem ji bo bûyereke nû.
apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +67,Select or drag across time slots to create a new event.,Select an nîr û li seranserî slots dem ji bo bûyereke nû.
DocType: DocField,In Filter,li Filter DocType: DocField,In Filter,li Filter
apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban
DocType: DocType,Show in Module Section,Show li Beþ Module DocType: DocType,Show in Module Section,Show li Beþ Module
@@ -1417,7 +1418,7 @@ apps/frappe/frappe/email/doctype/email_account/email_account_list.js +6,Default
apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,.zip Import apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,.zip Import
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,ID belge apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,ID belge
DocType: Print Settings,Letter,Name DocType: Print Settings,Letter,Name
apps/frappe/frappe/core/doctype/doctype/doctype.py +556,Image field must be of type Attach Image,"nav zeviyê Wêne, divê ji type be Attach Wêne"
apps/frappe/frappe/core/doctype/doctype/doctype.py +560,Image field must be of type Attach Image,"nav zeviyê Wêne, divê ji type be Attach Wêne"
DocType: DocField,Columns,Stûn DocType: DocField,Columns,Stûn
DocType: Async Task,Succeeded,serkeftî DocType: Async Task,Succeeded,serkeftî
apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},zeviyên wêneke pêwîst di {0} apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},zeviyên wêneke pêwîst di {0}
@@ -1467,7 +1468,7 @@ DocType: DocField,Text Editor,Nawy text
apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,Mîhengên ji bo About Us Page. apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,Mîhengên ji bo About Us Page.
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,Edit Custom HTML apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,Edit Custom HTML
DocType: Error Snapshot,Error Snapshot,Snapshot Error DocType: Error Snapshot,Error Snapshot,Snapshot Error
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,In,Li
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +480,In,Li
DocType: Email Alert,Value Change,Change Nirx DocType: Email Alert,Value Change,Change Nirx
DocType: Standard Reply,Standard Reply,Reply Standard DocType: Standard Reply,Standard Reply,Reply Standard
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,Width ya box input apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,Width ya box input
@@ -1487,12 +1488,11 @@ apps/frappe/frappe/public/js/frappe/views/communication.js +82,Select Attachment
apps/frappe/frappe/model/naming.py +94, for {0},ji bo {0} apps/frappe/frappe/model/naming.py +94, for {0},ji bo {0}
apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,bûn çewtî hene. Ji kerema xwe re vê raporê. apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,bûn çewtî hene. Ji kerema xwe re vê raporê.
apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,Tu bi destûr ne ji bo print ev belge apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,Tu bi destûr ne ji bo print ev belge
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +107,Please set filters value in Report Filter table.,Ji kerema xwe ve nirxa filter li ser sifrê Report Filter danîn.
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +120,Please set filters value in Report Filter table.,Ji kerema xwe ve nirxa filter li ser sifrê Report Filter danîn.
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,Loading Report apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,Loading Report
apps/frappe/frappe/limits.py +72,Your subscription will expire today.,abonetiya xwe îro dê bi dawî. apps/frappe/frappe/limits.py +72,Your subscription will expire today.,abonetiya xwe îro dê bi dawî.
DocType: Page,Standard,Wek herdem DocType: Page,Standard,Wek herdem
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,attach Wêne apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,attach Wêne
apps/frappe/frappe/templates/emails/password_update.html +1,Password Update Notification,Şîfre agahdar bike Update
apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Mezinayî apps/frappe/frappe/desk/page/backups/backups.html +13,Size,Mezinayî
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,assignment Complete apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,assignment Complete
DocType: Custom DocPerm,User Permission DocTypes,DocTypes User Destûr DocType: Custom DocPerm,User Permission DocTypes,DocTypes User Destûr
@@ -1505,6 +1505,7 @@ apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +10,Insert Abo
apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,navên hevbeş û paşnav hêsan texmîn. apps/frappe/frappe/utils/password_strength.py +169,Common names and surnames are easy to guess.,navên hevbeş û paşnav hêsan texmîn.
apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,pêşnûma apps/frappe/frappe/public/js/frappe/model/indicator.js +51,Draft,pêşnûma
apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,Ev similar to a şîfreya tê bikaranîn e. apps/frappe/frappe/utils/password_strength.py +159,This is similar to a commonly used password.,Ev similar to a şîfreya tê bikaranîn e.
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +357,<p>No results found for '</p>,"<p style=""""> Ne encam ji bo ' </p>"
DocType: User,Female,Mê DocType: User,Female,Mê
DocType: Print Settings,Modern,Rojane DocType: Print Settings,Modern,Rojane
apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,Search Results apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,Search Results
@@ -1561,7 +1562,7 @@ apps/frappe/frappe/core/doctype/file/file_list.js +65,Folder name should not inc
DocType: Note,Note,Not DocType: Note,Note,Not
apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,Error Report apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,Error Report
apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,şert û mercên Deng nagirin apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +132,Feedback conditions do not match,şert û mercên Deng nagirin
apps/frappe/frappe/core/doctype/doctype/doctype.py +570,Timeline field must be a valid fieldname,warê Timeline divê fieldname derbasdar be
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a valid fieldname,warê Timeline divê fieldname derbasdar be
DocType: Currency,Symbol,Nîşan DocType: Currency,Symbol,Nîşan
apps/frappe/frappe/model/base_document.py +534,Row #{0}:,Row # {0}: apps/frappe/frappe/model/base_document.py +534,Row #{0}:,Row # {0}:
apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,şîfreya xwe ya nû bi rêket apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,şîfreya xwe ya nû bi rêket
@@ -1620,8 +1621,7 @@ DocType: Web Page,Text Align,Nivîsar di Paris
apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},Navê dikarin de dihewîne characters taybet wek ne {0} apps/frappe/frappe/model/naming.py +185,Name cannot contain special characters like {0},Navê dikarin de dihewîne characters taybet wek ne {0}
DocType: Contact Us Settings,Forward To Email Address,Pêş To Email Address DocType: Contact Us Settings,Forward To Email Address,Pêş To Email Address
apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,Nîşan bide hemû daneyên apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,Nîşan bide hemû daneyên
apps/frappe/frappe/core/doctype/doctype/doctype.py +527,Title field must be a valid fieldname,warê Title divê fieldname derbasdar be
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,Hesabê Îmêlê nayê sazkirin. Ji kerema xwe ji Hesabê&gt; E-Mail&gt; E-nameya Hesabê Navnîşana Navnîşa nû biafirîne
apps/frappe/frappe/core/doctype/doctype/doctype.py +531,Title field must be a valid fieldname,warê Title divê fieldname derbasdar be
apps/frappe/frappe/config/core.py +7,Documents,belgeyên apps/frappe/frappe/config/core.py +7,Documents,belgeyên
DocType: Email Flag Queue,Is Completed,Ma Qediya DocType: Email Flag Queue,Is Completed,Ma Qediya
apps/frappe/frappe/www/me.html +22,Edit Profile,biguherîne Profile apps/frappe/frappe/www/me.html +22,Edit Profile,biguherîne Profile
@@ -1674,7 +1674,7 @@ DocType: Standard Reply,Standard Reply Help,Standard binivîse Alîkarî
DocType: Blogger,Avatar,Avatar DocType: Blogger,Avatar,Avatar
DocType: Blogger,Posts,Posts DocType: Blogger,Posts,Posts
DocType: DocType,Has Web View,Has Web View DocType: DocType,Has Web View,Has Web View
apps/frappe/frappe/core/doctype/doctype/doctype.py +377,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","Navê DocType, divê bi nameyek dest û ew bi tenê dikare ji tîp, hejmar, qadên û xêzikên pêk"
apps/frappe/frappe/core/doctype/doctype/doctype.py +381,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","Navê DocType, divê bi nameyek dest û ew bi tenê dikare ji tîp, hejmar, qadên û xêzikên pêk"
DocType: Communication,Spam,spam DocType: Communication,Spam,spam
DocType: Integration Request,Integration Request,Daxwaza Integration DocType: Integration Request,Integration Request,Daxwaza Integration
apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,Birêz apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,Birêz
@@ -1711,7 +1711,7 @@ DocType: System Settings,dd-mm-yyyy,dd-mm-YYYY
apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,Divê destûr rapora bo gihiştina vê raporê heye. apps/frappe/frappe/desk/query_report.py +77,Must have report permission to access this report.,Divê destûr rapora bo gihiştina vê raporê heye.
apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,Tikaye Siparîşa Password Score hilbijêre apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,Tikaye Siparîşa Password Score hilbijêre
apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,Tikaye Siparîşa Password Score hilbijêre apps/frappe/frappe/core/doctype/system_settings/system_settings.py +18,Please select Minimum Password Score,Tikaye Siparîşa Password Score hilbijêre
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,Added,Ev babete ji layê
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,Added,Ev babete ji layê
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.","Baştir bi tenê, ji qeydên nû ya CDROM&#39;ê ne." apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81,"Update only, do not insert new records.","Baştir bi tenê, ji qeydên nû ya CDROM&#39;ê ne."
apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,Daily Event Digest ji bo Calendar Events ku ji bîr set bi şandin. apps/frappe/frappe/desk/doctype/event/event.py +61,Daily Event Digest is sent for Calendar Events where reminders are set.,Daily Event Digest ji bo Calendar Events ku ji bîr set bi şandin.
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,View Website apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +32,View Website,View Website
@@ -1725,7 +1725,7 @@ DocType: Integration Request,Reference DocName,Çavkanî DocName
DocType: Web Form,Success Message,Message serkeftinê DocType: Web Form,Success Message,Message serkeftinê
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,li ser budceya export apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +84,Export Customizations,li ser budceya export
DocType: DocType,User Cannot Search,User ne Can Search DocType: DocType,User Cannot Search,User ne Can Search
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +83,Invalid Output Format,Format çewt a derxistinê
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +84,Invalid Output Format,Format çewt a derxistinê
DocType: Custom DocPerm,Apply this rule if the User is the Owner,"Apply vê qeydeyî, eger User xwediyę e" DocType: Custom DocPerm,Apply this rule if the User is the Owner,"Apply vê qeydeyî, eger User xwediyę e"
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,Dê bibe ID te (login) apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +512,Will be your login ID,Dê bibe ID te (login)
apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,ava Report apps/frappe/frappe/desk/page/activity/activity.js +76,Build Report,ava Report
@@ -1743,10 +1743,11 @@ apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +138,There were e
apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,Nêzîkî apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,Nêzîkî
apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,Can docstatus ji 0 heta 2 nayê guhertin apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,Can docstatus ji 0 heta 2 nayê guhertin
DocType: User Permission for Page and Report,Roles Permission,rolên Destûr DocType: User Permission for Page and Report,Roles Permission,rolên Destûr
apps/frappe/frappe/email/smtp.py +158,Email Account not setup. Please create a new Email Account from Setup &gt; Email &gt; Email Account,Hesabê Îmêlê nayê sazkirin. Ji kerema xwe ji Hesabê&gt; E-Mail&gt; E-nameya Hesabê Navnîşana Navnîşa nû biafirîne
apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,update apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,update
DocType: Error Snapshot,Snapshot View,Snapshot View DocType: Error Snapshot,Snapshot View,Snapshot View
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,Ji kerema xwe li Newsletter berî şandina xilas bike apps/frappe/frappe/email/doctype/newsletter/newsletter.py +101,Please save the Newsletter before sending,Ji kerema xwe li Newsletter berî şandina xilas bike
apps/frappe/frappe/core/doctype/doctype/doctype.py +426,Options must be a valid DocType for field {0} in row {1},Vebijêrkên divê DocType derbasdar bo warê {0} li row be {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +430,Options must be a valid DocType for field {0} in row {1},Vebijêrkên divê DocType derbasdar bo warê {0} li row be {1}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,biguherîne Properties apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,biguherîne Properties
DocType: Patch Log,List of patches executed,List of pîneyên darvekirin DocType: Patch Log,List of patches executed,List of pîneyên darvekirin
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} niha unsubscribed apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} niha unsubscribed
@@ -1842,7 +1843,7 @@ apps/frappe/frappe/www/update-password.html +163,Success! You are good to go
apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,Serketinî! Tu baş herin in 👍 apps/frappe/frappe/www/update-password.html +163,Success! You are good to go 👍,Serketinî! Tu baş herin in 👍
apps/frappe/frappe/www/me.html +3,My Account,My Account apps/frappe/frappe/www/me.html +3,My Account,My Account
DocType: ToDo,Allocated To,bi rêk û To DocType: ToDo,Allocated To,bi rêk û To
apps/frappe/frappe/templates/emails/password_reset.html +4,Please click on the following link to set your new password,Ji kerema xwe li ser vê lînkê click to set şîfreya xwe ya nû
apps/frappe/frappe/templates/emails/password_reset.html +2,Please click on the following link to set your new password,Ji kerema xwe li ser vê lînkê click to set şîfreya xwe ya nû
DocType: Email Alert,Days After,rojan Piştî DocType: Email Alert,Days After,rojan Piştî
DocType: Newsletter,Receipient,Receipient DocType: Newsletter,Receipient,Receipient
DocType: Contact Us Settings,Settings for Contact Us Page,Mîhengên ji bo Contact Us Page DocType: Contact Us Settings,Settings for Contact Us Page,Mîhengên ji bo Contact Us Page
@@ -1856,7 +1857,7 @@ DocType: Property Setter,Property Type,Corê Xanûberey
DocType: Workflow State,screenshot,screenshot DocType: Workflow State,screenshot,screenshot
apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,Tenê Administrator dikarin rapora standard tomar bike. Ji kerema xwe re biguherîne û xilas bike. apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,Tenê Administrator dikarin rapora standard tomar bike. Ji kerema xwe re biguherîne û xilas bike.
DocType: System Settings,Background Workers,Karkerên background DocType: System Settings,Background Workers,Karkerên background
apps/frappe/frappe/core/doctype/doctype/doctype.py +779,Fieldname {0} conflicting with meta object,Fieldname {0} dijber bi object meta
apps/frappe/frappe/core/doctype/doctype/doctype.py +783,Fieldname {0} conflicting with meta object,Fieldname {0} dijber bi object meta
DocType: Deleted Document,Data,Jimare DocType: Deleted Document,Data,Jimare
apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,Rewş belge apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,Rewş belge
apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},Te {0} ji {1} apps/frappe/frappe/core/page/desktop/desktop_help_message.html +5,You have made {0} of {1},Te {0} ji {1}
@@ -1921,7 +1922,6 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +70,"""Parent"" signif
DocType: Website Theme,Apply Style,Apply Style DocType: Website Theme,Apply Style,Apply Style
DocType: Feedback Request,Feedback Rating,Rating Deng DocType: Feedback Request,Feedback Rating,Rating Deng
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,Shared With apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,Shared With
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +33,Setup &gt; User Permissions Manager,Setup&gt; Rêveberê Destûrê bikarhêner
DocType: Help Category,Help Articles,alîkarî babetî DocType: Help Category,Help Articles,alîkarî babetî
,Modules Setup,modules Setup ,Modules Setup,modules Setup
apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,Awa: apps/frappe/frappe/core/page/data_import_tool/exporter.py +268,Type:,Awa:
@@ -1969,12 +1969,11 @@ apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 2,Vebi
DocType: Feedback Trigger,Email Field,Email Field DocType: Feedback Trigger,Email Field,Email Field
apps/frappe/frappe/www/update-password.html +59,New Password Required.,New Password pêwîst. apps/frappe/frappe/www/update-password.html +59,New Password Required.,New Password pêwîst.
apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},"{0} parvekirin, ev belge bi {1}" apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},"{0} parvekirin, ev belge bi {1}"
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +8,Setup &gt; User,Setup&gt; Bikarhêner
DocType: Website Settings,Brand Image,Brand Wêne DocType: Website Settings,Brand Image,Brand Wêne
DocType: Print Settings,A4,A4 DocType: Print Settings,A4,A4
apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","Setup ji navîgasyon top bar, footer û logo." apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","Setup ji navîgasyon top bar, footer û logo."
DocType: Web Form Field,Max Value,Max Nirx DocType: Web Form Field,Max Value,Max Nirx
apps/frappe/frappe/core/doctype/doctype/doctype.py +655,For {0} at level {1} in {2} in row {3},Ji bo {0} di asta {1} li {2} li row {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,For {0} at level {1} in {2} in row {3},Ji bo {0} di asta {1} li {2} li row {3}
DocType: Contact,All,Gişt DocType: Contact,All,Gişt
DocType: Email Queue,Recipient,Girtevan DocType: Email Queue,Recipient,Girtevan
DocType: Communication,Has Attachment,has Attachment DocType: Communication,Has Attachment,has Attachment
@@ -1992,7 +1991,7 @@ DocType: Auto Email Report,Email To,Email To
apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,Peldanka {0} e vala ne apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,Peldanka {0} e vala ne
DocType: Page,Roles,roleke DocType: Page,Roles,roleke
apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},Çewtî: Nirx kêm ji bo {0}: {1} apps/frappe/frappe/model/base_document.py +430,Error: Value missing for {0}: {1},Çewtî: Nirx kêm ji bo {0}: {1}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +286,Field {0} is not selectable.,Field {0} e selectable ne.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +287,Field {0} is not selectable.,Field {0} e selectable ne.
DocType: System Settings,Session Expiry,Session Expiry DocType: System Settings,Session Expiry,Session Expiry
DocType: Workflow State,ban-circle,ban-circle DocType: Workflow State,ban-circle,ban-circle
DocType: Email Flag Queue,Unread,Unread DocType: Email Flag Queue,Unread,Unread
@@ -2051,7 +2050,7 @@ DocType: DocType,"Naming Options:
<ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>","Bidin Options: <ol style=""""><li style=""""> <b>nav zeviyê: [fieldname]</b> - By Field </li><li style=""""> <b>naming_series:</b> - By Bidin Series (zeviya bi navê naming_series, divê amade be </li><li style=""""> <b>Bibêje</b> - user Bibêje, ji bo bi navê </li><li style=""""> <b>[çend]</b> - Series destê prefix (ji hev veqetîne a dot); ji bo nimûne PRE. ##### </li></ol>" <ol><li><b>field:[fieldname]</b> - By Field</li><li><b>naming_series:</b> - By Naming Series (field called naming_series must be present</li><li><b>Prompt</b> - Prompt user for a name</li><li><b>[series]</b> - Series by prefix (separated by a dot); for example PRE.#####</li></ol>","Bidin Options: <ol style=""""><li style=""""> <b>nav zeviyê: [fieldname]</b> - By Field </li><li style=""""> <b>naming_series:</b> - By Bidin Series (zeviya bi navê naming_series, divê amade be </li><li style=""""> <b>Bibêje</b> - user Bibêje, ji bo bi navê </li><li style=""""> <b>[çend]</b> - Series destê prefix (ji hev veqetîne a dot); ji bo nimûne PRE. ##### </li></ol>"
DocType: Blog Post,Email Sent,Email Sent DocType: Blog Post,Email Sent,Email Sent
DocType: DocField,Ignore XSS Filter,Guh XSS Filter DocType: DocField,Ignore XSS Filter,Guh XSS Filter
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +480,removed,rakirin
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +482,removed,rakirin
apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,"settings Dropbox hilanînê," apps/frappe/frappe/config/integrations.py +33,Dropbox backup settings,"settings Dropbox hilanînê,"
apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,Send Wek Email apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,Send Wek Email
DocType: Website Theme,Link Color,Link Color DocType: Website Theme,Link Color,Link Color
@@ -2188,6 +2187,7 @@ apps/frappe/frappe/core/doctype/communication/communication.js +65,Reply All,Ber
DocType: DocType,Setup,Damezirandin DocType: DocType,Setup,Damezirandin
DocType: Email Account,Initial Sync Count,View Syncê destpêkê DocType: Email Account,Initial Sync Count,View Syncê destpêkê
apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Raya nû li ser {0} {1} apps/frappe/frappe/templates/includes/comments/comments.py +55,New comment on {0} {1},Raya nû li ser {0} {1}
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,&gt; {0} year(s) ago,&gt; {0} sal (s) berê
DocType: Workflow State,glass,cam DocType: Workflow State,glass,cam
DocType: DocType,Timeline Field,Timeline Field DocType: DocType,Timeline Field,Timeline Field
DocType: Country,Time Zones,Herêmên Time DocType: Country,Time Zones,Herêmên Time
@@ -2222,10 +2222,10 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +77,You are not
apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,Info: apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,Info:
DocType: Custom Field,Permission Level,Level destûr DocType: Custom Field,Permission Level,Level destûr
DocType: User,Send Notifications for Transactions I Follow,Send Notifications bo Transactions ez Follow DocType: User,Send Notifications for Transactions I Follow,Send Notifications bo Transactions ez Follow
apps/frappe/frappe/core/doctype/doctype/doctype.py +698,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: Can set ne Submit, Cancel, Qanûnên bê Write"
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: Can set ne Submit, Cancel, Qanûnên bê Write"
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,"Ma tu dizanî, tu dixwazî jê bibî girêdayî?" apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,"Ma tu dizanî, tu dixwazî jê bibî girêdayî?"
apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","Ne dikarin jê bibî an jî betal bike, ji ber {0} <a href=""#Form/{0}/{1}"">{1}</a> e, bi girêdayî {2} <a href=""#Form/{2}/{3}"">{3}</a>" apps/frappe/frappe/model/delete_doc.py +186,"Cannot delete or cancel because {0} <a href=""#Form/{0}/{1}"">{1}</a> is linked with {2} <a href=""#Form/{2}/{3}"">{3}</a>","Ne dikarin jê bibî an jî betal bike, ji ber {0} <a href=""#Form/{0}/{1}"">{1}</a> e, bi girêdayî {2} <a href=""#Form/{2}/{3}"">{3}</a>"
apps/frappe/frappe/__init__.py +1070,Thank you,Spas dikim
apps/frappe/frappe/__init__.py +1071,Thank you,Spas dikim
apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,Saving apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,Saving
DocType: Print Settings,Print Style Preview,Print Preview Style DocType: Print Settings,Print Style Preview,Print Preview Style
apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder
@@ -2270,7 +2270,7 @@ apps/frappe/frappe/public/js/frappe/list/list_renderer.js +501,2 days ago,2 days
apps/frappe/frappe/config/website.py +47,Categorize blog posts.,De kategorîze posts blog. apps/frappe/frappe/config/website.py +47,Categorize blog posts.,De kategorîze posts blog.
DocType: Workflow State,Time,Dem DocType: Workflow State,Time,Dem
DocType: DocField,Attach,Pêvcebirandin DocType: DocField,Attach,Pêvcebirandin
apps/frappe/frappe/core/doctype/doctype/doctype.py +539,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} a pattern fieldname derbasdar e ne. Ev divê bê {{field_name}}.
apps/frappe/frappe/core/doctype/doctype/doctype.py +543,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} a pattern fieldname derbasdar e ne. Ev divê bê {{field_name}}.
DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,Daxwaza Feedback tenê eger bi kêmanî yek ragihandinê ji bo belgeya derbasdar e heye. DocType: Feedback Trigger,Send Feedback Request only if there is at least one communication is available for the document.,Daxwaza Feedback tenê eger bi kêmanî yek ragihandinê ji bo belgeya derbasdar e heye.
DocType: Custom Role,Permission Rules,Rules destûr DocType: Custom Role,Permission Rules,Rules destûr
DocType: GSuite Settings,GSuite Settings,Settings GSuite DocType: GSuite Settings,GSuite Settings,Settings GSuite
@@ -2290,7 +2290,7 @@ apps/frappe/frappe/website/doctype/blog_post/blog_post.py +106,Posts by {0},Post
apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","To stûnên format, bide labels column di query." apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","To stûnên format, bide labels column di query."
DocType: Has Domain,Has Domain,has Domain DocType: Has Domain,Has Domain,has Domain
apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,Hesabê te nîne? Tomar kirin apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,Hesabê te nîne? Tomar kirin
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,{0}: Cannot set Assign Amend if not Submittable,{0}: Can not set value Qanûnên eger Submittable ne
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set Assign Amend if not Submittable,{0}: Can not set value Qanûnên eger Submittable ne
DocType: Address,Bihar,bihar DocType: Address,Bihar,bihar
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,Permissions biguherîne Role apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,Permissions biguherîne Role
DocType: Communication,Link DocType,DocType Link DocType: Communication,Link DocType,DocType Link
@@ -2341,7 +2341,7 @@ DocType: DocField,Set non-standard precision for a Float or Currency field,Set a
DocType: Email Account,Ignore attachments over this size,Guh attachments li ser vê size DocType: Email Account,Ignore attachments over this size,Guh attachments li ser vê size
DocType: Address,Preferred Billing Address,Tercîh Navnîşana Fatûreyê DocType: Address,Preferred Billing Address,Tercîh Navnîşana Fatûreyê
apps/frappe/frappe/config/integrations.py +63,External Documents,Belgeyên ku ji derve apps/frappe/frappe/config/integrations.py +63,External Documents,Belgeyên ku ji derve
apps/frappe/frappe/database.py +235,Too many writes in one request. Please send smaller requests,Jî gelek dinivîse li yek daxwazeke. Ji kerema xwe ve daxwazên piçûk bişîne
apps/frappe/frappe/database.py +247,Too many writes in one request. Please send smaller requests,Jî gelek dinivîse li yek daxwazeke. Ji kerema xwe ve daxwazên piçûk bişîne
apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,nirxên Guherî apps/frappe/frappe/core/doctype/version/version_view.html +8,Values Changed,nirxên Guherî
DocType: Workflow State,arrow-up,tîra-up DocType: Workflow State,arrow-up,tîra-up
DocType: OAuth Bearer Token,Expires In,bidawîbûnê In DocType: OAuth Bearer Token,Expires In,bidawîbûnê In
@@ -2389,7 +2389,7 @@ apps/frappe/frappe/core/page/data_import_tool/importer.py +81,Please make sure t
apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,"Ji kerema xwe, da ku profîla te heye an email address" apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,"Ji kerema xwe, da ku profîla te heye an email address"
apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,Tu xwedî de guhertinên netomarkirî vê formê. Ji kerema xwe xilas bike Berî ku tu bidomîne. apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,Tu xwedî de guhertinên netomarkirî vê formê. Ji kerema xwe xilas bike Berî ku tu bidomîne.
DocType: Address,Telangana,Salname DocType: Address,Telangana,Salname
apps/frappe/frappe/core/doctype/doctype/doctype.py +459,Default for {0} must be an option,Default ji bo {0} gerek opsîyonek be
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Default for {0} must be an option,Default ji bo {0} gerek opsîyonek be
DocType: Tag Doc Category,Tag Doc Category,Tag Doc Kategorî DocType: Tag Doc Category,Tag Doc Category,Tag Doc Kategorî
DocType: User,User Image,Wêne Bikarhêner DocType: User,User Image,Wêne Bikarhêner
apps/frappe/frappe/email/queue.py +304,Emails are muted,Emails devgirtî ye apps/frappe/frappe/email/queue.py +304,Emails are muted,Emails devgirtî ye
@@ -2434,7 +2434,7 @@ DocType: Async Task,Running,bi bez
apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,Password reset bike apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,Password reset bike
apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,Ji kerema xwe re domandinê lê zêde bike bêtir ji {0} aboneyên apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,Ji kerema xwe re domandinê lê zêde bike bêtir ji {0} aboneyên
DocType: Workflow State,hand-left,hand-hiştin DocType: Workflow State,hand-left,hand-hiştin
apps/frappe/frappe/core/doctype/doctype/doctype.py +472,Fieldtype {0} for {1} cannot be unique,Fieldtype {0} ji bo {1} nikare were yekane
apps/frappe/frappe/core/doctype/doctype/doctype.py +476,Fieldtype {0} for {1} cannot be unique,Fieldtype {0} ji bo {1} nikare were yekane
DocType: Email Account,Use SSL,Use SSL DocType: Email Account,Use SSL,Use SSL
DocType: Workflow State,play-circle,play-circle DocType: Workflow State,play-circle,play-circle
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,Select Print Format bo sererastkirina apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,Select Print Format bo sererastkirina
@@ -2489,7 +2489,7 @@ DocType: DocField,No Copy,No Copy
DocType: Workflow State,qrcode,QRCode DocType: Workflow State,qrcode,QRCode
apps/frappe/frappe/www/login.html +34,Login with LDAP,Login bi LDAP apps/frappe/frappe/www/login.html +34,Login with LDAP,Login bi LDAP
DocType: Web Form,Breadcrumbs,Menûyên DocType: Web Form,Breadcrumbs,Menûyên
apps/frappe/frappe/core/doctype/doctype/doctype.py +671,If Owner,Ger Xwedîyê
apps/frappe/frappe/core/doctype/doctype/doctype.py +675,If Owner,Ger Xwedîyê
DocType: OAuth Authorization Code,Expiration time,dem boriye DocType: OAuth Authorization Code,Expiration time,dem boriye
DocType: Web Page,Website Sidebar,Darikê Kêlekê yê Website DocType: Web Page,Website Sidebar,Darikê Kêlekê yê Website
DocType: Web Form,Show Sidebar,Show Kêlekê DocType: Web Form,Show Sidebar,Show Kêlekê
@@ -2652,6 +2652,7 @@ DocType: Portal Settings,Hide Standard Menu,Naverokan veşêre Menu Standard
apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,Lê zêde bike / Manage Domain ji Email. apps/frappe/frappe/config/setup.py +151,Add / Manage Email Domains.,Lê zêde bike / Manage Domain ji Email.
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},nikarim li ber şandina betal bike. Dîtina Transition {0} apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},nikarim li ber şandina betal bike. Dîtina Transition {0}
apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,Print Format {0} neçalak e apps/frappe/frappe/www/printview.py +211,Print Format {0} is disabled,Print Format {0} neçalak e
apps/frappe/frappe/email/smtp.py +57,Please setup default Email Account from Setup &gt; Email &gt; Email Account,Ji kerema xwe ji hesabê E-Mail-ê-ê-yê ji Setup-E-Mail-E-Mail-ê bişîne
DocType: Email Alert,Send days before or after the reference date,Send rojan berî an jî piştî date referansa li DocType: Email Alert,Send days before or after the reference date,Send rojan berî an jî piştî date referansa li
DocType: User,Allow user to login only after this hour (0-24),Destûrê bide bikarhêneran ku login tenê piştî vê saetê (0-24) DocType: User,Allow user to login only after this hour (0-24),Destûrê bide bikarhêneran ku login tenê piştî vê saetê (0-24)
apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,Giranî apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Value,Giranî
@@ -2667,7 +2668,6 @@ DocType: ToDo,Priority,Pêşeyî
DocType: Email Queue,Unsubscribe Param,Unsubscribe Param DocType: Email Queue,Unsubscribe Param,Unsubscribe Param
DocType: Auto Email Report,Weekly,Heftane DocType: Auto Email Report,Weekly,Heftane
DocType: Communication,In Reply To,In reply to DocType: Communication,In Reply To,In reply to
apps/frappe/frappe/contacts/doctype/address/address.py +189,No default Address Template found. Please create a new one from Setup &gt; Printing and Branding &gt; Address Template.,Naveroka Navnîşa Navnîşan nehat dîtin. Ji kerema xwe kerema xwe ji nûveka nû ya Setup&gt; Print û Branding&gt; Navnîşan Navnîşa nû çêke.
DocType: DocType,Allow Import (via Data Import Tool),Destûrê bide Import (bi rêya Data Import Tool) DocType: DocType,Allow Import (via Data Import Tool),Destûrê bide Import (bi rêya Data Import Tool)
apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,sr apps/frappe/frappe/templates/print_formats/standard_macros.html +30,Sr,sr
DocType: DocField,Float,Avbazîn DocType: DocField,Float,Avbazîn
@@ -2713,7 +2713,7 @@ apps/frappe/frappe/templates/emails/auto_reply.html +1,Thank you for your email,
DocType: DocField,Small Text,Nivîsar di small DocType: DocField,Small Text,Nivîsar di small
apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,Administrator xwestin {0} li {1} via IP Address {2}. apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,Administrator xwestin {0} li {1} via IP Address {2}.
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,li beramberî apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,li beramberî
apps/frappe/frappe/core/doctype/doctype/doctype.py +453,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',"type &#39;Dînamîk Link&#39; Vebijêrkên yên zeviyê, divê ji bo Link din Field bi options wek &#39;DocType&#39; dîrektîfa"
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',"type &#39;Dînamîk Link&#39; Vebijêrkên yên zeviyê, divê ji bo Link din Field bi options wek &#39;DocType&#39; dîrektîfa"
DocType: About Us Settings,Team Members Heading,Endam Team Berev DocType: About Us Settings,Team Members Heading,Endam Team Berev
apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,Format CSV Invalid apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,Format CSV Invalid
apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,Set Hejmara Backups apps/frappe/frappe/desk/page/backups/backups.js +8,Set Number of Backups,Set Hejmara Backups
@@ -2747,7 +2747,7 @@ DocType: Kanban Board Column,Column Name,Navê stûna
DocType: Language,Based On,Çi qewimî DocType: Language,Based On,Çi qewimî
apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,Make Default apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,Make Default
apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,Check URL frappe Server apps/frappe/frappe/integrations/doctype/social_login_keys/social_login_keys.py +31,Check Frappe Server URL,Check URL frappe Server
apps/frappe/frappe/core/doctype/doctype/doctype.py +495,Fieldtype {0} for {1} cannot be indexed,Fieldtype {0} ji bo {1} nikare were hesabkirin
apps/frappe/frappe/core/doctype/doctype/doctype.py +499,Fieldtype {0} for {1} cannot be indexed,Fieldtype {0} ji bo {1} nikare were hesabkirin
DocType: Communication,Email Account,Account Email DocType: Communication,Email Account,Account Email
DocType: Workflow State,Download,download DocType: Workflow State,Download,download
DocType: Blog Post,Blog Intro,Blog Intro DocType: Blog Post,Blog Intro,Blog Intro
@@ -2779,16 +2779,16 @@ apps/frappe/frappe/email/doctype/email_group/email_group.js +45,New Newsletter,N
DocType: Print Settings,Send Print as PDF,Send Ji bo çapkirinê PDF DocType: Print Settings,Send Print as PDF,Send Ji bo çapkirinê PDF
DocType: Web Form,Amount,Biha DocType: Web Form,Amount,Biha
DocType: Workflow Transition,Allowed,destûr DocType: Workflow Transition,Allowed,destûr
apps/frappe/frappe/core/doctype/doctype/doctype.py +502,There can be only one Fold in a form,dikarin bibin yek bi tenê di forma BH hene
apps/frappe/frappe/core/doctype/doctype/doctype.py +506,There can be only one Fold in a form,dikarin bibin yek bi tenê di forma BH hene
apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},Nikare binivîse file format ji bo {0} apps/frappe/frappe/core/doctype/file/file.py +198,Unable to write file format for {0},Nikare binivîse file format ji bo {0}
apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,Restore to mîhengên standard? apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,Restore to mîhengên standard?
apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,Invalid Home Page apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,Invalid Home Page
apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,Login Invalid. Dubare bixebitin. apps/frappe/frappe/templates/includes/login/login.js +192,Invalid Login. Try again.,Login Invalid. Dubare bixebitin.
apps/frappe/frappe/core/doctype/doctype/doctype.py +420,Options required for Link or Table type field {0} in row {1},Vebijêrkên pêwîst ji bo Link an jî qada type Table {0} li row {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +420,Options required for Link or Table type field {0} in row {1},Vebijêrkên pêwîst ji bo Link an jî qada type Table {0} li row {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +424,Options required for Link or Table type field {0} in row {1},Vebijêrkên pêwîst ji bo Link an jî qada type Table {0} li row {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +424,Options required for Link or Table type field {0} in row {1},Vebijêrkên pêwîst ji bo Link an jî qada type Table {0} li row {1}
DocType: Auto Email Report,Send only if there is any data,Send tenê eger e hemû daneyên li wir DocType: Auto Email Report,Send only if there is any data,Send tenê eger e hemû daneyên li wir
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,Parzûn Reset apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,Parzûn Reset
apps/frappe/frappe/core/doctype/doctype/doctype.py +688,{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
apps/frappe/frappe/core/doctype/doctype/doctype.py +692,{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
apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},Assignment girtî ji aliyê {0} apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},Assignment girtî ji aliyê {0}
DocType: Integration Request,Remote,Dûr DocType: Integration Request,Remote,Dûr
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,Hesabkirin apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,Hesabkirin
@@ -2808,8 +2808,8 @@ DocType: DocField,Perm Level,Level Perm
apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,Events Li Calendar îro apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,Events Li Calendar îro
DocType: Web Page,Web Page,Page Web DocType: Web Page,Web Page,Page Web
DocType: Blog Category,Blogger,Blogger DocType: Blog Category,Blogger,Blogger
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In Global Search' not allowed for type {0} in row {1},&#39;Li Global Search&#39; ji bo cureyê destûr ne {0} li row {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +445,'In Global Search' not allowed for type {0} in row {1},&#39;Li Global Search&#39; ji bo cureyê destûr ne {0} li row {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +449,'In Global Search' not allowed for type {0} in row {1},&#39;Li Global Search&#39; ji bo cureyê destûr ne {0} li row {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +449,'In Global Search' not allowed for type {0} in row {1},&#39;Li Global Search&#39; ji bo cureyê destûr ne {0} li row {1}
apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,View List apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,View List
apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},Date divê di formata be: {0} apps/frappe/frappe/public/js/frappe/form/control.js +810,Date must be in format: {0},Date divê di formata be: {0}
DocType: Workflow,Don't Override Status,Ma Status Override ne DocType: Workflow,Don't Override Status,Ma Status Override ne
@@ -2858,7 +2858,7 @@ DocType: Website Theme,Background,Paşî
DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","lîsteya JSON ji DocTypes bikaranîn serî Permissions User. Heke vala, hemû DocTypes girêdayî wê were bikaranîn serî Permissions User." DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","lîsteya JSON ji DocTypes bikaranîn serî Permissions User. Heke vala, hemû DocTypes girêdayî wê were bikaranîn serî Permissions User."
DocType: Report,Ref DocType,Ref DocType DocType: Report,Ref DocType,Ref DocType
apps/frappe/frappe/www/feedback.py +42,Please add a rating,Ji kerema xwe ve lê zêde bike a rating apps/frappe/frappe/www/feedback.py +42,Please add a rating,Ji kerema xwe ve lê zêde bike a rating
apps/frappe/frappe/core/doctype/doctype/doctype.py +700,{0}: Cannot set Amend without Cancel,{0}: Can not set Qanûnên bê Cancel
apps/frappe/frappe/core/doctype/doctype/doctype.py +704,{0}: Cannot set Amend without Cancel,{0}: Can not set Qanûnên bê Cancel
apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,Page Full apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,Page Full
DocType: DocType,Is Child Table,E Table Zarokan DocType: DocType,Is Child Table,E Table Zarokan
apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} de divê yek ji yên bê {1} apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} de divê yek ji yên bê {1}
@@ -2887,7 +2887,7 @@ DocType: Event,Send an email reminder in the morning,Send an bîrxistineke email
DocType: Blog Post,Published On,Published ser DocType: Blog Post,Published On,Published ser
DocType: Contact,Gender,Regez DocType: Contact,Gender,Regez
apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,Information wêneke missing: apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,Information wêneke missing:
apps/frappe/frappe/core/doctype/doctype/doctype.py +492,Field '{0}' cannot be set as Unique as it has non-unique values,"Field &#39;{0}&#39; dikare wekî yekane ne bê danîn, wek ku hatiye nirxên ne-yekane"
apps/frappe/frappe/core/doctype/doctype/doctype.py +496,Field '{0}' cannot be set as Unique as it has non-unique values,"Field &#39;{0}&#39; dikare wekî yekane ne bê danîn, wek ku hatiye nirxên ne-yekane"
apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,Tenê 200 inserts destûr li yek daxwazeke apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,Tenê 200 inserts destûr li yek daxwazeke
DocType: Footer Item,URL,URL DocType: Footer Item,URL,URL
DocType: ToDo,Reference Type,Type Reference DocType: ToDo,Reference Type,Type Reference
@@ -2931,8 +2931,8 @@ apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +135,Please save
apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} aboneyên added apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} aboneyên added
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,ne In apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,ne In
DocType: Workflow State,star,stêrk DocType: Workflow State,star,stêrk
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +228,values separated by commas,nirxên cuda ji aliyê commas
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Max width for type Currency is 100px in row {0},width Max ji bo cureyê Exchange 100px li row e {0}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,values separated by commas,nirxên cuda ji aliyê commas
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,Max width for type Currency is 100px in row {0},width Max ji bo cureyê Exchange 100px li row e {0}
apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},Ji kerema xwe re parve Deng xwe ji bo {0} apps/frappe/frappe/www/feedback.html +68,Please share your feedback for {0},Ji kerema xwe re parve Deng xwe ji bo {0}
apps/frappe/frappe/config/website.py +13,Content web page.,web page Content. apps/frappe/frappe/config/website.py +13,Content web page.,web page Content.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Lê zêde bike roleke nû apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Lê zêde bike roleke nû
@@ -2951,7 +2951,7 @@ apps/frappe/frappe/public/js/frappe/desk.js +383,Please Enter Your Password to C
apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,Ne bikarhênerek LDAP derbasdar apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +97,Not a valid LDAP user,Ne bikarhênerek LDAP derbasdar
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} ne Dewletê derbasdar apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} ne Dewletê derbasdar
apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',Tikaye din rêbaza dayina hilbijêre. PayPal nade muamele li currency piştgiriya ne &#39;{0}&#39; apps/frappe/frappe/integrations/doctype/paypal_settings/paypal_settings.py +90,Please select another payment method. PayPal does not support transactions in currency '{0}',Tikaye din rêbaza dayina hilbijêre. PayPal nade muamele li currency piştgiriya ne &#39;{0}&#39;
apps/frappe/frappe/core/doctype/doctype/doctype.py +519,Search field {0} is not valid,warê Search {0} ne derbasdar e
apps/frappe/frappe/core/doctype/doctype/doctype.py +523,Search field {0} is not valid,warê Search {0} ne derbasdar e
DocType: Workflow State,ok-circle,ok-circle DocType: Workflow State,ok-circle,ok-circle
apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',Tu tişt bi pirs &#39;bibînin porteqalan di mişterî&#39; bibînin apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',Tu tişt bi pirs &#39;bibînin porteqalan di mişterî&#39; bibînin
apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,"Bibore! User, divê bi temamî ji bo qeyda xwe bi xwe heye." apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,"Bibore! User, divê bi temamî ji bo qeyda xwe bi xwe heye."
@@ -3022,7 +3022,7 @@ DocType: User,Background Style,background Style
apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},"{0}, CVAE û nav {1}" apps/frappe/frappe/model/rename_doc.py +77,merged {0} into {1},"{0}, CVAE û nav {1}"
DocType: System Settings,mm-dd-yyyy,mm-dd-YYYY DocType: System Settings,mm-dd-yyyy,mm-dd-YYYY
apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} de qeydkirî yî li apps/frappe/frappe/core/doctype/communication/feed.py +58,{0} logged in,{0} de qeydkirî yî li
apps/frappe/frappe/templates/emails/new_user.html +4,Your login id is,id te (login) e
apps/frappe/frappe/templates/emails/new_user.html +3,Your login id is,id te (login) e
DocType: OAuth Client,Skip Authorization,Skip Authorization DocType: OAuth Client,Skip Authorization,Skip Authorization
DocType: Web Form,Amount Field,Şêwaz Field DocType: Web Form,Amount Field,Şêwaz Field
DocType: Dropbox Settings,Send Notifications To,Send Notifications To DocType: Dropbox Settings,Send Notifications To,Send Notifications To


Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save