diff --git a/frappe/__version__.py b/frappe/__version__.py index ecbf2c39da..b84af05d0f 100644 --- a/frappe/__version__.py +++ b/frappe/__version__.py @@ -1,2 +1,2 @@ from __future__ import unicode_literals -__version__ = "6.12.2" +__version__ = "6.12.3" diff --git a/frappe/commands.py b/frappe/commands.py index d5bd38575e..cf2ebec80a 100644 --- a/frappe/commands.py +++ b/frappe/commands.py @@ -407,7 +407,7 @@ def write_docs(context, app, target, local=False): @click.option('--watch', default=False, is_flag=True, help='Watch for changes and rewrite') def build_docs(context, app, docs_version, target, local=False, watch=False): "Setup docs in target folder of target app" - from frappe.utils import watch + from frappe.utils import watch as start_watch for site in context.sites: _build_docs_once(site, app, docs_version, target, local) @@ -422,7 +422,7 @@ def build_docs(context, app, docs_version, target, local=False, watch=False): _build_docs_once(site, app, docs_version, target, local, only_content_updated=True) apps_path = frappe.get_app_path("frappe", "..", "..") - watch(apps_path, handler=trigger_make) + start_watch(apps_path, handler=trigger_make) def _build_docs_once(site, app, docs_version, target, local, only_content_updated=False): from frappe.utils.setup_docs import setup_docs diff --git a/frappe/config/docs.py b/frappe/config/docs.py index b673702251..dbda047d5f 100644 --- a/frappe/config/docs.py +++ b/frappe/config/docs.py @@ -2,7 +2,7 @@ source_link = "https://github.com/frappe/frappe" docs_base_url = "https://frappe.github.io/frappe" headline = "Superhero Web Framework" -sub_heading = "Build extensions to ERPNext or make your own database driven app" +sub_heading = "Build extensions to ERPNext or make your own app" hide_install = True long_description = """Frappe is a full stack web application framework written in Python, Javascript, HTML/CSS with MySQL as the backend. It was built for ERPNext @@ -19,14 +19,10 @@ to ERPNext. Frappe Framework was designed to build [ERPNext](https://erpnext.com), open source ERP for managing small and medium sized businesses. -""" -style = """ -.splash .jumbotron h1 { - font-weight: 200; - font-size: 48px; -} +[Get started with the Tutorial](https://github.frappe.io/frappe/user/tutorial) """ +docs_version = "6.x.x" def get_context(context): pass diff --git a/frappe/desk/query_report.py b/frappe/desk/query_report.py index 5236fd8a27..5c0be7127a 100644 --- a/frappe/desk/query_report.py +++ b/frappe/desk/query_report.py @@ -234,8 +234,21 @@ def get_linked_doctypes(columns, data): linked_doctypes[df["options"]] = df["fieldname"] # remove doctype if column is empty + columns_with_value = [] + for row in data: + if row: + if len(row) != len(columns_with_value): + if isinstance(row, list): + row = enumerate(row) + elif isinstance(row, dict): + row = row.items() + + for col, val in row: + if val and col not in columns_with_value: + columns_with_value.append(col) + for doctype, key in linked_doctypes.items(): - if not any(d[key] for d in data if d): + if key not in columns_with_value: del linked_doctypes[doctype] return linked_doctypes diff --git a/frappe/docs/current/api/config/frappe.config.core.html b/frappe/docs/current/api/config/frappe.config.core.html new file mode 100644 index 0000000000..076ab88375 --- /dev/null +++ b/frappe/docs/current/api/config/frappe.config.core.html @@ -0,0 +1,34 @@ +
+ + + Version 6.x.x + + + Source + +
+ + + + + + + + + +

+ + + frappe.config.core.get_data + () +

+

No docs

+
+
+ + + + + + \ No newline at end of file diff --git a/frappe/docs/current/api/config/frappe.config.desk.html b/frappe/docs/current/api/config/frappe.config.desk.html index 047f70e11f..9cbb6f3e57 100644 --- a/frappe/docs/current/api/config/frappe.config.desk.html +++ b/frappe/docs/current/api/config/frappe.config.desk.html @@ -1,7 +1,7 @@
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x frappe.utils.bench_helper.app_group - () + (ctx, site=False, force=False, verbose=False, profile=False)

No docs

diff --git a/frappe/docs/current/api/utils/frappe.utils.boilerplate.html b/frappe/docs/current/api/utils/frappe.utils.boilerplate.html index ac9952f9aa..8cbb19817f 100644 --- a/frappe/docs/current/api/utils/frappe.utils.boilerplate.html +++ b/frappe/docs/current/api/utils/frappe.utils.boilerplate.html @@ -1,7 +1,7 @@
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x get_formatted_email (user)

-

get email id of user formatted as: John Doe johndoe@example.com

+

get email id of user formatted as: John Doe johndoe@example.com


diff --git a/frappe/docs/current/api/utils/frappe.utils.image.html b/frappe/docs/current/api/utils/frappe.utils.image.html index 24b5679aa7..1c7e9a13db 100644 --- a/frappe/docs/current/api/utils/frappe.utils.image.html +++ b/frappe/docs/current/api/utils/frappe.utils.image.html @@ -1,7 +1,7 @@
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x
- Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - + 6.12.2 diff --git a/frappe/docs/current/models/core/async_task.html b/frappe/docs/current/models/core/async_task.html index 3342b6b2da..571f039208 100644 --- a/frappe/docs/current/models/core/async_task.html +++ b/frappe/docs/current/models/core/async_task.html @@ -7,7 +7,7 @@
- Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x notify_if_unreplied is set as true.

frappe.email.doctype.email_account.email_account.pull - (now=True) + (now=False)

Will be called via scheduler, pull emails from all enabled Email accounts.

diff --git a/frappe/docs/current/models/email/email_alert.html b/frappe/docs/current/models/email/email_alert.html index 251580f706..4130779085 100644 --- a/frappe/docs/current/models/email/email_alert.html +++ b/frappe/docs/current/models/email/email_alert.html @@ -7,7 +7,7 @@
- Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x - Version 6.11.0 + Version 6.x.x + @@ -27,7 +11,7 @@ diff --git a/frappe/docs/user/guides/app_development/generating-docs.md b/frappe/docs/user/guides/app_development/generating-docs.md index 2e30fc0111..1f6e86efb4 100644 --- a/frappe/docs/user/guides/app_development/generating-docs.md +++ b/frappe/docs/user/guides/app_development/generating-docs.md @@ -65,14 +65,36 @@ You can add images in the `/docs/assets` folder. You can add links to the images --- +## Setting up output docs + +1. Create a `/docs` folder in your bench, parallel to your `/sites` folder. e.g. `/frappe-bench/docs` +2. Copy the repo of your app to the docs folder. e.g. `cp -R apps/myapp docs/myapp` (you can also clone it here using `git clone`). +3. Go to your docs folder `cd docs/myapp` +4. Checkout the gh-pages branch `git checkout --orphan gh-pages` +5. Clean everything `git rm -rf .` + +Note > The branch name `gh-pages` is only if you are using GitHub. If you are hosting this on any other static file server, can just skip this and just create your docs folder for your app like `docs/myapp` + +Putting it all together: + + mkdir docs + cp -R apps/myapp docs/myapp + cd docs/myapp + git checkout --orphan gh-pages + git rm -rf . + +--- + ## Viewing Locally To test your docs locally, add a `--local` option to the `build-docs` command. - bench --site [site] build-docs [appname] current /home/docs/reponame --local + bench --site [site] build-docs [appname] current $PWD/docs/reponame --local Then it will build urls so that you can view these files locally. To view them locally in your browser, you can use the Python SimpleHTTPServer +Run this from your `docs/myapp` folder: + python -m SimpleHTTPServer 8080 --- @@ -81,15 +103,8 @@ Then it will build urls so that you can view these files locally. To view them l To publish your docs on GitHub pages, you will have to create an empty and orphan branch in your repository called `gh-pages` and write yours there -Go to new folder (outside your bench) and clone your repo again +Now go back to your bench folder and write these docs to this branch. For example if your path to the `gh-pages` repo is `docs/reponame` - $ git clone git@github.com:[orgname]/[reponame] - $ cd reponame - $ git checkout --orphan gh-pages - $ git rm -rf . - -Now go back to your bench folder and write these docs to this branch. For example if your path to the `gh-pages` repo is `/home/docs/reponame` - - bench --site [site] build-docs [appname] current /home/docs/reponame + bench --site [site] build-docs [appname] current $PWD/docs/reponame To check your documentation online go to: https://[orgname].github.io/[reponame] diff --git a/frappe/docs/user/guides/app_development/how-to-add-customizations-to-app.md b/frappe/docs/user/guides/app_development/how-to-create-custom-fields-during-app-installation.md similarity index 55% rename from frappe/docs/user/guides/app_development/how-to-add-customizations-to-app.md rename to frappe/docs/user/guides/app_development/how-to-create-custom-fields-during-app-installation.md index 0c98f2a180..20b7fdce30 100644 --- a/frappe/docs/user/guides/app_development/how-to-add-customizations-to-app.md +++ b/frappe/docs/user/guides/app_development/how-to-create-custom-fields-during-app-installation.md @@ -1,4 +1,6 @@ -If you want to add **Custom Fields** to your app so that they are automatically created when you app is installed on a new site, you will have to add them as **Fixtures** in the `hooks.py` file of your app. +Your custom app can automatically add **Custom Fields** to DocTypes outside of your app when it is installed to a new site. + +To do this, add the new custom fields that your app requires, using the Frappe web application. In your `hooks.py` file, add `"Custom Fields"` @@ -8,11 +10,11 @@ Export fixtures before you commit your app with: $ bench --site mysite export-fixtures -This will create a new folder called `fixtures` in your app folder and a `.csv` or `.json` file will be created with the custom fields. +This will create a new folder called `fixtures` in your app folder and a `.csv` or `.json` file will be created with the definition of the custom fields you added. This file will be automatically imported when the app is installed in a new site or updated via `bench update`. Note: You can also add single DocTypes like "Website Settings" as fixtures - \ No newline at end of file + diff --git a/frappe/docs/user/guides/basics/hooks.md b/frappe/docs/user/guides/basics/hooks.md index be2bd01ad8..9bfaaeee3c 100644 --- a/frappe/docs/user/guides/basics/hooks.md +++ b/frappe/docs/user/guides/basics/hooks.md @@ -216,9 +216,9 @@ The hook function will be passed the doc in concern as the only argument. * `validate` * `before_save` +* `after_save` * `before_insert` * `after_insert` -* `validate` * `before_submit` * `before_cancel` * `before_update_after_submit` diff --git a/frappe/docs/user/index.txt b/frappe/docs/user/index.txt index dfc33261aa..1ca6e85bcb 100644 --- a/frappe/docs/user/index.txt +++ b/frappe/docs/user/index.txt @@ -1,2 +1,2 @@ tutorial -guides +manual diff --git a/frappe/docs/user/tutorial/controllers.md b/frappe/docs/user/tutorial/controllers.md index 68e86f8ed1..f994041370 100644 --- a/frappe/docs/user/tutorial/controllers.md +++ b/frappe/docs/user/tutorial/controllers.md @@ -48,7 +48,7 @@ In this script: Check if your validations work by creating new records -Transaction +Transaction #### Debugging diff --git a/frappe/docs/user/tutorial/doctypes.md b/frappe/docs/user/tutorial/doctypes.md index e501cad6b4..b0166109d4 100644 --- a/frappe/docs/user/tutorial/doctypes.md +++ b/frappe/docs/user/tutorial/doctypes.md @@ -6,7 +6,7 @@ To create a new **DocType**, go to: > Core > Documents > Doctype > New -New Doctype +New Doctype In the DocType, first the Module, which in our case is **Library Managment** @@ -25,7 +25,7 @@ Fields are much more than database columns, they can be: Let us add the fields of the Article. -Adding Fields +Adding Fields When you add fields, you need to enter the **Type**. **Label** is optional for Section Break and Column Break. **Name** (`fieldname`) is the name of the database table column and also the property of the controller. This has to be *code friendly*, i.e. it has to have small cases are _ instead of " ". If you leave the Fieldname blank, it will be automatically set when you save it. @@ -44,7 +44,7 @@ We can add the following fields: After adding the fields, add Permissions. For now, let us give Read, Write, Create, Delete and Report access to **Librarian**. Frappe has a finely grained Role based permission model. You can also change permissions later using the **Role Permissions Manager** from **Setup**. -Adding Permissions +Adding Permissions #### Saving diff --git a/frappe/docs/user/tutorial/naming-and-linking.md b/frappe/docs/user/tutorial/naming-and-linking.md index 9cfacfe7f1..d9a454eedb 100644 --- a/frappe/docs/user/tutorial/naming-and-linking.md +++ b/frappe/docs/user/tutorial/naming-and-linking.md @@ -4,7 +4,7 @@ Then let us create the other DocType and save it too: 1. Library Member (First Name, Last Name, Email ID) -Doctype Saved +Doctype Saved #### Naming of DocTypes @@ -20,7 +20,7 @@ This can be set by entering the **Autoname** field. For controller, leave blank. > **Search Fields**: A DocType may be named on a series but it still needs to be searched by name. In our case, the Article will be searched by the title or the author name. So this can be entered in search field. -Autonaming and Search Field +Autonaming and Search Field #### Link and Select Fields @@ -30,11 +30,11 @@ In our example, in the Library Transaction DocType, we have to link both the Lib **Note:** Remeber that Link fields are not automatically set as Foreign Keys in the MariaDB database, because that will implicitly index the column. This may not be optimum hence the Foreign Key validation is done by the Framework. -Link Field +Link Field For select fields, as we mentioned earlier, add the various options in the **Options** input box, each option on a new row. -Select Field +Select Field Similary complete making the other models. @@ -44,7 +44,7 @@ A standard pattern is when you select an ID, say **Library Member** in **Library To do this, we can use Read Only fields and in options, we can set the the name of the link and the fieldname of the property we want to fetch. For this example in **Member First Name** we can set `library_member.first_name` -Fetch values +Fetch values ### Complete the Models @@ -52,19 +52,19 @@ In the same way, you can complete all the models so that the final fields look l #### Article -Article +Article #### Library Member -Library Member +Library Member #### Library Membership -Library Membership +Library Membership #### Library Transaction -Library Transaction +Library Transaction > Make sure to give permissions to **Librarian** on each DocType diff --git a/frappe/docs/user/tutorial/reports.md b/frappe/docs/user/tutorial/reports.md index 383058e9e3..1b2d23262f 100644 --- a/frappe/docs/user/tutorial/reports.md +++ b/frappe/docs/user/tutorial/reports.md @@ -2,6 +2,6 @@ You can also click on the Reports Icon on the toolbar (right) to see tabulated records -Report +Report {next} diff --git a/frappe/docs/user/tutorial/roles.md b/frappe/docs/user/tutorial/roles.md index 060f220bbe..7f7e2f5522 100644 --- a/frappe/docs/user/tutorial/roles.md +++ b/frappe/docs/user/tutorial/roles.md @@ -9,6 +9,6 @@ To create a new Role, go to: > Core > Documents > Role > New -Adding Roles +Adding Roles {next} diff --git a/frappe/docs/user/tutorial/single-doctypes.md b/frappe/docs/user/tutorial/single-doctypes.md index 53c37cd1d8..9b0e4171b1 100644 --- a/frappe/docs/user/tutorial/single-doctypes.md +++ b/frappe/docs/user/tutorial/single-doctypes.md @@ -4,6 +4,6 @@ A application will usually have a Settings page. In our application, we can defi To create an new Single DocType, mark the **Is Single** property as checked. -Single Doctypes +Single Doctypes {next} diff --git a/frappe/docs/user/tutorial/start.md b/frappe/docs/user/tutorial/start.md index 1294c35f8c..193bdf6def 100644 --- a/frappe/docs/user/tutorial/start.md +++ b/frappe/docs/user/tutorial/start.md @@ -14,7 +14,7 @@ To start the development server, run `bench start` You can now open your browser and go to `http://localhost:8000`. You should see this login page if all goes well: -Login Screen +Login Screen Now login as the default user "Administrator" @@ -23,7 +23,7 @@ Password: **admin** When you login, you should see the "Desk" home page -Desk +Desk As you can see, the Frappe basic system comes with a bunch of pre-loaded applications and screens like To Do, Calendar etc. These apps can integrated in your app workflow as we progress. diff --git a/frappe/docs/user/tutorial/users-and-records.md b/frappe/docs/user/tutorial/users-and-records.md index bf442cfc28..61e6b6dec1 100644 --- a/frappe/docs/user/tutorial/users-and-records.md +++ b/frappe/docs/user/tutorial/users-and-records.md @@ -12,7 +12,7 @@ Create a new User and set the name and first name and new password. Also give the Librarian and Library Member Roles to this user -Add User Roles +Add User Roles Now logout and login using the new user id and password. @@ -20,36 +20,36 @@ Now logout and login using the new user id and password. You will now see an icon for the Library Management module. Click on that icon and you will see the Module page: -Library Management Module +Library Management Module Here you can see the DocTypes that we have created for the application. Let us start creating a few records. First let us create a new Article: -New Article +New Article Here you will see that the the DocType you had created has been rendered as a form. The validations and other rules will also apply as designed. Let us fill out one Article. -New Article +New Article You can also add an image. -Attach Image +Attach Image Now let us create a new member: -New Library Member +New Library Member After this, let us create a new membership record for the member. Here if you remember we had set the values of Member First Name and Member Last Name to be directly fetched from the Member records and as soon as you will select the member id, the names will be updated. -New Library Membership +New Library Membership As you can see that the date is formatted as year-month-day which is a system format. To set / change date, time and number formats, go to > Setup > Settings > System Settings -System Settings +System Settings {next} diff --git a/frappe/docs/user/tutorial/web-views.md b/frappe/docs/user/tutorial/web-views.md index a9794bae88..a1dd2af2c6 100644 --- a/frappe/docs/user/tutorial/web-views.md +++ b/frappe/docs/user/tutorial/web-views.md @@ -16,11 +16,11 @@ Let us look at the standard Web Views: If you are logged in as the test user, go to `/article` and you should see the list of articles: -![Web List]({{url_prefix}}/assets/img/guide/26-web-list.png) +![Web List]({{docs_base_url}}/assets/img/guide/26-web-list.png) Click on one article and you will see the default web view -![Web List]({{url_prefix}}/assets/img/guide/26-web-view.png) +![Web List]({{docs_base_url}}/assets/img/guide/26-web-view.png) Now if you want to make a better list view for the article, drop a file called `list_item.html` in the `library_management/doctype/article` folder. Here is an example file: @@ -45,7 +45,7 @@ Here, you will get all the properties of the article in the `doc` object. The updated list view looks like this! -![Web List]({{url_prefix}}/assets/img/guide/27-web-view-list.png) +![Web List]({{docs_base_url}}/assets/img/guide/27-web-view-list.png) #### Home Page diff --git a/frappe/hooks.py b/frappe/hooks.py index ec122fbb4b..29fbdcdc0f 100644 --- a/frappe/hooks.py +++ b/frappe/hooks.py @@ -5,7 +5,7 @@ app_publisher = "Frappe Technologies Pvt. Ltd." app_description = "Full stack web framework with Python, Javascript, MariaDB, Redis, Node" app_icon = "octicon octicon-circuit-board" -app_version = "6.12.2" +app_version = "6.12.3" app_color = "orange" source_link = "https://github.com/frappe/frappe" app_license = "MIT" diff --git a/frappe/model/meta.py b/frappe/model/meta.py index 83ace81270..28860fd677 100644 --- a/frappe/model/meta.py +++ b/frappe/model/meta.py @@ -259,16 +259,25 @@ def get_field_currency(df, doc=None): if not doc: return None - - if ":" in cstr(df.get("options")): - split_opts = df.get("options").split(":") - if len(split_opts)==3: - currency = frappe.db.get_value(split_opts[0], doc.get(split_opts[1]), - split_opts[2]) - else: - currency = doc.get(df.get("options")) - - return currency + + if not getattr(frappe.local, "field_currency", None): + frappe.local.field_currency = frappe._dict() + + if not frappe.local.field_currency.get((doc.doctype, doc.parent or doc.name), {}).get(df.fieldname): + if ":" in cstr(df.get("options")): + split_opts = df.get("options").split(":") + if len(split_opts)==3: + currency = frappe.db.get_value(split_opts[0], doc.get(split_opts[1]), split_opts[2]) + else: + currency = doc.get(df.get("options")) + if not currency and doc.parent: + currency = frappe.db.get_value(doc.parenttype, doc.parent, df.get("options")) + + if currency: + frappe.local.field_currency.setdefault((doc.doctype, doc.parent or doc.name), frappe._dict())\ + .setdefault(df.fieldname, currency) + + return frappe.local.field_currency.get((doc.doctype, doc.parent or doc.name), {}).get(df.fieldname) def get_field_precision(df, doc=None, currency=None): """get precision based on DocField options and fieldvalue in doc""" diff --git a/frappe/public/css/docs.css b/frappe/public/css/docs.css index 5a3300ab14..2596887ebd 100644 --- a/frappe/public/css/docs.css +++ b/frappe/public/css/docs.css @@ -244,29 +244,27 @@ body { max-width: 870px; } .splash { - background-color: #36414C; - background-image: url('/assets/img/background.png'); - color: #ffffff; padding-top: 128px; margin-top: -92px; + border-bottom: 1px solid #d1d8dd; } .splash .jumbotron { background-color: transparent; - padding: 14px 0 60px 0; + padding: 40px 0 60px 0; text-align: center; - text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7); } .splash .jumbotron h1 { - font-size: 36px; - font-weight: 700; + font-size: 48px; + font-weight: 400; opacity: 0.9; + color: #2E3338; } .splash .jumbotron p { font-size: 24px; font-color: #8D99A6 !important; letter-spacing: 0px; opacity: 0.7; - margin-top: 20px; + margin-bottom: 90px; font-weight: 300; line-height: 1.4em; } @@ -512,6 +510,7 @@ p { .browser-image { min-height: 200px; border: 1px solid #d1d8dd; + border-bottom: 0px; } .fake-browser-frame { position: relative; @@ -575,8 +574,8 @@ hr { padding-left: 20px; background: url('/assets/img/smiley.png') 0% 50% no-repeat; color: #8d99a6; - position: relative; - top: -10px; + display: block; + margin-top: -22px; } a.edit, a.edit:hover, diff --git a/frappe/public/js/docs.js b/frappe/public/js/docs.js new file mode 100644 index 0000000000..1e11253d1b --- /dev/null +++ b/frappe/public/js/docs.js @@ -0,0 +1,67 @@ +// used in documenation site built via document generator + +$(function() { + if(hljs) { + $('pre code').each(function(i, block) { + hljs.highlightBlock(block); + }); + } + + $(".toggle-sidebar").on("click", function() { + $(".offcanvas").addClass("active-right"); + return false; + }); + + // collapse offcanvas sidebars! + $(".offcanvas .sidebar").on("click", "a", function() { + $(".offcanvas").removeClass("active-left active-right"); + }); + + $(".offcanvas-main-section-overlay").on("click", function() { + $(".offcanvas").removeClass("active-left active-right"); + return false; + }); + + // search + $('.sidebar-navbar-items .octicon-search, .navbar .octicon-search').parent().on("click", function() { + var modal = frappe.get_modal("Search", + '

\ +

Search via Google

'); + modal.find(".search-input").on("keyup", function(e) { + if(e.which===13) { + modal.find(".btn-search").trigger("click"); + } + if(e.which===9) { + e.preventDefault(); + modal.find(".btn-search").focus(); + return false; + } + var text = $(this).val(); + modal.find(".btn-search").attr("href", "https://google.com/search?q=" + + text + "+site:" + (window.docs_base_url || "")); + }); + modal.modal("show"); + return false; + }); + +}); + +frappe = { + get_modal: function(title, body_html) { + var modal = $('').appendTo(document.body); + + return modal; + }, +} diff --git a/frappe/public/js/frappe/form/grid.js b/frappe/public/js/frappe/form/grid.js index 5e9bd0e63e..4d856864a6 100644 --- a/frappe/public/js/frappe/form/grid.js +++ b/frappe/public/js/frappe/form/grid.js @@ -507,7 +507,6 @@ frappe.ui.form.GridRow = Class.extend({ return this; }, show_form: function() { - var me = this; if(!this.form_panel) { this.form_panel = $('
') .appendTo(this.wrapper); @@ -516,21 +515,28 @@ frappe.ui.form.GridRow = Class.extend({ this.row.toggle(false); // this.form_panel.toggle(true); frappe.dom.freeze("", "dark"); - if(this.frm.doc.docstatus===0) { - var first = this.form_area.find(":input:first"); - if(first.length && !in_list(["Date", "Datetime", "Time"], first.attr("data-fieldtype"))) { - try { - first.get(0).focus(); - } catch(e) { - console.log("Dialog: unable to focus on first input: " + e); - } - } - } cur_frm.cur_grid = this; this.wrapper.addClass("grid-row-open"); frappe.ui.scroll(this.wrapper, true, 15); - me.frm.script_manager.trigger(me.doc.parentfield + "_on_form_rendered"); - me.frm.script_manager.trigger("form_render", me.doc.doctype, me.doc.name); + this.frm.script_manager.trigger(this.doc.parentfield + "_on_form_rendered"); + this.frm.script_manager.trigger("form_render", this.doc.doctype, this.doc.name); + this.set_focus(); + }, + set_focus: function() { + // wait for animation and then focus on the first row + var me = this; + setTimeout(function() { + if(me.frm.doc.docstatus===0) { + var first = me.form_area.find(":input:first"); + if(first.length && !in_list(["Date", "Datetime", "Time"], first.attr("data-fieldtype"))) { + try { + first.get(0).focus(); + } catch(e) { + // + } + } + } + }, 500); }, hide_form: function() { // if(this.form_panel) diff --git a/frappe/public/js/frappe/form/layout.js b/frappe/public/js/frappe/form/layout.js index 09e4a88a69..7dc3cfbef8 100644 --- a/frappe/public/js/frappe/form/layout.js +++ b/frappe/public/js/frappe/form/layout.js @@ -284,9 +284,21 @@ frappe.ui.form.Layout = Class.extend({ focus_on_next_field: function(start_idx, fields) { // loop to find next eligible fields for(var i= start_idx + 1, len = fields.length; i < len; i++) { - if(fields[i].disp_status==="Write" && !in_list(frappe.model.no_value_type, fields[i].df.fieldtype)) { - this.set_focus(fields[i]); - break; + var field = fields[i]; + if(field.disp_status==="Write") { + if(field.df.fieldtype==="Table") { + // open table grid + if(!(field.grid.grid_rows && field.grid.grid_rows.length)) { + // empty grid, add a new row + field.grid.add_new_row(); + } + // show grid row (if exists) + field.grid.grid_rows[0].show_form(); + + } else if(!in_list(frappe.model.no_value_type, field.df.fieldtype)) { + this.set_focus(field); + break; + } } } }, diff --git a/frappe/public/js/legacy/form.js b/frappe/public/js/legacy/form.js index bf215ffd83..d105518b9b 100644 --- a/frappe/public/js/legacy/form.js +++ b/frappe/public/js/legacy/form.js @@ -459,7 +459,7 @@ _f.Frm.prototype.render_form = function(is_a_different_doc) { // focus on first input if(this.doc.docstatus==0) { - var first = this.form_wrapper.find('.form-layout-row :input:first'); + var first = this.form_wrapper.find('.form-layout :input:first'); if(!in_list(["Date", "Datetime"], first.attr("data-fieldtype"))) { first.focus(); } diff --git a/frappe/public/less/docs.less b/frappe/public/less/docs.less index 04470a0810..9f9e9ca0ff 100644 --- a/frappe/public/less/docs.less +++ b/frappe/public/less/docs.less @@ -16,22 +16,23 @@ body { .splash{ // background-color: #383851; - background-color: @text-color; - background-image: url('/assets/img/background.png'); - color: #ffffff; + // background-color: @text-color; + // background-image: url('/assets/img/background.png'); + // color: #ffffff; padding-top: 128px; margin-top: -92px; + border-bottom: 1px solid @border-color; .jumbotron{ background-color: transparent; - padding: 14px 0 60px 0; + padding: 40px 0 60px 0; text-align: center; - text-shadow: 0px 1px 2px rgba(0,0,0,0.7); h1 { - font-size: 36px; - font-weight: 700; + font-size: 48px; + font-weight: 400; opacity: 0.9; + color: @text-dark; } p { @@ -39,7 +40,7 @@ body { font-color: @text-muted !important; letter-spacing: 0px; opacity: 0.7; - margin-top: 20px; + margin-bottom: 90px; font-weight: 300; line-height: 1.4em; } @@ -278,6 +279,7 @@ p { .browser-image { min-height: 200px; border: 1px solid #d1d8dd; + border-bottom: 0px; } .fake-browser-frame { @@ -351,9 +353,9 @@ hr { .edit { padding-left: 20px; background:url('/assets/img/smiley.png') 0% 50% no-repeat; - color:#8d99a6; - position:relative; - top:-10px; + color: #8d99a6; + display: block; + margin-top: -22px; } a.edit, a.edit:hover, a.edit:focus, a.edit:visited { color:#8d99a6; diff --git a/frappe/public/less/variables.less b/frappe/public/less/variables.less index ac664708ee..c64e7c3a87 100644 --- a/frappe/public/less/variables.less +++ b/frappe/public/less/variables.less @@ -16,6 +16,7 @@ @text-regular: 14px; @text-medium: 12px; @text-small: 10px; +@text-dark: #2E3338; @indicator-blue: #5e64ff; @indicator-red: #ff5858; diff --git a/frappe/templates/autodoc/base_template.html b/frappe/templates/autodoc/base_template.html index 589f5bcd53..362e4fe460 100644 --- a/frappe/templates/autodoc/base_template.html +++ b/frappe/templates/autodoc/base_template.html @@ -15,6 +15,7 @@ + {% block favicon %} + {%- endblock -%} @@ -120,11 +121,9 @@
- {%- block script %} - {%- endblock %} diff --git a/frappe/templates/autodoc/docs.js b/frappe/templates/autodoc/docs.js deleted file mode 100644 index 2caf36fcb1..0000000000 --- a/frappe/templates/autodoc/docs.js +++ /dev/null @@ -1,23 +0,0 @@ -$(function() { - if(hljs) { - $('pre code').each(function(i, block) { - hljs.highlightBlock(block); - }); - } - - $(".toggle-sidebar").on("click", function() { - $(".offcanvas").addClass("active-right"); - return false; - }); - - // collapse offcanvas sidebars! - $(".offcanvas .sidebar").on("click", "a", function() { - $(".offcanvas").removeClass("active-left active-right"); - }); - - $(".offcanvas-main-section-overlay").on("click", function() { - $(".offcanvas").removeClass("active-left active-right"); - return false; - }); - -}); diff --git a/frappe/templates/autodoc/docs_home.html b/frappe/templates/autodoc/docs_home.html index c79d4ad44d..602c9fb5b0 100644 --- a/frappe/templates/autodoc/docs_home.html +++ b/frappe/templates/autodoc/docs_home.html @@ -1,19 +1,8 @@ + diff --git a/frappe/templates/autodoc/doctype.html b/frappe/templates/autodoc/doctype.html index 94e00152fe..c20b106ade 100644 --- a/frappe/templates/autodoc/doctype.html +++ b/frappe/templates/autodoc/doctype.html @@ -6,7 +6,7 @@ {% set controller = autodoc.get_controller(doctype) %}
-{{ app.version or version(doctype) }} +{{ version(doctype) }} {{ source_link(app, app.name + "/" + scrub(doc.module) + "/doctype/" + scrub(doctype), True) }}
diff --git a/frappe/translations/ar.csv b/frappe/translations/ar.csv index 2cbfeabfb3..52a53aa7ac 100644 --- a/frappe/translations/ar.csv +++ b/frappe/translations/ar.csv @@ -4,6 +4,7 @@ apps/frappe/frappe/desk/page/messages/messages_main.html +12,Post,بعد apps/frappe/frappe/config/setup.py +104,Rename many items by uploading a .csv file.,إعادة تسمية العديد من العناصر عن طريق تحميل ملف CSV . DocType: Workflow State,pause,وقفة apps/frappe/frappe/templates/pages/desk.py +18,You are not permitted to access this page.,لا يسمح لك بالوصول إلى هذه الصفحة. +DocType: About Us Settings,Website,الموقع DocType: User,Facebook Username,الفيسبوك اسم المستخدم apps/frappe/frappe/email/bulk.py +148,Cannot send this email. You have crossed the sending limit of {0} emails for this month.,لا يمكن إرسال هذا البريد الإلكتروني. لقد تجاوزت الحدود ارسال {0} رسائل البريد الإلكتروني لهذا الشهر. apps/frappe/frappe/public/js/legacy/form.js +690,Permanently Submit {0}?,إرسال دائم {0} ؟ @@ -20,6 +21,7 @@ apps/frappe/frappe/public/js/frappe/ui/page.js +4,Form,شكل DocType: Report,Report Manager,تقرير مدير DocType: Workflow,Document States,الولايات ثيقة apps/frappe/frappe/public/js/frappe/views/pageview.js +102,Sorry! I could not find what you were looking for.,آسف! أنا لا يمكن أن تجد ما تبحث عنه. +apps/frappe/frappe/config/core.py +42,Logs,السجلات DocType: DocPerm,This role update User Permissions for a user,هذا الدور ضوابط التحديث العضو لمستخدم apps/frappe/frappe/public/js/frappe/model/model.js +486,Rename {0},إعادة تسمية {0} DocType: Workflow State,zoom-out,تصغير @@ -52,6 +54,7 @@ apps/frappe/frappe/core/doctype/user/user.py +490,Administrator Logged In,مدي DocType: Contact Us Settings,"Contact options, like ""Sales Query, Support Query"" etc each on a new line or separated by commas.",خيارات الاتصال، مثل "الاستعلام المبيعات والدعم الاستعلام" الخ كل على سطر جديد أو مفصولة بفواصل. apps/frappe/frappe/public/js/frappe/ui/editor.js +448,Insert,إدراج apps/frappe/frappe/public/js/frappe/form/link_selector.js +21,Select {0},حدد {0} +DocType: Print Settings,Classic,كلاسيكي DocType: Feed,Color,اللون apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +49,For ranges,للنطاقات DocType: Workflow State,indent-right,المسافة البادئة اليمنى @@ -69,12 +72,16 @@ apps/frappe/frappe/public/js/frappe/form/workflow.js +33,None: End of Workflow, apps/frappe/frappe/model/db_schema.py +315,"{0} field cannot be set as unique in {1}, as there are non-unique existing values",{0} الحقل لا يمكن تعيين فريدة من نوعها في {1}، كما أن هناك القيم الحالية غير فريدة من نوعها apps/frappe/frappe/core/page/permission_manager/permission_manager.js +47,Document Types,أنواع المستندات DocType: Workflow,Workflow State Field,سير العمل الميدانية الدولة +DocType: Blog Post,Guest,ضيف DocType: DocType,Title Field,حقل العنوان apps/frappe/frappe/core/doctype/user/user.py +487,"If you think this is unauthorized, please change the Administrator password.",إذا كنت تعتقد أن هذا غير المصرح به، الرجاء تغيير كلمة مرور المسؤول. +apps/frappe/frappe/email/doctype/email_account/email_account.py +62,{0} is mandatory,{0} إلزامي DocType: Workflow State,eject,طرد apps/frappe/frappe/core/page/user_permissions/user_permissions.js +16,Help for User Permissions,مساعدة لضوابط العضو +DocType: Standard Reply,Owner,مالك DocType: Communication,Visit,زيارة -apps/frappe/frappe/desk/page/applications/application_row.html +11,Install,تثبيت +apps/frappe/frappe/desk/page/applications/application_row.html +16,Install,تثبيت +DocType: Custom Script,Client,عميل apps/frappe/frappe/public/js/legacy/form.js +423,This form has been modified after you have loaded it,تم تعديل هذا النموذج بعد أن كنت قد تحميلها DocType: Website Settings,Twitter Share via,Twitter المشاركة عبر apps/frappe/frappe/config/website.py +33,Embed image slideshows in website pages.,تضمين عرض الشرائح صورة في صفحات الموقع. @@ -103,9 +110,11 @@ DocType: Comment,Post Topic,كتابة موضوع apps/frappe/frappe/config/desk.py +21,Event and other calendars.,الحدث والتقويمات الأخرى. apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +611,Drag to sort columns,اسحب لفرز الأعمدة apps/frappe/frappe/print/page/print_format_builder/print_format_builder_column_selector.html +2,Widths can be set in px or %.,الاعراض يمكن تعيين في مقصف أو٪. +apps/frappe/frappe/public/js/frappe/form/print.js +96,Start,بداية +DocType: User,First Name,الاسم الأول apps/frappe/frappe/core/doctype/file/file.py +147,Cannot delete Home and Attachments folders,لا يمكن حذف الرئيسية والمرفقات المجلدات apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +6,Permissions get applied on Users based on what Roles they are assigned.,الحصول على تطبيق الأذونات على المستخدمين على أساس ما الأدوار التي تم تعيينها . -apps/frappe/frappe/public/js/frappe/views/communication.js +409,You are not allowed to send emails related to this document,لا يسمح لك بإرسال رسائل البريد الإلكتروني ذات الصلة لهذه الوثيقة +apps/frappe/frappe/public/js/frappe/views/communication.js +414,You are not allowed to send emails related to this document,لا يسمح لك بإرسال رسائل البريد الإلكتروني ذات الصلة لهذه الوثيقة apps/frappe/frappe/website/doctype/website_theme/website_theme.py +30,You are not allowed to delete a standard Website Theme,لا يسمح لك لحذف موضوع الموقع القياسية apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +177,Example,مثال DocType: Workflow State,gift,هدية @@ -127,12 +136,15 @@ DocType: Scheduler Log,Seen,رأيت apps/frappe/frappe/public/js/frappe/form/layout.js +85,Show more details,إظهار مزيد من التفاصيل DocType: System Settings,Run scheduled jobs only if checked,تشغيل المهام المجدولة إلا إذا دققت DocType: User,"Enter default value fields (keys) and values. If you add multiple values for a field, the first one will be picked. These defaults are also used to set ""match"" permission rules. To see list of fields, go to ""Customize Form"".",إدخال الحقول القيمة الافتراضية (مفاتيح) والقيم. إذا قمت بإضافة قيم متعددة للحقل، وسيتم اختيار أول واحد. وتستخدم هذه الافتراضات أيضا إلى وضع قواعد إذن "مباراة". لمشاهدة قائمة من المجالات، انتقل إلى "نموذج تخصيص". +DocType: Bulk Email,Message,رسالة DocType: Customize Form Field,"Print Width of the field, if the field is a column in a table",طباعة العرض في هذا المجال، إذا كان الحقل هو عمود في الجدول +DocType: Dropbox Backup,Dropbox Access Key,دروببوإكس مفتاح الوصول DocType: Workflow State,headphones,سماعة الرأس DocType: Bulk Email,Bulk Email records.,سجلات البريد الإلكتروني السائبة. DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,على سبيل المثال replies@yourcomany.com. سيأتي كل الردود على هذا البريد الوارد. -apps/frappe/frappe/templates/includes/login/login.js +33,Valid email and name required, مطلوب بريد إلكتروني صالح واسم صالح +apps/frappe/frappe/templates/includes/login/login.js +33,Valid email and name required,مطلوب بريد إلكتروني صالح واسم صالح DocType: DocType,Hide Heading,إخفاء عنوان +apps/frappe/frappe/config/core.py +17,Groups of DocTypes,مجموعات من DocTypes DocType: Workflow State,remove-circle,إزالة دائرة، apps/frappe/frappe/config/website.py +54,Javascript to append to the head section of the page.,جافا سكريبت لإلحاق رئيس قسم من الصفحة. apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +53,Reset to defaults,إعادة تعيين إلى الإعدادات الافتراضية @@ -142,19 +154,25 @@ DocType: Workflow,Defines workflow states and rules for a document.,تعرف ا DocType: Workflow State,Filter,فلتر DocType: DocType,Show this field as title,تظهر هذا المجال كما لقب apps/frappe/frappe/model/db_schema.py +521,Fieldname {0} cannot have special characters like {1},FIELDNAME {0} لا يمكن أن يكون أحرف خاصة مثل {1} +apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +245,Select Your Language,اختر اللغة الخاصة بك apps/frappe/frappe/model/document.py +428,Error: Document has been modified after you have opened it,تم تعديل الوثيقة بعد أن كنت قد فتحه: خطأ apps/frappe/frappe/core/doctype/doctype/doctype.py +476,{0}: Cannot set Assign Submit if not Submittable,{0} : لا يمكن تحديد تعيين بالتأكيد إذا لم يكن قابل للتأكيد DocType: Social Login Keys,Facebook,الفيسبوك apps/frappe/frappe/templates/pages/list.py +46,"Filtered by ""{0}""",تمت تصفيتها من قبل "{0}" +DocType: DocType,Administrator,مدير apps/frappe/frappe/desk/page/messages/messages.js +47,Message from {0},رسالة من {0} +DocType: Communication,Closed,مغلق DocType: Blog Settings,Blog Title,بلوق العنوان apps/frappe/frappe/print/page/print_format_builder/print_format_builder_layout.html +12,Edit to set heading,تحرير لتحديد التوجه DocType: About Us Settings,Team Members,أعضاء الفريق apps/frappe/frappe/public/js/frappe/upload.js +74,Please attach a file or set a URL,يرجى إرفاق ملف أو تعيين URL +DocType: Async Task,System Manager,إدارة نظام DocType: DocField,Permissions,أذونات +DocType: Dropbox Backup,Allow Dropbox Access,تسمح قطاف الدخول DocType: User,Get your globally recognized avatar from Gravatar.com,الحصول على الخاص بك المعترف بها عالميا الرمزية من Gravatar.com DocType: Workflow State,plus-sign,زائد توقيع apps/frappe/frappe/__init__.py +767,App {0} is not installed,لم يتم تثبيت التطبيق {0} +DocType: Workflow State,Refresh,تحديث DocType: Event,Public,جمهور apps/frappe/frappe/public/js/frappe/ui/listing.js +52,Nothing to show,لا شيء لإظهار apps/frappe/frappe/email/smtp.py +140,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,البريد الإلكتروني لحساب ليس الإعداد. الرجاء إنشاء حساب بريد إلكتروني جديد من الإعداد> بريد إلكتروني> حساب البريد الإلكتروني @@ -171,6 +189,7 @@ apps/frappe/frappe/print/page/print_format_builder/print_format_builder_start.ht DocType: Website Settings,Add a banner to the site. (small banners are usually good),إضافة لافتة إلى الموقع. (لافتات صغيرة عادة ما تكون جيدة) 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/public/js/frappe/views/communication.js +403,Enter Email Recipient(s),أدخل البريد الإلكتروني المستلم (ق) DocType: Print Format,Verdana,فيردانا apps/frappe/frappe/core/doctype/user/user.py +203,User {0} cannot be deleted,المستخدم {0} لا يمكن حذف apps/frappe/frappe/public/js/frappe/request.js +92,Another transaction is blocking this one. Please try again in a few seconds.,معاملة أخرى يتم حظر هذه واحدة. يرجى المحاولة مرة أخرى في بضع ثوان. @@ -188,7 +207,6 @@ apps/frappe/frappe/email/smtp.py +178,Unable to send emails at this time,غير apps/frappe/frappe/public/js/frappe/ui/toolbar/offcanvas_left_sidebar.html +5,Search or type a command,بحث أو كتابة أمر DocType: Email Account,e.g. smtp.gmail.com,على سبيل المثال smtp.gmail.com apps/frappe/frappe/core/page/permission_manager/permission_manager.js +366,Add A New Rule,إضافة قاعدة جديدة -DocType: HR Settings,Employee record is created using selected field. ,يتم إنشاء سجل الموظف باستخدام الحقل المحدد. apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +52,Name of the Document Type (DocType) you want this field to be linked to. e.g. Customer,اسم نوع الوثيقة (DOCTYPE) تريد هذا الحقل لتكون مرتبطة. على سبيل المثال العملاء DocType: User,Roles Assigned,الأدوار المسندة DocType: Top Bar Item,Parent Label,الأصل تسمية @@ -196,15 +214,20 @@ apps/frappe/frappe/templates/emails/auto_reply.html +2,"Your query has been rece apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +10,Permissions are automatically translated to Standard Reports and Searches.,يتم تحويل أذونات تلقائيا إلى التقارير الموحدة و البحث . DocType: Event,Repeat Till,تكرار حتى apps/frappe/frappe/core/doctype/file/file_list.js +167,New,جديد +DocType: System Settings,Loading...,تحميل ... +DocType: DocField,Password,كلمة السر DocType: Blogger,Will be used in url (usually first name).,وسوف تستخدم في رابط (عادة الاسم الأول). apps/frappe/frappe/client.py +63,Can not edit Read Only fields,لا تستطيع تعديل اقرأ الحقول فقط apps/frappe/frappe/print/page/print_format_builder/print_format_builder.js +463,Edit Heading,تحرير العنوان DocType: File,File URL,ملف URL apps/frappe/frappe/desk/doctype/event/event.py +68,Upcoming Events for Today,الأحداث القادمة لهذا اليوم DocType: Email Alert Recipient,Email By Document Field,البريد الإلكتروني بواسطة حقل الوثيقة +apps/frappe/frappe/email/receive.py +61,Cannot connect: {0},لا يمكن الاتصال: {0} apps/frappe/frappe/utils/nestedset.py +218,Merging is only possible between Group-to-Group or Leaf Node-to-Leaf Node,دمج الممكن الوحيد بين المجموعة إلى المجموعة أو عقدة ورقة إلى ورقة عقدة apps/frappe/frappe/utils/file_manager.py +42,Added {0},وأضاف {0} DocType: Currency,Fraction Units,جزء الوحدات +DocType: DocField,Type,نوع +DocType: Communication,Subject,موضوع DocType: Web Page,Parent Web Page,صفحة ويب الأم apps/frappe/frappe/core/doctype/docshare/docshare.py +36,User is mandatory for Share,العضو إلزامي للحصة DocType: DocField,Hidden,مخفي @@ -222,13 +245,15 @@ DocType: Web Page,Begin this page with a slideshow of images,تبدأ هذه ا apps/frappe/frappe/utils/data.py +492,{0} and {1},{0} و {1} DocType: Version,Docname,Docname apps/frappe/frappe/core/doctype/version/version.js +10,Version restored,النسخة استعادة +DocType: About Us Settings,Website Manager,مدير الموقع DocType: Event Role,Event Role,الحدث الدور apps/frappe/frappe/public/js/frappe/ui/editor.html +65,Indent (Tab),البادئة (TAB) DocType: Workflow State,List,قائمة DocType: Page Role,Page Role,الصفحة الدور apps/frappe/frappe/core/doctype/doctype/doctype.py +267,Field {0} in row {1} cannot be hidden and mandatory without default,الحقل {0} في {1} الصف لا يمكن أن تكون مخفية وإلزامية دون الافتراضي DocType: System Settings,mm/dd/yyyy,مم / اليوم / السنة -apps/frappe/frappe/email/doctype/email_account/email_account.py +335,Re:,رد: +apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +16,Previous,سابق +apps/frappe/frappe/email/doctype/email_account/email_account.py +336,Re:,رد: DocType: Currency,"Sub-currency. For e.g. ""Cent""",شبه العملات. ل "سنت" على سبيل المثال DocType: Letter Head,Check this to make this the default letter head in all prints,التحقق من ذلك لجعل هذه الرسالة الافتراضية الرأس في جميع الطبعات DocType: Print Format,Server,خادم @@ -244,6 +269,7 @@ DocType: Workflow State,barcode,الباركود DocType: Country,Country Name,الاسم الدولة DocType: About Us Team Member,About Us Team Member,أعضاء فريق صفحة من نحن apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +5,"Permissions are set on Roles and Document Types (called DocTypes) by setting rights like Read, Write, Create, Delete, Submit, Cancel, Amend, Report, Import, Export, Print, Email and Set User Permissions.",يتم تعيين الأذونات على الأدوار و أنواع المستندات (وتسمى DocTypes ) من خلال وضع حقوق مثل القراءة والكتابة ، إنشاء، حذف، إرسال ، الغاء ، تعديل ، تقرير ، استيراد ، تصدير ، طباعة ، البريد الإلكتروني و تعيين أذونات العضو . +DocType: Event,Wednesday,الأربعاء 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.",سيتم تطبيق هذه الأذونات لجميع المعاملات حيث يتم ربط السجل المسموح بها. DocType: Property Setter,ID (name) of the entity whose property is to be set,ID (اسم) للكيان الذي هو الملكية التي سيتم تحديدها @@ -252,8 +278,11 @@ DocType: Website Settings,Sidebar Items,عناصر الشريط الجانبي apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +519,Select Report Name,حدد اسم التقرير DocType: Workflow State,exclamation-sign,تعجب علامة- DocType: Website Theme,Hide Sidebar,إخفاء الشريط الجانبي +apps/frappe/frappe/integrations/doctype/dropbox_backup/dropbox_backup.py +179,Please install dropbox python module,الرجاء تثبيت قطاف بيثون وحدة apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +8,Gantt,جانت DocType: About Us Settings,Introduce your company to the website visitor.,تقديم الشركة للزائر الموقع. +apps/frappe/frappe/public/js/frappe/form/workflow.js +116,To,إلى +apps/frappe/frappe/templates/base.html +145,Please enter email address,يرجى إدخال عنوان البريد الإلكتروني apps/frappe/frappe/model/rename_doc.py +356,Successful: {0} to {1},ناجح: {0} إلى {1} apps/frappe/frappe/print/doctype/print_format/print_format.js +14,Please duplicate this to make changes,يرجى تكرار هذه إلى إجراء تغييرات apps/frappe/frappe/utils/pdf.py +46,PDF generation failed because of broken image links,فشل الجيل PDF بسبب الروابط صورة مكسورة @@ -271,10 +300,14 @@ apps/frappe/frappe/print/page/print_format_builder/print_format_builder.js +633, apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +55,Options for select. Each option on a new line.,خيارات للاختيار. كل خيار على سطر جديد. apps/frappe/frappe/public/js/legacy/form.js +713,Permanently Cancel {0}?,الغاء دائم {0} ؟ DocType: Workflow State,music,موسيقى +apps/frappe/frappe/config/setup.py +66,Settings,إعدادات apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +28,Please specify doctype,يرجى تحديد DOCTYPE +apps/frappe/frappe/public/js/frappe/views/module/module_section.html +27,More,أكثر +apps/frappe/frappe/public/js/frappe/model/model.js +492,Rename,إعادة تسمية DocType: Print Format,Format Data,تنسيق البيانات apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +7,Like,مثل DocType: Customize Form Field,Customize Form Field,تخصيص حقل نموذج +apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,تسمح للمستخدم apps/frappe/frappe/config/setup.py +54,Check which Documents are readable by a User,تحقق من وثائق قابلة للقراءة من قبل العضو apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +161,use % as wildcard,استخدام٪ كما البدل DocType: User,Reset Password Key,إعادة تعيين كلمة المرور الرئيسية @@ -289,19 +322,24 @@ DocType: Email Account,Notify if unreplied,يخطر إذا لا تحوي على DocType: DocType,Fields,الحقول DocType: System Settings,Your organization name and address for the email footer.,اسم المؤسسة وعنوانك لتذييل البريد الإلكتروني. apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +15,Parent Table,الجدول الرئيسي +apps/frappe/frappe/config/desktop.py +26,Developer,مطور apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +52,Created,خلق apps/frappe/frappe/website/doctype/website_settings/website_settings.py +38,{0} in row {1} cannot have both URL and child items,{0} في {1} الصف لا يمكن أن يكون كل عنوان URL و البنود الأطفال apps/frappe/frappe/utils/nestedset.py +194,Root {0} cannot be deleted,الجذر {0} لا يمكن حذف apps/frappe/frappe/website/doctype/blog_post/blog_post.py +162,No comments yet,لا تعليقات حتى الآن apps/frappe/frappe/print/page/print_format_builder/print_format_builder.js +120,Both DocType and Name required,كلا DOCTYPE واسم المطلوبة apps/frappe/frappe/model/document.py +462,Cannot change docstatus from 1 to 0,لا يمكن تغيير docstatus من 1 إلى 0 +apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +40,Welcome,ترحيب apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,تطبيقات المثبتة +DocType: Communication,Open,فتح 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.",باعتبارها أفضل الممارسات ، عدم تعيين نفس مجموعة من الحكم إذن ل أدوار مختلفة. بدلا من ذلك ، تعيين أدوار متعددة ل نفس العضو . DocType: Web Form,Message to be displayed on successful completion,رسالة ليتم عرضها على الانتهاء بنجاح +DocType: Contact Us Settings,Address Title,عنوان عنوان DocType: Website Settings,Footer Items,تذييل العناصر apps/frappe/frappe/public/js/frappe/ui/page.html +21,Menu,الخيارات DocType: DefaultValue,DefaultValue,الافتراضية +DocType: Dropbox Backup,Daily,يوميا apps/frappe/frappe/config/setup.py +19,User Roles,أدوار المستخدم DocType: Property Setter,Property Setter overrides a standard DocType or Field property,الملكية واضعة يتجاوز على DOCTYPE القياسية أو الممتلكات الميدان apps/frappe/frappe/core/doctype/user/user.py +333,Cannot Update: Incorrect / Expired Link.,لا يمكن تحديث : رابط غير الصحيحة / منتهية الصلاحية . @@ -309,6 +347,8 @@ DocType: DocField,Set Only Once,تعيين مرة واحدة فقط apps/frappe/frappe/core/doctype/doctype/doctype.py +482,{0}: Cannot set import as {1} is not importable,{0} : لا يمكن تحديد استيراد، لأن {1} غير قابل للإستيراد DocType: Top Bar Item,"target = ""_blank""",الهدف = "_blank" DocType: Workflow State,hdd,الأقراص الصلبة +DocType: ToDo,High,ارتفاع +DocType: User,Male,ذكر apps/frappe/frappe/desk/query_report.py +19,You don't have access to Report: {0},لم يكن لديك الوصول إلى تقرير: {0} 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 يحتوي على جميع أذونات المستخدم في نفس الشكل كما تحميل. @@ -320,7 +360,7 @@ DocType: Workflow State,resize-vertical,تغيير حجم عمودية DocType: Contact Us Settings,Introductory information for the Contact Us Page,المعلومات التمهيدية لصفحة اتصل بنا DocType: Workflow State,thumbs-down,علامة إستهجان apps/frappe/frappe/core/doctype/page/page.py +33,Not in Developer Mode,ليس في وضع المطور -DocType: Comment,Comment Time,وقت التعليق +DocType: Comment,Comment Time,وقت التعليق DocType: Workflow State,indent-left,المسافة البادئة اليسرى apps/frappe/frappe/utils/file_manager.py +269,It is risky to delete this file: {0}. Please contact your System Manager.,أنه أمر محفوف بالمخاطر لحذف هذا الملف: {0}. يرجى الاتصال بمدير النظام الخاص بك. DocType: Currency,Currency Name,اسم العملة @@ -344,6 +384,8 @@ DocType: File,Is Home Folder,هو المجلد الرئيسي apps/frappe/frappe/public/js/frappe/ui/editor.html +6,Bold (Ctrl/Cmd+B),جريئة (السيطرة / كمد B +) apps/frappe/frappe/core/page/user_permissions/user_permissions.js +140,Upload and Sync,تحميل ومزامنة apps/frappe/frappe/public/js/frappe/form/share.js +33,Shared with {0},تقاسمها مع {0} +DocType: Comment,Reference Name,مرجع اسم +DocType: Email Account,Use IMAP,استخدام IMAP DocType: DocType,Single Types have only one record no tables associated. Values are stored in tabSingles,أنواع واحد يكون سجل واحد فقط لا الجداول المرتبطة . يتم تخزين القيم في tabSingles DocType: Bulk Email,Bulk Email,الجزء الأكبر البريد الإلكتروني DocType: Workflow,Rules defining transition of state in the workflow.,قواعد تحديد الانتقال من الدولة في سير العمل. @@ -356,7 +398,6 @@ DocType: Workflow State,backward,الى الوراء apps/frappe/frappe/core/doctype/doctype/doctype.py +429,"{0}: Only one rule allowed with the same Role, Level and {1}",{0} قاعدة واحدة فقط سمح لها نفس الدور، مستوى و{1} DocType: Workflow State,share,حصة apps/frappe/frappe/config/setup.py +97,Set numbering series for transactions.,تحديد الترقيم المتسلسل للمعاملات . -DocType: Email Account,POP3 Server,POP3 خادم DocType: User,Last IP,مشاركة IP DocType: DocPerm,Filter records based on User Permissions defined for a user,تصفية السجلات استنادا إلى صلاحيات المستخدمين المخصصة للمستخدم apps/frappe/frappe/public/js/frappe/ui/editor.html +46,Insert picture (or just drag & drop),إدراج الصورة (أو مجرد سحب والإسقاط) @@ -364,7 +405,7 @@ apps/frappe/frappe/custom/doctype/custom_field/custom_field.py +29,Fieldname not apps/frappe/frappe/public/js/frappe/model/model.js +22,Last Updated By,آخر تحديث بواسطة apps/frappe/frappe/public/js/frappe/form/workflow.js +117,is not allowed.,غير مسموح به. DocType: Website Theme,Background Color,لون الخلفية -apps/frappe/frappe/public/js/frappe/views/communication.js +455,There were errors while sending email. Please try again.,كانت هناك أخطاء أثناء إرسال البريد الإلكتروني. يرجى المحاولة مرة أخرى. +apps/frappe/frappe/public/js/frappe/views/communication.js +460,There were errors while sending email. Please try again.,كانت هناك أخطاء أثناء إرسال البريد الإلكتروني. يرجى المحاولة مرة أخرى. DocType: Web Page,0 is highest,0 أعلى قيمة apps/frappe/frappe/public/js/frappe/form/form_sidebar.html +24,Attachments,المرفقات apps/frappe/frappe/website/doctype/web_form/web_form.py +73,You don't have the permissions to access this document,لم يكن لديك أذونات للوصول إلى هذه الوثيقة @@ -395,13 +436,16 @@ apps/frappe/frappe/public/js/frappe/form/form_viewers.js +46,{0} are currently v apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +104,{0} updated,{0} تم تحديث apps/frappe/frappe/core/doctype/doctype/doctype.py +462,Report cannot be set for Single types,لا يمكن تعيين التقرير لأنواع واحدة apps/frappe/frappe/public/js/frappe/views/test_runner.js +17,"To run a test add the module name in the route after '{0}'. For example, {1}",لتشغيل اختبار إضافة اسم الوحدة النمطية في الطريق بعد '{0}'. على سبيل المثال، {1} +DocType: Contact Us Settings,Address Line 1,العنوان سطر 1 apps/frappe/frappe/desk/page/activity/activity.js +152,Feb,فبراير DocType: DocPerm,Role,دور apps/frappe/frappe/utils/data.py +385,Cent,سنت apps/frappe/frappe/config/setup.py +171,"States for workflow (e.g. Draft, Approved, Cancelled).",الدول عن سير العمل (على سبيل المثال مشروع ، وافق ، ألغي ) . apps/frappe/frappe/public/js/frappe/form/link_selector.js +136,Set Quantity,ضبط الكمية +DocType: Comment,Unsubscribed,إلغاء اشتراكك ,Data Import Tool,أداة استيراد البيانات apps/frappe/frappe/core/doctype/user/user.py +378,Registration Details Emailed.,تفاصيل التسجيل عبر البريد الالكتروني. +DocType: Workflow State,Stop,توقف DocType: Top Bar Item,Link to the page you want to open. Leave blank if you want to make it a group parent.,الرابط إلى الصفحة التي تريد فتحها. ترك فارغا إذا كنت تريد أن تجعل من أحد الوالدين المجموعة. DocType: DocType,Is Single,هو واحدة apps/frappe/frappe/email/bulk.py +231,{0} has left the conversation in {1} {2},{0} تركت محادثة في {1} {2} @@ -427,9 +471,10 @@ apps/frappe/frappe/templates/emails/print_link.html +2,View this in your browser DocType: DocType,Search Fields,البحث الحقول apps/frappe/frappe/public/js/legacy/print_format.js +120,No document selected,لا المستند المحدد DocType: Event,Event,حدث -apps/frappe/frappe/public/js/frappe/views/communication.js +492,"On {0}, {1} wrote:",على {0}، {1} كتب: +apps/frappe/frappe/public/js/frappe/views/communication.js +497,"On {0}, {1} wrote:",على {0}، {1} كتب: apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +81,Cannot delete standard field. You can hide it if you want,لا يمكن حذف الحقل القياسية. يمكنك إخفاء ذلك إذا كنت تريد DocType: Top Bar Item,For top bar,الشريط العلوي لل +DocType: Contact Us Settings,Address,عنوان DocType: Print Settings,In points. Default is 9.,في نقطة. الافتراضي هو 9. apps/frappe/frappe/public/js/frappe/ui/editor.html +62,Reduce indent (Shift+Tab),تقليل المسافة البادئة (التحول + تبويب) DocType: Print Settings,"Print with Letterhead, unless unchecked in a particular Document",طباعة مع رأسية، إلا إذا لم يتم التحقق منه في مستند خاص @@ -438,6 +483,7 @@ DocType: Workflow State,minus,ناقص apps/frappe/frappe/public/js/frappe/request.js +116,Server Error: Please check your server logs or contact tech support.,خطأ الخادم : يرجى مراجعة سجلات الخادم الخاص بك أو الاتصال بالدعم التكنولوجيا . apps/frappe/frappe/core/doctype/user/user.py +116,Welcome email sent,نرحب البريد الإلكتروني المرسلة apps/frappe/frappe/public/js/frappe/views/calendar.js +92,Select dates to create a new ,قم بتحديد مواعيد لخلق جديد +apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +242,Let's prepare the system for first use.,دعونا نقوم بإعداد النظام للمرة الاولى. apps/frappe/frappe/desk/page/applications/applications.js +129,Featured,متميز apps/frappe/frappe/core/doctype/user/user.py +361,Already Registered,مسجل بالفعل DocType: System Settings,Float Precision,دقة الرقم العشري @@ -458,6 +504,7 @@ apps/frappe/frappe/desk/page/applications/applications.js +46,Domains,المجا DocType: Blog Category,Blog Category,بلوق التصنيف apps/frappe/frappe/model/mapper.py +81,Cannot map because following condition fails: ,لا يمكن تعيين بسبب فشل الشرط التالي: DocType: User,Roles HTML,الأدوار HTML +apps/frappe/frappe/core/doctype/user/user_list.js +12,Active,نشط apps/frappe/frappe/public/js/frappe/form/grid_form.html +26,Insert Below,إدراج بالأسفل apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +110,All customizations will be removed. Please confirm.,سيتم إزالة كافة التخصيصات. يرجى تأكيد. DocType: Page,Page HTML,صفحة HTML @@ -475,7 +522,9 @@ DocType: Communication,Sender Full Name,المرسل الاسم الكامل apps/frappe/frappe/desk/page/applications/applications.js +49,Portal,بوابة apps/frappe/frappe/desk/query_report.py +76,Must specify a Query to run,يجب تحديد استعلام لتشغيل apps/frappe/frappe/config/setup.py +73,"Language, Date and Time settings",اللغة و التاريخ والوقت إعدادات +DocType: Event,Saturday,السبت DocType: User,Represents a User in the system.,يمثل العضو في النظام. +DocType: DocField,Label,ملصق apps/frappe/frappe/desk/form/assign_to.py +139,"The task {0}, that you assigned to {1}, has been closed.",مهمة {0}، الذي قمت بتعيينه إلى {1}، تم إغلاق. DocType: User,Modules Access,وحدات الوصول DocType: Print Format,Print Format Type,طباعة نوع تنسيق @@ -489,11 +538,13 @@ apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +159,Import Fa apps/frappe/frappe/templates/emails/password_update.html +3,Your password has been updated. Here is your new password,تم تحديث كلمة السر الخاصة بك. هنا هو كلمة السر الجديدة DocType: Email Account,Auto Reply Message,الرد التلقائي رسالة DocType: Email Alert,Condition,الحالة +DocType: Communication,Sent,أرسلت +DocType: File,Lft,LFT apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +91,Open a module or tool,فتح وحدة نمطية أو أداة +DocType: Communication,Delivery Status,حالة التسليم DocType: Module Def,App Name,اسم التطبيق DocType: Workflow,"Field that represents the Workflow State of the transaction (if field is not present, a new hidden Custom Field will be created)",الحقل الذي يمثل حالة سير العمل للصفقة (إذا حقل غير موجود، سيتم إنشاء حقل مخصص جديد مخفي) apps/frappe/frappe/templates/pages/login.py +162,Email not verified with {1},البريد الإلكتروني لم يتم التحقق مع {1} -DocType: Email Account,e.g. pop.gmail.com,على سبيل المثال pop.gmail.com apps/frappe/frappe/print/page/print_format_builder/print_format_builder.js +533,Edit to add content,تعديل لإضافة محتوى apps/frappe/frappe/__init__.py +432,No permission for {0},لا إذن ل{0} DocType: Web Form,Advanced,متقدم @@ -504,7 +555,7 @@ myfield eval:doc.myfield=='My Value' eval:doc.age>18",سيظهر هذا المجال إلا إذا كان FIELDNAME المحدد هنا له قيمة أو قواعد صحيحة (أمثلة): myfield حدة التقييم: doc.myfield == 'بلدي القيمة ايفال: doc.age> 18 DocType: File,Attached To Name,أرفقت للأسم -apps/frappe/frappe/email/receive.py +61,Invalid User Name or Support Password. Please rectify and try again.,اسم المستخدم غير صحيح أو كلمة المرور الدعم . يرجى تصحيح و حاول مرة أخرى. +apps/frappe/frappe/email/receive.py +88,Invalid User Name or Support Password. Please rectify and try again.,اسم المستخدم غير صحيح أو كلمة المرور الدعم . يرجى تصحيح و حاول مرة أخرى. DocType: Email Account,Login Id is Different,معرف تسجيل الدخول مختلفة DocType: Email Account,Yahoo Mail,بريد ياهو apps/frappe/frappe/core/page/permission_manager/permission_manager.js +476,Saved!,حفظ! @@ -516,6 +567,7 @@ DocType: Customize Form,Enter Form Type,أدخل نوع النموذج apps/frappe/frappe/public/js/frappe/list/list_sidebar_stat.html +5,No records tagged.,لا توجد سجلات معلمة. DocType: User,Send Password Update Notification,إرسال كلمة المرور إعلام التحديثات apps/frappe/frappe/public/js/legacy/form.js +62,"Allowing DocType, DocType. Be careful!",السماح DOCTYPE ، DOCTYPE . كن حذرا! +apps/frappe/frappe/config/core.py +32,"Customized Formats for Printing, Email",تنسيقات مخصصة للطباعة، البريد الإلكتروني apps/frappe/frappe/public/js/frappe/desk.js +300,Updated To New Version,تحديث إلى الإصدار الجديد DocType: DocField,Depends On,يعتمد على DocType: DocPerm,Additional Permissions,ضوابط إضافية @@ -524,11 +576,13 @@ apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start ente DocType: Workflow State,retweet,retweet apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +40,Update the template and save in CSV (Comma Separate Values) format before attaching.,تحديث القالب وحفظ في CSV (الفاصلة قيم منفصلة) شكل قبل إرفاق. apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +164,Specify the value of the field,تحديد قيمة الحقل +DocType: Report,Disabled,معاق apps/frappe/frappe/desk/page/activity/activity.js +152,May,مايو apps/frappe/frappe/desk/page/activity/activity.js +152,Jan,يناير DocType: Email Account,Always use Account's Email ID as Sender,دائما استخدام الحساب ID البريد الإلكتروني كما المرسل DocType: Workflow State,eye-close,إغلاق العين apps/frappe/frappe/public/js/frappe/request.js +295,Report this issue,بلغ عن هذه المسألة +apps/frappe/frappe/public/js/frappe/form/save.js +78,Name is required,مطلوب اسم DocType: Custom Script,Adds a custom script (client or server) to a DocType,ويضيف سيناريو مخصص (العميل أو الخادم) إلى DOCTYPE apps/frappe/frappe/email/doctype/email_alert/email_alert.py +21,Cannot set Email Alert on Document Type {0},لا يمكن تعيين تنبيه بالبريد الالكتروني على نوع الوثيقة {0} apps/frappe/frappe/config/website.py +49,Setup of fonts and background.,إعداد الخطوط والخلفية. @@ -538,19 +592,23 @@ DocType: Custom Field,Field Type,نوع الحقل apps/frappe/frappe/utils/data.py +402,only.,فقط. DocType: Feed,Doc Type,نوع الوثيقة apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +452,Descending,تنازلي -apps/frappe/frappe/email/receive.py +53,Invalid Mail Server. Please rectify and try again.,خادم البريد غير صالحة . يرجى تصحيح و حاول مرة أخرى. +apps/frappe/frappe/email/receive.py +57,Invalid Mail Server. Please rectify and try again.,خادم البريد غير صالحة . يرجى تصحيح و حاول مرة أخرى. DocType: Dropbox Backup,Dropbox Backup,دروببوإكس النسخ الاحتياطي DocType: DocField,"For Links, enter the DocType as range. For Select, enter list of Options, each on a new line.",روابط المواقع، أدخل DOCTYPE عن مجموعة. لتحديد، قائمة إدخال من الخيارات، كل على سطر جديد. DocType: Workflow State,film,فيلم apps/frappe/frappe/model/db_query.py +330,No permission to read {0},لا إذن لقراءة {0} +apps/frappe/frappe/config/desk.py +7,Tools,أدوات apps/frappe/frappe/utils/nestedset.py +229,Multiple root nodes not allowed.,العقد الجذرية متعددة غير مسموح به. apps/frappe/frappe/public/js/frappe/model/create_new.js +280,Get,الحصول على apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +363,ID field is required to edit values using Report. Please select the ID field using the Column Picker,مطلوب حقل معرف لتعديل القيم باستخدام التقرير. يرجى تحديد الحقل ID باستخدام لاقط العمود +apps/frappe/frappe/public/js/frappe/model/model.js +25,Comments,تعليقات apps/frappe/frappe/public/js/frappe/ui/messages.js +23,Confirm,أكد +apps/frappe/frappe/desk/page/applications/applications.js +160,Install {0}?,تثبيت {0}؟ DocType: System Settings,yyyy-mm-dd,YYYY-MM-DD -apps/frappe/frappe/email/doctype/email_account/email_account.py +42,Login Id is required,مطلوب معرف تسجيل الدخول +apps/frappe/frappe/email/doctype/email_account/email_account.py +43,Login Id is required,مطلوب معرف تسجيل الدخول DocType: Website Slideshow,Website Slideshow,موقع عرض الشرائح +apps/frappe/frappe/public/js/frappe/form/grid_body.html +6,No Data,لا توجد بيانات DocType: Website Settings,"Link that is the website home page. Standard Links (index, login, products, blog, about, contact)",ربط هذا هو الصفحة الرئيسية ل موقع الويب. روابط القياسية ( مؤشر ، تسجيل الدخول ، والمنتجات، بلوق ، عن، الاتصال ) apps/frappe/frappe/public/js/frappe/ui/editor.html +8,Bullet list,قائمة رصاصة apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +49,values and dates,القيم والتواريخ @@ -560,10 +618,14 @@ apps/frappe/frappe/email/doctype/email_alert/email_alert.py +14,Please specify w DocType: DocPerm,Set User Permissions,تعيين أذونات المستخدم DocType: Email Account,Email Account Name,البريد الإلكتروني اسم الحساب apps/frappe/frappe/core/page/permission_manager/permission_manager.js +249,Select Document Types,حدد أنواع المستندات +DocType: File,old_parent,old_parent DocType: Email Account,"e.g. ""Support"", ""Sales"", ""Jerry Yang""","على سبيل المثال ""دعم ""،"" المبيعات ""،"" جيري يانغ """ apps/frappe/frappe/public/js/frappe/form/workflow.js +115,Document Status transition from,وثيقة حالة الانتقال من +DocType: DocField,Description,وصف +DocType: Letter Head,Is Default,افتراضي DocType: User,Facebook User ID,الفيسبوك الرقم DocType: Workflow State,fast-forward,سريع إلى الأمام +DocType: Communication,Communication,اتصالات apps/frappe/frappe/print/page/print_format_builder/print_format_builder_column_selector.html +1,"Check columns to select, drag to set order.",تحقق الأعمدة لتحديد، اسحب لضبط النظام. apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +572,This is PERMANENT action and you cannot undo. Continue?,هذا هو عمل دائم وأنت لا يمكن التراجع. المتابعة؟ DocType: Event,Every Day,كل يوم @@ -572,6 +634,7 @@ DocType: Workflow State,move,خطوة apps/frappe/frappe/desk/page/applications/applications.py +81,{0} Installed,{0} المثبتة apps/frappe/frappe/model/document.py +721,one of,واحدة من apps/frappe/frappe/public/js/frappe/list/list_sidebar.js +79,Show Tags,مشاهدة علامات +DocType: Bulk Email,Not Sent,لا ترسل DocType: Web Form,Actions,الإجراءات DocType: Workflow State,align-justify,محاذاة-تبرير DocType: User,Middle Name (Optional),الاسم الأوسط (اختياري) @@ -595,11 +658,15 @@ apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +50,to filter DocType: Web Page,Content in markdown format that appears on the main side of your page,المحتوى في شكل تخفيض السعر الذي يظهر على الجانب الرئيسي من الصفحة الخاصة بك DocType: System Settings,dd/mm/yyyy,اليوم / الشهر / السنة apps/frappe/frappe/public/js/frappe/form/layout.js +93,Hide Details,إخفاء التفاصيل +DocType: Workflow State,Tasks,المهام +DocType: Event,Tuesday,الثلاثاء DocType: Blog Settings,Blog Settings,إعدادات بلوق apps/frappe/frappe/templates/emails/new_user.html +12,You can also copy-paste this link in your browser,يمكنك أيضا نسخ لصق هذا الرابط في متصفحك DocType: Workflow State,bullhorn,البوق DocType: Social Login Keys,Facebook Client Secret,الفيسبوك العميل السري +DocType: Top Bar Item,Target,الهدف DocType: Website Settings,Copyright,حق النشر +DocType: ToDo,Due Date,بسبب تاريخ DocType: Social Login Keys,Google Client Secret,سر عميل جوجل 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.,كتابة ملف بيثون في نفس المجلد حيث تم حفظ هذا العمود والعودة والنتيجة. @@ -623,9 +690,12 @@ DocType: Workflow State,leaf,ورق DocType: Email Account,Email ID,ID البريد الإلكتروني apps/frappe/frappe/public/js/frappe/ui/editor.html +49,Insert Link,إدراج ارتباط DocType: Contact Us Settings,Query Options,خيارات الاستعلام +apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +108,Import Successful!,استيراد الناجحة ! DocType: Patch Log,Patch Log,سجل التصحيح +apps/frappe/frappe/core/page/permission_manager/permission_manager.js +379,Add,إضافة DocType: Communication,Sent or Received,المرسلة أو المتلقاة DocType: DefaultValue,Key,مفتاح +apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +124,Setup Complete,الإعداد كاملة apps/frappe/frappe/config/setup.py +61,Report of all document shares,تقرير عن سهم ثيقة apps/frappe/frappe/public/js/frappe/model/model.js +24,Starred By,تألق بواسطة apps/frappe/frappe/templates/pages/update-password.html +14,New Password,كلمة مرور جديدة @@ -641,8 +711,9 @@ apps/frappe/frappe/templates/pages/print.py +158,No {0} permission,لا {0} إذ DocType: Feed,Login,دخول DocType: System Settings,Enable Scheduled Jobs,تمكين المهام المجدولة apps/frappe/frappe/core/page/data_import_tool/exporter.py +60,Notes:,الملاحظات : -apps/frappe/frappe/public/js/frappe/form/control.js +1342,Markdown,تخفيض السعر +apps/frappe/frappe/public/js/frappe/form/control.js +1354,Markdown,تخفيض السعر DocType: DocShare,Document Name,اسم المستند +DocType: ToDo,Medium,متوسط DocType: Comment,Comment By,تعليق من جانب apps/frappe/frappe/public/js/frappe/form/linked_with.js +86,Not enough permission to see links.,لا إذن بما يكفي لرؤية الروابط. DocType: Customize Form,Customize Form,تخصيص نموذج @@ -667,7 +738,7 @@ DocType: Print Format,Custom CSS,العرف CSS apps/frappe/frappe/public/js/frappe/form/footer/timeline.html +3,Add a comment,إضافة تعليق apps/frappe/frappe/model/rename_doc.py +359,Ignored: {0} to {1},تجاهل: {0} إلى {1} apps/frappe/frappe/config/setup.py +79,Log of error on automated events (scheduler).,تسجيل من خطأ على الأحداث الآلي ( جدولة ) . -apps/frappe/frappe/utils/csvutils.py +74,Not a valid Comma Separated Value (CSV File),ليس صالحا القيمة المفصولة بفواصل ( CSV ​​ملف) +apps/frappe/frappe/utils/csvutils.py +74,Not a valid Comma Separated Value (CSV File),ليس صالحا القيمة المفصولة بفواصل ( CSV ملف) DocType: Email Account,Default Incoming,افتراضي واردة DocType: Workflow State,repeat,كرر DocType: Website Settings,Banner,راية @@ -685,25 +756,30 @@ apps/frappe/frappe/config/desk.py +14,Documents assigned to you and by you.,وث DocType: User,Email Signature,البريد الإلكتروني التوقيع DocType: Website Settings,Google Analytics ID,جوجل تحليلات ID DocType: Website Theme,Link to your Bootstrap theme,رابط لموضوع التمهيد الخاص بك -apps/frappe/frappe/public/js/frappe/form/control.js +1341,Edit as {0},تحرير ك {0} +apps/frappe/frappe/public/js/frappe/form/control.js +1353,Edit as {0},تحرير ك {0} apps/frappe/frappe/public/js/frappe/form/grid_body.html +11,Add new row,إضافة صف جديد +DocType: DocPerm,Delete,حذف +apps/frappe/frappe/public/js/frappe/form/toolbar.js +165,New {0},جديد {0} apps/frappe/frappe/core/page/user_permissions/user_permissions.js +199,No User Restrictions found.,لم يتم العثور على القيود العضو. apps/frappe/frappe/email/doctype/email_account/email_account_list.js +10,Default Inbox,علبة الوارد الافتراضية apps/frappe/frappe/public/js/frappe/form/link_selector.js +104,Make a new,جعل جديدة -DocType: Payment Reconciliation Payment,Allocated amount,المبلغ المخصص DocType: Print Settings,PDF Page Size,PDF حجم الصفحة apps/frappe/frappe/public/js/frappe/list/list_permission_footer.html +20,Note: fields having empty value for above criteria are not filtered out.,ملاحظة: لا يتم تصفيتها المجالات ذات قيمة فارغة للمعايير المشار إليها أعلاه. DocType: Communication,Recipient Unsubscribed,المتلقي غير المشتركين apps/frappe/frappe/public/js/frappe/ui/toolbar/offcanvas_left_sidebar.html +25,About,حول apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,"For updating, you can update only selective columns.",لتحديث، يمكنك تحديث الأعمدة انتقائية فقط. +DocType: Country,Country,بلد apps/frappe/frappe/public/js/frappe/views/communication.js +80,Attach Document Print,إرفاق طباعة المستند +DocType: Communication,Received,تلقى DocType: Social Login Keys,Google Client ID,معرف عميل جوجل apps/frappe/frappe/core/doctype/user/user.py +63,Adding System Manager to this User as there must be atleast one System Manager,مضيفا إدارة نظام ل هذا العضو كما يجب أن يكون هناك أتلست إدارة نظام واحد +DocType: DocField,Attach Image,إرفاق صورة DocType: Workflow State,list-alt,قائمة بديل apps/frappe/frappe/templates/pages/update-password.html +63,Password Updated,تحديث كلمة السر apps/frappe/frappe/core/page/modules_setup/modules_setup.js +18,"Select modules to be shown (based on permission). If hidden, they will be hidden for all users.",حدد وحدات ليتم عرضها (على أساس إذن ) . إذا مخفي ، وسوف تكون مخفية لجميع المستخدمين. apps/frappe/frappe/core/page/user_permissions/user_permissions.js +154,Permissions Updated,ضوابط محدثة -apps/frappe/frappe/email/doctype/email_account/email_account.py +50,Append To is mandatory for incoming mails,إلحاق إلزامي لرسائل واردة +apps/frappe/frappe/email/doctype/email_account/email_account.py +51,Append To is mandatory for incoming mails,إلحاق إلزامي لرسائل واردة +DocType: Communication,Rejected,مرفوض apps/frappe/frappe/core/doctype/doctype/doctype.py +254,Options requried for Link or Table type field {0} in row {1},خيارات ريكارد ل ينك أو نوع الجدول الحقل {0} في {1} الصف DocType: Report,Query Report,الاستعلام عن DocType: User,Set New Password,وضع كلمة سر جديدة @@ -711,6 +787,7 @@ DocType: User,Github User ID,جيثب هوية المستخدم apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,إذا نوع الوثيقة DocType: Communication,Chat,الدردشة apps/frappe/frappe/core/doctype/doctype/doctype.py +245,Fieldname {0} appears multiple times in rows {1},Fieldname {0} تظهر عدة مرات في الصفوف {1} +DocType: DocType,System,نظام apps/frappe/frappe/public/js/legacy/print_format.js +144,Unknown Print Format: {0},تنسيق الطباعة غير معروف: {0} DocType: Workflow State,arrow-down,سهم لأسفل apps/frappe/frappe/public/js/frappe/ui/tree.js +123,Collapse,انهيار @@ -722,11 +799,13 @@ apps/frappe/frappe/core/doctype/file/test_file.py +57,Home/Test Folder 2,الص DocType: System Settings,Ignore User Permissions If Missing,تجاهل أذونات المستخدم إذا مفقود apps/frappe/frappe/public/js/frappe/form/control.js +748,Please save the document before uploading.,الرجاء حفظ المستند قبل تحميلها. apps/frappe/frappe/public/js/frappe/ui/messages.js +162,Enter your password,ادخل رقمك السري +DocType: Dropbox Backup,Dropbox Access Secret,دروببوإكس الدخول السرية apps/frappe/frappe/core/doctype/doctype/doctype.py +319,Fold must come before a Section Break,أضعاف يجب أن يأتي قبل استراحة القسم apps/frappe/frappe/core/doctype/user/user.py +383,Not allowed to reset the password of {0},لا يسمح ل إعادة تعيين كلمة المرور من {0} DocType: Workflow State,hand-down,إلى أسفل اليد apps/frappe/frappe/core/doctype/doctype/doctype.py +448,{0}: Cannot set Cancel without Submit,{0} : لا يمكن تحديد الغاء دون تأكيد DocType: Website Theme,Theme,موضوع +apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +146,There were errors.,كانت هناك أخطاء . DocType: DocType,Is Submittable,هو Submittable apps/frappe/frappe/custom/doctype/property_setter/property_setter.js +7,Value for a check field can be either 0 or 1,قيمة لحقل الاختيار يمكن أن يكون إما 0 أو 1 apps/frappe/frappe/model/document.py +519,Could not find {0},لا يمكن أن تجد {0} @@ -747,7 +826,10 @@ apps/frappe/frappe/public/js/frappe/model/model.js +466,Permanently delete {0}?, apps/frappe/frappe/core/doctype/file/file.py +131,Same file has already been attached to the record,نفس الملف تم إرفاقه إلى هذا السجل apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +59,Ignore encoding errors.,تجاهل ترميز الأخطاء. DocType: Workflow State,wrench,وجع +apps/frappe/frappe/desk/page/applications/applications.js +45,Not Set,غير محدد +DocType: Communication,Date,تاريخ DocType: Website Settings,Disable Signup,تعطيل الاشتراك +apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +115,Sit tight while your system is being setup. This may take a few moments.,"الرجاء الانتظار حتى يتم الانتهاء من اعداد النظام, قد يستغرق بضع دقائق." 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/website/doctype/web_page/web_page.py +163,Website Search,البحث في الموقع DocType: DocField,Mandatory,إلزامي @@ -767,19 +849,23 @@ DocType: Workflow State,book,كتاب DocType: Website Settings,Landing Page,الصفحة المقصودة apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +81,"Import Request Queued. This may take a few moments, please be patient.",استيراد طلب قائمة الانتظار. هذا قد يستغرق بضع لحظات، يرجى التحلي بالصبر. apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,لم يحدد ضوابط لهذه المعايير. +DocType: Custom Field,Custom,عرف apps/frappe/frappe/config/setup.py +128,Setup Email Alert based on various criteria.,إعداد تنبيه البريد الإلكتروني استنادا إلى معايير مختلفة. apps/frappe/frappe/website/doctype/blog_post/blog_post.py +93,Posts filed under {0},الوظائف المقدمة في إطار {0} DocType: Email Alert,Send alert if date matches this field's value,إرسال تنبيه إذا تاريخ مباريات قيمة هذا الحقل DocType: Workflow,Transitions,التحولات DocType: User,Login After,بعد الدخول DocType: Print Format,Monospace,معدل النصوص والشروط +apps/frappe/frappe/config/setup.py +138,Printing,طبع DocType: Workflow State,thumbs-up,الابهام إلى أعلى apps/frappe/frappe/public/js/frappe/views/communication.js +15,Add Reply,إضافة رد DocType: DocPerm,DocPerm,DocPerm apps/frappe/frappe/core/doctype/doctype/doctype.py +292,Precision should be between 1 and 6,يجب أن تكون الدقة بين 1 و 6 +apps/frappe/frappe/public/js/frappe/misc/utils.js +110,and,و DocType: About Us Team Member,Image Link,رابط الصورة DocType: Workflow State,step-backward,خطوة إلى الوراء apps/frappe/frappe/utils/boilerplate.py +232,{app_title},{ app_title } +apps/frappe/frappe/integrations/doctype/dropbox_backup/dropbox_backup.py +182,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,حذف هذا السجل للسماح إرسالها إلى عنوان البريد الإلكتروني هذا DocType: Email Account,Uses the Email ID mentioned in this Account as the Sender for all emails sent using this Account. ,يستخدم ID البريد الإلكتروني المذكور في هذا الحساب باسم المرسل لجميع رسائل البريد الإلكتروني المرسلة باستخدام هذا الحساب. apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,ضرورية لسجلات جديدة الحقول الإلزامية فقط. يمكنك حذف الأعمدة غير الإلزامية إذا كنت ترغب في ذلك. @@ -792,17 +878,22 @@ DocType: DocPerm,Amend,تعديل DocType: File,Is Attachments Folder,هو مجلد المرفقات apps/frappe/frappe/templates/includes/login/login.js +46,Valid Login id required.,صالحة معرف تسجيل الدخول المطلوبة. apps/frappe/frappe/desk/doctype/todo/todo.js +30,Re-open,إعادة فتح +apps/frappe/frappe/model/rename_doc.py +343,Please select a valid csv file with data,يرجى تحديد ملف CSV صالحة مع البيانات apps/frappe/frappe/core/doctype/docshare/docshare.py +53,{0} un-shared this document with {1},{0} الغى مشاركة هذه الوثيقة مع {1} apps/frappe/frappe/public/js/frappe/form/workflow.js +118,Document Status transition from {0} to {1} is not allowed,لا يسمح وضع وثيقة الانتقال من {0} إلى {1} +apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +114,Setting Up,إنشاء apps/frappe/frappe/templates/emails/auto_reply.html +5,This is an automatically generated reply,هذا هو الرد تتولد تلقائيا apps/frappe/frappe/public/js/frappe/model/create_new.js +269,Get From,عليه من apps/frappe/frappe/model/document.py +416,Record does not exist,سجل غير موجود apps/frappe/frappe/templates/pages/404.html +4,Page missing or moved,الصفحة المفقودة أو نقلها +DocType: DocField,Name,اسم apps/frappe/frappe/public/js/frappe/form/control.js +989,Open Link,فتح الرابط apps/frappe/frappe/desk/page/applications/applications.py +88,Unknown app,غير معروف التطبيق apps/frappe/frappe/desk/form/load.py +42,Did not load,لم يتم تحميل apps/frappe/frappe/desk/query_report.py +80,Query must be a SELECT,يجب أن يكون الاستعلام SELECT DocType: Website Settings,Facebook Share,الفيسبوك شارك +apps/frappe/frappe/core/doctype/doctype/boilerplate/controller_list.html +31,Completed,الانتهاء +DocType: Web Form,Select DocType,حدد DOCTYPE apps/frappe/frappe/public/js/frappe/upload.js +173,File size exceeded the maximum allowed size of {0} MB,تجاوز حجم الملف الحد الأقصى المسموح به حجم {0} MB apps/frappe/frappe/core/doctype/doctype/doctype.py +400,Enter at least one permission row,يدخل الصف إذن واحد على الأقل apps/frappe/frappe/public/js/frappe/model/model.js +20,Created On,مكون في @@ -838,6 +929,7 @@ apps/frappe/frappe/public/js/frappe/model/model.js +489,Merge with existing,دم DocType: User,Birth Date,تاريخ الميلاد DocType: Workflow State,fast-backward,سريع إلى الوراء DocType: DocShare,DocShare,DocShare +DocType: Event,Friday,الجمعة DocType: Report,Add Total Row,إضافة صف الإجمالي apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +19,For example if you cancel and amend INV004 it will become a new document INV004-1. This helps you to keep track of each amendment.,على سبيل المثال إذا قمت بإلغاء وتعديل INV004 أنها سوف تصبح وثيقة INV004-1 جديدة. هذا يساعدك على تتبع كل تعديل. DocType: Workflow Document State,0 - Draft; 1 - Submitted; 2 - Cancelled,0 - مسودّة؛ 1 - تأكيد؛ 2 - إلغاء @@ -845,6 +937,8 @@ apps/frappe/frappe/core/page/modules_setup/modules_setup.js +5,Show or Hide Modu DocType: File,Attached To DocType,تعلق على DOCTYPE apps/frappe/frappe/desk/page/activity/activity.js +153,Aug,أغسطس DocType: DocField,Int,الباحث +DocType: Page,Title,لقب +apps/frappe/frappe/public/js/frappe/list/doclistview.js +418,Customize,تخصيص DocType: Currency,"1 Currency = [?] Fraction For e.g. 1 USD = 100 Cent",وحدة واحدة من العملة = ؟ أجزاء صغيرة من العملة. على سبيل المثال : 1 ريال سعودي = 100 هللة. apps/frappe/frappe/core/page/permission_manager/permission_manager.js +370,Add New Permission Rule,إضافة قاعدة جديدة إذن @@ -861,6 +955,7 @@ DocType: Email Alert,Value Change,قيمة التغيير DocType: Standard Reply,Standard Reply,معيار الرد apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +176,Width of the input box,عرض مربع الإدخال DocType: UserRole,UserRole,UserRole +DocType: System Settings,In Hours,في ساعات DocType: Print Settings,With Letterhead,مع رأسية apps/frappe/frappe/email/smtp.py +174,Invalid Outgoing Mail Server or Port,خادم البريد الصادر غير صالحة أو ميناء DocType: DocPerm,Write,الكتابة @@ -872,22 +967,29 @@ apps/frappe/frappe/public/js/frappe/views/communication.js +85,Select Attachment apps/frappe/frappe/model/naming.py +90, for {0},ل{0} apps/frappe/frappe/public/js/legacy/print_format.js +125,You are not allowed to print this document,لا يسمح لك طباعة هذه الوثيقة apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +286,Loading Report,تحميل تقرير +DocType: Page,Standard,معيار apps/frappe/frappe/public/js/frappe/form/form_sidebar.html +26,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/public/js/frappe/form/footer/assign_to.js +62,Assignment Complete,التنازل الكامل DocType: DocPerm,User Permission DocTypes,DocTypes إذن المستخدم apps/frappe/frappe/public/js/frappe/model/model.js +488,New Name,اسم جديد apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +136,Please save the document before removing assignment,الرجاء حفظ المستند قبل إزالة المهمة apps/frappe/frappe/public/js/frappe/form/grid_form.html +10,Insert Above,إدراج فوق +apps/frappe/frappe/public/js/frappe/model/indicator.js +30,Draft,مسودة +DocType: User,Female,أنثى +DocType: Print Settings,Modern,حديث apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,نتائج البحث apps/frappe/frappe/public/js/frappe/model/indicator.js +5,Not Saved,غير المحفوظة +DocType: Communication,Replied,رد DocType: Custom Field,Default Value,القيمة الافتراضية apps/frappe/frappe/public/js/frappe/ui/messages.js +177,Verify,تحقق من DocType: Workflow Document State,Update Field,تحديث الميدانية apps/frappe/frappe/desk/page/applications/applications.js +50,Regional Extensions,الامتدادات الإقليمية -apps/frappe/frappe/email/doctype/email_account/email_account.py +341,Leave this conversation,ترك هذه المحادثة +apps/frappe/frappe/email/doctype/email_account/email_account.py +342,Leave this conversation,ترك هذه المحادثة apps/frappe/frappe/model/base_document.py +393,Options not set for link field {0},خيارات لم يتم تعيين لحقل الرابط {0} apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +151,You cannot unset 'Read Only' for field {0},لا يمكنك ضبطه "للقراءة فقط" لحقل {0} +apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +18,Complete Setup,الإعداد الكامل DocType: Workflow State,asterisk,النجمة apps/frappe/frappe/core/page/data_import_tool/exporter.py +61,Please do not change the template headings.,من فضلك لا تغيير عناوين القالب. DocType: Communication,Linked,مرتبط @@ -908,17 +1010,21 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +44,Logout,خروج 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.,ضوابط في المستويات العليا هي أذونات المستوى الميداني. جميع الحقول لديها مجموعة مستوى الأذونات ضدهم والقواعد المحددة في تلك الأذونات تنطبق على هذا المجال. وهذا مفيد في حال كنت تريد إخفاء أو جعل مجال معين للقراءة فقط لبعض الأدوار. apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.",إذا هذه التعليمات حيث لم تكن مفيدة ، يرجى إضافة في اقتراحاتكم بشأن قضايا جيثب . DocType: Workflow State,bookmark,المرجعية +DocType: Note,Note,لاحظ apps/frappe/frappe/email/bulk.py +96,This email was sent to you as CC,تم إرسال هذه الرسالة الإلكترونية إليك كما CC +DocType: Email Account,Email Ids,البريد الإلكتروني معرفات DocType: Currency,Symbol,رمز apps/frappe/frappe/model/base_document.py +434,Row #{0}:,الصف # {0}: apps/frappe/frappe/core/doctype/user/user.py +81,New password emailed,كلمة مرور جديدة عبر البريد الالكتروني apps/frappe/frappe/auth.py +222,Login not allowed at this time,الدخول غير مسموح به في هذا الوقت DocType: Async Task,Runtime,وقت التشغيل +DocType: Contact Us Settings,Introduction,مقدمة DocType: DocType,Permissions Settings,أذونات إعدادات apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +207,{0} List,قائمة {0} apps/frappe/frappe/desk/form/assign_to.py +39,Already in user's To Do list,بالفعل في قائمة مهام المستخدم DocType: Email Account,Enable Outgoing,تمكين المنتهية ولايته apps/frappe/frappe/desk/page/applications/applications.js +147,No matching apps found,لم يتم العثور على تطبيقات مطابقة +apps/frappe/frappe/public/js/frappe/model/indicator.js +43,Submitted,المقدمة DocType: System Settings,Email Footer Address,البريد الإلكتروني تذييل العنوان DocType: DocField,Text,نص apps/frappe/frappe/config/setup.py +133,Standard replies to common queries.,الردود على الاستفسارات القياسية الشائعة. @@ -926,11 +1032,13 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/offcanvas_left_sidebar.html +31,R apps/frappe/frappe/email/doctype/email_account/email_account_list.js +14,Default Sending,إرسال الافتراضي DocType: Workflow State,volume-off,حجم حالا DocType: Custom Field,Properties,خصائص +,Download Backups,تحميل النسخ الاحتياطية apps/frappe/frappe/core/doctype/file/test_file.py +43,Home/Test Folder 1,الصفحة الرئيسية / اختبار المجلد 1 apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +47,"Do not update, but insert new records.",لا تقم بتحديث، ولكن إدراج سجلات جديدة. apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +160,Assign to me,تعيين لي apps/frappe/frappe/core/doctype/file/file_list.js +74,Edit Folder,تحرير المجلد DocType: DocField,Dynamic Link,الارتباط الحيوي +apps/frappe/frappe/public/js/frappe/form/footer/timeline_item.html +39,Details,تفاصيل DocType: Property Setter,DocType or Field,DOCTYPE أو حقل DocType: Communication,Soft-Bounced,لينة المرتجعة apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +3,Quick Help for Setting Permissions,مساعدة سريعة لوضع ضوابط @@ -945,11 +1053,13 @@ DocType: Workflow State,flag,علم DocType: Web Page,Text Align,محاذاة النص DocType: Contact Us Settings,Forward To Email Address,انتقل إلى عنوان البريد الإلكتروني apps/frappe/frappe/core/doctype/doctype/doctype.py +342,Title field must be a valid fieldname,يجب أن يكون حقل العنوان ل fieldname صالحة +apps/frappe/frappe/desk/moduleview.py +61,Documents,وثائق apps/frappe/frappe/templates/pages/me.html +19,Edit Profile,تعديل الملف الشخصي DocType: System Settings,Session Expiry in Hours e.g. 06:00,انتهاء الاشتراك في الدورة ساعات مثلا 06:00 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).",وبمجرد الانتهاء من تعيين هذه ، سوف يكون المستخدمون قادرين فقط الوصول إلى المستندات (على سبيل المثال مدونة بوست) حيث يوجد رابط (مثل مدون ) . apps/frappe/frappe/utils/csvutils.py +33,Unable to open attached file. Please try again.,غير قادر على فتح الملف المرفق. يرجى المحاولة مرة أخرى. DocType: Scheduler Log,Log of Scheduler Errors,سجل من الأخطاء جدولة +DocType: User,Bio,نبذة apps/frappe/frappe/public/js/frappe/form/save.js +12,Submitting,تقديم apps/frappe/frappe/print/page/print_format_builder/print_format_builder.js +182,Custom HTML,العرف HTML apps/frappe/frappe/core/doctype/file/file_list.js +71,Enter folder name,أدخل اسم المجلد @@ -960,7 +1070,7 @@ DocType: Workflow State,adjust,ضبط DocType: Website Settings,Disable Customer Signup link in Login page,تعطيل الرابط اشترك العملاء في صفحة تسجيل الدخول apps/frappe/frappe/core/report/todo/todo.py +21,Assigned To/Owner,تعيين ل / المالك DocType: Workflow State,arrow-left,سهم يسار -apps/frappe/frappe/desk/page/applications/application_row.html +9,Installed,تثبيت +apps/frappe/frappe/desk/page/applications/application_row.html +11,Installed,تثبيت apps/frappe/frappe/desk/page/applications/applications.js +47,Developer Tools,ادوات المطورين DocType: Workflow State,fullscreen,ملء الشاشة DocType: Event,Ref Name,المرجع اسم @@ -975,12 +1085,14 @@ apps/frappe/frappe/model/db_query.py +442,Please select atleast 1 column from {0 apps/frappe/frappe/templates/pages/print.py +184,No template found at path: {0},لا توجد في مسار القالب: {0} DocType: Website Settings,"Menu items in the Top Bar. For setting the color of the Top Bar, go to selected Website Theme.",عناصر القائمة في الأعلى بار. لتحديد لون الشريط العلوي، انتقل إلى اختيار موضوع الموقع. apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +53,Submit after importing.,إرسال بعد استيراد. +apps/frappe/frappe/public/js/frappe/model/indicator.js +34,Cancelled,إلغاء DocType: Blogger,Avatar,الصورة الرمزية DocType: Blogger,Posts,المشاركات -apps/frappe/frappe/public/js/frappe/views/communication.js +479,Dear,العزيز +apps/frappe/frappe/public/js/frappe/views/communication.js +484,Dear,العزيز apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +57,Tip: Double click cell to edit,نصيحة: انقر فوق الخلية مزدوجة لتحرير DocType: ToDo,Description and Status,الوصف و الحالة DocType: Web Page,HTML for header section. Optional,HTML ل مقطع الرأس . اختياري +apps/frappe/frappe/model/rename_doc.py +348,Maximum {0} rows allowed,الحد الأقصى {0} الصفوف المسموح DocType: Email Unsubscribe,Global Unsubscribe,العالمية إلغاء الاشتراك apps/frappe/frappe/core/doctype/userrole/userrole.py +14,Role exists,وجود دور apps/frappe/frappe/public/js/frappe/views/communication.js +82,Select Print Format,حدد تنسيق طباعة @@ -1000,11 +1112,13 @@ apps/frappe/frappe/core/doctype/file/file_list.js +56,New Folder,ملف جديد DocType: Website Settings,Sub-domain provided by erpnext.com,النطاق الفرعي المقدمة من erpnext.com DocType: System Settings,dd-mm-yyyy,DD-MM-YYYY apps/frappe/frappe/desk/query_report.py +70,Must have report permission to access this report.,يجب أن يكون لديك إذن للوصول إلى تقرير هذا التقرير. +apps/frappe/frappe/templates/base.html +134,Added,وأضاف apps/frappe/frappe/desk/doctype/event/event.py +66,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,مشاهدة الموقع DocType: Workflow State,remove,نزع DocType: Email Account,If non standard port (e.g. 587),إذا غير المنفذ القياسي (على سبيل المثال 587) apps/frappe/frappe/public/js/frappe/form/toolbar.js +153,Reload,تحديث +apps/frappe/frappe/desk/query_report.py +136,Total,مجموع DocType: Event,Participants,المشاركين DocType: Bulk Email,Reference DocName,إشارة DocName DocType: Web Form,Success Message,نجاح رسالة @@ -1020,6 +1134,7 @@ apps/frappe/frappe/public/js/frappe/ui/messages.js +177,Verify Password,التح apps/frappe/frappe/core/page/modules_setup/modules_setup.js +55,There were errors,كانت هناك أخطاء apps/frappe/frappe/desk/doctype/todo/todo.js +22,Close,أغلق apps/frappe/frappe/model/document.py +452,Cannot change docstatus from 0 to 2,لا يمكن تغيير docstatus 0-2 +apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Update,تحديث apps/frappe/frappe/core/doctype/doctype/doctype.py +260,Options must be a valid DocType for field {0} in row {1},يجب أن تكون الخيارات ل DOCTYPE صالحة لحقل {0} في {1} الصف apps/frappe/frappe/print/page/print_format_builder/print_format_builder.js +160,Edit Properties,تحرير خصائص DocType: Patch Log,List of patches executed,قائمة من بقع أعدمت @@ -1055,6 +1170,7 @@ apps/frappe/frappe/public/js/frappe/form/form_sidebar.html +19,Assign,عين apps/frappe/frappe/config/setup.py +92,Import / Export Data from .csv files.,استيراد / تصدير البيانات من ملفات CSV. apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +62,You are not allowed to create / edit reports,لا يسمح لك لإنشاء تقارير / تحرير DocType: Workflow State,Icon will appear on the button,سوف تظهر أيقونة على زر +DocType: Website Settings,Website Settings,إعدادات الموقع DocType: Web Page,Page url name (auto-generated),اسم الصفحة رابط ( تم إنشاؤه تلقائيا ) apps/frappe/frappe/core/page/user_permissions/user_permissions.py +105,Please upload using the same template as download.,يرجى تحميل باستخدام نفس القالب التحميل. DocType: Email Account,ProTip: Add Reference: {{ reference_doctype }} {{ reference_name }} to send document reference,ProTip: إضافة Reference: {{ reference_doctype }} {{ reference_name }} لإرسال وثيقة مرجعية @@ -1064,6 +1180,7 @@ apps/frappe/frappe/config/desk.py +27,Chat messages and other notifications.,ر apps/frappe/frappe/public/js/frappe/form/share.js +54,Share {0} with,سهم {0} مع DocType: Workflow State,hand-up,ومن ناحية المتابعة DocType: Blog Settings,Writers Introduction,الكتاب مقدمة +DocType: Communication,Phone,هاتف apps/frappe/frappe/core/page/permission_manager/permission_manager.js +140,Select Document Type or Role to start.,حدد نوع الوثيقة أو دور للبدء. apps/frappe/frappe/public/js/frappe/form/toolbar.js +262,ProTip: You can also use Ctrl+S to Save,ProTip: يمكنك أيضا استخدام مفتاح Ctrl + S لإنقاذ apps/frappe/frappe/public/js/frappe/views/container.js +55,Page not found,لم يتم العثور على الصفحة @@ -1071,6 +1188,7 @@ DocType: DocField,Precision,دقة DocType: Website Slideshow,Slideshow Items,عرض الشرائح عناصر apps/frappe/frappe/model/delete_doc.py +158,Cannot delete or cancel because {0} {1} is linked with {2} {3},لا يمكن حذف أو إلغاء ل {0} {1} يرتبط مع {2} {3} DocType: Website Settings,Twitter Share,تويتر شارك +DocType: Event,Groups,مجموعات DocType: Workflow State,Workflow State,الدولة سير العمل apps/frappe/frappe/templates/pages/me.html +1,My Account,حسابي DocType: ToDo,Allocated To,المخصصة ل @@ -1079,7 +1197,7 @@ DocType: Email Alert,Days After,أيام بعد DocType: Contact Us Settings,Settings for Contact Us Page,إعدادات الاتصال بنا الصفحة DocType: Custom Script,Script Type,نوع البرنامج النصي DocType: Email Account,Footer,تذييل -apps/frappe/frappe/email/doctype/email_account/email_account.py +123,Authentication failed while receiving emails from Email Account {0},فشل المصادقة في حين تلقي رسائل البريد الإلكتروني من حساب البريد الإلكتروني {0} +apps/frappe/frappe/email/doctype/email_account/email_account.py +124,Authentication failed while receiving emails from Email Account {0},فشل المصادقة في حين تلقي رسائل البريد الإلكتروني من حساب البريد الإلكتروني {0} apps/frappe/frappe/utils/verified_command.py +39,Invalid Link,رابط غير صالح DocType: Web Page,Show Title,مشاهدة العنوان DocType: Property Setter,Property Type,نوع الملكية @@ -1115,13 +1233,16 @@ apps/frappe/frappe/email/smtp.py +38,Invalid recipient address,عنوان الم DocType: Workflow State,step-forward,خطوة إلى الأمام apps/frappe/frappe/core/doctype/user/user.js +41,Refreshing...,منعش ... DocType: Event,Starts on,يبدأ يوم +DocType: System Settings,System Settings,إعدادات النظام apps/frappe/frappe/email/bulk.py +160,This email was sent to {0} and copied to {1},وقد أرسلت هذه الرسالة الى {0} ونسخها إلى {1} DocType: Workflow State,th,ال -apps/frappe/frappe/public/js/frappe/form/control.js +1111,Create a new {0},خلق جديد {0} +apps/frappe/frappe/public/js/frappe/form/control.js +1115,Create a new {0},خلق جديد {0} apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +220,Report {0},تقرير {0} apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +231,Open {0},مفتوحة {0} +DocType: Communication,Recipients,المستلمين DocType: Workflow State,ok-sign,علامة OK- apps/frappe/frappe/public/js/frappe/form/toolbar.js +142,Duplicate,مكررة +apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +305,From Date must be before To Date,يجب أن تكون من تاريخ إلى تاريخ قبل apps/frappe/frappe/email/doctype/email_alert/email_alert.py +17,Please specify which value field must be checked,يرجى تحديد أي يجب فحص حقل القيمة apps/frappe/frappe/core/page/data_import_tool/exporter.py +69,"""Parent"" signifies the parent table in which this row must be added","""الأم"" يدل على الجدول الأصل الذي يجب أن يضاف هذا الصف" DocType: Website Theme,Apply Style,تطبيق نمط @@ -1134,8 +1255,11 @@ DocType: User,Location,موقع apps/frappe/frappe/core/doctype/docshare/docshare.py +42,"You need to have ""Share"" permission","تحتاج إلى أن يكون ""مشاركة"" إذن" apps/frappe/frappe/public/js/frappe/form/grid.js +277,Bulk Edit {0},تحرير الجزء الأكبر {0} DocType: Email Alert Recipient,Email Alert Recipient,مستقبل البريد تنبيه +DocType: Blog Category,Parent Website Route,الوالد موقع الطريق +apps/frappe/frappe/workflow/doctype/workflow/workflow_list.js +7,Not active,غير نشطة DocType: About Us Settings,Settings for the About Us Page,إعدادات لمن نحن الصفحة apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +5,Select Type of Document to Download,حدد نوع الوثيقة لتحميل +DocType: Email Account,e.g. pop.gmail.com / imap.gmail.com,على سبيل المثال pop.gmail.com / imap.gmail.com apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +186,Use the field to filter records,استخدام الحقل لتصفية السجلات DocType: Email Account,Outlook.com,Outlook.com DocType: System Settings,Scheduler Last Event,جدولة الحدث الأخير @@ -1144,6 +1268,7 @@ DocType: Email Alert Recipient,"Expression, Optional",التعبير والاخ apps/frappe/frappe/email/bulk.py +162,This email was sent to {0},وقد أرسلت هذه الرسالة إلى {0} DocType: Email Account,Check this to pull emails from your mailbox,التحقق من ذلك لسحب رسائل البريد الإلكتروني من صندوق البريد apps/frappe/frappe/model/document.py +465,Cannot edit cancelled document,لا تستطيع تعديل وثيقة إلغاء +DocType: Event,Monday,يوم الاثنين apps/frappe/frappe/utils/nestedset.py +77,Nested set error. Please contact the Administrator.,خطأ مجموعة متداخلة . يرجى الاتصال مدير البرنامج. apps/frappe/frappe/print/page/print_format_builder/print_format_builder_layout.html +11,,<الطبقة = تمتد-كتم النص بيانات-لا-المحتوى = 1> DocType: Workflow State,envelope,مغلف @@ -1153,9 +1278,11 @@ DocType: Website Settings,Google Plus One,جوجل زائد واحد apps/frappe/frappe/desk/page/activity/activity.js +153,Jul,يوليو apps/frappe/frappe/config/website.py +44,"Setup of top navigation bar, footer and logo.",الإعداد من أعلى الملاحة تذييل وبار والشعار. apps/frappe/frappe/core/doctype/doctype/doctype.py +408,For {0} at level {1} in {2} in row {3},ل {0} في {1} مستوى في {2} في {3} الصف +DocType: Page,All,جميع DocType: Bulk Email,Recipient,مستلم apps/frappe/frappe/config/setup.py +145,Drag and Drop tool to build and customize Print Formats.,سحب وإسقاط أداة لبناء وتخصيص تنسيقات طباعة. apps/frappe/frappe/public/js/frappe/ui/tree.js +123,Expand,وسع +apps/frappe/frappe/core/page/permission_manager/permission_manager.js +428,Set,مجموعة DocType: Workflow State,align-right,محاذاة اليمين apps/frappe/frappe/core/doctype/file/file.py +194,Folder {0} is not empty,المجلد {0} ليست فارغة DocType: Page,Roles,الأدوار @@ -1168,11 +1295,12 @@ DocType: Email Account,Attachment Limit (MB),الحد مرفق (MB) apps/frappe/frappe/public/js/frappe/form/grid_form.html +22,Ctrl + Down,CTRL + داون DocType: User,User Defaults,الملف الشخصي الافتراضيات DocType: Workflow State,chevron-down,شيفرون لأسفل -apps/frappe/frappe/public/js/frappe/views/communication.js +440,Email not sent to {0} (unsubscribed / disabled),البريد الإلكتروني لا يتم إرسالها إلى {0} (غير المكتتب / المعوقين) +apps/frappe/frappe/public/js/frappe/views/communication.js +445,Email not sent to {0} (unsubscribed / disabled),البريد الإلكتروني لا يتم إرسالها إلى {0} (غير المكتتب / المعوقين) DocType: Async Task,Traceback,Traceback apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +163,Assign To,تكليف إلى DocType: Workflow State,th-list,TH-قائمة DocType: Web Page,Enable Comments,تمكين تعليقات +apps/frappe/frappe/desk/doctype/note/note_list.js +3,Notes,ملاحظات DocType: User,Restrict user from this IP address only. Multiple IP addresses can be added by separating with commas. Also accepts partial IP addresses like (111.111.111),تقييد المستخدم من هذا العنوان IP فقط. يمكن إضافة عناوين IP متعددة عن طريق فصل بفواصل. يقبل أيضا عناوين IP جزئية مثل (111.111.111) DocType: Website Theme,Google Font (Heading),جوجل الخط (العنوان) apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +166,Find {0} in {1},البحث عن {0} في {1} @@ -1181,8 +1309,10 @@ DocType: DocType,Allow Import via Data Import Tool,السماح بالإستير apps/frappe/frappe/model/base_document.py +492,Not allowed to change {0} after submission,لا يسمح لتغيير {0} بعد تقديم DocType: Comment,Comment Type,تعليق نوع apps/frappe/frappe/config/setup.py +8,Users,المستخدمين +DocType: Report,Report Type,نوع التقرير DocType: Email Account,Signature,توقيع apps/frappe/frappe/public/js/frappe/form/share.js +112,Share With,مشاركة مع +apps/frappe/frappe/core/doctype/user/user.js +130,Loading,تحميل apps/frappe/frappe/config/setup.py +194,"Enter keys to enable login via Facebook, Google, GitHub.",أدخل مفاتيح لتمكين تسجيل الدخول عبر الفيسبوك ، وجوجل، جيثب . apps/frappe/frappe/public/js/frappe/ui/tags.js +21,Add a tag,إضافة علامة apps/frappe/frappe/public/js/frappe/form/control.js +971,Please attach a file first.,يرجى إرفاق ملف الأول. @@ -1194,6 +1324,7 @@ apps/frappe/frappe/public/js/frappe/views/communication.js +70,Send As Email,أ DocType: Website Theme,Link Color,ارتباط اللون apps/frappe/frappe/core/doctype/user/user.py +47,User {0} cannot be disabled,المستخدم {0} لا يمكن تعطيل apps/frappe/frappe/core/doctype/user/user.py +479,"Dear System Manager,",عزيزي مدير النظام، +DocType: Event,Sunday,الأحد apps/frappe/frappe/public/js/frappe/form/save.js +14,Amending,المعدل apps/frappe/frappe/public/js/frappe/form/link_selector.js +5,Dialog box to select a Link Value,مربع الحوار لتحديد قيمة لينك DocType: Contact Us Settings,Send enquiries to this email address,إرسال الاستفسارات إلى عنوان البريد الإلكتروني هذا @@ -1207,6 +1338,7 @@ DocType: DocField,Table,جدول DocType: File,File Size,حجم الملف apps/frappe/frappe/website/doctype/web_form/web_form.py +189,You must login to submit this form,يجب عليك تسجيل الدخول لتقديم هذا النموذج DocType: User,Background Image,صورة الخلفية +apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +316,"Select your Country, Time Zone and Currency",اختر بلدك، المنطقة الزمنية والعملات DocType: Async Task,Queued,قائمة الانتظار apps/frappe/frappe/public/js/frappe/form/print.js +96,New Custom Print Format,جديد تنسيق مخصص للطباعة DocType: DocPerm,Create,انشاء @@ -1219,7 +1351,7 @@ apps/frappe/frappe/core/doctype/file/file_list.js +109,Paste,لصق apps/frappe/frappe/workflow/doctype/workflow/workflow.py +64,Cannot change state of Cancelled Document. Transition row {0},لا يمكن تغيير حالة الوثيقة ملغاة . DocType: Workflow,"Rules for how states are transitions, like next state and which role is allowed to change state etc.",ويسمح النظام لكيفية قيام الولايات التحولات، مثل الدولة والتي المقبل دور في تغيير الدولة الخ. apps/frappe/frappe/desk/form/save.py +21,{0} {1} already exists,{0} {1} موجود بالفعل -apps/frappe/frappe/email/doctype/email_account/email_account.py +68,Append To can be one of {0},إلحاق يمكن أن يكون واحدا من {0} +apps/frappe/frappe/email/doctype/email_account/email_account.py +69,Append To can be one of {0},إلحاق يمكن أن يكون واحدا من {0} DocType: User,Github Username,جيثب اسم المستخدم DocType: Web Page,Title / headline of your page,عنوان / عنوان الصفحة الخاصة بك DocType: DocType,Plugin,المساعد @@ -1231,6 +1363,8 @@ apps/frappe/frappe/public/js/frappe/views/communication.js +182,Re: {0},رد: {0 DocType: Print Settings,Monochrome,أحادية اللون DocType: Workflow,"Different ""States"" this document can exist in. Like ""Open"", ""Pending Approval"" etc.",مختلفة "الدول" هذه الوثيقة يمكن أن توجد فيها مثل "فتح" و "الموافقة معلقة" الخ. apps/frappe/frappe/utils/verified_command.py +40,This link is invalid or expired. Please make sure you have pasted correctly.,هذا الرابط غير صالح أو منتهية الصلاحية. من فضلك تأكد من ولصق بشكل صحيح. +DocType: Web Page,Slideshow,عرض الشرائح +DocType: Workflow State,Search,البحث DocType: Web Form,Web Form Fields,الحقول نموذج ويب DocType: Website Theme,Top Bar Text Color,أعلى شريط لون الخط apps/frappe/frappe/core/doctype/file/file.py +321,File '{0}' not found,ملف '{0}' غير موجود @@ -1240,7 +1374,8 @@ apps/frappe/frappe/public/js/frappe/form/control.js +428,Invalid Email: {0},صا apps/frappe/frappe/desk/doctype/event/event.py +20,Event end must be after start,يجب أن يكون نهاية الحدث بعد بداية apps/frappe/frappe/templates/includes/sidebar.html +7,Back,إلى الوراء apps/frappe/frappe/desk/query_report.py +22,You don't have permission to get a report on: {0},ليس لديك إذن للحصول على تقرير عن: {0} -apps/frappe/frappe/public/js/frappe/form/control.js +1120,Advanced Search,البحث المتقدم +DocType: Blog Post,Blog Post,بلوق وظيفة +apps/frappe/frappe/public/js/frappe/form/control.js +1124,Advanced Search,البحث المتقدم apps/frappe/frappe/core/doctype/user/user.py +390,Password reset instructions have been sent to your email,وقد تم إرسال إرشادات إعادة تعيين كلمة المرور إلى بريدك الإلكتروني apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +487,Sort By,فرز حسب apps/frappe/frappe/config/setup.py +199,Manage cloud backups on Dropbox,إدارة النسخ الاحتياطية سحابة على دروببوإكس @@ -1257,12 +1392,15 @@ DocType: Custom Field,Field Description,حقل الوصف apps/frappe/frappe/model/naming.py +49,Name not set via Prompt,الأسم: لم تحدد عن طريق موجه DocType: Note,Note is a free page where users can share documents / notes,ملاحظة هي صفحة الحرة حيث يمكن للمستخدمين تبادل الوثائق / الملاحظات DocType: Website Theme,Top Bar Color,أعلى بار اللون +DocType: DocType,Setup,الإعداد DocType: DocType,Allow Import,السماح بالإستيراد apps/frappe/frappe/templates/includes/comments/comments.py +57,New comment on {0} {1},تعليق جديد على {0} {1} DocType: Workflow State,glass,زجاج DocType: Country,Time Zones,من المناطق الزمنية +DocType: DocField,Image,صورة DocType: Workflow State,remove-sign,إزالة التوقيع، apps/frappe/frappe/config/setup.py +166,Define workflows for forms.,تحديد مسارات العمل لل أشكال . +DocType: Communication,Other,آخر apps/frappe/frappe/print/page/print_format_builder/print_format_builder.js +156,Start new Format,بدء تنسيق جديد apps/frappe/frappe/core/page/user_permissions/user_permissions.js +144,Please attach a file,يرجى إرفاق ملف DocType: Workflow State,font,الخط @@ -1274,6 +1412,8 @@ DocType: Workflow State,folder-close,غلق مجلد DocType: Email Alert Recipient,Optional: Alert will only be sent if value is a valid email id.,اختياري: سوف يتم إرسال تنبيه فقط إذا كانت القيمة هي هوية بريد إلكتروني صحيح. apps/frappe/frappe/model/rename_doc.py +101,{0} not allowed to be renamed,{0} غير مسموح بإعادة تسميته DocType: Custom Script,Custom Script,سكربت محصص +DocType: Contact Us Settings,Address Line 2,العنوان سطر 2 +DocType: ToDo,Reference,مرجع apps/frappe/frappe/public/js/frappe/model/model.js +26,Assigned To,كلف إلى apps/frappe/frappe/core/doctype/user/user.py +166,Verify Your Account,التحقق من حسابك الخاص DocType: Workflow Transition,Action,حدث @@ -1309,6 +1449,7 @@ apps/frappe/frappe/website/doctype/blog_post/blog_post.py +84,Blog,بلوق apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +30,Download with data,تحميل مع البيانات DocType: Workflow State,hand-right,ومن جهة اليمين DocType: Website Settings,Subdomain,نطاق فرعي +apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +314,Region,منطقة apps/frappe/frappe/public/js/frappe/form/workflow.js +35,Current status,الحالة الحالية DocType: Web Form,Allow Delete,السماح حذف DocType: Email Alert,Message Examples,أمثلة رسالة @@ -1317,6 +1458,7 @@ apps/frappe/frappe/config/website.py +59,Write titles and introductions to your DocType: Email Account,Notify if unreplied for (in mins),يخطر إذا لا تحوي على ردود ل (في دقيقة) apps/frappe/frappe/public/js/frappe/list/listview.js +343,2 days ago,منذ يومين apps/frappe/frappe/config/website.py +64,Categorize blog posts.,تصنيف بلوق وظيفة. +DocType: Workflow State,Time,مرة DocType: DocField,Attach,إرفاق apps/frappe/frappe/core/doctype/doctype/doctype.py +354,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} ليس نمط FIELDNAME صالح. وينبغي أن يكون {{FIELD_NAME}}. DocType: DocType,Permission Rules,إذن قوانين @@ -1336,6 +1478,7 @@ apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +54,Remove al DocType: Website Slideshow,Slideshow Name,العرض اسم apps/frappe/frappe/public/js/frappe/form/save.js +15,Cancelling,إلغاء DocType: DocType,Allow Rename,السماح بإعادة التسمية +DocType: Feed,Full Name,الاسم الكامل DocType: DocType,Child Tables are shown as a Grid in other DocTypes.,وتظهر جداول الطفل بأنه في الشبكة DocTypes أخرى. DocType: Website Settings,"If checked, the Home page will be the default Item Group for the website.",إذا تم، سيكون في الصفحة الرئيسية يجب أن يكون فريق المدينة الافتراضية للموقع. DocType: Blog Post,"Description for listing page, in plain text, only a couple of lines. (max 140 characters)",وصف لصفحة القائمة، في نص عادي، فقط بضعة أسطر. (حد أقصى 140 حرف) @@ -1360,7 +1503,7 @@ apps/frappe/frappe/templates/includes/contact.js +11,"Please enter both your ema can get back to you. Thanks!","الرجاء إدخال كل من البريد الإلكتروني ورسالة حتى نتمكن \ يمكن أن نعود اليكم. شكر!" apps/frappe/frappe/email/smtp.py +152,Could not connect to outgoing email server,لا يمكن الاتصال بخادم البريد الإلكتروني المنتهية ولايته -apps/frappe/frappe/public/js/frappe/form/control.js +1342,Rich Text,نص منسق +apps/frappe/frappe/public/js/frappe/form/control.js +1354,Rich Text,نص منسق DocType: Workflow State,resize-full,تغيير حجم كامل DocType: Workflow State,off,بعيدا apps/frappe/frappe/desk/query_report.py +26,Report {0} is disabled,تقرير غير مفعلة {0} @@ -1375,6 +1518,7 @@ apps/frappe/frappe/core/page/desktop/desktop.js +59,All Applications,جميع ا apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +422,Pick Columns,اختيار الأعمدة DocType: Web Page,Add code as <script>,إضافة التعليمات البرمجية كما <script> apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +7,Select Type,حدد نوع +DocType: Letter Head,Letter Head,رسالة رئيس apps/frappe/frappe/core/doctype/file/file.py +204,No permission to write / remove.,لا توجد صلاحية لكتابة / إزالة. apps/frappe/frappe/print/page/print_format_builder/print_format_builder_layout.html +3,Drag elements from the sidebar to add. Drag them back to trash.,عناصر السحب من الشريط الجانبي لإضافة. جرها إلى سلة المهملات. DocType: Workflow State,resize-small,تغيير حجم صغير @@ -1390,7 +1534,9 @@ DocType: Email Account,Yandex.Mail,Yandex.Mail DocType: Website Slideshow,"Note: For best results, images must be of the same size and width must be greater than height.",ملاحظة: للحصول على أفضل النتائج، يجب أن تكون الصور من نفس الحجم والعرض يجب أن تكون أكبر من الارتفاع. DocType: DocType,Auto Name,الإسم التلقائي apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +55,Option 3,الخيار 3 +DocType: Workflow State,Edit,تحرير apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +170,Permissions can be managed via Setup > Role Permissions Manager,يمكن أن تدار عن طريق إعداد أذونات & GT. مدير ضوابط دور +DocType: Contact Us Settings,Pincode,Pincode apps/frappe/frappe/core/page/data_import_tool/importer.py +70,Please make sure that there are no empty columns in the file.,يرجى التأكد من أنه لا توجد أعمدة فارغة في الملف. apps/frappe/frappe/public/js/frappe/model/create_new.js +218,You have unsaved changes in this form. Please save before you continue.,لديك تغييرات لم يتم حفظها في هذا النموذج. apps/frappe/frappe/core/doctype/doctype/doctype.py +288,Default for {0} must be an option,الافتراضي ل{0} يجب أن يكون خيارا @@ -1400,6 +1546,8 @@ apps/frappe/frappe/public/js/frappe/form/grid_form.html +22,Ctrl + Up,CTRL + ل DocType: Website Theme,Heading Style,يتجه نمط apps/frappe/frappe/desk/page/applications/applications.py +74,You cannot install this app,لا يمكنك تثبيت هذا التطبيق DocType: Scheduler Log,Error,خطأ +DocType: DocField,Column Break,العمود استراحة +DocType: Event,Thursday,الخميس apps/frappe/frappe/model/document.py +524,Cannot link cancelled document: {0},لا يمكن ربط وثيقة إلغاء: {0} apps/frappe/frappe/print/page/print_format_builder/print_format_builder.js +556,"For example: If you want to include the document ID, use {0}",على سبيل المثال: إذا كنت تريد تضمين الوثيقة ID، استخدم {0} apps/frappe/frappe/print/page/print_format_builder/print_format_builder.js +482,Select Table Columns for {0},تحديد الأعمدة الجدول ل{0} @@ -1411,9 +1559,10 @@ apps/frappe/frappe/public/js/frappe/form/workflow.js +39,Next actions,الإجر apps/frappe/frappe/public/js/frappe/views/ganttview.js +79,Nothing to show for this selection,شيء لاظهار هذا الاختيار DocType: Workflow State,ok,حسنا DocType: User,These values will be automatically updated in transactions and also will be useful to restrict permissions for this user on transactions containing these values.,وسيتم تحديث هذه القيم تلقائيا في المعاملات وأيضا سوف تكون مفيدة لتقييد الأذونات لهذا المستخدم على المعاملات التي تحتوي على هذه القيم. -apps/frappe/frappe/desk/page/applications/application_row.html +19,Publisher,الناشر +apps/frappe/frappe/desk/page/applications/application_row.html +24,Publisher,الناشر apps/frappe/frappe/model/rename_doc.py +361,** Failed: {0} to {1}: {2},** فشل: {0} إلى {1}: {2} apps/frappe/frappe/public/js/frappe/ui/upload.html +4,Browse,تصفح +DocType: DocField,Currency,عملة apps/frappe/frappe/templates/includes/comments/comments.py +52,View it in your browser,مشاهدته في متصفحك DocType: Async Task,Running,تشغيل apps/frappe/frappe/templates/pages/update-password.html +1,Reset Password,إعادة تعيين كلمة المرور @@ -1430,14 +1579,18 @@ DocType: Workflow State,Workflow state represents the current state of a documen apps/frappe/frappe/public/js/frappe/ui/editor.js +445,Open Link in a new Window,فتح الرابط في نافذة جديدة apps/frappe/frappe/utils/file_manager.py +244,Removed {0},إزالة {0} DocType: Company History,Highlight,تسليط الضوء على +DocType: DocField,Fold,طية apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +451,Ascending,تصاعدي apps/frappe/frappe/print/doctype/print_format/print_format.py +18,Standard Print Format cannot be updated,لا يمكن تحديث تنسيق الطباعة القياسية +apps/frappe/frappe/integrations/doctype/dropbox_backup/dropbox_backup.js +12,Please specify,يرجى تحديد +DocType: Page,Page Name,اسم الصفحة apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +147,Help: Field Properties,مساعدة: خصائص الحقل apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +86,Importing...,استيراد ... apps/frappe/frappe/model/document.py +738,Incorrect value in row {0}: {1} must be {2} {3},قيمة غير صحيحة في الصف {0} : {1} يجب أن يكون {2} {3} apps/frappe/frappe/workflow/doctype/workflow/workflow.py +67,Submitted Document cannot be converted back to draft. Transition row {0},الوثيقة المقدمة لا يمكن تحويلها إلى مشروع . apps/frappe/frappe/print/page/print_format_builder/print_format_builder_start.html +2,Select an existing format to edit or start a new format.,تحديد شكل القائمة لتعديل أو اضافة شكل جديد. apps/frappe/frappe/workflow/doctype/workflow/workflow.py +38,Created Custom Field {0} in {1},إنشاء الحقل المخصص {0} في {1} +DocType: System Settings,Time Zone,منطقة زمنية apps/frappe/frappe/core/page/user_permissions/user_permissions.js +31,A user can be permitted to multiple records of the same DocType.,يمكن أن يسمح للمستخدم ل سجلات متعددة من نفس DOCTYPE . DocType: Workflow State,Home,منزل DocType: Workflow State,question-sign,علامة سؤال @@ -1455,6 +1608,7 @@ apps/frappe/frappe/templates/includes/comments/comments.py +50,{0} by {1},{0} ب apps/frappe/frappe/core/doctype/comment/comment.py +57,Cannot add more than 50 comments,لا يمكن إضافة أكثر من 50 تعليقا DocType: Website Settings,Top Bar Items,قطع الشريط العلوي DocType: Print Settings,Print Settings,إعدادات الطباعة +DocType: Page,Yes,نعم DocType: DocType,Max Attachments,المرفقات ماكس DocType: Page,Page,صفحة DocType: Workflow State,briefcase,حقيبة @@ -1465,10 +1619,12 @@ apps/frappe/frappe/templates/includes/contact.js +17,"You seem to have written y DocType: Workflow State,"Style represents the button color: Success - Green, Danger - Red, Inverse - Black, Primary - Dark Blue, Info - Light Blue, Warning - Orange",النمط يمثل لون الزر: النجاح - الخضراء، خطر -، معكوس الأحمر - الأسود، الابتدائية - أزرق داكن، معلومات - أزرق فاتح، تحذير - أورانج apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +124,No Report Loaded. Please use query-report/[Report Name] to run a report.,أي تقرير المحملة. الرجاء استخدام استعلام تقرير / [اسم التقرير] لتشغيل التقرير. DocType: Workflow Transition,Workflow Transition,الانتقال سير العمل +apps/frappe/frappe/public/js/frappe/model/model.js +18,Created By,التي أنشأتها DocType: Workflow State,resize-horizontal,تغيير حجم الأفقي، DocType: Communication,Content,محتوى DocType: Web Form,Go to this url after completing the form.,الذهاب إلى هذا الرابط بعد الانتهاء من النموذج. DocType: DocType,Document,وثيقة +apps/frappe/frappe/core/doctype/doctype/doctype.py +106,Series {0} already used in {1},الترقيم المتسلسل {0} مستخدم بالفعل في {1} DocType: DocField,Code,رمز DocType: Website Theme,Footer Text Color,تذييل لون الخط apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +24,"Permissions at level 0 are Document Level permissions, i.e. they are primary for access to the document.",أذونات على مستوى 0 هي أذونات مستوى الوثيقة، أي أنها الأساسي للوصول إلى هذه الوثيقة. @@ -1484,6 +1640,7 @@ apps/frappe/frappe/print/page/print_format_builder/print_format_builder.js +102, DocType: Module Def,Module Def,وحدة مواطنه apps/frappe/frappe/public/js/frappe/form/grid_form.html +7,Done,تم apps/frappe/frappe/public/js/frappe/form/footer/timeline_item.html +48,Reply,رد +apps/frappe/frappe/config/core.py +22,Pages in Desk (place holders),الصفحات في مكتب (أصحاب مكان) DocType: DocField,Collapsible Depends On,انهيار يعتمد على DocType: Email Account,SMTP Server,خادم SMTP DocType: Print Format,Print Format Help,تنسيق الطباعة مساعدة @@ -1510,32 +1667,42 @@ DocType: File,Thumbnail URL,URL المصغرة apps/frappe/frappe/desk/moduleview.py +31,Custom Reports,تقارير مخصصة DocType: Website Script,Website Script,الموقع سكربت apps/frappe/frappe/config/setup.py +155,Customized HTML Templates for printing transactions.,قوالب HTML مخصصة للمعاملات الطباعة. +DocType: Workflow,Is Active,نشط apps/frappe/frappe/desk/form/utils.py +87,No further records,لا توجد سجلات أخرى DocType: DocField,Long Text,نص طويل +DocType: Workflow State,Primary,أساسي apps/frappe/frappe/core/page/data_import_tool/importer.py +38,Please do not change the rows above {0},من فضلك لا تغيير الصفوف أعلاه {0} apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,(Ctrl + G),(كنترول + G) +DocType: Communication,More Information,المزيد من المعلومات apps/frappe/frappe/public/js/frappe/views/pageview.js +110,Sorry! You are not permitted to view this page.,آسف! غير مسموح لك لعرض هذه الصفحة. DocType: Workflow State,bell,جرس apps/frappe/frappe/public/js/frappe/form/set_sharing.html +39,Share this document with,مشاركة هذه الوثيقة مع apps/frappe/frappe/desk/page/activity/activity.js +152,Jun,يونيو apps/frappe/frappe/utils/nestedset.py +235,{0} {1} cannot be a leaf node as it has children,{0} {1} لا يمكن أن يكون تفريعة لأن لديه تفريعات أخرى DocType: Feed,Info,معلومات +DocType: Communication,Series,سلسلة ترقيم الوثيقة +DocType: Communication,Email,البريد الإلكتروني apps/frappe/frappe/templates/includes/contact.js +30,Thank you for your message,شكرا لرسالتك DocType: Website Settings,Home Page,الصفحة الرئيسية DocType: Email Alert,Filters,فلاتر DocType: Workflow State,share-alt,حصة بديل DocType: Role,Role Name,دور الاسم +apps/frappe/frappe/config/core.py +27,Script or Query reports,تقارير النصي أو سؤال DocType: Workflow Document State,Workflow Document State,سير العمل الوثيقة الدولة apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +32,"To give acess to a role for only specific records, check the Apply User Permissions. User Permissions are used to limit users with such role to specific records.",لإعطاء رصا إلى دور للسجلات معينة فقط، والتحقق من تطبيق ضوابط العضو. وتستخدم ضوابط المستخدم للحد من المستخدمين مع هذا الدور لسجلات محددة. apps/frappe/frappe/workflow/doctype/workflow/workflow.py +70,Cannot cancel before submitting. See Transition {0},لا يمكن إلغاء قبل تقديم . apps/frappe/frappe/templates/pages/print.py +170,Print Format {0} is disabled,تنسيق الطباعة {0} تم تعطيل 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) +apps/frappe/frappe/public/js/frappe/form/link_selector.js +21,Value,قيمة apps/frappe/frappe/desk/doctype/todo/todo_list.js +21,Assigned By Me,يسندها عني apps/frappe/frappe/core/doctype/doctype/doctype.py +59,Not in Developer Mode! Set in site_config.json or make 'Custom' DocType.,"ليس في وضع المطور! يقع في site_config.json أو جعل DOCTYPE ""مخصص""." DocType: Workflow State,globe,العالم DocType: System Settings,dd.mm.yyyy,dd.mm.yyyy apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +194,Hide field in Standard Print Format,إخفاء الحقل في تنسيق طباعة قياسي +DocType: ToDo,Priority,أفضلية +DocType: Dropbox Backup,Dropbox Access Allowed,دروببوإكس الدخول الأليفة +DocType: Dropbox Backup,Weekly,الأسبوعية DocType: Communication,In Reply To,ردا على DocType: DocField,Float,رقم عشري DocType: Module Def,Module Name,اسم وحدة @@ -1545,10 +1712,14 @@ DocType: Email Account,GMail,بريد جوجل DocType: Web Page,Template Path,مسار قالب apps/frappe/frappe/public/js/frappe/form/print.js +143,Warning: This Print Format is in old style and cannot be generated via the API.,تحذير: هذا تنسيق الطباعة في النمط القديم، ولا يمكن أن تتولد عن طريق API. DocType: DocField,Print Width,طباعة العرض +,Setup Wizard,معالج الإعداد DocType: User,Allow user to login only before this hour (0-24),تسمح للمستخدم لتسجيل الدخول فقط قبل هذه الساعة (0-24) apps/frappe/frappe/core/doctype/file/file.py +108,Folder is mandatory,المجلد إلزامي +DocType: Email Alert,Reference Date,المرجع تاريخ apps/frappe/frappe/print/page/print_format_builder/print_format_builder_sidebar.html +3,Filter...,تصفية ... DocType: Workflow State,bold,جريء +DocType: Async Task,Status,حالة +DocType: Company History,Year,عام apps/frappe/frappe/website/doctype/website_settings/website_settings.py +34,{0} does not exist in row {1},{0} غير موجود في السجل {1} DocType: Event,Event Type,نوع الحدث DocType: User,Last Known Versions,المعروفة إصدارات مشاركة @@ -1565,8 +1736,10 @@ DocType: User,Third Party Authentication,مصادقة طرف ثالث DocType: Website Settings,Banner is above the Top Menu Bar.,راية فوق أعلى شريط القوائم. DocType: Email Account,Port,ميناء DocType: Print Format,Arial,ارييل +apps/frappe/frappe/config/core.py +12,Models (building blocks) of the Application,نماذج (اللبنات) من التطبيق DocType: Website Slideshow,Slideshow like display for the website,عرض الشرائح مثل عرض للموقع apps/frappe/frappe/public/js/frappe/ui/editor.html +59,Center (Ctrl/Cmd+E),مركز (السيطرة / كمد + E) +apps/frappe/frappe/core/page/modules_setup/modules_setup.py +11,Updated,تحديث apps/frappe/frappe/sessions.py +29,Cache Cleared,تحديث الصفحة DocType: Dropbox Backup,Upload Frequency,تحميل التردد apps/frappe/frappe/core/doctype/user/user.py +73,User with System Manager Role should always have User Type: System User,يجب أن المستخدم مع نظام دور مدير دائما نوع المستخدم: نظام العضو @@ -1574,6 +1747,7 @@ DocType: DocPerm,Export,تصدير DocType: About Us Settings,More content for the bottom of the page.,المزيد من المحتوى لأسفل الصفحة. apps/frappe/frappe/public/js/frappe/request.js +214,Session Expired. Logging you out,انتهى الدورة. تسجيل خروجك DocType: Workflow,DocType on which this Workflow is applicable.,DOCTYPE على سير العمل هذا الذي ينطبق. +DocType: User,Enabled,تمكين DocType: Blog Category,Category Name,اسم التصنيف DocType: Print Settings,PDF Settings,إعدادات PDF apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +16,Column Name,اسم العمود @@ -1583,13 +1757,16 @@ DocType: Communication,Email Account,حساب البريد الإلكتروني DocType: Workflow State,Download,تحميل DocType: Blog Post,Blog Intro,بلوق مقدمة DocType: Async Task,Result,نتيجة +apps/frappe/frappe/utils/__init__.py +79,{0} is not a valid email id,{0} بريد إلكتروني غير صحيح apps/frappe/frappe/core/doctype/report/report.js +37,Enable Report,تمكين تقرير DocType: User,Check / Uncheck roles assigned to the User. Click on the Role to find out what permissions that Role has.,تحقق أدوار ازل / المسندة إلى الملف. انقر على دور لمعرفة ما الأذونات التي الدور الذي. DocType: Web Page,Insert Code,إدراج رمز +DocType: ToDo,Low,منخفض apps/frappe/frappe/print/page/print_format_builder/print_format_builder.js +555,You can add dynamic properties from the document by using Jinja templating.,يمكنك إضافة خصائص ديناميكية من المستند باستخدام جينجا النموذجيه. apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +87,List a document type,قائمة نوع مستند DocType: Event,Ref Type,المرجع نوع apps/frappe/frappe/core/page/data_import_tool/exporter.py +63,"If you are uploading new records, leave the ""name"" (ID) column blank.","إذا كنت تحميل سجلات جديدة، وترك ""اسم"" (ID) العمود فارغا." +apps/frappe/frappe/config/core.py +47,Errors in Background Events,أخطاء في خلفية الأحداث apps/frappe/frappe/print/page/print_format_builder/print_format_builder.js +364,No of Columns,عدد الأعمدة DocType: Workflow State,Calendar,تقويم apps/frappe/frappe/model/rename_doc.py +95,"Another {0} with name {1} exists, select another name",آخر {0} مع اسم {1} موجودا، حدد اسم آخر @@ -1610,16 +1787,21 @@ apps/frappe/frappe/desk/doctype/todo/todo.py +22,Assignment closed by {0},احا apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +93,Calculate,إحسب apps/frappe/frappe/print/doctype/print_format/print_format.js +31,Please select DocType first,يرجى تحديد DOCTYPE أولا apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +94,e.g. (55 + 434) / 4 or =Math.sin(Math.PI/2)...,على سبيل المثال (55 + 434) / 4 = أو الرياضيات.خطيئة (Math.PI / 2) ... +apps/frappe/frappe/model/naming.py +40,{0} is required,{0} مطلوب DocType: Social Login Keys,GitHub Client ID,جيثب معرف عميل +DocType: Contact Us Settings,City,مدينة DocType: DocField,Perm Level,بيرم المستوى apps/frappe/frappe/desk/doctype/event/event.py +59,Events In Today's Calendar,الأحداث في التقويم اليوم +apps/frappe/frappe/templates/base.html +137,Error: Not a valid id?,خطأ: لا بطاقة هوية صالحة؟ DocType: Web Page,Web Page,صفحة على الإنترنت DocType: Blog Category,Blogger,مدون +apps/frappe/frappe/public/js/frappe/views/ganttview.js +45,Gantt Chart,مخطط جانت apps/frappe/frappe/public/js/frappe/form/control.js +563,Date must be in format: {0},يجب أن تكون الآن في شكل : {0} apps/frappe/frappe/print/page/print_format_builder/print_format_builder_field.html +22,Select Columns,تحديد الأعمدة DocType: Workflow State,folder-open,فتح مجلد apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +1,Search Application,بحث تطبيق apps/frappe/frappe/config/website.py +18,Single Post (article).,مشاركة واحدة (المادة). +DocType: Page,No,لا DocType: Property Setter,Set Value,تعيين القيمة apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +190,Hide field in form,الميدانية في شكل إخفاء DocType: Email Alert,Optional: The alert will be sent if this expression is true,اختياري: التنبيه سيتم إرسال إذا كان هذا التعبير صحيح @@ -1627,6 +1809,7 @@ apps/frappe/frappe/public/js/frappe/list/doclistview.js +451,Select records for apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +87,Importing,استيراد DocType: ToDo,Assigned By,تعيين بواسطة apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +27,You can use Customize Form to set levels on fields.,يمكنك استخدام نموذج تخصيص ل تحديد مستويات على الحقول . +DocType: DocPerm,Level,مستوى DocType: DocPerm,Report,تقرير apps/frappe/frappe/templates/generators/web_form.html +31,Please login to create a new {0},الرجاء الدخول إلى خلق جديد {0} apps/frappe/frappe/desk/reportview.py +69,{0} is saved,{0} تم حفظها @@ -1640,6 +1823,7 @@ apps/frappe/frappe/public/js/frappe/form/print_layout.html +20,Full Page,صفح DocType: DocType,Is Child Table,هو الجدول التابع apps/frappe/frappe/utils/csvutils.py +123,{0} must be one of {1},{0} يجب أن يكون واحدا من {1} apps/frappe/frappe/public/js/frappe/form/form_viewers.js +26,{0} is currently viewing this document,{0} عرض في هذا المستند +apps/frappe/frappe/config/core.py +52,Background Email Queue,خلفية البريد الإلكتروني قائمة الانتظار apps/frappe/frappe/templates/emails/password_reset.html +1,Password Reset,إعادة تعيين كلمة المرور DocType: Communication,Opened,افتتح DocType: Workflow State,chevron-left,شيفرون يسار @@ -1647,12 +1831,17 @@ DocType: Bulk Email,Sending,إرسال apps/frappe/frappe/auth.py +208,Not allowed from this IP Address,لا يسمح من هذا العنوان IP DocType: Website Slideshow,This goes above the slideshow.,هذا يذهب فوق عرض الشرائح. apps/frappe/frappe/config/setup.py +188,Install Applications.,تثبيت التطبيقات . +DocType: User,Last Name,اسم العائلة DocType: Event,Private,خاص DocType: Print Settings,Send Email Print Attachments as PDF (Recommended),إرسال البريد الإلكتروني المرفقات طباعة بصيغة PDF (مستحسن) +DocType: Web Page,Left,ترك +DocType: Event,All Day,كل يوم apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +383,Show rows with zero values,عرض الصفوف مع قيم الصفر +DocType: Contact Us Settings,State,دولة DocType: Workflow Action,Workflow Action,سير العمل العمل DocType: Event,Send an email reminder in the morning,إرسال رسالة تذكير في الصباح DocType: Blog Post,Published On,نشرت يوم +DocType: User,Gender,جنس apps/frappe/frappe/core/doctype/doctype/doctype.py +304,Field '{0}' cannot be set as Unique as it has non-unique values,المجال '{0}' لا يمكن تعيين فريدة من نوعها كما أن لديها القيم غير فريد DocType: Feed,Feed,أطعم DocType: ToDo,Reference Type,مرجع نوع @@ -1661,6 +1850,7 @@ DocType: Communication,Marked As Spam,وضع علامة على الرسائل غ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +30,User Permissions,ضوابط المستخدم apps/frappe/frappe/desk/page/activity/activity.js +153,Oct,أكتوبر DocType: Workflow State,warning-sign,علامة إنذار +DocType: Workflow State,User,مستخدم DocType: Website Settings,"Show title in browser window as ""Prefix - title""",مشاهدة العنوان في نافذة المتصفح كما "بادئة - عنوان" apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +90,text in document type,النص في الوثيقة نوع DocType: Workflow Document State,Update Value,تحديث القيمة @@ -1673,6 +1863,7 @@ DocType: Website Settings,Title Prefix,عنوان الاختصار DocType: Email Account,Notifications and bulk mails will be sent from this outgoing server.,سيتم إرسال إخطارات ورسائل السائبة من هذا الخادم المنتهية ولايته. DocType: Workflow State,cog,تحكم في apps/frappe/frappe/public/js/frappe/form/form_sidebar.html +44,Currently Viewing,الاطلاع على البيانات الشخصية حاليا +DocType: DocField,Default,الافتراضي apps/frappe/frappe/public/js/frappe/form/link_selector.js +140,{0} added,{0} أضيف apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,ليس في DocType: Workflow State,star,نجم @@ -1683,7 +1874,9 @@ 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/templates/includes/login/login.js +126,Oops! Something went wrong,عفوًا! ذهب شيئا خاطئا apps/frappe/frappe/desk/page/applications/applications.js +42,Category,فئة +apps/frappe/frappe/config/core.py +37,Client side script extensions in Javascript,ملحقات النصي جانب العميل في جافا سكريبت DocType: Blog Settings,Blog Introduction,بلوق مقدمة +apps/frappe/frappe/desk/moduleview.py +67,Standard Reports,تقارير قياسية DocType: User,Email Settings,إعدادات البريد الإلكتروني apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} ليست حالة صالحة DocType: Workflow State,ok-circle,دائرة OK- @@ -1697,14 +1890,18 @@ DocType: DocType,"\
  • [series] - Series by prefix (separated by a dot); for example PRE.#####\ ')"">Naming Options"," \ <لى> <ب> الملعب: [FIELDNAME] - بواسطة \ - حقل ​​<لى> <ب> naming_series: - بواسطة تسمية سلسلة (naming_series حقل يسمى يجب أن تكون موجودة \ + حقل <لى> <ب> naming_series: - بواسطة تسمية سلسلة (naming_series حقل يسمى يجب أن تكون موجودة \ <لى> <ب> موجه - المستخدم موجه لاسم \ <لى> <ب> [سلسلة] - سلسلة من البادئة (مفصولة نقطة)، على سبيل المثال PRE ##### \ ') ""> تسمية خيارات " +DocType: Email Account,Email Server,خادم البريد الإلكتروني +DocType: DocShare,Document Type,نوع الوثيقة apps/frappe/frappe/custom/doctype/custom_field/custom_field.py +19,Label is mandatory,تسمية إلزامي DocType: DocField,Unique,فريد من نوعه +DocType: Email Account,Service,خدمة DocType: File,File Name,اسم الملف apps/frappe/frappe/core/page/data_import_tool/importer.py +282,Did not find {0} for {0} ({1}),لم تجد {0} ل {0} ( {1} ) +apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +17,Next,التالي apps/frappe/frappe/config/setup.py +39,Set Permissions per User,مجموعة ضوابط لكل مستخدم DocType: Print Format,Edit Format,تحرير تنسيق apps/frappe/frappe/templates/emails/new_user.html +6,Complete Registration,التسجيل الكامل @@ -1733,7 +1930,8 @@ DocType: User,Security Settings,إعدادات الأمان apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +614,Add Column,إضافة عمود ,Desktop,سطح المكتب 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`,النص ليتم عرضها لينك لصفحة ويب إذا هذا النموذج لديه صفحة على شبكة الإنترنت. الطريق الرابط سيتم تلقائيا ولدت على أساس `` page_name` وparent_website_route` -apps/frappe/frappe/public/js/frappe/form/control.js +1238,Please set {0} first,الرجاء تعيين {0} الأولى +apps/frappe/frappe/public/js/frappe/form/control.js +1250,Please set {0} first,الرجاء تعيين {0} الأولى +DocType: Dropbox Backup,Send Backups to Dropbox,إرسال النسخ الاحتياطية لدروببوإكس DocType: Patch Log,Patch,بقعة DocType: Async Task,Failed,باءت بالفشل apps/frappe/frappe/core/page/data_import_tool/importer.py +43,No data found,لا توجد بيانات @@ -1744,4 +1942,5 @@ apps/frappe/frappe/desk/doctype/feed/feed.py +93,{0} logged in,{0} تم تسجي DocType: Workflow,"All possible Workflow States and roles of the workflow. Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""",جميع الدول سير العمل الممكنة وأدوار سير العمل. خيارات Docstatus: 0 هو "المحفوظة" (1)، هو "مقدم" و 2 هو "ألغي" apps/frappe/frappe/templates/emails/new_user.html +4,Your login id is,معرف تسجيل الدخول الخاص بك هو +DocType: Dropbox Backup,Send Notifications To,إرسال إشعارات إلى DocType: DocField,Ignore User Permissions,تجاهل أذونات المستخدم diff --git a/frappe/translations/bg.csv b/frappe/translations/bg.csv index 89f6b35426..025218bf49 100644 --- a/frappe/translations/bg.csv +++ b/frappe/translations/bg.csv @@ -4,6 +4,7 @@ apps/frappe/frappe/desk/page/messages/messages_main.html +12,Post,Пост apps/frappe/frappe/config/setup.py +104,Rename many items by uploading a .csv file.,"Преименуване на много елементи, като качите .csv файл." DocType: Workflow State,pause,пауза apps/frappe/frappe/templates/pages/desk.py +18,You are not permitted to access this page.,Нямате право на достъп до тази страница. +DocType: About Us Settings,Website,Уебсайт DocType: User,Facebook Username,Facebook потребителско име apps/frappe/frappe/email/bulk.py +148,Cannot send this email. You have crossed the sending limit of {0} emails for this month.,Не може да изпратите този имейл. Можете да са пресекли границата на изпращане {0} имейли за този месец. apps/frappe/frappe/public/js/legacy/form.js +690,Permanently Submit {0}?,Постоянно Знаете {0}? @@ -20,6 +21,7 @@ apps/frappe/frappe/public/js/frappe/ui/page.js +4,Form,Форма DocType: Report,Report Manager,Доклад на мениджъра DocType: Workflow,Document States,Документ членки apps/frappe/frappe/public/js/frappe/views/pageview.js +102,Sorry! I could not find what you were looking for.,"За съжаление! Не можах да намеря това, което търсите." +apps/frappe/frappe/config/core.py +42,Logs,Logs DocType: DocPerm,This role update User Permissions for a user,Тази актуализация роля потребителски разрешения за потребител apps/frappe/frappe/public/js/frappe/model/model.js +486,Rename {0},Преименуване на {0} DocType: Workflow State,zoom-out,увеличение на изчакване @@ -52,6 +54,7 @@ apps/frappe/frappe/core/doctype/user/user.py +490,Administrator Logged In,Адм DocType: Contact Us Settings,"Contact options, like ""Sales Query, Support Query"" etc each on a new line or separated by commas.","Опции за контакти, като "Продажби Query, Support Query" и т.н., всеки на нов ред или разделени със запетаи." apps/frappe/frappe/public/js/frappe/ui/editor.js +448,Insert,Insert apps/frappe/frappe/public/js/frappe/form/link_selector.js +21,Select {0},Изберете {0} +DocType: Print Settings,Classic,Класически DocType: Feed,Color,Цвят apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +49,For ranges,За диапазони DocType: Workflow State,indent-right,тире десен @@ -69,12 +72,16 @@ apps/frappe/frappe/public/js/frappe/form/workflow.js +33,None: End of Workflow, apps/frappe/frappe/model/db_schema.py +315,"{0} field cannot be set as unique in {1}, as there are non-unique existing values","{0} поле не може да бъде определена като уникална в {1}, тъй като има не-уникални съществуващите стойности" apps/frappe/frappe/core/page/permission_manager/permission_manager.js +47,Document Types,Типове документи DocType: Workflow,Workflow State Field,Workflow членка Невярно +DocType: Blog Post,Guest,Гост DocType: DocType,Title Field,Заглавие Невярно apps/frappe/frappe/core/doctype/user/user.py +487,"If you think this is unauthorized, please change the Administrator password.","Ако мислите, че това е неразрешен, моля, променете паролата на администратора." +apps/frappe/frappe/email/doctype/email_account/email_account.py +62,{0} is mandatory,{0} е задължително DocType: Workflow State,eject,изхвърлям apps/frappe/frappe/core/page/user_permissions/user_permissions.js +16,Help for User Permissions,Помощ за потребителски разрешения +DocType: Standard Reply,Owner,Собственик DocType: Communication,Visit,Посещение -apps/frappe/frappe/desk/page/applications/application_row.html +11,Install,Инсталирам +apps/frappe/frappe/desk/page/applications/application_row.html +16,Install,Инсталирам +DocType: Custom Script,Client,Клиент apps/frappe/frappe/public/js/legacy/form.js +423,This form has been modified after you have loaded it,"Тази форма е бил променен, след като сте я зареждат" DocType: Website Settings,Twitter Share via,Twitter Сподели чрез apps/frappe/frappe/config/website.py +33,Embed image slideshows in website pages.,Код за добавяне слайдшоу с изображения в интернет страници. @@ -103,9 +110,11 @@ DocType: Comment,Post Topic,Post Topic apps/frappe/frappe/config/desk.py +21,Event and other calendars.,Събития и други календари. apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +611,Drag to sort columns,"Плъзнете, за да сортирате колоните" apps/frappe/frappe/print/page/print_format_builder/print_format_builder_column_selector.html +2,Widths can be set in px or %.,Widths могат да се задават в PX или%. +apps/frappe/frappe/public/js/frappe/form/print.js +96,Start,Начало +DocType: User,First Name,Първо Име apps/frappe/frappe/core/doctype/file/file.py +147,Cannot delete Home and Attachments folders,Не може да се изтрие и вътрешни Прикачени файлове папки apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +6,Permissions get applied on Users based on what Roles they are assigned.,"Разрешения се прилагат на потребителите въз основа на това, което Ролите са разпределени." -apps/frappe/frappe/public/js/frappe/views/communication.js +409,You are not allowed to send emails related to this document,"Вие нямате право да изпращате имейли, свързани с този документ" +apps/frappe/frappe/public/js/frappe/views/communication.js +414,You are not allowed to send emails related to this document,"Вие нямате право да изпращате имейли, свързани с този документ" apps/frappe/frappe/website/doctype/website_theme/website_theme.py +30,You are not allowed to delete a standard Website Theme,Не е позволено да изтривате стандартен Website Theme apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +177,Example,Пример DocType: Workflow State,gift,подарък @@ -127,12 +136,15 @@ DocType: Scheduler Log,Seen,Видян apps/frappe/frappe/public/js/frappe/form/layout.js +85,Show more details,Покажи още детайли DocType: System Settings,Run scheduled jobs only if checked,"Стартирай редовни работни места, само ако се проверява" DocType: User,"Enter default value fields (keys) and values. If you add multiple values for a field, the first one will be picked. These defaults are also used to set ""match"" permission rules. To see list of fields, go to ""Customize Form"".","Въведете полета стойност по подразбиране (идентификатори) и ценности. Ако добавите няколко стойности за област, първият ще се качват. Тези настройки по подразбиране се използват и да се създаде "Мач" правила за достъп. За да видите списък на полета, отидете на "Customize Form"." +DocType: Bulk Email,Message,Съобщение DocType: Customize Form Field,"Print Width of the field, if the field is a column in a table","Печат Ширина на полето, ако полето е колона в таблица" +DocType: Dropbox Backup,Dropbox Access Key,Dropbox Access Key DocType: Workflow State,headphones,слушалки DocType: Bulk Email,Bulk Email records.,Насипни имейл записи. DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,напр replies@yourcomany.com. Всички отговори ще дойдат на тази пощенска кутия. apps/frappe/frappe/templates/includes/login/login.js +33,Valid email and name required,Валиден имейл и име се изисква DocType: DocType,Hide Heading,Hide Heading +apps/frappe/frappe/config/core.py +17,Groups of DocTypes,Групи DocTypes DocType: Workflow State,remove-circle,извадете-кръг apps/frappe/frappe/config/website.py +54,Javascript to append to the head section of the page.,Javascript да прикрепите към раздела главата на страницата. apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +53,Reset to defaults,Стандартни опции @@ -142,19 +154,25 @@ DocType: Workflow,Defines workflow states and rules for a document.,Опреде DocType: Workflow State,Filter,Филтър DocType: DocType,Show this field as title,"Покажете тази област, както в заглавието" apps/frappe/frappe/model/db_schema.py +521,Fieldname {0} cannot have special characters like {1},Fieldname {0} не може да има специални символи като {1} +apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +245,Select Your Language,Изберете вашия език apps/frappe/frappe/model/document.py +428,Error: Document has been modified after you have opened it,"Грешка: Документ е бил променен, след като сте я отвори" apps/frappe/frappe/core/doctype/doctype/doctype.py +476,{0}: Cannot set Assign Submit if not Submittable,{0}: Cannot set Assign Submit if not Submittable DocType: Social Login Keys,Facebook,Facebook apps/frappe/frappe/templates/pages/list.py +46,"Filtered by ""{0}""",Филтрирани по "{0}" +DocType: DocType,Administrator,Администратор apps/frappe/frappe/desk/page/messages/messages.js +47,Message from {0},Съобщение от {0} +DocType: Communication,Closed,Затворен DocType: Blog Settings,Blog Title,Блог Title apps/frappe/frappe/print/page/print_format_builder/print_format_builder_layout.html +12,Edit to set heading,Edit за да зададете позиция DocType: About Us Settings,Team Members,Членове на екипа apps/frappe/frappe/public/js/frappe/upload.js +74,Please attach a file or set a URL,"Моля, прикачете файл или да зададете URL" +DocType: Async Task,System Manager,Система на мениджъра DocType: DocField,Permissions,Permissions +DocType: Dropbox Backup,Allow Dropbox Access,Оставя Dropbox Access DocType: User,Get your globally recognized avatar from Gravatar.com,Махни си световно призната аватар от Gravatar.com DocType: Workflow State,plus-sign,плюс знак apps/frappe/frappe/__init__.py +767,App {0} is not installed,App {0} не е инсталиран +DocType: Workflow State,Refresh,Обновяване DocType: Event,Public,Публичен apps/frappe/frappe/public/js/frappe/ui/listing.js +52,Nothing to show,Няма за какво да се покаже apps/frappe/frappe/email/smtp.py +140,Email Account not setup. Please create a new Email Account from Setup > Email > Email Account,"Email не настройка на акаунта. Моля, създайте нов имейл акаунт от Setup> Email> имейл акаунт" @@ -171,6 +189,7 @@ apps/frappe/frappe/print/page/print_format_builder/print_format_builder_start.ht DocType: Website Settings,Add a banner to the site. (small banners are usually good),Добавете банер на сайта. (Малки банери обикновено са добри) DocType: Website Settings,Set Banner from Image,Определете Banner от изображението apps/frappe/frappe/templates/emails/new_user.html +3,A new account has been created for you at {0},A нов акаунт е създаден за вас в {0} +apps/frappe/frappe/public/js/frappe/views/communication.js +403,Enter Email Recipient(s),Въведете Email Получател (и) DocType: Print Format,Verdana,Verdana apps/frappe/frappe/core/doctype/user/user.py +203,User {0} cannot be deleted,Потребителят {0} не може да бъде изтрита apps/frappe/frappe/public/js/frappe/request.js +92,Another transaction is blocking this one. Please try again in a few seconds.,"Друга сделка блокира тази. Моля, опитайте отново след няколко секунди." @@ -188,7 +207,6 @@ apps/frappe/frappe/email/smtp.py +178,Unable to send emails at this time,Не м apps/frappe/frappe/public/js/frappe/ui/toolbar/offcanvas_left_sidebar.html +5,Search or type a command,Търсене или въведете командата DocType: Email Account,e.g. smtp.gmail.com,напр smtp.gmail.com apps/frappe/frappe/core/page/permission_manager/permission_manager.js +366,Add A New Rule,Добави ново правило -DocType: HR Settings,Employee record is created using selected field. ,Запис на служителите е създаден с помощта на избран област. apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +52,Name of the Document Type (DocType) you want this field to be linked to. e.g. Customer,Наименование на вида на документа (DocType) искате тази област да бъдат свързани с. напр Customer DocType: User,Roles Assigned,Роли целеви DocType: Top Bar Item,Parent Label,Родител Label @@ -196,15 +214,20 @@ apps/frappe/frappe/templates/emails/auto_reply.html +2,"Your query has been rece apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +10,Permissions are automatically translated to Standard Reports and Searches.,Permissions автоматично се преизчисляват в стандартни отчети и търсения. DocType: Event,Repeat Till,Повторете Till apps/frappe/frappe/core/doctype/file/file_list.js +167,New,Нов +DocType: System Settings,Loading...,Зарежда се ... +DocType: DocField,Password,Парола DocType: Blogger,Will be used in url (usually first name).,Ще бъдат използвани в URL (обикновено собствено име). apps/frappe/frappe/client.py +63,Can not edit Read Only fields,Не можете да редактирате само за четене полета apps/frappe/frappe/print/page/print_format_builder/print_format_builder.js +463,Edit Heading,Edit Heading DocType: File,File URL,URL на файла apps/frappe/frappe/desk/doctype/event/event.py +68,Upcoming Events for Today,Предстоящи събития за днес DocType: Email Alert Recipient,Email By Document Field,Email от документ Невярно +apps/frappe/frappe/email/receive.py +61,Cannot connect: {0},Не може да се свърже: {0} apps/frappe/frappe/utils/nestedset.py +218,Merging is only possible between Group-to-Group or Leaf Node-to-Leaf Node,Сливането е възможно само между Group към групата или Leaf Node-да-Leaf Node apps/frappe/frappe/utils/file_manager.py +42,Added {0},Добавен {0} DocType: Currency,Fraction Units,Фракции Units +DocType: DocField,Type,Тип +DocType: Communication,Subject,Предмет DocType: Web Page,Parent Web Page,Родител Web Page apps/frappe/frappe/core/doctype/docshare/docshare.py +36,User is mandatory for Share,Потребителят е задължително за Share DocType: DocField,Hidden,Скрит @@ -222,13 +245,15 @@ DocType: Web Page,Begin this page with a slideshow of images,Започнете apps/frappe/frappe/utils/data.py +492,{0} and {1},{0} и {1} DocType: Version,Docname,Docname apps/frappe/frappe/core/doctype/version/version.js +10,Version restored,Версия възстановено +DocType: About Us Settings,Website Manager,Сайт на мениджъра DocType: Event Role,Event Role,Роля Event apps/frappe/frappe/public/js/frappe/ui/editor.html +65,Indent (Tab),Тире (Tab) DocType: Workflow State,List,Списък DocType: Page Role,Page Role,Page Role apps/frappe/frappe/core/doctype/doctype/doctype.py +267,Field {0} in row {1} cannot be hidden and mandatory without default,Невярно {0} на ред {1} не може да бъде скрит и задължително без подразбиране DocType: System Settings,mm/dd/yyyy,дд / мм / гггг -apps/frappe/frappe/email/doctype/email_account/email_account.py +335,Re:,Re: +apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +16,Previous,Предишен +apps/frappe/frappe/email/doctype/email_account/email_account.py +336,Re:,Re: DocType: Currency,"Sub-currency. For e.g. ""Cent""",Sub-валута. Защото например "Cent" DocType: Letter Head,Check this to make this the default letter head in all prints,Вижте това да направи това писмо по подразбиране главата във всички разпечатки DocType: Print Format,Server,Сървър @@ -244,6 +269,7 @@ DocType: Workflow State,barcode,баркод DocType: Country,Country Name,Име на държавата DocType: About Us Team Member,About Us Team Member,За нас Член на Екип apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +5,"Permissions are set on Roles and Document Types (called DocTypes) by setting rights like Read, Write, Create, Delete, Submit, Cancel, Amend, Report, Import, Export, Print, Email and Set User Permissions.","Разрешения са разположени на Роли и видове документи (наречени DocTypes) чрез определяне на правата, като четене, писане, създаване, изтриване, Знаете, Отмени, се изменя, Доклад, внос, износ, Print, електронна поща и Set потребителски разрешения." +DocType: Event,Wednesday,Сряда 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 като свързано стойност само." DocType: Property Setter,ID (name) of the entity whose property is to be set,"ID (име) на лицето, чието имущество е да се настрои" @@ -252,8 +278,11 @@ DocType: Website Settings,Sidebar Items,Sidebar артикули apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +519,Select Report Name,Изберете Име на отчета DocType: Workflow State,exclamation-sign,удивителен знак- DocType: Website Theme,Hide Sidebar,Hide Sidebar +apps/frappe/frappe/integrations/doctype/dropbox_backup/dropbox_backup.py +179,Please install dropbox python module,Моля инсталирайте Dropbox Пайтън модул apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +8,Gantt,Гант DocType: About Us Settings,Introduce your company to the website visitor.,Въвеждане на компанията към уебсайт посетител. +apps/frappe/frappe/public/js/frappe/form/workflow.js +116,To,Към +apps/frappe/frappe/templates/base.html +145,Please enter email address,"Моля, въведете имейл адреса си" apps/frappe/frappe/model/rename_doc.py +356,Successful: {0} to {1},"Успешно: {0} {1}, за да" apps/frappe/frappe/print/doctype/print_format/print_format.js +14,Please duplicate this to make changes,Моля дублира това да прави промени apps/frappe/frappe/utils/pdf.py +46,PDF generation failed because of broken image links,"PDF поколение се провали, защото на счупени графични връзки" @@ -271,10 +300,14 @@ apps/frappe/frappe/print/page/print_format_builder/print_format_builder.js +633, apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +55,Options for select. Each option on a new line.,Опции за изберете. Всеки вариант на нов ред. apps/frappe/frappe/public/js/legacy/form.js +713,Permanently Cancel {0}?,Постоянно Отмени {0}? DocType: Workflow State,music,музика +apps/frappe/frappe/config/setup.py +66,Settings,Settings apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +28,Please specify doctype,"Моля, посочете DOCTYPE" +apps/frappe/frappe/public/js/frappe/views/module/module_section.html +27,More,Още +apps/frappe/frappe/public/js/frappe/model/model.js +492,Rename,Преименувам DocType: Print Format,Format Data,Format Data apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +7,Like,Като DocType: Customize Form Field,Customize Form Field,Персонализирайте полева форма +apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,Позволи на потребителя apps/frappe/frappe/config/setup.py +54,Check which Documents are readable by a User,Проверете какви документи са четими от Потребителя apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +161,use % as wildcard,използвате% като маска DocType: User,Reset Password Key,Reset Password Key @@ -289,19 +322,24 @@ DocType: Email Account,Notify if unreplied,Изпращайте ако неот DocType: DocType,Fields,Fields DocType: System Settings,Your organization name and address for the email footer.,Организацията ви име и адрес за електронна поща долното поле. apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +15,Parent Table,Родител на маса +apps/frappe/frappe/config/desktop.py +26,Developer,Разработчик apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +52,Created,Създаден apps/frappe/frappe/website/doctype/website_settings/website_settings.py +38,{0} in row {1} cannot have both URL and child items,{0} на ред {1} не може да има и двете URL и под-артикули apps/frappe/frappe/utils/nestedset.py +194,Root {0} cannot be deleted,Root {0} не може да бъде изтрита apps/frappe/frappe/website/doctype/blog_post/blog_post.py +162,No comments yet,Все още няма коментари apps/frappe/frappe/print/page/print_format_builder/print_format_builder.js +120,Both DocType and Name required,И двете DocType и Име изисква apps/frappe/frappe/model/document.py +462,Cannot change docstatus from 1 to 0,Не може да се промени docstatus 1-0 +apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +40,Welcome,Добре дошъл apps/frappe/frappe/desk/page/applications/applications.js +95,Installed Apps,Инсталирани Apps +DocType: Communication,Open,Отворено 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.","Като най-добри практики, не определя един и същи набор от разрешение правило към различни роли. Вместо това зададете няколко роли в един и същи потребител." DocType: Web Form,Message to be displayed on successful completion,Съобщение което ще се показва на успешно завършване +DocType: Contact Us Settings,Address Title,Адрес Заглавие DocType: Website Settings,Footer Items,Футера артикули apps/frappe/frappe/public/js/frappe/ui/page.html +21,Menu,Меню DocType: DefaultValue,DefaultValue,DefaultValue +DocType: Dropbox Backup,Daily,Ежедневно apps/frappe/frappe/config/setup.py +19,User Roles,Потребителски роли DocType: Property Setter,Property Setter overrides a standard DocType or Field property,Property сетер надделява стандартен DocType или имущество Невярно apps/frappe/frappe/core/doctype/user/user.py +333,Cannot Update: Incorrect / Expired Link.,Не можете да актуализирате: Неправилно / Изтекла Link. @@ -309,6 +347,8 @@ DocType: DocField,Set Only Once,Определете само веднъж apps/frappe/frappe/core/doctype/doctype/doctype.py +482,{0}: Cannot set import as {1} is not importable,"{0}: Не можете да зададете внос тъй като, {1} не може да бъде внесен" DocType: Top Bar Item,"target = ""_blank""",целеви = "_blank" DocType: Workflow State,hdd,HDD +DocType: ToDo,High,Високо +DocType: User,Male,Мъжки apps/frappe/frappe/desk/query_report.py +19,You don't have access to Report: {0},Вие нямате достъп до Доклад: {0} DocType: User,Send Welcome Email,Изпрати 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." @@ -344,6 +384,8 @@ DocType: File,Is Home Folder,Дали Home Folder apps/frappe/frappe/public/js/frappe/ui/editor.html +6,Bold (Ctrl/Cmd+B),Bold (Ctrl / Cmd + B) apps/frappe/frappe/core/page/user_permissions/user_permissions.js +140,Upload and Sync,Качи и Sync apps/frappe/frappe/public/js/frappe/form/share.js +33,Shared with {0},Споделено с {0} +DocType: Comment,Reference Name,Референтен номер Име +DocType: Email Account,Use IMAP,Използвайте IMAP DocType: DocType,Single Types have only one record no tables associated. Values are stored in tabSingles,Единични видове имат само един по Протокол № маси свързани. Стойностите се съхраняват в tabSingles DocType: Bulk Email,Bulk Email,Bulk Email DocType: Workflow,Rules defining transition of state in the workflow.,"Правила, които определят преход от състоянието, в работния процес." @@ -356,7 +398,6 @@ DocType: Workflow State,backward,назад apps/frappe/frappe/core/doctype/doctype/doctype.py +429,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: само едно правило оставя с една и съща Роля, Ниво и {1}" DocType: Workflow State,share,дял apps/frappe/frappe/config/setup.py +97,Set numbering series for transactions.,Определете номериране серия за сделки. -DocType: Email Account,POP3 Server,POP3 сървър DocType: User,Last IP,Последна IP DocType: DocPerm,Filter records based on User Permissions defined for a user,"Филтър записи на базата на потребителски разрешения, определени за даден потребител" apps/frappe/frappe/public/js/frappe/ui/editor.html +46,Insert picture (or just drag & drop),Поставете картина (или просто плъзнете & капка) @@ -364,7 +405,7 @@ apps/frappe/frappe/custom/doctype/custom_field/custom_field.py +29,Fieldname not apps/frappe/frappe/public/js/frappe/model/model.js +22,Last Updated By,Последно актуализирана от apps/frappe/frappe/public/js/frappe/form/workflow.js +117,is not allowed.,не е позволено. DocType: Website Theme,Background Color,Цвят На Фона -apps/frappe/frappe/public/js/frappe/views/communication.js +455,There were errors while sending email. Please try again.,"Имаше грешки при изпращане на имейл. Моля, опитайте отново." +apps/frappe/frappe/public/js/frappe/views/communication.js +460,There were errors while sending email. Please try again.,"Имаше грешки при изпращане на имейл. Моля, опитайте отново." DocType: Web Page,0 is highest,0 е най-висока apps/frappe/frappe/public/js/frappe/form/form_sidebar.html +24,Attachments,Приложения apps/frappe/frappe/website/doctype/web_form/web_form.py +73,You don't have the permissions to access this document,Не е нужно разрешенията за достъп до този документ @@ -395,13 +436,16 @@ apps/frappe/frappe/public/js/frappe/form/form_viewers.js +46,{0} are currently v apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +104,{0} updated,{0} актуализиран apps/frappe/frappe/core/doctype/doctype/doctype.py +462,Report cannot be set for Single types,Доклад не може да бъде определен за единични видове apps/frappe/frappe/public/js/frappe/views/test_runner.js +17,"To run a test add the module name in the route after '{0}'. For example, {1}","За да стартирате тест добавите името на модула в маршрута след "{0}". Например, {1}" +DocType: Contact Us Settings,Address Line 1,Адрес Line 1 apps/frappe/frappe/desk/page/activity/activity.js +152,Feb,Февруари DocType: DocPerm,Role,Роля apps/frappe/frappe/utils/data.py +385,Cent,Цент apps/frappe/frappe/config/setup.py +171,"States for workflow (e.g. Draft, Approved, Cancelled).","Членки за работния процес (напр Проект, Одобрен, Отменен)." apps/frappe/frappe/public/js/frappe/form/link_selector.js +136,Set Quantity,Определете Количество +DocType: Comment,Unsubscribed,Отписахте ,Data Import Tool,Data Import Tool apps/frappe/frappe/core/doctype/user/user.py +378,Registration Details Emailed.,Регистрация Детайли изпратен по имейл. +DocType: Workflow State,Stop,Спри DocType: Top Bar Item,Link to the page you want to open. Leave blank if you want to make it a group parent.,"Линк към страницата, която искате да отворите. Оставете празно, ако искате да го група майка направи." DocType: DocType,Is Single,Дали Single apps/frappe/frappe/email/bulk.py +231,{0} has left the conversation in {1} {2},{0} напусна разговора в {1} {2} @@ -427,9 +471,10 @@ apps/frappe/frappe/templates/emails/print_link.html +2,View this in your browser DocType: DocType,Search Fields,Търсене Fields apps/frappe/frappe/public/js/legacy/print_format.js +120,No document selected,Няма избран документ DocType: Event,Event,Събитие -apps/frappe/frappe/public/js/frappe/views/communication.js +492,"On {0}, {1} wrote:","На {0}, {1} написа:" +apps/frappe/frappe/public/js/frappe/views/communication.js +497,"On {0}, {1} wrote:","На {0}, {1} написа:" apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +81,Cannot delete standard field. You can hide it if you want,"Не можете да изтриете стандартната област. Можете да го скрие, ако искате" DocType: Top Bar Item,For top bar,За горния бар +DocType: Contact Us Settings,Address,Адрес DocType: Print Settings,In points. Default is 9.,В точки. По подразбиране е 9. apps/frappe/frappe/public/js/frappe/ui/editor.html +62,Reduce indent (Shift+Tab),Намаляване тире (Shift + Tab) DocType: Print Settings,"Print with Letterhead, unless unchecked in a particular Document","Печат с бланки, освен ако не бъде овладяна в конкретен документ" @@ -438,6 +483,7 @@ DocType: Workflow State,minus,минус apps/frappe/frappe/public/js/frappe/request.js +116,Server Error: Please check your server logs or contact tech support.,"Грешка в сървъра: Моля, проверете вашите сървърни регистрационни файлове или се свържете с техническата поддръжка." apps/frappe/frappe/core/doctype/user/user.py +116,Welcome email sent,"Добре дошли имейл, изпратен" apps/frappe/frappe/public/js/frappe/views/calendar.js +92,Select dates to create a new ,"Изберете дати, за да създадете нов" +apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +242,Let's prepare the system for first use.,Нека да се подготви системата за първа употреба. apps/frappe/frappe/desk/page/applications/applications.js +129,Featured,Показани apps/frappe/frappe/core/doctype/user/user.py +361,Already Registered,Вече Е Регистриран DocType: System Settings,Float Precision,Float Precision @@ -458,6 +504,7 @@ apps/frappe/frappe/desk/page/applications/applications.js +46,Domains,Домей DocType: Blog Category,Blog Category,Блог Категория apps/frappe/frappe/model/mapper.py +81,Cannot map because following condition fails: ,"Не може да се карта, защото следното условие не успее:" DocType: User,Roles HTML,Роли HTML +apps/frappe/frappe/core/doctype/user/user_list.js +12,Active,Активен apps/frappe/frappe/public/js/frappe/form/grid_form.html +26,Insert Below,Поставете долу apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +110,All customizations will be removed. Please confirm.,"Всички персонализации ще бъдат премахнати. Моля, потвърдете." DocType: Page,Page HTML,Page HTML @@ -475,7 +522,9 @@ DocType: Communication,Sender Full Name,Sender Пълно име apps/frappe/frappe/desk/page/applications/applications.js +49,Portal,Портал apps/frappe/frappe/desk/query_report.py +76,Must specify a Query to run,Трябва да посочите Query да тече apps/frappe/frappe/config/setup.py +73,"Language, Date and Time settings","Език, дата и час на настройките" +DocType: Event,Saturday,Събота DocType: User,Represents a User in the system.,Представлява потребителя в системата. +DocType: DocField,Label,Етикет apps/frappe/frappe/desk/form/assign_to.py +139,"The task {0}, that you assigned to {1}, has been closed.","Задачата {0}, която сте задали за {1}, е било затворено." DocType: User,Modules Access,Модули за достъп DocType: Print Format,Print Format Type,Тип печат Format @@ -489,11 +538,13 @@ apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +159,Import Fa apps/frappe/frappe/templates/emails/password_update.html +3,Your password has been updated. Here is your new password,Паролата ви е бил актуализиран. Ето новата си парола DocType: Email Account,Auto Reply Message,Auto Reply Message DocType: Email Alert,Condition,Състояние +DocType: Communication,Sent,Изпратено +DocType: File,Lft,Lft apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +91,Open a module or tool,Отваряне на модул или инструмент +DocType: Communication,Delivery Status,Delivery Status DocType: Module Def,App Name,App име DocType: Workflow,"Field that represents the Workflow State of the transaction (if field is not present, a new hidden Custom Field will be created)","Невярно че представлява държавата на сделката Workflow (ако полето не присъства, нов скрит персонализирано поле ще бъде създаден)" apps/frappe/frappe/templates/pages/login.py +162,Email not verified with {1},"Електронна поща, няма проверена с {1}" -DocType: Email Account,e.g. pop.gmail.com,напр pop.gmail.com apps/frappe/frappe/print/page/print_format_builder/print_format_builder.js +533,Edit to add content,Редактирайте да добавите съдържание apps/frappe/frappe/__init__.py +432,No permission for {0},Няма разрешение за {0} DocType: Web Form,Advanced,Разширени @@ -504,7 +555,7 @@ myfield eval:doc.myfield=='My Value' eval:doc.age>18",В това поле ще се появи само ако fieldname определено тук има стойност или правилата са верни (примери): myfield Оценка: doc.myfield == "My Value" Оценка: doc.age> 18 DocType: File,Attached To Name,Приложен към име -apps/frappe/frappe/email/receive.py +61,Invalid User Name or Support Password. Please rectify and try again.,"Невалиден потребител или Support Password. Моля, поправи и опитайте отново." +apps/frappe/frappe/email/receive.py +88,Invalid User Name or Support Password. Please rectify and try again.,"Невалиден потребител или Support Password. Моля, поправи и опитайте отново." DocType: Email Account,Login Id is Different,Вход Id е Different DocType: Email Account,Yahoo Mail,Yahoo Mail apps/frappe/frappe/core/page/permission_manager/permission_manager.js +476,Saved!,Запазена! @@ -516,6 +567,7 @@ DocType: Customize Form,Enter Form Type,Въведете Форма Type apps/frappe/frappe/public/js/frappe/list/list_sidebar_stat.html +5,No records tagged.,Маркирани Не записи. DocType: User,Send Password Update Notification,Изпрати Актуализация Уведомление Password apps/frappe/frappe/public/js/legacy/form.js +62,"Allowing DocType, DocType. Be careful!","Разрешаването DocType, DocType. Бъди внимателен!" +apps/frappe/frappe/config/core.py +32,"Customized Formats for Printing, Email","Индивидуално формати за печат, Email" apps/frappe/frappe/public/js/frappe/desk.js +300,Updated To New Version,"Актуализиран, за да New Version" DocType: DocField,Depends On,Зависи От DocType: DocPerm,Additional Permissions,Допълнителни Права @@ -524,11 +576,13 @@ apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +13,Start ente DocType: Workflow State,retweet,retweet apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +40,Update the template and save in CSV (Comma Separate Values) format before attaching.,"Актуализиране на шаблона и спести в CSV (Comma отделните стойности) формат, преди да включите." apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +164,Specify the value of the field,Определете стойността на полето +DocType: Report,Disabled,За хора с увреждания apps/frappe/frappe/desk/page/activity/activity.js +152,May,Май apps/frappe/frappe/desk/page/activity/activity.js +152,Jan,Jan DocType: Email Account,Always use Account's Email ID as Sender,Винаги използвайте профила Email ID като Sender DocType: Workflow State,eye-close,око-близо apps/frappe/frappe/public/js/frappe/request.js +295,Report this issue,Съобщи за проблем +apps/frappe/frappe/public/js/frappe/form/save.js +78,Name is required,Необходимо е име DocType: Custom Script,Adds a custom script (client or server) to a DocType,Добавя потребителски скрипт (клиент или сървър) към DocType apps/frappe/frappe/email/doctype/email_alert/email_alert.py +21,Cannot set Email Alert on Document Type {0},Не можете да зададете Email Alert върху Document Type {0} apps/frappe/frappe/config/website.py +49,Setup of fonts and background.,Setup на шрифтове и фон. @@ -538,19 +592,23 @@ DocType: Custom Field,Field Type,Тип Невярно apps/frappe/frappe/utils/data.py +402,only.,само. DocType: Feed,Doc Type,Doc Type apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +452,Descending,Низходящо -apps/frappe/frappe/email/receive.py +53,Invalid Mail Server. Please rectify and try again.,"Невалиден Mail Server. Моля, поправи и опитайте отново." +apps/frappe/frappe/email/receive.py +57,Invalid Mail Server. Please rectify and try again.,"Невалиден Mail Server. Моля, поправи и опитайте отново." DocType: Dropbox Backup,Dropbox Backup,Dropbox Backup DocType: DocField,"For Links, enter the DocType as range. For Select, enter list of Options, each on a new line.","За връзки, въведете DOCTYPE като обхват. За Select, въведете списък от опции, всяка на нов ред." DocType: Workflow State,film,филм apps/frappe/frappe/model/db_query.py +330,No permission to read {0},Няма разрешение да чете {0} +apps/frappe/frappe/config/desk.py +7,Tools,Инструменти apps/frappe/frappe/utils/nestedset.py +229,Multiple root nodes not allowed.,Множество кореноплодни възли не са позволени. apps/frappe/frappe/public/js/frappe/model/create_new.js +280,Get,Получавам apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +363,ID field is required to edit values using Report. Please select the ID field using the Column Picker,"Поле ID е необходимо да редактирате стойностите, като използвате доклад. Моля изберете полето ID използвайки Колона Picker" +apps/frappe/frappe/public/js/frappe/model/model.js +25,Comments,Коментари apps/frappe/frappe/public/js/frappe/ui/messages.js +23,Confirm,Потвърждавам +apps/frappe/frappe/desk/page/applications/applications.js +160,Install {0}?,Инсталирайте {0}? DocType: System Settings,yyyy-mm-dd,ГГГГ-ММ-ДД -apps/frappe/frappe/email/doctype/email_account/email_account.py +42,Login Id is required,Се изисква Вход Id +apps/frappe/frappe/email/doctype/email_account/email_account.py +43,Login Id is required,Се изисква Вход Id DocType: Website Slideshow,Website Slideshow,Website Slideshow +apps/frappe/frappe/public/js/frappe/form/grid_body.html +6,No Data,Няма Данни DocType: Website Settings,"Link that is the website home page. Standard Links (index, login, products, blog, about, contact)","Link, която е първа страница на сайта. Стандартни Links (индекс, вход, продукти, блог, за, контакт)" apps/frappe/frappe/public/js/frappe/ui/editor.html +8,Bullet list,Bullet списък apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +49,values and dates,стойности и дати @@ -560,10 +618,14 @@ apps/frappe/frappe/email/doctype/email_alert/email_alert.py +14,Please specify w DocType: DocPerm,Set User Permissions,Set User Permissions DocType: Email Account,Email Account Name,Email Име на профила apps/frappe/frappe/core/page/permission_manager/permission_manager.js +249,Select Document Types,Изберете типове документи +DocType: File,old_parent,old_parent DocType: Email Account,"e.g. ""Support"", ""Sales"", ""Jerry Yang""","например "Подкрепа", "Продажби", "Джери Янг"" apps/frappe/frappe/public/js/frappe/form/workflow.js +115,Document Status transition from,Документ Статус преход от +DocType: DocField,Description,Описание +DocType: Letter Head,Is Default,Дали Default DocType: User,Facebook User ID,Facebook User ID DocType: Workflow State,fast-forward,бързо напред +DocType: Communication,Communication,Общуване apps/frappe/frappe/print/page/print_format_builder/print_format_builder_column_selector.html +1,"Check columns to select, drag to set order.","Проверка на колони, за да изберете, плъзнете, за да настроите ред." apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +572,This is PERMANENT action and you cannot undo. Continue?,Това е постоянното действие и не можете да отмените. Продължи? DocType: Event,Every Day,Всеки Ден @@ -572,6 +634,7 @@ DocType: Workflow State,move,ход apps/frappe/frappe/desk/page/applications/applications.py +81,{0} Installed,{0} Инсталирана apps/frappe/frappe/model/document.py +721,one of,един от apps/frappe/frappe/public/js/frappe/list/list_sidebar.js +79,Show Tags,Покажи Tags +DocType: Bulk Email,Not Sent,Не е изпратено DocType: Web Form,Actions,Действия DocType: Workflow State,align-justify,уеднаквят-оправдае DocType: User,Middle Name (Optional),Презиме (по избор) @@ -595,11 +658,15 @@ apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +50,to filter DocType: Web Page,Content in markdown format that appears on the main side of your page,"Съдържание в евтино формат, който се появява на главната част на страницата си" DocType: System Settings,dd/mm/yyyy,дд / мм / гггг apps/frappe/frappe/public/js/frappe/form/layout.js +93,Hide Details,Скриване Детайли +DocType: Workflow State,Tasks,Задачи +DocType: Event,Tuesday,Вторник DocType: Blog Settings,Blog Settings,Блог Settings apps/frappe/frappe/templates/emails/new_user.html +12,You can also copy-paste this link in your browser,Можете също да копирате-постави този линк в браузъра си DocType: Workflow State,bullhorn,мегафон DocType: Social Login Keys,Facebook Client Secret,Facebook Client Secret +DocType: Top Bar Item,Target,Мишена DocType: Website Settings,Copyright,Авторско право +DocType: ToDo,Due Date,Поради Дата DocType: Social Login Keys,Google Client Secret,Google Client Secret DocType: Website Settings,Hide Footer Signup,Скриване Footer Регистрация 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 в същата папка, където това се записва и да се върнете на колоната и резултат." @@ -623,9 +690,12 @@ DocType: Workflow State,leaf,листо DocType: Email Account,Email ID,Email ID apps/frappe/frappe/public/js/frappe/ui/editor.html +49,Insert Link,Insert Link DocType: Contact Us Settings,Query Options,Опции Критерии +apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +108,Import Successful!,Внос Успешно! DocType: Patch Log,Patch Log,Patch Log +apps/frappe/frappe/core/page/permission_manager/permission_manager.js +379,Add,Добави DocType: Communication,Sent or Received,Изпратени или получени DocType: DefaultValue,Key,Ключ +apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +124,Setup Complete,Setup Complete apps/frappe/frappe/config/setup.py +61,Report of all document shares,Доклад на всички акции на документи apps/frappe/frappe/public/js/frappe/model/model.js +24,Starred By,Със звезда С apps/frappe/frappe/templates/pages/update-password.html +14,New Password,Нова Парола @@ -641,8 +711,9 @@ apps/frappe/frappe/templates/pages/print.py +158,No {0} permission,Не {0} ра DocType: Feed,Login,Влизане DocType: System Settings,Enable Scheduled Jobs,Активиране планирани заявки apps/frappe/frappe/core/page/data_import_tool/exporter.py +60,Notes:,Забележки: -apps/frappe/frappe/public/js/frappe/form/control.js +1342,Markdown,Markdown +apps/frappe/frappe/public/js/frappe/form/control.js +1354,Markdown,Markdown DocType: DocShare,Document Name,Документ Име +DocType: ToDo,Medium,Среда DocType: Comment,Comment By,Коментар от apps/frappe/frappe/public/js/frappe/form/linked_with.js +86,Not enough permission to see links.,Не е достатъчно разрешение да виждат линкове. DocType: Customize Form,Customize Form,Персонализирайте Form @@ -685,25 +756,30 @@ apps/frappe/frappe/config/desk.py +14,Documents assigned to you and by you.,До DocType: User,Email Signature,Email подпис DocType: Website Settings,Google Analytics ID,Google Analytics ID DocType: Website Theme,Link to your Bootstrap theme,Линк към вашия Bootstrap тема -apps/frappe/frappe/public/js/frappe/form/control.js +1341,Edit as {0},Edit като {0} +apps/frappe/frappe/public/js/frappe/form/control.js +1353,Edit as {0},Edit като {0} apps/frappe/frappe/public/js/frappe/form/grid_body.html +11,Add new row,Добави нов ред +DocType: DocPerm,Delete,Изтривам +apps/frappe/frappe/public/js/frappe/form/toolbar.js +165,New {0},New {0} apps/frappe/frappe/core/page/user_permissions/user_permissions.js +199,No User Restrictions found.,Няма намерени Потребителски ограничения. apps/frappe/frappe/email/doctype/email_account/email_account_list.js +10,Default Inbox,Default Inbox apps/frappe/frappe/public/js/frappe/form/link_selector.js +104,Make a new,Направете нов -DocType: Payment Reconciliation Payment,Allocated amount,Отпусната сума DocType: Print Settings,PDF Page Size,PDF Page Size apps/frappe/frappe/public/js/frappe/list/list_permission_footer.html +20,Note: fields having empty value for above criteria are not filtered out.,"Забележка: области, които имат празна стойност за над критерии не се филтрират." DocType: Communication,Recipient Unsubscribed,Получател Отписахте apps/frappe/frappe/public/js/frappe/ui/toolbar/offcanvas_left_sidebar.html +25,About,Около apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,"For updating, you can update only selective columns.","За актуализиране, можете да актуализирате само селективни колони." +DocType: Country,Country,Страна apps/frappe/frappe/public/js/frappe/views/communication.js +80,Attach Document Print,Прикрепете Документ за печат +DocType: Communication,Received,Приет DocType: Social Login Keys,Google Client ID,Google Client ID apps/frappe/frappe/core/doctype/user/user.py +63,Adding System Manager to this User as there must be atleast one System Manager,"Добавяме Системен мениджър към този потребител, тъй както трябва да има поне един Системен мениджър" +DocType: DocField,Attach Image,Прикрепете Изображение DocType: Workflow State,list-alt,Списък-н apps/frappe/frappe/templates/pages/update-password.html +63,Password Updated,Password Обновено apps/frappe/frappe/core/page/modules_setup/modules_setup.js +18,"Select modules to be shown (based on permission). If hidden, they will be hidden for all users.","Изберете модули да бъдат показани (базирани на разрешение). Ако скрити, те ще бъдат скрити за всички потребители." apps/frappe/frappe/core/page/user_permissions/user_permissions.js +154,Permissions Updated,Permissions Актуализирани -apps/frappe/frappe/email/doctype/email_account/email_account.py +50,Append To is mandatory for incoming mails,Добавяне към е задължително за входящи съобщения +apps/frappe/frappe/email/doctype/email_account/email_account.py +51,Append To is mandatory for incoming mails,Добавяне към е задължително за входящи съобщения +DocType: Communication,Rejected,Отхвърлени apps/frappe/frappe/core/doctype/doctype/doctype.py +254,Options requried for Link or Table type field {0} in row {1},Опции requried за Link или тип Таблица поле {0} на ред {1} DocType: Report,Query Report,Доклад Query DocType: User,Set New Password,Определете New Password @@ -711,6 +787,7 @@ DocType: User,Github User ID,Github User ID apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,Ако Документ Type DocType: Communication,Chat,Чат apps/frappe/frappe/core/doctype/doctype/doctype.py +245,Fieldname {0} appears multiple times in rows {1},Fieldname {0} се среща няколко пъти в редици {1} +DocType: DocType,System,Система apps/frappe/frappe/public/js/legacy/print_format.js +144,Unknown Print Format: {0},Unknown Print Format: {0} DocType: Workflow State,arrow-down,стрелка надолу apps/frappe/frappe/public/js/frappe/ui/tree.js +123,Collapse,Колапс @@ -722,11 +799,13 @@ apps/frappe/frappe/core/doctype/file/test_file.py +57,Home/Test Folder 2,Нач DocType: System Settings,Ignore User Permissions If Missing,Игнорирай потребителя Permissions Ако Липсва apps/frappe/frappe/public/js/frappe/form/control.js +748,Please save the document before uploading.,"Моля, запишете документа, преди да качите." apps/frappe/frappe/public/js/frappe/ui/messages.js +162,Enter your password,Въведете паролата си +DocType: Dropbox Backup,Dropbox Access Secret,Dropbox Access Secret apps/frappe/frappe/core/doctype/doctype/doctype.py +319,Fold must come before a Section Break,Сгънете трябва да дойде преди Раздел Break apps/frappe/frappe/core/doctype/user/user.py +383,Not allowed to reset the password of {0},Не е позволено да възстановите паролата на {0} DocType: Workflow State,hand-down,предадем -apps/frappe/frappe/core/doctype/doctype/doctype.py +448,{0}: Cannot set Cancel without Submit,{0}: Cannot set Cancel without Submit +apps/frappe/frappe/core/doctype/doctype/doctype.py +448,{0}: Cannot set Cancel without Submit,{0}: Cannot set Cancel without Submit DocType: Website Theme,Theme,Тема +apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +146,There were errors.,Имаше грешки. DocType: DocType,Is Submittable,Дали Правят apps/frappe/frappe/custom/doctype/property_setter/property_setter.js +7,Value for a check field can be either 0 or 1,Цена поле проверка може да бъде или 0 или 1 apps/frappe/frappe/model/document.py +519,Could not find {0},Не можах да намеря {0} @@ -747,7 +826,10 @@ apps/frappe/frappe/public/js/frappe/model/model.js +466,Permanently delete {0}?, apps/frappe/frappe/core/doctype/file/file.py +131,Same file has already been attached to the record,Един и същи файл вече е приложен към протокола apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +59,Ignore encoding errors.,Игнорирайте кодираща грешки. DocType: Workflow State,wrench,гаечен ключ +apps/frappe/frappe/desk/page/applications/applications.js +45,Not Set,Не е зададен +DocType: Communication,Date,Дата DocType: Website Settings,Disable Signup,Забранете Регистрация +apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +115,Sit tight while your system is being setup. This may take a few moments.,"Стойте там, докато вашата система е настройка. Това може да отнеме няколко минути." 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/website/doctype/web_page/web_page.py +163,Website Search,Website Търсене DocType: DocField,Mandatory,Задължителен @@ -767,19 +849,23 @@ DocType: Workflow State,book,книга DocType: Website Settings,Landing Page,Landing Page apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +81,"Import Request Queued. This may take a few moments, please be patient.","Внос Заявка Чакащи. Това може да отнеме няколко минути, моля, бъдете търпеливи." apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162,No Permissions set for this criteria.,Не Разрешения определени за тези критерии. +DocType: Custom Field,Custom,Обичай apps/frappe/frappe/config/setup.py +128,Setup Email Alert based on various criteria.,Setup Email Alert въз основа на различни критерии. apps/frappe/frappe/website/doctype/blog_post/blog_post.py +93,Posts filed under {0},Постове намира под {0} DocType: Email Alert,Send alert if date matches this field's value,"Изпрати сигнал, ако дата съвпада стойност тази област е" DocType: Workflow,Transitions,Transitions DocType: User,Login After,Вход След DocType: Print Format,Monospace,Monospace +apps/frappe/frappe/config/setup.py +138,Printing,Печатане DocType: Workflow State,thumbs-up,палец apps/frappe/frappe/public/js/frappe/views/communication.js +15,Add Reply,Добави отговор DocType: DocPerm,DocPerm,DocPerm apps/frappe/frappe/core/doctype/doctype/doctype.py +292,Precision should be between 1 and 6,Прецизно трябва да бъде между 1 и 6 +apps/frappe/frappe/public/js/frappe/misc/utils.js +110,and,и DocType: About Us Team Member,Image Link,Линк към снимката DocType: Workflow State,step-backward,стъпка назад apps/frappe/frappe/utils/boilerplate.py +232,{app_title},{App_title} +apps/frappe/frappe/integrations/doctype/dropbox_backup/dropbox_backup.py +182,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,Изтрий този запис да позволи изпращането на този имейл адрес DocType: Email Account,Uses the Email ID mentioned in this Account as the Sender for all emails sent using this Account. ,"Използва ID на Email споменати в този профил като подател на всички имейли, изпратени чрез този профил." apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"Само задължителни полета са необходими за нови рекорди. Можете да изтриете незадължителни колони, ако желаете." @@ -792,17 +878,22 @@ DocType: DocPerm,Amend,Изменя DocType: File,Is Attachments Folder,Дали Прикачени Folder apps/frappe/frappe/templates/includes/login/login.js +46,Valid Login id required.,Изисква Валидна Login ID. apps/frappe/frappe/desk/doctype/todo/todo.js +30,Re-open,Re-отворена +apps/frappe/frappe/model/rename_doc.py +343,Please select a valid csv file with data,"Моля, изберете валиден CSV файл с данни" apps/frappe/frappe/core/doctype/docshare/docshare.py +53,{0} un-shared this document with {1},{0} отмени споделянето на този документ с {1} apps/frappe/frappe/public/js/frappe/form/workflow.js +118,Document Status transition from {0} to {1} is not allowed,Състояние Документ преход от {0} за {1} не е позволено +apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +114,Setting Up,Настройване apps/frappe/frappe/templates/emails/auto_reply.html +5,This is an automatically generated reply,Това е автоматично генериран отговор apps/frappe/frappe/public/js/frappe/model/create_new.js +269,Get From,Вземи От apps/frappe/frappe/model/document.py +416,Record does not exist,Запишете не съществува apps/frappe/frappe/templates/pages/404.html +4,Page missing or moved,Page липсваща или преместени +DocType: DocField,Name,Име apps/frappe/frappe/public/js/frappe/form/control.js +989,Open Link,Open Link apps/frappe/frappe/desk/page/applications/applications.py +88,Unknown app,Неизвестен ап apps/frappe/frappe/desk/form/load.py +42,Did not load,Не се зареди apps/frappe/frappe/desk/query_report.py +80,Query must be a SELECT,Query трябва да бъде SELECT DocType: Website Settings,Facebook Share,Facebook Share +apps/frappe/frappe/core/doctype/doctype/boilerplate/controller_list.html +31,Completed,Завършен +DocType: Web Form,Select DocType,Изберете DocType apps/frappe/frappe/public/js/frappe/upload.js +173,File size exceeded the maximum allowed size of {0} MB,Размер на файла надвишава максималния допустим размер на {0} MB apps/frappe/frappe/core/doctype/doctype/doctype.py +400,Enter at least one permission row,Въведете поне един разрешение ред apps/frappe/frappe/public/js/frappe/model/model.js +20,Created On,Създаден на @@ -838,6 +929,7 @@ apps/frappe/frappe/public/js/frappe/model/model.js +489,Merge with existing,Об DocType: User,Birth Date,Рождена Дата DocType: Workflow State,fast-backward,бързо назад DocType: DocShare,DocShare,DocShare +DocType: Event,Friday,Петък DocType: Report,Add Total Row,Добави Total Row apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +19,For example if you cancel and amend INV004 it will become a new document INV004-1. This helps you to keep track of each amendment.,"Например, ако откажете и да измени INV004 тя ще се превърне в нов документ INV004-1. Това ви помага да следите всяко изменение." DocType: Workflow Document State,0 - Draft; 1 - Submitted; 2 - Cancelled,0 - Проект; 1 - Подаден; 2 - Отменен @@ -845,6 +937,8 @@ apps/frappe/frappe/core/page/modules_setup/modules_setup.js +5,Show or Hide Modu DocType: File,Attached To DocType,Прикрепен към DocType apps/frappe/frappe/desk/page/activity/activity.js +153,Aug,Август DocType: DocField,Int,Int +DocType: Page,Title,Заглавие +apps/frappe/frappe/public/js/frappe/list/doclistview.js +418,Customize,Персонализирайте DocType: Currency,"1 Currency = [?] Fraction For e.g. 1 USD = 100 Cent",1 Currency = [?] Fraction For e.g. 1 USD = 100 Cent apps/frappe/frappe/core/page/permission_manager/permission_manager.js +370,Add New Permission Rule,Добави ново Правило за Разрешения @@ -861,6 +955,7 @@ DocType: Email Alert,Value Change,Стойност на промяна DocType: Standard Reply,Standard Reply,Standard Отговор apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +176,Width of the input box,Ширина на полето за въвеждане DocType: UserRole,UserRole,UserRole +DocType: System Settings,In Hours,В Часа DocType: Print Settings,With Letterhead,С бланки apps/frappe/frappe/email/smtp.py +174,Invalid Outgoing Mail Server or Port,Невалиден Outgoing Mail Server или Port DocType: DocPerm,Write,Пиша @@ -872,22 +967,29 @@ apps/frappe/frappe/public/js/frappe/views/communication.js +85,Select Attachment apps/frappe/frappe/model/naming.py +90, for {0},за {0} apps/frappe/frappe/public/js/legacy/print_format.js +125,You are not allowed to print this document,Вие нямате право да отпечатате този документ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +286,Loading Report,Loading Доклад +DocType: Page,Standard,Стандарт apps/frappe/frappe/public/js/frappe/form/form_sidebar.html +26,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/public/js/frappe/form/footer/assign_to.js +62,Assignment Complete,Завършване на определянето DocType: DocPerm,User Permission DocTypes,Потребителят Разрешение DocTypes apps/frappe/frappe/public/js/frappe/model/model.js +488,New Name,New Име apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +136,Please save the document before removing assignment,"Моля, запишете документа, преди да извадите присвояване" apps/frappe/frappe/public/js/frappe/form/grid_form.html +10,Insert Above,Insert Above +apps/frappe/frappe/public/js/frappe/model/indicator.js +30,Draft,Проект +DocType: User,Female,Женски +DocType: Print Settings,Modern,Модерен apps/frappe/frappe/desk/page/applications/applications.js +61,Search Results,Резултати от търсенето apps/frappe/frappe/public/js/frappe/model/indicator.js +5,Not Saved,Не са съхранени +DocType: Communication,Replied,Отговорено DocType: Custom Field,Default Value,Стойност по подразбиране apps/frappe/frappe/public/js/frappe/ui/messages.js +177,Verify,"Уверете се," DocType: Workflow Document State,Update Field,Актуализация Невярно apps/frappe/frappe/desk/page/applications/applications.js +50,Regional Extensions,Регионални Extensions -apps/frappe/frappe/email/doctype/email_account/email_account.py +341,Leave this conversation,Оставете този разговор +apps/frappe/frappe/email/doctype/email_account/email_account.py +342,Leave this conversation,Оставете този разговор apps/frappe/frappe/model/base_document.py +393,Options not set for link field {0},Опции не определени за област линк {0} apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +151,You cannot unset 'Read Only' for field {0},Можете да не изключено "Само за четене" за област {0} +apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +18,Complete Setup,Пълна Setup DocType: Workflow State,asterisk,звездичка apps/frappe/frappe/core/page/data_import_tool/exporter.py +61,Please do not change the template headings.,"Моля, не променя позициите на шаблона." DocType: Communication,Linked,Свързан @@ -908,17 +1010,21 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +44,Logout,Изход 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.,"Разрешения по-високи нива са Невярно разрешенията на ниво. Всички полета имат набор Разрешение Level срещу тях, както и правилата, определени в този разрешения важат за областта. Това е полезно в случай, че искате да скриете или да направите дадена област само за четене за определени роли." apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","Ако тези инструкции, когато не помага, моля Ви добавете във вашите предложения за GitHub въпроси." DocType: Workflow State,bookmark,Bookmark +DocType: Note,Note,Забележка apps/frappe/frappe/email/bulk.py +96,This email was sent to you as CC,Този имейл е изпратен в най-CC +DocType: Email Account,Email Ids,Email документи за самоличност DocType: Currency,Symbol,Символ apps/frappe/frappe/model/base_document.py +434,Row #{0}:,Row # {0}: apps/frappe/frappe/core/doctype/user/user.py +81,New password emailed,Нова парола емайл apps/frappe/frappe/auth.py +222,Login not allowed at this time,Влез не е позволено в този момент DocType: Async Task,Runtime,Runtime +DocType: Contact Us Settings,Introduction,Въведение DocType: DocType,Permissions Settings,Разрешения Settings apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +207,{0} List,{0} Списък apps/frappe/frappe/desk/form/assign_to.py +39,Already in user's To Do list,Още през потребителя да се направи списък DocType: Email Account,Enable Outgoing,Активиране на изходящо apps/frappe/frappe/desk/page/applications/applications.js +147,No matching apps found,Не бяха намерени съответстващи приложения +apps/frappe/frappe/public/js/frappe/model/indicator.js +43,Submitted,Изпратено DocType: System Settings,Email Footer Address,Email Footer Адрес DocType: DocField,Text,Текст apps/frappe/frappe/config/setup.py +133,Standard replies to common queries.,Standard отговори на общи запитвания. @@ -926,11 +1032,13 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/offcanvas_left_sidebar.html +31,R apps/frappe/frappe/email/doctype/email_account/email_account_list.js +14,Default Sending,Default Изпращане DocType: Workflow State,volume-off,обем излитане DocType: Custom Field,Properties,Имоти +,Download Backups,Изтегляне на резервни копия apps/frappe/frappe/core/doctype/file/test_file.py +43,Home/Test Folder 1,Начало / Test Folder 1 apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +47,"Do not update, but insert new records.","Да не се актуализират, но поставете нови рекорди." apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +160,Assign to me,Присвояване на мен apps/frappe/frappe/core/doctype/file/file_list.js +74,Edit Folder,Edit Folder DocType: DocField,Dynamic Link,Dynamic Link +apps/frappe/frappe/public/js/frappe/form/footer/timeline_item.html +39,Details,Детайли DocType: Property Setter,DocType or Field,DocType или Невярно DocType: Communication,Soft-Bounced,Soft-Върната apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +3,Quick Help for Setting Permissions,Помощ за определяне на разрешения @@ -945,11 +1053,13 @@ DocType: Workflow State,flag,флаг DocType: Web Page,Text Align,Текст Подравнен DocType: Contact Us Settings,Forward To Email Address,Forward на имейл адрес apps/frappe/frappe/core/doctype/doctype/doctype.py +342,Title field must be a valid fieldname,Заглавие поле трябва да бъде валиден fieldname +apps/frappe/frappe/desk/moduleview.py +61,Documents,Документи apps/frappe/frappe/templates/pages/me.html +19,Edit Profile,Редактирай профил DocType: System Settings,Session Expiry in Hours e.g. 06:00,Session Изтичане в часове напр 06:00 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).","След като сте задали този, потребителите ще бъдат в състояние единствено достъп до документи (напр. Блог Post), където съществува връзката (напр. Blogger)." apps/frappe/frappe/utils/csvutils.py +33,Unable to open attached file. Please try again.,"Не може да се отвори прикачения файл. Моля, опитайте отново." DocType: Scheduler Log,Log of Scheduler Errors,Вход на Scheduler Грешки +DocType: User,Bio,Bio apps/frappe/frappe/public/js/frappe/form/save.js +12,Submitting,Подаване apps/frappe/frappe/print/page/print_format_builder/print_format_builder.js +182,Custom HTML,Потребителски HTML apps/frappe/frappe/core/doctype/file/file_list.js +71,Enter folder name,Въведете име на папка @@ -960,7 +1070,7 @@ DocType: Workflow State,adjust,регулирайте DocType: Website Settings,Disable Customer Signup link in Login page,Disable Регистрация Customer линк Login страница apps/frappe/frappe/core/report/todo/todo.py +21,Assigned To/Owner,Възложени / Собственик DocType: Workflow State,arrow-left,стрелка наляво -apps/frappe/frappe/desk/page/applications/application_row.html +9,Installed,Инсталирана +apps/frappe/frappe/desk/page/applications/application_row.html +11,Installed,Инсталирана apps/frappe/frappe/desk/page/applications/applications.js +47,Developer Tools,Инструменти за разработчици DocType: Workflow State,fullscreen,цял екран DocType: Event,Ref Name,Ref Име @@ -975,12 +1085,14 @@ apps/frappe/frappe/model/db_query.py +442,Please select atleast 1 column from {0 apps/frappe/frappe/templates/pages/print.py +184,No template found at path: {0},Не са намерени в пътя шаблон: {0} DocType: Website Settings,"Menu items in the Top Bar. For setting the color of the Top Bar, go to selected Website Theme.","Опциите в менюто в горната лента. За определяне на цвета на горната лента, отидете на избрана Website Theme." apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +53,Submit after importing.,Пуснете след вносител. +apps/frappe/frappe/public/js/frappe/model/indicator.js +34,Cancelled,Отменен DocType: Blogger,Avatar,Въплъщение DocType: Blogger,Posts,Публикации -apps/frappe/frappe/public/js/frappe/views/communication.js +479,Dear,Скъп +apps/frappe/frappe/public/js/frappe/views/communication.js +484,Dear,Скъп apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +57,Tip: Double click cell to edit,"Съвет: Double Щракнете върху клетка, за да редактирате" DocType: ToDo,Description and Status,Описание и Status DocType: Web Page,HTML for header section. Optional,HTML за раздел глава. По избор +apps/frappe/frappe/model/rename_doc.py +348,Maximum {0} rows allowed,Позволената максимална {0} редове DocType: Email Unsubscribe,Global Unsubscribe,Global Отписване apps/frappe/frappe/core/doctype/userrole/userrole.py +14,Role exists,Съществува Role apps/frappe/frappe/public/js/frappe/views/communication.js +82,Select Print Format,Изберете Print Format @@ -1000,11 +1112,13 @@ apps/frappe/frappe/core/doctype/file/file_list.js +56,New Folder,Нова пап DocType: Website Settings,Sub-domain provided by erpnext.com,"Под-домейн, предоставена от erpnext.com" DocType: System Settings,dd-mm-yyyy,дд-мм-гггг apps/frappe/frappe/desk/query_report.py +70,Must have report permission to access this report.,Трябва да има разрешение доклад за достъп до този доклад. +apps/frappe/frappe/templates/base.html +134,Added,Добавен apps/frappe/frappe/desk/doctype/event/event.py +66,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 DocType: Workflow State,remove,премахнете DocType: Email Account,If non standard port (e.g. 587),Ако нестандартно порт (например 587) apps/frappe/frappe/public/js/frappe/form/toolbar.js +153,Reload,Презареди +apps/frappe/frappe/desk/query_report.py +136,Total,Общо DocType: Event,Participants,Участниците DocType: Bulk Email,Reference DocName,Референтен DocName DocType: Web Form,Success Message,Успехът на ЛС @@ -1020,6 +1134,7 @@ apps/frappe/frappe/public/js/frappe/ui/messages.js +177,Verify Password,Потв apps/frappe/frappe/core/page/modules_setup/modules_setup.js +55,There were errors,Имаше грешки apps/frappe/frappe/desk/doctype/todo/todo.js +22,Close,Близо apps/frappe/frappe/model/document.py +452,Cannot change docstatus from 0 to 2,Не може да се промени docstatus 0-2 +apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +88,Update,Актуализация apps/frappe/frappe/core/doctype/doctype/doctype.py +260,Options must be a valid DocType for field {0} in row {1},Опции трябва да бъде валиден DocType за полева {0} на ред {1} apps/frappe/frappe/print/page/print_format_builder/print_format_builder.js +160,Edit Properties,Редактиране на Имоти DocType: Patch Log,List of patches executed,Списък на петна екзекутиран @@ -1055,6 +1170,7 @@ apps/frappe/frappe/public/js/frappe/form/form_sidebar.html +19,Assign,Присв apps/frappe/frappe/config/setup.py +92,Import / Export Data from .csv files.,Импорт / Експорт на данни от .csv файлове. apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +62,You are not allowed to create / edit reports,Не е позволено да се създаде / доклади редактиране DocType: Workflow State,Icon will appear on the button,Ще се появи иконата на бутона +DocType: Website Settings,Website Settings,Настройки Сайт DocType: Web Page,Page url name (auto-generated),Page име URL (автоматично генерирано) apps/frappe/frappe/core/page/user_permissions/user_permissions.py +105,Please upload using the same template as download.,"Моля, качете се използва един и същ шаблон, както за сваляне." DocType: Email Account,ProTip: Add Reference: {{ reference_doctype }} {{ reference_name }} to send document reference,ProTip: Добави Reference: {{ reference_doctype }} {{ reference_name }} да изпратите документ за справка @@ -1064,6 +1180,7 @@ apps/frappe/frappe/config/desk.py +27,Chat messages and other notifications.,Ч apps/frappe/frappe/public/js/frappe/form/share.js +54,Share {0} with,Share {0} с DocType: Workflow State,hand-up,ръката нагоре DocType: Blog Settings,Writers Introduction,Писатели Въведение +DocType: Communication,Phone,Телефон apps/frappe/frappe/core/page/permission_manager/permission_manager.js +140,Select Document Type or Role to start.,Изберете вида документ или Role да започне. apps/frappe/frappe/public/js/frappe/form/toolbar.js +262,ProTip: You can also use Ctrl+S to Save,ProTip: Можете също да използвате Ctrl + S да се спестят apps/frappe/frappe/public/js/frappe/views/container.js +55,Page not found,Страницата не е намерена @@ -1071,6 +1188,7 @@ DocType: DocField,Precision,Точност DocType: Website Slideshow,Slideshow Items,Slideshow артикули apps/frappe/frappe/model/delete_doc.py +158,Cannot delete or cancel because {0} {1} is linked with {2} {3},"Не можете да изтриете или затвори, защото {0} {1} е свързан с {2} {3}" DocType: Website Settings,Twitter Share,Twitter Сподели +DocType: Event,Groups,Групи DocType: Workflow State,Workflow State,Workflow-членка apps/frappe/frappe/templates/pages/me.html +1,My Account,Моят Профил DocType: ToDo,Allocated To,Разпределена за @@ -1079,7 +1197,7 @@ DocType: Email Alert,Days After,Дни след DocType: Contact Us Settings,Settings for Contact Us Page,Настройки за връзка с нас Page DocType: Custom Script,Script Type,Script Type DocType: Email Account,Footer,Footer -apps/frappe/frappe/email/doctype/email_account/email_account.py +123,Authentication failed while receiving emails from Email Account {0},"Неуспешно удостоверяване, докато получавате имейли от имейл акаунт {0}" +apps/frappe/frappe/email/doctype/email_account/email_account.py +124,Authentication failed while receiving emails from Email Account {0},"Неуспешно удостоверяване, докато получавате имейли от имейл акаунт {0}" apps/frappe/frappe/utils/verified_command.py +39,Invalid Link,Невалиден линк DocType: Web Page,Show Title,Покажи Title DocType: Property Setter,Property Type,Тип на имота @@ -1115,13 +1233,16 @@ apps/frappe/frappe/email/smtp.py +38,Invalid recipient address,Невалиде DocType: Workflow State,step-forward,стъпка напред apps/frappe/frappe/core/doctype/user/user.js +41,Refreshing...,Освежаващ ... DocType: Event,Starts on,Започва на +DocType: System Settings,System Settings,Системни настройки apps/frappe/frappe/email/bulk.py +160,This email was sent to {0} and copied to {1},Този имейл е изпратен в {0} и се копира в {1} DocType: Workflow State,th,тата -apps/frappe/frappe/public/js/frappe/form/control.js +1111,Create a new {0},Създаване на нова {0} +apps/frappe/frappe/public/js/frappe/form/control.js +1115,Create a new {0},Създаване на нова {0} apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +220,Report {0},Доклад {0} apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +231,Open {0},Open {0} +DocType: Communication,Recipients,Получатели DocType: Workflow State,ok-sign,ОК-знак apps/frappe/frappe/public/js/frappe/form/toolbar.js +142,Duplicate,Дубликат +apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +305,From Date must be before To Date,От дата трябва да е преди Към днешна дата apps/frappe/frappe/email/doctype/email_alert/email_alert.py +17,Please specify which value field must be checked,"Моля, посочете кои стойност поле трябва да се проверява" apps/frappe/frappe/core/page/data_import_tool/exporter.py +69,"""Parent"" signifies the parent table in which this row must be added","""Родителска"" означава главната таблица, в която трябва да се добави този ред" DocType: Website Theme,Apply Style,Нанесете Style @@ -1134,8 +1255,11 @@ DocType: User,Location,Местоположение apps/frappe/frappe/core/doctype/docshare/docshare.py +42,"You need to have ""Share"" permission",Трябва да има "Share" разрешение apps/frappe/frappe/public/js/frappe/form/grid.js +277,Bulk Edit {0},Bulk Edit {0} DocType: Email Alert Recipient,Email Alert Recipient,Email Alert Получател +DocType: Blog Category,Parent Website Route,Родител Website Route +apps/frappe/frappe/workflow/doctype/workflow/workflow_list.js +7,Not active,Не е активна DocType: About Us Settings,Settings for the About Us Page,Настройки за нас Страницата apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +5,Select Type of Document to Download,Изберете вида на документа за изтегляне +DocType: Email Account,e.g. pop.gmail.com / imap.gmail.com,напр pop.gmail.com / imap.gmail.com apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +186,Use the field to filter records,Използвайте полето за филтриране на записи DocType: Email Account,Outlook.com,Outlook.com DocType: System Settings,Scheduler Last Event,Scheduler последното събитие @@ -1144,6 +1268,7 @@ DocType: Email Alert Recipient,"Expression, Optional","Expression, незадъ apps/frappe/frappe/email/bulk.py +162,This email was sent to {0},Този имейл е изпратен в {0} DocType: Email Account,Check this to pull emails from your mailbox,Вижте това да дръпнете имейли от пощенската си кутия apps/frappe/frappe/model/document.py +465,Cannot edit cancelled document,Не можете да редактирате анулиране на документи +DocType: Event,Monday,Понеделник apps/frappe/frappe/utils/nestedset.py +77,Nested set error. Please contact the Administrator.,"Вложени набор грешка. Моля, свържете се с администратора." apps/frappe/frappe/print/page/print_format_builder/print_format_builder_layout.html +11,, DocType: Workflow State,envelope,плик @@ -1153,9 +1278,11 @@ DocType: Website Settings,Google Plus One,Google Plus One apps/frappe/frappe/desk/page/activity/activity.js +153,Jul,Jul apps/frappe/frappe/config/website.py +44,"Setup of top navigation bar, footer and logo.","Setup на горната навигационна лента, долния и лого." apps/frappe/frappe/core/doctype/doctype/doctype.py +408,For {0} at level {1} in {2} in row {3},За {0} на равнище {1} в {2} в ред {3} +DocType: Page,All,Всички DocType: Bulk Email,Recipient,Получател apps/frappe/frappe/config/setup.py +145,Drag and Drop tool to build and customize Print Formats.,"Drag и Drop инструмент, за да се изгради и да персонализирате формати на печат." apps/frappe/frappe/public/js/frappe/ui/tree.js +123,Expand,Разширяване +apps/frappe/frappe/core/page/permission_manager/permission_manager.js +428,Set,Определете DocType: Workflow State,align-right,уеднаквят десен apps/frappe/frappe/core/doctype/file/file.py +194,Folder {0} is not empty,Folder {0} не е празна DocType: Page,Roles,Роли @@ -1168,11 +1295,12 @@ DocType: Email Account,Attachment Limit (MB),Attachment Limit (MB) apps/frappe/frappe/public/js/frappe/form/grid_form.html +22,Ctrl + Down,Ctrl + Първа DocType: User,User Defaults,Потребителски настройки DocType: Workflow State,chevron-down,Chevron-надолу -apps/frappe/frappe/public/js/frappe/views/communication.js +440,Email not sent to {0} (unsubscribed / disabled),Email не изпраща до {0} (отписахте / инвалиди) +apps/frappe/frappe/public/js/frappe/views/communication.js +445,Email not sent to {0} (unsubscribed / disabled),Email не изпраща до {0} (отписахте / инвалиди) DocType: Async Task,Traceback,Проследи apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +163,Assign To,Възлага на DocType: Workflow State,th-list,TH-списък DocType: Web Page,Enable Comments,Активиране Коментари +apps/frappe/frappe/desk/doctype/note/note_list.js +3,Notes,Бележки DocType: User,Restrict user from this IP address only. Multiple IP addresses can be added by separating with commas. Also accepts partial IP addresses like (111.111.111),Ограничаване на потребителя от само този IP адрес. Множество адреси могат да се добавят чрез разделяне със запетаи. Също така приема частични IP адреси като (111.111.111) DocType: Website Theme,Google Font (Heading),Google Font (позиция) apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +166,Find {0} in {1},Намерете {0} в {1} @@ -1181,8 +1309,10 @@ DocType: DocType,Allow Import via Data Import Tool,Оставя Import чрез apps/frappe/frappe/model/base_document.py +492,Not allowed to change {0} after submission,Не е позволено да се промени {0} след подаването DocType: Comment,Comment Type,Коментар Type apps/frappe/frappe/config/setup.py +8,Users,Потребители +DocType: Report,Report Type,Тип на отчета DocType: Email Account,Signature,Подпис apps/frappe/frappe/public/js/frappe/form/share.js +112,Share With,Share С +apps/frappe/frappe/core/doctype/user/user.js +130,Loading,Товарене apps/frappe/frappe/config/setup.py +194,"Enter keys to enable login via Facebook, Google, GitHub.","Въведете клавиши, за да се даде възможност за вход чрез Facebook, Google, GitHub." apps/frappe/frappe/public/js/frappe/ui/tags.js +21,Add a tag,Добавяне на маркер apps/frappe/frappe/public/js/frappe/form/control.js +971,Please attach a file first.,"Моля, прикачете файл първия." @@ -1194,6 +1324,7 @@ apps/frappe/frappe/public/js/frappe/views/communication.js +70,Send As Email,И DocType: Website Theme,Link Color,Link Color apps/frappe/frappe/core/doctype/user/user.py +47,User {0} cannot be disabled,Потребителят {0} не може да бъде деактивирана apps/frappe/frappe/core/doctype/user/user.py +479,"Dear System Manager,","Уважаеми System мениджъра," +DocType: Event,Sunday,Неделя apps/frappe/frappe/public/js/frappe/form/save.js +14,Amending,Коригиращ apps/frappe/frappe/public/js/frappe/form/link_selector.js +5,Dialog box to select a Link Value,Диалогов прозорец за избор на Link Value DocType: Contact Us Settings,Send enquiries to this email address,Изпратете запитвания до този имейл адрес @@ -1207,6 +1338,7 @@ DocType: DocField,Table,Маса DocType: File,File Size,Размер на файла apps/frappe/frappe/website/doctype/web_form/web_form.py +189,You must login to submit this form,Трябва да се логнете за да изпратите този формуляр DocType: User,Background Image,Background Изображение +apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +316,"Select your Country, Time Zone and Currency","Изберете вашата държава, Time Zone и валути" DocType: Async Task,Queued,На опашка apps/frappe/frappe/public/js/frappe/form/print.js +96,New Custom Print Format,Нов персонализиран печат Format DocType: DocPerm,Create,Създавам @@ -1219,7 +1351,7 @@ apps/frappe/frappe/core/doctype/file/file_list.js +109,Paste,Паста apps/frappe/frappe/workflow/doctype/workflow/workflow.py +64,Cannot change state of Cancelled Document. Transition row {0},Не може да се промени състоянието на Отменен документ. Поредни Transition {0} DocType: Workflow,"Rules for how states are transitions, like next state and which role is allowed to change state etc.","Правила за това как държавите са преходи, като следващата държава и каква роля е позволено да се промени състоянието и т.н." apps/frappe/frappe/desk/form/save.py +21,{0} {1} already exists,{0} {1} вече съществува -apps/frappe/frappe/email/doctype/email_account/email_account.py +68,Append To can be one of {0},Добавяне към може да бъде един от {0} +apps/frappe/frappe/email/doctype/email_account/email_account.py +69,Append To can be one of {0},Добавяне към може да бъде един от {0} DocType: User,Github Username,Github име DocType: Web Page,Title / headline of your page,Заглавие / заглавие на страницата си DocType: DocType,Plugin,Plugin @@ -1231,6 +1363,8 @@ apps/frappe/frappe/public/js/frappe/views/communication.js +182,Re: {0},Re: {0} DocType: Print Settings,Monochrome,Monochrome DocType: Workflow,"Different ""States"" this document can exist in. Like ""Open"", ""Pending Approval"" etc.","Different "държави" този документ може да съществува инча Like "Open", "В очакване на одобрение" и т.н." apps/frappe/frappe/utils/verified_command.py +40,This link is invalid or expired. Please make sure you have pasted correctly.,"Тази връзка е невалиден или изтекъл. Моля, уверете се, че сте поставили правилно." +DocType: Web Page,Slideshow,Slideshow +DocType: Workflow State,Search,Търсене DocType: Web Form,Web Form Fields,Web Form Fields DocType: Website Theme,Top Bar Text Color,Top Bar Цвят на текста apps/frappe/frappe/core/doctype/file/file.py +321,File '{0}' not found,"{0}" не е намерен файла @@ -1240,7 +1374,8 @@ apps/frappe/frappe/public/js/frappe/form/control.js +428,Invalid Email: {0},Не apps/frappe/frappe/desk/doctype/event/event.py +20,Event end must be after start,Край на събитието трябва да бъде след началото apps/frappe/frappe/templates/includes/sidebar.html +7,Back,Обратно apps/frappe/frappe/desk/query_report.py +22,You don't have permission to get a report on: {0},Не е нужно разрешение да получи доклад за: {0} -apps/frappe/frappe/public/js/frappe/form/control.js +1120,Advanced Search,Разширено Търсене +DocType: Blog Post,Blog Post,Blog Post +apps/frappe/frappe/public/js/frappe/form/control.js +1124,Advanced Search,Разширено Търсене apps/frappe/frappe/core/doctype/user/user.py +390,Password reset instructions have been sent to your email,Инструкции за възстановяване на паролата са изпратени на Вашия имейл apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +487,Sort By,Sort By apps/frappe/frappe/config/setup.py +199,Manage cloud backups on Dropbox,Управление на облачните резервни копия на Dropbox @@ -1257,12 +1392,15 @@ DocType: Custom Field,Field Description,Поле Описание apps/frappe/frappe/model/naming.py +49,Name not set via Prompt,Името не определя чрез Prompt DocType: Note,Note is a free page where users can share documents / notes,"Бележка е безплатна страница, където потребителите могат да споделят документи / бележки" DocType: Website Theme,Top Bar Color,Top Bar Color +DocType: DocType,Setup,Настройвам DocType: DocType,Allow Import,Оставя Import apps/frappe/frappe/templates/includes/comments/comments.py +57,New comment on {0} {1},Нов коментар за {0} {1} DocType: Workflow State,glass,стъкло DocType: Country,Time Zones,Часови зони +DocType: DocField,Image,Изображение DocType: Workflow State,remove-sign,извадете-знак apps/frappe/frappe/config/setup.py +166,Define workflows for forms.,Определете работни потоци за форми. +DocType: Communication,Other,Друг apps/frappe/frappe/print/page/print_format_builder/print_format_builder.js +156,Start new Format,Започнете новия формат apps/frappe/frappe/core/page/user_permissions/user_permissions.js +144,Please attach a file,"Моля, прикачете файл" DocType: Workflow State,font,шрифта @@ -1274,6 +1412,8 @@ DocType: Workflow State,folder-close,папка-близо DocType: Email Alert Recipient,Optional: Alert will only be sent if value is a valid email id.,По желание: Alert ще бъде изпратена само ако стойността е валиден имейл ID. apps/frappe/frappe/model/rename_doc.py +101,{0} not allowed to be renamed,{0} не е позволено да бъде преименуван DocType: Custom Script,Custom Script,Потребителски Script +DocType: Contact Us Settings,Address Line 2,Адрес Line 2 +DocType: ToDo,Reference,Препратка apps/frappe/frappe/public/js/frappe/model/model.js +26,Assigned To,Възложените apps/frappe/frappe/core/doctype/user/user.py +166,Verify Your Account,Проверете вашия Account DocType: Workflow Transition,Action,Действие @@ -1309,6 +1449,7 @@ apps/frappe/frappe/website/doctype/blog_post/blog_post.py +84,Blog,Блог apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +30,Download with data,Свали с данни DocType: Workflow State,hand-right,ръчно полето DocType: Website Settings,Subdomain,Поддомейн +apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +314,Region,Област apps/frappe/frappe/public/js/frappe/form/workflow.js +35,Current status,Текущо състояние DocType: Web Form,Allow Delete,Оставя Изтриване DocType: Email Alert,Message Examples,Съобщение Примери @@ -1317,6 +1458,7 @@ apps/frappe/frappe/config/website.py +59,Write titles and introductions to your DocType: Email Account,Notify if unreplied for (in mins),Изпращайте ако неотговорени за (в минути) apps/frappe/frappe/public/js/frappe/list/listview.js +343,2 days ago,Преди 2 дни apps/frappe/frappe/config/website.py +64,Categorize blog posts.,Категоризиране блог постове. +DocType: Workflow State,Time,Време DocType: DocField,Attach,Прикрепете apps/frappe/frappe/core/doctype/doctype/doctype.py +354,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} не е валиден fieldname модел. Тя трябва да бъде {{}} field_name. DocType: DocType,Permission Rules,Разрешение Правила @@ -1328,7 +1470,7 @@ DocType: DocPerm,Read,Четене apps/frappe/frappe/templates/pages/update-password.html +10,Old Password,Стара Парола apps/frappe/frappe/website/doctype/blog_post/blog_post.py +97,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/doctype/doctype.py +478,{0}: Cannot set Assign Amend if not Submittable,{0}: Cannot set Assign Amend if not Submittable +apps/frappe/frappe/core/doctype/doctype/doctype.py +478,{0}: Cannot set Assign Amend if not Submittable,{0}: Cannot set Assign Amend if not Submittable apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,Edit Роля Permissions DocType: Social Login Keys,Social Login Keys,Социални Вход Keys DocType: Comment,Comment Date,Коментар Дата @@ -1336,6 +1478,7 @@ apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +54,Remove al DocType: Website Slideshow,Slideshow Name,Име Slideshow apps/frappe/frappe/public/js/frappe/form/save.js +15,Cancelling,Анулира DocType: DocType,Allow Rename,Оставя Rename +DocType: Feed,Full Name,Пълно Име DocType: DocType,Child Tables are shown as a Grid in other DocTypes.,Дете таблици са показани като Grid в други DocTypes. DocType: Website Settings,"If checked, the Home page will be the default Item Group for the website.","Ако е избрано, на началната страница ще бъде подразбиране стокова група за уебсайта." DocType: Blog Post,"Description for listing page, in plain text, only a couple of lines. (max 140 characters)","Описание на обявата страница, в обикновен текст, само няколко линии. (макс 140 знака)" @@ -1359,7 +1502,7 @@ apps/frappe/frappe/core/doctype/user/user.js +152,Add all roles,Добави в apps/frappe/frappe/templates/includes/contact.js +11,"Please enter both your email and message so that we \ can get back to you. Thanks!","Моля, въведете и двете си поща и съобщения, така че можем \ може да се свържем с вас. Благодаря!" apps/frappe/frappe/email/smtp.py +152,Could not connect to outgoing email server,Не може да се свърже с изходящ сървър за електронна поща -apps/frappe/frappe/public/js/frappe/form/control.js +1342,Rich Text,Rich Text +apps/frappe/frappe/public/js/frappe/form/control.js +1354,Rich Text,Rich Text DocType: Workflow State,resize-full,преоразмеряване-пълно DocType: Workflow State,off,край apps/frappe/frappe/desk/query_report.py +26,Report {0} is disabled,Доклад {0} е деактивиран @@ -1372,8 +1515,9 @@ DocType: Workflow State,arrow-up,стрелка нагоре DocType: DocField,Allow on Submit,Позволете на Подайте apps/frappe/frappe/core/page/desktop/desktop.js +59,All Applications,Всички заявления apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +422,Pick Columns,Вземете Колони -DocType: Web Page,Add code as <script>,"Добави код, както