diff --git a/webnotes/__init__.py b/webnotes/__init__.py
index 23a1dc8830..9e47faed61 100644
--- a/webnotes/__init__.py
+++ b/webnotes/__init__.py
@@ -86,7 +86,7 @@ def init(site, sites_path=None):
if not sites_path:
sites_path = '.'
-
+
local.error_log = []
local.site = site
local.sites_path = sites_path
diff --git a/webnotes/cli.py b/webnotes/cli.py
index 75f4ba3ff9..140f58b714 100755
--- a/webnotes/cli.py
+++ b/webnotes/cli.py
@@ -4,7 +4,7 @@
# MIT License. See license.txt
from __future__ import unicode_literals
-import sys
+import sys, os
import webnotes
@@ -13,9 +13,13 @@ def main():
fn = get_function(parsed_args)
if not parsed_args.get("sites_path"):
parsed_args["sites_path"] = "."
+
if not parsed_args.get("site"):
print "Site argument required"
return
+ if not os.path.exists(parsed_args.get("site")):
+ print "Did not find folder `{}`. Are you in sites folder?".format(parsed_args.get("site"))
+ return
if parsed_args.get("site")=="all":
for site in get_sites():
args = parsed_args.copy()
diff --git a/webnotes/db.py b/webnotes/db.py
index 8cc28745cb..60eec54b5a 100644
--- a/webnotes/db.py
+++ b/webnotes/db.py
@@ -19,7 +19,7 @@ class Database:
def __init__(self, host=None, user=None, password=None, ac_name=None, use_default = 0):
self.host = host or webnotes.conf.db_host or 'localhost'
self.user = user or webnotes.conf.db_name
-
+
if ac_name:
self.user = self.get_db_login(ac_name) or webnotes.conf.db_name
diff --git a/webnotes/templates/base.html b/webnotes/templates/base.html
index 77475ec02f..e971fa6d06 100644
--- a/webnotes/templates/base.html
+++ b/webnotes/templates/base.html
@@ -31,7 +31,7 @@
{%- endif %}
{% endblock %}
- {% block navbar %}{% include "lib/website/templates/includes/navbar.html" %}{% endblock %}
+ {% block navbar %}{% include "templates/includes/navbar.html" %}{% endblock %}
{% block content %}{% endblock %}
diff --git a/webnotes/translate.py b/webnotes/translate.py
index ff38ccf0aa..10915b2ffc 100644
--- a/webnotes/translate.py
+++ b/webnotes/translate.py
@@ -94,10 +94,11 @@ def get_full_dict(lang):
def load_lang(lang, apps=None):
out = {}
for app in (apps or webnotes.get_all_apps(True)):
- path = webnotes.get_pymodule_path(app, "translations", lang + ".csv")
+ path = os.path.join(webnotes.get_pymodule_path(app), "translations", lang + ".csv")
if os.path.exists(path):
cleaned = dict([item for item in dict(read_csv_file(path)).iteritems() if item[1]])
out.update(cleaned)
+
return out
def clear_cache():
@@ -244,7 +245,7 @@ def get_untranslated(lang, untranslated_file):
messages.extend(get_messages_for_app(app))
full_dict = get_full_dict(lang)
-
+
for m in messages:
if not full_dict.get(m):
untranslated.append(m)
diff --git a/webnotes/translations/ar.csv b/webnotes/translations/ar.csv
new file mode 100644
index 0000000000..6887548fce
--- /dev/null
+++ b/webnotes/translations/ar.csv
@@ -0,0 +1,1073 @@
+ by Role ,بالتخصص
+ can not be marked as a ledger as it has existing child,لا يمكن أن تكون علامة ليدجر كما فعلت الأطفال الحالية
+ cannot be deleted.,لا يمكن حذف.
+ is not set,لم يتم تعيين
+"""Company History""","نبذة عن تاريخ الشركة"
+"""Team Members"" or ""Management""","أعضاء الفريق" أو "إدارة"
+0,0
+"000 is black, fff is white",000 سوداء، بيضاء FFF
+1,1
+12px,12px
+13px,13px
+14px,14px
+15px,15px
+16px,16px
+2,2
+2 days ago,2 منذ أيام
+"\
+field:[fieldname] - By Field\
+naming_series: - By Naming Series (field called naming_series must be present\
+Prompt - Prompt user for a name\
+[series] - Series by prefix (separated by a dot); for example PRE.#####\
+')"">Naming Options",
+Cancel allows you change Submitted documents by cancelling them and amending them.,إلغاء يسمح لك بتغيير الوثائق المقدمة من إلغائها وتعديلها.
+A new popup will open that will ask you to select further conditions.,وهناك المنبثق الجديدة التي فتح سوف يطلب منك تحديد شروط أخرى.
+A user can have multiple values for a property.,يمكن للمستخدم تحتوي على قيم متعددة لخاصية.
+About,حول
+About Us Settings,حول بنا إعدادات
+About Us Team Member,حول عضو فريق بنا
+Account Id,رقم الحساب
+Action,عمل
+Actions,الإجراءات
+Add,إضافة
+Add A New Rule,إضافة قاعدة جديدة
+Add A Property,إضافة خاصية
+Add Attachments,إضافة مرفقات
+Add Bookmark,إضافة علامة
+Add CSS,إضافة CSS
+Add Column,إضافة عمود
+Add Google Analytics ID: eg. UA-89XXX57-1. Please search help on Google Analytics for more information.,إضافة خدمة Google Analytics ID: على سبيل المثال. UA-89XXX57-1. الرجاء بحث المساعدة على تحليلات جوجل لمزيد من المعلومات.
+Add Message,إضافة رسالة
+Add New Permission Rule,إضافة قاعدة جديدة إذن
+Add Reply,إضافة رد
+Add Total Row,إضافة صف الإجمالي
+Add a banner to the site. (small banners are usually good),إضافة لافتة إلى الموقع. (لافتات صغيرة عادة ما تكون جيدة)
+Add attachment,إضافة المرفقات
+Add code as <script>,إضافة التعليمات البرمجية كما <script>
+Add new row,إضافة صف جديد
+"Add the name of Google Web Font e.g. ""Open Sans""","إضافة اسم جوجل خط ويب على سبيل المثال "بلا فتح""
+Add to To Do,إضافة إلى المهام
+Add to To Do List of,إضافة إلى قائمة المهام من
+Additional Info,معلومات إضافية
+Address,عنوان
+Address and other legal information you may want to put in the footer.,العنوان وغيرها من المعلومات القانونية قد تحتاج لوضع في تذييل الصفحة.
+Address to be displayed on the Contact Page,معالجة ليتم عرضها في صفحة الاتصال
+Adds a custom field to a DocType,يضيف حقل مخصص لDOCTYPE
+Adds a custom script (client or server) to a DocType,يضيف برنامج نصي مخصص (العميل أو الملقم) إلى DOCTYPE
+Advanced Scripting,برمجة متقدمة
+Advanced Settings,إعدادات متقدمة
+All Day,كل يوم
+"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
+Allow Attach,تسمح إرفاق
+Allow Import,تسمح استيراد
+Allow Import via Data Import Tool,تسمح استيراد عبر أداة استيراد البيانات
+Allow Rename,تسمح إعادة تسمية
+Allow on Submit,السماح على تقديم
+Allow user to login only after this hour (0-24),تسمح للمستخدم لتسجيل الدخول فقط بعد هذه الساعة (0-24)
+Allow user to login only before this hour (0-24),تسمح للمستخدم لتسجيل الدخول فقط قبل هذه الساعة (0-24)
+Allowed,سمح
+Already Registered,مسجل بالفعل
+Amend,تعديل
+"An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org]","ملف رمز التمديد مع منظمة البن الدولية. يجب أن تكون 16 × 16 بكسل. تم إنشاؤها باستخدام مولد فافيكون. [ فافيكون-generator.org ]"
+Are you sure you want to delete the attachment?,هل أنت متأكد أنك تريد حذف المرفق؟
+Arial,ارييل
+"As a best practice, do not assign the same set of permission rule to different Roles instead set multiple Roles to the User",باعتبارها أفضل الممارسات، عدم تعيين نفس المجموعة من الحكم إذن لتعيين الأدوار المختلفة بدلا الأدوار المتعددة للمستخدم
+Ascending,تصاعدي
+Assign To,تعيين إلى
+Assigned By,يكلفه بها
+Assigned To,تعيين ل
+Assigned To/Owner,تعيين ل / المالك
+Attach,تعلق
+Attach Document Print,إرفاق طباعة المستند
+Attach as web link,كما نعلق رابط موقع
+Attached To DocType,تعلق على DOCTYPE
+Attached To Name,تعلق على اسم
+Attachments,المرفقات
+Attributions,صفات
+Auto Name,السيارات اسم
+Auto generated,ولدت السيارات
+Avatar,الصورة الرمزية
+Background Color,لون الخلفية
+Background Image,صورة الخلفية
+Banner,راية
+Banner HTML,راية HTML
+Banner Image,راية صورة
+Banner is above the Top Menu Bar.,راية فوق أعلى شريط القوائم.
+Begin this page with a slideshow of images,تبدأ هذه الصفحة مع عرض شرائح من الصور
+Belongs to,ينتمي إلى
+Bio,الحيوية
+Birth Date,تاريخ الميلاد
+Blog Category,بلوق التصنيف
+Blog Intro,بلوق مقدمة
+Blog Introduction,بلوق مقدمة
+Blog Post,بلوق وظيفة
+Blog Settings,إعدادات بلوق
+Blog Title,بلوق العنوان
+Blogger,مدون
+Bookmarks,الإشارات المرجعية
+Brand HTML,العلامة التجارية HTML
+"Brand is what appears on the top-right of the toolbar. If it is an image, make sure it
+has a transparent background and use the <img /> tag. Keep size as 200px x 30px",
+Bulk Email,الجزء الأكبر البريد الإلكتروني
+Bulk Email records.,الجزء الأكبر البريد الإلكتروني السجلات.
+Button,زر
+By,بواسطة
+COMM-,COMM-
+CSS,CSS
+Calendar,تقويم
+Can only be exported by users with role 'Report Manager',لا يمكن إلا أن تصدر من قبل المستخدمين مع 'إدارة التقارير "دور
+Cancel,إلغاء
+Cancel permission also allows the user to delete a document (if it is not linked to any other document).,إلغاء إذن كما يسمح للمستخدم حذف وثيقة (إذا لم يتم ربطه أي وثيقة أخرى).
+Cancelled,إلغاء
+Cannot Update: Incorrect / Expired Link.,لا يمكن تحديث : رابط غير الصحيحة / منتهية الصلاحية .
+Cannot Update: Incorrect Password,لا يمكن تحديث : كلمة المرور غير صحيحة
+Cannot change from,لا يمكن تغيير من
+Cannot edit standard fields,لا تستطيع تعديل الحقول القياسية
+Cannot map because following condition fails: ,لا يمكن تعيين بسبب فشل الشرط التالي:
+"Cannot update a non-exiting record, try inserting.",لا يمكن تحديث سجل غير الخروج ، حاول إدراج .
+Categorize blog posts.,تصنيف بلوق وظيفة.
+Category,فئة
+Category Name,اسم التصنيف
+Center,مركز
+"Certain documents should not be changed once final, like an Invoice for example. The final state for such documents is called Submitted. You can restrict which roles can Submit.",يجب أن لا يتم تغيير بعض الوثائق النهائية مرة واحدة، مثل الفاتورة على سبيل المثال. ويسمى قدمت الدولة النهائية لهذه الوثائق. يمكنك تقييد الأدوار التي يمكن أن تقدم.
+Chat,الدردشة
+Check,تحقق
+Check / Uncheck roles assigned to the Profile. Click on the Role to find out what permissions that Role has.,تحقق أدوار ازل / المسندة إلى الملف. انقر على دور لمعرفة ما الأذونات التي الدور الذي.
+Check this to make this the default letter head in all prints,التحقق من ذلك لجعل هذه الرسالة الافتراضية الرأس في جميع الطبعات
+Checked,فحص
+Child Tables are shown as a Grid in other DocTypes.,وتظهر جداول الطفل بأنه في الشبكة DocTypes أخرى.
+Clear Cache & Refresh,مسح ذاكرة التخزين المؤقت وتحديث
+Click on button in the 'Condition' column and select the option 'User is the creator of the document',انقر على زر في عمود "الحالة" وحدد الخيار "المستخدم هو الخالق من وثيقة"
+Click on row to edit.,انقر على التوالي في تحريرها.
+Click to Expand / Collapse,انقر لتوسيع / طي
+Client,زبون
+Close,أغلق
+Code,رمز
+Color,اللون
+Column Break,العمود استراحة
+Comment,تعليق
+Comment By,تعليق من جانب
+Comment By Fullname,التعليق بواسطة الاسم بالكامل
+Comment Date,التعليق تاريخ
+Comment Docname,التعليق Docname
+Comment Doctype,التعليق DOCTYPE
+Comment Time,التعليق الوقت
+Comments,تعليقات
+Communication,اتصالات
+Communication Medium,الاتصالات متوسطة
+Company History,نبذة عن تاريخ الشركة
+Company Introduction,الشركة مقدمة
+Company Name,اسم الشركة
+Complaint,شكوى
+Complete By,الكامل من جانب
+Condition Field,حالة الميدان
+Contact Us Settings,الاتصال بنا إعدادات
+"Contact options, like ""Sales Query, Support Query"" etc each on a new line or separated by commas.",خيارات الاتصال، مثل "الاستعلام المبيعات والدعم الاستعلام" الخ كل على سطر جديد أو مفصولة بفواصل.
+Content,محتوى
+Content in markdown format that appears on the main side of your page,المحتوى في شكل تخفيض السعر الذي يظهر على الجانب الرئيسي من الصفحة الخاصة بك
+Content web page.,محتوى الويب الصفحة.
+Control Panel,لوحة التحكم
+Controller,مراقب
+Copy,نسخ
+Copyright,حق النشر
+Core,جوهر
+Count,عد
+Country,بلد
+Create,خلق
+Created Customer Issue,إنشاء العدد العملاء
+Created Opportunity,خلق الفرص
+Created Support Ticket,إنشاء تذكرة دعم
+Currency,عملة
+Currency Format,تنسيق العملة
+Current status,الوضع الحالي
+Custom CSS,العرف CSS
+Custom Field,مخصص الميدانية
+Custom Reports,تقارير مخصصة
+Custom Script,سيناريو مخصص
+Custom Startup Code,بدء التشغيل التعليمات البرمجية المخصصة
+Custom?,العرف؟
+Customize,تخصيص
+Customize Form,تخصيص نموذج
+Customize Form Field,تخصيص حقل نموذج
+"Customize Label, Print Hide, Default etc.",تخصيص تسمية، إخفاء طباعة، الخ الافتراضي
+Daily Event Digest is sent for Calendar Events where reminders are set.,يتم إرسالها حدث الموجز اليومي على أحداث التقويم حيث يتم تعيين التذكير.
+Danger,خطر
+Data,معطيات
+Data missing in table,البيانات الناقصة في الجدول
+Date,تاريخ
+Date Format,تنسيق التاريخ
+Date must be in format,يجب أن يكون التاريخ في شكل
+Datetime,التاريخ والوقت
+Dear,العزيز
+Default,الافتراضي
+Default Home Page,الصفحة الرئيسية الافتراضية
+Default Home Pages,الصفحات الرئيسية الافتراضية
+Default Print Format,طباعة شكل الافتراضي
+Default Value,القيمة الافتراضية
+"Default: ""Contact Us""",الافتراضي: "اتصل بنا"
+DefaultValue,الافتراضية
+Defaults,الافتراضات
+Defines actions on states and the next step and allowed roles.,يحدد الإجراءات على الدول والخطوة التالية والأدوار المسموح بها.
+Defines workflow states and rules for a document.,تعرف الولايات سير العمل وقواعد وثيقة.
+Delete,حذف
+Delete Row,حذف صف
+Depends On,يعتمد على
+Descending,تنازلي
+Description,وصف
+"Description for listing page, in plain text, only a couple of lines. (max 140 characters)",وصف لصفحة القائمة، في نص عادي، فقط بضعة أسطر. (حد أقصى 140 حرف)
+Description for page header.,وصف لرأس الصفحة.
+Desktop,سطح المكتب
+Details,تفاصيل
+Did not add.,لم تضف.
+Did not cancel,لم إلغاء
+Did not save,لم ينقذ
+"Different ""States"" this document can exist in. Like ""Open"", ""Pending Approval"" etc.",مختلفة "الدول" هذه الوثيقة يمكن أن توجد فيها مثل "فتح" و "الموافقة معلقة" الخ.
+Disable Customer Signup link in Login page,تعطيل الرابط اشترك العملاء في صفحة تسجيل الدخول
+Disable Signup,تعطيل الاشتراك
+Disabled,معاق
+Display Settings,عرض إعدادات
+Doc Status,الحالة ثيقة
+DocField,DocField
+DocPerm,DocPerm
+DocType,DOCTYPE
+DocType Details,DOCTYPE تفاصيل
+DocType can not be merged,لا يمكن دمج DOCTYPE
+DocType is a Table / Form in the application.,DOCTYPE هو جدول / نموذج في التطبيق.
+DocType on which this Workflow is applicable.,DOCTYPE على سير العمل هذا الذي ينطبق.
+DocType or Field,DOCTYPE أو حقل
+Docname,Docname
+Document,وثيقة
+Document Status transition from ,وثيقة الانتقال من الحالة
+Document Type,نوع الوثيقة
+Document Types,أنواع الوثيقة
+Document is only editable by users of role,الوثيقة للتحرير فقط من قبل المستخدمين من دور
+Documents,وثائق
+Download Backup,تحميل النسخ الاحتياطي
+Draft,مسودة
+Drafts,الداما
+Drag to sort columns,اسحب لفرز الأعمدة
+Edit,تحرير
+Editable,للتحرير
+Email,البريد الإلكتروني
+Email Host,البريد الإلكتروني المضيف
+Email Id where users will send support request e.g. support@example.com,رقم البريد الإلكتروني حيث سيكون للمستخدمين بإرسال طلب الدعم مثل support@example.com
+Email Login,دخول البريد الالكتروني
+Email Password,البريد الالكتروني كلمة السر
+Email Sent,إرسال البريد الإلكتروني
+Email Settings,إعدادات البريد الإلكتروني
+Email Signature,البريد الإلكتروني التوقيع
+Email Use SSL,إرسال استخدام SSL
+"Email addresses, separted by commas",عناوين البريد الإلكتروني، separted بفواصل
+Email...,البريد الإلكتروني ...
+Embed image slideshows in website pages.,تضمين عرض الشرائح صورة في صفحات الموقع.
+Enable Comments,تمكين تعليقات
+Enabled,تمكين
+Ends on,ينتهي في
+Enter Form Type,أدخل نوع النموذج
+"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.","الدخول في مجالات القيمة الافتراضية (مفاتيح) والقيم. إذا قمت بإضافة قيم متعددة لحقل، سيتم اختار أول واحد. كما تستخدم هذه الافتراضات لوضع القواعد "مباراة" إذن. لمعرفة قائمة الحقول، انتقل إلى تخصيص الشكل ."
+Equals,التساوي
+Error,خطأ
+Error: Document has been modified after you have opened it,تم تعديل الوثيقة بعد أن كنت قد فتحه: خطأ
+Event,حدث
+Event End must be after Start,يجب أن يكون نهاية الحدث بعد بدء
+Event Individuals,الحدث الأفراد
+Event Role,الحدث الدور
+Event Roles,الحدث الأدوار
+Event Type,نوع الحدث
+Event User,حدث المستخدم
+Events In Today's Calendar,الأحداث في التقويم اليوم
+Every Day,كل يوم
+Every Month,كل شهر
+Every Week,كل أسبوع
+Every Year,كل سنة
+Example:,على سبيل المثال:
+Export,تصدير
+Facebook Share,الفيسبوك شارك
+FavIcon,فافيكون
+Female,أنثى
+Field Description,حقل الوصف
+Field Name,حقل الاسم
+Field Type,نوع الحقل
+"Field that represents the Workflow State of the transaction (if field is not present, a new hidden Custom Field will be created)",الحقل الذي يمثل حالة سير العمل للصفقة (إذا حقل غير موجود، سيتم إنشاء حقل مخصص جديد مخفي)
+Fieldname,Fieldname
+Fields,الحقول
+"Fields separated by comma (,) will be included in the
Search By list of Search dialog box",وسيتم إدراج حقول مفصولة بفواصل (،) في
البحث حسب قائمة مربع الحوار بحث
+File,ملف
+File Data,ملف البيانات
+File Name,اسم الملف
+File Size,حجم الملف
+File URL,ملف URL
+File size exceeded the maximum allowed size,حجم الملف تجاوز الحجم الأقصى المسموح به
+Filter,تحديد
+Finder,مكتشف
+First Name,الاسم الأول
+Float,الطفو
+Font (Heading),الخط (العنوان)
+Font (Text),الخط (نص)
+Font Size (Text),حجم الخط (نص)
+Fonts,الخطوط
+Footer,تذييل
+Footer Items,تذييل العناصر
+For All Users,لكافة المستخدمين
+For DocType,ل DOCTYPE
+"For Links, enter the DocType as range
+For Select, enter list of Options separated by comma",
+"For comparative filters, start with",للمرشحات النسبية، وتبدأ مع
+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". هذا يساعدك على تتبع كل تعديل.
+For example: You want to restrict users to transactions marked with a certain property called 'Territory',على سبيل المثال: كنت ترغب في تقييد المستخدمين من وضع علامة المعاملات مع خاصية معينة تسمى "الأرض"
+For ranges,للنطاقات
+Form,شكل
+"Format: hh:mm example for one hour expiry set as 01:00.
+Max expiry will be 72 hours. Default is 24 hours",
+Forward To Email Address,انتقل إلى عنوان البريد الإلكتروني
+Friday,الجمعة
+From Date must be before To Date,يجب أن تكون من تاريخ إلى تاريخ قبل
+Full Name,بدر تام
+Gantt Chart,مخطط جانت
+Gender,جنس
+General,عام
+Generator,مولد كهربائي
+Georgia,جورجيا
+Get,الحصول على
+Get From ,عليه من
+"Go to Setup > User Properties to set \
+ 'territory' for diffent Users.",
+Google Analytics ID,جوجل تحليلات ID
+Google Plus One,جوجل زائد واحد
+Google Web Font (Heading),Google ويب الخط (العنوان)
+Google Web Font (Text),Google ويب الخط (نص)
+Greater or equals,أكبر أو يساوي
+Greater than,أكبر من
+Groups,مجموعات
+HTML,HTML
+Header,رأس
+Heading,عنوان
+Heading Text As,عنوان النص
+Help,مساعدة
+Helvetica Neue,هلفتيكا نويه
+Hey! There should remain at least one System Manager,مهلا! هناك ينبغي أن تظل إدارة نظام واحد على الأقل
+Hidden,مخفي
+Hide Actions,إخفاء عمليات
+Hide Copy,إخفاء نسخة
+Hide Email,إخفاء البريد الإلكتروني
+Hide Heading,إخفاء عنوان
+Hide Print,إخفاء طباعة
+Hide Toolbar,إخفاء شريط الأدوات
+Highlight,تسليط الضوء على
+History,تاريخ
+Home Page,الصفحة الرئيسية
+Home Page is Products,الصفحة الرئيسية المنتجات غير
+Home Pages,الصفحات الرئيسية
+ID,ID
+ID (name) of the entity whose property is to be set,ID (اسم) للكيان الذي هو الملكية التي سيتم تحديدها
+Icon,رمز
+Icon will appear on the button,سوف تظهر أيقونة على زر
+"If a User does not have access at Level 0, then higher levels are meaningless",وإذا كان المستخدم لا يملك الوصول على المستوى 0، ثم لا معنى لها مستويات أعلى
+"If checked, all other workflows become inactive.",إذا تم، جميع مهام سير العمل الأخرى تصبح خاملة.
+"If checked, the Home page will be the default Item Group for the website.",إذا تم، سيكون في الصفحة الرئيسية يجب أن يكون فريق المدينة الافتراضية للموقع.
+"If image is selected, color will be ignored (attach first)",إذا تم تحديد الصورة، سيتم تجاهل اللون (إرفاق الأولى)
+"If not, create a",إن لم يكن، إنشاء
+"If the 'territory' Link Field exists, it will give you an option to select it",إذا حقل 'الأرض' لينك موجود، وسوف تعطيك الخيار لتحديده
+"If these instructions where not helpful, please add in your suggestions at GitHub Issues",إذا هذه التعليمات حيث لم تكن مفيدة ، يرجى إضافة في اقتراحاتكم في جيثب قضايا < / A>
+"If you set this, this Item will come in a drop-down under the selected parent.",إذا قمت بتعيين هذا ، فإن هذا البند تأتي في قائمة منسدلة تحت الأصل المحدد .
+Image,صورة
+Image Link,رابط الصورة
+Import,استيراد
+In,في
+In Dialog,في مربع حوار
+In Filter,في تصفية
+In List View,في عرض القائمة
+In Report Filter,في تصفية التقرير
+In response to,ردا على
+"In the Permission Manager, click on the button in the 'Condition' column for the Role you want to restrict.",في إدارة إذن، انقر على زر في عمود "الحالة" لدور تريد تقييد.
+Index,مؤشر
+Individuals,الأفراد
+Industry,صناعة
+Info,معلومات
+Insert After,إدراج بعد
+Insert Below,إدراج بالأسفل
+Insert Code,إدراج رمز
+Insert Row,إدراج صف
+Insert Style,إدراج شكل
+Int,الباحث
+Integrations,التكاملات
+Introduce your company to the website visitor.,تقديم الشركة للزائر الموقع.
+Introduction,مقدمة
+Introductory information for the Contact Us Page,المعلومات التمهيدية لصفحة اتصل بنا
+Invalid Email,البريد الإلكتروني غير صحيح
+Inverse,معكوس
+Is Active,نشط
+Is Child Table,هو الجدول التابع
+Is Default,افتراضي
+Is Mandatory Field,هو حقل إلزامي
+Is Single,هو واحدة
+Is Standard,هو معيار
+Is Submittable,هو Submittable
+JSON,JSON
+JavaScript Format: wn.query_reports['REPORTNAME'] = {},جافا سكريبت الصيغة: wn.query_reports [' REPORTNAME '] = { }
+Javascript,جافا سكريبت
+Javascript to append to the head section of the page.,جافا سكريبت لإلحاق رئيس قسم من الصفحة.
+Keep a track of all communications,حفاظ على تعقب من كافة الاتصالات
+Key,مفتاح
+Label,ملصق
+Label Help,التسمية تعليمات
+Lacs,البحيرات
+Landing Page,الصفحة المقصودة
+Language,لغة
+Language preference for user interface (only if available).,تفضيل لغة واجهة المستخدم (إلا إذا وجدت).
+Last IP,مشاركة IP
+Last Login,آخر تسجيل دخول
+Last Name,اسم العائلة
+Last updated by,اخر تحديث قام به
+Lastmod,Lastmod
+Lato,اتو
+Leave blank to repeat always,اتركه فارغا لتكرار دائما
+Left,ترك
+Less or equals,أقل أو يساوي
+Less than,أقل من
+Letter Head,رسالة رئيس
+Letter Head Image,رسالة رئيس الصور
+Letter Head Name,رسالة رئيس الاسم
+Letter Head in HTML,رسالة رئيس في HTML
+Level,مستوى
+"Level 0 is for document level permissions, higher levels for field level permissions.",0 هو مستوى الأذونات لمستوى الوثيقة، مستويات أعلى للحصول على أذونات المستوى الميداني.
+Like,مثل
+Link,رابط
+Link Name,اسم الرابط
+Link to other pages in the side bar and next section,ربط إلى صفحات أخرى في شريط الجانب والمقطع التالي
+Link to the page you want to open,الرابط إلى الصفحة التي تريد فتح
+Linked In Share,ترتبط في حصة
+Linked With,ترتبط
+List,قائمة
+List of patches executed,قائمة من بقع تنفيذها
+Loading,تحميل
+Loading Report,تحميل تقرير
+Loading...,تحميل ...
+Log of Scheduler Errors,سجل أخطاء جدولة
+Login,دخول
+Login After,بعد الدخول
+Login Before,تسجيل الدخول قبل
+Logout,خروج
+Long Text,نص طويل
+Lucida Grande,سدا غراندي
+Mail Footer,البريد تذييل
+Mail Server,خادم البريد
+Main Section,القسم العام
+Make a new,جعل جديدة
+Make sure that the transactions you want to restrict have a Link field 'territory' that maps to a 'Territory' master.,تأكد من أن المعاملات التي تريد تقييد يكون 'إقليم' حقل الارتباط التي تعين على الماجستير الأرض '.
+Male,ذكر
+Mandatory,إلزامي
+Mandatory filters required:\n,مرشحات الإلزامية المطلوبة: \ ن
+Master,سيد
+Match,مباراة
+Max Attachments,المرفقات ماكس
+"Meaning of Submit, Cancel, Amend",معنى تقديم، إلغاء وتعديل
+"Menu items in the Top Bar. For setting the color of the Top Bar, go to Style Settings","عناصر القائمة في الشريط العلوي. لتحديد لون الشريط العلوي، انتقل إلى إعدادات نمط"
+"Merging is only possible between Group-to-Group or
+ Ledger-to-Ledger",
+Message,رسالة
+Method,طريقة
+Middle Name (Optional),الاسم الأوسط (اختياري)
+Millions,الملايين
+Misc,منوعات
+Miscellaneous,متفرقات
+Missing Values Required,في عداد المفقودين القيم المطلوبة
+Modified by,تعديلها من قبل
+Module,وحدة
+Module Def,وحدة مواطنه
+Module Name,اسم وحدة
+Modules,وحدات
+Monday,يوم الاثنين
+More,أكثر
+More content for the bottom of the page.,المزيد من المحتوى لأسفل الصفحة.
+Must have report permission to access this report.,يجب أن يكون لديك إذن للوصول إلى تقرير هذا التقرير.
+Must specify a Query to run,يجب تحديد استعلام لتشغيل
+Name,اسم
+Name Case,اسم القضية
+Name Exists,اسم موجود
+Naming Series mandatory,تسمية السلسلة إلزامية
+New,جديد
+New Password,كلمة مرور جديدة
+New Record,رقم قياسي جديد
+New value to be set,القيمة الجديدة التي سيتم تحديدها
+Next Communcation On,وفي المراسلات القادمة
+Next State,الدولة القادمة
+Next actions,الإجراءات التالية
+No,لا
+No Action,أي إجراء
+No Cache,لا الكاش
+No Communication tagged with this ,لا الاتصالات المفتاحية هذه
+No Copy,اي نسخة
+No Permission,لا يوجد تصريح
+No Permission to ,لا توجد صلاحية ل
+No Permissions set for this criteria.,لم يحدد ضوابط لهذه المعايير.
+No Report Loaded. Please use query-report/[Report Name] to run a report.,أي تقرير المحملة. الرجاء استخدام استعلام تقرير / [اسم التقرير] لتشغيل التقرير.
+No Sitemap,لا خريطة الموقع
+No User Properties found.,العثور على خصائص المستخدم.
+No further records,لا توجد سجلات أخرى
+No one,لا احد
+No permission to edit,لا توجد صلاحية ل تعديل
+No permission to write / remove.,لا توجد صلاحية لكتابة / إزالة.
+No records tagged.,لا توجد سجلات المعلمة.
+None,لا شيء
+None: End of Workflow,لا شيء: نهاية سير العمل
+Not Found,لم يتم العثور على
+Not Linked to any record.,لا يرتبط أي سجل.
+Not Permitted,لا يسمح
+Not allowed for: ,لا يسمح لل:
+Not enough permission to see links.,لا إذن بما يكفي لرؤية الروابط.
+Not equals,لا يساوي
+"Note: For best results, images must be of the same size and width must be greater than height.",ملاحظة: للحصول على أفضل النتائج، يجب أن تكون الصور من نفس الحجم والعرض يجب أن تكون أكبر من الارتفاع.
+Note: Other permission rules may also apply,ملاحظة: قد قواعد أخرى إذن تنطبق أيضا
+Note: maximum attachment size = 1mb,ملاحظة: الحد الأقصى لحجم المرفقات 1MB =
+Nothing to show,لا شيء لإظهار
+Nothing to show for this selection,شيء لاظهار هذا الاختيار
+Notification Count,عدد إعلام
+Notify By Email,إبلاغ عن طريق البريد الإلكتروني
+On,في
+"Once you have set this, the users will only be able access documents with that property.",وبمجرد الانتهاء من تعيين هذا، سوف يكون المستخدمون قادرين الوصول إلى المستندات فقط مع تلك الممتلكات.
+Only Administrator allowed to create Query / Script Reports,المسؤول الوحيد المسموح به لإنشاء تقارير الاستعلام / سكربت
+Only Administrator can save a standard report. Please rename and save.,مسؤول فقط يمكن حفظ تقرير القياسية. الرجاء إعادة تسمية وحفظ.
+Only Allow Edit For,السماح فقط للتحرير
+Only System Manager can create / edit reports,لا يمكن إلا أن إدارة نظام إنشاء / تحرير التقارير
+Open Count,فتح عدد
+Open Sans,مفتوحة بلا
+Options,خيارات
+Options Help,خيارات مساعدة
+Org History,غزاله التاريخ
+Org History Heading,غزاله التاريخ مداخل
+Original Message,رسالة الأصلي
+Other,آخر
+POP3 Mail Server (e.g. pop.gmail.com),POP3 خادم البريد (على سبيل المثال pop.gmail.com)
+Page,صفحة
+Page Background,خلفية الصفحة
+Page Border,حد الصفحة
+Page HTML,صفحة HTML
+Page Headings,عناوين الصفحة
+Page Links,الصفحة روابط
+Page Name,الصفحة اسم
+Page Name Field,الصفحة اسم الحقل
+Page Role,الصفحة الدور
+Page Text,نص الصفحة
+Page already exists,الصفحة موجود بالفعل
+Page content,صفحة المحتوى
+Page not found,لم يتم العثور على الصفحة
+Page or Generator,الصفحة أو مولد
+Page text and background is same color. Please change.,نص الصفحة والخلفية هي نفس اللون. الرجاء تغيير.
+"Page to show on the website
+",
+"Page url name (auto-generated) (add "".html"")",الصفحة اسم عنوان (تم إنشاؤه تلقائيا) (إضافة ". HTML")
+Parent Label,الأصل تسمية
+Parent is required.,مطلوب الأصل.
+Participants,المشاركين
+Password,كلمة السر
+Password Expires in (days),انتهاء صلاحية كلمة المرور في (الأيام)
+Password Updated,تحديث كلمة السر
+Patch,بقعة
+Patch Log,سجل التصحيح
+Percent,في المئة
+Perm Level,بيرم المستوى
+Permission Level,إذن المستوى
+Permission Levels,إذن مستويات
+Permission Manager,إذن إدارة
+Permission Rules,إذن قوانين
+Permissions,أذونات
+Permissions Settings,أذونات إعدادات
+Permissions are automatically translated to Standard Reports and Searches,يتم تحويل تلقائيا إلى أذونات تقارير الموحدة والبحث
+"Permissions are set on Roles and Document Types (called DocTypes) by restricting read, edit, make new, submit, cancel, amend and report rights.",يتم تعيين الأذونات على الأدوار وأنواع المستندات (وتسمى DocTypes) عن طريق تقييد قراءة وتحرير، وجعل جديدة، يقدم، إلغاء وتعديل وتقرير حقوق.
+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 incase you want to hide or make certain field read-only.,الأذونات على مستويات أعلى من الأذونات "المستوى الميداني. جميع الحقول لديك مجموعة من "مستوى إذن" ضدهم والقواعد المحددة في تلك الأذونات تنطبق على هذا المجال. هذا مفيد طارئ تريد إخفاء أو مجال معين جعل للقراءة فقط.
+"Permissions at level 0 are 'Document Level' permissions, i.e. they are primary for access to the document.",الأذونات في 0 مستوى الأذونات هي "مستوى الوثيقة، أي أنها الأساسي للوصول إلى المستند.
+Permissions translate to Users based on what Role they are assigned,ترجمة أذونات للمستخدمين استنادا إلى ما هو الدور الذي أوكل إليهم
+Person,شخص
+Phone,هاتف
+Phone No.,رقم الهاتف
+Pick Columns,اختيار الأعمدة
+Please attach a file first.,يرجى إرفاق ملف الأول.
+Please attach a file or set a URL,يرجى إرفاق ملف أو تعيين URL
+Please change the value,يرجى تغيير قيمة
+Please enable pop-ups,يرجى تمكين النوافذ المنبثقة
+Please make sure that there are no empty columns in the file.,يرجى التأكد من أنه لا توجد أعمدة فارغة في الملف.
+Please refresh to get the latest document.,يرجى تحديث للحصول على أحدث وثيقة.
+Please select a file or url,يرجى تحديد ملف أو URL
+Please specify,يرجى تحديد
+Plugin,المساعد
+Post Publicly,أضف علنا
+Post Topic,كتابة موضوع
+Post to user,أضف إلى مستخدم
+Posts,المشاركات
+Primary,أساسي
+Print Format,طباعة شكل
+Print Format Type,طباعة نوع تنسيق
+Print Hide,طباعة إخفاء
+Print Width,طباعة العرض
+Print...,طباعة ...
+Priority,أفضلية
+Private,خاص
+Profile,الملف الشخصي
+Profile Defaults,الملف الشخصي الافتراضيات
+Profile Represents a User in the system.,الملف الشخصي يمثل مستخدم في النظام.
+Profile of a Blogger,الملف الشخصي من مدون
+Profile of a blog writer.,الملف الشخصي للكاتب بلوق.
+Properties,خصائص
+Property,ممتلكات
+Property Setter,الملكية واضعة
+Property Setter overrides a standard DocType or Field property,واضعة الملكية يتجاوز خاصية DOCTYPE أو حقل القياسية
+Property Type,نوع الملكية
+Public,جمهور
+Published,نشرت
+Published On,نشرت يوم
+Pull Emails from the Inbox and attach them as Communication records (for known contacts).,سحب رسائل البريد الإلكتروني من علبة الوارد وإرفاقها كسجلات الاتصالات (الاتصالات المعروفة لل).
+Query,سؤال
+Query Options,خيارات الاستعلام
+Query Report,الاستعلام عن
+Query must be a SELECT,يجب أن يكون الاستعلام SELECT
+Quick Help for Setting Permissions,مساعدة سريعة لوضع ضوابط
+Quick Help for User Properties,مساعدة سريعة عن خصائص المستخدم
+Read,قرأ
+Read Only,للقراءة فقط
+Received,تلقى
+Recipient,مستلم
+Recipients,المستلمين
+Ref DocType,المرجع DOCTYPE
+Ref Name,المرجع اسم
+Ref Type,المرجع نوع
+Reference,مرجع
+Reference DocName,إشارة DocName
+Reference DocType,إشارة DOCTYPE
+Reference Name,مرجع اسم
+Reference Type,مرجع نوع
+Refresh,تحديث
+Registered but disabled.,سجل لكن تعطيل.
+Registration Details Emailed.,تفاصيل التسجيل عبر البريد الالكتروني.
+Remove Bookmark,أضف إزالة
+Rename...,إعادة تسمية ...
+Repeat On,كرر على
+Repeat Till,تكرار حتى
+Repeat this Event,كرر هذا الحدث
+Report,تقرير
+Report Builder,تقرير منشئ
+Report Builder reports are managed directly by the report builder. Nothing to do.,تدار تقارير منشئ التقرير مباشرة بواسطة منشئ التقرير. لا شيء للقيام به.
+Report Hide,تقرير إخفاء
+Report Name,تقرير الاسم
+Report Type,نوع التقرير
+Report was not saved (there were errors),لم يتم حفظ التقرير (كانت هناك أخطاء)
+Represents the states allowed in one document and role assigned to change the state.,يمثل الدول المسموح بها في وثيقة واحدة والدور المنوط تغيير حالة.
+Reqd,Reqd
+Reset Password Key,إعادة تعيين كلمة المرور الرئيسية
+Restrict IP,تقييد IP
+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)
+Restricting By User,تقييد بواسطة المستخدم
+Right,حق
+Role,دور
+Role Name,دور الاسم
+Roles,الأدوار
+Roles Assigned,الأدوار المسندة
+Roles Assigned To User,الأدوار المسندة إلى المستخدم
+Roles HTML,الأدوار HTML
+Root ,جذر
+Row,صف
+Rules defining transition of state in the workflow.,قواعد تحديد الانتقال من الدولة في سير العمل.
+"Rules for how states are transitions, like next state and which role is allowed to change state etc.",ويسمح النظام لكيفية قيام الولايات التحولات، مثل الدولة والتي المقبل دور في تغيير الدولة الخ.
+SMS,SMS
+Sales,مبيعات
+Same file has already been attached to the record,وقد تم بالفعل تعلق نفس الملف إلى السجل
+Saturday,السبت
+Save,حفظ
+Scheduler Log,جدولة دخول
+Script,سيناريو
+Script Report,تقرير النصي
+Script Type,نوع البرنامج النصي
+Script to attach to all web pages.,نصي لنعلق على كل صفحات الويب.
+Search,البحث
+Search Fields,البحث الحقول
+Section Break,قسم استراحة
+Security Settings,إعدادات الأمان
+Select,حدد
+Select All,حدد كافة
+Select Attachments,حدد المرفقات
+Select Document Type,حدد نوع الوثيقة
+Select Document Type or Role to start.,حدد نوع الوثيقة أو دور للبدء.
+Select Module,حدد وحدة
+Select Print Format,حدد تنسيق طباعة
+Select Report Name,حدد اسم التقرير
+Select Role,حدد دور
+Select Type,حدد نوع
+Select User or Property to start.,حدد المستخدم أو عقار للبدء.
+Select a Banner Image first.,تحديد صورة بانر الأول.
+Select an image of approx width 150px with a transparent background for best results.,اختر صورة من تقريبا عرض 150px مع خلفية شفافة للحصول على أفضل النتائج.
+Select dates to create a new ,قم بتحديد مواعيد لخلق جديد
+Select or drag across time slots to create a new event.,حدد أو اسحب عبر فتحات الوقت لإنشاء حدث جديد.
+"Select target = ""_blank"" to open in a new page.","حدد الهدف = "" _blank "" لفتح صفحة جديدة في ."
+Select the label after which you want to insert new field.,حدد التسمية بعد الذي تريد إدراج حقل جديد.
+Send,إرسال
+Send As Email,أرسل للبريد الالكتروني
+Send Me A Copy,أرسل لي نسخة
+Send an email reminder in the morning,إرسال رسالة تذكير في الصباح
+Send enquiries to this email address,إرسال الاستفسارات إلى عنوان البريد الإلكتروني هذا
+Sender,مرسل
+Sent,أرسلت
+Sent Mail,إرسال بريد
+Sent Quotation,أرسلت اقتباس
+Sent or Received,المرسلة أو المتلقاة
+Series,سلسلة
+Server,خادم
+Session Expired. Logging you out,انتهى الدورة. تسجيل خروجك
+Session Expires in (time),ينتهي في الدورة (الزمان)
+Set Banner from Image,تعيين راية من الصورة
+Set Link,تعيين لينك
+Set Password,تعيين كلمة المرور
+Set Value,تعيين القيمة
+"Set your background color, font and image (tiled)",قم بضبط لون الخلفية والخط والصورة (البلاط)
+Settings for About Us Page.,من نحن إعدادات الصفحة.
+Settings for Contact Us Page,إعدادات الاتصال بنا الصفحة
+Settings for Contact Us Page.,إعدادات الاتصال بنا الصفحة.
+Settings for the About Us Page,إعدادات الصفحة من نحن
+Setup of fonts and background.,إعداد الخطوط والخلفية.
+"Setup of top navigation bar, footer and logo.",الإعداد من أعلى الملاحة تذييل وبار والشعار.
+Short Bio,بيو قصيرة
+Short Name,الاسم المختصر
+Shortcut,الاختصار
+Show Breadcrumbs,عرض فتات الخبز
+Show Details,عرض التفاصيل
+Show Print First,تظهر أولا طباعة
+Show Table of Contents,عرض جدول المحتويات
+Show Tags,تظهر الكلمات
+Show Title,مشاهدة العنوان
+Show rows with zero values,عرض الصفوف مع قيم الصفر
+Showing only for,تظهر فقط لل
+Single Post (article).,مشاركة واحدة (المادة).
+Single Types have only one record no tables associated. Values are stored in tabSingles,أنواع واحد يكون سجل واحد فقط لا الجداول المرتبطة . يتم تخزين القيم في tabSingles
+Slideshow,عرض الشرائح
+Slideshow Items,عرض الشرائح عناصر
+Slideshow Name,العرض اسم
+Slideshow like display for the website,عرض الشرائح مثل العرض للموقع
+Small Text,نص صغير
+Solid background color (default light gray),لون الخلفية الصلبة (الافتراضي رمادي فاتح)
+Sorry we were unable to find what you were looking for.,وآسف نتمكن من العثور على ما كنت تبحث عنه.
+Sorry you are not permitted to view this page.,عذرا غير مسموح لك بعرض هذه الصفحة.
+Sort By,فرز حسب
+Special Page Settings,إعدادات الصفحة الخاصة
+Standard,معيار
+Start Report For,تقرير عن بدء
+Starts on,يبدأ يوم
+Startup,بدء التشغيل
+State,دولة
+States,الدول
+Status,حالة
+Step 1: Set the name and save.,الخطوة 1 : تعيين اسم و حفظ.
+Step 2: Set Letterhead content.,الخطوة 2 : تعيين محتوى رأسية .
+Style,أسلوب
+Style Settings,نمط الضبط
+"Style represents the button color: Success - Green, Danger - Red, Inverse - Black, Primary - Dark Blue, Info - Light Blue, Warning - Orange",النمط يمثل لون الزر: النجاح - الخضراء، خطر -، معكوس الأحمر - الأسود، الابتدائية - أزرق داكن، معلومات - أزرق فاتح، تحذير - أورانج
+Sub-domain provided by erpnext.com,النطاق الفرعي المقدمة من erpnext.com
+Subdomain,نطاق فرعي
+Subject,موضوع
+Submit,عرض
+Submitted,المقدمة
+Submitted Record cannot be deleted,لا يمكن حذف سجل المقدمة
+Success,نجاح
+Suggestion,اقتراح
+Sunday,الأحد
+Support Email Id,دعم البريد الإلكتروني معرف
+Sync Inbox,مزامنة البريد الوارد
+System,نظام
+System Defaults,نظام الافتراضيات
+System User,نظام المستخدم
+Table,جدول
+Table of Contents,جدول المحتويات
+Tag,بطاقة
+Tag Name,علامة الاسم
+Tags,به
+Tahoma,تاهوما
+Target,الهدف
+Team Members,أعضاء الفريق
+Team Members Heading,الأعضاء فريق عنوان
+Template Path,مسار القالب
+Test,اختبار
+Test Runner,اختبار عداء
+Text,نص
+Text Align,محاذاة النص
+Text Editor,النص محرر
+"The ""Web Page"" that is the website home page","صفحة ويب" هذا هو الصفحة الرئيسية في الموقع
+The name of your company / website as you want to appear on browser title bar. All pages will have this as the prefix to the title.,اسم الشركة / الموقع كما تريد أن يظهر على شريط العنوان في المتصفح. وسوف يكون هذا كل الصفحات كما البادئة على اللقب.
+"The system provides pre-defined roles, but you can add new roles to set finer permissions",ويوفر نظام أدوار محددة مسبقا، ولكن يمكنك إضافة أدوار جديدة لتعيين أذونات فاينر
+Then By (optional),ثم (اختياري)
+These properties are Link Type fields from all Documents.,هذه الخصائص هي حقول نوع الارتباط من جميع المستندات.
+"These properties can also be used to 'assign' a particular document, whose property matches with the User's property to a User. These can be set using the Permission Manager",ويمكن أيضا أن تستخدم هذه الخصائص إلى 'تعيين' وثيقة معينة، والتي تطابق مع خاصية الخاصية المستخدم إلى المستخدم. يمكن تعيين هذه باستخدام مدير إذن
+These properties will appear as values in forms that contain them.,وهذه الخصائص تظهر في أشكال القيم التي تحتوي عليها.
+These values will be automatically updated in transactions and also will be useful to restrict permissions for this user on transactions containing these values.,وسيتم تحديث هذه القيم تلقائيا في المعاملات وأيضا سوف تكون مفيدة لتقييد الأذونات لهذا المستخدم على المعاملات التي تحتوي على هذه القيم.
+"This field will appear only if the fieldname defined here has value OR the rules are true (examples):
+myfield
+eval:doc.myfield=='My Value'
+eval:doc.age>18",
+This goes above the slideshow.,هذا يذهب فوق عرض الشرائح.
+This is PERMANENT action and you cannot undo. Continue?,هذا هو العمل الدائم ويمكنك التراجع لا. المتابعة؟
+This is permanent action and you cannot undo. Continue?,هذا هو العمل الدائم ويمكنك التراجع لا. المتابعة؟
+Thursday,الخميس
+Time,مرة
+Time Zone,منطقة زمنية
+Title,لقب
+Title / headline of your page,عنوان / عنوان الصفحة الخاصة بك
+Title Case,عنوان القضية
+Title Prefix,عنوان الاختصار
+To,إلى
+"To format columns, give column labels in the query.",لتنسيق الأعمدة، وإعطاء تسميات الأعمدة في الاستعلام.
+"To further restrict permissions based on certain values in a document, use the 'Condition' settings.",لفرض مزيد من القيود أذونات استنادا إلى قيم معينة في وثيقة، استخدم 'حالة' الإعدادات.
+To restrict a User of a particular Role to documents that are explicitly assigned to them,لتقييد المستخدم من دور خاص للوثائق التي تم تعيينها بشكل صريح لهم
+To restrict a User of a particular Role to documents that are only self-created.,لتقييد المستخدم من دور خاص للوثائق التي ليست سوى الذاتي الإنشاء.
+"To set user roles, just go to Setup > Users and click on the user to assign roles.",لتعيين أدوار المستخدمين، واذهبوا إلى إعداد المستخدمين> وانقر على المستخدم لتعيين الأدوار.
+ToDo,قائمة المهام
+Tools,أدوات
+Top Bar,مقهى الأعلى
+Top Bar Background,الأعلى بار الخلفية
+Top Bar Item,أفضل شريط الإغلاق
+Top Bar Items,قطع الشريط العلوي
+Top Bar Text,الشريط العلوي نص
+Top Bar text and background is same color. Please change.,أعلى نص شريط والخلفية هي نفس اللون. الرجاء تغيير.
+Total SMS Sent,SMS المرسلة مجموع
+Transaction,صفقة
+Transition Rules,الانتقال قوانين
+Trash Reason,السبب القمامة
+Tuesday,الثلاثاء
+Tweet will be shared via your user account (if specified),وسيتم تقاسم تويت عبر حساب المستخدم الخاص بك (في حالة تحديد)
+Twitter Share,تويتر شارك
+Twitter Share via,Twitter المشاركة عبر
+Type,نوع
+UPPER CASE,حروف كبيرة
+UPPERCASE,أحرف كبيرة
+URL,URL
+Unable to complete request: ,غير قادر على إكمال الطلب:
+Unable to load,غير قادر على تحميل
+"Unknown file encoding. Tried utf-8, windows-1250, windows-1252.",ترميز الملفات غير معروف . حاول UTF- 8 ، ويندوز 1250، ويندوز 1252 .
+Unread Messages,رسائل غير مقروءة
+Unsubscribed,إلغاء اشتراكك
+Upcoming Events for Today,الأحداث القادمة لهذا اليوم
+Update,تحديث
+Update Field,تحديث الميدانية
+Update Value,تحديث القيمة
+Upload,تحميل
+Upload Attachment,تحميل المرفقات
+Upload a file,تحميل ملف
+Upload and Import,تحميل واستيراد
+Uploading...,تحميل ...
+User,مستخدم
+User Cannot Create,لا يمكن للمستخدم إنشاء
+User Cannot Search,لا يمكن للمستخدم البحث
+User Image,صورة العضو
+User Tags,الكلمات المستخدم
+User Type,نوع المستخدم
+User not allowed to delete.,المستخدم لا يسمح لحذفه.
+UserRole,UserRole
+Value,قيمة
+Value missing for,قيمة مفقودة لل
+Verdana,فيردانا
+Visit,زيارة
+Warning,تحذير
+Web Content,محتوى الويب
+Web Page,صفحة على الإنترنت
+Website,الموقع
+Website Overall Settings,إعدادات الموقع بشكل عام
+Website Script,الموقع سكربت
+Website Settings,موقع إعدادات
+Website Sitemap,خريطة الموقع الموقع
+Website Sitemap Config,الموقع خريطة الموقع التكوين
+Website Slideshow,موقع عرض الشرائح
+Website Slideshow Item,موقع السلعة عرض شرائح
+Website User,موقع العضو
+Wednesday,الأربعاء
+Welcome Email Sent,نرحب البريد الإلكتروني المرسلة
+"When you Amend a document after cancel and save it, it will get a new number that is a version of the old number.",عند تعديل وثيقة بعد إلغاء وحفظه، وسوف تحصل على عدد جديد هو نسخة من الرقم القديم.
+Width,عرض
+Will be used in url (usually first name).,وسوف تستخدم في رابط (عادة الاسم الأول).
+Workflow,سير العمل
+Workflow Action,سير العمل العمل
+Workflow Action Master,سير العمل العمل ماجستير
+Workflow Action Name,سير العمل اسم العمل
+Workflow Document State,سير العمل الوثيقة الدولة
+Workflow Document States,سير العمل الوثيقة الدول
+Workflow Name,اسم سير العمل
+Workflow State,الدولة سير العمل
+Workflow State Field,سير العمل الميدانية الدولة
+Workflow Transition,الانتقال سير العمل
+Workflow Transitions,انتقالات سير العمل
+Workflow state represents the current state of a document.,الدولة سير العمل يمثل الحالة الراهنة للمستند.
+Workflow will start after saving.,سوف تبدأ العمل بعد الحفظ.
+Write,الكتابة
+Write a Python file in the same folder where this is saved and return column and result.,كتابة ملف بيثون في نفس المجلد حيث تم حفظ هذا العمود والعودة والنتيجة.
+Write a SELECT query. Note result is not paged (all data is sent in one go).,كتابة استعلام SELECT. لم يتم ترحيلها علما نتيجة (يتم إرسال جميع البيانات دفعة واحدة).
+Write titles and introductions to your blog.,تكتب العناوين والمقدمات لبلوق الخاص بك.
+Writers Introduction,الكتاب مقدمة
+Year,عام
+Yes,نعم
+Yesterday,أمس
+You can set various 'properties' to Users to set default values and apply permission rules based on the value of these properties in various forms.,يمكنك تعيين مختلف 'خصائص' للمستخدمين لضبط القيم الافتراضية وتطبيق القواعد إذن على أساس قيمة هذه الخصائص في أشكال مختلفة.
+You can use Customize Form to set levels on fields.,يمكنك استخدام نموذج تخصيص لتحديد مستويات على الحقول.
+"Your download is being built, this may take a few moments...",ويجري بناء التنزيل، وهذا قد يستغرق بضع لحظات ...
+[Label]:[Field Type]/[Options]:[Width],[تسمية]: [نوع الحقل] / [خيارات]: [العرض]
+add your own CSS (careful!),إضافة CSS الخاصة بك (careful!)
+adjust,ضبط
+align-center,محاذاة الوسط
+align-justify,محاذاة-تبرير
+align-left,محاذاة يسار
+align-right,محاذاة اليمين
+and,و
+arrow-down,سهم لأسفل
+arrow-left,سهم يسار
+arrow-right,سهم يمين
+arrow-up,سهم لأعلى
+asterisk,النجمة
+backward,الى الوراء
+ban-circle,دائرة الحظر
+barcode,الباركود
+bell,جرس
+bold,جريء
+book,كتاب
+bookmark,المرجعية
+briefcase,حقيبة
+bullhorn,البوق
+calendar,تقويم
+camera,كاميرا
+cannot be empty,لا يمكن أن تكون فارغة
+cannot be in its own,لا يمكن أن يكون بنفسها
+"cannot have a URL, because it has child item(s)",لا يمكن أن يكون URL، لأنه لديه بند الطفل (ق)
+cannot start with,لا يمكن أن تبدأ مع
+certificate,شهادة
+check,تحقق
+chevron-down,شيفرون لأسفل
+chevron-left,شيفرون يسار
+chevron-right,شيفرون اليمين
+chevron-up,شيفرون المتابعة
+circle-arrow-down,دائرة السهم لأسفل
+circle-arrow-left,دائرة السهم اليسار
+circle-arrow-right,دائرة السهم الأيمن
+circle-arrow-up,دائرة السهم إلى أعلى
+cog,تحكم في
+comment,تعليق
+comments,تعليقات
+create a Custom Field of type Link (Profile) and then use the 'Condition' settings to map that field to the Permission rule.,إنشاء حقل مخصص من نوع لينك (الملف الشخصي) ثم استخدام 'حالة' إعدادات لتعيين هذا الحقل إلى الحكم إذن.
+dd-mm-yyyy,DD-MM-YYYY
+dd/mm/yyyy,اليوم / الشهر / السنة
+does not exist,غير موجود
+download,تحميل
+download-alt,تحميل بديل
+edit,تحرير
+eject,طرد
+envelope,مغلف
+exclamation-sign,تعجب علامة-
+eye-close,إغلاق العين
+eye-open,فتح العين
+facetime-video,فيس تايم عن طريق الفيديو
+fast-backward,سريع إلى الوراء
+fast-forward,سريع إلى الأمام
+file,ملف
+film,فيلم
+filter,تصفية
+fire,حريق
+flag,علم
+folder-close,المجلد مسافة قريبة
+folder-open,فتح مجلد
+font,الخط
+forward,إلى الأمام
+found,أسس
+fullscreen,ملء الشاشة
+gift,هدية
+glass,زجاج
+globe,العالم
+hand-down,إلى أسفل اليد
+hand-left,اليد اليسرى
+hand-right,ومن جهة اليمين
+hand-up,ومن ناحية المتابعة
+hdd,الأقراص الصلبة
+headphones,سماعة الرأس
+heart,قلب
+home,منزل
+icon,رمز
+in,في
+inbox,البريد الوارد
+indent-left,المسافة البادئة اليسرى
+indent-right,المسافة البادئة اليمنى
+info-sign,معلومات تسجيل الدخول،
+is linked in,ويرتبط في
+is not allowed.,غير مسموح به.
+italic,مائل
+leaf,ورق
+list,قائمة
+list-alt,قائمة بديل
+lock,قفل
+lowercase,أحرف صغيرة
+magnet,مغناطيس
+map-marker,الخرائط علامة
+minus,ناقص
+minus-sign,علامة ناقص
+mm-dd-yyyy,MM-DD-YYYY
+mm/dd/yyyy,مم / اليوم / السنة
+move,تحرك
+music,موسيقى
+not in,ليس في
+of type Link,لينك نوع
+off,بعيدا
+ok,حسنا
+ok-circle,دائرة OK-
+ok-sign,علامة OK-
+or,أو
+pause,وقفة
+pencil,قلم رصاص
+picture,صور
+plane,طائرة
+play,لعب
+play-circle,لعب دائرة
+plus,زائد
+plus-sign,زائد توقيع
+print,طباعة
+qrcode,qrcode
+question-sign,علامة سؤال
+random,عشوائي
+refresh,تحديث
+remove,نزع
+remove-circle,إزالة دائرة،
+remove-sign,إزالة التوقيع،
+repeat,كرر
+resize-full,تغيير حجم كامل
+resize-horizontal,تغيير حجم الأفقي،
+resize-small,تغيير حجم صغير
+resize-vertical,تغيير حجم عمودية
+retweet,retweet
+road,طريق
+screenshot,لقطة شاشة
+search,البحث
+share,حصة
+share-alt,حصة بديل
+shopping-cart,عربة التسوق
+signal,إشارة
+star,نجم
+star-empty,النجوم فارغة
+step-backward,خطوة إلى الوراء
+step-forward,خطوة إلى الأمام
+stop,توقف
+tag,بطاقة
+tags,به
+"target = ""_blank""",الهدف = "_blank"
+tasks,المهام
+text-height,ارتفاع النص
+text-width,عرض النص
+th,ال
+th-large,TH-الكبيرة
+th-list,TH-قائمة
+thumbs-down,علامة إستهجان
+thumbs-up,الابهام إلى أعلى
+time,مرة
+tint,لون
+to,إلى
+trash,القمامة
+upload,تحميل
+user,مستخدم
+user_image_show,user_image_show
+values and dates,القيم والتواريخ
+volume-down,حجم إلى أسفل
+volume-off,حجم حالا
+volume-up,حجم المتابعة
+warning-sign,علامة إنذار
+wrench,وجع
+yyyy-mm-dd,YYYY-MM-DD
+zoom-in,التكبير في
+zoom-out,تكبير المغادرة
diff --git a/webnotes/translations/el.csv b/webnotes/translations/el.csv
new file mode 100644
index 0000000000..b7c0514be5
--- /dev/null
+++ b/webnotes/translations/el.csv
@@ -0,0 +1,1073 @@
+ by Role ,από το ρόλο
+ can not be marked as a ledger as it has existing child,"δεν μπορεί να χαρακτηρίζεται ως καθολικό, όπως έχει υφιστάμενες παιδί"
+ cannot be deleted.,δεν μπορεί να διαγραφεί.
+ is not set,Δεν έχει οριστεί
+"""Company History""","Η Εταιρεία Ιστορία"
+"""Team Members"" or ""Management""","Μέλη της ομάδας" ή "Management"
+0,0
+"000 is black, fff is white","000 είναι μαύρο, fff είναι λευκό"
+1,1
+12px,12px
+13px,13px
+14px,14px
+15px,15px
+16px,16px
+2,2
+2 days ago,2 μέρες πριν
+"\
+field:[fieldname] - By Field\
+naming_series: - By Naming Series (field called naming_series must be present\
+Prompt - Prompt user for a name\
+[series] - Series by prefix (separated by a dot); for example PRE.#####\
+')"">Naming Options",
+Cancel allows you change Submitted documents by cancelling them and amending them.,Ακύρωση σας επιτρέπει να αλλάξετε Υποβλήθηκε έγγραφα ακυρώνοντας τους και για την τροποποίηση τους.
+A new popup will open that will ask you to select further conditions.,Ένα νέο αναδυόμενο παράθυρο θα ανοίξει που θα σας ζητήσει να επιλέξετε περαιτέρω προϋποθέσεις.
+A user can have multiple values for a property.,Ένας χρήστης μπορεί να έχει πολλαπλές τιμές για ένα ακίνητο.
+About,Περίπου
+About Us Settings,Σχετικά με εμάς Ρυθμίσεις
+About Us Team Member,Σχετικά με εμάς Μέλος της Ομάδας
+Account Id,Id λογαριασμού
+Action,Δράση
+Actions,δράσεις
+Add,Προσθήκη
+Add A New Rule,Προσθέσετε ένα νέο κανόνα
+Add A Property,Προσθήκη ενός ακινήτου
+Add Attachments,Προσθήκη Συνημμένα
+Add Bookmark,Προσθήκη σελιδοδείκτη
+Add CSS,Προσθήκη CSS
+Add Column,Προσθήκη στήλης
+Add Google Analytics ID: eg. UA-89XXX57-1. Please search help on Google Analytics for more information.,Προσθέστε το Google Analytics ID: παράδειγμα. UA-89XXX57-1. Παρακαλούμε Ψάξτε στη βοήθεια του Google Analytics για περισσότερες πληροφορίες.
+Add Message,Προσθήκη μηνύματος
+Add New Permission Rule,Προσθέστε νέο κανόνα άδεια
+Add Reply,Προσθέστε Απάντηση
+Add Total Row,Προσθήκη Σύνολο Row
+Add a banner to the site. (small banners are usually good),Προσθέστε ένα banner στο site. (Μικρά πανό είναι συνήθως καλό)
+Add attachment,Προσθήκη συνημμένου
+Add code as <script>,Προσθήκη κώδικα ως <script>
+Add new row,Προσθήκη νέας γραμμής
+"Add the name of Google Web Font e.g. ""Open Sans""","Προσθέστε το όνομα της Google Font Web π.χ. "Open Sans""
+Add to To Do,Προσθήκη στο να κάνει
+Add to To Do List of,Προσθήκη στο να κάνει τον κατάλογο των
+Additional Info,Πρόσθετες Πληροφορίες
+Address,Διεύθυνση
+Address and other legal information you may want to put in the footer.,Διεύθυνση και άλλα νομικά στοιχεία που μπορεί να θέλετε να βάλετε στο υποσέλιδο.
+Address to be displayed on the Contact Page,Διεύθυνση που θα εμφανίζεται στη σελίδα επικοινωνίας
+Adds a custom field to a DocType,Προσθέτει ένα πεδίο σε μια DocType
+Adds a custom script (client or server) to a DocType,Προσθέτει μια προσαρμοσμένη δέσμη ενεργειών (client ή server) σε ένα DocType
+Advanced Scripting,Σύνθετη Scripting
+Advanced Settings,Ρυθμίσεις για προχωρημένους
+All Day,Ολοήμερο
+"All possible Workflow States and roles of the workflow.
Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Όλες οι πιθανές κράτη Workflow και τους ρόλους της ροής εργασίας.
Docstatus Επιλογές: 0 είναι "Saved", 1 "Υποβλήθηκε" και 2 "Ακυρώθηκε""
+Allow Attach,Αφήστε Επισυνάψτε
+Allow Import,Να επιτρέψουν την εισαγωγή
+Allow Import via Data Import Tool,Αφήστε εισαγωγής μέσω Εργαλείο εισαγωγής δεδομένων
+Allow Rename,Αφήστε Μετονομασία
+Allow on Submit,Αφήστε για Υποβολή
+Allow user to login only after this hour (0-24),Επιτρέπει στο χρήστη να συνδεθείτε μόνο μετά από αυτή την ώρα (0-24)
+Allow user to login only before this hour (0-24),Επιτρέπει στο χρήστη να συνδεθείτε μόνο πριν από αυτή την ώρα (0-24)
+Allowed,Επιτρέπονται τα κατοικίδια
+Already Registered,Ήδη Εγγεγραμμένοι
+Amend,Τροποποιούνται
+"An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org]","Ένα αρχείο με το εικονίδιο. Επέκταση ICO. Θα πρέπει να είναι 16 x 16 px. Generated χρησιμοποιώντας μια γεννήτρια favicon. [ favicon-generator.org ]"
+Are you sure you want to delete the attachment?,Είστε σίγουροι ότι θέλετε να διαγράψετε το συνημμένο;
+Arial,Arial
+"As a best practice, do not assign the same set of permission rule to different Roles instead set multiple Roles to the User","Ως βέλτιστη πρακτική, να μην εκχωρήσει το ίδιο σύνολο κανόνα άδεια για διαφορετικούς ρόλους που αντί πολλαπλούς ρόλους στο χρήστη"
+Ascending,Αύξουσα
+Assign To,Εκχώρηση σε
+Assigned By,Ανατέθηκε από
+Assigned To,Ανατέθηκε σε
+Assigned To/Owner,Ανατέθηκε σε / Ιδιοκτήτης
+Attach,Επισυνάψτε
+Attach Document Print,Συνδέστε Εκτύπωση εγγράφου
+Attach as web link,Να επισυναφθεί ως σύνδεσμο ιστού
+Attached To DocType,Που συνδέονται με DOCTYPE
+Attached To Name,Συνδέονται με το όνομα
+Attachments,Συνημμένα
+Attributions,Αποδόσεις
+Auto Name,Όνομα Auto
+Auto generated,Παράγεται Auto
+Avatar,Avatar
+Background Color,Χρώμα φόντου
+Background Image,Εικόνα φόντου
+Banner,Λάβαρο
+Banner HTML,HTML Διαφήμιση
+Banner Image,Εικόνα Banner
+Banner is above the Top Menu Bar.,Banner είναι πάνω από το Top Menu Bar.
+Begin this page with a slideshow of images,Ξεκινήστε τη σελίδα με ένα slideshow των εικόνων
+Belongs to,ανήκει στο
+Bio,Bio
+Birth Date,Ημερομηνία Γέννησης
+Blog Category,Κατηγορία Blog
+Blog Intro,Blog Intro
+Blog Introduction,Εισαγωγή Blog
+Blog Post,Δημοσίευση Blog
+Blog Settings,Ρυθμίσεις Blog
+Blog Title,Τίτλος Blog
+Blogger,Blogger
+Bookmarks,Σελιδοδείκτες
+Brand HTML,Μάρκα HTML
+"Brand is what appears on the top-right of the toolbar. If it is an image, make sure it
+has a transparent background and use the <img /> tag. Keep size as 200px x 30px",
+Bulk Email,Bulk Email
+Bulk Email records.,. Bulk Email εγγραφές
+Button,Κουμπί
+By,Με
+COMM-,COMM-
+CSS,CSS
+Calendar,Ημερολόγιο
+Can only be exported by users with role 'Report Manager',Μπορούν να εξαχθούν μόνο από χρήστες με «Διαχείριση αναφορών» ρόλο
+Cancel,Ακύρωση
+Cancel permission also allows the user to delete a document (if it is not linked to any other document).,Ακύρωση άδεια επιτρέπει επίσης στο χρήστη να διαγράψετε ένα έγγραφο (αν δεν συνδέεται με οποιοδήποτε άλλο έγγραφο).
+Cancelled,Ακυρώθηκε
+Cannot Update: Incorrect / Expired Link.,Δεν είναι δυνατή η ενημέρωση : Εσφαλμένη / Έληξε σύνδεσης .
+Cannot Update: Incorrect Password,Δεν είναι δυνατή η ενημέρωση : Λάθος Κωδικός
+Cannot change from,Δεν μπορεί να αλλάξει από
+Cannot edit standard fields,Δεν μπορείτε να επεξεργαστείτε τα τυπικά πεδία
+Cannot map because following condition fails: ,Δεν είναι δυνατή η χαρτογράφηση γιατί ακόλουθο όρο αποτυγχάνει:
+"Cannot update a non-exiting record, try inserting.","Δεν είναι δυνατή η ενημέρωση ενός μη - έξοδο από ρεκόρ , δοκιμάστε να τοποθετήσετε ."
+Categorize blog posts.,Κατηγοριοποίηση blog θέσεις.
+Category,Κατηγορία
+Category Name,Όνομα Κατηγορία
+Center,Κέντρο
+"Certain documents should not be changed once final, like an Invoice for example. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Ορισμένα έγγραφα δεν πρέπει να αλλάζονται μία φορά τελικό, όπως ένα τιμολόγιο για παράδειγμα. Η τελική κατάσταση των εν λόγω εγγράφων ονομάζεται Υποβλήθηκε. Μπορείτε να περιορίσετε το ποιοι ρόλοι θα μπορούν να υποβάλουν."
+Chat,Κουβέντα
+Check,Έλεγχος
+Check / Uncheck roles assigned to the Profile. Click on the Role to find out what permissions that Role has.,Ελέγξτε / ρόλους Αποεπιλέξτε ανατεθεί στο προφίλ. Κάντε κλικ για το ρόλο για να μάθετε ποια είναι τα δικαιώματα που έχει ο ρόλος.
+Check this to make this the default letter head in all prints,Επιλέξτε το για να κάνουν αυτό το κεφάλι επιστολή προεπιλογή σε όλες τις εκτυπώσεις
+Checked,Δανεισμός
+Child Tables are shown as a Grid in other DocTypes.,Οι πίνακες παιδιών απεικονίζεται ως πλέγμα σε άλλες doctypes.
+Clear Cache & Refresh,Clear Cache & Ανανέωση
+Click on button in the 'Condition' column and select the option 'User is the creator of the document',Κάντε κλικ στο κουμπί στην «Κατάσταση» στήλη και επιλέξτε την επιλογή «Ο χρήστης είναι ο δημιουργός του εγγράφου»
+Click on row to edit.,Κάντε κλικ στην γραμμή για να επεξεργαστείτε .
+Click to Expand / Collapse,Click to Expand / Collapse
+Client,Πελάτης
+Close,Κοντά
+Code,Κωδικός
+Color,Χρώμα
+Column Break,Break Στήλη
+Comment,Σχόλιο
+Comment By,Σχόλιο από
+Comment By Fullname,Σχόλιο από Ονοματεπώνυμο
+Comment Date,Σχόλιο Ημερομηνία
+Comment Docname,Σχόλιο Docname
+Comment Doctype,Σχόλιο DOCTYPE
+Comment Time,Χρόνος Σχόλιο
+Comments,Σχόλια
+Communication,Επικοινωνία
+Communication Medium,Μέσο Επικοινωνίας
+Company History,Ιστορικό Εταιρίας
+Company Introduction,Εισαγωγή Εταιρεία
+Company Name,Όνομα εταιρείας
+Complaint,Καταγγελία
+Complete By,Συμπληρώστε Με
+Condition Field,Κατάσταση πεδίο
+Contact Us Settings,Επικοινωνήστε μαζί μας Ρυθμίσεις
+"Contact options, like ""Sales Query, Support Query"" etc each on a new line or separated by commas.","Επιλογές επικοινωνίας, όπως "Πωλήσεις Query, Υποστήριξη Query" κλπ. το καθένα σε μια νέα γραμμή ή διαχωρισμένες με κόμμα."
+Content,Περιεχόμενο
+Content in markdown format that appears on the main side of your page,Περιεκτικότητα σε μορφή markdown που εμφανίζεται στην κύρια όψη της σελίδας σας
+Content web page.,Το περιεχόμενο της ιστοσελίδας.
+Control Panel,Πίνακας Ελέγχου
+Controller,ελεγκτής
+Copy,Αντιγραφή
+Copyright,Πνευματική ιδιοκτησία
+Core,Πυρήνας
+Count,αρίθμηση
+Country,Χώρα
+Create,Δημιουργία
+Created Customer Issue,Δημιουργήθηκε Τεύχος πελατών
+Created Opportunity,Δημιουργήθηκε Ευκαιρία
+Created Support Ticket,Δημιουργήθηκε Υποστήριξη εισιτηρίων
+Currency,Νόμισμα
+Currency Format,Μορφή Νόμισμα
+Current status,Τρέχουσα κατάσταση
+Custom CSS,Προσαρμοσμένη CSS
+Custom Field,Προσαρμοσμένο πεδίο
+Custom Reports,Προσαρμοσμένες Αναφορές
+Custom Script,Προσαρμοσμένη Script
+Custom Startup Code,Προσαρμοσμένη Startup Κωδικός
+Custom?,Προσαρμοσμένη;
+Customize,Προσαρμογή
+Customize Form,Προσαρμογή Μορφή
+Customize Form Field,Προσαρμογή πεδίου φόρμας
+"Customize Label, Print Hide, Default etc.","Προσαρμογή Label, Hide εκτύπωσης, κλπ. Προεπιλογή"
+Daily Event Digest is sent for Calendar Events where reminders are set.,Daily Event Digest αποστέλλεται για Ημερολόγιο Εκδηλώσεων όπου υπενθυμίσεις έχουν οριστεί.
+Danger,Κίνδυνος
+Data,Δεδομένα
+Data missing in table,Στοιχεία που λείπουν στον πίνακα
+Date,Ημερομηνία
+Date Format,Μορφή ημερομηνίας
+Date must be in format,Η ημερομηνία πρέπει να είναι σε μορφή
+Datetime,Datetime
+Dear,Αγαπητός
+Default,Αθέτηση
+Default Home Page,Προεπιλογή Αρχική Σελίδα
+Default Home Pages,Pages Αρχική Προεπιλογή
+Default Print Format,Προεπιλογή έντυπη μορφή
+Default Value,Προεπιλεγμένη τιμή
+"Default: ""Contact Us""",Προεπιλογή: "Επικοινωνήστε μαζί μας"
+DefaultValue,DefaultValue
+Defaults,Προεπιλογές
+Defines actions on states and the next step and allowed roles.,Καθορίζει τις δράσεις για τα κράτη και το επόμενο βήμα και επέτρεψε ρόλους.
+Defines workflow states and rules for a document.,Καθορίζει τη ροή εργασίας των κρατών και των κανόνων για ένα έγγραφο.
+Delete,Διαγραφή
+Delete Row,Διαγραφή γραμμής
+Depends On,Εξαρτάται από
+Descending,Φθίνουσα
+Description,Περιγραφή
+"Description for listing page, in plain text, only a couple of lines. (max 140 characters)","Περιγραφή για τη σελίδα σας, σε μορφή απλού κειμένου, μόνο μια-δυο γραμμές. (Max 140 χαρακτήρες)"
+Description for page header.,Περιγραφή για το header της σελίδας.
+Desktop,Desktop
+Details,Λεπτομέρειες
+Did not add.,Δεν πρόσθεσε.
+Did not cancel,Δεν ακύρωση
+Did not save,Δεν αποθηκεύσετε
+"Different ""States"" this document can exist in. Like ""Open"", ""Pending Approval"" etc.","Different "μέλη" αυτό το έγγραφο μπορεί να υπάρχει μέσα όπως "Άνοιγμα", "Έγκριση σε εκκρεμότητα", κλπ."
+Disable Customer Signup link in Login page,Απενεργοποίηση Πελάτης Εγγραφή συνδέσμου στη σελίδα Login
+Disable Signup,Απενεργοποίηση Εγγραφή
+Disabled,Ανάπηρος
+Display Settings,Ρυθμίσεις οθόνης
+Doc Status,Doc Status
+DocField,DocField
+DocPerm,DocPerm
+DocType,DOCTYPE
+DocType Details,DocType Λεπτομέρειες
+DocType can not be merged,DocType δεν μπορούν να συγχωνευθούν
+DocType is a Table / Form in the application.,DocType είναι ένας Πίνακας / έντυπο στην αίτηση.
+DocType on which this Workflow is applicable.,DOCTYPE την οποία η παρούσα Workflow ισχύει.
+DocType or Field,DocType ή Field
+Docname,Docname
+Document,Έγγραφο
+Document Status transition from ,Έγγραφο μετάβασης κατάστασης από
+Document Type,Τύπος εγγράφου
+Document Types,Τύποι εγγράφου
+Document is only editable by users of role,Το έγγραφο είναι μόνο επεξεργάσιμη από τους χρήστες του ρόλου
+Documents,Έγγραφα
+Download Backup,Λήψη αντιγράφων ασφαλείας
+Draft,Προσχέδιο
+Drafts,Συντάκτης
+Drag to sort columns,Σύρετε για να ταξινομήσετε στήλες
+Edit,Επεξεργασία
+Editable,Επεξεργάσιμη
+Email,Email
+Email Host,Host Email
+Email Id where users will send support request e.g. support@example.com,Email Id όπου οι χρήστες θα στείλει αίτημα υποστήριξης π.χ. support@example.com
+Email Login,Είσοδος Email
+Email Password,Email Κωδικός
+Email Sent,Email Sent
+Email Settings,Ρυθμίσεις email
+Email Signature,Υπογραφή Email
+Email Use SSL,Email Χρήση SSL
+"Email addresses, separted by commas","Οι διευθύνσεις ηλεκτρονικού ταχυδρομείου, separted με κόμματα"
+Email...,Στείλτε e-mail ...
+Embed image slideshows in website pages.,Ενσωμάτωση slideshows εικόνας σε ιστοσελίδες.
+Enable Comments,Ενεργοποίηση Σχόλια
+Enabled,Ενεργοποιημένο
+Ends on,Λήγει στις
+Enter Form Type,Εισάγετε Τύπος Φόρμα
+"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.","Εισάγετε πεδία προκαθορισμένη τιμή (πλήκτρα) και αξίες. Αν προσθέσετε πολλαπλές τιμές για ένα πεδίο, η πρώτη θα ενταχθεί. Αυτές οι προκαθορισμένες τιμές, επίσης, χρησιμοποιείται για να ρυθμίσετε το "παιχνίδι" κανόνες άδεια. Για να δείτε τη λίστα των πεδίων, πηγαίνετε στο Προσαρμογή έντυπο ."
+Equals,Ίσο
+Error,Σφάλμα
+Error: Document has been modified after you have opened it,Σφάλμα: Το έγγραφο έχει τροποποιηθεί αφού το έχετε ανοίξει
+Event,Συμβάν
+Event End must be after Start,Τέλος Event πρέπει να είναι μετά την έναρξη
+Event Individuals,Event Άτομα
+Event Role,Ο ρόλος Event
+Event Roles,Ρόλοι Event
+Event Type,Τύπος συμβάντος
+Event User,Χρήστης Event
+Events In Today's Calendar,Εκδηλώσεις Στο Ημερολόγιο Η σημερινή
+Every Day,Κάθε μέρα
+Every Month,Κάθε Μήνα
+Every Week,Κάθε εβδομάδα
+Every Year,Κάθε έτος
+Example:,Παράδειγμα:
+Export,Εξαγωγή
+Facebook Share,Facebook Share
+FavIcon,Favicon
+Female,Θηλυκός
+Field Description,Πεδίο Περιγραφή
+Field Name,Όνομα πεδίου
+Field Type,Τύπος πεδίου
+"Field that represents the Workflow State of the transaction (if field is not present, a new hidden Custom Field will be created)","Πεδίο που αντιπροσωπεύει το Workflow κράτος της συναλλαγής (εάν το πεδίο δεν είναι παρόν, ένα νέο κρυφό προσαρμοσμένου πεδίου θα δημιουργηθεί)"
+Fieldname,Fieldname
+Fields,Πεδία
+"Fields separated by comma (,) will be included in the
Search By list of Search dialog box","Τα πεδία που χωρίζονται με κόμμα (,) θα πρέπει να περιλαμβάνονται στο
Αναζήτηση Με λίστα στο παράθυρο διαλόγου Αναζήτηση"
+File,Αρχείο
+File Data,Αρχείου δεδομένων
+File Name,Όνομα αρχείου
+File Size,Μέγεθος Αρχείου
+File URL,URL αρχείου
+File size exceeded the maximum allowed size,Μέγεθος αρχείου υπερβαίνει το μέγιστο επιτρεπόμενο μέγεθος
+Filter,Φιλτράρισμα
+Finder,Finder
+First Name,Όνομα
+Float,Επιπλέω
+Font (Heading),Font (Τομέας)
+Font (Text),Font (Κείμενο)
+Font Size (Text),Μέγεθος γραμματοσειράς (κείμενο)
+Fonts,Γραμματοσειρές
+Footer,Υποσέλιδο
+Footer Items,Τελικοί Είδη
+For All Users,Για όλους τους χρήστες
+For DocType,για DocType
+"For Links, enter the DocType as range
+For Select, enter list of Options separated by comma",
+"For comparative filters, start with","Για τις συγκριτικές φίλτρα, ξεκινήστε με"
+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». Αυτό σας βοηθά να παρακολουθείτε κάθε τροπολογία."
+For example: You want to restrict users to transactions marked with a certain property called 'Territory',Για παράδειγμα: Θέλετε να περιορίσω τους χρήστες σε συναλλαγές που σημειώνονται με μια ορισμένη ιδιότητα που ονομάζεται «έδαφος»
+For ranges,Για σειρές
+Form,Μορφή
+"Format: hh:mm example for one hour expiry set as 01:00.
+Max expiry will be 72 hours. Default is 24 hours",
+Forward To Email Address,Μπροστά στη διεύθυνση ηλεκτρονικού ταχυδρομείου
+Friday,Παρασκευή
+From Date must be before To Date,Από την ημερομηνία πρέπει να είναι πριν από την ημερομηνία
+Full Name,Ονοματεπώνυμο
+Gantt Chart,Gantt Chart
+Gender,Γένος
+General,Γενικός
+Generator,γεννήτρια
+Georgia,Γεωργία
+Get,Λήψη
+Get From ,Πάρτε Από
+"Go to Setup > User Properties to set \
+ 'territory' for diffent Users.",
+Google Analytics ID,Google Analytics ID
+Google Plus One,Google Plus One
+Google Web Font (Heading),Google Web Font (Τομέας)
+Google Web Font (Text),Google Web Font (Κείμενο)
+Greater or equals,Μεγαλύτερο ή ίσον
+Greater than,"μεγαλύτερη από ό, τι"
+Groups,Ομάδες
+HTML,HTML
+Header,Header
+Heading,Επικεφαλίδα
+Heading Text As,Τομέας κειμένου ως
+Help,Βοήθεια
+Helvetica Neue,Helvetica Neue
+Hey! There should remain at least one System Manager,Hey! Θα πρέπει να παραμείνουν τουλάχιστον ενός διαχειριστή συστήματος
+Hidden,Hidden
+Hide Actions,Απόκρυψη Ενέργειες
+Hide Copy,Απόκρυψη Αντιγραφή
+Hide Email,Απόκρυψη e-mail
+Hide Heading,Απόκρυψη Τομέας
+Hide Print,Απόκρυψη Εκτύπωση
+Hide Toolbar,Απόκρυψη της γραμμής εργαλείων
+Highlight,Επισημάνετε
+History,Ιστορία
+Home Page,Αρχική Σελίδα
+Home Page is Products,Αρχική Σελίδα είναι προϊόντα
+Home Pages,Σελίδες Αρχική σελίδα
+ID,ταυτότητα
+ID (name) of the entity whose property is to be set,ID (όνομα) της οντότητας της οποίας ιδιοκτησία είναι να καθοριστούν
+Icon,Icon
+Icon will appear on the button,Θα εμφανιστεί το εικονίδιο στο κουμπί
+"If a User does not have access at Level 0, then higher levels are meaningless","Εάν ένας χρήστης δεν έχει πρόσβαση στο επίπεδο 0, στη συνέχεια υψηλότερα επίπεδα είναι χωρίς νόημα"
+"If checked, all other workflows become inactive.","Εάν είναι επιλεγμένο, όλες οι άλλες ροές εργασίας καταστεί ανενεργή."
+"If checked, the Home page will be the default Item Group for the website.","Εάν επιλεγεί, η σελίδα θα είναι η ομάδα προεπιλεγμένο στοιχείο για την ιστοσελίδα."
+"If image is selected, color will be ignored (attach first)","Εάν η εικόνα έχει επιλεγεί, το χρώμα θα πρέπει να αγνοηθεί (επισυνάψετε πρώτα)"
+"If not, create a","Αν όχι, να δημιουργηθεί ένα"
+"If the 'territory' Link Field exists, it will give you an option to select it","Αν πεδίου Link το «έδαφος» υπάρχει, αυτό θα σας δώσει μια επιλογή για να επιλέξετε"
+"If these instructions where not helpful, please add in your suggestions at GitHub Issues","Εάν αυτές οι οδηγίες , όπου δεν είναι χρήσιμο , παρακαλούμε να προσθέσετε δικές σας προτάσεις στο href='https://github.com/webnotes/wnframework/issues'> "
+"If you set this, this Item will come in a drop-down under the selected parent.","Αν ορίσετε αυτό, αυτό το στοιχείο θα έρθει σε ένα drop-down κάτω από τον επιλεγμένο γονέα."
+Image,Εικόνα
+Image Link,Σύνδεσμος εικόνας
+Import,Εισαγωγή
+In,σε
+In Dialog,Στο Dialog
+In Filter,Το Φίλτρο
+In List View,Στην Λίστα
+In Report Filter,Στην έκθεση Filter
+In response to,Σε απάντηση προς
+"In the Permission Manager, click on the button in the 'Condition' column for the Role you want to restrict.","Στην Manager άδεια, κάντε κλικ στο κουμπί στην «Κατάσταση» στήλη για το ρόλο που θέλετε να περιορίσετε."
+Index,Δείκτης
+Individuals,Ιδιώτες
+Industry,Βιομηχανία
+Info,Πληροφορίες
+Insert After,Εισαγωγή Μετά την
+Insert Below,Εισαγωγή κάτω
+Insert Code,Εισαγωγή κώδικα
+Insert Row,Εισαγωγή γραμμής
+Insert Style,Εισαγωγή Style
+Int,Int
+Integrations,Ολοκληρώσεις
+Introduce your company to the website visitor.,Εισαγάγει την εταιρεία σας στην ιστοσελίδα επισκέπτη.
+Introduction,Εισαγωγή
+Introductory information for the Contact Us Page,Εισαγωγικές πληροφορίες για την επαφή μας σελίδα
+Invalid Email,Μη έγκυρο e-mail
+Inverse,Αντίστροφος
+Is Active,Είναι ενεργός
+Is Child Table,Είναι Πίνακας παιδιών
+Is Default,Είναι Προεπιλογή
+Is Mandatory Field,Είναι υποχρεωτικό πεδίο
+Is Single,Είναι Single
+Is Standard,Είναι πρότυπο
+Is Submittable,Είναι Submittable
+JSON,JSON
+JavaScript Format: wn.query_reports['REPORTNAME'] = {},JavaScript Format: wn.query_reports ['REPORTNAME'] = {}
+Javascript,Javascript
+Javascript to append to the head section of the page.,Javascript για να προσθέσετε στο τμήμα της κεφαλής της σελίδας.
+Keep a track of all communications,Κρατήστε ένα κομμάτι του συνόλου των επικοινωνιών
+Key,Πλήκτρο
+Label,Επιγραφή
+Label Help,Βοήθεια Label
+Lacs,Lacs
+Landing Page,Landing Page
+Language,Γλώσσα
+Language preference for user interface (only if available).,Γλώσσα προτίμησης για την διεπαφή χρήστη (μόνο εάν είναι διαθέσιμο).
+Last IP,Τελευταία IP
+Last Login,Είσοδος
+Last Name,Επώνυμο
+Last updated by,Τελευταία ενημέρωση από
+Lastmod,lastmod
+Lato,Λατώ
+Leave blank to repeat always,Αφήστε το κενό για να επαναλάβετε πάντα
+Left,Αριστερά
+Less or equals,Λιγότερο ή ίσον
+Less than,λιγότερο από
+Letter Head,Επικεφαλής Επιστολή
+Letter Head Image,Επιστολή Image Head
+Letter Head Name,Επιστολή Όνομα Head
+Letter Head in HTML,Επιστολή Επικεφαλής σε HTML
+Level,Επίπεδο
+"Level 0 is for document level permissions, higher levels for field level permissions.","Επίπεδο 0 είναι για δικαιώματα σε επίπεδο εγγράφων, τα υψηλότερα επίπεδα για τα δικαιώματα σε επίπεδο τομέα."
+Like,σαν
+Link,Σύνδεσμος
+Link Name,link Name
+Link to other pages in the side bar and next section,Σχέση με άλλες σελίδες στο μπαρ πλευρά και το επόμενο τμήμα
+Link to the page you want to open,Σύνδεσμο προς τη σελίδα που θέλετε να ανοίξετε
+Linked In Share,Συνδέεται Σε Share
+Linked With,Συνδέεται με την
+List,Λίστα
+List of patches executed,Κατάλογος των patches που εκτελέστηκαν
+Loading,Φόρτωση
+Loading Report,Φόρτωση Έκθεση
+Loading...,Φόρτωση ...
+Log of Scheduler Errors,Σύνδεση της Scheduler Λάθη
+Login,σύνδεση
+Login After,Είσοδος μετά
+Login Before,Είσοδος Πριν από
+Logout,Αποσύνδεση
+Long Text,Long Text
+Lucida Grande,Lucida Grande
+Mail Footer,Τελικοί Mail
+Mail Server,Διακομιστή αλληλογραφίας
+Main Section,Το τμήμα Main
+Make a new,Κάντε μια νέα
+Make sure that the transactions you want to restrict have a Link field 'territory' that maps to a 'Territory' master.,Βεβαιωθείτε ότι οι συναλλαγές θέλετε να περιορίσετε έχουν «έδαφος» ενός πεδίου σύνδεσης που χάρτες για ένα «έδαφος» master.
+Male,Αρσενικός
+Mandatory,Υποχρεωτική
+Mandatory filters required:\n,Απαιτείται υποχρεωτική φίλτρα : \ n
+Master,Κύριος
+Match,Αγώνας
+Max Attachments,Max Συνημμένα
+"Meaning of Submit, Cancel, Amend","Σημασία των Υποβολή, Άκυρο, τροποποιούνται"
+"Menu items in the Top Bar. For setting the color of the Top Bar, go to Style Settings","Τα στοιχεία μενού στην πάνω μπάρα. Για τον καθορισμό του χρώματος του Top Bar, πηγαίνετε στο Settings Style"
+"Merging is only possible between Group-to-Group or
+ Ledger-to-Ledger",
+Message,Μήνυμα
+Method,Μέθοδος
+Middle Name (Optional),Πατρώνυμο (προαιρετικό)
+Millions,Εκατομμύρια
+Misc,Διάφορα
+Miscellaneous,Διάφορα
+Missing Values Required,Λείπει τιμές Απαραίτητα
+Modified by,Τροποποιήθηκε από
+Module,Ενότητα
+Module Def,Ενότητα Def
+Module Name,Όνομα Ενότητα
+Modules,Ενότητες
+Monday,Δευτέρα
+More,Περισσότερο
+More content for the bottom of the page.,Περισσότερο περιεχόμενο για το κάτω μέρος της σελίδας.
+Must have report permission to access this report.,Πρέπει να έχετε δικαιώματα έκθεση πρόσβαση σε αυτή την έκθεση.
+Must specify a Query to run,Πρέπει να ορίσετε ένα ερώτημα για να τρέξει
+Name,Όνομα
+Name Case,Περίπτωση που το όνομα
+Name Exists,Όνομα Υπάρχει
+Naming Series mandatory,Ονομασία σειράς υποχρεωτική
+New,νέος
+New Password,New Password
+New Record,Νέα Εγγραφή
+New value to be set,Νέα τιμή που θα καθοριστούν
+Next Communcation On,Επόμενο Communcation On
+Next State,Επόμενη κράτος
+Next actions,Επόμενη δράσεις
+No,Όχι
+No Action,Καμία ενέργεια
+No Cache,Δεν Cache
+No Communication tagged with this ,Δεν ανακοίνωση με ετικέτα αυτή
+No Copy,Δεν Copy
+No Permission,Δεν έχετε άδεια
+No Permission to ,Δεν έχετε άδεια για
+No Permissions set for this criteria.,Δεν Δικαιώματα για το εν λόγω κριτήρια.
+No Report Loaded. Please use query-report/[Report Name] to run a report.,Δεν Report Loaded. Παρακαλούμε χρησιμοποιήστε το ερώτημα-αναφορά / [Name] αναφορά στη εκτελέσετε μια έκθεση.
+No Sitemap,Δεν Sitemap
+No User Properties found.,Δεν βρέθηκαν Ιδιότητες χρήστη.
+No further records,Δεν υπάρχουν επιπλέον εγγραφές
+No one,Κανένας
+No permission to edit,Δεν έχετε άδεια για να επεξεργαστείτε
+No permission to write / remove.,Δεν έχετε άδεια για να γράψει / αφαίρεση.
+No records tagged.,Δεν υπάρχουν αρχεία ετικέτα.
+None,Κανένας
+None: End of Workflow,Κανένας: Τέλος της ροής εργασίας
+Not Found,Δεν Βρέθηκε
+Not Linked to any record.,Δεν συνδέονται με καμία εγγραφή.
+Not Permitted,Δεν επιτρέπεται
+Not allowed for: ,Δεν επιτρέπεται:
+Not enough permission to see links.,Δεν υπάρχουν αρκετά δικαιώματα για να δείτε συνδέσμους.
+Not equals,δεν ισούται
+"Note: For best results, images must be of the same size and width must be greater than height.","Σημείωση: Για βέλτιστα αποτελέσματα, οι εικόνες θα πρέπει να είναι του ίδιου μεγέθους και πλάτους πρέπει να είναι μεγαλύτερη από το ύψος."
+Note: Other permission rules may also apply,Σημείωση: Άλλοι κανόνες άδεια μπορεί επίσης να εφαρμοστεί
+Note: maximum attachment size = 1mb,Σημείωση: Το μέγεθος του συνημμένου μέγιστο = 1MB
+Nothing to show,Δεν έχει τίποτα να δείξει
+Nothing to show for this selection,Δεν έχει τίποτα να δείξει για αυτή την επιλογή
+Notification Count,γνωστοποίηση Count
+Notify By Email,Ειδοποιήσουμε με email
+On,Επί
+"Once you have set this, the users will only be able access documents with that property.","Μόλις έχετε ρυθμίσει αυτό, οι χρήστες θα είναι σε θέση πρόσβαση σε έγγραφα με αυτό το ακίνητο."
+Only Administrator allowed to create Query / Script Reports,Μόνο διαχειριστή τη δυνατότητα να δημιουργήσουν Query / Script Εκθέσεις
+Only Administrator can save a standard report. Please rename and save.,Μόνο διαχειριστή να αποθηκεύσετε ένα πρότυπο για την έκθεση. Παρακαλούμε να μετονομάσετε και να αποθηκεύσετε.
+Only Allow Edit For,Μόνο Αφήστε Επεξεργασία για
+Only System Manager can create / edit reports,Μόνο System Manager για να δημιουργήσετε / επεξεργαστείτε τις εκθέσεις
+Open Count,Open Count
+Open Sans,Open Sans
+Options,Επιλογές
+Options Help,Επιλογές Βοήθεια
+Org History,org Ιστορία
+Org History Heading,Org Ιστορία Τομέας
+Original Message,Αρχικό μήνυμα
+Other,Άλλος
+POP3 Mail Server (e.g. pop.gmail.com),POP3 Mail Server (π.χ. pop.gmail.com)
+Page,Σελίδα
+Page Background,Ιστορικό Σελίδα
+Page Border,Border Σελίδα
+Page HTML,Σελίδα HTML
+Page Headings,Κατά σελίδα επικεφαλίδων
+Page Links,Σελίδα Links
+Page Name,Όνομα σελίδας
+Page Name Field,Σελίδα Όνομα πεδίου
+Page Role,Ο ρόλος Σελίδα
+Page Text,Κείμενο σελίδας
+Page already exists,Σελίδα υπάρχει ήδη
+Page content,Περιεχόμενο της σελίδας
+Page not found,Η σελίδα δεν βρέθηκε
+Page or Generator,Σελίδα ή Γεννήτρια
+Page text and background is same color. Please change.,Κείμενο σελίδας και το φόντο είναι ίδιο χρώμα. Παρακαλούμε αλλάξει.
+"Page to show on the website
+",
+"Page url name (auto-generated) (add "".html"")",Page όνομα url (δημιουργείται αυτόματα) (προσθήκη ". Html")
+Parent Label,Ετικέτα γονέων
+Parent is required.,Μητρική είναι απαραίτητη.
+Participants,Οι συμμετέχοντες
+Password,Κωδικός
+Password Expires in (days),Κωδικός Λήγει σε (ημέρες)
+Password Updated,Κωδικός ενημέρωση
+Patch,Κηλίδα
+Patch Log,Σύνδεση Patch
+Percent,Τοις εκατό
+Perm Level,Perm Level
+Permission Level,Επίπεδο δικαιωμάτων
+Permission Levels,Επίπεδα δικαιωμάτων
+Permission Manager,Manager άδεια
+Permission Rules,Κανόνες άδεια
+Permissions,Δικαιώματα
+Permissions Settings,Δικαιώματα Ρυθμίσεις
+Permissions are automatically translated to Standard Reports and Searches,Δικαιώματα αυτόματα μετατρέπονται σε τυποποιημένες αναφορές και αναζητήσεις
+"Permissions are set on Roles and Document Types (called DocTypes) by restricting read, edit, make new, submit, cancel, amend and report rights.","Τα δικαιώματα που σε ρόλους και τύπους εγγράφου (που ονομάζεται doctypes) περιορίζοντας διαβάσει, να επεξεργαστείτε, να κάνουν νέους, να υποβάλει, να ακυρώσει, να τροποποιήσει και να αναφέρουν τα δικαιώματα."
+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 incase you want to hide or make certain field read-only.,Δικαιώματα σε υψηλότερα επίπεδα είναι τα δικαιώματα «ίσοι». Όλα τα πεδία έθεσαν έναν «Επίπεδο δικαιωμάτων» εναντίον τους και οι κανόνες που καθορίζονται στο ότι τα δικαιώματα που ισχύουν στον τομέα. Αυτό είναι χρήσιμο incase θέλετε να αποκρύψετε ή να κάνετε συγκεκριμένο τομέα μόνο για ανάγνωση.
+"Permissions at level 0 are 'Document Level' permissions, i.e. they are primary for access to the document.","Δικαιώματα σε 0 είναι τα δικαιώματα «Επίπεδο Document», δηλαδή είναι πρωταρχική για την πρόσβαση στο έγγραφο."
+Permissions translate to Users based on what Role they are assigned,Δικαιώματα μεταφράσει σε χρήστες με βάση το ρόλο που έχουν εκχωρηθεί
+Person,Πρόσωπο
+Phone,Τηλέφωνο
+Phone No.,Αριθμός τηλεφώνου
+Pick Columns,Διαλέξτε Στήλες
+Please attach a file first.,Επισυνάψτε ένα αρχείο για πρώτη φορά.
+Please attach a file or set a URL,Παρακαλείστε να επισυνάψετε ένα αρχείο ή να ορίσετε μια διεύθυνση URL
+Please change the value,Παρακαλούμε να αλλάξετε την τιμή
+Please enable pop-ups,Παρακαλούμε ενεργοποιήστε τα pop-ups
+Please make sure that there are no empty columns in the file.,Παρακαλούμε βεβαιωθείτε ότι δεν υπάρχουν κενές στήλες στο αρχείο.
+Please refresh to get the latest document.,Παρακαλούμε Ανανέωση για να λάβετε το τελευταίο έγγραφο.
+Please select a file or url,Παρακαλώ επιλέξτε ένα αρχείο ή ένα URL
+Please specify,Διευκρινίστε
+Plugin,plugin
+Post Publicly,Δημοσίευση Δημοσίως
+Post Topic,Δημοσίευση Θέμα
+Post to user,Δημοσίευση στο χρήστη
+Posts,Δημοσιεύσεις
+Primary,Πρωταρχικός
+Print Format,Εκτύπωση Format
+Print Format Type,Εκτύπωση Τύπος Format
+Print Hide,Εκτύπωση Απόκρυψη
+Print Width,Πλάτος Εκτύπωση
+Print...,Εκτύπωση ...
+Priority,Προτεραιότητα
+Private,Ιδιωτικός
+Profile,Προφίλ
+Profile Defaults,Προεπιλογές Προφίλ
+Profile Represents a User in the system.,Προφίλ Εκπροσωπεί ένα χρήστη στο σύστημα.
+Profile of a Blogger,Προφίλ του Blogger
+Profile of a blog writer.,Προφίλ του blog συγγραφέας.
+Properties,Ακίνητα
+Property,Ιδιοκτησία
+Property Setter,Setter Ακινήτου
+Property Setter overrides a standard DocType or Field property,Setter Ακίνητα παρακάμπτει ένα πρότυπο ιδιοκτησίας DocType ή Field
+Property Type,Τύπος ακινήτου
+Public,Δημόσιο
+Published,Δημοσίευση
+Published On,Δημοσιεύθηκε την
+Pull Emails from the Inbox and attach them as Communication records (for known contacts).,Τραβήξτε τα μηνύματα από το φάκελο Εισερχόμενα και να τα επισυνάψει τα αρχεία επικοινωνίας (για τους γνωστούς επαφές).
+Query,Απορία
+Query Options,Επιλογές Αιτημάτων
+Query Report,Έκθεση ερωτήματος
+Query must be a SELECT,Ερώτημα πρέπει να είναι μια SELECT
+Quick Help for Setting Permissions,Γρήγορη βοήθεια για τον καθορισμό των δικαιωμάτων
+Quick Help for User Properties,Γρήγορη Βοήθεια για Ιδιότητες χρήστη
+Read,Ανάγνωση
+Read Only,Μόνο για ανάγνωση
+Received,Λήψη
+Recipient,Παραλήπτης
+Recipients,Παραλήπτες
+Ref DocType,Ref DocType
+Ref Name,Όνομα Κωδ
+Ref Type,Τύπος Ref
+Reference,Αναφορά
+Reference DocName,Αναφορά DocName
+Reference DocType,Αναφορά DocType
+Reference Name,Όνομα αναφοράς
+Reference Type,Είδος αναφοράς
+Refresh,Φρεσκάρω
+Registered but disabled.,Εγγεγραμμένοι αλλά και άτομα με ειδικές ανάγκες.
+Registration Details Emailed.,Στοιχεία Εγγραφής εστάλησαν με ηλεκτρονικό ταχυδρομείο.
+Remove Bookmark,Κατάργηση Bookmark
+Rename...,Μετονομασία ...
+Repeat On,Επαναλάβετε την
+Repeat Till,Επαναλάβετε Till
+Repeat this Event,Επαναλάβετε αυτό το Event
+Report,Αναφορά
+Report Builder,Έκθεση Builder
+Report Builder reports are managed directly by the report builder. Nothing to do.,Οι αναφορές του Builder διαχειρίζεται απευθείας από τον κατασκευαστή έκθεση. Δεν έχει τίποτα να κάνει.
+Report Hide,Έκθεση Απόκρυψη
+Report Name,Όνομα Έκθεση
+Report Type,Αναφορά Ειδών
+Report was not saved (there were errors),Έκθεση δεν αποθηκεύτηκε (υπήρχαν σφάλματα)
+Represents the states allowed in one document and role assigned to change the state.,Εκπροσωπεί τα κράτη επιτρέπεται σε ένα έγγραφο και ο ρόλος έχει ανατεθεί να αλλάξει την κατάσταση.
+Reqd,Reqd
+Reset Password Key,Επαναφορά Password κλειδί
+Restrict IP,Περιορισμός IP
+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)"
+Restricting By User,Ο περιορισμός του χρήστη
+Right,Δεξιά
+Role,Ρόλος
+Role Name,Όνομα Ρόλος
+Roles,Ρόλοι
+Roles Assigned,Ρόλοι ειδικό
+Roles Assigned To User,Αντιστοιχίσει ρόλους χρήστη
+Roles HTML,Ρόλοι HTML
+Root ,Ρίζα
+Row,Σειρά
+Rules defining transition of state in the workflow.,Κανόνες που καθορίζουν τη μετάβαση της κατάστασης στη ροή εργασίας.
+"Rules for how states are transitions, like next state and which role is allowed to change state etc.","Κανόνες για το πώς τα κράτη είναι μεταβάσεις, όπως και το επόμενο κράτος και της οποίας ο ρόλος έχει τη δυνατότητα να αλλάξει κατάσταση, κλπ."
+SMS,SMS
+Sales,Πωλήσεις
+Same file has already been attached to the record,Το ίδιο αρχείο έχει ήδη επισυναφθεί στο αρχείο
+Saturday,Σάββατο
+Save,εκτός
+Scheduler Log,Scheduler Log
+Script,Γραφή
+Script Report,Έκθεση Script
+Script Type,Τύπος Script
+Script to attach to all web pages.,Script να επισυνάψετε σε όλες τις ιστοσελίδες.
+Search,Αναζήτηση
+Search Fields,Πεδία αναζήτησης
+Section Break,Διάλειμμα Ενότητα
+Security Settings,Ρυθμίσεις ασφαλείας
+Select,Επιλέξτε
+Select All,Επιλέξτε All
+Select Attachments,Επιλέξτε Συνημμένα
+Select Document Type,Επιλογή τύπου εγγράφου
+Select Document Type or Role to start.,Επιλογή τύπου εγγράφου ή Ρόλου για να ξεκινήσει.
+Select Module,Επιλέξτε Ενότητα
+Select Print Format,Επιλέξτε έντυπη μορφή
+Select Report Name,Επιλογή Όνομα Έκθεση
+Select Role,Επιλέξτε Ρόλος
+Select Type,Επιλέξτε Τύπο
+Select User or Property to start.,Επιλέξτε το χρήστη ή ακίνητα για να ξεκινήσει.
+Select a Banner Image first.,Επιλέξτε μια εικόνα banner πρώτα.
+Select an image of approx width 150px with a transparent background for best results.,Επιλέξτε μια εικόνα 150px πλάτους περ. με ένα διαφανές φόντο για καλύτερα αποτελέσματα.
+Select dates to create a new ,Επιλέξτε ημερομηνίες για να δημιουργήσετε ένα νέο
+Select or drag across time slots to create a new event.,Επιλέξτε ή σύρετε χρονοθυρίδες για να δημιουργήσετε ένα νέο συμβάν.
+"Select target = ""_blank"" to open in a new page.","Επιλέξτε target = "" _blank "" για να ανοίξει σε μια νέα σελίδα ."
+Select the label after which you want to insert new field.,Επιλέξτε την ετικέτα μετά την οποία θέλετε να εισαγάγετε νέο πεδίο.
+Send,Αποστολή
+Send As Email,Αποστολή ως e-mail
+Send Me A Copy,Στείλτε μου ένα αντίγραφο
+Send an email reminder in the morning,Στείλτε ένα email υπενθύμισης το πρωί
+Send enquiries to this email address,Στείλτε τις απορίες σε αυτή τη διεύθυνση ηλεκτρονικού ταχυδρομείου
+Sender,Αποστολέας
+Sent,Sent
+Sent Mail,Sent Mail
+Sent Quotation,Εστάλη Προσφοράς
+Sent or Received,Αποστέλλονται ή λαμβάνονται
+Series,σειρά
+Server,Διακομιστή
+Session Expired. Logging you out,Συνεδρία Έληξε. Έξοδος από
+Session Expires in (time),Συνεδρία Λήγει στις (χρόνος)
+Set Banner from Image,Ορισμός Banner από την εικόνα
+Set Link,Ρύθμιση σύνδεσης
+Set Password,Ορισμός κωδικού πρόσβασης
+Set Value,Ορισμός Value
+"Set your background color, font and image (tiled)","Ρυθμίστε το χρώμα του φόντου σας, τη γραμματοσειρά και την εικόνα (πλακάκια)"
+Settings for About Us Page.,Ρυθμίσεις για την εταιρεία μας σελίδα.
+Settings for Contact Us Page,Ρυθμίσεις για την Επικοινωνία Σελίδα
+Settings for Contact Us Page.,Ρυθμίσεις για την Επικοινωνία Σελίδα.
+Settings for the About Us Page,Ρυθμίσεις για την εταιρεία μας σελίδα
+Setup of fonts and background.,Ρύθμιση των γραμματοσειρών και του φόντου.
+"Setup of top navigation bar, footer and logo.","Ρύθμιση της επάνω γραμμή πλοήγησης, footer και το λογότυπο."
+Short Bio,Σύντομο Βιογραφικό
+Short Name,Short Name
+Shortcut,Συντόμευση
+Show Breadcrumbs,Εμφάνιση Breadcrumbs
+Show Details,Δείτε Λεπτομέρειες
+Show Print First,Εμφάνιση Εκτύπωση Πρώτη
+Show Table of Contents,Εμφάνιση πίνακα περιεχομένων
+Show Tags,Εμφάνιση Ετικέτες
+Show Title,Εμφάνιση τίτλου
+Show rows with zero values,Εμφάνιση σειρές με μηδενικές τιμές
+Showing only for,Εμφανίζονται μόνο για
+Single Post (article).,Single Post (άρθρο).
+Single Types have only one record no tables associated. Values are stored in tabSingles,Ενιαία τύποι έχουν μόνο μία εγγραφή δεν πινάκων που συσχετίζονται . Οι τιμές που αποθηκεύονται σε tabSingles
+Slideshow,Παρουσίαση
+Slideshow Items,Παρουσίαση Προϊόντα
+Slideshow Name,Παρουσίαση Name
+Slideshow like display for the website,Παρουσίαση σαν ένδειξη για την ιστοσελίδα
+Small Text,Μικρές Κείμενο
+Solid background color (default light gray),Στερεά χρώμα του φόντου (προεπιλογή ανοιχτό γκρι)
+Sorry we were unable to find what you were looking for.,Δυστυχώς δεν μπορέσαμε να βρείτε αυτό που ψάχνατε.
+Sorry you are not permitted to view this page.,Δυστυχώς δεν σας επιτρέπεται να δείτε αυτή τη σελίδα.
+Sort By,Ταξινόμηση
+Special Page Settings,Ειδικές Ρυθμίσεις σελίδας
+Standard,Πρότυπο
+Start Report For,Ξεκινήστε την έκθεση για το
+Starts on,Ξεκινά στις
+Startup,Startup
+State,Κατάσταση
+States,Τα κράτη
+Status,Κατάσταση
+Step 1: Set the name and save.,Βήμα 1 : Ορίστε το όνομα και να σώσει .
+Step 2: Set Letterhead content.,Βήμα 2: Ρύθμιση επιστολόχαρτο περιεχόμενο .
+Style,Στυλ
+Style Settings,Ρυθμίσεις Style
+"Style represents the button color: Success - Green, Danger - Red, Inverse - Black, Primary - Dark Blue, Info - Light Blue, Warning - Orange","Style αντιπροσωπεύει το χρώμα του κουμπιού: Επιτυχία - Green, Danger - Κόκκινο, Inverse - Μαύρο, Πρωτοβάθμια - Σκούρο Μπλε, Info - Γαλάζιο, Προσοχή - Orange"
+Sub-domain provided by erpnext.com,Sub-domain που παρέχεται από erpnext.com
+Subdomain,Υποκατηγορία
+Subject,Θέμα
+Submit,Υποβολή
+Submitted,Υποβλήθηκε
+Submitted Record cannot be deleted,Υποβλήθηκε εγγραφής δεν μπορεί να διαγραφεί
+Success,Επιτυχία
+Suggestion,Πρόταση
+Sunday,Κυριακή
+Support Email Id,Υποστήριξη Id Email
+Sync Inbox,Sync Εισερχόμενα
+System,Σύστημα
+System Defaults,Προεπιλογές συστήματος
+System User,Χρήστης Συστήματος
+Table,Τραπέζι
+Table of Contents,Πίνακας Περιεχομένων
+Tag,Ετικέτα
+Tag Name,Όνομα Tag
+Tags,Tags
+Tahoma,Tahoma
+Target,Στόχος
+Team Members,Μέλη της Ομάδας
+Team Members Heading,Μέλη της Ομάδας Τομέας
+Template Path,πρότυπο Path
+Test,Δοκιμή
+Test Runner,Runner Test
+Text,Κείμενο
+Text Align,Κείμενο Στοίχιση
+Text Editor,Επεξεργαστής κειμένου
+"The ""Web Page"" that is the website home page",Το "Web Page" που είναι η αρχική σελίδα του ιστοτόπου
+The name of your company / website as you want to appear on browser title bar. All pages will have this as the prefix to the title.,Το όνομα της εταιρείας / ιστοσελίδα σας όπως θέλετε να εμφανίζεται στη γραμμή τίτλου του προγράμματος περιήγησης. Όλες οι σελίδες θα έχουν αυτό ως πρόθεμα για τον τίτλο.
+"The system provides pre-defined roles, but you can add new roles to set finer permissions","Το σύστημα παρέχει προκαθορισμένες ρόλους, αλλά μπορείτε να προσθέσετε νέους ρόλους για να ρυθμίσετε τα δικαιώματα λεπτότερα"
+Then By (optional),"Στη συνέχεια, με (προαιρετικό)"
+These properties are Link Type fields from all Documents.,Αυτές οι ιδιότητες είναι τα πεδία Τύπος σύνδεσης από όλα τα έγγραφα.
+"These properties can also be used to 'assign' a particular document, whose property matches with the User's property to a User. These can be set using the Permission Manager","Αυτές οι ιδιότητες μπορεί επίσης να χρησιμοποιηθεί για να «εκχωρήσει» ένα συγκεκριμένο έγγραφο, του οποίου η περιουσία ταιριάζει με την ιδιότητα του χρήστη σε χρήστη. Αυτά μπορεί να ρυθμιστεί χρησιμοποιώντας το Manager άδεια"
+These properties will appear as values in forms that contain them.,Αυτές οι ιδιότητες θα εμφανιστούν ως τιμές σε μορφές που τις περιέχουν.
+These values will be automatically updated in transactions and also will be useful to restrict permissions for this user on transactions containing these values.,"Οι τιμές αυτές θα πρέπει να ενημερώνονται αυτόματα σε συναλλαγές και, επίσης, θα ήταν χρήσιμο να περιορίσετε τα δικαιώματα για το χρήστη για τις συναλλαγές που περιέχουν αυτές τις αξίες."
+"This field will appear only if the fieldname defined here has value OR the rules are true (examples):
+myfield
+eval:doc.myfield=='My Value'
+eval:doc.age>18",
+This goes above the slideshow.,Αυτό πηγαίνει πάνω από το slideshow.
+This is PERMANENT action and you cannot undo. Continue?,Αυτό είναι μόνιμη δράση και δεν μπορείτε να αναιρέσετε. Συνέχεια;
+This is permanent action and you cannot undo. Continue?,Αυτό είναι μόνιμη δράση και δεν μπορείτε να αναιρέσετε. Συνέχεια;
+Thursday,Πέμπτη
+Time,Χρόνος
+Time Zone,Ζώνη ώρας
+Title,Τίτλος
+Title / headline of your page,Τίτλος / τίτλος της σελίδας σας
+Title Case,Υπόθεση τίτλος
+Title Prefix,Πρόθεμα Τίτλος
+To,Να
+"To format columns, give column labels in the query.","Για να διαμορφώσετε τις στήλες, δίνουν ετικέτες στηλών στο ερώτημα."
+"To further restrict permissions based on certain values in a document, use the 'Condition' settings.","Για να περιορίσετε περαιτέρω δικαιώματα βασίζεται σε ορισμένες αξίες σε ένα έγγραφο, χρησιμοποιήστε τα «Κατάσταση» ρυθμίσεις."
+To restrict a User of a particular Role to documents that are explicitly assigned to them,Για να περιορίσετε ένα χρήστη από ένα συγκεκριμένο ρόλο σε έγγραφα που έχουν ανατεθεί ρητά σε αυτούς
+To restrict a User of a particular Role to documents that are only self-created.,Για να περιορίσετε ένα χρήστη από ένα συγκεκριμένο ρόλο σε έγγραφα που είναι μόνο αυτο-δημιουργήθηκε.
+"To set user roles, just go to Setup > Users and click on the user to assign roles.","Για να ορίσετε τους ρόλους χρήστη, απλά πηγαίνετε να στήσετε χρηστών> και κάντε κλικ στο χρήστη να αναθέσει ρόλους."
+ToDo,Εκκρεμότητες
+Tools,Εργαλεία
+Top Bar,Top Bar
+Top Bar Background,Αρχή Ιστορικό Bar
+Top Bar Item,Κορυφαία Θέση Bar
+Top Bar Items,Top Προϊόντα Bar
+Top Bar Text,Top Κείμενο Bar
+Top Bar text and background is same color. Please change.,Top Bar κείμενο και το φόντο είναι ίδιο χρώμα. Παρακαλούμε αλλάξει.
+Total SMS Sent,Σύνολο SMS που αποστέλλεται
+Transaction,Συναλλαγή
+Transition Rules,Κανόνες μετάβασης
+Trash Reason,Λόγος Trash
+Tuesday,Τρίτη
+Tweet will be shared via your user account (if specified),Tweet θα μοιραστούν μέσω του λογαριασμού χρήστη σας (αν ορίζεται)
+Twitter Share,Μοιραστείτε το στο Twitter
+Twitter Share via,Twitter Μοιραστείτε μέσω
+Type,Τύπος
+UPPER CASE,ΚΕΦΑΛΑΙΑ
+UPPERCASE,ΚΕΦΑΛΑΙΑ
+URL,URL
+Unable to complete request: ,Δεν είναι δυνατή η ολοκλήρωση του αιτήματος:
+Unable to load,Δεν είναι δυνατή η φόρτωση
+"Unknown file encoding. Tried utf-8, windows-1250, windows-1252.","Άγνωστη κωδικοποίηση του αρχείου . Προσπάθησε utf - 8 , windows - 1250 , windows- 1252 ."
+Unread Messages,Μη αναγνωσμένα μηνύματα
+Unsubscribed,Αδιάθετες
+Upcoming Events for Today,Επερχόμενες εκδηλώσεις για σήμερα
+Update,Ενημέρωση
+Update Field,Ενημέρωση Field
+Update Value,Ενημέρωση Value
+Upload,Μεταφόρτωση
+Upload Attachment,Ανεβάστε Συνημμένο
+Upload a file,Μεταφόρτωση αρχείου
+Upload and Import,Ανεβάστε και εισαγωγών
+Uploading...,Μεταφόρτωση ...
+User,Χρήστης
+User Cannot Create,Ο χρήστης δεν μπορεί να δημιουργήσει
+User Cannot Search,Ο χρήστης δεν μπορεί Αναζήτηση
+User Image,Εικόνα Εικόνα
+User Tags,Ετικέτες
+User Type,Τύπος χρήστη
+User not allowed to delete.,Ο χρήστης δεν επιτρέπεται να διαγράψετε.
+UserRole,UserRole
+Value,Αξία
+Value missing for,Αξία λείπει για
+Verdana,Verdana
+Visit,Επίσκεψη
+Warning,Προειδοποίηση
+Web Content,Περιεχόμενο Web
+Web Page,Ιστοσελίδα
+Website,Δικτυακός τόπος
+Website Overall Settings,Website Συνολικά Ρυθμίσεις
+Website Script,Script Website
+Website Settings,Ρυθμίσεις Website
+Website Sitemap,Website Sitemap
+Website Sitemap Config,Website Sitemap Config
+Website Slideshow,Παρουσίαση Ιστοσελίδας
+Website Slideshow Item,Website Στοιχείο Παρουσίαση
+Website User,Χρήστης Website
+Wednesday,Τετάρτη
+Welcome Email Sent,Καλωσορίσατε Email Sent
+"When you Amend a document after cancel and save it, it will get a new number that is a version of the old number.","Όταν έχετε να τροποποιήσει ένα έγγραφο μετά την ακύρωση και να το αποθηκεύσετε, θα πάρετε ένα νέο αριθμό που είναι μια έκδοση του παλιού αριθμού."
+Width,Πλάτος
+Will be used in url (usually first name).,Θα πρέπει να χρησιμοποιείται σε url (συνήθως το πρώτο όνομα).
+Workflow,Workflow
+Workflow Action,Workflow Δράση
+Workflow Action Master,Workflow Δάσκαλος δράσης
+Workflow Action Name,Όνομα Ροής Εργασιών Δράση
+Workflow Document State,Workflow κράτος εγγράφου
+Workflow Document States,Workflow Document Πολιτείες
+Workflow Name,Όνομα Ροής Εργασιών
+Workflow State,Workflow κράτος
+Workflow State Field,Workflow Πεδίο κράτος
+Workflow Transition,Workflow μετάβαση
+Workflow Transitions,Workflow Μεταβάσεις
+Workflow state represents the current state of a document.,Workflow κατάσταση αντιπροσωπεύει την τρέχουσα κατάσταση του εγγράφου.
+Workflow will start after saving.,Workflow θα ξεκινήσει μετά την αποθήκευση.
+Write,Γράφω
+Write a Python file in the same folder where this is saved and return column and result.,Γράψτε μια Python αρχείο στον ίδιο φάκελο όπου αυτό αποθηκεύεται και στήλη της επιστροφής και το αποτέλεσμα.
+Write a SELECT query. Note result is not paged (all data is sent in one go).,Γράψτε ένα ερώτημα επιλογής. Σημείωση αποτέλεσμα δεν σελιδοποιείται (όλα τα δεδομένα που αποστέλλονται σε ένα go).
+Write titles and introductions to your blog.,Γράψτε τους τίτλους και τις εισαγωγές στο blog σας.
+Writers Introduction,Συγγραφείς Εισαγωγή
+Year,Έτος
+Yes,Ναί
+Yesterday,Χτες
+You can set various 'properties' to Users to set default values and apply permission rules based on the value of these properties in various forms.,Μπορείτε να ορίσετε διάφορες «ιδιότητες» στους Χρήστες να ορίσετε προεπιλεγμένες τιμές και εφαρμογή κανόνων άδεια με βάση την αξία αυτών των ακινήτων σε διάφορες μορφές.
+You can use Customize Form to set levels on fields.,Μπορείτε να χρησιμοποιήσετε το Προσαρμογή έντυπο για να ρυθμίσετε τα επίπεδα στα χωράφια.
+"Your download is being built, this may take a few moments...","Η λήψη σας χτίζεται, αυτό μπορεί να διαρκέσει λίγα λεπτά ..."
+[Label]:[Field Type]/[Options]:[Width],[Ετικέτα]: [Type Field] / [Options]: [Width]
+add your own CSS (careful!),προσθέσετε το δικό σας CSS (careful!)
+adjust,προσαρμόσει
+align-center,ευθυγράμμιση κέντρο
+align-justify,ευθυγράμμιση δικαιολογεί
+align-left,ευθυγράμμιση αριστερά
+align-right,ευθυγράμμιση δεξιά
+and,και
+arrow-down,βέλος προς τα κάτω
+arrow-left,βέλος αριστερά
+arrow-right,βέλος δεξιά
+arrow-up,arrow-up
+asterisk,αστερίσκος
+backward,πίσω
+ban-circle,ban-κύκλο
+barcode,barcode
+bell,κουδούνι
+bold,τολμηρός
+book,βιβλίο
+bookmark,σελιδοδείκτη
+briefcase,χαρτοφύλακας
+bullhorn,bullhorn
+calendar,ημερολόγιο
+camera,κάμερα
+cannot be empty,δεν μπορεί να είναι κενή
+cannot be in its own,δεν μπορεί να είναι στο δικό του
+"cannot have a URL, because it has child item(s)","δεν μπορεί να έχει μια διεύθυνση URL, επειδή έχει το στοιχείο του παιδιού (-ες)"
+cannot start with,δεν μπορεί να ξεκινήσει με
+certificate,πιστοποιητικό
+check,έλεγχος
+chevron-down,Chevron-down
+chevron-left,Chevron-αριστερά
+chevron-right,Chevron-δεξιά
+chevron-up,Chevron-up
+circle-arrow-down,κύκλο βέλος προς τα κάτω
+circle-arrow-left,κύκλο βέλος αριστερά
+circle-arrow-right,κύκλο βέλος δεξιά
+circle-arrow-up,κύκλο-arrow-up
+cog,δόντι τροχού
+comment,σχόλιο
+comments,σχόλια
+create a Custom Field of type Link (Profile) and then use the 'Condition' settings to map that field to the Permission rule.,δημιουργήσετε ένα προσαρμοσμένο πεδίο της σύνδεσης τύπου (Profile) και στη συνέχεια να χρησιμοποιούν τις «Κατάσταση» τις ρυθμίσεις για να χαρτογραφήσει αυτό το πεδίο στον κανόνα άδεια.
+dd-mm-yyyy,dd-mm-yyyy
+dd/mm/yyyy,ηη / μμ / εεεε
+does not exist,δεν υπάρχει
+download,κατεβάστε
+download-alt,download-alt
+edit,επεξεργαστείτε
+eject,βγάλετε
+envelope,φάκελος
+exclamation-sign,θαυμαστικό-sign
+eye-close,μάτι-κλείσιμο
+eye-open,μάτι-άνοιγμα
+facetime-video,FaceTime-video
+fast-backward,fast-backward
+fast-forward,fast-forward
+file,αρχείο
+film,ταινία
+filter,φίλτρο
+fire,φωτιά
+flag,σημαία
+folder-close,φάκελο-κλείσιμο
+folder-open,"φάκελο, ανοίξτε"
+font,γραμματοσειρά
+forward,προς τα εμπρός
+found,βρέθηκαν
+fullscreen,fullscreen
+gift,δώρο
+glass,ποτήρι
+globe,σφαίρα
+hand-down,το χέρι προς τα κάτω
+hand-left,χέρι-αριστερά
+hand-right,χέρι-δεξιά
+hand-up,χέρι-up
+hdd,hdd
+headphones,ακουστικά
+heart,καρδιά
+home,σπίτι
+icon,icon
+in,σε
+inbox,Εισερχόμενα
+indent-left,παύλα-αριστερά
+indent-right,παύλα-δεξιά
+info-sign,info-sign
+is linked in,συνδέεται στο
+is not allowed.,δεν επιτρέπεται.
+italic,πλάγια
+leaf,φύλλο
+list,λίστα
+list-alt,list-alt
+lock,κλειδαριά
+lowercase,πεζά
+magnet,μαγνήτης
+map-marker,χάρτης σήμανσης
+minus,πλην
+minus-sign,μείον-sign
+mm-dd-yyyy,mm-dd-yyyy
+mm/dd/yyyy,ηη / μμ / εεεε
+move,κίνηση
+music,μουσική
+not in,δεν
+of type Link,του τύπου Link
+off,μακριά από
+ok,εντάξει
+ok-circle,ok-κύκλο
+ok-sign,ok-sign
+or,ή
+pause,παύση
+pencil,μολύβι
+picture,εικόνα
+plane,αεροπλάνο
+play,παιχνίδι
+play-circle,play-κύκλο
+plus,συν
+plus-sign,συν-υπογράψει
+print,εκτύπωση
+qrcode,qrcode
+question-sign,ερώτηση-σημάδι
+random,τυχαίος
+refresh,φρεσκάρω
+remove,αφαίρεση
+remove-circle,αφαίρεση-κύκλο
+remove-sign,αφαίρεση εισέλθετε
+repeat,επαναλαμβάνω
+resize-full,resize-πλήρης
+resize-horizontal,resize-οριζόντια
+resize-small,resize-small
+resize-vertical,resize-κάθετη
+retweet,retweet
+road,δρόμος
+screenshot,screenshot
+search,αναζήτηση
+share,μετοχή
+share-alt,μετοχή-alt
+shopping-cart,shopping-cart
+signal,σηματοδοτούν
+star,αστέρι
+star-empty,star-άδειο
+step-backward,βήμα προς τα πίσω
+step-forward,βήμα προς τα εμπρός
+stop,στάση
+tag,ετικέτα
+tags,tags
+"target = ""_blank""",target = "_blank"
+tasks,καθήκοντα
+text-height,text-Ύψος
+text-width,text-πλάτους
+th,ου
+th-large,ου-μεγάλο
+th-list,ου-list
+thumbs-down,thumbs-down
+thumbs-up,thumbs-up
+time,χρόνος
+tint,απόχρωση
+to,να
+trash,σκουπίδια
+upload,μεταφόρτωση
+user,χρήστη
+user_image_show,user_image_show
+values and dates,τιμές και οι ημερομηνίες
+volume-down,όγκου-down
+volume-off,όγκου-off
+volume-up,όγκου-up
+warning-sign,προειδοποιητικό σημάδι-
+wrench,κλειδί
+yyyy-mm-dd,εεεε-μμ-ηη
+zoom-in,zoom-in
+zoom-out,zoom-out
diff --git a/webnotes/translations/es.csv b/webnotes/translations/es.csv
new file mode 100644
index 0000000000..a42e7c8b1c
--- /dev/null
+++ b/webnotes/translations/es.csv
@@ -0,0 +1,1073 @@
+ by Role ,por función
+ can not be marked as a ledger as it has existing child,"no puede ser marcado como un libro de contabilidad, ya que tiene menor existente"
+ cannot be deleted.,no se puede eliminar.
+ is not set,no se ha establecido
+"""Company History""","Historia de la empresa"
+"""Team Members"" or ""Management""","Miembros del equipo" o "gestión"
+0,0
+"000 is black, fff is white","000 es negro, es blanco fff"
+1,1
+12px,12px
+13px,13px
+14px,14px
+15px,15px
+16px,16px
+2,2
+2 days ago,Hace 2 días
+"\
+field:[fieldname] - By Field\
+naming_series: - By Naming Series (field called naming_series must be present\
+Prompt - Prompt user for a name\
+[series] - Series by prefix (separated by a dot); for example PRE.#####\
+')"">Naming Options",
+Cancel allows you change Submitted documents by cancelling them and amending them.,Cancel le permite cambiar los documentos presentados por cancelarlos y enmendarlos.
+A new popup will open that will ask you to select further conditions.,Una ventana se abrirá que le pedirá que seleccione otras condiciones.
+A user can have multiple values for a property.,Un usuario puede tener varios valores para una propiedad.
+About,Sobre
+About Us Settings,La Empresa Ajustes
+About Us Team Member,Acerca de Nosotros Miembro del Equipo
+Account Id,ID de la cuenta
+Action,Acción
+Actions,acciones
+Add,Añadir
+Add A New Rule,Agregar una nueva regla
+Add A Property,Agregue una propiedad
+Add Attachments,Adición de archivos adjuntos
+Add Bookmark,Añadir a Favoritos
+Add CSS,Añadir CSS
+Add Column,Añadir columna
+Add Google Analytics ID: eg. UA-89XXX57-1. Please search help on Google Analytics for more information.,"Añadir Google Analytics ID: por ejemplo. UA-89XXX57-1. Por favor, ayudar a buscar en Google Analytics para obtener más información."
+Add Message,Agregar mensaje
+Add New Permission Rule,Añadir regla Nuevo permiso
+Add Reply,Añadir respuesta
+Add Total Row,Añadir fila total
+Add a banner to the site. (small banners are usually good),Añadir un banner en el sitio. (Pequeños banners son generalmente buenos)
+Add attachment,Añadir adjunto
+Add code as <script>,Agregue código como <script>
+Add new row,Añadir nueva fila
+"Add the name of Google Web Font e.g. ""Open Sans""","Añadir el nombre de Google Web Font ejemplo "Open Sans""
+Add to To Do,Añadir a To Do
+Add to To Do List of,Agregar a la lista de tareas de
+Additional Info,Información adicional
+Address,Dirección
+Address and other legal information you may want to put in the footer.,Dirección y otra información legal es posible que desee poner en el pie de página.
+Address to be displayed on the Contact Page,Dirección que se mostrará en la página de contacto
+Adds a custom field to a DocType,Agrega un campo personalizado a un tipo de documento
+Adds a custom script (client or server) to a DocType,Añade un script personalizado (cliente o servidor) a un tipo de documento
+Advanced Scripting,Advanced Scripting
+Advanced Settings,Configuración avanzada
+All Day,Todo el día
+"All possible Workflow States and roles of the workflow.
Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Todos los Estados de flujo de trabajo y roles posibles del flujo de trabajo.
Opciones DocStatus: 0 El "Salvados", 1 es "enviado" y 2 es "Cancelado""
+Allow Attach,Permitir Adjuntar
+Allow Import,Permitir la importación
+Allow Import via Data Import Tool,Permitir la importación a través de herramientas de importación de datos
+Allow Rename,Permitir Renombre
+Allow on Submit,Deje en Enviar
+Allow user to login only after this hour (0-24),Permitir al usuario iniciar sesión sólo después de esta hora (0-24)
+Allow user to login only before this hour (0-24),Permitir al usuario iniciar sesión sólo antes de esta hora (0-24)
+Allowed,Animales
+Already Registered,Ya está registrado
+Amend,Enmendar
+"An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org]","Un archivo con el icono. Ico. En caso de ser de 16 x 16 px. Generado utilizando un generador de favicon. [ favicon-generator.org ]"
+Are you sure you want to delete the attachment?,¿Está seguro que desea eliminar el archivo adjunto?
+Arial,Arial
+"As a best practice, do not assign the same set of permission rule to different Roles instead set multiple Roles to the User","Como práctica recomendada, no asigne el mismo conjunto de reglas permiso a roles diferentes en lugar establecer funciones múltiples para el usuario"
+Ascending,Ascendente
+Assign To,Asignar a
+Assigned By,Asignado por
+Assigned To,Asignado a
+Assigned To/Owner,Asignado a / Propietario
+Attach,Adjuntar
+Attach Document Print,Adjuntar Print Document
+Attach as web link,Adjuntar como enlace web
+Attached To DocType,Se adjunta a DOCTYPE
+Attached To Name,Atribuida al apellido
+Attachments,Archivos adjuntos
+Attributions,Atribuciones
+Auto Name,Nombre Auto
+Auto generated,Generado automáticamente
+Avatar,Avatar
+Background Color,Color de fondo
+Background Image,Imagen de fondo
+Banner,Bandera
+Banner HTML,Banner HTML
+Banner Image,Imagen del Anuncio
+Banner is above the Top Menu Bar.,Banner está por encima de la barra de menú superior.
+Begin this page with a slideshow of images,Comience esta página con un pase de diapositivas de imágenes
+Belongs to,pertenece a
+Bio,Bio
+Birth Date,Fecha de Nacimiento
+Blog Category,Blog Categoría
+Blog Intro,Blog Intro
+Blog Introduction,Blog Introducción
+Blog Post,Blog
+Blog Settings,Configuración de blog
+Blog Title,Título del blog
+Blogger,Blogger
+Bookmarks,Marcadores
+Brand HTML,Marca HTML
+"Brand is what appears on the top-right of the toolbar. If it is an image, make sure it
+has a transparent background and use the <img /> tag. Keep size as 200px x 30px",
+Bulk Email,E-mail a granel
+Bulk Email records.,Correo electrónico masivo registros.
+Button,Botón
+By,Por
+COMM-,COMM-
+CSS,CSS
+Calendar,Calendario
+Can only be exported by users with role 'Report Manager',Solo puede ser exportado por los usuarios "Administrador de informes 'papel
+Cancel,Cancelar
+Cancel permission also allows the user to delete a document (if it is not linked to any other document).,Cancelar permiso también permite al usuario eliminar un documento (si no está vinculado a ningún otro documento).
+Cancelled,Cancelado
+Cannot Update: Incorrect / Expired Link.,No se puede actualizar : Link incorrecta / expirada .
+Cannot Update: Incorrect Password,No se puede actualizar : Contraseña incorrecta
+Cannot change from,No se puede cambiar de
+Cannot edit standard fields,No se puede editar campos estándar
+Cannot map because following condition fails: ,No se puede asignar por la condición siguiente falla:
+"Cannot update a non-exiting record, try inserting.","No se puede actualizar un registro no salir , trate de insertar ."
+Categorize blog posts.,Clasificar las entradas del blog.
+Category,Categoría
+Category Name,Nombre Categoría
+Center,Centro
+"Certain documents should not be changed once final, like an Invoice for example. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Algunos documentos no se deben cambiar una vez final, como una factura, por ejemplo. El estado final de dichos documentos se llama Enviado. Puede restringir qué roles pueden Submit."
+Chat,Charlar
+Check,Comprobar
+Check / Uncheck roles assigned to the Profile. Click on the Role to find out what permissions that Role has.,Compruebe / roles Desmarcar asignado al perfil. Haga clic en la función para averiguar qué permisos que rol tiene.
+Check this to make this the default letter head in all prints,Marca esta casilla para hacer esta cabeza defecto la carta en todas las impresiones
+Checked,Comprobado
+Child Tables are shown as a Grid in other DocTypes.,Tablas secundarias se muestran como una cuadrícula en DocTypes otros.
+Clear Cache & Refresh,Borrar la caché y Actualizar
+Click on button in the 'Condition' column and select the option 'User is the creator of the document',Haga clic en el botón de la "condición" columna y seleccione la opción 'Usuario es el creador del documento'
+Click on row to edit.,Haga clic en la fila que desea editar.
+Click to Expand / Collapse,Haga clic aquí para Expandir / Contraer
+Client,Cliente
+Close,Cerrar
+Code,Código
+Color,Color
+Column Break,Salto de columna
+Comment,Comentario
+Comment By,Comentario por
+Comment By Fullname,Comentario por Fullname
+Comment Date,Comentarios Fecha
+Comment Docname,Opina DocNombre
+Comment Doctype,Opina Doctype
+Comment Time,Opina Tiempo
+Comments,Comentarios
+Communication,Comunicación
+Communication Medium,Comunicación Medio
+Company History,Historia de la empresa
+Company Introduction,Presentación de la empresa
+Company Name,Nombre de la compañía
+Complaint,Queja
+Complete By,Completa Por
+Condition Field,Condición del campo
+Contact Us Settings,Contáctenos Configuración
+"Contact options, like ""Sales Query, Support Query"" etc each on a new line or separated by commas.","Opciones de contacto, como "Consulta de Ventas, Soporte de consultas", etc cada uno en una nueva línea o separados por comas."
+Content,Contenido
+Content in markdown format that appears on the main side of your page,El contenido en formato Markdown que aparece en la parte principal de su página
+Content web page.,Contenido de la página web.
+Control Panel,Panel de control
+Controller,controlador
+Copy,Copie
+Copyright,Derechos de autor
+Core,Núcleo
+Count,contar
+Country,País
+Create,Crear
+Created Customer Issue,Cliente Creado Issue
+Created Opportunity,Creado Oportunidades
+Created Support Ticket,Soporte Creado Ticket
+Currency,Moneda
+Currency Format,Formato de moneda
+Current status,Situación actual
+Custom CSS,Custom CSS
+Custom Field,Campo personalizado
+Custom Reports,Informes personalizados
+Custom Script,Secuencia de personalización
+Custom Startup Code,Código de inicio personalizada
+Custom?,Custom?
+Customize,Personalizar
+Customize Form,Personalizar formulario
+Customize Form Field,Personalización de campos de formulario
+"Customize Label, Print Hide, Default etc.","Personaliza etiquetas, Hide impresión, etc predeterminado"
+Daily Event Digest is sent for Calendar Events where reminders are set.,Diario Evento Resumen se envía para eventos de calendario en que se configura recordatorios.
+Danger,Peligro
+Data,Datos
+Data missing in table,Los datos que faltan en la tabla
+Date,Fecha
+Date Format,Formato de fecha
+Date must be in format,La fecha debe estar en formato
+Datetime,Fecha y hora
+Dear,Querido
+Default,Defecto
+Default Home Page,Página de inicio por defecto
+Default Home Pages,Páginas de inicio por defecto
+Default Print Format,Por defecto Formato de impresión
+Default Value,Valor por omisión
+"Default: ""Contact Us""",Por defecto: "Contact Us"
+DefaultValue,DefaultValue
+Defaults,Predeterminados
+Defines actions on states and the next step and allowed roles.,Define las acciones que los Estados y el siguiente paso y los roles permitidos.
+Defines workflow states and rules for a document.,Define los estados de flujo de trabajo y las reglas para un documento.
+Delete,Borrar
+Delete Row,Eliminar fila
+Depends On,Depende del
+Descending,Descendente
+Description,Descripción
+"Description for listing page, in plain text, only a couple of lines. (max 140 characters)","Descripción para la página de perfil, en texto sin formato, sólo un par de líneas. (Máx. 140 caracteres)"
+Description for page header.,Descripción de encabezado de la página.
+Desktop,Escritorio
+Details,Detalles
+Did not add.,No agregar.
+Did not cancel,No canceló
+Did not save,No guarde
+"Different ""States"" this document can exist in. Like ""Open"", ""Pending Approval"" etc.","Different "Estados" este documento pueden existir pulg Al igual que en "Abrir", "Pendiente de aprobación", etc"
+Disable Customer Signup link in Login page,Desactivar la conexión cliente Registro en la página de Inicio de sesión
+Disable Signup,Desactivar Regístrate
+Disabled,Discapacitado
+Display Settings,Configuración de pantalla
+Doc Status,Doc. Estado
+DocField,DocField
+DocPerm,DocPerm
+DocType,DOCTYPE
+DocType Details,Detalles Tipo de documento
+DocType can not be merged,DocType no se puede fusionar
+DocType is a Table / Form in the application.,Tipo de documento es una tabla / formulario en la aplicación.
+DocType on which this Workflow is applicable.,DOCTYPE en el que este flujo de trabajo es aplicable.
+DocType or Field,Tipo de documento o Campo
+Docname,docName
+Document,Documento
+Document Status transition from ,Documento de transición de estado de
+Document Type,Tipo de documento
+Document Types,Tipos de documentos
+Document is only editable by users of role,Documento es sólo editable por los usuarios de papel
+Documents,Documentos
+Download Backup,Descargar Backup
+Draft,Borrador
+Drafts,Damas
+Drag to sort columns,Arrastre para ordenar las columnas
+Edit,Editar
+Editable,Editable
+Email,Email
+Email Host,Email Host
+Email Id where users will send support request e.g. support@example.com,Email Id donde los usuarios podrán enviar petición de asistencia por ejemplo support@example.com
+Email Login,Login Email
+Email Password,Correo electrónico Contraseña
+Email Sent,Correo electrónico enviado
+Email Settings,Configuración del correo electrónico
+Email Signature,Firma para tu Correo
+Email Use SSL,Correo electrónico utilizan SSL
+"Email addresses, separted by commas","Las direcciones de correo electrónico, separted por comas"
+Email...,Email ...
+Embed image slideshows in website pages.,Insertar presentaciones de imágenes en las páginas web.
+Enable Comments,Habilitar Comentarios
+Enabled,Habilitado
+Ends on,Finaliza el
+Enter Form Type,Introduzca el tipo de formulario
+"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.","Ingrese campos predeterminados de valor (teclas) y valores. Si agrega varios valores para un campo, el primero será recogido. Estos valores por defecto se utiliza también para establecer "match" reglas de permiso. Para ver la lista de campos, vaya a Personalizar formulario ."
+Equals,Iguales
+Error,Error
+Error: Document has been modified after you have opened it,Error: El documento se ha modificado después de que usted lo ha abierto
+Event,Evento
+Event End must be after Start,Evento final debe ser posterior al inicio
+Event Individuals,Los individuos del Evento
+Event Role,Evento Papel
+Event Roles,Roles de eventos
+Event Type,Tipo de evento
+Event User,Evento del usuario
+Events In Today's Calendar,Eventos en el Calendario de hoy
+Every Day,Todos los días
+Every Month,Cada mes
+Every Week,Cada semana
+Every Year,Cada Año
+Example:,Ejemplo:
+Export,Exportar
+Facebook Share,Facebook Share
+FavIcon,FavIcon
+Female,Femenino
+Field Description,Campo Descripción
+Field Name,Nombre del campo
+Field Type,Tipo de campo
+"Field that represents the Workflow State of the transaction (if field is not present, a new hidden Custom Field will be created)","Campo que representa al Estado de flujo de trabajo de la operación (si el campo no está presente, un nuevo campo personalizado oculto se creará)"
+Fieldname,Fieldname
+Fields,Campos
+"Fields separated by comma (,) will be included in the
Search By list of Search dialog box","Campos separados por una coma (,) se incluirá en la
Búsqueda por lista de cuadro de diálogo Búsqueda"
+File,Expediente
+File Data,Archivo de datos
+File Name,Nombre de archivo
+File Size,Tamaño del archivo
+File URL,URL del archivo
+File size exceeded the maximum allowed size,Tamaño del archivo supera el tamaño máximo permitido
+Filter,Filtrar
+Finder,descubridor
+First Name,Nombre
+Float,Flotar
+Font (Heading),Fuente (rúbrica)
+Font (Text),Fuente (Texto)
+Font Size (Text),Tamaño de fuente (texto)
+Fonts,Fuentes
+Footer,Pie de página
+Footer Items,Artículos Footer
+For All Users,Para todos los usuarios
+For DocType,Por tipo de documento
+"For Links, enter the DocType as range
+For Select, enter list of Options separated by comma",
+"For comparative filters, start with","Para los filtros comparativas, comience con"
+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.,"Por ejemplo, si usted cancela y enmendar 'INV004' se convertirá en un nuevo documento 'INV004-1'. Esto le ayuda a realizar un seguimiento de cada enmienda."
+For example: You want to restrict users to transactions marked with a certain property called 'Territory',Por ejemplo: Usted desea restringir a los usuarios transacciones marcadas con una determinada propiedad llamada 'Territorio'
+For ranges,Para los rangos de
+Form,Formulario
+"Format: hh:mm example for one hour expiry set as 01:00.
+Max expiry will be 72 hours. Default is 24 hours",
+Forward To Email Address,Reenviar a la dirección de correo electrónico
+Friday,Viernes
+From Date must be before To Date,Desde la fecha debe ser anterior a la Fecha
+Full Name,Nombre Completo
+Gantt Chart,Diagrama de Gantt
+Gender,Género
+General,General
+Generator,generador
+Georgia,Georgia
+Get,Conseguir
+Get From ,Obtener de
+"Go to Setup > User Properties to set \
+ 'territory' for diffent Users.",
+Google Analytics ID,Google Analytics ID
+Google Plus One,Google Plus One
+Google Web Font (Heading),Google Web Fuente (rúbrica)
+Google Web Font (Text),Google Web Fuente (Texto)
+Greater or equals,Mayor o igual que
+Greater than,más que
+Groups,Grupos
+HTML,HTML
+Header,Encabezamiento
+Heading,Título
+Heading Text As,Título del texto como
+Help,Ayudar
+Helvetica Neue,Helvetica Neue
+Hey! There should remain at least one System Manager,Hey! No debe permanecer al menos un administrador del sistema de
+Hidden,Oculto
+Hide Actions,Ocultar Acciones
+Hide Copy,Ocultar Copy
+Hide Email,Email Ocultar
+Hide Heading,Ocultar Encabezado
+Hide Print,Ocultar Imprimir
+Hide Toolbar,Ocultar barra de herramientas
+Highlight,Destacar
+History,Historia
+Home Page,Home Page
+Home Page is Products,Página de Inicio es Productos
+Home Pages,Páginas de inicio
+ID,identificación
+ID (name) of the entity whose property is to be set,Identificación (nombre) de la entidad cuya propiedad se va a establecer
+Icon,Icono
+Icon will appear on the button,Aparecerá el icono en el botón
+"If a User does not have access at Level 0, then higher levels are meaningless","Si un usuario no tiene acceso en el nivel 0, los niveles más altos no tienen sentido"
+"If checked, all other workflows become inactive.","Si se selecciona, todos los flujos de trabajo pasan a ser inactivos."
+"If checked, the Home page will be the default Item Group for the website.","Si se selecciona, la página de inicio será el grupo de elementos predeterminado para el sitio web."
+"If image is selected, color will be ignored (attach first)","Si se selecciona una imagen, el color será ignorado (adjunte primero)"
+"If not, create a","Si no, crea una"
+"If the 'territory' Link Field exists, it will give you an option to select it","Si el campo de 'territorio' Link existe, se le dará la opción de seleccionar"
+"If these instructions where not helpful, please add in your suggestions at GitHub Issues","Si estas instrucciones cuando no es útil, por favor, añadir sus sugerencias en GitHub Issues < / a>"
+"If you set this, this Item will come in a drop-down under the selected parent.","Si establece este , este artículo entrará en un menú desplegable bajo la matriz seleccionada."
+Image,Imagen
+Image Link,Enlace a la imagen
+Import,Importar
+In,en
+In Dialog,En diálogo
+In Filter,En Filter
+In List View,En Vista de lista
+In Report Filter,En Filtro de informe
+In response to,En respuesta a
+"In the Permission Manager, click on the button in the 'Condition' column for the Role you want to restrict.","En el Administrador de autorización, haga clic en el botón de la "condición" de columna para la función que desea restringir."
+Index,Índice
+Individuals,Las personas
+Industry,Industria
+Info,Info
+Insert After,Insertar después
+Insert Below,Insertar abajo
+Insert Code,Insertar código
+Insert Row,Insertar fila
+Insert Style,Inserte Estilo
+Int,Int
+Integrations,Integraciones
+Introduce your company to the website visitor.,Presente a su empresa para el visitante del sitio Web.
+Introduction,Introducción
+Introductory information for the Contact Us Page,Información introductoria para la página de contacto
+Invalid Email,Inválido Email
+Inverse,Inverso
+Is Active,Es activo
+Is Child Table,Es tabla secundaria
+Is Default,Es por defecto
+Is Mandatory Field,Es campo obligatorio
+Is Single,Es el único
+Is Standard,Es el estándar
+Is Submittable,Es Submittable
+JSON,JSON
+JavaScript Format: wn.query_reports['REPORTNAME'] = {},JavaScript Formato: wn.query_reports [' REPORTNAME '] = { }
+Javascript,Javascript
+Javascript to append to the head section of the page.,Javascript para anexar a la sección principal de la página.
+Keep a track of all communications,Mantenga un registro de todas las comunicaciones
+Key,Clave
+Label,Etiqueta
+Label Help,Etiqueta Ayuda
+Lacs,Lacs
+Landing Page,Landing Page
+Language,Idioma
+Language preference for user interface (only if available).,Preferencias del idioma para la interfaz de usuario (si está disponible).
+Last IP,Última IP
+Last Login,Último ingreso
+Last Name,Apellido
+Last updated by,Última actualización de
+Lastmod,lastmod
+Lato,Lato
+Leave blank to repeat always,Dejar en blanco para repetir siempre
+Left,Izquierda
+Less or equals,Menor o igual
+Less than,menos que
+Letter Head,Carta Head
+Letter Head Image,Carta de imagen Head
+Letter Head Name,Carta Nombre Head
+Letter Head in HTML,Membrete en HTML
+Level,Nivel
+"Level 0 is for document level permissions, higher levels for field level permissions.","El nivel 0 es para los permisos de nivel de documento, mayores niveles de permisos a nivel de campo."
+Like,como
+Link,Enlace
+Link Name,Nombre de vínculo
+Link to other pages in the side bar and next section,Enlace a otras páginas en el bar de al lado y en la sección siguiente
+Link to the page you want to open,Enlace a la página que desea abrir
+Linked In Share,Linked In Share
+Linked With,Vinculada con
+List,Lista
+List of patches executed,Lista de parches ejecutados
+Loading,Carga
+Loading Report,Carga Informe
+Loading...,Loading ...
+Log of Scheduler Errors,Log de errores del programador
+Login,login
+Login After,Ingresa Después
+Login Before,Inicio de sesión antes
+Logout,Cerrar sesión
+Long Text,Texto largo
+Lucida Grande,Lucida Grande
+Mail Footer,Correo pie de página
+Mail Server,Servidor de correo
+Main Section,Sección principal
+Make a new,Hacer una nueva
+Make sure that the transactions you want to restrict have a Link field 'territory' that maps to a 'Territory' master.,Asegúrese de que las operaciones que desea restringir tener "territorio" un campo de enlace que se asigna a un 'territorio' master.
+Male,Masculino
+Mandatory,Obligatorio
+Mandatory filters required:\n,Filtros obligatorios exigidos: \ n
+Master,Maestro
+Match,Partido
+Max Attachments,Max Adjuntos
+"Meaning of Submit, Cancel, Amend","Significado de Presentar, cancelación, rectificación"
+"Menu items in the Top Bar. For setting the color of the Top Bar, go to Style Settings","Los elementos de menú en la barra superior. Para ajustar el color de la barra superior, vaya a Ajustes"
+"Merging is only possible between Group-to-Group or
+ Ledger-to-Ledger",
+Message,Mensaje
+Method,Método
+Middle Name (Optional),Segundo Nombre (Opcional)
+Millions,Millones
+Misc,Misc
+Miscellaneous,Misceláneo
+Missing Values Required,Valores perdidos requeridos
+Modified by,Modificado por
+Module,Módulo
+Module Def,Módulo Def
+Module Name,Nombre del módulo
+Modules,Módulos
+Monday,Lunes
+More,Más
+More content for the bottom of the page.,Más contenido para la parte inferior de la página.
+Must have report permission to access this report.,Debe tener informe de permiso para acceder a este informe.
+Must specify a Query to run,Debe especificar una consulta para ejecutar
+Name,Nombre
+Name Case,Nombre del caso
+Name Exists,Nombre Exists
+Naming Series mandatory,Nombrar Series obligatoria
+New,nuevo
+New Password,Nueva contraseña
+New Record,Nuevo registro
+New value to be set,Nuevo valor para establecer
+Next Communcation On,Siguiente Comunicación sobre los
+Next State,Próximo estado
+Next actions,Próximas acciones
+No,No
+No Action,Ninguna acción
+No Cache,No caché
+No Communication tagged with this ,No hay comunicación etiquetado con este
+No Copy,No hay copia
+No Permission,Sin Permisos
+No Permission to ,No se autoriza la
+No Permissions set for this criteria.,No hay permisos establecidos para este criterio.
+No Report Loaded. Please use query-report/[Report Name] to run a report.,No informe Loaded. Utilice consultas report / [Nombre del informe] para ejecutar un informe.
+No Sitemap,No Sitemap
+No User Properties found.,No encontró Propiedades del usuario.
+No further records,No hay más registros
+No one,Nadie
+No permission to edit,No tiene permiso para editar
+No permission to write / remove.,No tiene permiso para escribir / eliminar.
+No records tagged.,No hay registros marcados.
+None,Ninguno
+None: End of Workflow,Ninguno: Fin del flujo de trabajo
+Not Found,No se encuentra
+Not Linked to any record.,No está vinculado a ningún registro.
+Not Permitted,No se permite
+Not allowed for: ,No permitido en:
+Not enough permission to see links.,Sin permisos suficientes para ver los enlaces.
+Not equals,no es igual
+"Note: For best results, images must be of the same size and width must be greater than height.","Nota: Para obtener los mejores resultados, las imágenes deben ser del mismo tamaño y el ancho debe ser mayor que la altura."
+Note: Other permission rules may also apply,Nota: El resto de normas de permiso también pueden solicitar
+Note: maximum attachment size = 1mb,Nota: el tamaño máximo de archivo adjunto = 1mb
+Nothing to show,Nada para mostrar
+Nothing to show for this selection,No hay nada que mostrar para esta selección
+Notification Count,Conde Notificación
+Notify By Email,Notificaremos por correo electrónico
+On,En
+"Once you have set this, the users will only be able access documents with that property.","Una vez que haya establecido esto, los usuarios sólo serán documentos capaces de acceso con esa propiedad."
+Only Administrator allowed to create Query / Script Reports,Administrador con permiso para crear informes de consulta / Guión
+Only Administrator can save a standard report. Please rename and save.,Sólo el administrador puede guardar un informe estándar. Cambie el nombre y guardar.
+Only Allow Edit For,Sólo Permitir editar para
+Only System Manager can create / edit reports,Sólo el administrador del sistema puede crear / editar informes
+Open Count,Abrir Conde
+Open Sans,Sans abiertas
+Options,Opciones
+Options Help,Opciones Ayuda
+Org History,org Historia
+Org History Heading,Org Historia Heading
+Original Message,Mensaje original
+Other,Otro
+POP3 Mail Server (e.g. pop.gmail.com),POP3 Servidor de correo (por ejemplo pop.gmail.com)
+Page,Página
+Page Background,Fondo de página
+Page Border,Borde de página
+Page HTML,Página HTML
+Page Headings,Encabezamientos Página
+Page Links,Enlaces de página
+Page Name,Nombre página
+Page Name Field,Página Nombre del campo
+Page Role,Página Papel
+Page Text,Página del texto
+Page already exists,Página ya existe
+Page content,Contenido de la página
+Page not found,Página no encontrada
+Page or Generator,Página o generador
+Page text and background is same color. Please change.,Texto de la página y el fondo es el mismo color. Por favor cambia.
+"Page to show on the website
+",
+"Page url name (auto-generated) (add "".html"")",Nombre de la página URL (generada automáticamente) (añadir ". Html")
+Parent Label,Padres Label
+Parent is required.,Se requiere de Padres.
+Participants,Los participantes
+Password,Contraseña
+Password Expires in (days),Password Expires in (días)
+Password Updated,Contraseña Actualizado
+Patch,Parche
+Patch Log,Patch sesión
+Percent,Por ciento
+Perm Level,Perm Nivel
+Permission Level,Nivel de permiso
+Permission Levels,Niveles de permisos
+Permission Manager,Permiso Gerente
+Permission Rules,Reglas de permiso
+Permissions,Permisos
+Permissions Settings,Configuración de permisos
+Permissions are automatically translated to Standard Reports and Searches,Los permisos se traduce automáticamente a los informes estándar y Enlaces
+"Permissions are set on Roles and Document Types (called DocTypes) by restricting read, edit, make new, submit, cancel, amend and report rights.","Los permisos se establecen en las funciones y tipos de documentos (llamados DocTypes) mediante la restricción de leer, editar, hacer nuevos, enviar, cancelar, modificar y comunicar los derechos."
+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 incase you want to hide or make certain field read-only.,Permisos en los niveles superiores son los permisos de 'Nivel de campo'. Todos los campos tienen un conjunto de "Nivel de permiso" contra ellas y las reglas definidas en que los permisos se aplican al campo. Esto es útil en caso que usted desee ocultar o hacer determinado campo de sólo lectura.
+"Permissions at level 0 are 'Document Level' permissions, i.e. they are primary for access to the document.","Los permisos son los permisos de nivel 0 "nivel de documento", es decir, que son primarios para acceder al documento."
+Permissions translate to Users based on what Role they are assigned,Permisos de traducir a los usuarios según el papel que se les asigna
+Person,Persona
+Phone,Teléfono
+Phone No.,Número de Teléfono
+Pick Columns,Elige Columnas
+Please attach a file first.,Adjuntar un archivo primero.
+Please attach a file or set a URL,Adjuntar un archivo o establecer una URL
+Please change the value,"Por favor, cambie el valor"
+Please enable pop-ups,"Por favor, activa los pop- ups"
+Please make sure that there are no empty columns in the file.,"Por favor, asegúrese de que no hay columnas vacías en el archivo."
+Please refresh to get the latest document.,Favor de actualización para obtener las últimas documento.
+Please select a file or url,"Por favor, seleccione un archivo o URL"
+Please specify,"Por favor, especifique"
+Plugin,Plugin
+Post Publicly,Publique públicamente
+Post Topic,Publicar Tema
+Post to user,Publique al usuario
+Posts,Mensajes
+Primary,Primario
+Print Format,Formato de impresión
+Print Format Type,Imprimir Tipo de formato
+Print Hide,Imprimir Ocultar
+Print Width,Ancho de impresión
+Print...,Imprimir ...
+Priority,Prioridad
+Private,Privado
+Profile,Perfil
+Profile Defaults,Predeterminados del perfil
+Profile Represents a User in the system.,Representa un perfil de usuario en el sistema.
+Profile of a Blogger,Perfil de un Blogger
+Profile of a blog writer.,Perfil de un escritor de blog.
+Properties,Propiedades
+Property,Propiedad
+Property Setter,Propiedad Setter
+Property Setter overrides a standard DocType or Field property,"Setter propiedad, se reemplaza una propiedad estándar de tipo de documento o Campo"
+Property Type,Tipo de Inmueble
+Public,Público
+Published,Publicado
+Published On,Publicado el
+Pull Emails from the Inbox and attach them as Communication records (for known contacts).,Tire de la bandeja de entrada de mensajes de correo electrónico que se adjuntarán como documentos de comunicación (para contactos conocidos).
+Query,Pregunta
+Query Options,Opciones de consulta
+Query Report,Consulta de informe
+Query must be a SELECT,Consulta debe ser un SELECT
+Quick Help for Setting Permissions,Ayuda rápida para Establecer permisos
+Quick Help for User Properties,Ayuda rápida para las propiedades del usuario
+Read,Leer
+Read Only,Solo lectura
+Received,recibido
+Recipient,Beneficiario
+Recipients,Destinatarios
+Ref DocType,Ref DocType
+Ref Name,Ref. Nombre
+Ref Type,Tipo de referencia
+Reference,Referencia
+Reference DocName,Referencia DocNombre
+Reference DocType,Referencia del tipo de documento
+Reference Name,Referencia Nombre
+Reference Type,Tipo de referencia
+Refresh,Refrescar
+Registered but disabled.,"Registro, pero deshabilitado."
+Registration Details Emailed.,Detalles de registro por correo electrónico.
+Remove Bookmark,Retire Bookmark
+Rename...,Cambiar el nombre de ...
+Repeat On,Repita On
+Repeat Till,Repita Hasta
+Repeat this Event,Repita este Evento
+Report,Informe
+Report Builder,Generador de informes
+Report Builder reports are managed directly by the report builder. Nothing to do.,Los informes del Generador son enviadas por el Generador de informes. No hay nada que hacer.
+Report Hide,Informe Ocultar
+Report Name,Nombre del informe
+Report Type,Tipo de informe
+Report was not saved (there were errors),Informe no se guardó (hubo errores)
+Represents the states allowed in one document and role assigned to change the state.,Representa los estados permitidos en un documento y el papel asignado a cambiar el estado.
+Reqd,Reqd
+Reset Password Key,Restablecer contraseña de clave
+Restrict IP,Restringir IP
+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),Restringir el usuario desde esta dirección IP. Varias direcciones IP se pueden agregar al separar con comas. También acepta parciales direcciones IP similares (111.111.111)
+Restricting By User,Restricción por usuario
+Right,Derecho
+Role,Papel
+Role Name,Rol Nombre
+Roles,Roles
+Roles Assigned,Roles asignados
+Roles Assigned To User,Los roles asignados al usuario
+Roles HTML,Roles HTML
+Root ,Raíz
+Row,Fila
+Rules defining transition of state in the workflow.,Reglas que definen la transición de estado del flujo de trabajo.
+"Rules for how states are transitions, like next state and which role is allowed to change state etc.","Normas de cómo los estados son las transiciones, al igual que el siguiente estado y qué papel se le permite cambiar de estado, etc"
+SMS,SMS
+Sales,Venta
+Same file has already been attached to the record,Mismo archivo ya se ha adjuntado al expediente
+Saturday,Sábado
+Save,guardar
+Scheduler Log,Programador de sesión
+Script,Guión
+Script Report,Informe de secuencias de comandos
+Script Type,Tipo de secuencia
+Script to attach to all web pages.,Script para unir a todas las páginas web.
+Search,Buscar
+Search Fields,Campos de búsqueda
+Section Break,Salto de sección
+Security Settings,Configuración de seguridad
+Select,Seleccionar
+Select All,Seleccionar todo
+Select Attachments,Seleccione Adjuntos
+Select Document Type,Seleccione el tipo de documento
+Select Document Type or Role to start.,Seleccione el tipo de documento o papel para comenzar.
+Select Module,Seleccione Módulo
+Select Print Format,Seleccione Formato de impresión
+Select Report Name,Seleccione Nombre de informe
+Select Role,Seleccione Papel
+Select Type,Seleccione el tipo de
+Select User or Property to start.,Seleccionar usuario o propiedad para comenzar.
+Select a Banner Image first.,Seleccione un Banner Imagen primero.
+Select an image of approx width 150px with a transparent background for best results.,Seleccione una imagen de unos 150px ancho con un fondo transparente para obtener mejores resultados.
+Select dates to create a new ,Selecciona fechas para crear un nuevo
+Select or drag across time slots to create a new event.,Seleccione o arrastre las ranuras de tiempo para crear un nuevo evento.
+"Select target = ""_blank"" to open in a new page.","Select target = "" _blank"" para abrir en una nueva página."
+Select the label after which you want to insert new field.,Seleccione la etiqueta después de la cual desea insertar el campo nuevo.
+Send,Enviar
+Send As Email,Enviar como correo electrónico
+Send Me A Copy,Enviarme una copia
+Send an email reminder in the morning,Enviar un recordatorio por correo electrónico en la mañana
+Send enquiries to this email address,Puede enviar sus preguntas a la siguiente dirección de correo electrónico
+Sender,Remitente
+Sent,enviado
+Sent Mail,Correo enviado
+Sent Quotation,Presupuesto enviado
+Sent or Received,Envío y de recepción
+Series,serie
+Server,Servidor
+Session Expired. Logging you out,Sesión ha finalizado. Iniciando a cabo
+Session Expires in (time),Sesión caduca en (hora)
+Set Banner from Image,Conjunto de la bandera de la Imagen
+Set Link,Establecer Enlace
+Set Password,Establecer contraseña
+Set Value,Establecer valor
+"Set your background color, font and image (tiled)","Establezca su color de fondo, tipo de letra y la imagen (mosaico)"
+Settings for About Us Page.,Ajustes para Nosotros Pagina.
+Settings for Contact Us Page,Ajustes para Contáctenos Página
+Settings for Contact Us Page.,Ajustes para la página de contacto.
+Settings for the About Us Page,Ajustes de la página ¿Quiénes somos?
+Setup of fonts and background.,Configuración de fuentes y el fondo.
+"Setup of top navigation bar, footer and logo.","Configuración de la barra de navegación superior, pie de página y el logotipo."
+Short Bio,Nota Biográfica
+Short Name,Nombre corto
+Shortcut,Atajo
+Show Breadcrumbs,Mostrar migas
+Show Details,Mostrar detalles
+Show Print First,Mostrar Imprimir Primera
+Show Table of Contents,Mostrar Tabla de Contenidos
+Show Tags,Mostrar Etiquetas
+Show Title,Mostrar título
+Show rows with zero values,Mostrar filas con valores iguales a cero
+Showing only for,Mostrando sólo para
+Single Post (article).,Mensaje Individual (artículo).
+Single Types have only one record no tables associated. Values are stored in tabSingles,Tipos simples tienen sólo un registro no hay tablas asociadas . Los valores se almacenan en tabSingles
+Slideshow,Presentación
+Slideshow Items,Artículos Presentación
+Slideshow Name,Nombre Presentación
+Slideshow like display for the website,Presentación como visualización de la página web
+Small Text,Texto pequeño
+Solid background color (default light gray),Color de fondo sólido (gris claro defecto)
+Sorry we were unable to find what you were looking for.,Lamentablemente no hemos podido encontrar lo que estabas buscando.
+Sorry you are not permitted to view this page.,"Disculpe, no tiene permiso para ver esta página."
+Sort By,Ordenado por
+Special Page Settings,Configuración de Página Especial
+Standard,Estándar
+Start Report For,Inicio Informe para
+Starts on,Comienza el
+Startup,Inicio
+State,Estado
+States,Estados
+Status,Estado
+Step 1: Set the name and save.,Paso 1 : Establezca el nombre y guardar.
+Step 2: Set Letterhead content.,Paso 2 : Establecer el contenido de membrete .
+Style,Estilo
+Style Settings,Ajustes de estilo
+"Style represents the button color: Success - Green, Danger - Red, Inverse - Black, Primary - Dark Blue, Info - Light Blue, Warning - Orange","Estilo representa el color del botón: Success - Verde, Peligro - rojo, Inverse - Negro, Primaria - Dark Info Azul - Azul claro, Advertencia - Orange"
+Sub-domain provided by erpnext.com,Sub-dominio proporcionado por erpnext.com
+Subdomain,Subdominio
+Subject,Sujeto
+Submit,Presentar
+Submitted,Enviado
+Submitted Record cannot be deleted,Record Enviado no se puede eliminar
+Success,Éxito
+Suggestion,Sugerencia
+Sunday,Domingo
+Support Email Id,Apoyar Identificación del email
+Sync Inbox,Bandeja de entrada Sync
+System,Sistema
+System Defaults,Valores predeterminados del sistema
+System User,Usuario del Sistema
+Table,Mesa
+Table of Contents,Tabla de contenidos
+Tag,Etiqueta
+Tag Name,Name Tag
+Tags,Etiquetas
+Tahoma,Tahoma
+Target,Objetivo
+Team Members,Miembros del Equipo
+Team Members Heading,Miembros del Equipo partida
+Template Path,ruta de plantilla
+Test,Prueba
+Test Runner,Prueba Runner
+Text,Texto
+Text Align,Alineación del texto
+Text Editor,Editor de texto
+"The ""Web Page"" that is the website home page","La "Página Web", que es la página de inicio del sitio web"
+The name of your company / website as you want to appear on browser title bar. All pages will have this as the prefix to the title.,El nombre de su empresa / sitio web como usted desea que aparezca en la barra de título del navegador. Todas las páginas tienen esto como el prefijo del título.
+"The system provides pre-defined roles, but you can add new roles to set finer permissions","El sistema proporciona roles predefinidos, pero usted puede añadir nuevas funciones para establecer permisos más finos"
+Then By (optional),Luego por (opcional)
+These properties are Link Type fields from all Documents.,Estas propiedades son campos de tipo de enlace de todos los documentos.
+"These properties can also be used to 'assign' a particular document, whose property matches with the User's property to a User. These can be set using the Permission Manager","Estas propiedades también se puede utilizar para "asignar" un documento en particular, cuya propiedad corresponde a la propiedad del usuario a un usuario. Estos se pueden establecer mediante el Administrador de autorización"
+These properties will appear as values in forms that contain them.,Estas propiedades aparecerá como valores en formas que los contienen.
+These values will be automatically updated in transactions and also will be useful to restrict permissions for this user on transactions containing these values.,Estos valores se actualizan automáticamente en las transacciones y también será útil para restringir los permisos para este usuario sobre las transacciones que contienen estos valores.
+"This field will appear only if the fieldname defined here has value OR the rules are true (examples):
+myfield
+eval:doc.myfield=='My Value'
+eval:doc.age>18",
+This goes above the slideshow.,Esto va por encima de la presentación de diapositivas.
+This is PERMANENT action and you cannot undo. Continue?,Esto es una acción permanente y no se puede deshacer. ¿Desea continuar?
+This is permanent action and you cannot undo. Continue?,Esta es una acción permanente y no se puede deshacer. ¿Desea continuar?
+Thursday,Jueves
+Time,Tiempo
+Time Zone,Time Zone
+Title,Título
+Title / headline of your page,Título / título de su página
+Title Case,Título del caso
+Title Prefix,Prefijo Título
+To,A
+"To format columns, give column labels in the query.","Para dar formato a columnas, dar títulos de las columnas en la consulta."
+"To further restrict permissions based on certain values in a document, use the 'Condition' settings.","Para restringir aún más permisos en función de determinados valores en un documento, utilice la "condición" de configuración."
+To restrict a User of a particular Role to documents that are explicitly assigned to them,Para restringir un usuario de un papel especial a los documentos que están expresamente asignadas
+To restrict a User of a particular Role to documents that are only self-created.,Para restringir un usuario de un rol de particular a documentos que sólo son de creación propia.
+"To set user roles, just go to Setup > Users and click on the user to assign roles.","Para definir funciones de usuario, basta con ir a Configuración> Usuarios y haga clic en el usuario para asignar roles."
+ToDo,ToDo
+Tools,Instrumentos
+Top Bar,Bar Top
+Top Bar Background,Fondo de la barra superior
+Top Bar Item,Bar Producto Top
+Top Bar Items,Los productos principales Bar
+Top Bar Text,Top Bar texto
+Top Bar text and background is same color. Please change.,Top Bar texto y el fondo es el mismo color. Por favor cambia.
+Total SMS Sent,SMS enviados totales
+Transaction,Transacción
+Transition Rules,Reglas de Transición
+Trash Reason,Trash Razón
+Tuesday,Martes
+Tweet will be shared via your user account (if specified),Tweet será compartido a través de su cuenta de usuario (si se especifica)
+Twitter Share,Twitter Share
+Twitter Share via,Twitter Compartir a través de
+Type,Tipo
+UPPER CASE,MAYÚSCULAS
+UPPERCASE,MAYÚSCULAS
+URL,URL
+Unable to complete request: ,No se puede completar la solicitud:
+Unable to load,No se puede cargar
+"Unknown file encoding. Tried utf-8, windows-1250, windows-1252.","Codificación de archivo desconocido . Intentado utf- 8 , Windows -1250 , windows-1252 ."
+Unread Messages,Los mensajes no leídos
+Unsubscribed,No suscrito
+Upcoming Events for Today,Eventos para hoy
+Update,Actualizar
+Update Field,Actualizar campos
+Update Value,Actualizar Valor
+Upload,subir
+Upload Attachment,Subir adjunto
+Upload a file,Subir un archivo
+Upload and Import,Subir e importar
+Uploading...,Subiendo ...
+User,Usuario
+User Cannot Create,El usuario no puede crear
+User Cannot Search,El usuario no puede buscar
+User Image,Imagen del usuario
+User Tags,Nube de etiquetas
+User Type,Tipo de usuario
+User not allowed to delete.,El usuario no permite eliminar.
+UserRole,UserRole
+Value,Valor
+Value missing for,Valor perdido para
+Verdana,Verdana
+Visit,Visitar
+Warning,Advertencia
+Web Content,Web Content
+Web Page,Página Web
+Website,Sitio web
+Website Overall Settings,Sitio web Configuración general
+Website Script,Sitio Web de secuencias de comandos
+Website Settings,Ajustes del Sitio Web
+Website Sitemap,mapa del sitio Web
+Website Sitemap Config,Mapa del sitio Web Config
+Website Slideshow,Sitio Web Presentación
+Website Slideshow Item,Sitio Web Presentación del artículo
+Website User,Sitio web del usuario
+Wednesday,Miércoles
+Welcome Email Sent,Bienvenido Email Sent
+"When you Amend a document after cancel and save it, it will get a new number that is a version of the old number.","Al enmendar un documento después de cancelar y lo guarda, se obtiene un número nuevo que es una versión del antiguo número."
+Width,Ancho
+Will be used in url (usually first name).,Se utilizará en url (normalmente nombre).
+Workflow,Flujo de trabajo
+Workflow Action,Acción de flujo de trabajo
+Workflow Action Master,Maestro acción de flujo de trabajo
+Workflow Action Name,Nombre de la acción de flujo de trabajo
+Workflow Document State,Estado de flujo de trabajo de documentos
+Workflow Document States,Estados de flujos de trabajo de documentos
+Workflow Name,Nombre del flujo de trabajo
+Workflow State,Estado de flujo de trabajo
+Workflow State Field,Estado de flujo de trabajo de campo
+Workflow Transition,La transición de flujo de trabajo
+Workflow Transitions,Las transiciones de flujo de trabajo
+Workflow state represents the current state of a document.,Estado de flujo de trabajo representa el estado actual de un documento.
+Workflow will start after saving.,Flujo de trabajo comenzará después de guardar.
+Write,Escribir
+Write a Python file in the same folder where this is saved and return column and result.,Escriba un archivo de Python en la misma carpeta donde esta se guarda y la columna de retorno y resultado.
+Write a SELECT query. Note result is not paged (all data is sent in one go).,Escriba una consulta SELECT. Nota resultado no se pagina (todos los datos se envían en una sola vez).
+Write titles and introductions to your blog.,Escriba títulos y las introducciones a tu blog.
+Writers Introduction,Escritores Introducción
+Year,Año
+Yes,Sí
+Yesterday,Ayer
+You can set various 'properties' to Users to set default values and apply permission rules based on the value of these properties in various forms.,Puede establecer varias "propiedades" a los usuarios configurar los valores por defecto y aplicar reglas de permisos basados en el valor de estas propiedades en diversas formas.
+You can use Customize Form to set levels on fields.,Puede utilizar Personalizar formulario para establecer los niveles en los campos.
+"Your download is being built, this may take a few moments...","Su descarga se está construyendo, esto puede tardar unos minutos ..."
+[Label]:[Field Type]/[Options]:[Width],[Label]: [Tipo de campo] / [Opciones]: [Ancho]
+add your own CSS (careful!),añadir su propio CSS (¡cuidado!)
+adjust,ajustar
+align-center,alinear el centro
+align-justify,alineación justificar
+align-left,alineación a la izquierda
+align-right,alinear a la derecha
+and,y
+arrow-down,flecha hacia abajo
+arrow-left,flecha izquierda
+arrow-right,flecha derecha
+arrow-up,flecha hacia arriba
+asterisk,asterisco
+backward,hacia atrás
+ban-circle,prohibición de círculo
+barcode,código de barras
+bell,campana
+bold,audaz
+book,libro
+bookmark,marcador
+briefcase,maletín
+bullhorn,megáfono
+calendar,calendario
+camera,cámara
+cannot be empty,no puede estar vacío
+cannot be in its own,no puede estar en su propia
+"cannot have a URL, because it has child item(s)","no puede tener una URL, ya que tiene elemento secundario (s)"
+cannot start with,no puede comenzar con
+certificate,certificado
+check,comprobar
+chevron-down,Chevron-down
+chevron-left,Chevron-izquierda
+chevron-right,Chevron-derecha
+chevron-up,Chevron-up
+circle-arrow-down,círculo de flecha hacia abajo
+circle-arrow-left,círculo de flecha izquierda
+circle-arrow-right,círculo de flecha derecha
+circle-arrow-up,"círculo, flecha hacia arriba"
+cog,diente
+comment,comentario
+comments,comentarios
+create a Custom Field of type Link (Profile) and then use the 'Condition' settings to map that field to the Permission rule.,crear un campo personalizado de enlace tipo (perfil) y luego usar la "condición" configuración para asignar ese campo a la regla de permiso.
+dd-mm-yyyy,dd-mm-aaaa
+dd/mm/yyyy,dd / mm / aaaa
+does not exist,no existe
+download,descargar
+download-alt,download-alt
+edit,editar
+eject,expulsar
+envelope,sobre
+exclamation-sign,-signo de exclamación
+eye-close,ojo de cerca
+eye-open,los ojos abiertos
+facetime-video,facetime-video
+fast-backward,rápido hacia atrás
+fast-forward,avance rápido
+file,expediente
+film,película
+filter,filtrar
+fire,fuego
+flag,bandera
+folder-close,carpeta de cerca
+folder-open,carpeta a abrir
+font,fuente
+forward,adelante
+found,fundar
+fullscreen,fullscreen
+gift,regalo
+glass,vidrio
+globe,globo
+hand-down,mano hacia abajo
+hand-left,a mano izquierda
+hand-right,a mano derecha
+hand-up,mano-up
+hdd,hdd
+headphones,auriculares
+heart,corazón
+home,casa
+icon,icono
+in,en
+inbox,bandeja de entrada
+indent-left,indent-izquierda
+indent-right,guión-derecha
+info-sign,info-signo
+is linked in,está vinculado en
+is not allowed.,no está permitido.
+italic,itálico
+leaf,hoja
+list,lista
+list-alt,lista-alt
+lock,bloquear
+lowercase,minúsculas
+magnet,imán
+map-marker,mapa del marcador
+minus,menos
+minus-sign,signo menos
+mm-dd-yyyy,dd-mm-aaaa
+mm/dd/yyyy,mm / dd / aaaa
+move,mover
+music,música
+not in,no en
+of type Link,Enlace de tipo
+off,de
+ok,ok
+ok-circle,ok-círculo
+ok-sign,ok-sign
+or,o
+pause,pausa
+pencil,lápiz
+picture,imagen
+plane,plano
+play,jugar
+play-circle,play-círculo
+plus,más
+plus-sign,signo más
+print,imprimir
+qrcode,qrcode
+question-sign,pregunta-sign
+random,azar
+refresh,refrescar
+remove,quitar
+remove-circle,retirar el círculo
+remove-sign,eliminar a firmar
+repeat,repetir
+resize-full,cambio de tamaño completo-
+resize-horizontal,resize-horizontal
+resize-small,cambio de tamaño pequeño-
+resize-vertical,resize-vertical
+retweet,Retweet
+road,carretera
+screenshot,captura de pantalla
+search,buscar
+share,participación
+share-alt,acciones alt
+shopping-cart,carro de la compra
+signal,señal
+star,estrella
+star-empty,estrella vacía
+step-backward,paso hacia atrás
+step-forward,paso adelante
+stop,detener
+tag,etiqueta
+tags,etiquetas
+"target = ""_blank""",target = "_blank"
+tasks,tareas
+text-height,texto de altura
+text-width,texto de ancho
+th,ª
+th-large,th-large
+th-list,th-list
+thumbs-down,pulgares hacia abajo
+thumbs-up,thumbs-up
+time,tiempo
+tint,tinte
+to,a
+trash,basura
+upload,subir
+user,usuario
+user_image_show,user_image_show
+values and dates,valores y fechas
+volume-down,volumen desplegable
+volume-off,volumen-off
+volume-up,volumen-up
+warning-sign,advertencia signo
+wrench,llave inglesa
+yyyy-mm-dd,aaaa-mm-dd
+zoom-in,zoom-in
+zoom-out,zoom-out
diff --git a/webnotes/translations/fr.csv b/webnotes/translations/fr.csv
new file mode 100644
index 0000000000..3db34adfdb
--- /dev/null
+++ b/webnotes/translations/fr.csv
@@ -0,0 +1,1073 @@
+ by Role ,par rôle
+ can not be marked as a ledger as it has existing child,ne peut pas être marqué comme un grand livre comme elle a un enfant existant
+ cannot be deleted.,ne peut pas être supprimé.
+ is not set,n'est pas réglé
+"""Company History""","Histoire de la société"
+"""Team Members"" or ""Management""","Membres de l'équipe" ou "gestion"
+0,0
+"000 is black, fff is white","000 est noir, fff est blanc"
+1,1
+12px,12px
+13px,13px
+14px,14px
+15px,15px
+16px,16px
+2,2
+2 days ago,Il ya 2 jours
+"\
+field:[fieldname] - By Field\
+naming_series: - By Naming Series (field called naming_series must be present\
+Prompt - Prompt user for a name\
+[series] - Series by prefix (separated by a dot); for example PRE.#####\
+')"">Naming Options",
+Cancel allows you change Submitted documents by cancelling them and amending them.,Annuler vous permet de modifier des documents présentés par les annuler et de les modifier.
+A new popup will open that will ask you to select further conditions.,Une fenêtre va s'ouvrir qui vous demandera de sélectionner d'autres conditions.
+A user can have multiple values for a property.,Un utilisateur peut avoir plusieurs valeurs pour une propriété.
+About,Sur
+About Us Settings,À propos de nous Réglages
+About Us Team Member,À propos membre de l'équipe-nous
+Account Id,Id compte
+Action,Action
+Actions,actes
+Add,Ajouter
+Add A New Rule,Ajouter une nouvelle règle
+Add A Property,Ajouter une propriété
+Add Attachments,Ajouter des pièces jointes
+Add Bookmark,Ajouter un signet
+Add CSS,Ajouter CSS
+Add Column,Ajouter une colonne
+Add Google Analytics ID: eg. UA-89XXX57-1. Please search help on Google Analytics for more information.,Ajouter Google Analytics ID: par ex. UA-89XXX57-1. S'il vous plaît chercher de l'aide sur Google Analytics pour plus d'informations.
+Add Message,Ajouter un message
+Add New Permission Rule,Ajouter une règle d'autorisation New
+Add Reply,Ajouter une réponse
+Add Total Row,Ajouter une ligne totale
+Add a banner to the site. (small banners are usually good),Ajouter une bannière sur le site. (Petites bannières sont généralement bien)
+Add attachment,Ajouter une pièce jointe
+Add code as <script>,Ajoutez le code que <script>
+Add new row,Ajouter une nouvelle ligne
+"Add the name of Google Web Font e.g. ""Open Sans""","Ajoutez le nom de Google Web Font Ex: "Sans ouvertes""
+Add to To Do,Ajouter à To Do
+Add to To Do List of,Ajouter à To Do List des
+Additional Info,Informations additionnelles à
+Address,Adresse
+Address and other legal information you may want to put in the footer.,Adresse et autres informations juridiques que vous voulez mettre dans le pied de page.
+Address to be displayed on the Contact Page,L'adresse doit être affichée sur la page de contact
+Adds a custom field to a DocType,Ajoute un champ personnalisé à un DocType
+Adds a custom script (client or server) to a DocType,Ajoute un script personnalisé (client ou serveur) à un DocType
+Advanced Scripting,Scripting avancée
+Advanced Settings,Paramètres avancés
+All Day,Toute la journée
+"All possible Workflow States and roles of the workflow.
Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Tous les Etats de flux de travail et les rôles possibles du flux de travail.
Options de Docstatus: 0 est "Saved", 1 signifie «soumis» et 2 est «annulé»"
+Allow Attach,Laissez Fixez
+Allow Import,Autoriser l'importation
+Allow Import via Data Import Tool,Autoriser l'importation via l'outil d'importation de données
+Allow Rename,Laissez Renommez
+Allow on Submit,Permettez sur Soumettre
+Allow user to login only after this hour (0-24),Permettre à l'utilisateur de se connecter seulement après cette heure (0-24)
+Allow user to login only before this hour (0-24),Permettre à l'utilisateur de se connecter seulement avant cette heure (0-24)
+Allowed,Permis
+Already Registered,Déjà inscrit
+Amend,Modifier
+"An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org]","Un fichier d'icône avec l'extension. Ico. Doit être de 16 x 16 px. Généré à l'aide d'un générateur de favicon. [ favicon-generator.org ]"
+Are you sure you want to delete the attachment?,Êtes-vous sûr de vouloir supprimer la pièce jointe?
+Arial,Arial
+"As a best practice, do not assign the same set of permission rule to different Roles instead set multiple Roles to the User","En guise de meilleure pratique, ne pas attribuer le même ensemble de règle d'autorisation à des rôles différents au lieu fixés rôles multiples de l'utilisateur"
+Ascending,Ascendant
+Assign To,Attribuer à
+Assigned By,Affecté par
+Assigned To,assignée à
+Assigned To/Owner,Assigné à / Propriétaire
+Attach,Joindre
+Attach Document Print,Fixez Imprimer le document
+Attach as web link,Joindre lien web
+Attached To DocType,Attaché à DOCTYPE
+Attached To Name,Accolé au nom
+Attachments,Pièces jointes
+Attributions,Attributions
+Auto Name,Nom Auto
+Auto generated,Généré automatiquement
+Avatar,Avatar
+Background Color,Couleur de fond
+Background Image,Image de fond
+Banner,Bannière
+Banner HTML,HTML Bannière
+Banner Image,Banner Image
+Banner is above the Top Menu Bar.,Banner est au-dessus de la barre de menu supérieure.
+Begin this page with a slideshow of images,Commencez cette page avec un diaporama des images
+Belongs to,appartient à
+Bio,Bio
+Birth Date,Date de naissance
+Blog Category,Blog Catégorie
+Blog Intro,Blog Intro
+Blog Introduction,Blog Présentation
+Blog Post,Blog
+Blog Settings,Blog Paramètres
+Blog Title,Titre du blog
+Blogger,Blogger
+Bookmarks,Favoris
+Brand HTML,Marque HTML
+"Brand is what appears on the top-right of the toolbar. If it is an image, make sure it
+has a transparent background and use the <img /> tag. Keep size as 200px x 30px",
+Bulk Email,Bulk Email
+Bulk Email records.,Bulk Email enregistrements.
+Button,Bouton
+By,Par
+COMM-,COMM-
+CSS,CSS
+Calendar,Calendrier
+Can only be exported by users with role 'Report Manager',Ne peuvent être exportés par les utilisateurs avec "Gestionnaire de rapports" rôle
+Cancel,Annuler
+Cancel permission also allows the user to delete a document (if it is not linked to any other document).,Annuler autorisation permet aussi à l'utilisateur de supprimer un document (si elle n'est pas liée à un autre document).
+Cancelled,Annulé
+Cannot Update: Incorrect / Expired Link.,Vous ne pouvez pas les mises à jour : Lien Mauvaise / périmée .
+Cannot Update: Incorrect Password,Vous ne pouvez pas les mises à jour : Mot de passe incorrect
+Cannot change from,Impossible de changer de
+Cannot edit standard fields,Vous ne pouvez pas modifier les champs standards
+Cannot map because following condition fails: ,Impossible de mapper parce condition suivante échoue:
+"Cannot update a non-exiting record, try inserting.","Vous ne pouvez pas mettre à jour un dossier non - sortie , essayez de l'insérer ."
+Categorize blog posts.,Catégoriser les messages de blog.
+Category,Catégorie
+Category Name,Nom de la catégorie
+Center,Centre
+"Certain documents should not be changed once final, like an Invoice for example. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Certains documents ne doivent pas être modifiés une fois définitif, comme une facture par exemple. L'état final de ces documents est appelée Soumis. Vous pouvez restreindre les rôles qui peuvent Soumettre."
+Chat,Bavarder
+Check,Vérifier
+Check / Uncheck roles assigned to the Profile. Click on the Role to find out what permissions that Role has.,Vérifiez / Décochez les rôles assignés au profil. Cliquez sur le Rôle de savoir ce que ce rôle a des autorisations.
+Check this to make this the default letter head in all prints,Cochez cette case pour faire de cette tête de lettre par défaut dans toutes les copies
+Checked,Vérifié
+Child Tables are shown as a Grid in other DocTypes.,Tableaux pour enfants sont présentés comme une grille dans DocTypes autres.
+Clear Cache & Refresh,Effacer le cache et Actualiser
+Click on button in the 'Condition' column and select the option 'User is the creator of the document',Cliquez sur le bouton dans la 'condition' colonne et sélectionnez l'option «L'utilisateur est le créateur du document '
+Click on row to edit.,Cliquez sur la ligne à modifier.
+Click to Expand / Collapse,Cliquez ici pour afficher / masquer
+Client,Client
+Close,Proche
+Code,Code
+Color,Couleur
+Column Break,Saut de colonne
+Comment,Commenter
+Comment By,Commentaire En
+Comment By Fullname,Commentaire En Fullname
+Comment Date,Date de commentaires
+Comment Docname,Commenter docName
+Comment Doctype,Commenter Doctype
+Comment Time,Commenter Temps
+Comments,Commentaires
+Communication,Communication
+Communication Medium,Moyen de communication
+Company History,Historique de l'entreprise
+Company Introduction,Société Introduction
+Company Name,Nom de la société
+Complaint,Plainte
+Complete By,Compléter par
+Condition Field,champ Condition
+Contact Us Settings,Contactez-nous Réglages
+"Contact options, like ""Sales Query, Support Query"" etc each on a new line or separated by commas.","Options de contact, comme "Requête ventes, du support requête" etc chacun sur une nouvelle ligne ou séparées par des virgules."
+Content,Teneur
+Content in markdown format that appears on the main side of your page,Contenu au format markdown qui apparaît sur le côté principal de votre page
+Content web page.,Page de contenu Web.
+Control Panel,Panneau de configuration
+Controller,contrôleur
+Copy,Copiez
+Copyright,Droit d'auteur
+Core,Cœur
+Count,compter
+Country,Pays
+Create,Créer
+Created Customer Issue,Numéro client créé
+Created Opportunity,Création Opportunity
+Created Support Ticket,Support Ticket créé
+Currency,Monnaie
+Currency Format,Format de devise
+Current status,Situation actuelle
+Custom CSS,CSS personnalisé
+Custom Field,Champ personnalisé
+Custom Reports,Rapports personnalisés
+Custom Script,Script personnalisé
+Custom Startup Code,Code de démarrage personnalisée
+Custom?,Custom?
+Customize,Personnaliser
+Customize Form,Personnaliser le formulaire
+Customize Form Field,Personnaliser un champ de formulaire
+"Customize Label, Print Hide, Default etc.","Personnaliser Label, Imprimer Cacher, etc Par défaut"
+Daily Event Digest is sent for Calendar Events where reminders are set.,Daily Digest événement est envoyé pour le calendrier des événements où les rappels sont fixés.
+Danger,Danger
+Data,Données
+Data missing in table,Données manquantes dans le tableau
+Date,Date
+Date Format,Format de date
+Date must be in format,La date doit être au format
+Datetime,Datetime
+Dear,Cher
+Default,Par défaut
+Default Home Page,Page d'accueil par défaut
+Default Home Pages,Pages d'accueil par défaut
+Default Print Format,Format d'impression par défaut
+Default Value,Valeur par défaut
+"Default: ""Contact Us""",Par défaut: "Contactez-nous"
+DefaultValue,DefaultValue
+Defaults,Par défaut
+Defines actions on states and the next step and allowed roles.,Définit les actions sur les États et l'étape suivante et rôles autorisés.
+Defines workflow states and rules for a document.,Définis l'état de flux de travail et les règles d'un document.
+Delete,Effacer
+Delete Row,Supprimer la ligne
+Depends On,Sur dépend
+Descending,Descendant
+Description,Description
+"Description for listing page, in plain text, only a couple of lines. (max 140 characters)","Description de la page d'inscription, en clair, que quelques lignes. (Max 140 caractères)"
+Description for page header.,Description pour en-tête de page.
+Desktop,Bureau
+Details,Détails
+Did not add.,N'a pas été ajouté.
+Did not cancel,N'a pas annulé
+Did not save,N'a pas sauvé
+"Different ""States"" this document can exist in. Like ""Open"", ""Pending Approval"" etc.","Différents «Etats» du présent document ne peut exister po Comme "Ouvrir", "En attente d'approbation", etc"
+Disable Customer Signup link in Login page,Désactiver clientèle lien Inscription en page de connexion
+Disable Signup,Désactiver Inscription
+Disabled,Handicapé
+Display Settings,Paramètres d'affichage
+Doc Status,Statut Doc
+DocField,DocField
+DocPerm,DocPerm
+DocType,DOCTYPE
+DocType Details,Détails DocType
+DocType can not be merged,DOCTYPE ne peut pas être fusionné
+DocType is a Table / Form in the application.,DocType est un tableau / formulaire dans l'application.
+DocType on which this Workflow is applicable.,DOCTYPE de la présente Workflow est applicable.
+DocType or Field,DocType ou Champ
+Docname,docname
+Document,Document
+Document Status transition from ,transition de l'état du document de
+Document Type,Type de document
+Document Types,Types de documents
+Document is only editable by users of role,Document est modifiable uniquement par les utilisateurs de rôle
+Documents,Documents
+Download Backup,Télécharger Backup
+Draft,Avant-projet
+Drafts,Brouillons
+Drag to sort columns,Faites glisser pour trier les colonnes
+Edit,Éditer
+Editable,Editable
+Email,Email
+Email Host,Hôte Email
+Email Id where users will send support request e.g. support@example.com,Email Id où les utilisateurs enverront demande d'assistance par exemple support@example.com
+Email Login,Connexion E-mail
+Email Password,E-mail Mot
+Email Sent,Courriel a été envoyé
+Email Settings,Paramètres de messagerie
+Email Signature,Signature e-mail
+Email Use SSL,Envoyer SSL
+"Email addresses, separted by commas","Adresses e-mail par des virgules, separted"
+Email...,Adresse e-mail ...
+Embed image slideshows in website pages.,Intégrer des diaporamas d'images dans les pages du site.
+Enable Comments,Activer Commentaires
+Enabled,Activé
+Ends on,Se termine le
+Enter Form Type,Entrez le type de formulaire
+"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.","Remplir les champs de valeur par défaut (touches) et les valeurs. Si vous ajoutez plusieurs valeurs pour un champ, le premier sera choisi. Ces valeurs par défaut sont également utilisés pour définir des règles d'autorisation "match". Pour voir la liste des champs, allez à Personnaliser le formulaire ."
+Equals,Equals
+Error,Erreur
+Error: Document has been modified after you have opened it,Erreur: document a été modifié après que vous l'avez ouvert
+Event,Événement
+Event End must be after Start,Fin de l'événement doit être postérieure au début
+Event Individuals,Les individus de l'événement
+Event Role,Rôle de l'événement
+Event Roles,Rôles de l'événement
+Event Type,Type d'événement
+Event User,L'utilisateur d'Event
+Events In Today's Calendar,Événements dans le calendrier d'aujourd'hui
+Every Day,Every Day
+Every Month,Chaque mois
+Every Week,Chaque semaine
+Every Year,Chaque année
+Example:,Exemple:
+Export,Exporter
+Facebook Share,Facebook Partager
+FavIcon,FavIcon
+Female,Féminin
+Field Description,Champ Description
+Field Name,Nom de domaine
+Field Type,Type de champ
+"Field that represents the Workflow State of the transaction (if field is not present, a new hidden Custom Field will be created)","Champ qui représente l'état du workflow de la transaction (si le champ n'est pas présent, un nouveau champ caché personnalisé sera créé)"
+Fieldname,Fieldname
+Fields,Champs
+"Fields separated by comma (,) will be included in the
Search By list of Search dialog box","Les champs séparés par des virgules (,) seront inclus dans le
Recherche par liste de la boîte de dialogue Rechercher"
+File,Fichier
+File Data,Fichier de données
+File Name,Nom du fichier
+File Size,Taille du fichier
+File URL,URL du fichier
+File size exceeded the maximum allowed size,La taille du fichier dépasse la taille maximale autorisée
+Filter,Filtrez
+Finder,chercheur
+First Name,Prénom
+Float,Flotter
+Font (Heading),Font (cap)
+Font (Text),Font (texte)
+Font Size (Text),Taille de la police (texte)
+Fonts,Fonts
+Footer,Pied de page
+Footer Items,Articles de bas de page
+For All Users,Pour tous les utilisateurs
+For DocType,pour DocType
+"For Links, enter the DocType as range
+For Select, enter list of Options separated by comma",
+"For comparative filters, start with","Pour les filtres de comparaison, commencez par"
+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.,"Par exemple, si vous annulez et modifier »INV004 'il deviendra un nouveau document» INV004-1'. Cela vous aide à garder la trace de chaque modification."
+For example: You want to restrict users to transactions marked with a certain property called 'Territory',Par exemple: Vous souhaitez empêcher les utilisateurs de transactions marquées avec une certaine propriété appelée «territoire»
+For ranges,Pour les plages
+Form,Forme
+"Format: hh:mm example for one hour expiry set as 01:00.
+Max expiry will be 72 hours. Default is 24 hours",
+Forward To Email Address,Transférer à l'adresse e-mail
+Friday,Vendredi
+From Date must be before To Date,Partir de la date doit être antérieure à ce jour
+Full Name,Nom et Prénom
+Gantt Chart,Diagramme de Gantt
+Gender,Sexe
+General,Général
+Generator,générateur
+Georgia,Géorgie
+Get,Obtenez
+Get From ,Obtenez partir
+"Go to Setup > User Properties to set \
+ 'territory' for diffent Users.",
+Google Analytics ID,Google Analytics ID
+Google Plus One,Google Plus One
+Google Web Font (Heading),Google Web Font (cap)
+Google Web Font (Text),Google Web Font (texte)
+Greater or equals,Plus ou égaux
+Greater than,supérieur à
+Groups,Groupes
+HTML,HTML
+Header,En-tête
+Heading,Titre
+Heading Text As,Intitulé texte que
+Help,Aider
+Helvetica Neue,Helvetica Neue
+Hey! There should remain at least one System Manager,Hey! Il devrait y rester au moins un System Manager
+Hidden,Caché
+Hide Actions,Masquer Actions
+Hide Copy,Cacher Copier
+Hide Email,Masquer e-mail
+Hide Heading,Masquer le Cap
+Hide Print,Masquer Imprimer
+Hide Toolbar,Masquer la barre
+Highlight,Surligner
+History,Histoire
+Home Page,Page d'accueil
+Home Page is Products,Page d'accueil Produits est
+Home Pages,Pages d'accueil
+ID,ID
+ID (name) of the entity whose property is to be set,ID (nom) de l'entité dont la propriété doit être définie
+Icon,Icône
+Icon will appear on the button,Icône apparaîtra sur le bouton
+"If a User does not have access at Level 0, then higher levels are meaningless","Si un utilisateur n'a pas accès au niveau 0, puis des niveaux plus élevés n'ont pas de sens"
+"If checked, all other workflows become inactive.","Si elle est cochée, tous les autres flux de production deviennent inactifs."
+"If checked, the Home page will be the default Item Group for the website.","Si elle est cochée, la page d'accueil sera le groupe d'éléments par défaut pour le site."
+"If image is selected, color will be ignored (attach first)","Si l'image est sélectionnée, la couleur sera ignoré (joindre en premier)"
+"If not, create a","Sinon, créez un"
+"If the 'territory' Link Field exists, it will give you an option to select it","Si le champ Lien du «territoire» existe, il vous donnera une option pour la sélectionner"
+"If these instructions where not helpful, please add in your suggestions at GitHub Issues","Si ces instructions où pas utile , s'il vous plaît ajouter vos suggestions à l'adresse GitHub questions a >"
+"If you set this, this Item will come in a drop-down under the selected parent.","Si vous définissez cette , cet article va venir dans un menu déroulant dans le cadre du parent sélectionné ."
+Image,Image
+Image Link,Lien vers l'image
+Import,Importer
+In,dans
+In Dialog,Dans la boîte de dialogue
+In Filter,Dans filtre
+In List View,Dans la Fenêtre
+In Report Filter,Dans le rapport de filtre
+In response to,En réponse à
+"In the Permission Manager, click on the button in the 'Condition' column for the Role you want to restrict.","Dans le Gestionnaire d'autorisations, cliquez sur le bouton dans la 'condition' de colonne pour le rôle que vous souhaitez restreindre."
+Index,Index
+Individuals,Les personnes
+Industry,Industrie
+Info,Infos
+Insert After,Insérer après
+Insert Below,Insérer en dessous
+Insert Code,Insérez le code
+Insert Row,Insérer une ligne
+Insert Style,Insérez style
+Int,Int
+Integrations,Intégrations
+Introduce your company to the website visitor.,Présentez votre entreprise sur le visiteur du site.
+Introduction,Introduction
+Introductory information for the Contact Us Page,Information préliminaire pour la page Contactez-nous
+Invalid Email,Invalid Email
+Inverse,Inverse
+Is Active,Est active
+Is Child Table,Est-table enfant
+Is Default,Est défaut
+Is Mandatory Field,Est-Champ obligatoire
+Is Single,Est célibataire
+Is Standard,Est-standard
+Is Submittable,Est-Submittable
+JSON,JSON
+JavaScript Format: wn.query_reports['REPORTNAME'] = {},JavaScript Format : wn.query_reports [' REPORTNAME '] = {}
+Javascript,Javascript
+Javascript to append to the head section of the page.,Javascript à ajouter à la section head de la page.
+Keep a track of all communications,Gardez une trace de toutes les communications
+Key,Clé
+Label,Étiquette
+Label Help,Aide étiquette
+Lacs,Lacs
+Landing Page,Landing Page
+Language,Langue
+Language preference for user interface (only if available).,Langue de préférence pour l'interface utilisateur (si disponible).
+Last IP,Dernière adresse IP
+Last Login,Dernière connexion
+Last Name,Nom de famille
+Last updated by,Dernière mise à jour par
+Lastmod,lastmod
+Lato,Lato
+Leave blank to repeat always,Laissez vide pour répéter toujours
+Left,Gauche
+Less or equals,Moins ou égal
+Less than,moins que
+Letter Head,A en-tête
+Letter Head Image,Image Tête Lettre
+Letter Head Name,Nom de A en-tête
+Letter Head in HTML,Lettre chef en HTML
+Level,Niveau
+"Level 0 is for document level permissions, higher levels for field level permissions.","Le niveau 0 est pour les autorisations de niveau document, des niveaux plus élevés pour les autorisations au niveau du terrain."
+Like,comme
+Link,Lien
+Link Name,Nom du lien
+Link to other pages in the side bar and next section,Lien vers d'autres pages dans la barre latérale et la section suivante
+Link to the page you want to open,Lien vers la page que vous souhaitez ouvrir
+Linked In Share,Linked In Partager
+Linked With,Lié avec
+List,Liste
+List of patches executed,Liste des patchs exécutés
+Loading,Chargement
+Loading Report,Chargement rapport
+Loading...,Chargement en cours ...
+Log of Scheduler Errors,Journal des erreurs du planificateur
+Login,Connexion
+Login After,Après Connexion
+Login Before,Connexion Avant
+Logout,Déconnexion
+Long Text,Texte long
+Lucida Grande,Lucida Grande
+Mail Footer,Pied de messagerie
+Mail Server,Mail Server
+Main Section,Section principale
+Make a new,Faire une nouvelle
+Make sure that the transactions you want to restrict have a Link field 'territory' that maps to a 'Territory' master.,Assurez-vous que les transactions que vous souhaitez restreindre l'ont «territoire» d'un champ Lien qui correspond à un «territoire» maître.
+Male,Masculin
+Mandatory,Obligatoire
+Mandatory filters required:\n,Filtres obligatoires requises: \ n
+Master,Maître
+Match,Match
+Max Attachments,Attachments Max
+"Meaning of Submit, Cancel, Amend","Signification de soumettre, annuler, de modifier"
+"Menu items in the Top Bar. For setting the color of the Top Bar, go to Style Settings","Les éléments de menu dans la barre du haut. Pour définir la couleur de la barre du haut, allez à Paramètres de style"
+"Merging is only possible between Group-to-Group or
+ Ledger-to-Ledger",
+Message,Message
+Method,Méthode
+Middle Name (Optional),Nom Prénom (optionnel)
+Millions,Des millions
+Misc,Divers
+Miscellaneous,Divers
+Missing Values Required,Valeurs manquantes obligatoires
+Modified by,Modifié par
+Module,Module
+Module Def,Module Def
+Module Name,Nom du module
+Modules,Modules
+Monday,Lundi
+More,Plus
+More content for the bottom of the page.,Plus de contenu pour le bas de la page.
+Must have report permission to access this report.,Doit avoir rapport autorisation d'accéder à ce rapport.
+Must specify a Query to run,Vous devez spécifier une requête pour exécuter
+Name,Nom
+Name Case,Case Name
+Name Exists,nom existe
+Naming Series mandatory,Nommer obligatoire Series
+New,nouveau
+New Password,Nouveau mot de passe
+New Record,Nouveau record
+New value to be set,La nouvelle valeur à régler
+Next Communcation On,Suivant Communcation sur
+Next State,État Suivante
+Next actions,Prochaines actions
+No,Aucun
+No Action,Aucune action
+No Cache,Pas de cache
+No Communication tagged with this ,Aucune communication étiqueté avec cette
+No Copy,Pas de copie
+No Permission,Aucune autorisation
+No Permission to ,Pas de permission pour
+No Permissions set for this criteria.,Aucun Permission fixé pour ce critère.
+No Report Loaded. Please use query-report/[Report Name] to run a report.,Non Signaler chargés. S'il vous plaît utilisez requête rapport / [Nom du rapport] pour exécuter un rapport.
+No Sitemap,Non Plan du site
+No User Properties found.,Aucun Propriétés de l'utilisateur trouvé.
+No further records,Pas d'autres dossiers
+No one,Personne
+No permission to edit,Pas de permission pour modifier
+No permission to write / remove.,Pas de permission pour écrire / supprimer.
+No records tagged.,Aucun dossier étiqueté.
+None,Aucun
+None: End of Workflow,Aucun: Fin de flux de travail
+Not Found,Introuvable
+Not Linked to any record.,Non lié à un enregistrement.
+Not Permitted,Non autorisé
+Not allowed for: ,Non autorisé pour:
+Not enough permission to see links.,Pas l'autorisation suffisante pour voir les liens.
+Not equals,pas égaux
+"Note: For best results, images must be of the same size and width must be greater than height.","Note: Pour de meilleurs résultats, les images doivent être de la même taille et la largeur doit être supérieure à la hauteur."
+Note: Other permission rules may also apply,Remarque: Les règles d'autorisation peut également l'appliquer
+Note: maximum attachment size = 1mb,Remarque: la taille maximale des pièces jointes = 1mb
+Nothing to show,Rien à montrer
+Nothing to show for this selection,Rien à montrer pour cette sélection
+Notification Count,Nombre de notification
+Notify By Email,Aviser par courriel
+On,Sur
+"Once you have set this, the users will only be able access documents with that property.","Une fois que vous avez défini, les utilisateurs ne peuvent accéder aux documents capables de cette propriété."
+Only Administrator allowed to create Query / Script Reports,Seul l'administrateur autorisé à créer des requêtes / script Rapports
+Only Administrator can save a standard report. Please rename and save.,Seul l'administrateur peut enregistrer un rapport standard. S'il vous plaît renommer et sauvegarder.
+Only Allow Edit For,Autoriser uniquement Modifier Pour
+Only System Manager can create / edit reports,System Manager Seulement pouvez créer / éditer des rapports
+Open Count,Ouvrir comte
+Open Sans,Sans ouverts
+Options,Options de
+Options Help,Options Aide
+Org History,Org Histoire
+Org History Heading,Org Histoire rubriques
+Original Message,Message d'origine
+Other,Autre
+POP3 Mail Server (e.g. pop.gmail.com),POP3 Mail Server (par exemple pop.gmail.com)
+Page,Page
+Page Background,Fond de page
+Page Border,Bordure de page
+Page HTML,Page HTML
+Page Headings,Page vedettes
+Page Links,Page Liens
+Page Name,Nom de la page
+Page Name Field,Page Nom du champ
+Page Role,Rôle page
+Page Text,Page texte
+Page already exists,Cette page existe déjà
+Page content,Contenu de la page
+Page not found,Page non trouvée
+Page or Generator,Page ou générateur
+Page text and background is same color. Please change.,Texte de la page et le fond est la même couleur. S'il vous plaît changer.
+"Page to show on the website
+",
+"Page url name (auto-generated) (add "".html"")",Nom url de la page (généré automatiquement) (ajouter ". Html")
+Parent Label,Étiquette Parent
+Parent is required.,Parent est nécessaire.
+Participants,Les participants
+Password,Mot de passe
+Password Expires in (days),Mot de passe Expire dans (jours)
+Password Updated,Mot de passe Mise à jour
+Patch,Pièce
+Patch Log,Connexion Patch
+Percent,Pour cent
+Perm Level,Perm niveau
+Permission Level,Niveau d'autorisation
+Permission Levels,Niveaux d'autorisation
+Permission Manager,Responsable autorisation
+Permission Rules,Règles d'autorisation
+Permissions,Autorisations
+Permissions Settings,Réglages autorisations
+Permissions are automatically translated to Standard Reports and Searches,Les autorisations sont automatiquement convertis en rapports standard et Recherches
+"Permissions are set on Roles and Document Types (called DocTypes) by restricting read, edit, make new, submit, cancel, amend and report rights.","Les autorisations sont définies sur les rôles et les types de documents (appelé DocTypes) en limitant lire, modifier, faire de nouvelles, de soumettre, d'annuler, de modifier et rapporter droits."
+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 incase you want to hide or make certain field read-only.,Autorisations à des niveaux supérieurs sont des permissions "sur le terrain". Tous les champs ont ensemble un «niveau d'autorisation» à leur encontre et les règles définies à ce que les autorisations s'appliquent à ce domaine. Cette fonction est utile en cas vous souhaitez masquer ou rendre certain domaine en lecture seule.
+"Permissions at level 0 are 'Document Level' permissions, i.e. they are primary for access to the document.","Autorisations au niveau 0 sont des permissions "Niveau du document», c'est à dire qu'ils sont primaires pour l'accès au document."
+Permissions translate to Users based on what Role they are assigned,Permission traduire pour les utilisateurs en fonction de ce rôle leur est attribué
+Person,Personne
+Phone,Téléphone
+Phone No.,N ° de téléphone
+Pick Columns,Choisissez Colonnes
+Please attach a file first.,S'il vous plaît joindre un fichier en premier.
+Please attach a file or set a URL,S'il vous plaît joindre un fichier ou définir une URL
+Please change the value,S'il vous plaît changer la valeur
+Please enable pop-ups,S'il vous plaît autoriser les pop -ups
+Please make sure that there are no empty columns in the file.,S'il vous plaît assurez-vous qu'il n'y a pas de colonnes vides dans le fichier.
+Please refresh to get the latest document.,S'il vous plaît Refresh pour obtenir la dernière version du document.
+Please select a file or url,S'il vous plaît sélectionner un fichier ou une URL
+Please specify,S'il vous plaît spécifier
+Plugin,plugin
+Post Publicly,afficher publiquement
+Post Topic,Message Sujet
+Post to user,Déposez à l'utilisateur
+Posts,Messages
+Primary,Primaire
+Print Format,Format d'impression
+Print Format Type,Imprimer Type de format
+Print Hide,Imprimer Cacher
+Print Width,Largeur d'impression
+Print...,Imprimer ...
+Priority,Priorité
+Private,Privé
+Profile,Profil
+Profile Defaults,Par défaut le profil
+Profile Represents a User in the system.,Représente un profil utilisateur dans le système.
+Profile of a Blogger,Profil d'un Blogger
+Profile of a blog writer.,Profil d'un auteur de blog.
+Properties,Propriétés
+Property,Propriété
+Property Setter,Setter propriété
+Property Setter overrides a standard DocType or Field property,Setter propriété se substitue à une propriété standard ou DocType terrain
+Property Type,Type de propriété
+Public,Public
+Published,Publié
+Published On,Publié le
+Pull Emails from the Inbox and attach them as Communication records (for known contacts).,Tirez e-mails à partir de la boîte de réception et les attacher comme des enregistrements de communication (pour les contacts connus).
+Query,Question
+Query Options,Options de requête
+Query Report,Rapport de requêtes
+Query must be a SELECT,Requête doit être un SELECT
+Quick Help for Setting Permissions,Aide rapide pour Définition des autorisations
+Quick Help for User Properties,Aide rapide pour Propriétés de l'utilisateur
+Read,Lire
+Read Only,Lecture seule
+Received,reçu
+Recipient,Destinataire
+Recipients,Récipiendaires
+Ref DocType,Réf DocType
+Ref Name,Nom Réf
+Ref Type,Type de référence
+Reference,Référence
+Reference DocName,Référence DocName
+Reference DocType,Référence DocType
+Reference Name,Nom de référence
+Reference Type,Type de référence
+Refresh,Rafraîchir
+Registered but disabled.,Inscrit mais désactivé.
+Registration Details Emailed.,Modalités d'inscription envoyé par courriel.
+Remove Bookmark,Supprimer le signet
+Rename...,Renommer ...
+Repeat On,Répéter l'opération sur
+Repeat Till,Répétez Till
+Repeat this Event,Répétez cette événement
+Report,Rapport
+Report Builder,Report Builder
+Report Builder reports are managed directly by the report builder. Nothing to do.,Ses rapports sont gérés directement par le constructeur de rapport. Rien à faire.
+Report Hide,Signaler Cacher
+Report Name,Nom du rapport
+Report Type,Rapport Genre
+Report was not saved (there were errors),Rapport n'a pas été sauvé (il y avait des erreurs)
+Represents the states allowed in one document and role assigned to change the state.,Représente les états autorisés dans un document et le rôle assigné à changer l'état.
+Reqd,Reqd
+Reset Password Key,Réinitialiser le mot clé
+Restrict IP,Restreindre IP
+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),Restreindre l'utilisateur à partir de cette adresse IP. Plusieurs adresses IP peuvent être ajoutés par séparant par des virgules. Accepte également les adresses IP partielles comme (111.111.111)
+Restricting By User,En restreignant l'utilisateur
+Right,Droit
+Role,Rôle
+Role Name,Rôle Nom
+Roles,Rôles
+Roles Assigned,Les rôles assignés
+Roles Assigned To User,Rôles assignés à l'utilisateur
+Roles HTML,Rôles HTML
+Root ,Racine
+Row,Rangée
+Rules defining transition of state in the workflow.,Règles définissant la transition de l'état dans le workflow.
+"Rules for how states are transitions, like next state and which role is allowed to change state etc.","Règles pour la manière dont les États sont des transitions, comme état suivant et dont le rôle est autorisé à changer d'état, etc"
+SMS,SMS
+Sales,Ventes
+Same file has already been attached to the record,Même fichier a déjà été jointe au dossier
+Saturday,Samedi
+Save,sauver
+Scheduler Log,Scheduler Connexion
+Script,Scénario
+Script Report,Rapport de Script
+Script Type,Type de script
+Script to attach to all web pages.,Script pour attacher à toutes les pages Web.
+Search,Rechercher
+Search Fields,Champs de recherche
+Section Break,Saut de section
+Security Settings,Paramètres de sécurité
+Select,Sélectionner
+Select All,Sélectionner tout
+Select Attachments,Sélectionnez Pièces jointes
+Select Document Type,Sélectionnez Type de document
+Select Document Type or Role to start.,Sélectionnez Type de document ou le rôle de démarrer.
+Select Module,Sélectionnez Module
+Select Print Format,Sélectionnez Format d'impression
+Select Report Name,Sélectionner Nom du rapport
+Select Role,Sélectionnez rôle
+Select Type,Sélectionnez le type de
+Select User or Property to start.,Sélectionnez l'utilisateur ou d'un bien pour commencer.
+Select a Banner Image first.,Choisissez une bannière image première.
+Select an image of approx width 150px with a transparent background for best results.,Sélectionnez une image d'une largeur d'environ 150px avec un fond transparent pour de meilleurs résultats.
+Select dates to create a new ,Choisissez la date pour créer une nouvelle
+Select or drag across time slots to create a new event.,Sélectionnez ou glisser sur des intervalles de temps pour créer un nouvel événement.
+"Select target = ""_blank"" to open in a new page.","Sélectionnez target = "" _blank "" pour ouvrir dans une nouvelle page ."
+Select the label after which you want to insert new field.,Sélectionnez l'étiquette après lequel vous voulez insérer un nouveau champ.
+Send,Envoyer
+Send As Email,Envoyer en tant que e-mail
+Send Me A Copy,Envoyez-moi une copie
+Send an email reminder in the morning,Envoyer un courriel de rappel dans la matinée
+Send enquiries to this email address,Envoyer une demande à cette adresse e-mail
+Sender,Expéditeur
+Sent,expédié
+Sent Mail,Messages envoyés
+Sent Quotation,Devis envoyé
+Sent or Received,Envoyés ou reçus
+Series,série
+Server,Serveur
+Session Expired. Logging you out,Session a expiré. Vous déconnecter
+Session Expires in (time),Session Expire dans (temps)
+Set Banner from Image,Réglez bannière de l'image
+Set Link,Réglez Lien
+Set Password,définir mot de passe
+Set Value,Définir la valeur
+"Set your background color, font and image (tiled)","Réglez votre couleur de fond, la police et l'image (carrelage)"
+Settings for About Us Page.,Paramètres de la page A propos de nous.
+Settings for Contact Us Page,Paramètres de la page Contactez-nous
+Settings for Contact Us Page.,Paramètres de la page Contactez-nous.
+Settings for the About Us Page,Paramètres de la page A propos de nous
+Setup of fonts and background.,Configuration des polices et le fond.
+"Setup of top navigation bar, footer and logo.","Configuration de la barre de navigation en haut, pied de page et logo."
+Short Bio,Courte biographie
+Short Name,Nom court
+Shortcut,Raccourci
+Show Breadcrumbs,Afficher Fil d'Ariane
+Show Details,Afficher les détails
+Show Print First,Montrer Imprimer Première
+Show Table of Contents,Afficher la table des matières
+Show Tags,Afficher les tags
+Show Title,Afficher le titre
+Show rows with zero values,Afficher lignes avec des valeurs nulles
+Showing only for,Affichage seulement pour
+Single Post (article).,Simple Post (article).
+Single Types have only one record no tables associated. Values are stored in tabSingles,Types simples ont un seul enregistrement aucun tables associées . Les valeurs sont stockées dans tabSingles
+Slideshow,Diaporama
+Slideshow Items,Articles Diaporama
+Slideshow Name,Nom Diaporama
+Slideshow like display for the website,Diaporama comme l'affichage du site Web
+Small Text,Petit texte
+Solid background color (default light gray),Couleur de fond solide (gris clair par défaut)
+Sorry we were unable to find what you were looking for.,"Désolé, nous n'avons pas pu trouver ce que vous recherchez."
+Sorry you are not permitted to view this page.,"Désolé, vous n'êtes pas autorisé à afficher cette page."
+Sort By,Trier par
+Special Page Settings,Réglages Page spéciale
+Standard,Standard
+Start Report For,Démarrer Rapport pour
+Starts on,Commence le
+Startup,Démarrage
+State,État
+States,Etats-
+Status,Statut
+Step 1: Set the name and save.,Étape 1 : Définissez le nom et l'enregistrer .
+Step 2: Set Letterhead content.,Étape 2 : Définir le contenu en-tête .
+Style,Style
+Style Settings,Paramètres de style
+"Style represents the button color: Success - Green, Danger - Red, Inverse - Black, Primary - Dark Blue, Info - Light Blue, Warning - Orange","Style représente la couleur du bouton: Succès - Vert, Danger - Rouge, Inverse - Noir, primaire - Bleu foncé, Info - Bleu clair, Avertissement - Orange"
+Sub-domain provided by erpnext.com,Sous-domaine fourni par erpnext.com
+Subdomain,Sous-domaine
+Subject,Sujet
+Submit,Soumettre
+Submitted,Soumis
+Submitted Record cannot be deleted,Soumis enregistrement ne peut pas être supprimé
+Success,Succès
+Suggestion,Suggestion
+Sunday,Dimanche
+Support Email Id,Soutien Id Email
+Sync Inbox,Sync boîte de réception
+System,Système
+System Defaults,Par défaut du système
+System User,L'utilisateur du système
+Table,Table
+Table of Contents,Table des matières
+Tag,Balise
+Tag Name,Nom de la balise
+Tags,Balises
+Tahoma,Tahoma
+Target,Cible
+Team Members,Membres de l'équipe
+Team Members Heading,Membres de l'équipe Cap
+Template Path,chemin modèle
+Test,Test
+Test Runner,Test Runner
+Text,Texte
+Text Align,Aligner du texte
+Text Editor,Éditeur de texte
+"The ""Web Page"" that is the website home page",La «page Web» qui est la page d'accueil du site
+The name of your company / website as you want to appear on browser title bar. All pages will have this as the prefix to the title.,Le nom de votre entreprise / site que vous souhaitez voir apparaître sur la barre de titre du navigateur. Toutes les pages auront ce que le préfixe du titre.
+"The system provides pre-defined roles, but you can add new roles to set finer permissions","Le système fournit des rôles prédéfinis, mais vous pouvez ajouter de nouveaux rôles pour définir des autorisations plus fines"
+Then By (optional),Puis par (facultatif)
+These properties are Link Type fields from all Documents.,Ces propriétés sont des champs de type de lien de tous les documents.
+"These properties can also be used to 'assign' a particular document, whose property matches with the User's property to a User. These can be set using the Permission Manager","Ces propriétés peuvent également être utilisés pour «attribuer» un document particulier, dont la propriété correspond à la propriété de l'utilisateur à un utilisateur. Ceux-ci peuvent être définies à l'aide du Gestionnaire d'autorisation"
+These properties will appear as values in forms that contain them.,Ces propriétés apparaissent comme des valeurs dans les formes qui les contiennent.
+These values will be automatically updated in transactions and also will be useful to restrict permissions for this user on transactions containing these values.,Ces valeurs seront automatiquement mis à jour dans les transactions et sera également utile pour restreindre les autorisations pour cet utilisateur sur les transactions contenant ces valeurs.
+"This field will appear only if the fieldname defined here has value OR the rules are true (examples):
+myfield
+eval:doc.myfield=='My Value'
+eval:doc.age>18",
+This goes above the slideshow.,Cela va au-dessus du diaporama.
+This is PERMANENT action and you cannot undo. Continue?,Il s'agit d'une action permanente et vous ne pouvez pas annuler. Continuer?
+This is permanent action and you cannot undo. Continue?,Il s'agit d'une action permanente et vous ne pouvez pas annuler. Continuer?
+Thursday,Jeudi
+Time,Temps
+Time Zone,Fuseau horaire
+Title,Titre
+Title / headline of your page,Titre / titre de votre page
+Title Case,Case Titre
+Title Prefix,Title Prefix
+To,À
+"To format columns, give column labels in the query.","Pour formater colonnes, donner des étiquettes de colonne dans la requête."
+"To further restrict permissions based on certain values in a document, use the 'Condition' settings.","Afin de restreindre les autorisations sur la base de certaines valeurs dans un document, utilisez la «condition» des paramètres."
+To restrict a User of a particular Role to documents that are explicitly assigned to them,Pour limiter un utilisateur d'un rôle particulier aux documents qui sont explicitement affectés à leur
+To restrict a User of a particular Role to documents that are only self-created.,Pour limiter un utilisateur d'un rôle particulier aux documents qui ne sont auto-créé.
+"To set user roles, just go to Setup > Users and click on the user to assign roles.","Pour définir les rôles des utilisateurs, allez à Configuration> Utilisateurs et cliquez sur l'utilisateur d'attribuer des rôles."
+ToDo,ToDo
+Tools,Outils
+Top Bar,Top Bar
+Top Bar Background,Contexte Top Bar
+Top Bar Item,Point Bar Top
+Top Bar Items,Articles Top Bar
+Top Bar Text,Top Bar texte
+Top Bar text and background is same color. Please change.,Top texte de Bar et le fond est la même couleur. S'il vous plaît changer.
+Total SMS Sent,Total des SMS envoyés
+Transaction,Transaction
+Transition Rules,Règles de transition
+Trash Reason,Raison Corbeille
+Tuesday,Mardi
+Tweet will be shared via your user account (if specified),Tweet sera partagée via votre compte utilisateur (si spécifié)
+Twitter Share,Partager Twitter
+Twitter Share via,Twitter Partager via
+Type,Type
+UPPER CASE,MAJUSCULES
+UPPERCASE,MAJUSCULES
+URL,URL
+Unable to complete request: ,Impossible de terminer la requête:
+Unable to load,Impossible de charger
+"Unknown file encoding. Tried utf-8, windows-1250, windows-1252.","Inconnu encodage du fichier . Utf-8 essayé , windows- 1250 , windows- 1252 ."
+Unread Messages,Messages non lus
+Unsubscribed,Désabonné
+Upcoming Events for Today,Prochains événements pour Aujourd'hui
+Update,Mettre à jour
+Update Field,Mise à jour de terrain
+Update Value,Mettez à jour la valeur
+Upload,Télécharger
+Upload Attachment,Téléchargez Attachment
+Upload a file,Télécharger un fichier
+Upload and Import,Téléchargez et importation
+Uploading...,Téléchargement ...
+User,Utilisateur
+User Cannot Create,L'utilisateur ne peut pas créer
+User Cannot Search,L'utilisateur ne peut pas effectuer de recherche
+User Image,De l'utilisateur
+User Tags,Nuage de Tags
+User Type,Type d'utilisateur
+User not allowed to delete.,Utilisateur non autorisé à supprimer.
+UserRole,UserRole
+Value,Valeur
+Value missing for,Valeur manquante pour
+Verdana,Verdana
+Visit,Visiter
+Warning,Avertissement
+Web Content,Contenu Web
+Web Page,Page Web
+Website,Site Web
+Website Overall Settings,Réglages généraux Site web
+Website Script,Script site web
+Website Settings,Réglages Site web
+Website Sitemap,Plan du site
+Website Sitemap Config,Plan du site Config
+Website Slideshow,Diaporama site web
+Website Slideshow Item,Point Diaporama site web
+Website User,Utilisateur
+Wednesday,Mercredi
+Welcome Email Sent,Bienvenue courriel a été envoyé
+"When you Amend a document after cancel and save it, it will get a new number that is a version of the old number.","Lorsque vous modifiez un document après avoir annuler et enregistrez-le, il va obtenir un nouveau numéro qui est une version de l'ancien numéro."
+Width,Largeur
+Will be used in url (usually first name).,Sera utilisé dans url (généralement prénom).
+Workflow,Flux de travail
+Workflow Action,Action de workflow
+Workflow Action Master,Maître d'action de workflow
+Workflow Action Name,Nom de l'action de workflow
+Workflow Document State,Etat du document de workflow
+Workflow Document States,Workflow Etats document
+Workflow Name,Nom du workflow
+Workflow State,État de workflow
+Workflow State Field,Field State flux de travail
+Workflow Transition,Transition de workflow
+Workflow Transitions,Les transitions de flux de travail
+Workflow state represents the current state of a document.,État du workflow représente l'état actuel d'un document.
+Workflow will start after saving.,Workflow démarre après la sauvegarde.
+Write,Écrire
+Write a Python file in the same folder where this is saved and return column and result.,Écrire un fichier Python dans le même dossier où cela est sauvegardé et la colonne de retour et le résultat.
+Write a SELECT query. Note result is not paged (all data is sent in one go).,Écrire une requête SELECT. résultat de note n'est pas paginé (toutes les données sont transmises en une seule fois).
+Write titles and introductions to your blog.,Écrire des titres et des introductions sur votre blog.
+Writers Introduction,Writers Présentation
+Year,Année
+Yes,Oui
+Yesterday,Hier
+You can set various 'properties' to Users to set default values and apply permission rules based on the value of these properties in various forms.,Vous pouvez définir plusieurs «propriétés» aux utilisateurs de définir des valeurs par défaut et d'appliquer des règles d'autorisation sur la base de la valeur de ces propriétés sous diverses formes.
+You can use Customize Form to set levels on fields.,Vous pouvez utiliser Personnaliser le formulaire de fixer des niveaux de champs.
+"Your download is being built, this may take a few moments...","Votre téléchargement est en cours de construction, ce qui peut prendre quelques instants ..."
+[Label]:[Field Type]/[Options]:[Width],[Étiquette]: [Type de champ] / [Options]: [Largeur]
+add your own CSS (careful!),ajouter vos propres CSS (méfiance!)
+adjust,ajuster
+align-center,alignez-centre
+align-justify,alignement justifier
+align-left,alignement à gauche
+align-right,aligner à droite
+and,et
+arrow-down,arrow-down
+arrow-left,flèche gauche
+arrow-right,arrow-right
+arrow-up,arrow-up
+asterisk,astérisque
+backward,rétrograde
+ban-circle,interdiction de cercle
+barcode,code à barres
+bell,cloche
+bold,audacieux
+book,livre
+bookmark,favoris
+briefcase,serviette
+bullhorn,mégaphone
+calendar,calendrier
+camera,appareil photo
+cannot be empty,ne peut pas être vide
+cannot be in its own,ne peut pas être dans son propre
+"cannot have a URL, because it has child item(s)","ne peut pas avoir une URL, car il a élément enfant (s)"
+cannot start with,ne peut pas démarrer avec
+certificate,certificat
+check,vérifier
+chevron-down,chevron vers le bas
+chevron-left,chevron gauche
+chevron-right,chevron droit
+chevron-up,chevron-up
+circle-arrow-down,cercle flèche vers le bas
+circle-arrow-left,cercle flèche gauche
+circle-arrow-right,cercle flèche à droite
+circle-arrow-up,cercle-flèche-haut
+cog,dent
+comment,commenter
+comments,commentaires
+create a Custom Field of type Link (Profile) and then use the 'Condition' settings to map that field to the Permission rule.,"créer un champ personnalisé de type de lien (profil), puis utiliser la «condition» des paramètres de cartographier ce domaine à la règle d'autorisation."
+dd-mm-yyyy,jj-mm-aaaa
+dd/mm/yyyy,jj / mm / aaaa
+does not exist,n'existe pas
+download,télécharger
+download-alt,Télécharger alt-
+edit,éditer
+eject,éjecter
+envelope,enveloppe
+exclamation-sign,exclamation signe
+eye-close,oeil de près
+eye-open,ouvrir les yeux
+facetime-video,facetime-vidéo
+fast-backward,Recherche rapide arrière
+fast-forward,avance rapide
+file,dossier
+film,film
+filter,filtrer
+fire,feu
+flag,drapeau
+folder-close,dossier de près
+folder-open,dossier-ouvrir
+font,fonte
+forward,avant
+found,trouvé
+fullscreen,fullscreen
+gift,cadeau
+glass,verre
+globe,globe
+hand-down,la main vers le bas
+hand-left,la main gauche
+hand-right,la main droite
+hand-up,coup de main
+hdd,hdd
+headphones,casque
+heart,cœur
+home,maison
+icon,icône
+in,à
+inbox,boîte de réception
+indent-left,tiret à gauche
+indent-right,tiret à droite
+info-sign,info-signe
+is linked in,est lié à
+is not allowed.,n'est pas autorisée.
+italic,italique
+leaf,feuille
+list,liste
+list-alt,liste-alt
+lock,bloquer
+lowercase,minuscules
+magnet,aimant
+map-marker,carte-repère
+minus,moins
+minus-sign,signe moins
+mm-dd-yyyy,mm-jj-aaaa
+mm/dd/yyyy,jj / mm / aaaa
+move,déplacer
+music,musique
+not in,pas en
+of type Link,Link Type
+off,de
+ok,bien
+ok-circle,ok-cercle
+ok-sign,ok-sign
+or,ou
+pause,pause
+pencil,crayon
+picture,image
+plane,plan
+play,jouer
+play-circle,play-cercle
+plus,plus
+plus-sign,signe +
+print,imprimer
+qrcode,qrcode
+question-sign,question-signe
+random,aléatoire
+refresh,rafraîchir
+remove,enlever
+remove-circle,retirez-cercle
+remove-sign,retirez-signer
+repeat,répéter
+resize-full,resize-plein
+resize-horizontal,redimensionnement horizontale-
+resize-small,resize-petit
+resize-vertical,redimensionnement vertical
+retweet,retweet
+road,route
+screenshot,capture d'écran
+search,rechercher
+share,part
+share-alt,actions alt
+shopping-cart,le panier
+signal,signaler
+star,star
+star-empty,étoile vide
+step-backward,étape vers l'arrière
+step-forward,l'étape de l'avant-
+stop,arrêter
+tag,balise
+tags,balises
+"target = ""_blank""",target = "_blank"
+tasks,tâches
+text-height,Texte-hauteur
+text-width,Texte de largeur
+th,e
+th-large,e-grande
+th-list,e-list
+thumbs-down,pouce vers le bas
+thumbs-up,thumbs-up
+time,temps
+tint,teinte
+to,à
+trash,corbeille
+upload,télécharger
+user,utilisateur
+user_image_show,user_image_show
+values and dates,valeurs et dates
+volume-down,volume-bas
+volume-off,le volume d'arrêt
+volume-up,volume-up
+warning-sign,avertissement signe
+wrench,clé
+yyyy-mm-dd,aaaa-mm-jj
+zoom-in,zoom-in
+zoom-out,zoom-out
diff --git a/webnotes/translations/hi.csv b/webnotes/translations/hi.csv
new file mode 100644
index 0000000000..7b764ea8a1
--- /dev/null
+++ b/webnotes/translations/hi.csv
@@ -0,0 +1,1073 @@
+ by Role ,रोल से
+ can not be marked as a ledger as it has existing child,यह मौजूदा बच्चे के रूप में एक खाता के रूप में चिह्नित नहीं किया जा सकता
+ cannot be deleted.,हटाया नहीं जा सकता.
+ is not set,सेट नहीं है
+"""Company History""","कंपनी इतिहास"
+"""Team Members"" or ""Management""","टीम के सदस्यों" या "प्रबंधन"
+0,0
+"000 is black, fff is white","000 काला है, fff सफेद है"
+1,1
+12px,12px
+13px,13px
+14px,14px
+15px,15px
+16px,16px
+2,2
+2 days ago,2 दिन पहले
+"\
+field:[fieldname] - By Field\
+naming_series: - By Naming Series (field called naming_series must be present\
+Prompt - Prompt user for a name\
+[series] - Series by prefix (separated by a dot); for example PRE.#####\
+')"">Naming Options",
+Cancel allows you change Submitted documents by cancelling them and amending them.,रद्द आप उन्हें रद्द करने और उन्हें में संशोधन प्रस्तुत दस्तावेजों को बदलने की अनुमति देता है.
+A new popup will open that will ask you to select further conditions.,एक नया पॉपअप खुल जाएगा कि आप से पूछना आगे शर्तों का चयन करेंगे.
+A user can have multiple values for a property.,एक उपयोगकर्ता एक संपत्ति के लिए एकाधिक मान हो सकते हैं.
+About,के बारे में
+About Us Settings,हमारे बारे में सेटिंग्स
+About Us Team Member,हमारे दल के सदस्य के बारे में
+Account Id,खाता आईडी
+Action,कार्रवाई
+Actions,क्रियाएँ
+Add,जोड़ना
+Add A New Rule,एक नया नियम जोड़ें
+Add A Property,एक संपत्ति जोड़ें
+Add Attachments,अनुलग्नकों को जोड़
+Add Bookmark,बुकमार्क जोड़ें
+Add CSS,सीएसएस जोड़ें
+Add Column,कॉलम जोड़ें
+Add Google Analytics ID: eg. UA-89XXX57-1. Please search help on Google Analytics for more information.,उदाहरण के लिए: गूगल एनालिटिक्स आईडी जोड़ें. यूए-89XXX57-1. अधिक जानकारी के लिए गूगल एनालिटिक्स पर मदद की खोज करें.
+Add Message,संदेश जोड़ें
+Add New Permission Rule,नई अनुमति नियम जोड़ें
+Add Reply,प्रत्युत्तर जोड़ें
+Add Total Row,कुल पंक्ति जोड़ें
+Add a banner to the site. (small banners are usually good),साइट के लिए एक बैनर जोड़ें. (छोटे बैनर आमतौर पर अच्छा कर रहे हैं)
+Add attachment,लगाव जोड़ें
+Add code as <script>,<script> कोड के रूप में जोड़ें
+Add new row,नई पंक्ति जोड़ें
+"Add the name of Google Web Font e.g. ""Open Sans""","के नाम जोड़ें Google वेब फ़ॉन्ट उदाहरण के लिए "ओपन सेन्स""
+Add to To Do,जोड़ें करने के लिए क्या
+Add to To Do List of,को जोड़ने के लिए की सूची
+Additional Info,अतिरिक्त जानकारी
+Address,पता
+Address and other legal information you may want to put in the footer.,पता और अन्य कानूनी जानकारी आप पाद लेख में डाल सकते हैं.
+Address to be displayed on the Contact Page,पता संपर्क पृष्ठ पर प्रदर्शित किया
+Adds a custom field to a DocType,एक DOCTYPE एक कस्टम फ़ील्ड जोड़ता है
+Adds a custom script (client or server) to a DocType,एक DOCTYPE के लिए एक कस्टम स्क्रिप्ट (क्लाइंट या सर्वर) जोड़ता है
+Advanced Scripting,उन्नत स्क्रीप्टिंग
+Advanced Settings,उन्नत सेटिंग्स
+All Day,सभी दिन
+"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 "रद्द""
+Allow Attach,अनुमति देते
+Allow Import,आयात की अनुमति दें
+Allow Import via Data Import Tool,डेटा आयात उपकरण के माध्यम से आयात करने की अनुमति दें
+Allow Rename,नाम बदलें की अनुमति दें
+Allow on Submit,भेजें पर अनुमति दें
+Allow user to login only after this hour (0-24),उपयोगकर्ता इस घंटे के बाद ही प्रवेश करने की अनुमति दें (0-24)
+Allow user to login only before this hour (0-24),उपयोगकर्ता इस घंटे से पहले ही प्रवेश करने की अनुमति दें (0-24)
+Allowed,रख सकते है
+Already Registered,पहले से पंजीकृत है
+Amend,संशोधन करना
+"An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org]","Ico विस्तार के साथ एक आइकन फ़ाइल. 16 x 16 पिक्सल होना चाहिए. एक favicon जनरेटर का उपयोग करते हुए उत्पन्न. [ favicon generator.org ]"
+Are you sure you want to delete the attachment?,क्या आप सुनिश्चित करें कि आप अनुलग्नक हटाना चाहते हैं?
+Arial,Arial
+"As a best practice, do not assign the same set of permission rule to different Roles instead set multiple Roles to the User","एक सबसे अच्छा अभ्यास के रूप में, अलग भूमिकाओं बजाय उपयोगकर्ता को कई भूमिकाएं निर्धारित अनुमति शासन के एक ही सेट प्रदान नहीं करते"
+Ascending,आरोही
+Assign To,करने के लिए निरुपित
+Assigned By,द्वारा सौंपा
+Assigned To,को सौंपा
+Assigned To/Owner,/ स्वामी को सौंपा
+Attach,संलग्न करना
+Attach Document Print,दस्तावेज़ प्रिंट संलग्न
+Attach as web link,वेब लिंक के रूप में संलग्न करें
+Attached To DocType,टैग से जुड़ी
+Attached To Name,नाम से जुड़ी
+Attachments,किए गए अनुलग्नकों के
+Attributions,Attributions
+Auto Name,ऑटो नाम
+Auto generated,उत्पन्न ऑटो
+Avatar,अवतार
+Background Color,पृष्ठभूमि रंग
+Background Image,पृष्ठभूमि छवि
+Banner,बैनर
+Banner HTML,बैनर HTML
+Banner Image,बैनर छवि
+Banner is above the Top Menu Bar.,बैनर शीर्ष मेनू बार से ऊपर है.
+Begin this page with a slideshow of images,छवियों का एक स्लाइड शो के साथ शुरू इस पृष्ठ
+Belongs to,संबंधित
+Bio,जैव
+Birth Date,जन्म तिथि
+Blog Category,ब्लॉग श्रेणी
+Blog Intro,ब्लॉग परिचय
+Blog Introduction,ब्लॉग परिचय
+Blog Post,ब्लॉग पोस्ट
+Blog Settings,ब्लॉग सेटिंग्स
+Blog Title,ब्लॉग शीर्षक
+Blogger,ब्लॉगर
+Bookmarks,बुकमार्क
+Brand HTML,ब्रांड HTML
+"Brand is what appears on the top-right of the toolbar. If it is an image, make sure it
+has a transparent background and use the <img /> tag. Keep size as 200px x 30px",
+Bulk Email,थोक ईमेल
+Bulk Email records.,थोक ईमेल रिकॉर्ड.
+Button,बटन
+By,द्वारा
+COMM-,कॉम -
+CSS,सीएसएस
+Calendar,कैलेंडर
+Can only be exported by users with role 'Report Manager',उपयोगकर्ताओं द्वारा केवल भूमिका 'रिपोर्ट प्रबंधक' के साथ निर्यात किया जा सकता है
+Cancel,रद्द करें
+Cancel permission also allows the user to delete a document (if it is not linked to any other document).,रद्द करें अनुमति भी उपयोगकर्ता एक दस्तावेज़ (अगर यह किसी भी अन्य दस्तावेज से नहीं जुड़ा है) को नष्ट करने के लिए अनुमति देता है.
+Cancelled,Cancelled
+Cannot Update: Incorrect / Expired Link.,अद्यतन नहीं कर सकता : समय सीमा समाप्त / गलत लिंक .
+Cannot Update: Incorrect Password,अद्यतन नहीं कर सकता : गलत पासवर्ड
+Cannot change from,से नहीं बदला जा सकता
+Cannot edit standard fields,मानक फ़ील्ड्स संपादित नहीं कर सकते
+Cannot map because following condition fails: ,निम्न स्थिति में विफल रहता है क्योंकि मैप नहीं कर सकते हैं:
+"Cannot update a non-exiting record, try inserting.","एक गैर बाहर निकलने रिकॉर्ड अद्यतन नहीं कर सकते , डालने का प्रयास करें."
+Categorize blog posts.,ब्लॉग पोस्ट श्रेणीबद्ध.
+Category,श्रेणी
+Category Name,श्रेणी नाम
+Center,केंद्र
+"Certain documents should not be changed once final, like an Invoice for example. The final state for such documents is called Submitted. You can restrict which roles can Submit.","कुछ दस्तावेजों एक बार अंतिम नहीं उदाहरण के लिए एक चालान की तरह बदल गया है,. ऐसे दस्तावेजों के लिए अंतिम राज्य प्रस्तुत कहा जाता है. आप को सीमित कर सकते हैं जो भूमिका प्रस्तुत कर सकते हैं."
+Chat,बातचीत
+Check,चेक
+Check / Uncheck roles assigned to the Profile. Click on the Role to find out what permissions that Role has.,/ अनचेक करें प्रोफ़ाइल को सौंपा भूमिकाओं की जाँच करें. रोल पर क्लिक करें पता लगाने के लिए अनुमति है कि क्या भूमिका है.
+Check this to make this the default letter head in all prints,इस जाँच के लिए सभी प्रिंट में इस डिफ़ॉल्ट पत्र सिर
+Checked,जाँचा गया
+Child Tables are shown as a Grid in other DocTypes.,बाल टेबल्स अन्य doctypes में एक ग्रिड के रूप में दिखाया जाता है.
+Clear Cache & Refresh,कैशे साफ और ताज़ा
+Click on button in the 'Condition' column and select the option 'User is the creator of the document','स्थिति' कॉलम में बटन पर क्लिक करें और चुनें विकल्प 'प्रयोक्ता दस्तावेज़ के निर्माता है'
+Click on row to edit.,संपादित करने के लिए पंक्ति पर क्लिक करें .
+Click to Expand / Collapse,/ विस्तार करें संकुचित करने के लिए क्लिक करें
+Client,ग्राहक
+Close,बंद करें
+Code,कोड
+Color,रंग
+Column Break,स्तंभ विराम
+Comment,टिप्पणी
+Comment By,द्वारा टिप्पणी
+Comment By Fullname,Fullname द्वारा टिप्पणी
+Comment Date,तिथि टिप्पणी
+Comment Docname,Docname टिप्पणी
+Comment Doctype,Doctype टिप्पणी
+Comment Time,समय टिप्पणी
+Comments,टिप्पणियां
+Communication,संचार
+Communication Medium,संचार माध्यम
+Company History,कंपनी इतिहास
+Company Introduction,कंपनी का परिचय
+Company Name,कंपनी का नाम
+Complaint,शिकायत
+Complete By,द्वारा पूरा करें
+Condition Field,हालत फील्ड
+Contact Us Settings,हमसे सेटिंग्स संपर्क
+"Contact options, like ""Sales Query, Support Query"" etc each on a new line or separated by commas.","संपर्क विकल्प, आदि एक नई लाइन पर प्रत्येक "बिक्री प्रश्न, प्रश्न समर्थन" कोमा से विभाजित."
+Content,सामग्री
+Content in markdown format that appears on the main side of your page,Markdown प्रारूप में सामग्री है कि अपने पृष्ठ के मुख्य पक्ष पर प्रकट होता है
+Content web page.,सामग्री वेब पेज.
+Control Panel,नियंत्रण कक्ष
+Controller,नियंत्रक
+Copy,कॉपी करें
+Copyright,सर्वाधिकार
+Core,मूल
+Count,गणना
+Country,देश
+Create,बनाना
+Created Customer Issue,बनाया ग्राहक के मुद्दे
+Created Opportunity,अवसर पैदा
+Created Support Ticket,बनाया समर्थन टिकट
+Currency,मुद्रा
+Currency Format,मुद्रा स्वरूप
+Current status,वर्तमान स्थिति
+Custom CSS,कस्टम सीएसएस
+Custom Field,कस्टम फ़ील्ड
+Custom Reports,कस्टम रिपोर्ट
+Custom Script,कस्टम स्क्रिप्ट
+Custom Startup Code,कस्टम स्टार्टअप कोड
+Custom?,कस्टम?
+Customize,को मनपसंद
+Customize Form,प्रपत्र को अनुकूलित
+Customize Form Field,प्रपत्र फ़ील्ड अनुकूलित
+"Customize Label, Print Hide, Default etc.","लेबल, प्रिंट छिपाएँ, Default आदि अनुकूलित"
+Daily Event Digest is sent for Calendar Events where reminders are set.,रोज की घटना डाइजेस्ट अनुस्मारक सेट कर रहे हैं जहां कैलेंडर घटनाक्रम के लिए भेज दिया जाता है.
+Danger,खतरा
+Data,डेटा
+Data missing in table,तालिका में लापता डेटा
+Date,तारीख
+Date Format,दिनांक स्वरूप
+Date must be in format,तिथि प्रारूप में होना चाहिए
+Datetime,Datetime
+Dear,प्रिय
+Default,चूक
+Default Home Page,डिफॉल्ट होम पेज
+Default Home Pages,डिफॉल्ट होम पेज
+Default Print Format,डिफ़ॉल्ट प्रिंट प्रारूप
+Default Value,डिफ़ॉल्ट मान
+"Default: ""Contact Us""",डिफ़ॉल्ट: "हमसे संपर्क करें"
+DefaultValue,DefaultValue
+Defaults,डिफ़ॉल्ट्स
+Defines actions on states and the next step and allowed roles.,राज्यों पर कार्रवाई और अगले कदम और अनुमति भूमिकाओं को परिभाषित करता है.
+Defines workflow states and rules for a document.,कार्यप्रवाह राज्यों और एक दस्तावेज़ के लिए नियमों को परिभाषित करता है.
+Delete,हटाना
+Delete Row,पंक्ति हटाएँ
+Depends On,पर निर्भर करता है
+Descending,अवरोही
+Description,विवरण
+"Description for listing page, in plain text, only a couple of lines. (max 140 characters)","सादे पाठ में सूची पृष्ठ के लिए विवरण, लाइनों का केवल एक जोड़े. (अधिकतम 140 अक्षर)"
+Description for page header.,पृष्ठ शीर्षक के लिए विवरण.
+Desktop,डेस्कटॉप
+Details,विवरण
+Did not add.,जोड़ नहीं था.
+Did not cancel,रद्द नहीं किया
+Did not save,बचाने के लिए नहीं किया
+"Different ""States"" this document can exist in. Like ""Open"", ""Pending Approval"" etc.","विभिन्न इस दस्तावेज़ "राज्य अमेरिका" की तरह "ओपन" अंदर मौजूद है, "अनुमोदन लंबित" आदि कर सकते हैं"
+Disable Customer Signup link in Login page,लॉगइन पेज में ग्राहक पंजीकरण कड़ी अक्षम
+Disable Signup,पंजीकरण अक्षम
+Disabled,विकलांग
+Display Settings,सेटिंग्स प्रदर्शित करें
+Doc Status,डॉक्टर स्थिति
+DocField,DocField
+DocPerm,DocPerm
+DocType,Doctype
+DocType Details,DOCTYPE विवरण
+DocType can not be merged,टैग विलय हो नहीं सकता
+DocType is a Table / Form in the application.,DOCTYPE / आवेदन तालिका के रूप में है.
+DocType on which this Workflow is applicable.,Doctype जिस पर इस कार्यप्रवाह लागू है.
+DocType or Field,Doctype या फील्ड
+Docname,Docname
+Document,दस्तावेज़
+Document Status transition from ,से दस्तावेज स्थिति संक्रमण
+Document Type,दस्तावेज़ प्रकार
+Document Types,दस्तावेज़ प्रकार
+Document is only editable by users of role,दस्तावेज़ भूमिका के उपयोगकर्ताओं द्वारा केवल संपादन है
+Documents,दस्तावेज़
+Download Backup,बैकअप डाउनलोड
+Draft,मसौदा
+Drafts,ड्राफ्ट्स
+Drag to sort columns,तरह स्तंभों को खींचें
+Edit,संपादित करें
+Editable,संपादन
+Email,ईमेल
+Email Host,ईमेल होस्ट
+Email Id where users will send support request e.g. support@example.com,उपयोगकर्ताओं को समर्थन अनुरोध जैसे भेजेंगे जहां ईमेल आईडी support@example.com
+Email Login,ईमेल लॉगइन
+Email Password,ईमेल पासवर्ड
+Email Sent,ईमेल भेजा गया
+Email Settings,ईमेल सेटिंग
+Email Signature,ईमेल हस्ताक्षर
+Email Use SSL,ईमेल में इस्तेमाल SSL
+"Email addresses, separted by commas","ईमेल पते, अल्पविराम के द्वारा separted"
+Email...,ईमेल ...
+Embed image slideshows in website pages.,वेबसाइट के पन्नों में छवि स्लाइडशो चलाने एम्बेड करें.
+Enable Comments,टिप्पणियां सक्षम
+Enabled,Enabled
+Ends on,पर समाप्त होता है
+Enter Form Type,प्रपत्र प्रकार दर्ज करें
+"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.","डिफ़ॉल्ट मान (कुंजी) क्षेत्रों और मूल्यों दर्ज करें. यदि आप एक क्षेत्र के लिए अनेक मान जोड़ने के लिए, 1 एक उठाया जाएगा. ये चूक भी "मैच" अनुमति नियमों के सेट करने के लिए किया जाता है. क्षेत्रों की सूची देखने के लिए प्रपत्र को अनुकूलित ."
+Equals,बराबरी
+Error,त्रुटि
+Error: Document has been modified after you have opened it,त्रुटि: आप इसे खोल दिया है के बाद दस्तावेज़ संशोधित किया गया है
+Event,घटना
+Event End must be after Start,घटना अंत प्रारंभ के बाद होना चाहिए
+Event Individuals,घटना व्यक्तियों
+Event Role,घटना रोल
+Event Roles,घटना भूमिकाओं
+Event Type,इवेंट प्रकार
+Event User,इवेंट उपयोगकर्ता के
+Events In Today's Calendar,आज के कैलेंडर में घटनाक्रम
+Every Day,हर दिन
+Every Month,हर महीने
+Every Week,हर हफ्ते
+Every Year,हर साल
+Example:,उदाहरण:
+Export,निर्यात
+Facebook Share,फेसबुक के शेयर
+FavIcon,FavIcon
+Female,महिला
+Field Description,फील्ड विवरण
+Field Name,फ़ील्ड का नाम
+Field Type,फ़ील्ड प्रकार
+"Field that represents the Workflow State of the transaction (if field is not present, a new hidden Custom Field will be created)","फील्ड है कि लेन - देन की कार्यप्रवाह राज्य का प्रतिनिधित्व करता है (अगर क्षेत्र मौजूद नहीं है, एक नया छिपा कस्टम फ़ील्ड बनाया जाएगा)"
+Fieldname,FIELDNAME
+Fields,फील्ड्स
+"Fields separated by comma (,) will be included in the
Search By list of Search dialog box","अल्पविराम (,) द्वारा अलग क्षेत्रों में शामिल किया जाएगा
खोज संवाद बॉक्स की सूची तक खोजें"
+File,फ़ाइल
+File Data,डेटा फ़ाइल
+File Name,फ़ाइल नाम
+File Size,फ़ाइल का आकार
+File URL,फ़ाइल URL
+File size exceeded the maximum allowed size,फ़ाइल का आकार अधिकतम आकार से अधिक
+Filter,फ़िल्टर
+Finder,खोजक
+First Name,प्रथम नाम
+Float,नाव
+Font (Heading),फॉन्ट (शीर्षक)
+Font (Text),फ़ॉन्ट (पाठ)
+Font Size (Text),फॉन्ट साइज (पाठ)
+Fonts,फ़ॉन्ट्स
+Footer,पाद लेख
+Footer Items,पाद लेख आइटम
+For All Users,सभी उपयोगकर्ताओं के लिए
+For DocType,टैग के लिए
+"For Links, enter the DocType as range
+For Select, enter list of Options separated by comma",
+"For comparative filters, start with","तुलनात्मक फिल्टर करने के लिए, के साथ शुरू"
+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 'बन जाएगा. यह आप प्रत्येक संशोधन का ट्रैक रखने में मदद करता है.
+For example: You want to restrict users to transactions marked with a certain property called 'Territory',उदाहरण के लिए: आप एक निश्चित 'क्षेत्र' कहा जाता है संपत्ति के साथ लेनदेन के रूप में चिह्नित करने के लिए उपयोगकर्ताओं को सीमित करना चाहते हैं
+For ranges,श्रेणियों के लिए
+Form,प्रपत्र
+"Format: hh:mm example for one hour expiry set as 01:00.
+Max expiry will be 72 hours. Default is 24 hours",
+Forward To Email Address,फॉरवर्ड ईमेल पते पर
+Friday,शुक्रवार
+From Date must be before To Date,दिनांक से पहले तिथि करने के लिए होना चाहिए
+Full Name,पूरा नाम
+Gantt Chart,Gantt चार्ट
+Gender,लिंग
+General,सामान्य
+Generator,जनरेटर
+Georgia,जॉर्जिया
+Get,जाना
+Get From ,से प्राप्त करें
+"Go to Setup > User Properties to set \
+ 'territory' for diffent Users.",
+Google Analytics ID,गूगल एनालिटिक्स आईडी
+Google Plus One,गूगल प्लस एक
+Google Web Font (Heading),Google वेब फ़ॉन्ट (शीर्षक)
+Google Web Font (Text),Google वेब फ़ॉन्ट (पाठ)
+Greater or equals,ग्रेटर या बराबर होती है
+Greater than,इससे बड़ा
+Groups,समूह
+HTML,HTML
+Header,हैडर
+Heading,शीर्षक
+Heading Text As,जैसा कि पाठ शीर्षक
+Help,मदद
+Helvetica Neue,Helvetica Neue
+Hey! There should remain at least one System Manager,अरे! कम से कम एक सिस्टम मैनेजर वहाँ रहना चाहिए
+Hidden,छुपा
+Hide Actions,प्रक्रिया छिपाएँ
+Hide Copy,प्रतिलिपि बनाएँ छिपाएँ
+Hide Email,ईमेल छुपाएँ
+Hide Heading,शीर्षक छिपाएँ
+Hide Print,प्रिंट छिपाएँ
+Hide Toolbar,टूलबार छिपाएँ
+Highlight,हाइलाइट
+History,इतिहास
+Home Page,मुख पृष्ठ
+Home Page is Products,होम पेज उत्पाद है
+Home Pages,घर पन्ने
+ID,आईडी
+ID (name) of the entity whose property is to be set,इकाई जिनकी संपत्ति को सेट किया जा रहा है की आईडी (नाम)
+Icon,आइकॉन
+Icon will appear on the button,आइकन बटन पर दिखाई देगा
+"If a User does not have access at Level 0, then higher levels are meaningless","यदि एक उपयोगकर्ता पहुंच 0 स्तर पर नहीं है, तो उच्च स्तर व्यर्थ कर रहे हैं"
+"If checked, all other workflows become inactive.","अगर जाँच की है, सभी अन्य वर्कफ़्लोज़ निष्क्रिय हो जाते हैं."
+"If checked, the Home page will be the default Item Group for the website.",अगर चेक्ड होम पेज वेबसाइट के लिए डिफ़ॉल्ट आइटम समूह होगा.
+"If image is selected, color will be ignored (attach first)","यदि छवि का चयन किया गया है, रंग (1 देते हैं) पर ध्यान नहीं दिया जाएगा"
+"If not, create a","यदि नहीं, तो एक बनाने के लिए"
+"If the 'territory' Link Field exists, it will give you an option to select it","यदि 'क्षेत्र' लिंक क्षेत्र में मौजूद है, यह आप एक का चयन करने के लिए यह विकल्प दे देंगे"
+"If these instructions where not helpful, please add in your suggestions at GitHub Issues","इन निर्देशों जहां मददगार नहीं हैं, GitHub मुद्दे a> पर अपने सुझाव में जोड़ने के लिए कृपया"
+"If you set this, this Item will come in a drop-down under the selected parent.","आप यह निर्धारित करते हैं, इस आइटम का चयन माता पिता के नीचे एक ड्रॉप डाउन में आ जाएगा ."
+Image,छवि
+Image Link,फोटो लिंक
+Import,आयात
+In,में
+In Dialog,संवाद में
+In Filter,फिल्टर में
+In List View,सूची दृश्य में
+In Report Filter,रिपोर्ट फिल्टर में
+In response to,के जवाब में
+"In the Permission Manager, click on the button in the 'Condition' column for the Role you want to restrict.","अनुमति मैनेजर में, 'स्थिति' कॉलम में रोल आप प्रतिबंधित करना चाहते हैं, उसके लिए बटन पर क्लिक करें."
+Index,अनुक्रमणिका
+Individuals,व्यक्तियों
+Industry,उद्योग
+Info,जानकारी
+Insert After,बाद सम्मिलित करें
+Insert Below,नीचे डालें
+Insert Code,कोड डालने के लिए
+Insert Row,पंक्ति डालें
+Insert Style,शैली सम्मिलित करें
+Int,इंट
+Integrations,एकीकरण
+Introduce your company to the website visitor.,वेबसाइट आगंतुक के लिए अपनी कंपनी शुरू.
+Introduction,परिचय
+Introductory information for the Contact Us Page,हमसे संपर्क करें पृष्ठ के लिए परिचयात्मक जानकारी
+Invalid Email,अवैध ईमेल
+Inverse,उलटा
+Is Active,सक्रिय है
+Is Child Table,चाइल्ड तालिका
+Is Default,डिफ़ॉल्ट है
+Is Mandatory Field,अनिवार्य क्षेत्र है
+Is Single,एकल
+Is Standard,मानक है
+Is Submittable,Submittable है
+JSON,JSON
+JavaScript Format: wn.query_reports['REPORTNAME'] = {},जावास्क्रिप्ट स्वरूप: wn.query_reports [' REPORTNAME '] = {}
+Javascript,जावास्क्रिप्ट
+Javascript to append to the head section of the page.,जावास्क्रिप्ट पृष्ठ के सिर अनुभाग को संलग्न करने के लिए.
+Keep a track of all communications,सभी संचार के एक ट्रैक रखें
+Key,कुंजी
+Label,लेबल
+Label Help,लेबल मदद
+Lacs,लाख
+Landing Page,लैंडिंग पेज
+Language,भाषा
+Language preference for user interface (only if available).,उपयोगकर्ता इंटरफ़ेस के लिए भाषा वरीयता (केवल यदि उपलब्ध हो).
+Last IP,अंतिम IP
+Last Login,अंतिम लॉगिन
+Last Name,सरनेम
+Last updated by,अंतिम अद्यतन
+Lastmod,lastmod
+Lato,Lato
+Leave blank to repeat always,हमेशा दोहराने के लिए खाली छोड़ें
+Left,वाम
+Less or equals,कम या बराबर होती है
+Less than,से भी कम
+Letter Head,पत्रशीर्ष
+Letter Head Image,लेटर हेड छवि
+Letter Head Name,लेटर हेड का नाम
+Letter Head in HTML,एचटीएमएल में लेटर हेड
+Level,स्तर
+"Level 0 is for document level permissions, higher levels for field level permissions.","0 स्तर दस्तावेज़ स्तर अनुमतियाँ, क्षेत्र स्तर अनुमति के लिए उच्च स्तर के लिए है."
+Like,जैसा
+Link,लिंक
+Link Name,लिंक का नाम
+Link to other pages in the side bar and next section,साइड बार में अन्य पृष्ठों और अगले अनुभाग लिंक
+Link to the page you want to open,आप खोलना चाहते पेज से लिंक करें
+Linked In Share,शेयर में लिंक्ड
+Linked With,के साथ जुड़ा हुआ
+List,सूची
+List of patches executed,निष्पादित पैच की सूची
+Loading,लदान
+Loading Report,रिपोर्ट लोड हो रहा है
+Loading...,लोड हो रहा है ...
+Log of Scheduler Errors,समयबद्धक त्रुटियों की लॉग इन करें
+Login,लॉगिन
+Login After,बाद कीजिये
+Login Before,इससे पहले कीजिये
+Logout,लॉगआउट
+Long Text,लंबी पाठ
+Lucida Grande,ल्युसिडा Grande
+Mail Footer,मेल फूटर
+Mail Server,मेल सर्वर
+Main Section,मुख्य धारा
+Make a new,एक नया
+Make sure that the transactions you want to restrict have a Link field 'territory' that maps to a 'Territory' master.,कि यह सुनिश्चित करें कि आप लेनदेन के लिए प्रतिबंधित करना चाहते हैं एक लिंक फ़ील्ड 'क्षेत्र' एक 'क्षेत्र' मास्टर नक्शे.
+Male,नर
+Mandatory,अनिवार्य
+Mandatory filters required:\n,अनिवार्य फिल्टर की आवश्यकता है: \ n
+Master,मास्टर
+Match,मैच
+Max Attachments,अधिकतम किए गए अनुलग्नकों के
+"Meaning of Submit, Cancel, Amend","अर्थ की सबमिट रद्द, संशोधन"
+"Menu items in the Top Bar. For setting the color of the Top Bar, go to Style Settings","शीर्ष पट्टी में मेनू आइटम है. शीर्ष पट्टी का रंग की स्थापना के लिए जाना शैली सेटिंग्स"
+"Merging is only possible between Group-to-Group or
+ Ledger-to-Ledger",
+Message,संदेश
+Method,विधि
+Middle Name (Optional),मध्य नाम (वैकल्पिक)
+Millions,लाखों
+Misc,विविध
+Miscellaneous,विविध
+Missing Values Required,आवश्यक लापता मूल्यों
+Modified by,के द्वारा जाँचा गया
+Module,मॉड्यूल
+Module Def,मॉड्यूल Def
+Module Name,मॉड्यूल नाम
+Modules,मॉड्यूल
+Monday,सोमवार
+More,अधिक
+More content for the bottom of the page.,पृष्ठ के नीचे के लिए सामग्री.
+Must have report permission to access this report.,इस रिपोर्ट का उपयोग करने की रिपोर्ट की अनुमति होनी चाहिए.
+Must specify a Query to run,को चलाने के लिए एक प्रश्न जरूर निर्दिष्ट
+Name,नाम
+Name Case,नाम प्रकरण
+Name Exists,नाम से मौजूद है
+Naming Series mandatory,अनिवार्य श्रृंखला का नामकरण
+New,नई
+New Password,नया पासवर्ड
+New Record,नया रिकॉर्ड
+New value to be set,नई करने के लिए सेट किया जा मूल्य
+Next Communcation On,अगला कम्युनिकेशन
+Next State,अगले राज्य
+Next actions,अगली कार्रवाई
+No,नहीं
+No Action,कोई कार्रवाई नहीं
+No Cache,कोई कैश
+No Communication tagged with this ,इस के साथ टैग कोई संचार
+No Copy,कोई नकल
+No Permission,अनुमति नहीं है
+No Permission to ,करने के लिए कोई अनुमति
+No Permissions set for this criteria.,कोई अनुमतियाँ इस मापदंड के लिए निर्धारित किया है.
+No Report Loaded. Please use query-report/[Report Name] to run a report.,कोई रिपोर्ट भरा हुआ है. उपयोग क्वेरी रिपोर्ट / [रिपोर्ट नाम] की एक रिपोर्ट चलाने के लिए कृपया.
+No Sitemap,कोई साइटमैप
+No User Properties found.,कोई उपयोगकर्ता के गुण पाया.
+No further records,आगे कोई रिकॉर्ड
+No one,कोई नहीं
+No permission to edit,संपादित करने के लिए कोई अनुमति नहीं
+No permission to write / remove.,लिखने के लिए कोई अनुमति / हटा दें.
+No records tagged.,कोई रिकॉर्ड टैग.
+None,कोई नहीं
+None: End of Workflow,कोई नहीं: कार्यप्रवाह समाप्ति
+Not Found,नहीं मिला
+Not Linked to any record.,लिंक्ड कोई रिकॉर्ड नहीं है.
+Not Permitted,अनुमति नहीं
+Not allowed for: ,के लिए अनुमति नहीं है:
+Not enough permission to see links.,पर्याप्त के लिए लिंक को देखने की अनुमति नहीं है.
+Not equals,नहीं के बराबर होती है
+"Note: For best results, images must be of the same size and width must be greater than height.","नोट: सर्वोत्तम परिणामों के लिए, छवियों को एक ही आकार और चौड़ाई का होना आवश्यक ऊंचाई से अधिक होना चाहिए."
+Note: Other permission rules may also apply,नोट: अन्य अनुमति के नियम भी लागू हो सकता है
+Note: maximum attachment size = 1mb,नोट: अधिकतम कुर्की आकार 1mb =
+Nothing to show,दिखाने के लिए कुछ भी नहीं
+Nothing to show for this selection,इस चयन के लिए दिखाने के लिए कुछ भी नहीं
+Notification Count,अधिसूचना गणना
+Notify By Email,ईमेल से सूचित
+On,पर
+"Once you have set this, the users will only be able access documents with that property.","एक बार जब आप यह निर्धारित किया है, उपयोगकर्ताओं को केवल उस संपत्ति के साथ सक्षम पहुँच दस्तावेज होगा."
+Only Administrator allowed to create Query / Script Reports,केवल प्रशासक प्रश्न / स्क्रिप्ट रिपोर्टें बनाने की अनुमति
+Only Administrator can save a standard report. Please rename and save.,केवल प्रशासक एक मानक रिपोर्ट बचा सकता है. नाम बदलने और बचा लो.
+Only Allow Edit For,केवल के लिए संपादित करें अनुमति दें
+Only System Manager can create / edit reports,केवल सिस्टम मैनेजर रिपोर्ट बनाने / संपादित कर सकते हैं
+Open Count,ओपन गणना
+Open Sans,ओपन संस
+Options,विकल्प
+Options Help,विकल्पों की मदद से
+Org History,संगठन इतिहास
+Org History Heading,संगठन इतिहास शीर्षक
+Original Message,मूल संदेश
+Other,अन्य
+POP3 Mail Server (e.g. pop.gmail.com),POP3 मेल सर्वर (जैसे pop.gmail.com)
+Page,पेज
+Page Background,पृष्ठ पृष्ठभूमि
+Page Border,पृष्ठ बॉर्डर
+Page HTML,पृष्ठ HTML
+Page Headings,पृष्ठ शीर्षकों
+Page Links,पेज लिंक
+Page Name,पेज का नाम
+Page Name Field,पेज का नाम फील्ड
+Page Role,पृष्ठ रोल
+Page Text,पृष्ठ पाठ
+Page already exists,पृष्ठ पहले से मौजूद है
+Page content,पृष्ठ सामग्री
+Page not found,पृष्ठ नहीं मिला
+Page or Generator,पेज या जेनरेटर
+Page text and background is same color. Please change.,पृष्ठ पाठ और पृष्ठभूमि एक ही रंग है. बदलाव करें.
+"Page to show on the website
+",
+"Page url name (auto-generated) (add "".html"")",पृष्ठ url (ऑटो उत्पन्न) नाम (जोड़ "html.")
+Parent Label,माता - पिता लेबल
+Parent is required.,माता - पिता की आवश्यकता है.
+Participants,प्रतिभागियों
+Password,पासवर्ड
+Password Expires in (days),पासवर्ड में समाप्त (दिन)
+Password Updated,पासवर्ड अपडेट
+Patch,पैच
+Patch Log,पैच प्रवेश करें
+Percent,प्रतिशत
+Perm Level,स्तर Perm
+Permission Level,अनुमति स्तर
+Permission Levels,अनुमति स्तरों
+Permission Manager,अनुमति प्रबंधक
+Permission Rules,अनुमति नियम
+Permissions,अनुमतियाँ
+Permissions Settings,अनुमतियाँ सेटिंग्स
+Permissions are automatically translated to Standard Reports and Searches,अनुमतियाँ स्वतः मानक रिपोर्टों और खोज पर अनुवाद कर रहे हैं
+"Permissions are set on Roles and Document Types (called DocTypes) by restricting read, edit, make new, submit, cancel, amend and report rights.","अनुमतियाँ भूमिकाओं और दस्तावेज़ प्रकार (नामक doctypes) पर पढ़ने, संपादित, नया बनाने के लिए सीमित द्वारा स्थापित कर रहे हैं, सबमिट रद्द, संशोधन और अधिकार की रिपोर्ट."
+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 incase you want to hide or make certain field read-only.,उच्च स्तर पर अनुमतियाँ 'फील्ड लेवल अनुमतियाँ हैं. सभी क्षेत्रों उनके खिलाफ एक 'अनुमति स्तर' सेट और कि अनुमति पर परिभाषित नियमों क्षेत्र के लिए लागू होते हैं. यह उपयोगी है बैठाना आप को छिपाने के लिए या कुछ क्षेत्र केवल पढ़ने के लिए करना चाहते हैं.
+"Permissions at level 0 are 'Document Level' permissions, i.e. they are primary for access to the document.","स्तर 0 पर अनुमतियाँ हैं 'दस्तावेज़ स्तर' की अनुमति है, यानी वे दस्तावेज़ तक पहुँच के लिए प्राथमिक रहे हैं."
+Permissions translate to Users based on what Role they are assigned,अनुमतियाँ क्या भूमिका वे आवंटित कर रहे है इस आधार पर उपयोगकर्ताओं के लिए अनुवाद
+Person,व्यक्ति
+Phone,फ़ोन
+Phone No.,फोन नंबर
+Pick Columns,स्तंभ उठाओ
+Please attach a file first.,पहले एक फ़ाइल संलग्न करें.
+Please attach a file or set a URL,एक फ़ाइल संलग्न या एक यूआरएल निर्धारित करें
+Please change the value,मूल्य में बदलाव करें
+Please enable pop-ups,पॉप अप सक्षम करें
+Please make sure that there are no empty columns in the file.,फाइल में कोई रिक्त स्तंभ हैं कि कृपया सुनिश्चित करें.
+Please refresh to get the latest document.,नवीनतम दस्तावेज प्राप्त करने के लिए ताज़ा करें.
+Please select a file or url,एक फाइल या यूआरएल का चयन करें
+Please specify,कृपया बताएं
+Plugin,प्लगइन
+Post Publicly,सार्वजनिक रूप से पोस्ट
+Post Topic,विषय पोस्ट
+Post to user,उपयोगकर्ता को पोस्ट
+Posts,डाक
+Primary,प्राथमिक
+Print Format,प्रारूप प्रिंट
+Print Format Type,प्रारूप टाइप प्रिंट
+Print Hide,छिपाएँ प्रिंट
+Print Width,प्रिंट चौड़ाई
+Print...,प्रिंट ...
+Priority,प्राथमिकता
+Private,निजी
+Profile,रूपरेखा
+Profile Defaults,प्रोफ़ाइल डिफ़ॉल्ट्स
+Profile Represents a User in the system.,प्रणाली में एक उपयोगकर्ता का प्रतिनिधित्व करता है.
+Profile of a Blogger,एक ब्लॉगर की प्रोफाइल
+Profile of a blog writer.,एक ब्लॉग लेखक का प्रोफ़ाइल.
+Properties,गुण
+Property,संपत्ति
+Property Setter,संपत्ति सेटर
+Property Setter overrides a standard DocType or Field property,संपत्ति सेटर ओवरराइड एक मानक doctype या फील्ड संपत्ति
+Property Type,सम्पत्ती के प्रकार
+Public,सार्वजनिक
+Published,प्रकाशित
+Published On,पर प्रकाशित
+Pull Emails from the Inbox and attach them as Communication records (for known contacts).,ईमेल इनबॉक्स से खींचो और उन्हें संचार रिकॉर्ड (ज्ञात संपर्कों के लिए) के रूप में देते हैं.
+Query,प्रश्न
+Query Options,क्वेरी विकल्प
+Query Report,क्वेरी रिपोर्ट
+Query must be a SELECT,प्रश्न एक का चयन किया जाना चाहिए
+Quick Help for Setting Permissions,अनुमतियाँ सेट करने के लिए त्वरित मदद
+Quick Help for User Properties,उपयोगकर्ता के गुण के लिए त्वरित सहायता
+Read,पढ़ना
+Read Only,केवल पठनीय
+Received,प्राप्त
+Recipient,प्राप्तकर्ता
+Recipients,प्राप्तकर्ता
+Ref DocType,रेफरी doctype
+Ref Name,रेफरी नाम
+Ref Type,रेफरी के प्रकार
+Reference,संदर्भ
+Reference DocName,संदर्भ DocName
+Reference DocType,संदर्भ टैग
+Reference Name,संदर्भ नाम
+Reference Type,संदर्भ प्रकार
+Refresh,ताज़ा करना
+Registered but disabled.,पंजीकृत लेकिन अक्षम.
+Registration Details Emailed.,पंजीकरण विवरण ईमेल किया.
+Remove Bookmark,बुकमार्क निकालें
+Rename...,नाम बदलें ...
+Repeat On,पर दोहराएँ
+Repeat Till,जब तक दोहराएँ
+Repeat this Event,इस इवेंट दोहराएँ
+Report,रिपोर्ट
+Report Builder,रिपोर्ट बिल्डर
+Report Builder reports are managed directly by the report builder. Nothing to do.,रिपोर्ट बिल्डर रिपोर्टों रिपोर्ट बिल्डर द्वारा सीधे प्रबंधित कर रहे हैं. ऐसा करने के लिए कुछ भी नहीं है.
+Report Hide,छिपाएँ रिपोर्ट
+Report Name,रिपोर्ट नाम
+Report Type,टाइप रिपोर्ट
+Report was not saved (there were errors),रिपोर्ट नहीं बचाया (वहाँ त्रुटियों थे)
+Represents the states allowed in one document and role assigned to change the state.,एक दस्तावेज़ और राज्य में बदल सौंपा भूमिका में अनुमति दी राज्यों का प्रतिनिधित्व करता है.
+Reqd,Reqd
+Reset Password Key,पासवर्ड को रीसेट
+Restrict IP,आईपी प्रतिबंधित करें
+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),इस आईपी पते से ही उपयोगकर्ता प्रतिबंधित. एकाधिक आईपी पतों को अल्पविरामों से अलग से जोड़ा जा सकता है. इसके अलावा तरह आंशिक आईपी पते (111.111.111) स्वीकार
+Restricting By User,USER के द्वारा प्रतिबंधित
+Right,सही
+Role,भूमिका
+Role Name,भूमिका का नाम
+Roles,भूमिकाओं
+Roles Assigned,निरुपित भूमिकाओं
+Roles Assigned To User,उपयोगकर्ता को असाइन भूमिकाओं
+Roles HTML,भूमिकाओं HTML
+Root ,जड़
+Row,पंक्ति
+Rules defining transition of state in the workflow.,नियम कार्यप्रवाह में राज्य के संक्रमण को परिभाषित.
+"Rules for how states are transitions, like next state and which role is allowed to change state etc.","कैसे राज्यों बदलाव अगले राज्य और जो भूमिका की तरह कर रहे हैं, के लिए नियम आदि राज्य को बदलने की अनुमति दी है"
+SMS,एसएमएस
+Sales,विक्रय
+Same file has already been attached to the record,एक ही फाइल पहले से रिकॉर्ड करने के लिए संलग्न किया गया है
+Saturday,शनिवार
+Save,बचाना
+Scheduler Log,समयबद्धक प्रवेश
+Script,लिपि
+Script Report,स्क्रिप्ट की रिपोर्ट
+Script Type,लिखावट टाइप
+Script to attach to all web pages.,स्क्रिप्ट सभी वेब पृष्ठों के लिए देते हैं.
+Search,खोजें
+Search Fields,खोज फ़ील्ड्स
+Section Break,अनुभाग विराम
+Security Settings,सुरक्षा सेटिंग्स
+Select,चयन
+Select All,सभी का चयन
+Select Attachments,किए गए अनुलग्नकों के चयन करें
+Select Document Type,दस्तावेज़ प्रकार का चयन करें
+Select Document Type or Role to start.,दस्तावेज़ प्रकार या शुरू करने के लिए रोल का चयन करें.
+Select Module,मोड्युल चुनें
+Select Print Format,प्रिंट प्रारूप का चयन करें
+Select Report Name,रिपोर्ट नाम का चयन करें
+Select Role,रोल का चयन करें
+Select Type,प्रकार का चयन करें
+Select User or Property to start.,उपयोगकर्ता या शुरू करने के लिए संपत्ति का चयन करें.
+Select a Banner Image first.,पहले एक बैनर छवि का चयन करें.
+Select an image of approx width 150px with a transparent background for best results.,अच्छे परिणाम के लिए एक पारदर्शी पृष्ठभूमि के साथ लगभग चौड़ाई 150px की एक छवि का चयन करें.
+Select dates to create a new ,एक नया बनाने की दिनांक चुने
+Select or drag across time slots to create a new event.,का चयन करें या एक नई घटना बनाने के लिए टाइम स्लॉट भर में खींचें.
+"Select target = ""_blank"" to open in a new page.","चुनने का लक्ष्य एक नया पेज में खोलने के लिए = "" _blank"" ."
+Select the label after which you want to insert new field.,लेबल का चयन करें जिसके बाद आप नए क्षेत्र सम्मिलित करना चाहते हैं.
+Send,भेजें
+Send As Email,ईमेल के रूप में भेजें
+Send Me A Copy,मुझे एक कॉपी भेज
+Send an email reminder in the morning,सुबह में एक ईमेल अनुस्मारक भेजें
+Send enquiries to this email address,इस ईमेल पते पर पूछताछ भेजें
+Sender,प्रेषक
+Sent,भेजे गए
+Sent Mail,भेजी गई मेल
+Sent Quotation,भेजे गए कोटेशन
+Sent or Received,भेजा या प्राप्त
+Series,कई
+Server,सेवक
+Session Expired. Logging you out,सत्र समाप्त हो गया. आप लॉग आउट
+Session Expires in (time),सत्र में समाप्त (समय)
+Set Banner from Image,छवि से बैनर सेट
+Set Link,सेट लिंक
+Set Password,पासवर्ड सेट
+Set Value,मूल्य सेट
+"Set your background color, font and image (tiled)","अपनी पृष्ठभूमि रंग, फ़ॉन्ट और छवि (टाइलों) सेट"
+Settings for About Us Page.,हमारे बारे में पृष्ठ के लिए सेटिंग्स.
+Settings for Contact Us Page,हमसे संपर्क करें पृष्ठ के लिए सेटिंग्स
+Settings for Contact Us Page.,के लिए सेटिंग्स हमसे संपर्क पृष्ठ.
+Settings for the About Us Page,हमारे बारे में पृष्ठ के लिए सेटिंग्स
+Setup of fonts and background.,फ़ॉन्ट और पृष्ठभूमि का सेटअप.
+"Setup of top navigation bar, footer and logo.","शीर्ष नेविगेशन पट्टी, पाद लेख, और लोगो का सेटअप."
+Short Bio,लघु जैव
+Short Name,संक्षिप्त नाम
+Shortcut,शॉर्टकट
+Show Breadcrumbs,दिखाएँ Breadcrumbs
+Show Details,विवरण दिखाएं
+Show Print First,शो के पहले प्रिंट
+Show Table of Contents,सामग्री दिखाएँ टेबल
+Show Tags,दिखाएँ टैग
+Show Title,शो का शीर्षक
+Show rows with zero values,शून्य मान के साथ पंक्तियों दिखाएं
+Showing only for,के लिए ही दिखा रहा है
+Single Post (article).,सिंगल पोस्ट (लेख).
+Single Types have only one record no tables associated. Values are stored in tabSingles,सिंगल प्रकार जुड़े केवल एक रिकॉर्ड कोई टेबल है . मान tabSingles में जमा हो जाती है
+Slideshow,स्लाइड शो
+Slideshow Items,स्लाइड शो आइटम
+Slideshow Name,स्लाइड शो नाम
+Slideshow like display for the website,वेबसाइट के लिए प्रदर्शन की तरह स्लाइड शो
+Small Text,छोटे पाठ
+Solid background color (default light gray),ठोस पृष्ठभूमि रंग (डिफ़ॉल्ट हल्के भूरे रंग)
+Sorry we were unable to find what you were looking for.,खेद है कि हम खोजने के लिए आप क्या देख रहे थे करने में असमर्थ थे.
+Sorry you are not permitted to view this page.,खेद है कि आपको इस पृष्ठ को देखने की अनुमति नहीं है.
+Sort By,द्वारा क्रमबद्ध करें
+Special Page Settings,विशेष पृष्ठ सेटिंग
+Standard,मानक
+Start Report For,प्रारंभ लिए रिपोर्ट
+Starts on,पर शुरू होता है
+Startup,स्टार्टअप
+State,राज्य
+States,राज्य अमेरिका
+Status,हैसियत
+Step 1: Set the name and save.,चरण 1: नाम निर्धारित करें और बचाने के लिए.
+Step 2: Set Letterhead content.,चरण 2: लेटरहेड सामग्री निर्धारित करें.
+Style,शैली
+Style Settings,शैली सेटिंग्स
+"Style represents the button color: Success - Green, Danger - Red, Inverse - Black, Primary - Dark Blue, Info - Light Blue, Warning - Orange","- ग्रीन, खतरा - लाल, उलटा - काले, प्राथमिक - डार्क ब्लू जानकारी, लाइट ब्लू, चेतावनी - ऑरेंज सफलता: शैली बटन रंग का प्रतिनिधित्व करता है"
+Sub-domain provided by erpnext.com,Erpnext.com द्वारा प्रदान की उप - डोमेन
+Subdomain,उपडोमेन
+Subject,विषय
+Submit,प्रस्तुत करना
+Submitted,पेश
+Submitted Record cannot be deleted,प्रस्तुत रिकार्ड नष्ट नहीं किया जा सकता है
+Success,सफलता
+Suggestion,सुझाव
+Sunday,रविवार
+Support Email Id,ईमेल आईडी का समर्थन
+Sync Inbox,सिंक इनबॉक्स
+System,प्रणाली
+System Defaults,सिस्टम मूलभूत
+System User,सिस्टम उपयोगकर्ता को
+Table,तालिका
+Table of Contents,सामग्री तालिका
+Tag,टैग
+Tag Name,टैग का नाम
+Tags,टैग
+Tahoma,Tahoma
+Target,लक्ष्य
+Team Members,टीम के सदस्यों को
+Team Members Heading,टीम के सदस्यों शीर्षक
+Template Path,टेम्पलेट पथ
+Test,परीक्षण
+Test Runner,परीक्षण धावक
+Text,पाठ
+Text Align,पाठ संरेखित
+Text Editor,पाठ संपादक
+"The ""Web Page"" that is the website home page","वेब पेज" कि वेबसाइट के होम पेज
+The name of your company / website as you want to appear on browser title bar. All pages will have this as the prefix to the title.,/ अपनी कंपनी की वेबसाइट के नाम के रूप में आप ब्राउज़र शीर्षक पट्टी पर प्रकट करना चाहते हैं. सभी पृष्ठों शीर्षक उपसर्ग के रूप में होगा.
+"The system provides pre-defined roles, but you can add new roles to set finer permissions","प्रणाली पूर्व निर्धारित भूमिका प्रदान करता है, लेकिन आप यह कर सकते हैं नई भूमिकाओं को जोड़ने के लिए बेहतर अनुमतियाँ सेट"
+Then By (optional),तब तक (वैकल्पिक)
+These properties are Link Type fields from all Documents.,इन गुणों लिंक सभी दस्तावेजों से टाइप क्षेत्रों हैं.
+"These properties can also be used to 'assign' a particular document, whose property matches with the User's property to a User. These can be set using the Permission Manager","इन गुणों को भी 'निर्दिष्ट' करने के लिए एक विशेष दस्तावेज़, जिनकी संपत्ति उपयोगकर्ता एक उपयोगकर्ता के लिए संपत्ति के साथ मैच करने के लिए इस्तेमाल किया जा सकता है. इन का उपयोग कर सेट किया जा सकता है अनुमति प्रबंधक"
+These properties will appear as values in forms that contain them.,इन गुणों रूपों है कि उन्हें रोकने में मूल्यों के रूप में दिखाई देगा.
+These values will be automatically updated in transactions and also will be useful to restrict permissions for this user on transactions containing these values.,लेनदेन में इन मूल्यों को स्वचालित रूप से अद्यतन किया जाएगा और भी इन मूल्यों से युक्त लेनदेन पर इस उपयोगकर्ता के लिए अनुमति को प्रतिबंधित करने के लिए उपयोगी हो जाएगा.
+"This field will appear only if the fieldname defined here has value OR the rules are true (examples):
+myfield
+eval:doc.myfield=='My Value'
+eval:doc.age>18",
+This goes above the slideshow.,इस स्लाइड शो से ऊपर चला जाता है.
+This is PERMANENT action and you cannot undo. Continue?,यह स्थायी कार्रवाई की है और आप पूर्ववत नहीं कर सकते. जारी रखें?
+This is permanent action and you cannot undo. Continue?,यह स्थायी कार्रवाई है और आप पूर्ववत नहीं कर सकते. जारी रखें?
+Thursday,बृहस्पतिवार
+Time,समय
+Time Zone,समय क्षेत्र
+Title,शीर्षक
+Title / headline of your page,शीर्षक / अपने पृष्ठ का शीर्षक
+Title Case,शीर्षक केस
+Title Prefix,शीर्षक उपसर्ग
+To,से
+"To format columns, give column labels in the query.",", कॉलम प्रारूप क्वेरी में स्तंभ लेबल दे. करने के लिए"
+"To further restrict permissions based on certain values in a document, use the 'Condition' settings.","आगे एक दस्तावेज़ में कुछ मूल्यों के आधार पर अनुमति को प्रतिबंधित करने के लिए, 'स्थिति' सेटिंग का उपयोग करें."
+To restrict a User of a particular Role to documents that are explicitly assigned to them,दस्तावेजों है कि स्पष्ट रूप से उन्हें करने के लिए आवंटित कर रहे हैं एक विशेष भूमिका के एक प्रयोक्ता को प्रतिबंधित
+To restrict a User of a particular Role to documents that are only self-created.,दस्तावेजों कि केवल स्वयं बनाया हैं एक विशेष भूमिका के एक प्रयोक्ता को प्रतिबंधित.
+"To set user roles, just go to Setup > Users and click on the user to assign roles.","उपयोगकर्ता भूमिकाओं सेट, बस जाने के सेटअप> उपयोगकर्ता और उपयोगकर्ता पर क्लिक करने के लिए भूमिकाएँ असाइन."
+ToDo,ToDo
+Tools,उपकरण
+Top Bar,शीर्ष बार
+Top Bar Background,शीर्ष बार पृष्ठभूमि
+Top Bar Item,शीर्ष बार आइटम
+Top Bar Items,शीर्ष बार आइटम
+Top Bar Text,शीर्ष बार पाठ
+Top Bar text and background is same color. Please change.,शीर्ष बार पाठ और पृष्ठभूमि एक ही रंग है. बदलाव करें.
+Total SMS Sent,कुल एसएमएस भेजा
+Transaction,लेन - देन
+Transition Rules,संक्रमण नियम
+Trash Reason,ट्रैश कारण
+Tuesday,मंगलवार
+Tweet will be shared via your user account (if specified),(निर्दिष्ट) कलरव अपने उपयोगकर्ता खाते के माध्यम से साझा किया जाएगा
+Twitter Share,Twitter पर साझा
+Twitter Share via,ट्विटर शेयर के माध्यम से
+Type,टाइप
+UPPER CASE,बड़े अक्षर
+UPPERCASE,अपरकेस
+URL,यूआरएल
+Unable to complete request: ,अनुरोध पूरा करने में असमर्थ:
+Unable to load,लोड करने में असमर्थ
+"Unknown file encoding. Tried utf-8, windows-1250, windows-1252.","अज्ञात फाइल एन्कोडिंग . कोशिश की UTF -8 , विंडोज 1250 , विंडोज 1252 ."
+Unread Messages,अपठित संदेशों
+Unsubscribed,आपकी सदस्यता समाप्त कर दी
+Upcoming Events for Today,आज के लिए आगामी घटनाएँ
+Update,अद्यतन
+Update Field,फील्ड अद्यतन
+Update Value,मूल्य अद्यतन
+Upload,अपलोड
+Upload Attachment,अनुलग्नक अपलोड करें
+Upload a file,एक फ़ाइल अपलोड करें
+Upload and Import,अपलोड करें और आयात करें
+Uploading...,अपलोड हो रहा है ...
+User,उपयोगकर्ता
+User Cannot Create,प्रयोक्ता नहीं बना सकते हैं
+User Cannot Search,प्रयोक्ता नहीं खोज सकते हैं
+User Image,User Image
+User Tags,उपयोगकर्ता के टैग
+User Type,प्रयोक्ता प्रकार
+User not allowed to delete.,प्रयोक्ता को नष्ट करने की अनुमति नहीं है.
+UserRole,UserRole
+Value,मूल्य
+Value missing for,मूल्य के लिए लापता
+Verdana,Verdana
+Visit,भेंट
+Warning,चेतावनी
+Web Content,वेब सामग्री
+Web Page,वेब पेज
+Website,वेबसाइट
+Website Overall Settings,वेबसाइट कुल मिलाकर सेटिंग्स
+Website Script,वेबसाइट स्क्रिप्ट
+Website Settings,वेबसाइट सेटिंग
+Website Sitemap,वेबसाइट साइटमैप
+Website Sitemap Config,वेबसाइट साइटमैप विन्यास
+Website Slideshow,वेबसाइट स्लाइड शो
+Website Slideshow Item,वेबसाइट स्लाइड शो आइटम
+Website User,वेबसाइट प्रयोक्ता
+Wednesday,बुधवार
+Welcome Email Sent,स्वागत ईमेल भेजा गया
+"When you Amend a document after cancel and save it, it will get a new number that is a version of the old number.","जब आप किसी दस्तावेज़ में संशोधन के बाद रद्द कर सकते हैं और इसे बचाने के लिए, यह एक नया नंबर कि पुराना नंबर के एक संस्करण है मिल जाएगा."
+Width,चौडाई
+Will be used in url (usually first name).,यूआरएल (आम तौर पर पहला नाम) में इस्तेमाल किया जाएगा.
+Workflow,कार्यप्रवाह
+Workflow Action,वर्कफ़्लो लड़ाई
+Workflow Action Master,वर्कफ़्लो कार्रवाई मास्टर
+Workflow Action Name,वर्कफ़्लो कार्य का नाम
+Workflow Document State,वर्कफ़्लो दस्तावेज़ राज्य
+Workflow Document States,कार्यप्रवाह दस्तावेज़ राज्य अमेरिका
+Workflow Name,वर्कफ़्लो नाम
+Workflow State,कार्यप्रवाह राज्य
+Workflow State Field,वर्कफ़्लो राज्य फील्ड
+Workflow Transition,वर्कफ़्लो संक्रमण
+Workflow Transitions,कार्यप्रवाह बदलाव
+Workflow state represents the current state of a document.,कार्यप्रवाह राज्य एक दस्तावेज़ की वर्तमान स्थिति का प्रतिनिधित्व करता है.
+Workflow will start after saving.,कार्यप्रवाह सहेजने के बाद शुरू कर देंगे.
+Write,लिखना
+Write a Python file in the same folder where this is saved and return column and result.,वही इस सहेजा गया है जहां फ़ोल्डर और बदले स्तंभ और परिणाम में एक अजगर फ़ाइल लिखें.
+Write a SELECT query. Note result is not paged (all data is sent in one go).,एक का चयन करें क्वेरी लिखें. नोट परिणाम (सभी डेटा एक ही बार में भेज दिया जाता है) संपर्क नहीं है.
+Write titles and introductions to your blog.,अपने ब्लॉग के शीर्षक और परिचय लिखें.
+Writers Introduction,राइटर्स परिचय
+Year,वर्ष
+Yes,हां
+Yesterday,कल
+You can set various 'properties' to Users to set default values and apply permission rules based on the value of these properties in various forms.,आप विभिन्न 'गुण' उपयोगकर्ताओं को स्थापित करने के लिए मूलभूत मूल्यों को निर्धारित करने के लिए और अनुमति विभिन्न रूपों में इन गुणों के मूल्य के आधार पर नियमों को लागू कर सकते हैं.
+You can use Customize Form to set levels on fields.,आप प्रपत्र को अनुकूलित करने के लिए खेतों पर स्तर सेट का उपयोग कर सकते हैं .
+"Your download is being built, this may take a few moments...","आपका डाउनलोड का निर्माण किया जा रहा है, इसमें कुछ समय लग सकता है ..."
+[Label]:[Field Type]/[Options]:[Width],[लेबल] [फील्ड प्रकार] / [विकल्प] [चौड़ाई]
+add your own CSS (careful!),अपने खुद के सीएसएस (careful!) जोड़ें
+adjust,को समायोजित
+align-center,संरेखित करें केंद्र
+align-justify,संरेखित करें - का औचित्य साबित
+align-left,संरेखित करें बाएं
+align-right,संरेखित करें सही
+and,और
+arrow-down,नीचे तीर
+arrow-left,तीर बाएँ
+arrow-right,तीर सही
+arrow-up,तीर अप
+asterisk,तारांकन
+backward,पिछड़ा
+ban-circle,प्रतिबंध चक्र
+barcode,बारकोड
+bell,घंटी
+bold,बोल्ड
+book,किताब
+bookmark,बुकमार्क
+briefcase,ब्रीफ़केस
+bullhorn,bullhorn
+calendar,कैलेंडर
+camera,कैमरा
+cannot be empty,खाली नहीं हो सकता
+cannot be in its own,अपने आप में नहीं हो सकता
+"cannot have a URL, because it has child item(s)","यह बच्चा मद (s) है, क्योंकि एक यूआरएल नहीं कर सकते"
+cannot start with,के साथ शुरू नहीं कर सकते
+certificate,प्रमाणपत्र
+check,चेक
+chevron-down,शेवरॉन नीचे
+chevron-left,शेवरॉन छोड़ दिया
+chevron-right,शेवरॉन सही
+chevron-up,शहतीर अप
+circle-arrow-down,वृत्त - तीर - नीचे
+circle-arrow-left,वृत्त - तीर बाएँ
+circle-arrow-right,वृत्त - तीर - सही
+circle-arrow-up,वृत्त - तीर अप
+cog,दांत
+comment,टिप्पणी
+comments,टिप्पणियां
+create a Custom Field of type Link (Profile) and then use the 'Condition' settings to map that field to the Permission rule.,प्रकार लिंक (प्रोफाइल) के एक कस्टम फ़ील्ड बना सकते हैं और फिर 'स्थिति' सेटिंग का उपयोग करने के लिए अनुमति शासन करने के लिए है कि क्षेत्र के नक्शे.
+dd-mm-yyyy,डीडी-mm-yyyy
+dd/mm/yyyy,dd / mm / yyyy
+does not exist,मौजूद नहीं है
+download,डाउनलोड
+download-alt,डाउनलोड-Alt
+edit,संपादित करें
+eject,बेदखल करना
+envelope,लिफाफा
+exclamation-sign,विस्मयादिबोधक हस्ताक्षर
+eye-close,आंख को बंद
+eye-open,आंख खोलने के
+facetime-video,FaceTime वीडियो
+fast-backward,तेजी से पिछड़े
+fast-forward,तेजी से आगे
+file,फ़ाइल
+film,फ़िल्म
+filter,फ़िल्टर करने के लिए
+fire,आग
+flag,झंडा
+folder-close,फ़ोल्डर बंद
+folder-open,फ़ोल्डर खोलने के
+font,फॉन्ट
+forward,आगे
+found,पाया
+fullscreen,fullscreen
+gift,उपहार
+glass,कांच
+globe,ग्लोब
+hand-down,हाथ नीचे
+hand-left,हाथ बाएँ
+hand-right,हाथ - सही
+hand-up,हाथ
+hdd,hdd
+headphones,headphones
+heart,दिल
+home,घर
+icon,आइकॉन
+in,में
+inbox,इनबॉक्स
+indent-left,इंडेंट - बाएँ
+indent-right,इंडेंट सही
+info-sign,जानकारी के संकेत
+is linked in,में जुड़ा हुआ है
+is not allowed.,अनुमति नहीं है.
+italic,तिरछा
+leaf,पत्ती
+list,सूची
+list-alt,सूची Alt
+lock,ताला
+lowercase,लोअरकेस
+magnet,चुंबक
+map-marker,नक्शा मार्कर
+minus,ऋण
+minus-sign,ऋण पर हस्ताक्षर
+mm-dd-yyyy,mm-dd-yyyy
+mm/dd/yyyy,dd / mm / yyyy
+move,चाल
+music,संगीत
+not in,नहीं में
+of type Link,किस प्रकार की कड़ी
+off,बंद
+ok,ठीक
+ok-circle,ठीक चक्र
+ok-sign,ठीक है पर हस्ताक्षर
+or,या
+pause,ठहराव
+pencil,पेंसिल
+picture,तस्वीर
+plane,विमान
+play,खेल
+play-circle,खेलने सर्कल
+plus,प्लस
+plus-sign,प्लस पर हस्ताक्षर
+print,प्रिंट
+qrcode,qrcode
+question-sign,सवाल संकेत
+random,यादृच्छिक
+refresh,ताज़ा करना
+remove,हटाना
+remove-circle,Remove-वृत्त
+remove-sign,हटाने के हस्ताक्षर
+repeat,दोहराना
+resize-full,का आकार परिवर्तन भरा
+resize-horizontal,का आकार परिवर्तन क्षैतिज
+resize-small,का आकार परिवर्तन छोटे
+resize-vertical,का आकार परिवर्तन खड़ी
+retweet,retweet
+road,सड़क
+screenshot,स्क्रीनशॉट
+search,खोज
+share,शेयर
+share-alt,शेयर Alt
+shopping-cart,शॉपिंग गाड़ी
+signal,संकेत
+star,सितारा
+star-empty,सितारा खाली
+step-backward,कदम से पिछड़े
+step-forward,कदम आगे
+stop,रोक
+tag,टैग
+tags,टैग
+"target = ""_blank""",लक्ष्य = "_blank"
+tasks,कार्यों
+text-height,पाठ ऊंचाई
+text-width,पाठ चौड़ाई
+th,वें
+th-large,वें बड़े
+th-list,वें सूची
+thumbs-down,नीचे अंगूठे
+thumbs-up,अंगूठे अप
+time,समय
+tint,टिंट
+to,से
+trash,कचरा
+upload,अपलोड
+user,उपयोगकर्ता
+user_image_show,user_image_show
+values and dates,मूल्यों और तारीखें
+volume-down,मात्रा नीचे
+volume-off,वॉल्यूम बंद
+volume-up,मात्रा
+warning-sign,चेतावनी संकेत
+wrench,रिंच
+yyyy-mm-dd,yyyy-mm-dd
+zoom-in,ज़ूम
+zoom-out,ज़ूम आउट
diff --git a/webnotes/translations/hr.csv b/webnotes/translations/hr.csv
new file mode 100644
index 0000000000..ad1f467fa7
--- /dev/null
+++ b/webnotes/translations/hr.csv
@@ -0,0 +1,1073 @@
+ by Role ,prema ulozi
+ can not be marked as a ledger as it has existing child,"Ne može biti označena kao knjigu, kao da ima postojeće dijete"
+ cannot be deleted.,nije moguće izbrisati.
+ is not set,nije postavljen
+"""Company History""","Povijest tvrtke"
+"""Team Members"" or ""Management""","Članovi tima" ili "upravljanje"
+0,0
+"000 is black, fff is white","000 je crno, FFF je bijela"
+1,1
+12px,12px
+13px,13px
+14px,14px
+15px,15px
+16px,16px
+2,2
+2 days ago,Prije 2 dana
+"\
+field:[fieldname] - By Field\
+naming_series: - By Naming Series (field called naming_series must be present\
+Prompt - Prompt user for a name\
+[series] - Series by prefix (separated by a dot); for example PRE.#####\
+')"">Naming Options",
+Cancel allows you change Submitted documents by cancelling them and amending them.,Odustani vam promijeniti Poslao dokumente tako da ih otkazivanjem i njihovih izmjena i dopuna.
+A new popup will open that will ask you to select further conditions.,Novi popup će se otvoriti koji će od vas tražiti da odaberete dodatne uvjete.
+A user can have multiple values for a property.,Korisnik može imati više vrijednosti za imovinu.
+About,Oko
+About Us Settings,O nama Postavke
+About Us Team Member,O nama reprezentativka
+Account Id,ID računa
+Action,Akcija
+Actions,akcije
+Add,Dodati
+Add A New Rule,Dodaj novo pravilo
+Add A Property,Dodaj nekretninu
+Add Attachments,Dodaj privitke
+Add Bookmark,Dodaj Bookmark
+Add CSS,Dodaj CSS
+Add Column,Dodaj stupac
+Add Google Analytics ID: eg. UA-89XXX57-1. Please search help on Google Analytics for more information.,Dodaj Google Analytics ID: npr.. UA-89XXX57-1. Molimo potražiti pomoć na Google Analytics za više informacija.
+Add Message,Dodaj poruku
+Add New Permission Rule,Dodati novo pravilo dozvolu
+Add Reply,Dodaj Odgovor
+Add Total Row,Dodaj Ukupno Row
+Add a banner to the site. (small banners are usually good),Dodaj banner na licu mjesta. (Mali banneri su obično dobar)
+Add attachment,Dodaj privitak
+Add code as <script>,Dodaj kod kao <script>
+Add new row,Dodaj novi redak
+"Add the name of Google Web Font e.g. ""Open Sans""","Dodaj ime Google Web slova npr. "Otvoreni Sans""
+Add to To Do,Dodaj u Raditi
+Add to To Do List of,Dodaj u napraviti popis od
+Additional Info,Dodatne informacije
+Address,Adresa
+Address and other legal information you may want to put in the footer.,Adresa i druge pravne informacije koje svibanj želite staviti u podnožje.
+Address to be displayed on the Contact Page,Adresa biti prikazana na Kontakt stranici
+Adds a custom field to a DocType,Dodaje prilagođeni polja DOCTYPE
+Adds a custom script (client or server) to a DocType,Dodaje prilagođeni scenarij (klijent ili poslužitelj) na DOCTYPE
+Advanced Scripting,Napredna Scripting
+Advanced Settings,Napredne postavke
+All Day,All Day
+"All possible Workflow States and roles of the workflow.
Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Sve moguće Workflow Države i uloge tijeka rada.
Docstatus Opcije: 0 je "Spremljeno", jedan je "Zaprimljeno" i 2. "Otkazano""
+Allow Attach,Dopustite Priloži
+Allow Import,Dopustite Uvoz
+Allow Import via Data Import Tool,Dopustite uvoz preko Data Import Alat
+Allow Rename,Dopustite Preimenuj
+Allow on Submit,Dopusti na Submit
+Allow user to login only after this hour (0-24),Dopustite korisniku da prijavite tek nakon tog vremena (0-24)
+Allow user to login only before this hour (0-24),Dopustite korisniku se prijaviti samo prije tog vremena (0-24)
+Allowed,Dozvoljen
+Already Registered,Već registracije
+Amend,Ispraviti
+"An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org]","Ikona datoteke s nastavkom. Ico. Treba biti 16 x 16 px. Generirano pomoću favicon generator. [ favicon-generator.org ]"
+Are you sure you want to delete the attachment?,Jeste li sigurni da želite izbrisati privitak?
+Arial,Arial
+"As a best practice, do not assign the same set of permission rule to different Roles instead set multiple Roles to the User","Kao najbolje prakse, ne dodijeliti isti skup dozvola pravilu se različitim ulogama umjesto postaviti više uloge Korisniku"
+Ascending,Uzlazni
+Assign To,Dodijeliti
+Assigned By,Dodijeljen od strane
+Assigned To,Dodijeljeno
+Assigned To/Owner,Dodijeljeno / VLASNIK
+Attach,Pričvrstiti
+Attach Document Print,Priloži dokument Ispis
+Attach as web link,Pričvrstite kao web veze
+Attached To DocType,U prilogu vrstu dokumenata
+Attached To Name,U prilogu naziv
+Attachments,Privitci
+Attributions,Pripisivanje
+Auto Name,Auto Ime
+Auto generated,Automatski generirano
+Avatar,Avatar
+Background Color,Boja pozadine
+Background Image,Pozadina slike
+Banner,Zastava
+Banner HTML,Banner HTML
+Banner Image,Banner slika
+Banner is above the Top Menu Bar.,Banner je iznad gornjem izborniku.
+Begin this page with a slideshow of images,Počnite ovu stranicu s slideshow slika
+Belongs to,pripada
+Bio,Bio
+Birth Date,Datum rođenja
+Blog Category,Blog Kategorija
+Blog Intro,Blog Intro
+Blog Introduction,Blog Uvod
+Blog Post,Blog post
+Blog Settings,Blog Postavke
+Blog Title,Blog Naslov
+Blogger,Blogger
+Bookmarks,Favoriti
+Brand HTML,Marka HTML
+"Brand is what appears on the top-right of the toolbar. If it is an image, make sure it
+has a transparent background and use the <img /> tag. Keep size as 200px x 30px",
+Bulk Email,Bulk Email
+Bulk Email records.,Bulk Email Records.
+Button,Dugme
+By,Po
+COMM-,COMM-
+CSS,CSS
+Calendar,Kalendar
+Can only be exported by users with role 'Report Manager',Može biti samo izvoze od strane korisnika s ulogom 'Report Manager'
+Cancel,Otkazati
+Cancel permission also allows the user to delete a document (if it is not linked to any other document).,Odustani dozvola također omogućuje korisniku da izbrisati dokument (ako nije povezan s bilo kojim drugim dokumentom).
+Cancelled,Otkazan
+Cannot Update: Incorrect / Expired Link.,Ne možete ažurirati : Nepravilan / istekla .
+Cannot Update: Incorrect Password,Ne možete ažurirati : Pogrešna zaporka
+Cannot change from,Ne mogu promijeniti iz
+Cannot edit standard fields,Ne možete uređivati standardnih polja
+Cannot map because following condition fails: ,Ne mogu mapirati jer sljedeći uvjet ne uspije:
+"Cannot update a non-exiting record, try inserting.","Ne mogu ažurirati bez izlaska snimiti , pokušajte umetnuti ."
+Categorize blog posts.,Kategorizacija blogu.
+Category,Kategorija
+Category Name,Naziv kategorije
+Center,Centar
+"Certain documents should not be changed once final, like an Invoice for example. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Određene dokumente ne treba mijenjati jednom finalu, kao i račun za primjer. Konačno stanje za takvim dokumentima se zove Postavio. Možete ograničiti koje uloge mogu Submit."
+Chat,Razgovor
+Check,Provjeriti
+Check / Uncheck roles assigned to the Profile. Click on the Role to find out what permissions that Role has.,Provjerite / Odznačite uloge dodijeljene profil. Kliknite na ulozi saznati što dozvole da uloga.
+Check this to make this the default letter head in all prints,Provjerite to napraviti ovu glavu zadani slovo u svim otisaka
+Checked,Provjeren
+Child Tables are shown as a Grid in other DocTypes.,Dijete Tablice su prikazane kao Grid u drugim DocTypes.
+Clear Cache & Refresh,Clear Cache & Osvježi
+Click on button in the 'Condition' column and select the option 'User is the creator of the document',Kliknite na gumb u 'hotela' stupcu i odaberite opciju 'Korisnik je kreator dokument'
+Click on row to edit.,Kliknite na red za uređivanje .
+Click to Expand / Collapse,Kliknite na Proširi / Sažmi
+Client,Klijent
+Close,Zatvoriti
+Code,Šifra
+Color,Boja
+Column Break,Kolona Break
+Comment,Komentirati
+Comment By,Komentar
+Comment By Fullname,Komentar FULLNAME
+Comment Date,Komentar Datum
+Comment Docname,Komentar Docname
+Comment Doctype,Komentar DOCTYPE
+Comment Time,Komentar Vrijeme
+Comments,Komentari
+Communication,Komunikacija
+Communication Medium,Komunikacija srednje
+Company History,Povijest tvrtke
+Company Introduction,Tvrtka Uvod
+Company Name,Ime tvrtke
+Complaint,Prigovor
+Complete By,Kompletan Do
+Condition Field,Stanje Field
+Contact Us Settings,Kontaktirajte nas Settings
+"Contact options, like ""Sales Query, Support Query"" etc each on a new line or separated by commas.","Kontakt opcije, poput "Sales Query, Podrška upit" itd jedni na novoj liniji ili odvojene zarezima."
+Content,Sadržaj
+Content in markdown format that appears on the main side of your page,Sadržaj u smanjenje formatu koji se pojavljuje na glavnoj strani stranice
+Content web page.,Sadržaj web stranica.
+Control Panel,Upravljačka ploča
+Controller,kontrolor
+Copy,Kopirajte
+Copyright,Autorsko pravo
+Core,Srž
+Count,računati
+Country,Zemlja
+Create,Stvoriti
+Created Customer Issue,Objavljeno Kupac Issue
+Created Opportunity,Objavljeno Opportunity
+Created Support Ticket,Objavljeno Podrška karata
+Currency,Valuta
+Currency Format,Valuta Format
+Current status,Trenutni status
+Custom CSS,Prilagođena CSS
+Custom Field,Prilagođena polja
+Custom Reports,Prilagođena izvješća
+Custom Script,Prilagođena skripta
+Custom Startup Code,Prilagođena Pokretanje Šifra
+Custom?,Prilagođena?
+Customize,Prilagodite
+Customize Form,Prilagodite obrazac
+Customize Form Field,Prilagodba polja obrasca
+"Customize Label, Print Hide, Default etc.","Prilagodite oznaku, print sakriti, Zadani itd."
+Daily Event Digest is sent for Calendar Events where reminders are set.,"Dnevni događaji Digest je poslan za kalendar događanja, gdje su postavljene podsjetnici."
+Danger,Opasnost
+Data,Podaci
+Data missing in table,Podaci koji nedostaju u tablici
+Date,Datum
+Date Format,Datum Format
+Date must be in format,Datum mora biti u obliku
+Datetime,Datetime
+Dear,Drag
+Default,Zadani
+Default Home Page,Zadani Početna stranica
+Default Home Pages,Zadani Početna stranica
+Default Print Format,Zadani Ispis Format
+Default Value,Zadana vrijednost
+"Default: ""Contact Us""",Default: "Kontaktirajte nas"
+DefaultValue,DefaultValue
+Defaults,Zadani
+Defines actions on states and the next step and allowed roles.,Definira aktivnosti na članicama i sljedeći korak i dopušteni uloge.
+Defines workflow states and rules for a document.,Definira tijeka stanja i pravila za dokument.
+Delete,Izbrisati
+Delete Row,Izbriši redak
+Depends On,Ovisi o
+Descending,Spuštanje
+Description,Opis
+"Description for listing page, in plain text, only a couple of lines. (max 140 characters)","Opis za unos stranici, kao običan tekst, samo par redaka. (Max 140 znakova)"
+Description for page header.,Opis za zaglavlje stranice.
+Desktop,Desktop
+Details,Detalji
+Did not add.,Nije li dodati.
+Did not cancel,Nije li otkazati
+Did not save,Nije li spremiti
+"Different ""States"" this document can exist in. Like ""Open"", ""Pending Approval"" etc.","Različite "Države", ovaj dokument može postojati u. Kao "Otvoreno", "na čekanju za odobrenje", itd."
+Disable Customer Signup link in Login page,Bez Korisnička prijavom vezu u stranicu za prijavu
+Disable Signup,Bez Prijava
+Disabled,Onesposobljen
+Display Settings,Postavke prikaza
+Doc Status,Doc Status
+DocField,DocField
+DocPerm,DocPerm
+DocType,DOCTYPE
+DocType Details,DOCTYPE Detalji
+DocType can not be merged,DOCTYPE ne mogu se spajati
+DocType is a Table / Form in the application.,DOCTYPE je tablica / Forma u primjeni.
+DocType on which this Workflow is applicable.,DOCTYPE na koje se ovaj tijek je primjenjivo.
+DocType or Field,DOCTYPE ili polja
+Docname,Docname
+Document,Dokument
+Document Status transition from ,Dokument Status prijelaz iz
+Document Type,Document Type
+Document Types,vrste dokumenata
+Document is only editable by users of role,Dokument je samo uređivati korisnika ulozi
+Documents,Dokumenti
+Download Backup,Preuzmite Backup
+Draft,Skica
+Drafts,Nacrti
+Drag to sort columns,Povuci za sortiranje stupaca
+Edit,Uredi
+Editable,Uređivati
+Email,E-mail
+Email Host,E-mail Host
+Email Id where users will send support request e.g. support@example.com,E-mail Id gdje će korisnik poslati podršku zahtjev npr. support@example.com
+Email Login,E-mail Prijava
+Email Password,E-mail Lozinka
+Email Sent,E-mail poslan
+Email Settings,Postavke e-pošte
+Email Signature,E-mail potpis
+Email Use SSL,Pošaljite Use
+"Email addresses, separted by commas","E-mail adrese, separted zarezom"
+Email...,E-mail ...
+Embed image slideshows in website pages.,Postavi slikovne prezentacije u web stranicama.
+Enable Comments,Omogućite Komentari
+Enabled,Omogućeno
+Ends on,Završava
+Enter Form Type,Unesite Obrazac Vid
+"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.","Unesite polja zadane vrijednosti (ključevi) i vrijednosti. Ako ste dodali više vrijednosti za polje, prvi će se podići. Ove postavke su također koristi za postavljanje "match" dozvola pravila. Da biste vidjeli popis polja, idite na Prilagodi obrazac ."
+Equals,jednakima
+Error,Pogreška
+Error: Document has been modified after you have opened it,Pogreška: Dokument je promijenjen nakon što ste ga otvorili
+Event,Događaj
+Event End must be after Start,Događaj Kraj mora biti nakon početnog
+Event Individuals,Događaj Pojedinci
+Event Role,Događaj Uloga
+Event Roles,Događaj Uloge
+Event Type,Vrsta događaja
+Event User,Događaj Upute
+Events In Today's Calendar,Događanja u današnjem kalendaru
+Every Day,Svaki dan
+Every Month,Svaki mjesec
+Every Week,Svaki tjedan
+Every Year,Svaki Godina
+Example:,Primjer:
+Export,Izvoz
+Facebook Share,Facebook Share
+FavIcon,Favicon
+Female,Ženski
+Field Description,Opis polja
+Field Name,Naziv polja
+Field Type,Vrsta polja
+"Field that represents the Workflow State of the transaction (if field is not present, a new hidden Custom Field will be created)","Područje koje predstavlja tijeka državu transakcije (ako polje nije prisutan, novi skriveno Custom Field će biti stvoren)"
+Fieldname,"Podataka, Naziv Polja"
+Fields,Polja
+"Fields separated by comma (,) will be included in the
Search By list of Search dialog box","Polja odvojene zarezom (,) će biti uključen u
Traži po popisu Pretraživanje dijaloškom okviru"
+File,File
+File Data,File Podaci
+File Name,File Name
+File Size,Veličina
+File URL,URL datoteke
+File size exceeded the maximum allowed size,Veličina premašila maksimalnu dopuštenu veličinu
+Filter,Filter
+Finder,nalazač
+First Name,Ime
+Float,Plutati
+Font (Heading),Font (Heading)
+Font (Text),Font (Tekst)
+Font Size (Text),Veličina fonta (Tekst)
+Fonts,Fontovi
+Footer,Footer
+Footer Items,Footer Proizvodi
+For All Users,Za sve korisnike
+For DocType,za DOCTYPEhtml
+"For Links, enter the DocType as range
+For Select, enter list of Options separated by comma",
+"For comparative filters, start with","Za komparativne filtera, početi s"
+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.,"Na primjer, ako ste odustali i dopune 'INV004' postat će novi dokument 'INV004-1'. To vam pomaže pratiti svaku izmjenu i dopunu."
+For example: You want to restrict users to transactions marked with a certain property called 'Territory',Na primjer: Vi želite ograničiti korisnike transakcija označena s određenom objektu koji se zove 'teritorij'
+For ranges,Za raspone
+Form,Oblik
+"Format: hh:mm example for one hour expiry set as 01:00.
+Max expiry will be 72 hours. Default is 24 hours",
+Forward To Email Address,Napadač na e-mail adresu
+Friday,Petak
+From Date must be before To Date,Od datuma mora biti prije do danas
+Full Name,Ime i prezime
+Gantt Chart,Gantogram
+Gender,Rod
+General,Opći
+Generator,generator
+Georgia,Gruzija
+Get,Dobiti
+Get From ,Nabavite Od
+"Go to Setup > User Properties to set \
+ 'territory' for diffent Users.",
+Google Analytics ID,Google Analytics ID
+Google Plus One,Google Plus One
+Google Web Font (Heading),Google Web Font (Heading)
+Google Web Font (Text),Google Web Font (Tekst)
+Greater or equals,Veće ili jednaki
+Greater than,veći od
+Groups,Grupe
+HTML,HTML
+Header,Kombajn
+Heading,Naslov
+Heading Text As,Naslov teksta koji je
+Help,Pomoći
+Helvetica Neue,Helvetica Neue
+Hey! There should remain at least one System Manager,Hej! Tu bi trebao ostati barem jedan Manager sustav
+Hidden,Skriven
+Hide Actions,Sakrij Akcije
+Hide Copy,Sakrij Copy
+Hide Email,Sakrij e
+Hide Heading,Sakrij Naslov
+Hide Print,Sakrij Ispis
+Hide Toolbar,Sakrij alatne trake
+Highlight,Istaknuti
+History,Povijest
+Home Page,Početna stranica
+Home Page is Products,Početna stranica je proizvodi
+Home Pages,Početna stranica
+ID,ID
+ID (name) of the entity whose property is to be set,ID (ime) subjekta čiji je objekt se postaviti
+Icon,Ikona
+Icon will appear on the button,Ikona će se pojaviti na gumb
+"If a User does not have access at Level 0, then higher levels are meaningless","Ako korisnik ne imati pristup na razini 0, onda je viša razina su besmislene"
+"If checked, all other workflows become inactive.","Ako je označeno, svi ostali tijekovi postaju neaktivne."
+"If checked, the Home page will be the default Item Group for the website.","Ako je označeno, stranica Home će biti zadana Grupa za web stranice predmeta."
+"If image is selected, color will be ignored (attach first)","Ako je slika odabrana, boja će biti ignoriran (priložiti prvi)"
+"If not, create a","Ako ne, stvoriti"
+"If the 'territory' Link Field exists, it will give you an option to select it","Ako 'teritoriju' Link Polje postoji, to će vam dati mogućnost da ga odabrali"
+"If these instructions where not helpful, please add in your suggestions at GitHub Issues","Ako ove upute gdje nije korisno , dodajte u svojim prijedlozima na GitHub pitanja < / a>"
+"If you set this, this Item will come in a drop-down under the selected parent.","Ako postavite ovo , ova stavka će doći u padajućem okviru odabranog roditelja ."
+Image,Slika
+Image Link,Slika Link
+Import,Uvoz
+In,u
+In Dialog,U Dialog
+In Filter,U filtru
+In List View,U prikazu popisa
+In Report Filter,U Prijavi Filter
+In response to,U odgovoru na
+"In the Permission Manager, click on the button in the 'Condition' column for the Role you want to restrict.","U dozvole Manager, kliknite na gumb u 'hotela' stupcu za ulogu želite ograničiti."
+Index,Indeks
+Individuals,Pojedinci
+Industry,Industrija
+Info,Info
+Insert After,Umetni Nakon
+Insert Below,Umetnite Ispod
+Insert Code,Umetnite kod
+Insert Row,Umetnite Row
+Insert Style,Umetni stil
+Int,Interesi
+Integrations,Integracije
+Introduce your company to the website visitor.,Uvesti svoju tvrtku za web stranice posjetitelja.
+Introduction,Uvod
+Introductory information for the Contact Us Page,Uvodni podaci za kontaktiranje stranice
+Invalid Email,Nevažeći Email
+Inverse,Inverzan
+Is Active,Je aktivna
+Is Child Table,Je Dijete Tablica
+Is Default,Je Default
+Is Mandatory Field,Je Obvezno polje
+Is Single,Je Samac
+Is Standard,Je Standardni
+Is Submittable,Je Submittable
+JSON,JSON
+JavaScript Format: wn.query_reports['REPORTNAME'] = {},JavaScript format : wn.query_reports [ ' REPORTNAME ' ] = { }
+Javascript,Javascript
+Javascript to append to the head section of the page.,Javascript da doda glave dijelu stranice.
+Keep a track of all communications,Držite praćenje svih komunikacija
+Key,Ključ
+Label,Oznaka
+Label Help,Oznaka Pomoć
+Lacs,Lacs
+Landing Page,Odredišna stranica
+Language,Jezik
+Language preference for user interface (only if available).,Jezik sklonost za korisničko sučelje (samo ako je dostupan).
+Last IP,Posljednja IP
+Last Login,Zadnji Login
+Last Name,Prezime
+Last updated by,Posljednji put ažurirao
+Lastmod,lastmod
+Lato,Lato
+Leave blank to repeat always,Ostavite prazno ponoviti uvijek
+Left,Lijevo
+Less or equals,Manje ili jednaki
+Less than,manje od
+Letter Head,Pismo Head
+Letter Head Image,Pismo Head slike
+Letter Head Name,Pismo Head Ime
+Letter Head in HTML,Pismo glava u HTML
+Level,Nivo
+"Level 0 is for document level permissions, higher levels for field level permissions.","Razina 0 je za dokument na razini dozvole, višim razinama za terenske razine dozvola."
+Like,kao
+Link,Link
+Link Name,Link Ime
+Link to other pages in the side bar and next section,Link na drugim stranicama na strani bar i sljedeću sekciju
+Link to the page you want to open,Link na stranicu koju želite otvoriti
+Linked In Share,Podijeli povezane
+Linked With,Povezan s
+List,Popis
+List of patches executed,Popis zakrpe izvršenih
+Loading,Utovar
+Loading Report,Učitavanje izvješće
+Loading...,Loading ...
+Log of Scheduler Errors,Prijavite od Raspoređivač pogrešaka
+Login,prijava
+Login After,Prijavite Nakon
+Login Before,Prijavite Prije
+Logout,Odjava
+Long Text,Dugo Tekst
+Lucida Grande,Lucidi Grande
+Mail Footer,Mail Footer
+Mail Server,Mail Server
+Main Section,Glavni Odjeljak
+Make a new,Napravite novi
+Make sure that the transactions you want to restrict have a Link field 'territory' that maps to a 'Territory' master.,Pobrinite se da su transakcije želite ograničiti imati vezu polje 'teritorij' koji mapira u 'teritorij' gospodara.
+Male,Muški
+Mandatory,Obavezan
+Mandatory filters required:\n,Obvezni filteri potrebni : \ n
+Master,Majstor
+Match,Odgovarati
+Max Attachments,Max Privitci
+"Meaning of Submit, Cancel, Amend","Značenje Podnijeti, Odustani, Izmijeniti"
+"Menu items in the Top Bar. For setting the color of the Top Bar, go to Style Settings","Opcije izbornika u gornjoj traci. Za postavljanje boju Top Baru, idite na Postavke stila"
+"Merging is only possible between Group-to-Group or
+ Ledger-to-Ledger",
+Message,Poruka
+Method,Način
+Middle Name (Optional),Krsno ime (opcionalno)
+Millions,Milijuni
+Misc,Ostalo
+Miscellaneous,Razni
+Missing Values Required,Nedostaje vrijednosti potrebne
+Modified by,Izmijenio
+Module,Modul
+Module Def,Modul Def
+Module Name,Modul Ime
+Modules,Moduli
+Monday,Ponedjeljak
+More,Više
+More content for the bottom of the page.,Više sadržaja za dnu stranice.
+Must have report permission to access this report.,Mora imati izvješće dozvolu za pristup ovom izvješću.
+Must specify a Query to run,Mora se odrediti upita za pokretanje
+Name,Ime
+Name Case,Ime slučaja
+Name Exists,ime Exists
+Naming Series mandatory,Imenovanje serije obaveznu
+New,novi
+New Password,Novi Lozinka
+New Record,Novi rekord
+New value to be set,Nova vrijednost treba postaviti
+Next Communcation On,Sljedeća komunikacijski Na
+Next State,Sljedeća država
+Next actions,Sljedeći akcije
+No,Ne
+No Action,Nema Akcija
+No Cache,Ne Cache
+No Communication tagged with this ,Ne Komunikacija označio s ovim
+No Copy,Ne Kopirajte
+No Permission,Bez dozvole
+No Permission to ,Nema dozvole za
+No Permissions set for this criteria.,Nema dozvole postavljen za ove kriterije.
+No Report Loaded. Please use query-report/[Report Name] to run a report.,Ne Izvješće Loaded. Molimo koristite upita izvješće / [Prijavi Ime] pokrenuti izvješće.
+No Sitemap,nema Mapa
+No User Properties found.,Nema Svojstva korisnika pronađena.
+No further records,Nema daljnjih zapisi
+No one,Niko
+No permission to edit,Nema dozvole za uređivanje
+No permission to write / remove.,Nema dozvole za pisanje / uklanjanje.
+No records tagged.,Nema zapisa tagged.
+None,Nijedan
+None: End of Workflow,Ništa: Kraj Workflow
+Not Found,Not Found
+Not Linked to any record.,Nije povezan s bilo rekord.
+Not Permitted,Nije dopušteno
+Not allowed for: ,Nije dopušteno:
+Not enough permission to see links.,Nije dovoljno dozvolu za vidjeti linkove.
+Not equals,nisu jednaki
+"Note: For best results, images must be of the same size and width must be greater than height.","Napomena: Za najbolje rezultate, slike moraju biti iste veličine i širine mora biti veća od visine."
+Note: Other permission rules may also apply,Napomena: Ostala pravila dozvole također može primijeniti
+Note: maximum attachment size = 1mb,Napomena: maksimalna veličina privitka = 1MB
+Nothing to show,Ništa pokazati
+Nothing to show for this selection,Ništa za pokazati ovom izboru
+Notification Count,Obavijest Točka
+Notify By Email,Obavijesti e-poštom
+On,Na
+"Once you have set this, the users will only be able access documents with that property.","Nakon što ste postavili ovo, korisnici će moći pristupom dokumentima s tom imovinom."
+Only Administrator allowed to create Query / Script Reports,Samo administrator dopustio stvaranje upita / Skripta Izvješća
+Only Administrator can save a standard report. Please rename and save.,Samo administrator može uštedjeti standardne izvješće. Molimo preimenovati i spasiti.
+Only Allow Edit For,Samo Dopusti Uredi za
+Only System Manager can create / edit reports,Samo Manager sustav može stvoriti / uređivati izvješća
+Open Count,Otvorena Točka
+Open Sans,Otvoreni Sans
+Options,Mogućnosti
+Options Help,Opcije Pomoć
+Org History,org Povijest
+Org History Heading,Org Povijest Heading
+Original Message,Izvorni Poruka
+Other,Drugi
+POP3 Mail Server (e.g. pop.gmail.com),POP3 Mail Server (npr. pop.gmail.com)
+Page,Stranica
+Page Background,Page Pozadinska
+Page Border,Stranica granica
+Page HTML,Stranica HTML
+Page Headings,Stranica Naslovi
+Page Links,Stranica Linkovi
+Page Name,Stranica Ime
+Page Name Field,Stranica Naziv polja
+Page Role,Stranica Uloga
+Page Text,Stranica Tekst
+Page already exists,Stranica već postoji
+Page content,Sadržaj stranice
+Page not found,Stranica nije pronađena
+Page or Generator,Stranica ili Generator
+Page text and background is same color. Please change.,Stranica tekst i pozadina iste boje. Molimo promijeniti.
+"Page to show on the website
+",
+"Page url name (auto-generated) (add "".html"")",Stranica url ime (automatski generirani) (dodaj ". Html")
+Parent Label,Roditelj Label
+Parent is required.,Roditelj je potrebno.
+Participants,Sudionici
+Password,Lozinka
+Password Expires in (days),Lozinka Istječe (dana)
+Password Updated,Lozinka Updated
+Patch,Zakrpa
+Patch Log,Patch Prijava
+Percent,Postotak
+Perm Level,Perm Level
+Permission Level,Dopuštenje Razina
+Permission Levels,Razine dozvola
+Permission Manager,Dopuštenje Manager
+Permission Rules,Dopuštenje Pravila
+Permissions,Dopuštenja
+Permissions Settings,Dozvole Postavke
+Permissions are automatically translated to Standard Reports and Searches,Dozvole automatski su prevedeni na standardnih izvješća i traži
+"Permissions are set on Roles and Document Types (called DocTypes) by restricting read, edit, make new, submit, cancel, amend and report rights.","Dozvole su postavljene na ulogama i vrstama dokumenata (zove DocTypes) ograničavanjem čitati, uređivati, napraviti novi, podnijeti, otkazati, izmijeniti i prijaviti prava."
+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 incase you want to hide or make certain field read-only.,Dozvole na višim razinama 'terenu' dozvole. Svi Polja imaju 'razinu dozvole' set protiv njih i pravilima definiranim u to dozvole primjenjuju se na terenu. To je korisno obložiti želite sakriti ili napraviti određenu polje samo za čitanje.
+"Permissions at level 0 are 'Document Level' permissions, i.e. they are primary for access to the document.","Dozvole na razini 0 su 'dokument razini' dozvole, odnosno oni su primarni za pristup dokumentu."
+Permissions translate to Users based on what Role they are assigned,Dozvole prevesti na korisnike na temelju onoga što Uloga im se dodjeljuju
+Person,Osoba
+Phone,Telefon
+Phone No.,Telefonski broj
+Pick Columns,Pick stupce
+Please attach a file first.,Molimo priložite datoteku prva.
+Please attach a file or set a URL,Molimo priložite datoteku ili postaviti URL
+Please change the value,Molimo promjenu vrijednosti
+Please enable pop-ups,Molimo omogućite pop-up prozora
+Please make sure that there are no empty columns in the file.,Molimo provjerite da nema praznih stupaca u datoteci.
+Please refresh to get the latest document.,Osvježite se dobiti najnovije dokument.
+Please select a file or url,Molimo odaberite datoteku ili url
+Please specify,Navedite
+Plugin,plugin
+Post Publicly,Objavi javno
+Post Topic,Post Tema
+Post to user,Postavljati na korisnika
+Posts,Postovi
+Primary,Osnovni
+Print Format,Ispis formata
+Print Format Type,Ispis formatu
+Print Hide,Ispis Sakrij
+Print Width,Širina ispisa
+Print...,Ispis ...
+Priority,Prioritet
+Private,Privatan
+Profile,Profil
+Profile Defaults,Profil Zadano
+Profile Represents a User in the system.,Profil Predstavlja korisnika u sustavu.
+Profile of a Blogger,Profil od Bloggeru
+Profile of a blog writer.,Profil blog pisac.
+Properties,Nekretnine
+Property,Vlasništvo
+Property Setter,Nekretnine seter
+Property Setter overrides a standard DocType or Field property,Nekretnine seter nadjačava standardni DOCTYPE ili polja nekretnine
+Property Type,Vrsta nekretnine
+Public,Javni
+Published,Objavljen
+Published On,Objavljeno Dana
+Pull Emails from the Inbox and attach them as Communication records (for known contacts).,"Povucite e-pošte iz mape Primljeno, te ih priložiti kao Communication zapisa (za poznate kontakte)."
+Query,Pitanje
+Query Options,Upita Mogućnosti
+Query Report,Izvješće upita
+Query must be a SELECT,Upit mora biti SELECT
+Quick Help for Setting Permissions,Brza pomoć za postavljanje dopuštenja
+Quick Help for User Properties,Brza pomoć za korisnike Nekretnine
+Read,Čitati
+Read Only,Read Only
+Received,primljen
+Recipient,Primalac
+Recipients,Primatelji
+Ref DocType,Ref. DOCTYPE
+Ref Name,Ref. Ime
+Ref Type,Ref. Tip
+Reference,Upućivanje
+Reference DocName,Referentna DocName
+Reference DocType,Referentna DOCTYPEhtml
+Reference Name,Referenca Ime
+Reference Type,Referentna Tip
+Refresh,Osvježiti
+Registered but disabled.,Registrirani ali onemogućen.
+Registration Details Emailed.,Registracija Detalji Poslano.
+Remove Bookmark,Uklonite Bookmark
+Rename...,Promjena naziva ...
+Repeat On,Ponovite Na
+Repeat Till,Ponovite Do
+Repeat this Event,Ponovite ovaj događaj
+Report,Prijavi
+Report Builder,Report Builder
+Report Builder reports are managed directly by the report builder. Nothing to do.,Report Builder izvješća se izravno upravlja Report Builder. Ništa učiniti.
+Report Hide,Prijavi Sakrij
+Report Name,Naziv izvješća
+Report Type,Prijavi Vid
+Report was not saved (there were errors),Izvješće nije spašen (bilo pogrešaka)
+Represents the states allowed in one document and role assigned to change the state.,Predstavlja stanja dopušteni u jednom dokumentu i uloge dodijeljene promijeniti stanje.
+Reqd,Reqd
+Reset Password Key,Reset Password ključ
+Restrict IP,Zabraniti IP
+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),Zabraniti korisnika iz ove IP adrese samo. Višestruki IP adrese može biti dodan odvajajući zarezima. Također prihvaća djelomične IP adrese kao što su (111.111.111)
+Restricting By User,Ograničavanje strane korisnika
+Right,Desno
+Role,Uloga
+Role Name,Uloga Ime
+Roles,Uloge
+Roles Assigned,Uloge Dodijeljeni
+Roles Assigned To User,Uloge dodijeljena Korisniku
+Roles HTML,Uloge HTML
+Root ,Korijen
+Row,Red
+Rules defining transition of state in the workflow.,Pravila definiraju prijelaz stanja u tijek rada.
+"Rules for how states are transitions, like next state and which role is allowed to change state etc.","Pravila za koliko su države prijelaza, kao i sljedeći države i koja uloga je dozvoljeno da promijeni stanje itd."
+SMS,SMS
+Sales,Prodajni
+Same file has already been attached to the record,Sve file već priključen na zapisnik
+Saturday,Subota
+Save,spasiti
+Scheduler Log,Planer Prijava
+Script,Skripta
+Script Report,Skripta Prijavi
+Script Type,Skripta Tip
+Script to attach to all web pages.,Skripta se priključiti na svim web stranicama.
+Search,Traži
+Search Fields,Search Polja
+Section Break,Odjeljak Break
+Security Settings,Sigurnosne postavke
+Select,Odabrati
+Select All,Odaberite sve
+Select Attachments,Odaberite privitke
+Select Document Type,Odaberite vrstu dokumenta
+Select Document Type or Role to start.,Odaberite vrstu dokumenta ili ulogu za početak.
+Select Module,Odaberite modul
+Select Print Format,Odaberite Print Format
+Select Report Name,Odaberite Naziv izvješća
+Select Role,Odaberite Uloga
+Select Type,Odaberite Vid
+Select User or Property to start.,Odaberite korisnika ili imovina za početak.
+Select a Banner Image first.,Odaberite Slika Banner prvi.
+Select an image of approx width 150px with a transparent background for best results.,Odaberite sliku od cca 150px širine s transparentnom pozadinom za najbolje rezultate.
+Select dates to create a new ,Odaberite datume za stvaranje nove
+Select or drag across time slots to create a new event.,Odaberite ili povucite preko minutaže stvoriti novi događaj.
+"Select target = ""_blank"" to open in a new page.","Select target = "" _blank "" otvara se u novu stranicu ."
+Select the label after which you want to insert new field.,Odaberite oznaku nakon što želite umetnuti novo polje.
+Send,Poslati
+Send As Email,Pošalji kao e-mail
+Send Me A Copy,Pošaljite mi kopiju
+Send an email reminder in the morning,Pošaljite e-mail podsjetnik u jutarnjim satima
+Send enquiries to this email address,Upite slati na ovu e-mail adresu
+Sender,Pošiljalac
+Sent,Poslano
+Sent Mail,Poslana pošta
+Sent Quotation,Sent Ponuda
+Sent or Received,Poslana ili primljena
+Series,serija
+Server,Server
+Session Expired. Logging you out,Sjednica je istekao. Odjavljivanje
+Session Expires in (time),Sjednica Istječe u (vrijeme)
+Set Banner from Image,Postavite banner sa slike
+Set Link,Postavite link
+Set Password,Postavi lozinku
+Set Value,Postavite vrijednost
+"Set your background color, font and image (tiled)","Postavite boju pozadine, font i sliku (popločan)"
+Settings for About Us Page.,Postavke za O nama Page.
+Settings for Contact Us Page,Postavke za Kontaktirajte nas stranicu
+Settings for Contact Us Page.,Postavke za Kontaktirajte nas stranicu.
+Settings for the About Us Page,Postavke za O nama Page
+Setup of fonts and background.,Postavljanje fontova i pozadine.
+"Setup of top navigation bar, footer and logo.","Postavljanje gornjoj navigacijskoj traci, podnožje i logo."
+Short Bio,Kratka Biografija
+Short Name,Kratko Ime
+Shortcut,Prečac
+Show Breadcrumbs,Pokaži Breadcrumbs
+Show Details,Prikaži pojedinosti
+Show Print First,Pokaži Ispis Prvo
+Show Table of Contents,Pokaži Sadržaj
+Show Tags,Pokaži Oznake
+Show Title,Pokaži Naslov
+Show rows with zero values,Prikaži retke s nula vrijednosti
+Showing only for,Prikaz samo za
+Single Post (article).,Single Post (članak).
+Single Types have only one record no tables associated. Values are stored in tabSingles,Pojedinačne vrste imaju samo jedan zapis nema tablice povezane . Vrijednosti su pohranjeni u tabSingles
+Slideshow,Slideshow
+Slideshow Items,Slideshow Proizvodi
+Slideshow Name,SLIKA Naziv
+Slideshow like display for the website,Slideshow kao prikaz za web
+Small Text,Mali Tekst
+Solid background color (default light gray),Čvrsta boja pozadine (zadano svijetlo siva)
+Sorry we were unable to find what you were looking for.,Nažalost nismo uspjeli pronaći ono što su tražili.
+Sorry you are not permitted to view this page.,Žao nam je što nije dozvoljeno da vidite ovu stranicu.
+Sort By,Sortiraj po
+Special Page Settings,Posebni stranica Postavke
+Standard,Standard
+Start Report For,Početak izvješće za
+Starts on,Počinje na
+Startup,Stavljanje u pogon
+State,Država
+States,Države
+Status,Status
+Step 1: Set the name and save.,Korak 1 : Postavite ime i spremiti .
+Step 2: Set Letterhead content.,2. korak : Postavite papir sa zaglavljem sadržaja .
+Style,Stil
+Style Settings,Stil Postavke
+"Style represents the button color: Success - Green, Danger - Red, Inverse - Black, Primary - Dark Blue, Info - Light Blue, Warning - Orange","Stil predstavlja boju gumba: Uspjeh - zelena, opasnosti - Crvena, Inverzni - crna, Primarni - tamnoplava, info - svjetlo plava, upozorenje - Orange"
+Sub-domain provided by erpnext.com,Pod-domene pruža erpnext.com
+Subdomain,Poddomena
+Subject,Predmet
+Submit,Podnijeti
+Submitted,Prijavljen
+Submitted Record cannot be deleted,Postavio Zapis se ne može izbrisati
+Success,Uspjeh
+Suggestion,Prijedlog
+Sunday,Nedjelja
+Support Email Id,Podrška Email ID
+Sync Inbox,Sync inbox
+System,Sistem
+System Defaults,Sustav Zadano
+System User,Sustav Upute
+Table,Stol
+Table of Contents,Pregled sadržaja
+Tag,Privjesak
+Tag Name,Oznaka Ime
+Tags,Oznake
+Tahoma,Tahoma
+Target,Meta
+Team Members,Članovi tima
+Team Members Heading,Članovi tima Naslov
+Template Path,Put predložak
+Test,Test
+Test Runner,Test Runner
+Text,Tekst
+Text Align,Tekst Poravnajte
+Text Editor,Tekst Editor
+"The ""Web Page"" that is the website home page","Web stranica" da je stranica web kući
+The name of your company / website as you want to appear on browser title bar. All pages will have this as the prefix to the title.,Naziv tvrtke / web stranice kao što želite da se pojavi na naslovnoj traci preglednika. Sve stranice će imati to kao prefiks na naslov.
+"The system provides pre-defined roles, but you can add new roles to set finer permissions","Sustav pruža unaprijed definiranim ulogama, ali možete dodati nove uloge postaviti finije dozvole"
+Then By (optional),Zatim Do (opcionalno)
+These properties are Link Type fields from all Documents.,Ta svojstva su Link Tip polja iz svih dokumenata.
+"These properties can also be used to 'assign' a particular document, whose property matches with the User's property to a User. These can be set using the Permission Manager","Ta svojstva se također može koristiti za 'dodijeliti' određeni dokument, čija imovina utakmice s Korisničkom imovine korisniku. To se može podesiti pomoću dozvolu Manager"
+These properties will appear as values in forms that contain them.,Ta svojstva će se pojaviti kao vrijednosti u oblicima koji ih sadrže.
+These values will be automatically updated in transactions and also will be useful to restrict permissions for this user on transactions containing these values.,"Ove vrijednosti će se automatski ažuriraju u prometu, te će također biti korisno ograničiti dozvole za ovog korisnika o transakcijama koje sadrže te vrijednosti."
+"This field will appear only if the fieldname defined here has value OR the rules are true (examples):
+myfield
+eval:doc.myfield=='My Value'
+eval:doc.age>18",
+This goes above the slideshow.,To ide iznad slideshow.
+This is PERMANENT action and you cannot undo. Continue?,"To je stalna akcija, a ne možete poništiti. Nastaviti?"
+This is permanent action and you cannot undo. Continue?,"To je stalna akcija, a ne možete poništiti. Nastaviti?"
+Thursday,Četvrtak
+Time,Vrijeme
+Time Zone,Time Zone
+Title,Naslov
+Title / headline of your page,Naslov / naslov vaše stranice
+Title Case,Naslov slučaja
+Title Prefix,Naslov Prefiks
+To,Na
+"To format columns, give column labels in the query.","Za formatiranje stupaca, daju natpise stupaca u upitu."
+"To further restrict permissions based on certain values in a document, use the 'Condition' settings.","Kako bi se dodatno ograničiti dozvole na temelju određenih vrijednosti u dokumentu, koristite 'stanje' postavke."
+To restrict a User of a particular Role to documents that are explicitly assigned to them,Da biste ograničili korisnik određenu ulogu na dokumente koji su izričito dodijeljene im
+To restrict a User of a particular Role to documents that are only self-created.,Da biste ograničili korisnik određenu ulogu dokumentima koji su samo self-kreirana.
+"To set user roles, just go to Setup > Users and click on the user to assign roles.","Da biste postavili korisničke uloge, samo idite na Postavke> Korisnici i kliknite na korisnika dodijeliti uloge."
+ToDo,ToDo
+Tools,Alat
+Top Bar,Najbolje Bar
+Top Bar Background,Najbolje Bar Pozadina
+Top Bar Item,Najbolje Bar artikla
+Top Bar Items,Top Bar Proizvodi
+Top Bar Text,Top Bar Tekst
+Top Bar text and background is same color. Please change.,Najbolje bar tekst i pozadina iste boje. Molimo promijeniti.
+Total SMS Sent,Ukupno SMS Sent
+Transaction,Transakcija
+Transition Rules,Prijelazna pravila
+Trash Reason,Otpad Razlog
+Tuesday,Utorak
+Tweet will be shared via your user account (if specified),Tweet će se dijeliti putem vašeg korisničkog računa (ako je određeno)
+Twitter Share,Twitter Share
+Twitter Share via,Twitter Podijeli putem
+Type,Vrsta
+UPPER CASE,Velika slova
+UPPERCASE,Velikim slovima
+URL,URL
+Unable to complete request: ,Nije moguće dovršiti zahtjev:
+Unable to load,Nije moguće učitati
+"Unknown file encoding. Tried utf-8, windows-1250, windows-1252.","Nepoznato spis. Pokušao UTF - 8 , Windows 1250, Windows - 1252 ."
+Unread Messages,Nepročitane poruke
+Unsubscribed,Pretplatu
+Upcoming Events for Today,Buduća događanja za danas
+Update,Ažurirati
+Update Field,Update Field
+Update Value,Ažurirajte vrijednost
+Upload,Pošalji
+Upload Attachment,Prenesi Prilog
+Upload a file,Prenesi datoteku
+Upload and Import,Upload i uvoz
+Uploading...,Prijenos ...
+User,Korisnik
+User Cannot Create,Korisnik ne može stvoriti
+User Cannot Search,Korisnik ne može tražiti
+User Image,Upute slike
+User Tags,Upute Tags
+User Type,Vrsta korisnika
+User not allowed to delete.,Korisnik ne smije izbrisati.
+UserRole,UserRole
+Value,Vrijednost
+Value missing for,Vrijednost nestao
+Verdana,Verdana
+Visit,Posjetiti
+Warning,Upozorenje
+Web Content,Web sadržaj
+Web Page,Web stranica
+Website,Website
+Website Overall Settings,Website Ukupni Postavke
+Website Script,Web Skripta
+Website Settings,Website Postavke
+Website Sitemap,web stranica Mapa
+Website Sitemap Config,Web stranica Mapa Config
+Website Slideshow,Web Slideshow
+Website Slideshow Item,Web Slideshow artikla
+Website User,Web User
+Wednesday,Srijeda
+Welcome Email Sent,Dobrodošli E-mail poslan
+"When you Amend a document after cancel and save it, it will get a new number that is a version of the old number.","Kada Izmijeniti dokument nakon otkazati i spasiti ga, on će dobiti novi broj koji je verzija starog broja."
+Width,Širina
+Will be used in url (usually first name).,Hoće li se koristi u URL-u (obično ime).
+Workflow,Workflow
+Workflow Action,Workflow Akcija
+Workflow Action Master,Workflow Akcija Master
+Workflow Action Name,Workflow Akcija Ime
+Workflow Document State,Workflow dokument Država
+Workflow Document States,Workflow dokument Države
+Workflow Name,Workflow ime
+Workflow State,Workflow država
+Workflow State Field,Workflow Državna polja
+Workflow Transition,Tijek tranzicije
+Workflow Transitions,Workflow Prijelazi
+Workflow state represents the current state of a document.,Workflow država predstavlja trenutno stanje dokumenta.
+Workflow will start after saving.,Workflow će početi nakon štednje.
+Write,Pisati
+Write a Python file in the same folder where this is saved and return column and result.,Napišite Python datoteku u istu mapu gdje je spremljena i povratka stupcu i rezultat.
+Write a SELECT query. Note result is not paged (all data is sent in one go).,Napišite SELECT upita. Napomena rezultat nije zvao (svi podaci se šalju u jednom potezu).
+Write titles and introductions to your blog.,Napišite naslova i uvoda u svoj blog.
+Writers Introduction,Pisci Uvod
+Year,Godina
+Yes,Da
+Yesterday,Jučer
+You can set various 'properties' to Users to set default values and apply permission rules based on the value of these properties in various forms.,Možete postaviti različite 'Properties' za korisnike postaviti zadane vrijednosti i primjenjivati pravila dozvola na temelju vrijednosti tih svojstava u različitim oblicima.
+You can use Customize Form to set levels on fields.,Možete koristiti Prilagodite obrazac za postavljanje razine na poljima.
+"Your download is being built, this may take a few moments...","Vaš preuzimanje se gradi, to može potrajati nekoliko trenutaka ..."
+[Label]:[Field Type]/[Options]:[Width],[Label]: [Field Type] / [Options]: [Širina]
+add your own CSS (careful!),dodati svoj vlastiti CSS (careful!)
+adjust,prilagoditi
+align-center,poravnajte-centar
+align-justify,poravnajte-opravdati
+align-left,poravnajte-lijevo
+align-right,poravnati desno
+and,i
+arrow-down,strelica prema dolje
+arrow-left,strelica lijevo
+arrow-right,Strelica desno
+arrow-up,strelica prema gore
+asterisk,zvjezdica
+backward,natrag
+ban-circle,zabrana-krug
+barcode,barkod
+bell,zvono
+bold,odvažan
+book,knjiga
+bookmark,bookmark
+briefcase,aktovka
+bullhorn,bullhorn
+calendar,kalendar
+camera,kamera
+cannot be empty,ne može biti prazan
+cannot be in its own,Ne može biti u vlastitu
+"cannot have a URL, because it has child item(s)","ne može imati URL, jer ima dijete stavku (e)"
+cannot start with,Ne mogu početi s
+certificate,certifikat
+check,provjeriti
+chevron-down,Chevron-dolje
+chevron-left,Chevron-lijevo
+chevron-right,Chevron-desno
+chevron-up,Chevron-up
+circle-arrow-down,krug sa strelicom prema dolje
+circle-arrow-left,krug sa strelicom nalijevo
+circle-arrow-right,krug sa strelicom desno
+circle-arrow-up,krug sa strelicom prema gore
+cog,vršak
+comment,komentirati
+comments,komentari
+create a Custom Field of type Link (Profile) and then use the 'Condition' settings to map that field to the Permission rule.,"stvoriti Custom Field tipa Link (Profil), a zatim koristiti 'stanje' postavke na karti koje polje na dozvole vladavine."
+dd-mm-yyyy,dd-mm-yyyy
+dd/mm/yyyy,dd / mm / gggg
+does not exist,ne postoji
+download,preuzimanje
+download-alt,download-alt
+edit,urediti
+eject,izbaciti
+envelope,omotnica
+exclamation-sign,usklik-znak
+eye-close,oka u blizini
+eye-open,oku-otvaranje
+facetime-video,FaceTime-video
+fast-backward,brzo unatrag
+fast-forward,brzo naprijed
+file,file
+film,film
+filter,filtriranje
+fire,vatra
+flag,zastava
+folder-close,mapa-blizu
+folder-open,mapa otvoriti
+font,krstionica
+forward,naprijed
+found,nađen
+fullscreen,fullscreen
+gift,dar
+glass,staklo
+globe,globus
+hand-down,rukom prema dolje
+hand-left,ruka-lijeva
+hand-right,ruka-desna
+hand-up,ruka-up
+hdd,HDD
+headphones,slušalice
+heart,srce
+home,dom
+icon,ikona
+in,u
+inbox,inbox
+indent-left,alineje-lijevo
+indent-right,alineje-desno
+info-sign,info-znak
+is linked in,je povezan u
+is not allowed.,nije dopušteno.
+italic,kurzivan
+leaf,list
+list,popis
+list-alt,popis-alt
+lock,zaključati
+lowercase,malim slovima
+magnet,magnet
+map-marker,Karta marker
+minus,minus
+minus-sign,minus znak
+mm-dd-yyyy,dd-mm-yyyy
+mm/dd/yyyy,dd / mm / gggg
+move,premjestiti
+music,glazba
+not in,nije u
+of type Link,tipa Link
+off,isključen
+ok,u redu
+ok-circle,ok-krug
+ok-sign,ok-prijava
+or,ili
+pause,stanka
+pencil,olovka
+picture,slika
+plane,avion
+play,igrati
+play-circle,play-krug
+plus,plus
+plus-sign,plus-potpisati
+print,tiskati
+qrcode,qrcode
+question-sign,pitanje-prijava
+random,slučajan
+refresh,osvježiti
+remove,ukloniti
+remove-circle,uklanjanje-krug
+remove-sign,uklanjanje-potpisati
+repeat,ponoviti
+resize-full,resize-pun
+resize-horizontal,resize-horizontalna
+resize-small,resize-mala
+resize-vertical,resize-vertikalna
+retweet,retweet
+road,cesta
+screenshot,slike
+search,traženje
+share,udio
+share-alt,Udio-alt
+shopping-cart,shopping-cart
+signal,signal
+star,zvijezda
+star-empty,zvijezda-prazna
+step-backward,korak unatrag
+step-forward,korak naprijed
+stop,zaustaviti
+tag,privjesak
+tags,oznake
+"target = ""_blank""",target = "_blank"
+tasks,zadaci
+text-height,tekst-visina
+text-width,tekst širine
+th,og
+th-large,og veliki
+th-list,og-popis
+thumbs-down,palac dolje
+thumbs-up,palac gore
+time,vrijeme
+tint,nijansa
+to,na
+trash,smeće
+upload,upload
+user,korisnik
+user_image_show,user_image_show
+values and dates,Vrijednosti i datumi
+volume-down,glasnoće prema dolje
+volume-off,volumen-off
+volume-up,glasnoće prema gore
+warning-sign,upozorenje-znak
+wrench,ključ
+yyyy-mm-dd,gggg-mm-dd
+zoom-in,zoom-u
+zoom-out,zoom-out
diff --git a/webnotes/translations/it.csv b/webnotes/translations/it.csv
new file mode 100644
index 0000000000..e81fd8d8ba
--- /dev/null
+++ b/webnotes/translations/it.csv
@@ -0,0 +1,1073 @@
+ by Role ,per Ruolo
+ can not be marked as a ledger as it has existing child,non può essere contrassegnato come un libro mastro in quanto ha bambino esistente
+ cannot be deleted., non può essere eliminata.
+ is not set, non è impostato
+"""Company History""","La storia della società"
+"""Team Members"" or ""Management""","Membri del team" o "gestione"
+0,0
+"000 is black, fff is white","000 è nero, fff è bianco"
+1,1
+12px,12px
+13px,13px
+14px,14px
+15px,15px
+16px,16px
+2,2
+2 days ago,2 giorni fà
+"\
+field:[fieldname] - By Field\
+naming_series: - By Naming Series (field called naming_series must be present\
+Prompt - Prompt user for a name\
+[series] - Series by prefix (separated by a dot); for example PRE.#####\
+')"">Naming Options",
+Cancel allows you change Submitted documents by cancelling them and amending them.,Annulla consente di modificare i documenti inseriti cancellando o modificando.
+A new popup will open that will ask you to select further conditions.,Si aprirà un popup che vi chiederà di selezionare ulteriori condizioni.
+A user can have multiple values for a property.,Un utente può avere più valori per una proprietà.
+About,About
+About Us Settings,Chi siamo Impostazioni
+About Us Team Member,Chi Siamo Membri Team
+Account Id,ID Conto
+Action,Azione
+Actions,azioni
+Add,Aggiungi
+Add A New Rule,Aggiunge una nuova regola
+Add A Property,Aggiungere una Proprietà
+Add Attachments,Aggiungere Allegato
+Add Bookmark,Aggiungere segnalibro
+Add CSS,Aggiungere CSS
+Add Column,Aggiungi colonna
+Add Google Analytics ID: eg. UA-89XXX57-1. Please search help on Google Analytics for more information.,Aggiungere ID Google Analytics : es. UA-89XXX57-1. Cerca aiuto su Google Analytics per altre informazioni.
+Add Message,Aggiungere Messaggio
+Add New Permission Rule,Aggiungere Nuova Autorizzazione
+Add Reply,Aggiungi risposta
+Add Total Row,Aggiungere Riga Totale
+Add a banner to the site. (small banners are usually good),Aggiungi Banner al sito. (banner piccoli sono migliori)
+Add attachment,Aggiungere Allegato
+Add code as <script>,Aggiungi codice allo script
+Add new row,Aggiungi Una Nuova Riga
+"Add the name of Google Web Font e.g. ""Open Sans""","Aggiungi il nome Google Web Font e.g. ""Open Sans"""
+Add to To Do,Aggiungi a Cose da Fare
+Add to To Do List of,Aggiungi a lista Cose da Fare di
+Additional Info,Informazioni aggiuntive
+Address,Indirizzo
+Address and other legal information you may want to put in the footer.,Indirizzo e altre informazioni legali che si intende visualizzare nel piè di pagina.
+Address to be displayed on the Contact Page,Indirizzo da visualizzare nella pagina Contatti
+Adds a custom field to a DocType,Aggiungi campo personalizzato a DocType
+Adds a custom script (client or server) to a DocType,Aggiungi Script personalizzato (client o server) al DocType
+Advanced Scripting,Scripting Avanzato
+Advanced Settings,Impostazioni Avanzate
+All Day,Intera giornata
+"All possible Workflow States and roles of the workflow.
Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Tutti i possibili stati del flusso di lavoro e ruoli del flusso di lavoro.
Docstatus Opzioni: 0 è "salvato", 1 è "sottoposto" e 2 è "Annullato""
+Allow Attach,Consentire Allegati
+Allow Import,Consentire Importa
+Allow Import via Data Import Tool,Consentire Import tramite Strumento Importazione Dati
+Allow Rename,Consentire Rinominare
+Allow on Submit,Consentire su Invio
+Allow user to login only after this hour (0-24),Consentire Login Utente solo dopo questo orario (0-24)
+Allow user to login only before this hour (0-24),Consentire Login Utente solo prima di questo orario (0-24)
+Allowed,Consenti
+Already Registered,Già Registrato
+Amend,Correggi
+"An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org]","Icona con estensione .ico. 16 x 16 px. Genera con favicon generator. [favicon-generator.org]"
+Are you sure you want to delete the attachment?,Eliminare Veramente questo Allegato?
+Arial,Arial
+"As a best practice, do not assign the same set of permission rule to different Roles instead set multiple Roles to the User",Una buona idea sarebbe non assegnare le stesse autorizzazioni a differenti ruoli delo stesso utente
+Ascending,Crescente
+Assign To,Assegna a
+Assigned By,Assegnato da
+Assigned To,assegnato a
+Assigned To/Owner,Assegnato a / proprietario
+Attach,Allega
+Attach Document Print,Allega documento Stampa
+Attach as web link,Fissare come collegamento web
+Attached To DocType,Allega aDocType
+Attached To Name,Allega a Nome
+Attachments,Allegati
+Attributions,Attribuzione
+Auto Name,Nome Auto
+Auto generated,Auto generato
+Avatar,Avatar
+Background Color,Colore Sfondo
+Background Image,Immagine Sfondo
+Banner,Banner
+Banner HTML,Banner HTML
+Banner Image,Immagine Banner
+Banner is above the Top Menu Bar.,Il Banner è sopra la Barra Menu Top
+Begin this page with a slideshow of images,Inizia la pagina con una slideshow di immagini
+Belongs to,appartiene alla
+Bio,Bio
+Birth Date,Data di Nascita
+Blog Category,Categoria Blog
+Blog Intro,Intro Blog
+Blog Introduction,Introduzione Blog
+Blog Post,Articolo Blog
+Blog Settings,Impostazioni Blog
+Blog Title,Titolo Blog
+Blogger,Blogger
+Bookmarks,Segnalibri
+Brand HTML,Marca HTML
+"Brand is what appears on the top-right of the toolbar. If it is an image, make sure it
+has a transparent background and use the <img /> tag. Keep size as 200px x 30px",
+Bulk Email,Email di Massa
+Bulk Email records.,Registra Email di Massa
+Button,Pulsante
+By,By
+COMM-,COMM-
+CSS,CSS
+Calendar,Calendario
+Can only be exported by users with role 'Report Manager',Può essere esportata slo da utenti con ruolo 'Report Manager'
+Cancel,Annulla
+Cancel permission also allows the user to delete a document (if it is not linked to any other document).,Annulla permessi abiliti utente ad eliminare un documento (se non è collegato a nessun altro documento).
+Cancelled,Annullato
+Cannot Update: Incorrect / Expired Link.,Impossibile aggiornare : link errato / Scaduta .
+Cannot Update: Incorrect Password,Impossibile aggiornare : Password errata
+Cannot change from,Non è possibile cambiare da
+Cannot edit standard fields,Non è possibile modificare i campi standard
+Cannot map because following condition fails: ,Impossibile mappare perché seguente condizione fallisce:
+"Cannot update a non-exiting record, try inserting.","Impossibile aggiornare un record non uscire , provare ad inserire ."
+Categorize blog posts.,Categorizzare i post sul blog.
+Category,Categoria
+Category Name,Nome Categoria
+Center,Centro
+"Certain documents should not be changed once final, like an Invoice for example. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Alcuni documenti non devono essere modificati una volta definiti, come una fattura, per esempio. Lo stato finale di tali documenti è chiamato Inserito. È possibile limitare quali ruoli possono Inviare."
+Chat,Chat
+Check,Seleziona
+Check / Uncheck roles assigned to the Profile. Click on the Role to find out what permissions that Role has.,Seleziona / Deseleziona ruoli assegnati al profilo. Fare clic sul ruolo per scoprire quali autorizzazioni ha il ruolo.
+Check this to make this the default letter head in all prints,Seleziona per usare questa intestazione in tutte le stampe
+Checked,Selezionato
+Child Tables are shown as a Grid in other DocTypes.,Tabelle figlio sono mostrati come una griglia in altre DOCTYPE.
+Clear Cache & Refresh,Cancella cache & Ricarica
+Click on button in the 'Condition' column and select the option 'User is the creator of the document',Clicca sul pulsante nella colonna 'Condizioni' e seleziona 'Utente ha creato il documento'
+Click on row to edit.,Clicca sulla riga da modificare.
+Click to Expand / Collapse,Clicca per Espandere / Comprimere
+Client,Intestatario
+Close,Chiudi
+Code,Codice
+Color,Colore
+Column Break,Interruzione Colonna
+Comment,Commento
+Comment By,Commentato da
+Comment By Fullname,Commento di Nome Completo
+Comment Date,Data commento
+Comment Docname,Commento Docname
+Comment Doctype,Commento Doctype
+Comment Time,Tempo Commento
+Comments,Commenti
+Communication,Comunicazione
+Communication Medium,Mezzo di comunicazione
+Company History,Storico Azienda
+Company Introduction,Introduzione Azienda
+Company Name,Nome Azienda
+Complaint,Reclamo
+Complete By,Completato da
+Condition Field,Condizione di campo
+Contact Us Settings,Impostazioni Contattaci
+"Contact options, like ""Sales Query, Support Query"" etc each on a new line or separated by commas.","Opzioni di contatto, come "Query vendite, il supporto delle query", ecc ciascuno su una nuova riga o separati da virgole."
+Content,Contenuto
+Content in markdown format that appears on the main side of your page,Contenuto sottolineato che appare sul lato principale della pagina
+Content web page.,Contenuto Pagina Web.
+Control Panel,Pannello di Controllo
+Controller,controllore
+Copy,Copia
+Copyright,Copyright
+Core,Core
+Count,contare
+Country,Nazione
+Create,Crea
+Created Customer Issue,Creata Richiesta Cliente
+Created Opportunity,Opportunità Creata
+Created Support Ticket,Crea Ticket Assistenza
+Currency,Valuta
+Currency Format,Formato Valuta
+Current status,Stato Corrente
+Custom CSS,CSS Personalizzato
+Custom Field,Campo Personalizzato
+Custom Reports,Report Personalizzato
+Custom Script,Script Personalizzato
+Custom Startup Code,Codice Avvio Personalizzato
+Custom?,Personalizzato?
+Customize,Personalizza
+Customize Form,Personalizzare modulo
+Customize Form Field,Personalizzare Campo modulo
+"Customize Label, Print Hide, Default etc.","Personalizzare Etichetta,Nascondere Stampa, predefinito etc."
+Daily Event Digest is sent for Calendar Events where reminders are set.,Coda di Evento Giornaliero è inviato per Eventi del calendario quando è impostata la notifica.
+Danger,Pericoloso
+Data,Data
+Data missing in table,Dati Mancanti nella tabella
+Date,Data
+Date Format,Formato Data
+Date must be in format,Data nel formato
+Datetime,Orario
+Dear,Gentile
+Default,Predefinito
+Default Home Page,Home page Predefinito
+Default Home Pages,Home page Predefinita
+Default Print Format,Formato Stampa Predefinito
+Default Value,Valore Predefinito
+"Default: ""Contact Us""","Predefinito: ""Contattaci """
+DefaultValue,ValorePredefinito
+Defaults,Predefiniti
+Defines actions on states and the next step and allowed roles.,Definisce le azioni su stati e il passo successivo e ruoli consentiti.
+Defines workflow states and rules for a document.,Definisci stati Workflow e regole per il documento.
+Delete,Elimina
+Delete Row,Elimina Riga
+Depends On,Dipende da
+Descending,Decrescente
+Description,Descrizione
+"Description for listing page, in plain text, only a couple of lines. (max 140 characters)","Descrizione per la pagina di profilo, in testo normale, solo un paio di righe. (max 140 caratteri)"
+Description for page header.,Descrizione Intestazione Pagina
+Desktop,Desktop
+Details,Dettagli
+Did not add.,Non aggiungere.
+Did not cancel,Non cancellare
+Did not save,Non salvare
+"Different ""States"" this document can exist in. Like ""Open"", ""Pending Approval"" etc.","Diverso "Uniti" questo documento può esistere in Come "Open", "In attesa di approvazione", ecc"
+Disable Customer Signup link in Login page,Disabilita Link Iscrizione Clienti nella pagina di Login
+Disable Signup,Disabilita Iscrizione
+Disabled,Disabilitato
+Display Settings,Impostazioni Visualizzazione
+Doc Status,Stato Doc
+DocField,CampoDoc
+DocPerm,PermessiDoc
+DocType,TipoDoc
+DocType Details,Dettaglio DocType
+DocType can not be merged,DocType non può essere fusa
+DocType is a Table / Form in the application.,DocType è una Tabella / Modulo nell'applicazione
+DocType on which this Workflow is applicable.,DocType su cui questo flusso di lavoro è applicabile
+DocType or Field,DocType Campo
+Docname,docname
+Document,Documento
+Document Status transition from ,Documento di transizione di stato da
+Document Type,Tipo di documento
+Document Types,Tipi di documenti
+Document is only editable by users of role,Documento è modificabile solo dagli utenti del ruolo
+Documents,Documenti
+Download Backup,Scarica Backup
+Draft,Bozza
+Drafts,Bozze
+Drag to sort columns,Trascina per ordinare le colonne
+Edit,Modifica
+Editable,Modificabile
+Email,Email
+Email Host,Host Email
+Email Id where users will send support request e.g. support@example.com,Email Id dove gli utenti potranno inviare richiesta di supporto ad esempio support@example.com
+Email Login,Login Email
+Email Password,Password Email
+Email Sent,Invia Mail
+Email Settings,Impostazioni email
+Email Signature,Firma Email
+Email Use SSL,Email usa SSL
+"Email addresses, separted by commas","Indirizzi Email, separati da virgole"
+Email...,Email...
+Embed image slideshows in website pages.,Includi slideshow di immagin nellae pagine del sito.
+Enable Comments,Attiva Commenti
+Enabled,Attivo
+Ends on,Termina il
+Enter Form Type,Inserisci Tipo Modulo
+"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.","Inserisci campi valore di default (chiavi) e valori. Se si aggiungono più valori per un campo, il primo sarà scelto. Questi dati vengono utilizzati anche per impostare le regole di autorizzazione "match". Per vedere l'elenco dei campi, andare al modulo di Personalizzazione ."
+Equals,Equals
+Error,Errore
+Error: Document has been modified after you have opened it,Errore: Il Documento è stato modificato dopo averlo aperto
+Event,Evento
+Event End must be after Start,Fine evento deve essere dopo l'inizio
+Event Individuals,Eventi Personali
+Event Role,Ruolo Evento
+Event Roles,Ruoli Evento
+Event Type,Tipo Evento
+Event User,Evento Utente
+Events In Today's Calendar,Eventi nel Calendario di Oggi
+Every Day,Tutti i Giorni
+Every Month,Ogni mese
+Every Week,Ogni settimana
+Every Year,Ogni anno
+Example:,Esempio:
+Export,Esporta
+Facebook Share,Condividi su Facebook
+FavIcon,FavIcon
+Female,Femmina
+Field Description,Descrizione Campo
+Field Name,Nome Campo
+Field Type,Tipo Campo
+"Field that represents the Workflow State of the transaction (if field is not present, a new hidden Custom Field will be created)","Campo che rappresenta lo stato del flusso di lavoro della transazione (se il campo non è presente, verrà creato un nuovo campo personalizzato nascosto)"
+Fieldname,Nomecampo
+Fields,Campi
+"Fields separated by comma (,) will be included in the
Search By list of Search dialog box","Campi separati da virgola (,) saranno inclusi in
Cerca perlista nel box di ricerca"
+File,File
+File Data,Dati File
+File Name,Nome del file
+File Size,Dimensione File
+File URL,URL del file
+File size exceeded the maximum allowed size,La dimensione del file eccede il massimo permesso
+Filter,Filtra
+Finder,mirino
+First Name,Nome
+Float,Galleggiare
+Font (Heading),Font (rubrica)
+Font (Text),Carattere (Testo)
+Font Size (Text),Dimensione Carattere (Testo)
+Fonts,Caratteri
+Footer,Piè di pagina
+Footer Items,elementi Piè di pagina
+For All Users,Per tutti gli Utenti
+For DocType,per DocType
+"For Links, enter the DocType as range
+For Select, enter list of Options separated by comma",
+"For comparative filters, start with","Per i filtri di confronto, iniziare con"
+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.,Ad esempio in caso di annullamento e modifica 'INV004' diventerà un nuovo documento 'INV004-1'. Questo vi aiuta a tenere traccia di ogni modifica.
+For example: You want to restrict users to transactions marked with a certain property called 'Territory',Per esempio: si vuole limitare gli utenti a transazioni contrassegnate con una certa proprietà chiamata 'Territorio'
+For ranges,Per Intervallo
+Form,Modulo
+"Format: hh:mm example for one hour expiry set as 01:00.
+Max expiry will be 72 hours. Default is 24 hours",
+Forward To Email Address,Inoltra a Indirizzo e-mail
+Friday,Venerdì
+From Date must be before To Date,Da Data deve essere prima di A Data
+Full Name,Nome Completo
+Gantt Chart,Diagramma di Gantt
+Gender,Genere
+General,Generale
+Generator,generatore
+Georgia,Georgia
+Get,Ottieni
+Get From ,Ottieni da
+"Go to Setup > User Properties to set \
+ 'territory' for diffent Users.",
+Google Analytics ID,ID Google Analytics
+Google Plus One,Google+ One
+Google Web Font (Heading),Google Web Font (Intestazione)
+Google Web Font (Text),Google Web Font (Testo)
+Greater or equals,Maggiore o uguale
+Greater than,maggiore di
+Groups,Gruppi
+HTML,HTML
+Header,Intestazione
+Heading,Intestazione
+Heading Text As,Rubrica testo come
+Help,Aiuto
+Helvetica Neue,Helvetica Neue
+Hey! There should remain at least one System Manager,Hey! Si dovrebbe mantenere almeno un Gestore di sistema
+Hidden,Nascosto
+Hide Actions,Nascondi Azioni
+Hide Copy,Nascondi Copia
+Hide Email,Nascondi Email
+Hide Heading,Nascondi Intestazione
+Hide Print,Nascondi Stampa
+Hide Toolbar,Nascondi la Barra degli strumenti
+Highlight,Mettere in luce
+History,Cronologia
+Home Page,Home Page
+Home Page is Products,Home page è Prodotti
+Home Pages,Home Pages
+ID,ID
+ID (name) of the entity whose property is to be set,ID (nome) del soggetto la cui proprietà deve essere impostata
+Icon,Icona
+Icon will appear on the button,Icona apparirà sul tasto
+"If a User does not have access at Level 0, then higher levels are meaningless","Se un utente non ha accesso al livello 0, quindi i livelli più elevati sono senza senso"
+"If checked, all other workflows become inactive.","Se selezionata, tutti gli altri flussi di lavoro diventano inattivi."
+"If checked, the Home page will be the default Item Group for the website.","Se selezionato, la pagina iniziale sarà il Gruppo Item predefinita per il sito web."
+"If image is selected, color will be ignored (attach first)","Se si seleziona un'immagine, il colore viene ignorata (allegare prima)"
+"If not, create a","Se non, creare un"
+"If the 'territory' Link Field exists, it will give you an option to select it","Se il 'territorio' Link campo esiste, che vi darà la possibilità di selezionare la"
+"If these instructions where not helpful, please add in your suggestions at GitHub Issues","Se queste istruzioni se non disponibile, si prega di aggiungere nei vostri suggerimenti all'indirizzo GitHub Issues < / a>"
+"If you set this, this Item will come in a drop-down under the selected parent.","Se si imposta questo, questo articolo verrà in una discesa sotto il genitore selezionato ."
+Image,Immagine
+Image Link,Immagine link
+Import,Importazione
+In,in
+In Dialog,Nella finestra di dialogo
+In Filter,In Filtro
+In List View,In elenco Visualizza
+In Report Filter,In Report Filter
+In response to,In risposta a
+"In the Permission Manager, click on the button in the 'Condition' column for the Role you want to restrict.","Nel Permission Manager, fare clic sul pulsante nella colonna 'Stato' per il ruolo che si desidera limitare."
+Index,Indice
+Individuals,Individui
+Industry,Industria
+Info,Info
+Insert After,Inserisci dopo
+Insert Below,Inserisci sotto
+Insert Code,Inserire codice
+Insert Row,Inserisci riga
+Insert Style,Inserire Style
+Int,Int.
+Integrations,Integrazioni
+Introduce your company to the website visitor.,Introdurre la vostra azienda per il visitatore del sito.
+Introduction,Introduzione
+Introductory information for the Contact Us Page,Informazioni introduttive per la pagina Contattaci
+Invalid Email,Email non valida
+Inverse,Inverse
+Is Active,È attivo
+Is Child Table,È Tavola Bambino
+Is Default,È Default
+Is Mandatory Field,È Campo obbligatorio
+Is Single,È single
+Is Standard,È standard
+Is Submittable,È Submittable
+JSON,JSON
+JavaScript Format: wn.query_reports['REPORTNAME'] = {},Formato JavaScript: wn.query_reports ['REPORTNAME'] = {}
+Javascript,Javascript
+Javascript to append to the head section of the page.,Javascript da aggiungere alla sezione head della pagina.
+Keep a track of all communications,Mantenere una traccia di tutte le comunicazioni
+Key,Chiave
+Label,Etichetta
+Label Help,Etichetta Help
+Lacs,Lacs
+Landing Page,Pagina di destinazione
+Language,Lingua
+Language preference for user interface (only if available).,Lingua preferita per l'interfaccia (se disponibile)
+Last IP,Ultimo IP
+Last Login,Ultimo Login
+Last Name,Cognome
+Last updated by,Ultimo aggiornamento effettuato da
+Lastmod,lastmod
+Lato,Lato
+Leave blank to repeat always,Lascia in bianco per ripetere sempre
+Left,Sinistra
+Less or equals,Minore o uguale
+Less than,meno di
+Letter Head,Carta intestata
+Letter Head Image,Lettera Responsabile Immagine
+Letter Head Name,Lettera Responsabile Nome
+Letter Head in HTML,Lettera Head in HTML
+Level,Livello
+"Level 0 is for document level permissions, higher levels for field level permissions.","Il livello 0 è per le autorizzazioni a livello di documento, i livelli più elevati per le autorizzazioni a livello di campo."
+Like,come
+Link,Collegamento
+Link Name,Nome collegamento
+Link to other pages in the side bar and next section,Link verso altre pagine nella barra laterale e sezione successiva
+Link to the page you want to open,Link alla pagina che si desidera aprire
+Linked In Share,Linked In Condividi
+Linked With,Collegato con
+List,Lista
+List of patches executed,Elenco delle patch eseguite
+Loading,Caricamento
+Loading Report,Caricamento report
+Loading...,Caricamento in corso ...
+Log of Scheduler Errors,Log di errori di pianificazione
+Login,Entra
+Login After,Accedi Dopo
+Login Before,Accedi Prima
+Logout,Esci
+Long Text,Testo lungo
+Lucida Grande,Lucida Grande
+Mail Footer,Posta Footer
+Mail Server,Mail Server
+Main Section,Sezione principale
+Make a new,Effettuare una nuova
+Make sure that the transactions you want to restrict have a Link field 'territory' that maps to a 'Territory' master.,Assicurarsi che le operazioni che si desidera limitare hanno 'territorio' un campo link che mappa un maestro 'territorio'.
+Male,Maschio
+Mandatory,Obbligatorio
+Mandatory filters required:\n,I filtri obbligatori richiesti : \ n
+Master,Maestro
+Match,Fiammifero
+Max Attachments,Numero massimo allegati
+"Meaning of Submit, Cancel, Amend","Significato dei Submit, cancellare, rettificare"
+"Menu items in the Top Bar. For setting the color of the Top Bar, go to Style Settings","Le voci di menu nella barra superiore. Per impostare il colore della barra superiore, vai a Impostazioni di stile"
+"Merging is only possible between Group-to-Group or
+ Ledger-to-Ledger",
+Message,Messaggio
+Method,Metodo
+Middle Name (Optional),Nome (facoltativo)
+Millions,Milioni
+Misc,Varie
+Miscellaneous,Varie
+Missing Values Required,Valori mancanti richiesti
+Modified by,Modificato da
+Module,Modulo
+Module Def,Modulo Def
+Module Name,Nome modulo
+Modules,Moduli
+Monday,Lunedi
+More,Più
+More content for the bottom of the page.,Più contenuti per la parte inferiore della pagina.
+Must have report permission to access this report.,Deve avere relazione di permesso di accedere a questo rapporto.
+Must specify a Query to run,Necessario specificare una query per eseguire
+Name,Nome
+Name Case,Nome Caso
+Name Exists,nome esiste
+Naming Series mandatory,Naming Serie obbligatorio
+New,nuovo
+New Password,Nuova password
+New Record,Nuovo Record
+New value to be set,Nuovo valore da impostare
+Next Communcation On,Avanti Comunicazione sui
+Next State,Stato Successivo
+Next actions,Prossime azioni
+No,No
+No Action,Nessuna azione
+No Cache,No cache
+No Communication tagged with this ,Nessuna comunicazione con i tag presente
+No Copy,No Copy
+No Permission,Nessuna autorizzazione
+No Permission to ,Nessun permesso di
+No Permissions set for this criteria.,Nessun permessi impostati per questo criterio.
+No Report Loaded. Please use query-report/[Report Name] to run a report.,No Segnala Loaded. Si prega di utilizzare query report / [Nome report] per eseguire un report.
+No Sitemap,No Sitemap
+No User Properties found.,Nessun proprietà utente trovato.
+No further records,Nessun ulteriore record
+No one,Nessuno
+No permission to edit,Non hai il permesso di modificare
+No permission to write / remove.,Non hai il permesso di scrivere / eliminare.
+No records tagged.,Nessun record marcati.
+None,Nessuno
+None: End of Workflow,Nessuno: Fine del flusso di lavoro
+Not Found,Not Found
+Not Linked to any record.,Non legati a nessun record.
+Not Permitted,Non Consentito
+Not allowed for: ,Non è consentito per:
+Not enough permission to see links.,Non basta il permesso di vedere i link.
+Not equals,non equals
+"Note: For best results, images must be of the same size and width must be greater than height.","Nota: Per ottenere risultati ottimali, le immagini devono essere della stessa dimensione e la larghezza non deve essere superiore all'altezza."
+Note: Other permission rules may also apply,Nota: si possono verificare anche altre regole di autorizzazione
+Note: maximum attachment size = 1mb,Nota: la dimensione massima allegato = 1MB
+Nothing to show,Niente da mostrare
+Nothing to show for this selection,Niente da dimostrare per questa selezione
+Notification Count,Conte di notifica
+Notify By Email,Notifica via e-mail
+On,On
+"Once you have set this, the users will only be able access documents with that property.","Una volta impostato questo, gli utenti saranno in grado di accedere solo i documenti con tale proprietà."
+Only Administrator allowed to create Query / Script Reports,Solo amministratore ha permesso di creare delle query / Script Reports
+Only Administrator can save a standard report. Please rename and save.,Solo amministratore può salvare un report standard. Si prega di rinominare e salvare.
+Only Allow Edit For,Consenti solo Edit Per
+Only System Manager can create / edit reports,Solo il Gestore di sistema in grado di creare / modificare i rapporti
+Open Count,aperto Conte
+Open Sans,Aperte Sans
+Options,Opzioni
+Options Help,Opzioni Aiuto
+Org History,org Storia
+Org History Heading,Org Storia Rubrica
+Original Message,Original Message
+Other,Altro
+POP3 Mail Server (e.g. pop.gmail.com),POP3 Mail Server (ad esempio pop.gmail.com)
+Page,Pagina
+Page Background,Sfondo pagina
+Page Border,Bordo pagina
+Page HTML,Pagina HTML
+Page Headings,Pagina Rubriche
+Page Links,Pagina Links
+Page Name,Nome pagina
+Page Name Field,Pagina Nome campo
+Page Role,Pagina Ruolo
+Page Text,Pagina di testo
+Page already exists,Pagina esiste già
+Page content,Contenuto della pagina
+Page not found,Pagina non trovata
+Page or Generator,Pagina o Generator
+Page text and background is same color. Please change.,Testo di pagina e lo sfondo è dello stesso colore. Per favore cambia.
+"Page to show on the website
+",
+"Page url name (auto-generated) (add "".html"")",Pagina nome url (generata automaticamente) (aggiungere ". Html")
+Parent Label,Parent Label
+Parent is required.,È richiesta Parent.
+Participants,Partecipanti
+Password,Parola d'ordine
+Password Expires in (days),La password scade in (giorni)
+Password Updated,password Aggiornato
+Patch,Patch
+Patch Log,Patch Log
+Percent,Percentuale
+Perm Level,Perm Livello
+Permission Level,Livello di autorizzazione
+Permission Levels,Livelli di autorizzazione
+Permission Manager,Permission Manager
+Permission Rules,Regole di autorizzazione
+Permissions,Permessi di Scrittura
+Permissions Settings,Impostazioni delle autorizzazioni
+Permissions are automatically translated to Standard Reports and Searches,Le autorizzazioni vengono tradotti automaticamente al report standard e Ricerche
+"Permissions are set on Roles and Document Types (called DocTypes) by restricting read, edit, make new, submit, cancel, amend and report rights.","I permessi sono impostati su Ruoli e tipi di documenti (chiamato DOCTYPE) limitando leggere, modificare, creare nuovo, sostengono, cancellare, modificare e segnalare i diritti."
+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 incase you want to hide or make certain field read-only.,Autorizzazioni a livelli più alti sono permessi 'livello di campo'. Tutti i campi hanno stabilito un 'livello di autorizzazione' contro di loro e le regole definite a che le autorizzazioni si applicano al campo. Ciò è utile in caso si desidera nascondere o rendere certo campo di sola lettura.
+"Permissions at level 0 are 'Document Level' permissions, i.e. they are primary for access to the document.","Permessi di livello 0 sono permessi 'a livello di documento', cioè sono primario per l'accesso al documento."
+Permissions translate to Users based on what Role they are assigned,Permessi traducono per gli utenti in base a ciò di ruolo sono assegnati
+Person,Persona
+Phone,Telefono
+Phone No.,No. Telefono
+Pick Columns,Scegli Colonne
+Please attach a file first.,Si prega di allegare un file.
+Please attach a file or set a URL,Si prega di allegare un file o impostare un URL
+Please change the value,Si prega di modificare il valore
+Please enable pop-ups,Si prega di abilitare i pop-up
+Please make sure that there are no empty columns in the file.,Assicurarsi che non ci sono le colonne vuote nel file prega.
+Please refresh to get the latest document.,Si prega di aggiornamento per ottenere l'ultimo documento.
+Please select a file or url,Si prega di selezionare un file o URL
+Please specify,Si prega di specificare
+Plugin,Plugin
+Post Publicly,Posta pubblicamente
+Post Topic,Posta Topic
+Post to user,Invia a utente
+Posts,Messaggi
+Primary,Primaria
+Print Format,Formato Stampa
+Print Format Type,Stampa Tipo di formato
+Print Hide,Stampa Hide
+Print Width,Larghezza di stampa
+Print...,Stampa ...
+Priority,Priorità
+Private,Privato
+Profile,Profilo
+Profile Defaults,Defaults Profilo
+Profile Represents a User in the system.,Profilo Rappresenta un utente nel sistema.
+Profile of a Blogger,Profilo di un Blogger
+Profile of a blog writer.,Profilo di uno scrittore blog.
+Properties,Proprietà
+Property,Proprietà
+Property Setter,Setter Proprietà
+Property Setter overrides a standard DocType or Field property,Setter proprietà sostituisce un immobile docType campo standard
+Property Type,Tipo di proprietà
+Public,Pubblico
+Published,Pubblicato
+Published On,Edizione del
+Pull Emails from the Inbox and attach them as Communication records (for known contacts).,Tirare mail dalla posta in arrivo e collegarli come record di comunicazione (per contatti conosciuti).
+Query,Query
+Query Options,Opzioni query
+Query Report,Rapporto sulle query
+Query must be a SELECT,Query deve essere una SELEZIONA
+Quick Help for Setting Permissions,Guida rapida per Impostazione delle autorizzazioni
+Quick Help for User Properties,Guida rapida per la proprietà utente
+Read,Leggi
+Read Only,Solo lettura
+Received,ricevuto
+Recipient,Destinatario
+Recipients,Destinatari
+Ref DocType,Rif. DocType
+Ref Name,Rif. Nome
+Ref Type,Tipo Rif.
+Reference,Riferimento
+Reference DocName,Riferimento DocName
+Reference DocType,Riferimento DocType
+Reference Name,Nome di riferimento
+Reference Type,Tipo di riferimento
+Refresh,Refresh
+Registered but disabled.,Registrato ma disabilitato.
+Registration Details Emailed.,Dettagli di registrazione ricevuta via email.
+Remove Bookmark,Rimuovere Bookmark
+Rename...,Rinomina ...
+Repeat On,Ripetere On
+Repeat Till,Ripetere Fino
+Repeat this Event,Ripetere questo evento
+Report,Segnala
+Report Builder,Report Builder
+Report Builder reports are managed directly by the report builder. Nothing to do.,Report di Generatore report vengono gestite direttamente dal costruttore rapporto. Niente da fare.
+Report Hide,Segnala Hide
+Report Name,Nome rapporto
+Report Type,Tipo di rapporto
+Report was not saved (there were errors),Relazione non è stato salvato (ci sono stati errori)
+Represents the states allowed in one document and role assigned to change the state.,Rappresenta gli stati ammessi in un unico documento e ruolo assegnato per cambiare lo stato.
+Reqd,Reqd
+Reset Password Key,Resettare password chiave
+Restrict IP,Limitare IP
+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),"Limitare l'utente da solo questo indirizzo IP. Più indirizzi IP possono essere aggiunti separando con virgole. Accetta anche gli indirizzi IP parziali, come (111.111.111)"
+Restricting By User,Limitare per utente
+Right,Giusto
+Role,Ruolo
+Role Name,Nome Ruolo
+Roles,Ruoli
+Roles Assigned,Ruoli assegnati
+Roles Assigned To User,Ruoli assegnati a utenti
+Roles HTML,Ruoli HTML
+Root ,Root
+Row,Riga
+Rules defining transition of state in the workflow.,Regole che definiscono transizione di stato nel flusso di lavoro.
+"Rules for how states are transitions, like next state and which role is allowed to change state etc.","Regole per come gli stati sono transizioni, come prossimo stato e quale ruolo può cambiare stato ecc"
+SMS,SMS
+Sales,Vendite
+Same file has already been attached to the record,Stesso file è già stato attaccato al record
+Saturday,Sabato
+Save,salvare
+Scheduler Log,Scheduler Log
+Script,Script
+Script Report,Segnala Script
+Script Type,Tipo di script
+Script to attach to all web pages.,Script di allegare a tutte le pagine web.
+Search,Cerca
+Search Fields,Campi di ricerca
+Section Break,Interruzione di sezione
+Security Settings,Impostazioni di sicurezza
+Select,Selezionare
+Select All,Seleziona tutto
+Select Attachments,Selezionare Allegati
+Select Document Type,Seleziona tipo di documento
+Select Document Type or Role to start.,Selezionare tipo di documento o di ruolo per iniziare.
+Select Module,Select Module
+Select Print Format,Selezionare Formato di stampa
+Select Report Name,Selezionare Nome rapporto
+Select Role,Scegliere Ruolo
+Select Type,Seleziona tipo
+Select User or Property to start.,Selezionare Utente o immobile per iniziare.
+Select a Banner Image first.,Selezionare un Banner Immagine prima.
+Select an image of approx width 150px with a transparent background for best results.,Selezionare un'immagine di circa larghezza 150px con sfondo trasparente per i migliori risultati.
+Select dates to create a new ,Seleziona le date per creare un nuovo
+Select or drag across time slots to create a new event.,Selezionare o trascinare gli intervalli di tempo per creare un nuovo evento.
+"Select target = ""_blank"" to open in a new page.","Selezionare target = "" _blank "" per aprire in una nuova pagina ."
+Select the label after which you want to insert new field.,Selezionare l'etichetta dopo la quale si desidera inserire nuovo campo.
+Send,Invia
+Send As Email,Invia
+Send Me A Copy,Inviami una copia
+Send an email reminder in the morning,Invia un promemoria tramite email al mattino
+Send enquiries to this email address,Invia le richieste a questo indirizzo email
+Sender,Mittente
+Sent,Inviati
+Sent Mail,Posta inviata
+Sent Quotation,Quotazione Inviati
+Sent or Received,Inviati o ricevuti
+Series,serie
+Server,Server
+Session Expired. Logging you out,Sessione scaduta. Registrazione fuori
+Session Expires in (time),Sessione scade a (tempo)
+Set Banner from Image,Impostare Banner da immagine
+Set Link,Set di collegamento
+Set Password,Imposta password
+Set Value,Imposta valore
+"Set your background color, font and image (tiled)","Impostare il colore di sfondo, font e immagini (piastrelle)"
+Settings for About Us Page.,Impostazioni per Chi Siamo.
+Settings for Contact Us Page,Impostazioni per contattarci Pagina
+Settings for Contact Us Page.,Impostazioni per la pagina contatti.
+Settings for the About Us Page,Impostazioni per la Chi Siamo
+Setup of fonts and background.,Installazione di font e lo sfondo.
+"Setup of top navigation bar, footer and logo.","Impostazione di barra di navigazione superiore, piè di pagina e il logo."
+Short Bio,Breve Bio
+Short Name,Nome breve
+Shortcut,Scorciatoia
+Show Breadcrumbs,Mostra Pangrattato
+Show Details,Mostra dettagli
+Show Print First,Mostra Stampa Prima
+Show Table of Contents,Mostra Sommario
+Show Tags,Mostra Tag
+Show Title,Mostra titolo
+Show rows with zero values,Mostra righe con valori pari a zero
+Showing only for,Mostrando solo per
+Single Post (article).,Messaggio singolo (articolo).
+Single Types have only one record no tables associated. Values are stored in tabSingles,Tipi di singole hanno un solo record senza tabelle associate . I valori vengono memorizzati in tabSingles
+Slideshow,Slideshow
+Slideshow Items,Articoli Slideshow
+Slideshow Name,Nome Slideshow
+Slideshow like display for the website,Slideshow come schermo per il sito web
+Small Text,Testo piccolo
+Solid background color (default light gray),Colore di sfondo a tinta unita (grigio chiaro di default)
+Sorry we were unable to find what you were looking for.,Spiacente non siamo riusciti a trovare quello che stavi cercando.
+Sorry you are not permitted to view this page.,Mi dispiace che non sei autorizzato a visualizzare questa pagina.
+Sort By,Ordina per
+Special Page Settings,Impostazioni di pagina speciale
+Standard,Standard
+Start Report For,Inizio Rapporto Per
+Starts on,Inizia il
+Startup,Startup
+State,Stato
+States,Stati
+Status,Stato
+Step 1: Set the name and save.,Passo 1 : Impostare il nome e salvare .
+Step 2: Set Letterhead content.,Passaggio 2: Impostare contenuti intestata .
+Style,Stile
+Style Settings,Regolazioni
+"Style represents the button color: Success - Green, Danger - Red, Inverse - Black, Primary - Dark Blue, Info - Light Blue, Warning - Orange","Style rappresenta il colore del pulsante: Successo - Verde, Pericolo - Rosso, Inverse - Nero, primario - Dark Blue, Info - Light Blue, Warning - Arancione"
+Sub-domain provided by erpnext.com,Sub-dominio fornito dal erpnext.com
+Subdomain,Sottodominio
+Subject,Soggetto
+Submit,Presentare
+Submitted,Inserito
+Submitted Record cannot be deleted,Record presentata non può essere cancellato
+Success,Successo
+Suggestion,Suggerimento
+Sunday,Domenica
+Support Email Id,Supporto Email Id
+Sync Inbox,Sincronizzazione Posta in arrivo
+System,Sistema
+System Defaults,Valori predefiniti di sistema
+System User,Utente di sistema
+Table,Tavolo
+Table of Contents,Sommario
+Tag,Tag
+Tag Name,Nome del tag
+Tags,Tag
+Tahoma,Tahoma
+Target,Obiettivo
+Team Members,Membri del Team
+Team Members Heading,Membri del team Rubrica
+Template Path,Percorso Template
+Test,Prova
+Test Runner,Test Runner
+Text,Testo
+Text Align,Allineamento testo
+Text Editor,Editor di testo
+"The ""Web Page"" that is the website home page",La "Pagina Web" che è la home page del sito
+The name of your company / website as you want to appear on browser title bar. All pages will have this as the prefix to the title.,Il nome della vostra azienda / sito web come si desidera visualizzare sulla barra del titolo del browser. Tutte le pagine avranno questo come prefisso per il titolo.
+"The system provides pre-defined roles, but you can add new roles to set finer permissions","Il sistema fornisce i ruoli predefiniti, ma è possibile aggiungere nuovi ruoli per impostare le autorizzazioni più fini"
+Then By (optional),Poi per (opzionale)
+These properties are Link Type fields from all Documents.,Queste proprietà sono di collegamento Tipo campi da tutti i documenti.
+"These properties can also be used to 'assign' a particular document, whose property matches with the User's property to a User. These can be set using the Permission Manager","Queste proprietà possono essere utilizzati anche per 'assegnare' un particolare documento, la cui proprietà corrisponde con la proprietà per l'utente di un utente. Questi possono essere impostati utilizzando il Permission Manager"
+These properties will appear as values in forms that contain them.,Queste proprietà appariranno come valori in forme che li contengono.
+These values will be automatically updated in transactions and also will be useful to restrict permissions for this user on transactions containing these values.,Questi valori saranno aggiornati automaticamente nelle transazioni e anche sarà utile per limitare le autorizzazioni per l'utente sulle operazioni che contengono questi valori.
+"This field will appear only if the fieldname defined here has value OR the rules are true (examples):
+myfield
+eval:doc.myfield=='My Value'
+eval:doc.age>18",
+This goes above the slideshow.,Questo va al di sopra della presentazione.
+This is PERMANENT action and you cannot undo. Continue?,Questa è l'azione permanente e non può essere annullata. Continuare?
+This is permanent action and you cannot undo. Continue?,Questa è l'azione permanente e non può essere annullata. Continuare?
+Thursday,Giovedi
+Time,Volta
+Time Zone,Time Zone
+Title,Titolo
+Title / headline of your page,Titolo / intestazione della pagina
+Title Case,Titolo Caso
+Title Prefix,Title Prefix
+To,A
+"To format columns, give column labels in the query.","Per formattare le colonne, dare etichette di colonna nella query."
+"To further restrict permissions based on certain values in a document, use the 'Condition' settings.","Per limitare ulteriormente i permessi in base a determinati valori di un documento, utilizzare le impostazioni di 'condizione'."
+To restrict a User of a particular Role to documents that are explicitly assigned to them,Per impedire a un utente di un particolare ruolo a documenti che sono esplicitamente assegnati a loro
+To restrict a User of a particular Role to documents that are only self-created.,Per impedire a un utente di un particolare ruolo a documenti che sono solo auto-creato.
+"To set user roles, just go to Setup > Users and click on the user to assign roles.","Per impostare i ruoli utente, basta andare su Impostazioni> Utenti e fare clic sull'utente per assegnare ruoli."
+ToDo,ToDo
+Tools,Strumenti
+Top Bar,Top Bar
+Top Bar Background,Top Bar Background
+Top Bar Item,Top Bar articolo
+Top Bar Items,Top Articoli Bar
+Top Bar Text,Top Bar Text
+Top Bar text and background is same color. Please change.,Top Bar testo e sfondo è dello stesso colore. Per favore cambia.
+Total SMS Sent,Totale SMS Inviati
+Transaction,Transazioni
+Transition Rules,Regole di transizione
+Trash Reason,Trash Motivo
+Tuesday,Martedì
+Tweet will be shared via your user account (if specified),Tweet sarà condiviso tramite il proprio account utente (se specificato)
+Twitter Share,Twitter Condividi
+Twitter Share via,Twitter Condividi via
+Type,Tipo
+UPPER CASE,MAIUSCOLO
+UPPERCASE,MAIUSCOLO
+URL,URL
+Unable to complete request: ,Impossibile completare la richiesta:
+Unable to load,Impossibile caricare
+"Unknown file encoding. Tried utf-8, windows-1250, windows-1252.","La codifica di file sconosciuto . Provato utf - 8 , windows- 1250, windows- 1252."
+Unread Messages,Messaggi non letti
+Unsubscribed,Sottoscritte
+Upcoming Events for Today,Prossimi eventi di oggi
+Update,Aggiornare
+Update Field,Aggiorna campo
+Update Value,Aggiornamento del valore
+Upload,caricare
+Upload Attachment,Upload Attachment
+Upload a file,Carica un file
+Upload and Import,Carica e Importa
+Uploading...,Caricamento ...
+User,Utente
+User Cannot Create,L'utente non può creare
+User Cannot Search,L'utente non può cercare
+User Image,Immagine Immagine
+User Tags,Tags utente
+User Type,Tipo di utente
+User not allowed to delete.,L'utente non ha permesso di eliminare.
+UserRole,UserRole
+Value,Valore
+Value missing for,Valore mancante per
+Verdana,Verdana
+Visit,Visita
+Warning,Attenzione
+Web Content,Web Content
+Web Page,Pagina Web
+Website,Sito
+Website Overall Settings,Sito Impostazioni generali
+Website Script,Script Sito
+Website Settings,Impostazioni Sito
+Website Sitemap,Sito Sitemap
+Website Sitemap Config,Sito Sitemap Config
+Website Slideshow,Presentazione sito web
+Website Slideshow Item,Sito Slideshow articolo
+Website User,Website Utente
+Wednesday,Mercoledì
+Welcome Email Sent,Benvenuto Email inviata
+"When you Amend a document after cancel and save it, it will get a new number that is a version of the old number.","Quando si modifica un documento dopo annullare e salvarlo, otterrà un nuovo numero, che è una versione del vecchio numero."
+Width,Larghezza
+Will be used in url (usually first name).,Saranno utilizzati in url (solitamente nome).
+Workflow,Flusso di lavoro
+Workflow Action,Azione del flusso di lavoro
+Workflow Action Master,Flusso di lavoro Azione Maestro
+Workflow Action Name,Flusso di lavoro Nome Azione
+Workflow Document State,Workflow di Stato Documento
+Workflow Document States,Workflow Document Uniti
+Workflow Name,Nome flusso di lavoro
+Workflow State,Stato del flusso di lavoro
+Workflow State Field,Flusso di lavoro di campo Stato
+Workflow Transition,Transizione del flusso di lavoro
+Workflow Transitions,Le transizioni di workflow
+Workflow state represents the current state of a document.,Stato di workflow rappresenta lo stato corrente di un documento.
+Workflow will start after saving.,Flusso di lavoro avrà inizio dopo il salvataggio.
+Write,Scrivere
+Write a Python file in the same folder where this is saved and return column and result.,Scrivere un file Python nella stessa cartella in cui questo viene salvato e colonna di ritorno e risultato.
+Write a SELECT query. Note result is not paged (all data is sent in one go).,Scrivere una query SELECT. Nota risultato non è paging (tutti i dati vengono inviati in una sola volta).
+Write titles and introductions to your blog.,Scrivi i titoli e le introduzioni al tuo blog.
+Writers Introduction,Scrittori Introduzione
+Year,Anno
+Yes,Sì
+Yesterday,Ieri
+You can set various 'properties' to Users to set default values and apply permission rules based on the value of these properties in various forms.,È possibile impostare diversi "proprietà" di utenti di impostare i valori di default e di applicare le regole di autorizzazione in base al valore di queste proprietà in varie forme.
+You can use Customize Form to set levels on fields.,È possibile utilizzare Personalizza modulo per impostare i livelli sui campi.
+"Your download is being built, this may take a few moments...","Il download è in costruzione, l'operazione potrebbe richiedere alcuni minuti ..."
+[Label]:[Field Type]/[Options]:[Width],[Label]: [Tipo di campo] / [Opzioni]: [Larghezza]
+add your own CSS (careful!),aggiungere la tua CSS (attenzione!)
+adjust,regolare
+align-center,allineare-center
+align-justify,allineamento giustificare
+align-left,allineamento a sinistra
+align-right,allineare a destra
+and,e
+arrow-down,freccia verso il basso
+arrow-left,freccia-sinistra
+arrow-right,freccia-destra
+arrow-up,freccia-up
+asterisk,asterisco
+backward,indietro
+ban-circle,ban-cerchio
+barcode,codice a barre
+bell,campana
+bold,grassetto
+book,libro
+bookmark,segnalibro
+briefcase,ventiquattrore
+bullhorn,megafono
+calendar,calendario
+camera,fotocamera
+cannot be empty,non può essere vuoto
+cannot be in its own,non può essere nella propria
+"cannot have a URL, because it has child item(s)","non può avere un URL, perché ha elemento figlio (s)"
+cannot start with,non può iniziare con
+certificate,certificato
+check,controllare
+chevron-down,chevron-down
+chevron-left,chevron-sinistra
+chevron-right,chevron-destra
+chevron-up,chevron-up
+circle-arrow-down,cerchio-freccia-giù
+circle-arrow-left,cerchio-freccia-sinistra
+circle-arrow-right,cerchio-freccia-destra
+circle-arrow-up,cerchio-freccia-up
+cog,COG
+comment,commento
+comments,commenti
+create a Custom Field of type Link (Profile) and then use the 'Condition' settings to map that field to the Permission rule.,Creare un campo personalizzato di tipo Link (profilo) e quindi utilizzare le impostazioni di 'condizione' di mappare il campo per la regola di autorizzazione.
+dd-mm-yyyy,gg-mm-aaaa
+dd/mm/yyyy,gg / mm / aaaa
+does not exist,non esiste
+download,caricare
+download-alt,download-alt
+edit,modificare
+eject,espellere
+envelope,busta
+exclamation-sign,esclamazione-sign
+eye-close,occhio da vicino
+eye-open,occhio-apertura
+facetime-video,FaceTime-video
+fast-backward,indietro veloce
+fast-forward,fast-forward
+file,File
+film,pellicola
+filter,filtrare
+fire,fuoco
+flag,bandiera
+folder-close,cartella-close
+folder-open,cartella-aprire
+font,carattere
+forward,inoltrare
+found,fondare
+fullscreen,fullscreen
+gift,donazione
+glass,vetro
+globe,globo
+hand-down,mano-down
+hand-left,mano sinistra
+hand-right,mano destra
+hand-up,mano-up
+hdd,hdd
+headphones,auricolare
+heart,cuore
+home,domestico
+icon,icona
+in,in
+inbox,casella di posta
+indent-left,trattino-sinistra
+indent-right,trattino-destra
+info-sign,Info-sign
+is linked in,è legata in
+is not allowed.,non è permesso.
+italic,corsivo
+leaf,foglia
+list,elenco
+list-alt,list-alt
+lock,bloccare
+lowercase,minuscolo
+magnet,magnete
+map-marker,mappa-marcatore
+minus,meno
+minus-sign,segno meno
+mm-dd-yyyy,gg-mm-aaaa
+mm/dd/yyyy,gg / mm / aaaa
+move,spostare
+music,musica
+not in,non in
+of type Link,Tipo di collegamento
+off,spento
+ok,ok
+ok-circle,ok-cerchio
+ok-sign,ok-sign
+or,oppure
+pause,pausa
+pencil,matita
+picture,immagine
+plane,piano
+play,giocare
+play-circle,play-cerchio
+plus,più
+plus-sign,segno più
+print,stampare
+qrcode,QRCode
+question-sign,domanda-sign
+random,casuale
+refresh,aggiornamento
+remove,rimuovere
+remove-circle,remove-cerchio
+remove-sign,rimuovere-sign
+repeat,ripetizione
+resize-full,resize-pieno
+resize-horizontal,resize-orizzontale
+resize-small,resize-small
+resize-vertical,resize-verticale
+retweet,rispondi
+road,stradale
+screenshot,screenshot
+search,ricerca
+share,Condividi
+share-alt,share-alt
+shopping-cart,shopping cart
+signal,segnalare
+star,stella
+star-empty,star-vuoto
+step-backward,passo indietro
+step-forward,passo in avanti
+stop,smettere
+tag,tag
+tags,tags
+"target = ""_blank""",target = "_blank"
+tasks,compiti
+text-height,text-altezza
+text-width,testo a larghezza
+th,Th
+th-large,th-grande
+th-list,th-list
+thumbs-down,pollice in giù
+thumbs-up,pollice in su
+time,volta
+tint,tinta
+to,a
+trash,cestinare
+upload,caricare
+user,utente
+user_image_show,user_image_show
+values and dates,valori e le date
+volume-down,volume-giù
+volume-off,volume-off
+volume-up,volume-up
+warning-sign,avvertimento-sign
+wrench,chiave
+yyyy-mm-dd,aaaa-mm-gg
+zoom-in,Zoom-in
+zoom-out,zoom-out
diff --git a/webnotes/translations/nl.csv b/webnotes/translations/nl.csv
new file mode 100644
index 0000000000..fa0cefff9a
--- /dev/null
+++ b/webnotes/translations/nl.csv
@@ -0,0 +1,1073 @@
+ by Role ,per rol
+ can not be marked as a ledger as it has existing child,kan niet worden gemarkeerd als een grootboek als het heeft bestaande kind
+ cannot be deleted.,kunnen niet worden verwijderd.
+ is not set,is niet ingesteld
+"""Company History""","Geschiedenis"
+"""Team Members"" or ""Management""","Team Members" of "Management"
+0,0
+"000 is black, fff is white","000 is zwart, fff is wit"
+1,1
+12px,12px
+13px,13px
+14px,14px
+15px,15px
+16px,16px
+2,2
+2 days ago,2 dagen geleden
+"\
+field:[fieldname] - By Field\
+naming_series: - By Naming Series (field called naming_series must be present\
+Prompt - Prompt user for a name\
+[series] - Series by prefix (separated by a dot); for example PRE.#####\
+')"">Naming Options",
+Cancel allows you change Submitted documents by cancelling them and amending them.,Annuleren kunt u Ingezonden documenten wilt wijzigen door intrekking van hen en wijziging ervan.
+A new popup will open that will ask you to select further conditions.,Een nieuwe pop-up opent die u vragen om nadere voorwaarden te selecteren.
+A user can have multiple values for a property.,Een gebruiker kan meerdere waarden voor een woning.
+About,Over
+About Us Settings,Over Ons Instellingen
+About Us Team Member,Over ons Team Member
+Account Id,Account Id
+Action,Actie
+Actions,acties
+Add,Toevoegen
+Add A New Rule,Voeg een nieuwe regel
+Add A Property,Voeg een woning
+Add Attachments,Bijlagen toevoegen
+Add Bookmark,Voeg bladwijzer toe
+Add CSS,Voeg CSS
+Add Column,Kolom toevoegen
+Add Google Analytics ID: eg. UA-89XXX57-1. Please search help on Google Analytics for more information.,Voeg Google Analytics ID: bv. UA-89XXX57-1. Zoek dan hulp bij Google Analytics voor meer informatie.
+Add Message,Bericht toevoegen
+Add New Permission Rule,Toevoegen nieuwe Toestemming regel
+Add Reply,Voeg antwoord
+Add Total Row,Voeg Totaal Row
+Add a banner to the site. (small banners are usually good),Plaats ook een banner op de site. (Kleine banners zijn meestal goed)
+Add attachment,Bijlage toevoegen
+Add code as <script>,Voeg code als <script>
+Add new row,Voeg een nieuwe rij
+"Add the name of Google Web Font e.g. ""Open Sans""","Voeg de naam van de Google Web Font bv. "Open Sans""
+Add to To Do,Toevoegen aan To Do
+Add to To Do List of,Toevoegen aan To Do List van Do
+Additional Info,Extra informatie
+Address,Adres
+Address and other legal information you may want to put in the footer.,Adres-en andere wettelijke informatie die u wilt zetten in de voettekst.
+Address to be displayed on the Contact Page,Adres moet worden weergegeven op de Contact Pagina
+Adds a custom field to a DocType,Voegt een aangepast veld aan een DocType
+Adds a custom script (client or server) to a DocType,Hiermee wordt een aangepast script (client of server) om een DocType
+Advanced Scripting,Geavanceerde Scripting
+Advanced Settings,Geavanceerde instellingen
+All Day,All Day
+"All possible Workflow States and roles of the workflow.
Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Alle mogelijke Workflow Staten en rollen van de workflow.
Docstatus Opties: 0 is "Saved", is 1 "Submitted" en 2 "Cancelled""
+Allow Attach,Laat Bevestig
+Allow Import,Laat importeren
+Allow Import via Data Import Tool,Laat importeren via Gegevens importeren Tool
+Allow Rename,Laat hernoemen
+Allow on Submit,Laat op Submit
+Allow user to login only after this hour (0-24),Gebruiker mag alleen inloggen na dit uur (0-24)
+Allow user to login only before this hour (0-24),Gebruiker mag alleen inloggen voordat dit uur (0-24)
+Allowed,Toegestaan
+Already Registered,Reeds geregistreerd
+Amend,Amenderen
+"An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org]","Een icoon bestand met. Ico extensie. Moet 16 x 16 px. Gegenereerd met behulp van een favicon generator. [ favicon-generator.org ]"
+Are you sure you want to delete the attachment?,Weet u zeker dat u de bijlage wilt verwijderen?
+Arial,Arial
+"As a best practice, do not assign the same set of permission rule to different Roles instead set multiple Roles to the User","Als een best practice, niet dezelfde set van toestemming regel niet toe te wijzen aan de verschillende rollen in plaats te stellen van meerdere rollen aan de gebruiker"
+Ascending,Oplopend
+Assign To,Toewijzen aan
+Assigned By,Toegekend door
+Assigned To,toegewezen aan
+Assigned To/Owner,Toegewezen aan / Eigenaar
+Attach,Hechten
+Attach Document Print,Bevestig Document Print
+Attach as web link,Bevestig als weblink
+Attached To DocType,Bijlage Aan DocType
+Attached To Name,Gehecht Aan Naam
+Attachments,Toebehoren
+Attributions,Toeschrijvingen
+Auto Name,Auto Naam
+Auto generated,Gegenereerd Auto
+Avatar,Avatar
+Background Color,Achtergrondkleur
+Background Image,Achtergrondafbeelding
+Banner,Banier
+Banner HTML,Banner HTML
+Banner Image,Banner Afbeelding
+Banner is above the Top Menu Bar.,Banner is boven de top menubalk.
+Begin this page with a slideshow of images,Begin deze pagina met een diavoorstelling van foto's
+Belongs to,hoort bij
+Bio,Bio
+Birth Date,Geboortedatum
+Blog Category,Blog Categorie
+Blog Intro,Blog Intro
+Blog Introduction,Blog Inleiding
+Blog Post,Blog Post
+Blog Settings,Blog Settings
+Blog Title,Blog Titel
+Blogger,Blogger
+Bookmarks,Bladwijzers
+Brand HTML,Brand HTML
+"Brand is what appears on the top-right of the toolbar. If it is an image, make sure it
+has a transparent background and use the <img /> tag. Keep size as 200px x 30px",
+Bulk Email,Bulk Email
+Bulk Email records.,Bulk Email records.
+Button,Knop
+By,Door
+COMM-,COMM-
+CSS,CSS
+Calendar,Kalender
+Can only be exported by users with role 'Report Manager',Alleen uitgevoerd door gebruikers met de rol 'Report Manager'
+Cancel,Annuleren
+Cancel permission also allows the user to delete a document (if it is not linked to any other document).,Annuleren permissie stelt de gebruiker ook in het verwijderen van een document (als het niet is gekoppeld aan een ander document).
+Cancelled,Geannuleerd
+Cannot Update: Incorrect / Expired Link.,Kan niet bijwerken : Onjuiste / verlopen Link .
+Cannot Update: Incorrect Password,Kan niet bijwerken : Incorrect Password
+Cannot change from,Kan niet veranderen van
+Cannot edit standard fields,Kan standaard velden niet bewerken
+Cannot map because following condition fails: ,"Kan niet toewijzen, omdat volgende voorwaarde mislukt:"
+"Cannot update a non-exiting record, try inserting.","Kan een niet- spannende plaat niet bijwerken , probeer het invoegen ."
+Categorize blog posts.,Categoriseren blog posts.
+Category,Categorie
+Category Name,Categorie Naam
+Center,Centrum
+"Certain documents should not be changed once final, like an Invoice for example. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Bepaalde documenten mogen niet worden gewijzigd zodra de definitieve, zoals een factuur bijvoorbeeld. De eindtoestand van deze documenten wordt genoemd Ingediend. U kunt beperken welke rollen kunnen op Verzenden."
+Chat,Praten
+Check,Controleren
+Check / Uncheck roles assigned to the Profile. Click on the Role to find out what permissions that Role has.,Controleer / Deselecteer rollen toegewezen aan het profiel. Klik op de rol om uit te vinden welke permissies die taak.
+Check this to make this the default letter head in all prints,Vink dit aan om deze de standaard briefpapier maken in alle afdrukken
+Checked,Geruit
+Child Tables are shown as a Grid in other DocTypes.,Onderliggende tabellen worden weergegeven als een tabel in andere DocTypes.
+Clear Cache & Refresh,Clear Cache & Vernieuwen
+Click on button in the 'Condition' column and select the option 'User is the creator of the document',Klik op de knop in de 'Staat' kolom en selecteer de optie 'Gebruiker is de maker van het document'
+Click on row to edit.,Klik op de rij te bewerken .
+Click to Expand / Collapse,Klik om Uitklappen / Inklappen
+Client,Klant
+Close,Sluiten
+Code,Code
+Color,Kleur
+Column Break,Column Break
+Comment,Commentaar
+Comment By,Reactie door
+Comment By Fullname,Reactie door Volledige naam
+Comment Date,Reactie Datum
+Comment Docname,Reactie Docname
+Comment Doctype,Reactie Doctype
+Comment Time,Reactie Tijd
+Comments,Reacties
+Communication,Verbinding
+Communication Medium,Communicatie Medium
+Company History,Bedrijf Geschiedenis
+Company Introduction,Bedrijf Introductie
+Company Name,Bedrijfsnaam
+Complaint,Klacht
+Complete By,Compleet Door
+Condition Field,voorwaarde Veld
+Contact Us Settings,Neem contact met ons op Instellingen
+"Contact options, like ""Sales Query, Support Query"" etc each on a new line or separated by commas.","Contact opties, zoals "Sales Query, ondersteuning Query" etc elk op een nieuwe regel of gescheiden door komma's."
+Content,Inhoud
+Content in markdown format that appears on the main side of your page,Inhoud in Markdown-formaat dat wordt weergegeven op de belangrijkste kant van uw pagina
+Content web page.,Inhoud webpagina.
+Control Panel,Controle Panel
+Controller,controleur
+Copy,Kopiëren
+Copyright,Auteursrecht
+Core,Kern
+Count,tellen
+Country,Land
+Create,Creëren
+Created Customer Issue,Gemaakt op problemen van klanten
+Created Opportunity,Gemaakt Opportunity
+Created Support Ticket,Gemaakt Hulpaanvraag
+Currency,Valuta
+Currency Format,Valuta Format
+Current status,Actuele status
+Custom CSS,Custom CSS
+Custom Field,Aangepast veld
+Custom Reports,Aangepaste rapporten
+Custom Script,Aangepaste Script
+Custom Startup Code,Custom Startup Code
+Custom?,Custom?
+Customize,Pas
+Customize Form,Pas Form
+Customize Form Field,Pas Form Field
+"Customize Label, Print Hide, Default etc.","Pas Label, Print verbergen, Standaard, enz."
+Daily Event Digest is sent for Calendar Events where reminders are set.,Dagelijkse gebeurtenis Digest wordt gestuurd voor Agenda Events waar herinneringen worden ingesteld.
+Danger,Gevaar
+Data,Gegevens
+Data missing in table,Ontbreekt in tabel data
+Date,Datum
+Date Format,Datumnotatie
+Date must be in format,Datum moet in formaat
+Datetime,Datetime
+Dear,Lieve
+Default,Verzuim
+Default Home Page,Standaard startpagina
+Default Home Pages,Standaard Home Pages
+Default Print Format,Default Print Format
+Default Value,Standaardwaarde
+"Default: ""Contact Us""",Default: "Contact"
+DefaultValue,DefaultValue
+Defaults,Standaardwaarden
+Defines actions on states and the next step and allowed roles.,Worden de acties op staten en de volgende stap en liet rollen.
+Defines workflow states and rules for a document.,Definieert workflow staten en regels voor een document.
+Delete,Verwijder
+Delete Row,Rij verwijderen
+Depends On,Hangt af van
+Descending,Aflopend
+Description,Beschrijving
+"Description for listing page, in plain text, only a couple of lines. (max 140 characters)","Beschrijving van lijst pagina, in platte tekst, slechts een paar regels. (Max 140 tekens)"
+Description for page header.,Beschrijving van pagina header.
+Desktop,Desktop
+Details,Details
+Did not add.,Niet toe te voegen.
+Did not cancel,Niet annuleren
+Did not save,Niet bewaren
+"Different ""States"" this document can exist in. Like ""Open"", ""Pending Approval"" etc.","Verschillende "staten" van dit document kan in bestaan Like "Open", "In afwachting van goedkeuring", enz."
+Disable Customer Signup link in Login page,Uitschakelen Customer Inschrijven schakel in Login pagina
+Disable Signup,Uitschakelen Inschrijven
+Disabled,Invalide
+Display Settings,Beeldscherminstellingen
+Doc Status,Doc Status
+DocField,DocField
+DocPerm,DocPerm
+DocType,DOCTYPE
+DocType Details,DocType Details
+DocType can not be merged,DocType kan niet worden samengevoegd
+DocType is a Table / Form in the application.,DocType is een tabel / formulier in de applicatie.
+DocType on which this Workflow is applicable.,DOCTYPE waarop dit Workflow toepassing is.
+DocType or Field,DocType of Field
+Docname,DocName
+Document,Document
+Document Status transition from ,Document Status overgang van
+Document Type,Soort document
+Document Types,document Types
+Document is only editable by users of role,Document is alleen bewerkbaar door gebruikers van de rol van
+Documents,Documenten
+Download Backup,Download Backup
+Draft,Ontwerp
+Drafts,Concepten
+Drag to sort columns,Sleep om te sorteren kolommen
+Edit,Redigeren
+Editable,Bewerkbare
+Email,E-mail
+Email Host,E-mail Host
+Email Id where users will send support request e.g. support@example.com,Email Id waar gebruikers verzoek om ondersteuning bijv. sturen support@example.com
+Email Login,E-mail Login
+Email Password,E-mail Wachtwoord
+Email Sent,E-mail verzonden
+Email Settings,E-mailinstellingen
+Email Signature,E-mail Handtekening
+Email Use SSL,E-mail SSL gebruiken
+"Email addresses, separted by commas","E-mailadressen, separted door komma's"
+Email...,Email ...
+Embed image slideshows in website pages.,Afbeelding insluiten diavoorstellingen in website pagina's.
+Enable Comments,Enable Reacties
+Enabled,Ingeschakeld
+Ends on,Eindigt op
+Enter Form Type,Voer Form Type
+"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.","Voer standaardwaarde velden (sleutels) en waarden. Als u meerdere waarden voor een veld, zal de eerste worden opgepakt. Deze standaardwaarden worden ook gebruikt om "match" toestemming regels. Om de lijst van de velden te zien, ga naar Formulier aanpassen ."
+Equals,equals
+Error,Fout
+Error: Document has been modified after you have opened it,Fout: Document is gewijzigd nadat u het hebt geopend
+Event,Evenement
+Event End must be after Start,Event End moet na Start
+Event Individuals,Event Personen
+Event Role,Event Rol
+Event Roles,Event Rollen
+Event Type,Type gebeurtenis
+Event User,Evenement Gebruiker
+Events In Today's Calendar,Evenementen In Kalender Today's
+Every Day,Elke Dag
+Every Month,Elke maand
+Every Week,Elke Week
+Every Year,Elk jaar
+Example:,Voorbeeld:
+Export,Exporteren
+Facebook Share,Facebook Share
+FavIcon,FavIcon
+Female,Vrouwelijk
+Field Description,Veld Beschrijving
+Field Name,Veldnaam
+Field Type,Veldtype
+"Field that represents the Workflow State of the transaction (if field is not present, a new hidden Custom Field will be created)","Veld dat de workflow-status van de transactie vertegenwoordigt (indien veld niet aanwezig is, een nieuwe verborgen Aangepast veld wordt aangemaakt)"
+Fieldname,Veldnaam
+Fields,Velden
+"Fields separated by comma (,) will be included in the
Search By list of Search dialog box","Velden gescheiden door komma (,) opgenomen in de
Zoeken op lijst van dialoogvenster Zoeken"
+File,Bestand
+File Data,File Data
+File Name,Bestandsnaam
+File Size,Bestand Grootte
+File URL,File-URL
+File size exceeded the maximum allowed size,Bestandsgrootte overschreden de maximaal toegestane grootte
+Filter,Filteren
+Finder,vinder
+First Name,Voornaam
+Float,Zweven
+Font (Heading),Font (rubriek)
+Font (Text),Font (Tekst)
+Font Size (Text),Tekengrootte (Text)
+Fonts,Fonts
+Footer,Footer
+Footer Items,Footer Items
+For All Users,Voor alle gebruikers
+For DocType,voor DocType
+"For Links, enter the DocType as range
+For Select, enter list of Options separated by comma",
+"For comparative filters, start with","Voor vergelijkingsdoeleinden filters, te beginnen met"
+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.,Bijvoorbeeld als u wilt annuleren en wijzigen 'INV004' het zal worden een nieuw document 'INV004-1'. Dit helpt u bij te houden van elke wijziging.
+For example: You want to restrict users to transactions marked with a certain property called 'Territory',Bijvoorbeeld: U wilt gebruikers te beperken tot transacties gemarkeerd met een bepaalde eigenschap genaamd 'Territory'
+For ranges,Voor bereiken
+Form,Vorm
+"Format: hh:mm example for one hour expiry set as 01:00.
+Max expiry will be 72 hours. Default is 24 hours",
+Forward To Email Address,Forward naar emailadres
+Friday,Vrijdag
+From Date must be before To Date,Van datum moet voor-to-date
+Full Name,Volledige naam
+Gantt Chart,Gantt-diagram
+Gender,Geslacht
+General,Algemeen
+Generator,generator
+Georgia,Georgië
+Get,Krijgen
+Get From ,Get Van
+"Go to Setup > User Properties to set \
+ 'territory' for diffent Users.",
+Google Analytics ID,Google Analytics ID
+Google Plus One,Google Plus One
+Google Web Font (Heading),Google Web Font (rubriek)
+Google Web Font (Text),Google Web Font (Tekst)
+Greater or equals,Groter of gelijk
+Greater than,groter dan
+Groups,Groepen
+HTML,HTML
+Header,Hoofd
+Heading,Titel
+Heading Text As,Rubriek Tekst Zoals
+Help,Help
+Helvetica Neue,Helvetica Neue
+Hey! There should remain at least one System Manager,Hey! Er moet minstens een System Manager blijven
+Hidden,Verborgen
+Hide Actions,Verberg Acties
+Hide Copy,Verberg Copy
+Hide Email,Verberg E-mail
+Hide Heading,Verberg rubriek
+Hide Print,Verberg Afdrukken
+Hide Toolbar,Werkbalk verbergen
+Highlight,Markeer
+History,Geschiedenis
+Home Page,Home Page
+Home Page is Products,Startpagina is Producten
+Home Pages,Home Pages
+ID,ID
+ID (name) of the entity whose property is to be set,ID (naam) van de entiteit waarvan de eigenschap moet worden ingesteld
+Icon,Pictogram
+Icon will appear on the button,Pictogram verschijnt op de knop
+"If a User does not have access at Level 0, then higher levels are meaningless","Als een gebruiker geen toegang hebben op niveau 0, dan is een hoger niveau zijn betekenisloos"
+"If checked, all other workflows become inactive.","Indien aangevinkt, alle andere werkstromen worden inactief."
+"If checked, the Home page will be the default Item Group for the website.","Indien aangevinkt, zal de Home pagina zijn de standaard Item Groep voor de website."
+"If image is selected, color will be ignored (attach first)","Als beeld is geselecteerd, wordt kleur worden genegeerd (voeg als eerste)"
+"If not, create a","Zo niet, maak dan een"
+"If the 'territory' Link Field exists, it will give you an option to select it","Als de 'grondgebied' Link Field bestaat, zal het u een optie om deze te selecteren"
+"If these instructions where not helpful, please add in your suggestions at GitHub Issues","Als deze aanwijzingen waar niet behulpzaam , gelieve toe te voegen in uw suggesties op GitHub Issues < / a>"
+"If you set this, this Item will come in a drop-down under the selected parent.","Als u dit instelt , zal deze post in een drop -down onder de gekozen basismotor ."
+Image,Beeld
+Image Link,Afbeelding Link
+Import,Importeren
+In,in
+In Dialog,In Dialog
+In Filter,In Filter
+In List View,In lijstweergave
+In Report Filter,In Report Filter
+In response to,In reactie op
+"In the Permission Manager, click on the button in the 'Condition' column for the Role you want to restrict.","In de Permission Manager, klik op de knop in de 'Staat' op de kolom voor de rol die u wilt beperken."
+Index,Index
+Individuals,Personen
+Industry,Industrie
+Info,Info
+Insert After,Invoegen na
+Insert Below,Hieronder invoegen
+Insert Code,Plaats Code
+Insert Row,Rij invoegen
+Insert Style,Plaats Style
+Int,Int
+Integrations,Integraties
+Introduce your company to the website visitor.,Introduceer uw bedrijf op de website bezoeker.
+Introduction,Introductie
+Introductory information for the Contact Us Page,Inleidende informatie voor het Contactformulier
+Invalid Email,Ongeldig E-mail
+Inverse,Omgekeerde
+Is Active,Is actief
+Is Child Table,Is het kind Tabel
+Is Default,Is Standaard
+Is Mandatory Field,Is Verplicht veld
+Is Single,Is Single
+Is Standard,Is Standaard
+Is Submittable,Is Submittable
+JSON,JSON
+JavaScript Format: wn.query_reports['REPORTNAME'] = {},JavaScript Formaat : wn.query_reports [ ' ReportName ' ] = { }
+Javascript,Javascript
+Javascript to append to the head section of the page.,Javascript toe te voegen aan de head sectie van de pagina.
+Keep a track of all communications,Houd een spoor van alle communicatie
+Key,Sleutel
+Label,Label
+Label Help,Label Help
+Lacs,Lacs
+Landing Page,Landing Page
+Language,Taal
+Language preference for user interface (only if available).,Taal voorkeur voor user interface (alleen indien beschikbaar).
+Last IP,Laatste IP-
+Last Login,Laatst ingelogd
+Last Name,Achternaam
+Last updated by,Laatst gewijzigd door
+Lastmod,lastmod
+Lato,Lato
+Leave blank to repeat always,Laat leeg om altijd te herhalen
+Left,Links
+Less or equals,Minder of gelijk
+Less than,minder dan
+Letter Head,Brief Hoofd
+Letter Head Image,Brief Hoofd afbeelding
+Letter Head Name,Brief Hoofd Naam
+Letter Head in HTML,Brief Hoofd in HTML
+Level,Niveau
+"Level 0 is for document level permissions, higher levels for field level permissions.","Niveau 0 is voor document niveau machtigingen, hogere niveaus voor veldniveau machtigingen."
+Like,zoals
+Link,Link
+Link Name,Link Naam
+Link to other pages in the side bar and next section,Link naar andere pagina's in de zijbalk en de volgende sectie
+Link to the page you want to open,Link naar de pagina die u wilt openen
+Linked In Share,Linked In delen
+Linked With,Linked Met
+List,Lijst
+List of patches executed,Lijst van de uitgevoerde stukken
+Loading,Het laden
+Loading Report,Laden Rapport
+Loading...,Loading ...
+Log of Scheduler Errors,Log van Scheduler fouten
+Login,login
+Login After,Login Na
+Login Before,Login Voor
+Logout,Afmelden
+Long Text,Lange tekst
+Lucida Grande,Lucida Grande
+Mail Footer,Mail Footer
+Mail Server,Mail Server
+Main Section,Hoofd Sectie
+Make a new,Maak een nieuw
+Make sure that the transactions you want to restrict have a Link field 'territory' that maps to a 'Territory' master.,Zorg ervoor dat de transacties die u wilt beperken een link veld 'grondgebied' hebben die verwijst naar een 'Territory' meester.
+Male,Mannelijk
+Mandatory,Verplicht
+Mandatory filters required:\n,Verplichte filters nodig : \ n
+Master,Meester
+Match,Wedstrijd
+Max Attachments,Max Bijlagen
+"Meaning of Submit, Cancel, Amend","Betekenis van Indienen, Annuleren, wijzigen"
+"Menu items in the Top Bar. For setting the color of the Top Bar, go to Style Settings","Menu-items in de Top Bar. Voor het instellen van de kleur van de Top Bar, ga naar Style Settings"
+"Merging is only possible between Group-to-Group or
+ Ledger-to-Ledger",
+Message,Bericht
+Method,Methode
+Middle Name (Optional),Midden Naam (Optioneel)
+Millions,Miljoenen
+Misc,Misc
+Miscellaneous,Gemengd
+Missing Values Required,Ontbrekende Vereiste waarden
+Modified by,Aangepast door
+Module,Module
+Module Def,Module Def
+Module Name,Modulenaam
+Modules,Modules
+Monday,Maandag
+More,Meer
+More content for the bottom of the page.,Meer inhoud voor de onderkant van de pagina.
+Must have report permission to access this report.,Moet verslag toestemming om toegang tot dit rapport.
+Must specify a Query to run,Moet een query opgeven om te draaien
+Name,Naam
+Name Case,Naam Case
+Name Exists,naam bestaat
+Naming Series mandatory,Naamgeving Series verplicht
+New,nieuw
+New Password,Nieuw wachtwoord
+New Record,Nieuwe record
+New value to be set,Nieuwe waarde in te stellen
+Next Communcation On,Volgende communicatieboekjes Op
+Next State,Volgende State
+Next actions,Volgende acties
+No,Geen
+No Action,Geen actie
+No Cache,No Cache
+No Communication tagged with this ,Geen Communicatie getagd met deze
+No Copy,Geen Copy
+No Permission,Geen toestemming
+No Permission to ,Geen toestemming om
+No Permissions set for this criteria.,Geen Permissies ingesteld voor deze criteria.
+No Report Loaded. Please use query-report/[Report Name] to run a report.,Geen rapport Loaded. Gelieve gebruik AND-rapport / [Report naam] om een rapport uit te voeren.
+No Sitemap,geen Sitemap
+No User Properties found.,Geen Gebruiker Panden gevonden.
+No further records,Geen verdere gegevens
+No one,Niemand
+No permission to edit,Geen toestemming te bewerken
+No permission to write / remove.,Geen toestemming om te schrijven / te verwijderen.
+No records tagged.,Geen records gelabeld.
+None,Niemand
+None: End of Workflow,Geen: Einde van de Workflow
+Not Found,Niet gevonden
+Not Linked to any record.,Niet gekoppeld aan een record.
+Not Permitted,Niet Toegestane
+Not allowed for: ,Niet toegestaan voor:
+Not enough permission to see links.,Niet genoeg rechten om links te zien.
+Not equals,niet gelijken
+"Note: For best results, images must be of the same size and width must be greater than height.","Opmerking: Voor de beste resultaten, moet beelden zijn van dezelfde grootte en breedte moet groter zijn dan de hoogte te zijn."
+Note: Other permission rules may also apply,Opmerking: Andere toestemming regels kunnen ook van toepassing zijn
+Note: maximum attachment size = 1mb,Let op: maximale grootte van bijlagen = 1mb
+Nothing to show,Niets aan te geven
+Nothing to show for this selection,Niets te tonen voor deze selectie
+Notification Count,kennisgeving Graaf
+Notify By Email,Informeer via e-mail
+On,Op
+"Once you have set this, the users will only be able access documents with that property.","Zodra u dit instelt, zullen de gebruikers alleen in staat zijn toegang tot documenten met die eigenschap."
+Only Administrator allowed to create Query / Script Reports,Alleen Beheerder toegestaan om Query / Script Rapporten maken
+Only Administrator can save a standard report. Please rename and save.,Alleen Beheerder kan een standaard rapport op te slaan. Wijzig de naam en sla.
+Only Allow Edit For,Alleen toestaan Bewerken Voor
+Only System Manager can create / edit reports,Alleen systeembeheerder kan maken / bewerken rapporten
+Open Count,Open Graaf
+Open Sans,Open Sans
+Options,Opties
+Options Help,Opties Help
+Org History,org Geschiedenis
+Org History Heading,Org Geschiedenis rubriek
+Original Message,Oorspronkelijk bericht
+Other,Ander
+POP3 Mail Server (e.g. pop.gmail.com),POP3-e-mailserver (bv pop.gmail.com)
+Page,Pagina
+Page Background,Pagina-achtergrond
+Page Border,Paginarand
+Page HTML,Pagina HTML
+Page Headings,Pagina Koppen
+Page Links,Pagina Links
+Page Name,Page Name
+Page Name Field,Pagina Naamveld
+Page Role,Pagina Rol
+Page Text,Pagina tekst
+Page already exists,Pagina al bestaat
+Page content,Inhoud van de pagina
+Page not found,Pagina niet gevonden
+Page or Generator,Pagina of Generator
+Page text and background is same color. Please change.,Pagina tekst en achtergrond is dezelfde kleur. Gelieve veranderen.
+"Page to show on the website
+",
+"Page url name (auto-generated) (add "".html"")",Pagina URL-naam (auto-generated) (toe te voegen ". Html")
+Parent Label,Parent Label
+Parent is required.,Parent vereist.
+Participants,Deelnemers
+Password,Wachtwoord
+Password Expires in (days),Wachtwoord Verloopt (dagen)
+Password Updated,wachtwoord update
+Patch,Stuk
+Patch Log,Patch Inloggen
+Percent,Percentage
+Perm Level,Perm Level
+Permission Level,Machtigingsniveau
+Permission Levels,Toestemming Niveaus
+Permission Manager,Toestemming Manager
+Permission Rules,Toestemming Regels
+Permissions,Rechten
+Permissions Settings,Rechten Instellingen
+Permissions are automatically translated to Standard Reports and Searches,Machtigingen worden automatisch vertaald naar Standard Rapporten en zoekopdrachten
+"Permissions are set on Roles and Document Types (called DocTypes) by restricting read, edit, make new, submit, cancel, amend and report rights.","Zijn ingesteld voor Rollen en Documenttypen (de zogenaamde DocTypes) door beperking van lezen, bewerken, nieuwe te maken, in te dienen, te annuleren, te wijzigen en te rapporteren rechten."
+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 incase you want to hide or make certain field read-only.,Rechten op een hoger niveau zijn 'Field Level' machtigingen. Alle velden hebben een 'Permission Level' set tegen hen en de regels gedefinieerd in die machtigingen van toepassing zijn op het veld. Dit is handig geval dat u wilt verbergen of bepaalde veld make-alleen-lezen.
+"Permissions at level 0 are 'Document Level' permissions, i.e. they are primary for access to the document.","Rechten op niveau 0 zijn 'Document Level' permissies, dat wil zeggen zij zijn primair voor toegang tot het document."
+Permissions translate to Users based on what Role they are assigned,Rechten vertalen naar gebruikers op basis van welke rol zij zijn toegewezen
+Person,Persoon
+Phone,Telefoon
+Phone No.,Telefoonnummer
+Pick Columns,Kies Kolommen
+Please attach a file first.,Gelieve een bestand eerst.
+Please attach a file or set a URL,Gelieve een bestand of stel een URL
+Please change the value,Wijzig de waarde
+Please enable pop-ups,Schakel pop - ups
+Please make sure that there are no empty columns in the file.,Zorg ervoor dat er geen lege kolommen in het bestand.
+Please refresh to get the latest document.,Vernieuw om de nieuwste document te krijgen.
+Please select a file or url,Selecteer een bestand of url
+Please specify,Gelieve te specificeren
+Plugin,plugin
+Post Publicly,Plaats Publiekelijk
+Post Topic,Bericht Onderwerp
+Post to user,Inlenende
+Posts,Berichten
+Primary,Primair
+Print Format,Print Formaat
+Print Format Type,Print Type Format
+Print Hide,Print Verberg
+Print Width,Printbreedte
+Print...,Print ...
+Priority,Prioriteit
+Private,Prive-
+Profile,Profiel
+Profile Defaults,Profiel Standaardwaarden
+Profile Represents a User in the system.,Profiel Geeft een gebruiker in het systeem.
+Profile of a Blogger,Profiel van een Blogger
+Profile of a blog writer.,Profiel van een blog schrijver.
+Properties,Eigenschappen
+Property,Eigendom
+Property Setter,Onroerend goed Setter
+Property Setter overrides a standard DocType or Field property,Onroerend goed Setter heeft voorrang op een standaard DOCTYPE of Field eigendom
+Property Type,Type Woning
+Public,Publiek
+Published,Gepubliceerd
+Published On,Gepubliceerd op
+Pull Emails from the Inbox and attach them as Communication records (for known contacts).,Trek E-mails van het Postvak IN en bevestig ze als communicatie-records (voor bekende contacten).
+Query,Vraag
+Query Options,Query-opties
+Query Report,Query Report
+Query must be a SELECT,Query moet een SELECT te zijn
+Quick Help for Setting Permissions,Snelle hulp voor het instellen van permissies
+Quick Help for User Properties,Snelle hulp voor de Gebruikerseigenschappen
+Read,Lezen
+Read Only,Alleen lezen
+Received,ontvangen
+Recipient,Recipiënt
+Recipients,Ontvangers
+Ref DocType,Ref DocType
+Ref Name,Ref Naam
+Ref Type,Ref Type
+Reference,Verwijzing
+Reference DocName,Referentie DocName
+Reference DocType,Referentie DocType
+Reference Name,Referentie Naam
+Reference Type,Referentie Type
+Refresh,Verversen
+Registered but disabled.,Geregistreerd maar uitgeschakeld.
+Registration Details Emailed.,Registratie gegevens gemaild.
+Remove Bookmark,Bladwijzer verwijderen
+Rename...,Hernoemen ...
+Repeat On,Herhaal On
+Repeat Till,Herhaal Till
+Repeat this Event,Herhaal dit evenement
+Report,Verslag
+Report Builder,Report Builder
+Report Builder reports are managed directly by the report builder. Nothing to do.,Report Builder rapporten worden rechtstreeks beheerd door de Report Builder. Niets te doen.
+Report Hide,Meld Hide
+Report Name,Rapportnaam
+Report Type,Meld Type
+Report was not saved (there were errors),Rapport werd niet opgeslagen (er waren fouten)
+Represents the states allowed in one document and role assigned to change the state.,Vertegenwoordigt de staten toegestaan in een document en de rol toegewezen aan de staat te veranderen.
+Reqd,Reqd
+Reset Password Key,Reset Password Key
+Restrict IP,Beperken IP
+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),"Beperk de gebruiker van dit IP-adres alleen. Meerdere IP-adressen kunnen worden toegevoegd door het scheiden van met komma's. Ook aanvaardt gedeeltelijke IP-adres, zoals (111.111.111)"
+Restricting By User,Het beperken van deze gebruiker
+Right,Rechts
+Role,Rol
+Role Name,Rolnaam
+Roles,Rollen
+Roles Assigned,Toegewezen Rollen
+Roles Assigned To User,Rollen Toegewezen aan gebruiker
+Roles HTML,Rollen HTML
+Root ,Wortel
+Row,Rij
+Rules defining transition of state in the workflow.,Regels met betrekking tot de overgang van de staat in de workflow.
+"Rules for how states are transitions, like next state and which role is allowed to change state etc.","Regels voor de manier waarop staten zijn overgangen, zoals naast staat en welke rol mag de staat, enz. te veranderen"
+SMS,SMS
+Sales,Sales
+Same file has already been attached to the record,Hetzelfde bestand al is verbonden aan het record
+Saturday,Zaterdag
+Save,besparen
+Scheduler Log,Scheduler Inloggen
+Script,Script
+Script Report,Script Report
+Script Type,Script Type
+Script to attach to all web pages.,Script te hechten aan alle webpagina's.
+Search,Zoek
+Search Fields,Zoeken Velden
+Section Break,Sectie-einde
+Security Settings,Beveiligingsinstellingen
+Select,Kiezen
+Select All,Alles selecteren
+Select Attachments,Selecteer Bijlagen
+Select Document Type,Selecteer de documenttypen die
+Select Document Type or Role to start.,Selecteer Soort document of rol om te beginnen.
+Select Module,Select Module
+Select Print Format,Selecteer Print Format
+Select Report Name,Selecteer Rapportnaam
+Select Role,Selecteer Rol
+Select Type,Selecteer Type
+Select User or Property to start.,Selecteer Gebruiker of eigendom te beginnen.
+Select a Banner Image first.,Kies eerst een banner afbeelding.
+Select an image of approx width 150px with a transparent background for best results.,Selecteer een afbeelding van ca. breedte 150px met een transparante achtergrond voor het beste resultaat.
+Select dates to create a new ,Kies een datum om een nieuwe te maken
+Select or drag across time slots to create a new event.,Selecteer of sleep over tijdsloten om een nieuwe gebeurtenis te maken.
+"Select target = ""_blank"" to open in a new page.","Selecteer target = "" _blank "" te openen in een nieuwe pagina ."
+Select the label after which you want to insert new field.,"Selecteer het label, waarna u nieuwe veld wilt invoegen."
+Send,Sturen
+Send As Email,Verstuur als e-mail
+Send Me A Copy,Stuur mij een kopie
+Send an email reminder in the morning,Stuur dan een e-mail reminder in de ochtend
+Send enquiries to this email address,Stuur uw vragen naar dit e-mailadres
+Sender,Afzender
+Sent,verzonden
+Sent Mail,Verzonden berichten
+Sent Quotation,Verzonden Offerte
+Sent or Received,Verzonden of ontvangen
+Series,serie
+Server,Server
+Session Expired. Logging you out,Sessie verlopen. U wordt afgemeld
+Session Expires in (time),Sessie Verloopt (tijd)
+Set Banner from Image,Stel Banner uit Afbeelding
+Set Link,Stel Link
+Set Password,Wachtwoord instellen
+Set Value,Set Value
+"Set your background color, font and image (tiled)","Zet je achtergrond kleur, lettertype en afbeelding (tegel)"
+Settings for About Us Page.,Instellingen voor Over Ons pagina.
+Settings for Contact Us Page,Instellingen voor Contact Pagina
+Settings for Contact Us Page.,Instellingen voor Contact Pagina.
+Settings for the About Us Page,Instellingen voor de Over Ons pagina
+Setup of fonts and background.,Instellen van lettertypen en de achtergrond.
+"Setup of top navigation bar, footer and logo.",Instellen van bovenste navigatiebalk voettekst en logo.
+Short Bio,Korte Bio
+Short Name,Korte Naam
+Shortcut,Kortere weg
+Show Breadcrumbs,Toon Breadcrumbs
+Show Details,Show Details
+Show Print First,Eerste Show Print
+Show Table of Contents,Inhoudsopgave weergeven
+Show Tags,Toon Tags
+Show Title,Toon titel
+Show rows with zero values,Toon rijen met nulwaarden
+Showing only for,Resultaat alleen voor
+Single Post (article).,Los bericht (artikel).
+Single Types have only one record no tables associated. Values are stored in tabSingles,Enkele soorten hebben slechts een record geen tafels verbonden . Waarden worden opgeslagen in tabSingles
+Slideshow,Diashow
+Slideshow Items,Diashow Items
+Slideshow Name,Diashow Naam
+Slideshow like display for the website,Diashow zoals weergegeven voor de website
+Small Text,Kleine tekst
+Solid background color (default light gray),Effen achtergrondkleur (standaard lichtgrijs)
+Sorry we were unable to find what you were looking for.,Sorry we waren niet in staat om te vinden wat u zocht.
+Sorry you are not permitted to view this page.,Sorry dat je niet toegestaan om deze pagina te bekijken.
+Sort By,Sorteer op
+Special Page Settings,Speciale Pagina-instellingen
+Standard,Standaard
+Start Report For,Start Rapport Voor
+Starts on,Begint op
+Startup,Startup
+State,Staat
+States,Staten
+Status,Staat
+Step 1: Set the name and save.,Stap 1 : Stel de naam en sla .
+Step 2: Set Letterhead content.,Stap 2 : Stel Briefhoofd inhoud .
+Style,Stijl
+Style Settings,Stijlinstellingen
+"Style represents the button color: Success - Green, Danger - Red, Inverse - Black, Primary - Dark Blue, Info - Light Blue, Warning - Orange","Stijl staat voor de kleur van de knoppen: Succes - Groen, Gevaar - Rood, Inverse - Zwart, Lager - Dark Blue, Info - Light Blue, Waarschuwing - Oranje"
+Sub-domain provided by erpnext.com,Subdomein door erpnext.com
+Subdomain,Subdomein
+Subject,Onderwerp
+Submit,Voorleggen
+Submitted,Ingezonden
+Submitted Record cannot be deleted,Ingezonden Record kan niet worden verwijderd
+Success,Succes
+Suggestion,Suggestie
+Sunday,Zondag
+Support Email Id,Ondersteuning E-mail Identiteitskaart
+Sync Inbox,Sync Inbox
+System,Systeem
+System Defaults,System Defaults
+System User,Systeem
+Table,Tafel
+Table of Contents,Inhoudsopgave
+Tag,Label
+Tag Name,Tag Naam
+Tags,Tags
+Tahoma,Tahoma
+Target,Doel
+Team Members,Teamleden
+Team Members Heading,Teamleden rubriek
+Template Path,template Path
+Test,Test
+Test Runner,Test Runner
+Text,Tekst
+Text Align,Tekst uitlijnen
+Text Editor,Text Editor
+"The ""Web Page"" that is the website home page",De "Web Page" dat is de homepagina van de site
+The name of your company / website as you want to appear on browser title bar. All pages will have this as the prefix to the title.,De naam van uw bedrijf / website als u wilt weergeven op de browser titelbalk. Alle pagina's hebben dit als het voorvoegsel om de titel.
+"The system provides pre-defined roles, but you can add new roles to set finer permissions","Het systeem biedt vooraf gedefinieerde rollen, maar u kunt toevoegen van nieuwe functies aan fijnere machtigingen in te stellen"
+Then By (optional),Vervolgens op (optioneel)
+These properties are Link Type fields from all Documents.,Deze eigenschappen zijn Link Type velden van alle documenten.
+"These properties can also be used to 'assign' a particular document, whose property matches with the User's property to a User. These can be set using the Permission Manager","Deze eigenschappen kunnen ook worden gebruikt om 'toe te wijzen' een bepaald document, wiens eigendom overeenkomt met onroerend goed van de gebruiker aan een gebruiker. Deze kunnen worden ingesteld met de Toestemming Manager"
+These properties will appear as values in forms that contain them.,Deze eigenschappen worden weergegeven als waarden in vormen die ze bevatten.
+These values will be automatically updated in transactions and also will be useful to restrict permissions for this user on transactions containing these values.,Deze waarden worden automatisch bijgewerkt in transacties en zal ook nuttig zijn om machtigingen voor deze gebruiker op de transacties die deze waarden te beperken.
+"This field will appear only if the fieldname defined here has value OR the rules are true (examples):
+myfield
+eval:doc.myfield=='My Value'
+eval:doc.age>18",
+This goes above the slideshow.,Dit gaat boven de diavoorstelling.
+This is PERMANENT action and you cannot undo. Continue?,Dit is PERMANENTE actie en u ongedaan kunt maken niet. Doorgaan?
+This is permanent action and you cannot undo. Continue?,Dit is een permanente actie en u ongedaan kunt maken niet. Doorgaan?
+Thursday,Donderdag
+Time,Tijd
+Time Zone,Time Zone
+Title,Titel
+Title / headline of your page,Titel / kop van uw pagina
+Title Case,Titel Case
+Title Prefix,Titel Prefix
+To,Naar
+"To format columns, give column labels in the query.","Om kolommen opmaken, geef kolom labels in de query."
+"To further restrict permissions based on certain values in a document, use the 'Condition' settings.","Om verder te beperken rechten op basis van bepaalde waarden in een document, gebruikt u de 'Staat' instellingen."
+To restrict a User of a particular Role to documents that are explicitly assigned to them,Een gebruiker van een bepaalde rol beperken tot documenten die expliciet aan hen toegewezen
+To restrict a User of a particular Role to documents that are only self-created.,Om een gebruiker van een bepaalde rol te beperken tot documenten die alleen zelfgeschapen.
+"To set user roles, just go to Setup > Users and click on the user to assign roles.","Om gebruikersrollen in te stellen, ga je gewoon naar > Gebruikers Setup en op de gebruiker Klik om rollen toe te wijzen."
+ToDo,ToDo
+Tools,Gereedschap
+Top Bar,Top Bar
+Top Bar Background,Top Bar Achtergrond
+Top Bar Item,Top Bar Item
+Top Bar Items,Top Bar Artikelen
+Top Bar Text,Top Bar Text
+Top Bar text and background is same color. Please change.,Top Bar tekst en achtergrond is dezelfde kleur. Gelieve veranderen.
+Total SMS Sent,Totaal SMS Verzonden
+Transaction,Transactie
+Transition Rules,Overgang Regels
+Trash Reason,Trash Reden
+Tuesday,Dinsdag
+Tweet will be shared via your user account (if specified),Tweet zal worden gedeeld via jouw account (indien opgegeven)
+Twitter Share,Twitter Share
+Twitter Share via,Twitter Deel via
+Type,Type
+UPPER CASE,HOOFDLETTERS
+UPPERCASE,HOOFDLETTERS
+URL,URL
+Unable to complete request: ,Niet in staat om te voltooien aanvraag:
+Unable to load,Kan niet worden geladen
+"Unknown file encoding. Tried utf-8, windows-1250, windows-1252.","Onbekend bestand codering . Probeerde UTF-8 , windows- 1250 , windows- 1252 ."
+Unread Messages,Ongelezen berichten
+Unsubscribed,Uitgeschreven
+Upcoming Events for Today,Evenementen voor vandaag
+Update,Bijwerken
+Update Field,Veld bijwerken
+Update Value,Werk Value
+Upload,uploaden
+Upload Attachment,Upload Attachment
+Upload a file,Een bestand uploaden
+Upload and Import,Upload en importeren
+Uploading...,Uploaden ...
+User,Gebruiker
+User Cannot Create,Gebruiker kan niet maken
+User Cannot Search,Gebruiker kan niet zoeken
+User Image,GEBR.AFB
+User Tags,Gebruiker-tags
+User Type,Gebruikerstype
+User not allowed to delete.,Gebruiker niet toegestaan om te verwijderen.
+UserRole,UserRole
+Value,Waarde
+Value missing for,Waarde vermist
+Verdana,Verdana
+Visit,Bezoeken
+Warning,Waarschuwing
+Web Content,Web Content
+Web Page,Webpagina
+Website,Website
+Website Overall Settings,Website Algemene Instellingen
+Website Script,Website Script
+Website Settings,Website-instellingen
+Website Sitemap,website Sitemap
+Website Sitemap Config,Website Sitemap Config
+Website Slideshow,Website Diashow
+Website Slideshow Item,Website Diashow Item
+Website User,Website Gebruiker
+Wednesday,Woensdag
+Welcome Email Sent,Welkom verzonden e-mail
+"When you Amend a document after cancel and save it, it will get a new number that is a version of the old number.","Wanneer u een document wijzigen na te annuleren en op te slaan, zal het een nieuw nummer dat is een versie van het oude nummer."
+Width,Breedte
+Will be used in url (usually first name).,Wordt gebruikt url (meestal voornaam).
+Workflow,Workflow
+Workflow Action,Workflow Actie
+Workflow Action Master,Workflow Actie Master
+Workflow Action Name,Workflow Actie Naam
+Workflow Document State,Workflow Document State
+Workflow Document States,Workflow Document Staten
+Workflow Name,Werkstroomnaam
+Workflow State,Workflow State
+Workflow State Field,Workflow State Field
+Workflow Transition,Workflow Transition
+Workflow Transitions,Workflow Overgangen
+Workflow state represents the current state of a document.,Workflow-status geeft de huidige status van een document.
+Workflow will start after saving.,Workflow begint na het opslaan.
+Write,Schrijven
+Write a Python file in the same folder where this is saved and return column and result.,Schrijf een Python bestand in dezelfde map waarin deze is opgeslagen en terugkeer kolom en resultaat.
+Write a SELECT query. Note result is not paged (all data is sent in one go).,Schrijf een SELECT-query. Opmerking resultaat wordt niet opgeroepen (alle data wordt verzonden in een keer).
+Write titles and introductions to your blog.,Schrijf titels en inleidingen op je blog.
+Writers Introduction,Schrijvers Introductie
+Year,Jaar
+Yes,Ja
+Yesterday,Gisteren
+You can set various 'properties' to Users to set default values and apply permission rules based on the value of these properties in various forms.,U kunt verschillende 'eigenschappen' om gebruikers op de standaardwaarden in te stellen en toestemming regels op basis van de waarde van deze eigenschappen in verschillende vormen toe te passen.
+You can use Customize Form to set levels on fields.,U kunt gebruik maken Customize Form om in te stellen op velden.
+"Your download is being built, this may take a few moments...","Uw download wordt gebouwd, kan dit enige tijd duren ..."
+[Label]:[Field Type]/[Options]:[Width],[Label]: [Veld Type] / [Opties]: [Breedte]
+add your own CSS (careful!),voeg uw eigen CSS (careful!)
+adjust,aanpassen
+align-center,lijn-centrum
+align-justify,uitlijning te rechtvaardigen
+align-left,uitlijning links
+align-right,lijn-recht
+and,en
+arrow-down,arrow-down
+arrow-left,pijl-links
+arrow-right,pijl-rechts
+arrow-up,pijl-up
+asterisk,sterretje
+backward,achterwaarts
+ban-circle,ban-cirkel
+barcode,barcode
+bell,bel
+bold,gedurfd
+book,boek
+bookmark,bladwijzer
+briefcase,koffertje
+bullhorn,megafoon
+calendar,kalender
+camera,camera
+cannot be empty,kan niet leeg zijn
+cannot be in its own,kan niet in zijn eigen
+"cannot have a URL, because it has child item(s)","kan geen URL, omdat het kind item (s)"
+cannot start with,kan niet beginnen met
+certificate,certificaat
+check,controleren
+chevron-down,chevron-down
+chevron-left,chevron-links
+chevron-right,chevron-rechts
+chevron-up,chevron-up
+circle-arrow-down,circle-arrow-down
+circle-arrow-left,cirkel-pijl-links
+circle-arrow-right,cirkel-pijl-rechts
+circle-arrow-up,cirkel-pijl-up
+cog,tand
+comment,commentaar
+comments,reacties
+create a Custom Field of type Link (Profile) and then use the 'Condition' settings to map that field to the Permission rule.,een aangepast veld van het type Link (Profile) en gebruik dan de 'Staat' instellingen om dat veld toe te wijzen aan de toestemming regel.
+dd-mm-yyyy,dd-mm-jjjj
+dd/mm/yyyy,dd / mm / yyyy
+does not exist,bestaat niet
+download,downloaden
+download-alt,download-alt
+edit,redigeren
+eject,uitwerpen
+envelope,envelop
+exclamation-sign,uitroepteken-teken
+eye-close,eye-close
+eye-open,eye-opening
+facetime-video,FaceTime-video
+fast-backward,snel achteruit
+fast-forward,snel vooruit
+file,bestand
+film,film
+filter,filter
+fire,brand
+flag,vlag
+folder-close,map-close
+folder-open,map te openen
+font,doopvont
+forward,vooruit
+found,gevonden
+fullscreen,volledig scherm
+gift,gift
+glass,glas
+globe,wereldbol
+hand-down,de hand-down
+hand-left,hand-links
+hand-right,hand-rechts
+hand-up,hand-up
+hdd,hdd
+headphones,hoofdtelefoon
+heart,hart
+home,thuis
+icon,icon
+in,in
+inbox,inbox
+indent-left,streepje links
+indent-right,streepje-rechts
+info-sign,info-teken
+is linked in,is gekoppeld
+is not allowed.,is niet toegestaan.
+italic,cursief
+leaf,blad
+list,lijst
+list-alt,list-alt
+lock,slot
+lowercase,kleine letters
+magnet,magneet
+map-marker,kaart-marker
+minus,minus
+minus-sign,min-teken
+mm-dd-yyyy,mm-dd-jjjj
+mm/dd/yyyy,dd / mm / yyyy
+move,bewegen
+music,muziek
+not in,niet in
+of type Link,van het type Link
+off,uit
+ok,OK
+ok-circle,ok-cirkel
+ok-sign,ok-teken
+or,of
+pause,pauze
+pencil,potlood
+picture,afbeelding
+plane,vliegtuig
+play,spelen
+play-circle,play-cirkel
+plus,plus
+plus-sign,plus-teken
+print,afdrukken
+qrcode,qrcode
+question-sign,vraag-teken
+random,toeval
+refresh,verversen
+remove,verwijderen
+remove-circle,remove-cirkel
+remove-sign,remove-teken
+repeat,herhalen
+resize-full,resize-full
+resize-horizontal,resize-horizontale
+resize-small,resize-small
+resize-vertical,resize-verticale
+retweet,retweet
+road,weg
+screenshot,screenshot
+search,zoeken
+share,aandeel
+share-alt,aandeel-alt
+shopping-cart,shopping-cart
+signal,signaal
+star,ster
+star-empty,star-leeg
+step-backward,step-achteruit
+step-forward,stap vooruit
+stop,stoppen
+tag,label
+tags,-tags
+"target = ""_blank""",target = "_blank"
+tasks,taken
+text-height,text-height
+text-width,text breedte
+th,e
+th-large,th-large
+th-list,th-lijst
+thumbs-down,duim omlaag
+thumbs-up,duim omhoog
+time,tijd
+tint,tint
+to,naar
+trash,prullenbak
+upload,uploaden
+user,gebruiker
+user_image_show,user_image_show
+values and dates,waarden en data
+volume-down,volume-omlaag
+volume-off,volume-off
+volume-up,volume-up
+warning-sign,waarschuwing-teken
+wrench,moersleutel
+yyyy-mm-dd,yyyy-mm-dd
+zoom-in,zoom-in
+zoom-out,zoom-out
diff --git a/webnotes/translations/pt-BR.csv b/webnotes/translations/pt-BR.csv
new file mode 100644
index 0000000000..42fc42b4a2
--- /dev/null
+++ b/webnotes/translations/pt-BR.csv
@@ -0,0 +1,1073 @@
+ by Role ,por função
+ can not be marked as a ledger as it has existing child,"não pode ser marcado como um livro, pois tem criança existente"
+ cannot be deleted.,não pode ser excluído.
+ is not set,não está definido
+"""Company History""","Histórico da Empresa"
+"""Team Members"" or ""Management""","Membros da Equipe" ou "Gerenciamento"
+0,0
+"000 is black, fff is white","000 é preto, é branco fff"
+1,1
+12px,12px
+13px,13px
+14px,14px
+15px,15px
+16px,16px
+2,2
+2 days ago,Há 2 dias
+"\
+field:[fieldname] - By Field\
+naming_series: - By Naming Series (field called naming_series must be present\
+Prompt - Prompt user for a name\
+[series] - Series by prefix (separated by a dot); for example PRE.#####\
+')"">Naming Options",
+Cancel allows you change Submitted documents by cancelling them and amending them.,Cancelar permite alterar documentos enviados cancelando ou corrigindo-os.
+A new popup will open that will ask you to select further conditions.,Um novo pop-up será aberto que vai pedir para você selecionar outras condições.
+A user can have multiple values for a property.,Um usuário pode ter vários valores para uma propriedade.
+About,Sobre
+About Us Settings,Configurações do Quem Somos
+About Us Team Member,Sobre Membro da Equipe
+Account Id,Id da Conta
+Action,Ação
+Actions,ações
+Add,Adicionar
+Add A New Rule,Adicionar uma Nova Regra
+Add A Property,Adicione uma Propriedade
+Add Attachments,Adicionar Anexos
+Add Bookmark,Adicionar marcadores
+Add CSS,Adicionar CSS
+Add Column,Adicionar Coluna
+Add Google Analytics ID: eg. UA-89XXX57-1. Please search help on Google Analytics for more information.,"Adicionar ID do Google Analytics: ex. UA-89XXX57-1. Por favor, procure ajuda no Google Analytics para obter mais informações."
+Add Message,Adicionar Mensagem
+Add New Permission Rule,Adicionar Nova Regra de Permissão
+Add Reply,Adicione Resposta
+Add Total Row,Adicionar Linha de Total
+Add a banner to the site. (small banners are usually good),Adicionar um banner para o site. (Pequenos banners são geralmente boas)
+Add attachment,Adicionar anexo
+Add code as <script>,Adicionar código como <script>
+Add new row,Adicionar nova linha
+"Add the name of Google Web Font e.g. ""Open Sans""","Adicione o nome do Google Web Font por exemplo, "Sans Abertas""
+Add to To Do,Adicionar à Lista de Tarefas
+Add to To Do List of,Adicionar à Lista de Tarefas de
+Additional Info,Informações Adicionais
+Address,Endereço
+Address and other legal information you may want to put in the footer.,Endereço e outras informações legais que você possa querer colocar no rodapé.
+Address to be displayed on the Contact Page,O endereço a ser exibida na Página de Contato
+Adds a custom field to a DocType,Adiciona um campo personalizado em um DocType
+Adds a custom script (client or server) to a DocType,Adiciona um script personalizado (cliente ou servidor) em um DocType
+Advanced Scripting,Scripts Avançados
+Advanced Settings,Configurações Avançadas
+All Day,Dia de Todos os
+"All possible Workflow States and roles of the workflow.
Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Todos os possíveis Estados de Fluxo de Trabalho e as funções do fluxo de trabalho.
Docstatus Opções: 0 é "Salvo", 1 é "Enviado" e 2 é "Cancelado""
+Allow Attach,Permitir Anexar
+Allow Import,Permitir a importação
+Allow Import via Data Import Tool,Permitir a importação de dados através de ferramenta de importação
+Allow Rename,Permitir Renomear
+Allow on Submit,Permitir ao Enviar
+Allow user to login only after this hour (0-24),Permitir que o usuário faça o login somente após esta hora (0-24)
+Allow user to login only before this hour (0-24),Permitir que o usuário faça o login somente antes desta hora (0-24)
+Allowed,Permitido
+Already Registered,Já registrado
+Amend,Corrigir
+"An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org]","Um arquivo de ícone com extensão .ico. Deve ser de 16 x 16 px. Gerado usando um gerador de favicon. [ favicon-generator.org ]"
+Are you sure you want to delete the attachment?,Tem certeza de que deseja excluir o anexo?
+Arial,Arial
+"As a best practice, do not assign the same set of permission rule to different Roles instead set multiple Roles to the User","Como uma boa prática, não atribuia o mesmo conjunto de regras de permissão para diferentes Funções, em vez disso, estabeleça múltiplas Funções ao Usuário"
+Ascending,Ascendente
+Assign To,Atribuir a
+Assigned By,Atribuído por
+Assigned To,Atribuído a
+Assigned To/Owner,Atribuído a / Proprietário
+Attach,Anexar
+Attach Document Print,Anexar Cópia do Documento
+Attach as web link,Anexar como link da web
+Attached To DocType,Anexado To DOCTYPE
+Attached To Name,Anexado Para Nome
+Attachments,Anexos
+Attributions,Atribuições
+Auto Name,Nome Auto
+Auto generated,Gerado Automaticamente
+Avatar,Avatar
+Background Color,Cor de Fundo
+Background Image,Imagem de Fundo
+Banner,Faixa
+Banner HTML,Faixa HTML
+Banner Image,Banner Image
+Banner is above the Top Menu Bar.,Bandeira está acima da barra de menu superior.
+Begin this page with a slideshow of images,Comece esta página com um slideshow de imagens
+Belongs to,pertence a
+Bio,Bio
+Birth Date,Data de Nascimento
+Blog Category,Categoria Blog
+Blog Intro,Blog Intro
+Blog Introduction,Blog Introdução
+Blog Post,Blog Mensagem
+Blog Settings,Configurações Blog
+Blog Title,Blog Title
+Blogger,Blogger
+Bookmarks,Marcadores
+Brand HTML,Marca HTML
+"Brand is what appears on the top-right of the toolbar. If it is an image, make sure it
+has a transparent background and use the <img /> tag. Keep size as 200px x 30px",
+Bulk Email,E-mail em massa
+Bulk Email records.,Registros de e-mail em massa.
+Button,Botão
+By,Por
+COMM-,COMM-
+CSS,CSS
+Calendar,Calendário
+Can only be exported by users with role 'Report Manager',Só podem ser exportados por usuários com função de "Gerente de Relatórios"
+Cancel,Cancelar
+Cancel permission also allows the user to delete a document (if it is not linked to any other document).,Permissão de cancelamento também permite ao usuário excluir um documento (se ele não está vinculado a qualquer outro documento).
+Cancelled,Cancelado
+Cannot Update: Incorrect / Expired Link.,Não é possível atualizar : Link incorreto / expirado.
+Cannot Update: Incorrect Password,Não é possível atualizar : Senha incorreta
+Cannot change from,Não pode mudar de
+Cannot edit standard fields,Não é possível editar campos padrão
+Cannot map because following condition fails: ,Não é possível mapear porque seguinte condição de falha:
+"Cannot update a non-exiting record, try inserting.","Não é possível atualizar um registro que não sair , tente inserir ."
+Categorize blog posts.,Categorizar posts.
+Category,Categoria
+Category Name,Nome da Categoria
+Center,Centro
+"Certain documents should not be changed once final, like an Invoice for example. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Alguns documentos não devem ser alterados uma vez finalizados, como uma nota fiscal, por exemplo. O estado final de tais documentos é chamado Enviado. Você pode restringir as funções que podem Enviar."
+Chat,Conversar
+Check,Verificar
+Check / Uncheck roles assigned to the Profile. Click on the Role to find out what permissions that Role has.,Marque / Desmarque funções atribuídas ao perfil. Clique sobre a Função para verificar que permissões a função tem.
+Check this to make this the default letter head in all prints,Marque esta opção para tornar este o cabeçalho padrão em todas as impressões
+Checked,Marcado
+Child Tables are shown as a Grid in other DocTypes.,Tabelas-filhas são mostradas como uma grade nos outros DocTypes.
+Clear Cache & Refresh,Limpar Cache & Atualizar
+Click on button in the 'Condition' column and select the option 'User is the creator of the document',Clique no botão na coluna 'Condição' e selecione a opção "Usuário é o criador do documento'
+Click on row to edit.,Clique na linha para editar .
+Click to Expand / Collapse,Clique para Expandir / Recolher
+Client,Cliente
+Close,Fechar
+Code,Código
+Color,Cor
+Column Break,Quebra de coluna
+Comment,Comentário
+Comment By,Comentário por
+Comment By Fullname,Comentário por Nome Completo
+Comment Date,Data do Comentário
+Comment Docname,Comentário docName
+Comment Doctype,Comentário Doctype
+Comment Time,Horário do Comentário
+Comments,Comentários
+Communication,Comunicação
+Communication Medium,Meio de comunicação
+Company History,Histórico da Empresa
+Company Introduction,Introdução da Empresa
+Company Name,Nome da Empresa
+Complaint,Reclamação
+Complete By,Completar em
+Condition Field,condição campo
+Contact Us Settings,Configurações do Fale Conosco
+"Contact options, like ""Sales Query, Support Query"" etc each on a new line or separated by commas.","Opções de contato, como "Consulta de Vendas, Consulta de suporte", etc cada uma em uma nova linha ou separadas por vírgulas."
+Content,Conteúdo
+Content in markdown format that appears on the main side of your page,Conteúdos em formato markdown que aparecem no lado principal de sua página
+Content web page.,Página web de conteúdo.
+Control Panel,Painel de Controle
+Controller,controlador
+Copy,Copie
+Copyright,Direitos autorais
+Core,Núcleo
+Count,contar
+Country,País
+Create,Criar
+Created Customer Issue,Problema do Cliente Criado
+Created Opportunity,Oportunidade Criada
+Created Support Ticket,Ticket de Suporte Criado
+Currency,Moeda
+Currency Format,Formato da Moeda
+Current status,Estado Atual
+Custom CSS,CSS personalizado
+Custom Field,Campo personalizado
+Custom Reports,Relatórios personalizados
+Custom Script,Script personalizado
+Custom Startup Code,Código de inicialização personalizado
+Custom?,Personalizado?
+Customize,Personalize
+Customize Form,Personalize Formulário
+Customize Form Field,Personalize campo de formulário
+"Customize Label, Print Hide, Default etc.","Personalize Etiquetas, Cabeçalhos, Padrões, etc"
+Daily Event Digest is sent for Calendar Events where reminders are set.,Diariamente Evento Digest é enviado para Calendário de eventos onde os lembretes são definidos.
+Danger,Perigo
+Data,Dados
+Data missing in table,Falta de dados na tabela
+Date,Data
+Date Format,Formato da data
+Date must be in format,A data deve estar no formato
+Datetime,Datetime
+Dear,Caro
+Default,Padrão
+Default Home Page,Página Inicial padrão
+Default Home Pages,Páginas Iniciais padrão
+Default Print Format,Formato de impressão padrão
+Default Value,Valor padrão
+"Default: ""Contact Us""",Default: "Fale Conosco"
+DefaultValue,Valor padrão
+Defaults,Padrões
+Defines actions on states and the next step and allowed roles.,Define ações em estados e no próximo passo e funções permitidos.
+Defines workflow states and rules for a document.,Define os estados do fluxo de trabalho e regras para um documento.
+Delete,Excluir
+Delete Row,Apagar Linha
+Depends On,Depende
+Descending,Descendente
+Description,Descrição
+"Description for listing page, in plain text, only a couple of lines. (max 140 characters)","Descrição da página perfil, em texto simples, apenas um par de linhas. (Máximo 140 caracteres)"
+Description for page header.,Descrição cabeçalho da página.
+Desktop,Área de trabalho
+Details,Detalhes
+Did not add.,Não adicionou.
+Did not cancel,Não cancelou
+Did not save,Não salvou
+"Different ""States"" this document can exist in. Like ""Open"", ""Pending Approval"" etc.",""Estados" diferentes em que esse documento pode existir. Como "Aberto", "Aprovação Pendente", etc"
+Disable Customer Signup link in Login page,Cliente ligação Cadastro Desativar página de login
+Disable Signup,Desativar Registre-se
+Disabled,Desativado
+Display Settings,Configurações de exibição
+Doc Status,Estado do Documento
+DocField,DocField
+DocPerm,DocPerm
+DocType,DocType
+DocType Details,Detalhes do DocType
+DocType can not be merged,DocType não podem ser mescladas
+DocType is a Table / Form in the application.,DocType é uma Tabela / Formulário na aplicação.
+DocType on which this Workflow is applicable.,DocType em que este fluxo de trabalho é aplicável.
+DocType or Field,DocType ou Campo
+Docname,docname
+Document,Documento
+Document Status transition from ,Documento transição Estado de
+Document Type,Tipo de Documento
+Document Types,Tipos de documento
+Document is only editable by users of role,Documento só é editável por usuários da função
+Documents,Documentos
+Download Backup,Baixar o Backup
+Draft,Rascunho
+Drafts,Rascunhos
+Drag to sort columns,Arraste para classificar colunas
+Edit,Editar
+Editable,Editável
+Email,E-mail
+Email Host,Host do e-mail
+Email Id where users will send support request e.g. support@example.com,"Id -mail , onde os usuários vão enviar pedido de ajuda por exemplo support@example.com"
+Email Login,Login do e-mail
+Email Password,Senha do e-mail
+Email Sent,E-mail enviado
+Email Settings,Configurações de e-mail
+Email Signature,Assinatura de e-mail
+Email Use SSL,Usar SSL no e-mail
+"Email addresses, separted by commas","Endereços de email, separados por vírgulas"
+Email...,E-mail ...
+Embed image slideshows in website pages.,Incorporar apresentações de imagem em páginas do site.
+Enable Comments,Ativação de comentários
+Enabled,Habilitado
+Ends on,Termina em
+Enter Form Type,Digite o Tipo de Formulário
+"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.","Digite campos de valor padrão (chaves) e valores. Se você adicionar vários valores para um campo, o primeiro vai ser escolhido. Esses padrões são usados também para definir regras de permissão de "combinação". Para ver a lista de campos, vá para Personalizar formulário ."
+Equals,Equals
+Error,Erro
+Error: Document has been modified after you have opened it,Erro: O documento foi modificado depois de abri-la
+Event,Evento
+Event End must be after Start,Evento Final deverá ser após o início
+Event Individuals,Indivíduos do Evento
+Event Role,Função do Evento
+Event Roles,Funções do Evento
+Event Type,Tipo de Evento
+Event User,Usuário do Evento
+Events In Today's Calendar,Eventos no calendário de hoje
+Every Day,Every Day
+Every Month,Todos os meses
+Every Week,Todas as semanas
+Every Year,Todo Ano
+Example:,Exemplo:
+Export,Exportar
+Facebook Share,Compartilhar Facebook
+FavIcon,FavIcon
+Female,Feminino
+Field Description,Descrição do Campo
+Field Name,Nome do Campo
+Field Type,Tipo de Campo
+"Field that represents the Workflow State of the transaction (if field is not present, a new hidden Custom Field will be created)","Campo que representa o Estado da transação do fluxo de trabalho (se o campo não estiver presente, um novo campo oculto personalizado será criado)"
+Fieldname,Nome do Campo
+Fields,Campos
+"Fields separated by comma (,) will be included in the
Search By list of Search dialog box","Campos separados por vírgula (,) serão incluídos na lista
Pesquisa por da caixa de diálogo Pesquisar"
+File,Arquivo
+File Data,Dados de arquivo
+File Name,Nome do arquivo
+File Size,Tamanho
+File URL,URL do arquivo
+File size exceeded the maximum allowed size,O tamanho do arquivo excedeu o tamanho máximo permitido
+Filter,Filtre
+Finder,inventor
+First Name,Nome
+Float,Float
+Font (Heading),Font (rubrica)
+Font (Text),Fonte (texto)
+Font Size (Text),Tamanho da fonte (texto)
+Fonts,Fontes
+Footer,Rodapé
+Footer Items,Itens do Rodapé
+For All Users,Para todos os usuários
+For DocType,para TipoDoc
+"For Links, enter the DocType as range
+For Select, enter list of Options separated by comma",
+"For comparative filters, start with","Para filtros comparativos, comece com"
+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.,"Por exemplo, se você cancelar e alterar 'INV004' ele vai se tornar um novo documento "INV004-1'. Isso ajuda você a manter o controle de cada alteração."
+For example: You want to restrict users to transactions marked with a certain property called 'Territory',Por exemplo: Você quer restringir os usuários a transações marcadas com uma certa propriedade chamado 'Território'
+For ranges,Para faixas
+Form,Forma
+"Format: hh:mm example for one hour expiry set as 01:00.
+Max expiry will be 72 hours. Default is 24 hours",
+Forward To Email Address,Encaminhar para E-mail
+Friday,Sexta-feira
+From Date must be before To Date,A data inicial deve ser anterior a data final
+Full Name,Nome Completo
+Gantt Chart,Gráfico de Gantt
+Gender,Sexo
+General,Geral
+Generator,gerador
+Georgia,Geórgia
+Get,Obter
+Get From ,Obter do
+"Go to Setup > User Properties to set \
+ 'territory' for diffent Users.",
+Google Analytics ID,ID do Google Analytics
+Google Plus One,Google Plus One
+Google Web Font (Heading),Google Web Font (rubrica)
+Google Web Font (Text),Google Web Font (Texto)
+Greater or equals,Maior ou igual
+Greater than,maior do que
+Groups,Grupos
+HTML,HTML
+Header,Cabeçalho
+Heading,Título
+Heading Text As,Como o texto do título
+Help,Ajudar
+Helvetica Neue,Helvetica Neue
+Hey! There should remain at least one System Manager,Hey! Não deve permanecer pelo menos um System Manager
+Hidden,Escondido
+Hide Actions,Ocultar Ações
+Hide Copy,Ocultar Copia
+Hide Email,Ocultar E-mail
+Hide Heading,Ocultar Título
+Hide Print,Ocultar Impressão
+Hide Toolbar,Ocultar barra de ferramentas
+Highlight,Realçar
+History,História
+Home Page,Página Inicial
+Home Page is Products,Página Inicial é Produtos
+Home Pages,Páginas Iniciais
+ID,ID
+ID (name) of the entity whose property is to be set,ID (nome) da entidade cuja propriedade é para ser definida
+Icon,Ícone
+Icon will appear on the button,O ícone aparecerá no botão
+"If a User does not have access at Level 0, then higher levels are meaningless","Se um usuário não tem acesso nível 0, então os níveis mais altos são irrelevantes"
+"If checked, all other workflows become inactive.","Se marcada, todos os outros fluxos de trabalho tornam-se inativos."
+"If checked, the Home page will be the default Item Group for the website.","Se marcado, a página inicial do site será o Grupo de Itens padrão."
+"If image is selected, color will be ignored (attach first)","Se a imagem for selecionada, a cor será ignorada (anexar primeiro)"
+"If not, create a","Se não, crie um(a)"
+"If the 'territory' Link Field exists, it will give you an option to select it","Se o campo com Link 'território' existe, ele vai te dar uma opção para selecioná-lo"
+"If these instructions where not helpful, please add in your suggestions at GitHub Issues","Se estas instruções , onde não é útil , por favor, adicione suas sugestões em GitHub Issues a>"
+"If you set this, this Item will come in a drop-down under the selected parent.","Se você definir isso, este item virá em um drop-down sob o pai selecionado ."
+Image,Imagem
+Image Link,Link da imagem
+Import,Importar
+In,em
+In Dialog,Em diálogo
+In Filter,Em Filtro
+In List View,Na exibição de lista
+In Report Filter,No Filtro do Relatório
+In response to,Em resposta ao(s)
+"In the Permission Manager, click on the button in the 'Condition' column for the Role you want to restrict.","No Gerenciador de Permissão, clique no botão na coluna 'Condição' para a função que deseja restringir."
+Index,Índice
+Individuals,Indivíduos
+Industry,Indústria
+Info,Informações
+Insert After,Inserir Após
+Insert Below,Inserir Abaixo
+Insert Code,Inserir Código
+Insert Row,Inserir Linha
+Insert Style,Inserir Estilo
+Int,Int
+Integrations,Integrações
+Introduce your company to the website visitor.,Apresente sua empresa para o visitante do site.
+Introduction,Introdução
+Introductory information for the Contact Us Page,Informação introdutória para a página Fale Conosco
+Invalid Email,E-mail inválido
+Inverse,Inverso
+Is Active,É Ativo
+Is Child Table,É tabela filho
+Is Default,É padrão
+Is Mandatory Field,É campo obrigatório
+Is Single,É único
+Is Standard,É Padrão
+Is Submittable,É enviável
+JSON,JSON
+JavaScript Format: wn.query_reports['REPORTNAME'] = {},JavaScript Formato: wn.query_reports [' REPORTNAME '] = {}
+Javascript,Javascript
+Javascript to append to the head section of the page.,Javascript para acrescentar ao cabeçalho da página.
+Keep a track of all communications,Mantenha o controle de todas as comunicações
+Key,Chave
+Label,Etiqueta
+Label Help,Ajuda sobre etiquetas
+Lacs,Lacs
+Landing Page,Página de chegada
+Language,Idioma
+Language preference for user interface (only if available).,Idioma de preferência para interface de usuário (se disponível).
+Last IP,Último IP
+Last Login,Último Login
+Last Name,Sobrenome
+Last updated by,Última actualização por
+Lastmod,lastmod
+Lato,Lato
+Leave blank to repeat always,Deixe em branco para repetir sempre
+Left,Esquerda
+Less or equals,Menor ou igual
+Less than,menor que
+Letter Head,Timbrado
+Letter Head Image,Imagem do timbrado
+Letter Head Name,Nome do timbrado
+Letter Head in HTML,Cabeça Carta em HTML
+Level,Nível
+"Level 0 is for document level permissions, higher levels for field level permissions.","Nível 0 é para permissões em nível de documento, os níveis mais elevados são permissões em nível de campo."
+Like,como
+Link,Link
+Link Name,Nome do Link
+Link to other pages in the side bar and next section,Link para outras páginas na barra lateral e seção seguinte
+Link to the page you want to open,Link para a página que você deseja abrir
+Linked In Share,Linked In Compartilhar
+Linked With,Ligado com
+List,Lista
+List of patches executed,Lista de patches executados
+Loading,Carregando
+Loading Report,Relatório de carregamento
+Loading...,Carregando ...
+Log of Scheduler Errors,Log de erros do agendador
+Login,login
+Login After,Login após
+Login Before,Login antes
+Logout,Sair
+Long Text,Texto Longo
+Lucida Grande,Lucida Grande
+Mail Footer,Rodapé do E-mail
+Mail Server,Servidor de E-mail
+Main Section,Seção Principal
+Make a new,Fazer um novo
+Make sure that the transactions you want to restrict have a Link field 'territory' that maps to a 'Territory' master.,Certifique-se de que as operações que pretende restringir tenham um campo de ligação "Território" que mapeia para um cadastro de "Território".
+Male,Masculino
+Mandatory,Obrigatório
+Mandatory filters required:\n,Filtros obrigatórios exigidos : \ n
+Master,Cadastro
+Match,Combinar
+Max Attachments,Anexos Max.
+"Meaning of Submit, Cancel, Amend","Significado do Enviar, Cancelar, Alterar"
+"Menu items in the Top Bar. For setting the color of the Top Bar, go to Style Settings","Os itens de menu na barra superior. Para definir a cor da barra superior, vá até Settings"
+"Merging is only possible between Group-to-Group or
+ Ledger-to-Ledger",
+Message,Mensagem
+Method,Método
+Middle Name (Optional),Nome do Meio (Opcional)
+Millions,Milhões
+Misc,Diversos
+Miscellaneous,Diversos
+Missing Values Required,Faltando valores obrigatórios
+Modified by,Modificado(a) por
+Module,Módulo
+Module Def,Módulo Def
+Module Name,Nome do Módulo
+Modules,Módulos
+Monday,Segunda-feira
+More,Mais
+More content for the bottom of the page.,Mais conteúdo para a parte de baixo da página.
+Must have report permission to access this report.,Deve ter permissão para acessar relatório deste relatório.
+Must specify a Query to run,Deve especificar uma consulta para executar
+Name,Nome
+Name Case,Caso Nome
+Name Exists,nome existe
+Naming Series mandatory,Nomeando obrigatório Series
+New,novo
+New Password,Nova senha
+New Record,Novo Registro
+New value to be set,Novo valor a ser definido
+Next Communcation On,Próximo Comunicação em
+Next State,Próximo Estado
+Next actions,Próximas ações
+No,Não
+No Action,Nenhuma ação
+No Cache,No Cache
+No Communication tagged with this ,Nenhuma comunicação com etiquetas com esta
+No Copy,Nenhuma cópia
+No Permission,Nenhuma permissão
+No Permission to ,Sem permissão para
+No Permissions set for this criteria.,Sem permissões definidas para este critério.
+No Report Loaded. Please use query-report/[Report Name] to run a report.,"Não Relatório Loaded. Por favor, use-consulta do relatório / [Nome do relatório] para executar um relatório."
+No Sitemap,No Mapa do Site
+No User Properties found.,Propriedades do Usuário não encontradas.
+No further records,Não há mais registros
+No one,Ninguém
+No permission to edit,Sem permissão para editar
+No permission to write / remove.,Sem permissão para escrever / remover.
+No records tagged.,Não há registros marcados.
+None,Nenhum
+None: End of Workflow,Nenhum: Fim do fluxo de trabalho
+Not Found,Não Encontrado
+Not Linked to any record.,Não relacionado a qualquer registro.
+Not Permitted,Não Permitido
+Not allowed for: ,Não permitido para:
+Not enough permission to see links.,Sem permissão suficiente para ver os links.
+Not equals,não iguais
+"Note: For best results, images must be of the same size and width must be greater than height.","Nota: Para melhores resultados, as imagens devem ser do mesmo tamanho e largura não deve ser maior do que a altura."
+Note: Other permission rules may also apply,Nota: Outras regras de permissão também podem se aplicar
+Note: maximum attachment size = 1mb,Nota: tamanho máximo do anexo = 1MB
+Nothing to show,Nada para mostrar
+Nothing to show for this selection,Nada para mostrar para esta seleção
+Notification Count,Contagem Notificação
+Notify By Email,Notificar por e-mail
+On,Em
+"Once you have set this, the users will only be able access documents with that property.","Depois de ter definido isso, os usuários só poderão acessar documentos com esta propriedade."
+Only Administrator allowed to create Query / Script Reports,Administrador só é permitido para criar Consulta / Script Relatórios
+Only Administrator can save a standard report. Please rename and save.,"Somente o administrador pode salvar um relatório padrão. Por favor, renomear e salvar."
+Only Allow Edit For,Somente permite edição para
+Only System Manager can create / edit reports,Somente o Gerente do Sistema pode criar / editar relatórios
+Open Count,Abrir Contagem
+Open Sans,Open Sans
+Options,Opções
+Options Help,Ajuda sobre Opções
+Org History,org História
+Org History Heading,Org História Rubrica
+Original Message,Mensagem original
+Other,Outro
+POP3 Mail Server (e.g. pop.gmail.com),"Servidor de e-mail POP3 (por exemplo, pop.gmail.com)"
+Page,Página
+Page Background,Fundo da Página
+Page Border,Border página
+Page HTML,Página HTML
+Page Headings,Títulos de página
+Page Links,Pagina Links
+Page Name,Nome da Página
+Page Name Field,Página Nome do Campo
+Page Role,Função da página
+Page Text,Página de texto
+Page already exists,Página já existe
+Page content,Conteúdo da página
+Page not found,Página não encontrada
+Page or Generator,Página ou Gerador
+Page text and background is same color. Please change.,"Texto da página e no fundo é a mesma cor. Por favor, altere."
+"Page to show on the website
+",
+"Page url name (auto-generated) (add "".html"")",Nome da página url (gerado automaticamente) (adicione ".html")
+Parent Label,Etiqueta pai
+Parent is required.,É necessário Parent.
+Participants,Participantes
+Password,Senha
+Password Expires in (days),Senha expira em (dias)
+Password Updated,Senha Atualizado
+Patch,Remendo
+Patch Log,Log de Patches
+Percent,Por cento
+Perm Level,Nível Permanente
+Permission Level,Nível de Permissão
+Permission Levels,Níveis de Permissão
+Permission Manager,Gerenciador de Permissão
+Permission Rules,Regras de Permissão
+Permissions,Permissões
+Permissions Settings,Configurações de Permissões
+Permissions are automatically translated to Standard Reports and Searches,As permissões são automaticamente traduzidos para Relatórios Padrão e Pesquisas
+"Permissions are set on Roles and Document Types (called DocTypes) by restricting read, edit, make new, submit, cancel, amend and report rights.","As permissões são definidas em Funções e Tipos de Documentos (chamados DocTypes) restringindo direitos de leitura, edição, criação, envio, cancelamento e alteração."
+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 incase you want to hide or make certain field read-only.,Permissões em níveis mais elevados são permissões em "Nível de Campo". Todos os campos têm um 'Nível de Permissão" estabelecido contra eles e as regras definidas naquele Nível de Permissão se aplicam ao campo. Isto é útil no caso de você querer ocultar ou tornar um determinado campo em somente leitura.
+"Permissions at level 0 are 'Document Level' permissions, i.e. they are primary for access to the document.","Permissões no nível 0 são permissões ao 'Nível de Documento", ou seja, são básicas para o acesso ao documento."
+Permissions translate to Users based on what Role they are assigned,As Permissões passam aos usuários com base na função a que são atribuídos
+Person,Pessoa
+Phone,Telefone
+Phone No.,Nº de telefone.
+Pick Columns,Escolha as Colunas
+Please attach a file first.,"Por favor, anexar um arquivo pela primeira vez."
+Please attach a file or set a URL,"Por favor, anexar um arquivo ou definir uma URL"
+Please change the value,"Por favor, altere o valor"
+Please enable pop-ups,Por favor habilite os pop-ups
+Please make sure that there are no empty columns in the file.,"Por favor, certifique-se de que não existem colunas vazias no arquivo."
+Please refresh to get the latest document.,Por favor de atualização para obter as últimas documento.
+Please select a file or url,"Por favor, selecione um arquivo ou url"
+Please specify,"Por favor, especifique"
+Plugin,Plugin
+Post Publicly,Publique publicamente
+Post Topic,Postar Tópico
+Post to user,Publicar para usuário
+Posts,Posts
+Primary,Primário
+Print Format,Formato de impressão
+Print Format Type,Tipo de impressão Formato
+Print Hide,Ocultar impressão
+Print Width,Largura de impressão
+Print...,Imprimir ...
+Priority,Prioridade
+Private,Privado
+Profile,Perfil
+Profile Defaults,Padrões de Perfil
+Profile Represents a User in the system.,Perfil representa um usuário no sistema.
+Profile of a Blogger,Perfil de um Blogger
+Profile of a blog writer.,Perfil de um escritor do blog.
+Properties,Propriedades
+Property,Propriedade
+Property Setter,Setter propriedade
+Property Setter overrides a standard DocType or Field property,Setter propriedade substitui uma propriedade DocType ou Campo padrão
+Property Type,Tipo de propriedade
+Public,Público
+Published,Publicado
+Published On,Publicado no
+Pull Emails from the Inbox and attach them as Communication records (for known contacts).,Puxar e-mails da caixa de entrada e anexe-os como registros de comunicação (para contatos conhecidos).
+Query,Consulta
+Query Options,Opções de Consulta
+Query Report,Relatório da Consulta
+Query must be a SELECT,Consulta deve ser um SELECT
+Quick Help for Setting Permissions,Ajuda rápida para Configurar Permissões
+Quick Help for User Properties,Ajuda rápida para Propriedades do Usuário
+Read,Ler
+Read Only,Somente leitura
+Received,recebido
+Recipient,Destinatário
+Recipients,Destinatários
+Ref DocType,DocType de Ref.
+Ref Name,Nome de Ref.
+Ref Type,Tipo de Ref.
+Reference,Referência
+Reference DocName,Referência DocNome
+Reference DocType,Referência TipoDoc
+Reference Name,Nome de Referência
+Reference Type,Tipo de Referência
+Refresh,Atualizar
+Registered but disabled.,"Registrado, mas desativado."
+Registration Details Emailed.,Detalhes do registro enviado por email.
+Remove Bookmark,Remover Bookmark
+Rename...,Renomear ...
+Repeat On,Repita On
+Repeat Till,Repita até que
+Repeat this Event,Repita este evento
+Report,Relatório
+Report Builder,Report Builder
+Report Builder reports are managed directly by the report builder. Nothing to do.,Os relatórios do Report Builder são gerenciados diretamente pelo construtor relatório. Nada a fazer.
+Report Hide,Ocultar Relatório
+Report Name,Nome do Relatório
+Report Type,Tipo de relatório
+Report was not saved (there were errors),O Relatório não foi salvo (houve erros)
+Represents the states allowed in one document and role assigned to change the state.,Representa os estados permitidos em um documento a função atribuída a alterações do estado.
+Reqd,Requerido
+Reset Password Key,Redefinição de senha chave
+Restrict IP,Restringir IP
+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),Restringir usuário a partir deste endereço IP. Vários endereços IP podem ser adicionados ao separar com vírgulas. São aceitos também endereços IP parciais como (111.111.111)
+Restricting By User,Restringindo por Usuário
+Right,Direito
+Role,Função
+Role Name,Nome da Função
+Roles,Funções
+Roles Assigned,Funções atribuídas
+Roles Assigned To User,Funções atribuídas ao Usuário
+Roles HTML,Funções HTML
+Root ,Raiz
+Row,Linha
+Rules defining transition of state in the workflow.,Regras que definem a transição de estado no fluxo de trabalho.
+"Rules for how states are transitions, like next state and which role is allowed to change state etc.","Regras de como os estados são transições, como o próximo estado e que função terá permissão para mudar de estado, etc"
+SMS,SMS
+Sales,Vendas
+Same file has already been attached to the record,Mesmo arquivo já foi anexado ao registro
+Saturday,Sábado
+Save,salvar
+Scheduler Log,Log do Agendador
+Script,Script
+Script Report,Relatório Script
+Script Type,Tipo de Script
+Script to attach to all web pages.,Script para anexar a todas as páginas da web.
+Search,Pesquisar
+Search Fields,Campos de Pesquisa
+Section Break,Quebra de seção
+Security Settings,Configurações de Segurança
+Select,Selecionar
+Select All,Selecionar tudo
+Select Attachments,Selecione os Anexos
+Select Document Type,Selecione o Tipo de Documento
+Select Document Type or Role to start.,Selecione o tipo de documento ou função para começar.
+Select Module,Select Module
+Select Print Format,Selecione o Formato de Impressão
+Select Report Name,Selecione o Nome do Relatório
+Select Role,Selecione a Função
+Select Type,Selecione o Tipo
+Select User or Property to start.,Selecione o Usuário ou Propriedade para começar.
+Select a Banner Image first.,Selecione um Banner Image primeiro.
+Select an image of approx width 150px with a transparent background for best results.,Selecione uma imagem de aproximadamente 150px de largura com um fundo transparente para melhores resultados.
+Select dates to create a new ,Selecione as datas para criar uma nova
+Select or drag across time slots to create a new event.,Selecione ou arraste intervalos de tempo para criar um novo evento.
+"Select target = ""_blank"" to open in a new page.","Select target = "" _blank"" para abrir em uma nova página."
+Select the label after which you want to insert new field.,Selecione a etiqueta após a qual você deseja inserir um novo campo.
+Send,Enviar
+Send As Email,Enviar como e-mail
+Send Me A Copy,Envie-me uma cópia
+Send an email reminder in the morning,Enviar um e-mail lembrete na parte da manhã
+Send enquiries to this email address,Envie perguntas para este endereço de e-mail
+Sender,Remetente
+Sent,enviado
+Sent Mail,E-mails Enviados
+Sent Quotation,Cotação Enviada
+Sent or Received,Enviados ou recebidos
+Series,série
+Server,Servidor
+Session Expired. Logging you out,A sessão expirou. Você será deslogado
+Session Expires in (time),A sessão expira em (tempo)
+Set Banner from Image,Jogo da bandeira da Imagem
+Set Link,Definir ligação
+Set Password,Definir senha
+Set Value,Definir valor
+"Set your background color, font and image (tiled)","Defina sua cor de fundo, fonte e imagem (lado a lado)"
+Settings for About Us Page.,Configurações da Página Sobre Nós.
+Settings for Contact Us Page,Configurações da Página Fale Conosco.
+Settings for Contact Us Page.,Configurações da Página Fale Conosco.
+Settings for the About Us Page,Configurações da Página Sobre Nós.
+Setup of fonts and background.,Configuração de fontes e de fundo.
+"Setup of top navigation bar, footer and logo.","Configuração de barra de navegação do topo, rodapé, e logotipo."
+Short Bio,Curta Bio
+Short Name,Nome Curto
+Shortcut,Atalho
+Show Breadcrumbs,Mostrar Breadcrumbs
+Show Details,Ver detalhes
+Show Print First,Mostrar Impressão Primeiro
+Show Table of Contents,Mostrar tabela de conteúdos
+Show Tags,Mostrar Marcações
+Show Title,Mostrar título
+Show rows with zero values,Mostrar as linhas com valores zero
+Showing only for,Mostrando apenas para
+Single Post (article).,Resposta Única (artigo).
+Single Types have only one record no tables associated. Values are stored in tabSingles,Tipos individuais têm apenas um registro sem tabelas associadas. Os valores são armazenados em tabSingles
+Slideshow,Apresentação de slides
+Slideshow Items,Itens da Apresentação de slides
+Slideshow Name,Nome da Apresentação de slides
+Slideshow like display for the website,Exibição do tipo Apresentação de slides para o site
+Small Text,Texto Pequeno
+Solid background color (default light gray),Cor de fundo sólida (padrão cinza claro)
+Sorry we were unable to find what you were looking for.,"Desculpe, não encontramos o que você estava procurando."
+Sorry you are not permitted to view this page.,"Desculpe, você não tem permissão para visualizar esta página."
+Sort By,Classificar por
+Special Page Settings,Configurações Especiais de página
+Standard,Padrão
+Start Report For,Começar Relatório para
+Starts on,Inicia em
+Startup,Startup
+State,Estado
+States,Estados
+Status,Estado
+Step 1: Set the name and save.,Passo 1: Defina o nome e salvar.
+Step 2: Set Letterhead content.,Passo 2: Definir o conteúdo timbrado .
+Style,Estilo
+Style Settings,Configurações de Estilo
+"Style represents the button color: Success - Green, Danger - Red, Inverse - Black, Primary - Dark Blue, Info - Light Blue, Warning - Orange","Estilo representa a cor do botão: Sucesso - Verde, Perigo - Vermelho, Inverso - Preto, Primário - Azul Escuro, Informação - Azul Claro, Aviso - Laranja"
+Sub-domain provided by erpnext.com,Sub-domínio fornecido pelo erpnext.com
+Subdomain,Subdomínio
+Subject,Assunto
+Submit,Enviar
+Submitted,Enviado
+Submitted Record cannot be deleted,Registro apresentado não pode ser excluído
+Success,Sucesso
+Suggestion,Sugestão
+Sunday,Domingo
+Support Email Id,Endereço de E-mail de Suporte
+Sync Inbox,Sincronizar Caixa de Entrada
+System,Sistema
+System Defaults,Padrões do Sistema
+System User,Usuário do Sistema
+Table,Tabela
+Table of Contents,Índice analítico
+Tag,Etiqueta
+Tag Name,Nome da etiqueta
+Tags,Etiquetas
+Tahoma,Tahoma
+Target,Meta
+Team Members,Membros da Equipe
+Team Members Heading,Título da página Membros da Equipe
+Template Path,Caminho Template
+Test,Teste
+Test Runner,Test Runner
+Text,Texto
+Text Align,Alinhar Texto
+Text Editor,Editor de Texto
+"The ""Web Page"" that is the website home page",A "Página Web" que é a página inicial do site
+The name of your company / website as you want to appear on browser title bar. All pages will have this as the prefix to the title.,O nome da sua empresa / site da forma que você quer que apareça na barra de título do navegador. Todas as páginas vão ter isso como o prefixo para o título.
+"The system provides pre-defined roles, but you can add new roles to set finer permissions","O sistema fornece funções pré-definidas, mas você pode adicionar novas funções para estabelecer as permissões mais precisas"
+Then By (optional),"Em seguida, por (opcional)"
+These properties are Link Type fields from all Documents.,Estas propriedades são campos do tipo ligação de todos os documentos.
+"These properties can also be used to 'assign' a particular document, whose property matches with the User's property to a User. These can be set using the Permission Manager","Essas propriedades também podem ser usados para "atribuir" um documento específico, cuja propriedade coincide com a propriedade do usuário para um usuário. Estas podem ser definidas usando o Gerenciador de Permissão"
+These properties will appear as values in forms that contain them.,Estas propriedades aparecerão como valores em formulários que as contêm.
+These values will be automatically updated in transactions and also will be useful to restrict permissions for this user on transactions containing these values.,Esses valores serão atualizados automaticamente em transações e também serão úteis para restringir as permissões para este usuário em operações que contenham esses valores.
+"This field will appear only if the fieldname defined here has value OR the rules are true (examples):
+myfield
+eval:doc.myfield=='My Value'
+eval:doc.age>18",
+This goes above the slideshow.,Isto vai acima do slideshow.
+This is PERMANENT action and you cannot undo. Continue?,Esta é uma ação PERMANENTE e não pode ser desfeita. Continuar?
+This is permanent action and you cannot undo. Continue?,Esta é uma ação PERMANENTE e não pode ser desfeita. Continuar?
+Thursday,Quinta-feira
+Time,Tempo
+Time Zone,Fuso horário
+Title,Título
+Title / headline of your page,Título / chamada da sua página
+Title Case,Caixa do Título
+Title Prefix,Prefixo do Título
+To,Para
+"To format columns, give column labels in the query.","Para formatar colunas, dar rótulos de coluna na consulta."
+"To further restrict permissions based on certain values in a document, use the 'Condition' settings.","Para restringir ainda mais as permissões com base em determinados valores em um documento, use as definições de 'Condição'."
+To restrict a User of a particular Role to documents that are explicitly assigned to them,Para restringir um usuário de uma função a documentos que são explicitamente atribuídos a ele
+To restrict a User of a particular Role to documents that are only self-created.,Para restringir um usuário de uma função a apenas documentos que ele próprio criou.
+"To set user roles, just go to Setup > Users and click on the user to assign roles.","Para definir funções ao usuário, basta ir a Configuração> Usuários e clicar sobre o usuário para atribuir funções."
+ToDo,Lista de Tarefas
+Tools,Ferramentas
+Top Bar,Barra Superior
+Top Bar Background,Fundo da barra superior
+Top Bar Item,Item da barra superior
+Top Bar Items,Itens da barra superior
+Top Bar Text,Top Bar Texto
+Top Bar text and background is same color. Please change.,"Top Bar texto eo fundo é a mesma cor. Por favor, altere."
+Total SMS Sent,Total de SMS enviados
+Transaction,Transação
+Transition Rules,Regras de transição
+Trash Reason,Razão de pôr no lixo
+Tuesday,Terça-feira
+Tweet will be shared via your user account (if specified),Tweet serão compartilhados através da sua conta de usuário (se especificado)
+Twitter Share,Compartilhar Twitter
+Twitter Share via,Twitter Partilhar através do
+Type,Tipo
+UPPER CASE,MAIÚSCULAS
+UPPERCASE,Maiúsculas
+URL,URL
+Unable to complete request: ,Não é possível concluir pedido:
+Unable to load,Não foi possível carregar
+"Unknown file encoding. Tried utf-8, windows-1250, windows-1252.","Codificação de arquivo desconhecido. Tentei UTF-8, Windows -1250 , windows-1252 ."
+Unread Messages,Mensagens não lidas
+Unsubscribed,Inscrição Cancelada
+Upcoming Events for Today,Próximos Eventos para Hoje
+Update,Atualizar
+Update Field,Atualizar Campo
+Update Value,Atualizar Valor
+Upload,carregar
+Upload Attachment,Carregar anexos
+Upload a file,Carregar um arquivo
+Upload and Import,Carregar e Importar
+Uploading...,Upload ...
+User,Usuário
+User Cannot Create,O Usuário não pode criar
+User Cannot Search,O Usuário não pode pesquisar
+User Image,Imagem do Usuário
+User Tags,Etiquetas de Usuários
+User Type,Tipo de Usuário
+User not allowed to delete.,Usuário não tem permissão para excluir.
+UserRole,Função do Usuário
+Value,Valor
+Value missing for,Valor em falta para
+Verdana,Verdana
+Visit,Visita
+Warning,Aviso
+Web Content,Conteúdo da Web
+Web Page,Página Web
+Website,Site
+Website Overall Settings,Configurações gerais do site
+Website Script,Script do site
+Website Settings,Configurações do site
+Website Sitemap,site Mapa do Site
+Website Sitemap Config,Site Mapa do Site Configuração
+Website Slideshow,Slideshow do site
+Website Slideshow Item,Item do Slideshow do site
+Website User,Site do Usuário
+Wednesday,Quarta-feira
+Welcome Email Sent,Bem-vindo e-mail enviado
+"When you Amend a document after cancel and save it, it will get a new number that is a version of the old number.","Quando você Alterar um documento depois de cancelar e salvá-lo, ele vai ter um novo número que é uma versão do número antigo."
+Width,Largura
+Will be used in url (usually first name).,Será utilizado na url (geralmente o primeiro nome).
+Workflow,Fluxo de Trabalho
+Workflow Action,Ação do Fluxo de Trabalho
+Workflow Action Master,Cadastro da Ação do Fluxo de Trabalho
+Workflow Action Name,Nome da Ação do Fluxo de Trabalho
+Workflow Document State,Estado do Documento do Fluxo de Trabalho
+Workflow Document States,Estados do Documento do Fluxo de Trabalho
+Workflow Name,Nome do Fluxo de Trabalho
+Workflow State,Estado do Fluxo de Trabalho
+Workflow State Field,Campo do Estado do Fluxo de Trabalho
+Workflow Transition,Transição do Fluxo de Trabalho
+Workflow Transitions,Transições do Fluxo de Trabalho
+Workflow state represents the current state of a document.,O estado do Fluxo de Trabalho representa o estado atual de um documento.
+Workflow will start after saving.,Fluxo de trabalho será iníciado após salvar.
+Write,Escrever
+Write a Python file in the same folder where this is saved and return column and result.,Gravar um arquivo Python na mesma pasta onde este é guardado e coluna de retorno e resultado.
+Write a SELECT query. Note result is not paged (all data is sent in one go).,Escreva uma consulta SELECT. Resultado nota não é paginada (todos os dados são enviados de uma só vez).
+Write titles and introductions to your blog.,Escreva títulos e introduções para o seu blog.
+Writers Introduction,Escritores Introdução
+Year,Ano
+Yes,Sim
+Yesterday,Ontem
+You can set various 'properties' to Users to set default values and apply permission rules based on the value of these properties in various forms.,Você pode definir vários 'propriedades' para usuários para definir os valores padrão e aplicar regras de permissão com base no valor dessas propriedades em várias formas.
+You can use Customize Form to set levels on fields.,Você pode usar Personalizar Formulário para definir os níveis nos campos.
+"Your download is being built, this may take a few moments...","O seu download está sendo construído, isso pode demorar alguns instantes ..."
+[Label]:[Field Type]/[Options]:[Width],[Label]: [Tipo do Campo] / [Opções]: [Largura]
+add your own CSS (careful!),adicione seu próprio CSS (cuidado!)
+adjust,ajustar
+align-center,Centralizar
+align-justify,Justificar
+align-left,alinhar à esquerda
+align-right,alinhar à direita
+and,e
+arrow-down,seta para baixo
+arrow-left,seta para a esquerda
+arrow-right,seta para a direita
+arrow-up,seta para cima
+asterisk,asterisco
+backward,para trás
+ban-circle,círculo de proibição
+barcode,código de barras
+bell,sino
+bold,negrito
+book,livro
+bookmark,favorito
+briefcase,pasta
+bullhorn,megafone
+calendar,calendário
+camera,câmera
+cannot be empty,não pode ser vazio
+cannot be in its own,não pode estar na sua própria
+"cannot have a URL, because it has child item(s)","Não é possível ter um URL, porque tem filho item (s)"
+cannot start with,não pode começar com
+certificate,certificado
+check,marcar
+chevron-down,divisa-abaixo
+chevron-left,divisa-esquerda
+chevron-right,divisa-direito
+chevron-up,divisa-acima
+circle-arrow-down,círculo de seta para baixo
+circle-arrow-left,círculo de seta para a esquerda
+circle-arrow-right,círculo de seta à direita
+circle-arrow-up,círculo de seta para cima
+cog,roda dentada
+comment,comentário
+comments,comentários
+create a Custom Field of type Link (Profile) and then use the 'Condition' settings to map that field to the Permission rule.,Criar um Campo Personalizado do tipo ligação (Perfil) e depois usar as configurações de 'Condição' para mapear o campo para a regra de Permissão.
+dd-mm-yyyy,dd-mm-aaaa
+dd/mm/yyyy,dd/mm/aaaa
+does not exist,não existe
+download,baixar
+download-alt,download-alt
+edit,editar
+eject,ejetar
+envelope,envelope
+exclamation-sign,sinal de exclamação
+eye-close,olho fechado
+eye-open,olho aberto
+facetime-video,vídeo do facetime
+fast-backward,retrocesso rápido
+fast-forward,avanço rápido
+file,arquivo
+film,filme
+filter,filtrar
+fire,fogo
+flag,bandeira
+folder-close,fechar pasta
+folder-open,abrir pasta
+font,fonte
+forward,para a frente
+found,encontrado
+fullscreen,tela cheia
+gift,presente
+glass,vidro
+globe,globo
+hand-down,mão abaixo
+hand-left,mão à esquerda
+hand-right,mão à direita
+hand-up,mão acima
+hdd,hd
+headphones,fones de ouvido
+heart,coração
+home,início
+icon,ícone
+in,em
+inbox,caixa de entrada
+indent-left,indentar à esquerda
+indent-right,indentar à direita
+info-sign,Sinal de Informações
+is linked in,está ligado na
+is not allowed.,não é permitido.
+italic,itálico
+leaf,folha
+list,lista
+list-alt,lista de alt-
+lock,trancar
+lowercase,minúsculas
+magnet,ímã
+map-marker,marcador do mapa
+minus,menos
+minus-sign,sinal de menos
+mm-dd-yyyy,mm-dd-aaaa
+mm/dd/yyyy,mm/dd/aaaa
+move,mover
+music,música
+not in,não em
+of type Link,do tipo ligação
+off,fora
+ok,ok
+ok-circle,ok círculo
+ok-sign,ok-sinal
+or,ou
+pause,pausa
+pencil,lápis
+picture,imagem
+plane,avião
+play,jogar
+play-circle,jogo-círculo
+plus,mais
+plus-sign,sinal de mais
+print,imprimir
+qrcode,QRCode
+question-sign,ponto de interrogação
+random,aleatório
+refresh,atualizar
+remove,remover
+remove-circle,remove-círculo
+remove-sign,remover-assinar
+repeat,repetir
+resize-full,redimensionamento completo
+resize-horizontal,redimensionamento horizontal
+resize-small,redimensionamento pequeno
+resize-vertical,redimensionamento vertical
+retweet,retwitar
+road,estrada
+screenshot,captura de tela
+search,pesquisar
+share,ação
+share-alt,partes-alt
+shopping-cart,carrinho de compras
+signal,sinalizar
+star,estrela
+star-empty,estrelas vazio
+step-backward,passo para trás
+step-forward,passo para frente
+stop,parar
+tag,etiqueta
+tags,etiquetas
+"target = ""_blank""",target = "_blank"
+tasks,tarefas
+text-height,altura de texto
+text-width,largura de texto
+th,ª
+th-large,ª-grande
+th-list,ª-lista
+thumbs-down,polegar para baixo
+thumbs-up,polegar para cima
+time,tempo
+tint,matiz
+to,para
+trash,lixo
+upload,carregar
+user,usuário
+user_image_show,user_image_show
+values and dates,valores e datas
+volume-down,diminuir volume
+volume-off,mudo
+volume-up,aumentar volume
+warning-sign,sinal de alerta
+wrench,chave inglesa
+yyyy-mm-dd,aaaa-mm-dd
+zoom-in,aumentar zoom
+zoom-out,diminuir zoom
diff --git a/webnotes/translations/pt.csv b/webnotes/translations/pt.csv
new file mode 100644
index 0000000000..1f79f68631
--- /dev/null
+++ b/webnotes/translations/pt.csv
@@ -0,0 +1,1073 @@
+ by Role ,por função
+ can not be marked as a ledger as it has existing child,"não pode ser marcado como um livro, pois tem criança existente"
+ cannot be deleted.,não pode ser excluído.
+ is not set,não está definido
+"""Company History""","História da Companhia"
+"""Team Members"" or ""Management""","Membros da Equipe" ou "gerenciamento"
+0,0
+"000 is black, fff is white","000 é preto, é branco fff"
+1,1
+12px,12px
+13px,13px
+14px,14px
+15px,15px
+16px,16px
+2,2
+2 days ago,Há 2 dias
+"\
+field:[fieldname] - By Field\
+naming_series: - By Naming Series (field called naming_series must be present\
+Prompt - Prompt user for a name\
+[series] - Series by prefix (separated by a dot); for example PRE.#####\
+')"">Naming Options",
+Cancel allows you change Submitted documents by cancelling them and amending them.,Cancelar permite alterar documentos apresentados por cancelá-los e altera-los.
+A new popup will open that will ask you to select further conditions.,Um pop-up será aberto novo que vai pedir para você selecionar outras condições.
+A user can have multiple values for a property.,Um usuário pode ter vários valores para uma propriedade.
+About,Sobre
+About Us Settings,Quem Somos Configurações
+About Us Team Member,Quem Somos Membro da Equipe
+Account Id,Id da conta
+Action,Ação
+Actions,acties
+Add,Adicionar
+Add A New Rule,Adicionar uma nova regra
+Add A Property,Adicione uma propriedade
+Add Attachments,Adicionar anexos
+Add Bookmark,Adicionar marcadores
+Add CSS,Adicionar CSS
+Add Column,Adicionar coluna
+Add Google Analytics ID: eg. UA-89XXX57-1. Please search help on Google Analytics for more information.,"Adicionar Google Analytics ID: por exemplo. UA-89XXX57-1. Por favor, procure ajuda no Google Analytics para obter mais informações."
+Add Message,Adicionar mensagem
+Add New Permission Rule,Adicionar regra nova permissão
+Add Reply,Adicione Responder
+Add Total Row,Adicionar Linha de Total
+Add a banner to the site. (small banners are usually good),Adicionar um banner para o site. (Pequenos banners são geralmente boas)
+Add attachment,Adicionar anexo
+Add code as <script>,Adicionar código como <script>
+Add new row,Adicionar nova linha
+"Add the name of Google Web Font e.g. ""Open Sans""","Adicione o nome do Google Web Font por exemplo, "Sans Abertas""
+Add to To Do,Adicionar ao que fazer
+Add to To Do List of,Adicionar ao fazer a lista de
+Additional Info,Informações Adicionais
+Address,Endereço
+Address and other legal information you may want to put in the footer.,Endereço e informações jurídicas outro que você pode querer colocar no rodapé.
+Address to be displayed on the Contact Page,O endereço deve ser exibida na página de contato
+Adds a custom field to a DocType,Adiciona um campo personalizado para um DocType
+Adds a custom script (client or server) to a DocType,Adiciona um script personalizado (cliente ou servidor) para um DocType
+Advanced Scripting,Script Avançadas
+Advanced Settings,Configurações avançadas
+All Day,Dia de Todos os
+"All possible Workflow States and roles of the workflow.
Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Todos os eventuais Estados de fluxo de trabalho e os papéis do fluxo de trabalho.
Docstatus Opções: 0 é "Salvo", 1 é "Enviado" e 2 é "Cancelado""
+Allow Attach,Permitir Anexar
+Allow Import,Permitir a importação
+Allow Import via Data Import Tool,Permitir a importação via ferramenta de importação de dados
+Allow Rename,Permitir Renomear
+Allow on Submit,Permitir em Enviar
+Allow user to login only after this hour (0-24),Permitir que o usuário fazer o login somente após esta hora (0-24)
+Allow user to login only before this hour (0-24),Permitir que o usuário fazer o login antes só esta hora (0-24)
+Allowed,Permitido
+Already Registered,Já registrado
+Amend,Emendar
+"An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org]","Um arquivo com ícone. Extensão ico. Deve ser de 16 x 16 px. Gerado usando um gerador de favicon. [ favicon-generator.org ]"
+Are you sure you want to delete the attachment?,Tem certeza de que deseja excluir o anexo?
+Arial,Arial
+"As a best practice, do not assign the same set of permission rule to different Roles instead set multiple Roles to the User","Como uma boa prática, não atribuir o mesmo conjunto de regra de permissão para diferentes funções, em vez estabelecidos múltiplos papéis ao Usuário"
+Ascending,Ascendente
+Assign To,Atribuir a
+Assigned By,Atribuído por
+Assigned To,toegewezen aan
+Assigned To/Owner,Toegewezen aan / Eigenaar
+Attach,Anexar
+Attach Document Print,Anexar cópia do documento
+Attach as web link,Bevestig als weblink
+Attached To DocType,Anexado To DOCTYPE
+Attached To Name,Anexado Para Nome
+Attachments,Anexos
+Attributions,Atribuições
+Auto Name,Nome Auto
+Auto generated,Auto gerado
+Avatar,Avatar
+Background Color,Cor de Fundo
+Background Image,Imagem de Fundo
+Banner,Bandeira
+Banner HTML,HTML bandeira
+Banner Image,Banner Image
+Banner is above the Top Menu Bar.,Bandeira está acima da barra de menu superior.
+Begin this page with a slideshow of images,Comece esta página com um slideshow de imagens
+Belongs to,hoort bij
+Bio,Bio
+Birth Date,Data de Nascimento
+Blog Category,Categoria Blog
+Blog Intro,Blog Intro
+Blog Introduction,Blog Introdução
+Blog Post,Blog Mensagem
+Blog Settings,Configurações Blog
+Blog Title,Blog Title
+Blogger,Blogger
+Bookmarks,Marcadores
+Brand HTML,Marca HTML
+"Brand is what appears on the top-right of the toolbar. If it is an image, make sure it
+has a transparent background and use the <img /> tag. Keep size as 200px x 30px",
+Bulk Email,E-mail em massa
+Bulk Email records.,Volume de registros e-mail.
+Button,Botão
+By,Por
+COMM-,COMM-
+CSS,CSS
+Calendar,Calendário
+Can only be exported by users with role 'Report Manager',Só podem ser exportados por usuários com "Gerenciador de Relatórios" papel
+Cancel,Cancelar
+Cancel permission also allows the user to delete a document (if it is not linked to any other document).,Cancelar permissão também permite ao usuário excluir um documento (se ele não está vinculado a qualquer outro documento).
+Cancelled,Cancelado
+Cannot Update: Incorrect / Expired Link.,Kan niet bijwerken : Onjuiste / verlopen Link .
+Cannot Update: Incorrect Password,Kan niet bijwerken : Incorrect Password
+Cannot change from,Não pode mudar de
+Cannot edit standard fields,Kan standaard velden niet bewerken
+Cannot map because following condition fails: ,Não é possível mapear porque seguinte condição de falha:
+"Cannot update a non-exiting record, try inserting.","Kan een niet- spannende plaat niet bijwerken , probeer het invoegen ."
+Categorize blog posts.,Categorizar posts.
+Category,Categoria
+Category Name,Nome da Categoria
+Center,Centro
+"Certain documents should not be changed once final, like an Invoice for example. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Alguns documentos não deve ser alterado, uma vez final, como uma nota fiscal, por exemplo. O estado final de tais documentos é chamado Enviado. Você pode restringir as funções que podem Enviar."
+Chat,Conversar
+Check,Verificar
+Check / Uncheck roles assigned to the Profile. Click on the Role to find out what permissions that Role has.,Verifique / Desmarque papéis atribuídos ao perfil. Clique sobre o Papel para descobrir o que as permissões que papel tem.
+Check this to make this the default letter head in all prints,Marque esta opção para tornar esta a cabeça carta padrão em todas as impressões
+Checked,Verificado
+Child Tables are shown as a Grid in other DocTypes.,Mesas para crianças são mostrados como uma grade no DOCTYPEs outros.
+Clear Cache & Refresh,Limpar Cache & Atualizar
+Click on button in the 'Condition' column and select the option 'User is the creator of the document',Clique no botão no 'Condição' coluna e selecione a opção "Usuário é o criador do documento '
+Click on row to edit.,Klik op de rij te bewerken .
+Click to Expand / Collapse,Clique para Expandir / Recolher
+Client,Cliente
+Close,Fechar
+Code,Código
+Color,Cor
+Column Break,Quebra de coluna
+Comment,Comentário
+Comment By,Comentário por
+Comment By Fullname,Comentário por Fullname
+Comment Date,Comentário Data
+Comment Docname,Comentário docName
+Comment Doctype,Comentário Doctype
+Comment Time,Comentário Tempo
+Comments,Comentários
+Communication,Comunicação
+Communication Medium,Meio de comunicação
+Company History,História da Empresa
+Company Introduction,Introdução da Empresa
+Company Name,Nome da empresa
+Complaint,Reclamação
+Complete By,Ao completar
+Condition Field,voorwaarde Veld
+Contact Us Settings,Contato Configurações
+"Contact options, like ""Sales Query, Support Query"" etc each on a new line or separated by commas.","Opções de contato, como "consulta de vendas, suporte de consulta" etc cada um em uma nova linha ou separados por vírgulas."
+Content,Conteúdo
+Content in markdown format that appears on the main side of your page,Conteúdos em formato markdown que aparece no lado principal de sua página
+Content web page.,Página web de conteúdo.
+Control Panel,Painel de controle
+Controller,controleur
+Copy,Copie
+Copyright,Direitos autorais
+Core,Núcleo
+Count,tellen
+Country,País
+Create,Criar
+Created Customer Issue,Problema do cliente criado
+Created Opportunity,Criado Oportunidade
+Created Support Ticket,Ticket Suporte criado
+Currency,Moeda
+Currency Format,Formato de moeda
+Current status,Estado atual
+Custom CSS,CSS personalizado
+Custom Field,Campo personalizado
+Custom Reports,Relatórios Customizados
+Custom Script,Script personalizado
+Custom Startup Code,Código de inicialização personalizada
+Custom?,Personalizado?
+Customize,Personalize
+Customize Form,Personalize Forma
+Customize Form Field,Personalize campo de formulário
+"Customize Label, Print Hide, Default etc.","Personalize Etiqueta, Esconder-impressão, etc Padrão"
+Daily Event Digest is sent for Calendar Events where reminders are set.,Diariamente Evento Digest é enviado para Calendário de eventos onde os lembretes são definidos.
+Danger,Perigo
+Data,Dados
+Data missing in table,Falta de dados na tabela
+Date,Data
+Date Format,Formato de data
+Date must be in format,A data deve estar no formato
+Datetime,Datetime
+Dear,Caro
+Default,Omissão
+Default Home Page,Home Page padrão
+Default Home Pages,Início Páginas padrão
+Default Print Format,Formato de impressão padrão
+Default Value,Valor padrão
+"Default: ""Contact Us""",Padrão: "Fale Conosco"
+DefaultValue,DefaultValue
+Defaults,Padrões
+Defines actions on states and the next step and allowed roles.,Define ações em estados e no próximo passo e papéis permitidos.
+Defines workflow states and rules for a document.,Define os estados do workflow e regras para um documento.
+Delete,Excluir
+Delete Row,Apagar Linha
+Depends On,Depende
+Descending,Descendente
+Description,Descrição
+"Description for listing page, in plain text, only a couple of lines. (max 140 characters)","Descrição da página perfil, em texto simples, apenas um par de linhas. (Máximo 140 caracteres)"
+Description for page header.,Descrição cabeçalho da página.
+Desktop,Área de trabalho
+Details,Detalhes
+Did not add.,Não adicionar.
+Did not cancel,Não cancelar
+Did not save,Não salvar
+"Different ""States"" this document can exist in. Like ""Open"", ""Pending Approval"" etc.","Diferente "Estados", este documento pode existir dentro Como "Abrir", "Aprovação Pendente" etc"
+Disable Customer Signup link in Login page,Cliente ligação Cadastro Desativar página de login
+Disable Signup,Desativar Registre-se
+Disabled,Inválido
+Display Settings,Configurações de exibição
+Doc Status,Estado Doc
+DocField,DocField
+DocPerm,DocPerm
+DocType,DOCTYPE
+DocType Details,Detalhes DOCTYPE
+DocType can not be merged,DocType kan niet worden samengevoegd
+DocType is a Table / Form in the application.,DocType é uma Tabela / Form na aplicação.
+DocType on which this Workflow is applicable.,DOCTYPE em que este fluxo de trabalho é aplicável.
+DocType or Field,DocType ou Campo
+Docname,DocName
+Document,Documento
+Document Status transition from ,Documento transição Estado de
+Document Type,Tipo de Documento
+Document Types,document Types
+Document is only editable by users of role,Documento só é editável por usuários de papel
+Documents,Documentos
+Download Backup,Descarregar o Backup
+Draft,Rascunho
+Drafts,Rascunhos
+Drag to sort columns,Arraste para classificar colunas
+Edit,Editar
+Editable,Editável
+Email,E-mail
+Email Host,Anfitrião e-mail
+Email Id where users will send support request e.g. support@example.com,Email Id waar gebruikers verzoek om ondersteuning bijv. sturen support@example.com
+Email Login,Login Email
+Email Password,Senha de e-mail
+Email Sent,E-mail enviado
+Email Settings,Configurações de e-mail
+Email Signature,Assinatura de e-mail
+Email Use SSL,Email Usar SSL
+"Email addresses, separted by commas","Endereços de email, separted por vírgulas"
+Email...,E-mail ...
+Embed image slideshows in website pages.,Incorporar apresentações de imagem em páginas do site.
+Enable Comments,Enable Reacties
+Enabled,Habilitado
+Ends on,Termina em
+Enter Form Type,Digite o Tipo de formulário
+"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.","Digite campos padrão de valor (teclas) e valores. Se você adicionar vários valores para um campo, o primeiro vai ser escolhido. Esses padrões são usados também para definir "combinar" regras de permissão. Para ver a lista de campos, ir para Personalizar formulário ."
+Equals,equals
+Error,Erro
+Error: Document has been modified after you have opened it,Erro: O documento foi modificado depois de abri-la
+Event,Evento
+Event End must be after Start,Evento Final deverá ser após o início
+Event Individuals,Indivíduos de eventos
+Event Role,Papel evento
+Event Roles,Papéis de eventos
+Event Type,Tipo de evento
+Event User,Usuário evento
+Events In Today's Calendar,Eventos no calendário de hoje
+Every Day,Every Day
+Every Month,Todos os meses
+Every Week,Todas as semanas
+Every Year,Todo Ano
+Example:,Exemplo:
+Export,Exportar
+Facebook Share,Facebook Compartilhar
+FavIcon,FavIcon
+Female,Feminino
+Field Description,Campo Descrição
+Field Name,Nome do Campo
+Field Type,Tipo de campo
+"Field that represents the Workflow State of the transaction (if field is not present, a new hidden Custom Field will be created)","Campo que representa o Estado de fluxo de trabalho da transação (se o campo não estiver presente, um campo oculto novo Custom será criado)"
+Fieldname,Fieldname
+Fields,Campos
+"Fields separated by comma (,) will be included in the
Search By list of Search dialog box","Campos separados por vírgula (,) serão incluídos no
Pesquisa por lista de caixa de diálogo Pesquisar"
+File,Arquivo
+File Data,Dados de arquivo
+File Name,Nome do arquivo
+File Size,Tamanho
+File URL,URL do arquivo
+File size exceeded the maximum allowed size,O tamanho do arquivo excedeu o tamanho máximo permitido
+Filter,Filtre
+Finder,vinder
+First Name,Nome
+Float,Flutuar
+Font (Heading),Font (rubrica)
+Font (Text),Fonte (texto)
+Font Size (Text),Tamanho da fonte (texto)
+Fonts,Fontes
+Footer,Rodapé
+Footer Items,Itens Rodapé
+For All Users,Para todos os usuários
+For DocType,voor DocType
+"For Links, enter the DocType as range
+For Select, enter list of Options separated by comma",
+"For comparative filters, start with","Para filtros comparativos, comece com"
+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.,"Por exemplo, se você cancelar e alterar 'INV004' ele vai se tornar um novo documento "INV004-1 '. Isso ajuda você a manter o controle de cada emenda."
+For example: You want to restrict users to transactions marked with a certain property called 'Territory',Por exemplo: Você quer restringir os usuários a transações marcadas com uma certa propriedade chamado 'Território'
+For ranges,Para faixas
+Form,Forma
+"Format: hh:mm example for one hour expiry set as 01:00.
+Max expiry will be 72 hours. Default is 24 hours",
+Forward To Email Address,Forward naar emailadres
+Friday,Sexta-feira
+From Date must be before To Date,A partir da data deve ser anterior a Data
+Full Name,Nome Completo
+Gantt Chart,Gantt
+Gender,Sexo
+General,Geral
+Generator,generator
+Georgia,Geórgia
+Get,Obter
+Get From ,Obter do
+"Go to Setup > User Properties to set \
+ 'territory' for diffent Users.",
+Google Analytics ID,Google Analytics ID
+Google Plus One,Google Plus One
+Google Web Font (Heading),Google Web Font (rubrica)
+Google Web Font (Text),Google Web Font (Texto)
+Greater or equals,Groter of gelijk
+Greater than,groter dan
+Groups,Grupos
+HTML,HTML
+Header,Cabeçalho
+Heading,Título
+Heading Text As,Como o texto do título
+Help,Ajudar
+Helvetica Neue,Helvetica Neue
+Hey! There should remain at least one System Manager,Hey! Não deve permanecer pelo menos um System Manager
+Hidden,Escondido
+Hide Actions,Ocultar Ações
+Hide Copy,Ocultar Copiar
+Hide Email,Esconder-mail
+Hide Heading,Ocultar título
+Hide Print,Ocultar Imprimir
+Hide Toolbar,Ocultar barra de ferramentas
+Highlight,Realçar
+History,História
+Home Page,Home Page
+Home Page is Products,Home Page é produtos
+Home Pages,Home Pages
+ID,ID
+ID (name) of the entity whose property is to be set,ID (nome) da entidade cuja propriedade está a ser definida
+Icon,Ícone
+Icon will appear on the button,Ícone aparecerá no botão
+"If a User does not have access at Level 0, then higher levels are meaningless","Se um usuário não tem acesso no nível 0, então os níveis mais altos são sem sentido"
+"If checked, all other workflows become inactive.","Se marcada, todos os outros fluxos de trabalho tornam-se inativos."
+"If checked, the Home page will be the default Item Group for the website.","Se selecionado, a página inicial será o Grupo item padrão para o site."
+"If image is selected, color will be ignored (attach first)","Se a imagem for selecionada, a cor será ignorado (anexar primeiro)"
+"If not, create a","Se não, crie um"
+"If the 'territory' Link Field exists, it will give you an option to select it","Se o campo da 'território' Link existe, ele vai te dar uma opção para selecioná-la"
+"If these instructions where not helpful, please add in your suggestions at GitHub Issues","Als deze aanwijzingen waar niet behulpzaam , gelieve toe te voegen in uw suggesties op GitHub Issues < / a>"
+"If you set this, this Item will come in a drop-down under the selected parent.","Als u dit instelt , zal deze post in een drop -down onder de gekozen basismotor ."
+Image,Imagem
+Image Link,Link da imagem
+Import,Importar
+In,in
+In Dialog,Em diálogo
+In Filter,Em Filtro
+In List View,Na exibição de lista
+In Report Filter,No Relatório Filtro
+In response to,Em resposta aos
+"In the Permission Manager, click on the button in the 'Condition' column for the Role you want to restrict.","No Gerenciador de Permissão, clique no botão no 'Condição' coluna para a função que deseja restringir."
+Index,Índice
+Individuals,Indivíduos
+Industry,Indústria
+Info,Informações
+Insert After,Depois de inserir
+Insert Below,Inserir Abaixo
+Insert Code,Insira Código
+Insert Row,Inserir Linha
+Insert Style,Insira Estilo
+Int,Int.
+Integrations,Integrações
+Introduce your company to the website visitor.,Apresente sua empresa para o visitante do site.
+Introduction,Introdução
+Introductory information for the Contact Us Page,Informação introdutória para a página Fale Conosco
+Invalid Email,E-mail inválido
+Inverse,Inverso
+Is Active,É Ativo
+Is Child Table,É tabela filho
+Is Default,É Default
+Is Mandatory Field,É campo obrigatório
+Is Single,É único
+Is Standard,É Padrão
+Is Submittable,É Submittable
+JSON,JSON
+JavaScript Format: wn.query_reports['REPORTNAME'] = {},JavaScript Formaat : wn.query_reports [ ' ReportName ' ] = { }
+Javascript,Javascript
+Javascript to append to the head section of the page.,Javascript para acrescentar à seção principal da página.
+Keep a track of all communications,Manter um controle de todas as comunicações
+Key,Chave
+Label,Etiqueta
+Label Help,Ajuda rótulo
+Lacs,Lacs
+Landing Page,Landing Page
+Language,Linguagem
+Language preference for user interface (only if available).,Preferência de idioma para interface de usuário (se disponível).
+Last IP,Última IP
+Last Login,Último Login
+Last Name,Sobrenome
+Last updated by,Laatst gewijzigd door
+Lastmod,lastmod
+Lato,Lato
+Leave blank to repeat always,Laat leeg om altijd te herhalen
+Left,Esquerda
+Less or equals,Minder of gelijk
+Less than,minder dan
+Letter Head,Cabeça letra
+Letter Head Image,Imagem Cabeça letra
+Letter Head Name,Nome Cabeça letra
+Letter Head in HTML,Brief Hoofd in HTML
+Level,Nível
+"Level 0 is for document level permissions, higher levels for field level permissions.","Nível 0 é para permissões de nível de documento, os níveis mais elevados de permissões de nível de campo."
+Like,zoals
+Link,Link
+Link Name,Link Naam
+Link to other pages in the side bar and next section,Link para outras páginas na barra lateral e seção seguinte
+Link to the page you want to open,Link naar de pagina die u wilt openen
+Linked In Share,Linked In Compartilhar
+Linked With,Com ligados
+List,Lista
+List of patches executed,Lista de patches executados
+Loading,Carregamento
+Loading Report,Relatório de carregamento
+Loading...,Loading ...
+Log of Scheduler Errors,Registro de erros Scheduler
+Login,login
+Login After,Após entrar
+Login Before,Login antes
+Logout,Sair
+Long Text,Texto Longo
+Lucida Grande,Lucida Grande
+Mail Footer,Rodapé correio
+Mail Server,Servidor de Correio
+Main Section,Seção Principal
+Make a new,Faça um novo
+Make sure that the transactions you want to restrict have a Link field 'territory' that maps to a 'Territory' master.,Certifique-se de que as operações que pretende restringir ter "território" de um campo Link que mapeia para um "território" mestre.
+Male,Masculino
+Mandatory,Obrigatório
+Mandatory filters required:\n,Verplichte filters nodig : \ n
+Master,Mestre
+Match,Combinar
+Max Attachments,Anexos Max.
+"Meaning of Submit, Cancel, Amend","Significado do Submit, Cancelar, Alterar"
+"Menu items in the Top Bar. For setting the color of the Top Bar, go to Style Settings","Os itens de menu na barra superior. Para definir a cor da barra superior, vá até Settings"
+"Merging is only possible between Group-to-Group or
+ Ledger-to-Ledger",
+Message,Mensagem
+Method,Método
+Middle Name (Optional),Nome do Meio (Opcional)
+Millions,Milhões
+Misc,Variados
+Miscellaneous,Diverso
+Missing Values Required,Ontbrekende Vereiste waarden
+Modified by,Modificado por
+Module,Módulo
+Module Def,Módulo Def
+Module Name,Nome do Módulo
+Modules,Módulos
+Monday,Segunda-feira
+More,Mais
+More content for the bottom of the page.,Mais conteúdo para o fundo da página.
+Must have report permission to access this report.,Deve ter permissão de relatório para acessar este relatório.
+Must specify a Query to run,Deve especificar uma consulta para executar
+Name,Nome
+Name Case,Caso Nome
+Name Exists,naam bestaat
+Naming Series mandatory,Nomeando obrigatório Series
+New,novo
+New Password,Nova senha
+New Record,Novo Registro
+New value to be set,Novo valor a ser definido
+Next Communcation On,No próximo Communcation
+Next State,Estado próximo
+Next actions,Próximas ações
+No,Não
+No Action,Nenhuma ação
+No Cache,No Cache
+No Communication tagged with this ,Nenhuma comunicação com etiquetas com esta
+No Copy,Nenhuma cópia
+No Permission,Nenhuma permissão
+No Permission to ,Sem permissão para
+No Permissions set for this criteria.,Sem permissões definidas para este critério.
+No Report Loaded. Please use query-report/[Report Name] to run a report.,No Report Loaded. Utilize query-report / [Report Name] para executar um relatório.
+No Sitemap,geen Sitemap
+No User Properties found.,Não Propriedades do usuário encontrado.
+No further records,Não há mais registros
+No one,Ninguém
+No permission to edit,Geen toestemming te bewerken
+No permission to write / remove.,Sem permissão para escrever / remover.
+No records tagged.,Não há registros marcados.
+None,Nenhum
+None: End of Workflow,Nenhum: Fim do fluxo de trabalho
+Not Found,Não encontrado
+Not Linked to any record.,Não relacionado a qualquer registro.
+Not Permitted,Não Permitido
+Not allowed for: ,Não permitido para:
+Not enough permission to see links.,Não permissão suficiente para ver os links.
+Not equals,niet gelijken
+"Note: For best results, images must be of the same size and width must be greater than height.","Nota: Para melhores resultados, as imagens devem ser do mesmo tamanho e largura não deve ser maior do que a altura."
+Note: Other permission rules may also apply,Nota: As regras de permissão Outros também se podem aplicar
+Note: maximum attachment size = 1mb,Nota: tamanho máximo do anexo = 1mb
+Nothing to show,Nada para mostrar
+Nothing to show for this selection,Niets te tonen voor deze selectie
+Notification Count,kennisgeving Graaf
+Notify By Email,Notificar por e-mail
+On,Em
+"Once you have set this, the users will only be able access documents with that property.","Depois de ter definido isso, os usuários só acessar documentos capazes com essa propriedade."
+Only Administrator allowed to create Query / Script Reports,Somente Administrador autorizado a criar consultas / Script Reports
+Only Administrator can save a standard report. Please rename and save.,"Somente Administrador pode salvar um relatório padrão. Por favor, renomear e salvar."
+Only Allow Edit For,Somente permitir editar para
+Only System Manager can create / edit reports,System Manager só pode criar / editar relatórios
+Open Count,Open Graaf
+Open Sans,Sans abertas
+Options,Opções
+Options Help,Opções Ajuda
+Org History,org Geschiedenis
+Org History Heading,Org Geschiedenis rubriek
+Original Message,Mensagem original
+Other,Outro
+POP3 Mail Server (e.g. pop.gmail.com),"POP3 Mail Server (por exemplo, pop.gmail.com)"
+Page,Página
+Page Background,Fundo da Página
+Page Border,Border página
+Page HTML,Página HTML
+Page Headings,Títulos de página
+Page Links,Pagina Links
+Page Name,Nome da Página
+Page Name Field,Pagina Naamveld
+Page Role,Papel página
+Page Text,Página de texto
+Page already exists,Pagina al bestaat
+Page content,O conteúdo da página
+Page not found,Página não encontrada
+Page or Generator,Pagina of Generator
+Page text and background is same color. Please change.,"Texto da página e no fundo é a mesma cor. Por favor, altere."
+"Page to show on the website
+",
+"Page url name (auto-generated) (add "".html"")",Nome da página url (gerado automaticamente) (adicione ". Html")
+Parent Label,Etiqueta pai
+Parent is required.,É necessário Parent.
+Participants,Participantes
+Password,Senha
+Password Expires in (days),Senha expira em (dias)
+Password Updated,wachtwoord update
+Patch,Remendo
+Patch Log,Log remendo
+Percent,Por cento
+Perm Level,Perm Nível
+Permission Level,Nível de Permissão
+Permission Levels,Níveis de Permissão
+Permission Manager,Gerente de Permissão
+Permission Rules,Regras de permissão
+Permissions,Permissões
+Permissions Settings,Configurações de permissões
+Permissions are automatically translated to Standard Reports and Searches,As permissões são automaticamente traduzidos para Relatórios Padrão e Pesquisas
+"Permissions are set on Roles and Document Types (called DocTypes) by restricting read, edit, make new, submit, cancel, amend and report rights.","As permissões são definidas em Funções e tipos de documentos (chamados DOCTYPEs) restringindo ler, editar, fazer novos, enviar, cancelar, alterar e denunciar direitos."
+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 incase you want to hide or make certain field read-only.,Permissões em níveis mais elevados são permissões "nível de campo". Todos os campos têm um conjunto 'Nível de Permissão "contra eles e as regras definidas em que as permissões se aplicam ao campo. Isto é útil no caso de você querer esconder ou fazer determinado campo somente leitura.
+"Permissions at level 0 are 'Document Level' permissions, i.e. they are primary for access to the document.","Permissões no nível 0 são permissões 'Nível de Documento ", ou seja, são primário para o acesso ao documento."
+Permissions translate to Users based on what Role they are assigned,Permissões traduzir aos usuários com base em papel que são atribuídos
+Person,Pessoa
+Phone,Telefone
+Phone No.,Não. telefone
+Pick Columns,Escolha Colunas
+Please attach a file first.,"Por favor, anexar um arquivo pela primeira vez."
+Please attach a file or set a URL,"Por favor, anexar um arquivo ou definir uma URL"
+Please change the value,Wijzig de waarde
+Please enable pop-ups,Schakel pop - ups
+Please make sure that there are no empty columns in the file.,"Por favor, certifique-se de que não existem colunas vazias no arquivo."
+Please refresh to get the latest document.,Por favor de atualização para obter as últimas documento.
+Please select a file or url,"Por favor, selecione um arquivo ou url"
+Please specify,"Por favor, especifique"
+Plugin,plugin
+Post Publicly,Plaats Publiekelijk
+Post Topic,Postar Tópico
+Post to user,Inlenende
+Posts,Posts
+Primary,Primário
+Print Format,Imprimir Formato
+Print Format Type,Tipo de impressão Formato
+Print Hide,Imprimir Ocultar
+Print Width,Largura de impressão
+Print...,Imprimir ...
+Priority,Prioridade
+Private,Privado
+Profile,Perfil
+Profile Defaults,Padrões de Perfil
+Profile Represents a User in the system.,Perfil Representa um usuário no sistema.
+Profile of a Blogger,Perfil de um Blogger
+Profile of a blog writer.,Perfil de um escritor do blog.
+Properties,Propriedades
+Property,Propriedade
+Property Setter,Setter propriedade
+Property Setter overrides a standard DocType or Field property,Setter propriedade substitui uma propriedade DocType ou Campo padrão
+Property Type,Tipo de propriedade
+Public,Público
+Published,Publicado
+Published On,Publicado no
+Pull Emails from the Inbox and attach them as Communication records (for known contacts).,Puxe-mails da caixa de entrada e anexá-los como registros de comunicação (por contatos conhecidos).
+Query,Pergunta
+Query Options,Opções de Consulta
+Query Report,Query Report
+Query must be a SELECT,Consulta deve ser um SELECT
+Quick Help for Setting Permissions,Ajuda rápida para definir permissões
+Quick Help for User Properties,Ajuda rápida para Propriedades do usuário
+Read,Ler
+Read Only,Somente leitura
+Received,ontvangen
+Recipient,Beneficiário
+Recipients,Destinatários
+Ref DocType,Ref DocType
+Ref Name,Nome Ref
+Ref Type,Tipo Ref
+Reference,Referência
+Reference DocName,Referência DocNome
+Reference DocType,Referência TipoDoc
+Reference Name,Nome de referência
+Reference Type,Tipo de referência
+Refresh,Refrescar
+Registered but disabled.,"Registrado, mas desativado."
+Registration Details Emailed.,Detalhes do registro enviado por email.
+Remove Bookmark,Remover Bookmark
+Rename...,Renomear ...
+Repeat On,Repita On
+Repeat Till,Repita até que
+Repeat this Event,Repita este evento
+Report,Relatório
+Report Builder,Report Builder
+Report Builder reports are managed directly by the report builder. Nothing to do.,Os relatórios do Construtor são gerenciados diretamente pelo construtor relatório. Nada a fazer.
+Report Hide,Hide
+Report Name,Nome do Relatório
+Report Type,Tipo de relatório
+Report was not saved (there were errors),Relatório não foi salvo (houve erros)
+Represents the states allowed in one document and role assigned to change the state.,Representa os estados permitidos em um documento e papel atribuído a alterações do estado.
+Reqd,Reqd
+Reset Password Key,Reset Password Key
+Restrict IP,Restringir IP
+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),Restringir usuário a partir deste endereço IP. Vários endereços IP podem ser adicionados ao separar com vírgulas. Também aceita parciais endereços IP como (111.111.111)
+Restricting By User,Restringir por usuário
+Right,Direito
+Role,Papel
+Role Name,Nome da Função
+Roles,Funções
+Roles Assigned,Funções atribuídas
+Roles Assigned To User,Funções atribuídas ao Usuário
+Roles HTML,Funções HTML
+Root ,Raiz
+Row,Linha
+Rules defining transition of state in the workflow.,Regras que definem a transição de estado do fluxo de trabalho.
+"Rules for how states are transitions, like next state and which role is allowed to change state etc.","Regras de como os estados são transições, como o próximo estado e que terá permissão para mudar de estado etc"
+SMS,SMS
+Sales,De vendas
+Same file has already been attached to the record,Mesmo arquivo já foi anexado ao registro
+Saturday,Sábado
+Save,salvar
+Scheduler Log,Scheduler Log
+Script,Escrita
+Script Report,Relatório de Script
+Script Type,Tipo de roteiro
+Script to attach to all web pages.,Script para anexar a todas as páginas da web.
+Search,Pesquisar
+Search Fields,Campos de Pesquisa
+Section Break,Quebra de seção
+Security Settings,Configurações de Segurança
+Select,Selecionar
+Select All,Selecionar tudo
+Select Attachments,Selecione Anexos
+Select Document Type,Selecione Tipo de Documento
+Select Document Type or Role to start.,Selecione tipo de documento ou papel para começar.
+Select Module,Select Module
+Select Print Format,Selecione Formato de Impressão
+Select Report Name,Selecione Nome do Relatório
+Select Role,Selecione Papel
+Select Type,Selecione o Tipo
+Select User or Property to start.,Selecione Usuário ou propriedade para começar.
+Select a Banner Image first.,Selecione um Banner Image primeiro.
+Select an image of approx width 150px with a transparent background for best results.,Selecione uma imagem de aproximadamente 150px de largura com um fundo transparente para melhores resultados.
+Select dates to create a new ,Selecione as datas para criar uma nova
+Select or drag across time slots to create a new event.,Selecione ou arraste intervalos de tempo para criar um novo evento.
+"Select target = ""_blank"" to open in a new page.","Selecteer target = "" _blank "" te openen in een nieuwe pagina ."
+Select the label after which you want to insert new field.,Selecione o rótulo após o qual você deseja inserir novo campo.
+Send,Enviar
+Send As Email,Verstuur als e-mail
+Send Me A Copy,Envie-me uma cópia
+Send an email reminder in the morning,Enviar um e-mail lembrete na parte da manhã
+Send enquiries to this email address,Stuur uw vragen naar dit e-mailadres
+Sender,Remetente
+Sent,verzonden
+Sent Mail,E-mails enviados
+Sent Quotation,Cotação enviada
+Sent or Received,Verzonden of ontvangen
+Series,serie
+Server,Servidor
+Session Expired. Logging you out,Sessão expirada. Deslogar você
+Session Expires in (time),Expira em sessão (tempo)
+Set Banner from Image,Jogo da bandeira da Imagem
+Set Link,Stel Link
+Set Password,Wachtwoord instellen
+Set Value,Definir valor
+"Set your background color, font and image (tiled)","Defina sua cor de fundo, fonte e imagem (lado a lado)"
+Settings for About Us Page.,Sobre as definições para nós página.
+Settings for Contact Us Page,Configurações para Contacte-nos Página
+Settings for Contact Us Page.,Configurações para página Fale conosco.
+Settings for the About Us Page,Definições para a página Sobre nós
+Setup of fonts and background.,Instalação de fontes e de fundo.
+"Setup of top navigation bar, footer and logo.","Configuração de topo barra de navegação do rodapé, e logotipo."
+Short Bio,Curta Bio
+Short Name,Nome Curto
+Shortcut,Atalho
+Show Breadcrumbs,Toon Breadcrumbs
+Show Details,Ver detalhes
+Show Print First,Mostrar Primeira Impressão
+Show Table of Contents,Inhoudsopgave weergeven
+Show Tags,Toon Tags
+Show Title,Toon titel
+Show rows with zero values,Mostrar as linhas com valores zero
+Showing only for,Mostrando apenas para
+Single Post (article).,Resposta Única (artigo).
+Single Types have only one record no tables associated. Values are stored in tabSingles,Enkele soorten hebben slechts een record geen tafels verbonden . Waarden worden opgeslagen in tabSingles
+Slideshow,Slideshow
+Slideshow Items,Itens slideshow
+Slideshow Name,Nome slideshow
+Slideshow like display for the website,Slideshow como display para o site
+Small Text,Texto Pequeno
+Solid background color (default light gray),Cor sólida (cinza claro padrão)
+Sorry we were unable to find what you were looking for.,"Desculpe, não foram capazes de encontrar o que você estava procurando."
+Sorry you are not permitted to view this page.,"Desculpe, você não tem permissão para visualizar esta página."
+Sort By,Classificar por
+Special Page Settings,Especiais Configurações da página
+Standard,Padrão
+Start Report For,Para começar Relatório
+Starts on,Inicia em
+Startup,Startup
+State,Estado
+States,Estados
+Status,Estado
+Step 1: Set the name and save.,Stap 1 : Stel de naam en sla .
+Step 2: Set Letterhead content.,Stap 2 : Stel Briefhoofd inhoud .
+Style,Estilo
+Style Settings,Settings
+"Style represents the button color: Success - Green, Danger - Red, Inverse - Black, Primary - Dark Blue, Info - Light Blue, Warning - Orange","Estilo representa a cor do botão: Sucesso - Verde, Perigo - vermelho, Inverse - Preto, Primário - Dark Info, azul - azul claro, Aviso - Orange"
+Sub-domain provided by erpnext.com,Sub-domínio fornecido pelo erpnext.com
+Subdomain,Subdomínio
+Subject,Assunto
+Submit,Submeter
+Submitted,Enviado
+Submitted Record cannot be deleted,Registro apresentado não pode ser excluído
+Success,Sucesso
+Suggestion,Sugestão
+Sunday,Domingo
+Support Email Id,Suporte E-mail Id
+Sync Inbox,Sincronização Caixa de Entrada
+System,Sistema
+System Defaults,Padrões do sistema
+System User,Usuário do Sistema
+Table,Tabela
+Table of Contents,Inhoudsopgave
+Tag,Etiqueta
+Tag Name,Nome tag
+Tags,Etiquetas
+Tahoma,Tahoma
+Target,Alvo
+Team Members,Membros da Equipe
+Team Members Heading,Membros da Equipe título
+Template Path,template Path
+Test,Teste
+Test Runner,Test Runner
+Text,Texto
+Text Align,Alinhar texto
+Text Editor,Editor de Texto
+"The ""Web Page"" that is the website home page","A "Página Web", que é a página inicial do site"
+The name of your company / website as you want to appear on browser title bar. All pages will have this as the prefix to the title.,O nome da sua empresa / site como você quer que apareça na barra de título do navegador. Todas as páginas vão ter isso como o prefixo para o título.
+"The system provides pre-defined roles, but you can add new roles to set finer permissions","O sistema fornece papéis pré-definidos, mas você pode adicionar novas funções para definir as permissões mais finos"
+Then By (optional),"Em seguida, por (opcional)"
+These properties are Link Type fields from all Documents.,Estas propriedades são campos tipo de ligação de todos os documentos.
+"These properties can also be used to 'assign' a particular document, whose property matches with the User's property to a User. These can be set using the Permission Manager","Essas propriedades também podem ser usados para "atribuir" um documento particular, cuja propriedade coincide com a propriedade do usuário para um usuário. Estes podem ser definidos usando o Gerente de Permissão"
+These properties will appear as values in forms that contain them.,Estas propriedades aparecerá como valores em formas que os contêm.
+These values will be automatically updated in transactions and also will be useful to restrict permissions for this user on transactions containing these values.,Esses valores serão atualizados automaticamente em transações e também será útil para restringir as permissões para este usuário em operações que contenham esses valores.
+"This field will appear only if the fieldname defined here has value OR the rules are true (examples):
+myfield
+eval:doc.myfield=='My Value'
+eval:doc.age>18",
+This goes above the slideshow.,Isto vai acima do slideshow.
+This is PERMANENT action and you cannot undo. Continue?,Esta é uma ação permanente e você não pode desfazer. Continuar?
+This is permanent action and you cannot undo. Continue?,Esta é uma ação permanente e você não pode desfazer. Continuar?
+Thursday,Quinta-feira
+Time,Tempo
+Time Zone,Fuso horário
+Title,Título
+Title / headline of your page,Título / manchete de sua página
+Title Case,Caso título
+Title Prefix,Prefixo título
+To,Para
+"To format columns, give column labels in the query.","Para formatar colunas, dar rótulos de coluna na consulta."
+"To further restrict permissions based on certain values in a document, use the 'Condition' settings.","Para restringir ainda mais permissões com base em determinados valores em um documento, use a 'condição' definições."
+To restrict a User of a particular Role to documents that are explicitly assigned to them,Para restringir um usuário de um papel especial a documentos que são explicitamente atribuídos a eles
+To restrict a User of a particular Role to documents that are only self-created.,Para restringir um usuário de um papel especial a documentos que são apenas auto-criado.
+"To set user roles, just go to Setup > Users and click on the user to assign roles.","Para definir funções de usuário, basta ir a Configuração> Usuários e clique sobre o usuário para atribuir funções."
+ToDo,ToDo
+Tools,Ferramentas
+Top Bar,Top Bar
+Top Bar Background,Fundo da barra superior
+Top Bar Item,Item da barra de topo
+Top Bar Items,Top Bar Itens
+Top Bar Text,Top Bar Texto
+Top Bar text and background is same color. Please change.,"Top Bar texto eo fundo é a mesma cor. Por favor, altere."
+Total SMS Sent,SMS total enviado
+Transaction,Transação
+Transition Rules,Regras de transição
+Trash Reason,Razão lixo
+Tuesday,Terça-feira
+Tweet will be shared via your user account (if specified),Tweet serão compartilhados através da sua conta de usuário (se especificado)
+Twitter Share,Twitter Compartilhar
+Twitter Share via,Compartilhar via Twitter
+Type,Tipo
+UPPER CASE,MAIÚSCULAS
+UPPERCASE,Maiúsculas
+URL,URL
+Unable to complete request: ,Não é possível concluir pedido:
+Unable to load,Kan niet worden geladen
+"Unknown file encoding. Tried utf-8, windows-1250, windows-1252.","Onbekend bestand codering . Probeerde UTF-8 , windows- 1250 , windows- 1252 ."
+Unread Messages,Mensagens não lidas
+Unsubscribed,Inscrição cancelada
+Upcoming Events for Today,Próximos Eventos para Hoje
+Update,Atualizar
+Update Field,Atualizar campo
+Update Value,Atualize Valor
+Upload,uploaden
+Upload Attachment,Envie anexos
+Upload a file,Enviar um arquivo
+Upload and Import,Carregar e Importar
+Uploading...,Upload ...
+User,Usuário
+User Cannot Create,Usuário não pode criar
+User Cannot Search,O usuário não pode pesquisar
+User Image,Imagem do usuário
+User Tags,Etiquetas de usuários
+User Type,Tipo de Usuário
+User not allowed to delete.,Usuário não tem permissão para excluir.
+UserRole,UserRole
+Value,Valor
+Value missing for,Valor em falta para
+Verdana,Verdana
+Visit,Visitar
+Warning,Aviso
+Web Content,Conteúdo da Web
+Web Page,Página Web
+Website,Site
+Website Overall Settings,Configurações do site em geral
+Website Script,Script site
+Website Settings,Configurações do site
+Website Sitemap,website Sitemap
+Website Sitemap Config,Website Sitemap Config
+Website Slideshow,Slideshow site
+Website Slideshow Item,Item Slideshow site
+Website User,Site do Usuário
+Wednesday,Quarta-feira
+Welcome Email Sent,Welkom verzonden e-mail
+"When you Amend a document after cancel and save it, it will get a new number that is a version of the old number.","Quando você alterar um documento depois de cancelar e salvá-lo, ele vai ter um novo número que é uma versão do número antigo."
+Width,Largura
+Will be used in url (usually first name).,Será utilizado na url (geralmente o primeiro nome).
+Workflow,Fluxo de trabalho
+Workflow Action,Ação de fluxo de trabalho
+Workflow Action Master,Mestre ação de fluxo de trabalho
+Workflow Action Name,Nome da ação de fluxo de trabalho
+Workflow Document State,Estado Documento de fluxo de trabalho
+Workflow Document States,Fluxo de trabalho Documento Estados
+Workflow Name,Nome de fluxo de trabalho
+Workflow State,Estado de fluxo de trabalho
+Workflow State Field,Campo do Estado de fluxo de trabalho
+Workflow Transition,Transição de fluxo de trabalho
+Workflow Transitions,Transições de fluxo de trabalho
+Workflow state represents the current state of a document.,Estado de fluxo de trabalho representa o estado atual de um documento.
+Workflow will start after saving.,Fluxo de trabalho terá início após a poupança.
+Write,Escrever
+Write a Python file in the same folder where this is saved and return column and result.,Gravar um arquivo Python na mesma pasta onde esta é salvo e coluna de retorno e resultado.
+Write a SELECT query. Note result is not paged (all data is sent in one go).,Escreva uma consulta SELECT. Nota resultado não é paginada (todos os dados são enviados de uma só vez).
+Write titles and introductions to your blog.,Escreva títulos e introduções para o seu blog.
+Writers Introduction,Escritores Introdução
+Year,Ano
+Yes,Sim
+Yesterday,Ontem
+You can set various 'properties' to Users to set default values and apply permission rules based on the value of these properties in various forms.,Você pode definir vários 'propriedades' para usuários para definir os valores padrão e aplicar regras de permissão com base no valor dessas propriedades em várias formas.
+You can use Customize Form to set levels on fields.,Você pode usar Personalizar Formulário para definir os níveis em campos.
+"Your download is being built, this may take a few moments...","O seu download está sendo construída, isso pode demorar alguns instantes ..."
+[Label]:[Field Type]/[Options]:[Width],[Etiqueta]: [Tipo de campo] / [Options]: [Largura]
+add your own CSS (careful!),adicionar seu próprio CSS (cuidado!)
+adjust,ajustar
+align-center,alinhar-centro
+align-justify,alinhar-justificar
+align-left,alinhar-esquerda
+align-right,alinhar à direita
+and,e
+arrow-down,seta para baixo
+arrow-left,seta para a esquerda
+arrow-right,seta para a direita
+arrow-up,seta para cima
+asterisk,asterisco
+backward,para trás
+ban-circle,proibição de círculo
+barcode,código de barras
+bell,sino
+bold,negrito
+book,livro
+bookmark,marcar
+briefcase,pasta
+bullhorn,megafone
+calendar,calendário
+camera,câmera
+cannot be empty,não pode ser vazio
+cannot be in its own,kan niet in zijn eigen
+"cannot have a URL, because it has child item(s)","Não é possível ter um URL, porque tem filho item (s)"
+cannot start with,não pode começar com
+certificate,certidão
+check,verificar
+chevron-down,chevron-down
+chevron-left,chevron-esquerda
+chevron-right,Chevron-direito
+chevron-up,chevron-up
+circle-arrow-down,círculo de seta para baixo
+circle-arrow-left,círculo de seta para a esquerda
+circle-arrow-right,círculo de seta à direita
+circle-arrow-up,círculo de seta para cima
+cog,roda dentada
+comment,comentário
+comments,reacties
+create a Custom Field of type Link (Profile) and then use the 'Condition' settings to map that field to the Permission rule.,Criar um campo personalizado de ligação tipo (perfil) e depois usar as configurações de 'condição' para mapear o campo para a regra de permissão.
+dd-mm-yyyy,dd-mm-aaaa
+dd/mm/yyyy,dd / mm / aaaa
+does not exist,não existe
+download,baixar
+download-alt,download-alt
+edit,editar
+eject,ejetar
+envelope,envelope
+exclamation-sign,exclamação sinal-
+eye-close,olho-
+eye-open,olho-aberto
+facetime-video,facetime vídeo
+fast-backward,rápido para trás
+fast-forward,avançar
+file,arquivo
+film,filme
+filter,filtrar
+fire,fogo
+flag,bandeira
+folder-close,pasta close-
+folder-open,pasta-aberto
+font,fonte
+forward,para a frente
+found,gevonden
+fullscreen,fullscreen
+gift,dom
+glass,vidro
+globe,globo
+hand-down,mão-down
+hand-left,mão esquerda
+hand-right,mão direita
+hand-up,mão-
+hdd,hdd
+headphones,fones de ouvido
+heart,coração
+home,casa
+icon,ícone
+in,em
+inbox,caixa de entrada
+indent-left,travessão esquerdo
+indent-right,travessão direito
+info-sign,Informações sinal-
+is linked in,está ligado na
+is not allowed.,não é permitido.
+italic,itálico
+leaf,folha
+list,lista
+list-alt,lista de alt-
+lock,trancar
+lowercase,minúsculas
+magnet,ímã
+map-marker,mapa marcador
+minus,menos
+minus-sign,sinal de menos-
+mm-dd-yyyy,mm-dd-aaaa
+mm/dd/yyyy,dd / mm / aaaa
+move,mover
+music,música
+not in,não em
+of type Link,Tipo de Link
+off,fora
+ok,ok
+ok-circle,ok círculo
+ok-sign,ok-sinal
+or,ou
+pause,pausa
+pencil,lápis
+picture,quadro
+plane,avião
+play,jogar
+play-circle,jogo-círculo
+plus,mais
+plus-sign,plus-assinar
+print,imprimir
+qrcode,QRCode
+question-sign,pergunta sinal-
+random,acaso
+refresh,refrescar
+remove,remover
+remove-circle,remove-círculo
+remove-sign,remover-assinar
+repeat,repetir
+resize-full,redimensionamento completo
+resize-horizontal,redimensionamento horizontal
+resize-small,redimensionamento pequeno
+resize-vertical,redimensionamento vertical
+retweet,retwitar
+road,estrada
+screenshot,tela
+search,pesquisar
+share,ação
+share-alt,partes alt-
+shopping-cart,carrinho de compras
+signal,sinalizar
+star,estrela
+star-empty,estrelas vazio
+step-backward,passo para trás-
+step-forward,passo-
+stop,parar
+tag,etiqueta
+tags,etiquetas
+"target = ""_blank""",target = "_blank"
+tasks,tarefas
+text-height,texto de altura
+text-width,texto de largura
+th,ª
+th-large,ª-grande
+th-list,ª-lista
+thumbs-down,polegares para baixo
+thumbs-up,polegar para cima
+time,tempo
+tint,matiz
+to,para
+trash,lixo
+upload,carregar
+user,usuário
+user_image_show,user_image_show
+values and dates,valores e as datas
+volume-down,volume baixo
+volume-off,volume de off-
+volume-up,volume-
+warning-sign,sinal de alerta-
+wrench,chave inglesa
+yyyy-mm-dd,aaaa-mm-dd
+zoom-in,zoom-in
+zoom-out,zoom-out
diff --git a/webnotes/translations/sr.csv b/webnotes/translations/sr.csv
new file mode 100644
index 0000000000..1b90e1b649
--- /dev/null
+++ b/webnotes/translations/sr.csv
@@ -0,0 +1,1073 @@
+ by Role ,по улози
+ can not be marked as a ledger as it has existing child,не може да буде означена као књигу јер има постојећи дете
+ cannot be deleted.,не може да се избрише.
+ is not set,није одређена
+"""Company History""","Историја компаније"
+"""Team Members"" or ""Management""","Чланови тима" или "Манагемент"
+0,0
+"000 is black, fff is white","000 је црно, бело је ффф"
+1,1
+12px,12пк
+13px,13пк
+14px,14пк
+15px,15пк
+16px,16пк
+2,2
+2 days ago,Пре 2 дана
+"\
+field:[fieldname] - By Field\
+naming_series: - By Naming Series (field called naming_series must be present\
+Prompt - Prompt user for a name\
+[series] - Series by prefix (separated by a dot); for example PRE.#####\
+')"">Naming Options",
+Cancel allows you change Submitted documents by cancelling them and amending them.,Откази вам променити поднетих докумената их укидање и измену их.
+A new popup will open that will ask you to select further conditions.,Нови попуп ће отворити који ће вас питати да изаберете додатне услове.
+A user can have multiple values for a property.,Корисник може да има више вредности за имовину.
+About,Око
+About Us Settings,О нама Подешавања
+About Us Team Member,О нама члан тима
+Account Id,Рачун Ид
+Action,Акција
+Actions,Акције
+Add,Додати
+Add A New Rule,Додај ново правило
+Add A Property,Додај некретнину
+Add Attachments,Додај Прилози
+Add Bookmark,Адд Боокмарк
+Add CSS,Додајте ЦСС
+Add Column,Додај колону
+Add Google Analytics ID: eg. UA-89XXX57-1. Please search help on Google Analytics for more information.,Додајте Гоогле Аналитицс ИД: нпр. УА-89КСКСКС57-1. Молимо вас тражи помоћ за Гоогле Аналитицс за више информација.
+Add Message,Додај поруку
+Add New Permission Rule,Додај нови правило Дозвола
+Add Reply,Адд Репли
+Add Total Row,Додај реду Укупно
+Add a banner to the site. (small banners are usually good),Додајте банер на сајт. (Мали банери су обично добри)
+Add attachment,Додај прилог
+Add code as <script>,Додајте код као <сцрипт>
+Add new row,Додавање новог реда
+"Add the name of Google Web Font e.g. ""Open Sans""","Додајте име Гоогле Веб Фонт Санс нпр. "Отвори""
+Add to To Do,Адд то То До
+Add to To Do List of,Адд то То До листу
+Additional Info,Додатни подаци
+Address,Адреса
+Address and other legal information you may want to put in the footer.,Адреса и друге правне информације можда желите да ставите у подножје.
+Address to be displayed on the Contact Page,Адреса се приказује на контакт страници
+Adds a custom field to a DocType,Додаје прилагођеног поља у ДОЦТИПЕ
+Adds a custom script (client or server) to a DocType,Додаје прилагођени сценарио (клијент или сервер) на ДОЦТИПЕ
+Advanced Scripting,Напредна Сцриптинг
+Advanced Settings,Напредна подешавања
+All Day,Целодневни
+"All possible Workflow States and roles of the workflow.
Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","Сви могући Воркфлов Државе и улоге током посла.
Доцстатус Опције: 0 је "Савед", 1 је "Послао" и 2 је "отказан""
+Allow Attach,Дозволи Аттацх
+Allow Import,Дозволи Увоз
+Allow Import via Data Import Tool,Дозволи Увоз података преко Импорт Тоол
+Allow Rename,Дозволи Преименовање
+Allow on Submit,Дозволи на Субмит
+Allow user to login only after this hour (0-24),Дозволи кориснику да тек пријавите након овог часа (0-24)
+Allow user to login only before this hour (0-24),Дозволи кориснику да само пријави пре него што овај час (0-24)
+Allowed,Дозвољен
+Already Registered,Већ регистрације
+Amend,Изменити
+"An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org]","Икона датотеке са екстензијом. Ицо. Требало би да буде 16 к 16 пк. Генерисано помоћу иконе омиљеног генератор. [ фавицон-генератор.орг ]"
+Are you sure you want to delete the attachment?,Да ли сте сигурни да желите да избришете прилог?
+Arial,Ариал
+"As a best practice, do not assign the same set of permission rule to different Roles instead set multiple Roles to the User","Као пример добре праксе, не доделите исти скуп дозвола владавине различитих улога, уместо постављеним вишеструке улоге Кориснику"
+Ascending,Растући
+Assign To,Додели
+Assigned By,Доделио
+Assigned To,Додељено
+Assigned To/Owner,Додељено / Власник
+Attach,Лепити
+Attach Document Print,Приложите Принт документа
+Attach as web link,Причврстите као веб линк
+Attached To DocType,Везан ДОЦТИПЕ
+Attached To Name,Везан Име
+Attachments,Прилози
+Attributions,Атрибуције
+Auto Name,Ауто Име
+Auto generated,Аутоматски генерисано
+Avatar,Аватар
+Background Color,Боја позадине
+Background Image,Позадина Слика
+Banner,Барјак
+Banner HTML,Банер ХТМЛ
+Banner Image,Слика банера
+Banner is above the Top Menu Bar.,Банер је изнад горњој траци менија.
+Begin this page with a slideshow of images,Почните ову страницу са слајдова слика
+Belongs to,Припада
+Bio,Био
+Birth Date,Датум рођења
+Blog Category,Категорија блог
+Blog Intro,Блог Интро
+Blog Introduction,Блог Увод
+Blog Post,Блог пост
+Blog Settings,Блог Подешавања
+Blog Title,Наслов блога
+Blogger,Блоггер
+Bookmarks,Боокмаркс
+Brand HTML,Бренд ХТМЛ
+"Brand is what appears on the top-right of the toolbar. If it is an image, make sure it
+has a transparent background and use the <img /> tag. Keep size as 200px x 30px",
+Bulk Email,Булк маил
+Bulk Email records.,Булк Емаил рекорда.
+Button,Дугме
+By,По
+COMM-,ЦОММ-
+CSS,ЦСС
+Calendar,Календар
+Can only be exported by users with role 'Report Manager',Може се извозити корисници са "Пријави Манагер" улогом
+Cancel,Отказати
+Cancel permission also allows the user to delete a document (if it is not linked to any other document).,Цанцел дозвола такође омогућава кориснику да обришете документ (ако није везан за било који други документ).
+Cancelled,Отказан
+Cannot Update: Incorrect / Expired Link.,Не могу Упдате : Погрешна / Линк Истекло .
+Cannot Update: Incorrect Password,Не могу Упдате : Погрешна лозинка
+Cannot change from,Не може се мењати из
+Cannot edit standard fields,Не можете да измените стандардне поља
+Cannot map because following condition fails: ,Не могу мапирати јер следећи услов не успе:
+"Cannot update a non-exiting record, try inserting.","Не могу да ажурирате не излазе рекорд , покушајте да убаците ."
+Categorize blog posts.,Категоризација постова на блогу.
+Category,Категорија
+Category Name,Име категорије
+Center,Центар
+"Certain documents should not be changed once final, like an Invoice for example. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Одређене документи не треба мењати једном финалу, као фактура за пример. Коначно стање таквих докумената зове Поднет. Можете да ограничите које улоге могу да поднесу."
+Chat,Ћаскање
+Check,Проверити
+Check / Uncheck roles assigned to the Profile. Click on the Role to find out what permissions that Role has.,Проверите / поништите улоге додељене профил. Кликните на улогу да сазнате шта дозволе које улога.
+Check this to make this the default letter head in all prints,Проверите то да овај главу подразумевану писмо у свим отисцима
+Checked,Проверен
+Child Tables are shown as a Grid in other DocTypes.,Дете Столови су приказани као Грид у другим ДоцТипес.
+Clear Cache & Refresh,Слободан кеш & Освежи
+Click on button in the 'Condition' column and select the option 'User is the creator of the document',Кликните на дугме у 'услови' колоне и изаберите опцију "Корисник је творац документ"
+Click on row to edit.,Кликните на ред за уређивање .
+Click to Expand / Collapse,Кликните на Прошири / скупи
+Client,Клијент
+Close,Затворити
+Code,Код
+Color,Боја
+Column Break,Колона Пауза
+Comment,Коментар
+Comment By,Коментар
+Comment By Fullname,Коментар од Фуллнаме
+Comment Date,Коментар Дате
+Comment Docname,Коментар Доцнаме
+Comment Doctype,Коментар ДОЦТИПЕ
+Comment Time,Коментар Време
+Comments,Коментари
+Communication,Комуникација
+Communication Medium,Комуникација средња
+Company History,Историја компаније
+Company Introduction,Компанија Увод
+Company Name,Име компаније
+Complaint,Жалба
+Complete By,Комплетан Би
+Condition Field,Стање Поље
+Contact Us Settings,Контакт Сеттингс
+"Contact options, like ""Sales Query, Support Query"" etc each on a new line or separated by commas.","Контакт опције, као што су "Куери продаје, Подршка упиту" итд сваки на новој линији или раздвојене зарезима."
+Content,Садржина
+Content in markdown format that appears on the main side of your page,Садржај у маркдовн формату који се појављује на главној страни странице
+Content web page.,Садржај веб страница.
+Control Panel,Контролна табла
+Controller,контролор
+Copy,Копирајте
+Copyright,Ауторско право
+Core,Језгро
+Count,рачунати
+Country,Земља
+Create,Створити
+Created Customer Issue,Написано Кориснички издање
+Created Opportunity,Написано Оппортунити
+Created Support Ticket,Написано Подршка улазница
+Currency,Валута
+Currency Format,Валута Формат
+Current status,Тренутни статус
+Custom CSS,Прилагођени ЦСС
+Custom Field,Прилагођена поља
+Custom Reports,Прилагођени извештаји
+Custom Script,Цустом Сцрипт
+Custom Startup Code,Прилагођена Покретање код
+Custom?,Цустом?
+Customize,Прилагодите
+Customize Form,Прилагодите формулар
+Customize Form Field,Прилагодите поље Форм
+"Customize Label, Print Hide, Default etc.","Прилагођавање налепница, штампање сакрити, итд Уобичајено"
+Daily Event Digest is sent for Calendar Events where reminders are set.,Дневни Догађај Преради се шаље на Календар догађаја где су подесите подсетнике.
+Danger,Опасност
+Data,Подаци
+Data missing in table,Недостају подаци у табели
+Date,Датум
+Date Format,Формат датума
+Date must be in format,Датум мора бити у облику
+Datetime,Датетиме
+Dear,Драг
+Default,Уобичајено
+Default Home Page,Уобичајено Хоме Паге
+Default Home Pages,Уобичајено странице
+Default Print Format,Уобичајено Принт Формат
+Default Value,Подразумевана вредност
+"Default: ""Contact Us""",Уобичајено: "Контакт"
+DefaultValue,ДефаултВалуе
+Defaults,Примарни
+Defines actions on states and the next step and allowed roles.,Дефинише радње државе и следећи корак и дозволио улоге.
+Defines workflow states and rules for a document.,Дефинише тока државе и правила за документа.
+Delete,Избрисати
+Delete Row,Делете Ров
+Depends On,Зависи
+Descending,Спуштање
+Description,Опис
+"Description for listing page, in plain text, only a couple of lines. (max 140 characters)","Опис за листинг страну, у чисти текст, само пар редова. (Максимално 140 знакова)"
+Description for page header.,Опис за заглављу странице.
+Desktop,Десктоп
+Details,Детаљи
+Did not add.,Није додате.
+Did not cancel,Није отказали
+Did not save,Није штедело
+"Different ""States"" this document can exist in. Like ""Open"", ""Pending Approval"" etc.","Различите "Државе", овај документ може да постоји унутра Као "Отвори", "Чека Одобрење" итд"
+Disable Customer Signup link in Login page,Онемогући Регистрација корисника линк на страницу за пријављивање
+Disable Signup,Онемогући Регистрација
+Disabled,Онеспособљен
+Display Settings,Дисплаи Сеттингс
+Doc Status,Док статус
+DocField,ДоцФиелд
+DocPerm,ДоцПерм
+DocType,ДОЦТИПЕ
+DocType Details,ДОЦТИПЕ Детаљи
+DocType can not be merged,ДОЦТИПЕ не могу да се споје
+DocType is a Table / Form in the application.,ДОЦТИПЕ је Табела / Форма у апликацији.
+DocType on which this Workflow is applicable.,ДОЦТИПЕ на којима ова Воркфлов је применљиво.
+DocType or Field,ДОЦТИПЕ или поље
+Docname,Доцнаме
+Document,Документ
+Document Status transition from ,Документ статус прелазак са
+Document Type,Доцумент Типе
+Document Types,Врсте докумената
+Document is only editable by users of role,Документ је само мењати од стране корисника о улози
+Documents,Документи
+Download Backup,Преузмите Бацкуп
+Draft,Нацрт
+Drafts,Нацрти
+Drag to sort columns,Превуците за сортирање колоне
+Edit,Едит
+Editable,Едитабле
+Email,Е-маил
+Email Host,Е-маил Хост
+Email Id where users will send support request e.g. support@example.com,Е-маил Ид где корисници ће послати захтев за подршку напр суппорт@екампле.цом
+Email Login,Емаил Пријава
+Email Password,Е-маил Лозинка
+Email Sent,Емаил Сент
+Email Settings,Емаил подешавања
+Email Signature,Е-маил Потпис
+Email Use SSL,Емаил Користи ССЛ
+"Email addresses, separted by commas","Емаил адресе, сепартед зарезима"
+Email...,Е-маил ...
+Embed image slideshows in website pages.,Постави слајдова слике у веб страницама.
+Enable Comments,Омогући Коментари
+Enabled,Омогућено
+Ends on,Завршава се
+Enter Form Type,Унесите Тип Форм
+"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.","Унесите поља подразумеване вредности (тастери) и вредности. Ако додате више вредности за поље, прва ће бити одабран. Ове подразумеване се такође користи за подешавање "утакмица" правила дозвола. Да бисте видели листу поља, иди на Цустомизе образац ."
+Equals,Једнак
+Error,Грешка
+Error: Document has been modified after you have opened it,Грешка: Документ је измењен након што сте је отворили
+Event,Догађај
+Event End must be after Start,Догађај Крај мора да буде у СТАРТ
+Event Individuals,Догађај Појединци
+Event Role,Догађај Улога
+Event Roles,Догађај Улоге
+Event Type,Тип догађаја
+Event User,Догађај Корисник
+Events In Today's Calendar,Догађаји у календару данашњем
+Every Day,Сваки дан
+Every Month,Сваки месец
+Every Week,Свака недеља
+Every Year,Сваке године
+Example:,Пример:
+Export,Извоз
+Facebook Share,Фацебоок Схаре
+FavIcon,Фавицон
+Female,Женски
+Field Description,Поље Опис
+Field Name,Име поља
+Field Type,Тип поља
+"Field that represents the Workflow State of the transaction (if field is not present, a new hidden Custom Field will be created)","Област која представља државу тока трансакције (ако поље није присутно, нова скривена Прилагођена поља ће бити креиран)"
+Fieldname,Имепоља
+Fields,Поља
+"Fields separated by comma (,) will be included in the
Search By list of Search dialog box","Поља раздвојене зарезима (,) ће бити укључени у
Претрага по списку дијалогу за претрагу"
+File,Фајл
+File Data,Филе података
+File Name,Филе Наме
+File Size,Величина
+File URL,Филе УРЛ
+File size exceeded the maximum allowed size,Величина фајла премашила максималну дозвољену величину
+Filter,Филтер
+Finder,налазач
+First Name,Име
+Float,Пловак
+Font (Heading),Фонт (наслов)
+Font (Text),Фонт (текст)
+Font Size (Text),Величина слова (текст)
+Fonts,Фонтови
+Footer,Подножје
+Footer Items,Фоотер Артикли
+For All Users,За све кориснике
+For DocType,За ДОЦТИПЕ
+"For Links, enter the DocType as range
+For Select, enter list of Options separated by comma",
+"For comparative filters, start with","За компаративних филтера, почети са"
+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.,"На пример, ако сте отказали и изменити 'ИНВ004 "ће постати нови документ" ИНВ004-1'. То ће вам помоћи да пратите сваког амандмана."
+For example: You want to restrict users to transactions marked with a certain property called 'Territory',На пример: Ви желите да ограничите кориснике на трансакције означене са одређеном имовином под називом "Територија"
+For ranges,За опсеге
+Form,Образац
+"Format: hh:mm example for one hour expiry set as 01:00.
+Max expiry will be 72 hours. Default is 24 hours",
+Forward To Email Address,Нападач на е-адресу
+Friday,Петак
+From Date must be before To Date,Од датума мора да буде пре датума
+Full Name,Пуно име
+Gantt Chart,Гантт Цхарт
+Gender,Пол
+General,Општи
+Generator,генератор
+Georgia,Грузија
+Get,Добити
+Get From ,Од Гет
+"Go to Setup > User Properties to set \
+ 'territory' for diffent Users.",
+Google Analytics ID,Гоогле Аналитицс ИД
+Google Plus One,Гоогле Плус Један
+Google Web Font (Heading),Гоогле Веб Фонт (наслов)
+Google Web Font (Text),Гоогле Веб Фонт (текст)
+Greater or equals,Већа или једнаки
+Greater than,Веће од
+Groups,Групе
+HTML,ХТМЛ
+Header,Заглавље
+Heading,Наслов
+Heading Text As,Наслов текст као
+Help,Помоћ
+Helvetica Neue,Хелветица Неуе
+Hey! There should remain at least one System Manager,Хеј! Ту би требало да остане најмање један Систем Манагер
+Hidden,Сакривен
+Hide Actions,Сакриј Ацтионс
+Hide Copy,Сакриј Цопи
+Hide Email,Сакриј Емаил
+Hide Heading,Сакриј Хеадинг
+Hide Print,Сакриј Принт
+Hide Toolbar,Сакриј Тоолбар
+Highlight,Истаћи
+History,Историја
+Home Page,Почетна страна
+Home Page is Products,Почетна страница је Производи
+Home Pages,Почетна страница
+ID,ИД
+ID (name) of the entity whose property is to be set,ИД (име) ентитета чија имовина се подесити
+Icon,Икона
+Icon will appear on the button,Икона ће се појавити на дугмету
+"If a User does not have access at Level 0, then higher levels are meaningless","Уколико Корисник нема приступ на нивоу 0, онда виши нивои су бесмислени"
+"If checked, all other workflows become inactive.","Ако је проверен, сви остали токови постају неактивни."
+"If checked, the Home page will be the default Item Group for the website.","Ако је проверен, Почетна страница ће бити стандардна тачка Група за сајт."
+"If image is selected, color will be ignored (attach first)","Ако је слика изабрана, боја ће бити игнорисани (приложити први)"
+"If not, create a","Ако не, направите"
+"If the 'territory' Link Field exists, it will give you an option to select it","Ако Линк пољу "територије" постоји, она ће вам дати могућност да изаберете"
+"If these instructions where not helpful, please add in your suggestions at GitHub Issues","Ако ове инструкције где не помажу , молимо вас да додате у ваше сугестије на <а хреф='хттпс://гитхуб.цом/вебнотес/внфрамеворк/иссуес'> Гитхуб питања < / а>"
+"If you set this, this Item will come in a drop-down under the selected parent.","Ако сте поставили ово , ова ставка ће доћи у падајући под изабраном родитеља ."
+Image,Слика
+Image Link,Слика Линк
+Import,Увоз
+In,у
+In Dialog,У дијалогу
+In Filter,У филтеру
+In List View,У приказу листе
+In Report Filter,У извештају филтер
+In response to,У одговору на
+"In the Permission Manager, click on the button in the 'Condition' column for the Role you want to restrict.","У дозвола Манагер, кликните на дугме у 'услови' колумну за улогу коју желите да ограничите."
+Index,Индекс
+Individuals,Појединци
+Industry,Индустрија
+Info,Инфо
+Insert After,Убаците После
+Insert Below,Убаците Испод
+Insert Code,Инсерт Цоде
+Insert Row,Уметни ред
+Insert Style,Убаците Стиле
+Int,Међ
+Integrations,Интеграције
+Introduce your company to the website visitor.,Представите своју фирму на сајту посетиоца.
+Introduction,Увод
+Introductory information for the Contact Us Page,Уводна информације за нас контактирати странице
+Invalid Email,Погрешан Емаил
+Inverse,Инверзан
+Is Active,Је активан
+Is Child Table,Табела је дете
+Is Default,Да ли Уобичајено
+Is Mandatory Field,Да ли је обавезно поље
+Is Single,Је Сингле
+Is Standard,Је стандард
+Is Submittable,Да ли Субмиттабле
+JSON,ЈСОН
+JavaScript Format: wn.query_reports['REPORTNAME'] = {},Јава формат : вн.куери_репортс [ ' РЕПОРТНАМЕ ' ] = { }
+Javascript,Јавасцрипт
+Javascript to append to the head section of the page.,Јавасцрипт да додате на главе делу странице.
+Keep a track of all communications,Водите евиденцију о свим комуникацијама
+Key,Кључ
+Label,Налепница
+Label Help,Етикета Помоћ
+Lacs,Лацс
+Landing Page,Ландинг Паге
+Language,Језик
+Language preference for user interface (only if available).,Језик предност корисничког интерфејса (само ако је на располагању).
+Last IP,Последњи ИП
+Last Login,Последњи Улазак
+Last Name,Презиме
+Last updated by,Последње ажурирање
+Lastmod,ластмод
+Lato,Лато
+Leave blank to repeat always,Оставите празно да увек понављам
+Left,Лево
+Less or equals,Мање или једнако
+Less than,Мање од
+Letter Head,Писмо Глава
+Letter Head Image,Писмо Глава Имаге
+Letter Head Name,Писмо Глава Име
+Letter Head in HTML,Писмо Глава у ХТМЛ
+Level,Ниво
+"Level 0 is for document level permissions, higher levels for field level permissions.","Ниво 0 је за дозволе нивоу документа, вишим нивоима за дозвола на терену."
+Like,као
+Link,Линк
+Link Name,Линк Име
+Link to other pages in the side bar and next section,Линк ка другим страницама у бочној траци и наредне секција
+Link to the page you want to open,Линк на страницу коју желите да отворите
+Linked In Share,Линкед Ин Схаре
+Linked With,Повезан са
+List,Списак
+List of patches executed,Списак закрпа извршених
+Loading,Утовар
+Loading Report,Учитавање извештај
+Loading...,Учитавање ...
+Log of Scheduler Errors,Дневник планер грешака
+Login,Пријава
+Login After,Пријава После
+Login Before,Пријава Пре
+Logout,Одјава
+Long Text,Дуго Текст
+Lucida Grande,Луцида Гранде
+Mail Footer,Пошта подножје
+Mail Server,Маил Сервер
+Main Section,Главни Секција
+Make a new,Направите нови
+Make sure that the transactions you want to restrict have a Link field 'territory' that maps to a 'Territory' master.,Уверите се да су трансакције желите да ограничите имају 'територију' линком поља која мапира на "Територија" господара.
+Male,Мушки
+Mandatory,Обавезан
+Mandatory filters required:\n,Обавезни филтери потребни : \ н
+Master,Мајстор
+Match,Меч
+Max Attachments,Мак Прилози
+"Meaning of Submit, Cancel, Amend","Значење Субмит, Цанцел, Допунити"
+"Menu items in the Top Bar. For setting the color of the Top Bar, go to Style Settings","Ставке менија у врху. За подешавање боје на горњој траци, идите на подешавања стила"
+"Merging is only possible between Group-to-Group or
+ Ledger-to-Ledger",
+Message,Порука
+Method,Метод
+Middle Name (Optional),Средње име (опционо)
+Millions,Милиони
+Misc,Остало
+Miscellaneous,Разноличан
+Missing Values Required,Вредности које недостају Обавезна
+Modified by,Изменио
+Module,Модул
+Module Def,Модул Деф
+Module Name,Модуле Наме
+Modules,Модули
+Monday,Понедељак
+More,Више
+More content for the bottom of the page.,Више садржаја за дну странице.
+Must have report permission to access this report.,Мора да има дозволу извештај да приступите овом извештају.
+Must specify a Query to run,Морате навести упит за покретање
+Name,Име
+Name Case,Име Цасе
+Name Exists,именом
+Naming Series mandatory,Именовање Сериес обавезно
+New,нови
+New Password,Нова лозинка
+New Record,Нови Рекорд
+New value to be set,Нова вредност коју треба подесити
+Next Communcation On,Следећа Цоммунцатион На
+Next State,Следећа држава
+Next actions,Следеће акције
+No,Не
+No Action,Нема Акција
+No Cache,Нема кеш
+No Communication tagged with this ,Не Комуникација означена са овим
+No Copy,Нема копирања
+No Permission,Без дозвола
+No Permission to ,Немате дозволу за
+No Permissions set for this criteria.,Нема Дозволе сет за овим критеријумима.
+No Report Loaded. Please use query-report/[Report Name] to run a report.,Не Извештај Лоадед. Молимо Вас да користите упит-извештај / [извештај Име] да покренете извештај.
+No Sitemap,Не Мапа сајта
+No User Properties found.,Нема корисника Некретнине пронађен.
+No further records,Нема даљих евиденција
+No one,Нико
+No permission to edit,Немате дозволу да измените
+No permission to write / remove.,Немате дозволу за писање / уклони.
+No records tagged.,Нема података означени.
+None,Ниједан
+None: End of Workflow,Ништа: Крај Воркфлов
+Not Found,Није пронађено
+Not Linked to any record.,Није повезано са било запис.
+Not Permitted,Није дозвољено
+Not allowed for: ,Није дозвољено:
+Not enough permission to see links.,Није довољно дозволу да виде линкове.
+Not equals,Нису једнаки
+"Note: For best results, images must be of the same size and width must be greater than height.","Напомена: За најбоље резултате, слике морају бити исте величине и ширине мора бити већа од висине."
+Note: Other permission rules may also apply,Напомена: Остале дозвола правила могу да се примењују
+Note: maximum attachment size = 1mb,Напомена: максимална величина прилога = 1мб
+Nothing to show,Ништа да покаже
+Nothing to show for this selection,Ништа се покаже за овај избор
+Notification Count,Обавештење Тачка
+Notify By Email,Обавестити путем емаила
+On,На
+"Once you have set this, the users will only be able access documents with that property.","Када сте поставили ово, корисници ће бити у могућности приступа документима са том имовином."
+Only Administrator allowed to create Query / Script Reports,Само администратор дозвољено да створе Упит / Сцрипт Репортс
+Only Administrator can save a standard report. Please rename and save.,Само администратор може да спаси стандардног извештаја. Молимо преименовати и сачувати.
+Only Allow Edit For,Само Дозволи Едит За
+Only System Manager can create / edit reports,Само Систем Манагер можете да креирате / едит извештаје
+Open Count,Отворена Тачка
+Open Sans,Отворене Санс
+Options,Опције
+Options Help,Опције Помоћ
+Org History,Орг Историја
+Org History Heading,Орг Историја Хеадинг
+Original Message,Оригинал Мессаге
+Other,Други
+POP3 Mail Server (e.g. pop.gmail.com),ПОП3 Маил Сервер (нпр. поп.гмаил.цом)
+Page,Страна
+Page Background,Страница Позадина
+Page Border,Ивица странице
+Page HTML,Страна ХТМЛ
+Page Headings,Заглавља
+Page Links,Страница Линкови
+Page Name,Страница Име
+Page Name Field,Име Поље
+Page Role,Страна Улога
+Page Text,Текст странице
+Page already exists,Страница већ постоји
+Page content,Садржај странице
+Page not found,Страница није пронађена
+Page or Generator,Страна или генератор
+Page text and background is same color. Please change.,Страна текста и позадине је иста боја. Молимо Вас да промените.
+"Page to show on the website
+",
+"Page url name (auto-generated) (add "".html"")",Паге урл име (ауто-генерисани) (адд "хтмл").
+Parent Label,Родитељ Лабел
+Parent is required.,Родитељ је потребно.
+Participants,Учесници
+Password,Шифра
+Password Expires in (days),Лозинка Истиче у (дана)
+Password Updated,Лозинка ажурирано
+Patch,Закрпа
+Patch Log,Патцх Пријава
+Percent,Проценат
+Perm Level,Перм ниво
+Permission Level,Дозвола Ниво
+Permission Levels,Нивои дозвола
+Permission Manager,Дозвола Менаџер
+Permission Rules,Правила дозвола
+Permissions,Дозволе
+Permissions Settings,Дозволе Подешавања
+Permissions are automatically translated to Standard Reports and Searches,Дозволе су аутоматски преведени на стандардних извештаја и претрагама
+"Permissions are set on Roles and Document Types (called DocTypes) by restricting read, edit, make new, submit, cancel, amend and report rights.","Дозволе су постављени на улога и врсте докумената (зове ДоцТипес) ограничавањем читање, уређивање, направити нови, поднесе, отказивање, мења и извештај права."
+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 incase you want to hide or make certain field read-only.,Дозволе на вишим нивоима су 'на терену' дозволе. Сва поља су поставили 'ниво дозволе "против њих и правилима дефинисаним у то дозволе важе на терен. Ово је корисно обложити желите да сакријете или направити одређену област само за читање.
+"Permissions at level 0 are 'Document Level' permissions, i.e. they are primary for access to the document.","Дозволе на нивоу 0 су "нивоу документа" дозволе, односно они су примарни за приступ документу."
+Permissions translate to Users based on what Role they are assigned,Дозволе превести Корисницима на основу онога што су додељени Улога
+Person,Особа
+Phone,Телефон
+Phone No.,Број телефона
+Pick Columns,Пицк колоне
+Please attach a file first.,Молимо приложите прво датотеку.
+Please attach a file or set a URL,Молимо вас да приложите датотеку или поставите УРЛ
+Please change the value,Молимо промените вредност
+Please enable pop-ups,Молимо омогућите искачуће прозоре
+Please make sure that there are no empty columns in the file.,Молимо Вас проверите да нема празних колона у датотеци.
+Please refresh to get the latest document.,Освежите да би добили најновије документ.
+Please select a file or url,Изаберите фајл или УРЛ
+Please specify,Наведите
+Plugin,Плугин
+Post Publicly,Пост Јавно
+Post Topic,Пост Тема
+Post to user,Пост кориснику
+Posts,Поруке
+Primary,Основни
+Print Format,Принт Формат
+Print Format Type,Принт откуцајте формат
+Print Hide,Принт Сакриј
+Print Width,Ширина штампе
+Print...,Штампа ...
+Priority,Приоритет
+Private,Приватан
+Profile,Профил
+Profile Defaults,Профил Дефаултс
+Profile Represents a User in the system.,Профил Представља корисника у систему.
+Profile of a Blogger,Профил од Блоггер
+Profile of a blog writer.,Профил од блога писца.
+Properties,Некретнине
+Property,Имовина
+Property Setter,Имовина сетер
+Property Setter overrides a standard DocType or Field property,Имовина сетер замењује стандардну ДОЦТИПЕ или поље имовину
+Property Type,Тип некретнине
+Public,Јавност
+Published,Објављен
+Published On,Објављено Дана
+Pull Emails from the Inbox and attach them as Communication records (for known contacts).,Повуците Емаилс из Примљено и приложите их као комуникације записа (за познате контакте).
+Query,Питање
+Query Options,Упит Опције
+Query Report,Извештај упита
+Query must be a SELECT,Упит мора бити ИЗАБЕРИ
+Quick Help for Setting Permissions,Брза помоћ за постављање дозвола
+Quick Help for User Properties,Брзо Помоћ за кориснике Пропертиес
+Read,Читати
+Read Only,Прочитајте само
+Received,примљен
+Recipient,Прималац
+Recipients,Примаоци
+Ref DocType,Реф ДОЦТИПЕ
+Ref Name,Реф Име
+Ref Type,Реф Тип
+Reference,Упућивање
+Reference DocName,Референтни ДоцНаме
+Reference DocType,Референтни ДоцТипе
+Reference Name,Референтни Име
+Reference Type,Референтни Тип
+Refresh,Освежити
+Registered but disabled.,Регистровани али онемогућен.
+Registration Details Emailed.,Регистрација Детаљи Послато.
+Remove Bookmark,Уклоните Боокмарк
+Rename...,Преименуј ...
+Repeat On,Поновите На
+Repeat Till,Поновите До
+Repeat this Event,Поновите овај догађај
+Report,Извештај
+Report Builder,Репорт Буилдер
+Report Builder reports are managed directly by the report builder. Nothing to do.,Репорт Буилдер извештаје директно управља Репорт Буилдер. Нема то везе.
+Report Hide,Извештај Сакриј
+Report Name,Име извештаја
+Report Type,Врста извештаја
+Report was not saved (there were errors),Извештај није сачуван (било грешака)
+Represents the states allowed in one document and role assigned to change the state.,Представља државама дозвољене у једном документу и улоге додељене промените државу.
+Reqd,Рекд
+Reset Password Key,Ресет Пассворд Кеи
+Restrict IP,Забранити ИП
+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),"Ограничите корисника из само ове ИП адресе. Вишеструки ИП адресе може се додати одвајањем са зарезима. Такође прихвата делимичне ИП адресе, као што су (111.111.111)"
+Restricting By User,Ограничавање Корисника
+Right,Право
+Role,Улога
+Role Name,Улога Име
+Roles,Улоге
+Roles Assigned,Улоге додељују
+Roles Assigned To User,Улоге добио Корисника
+Roles HTML,Улоге ХТМЛ
+Root ,Корен
+Row,Ред
+Rules defining transition of state in the workflow.,Правила дефинишу транзицију државе у току посла.
+"Rules for how states are transitions, like next state and which role is allowed to change state etc.","Правила за колико су државе транзиције, као и наредно стање и који улога може да промени стање итд"
+SMS,СМС
+Sales,Продајни
+Same file has already been attached to the record,Исти фајл је већ у прилогу записника
+Saturday,Субота
+Save,сачувати
+Scheduler Log,Планер Пријава
+Script,Скрипта
+Script Report,Скрипта извештај
+Script Type,Скрипта Врста
+Script to attach to all web pages.,Скрипта да приложите све веб странице.
+Search,Претрага
+Search Fields,Сеарцх Поља
+Section Break,Члан Пауза
+Security Settings,Безбедносне поставке
+Select,Одабрати
+Select All,Изабери све
+Select Attachments,Изаберите прилоге
+Select Document Type,Изаберите Врста документа
+Select Document Type or Role to start.,Изаберите тип документа или улогу за почетак.
+Select Module,Изаберите Модул
+Select Print Format,Изаберите формат штампања
+Select Report Name,Изаберите име Репорт
+Select Role,Избор улоге
+Select Type,Изаберите Врста
+Select User or Property to start.,Изаберите корисника или имовина за почетак.
+Select a Banner Image first.,Изаберите прво слику Баннер.
+Select an image of approx width 150px with a transparent background for best results.,Изаберите слику ширине 150пк ца са транспарентном позадином за најбоље резултате.
+Select dates to create a new ,Изаберите датум да створи нову
+Select or drag across time slots to create a new event.,Изаберите или превуците преко терминима да креирате нови догађај.
+"Select target = ""_blank"" to open in a new page.","Одаберите таргет = ""_бланк "" отвара нову страницу у ."
+Select the label after which you want to insert new field.,Изаберите ознаку након чега желите да убаците ново поље.
+Send,Послати
+Send As Email,Пошаљи као емаил
+Send Me A Copy,Пошаљи ми копију
+Send an email reminder in the morning,Пошаљи е-маил подсетник ујутру
+Send enquiries to this email address,Пошаљите питања на ову емаил адресу
+Sender,Пошиљалац
+Sent,Сент
+Sent Mail,Послате
+Sent Quotation,Сент Понуда
+Sent or Received,Послате или примљене
+Series,серија
+Server,Сервер
+Session Expired. Logging you out,Сесија је истекла. Логгинг те из
+Session Expires in (time),Сесија истиче у (време)
+Set Banner from Image,Поставите банер са слике
+Set Link,Сет линк
+Set Password,Сет Лозинка
+Set Value,Сет Валуе
+"Set your background color, font and image (tiled)","Поставите позадином, фонт и слике (поплочан)"
+Settings for About Us Page.,Подешавања за О нама страна.
+Settings for Contact Us Page,Подешавања за Контакт страницу
+Settings for Contact Us Page.,Подешавања за Контакт страницу.
+Settings for the About Us Page,Подешавања за О нама Паге
+Setup of fonts and background.,Подешавање фонтова и позадине.
+"Setup of top navigation bar, footer and logo.","Подешавање топ навигатион бар, подножје и логотипом."
+Short Bio,Кратка Биографија
+Short Name,Кратко Име
+Shortcut,Пречица
+Show Breadcrumbs,Схов Бреадцрумбс
+Show Details,Прикажи детаље
+Show Print First,Прикажи Штампање Прво
+Show Table of Contents,Покажи Садржај
+Show Tags,Схов Ознаке
+Show Title,Покажи Наслов
+Show rows with zero values,Покажи редове са нула вредностима
+Showing only for,Приказ само за
+Single Post (article).,Појединачне поруке (члан).
+Single Types have only one record no tables associated. Values are stored in tabSingles,Појединачне Врсте имају само један рекорд нема табеле повезане . Вредности се чувају у табСинглес
+Slideshow,Слидесхов
+Slideshow Items,Слидесхов Артикли
+Slideshow Name,Приказ Име
+Slideshow like display for the website,Приказ екрана као за сајт
+Small Text,Мала Текст
+Solid background color (default light gray),Чврста позадина (дефаулт светло сива)
+Sorry we were unable to find what you were looking for.,Жао ми је што нису могли да пронађу оно што сте тражили.
+Sorry you are not permitted to view this page.,Жао ми је што није дозвољено да видите ову страницу.
+Sort By,Сортирање
+Special Page Settings,Посебна страница Подешавања
+Standard,Стандард
+Start Report For,Почетак ИЗВЕШТАЈ ЗА
+Starts on,Почиње на
+Startup,Покретање
+State,Држава
+States,Државе
+Status,Статус
+Step 1: Set the name and save.,Корак 1 : Подесите име и сачувати .
+Step 2: Set Letterhead content.,Корак 2 : Поставите меморандуму садржај .
+Style,Стил
+Style Settings,Стиле Подешавања
+"Style represents the button color: Success - Green, Danger - Red, Inverse - Black, Primary - Dark Blue, Info - Light Blue, Warning - Orange","Стил представља дугме боју: Успех - зелени, опасности - Црвена, Инверсе - црна, Примарни - Тамно Плава, Инфо - светло плава, Упозорење - Оранге"
+Sub-domain provided by erpnext.com,Под-домена пружају ерпнект.цом
+Subdomain,Поддомен
+Subject,Предмет
+Submit,Поднети
+Submitted,Поднет
+Submitted Record cannot be deleted,Послао Снимање не може да се избрише
+Success,Успех
+Suggestion,Сугестија
+Sunday,Недеља
+Support Email Id,Подршка Ид Емаил
+Sync Inbox,Синц инбок
+System,Систем
+System Defaults,Системски Дефаултс
+System User,Систем Корисник
+Table,Табела
+Table of Contents,Преглед садржаја
+Tag,Надимак
+Tag Name,Ознака Назив
+Tags,Тагс:
+Tahoma,Тахома
+Target,Мета
+Team Members,Чланови тима
+Team Members Heading,Чланови тима Хеадинг
+Template Path,Шаблон Путања
+Test,Тест
+Test Runner,Тест Руннер
+Text,Текст
+Text Align,Текст Поравнај
+Text Editor,Текст Уредник
+"The ""Web Page"" that is the website home page","Веб страница" који је сајт хоме паге
+The name of your company / website as you want to appear on browser title bar. All pages will have this as the prefix to the title.,"Име ваше компаније / сајту, као да желите да се појави на траци прегледача насловној. Све странице ће имати ово као префикс за титулу."
+"The system provides pre-defined roles, but you can add new roles to set finer permissions","Систем обезбеђује унапред дефинисане улоге, али можете додати нове улоге да поставите дозволе финијим"
+Then By (optional),Затим (опционо)
+These properties are Link Type fields from all Documents.,Ове особине су Линк Тип поља из свих докумената.
+"These properties can also be used to 'assign' a particular document, whose property matches with the User's property to a User. These can be set using the Permission Manager","Ове особине могу се користити за "доделили" посебан документ, чија имовина поклапа са имовином Корисника кориснику. Ово се може подесити помоћу Дозвола Манагер"
+These properties will appear as values in forms that contain them.,Ове особине ће се појавити као вредности у облицима који их садрже.
+These values will be automatically updated in transactions and also will be useful to restrict permissions for this user on transactions containing these values.,Ове вредности ће бити аутоматски ажурирају у трансакцијама и такође ће бити корисно да ограничите дозволе за овог корисника о трансакцијама садрже ове вредности.
+"This field will appear only if the fieldname defined here has value OR the rules are true (examples):
+myfield
+eval:doc.myfield=='My Value'
+eval:doc.age>18",
+This goes above the slideshow.,Ово иде изнад слајдова.
+This is PERMANENT action and you cannot undo. Continue?,То је стална акција и не можете да опозовете. Наставити?
+This is permanent action and you cannot undo. Continue?,То је стална акција и не можете да опозовете. Наставити?
+Thursday,Четвртак
+Time,Време
+Time Zone,Временска зона
+Title,Наслов
+Title / headline of your page,Наслов / наслов странице
+Title Case,Наслов Случај
+Title Prefix,Наслов Префикс
+To,До
+"To format columns, give column labels in the query.","Да бисте обликовали колоне, дај ознаке колона у упиту."
+"To further restrict permissions based on certain values in a document, use the 'Condition' settings.","Да би се даље ограничавају дозволе на основу одређених вредности у документу, користите "Стање" подешавања."
+To restrict a User of a particular Role to documents that are explicitly assigned to them,Да бисте ограничили корисник посебну улогу у документима који су експлицитно додељене на њих
+To restrict a User of a particular Role to documents that are only self-created.,Да бисте ограничили корисник посебну улогу у документима које су само себи створио.
+"To set user roles, just go to Setup > Users and click on the user to assign roles.","Да бисте поставили улоге корисника, само идите на Подешавање корисника> и кликните на корисника да доделите улоге."
+ToDo,ТоДо
+Tools,Алат
+Top Bar,Топ Бар
+Top Bar Background,Топ Бар Позадина
+Top Bar Item,Топ Бар шифра
+Top Bar Items,Топ Бар Артикли
+Top Bar Text,Топ Бар Текст
+Top Bar text and background is same color. Please change.,Топ Бар текста и позадине је иста боја. Молимо Вас да промените.
+Total SMS Sent,Укупно СМС Сент
+Transaction,Трансакција
+Transition Rules,Транзициони Правила
+Trash Reason,Смеће Разлог
+Tuesday,Уторак
+Tweet will be shared via your user account (if specified),Твеет ће се делити преко вашег корисничког налога (ако је наведено)
+Twitter Share,Твиттер Подели
+Twitter Share via,Твиттер Подели путем
+Type,Тип
+UPPER CASE,Велика слова
+UPPERCASE,Велика слова
+URL,УРЛ адреса
+Unable to complete request: ,Није могуће довршити захтев:
+Unable to load,Није могуће учитати
+"Unknown file encoding. Tried utf-8, windows-1250, windows-1252.","Непознат фајл кодирање . Покушао УТФ - 8 , прозори - 1250 , прозори - 1252 ."
+Unread Messages,Непрочитаних порука
+Unsubscribed,Отказали
+Upcoming Events for Today,Предстојећи догађаји за данас
+Update,Ажурирање
+Update Field,Упдате Фиелд
+Update Value,Ажурирање вредности
+Upload,Уплоад
+Upload Attachment,Уплоад прилог
+Upload a file,Уплоад фајл
+Upload and Import,Уплоад и увоз
+Uploading...,Отпремање ...
+User,Корисник
+User Cannot Create,Корисник не може створити
+User Cannot Search,Корисник не можете претраживати
+User Image,Корисник Слика
+User Tags,Корисник Тагс:
+User Type,Тип корисника
+User not allowed to delete.,Корисник не сме избрисати.
+UserRole,УсерРоле
+Value,Вредност
+Value missing for,Вредност недостаје за
+Verdana,Вердана
+Visit,Посетити
+Warning,Упозорење
+Web Content,Веб садржај
+Web Page,Веб страна
+Website,Вебсајт
+Website Overall Settings,Сајт Овералл Подешавања
+Website Script,Сајт скрипте
+Website Settings,Сајт Подешавања
+Website Sitemap,Сајт Мапа
+Website Sitemap Config,Сајт Мапа Цонфиг
+Website Slideshow,Сајт Слидесхов
+Website Slideshow Item,Сајт Слидесхов шифра
+Website User,Сајт корисника
+Wednesday,Среда
+Welcome Email Sent,Добродошли маил Сент
+"When you Amend a document after cancel and save it, it will get a new number that is a version of the old number.","Када допуну исправу после отказали и сачували га, он ће добити нови број који је верзија старог броја."
+Width,Ширина
+Will be used in url (usually first name).,Да ли ће се користити у урл (најчешће име).
+Workflow,Воркфлов
+Workflow Action,Воркфлов Акција
+Workflow Action Master,Воркфлов Акција Мастер
+Workflow Action Name,Воркфлов Акција Име
+Workflow Document State,Воркфлов Документ држава
+Workflow Document States,Воркфлов Документ Државе
+Workflow Name,Воркфлов Име
+Workflow State,Воркфлов држава
+Workflow State Field,Воркфлов Држава Поље
+Workflow Transition,Воркфлов Транзиција
+Workflow Transitions,Воркфлов Прелази
+Workflow state represents the current state of a document.,Воркфлов држава представља тренутно стање документа.
+Workflow will start after saving.,Воркфлов ће почети након штедње.
+Write,Написати
+Write a Python file in the same folder where this is saved and return column and result.,Напишите питхон фајл у истом фолдер у којем се то и повратка колоне и резултата.
+Write a SELECT query. Note result is not paged (all data is sent in one go).,Напишите СЕЛЕЦТ упита. Напомена резултат се није звао (сви подаци се шаљу у једном потезу).
+Write titles and introductions to your blog.,Напишите и представљање нових наслова на свој блог.
+Writers Introduction,Писци Увод
+Year,Година
+Yes,Да
+Yesterday,Јуче
+You can set various 'properties' to Users to set default values and apply permission rules based on the value of these properties in various forms.,Можете да поставите различите "својства" Корисницима да подесите подразумеване вредности и примене правила дозвола на основу вредности ових особина у различитим облицима.
+You can use Customize Form to set levels on fields.,Можете да користите Подесите Образац за подешавање нивоа на пољима.
+"Your download is being built, this may take a few moments...","Преузимање се гради, ово може да потраје неколико тренутака ..."
+[Label]:[Field Type]/[Options]:[Width],[Лабел]: [Поље Тип] / [Опције]: [ширина]
+add your own CSS (careful!),додајте своје ЦСС (царефул!)
+adjust,подесити
+align-center,алигн-центар
+align-justify,алигн оправдава
+align-left,алигн левом
+align-right,алигн-десно
+and,и
+arrow-down,стрелица надоле
+arrow-left,стрелица налево
+arrow-right,стрелица десно
+arrow-up,арров-уп
+asterisk,звездица
+backward,уназад
+ban-circle,бан-круг
+barcode,баркод
+bell,звоно
+bold,смео
+book,књига
+bookmark,боокмарк
+briefcase,актенташна
+bullhorn,мегафона
+calendar,календар
+camera,камера
+cannot be empty,не може да буде празно
+cannot be in its own,не може бити у своје
+"cannot have a URL, because it has child item(s)","не може имати УРЛ, јер има деце ставке ()"
+cannot start with,не може да почне са
+certificate,потврда
+check,проверити
+chevron-down,Цхеврон-доле
+chevron-left,Цхеврон-лево
+chevron-right,Цхеврон-десно
+chevron-up,Цхеврон-уп
+circle-arrow-down,круг-стрелица надоле
+circle-arrow-left,круг-стрелица налево
+circle-arrow-right,круг-стрелица надесно
+circle-arrow-up,круг-уп арров
+cog,зубац
+comment,коментар
+comments,Коментари
+create a Custom Field of type Link (Profile) and then use the 'Condition' settings to map that field to the Permission rule.,"креирате Цустом поље типа Линк (профил), а затим користите "Стање" поставке да мапира то поље на Дозвола правила."
+dd-mm-yyyy,дд-мм-гггг
+dd/mm/yyyy,дд / мм / гггг
+does not exist,не постоји
+download,преузети
+download-alt,довнлоад-алт
+edit,едит
+eject,избацивати
+envelope,коверат
+exclamation-sign,узвик-знак
+eye-close,ока близу
+eye-open,ока отворити
+facetime-video,фацетиме-видео
+fast-backward,брзо назад
+fast-forward,брзо напред
+file,фајл
+film,филм
+filter,филтер
+fire,ватра
+flag,застава
+folder-close,фолдер затвори
+folder-open,фолдер отвори
+font,фонт
+forward,напред
+found,фоунд
+fullscreen,фуллсцреен
+gift,поклон
+glass,стакло
+globe,кугла
+hand-down,рука-доле
+hand-left,рука-лево
+hand-right,рука-десна
+hand-up,рука-уп
+hdd,хдд
+headphones,слушалице
+heart,срце
+home,кући
+icon,икона
+in,у
+inbox,инбок
+indent-left,индент-лево
+indent-right,индент-десно
+info-sign,инфо-знак
+is linked in,је повезан на
+is not allowed.,није дозвољено.
+italic,курзиван
+leaf,лист
+list,списак
+list-alt,лист-алт
+lock,закључати
+lowercase,мала слова
+magnet,магнет
+map-marker,мапа-маркера
+minus,минус
+minus-sign,минус-знак
+mm-dd-yyyy,мм-дд-гггг
+mm/dd/yyyy,мм / дд / ииии
+move,преместити
+music,музика
+not in,не у
+of type Link,типа Линк
+off,искључен
+ok,у реду
+ok-circle,ок-круг
+ok-sign,ок-знак
+or,или
+pause,пауза
+pencil,оловка
+picture,слика
+plane,авион
+play,игра
+play-circle,плеј-круг
+plus,плус
+plus-sign,плус потпише
+print,штампати
+qrcode,КРЦоде
+question-sign,питање-знак
+random,случајан
+refresh,освежити
+remove,уклонити
+remove-circle,ремове-круг
+remove-sign,ремове-сигн
+repeat,поновити
+resize-full,ресизе-фулл
+resize-horizontal,ресизе-хоризонтална
+resize-small,ресизе-смалл
+resize-vertical,ресизе-вертикална
+retweet,ретвеет
+road,пут
+screenshot,сцреенсхот
+search,претраживати
+share,удео
+share-alt,Удео-алт
+shopping-cart,шопинг-колица
+signal,сигнал
+star,звезда
+star-empty,звезда празна
+step-backward,корак-назад
+step-forward,корак напред
+stop,зауставити
+tag,надимак
+tags,ознаке
+"target = ""_blank""",таргет = "_бланк"
+tasks,задаци
+text-height,текст-висина
+text-width,Текст ширине
+th,тх
+th-large,тх-велики
+th-list,ог листа
+thumbs-down,тхумбс-доле
+thumbs-up,тхумбс уп
+time,време
+tint,нијанса
+to,до
+trash,отпад
+upload,отпремање
+user,корисник
+user_image_show,усер_имаге_схов
+values and dates,вредности и датуми
+volume-down,звука доле
+volume-off,Обим-офф
+volume-up,звука се
+warning-sign,Упозорење-знак
+wrench,кључ
+yyyy-mm-dd,гггг-мм-дд
+zoom-in,зум-у
+zoom-out,зоом-оут
diff --git a/webnotes/translations/ta.csv b/webnotes/translations/ta.csv
new file mode 100644
index 0000000000..b5c68addae
--- /dev/null
+++ b/webnotes/translations/ta.csv
@@ -0,0 +1,1073 @@
+ by Role ,பாத்திரம் மூலம்
+ can not be marked as a ledger as it has existing child,"இது ஏற்கனவே உள்ள குழந்தை, ஒரு பேரேட்டில் குறிக்கப்படும்"
+ cannot be deleted.,இதை நீக்க முடியாது.
+ is not set,அமைக்கப்படவில்லை
+"""Company History""","நிறுவனத்தின் வரலாறு"
+"""Team Members"" or ""Management""","குழு உறுப்பினர்" அல்லது "மேலாண்மை"
+0,0
+"000 is black, fff is white","000 கருப்பு, fff வெள்ளை"
+1,1
+12px,12px
+13px,13px
+14px,14px
+15px,15px
+16px,16px
+2,2
+2 days ago,2 நாட்களுக்கு முன்பு
+"\
+field:[fieldname] - By Field\
+naming_series: - By Naming Series (field called naming_series must be present\
+Prompt - Prompt user for a name\
+[series] - Series by prefix (separated by a dot); for example PRE.#####\
+')"">Naming Options",
+Cancel allows you change Submitted documents by cancelling them and amending them.,ரத்து அவற்றை ரத்து அவற்றை திருத்தி சமர்ப்பிக்க ஆவணங்கள் மாற்ற அனுமதிக்கிறது.
+A new popup will open that will ask you to select further conditions.,ஒரு புதிய பாப் என்று மேலும் நிலைமைகள் தேர்ந்தெடுக்க நீங்கள் கேட்க வேண்டும் திறக்கும்.
+A user can have multiple values for a property.,ஒரு பயனர் ஒரு சொத்து பல மதிப்புகள் முடியும்.
+About,பற்றி
+About Us Settings,பற்றி எங்களை அமைப்புகள்
+About Us Team Member,எங்களை குழு உறுப்பினர் பற்றி
+Account Id,கணக்கு அடையாளம்
+Action,செயல்
+Actions,செயல்கள்
+Add,சேர்
+Add A New Rule,ஒரு புதிய விதி சேர்க்க
+Add A Property,ஒரு சொத்து சேர்க்க
+Add Attachments,இணைப்புகள் சேர்க்க
+Add Bookmark,Bookmark சேர்க்க
+Add CSS,CSS ஐ சேர்
+Add Column,நெடுவரிசையை சேர்க்க
+Add Google Analytics ID: eg. UA-89XXX57-1. Please search help on Google Analytics for more information.,"எ.கா.: கூகுள் அனலிட்டிக்ஸ் ஐடி சேர்க்க. UA-89XXX57-1. மேலும் தகவலுக்கு, Google அனலிட்டிக்ஸ் குறித்த உதவி தேட வேண்டும்."
+Add Message,செய்தி சேர்க்க
+Add New Permission Rule,புதிய அனுமதி விதி சேர்க்க
+Add Reply,பதில் சேர்க்க
+Add Total Row,மொத்த ரோ சேர்க்க
+Add a banner to the site. (small banners are usually good),தளத்தில் ஒரு பேனர் சேர்க்க. (சிறிய பதாகைகள் பொதுவாக நல்ல)
+Add attachment,இணைப்பை சேர்
+Add code as <script>,<script> என குறியீடு சேர்க்க
+Add new row,புதிய வரிசை சேர்க்க
+"Add the name of Google Web Font e.g. ""Open Sans""","பெயர் சேர்க்க Google வலை எழுத்துரு எ.கா. "திறந்த சான்ஸ்""
+Add to To Do,செய்யவேண்டியவை சேர்க்க
+Add to To Do List of,பட்டியல் செய்யவேண்டியவை சேர்க்க
+Additional Info,கூடுதல் தகவல்
+Address,முகவரி
+Address and other legal information you may want to put in the footer.,முகவரி மற்றும் பிற சட்ட தகவல் நீங்கள் அடிக்குறிப்பில் உள்ள வைக்க வேண்டும்.
+Address to be displayed on the Contact Page,தொடர்பு பக்கம் காட்டப்படும் முகவரி
+Adds a custom field to a DocType,ஒரு டாக்டைப்பின் ஒரு தனிபயன் துறையில் சேர்க்கிறது
+Adds a custom script (client or server) to a DocType,ஒரு டாக்டைப்பின் ஒரு தனிபயன் ஸ்கிரிப்ட் (கிளையன் அல்லது சர்வர்) சேர்க்கிறது
+Advanced Scripting,மேம்பட்ட ஸ்கிரிப்ட்டிங்
+Advanced Settings,மேம்பட்ட அமைப்புகள்
+All Day,அனைத்து தினம்
+"All possible Workflow States and roles of the workflow.
Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","அனைத்து பணியோட்ட அமெரிக்கா மற்றும் பணிப்பாய்வு பாத்திரங்களை.
Docstatus விருப்பங்கள்: 0 "சேமிக்கப்பட்ட" என்பது, 1 "Submitted" மற்றும் 2 "ரத்து" என்று"
+Allow Attach,இணை அனுமதி
+Allow Import,இறக்குமதி அனுமதி
+Allow Import via Data Import Tool,தரவு இறக்குமதி கருவி வழியாக இறக்குமதி அனுமதி
+Allow Rename,மறுபெயரிடு அனுமதி
+Allow on Submit,சமர்ப்பி மீது அனுமதிக்க
+Allow user to login only after this hour (0-24),பயனர் இந்த மணி நேரத்திற்கு பிறகு மட்டுமே உள்நுழைய அனுமதி (0-24)
+Allow user to login only before this hour (0-24),பயனர் இந்த மணி நேரத்திற்கு முன் தான் உள்ளே செல்ல அனுமதிக்க (0-24)
+Allowed,அனுமதித்த
+Already Registered,ஏற்கனவே பதிவு
+Amend,முன்னேற்று
+"An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org]",". Ico நீட்டிப்பு ஒரு ஐகான் கோப்பு. 16 x 16 px இருக்க வேண்டும். ஃபேவிகான் ஜெனரேட்டர் பயன்படுத்தி உருவாக்கப்படும். [ ஃபேவிகான்-generator.org ]"
+Are you sure you want to delete the attachment?,நீங்கள் இணைப்பு நீக்க வேண்டுமா?
+Arial,Arial
+"As a best practice, do not assign the same set of permission rule to different Roles instead set multiple Roles to the User","ஒரு சிறந்த போல், அதற்கு பதிலாக பயனர் பல பாத்திரங்கள் அமைக்க பல்வேறு பாத்திரங்கள் அனுமதி ஆட்சி ஒரே தொகுதி ஒதுக்க தேவையில்லை"
+Ascending,ஏறுமுகம்
+Assign To,என்று ஒதுக்க
+Assigned By,ஒதுக்கப்படுகின்றன
+Assigned To,ஒதுக்கப்படும்
+Assigned To/Owner,/ உரிமையாளர் ஒதுக்கப்படும்
+Attach,ஒட்டு
+Attach Document Print,ஆவண அச்சிடுக இணைக்கவும்
+Attach as web link,இணைய இணைப்பு இணை
+Attached To DocType,Doctype இணைக்கப்பட்டுள்ளது
+Attached To Name,பெயர் இணைக்கப்பட்டுள்ளது
+Attachments,இணைப்புகள்
+Attributions,பண்புக்கூறுகளை
+Auto Name,கார் பெயர்
+Auto generated,உருவாக்கப்பட்ட கார்
+Avatar,சின்னம்
+Background Color,பின்புல நிறம்
+Background Image,பின்புல படம்
+Banner,சிறிய கொடி
+Banner HTML,பதாகை HTML
+Banner Image,பதாகை படம்
+Banner is above the Top Menu Bar.,பதாகை மேலே மெனு பார் மேலே உள்ளது.
+Begin this page with a slideshow of images,படங்களை ஒரு காட்சியை இந்த பக்கம் தொடங்க
+Belongs to,சொந்தம்
+Bio,உயிரி
+Birth Date,பிறந்த தேதி
+Blog Category,வலைப்பதிவு பகுப்பு
+Blog Intro,வலைப்பதிவு அறிமுகம்
+Blog Introduction,வலைப்பதிவு அறிமுகம்
+Blog Post,வலைப்பதிவு இடுகை
+Blog Settings,வலைப்பதிவு அமைப்புகள்
+Blog Title,தலைப்பு
+Blogger,பதிவர்
+Bookmarks,புக்மார்க்குகள்
+Brand HTML,பிராண்ட் HTML
+"Brand is what appears on the top-right of the toolbar. If it is an image, make sure it
+has a transparent background and use the <img /> tag. Keep size as 200px x 30px",
+Bulk Email,மொத்த மின்னஞ்சல்
+Bulk Email records.,மொத்த மின்னஞ்சல் பதிவுகள்.
+Button,பொத்தான்
+By,மூலம்
+COMM-,Comm-
+CSS,CSS
+Calendar,அட்டவணை
+Can only be exported by users with role 'Report Manager',மட்டுமே பங்கு 'அறிக்கை மேலாளர்' பயனர்களுக்கு மூலம் ஏற்றுமதி
+Cancel,ரத்து
+Cancel permission also allows the user to delete a document (if it is not linked to any other document).,ரத்து அனுமதி கூட பயனர் ஒரு ஆவணம் (அது வேறு ஆவணம் இணைக்கப்படவில்லை என்றால்) நீக்க அனுமதிக்கிறது.
+Cancelled,ரத்து
+Cannot Update: Incorrect / Expired Link.,புதுப்பிக்க முடியாது : காலாவதியான / தவறான இணைப்பு .
+Cannot Update: Incorrect Password,புதுப்பிக்க முடியாது : தவறான கடவுச்சொல்
+Cannot change from,மாற்ற முடியாது
+Cannot edit standard fields,நிலையான துறைகள் திருத்த முடியாது
+Cannot map because following condition fails: ,"பின்வரும் நிலையில் முடியவில்லை, ஏனெனில் வரைய முடியாது:"
+"Cannot update a non-exiting record, try inserting.","ஒரு அல்லாத வெளியேறும் பதிவு புதுப்பிக்க முடியவில்லை , சேர்க்கைக்கு முயற்சி ."
+Categorize blog posts.,இடுகைகள் வகைப்படுத்தவும்.
+Category,வகை
+Category Name,வகை பெயர்
+Center,மையம்
+"Certain documents should not be changed once final, like an Invoice for example. The final state for such documents is called Submitted. You can restrict which roles can Submit.",சில ஆவணங்களை உதாரணமாக ஒரு விலைப்பட்டியல் போன்ற முறை இறுதி மாற்ற கூடாது. அத்தகைய ஆவணங்களை இறுதி மாநில Submitted அழைக்கப்படுகிறது. நீங்கள் நடிக்க சமர்ப்பி இது கட்டுப்படுத்த முடியும்.
+Chat,அரட்டை
+Check,சோதனை
+Check / Uncheck roles assigned to the Profile. Click on the Role to find out what permissions that Role has.,பதிவு செய்தது ஒதுக்கப்படும் / தேர்வுநீக்கு வேடங்களில் பாருங்கள். பங்கு உண்டு என்று என்ன அனுமதிகள் கண்டுபிடிக்க பங்கு கிளிக்.
+Check this to make this the default letter head in all prints,அனைத்து அச்சிட்டு இந்த முன்னிருப்பு கடிதம் தலை செய்ய இந்த சோதனை
+Checked,சதுர அமைப்பு கொண்டுள்ள
+Child Tables are shown as a Grid in other DocTypes.,குழந்தை அட்டவணைகள் மற்ற டாக்டைப்கள் ஒரு கட்டம் காட்டப்படும்.
+Clear Cache & Refresh,தெளிவான Cache & புதுப்பி
+Click on button in the 'Condition' column and select the option 'User is the creator of the document','நிலை' நிரலில் பொத்தானை கிளிக் மற்றும் விருப்பத்தை 'பயனர் ஆவணம் உருவாக்கியவர்' தேர்வு
+Click on row to edit.,திருத்த வரிசையில் கிளிக் .
+Click to Expand / Collapse,சுருக்கு / விரிவாக்கு சொடுக்கவும்
+Client,கிளையன்
+Close,மூடவும்
+Code,குறியீடு
+Color,நிறம்
+Column Break,நெடுவரிசை பிரிப்பு
+Comment,கருத்து
+Comment By,By கருத்து
+Comment By Fullname,FULLNAME என்பவர் உங்களை மூலம் கருத்து
+Comment Date,தேதி கருத்து
+Comment Docname,Docname கருத்து
+Comment Doctype,DOCTYPE கருத்து
+Comment Time,நேரம் கருத்து
+Comments,கருத்துரைகள்
+Communication,தகவல்
+Communication Medium,தொடர்பு மொழி
+Company History,நிறுவனத்தின் வரலாறு
+Company Introduction,நிறுவனம் அறிமுகம்
+Company Name,நிறுவனத்தின் பெயர்
+Complaint,புகார்
+Complete By,மூலம் நிறைவு
+Condition Field,நிலை புலம்
+Contact Us Settings,எங்களை அமைப்புகள் தொடர்பு
+"Contact options, like ""Sales Query, Support Query"" etc each on a new line or separated by commas.","தொடர்பு விருப்பங்கள், ஒரு புதிய பாதையில் ஹிப்ரு ஒவ்வொரு "விற்பனை கேள்வி, வினா ஆதரவு" அல்லது பிரிக்கப்பட்ட."
+Content,உள்ளடக்கம்
+Content in markdown format that appears on the main side of your page,உங்கள் பக்கம் முக்கிய பக்கத்தில் தோன்றும் markdown வடிவமைப்பில் உள்ளடக்கத்தை
+Content web page.,உள்ளடக்கத்தை வலைப்பக்கத்தில்.
+Control Panel,கண்ட்ரோல் பேனல்
+Controller,கட்டுப்பாட்டாளர்
+Copy,நகலெடுக்க
+Copyright,பதிப்புரிமை
+Core,உள்ளகம்
+Count,கவுண்ட்
+Country,நாடு
+Create,உருவாக்கு
+Created Customer Issue,உருவாக்கிய வாடிக்கையாளர் வெளியீடு
+Created Opportunity,வாய்ப்பு உருவாக்கப்பட்டது
+Created Support Ticket,உருவாக்கிய ஆதரவு டிக்கெட்
+Currency,நாணய
+Currency Format,நாணய வடிவமைப்பு
+Current status,தற்போதைய நிலை
+Custom CSS,தனிப்பயன் CSS
+Custom Field,தனிப்பயன் புலம்
+Custom Reports,தனிபயன் அறிக்கைகள்
+Custom Script,தனிப்பயன் உரை
+Custom Startup Code,தனிபயன் தொடக்க கோட்
+Custom?,தனிபயன்?
+Customize,தனிப்பயனாக்கு
+Customize Form,படிவம் தனிப்பயனாக்கு
+Customize Form Field,படிவம் புலம் தனிப்பயனாக்கு
+"Customize Label, Print Hide, Default etc.","லேபிள், அச்சு மறை, இயல்புநிலை போன்ற தனிப்பயனாக்கு"
+Daily Event Digest is sent for Calendar Events where reminders are set.,தினசரி நிகழ்வு டைஜஸ்ட் ஒன்றுள்ளது எங்கே அட்டவணை நிகழ்வுகள் அனுப்பப்பட்டுள்ளது.
+Danger,ஆபத்து
+Data,தரவு
+Data missing in table,அட்டவணையில் காணாமல் தரவு
+Date,தேதி
+Date Format,தேதி வடிவமைப்பு
+Date must be in format,தேதி வடிவமைப்பில் இருக்க வேண்டும்
+Datetime,நாள்நேரம்
+Dear,அன்பே
+Default,தவறுதல்
+Default Home Page,இயல்புநிலை முகப்பு பக்கம்
+Default Home Pages,இயல்புநிலை முகப்பு பக்கங்கள்
+Default Print Format,முன்னிருப்பு அச்சு வடிவம்
+Default Value,முன்னிருப்பு மதிப்பு
+"Default: ""Contact Us""",இயல்புநிலை: "எங்களை"
+DefaultValue,DefaultValue
+Defaults,இயல்புநிலைக்கு
+Defines actions on states and the next step and allowed roles.,மாநிலங்களில் நடவடிக்கைகளை அடுத்த படிநிலை மற்றும் அனுமதிக்கப்பட்ட வேடங்களில் வரையறுக்கிறது.
+Defines workflow states and rules for a document.,பணியோட்டம் மாநிலங்கள் மற்றும் ஒரு ஆவணம் விதிகளை வரையறுக்கிறது.
+Delete,நீக்கு
+Delete Row,வரிசையை நீக்கு
+Depends On,பொறுத்தது
+Descending,இறங்கு
+Description,விளக்கம்
+"Description for listing page, in plain text, only a couple of lines. (max 140 characters)","வெற்று உரையாக பட்டியல் பக்கம் விளக்கங்களும், வரிகளை மட்டும் ஒரு ஜோடி. (அதிகபட்சம் 140 எழுத்துக்கள்)"
+Description for page header.,பக்கம் தலைப்பு விளக்கம்.
+Desktop,டெஸ்க்டாப்
+Details,விவரம்
+Did not add.,சேர்க்க முடியவில்லை.
+Did not cancel,ரத்து
+Did not save,சேமிக்க முடியவில்லை
+"Different ""States"" this document can exist in. Like ""Open"", ""Pending Approval"" etc.","வெவ்வேறு "அமெரிக்கா" இந்த ஆவணம் "ஏற்பு நிலுவையில்" போன்ற, "திற" போல உள்ளே இருக்க முடியும்"
+Disable Customer Signup link in Login page,உள்நுழைவு பக்கம் வாடிக்கையாளர் பதிவு இணைப்பு முடக்கு
+Disable Signup,பதிவுசெய்தல் முடக்கு
+Disabled,முடக்கப்பட்டது
+Display Settings,அமைப்புகள் காட்ட
+Doc Status,Doc நிலைமை
+DocField,DocField
+DocPerm,DocPerm
+DocType,DOCTYPE
+DocType Details,DOCTYPE விவரம்
+DocType can not be merged,DOCTYPE ஒன்றாக்க முடியாது
+DocType is a Table / Form in the application.,DOCTYPE பயன்பாடு ஒரு அட்டவணை / படிவம் உள்ளது.
+DocType on which this Workflow is applicable.,இந்த பணியோட்ட பொருந்தும் எந்த டாக்டைப்பின்.
+DocType or Field,DOCTYPE அல்லது புலம்
+Docname,Docname
+Document,பத்திரம்
+Document Status transition from ,முதல் ஆவண நிலைமை மாற்றம்
+Document Type,ஆவண வகை
+Document Types,ஆவண வகைகள்
+Document is only editable by users of role,ஆவண பங்கு பயனர்கள் மட்டுமே திருத்தக்கூடிய
+Documents,ஆவணங்கள்
+Download Backup,காப்பு பதிவிறக்க
+Draft,காற்று வீச்சு
+Drafts,வரைவுகள்
+Drag to sort columns,வகை நெடுவரிசைகள் இழுக்கவும்
+Edit,திருத்த
+Editable,திருத்தும்படி
+Email,மின்னஞ்சல்
+Email Host,மின்னஞ்சல் புரவலன்
+Email Id where users will send support request e.g. support@example.com,பயனர்கள் ஆதரவு கோரிக்கையை எ.கா. அனுப்ப அங்கு Email Id support@example.com
+Email Login,மின்னஞ்சல் தேதி
+Email Password,மின்னஞ்சல் கடவுச்சொல்
+Email Sent,மின்னஞ்சல் அனுப்பப்பட்டது
+Email Settings,மின்னஞ்சல் அமைப்புகள்
+Email Signature,மின்னஞ்சல் கையொப்பம்
+Email Use SSL,பயன்பாட்டு SSL மின்னஞ்சல்
+"Email addresses, separted by commas","கமாவால் separted மின்னஞ்சல் முகவரிகள்,"
+Email...,மின்னஞ்சல் ...
+Embed image slideshows in website pages.,இணைய பக்கங்களில் உள்ள படத்தை ஸ்லைடு உட்பொதிக்கவும்.
+Enable Comments,கருத்துரைகளை இயக்கு
+Enabled,இயலுமைப்படுத்த
+Ends on,முனைகளில்
+Enter Form Type,படிவம் வகை உள்ளிடவும்
+"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.","முன்னிருப்பு மதிப்பு துறைகளில் (விசைகளை) மற்றும் மதிப்புகள் உள்ளிடவும். நீங்கள் ஒரு துறையில் பல மதிப்புகள் சேர்க்க என்றால், முதலில் ஒரு தயக்கம். இந்த முன்னிருப்புகள் கூட "போட்டி" அனுமதி விதிகளை அமைக்க பயன்படுத்தப்படுகிறது. துறைகளில் பட்டியலை பார்க்க, சென்று படிவம் தனிப்பயனாக்கு ."
+Equals,சமங்களின்
+Error,பிழை
+Error: Document has been modified after you have opened it,பிழை: நீங்கள் அதை திறந்து பின் ஆவண மாற்றம்
+Event,சம்பவம்
+Event End must be after Start,நிகழ்வு முடிவு பின்னர் இருக்க வேண்டும்
+Event Individuals,நிகழ்வு தனிநபர்கள்
+Event Role,நிகழ்வு பாத்திரம்
+Event Roles,நிகழ்வு பங்களிப்பு
+Event Type,நிகழ்வு வகை
+Event User,நிகழ்வு பயனர்
+Events In Today's Calendar,இன்றைய அட்டவணை நிகழ்வுகள்
+Every Day,ஒவ்வொரு நாள்
+Every Month,ஒவ்வொரு மாதமும்
+Every Week,ஒவ்வொரு வாரமும்
+Every Year,ஒவ்வொரு ஆண்டும்
+Example:,உதாரணமாக:
+Export,ஏற்றுமதி செய்
+Facebook Share,Facebook பகிர்
+FavIcon,ஃபேவிகான்
+Female,பெண்
+Field Description,புலம் விளக்கம்
+Field Name,புலம் பெயர்
+Field Type,புலம் வகை
+"Field that represents the Workflow State of the transaction (if field is not present, a new hidden Custom Field will be created)","(புலம் இல்லை என்றால், ஒரு புதிய மறைக்கப்பட்ட தனிப்பயன் புலம் உருவாக்கப்படும்) பரிமாற்றத்தின் பணியோட்ட மாநிலம் பிரதிபலிக்கிறது என்று புலம்"
+Fieldname,FIELDNAME
+Fields,புலங்கள்
+"Fields separated by comma (,) will be included in the
Search By list of Search dialog box","கமா (,) மூலம் பிரித்து துறைகளில் சேர்க்கப்படும்
திரைப்பட உரையாடல் பெட்டி பட்டியல் மூலம் தேட"
+File,கோப்பு
+File Data,கோப்பு தகவல்கள்
+File Name,கோப்பு பெயர்
+File Size,கோப்பு அளவு
+File URL,கோப்பு URL
+File size exceeded the maximum allowed size,கோப்பு அளவு அனுமதிக்கப்பட்ட அதிகபட்ச அளவை தாண்டியது
+Filter,வடிகட்ட
+Finder,தேடல்
+First Name,முதல் பெயர்
+Float,மிதப்பதற்கு
+Font (Heading),எழுத்துரு (தலைப்பு)
+Font (Text),எழுத்துரு (உரை)
+Font Size (Text),எழுத்துரு அளவு (உரை)
+Fonts,எழுத்துருக்கள்
+Footer,அடிக்குறிப்பு
+Footer Items,அடிக்குறிப்பு உருப்படிகள்
+For All Users,அனைத்து பயனர்களுக்கான
+For DocType,DOCTYPE பொறுத்தவரை
+"For Links, enter the DocType as range
+For Select, enter list of Options separated by comma",
+"For comparative filters, start with","ஒப்பீட்டு வடிப்பான்களின், துவக்க"
+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' போம். இந்த ஒவ்வொரு திருத்த கண்காணிக்க உதவுகிறது.
+For example: You want to restrict users to transactions marked with a certain property called 'Territory',எடுத்துக்காட்டாக: நீங்கள் 'மண்டலம்' என்று ஒரு சில சொத்து குறிக்கப்பட்ட நடவடிக்கைகள் பயனர்களை தடுக்க வேண்டும்
+For ranges,வரம்புகள்
+Form,படிவம்
+"Format: hh:mm example for one hour expiry set as 01:00.
+Max expiry will be 72 hours. Default is 24 hours",
+Forward To Email Address,முன்னோக்கி மின்னஞ்சல் முகவரியை
+Friday,வெள்ளி
+From Date must be before To Date,தேதி முதல் தேதி முன் இருக்க வேண்டும்
+Full Name,முழு பெயர்
+Gantt Chart,காண்ட் விளக்கப்படம்
+Gender,பாலினம்
+General,பொதுவான
+Generator,மக்களை பெறுபவர்
+Georgia,ஜோர்ஜியா
+Get,கிடைக்கும்
+Get From ,முதல் கிடைக்கும்
+"Go to Setup > User Properties to set \
+ 'territory' for diffent Users.",
+Google Analytics ID,கூகுள் அனலிட்டிக்ஸ் ஐடி
+Google Plus One,கூகிள் பிளஸ் ஒன்
+Google Web Font (Heading),Google வலை எழுத்துரு (தலைப்பு)
+Google Web Font (Text),Google வலை எழுத்துரு (உரை)
+Greater or equals,கிரேட்டர் அல்லது சமமாக
+Greater than,அதிகமாக
+Groups,குழுக்கள்
+HTML,HTML
+Header,தலை கீழாக நீரில் மூழ்குதல்
+Heading,செய்தித்தாளின் தலைப்பு
+Heading Text As,என உரை தலைப்பு
+Help,உதவி
+Helvetica Neue,ஹெல்வெடிகா நியீ
+Hey! There should remain at least one System Manager,ஏய்! குறைந்தது ஒரு கணினி மேலாளர் அங்கு இருக்க வேண்டும்
+Hidden,மறைந்துள்ள
+Hide Actions,செயல்கள் மறைக்க
+Hide Copy,நகல் மறைக்க
+Hide Email,மின்னஞ்சல் மறைக்க
+Hide Heading,தலைப்பு மறைக்க
+Hide Print,அச்சு மறைக்க
+Hide Toolbar,கருவிப்பட்டியை மறை
+Highlight,சிறப்புக்கூறு
+History,வரலாறு
+Home Page,முகப்பு பக்கம்
+Home Page is Products,முகப்பு பக்கம் தயாரிப்புகள் ஆகும்
+Home Pages,முகப்பு பக்கங்கள்
+ID,ஐடி
+ID (name) of the entity whose property is to be set,அதன் சொத்து அமைக்க வேண்டும் நிறுவனம் ஐடி (பெயர்)
+Icon,உருவம்
+Icon will appear on the button,ஐகான் பொத்தானை தோன்றும்
+"If a User does not have access at Level 0, then higher levels are meaningless","ஒரு பயனர் நிலை 0 அணுகல் இல்லை என்றால், பிறகு அதிக அளவு பொருளற்றது ஆகும்"
+"If checked, all other workflows become inactive.","சரி என்றால், அனைத்து பிற பணிப்பாய்வுகளும் செயலற்று போகும்."
+"If checked, the Home page will be the default Item Group for the website.","தேர்வுசெய்யப்பட்டால், முகப்பு பக்கம் இணைய முன்னிருப்பு உருப்படி குழு இருக்கும்."
+"If image is selected, color will be ignored (attach first)","படத்தை தேர்வு செய்தால், நிறம் (முதல் இணைக்கவும்) புறக்கணிக்கப்படும்"
+"If not, create a","இல்லை என்றால், ஒரு உருவாக்க"
+"If the 'territory' Link Field exists, it will give you an option to select it","'பகுதியில்' இணைப்பு புலம் உள்ளது என்றால், அதை நீங்கள் தேர்ந்தெடுக்க ஒரு விருப்பத்தை தரும்"
+"If these instructions where not helpful, please add in your suggestions at GitHub Issues","இந்த வழிமுறைகளை அங்கு பயனுள்ளதாக இல்லை என்றால், மிக href='https://github.com/webnotes/wnframework/issues'> மகிழ்ச்சியா சிக்கல்கள் < / a> உங்கள் ஆலோசனைகளை சேர்க்க தயவு செய்து"
+"If you set this, this Item will come in a drop-down under the selected parent.","நீங்கள் இந்த அமைக்க என்றால், இந்த பொருள் தேர்வு பெற்றோர் கீழ் ஒரு துளி கீழே வரும் ."
+Image,படம்
+Image Link,படம் இணைப்பு
+Import,இறக்குமதி பொருள்கள்
+In,இல்
+In Dialog,உரையாடல்
+In Filter,வடிகட்டி உள்ள
+In List View,பட்டியல் இல்
+In Report Filter,அறிக்கை வடிகட்டி உள்ள
+In response to,பதில்
+"In the Permission Manager, click on the button in the 'Condition' column for the Role you want to restrict.","அனுமதி மேலாளர், நீங்கள் தடுக்க வேண்டும் பாத்திரத்தில் ஒரு 'நிலை' நிரலில் பொத்தானை கிளிக் செய்யவும்."
+Index,குறியீட்டெண்
+Individuals,தனிநபர்கள்
+Industry,தொழில்
+Info,தகவல்
+Insert After,பிறகு செருகு
+Insert Below,கீழே நுழைக்கவும்
+Insert Code,கோட் செருக
+Insert Row,ரோ நுழைக்க
+Insert Style,உடை செருக
+Int,முகப்பு
+Integrations,ஒருங்கிணைவுகளையும்
+Introduce your company to the website visitor.,இணைய பார்வையாளர் உங்கள் நிறுவனம் அறிமுகம்.
+Introduction,அறிமுகப்படுத்துதல்
+Introductory information for the Contact Us Page,எங்களை பக்கம் ஒரு அறிமுக தகவல்
+Invalid Email,தவறான மின்னஞ்சல்
+Inverse,தலைகீழான
+Is Active,செயலில் உள்ளது
+Is Child Table,குழந்தைகள் அட்டவணை உள்ளது
+Is Default,இது இயல்பு
+Is Mandatory Field,இன்றியமையாதது ஆகும்
+Is Single,ஒற்றை உள்ளது
+Is Standard,ஸ்டாண்டர்ட் உள்ளது
+Is Submittable,Submittable உள்ளது
+JSON,JSON
+JavaScript Format: wn.query_reports['REPORTNAME'] = {},ஜாவா வடிவம்: wn.query_reports [' REPORTNAME '] = { }
+Javascript,ஜாவா ஸ்கிரிப்ட்
+Javascript to append to the head section of the page.,Javascript பக்கம் தலை பிரிவில் சேர்க்க வேண்டும்.
+Keep a track of all communications,அனைத்து தொடர்புகளையும் ஒரு கண்காணிக்க
+Key,சாவி
+Label,சிட்டை
+Label Help,லேபிள் உதவி
+Lacs,Lacs
+Landing Page,இறங்கும் பக்கம்
+Language,மொழி
+Language preference for user interface (only if available).,பயனர் இடைமுக மொழி முன்னுரிமை (மட்டுமே கிடைக்கும் என்றால்).
+Last IP,கடந்த ஐபி
+Last Login,கடைசியாக உட்சென்ற தேதி
+Last Name,கடந்த பெயர்
+Last updated by,கடந்த மூலம் மேம்படுத்தப்பட்டது
+Lastmod,Lastmod
+Lato,Lato
+Leave blank to repeat always,எப்போதும் மீண்டும் வெறுமையாக விடவும்
+Left,விட்டு
+Less or equals,குறைவாக அல்லது சமமாக
+Less than,குறைவான
+Letter Head,முகவரியடங்கல்
+Letter Head Image,கடிதத்தை தலைமை படம்
+Letter Head Name,கடிதத்தை தலைமை பெயர்
+Letter Head in HTML,HTML இல் கடிதம் தலைமை
+Level,நிலை
+"Level 0 is for document level permissions, higher levels for field level permissions.","நிலை 0 ஆவணம் நிலை அனுமதிகள், புலம் நிலை அனுமதிகள் அதிக அளவு உள்ளது."
+Like,போன்ற
+Link,இணைப்பு
+Link Name,தொடுப்பு பெயர்
+Link to other pages in the side bar and next section,பக்க பட்டியில் மற்ற பக்கங்களை அடுத்த பிரிவில் இணைக்க
+Link to the page you want to open,நீங்கள் திறக்க வேண்டும் பக்கம் இணைப்பு
+Linked In Share,பங்கு தொடர்பு
+Linked With,உடன் இணைக்கப்பட்ட
+List,பட்டியல்
+List of patches executed,கொலை இணைப்பினை பட்டியல்
+Loading,சுமையேற்றம்
+Loading Report,அறிக்கை ஏற்றும்
+Loading...,ஏற்றுகிறது ...
+Log of Scheduler Errors,திட்டமிடுதல் பிழைகளின் பதிவு
+Login,புகுபதிகை
+Login After,பின்னர் உள்
+Login Before,முன் login
+Logout,விடு பதிகை
+Long Text,நீண்ட உரை
+Lucida Grande,Lucida கிராண்டி
+Mail Footer,அஞ்சல் அடிக்குறிப்பு
+Mail Server,அஞ்சல் வழங்கன்
+Main Section,முக்கிய பகுதி
+Make a new,ஒரு புதிய செய்ய
+Make sure that the transactions you want to restrict have a Link field 'territory' that maps to a 'Territory' master.,நீங்கள் தடுக்க வேண்டும் நடவடிக்கைகளுக்கு ஒரு இணைப்பு துறையில் 'பகுதியில்' என்று உறுதி என்று ஒரு 'மண்டலம்' குருவுக்கு வரைபடங்கள்.
+Male,ஆண்
+Mandatory,அதிகாரம் சார்ந்த
+Mandatory filters required:\n,கட்டாய வடிகட்டிகள் தேவை: \ n
+Master,தலைவன்
+Match,போட்டி
+Max Attachments,மேக்ஸ் இணைப்புகள்
+"Meaning of Submit, Cancel, Amend","திருத்தி, ரத்து, சமர்ப்பி அர்த்தம்"
+"Menu items in the Top Bar. For setting the color of the Top Bar, go to Style Settings","சிறந்த பட்டை உள்ள பட்டி உருப்படிகள். மேல் பட்டி வண்ணம் அமைக்க, போய் உடை அமைப்புகள்"
+"Merging is only possible between Group-to-Group or
+ Ledger-to-Ledger",
+Message,செய்தி
+Method,வகை
+Middle Name (Optional),நடுத்தர பெயர் (கட்டாயமில்லை)
+Millions,மில்லியன் கணக்கான
+Misc,மற்றவை
+Miscellaneous,நானாவிதமான
+Missing Values Required,தேவையான காணவில்லை கலாச்சாரம்
+Modified by,திருத்தியது
+Module,தொகுதி
+Module Def,தொகுதி டெப்
+Module Name,தொகுதி பெயர்
+Modules,தொகுதிகள்
+Monday,திங்கட்கிழமை
+More,அதிக
+More content for the bottom of the page.,பக்கம் கீழே அதிக உள்ளடக்கம்.
+Must have report permission to access this report.,இந்த அறிக்கை அணுக அறிக்கை அனுமதி பெற்றிருக்க வேண்டும்.
+Must specify a Query to run,இயக்க ஒரு கேள்வி குறிப்பிட வேண்டும்
+Name,பெயர்
+Name Case,பெயர் வழக்கு
+Name Exists,பெயர் முன்பே உள்ளது
+Naming Series mandatory,கட்டாய தொடர் பெயரிடும்
+New,புதிய
+New Password,புதிய கடவுச்சொல்
+New Record,புதிய பதிவு
+New value to be set,அமைக்க புதிய மதிப்பு
+Next Communcation On,அடுத்த Communcation இல்
+Next State,அடுத்த மாநிலம்
+Next actions,அடுத்த நடவடிக்கைகள்
+No,இல்லை
+No Action,இல்லை அதிரடி
+No Cache,இல்லை Cache
+No Communication tagged with this ,இந்த குறிச்சொல் இல்லை தொடர்பாடல்
+No Copy,இல்லை நகல்
+No Permission,இல்லை அனுமதி
+No Permission to ,எந்த அனுமதி
+No Permissions set for this criteria.,இல்லை அனுமதிகள் இந்த அடிப்படை அமைக்க.
+No Report Loaded. Please use query-report/[Report Name] to run a report.,"எந்த அறிக்கை ஏற்றப்பட்டது. பயன்படுத்த கேள்வி, அறிக்கை / [அறிக்கை பெயர்] ஒரு அறிக்கை ரன் செய்யவும்."
+No Sitemap,இல்லை தள வரைபடம்
+No User Properties found.,எந்த பயனர் பண்புகள் காணப்படும்.
+No further records,மேலும் பதிவுகள்
+No one,எந்த ஒரு
+No permission to edit,திருத்த அனுமதி இல்லை
+No permission to write / remove.,எழுத அனுமதி இல்லை / நீக்க.
+No records tagged.,இல்லை பதிவுகளை குறித்துள்ளார்.
+None,None
+None: End of Workflow,None: பணியோட்ட முடிவு
+Not Found,எதுவும் இல்லை
+Not Linked to any record.,எந்த பதிவு இணைந்தது.
+Not Permitted,அனுமதிக்கப்பட்ட
+Not allowed for: ,அனுமதி:
+Not enough permission to see links.,இல்லை இணைப்புகளை பார்க்க போதுமான அனுமதி.
+Not equals,சமம்
+"Note: For best results, images must be of the same size and width must be greater than height.","குறிப்பு: சிறந்த முடிவுகளுக்கு, படங்களை அதே அளவு மற்றும் அகலம் இருக்க வேண்டும் உயரத்தை விட அதிகமாக இருக்க வேண்டும்."
+Note: Other permission rules may also apply,குறிப்பு: பிற அனுமதி விதிகளை கூட பொருந்தும்
+Note: maximum attachment size = 1mb,குறிப்பு: அதிகபட்ச இணைப்பு அளவு = 1MB
+Nothing to show,காண்பிக்க ஒன்றும்
+Nothing to show for this selection,இந்த தேர்வு காண்பிக்க ஒன்றும்
+Notification Count,அறிவித்தல் எண ¯
+Notify By Email,மின்னஞ்சல் மூலம் தெரிவிக்க
+On,மீது
+"Once you have set this, the users will only be able access documents with that property.","இந்த அமைக்க பின், பயனர்கள் மட்டுமே அந்த சொத்துக்கள் முடியும் அணுகல் ஆவணங்கள் இருக்கும்."
+Only Administrator allowed to create Query / Script Reports,ஒரே நிர்வாகி கேள்வி / ஸ்கிரிப்ட் அறிக்கைகள் உருவாக்க அனுமதி
+Only Administrator can save a standard report. Please rename and save.,ஒரே நிர்வாகி ஒரு தரமான அறிக்கையை சேமிக்க முடியும். மறுபெயர் காப்பாற்றுங்கள்.
+Only Allow Edit For,மட்டும் திருத்து அனுமதி
+Only System Manager can create / edit reports,ஒரே அமைப்பு மேலாளர் அறிக்கைகள் உருவாக்க / திருத்த முடியாது
+Open Count,திறந்த எண ¯
+Open Sans,திறந்த சான்ஸ்
+Options,விருப்பங்கள்
+Options Help,விருப்பங்கள் உதவி
+Org History,org வரலாறு
+Org History Heading,Org வரலாறு தலைப்பு
+Original Message,அசல் செய்தி
+Other,வேறு
+POP3 Mail Server (e.g. pop.gmail.com),POP3 அஞ்சல் சேவையகம் (எ.கா. pop.gmail.com)
+Page,பக்கம்
+Page Background,பக்கம் பின்னணி
+Page Border,பக்கம் பார்டர்
+Page HTML,பக்கம் HTML
+Page Headings,பக்கம் தலைப்புகள்
+Page Links,பக்கம் இணைப்புகள்
+Page Name,பக்கம் பெயர்
+Page Name Field,பக்கத்தின் பெயர் பீல்டு
+Page Role,பக்கம் பாத்திரம்
+Page Text,பக்கம் உரை
+Page already exists,பக்கம் ஏற்கெனவே உள்ளது
+Page content,பக்கம் உள்ளடக்கம்
+Page not found,பக்கம் காணவில்லை
+Page or Generator,பக்கம் அல்லது ஜெனரேட்டர்
+Page text and background is same color. Please change.,பக்கம் உரை மற்றும் பின்னணி அதே நிறம். மாற்றம் செய்யுங்கள்.
+"Page to show on the website
+",
+"Page url name (auto-generated) (add "".html"")",பக்கம் இணைய பெயர் (தானாக உருவாக்கப்பட்ட) (சேர்க்க ". Html")
+Parent Label,பெற்றோர் லேபிள்
+Parent is required.,பெற்றோர் தேவைப்படுகிறது.
+Participants,பங்கேற்பாளர்கள்
+Password,கடவுச்சொல்
+Password Expires in (days),கடவுச்சொல் காலாவதியாகும் தேதி (நாட்கள்)
+Password Updated,கடவுச்சொல் இற்றை
+Patch,சிறு நிலம்
+Patch Log,இணைப்பு புகுபதிகை
+Percent,சதவீதம்
+Perm Level,நிலை PERM
+Permission Level,அனுமதி நிலை
+Permission Levels,அனுமதி நிலைகள்
+Permission Manager,அனுமதி மேலாளர்
+Permission Rules,அனுமதி விதிமுறைகள்
+Permissions,அனுமதிகள்
+Permissions Settings,அனுமதிகள் அமைப்புகள்
+Permissions are automatically translated to Standard Reports and Searches,அனுமதிகள் தானாக தரநிலை அறிக்கைகள் மற்றும் தேடல்கள் மொழிபெயர்க்கப்பட்ட
+"Permissions are set on Roles and Document Types (called DocTypes) by restricting read, edit, make new, submit, cancel, amend and report rights.","அனுமதிகள் புதிய செய்து, திருத்த, படிக்க கட்டுப்படுத்த மூலம் பங்களிப்பு மற்றும் ஆவண வகைகள் (டாக்டைப்கள் அழைக்கப்படும்) இல் அமைக்கப்பட்டது,, ரத்து, 'to திருத்தி மற்றும் உரிமைகள் அறிக்கை."
+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 incase you want to hide or make certain field read-only.,உயர் மட்டங்களில் அனுமதிகள் 'புலம் நிலை' அனுமதிகள் உள்ளன. அனைத்து புலங்கள் அவர்களுக்கு எதிராக ஒரு 'அனுமதி நிலை' அமைப்பு மற்றும் அனுமதிகள் உள்ள வரையறுக்கப்பட்ட விதிகளை துறையில் பொருந்தும். நீங்கள் படிக்க மட்டுமே மறைக்க அல்லது சில புலம் செய்ய வேண்டும் incase இந்த பயனுள்ளதாக இருக்கும்.
+"Permissions at level 0 are 'Document Level' permissions, i.e. they are primary for access to the document.","நிலை 0 அனுமதிகள் 'ஆவண நிலை' அனுமதிகள் உள்ளன, அதாவது அவர்கள் ஆவணத்தை அணுக முதன்மையான இருக்கும்."
+Permissions translate to Users based on what Role they are assigned,அனுமதிகள் அவர்கள் ஒதுக்கப்படுகின்றன என்ன பங்கு அடிப்படையில் பயனர்கள் மொழிபெயர்ப்பு
+Person,ஒரு நபர்
+Phone,தொலைபேசி
+Phone No.,தொலைபேசி எண்
+Pick Columns,பத்திகள் தேர்வு
+Please attach a file first.,முதல் ஒரு கோப்பை இணைக்கவும்.
+Please attach a file or set a URL,ஒரு கோப்பை இணைக்கவும் அல்லது ஒரு URL ஐ அமைக்கவும்
+Please change the value,"மதிப்பை மாற்ற , தயவு செய்து"
+Please enable pop-ups,பாப் அப்களை தயவுசெய்து
+Please make sure that there are no empty columns in the file.,கோப்பு எந்த காலியாக பத்திகள் உள்ளன என்று உறுதிப்படுத்தி கொள்ளுங்கள்.
+Please refresh to get the latest document.,சமீபத்திய ஆவணத்தை பெற புதுப்பிக்கவும்.
+Please select a file or url,ஒரு கோப்பு அல்லது url தேர்ந்தெடுக்கவும்
+Please specify,குறிப்பிடவும்
+Plugin,நீட்சியை
+Post Publicly,பொதுவாக வெளியிட
+Post Topic,யாழ் பதிவு
+Post to user,பயனர் பதிவு
+Posts,பதிவுகள்
+Primary,முதல்
+Print Format,வடிவமைப்பு அச்சிட
+Print Format Type,வடிவமைப்பு வகை அச்சிட
+Print Hide,மறை அச்சிட
+Print Width,அச்சு அகலம்
+Print...,அச்சு ...
+Priority,முதன்மை
+Private,தனிப்பட்ட
+Profile,சுயவிவரத்தை
+Profile Defaults,சுயவிவரத்தை இயல்புநிலைகளுக்கு
+Profile Represents a User in the system.,சுயவிவரத்தை கணினியில் ஒரு பயனர் குறிக்கிறது.
+Profile of a Blogger,", ஒரு, பிளாகரின் சுயவிவரத்தை"
+Profile of a blog writer.,ஒரு வலைப்பதிவு எழுத்தாளர் பற்றிய சுயவிவரத்தை.
+Properties,பண்புகள்
+Property,சொத்து
+Property Setter,சொத்து செட்டர்
+Property Setter overrides a standard DocType or Field property,சொத்து செட்டர் ஒரு நிலையான டாக்டைப்பின் அல்லது புலம் சொத்து மீறப்படும்
+Property Type,சொத்து வகை
+Public,பொது
+Published,வெளியிடப்பட்ட
+Published On,ம் தேதி வெளியிடப்பட்ட
+Pull Emails from the Inbox and attach them as Communication records (for known contacts).,இன்பாக்ஸ் இருந்து மின்னஞ்சல்கள் இழுக்க தொடர்பாடல் பதிவுகளை (அழைக்கப்படும் தொடர்புகளை) என அவற்றை இணைக்கலாம்.
+Query,வினா
+Query Options,கேள்வி விருப்பங்கள்
+Query Report,கேள்வி அறிக்கை
+Query must be a SELECT,"வினவல், ஒரு SELECT இருக்க வேண்டும்"
+Quick Help for Setting Permissions,"அனுமதிகள் அமைத்தல், விரைவான உதவி"
+Quick Help for User Properties,"பயனர் பண்புகள், விரைவான உதவி"
+Read,வாசிக்க
+Read Only,படிக்க மட்டும்
+Received,பெற்றார்
+Recipient,பெறுபவர்
+Recipients,பெறுநர்கள்
+Ref DocType,Ref டாக்டைப்பின்
+Ref Name,Ref பெயர்
+Ref Type,Ref வகை
+Reference,குறிப்பு
+Reference DocName,குறிப்பு DocName
+Reference DocType,குறிப்பு Doctype
+Reference Name,குறிப்பு பெயர்
+Reference Type,குறிப்பு வகை
+Refresh,இளைப்பா (ற்) று
+Registered but disabled.,பதிவு ஆனால் முடக்கப்பட்டுள்ளது.
+Registration Details Emailed.,பதிவு விவரங்கள் மின்னஞ்சல்.
+Remove Bookmark,Bookmark நீக்க
+Rename...,மறுபெயர் ...
+Repeat On,ஆன் செய்யவும்
+Repeat Till,வரை மீண்டும்
+Repeat this Event,இந்த நிகழ்வு மீண்டும்
+Report,புகார்
+Report Builder,அறிக்கை பில்டர்
+Report Builder reports are managed directly by the report builder. Nothing to do.,அறிக்கை பில்டர் அறிக்கைகள் அறிக்கை கட்டடம் மூலம் நேரடியாக நிர்வகிக்கப்படுகிறது. இல்லை.
+Report Hide,மறை அறிக்கை
+Report Name,அறிக்கை பெயர்
+Report Type,வகை புகார்
+Report was not saved (there were errors),அறிக்கை சேமிக்க (பிழைகள் இருந்தன)
+Represents the states allowed in one document and role assigned to change the state.,ஒரு ஆவணம் மற்றும் மாநில மாற்ற ஒதுக்கப்படும் பங்கு அனுமதி மாநிலங்களில் பிரதிபலிக்கிறது.
+Reqd,Reqd
+Reset Password Key,கடவுச்சொல் முக்கிய மீட்டமை
+Restrict IP,ஐபி கட்டுப்படுத்த
+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),இந்த ஐபி முகவரியை இருந்து பயனர் கட்டுப்படுத்த. பல ஐபி முகவரிகள் கமாவால் பிரித்து சேர்க்க முடியும். மேலும் போன்ற பகுதி ஐபி முகவரிகள் (111.111.111) ஏற்றுக்கொள்கிறார்
+Restricting By User,பயனர் மூலம் கட்டுப்படுத்த
+Right,சரியான
+Role,பங்கு
+Role Name,பங்கு பெயர்
+Roles,பாத்திரங்கள்
+Roles Assigned,ஒதுக்கப்பட்ட பாத்திரங்கள்
+Roles Assigned To User,பயனர் ஒதுக்கப்படும் பாத்திரங்கள்
+Roles HTML,பாத்திரங்கள் HTML
+Root ,வேர்
+Row,வரிசை
+Rules defining transition of state in the workflow.,பணியோட்டம் அரசு மாற்றம் வரையறுக்கும் விதிகள்.
+"Rules for how states are transitions, like next state and which role is allowed to change state etc.",மாநிலங்களில் அடுத்த மாநில மற்றும் அதில் பங்கு போன்ற மாற்றங்கள் எப்படி விதிகளை அரசு பல மாற்றலாம்
+SMS,எஸ்எம்எஸ்
+Sales,விற்பனை
+Same file has already been attached to the record,அதே கோப்பு ஏற்கனவே பதிவு இணைக்கப்பட்டுள்ள
+Saturday,சனிக்கிழமை
+Save,சேமிக்கவும்
+Scheduler Log,திட்ட புகுபதிகை
+Script,ஸ்கிரிப்ட்
+Script Report,ஸ்கிரிப்ட் அறிக்கை
+Script Type,ஸ்கிரிப்ட் வகை
+Script to attach to all web pages.,ஸ்கிரிப்ட் பக்கங்களை ஒட்டியிருக்கும்.
+Search,தேடல்
+Search Fields,தேடல் புலங்கள்
+Section Break,பகுதி பிரேக்
+Security Settings,பாதுகாப்பு அமைப்புகள்
+Select,தேர்ந்தெடு
+Select All,அனைத்து தேர்வு
+Select Attachments,இணைப்புகள் தேர்வு
+Select Document Type,ஆவண வகை தேர்வு
+Select Document Type or Role to start.,ஆவண வகை அல்லது துவக்க பங்கு தேர்ந்தெடுக்கவும்.
+Select Module,தேர்ந்தெடு தொகுதி
+Select Print Format,அச்சு வடிவம் தேர்வு
+Select Report Name,அறிக்கை பெயர் தேர்வு
+Select Role,பங்கு தேர்வு
+Select Type,வகை தேர்வு
+Select User or Property to start.,பயனர் அல்லது தொடங்க சொத்து தேர்ந்தெடுக்கவும்.
+Select a Banner Image first.,முதல் ஒரு பேனர் பட தேர்ந்தெடுக்கவும்.
+Select an image of approx width 150px with a transparent background for best results.,சிறந்த முடிவுகளை ஒரு வெளிப்படையான பின்னணி கொண்ட சுமார் அகலம் 150px ஒரு படத்தை தேர்ந்தெடுக்கவும்.
+Select dates to create a new ,ஒரு புதிய உருவாக்க தேதிகளில் தேர்வு
+Select or drag across time slots to create a new event.,தேர்வு அல்லது ஒரு புதிய நிகழ்வை உருவாக்க நேரம் இடங்கள் முழுவதும் இழுக்கவும்.
+"Select target = ""_blank"" to open in a new page.","தேர்ந்தெடு இலக்கு ஒரு புதிய பக்கம் திறக்க = ""_blank"" ."
+Select the label after which you want to insert new field.,நீங்கள் புதிய துறையில் சேர்க்க வேண்டும் பின்னர் லேபிள் தேர்வு.
+Send,அனுப்பு
+Send As Email,மின்னஞ்சல் அனுப்பு
+Send Me A Copy,என்னை ஒரு நகல் அனுப்ப
+Send an email reminder in the morning,காலையில் ஒரு நினைவூட்டல் மின்னஞ்சலை அனுப்ப
+Send enquiries to this email address,இந்த மின்னஞ்சல் முகவரியை விசாரணைகள் அனுப்பவும்
+Sender,அனுப்புபவர்
+Sent,அனுப்பப்பட்டது
+Sent Mail,அனுப்பிய அஞ்சல்
+Sent Quotation,அனுப்பி விலைப்பட்டியல்
+Sent or Received,அனுப்பப்படும் அல்லது பெறப்படும்
+Series,தொடர்
+Server,சர்வர்
+Session Expired. Logging you out,அமர்வு காலாவதியானது. உங்களை வெளியேற்றுகிறோம்
+Session Expires in (time),கூட்டத்தில் காலாவதியாகிறது (நேரம்)
+Set Banner from Image,பட இருந்து பதாகை அமைக்க
+Set Link,அமை இணைப்பு
+Set Password,அமை கடவுச்சொல்
+Set Value,மதிப்பு அமைக்க
+"Set your background color, font and image (tiled)","உங்கள் பின்னணி வண்ணம், எழுத்துரு மற்றும் படம் (ஓடுகளையுடைய) அமைக்க"
+Settings for About Us Page.,எங்களை பற்றி பக்கம் அமைப்புகளை.
+Settings for Contact Us Page,எங்களை பக்கம் தொடர்புக்கு அமைப்புகளை
+Settings for Contact Us Page.,அமைப்புகளை எங்களை பக்கம் தொடர்புக்கு.
+Settings for the About Us Page,எங்களை பற்றி பக்கம் அமைப்புகளை
+Setup of fonts and background.,எழுத்துருக்கள் மற்றும் பின்னணி அமைப்பு.
+"Setup of top navigation bar, footer and logo.","மேல் திசை பட்டையில், பூட்டர் மற்றும் லோகோ அமைப்பு."
+Short Bio,குறுகிய உயிரி
+Short Name,குறுகிய பெயர்
+Shortcut,குறுக்கு வழி
+Show Breadcrumbs,காட்டு நனைக்கப்பட்டு
+Show Details,விவரங்கள் காட்டுகின்றன
+Show Print First,காட்டு முதலில் அச்சிடவும்
+Show Table of Contents,பொருளடக்கம் காட்டு அட்டவணை
+Show Tags,நிகழ்ச்சி குறிச்சொற்களை
+Show Title,காட்டு தலைப்பு
+Show rows with zero values,பூஜ்ய மதிப்புகள் வரிசைகள் காட்டு
+Showing only for,மட்டுமே காட்டும்
+Single Post (article).,ஒற்றை போஸ்ட் (கட்டுரை).
+Single Types have only one record no tables associated. Values are stored in tabSingles,ஒற்றை வகைகள் தொடர்புடைய ஒரே ஒரு சாதனையை எந்த அட்டவணைகள் வேண்டும் . கலாச்சாரம் tabSingles சேமிக்கப்படும்
+Slideshow,ஸ்லைடுஷோ
+Slideshow Items,எஸ் உருப்படிகள்
+Slideshow Name,எஸ் பெயர்
+Slideshow like display for the website,வலைத்தளத்தை காட்சி போன்ற ஸ்லைடு
+Small Text,சிறிய உரை
+Solid background color (default light gray),திட பின்னணி நிறம் (முன்னிருப்பாக ஒளி சாம்பல்)
+Sorry we were unable to find what you were looking for.,"மன்னிக்கவும், நீங்கள் தேடும் என்ன கண்டுபிடிக்க முடியவில்லை."
+Sorry you are not permitted to view this page.,"மன்னிக்கவும், நீங்கள் இந்த பக்கம் பார்க்க அனுமதியில்லை."
+Sort By,வரிசைப்படுத்து
+Special Page Settings,சிறப்பு பக்கம் அமைப்புகள்
+Standard,நிலையான
+Start Report For,இந்த அறிக்கை தொடங்க
+Starts on,தொடங்குகிறது
+Startup,தொடக்கத்தில்
+State,நிலை
+States,அமெரிக்கா
+Status,அந்தஸ்து
+Step 1: Set the name and save.,படி 1: பெயர் அமைக்கவும் மற்றும் சேமிக்க .
+Step 2: Set Letterhead content.,படி 2: லெட்டர் உள்ளடக்கத்தை அமைத்தல் .
+Style,உடை
+Style Settings,உடை அமைப்புகள்
+"Style represents the button color: Success - Green, Danger - Red, Inverse - Black, Primary - Dark Blue, Info - Light Blue, Warning - Orange","- பசுமை, ஆபத்து - ரெட், எதிர்மாறான - பிளாக், முதன்மை - டார்க் ப்ளூ, தகவல் - லைட் ப்ளூ, எச்சரிக்கை - ஆரஞ்சு வெற்றி: உடை பொத்தானை நிறம் குறிக்கிறது"
+Sub-domain provided by erpnext.com,Erpnext.com வழங்கிய துணை டொமைன்
+Subdomain,சப்டொமைன்
+Subject,பொருள்
+Submit,Submit '
+Submitted,சமர்ப்பிக்கப்பட்டது
+Submitted Record cannot be deleted,சமர்ப்பிக்கப்பட்ட பதிவு நீக்க முடியாது
+Success,வெற்றி
+Suggestion,யோசனை
+Sunday,ஞாயிற்றுக்கிழமை
+Support Email Id,மின்னஞ்சல் விலாசம் ஆதரவு
+Sync Inbox,Sync இன்பாக்ஸ்
+System,முறை
+System Defaults,கணினி இயல்புநிலைகளை
+System User,கணினி பயனர்
+Table,மேசை
+Table of Contents,பொருளடக்கம்
+Tag,Tag
+Tag Name,Tag பெயர்
+Tags,குறிச்சொற்கள்
+Tahoma,தஹோமா
+Target,இலக்கு
+Team Members,குழு உறுப்பினர்
+Team Members Heading,குழு உறுப்பினர் தலைப்பு
+Template Path,டெம்ப்ளேட் பாதை
+Test,சோதனை
+Test Runner,டெஸ்ட் ரன்னர்
+Text,உரை
+Text Align,உரை சீரமை
+Text Editor,உரை திருத்தி
+"The ""Web Page"" that is the website home page",இணையதளம் முகப்பு பக்கம் என்று "வலை பக்கம்"
+The name of your company / website as you want to appear on browser title bar. All pages will have this as the prefix to the title.,நீங்கள் உலாவி தலைப்பு பட்டியில் தோன்றும் வேண்டும் என்று உங்கள் நிறுவனம் / வலைத்தளத்தின் பெயர். அனைத்து பக்கங்கள் தலைப்பை முன்னொட்டு இந்த சாப்பிடும்.
+"The system provides pre-defined roles, but you can add new roles to set finer permissions","கணினி முன் வரையறுக்கப்பட்ட பங்களிப்பு வழங்குகிறது, ஆனால் நீங்கள் முடியும் புதிய பாத்திரங்களை சேர்க்க நேர்த்தியான அனுமதிகளை அமைக்க"
+Then By (optional),பின்னர் (விரும்பினால்) மூலம்
+These properties are Link Type fields from all Documents.,இந்த பண்புகள் அனைத்து ஆவணங்கள் இருந்து இணைப்பு வகை துறைகளில் உள்ளன.
+"These properties can also be used to 'assign' a particular document, whose property matches with the User's property to a User. These can be set using the Permission Manager","இந்த பண்புகளை கூட யாருடைய சொத்து ஒரு பயனர் பயனர் சொத்து ஒத்துப்போகிறது ஒரு குறிப்பிட்ட ஆவணம், 'ஒதுக்க' பயன்படுத்தலாம். இந்த பயன்படுத்தி அமைக்க அனுமதி மேலாளர்"
+These properties will appear as values in forms that contain them.,இந்த பண்புகள் அவர்களுக்கு கொண்ட வடிவங்களில் மதிப்புகள் என தோன்றும்.
+These values will be automatically updated in transactions and also will be useful to restrict permissions for this user on transactions containing these values.,இந்த மதிப்புகள் தானாக நடவடிக்கைகளில் புதுப்பிக்கப்படும் மேலும் இந்த மதிப்புகள் கொண்ட பரிமாற்றங்களை இந்த பயனர் அனுமதிகள் கட்டுப்படுத்த பயனுள்ளதாக இருக்கும்.
+"This field will appear only if the fieldname defined here has value OR the rules are true (examples):
+myfield
+eval:doc.myfield=='My Value'
+eval:doc.age>18",
+This goes above the slideshow.,இந்த காட்சியை மேலே செல்கிறது.
+This is PERMANENT action and you cannot undo. Continue?,"இந்த நிரந்தர செயலாகும், நீங்கள் செயல்தவிர்க்க முடியாது. தொடர்ந்து?"
+This is permanent action and you cannot undo. Continue?,இந்த நிரந்தர நடவடிக்கை மற்றும் நீங்கள் செயல்தவிர்க்க முடியாது. தொடர்ந்து?
+Thursday,வியாழக்கிழமை
+Time,காலம்
+Time Zone,நேரம் மண்டல
+Title,தலைப்பு
+Title / headline of your page,தலைப்பு / உங்கள் பக்கம் தலைப்பு
+Title Case,தலைப்பு வழக்கு
+Title Prefix,தலைப்பு முன்னொட்டுக்கு
+To,வேண்டும்
+"To format columns, give column labels in the query.",", பத்திகள் வடிவமைக்க கேள்வியை நிரலை அடையாளங்கள் கொடுக்க. செய்ய"
+"To further restrict permissions based on certain values in a document, use the 'Condition' settings.","மேலும் ஒரு ஆவணத்தில் குறிப்பிட்ட மதிப்புகள் அடிப்படையில் அனுமதிகளை கட்டுப்படுத்த, 'கண்டிஷன்' அமைப்புகளை பயன்படுத்த."
+To restrict a User of a particular Role to documents that are explicitly assigned to them,வெளிப்படையாக அவர்களுக்கு ஒதுக்கப்படும் என்று ஆவணங்களை ஒரு குறிப்பிட்ட கதாபாத்திரம் ஒரு பயனர் தடை
+To restrict a User of a particular Role to documents that are only self-created.,ஒரே சுய உருவாக்கப்பட்ட என்று ஆவணங்களை ஒரு குறிப்பிட்ட கதாபாத்திரம் ஒரு பயனர் கட்டுப்படுத்துகின்றது.
+"To set user roles, just go to Setup > Users and click on the user to assign roles.","பயனர் பாத்திரங்களை அமைக்க, தான் சென்று > பயனர்கள் அமைக்கவும் மற்றும் பாத்திரங்கள் ஒதுக்க பயனர் கிளிக்."
+ToDo,TODO
+Tools,கருவிகள்
+Top Bar,மேல் பட்டை
+Top Bar Background,மேல் பட்டி விருப்பம்
+Top Bar Item,மேல் பட்டி உருப்படி
+Top Bar Items,மேல் பட்டி உருப்படிகள்
+Top Bar Text,மேல் பட்டை உரை
+Top Bar text and background is same color. Please change.,மேல் பட்டை உரை மற்றும் பின்னணி அதே நிறம். மாற்றம் செய்யுங்கள்.
+Total SMS Sent,மொத்த எஸ்எம்எஸ் அனுப்பிய
+Transaction,பரிவர்த்தனை
+Transition Rules,மாற்றம் விதிகள்
+Trash Reason,குப்பை காரணம்
+Tuesday,செவ்வாய்க்கிழமை
+Tweet will be shared via your user account (if specified),(குறிப்பிட்ட என்றால்) Tweet உங்கள் பயனர் கணக்கு வழியாக பகிர்ந்து
+Twitter Share,ட்விட்டர் பகிர்
+Twitter Share via,ட்விட்டர் பகிர் வழியாக
+Type,மாதிரி
+UPPER CASE,மேல் தட்டு
+UPPERCASE,மேல்வரிசை
+URL,URL
+Unable to complete request: ,கோரிக்கையை பூர்த்தி செய்ய முடியவில்லை:
+Unable to load,ஏற்ற முடியவில்லை
+"Unknown file encoding. Tried utf-8, windows-1250, windows-1252.","தெரியாத கோப்பு குறியாக்க . முயற்சி UTF-8 , விண்டோஸ் 1250 , விண்டோஸ் 1252 ."
+Unread Messages,படிக்காத செய்திகள்
+Unsubscribed,குழுவிலகப்பட்டது
+Upcoming Events for Today,இன்று வரவிருக்கும் நிகழ்வுகள்
+Update,புதுப்பிக்க
+Update Field,புலம் புதுப்பிக்க
+Update Value,மதிப்பு மேம்படுத்த
+Upload,பதிவேற்று
+Upload Attachment,இணைப்பு பதிவேற்று
+Upload a file,ஒரு கோப்பை பதிவேற்று
+Upload and Import,பதிவேற்ற மற்றும் இறக்குமதி
+Uploading...,பதிவேற்ற ...
+User,பயனர்
+User Cannot Create,பயனர் உருவாக்க முடியாது
+User Cannot Search,பயனர் தேட முடியாது
+User Image,பயனர் படம்
+User Tags,பயனர் குறிச்சொற்கள்
+User Type,பயனர் வகை
+User not allowed to delete.,பயனர் நீக்க அனுமதி இல்லை.
+UserRole,UserRole
+Value,மதிப்பு
+Value missing for,மதிப்பு காணாமல்
+Verdana,Verdana
+Visit,வருகை
+Warning,எச்சரிக்கை
+Web Content,வலை உள்ளடக்கம்
+Web Page,வலை பக்கம்
+Website,இணையதளம்
+Website Overall Settings,இணைய மொத்தத்தில் அமைப்புகள்
+Website Script,இணைய உரை
+Website Settings,இணைய அமைப்புகள்
+Website Sitemap,இணையத்தளம் தள வரைபடம்
+Website Sitemap Config,இணையத்தளம் தள வரைபடம் கட்டமைப்பு
+Website Slideshow,இணைய ப
+Website Slideshow Item,இணைய ப பொருள்
+Website User,வலைத்தளம் பயனர்
+Wednesday,புதன்கிழமை
+Welcome Email Sent,வரவேற்கிறோம் மின்னஞ்சல் அனுப்பப்பட்டது
+"When you Amend a document after cancel and save it, it will get a new number that is a version of the old number.","அதை ரத்து சேமிக்க பிறகு நீங்கள் ஒரு ஆவணம் திருத்தும் போது, பழைய எண் ஒரு பதிப்பு என்று ஒரு புதிய எண் வரும்."
+Width,அகலம்
+Will be used in url (usually first name).,URL (வழக்கமாக முதல் பெயர்) பயன்படுத்தப்படுகிறது.
+Workflow,பணியோட்டம்
+Workflow Action,பணியோட்டம் அதிரடி
+Workflow Action Master,பணியோட்டம் அதிரடி மாஸ்டர்
+Workflow Action Name,பணியோட்டம் அதிரடி பெயர்
+Workflow Document State,பணியோட்டம் ஆவண மாநிலம்
+Workflow Document States,பணியோட்டம் ஆவண அமெரிக்கா
+Workflow Name,பணியோட்டம் பெயர்
+Workflow State,பணியோட்டம் மாநிலம்
+Workflow State Field,பணியோட்டம் மாநிலம் புலம்
+Workflow Transition,பணியோட்டம் மாற்றம்
+Workflow Transitions,பணியோட்டம் மாற்றங்கள்
+Workflow state represents the current state of a document.,பணியோட்டம் அரசு ஒரு ஆவணத்தின் தற்போதைய அரசு பிரதிநிதித்துவப்படுத்துகிறது.
+Workflow will start after saving.,பணியோட்டம் சேமிப்பு பின்னர் ஆரம்பிக்கும்.
+Write,எழுது
+Write a Python file in the same folder where this is saved and return column and result.,அதே இந்த சேமிக்கப்பட்ட அமைந்துள்ள அடைவு மற்றும் திரும்ப நிரல் மற்றும் விளைவாக ஒரு பைதான் கோப்பை எழுத.
+Write a SELECT query. Note result is not paged (all data is sent in one go).,ஒரு குறிப்பிட்ட கேள்வி எழுது. குறிப்பு விளைவாக (அனைத்து தரவு ஒரே முறையில் அனுப்பப்பட்ட) பேஜ் பண்ணி.
+Write titles and introductions to your blog.,உங்கள் வலைப்பதிவில் தலைப்புகள் மற்றும் அறிமுகங்கள் எழுத.
+Writers Introduction,எழுத்தாளர்கள் அறிமுகம்
+Year,ஆண்டு
+Yes,ஆம்
+Yesterday,நேற்று
+You can set various 'properties' to Users to set default values and apply permission rules based on the value of these properties in various forms.,நீங்கள் முன்னிருப்பு மதிப்புகளை அமைக்க பல்வேறு வடிவங்களில் இந்த சொத்துக்களின் மதிப்பு அடிப்படையில் அனுமதி விதிகளை விண்ணப்பிக்க பயனர்கள் பல்வேறு 'பண்புகள்' அமைக்க முடியும்.
+You can use Customize Form to set levels on fields.,நீங்கள் பயன்படுத்தலாம் படிவம் தனிப்பயனாக்கு துறைகளில் உள்ள நிலைகளை அமைக்க.
+"Your download is being built, this may take a few moments...","உங்கள் பதிவிறக்க கட்டப்பட உள்ளது, இந்த ஒரு சில நிமிடங்கள் ஆகலாம் ..."
+[Label]:[Field Type]/[Options]:[Width],[லேபிள்]: [புல வகை] / [விருப்பங்கள்]: [அகலம்]
+add your own CSS (careful!),உங்கள் சொந்த CSS (careful!) சேர்க்க
+adjust,சரிக்கட்டு
+align-center,align-சென்டர்
+align-justify,align-நியாயப்படுத்த
+align-left,align-விட்டு
+align-right,align வலது
+and,மற்றும்
+arrow-down,அம்புக்குறி-கீழே
+arrow-left,அம்பு இடது
+arrow-right,அம்பு வலது
+arrow-up,அம்புக்குறி அப்
+asterisk,நட்சத்திர குறி
+backward,பின்னோக்கி
+ban-circle,தடையை-வட்டம்
+barcode,பார்கோடு
+bell,மணி
+bold,துணிவுள்ள
+book,புத்தகம்
+bookmark,புக்மார்க்
+briefcase,பெட்டி
+bullhorn,bullhorn
+calendar,நாள்காட்டி
+camera,நிழற்பட கருவி
+cannot be empty,காலியாக இருக்க முடியாது
+cannot be in its own,அதன் சொந்த இருக்க முடியாது
+"cannot have a URL, because it has child item(s)","அது குழந்தை உருப்படியை (கள்) ஏனெனில், ஒரு URL முடியாது"
+cannot start with,தொடங்க முடியாது
+certificate,சான்றிதழ்
+check,சோதனை
+chevron-down,செவ்ரான்-கீழே
+chevron-left,செவ்ரான்-விட்டு
+chevron-right,செவ்ரான் வலது
+chevron-up,செவ்ரான் அப்
+circle-arrow-down,"வட்டம், அம்பு, கீழே"
+circle-arrow-left,வட்டத்தை-அம்பு இடது
+circle-arrow-right,வட்டத்தை-அம்பு வலது
+circle-arrow-up,வட்டத்தை-அம்பு அப்
+cog,இயந்திர சக்கரத்தின் பல்
+comment,கருத்து
+comments,கருத்துக்கள்
+create a Custom Field of type Link (Profile) and then use the 'Condition' settings to map that field to the Permission rule.,"வகை இணைப்பு (செய்தது) ஒரு தனிப்பயன் புலம் உருவாக்க, பின்னர் அனுமதி ஆட்சிக்கு என்று துறையில் கண்டறிவதில் 'கண்டிஷன்' அமைப்புகளை பயன்படுத்த."
+dd-mm-yyyy,dd-mm-yyyy
+dd/mm/yyyy,dd / mm / yyyy
+does not exist,இல்லை
+download,பதிவிறக்கம்
+download-alt,பதிவிறக்க-alt
+edit,திருத்த
+eject,ஒருவரை வெளியே துரத்து
+envelope,கடித உறை
+exclamation-sign,ஆச்சரியக்குறி-அறிகுறி
+eye-close,கண் நெருக்கமான
+eye-open,கண் திறக்க
+facetime-video,facetime-வீடியோ
+fast-backward,வேகமாக பின்தங்கிய
+fast-forward,வேகமாக முன்னோக்கி
+file,கோப்பு
+film,படம்
+filter,வடிகட்ட
+fire,தீ
+flag,கொடி
+folder-close,கோப்புறையை-நெருக்கமான
+folder-open,கோப்புறையை திறக்க
+font,எழுத்துரு
+forward,முன்
+found,இல்லை
+fullscreen,முழுத்திரை
+gift,நன்கொடை
+glass,கண்ணாடி
+globe,உலகு
+hand-down,கை கீழே
+hand-left,கையை இடது
+hand-right,கையை வலது
+hand-up,கை அப்
+hdd,hdd
+headphones,ஹெட்ஃபோன்கள்
+heart,இதயம்
+home,வீட்டுக்கு
+icon,உருவம்
+in,இல்
+inbox,இன்பாக்ஸ்
+indent-left,உள்தள் இடது
+indent-right,உள்தள் வலது
+info-sign,தகவல்-அறிகுறி
+is linked in,தொடர்பு
+is not allowed.,அனுமதி இல்லை.
+italic,(அச்செழுத்துக்கள் வலப்பக்கம்) சாய்ந்துள்ள
+leaf,இலை
+list,பட்டியல்
+list-alt,பட்டியல்-alt
+lock,குஞ்சம்
+lowercase,சிற்றெழுத்து
+magnet,காந்தம்
+map-marker,வரைபடத்தை-மார்க்கர்
+minus,குறைய
+minus-sign,கழித்தல்-அறிகுறி
+mm-dd-yyyy,mm-dd-yyyy
+mm/dd/yyyy,dd / mm / yyyy
+move,நகர்த்து
+music,இசை
+not in,இல்லை
+of type Link,வகை இணைப்பு
+off,ஆஃப்
+ok,சரியா
+ok-circle,"சரி, வட்டம்"
+ok-sign,"சரி, அறிகுறி"
+or,அல்லது
+pause,ஓய்வு
+pencil,பென்சில்
+picture,ஓவியம்
+plane,விமானம்
+play,விளையாட
+play-circle,விளையாட்டு வட்டம்
+plus,உடன் சேர்க்கப்பட்டு
+plus-sign,பிளஸ்-கையெழுத்திட
+print,அச்சடி
+qrcode,qrcode
+question-sign,கேள்வி குறி
+random,குறிப்பான நோக்கம் ஏதுமற்ற
+refresh,இளைப்பா (ற்) று
+remove,நீக்கு
+remove-circle,நீக்க-வட்டம்
+remove-sign,நீக்க-கையெழுத்திட
+repeat,ஒப்பி
+resize-full,மறுஅளவீடு-முழு
+resize-horizontal,மறுஅளவீடு-கிடைமட்ட
+resize-small,மறுஅளவீடு சிறிய
+resize-vertical,மறுஅளவீடு-செங்குத்து
+retweet,மறு ட்வீட் செய்க
+road,சாலை
+screenshot,திரை
+search,தேடல்
+share,பங்கு
+share-alt,பங்கு-alt
+shopping-cart,ஷாப்பிங் வண்டி
+signal,அடையாளம்
+star,நட்சத்திரம்
+star-empty,நட்சத்திர-காலியாக
+step-backward,படி-பின்தங்கிய
+step-forward,படி-முன்னோக்கி
+stop,நில்
+tag,ஒட்டு
+tags,குறிச்சொற்கள்
+"target = ""_blank""",இலக்கு = "_blank"
+tasks,பணிகள்
+text-height,உரை உயரம்
+text-width,உரை அகலம்
+th,வது
+th-large,"ம், பெரிய"
+th-list,வது பட்டியல்
+thumbs-down,கட்டைவிரலை டவுன்
+thumbs-up,கட்டைவிரலை அப்
+time,காலம்
+tint,இலேசான நிறம்
+to,வேண்டும்
+trash,குப்பைக்கு
+upload,பதிவேற்ற
+user,பயனர்
+user_image_show,user_image_show
+values and dates,மதிப்புகள் மற்றும் தேதிகள்
+volume-down,தொகுதி-கீழே
+volume-off,தொகுதி-ஆஃப்
+volume-up,தொகுதி அப்
+warning-sign,எச்சரிக்கை-அறிகுறி
+wrench,பிடுங்கு
+yyyy-mm-dd,yyyy-mm-dd
+zoom-in,ஜூம்-இல்
+zoom-out,ஜூம்-அவுட்
diff --git a/webnotes/translations/th.csv b/webnotes/translations/th.csv
new file mode 100644
index 0000000000..7bd955779d
--- /dev/null
+++ b/webnotes/translations/th.csv
@@ -0,0 +1,1073 @@
+ by Role ,โดยบทบาท
+ can not be marked as a ledger as it has existing child,ไม่สามารถทำเครื่องหมายเป็นบัญชีแยกประเภทตามที่มีเด็กที่มีอยู่
+ cannot be deleted.,ไม่สามารถลบได้
+ is not set,ไม่ได้ตั้งค่า
+"""Company History""","ประวัติ บริษัท "
+"""Team Members"" or ""Management""","สมาชิกทีม" หรือ "จัดการ"
+0,0
+"000 is black, fff is white",000 เป็นสีดำเป็นสีขาว fff
+1,1
+12px,12px
+13px,13px
+14px,14px
+15px,15px
+16px,16px
+2,2
+2 days ago,2 วันที่ผ่านมา
+"\
+field:[fieldname] - By Field\
+naming_series: - By Naming Series (field called naming_series must be present\
+Prompt - Prompt user for a name\
+[series] - Series by prefix (separated by a dot); for example PRE.#####\
+')"">Naming Options",
+Cancel allows you change Submitted documents by cancelling them and amending them.,ช่วยให้คุณสามารถยกเลิกการเปลี่ยนแปลงเอกสารที่ยื่นโดยการยกเลิกพวกเขาและพวกเขาแก้
+A new popup will open that will ask you to select further conditions.,ป๊อปอัพใหม่จะเปิดที่จะขอให้คุณเลือกเงื่อนไขเพิ่มเติม
+A user can have multiple values for a property.,ผู้ใช้สามารถมีค่าหลายค่าสำหรับสถานที่ให้บริการ
+About,เกี่ยวกับ
+About Us Settings,เกี่ยวกับการตั้งค่าเรา
+About Us Team Member,เกี่ยวกับสมาชิกในทีมเรา
+Account Id,หมายเลขบัญชีที่
+Action,การกระทำ
+Actions,การปฏิบัติ
+Add,เพิ่ม
+Add A New Rule,เพิ่มกฎใหม่
+Add A Property,เพิ่มสถานที่ให้บริการ
+Add Attachments,เพิ่มสิ่งที่แนบ
+Add Bookmark,เพิ่มบุ๊คมาร์ค
+Add CSS,เพิ่ม CSS
+Add Column,เพิ่มคอลัมน์
+Add Google Analytics ID: eg. UA-89XXX57-1. Please search help on Google Analytics for more information.,เพิ่ม Google Analytics ID: เช่น UA-89XXX57-1 กรุณาค้นหาความช่วยเหลือใน Google Analytics สำหรับข้อมูลเพิ่มเติม
+Add Message,เพิ่มข้อความ
+Add New Permission Rule,เพิ่มกฎการอนุญาตใหม่
+Add Reply,เพิ่มตอบ
+Add Total Row,เพิ่มแถวผลรวม
+Add a banner to the site. (small banners are usually good),เพิ่มแบนเนอร์ไปยังเว็บไซต์ (ป้ายขนาดเล็กมักจะดี)
+Add attachment,เพิ่มสิ่งที่แนบมา
+Add code as <script>,เพิ่มรหัสเป็น <script>
+Add new row,เพิ่มแถวใหม่
+"Add the name of Google Web Font e.g. ""Open Sans""","เพิ่มชื่อของ Google Font เว็บ เช่น "Sans เปิด""
+Add to To Do,เพิ่มสิ่งที่ต้องทำ
+Add to To Do List of,เพิ่มไป To Do List ของ
+Additional Info,ข้อมูลเพิ่มเติม
+Address,ที่อยู่
+Address and other legal information you may want to put in the footer.,ที่อยู่และข้อมูลทางกฎหมายอื่น ๆ ที่คุณอาจต้องการที่จะนำในส่วนท้าย
+Address to be displayed on the Contact Page,ที่อยู่ที่จะปรากฏบนหน้าติดต่อ
+Adds a custom field to a DocType,เพิ่มเขตข้อมูลที่กำหนดเองเพื่อ DocType
+Adds a custom script (client or server) to a DocType,เพิ่มสคริปต์ที่กำหนดเอง (ไคลเอ็นต์หรือเซิร์ฟเวอร์) เพื่อ DocType
+Advanced Scripting,การเขียนสคริปต์ขั้นสูง
+Advanced Settings,ตั้งค่าขั้นสูง
+All Day,วันทั้งหมด
+"All possible Workflow States and roles of the workflow.
Docstatus Options: 0 is""Saved"", 1 is ""Submitted"" and 2 is ""Cancelled""","ทุกประเทศที่เป็นไปได้เวิร์กโฟลว์และบทบาทของเวิร์กโฟลว์
Docstatus ตัวเลือก: 0 ถูก "บันทึก", 1 คือ "Submitted" และ 2 คือ "ยกเลิก""
+Allow Attach,อนุญาตให้แนบ
+Allow Import,อนุญาตให้นำเข้า
+Allow Import via Data Import Tool,อนุญาตให้นำเข้าได้ดูผ่านเครื่องมือนำเข้าข้อมูล
+Allow Rename,อนุญาตให้เปลี่ยนชื่อ
+Allow on Submit,อนุญาตให้ส่ง
+Allow user to login only after this hour (0-24),อนุญาตให้ผู้ใช้เข้าสู่ระบบเท่านั้นหลังจากชั่วโมงนี้ (0-24)
+Allow user to login only before this hour (0-24),อนุญาตให้ผู้ใช้เข้าสู่ระบบก่อนที่จะชั่วโมงนี้ (0-24)
+Allowed,อนุญาต
+Already Registered,ลงทะเบียนเรียบร้อยแล้ว
+Amend,แก้ไข
+"An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org]","file icon มี. ขยาย ICO ควรจะขนาด 16 x 16 px สร้างขึ้นโดยใช้เครื่องกำเนิดไฟฟ้า favicon [ favicon-generator.org ]"
+Are you sure you want to delete the attachment?,คุณแน่ใจหรือว่าต้องการลบสิ่งที่แนบมา?
+Arial,Arial
+"As a best practice, do not assign the same set of permission rule to different Roles instead set multiple Roles to the User",เป็นวิธีที่ดีที่สุดไม่ได้กำหนดชุดเดียวกันของกฎอนุญาตให้บทบาทที่แตกต่างกันแทนที่จะตั้งหลายบทบาทให้กับผู้ใช้
+Ascending,Ascending
+Assign To,กำหนดให้
+Assigned By,ได้รับมอบหมายจาก
+Assigned To,มอบหมายให้
+Assigned To/Owner,มอบหมายให้ / เจ้าของ
+Attach,แนบ
+Attach Document Print,แนบเอกสารพิมพ์
+Attach as web link,แนบ เป็นลิงค์ เว็บ
+Attached To DocType,ที่แนบมากับ DOCTYPE
+Attached To Name,ที่แนบมากับชื่อ
+Attachments,สิ่งที่แนบมา
+Attributions,เหตุผล
+Auto Name,ชื่ออัตโนมัติ
+Auto generated,ออโต้สร้าง
+Avatar,Avatar
+Background Color,สีพื้นหลัง
+Background Image,ภาพพื้นหลัง
+Banner,ธง
+Banner HTML,HTML แบนเนอร์
+Banner Image,ภาพแบนเนอร์
+Banner is above the Top Menu Bar.,แบนเนอร์บนแถบเมนูด้านบน
+Begin this page with a slideshow of images,เริ่มต้นหน้านี้ให้กับสไลด์โชว์จากภาพ
+Belongs to,เป็นของ
+Bio,ไบโอ
+Birth Date,วันเกิด
+Blog Category,หมวดหมู่บล็อก
+Blog Intro,แนะนำบล็อก
+Blog Introduction,แนะนำบล็อก
+Blog Post,โพสต์บล็อก
+Blog Settings,การตั้งค่าบล็อก
+Blog Title,หัวข้อบล็อก
+Blogger,Blogger
+Bookmarks,ที่คั่นหน้า
+Brand HTML,HTML ยี่ห้อ
+"Brand is what appears on the top-right of the toolbar. If it is an image, make sure it
+has a transparent background and use the <img /> tag. Keep size as 200px x 30px",
+Bulk Email,อีเมล์ขยะ
+Bulk Email records.,บันทึกอีเมล์ขยะ
+Button,ปุ่ม
+By,โดย
+COMM-,COMM-
+CSS,CSS
+Calendar,ปฏิทิน
+Can only be exported by users with role 'Report Manager',สามารถส่งออกโดยผู้ใช้ที่มี 'จัดการรายงานบทบาท
+Cancel,ยกเลิก
+Cancel permission also allows the user to delete a document (if it is not linked to any other document).,ได้รับอนุญาตยกเลิกยังช่วยให้ผู้ใช้สามารถลบเอกสาร (ถ้ายังไม่ได้เชื่อมโยงกับเอกสารอื่น)
+Cancelled,ยกเลิก
+Cannot Update: Incorrect / Expired Link.,ไม่สามารถ อัปเดต : ไม่ถูกต้อง Link / หมดอายุ
+Cannot Update: Incorrect Password,ไม่สามารถ อัปเดต : รหัสผ่าน ไม่ถูกต้อง
+Cannot change from,ไม่สามารถเปลี่ยนจาก
+Cannot edit standard fields,ไม่สามารถแก้ไข เขตข้อมูลมาตรฐาน
+Cannot map because following condition fails: ,ไม่สามารถ map เพราะเงื่อนไขดังต่อไปนี้ล้มเหลว:
+"Cannot update a non-exiting record, try inserting.",ไม่สามารถปรับปรุงการบันทึก ที่ไม่ ออก ให้ลอง ใส่
+Categorize blog posts.,แบ่งหมวดหมู่ของบล็อกโพสต์
+Category,หมวดหมู่
+Category Name,ชื่อหมวดหมู่
+Center,ศูนย์
+"Certain documents should not be changed once final, like an Invoice for example. The final state for such documents is called Submitted. You can restrict which roles can Submit.",เอกสารบางอย่างไม่ควรจะมีการเปลี่ยนแปลงครั้งสุดท้ายเช่นใบแจ้งหนี้สำหรับตัวอย่าง รัฐสุดท้ายสำหรับเอกสารดังกล่าวเรียกว่า Submitted คุณสามารถ จำกัด การซึ่งสามารถส่งบทบาท
+Chat,พูดคุย
+Check,ตรวจสอบ
+Check / Uncheck roles assigned to the Profile. Click on the Role to find out what permissions that Role has.,ตรวจสอบ / บทบาทที่กำหนดให้ยกเลิกการเลือกรายละเอียด คลิกที่บทบาทเพื่อหาสิ่งที่สิทธิ์บทบาทที่ได้
+Check this to make this the default letter head in all prints,ตรวจสอบนี้จะทำให้เรื่องนี้หัวจดหมายเริ่มต้นในการพิมพ์ทั้งหมด
+Checked,ถูกตรวจสอบ
+Child Tables are shown as a Grid in other DocTypes.,ตารางเด็กจะปรากฏเป็นเส้นตารางใน doctypes อื่น ๆ
+Clear Cache & Refresh,ล้างแคช & รีเฟรช
+Click on button in the 'Condition' column and select the option 'User is the creator of the document',คลิกที่ปุ่มใน 'สภาพ' คอลัมน์และเลือกตัวเลือก 'ผู้ใช้เป็นผู้สร้างเอกสาร'
+Click on row to edit.,คลิกที่ แถว ที่จะแก้ไข
+Click to Expand / Collapse,คลิกที่นี่เพื่อขยาย / ยุบ
+Client,ลูกค้า
+Close,ปิด
+Code,รหัส
+Color,สี
+Column Break,ตัวแบ่งคอลัมน์
+Comment,ความเห็น
+Comment By,ความคิดเห็นที่
+Comment By Fullname,ความคิดเห็นที่ Fullname
+Comment Date,ความคิดเห็นวันที่
+Comment Docname,ความคิดเห็น Docname
+Comment Doctype,ความคิดเห็น DOCTYPE
+Comment Time,ความคิดเห็นเวลา
+Comments,ความเห็น
+Communication,การสื่อสาร
+Communication Medium,กลางการสื่อสาร
+Company History,ประวัติ บริษัท
+Company Introduction,แนะนำ บริษัท
+Company Name,ชื่อ บริษัท
+Complaint,การร้องเรียน
+Complete By,เสร็จสมบูรณ์โดย
+Condition Field,สภาพ สนาม
+Contact Us Settings,ติดต่อเราตั้งค่า
+"Contact options, like ""Sales Query, Support Query"" etc each on a new line or separated by commas.",ตัวเลือกการติดต่อเช่น "แบบสอบถามขายการสนับสนุนแบบสอบถาม" ฯลฯ แต่ละบรรทัดใหม่หรือคั่นด้วยเครื่องหมายจุลภาค
+Content,เนื้อหา
+Content in markdown format that appears on the main side of your page,เนื้อหาในรูปแบบ markdown ซึ่งปรากฏบนด้านหลักของหน้าเว็บของคุณ
+Content web page.,หน้าเว็บเนื้อหา
+Control Panel,แผงควบคุม
+Controller,ตัวควบคุม
+Copy,คัดลอก
+Copyright,ลิขสิทธิ์
+Core,แกน
+Count,นับ
+Country,ประเทศ
+Create,สร้าง
+Created Customer Issue,ปัญหาของลูกค้าที่สร้างไว้
+Created Opportunity,สร้างโอกาส
+Created Support Ticket,ตั๋วสนับสนุนสร้าง
+Currency,เงินตรา
+Currency Format,รูปแบบสกุลเงิน
+Current status,สถานะปัจจุบัน
+Custom CSS,CSS ที่กำหนดเอง
+Custom Field,ฟิลด์ที่กำหนดเอง
+Custom Reports,รายงานที่กำหนดเอง
+Custom Script,สคริปต์ที่กำหนดเอง
+Custom Startup Code,รหัสเริ่มต้นที่กำหนดเอง
+Custom?,กำหนดเองได้อย่างไร
+Customize,ปรับแต่ง
+Customize Form,ปรับแต่งรูปแบบ
+Customize Form Field,กำหนดเขตข้อมูลฟอร์ม
+"Customize Label, Print Hide, Default etc.","กำหนด Label, ซ่อนพิมพ์ ฯลฯ เริ่มต้น"
+Daily Event Digest is sent for Calendar Events where reminders are set.,ประจำวันเหตุการณ์สำคัญจะถูกส่งสำหรับปฏิทินเหตุการณ์การแจ้งเตือนที่มีการตั้งค่า
+Danger,อันตราย
+Data,ข้อมูล
+Data missing in table,ข้อมูลที่หายไปในตาราง
+Date,วันที่
+Date Format,รูปแบบวันที่
+Date must be in format,วันที่จะต้องอยู่ในรูปแบบ
+Datetime,datetime
+Dear,น่ารัก
+Default,ผิดนัด
+Default Home Page,หน้าแรกเริ่มต้น
+Default Home Pages,หน้าแรกเริ่มต้น
+Default Print Format,รูปแบบการพิมพ์เริ่มต้น
+Default Value,ค่าเริ่มต้น
+"Default: ""Contact Us""",เริ่มต้น: "ติดต่อเรา"
+DefaultValue,เริ่มต้น
+Defaults,เริ่มต้น
+Defines actions on states and the next step and allowed roles.,กำหนดดำเนินการกับรัฐและขั้นตอนต่อไปและบทบาทอนุญาต
+Defines workflow states and rules for a document.,กำหนดรัฐเวิร์กโฟลว์และกฎระเบียบสำหรับเอกสาร
+Delete,ลบ
+Delete Row,ลบแถว
+Depends On,ขึ้นอยู่กับ
+Descending,น้อย
+Description,ลักษณะ
+"Description for listing page, in plain text, only a couple of lines. (max 140 characters)",คำอธิบายสำหรับหน้าแสดงรายการในข้อความธรรมดาเพียงคู่สาย (สูงสุด 140 ตัวอักษร)
+Description for page header.,คำอธิบายสำหรับส่วนหัวของหน้า
+Desktop,สก์ท็อป
+Details,รายละเอียด
+Did not add.,ไม่ได้เพิ่ม
+Did not cancel,ไม่ได้ยกเลิก
+Did not save,ไม่ได้บันทึก
+"Different ""States"" this document can exist in. Like ""Open"", ""Pending Approval"" etc.","ที่แตกต่างกัน "รัฐ" เอกสารนี้สามารถอยู่มาชอบ "เปิด", "รอการอนุมัติ" ฯลฯ"
+Disable Customer Signup link in Login page,ปิดการใช้งานของลูกค้าที่ลิงค์สมัครสมาชิกในหน้าเข้าสู่ระบบ
+Disable Signup,ปิดการใช้งานลงทะเบียน
+Disabled,พิการ
+Display Settings,แสดงการตั้งค่า
+Doc Status,สถานะ Doc
+DocField,DocField
+DocPerm,DocPerm
+DocType,DOCTYPE
+DocType Details,รายละเอียด DocType
+DocType can not be merged,DocType ไม่สามารถ รวม
+DocType is a Table / Form in the application.,DocType เป็นตาราง / แบบฟอร์มในใบสมัคร
+DocType on which this Workflow is applicable.,DOCTYPE ที่เวิร์กโฟลว์นี้ใช้ได้
+DocType or Field,DocType หรือสาขา
+Docname,docName
+Document,เอกสาร
+Document Status transition from ,การเปลี่ยนแปลงสถานะเอกสารจาก
+Document Type,ประเภทเอกสาร
+Document Types,ประเภท เอกสาร
+Document is only editable by users of role,เอกสารเป็นเพียงแก้ไขได้โดยผู้ใช้ของบทบาท
+Documents,เอกสาร
+Download Backup,ดาวน์โหลดสำรอง
+Draft,ร่าง
+Drafts,ร่าง
+Drag to sort columns,ลากเพื่อเรียงลำดับคอลัมน์
+Edit,แก้ไข
+Editable,ที่สามารถแก้ไขได้
+Email,อีเมล์
+Email Host,โฮสต์อีเมล์
+Email Id where users will send support request e.g. support@example.com,Email รหัส ที่ผู้ใช้ จะส่ง ขอความช่วยเหลือ เช่น support@example.com
+Email Login,เข้าสู่ระบบอีเมล์
+Email Password,รหัสผ่าน Email
+Email Sent,อีเมลที่ส่ง
+Email Settings,การตั้งค่าอีเมล
+Email Signature,ลายเซ็นอีเมล
+Email Use SSL,ส่งอีเมลใช้ SSL
+"Email addresses, separted by commas","ที่อยู่อีเมล, separted ด้วยเครื่องหมายจุลภาค"
+Email...,อีเมล์ ...
+Embed image slideshows in website pages.,ฝังภาพสไลด์ภาพในหน้าเว็บไซต์
+Enable Comments,ให้ ความเห็น
+Enabled,เปิดการใช้งาน
+Ends on,สิ้นสุด
+Enter Form Type,ป้อนประเภทแบบฟอร์ม
+"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.","ใส่เขตข้อมูลค่าเริ่มต้น (คีย์) และค่า ถ้าคุณเพิ่มค่าหลายค่าสำหรับเขตที่คนแรกที่จะถูกเลือก เริ่มต้นเหล่านี้ยังใช้ในการตั้งค่า "การแข่งขัน" กฎอนุญาต เพื่อดูรายชื่อของเขตข้อมูลไป กำหนดรูปแบบ ."
+Equals,เท่ากับ
+Error,ความผิดพลาด
+Error: Document has been modified after you have opened it,ข้อผิดพลาด: เอกสารได้รับการแก้ไขหลังจากที่คุณได้เปิดมัน
+Event,เหตุการณ์
+Event End must be after Start,สุดท้ายเหตุการณ์จะต้องหลังจากที่เริ่มต้น
+Event Individuals,บุคคลเหตุการณ์
+Event Role,บทบาทเหตุการณ์
+Event Roles,บทบาทเหตุการณ์
+Event Type,ชนิดเหตุการณ์
+Event User,ผู้ใช้งาน
+Events In Today's Calendar,เหตุการณ์ในปฏิทินของวันนี้
+Every Day,ทุกวัน
+Every Month,ทุกเดือน
+Every Week,ทุกสัปดาห์
+Every Year,ทุกปี
+Example:,ตัวอย่าง:
+Export,ส่งออก
+Facebook Share,Facebook แบ่งปัน
+FavIcon,favicon
+Female,หญิง
+Field Description,ฟิลด์คำอธิบาย
+Field Name,ชื่อเขต
+Field Type,ฟิลด์ชนิด
+"Field that represents the Workflow State of the transaction (if field is not present, a new hidden Custom Field will be created)",สนามที่แสดงถึงรัฐเวิร์กโฟลว์ของการทำธุรกรรม (ถ้าเขตข้อมูลไม่ใช่ปัจจุบันฟิลด์ที่กำหนดเองใหม่ซ่อนจะถูกสร้างขึ้น)
+Fieldname,fieldname
+Fields,สาขา
+"Fields separated by comma (,) will be included in the
Search By list of Search dialog box","เขตคั่นด้วยเครื่องหมายจุลภาค (,) จะรวมอยู่ใน
ค้นหาตามรายชื่อของกล่องโต้ตอบค้นหา"
+File,ไฟล์
+File Data,แฟ้มข้อมูล
+File Name,ชื่อไฟล์
+File Size,ขนาดไฟล์
+File URL,ไฟล์ URL
+File size exceeded the maximum allowed size,ขนาดไฟล์เกินขนาดสูงสุดที่อนุญาตให้
+Filter,กรอง
+Finder,Finder
+First Name,ชื่อแรก
+Float,ลอย
+Font (Heading),แบบอักษร (หนังสือ)
+Font (Text),แบบอักษร (ข้อความ)
+Font Size (Text),ขนาดแบบอักษร (ข้อความ)
+Fonts,แบบอักษร
+Footer,ส่วนท้าย
+Footer Items,รายการส่วนท้าย
+For All Users,สำหรับผู้ใช้ทั้งหมด
+For DocType,สำหรับ DocType
+"For Links, enter the DocType as range
+For Select, enter list of Options separated by comma",
+"For comparative filters, start with",สำหรับตัวกรองเปรียบเทียบเริ่มต้นด้วย
+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' นี้จะช่วยให้คุณสามารถติดตามการแก้ไขแต่ละ
+For example: You want to restrict users to transactions marked with a certain property called 'Territory',ตัวอย่างเช่นคุณต้องการ จำกัด ผู้ใช้กับการทำธุรกรรมที่มีเครื่องหมายคุณสมบัติบางอย่างที่เรียกว่า 'พื้นที่'
+For ranges,สำหรับช่วง
+Form,ฟอร์ม
+"Format: hh:mm example for one hour expiry set as 01:00.
+Max expiry will be 72 hours. Default is 24 hours",
+Forward To Email Address,ไปข้างหน้า เพื่อ ที่อยู่อีเมล์
+Friday,วันศุกร์
+From Date must be before To Date,นับ แต่วันที่ต้องอยู่ก่อนวันที่ต้องการ
+Full Name,ชื่อเต็ม
+Gantt Chart,แผนภูมิแกนต์
+Gender,เพศ
+General,ทั่วไป
+Generator,เครื่องกำเนิดไฟฟ้า
+Georgia,จอร์เจีย
+Get,ได้รับ
+Get From ,ได้รับจาก
+"Go to Setup > User Properties to set \
+ 'territory' for diffent Users.",
+Google Analytics ID,ID ของ Google Analytics
+Google Plus One,Google Plus One
+Google Web Font (Heading),Google เว็บแบบอักษร (หนังสือ)
+Google Web Font (Text),Google เว็บแบบอักษร (ข้อความ)
+Greater or equals,ที่มากกว่าหรือ เท่ากับ
+Greater than,ที่ยิ่งใหญ่กว่า
+Groups,กลุ่ม
+HTML,HTML
+Header,ส่วนหัว
+Heading,หัวเรื่อง
+Heading Text As,ในฐานะที่เป็นหัวเรื่องข้อความ
+Help,ช่วย
+Helvetica Neue,Neue Helvetica
+Hey! There should remain at least one System Manager,Hey! ควรมีตัวจัดการระบบยังคงอยู่อย่างน้อยหนึ่ง
+Hidden,ซ่อน
+Hide Actions,ซ่อนการดำเนินการ
+Hide Copy,ซ่อนคัดลอก
+Hide Email,ซ่อนอีเมล์
+Hide Heading,ซ่อนหัวเรื่อง
+Hide Print,ซ่อนพิมพ์
+Hide Toolbar,ซ่อนแถบเครื่องมือ
+Highlight,เน้น
+History,ประวัติศาสตร์
+Home Page,หน้าแรก
+Home Page is Products,หน้าแรกคือผลิตภัณฑ์
+Home Pages,หน้าแรก
+ID,ID
+ID (name) of the entity whose property is to be set,ID (ชื่อ) ของกิจการที่มีสถานที่ให้บริการจะถูกกำหนด
+Icon,ไอคอน
+Icon will appear on the button,ไอคอนจะปรากฏบนปุ่ม
+"If a User does not have access at Level 0, then higher levels are meaningless","หากผู้ใช้ไม่สามารถเข้าถึงที่ระดับ 0, ระดับที่สูงขึ้นแล้วมีความหมาย"
+"If checked, all other workflows become inactive.",หากตรวจสอบทุกขั้นตอนการทำงานอื่น ๆ เป็นที่รอ
+"If checked, the Home page will be the default Item Group for the website.",หากการตรวจสอบหน้าแรกจะเริ่มต้นกลุ่มสินค้าสำหรับเว็บไซต์
+"If image is selected, color will be ignored (attach first)",หากภาพถูกเลือกสีจะถูกละเว้น (แนบแรก)
+"If not, create a",ถ้าไม่สร้าง
+"If the 'territory' Link Field exists, it will give you an option to select it",ถ้าฟิลด์ 'ดินแดน' แล้วก็จะให้คุณเลือกที่จะเลือก
+"If these instructions where not helpful, please add in your suggestions at GitHub Issues",ถ้า คำแนะนำเหล่านี้ ที่ ไม่เป็นประโยชน์ โปรดเพิ่ม ใน คำแนะนำของคุณ ที่ href='https://github.com/webnotes/wnframework/issues'>
+"If you set this, this Item will come in a drop-down under the selected parent.",ถ้าคุณตั้งค่า นี้ รายการ นี้ จะมาในแบบเลื่อนลง ภายใต้การ ปกครอง ที่เลือก
+Image,ภาพ
+Image Link,ลิงก์รูปภาพ
+Import,นำเข้า
+In,ใน
+In Dialog,ในกล่องโต้ตอบ
+In Filter,กรอง
+In List View,ในมุมมองรายการ
+In Report Filter,ในรายงานกรอง
+In response to,ในการตอบสนองต่อ
+"In the Permission Manager, click on the button in the 'Condition' column for the Role you want to restrict.",ในตัวจัดการการอนุญาตให้คลิกที่ปุ่มใน 'สภาพ' คอลัมน์บทบาทที่คุณต้องการ จำกัด
+Index,ดัชนี
+Individuals,บุคคล
+Industry,อุตสาหกรรม
+Info,ข้อมูล
+Insert After,ใส่หลังจาก
+Insert Below,ใส่ด้านล่าง
+Insert Code,ใส่รหัส
+Insert Row,ใส่แถวของ
+Insert Style,ใส่สไตล์
+Int,int
+Integrations,Integrations
+Introduce your company to the website visitor.,แนะนำ บริษัท ของคุณเพื่อเข้าชมเว็บไซต์
+Introduction,การแนะนำ
+Introductory information for the Contact Us Page,ข้อมูลเบื้องต้นสำหรับการติดต่อเราหน้า
+Invalid Email,อีเมล์ที่ไม่ถูกต้อง
+Inverse,ผกผัน
+Is Active,มีการใช้งาน
+Is Child Table,เป็นตารางเด็ก
+Is Default,เป็นค่าเริ่มต้น
+Is Mandatory Field,เขตบังคับเป็น
+Is Single,เป็นโสด
+Is Standard,เป็นมาตรฐาน
+Is Submittable,เป็น Submittable
+JSON,JSON
+JavaScript Format: wn.query_reports['REPORTNAME'] = {},รูปแบบ JavaScript : wn.query_reports [ 'ชื่อรายงาน ] = { }
+Javascript,javascript
+Javascript to append to the head section of the page.,จาวาสคริปต์เพื่อผนวกกับส่วนหัวของหน้า
+Keep a track of all communications,ติดตามการติดต่อสื่อสารทั้งหมด
+Key,คีย์
+Label,ฉลาก
+Label Help,ช่วยเหลือฉลาก
+Lacs,Lacs
+Landing Page,หน้า Landing Page
+Language,ภาษา
+Language preference for user interface (only if available).,การตั้งค่าภาษาสำหรับส่วนติดต่อผู้ใช้ (เฉพาะถ้ามี)
+Last IP,IP สุดท้าย
+Last Login,เข้าสู่ระบบล่าสุด
+Last Name,นามสกุล
+Last updated by,ปรับปรุง ครั้งล่าสุดโดย
+Lastmod,lastmod
+Lato,lato
+Leave blank to repeat always,ปล่อยว่าง ที่จะทำซ้ำ เสมอ
+Left,ซ้าย
+Less or equals,น้อยกว่าหรือ เท่ากับ
+Less than,น้อยกว่า
+Letter Head,หัวจดหมาย
+Letter Head Image,รูปภาพหัวจดหมาย
+Letter Head Name,ชื่อหัวจดหมาย
+Letter Head in HTML,ตัวอักษรตัว ใหญ่ ในรูปแบบ HTML
+Level,ชั้น
+"Level 0 is for document level permissions, higher levels for field level permissions.",ระดับ 0 คือสำหรับสิทธิ์ระดับเอกสารระดับที่สูงขึ้นสำหรับสิทธิ์ในระดับเขต
+Like,เช่น
+Link,ลิงค์
+Link Name,ชื่อ ลิงค์
+Link to other pages in the side bar and next section,เชื่อมโยงไปยังหน้าอื่น ๆ ในแถบด้านข้างและส่วนถัดไป
+Link to the page you want to open,เชื่อมโยงไปยัง เพจที่คุณต้องการ เปิด
+Linked In Share,ที่เชื่อมโยงในแบ่งปัน
+Linked With,เชื่อมโยงกับ
+List,รายการ
+List of patches executed,รายชื่อของแพทช์ที่ดำเนินการ
+Loading,โหลด
+Loading Report,โหลดรายงาน
+Loading...,กำลังโหลด ...
+Log of Scheduler Errors,เข้าสู่ระบบของข้อผิดพลาดตัวจัดตารางเวลา
+Login,เข้าสู่ระบบ
+Login After,เข้าสู่ระบบหลังจากที่
+Login Before,เข้าสู่ระบบก่อน
+Logout,ออกจากระบบ
+Long Text,ข้อความยาว
+Lucida Grande,แกรนด์ Lucida
+Mail Footer,ส่วนท้ายของจดหมาย
+Mail Server,Mail Server ที่
+Main Section,มาตราหลัก
+Make a new,ทำให้ใหม่
+Make sure that the transactions you want to restrict have a Link field 'territory' that maps to a 'Territory' master.,ตรวจสอบให้แน่ใจว่าการทำธุรกรรมที่คุณต้องการที่จะ จำกัด การมี 'ดินแดน' ฟิลด์ที่แผนที่เพื่อ 'พื้นที่' ต้นแบบ
+Male,ชาย
+Mandatory,จำเป็น
+Mandatory filters required:\n,กรอง ต้อง บังคับ : \ n
+Master,เจ้านาย
+Match,การแข่งขัน
+Max Attachments,สิ่งที่แนบมาแม็กซ์
+"Meaning of Submit, Cancel, Amend","ความหมายของ Submit, ยกเลิกอัพเดท"
+"Menu items in the Top Bar. For setting the color of the Top Bar, go to Style Settings","รายการเมนูที่อยู่แถบบน สำหรับการตั้งค่าสีของบาร์ด้านบนให้ไปที่ การตั้งค่ารูปแบบของ"
+"Merging is only possible between Group-to-Group or
+ Ledger-to-Ledger",
+Message,ข่าวสาร
+Method,วิธี
+Middle Name (Optional),ชื่อกลาง (ถ้ามี)
+Millions,ล้าน
+Misc,misc
+Miscellaneous,เบ็ดเตล็ด
+Missing Values Required,ค่านิยม ที่จำเป็น ขาดหายไป
+Modified by,ดัดแปลงโดย
+Module,โมดูล
+Module Def,Def โมดูล
+Module Name,ชื่อโมดูล
+Modules,โมดูล
+Monday,วันจันทร์
+More,ขึ้น
+More content for the bottom of the page.,เนื้อหาเพิ่มเติมสำหรับด้านล่างของหน้า
+Must have report permission to access this report.,ต้องได้รับอนุญาตรายงานการเข้าถึงรายงานนี้
+Must specify a Query to run,ต้องระบุแบบสอบถามที่จะเรียกใช้
+Name,ชื่อ
+Name Case,กรณีชื่อ
+Name Exists,ชื่อ ที่มีอยู่
+Naming Series mandatory,การตั้งชื่อชุดบังคับ
+New,ใหม่
+New Password,รหัสผ่านใหม่
+New Record,การบันทึกใหม่
+New value to be set,ค่าใหม่ที่จะตั้ง
+Next Communcation On,ถัดไป communcation เกี่ยวกับ
+Next State,รัฐต่อไป
+Next actions,ดำเนินการต่อไป
+No,ไม่
+No Action,ไม่มีการดำเนินการ
+No Cache,ไม่มี แคช
+No Communication tagged with this ,การสื่อสารที่มีแท็กนี้
+No Copy,คัดลอกไม่มี
+No Permission,ไม่ได้รับอนุญาต
+No Permission to ,ไม่มีการอนุญาตให้
+No Permissions set for this criteria.,ไม่มีสิทธิ์ที่กำหนดไว้สำหรับเกณฑ์นี้
+No Report Loaded. Please use query-report/[Report Name] to run a report.,รายงาน Loaded ไม่มี กรุณาใช้แบบสอบถามรายงาน / [ชื่อรายงาน] เพื่อเรียกใช้รายงาน
+No Sitemap,ไม่มี แผนผังเว็บไซต์
+No User Properties found.,ไม่มีคุณสมบัติของผู้ใช้พบว่า
+No further records,ไม่มีระเบียนใด
+No one,ไม่มีใคร
+No permission to edit,ได้รับอนุญาตให้ แก้ไข ไม่
+No permission to write / remove.,ได้รับอนุญาตให้เขียน / ลบไม่มี
+No records tagged.,ระเบียนที่ไม่มีการติดแท็ก
+None,ไม่
+None: End of Workflow,: ไม่มีสิ้นสุดเวิร์กโฟลว์
+Not Found,ไม่พบ
+Not Linked to any record.,ไม่ได้เชื่อมโยงไปยังระเบียนใด ๆ
+Not Permitted,ไม่ได้รับอนุญาต
+Not allowed for: ,ไม่ได้รับอนุญาตสำหรับ:
+Not enough permission to see links.,ไม่ได้รับอนุญาตพอที่จะเห็นการเชื่อมโยง
+Not equals,ไม่ เท่ากับ
+"Note: For best results, images must be of the same size and width must be greater than height.",หมายเหตุ: สำหรับผลลัพธ์ที่ดีที่สุดภาพต้องมีขนาดเท่ากันและความกว้างต้องมากกว่าความสูง
+Note: Other permission rules may also apply,หมายเหตุ: กฎอนุญาตอื่น ๆ ที่ยังอาจมี
+Note: maximum attachment size = 1mb,หมายเหตุ: ขนาดไฟล์แนบสูงสุด = 1MB
+Nothing to show,ไม่มีอะไรที่จะแสดง
+Nothing to show for this selection,อะไรที่จะแสดง การเลือกนี้
+Notification Count,จำนวน การแจ้งเตือน
+Notify By Email,แจ้งทางอีเมล์
+On,บน
+"Once you have set this, the users will only be able access documents with that property.",เมื่อคุณได้ตั้งค่านี้ผู้ใช้จะสามารถเข้าถึงเอกสารสามารถกับทรัพย์สินที่
+Only Administrator allowed to create Query / Script Reports,เฉพาะผู้ดูแลระบบอนุญาตให้สร้างรายงานคำ / Script
+Only Administrator can save a standard report. Please rename and save.,เฉพาะผู้บริหารสามารถบันทึกรายงานมาตรฐาน กรุณาเปลี่ยนชื่อและบันทึก
+Only Allow Edit For,อนุญาตให้เฉพาะสำหรับแก้ไข
+Only System Manager can create / edit reports,จัดการระบบเท่านั้นที่สามารถสร้าง / แก้ไขรายงาน
+Open Count,เปิด จำนวน
+Open Sans,Sans เปิด
+Options,ตัวเลือก
+Options Help,ตัวเลือกความช่วยเหลือ
+Org History,ประวัติ องค์กร
+Org History Heading,ประวัติ org หัวเรื่อง
+Original Message,ข้อความเดิม
+Other,อื่น ๆ
+POP3 Mail Server (e.g. pop.gmail.com),POP3 Mail Server (เช่น pop.gmail.com)
+Page,หน้า
+Page Background,พื้นหลังหน้า
+Page Border,เส้นขอบหน้ากระดาษ
+Page HTML,HTML หน้า
+Page Headings,ส่วนหัวของหน้า
+Page Links,ลิงค์หน้า
+Page Name,ชื่อเพจ
+Page Name Field,หน้า ชื่อเขตข้อมูล
+Page Role,บทบาทหน้าที่
+Page Text,ข้อความหน้า
+Page already exists,หน้า อยู่แล้ว
+Page content,เนื้อหาของหน้า
+Page not found,ไม่พบหน้าเว็บ
+Page or Generator,หน้า หรือ Generator
+Page text and background is same color. Please change.,หน้าข้อความและพื้นหลังเป็นสีเดียวกัน โปรดเปลี่ยน
+"Page to show on the website
+",
+"Page url name (auto-generated) (add "".html"")",ชื่อ URL หน้า (สร้างขึ้นโดยอัตโนมัติ) (เพิ่ม ". html")
+Parent Label,ป้ายแม่
+Parent is required.,ผู้ปกครองจะต้อง
+Participants,เข้าร่วม
+Password,รหัสผ่าน
+Password Expires in (days),รหัสผ่านจะหมดอายุใน (วัน)
+Password Updated,รหัสผ่าน การปรับปรุง
+Patch,แก้ไข
+Patch Log,เข้าสู่ระบบแพทช์
+Percent,เปอร์เซ็นต์
+Perm Level,Perm ระดับ
+Permission Level,ระดับของสิทธิ์
+Permission Levels,ระดับสิทธิ์
+Permission Manager,ผู้จัดการได้รับอนุญาต
+Permission Rules,กฎการอนุญาต
+Permissions,สิทธิ์
+Permissions Settings,การตั้งค่าสิทธิ์
+Permissions are automatically translated to Standard Reports and Searches,สิทธิ์มีการแปลโดยอัตโนมัติเพื่อรายงานมาตรฐานและการค้นหา
+"Permissions are set on Roles and Document Types (called DocTypes) by restricting read, edit, make new, submit, cancel, amend and report rights.",สิทธิ์ถูกกำหนดบทบาทและเอกสารประเภท (เรียกว่า doctypes) โดยการ จำกัด การอ่านแก้ไขให้ใหม่ส่งยกเลิกแก้ไขและแจ้งสิทธิ
+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 incase you want to hide or make certain field read-only.,สิทธิ์ 'ระดับฟิลด์' สิทธิ์ในระดับที่สูงเป็น เขตข้อมูลทั้งหมดมีชุด 'ระดับของสิทธิ์' กับพวกเขาและกฎระเบียบที่กำหนดไว้ในการอนุญาตที่นำไปใช้กับสนาม นี้จะเป็นประโยชน์กรณีที่คุณต้องการซ่อนหรือทำให้สาขาบางแบบอ่านอย่างเดียว
+"Permissions at level 0 are 'Document Level' permissions, i.e. they are primary for access to the document.",สิทธิ์ 'ระดับเอกสาร' สิทธิ์ที่ 0 ระดับคือพวกเขาเป็นหลักสำหรับการเข้าถึงเอกสาร
+Permissions translate to Users based on what Role they are assigned,แปลสิทธิ์ให้ผู้ใช้งานตามสิ่งที่พวกเขาบทบาทที่ได้รับมอบหมาย
+Person,คน
+Phone,โทรศัพท์
+Phone No.,หมายเลขโทรศัพท์
+Pick Columns,เลือกคอลัมน์
+Please attach a file first.,กรุณาแนบไฟล์แรก
+Please attach a file or set a URL,กรุณาแนบไฟล์หรือตั้งค่า URL
+Please change the value,กรุณา เปลี่ยนค่า
+Please enable pop-ups,กรุณาเปิดใช้งาน ป๊อปอัพ
+Please make sure that there are no empty columns in the file.,กรุณาตรวจสอบให้แน่ใจว่าไม่มีคอลัมน์ที่ว่างเปล่าในแฟ้ม
+Please refresh to get the latest document.,กรุณารีเฟรชที่จะได้รับเอกสารล่าสุด
+Please select a file or url,โปรดเลือกไฟล์หรือพิมพ์ URL
+Please specify,โปรดระบุ
+Plugin,ปลั๊กอิน
+Post Publicly,โพสต์ สาธารณชน
+Post Topic,เริ่มหัวข้อ
+Post to user,โพสต์ ไปยังผู้ใช้
+Posts,กระทู้
+Primary,ประถม
+Print Format,พิมพ์รูปแบบ
+Print Format Type,พิมพ์รูปแบบประเภท
+Print Hide,พิมพ์ซ่อน
+Print Width,ความกว้างพิมพ์
+Print...,พิมพ์ ...
+Priority,บุริมสิทธิ์
+Private,ส่วนตัว
+Profile,รายละเอียด
+Profile Defaults,ค่าดีฟอลต์รายละเอียด
+Profile Represents a User in the system.,รายละเอียดหมายถึงผู้ใช้ในระบบ
+Profile of a Blogger,ดูรายละเอียดของ Blogger
+Profile of a blog writer.,ดูรายละเอียดของนักเขียนบล็อก
+Properties,สรรพคุณ
+Property,คุณสมบัติ
+Property Setter,สถานที่ให้บริการ Setter
+Property Setter overrides a standard DocType or Field property,สถานที่ให้บริการ Setter แทนที่สถานที่ให้บริการหรือสาขา DocType มาตรฐาน
+Property Type,ประเภทอสังหาริมทรัพย์
+Public,สาธารณะ
+Published,เผยแพร่
+Published On,เผยแพร่เมื่อ
+Pull Emails from the Inbox and attach them as Communication records (for known contacts).,ดึงอีเมลจากกล่องขาเข้าและแนบพวกเขาเป็นบันทึกการสื่อสาร (สำหรับรายชื่อที่รู้จักกัน)
+Query,สอบถาม
+Query Options,ตัวเลือกแบบสอบถาม
+Query Report,รายงานแบบสอบถาม
+Query must be a SELECT,แบบสอบถามจะต้องเลือก
+Quick Help for Setting Permissions,ความช่วยเหลือด่วนสำหรับการตั้งค่าสิทธิ์
+Quick Help for User Properties,ความช่วยเหลือด่วนสำหรับคุณสมบัติของผู้ใช้
+Read,อ่าน
+Read Only,อ่านอย่างเดียว
+Received,ที่ได้รับ
+Recipient,ผู้รับ
+Recipients,ผู้รับ
+Ref DocType,DocType Ref
+Ref Name,ชื่อ Ref
+Ref Type,ประเภท Ref
+Reference,การอ้างอิง
+Reference DocName,DocName อ้างอิง
+Reference DocType,DocType อ้างอิง
+Reference Name,ชื่ออ้างอิง
+Reference Type,ชนิดการอ้างอิง
+Refresh,รีเฟรช
+Registered but disabled.,สมาชิก แต่ปิดการใช้งาน
+Registration Details Emailed.,รายละเอียดการลงทะเบียนส่งอีเมล
+Remove Bookmark,ลบบุ๊คมาร์ค
+Rename...,เปลี่ยนชื่อ ...
+Repeat On,ทำซ้ำ
+Repeat Till,ทำซ้ำจน
+Repeat this Event,ทำซ้ำเหตุการณ์นี้
+Report,รายงาน
+Report Builder,สร้างรายงาน
+Report Builder reports are managed directly by the report builder. Nothing to do.,รายงานตัวสร้างรายงานที่มีการจัดการโดยตรงโดยการสร้างรายงาน ไม่มีอะไรจะทำ
+Report Hide,แจ้งซ่อน
+Report Name,ชื่อรายงาน
+Report Type,ประเภทรายงาน
+Report was not saved (there were errors),รายงานไม่ถูกบันทึกไว้ (มีข้อผิดพลาด)
+Represents the states allowed in one document and role assigned to change the state.,หมายถึงรัฐที่ได้รับอนุญาตในเอกสารหนึ่งและบทบาทที่ได้รับมอบหมายในการเปลี่ยนสถานะ
+Reqd,reqd
+Reset Password Key,รีเซ็ต รหัสผ่าน ที่สำคัญ
+Restrict IP,จำกัด IP
+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)
+Restricting By User,จำกัด ของผู้ใช้
+Right,ขวา
+Role,บทบาท
+Role Name,ชื่อบทบาท
+Roles,บทบาท
+Roles Assigned,บทบาทที่ได้รับมอบหมาย
+Roles Assigned To User,บทบาทที่ได้รับมอบหมายให้กับผู้ใช้
+Roles HTML,HTML บทบาท
+Root ,ราก
+Row,แถว
+Rules defining transition of state in the workflow.,กฎการกำหนดเปลี่ยนแปลงของรัฐในเวิร์กโฟลว์
+"Rules for how states are transitions, like next state and which role is allowed to change state etc.",กฎสำหรับวิธีการเปลี่ยนรัฐเช่นรัฐต่อไปและบทบาทที่ได้รับอนุญาตให้เปลี่ยนสถานะ ฯลฯ
+SMS,SMS
+Sales,ขาย
+Same file has already been attached to the record,ไฟล์เดียวกันได้ถูกแนบมากับบันทึก
+Saturday,วันเสาร์
+Save,ประหยัด
+Scheduler Log,เข้าสู่ระบบการจัดตารางเวลา
+Script,ต้นฉบับ
+Script Report,รายงานสคริปต์
+Script Type,ประเภทสคริปต์
+Script to attach to all web pages.,สคริปต์ที่จะแนบไปหน้าเว็บทั้งหมด
+Search,ค้นหา
+Search Fields,เขตข้อมูลการค้นหา
+Section Break,แบ่งส่วน
+Security Settings,การตั้งค่าการรักษาความปลอดภัย
+Select,เลือก
+Select All,เลือกทั้งหมด
+Select Attachments,เลือกสิ่งที่แนบ
+Select Document Type,เลือกประเภทของเอกสาร
+Select Document Type or Role to start.,เลือกประเภทของเอกสารหรือบทบาทที่จะเริ่มต้น
+Select Module,เลือก โมดูล
+Select Print Format,เลือกรูปแบบพิมพ์
+Select Report Name,เลือกชื่อรายงาน
+Select Role,เลือกบทบาท
+Select Type,เลือกประเภท
+Select User or Property to start.,เลือกผู้ใช้หรือทรัพย์สินที่จะเริ่มต้น
+Select a Banner Image first.,เลือกภาพแบนเนอร์แรก
+Select an image of approx width 150px with a transparent background for best results.,เลือกภาพจาก 150px ความกว้างประมาณกับพื้นหลังโปร่งใสเพื่อให้ได้ผลลัพธ์ที่ดีที่สุด
+Select dates to create a new ,เลือกวันที่จะสร้างใหม่
+Select or drag across time slots to create a new event.,เลือกหรือลากผ่านช่วงเวลาที่จะสร้างเหตุการณ์ใหม่
+"Select target = ""_blank"" to open in a new page.","เลือก target = ""_blank"" จะเปิดใน หน้าใหม่"
+Select the label after which you want to insert new field.,เลือกป้ายชื่อหลังจากที่คุณต้องการแทรกเขตข้อมูลใหม่
+Send,ส่ง
+Send As Email,ส่งเป็น อีเมล์
+Send Me A Copy,ส่งสำเนา
+Send an email reminder in the morning,ส่งอีเมลเตือนในตอนเช้า
+Send enquiries to this email address,ส่งคำถาม ไปยังที่อยู่ อีเมลนี้
+Sender,ผู้ส่ง
+Sent,ส่ง
+Sent Mail,จดหมายที่ส่ง
+Sent Quotation,ใบเสนอราคาส่ง
+Sent or Received,ส่งหรือ ได้รับ
+Series,ชุด
+Server,เซิร์ฟเวอร์
+Session Expired. Logging you out,เซสชันหมดอายุ คุณออกจากระบบ
+Session Expires in (time),เซสชั่นจะหมดอายุใน (เวลา)
+Set Banner from Image,ตั้งป้ายโฆษณาจากภาพ
+Set Link,ตั้งค่า การเชื่อมโยง
+Set Password,ตั้งรหัสผ่าน
+Set Value,ตั้งค่า
+"Set your background color, font and image (tiled)",ตั้งค่าพื้นหลังสีแบบอักษรของคุณและภาพ (กระเบื้อง)
+Settings for About Us Page.,การตั้งค่าสำหรับหน้าเกี่ยวกับเรา
+Settings for Contact Us Page,การตั้งค่าสำหรับหน้าติดต่อเรา
+Settings for Contact Us Page.,การตั้งค่าสำหรับหน้าติดต่อเรา
+Settings for the About Us Page,การตั้งค่าสำหรับหน้าเกี่ยวกับเรา
+Setup of fonts and background.,การติดตั้งแบบอักษรและพื้นหลัง
+"Setup of top navigation bar, footer and logo.",การติดตั้งจากด้านบนแถบนำทางท้ายและโลโก้
+Short Bio,ประวัติย่อ
+Short Name,ชื่อสั้น
+Shortcut,ทางลัด
+Show Breadcrumbs,แสดง Breadcrumbs
+Show Details,แสดงรายละเอียด
+Show Print First,แสดงพิมพ์ครั้งแรก
+Show Table of Contents,แสดง สารบัญ
+Show Tags,แสดง แท็ก
+Show Title,แสดง ชื่อเรื่อง
+Show rows with zero values,แสดงแถวที่มีค่าศูนย์
+Showing only for,แสดงเฉพาะสำหรับ
+Single Post (article).,คำตอบเดียว (บทความ)
+Single Types have only one record no tables associated. Values are stored in tabSingles,ประเภท เดียว มีเพียง หนึ่งระเบียน ในตาราง ที่เกี่ยวข้อง ค่าที่ เก็บไว้ใน tabSingles
+Slideshow,สไลด์โชว์
+Slideshow Items,รายการสไลด์โชว์
+Slideshow Name,ชื่อสไลด์โชว์
+Slideshow like display for the website,สไลด์โชว์เหมือนการแสดงผลสำหรับเว็บไซต์
+Small Text,ข้อความขนาดเล็ก
+Solid background color (default light gray),สีพื้นหลังที่เป็นของแข็ง (สีเทาอ่อนค่าเริ่มต้น)
+Sorry we were unable to find what you were looking for.,ขออภัยเราไม่สามารถที่จะหาสิ่งที่คุณกำลังมองหา
+Sorry you are not permitted to view this page.,ขออภัยคุณไม่ได้รับอนุญาตให้ดูหน้านี้
+Sort By,เรียงลำดับตาม
+Special Page Settings,การตั้งค่าหน้าพิเศษ
+Standard,มาตรฐาน
+Start Report For,เริ่มรายงานสำหรับ
+Starts on,เริ่มเมื่อ
+Startup,เริ่มต้น
+State,รัฐ
+States,รัฐ
+Status,สถานะ
+Step 1: Set the name and save.,ขั้นที่ 1: การตั้ง ชื่อ และบันทึก
+Step 2: Set Letterhead content.,ขั้นที่ 2 : ตั้งค่า เนื้อหา จดหมาย
+Style,สไตล์
+Style Settings,การตั้งค่าลักษณะ
+"Style represents the button color: Success - Green, Danger - Red, Inverse - Black, Primary - Dark Blue, Info - Light Blue, Warning - Orange","สไตล์เป็นสีของปุ่ม: ความสำเร็จ - สีเขียว, อันตราย - แดง, Inverse - ดำ, ประถม - มืดข้อมูล, บลู - Light Blue, คำเตือน - ออเรนจ์"
+Sub-domain provided by erpnext.com,โดเมนย่อยโดย erpnext.com
+Subdomain,subdomain
+Subject,เรื่อง
+Submit,เสนอ
+Submitted,Submitted
+Submitted Record cannot be deleted,บันทึก Submitted ไม่สามารถลบได้
+Success,ความสำเร็จ
+Suggestion,ข้อเสนอแนะ
+Sunday,วันอาทิตย์
+Support Email Id,สนับสนุน ID อีเมล์
+Sync Inbox,กล่องขาเข้าซิงค์
+System,ระบบ
+System Defaults,เริ่มต้นของระบบ
+System User,ผู้ใช้ระบบ
+Table,ตาราง
+Table of Contents,สารบัญ
+Tag,แท็ก
+Tag Name,ชื่อแท็ก
+Tags,แท็ก
+Tahoma,Tahoma
+Target,เป้า
+Team Members,สมาชิกในทีม
+Team Members Heading,สมาชิกในทีมหัวเรื่อง
+Template Path,เส้นทาง แม่
+Test,ทดสอบ
+Test Runner,วิ่งทดสอบ
+Text,ข้อความ
+Text Align,ข้อความตําแหน่ง
+Text Editor,แก้ไขข้อความ
+"The ""Web Page"" that is the website home page","Web Page" นั่นคือหน้าแรกของเว็บไซต์
+The name of your company / website as you want to appear on browser title bar. All pages will have this as the prefix to the title.,ชื่อ บริษัท / เว็บไซต์ของคุณตามที่คุณต้องการให้ปรากฏบนแถบชื่อเบราว์เซอร์ หน้าทั้งหมดที่จะมีนี้เป็นคำนำหน้าชื่อ
+"The system provides pre-defined roles, but you can add new roles to set finer permissions",ระบบให้บทบาทกำหนดไว้ล่วงหน้า แต่คุณสามารถ เพิ่มบทบาทใหม่ ในการกำหนดสิทธิ์ปลีกย่อย
+Then By (optional),แล้วโดย (ไม่จำเป็น)
+These properties are Link Type fields from all Documents.,คุณสมบัติเหล่านี้เป็นเขตประเภท Link จากเอกสารทั้งหมด
+"These properties can also be used to 'assign' a particular document, whose property matches with the User's property to a User. These can be set using the Permission Manager",คุณสมบัติเหล่านี้ยังสามารถใช้ในการ 'กำหนด' เอกสารโดยเฉพาะอย่างยิ่งที่มีสถานที่ให้บริการตรงกับสถานที่ให้บริการผู้ใช้ไปยังผู้ใช้ เหล่านี้สามารถตั้งค่าการใช้ งานการอนุญาต
+These properties will appear as values in forms that contain them.,คุณสมบัติเหล่านี้จะปรากฏเป็นค่าในรูปแบบที่มีพวกเขา
+These values will be automatically updated in transactions and also will be useful to restrict permissions for this user on transactions containing these values.,ค่าเหล่านี้จะถูกปรับปรุงโดยอัตโนมัติในการทำธุรกรรมและยังจะเป็นประโยชน์เพื่อ จำกัด สิทธิ์สำหรับผู้ใช้นี้ในการทำธุรกรรมที่มีค่าเหล่านี้
+"This field will appear only if the fieldname defined here has value OR the rules are true (examples):
+myfield
+eval:doc.myfield=='My Value'
+eval:doc.age>18",
+This goes above the slideshow.,นี้สูงกว่าสไลด์โชว์
+This is PERMANENT action and you cannot undo. Continue?,นี้คือการกระทำที่เป็นการถาวรและคุณไม่สามารถยกเลิกการ ต่อหรือไม่
+This is permanent action and you cannot undo. Continue?,นี้คือการกระทำอย่างถาวรและคุณไม่สามารถยกเลิก ต่อหรือไม่
+Thursday,วันพฤหัสบดี
+Time,เวลา
+Time Zone,โซนเวลา
+Title,ชื่อเรื่อง
+Title / headline of your page,ชื่อเรื่อง / พาดหัวของหน้าเว็บของคุณ
+Title Case,กรณีชื่อ
+Title Prefix,คำนำหน้าชื่อ
+To,ไปยัง
+"To format columns, give column labels in the query.",การจัดรูปแบบคอลัมน์ให้ป้ายชื่อคอลัมน์ในแบบสอบถาม
+"To further restrict permissions based on certain values in a document, use the 'Condition' settings.",เพื่อ จำกัด สิทธิ์ตามค่าบางอย่างในเอกสารให้ใช้การตั้งค่า 'สภาพ'
+To restrict a User of a particular Role to documents that are explicitly assigned to them,เพื่อ จำกัด ผู้ใช้โดยเฉพาะอย่างยิ่งบทบาทของเอกสารที่ได้รับมอบหมายอย่างชัดเจนเพื่อให้พวกเขา
+To restrict a User of a particular Role to documents that are only self-created.,เพื่อ จำกัด ผู้ใช้โดยเฉพาะอย่างยิ่งบทบาทของเอกสารที่มีเฉพาะที่สร้างขึ้นเอง
+"To set user roles, just go to Setup > Users and click on the user to assign roles.",การตั้งบทบาทผู้ใช้เพียงแค่ไปที่ การตั้งค่า> Users และคลิกที่ผู้ใช้สามารถกำหนดบทบาท
+ToDo,สิ่งที่ต้องทำ
+Tools,เครื่องมือ
+Top Bar,Bar สถานที่ยอด
+Top Bar Background,พื้นหลังของแถบด้านบน
+Top Bar Item,รายการ Bar สถานที่ยอด
+Top Bar Items,รายการ Bar สถานที่ยอด
+Top Bar Text,ข้อความแถบด้านบน
+Top Bar text and background is same color. Please change.,ข้อความที่บาร์ด้านบนและพื้นหลังเป็นสีเดียวกัน โปรดเปลี่ยน
+Total SMS Sent,SMS ทั้งหมดที่ส่ง
+Transaction,การซื้อขาย
+Transition Rules,กฎการเปลี่ยน
+Trash Reason,เหตุผลถังขยะ
+Tuesday,วันอังคาร
+Tweet will be shared via your user account (if specified),ผู้จะใช้ร่วมกันผ่านทางบัญชีผู้ใช้ของคุณ (ถ้าระบุ)
+Twitter Share,Twitter แบ่งปัน
+Twitter Share via,แบ่งปัน Twitter ผ่าน
+Type,ชนิด
+UPPER CASE,ตัวพิมพ์ใหญ่
+UPPERCASE,ตัวพิมพ์ใหญ่
+URL,URL
+Unable to complete request: ,ไม่สามารถดำเนินการตามคำขอ:
+Unable to load,ไม่สามารถโหลด
+"Unknown file encoding. Tried utf-8, windows-1250, windows-1252.","การเข้ารหัส ไฟล์ ที่ไม่รู้จัก พยายาม UTF -8 , Windows - 1250 1252 หน้าต่าง"
+Unread Messages,ไม่ได้อ่านข้อความ
+Unsubscribed,ยกเลิกการสมัคร
+Upcoming Events for Today,เหตุการณ์จะเกิดขึ้นสำหรับวันนี้
+Update,อัพเดท
+Update Field,ปรับปรุงเขต
+Update Value,ปรับปรุงค่า
+Upload,อัปโหลด
+Upload Attachment,อัพโหลดไฟล์แนบ
+Upload a file,อัปโหลดไฟล์
+Upload and Import,อัปโหลดและนำเข้า
+Uploading...,อัพโหลด ...
+User,ผู้ใช้งาน
+User Cannot Create,ผู้ใช้ไม่สามารถสร้าง
+User Cannot Search,ผู้ใช้ไม่สามารถค้นหา
+User Image,รูปภาพของผู้ใช้
+User Tags,แท็กผู้ใช้
+User Type,ประเภทผู้ใช้
+User not allowed to delete.,ผู้ใช้ไม่ได้รับอนุญาตที่จะลบ
+UserRole,UserRole
+Value,มูลค่า
+Value missing for,ค่าที่หายไปสำหรับ
+Verdana,Verdana
+Visit,เยี่ยม
+Warning,คำเตือน
+Web Content,เนื้อหาเว็บ
+Web Page,หน้าเว็บ
+Website,เว็บไซต์
+Website Overall Settings,การตั้งค่าโดยรวมของเว็บไซต์
+Website Script,สคริปต์เว็บไซต์
+Website Settings,การตั้งค่าเว็บไซต์
+Website Sitemap,Sitemap เว็บไซต์
+Website Sitemap Config,เว็บไซต์ แผนผังเว็บไซต์ Config
+Website Slideshow,สไลด์โชว์เว็บไซต์
+Website Slideshow Item,รายการสไลด์โชว์เว็บไซต์
+Website User,ผู้ใช้งานเว็บไซต์
+Wednesday,วันพุธ
+Welcome Email Sent,อีเมล์ ยินดีต้อนรับคุณ ส่ง
+"When you Amend a document after cancel and save it, it will get a new number that is a version of the old number.",เมื่อคุณอัพเดทเอกสารหลังจากยกเลิกและบันทึกมันจะได้รับหมายเลขใหม่ที่เป็นรุ่นของหมายเลขเดิม
+Width,ความกว้าง
+Will be used in url (usually first name).,จะใช้ใน URL (ชื่อแรกปกติ)
+Workflow,เวิร์กโฟลว์
+Workflow Action,การกระทำเวิร์กโฟลว์
+Workflow Action Master,ปริญญาโทการกระทำเวิร์กโฟลว์
+Workflow Action Name,ชื่อการกระทำเวิร์กโฟลว์
+Workflow Document State,รัฐเอกสารเวิร์กโฟลว์
+Workflow Document States,รัฐเวิร์กโฟลว์เอกสาร
+Workflow Name,ชื่อเวิร์กโฟลว์
+Workflow State,รัฐเวิร์กโฟลว์
+Workflow State Field,ฟิลด์รัฐเวิร์กโฟลว์
+Workflow Transition,เปลี่ยนเวิร์กโฟลว์
+Workflow Transitions,ช่วงการเปลี่ยนเวิร์กโฟลว์
+Workflow state represents the current state of a document.,รัฐเวิร์กโฟลว์แสดงสถานะปัจจุบันของเอกสาร
+Workflow will start after saving.,เวิร์กโฟลว์จะเริ่มหลังจากการบันทึก
+Write,เขียน
+Write a Python file in the same folder where this is saved and return column and result.,เขียนไฟล์หลามในโฟลเดอร์เดียวกันที่นี้จะถูกบันทึกไว้และคอลัมน์ผลตอบแทนและผล
+Write a SELECT query. Note result is not paged (all data is sent in one go).,เขียนแบบสอบถาม SELECT ผลหมายเหตุไม่เอาเพจ (ข้อมูลทั้งหมดจะถูกส่งไปในครั้งเดียว)
+Write titles and introductions to your blog.,เขียนชื่อและที่จะแนะนำบล็อกของคุณ
+Writers Introduction,แนะนำนักเขียน
+Year,ปี
+Yes,ใช่
+Yesterday,เมื่อวาน
+You can set various 'properties' to Users to set default values and apply permission rules based on the value of these properties in various forms.,คุณสามารถตั้งค่า 'สมบัติ' ต่างๆเพื่อผู้ใช้สามารถตั้งค่าเริ่มต้นและใช้กฎการอนุญาตขึ้นอยู่กับค่าของคุณสมบัติเหล่านี้ในรูปแบบต่างๆ
+You can use Customize Form to set levels on fields.,คุณสามารถใช้ แบบฟอร์มที่กำหนดเอง เพื่อตั้งค่าระดับบนทุ่ง
+"Your download is being built, this may take a few moments...",การดาวน์โหลดของคุณจะถูกสร้างขึ้นนี้อาจใช้เวลาสักครู่ ...
+[Label]:[Field Type]/[Options]:[Width],[Label] แล: [ฟิลด์ชนิด] / [ตัวเลือก]: [กว้าง]
+add your own CSS (careful!),เพิ่มเอง CSS ของคุณ (careful!)
+adjust,ปรับ
+align-center,จัดศูนย์
+align-justify,จัดแสดงให้เห็นถึง-
+align-left,จัดซ้าย
+align-right,จัดขวา
+and,และ
+arrow-down,ลูกศรชี้ลง
+arrow-left,ศรซ้าย
+arrow-right,ลูกศรขวา
+arrow-up,ลูกศรขึ้น-
+asterisk,เครื่องหมายดอกจัน
+backward,ย้อนกลับ
+ban-circle,ห้ามวงกลม
+barcode,บาร์โค้ด
+bell,ระฆัง
+bold,กล้า
+book,หนังสือ
+bookmark,ที่คั่นหนังสือ
+briefcase,กระเป๋าเอกสาร
+bullhorn,โทรโข่ง
+calendar,ปฏิทิน
+camera,กล้อง
+cannot be empty,ไม่สามารถเว้นว่าง
+cannot be in its own,ไม่สามารถอยู่ใน ตัวของมันเอง
+"cannot have a URL, because it has child item(s)",ไม่สามารถมี URL เพราะมีรายการเด็ก (s)
+cannot start with,ไม่สามารถเริ่มต้นด้วย
+certificate,ใบรับรอง
+check,ตรวจสอบ
+chevron-down,วีลง
+chevron-left,วีซ้าย
+chevron-right,วีขวา
+chevron-up,บั้งขึ้น
+circle-arrow-down,วงกลมลูกศรลง
+circle-arrow-left,วงกลมศรซ้าย
+circle-arrow-right,วงกลมลูกศรขวา
+circle-arrow-up,วงกลมลูกศรขึ้น
+cog,ฟันเฟือง
+comment,ความเห็น
+comments,ความเห็น
+create a Custom Field of type Link (Profile) and then use the 'Condition' settings to map that field to the Permission rule.,สร้างฟิลด์ที่กำหนดเองของ Link ชนิด (รายละเอียด) แล้วใช้การตั้งค่า 'สภาพ' to map เขตข้อมูลนั้นไปกฎการอนุญาต
+dd-mm-yyyy,dd-mm-yyyy
+dd/mm/yyyy,วัน / เดือน / ปี
+does not exist,ไม่ได้อยู่
+download,ดาวน์โหลด
+download-alt,ดาวน์โหลด alt-
+edit,แก้ไข
+eject,ขับ
+envelope,ซองจดหมาย
+exclamation-sign,อัศเจรีย์เข้าสู่ระบบ
+eye-close,ตาใกล้
+eye-open,ตาเปิด
+facetime-video,FaceTime วิดีโอ
+fast-backward,ย้อนกลับอย่างรวดเร็ว
+fast-forward,อย่างรวดเร็วไปข้างหน้า
+file,ไฟล์
+film,ฟิล์ม
+filter,กรอง
+fire,ไฟ
+flag,ธง
+folder-close,โฟลเดอร์ใกล้
+folder-open,โฟลเดอร์เปิด
+font,ตัวอักษร
+forward,ข้างหน้า
+found,พบ
+fullscreen,เต็มจอ
+gift,ของขวัญ
+glass,แก้ว
+globe,โลก
+hand-down,มือลง
+hand-left,มือซ้าย
+hand-right,มือข้างขวา-
+hand-up,มือขึ้น
+hdd,ฮาร์ดดิสก์
+headphones,หูฟัง
+heart,หัวใจ
+home,บ้าน
+icon,ไอคอน
+in,ใน
+inbox,กล่องจดหมาย
+indent-left,เยื้องซ้าย
+indent-right,เยื้องขวา
+info-sign,ข้อมูลการเข้าสู่ระบบ
+is linked in,มีการเชื่อมโยงใน
+is not allowed.,ไม่ได้รับอนุญาต
+italic,ตัวเอียง
+leaf,ใบไม้
+list,รายการ
+list-alt,รายการ ALT-
+lock,ล็อค
+lowercase,ตัวพิมพ์เล็ก
+magnet,แม่เหล็ก
+map-marker,แผนที่เครื่องหมาย
+minus,ลบ
+minus-sign,ลบการลงชื่อเข้าใช้
+mm-dd-yyyy,dd-mm-ปี
+mm/dd/yyyy,dd / mm / ปี
+move,ย้าย
+music,เพลง
+not in,ไม่ได้อยู่ใน
+of type Link,ประเภทของ Link
+off,ปิด
+ok,ok
+ok-circle,ok วงกลม
+ok-sign,OK-เครื่องหมาย
+or,หรือ
+pause,หยุด
+pencil,ดินสอ
+picture,ภาพ
+plane,เครื่องบิน
+play,เล่น
+play-circle,เล่นวงกลม
+plus,บวก
+plus-sign,บวกเซ็น
+print,พิมพ์
+qrcode,QRCode
+question-sign,คำถามการลงชื่อเข้าใช้
+random,สุ่ม
+refresh,รีเฟรช
+remove,ถอด
+remove-circle,ลบวงกลม
+remove-sign,ลบเซ็น
+repeat,ทำซ้ำ
+resize-full,ปรับขนาดเต็ม
+resize-horizontal,ปรับขนาดในแนวนอน-
+resize-small,ปรับขนาดเล็ก
+resize-vertical,ปรับขนาดในแนวตั้ง
+retweet,retweet
+road,ถนน
+screenshot,ภาพหน้าจอ
+search,ค้นหา
+share,หุ้น
+share-alt,หุ้น Alt-
+shopping-cart,ช้อปปิ้งรถเข็น
+signal,สัญญาณ
+star,ดาว
+star-empty,ดาวที่ว่างเปล่า
+step-backward,ขั้นตอนย้อนหลัง
+step-forward,ก้าวไปข้างหน้า-
+stop,หยุด
+tag,แท็ก
+tags,แท็ก
+"target = ""_blank""",target = "_blank"
+tasks,งาน
+text-height,ข้อความที่มีความสูง
+text-width,ข้อความความกว้าง
+th,th
+th-large,-th ใหญ่
+th-list,th-list
+thumbs-down,ยกนิ้วลง
+thumbs-up,ยกนิ้วขึ้น
+time,เวลา
+tint,สี
+to,ไปยัง
+trash,ถังขยะ
+upload,อัปโหลด
+user,ผู้ใช้งาน
+user_image_show,user_image_show
+values and dates,ค่านิยมและวันที่
+volume-down,ปริมาณลง
+volume-off,ปริมาณออก
+volume-up,ปริมาณขึ้น
+warning-sign,ป้ายเตือน-
+wrench,ประแจ
+yyyy-mm-dd,YYYY-MM-DD
+zoom-in,ซูมใน
+zoom-out,ซูมออก
diff --git a/webnotes/translations/zh-cn.csv b/webnotes/translations/zh-cn.csv
new file mode 100644
index 0000000000..0ffaab9468
--- /dev/null
+++ b/webnotes/translations/zh-cn.csv
@@ -0,0 +1,1073 @@
+ by Role ,按角色
+ can not be marked as a ledger as it has existing child,不能被标记为总账,因为它已经存在的子
+ cannot be deleted.,
+ is not set,没有设置
+"""Company History""",“公司历史”
+"""Team Members"" or ""Management""",“团队成员”或“管理”
+0,0
+"000 is black, fff is white",000是黑色的,FFF是白色的
+1,1
+12px,12px的
+13px,13px的
+14px,14px的
+15px,15px的
+16px,16px的
+2,借记账户(供应商)不与采购发票匹配
+2 days ago,3天前
+"\
+field:[fieldname] - By Field\
+naming_series: - By Naming Series (field called naming_series must be present\
+Prompt - Prompt user for a name\
+[series] - Series by prefix (separated by a dot); for example PRE.#####\
+')"">Naming Options",
+Cancel allows you change Submitted documents by cancelling them and amending them.,取消允许你通过取消他们和修改他们改变提交的文件。
+A new popup will open that will ask you to select further conditions.,一个新的弹出窗口将打开,将要求您选择其他条件。
+A user can have multiple values for a property.,一个用户可以有一个属性的多个值。
+About,关于
+About Us Settings,关于我们设置
+About Us Team Member,关于我们团队成员
+Account Id,帐户ID
+Action,行动
+Actions,操作
+Add,加
+Add A New Rule,添加新的规则
+Add A Property,添加属性
+Add Attachments,添加附件
+Add Bookmark,添加书签
+Add CSS,添加CSS
+Add Column,添加列
+Add Google Analytics ID: eg. UA-89XXX57-1. Please search help on Google Analytics for more information.,添加谷歌Analytics(分析)ID:例如。 UA-89XXX57-1。请搜索在谷歌Analytics(分析)帮助以获取更多信息。
+Add Message,发表留言
+Add New Permission Rule,添加新的权限规则
+Add Reply,添加回复
+Add Total Row,添加总计行
+Add a banner to the site. (small banners are usually good),添加一个横幅挂在了网站上。 (小横幅通常是很好的)
+Add attachment,添加附件
+Add code as <script>,添加代码为<SCRIPT>
+Add new row,添加新行
+"Add the name of Google Web Font e.g. ""Open Sans""","新增的名称谷歌网页字体 ,例如“开放三世”"
+Add to To Do,添加到待办事项
+Add to To Do List of,添加到待办事项列表
+Additional Info,附加信息
+Address,地址
+Address and other legal information you may want to put in the footer.,地址和其他法律信息,你可能要放在页脚。
+Address to be displayed on the Contact Page,地址作为联系页面上显示
+Adds a custom field to a DocType,添加一个自定义字段,以一个DOCTYPE
+Adds a custom script (client or server) to a DocType,添加一个自定义脚本(客户端或服务器),以一个DOCTYPE
+Advanced Scripting,高级脚本
+Advanced Settings,高级设置
+All Day,全日
+"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“取消”
+Allow Attach,允许连接
+Allow Import,允许进口
+Allow Import via Data Import Tool,允许通过数据导入工具导入
+Allow Rename,允许重新命名
+Allow on Submit,允许在提交
+Allow user to login only after this hour (0-24),允许用户仅这一小时后登陆(0-24)
+Allow user to login only before this hour (0-24),允许用户仅在此之前登录小时(0-24)
+Allowed,宠物
+Already Registered,已注册
+Amend,修改
+"An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org]","一个图标文件,扩展名为。ico。应该是16×16像素。使用的favicon生成器生成。 [ 网站图标- generator.org ]"
+Are you sure you want to delete the attachment?,您确定要删除的附件?
+Arial,宋体
+"As a best practice, do not assign the same set of permission rule to different Roles instead set multiple Roles to the User",作为最佳实践,不要在同一组的权限规则分配给不同的角色,而不是设置多个角色的用户
+Ascending,升序
+Assign To,分配给
+Assigned By,通过分配
+Assigned To,分配给
+Assigned To/Owner,分配给/所有者
+Attach,附
+Attach Document Print,附加文档打印
+Attach as web link,附加为网站链接
+Attached To DocType,附着的DocType
+Attached To Name,单身者姓名
+Attachments,附件
+Attributions,归属
+Auto Name,自动名称
+Auto generated,自动生成
+Avatar,阿凡达
+Background Color,背景颜色
+Background Image,背景图片
+Banner,旗帜
+Banner HTML,横幅的HTML
+Banner Image,横幅图片
+Banner is above the Top Menu Bar.,旗帜就是上面的顶部菜单栏。
+Begin this page with a slideshow of images,开始这个页面图像的幻灯片
+Belongs to,属于
+Bio,生物
+Birth Date,出生日期
+Blog Category,博客分类
+Blog Intro,博客介绍
+Blog Introduction,博客简介
+Blog Post,博客公告
+Blog Settings,博客设置
+Blog Title,博客标题
+Blogger,博客
+Bookmarks,书签
+Brand HTML,品牌的HTML
+"Brand is what appears on the top-right of the toolbar. If it is an image, make sure it
+has a transparent background and use the <img /> tag. Keep size as 200px x 30px",
+Bulk Email,大量电子邮件
+Bulk Email records.,大量电子邮件记录。
+Button,钮
+By,通过
+COMM-,COMM-
+CSS,CSS
+Calendar,日历
+Can only be exported by users with role 'Report Manager',只能由用户与角色“报表管理器”导出
+Cancel,取消
+Cancel permission also allows the user to delete a document (if it is not linked to any other document).,取消许可还允许用户删除一个文件(如果它不与任何其他文件)。
+Cancelled,注销
+Cannot Update: Incorrect / Expired Link.,无法更新:不正确的/过期的链接。
+Cannot Update: Incorrect Password,无法更新:不正确的密码
+Cannot change from,不能改变
+Cannot edit standard fields,不能编辑标准字段
+Cannot map because following condition fails: ,无法对应,因为以下条件失败:
+"Cannot update a non-exiting record, try inserting.",无法更新非退出记录,请尝试插入。
+Categorize blog posts.,分类博客文章。
+Category,类别
+Category Name,分类名称
+Center,中心
+"Certain documents should not be changed once final, like an Invoice for example. The final state for such documents is called Submitted. You can restrict which roles can Submit.",某些文件不应该改变最后一次,像发票为例。对这些文件的最后状态被称为提交 。您可以限制哪些角色可以提交。
+Chat,聊天
+Check,查
+Check / Uncheck roles assigned to the Profile. Click on the Role to find out what permissions that Role has.,查看/取消选中分配给个人的角色。点击角色,找出哪些权限的角色了。
+Check this to make this the default letter head in all prints,勾选这个来让这个默认的信头中的所有打印
+Checked,检查
+Child Tables are shown as a Grid in other DocTypes.,子表中显示为其他文档类型的Grid。
+Clear Cache & Refresh,清除缓存和刷新
+Click on button in the 'Condition' column and select the option 'User is the creator of the document',点击在“条件”列按钮,并选择选项“用户是文件的创建者”
+Click on row to edit.,单击要编辑的行。
+Click to Expand / Collapse,点击展开/折叠
+Client,客户
+Close,关闭
+Code,码
+Color,颜色
+Column Break,分栏符
+Comment,评论
+Comment By,评论人
+Comment By Fullname,评论人全名
+Comment Date,评论日期
+Comment Docname,可采用DocName评论
+Comment Doctype,注释文档类型
+Comment Time,评论时间
+Comments,评论
+Communication,通讯
+Communication Medium,通信介质
+Company History,公司历史
+Company Introduction,公司简介
+Company Name,公司名称
+Complaint,抱怨
+Complete By,完成
+Condition Field,条件字段
+Contact Us Settings,联系我们设置
+"Contact options, like ""Sales Query, Support Query"" etc each on a new line or separated by commas.",联系人选项,如“销售查询,支持查询”等每一个新行或以逗号分隔。
+Content,内容
+Content in markdown format that appears on the main side of your page,在降价格式的内容,在页面的主侧出现
+Content web page.,内容的网页。
+Control Panel,控制面板
+Controller,调节器
+Copy,复制
+Copyright,版权
+Core,核心
+Count,算
+Country,国家
+Create,创建
+Created Customer Issue,创建客户问题
+Created Opportunity,创造机会
+Created Support Ticket,创建支持票
+Currency,货币
+Currency Format,货币格式
+Current status,现状
+Custom CSS,自定义CSS
+Custom Field,自定义字段
+Custom Reports,自定义报告
+Custom Script,自定义脚本
+Custom Startup Code,自定义启动代码
+Custom?,自定义?
+Customize,定制
+Customize Form,自定义表单
+Customize Form Field,自定义表单域
+"Customize Label, Print Hide, Default etc.",自定义标签,打印隐藏,默认值等。
+Daily Event Digest is sent for Calendar Events where reminders are set.,每日赛事精华被送往何处提醒设置日历事件。
+Danger,危险
+Data,数据
+Data missing in table,在表中的数据丢失
+Date,日期
+Date Format,日期格式
+Date must be in format,日期格式必须是
+Datetime,日期时间
+Dear,亲爱
+Default,默认
+Default Home Page,默认主页
+Default Home Pages,默认主页
+Default Print Format,默认打印格式
+Default Value,默认值
+"Default: ""Contact Us""",默认:“联系我们”
+DefaultValue,默认值
+Defaults,默认
+Defines actions on states and the next step and allowed roles.,定义了国家行动和下一步和允许的角色。
+Defines workflow states and rules for a document.,定义了文档工作流状态和规则。
+Delete,删除
+Delete Row,删除行
+Depends On,取决于
+Descending,降
+Description,描述
+"Description for listing page, in plain text, only a couple of lines. (max 140 characters)",说明列表页面,在纯文本中,只有几行。 (最多140个字符)
+Description for page header.,描述页面标题。
+Desktop,桌面
+Details,详细信息
+Did not add.,没加。
+Did not cancel,没有取消
+Did not save,没救了
+"Different ""States"" this document can exist in. Like ""Open"", ""Pending Approval"" etc.",不同的“国家”这个文件可以存在。像“打开”,“待批准”等。
+Disable Customer Signup link in Login page,禁止在登录页面客户注册链接
+Disable Signup,禁止注册
+Disabled,残
+Display Settings,显示设置
+Doc Status,文件状态
+DocField,DocField
+DocPerm,DocPerm
+DocType,的DocType
+DocType Details,的DocType详情
+DocType can not be merged,DocType文档类型不能合并
+DocType is a Table / Form in the application.,的DocType是一个表/表格中的应用。
+DocType on which this Workflow is applicable.,DocType文档类型上这个工作流是适用的。
+DocType or Field,的DocType或现场
+Docname,可采用DocName
+Document,文件
+Document Status transition from ,从文档状态过渡
+Document Type,文件类型
+Document Types,文档类型
+Document is only editable by users of role,文件只有通过编辑角色的用户
+Documents,文件
+Download Backup,下载备份
+Draft,草案
+Drafts,草稿箱
+Drag to sort columns,拖动进行排序的列
+Edit,编辑
+Editable,编辑
+Email,电子邮件
+Email Host,电子邮件主机
+Email Id where users will send support request e.g. support@example.com,电子邮件Id,用户将发送支持请求,例如support@example.com
+Email Login,邮箱登录
+Email Password,电子邮件密码
+Email Sent,邮件发送
+Email Settings,电子邮件设置
+Email Signature,电子邮件签名
+Email Use SSL,电子邮件使用SSL
+"Email addresses, separted by commas",电子邮件地址,以逗号separted
+Email...,电子邮件...
+Embed image slideshows in website pages.,嵌入图像的幻灯片中的网页。
+Enable Comments,启用评论
+Enabled,启用
+Ends on,结束于
+Enter Form Type,输入表单类型
+"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.","输入默认值字段(键)和值。如果你对一个字段中添加多个值,则第一个将有所回升。这些默认值也可用来设置“匹配”的权限规则。要查看字段的列表,请访问自定义表单 。"
+Equals,等号
+Error,错误
+Error: Document has been modified after you have opened it,错误:你已经打开了它之后,文件已被修改
+Event,事件
+Event End must be after Start,活动结束必须开始后,
+Event Individuals,个人事件
+Event Role,事件角色
+Event Roles,事件角色
+Event Type,事件类型
+Event User,事件用户
+Events In Today's Calendar,活动在今天的日历
+Every Day,天天
+Every Month,每月
+Every Week,每一周
+Every Year,每年
+Example:,例如:
+Export,出口
+Facebook Share,Facebook分享
+FavIcon,网站图标
+Female,女
+Field Description,字段说明
+Field Name,字段名称
+Field Type,字段类型
+"Field that represents the Workflow State of the transaction (if field is not present, a new hidden Custom Field will be created)",现场,代表交易的工作流状态(如果域不存在,一个新的隐藏的自定义字段将被创建)
+Fieldname,字段名
+Fields,领域
+"Fields separated by comma (,) will be included in the
Search By list of Search dialog box",字段用逗号(,)分隔将被纳入
搜索的搜索对话框列表
+File,文件
+File Data,文件数据
+File Name,文件名
+File Size,文件大小
+File URL,文件的URL
+File size exceeded the maximum allowed size,文件大小超过了允许的最大尺寸
+Filter,过滤器
+Finder,发现者
+First Name,名字
+Float,浮动
+Font (Heading),字体(标题)
+Font (Text),字体(文字)
+Font Size (Text),字体大小(文本)
+Fonts,字体
+Footer,页脚
+Footer Items,页脚项目
+For All Users,对于所有用户
+For DocType,为的DocType
+"For Links, enter the DocType as range
+For Select, enter list of Options separated by comma",
+"For comparative filters, start with",对于比较器,开始
+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'。这可以帮助您跟踪每一项修正案。
+For example: You want to restrict users to transactions marked with a certain property called 'Territory',例如:你想限制用户到标有某种属性叫做'领地'交易
+For ranges,对于范围
+Form,表格
+"Format: hh:mm example for one hour expiry set as 01:00.
+Max expiry will be 72 hours. Default is 24 hours",
+Forward To Email Address,转发到邮件地址
+Friday,星期五
+From Date must be before To Date,从日期必须是之前日期
+Full Name,全名
+Gantt Chart,甘特图
+Gender,性别
+General,一般
+Generator,发电机
+Georgia,格鲁吉亚
+Get,得到
+Get From ,得到
+"Go to Setup > User Properties to set \
+ 'territory' for diffent Users.",
+Google Analytics ID,谷歌Analytics(分析)的ID
+Google Plus One,谷歌加一
+Google Web Font (Heading),谷歌网页字体(标题)
+Google Web Font (Text),谷歌网页字体(文字)
+Greater or equals,大于或等于
+Greater than,大于
+Groups,组
+HTML,HTML
+Header,头
+Heading,标题
+Heading Text As,标题文字作为
+Help,帮助
+Helvetica Neue,Helvetica Neue字体
+Hey! There should remain at least one System Manager,嘿!应该保持至少一个系统管理器
+Hidden,隐
+Hide Actions,隐藏操作
+Hide Copy,隐藏副本
+Hide Email,隐藏电子邮件
+Hide Heading,隐藏标题
+Hide Print,隐藏打印
+Hide Toolbar,隐藏工具栏
+Highlight,突出
+History,历史
+Home Page,首页
+Home Page is Products,首页产品是
+Home Pages,主页
+ID,ID
+ID (name) of the entity whose property is to be set,其属性是要设置的实体的ID(名称)
+Icon,图标
+Icon will appear on the button,图标将显示在按钮上
+"If a User does not have access at Level 0, then higher levels are meaningless",如果用户无权访问级别为0级,那么更高的水平是没有意义的
+"If checked, all other workflows become inactive.",如果选中,所有其他的工作流程变得无效。
+"If checked, the Home page will be the default Item Group for the website.",如果选中,主页将是默认的项目组的网站上。
+"If image is selected, color will be ignored (attach first)",如果图像被选中,颜色将被忽略(先附上)
+"If not, create a",如果没有,请创建一个
+"If the 'territory' Link Field exists, it will give you an option to select it",如果'领土'链接字段存在,它会给你一个选项,选择它
+"If these instructions where not helpful, please add in your suggestions at GitHub Issues",如果这些指令,其中没有帮助,请在您的建议添加GitHub的问题
+"If you set this, this Item will come in a drop-down under the selected parent.",如果你设置这个,这个项目会在一个下拉菜单中选定父下。
+Image,图像
+Image Link,图片链接
+Import,进口
+In,在
+In Dialog,在对话框
+In Filter,在过滤器
+In List View,在列表视图
+In Report Filter,在报表筛选
+In response to,响应于
+"In the Permission Manager, click on the button in the 'Condition' column for the Role you want to restrict.",在权限管理器中,单击在“状态”列中的按钮为要限制的作用。
+Index,指数
+Individuals,个人
+Industry,行业
+Info,信息
+Insert After,插入后
+Insert Below,下面插入
+Insert Code,插入代码
+Insert Row,插入行
+Insert Style,插入式
+Int,诠释
+Integrations,集成
+Introduce your company to the website visitor.,介绍贵公司的网站访客。
+Introduction,介绍
+Introductory information for the Contact Us Page,介绍信息的联系我们页面
+Invalid Email,无效的电子邮件
+Inverse,逆
+Is Active,为活跃
+Is Child Table,是子表
+Is Default,是默认
+Is Mandatory Field,是必须填写
+Is Single,单人
+Is Standard,为标准
+Is Submittable,是Submittable
+JSON,JSON
+JavaScript Format: wn.query_reports['REPORTNAME'] = {},JavaScript的格式:wn.query_reports ['REPORTNAME'] = {}
+Javascript,使用Javascript
+Javascript to append to the head section of the page.,Javascript来附加到页面的head部分。
+Keep a track of all communications,保持跟踪所有通信
+Key,关键
+Label,标签
+Label Help,标签说明
+Lacs,紫胶
+Landing Page,着陆页
+Language,语
+Language preference for user interface (only if available).,语言首选项的用户界面(仅如果有的话)。
+Last IP,最后一个IP
+Last Login,上次登录
+Last Name,姓
+Last updated by,最后更新由
+Lastmod,LASTMOD
+Lato,拉托
+Leave blank to repeat always,留空将总是重复
+Left,左
+Less or equals,小于或等于
+Less than,小于
+Letter Head,信头
+Letter Head Image,信头图片
+Letter Head Name,信头名
+Letter Head in HTML,信头中的HTML
+Level,级别
+"Level 0 is for document level permissions, higher levels for field level permissions.",0级是文件级权限,更高层次字段级权限。
+Like,喜欢
+Link,链接
+Link Name,链接名称
+Link to other pages in the side bar and next section,链接到侧栏和下一节其他页面
+Link to the page you want to open,链接到你想打开的网页
+Linked In Share,反向链接分享
+Linked With,挂具
+List,表
+List of patches executed,执行补丁列表
+Loading,载入中
+Loading Report,加载报表
+Loading...,载入中...
+Log of Scheduler Errors,调度程序错误日志
+Login,注册
+Login After,登录后
+Login Before,登录前
+Logout,注销
+Long Text,长文本
+Lucida Grande,龙力大
+Mail Footer,邮件页脚
+Mail Server,邮件服务器
+Main Section,主科
+Make a new,创建一个新的
+Make sure that the transactions you want to restrict have a Link field 'territory' that maps to a 'Territory' master.,请确保您要限制的交易有一个链接字段'领土'映射到一个'领地'师父。
+Male,男性
+Mandatory,强制性
+Mandatory filters required:\n,需要强制性的过滤器: \ ñ
+Master,主
+Match,比赛
+Max Attachments,最大附件
+"Meaning of Submit, Cancel, Amend",的含义提交,取消,修改
+"Menu items in the Top Bar. For setting the color of the Top Bar, go to Style Settings","在顶栏菜单项。设置最上面一栏的颜色,去样式设置"
+"Merging is only possible between Group-to-Group or
+ Ledger-to-Ledger",
+Message,信息
+Method,方法
+Middle Name (Optional),中间名(可选)
+Millions,百万
+Misc,杂项
+Miscellaneous,杂项
+Missing Values Required,所需遗漏值
+Modified by,改性
+Module,模
+Module Def,模块高清
+Module Name,模块名称
+Modules,模块
+Monday,星期一
+More,更多
+More content for the bottom of the page.,更多的内容的页面的底部。
+Must have report permission to access this report.,必须具有报告权限访问此报告。
+Must specify a Query to run,必须指定一个查询运行
+Name,名称
+Name Case,案例名称
+Name Exists,名称存在
+Naming Series mandatory,命名系列强制性
+New,新
+New Password,新密码
+New Record,新记录
+New value to be set,新的值被设置
+Next Communcation On,下一步通信电子在
+Next State,下一状态
+Next actions,下一步行动
+No,无
+No Action,无动作
+No Cache,无缓存
+No Communication tagged with this ,无标签的通信与此
+No Copy,没有复制
+No Permission,无权限
+No Permission to ,没有权限
+No Permissions set for this criteria.,没有权限设置此标准。
+No Report Loaded. Please use query-report/[Report Name] to run a report.,无报告加载。请使用查询报告/ [报告名称]运行报告。
+No Sitemap,没有网站地图
+No User Properties found.,没有用户属性中找到。
+No further records,没有进一步的记录
+No one,没有人
+No permission to edit,无权限进行编辑
+No permission to write / remove.,没有权限写入/删除。
+No records tagged.,没有记录标记。
+None,无
+None: End of Workflow,无:结束的工作流程
+Not Found,未找到
+Not Linked to any record.,不链接到任何记录。
+Not Permitted,不允许
+Not allowed for: ,不允许:
+Not enough permission to see links.,没有足够的权限查看链接。
+Not equals,不等于
+"Note: For best results, images must be of the same size and width must be greater than height.",注意:为达到最佳效果,图象必须具有相同的尺寸和宽度必须大于高度。
+Note: Other permission rules may also apply,注:其它权限规则也可申请
+Note: maximum attachment size = 1mb,注:附件大小上限= 1MB
+Nothing to show,没有显示
+Nothing to show for this selection,没什么可显示该选择
+Notification Count,通知计数
+Notify By Email,通知通过电子邮件
+On,上
+"Once you have set this, the users will only be able access documents with that property.",一旦你设置这个,用户将只能访问文档与该属性。
+Only Administrator allowed to create Query / Script Reports,只有管理员可以创建查询/报告的脚本
+Only Administrator can save a standard report. Please rename and save.,只有管理员可以保存一个标准的报告。请重新命名并保存。
+Only Allow Edit For,只允许编辑
+Only System Manager can create / edit reports,只有系统管理员可以创建/编辑报道
+Open Count,打开计数
+Open Sans,开放三世
+Options,选项
+Options Help,选项帮助
+Org History,组织历史
+Org History Heading,组织历史航向
+Original Message,原始消息
+Other,其他
+POP3 Mail Server (e.g. pop.gmail.com),POP3邮件服务器(如:pop.gmail.com)
+Page,页面
+Page Background,页面背景
+Page Border,页面边框
+Page HTML,页面的HTML
+Page Headings,页面标题
+Page Links,网页链接
+Page Name,网页名称
+Page Name Field,页面名称字段
+Page Role,第角色
+Page Text,页面文字
+Page already exists,页面已经存在
+Page content,页面内容
+Page not found,找不到网页
+Page or Generator,页或生成
+Page text and background is same color. Please change.,网页文字及背景相同的颜色。请更改。
+"Page to show on the website
+",
+"Page url name (auto-generated) (add "".html"")",页面的URL名称(自动生成)(加上“。的HTML”)
+Parent Label,父标签
+Parent is required.,家长是必需的。
+Participants,参与者
+Password,密码
+Password Expires in (days),在(天)密码过期
+Password Updated,密码更新
+Patch,补丁
+Patch Log,补丁日志
+Percent,百分之
+Perm Level,权限等级
+Permission Level,权限级别
+Permission Levels,权限级别
+Permission Manager,权限管理
+Permission Rules,权限规则
+Permissions,权限
+Permissions Settings,权限设置
+Permissions are automatically translated to Standard Reports and Searches,权限会自动转换为标准报表和搜索
+"Permissions are set on Roles and Document Types (called DocTypes) by restricting read, edit, make new, submit, cancel, amend and report rights.",权限是通过限制读取,编辑,做出新的,提交,取消,修改和报告权的角色和文件类型(称为文档类型)设置。
+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 incase you want to hide or make certain field read-only.,在更高级别的权限是“现场级”的权限。所有栏位有一个“权限级别”设置对他们和那个权限应用到该字段中定义的规则。柜面你想要隐藏或使某些领域只读这是有用的。
+"Permissions at level 0 are 'Document Level' permissions, i.e. they are primary for access to the document.",在0级权限是“文件级”的权限,也就是说,它们是主要用于访问文件。
+Permissions translate to Users based on what Role they are assigned,权限转化为基于什么样的角色,他们被分配用户
+Person,人
+Phone,电话
+Phone No.,电话号码
+Pick Columns,摘列
+Please attach a file first.,请附上文件第一。
+Please attach a file or set a URL,请附上一个文件或设置一个URL
+Please change the value,请更改该值
+Please enable pop-ups,请启用弹出窗口
+Please make sure that there are no empty columns in the file.,请确保没有空列在文件中。
+Please refresh to get the latest document.,请刷新以获得最新的文档。
+Please select a file or url,请选择一个文件或URL
+Please specify,请注明
+Plugin,插件
+Post Publicly,公开发布
+Post Topic,发表帖子
+Post to user,发布到用户
+Posts,帖子
+Primary,初级
+Print Format,打印格式
+Print Format Type,打印格式类型
+Print Hide,打印隐藏
+Print Width,打印宽度
+Print...,打印...
+Priority,优先
+Private,私人
+Profile,轮廓
+Profile Defaults,简介默认
+Profile Represents a User in the system.,资料表示系统中的一个用户。
+Profile of a Blogger,是Blogger的个人资料
+Profile of a blog writer.,一个博客作家简介。
+Properties,属性
+Property,属性
+Property Setter,属性setter
+Property Setter overrides a standard DocType or Field property,属性setter覆盖一个标准的DocType或Field属性
+Property Type,物业类型
+Public,公
+Published,发布时间
+Published On,发表于
+Pull Emails from the Inbox and attach them as Communication records (for known contacts).,从收件箱拉电子邮件,并将它们附加的通信记录(称为触点)。
+Query,询问
+Query Options,查询选项
+Query Report,查询报表
+Query must be a SELECT,查询必须是一个SELECT
+Quick Help for Setting Permissions,快速帮助设置权限
+Quick Help for User Properties,快速帮助用户属性
+Read,阅读
+Read Only,只读
+Received,收到
+Recipient,接受者
+Recipients,受助人
+Ref DocType,参考的DocType
+Ref Name,楼盘名称
+Ref Type,楼盘类型
+Reference,参考
+Reference DocName,可采用DocName参考
+Reference DocType,参考的DocType
+Reference Name,参考名称
+Reference Type,参考类型
+Refresh,刷新
+Registered but disabled.,注册但被禁用。
+Registration Details Emailed.,报名资料通过电子邮件发送。
+Remove Bookmark,删除书签
+Rename...,重命名...
+Repeat On,重复开
+Repeat Till,重复直到
+Repeat this Event,重复此事件
+Report,报告
+Report Builder,报表生成器
+Report Builder reports are managed directly by the report builder. Nothing to do.,报表生成器报表直接由报表生成器来管理。无事可做。
+Report Hide,报告隐藏
+Report Name,报告名称
+Report Type,报告类型
+Report was not saved (there were errors),报告没有被保存(有错误)
+Represents the states allowed in one document and role assigned to change the state.,代表一个文档,并分配到改变国家角色允许的状态。
+Reqd,REQD
+Reset Password Key,重设密码钥匙
+Restrict IP,限制IP
+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)部分的IP地址
+Restricting By User,通过限制用户
+Right,右边
+Role,角色
+Role Name,角色名称
+Roles,角色
+Roles Assigned,角色分配
+Roles Assigned To User,角色分配给用户
+Roles HTML,角色的HTML
+Root ,根
+Row,排
+Rules defining transition of state in the workflow.,规则定义的工作流状态的过渡。
+"Rules for how states are transitions, like next state and which role is allowed to change state etc.",规则的状态是如何过渡,就像下一个状态以及作用是允许改变状态等。
+SMS,短信
+Sales,销售
+Same file has already been attached to the record,相同的文件已经被连接到记录
+Saturday,星期六
+Save,节省
+Scheduler Log,调度日志
+Script,脚本
+Script Report,脚本报告
+Script Type,脚本类型
+Script to attach to all web pages.,脚本附加到所有的网页。
+Search,搜索
+Search Fields,搜索字段
+Section Break,分节符
+Security Settings,安全设置
+Select,选择
+Select All,全选
+Select Attachments,选择附件
+Select Document Type,选择文件类型
+Select Document Type or Role to start.,选择文件类型或角色开始。
+Select Module,选择模块
+Select Print Format,选择打印格式
+Select Report Name,选择报告名称
+Select Role,选择角色
+Select Type,选择类型
+Select User or Property to start.,选择用户或物业开始。
+Select a Banner Image first.,首先选择一个横幅图像。
+Select an image of approx width 150px with a transparent background for best results.,选择约宽150像素的透明背景以获得最佳效果的图像。
+Select dates to create a new ,选择日期以创建一个新的
+Select or drag across time slots to create a new event.,选择或拖动整个时隙,以创建一个新的事件。
+"Select target = ""_blank"" to open in a new page.",选择目标=“_blank”在新页面中打开。
+Select the label after which you want to insert new field.,之后要插入新字段中选择的标签。
+Send,发送
+Send As Email,发送电子邮件
+Send Me A Copy,给我发一份
+Send an email reminder in the morning,发送电子邮件提醒,早上
+Send enquiries to this email address,发送咨询到这个邮箱地址
+Sender,寄件人
+Sent,发送
+Sent Mail,发送邮件
+Sent Quotation,发送报价
+Sent or Received,发送或接收
+Series,系列
+Server,服务器
+Session Expired. Logging you out,会话过期。您的退出
+Session Expires in (time),会话过期的(时间)
+Set Banner from Image,从图像设置横幅
+Set Link,设置链接
+Set Password,设置密码
+Set Value,设定值
+"Set your background color, font and image (tiled)",设置背景颜色,字体和图像(平铺)
+Settings for About Us Page.,设置关于我们页面。
+Settings for Contact Us Page,设置联系我们页面
+Settings for Contact Us Page.,设置联系我们页面。
+Settings for the About Us Page,设置关于我们页面
+Setup of fonts and background.,设置字体和背景。
+"Setup of top navigation bar, footer and logo.",安装程序的顶部导航栏,页脚和徽标。
+Short Bio,个人简介
+Short Name,简称
+Shortcut,捷径
+Show Breadcrumbs,显示面包屑
+Show Details,显示详细信息
+Show Print First,显示打印首
+Show Table of Contents,显示内容表格
+Show Tags,显示标签
+Show Title,显示标题
+Show rows with zero values,秀行与零值
+Showing only for,仅显示为
+Single Post (article).,单个帖子(文章)。
+Single Types have only one record no tables associated. Values are stored in tabSingles,单一类型只有一个记录关联的表。值被存储在tabSingles
+Slideshow,连续播放
+Slideshow Items,幻灯片项目
+Slideshow Name,幻灯片放映名称
+Slideshow like display for the website,像幻灯片显示的网站
+Small Text,小文
+Solid background color (default light gray),纯色背景色(默认浅灰色)
+Sorry we were unable to find what you were looking for.,对不起,我们无法找到您所期待的。
+Sorry you are not permitted to view this page.,对不起,您没有权限浏览这个页面。
+Sort By,排序
+Special Page Settings,特殊页面设置
+Standard,标准
+Start Report For,启动年报
+Starts on,开始于
+Startup,启动
+State,态
+States,国家
+Status,状态
+Step 1: Set the name and save.,第1步:设置名称和保存。
+Step 2: Set Letterhead content.,第2步:设置信的内容。
+Style,风格
+Style Settings,样式设置
+"Style represents the button color: Success - Green, Danger - Red, Inverse - Black, Primary - Dark Blue, Info - Light Blue, Warning - Orange",风格代表按钮的颜色:成功 - 绿色,危险 - 红,逆 - 黑色,而小学 - 深蓝色,信息 - 浅蓝,警告 - 橙
+Sub-domain provided by erpnext.com,由erpnext.com提供的子域
+Subdomain,子域名
+Subject,主题
+Submit,提交
+Submitted,提交
+Submitted Record cannot be deleted,提交记录无法删除
+Success,成功
+Suggestion,建议
+Sunday,星期天
+Support Email Id,支持电子邮件Id
+Sync Inbox,同步收件箱
+System,系统
+System Defaults,系统默认值
+System User,系统用户
+Table,表
+Table of Contents,目录
+Tag,标签
+Tag Name,标签名称
+Tags,标签
+Tahoma,宋体
+Target,目标
+Team Members,团队成员
+Team Members Heading,小组成员标题
+Template Path,模板路径
+Test,测试
+Test Runner,测试运行
+Text,文本
+Text Align,文本对齐
+Text Editor,文本编辑器
+"The ""Web Page"" that is the website home page",在“网页”,也就是在网站首页
+The name of your company / website as you want to appear on browser title bar. All pages will have this as the prefix to the title.,您的公司/网站的,你想要显示在浏览器标题栏中的名称。所有页面都会有这样的前缀称号。
+"The system provides pre-defined roles, but you can add new roles to set finer permissions",该系统提供了预先定义的角色,但你可以添加新角色设定更精细的权限
+Then By (optional),再由(可选)
+These properties are Link Type fields from all Documents.,这些属性是由所有文件链接类型字段。
+"These properties can also be used to 'assign' a particular document, whose property matches with the User's property to a User. These can be set using the Permission Manager",这些属性也可以用来'分配'一个特定的文件,其属性与用户的属性相匹配的用户。这些可以通过设置权限管理
+These properties will appear as values in forms that contain them.,这些属性将显示为包含这些形式的值。
+These values will be automatically updated in transactions and also will be useful to restrict permissions for this user on transactions containing these values.,这些值将在交易中自动更新,也将是有益的权限限制在含有这些值交易这个用户。
+"This field will appear only if the fieldname defined here has value OR the rules are true (examples):
+myfield
+eval:doc.myfield=='My Value'
+eval:doc.age>18",
+This goes above the slideshow.,这正好幻灯片上面。
+This is PERMANENT action and you cannot undo. Continue?,这是永久性的行动,你不能撤消。要继续吗?
+This is permanent action and you cannot undo. Continue?,这是永久的行动,你不能撤消。要继续吗?
+Thursday,星期四
+Time,时间
+Time Zone,时区
+Title,标题
+Title / headline of your page,你的页面标题/标题
+Title Case,标题案例
+Title Prefix,标题前缀
+To,至
+"To format columns, give column labels in the query.",要格式化列,给列标签在查询中。
+"To further restrict permissions based on certain values in a document, use the 'Condition' settings.",为了进一步限制基于文档中的某些价值观的权限,使用'条件'的设置。
+To restrict a User of a particular Role to documents that are explicitly assigned to them,要限制某一特定角色的用户来显式分配给他们的文件
+To restrict a User of a particular Role to documents that are only self-created.,要限制某一特定角色的用户到只有自己创建的文档。
+"To set user roles, just go to Setup > Users and click on the user to assign roles.",要设置用户角色,只要进入设置>用户 ,然后单击分配角色的用户。
+ToDo,待办事项
+Tools,工具
+Top Bar,顶栏
+Top Bar Background,顶栏背景
+Top Bar Item,顶栏项目
+Top Bar Items,顶栏项目
+Top Bar Text,顶栏文本
+Top Bar text and background is same color. Please change.,最上面一栏的文本和背景颜色相同。请更改。
+Total SMS Sent,共发送短信
+Transaction,交易
+Transition Rules,过渡规则
+Trash Reason,垃圾桶原因
+Tuesday,星期二
+Tweet will be shared via your user account (if specified),推文将通过您的用户帐户共享(如果指定)
+Twitter Share,Twitter分享
+Twitter Share via,Twitter分享通过
+Type,类型
+UPPER CASE,大写
+UPPERCASE,大写
+URL,网址
+Unable to complete request: ,无法完成请求:
+Unable to load,无法加载
+"Unknown file encoding. Tried utf-8, windows-1250, windows-1252.",未知文件编码。尝试UTF-8,windows-1250访问,windows-1252访问。
+Unread Messages,未读消息
+Unsubscribed,退订
+Upcoming Events for Today,近期活动今日
+Update,更新
+Update Field,更新域
+Update Value,更新值
+Upload,上载
+Upload Attachment,上传附件
+Upload a file,上传文件
+Upload and Import,上传和导入
+Uploading...,上载...
+User,用户
+User Cannot Create,用户无法创建
+User Cannot Search,用户不能搜索
+User Image,用户图片
+User Tags,用户标签
+User Type,用户类型
+User not allowed to delete.,用户不允许删除。
+UserRole,的UserRole
+Value,值
+Value missing for,缺少值
+Verdana,宋体
+Visit,访问
+Warning,警告
+Web Content,Web内容
+Web Page,网页
+Website,网站
+Website Overall Settings,网站整体设置
+Website Script,网站脚本
+Website Settings,网站设置
+Website Sitemap,网站地图
+Website Sitemap Config,网站地图配置
+Website Slideshow,网站连续播放
+Website Slideshow Item,网站幻灯片项目
+Website User,网站用户
+Wednesday,星期三
+Welcome Email Sent,欢迎发送电子邮件
+"When you Amend a document after cancel and save it, it will get a new number that is a version of the old number.",当您修改一个文件后,取消和保存,它会得到一个新的数字,是一个版本的旧号码。
+Width,宽度
+Will be used in url (usually first name).,在URL(通常是第一个名字)将被使用。
+Workflow,工作流程
+Workflow Action,工作流操作
+Workflow Action Master,工作流操作主
+Workflow Action Name,工作流操作名称
+Workflow Document State,工作流文档状态
+Workflow Document States,工作流文档国
+Workflow Name,工作流名称
+Workflow State,工作流状态
+Workflow State Field,工作流状态字段
+Workflow Transition,工作流程转换
+Workflow Transitions,工作流程转换
+Workflow state represents the current state of a document.,工作流状态表示文档的当前状态。
+Workflow will start after saving.,保存后的工作流程将启动。
+Write,写
+Write a Python file in the same folder where this is saved and return column and result.,写一个Python文件,在这个被保存在同一文件夹中,并返回列和结果。
+Write a SELECT query. Note result is not paged (all data is sent in one go).,写一个SELECT查询。注结果不分页(所有数据都一气呵成发送)。
+Write titles and introductions to your blog.,写标题和介绍给你的博客。
+Writers Introduction,作家简介
+Year,年
+Yes,是的
+Yesterday,昨天
+You can set various 'properties' to Users to set default values and apply permission rules based on the value of these properties in various forms.,您可以设置不同的“属性”,以用户设置的默认值,并基于各种形式的这些属性值的权限规则。
+You can use Customize Form to set levels on fields.,您可以使用自定义表单上栏位设定水平。
+"Your download is being built, this may take a few moments...",您的下载正在修建,这可能需要一些时间......
+[Label]:[Field Type]/[Options]:[Width],[标签]:[字段类型] / [选项]:[宽]
+add your own CSS (careful!),添加您自己的CSS(careful!)
+adjust,调整
+align-center,对准中心
+align-justify,对齐对齐
+align-left,对齐左
+align-right,对齐,右
+and,和
+arrow-down,箭头向下
+arrow-left,箭头左
+arrow-right,箭头向右
+arrow-up,向上箭头
+asterisk,星号
+backward,落后
+ban-circle,禁令圈
+barcode,条形码
+bell,钟
+bold,胆大
+book,书
+bookmark,书签
+briefcase,公文包
+bullhorn,扩音器
+calendar,日历
+camera,相机
+cannot be empty,不能为空
+cannot be in its own,不能在其自身的
+"cannot have a URL, because it has child item(s)",不能有一个URL ,因为它有子项(次)
+cannot start with,无法开始
+certificate,证书
+check,查
+chevron-down,雪佛龙跌
+chevron-left,人字形左
+chevron-right,雪佛龙 - 右
+chevron-up,雪佛龙达
+circle-arrow-down,圆圈箭头向下
+circle-arrow-left,圆圈箭头向左
+circle-arrow-right,圆圈箭头向右
+circle-arrow-up,圆圈箭头行动
+cog,COG
+comment,评论
+comments,评论
+create a Custom Field of type Link (Profile) and then use the 'Condition' settings to map that field to the Permission rule.,创建类型链接(配置文件)的自定义字段,然后使用“条件”设置到该字段映射到权限规则。
+dd-mm-yyyy,日 - 月 - 年
+dd/mm/yyyy,日/月/年
+does not exist,不存在
+download,下载
+download-alt,下载的Alt
+edit,编辑
+eject,喷射
+envelope,信封
+exclamation-sign,惊叹号标志
+eye-close,眼睛闭
+eye-open,眼开
+facetime-video,FaceTime的视频
+fast-backward,快退
+fast-forward,快进
+file,文件
+film,电影
+filter,过滤器
+fire,火
+flag,旗
+folder-close,文件夹闭
+folder-open,文件夹打开
+font,字形
+forward,向前
+found,发现
+fullscreen,全屏
+gift,礼物
+glass,玻璃
+globe,地球
+hand-down,用手向下
+hand-left,手左
+hand-right,手右
+hand-up,手机
+hdd,硬盘
+headphones,头戴耳机
+heart,心脏
+home,家
+icon,图标
+in,在
+inbox,收件箱
+indent-left,缩进左
+indent-right,缩进,右
+info-sign,信息符号
+is linked in,在链接
+is not allowed.,是不允许的。
+italic,斜体
+leaf,叶
+list,表
+list-alt,列表ALT
+lock,锁
+lowercase,小写
+magnet,磁铁
+map-marker,地图标记物
+minus,减
+minus-sign,减号
+mm-dd-yyyy,MM-DD-YYYY
+mm/dd/yyyy,月/日/年
+move,移动
+music,音乐
+not in,不
+of type Link,链接类型
+off,离
+ok,行
+ok-circle,OK-圈
+ok-sign,OK-迹象
+or,或
+pause,暂停
+pencil,铅笔
+picture,图片
+plane,机
+play,玩
+play-circle,玩圈
+plus,加
+plus-sign,加号
+print,打印
+qrcode,QRcode的
+question-sign,问题符号
+random,随机
+refresh,刷新
+remove,清除
+remove-circle,删除圈
+remove-sign,删除符号
+repeat,重复
+resize-full,调整满
+resize-horizontal,调整大小,水平
+resize-small,调整大小小
+resize-vertical,调整垂直
+retweet,转推
+road,道路
+screenshot,屏幕截图
+search,搜索
+share,共享
+share-alt,股份ALT
+shopping-cart,购物推车
+signal,信号
+star,明星
+star-empty,明星空
+step-backward,一步落后
+step-forward,步向前
+stop,停止
+tag,标签
+tags,标签
+"target = ""_blank""",目标=“_blank”
+tasks,任务
+text-height,文字高度
+text-width,文字宽度
+th,日
+th-large,TH-大
+th-list,日列表
+thumbs-down,拇指向下
+thumbs-up,竖起大拇指
+time,时间
+tint,色彩
+to,至
+trash,垃圾
+upload,上载
+user,用户
+user_image_show,user_image_show
+values and dates,值和日期
+volume-down,容积式
+volume-off,体积过
+volume-up,容积式
+warning-sign,警告符号
+wrench,扳手
+yyyy-mm-dd,年 - 月 - 日
+zoom-in,放大式
+zoom-out,拉远
diff --git a/webnotes/translations/zh-tw.csv b/webnotes/translations/zh-tw.csv
new file mode 100644
index 0000000000..665330f023
--- /dev/null
+++ b/webnotes/translations/zh-tw.csv
@@ -0,0 +1,1073 @@
+ by Role ,按角色
+ can not be marked as a ledger as it has existing child,不能被標記為總賬,因為它已經存在的子
+ cannot be deleted.,
+ is not set,沒有設置
+"""Company History""",“公司歷史”
+"""Team Members"" or ""Management""",“團隊成員”或“管理”
+0,0
+"000 is black, fff is white",000是黑色的,FFF是白色的
+1,1
+12px,12px的
+13px,13px的
+14px,14px的
+15px,15px的
+16px,16px的
+2,借記賬戶(供應商)不與採購發票匹配
+2 days ago,3天前
+"\
+field:[fieldname] - By Field\
+naming_series: - By Naming Series (field called naming_series must be present\
+Prompt - Prompt user for a name\
+[series] - Series by prefix (separated by a dot); for example PRE.#####\
+')"">Naming Options",
+Cancel allows you change Submitted documents by cancelling them and amending them.,取消允許你通過取消他們和修改他們改變提交的文件。
+A new popup will open that will ask you to select further conditions.,一個新的彈出窗口將打開,將要求您選擇其他條件。
+A user can have multiple values for a property.,一個用戶可以有一個屬性的多個值。
+About,關於
+About Us Settings,關於我們設置
+About Us Team Member,關於我們團隊成員
+Account Id,帳戶ID
+Action,行動
+Actions,操作
+Add,加
+Add A New Rule,添加新的規則
+Add A Property,添加屬性
+Add Attachments,添加附件
+Add Bookmark,添加書籤
+Add CSS,添加CSS
+Add Column,添加列
+Add Google Analytics ID: eg. UA-89XXX57-1. Please search help on Google Analytics for more information.,添加谷歌Analytics(分析)ID:例如。 UA-89XXX57-1。請搜索在谷歌Analytics(分析)幫助以獲取更多信息。
+Add Message,發表留言
+Add New Permission Rule,添加新的權限規則
+Add Reply,添加回复
+Add Total Row,添加總計行
+Add a banner to the site. (small banners are usually good),添加一個橫幅掛在了網站上。 (小橫幅通常是很好的)
+Add attachment,添加附件
+Add code as <script>,添加代碼為<SCRIPT>
+Add new row,添加新行
+"Add the name of Google Web Font e.g. ""Open Sans""","新增的名稱谷歌網頁字體如“打開三世”"
+Add to To Do,添加到待辦事項
+Add to To Do List of,添加到待辦事項列表
+Additional Info,附加信息
+Address,地址
+Address and other legal information you may want to put in the footer.,地址和其他法律信息,你可能要放在頁腳。
+Address to be displayed on the Contact Page,地址作為聯繫頁面上顯示
+Adds a custom field to a DocType,添加一個自定義字段,以一個DOCTYPE
+Adds a custom script (client or server) to a DocType,添加一個自定義腳本(客戶端或服務器),以一個DOCTYPE
+Advanced Scripting,高級腳本
+Advanced Settings,高級設置
+All Day,全日
+"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“取消”
+Allow Attach,允許連接
+Allow Import,允許進口
+Allow Import via Data Import Tool,允許通過數據導入工具導入
+Allow Rename,允許重新命名
+Allow on Submit,允許在提交
+Allow user to login only after this hour (0-24),允許用戶僅這一小時後登陸(0-24)
+Allow user to login only before this hour (0-24),允許用戶僅在此之前登錄小時(0-24)
+Allowed,寵物
+Already Registered,已註冊
+Amend,修改
+"An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org]","一個圖標文件,擴展名為。ico。應該是16×16像素。使用的favicon生成器生成。 [ 網站圖標- generator.org ]"
+Are you sure you want to delete the attachment?,您確定要刪除的附件?
+Arial,宋體
+"As a best practice, do not assign the same set of permission rule to different Roles instead set multiple Roles to the User",作為最佳實踐,不要在同一組的權限規則分配給不同的角色,而不是設置多個角色的用戶
+Ascending,升序
+Assign To,分配給
+Assigned By,通過分配
+Assigned To,分配給
+Assigned To/Owner,分配給/所有者
+Attach,附
+Attach Document Print,附加文檔打印
+Attach as web link,附加為網站鏈接
+Attached To DocType,附著的DocType
+Attached To Name,單身者姓名
+Attachments,附件
+Attributions,歸屬
+Auto Name,自動名稱
+Auto generated,自動生成
+Avatar,阿凡達
+Background Color,背景顏色
+Background Image,背景圖片
+Banner,旗幟
+Banner HTML,橫幅的HTML
+Banner Image,橫幅圖片
+Banner is above the Top Menu Bar.,旗幟就是上面的頂部菜單欄。
+Begin this page with a slideshow of images,開始這個頁面圖像的幻燈片
+Belongs to,屬於
+Bio,生物
+Birth Date,出生日期
+Blog Category,博客分類
+Blog Intro,博客介紹
+Blog Introduction,博客簡介
+Blog Post,博客公告
+Blog Settings,博客設置
+Blog Title,博客標題
+Blogger,博客
+Bookmarks,書籤
+Brand HTML,品牌的HTML
+"Brand is what appears on the top-right of the toolbar. If it is an image, make sure it
+has a transparent background and use the <img /> tag. Keep size as 200px x 30px",
+Bulk Email,大量電子郵件
+Bulk Email records.,大量電子郵件記錄。
+Button,鈕
+By,通過
+COMM-,COMM-
+CSS,CSS
+Calendar,日曆
+Can only be exported by users with role 'Report Manager',只能由用戶與角色“報表管理器”導出
+Cancel,取消
+Cancel permission also allows the user to delete a document (if it is not linked to any other document).,取消許可還允許用戶刪除一個文件(如果它不與任何其他文件)。
+Cancelled,註銷
+Cannot Update: Incorrect / Expired Link.,無法更新:不正確的/過期的鏈接。
+Cannot Update: Incorrect Password,無法更新:不正確的密碼
+Cannot change from,不能改變
+Cannot edit standard fields,不能編輯標準字段
+Cannot map because following condition fails: ,無法對應,因為以下條件失敗:
+"Cannot update a non-exiting record, try inserting.",無法更新非退出記錄,請嘗試插入。
+Categorize blog posts.,分類博客文章。
+Category,類別
+Category Name,分類名稱
+Center,中心
+"Certain documents should not be changed once final, like an Invoice for example. The final state for such documents is called Submitted. You can restrict which roles can Submit.",某些文件不應該改變最後一次,像發票為例。對這些文件的最後狀態被稱為提交 。您可以限制哪些角色可以提交。
+Chat,聊天
+Check,查
+Check / Uncheck roles assigned to the Profile. Click on the Role to find out what permissions that Role has.,查看/取消選中分配給個人的角色。點擊角色,找出哪些權限的角色了。
+Check this to make this the default letter head in all prints,勾選這個來讓這個默認的信頭中的所有打印
+Checked,檢查
+Child Tables are shown as a Grid in other DocTypes.,子表中顯示為其他文檔類型的Grid。
+Clear Cache & Refresh,清除緩存和刷新
+Click on button in the 'Condition' column and select the option 'User is the creator of the document',點擊在“條件”列按鈕,並選擇選項“用戶是文件的創建者”
+Click on row to edit.,單擊要編輯的行。
+Click to Expand / Collapse,點擊展開/折疊
+Client,客戶
+Close,關閉
+Code,碼
+Color,顏色
+Column Break,分欄符
+Comment,評論
+Comment By,評論人
+Comment By Fullname,評論人全名
+Comment Date,評論日期
+Comment Docname,可採用DocName評論
+Comment Doctype,註釋文檔類型
+Comment Time,評論時間
+Comments,評論
+Communication,通訊
+Communication Medium,通信介質
+Company History,公司歷史
+Company Introduction,公司簡介
+Company Name,公司名稱
+Complaint,抱怨
+Complete By,完成
+Condition Field,條件字段
+Contact Us Settings,聯繫我們設置
+"Contact options, like ""Sales Query, Support Query"" etc each on a new line or separated by commas.",聯繫人選項,如“銷售查詢,支持查詢”等每一個新行或以逗號分隔。
+Content,內容
+Content in markdown format that appears on the main side of your page,在降價格式的內容,在頁面的主側出現
+Content web page.,內容的網頁。
+Control Panel,控制面板
+Controller,調節器
+Copy,複製
+Copyright,版權
+Core,核心
+Count,算
+Country,國家
+Create,創建
+Created Customer Issue,創建客戶問題
+Created Opportunity,創造機會
+Created Support Ticket,創建支持票
+Currency,貨幣
+Currency Format,貨幣格式
+Current status,現狀
+Custom CSS,自定義CSS
+Custom Field,自定義字段
+Custom Reports,自定義報告
+Custom Script,自定義腳本
+Custom Startup Code,自定義啟動代碼
+Custom?,自定義?
+Customize,定制
+Customize Form,自定義表單
+Customize Form Field,自定義表單域
+"Customize Label, Print Hide, Default etc.",自定義標籤,打印隱藏,默認值等。
+Daily Event Digest is sent for Calendar Events where reminders are set.,每日賽事精華被送往何處提醒設置日曆事件。
+Danger,危險
+Data,數據
+Data missing in table,在表中的數據丟失
+Date,日期
+Date Format,日期格式
+Date must be in format,日期格式必須是
+Datetime,日期時間
+Dear,親愛
+Default,默認
+Default Home Page,默認主頁
+Default Home Pages,默認主頁
+Default Print Format,默認打印格式
+Default Value,默認值
+"Default: ""Contact Us""",默認:“聯繫我們”
+DefaultValue,默認值
+Defaults,默認
+Defines actions on states and the next step and allowed roles.,定義了國家行動和下一步和允許的角色。
+Defines workflow states and rules for a document.,定義了文檔工作流狀態和規則。
+Delete,刪除
+Delete Row,刪除行
+Depends On,取決於
+Descending,降
+Description,描述
+"Description for listing page, in plain text, only a couple of lines. (max 140 characters)",說明列表頁面,在純文本中,只有幾行。 (最多140個字符)
+Description for page header.,描述頁面標題。
+Desktop,桌面
+Details,詳細信息
+Did not add.,沒加。
+Did not cancel,沒有取消
+Did not save,沒救了
+"Different ""States"" this document can exist in. Like ""Open"", ""Pending Approval"" etc.",不同的“國家”這個文件可以存在。像“打開”,“待批准”等。
+Disable Customer Signup link in Login page,禁止在登錄頁面客戶註冊鏈接
+Disable Signup,禁止註冊
+Disabled,殘
+Display Settings,顯示設置
+Doc Status,文件狀態
+DocField,DocField
+DocPerm,DocPerm
+DocType,的DocType
+DocType Details,的DocType詳情
+DocType can not be merged,DocType文檔類型不能合併
+DocType is a Table / Form in the application.,的DocType是一個表/表格中的應用。
+DocType on which this Workflow is applicable.,DocType文檔類型上這個工作流是適用的。
+DocType or Field,的DocType或現場
+Docname,可採用DocName
+Document,文件
+Document Status transition from ,從文檔狀態過渡
+Document Type,文件類型
+Document Types,文檔類型
+Document is only editable by users of role,文件只有通過編輯角色的用戶
+Documents,文件
+Download Backup,下載備份
+Draft,草案
+Drafts,草稿箱
+Drag to sort columns,拖動進行排序的列
+Edit,編輯
+Editable,編輯
+Email,電子郵件
+Email Host,電子郵件主機
+Email Id where users will send support request e.g. support@example.com,電子郵件Id,用戶將發送支持請求,例如support@example.com
+Email Login,郵箱登錄
+Email Password,電子郵件密碼
+Email Sent,郵件發送
+Email Settings,電子郵件設置
+Email Signature,電子郵件簽名
+Email Use SSL,電子郵件使用SSL
+"Email addresses, separted by commas",電子郵件地址,以逗號separted
+Email...,電子郵件...
+Embed image slideshows in website pages.,嵌入圖像的幻燈片中的網頁。
+Enable Comments,啟用評論
+Enabled,啟用
+Ends on,結束於
+Enter Form Type,輸入表單類型
+"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.","輸入默認值字段(鍵)和值。如果你對一個字段中添加多個值,則第一個將有所回升。這些默認值也可用來設置“匹配”的權限規則。要查看字段的列表,請訪問自定義表單 。"
+Equals,等號
+Error,錯誤
+Error: Document has been modified after you have opened it,錯誤:你已經打開了它之後,文件已被修改
+Event,事件
+Event End must be after Start,活動結束必須開始後,
+Event Individuals,個人事件
+Event Role,事件角色
+Event Roles,事件角色
+Event Type,事件類型
+Event User,事件用戶
+Events In Today's Calendar,活動在今天的日曆
+Every Day,天天
+Every Month,每月
+Every Week,每一周
+Every Year,每年
+Example:,例如:
+Export,出口
+Facebook Share,Facebook分享
+FavIcon,網站圖標
+Female,女
+Field Description,字段說明
+Field Name,字段名稱
+Field Type,字段類型
+"Field that represents the Workflow State of the transaction (if field is not present, a new hidden Custom Field will be created)",現場,代表交易的工作流狀態(如果域不存在,一個新的隱藏的自定義字段將被創建)
+Fieldname,字段名
+Fields,領域
+"Fields separated by comma (,) will be included in the
Search By list of Search dialog box",字段用逗號(,)分隔將被納入
搜索的搜索對話框列表
+File,文件
+File Data,文件數據
+File Name,文件名
+File Size,文件大小
+File URL,文件的URL
+File size exceeded the maximum allowed size,文件大小超過了允許的最大尺寸
+Filter,過濾器
+Finder,發現者
+First Name,名字
+Float,浮動
+Font (Heading),字體(標題)
+Font (Text),字體(文字)
+Font Size (Text),字體大小(文本)
+Fonts,字體
+Footer,頁腳
+Footer Items,頁腳項目
+For All Users,對於所有用戶
+For DocType,為的DocType
+"For Links, enter the DocType as range
+For Select, enter list of Options separated by comma",
+"For comparative filters, start with",對於比較器,開始
+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'。這可以幫助您跟踪每一項修正案。
+For example: You want to restrict users to transactions marked with a certain property called 'Territory',例如:你想限制用戶到標有某種屬性叫做'領地'交易
+For ranges,對於範圍
+Form,表格
+"Format: hh:mm example for one hour expiry set as 01:00.
+Max expiry will be 72 hours. Default is 24 hours",
+Forward To Email Address,轉發到郵件地址
+Friday,星期五
+From Date must be before To Date,從日期必須是之前日期
+Full Name,全名
+Gantt Chart,甘特圖
+Gender,性別
+General,一般
+Generator,發電機
+Georgia,格魯吉亞
+Get,得到
+Get From ,得到
+"Go to Setup > User Properties to set \
+ 'territory' for diffent Users.",
+Google Analytics ID,谷歌Analytics(分析)的ID
+Google Plus One,谷歌加一
+Google Web Font (Heading),谷歌網頁字體(標題)
+Google Web Font (Text),谷歌網頁字體(文字)
+Greater or equals,大於或等於
+Greater than,大於
+Groups,組
+HTML,HTML
+Header,頭
+Heading,標題
+Heading Text As,標題文字作為
+Help,幫助
+Helvetica Neue,Helvetica Neue字體
+Hey! There should remain at least one System Manager,嘿!應該保持至少一個系統管理器
+Hidden,隱
+Hide Actions,隱藏操作
+Hide Copy,隱藏副本
+Hide Email,隱藏電子郵件
+Hide Heading,隱藏標題
+Hide Print,隱藏打印
+Hide Toolbar,隱藏工具欄
+Highlight,突出
+History,歷史
+Home Page,首頁
+Home Page is Products,首頁產品是
+Home Pages,主頁
+ID,ID
+ID (name) of the entity whose property is to be set,其屬性是要設置的實體的ID(名稱)
+Icon,圖標
+Icon will appear on the button,圖標將顯示在按鈕上
+"If a User does not have access at Level 0, then higher levels are meaningless",如果用戶無權訪問級別為0級,那麼更高的水平是沒有意義的
+"If checked, all other workflows become inactive.",如果選中,所有其他的工作流程變得無效。
+"If checked, the Home page will be the default Item Group for the website.",如果選中,主頁將是默認的項目組的網站上。
+"If image is selected, color will be ignored (attach first)",如果圖像被選中,顏色將被忽略(先附上)
+"If not, create a",如果沒有,請創建一個
+"If the 'territory' Link Field exists, it will give you an option to select it",如果'領土'鏈接字段存在,它會給你一個選項,選擇它
+"If these instructions where not helpful, please add in your suggestions at GitHub Issues",如果這些指令,其中沒有幫助,請在您的建議添加GitHub的問題
+"If you set this, this Item will come in a drop-down under the selected parent.",如果你設置這個,這個項目會在一個下拉菜單中選定父下。
+Image,圖像
+Image Link,圖片鏈接
+Import,進口
+In,在
+In Dialog,在對話框
+In Filter,在過濾器
+In List View,在列表視圖
+In Report Filter,在報表篩選
+In response to,響應於
+"In the Permission Manager, click on the button in the 'Condition' column for the Role you want to restrict.",在權限管理器中,單擊在“狀態”列中的按鈕為要限制的作用。
+Index,指數
+Individuals,個人
+Industry,行業
+Info,信息
+Insert After,插入後
+Insert Below,下面插入
+Insert Code,插入代碼
+Insert Row,插入行
+Insert Style,插入式
+Int,詮釋
+Integrations,集成
+Introduce your company to the website visitor.,介紹貴公司的網站訪客。
+Introduction,介紹
+Introductory information for the Contact Us Page,介紹信息的聯繫我們頁面
+Invalid Email,無效的電子郵件
+Inverse,逆
+Is Active,為活躍
+Is Child Table,是子表
+Is Default,是默認
+Is Mandatory Field,是必須填寫
+Is Single,單人
+Is Standard,為標準
+Is Submittable,是Submittable
+JSON,JSON
+JavaScript Format: wn.query_reports['REPORTNAME'] = {},JavaScript的格式:wn.query_reports ['REPORTNAME'] = {}
+Javascript,使用Javascript
+Javascript to append to the head section of the page.,Javascript來附加到頁面的head部分。
+Keep a track of all communications,保持跟踪所有通信
+Key,關鍵
+Label,標籤
+Label Help,標籤說明
+Lacs,紫膠
+Landing Page,著陸頁
+Language,語
+Language preference for user interface (only if available).,語言首選項的用戶界面(僅如果有的話)。
+Last IP,最後一個IP
+Last Login,上次登錄
+Last Name,姓
+Last updated by,最後更新由
+Lastmod,LASTMOD
+Lato,拉托
+Leave blank to repeat always,留空將總是重複
+Left,左
+Less or equals,小於或等於
+Less than,小於
+Letter Head,信頭
+Letter Head Image,信頭圖片
+Letter Head Name,信頭名
+Letter Head in HTML,信頭中的HTML
+Level,級別
+"Level 0 is for document level permissions, higher levels for field level permissions.",0級是文件級權限,更高層次字段級權限。
+Like,喜歡
+Link,鏈接
+Link Name,鏈接名稱
+Link to other pages in the side bar and next section,鏈接到側欄和下一節其他頁面
+Link to the page you want to open,鏈接到你想打開的網頁
+Linked In Share,反向鏈接分享
+Linked With,掛具
+List,表
+List of patches executed,執行補丁列表
+Loading,載入中
+Loading Report,加載報表
+Loading...,載入中...
+Log of Scheduler Errors,調度程序錯誤日誌
+Login,註冊
+Login After,登錄後
+Login Before,登錄前
+Logout,註銷
+Long Text,長文本
+Lucida Grande,龍力大
+Mail Footer,郵件頁腳
+Mail Server,郵件服務器
+Main Section,主科
+Make a new,創建一個新的
+Make sure that the transactions you want to restrict have a Link field 'territory' that maps to a 'Territory' master.,請確保您要限制的交易有一個鏈接字段'領土'映射到一個'領地'師父。
+Male,男性
+Mandatory,強制性
+Mandatory filters required:\n,需要強制性的過濾器: \ ñ
+Master,主
+Match,比賽
+Max Attachments,最大附件
+"Meaning of Submit, Cancel, Amend",的含義提交,取消,修改
+"Menu items in the Top Bar. For setting the color of the Top Bar, go to Style Settings","在頂欄菜單項。設置最上面一欄的顏色,去樣式設置"
+"Merging is only possible between Group-to-Group or
+ Ledger-to-Ledger",
+Message,信息
+Method,方法
+Middle Name (Optional),中間名(可選)
+Millions,百萬
+Misc,雜項
+Miscellaneous,雜項
+Missing Values Required,所需遺漏值
+Modified by,改性
+Module,模
+Module Def,模塊高清
+Module Name,模塊名稱
+Modules,模塊
+Monday,星期一
+More,更多
+More content for the bottom of the page.,更多的內容的頁面的底部。
+Must have report permission to access this report.,必須具有報告權限訪問此報告。
+Must specify a Query to run,必須指定一個查詢運行
+Name,名稱
+Name Case,案例名稱
+Name Exists,名稱存在
+Naming Series mandatory,命名系列強制性
+New,新
+New Password,新密碼
+New Record,新記錄
+New value to be set,新的值被設置
+Next Communcation On,下一步通信電子在
+Next State,下一狀態
+Next actions,下一步行動
+No,無
+No Action,無動作
+No Cache,無緩存
+No Communication tagged with this ,無標籤的通信與此
+No Copy,沒有複製
+No Permission,無權限
+No Permission to ,沒有權限
+No Permissions set for this criteria.,沒有權限設置此標準。
+No Report Loaded. Please use query-report/[Report Name] to run a report.,無報告加載。請使用查詢報告/ [報告名稱]運行報告。
+No Sitemap,沒有網站地圖
+No User Properties found.,沒有用戶屬性中找到。
+No further records,沒有進一步的記錄
+No one,沒有人
+No permission to edit,無權限進行編輯
+No permission to write / remove.,沒有權限寫入/刪除。
+No records tagged.,沒有記錄標記。
+None,無
+None: End of Workflow,無:結束的工作流程
+Not Found,未找到
+Not Linked to any record.,不鏈接到任何記錄。
+Not Permitted,不允許
+Not allowed for: ,不允許:
+Not enough permission to see links.,沒有足夠的權限查看鏈接。
+Not equals,不等於
+"Note: For best results, images must be of the same size and width must be greater than height.",注意:為達到最佳效果,圖像必須具有相同的尺寸和寬度必須大於高度。
+Note: Other permission rules may also apply,注:其它權限規則也可申請
+Note: maximum attachment size = 1mb,注:附件大小上限= 1MB
+Nothing to show,沒有顯示
+Nothing to show for this selection,沒什麼可顯示該選擇
+Notification Count,通知計數
+Notify By Email,通知通過電子郵件
+On,上
+"Once you have set this, the users will only be able access documents with that property.",一旦你設置這個,用戶將只能訪問文檔與該屬性。
+Only Administrator allowed to create Query / Script Reports,只有管理員可以創建查詢/報告的腳本
+Only Administrator can save a standard report. Please rename and save.,只有管理員可以保存一個標準的報告。請重新命名並保存。
+Only Allow Edit For,只允許編輯
+Only System Manager can create / edit reports,只有系統管理員可以創建/編輯報導
+Open Count,打開計數
+Open Sans,開放三世
+Options,選項
+Options Help,選項幫助
+Org History,組織歷史
+Org History Heading,組織歷史航向
+Original Message,原始消息
+Other,其他
+POP3 Mail Server (e.g. pop.gmail.com),POP3郵件服務器(如:pop.gmail.com)
+Page,頁面
+Page Background,頁面背景
+Page Border,頁面邊框
+Page HTML,頁面的HTML
+Page Headings,頁面標題
+Page Links,網頁鏈接
+Page Name,網頁名稱
+Page Name Field,頁面名稱字段
+Page Role,第角色
+Page Text,頁面文字
+Page already exists,頁面已經存在
+Page content,頁面內容
+Page not found,找不到網頁
+Page or Generator,頁或生成
+Page text and background is same color. Please change.,網頁文字及背景相同的顏色。請更改。
+"Page to show on the website
+",
+"Page url name (auto-generated) (add "".html"")",頁面的URL名稱(自動生成)(加上“。的HTML”)
+Parent Label,父標籤
+Parent is required.,家長是必需的。
+Participants,參與者
+Password,密碼
+Password Expires in (days),在(天)密碼過期
+Password Updated,密碼更新
+Patch,補丁
+Patch Log,補丁日誌
+Percent,百分之
+Perm Level,權限等級
+Permission Level,權限級別
+Permission Levels,權限級別
+Permission Manager,權限管理
+Permission Rules,權限規則
+Permissions,權限
+Permissions Settings,權限設置
+Permissions are automatically translated to Standard Reports and Searches,權限會自動轉換為標準報表和搜索
+"Permissions are set on Roles and Document Types (called DocTypes) by restricting read, edit, make new, submit, cancel, amend and report rights.",權限是通過限制讀取,編輯,做出新的,提交,取消,修改和報告權的角色和文件類型(稱為文檔類型)設置。
+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 incase you want to hide or make certain field read-only.,在更高級別的權限是“現場級”的權限。所有欄位有一個“權限級別”設置對他們和那個權限應用到該字段中定義的規則。櫃面你想要隱藏或使某些領域只讀這是有用的。
+"Permissions at level 0 are 'Document Level' permissions, i.e. they are primary for access to the document.",在0級權限是“文件級”的權限,也就是說,它們是主要用於訪問文件。
+Permissions translate to Users based on what Role they are assigned,權限轉化為基於什麼樣的角色,他們被分配用戶
+Person,人
+Phone,電話
+Phone No.,電話號碼
+Pick Columns,摘列
+Please attach a file first.,請附上文件第一。
+Please attach a file or set a URL,請附上一個文件或設置一個URL
+Please change the value,請更改該值
+Please enable pop-ups,請啟用彈出窗口
+Please make sure that there are no empty columns in the file.,請確保沒有空列在文件中。
+Please refresh to get the latest document.,請刷新以獲得最新的文檔。
+Please select a file or url,請選擇一個文件或URL
+Please specify,請註明
+Plugin,插件
+Post Publicly,公開發布
+Post Topic,發表帖子
+Post to user,發布到用戶
+Posts,帖子
+Primary,初級
+Print Format,打印格式
+Print Format Type,打印格式類型
+Print Hide,打印隱藏
+Print Width,打印寬度
+Print...,打印...
+Priority,優先
+Private,私人
+Profile,輪廓
+Profile Defaults,簡介默認
+Profile Represents a User in the system.,資料表示系統中的一個用戶。
+Profile of a Blogger,是Blogger的個人資料
+Profile of a blog writer.,一個博客作家簡介。
+Properties,屬性
+Property,屬性
+Property Setter,屬性setter
+Property Setter overrides a standard DocType or Field property,屬性setter覆蓋一個標準的DocType或Field屬性
+Property Type,物業類型
+Public,公
+Published,發布時間
+Published On,發表於
+Pull Emails from the Inbox and attach them as Communication records (for known contacts).,從收件箱拉電子郵件,並將它們附加的通信記錄(稱為觸點)。
+Query,詢問
+Query Options,查詢選項
+Query Report,查詢報表
+Query must be a SELECT,查詢必須是一個SELECT
+Quick Help for Setting Permissions,快速幫助設置權限
+Quick Help for User Properties,快速幫助用戶屬性
+Read,閱讀
+Read Only,只讀
+Received,收到
+Recipient,接受者
+Recipients,受助人
+Ref DocType,參考的DocType
+Ref Name,樓盤名稱
+Ref Type,樓盤類型
+Reference,參考
+Reference DocName,可採用DocName參考
+Reference DocType,參考的DocType
+Reference Name,參考名稱
+Reference Type,參考類型
+Refresh,刷新
+Registered but disabled.,註冊但被禁用。
+Registration Details Emailed.,報名資料通過電子郵件發送。
+Remove Bookmark,刪除書籤
+Rename...,重命名...
+Repeat On,重複開
+Repeat Till,重複直到
+Repeat this Event,重複此事件
+Report,報告
+Report Builder,報表生成器
+Report Builder reports are managed directly by the report builder. Nothing to do.,報表生成器報表直接由報表生成器來管理。無事可做。
+Report Hide,報告隱藏
+Report Name,報告名稱
+Report Type,報告類型
+Report was not saved (there were errors),報告沒有被保存(有錯誤)
+Represents the states allowed in one document and role assigned to change the state.,代表一個文檔,並分配到改變國家角色允許的狀態。
+Reqd,REQD
+Reset Password Key,重設密碼鑰匙
+Restrict IP,限制IP
+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)部分的IP地址
+Restricting By User,通過限制用戶
+Right,右邊
+Role,角色
+Role Name,角色名稱
+Roles,角色
+Roles Assigned,角色分配
+Roles Assigned To User,角色分配給用戶
+Roles HTML,角色的HTML
+Root ,根
+Row,排
+Rules defining transition of state in the workflow.,規則定義的工作流狀態的過渡。
+"Rules for how states are transitions, like next state and which role is allowed to change state etc.",規則的狀態是如何過渡,就像下一個狀態以及作用是允許改變狀態等。
+SMS,短信
+Sales,銷售
+Same file has already been attached to the record,相同的文件已經被連接到記錄
+Saturday,星期六
+Save,節省
+Scheduler Log,調度日誌
+Script,腳本
+Script Report,腳本報告
+Script Type,腳本類型
+Script to attach to all web pages.,腳本附加到所有的網頁。
+Search,搜索
+Search Fields,搜索字段
+Section Break,分節符
+Security Settings,安全設置
+Select,選擇
+Select All,全選
+Select Attachments,選擇附件
+Select Document Type,選擇文件類型
+Select Document Type or Role to start.,選擇文件類型或角色開始。
+Select Module,選擇模塊
+Select Print Format,選擇打印格式
+Select Report Name,選擇報告名稱
+Select Role,選擇角色
+Select Type,選擇類型
+Select User or Property to start.,選擇用戶或物業開始。
+Select a Banner Image first.,首先選擇一個橫幅圖像。
+Select an image of approx width 150px with a transparent background for best results.,選擇約寬150像素的透明背景以獲得最佳效果的圖像。
+Select dates to create a new ,選擇日期以創建一個新的
+Select or drag across time slots to create a new event.,選擇或拖動整個時隙,以創建一個新的事件。
+"Select target = ""_blank"" to open in a new page.",選擇目標=“_blank”在新頁面中打開。
+Select the label after which you want to insert new field.,之後要插入新字段中選擇的標籤。
+Send,發送
+Send As Email,發送電子郵件
+Send Me A Copy,給我發一份
+Send an email reminder in the morning,發送電子郵件提醒,早上
+Send enquiries to this email address,發送諮詢到這個郵箱地址
+Sender,寄件人
+Sent,發送
+Sent Mail,發送郵件
+Sent Quotation,發送報價
+Sent or Received,發送或接收
+Series,系列
+Server,服務器
+Session Expired. Logging you out,會話過期。您的退出
+Session Expires in (time),會話過期的(時間)
+Set Banner from Image,從圖像設置橫幅
+Set Link,設置鏈接
+Set Password,設置密碼
+Set Value,設定值
+"Set your background color, font and image (tiled)",設置背景顏色,字體和圖像(平鋪)
+Settings for About Us Page.,設置關於我們頁面。
+Settings for Contact Us Page,設置聯繫我們頁面
+Settings for Contact Us Page.,設置聯繫我們頁面。
+Settings for the About Us Page,設置關於我們頁面
+Setup of fonts and background.,設置字體和背景。
+"Setup of top navigation bar, footer and logo.",安裝程序的頂部導航欄,頁腳和徽標。
+Short Bio,個人簡介
+Short Name,簡稱
+Shortcut,捷徑
+Show Breadcrumbs,顯示麵包屑
+Show Details,顯示詳細信息
+Show Print First,顯示打印首
+Show Table of Contents,顯示內容表格
+Show Tags,顯示標籤
+Show Title,顯示標題
+Show rows with zero values,秀行與零值
+Showing only for,僅顯示為
+Single Post (article).,單個帖子(文章)。
+Single Types have only one record no tables associated. Values are stored in tabSingles,單一類型只有一個記錄關聯的表。值被存儲在tabSingles
+Slideshow,連續播放
+Slideshow Items,幻燈片項目
+Slideshow Name,幻燈片放映名稱
+Slideshow like display for the website,像幻燈片顯示的網站
+Small Text,小文
+Solid background color (default light gray),純色背景色(默認淺灰色)
+Sorry we were unable to find what you were looking for.,對不起,我們無法找到您所期待的。
+Sorry you are not permitted to view this page.,對不起,您沒有權限瀏覽這個頁面。
+Sort By,排序
+Special Page Settings,特殊頁面設置
+Standard,標準
+Start Report For,啟動年報
+Starts on,開始於
+Startup,啟動
+State,態
+States,國家
+Status,狀態
+Step 1: Set the name and save.,第1步:設置名稱和保存。
+Step 2: Set Letterhead content.,第2步:設置信的內容。
+Style,風格
+Style Settings,樣式設置
+"Style represents the button color: Success - Green, Danger - Red, Inverse - Black, Primary - Dark Blue, Info - Light Blue, Warning - Orange",風格代表按鈕的顏色:成功 - 綠色,危險 - 紅,逆 - 黑色,而小學 - 深藍色,信息 - 淺藍,警告 - 橙
+Sub-domain provided by erpnext.com,由erpnext.com提供的子域
+Subdomain,子域名
+Subject,主題
+Submit,提交
+Submitted,提交
+Submitted Record cannot be deleted,提交記錄無法刪除
+Success,成功
+Suggestion,建議
+Sunday,星期天
+Support Email Id,支持電子郵件Id
+Sync Inbox,同步收件箱
+System,系統
+System Defaults,系統默認值
+System User,系統用戶
+Table,表
+Table of Contents,目錄
+Tag,標籤
+Tag Name,標籤名稱
+Tags,標籤
+Tahoma,宋體
+Target,目標
+Team Members,團隊成員
+Team Members Heading,小組成員標題
+Template Path,模板路徑
+Test,測試
+Test Runner,測試運行
+Text,文本
+Text Align,文本對齊
+Text Editor,文本編輯器
+"The ""Web Page"" that is the website home page",在“網頁”,也就是在網站首頁
+The name of your company / website as you want to appear on browser title bar. All pages will have this as the prefix to the title.,您的公司/網站的,你想要顯示在瀏覽器標題欄中的名稱。所有頁面都會有這樣的前綴稱號。
+"The system provides pre-defined roles, but you can add new roles to set finer permissions",該系統提供了預先定義的角色,但你可以添加新角色設定更精細的權限
+Then By (optional),再由(可選)
+These properties are Link Type fields from all Documents.,這些屬性是由所有文件鏈接類型字段。
+"These properties can also be used to 'assign' a particular document, whose property matches with the User's property to a User. These can be set using the Permission Manager",這些屬性也可以用來'分配'一個特定的文件,其屬性與用戶的屬性相匹配的用戶。這些可以通過設置權限管理
+These properties will appear as values in forms that contain them.,這些屬性將顯示為包含這些形式的值。
+These values will be automatically updated in transactions and also will be useful to restrict permissions for this user on transactions containing these values.,這些值將在交易中自動更新,也將是有益的權限限制在含有這些值交易這個用戶。
+"This field will appear only if the fieldname defined here has value OR the rules are true (examples):
+myfield
+eval:doc.myfield=='My Value'
+eval:doc.age>18",
+This goes above the slideshow.,這正好幻燈片上面。
+This is PERMANENT action and you cannot undo. Continue?,這是永久性的行動,你不能撤消。要繼續嗎?
+This is permanent action and you cannot undo. Continue?,這是永久的行動,你不能撤消。要繼續嗎?
+Thursday,星期四
+Time,時間
+Time Zone,時區
+Title,標題
+Title / headline of your page,你的頁面標題/標題
+Title Case,標題案例
+Title Prefix,標題前綴
+To,至
+"To format columns, give column labels in the query.",要格式化列,給列標籤在查詢中。
+"To further restrict permissions based on certain values in a document, use the 'Condition' settings.",為了進一步限制基於文檔中的某些價值觀的權限,使用'條件'的設置。
+To restrict a User of a particular Role to documents that are explicitly assigned to them,要限制某一特定角色的用戶來顯式分配給他們的文件
+To restrict a User of a particular Role to documents that are only self-created.,要限制某一特定角色的用戶到只有自己創建的文檔。
+"To set user roles, just go to Setup > Users and click on the user to assign roles.",要設置用戶角色,只要進入設置>用戶 ,然後單擊分配角色的用戶。
+ToDo,待辦事項
+Tools,工具
+Top Bar,頂欄
+Top Bar Background,頂欄背景
+Top Bar Item,頂欄項目
+Top Bar Items,頂欄項目
+Top Bar Text,頂欄文本
+Top Bar text and background is same color. Please change.,最上面一欄的文本和背景顏色相同。請更改。
+Total SMS Sent,共發送短信
+Transaction,交易
+Transition Rules,過渡規則
+Trash Reason,垃圾桶原因
+Tuesday,星期二
+Tweet will be shared via your user account (if specified),推文將通過您的用戶帳戶共享(如果指定)
+Twitter Share,Twitter分享
+Twitter Share via,Twitter分享通過
+Type,類型
+UPPER CASE,大寫
+UPPERCASE,大寫
+URL,網址
+Unable to complete request: ,無法完成請求:
+Unable to load,無法加載
+"Unknown file encoding. Tried utf-8, windows-1250, windows-1252.",未知文件編碼。嘗試UTF-8,windows-1250訪問,windows-1252訪問。
+Unread Messages,未讀消息
+Unsubscribed,退訂
+Upcoming Events for Today,近期活動今日
+Update,更新
+Update Field,更新域
+Update Value,更新值
+Upload,上載
+Upload Attachment,上傳附件
+Upload a file,上傳文件
+Upload and Import,上傳和導入
+Uploading...,上載...
+User,用戶
+User Cannot Create,用戶無法創建
+User Cannot Search,用戶不能搜索
+User Image,用戶圖片
+User Tags,用戶標籤
+User Type,用戶類型
+User not allowed to delete.,用戶不允許刪除。
+UserRole,的UserRole
+Value,值
+Value missing for,缺少值
+Verdana,宋體
+Visit,訪問
+Warning,警告
+Web Content,Web內容
+Web Page,網頁
+Website,網站
+Website Overall Settings,網站整體設置
+Website Script,網站腳本
+Website Settings,網站設置
+Website Sitemap,網站地圖
+Website Sitemap Config,網站地圖配置
+Website Slideshow,網站連續播放
+Website Slideshow Item,網站幻燈片項目
+Website User,網站用戶
+Wednesday,星期三
+Welcome Email Sent,歡迎發送電子郵件
+"When you Amend a document after cancel and save it, it will get a new number that is a version of the old number.",當您修改一個文件後,取消和保存,它會得到一個新的數字,是一個版本的舊號碼。
+Width,寬度
+Will be used in url (usually first name).,在URL(通常是第一個名字)將被使用。
+Workflow,工作流程
+Workflow Action,工作流操作
+Workflow Action Master,工作流操作主
+Workflow Action Name,工作流操作名稱
+Workflow Document State,工作流文檔狀態
+Workflow Document States,工作流文檔國
+Workflow Name,工作流名稱
+Workflow State,工作流狀態
+Workflow State Field,工作流狀態字段
+Workflow Transition,工作流程轉換
+Workflow Transitions,工作流程轉換
+Workflow state represents the current state of a document.,工作流狀態表示文檔的當前狀態。
+Workflow will start after saving.,保存後的工作流程將啟動。
+Write,寫
+Write a Python file in the same folder where this is saved and return column and result.,寫一個Python文件,在這個被保存在同一文件夾中,並返回列和結果。
+Write a SELECT query. Note result is not paged (all data is sent in one go).,寫一個SELECT查詢。注結果不分頁(所有數據都一氣呵成發送)。
+Write titles and introductions to your blog.,寫標題和介紹給你的博客。
+Writers Introduction,作家簡介
+Year,年
+Yes,是的
+Yesterday,昨天
+You can set various 'properties' to Users to set default values and apply permission rules based on the value of these properties in various forms.,您可以設置不同的“屬性”,以用戶設置的默認值,並基於各種形式的這些屬性值的權限規則。
+You can use Customize Form to set levels on fields.,您可以使用自定義表單上欄位設定水平。
+"Your download is being built, this may take a few moments...",您的下載正在修建,這可能需要一些時間......
+[Label]:[Field Type]/[Options]:[Width],[標籤]:[字段類型] / [選項]:[寬]
+add your own CSS (careful!),添加您自己的CSS(careful!)
+adjust,調整
+align-center,對準中心
+align-justify,對齊對齊
+align-left,對齊左
+align-right,對齊,右
+and,和
+arrow-down,箭頭向下
+arrow-left,箭頭左
+arrow-right,箭頭向右
+arrow-up,向上箭頭
+asterisk,星號
+backward,落後
+ban-circle,禁令圈
+barcode,條形碼
+bell,鐘
+bold,膽大
+book,書
+bookmark,書籤
+briefcase,公文包
+bullhorn,擴音器
+calendar,日曆
+camera,相機
+cannot be empty,不能為空
+cannot be in its own,不能在其自身的
+"cannot have a URL, because it has child item(s)",不能有一個URL ,因為它有子項(次)
+cannot start with,無法開始
+certificate,證書
+check,查
+chevron-down,雪佛龍跌
+chevron-left,人字形左
+chevron-right,雪佛龍 - 右
+chevron-up,雪佛龍達
+circle-arrow-down,圓圈箭頭向下
+circle-arrow-left,圓圈箭頭向左
+circle-arrow-right,圓圈箭頭向右
+circle-arrow-up,圓圈箭頭行動
+cog,COG
+comment,評論
+comments,評論
+create a Custom Field of type Link (Profile) and then use the 'Condition' settings to map that field to the Permission rule.,創建類型鏈接(配置文件)的自定義字段,然後使用“條件”設置到該字段映射到權限規則。
+dd-mm-yyyy,日 - 月 - 年
+dd/mm/yyyy,日/月/年
+does not exist,不存在
+download,下載
+download-alt,下載的Alt
+edit,編輯
+eject,噴射
+envelope,信封
+exclamation-sign,驚嘆號標誌
+eye-close,眼睛閉
+eye-open,眼開
+facetime-video,FaceTime的視頻
+fast-backward,快退
+fast-forward,快進
+file,文件
+film,電影
+filter,過濾器
+fire,火
+flag,旗
+folder-close,文件夾閉
+folder-open,文件夾打開
+font,字形
+forward,向前
+found,發現
+fullscreen,全屏
+gift,禮物
+glass,玻璃
+globe,地球
+hand-down,用手向下
+hand-left,手左
+hand-right,手右
+hand-up,手機
+hdd,硬盤
+headphones,頭戴耳機
+heart,心臟
+home,家
+icon,圖標
+in,在
+inbox,收件箱
+indent-left,縮進左
+indent-right,縮進,右
+info-sign,信息符號
+is linked in,在鏈接
+is not allowed.,是不允許的。
+italic,斜體
+leaf,葉
+list,表
+list-alt,列表ALT
+lock,鎖
+lowercase,小寫
+magnet,磁鐵
+map-marker,地圖標記物
+minus,減
+minus-sign,減號
+mm-dd-yyyy,MM-DD-YYYY
+mm/dd/yyyy,月/日/年
+move,移動
+music,音樂
+not in,不
+of type Link,鏈接類型
+off,離
+ok,行
+ok-circle,OK-圈
+ok-sign,OK-跡象
+or,或
+pause,暫停
+pencil,鉛筆
+picture,圖片
+plane,機
+play,玩
+play-circle,玩圈
+plus,加
+plus-sign,加號
+print,打印
+qrcode,QRcode的
+question-sign,問題符號
+random,隨機
+refresh,刷新
+remove,清除
+remove-circle,刪除圈
+remove-sign,刪除符號
+repeat,重複
+resize-full,調整滿
+resize-horizontal,調整大小,水平
+resize-small,調整大小小
+resize-vertical,調整垂直
+retweet,轉推
+road,道路
+screenshot,屏幕截圖
+search,搜索
+share,共享
+share-alt,股份ALT
+shopping-cart,購物推車
+signal,信號
+star,明星
+star-empty,明星空
+step-backward,一步落後
+step-forward,步向前
+stop,停止
+tag,標籤
+tags,標籤
+"target = ""_blank""",目標=“_blank”
+tasks,任務
+text-height,文字高度
+text-width,文字寬度
+th,日
+th-large,TH-大
+th-list,日列表
+thumbs-down,拇指向下
+thumbs-up,豎起大拇指
+time,時間
+tint,色彩
+to,至
+trash,垃圾
+upload,上載
+user,用戶
+user_image_show,user_image_show
+values and dates,值和日期
+volume-down,容積式
+volume-off,體積過
+volume-up,容積式
+warning-sign,警告符號
+wrench,扳手
+yyyy-mm-dd,年 - 月 - 日
+zoom-in,放大式
+zoom-out,拉遠