[translation] translation updates (#3659)

This commit is contained in:
Frappe PR Bot 2017-07-11 15:23:45 +05:30 committed by Makarand Bauskar
parent 9d9933491d
commit 4f5f43c279
64 changed files with 11309 additions and 10928 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,3 +1,3 @@
DocType: Communication,Comment Type,Tipo de Comentario
apps/frappe/frappe/public/js/frappe/form/control.js +1028,Clear Attachment,Limpiar Adjunto
apps/frappe/frappe/public/js/frappe/form/control.js +1002,Clear Attachment,Limpiar Adjunto
DocType: Communication,Communication,Comunicacion

1 DocType: Communication Comment Type Tipo de Comentario
2 apps/frappe/frappe/public/js/frappe/form/control.js +1028 apps/frappe/frappe/public/js/frappe/form/control.js +1002 Clear Attachment Limpiar Adjunto
3 DocType: Communication Communication Comunicacion

View file

@ -28,7 +28,7 @@ DocType: Communication,Link DocType,Enlace DocType
apps/frappe/frappe/desk/doctype/kanban_board/kanban_board.py +20,Column Name cannot be empty,El Nombre de la Columna no puede estar vacía
,Feedback Ratings,Ratings de Feedback
apps/frappe/frappe/email/queue.py +210,Cannot send this email. You have crossed the sending limit of {0} emails for this month.,No se puede enviar este correo electrónico. Usted ha cruzado el límite de envío de {0} mensajes de correo electrónico para este mes.
apps/frappe/frappe/model/db_query.py +508,Cannot use sub-query in order by,No se puede utilizar una sub-consulta en order by
apps/frappe/frappe/model/db_query.py +513,Cannot use sub-query in order by,No se puede utilizar una sub-consulta en order by
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +227,Permissions can be managed via Setup > Role Permissions Manager,Los permisos se pueden gestionar a través de Configuración > Administrador de permisos
DocType: LDAP Settings,LDAP First Name Field,Campo de Primer Nombre LDAP
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,Configuraciones Globales: Los usuarios sólo podrán elegir los iconos marcados

1 apps/frappe/frappe/contacts/doctype/address/address.py +56 Company is mandatory, as it is your company address Compañía es obligatoria, igual que la dirección de la empresa
28
29
30
31
32
33
34

View file

@ -1,5 +1,5 @@
DocType: Web Form,Accept Payment,Aceptar Pago
DocType: Auto Email Report,Based on Permissions For User,Base sobre Permiso de Usuario
apps/frappe/frappe/model/base_document.py +580,"{0}: '{1}' ({3}) will get truncated, as max characters allowed is {2}","{0}: '{1}' ({3}) resultarán truncadas, como caracteres máximo permitido es {2}"
apps/frappe/frappe/model/base_document.py +579,"{0}: '{1}' ({3}) will get truncated, as max characters allowed is {2}","{0}: '{1}' ({3}) resultarán truncadas, como caracteres máximo permitido es {2}"
DocType: System Settings,Backups,Respaldos
apps/frappe/frappe/utils/password_strength.py +58,Better add a few more letters or another word,Mejor añadir algunas letras extras u otra palabra

1 DocType: Web Form Accept Payment Aceptar Pago
2 DocType: Auto Email Report Based on Permissions For User Base sobre Permiso de Usuario
3 apps/frappe/frappe/model/base_document.py +580 apps/frappe/frappe/model/base_document.py +579 {0}: '{1}' ({3}) will get truncated, as max characters allowed is {2} {0}: '{1}' ({3}) resultarán truncadas, como caracteres máximo permitido es {2}
4 DocType: System Settings Backups Respaldos
5 apps/frappe/frappe/utils/password_strength.py +58 Better add a few more letters or another word Mejor añadir algunas letras extras u otra palabra

View file

@ -1,4 +1,4 @@
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,{0}: Cannot set import as {1} is not importable,{0}: no se puede definir 'De Importación' como {1} porque no es importable
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set import as {1} is not importable,{0}: no se puede definir 'De Importación' como {1} porque no es importable
DocType: DocField,Heading,Título
apps/frappe/frappe/public/js/frappe/model/model.js +106,Unable to load: {0},No se puede cargar : {0}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,Permisos en los niveles más altos son los permisos de nivel de campo. Todos los campos tienen un conjunto Nivel de permiso en su contra y las reglas definidas en el que los permisos se aplican al campo. Esto es útil en caso de que quiera ocultar o hacer cierto campo de sólo lectura para ciertas funciones.
@ -14,11 +14,11 @@ apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +852,With Ledge
DocType: Report,Ref DocType,Referencia Tipo de Documento
DocType: Print Settings,Print Style Preview,Vista previa de Estilo de impresión
DocType: Customize Form,Enter Form Type,Introduzca Tipo de Formulario
apps/frappe/frappe/public/js/frappe/form/control.js +1026,Select from existing attachments,Seleccione de archivos adjuntos existentes
apps/frappe/frappe/public/js/frappe/form/control.js +1000,Select from existing attachments,Seleccione de archivos adjuntos existentes
DocType: Email Alert Recipient,Email By Document Field,Email Por Campo Documento
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +483,Saved!,Guardado!
apps/frappe/frappe/public/js/frappe/ui/messages.js +66,Enter Value,Introducir valor
apps/frappe/frappe/core/doctype/doctype/doctype.py +694,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: no se puede Presentar, Cancelar y Corregir sin Guardar"
apps/frappe/frappe/core/doctype/doctype/doctype.py +698,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: no se puede Presentar, Cancelar y Corregir sin Guardar"
DocType: Web Page,Insert Style,Inserte Estilo
DocType: Workflow State,th-large,-ésimo gran
DocType: User,Email Settings,Configuración del correo electrónico
@ -45,7 +45,7 @@ apps/frappe/frappe/model/document.py +577,Cannot edit cancelled document,No se p
DocType: Social Login Keys,Facebook Client ID,Facebook Client ID
apps/frappe/frappe/config/setup.py +107,Set numbering series for transactions.,Establecer series de numeración para las transacciones.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +39,Submit an Issue,Presentar un problema
apps/frappe/frappe/public/js/frappe/views/communication.js +64,Send As Email,Enviar como correo electrónico
apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,Enviar como correo electrónico
DocType: Currency,Symbol,Símbolo
DocType: Workflow Document State,Update Field,Actualizar Campos
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +17,"You can change Submitted documents by cancelling them and then, amending them.","Puede cambiar los documentos Enviados cancelándolos y luego, haciendo los cambios pertinentes."
@ -55,7 +55,7 @@ DocType: Website Script,Script to attach to all web pages.,Guión para unir a to
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +5,Select Type of Document to Download,Seleccionar tipo de documento para descargar
apps/frappe/frappe/core/page/data_import_tool/importer.py +56,Only allowed {0} rows in one import,Soló esta filas {0} permitidas para una importación
DocType: Property Setter,Set Value,Valor seleccionado
apps/frappe/frappe/public/js/frappe/form/layout.js +98,Show more details,Mostrar más detalles
apps/frappe/frappe/public/js/frappe/form/layout.js +125,Show more details,Mostrar más detalles
apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +66,Fieldname which will be the DocType for this link field.,Nombre de campo el cual será el DocType para enlazar el campo.
DocType: Workflow,DocType on which this Workflow is applicable.,El DocType en el presente del flujo de trabajo es aplicable.
DocType: Workflow,"If checked, all other workflows become inactive.","Si se selecciona, todos los otros flujos de trabajo se vuelven inactivos ."
@ -70,7 +70,7 @@ apps/frappe/frappe/public/js/frappe/form/print.js +169,Warning: This Print Forma
apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","Si va a cargar nuevos registros, ""Secuencias"" se convierte en obligatoria, si está presente."
DocType: Report,Letter Head,Membretes
DocType: Custom DocPerm,Role,Función
apps/frappe/frappe/model/base_document.py +466,Options not set for link field {0},Las opciones no establecen para campo de enlace {0}
apps/frappe/frappe/model/base_document.py +465,Options not set for link field {0},Las opciones no establecen para campo de enlace {0}
DocType: Web Page,Style,Estilo
apps/frappe/frappe/model/rename_doc.py +130,{0} not allowed to be renamed,{0} no es permitido ser renombrado
DocType: Property Setter,Field Name,Nombre del campo
@ -78,7 +78,7 @@ DocType: Custom Script,Adds a custom script (client or server) to a DocType,Aña
DocType: Report,Report Type,Tipo de informe
DocType: User Email,Enable Outgoing,Habilitar saliente
DocType: Email Account,Ignore attachments over this size,Ignorar los adjuntos mayores a este tamaño
apps/frappe/frappe/public/js/frappe/form/control.js +739,Date must be in format: {0},La fecha debe estar en formato : {0}
apps/frappe/frappe/public/js/frappe/form/control.js +721,Date must be in format: {0},La fecha debe estar en formato : {0}
DocType: Print Settings,In points. Default is 9.,En puntos. El valor predeterminado es 9.
apps/frappe/frappe/config/website.py +18,User editable form on Website.,Forma editable Usuario en el Sitio Web.
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +140,Upload and Sync,Carga y Sincronización
@ -88,7 +88,7 @@ DocType: Workflow State,thumbs-down,pulgar hacia abajo
DocType: Address Template,This format is used if country specific format is not found,Este formato se utiliza si no se encuentra un formato específico del país
apps/frappe/frappe/public/js/frappe/views/treeview.js +65,{0} Tree,{0} Árbol
DocType: Communication,Email,Correo electrónico
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +124,Help on Search,Ayuda en la búsqueda
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +127,Help on Search,Ayuda en la búsqueda
DocType: Web Page,Left,Izquierda
apps/frappe/frappe/core/doctype/user/user.py +174,Sorry! Sharing with Website User is prohibited.,¡Lo siento! Compartir con los del Sitio Web está prohibido.
DocType: Custom Script,Script,Guión
@ -96,7 +96,7 @@ apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +71,Refresh F
apps/frappe/frappe/templates/emails/new_user.html +3,A new account has been created for you at {0},Una nueva cuenta ha sido creada para ti en {0}
DocType: Website Script,Website Script,Guión del Sitio Web
apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,Referencia DocType
apps/frappe/frappe/__init__.py +1063,Thank you,Gracias
apps/frappe/frappe/__init__.py +1062,Thank you,Gracias
DocType: Address,Shipping,Envío
DocType: Standard Reply,Standard Reply,Respuestas automáticas
DocType: Currency,"How should this currency be formatted? If not set, will use system defaults","¿Cómo se debe formatear esta moneda ? Si no se establece, utilizará valores predeterminados del sistema"
@ -119,7 +119,7 @@ apps/frappe/frappe/desk/form/assign_to.py +143,"The task {0}, that you assigned
DocType: Workflow State,star-empty,- estrella vacía
apps/frappe/frappe/templates/emails/auto_reply.html +1,Thank you for your email,Gracias por tu email
DocType: Social Login Keys,Social Login Keys,Credenciales sociales
apps/frappe/frappe/public/js/legacy/form.js +63,"Allowing DocType, DocType. Be careful!","Permitir DocType , tipo de documento . ¡Ten cuidado!"
apps/frappe/frappe/public/js/legacy/form.js +62,"Allowing DocType, DocType. Be careful!","Permitir DocType , tipo de documento . ¡Ten cuidado!"
apps/frappe/frappe/core/doctype/docshare/docshare.py +40,"You need to have ""Share"" permission","Usted necesita tener el permiso ""Compartir"""
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,The system provides many pre-defined roles. You can add new roles to set finer permissions.,El sistema ofrece muchas funciones predefinidas . Usted puede agregar nuevos roles para establecer permisos más finos.
apps/frappe/frappe/utils/nestedset.py +235,{0} {1} cannot be a leaf node as it has children,"{0} {1} no puede ser un nodo de hoja , ya que tiene los niños"
@ -127,18 +127,18 @@ DocType: Footer Item,Company,Compañía(s)
DocType: Email Alert,Send alert if date matches this field's value,Envíe la alarma si la fecha coincide con el valor de este campo
apps/frappe/frappe/config/setup.py +156,Setup Email Alert based on various criteria.,Configuración de Alerta de E-mail basado en varios criterios.
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +697,You can add dynamic properties from the document by using Jinja templating.,Puede añadir propiedades dinámicas del documento mediante el uso de plantillas Jinja.
apps/frappe/frappe/core/doctype/doctype/doctype.py +455,Default for {0} must be an option,Predeterminado para {0} debe ser una opción
apps/frappe/frappe/core/doctype/doctype/doctype.py +422,Options must be a valid DocType for field {0} in row {1},Las opciones deben ser validas para el DocType en el campo {0} de la linea {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +459,Default for {0} must be an option,Predeterminado para {0} debe ser una opción
apps/frappe/frappe/core/doctype/doctype/doctype.py +426,Options must be a valid DocType for field {0} in row {1},Las opciones deben ser validas para el DocType en el campo {0} de la linea {1}
apps/frappe/frappe/templates/emails/auto_reply.html +5,This is an automatically generated reply,Esta es una respuesta generada automáticamente
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +434,Set,conjunto
DocType: Workflow State,Workflow State,Estados de los flujos de trabajo
DocType: Communication,Submitted,Enviado
apps/frappe/frappe/core/doctype/doctype/doctype.py +655,{0}: No basic permissions set,{0}: No se han asignado permisos básicos
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,{0}: No basic permissions set,{0}: No se han asignado permisos básicos
apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is being built, this may take a few moments...","Se está generando su descarga, esto puede tardar unos minutos..."
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +127,Upload User Permissions,Sube Permisos de Usuario
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +43,Download with data,Descarga de datos
DocType: DocType,Hide Heading,Ocultar Rubro
apps/frappe/frappe/core/doctype/doctype/doctype.py +721,{0}: Cannot set Assign Amend if not Submittable,{0}: no se puede 'Asignar Correción' si no se puede presentar
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,{0}: Cannot set Assign Amend if not Submittable,{0}: no se puede 'Asignar Correción' si no se puede presentar
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +411,Remove Section,Retire la Sección
apps/frappe/frappe/core/doctype/file/file.py +221,No permission to write / remove.,No tiene permiso para escribir/eliminar.
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +158,No Report Loaded. Please use query-report/[Report Name] to run a report.,No se cargo el reporte. Utilice Consultar Informes/[Report Name]] para ejecutar un reporte.
@ -146,11 +146,11 @@ apps/frappe/frappe/config/setup.py +199,Define workflows for forms.,Definir los
DocType: Workflow State,font,Fuente
apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,Padre
DocType: Communication,Workflow,Flujo de Trabajo
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +133,Search in a document type,Buscar en un tipo de documento
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +136,Search in a document type,Buscar en un tipo de documento
DocType: Print Format,Server,Servidor
DocType: Custom DocPerm,Apply User Permissions,Aplicar permisos de usuario
DocType: Website Settings,Set Banner from Image,Establecer Banner de imagen
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +489,Sr No,No.
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +488,Sr No,No.
DocType: DocType,Is Single,Es Individual
apps/frappe/frappe/templates/includes/list/filters.html +19,clear,claro
DocType: Email Alert,Send alert if this field's value changes,Enviar alerta si cambia el valor de este campo
@ -161,16 +161,16 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +62,Please do not chan
DocType: Email Alert,Days Before or After,Días Anteriores o Posteriores
DocType: File,Content Hash,Hash contenido
DocType: Workflow State,align-left,alinear -izquierda
apps/frappe/frappe/core/doctype/doctype/doctype.py +698,{0}: Cannot set Import without Create,{0}: no se puede establecer 'De importación' sin crearlo primero
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,{0}: Cannot set Import without Create,{0}: no se puede establecer 'De importación' sin crearlo primero
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +255,Hide field in Report Builder,Ocultar campo en el Generador de Informes
apps/frappe/frappe/core/doctype/doctype/doctype.py +433,Max width for type Currency is 100px in row {0},El ancho máximo para la moneda es 100px en la linea {0}
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Max width for type Currency is 100px in row {0},El ancho máximo para la moneda es 100px en la linea {0}
apps/frappe/frappe/public/js/frappe/form/link_selector.js +143,{0} added,{0} agregado(s)
DocType: Integration Request,Reference DocName,Referencia DocNombre
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +790,Saved,Guardado
DocType: System Settings,Security,Seguridad
DocType: Custom DocPerm,Read,Lectura
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +216,use % as wildcard,Use% como comodín
apps/frappe/frappe/model/delete_doc.py +161,User not allowed to delete {0}: {1},El usuario no puede eliminar {0}: {1}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,use % as wildcard,Use% como comodín
apps/frappe/frappe/model/delete_doc.py +162,User not allowed to delete {0}: {1},El usuario no puede eliminar {0}: {1}
apps/frappe/frappe/desk/query_report.py +87,Query must be a SELECT,Debe seleccionar la Consulta
DocType: DocShare,Document Name,Nombre del documento
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +162,Start new Format,Comenzar una nueva Formato
@ -185,13 +185,13 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +34
apps/frappe/frappe/website/doctype/website_theme/website_theme.py +30,You are not allowed to delete a standard Website Theme,No se le permite eliminar un tema Sitio web estándar
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +227,Permissions can be managed via Setup > Role Permissions Manager,Los permisos se pueden gestionar a través de Configuración > Administrador de Funciones
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +34,Download Blank Template,Descargar la plantilla en blanco
apps/frappe/frappe/core/doctype/doctype/doctype.py +684,{0}: Permission at level 0 must be set before higher levels are set,{0} : Permiso en el nivel 0 se debe establecer antes de fijar niveles más altos
apps/frappe/frappe/core/doctype/doctype/doctype.py +688,{0}: Permission at level 0 must be set before higher levels are set,{0} : Permiso en el nivel 0 se debe establecer antes de fijar niveles más altos
DocType: System Settings,dd-mm-yyyy,dd- mm- aaaa
apps/frappe/frappe/config/desk.py +54,"Newsletters to contacts, leads.","Boletines para contactos, clientes potenciales ."
DocType: Email Alert,Message Examples,Ejemplos de Mensajes
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11,"As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User.","Como práctica recomendada , no asigne el mismo conjunto de permisos para diferentes funciones. En su lugar, establecer varias funciones al mismo usuario ."
DocType: Website Theme,Top Bar Color,Inicio Barra Color
apps/frappe/frappe/core/doctype/doctype/doctype.py +498,There can be only one Fold in a form,Sólo puede haber un doblez en forma
apps/frappe/frappe/core/doctype/doctype/doctype.py +502,There can be only one Fold in a form,Sólo puede haber un doblez en forma
DocType: Address,Shop,Tienda
apps/frappe/frappe/public/js/frappe/views/treeview.js +161,Add Child,Agregar subcuenta
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +7,Roles can be set for users from their User page.,Las funciones se pueden configurar para los usuarios de su página de usuario .
@ -210,8 +210,8 @@ DocType: Contact,Open,Abrir
DocType: DocType,Hide Copy,Copia Oculta
apps/frappe/frappe/printing/doctype/print_format/print_format.py +19,Standard Print Format cannot be updated,Formato de impresión estándar no se puede actualizar
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +7,Select Type,Seleccione el tipo de
apps/frappe/frappe/model/rename_doc.py +377,** Failed: {0} to {1}: {2},** Fallo: {0} a {1}: {2}
apps/frappe/frappe/public/js/frappe/form/layout.js +33,This form does not have any input,Esta forma no tiene ninguna entrada
apps/frappe/frappe/model/rename_doc.py +378,** Failed: {0} to {1}: {2},** Fallo: {0} a {1}: {2}
apps/frappe/frappe/public/js/frappe/form/layout.js +35,This form does not have any input,Esta forma no tiene ninguna entrada
apps/frappe/frappe/model/naming.py +44,{0} is required,{0} es necesario
DocType: Website Settings,Select an image of approx width 150px with a transparent background for best results.,Seleccione una imagen de ancho aprox 150px con fondo transparente para obtener mejores resultados .
DocType: Workflow State,Tag,Etiqueta
@ -229,7 +229,7 @@ DocType: DocType,Single Types have only one record no tables associated. Values
apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +58,Make a new,Hacer una nueva
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +222,Select User or DocType to start.,Seleccionar usuario o tipo de documento para empezar.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +35,"Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger).","Una vez que haya establecido esto, los usuarios sólo tendrán acceso a los documentos que puedan (por ejemplo, Entrada de blog ) donde se encuentra la relación (por ejemplo, Blogger ) ."
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,'In List View' not allowed for type {0} in row {1},No está permitido para el tipo {0} en la linea {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,'In List View' not allowed for type {0} in row {1},No está permitido para el tipo {0} en la linea {1}
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +216,"Change type of field. (Currently, Type change is \
allowed among 'Currency and Float')","Cambiar el tipo de campo. (Actual, Tipo de cambio, Cantidad permitida, Moneda, Flotante, etc)"
DocType: Footer Item,"Select target = ""_blank"" to open in a new page.","Select target = "" _blank"" para abrir en una nueva página."
@ -254,7 +254,7 @@ apps/frappe/frappe/sessions.py +156,Redis cache server not running. Please conta
DocType: Workflow Document State,Only Allow Edit For,Sólo Permitir Editar Para
DocType: Website Slideshow,This goes above the slideshow.,Esto va por encima de la presentación de diapositivas.
DocType: Website Settings,Footer Items,Elementos del Pie de Página
apps/frappe/frappe/core/doctype/doctype/doctype.py +696,{0}: Cannot set Amend without Cancel,{0}: no se puede 'Corregir' sin antes cancelar
apps/frappe/frappe/core/doctype/doctype/doctype.py +700,{0}: Cannot set Amend without Cancel,{0}: no se puede 'Corregir' sin antes cancelar
apps/frappe/frappe/templates/emails/new_user.html +4,Your login id is,Su nombre de usuario es
DocType: DocField,Currency,Divisa
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,"Por favor, especifique el doctype"
@ -262,12 +262,12 @@ DocType: System Settings,Session Expiry Mobile,Vencimiento de sesión en disposi
DocType: Web Form,Text to be displayed for Link to Web Page if this form has a web page. Link route will be automatically generated based on `page_name` and `parent_website_route`,El texto que se muestra para enlazar a la página Web si esta forma dispone de una página web. Ruta Enlace automáticamente se genera en base a `page_name` y` parent_website_route`
,Setup Wizard,Asistente de configuración
DocType: Print Settings,Send Email Print Attachments as PDF (Recommended),Enviar Emails con adjuntos en formato PDF (recomendado)
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +269,Field {0} is not selectable.,El campo {0} no se puede seleccionar .
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +286,Field {0} is not selectable.,El campo {0} no se puede seleccionar .
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +850,Select To Download:,Seleccione la descarga :
apps/frappe/frappe/public/js/frappe/upload.js +223,Please attach a file or set a URL,"Por favor, adjuntar un archivo o defina una URL"
DocType: Contact,Is Primary Contact,Es Contacto principal
,Permitted Documents For User,Documentos permitidos para los usuarios
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +129,Make a new record,Hacer un Nuevo Registro
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +132,Make a new record,Hacer un Nuevo Registro
DocType: Report,Script Report,Informe de secuencias de comandos
apps/frappe/frappe/custom/doctype/custom_field/custom_field.py +19,Label is mandatory,Etiqueta es obligatoria
DocType: Currency,**Currency** Master,**Moneda** Principal
@ -288,7 +288,7 @@ DocType: Workflow State,"Style represents the button color: Success - Green, Dan
DocType: User,Facebook Username,Facebook Nombre de usuario
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +301,Users with role {0}:,Los usuarios con función {0}:
apps/frappe/frappe/core/doctype/file/file.py +151,Same file has already been attached to the record,El mismo archivo ya se ha adjuntado al registro
apps/frappe/frappe/core/doctype/doctype/doctype.py +691,{0}: Cannot set Cancel without Submit,{0}: no se puede 'Cancelar' sin presentarlo
apps/frappe/frappe/core/doctype/doctype/doctype.py +695,{0}: Cannot set Cancel without Submit,{0}: no se puede 'Cancelar' sin presentarlo
DocType: Address,Address Title,Dirección Título
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +239,Mark the field as Mandatory,Marque el campo como obligatorio
DocType: Workflow State,resize-full,cambiar a tamaño completo
@ -300,7 +300,7 @@ DocType: Contact,Sales Master Manager,Gerente de Ventas
apps/frappe/frappe/public/js/frappe/form/link_selector.js +26,You can use wildcard %,Puede utilizar caracteres comodín%
apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +771,Report was not saved (there were errors),Informe no se guardó ( hubo errores )
apps/frappe/frappe/public/js/frappe/upload.js +296,Uploading...,Subiendo ...
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +826,You are not allowed to export this report,No se le permite exportar este reporte
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,No se le permite exportar este reporte
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +24,"Permissions at level 0 are Document Level permissions, i.e. they are primary for access to the document.","Los permisos del nivel 0 son los permisos a nivel de documentos, es decir, que tienen permiso especial para los documentos."
apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","Cambiar las propiedades de campo (ocultar, sólo lectura, permisos, etc)"
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +108,Select a DocType to make a new format,Seleccione un tipo de documento para hacer un nuevo formato
@ -312,7 +312,7 @@ apps/frappe/frappe/email/receive.py +65,Cannot connect: {0},No puede conectarse:
apps/frappe/frappe/core/doctype/report/report.py +33,Only Administrator can save a standard report. Please rename and save.,"Sólo el administrador puede guardar un informe estándar. Por favor, cambie el nombre y guardar."
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +154,Permissions Updated,Actualización de permisos
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +126,Both DocType and Name required,Tanto DocType y Nombre son obligatorios
apps/frappe/frappe/core/doctype/doctype/doctype.py +672,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: Sólo una regla es permitida con el mismo rol, Nivel y {1}"
apps/frappe/frappe/core/doctype/doctype/doctype.py +676,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: Sólo una regla es permitida con el mismo rol, Nivel y {1}"
DocType: Customize Form,"Customize Label, Print Hide, Default etc.","Personaliza etiquetas, impresión Hide , Default , etc"
apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +661,Sort By,Ordenado por
apps/frappe/frappe/desk/form/utils.py +91,No further records,No hay registros adicionales
@ -340,7 +340,7 @@ apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layou
DocType: Currency,"Sub-currency. For e.g. ""Cent""","Sub-moneda, por ejemplo, ""Centavo"""
DocType: Workflow State,exclamation-sign,signo de exclamación
DocType: Desktop Icon,List,Vista de árbol
apps/frappe/frappe/public/js/frappe/views/communication.js +509,There were errors while sending email. Please try again.,"Hubo errores al enviar el correo electrónico. Por favor, inténtelo de nuevo."
apps/frappe/frappe/public/js/frappe/views/communication.js +520,There were errors while sending email. Please try again.,"Hubo errores al enviar el correo electrónico. Por favor, inténtelo de nuevo."
apps/frappe/frappe/core/doctype/system_settings/system_settings.py +26,Session Expiry must be in format {0},Vencimiento de sesión debe estar en formato {0}
DocType: User,Stores the JSON of last known versions of various installed apps. It is used to show release notes.,Almacena el JSON de las últimas versiones conocidas de diferentes aplicaciones instaladas. Se utiliza para mostrar notas de la versión.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","Significado de Enviar, Cancelar, Corregir"
@ -370,7 +370,7 @@ apps/frappe/frappe/public/js/frappe/form/link_selector.js +106,Make a new {0},Cr
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +140,Select Document Type or Role to start.,Seleccione el Tipo de Documento o Función para empezar.
DocType: Workflow Transition,Defines actions on states and the next step and allowed roles.,Define las acciones de los estados y el siguiente paso y funciones permitidas.
DocType: DocType,Show Print First,Mostrar Imprimir Primera
apps/frappe/frappe/core/doctype/doctype/doctype.py +705,Report cannot be set for Single types,Reportar no se puede configurar para los tipos individuales
apps/frappe/frappe/core/doctype/doctype/doctype.py +709,Report cannot be set for Single types,Reportar no se puede configurar para los tipos individuales
apps/frappe/frappe/core/doctype/report/report.js +37,Disable Report,Desactivar Informe
DocType: Workflow State,resize-small,cambiar el tamaño pequeño
DocType: Workflow State,question-sign,Consultar Firma
@ -378,14 +378,14 @@ apps/frappe/frappe/utils/nestedset.py +229,Multiple root nodes not allowed.,Nodo
DocType: Event,Saturday,Sábado
DocType: Address,Maintenance User,Mantenimiento por el Usuario
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +30,Scheduled to send to {0},Programado para enviar a {0}
apps/frappe/frappe/model/base_document.py +470,{0} must be set first,debe establecerse primero: {0}
apps/frappe/frappe/model/base_document.py +469,{0} must be set first,debe establecerse primero: {0}
apps/frappe/frappe/core/page/data_import_tool/exporter.py +67,"For updating, you can update only selective columns.","Para la actualización, usted lo puede hacer solo en algunas columnas."
DocType: Custom DocPerm,Export,Exportación
DocType: Workflow State,Search,Búsqueda
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","Algunos documentos como facturas, no se deben cambiar una vez guardados. El estado final de dichos documentos se llama 'Presentado'. Puede restringir qué roles/usuarios pueden presentar documentos"
apps/frappe/frappe/public/js/frappe/views/pageview.js +104,Sorry! I could not find what you were looking for.,¡Lo siento! No pude encontrar lo que estabas buscando.
DocType: Workflow State,remove-sign,Eliminar el efecto de signo
apps/frappe/frappe/public/js/frappe/form/control.js +1284,Please attach a file first.,Adjunte un archivo primero .
apps/frappe/frappe/public/js/frappe/form/control.js +1250,Please attach a file first.,Adjunte un archivo primero .
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +252,Show User Permissions,Permisos Mostrar usuario
apps/frappe/frappe/public/js/frappe/request.js +347,Report this issue,Reportar Incidencia
apps/frappe/frappe/public/js/frappe/views/treeview.js +212,New {0},Nuevo {0}
@ -394,23 +394,23 @@ DocType: Custom Script,Script Type,Guión Tipo
DocType: Workflow State,text-width,texto de ancho
DocType: Custom DocPerm,This role update User Permissions for a user,Este función actualiza los Permisos de Usuario para un usuario
DocType: Workflow State,resize-horizontal,cambiar el tamaño horizontal
apps/frappe/frappe/model/delete_doc.py +165,{0} {1}: Submitted Record cannot be deleted.,{0} {1}: registro presentado no se puede eliminar.
apps/frappe/frappe/model/delete_doc.py +166,{0} {1}: Submitted Record cannot be deleted.,{0} {1}: registro presentado no se puede eliminar.
apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},Campos obligatorios requeridos en {0}
apps/frappe/frappe/model/rename_doc.py +364,Maximum {0} rows allowed,Máximo {0} filas permitidos
apps/frappe/frappe/model/rename_doc.py +365,Maximum {0} rows allowed,Máximo {0} filas permitidos
DocType: Custom DocPerm,Import,Importación
apps/frappe/frappe/model/naming.py +168,"There were some errors setting the name, please contact the administrator","Había algunos errores de configuración el nombre, por favor póngase en contacto con el administrador"
apps/frappe/frappe/website/doctype/web_form/web_form.py +37,You need to be in developer mode to edit a Standard Web Form,Se requiere estar en modo desarrollador para editar un formulario web estándar.
DocType: Website Theme,Google Font (Heading),Google Font (Título)
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +31,A user can be permitted to multiple records of the same DocType.,Un usuario se puede permitir que varios registros de un mismo tipo de documento .
apps/frappe/frappe/core/doctype/doctype/doctype.py +449,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',"Las opciones de campo de tipo 'Vinculo Dinámico' debe apuntar a otro campo con propiedades ""Tipo de Documento"""
apps/frappe/frappe/core/doctype/doctype/doctype.py +453,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',"Las opciones de campo de tipo 'Vinculo Dinámico' debe apuntar a otro campo con propiedades ""Tipo de Documento"""
apps/frappe/frappe/public/js/frappe/ui/tree.js +130,Collapse,Plegar/Desplegar
apps/frappe/frappe/core/doctype/doctype/doctype.py +719,{0}: Cannot set Assign Submit if not Submittable,{0}: no se puede 'Asignar Enviar' si no se puede presentar
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0}: Cannot set Assign Submit if not Submittable,{0}: no se puede 'Asignar Enviar' si no se puede presentar
DocType: Workflow State,step-forward,paso hacia adelante
DocType: Workflow State,align-justify,alinear - justificar
apps/frappe/frappe/core/page/data_import_tool/importer.py +249,Not allowed to Import,No tiene permisos para importar
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +135,Open a module or tool,Abra un Módulo o Herramienta
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +138,Open a module or tool,Abra un Módulo o Herramienta
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,Subir archivo CSV que contiene todos los permisos de usuario en el mismo formato que en Descargar.
apps/frappe/frappe/public/js/legacy/form.js +139,Please save before attaching.,"Por favor, guarde los cambios antes de conectar"
apps/frappe/frappe/public/js/legacy/form.js +137,Please save before attaching.,"Por favor, guarde los cambios antes de conectar"
apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +15,Parent Table,Tabla de Padres
DocType: Dropbox Settings,Dropbox Access Key,Clave de Acceso de Dropbox
apps/frappe/frappe/public/js/frappe/ui/field_group.js +82,Missing Values Required,Valores perdidos requeridos
@ -433,7 +433,7 @@ apps/frappe/frappe/model/naming.py +66,Naming Series mandatory,Las secuencias so
DocType: Event,Ref Type,Tipo Ref
DocType: DocType,Sort Order,Orden de Clasificación
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +131,Sit tight while your system is being setup. This may take a few moments.,Tome asiento mientras el sistema está siendo configurado. Esto puede tomar un momento.
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +663,"Unable to display this tree report, due to missing data. Most likely, it is being filtered out due to permissions.","No se puede mostrar este informe árbol, debido a los datos faltantes. Lo más probable es que se está filtrando a cabo debido a los permisos."
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +662,"Unable to display this tree report, due to missing data. Most likely, it is being filtered out due to permissions.","No se puede mostrar este informe árbol, debido a los datos faltantes. Lo más probable es que se está filtrando a cabo debido a los permisos."
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +247,Hide field in form,Ocultar campo en forma
DocType: Newsletter,Email Sent?,Enviar Email ?
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +272,Show a description below the field,Mostrar una descripción debajo del campo
@ -452,7 +452,7 @@ DocType: Custom Field,Field Description,Descripción del Campo
apps/frappe/frappe/utils/nestedset.py +194,Root {0} cannot be deleted,Raíz {0} no se puede eliminar
DocType: Website Settings,Banner is above the Top Menu Bar.,El Banner está por sobre la barra de menú superior.
apps/frappe/frappe/templates/includes/comments/comments.py +50,View it in your browser,Véalo en su navegador
apps/frappe/frappe/core/doctype/doctype/doctype.py +523,Title field must be a valid fieldname,Campo Título debe ser un nombre de campo válido
apps/frappe/frappe/core/doctype/doctype/doctype.py +527,Title field must be a valid fieldname,Campo Título debe ser un nombre de campo válido
apps/frappe/frappe/client.py +86,Cannot edit standard fields,No se puede editar campos estándar
apps/frappe/frappe/config/website.py +78,Settings for Contact Us Page.,Ajustes para la página de contacto.
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +48,1 hour ago,Hace 1 hora
@ -483,14 +483,14 @@ apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have comple
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,Editar permisos de rol
apps/frappe/frappe/core/doctype/doctype/doctype.py +287,DocType can not be merged,El DocType no se puede fusionar
DocType: DocField,Allow on Submit,Permitir en Enviar
apps/frappe/frappe/public/js/frappe/views/communication.js +78,Select Print Format,Seleccionar el formato de impresión
apps/frappe/frappe/public/js/frappe/views/communication.js +77,Select Print Format,Seleccionar el formato de impresión
DocType: DocField,"For Links, enter the DocType as range.
For Select, enter list of Options, each on a new line.","Para enlaces, introduzca el DocType como rango. para seleccionar, ingrese lista de opciones, cada uno en una nueva línea."
DocType: Workflow State,eye-open,- ojo abierto
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +87,Submit after importing.,Revisar después de importar.
DocType: Email Account,Email Account Name,Correo electrónico Nombre de cuenta
apps/frappe/frappe/public/js/frappe/list/list_renderer.js +554,No {0} found,{0} no encontrado
apps/frappe/frappe/website/doctype/blog_post/blog_post.py +102,Posts by {0},Publicaciones por {0}
apps/frappe/frappe/website/doctype/blog_post/blog_post.py +106,Posts by {0},Publicaciones por {0}
apps/frappe/frappe/core/doctype/doctype/doctype.py +198,Series {0} already used in {1},Serie {0} ya se utiliza en {1}
DocType: Report,Report Manager,Administrador de informes
DocType: Custom DocPerm,Report,Informe
@ -509,16 +509,16 @@ apps/frappe/frappe/www/list.html +3,{0} List,Listado: {0}
DocType: DocType,Is Submittable,Es presentable--
DocType: System Settings,Disable Standard Email Footer,Desactivar pie de página estandar en Email
DocType: Blog Post,"Description for listing page, in plain text, only a couple of lines. (max 140 characters)","Descripción de la página perfil, en texto plano, sólo un par de líneas. (máx. 140 caracteres)"
apps/frappe/frappe/core/doctype/doctype/doctype.py +715,{0} cannot be set for Single types,{0} no se puede establecer para los tipos individuales
apps/frappe/frappe/core/doctype/doctype/doctype.py +719,{0} cannot be set for Single types,{0} no se puede establecer para los tipos individuales
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +600,Select Table Columns for {0},Seleccionar columnas de tabla para {0}
DocType: Workflow State,cog,diente
DocType: Custom Field,Select the label after which you want to insert new field.,Seleccione la etiqueta después de la cual desea insertar el nuevo campo .
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +132,"document type..., e.g. customer","Tipo de documento ..., por ejemplo, al cliente"
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +135,"document type..., e.g. customer","Tipo de documento ..., por ejemplo, al cliente"
apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Select {0},Seleccione {0}
DocType: Property Setter,Property Setter,Establecer prioridad--
DocType: Website Settings,"Show title in browser window as ""Prefix - title""",Mostrar título en la ventana del navegador como "Prefijo - título"
DocType: File,Attached To DocType,Asociado A DocType
apps/frappe/frappe/model/base_document.py +535,Row #{0}:,Fila # {0}:
apps/frappe/frappe/model/base_document.py +534,Row #{0}:,Fila # {0}:
apps/frappe/frappe/utils/response.py +134,You need to be logged in and have System Manager Role to be able to access backups.,"Necesitas estar conectado y tener la función de Administrador del Sistema, para poder tener acceso a las copias de seguridad ."
DocType: Website Settings,Title Prefix,Prefijo del Título
DocType: DocField,Section Break,Salto de sección
@ -527,7 +527,7 @@ DocType: Print Settings,PDF Settings,Configuración de PDF
apps/frappe/frappe/templates/includes/login/login.js +193,Oops! Something went wrong,Oups! Algo salió mal
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +54,For ranges,Por rangos
DocType: Web Form,Select DocType,Seleccione tipo de documento
apps/frappe/frappe/public/js/legacy/form.js +776,Permanently Submit {0}?,Presentar permanentemente {0}?
apps/frappe/frappe/public/js/legacy/form.js +751,Permanently Submit {0}?,Presentar permanentemente {0}?
DocType: Email Account,"e.g. ""Support"", ""Sales"", ""Jerry Yang""","por ejemplo ""Soporte "","" Ventas "","" Jerry Yang """
apps/frappe/frappe/config/setup.py +209,"Actions for workflow (e.g. Approve, Cancel).","Acciones para los flujos de trabajo (por ejemplo: Aprobar, Cancelar)."
DocType: Communication,Feedback,Comentarios

1 apps/frappe/frappe/core/doctype/doctype/doctype.py +725 apps/frappe/frappe/core/doctype/doctype/doctype.py +729 {0}: Cannot set import as {1} is not importable {0}: no se puede definir 'De Importación' como {1} porque no es importable
2 DocType: DocField Heading Título
3 apps/frappe/frappe/public/js/frappe/model/model.js +106 Unable to load: {0} No se puede cargar : {0}
4 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26 Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles. Permisos en los niveles más altos son los permisos de nivel de campo. Todos los campos tienen un conjunto Nivel de permiso en su contra y las reglas definidas en el que los permisos se aplican al campo. Esto es útil en caso de que quiera ocultar o hacer cierto campo de sólo lectura para ciertas funciones.
14 DocType: Report Ref DocType Referencia Tipo de Documento
15 DocType: Print Settings Print Style Preview Vista previa de Estilo de impresión
16 DocType: Customize Form Enter Form Type Introduzca Tipo de Formulario
17 apps/frappe/frappe/public/js/frappe/form/control.js +1026 apps/frappe/frappe/public/js/frappe/form/control.js +1000 Select from existing attachments Seleccione de archivos adjuntos existentes
18 DocType: Email Alert Recipient Email By Document Field Email Por Campo Documento
19 apps/frappe/frappe/core/page/permission_manager/permission_manager.js +483 Saved! Guardado!
20 apps/frappe/frappe/public/js/frappe/ui/messages.js +66 Enter Value Introducir valor
21 apps/frappe/frappe/core/doctype/doctype/doctype.py +694 apps/frappe/frappe/core/doctype/doctype/doctype.py +698 {0}: Cannot set Submit, Cancel, Amend without Write {0}: no se puede Presentar, Cancelar y Corregir sin Guardar
22 DocType: Web Page Insert Style Inserte Estilo
23 DocType: Workflow State th-large -ésimo gran
24 DocType: User Email Settings Configuración del correo electrónico
45 DocType: Social Login Keys Facebook Client ID Facebook Client ID
46 apps/frappe/frappe/config/setup.py +107 Set numbering series for transactions. Establecer series de numeración para las transacciones.
47 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +39 Submit an Issue Presentar un problema
48 apps/frappe/frappe/public/js/frappe/views/communication.js +64 apps/frappe/frappe/public/js/frappe/views/communication.js +63 Send As Email Enviar como correo electrónico
49 DocType: Currency Symbol Símbolo
50 DocType: Workflow Document State Update Field Actualizar Campos
51 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +17 You can change Submitted documents by cancelling them and then, amending them. Puede cambiar los documentos Enviados cancelándolos y luego, haciendo los cambios pertinentes.
55 apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +5 Select Type of Document to Download Seleccionar tipo de documento para descargar
56 apps/frappe/frappe/core/page/data_import_tool/importer.py +56 Only allowed {0} rows in one import Soló esta filas {0} permitidas para una importación
57 DocType: Property Setter Set Value Valor seleccionado
58 apps/frappe/frappe/public/js/frappe/form/layout.js +98 apps/frappe/frappe/public/js/frappe/form/layout.js +125 Show more details Mostrar más detalles
59 apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +66 Fieldname which will be the DocType for this link field. Nombre de campo el cual será el DocType para enlazar el campo.
60 DocType: Workflow DocType on which this Workflow is applicable. El DocType en el presente del flujo de trabajo es aplicable.
61 DocType: Workflow If checked, all other workflows become inactive. Si se selecciona, todos los otros flujos de trabajo se vuelven inactivos .
70 apps/frappe/frappe/core/page/data_import_tool/exporter.py +65 If you are uploading new records, "Naming Series" becomes mandatory, if present. Si va a cargar nuevos registros, "Secuencias" se convierte en obligatoria, si está presente.
71 DocType: Report Letter Head Membretes
72 DocType: Custom DocPerm Role Función
73 apps/frappe/frappe/model/base_document.py +466 apps/frappe/frappe/model/base_document.py +465 Options not set for link field {0} Las opciones no establecen para campo de enlace {0}
74 DocType: Web Page Style Estilo
75 apps/frappe/frappe/model/rename_doc.py +130 {0} not allowed to be renamed {0} no es permitido ser renombrado
76 DocType: Property Setter Field Name Nombre del campo
78 DocType: Report Report Type Tipo de informe
79 DocType: User Email Enable Outgoing Habilitar saliente
80 DocType: Email Account Ignore attachments over this size Ignorar los adjuntos mayores a este tamaño
81 apps/frappe/frappe/public/js/frappe/form/control.js +739 apps/frappe/frappe/public/js/frappe/form/control.js +721 Date must be in format: {0} La fecha debe estar en formato : {0}
82 DocType: Print Settings In points. Default is 9. En puntos. El valor predeterminado es 9.
83 apps/frappe/frappe/config/website.py +18 User editable form on Website. Forma editable Usuario en el Sitio Web.
84 apps/frappe/frappe/core/page/user_permissions/user_permissions.js +140 Upload and Sync Carga y Sincronización
88 DocType: Address Template This format is used if country specific format is not found Este formato se utiliza si no se encuentra un formato específico del país
89 apps/frappe/frappe/public/js/frappe/views/treeview.js +65 {0} Tree {0} Árbol
90 DocType: Communication Email Correo electrónico
91 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +124 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +127 Help on Search Ayuda en la búsqueda
92 DocType: Web Page Left Izquierda
93 apps/frappe/frappe/core/doctype/user/user.py +174 Sorry! Sharing with Website User is prohibited. ¡Lo siento! Compartir con los del Sitio Web está prohibido.
94 DocType: Custom Script Script Guión
96 apps/frappe/frappe/templates/emails/new_user.html +3 A new account has been created for you at {0} Una nueva cuenta ha sido creada para ti en {0}
97 DocType: Website Script Website Script Guión del Sitio Web
98 apps/frappe/frappe/core/doctype/communication/communication.js +100 Reference DocType Referencia DocType
99 apps/frappe/frappe/__init__.py +1063 apps/frappe/frappe/__init__.py +1062 Thank you Gracias
100 DocType: Address Shipping Envío
101 DocType: Standard Reply Standard Reply Respuestas automáticas
102 DocType: Currency How should this currency be formatted? If not set, will use system defaults ¿Cómo se debe formatear esta moneda ? Si no se establece, utilizará valores predeterminados del sistema
119 DocType: Workflow State star-empty - estrella vacía
120 apps/frappe/frappe/templates/emails/auto_reply.html +1 Thank you for your email Gracias por tu email
121 DocType: Social Login Keys Social Login Keys Credenciales sociales
122 apps/frappe/frappe/public/js/legacy/form.js +63 apps/frappe/frappe/public/js/legacy/form.js +62 Allowing DocType, DocType. Be careful! Permitir DocType , tipo de documento . ¡Ten cuidado!
123 apps/frappe/frappe/core/doctype/docshare/docshare.py +40 You need to have "Share" permission Usted necesita tener el permiso "Compartir"
124 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9 The system provides many pre-defined roles. You can add new roles to set finer permissions. El sistema ofrece muchas funciones predefinidas . Usted puede agregar nuevos roles para establecer permisos más finos.
125 apps/frappe/frappe/utils/nestedset.py +235 {0} {1} cannot be a leaf node as it has children {0} {1} no puede ser un nodo de hoja , ya que tiene los niños
127 DocType: Email Alert Send alert if date matches this field's value Envíe la alarma si la fecha coincide con el valor de este campo
128 apps/frappe/frappe/config/setup.py +156 Setup Email Alert based on various criteria. Configuración de Alerta de E-mail basado en varios criterios.
129 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +697 You can add dynamic properties from the document by using Jinja templating. Puede añadir propiedades dinámicas del documento mediante el uso de plantillas Jinja.
130 apps/frappe/frappe/core/doctype/doctype/doctype.py +455 apps/frappe/frappe/core/doctype/doctype/doctype.py +459 Default for {0} must be an option Predeterminado para {0} debe ser una opción
131 apps/frappe/frappe/core/doctype/doctype/doctype.py +422 apps/frappe/frappe/core/doctype/doctype/doctype.py +426 Options must be a valid DocType for field {0} in row {1} Las opciones deben ser validas para el DocType en el campo {0} de la linea {1}
132 apps/frappe/frappe/templates/emails/auto_reply.html +5 This is an automatically generated reply Esta es una respuesta generada automáticamente
133 apps/frappe/frappe/core/page/permission_manager/permission_manager.js +434 Set conjunto
134 DocType: Workflow State Workflow State Estados de los flujos de trabajo
135 DocType: Communication Submitted Enviado
136 apps/frappe/frappe/core/doctype/doctype/doctype.py +655 apps/frappe/frappe/core/doctype/doctype/doctype.py +659 {0}: No basic permissions set {0}: No se han asignado permisos básicos
137 apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234 Your download is being built, this may take a few moments... Se está generando su descarga, esto puede tardar unos minutos...
138 apps/frappe/frappe/core/page/user_permissions/user_permissions.js +127 Upload User Permissions Sube Permisos de Usuario
139 apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +43 Download with data Descarga de datos
140 DocType: DocType Hide Heading Ocultar Rubro
141 apps/frappe/frappe/core/doctype/doctype/doctype.py +721 apps/frappe/frappe/core/doctype/doctype/doctype.py +725 {0}: Cannot set Assign Amend if not Submittable {0}: no se puede 'Asignar Correción' si no se puede presentar
142 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +411 Remove Section Retire la Sección
143 apps/frappe/frappe/core/doctype/file/file.py +221 No permission to write / remove. No tiene permiso para escribir/eliminar.
144 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +158 No Report Loaded. Please use query-report/[Report Name] to run a report. No se cargo el reporte. Utilice Consultar Informes/[Report Name]] para ejecutar un reporte.
146 DocType: Workflow State font Fuente
147 apps/frappe/frappe/public/js/frappe/model/model.js +31 Parent Padre
148 DocType: Communication Workflow Flujo de Trabajo
149 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +133 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +136 Search in a document type Buscar en un tipo de documento
150 DocType: Print Format Server Servidor
151 DocType: Custom DocPerm Apply User Permissions Aplicar permisos de usuario
152 DocType: Website Settings Set Banner from Image Establecer Banner de imagen
153 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +489 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +488 Sr No No.
154 DocType: DocType Is Single Es Individual
155 apps/frappe/frappe/templates/includes/list/filters.html +19 clear claro
156 DocType: Email Alert Send alert if this field's value changes Enviar alerta si cambia el valor de este campo
161 DocType: Email Alert Days Before or After Días Anteriores o Posteriores
162 DocType: File Content Hash Hash contenido
163 DocType: Workflow State align-left alinear -izquierda
164 apps/frappe/frappe/core/doctype/doctype/doctype.py +698 apps/frappe/frappe/core/doctype/doctype/doctype.py +702 {0}: Cannot set Import without Create {0}: no se puede establecer 'De importación' sin crearlo primero
165 apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +255 Hide field in Report Builder Ocultar campo en el Generador de Informes
166 apps/frappe/frappe/core/doctype/doctype/doctype.py +433 apps/frappe/frappe/core/doctype/doctype/doctype.py +437 Max width for type Currency is 100px in row {0} El ancho máximo para la moneda es 100px en la linea {0}
167 apps/frappe/frappe/public/js/frappe/form/link_selector.js +143 {0} added {0} agregado(s)
168 DocType: Integration Request Reference DocName Referencia DocNombre
169 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +790 Saved Guardado
170 DocType: System Settings Security Seguridad
171 DocType: Custom DocPerm Read Lectura
172 apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +216 apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229 use % as wildcard Use% como comodín
173 apps/frappe/frappe/model/delete_doc.py +161 apps/frappe/frappe/model/delete_doc.py +162 User not allowed to delete {0}: {1} El usuario no puede eliminar {0}: {1}
174 apps/frappe/frappe/desk/query_report.py +87 Query must be a SELECT Debe seleccionar la Consulta
175 DocType: DocShare Document Name Nombre del documento
176 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +162 Start new Format Comenzar una nueva Formato
185 apps/frappe/frappe/website/doctype/website_theme/website_theme.py +30 You are not allowed to delete a standard Website Theme No se le permite eliminar un tema Sitio web estándar
186 apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +227 Permissions can be managed via Setup > Role Permissions Manager Los permisos se pueden gestionar a través de Configuración > Administrador de Funciones
187 apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +34 Download Blank Template Descargar la plantilla en blanco
188 apps/frappe/frappe/core/doctype/doctype/doctype.py +684 apps/frappe/frappe/core/doctype/doctype/doctype.py +688 {0}: Permission at level 0 must be set before higher levels are set {0} : Permiso en el nivel 0 se debe establecer antes de fijar niveles más altos
189 DocType: System Settings dd-mm-yyyy dd- mm- aaaa
190 apps/frappe/frappe/config/desk.py +54 Newsletters to contacts, leads. Boletines para contactos, clientes potenciales .
191 DocType: Email Alert Message Examples Ejemplos de Mensajes
192 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +11 As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User. Como práctica recomendada , no asigne el mismo conjunto de permisos para diferentes funciones. En su lugar, establecer varias funciones al mismo usuario .
193 DocType: Website Theme Top Bar Color Inicio Barra Color
194 apps/frappe/frappe/core/doctype/doctype/doctype.py +498 apps/frappe/frappe/core/doctype/doctype/doctype.py +502 There can be only one Fold in a form Sólo puede haber un doblez en forma
195 DocType: Address Shop Tienda
196 apps/frappe/frappe/public/js/frappe/views/treeview.js +161 Add Child Agregar subcuenta
197 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +7 Roles can be set for users from their User page. Las funciones se pueden configurar para los usuarios de su página de usuario .
210 DocType: DocType Hide Copy Copia Oculta
211 apps/frappe/frappe/printing/doctype/print_format/print_format.py +19 Standard Print Format cannot be updated Formato de impresión estándar no se puede actualizar
212 apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +7 Select Type Seleccione el tipo de
213 apps/frappe/frappe/model/rename_doc.py +377 apps/frappe/frappe/model/rename_doc.py +378 ** Failed: {0} to {1}: {2} ** Fallo: {0} a {1}: {2}
214 apps/frappe/frappe/public/js/frappe/form/layout.js +33 apps/frappe/frappe/public/js/frappe/form/layout.js +35 This form does not have any input Esta forma no tiene ninguna entrada
215 apps/frappe/frappe/model/naming.py +44 {0} is required {0} es necesario
216 DocType: Website Settings Select an image of approx width 150px with a transparent background for best results. Seleccione una imagen de ancho aprox 150px con fondo transparente para obtener mejores resultados .
217 DocType: Workflow State Tag Etiqueta
229 apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +58 Make a new Hacer una nueva
230 apps/frappe/frappe/core/page/user_permissions/user_permissions.js +222 Select User or DocType to start. Seleccionar usuario o tipo de documento para empezar.
231 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +35 Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger). Una vez que haya establecido esto, los usuarios sólo tendrán acceso a los documentos que puedan (por ejemplo, Entrada de blog ) donde se encuentra la relación (por ejemplo, Blogger ) .
232 apps/frappe/frappe/core/doctype/doctype/doctype.py +437 apps/frappe/frappe/core/doctype/doctype/doctype.py +441 'In List View' not allowed for type {0} in row {1} No está permitido para el tipo {0} en la linea {1}
233 apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +216 Change type of field. (Currently, Type change is \ allowed among 'Currency and Float') Cambiar el tipo de campo. (Actual, Tipo de cambio, Cantidad permitida, Moneda, Flotante, etc)
234 DocType: Footer Item Select target = "_blank" to open in a new page. Select target = " _blank" para abrir en una nueva página.
235 apps/frappe/frappe/core/doctype/report/report.js +9 To format columns, give column labels in the query. Para dar formato a columnas, dar títulos de las columnas en la consulta.
254 DocType: Website Slideshow This goes above the slideshow. Esto va por encima de la presentación de diapositivas.
255 DocType: Website Settings Footer Items Elementos del Pie de Página
256 apps/frappe/frappe/core/doctype/doctype/doctype.py +696 apps/frappe/frappe/core/doctype/doctype/doctype.py +700 {0}: Cannot set Amend without Cancel {0}: no se puede 'Corregir' sin antes cancelar
257 apps/frappe/frappe/templates/emails/new_user.html +4 Your login id is Su nombre de usuario es
258 DocType: DocField Currency Divisa
259 apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36 Please specify doctype Por favor, especifique el doctype
260 DocType: System Settings Session Expiry Mobile Vencimiento de sesión en dispositivo mobil
262 Setup Wizard Asistente de configuración
263 DocType: Print Settings Send Email Print Attachments as PDF (Recommended) Enviar Emails con adjuntos en formato PDF (recomendado)
264 apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +269 apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +286 Field {0} is not selectable. El campo {0} no se puede seleccionar .
265 apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +850 Select To Download: Seleccione la descarga :
266 apps/frappe/frappe/public/js/frappe/upload.js +223 Please attach a file or set a URL Por favor, adjuntar un archivo o defina una URL
267 DocType: Contact Is Primary Contact Es Contacto principal
268 Permitted Documents For User Documentos permitidos para los usuarios
269 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +129 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +132 Make a new record Hacer un Nuevo Registro
270 DocType: Report Script Report Informe de secuencias de comandos
271 apps/frappe/frappe/custom/doctype/custom_field/custom_field.py +19 Label is mandatory Etiqueta es obligatoria
272 DocType: Currency **Currency** Master **Moneda** Principal
273 DocType: Event Sunday Domingo
288 apps/frappe/frappe/core/page/permission_manager/permission_manager.js +301 Users with role {0}: Los usuarios con función {0}:
289 apps/frappe/frappe/core/doctype/file/file.py +151 Same file has already been attached to the record El mismo archivo ya se ha adjuntado al registro
290 apps/frappe/frappe/core/doctype/doctype/doctype.py +691 apps/frappe/frappe/core/doctype/doctype/doctype.py +695 {0}: Cannot set Cancel without Submit {0}: no se puede 'Cancelar' sin presentarlo
291 DocType: Address Address Title Dirección Título
292 apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +239 Mark the field as Mandatory Marque el campo como obligatorio
293 DocType: Workflow State resize-full cambiar a tamaño completo
294 apps/frappe/frappe/core/doctype/docshare/docshare.py +47 {0} shared this document with everyone {0} compartió este documento con todos
300 apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +771 Report was not saved (there were errors) Informe no se guardó ( hubo errores )
301 apps/frappe/frappe/public/js/frappe/upload.js +296 Uploading... Subiendo ...
302 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +826 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825 You are not allowed to export this report No se le permite exportar este reporte
303 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +24 Permissions at level 0 are Document Level permissions, i.e. they are primary for access to the document. Los permisos del nivel 0 son los permisos a nivel de documentos, es decir, que tienen permiso especial para los documentos.
304 apps/frappe/frappe/config/setup.py +220 Change field properties (hide, readonly, permission etc.) Cambiar las propiedades de campo (ocultar, sólo lectura, permisos, etc)
305 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +108 Select a DocType to make a new format Seleccione un tipo de documento para hacer un nuevo formato
306 apps/frappe/frappe/model/document.py +930 Table {0} cannot be empty La tabla {0} no puede estar vacío
312 apps/frappe/frappe/core/page/user_permissions/user_permissions.js +154 Permissions Updated Actualización de permisos
313 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +126 Both DocType and Name required Tanto DocType y Nombre son obligatorios
314 apps/frappe/frappe/core/doctype/doctype/doctype.py +672 apps/frappe/frappe/core/doctype/doctype/doctype.py +676 {0}: Only one rule allowed with the same Role, Level and {1} {0}: Sólo una regla es permitida con el mismo rol, Nivel y {1}
315 DocType: Customize Form Customize Label, Print Hide, Default etc. Personaliza etiquetas, impresión Hide , Default , etc
316 apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +661 Sort By Ordenado por
317 apps/frappe/frappe/desk/form/utils.py +91 No further records No hay registros adicionales
318 apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +607 Pick Columns Seleccione columnas
340 DocType: Workflow State exclamation-sign signo de exclamación
341 DocType: Desktop Icon List Vista de árbol
342 apps/frappe/frappe/public/js/frappe/views/communication.js +509 apps/frappe/frappe/public/js/frappe/views/communication.js +520 There were errors while sending email. Please try again. Hubo errores al enviar el correo electrónico. Por favor, inténtelo de nuevo.
343 apps/frappe/frappe/core/doctype/system_settings/system_settings.py +26 Session Expiry must be in format {0} Vencimiento de sesión debe estar en formato {0}
344 DocType: User Stores the JSON of last known versions of various installed apps. It is used to show release notes. Almacena el JSON de las últimas versiones conocidas de diferentes aplicaciones instaladas. Se utiliza para mostrar notas de la versión.
345 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14 Meaning of Submit, Cancel, Amend Significado de Enviar, Cancelar, Corregir
346 apps/frappe/frappe/config/website.py +58 Setup of top navigation bar, footer and logo. Configuración de la barra de navegación superior , pie de página y el logotipo.
370 DocType: Workflow Transition Defines actions on states and the next step and allowed roles. Define las acciones de los estados y el siguiente paso y funciones permitidas.
371 DocType: DocType Show Print First Mostrar Imprimir Primera
372 apps/frappe/frappe/core/doctype/doctype/doctype.py +705 apps/frappe/frappe/core/doctype/doctype/doctype.py +709 Report cannot be set for Single types Reportar no se puede configurar para los tipos individuales
373 apps/frappe/frappe/core/doctype/report/report.js +37 Disable Report Desactivar Informe
374 DocType: Workflow State resize-small cambiar el tamaño pequeño
375 DocType: Workflow State question-sign Consultar Firma
376 apps/frappe/frappe/utils/nestedset.py +229 Multiple root nodes not allowed. Nodos raíz múltiples no permitidos.
378 DocType: Address Maintenance User Mantenimiento por el Usuario
379 apps/frappe/frappe/email/doctype/newsletter/newsletter.py +30 Scheduled to send to {0} Programado para enviar a {0}
380 apps/frappe/frappe/model/base_document.py +470 apps/frappe/frappe/model/base_document.py +469 {0} must be set first debe establecerse primero: {0}
381 apps/frappe/frappe/core/page/data_import_tool/exporter.py +67 For updating, you can update only selective columns. Para la actualización, usted lo puede hacer solo en algunas columnas.
382 DocType: Custom DocPerm Export Exportación
383 DocType: Workflow State Search Búsqueda
384 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16 Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit. Algunos documentos como facturas, no se deben cambiar una vez guardados. El estado final de dichos documentos se llama 'Presentado'. Puede restringir qué roles/usuarios pueden presentar documentos
385 apps/frappe/frappe/public/js/frappe/views/pageview.js +104 Sorry! I could not find what you were looking for. ¡Lo siento! No pude encontrar lo que estabas buscando.
386 DocType: Workflow State remove-sign Eliminar el efecto de signo
387 apps/frappe/frappe/public/js/frappe/form/control.js +1284 apps/frappe/frappe/public/js/frappe/form/control.js +1250 Please attach a file first. Adjunte un archivo primero .
388 apps/frappe/frappe/core/page/permission_manager/permission_manager.js +252 Show User Permissions Permisos Mostrar usuario
389 apps/frappe/frappe/public/js/frappe/request.js +347 Report this issue Reportar Incidencia
390 apps/frappe/frappe/public/js/frappe/views/treeview.js +212 New {0} Nuevo {0}
391 DocType: Workflow Action Workflow Action Acciones de los flujos de trabajo
394 DocType: Custom DocPerm This role update User Permissions for a user Este función actualiza los Permisos de Usuario para un usuario
395 DocType: Workflow State resize-horizontal cambiar el tamaño horizontal
396 apps/frappe/frappe/model/delete_doc.py +165 apps/frappe/frappe/model/delete_doc.py +166 {0} {1}: Submitted Record cannot be deleted. {0} {1}: registro presentado no se puede eliminar.
397 apps/frappe/frappe/public/js/frappe/form/save.js +141 Mandatory fields required in {0} Campos obligatorios requeridos en {0}
398 apps/frappe/frappe/model/rename_doc.py +364 apps/frappe/frappe/model/rename_doc.py +365 Maximum {0} rows allowed Máximo {0} filas permitidos
399 DocType: Custom DocPerm Import Importación
400 apps/frappe/frappe/model/naming.py +168 There were some errors setting the name, please contact the administrator Había algunos errores de configuración el nombre, por favor póngase en contacto con el administrador
401 apps/frappe/frappe/website/doctype/web_form/web_form.py +37 You need to be in developer mode to edit a Standard Web Form Se requiere estar en modo desarrollador para editar un formulario web estándar.
402 DocType: Website Theme Google Font (Heading) Google Font (Título)
403 apps/frappe/frappe/core/page/user_permissions/user_permissions.js +31 A user can be permitted to multiple records of the same DocType. Un usuario se puede permitir que varios registros de un mismo tipo de documento .
404 apps/frappe/frappe/core/doctype/doctype/doctype.py +449 apps/frappe/frappe/core/doctype/doctype/doctype.py +453 Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType' Las opciones de campo de tipo 'Vinculo Dinámico' debe apuntar a otro campo con propiedades "Tipo de Documento"
405 apps/frappe/frappe/public/js/frappe/ui/tree.js +130 Collapse Plegar/Desplegar
406 apps/frappe/frappe/core/doctype/doctype/doctype.py +719 apps/frappe/frappe/core/doctype/doctype/doctype.py +723 {0}: Cannot set Assign Submit if not Submittable {0}: no se puede 'Asignar Enviar' si no se puede presentar
407 DocType: Workflow State step-forward paso hacia adelante
408 DocType: Workflow State align-justify alinear - justificar
409 apps/frappe/frappe/core/page/data_import_tool/importer.py +249 Not allowed to Import No tiene permisos para importar
410 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +135 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +138 Open a module or tool Abra un Módulo o Herramienta
411 apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132 Upload CSV file containing all user permissions in the same format as Download. Subir archivo CSV que contiene todos los permisos de usuario en el mismo formato que en Descargar.
412 apps/frappe/frappe/public/js/legacy/form.js +139 apps/frappe/frappe/public/js/legacy/form.js +137 Please save before attaching. Por favor, guarde los cambios antes de conectar
413 apps/frappe/frappe/core/page/data_import_tool/data_import_tool.py +15 Parent Table Tabla de Padres
414 DocType: Dropbox Settings Dropbox Access Key Clave de Acceso de Dropbox
415 apps/frappe/frappe/public/js/frappe/ui/field_group.js +82 Missing Values Required Valores perdidos requeridos
416 DocType: User Third Party Authentication Autenticación de socios
433 DocType: DocType Sort Order Orden de Clasificación
434 apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +131 Sit tight while your system is being setup. This may take a few moments. Tome asiento mientras el sistema está siendo configurado. Esto puede tomar un momento.
435 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +663 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +662 Unable to display this tree report, due to missing data. Most likely, it is being filtered out due to permissions. No se puede mostrar este informe árbol, debido a los datos faltantes. Lo más probable es que se está filtrando a cabo debido a los permisos.
436 apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +247 Hide field in form Ocultar campo en forma
437 DocType: Newsletter Email Sent? Enviar Email ?
438 apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +272 Show a description below the field Mostrar una descripción debajo del campo
439 DocType: User Send Welcome Email Enviar Bienvenido Email
452 DocType: Website Settings Banner is above the Top Menu Bar. El Banner está por sobre la barra de menú superior.
453 apps/frappe/frappe/templates/includes/comments/comments.py +50 View it in your browser Véalo en su navegador
454 apps/frappe/frappe/core/doctype/doctype/doctype.py +523 apps/frappe/frappe/core/doctype/doctype/doctype.py +527 Title field must be a valid fieldname Campo Título debe ser un nombre de campo válido
455 apps/frappe/frappe/client.py +86 Cannot edit standard fields No se puede editar campos estándar
456 apps/frappe/frappe/config/website.py +78 Settings for Contact Us Page. Ajustes para la página de contacto.
457 apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +48 1 hour ago Hace 1 hora
458 DocType: Workflow State th-list th -list
483 DocType: DocField Allow on Submit Permitir en Enviar
484 apps/frappe/frappe/public/js/frappe/views/communication.js +78 apps/frappe/frappe/public/js/frappe/views/communication.js +77 Select Print Format Seleccionar el formato de impresión
485 DocType: DocField For Links, enter the DocType as range. For Select, enter list of Options, each on a new line. Para enlaces, introduzca el DocType como rango. para seleccionar, ingrese lista de opciones, cada uno en una nueva línea.
486 DocType: Workflow State eye-open - ojo abierto
487 apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +87 Submit after importing. Revisar después de importar.
488 DocType: Email Account Email Account Name Correo electrónico Nombre de cuenta
489 apps/frappe/frappe/public/js/frappe/list/list_renderer.js +554 No {0} found {0} no encontrado
490 apps/frappe/frappe/website/doctype/blog_post/blog_post.py +102 apps/frappe/frappe/website/doctype/blog_post/blog_post.py +106 Posts by {0} Publicaciones por {0}
491 apps/frappe/frappe/core/doctype/doctype/doctype.py +198 Series {0} already used in {1} Serie {0} ya se utiliza en {1}
492 DocType: Report Report Manager Administrador de informes
493 DocType: Custom DocPerm Report Informe
494 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +18 When you Amend a document after Cancel and save it, it will get a new number that is a version of the old number. Cuando se modifique un documento después de Cancelar y guardarlo , se obtendrá un nuevo número que es una versión del antiguo número.
495 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html +16 Create a New Format Crear un nuevo formato
496 DocType: Email Account Enable Incoming Habilitar entrante
509 apps/frappe/frappe/core/doctype/doctype/doctype.py +715 apps/frappe/frappe/core/doctype/doctype/doctype.py +719 {0} cannot be set for Single types {0} no se puede establecer para los tipos individuales
510 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +600 Select Table Columns for {0} Seleccionar columnas de tabla para {0}
511 DocType: Workflow State cog diente
512 DocType: Custom Field Select the label after which you want to insert new field. Seleccione la etiqueta después de la cual desea insertar el nuevo campo .
513 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +132 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +135 document type..., e.g. customer Tipo de documento ..., por ejemplo, al cliente
514 apps/frappe/frappe/public/js/frappe/form/link_selector.js +22 Select {0} Seleccione {0}
515 DocType: Property Setter Property Setter Establecer prioridad--
516 DocType: Website Settings Show title in browser window as "Prefix - title" Mostrar título en la ventana del navegador como "Prefijo - título"
517 DocType: File Attached To DocType Asociado A DocType
518 apps/frappe/frappe/model/base_document.py +535 apps/frappe/frappe/model/base_document.py +534 Row #{0}: Fila # {0}:
519 apps/frappe/frappe/utils/response.py +134 You need to be logged in and have System Manager Role to be able to access backups. Necesitas estar conectado y tener la función de Administrador del Sistema, para poder tener acceso a las copias de seguridad .
520 DocType: Website Settings Title Prefix Prefijo del Título
521 DocType: DocField Section Break Salto de sección
522 apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +4 To import or update records, you must first download the template for importing. Para importar o actualizar registros, primero debe descargar la plantilla para la importación.
523 DocType: Print Settings PDF Settings Configuración de PDF
524 apps/frappe/frappe/templates/includes/login/login.js +193 Oops! Something went wrong Oups! Algo salió mal
527 apps/frappe/frappe/public/js/legacy/form.js +776 apps/frappe/frappe/public/js/legacy/form.js +751 Permanently Submit {0}? Presentar permanentemente {0}?
528 DocType: Email Account e.g. "Support", "Sales", "Jerry Yang" por ejemplo "Soporte "," Ventas "," Jerry Yang "
529 apps/frappe/frappe/config/setup.py +209 Actions for workflow (e.g. Approve, Cancel). Acciones para los flujos de trabajo (por ejemplo: Aprobar, Cancelar).
530 DocType: Communication Feedback Comentarios
531 DocType: User Restrict user from this IP address only. Multiple IP addresses can be added by separating with commas. Also accepts partial IP addresses like (111.111.111) Restringir el usuario a esta dirección IP. Todas las direcciones IP se pueden agregar separandolas con comas. También se aceptan direcciones IP parciales como ( 111.111.111 )
532 apps/frappe/frappe/desk/doctype/event/event.py +23 Event end must be after start Finalización del evento debe ser posterior al inicio
533 DocType: Email Alert Recipient Email Alert Recipient Destinatario Alerta Email

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -10,7 +10,7 @@ DocType: About Us Settings,Website,אתר
DocType: User,Facebook Username,שם משתמש פייסבוק
DocType: System Settings,Note: Multiple sessions will be allowed in case of mobile device,הערה: מספר הפעלות תתאפשר במקרה של מכשיר נייד
apps/frappe/frappe/email/queue.py +210,Cannot send this email. You have crossed the sending limit of {0} emails for this month.,לא ניתן לשלוח דוא"ל זה. אתה חצית את גבול השליחה של {0} מיילים לחודש זה.
apps/frappe/frappe/public/js/legacy/form.js +776,Permanently Submit {0}?,באופן קבוע שלח {0}?
apps/frappe/frappe/public/js/legacy/form.js +751,Permanently Submit {0}?,באופן קבוע שלח {0}?
DocType: Address,County,מָחוֹז
apps/frappe/frappe/client.py +280,Invalid file path: {0},דרך לא חוקית קובץ: {0}
DocType: Workflow State,eye-open,עין-פתוחה
@ -31,18 +31,18 @@ apps/frappe/frappe/config/core.py +42,Logs,יומנים
DocType: Custom DocPerm,This role update User Permissions for a user,הרשאות משתמש תפקיד עדכון זה עבור משתמש
apps/frappe/frappe/public/js/frappe/model/model.js +507,Rename {0},שינוי שם {0}
DocType: Workflow State,zoom-out,זום-אאוט
apps/frappe/frappe/public/js/legacy/form.js +67,Cannot open {0} when its instance is open,לא יכול לפתוח {0} כאשר למשל פתוח
apps/frappe/frappe/public/js/legacy/form.js +66,Cannot open {0} when its instance is open,לא יכול לפתוח {0} כאשר למשל פתוח
apps/frappe/frappe/model/document.py +930,Table {0} cannot be empty,שולחן {0} לא יכול להיות ריק
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +852,With Ledgers,עם פנקסים
DocType: Communication,Reference Owner,בעלי ההפניה
DocType: Currency,Smallest circulating fraction unit (coin). For e.g. 1 cent for USD and it should be entered as 0.01,היחידה הקטנה ביותר במחזור החלק (מטבע). לדוגמא 1 סנט לדולר וזה צריך להיות נכנס כ0.01
DocType: Social Login Keys,GitHub,GitHub
apps/frappe/frappe/model/base_document.py +575,"{0}, Row {1}","{0}, {1} שורה"
apps/frappe/frappe/model/base_document.py +574,"{0}, Row {1}","{0}, {1} שורה"
apps/frappe/frappe/model/document.py +904,Beginning with,החל מ
apps/frappe/frappe/core/page/data_import_tool/exporter.py +52,Data Import Template,נתוני יבוא תבנית
apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,הורה
DocType: About Us Settings,"""Team Members"" or ""Management""","""חברי צוות"" או ""ניהול"""
apps/frappe/frappe/core/doctype/doctype/doctype.py +453,Default for 'Check' type of field must be either '0' or '1',"ברירת מחדל עבור סוג השדה ""בדוק"" חייבת להיות או '0' '1'"
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Default for 'Check' type of field must be either '0' or '1',"ברירת מחדל עבור סוג השדה ""בדוק"" חייבת להיות או '0' '1'"
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,אתמול
DocType: Contact,Designation,ייעוד
DocType: Test Runner,Test Runner,המבחן ראנר
@ -54,7 +54,7 @@ DocType: Workflow State,th-large,ה-גדול
DocType: Communication,Unread Notification Sent,הודעה שלא נקראה נשלחה
apps/frappe/frappe/public/js/frappe/misc/tools.js +8,Export not allowed. You need {0} role to export.,יצוא אסור. אתה צריך {0} תפקיד ליצוא.
DocType: Email Group,Email Group,קבוצת דוא"ל
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +460,Not Like,לא כמו
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Not Like,לא כמו
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212,Set the display label for the field,הגדר את תווית התצוגה עבור השדה
apps/frappe/frappe/model/document.py +921,Incorrect value: {0} must be {1} {2},ערך שגוי: {0} חייב להיות {1} {2}
apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","מאפייני שדה שינוי (להסתיר, לקריאה בלבד, וכו 'רשות)"
@ -62,7 +62,7 @@ DocType: Workflow State,lock,לנעול
apps/frappe/frappe/config/website.py +78,Settings for Contact Us Page.,הגדרות לצורו קשר דף.
apps/frappe/frappe/core/doctype/user/user.py +877,Administrator Logged In,מנהל מחובר
DocType: Contact Us Settings,"Contact options, like ""Sales Query, Support Query"" etc each on a new line or separated by commas.","אפשרויות לתקשר, כמו ""שאילתת מכירות, תמיכת שאילתה"" וכו 'כל בשורה חדשה או מופרד בפסיקים."
apps/frappe/frappe/public/js/frappe/form/control.js +1895,Insert,הכנס
apps/frappe/frappe/public/js/frappe/form/control.js +1896,Insert,הכנס
apps/frappe/frappe/public/js/frappe/form/link_selector.js +22,Select {0},בחר {0}
DocType: Print Settings,Classic,קלאסי
DocType: Desktop Icon,Color,צבע
@ -96,7 +96,7 @@ DocType: Translation,Translation,תִרגוּם
apps/frappe/frappe/desk/page/applications/application_row.html +18,Install,התקן
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Mr,מר
DocType: Custom Script,Client,הלקוח
apps/frappe/frappe/public/js/legacy/form.js +487,This form has been modified after you have loaded it,טופס זה השתנה לאחר שהעמסת אותו
apps/frappe/frappe/public/js/legacy/form.js +462,This form has been modified after you have loaded it,טופס זה השתנה לאחר שהעמסת אותו
apps/frappe/frappe/config/website.py +27,Embed image slideshows in website pages.,מצגות טבע תמונה בדפי אתר.
apps/frappe/frappe/email/doctype/newsletter/newsletter.js +9,Send,שלח
DocType: Workflow Action,Workflow Action Name,שם Workflow פעולה
@ -116,13 +116,13 @@ DocType: Unhandled Email,Reason,סיבה
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +33,Please specify user,נא לציין את משתמשים
DocType: Email Unsubscribe,Email Unsubscribe,דוא"ל ביטול מנוי
DocType: Website Settings,Select an image of approx width 150px with a transparent background for best results.,בחר תמונה של רוחב כ 150px עם רקע שקוף לתוצאות הטובות ביותר.
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +504,The first user will become the System Manager (you can change this later).,המשתמש הראשון יהפוך את מנהל המערכת (אתה יכול לשנות את זה בהמשך).
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +516,The first user will become the System Manager (you can change this later).,המשתמש הראשון יהפוך את מנהל המערכת (אתה יכול לשנות את זה בהמשך).
,App Installer,אפליקציה מתקין
DocType: Workflow State,circle-arrow-up,המעגל-חץ-עד
apps/frappe/frappe/public/js/frappe/upload.js +296,Uploading...,מעלה ...
DocType: Workflow State,italic,נטוי
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,לכולם
apps/frappe/frappe/core/doctype/doctype/doctype.py +698,{0}: Cannot set Import without Create,{0}: לא ניתן להגדיר יבוא ללא יצירה
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,{0}: Cannot set Import without Create,{0}: לא ניתן להגדיר יבוא ללא יצירה
apps/frappe/frappe/config/desk.py +26,Event and other calendars.,אירוע ולוחות שנה אחרת.
apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,גרור כדי למיין עמודות
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +2,Widths can be set in px or %.,ניתן להגדיר רוחב בpx או%.
@ -131,7 +131,7 @@ DocType: Contact,First Name,שם פרטים
apps/frappe/frappe/core/doctype/file/file.py +167,Cannot delete Home and Attachments folders,לא יכול למחוק את התיקיות וקבצים מצורפים בית
apps/frappe/frappe/config/desk.py +19,Files,קבצים
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +6,Permissions get applied on Users based on what Roles they are assigned.,הרשאות לקבל מוחלות על משתמשים על סמך מה תפקידים שהם מוקצים.
apps/frappe/frappe/public/js/frappe/views/communication.js +459,You are not allowed to send emails related to this document,אין באפשרותך לשלוח מיילים הקשורים למסמך זה
apps/frappe/frappe/public/js/frappe/views/communication.js +460,You are not allowed to send emails related to this document,אין באפשרותך לשלוח מיילים הקשורים למסמך זה
apps/frappe/frappe/website/doctype/website_theme/website_theme.py +30,You are not allowed to delete a standard Website Theme,אסור לך למחוק את נושא אתר סטנדרטי
DocType: Feedback Trigger,Example,דוגמא
DocType: Workflow State,gift,מתנה
@ -154,7 +154,7 @@ DocType: Email Group,Total Subscribers,סה"כ מנויים
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +25,"If a Role does not have access at Level 0, then higher levels are meaningless.","אם לא יש להם תפקיד גישה ברמה 0, רמות גבוהות יותר ואז הן חסרות משמעות."
apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +745,Save As,שמור כ
DocType: Communication,Seen,נראה
apps/frappe/frappe/public/js/frappe/form/layout.js +98,Show more details,הצג פרטים נוספים
apps/frappe/frappe/public/js/frappe/form/layout.js +125,Show more details,הצג פרטים נוספים
DocType: System Settings,Run scheduled jobs only if checked,הפעל עבודות מתוכננות רק אם בדקתי
DocType: User,"Enter default value fields (keys) and values. If you add multiple values for a field, the first one will be picked. These defaults are also used to set ""match"" permission rules. To see list of fields, go to ""Customize Form"".","הזן שדות ערך ברירת מחדל (מקשים) וערכים. אם תוסיף ערכים מרובים עבור שדה, הראשון יהיה נטל. ברירת מחדל אלה משמשים גם לקביעת כללי רשות "התאמה". כדי לראות רשימה של שדות, ללכת "טופס התאמה אישית"."
DocType: Communication,Message,הודעה
@ -177,7 +177,7 @@ DocType: Workflow State,Filter,מסנן
apps/frappe/frappe/model/db_schema.py +563,Fieldname {0} cannot have special characters like {1},Fieldname {0} לא יכול להיות תווים מיוחדים כמו {1}
apps/frappe/frappe/config/setup.py +121,Update many values at one time.,עדכון ערכים רבים בבת אחת.
apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,שגיאה: המסמך השתנה לאחר שפתחת אותו
apps/frappe/frappe/core/doctype/doctype/doctype.py +719,{0}: Cannot set Assign Submit if not Submittable,{0}: לא ניתן להגדיר הקצאה שלח אם לא Submittable
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0}: Cannot set Assign Submit if not Submittable,{0}: לא ניתן להגדיר הקצאה שלח אם לא Submittable
DocType: Social Login Keys,Facebook,פייסבוק
apps/frappe/frappe/www/list.py +65,"Filtered by ""{0}""",מסונן על ידי "{0}"
DocType: Salutation,Administrator,מנהל
@ -196,7 +196,7 @@ DocType: User,Get your globally recognized avatar from Gravatar.com,קבל גל
apps/frappe/frappe/limits.py +30,"Your subscription expired on {0}. To renew, {1}.","המנוי שלך פג ב {0}. כדי לחדש, {1}."
DocType: Workflow State,plus-sign,תוספת-סימן
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,התקנה כבר מלאה
apps/frappe/frappe/__init__.py +890,App {0} is not installed,האפליקציה {0} אינה מותקנת
apps/frappe/frappe/__init__.py +889,App {0} is not installed,האפליקציה {0} אינה מותקנת
DocType: Workflow State,Refresh,רענן
DocType: Event,Public,ציבור
apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,מה להראות
@ -215,7 +215,7 @@ apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start
DocType: Customize Form,Is Table,האם לוח
DocType: Website Settings,Set Banner from Image,באנר להגדיר מתמונה
apps/frappe/frappe/templates/emails/new_user.html +3,A new account has been created for you at {0},חשבון חדש נוצר עבורך {0}
apps/frappe/frappe/public/js/frappe/views/communication.js +448,Enter Email Recipient(s),נמען הזן דואר אלקטרוני (ים)
apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),נמען הזן דואר אלקטרוני (ים)
DocType: Print Format,Verdana,Verdana
apps/frappe/frappe/utils/bot.py +83,Can't identify open {0}. Try something else.,אין אפשרות לזהות פתוחה {0}. נסה משהו אחר.
apps/frappe/frappe/core/doctype/user/user.py +292,User {0} cannot be deleted,משתמש {0} לא ניתן למחוק
@ -224,8 +224,8 @@ DocType: DocType,App,App
DocType: Communication,Attachment,קובץ מצורף
DocType: Property Setter,Field Name,שם שדה
apps/frappe/frappe/public/js/frappe/misc/utils.js +151,or,או
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +136,module name...,שם מודול ...
apps/frappe/frappe/templates/pages/integrations/payment-success.html +12,Continue,המשך
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +139,module name...,שם מודול ...
apps/frappe/frappe/templates/pages/integrations/payment-success.html +13,Continue,המשך
DocType: Custom Field,Fieldname,Fieldname
DocType: Workflow State,certificate,תעודה
DocType: User,Tile,אריח
@ -265,14 +265,14 @@ DocType: Communication,Type,סוג
DocType: Authentication Log,Subject,נושא
apps/frappe/frappe/core/doctype/docshare/docshare.py +34,User is mandatory for Share,המשתמש הוא חובה עבור שתף
DocType: DocField,Hidden,מוסתר
apps/frappe/frappe/model/base_document.py +470,{0} must be set first,{0} יש להגדיר ראשון
apps/frappe/frappe/model/base_document.py +469,{0} must be set first,{0} יש להגדיר ראשון
apps/frappe/frappe/utils/password_strength.py +31,"Use a few words, avoid common phrases.","השתמש כמה מילים, להימנע ביטויים נפוצים."
DocType: Workflow State,plane,מטוס
apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","אם אתה מעלה שיאים חדשים, ""שמות סדרה"" הופך חובה, אם קיימים."
apps/frappe/frappe/email/doctype/email_alert/email_alert.js +66,Get Alerts for Today,קבל התראות עבור היום
apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67,Get Alerts for Today,קבל התראות עבור היום
apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,ניתן לשנות את שם DOCTYPE רק על ידי מנהל
DocType: Report,JSON,JSON
apps/frappe/frappe/core/doctype/doctype/doctype.py +505,Fold can not be at the end of the form,קיפול לא יכול להיות בסופו של הטופס
apps/frappe/frappe/core/doctype/doctype/doctype.py +509,Fold can not be at the end of the form,קיפול לא יכול להיות בסופו של הטופס
DocType: Communication,Bounced,קיפץ
apps/frappe/frappe/config/setup.py +14,System and Website Users,משתמשי מערכת ואתר
DocType: Workflow Document State,Doc Status,סטטוס דוק
@ -284,11 +284,11 @@ DocType: About Us Settings,Website Manager,מנהל אתר
apps/frappe/frappe/model/document.py +1044,Document Queued,מסמך בתור
DocType: Desktop Icon,List,רשימה
DocType: Communication,Link Name,שם קישור
apps/frappe/frappe/core/doctype/doctype/doctype.py +429,Field {0} in row {1} cannot be hidden and mandatory without default,שדה {0} בשורת {1} לא ניתן להסתיר וחובה ללא ברירת מחדל
apps/frappe/frappe/core/doctype/doctype/doctype.py +433,Field {0} in row {1} cannot be hidden and mandatory without default,שדה {0} בשורת {1} לא ניתן להסתיר וחובה ללא ברירת מחדל
DocType: System Settings,mm/dd/yyyy,mm / dd / yyyy
DocType: Print Settings,Send document web view link in email,שלח האינטרנט במסמך בתצוגת הקישור המופיע בדוא"ל
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20,Previous,קודם
apps/frappe/frappe/email/doctype/email_account/email_account.py +551,Re:,Re:
apps/frappe/frappe/email/doctype/email_account/email_account.py +552,Re:,Re:
DocType: Currency,"Sub-currency. For e.g. ""Cent""","תת מטבע. ל"" סנט ""למשל"
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215,Select uploaded file,בחר את הקובץ שהועלה
DocType: Letter Head,Check this to make this the default letter head in all prints,לבדוק את זה כדי להפוך את ראש מכתב ברירת המחדל זה בכל ההדפסים
@ -297,9 +297,9 @@ DocType: Desktop Icon,Link,קישור
apps/frappe/frappe/utils/file_manager.py +96,No file attached,אין קובץ המצורף
DocType: Version,Version,גרסה
DocType: User,Fill Screen,מלא מסך
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +663,"Unable to display this tree report, due to missing data. Most likely, it is being filtered out due to permissions.","לא ניתן להציג דו"ח העץ הזה, עקב נתונים חסרים. סביר להניח, שהוא שסונן עקב הרשאות."
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +662,"Unable to display this tree report, due to missing data. Most likely, it is being filtered out due to permissions.","לא ניתן להציג דו"ח העץ הזה, עקב נתונים חסרים. סביר להניח, שהוא שסונן עקב הרשאות."
apps/frappe/frappe/public/js/frappe/form/grid.js +599,Edit via Upload,עריכה באמצעות העלאה
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +132,"document type..., e.g. customer","סוג מסמך ..., למשל לקוח"
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +135,"document type..., e.g. customer","סוג מסמך ..., למשל לקוח"
apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +29,The Condition '{0}' is invalid,התנאי '{0}' אינו חוקי
DocType: Workflow State,barcode,ברקוד
apps/frappe/frappe/config/setup.py +232,Add your own translations,הוספת תרגומים משלך
@ -309,19 +309,19 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +5,
DocType: Event,Wednesday,יום רביעי
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","מלבד כללי רשות מבוססות תפקידים, אתה יכול להחיל הרשאות משתמשים בהתבסס על DocTypes."
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23,"These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value.","הרשאות אלה יחולו על כל העסקות שבי השיא מותר קשור. לדוגמא, אם חברת C מתווספת להרשאות משתמש של X למשתמש, X המשתמש רק להיות מסוגל לראות את העסקות שיש C החברה כערך מדד."
apps/frappe/frappe/core/doctype/doctype/doctype.py +550,Image field must be a valid fieldname,שדה תמונה חייב להיות fieldname תקף
apps/frappe/frappe/core/doctype/doctype/doctype.py +554,Image field must be a valid fieldname,שדה תמונה חייב להיות fieldname תקף
DocType: Property Setter,ID (name) of the entity whose property is to be set,מזהה (שם) של הישות שרכושו כדי להיות מוגדר
apps/frappe/frappe/limits.py +82,"To renew, {0}.","כדי לחדש, {0}."
DocType: Website Settings,Website Theme Image Link,קישור לתמונת נושא אתר
DocType: Web Form,Sidebar Items,פריטים Sidebar
DocType: Workflow State,exclamation-sign,קריאה-סימן
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,הרשאות צג
apps/frappe/frappe/core/doctype/doctype/doctype.py +570,Timeline field must be a Link or Dynamic Link,שדה ציר הזמן חייב להיות קישור או קישור דינמי
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a Link or Dynamic Link,שדה ציר הזמן חייב להיות קישור או קישור דינמי
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20,Gantt,גנט
apps/frappe/frappe/public/html/print_template.html +27,Page {0} of {1},דף {0} של {1}
DocType: About Us Settings,Introduce your company to the website visitor.,להציג את החברה שלך למבקר באתר.
apps/frappe/frappe/public/js/frappe/form/workflow.js +116,To,ל
apps/frappe/frappe/model/rename_doc.py +372,Successful: {0} to {1},מוצלח: {0} {1}
apps/frappe/frappe/model/rename_doc.py +373,Successful: {0} to {1},מוצלח: {0} {1}
apps/frappe/frappe/printing/doctype/print_format/print_format.js +18,Please duplicate this to make changes,אנא לשכפל זה לבצע שינויים
apps/frappe/frappe/utils/pdf.py +36,PDF generation failed because of broken image links,דור PDF נכשל בגלל קישורי תמונה שבורות
DocType: Print Settings,Font Size,גודל גופן
@ -334,7 +334,7 @@ DocType: Email Account,Send Notification to,שלח הודעה ל
DocType: DocField,Collapsible,מתקפל
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +790,Saved,הציל
apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Options for select. Each option on a new line.,אפשרויות לבחירה. כל אפשרות בשורה חדשה.
apps/frappe/frappe/public/js/legacy/form.js +799,Permanently Cancel {0}?,באופן קבוע לבטל {0}?
apps/frappe/frappe/public/js/legacy/form.js +774,Permanently Cancel {0}?,באופן קבוע לבטל {0}?
DocType: Workflow State,music,מוסיקה
DocType: Web Page,Settings,הגדרות
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,נא לציין doctype
@ -343,11 +343,11 @@ apps/frappe/frappe/public/js/frappe/ui/base_list.js +81,More,יותר
DocType: Contact,Sales Manager,מנהל מכירות
apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,שינוי שם
DocType: Print Format,Format Data,נתונים בפורמט
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +460,Like,כמו
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Like,כמו
DocType: Customize Form Field,Customize Form Field,התאמה אישית של טופס מולא
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,לאפשר למשתמש
apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,בדוק מהם המסמכים הניתנים לקריאה על ידי משתמש
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +216,use % as wildcard,להשתמש% ככלליים
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,use % as wildcard,להשתמש% ככלליים
DocType: User,Reset Password Key,מפתח איפוס סיסמא
DocType: Email Account,Enable Auto Reply,אפשר מענה אוטומטי
apps/frappe/frappe/core/doctype/error_log/error_log_list.js +7,Not Seen,לא נראה
@ -384,7 +384,7 @@ apps/frappe/frappe/core/doctype/user/user.py +689,Cannot Update: Incorrect / Exp
apps/frappe/frappe/utils/password_strength.py +58,Better add a few more letters or another word,עדיף להוסיף עוד כמה מכתבים או כל מילה אחרת
DocType: DocField,Set Only Once,להגדיר רק פעם אחת
apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,שם משתמש {0} כבר קיים
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,{0}: Cannot set import as {1} is not importable,{0}: לא ניתן להגדיר ערך בשעה {1} הוא לא יביא
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set import as {1} is not importable,{0}: לא ניתן להגדיר ערך בשעה {1} הוא לא יביא
apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},יש שגיאת תבנית הכתובת שלך {0}
DocType: Footer Item,"target = ""_blank""","target = ""_blank"""
DocType: Workflow State,hdd,HDD
@ -394,7 +394,7 @@ DocType: Communication,From Full Name,משמו המלא
apps/frappe/frappe/desk/query_report.py +20,You don't have access to Report: {0},"אין לך גישה לדו""ח: {0}"
DocType: User,Send Welcome Email,שלח ברוכים הבאים
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132,Upload CSV file containing all user permissions in the same format as Download.,העלה קובץ CSV המכיל את כל הרשאות המשתמש בתבנית זהה להורדה.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +428,Remove Filter,הסר סינון
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +449,Remove Filter,הסר סינון
DocType: Address,Personal,אישי
apps/frappe/frappe/config/setup.py +113,Bulk Rename,שינוי שם גורף
DocType: DocField,Heading,כותרת
@ -416,11 +416,11 @@ apps/frappe/frappe/desk/like.py +89,Liked,אהבתי
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.js +33,Send Now,שלח עכשיו
DocType: Report,Query,שאילתא
DocType: DocType,Sort Order,סדר מיון
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,'In List View' not allowed for type {0} in row {1},"""ברשימת צפייה 'לא אפשר לסוג {0} בשורת {1}"
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,'In List View' not allowed for type {0} in row {1},"""ברשימת צפייה 'לא אפשר לסוג {0} בשורת {1}"
DocType: Custom Field,Select the label after which you want to insert new field.,בחר את התווית לאחר שרצונך להוסיף שדה חדש.
,Document Share Report,מסמך שתף דווח
DocType: User,Last Login,הביקור אחרון
apps/frappe/frappe/core/doctype/doctype/doctype.py +597,Fieldname is required in row {0},Fieldname נדרש בשורת {0}
apps/frappe/frappe/core/doctype/doctype/doctype.py +600,Fieldname is required in row {0},Fieldname נדרש בשורת {0}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4,Column,טור
DocType: Custom Field,Adds a custom field to a DocType,מוסיף שדה מותאם אישית לDOCTYPE
DocType: File,Is Home Folder,האם בית התיקייה
@ -441,7 +441,7 @@ apps/frappe/frappe/config/setup.py +89,Log of error during requests.,יומן ש
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +30,Scheduled to send to {0},מתוכנן לשלוח {0}
DocType: DocShare,Everyone,כולם
DocType: Workflow State,backward,אחורה
apps/frappe/frappe/core/doctype/doctype/doctype.py +672,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: רק כלל אחד אפשר באותו התפקיד, ורמה {1}"
apps/frappe/frappe/core/doctype/doctype/doctype.py +676,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: רק כלל אחד אפשר באותו התפקיד, ורמה {1}"
DocType: Workflow State,share,מניות
apps/frappe/frappe/limits.py +33,"Your subscription expired on {0}. To renew, please send an email to {1}.","המנוי שלך פג ב {0}. כדי לחדש, שלח מייל אל {1}."
apps/frappe/frappe/config/setup.py +107,Set numbering series for transactions.,הגדר מספור סדרה לעסקות.
@ -455,7 +455,7 @@ apps/frappe/frappe/public/js/frappe/form/workflow.js +117,is not allowed.,אינ
apps/frappe/frappe/email/doctype/email_group/email_group.js +6,View Subscribers,צפה מנויים
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Ms,גב '
DocType: Website Theme,Background Color,צבע רקע
apps/frappe/frappe/public/js/frappe/views/communication.js +509,There were errors while sending email. Please try again.,היו שגיאות בעת שליחת דואר אלקטרוני. אנא נסה שוב.
apps/frappe/frappe/public/js/frappe/views/communication.js +520,There were errors while sending email. Please try again.,היו שגיאות בעת שליחת דואר אלקטרוני. אנא נסה שוב.
DocType: Portal Settings,Portal Settings,הגדרות Portal
DocType: Web Page,0 is highest,0 הוא גבוהה ביותר
apps/frappe/frappe/www/login.html +104,Send Password,שלח סיסמא
@ -476,19 +476,19 @@ apps/frappe/frappe/templates/emails/new_user.html +5,Click on the link below to
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,לא להוסיף
DocType: Contact Us Settings,Contact Us Settings,צור קשר הגדרות
DocType: Workflow State,text-width,text-רוחב
apps/frappe/frappe/public/js/legacy/form.js +144,Maximum Attachment Limit for this record reached.,הגיעה למגבלה מרבי של קובץ מצורף לאלבום הזה.
apps/frappe/frappe/public/js/legacy/form.js +142,Maximum Attachment Limit for this record reached.,הגיעה למגבלה מרבי של קובץ מצורף לאלבום הזה.
DocType: Email Alert,View Properties (via Customize Form),צג נכסים (באמצעות טופס התאמה אישית)
apps/frappe/frappe/utils/password_strength.py +78,Try to use a longer keyboard pattern with more turns,נסה להשתמש דפוס מקלדת כבר עם סיבובים יותר
apps/frappe/frappe/core/doctype/report/report.js +5,Report Builder reports are managed directly by the report builder. Nothing to do.,"דיווחי Builder דווח מנוהלים ישירות על ידי קבלן הדו""ח. אין מה לעשות."
apps/frappe/frappe/model/document.py +903,none of,אף אחד מ
apps/frappe/frappe/public/js/frappe/views/communication.js +66,Send Me A Copy,שלח לי עותק
apps/frappe/frappe/public/js/frappe/views/communication.js +65,Send Me A Copy,שלח לי עותק
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +127,Upload User Permissions,העלה הרשאות משתמש
apps/frappe/frappe/config/website.py +7,Web Site,אתר אינטרנט
apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,פריטים מסומנים יוצגו בשולחן עבודה
apps/frappe/frappe/core/doctype/doctype/doctype.py +715,{0} cannot be set for Single types,{0} לא ניתן להגדיר עבור סוגים בודדים
apps/frappe/frappe/core/doctype/doctype/doctype.py +719,{0} cannot be set for Single types,{0} לא ניתן להגדיר עבור סוגים בודדים
apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} צופים כרגע מסמך זה
apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +151,{0} updated,{0} מעודכן
apps/frappe/frappe/core/doctype/doctype/doctype.py +705,Report cannot be set for Single types,לא ניתן להגדיר דווח לסוגים יחיד
apps/frappe/frappe/core/doctype/doctype/doctype.py +709,Report cannot be set for Single types,לא ניתן להגדיר דווח לסוגים יחיד
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,{0} ימים לפני
DocType: Address,Address Line 1,שורת כתובת 1
DocType: Custom DocPerm,Role,תפקיד
@ -496,10 +496,10 @@ apps/frappe/frappe/utils/data.py +441,Cent,סנט
apps/frappe/frappe/config/setup.py +204,"States for workflow (e.g. Draft, Approved, Cancelled).","הברית לעבודה (למשל טיוטה, מאושר, בוטל)."
DocType: Print Settings,Allow Print for Draft,אפשר הדפסה עבור טיוטה
apps/frappe/frappe/public/js/frappe/form/link_selector.js +139,Set Quantity,כמות שנקבעה
apps/frappe/frappe/public/js/legacy/form.js +357,Submit this document to confirm,שלח את המסמך הזה כדי לאשר
apps/frappe/frappe/public/js/legacy/form.js +338,Submit this document to confirm,שלח את המסמך הזה כדי לאשר
DocType: Contact,Unsubscribed,רישום בוטל
,Data Import Tool,נתוני יבוא כלי
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +497,Attach Your Picture,צרף התמונה שלך
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +509,Attach Your Picture,צרף התמונה שלך
DocType: Workflow State,Stop,להפסיק
DocType: Footer Item,Link to the page you want to open. Leave blank if you want to make it a group parent.,קישור לדף שברצונך לפתוח. שאר ריק אם אתה רוצה לעשות את זה הורה קבוצה.
DocType: DocType,Is Single,בודדת
@ -507,7 +507,7 @@ apps/frappe/frappe/email/queue.py +278,{0} has left the conversation in {1} {2},
DocType: Blogger,User ID of a Blogger,זיהוי משתמש של Blogger
apps/frappe/frappe/core/doctype/user/user.py +287,There should remain at least one System Manager,לא צריך להישאר מנהל מערכת אחת לפחות
DocType: Workflow State,circle-arrow-right,המעגל-חץ ימני
apps/frappe/frappe/public/js/legacy/form.js +73,Cannot open instance when its {0} is open,לא יכול לפתוח למשל כאשר {0} הוא פתוח
apps/frappe/frappe/public/js/legacy/form.js +72,Cannot open instance when its {0} is open,לא יכול לפתוח למשל כאשר {0} הוא פתוח
DocType: Email Alert,Method,שיטה
DocType: Report,Script Report,התסריט דווח
DocType: About Us Settings,Company Introduction,חברת מבוא
@ -529,7 +529,7 @@ DocType: DocType,Search Fields,שדות חיפוש
apps/frappe/frappe/public/js/legacy/print_format.js +124,No document selected,אין מסמך שנבחר
apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16,Dr,"ד""ר"
DocType: Event,Event,אירוע
apps/frappe/frappe/public/js/frappe/views/communication.js +548,"On {0}, {1} wrote:","על {0}, {1} כתב:"
apps/frappe/frappe/public/js/frappe/views/communication.js +568,"On {0}, {1} wrote:","על {0}, {1} כתב:"
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +133,Cannot delete standard field. You can hide it if you want,לא יכול למחוק את השדה סטנדרטי. אתה יכול להסתיר את זה אם אתה רוצה
DocType: Top Bar Item,For top bar,לבר העליון
apps/frappe/frappe/utils/bot.py +148,Could not identify {0},לא ניתן היה לזהות {0}
@ -539,7 +539,7 @@ DocType: Workflow State,heart,לב
DocType: Workflow State,minus,מינוס
apps/frappe/frappe/public/js/frappe/request.js +137,Server Error: Please check your server logs or contact tech support.,שגיאת שרת: אנא בדוק את יומני השרת או פנה תמיכה טכנית.
apps/frappe/frappe/core/doctype/user/user.py +188,Welcome email sent,דואר אלקטרוני שנשלח ברוכים הבאים
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +436,Let's prepare the system for first use.,בואו להכין את המערכת לשימוש ראשון.
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +448,Let's prepare the system for first use.,בואו להכין את המערכת לשימוש ראשון.
apps/frappe/frappe/desk/page/applications/applications.js +129,Featured,מאופיין
apps/frappe/frappe/core/doctype/user/user.py +727,Already Registered,רשום כבר
DocType: System Settings,Float Precision,Precision Float
@ -550,7 +550,7 @@ apps/frappe/frappe/core/page/user_permissions/user_permissions.js +222,Select Us
apps/frappe/frappe/desk/page/applications/applications.js +25,No Apps Installed,אין יישומים מותקנים
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +239,Mark the field as Mandatory,סמן את השדה מנדטורי כ
DocType: Communication,Clicked,לחץ
apps/frappe/frappe/public/js/legacy/form.js +971,No permission to '{0}' {1},אין הרשאות ל'{0} '{1}
apps/frappe/frappe/public/js/legacy/form.js +946,No permission to '{0}' {1},אין הרשאות ל'{0} '{1}
DocType: User,Google User ID,זיהוי משתמש Google
DocType: DocType,Track Seen,מסלול בבלוג
apps/frappe/frappe/desk/form/utils.py +55,This method can only be used to create a Comment,שיטה זו יכולה רק לשמש ליצירת תגובה
@ -602,14 +602,14 @@ DocType: Feedback Trigger,Condition,מצב
DocType: Contact,User ID,זיהוי משתמש
DocType: Communication,Sent,נשלח
DocType: File,Lft,LFT
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +135,Open a module or tool,פתח מודול או כלי
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +138,Open a module or tool,פתח מודול או כלי
DocType: Communication,Delivery Status,סטטוס משלוח
DocType: Module Def,App Name,שם אפליקציה
DocType: Workflow,"Field that represents the Workflow State of the transaction (if field is not present, a new hidden Custom Field will be created)","שדה שמייצג את מדינת Workflow של העסקה (אם השדה אינו נוכח, שדה מותאם אישית נסתר חדש ייווצר)"
apps/frappe/frappe/utils/oauth.py +194,Email not verified with {1},"דוא""ל לא אומת עם {1}"
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674,Edit to add content,ערוך להוסיף תוכן
apps/frappe/frappe/public/js/frappe/views/communication.js +80,Select Languages,שפות בחרו
apps/frappe/frappe/__init__.py +510,No permission for {0},אין הרשאה {0}
apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,שפות בחרו
apps/frappe/frappe/__init__.py +509,No permission for {0},אין הרשאה {0}
DocType: DocType,Advanced,מתקדם
apps/frappe/frappe/templates/emails/auto_reply.html +3,Reference: {0} {1},התייחסות: {0} {1}
DocType: File,Attached To Name,מצורף לשם
@ -626,7 +626,7 @@ apps/frappe/frappe/core/page/user_permissions/user_permissions.js +27,"These wil
DocType: Customize Form,Enter Form Type,הזן טופס סוג
apps/frappe/frappe/public/js/frappe/list/list_sidebar_stat.html +5,No records tagged.,לא רשומות מתויג.
DocType: User,Send Password Update Notification,שלח הודעת עדכון סיסמא
apps/frappe/frappe/public/js/legacy/form.js +63,"Allowing DocType, DocType. Be careful!","מאפשר DOCTYPE, DOCTYPE. היזהר!"
apps/frappe/frappe/public/js/legacy/form.js +62,"Allowing DocType, DocType. Be careful!","מאפשר DOCTYPE, DOCTYPE. היזהר!"
apps/frappe/frappe/config/core.py +32,"Customized Formats for Printing, Email","פורמטים מותאמים להדפסה, דוא"ל"
apps/frappe/frappe/public/js/frappe/desk.js +460,Updated To New Version,עדכון לגרסה חדשה
DocType: Custom Field,Depends On,תלוי ב
@ -726,7 +726,7 @@ DocType: Page,Icon,אייקון
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +55,to filter values between 5 & 10,כדי לסנן ערכים בין 5 & 10
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +85,PDF,PDF
DocType: System Settings,dd/mm/yyyy,dd / mm / yyyy
apps/frappe/frappe/public/js/frappe/form/layout.js +106,Hide Details,פרטי הסתרה
apps/frappe/frappe/public/js/frappe/form/layout.js +133,Hide Details,פרטי הסתרה
DocType: Workflow State,Tasks,משימות
DocType: Event,Tuesday,יום שלישי
DocType: Blog Settings,Blog Settings,הגדרות בלוג
@ -740,9 +740,8 @@ DocType: Social Login Keys,Google Client Secret,סוד לקוח Google
DocType: Website Settings,Hide Footer Signup,הסתר תחתונה הרשמה
apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,הוסף קובץ פייתון באותה התיקייה שבה זה נשמר ולחזור טור ותוצאה.
DocType: DocType,Sort Field,שדה מיין
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +424,Edit Filter,סינון עריכה
apps/frappe/frappe/core/doctype/doctype/doctype.py +411,Field {0} of type {1} cannot be mandatory,שדה {0} מסוג {1} לא יכול להיות חובה
DocType: System Settings,"eg. If Apply User Permissions is checked for Report DocType but no User Permissions are defined for Report for a User, then all Reports are shown to that User","למשל. אם להחיל הרשאות משתמש מסומן בדוח DOCTYPE אך אין הרשאות משתמש מוגדרות בדוח למשתמש, ולאחר מכן מוצגים כל הדיווחים למשתמש ש"
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +445,Edit Filter,סינון עריכה
apps/frappe/frappe/core/doctype/doctype/doctype.py +415,Field {0} of type {1} cannot be mandatory,שדה {0} מסוג {1} לא יכול להיות חובה
DocType: System Settings,Session Expiry Mobile,מושב תפוגה נייד
apps/frappe/frappe/templates/includes/search_box.html +19,Search results for,תוצאות חיפוש עבור
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +850,Select To Download:,בחר להורדה:
@ -773,7 +772,7 @@ DocType: Address,Contacts,מגעים
DocType: System Settings,Setup Complete,התקנה מלאה
apps/frappe/frappe/config/setup.py +66,Report of all document shares,דוח של כל מניות המסמך
apps/frappe/frappe/www/update-password.html +18,New Password,סיסמא חדשה
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +68,Filter {0} missing,חסר סנן {0}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +73,Filter {0} missing,חסר סנן {0}
apps/frappe/frappe/core/doctype/communication/communication.py +107,Sorry! You cannot delete auto-generated comments,מצטער! אתה לא יכול למחוק הערות שנוצרו באופן אוטומטי
DocType: Website Theme,Style using CSS,סגנון באמצעות CSS
apps/frappe/frappe/core/doctype/communication/communication.js +100,Reference DocType,DOCTYPE התייחסות
@ -812,7 +811,7 @@ DocType: User,Block Modules,מודולים בלוק
apps/frappe/frappe/model/db_schema.py +141,Reverting length to {0} for '{1}' in '{2}'; Setting the length as {3} will cause truncation of data.,החזרה למצב אורך {0} עבור '{1}' ב '{2}'; הגדרת האורך כמו {3} תגרום עיצור של נתונים.
DocType: Print Format,Custom CSS,CSS המותאם אישית
apps/frappe/frappe/public/js/frappe/form/footer/timeline.html +4,Add a comment,הוסף ביקורת
apps/frappe/frappe/model/rename_doc.py +375,Ignored: {0} to {1},להתעלם ממנו: {0} {1}
apps/frappe/frappe/model/rename_doc.py +376,Ignored: {0} to {1},להתעלם ממנו: {0} {1}
apps/frappe/frappe/config/setup.py +84,Log of error on automated events (scheduler).,יומן רישום של שגיאה על אירועים אוטומטיים (מתזמן).
apps/frappe/frappe/utils/csvutils.py +75,Not a valid Comma Separated Value (CSV File),לא ערך פסיק תקף פרוד (קובץ CSV)
DocType: Address,Postal,דואר
@ -820,7 +819,7 @@ DocType: Email Account,Default Incoming,ברירת מחדל נכנסים
DocType: Workflow State,repeat,חזור
DocType: Website Settings,Banner,באנר
DocType: Role,"If disabled, this role will be removed from all users.","אם מושבת, התפקיד הזה יוסר מכל המשתמשים."
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +124,Help on Search,עזרה בחיפוש
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +127,Help on Search,עזרה בחיפוש
DocType: DocType,Hide Copy,הסתר העתקה
apps/frappe/frappe/public/js/frappe/roles_editor.js +38,Clear all roles,לנקות את כל התפקידים
apps/frappe/frappe/model/base_document.py +361,{0} must be unique,{0} חייב להיות ייחודי
@ -846,7 +845,7 @@ apps/frappe/frappe/core/page/data_import_tool/exporter.py +67,"For updating, you
DocType: Address,Country,מדינה
apps/frappe/frappe/contacts/doctype/address/address.py +131,Addresses,כתובות
DocType: Communication,Shared,מְשׁוּתָף
apps/frappe/frappe/public/js/frappe/views/communication.js +76,Attach Document Print,צרף הדפסת מסמך
apps/frappe/frappe/public/js/frappe/views/communication.js +75,Attach Document Print,צרף הדפסת מסמך
DocType: Bulk Update,Field,שדה
DocType: Communication,Received,קיבלתי
DocType: Social Login Keys,Google Client ID,לקוח זיהוי Google
@ -867,29 +866,29 @@ DocType: User,Github User ID,זיהוי משתמש GitHub
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Document Type,אם סוג המסמך
apps/frappe/frappe/desk/page/applications/applications.py +109,Unknown app {0},אפליקציה לא ידועה {0}
DocType: Communication,Chat,צ'אט
apps/frappe/frappe/core/doctype/doctype/doctype.py +407,Fieldname {0} appears multiple times in rows {1},Fieldname {0} מופיע מספר פעמים בשורות {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +408,Fieldname {0} appears multiple times in rows {1},Fieldname {0} מופיע מספר פעמים בשורות {1}
DocType: Communication,Expired,פג תוקף
DocType: DocType,System,מערכת
apps/frappe/frappe/www/login.html +93,Have an account? Login,יש לך חשבון? התחבר
apps/frappe/frappe/public/js/legacy/print_format.js +148,Unknown Print Format: {0},פורמט לא ידוע הדפסה: {0}
DocType: Workflow State,arrow-down,חץ למטה
apps/frappe/frappe/public/js/frappe/ui/tree.js +130,Collapse,קריסה
apps/frappe/frappe/model/delete_doc.py +161,User not allowed to delete {0}: {1},משתמש לא מורשה למחוק {0}: {1}
apps/frappe/frappe/model/delete_doc.py +162,User not allowed to delete {0}: {1},משתמש לא מורשה למחוק {0}: {1}
apps/frappe/frappe/public/js/frappe/model/model.js +21,Last Updated On,עדכון אחרון ביום
DocType: Help Article,Likes,אוהב
DocType: Website Settings,Top Bar,Top בר
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,הגדרות גלובליות: משתמשים יוכלו רק לבחור סמלים בדקו
apps/frappe/frappe/core/doctype/file/test_file.py +57,Home/Test Folder 2,דף בית / מבחן תיקייה 2
DocType: System Settings,Ignore User Permissions If Missing,להתעלם הרשאות משתמש אם חסר
apps/frappe/frappe/public/js/frappe/form/control.js +1016,Please save the document before uploading.,אנא שמור את המסמך לפני ההעלאה.
apps/frappe/frappe/public/js/frappe/form/control.js +990,Please save the document before uploading.,אנא שמור את המסמך לפני ההעלאה.
apps/frappe/frappe/public/js/frappe/ui/messages.js +214,Enter your password,הכנס את הסיסמה שלך
DocType: Dropbox Settings,Dropbox Access Secret,Dropbox גישה חשאי
apps/frappe/frappe/templates/includes/comments/comments.html +119,Add Another Comment,להוסיף עוד הערה
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Edit DocType,ערוך DOCTYPE
apps/frappe/frappe/core/doctype/doctype/doctype.py +503,Fold must come before a Section Break,מקפלים חייבת לבוא לפני הפסקת סעיף
apps/frappe/frappe/core/doctype/doctype/doctype.py +507,Fold must come before a Section Break,מקפלים חייבת לבוא לפני הפסקת סעיף
apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,תאריך השינוי האחרון
DocType: Workflow State,hand-down,יד למטה
apps/frappe/frappe/core/doctype/doctype/doctype.py +691,{0}: Cannot set Cancel without Submit,{0}: לא ניתן להגדיר ביטול ללא הגשה
apps/frappe/frappe/core/doctype/doctype/doctype.py +695,{0}: Cannot set Cancel without Submit,{0}: לא ניתן להגדיר ביטול ללא הגשה
DocType: Website Theme,Theme,נושא
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,היו שגיאות.
DocType: DocType,Is Submittable,האם Submittable
@ -906,7 +905,7 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +28,My Settings,הג
DocType: Website Theme,Text Color,צבע טקסט
DocType: Desktop Icon,Force Show,צג חיל
apps/frappe/frappe/auth.py +78,Invalid Request,בקשה לא חוקית
apps/frappe/frappe/public/js/frappe/form/layout.js +33,This form does not have any input,צורה זו אין כל קלט
apps/frappe/frappe/public/js/frappe/form/layout.js +35,This form does not have any input,צורה זו אין כל קלט
apps/frappe/frappe/core/doctype/system_settings/system_settings.py +26,Session Expiry must be in format {0},מושב תפוגה חייבת להיות בפורמט {0}
DocType: Website Sidebar Item,Group,קבוצה
DocType: Footer Item,"Select target = ""_blank"" to open in a new page.","target = ""_blank"" בחר לפתוח בדף חדש."
@ -922,7 +921,7 @@ DocType: Email Queue,Email Queue,תור דוא"ל
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +7,Roles can be set for users from their User page.,ניתן להגדיר תפקידים עבור משתמשים מדף המשתמש שלהם.
apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,הוסף תגובה
DocType: DocField,Mandatory,חובה
apps/frappe/frappe/core/doctype/doctype/doctype.py +655,{0}: No basic permissions set,{0}: לא להגדיר הרשאות בסיסיות
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,{0}: No basic permissions set,{0}: לא להגדיר הרשאות בסיסיות
apps/frappe/frappe/limits.py +78,Your subscription will expire on {0}.,המנוי שלך יפוג ב {0}.
apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},"קישור להורדה לגיבוי שלך יישלחו לכתובת הדוא""ל הבאה: {0}"
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","משמעות של הגשה, לבטל, לשנות"
@ -933,7 +932,7 @@ DocType: File,Preview HTML,התצוגה המקדימה של HTML
DocType: Desktop Icon,query-report,שאילתה דיווח
apps/frappe/frappe/desk/doctype/todo/todo.py +20,Assigned to {0}: {1},מוקצה {0}: {1}
DocType: DocField,Percent,אחוזים
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +436,Please set filters,אנא הגדר מסננים
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,אנא הגדר מסננים
apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,מקושר עם
DocType: Workflow State,book,ספר
DocType: Website Settings,Landing Page,דף נחיתה
@ -945,7 +944,7 @@ DocType: Address Template,This format is used if country specific format is not
apps/frappe/frappe/public/js/frappe/request.js +105,You do not have enough permissions to access this resource. Please contact your manager to get access.,אין לך מספיק הרשאות כדי לגשת למשאב זה. צור קשר עם מנהל המערכת כדי לקבל גישה.
DocType: Custom Field,Custom,מותאם אישית
apps/frappe/frappe/config/setup.py +156,Setup Email Alert based on various criteria.,הגדרת דואר אלקטרוני התראה על פי קריטריונים שונים.
apps/frappe/frappe/website/doctype/blog_post/blog_post.py +98,Posts filed under {0},הודעות הגישו תחת {0}
apps/frappe/frappe/website/doctype/blog_post/blog_post.py +101,Posts filed under {0},הודעות הגישו תחת {0}
DocType: Email Alert,Send alert if date matches this field's value,שלח התראה אם תאריך מתאים הערך של תחום זה
DocType: Workflow,Transitions,מעברים
DocType: User,Login After,כניסה לאחר
@ -953,13 +952,13 @@ DocType: Print Format,Monospace,Monospace
DocType: Letter Head,Printing,הדפסה
DocType: Workflow State,thumbs-up,אגודלים מורמים
DocType: DocPerm,DocPerm,DocPerm
apps/frappe/frappe/core/doctype/doctype/doctype.py +459,Precision should be between 1 and 6,Precision צריך להיות בין 1 ל 6
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Precision should be between 1 and 6,Precision צריך להיות בין 1 ל 6
apps/frappe/frappe/public/js/frappe/misc/utils.js +154,and,ו
DocType: Error Snapshot,Frames,מסגרות
apps/frappe/frappe/patches/v6_19/comment_feed_communication.py +131,Assignment,מְשִׁימָה
DocType: About Us Team Member,Image Link,תמונת קישור
DocType: Workflow State,step-backward,צעד אחורה
apps/frappe/frappe/utils/boilerplate.py +262,{app_title},{} App_title
apps/frappe/frappe/utils/boilerplate.py +263,{app_title},{} App_title
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,אנא הגדר מקשי גישת Dropbox בconfig האתר שלך
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,למחוק רשומה זו כדי לאפשר שליחה לכתובת דוא"ל זו
apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"רק שדות חובה נחוצים לשיאים חדשים. אתה יכול למחוק את העמודות שאינן חובה, אם תרצה."
@ -975,7 +974,7 @@ DocType: Custom DocPerm,Amend,לתקן
DocType: File,Is Attachments Folder,האם תיקיית קבצים מצורפים
apps/frappe/frappe/templates/includes/login/login.js +49,Valid Login id required.,id כניסה חוקי חובה.
apps/frappe/frappe/desk/doctype/todo/todo.js +30,Re-open,Re-פתוח
apps/frappe/frappe/model/rename_doc.py +359,Please select a valid csv file with data,אנא בחר קובץ CSV תקף עם הנתונים
apps/frappe/frappe/model/rename_doc.py +360,Please select a valid csv file with data,אנא בחר קובץ CSV תקף עם הנתונים
apps/frappe/frappe/core/doctype/docshare/docshare.py +56,{0} un-shared this document with {1},"{0} מסמך זה עם-משותף של האו""ם {1}"
apps/frappe/frappe/public/js/frappe/form/workflow.js +118,Document Status transition from {0} to {1} is not allowed,סטטוס מסמך המעבר מ- {0} {1} אסור
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +130,Setting Up,הגדרה
@ -984,11 +983,10 @@ apps/frappe/frappe/templates/emails/auto_reply.html +5,This is an automatically
apps/frappe/frappe/model/document.py +526,Record does not exist,רשומה לא קיימת
apps/frappe/frappe/utils/oauth.py +288,User {0} is disabled,משתמש {0} אינו זמין
apps/frappe/frappe/www/404.html +8,Page missing or moved,דף חסר או עבר
apps/frappe/frappe/public/js/legacy/form.js +192,Edit {0} properties,עריכת מאפיינים {0}
DocType: DocType,Route,מַסלוּל
DocType: DocField,Name,שם
apps/frappe/frappe/limits.py +193,You have exceeded the max space of {0} for your plan. {1}.,חרגת שטח המקסימאלי של {0} עבור התכנית שלך. {1}.
apps/frappe/frappe/public/js/frappe/form/control.js +1303,Open Link,פתח קישור
apps/frappe/frappe/public/js/frappe/form/control.js +1269,Open Link,פתח קישור
apps/frappe/frappe/desk/form/load.py +46,Did not load,לא לטעון
apps/frappe/frappe/desk/query_report.py +87,Query must be a SELECT,שאילתא חייבת להיות SELECT
DocType: Integration Request,Completed,הושלם
@ -999,7 +997,7 @@ apps/frappe/frappe/public/js/frappe/model/meta.js +186,Created On,נוצר ב
DocType: Workflow State,align-center,ליישר-מרכז
apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +6,Can Write,יכול לכתוב
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +16,"Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit.","סוגים מסוימים של מסמכים, כמו חשבונית, לא צריכים להיות שונה ברגע אחרון. המצב הסופי עבור מסמכים כזה נקרא הוגש. אתה יכול להגביל את התפקידים יכולים להגיש."
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +826,You are not allowed to export this report,אין באפשרותך לייצא דוח זה
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825,You are not allowed to export this report,אין באפשרותך לייצא דוח זה
DocType: ToDo,Sender,שולח
apps/frappe/frappe/templates/includes/comments/comments.html +27,Leave a Comment,השאר תגובה
DocType: Web Page,Description for search engine optimization.,תיאור לקידום במנועי חיפוש.
@ -1019,7 +1017,7 @@ apps/frappe/frappe/desk/page/activity/activity_row.html +13,Logged in,ביקור
apps/frappe/frappe/core/page/desktop/desktop.js +38,Explore,לַחקוֹר
apps/frappe/frappe/email/doctype/email_account/email_account_list.js +6,Default Sending and Inbox,ברירת מחדל שליחה ותיבת הדואר הנכנס
DocType: Print Settings,Letter,מכתב
apps/frappe/frappe/core/doctype/doctype/doctype.py +552,Image field must be of type Attach Image,שדה תמונה חייב להיות מסוג צרף תמונה
apps/frappe/frappe/core/doctype/doctype/doctype.py +556,Image field must be of type Attach Image,שדה תמונה חייב להיות מסוג צרף תמונה
DocType: Async Task,Succeeded,הצליח
apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},שדות חובה הנדרשים {0}
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +95,Reset Permissions for {0}?,איפוס הרשאות עבור {0}?
@ -1053,7 +1051,7 @@ DocType: DocField,Text Editor,עורך טקסט
apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,הגדרות עבור אודות הדף.
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +679,Edit Custom HTML,עריכה המותאמת אישית HTML
DocType: Error Snapshot,Error Snapshot,תמונת מצב שגיאה
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +460,In,ב
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,In,ב
DocType: Email Alert,Value Change,שינוי הערך
DocType: Standard Reply,Standard Reply,תגובה סטנדרטית
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,רוחב של תיבת הקלט
@ -1068,10 +1066,10 @@ DocType: File,Preview,תצוגה מקדימה
DocType: Customize Form,Use this fieldname to generate title,השתמש fieldname זה כדי ליצור כותרת
apps/frappe/frappe/email/doctype/email_group/email_group.js +13,Import Email From,דוא"ל יבוא מ
apps/frappe/frappe/contacts/doctype/contact/contact.js +20,Invite as User,הזמן כמשתמש
apps/frappe/frappe/public/js/frappe/views/communication.js +83,Select Attachments,קבצים מצורפים בחרו
apps/frappe/frappe/public/js/frappe/views/communication.js +82,Select Attachments,קבצים מצורפים בחרו
apps/frappe/frappe/model/naming.py +94, for {0},עבור {0}
apps/frappe/frappe/public/js/legacy/form.js +176,You are not allowed to print this document,"אין באפשרותך להדפיס את המסמך הזה,"
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +380,Loading Report,דווח טעינה
apps/frappe/frappe/public/js/legacy/form.js +174,You are not allowed to print this document,"אין באפשרותך להדפיס את המסמך הזה,"
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,דווח טעינה
apps/frappe/frappe/limits.py +72,Your subscription will expire today.,המנוי שלך בתוקף עד היום.
DocType: Page,Standard,סטנדרטי
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +46,Attach File,לצרף קובץ
@ -1097,7 +1095,7 @@ apps/frappe/frappe/public/js/frappe/ui/messages.js +229,Verify,ודא
DocType: Workflow Document State,Update Field,עדכון שדה
apps/frappe/frappe/desk/page/applications/applications.js +50,Regional Extensions,הרחבות אזוריות
apps/frappe/frappe/core/doctype/communication/email.py +143,Leave this conversation,השאר את השיחה הזאת
apps/frappe/frappe/model/base_document.py +466,Options not set for link field {0},אפשרויות לא נקבעו לקישור שדה {0}
apps/frappe/frappe/model/base_document.py +465,Options not set for link field {0},אפשרויות לא נקבעו לקישור שדה {0}
DocType: Customize Form,"Must be of type ""Attach Image""",חייב להיות מסוג "צרף תמונה"
apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +197,You cannot unset 'Read Only' for field {0},אתה לא יכול לבטל את הגדרה של 'קריאה בלבד' לשדה {0}
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +22,Complete Setup,התקנה מלאה
@ -1125,9 +1123,9 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38
DocType: Workflow State,bookmark,סימנייה
DocType: Note,Note,הערה
apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,דוח שגיאות
apps/frappe/frappe/core/doctype/doctype/doctype.py +566,Timeline field must be a valid fieldname,שדה ציר הזמן חייב להיות fieldname תקף
apps/frappe/frappe/core/doctype/doctype/doctype.py +570,Timeline field must be a valid fieldname,שדה ציר הזמן חייב להיות fieldname תקף
DocType: Currency,Symbol,סמל
apps/frappe/frappe/model/base_document.py +535,Row #{0}:,# השורה {0}:
apps/frappe/frappe/model/base_document.py +534,Row #{0}:,# השורה {0}:
apps/frappe/frappe/core/doctype/user/user.py +140,New password emailed,"דוא""ל סיסמא חדשה"
apps/frappe/frappe/auth.py +245,Login not allowed at this time,התחברות לא מותר בשלב זה
DocType: Async Task,Runtime,זמן ריצה
@ -1146,7 +1144,7 @@ DocType: DocField,Text,טקסט
apps/frappe/frappe/config/setup.py +161,Standard replies to common queries.,סטנדרטי משיב לשאלות נפוצות.
apps/frappe/frappe/email/doctype/email_account/email_account_list.js +14,Default Sending,ברירת מחדל שליחה
DocType: Workflow State,volume-off,נפח-off
apps/frappe/frappe/public/js/frappe/form/footer/timeline_item.html +160,Liked by {0},אהבתי על ידי {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline_item.html +161,Liked by {0},אהבתי על ידי {0}
DocType: Footer Item,Footer Item,פריט תחתון
,Download Backups,גיבויים להורדה
apps/frappe/frappe/core/doctype/file/test_file.py +43,Home/Test Folder 1,דף בית / מבחן תיקיית 1
@ -1171,7 +1169,7 @@ DocType: Workflow State,flag,דגל
DocType: Web Page,Text Align,טקסט יישור
apps/frappe/frappe/model/naming.py +179,Name cannot contain special characters like {0},שם אינו יכול להכיל תווים מיוחדים כמו {0}
DocType: Contact Us Settings,Forward To Email Address,"קדימה To כתובת דוא""ל"
apps/frappe/frappe/core/doctype/doctype/doctype.py +523,Title field must be a valid fieldname,כותרת שדה חייב להיות תקף fieldname
apps/frappe/frappe/core/doctype/doctype/doctype.py +527,Title field must be a valid fieldname,כותרת שדה חייב להיות תקף fieldname
apps/frappe/frappe/config/core.py +7,Documents,מסמכים
apps/frappe/frappe/www/me.html +22,Edit Profile,ערוך פרופיל
DocType: Kanban Board Column,Archived,ארכיון
@ -1215,17 +1213,17 @@ DocType: Standard Reply,Standard Reply Help,עזרת תגובה רגילה
DocType: Blogger,Avatar,תמונה
DocType: Blogger,Posts,הודעות
apps/frappe/frappe/core/doctype/doctype/doctype.py +377,"DocType's name should start with a letter and it can only consist of letters, numbers, spaces and underscores","שמו של DOCTYPE צריך להתחיל באות והוא יכול להכיל רק אותיות, מספרים, רווחים וסימני קו תחתון"
apps/frappe/frappe/public/js/frappe/views/communication.js +533,Dear,יקר
apps/frappe/frappe/public/js/frappe/views/communication.js +553,Dear,יקר
DocType: Address,Accounts User,חשבונות משתמשים
DocType: Web Page,HTML for header section. Optional,HTML לסעיף כותרת. אופציונאלי
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,This feature is brand new and still experimental,תכונה זו היא חדשה ועדיין ניסיונית
apps/frappe/frappe/model/rename_doc.py +364,Maximum {0} rows allowed,{0} שורות המרביות מוותרות
apps/frappe/frappe/model/rename_doc.py +365,Maximum {0} rows allowed,{0} שורות המרביות מוותרות
DocType: Email Unsubscribe,Global Unsubscribe,גלובל ביטול מנוי
apps/frappe/frappe/utils/password_strength.py +157,This is a very common password.,זוהי סיסמה נפוצה מאוד.
apps/frappe/frappe/email/doctype/email_group/email_group.js +9,View,נוֹף
DocType: Communication,Assigned,שהוקצה
DocType: Print Format,Js,Js
apps/frappe/frappe/public/js/frappe/views/communication.js +78,Select Print Format,פורמט הדפסה בחר
apps/frappe/frappe/public/js/frappe/views/communication.js +77,Select Print Format,פורמט הדפסה בחר
apps/frappe/frappe/utils/password_strength.py +83,Short keyboard patterns are easy to guess,דפוסי מקלדת קצרים קלים לנחש
DocType: Portal Settings,Portal Menu,תפריט פורטל
DocType: DocField,Print Hide,הסתר הדפסה
@ -1268,14 +1266,14 @@ apps/frappe/frappe/model/document.py +564,Cannot change docstatus from 0 to 2,ל
apps/frappe/frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js +14,Update,עדכון
DocType: Error Snapshot,Snapshot View,צלם תצוגה
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +100,Please save the Newsletter before sending,אנא שמור עלון לפני השליחה
apps/frappe/frappe/core/doctype/doctype/doctype.py +422,Options must be a valid DocType for field {0} in row {1},אפשרויות חייבת להיות DOCTYPE חוקי בשדה {0} בשורת {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +426,Options must be a valid DocType for field {0} in row {1},אפשרויות חייבת להיות DOCTYPE חוקי בשדה {0} בשורת {1}
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +167,Edit Properties,ערוך מאפיינים
DocType: Patch Log,List of patches executed,רשימה של תיקונים שבוצעה
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} מנוי כבר
apps/frappe/frappe/public/js/frappe/views/communication.js +70,Communication Medium,תקשורת בינונית
apps/frappe/frappe/public/js/frappe/views/communication.js +69,Communication Medium,תקשורת בינונית
DocType: Website Settings,Banner HTML,באנר HTML
DocType: Error Snapshot,Pyver,Pyver
apps/frappe/frappe/model/base_document.py +539,"{0} {1} cannot be ""{2}"". It should be one of ""{3}""","{0} {1} לא יכול להיות ""{2}"". זה צריך להיות אחד מ"" {3} """
apps/frappe/frappe/model/base_document.py +538,"{0} {1} cannot be ""{2}"". It should be one of ""{3}""","{0} {1} לא יכול להיות ""{2}"". זה צריך להיות אחד מ"" {3} """
apps/frappe/frappe/utils/data.py +565,{0} or {1},{0} או {1}
apps/frappe/frappe/core/page/modules_setup/modules_setup.js +4,Show or Hide Desktop Icons,הצג או הסתר סמלים בשולחן העבודה
apps/frappe/frappe/core/doctype/user/user.py +231,Password Update,עדכון סיסמא
@ -1321,12 +1319,12 @@ apps/frappe/frappe/modules/utils.py +202,App not found,אפליקציה לא נ
apps/frappe/frappe/core/doctype/communication/communication.py +52,Cannot create a {0} against a child document: {1},לא ניתן ליצור {0} נגד מסמך הילד: {1}
DocType: Workflow State,pencil,עיפרון
apps/frappe/frappe/config/desk.py +32,Chat messages and other notifications.,הודעות צ'אט והודעות אחרות.
apps/frappe/frappe/custom/doctype/custom_field/custom_field.py +72,Insert After cannot be set as {0},הכנס לאחר לא יכול להיות מוגדר בתור {0}
apps/frappe/frappe/custom/doctype/custom_field/custom_field.py +76,Insert After cannot be set as {0},הכנס לאחר לא יכול להיות מוגדר בתור {0}
apps/frappe/frappe/public/js/frappe/form/share.js +57,Share {0} with,שתף {0} עם
DocType: Workflow State,hand-up,יד-עד
DocType: Blog Settings,Writers Introduction,סופרי מבוא
DocType: Address,Phone,טלפון
apps/frappe/frappe/email/doctype/email_alert/email_alert.py +239,Error while evaluating Email Alert {0}. Please fix your template.,שגיאה בעת הערכת דוא"ל התראה {0}. תקן את התבנית שלך.
apps/frappe/frappe/email/doctype/email_alert/email_alert.py +244,Error while evaluating Email Alert {0}. Please fix your template.,שגיאה בעת הערכת דוא"ל התראה {0}. תקן את התבנית שלך.
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +140,Select Document Type or Role to start.,סוג המסמך בחר או תפקיד כדי להתחיל.
DocType: Contact,Passive,פסיבי
DocType: Contact,Accounts Manager,מנהל חשבונות
@ -1368,7 +1366,7 @@ DocType: Currency,"How should this currency be formatted? If not set, will use s
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +252,Show User Permissions,הרשאות משתמש הצג
apps/frappe/frappe/utils/response.py +134,You need to be logged in and have System Manager Role to be able to access backups.,אתה צריך להיות מחובר ויש לי תפקיד מנהל מערכת כדי שתוכל לגשת לגיבויים.
apps/frappe/frappe/core/page/usage_info/usage_info.html +22,Remaining,נוֹתָר
apps/frappe/frappe/public/js/legacy/form.js +139,Please save before attaching.,אנא שמור לפני הצמדה.
apps/frappe/frappe/public/js/legacy/form.js +137,Please save before attaching.,אנא שמור לפני הצמדה.
apps/frappe/frappe/public/js/frappe/form/link_selector.js +124,Added {0} ({1}),הוסיף {0} ({1})
apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +319,Fieldtype cannot be changed from {0} to {1} in row {2},Fieldtype לא יכול להיות שונה מ {0} {1} בשורה {2}
apps/frappe/frappe/public/js/frappe/roles_editor.js +195,Role Permissions,הרשאות תפקיד
@ -1384,9 +1382,9 @@ DocType: Event,Starts on,מתחיל ב
DocType: System Settings,System Settings,הגדרות מערכת
apps/frappe/frappe/email/queue.py +454,This email was sent to {0} and copied to {1},האימייל הזה נשלח ל {0} והעתיק {1}
DocType: Workflow State,th,ה
apps/frappe/frappe/public/js/frappe/form/control.js +1470,Create a new {0},צור חדש {0}
apps/frappe/frappe/public/js/frappe/form/control.js +1432,Create a new {0},צור חדש {0}
apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js +193,Report {0},דווח {0}
apps/frappe/frappe/public/js/frappe/form/templates/form_links.html +14,Open {0},להרחיב {0}
apps/frappe/frappe/public/js/frappe/form/templates/form_links.html +13,Open {0},להרחיב {0}
DocType: Email Alert,Recipients,מקבלי
DocType: Workflow State,ok-sign,בסדר-סימן
apps/frappe/frappe/public/js/frappe/form/toolbar.js +141,Duplicate,לשכפל
@ -1429,7 +1427,7 @@ apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,Option 2,אפ
apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} משותף מסמך זה עם {1}
DocType: Print Settings,A4,A4
apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","התקנה של סרגל ניווט העליון, תחתונה ולוגו."
apps/frappe/frappe/core/doctype/doctype/doctype.py +651,For {0} at level {1} in {2} in row {3},עבור {0} ברמת {1} {2} בשורת {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +655,For {0} at level {1} in {2} in row {3},עבור {0} ברמת {1} {2} בשורת {3}
DocType: Contact,All,כל
DocType: Email Queue,Recipient,נמען
DocType: Address,Sales User,משתמש מכירות
@ -1440,7 +1438,7 @@ DocType: Workflow State,align-right,ליישר ימני
DocType: Auto Email Report,Email To,דוא"ל ל
apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,תיקיית {0} אינו ריק
DocType: Page,Roles,תפקידים
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +269,Field {0} is not selectable.,שדה {0} הוא לא לבחירה.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +286,Field {0} is not selectable.,שדה {0} הוא לא לבחירה.
DocType: System Settings,Session Expiry,מושב תפוגה
DocType: Workflow State,ban-circle,איסור העיגול
DocType: Bulk Update,Desk,שולחן
@ -1451,7 +1449,7 @@ apps/frappe/frappe/utils/password_strength.py +153,This is a top-10 common passw
DocType: User,User Defaults,ברירות מחדל משתמש
apps/frappe/frappe/public/js/frappe/views/treeview.js +223,Create New,צור חדש
DocType: Workflow State,chevron-down,שברון למטה
apps/frappe/frappe/public/js/frappe/views/communication.js +494,Email not sent to {0} (unsubscribed / disabled),דוא"ל לא נשלח {0} (לא רשום / נכים)
apps/frappe/frappe/public/js/frappe/views/communication.js +495,Email not sent to {0} (unsubscribed / disabled),דוא"ל לא נשלח {0} (לא רשום / נכים)
DocType: Async Task,Traceback,להתחקות
DocType: Currency,Smallest Currency Fraction Value,ערך שבר מטבע הקטן ביותר
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +137,Assign To,להקצות ל
@ -1462,9 +1460,9 @@ DocType: User,Restrict user from this IP address only. Multiple IP addresses can
DocType: Communication,From,מ
DocType: Website Theme,Google Font (Heading),Google גופן (כותרת)
apps/frappe/frappe/public/js/frappe/views/treeview.js +204,Select a group node first.,בחר צומת קבוצה ראשונה.
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +229,Find {0} in {1},מצא {0} ב {1}
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +232,Find {0} in {1},מצא {0} ב {1}
DocType: Email Account,"Append as communication against this DocType (must have fields, ""Status"", ""Subject"")","צרף כתקשורת נגד DOCTYPE זה (חייב להיות שדות, ""סטטוס"", ""נושא"")"
apps/frappe/frappe/model/base_document.py +602,Not allowed to change {0} after submission,אסור לשנות {0} לאחר הגשה
apps/frappe/frappe/model/base_document.py +601,Not allowed to change {0} after submission,אסור לשנות {0} לאחר הגשה
DocType: Communication,Comment Type,סוג התגובה
apps/frappe/frappe/core/page/usage_info/usage_info.html +10,Users,משתמשים
DocType: Report,Report Type,סוג הדוח
@ -1473,13 +1471,13 @@ apps/frappe/frappe/public/js/frappe/form/share.js +115,Share With,שתף עם
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +136,Loading,Loading
apps/frappe/frappe/config/integrations.py +43,"Enter keys to enable login via Facebook, Google, GitHub.","הזן מפתחות כדי לאפשר התחברות באמצעות פייסבוק, גוגל, GitHub."
apps/frappe/frappe/public/js/frappe/ui/tags.js +20,Add a tag,הוסף תג
apps/frappe/frappe/public/js/frappe/form/control.js +1284,Please attach a file first.,נא לצרף קובץ ראשון.
apps/frappe/frappe/public/js/frappe/form/control.js +1250,Please attach a file first.,נא לצרף קובץ ראשון.
apps/frappe/frappe/model/naming.py +168,"There were some errors setting the name, please contact the administrator","היו כמה טעויות הגדרה שם, אנא צור קשר עם המנהל"
DocType: Website Slideshow Item,Website Slideshow Item,פריט מצגת אתר
DocType: DocType,Title Case,כותרת Case
DocType: Blog Post,Email Sent,"דוא""ל שנשלח"
DocType: DocField,Ignore XSS Filter,התעלם מסנן XSS
apps/frappe/frappe/public/js/frappe/views/communication.js +64,Send As Email,שלח כדואר אלקטרוני
apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,שלח כדואר אלקטרוני
DocType: Website Theme,Link Color,צבע קישור
apps/frappe/frappe/core/doctype/user/user.py +99,User {0} cannot be disabled,משתמש {0} אינו יכול להיות מבוטל
apps/frappe/frappe/core/doctype/user/user.py +866,"Dear System Manager,","מנהל מערכת יקר,"
@ -1499,7 +1497,7 @@ DocType: DocField,Table,שולחן
DocType: File,File Size,גודל קובץ
apps/frappe/frappe/website/doctype/web_form/web_form.py +399,You must login to submit this form,עליך להתחבר לישלח את הטופס הזה
DocType: User,Background Image,תמונת רקע
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +463,"Select your Country, Time Zone and Currency","בחר את המדינה, אזור הזמן ומטבע"
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +475,"Select your Country, Time Zone and Currency","בחר את המדינה, אזור הזמן ומטבע"
DocType: Async Task,Queued,בתור
apps/frappe/frappe/public/js/frappe/form/print.js +101,New Custom Print Format,פורמט הדפסה מותאמת אישית חדש
DocType: Custom DocPerm,Create,צור
@ -1516,7 +1514,7 @@ apps/frappe/frappe/desk/form/save.py +25,{0} {1} already exists,{0} {1} כבר
apps/frappe/frappe/email/doctype/email_account/email_account.py +85,Append To can be one of {0},צרף ליכול להיות אחד {0}
DocType: User,Github Username,שם משתמש GitHub
DocType: DocType,Image View,צפה בתמונה
apps/frappe/frappe/custom/doctype/custom_field/custom_field.py +68,"Insert After field '{0}' mentioned in Custom Field '{1}', with label '{2}', does not exist","הכנס לאחר שדה '{0}' המוזכר בשדה מותאם אישית '{1}', עם התווית '{2}', אינו קיים"
apps/frappe/frappe/custom/doctype/custom_field/custom_field.py +72,"Insert After field '{0}' mentioned in Custom Field '{1}', with label '{2}', does not exist","הכנס לאחר שדה '{0}' המוזכר בשדה מותאם אישית '{1}', עם התווית '{2}', אינו קיים"
DocType: Workflow State,signal,אות
DocType: DocType,Show Print First,הדפסת תכנית ראשונה
apps/frappe/frappe/desk/page/chat/chat_main.html +12,Ctrl + Enter to post,Ctrl + Enter כדי לפרסם
@ -1539,11 +1537,11 @@ apps/frappe/frappe/model/document.py +1043,This document is currently queued for
apps/frappe/frappe/core/doctype/file/file.py +370,File '{0}' not found,קובץ '{0}' לא נמצא
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +411,Remove Section,הסר סעיף
DocType: User,Change Password,שנה סיסמא
apps/frappe/frappe/public/js/frappe/form/control.js +509,Invalid Email: {0},"דוא""ל לא חוקי: {0}"
apps/frappe/frappe/public/js/frappe/form/control.js +498,Invalid Email: {0},"דוא""ל לא חוקי: {0}"
apps/frappe/frappe/desk/doctype/event/event.py +23,Event end must be after start,סוף האירוע חייב להיות לאחר ההתחלה
apps/frappe/frappe/desk/query_report.py +23,You don't have permission to get a report on: {0},אין לך הרשאה על מנת לקבל דיווח על: {0}
DocType: Blog Post,Blog Post,בלוג הודעה
apps/frappe/frappe/public/js/frappe/form/control.js +1480,Advanced Search,חיפוש מתקדם
apps/frappe/frappe/public/js/frappe/form/control.js +1442,Advanced Search,חיפוש מתקדם
apps/frappe/frappe/core/doctype/user/user.py +766,Password reset instructions have been sent to your email,"הוראות לאיפוס סיסמא נשלחו לדוא""ל שלך"
apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +661,Sort By,מיין לפי
DocType: Workflow,States,הברית
@ -1555,9 +1553,9 @@ apps/frappe/frappe/core/doctype/user/user.js +49,Set Desktop Icons,גדר סמל
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +18,"When you Amend a document after Cancel and save it, it will get a new number that is a version of the old number.","כאשר אתה לתקן מסמך לאחר לבטל ולשמור אותו, הוא יקבל מספר חדש שהוא גרסה של המספר הישן."
DocType: Workflow State,circle-arrow-left,המעגל לשמאל חץ
apps/frappe/frappe/sessions.py +156,Redis cache server not running. Please contact Administrator / Tech support,שרת מטמון Redis אינו פועל. אנא פנה למנהל / תמיכה טכנית
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +129,Make a new record,לעשות תקליט חדש
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +132,Make a new record,לעשות תקליט חדש
DocType: Currency,Fraction,חלק
apps/frappe/frappe/public/js/frappe/form/control.js +1026,Select from existing attachments,בחר מלצרף קבצים קיימים
apps/frappe/frappe/public/js/frappe/form/control.js +1000,Select from existing attachments,בחר מלצרף קבצים קיימים
DocType: Custom Field,Field Description,שדה תיאור
apps/frappe/frappe/model/naming.py +53,Name not set via Prompt,שם לא קבע באמצעות שורת
DocType: Website Theme,Top Bar Color,למעלה בר צבע
@ -1593,9 +1591,9 @@ apps/frappe/frappe/www/printview.py +83,Not allowed to print cancelled documents
apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,מידע:
DocType: Custom Field,Permission Level,רמת הרשאה
DocType: User,Send Notifications for Transactions I Follow,שלח הודעות לעסקות אני בצע
apps/frappe/frappe/core/doctype/doctype/doctype.py +694,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: לא ניתן להגדיר שלח, לבטל, לשנות ללא כתיבה"
apps/frappe/frappe/core/doctype/doctype/doctype.py +698,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: לא ניתן להגדיר שלח, לבטל, לשנות ללא כתיבה"
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,האם אתה בטוח שאתה רוצה למחוק את הקובץ המצורף?
apps/frappe/frappe/__init__.py +1063,Thank you,תודה לך
apps/frappe/frappe/__init__.py +1062,Thank you,תודה לך
apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,שמירה
DocType: Print Settings,Print Style Preview,להדפיס תצוגה מקדימה של סגנון
apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_Folder
@ -1606,10 +1604,10 @@ DocType: DocField,In List View,בצפה ברשימה
DocType: Email Account,Use TLS,השימוש TLS
apps/frappe/frappe/email/smtp.py +24,Invalid login or password,התחברות או סיסמא לא חוקיות
apps/frappe/frappe/config/setup.py +237,Add custom javascript to forms.,להוסיף מותאם אישית JavaScript לצורות.
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +489,Sr No,SR לא
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +488,Sr No,SR לא
,Role Permissions Manager,מנהל הרשאות התפקיד
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +117,Name of the new Print Format,שמו של פורמט ההדפסה החדש
apps/frappe/frappe/public/js/frappe/form/control.js +1028,Clear Attachment,Attachment נקה
apps/frappe/frappe/public/js/frappe/form/control.js +1002,Clear Attachment,Attachment נקה
apps/frappe/frappe/core/page/data_import_tool/exporter.py +267,Mandatory:,חובה:
,User Permissions Manager,מנהל הרשאות משתמש
DocType: Property Setter,New value to be set,ערך חדש שיוקם
@ -1631,19 +1629,19 @@ apps/frappe/frappe/public/js/frappe/list/list_renderer.js +497,2 days ago,לפנ
apps/frappe/frappe/config/website.py +47,Categorize blog posts.,לסווג ההודעות שנכתבו על בלוג.
DocType: Workflow State,Time,זמן
DocType: DocField,Attach,צרף
apps/frappe/frappe/core/doctype/doctype/doctype.py +535,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} הוא לא דפוס fieldname תקף. זה צריך להיות {{}} FIELD_NAME.
apps/frappe/frappe/core/doctype/doctype/doctype.py +539,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} הוא לא דפוס fieldname תקף. זה צריך להיות {{}} FIELD_NAME.
DocType: Custom Role,Permission Rules,כללי רשות
DocType: Address,Links,קישורים
apps/frappe/frappe/model/base_document.py +428,Value missing for,הערך חסר ל
apps/frappe/frappe/model/base_document.py +427,Value missing for,הערך חסר ל
apps/frappe/frappe/public/js/frappe/views/treeview.js +161,Add Child,הוסף לילדים
apps/frappe/frappe/model/delete_doc.py +165,{0} {1}: Submitted Record cannot be deleted.,{0} {1}: שיא הוגש לא ניתן למחוק.
apps/frappe/frappe/model/delete_doc.py +166,{0} {1}: Submitted Record cannot be deleted.,{0} {1}: שיא הוגש לא ניתן למחוק.
apps/frappe/frappe/core/page/usage_info/usage_info.html +99,Backup Size,גודל גיבוי
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +130,new type of document,סוג חדש של מסמך
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +133,new type of document,סוג חדש של מסמך
DocType: Custom DocPerm,Read,קראו
apps/frappe/frappe/www/update-password.html +14,Old Password,סיסמא הישנה
apps/frappe/frappe/website/doctype/blog_post/blog_post.py +102,Posts by {0},הודעות של {0}
apps/frappe/frappe/website/doctype/blog_post/blog_post.py +106,Posts by {0},הודעות של {0}
apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give column labels in the query.","לעמודים בפורמט, לתת תוויות עמודה בשאילתא."
apps/frappe/frappe/core/doctype/doctype/doctype.py +721,{0}: Cannot set Assign Amend if not Submittable,{0}: לא ניתן להגדיר הקצאת תיקון אם לא Submittable
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,{0}: Cannot set Assign Amend if not Submittable,{0}: לא ניתן להגדיר הקצאת תיקון אם לא Submittable
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,הרשאות תפקיד עריכה
DocType: Communication,Link DocType,DOCTYPE קישור
DocType: Social Login Keys,Social Login Keys,חברתי מפתחות כניסה
@ -1719,7 +1717,7 @@ DocType: Contact Us Settings,Pincode,Pincode
apps/frappe/frappe/core/page/data_import_tool/importer.py +81,Please make sure that there are no empty columns in the file.,אנא ודא שאין עמודות ריקות בקובץ.
apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,ודא שיש לך פרופיל את כתובת הדוא"ל של
apps/frappe/frappe/public/js/frappe/model/create_new.js +286,You have unsaved changes in this form. Please save before you continue.,יש לך שינויים שלא נשמרו בצורה זו. אנא שמור לפני שתמשיך.
apps/frappe/frappe/core/doctype/doctype/doctype.py +455,Default for {0} must be an option,ברירת מחדל עבור {0} חייב להיות אופציה
apps/frappe/frappe/core/doctype/doctype/doctype.py +459,Default for {0} must be an option,ברירת מחדל עבור {0} חייב להיות אופציה
DocType: User,User Image,תמונת משתמש
apps/frappe/frappe/email/queue.py +289,Emails are muted,מיילים מושתקים
apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +25,Ctrl + Up,Ctrl + Up
@ -1746,7 +1744,7 @@ apps/frappe/frappe/public/js/frappe/form/workflow.js +39,Next actions,הפעול
DocType: Workflow State,ok,בסדר
DocType: User,These values will be automatically updated in transactions and also will be useful to restrict permissions for this user on transactions containing these values.,ערכים אלה יהיו מעודכנים באופן אוטומטי בעסקות וגם יהיה שימושי כדי להגביל הרשאות למשתמש זה על עסקות המכילות את הערכים הללו.
apps/frappe/frappe/desk/page/applications/application_row.html +26,Publisher,Publisher
apps/frappe/frappe/model/rename_doc.py +377,** Failed: {0} to {1}: {2},** נכשל: {0} {1}: {2}
apps/frappe/frappe/model/rename_doc.py +378,** Failed: {0} to {1}: {2},** נכשל: {0} {1}: {2}
apps/frappe/frappe/public/js/frappe/ui/upload.html +4,Browse,חפש ב
apps/frappe/frappe/core/page/usage_info/usage_info.html +50,Emails Sent,הודעות הדוא"ל שנשלחו
apps/frappe/frappe/utils/password_strength.py +32,"No need for symbols, digits, or uppercase letters.","אין צורך סימנים, ספרות, או אותיות רישיות."
@ -1756,7 +1754,7 @@ DocType: Async Task,Running,ריצה
apps/frappe/frappe/core/doctype/user/user.js +68,Reset Password,איפוס סיסמא
apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,שדרג להוסיף יותר {0} מנויים
DocType: Workflow State,hand-left,יד שמאל
apps/frappe/frappe/core/doctype/doctype/doctype.py +468,Fieldtype {0} for {1} cannot be unique,Fieldtype {0} עבור {1} לא יכול להיות ייחודי
apps/frappe/frappe/core/doctype/doctype/doctype.py +472,Fieldtype {0} for {1} cannot be unique,Fieldtype {0} עבור {1} לא יכול להיות ייחודי
DocType: Email Account,Use SSL,השתמש ב- SSL
DocType: Workflow State,play-circle,משחק-המעגל
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,בחר פורמט להדפסה לעריכה
@ -1796,7 +1794,7 @@ DocType: ToDo,ToDo,ToDo
DocType: DocField,No Copy,לא העתק
DocType: Workflow State,qrcode,QRCode
DocType: Web Form,Breadcrumbs,פירורי לחם
apps/frappe/frappe/core/doctype/doctype/doctype.py +667,If Owner,אם בעלים
apps/frappe/frappe/core/doctype/doctype/doctype.py +671,If Owner,אם בעלים
apps/frappe/frappe/website/doctype/web_form/web_form.py +130,You need to be logged in to access this {0}.,אתה צריך להיות מחובר כדי לגשת זה {0}.
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +142,Complete By,שלם על ידי
apps/frappe/frappe/templates/includes/comments/comments.py +48,{0} by {1},{0} על ידי {1}
@ -1809,7 +1807,7 @@ DocType: Desktop Icon,Page,דף
apps/frappe/frappe/utils/bot.py +145,Could not find {0} in {1},לא ניתן למצוא {0} ב {1}
apps/frappe/frappe/utils/password_strength.py +167,Names and surnames by themselves are easy to guess.,שמות ושמות משפחה בעצמם קלים לניחוש.
DocType: Workflow State,briefcase,תיק
apps/frappe/frappe/model/base_document.py +561,Value cannot be changed for {0},ערך לא ניתן לשנות עבור {0}
apps/frappe/frappe/model/base_document.py +560,Value cannot be changed for {0},ערך לא ניתן לשנות עבור {0}
DocType: Workflow State,"Style represents the button color: Success - Green, Danger - Red, Inverse - Black, Primary - Dark Blue, Info - Light Blue, Warning - Orange","סגנון מייצג את צבען: הצלחה - ירוק, סכנה - אדום, הפוך - שחור, יסודי - כחול כהה, מידע - Light Blue, אזהרה - אורנג '"
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +158,No Report Loaded. Please use query-report/[Report Name] to run a report.,לא דווח על טעון. אנא השתמש בשאילתא-דו"ח / [שם דוח] לרוץ דו"ח.
DocType: Workflow Transition,Workflow Transition,מעבר זרימת עבודה
@ -1865,7 +1863,7 @@ apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +21,Select A
apps/frappe/frappe/config/setup.py +230,Custom Translations,תרגומים אישית
apps/frappe/frappe/public/js/frappe/socketio_client.js +51,Progress,התקדמות
apps/frappe/frappe/public/js/frappe/form/workflow.js +32, by Role ,על ידי תפקיד
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +133,Search in a document type,חיפוש בסוג מסמך
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +136,Search in a document type,חיפוש בסוג מסמך
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +259,Allow field to remain editable even after submission,שדה 'אפשר להישאר לעריכה גם לאחר הגשה
DocType: Custom DocPerm,Role and Level,תפקיד ורמה
DocType: File,Thumbnail URL,כתובת תמונה ממוזערת
@ -1954,7 +1952,7 @@ apps/frappe/frappe/templates/emails/auto_reply.html +1,Thank you for your email,
DocType: DocField,Small Text,טקסט קטן
apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,מנהל נצפה {0} על {1} באמצעות כתובת IP {2}.
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,שווה
apps/frappe/frappe/core/doctype/doctype/doctype.py +449,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',"הסוג של שדה אפשרויות 'הקישור דינמי ""חייב להצביע על עוד קישור שדה עם אפשרויות כמו' DOCTYPE '"
apps/frappe/frappe/core/doctype/doctype/doctype.py +453,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',"הסוג של שדה אפשרויות 'הקישור דינמי ""חייב להצביע על עוד קישור שדה עם אפשרויות כמו' DOCTYPE '"
DocType: About Us Settings,Team Members Heading,חברי צוות בראש
apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,פורמט CSV חוקי
DocType: DocField,Do not allow user to change after set the first time,אל תאפשר למשתמש לשנות להגדיר לאחר הפעם הראשונה
@ -1980,7 +1978,7 @@ DocType: Print Settings,PDF Settings,הגדרות PDF
DocType: Kanban Board Column,Column Name,שם עמודה
DocType: Language,Based On,המבוסס על
apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,הפוך לברירת מחדל
apps/frappe/frappe/core/doctype/doctype/doctype.py +491,Fieldtype {0} for {1} cannot be indexed,Fieldtype {0} עבור {1} לא ניתן באינדקס
apps/frappe/frappe/core/doctype/doctype/doctype.py +495,Fieldtype {0} for {1} cannot be indexed,Fieldtype {0} עבור {1} לא ניתן באינדקס
DocType: Communication,Email Account,"חשבון דוא""ל"
DocType: Workflow State,Download,הורדה
DocType: Blog Post,Blog Intro,בלוג Intro
@ -1990,7 +1988,7 @@ DocType: DocField,Display Depends On,התצוגה תלויה
DocType: Web Page,Insert Code,הכנס קוד
DocType: ToDo,Low,נמוך
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +697,You can add dynamic properties from the document by using Jinja templating.,אתה יכול להוסיף תכונות דינמיות מהמסמך באמצעות בניית תבנית ג'ינג'ה.
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +131,List a document type,רשימת סוג מסמך
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +134,List a document type,רשימת סוג מסמך
DocType: Event,Ref Type,"סוג נ""צ"
apps/frappe/frappe/core/page/data_import_tool/exporter.py +64,"If you are uploading new records, leave the ""name"" (ID) column blank.","אם אתה מעלה שיאים חדשים, לעזוב את ריק עמודת ""שם"" (ID)."
apps/frappe/frappe/config/core.py +47,Errors in Background Events,שגיאות באירועי רקע
@ -2008,20 +2006,20 @@ apps/frappe/frappe/email/doctype/email_group/email_group.js +45,New Newsletter,
DocType: Print Settings,Send Print as PDF,שלח הדפסה כקובץ PDF
DocType: Web Form,Amount,הסכום
DocType: Workflow Transition,Allowed,מחמד
apps/frappe/frappe/core/doctype/doctype/doctype.py +498,There can be only one Fold in a form,לא יכול להיות רק אחד מקפלים בצורה
apps/frappe/frappe/core/doctype/doctype/doctype.py +502,There can be only one Fold in a form,לא יכול להיות רק אחד מקפלים בצורה
apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,שחזור להגדרות ברירת המחדל?
apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,דף בית לא חוקי
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,מסנני איפוס
apps/frappe/frappe/core/doctype/doctype/doctype.py +684,{0}: Permission at level 0 must be set before higher levels are set,{0}: GNU ברמה 0 חייבים להיות מוגדר לפני רמות גבוהות יותר מוגדרות
apps/frappe/frappe/core/doctype/doctype/doctype.py +688,{0}: Permission at level 0 must be set before higher levels are set,{0}: GNU ברמה 0 חייבים להיות מוגדר לפני רמות גבוהות יותר מוגדרות
apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},משימה נסגרה על ידי {0}
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +137,Calculate,לחשב
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +140,Calculate,לחשב
apps/frappe/frappe/printing/doctype/print_format/print_format.js +28,Please select DocType first,אנא בחר DOCTYPE ראשון
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +173,Confirm Your Email,אשר הדואר האלקטרוני שלך
apps/frappe/frappe/www/login.html +42,Or login with,או התחבר עם
DocType: Error Snapshot,Locals,המקומיים
apps/frappe/frappe/desk/page/activity/activity_row.html +19,Communicated via {0} on {1}: {2},הודעה דרך {0} על {1}: {2}
apps/frappe/frappe/core/doctype/communication/comment.py +85,{0} mentioned you in a comment in {1},{0} הזכיר אותך בהערה ב {1}
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +138,e.g. (55 + 434) / 4 or =Math.sin(Math.PI/2)...,למשל (55 + 434) / 4 או = מתמטיקה.חטא (Math.PI / 2) ...
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +141,e.g. (55 + 434) / 4 or =Math.sin(Math.PI/2)...,למשל (55 + 434) / 4 או = מתמטיקה.חטא (Math.PI / 2) ...
apps/frappe/frappe/model/naming.py +44,{0} is required,{0} נדרש
DocType: Social Login Keys,GitHub Client ID,GitHub Client ID
DocType: Contact Us Settings,City,עיר
@ -2030,8 +2028,8 @@ apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,א
DocType: Web Page,Web Page,דף האינטרנט
DocType: Blog Category,Blogger,Blogger
apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,רשימת צפייה
apps/frappe/frappe/public/js/frappe/form/control.js +739,Date must be in format: {0},תאריך חייב להיות בפורמט: {0}
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +493,The First User: You,המשתמש הראשון: אתה
apps/frappe/frappe/public/js/frappe/form/control.js +721,Date must be in format: {0},תאריך חייב להיות בפורמט: {0}
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +505,The First User: You,המשתמש הראשון: אתה
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html +32,Select Columns,בחרו עמודות
apps/frappe/frappe/www/login.py +55,Missing parameters for login,פרמטרים חסרים להתחברות
DocType: Workflow State,folder-open,תיקייה פתוחה
@ -2060,7 +2058,7 @@ apps/frappe/frappe/website/doctype/website_settings/website_settings.js +17,Expo
DocType: Website Theme,Background,רקע
DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","רשימת JSON של DocTypes משמש להחיל הרשאות משתמש. אם ריק, כל DocTypes קשור ישמש להחיל הרשאות משתמש."
DocType: Report,Ref DocType,"נ""צ DOCTYPE"
apps/frappe/frappe/core/doctype/doctype/doctype.py +696,{0}: Cannot set Amend without Cancel,{0}: לא ניתן להגדיר לתקן בלי לבטל
apps/frappe/frappe/core/doctype/doctype/doctype.py +700,{0}: Cannot set Amend without Cancel,{0}: לא ניתן להגדיר לתקן בלי לבטל
apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,דף מלא
DocType: DocType,Is Child Table,האם ילד של הטבלה
apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} חייב להיות אחד {1}
@ -2075,7 +2073,7 @@ DocType: Website Slideshow,This goes above the slideshow.,זה הולך מעל
apps/frappe/frappe/config/setup.py +260,Install Applications.,התקנת יישומים.
DocType: Contact,Last Name,שם משפחה
DocType: Event,Private,פרטי
apps/frappe/frappe/email/doctype/email_alert/email_alert.js +76,No alerts for today,אין התראות להיום
apps/frappe/frappe/email/doctype/email_alert/email_alert.js +77,No alerts for today,אין התראות להיום
DocType: Print Settings,Send Email Print Attachments as PDF (Recommended),"שלח קבצים מצורפים הדפסת דוא""ל כקובץ PDF (מומלץ)"
DocType: Web Page,Left,עזב
DocType: Event,All Day,כל היום
@ -2085,7 +2083,7 @@ DocType: Workflow Action,Workflow Action,פעולה זרימת עבודה
DocType: Event,Send an email reminder in the morning,"שלח תזכורת בדוא""ל בבוקר"
DocType: Blog Post,Published On,פורסם ב
DocType: Contact,Gender,מין
apps/frappe/frappe/core/doctype/doctype/doctype.py +488,Field '{0}' cannot be set as Unique as it has non-unique values,שדה '{0}' לא ניתן להגדיר כייחודי שכן יש ערכים שאינם ייחודיים
apps/frappe/frappe/core/doctype/doctype/doctype.py +492,Field '{0}' cannot be set as Unique as it has non-unique values,שדה '{0}' לא ניתן להגדיר כייחודי שכן יש ערכים שאינם ייחודיים
DocType: Footer Item,URL,כתובת האתר
DocType: ToDo,Reference Type,סוג ההתייחסות
DocType: Event,Repeat On,חזור על פעולה ב
@ -2097,7 +2095,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +30
DocType: Workflow State,warning-sign,אזהרה-סימן
DocType: Workflow State,User,משתמש
DocType: Website Settings,"Show title in browser window as ""Prefix - title""",כותרת הצג בחלון דפדפן כמו "קידומת - כותרת"
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +134,text in document type,טקסט בסוג המסמך
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +137,text in document type,טקסט בסוג המסמך
DocType: Bulk Update,Update Value,עדכון ערך
apps/frappe/frappe/public/js/frappe/request.js +137,Something went wrong,משהו השתבש
DocType: System Settings,Number Format,פורמט המספר
@ -2116,8 +2114,8 @@ apps/frappe/frappe/public/js/frappe/form/link_selector.js +143,{0} added,{0} ה
apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} מנויים הוסיפו
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,לא ב
DocType: Workflow State,star,כוכב
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +215,values separated by commas,ערכים מופרדים בפסיקים
apps/frappe/frappe/core/doctype/doctype/doctype.py +433,Max width for type Currency is 100px in row {0},רוחב מרבי למטבע סוג הוא 100px בשורת {0}
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +228,values separated by commas,ערכים מופרדים בפסיקים
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Max width for type Currency is 100px in row {0},רוחב מרבי למטבע סוג הוא 100px בשורת {0}
apps/frappe/frappe/config/website.py +13,Content web page.,דף אינטרנט תוכן.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,הוסף תפקיד חדש
apps/frappe/frappe/templates/includes/login/login.js +193,Oops! Something went wrong,אופס! משהו השתבש
@ -2128,7 +2126,7 @@ DocType: Address,Office,משרד
apps/frappe/frappe/desk/moduleview.py +94,Standard Reports,דוחות סטנדרטיים
DocType: User,Email Settings,הגדרות דואר אלקטרוני
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} לא חוקי מדינה
apps/frappe/frappe/core/doctype/doctype/doctype.py +515,Search field {0} is not valid,שדה חיפוש {0} אינו חוקי
apps/frappe/frappe/core/doctype/doctype/doctype.py +519,Search field {0} is not valid,שדה חיפוש {0} אינו חוקי
DocType: Workflow State,ok-circle,בסדר-המעגל
apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',אתה יכול למצוא דברים בשאלה 'למצוא כתום לקוחות'
apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,סליחה! משתמש צריך להיות גישה מלאה לשיא שלהם.
@ -2176,7 +2174,7 @@ DocType: User,Security Settings,הגדרות אבטחה
apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +863,Add Column,להוסיף טור
,Desktop,שולחן עבודה
DocType: Web Form,Text to be displayed for Link to Web Page if this form has a web page. Link route will be automatically generated based on `page_name` and `parent_website_route`,טקסט שיוצג לקישור לדף אינטרנט אם טופס זה יש דף אינטרנט. מסלול קישור יהיה באופן אוטומטי המבוסס על `` page_name` וparent_website_route`
apps/frappe/frappe/public/js/frappe/form/control.js +1697,Please set {0} first,אנא הגדר {0} ראשון
apps/frappe/frappe/public/js/frappe/form/control.js +1656,Please set {0} first,אנא הגדר {0} ראשון
DocType: Patch Log,Patch,תיקון
DocType: Async Task,Failed,נכשל
apps/frappe/frappe/core/page/data_import_tool/importer.py +54,No data found,לא נמצאו נתונים

1 apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +282 Press Esc to close הקש על מקש Esc כדי לסגור
10 DocType: User Facebook Username שם משתמש פייסבוק
11 DocType: System Settings Note: Multiple sessions will be allowed in case of mobile device הערה: מספר הפעלות תתאפשר במקרה של מכשיר נייד
12 apps/frappe/frappe/email/queue.py +210 Cannot send this email. You have crossed the sending limit of {0} emails for this month. לא ניתן לשלוח דוא"ל זה. אתה חצית את גבול השליחה של {0} מיילים לחודש זה.
13 apps/frappe/frappe/public/js/legacy/form.js +776 apps/frappe/frappe/public/js/legacy/form.js +751 Permanently Submit {0}? באופן קבוע שלח {0}?
14 DocType: Address County מָחוֹז
15 apps/frappe/frappe/client.py +280 Invalid file path: {0} דרך לא חוקית קובץ: {0}
16 DocType: Workflow State eye-open עין-פתוחה
31 DocType: Custom DocPerm This role update User Permissions for a user הרשאות משתמש תפקיד עדכון זה עבור משתמש
32 apps/frappe/frappe/public/js/frappe/model/model.js +507 Rename {0} שינוי שם {0}
33 DocType: Workflow State zoom-out זום-אאוט
34 apps/frappe/frappe/public/js/legacy/form.js +67 apps/frappe/frappe/public/js/legacy/form.js +66 Cannot open {0} when its instance is open לא יכול לפתוח {0} כאשר למשל פתוח
35 apps/frappe/frappe/model/document.py +930 Table {0} cannot be empty שולחן {0} לא יכול להיות ריק
36 apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +852 With Ledgers עם פנקסים
37 DocType: Communication Reference Owner בעלי ההפניה
38 DocType: Currency Smallest circulating fraction unit (coin). For e.g. 1 cent for USD and it should be entered as 0.01 היחידה הקטנה ביותר במחזור החלק (מטבע). לדוגמא 1 סנט לדולר וזה צריך להיות נכנס כ0.01
39 DocType: Social Login Keys GitHub GitHub
40 apps/frappe/frappe/model/base_document.py +575 apps/frappe/frappe/model/base_document.py +574 {0}, Row {1} {0}, {1} שורה
41 apps/frappe/frappe/model/document.py +904 Beginning with החל מ
42 apps/frappe/frappe/core/page/data_import_tool/exporter.py +52 Data Import Template נתוני יבוא תבנית
43 apps/frappe/frappe/public/js/frappe/model/model.js +31 Parent הורה
44 DocType: About Us Settings "Team Members" or "Management" "חברי צוות" או "ניהול"
45 apps/frappe/frappe/core/doctype/doctype/doctype.py +453 apps/frappe/frappe/core/doctype/doctype/doctype.py +457 Default for 'Check' type of field must be either '0' or '1' ברירת מחדל עבור סוג השדה "בדוק" חייבת להיות או '0' '1'
46 apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50 Yesterday אתמול
47 DocType: Contact Designation ייעוד
48 DocType: Test Runner Test Runner המבחן ראנר
54 DocType: Communication Unread Notification Sent הודעה שלא נקראה נשלחה
55 apps/frappe/frappe/public/js/frappe/misc/tools.js +8 Export not allowed. You need {0} role to export. יצוא אסור. אתה צריך {0} תפקיד ליצוא.
56 DocType: Email Group Email Group קבוצת דוא"ל
57 apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +460 apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479 Not Like לא כמו
58 apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +212 Set the display label for the field הגדר את תווית התצוגה עבור השדה
59 apps/frappe/frappe/model/document.py +921 Incorrect value: {0} must be {1} {2} ערך שגוי: {0} חייב להיות {1} {2}
60 apps/frappe/frappe/config/setup.py +220 Change field properties (hide, readonly, permission etc.) מאפייני שדה שינוי (להסתיר, לקריאה בלבד, וכו 'רשות)
62 apps/frappe/frappe/config/website.py +78 Settings for Contact Us Page. הגדרות לצורו קשר דף.
63 apps/frappe/frappe/core/doctype/user/user.py +877 Administrator Logged In מנהל מחובר
64 DocType: Contact Us Settings Contact options, like "Sales Query, Support Query" etc each on a new line or separated by commas. אפשרויות לתקשר, כמו "שאילתת מכירות, תמיכת שאילתה" וכו 'כל בשורה חדשה או מופרד בפסיקים.
65 apps/frappe/frappe/public/js/frappe/form/control.js +1895 apps/frappe/frappe/public/js/frappe/form/control.js +1896 Insert הכנס
66 apps/frappe/frappe/public/js/frappe/form/link_selector.js +22 Select {0} בחר {0}
67 DocType: Print Settings Classic קלאסי
68 DocType: Desktop Icon Color צבע
96 apps/frappe/frappe/desk/page/applications/application_row.html +18 Install התקן
97 apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16 Mr מר
98 DocType: Custom Script Client הלקוח
99 apps/frappe/frappe/public/js/legacy/form.js +487 apps/frappe/frappe/public/js/legacy/form.js +462 This form has been modified after you have loaded it טופס זה השתנה לאחר שהעמסת אותו
100 apps/frappe/frappe/config/website.py +27 Embed image slideshows in website pages. מצגות טבע תמונה בדפי אתר.
101 apps/frappe/frappe/email/doctype/newsletter/newsletter.js +9 Send שלח
102 DocType: Workflow Action Workflow Action Name שם Workflow פעולה
116 apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +33 Please specify user נא לציין את משתמשים
117 DocType: Email Unsubscribe Email Unsubscribe דוא"ל ביטול מנוי
118 DocType: Website Settings Select an image of approx width 150px with a transparent background for best results. בחר תמונה של רוחב כ 150px עם רקע שקוף לתוצאות הטובות ביותר.
119 apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +504 apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +516 The first user will become the System Manager (you can change this later). המשתמש הראשון יהפוך את מנהל המערכת (אתה יכול לשנות את זה בהמשך).
120 App Installer אפליקציה מתקין
121 DocType: Workflow State circle-arrow-up המעגל-חץ-עד
122 apps/frappe/frappe/public/js/frappe/upload.js +296 Uploading... מעלה ...
123 DocType: Workflow State italic נטוי
124 apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7 For Everyone לכולם
125 apps/frappe/frappe/core/doctype/doctype/doctype.py +698 apps/frappe/frappe/core/doctype/doctype/doctype.py +702 {0}: Cannot set Import without Create {0}: לא ניתן להגדיר יבוא ללא יצירה
126 apps/frappe/frappe/config/desk.py +26 Event and other calendars. אירוע ולוחות שנה אחרת.
127 apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861 Drag to sort columns גרור כדי למיין עמודות
128 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +2 Widths can be set in px or %. ניתן להגדיר רוחב בpx או%.
131 apps/frappe/frappe/core/doctype/file/file.py +167 Cannot delete Home and Attachments folders לא יכול למחוק את התיקיות וקבצים מצורפים בית
132 apps/frappe/frappe/config/desk.py +19 Files קבצים
133 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +6 Permissions get applied on Users based on what Roles they are assigned. הרשאות לקבל מוחלות על משתמשים על סמך מה תפקידים שהם מוקצים.
134 apps/frappe/frappe/public/js/frappe/views/communication.js +459 apps/frappe/frappe/public/js/frappe/views/communication.js +460 You are not allowed to send emails related to this document אין באפשרותך לשלוח מיילים הקשורים למסמך זה
135 apps/frappe/frappe/website/doctype/website_theme/website_theme.py +30 You are not allowed to delete a standard Website Theme אסור לך למחוק את נושא אתר סטנדרטי
136 DocType: Feedback Trigger Example דוגמא
137 DocType: Workflow State gift מתנה
154 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +25 If a Role does not have access at Level 0, then higher levels are meaningless. אם לא יש להם תפקיד גישה ברמה 0, רמות גבוהות יותר ואז הן חסרות משמעות.
155 apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +745 Save As שמור כ
156 DocType: Communication Seen נראה
157 apps/frappe/frappe/public/js/frappe/form/layout.js +98 apps/frappe/frappe/public/js/frappe/form/layout.js +125 Show more details הצג פרטים נוספים
158 DocType: System Settings Run scheduled jobs only if checked הפעל עבודות מתוכננות רק אם בדקתי
159 DocType: User Enter default value fields (keys) and values. If you add multiple values for a field, the first one will be picked. These defaults are also used to set "match" permission rules. To see list of fields, go to "Customize Form". הזן שדות ערך ברירת מחדל (מקשים) וערכים. אם תוסיף ערכים מרובים עבור שדה, הראשון יהיה נטל. ברירת מחדל אלה משמשים גם לקביעת כללי רשות "התאמה". כדי לראות רשימה של שדות, ללכת "טופס התאמה אישית".
160 DocType: Communication Message הודעה
177 apps/frappe/frappe/model/db_schema.py +563 Fieldname {0} cannot have special characters like {1} Fieldname {0} לא יכול להיות תווים מיוחדים כמו {1}
178 apps/frappe/frappe/config/setup.py +121 Update many values at one time. עדכון ערכים רבים בבת אחת.
179 apps/frappe/frappe/model/document.py +538 Error: Document has been modified after you have opened it שגיאה: המסמך השתנה לאחר שפתחת אותו
180 apps/frappe/frappe/core/doctype/doctype/doctype.py +719 apps/frappe/frappe/core/doctype/doctype/doctype.py +723 {0}: Cannot set Assign Submit if not Submittable {0}: לא ניתן להגדיר הקצאה שלח אם לא Submittable
181 DocType: Social Login Keys Facebook פייסבוק
182 apps/frappe/frappe/www/list.py +65 Filtered by "{0}" מסונן על ידי "{0}"
183 DocType: Salutation Administrator מנהל
196 apps/frappe/frappe/limits.py +30 Your subscription expired on {0}. To renew, {1}. המנוי שלך פג ב {0}. כדי לחדש, {1}.
197 DocType: Workflow State plus-sign תוספת-סימן
198 apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24 Setup already complete התקנה כבר מלאה
199 apps/frappe/frappe/__init__.py +890 apps/frappe/frappe/__init__.py +889 App {0} is not installed האפליקציה {0} אינה מותקנת
200 DocType: Workflow State Refresh רענן
201 DocType: Event Public ציבור
202 apps/frappe/frappe/public/js/frappe/ui/base_list.js +76 Nothing to show מה להראות
215 DocType: Customize Form Is Table האם לוח
216 DocType: Website Settings Set Banner from Image באנר להגדיר מתמונה
217 apps/frappe/frappe/templates/emails/new_user.html +3 A new account has been created for you at {0} חשבון חדש נוצר עבורך {0}
218 apps/frappe/frappe/public/js/frappe/views/communication.js +448 apps/frappe/frappe/public/js/frappe/views/communication.js +449 Enter Email Recipient(s) נמען הזן דואר אלקטרוני (ים)
219 DocType: Print Format Verdana Verdana
220 apps/frappe/frappe/utils/bot.py +83 Can't identify open {0}. Try something else. אין אפשרות לזהות פתוחה {0}. נסה משהו אחר.
221 apps/frappe/frappe/core/doctype/user/user.py +292 User {0} cannot be deleted משתמש {0} לא ניתן למחוק
224 DocType: Communication Attachment קובץ מצורף
225 DocType: Property Setter Field Name שם שדה
226 apps/frappe/frappe/public/js/frappe/misc/utils.js +151 or או
227 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +136 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +139 module name... שם מודול ...
228 apps/frappe/frappe/templates/pages/integrations/payment-success.html +12 apps/frappe/frappe/templates/pages/integrations/payment-success.html +13 Continue המשך
229 DocType: Custom Field Fieldname Fieldname
230 DocType: Workflow State certificate תעודה
231 DocType: User Tile אריח
265 DocType: Authentication Log Subject נושא
266 apps/frappe/frappe/core/doctype/docshare/docshare.py +34 User is mandatory for Share המשתמש הוא חובה עבור שתף
267 DocType: DocField Hidden מוסתר
268 apps/frappe/frappe/model/base_document.py +470 apps/frappe/frappe/model/base_document.py +469 {0} must be set first {0} יש להגדיר ראשון
269 apps/frappe/frappe/utils/password_strength.py +31 Use a few words, avoid common phrases. השתמש כמה מילים, להימנע ביטויים נפוצים.
270 DocType: Workflow State plane מטוס
271 apps/frappe/frappe/core/page/data_import_tool/exporter.py +65 If you are uploading new records, "Naming Series" becomes mandatory, if present. אם אתה מעלה שיאים חדשים, "שמות סדרה" הופך חובה, אם קיימים.
272 apps/frappe/frappe/email/doctype/email_alert/email_alert.js +66 apps/frappe/frappe/email/doctype/email_alert/email_alert.js +67 Get Alerts for Today קבל התראות עבור היום
273 apps/frappe/frappe/core/doctype/doctype/doctype.py +280 DocType can only be renamed by Administrator ניתן לשנות את שם DOCTYPE רק על ידי מנהל
274 DocType: Report JSON JSON
275 apps/frappe/frappe/core/doctype/doctype/doctype.py +505 apps/frappe/frappe/core/doctype/doctype/doctype.py +509 Fold can not be at the end of the form קיפול לא יכול להיות בסופו של הטופס
276 DocType: Communication Bounced קיפץ
277 apps/frappe/frappe/config/setup.py +14 System and Website Users משתמשי מערכת ואתר
278 DocType: Workflow Document State Doc Status סטטוס דוק
284 apps/frappe/frappe/model/document.py +1044 Document Queued מסמך בתור
285 DocType: Desktop Icon List רשימה
286 DocType: Communication Link Name שם קישור
287 apps/frappe/frappe/core/doctype/doctype/doctype.py +429 apps/frappe/frappe/core/doctype/doctype/doctype.py +433 Field {0} in row {1} cannot be hidden and mandatory without default שדה {0} בשורת {1} לא ניתן להסתיר וחובה ללא ברירת מחדל
288 DocType: System Settings mm/dd/yyyy mm / dd / yyyy
289 DocType: Print Settings Send document web view link in email שלח האינטרנט במסמך בתצוגת הקישור המופיע בדוא"ל
290 apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +20 Previous קודם
291 apps/frappe/frappe/email/doctype/email_account/email_account.py +551 apps/frappe/frappe/email/doctype/email_account/email_account.py +552 Re: Re:
292 DocType: Currency Sub-currency. For e.g. "Cent" תת מטבע. ל" סנט "למשל
293 apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +215 Select uploaded file בחר את הקובץ שהועלה
294 DocType: Letter Head Check this to make this the default letter head in all prints לבדוק את זה כדי להפוך את ראש מכתב ברירת המחדל זה בכל ההדפסים
297 apps/frappe/frappe/utils/file_manager.py +96 No file attached אין קובץ המצורף
298 DocType: Version Version גרסה
299 DocType: User Fill Screen מלא מסך
300 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +663 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +662 Unable to display this tree report, due to missing data. Most likely, it is being filtered out due to permissions. לא ניתן להציג דו"ח העץ הזה, עקב נתונים חסרים. סביר להניח, שהוא שסונן עקב הרשאות.
301 apps/frappe/frappe/public/js/frappe/form/grid.js +599 Edit via Upload עריכה באמצעות העלאה
302 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +132 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +135 document type..., e.g. customer סוג מסמך ..., למשל לקוח
303 apps/frappe/frappe/core/doctype/feedback_trigger/feedback_trigger.py +29 The Condition '{0}' is invalid התנאי '{0}' אינו חוקי
304 DocType: Workflow State barcode ברקוד
305 apps/frappe/frappe/config/setup.py +232 Add your own translations הוספת תרגומים משלך
309 DocType: Event Wednesday יום רביעי
310 apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19 Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes. מלבד כללי רשות מבוססות תפקידים, אתה יכול להחיל הרשאות משתמשים בהתבסס על DocTypes.
311 apps/frappe/frappe/core/page/user_permissions/user_permissions.js +23 These permissions will apply for all transactions where the permitted record is linked. For example, if Company C is added to User Permissions of user X, user X will only be able to see transactions that has company C as a linked value. הרשאות אלה יחולו על כל העסקות שבי השיא מותר קשור. לדוגמא, אם חברת C מתווספת להרשאות משתמש של X למשתמש, X המשתמש רק להיות מסוגל לראות את העסקות שיש C החברה כערך מדד.
312 apps/frappe/frappe/core/doctype/doctype/doctype.py +550 apps/frappe/frappe/core/doctype/doctype/doctype.py +554 Image field must be a valid fieldname שדה תמונה חייב להיות fieldname תקף
313 DocType: Property Setter ID (name) of the entity whose property is to be set מזהה (שם) של הישות שרכושו כדי להיות מוגדר
314 apps/frappe/frappe/limits.py +82 To renew, {0}. כדי לחדש, {0}.
315 DocType: Website Settings Website Theme Image Link קישור לתמונת נושא אתר
316 DocType: Web Form Sidebar Items פריטים Sidebar
317 DocType: Workflow State exclamation-sign קריאה-סימן
318 apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30 Show Permissions הרשאות צג
319 apps/frappe/frappe/core/doctype/doctype/doctype.py +570 apps/frappe/frappe/core/doctype/doctype/doctype.py +574 Timeline field must be a Link or Dynamic Link שדה ציר הזמן חייב להיות קישור או קישור דינמי
320 apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +20 Gantt גנט
321 apps/frappe/frappe/public/html/print_template.html +27 Page {0} of {1} דף {0} של {1}
322 DocType: About Us Settings Introduce your company to the website visitor. להציג את החברה שלך למבקר באתר.
323 apps/frappe/frappe/public/js/frappe/form/workflow.js +116 To ל
324 apps/frappe/frappe/model/rename_doc.py +372 apps/frappe/frappe/model/rename_doc.py +373 Successful: {0} to {1} מוצלח: {0} {1}
325 apps/frappe/frappe/printing/doctype/print_format/print_format.js +18 Please duplicate this to make changes אנא לשכפל זה לבצע שינויים
326 apps/frappe/frappe/utils/pdf.py +36 PDF generation failed because of broken image links דור PDF נכשל בגלל קישורי תמונה שבורות
327 DocType: Print Settings Font Size גודל גופן
334 DocType: DocField Collapsible מתקפל
335 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +790 Saved הציל
336 apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63 Options for select. Each option on a new line. אפשרויות לבחירה. כל אפשרות בשורה חדשה.
337 apps/frappe/frappe/public/js/legacy/form.js +799 apps/frappe/frappe/public/js/legacy/form.js +774 Permanently Cancel {0}? באופן קבוע לבטל {0}?
338 DocType: Workflow State music מוסיקה
339 DocType: Web Page Settings הגדרות
340 apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36 Please specify doctype נא לציין doctype
343 DocType: Contact Sales Manager מנהל מכירות
344 apps/frappe/frappe/public/js/frappe/model/model.js +513 Rename שינוי שם
345 DocType: Print Format Format Data נתונים בפורמט
346 apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +460 apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479 Like כמו
347 DocType: Customize Form Field Customize Form Field התאמה אישית של טופס מולא
348 apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251 Allow User לאפשר למשתמש
349 apps/frappe/frappe/config/setup.py +59 Check which Documents are readable by a User בדוק מהם המסמכים הניתנים לקריאה על ידי משתמש
350 apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +216 apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229 use % as wildcard להשתמש% ככלליים
351 DocType: User Reset Password Key מפתח איפוס סיסמא
352 DocType: Email Account Enable Auto Reply אפשר מענה אוטומטי
353 apps/frappe/frappe/core/doctype/error_log/error_log_list.js +7 Not Seen לא נראה
384 apps/frappe/frappe/utils/password_strength.py +58 Better add a few more letters or another word עדיף להוסיף עוד כמה מכתבים או כל מילה אחרת
385 DocType: DocField Set Only Once להגדיר רק פעם אחת
386 apps/frappe/frappe/core/doctype/user/user.py +405 Username {0} already exists שם משתמש {0} כבר קיים
387 apps/frappe/frappe/core/doctype/doctype/doctype.py +725 apps/frappe/frappe/core/doctype/doctype/doctype.py +729 {0}: Cannot set import as {1} is not importable {0}: לא ניתן להגדיר ערך בשעה {1} הוא לא יביא
388 apps/frappe/frappe/contacts/doctype/address/address.py +110 There is an error in your Address Template {0} יש שגיאת תבנית הכתובת שלך {0}
389 DocType: Footer Item target = "_blank" target = "_blank"
390 DocType: Workflow State hdd HDD
394 apps/frappe/frappe/desk/query_report.py +20 You don't have access to Report: {0} אין לך גישה לדו"ח: {0}
395 DocType: User Send Welcome Email שלח ברוכים הבאים
396 apps/frappe/frappe/core/page/user_permissions/user_permissions.js +132 Upload CSV file containing all user permissions in the same format as Download. העלה קובץ CSV המכיל את כל הרשאות המשתמש בתבנית זהה להורדה.
397 apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +428 apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +449 Remove Filter הסר סינון
398 DocType: Address Personal אישי
399 apps/frappe/frappe/config/setup.py +113 Bulk Rename שינוי שם גורף
400 DocType: DocField Heading כותרת
416 apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.js +33 Send Now שלח עכשיו
417 DocType: Report Query שאילתא
418 DocType: DocType Sort Order סדר מיון
419 apps/frappe/frappe/core/doctype/doctype/doctype.py +437 apps/frappe/frappe/core/doctype/doctype/doctype.py +441 'In List View' not allowed for type {0} in row {1} "ברשימת צפייה 'לא אפשר לסוג {0} בשורת {1}
420 DocType: Custom Field Select the label after which you want to insert new field. בחר את התווית לאחר שרצונך להוסיף שדה חדש.
421 Document Share Report מסמך שתף דווח
422 DocType: User Last Login הביקור אחרון
423 apps/frappe/frappe/core/doctype/doctype/doctype.py +597 apps/frappe/frappe/core/doctype/doctype/doctype.py +600 Fieldname is required in row {0} Fieldname נדרש בשורת {0}
424 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +4 Column טור
425 DocType: Custom Field Adds a custom field to a DocType מוסיף שדה מותאם אישית לDOCTYPE
426 DocType: File Is Home Folder האם בית התיקייה
441 apps/frappe/frappe/email/doctype/newsletter/newsletter.py +30 Scheduled to send to {0} מתוכנן לשלוח {0}
442 DocType: DocShare Everyone כולם
443 DocType: Workflow State backward אחורה
444 apps/frappe/frappe/core/doctype/doctype/doctype.py +672 apps/frappe/frappe/core/doctype/doctype/doctype.py +676 {0}: Only one rule allowed with the same Role, Level and {1} {0}: רק כלל אחד אפשר באותו התפקיד, ורמה {1}
445 DocType: Workflow State share מניות
446 apps/frappe/frappe/limits.py +33 Your subscription expired on {0}. To renew, please send an email to {1}. המנוי שלך פג ב {0}. כדי לחדש, שלח מייל אל {1}.
447 apps/frappe/frappe/config/setup.py +107 Set numbering series for transactions. הגדר מספור סדרה לעסקות.
455 apps/frappe/frappe/email/doctype/email_group/email_group.js +6 View Subscribers צפה מנויים
456 apps/frappe/frappe/desk/page/setup_wizard/install_fixtures.py +16 Ms גב '
457 DocType: Website Theme Background Color צבע רקע
458 apps/frappe/frappe/public/js/frappe/views/communication.js +509 apps/frappe/frappe/public/js/frappe/views/communication.js +520 There were errors while sending email. Please try again. היו שגיאות בעת שליחת דואר אלקטרוני. אנא נסה שוב.
459 DocType: Portal Settings Portal Settings הגדרות Portal
460 DocType: Web Page 0 is highest 0 הוא גבוהה ביותר
461 apps/frappe/frappe/www/login.html +104 Send Password שלח סיסמא
476 apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408 Did not add לא להוסיף
477 DocType: Contact Us Settings Contact Us Settings צור קשר הגדרות
478 DocType: Workflow State text-width text-רוחב
479 apps/frappe/frappe/public/js/legacy/form.js +144 apps/frappe/frappe/public/js/legacy/form.js +142 Maximum Attachment Limit for this record reached. הגיעה למגבלה מרבי של קובץ מצורף לאלבום הזה.
480 DocType: Email Alert View Properties (via Customize Form) צג נכסים (באמצעות טופס התאמה אישית)
481 apps/frappe/frappe/utils/password_strength.py +78 Try to use a longer keyboard pattern with more turns נסה להשתמש דפוס מקלדת כבר עם סיבובים יותר
482 apps/frappe/frappe/core/doctype/report/report.js +5 Report Builder reports are managed directly by the report builder. Nothing to do. דיווחי Builder דווח מנוהלים ישירות על ידי קבלן הדו"ח. אין מה לעשות.
483 apps/frappe/frappe/model/document.py +903 none of אף אחד מ
484 apps/frappe/frappe/public/js/frappe/views/communication.js +66 apps/frappe/frappe/public/js/frappe/views/communication.js +65 Send Me A Copy שלח לי עותק
485 apps/frappe/frappe/core/page/user_permissions/user_permissions.js +127 Upload User Permissions העלה הרשאות משתמש
486 apps/frappe/frappe/config/website.py +7 Web Site אתר אינטרנט
487 apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8 Checked items will be shown on desktop פריטים מסומנים יוצגו בשולחן עבודה
488 apps/frappe/frappe/core/doctype/doctype/doctype.py +715 apps/frappe/frappe/core/doctype/doctype/doctype.py +719 {0} cannot be set for Single types {0} לא ניתן להגדיר עבור סוגים בודדים
489 apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48 {0} are currently viewing this document {0} צופים כרגע מסמך זה
490 apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +151 {0} updated {0} מעודכן
491 apps/frappe/frappe/core/doctype/doctype/doctype.py +705 apps/frappe/frappe/core/doctype/doctype/doctype.py +709 Report cannot be set for Single types לא ניתן להגדיר דווח לסוגים יחיד
492 apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51 {0} days ago {0} ימים לפני
493 DocType: Address Address Line 1 שורת כתובת 1
494 DocType: Custom DocPerm Role תפקיד
496 apps/frappe/frappe/config/setup.py +204 States for workflow (e.g. Draft, Approved, Cancelled). הברית לעבודה (למשל טיוטה, מאושר, בוטל).
497 DocType: Print Settings Allow Print for Draft אפשר הדפסה עבור טיוטה
498 apps/frappe/frappe/public/js/frappe/form/link_selector.js +139 Set Quantity כמות שנקבעה
499 apps/frappe/frappe/public/js/legacy/form.js +357 apps/frappe/frappe/public/js/legacy/form.js +338 Submit this document to confirm שלח את המסמך הזה כדי לאשר
500 DocType: Contact Unsubscribed רישום בוטל
501 Data Import Tool נתוני יבוא כלי
502 apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +497 apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +509 Attach Your Picture צרף התמונה שלך
503 DocType: Workflow State Stop להפסיק
504 DocType: Footer Item Link to the page you want to open. Leave blank if you want to make it a group parent. קישור לדף שברצונך לפתוח. שאר ריק אם אתה רוצה לעשות את זה הורה קבוצה.
505 DocType: DocType Is Single בודדת
507 DocType: Blogger User ID of a Blogger זיהוי משתמש של Blogger
508 apps/frappe/frappe/core/doctype/user/user.py +287 There should remain at least one System Manager לא צריך להישאר מנהל מערכת אחת לפחות
509 DocType: Workflow State circle-arrow-right המעגל-חץ ימני
510 apps/frappe/frappe/public/js/legacy/form.js +73 apps/frappe/frappe/public/js/legacy/form.js +72 Cannot open instance when its {0} is open לא יכול לפתוח למשל כאשר {0} הוא פתוח
511 DocType: Email Alert Method שיטה
512 DocType: Report Script Report התסריט דווח
513 DocType: About Us Settings Company Introduction חברת מבוא
529 DocType: Event Event אירוע
530 apps/frappe/frappe/public/js/frappe/views/communication.js +548 apps/frappe/frappe/public/js/frappe/views/communication.js +568 On {0}, {1} wrote: על {0}, {1} כתב:
531 apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +133 Cannot delete standard field. You can hide it if you want לא יכול למחוק את השדה סטנדרטי. אתה יכול להסתיר את זה אם אתה רוצה
532 DocType: Top Bar Item For top bar לבר העליון
533 apps/frappe/frappe/utils/bot.py +148 Could not identify {0} לא ניתן היה לזהות {0}
534 DocType: Address Address כתובת
535 DocType: Print Settings In points. Default is 9. בנקודות. ברירת מחדל הוא 9.
539 apps/frappe/frappe/core/doctype/user/user.py +188 Welcome email sent דואר אלקטרוני שנשלח ברוכים הבאים
540 apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +436 apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +448 Let's prepare the system for first use. בואו להכין את המערכת לשימוש ראשון.
541 apps/frappe/frappe/desk/page/applications/applications.js +129 Featured מאופיין
542 apps/frappe/frappe/core/doctype/user/user.py +727 Already Registered רשום כבר
543 DocType: System Settings Float Precision Precision Float
544 apps/frappe/frappe/core/doctype/page/page.py +40 Only Administrator can edit מנהל רק יכול לערוך
545 DocType: DocType Editable Grid רשת לעריכה
550 DocType: Communication Clicked לחץ
551 apps/frappe/frappe/public/js/legacy/form.js +971 apps/frappe/frappe/public/js/legacy/form.js +946 No permission to '{0}' {1} אין הרשאות ל'{0} '{1}
552 DocType: User Google User ID זיהוי משתמש Google
553 DocType: DocType Track Seen מסלול בבלוג
554 apps/frappe/frappe/desk/form/utils.py +55 This method can only be used to create a Comment שיטה זו יכולה רק לשמש ליצירת תגובה
555 apps/frappe/frappe/public/js/frappe/list/list_renderer.js +554 No {0} found לא {0} מצא
556 apps/frappe/frappe/config/setup.py +242 Add custom forms. להוסיף צורות מותאמות אישית.
602 DocType: File Lft LFT
603 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +135 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +138 Open a module or tool פתח מודול או כלי
604 DocType: Communication Delivery Status סטטוס משלוח
605 DocType: Module Def App Name שם אפליקציה
606 DocType: Workflow Field that represents the Workflow State of the transaction (if field is not present, a new hidden Custom Field will be created) שדה שמייצג את מדינת Workflow של העסקה (אם השדה אינו נוכח, שדה מותאם אישית נסתר חדש ייווצר)
607 apps/frappe/frappe/utils/oauth.py +194 Email not verified with {1} דוא"ל לא אומת עם {1}
608 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +674 Edit to add content ערוך להוסיף תוכן
609 apps/frappe/frappe/public/js/frappe/views/communication.js +80 apps/frappe/frappe/public/js/frappe/views/communication.js +79 Select Languages שפות בחרו
610 apps/frappe/frappe/__init__.py +510 apps/frappe/frappe/__init__.py +509 No permission for {0} אין הרשאה {0}
611 DocType: DocType Advanced מתקדם
612 apps/frappe/frappe/templates/emails/auto_reply.html +3 Reference: {0} {1} התייחסות: {0} {1}
613 DocType: File Attached To Name מצורף לשם
614 DocType: Address Address Type סוג הכתובת
615 apps/frappe/frappe/email/receive.py +95 Invalid User Name or Support Password. Please rectify and try again. שם משתמש או סיסמא לא חוקיים תמיכה. אנא לתקן ונסה שוב.
626 DocType: User Send Password Update Notification שלח הודעת עדכון סיסמא
627 apps/frappe/frappe/public/js/legacy/form.js +63 apps/frappe/frappe/public/js/legacy/form.js +62 Allowing DocType, DocType. Be careful! מאפשר DOCTYPE, DOCTYPE. היזהר!
628 apps/frappe/frappe/config/core.py +32 Customized Formats for Printing, Email פורמטים מותאמים להדפסה, דוא"ל
629 apps/frappe/frappe/public/js/frappe/desk.js +460 Updated To New Version עדכון לגרסה חדשה
630 DocType: Custom Field Depends On תלוי ב
631 DocType: Event Green ירוק
632 DocType: Custom DocPerm Additional Permissions הרשאות נוספות
726 apps/frappe/frappe/public/js/frappe/form/layout.js +106 apps/frappe/frappe/public/js/frappe/form/layout.js +133 Hide Details פרטי הסתרה
727 DocType: Workflow State Tasks משימות
728 DocType: Event Tuesday יום שלישי
729 DocType: Blog Settings Blog Settings הגדרות בלוג
730 apps/frappe/frappe/templates/emails/new_user.html +17 You can also copy-paste this link in your browser אתה יכול גם להעתיק ולהדביק את הקישור הזה בדפדפן שלך
731 DocType: Workflow State bullhorn מגאפון
732 DocType: Social Login Keys Facebook Client Secret פייסבוק לקוח סודי
740 apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +424 apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +445 Edit Filter סינון עריכה
741 apps/frappe/frappe/core/doctype/doctype/doctype.py +411 apps/frappe/frappe/core/doctype/doctype/doctype.py +415 Field {0} of type {1} cannot be mandatory שדה {0} מסוג {1} לא יכול להיות חובה
742 DocType: System Settings eg. If Apply User Permissions is checked for Report DocType but no User Permissions are defined for Report for a User, then all Reports are shown to that User Session Expiry Mobile למשל. אם להחיל הרשאות משתמש מסומן בדוח DOCTYPE אך אין הרשאות משתמש מוגדרות בדוח למשתמש, ולאחר מכן מוצגים כל הדיווחים למשתמש ש מושב תפוגה נייד
743 DocType: System Settings apps/frappe/frappe/templates/includes/search_box.html +19 Session Expiry Mobile Search results for מושב תפוגה נייד תוצאות חיפוש עבור
744 apps/frappe/frappe/templates/includes/search_box.html +19 apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +850 Search results for Select To Download: תוצאות חיפוש עבור בחר להורדה:
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +850 Select To Download: בחר להורדה:
745 apps/frappe/frappe/core/page/permission_manager/permission_manager.js +427 If {0} is permitted אם {0} מותר
746 DocType: Custom DocPerm If user is the owner אם משתמש הוא בעל
747 Activity פעילות
772 apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +68 apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +73 Filter {0} missing חסר סנן {0}
773 apps/frappe/frappe/core/doctype/communication/communication.py +107 Sorry! You cannot delete auto-generated comments מצטער! אתה לא יכול למחוק הערות שנוצרו באופן אוטומטי
774 DocType: Website Theme Style using CSS סגנון באמצעות CSS
775 apps/frappe/frappe/core/doctype/communication/communication.js +100 Reference DocType DOCTYPE התייחסות
776 DocType: User System User משתמש מערכת
777 DocType: Report Is Standard האם תקן
778 DocType: DocField Don't HTML Encode HTML tags like <script> or just characters like < or >, as they could be intentionally used in this field האם לא תגי HTML קידוד HTML כמו <script> או סתם דמויות כמו <או>, כפי שיכלו לשמש במתכוון בתחום זה
811 apps/frappe/frappe/model/rename_doc.py +375 apps/frappe/frappe/model/rename_doc.py +376 Ignored: {0} to {1} להתעלם ממנו: {0} {1}
812 apps/frappe/frappe/config/setup.py +84 Log of error on automated events (scheduler). יומן רישום של שגיאה על אירועים אוטומטיים (מתזמן).
813 apps/frappe/frappe/utils/csvutils.py +75 Not a valid Comma Separated Value (CSV File) לא ערך פסיק תקף פרוד (קובץ CSV)
814 DocType: Address Postal דואר
815 DocType: Email Account Default Incoming ברירת מחדל נכנסים
816 DocType: Workflow State repeat חזור
817 DocType: Website Settings Banner באנר
819 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +124 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +127 Help on Search עזרה בחיפוש
820 DocType: DocType Hide Copy הסתר העתקה
821 apps/frappe/frappe/public/js/frappe/roles_editor.js +38 Clear all roles לנקות את כל התפקידים
822 apps/frappe/frappe/model/base_document.py +361 {0} must be unique {0} חייב להיות ייחודי
823 apps/frappe/frappe/permissions.py +274 Row שורה
824 DocType: Workflow State Check בדוק
825 apps/frappe/frappe/public/js/frappe/form/toolbar.js +81 Edit Title ערוך כותרת
845 apps/frappe/frappe/public/js/frappe/views/communication.js +76 apps/frappe/frappe/public/js/frappe/views/communication.js +75 Attach Document Print צרף הדפסת מסמך
846 DocType: Bulk Update Field שדה
847 DocType: Communication Received קיבלתי
848 DocType: Social Login Keys Google Client ID לקוח זיהוי Google
849 apps/frappe/frappe/core/doctype/user/user.py +115 Adding System Manager to this User as there must be atleast one System Manager הוספת מנהל מערכת למשתמש זה כמו שיש חייבת להיות atleast מנהל מערכת אחת
850 DocType: DocField Attach Image צרף תמונה
851 apps/frappe/frappe/core/page/usage_info/usage_info.html +67 Space usage שימוש שטח
866 apps/frappe/frappe/core/doctype/doctype/doctype.py +407 apps/frappe/frappe/core/doctype/doctype/doctype.py +408 Fieldname {0} appears multiple times in rows {1} Fieldname {0} מופיע מספר פעמים בשורות {1}
867 DocType: Communication Expired פג תוקף
868 DocType: DocType System מערכת
869 apps/frappe/frappe/www/login.html +93 Have an account? Login יש לך חשבון? התחבר
870 apps/frappe/frappe/public/js/legacy/print_format.js +148 Unknown Print Format: {0} פורמט לא ידוע הדפסה: {0}
871 DocType: Workflow State arrow-down חץ למטה
872 apps/frappe/frappe/public/js/frappe/ui/tree.js +130 Collapse קריסה
873 apps/frappe/frappe/model/delete_doc.py +161 apps/frappe/frappe/model/delete_doc.py +162 User not allowed to delete {0}: {1} משתמש לא מורשה למחוק {0}: {1}
874 apps/frappe/frappe/public/js/frappe/model/model.js +21 Last Updated On עדכון אחרון ביום
875 DocType: Help Article Likes אוהב
876 DocType: Website Settings Top Bar Top בר
877 apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32 Global Settings: Users will only be able to choose checked icons הגדרות גלובליות: משתמשים יוכלו רק לבחור סמלים בדקו
878 apps/frappe/frappe/core/doctype/file/test_file.py +57 Home/Test Folder 2 דף בית / מבחן תיקייה 2
879 DocType: System Settings Ignore User Permissions If Missing להתעלם הרשאות משתמש אם חסר
880 apps/frappe/frappe/public/js/frappe/form/control.js +1016 apps/frappe/frappe/public/js/frappe/form/control.js +990 Please save the document before uploading. אנא שמור את המסמך לפני ההעלאה.
881 apps/frappe/frappe/public/js/frappe/ui/messages.js +214 Enter your password הכנס את הסיסמה שלך
882 DocType: Dropbox Settings Dropbox Access Secret Dropbox גישה חשאי
883 apps/frappe/frappe/templates/includes/comments/comments.html +119 Add Another Comment להוסיף עוד הערה
884 apps/frappe/frappe/public/js/frappe/form/toolbar.js +171 Edit DocType ערוך DOCTYPE
885 apps/frappe/frappe/core/doctype/doctype/doctype.py +503 apps/frappe/frappe/core/doctype/doctype/doctype.py +507 Fold must come before a Section Break מקפלים חייבת לבוא לפני הפסקת סעיף
886 apps/frappe/frappe/public/js/frappe/model/meta.js +190 Last Modified By תאריך השינוי האחרון
887 DocType: Workflow State hand-down יד למטה
888 apps/frappe/frappe/core/doctype/doctype/doctype.py +691 apps/frappe/frappe/core/doctype/doctype/doctype.py +695 {0}: Cannot set Cancel without Submit {0}: לא ניתן להגדיר ביטול ללא הגשה
889 DocType: Website Theme Theme נושא
890 apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162 There were errors. היו שגיאות.
891 DocType: DocType Is Submittable האם Submittable
892 apps/frappe/frappe/custom/doctype/property_setter/property_setter.js +7 Value for a check field can be either 0 or 1 ערך עבור שדה בדיקה יכול להיות או 0 או 1
893 apps/frappe/frappe/model/document.py +634 Could not find {0} לא הצלחתי למצוא את {0}
894 apps/frappe/frappe/core/page/data_import_tool/exporter.py +265 Column Labels: תוויות עמודה:
905 apps/frappe/frappe/public/js/frappe/form/layout.js +33 apps/frappe/frappe/public/js/frappe/form/layout.js +35 This form does not have any input צורה זו אין כל קלט
906 apps/frappe/frappe/core/doctype/system_settings/system_settings.py +26 Session Expiry must be in format {0} מושב תפוגה חייבת להיות בפורמט {0}
907 DocType: Website Sidebar Item Group קבוצה
908 DocType: Footer Item Select target = "_blank" to open in a new page. target = "_blank" בחר לפתוח בדף חדש.
909 apps/frappe/frappe/public/js/frappe/model/model.js +487 Permanently delete {0}? למחוק לצמיתות {0}?
910 apps/frappe/frappe/core/doctype/file/file.py +151 Same file has already been attached to the record אותו קובץ כבר צורף לשיא
911 apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +93 Ignore encoding errors. להתעלם קידוד שגיאות.
921 apps/frappe/frappe/core/doctype/doctype/doctype.py +655 apps/frappe/frappe/core/doctype/doctype/doctype.py +659 {0}: No basic permissions set {0}: לא להגדיר הרשאות בסיסיות
922 apps/frappe/frappe/limits.py +78 Your subscription will expire on {0}. המנוי שלך יפוג ב {0}.
923 apps/frappe/frappe/utils/backups.py +159 Download link for your backup will be emailed on the following email address: {0} קישור להורדה לגיבוי שלך יישלחו לכתובת הדוא"ל הבאה: {0}
924 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14 Meaning of Submit, Cancel, Amend משמעות של הגשה, לבטל, לשנות
925 apps/frappe/frappe/desk/doctype/todo/todo_list.js +7 To Do לעשות
926 apps/frappe/frappe/core/page/user_permissions/user_permissions.js +133 Any existing permission will be deleted / overwritten. כל היתר הקיים יימחק / יוחלף.
927 apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +667 Then By (optional) לאחר מכן על ידי (אופציונאלי)
932 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +436 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435 Please set filters אנא הגדר מסננים
933 apps/frappe/frappe/public/js/frappe/form/linked_with.js +29 Linked With מקושר עם
934 DocType: Workflow State book ספר
935 DocType: Website Settings Landing Page דף נחיתה
936 apps/frappe/frappe/public/js/frappe/form/quick_entry.js +77 {0} Name {0} שם
937 apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +132 Import Request Queued. This may take a few moments, please be patient. בקשת יבוא בתור. זה עלול לקחת כמה רגעים, אנא התאזר בסבלנות.
938 apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162 No Permissions set for this criteria. אין הרשאות שנקבעו לזה קריטריונים.
944 apps/frappe/frappe/website/doctype/blog_post/blog_post.py +98 apps/frappe/frappe/website/doctype/blog_post/blog_post.py +101 Posts filed under {0} הודעות הגישו תחת {0}
945 DocType: Email Alert Send alert if date matches this field's value שלח התראה אם תאריך מתאים הערך של תחום זה
946 DocType: Workflow Transitions מעברים
947 DocType: User Login After כניסה לאחר
948 DocType: Print Format Monospace Monospace
949 DocType: Letter Head Printing הדפסה
950 DocType: Workflow State thumbs-up אגודלים מורמים
952 apps/frappe/frappe/core/doctype/doctype/doctype.py +459 apps/frappe/frappe/core/doctype/doctype/doctype.py +463 Precision should be between 1 and 6 Precision צריך להיות בין 1 ל 6
953 apps/frappe/frappe/public/js/frappe/misc/utils.js +154 and ו
954 DocType: Error Snapshot Frames מסגרות
955 apps/frappe/frappe/patches/v6_19/comment_feed_communication.py +131 Assignment מְשִׁימָה
956 DocType: About Us Team Member Image Link תמונת קישור
957 DocType: Workflow State step-backward צעד אחורה
958 apps/frappe/frappe/utils/boilerplate.py +262 apps/frappe/frappe/utils/boilerplate.py +263 {app_title} {} App_title
959 apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200 Please set Dropbox access keys in your site config אנא הגדר מקשי גישת Dropbox בconfig האתר שלך
960 apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16 Delete this record to allow sending to this email address למחוק רשומה זו כדי לאפשר שליחה לכתובת דוא"ל זו
961 apps/frappe/frappe/core/page/data_import_tool/exporter.py +66 Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish. רק שדות חובה נחוצים לשיאים חדשים. אתה יכול למחוק את העמודות שאינן חובה, אם תרצה.
962 apps/frappe/frappe/public/js/frappe/views/calendar/calendar.js +269 Unable to update event לא ניתן לעדכן את האירוע
963 DocType: Address Template Address Template תבנית כתובת
964 DocType: Workflow State text-height טקסט גובה
974 apps/frappe/frappe/model/rename_doc.py +359 apps/frappe/frappe/model/rename_doc.py +360 Please select a valid csv file with data אנא בחר קובץ CSV תקף עם הנתונים
975 apps/frappe/frappe/core/doctype/docshare/docshare.py +56 {0} un-shared this document with {1} {0} מסמך זה עם-משותף של האו"ם {1}
976 apps/frappe/frappe/public/js/frappe/form/workflow.js +118 Document Status transition from {0} to {1} is not allowed סטטוס מסמך המעבר מ- {0} {1} אסור
977 apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +130 Setting Up הגדרה
978 apps/frappe/frappe/core/doctype/version/version_view.html +74 Row # # שורה
979 apps/frappe/frappe/templates/emails/auto_reply.html +5 This is an automatically generated reply זוהי תשובה שנוצרה באופן אוטומטי
980 apps/frappe/frappe/model/document.py +526 Record does not exist רשומה לא קיימת
983 apps/frappe/frappe/public/js/legacy/form.js +192 DocType: DocType Edit {0} properties Route עריכת מאפיינים {0} מַסלוּל
984 DocType: DocType DocType: DocField Route Name מַסלוּל שם
985 DocType: DocField apps/frappe/frappe/limits.py +193 Name You have exceeded the max space of {0} for your plan. {1}. שם חרגת שטח המקסימאלי של {0} עבור התכנית שלך. {1}.
apps/frappe/frappe/limits.py +193 You have exceeded the max space of {0} for your plan. {1}. חרגת שטח המקסימאלי של {0} עבור התכנית שלך. {1}.
986 apps/frappe/frappe/public/js/frappe/form/control.js +1303 apps/frappe/frappe/public/js/frappe/form/control.js +1269 Open Link פתח קישור
987 apps/frappe/frappe/desk/form/load.py +46 Did not load לא לטעון
988 apps/frappe/frappe/desk/query_report.py +87 Query must be a SELECT שאילתא חייבת להיות SELECT
989 DocType: Integration Request Completed הושלם
990 DocType: File Is Private האם פרטי
991 DocType: Web Form Select DocType DOCTYPE בחר
992 apps/frappe/frappe/public/js/frappe/request.js +116 File size exceeded the maximum allowed size of {0} MB גודל קובץ חרג מהגודל המרבי המוותרת של {0} MB
997 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +826 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +825 You are not allowed to export this report אין באפשרותך לייצא דוח זה
998 DocType: ToDo Sender שולח
999 apps/frappe/frappe/templates/includes/comments/comments.html +27 Leave a Comment השאר תגובה
1000 DocType: Web Page Description for search engine optimization. תיאור לקידום במנועי חיפוש.
1001 apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +34 Download Blank Template הורד תבנית ריקה
1002 DocType: Web Form Field Page Break מעבר עמוד
1003 DocType: System Settings Allow only one session per user אפשר רק פגישה אחת לכל משתמש
1017 DocType: Async Task Succeeded הצליח
1018 apps/frappe/frappe/public/js/frappe/form/save.js +141 Mandatory fields required in {0} שדות חובה הנדרשים {0}
1019 apps/frappe/frappe/core/page/permission_manager/permission_manager.js +95 Reset Permissions for {0}? איפוס הרשאות עבור {0}?
1020 apps/frappe/frappe/permissions.py +393 {0} {1} not found {0} {1} לא נמצא
1021 DocType: Communication Attachment Removed הוסר Attachment
1022 apps/frappe/frappe/utils/password_strength.py +114 Recent years are easy to guess. בשנים האחרונות קלות לנחש.
1023 apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +272 Show a description below the field הצג תיאור מתחת לשדה
1051 DocType: Standard Reply Standard Reply תגובה סטנדרטית
1052 apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233 Width of the input box רוחב של תיבת הקלט
1053 DocType: Address Subsidiary חברת בת
1054 DocType: System Settings In Hours בשעות
1055 apps/frappe/frappe/public/js/frappe/list/list_view.js +704 With Letterhead עם מכתבים
1056 apps/frappe/frappe/email/smtp.py +192 Invalid Outgoing Mail Server or Port שרת לא חוקי דואר יוצא או נמל
1057 DocType: Custom DocPerm Write לכתוב
1066 apps/frappe/frappe/public/js/legacy/form.js +176 apps/frappe/frappe/public/js/legacy/form.js +174 You are not allowed to print this document אין באפשרותך להדפיס את המסמך הזה,
1067 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +380 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379 Loading Report דווח טעינה
1068 apps/frappe/frappe/limits.py +72 Your subscription will expire today. המנוי שלך בתוקף עד היום.
1069 DocType: Page Standard סטנדרטי
1070 apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +46 Attach File לצרף קובץ
1071 apps/frappe/frappe/templates/emails/password_update.html +1 Password Update Notification דיווח על עדכוני טוויטר
1072 apps/frappe/frappe/desk/page/backups/backups.html +13 Size גודל
1073 apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59 Assignment Complete משימה מלאה
1074 DocType: Custom DocPerm User Permission DocTypes DocTypes הרשאת משתמש
1075 DocType: Desktop Icon Idx IDX
1095 apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +197 You cannot unset 'Read Only' for field {0} אתה לא יכול לבטל את הגדרה של 'קריאה בלבד' לשדה {0}
1096 apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +22 Complete Setup התקנה מלאה
1097 DocType: Workflow State asterisk כוכבית
1098 apps/frappe/frappe/core/page/data_import_tool/exporter.py +62 Please do not change the template headings. נא לא לשנות את כותרות התבנית.
1099 DocType: Communication Linked צמוד
1100 apps/frappe/frappe/public/js/frappe/form/save.js +85 Enter the name of the new {0} הזן את השם החדש {0}
1101 apps/frappe/frappe/config/desk.py +44 Activity log of all users. יומן פעילות של כל המשתמשים.
1123 apps/frappe/frappe/model/base_document.py +535 apps/frappe/frappe/model/base_document.py +534 Row #{0}: # השורה {0}:
1124 apps/frappe/frappe/core/doctype/user/user.py +140 New password emailed דוא"ל סיסמא חדשה
1125 apps/frappe/frappe/auth.py +245 Login not allowed at this time התחברות לא מותר בשלב זה
1126 DocType: Async Task Runtime זמן ריצה
1127 DocType: Contact Us Settings Introduction מבוא
1128 DocType: DocType Permissions Settings הרשאות הגדרות
1129 apps/frappe/frappe/www/list.html +3 {0} List {0} רשימה
1130 apps/frappe/frappe/desk/form/assign_to.py +41 Already in user's To Do list כבר במשתמש של לעשות רשימה
1131 DocType: User Email Enable Outgoing אפשר יוצא
1144 Download Backups גיבויים להורדה
1145 apps/frappe/frappe/core/doctype/file/test_file.py +43 Home/Test Folder 1 דף בית / מבחן תיקיית 1
1146 apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +75 Do not update, but insert new records. אל תעדכן, אבל להכניס שיאים חדשים.
1147 apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +138 Assign to me להקצות לי
1148 apps/frappe/frappe/core/doctype/file/file_list.js +80 Edit Folder ערוך תיקייה
1149 DocType: DocField Dynamic Link קישור דינמי
1150 apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +40 To Date לתאריך
1169 apps/frappe/frappe/www/me.html +22 Edit Profile ערוך פרופיל
1170 DocType: Kanban Board Column Archived ארכיון
1171 DocType: System Settings Session Expiry in Hours e.g. 06:00 מושב תפוגה בלמשל שעות 6:00
1172 DocType: Customize Form Field 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 שדה זה יופיע רק אם fieldname מוגדר כאן יש ערך או כללים נכונים (דוגמאות): myfield eval: doc.myfield == 'ערך שלי' eval: doc.age> 18
1173 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +35 Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger). ברגע שיש לך להגדיר את זה, המשתמשים יהיו רק מסמכי גישה מסוגלים (לדוגמא. בלוג פוסט) שבו הקישור קיים (לדוגמא. Blogger).
1174 DocType: Error Log Log of Scheduler Errors יומן של שגיאות מתזמן
1175 DocType: User Bio ביו
1213 DocType: Email Unsubscribe Global Unsubscribe גלובל ביטול מנוי
1214 apps/frappe/frappe/utils/password_strength.py +157 This is a very common password. זוהי סיסמה נפוצה מאוד.
1215 apps/frappe/frappe/email/doctype/email_group/email_group.js +9 View נוֹף
1216 DocType: Communication Assigned שהוקצה
1217 DocType: Print Format Js Js
1218 apps/frappe/frappe/public/js/frappe/views/communication.js +78 apps/frappe/frappe/public/js/frappe/views/communication.js +77 Select Print Format פורמט הדפסה בחר
1219 apps/frappe/frappe/utils/password_strength.py +83 Short keyboard patterns are easy to guess דפוסי מקלדת קצרים קלים לנחש
1220 DocType: Portal Settings Portal Menu תפריט פורטל
1221 DocType: DocField Print Hide הסתר הדפסה
1222 apps/frappe/frappe/public/js/frappe/ui/messages.js +66 Enter Value הזן ערך
1223 DocType: Workflow State tint צֶבַע
1224 DocType: Web Page Style סגנון
1225 apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63 e.g.: לדוגמא:
1226 apps/frappe/frappe/website/doctype/blog_post/blog_post.py +80 {0} comments {0} הערות
1227 apps/frappe/frappe/desk/page/applications/applications.js +44 Select Category... בחר קטגוריה...
1228 DocType: Customize Form Field Label and Type תווית וסוג
1229 DocType: Workflow State forward קדימה
1266 DocType: Website Settings Banner HTML באנר HTML
1267 DocType: Error Snapshot Pyver Pyver
1268 apps/frappe/frappe/model/base_document.py +539 apps/frappe/frappe/model/base_document.py +538 {0} {1} cannot be "{2}". It should be one of "{3}" {0} {1} לא יכול להיות "{2}". זה צריך להיות אחד מ" {3} "
1269 apps/frappe/frappe/utils/data.py +565 {0} or {1} {0} או {1}
1270 apps/frappe/frappe/core/page/modules_setup/modules_setup.js +4 Show or Hide Desktop Icons הצג או הסתר סמלים בשולחן העבודה
1271 apps/frappe/frappe/core/doctype/user/user.py +231 Password Update עדכון סיסמא
1272 DocType: Workflow State trash אשפה
1273 DocType: Event Leave blank to repeat always שאר ריק כדי לחזור תמיד
1274 apps/frappe/frappe/email/doctype/newsletter/newsletter.py +192 Confirmed אישר
1275 DocType: Event Ends on מסתיים ב
1276 DocType: Payment Gateway Gateway כְּנִיסָה
1277 apps/frappe/frappe/contacts/doctype/address/address.py +34 Address Title is mandatory. כותרת כתובת היא חובה.
1278 DocType: Website Settings Added HTML in the <head> section of the web page, primarily used for website verification and SEO HTML הוסיף ב< head> של דף האינטרנט, המשמש בעיקר לאימות אתר וקידום אתרים
1279 apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot_list.js +9 Relapsed הישנות
1319 apps/frappe/frappe/email/doctype/email_alert/email_alert.py +239 apps/frappe/frappe/email/doctype/email_alert/email_alert.py +244 Error while evaluating Email Alert {0}. Please fix your template. שגיאה בעת הערכת דוא"ל התראה {0}. תקן את התבנית שלך.
1320 apps/frappe/frappe/core/page/permission_manager/permission_manager.js +140 Select Document Type or Role to start. סוג המסמך בחר או תפקיד כדי להתחיל.
1321 DocType: Contact Passive פסיבי
1322 DocType: Contact Accounts Manager מנהל חשבונות
1323 apps/frappe/frappe/public/js/frappe/views/container.js +57 Page not found דף לא נמצא
1324 DocType: DocField Precision Precision
1325 DocType: Website Slideshow Slideshow Items פריטים מצגת
1326 apps/frappe/frappe/utils/password_strength.py +101 Try to avoid repeated words and characters נסה להימנע מילות חוזרות ותווים
1327 DocType: Event Groups קבוצות
1328 DocType: Workflow State Workflow State מדינת זרימת עבודה
1329 apps/frappe/frappe/www/me.html +3 My Account החשבון שלי
1330 DocType: ToDo Allocated To שהוקצה ל
1366 DocType: Custom Role Response תגובה
1367 apps/frappe/frappe/public/js/frappe/form/workflow.js +41 Workflow will start after saving. זרימת העבודה תתחיל לאחר השמירה.
1368 apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +7 Can Share יכול לשתף
1369 apps/frappe/frappe/email/smtp.py +27 Invalid recipient address כתובת נמען לא חוקית
1370 DocType: Workflow State step-forward צעד קדימה
1371 apps/frappe/frappe/limits.py +67 Your subscription has expired. פג תוקף המנוי שלך.
1372 apps/frappe/frappe/core/doctype/user/user.js +42 Refreshing... מרענן ...
1382 apps/frappe/frappe/public/js/frappe/form/toolbar.js +141 Duplicate לשכפל
1383 DocType: Newsletter Create and Send Newsletters ידיעונים ליצור ולשלוח
1384 apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +309 From Date must be before To Date מתאריך חייב להיות לפני תאריך כדי
1385 apps/frappe/frappe/email/doctype/email_alert/email_alert.py +29 Please specify which value field must be checked נא לציין שערך שדה חייב להיבדק
1386 apps/frappe/frappe/core/page/data_import_tool/exporter.py +70 "Parent" signifies the parent table in which this row must be added "הורה" מסמל את שולחן ההורה שבו יש להוסיף את השורה הזו
1387 DocType: Website Theme Apply Style החל סגנון
1388 apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +59 Shared With משותף עם
1389 Modules Setup התקנת מודולים
1390 apps/frappe/frappe/core/page/data_import_tool/exporter.py +268 Type: סוג:
1427 apps/frappe/frappe/public/js/frappe/ui/tree.js +130 Expand להרחיב
1428 apps/frappe/frappe/core/page/permission_manager/permission_manager.js +434 Set הגדר
1429 DocType: Workflow State align-right ליישר ימני
1430 DocType: Auto Email Report Email To דוא"ל ל
1431 apps/frappe/frappe/core/doctype/file/file.py +211 Folder {0} is not empty תיקיית {0} אינו ריק
1432 DocType: Page Roles תפקידים
1433 apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +269 apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +286 Field {0} is not selectable. שדה {0} הוא לא לבחירה.
1438 DocType: Email Account Attachment Limit (MB) מגבלת קבצים מצורפים (MB)
1439 apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +25 Ctrl + Down Ctrl + Down
1440 apps/frappe/frappe/utils/password_strength.py +153 This is a top-10 common password. זוהי סיסמה נפוצה העליון -10.
1441 DocType: User User Defaults ברירות מחדל משתמש
1442 apps/frappe/frappe/public/js/frappe/views/treeview.js +223 Create New צור חדש
1443 DocType: Workflow State chevron-down שברון למטה
1444 apps/frappe/frappe/public/js/frappe/views/communication.js +494 apps/frappe/frappe/public/js/frappe/views/communication.js +495 Email not sent to {0} (unsubscribed / disabled) דוא"ל לא נשלח {0} (לא רשום / נכים)
1449 DocType: Web Page Enable Comments אפשר תגובות
1450 apps/frappe/frappe/desk/doctype/note/note_list.js +3 Notes הערות
1451 DocType: User Restrict user from this IP address only. Multiple IP addresses can be added by separating with commas. Also accepts partial IP addresses like (111.111.111) להגביל את המשתמש מכתובת ה- IP זה בלבד. ניתן להוסיף כתובות IP מרובות על ידי הפרדה בפסיקים. כמו כן מקבל כתובות IP חלקיות כמו (111.111.111)
1452 DocType: Communication From מ
1453 DocType: Website Theme Google Font (Heading) Google גופן (כותרת)
1454 apps/frappe/frappe/public/js/frappe/views/treeview.js +204 Select a group node first. בחר צומת קבוצה ראשונה.
1455 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +229 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +232 Find {0} in {1} מצא {0} ב {1}
1460 DocType: Report Report Type סוג הדוח
1461 DocType: DocField Signature חתימה
1462 apps/frappe/frappe/public/js/frappe/form/share.js +115 Share With שתף עם
1463 apps/frappe/frappe/core/page/permission_manager/permission_manager.js +136 Loading Loading
1464 apps/frappe/frappe/config/integrations.py +43 Enter keys to enable login via Facebook, Google, GitHub. הזן מפתחות כדי לאפשר התחברות באמצעות פייסבוק, גוגל, GitHub.
1465 apps/frappe/frappe/public/js/frappe/ui/tags.js +20 Add a tag הוסף תג
1466 apps/frappe/frappe/public/js/frappe/form/control.js +1284 apps/frappe/frappe/public/js/frappe/form/control.js +1250 Please attach a file first. נא לצרף קובץ ראשון.
1467 apps/frappe/frappe/model/naming.py +168 There were some errors setting the name, please contact the administrator היו כמה טעויות הגדרה שם, אנא צור קשר עם המנהל
1468 DocType: Website Slideshow Item Website Slideshow Item פריט מצגת אתר
1471 DocType: DocField Ignore XSS Filter התעלם מסנן XSS
1472 apps/frappe/frappe/public/js/frappe/views/communication.js +64 apps/frappe/frappe/public/js/frappe/views/communication.js +63 Send As Email שלח כדואר אלקטרוני
1473 DocType: Website Theme Link Color צבע קישור
1474 apps/frappe/frappe/core/doctype/user/user.py +99 User {0} cannot be disabled משתמש {0} אינו יכול להיות מבוטל
1475 apps/frappe/frappe/core/doctype/user/user.py +866 Dear System Manager, מנהל מערכת יקר,
1476 DocType: Event Sunday יום ראשון
1477 DocType: Address Template Template תבנית
1478 apps/frappe/frappe/public/js/frappe/form/save.js +14 Amending הַתקָנָה
1479 apps/frappe/frappe/core/page/usage_info/usage_info.html +21 Max Users משתמש מקס
1480 DocType: Contact Us Settings Send enquiries to this email address שלח פניות לכתובת דוא"ל זו
1481 DocType: Letter Head Letter Head Name שם מכתב הראש
1482 apps/frappe/frappe/config/website.py +18 User editable form on Website. טופס הניתן לעריכה למשתמש באתר.
1483 DocType: Workflow State file קובץ
1497 DocType: OAuth Bearer Token Access Token גישת אסימון
1498 DocType: About Us Settings Org History ההיסטוריה org
1499 DocType: Workflow Workflow Name שם זרימת עבודה
1500 apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +144 Notify by Email להודיע באמצעות דוא"ל
1501 DocType: Web Form Allow Edit לאפשר עריכה
1502 apps/frappe/frappe/core/doctype/file/file_list.js +142 Paste הדבק
1503 apps/frappe/frappe/workflow/doctype/workflow/workflow.py +64 Cannot change state of Cancelled Document. Transition row {0} לא יכול לשנות את המצב של מסמך בוטל. שורת מעבר {0}
1514 apps/frappe/frappe/core/page/usage_info/usage_info.html +86 Size (MB) גודל (MB)
1515 apps/frappe/frappe/core/doctype/communication/communication.js +47 Reopen פתח מחדש
1516 apps/frappe/frappe/core/doctype/communication/communication.js +159 Re: {0} Re: {0}
1517 DocType: Print Settings Monochrome מונוכרום
1518 DocType: Address Purchase User משתמש רכישה
1519 DocType: Workflow Different "States" this document can exist in. Like "Open", "Pending Approval" etc. "הברית" שונה מסמך זה יכול להתקיים ב. כמו "פתח", "ממתין לאישור" וכו '
1520 apps/frappe/frappe/utils/verified_command.py +43 This link is invalid or expired. Please make sure you have pasted correctly. קישור זה אינו חוקי או שפג תוקף. אנא ודא שיש לך להדביק בצורה נכונה.
1537 apps/frappe/frappe/core/doctype/user/user.py +766 Password reset instructions have been sent to your email הוראות לאיפוס סיסמא נשלחו לדוא"ל שלך
1538 apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +661 Sort By מיין לפי
1539 DocType: Workflow States הברית
1540 DocType: Email Alert Attach Print צרף הדפסה
1541 apps/frappe/frappe/core/doctype/user/user.py +435 Suggested Username: {0} שם משתמש מוצע: {0}
1542 apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +98 Day יְוֹם
1543 Modules מודולים
1544 apps/frappe/frappe/core/doctype/user/user.js +49 Set Desktop Icons גדר סמלים בשולחן העבודה
1545 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +18 When you Amend a document after Cancel and save it, it will get a new number that is a version of the old number. כאשר אתה לתקן מסמך לאחר לבטל ולשמור אותו, הוא יקבל מספר חדש שהוא גרסה של המספר הישן.
1546 DocType: Workflow State circle-arrow-left המעגל לשמאל חץ
1547 apps/frappe/frappe/sessions.py +156 Redis cache server not running. Please contact Administrator / Tech support שרת מטמון Redis אינו פועל. אנא פנה למנהל / תמיכה טכנית
1553 DocType: Website Theme Top Bar Color למעלה בר צבע
1554 DocType: Address Plant מפעל
1555 DocType: DocType Setup התקנה
1556 apps/frappe/frappe/templates/includes/comments/comments.py +55 New comment on {0} {1} תגובה חדשה על {0} {1}
1557 DocType: Workflow State glass זכוכית
1558 DocType: DocType Timeline Field שדה ציר זמן
1559 DocType: Country Time Zones אזורי זמן
1560 apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +67 Get Items קבל פריטים
1561 DocType: Contact Image תמונה
1591 apps/frappe/frappe/core/doctype/file/test_file.py +81 Test_Folder Test_Folder
1592 apps/frappe/frappe/website/doctype/web_form/web_form.py +358 You are not allowed to update this Web Form Document אין באפשרותך לעדכן את מסמך טופס אינטרנט זה
1593 DocType: About Us Settings About Us Settings אודות הגדרות קשר
1594 DocType: Website Settings Website Theme נושא אתר
1595 DocType: DocField In List View בצפה ברשימה
1596 DocType: Email Account Use TLS השימוש TLS
1597 apps/frappe/frappe/email/smtp.py +24 Invalid login or password התחברות או סיסמא לא חוקיות
1598 apps/frappe/frappe/config/setup.py +237 Add custom javascript to forms. להוסיף מותאם אישית JavaScript לצורות.
1599 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +489 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +488 Sr No SR לא
1604 User Permissions Manager מנהל הרשאות משתמש
1605 DocType: Property Setter New value to be set ערך חדש שיוקם
1606 DocType: Email Alert Days Before or After ימים לפני או אחרי
1607 DocType: Email Alert Email Alert התראת דוא"ל
1608 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +34 Select Document Types to set which User Permissions are used to limit access. סוגי מסמכים בחרו להגדיר שמשתמש הרשאות משמשים כדי להגביל את הגישה.
1609 DocType: Website Settings HTML Header & Robots HTML Header & רובוטים
1610 apps/frappe/frappe/config/website.py +32 Blog בלוג
1611 apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +43 Download with data הורד עם נתונים
1612 DocType: Workflow State hand-right יד ימין
1613 DocType: Website Settings Subdomain תחום משנה
1629 apps/frappe/frappe/model/delete_doc.py +165 apps/frappe/frappe/model/delete_doc.py +166 {0} {1}: Submitted Record cannot be deleted. {0} {1}: שיא הוגש לא ניתן למחוק.
1630 apps/frappe/frappe/core/page/usage_info/usage_info.html +99 Backup Size גודל גיבוי
1631 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +130 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +133 new type of document סוג חדש של מסמך
1632 DocType: Custom DocPerm Read קראו
1633 apps/frappe/frappe/www/update-password.html +14 Old Password סיסמא הישנה
1634 apps/frappe/frappe/website/doctype/blog_post/blog_post.py +102 apps/frappe/frappe/website/doctype/blog_post/blog_post.py +106 Posts by {0} הודעות של {0}
1635 apps/frappe/frappe/core/doctype/report/report.js +9 To format columns, give column labels in the query. לעמודים בפורמט, לתת תוויות עמודה בשאילתא.
1636 apps/frappe/frappe/core/doctype/doctype/doctype.py +721 apps/frappe/frappe/core/doctype/doctype/doctype.py +725 {0}: Cannot set Assign Amend if not Submittable {0}: לא ניתן להגדיר הקצאת תיקון אם לא Submittable
1637 apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14 Edit Role Permissions הרשאות תפקיד עריכה
1638 DocType: Communication Link DocType DOCTYPE קישור
1639 DocType: Social Login Keys Social Login Keys חברתי מפתחות כניסה
1640 apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +76 Remove all customizations? הסר את כל ההתאמות האישיות?
1641 DocType: Website Slideshow Slideshow Name שם מצגת
1642 apps/frappe/frappe/public/js/frappe/form/save.js +15 Cancelling ביטול
1643 DocType: DocType Allow Rename לאפשר שינוי שם
1644 DocType: Authentication Log Full Name שם מלא
1645 DocType: DocType Child Tables are shown as a Grid in other DocTypes. שולחנות ילד מוצגים כגריד בDocTypes האחר.
1646 DocType: Blog Post Description for listing page, in plain text, only a couple of lines. (max 140 characters) תיאור לרישום דף, בטקסט רגיל, רק כמה שורות. (140 תווים)
1647 apps/frappe/frappe/core/page/user_permissions/user_permissions.js +304 Add A User Restriction להוסיף הגבלת משתמש
1717 DocType: Communication Error שגיאה
1718 DocType: DocField Column Break Break עמודה
1719 DocType: Event Thursday יום חמישי
1720 apps/frappe/frappe/utils/response.py +144 You don't have permission to access this file אין לך הרשאה לגשת לקובץ זה
1721 apps/frappe/frappe/model/document.py +639 Cannot link cancelled document: {0} אינך יכול לקשר מסמך בוטל: {0}
1722 apps/frappe/frappe/core/doctype/report/report.py +30 Cannot edit a standard report. Please duplicate and create a new report אין אפשרות לערוך דוח רגיל. אנא לשכפל וליצור דו"ח חדש
1723 apps/frappe/frappe/contacts/doctype/address/address.py +56 Company is mandatory, as it is your company address החברה היא חובה, כפי שהוא כתובת החברה שלך
1744 DocType: Async Task Running ריצה
1745 apps/frappe/frappe/core/doctype/user/user.js +68 Reset Password איפוס סיסמא
1746 apps/frappe/frappe/email/doctype/email_group/email_group.py +102 Please Upgrade to add more than {0} subscribers שדרג להוסיף יותר {0} מנויים
1747 DocType: Workflow State hand-left יד שמאל
1748 apps/frappe/frappe/core/doctype/doctype/doctype.py +468 apps/frappe/frappe/core/doctype/doctype/doctype.py +472 Fieldtype {0} for {1} cannot be unique Fieldtype {0} עבור {1} לא יכול להיות ייחודי
1749 DocType: Email Account Use SSL השתמש ב- SSL
1750 DocType: Workflow State play-circle משחק-המעגל
1754 apps/frappe/frappe/config/desk.py +38 Private and public Notes. הערות פרטיות וציבוריות.
1755 DocType: DocField Datetime Datetime
1756 DocType: Workflow State arrow-right חץ ימני
1757 DocType: Workflow State Workflow state represents the current state of a document. מדינת זרימת עבודה מייצגת את המצב הנוכחי של מסמך.
1758 apps/frappe/frappe/utils/oauth.py +221 Token is missing אסימון חסר
1759 apps/frappe/frappe/utils/file_manager.py +269 Removed {0} הוסר {0}
1760 DocType: Company History Highlight גולת כותרת
1794 DocType: Print Settings Print Settings הגדרות הדפסה
1795 DocType: Page Yes כן
1796 DocType: DocType Max Attachments קבצים מצורפים מקס
1797 DocType: Desktop Icon Page דף
1798 apps/frappe/frappe/utils/bot.py +145 Could not find {0} in {1} לא ניתן למצוא {0} ב {1}
1799 apps/frappe/frappe/utils/password_strength.py +167 Names and surnames by themselves are easy to guess. שמות ושמות משפחה בעצמם קלים לניחוש.
1800 DocType: Workflow State briefcase תיק
1807 DocType: Workflow State resize-horizontal לשנות את הגודל אופקי
1808 DocType: Note Content תוכן
1809 apps/frappe/frappe/public/js/frappe/views/treeview.js +261 Group Node צומת קבוצה
1810 DocType: Communication Notification הוֹדָעָה
1811 DocType: Web Form Go to this url after completing the form. עבור לכתובת אתר זה לאחר מילוי הטופס.
1812 DocType: DocType Document מסמך
1813 apps/frappe/frappe/core/doctype/doctype/doctype.py +198 Series {0} already used in {1} סדרת {0} כבר בשימוש {1}
1863 apps/frappe/frappe/config/setup.py +188 Customized HTML Templates for printing transactions. תבניות HTML מותאמים אישית עבור עסקות הדפסה.
1864 DocType: Workflow Is Active האם Active
1865 apps/frappe/frappe/desk/form/utils.py +91 No further records לא רשומות נוסף
1866 DocType: DocField Long Text טקסט ארוך
1867 DocType: Workflow State Primary עיקרי
1868 apps/frappe/frappe/core/page/data_import_tool/importer.py +49 Please do not change the rows above {0} נא לא לשנות את השורות מעל {0}
1869 apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +94 (Ctrl + G) (Ctrl + G)
1952 DocType: About Us Settings More content for the bottom of the page. תוכן נוסף לתחתית הדף.
1953 DocType: Workflow DocType on which this Workflow is applicable. DOCTYPE שבו זרימת עבודה זו היא ישימה.
1954 DocType: Feedback Trigger Enabled מופעל
1955 DocType: Tag Category Category Name שם קטגוריה
1956 apps/frappe/frappe/email/doctype/email_group/email_group.js +11 Import Subscribers מנויים יבוא
1957 DocType: Print Settings PDF Settings הגדרות PDF
1958 DocType: Kanban Board Column Column Name שם עמודה
1978 DocType: DocType Custom? מותאם אישית?
1979 DocType: Website Settings Website Theme Image תמונת נושא אתר
1980 DocType: Workflow State road כביש
1981 DocType: User Timezone אזור זמן
1982 apps/frappe/frappe/public/js/frappe/model/model.js +106 Unable to load: {0} לא ניתן לטעון: {0}
1983 apps/frappe/frappe/core/page/usage_info/usage_info.html +3 Expires in {0} days פג תוקף בעוד {0} ימים
1984 DocType: DocField Read Only קריאה בלבד
1988 DocType: Workflow Transition Allowed מחמד
1989 apps/frappe/frappe/core/doctype/doctype/doctype.py +498 apps/frappe/frappe/core/doctype/doctype/doctype.py +502 There can be only one Fold in a form לא יכול להיות רק אחד מקפלים בצורה
1990 apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10 Restore to default settings? שחזור להגדרות ברירת המחדל?
1991 apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23 Invalid Home Page דף בית לא חוקי
1992 apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170 Reset Filters מסנני איפוס
1993 apps/frappe/frappe/core/doctype/doctype/doctype.py +684 apps/frappe/frappe/core/doctype/doctype/doctype.py +688 {0}: Permission at level 0 must be set before higher levels are set {0}: GNU ברמה 0 חייבים להיות מוגדר לפני רמות גבוהות יותר מוגדרות
1994 apps/frappe/frappe/desk/doctype/todo/todo.py +28 Assignment closed by {0} משימה נסגרה על ידי {0}
2006 DocType: DocField Perm Level רמה פרם
2007 apps/frappe/frappe/desk/doctype/event/event.py +54 Events In Today's Calendar אירועים בלוח השנה של היום
2008 DocType: Web Page Web Page דף האינטרנט
2009 DocType: Blog Category Blogger Blogger
2010 apps/frappe/frappe/public/js/frappe/views/treeview.js +297 View List רשימת צפייה
2011 apps/frappe/frappe/public/js/frappe/form/control.js +739 apps/frappe/frappe/public/js/frappe/form/control.js +721 Date must be in format: {0} תאריך חייב להיות בפורמט: {0}
2012 apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +493 apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +505 The First User: You המשתמש הראשון: אתה
2013 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html +32 Select Columns בחרו עמודות
2014 apps/frappe/frappe/www/login.py +55 Missing parameters for login פרמטרים חסרים להתחברות
2015 DocType: Workflow State folder-open תיקייה פתוחה
2016 apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +1 Search Application יישום חיפוש
2017 DocType: OAuth Authorization Code Validity תוקף
2018 apps/frappe/frappe/config/website.py +37 Single Post (article). הודעה אחת (מאמר).
2019 apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +10 Reports דיווחים
2020 DocType: Page No לא
2021 DocType: Property Setter Set Value ערך שנקבע
2022 apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +247 Hide field in form הסתר שדה בטופס
2023 apps/frappe/frappe/public/js/frappe/desk.js +93 The application has been updated to a new version, please refresh this page היישום עודכן לגרסה חדשה, אנא רענן דף זה
2024 DocType: Feedback Trigger Optional: The alert will be sent if this expression is true אופציונלית: ההתראה תישלח אם ביטוי זה נכון
2025 DocType: Print Settings Print with letterhead הדפס עם מכתבים
2028 DocType: ToDo Assigned By שהוקצה על ידי
2029 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +27 You can use Customize Form to set levels on fields. אתה יכול להשתמש בטופס התאמה אישית כדי להגדיר רמות בשדות.
2030 DocType: Custom DocPerm Level רמה
2031 DocType: Custom DocPerm Report דו"ח
2032 apps/frappe/frappe/desk/reportview.py +107 {0} is saved {0} נשמר
2033 apps/frappe/frappe/core/doctype/user/user.py +327 User {0} cannot be renamed משתמש {0} לא ניתן לשנות את שמם
2034 apps/frappe/frappe/config/desk.py +59 Email Group List רשימת קבוצת דוא"ל
2035 DocType: Website Settings 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]
2058 DocType: Web Page Left עזב
2059 DocType: Event All Day כל היום
2060 apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +387 Show rows with zero values שורות הצג עם ערכים אפס
2061 DocType: Address State מדינה
2062 DocType: Workflow Action Workflow Action פעולה זרימת עבודה
2063 DocType: Event Send an email reminder in the morning שלח תזכורת בדוא"ל בבוקר
2064 DocType: Blog Post Published On פורסם ב
2073 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +184 You are not allowed to print this report אינך רשאי להדפיס דוח זה
2074 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +30 User Permissions הרשאות משתמש
2075 DocType: Workflow State warning-sign אזהרה-סימן
2076 DocType: Workflow State User משתמש
2077 DocType: Website Settings Show title in browser window as "Prefix - title" כותרת הצג בחלון דפדפן כמו "קידומת - כותרת"
2078 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +134 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +137 text in document type טקסט בסוג המסמך
2079 DocType: Bulk Update Update Value עדכון ערך
2083 DocType: Custom Field Insert After הכנס לאחר
2084 DocType: Social Login Keys GitHub Client Secret GitHub לקוח סודי
2085 DocType: Report Report Name שם דוח
2086 DocType: Desktop Icon Reverse Icon Color הפוך אייקון צבע
2087 DocType: Email Alert Save שמור
2088 DocType: Website Settings Title Prefix כותרת קידומת
2089 DocType: Email Account Notifications and bulk mails will be sent from this outgoing server. הודעות ומיילים בתפוצה רחבה תישלחנה מהשרת דואר יוצא זה.
2095 apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9 Not In לא ב
2096 DocType: Workflow State star כוכב
2097 apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +215 apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +228 values separated by commas ערכים מופרדים בפסיקים
2098 apps/frappe/frappe/core/doctype/doctype/doctype.py +433 apps/frappe/frappe/core/doctype/doctype/doctype.py +437 Max width for type Currency is 100px in row {0} רוחב מרבי למטבע סוג הוא 100px בשורת {0}
2099 apps/frappe/frappe/config/website.py +13 Content web page. דף אינטרנט תוכן.
2100 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9 Add a New Role הוסף תפקיד חדש
2101 apps/frappe/frappe/templates/includes/login/login.js +193 Oops! Something went wrong אופס! משהו השתבש
2114 apps/frappe/frappe/utils/oauth.py +226 Invalid Token לא חוקי אסימון
2115 DocType: Email Account Email Server שרת דואר אלקטרוני
2116 DocType: DocShare Document Type סוג המסמך
2117 apps/frappe/frappe/core/page/usage_info/usage_info.html +37 Emails sent this month דוא"ל שנשלח החודש
2118 apps/frappe/frappe/custom/doctype/custom_field/custom_field.py +19 Label is mandatory תווית היא חובה
2119 apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +99 Half Day חצי יום
2120 DocType: Communication Communication Type סוג התקשורת
2121 DocType: DocField Unique ייחודי
2126 apps/frappe/frappe/desk/page/setup_wizard/setup_wizard_page.html +21 Next הבא
2127 apps/frappe/frappe/config/setup.py +39 Set Permissions per User הגדרת הרשאות לכל משתמש
2128 apps/frappe/frappe/printing/doctype/print_format/print_format.js +26 Edit Format פורמט עריכה
2129 apps/frappe/frappe/core/doctype/user/user.py +249 Complete Registration רישום מלא
2130 DocType: GSuite Settings Enable אפשר
2131 apps/frappe/frappe/public/js/frappe/form/toolbar.js +189 New {0} (Ctrl+B) חדש {0} (ב Ctrl +)
2132 apps/frappe/frappe/website/doctype/website_theme/website_theme.py +40 Top Bar Color and Text Color are the same. They should be have good contrast to be readable. למעלה בר הצבע וצבע טקסט זהה. יש להם ניגוד טוב להיות קריא.
2174
2175
2176
2177
2178
2179
2180

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -8,7 +8,7 @@ DocType: Workflow State,pause,pausar
DocType: User,Facebook Username,Usuário do Facebook
DocType: System Settings,Note: Multiple sessions will be allowed in case of mobile device,Observação: Serão permitidas múltiplas sessões no caso de dispositivo móvel
apps/frappe/frappe/email/queue.py +210,Cannot send this email. You have crossed the sending limit of {0} emails for this month.,Não é possível enviar este email. Você excedeu o limite de envio de {0} emails para este mês.
apps/frappe/frappe/public/js/legacy/form.js +776,Permanently Submit {0}?,Confirmar Permanentemente {0} ?
apps/frappe/frappe/public/js/legacy/form.js +751,Permanently Submit {0}?,Confirmar Permanentemente {0} ?
DocType: Workflow,If Checked workflow status will not override status in list view,Uma vez selecionado o status do fluxo de trabalho não sobrescreverá o status do documentos na visualização da lista
apps/frappe/frappe/client.py +280,Invalid file path: {0},Caminho de arquivo inválido: {0}
DocType: Workflow State,eye-open,olho aberto
@ -24,7 +24,7 @@ apps/frappe/frappe/config/core.py +42,Logs,Logs
DocType: Custom DocPerm,This role update User Permissions for a user,Este papel arualiza Permissões do Usuário para um usuário
apps/frappe/frappe/public/js/frappe/model/model.js +507,Rename {0},Mudar o nome {0}
DocType: Workflow State,zoom-out,diminuir zoom
apps/frappe/frappe/public/js/legacy/form.js +67,Cannot open {0} when its instance is open,Não é possível abrir {0} quando sua instância está aberta
apps/frappe/frappe/public/js/legacy/form.js +66,Cannot open {0} when its instance is open,Não é possível abrir {0} quando sua instância está aberta
apps/frappe/frappe/model/document.py +930,Table {0} cannot be empty,Tabela {0} não pode ser vazio
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +852,With Ledgers,Com Razões
apps/frappe/frappe/public/js/frappe/views/image/image_view.js +15,Images,Imagens
@ -34,19 +34,19 @@ apps/frappe/frappe/model/document.py +904,Beginning with,Começando com
apps/frappe/frappe/core/page/data_import_tool/exporter.py +52,Data Import Template,Modelo de importação de dados
apps/frappe/frappe/public/js/frappe/model/model.js +31,Parent,Parente
DocType: About Us Settings,"""Team Members"" or ""Management""","Membros da Equipe" ou "Gerenciamento"
apps/frappe/frappe/core/doctype/doctype/doctype.py +453,Default for 'Check' type of field must be either '0' or '1',"Padrão para ""Verificar"" o tipo de campo deve ser '0' ou '1'"
apps/frappe/frappe/core/doctype/doctype/doctype.py +457,Default for 'Check' type of field must be either '0' or '1',"Padrão para ""Verificar"" o tipo de campo deve ser '0' ou '1'"
DocType: Email Account,Enable Incoming,Ativar Entrada
apps/frappe/frappe/www/login.html +22,Email Address,Endereço de Email
DocType: Communication,Unread Notification Sent,Notificação de mensagem não lida enviada
apps/frappe/frappe/public/js/frappe/misc/tools.js +8,Export not allowed. You need {0} role to export.,Exportação não é permitido . Você precisa da função {0} para exportar .
DocType: Email Group,Email Group,Grupo de Emails
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +460,Not Like,Não Parecido
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Not Like,Não Parecido
apps/frappe/frappe/config/setup.py +220,"Change field properties (hide, readonly, permission etc.)","Alterar as propriedades do campo (esconder , readonly , permissão etc )"
DocType: Workflow State,lock,trancar
apps/frappe/frappe/config/website.py +78,Settings for Contact Us Page.,Configurações da Página Fale Conosco.
apps/frappe/frappe/core/doctype/user/user.py +877,Administrator Logged In,Administrador logou-se
DocType: Contact Us Settings,"Contact options, like ""Sales Query, Support Query"" etc each on a new line or separated by commas.","Opções de contato, como ""Perguntas sobre Vendas, Perguntas de suporte"", etc cada uma em uma nova linha ou separadas por vírgulas."
apps/frappe/frappe/public/js/frappe/form/control.js +1895,Insert,Insert
apps/frappe/frappe/public/js/frappe/form/control.js +1896,Insert,Insert
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +54,For ranges,Para faixas
DocType: Workflow State,indent-right,indentar à direita
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +46,1 minute ago,1 minuto atrás
@ -83,11 +83,11 @@ DocType: OAuth Bearer Token,Refresh Token,Token de Atualização
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +35,Newsletter has already been sent,O Boletim Informativo já foi enviado
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +33,Please specify user,"Por favor, especifique usuário"
DocType: Email Unsubscribe,Email Unsubscribe,Cancelar inscrição de email
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +504,The first user will become the System Manager (you can change this later).,O primeiro usuário será o System Manager (você pode mudar isso mais tarde).
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +516,The first user will become the System Manager (you can change this later).,O primeiro usuário será o System Manager (você pode mudar isso mais tarde).
,App Installer,Instalador de Aplicativos
apps/frappe/frappe/public/js/frappe/upload.js +296,Uploading...,Carregando...
DocType: Email Domain,Email Domain,Domínio de Email
apps/frappe/frappe/core/doctype/doctype/doctype.py +698,{0}: Cannot set Import without Create,{0}: Não é possível definir Importação sem Criar
apps/frappe/frappe/core/doctype/doctype/doctype.py +702,{0}: Cannot set Import without Create,{0}: Não é possível definir Importação sem Criar
apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861,Drag to sort columns,Arraste para classificar colunas
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +2,Widths can be set in px or %.,Larguras podem ser definidas em px ou %.
apps/frappe/frappe/public/js/frappe/form/print.js +101,Start,Iniciar
@ -96,7 +96,7 @@ DocType: Portal Settings,Standard Sidebar Menu,Menu Lateral Padrão
apps/frappe/frappe/core/doctype/file/file.py +167,Cannot delete Home and Attachments folders,Não é possível excluir pastas Inicial e Anexos
apps/frappe/frappe/config/desk.py +19,Files,Arquivos
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +6,Permissions get applied on Users based on what Roles they are assigned.,As permissões são aplicadas em usuários com base nas funções que lhe são atribuídas.
apps/frappe/frappe/public/js/frappe/views/communication.js +459,You are not allowed to send emails related to this document,Você não tem permissão para enviar emails relacionados a este documento
apps/frappe/frappe/public/js/frappe/views/communication.js +460,You are not allowed to send emails related to this document,Você não tem permissão para enviar emails relacionados a este documento
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +238,Reqd,Solicitado
apps/frappe/frappe/core/doctype/communication/email.py +263,Unable to find attachment {0},Incapaz de encontrar o anexo {0}
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +226,Assign a permission level to the field.,Atribuir um nível de permissão para o campo.
@ -121,7 +121,6 @@ DocType: Workflow State,headphones,fones de ouvido
DocType: Email Account,e.g. replies@yourcomany.com. All replies will come to this inbox.,eg replies@yourcomany.com. Todas as respostas virão a esta caixa de entrada.
apps/frappe/frappe/templates/includes/login/login.js +36,Valid email and name required,É necessário email válido e nome
DocType: DocType,Hide Heading,Ocultar Título
apps/frappe/frappe/public/js/frappe/form/templates/form_links.html +2,Related Documents,Documentos Relacionados
DocType: Workflow State,remove-circle,remove-círculo
DocType: Contact,Is Primary Contact,É o contato principal
apps/frappe/frappe/config/website.py +68,Javascript to append to the head section of the page.,Javascript para acrescentar ao cabeçalho da página.
@ -132,7 +131,7 @@ apps/frappe/frappe/model/db_schema.py +563,Fieldname {0} cannot have special cha
apps/frappe/frappe/config/setup.py +121,Update many values at one time.,Atualizar muitas informações de uma só vez.
apps/frappe/frappe/model/document.py +538,Error: Document has been modified after you have opened it,Erro: O documento foi modificado depois de aberto
apps/frappe/frappe/core/doctype/communication/feed.py +63,{0} logged out: {1},{0} deslogado: {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +719,{0}: Cannot set Assign Submit if not Submittable,{0}: Não é possível definir atributo Enviar se não pode ser enviado
apps/frappe/frappe/core/doctype/doctype/doctype.py +723,{0}: Cannot set Assign Submit if not Submittable,{0}: Não é possível definir atributo Enviar se não pode ser enviado
apps/frappe/frappe/desk/page/chat/chat.js +54,Message from {0},Mensagem do {0}
DocType: Newsletter,Newsletter,Boletim Informativo
DocType: Web Form,Button Help,Botão de Ajuda
@ -142,7 +141,7 @@ DocType: Address Template,System Manager,Administrador do Sistema
DocType: Dropbox Settings,Allow Dropbox Access,Permitir Acesso Dropbox
DocType: Workflow State,plus-sign,sinal de mais
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24,Setup already complete,Configuração já está concluída
apps/frappe/frappe/__init__.py +890,App {0} is not installed,App {0} não está instalado
apps/frappe/frappe/__init__.py +889,App {0} is not installed,App {0} não está instalado
DocType: Workflow State,Refresh,Atualizar
apps/frappe/frappe/public/js/frappe/ui/base_list.js +76,Nothing to show,Nada para mostrar
apps/frappe/frappe/public/js/frappe/model/model.js +24,Liked By,Gostou por
@ -158,14 +157,14 @@ apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start
DocType: Customize Form,Is Table,É Tabela
DocType: Website Settings,Set Banner from Image,Definir imagem como banner
apps/frappe/frappe/templates/emails/new_user.html +3,A new account has been created for you at {0},Uma nova conta foi criada para você em {0}
apps/frappe/frappe/public/js/frappe/views/communication.js +448,Enter Email Recipient(s),Digite email do Destinatário(s)
apps/frappe/frappe/public/js/frappe/views/communication.js +449,Enter Email Recipient(s),Digite email do Destinatário(s)
apps/frappe/frappe/utils/bot.py +83,Can't identify open {0}. Try something else.,Não é possível identificar aberto {0}. Tente outra coisa.
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +355,Your information has been submitted,Suas informações foram enviadas
apps/frappe/frappe/core/doctype/user/user.py +292,User {0} cannot be deleted,O usuário {0} não pode ser excluído
apps/frappe/frappe/public/js/frappe/request.js +113,Another transaction is blocking this one. Please try again in a few seconds.,"Outra transação está bloqueando essa. Por favor, tente novamente em alguns segundos."
DocType: DocType,App,Aplicativo
DocType: Communication,Attachment,Anexos
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +136,module name...,nome do módulo ...
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +139,module name...,nome do módulo ...
DocType: Custom Field,Fieldname,Nome do Campo
DocType: User,Tile,Telha
apps/frappe/frappe/templates/includes/login/login.js +106,Verifying...,Verificando...
@ -193,12 +192,12 @@ apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +431,{0} from {1} to
DocType: Web Form,Amount Based On Field,Total Baseado no Campo
apps/frappe/frappe/core/doctype/docshare/docshare.py +34,User is mandatory for Share,Usuário é obrigatória para Partilhar
DocType: Web Form,Allow Incomplete Forms,Permitir Formulários Incompletos
apps/frappe/frappe/model/base_document.py +470,{0} must be set first,{0} deve ser definida primeiro
apps/frappe/frappe/model/base_document.py +469,{0} must be set first,{0} deve ser definida primeiro
apps/frappe/frappe/utils/password_strength.py +31,"Use a few words, avoid common phrases.","Use algumas palavras, evite frases comuns."
apps/frappe/frappe/core/page/data_import_tool/exporter.py +65,"If you are uploading new records, ""Naming Series"" becomes mandatory, if present.","Se você estiver fazendo upload de novos registros, a coluna ""Naming Series"" torna-se obrigatória, se presente."
apps/frappe/frappe/core/doctype/doctype/doctype.py +280,DocType can only be renamed by Administrator,DocType só pode ser renomeado pelo Administrador
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +442,changed value of {0},mudou o valor de {0}
apps/frappe/frappe/core/doctype/doctype/doctype.py +505,Fold can not be at the end of the form,Fold não pode ser no final da forma
apps/frappe/frappe/core/doctype/doctype/doctype.py +509,Fold can not be at the end of the form,Fold não pode ser no final da forma
DocType: Communication,Bounced,Bounced
DocType: Deleted Document,Deleted Name,Nome Excluído
apps/frappe/frappe/config/setup.py +14,System and Website Users,Usuários do sistema e do site
@ -209,7 +208,7 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +234,"Your download is
apps/frappe/frappe/www/feedback.html +23,Your rating: ,Seu rating:
DocType: Print Settings,"Always add ""Draft"" Heading for printing draft documents","Sempre adicionar ""Rascunho"" no cabeçalho para impressão de documentos não enviados"
DocType: About Us Settings,Website Manager,Administrador do Site
apps/frappe/frappe/core/doctype/doctype/doctype.py +429,Field {0} in row {1} cannot be hidden and mandatory without default,"O campo {0} na linha {1} não pode ser escondido e obrigatória , sem padrão"
apps/frappe/frappe/core/doctype/doctype/doctype.py +433,Field {0} in row {1} cannot be hidden and mandatory without default,"O campo {0} na linha {1} não pode ser escondido e obrigatória , sem padrão"
DocType: Print Settings,Send document web view link in email,Enviar link no email para visualizar o documento online
DocType: Currency,"Sub-currency. For e.g. ""Cent""",Sub-moeda. Por exemplo "Centavo"
DocType: Letter Head,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
@ -219,18 +218,18 @@ DocType: Version,Version,Versão
DocType: User,Fill Screen,Preencher Tela
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +67,1. Select File,1. Selecionar arquivo
apps/frappe/frappe/public/js/frappe/form/grid.js +599,Edit via Upload,Editar via Upload
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +132,"document type..., e.g. customer","Tipo de documento ..., por exemplo: cliente"
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +135,"document type..., e.g. customer","Tipo de documento ..., por exemplo: cliente"
DocType: Workflow State,barcode,Código de barras
apps/frappe/frappe/config/setup.py +232,Add your own translations,Adicione suas próprias traduções
DocType: About Us Team Member,About Us Team Member,Sobre Nós - Membros da Equipe
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +5,"Permissions are set on Roles and Document Types (called DocTypes) by setting rights like Read, Write, Create, Delete, Submit, Cancel, Amend, Report, Import, Export, Print, Email and Set User Permissions.","As permissões são definidas em Funções e Tipos de Documentos (chamados Doctypes ) , definindo direitos como Ler, Escrever, Criar, Deletar, Enviar, Cancelar, Corrigir, Reportar, Importar, Exportar, Imprimir, Email e Definir Permissões de Usuário."
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19,"Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes.","Além de função com base em regras de permissão, você pode aplicar permissões de usuário baseado em doctypes ."
apps/frappe/frappe/core/doctype/doctype/doctype.py +550,Image field must be a valid fieldname,Campo de imagem deve ser um nome de campo válido
apps/frappe/frappe/core/doctype/doctype/doctype.py +554,Image field must be a valid fieldname,Campo de imagem deve ser um nome de campo válido
DocType: Property Setter,ID (name) of the entity whose property is to be set,ID (nome) da entidade cuja propriedade é para ser definida
DocType: Website Settings,Website Theme Image Link,Link da Imagem do Tema do Site
DocType: Web Form,Sidebar Items,Itens da barra lateral
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30,Show Permissions,Mostrar Permissões
apps/frappe/frappe/core/doctype/doctype/doctype.py +570,Timeline field must be a Link or Dynamic Link,Campo Timeline deve ser um link ou link dinâmico
apps/frappe/frappe/core/doctype/doctype/doctype.py +574,Timeline field must be a Link or Dynamic Link,Campo Timeline deve ser um link ou link dinâmico
apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,Intervalo entre datas
DocType: About Us Settings,Introduce your company to the website visitor.,Apresente sua empresa para o visitante do site.
apps/frappe/frappe/public/js/frappe/form/workflow.js +116,To,Para
@ -248,11 +247,11 @@ DocType: Print Format,Style Settings,Configurações de Estilo
DocType: Contact,Sales Manager,Gerente de Vendas
apps/frappe/frappe/public/js/frappe/model/model.js +513,Rename,Renomear
DocType: Print Format,Format Data,Formato de dados
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +460,Like,Parecido
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Like,Parecido
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,Allow User,Permitir que o usuário
apps/frappe/frappe/config/setup.py +59,Check which Documents are readable by a User,Confira quais os documentos são lidos por um Usuário
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +216,use % as wildcard,usar % como coringa
apps/frappe/frappe/email/doctype/email_account/email_account.js +150,"Email Domain not configured for this account, Create one?","Domínio de email não configurado para esta conta, criar um?"
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229,use % as wildcard,usar % como coringa
apps/frappe/frappe/email/doctype/email_account/email_account.js +151,"Email Domain not configured for this account, Create one?","Domínio de email não configurado para esta conta, criar um?"
DocType: User,Reset Password Key,Redefinição de senha chave
DocType: Email Account,Enable Auto Reply,Ativar resposta automática
DocType: Workflow State,zoom-in,aumentar zoom
@ -280,7 +279,7 @@ DocType: Property Setter,Property Setter overrides a standard DocType or Field p
apps/frappe/frappe/core/doctype/user/user.py +689,Cannot Update: Incorrect / Expired Link.,Não é possível atualizar : Link incorreto / expirado.
apps/frappe/frappe/utils/password_strength.py +58,Better add a few more letters or another word,Recomenda-se adicionar mais algumas letras ou colocar uma palavra adicional
apps/frappe/frappe/core/doctype/user/user.py +405,Username {0} already exists,O nome de usuário {0} já existe
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,{0}: Cannot set import as {1} is not importable,{0}: Não é possível definir importação como {1} se não é importável
apps/frappe/frappe/core/doctype/doctype/doctype.py +729,{0}: Cannot set import as {1} is not importable,{0}: Não é possível definir importação como {1} se não é importável
apps/frappe/frappe/contacts/doctype/address/address.py +110,There is an error in your Address Template {0},Há um erro no seu modelo de endereço {0}
DocType: Workflow State,hdd,hdd
DocType: ToDo,High,Alta
@ -302,11 +301,11 @@ DocType: Website Theme,Google Font (Text),Google Font (Texto)
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +31,{0} already unsubscribed for {1} {2},{0} já teve sua sua inscrição cancelada para {1} {2}
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +327,Did not remove,Não removido
apps/frappe/frappe/desk/like.py +89,Liked,Gostou
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,'In List View' not allowed for type {0} in row {1},'Visualização em Lista' não pode ser utilizado para o tipo {0} na linha {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +441,'In List View' not allowed for type {0} in row {1},'Visualização em Lista' não pode ser utilizado para o tipo {0} na linha {1}
DocType: Custom Field,Select the label after which you want to insert new field.,Selecione a etiqueta após a qual você deseja inserir um novo campo.
,Document Share Report,Relatório de Documentos Compartilhados
DocType: User,Last Login,Último Login
apps/frappe/frappe/core/doctype/doctype/doctype.py +597,Fieldname is required in row {0},Nome do campo é necessário na linha {0}
apps/frappe/frappe/core/doctype/doctype/doctype.py +600,Fieldname is required in row {0},Nome do campo é necessário na linha {0}
DocType: Custom Field,Adds a custom field to a DocType,Adiciona um campo personalizado para um Tipo de Documento (DocType)
DocType: File,Is Home Folder,É Home Folder
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +140,Upload and Sync,Upload e Sincronizar
@ -318,13 +317,13 @@ apps/frappe/frappe/config/setup.py +89,Log of error during requests.,Log de erro
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +193,{0} has been successfully added to the Email Group.,"{0} foi adicionado com sucesso ao grupo de emails,"
apps/frappe/frappe/public/js/frappe/upload.js +364,Make file(s) private or public?,Tornar o(s) arquivo(s) privados ou públicos?
DocType: DocShare,Everyone,Todos
apps/frappe/frappe/core/doctype/doctype/doctype.py +672,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: Apenas uma regra de permissão com a mesma função, nível e {1}"
apps/frappe/frappe/core/doctype/doctype/doctype.py +676,"{0}: Only one rule allowed with the same Role, Level and {1}","{0}: Apenas uma regra de permissão com a mesma função, nível e {1}"
DocType: Email Queue,Add Unsubscribe Link,Adicionar link para cancelar inscrição
DocType: Custom DocPerm,Filter records based on User Permissions defined for a user,Filtrar registros com base em permissões de usuário definidos para um usuário
DocType: PayPal Settings,API Password,Senha da API
apps/frappe/frappe/custom/doctype/custom_field/custom_field.py +40,Fieldname not set for Custom Field,Fieldname não definida para campo personalizado
apps/frappe/frappe/public/js/frappe/model/model.js +22,Last Updated By,Última atualização por
apps/frappe/frappe/public/js/frappe/views/communication.js +509,There were errors while sending email. Please try again.,"Ocorreram erros durante o envio de email. Por favor, tente novamente."
apps/frappe/frappe/public/js/frappe/views/communication.js +520,There were errors while sending email. Please try again.,"Ocorreram erros durante o envio de email. Por favor, tente novamente."
DocType: Portal Settings,Portal Settings,Configurações do Portal
apps/frappe/frappe/core/doctype/communication/communication.js +117,Are you sure you want to relink this communication to {0}?,Você tem certeza que deseja relinkar a comunicação para {0}?
DocType: Email Group Member,Email Group Member,Membro do Grupo de Emails
@ -339,32 +338,32 @@ DocType: Workflow State,play,jogar
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408,Did not add,Não adicionado
DocType: Contact Us Settings,Contact Us Settings,Configurações do Fale Conosco
DocType: Workflow State,text-width,largura de texto
apps/frappe/frappe/public/js/legacy/form.js +144,Maximum Attachment Limit for this record reached.,Limite máximo de anexo para este recorde atingido.
apps/frappe/frappe/public/js/legacy/form.js +142,Maximum Attachment Limit for this record reached.,Limite máximo de anexo para este recorde atingido.
DocType: Email Alert,View Properties (via Customize Form),Exibir Propriedades (via Personalizar Formulário)
DocType: Note Seen By,Note Seen By,Nota Vista por
DocType: Feedback Trigger,Check Communication,Checar Comunicação
apps/frappe/frappe/core/doctype/report/report.js +5,Report Builder reports are managed directly by the report builder. Nothing to do.,Os relatórios são gerenciados diretamente pelo sistema. Nada a fazer.
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +163,Please verify your Email Address,"Por favor, verifique seu endereço de email"
apps/frappe/frappe/model/document.py +903,none of,nenhum
apps/frappe/frappe/public/js/frappe/views/communication.js +66,Send Me A Copy,Envie-me uma Cópia
apps/frappe/frappe/public/js/frappe/views/communication.js +65,Send Me A Copy,Envie-me uma Cópia
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +127,Upload User Permissions,Publique as permissões de usuário
apps/frappe/frappe/config/website.py +7,Web Site,Web Site
apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8,Checked items will be shown on desktop,Itens marcados serão mostrado na área de trabalho
apps/frappe/frappe/core/doctype/doctype/doctype.py +715,{0} cannot be set for Single types,{0} não pode ser ajustada para os modelos únicos
apps/frappe/frappe/core/doctype/doctype/doctype.py +719,{0} cannot be set for Single types,{0} não pode ser ajustada para os modelos únicos
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858,Kanban Board {0} does not exist.,Painel Kanban {0} não existe.
apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48,{0} are currently viewing this document,{0} está vendo atualmente este documento
apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +151,{0} updated,{0} atualizado(a)
apps/frappe/frappe/core/doctype/doctype/doctype.py +705,Report cannot be set for Single types,Relatório não pode ser ajustada para os modelos únicos
apps/frappe/frappe/core/doctype/doctype/doctype.py +709,Report cannot be set for Single types,Relatório não pode ser ajustada para os modelos únicos
DocType: Email Account,Awaiting Password,Aguardando Senha
DocType: Address,Address Line 1,Endereço
apps/frappe/frappe/utils/data.py +441,Cent,Centavo
apps/frappe/frappe/config/setup.py +204,"States for workflow (e.g. Draft, Approved, Cancelled).","Status para o fluxo de trabalho (por exemplo, rascunho, aprovado, cancelado)."
DocType: Print Settings,Allow Print for Draft,Permitir impressão para rascunho
apps/frappe/frappe/public/js/legacy/form.js +357,Submit this document to confirm,Enviar este documento para confirmar
apps/frappe/frappe/public/js/legacy/form.js +338,Submit this document to confirm,Enviar este documento para confirmar
DocType: Contact,Unsubscribed,Inscrição Cancelada
apps/frappe/frappe/public/js/frappe/misc/rating_icons.html +2,Rating: ,Rating:
apps/frappe/frappe/website/js/web_form.js +259,Uploading files please wait for a few seconds.,"Fazendo upload de arquivos, por favor aguarde alguns segundos."
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +497,Attach Your Picture,Anexe sua Imagem
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +509,Attach Your Picture,Anexe sua Imagem
apps/frappe/frappe/core/doctype/version/version_view.html +69,Row Values Changed,Valores das Linhas Mudaram
DocType: Workflow State,Stop,Parar
DocType: Footer Item,Link to the page you want to open. Leave blank if you want to make it a group parent.,Link para a página que você deseja abrir. Deixe em branco se você quiser torná-lo um pai grupo.
@ -373,7 +372,7 @@ DocType: Blogger,User ID of a Blogger,ID do usuário de um Blogger
apps/frappe/frappe/core/doctype/user/user.py +287,There should remain at least one System Manager,Não deve permanecer pelo menos um gestor de sistema
DocType: Print Format,Align Labels to the Left,Alinhar etiquetas à esquerda
DocType: Workflow State,circle-arrow-right,círculo de seta à direita
apps/frappe/frappe/public/js/legacy/form.js +73,Cannot open instance when its {0} is open,"Não é possível abrir instância , quando o seu {0} é aberto"
apps/frappe/frappe/public/js/legacy/form.js +72,Cannot open instance when its {0} is open,"Não é possível abrir instância , quando o seu {0} é aberto"
apps/frappe/frappe/desk/page/applications/applications.py +79,Queued for install,Na fila para instalação
DocType: Newsletter,Send Unsubscribe Link,Enviar link para cancelar inscrição
DocType: Report,Script Report,Relatório Script
@ -433,7 +432,7 @@ apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +213,Import Fa
DocType: Email Account,Auto Reply Message,Resposta Automática
DocType: Contact,User ID,ID de Usuário
DocType: File,Lft,LFT
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +135,Open a module or tool,Abra um módulo ou ferramenta
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +138,Open a module or tool,Abra um módulo ou ferramenta
DocType: Communication,Delivery Status,Status da Entrega
DocType: Module Def,App Name,Nome do App
DocType: Workflow,"Field that represents the Workflow State of the transaction (if field is not present, a new hidden Custom Field will be created)","Campo que representa o status da transação no fluxo de trabalho (se o campo não estiver presente, um novo campo oculto personalizado será criado)"
@ -441,7 +440,7 @@ apps/frappe/frappe/utils/oauth.py +194,Email not verified with {1},Email não ve
DocType: Help Article,Knowledge Base Contributor,Colaborador da Base de Conhecimento
DocType: Communication,Sent Read Receipt,Enviar Confirmação de Leitura
DocType: Email Queue,Unsubscribe Method,Método de Cancelamento de Inscrição
apps/frappe/frappe/public/js/frappe/views/communication.js +80,Select Languages,Selecionar Idiomas
apps/frappe/frappe/public/js/frappe/views/communication.js +79,Select Languages,Selecionar Idiomas
apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78,Seems API Key or API Secret is wrong !!!,Parece que a chave API ou o segredo da API estão errados !!!
DocType: File,Attached To Name,Anexado Para Nome
apps/frappe/frappe/email/receive.py +95,Invalid User Name or Support Password. Please rectify and try again.,"Nome de usuário ou senha inválidos. Por favor, corrigir e tentar novamente."
@ -454,7 +453,7 @@ DocType: Customize Form,Enter Form Type,Digite o Tipo de Formulário
apps/frappe/frappe/public/js/frappe/list/list_sidebar_stat.html +5,No records tagged.,Não há registros marcados.
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +466,Remove Field,Remover Campo
DocType: User,Send Password Update Notification,Enviar notificação de alteração de senha
apps/frappe/frappe/public/js/legacy/form.js +63,"Allowing DocType, DocType. Be careful!","Permitindo DocType , DocType . Tenha cuidado !"
apps/frappe/frappe/public/js/legacy/form.js +62,"Allowing DocType, DocType. Be careful!","Permitindo DocType , DocType . Tenha cuidado !"
apps/frappe/frappe/config/core.py +32,"Customized Formats for Printing, Email","Formatos personalizados para impressão, Email"
apps/frappe/frappe/public/js/frappe/desk.js +460,Updated To New Version,Atualizado para uma Nova Versão
DocType: Custom Field,Depends On,Depende de
@ -532,7 +531,7 @@ apps/frappe/frappe/desk/page/applications/applications.py +112,Downloading App {
DocType: Communication,Feedback Request,Solicitação de Feedback
apps/frappe/frappe/www/login.html +30,Sign in,Entrar
DocType: System Settings,Backups,Backups
apps/frappe/frappe/public/js/frappe/form/layout.js +106,Hide Details,Ocultar Detalhes
apps/frappe/frappe/public/js/frappe/form/layout.js +133,Hide Details,Ocultar Detalhes
DocType: Workflow State,Tasks,Tarefas
DocType: Blog Settings,Blog Settings,Configurações do Blog
DocType: Workflow State,bullhorn,megafone
@ -545,9 +544,8 @@ DocType: Website Settings,Hide Footer Signup,Esconder Link de Inscrição do Rod
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +421,cancelled this document,cancelou este documento
apps/frappe/frappe/core/doctype/report/report.js +16,Write a Python file in the same folder where this is saved and return column and result.,Gravar um arquivo Python na mesma pasta onde este é guardado e coluna de retorno e resultado.
DocType: DocType,Sort Field,Ordenar por campo
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +424,Edit Filter,Edit Filter
apps/frappe/frappe/core/doctype/doctype/doctype.py +411,Field {0} of type {1} cannot be mandatory,O campo {0} do tipo {1} não pode ser obrigatória
DocType: System Settings,"eg. If Apply User Permissions is checked for Report DocType but no User Permissions are defined for Report for a User, then all Reports are shown to that User","por exemplo. Se aplicar permissões do usuário está marcada para o relatório DocType mas não permissões de usuário são definidos para o relatório para um usuário, em seguida, todos os relatórios são mostrados para que o Usuário"
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +445,Edit Filter,Edit Filter
apps/frappe/frappe/core/doctype/doctype/doctype.py +415,Field {0} of type {1} cannot be mandatory,O campo {0} do tipo {1} não pode ser obrigatória
DocType: System Settings,Session Expiry Mobile,Duração da Sessão Móvel
apps/frappe/frappe/templates/includes/search_box.html +19,Search results for,Pesquisar resultados para
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +850,Select To Download:,Selecione para Download:
@ -591,7 +589,7 @@ apps/frappe/frappe/website/doctype/contact_us_settings/contact_us_settings.js +3
DocType: User,Block Modules,Módulos de blocos
apps/frappe/frappe/model/db_schema.py +141,Reverting length to {0} for '{1}' in '{2}'; Setting the length as {3} will cause truncation of data.,Revertendo comprimento para {0} para '{1}' em '{2}'; Definir o comprimento como {3} irá causar truncamento de dados.
DocType: Print Format,Custom CSS,CSS Personalizado
apps/frappe/frappe/model/rename_doc.py +375,Ignored: {0} to {1},Ignorados: {0} para {1}
apps/frappe/frappe/model/rename_doc.py +376,Ignored: {0} to {1},Ignorados: {0} para {1}
apps/frappe/frappe/config/setup.py +84,Log of error on automated events (scheduler).,Log de erro sobre eventos automatizados ( programador ) .
apps/frappe/frappe/utils/csvutils.py +75,Not a valid Comma Separated Value (CSV File),Não é um valor CSV válido (arquivo CSV)
DocType: Email Account,Default Incoming,Padrão de Entrada
@ -628,26 +626,27 @@ apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251,If Docume
apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py +48,"%s is not a valid report format. Report format should \
one of the following %s",%s não é um formato válido de relatório. O formato do relatório deve ser um dos seguintes %s
DocType: Communication,Chat,Conversa ou Chat
apps/frappe/frappe/core/doctype/doctype/doctype.py +407,Fieldname {0} appears multiple times in rows {1},Fieldname {0} aparece várias vezes em linhas {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +408,Fieldname {0} appears multiple times in rows {1},Fieldname {0} aparece várias vezes em linhas {1}
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +460,{0} from {1} to {2} in row #{3},{0} de {1} para {2} na linha #{3}
DocType: Customize Form Field,Number of columns for a field in a Grid (Total Columns in a grid should be less than 11),O número de colunas para um campo numa Grelha (O Total de Colunas em um grid deve ser inferior a 11)
apps/frappe/frappe/www/login.html +93,Have an account? Login,Possui cadastro? Entre
apps/frappe/frappe/public/js/legacy/print_format.js +148,Unknown Print Format: {0},Formato de Impressão desconhecido: {0}
DocType: Workflow State,arrow-down,seta para baixo
apps/frappe/frappe/public/js/frappe/ui/tree.js +130,Collapse,Recolher
apps/frappe/frappe/model/delete_doc.py +161,User not allowed to delete {0}: {1},Usuário não tem permissão para excluir {0}: {1}
apps/frappe/frappe/model/delete_doc.py +162,User not allowed to delete {0}: {1},Usuário não tem permissão para excluir {0}: {1}
apps/frappe/frappe/public/js/frappe/model/model.js +21,Last Updated On,Última atualização em
DocType: Help Article,Likes,Likes
DocType: Website Settings,Top Bar,Barra superior
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,Configurações Globais: Os Usuários serão capazes de escolher apenas ícones selecionados
apps/frappe/frappe/core/doctype/file/test_file.py +57,Home/Test Folder 2,Início / Teste pasta 2
DocType: System Settings,Ignore User Permissions If Missing,Ignorar permissões de usuário se ausente
apps/frappe/frappe/public/js/frappe/form/control.js +1016,Please save the document before uploading.,"Por favor, salve o documento antes de fazer upload."
apps/frappe/frappe/public/js/frappe/form/control.js +990,Please save the document before uploading.,"Por favor, salve o documento antes de fazer upload."
apps/frappe/frappe/public/js/frappe/ui/messages.js +214,Enter your password,Digite sua senha
DocType: Dropbox Settings,Dropbox Access Secret,Segredo de Acesso Dropbox
apps/frappe/frappe/core/doctype/doctype/doctype.py +503,Fold must come before a Section Break,Dobre deve vir antes de uma quebra de secção
apps/frappe/frappe/core/doctype/doctype/doctype.py +507,Fold must come before a Section Break,Dobre deve vir antes de uma quebra de secção
apps/frappe/frappe/public/js/frappe/model/meta.js +190,Last Modified By,Última Alteração por
DocType: Workflow State,hand-down,mão abaixo
apps/frappe/frappe/core/doctype/doctype/doctype.py +691,{0}: Cannot set Cancel without Submit,{0}: Não é possível definir Cancelar sem Submeter
apps/frappe/frappe/core/doctype/doctype/doctype.py +695,{0}: Cannot set Cancel without Submit,{0}: Não é possível definir Cancelar sem Submeter
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162,There were errors.,Ocorreram erros.
DocType: DocType,Is Submittable,Pode ser Enviado
apps/frappe/frappe/core/page/data_import_tool/exporter.py +265,Column Labels:,Rótulos de coluna:
@ -658,7 +657,7 @@ DocType: Custom Script,Script,Script
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +28,My Settings,Minhas Configurações
DocType: Desktop Icon,Force Show,Forçar Exibição
apps/frappe/frappe/auth.py +78,Invalid Request,Requisição Inválida
apps/frappe/frappe/public/js/frappe/form/layout.js +33,This form does not have any input,Este formulário não tem nenhum campo a ser preenchido
apps/frappe/frappe/public/js/frappe/form/layout.js +35,This form does not have any input,Este formulário não tem nenhum campo a ser preenchido
DocType: Footer Item,"Select target = ""_blank"" to open in a new page.","Select target = "" _blank"" para abrir em uma nova página."
apps/frappe/frappe/public/js/frappe/model/model.js +487,Permanently delete {0}?,Excluir Permanentemente {0} ?
apps/frappe/frappe/desk/page/applications/applications.js +45,Not Set,Não Definido
@ -667,7 +666,7 @@ apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +131,Sit tight while y
DocType: Email Queue,Email Queue,Fila de Emails
apps/frappe/frappe/core/page/desktop/desktop.py +12,Add Employees to Manage Them,Adicione colaboradores para gerí-los
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +7,Roles can be set for users from their User page.,As funções podem ser definidas para os usuários através de sua página de Usuário.
apps/frappe/frappe/core/doctype/doctype/doctype.py +655,{0}: No basic permissions set,{0}: Nenhum conjunto de permissões básico
apps/frappe/frappe/core/doctype/doctype/doctype.py +659,{0}: No basic permissions set,{0}: Nenhum conjunto de permissões básico
apps/frappe/frappe/utils/backups.py +159,Download link for your backup will be emailed on the following email address: {0},Link de download para o seu backup será enviado por email no seguinte endereço de email: {0}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14,"Meaning of Submit, Cancel, Amend","Significado de Enviar, Cancelar, Corrigir"
apps/frappe/frappe/desk/doctype/todo/todo_list.js +7,To Do,Atribuições
@ -676,7 +675,7 @@ DocType: File,Preview HTML,Pré-visualização de HTML
apps/frappe/frappe/desk/doctype/todo/todo.py +20,Assigned to {0}: {1},Atribuído para {0}: {1}
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +129,Filters saved,Filtros salvos
DocType: DocField,Percent,Por cento
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +436,Please set filters,"Por favor, defina filtros"
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435,Please set filters,"Por favor, defina filtros"
apps/frappe/frappe/public/js/frappe/form/linked_with.js +29,Linked With,Relacionado com
DocType: Website Settings,Landing Page,Página de chegada
apps/frappe/frappe/public/js/frappe/form/quick_entry.js +77,{0} Name,{0} Nome
@ -691,10 +690,10 @@ apps/frappe/frappe/desk/page/applications/applications.js +175,Remove {0} and de
apps/frappe/frappe/desk/page/activity/activity_row.html +34,{0} {1} to {2},{0} {1} para {2}
DocType: User,Login After,Login após
DocType: Print Format,Monospace,Monospace
apps/frappe/frappe/core/doctype/doctype/doctype.py +459,Precision should be between 1 and 6,Precisão deve estar entre 1 e 6
apps/frappe/frappe/core/doctype/doctype/doctype.py +463,Precision should be between 1 and 6,Precisão deve estar entre 1 e 6
apps/frappe/frappe/patches/v6_19/comment_feed_communication.py +131,Assignment,Tarefa
DocType: Workflow State,step-backward,voltar
apps/frappe/frappe/utils/boilerplate.py +262,{app_title},{app_title}
apps/frappe/frappe/utils/boilerplate.py +263,{app_title},{app_title}
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200,Please set Dropbox access keys in your site config,Defina teclas de acesso Dropbox em sua configuração local
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16,Delete this record to allow sending to this email address,Excluir este registro para permitir o envio para esse endereço de email
apps/frappe/frappe/core/page/data_import_tool/exporter.py +66,Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish.,"Somente os campos obrigatórios são necessários para novos registros. Você pode excluir colunas não-obrigatórias, se desejar."
@ -710,7 +709,7 @@ DocType: Custom DocPerm,Amend,Corrigir
DocType: File,Is Attachments Folder,É Pasta de Anexos
apps/frappe/frappe/templates/includes/login/login.js +49,Valid Login id required.,É necessário um usuário válido.
apps/frappe/frappe/desk/doctype/todo/todo.js +30,Re-open,Abrir Novamente
apps/frappe/frappe/model/rename_doc.py +359,Please select a valid csv file with data,"Por favor, selecione um arquivo csv com dados válidos"
apps/frappe/frappe/model/rename_doc.py +360,Please select a valid csv file with data,"Por favor, selecione um arquivo csv com dados válidos"
apps/frappe/frappe/core/doctype/docshare/docshare.py +56,{0} un-shared this document with {1},{0} descompartilhou este documento com {1}
apps/frappe/frappe/public/js/frappe/form/workflow.js +118,Document Status transition from {0} to {1} is not allowed,Transição Status do Documento de {0} para {1} não é permitido
DocType: DocType,"Make ""name"" searchable in Global Search","Tornar ""nome"" pesquisável na Busca Global"
@ -720,7 +719,6 @@ apps/frappe/frappe/model/document.py +526,Record does not exist,Registro não ex
apps/frappe/frappe/core/doctype/version/version_view.html +13,Original Value,Valor Original
apps/frappe/frappe/utils/oauth.py +288,User {0} is disabled,Usuário {0} está desativado
apps/frappe/frappe/www/404.html +8,Page missing or moved,Página ausente ou mudou
apps/frappe/frappe/public/js/legacy/form.js +192,Edit {0} properties,Editar propriedades de {0}
apps/frappe/frappe/desk/form/load.py +46,Did not load,Não carregue
DocType: Tag Category,Doctypes,Doctypes
apps/frappe/frappe/desk/query_report.py +87,Query must be a SELECT,Consulta deve ser um SELECT
@ -746,7 +744,7 @@ apps/frappe/frappe/integrations/doctype/ldap_settings/ldap_settings.py +32,Incor
apps/frappe/frappe/email/doctype/email_account/email_account_list.js +6,Default Sending and Inbox,Padrão para Envio e Recebimento
apps/frappe/frappe/core/doctype/file/file_list.js +84,Import .zip,Importar .zip
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +21,Document ID,ID do Documento
apps/frappe/frappe/core/doctype/doctype/doctype.py +552,Image field must be of type Attach Image,Campo de imagem deve ser do tipo Anexar Imagem
apps/frappe/frappe/core/doctype/doctype/doctype.py +556,Image field must be of type Attach Image,Campo de imagem deve ser do tipo Anexar Imagem
apps/frappe/frappe/public/js/frappe/form/save.js +141,Mandatory fields required in {0},Os campos obrigatórios exigidos no {0}
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +95,Reset Permissions for {0}?,Repor permissões para {0} ?
apps/frappe/frappe/core/doctype/version/version_view.html +32,Rows Removed,Linhas Excluídas
@ -773,7 +771,7 @@ DocType: Customize Form,"Fields separated by comma (,) will be included in the "
apps/frappe/frappe/website/doctype/website_theme/website_theme.py +35,Please Duplicate this Website Theme to customize.,Por favor Duplicar este site Tema para personalizar.
apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,Configurações para a Página Sobre Nós.
DocType: Error Snapshot,Error Snapshot,Snapshot de Erro
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +460,In,em
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,In,em
DocType: Email Alert,Value Change,Mudança de Valor
DocType: Standard Reply,Standard Reply,Resposta Padrão
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233,Width of the input box,Largura de entrada da caixa
@ -784,9 +782,9 @@ apps/frappe/frappe/desk/doctype/bulk_update/bulk_update.js +8,"Field ""value"" i
DocType: Customize Form,Use this fieldname to generate title,Utilize este campo para gerar o título
apps/frappe/frappe/email/doctype/email_group/email_group.js +13,Import Email From,Importar Email do
apps/frappe/frappe/contacts/doctype/contact/contact.js +20,Invite as User,Convidar como Usuário
apps/frappe/frappe/public/js/frappe/views/communication.js +83,Select Attachments,Selecione os Anexos
apps/frappe/frappe/public/js/frappe/views/communication.js +82,Select Attachments,Selecione os Anexos
apps/frappe/frappe/website/js/web_form.js +293,There were errors. Please report this.,"Houveram erros. Por favor, reporte isso."
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +380,Loading Report,Carregando Relatório
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379,Loading Report,Carregando Relatório
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +46,Attach File,Anexar Arquivo
apps/frappe/frappe/templates/emails/password_update.html +1,Password Update Notification,Notificação de Atualização de Senha
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59,Assignment Complete,Atribuição Concluída
@ -800,7 +798,7 @@ DocType: Custom Field,Default Value,Valor padrão
DocType: Workflow Document State,Update Field,Atualizar Campo
apps/frappe/frappe/desk/page/applications/applications.js +50,Regional Extensions,Extensões regionais
apps/frappe/frappe/core/doctype/communication/email.py +143,Leave this conversation,Deixar essa conversa
apps/frappe/frappe/model/base_document.py +466,Options not set for link field {0},Opções não definida para o campo link {0}
apps/frappe/frappe/model/base_document.py +465,Options not set for link field {0},Opções não definida para o campo link {0}
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +25,Unselect All,Desmarcar Todos
apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +197,You cannot unset 'Read Only' for field {0},"Você não pode desabilitar ""Somente leitura"" para o campo {0}"
apps/frappe/frappe/core/page/data_import_tool/exporter.py +62,Please do not change the template headings.,"Por favor, não alterar as posições do modelo."
@ -824,7 +822,7 @@ DocType: Authentication Log,Logout,Sair
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,As permissões em níveis mais elevados são permissões igualdade. 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. Isso é útil no caso de você querer esconder ou fazer determinado campo somente leitura para certas funções.
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +38,"If these instructions where not helpful, please add in your suggestions on GitHub Issues.","Se estas instruções não forem úteis, dê sua sugestão no GitHub."
apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot.html +32,Error Report,Reportar erro
apps/frappe/frappe/model/base_document.py +535,Row #{0}:,Linha # {0}:
apps/frappe/frappe/model/base_document.py +534,Row #{0}:,Linha # {0}:
apps/frappe/frappe/auth.py +245,Login not allowed at this time,Entrada não permitida neste momento
DocType: Async Task,Runtime,Runtime
DocType: DocType,Permissions Settings,Configurações de Permissões
@ -840,7 +838,7 @@ DocType: DocField,Text,Texto
apps/frappe/frappe/config/setup.py +161,Standard replies to common queries.,Repostas padrões para perguntas comuns.
apps/frappe/frappe/email/doctype/email_account/email_account_list.js +14,Default Sending,Padrão Envio
DocType: Workflow State,volume-off,mudo
apps/frappe/frappe/public/js/frappe/form/footer/timeline_item.html +160,Liked by {0},Aprovado por {0}
apps/frappe/frappe/public/js/frappe/form/footer/timeline_item.html +161,Liked by {0},Aprovado por {0}
,Download Backups,Download de Backups
apps/frappe/frappe/core/doctype/file/test_file.py +43,Home/Test Folder 1,Início / Teste pasta 1
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +75,"Do not update, but insert new records.","Não atualizar, mas inserir novos registros."
@ -895,11 +893,11 @@ apps/frappe/frappe/core/doctype/doctype/doctype.py +377,"DocType's name should s
DocType: Address,Accounts User,Usuário de Contas
DocType: Web Page,HTML for header section. Optional,HTML para a seção de cabeçalho. opcional
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +13,This feature is brand new and still experimental,Esta funcionalidade é nova e ainda está em fase experimental
apps/frappe/frappe/model/rename_doc.py +364,Maximum {0} rows allowed,Máximo de {0} linhas permitido
apps/frappe/frappe/model/rename_doc.py +365,Maximum {0} rows allowed,Máximo de {0} linhas permitido
DocType: Email Unsubscribe,Global Unsubscribe,Mundial Unsubscribe
apps/frappe/frappe/utils/password_strength.py +157,This is a very common password.,Essa é uma senha muito comum.
apps/frappe/frappe/email/doctype/email_group/email_group.js +9,View,Ver
apps/frappe/frappe/public/js/frappe/views/communication.js +78,Select Print Format,Selecione o Formato de Impressão
apps/frappe/frappe/public/js/frappe/views/communication.js +77,Select Print Format,Selecione o Formato de Impressão
DocType: Portal Settings,Portal Menu,Portal menu
apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +356,Search for anything,Procurar por qualquer coisa
DocType: DocField,Print Hide,Ocultar Impressão
@ -928,11 +926,11 @@ DocType: Error Snapshot,Snapshot View,Ver Snapshot
apps/frappe/frappe/email/doctype/newsletter/newsletter.py +100,Please save the Newsletter before sending,"Por favor, salve o Boletim Informativo antes de enviar"
DocType: Patch Log,List of patches executed,Lista de correções executado
apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +21,{0} already unsubscribed,{0} já teve sua inscrição removida
apps/frappe/frappe/public/js/frappe/views/communication.js +70,Communication Medium,Meio de comunicação
apps/frappe/frappe/public/js/frappe/views/communication.js +69,Communication Medium,Meio de comunicação
DocType: Website Settings,Banner HTML,Faixa HTML
apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +29,Queued for backup. It may take a few minutes to an hour.,Na fila para backup em até uma hora.
apps/frappe/frappe/config/integrations.py +53,Register OAuth Client App,Registrar App OAuth Cliente
apps/frappe/frappe/model/base_document.py +539,"{0} {1} cannot be ""{2}"". It should be one of ""{3}""","{0} {1} não pode ser ""{2}"". Deve pertencer a ""{3}"""
apps/frappe/frappe/model/base_document.py +538,"{0} {1} cannot be ""{2}"". It should be one of ""{3}""","{0} {1} não pode ser ""{2}"". Deve pertencer a ""{3}"""
apps/frappe/frappe/core/page/modules_setup/modules_setup.js +4,Show or Hide Desktop Icons,Mostrar ou ocultar ícones no desktop
apps/frappe/frappe/core/doctype/user/user.py +231,Password Update,Atualização de Senha
DocType: Workflow State,trash,lixo
@ -966,11 +964,11 @@ apps/frappe/frappe/core/page/user_permissions/user_permissions.py +106,Please up
apps/frappe/frappe/modules/utils.py +202,App not found,App não encontrado
apps/frappe/frappe/core/doctype/communication/communication.py +52,Cannot create a {0} against a child document: {1},Não é possível criar um {0} contra um documento filho: {1}
apps/frappe/frappe/config/desk.py +32,Chat messages and other notifications.,Mensagens do chat e outras notificações.
apps/frappe/frappe/custom/doctype/custom_field/custom_field.py +72,Insert After cannot be set as {0},Depois de inserir não pode ser definido como {0}
apps/frappe/frappe/custom/doctype/custom_field/custom_field.py +76,Insert After cannot be set as {0},Depois de inserir não pode ser definido como {0}
apps/frappe/frappe/public/js/frappe/desk.js +134,Email Account setup please enter your password for: ,"Configuração de email, por favor informe sua senha para:"
DocType: Workflow State,hand-up,mão acima
DocType: Blog Settings,Writers Introduction,Introdução dos Escritores
apps/frappe/frappe/email/doctype/email_alert/email_alert.py +239,Error while evaluating Email Alert {0}. Please fix your template.,Erro ao avaliar Email de Alerta {0}. Corrija seu modelo.
apps/frappe/frappe/email/doctype/email_alert/email_alert.py +244,Error while evaluating Email Alert {0}. Please fix your template.,Erro ao avaliar Email de Alerta {0}. Corrija seu modelo.
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +140,Select Document Type or Role to start.,Selecione o Tipo de Documento ou Função para começar.
DocType: Contact,Passive,Sem movimento
DocType: Contact,Accounts Manager,Gerente de Contas
@ -1002,7 +1000,7 @@ DocType: Currency,"How should this currency be formatted? If not set, will use s
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +252,Show User Permissions,Mostrar Permissões de Usuário
apps/frappe/frappe/utils/response.py +134,You need to be logged in and have System Manager Role to be able to access backups.,Você precisa estar conectado e ter permissão para ser capaz de acessar backups.
apps/frappe/frappe/core/page/usage_info/usage_info.html +22,Remaining,Remanescente
apps/frappe/frappe/public/js/legacy/form.js +139,Please save before attaching.,"Por favor, salve antes de anexar."
apps/frappe/frappe/public/js/legacy/form.js +137,Please save before attaching.,"Por favor, salve antes de anexar."
apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +319,Fieldtype cannot be changed from {0} to {1} in row {2},FieldType não pode ser alterado a partir de {0} a {1} em linha {2}
apps/frappe/frappe/public/js/frappe/form/workflow.js +41,Workflow will start after saving.,Fluxo de trabalho será iníciado após salvar.
apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +7,Can Share,Pode Compartilhar
@ -1011,7 +1009,7 @@ DocType: Workflow State,step-forward,prosseguir
apps/frappe/frappe/core/doctype/user/user.js +42,Refreshing...,Atualizando...
DocType: System Settings,System Settings,Configurações do Sistema
apps/frappe/frappe/email/queue.py +454,This email was sent to {0} and copied to {1},Este email foi enviado para {0} e copiados para {1}
apps/frappe/frappe/public/js/frappe/form/control.js +1470,Create a new {0},Criar um(a) novo(a) {0}
apps/frappe/frappe/public/js/frappe/form/control.js +1432,Create a new {0},Criar um(a) novo(a) {0}
DocType: Workflow State,ok-sign,ok-sinal
DocType: Newsletter,Create and Send Newsletters,Criar e enviar email marketing
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +309,From Date must be before To Date,A data inicial deve ser anterior a data final
@ -1043,13 +1041,13 @@ DocType: Feedback Trigger,Email Field,Campo do Email
apps/frappe/frappe/core/doctype/docshare/docshare.py +49,{0} shared this document with {1},{0} compartilhou este documento com {1}
DocType: Website Settings,Brand Image,Imagem da Marca
apps/frappe/frappe/config/website.py +58,"Setup of top navigation bar, footer and logo.","Configuração de barra de navegação do topo, rodapé, e logotipo."
apps/frappe/frappe/core/doctype/doctype/doctype.py +651,For {0} at level {1} in {2} in row {3},Por {0} a nível {1} em {2} na linha {3}
apps/frappe/frappe/core/doctype/doctype/doctype.py +655,For {0} at level {1} in {2} in row {3},Por {0} a nível {1} em {2} na linha {3}
DocType: Address,Sales User,Usuário de Vendas
apps/frappe/frappe/config/setup.py +178,Drag and Drop tool to build and customize Print Formats.,Ferramenta de segure e arraste para construir e personalizar formatos de impressão.
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +434,Set,Conjunto
DocType: Workflow State,align-right,Alinhar à direita
apps/frappe/frappe/core/doctype/file/file.py +211,Folder {0} is not empty,Pasta {0} não está vazio
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +269,Field {0} is not selectable.,O campo {0} não é selecionável.
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +286,Field {0} is not selectable.,O campo {0} não é selecionável.
DocType: System Settings,Session Expiry,Duração da Sessão
DocType: Bulk Update,Desk,Mesa
apps/frappe/frappe/core/doctype/report/report.js +8,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).
@ -1057,7 +1055,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +131,Setup Auto
apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +25,Ctrl + Down,Ctrl + Seta para baixo
apps/frappe/frappe/utils/password_strength.py +153,This is a top-10 common password.,Essa é uma das 10 senhas mais comuns..
DocType: Workflow State,chevron-down,divisa-abaixo
apps/frappe/frappe/public/js/frappe/views/communication.js +494,Email not sent to {0} (unsubscribed / disabled),Email não enviado para {0} (inscrição cancelada / desativado)
apps/frappe/frappe/public/js/frappe/views/communication.js +495,Email not sent to {0} (unsubscribed / disabled),Email não enviado para {0} (inscrição cancelada / desativado)
DocType: Currency,Smallest Currency Fraction Value,Menor valor fracionado de moeda
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +137,Assign To,Atribuir a
DocType: Web Page,Enable Comments,Ativação de comentários
@ -1065,18 +1063,18 @@ DocType: User,Restrict user from this IP address only. Multiple IP addresses can
DocType: Website Theme,Google Font (Heading),Fonte do Google (cabeçalho)
apps/frappe/frappe/public/js/frappe/views/treeview.js +204,Select a group node first.,Selecione um nó de grupo primeiro.
DocType: Email Account,"Append as communication against this DocType (must have fields, ""Status"", ""Subject"")","Anexar como a comunicação contra este DocType (deve ter campos, ""status"", ""Assunto"")"
apps/frappe/frappe/model/base_document.py +602,Not allowed to change {0} after submission,Não é permitido alterar {0} após a apresentação
apps/frappe/frappe/model/base_document.py +601,Not allowed to change {0} after submission,Não é permitido alterar {0} após a apresentação
apps/frappe/frappe/core/page/usage_info/usage_info.html +10,Users,Usuários
DocType: Communication,Timeline field Name,Nome do campo da timeline
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +136,Loading,Carregando
apps/frappe/frappe/config/integrations.py +43,"Enter keys to enable login via Facebook, Google, GitHub.","Enter para ativar o login via Facebook , Google, GitHub ."
apps/frappe/frappe/public/js/frappe/ui/tags.js +20,Add a tag,Inclua uma etiqueta
apps/frappe/frappe/public/js/frappe/form/control.js +1284,Please attach a file first.,"Por favor, anexar um arquivo primeiro"
apps/frappe/frappe/public/js/frappe/form/control.js +1250,Please attach a file first.,"Por favor, anexar um arquivo primeiro"
DocType: Website Slideshow Item,Website Slideshow Item,Item do Slideshow do Site
DocType: Portal Settings,Default Role at Time of Signup,Função padrão no momento da inscrição
DocType: DocType,Title Case,Caixa do Título
DocType: Blog Post,Email Sent,Email enviado
apps/frappe/frappe/public/js/frappe/views/communication.js +64,Send As Email,Enviar como email
apps/frappe/frappe/public/js/frappe/views/communication.js +63,Send As Email,Enviar como email
DocType: Website Theme,Link Color,Cor do link
apps/frappe/frappe/core/doctype/user/user.py +99,User {0} cannot be disabled,O usuário {0} não pode ser desativado
apps/frappe/frappe/core/doctype/user/user.py +866,"Dear System Manager,","Caro Administrador de Sistemas,"
@ -1090,7 +1088,7 @@ DocType: Workflow State,file,arquivo
apps/frappe/frappe/www/login.html +108,Back to Login,Voltar para Login
DocType: File,File Size,Tamanho do arquivo
apps/frappe/frappe/website/doctype/web_form/web_form.py +399,You must login to submit this form,Você precisa estar logado para enviar este formulário
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +463,"Select your Country, Time Zone and Currency","Escolha o seu País, Fuso Horário e Moeda"
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +475,"Select your Country, Time Zone and Currency","Escolha o seu País, Fuso Horário e Moeda"
DocType: Async Task,Queued,Enfileiradas
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +204,Invalid Filter: {0},Filtro inválido: {0}
DocType: OAuth Bearer Token,Access Token,Token de Acesso
@ -1115,7 +1113,7 @@ DocType: Contact,Maintenance Manager,Gerente de Manutenção
DocType: Website Theme,Top Bar Text Color,Cor do texto da barra superior
apps/frappe/frappe/core/doctype/file/file.py +370,File '{0}' not found,Arquivo '{0}' não encontrado
DocType: User,Change Password,Alterar a senha
apps/frappe/frappe/public/js/frappe/form/control.js +509,Invalid Email: {0},Email inválido: {0}
apps/frappe/frappe/public/js/frappe/form/control.js +498,Invalid Email: {0},Email inválido: {0}
apps/frappe/frappe/desk/doctype/event/event.py +23,Event end must be after start,Evento final deve ser após o início
apps/frappe/frappe/desk/query_report.py +23,You don't have permission to get a report on: {0},Você não tem permissão para acessar um relatório sobre: {0}
DocType: Blog Post,Blog Post,Mensagem do Blog
@ -1131,7 +1129,7 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +18
DocType: Workflow State,circle-arrow-left,círculo de seta para a esquerda
apps/frappe/frappe/sessions.py +156,Redis cache server not running. Please contact Administrator / Tech support,Servidor de cache Redis não está funcionando. Entre em contato com o Administrador de apoio / Tecnologia
apps/frappe/frappe/contacts/report/addresses_and_contacts/addresses_and_contacts.js +23,Party Name,Nome do Sujeito
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +129,Make a new record,Criar um novo registro
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +132,Make a new record,Criar um novo registro
DocType: LDAP Settings,LDAP First Name Field,Campo Primeiro Nome do LDAP
DocType: Custom Field,Field Description,Descrição do Campo
apps/frappe/frappe/model/naming.py +53,Name not set via Prompt,Nome não definido através Prompt
@ -1162,7 +1160,7 @@ apps/frappe/frappe/www/update-password.html +111,Please enter the password,Por f
apps/frappe/frappe/www/printview.py +83,Not allowed to print cancelled documents,Não permitido para imprimir documentos cancelados
apps/frappe/frappe/core/page/data_import_tool/exporter.py +269,Info:,Info:
DocType: User,Send Notifications for Transactions I Follow,Enviar notificações para transações seguidas por mim
apps/frappe/frappe/core/doctype/doctype/doctype.py +694,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: Não é possível definir Enviar, Cancelar, Alterar sem Salvar"
apps/frappe/frappe/core/doctype/doctype/doctype.py +698,"{0}: Cannot set Submit, Cancel, Amend without Write","{0}: Não é possível definir Enviar, Cancelar, Alterar sem Salvar"
apps/frappe/frappe/public/js/frappe/form/footer/attachments.js +83,Are you sure you want to delete the attachment?,Tem certeza de que deseja excluir o anexo?
apps/frappe/frappe/public/js/frappe/form/save.js +11,Saving,Salvando
DocType: Print Settings,Print Style Preview,Estilo de visualização de impressão
@ -1171,7 +1169,7 @@ DocType: Website Settings,Website Theme,Tema do Site
DocType: DocField,In List View,Mostrar na Visualização da Lista
apps/frappe/frappe/email/smtp.py +24,Invalid login or password,Login ou senha inválidos
apps/frappe/frappe/config/setup.py +237,Add custom javascript to forms.,Adicionar javascript personalizado aos formulários.
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +489,Sr No,Nº de série
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +488,Sr No,Nº de série
,Role Permissions Manager,Gestor de Permissões por Função
,User Permissions Manager,Gestor de Permissões de Usuário
DocType: Email Alert,Days Before or After,Dias Antes ou Após
@ -1187,14 +1185,14 @@ apps/frappe/frappe/core/doctype/error_log/error_log_list.js +12,Clear Error Logs
DocType: Email Account,Notify if unreplied for (in mins),Informar se não for respondido em (minutos)
apps/frappe/frappe/public/js/frappe/list/list_renderer.js +497,2 days ago,Há 2 dias
apps/frappe/frappe/config/website.py +47,Categorize blog posts.,Categorizar posts.
apps/frappe/frappe/core/doctype/doctype/doctype.py +535,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} não é padrão para nome de campo válido. Deve ser {{field_name}}.
apps/frappe/frappe/core/doctype/doctype/doctype.py +539,{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}.,{{{0}}} não é padrão para nome de campo válido. Deve ser {{field_name}}.
apps/frappe/frappe/public/js/frappe/views/treeview.js +161,Add Child,Adicionar sub-item
apps/frappe/frappe/model/delete_doc.py +165,{0} {1}: Submitted Record cannot be deleted.,{0} {1}: Registro enviado não pode ser excluído.
apps/frappe/frappe/model/delete_doc.py +166,{0} {1}: Submitted Record cannot be deleted.,{0} {1}: Registro enviado não pode ser excluído.
apps/frappe/frappe/core/page/usage_info/usage_info.html +99,Backup Size,Tamanho do backup
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +460,Align Value,Alinhar Valor
apps/frappe/frappe/website/doctype/blog_post/blog_post.py +102,Posts by {0},Posts de {0}
apps/frappe/frappe/website/doctype/blog_post/blog_post.py +106,Posts by {0},Posts de {0}
apps/frappe/frappe/www/login.html +72,Don't have an account? Sign up,Não tem uma conta? Se inscreva
apps/frappe/frappe/core/doctype/doctype/doctype.py +721,{0}: Cannot set Assign Amend if not Submittable,{0}: Não é possível definir atributo Corrigir se não pode ser enviado
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,{0}: Cannot set Assign Amend if not Submittable,{0}: Não é possível definir atributo Corrigir se não pode ser enviado
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14,Edit Role Permissions,Editar permissões de Função
DocType: Communication,Link DocType,Relacionar ao DocType
DocType: Social Login Keys,Social Login Keys,Login nas Redes Sociais
@ -1255,7 +1253,7 @@ apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +227,Permissi
DocType: Contact Us Settings,Pincode,CEP
apps/frappe/frappe/core/page/data_import_tool/importer.py +81,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."
apps/frappe/frappe/utils/oauth.py +232,Please ensure that your profile has an email address,Verifique se o seu perfil tem um endereço de email
apps/frappe/frappe/core/doctype/doctype/doctype.py +455,Default for {0} must be an option,Padrão para {0} deve ser uma opção
apps/frappe/frappe/core/doctype/doctype/doctype.py +459,Default for {0} must be an option,Padrão para {0} deve ser uma opção
DocType: User,User Image,Imagem do Usuário
apps/frappe/frappe/email/queue.py +289,Emails are muted,Emails são silenciados
apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +25,Ctrl + Up,Ctrl + Seta para cima
@ -1272,13 +1270,13 @@ apps/frappe/frappe/public/js/frappe/views/treeview.js +17,Tree view not availabl
DocType: Custom Field,Label Help,Ajuda sobre Etiquetas
apps/frappe/frappe/utils/password_strength.py +122,Dates are often easy to guess.,Datas são frequentemente fáceis de adivinhar.
DocType: User,These values will be automatically updated in transactions and also will be useful to restrict permissions for this user on transactions containing these values.,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.
apps/frappe/frappe/model/rename_doc.py +377,** Failed: {0} to {1}: {2},** Falha: {0} para {1}: {2}
apps/frappe/frappe/model/rename_doc.py +378,** Failed: {0} to {1}: {2},** Falha: {0} para {1}: {2}
apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +23,Select Mandatory,Selecionar Campos Obrigatórios
apps/frappe/frappe/public/js/frappe/ui/upload.html +4,Browse,Procurar
DocType: Async Task,Running,Correndo
apps/frappe/frappe/email/doctype/email_group/email_group.py +102,Please Upgrade to add more than {0} subscribers,"Por favor, atualize para adicionar mais de {0} assinantes"
DocType: Workflow State,hand-left,mão à esquerda
apps/frappe/frappe/core/doctype/doctype/doctype.py +468,Fieldtype {0} for {1} cannot be unique,FieldType {0} para {1} não pode ser exclusivo
apps/frappe/frappe/core/doctype/doctype/doctype.py +472,Fieldtype {0} for {1} cannot be unique,FieldType {0} para {1} não pode ser exclusivo
DocType: Workflow State,play-circle,jogo-círculo
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,Selecione um formato de impressão para editar
DocType: Address,Shipping,Expedição
@ -1306,7 +1304,7 @@ DocType: ToDo,ToDo,Lista de Atribuições
DocType: Workflow State,qrcode,QRCode
apps/frappe/frappe/www/login.html +34,Login with LDAP,Logar com LDAP
DocType: Web Form,Breadcrumbs,Breadcrumbs
apps/frappe/frappe/core/doctype/doctype/doctype.py +667,If Owner,Se proprietário
apps/frappe/frappe/core/doctype/doctype/doctype.py +671,If Owner,Se proprietário
DocType: Web Page,Website Sidebar,Menu Lateral do Site
DocType: Web Form,Show Sidebar,Mostrar menu lateral
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +142,Complete By,Finalizar até
@ -1316,7 +1314,7 @@ DocType: Website Settings,Top Bar Items,Itens da barra superior
DocType: Print Settings,Print Settings,Configurações de Impressão
DocType: DocType,Max Attachments,Máx. de Anexos
apps/frappe/frappe/config/website.py +93,Knowledge Base,Base de Conhecimento
apps/frappe/frappe/model/base_document.py +561,Value cannot be changed for {0},Valor não pode ser alterado para {0}
apps/frappe/frappe/model/base_document.py +560,Value cannot be changed for {0},Valor não pode ser alterado para {0}
DocType: Workflow State,"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ções - Azul Claro, Aviso - Laranja"
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +158,No Report Loaded. Please use query-report/[Report Name] to run a report.,"Não Relatório Loaded. Por favor, use-consulta do relatório / [Nome do relatório] para executar um relatório."
DocType: Workflow Transition,Workflow Transition,Transição do Fluxo de Trabalho
@ -1335,6 +1333,7 @@ apps/frappe/frappe/permissions.py +397,Permission already set,Permissão já def
apps/frappe/frappe/core/doctype/docshare/docshare.py +47,{0} shared this document with everyone,{0} compartilhou este documento com todos
apps/frappe/frappe/desk/page/activity/activity_row.html +17,Commented on {0}: {1},Comentou sobre {0}: {1}
apps/frappe/frappe/core/page/user_permissions/user_permissions.js +248,These restrictions will apply for Document Types where 'Apply User Permissions' is checked for the permission rule and a field with this value is present.,Essas restrições serão aplicadas para tipos de documento onde "Aplicar permissões de usuário 'está marcada para a regra de permissão e um campo com esse valor está presente.
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +24,Apply,Aplicar
apps/frappe/frappe/integrations/utils.py +76,{0} Settings not found,{0} Configurações não encontradas
DocType: Module Def,Module Def,Módulo Def
apps/frappe/frappe/config/core.py +22,Pages in Desk (place holders),Páginas na Desk (suportes do lugar)
@ -1363,8 +1362,8 @@ apps/frappe/frappe/core/page/data_import_tool/importer.py +49,Please do not chan
DocType: Contact,More Information,Mais Informações
DocType: Desktop Icon,Desktop Icon,Ícone da área de trabalho
apps/frappe/frappe/utils/nestedset.py +235,{0} {1} cannot be a leaf node as it has children,"{0} {1} não pode ser um nó de extremidade , uma vez que tem filhos"
apps/frappe/frappe/public/js/frappe/views/communication.js +336,Add Attachment,Anexar
apps/frappe/frappe/public/js/frappe/views/communication.js +68,Send Read Receipt,Enviar Confirmação de Leitura
apps/frappe/frappe/public/js/frappe/views/communication.js +337,Add Attachment,Anexar
apps/frappe/frappe/public/js/frappe/views/communication.js +67,Send Read Receipt,Enviar Confirmação de Leitura
DocType: Stripe Settings,Stripe Settings,Configurações do Stripe
DocType: Dropbox Settings,Dropbox Setup via Site Config,Configuração do Dropbox via Site Config
apps/frappe/frappe/www/login.py +64,Invalid Login Token,Inválido símbolo de logon
@ -1428,7 +1427,7 @@ apps/frappe/frappe/config/setup.py +146,Add / Manage Email Accounts.,Adicionar /
apps/frappe/frappe/templates/emails/auto_reply.html +1,Thank you for your email,Obrigado pelo seu email
apps/frappe/frappe/core/doctype/user/user.py +868,Administrator accessed {0} on {1} via IP Address {2}.,Administrador acessada {0} em {1} através do endereço IP {2}.
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,Igual
apps/frappe/frappe/core/doctype/doctype/doctype.py +449,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',"Opções 'Dynamic Link' tipo de campo deve apontar para um outro campo Ligação com opções como ""TipoDoc '"
apps/frappe/frappe/core/doctype/doctype/doctype.py +453,Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType',"Opções 'Dynamic Link' tipo de campo deve apontar para um outro campo Ligação com opções como ""TipoDoc '"
DocType: About Us Settings,Team Members Heading,Título da página Membros da Equipe
apps/frappe/frappe/utils/csvutils.py +35,Invalid CSV Format,Formato inválido de CSV
DocType: DocField,Do not allow user to change after set the first time,Não permitir que o usuário altere após definir o primeiro tempo
@ -1436,7 +1435,7 @@ apps/frappe/frappe/public/js/frappe/upload.js +252,Private or Public?,Privada ou
DocType: Contact,Contact,Contato
DocType: Website Settings,Banner is above the Top Menu Bar.,A faixa está acima da barra de menu superior.
DocType: Razorpay Settings,API Secret,Segredo da API
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +859,Export Report: ,Exportar Relatório:
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +858,Export Report: ,Exportar Relatório:
apps/frappe/frappe/config/core.py +12,Models (building blocks) of the Application,Modelos (blocos de construção) do aplicativo
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +105,Select Module,Selecione o Módulo
apps/frappe/frappe/sessions.py +29,Cache Cleared,Cache Limpo
@ -1447,7 +1446,7 @@ DocType: Print Settings,PDF Settings,Configurações do PDF
DocType: Kanban Board Column,Column Name,Nome da coluna
DocType: Language,Based On,Baseado em
apps/frappe/frappe/printing/doctype/print_format/print_format.js +34,Make Default,Tornar padrão
apps/frappe/frappe/core/doctype/doctype/doctype.py +491,Fieldtype {0} for {1} cannot be indexed,FieldType {0} para {1} não pode ser indexado
apps/frappe/frappe/core/doctype/doctype/doctype.py +495,Fieldtype {0} for {1} cannot be indexed,FieldType {0} para {1} não pode ser indexado
DocType: Workflow State,Download,Baixar
DocType: Blog Post,Blog Intro,Introdução do Blog
DocType: DocField,Display Depends On,Visualização depende
@ -1468,7 +1467,7 @@ DocType: Web Form,Amount,Total
apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10,Restore to default settings?,Restaurar as configurações padrão?
apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23,Invalid Home Page,Inválido Página Inicial
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170,Reset Filters,Restaurar Filtros
apps/frappe/frappe/core/doctype/doctype/doctype.py +684,{0}: Permission at level 0 must be set before higher levels are set,{0} : permissão no nível 0 deve ser definida antes de definir os níveis mais altos
apps/frappe/frappe/core/doctype/doctype/doctype.py +688,{0}: Permission at level 0 must be set before higher levels are set,{0} : permissão no nível 0 deve ser definida antes de definir os níveis mais altos
apps/frappe/frappe/desk/doctype/todo/todo.py +28,Assignment closed by {0},Atribuição fechado por {0}
DocType: Integration Request,Remote,Remoto
DocType: Integration Request,Remote,Remoto
@ -1477,15 +1476,15 @@ apps/frappe/frappe/email/doctype/newsletter/newsletter.py +173,Confirm Your Emai
apps/frappe/frappe/www/login.html +42,Or login with,Ou faça login com
apps/frappe/frappe/desk/page/activity/activity_row.html +19,Communicated via {0} on {1}: {2},Comunicada via {0} em {1}: {2}
apps/frappe/frappe/core/doctype/communication/comment.py +85,{0} mentioned you in a comment in {1},{0} mencionou você em um comentário em {1}
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +138,e.g. (55 + 434) / 4 or =Math.sin(Math.PI/2)...,por exemplo (55 + 434) / 4 ou = Math.sin (Math.PI / 2) ...
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +141,e.g. (55 + 434) / 4 or =Math.sin(Math.PI/2)...,por exemplo (55 + 434) / 4 ou = Math.sin (Math.PI / 2) ...
DocType: Social Login Keys,GitHub Client ID,ID do Cliente do Github
DocType: DocField,Perm Level,Nível Permanente
apps/frappe/frappe/desk/doctype/event/event.py +54,Events In Today's Calendar,Eventos no calendário de hoje
apps/frappe/frappe/public/js/frappe/views/treeview.js +297,View List,Ver Lista
apps/frappe/frappe/public/js/frappe/form/control.js +739,Date must be in format: {0},A data deve estar no formato : {0}
apps/frappe/frappe/public/js/frappe/form/control.js +721,Date must be in format: {0},A data deve estar no formato : {0}
apps/frappe/frappe/www/feedback.html +90,Please give a rating.,"Por favor, atribua um rating."
apps/frappe/frappe/public/js/frappe/feedback.js +47,{0} Feedback Request,{0} Solicitação de Feedback
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +493,The First User: You,O primeiro usuário: Você
apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +505,The First User: You,O primeiro usuário: Você
DocType: Translation,Source Text,Texto Original
apps/frappe/frappe/www/login.py +55,Missing parameters for login,Parâmetros que faltam para o login
DocType: Workflow State,folder-open,abrir pasta
@ -1506,7 +1505,7 @@ DocType: Email Domain,domain name,nome de domínio
DocType: Kanban Board Column,Order,Pedido
DocType: Custom DocPerm,"JSON list of DocTypes used to apply User Permissions. If empty, all linked DocTypes will be used to apply User Permissions.","Lista JSON de doctypes usados para aplicar permissões de usuário. Se vazio, todas as doctypes vinculados serão usados para aplicar permissões de usuário."
DocType: Report,Ref DocType,DocType de Ref.
apps/frappe/frappe/core/doctype/doctype/doctype.py +696,{0}: Cannot set Amend without Cancel,{0}: Não é possível definir Amend sem Cancelar
apps/frappe/frappe/core/doctype/doctype/doctype.py +700,{0}: Cannot set Amend without Cancel,{0}: Não é possível definir Amend sem Cancelar
apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22,Full Page,Página completa
DocType: DocType,Is Child Table,É Tabela Filho
apps/frappe/frappe/utils/csvutils.py +124,{0} must be one of {1},{0} deve fazer parte de {1}
@ -1524,7 +1523,7 @@ DocType: Workflow Action,Workflow Action,Ação do Fluxo de Trabalho
DocType: Event,Send an email reminder in the morning,Enviar um email lembrete na parte da manhã
DocType: Blog Post,Published On,Publicado no
apps/frappe/frappe/website/doctype/web_form/web_form.py +342,Mandatory Information missing:,Informações obrigatórias ausente:
apps/frappe/frappe/core/doctype/doctype/doctype.py +488,Field '{0}' cannot be set as Unique as it has non-unique values,"O campo '{0}' não pode ser definido como único, pois tem valores não-exclusivos"
apps/frappe/frappe/core/doctype/doctype/doctype.py +492,Field '{0}' cannot be set as Unique as it has non-unique values,"O campo '{0}' não pode ser definido como único, pois tem valores não-exclusivos"
apps/frappe/frappe/client.py +140,Only 200 inserts allowed in one request,São permitidas somente 200 inserções por solicitação
DocType: Event,Repeat On,Repetir em
DocType: Communication,Marked As Spam,Marcado como spam
@ -1544,7 +1543,7 @@ DocType: Email Account,Notifications and bulk mails will be sent from this outgo
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +64,Currently Viewing,Atualmente Exibindo
apps/frappe/frappe/email/doctype/email_group/email_group.py +42,{0} subscribers added,{0} assinantes acrescentados
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,Não Presente
apps/frappe/frappe/core/doctype/doctype/doctype.py +433,Max width for type Currency is 100px in row {0},Largura máxima para o tipo de moeda é 100px na linha {0}
apps/frappe/frappe/core/doctype/doctype/doctype.py +437,Max width for type Currency is 100px in row {0},Largura máxima para o tipo de moeda é 100px na linha {0}
apps/frappe/frappe/config/website.py +13,Content web page.,Conteúdo da Página Web
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Adicionar um Novo Papel
DocType: Deleted Document,Deleted Document,Documento Excluído
@ -1552,7 +1551,7 @@ apps/frappe/frappe/templates/includes/login/login.js +193,Oops! Something went w
apps/frappe/frappe/config/core.py +37,Client side script extensions in Javascript,Extensões de script do lado do cliente em Javascript
DocType: User,Email Settings,Configurações de Email
apps/frappe/frappe/workflow/doctype/workflow/workflow.py +57,{0} not a valid State,{0} não é um status válido
apps/frappe/frappe/core/doctype/doctype/doctype.py +515,Search field {0} is not valid,Campo de pesquisa {0} não é válido
apps/frappe/frappe/core/doctype/doctype/doctype.py +519,Search field {0} is not valid,Campo de pesquisa {0} não é válido
DocType: Workflow State,ok-circle,ok-círculo
apps/frappe/frappe/utils/bot.py +150,You can find things by asking 'find orange in customers',"Você pode encontrar as coisas pedindo ""encontrar fulano em clientes"""
apps/frappe/frappe/core/doctype/user/user.py +172,Sorry! User should have complete access to their own record.,Desculpe! O usuário deve ter acesso completo ao seu próprio registro.
@ -1590,7 +1589,7 @@ apps/frappe/frappe/model/document.py +540,Please refresh to get the latest docum
,Desktop,Área de trabalho
DocType: Web Form,Text to be displayed for Link to Web Page if this form has a web page. Link route will be automatically generated based on `page_name` and `parent_website_route`,"O texto a ser exibido para o link da página da web, se este formulário tem uma página web. Um link será gerado automaticamente com base em ` page_name` e `parent_website_route`"
DocType: Feedback Request,Feedback Trigger,Gatilho para Feedback
apps/frappe/frappe/public/js/frappe/form/control.js +1697,Please set {0} first,Defina {0} primeiro
apps/frappe/frappe/public/js/frappe/form/control.js +1656,Please set {0} first,Defina {0} primeiro
DocType: Patch Log,Patch,Remendo
apps/frappe/frappe/core/page/data_import_tool/importer.py +54,No data found,Não foram encontrados dados
DocType: User,Background Style,Estilo do Fundo

1 apps/frappe/frappe/website/doctype/web_form/web_form.py +59 Please select a Amount Field. Por favor selecione um campo total.
8 DocType: User Facebook Username Usuário do Facebook
9 DocType: System Settings Note: Multiple sessions will be allowed in case of mobile device Observação: Serão permitidas múltiplas sessões no caso de dispositivo móvel
10 apps/frappe/frappe/email/queue.py +210 Cannot send this email. You have crossed the sending limit of {0} emails for this month. Não é possível enviar este email. Você excedeu o limite de envio de {0} emails para este mês.
11 apps/frappe/frappe/public/js/legacy/form.js +776 apps/frappe/frappe/public/js/legacy/form.js +751 Permanently Submit {0}? Confirmar Permanentemente {0} ?
12 DocType: Workflow If Checked workflow status will not override status in list view Uma vez selecionado o status do fluxo de trabalho não sobrescreverá o status do documentos na visualização da lista
13 apps/frappe/frappe/client.py +280 Invalid file path: {0} Caminho de arquivo inválido: {0}
14 DocType: Workflow State eye-open olho aberto
24 DocType: Custom DocPerm This role update User Permissions for a user Este papel arualiza Permissões do Usuário para um usuário
25 apps/frappe/frappe/public/js/frappe/model/model.js +507 Rename {0} Mudar o nome {0}
26 DocType: Workflow State zoom-out diminuir zoom
27 apps/frappe/frappe/public/js/legacy/form.js +67 apps/frappe/frappe/public/js/legacy/form.js +66 Cannot open {0} when its instance is open Não é possível abrir {0} quando sua instância está aberta
28 apps/frappe/frappe/model/document.py +930 Table {0} cannot be empty Tabela {0} não pode ser vazio
29 apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +852 With Ledgers Com Razões
30 apps/frappe/frappe/public/js/frappe/views/image/image_view.js +15 Images Imagens
34 apps/frappe/frappe/core/page/data_import_tool/exporter.py +52 Data Import Template Modelo de importação de dados
35 apps/frappe/frappe/public/js/frappe/model/model.js +31 Parent Parente
36 DocType: About Us Settings "Team Members" or "Management" "Membros da Equipe" ou "Gerenciamento"
37 apps/frappe/frappe/core/doctype/doctype/doctype.py +453 apps/frappe/frappe/core/doctype/doctype/doctype.py +457 Default for 'Check' type of field must be either '0' or '1' Padrão para "Verificar" o tipo de campo deve ser '0' ou '1'
38 DocType: Email Account Enable Incoming Ativar Entrada
39 apps/frappe/frappe/www/login.html +22 Email Address Endereço de Email
40 DocType: Communication Unread Notification Sent Notificação de mensagem não lida enviada
41 apps/frappe/frappe/public/js/frappe/misc/tools.js +8 Export not allowed. You need {0} role to export. Exportação não é permitido . Você precisa da função {0} para exportar .
42 DocType: Email Group Email Group Grupo de Emails
43 apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +460 apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479 Not Like Não Parecido
44 apps/frappe/frappe/config/setup.py +220 Change field properties (hide, readonly, permission etc.) Alterar as propriedades do campo (esconder , readonly , permissão etc )
45 DocType: Workflow State lock trancar
46 apps/frappe/frappe/config/website.py +78 Settings for Contact Us Page. Configurações da Página Fale Conosco.
47 apps/frappe/frappe/core/doctype/user/user.py +877 Administrator Logged In Administrador logou-se
48 DocType: Contact Us Settings Contact options, like "Sales Query, Support Query" etc each on a new line or separated by commas. Opções de contato, como "Perguntas sobre Vendas, Perguntas de suporte", etc cada uma em uma nova linha ou separadas por vírgulas.
49 apps/frappe/frappe/public/js/frappe/form/control.js +1895 apps/frappe/frappe/public/js/frappe/form/control.js +1896 Insert Insert
50 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +54 For ranges Para faixas
51 DocType: Workflow State indent-right indentar à direita
52 apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +46 1 minute ago 1 minuto atrás
83 apps/frappe/frappe/email/doctype/newsletter/newsletter.py +35 Newsletter has already been sent O Boletim Informativo já foi enviado
84 apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +33 Please specify user Por favor, especifique usuário
85 DocType: Email Unsubscribe Email Unsubscribe Cancelar inscrição de email
86 apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +504 apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +516 The first user will become the System Manager (you can change this later). O primeiro usuário será o System Manager (você pode mudar isso mais tarde).
87 App Installer Instalador de Aplicativos
88 apps/frappe/frappe/public/js/frappe/upload.js +296 Uploading... Carregando...
89 DocType: Email Domain Email Domain Domínio de Email
90 apps/frappe/frappe/core/doctype/doctype/doctype.py +698 apps/frappe/frappe/core/doctype/doctype/doctype.py +702 {0}: Cannot set Import without Create {0}: Não é possível definir Importação sem Criar
91 apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +861 Drag to sort columns Arraste para classificar colunas
92 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_column_selector.html +2 Widths can be set in px or %. Larguras podem ser definidas em px ou %.
93 apps/frappe/frappe/public/js/frappe/form/print.js +101 Start Iniciar
96 apps/frappe/frappe/core/doctype/file/file.py +167 Cannot delete Home and Attachments folders Não é possível excluir pastas Inicial e Anexos
97 apps/frappe/frappe/config/desk.py +19 Files Arquivos
98 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +6 Permissions get applied on Users based on what Roles they are assigned. As permissões são aplicadas em usuários com base nas funções que lhe são atribuídas.
99 apps/frappe/frappe/public/js/frappe/views/communication.js +459 apps/frappe/frappe/public/js/frappe/views/communication.js +460 You are not allowed to send emails related to this document Você não tem permissão para enviar emails relacionados a este documento
100 apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +238 Reqd Solicitado
101 apps/frappe/frappe/core/doctype/communication/email.py +263 Unable to find attachment {0} Incapaz de encontrar o anexo {0}
102 apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +226 Assign a permission level to the field. Atribuir um nível de permissão para o campo.
121 DocType: Email Account e.g. replies@yourcomany.com. All replies will come to this inbox. eg replies@yourcomany.com. Todas as respostas virão a esta caixa de entrada.
122 apps/frappe/frappe/templates/includes/login/login.js +36 Valid email and name required É necessário email válido e nome
123 DocType: DocType Hide Heading Ocultar Título
apps/frappe/frappe/public/js/frappe/form/templates/form_links.html +2 Related Documents Documentos Relacionados
124 DocType: Workflow State remove-circle remove-círculo
125 DocType: Contact Is Primary Contact É o contato principal
126 apps/frappe/frappe/config/website.py +68 Javascript to append to the head section of the page. Javascript para acrescentar ao cabeçalho da página.
131 apps/frappe/frappe/config/setup.py +121 Update many values at one time. Atualizar muitas informações de uma só vez.
132 apps/frappe/frappe/model/document.py +538 Error: Document has been modified after you have opened it Erro: O documento foi modificado depois de aberto
133 apps/frappe/frappe/core/doctype/communication/feed.py +63 {0} logged out: {1} {0} deslogado: {1}
134 apps/frappe/frappe/core/doctype/doctype/doctype.py +719 apps/frappe/frappe/core/doctype/doctype/doctype.py +723 {0}: Cannot set Assign Submit if not Submittable {0}: Não é possível definir atributo Enviar se não pode ser enviado
135 apps/frappe/frappe/desk/page/chat/chat.js +54 Message from {0} Mensagem do {0}
136 DocType: Newsletter Newsletter Boletim Informativo
137 DocType: Web Form Button Help Botão de Ajuda
141 DocType: Dropbox Settings Allow Dropbox Access Permitir Acesso Dropbox
142 DocType: Workflow State plus-sign sinal de mais
143 apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py +24 Setup already complete Configuração já está concluída
144 apps/frappe/frappe/__init__.py +890 apps/frappe/frappe/__init__.py +889 App {0} is not installed App {0} não está instalado
145 DocType: Workflow State Refresh Atualizar
146 apps/frappe/frappe/public/js/frappe/ui/base_list.js +76 Nothing to show Nada para mostrar
147 apps/frappe/frappe/public/js/frappe/model/model.js +24 Liked By Gostou por
157 DocType: Customize Form Is Table É Tabela
158 DocType: Website Settings Set Banner from Image Definir imagem como banner
159 apps/frappe/frappe/templates/emails/new_user.html +3 A new account has been created for you at {0} Uma nova conta foi criada para você em {0}
160 apps/frappe/frappe/public/js/frappe/views/communication.js +448 apps/frappe/frappe/public/js/frappe/views/communication.js +449 Enter Email Recipient(s) Digite email do Destinatário(s)
161 apps/frappe/frappe/utils/bot.py +83 Can't identify open {0}. Try something else. Não é possível identificar aberto {0}. Tente outra coisa.
162 apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +355 Your information has been submitted Suas informações foram enviadas
163 apps/frappe/frappe/core/doctype/user/user.py +292 User {0} cannot be deleted O usuário {0} não pode ser excluído
164 apps/frappe/frappe/public/js/frappe/request.js +113 Another transaction is blocking this one. Please try again in a few seconds. Outra transação está bloqueando essa. Por favor, tente novamente em alguns segundos.
165 DocType: DocType App Aplicativo
166 DocType: Communication Attachment Anexos
167 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +136 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +139 module name... nome do módulo ...
168 DocType: Custom Field Fieldname Nome do Campo
169 DocType: User Tile Telha
170 apps/frappe/frappe/templates/includes/login/login.js +106 Verifying... Verificando...
192 DocType: Web Form Amount Based On Field Total Baseado no Campo
193 apps/frappe/frappe/core/doctype/docshare/docshare.py +34 User is mandatory for Share Usuário é obrigatória para Partilhar
194 DocType: Web Form Allow Incomplete Forms Permitir Formulários Incompletos
195 apps/frappe/frappe/model/base_document.py +470 apps/frappe/frappe/model/base_document.py +469 {0} must be set first {0} deve ser definida primeiro
196 apps/frappe/frappe/utils/password_strength.py +31 Use a few words, avoid common phrases. Use algumas palavras, evite frases comuns.
197 apps/frappe/frappe/core/page/data_import_tool/exporter.py +65 If you are uploading new records, "Naming Series" becomes mandatory, if present. Se você estiver fazendo upload de novos registros, a coluna "Naming Series" torna-se obrigatória, se presente.
198 apps/frappe/frappe/core/doctype/doctype/doctype.py +280 DocType can only be renamed by Administrator DocType só pode ser renomeado pelo Administrador
199 apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +442 changed value of {0} mudou o valor de {0}
200 apps/frappe/frappe/core/doctype/doctype/doctype.py +505 apps/frappe/frappe/core/doctype/doctype/doctype.py +509 Fold can not be at the end of the form Fold não pode ser no final da forma
201 DocType: Communication Bounced Bounced
202 DocType: Deleted Document Deleted Name Nome Excluído
203 apps/frappe/frappe/config/setup.py +14 System and Website Users Usuários do sistema e do site
208 apps/frappe/frappe/www/feedback.html +23 Your rating: Seu rating:
209 DocType: Print Settings Always add "Draft" Heading for printing draft documents Sempre adicionar "Rascunho" no cabeçalho para impressão de documentos não enviados
210 DocType: About Us Settings Website Manager Administrador do Site
211 apps/frappe/frappe/core/doctype/doctype/doctype.py +429 apps/frappe/frappe/core/doctype/doctype/doctype.py +433 Field {0} in row {1} cannot be hidden and mandatory without default O campo {0} na linha {1} não pode ser escondido e obrigatória , sem padrão
212 DocType: Print Settings Send document web view link in email Enviar link no email para visualizar o documento online
213 DocType: Currency Sub-currency. For e.g. "Cent" Sub-moeda. Por exemplo "Centavo"
214 DocType: Letter Head 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
218 DocType: User Fill Screen Preencher Tela
219 apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +67 1. Select File 1. Selecionar arquivo
220 apps/frappe/frappe/public/js/frappe/form/grid.js +599 Edit via Upload Editar via Upload
221 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +132 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +135 document type..., e.g. customer Tipo de documento ..., por exemplo: cliente
222 DocType: Workflow State barcode Código de barras
223 apps/frappe/frappe/config/setup.py +232 Add your own translations Adicione suas próprias traduções
224 DocType: About Us Team Member About Us Team Member Sobre Nós - Membros da Equipe
225 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +5 Permissions are set on Roles and Document Types (called DocTypes) by setting rights like Read, Write, Create, Delete, Submit, Cancel, Amend, Report, Import, Export, Print, Email and Set User Permissions. As permissões são definidas em Funções e Tipos de Documentos (chamados Doctypes ) , definindo direitos como Ler, Escrever, Criar, Deletar, Enviar, Cancelar, Corrigir, Reportar, Importar, Exportar, Imprimir, Email e Definir Permissões de Usuário.
226 apps/frappe/frappe/core/page/user_permissions/user_permissions.js +19 Apart from Role based Permission Rules, you can apply User Permissions based on DocTypes. Além de função com base em regras de permissão, você pode aplicar permissões de usuário baseado em doctypes .
227 apps/frappe/frappe/core/doctype/doctype/doctype.py +550 apps/frappe/frappe/core/doctype/doctype/doctype.py +554 Image field must be a valid fieldname Campo de imagem deve ser um nome de campo válido
228 DocType: Property Setter ID (name) of the entity whose property is to be set ID (nome) da entidade cuja propriedade é para ser definida
229 DocType: Website Settings Website Theme Image Link Link da Imagem do Tema do Site
230 DocType: Web Form Sidebar Items Itens da barra lateral
231 apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js +30 Show Permissions Mostrar Permissões
232 apps/frappe/frappe/core/doctype/doctype/doctype.py +570 apps/frappe/frappe/core/doctype/doctype/doctype.py +574 Timeline field must be a Link or Dynamic Link Campo Timeline deve ser um link ou link dinâmico
233 apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53 Date Range Intervalo entre datas
234 DocType: About Us Settings Introduce your company to the website visitor. Apresente sua empresa para o visitante do site.
235 apps/frappe/frappe/public/js/frappe/form/workflow.js +116 To Para
247 DocType: Contact Sales Manager Gerente de Vendas
248 apps/frappe/frappe/public/js/frappe/model/model.js +513 Rename Renomear
249 DocType: Print Format Format Data Formato de dados
250 apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +460 apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479 Like Parecido
251 apps/frappe/frappe/core/page/user_permissions/user_permissions.js +251 Allow User Permitir que o usuário
252 apps/frappe/frappe/config/setup.py +59 Check which Documents are readable by a User Confira quais os documentos são lidos por um Usuário
253 apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +216 apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +229 use % as wildcard usar % como coringa
254 apps/frappe/frappe/email/doctype/email_account/email_account.js +150 apps/frappe/frappe/email/doctype/email_account/email_account.js +151 Email Domain not configured for this account, Create one? Domínio de email não configurado para esta conta, criar um?
255 DocType: User Reset Password Key Redefinição de senha chave
256 DocType: Email Account Enable Auto Reply Ativar resposta automática
257 DocType: Workflow State zoom-in aumentar zoom
279 apps/frappe/frappe/core/doctype/user/user.py +689 Cannot Update: Incorrect / Expired Link. Não é possível atualizar : Link incorreto / expirado.
280 apps/frappe/frappe/utils/password_strength.py +58 Better add a few more letters or another word Recomenda-se adicionar mais algumas letras ou colocar uma palavra adicional
281 apps/frappe/frappe/core/doctype/user/user.py +405 Username {0} already exists O nome de usuário {0} já existe
282 apps/frappe/frappe/core/doctype/doctype/doctype.py +725 apps/frappe/frappe/core/doctype/doctype/doctype.py +729 {0}: Cannot set import as {1} is not importable {0}: Não é possível definir importação como {1} se não é importável
283 apps/frappe/frappe/contacts/doctype/address/address.py +110 There is an error in your Address Template {0} Há um erro no seu modelo de endereço {0}
284 DocType: Workflow State hdd hdd
285 DocType: ToDo High Alta
301 apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +31 {0} already unsubscribed for {1} {2} {0} já teve sua sua inscrição cancelada para {1} {2}
302 apps/frappe/frappe/core/page/permission_manager/permission_manager.js +327 Did not remove Não removido
303 apps/frappe/frappe/desk/like.py +89 Liked Gostou
304 apps/frappe/frappe/core/doctype/doctype/doctype.py +437 apps/frappe/frappe/core/doctype/doctype/doctype.py +441 'In List View' not allowed for type {0} in row {1} 'Visualização em Lista' não pode ser utilizado para o tipo {0} na linha {1}
305 DocType: Custom Field Select the label after which you want to insert new field. Selecione a etiqueta após a qual você deseja inserir um novo campo.
306 Document Share Report Relatório de Documentos Compartilhados
307 DocType: User Last Login Último Login
308 apps/frappe/frappe/core/doctype/doctype/doctype.py +597 apps/frappe/frappe/core/doctype/doctype/doctype.py +600 Fieldname is required in row {0} Nome do campo é necessário na linha {0}
309 DocType: Custom Field Adds a custom field to a DocType Adiciona um campo personalizado para um Tipo de Documento (DocType)
310 DocType: File Is Home Folder É Home Folder
311 apps/frappe/frappe/core/page/user_permissions/user_permissions.js +140 Upload and Sync Upload e Sincronizar
317 apps/frappe/frappe/email/doctype/newsletter/newsletter.py +193 {0} has been successfully added to the Email Group. {0} foi adicionado com sucesso ao grupo de emails,
318 apps/frappe/frappe/public/js/frappe/upload.js +364 Make file(s) private or public? Tornar o(s) arquivo(s) privados ou públicos?
319 DocType: DocShare Everyone Todos
320 apps/frappe/frappe/core/doctype/doctype/doctype.py +672 apps/frappe/frappe/core/doctype/doctype/doctype.py +676 {0}: Only one rule allowed with the same Role, Level and {1} {0}: Apenas uma regra de permissão com a mesma função, nível e {1}
321 DocType: Email Queue Add Unsubscribe Link Adicionar link para cancelar inscrição
322 DocType: Custom DocPerm Filter records based on User Permissions defined for a user Filtrar registros com base em permissões de usuário definidos para um usuário
323 DocType: PayPal Settings API Password Senha da API
324 apps/frappe/frappe/custom/doctype/custom_field/custom_field.py +40 Fieldname not set for Custom Field Fieldname não definida para campo personalizado
325 apps/frappe/frappe/public/js/frappe/model/model.js +22 Last Updated By Última atualização por
326 apps/frappe/frappe/public/js/frappe/views/communication.js +509 apps/frappe/frappe/public/js/frappe/views/communication.js +520 There were errors while sending email. Please try again. Ocorreram erros durante o envio de email. Por favor, tente novamente.
327 DocType: Portal Settings Portal Settings Configurações do Portal
328 apps/frappe/frappe/core/doctype/communication/communication.js +117 Are you sure you want to relink this communication to {0}? Você tem certeza que deseja relinkar a comunicação para {0}?
329 DocType: Email Group Member Email Group Member Membro do Grupo de Emails
338 apps/frappe/frappe/core/page/permission_manager/permission_manager.js +408 Did not add Não adicionado
339 DocType: Contact Us Settings Contact Us Settings Configurações do Fale Conosco
340 DocType: Workflow State text-width largura de texto
341 apps/frappe/frappe/public/js/legacy/form.js +144 apps/frappe/frappe/public/js/legacy/form.js +142 Maximum Attachment Limit for this record reached. Limite máximo de anexo para este recorde atingido.
342 DocType: Email Alert View Properties (via Customize Form) Exibir Propriedades (via Personalizar Formulário)
343 DocType: Note Seen By Note Seen By Nota Vista por
344 DocType: Feedback Trigger Check Communication Checar Comunicação
345 apps/frappe/frappe/core/doctype/report/report.js +5 Report Builder reports are managed directly by the report builder. Nothing to do. Os relatórios são gerenciados diretamente pelo sistema. Nada a fazer.
346 apps/frappe/frappe/email/doctype/newsletter/newsletter.py +163 Please verify your Email Address Por favor, verifique seu endereço de email
347 apps/frappe/frappe/model/document.py +903 none of nenhum
348 apps/frappe/frappe/public/js/frappe/views/communication.js +66 apps/frappe/frappe/public/js/frappe/views/communication.js +65 Send Me A Copy Envie-me uma Cópia
349 apps/frappe/frappe/core/page/user_permissions/user_permissions.js +127 Upload User Permissions Publique as permissões de usuário
350 apps/frappe/frappe/config/website.py +7 Web Site Web Site
351 apps/frappe/frappe/core/page/desktop/all_applications_dialog.html +8 Checked items will be shown on desktop Itens marcados serão mostrado na área de trabalho
352 apps/frappe/frappe/core/doctype/doctype/doctype.py +715 apps/frappe/frappe/core/doctype/doctype/doctype.py +719 {0} cannot be set for Single types {0} não pode ser ajustada para os modelos únicos
353 apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.js +858 Kanban Board {0} does not exist. Painel Kanban {0} não existe.
354 apps/frappe/frappe/public/js/frappe/form/form_viewers.js +48 {0} are currently viewing this document {0} está vendo atualmente este documento
355 apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +151 {0} updated {0} atualizado(a)
356 apps/frappe/frappe/core/doctype/doctype/doctype.py +705 apps/frappe/frappe/core/doctype/doctype/doctype.py +709 Report cannot be set for Single types Relatório não pode ser ajustada para os modelos únicos
357 DocType: Email Account Awaiting Password Aguardando Senha
358 DocType: Address Address Line 1 Endereço
359 apps/frappe/frappe/utils/data.py +441 Cent Centavo
360 apps/frappe/frappe/config/setup.py +204 States for workflow (e.g. Draft, Approved, Cancelled). Status para o fluxo de trabalho (por exemplo, rascunho, aprovado, cancelado).
361 DocType: Print Settings Allow Print for Draft Permitir impressão para rascunho
362 apps/frappe/frappe/public/js/legacy/form.js +357 apps/frappe/frappe/public/js/legacy/form.js +338 Submit this document to confirm Enviar este documento para confirmar
363 DocType: Contact Unsubscribed Inscrição Cancelada
364 apps/frappe/frappe/public/js/frappe/misc/rating_icons.html +2 Rating: Rating:
365 apps/frappe/frappe/website/js/web_form.js +259 Uploading files please wait for a few seconds. Fazendo upload de arquivos, por favor aguarde alguns segundos.
366 apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +497 apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +509 Attach Your Picture Anexe sua Imagem
367 apps/frappe/frappe/core/doctype/version/version_view.html +69 Row Values Changed Valores das Linhas Mudaram
368 DocType: Workflow State Stop Parar
369 DocType: Footer Item Link to the page you want to open. Leave blank if you want to make it a group parent. Link para a página que você deseja abrir. Deixe em branco se você quiser torná-lo um pai grupo.
372 apps/frappe/frappe/core/doctype/user/user.py +287 There should remain at least one System Manager Não deve permanecer pelo menos um gestor de sistema
373 DocType: Print Format Align Labels to the Left Alinhar etiquetas à esquerda
374 DocType: Workflow State circle-arrow-right círculo de seta à direita
375 apps/frappe/frappe/public/js/legacy/form.js +73 apps/frappe/frappe/public/js/legacy/form.js +72 Cannot open instance when its {0} is open Não é possível abrir instância , quando o seu {0} é aberto
376 apps/frappe/frappe/desk/page/applications/applications.py +79 Queued for install Na fila para instalação
377 DocType: Newsletter Send Unsubscribe Link Enviar link para cancelar inscrição
378 DocType: Report Script Report Relatório Script
432 DocType: Email Account Auto Reply Message Resposta Automática
433 DocType: Contact User ID ID de Usuário
434 DocType: File Lft LFT
435 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +135 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +138 Open a module or tool Abra um módulo ou ferramenta
436 DocType: Communication Delivery Status Status da Entrega
437 DocType: Module Def App Name Nome do App
438 DocType: Workflow 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 status da transação no fluxo de trabalho (se o campo não estiver presente, um novo campo oculto personalizado será criado)
440 DocType: Help Article Knowledge Base Contributor Colaborador da Base de Conhecimento
441 DocType: Communication Sent Read Receipt Enviar Confirmação de Leitura
442 DocType: Email Queue Unsubscribe Method Método de Cancelamento de Inscrição
443 apps/frappe/frappe/public/js/frappe/views/communication.js +80 apps/frappe/frappe/public/js/frappe/views/communication.js +79 Select Languages Selecionar Idiomas
444 apps/frappe/frappe/integrations/doctype/razorpay_settings/razorpay_settings.py +78 Seems API Key or API Secret is wrong !!! Parece que a chave API ou o segredo da API estão errados !!!
445 DocType: File Attached To Name Anexado Para Nome
446 apps/frappe/frappe/email/receive.py +95 Invalid User Name or Support Password. Please rectify and try again. Nome de usuário ou senha inválidos. Por favor, corrigir e tentar novamente.
453 apps/frappe/frappe/public/js/frappe/list/list_sidebar_stat.html +5 No records tagged. Não há registros marcados.
454 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +466 Remove Field Remover Campo
455 DocType: User Send Password Update Notification Enviar notificação de alteração de senha
456 apps/frappe/frappe/public/js/legacy/form.js +63 apps/frappe/frappe/public/js/legacy/form.js +62 Allowing DocType, DocType. Be careful! Permitindo DocType , DocType . Tenha cuidado !
457 apps/frappe/frappe/config/core.py +32 Customized Formats for Printing, Email Formatos personalizados para impressão, Email
458 apps/frappe/frappe/public/js/frappe/desk.js +460 Updated To New Version Atualizado para uma Nova Versão
459 DocType: Custom Field Depends On Depende de
531 apps/frappe/frappe/www/login.html +30 Sign in Entrar
532 DocType: System Settings Backups Backups
533 apps/frappe/frappe/public/js/frappe/form/layout.js +106 apps/frappe/frappe/public/js/frappe/form/layout.js +133 Hide Details Ocultar Detalhes
534 DocType: Workflow State Tasks Tarefas
535 DocType: Blog Settings Blog Settings Configurações do Blog
536 DocType: Workflow State bullhorn megafone
537 DocType: Social Login Keys Facebook Client Secret Facebook Cliente Segredo
544 apps/frappe/frappe/core/doctype/report/report.js +16 Write a Python file in the same folder where this is saved and return column and result. Gravar um arquivo Python na mesma pasta onde este é guardado e coluna de retorno e resultado.
545 DocType: DocType Sort Field Ordenar por campo
546 apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +424 apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +445 Edit Filter Edit Filter
547 apps/frappe/frappe/core/doctype/doctype/doctype.py +411 apps/frappe/frappe/core/doctype/doctype/doctype.py +415 Field {0} of type {1} cannot be mandatory O campo {0} do tipo {1} não pode ser obrigatória
548 DocType: System Settings eg. If Apply User Permissions is checked for Report DocType but no User Permissions are defined for Report for a User, then all Reports are shown to that User Session Expiry Mobile por exemplo. Se aplicar permissões do usuário está marcada para o relatório DocType mas não permissões de usuário são definidos para o relatório para um usuário, em seguida, todos os relatórios são mostrados para que o Usuário Duração da Sessão Móvel
DocType: System Settings Session Expiry Mobile Duração da Sessão Móvel
549 apps/frappe/frappe/templates/includes/search_box.html +19 Search results for Pesquisar resultados para
550 apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +850 Select To Download: Selecione para Download:
551 apps/frappe/frappe/core/page/permission_manager/permission_manager.js +427 If {0} is permitted Se {0} é permitido
589 apps/frappe/frappe/model/db_schema.py +141 Reverting length to {0} for '{1}' in '{2}'; Setting the length as {3} will cause truncation of data. Revertendo comprimento para {0} para '{1}' em '{2}'; Definir o comprimento como {3} irá causar truncamento de dados.
590 DocType: Print Format Custom CSS CSS Personalizado
591 apps/frappe/frappe/model/rename_doc.py +375 apps/frappe/frappe/model/rename_doc.py +376 Ignored: {0} to {1} Ignorados: {0} para {1}
592 apps/frappe/frappe/config/setup.py +84 Log of error on automated events (scheduler). Log de erro sobre eventos automatizados ( programador ) .
593 apps/frappe/frappe/utils/csvutils.py +75 Not a valid Comma Separated Value (CSV File) Não é um valor CSV válido (arquivo CSV)
594 DocType: Email Account Default Incoming Padrão de Entrada
595 DocType: Website Settings Banner Faixa
626 DocType: Communication Chat Conversa ou Chat
627 apps/frappe/frappe/core/doctype/doctype/doctype.py +407 apps/frappe/frappe/core/doctype/doctype/doctype.py +408 Fieldname {0} appears multiple times in rows {1} Fieldname {0} aparece várias vezes em linhas {1}
628 apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +460 {0} from {1} to {2} in row #{3} {0} de {1} para {2} na linha #{3}
629 apps/frappe/frappe/www/login.html +93 DocType: Customize Form Field Have an account? Login Number of columns for a field in a Grid (Total Columns in a grid should be less than 11) Possui cadastro? Entre O número de colunas para um campo numa Grelha (O Total de Colunas em um grid deve ser inferior a 11)
630 apps/frappe/frappe/public/js/legacy/print_format.js +148 apps/frappe/frappe/www/login.html +93 Unknown Print Format: {0} Have an account? Login Formato de Impressão desconhecido: {0} Possui cadastro? Entre
631 apps/frappe/frappe/public/js/legacy/print_format.js +148 Unknown Print Format: {0} Formato de Impressão desconhecido: {0}
632 DocType: Workflow State arrow-down seta para baixo
633 apps/frappe/frappe/public/js/frappe/ui/tree.js +130 Collapse Recolher
634 apps/frappe/frappe/model/delete_doc.py +161 apps/frappe/frappe/model/delete_doc.py +162 User not allowed to delete {0}: {1} Usuário não tem permissão para excluir {0}: {1}
635 apps/frappe/frappe/public/js/frappe/model/model.js +21 Last Updated On Última atualização em
636 DocType: Help Article Likes Likes
637 DocType: Website Settings Top Bar Barra superior
638 apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32 Global Settings: Users will only be able to choose checked icons Configurações Globais: Os Usuários serão capazes de escolher apenas ícones selecionados
639 apps/frappe/frappe/core/doctype/file/test_file.py +57 Home/Test Folder 2 Início / Teste pasta 2
640 DocType: System Settings Ignore User Permissions If Missing Ignorar permissões de usuário se ausente
641 apps/frappe/frappe/public/js/frappe/form/control.js +1016 apps/frappe/frappe/public/js/frappe/form/control.js +990 Please save the document before uploading. Por favor, salve o documento antes de fazer upload.
642 apps/frappe/frappe/public/js/frappe/ui/messages.js +214 Enter your password Digite sua senha
643 DocType: Dropbox Settings Dropbox Access Secret Segredo de Acesso Dropbox
644 apps/frappe/frappe/core/doctype/doctype/doctype.py +503 apps/frappe/frappe/core/doctype/doctype/doctype.py +507 Fold must come before a Section Break Dobre deve vir antes de uma quebra de secção
645 apps/frappe/frappe/public/js/frappe/model/meta.js +190 Last Modified By Última Alteração por
646 DocType: Workflow State hand-down mão abaixo
647 apps/frappe/frappe/core/doctype/doctype/doctype.py +691 apps/frappe/frappe/core/doctype/doctype/doctype.py +695 {0}: Cannot set Cancel without Submit {0}: Não é possível definir Cancelar sem Submeter
648 apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +162 There were errors. Ocorreram erros.
649 DocType: DocType Is Submittable Pode ser Enviado
650 apps/frappe/frappe/core/page/data_import_tool/exporter.py +265 Column Labels: Rótulos de coluna:
651 apps/frappe/frappe/model/naming.py +66 Naming Series mandatory Nomeando obrigatório Series
652 DocType: Social Login Keys Facebook Client ID Facebook Cliente ID
657 apps/frappe/frappe/auth.py +78 Invalid Request Requisição Inválida
658 apps/frappe/frappe/public/js/frappe/form/layout.js +33 apps/frappe/frappe/public/js/frappe/form/layout.js +35 This form does not have any input Este formulário não tem nenhum campo a ser preenchido
659 DocType: Footer Item Select target = "_blank" to open in a new page. Select target = " _blank" para abrir em uma nova página.
660 apps/frappe/frappe/public/js/frappe/model/model.js +487 Permanently delete {0}? Excluir Permanentemente {0} ?
661 apps/frappe/frappe/desk/page/applications/applications.js +45 Not Set Não Definido
662 DocType: Website Settings Disable Signup Desativar Registre-se
663 apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.js +131 Sit tight while your system is being setup. This may take a few moments. Agora tudo que você precisa fazer é aguardar enquanto o sistema está sendo configurado. Esse processo pode demorar um pouco.
666 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +7 Roles can be set for users from their User page. As funções podem ser definidas para os usuários através de sua página de Usuário.
667 apps/frappe/frappe/core/doctype/doctype/doctype.py +655 apps/frappe/frappe/core/doctype/doctype/doctype.py +659 {0}: No basic permissions set {0}: Nenhum conjunto de permissões básico
668 apps/frappe/frappe/utils/backups.py +159 Download link for your backup will be emailed on the following email address: {0} Link de download para o seu backup será enviado por email no seguinte endereço de email: {0}
669 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14 Meaning of Submit, Cancel, Amend Significado de Enviar, Cancelar, Corrigir
670 apps/frappe/frappe/desk/doctype/todo/todo_list.js +7 To Do Atribuições
671 apps/frappe/frappe/core/page/user_permissions/user_permissions.js +133 Any existing permission will be deleted / overwritten. Qualquer permissão existente será excluída / substituído.
672 DocType: File Preview HTML Pré-visualização de HTML
675 DocType: DocField Percent Por cento
676 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +436 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +435 Please set filters Por favor, defina filtros
677 apps/frappe/frappe/public/js/frappe/form/linked_with.js +29 Linked With Relacionado com
678 DocType: Website Settings Landing Page Página de chegada
679 apps/frappe/frappe/public/js/frappe/form/quick_entry.js +77 {0} Name {0} Nome
680 apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +132 Import Request Queued. This may take a few moments, please be patient. Import Request fila de espera. Isso pode demorar alguns instantes, por favor, seja paciente.
681 apps/frappe/frappe/core/page/permission_manager/permission_manager.js +162 No Permissions set for this criteria. Sem permissões definidas para este critério.
690 DocType: Print Format Monospace Monospace
691 apps/frappe/frappe/core/doctype/doctype/doctype.py +459 apps/frappe/frappe/core/doctype/doctype/doctype.py +463 Precision should be between 1 and 6 Precisão deve estar entre 1 e 6
692 apps/frappe/frappe/patches/v6_19/comment_feed_communication.py +131 Assignment Tarefa
693 DocType: Workflow State step-backward voltar
694 apps/frappe/frappe/utils/boilerplate.py +262 apps/frappe/frappe/utils/boilerplate.py +263 {app_title} {app_title}
695 apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py +200 Please set Dropbox access keys in your site config Defina teclas de acesso Dropbox em sua configuração local
696 apps/frappe/frappe/email/doctype/email_unsubscribe/email_unsubscribe.py +16 Delete this record to allow sending to this email address Excluir este registro para permitir o envio para esse endereço de email
697 apps/frappe/frappe/core/page/data_import_tool/exporter.py +66 Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish. Somente os campos obrigatórios são necessários para novos registros. Você pode excluir colunas não-obrigatórias, se desejar.
698 apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304 Payment Complete Pagamento finalizado
699 apps/frappe/frappe/utils/bot.py +89 show mostrar
709 apps/frappe/frappe/desk/doctype/todo/todo.js +30 Re-open Abrir Novamente
710 apps/frappe/frappe/model/rename_doc.py +359 apps/frappe/frappe/model/rename_doc.py +360 Please select a valid csv file with data Por favor, selecione um arquivo csv com dados válidos
711 apps/frappe/frappe/core/doctype/docshare/docshare.py +56 {0} un-shared this document with {1} {0} descompartilhou este documento com {1}
712 apps/frappe/frappe/public/js/frappe/form/workflow.js +118 Document Status transition from {0} to {1} is not allowed Transição Status do Documento de {0} para {1} não é permitido
713 DocType: DocType Make "name" searchable in Global Search Tornar "nome" pesquisável na Busca Global
714 apps/frappe/frappe/core/doctype/version/version_view.html +74 Row # Linha #
715 DocType: Help Category Category Description Descrição da Categoria
719 apps/frappe/frappe/www/404.html +8 Page missing or moved Página ausente ou mudou
720 apps/frappe/frappe/public/js/legacy/form.js +192 apps/frappe/frappe/desk/form/load.py +46 Edit {0} properties Did not load Editar propriedades de {0} Não carregue
721 apps/frappe/frappe/desk/form/load.py +46 DocType: Tag Category Did not load Doctypes Não carregue Doctypes
DocType: Tag Category Doctypes Doctypes
722 apps/frappe/frappe/desk/query_report.py +87 Query must be a SELECT Consulta deve ser um SELECT
723 DocType: File Is Private É privada
724 DocType: Web Form Select DocType Selecione o DocType
744 apps/frappe/frappe/core/doctype/doctype/doctype.py +552 apps/frappe/frappe/core/doctype/doctype/doctype.py +556 Image field must be of type Attach Image Campo de imagem deve ser do tipo Anexar Imagem
745 apps/frappe/frappe/public/js/frappe/form/save.js +141 Mandatory fields required in {0} Os campos obrigatórios exigidos no {0}
746 apps/frappe/frappe/core/page/permission_manager/permission_manager.js +95 Reset Permissions for {0}? Repor permissões para {0} ?
747 apps/frappe/frappe/core/doctype/version/version_view.html +32 Rows Removed Linhas Excluídas
748 apps/frappe/frappe/permissions.py +393 {0} {1} not found {0} {1} não encontrado
749 DocType: Workflow State align-left Alinhar à esquerda
750 DocType: Feedback Request Feedback Submitted Feedback Enviado
771 DocType: Standard Reply Standard Reply Resposta Padrão
772 apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +233 Width of the input box Largura de entrada da caixa
773 apps/frappe/frappe/email/smtp.py +192 Invalid Outgoing Mail Server or Port Inválido Outgoing Mail Server ou Porto
774 apps/frappe/frappe/core/doctype/report/report.py +37 Only Administrator allowed to create Query / Script Reports Somente o Administrador pode criar Consulta / Relatórios de Script
775 apps/frappe/frappe/public/js/frappe/form/save.js +13 Updating Atualizando
776 apps/frappe/frappe/desk/doctype/bulk_update/bulk_update.js +8 Field "value" is mandatory. Please specify value to be updated O campo "valor" é obrigatório. Por favor, especifique o valor a ser atualizado
777 DocType: Customize Form Use this fieldname to generate title Utilize este campo para gerar o título
782 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +380 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +379 Loading Report Carregando Relatório
783 apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +46 Attach File Anexar Arquivo
784 apps/frappe/frappe/templates/emails/password_update.html +1 Password Update Notification Notificação de Atualização de Senha
785 apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +59 Assignment Complete Atribuição Concluída
786 DocType: Custom DocPerm User Permission DocTypes Doctypes permissão de usuário
787 DocType: Communication Email Status Satus do Email
788 apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +111 Please save the document before removing assignment Por favor, salve o documento antes de remover a atribuição
789 apps/frappe/frappe/utils/password_strength.py +159 This is similar to a commonly used password. Isso é parecido com uma senha comum.
790 apps/frappe/frappe/public/js/frappe/model/indicator.js +19 Not Saved Não Salvo
798 apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +197 You cannot unset 'Read Only' for field {0} Você não pode desabilitar "Somente leitura" para o campo {0}
799 apps/frappe/frappe/core/page/data_import_tool/exporter.py +62 Please do not change the template headings. Por favor, não alterar as posições do modelo.
800 DocType: Communication Linked Relacionado
801 apps/frappe/frappe/public/js/frappe/form/save.js +85 Enter the name of the new {0} Digite o nome do novo {0}
802 DocType: User Frappe User ID ID do usuário frappe
803 apps/frappe/frappe/config/desk.py +44 Activity log of all users. Registro de atividade de todos os usuários.
804 DocType: Email Domain Example Email Address Exemplo de Endereço de Email
822 DocType: Async Task Runtime Runtime
823 DocType: DocType Permissions Settings Configurações de Permissões
824 DocType: LDAP Settings LDAP Email Field Campo do Email LDAP
825 apps/frappe/frappe/www/list.html +3 {0} List {0} Lista(s)
826 apps/frappe/frappe/desk/form/assign_to.py +41 Already in user's To Do list Já está na lista de tarefas do usuário
827 DocType: User Email Enable Outgoing Ativar Saída
828 apps/frappe/frappe/config/setup.py +246 Custom Tags Tags Personalizadas
838 apps/frappe/frappe/core/doctype/file/test_file.py +43 Home/Test Folder 1 Início / Teste pasta 1
839 apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +75 Do not update, but insert new records. Não atualizar, mas inserir novos registros.
840 apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +138 Assign to me Atribuir para mim
841 apps/frappe/frappe/core/doctype/file/file_list.js +80 Edit Folder Editar pasta
842 DocType: DocField Dynamic Link Link dinâmico
843 apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +40 To Date Até a Data
844 apps/frappe/frappe/core/page/background_jobs/background_jobs_outer.html +5 Show failed jobs Mostrar tarefas com falha
893 DocType: Portal Settings Portal Menu Portal menu
894 apps/frappe/frappe/public/js/frappe/ui/toolbar/search.js +356 Search for anything Procurar por qualquer coisa
895 DocType: DocField Print Hide Ocultar Impressão
896 apps/frappe/frappe/public/js/frappe/ui/messages.js +66 Enter Value Digite o Valor
897 apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63 e.g.: ex:
898 DocType: Customize Form Field Label and Type Etiqueta e Tipo
899 apps/frappe/frappe/public/js/frappe/form/sidebar.js +59 {0} edited this {1} {0} editou {1}
900 DocType: Custom DocPerm Submit Enviar
901 apps/frappe/frappe/core/doctype/file/file_list.js +62 New Folder Nova pasta
902 apps/frappe/frappe/desk/query_report.py +77 Must have report permission to access this report. Deve ter permissão para acessar relatório deste relatório.
903 apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +81 Update only, do not insert new records. Apenas atualizar, não inserir novos registros.
926 apps/frappe/frappe/core/page/modules_setup/modules_setup.js +4 Show or Hide Desktop Icons Mostrar ou ocultar ícones no desktop
927 apps/frappe/frappe/core/doctype/user/user.py +231 Password Update Atualização de Senha
928 DocType: Workflow State trash lixo
929 DocType: System Settings Older backups will be automatically deleted Os backups mais antigos serão apagados automaticamente
930 DocType: Payment Gateway Gateway Porta de entrada
931 apps/frappe/frappe/contacts/doctype/address/address.py +34 Address Title is mandatory. Titulo do Endereço é obrigatório.
932 DocType: Website Settings Added HTML in the <head> section of the web page, primarily used for website verification and SEO HTML adicionado na seção <head> da página web, principalmente utilizadas para a verificação do site e SEO
933 apps/frappe/frappe/core/doctype/error_snapshot/error_snapshot_list.js +9 Relapsed Reincidente
934 apps/frappe/frappe/utils/nestedset.py +181 Item cannot be added to its own descendents O artigo não pode ser acrescentado para os seus próprios descendentes
935 DocType: Error Snapshot Relapses Recaídas
936 DocType: Address Preferred Shipping Address Endereço preferido para entrega
964 apps/frappe/frappe/core/page/permission_manager/permission_manager.js +140 Select Document Type or Role to start. Selecione o Tipo de Documento ou Função para começar.
965 DocType: Contact Passive Sem movimento
966 DocType: Contact Accounts Manager Gerente de Contas
967 apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +719 Select File Type Selecionar tipo do arquivo
968 DocType: Help Article Knowledge Base Editor Editor da Base de Conhecimento
969 DocType: Website Slideshow Slideshow Items Itens da Apresentação de Slides
970 apps/frappe/frappe/core/doctype/version/version_view.html +32 Rows Added Linhas Adicionadas
971 DocType: ToDo Allocated To Atribuído a
972 DocType: Email Alert Days After Dias Após
973 DocType: Contact Us Settings Settings for Contact Us Page Configurações para a página Fale Conosco
974 DocType: Custom Script Script Type Tipo de Script
1000 DocType: Workflow State step-forward prosseguir
1001 apps/frappe/frappe/core/doctype/user/user.js +42 Refreshing... Atualizando...
1002 DocType: System Settings System Settings Configurações do Sistema
1003 apps/frappe/frappe/email/queue.py +454 This email was sent to {0} and copied to {1} Este email foi enviado para {0} e copiados para {1}
1004 apps/frappe/frappe/public/js/frappe/form/control.js +1470 apps/frappe/frappe/public/js/frappe/form/control.js +1432 Create a new {0} Criar um(a) novo(a) {0}
1005 DocType: Workflow State ok-sign ok-sinal
1006 DocType: Newsletter Create and Send Newsletters Criar e enviar email marketing
1009 apps/frappe/frappe/core/page/data_import_tool/exporter.py +70 "Parent" signifies the parent table in which this row must be added "Pai" significa a tabela pai no qual deve ser acrescentado nesta linha
1010 DocType: Feedback Request Feedback Rating Rating do Feedback
1011 DocType: Help Category Help Articles Artigo de Ajuda
1012 Modules Setup Instalação de módulos
1013 DocType: Communication Unshared Não Compartilhado
1014 apps/frappe/frappe/desk/moduleview.py +84 Module Not Found Módulo não encontrado
1015 Permitted Documents For User Documentos Permitidos para Usuário
1041 apps/frappe/frappe/core/doctype/file/file.py +211 Folder {0} is not empty Pasta {0} não está vazio
1042 apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +269 apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +286 Field {0} is not selectable. O campo {0} não é selecionável.
1043 DocType: System Settings Session Expiry Duração da Sessão
1044 DocType: Bulk Update Desk Mesa
1045 apps/frappe/frappe/core/doctype/report/report.js +8 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).
1046 apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +131 Setup Auto Email Configurar Email Automático
1047 apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +25 Ctrl + Down Ctrl + Seta para baixo
1048 apps/frappe/frappe/utils/password_strength.py +153 This is a top-10 common password. Essa é uma das 10 senhas mais comuns..
1049 DocType: Workflow State chevron-down divisa-abaixo
1050 apps/frappe/frappe/public/js/frappe/views/communication.js +494 apps/frappe/frappe/public/js/frappe/views/communication.js +495 Email not sent to {0} (unsubscribed / disabled) Email não enviado para {0} (inscrição cancelada / desativado)
1051 DocType: Currency Smallest Currency Fraction Value Menor valor fracionado de moeda
1052 apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +137 Assign To Atribuir a
1053 DocType: Web Page Enable Comments Ativação de comentários
1055 DocType: Website Theme Google Font (Heading) Fonte do Google (cabeçalho)
1056 apps/frappe/frappe/public/js/frappe/views/treeview.js +204 Select a group node first. Selecione um nó de grupo primeiro.
1057 DocType: Email Account Append as communication against this DocType (must have fields, "Status", "Subject") Anexar como a comunicação contra este DocType (deve ter campos, "status", "Assunto")
1058 apps/frappe/frappe/model/base_document.py +602 apps/frappe/frappe/model/base_document.py +601 Not allowed to change {0} after submission Não é permitido alterar {0} após a apresentação
1059 apps/frappe/frappe/core/page/usage_info/usage_info.html +10 Users Usuários
1060 DocType: Communication Timeline field Name Nome do campo da timeline
1061 apps/frappe/frappe/core/page/permission_manager/permission_manager.js +136 Loading Carregando
1063 apps/frappe/frappe/public/js/frappe/ui/tags.js +20 Add a tag Inclua uma etiqueta
1064 apps/frappe/frappe/public/js/frappe/form/control.js +1284 apps/frappe/frappe/public/js/frappe/form/control.js +1250 Please attach a file first. Por favor, anexar um arquivo primeiro
1065 DocType: Website Slideshow Item Website Slideshow Item Item do Slideshow do Site
1066 DocType: Portal Settings Default Role at Time of Signup Função padrão no momento da inscrição
1067 DocType: DocType Title Case Caixa do Título
1068 DocType: Blog Post Email Sent Email enviado
1069 apps/frappe/frappe/public/js/frappe/views/communication.js +64 apps/frappe/frappe/public/js/frappe/views/communication.js +63 Send As Email Enviar como email
1070 DocType: Website Theme Link Color Cor do link
1071 apps/frappe/frappe/core/doctype/user/user.py +99 User {0} cannot be disabled O usuário {0} não pode ser desativado
1072 apps/frappe/frappe/core/doctype/user/user.py +866 Dear System Manager, Caro Administrador de Sistemas,
1073 apps/frappe/frappe/core/doctype/doctype/doctype.js +36 In Grid View Na Visualização do Grid
1074 apps/frappe/frappe/public/js/frappe/form/save.js +14 Amending Rectificativo
1075 apps/frappe/frappe/core/page/usage_info/usage_info.html +21 Max Users Máximo de Usuários
1076 DocType: Contact Us Settings Send enquiries to this email address Envie perguntas para este endereço de email
1077 DocType: Letter Head Letter Head Name Nome do timbrado
1078 apps/frappe/frappe/config/website.py +18 User editable form on Website. Formato editável do usuário no site.
1079 DocType: Workflow State file arquivo
1080 apps/frappe/frappe/www/login.html +108 Back to Login Voltar para Login
1088 DocType: Workflow Workflow Name Nome do Fluxo de Trabalho
1089 DocType: DocField In Standard Filter Em Filtro Padrão
1090 apps/frappe/frappe/workflow/doctype/workflow/workflow.py +64 Cannot change state of Cancelled Document. Transition row {0} Não é possível alterar o estado de Documento Cancelado .
1091 DocType: Workflow Rules for how states are transitions, like next state and which role is allowed to change state etc. Regras de como os status são alterados, como o próximo status e que função terá permissão para mudar de status, etc
1092 apps/frappe/frappe/email/doctype/email_account/email_account.py +85 Append To can be one of {0} Para anexar pode ser um dos {0}
1093 DocType: User Github Username Usuário GitHub
1094 DocType: DocType Image View Ver Imagem
1113 DocType: Email Alert Attach Print Anexar cópia
1114 apps/frappe/frappe/core/doctype/user/user.py +435 Suggested Username: {0} Nome de usuário sugerido: {0}
1115 Modules módulos
1116 apps/frappe/frappe/core/doctype/user/user.js +49 Set Desktop Icons Definir Ícones do Desktop
1117 apps/frappe/frappe/public/js/frappe/views/inbox/inbox_view.js +137 No {0} mail Nenhum {0}
1118 DocType: OAuth Bearer Token Revoked Revogado
1119 DocType: Web Page Sidebar and Comments Menu Lateral e Comentários
1129 DocType: Auto Email Report Filters Display Exibição dos Filtros
1130 DocType: Website Theme Top Bar Color Cor da barra superior
1131 DocType: Address Plant Fábrica
1132 DocType: DocType Setup Configuração
1133 DocType: DocType Timeline Field Campo Timeline
1134 DocType: Country Time Zones Fusos horários
1135 apps/frappe/frappe/core/page/permission_manager/permission_manager.py +93 There must be atleast one permission rule. É necessário que exista pelo menos uma regra de permissão.
1160 DocType: Website Settings Website Theme Tema do Site
1161 DocType: DocField In List View Mostrar na Visualização da Lista
1162 apps/frappe/frappe/email/smtp.py +24 Invalid login or password Login ou senha inválidos
1163 apps/frappe/frappe/config/setup.py +237 Add custom javascript to forms. Adicionar javascript personalizado aos formulários.
1164 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +489 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +488 Sr No Nº de série
1165 Role Permissions Manager Gestor de Permissões por Função
1166 User Permissions Manager Gestor de Permissões de Usuário
1169 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +34 Select Document Types to set which User Permissions are used to limit access. Selecione os tipos de documentos para definir quais as permissões de usuário são usados para limitar o acesso.
1170 apps/frappe/frappe/core/page/data_import_tool/data_import_main.html +43 Download with data Download com dados
1171 DocType: Workflow State hand-right mão à direita
1172 DocType: Web Form Allow Delete Permitir Excluir
1173 DocType: Web Form Login Required Necessário Login
1174 apps/frappe/frappe/templates/pages/integrations/payment-cancel.html +3 Payment Cancelled Pagamento cancelado
1175 Addresses And Contacts Endereços e Contatos
1185 apps/frappe/frappe/website/doctype/blog_post/blog_post.py +102 apps/frappe/frappe/website/doctype/blog_post/blog_post.py +106 Posts by {0} Posts de {0}
1186 apps/frappe/frappe/www/login.html +72 Don't have an account? Sign up Não tem uma conta? Se inscreva
1187 apps/frappe/frappe/core/doctype/doctype/doctype.py +721 apps/frappe/frappe/core/doctype/doctype/doctype.py +725 {0}: Cannot set Assign Amend if not Submittable {0}: Não é possível definir atributo Corrigir se não pode ser enviado
1188 apps/frappe/frappe/core/page/user_permissions/user_permissions.js +14 Edit Role Permissions Editar permissões de Função
1189 DocType: Communication Link DocType Relacionar ao DocType
1190 DocType: Social Login Keys Social Login Keys Login nas Redes Sociais
1191 DocType: Website Slideshow Slideshow Name Nome da Apresentação de Slides
1192 apps/frappe/frappe/public/js/frappe/form/save.js +15 Cancelling Cancelando
1193 DocType: DocType Allow Rename Permitir Renomear
1194 DocType: DocType Child Tables are shown as a Grid in other DocTypes. Tabelas-filhas são mostradas como um grid nos outros DocTypes.
1195 apps/frappe/frappe/www/404.html +13 Error Code: {0} Código do Erro: {0}
1196 DocType: Blog Post 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)
1197 apps/frappe/frappe/core/page/user_permissions/user_permissions.js +304 Add A User Restriction Adicionar uma restrição de Usuário
1198 DocType: DocType Name Case Caso Nome
1253 apps/frappe/frappe/model/document.py +639 Cannot link cancelled document: {0} Não é possível vincular documento cancelado: {0}
1254 apps/frappe/frappe/contacts/doctype/address/address.py +56 Company is mandatory, as it is your company address Empresa é obrigatório, como é o seu endereço de empresa
1255 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +698 For example: If you want to include the document ID, use {0} Por exemplo: Se você quiser incluir a ID do documento, use {0}
1256 DocType: Custom Field Options Help Ajuda sobre Opções
1257 DocType: Footer Item Group Label Etiqueta do Grupo
1258 DocType: Kanban Board Kanban Board Painel Kanban
1259 apps/frappe/frappe/public/js/frappe/views/treeview.js +17 Tree view not available for {0} Visualização em Árvore não disponível para {0}
1270 DocType: Workflow State play-circle jogo-círculo
1271 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82 Select Print Format to Edit Selecione um formato de impressão para editar
1272 DocType: Address Shipping Expedição
1273 DocType: Workflow State circle-arrow-down círculo de seta para baixo
1274 apps/frappe/frappe/config/desk.py +38 Private and public Notes. Privadas e públicas Notas.
1275 DocType: Workflow State arrow-right seta para a direita
1276 DocType: Workflow State Workflow state represents the current state of a document. O Status do Fluxo de Trabalho representa o status atual de um documento.
1277 apps/frappe/frappe/utils/file_manager.py +269 Removed {0} Removido {0}
1278 apps/frappe/frappe/printing/doctype/print_format/print_format.py +19 Standard Print Format cannot be updated Formato de impressão padrão não pode ser atualizado
1279 DocType: Help Article Help Article Artigo de Ajuda
1280 apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +204 Help: Field Properties Help: Propriedades do campo
1281 apps/frappe/frappe/core/page/data_import_tool/data_import_tool.js +137 Importing... Importando...
1282 apps/frappe/frappe/model/document.py +919 Incorrect value in row {0}: {1} must be {2} {3} Valor incorreto na linha {0} : {1} deve ser {2} {3}
1304 DocType: Print Settings Print Settings Configurações de Impressão
1305 DocType: DocType Max Attachments Máx. de Anexos
1306 apps/frappe/frappe/config/website.py +93 Knowledge Base Base de Conhecimento
1307 apps/frappe/frappe/model/base_document.py +561 apps/frappe/frappe/model/base_document.py +560 Value cannot be changed for {0} Valor não pode ser alterado para {0}
1308 DocType: Workflow State 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ções - Azul Claro, Aviso - Laranja
1309 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +158 No Report Loaded. Please use query-report/[Report Name] to run a report. Não Relatório Loaded. Por favor, use-consulta do relatório / [Nome do relatório] para executar um relatório.
1310 DocType: Workflow Transition Workflow Transition Transição do Fluxo de Trabalho
1314 DocType: Workflow State resize-horizontal redimensionamento horizontal
1315 apps/frappe/frappe/public/js/frappe/views/treeview.js +261 Group Node Grupo de Nós
1316 DocType: Web Form Go to this url after completing the form. Ir para esta url depois de preencher o formulário.
1317 DocType: Workflow All possible Workflow States and roles of the workflow. Docstatus Options: 0 is"Saved", 1 is "Submitted" and 2 is "Cancelled" Todos os status possíveis de fluxo de trabalho e as funções do fluxo de trabalho. Opções Docstatus: 0 é "Salvo", 1 é "Enviado" e 2 é "Cancelado"
1318 DocType: Website Theme Footer Text Color Cor do Texto do Rodapé
1319 apps/frappe/frappe/public/js/frappe/model/meta.js +187 Last Modified On Última Alteração em
1320 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +24 Permissions at level 0 are Document Level permissions, i.e. they are primary for access to the document. As permissões para o nível 0 são permissões em nível de documento, ou seja, eles são primários para o acesso ao documento.
1333 DocType: Event apps/frappe/frappe/core/page/data_import_tool/exporter.py +71 Every Month If you are updating, please select "Overwrite" else existing rows will not be deleted. Todos os meses Se você estiver atualizando, por favor selecione "Substituir" linhas outra existentes não serão excluídos.
1334 DocType: Letter Head DocType: Event Letter Head in HTML Every Month Cabeça Carta em HTML Todos os meses
1335 DocType: About Us Settings DocType: Letter Head Org History Heading Letter Head in HTML Cabeçalho da História da Organização Cabeça Carta em HTML
1336 DocType: About Us Settings Org History Heading Cabeçalho da História da Organização
1337 DocType: Print Settings Allow Print for Cancelled Permitir impressão para cancelado
1338 DocType: Communication Integrations can use this field to set email delivery status Integrações pode usar este campo para definir o status de entrega de email
1339 DocType: Web Form Web Page Link Text Link de Texto para Página Web
1362 DocType: Error Snapshot Parent Error Snapshot Pai Snapshot de Erro
1363 DocType: Workflow State share-alt partes-alt
1364 DocType: Address Template <h4>Default Template</h4> <p>Uses <a href="http://jinja.pocoo.org/docs/templates/">Jinja Templating</a> and all the fields of Address (including Custom Fields if any) will be available</p> <pre><code>{{ address_line1 }}&lt;br&gt; {% if address_line2 %}{{ address_line2 }}&lt;br&gt;{% endif -%} {{ city }}&lt;br&gt; {% if state %}{{ state }}&lt;br&gt;{% endif -%} {% if pincode %} PIN: {{ pincode }}&lt;br&gt;{% endif -%} {{ country }}&lt;br&gt; {% if phone %}Phone: {{ phone }}&lt;br&gt;{% endif -%} {% if fax %}Fax: {{ fax }}&lt;br&gt;{% endif -%} {% if email_id %}Email: {{ email_id }}&lt;br&gt;{% endif -%} </code></pre> <H4> Default Template </ h4> <p> <a Usa href="http://jinja.pocoo.org/docs/templates/"> Jinja Templating </a> e todos os campos de Endereço ( incluindo campos personalizados se houver) estará disponível </ p> <pre> <code> {{address_line1}} & lt; br & gt; {% if address_line2%} {{address_line2}} & lt; br & gt; { endif% -%} {{cidade}} & lt; br & gt; {% if estado%} {{estado}} & lt; br & gt; {% endif -%} {% se pincode%} PIN: {{pincode}} & lt; br & gt; {% endif -%} {{país}} & lt; br & gt; {% if telefone%} Telefone: {{telefone}} & lt; br & gt; { % endif -%} {% if fax%} Fax: {{fax}} & lt; br & gt; {% endif -%} {% if% email_id} Email: {{email_id}} & lt; br & gt ; {endif% -%} </ code> </ pre>
1365 apps/frappe/frappe/website/js/website.js +376 Switch To Desk Ir para o Desktop
1366 DocType: Workflow Document State Workflow Document State Status do Documento do Fluxo de Trabalho
1367 apps/frappe/frappe/public/js/frappe/request.js +116 File too big Arquivo muito grande
1368 DocType: Payment Gateway Payment Gateway Gateway de pagamento
1369 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +32 To give acess to a role for only specific records, check the Apply User Permissions. User Permissions are used to limit users with such role to specific records. Para dar acesso a um papel para apenas registros específicos, verificar a aplicar permissões de usuário. Permissões de usuário são usados para limitar os usuários com esse papel para registros específicos.
1427 DocType: Website Settings Website Theme Image Imagem do Tema do Site
1428 DocType: LDAP Settings Organizational Unit Unidade Organizacional
1429 apps/frappe/frappe/public/js/frappe/model/model.js +106 Unable to load: {0} Não é possível carregar: {0}
1430 apps/frappe/frappe/core/page/usage_info/usage_info.html +3 Expires in {0} days Vence em {0} dias
1431 DocType: DocField Read Only Somente Leitura
1432 apps/frappe/frappe/email/doctype/email_group/email_group.js +45 New Newsletter Novo Boletim Informativo
1433 DocType: Print Settings Send Print as PDF Enviar impressão como PDF
1435 apps/frappe/frappe/website/doctype/portal_settings/portal_settings.js +10 Restore to default settings? Restaurar as configurações padrão?
1436 apps/frappe/frappe/website/doctype/website_settings/website_settings.py +23 Invalid Home Page Inválido Página Inicial
1437 apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +170 Reset Filters Restaurar Filtros
1438 apps/frappe/frappe/core/doctype/doctype/doctype.py +684 apps/frappe/frappe/core/doctype/doctype/doctype.py +688 {0}: Permission at level 0 must be set before higher levels are set {0} : permissão no nível 0 deve ser definida antes de definir os níveis mais altos
1439 apps/frappe/frappe/desk/doctype/todo/todo.py +28 Assignment closed by {0} Atribuição fechado por {0}
1440 DocType: Integration Request Remote Remoto
1441 DocType: Integration Request Remote Remoto
1446 apps/frappe/frappe/core/doctype/communication/comment.py +85 {0} mentioned you in a comment in {1} {0} mencionou você em um comentário em {1}
1447 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +138 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +141 e.g. (55 + 434) / 4 or =Math.sin(Math.PI/2)... por exemplo (55 + 434) / 4 ou = Math.sin (Math.PI / 2) ...
1448 DocType: Social Login Keys GitHub Client ID ID do Cliente do Github
1449 DocType: DocField Perm Level Nível Permanente
1450 apps/frappe/frappe/desk/doctype/event/event.py +54 Events In Today's Calendar Eventos no calendário de hoje
1451 apps/frappe/frappe/public/js/frappe/views/treeview.js +297 View List Ver Lista
1452 apps/frappe/frappe/public/js/frappe/form/control.js +739 apps/frappe/frappe/public/js/frappe/form/control.js +721 Date must be in format: {0} A data deve estar no formato : {0}
1467 apps/frappe/frappe/core/doctype/user/user.py +327 User {0} cannot be renamed O usuário {0} não pode ser renomeado
1468 apps/frappe/frappe/config/desk.py +59 Email Group List Lista do Grupo de Emails
1469 DocType: Website Settings An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org] Um ícone do arquivo com extensão .ico. Deve ser de 16 x 16 px. Gerado usando um gerador de favicon. [favicon-generator.org]
1470 DocType: Email Account Email Addresses Endereço de Email
1471 apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +161 Change Alteração
1472 DocType: Email Domain domain name nome de domínio
1473 DocType: Kanban Board Column Order Pedido
1476 apps/frappe/frappe/core/doctype/doctype/doctype.py +696 apps/frappe/frappe/core/doctype/doctype/doctype.py +700 {0}: Cannot set Amend without Cancel {0}: Não é possível definir Amend sem Cancelar
1477 apps/frappe/frappe/public/js/frappe/form/templates/print_layout.html +22 Full Page Página completa
1478 DocType: DocType Is Child Table É Tabela Filho
1479 apps/frappe/frappe/utils/csvutils.py +124 {0} must be one of {1} {0} deve fazer parte de {1}
1480 apps/frappe/frappe/public/js/frappe/form/form_viewers.js +28 {0} is currently viewing this document {0} está atualmente visualizando este documento
1481 apps/frappe/frappe/config/core.py +52 Background Email Queue Fila de Email em Segundo Plano
1482 DocType: Communication Opened Inaugurado
1483 DocType: Workflow State chevron-left divisa-esquerda
1484 DocType: Communication Sending Transmitindo
1485 apps/frappe/frappe/auth.py +231 Not allowed from this IP Address Não é permitido a partir deste endereço IP
1486 apps/frappe/frappe/config/setup.py +260 Install Applications. Instalar aplicativos.
1487 DocType: Print Settings Send Email Print Attachments as PDF (Recommended) Enviar anexos de email em PDF (Recomendado)
1488 DocType: Web Page Left Saiu
1489 DocType: Event All Day O dia todo
1490 DocType: Workflow Action Workflow Action Ação do Fluxo de Trabalho
1505 DocType: Custom Field Insert After Inserir Após
1506 DocType: Social Login Keys GitHub Client Secret GitHub Cliente Secreto
1507 DocType: Desktop Icon Reverse Icon Color Inverta Ícone Cor
1508 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +405 Section Heading Cabeçalho da Seção
1509 DocType: Website Settings Title Prefix Prefixo do Título
1510 DocType: Email Account Notifications and bulk mails will be sent from this outgoing server. Notificações e emails em massa serão enviados por este servidor de saída.
1511 apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +64 Currently Viewing Atualmente Exibindo
1523 DocType: Workflow State ok-circle ok-círculo
1524 apps/frappe/frappe/utils/bot.py +150 You can find things by asking 'find orange in customers' Você pode encontrar as coisas pedindo "encontrar fulano em clientes"
1525 apps/frappe/frappe/core/doctype/user/user.py +172 Sorry! User should have complete access to their own record. Desculpe! O usuário deve ter acesso completo ao seu próprio registro.
1526 Usage Info Informações de Uso
1527 apps/frappe/frappe/utils/oauth.py +226 Invalid Token Token inválido
1528 apps/frappe/frappe/custom/doctype/custom_field/custom_field.py +19 Label is mandatory Etiqueta é obrigatório
1529 DocType: PayPal Settings API Username Usuário da API
1543 apps/frappe/frappe/config/setup.py +100 Import / Export Data Importação / Exportação de Dados
1544 apps/frappe/frappe/core/doctype/role/role.py +12 Standard roles cannot be renamed Funções padrão não podem ser renomeadas
1545 DocType: User Desktop Background Papel de parede
1546 DocType: Portal Settings Custom Menu Items Itens de Menu Personalizado
1547 DocType: Workflow State chevron-right divisa-direito
1548 apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +216 Change type of field. (Currently, Type change is \ allowed among 'Currency and Float') Alterar o tipo de campo. (Atualmente, a mudança de tipo é permitido entre \ 'Moeda e Float')
1549 apps/frappe/frappe/website/doctype/web_form/web_form.py +37 You need to be in developer mode to edit a Standard Web Form Você precisa estar no modo de desenvolvedor para editar um Formulário Web Padrão
1551 DocType: Workflow State camera câmera
1552 DocType: Website Settings Brand HTML Marca HTML
1553 apps/frappe/frappe/templates/includes/login/login.js +21 Both login and password required Login e senha necessários
1554 apps/frappe/frappe/model/document.py +540 Please refresh to get the latest document. Por favor de atualização para obter as últimas documento.
1555 Desktop Área de trabalho
1556 DocType: Web Form Text to be displayed for Link to Web Page if this form has a web page. Link route will be automatically generated based on `page_name` and `parent_website_route` O texto a ser exibido para o link da página da web, se este formulário tem uma página web. Um link será gerado automaticamente com base em ` page_name` e `parent_website_route`
1557 DocType: Feedback Request Feedback Trigger Gatilho para Feedback
1589
1590
1591
1592
1593
1594
1595

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,42 @@
apps/frappe/frappe/desk/doctype/todo/todo_list.js +22,Assigned By Me,Dodijelio
apps/frappe/frappe/public/js/frappe/form/toolbar.js +189,New {0} (Ctrl+B),Novi {0} (Ctrl-B)
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +23,Add Filter,Dodaj filter
apps/frappe/frappe/public/js/frappe/model/model.js +26,Assigned To,Dodijeljeno
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +138,Assign to me,Dodijeljeno meni
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +16,Between,Između
apps/frappe/frappe/public/js/frappe/list/list_sidebar.js +389,UnCategorised Tags,Nekategorisani tag-ovi
apps/frappe/frappe/public/js/frappe/form/toolbar.js +163,Customize,Prilagodite
apps/frappe/frappe/desk/reportview.py +253,No Tags,Nema tag-ova
apps/frappe/frappe/public/js/frappe/views/treeview.js +212,New {0},Novi {0}
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +10,Not equals,Nije jednak
apps/frappe/frappe/public/js/frappe/ui/page.html +24,Menu,Meni
apps/frappe/frappe/public/js/frappe/model/model.js +27,Document Status,Status dokumenta
apps/frappe/frappe/config/core.py +27,Script or Query reports,Skripte ili query izvještaji
apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +111,Add to Desktop,Dodaj na radnu površinu
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +30,User Permissions,Prava pristupa korisnika
apps/frappe/frappe/public/js/frappe/model/meta.js +186,Created On,Kreirano
apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js +107,New,Novi
,User Permissions Manager,Menadžer prava pristupa korisnika
DocType: Workflow State,Refresh,Osvježi
DocType: Contact,Status,Status
apps/frappe/frappe/desk/doctype/todo/todo.py +20,Assigned to {0}: {1},Dodijeljen {0}: {1}
apps/frappe/frappe/public/js/frappe/model/meta.js +187,Last Modified On,Poslednji put izmijenjeno
DocType: Authentication Log,Full Name,Puno ime
DocType: Custom DocPerm,Import,Uvoz
DocType: Communication,Assigned,Dodijeljeno
apps/frappe/frappe/desk/moduleview.py +94,Standard Reports,Standardni izvještaji
apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +49,Assigned To Me,Dodijeljeno meni
,Role Permissions Manager,Menadžer prava pristupa rolama
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +24,Apply,Primijeni
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Like,Kao
DocType: Workflow State,remove,Ukloni
apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban
apps/frappe/frappe/public/js/frappe/roles_editor.js +195,Role Permissions,Prava pristupa rolama
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9,Not In,Nije u
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6,Equals,Jednak
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479,Not Like,Nije kao
apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +10,Reports,Izvještaji
apps/frappe/frappe/public/js/frappe/ui/sort_selector.js +182,Most Used,Najviše korišćeno
DocType: ToDo,Assigned By,Dodijelio
apps/frappe/frappe/desk/report/todo/todo.py +19,ID,ID
DocType: Workflow State,Print,Štampaj
1 apps/frappe/frappe/desk/doctype/todo/todo_list.js +22 Assigned By Me Dodijelio
1 apps/frappe/frappe/desk/doctype/todo/todo_list.js +22 Assigned By Me Dodijelio
2 apps/frappe/frappe/public/js/frappe/form/toolbar.js +189 New {0} (Ctrl+B) Novi {0} (Ctrl-B)
3 apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +23 Add Filter Dodaj filter
4 apps/frappe/frappe/public/js/frappe/model/model.js +26 Assigned To Dodijeljeno
5 apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +138 Assign to me Dodijeljeno meni
6 apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +16 Between Između
7 apps/frappe/frappe/public/js/frappe/list/list_sidebar.js +389 UnCategorised Tags Nekategorisani tag-ovi
8 apps/frappe/frappe/public/js/frappe/form/toolbar.js +163 Customize Prilagodite
9 apps/frappe/frappe/desk/reportview.py +253 No Tags Nema tag-ova
10 apps/frappe/frappe/public/js/frappe/views/treeview.js +212 New {0} Novi {0}
11 apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +10 Not equals Nije jednak
12 apps/frappe/frappe/public/js/frappe/ui/page.html +24 Menu Meni
13 apps/frappe/frappe/public/js/frappe/model/model.js +27 Document Status Status dokumenta
14 apps/frappe/frappe/config/core.py +27 Script or Query reports Skripte ili query izvještaji
15 apps/frappe/frappe/public/js/frappe/views/reports/reportview.js +111 Add to Desktop Dodaj na radnu površinu
16 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +30 User Permissions Prava pristupa korisnika
17 apps/frappe/frappe/public/js/frappe/model/meta.js +186 Created On Kreirano
18 apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js +107 New Novi
19 User Permissions Manager Menadžer prava pristupa korisnika
20 DocType: Workflow State Refresh Osvježi
21 DocType: Contact Status Status
22 apps/frappe/frappe/desk/doctype/todo/todo.py +20 Assigned to {0}: {1} Dodijeljen {0}: {1}
23 apps/frappe/frappe/public/js/frappe/model/meta.js +187 Last Modified On Poslednji put izmijenjeno
24 DocType: Authentication Log Full Name Puno ime
25 DocType: Custom DocPerm Import Uvoz
26 DocType: Communication Assigned Dodijeljeno
27 apps/frappe/frappe/desk/moduleview.py +94 Standard Reports Standardni izvještaji
28 apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +49 Assigned To Me Dodijeljeno meni
29 Role Permissions Manager Menadžer prava pristupa rolama
30 apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +24 Apply Primijeni
31 apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479 Like Kao
32 DocType: Workflow State remove Ukloni
33 apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32 Kanban Kanban
34 apps/frappe/frappe/public/js/frappe/roles_editor.js +195 Role Permissions Prava pristupa rolama
35 apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +9 Not In Nije u
36 apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +6 Equals Jednak
37 apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +479 Not Like Nije kao
38 apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +10 Reports Izvještaji
39 apps/frappe/frappe/public/js/frappe/ui/sort_selector.js +182 Most Used Najviše korišćeno
40 DocType: ToDo Assigned By Dodijelio
41 apps/frappe/frappe/desk/report/todo/todo.py +19 ID ID
42 DocType: Workflow State Print Štampaj

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff