[Translation] Updated Translations (#5068)

This commit is contained in:
Frappe PR Bot 2018-02-23 15:00:29 +05:30 committed by Rushabh Mehta
parent 064e387825
commit e855efe8a7
66 changed files with 24878 additions and 23902 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

File diff suppressed because it is too large Load diff

View file

@ -1,4 +1,4 @@
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"
apps/frappe/frappe/contacts/doctype/address/address.py +58,"Company is mandatory, as it is your company address","Compañía es obligatoria, igual que la dirección de la empresa"
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;
@ -27,13 +27,11 @@ apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +491,changed values
DocType: Activity Log,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 +250,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 +504,Cannot use sub-query in order by,No se puede utilizar una sub-consulta en order by
apps/frappe/frappe/email/queue.py +252,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 +534,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 +229,Permissions can be managed via Setup &gt; Role Permissions Manager,Los permisos se pueden gestionar a través de Configuración &gt; 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
DocType: Feedback Request,Feedback Rating,Rating de Feedback
DocType: Dynamic Link,Link Title,Título del Enlace
DocType: Website Settings,&lt;head&gt; HTML,HTML
DocType: Workflow State,facetime-video,Vídeo FaceTime
DocType: Payment Gateway,Gateway,Puerta de Entrada

1 apps/frappe/frappe/contacts/doctype/address/address.py +56 apps/frappe/frappe/contacts/doctype/address/address.py +58 Company is mandatory, as it is your company address Compañía es obligatoria, igual que la dirección de la empresa
2 DocType: Address Template 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> Por defecto la plantilla <!-- h4--> <p> <a href="http://jinja.pocoo.org/docs/templates/"> Jinja Templating </a> y todos los campos de la Dirección ( incluyendo campos personalizados en su caso) estará disponible <!-- p--> </p><pre> <code> {{address_line1}} &amp; lt; br &amp; gt; {% if address_line2%} {{address_line2}} &amp; lt; br &amp; gt; { endif% -%} {{ciudad}} &amp; lt; br &amp; gt; {% if%} Estado {{Estado}} &amp; lt; br &amp; gt; {% endif -%} {% if código PIN%} PIN: {{código PIN}} &amp; lt; br &amp; gt; {% endif -%} {{país}} &amp; lt; br &amp; gt; {% if teléfono%} Teléfono: {{teléfono}} &amp; lt; br &amp; gt; { % endif -%} {% if fax%} Fax: {{fax}} &amp; lt; br &amp; gt; {% endif -%} {% if email_ID%} Email: {{email_ID}} &amp; lt; br &amp; gt ; {% endif -%} <!-- code--> <!-- pre--></code></pre></h4>
3 apps/frappe/frappe/email/receive.py +197 apps/frappe/frappe/email/receive.py +197 Can not find UIDVALIDITY in imap status response No se puede encontrar UIDVALIDITY en la respuesta de estado IMAP
4 apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +491 apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +491 changed values for {0} Valores modificados para {0}
27
28
29
30
31
32
33
34
35
36
37

View file

@ -1,8 +1,8 @@
apps/frappe/frappe/core/doctype/doctype/doctype.py +756,{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 +769,{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 +116,Unable to load: {0},No se puede cargar : {0}
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +26,Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles.,Permisos en los niveles más altos son los permisos de nivel de campo. Todos los campos tienen un conjunto Nivel de permiso en su contra y las reglas definidas en el que los permisos se aplican al campo. Esto es útil en caso de que quiera ocultar o hacer cierto campo de sólo lectura para ciertas funciones.
apps/frappe/frappe/core/doctype/data_import/data_import.js +156,Select Columns,Seleccionar columnas
apps/frappe/frappe/core/doctype/data_import/data_import.js +157,Select Columns,Seleccionar columnas
DocType: DocType,DocType is a Table / Form in the application.,El DocType es una tabla / formulario en la aplicación.
DocType: Workflow State,th,ª
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +214,Set the display label for the field,Ajuste la etiqueta de visualización para el campo
@ -16,7 +16,7 @@ apps/frappe/frappe/public/js/frappe/form/controls/text_editor.js +311,Select fro
DocType: Email Alert Recipient,Email By Document Field,Email Por Campo Documento
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +492,Saved!,Guardado!
apps/frappe/frappe/public/js/frappe/ui/messages.js +66,Enter Value,Introducir valor
apps/frappe/frappe/core/doctype/doctype/doctype.py +725,"{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 +738,"{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
@ -28,18 +28,18 @@ DocType: Custom DocPerm,Role and Level,Función y Nivel
DocType: Contact Us Settings,Send enquiries to this email address,Puede enviar sus preguntas a la siguiente dirección de correo electrónico
DocType: DocType,Sort Field,Ordenar campo
DocType: Workflow State,remove,Quitar
apps/frappe/frappe/desk/form/utils.py +56,This method can only be used to create a Comment,Este método sólo se puede utilizar para crear un comentario
apps/frappe/frappe/desk/form/utils.py +64,This method can only be used to create a Comment,Este método sólo se puede utilizar para crear un comentario
DocType: Footer Item,"target = ""_blank""","target = "" _blank"""
DocType: System Settings,Setup Complete,Configuración completa
DocType: Address,Subsidiary,Filial
DocType: Email Account,Service,Servicio
DocType: About Us Settings,Settings for the About Us Page,Ajustes de la página Quiénes somos
DocType: Workflow State,Stop,Detenerse
apps/frappe/frappe/config/setup.py +57,Check which Documents are readable by a User,Marque que documentos pueden ser leídos por el usuario
apps/frappe/frappe/config/setup.py +50,Check which Documents are readable by a User,Marque que documentos pueden ser leídos por el usuario
,Modules Setup,Módulos de configuración
apps/frappe/frappe/model/document.py +615,Record does not exist,Registro no existe
apps/frappe/frappe/model/document.py +666,Cannot edit cancelled document,No se puede editar un documento anulado
apps/frappe/frappe/config/setup.py +112,Set numbering series for transactions.,Establecer series de numeración para las transacciones.
apps/frappe/frappe/config/setup.py +105,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
DocType: Currency,Symbol,Símbolo
@ -59,13 +59,13 @@ apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +6
apps/frappe/frappe/templates/emails/password_update.html +2,Your password has been updated. Here is your new password,Su contraseña se ha actualizado. Aquí está tu nueva contraseña
DocType: Role,Role Name,Nombre de la Función
DocType: DocField,Report Hide,Ocultar Informe
apps/frappe/frappe/public/js/frappe/form/print.js +184,Warning: This Print Format is in old style and cannot be generated via the API.,Advertencia: Este formato de impresión es de estilo antiguo y no se puede generar a través de la API.
apps/frappe/frappe/public/js/frappe/form/print.js +195,Warning: This Print Format is in old style and cannot be generated via the API.,Advertencia: Este formato de impresión es de estilo antiguo y no se puede generar a través de la API.
apps/frappe/frappe/core/doctype/data_import/exporter.py +66,"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 +434,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
apps/frappe/frappe/model/rename_doc.py +131,{0} not allowed to be renamed,{0} no es permitido ser renombrado
DocType: Property Setter,Field Name,Nombre del campo
DocType: Custom Script,Adds a custom script (client or server) to a DocType,Añade un acript personalizado (cliente o servidor) a un tipo de documento
DocType: Report,Report Type,Tipo de informe
@ -78,7 +78,7 @@ DocType: Event,Ref Name,Nombre Ref
apps/frappe/frappe/public/js/frappe/roles_editor.js +40,Clear all roles,Desactive todos los roles
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 +86,{0} Tree,{0} Árbol
apps/frappe/frappe/public/js/frappe/views/treeview.js +89,{0} Tree,{0} Árbol
DocType: Communication,Email,Correo electrónico
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
@ -105,7 +105,6 @@ DocType: Web Form,Success Message,Mensaje de éxito
DocType: Website Slideshow,Slideshow Name,Presentación Nombre
apps/frappe/frappe/core/doctype/version/version_view.html +74,Row # ,Fila #
DocType: Workflow State,share-alt,share- alt
apps/frappe/frappe/config/setup.py +44,Show or hide modules globally.,Mostrar / Ocultar módulos globalmente
DocType: Report,JavaScript Format: frappe.query_reports['REPORTNAME'] = {},Formato de JavaScript: frappe.query_reports [' REPORTNAME'] = { }
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.,Top Bar en color y texto en color son los mismos. Deben tienen buen contraste para ser legible.
apps/frappe/frappe/desk/form/assign_to.py +151,"The task {0}, that you assigned to {1}, has been closed by {2}.","La tarea {0}, que asignó a {1}, ha sido cerrado por {2}."
@ -117,22 +116,22 @@ apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,
apps/frappe/frappe/utils/nestedset.py +243,{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"
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 +161,Setup Email Alert based on various criteria.,Configuración de Alerta de E-mail basado en varios criterios.
apps/frappe/frappe/config/setup.py +154,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 +468,Default for {0} must be an option,Predeterminado para {0} debe ser una opción
apps/frappe/frappe/core/doctype/doctype/doctype.py +435,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 +481,Default for {0} must be an option,Predeterminado para {0} debe ser una opción
apps/frappe/frappe/core/doctype/doctype/doctype.py +448,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 +443,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 +686,{0}: No basic permissions set,{0}: No se han asignado permisos básicos
apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +336,"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/doctype/data_import/data_import.js +174,Download with data,Descarga de datos
apps/frappe/frappe/core/doctype/doctype/doctype.py +699,{0}: No basic permissions set,{0}: No se han asignado permisos básicos
apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +345,"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/doctype/data_import/data_import.js +175,Download with data,Descarga de datos
DocType: DocType,Hide Heading,Ocultar Rubro
apps/frappe/frappe/core/doctype/doctype/doctype.py +752,{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 +765,{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/public/js/frappe/views/reports/query_report.js +159,No Report Loaded. Please use query-report/[Report Name] to run a report.,No se cargo el reporte. Utilice Consultar Informes/[Report Name]] para ejecutar un reporte.
apps/frappe/frappe/config/setup.py +209,Define workflows for forms.,Definir los flujos de trabajo para las formas .
apps/frappe/frappe/config/setup.py +202,Define workflows for forms.,Definir los flujos de trabajo para las formas .
DocType: Workflow State,font,Fuente
apps/frappe/frappe/public/js/frappe/model/model.js +33,Parent,Padre
DocType: Communication,Workflow,Flujo de Trabajo
@ -140,7 +139,7 @@ apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +136,Search in a d
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 +511,Sr No,No.
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +512,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
@ -150,15 +149,15 @@ apps/frappe/frappe/core/doctype/data_import/exporter.py +63,Please do not change
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 +729,{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 +742,{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 +257,Hide field in Report Builder,Ocultar campo en el Generador de Informes
apps/frappe/frappe/core/doctype/doctype/doctype.py +446,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 +459,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 +146,{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/filter.js +265,use % as wildcard,Use% como comodín
apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +268,use % as wildcard,Use% como comodín
apps/frappe/frappe/model/delete_doc.py +171,User not allowed to delete {0}: {1},El usuario no puede eliminar {0}: {1}
apps/frappe/frappe/desk/query_report.py +88,Query must be a SELECT,Debe seleccionar la Consulta
DocType: DocShare,Document Name,Nombre del documento
@ -173,15 +172,15 @@ apps/frappe/frappe/contacts/doctype/address_template/address_template.py +31,Def
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.,Seleccione los Tipos de Documento para establecer los Permisos de Usuario para limitar el acceso.
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 +229,Permissions can be managed via Setup &gt; Role Permissions Manager,Los permisos se pueden gestionar a través de Configuración > Administrador de Funciones
apps/frappe/frappe/core/doctype/doctype/doctype.py +715,{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 +728,{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 +511,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 +524,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 +211,Add Child,Agregar subcuenta
apps/frappe/frappe/public/js/frappe/views/treeview.js +183,Add Child,Agregar subcuenta
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +7,Roles can be set for users from their User page.,Las funciones se pueden configurar para los usuarios de su página de usuario .
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +6,Permissions get applied on Users based on what Roles they are assigned.,Permisos han sido aplicados a los Usuarios en base a los funciones que tienen asignadas.
DocType: Contact,Replied,Respondio
@ -197,7 +196,7 @@ apps/frappe/frappe/website/doctype/website_settings/website_settings.py +34,{0}
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/model/rename_doc.py +378,** Failed: {0} to {1}: {2},** Fallo: {0} a {1}: {2}
apps/frappe/frappe/model/rename_doc.py +379,** 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 +45,{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 .
@ -215,7 +214,7 @@ DocType: Workflow Document State,Doc Status,Estado Doc.
DocType: DocType,Single Types have only one record no tables associated. Values are stored in tabSingles,Tipos simples tienen sólo un registro no hay tablas asociadas . Los valores se almacenan en tabSingles
apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +58,Make a new,Hacer una nueva
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 +450,'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 +463,'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 +218,"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."
@ -223,7 +222,7 @@ apps/frappe/frappe/core/doctype/report/report.js +9,"To format columns, give col
,User Permissions Manager,Permisos de Usuario Administrador
apps/frappe/frappe/model/naming.py +95,Invalid naming series (. missing),Serie de nombres Inválidos (. Faltante)
DocType: Communication,Sent or Received,Envío y de recepción
apps/frappe/frappe/public/js/frappe/form/grid.js +632,Edit via Upload,Editar vía Subir Archivo
apps/frappe/frappe/public/js/frappe/form/grid.js +638,Edit via Upload,Editar vía Subir Archivo
DocType: Communication,User Tags,Nube de Etiquetas
apps/frappe/frappe/public/js/frappe/list/list_permission_footer.html +12,{0} is not set,{0} no se ha establecido
DocType: Workflow State,text-height,text- altura
@ -240,7 +239,7 @@ apps/frappe/frappe/sessions.py +163,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 +727,{0}: Cannot set Amend without Cancel,{0}: no se puede 'Corregir' sin antes cancelar
apps/frappe/frappe/core/doctype/doctype/doctype.py +740,{0}: Cannot set Amend without Cancel,{0}: no se puede 'Corregir' sin antes cancelar
apps/frappe/frappe/templates/emails/new_user.html +3,Your login id is,Su nombre de usuario es
DocType: DocField,Currency,Divisa
apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36,Please specify doctype,"Por favor, especifique el doctype"
@ -248,14 +247,14 @@ 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/filter.js +142,Field {0} is not selectable.,El campo {0} no se puede seleccionar .
apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +145,Field {0} is not selectable.,El campo {0} no se puede seleccionar .
apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +852,Select To Download:,Seleccione la descarga :
apps/frappe/frappe/public/js/frappe/upload.js +246,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 +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
apps/frappe/frappe/custom/doctype/custom_field/custom_field.py +20,Label is mandatory,Etiqueta es obligatoria
DocType: Currency,**Currency** Master,**Moneda** Principal
DocType: Event,Sunday,Domingo
DocType: Custom Field,Label Help,Etiqueta Ayuda
@ -266,13 +265,13 @@ apps/frappe/frappe/geo/doctype/currency/currency.js +7,This Currency is disabled
DocType: Contact Us Settings,Contact Us Settings,Configuración de Contáctenos
DocType: Workflow State,thumbs-up,pulgar hacia arriba
DocType: About Us Settings,Introduce your company to the website visitor.,Dar a conocer su empresa al visitante del sitio Web .
apps/frappe/frappe/config/setup.py +247,Add custom javascript to forms.,Añadir javascript personalizado las formas .
apps/frappe/frappe/config/setup.py +240,Add custom javascript to forms.,Añadir javascript personalizado las formas .
DocType: Communication,Unread Notification Sent,Notificación No leído Enviado
apps/frappe/frappe/public/js/frappe/views/treeview.js +260,Select a group node first.,Seleccione un nodo de grupo primero.
apps/frappe/frappe/public/js/frappe/views/treeview.js +232,Select a group node first.,Seleccione un nodo de grupo primero.
DocType: Workflow State,"Style represents the button color: Success - Green, Danger - Red, Inverse - Black, Primary - Dark Blue, Info - Light Blue, Warning - Orange","Estilo representa el color del botón : Éxito - Verde , Peligro - Rojo , Inverso - Negro , Primaria - Azul Oscuro , Info - Azul Claro, Advertencia - Orange"
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +310,Users with role {0}:,Los usuarios con función {0}:
apps/frappe/frappe/core/doctype/file/file.py +167,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 +722,{0}: Cannot set Cancel without Submit,{0}: no se puede 'Cancelar' sin presentarlo
apps/frappe/frappe/core/doctype/file/file.py +168,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 +735,{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 +241,Mark the field as Mandatory,Marque el campo como obligatorio
DocType: Workflow State,resize-full,cambiar a tamaño completo
@ -282,10 +281,10 @@ apps/frappe/frappe/public/js/frappe/model/model.js +502,Permanently delete {0}?,
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +82,Select Print Format to Edit,Seleccione Formato de impresión a Editar
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/report_view.js +659,Report was not saved (there were errors),Informe no se guardó ( hubo errores )
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +894,You are not allowed to export this report,No se le permite exportar este reporte
apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +852,Report was not saved (there were errors),Informe no se guardó ( hubo errores )
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +895,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 +230,"Change field properties (hide, readonly, permission etc.)","Cambiar las propiedades de campo (ocultar, sólo lectura, permisos, etc)"
apps/frappe/frappe/config/setup.py +223,"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
apps/frappe/frappe/model/document.py +1072,Table {0} cannot be empty,La tabla {0} no puede estar vacío
DocType: Report,Report Builder,Generador de informes
@ -294,15 +293,15 @@ apps/frappe/frappe/config/setup.py +19,User Roles,Funciones de Usuario
apps/frappe/frappe/email/receive.py +65,Cannot connect: {0},No puede conectarse: {0}
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/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 +703,"{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 +716,"{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/desk/form/utils.py +103,No further records,No hay registros adicionales
apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +712,Pick Columns,Seleccione columnas
apps/frappe/frappe/desk/form/utils.py +111,No further records,No hay registros adicionales
apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +913,Pick Columns,Seleccione columnas
DocType: Patch Log,Patch Log,Registro de Parches
apps/frappe/frappe/public/js/frappe/model/indicator.js +54,Draft,Borrador.
apps/frappe/frappe/utils/verified_command.py +44,This link is invalid or expired. Please make sure you have pasted correctly.,"Este enlace no es válido o caducado. Por favor, asegúrese de que ha pegado correctamente."
apps/frappe/frappe/desk/query_report.py +84,Must specify a Query to run,Debe especificar una consulta para ejecutar
apps/frappe/frappe/public/js/frappe/misc/tools.js +8,Export not allowed. You need {0} role to export.,Exportaciones no permitido. Es necesario {0} función de exportar .
apps/frappe/frappe/public/js/frappe/misc/tools.js +10,Export not allowed. You need {0} role to export.,Exportaciones no permitido. Es necesario {0} función de exportar .
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).,Escriba una consulta SELECT. Nota resultado no se pagina ( todos los datos se envían en una sola vez ) .
DocType: Event,Repeat this Event,Repita este Evento
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +436,If {0} is permitted,Si se permite {0}
@ -320,7 +319,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 +539,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 +541,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 +27,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"
@ -330,7 +329,7 @@ apps/frappe/frappe/templates/emails/new_user.html +16,You can also copy-paste th
DocType: Email Group,Total Subscribers,Los suscriptores totales
apps/frappe/frappe/config/website.py +73,Settings for About Us Page.,Ajustes para Nosotros Pagina .
DocType: File,File Size,Tamaño del archivo
apps/frappe/frappe/config/setup.py +188,"Set default format, page size, print style etc.","Establecer formato por defecto, tamaño de página, el estilo de impresión, etc"
apps/frappe/frappe/config/setup.py +181,"Set default format, page size, print style etc.","Establecer formato por defecto, tamaño de página, el estilo de impresión, etc"
DocType: System Settings,Your organization name and address for the email footer.,Su nombre de la organización y dirección para el pie de página de correo electrónico.
apps/frappe/frappe/config/desk.py +44,Activity log of all users.,Registro de Actividad para todos los Usuarios
apps/frappe/frappe/core/doctype/report/report.js +5,Report Builder reports are managed directly by the report builder. Nothing to do.,Informes del Generador de informes son enviadas por el generador de informes . No hay nada que hacer.
@ -350,7 +349,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 +145,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 +736,Report cannot be set for Single types,Reportar no se puede configurar para los tipos individuales
apps/frappe/frappe/core/doctype/doctype/doctype.py +749,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
@ -368,7 +367,7 @@ DocType: Workflow State,remove-sign,Eliminar el efecto de signo
apps/frappe/frappe/public/js/frappe/form/controls/select.js +61,Please attach a file first.,Adjunte un archivo primero .
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +261,Show User Permissions,Permisos Mostrar usuario
apps/frappe/frappe/public/js/frappe/request.js +367,Report this issue,Reportar Incidencia
apps/frappe/frappe/public/js/frappe/views/treeview.js +268,New {0},Nuevo {0}
apps/frappe/frappe/public/js/frappe/views/treeview.js +240,New {0},Nuevo {0}
DocType: Workflow Action,Workflow Action,Acciones de los flujos de trabajo
DocType: Custom Script,Script Type,Guión Tipo
DocType: Workflow State,text-width,texto de ancho
@ -376,16 +375,16 @@ DocType: Custom DocPerm,This role update User Permissions for a user,Este funci
DocType: Workflow State,resize-horizontal,cambiar el tamaño horizontal
apps/frappe/frappe/model/delete_doc.py +176,{0} {1}: Submitted Record cannot be deleted.,{0} {1}: registro presentado no se puede eliminar.
apps/frappe/frappe/public/js/frappe/form/save.js +149,Mandatory fields required in {0},Campos obligatorios requeridos en {0}
apps/frappe/frappe/model/rename_doc.py +365,Maximum {0} rows allowed,Máximo {0} filas permitidos
apps/frappe/frappe/model/rename_doc.py +366,Maximum {0} rows allowed,Máximo {0} filas permitidos
DocType: Custom DocPerm,Import,Importación
apps/frappe/frappe/model/naming.py +175,"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/model/naming.py +177,"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/doctype/doctype/doctype.py +462,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 +750,{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 +475,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 +763,{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/doctype/data_import/importer.py +305,Not allowed to Import,No tiene permisos para importar
apps/frappe/frappe/core/doctype/data_import/importer.py +308,Not allowed to Import,No tiene permisos para importar
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/public/js/legacy/form.js +137,Please save before attaching.,"Por favor, guarde los cambios antes de conectar"
apps/frappe/frappe/core/doctype/data_import/importer.py +27,Parent Table,Tabla de Padres
@ -409,7 +408,7 @@ apps/frappe/frappe/utils/data.py +494,only.,exactos.
apps/frappe/frappe/model/naming.py +67,Naming Series mandatory,Las secuencias son obligatorias
DocType: Event,Ref Type,Tipo Ref
DocType: DocType,Sort Order,Orden de Clasificación
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +721,"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 +722,"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 +249,Hide field in form,Ocultar campo en forma
DocType: Newsletter,Email Sent?,Enviar Email ?
apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +274,Show a description below the field,Mostrar una descripción debajo del campo
@ -427,11 +426,11 @@ 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 +542,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 +555,Title field must be a valid fieldname,Campo Título debe ser un nombre de campo válido
DocType: SMS Settings,Enter url parameter for receiver nos,Introduzca el parámetro url para el receptor no
apps/frappe/frappe/client.py +102,Cannot edit standard fields,No se puede editar campos estándar
apps/frappe/frappe/client.py +103,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
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49,1 hour ago,Hace 1 hora
DocType: Workflow State,th-list,th -list
apps/frappe/frappe/desk/query_report.py +28,Report {0} is disabled,Informe {0} está deshabilitado
DocType: Currency,"1 Currency = [?] Fraction
@ -444,7 +443,7 @@ apps/frappe/frappe/public/js/frappe/views/kanban/kanban_column.html +19,Add,Aña
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Añadir un Nuevo Rol
DocType: Workflow,"Different ""States"" this document can exist in. Like ""Open"", ""Pending Approval"" etc.","Este documento puede estar en Diferentes ""Estados"". Como ""Abierto"", ""Pendiente de Aprobación"", etc."
DocType: Web Page,Text Align,Alineación del texto
apps/frappe/frappe/auth.py +247,Not allowed from this IP Address,No se permite desde esta dirección IP
apps/frappe/frappe/auth.py +251,Not allowed from this IP Address,No se permite desde esta dirección IP
DocType: Contact Us Settings,Settings for Contact Us Page,Ajustes para Contáctenos Página
DocType: Custom DocPerm,User Permission DocTypes,Doctypes de Permisos de Usuarios
apps/frappe/frappe/public/js/frappe/roles_editor.js +204,Role Permissions,Permisos de la Función
@ -453,16 +452,16 @@ apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field
apps/frappe/frappe/public/js/frappe/form/save.js +12,Submitting,Presentar
DocType: Dropbox Settings,Dropbox Access Secret,Acceso Secreto de Dropbox
apps/frappe/frappe/core/doctype/user/user.py +184,Sorry! User should have complete access to their own record.,¡Lo siento! El usuario debe tener acceso completo a su propio récord.
apps/frappe/frappe/core/doctype/doctype/doctype.py +290,DocType can not be merged,El DocType no se puede fusionar
apps/frappe/frappe/core/doctype/doctype/doctype.py +300,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
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
DocType: Email Account,Email Account Name,Correo electrónico Nombre de cuenta
apps/frappe/frappe/public/js/frappe/list/list_renderer.js +628,No {0} found,{0} no encontrado
apps/frappe/frappe/public/js/frappe/list/list_renderer.js +629,No {0} found,{0} no encontrado
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 +201,Series {0} already used in {1},Serie {0} ya se utiliza en {1}
apps/frappe/frappe/core/doctype/doctype/doctype.py +211,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
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."
@ -471,16 +470,16 @@ DocType: Email Account,Enable Incoming,Habilitar entrante
apps/frappe/frappe/core/doctype/data_import/exporter.py +65,"If you are uploading new records, leave the ""name"" (ID) column blank.","Si va a cargar nuevos registros, deje en blanco la columna ""nombre"" (ID)"
apps/frappe/frappe/config/website.py +37,Single Post (article).,Mensaje Individual ( artículo).
DocType: Address,Address,Direcciones
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +46,1 minute ago,Hace 1 minuto
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +47,1 minute ago,Hace 1 minuto
DocType: Website Slideshow,Slideshow like display for the website,Presentación como pantalla para el sitio web
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.","Los permisos se establecen en las Funciones y Tipos de Documentos (llamados DocTypes ) mediante el establecimiento de permisos como Leer, Escribir , Crear, Eliminar , Enviar, Cancelar, Corregir, Informe , Importación, Exportación, Impresión , Correo Electrónico y Establecer Permisos de Usuario ."
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html +8,Edit Heading,Editar Rubro
apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +178,Row {0}: Not allowed to enable Allow on Submit for standard fields,Fila {0}: No se permite habilitar Permitir en Enviar para campos estándar
apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +180,Row {0}: Not allowed to enable Allow on Submit for standard fields,Fila {0}: No se permite habilitar Permitir en Enviar para campos estándar
apps/frappe/frappe/www/list.html +4,{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 +746,{0} cannot be set for Single types,{0} no se puede establecer para los tipos individuales
apps/frappe/frappe/core/doctype/doctype/doctype.py +759,{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 .
@ -490,16 +489,16 @@ 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 &quot;Prefijo - título&quot;
DocType: File,Attached To DocType,Asociado A DocType
apps/frappe/frappe/model/base_document.py +503,Row #{0}:,Fila # {0}:
apps/frappe/frappe/utils/response.py +135,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 ."
apps/frappe/frappe/utils/response.py +143,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
DocType: Print Settings,PDF Settings,Configuración de PDF
apps/frappe/frappe/templates/includes/login/login.js +221,Oops! Something went wrong,Oups! Algo salió mal
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +55,For ranges,Por rangos
DocType: Web Form,Select DocType,Seleccione tipo de documento
apps/frappe/frappe/public/js/legacy/form.js +765,Permanently Submit {0}?,Presentar permanentemente {0}?
apps/frappe/frappe/public/js/legacy/form.js +769,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 +219,"Actions for workflow (e.g. Approve, Cancel).","Acciones para los flujos de trabajo (por ejemplo: Aprobar, Cancelar)."
apps/frappe/frappe/config/setup.py +212,"Actions for workflow (e.g. Approve, Cancel).","Acciones para los flujos de trabajo (por ejemplo: Aprobar, Cancelar)."
DocType: Communication,Feedback,Comentarios
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 )
apps/frappe/frappe/desk/doctype/event/event.py +24,Event end must be after start,Finalización del evento debe ser posterior al inicio

1 apps/frappe/frappe/core/doctype/doctype/doctype.py +756 apps/frappe/frappe/core/doctype/doctype/doctype.py +769 {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 +116 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.
5 apps/frappe/frappe/core/doctype/data_import/data_import.js +156 apps/frappe/frappe/core/doctype/data_import/data_import.js +157 Select Columns Seleccionar columnas
6 DocType: DocType DocType is a Table / Form in the application. El DocType es una tabla / formulario en la aplicación.
7 DocType: Workflow State th ª
8 apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +214 Set the display label for the field Ajuste la etiqueta de visualización para el campo
16 DocType: Email Alert Recipient Email By Document Field Email Por Campo Documento
17 apps/frappe/frappe/core/page/permission_manager/permission_manager.js +492 Saved! Guardado!
18 apps/frappe/frappe/public/js/frappe/ui/messages.js +66 Enter Value Introducir valor
19 apps/frappe/frappe/core/doctype/doctype/doctype.py +725 apps/frappe/frappe/core/doctype/doctype/doctype.py +738 {0}: Cannot set Submit, Cancel, Amend without Write {0}: no se puede Presentar, Cancelar y Corregir sin Guardar
20 DocType: Web Page Insert Style Inserte Estilo
21 DocType: Workflow State th-large -ésimo gran
22 DocType: User Email Settings Configuración del correo electrónico
28 DocType: Contact Us Settings Send enquiries to this email address Puede enviar sus preguntas a la siguiente dirección de correo electrónico
29 DocType: DocType Sort Field Ordenar campo
30 DocType: Workflow State remove Quitar
31 apps/frappe/frappe/desk/form/utils.py +56 apps/frappe/frappe/desk/form/utils.py +64 This method can only be used to create a Comment Este método sólo se puede utilizar para crear un comentario
32 DocType: Footer Item target = "_blank" target = " _blank"
33 DocType: System Settings Setup Complete Configuración completa
34 DocType: Address Subsidiary Filial
35 DocType: Email Account Service Servicio
36 DocType: About Us Settings Settings for the About Us Page Ajustes de la página Quiénes somos
37 DocType: Workflow State Stop Detenerse
38 apps/frappe/frappe/config/setup.py +57 apps/frappe/frappe/config/setup.py +50 Check which Documents are readable by a User Marque que documentos pueden ser leídos por el usuario
39 Modules Setup Módulos de configuración
40 apps/frappe/frappe/model/document.py +615 Record does not exist Registro no existe
41 apps/frappe/frappe/model/document.py +666 Cannot edit cancelled document No se puede editar un documento anulado
42 apps/frappe/frappe/config/setup.py +112 apps/frappe/frappe/config/setup.py +105 Set numbering series for transactions. Establecer series de numeración para las transacciones.
43 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +39 Submit an Issue Presentar un problema
44 apps/frappe/frappe/public/js/frappe/views/communication.js +64 Send As Email Enviar como correo electrónico
45 DocType: Currency Symbol Símbolo
59 apps/frappe/frappe/templates/emails/password_update.html +2 Your password has been updated. Here is your new password Su contraseña se ha actualizado. Aquí está tu nueva contraseña
60 DocType: Role Role Name Nombre de la Función
61 DocType: DocField Report Hide Ocultar Informe
62 apps/frappe/frappe/public/js/frappe/form/print.js +184 apps/frappe/frappe/public/js/frappe/form/print.js +195 Warning: This Print Format is in old style and cannot be generated via the API. Advertencia: Este formato de impresión es de estilo antiguo y no se puede generar a través de la API.
63 apps/frappe/frappe/core/doctype/data_import/exporter.py +66 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.
64 DocType: Report Letter Head Membretes
65 DocType: Custom DocPerm Role Función
66 apps/frappe/frappe/model/base_document.py +434 Options not set for link field {0} Las opciones no establecen para campo de enlace {0}
67 DocType: Web Page Style Estilo
68 apps/frappe/frappe/model/rename_doc.py +130 apps/frappe/frappe/model/rename_doc.py +131 {0} not allowed to be renamed {0} no es permitido ser renombrado
69 DocType: Property Setter Field Name Nombre del campo
70 DocType: Custom Script Adds a custom script (client or server) to a DocType Añade un acript personalizado (cliente o servidor) a un tipo de documento
71 DocType: Report Report Type Tipo de informe
78 apps/frappe/frappe/public/js/frappe/roles_editor.js +40 Clear all roles Desactive todos los roles
79 DocType: Workflow State thumbs-down pulgar hacia abajo
80 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
81 apps/frappe/frappe/public/js/frappe/views/treeview.js +86 apps/frappe/frappe/public/js/frappe/views/treeview.js +89 {0} Tree {0} Árbol
82 DocType: Communication Email Correo electrónico
83 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +127 Help on Search Ayuda en la búsqueda
84 DocType: Web Page Left Izquierda
105 DocType: Website Slideshow Slideshow Name Presentación Nombre
106 apps/frappe/frappe/core/doctype/version/version_view.html +74 Row # Fila #
107 DocType: Workflow State share-alt share- alt
apps/frappe/frappe/config/setup.py +44 Show or hide modules globally. Mostrar / Ocultar módulos globalmente
108 DocType: Report JavaScript Format: frappe.query_reports['REPORTNAME'] = {} Formato de JavaScript: frappe.query_reports [' REPORTNAME'] = { }
109 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. Top Bar en color y texto en color son los mismos. Deben tienen buen contraste para ser legible.
110 apps/frappe/frappe/desk/form/assign_to.py +151 The task {0}, that you assigned to {1}, has been closed by {2}. La tarea {0}, que asignó a {1}, ha sido cerrado por {2}.
116 apps/frappe/frappe/utils/nestedset.py +243 {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
117 DocType: Footer Item Company Compañía(s)
118 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
119 apps/frappe/frappe/config/setup.py +161 apps/frappe/frappe/config/setup.py +154 Setup Email Alert based on various criteria. Configuración de Alerta de E-mail basado en varios criterios.
120 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.
121 apps/frappe/frappe/core/doctype/doctype/doctype.py +468 apps/frappe/frappe/core/doctype/doctype/doctype.py +481 Default for {0} must be an option Predeterminado para {0} debe ser una opción
122 apps/frappe/frappe/core/doctype/doctype/doctype.py +435 apps/frappe/frappe/core/doctype/doctype/doctype.py +448 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}
123 apps/frappe/frappe/templates/emails/auto_reply.html +5 This is an automatically generated reply Esta es una respuesta generada automáticamente
124 apps/frappe/frappe/core/page/permission_manager/permission_manager.js +443 Set conjunto
125 DocType: Workflow State Workflow State Estados de los flujos de trabajo
126 DocType: Communication Submitted Enviado
127 apps/frappe/frappe/core/doctype/doctype/doctype.py +686 apps/frappe/frappe/core/doctype/doctype/doctype.py +699 {0}: No basic permissions set {0}: No se han asignado permisos básicos
128 apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +336 apps/frappe/frappe/public/js/frappe/ui/toolbar/toolbar.js +345 Your download is being built, this may take a few moments... Se está generando su descarga, esto puede tardar unos minutos...
129 apps/frappe/frappe/core/doctype/data_import/data_import.js +174 apps/frappe/frappe/core/doctype/data_import/data_import.js +175 Download with data Descarga de datos
130 DocType: DocType Hide Heading Ocultar Rubro
131 apps/frappe/frappe/core/doctype/doctype/doctype.py +752 apps/frappe/frappe/core/doctype/doctype/doctype.py +765 {0}: Cannot set Assign Amend if not Submittable {0}: no se puede 'Asignar Correción' si no se puede presentar
132 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +411 Remove Section Retire la Sección
133 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +159 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.
134 apps/frappe/frappe/config/setup.py +209 apps/frappe/frappe/config/setup.py +202 Define workflows for forms. Definir los flujos de trabajo para las formas .
135 DocType: Workflow State font Fuente
136 apps/frappe/frappe/public/js/frappe/model/model.js +33 Parent Padre
137 DocType: Communication Workflow Flujo de Trabajo
139 DocType: Print Format Server Servidor
140 DocType: Custom DocPerm Apply User Permissions Aplicar permisos de usuario
141 DocType: Website Settings Set Banner from Image Establecer Banner de imagen
142 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +511 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +512 Sr No No.
143 DocType: DocType Is Single Es Individual
144 apps/frappe/frappe/templates/includes/list/filters.html +19 clear claro
145 DocType: Email Alert Send alert if this field's value changes Enviar alerta si cambia el valor de este campo
149 DocType: Email Alert Days Before or After Días Anteriores o Posteriores
150 DocType: File Content Hash Hash contenido
151 DocType: Workflow State align-left alinear -izquierda
152 apps/frappe/frappe/core/doctype/doctype/doctype.py +729 apps/frappe/frappe/core/doctype/doctype/doctype.py +742 {0}: Cannot set Import without Create {0}: no se puede establecer 'De importación' sin crearlo primero
153 apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +257 Hide field in Report Builder Ocultar campo en el Generador de Informes
154 apps/frappe/frappe/core/doctype/doctype/doctype.py +446 apps/frappe/frappe/core/doctype/doctype/doctype.py +459 Max width for type Currency is 100px in row {0} El ancho máximo para la moneda es 100px en la linea {0}
155 apps/frappe/frappe/public/js/frappe/form/link_selector.js +146 {0} added {0} agregado(s)
156 DocType: Integration Request Reference DocName Referencia DocNombre
157 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +790 Saved Guardado
158 DocType: System Settings Security Seguridad
159 DocType: Custom DocPerm Read Lectura
160 apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +265 apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +268 use % as wildcard Use% como comodín
161 apps/frappe/frappe/model/delete_doc.py +171 User not allowed to delete {0}: {1} El usuario no puede eliminar {0}: {1}
162 apps/frappe/frappe/desk/query_report.py +88 Query must be a SELECT Debe seleccionar la Consulta
163 DocType: DocShare Document Name Nombre del documento
172 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. Seleccione los Tipos de Documento para establecer los Permisos de Usuario para limitar el acceso.
173 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
174 apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +229 Permissions can be managed via Setup &gt; Role Permissions Manager Los permisos se pueden gestionar a través de Configuración > Administrador de Funciones
175 apps/frappe/frappe/core/doctype/doctype/doctype.py +715 apps/frappe/frappe/core/doctype/doctype/doctype.py +728 {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
176 DocType: System Settings dd-mm-yyyy dd- mm- aaaa
177 apps/frappe/frappe/config/desk.py +54 Newsletters to contacts, leads. Boletines para contactos, clientes potenciales .
178 DocType: Email Alert Message Examples Ejemplos de Mensajes
179 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 .
180 DocType: Website Theme Top Bar Color Inicio Barra Color
181 apps/frappe/frappe/core/doctype/doctype/doctype.py +511 apps/frappe/frappe/core/doctype/doctype/doctype.py +524 There can be only one Fold in a form Sólo puede haber un doblez en forma
182 DocType: Address Shop Tienda
183 apps/frappe/frappe/public/js/frappe/views/treeview.js +211 apps/frappe/frappe/public/js/frappe/views/treeview.js +183 Add Child Agregar subcuenta
184 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 .
185 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +6 Permissions get applied on Users based on what Roles they are assigned. Permisos han sido aplicados a los Usuarios en base a los funciones que tienen asignadas.
186 DocType: Contact Replied Respondio
196 DocType: Contact Open Abrir
197 DocType: DocType Hide Copy Copia Oculta
198 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
199 apps/frappe/frappe/model/rename_doc.py +378 apps/frappe/frappe/model/rename_doc.py +379 ** Failed: {0} to {1}: {2} ** Fallo: {0} a {1}: {2}
200 apps/frappe/frappe/public/js/frappe/form/layout.js +35 This form does not have any input Esta forma no tiene ninguna entrada
201 apps/frappe/frappe/model/naming.py +45 {0} is required {0} es necesario
202 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 .
214 DocType: DocType Single Types have only one record no tables associated. Values are stored in tabSingles Tipos simples tienen sólo un registro no hay tablas asociadas . Los valores se almacenan en tabSingles
215 apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +58 Make a new Hacer una nueva
216 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 ) .
217 apps/frappe/frappe/core/doctype/doctype/doctype.py +450 apps/frappe/frappe/core/doctype/doctype/doctype.py +463 'In List View' not allowed for type {0} in row {1} No está permitido para el tipo {0} en la linea {1}
218 apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +218 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)
219 DocType: Footer Item Select target = "_blank" to open in a new page. Select target = " _blank" para abrir en una nueva página.
220 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.
222 apps/frappe/frappe/model/naming.py +95 Invalid naming series (. missing) Serie de nombres Inválidos (. Faltante)
223 DocType: Communication Sent or Received Envío y de recepción
224 apps/frappe/frappe/public/js/frappe/form/grid.js +632 apps/frappe/frappe/public/js/frappe/form/grid.js +638 Edit via Upload Editar vía Subir Archivo
225 DocType: Communication User Tags Nube de Etiquetas
226 apps/frappe/frappe/public/js/frappe/list/list_permission_footer.html +12 {0} is not set {0} no se ha establecido
227 DocType: Workflow State text-height text- altura
228 DocType: Website Theme Text Color Color del texto
239 DocType: Website Slideshow This goes above the slideshow. Esto va por encima de la presentación de diapositivas.
240 DocType: Website Settings Footer Items Elementos del Pie de Página
241 apps/frappe/frappe/core/doctype/doctype/doctype.py +727 apps/frappe/frappe/core/doctype/doctype/doctype.py +740 {0}: Cannot set Amend without Cancel {0}: no se puede 'Corregir' sin antes cancelar
242 apps/frappe/frappe/templates/emails/new_user.html +3 Your login id is Su nombre de usuario es
243 DocType: DocField Currency Divisa
244 apps/frappe/frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py +36 Please specify doctype Por favor, especifique el doctype
245 DocType: System Settings Session Expiry Mobile Vencimiento de sesión en dispositivo mobil
247 Setup Wizard Asistente de configuración
248 DocType: Print Settings Send Email Print Attachments as PDF (Recommended) Enviar Emails con adjuntos en formato PDF (recomendado)
249 apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +142 apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +145 Field {0} is not selectable. El campo {0} no se puede seleccionar .
250 apps/frappe/frappe/public/js/frappe/views/reports/grid_report.js +852 Select To Download: Seleccione la descarga :
251 apps/frappe/frappe/public/js/frappe/upload.js +246 Please attach a file or set a URL Por favor, adjuntar un archivo o defina una URL
252 DocType: Contact Is Primary Contact Es Contacto principal
253 Permitted Documents For User Documentos permitidos para los usuarios
254 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +132 Make a new record Hacer un Nuevo Registro
255 DocType: Report Script Report Informe de secuencias de comandos
256 apps/frappe/frappe/custom/doctype/custom_field/custom_field.py +19 apps/frappe/frappe/custom/doctype/custom_field/custom_field.py +20 Label is mandatory Etiqueta es obligatoria
257 DocType: Currency **Currency** Master **Moneda** Principal
258 DocType: Event Sunday Domingo
259 DocType: Custom Field Label Help Etiqueta Ayuda
260 apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +93 Search or type a command Busque o escriba un comando
265 DocType: Workflow State thumbs-up pulgar hacia arriba
266 DocType: About Us Settings Introduce your company to the website visitor. Dar a conocer su empresa al visitante del sitio Web .
267 apps/frappe/frappe/config/setup.py +247 apps/frappe/frappe/config/setup.py +240 Add custom javascript to forms. Añadir javascript personalizado las formas .
268 DocType: Communication Unread Notification Sent Notificación No leído Enviado
269 apps/frappe/frappe/public/js/frappe/views/treeview.js +260 apps/frappe/frappe/public/js/frappe/views/treeview.js +232 Select a group node first. Seleccione un nodo de grupo primero.
270 DocType: Workflow State Style represents the button color: Success - Green, Danger - Red, Inverse - Black, Primary - Dark Blue, Info - Light Blue, Warning - Orange Estilo representa el color del botón : Éxito - Verde , Peligro - Rojo , Inverso - Negro , Primaria - Azul Oscuro , Info - Azul Claro, Advertencia - Orange
271 apps/frappe/frappe/core/page/permission_manager/permission_manager.js +310 Users with role {0}: Los usuarios con función {0}:
272 apps/frappe/frappe/core/doctype/file/file.py +167 apps/frappe/frappe/core/doctype/file/file.py +168 Same file has already been attached to the record El mismo archivo ya se ha adjuntado al registro
273 apps/frappe/frappe/core/doctype/doctype/doctype.py +722 apps/frappe/frappe/core/doctype/doctype/doctype.py +735 {0}: Cannot set Cancel without Submit {0}: no se puede 'Cancelar' sin presentarlo
274 DocType: Address Address Title Dirección Título
275 apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +241 Mark the field as Mandatory Marque el campo como obligatorio
276 DocType: Workflow State resize-full cambiar a tamaño completo
277 apps/frappe/frappe/core/doctype/docshare/docshare.py +47 {0} shared this document with everyone {0} compartió este documento con todos
281 DocType: Contact Sales Master Manager Gerente de Ventas
282 apps/frappe/frappe/public/js/frappe/form/link_selector.js +26 You can use wildcard % Puede utilizar caracteres comodín%
283 apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +659 apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +852 Report was not saved (there were errors) Informe no se guardó ( hubo errores )
284 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +894 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +895 You are not allowed to export this report No se le permite exportar este reporte
285 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.
286 apps/frappe/frappe/config/setup.py +230 apps/frappe/frappe/config/setup.py +223 Change field properties (hide, readonly, permission etc.) Cambiar las propiedades de campo (ocultar, sólo lectura, permisos, etc)
287 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
288 apps/frappe/frappe/model/document.py +1072 Table {0} cannot be empty La tabla {0} no puede estar vacío
289 DocType: Report Report Builder Generador de informes
290 DocType: Workflow Document State Represents the states allowed in one document and role assigned to change the state. Representa los estados permitidos en un solo documento y función asignada a cambiar el estado.
293 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.
294 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +126 Both DocType and Name required Tanto DocType y Nombre son obligatorios
295 apps/frappe/frappe/core/doctype/doctype/doctype.py +703 apps/frappe/frappe/core/doctype/doctype/doctype.py +716 {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}
296 DocType: Customize Form Customize Label, Print Hide, Default etc. Personaliza etiquetas, impresión Hide , Default , etc
297 apps/frappe/frappe/desk/form/utils.py +103 apps/frappe/frappe/desk/form/utils.py +111 No further records No hay registros adicionales
298 apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +712 apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +913 Pick Columns Seleccione columnas
299 DocType: Patch Log Patch Log Registro de Parches
300 apps/frappe/frappe/public/js/frappe/model/indicator.js +54 Draft Borrador.
301 apps/frappe/frappe/utils/verified_command.py +44 This link is invalid or expired. Please make sure you have pasted correctly. Este enlace no es válido o caducado. Por favor, asegúrese de que ha pegado correctamente.
302 apps/frappe/frappe/desk/query_report.py +84 Must specify a Query to run Debe especificar una consulta para ejecutar
303 apps/frappe/frappe/public/js/frappe/misc/tools.js +8 apps/frappe/frappe/public/js/frappe/misc/tools.js +10 Export not allowed. You need {0} role to export. Exportaciones no permitido. Es necesario {0} función de exportar .
304 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). Escriba una consulta SELECT. Nota resultado no se pagina ( todos los datos se envían en una sola vez ) .
305 DocType: Event Repeat this Event Repita este Evento
306 apps/frappe/frappe/core/page/permission_manager/permission_manager.js +436 If {0} is permitted Si se permite {0}
307 DocType: Footer Item Link to the page you want to open. Leave blank if you want to make it a group parent. Enlace a la página que desea abrir. Dejar en blanco si desea que sea un grupo padre.
319 DocType: Workflow State exclamation-sign signo de exclamación
320 DocType: Desktop Icon List Vista de árbol
321 apps/frappe/frappe/public/js/frappe/views/communication.js +539 apps/frappe/frappe/public/js/frappe/views/communication.js +541 There were errors while sending email. Please try again. Hubo errores al enviar el correo electrónico. Por favor, inténtelo de nuevo.
322 apps/frappe/frappe/core/doctype/system_settings/system_settings.py +27 Session Expiry must be in format {0} Vencimiento de sesión debe estar en formato {0}
323 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.
324 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +14 Meaning of Submit, Cancel, Amend Significado de Enviar, Cancelar, Corregir
325 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.
329 apps/frappe/frappe/config/website.py +73 Settings for About Us Page. Ajustes para Nosotros Pagina .
330 DocType: File File Size Tamaño del archivo
331 apps/frappe/frappe/config/setup.py +188 apps/frappe/frappe/config/setup.py +181 Set default format, page size, print style etc. Establecer formato por defecto, tamaño de página, el estilo de impresión, etc
332 DocType: System Settings Your organization name and address for the email footer. Su nombre de la organización y dirección para el pie de página de correo electrónico.
333 apps/frappe/frappe/config/desk.py +44 Activity log of all users. Registro de Actividad para todos los Usuarios
334 apps/frappe/frappe/core/doctype/report/report.js +5 Report Builder reports are managed directly by the report builder. Nothing to do. Informes del Generador de informes son enviadas por el generador de informes . No hay nada que hacer.
335 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +10 Permissions are automatically translated to Standard Reports and Searches. Los permisos se traducirán automáticamente a los informes Estándar y Búsquedas .
349 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.
350 DocType: DocType Show Print First Mostrar Imprimir Primera
351 apps/frappe/frappe/core/doctype/doctype/doctype.py +736 apps/frappe/frappe/core/doctype/doctype/doctype.py +749 Report cannot be set for Single types Reportar no se puede configurar para los tipos individuales
352 apps/frappe/frappe/core/doctype/report/report.js +37 Disable Report Desactivar Informe
353 DocType: Workflow State resize-small cambiar el tamaño pequeño
354 DocType: Workflow State question-sign Consultar Firma
355 apps/frappe/frappe/utils/nestedset.py +237 Multiple root nodes not allowed. Nodos raíz múltiples no permitidos.
367 apps/frappe/frappe/core/page/permission_manager/permission_manager.js +261 Show User Permissions Permisos Mostrar usuario
368 apps/frappe/frappe/public/js/frappe/request.js +367 Report this issue Reportar Incidencia
369 apps/frappe/frappe/public/js/frappe/views/treeview.js +268 apps/frappe/frappe/public/js/frappe/views/treeview.js +240 New {0} Nuevo {0}
370 DocType: Workflow Action Workflow Action Acciones de los flujos de trabajo
371 DocType: Custom Script Script Type Guión Tipo
372 DocType: Workflow State text-width texto de ancho
373 DocType: Custom DocPerm This role update User Permissions for a user Este función actualiza los Permisos de Usuario para un usuario
375 apps/frappe/frappe/model/delete_doc.py +176 {0} {1}: Submitted Record cannot be deleted. {0} {1}: registro presentado no se puede eliminar.
376 apps/frappe/frappe/public/js/frappe/form/save.js +149 Mandatory fields required in {0} Campos obligatorios requeridos en {0}
377 apps/frappe/frappe/model/rename_doc.py +365 apps/frappe/frappe/model/rename_doc.py +366 Maximum {0} rows allowed Máximo {0} filas permitidos
378 DocType: Custom DocPerm Import Importación
379 apps/frappe/frappe/model/naming.py +175 apps/frappe/frappe/model/naming.py +177 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
380 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.
381 DocType: Website Theme Google Font (Heading) Google Font (Título)
382 apps/frappe/frappe/core/doctype/doctype/doctype.py +462 apps/frappe/frappe/core/doctype/doctype/doctype.py +475 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"
383 apps/frappe/frappe/core/doctype/doctype/doctype.py +750 apps/frappe/frappe/core/doctype/doctype/doctype.py +763 {0}: Cannot set Assign Submit if not Submittable {0}: no se puede 'Asignar Enviar' si no se puede presentar
384 DocType: Workflow State step-forward paso hacia adelante
385 DocType: Workflow State align-justify alinear - justificar
386 apps/frappe/frappe/core/doctype/data_import/importer.py +305 apps/frappe/frappe/core/doctype/data_import/importer.py +308 Not allowed to Import No tiene permisos para importar
387 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +138 Open a module or tool Abra un Módulo o Herramienta
388 apps/frappe/frappe/public/js/legacy/form.js +137 Please save before attaching. Por favor, guarde los cambios antes de conectar
389 apps/frappe/frappe/core/doctype/data_import/importer.py +27 Parent Table Tabla de Padres
390 DocType: Dropbox Settings Dropbox Access Key Clave de Acceso de Dropbox
408 DocType: Event Ref Type Tipo Ref
409 DocType: DocType Sort Order Orden de Clasificación
410 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +721 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +722 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.
411 apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +249 Hide field in form Ocultar campo en forma
412 DocType: Newsletter Email Sent? Enviar Email ?
413 apps/frappe/frappe/custom/doctype/customize_form/customize_form.js +274 Show a description below the field Mostrar una descripción debajo del campo
414 DocType: User Send Welcome Email Enviar Bienvenido Email
426 DocType: Website Settings Banner is above the Top Menu Bar. El Banner está por sobre la barra de menú superior.
427 apps/frappe/frappe/templates/includes/comments/comments.py +50 View it in your browser Véalo en su navegador
428 apps/frappe/frappe/core/doctype/doctype/doctype.py +542 apps/frappe/frappe/core/doctype/doctype/doctype.py +555 Title field must be a valid fieldname Campo Título debe ser un nombre de campo válido
429 DocType: SMS Settings Enter url parameter for receiver nos Introduzca el parámetro url para el receptor no
430 apps/frappe/frappe/client.py +102 apps/frappe/frappe/client.py +103 Cannot edit standard fields No se puede editar campos estándar
431 apps/frappe/frappe/config/website.py +78 Settings for Contact Us Page. Ajustes para la página de contacto.
432 apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +48 apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +49 1 hour ago Hace 1 hora
433 DocType: Workflow State th-list th -list
434 apps/frappe/frappe/desk/query_report.py +28 Report {0} is disabled Informe {0} está deshabilitado
435 DocType: Currency 1 Currency = [?] Fraction For e.g. 1 USD = 100 Cent 1 Moneda = [?] Fracción, ejem: 1 USD = 100 Centavos
436 apps/frappe/frappe/core/doctype/data_import/importer.py +25 Start entering data below this line Empiece a introducir datos por debajo de esta línea
443 DocType: Web Page Text Align Alineación del texto
444 apps/frappe/frappe/auth.py +247 apps/frappe/frappe/auth.py +251 Not allowed from this IP Address No se permite desde esta dirección IP
445 DocType: Contact Us Settings Settings for Contact Us Page Ajustes para Contáctenos Página
446 DocType: Custom DocPerm User Permission DocTypes Doctypes de Permisos de Usuarios
447 apps/frappe/frappe/public/js/frappe/roles_editor.js +204 Role Permissions Permisos de la Función
448 Role Permissions Manager Administrador de Permisos
449 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_field.html +21 Edit HTML Edición de HTML
452 apps/frappe/frappe/core/doctype/user/user.py +184 Sorry! User should have complete access to their own record. ¡Lo siento! El usuario debe tener acceso completo a su propio récord.
453 apps/frappe/frappe/core/doctype/doctype/doctype.py +290 apps/frappe/frappe/core/doctype/doctype/doctype.py +300 DocType can not be merged El DocType no se puede fusionar
454 DocType: DocField Allow on Submit Permitir en Enviar
455 apps/frappe/frappe/public/js/frappe/views/communication.js +78 Select Print Format Seleccionar el formato de impresión
456 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.
457 DocType: Workflow State eye-open - ojo abierto
458 DocType: Email Account Email Account Name Correo electrónico Nombre de cuenta
459 apps/frappe/frappe/public/js/frappe/list/list_renderer.js +628 apps/frappe/frappe/public/js/frappe/list/list_renderer.js +629 No {0} found {0} no encontrado
460 apps/frappe/frappe/website/doctype/blog_post/blog_post.py +106 Posts by {0} Publicaciones por {0}
461 apps/frappe/frappe/core/doctype/doctype/doctype.py +201 apps/frappe/frappe/core/doctype/doctype/doctype.py +211 Series {0} already used in {1} Serie {0} ya se utiliza en {1}
462 DocType: Report Report Manager Administrador de informes
463 DocType: Custom DocPerm Report Informe
464 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.
465 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_start.html +16 Create a New Format Crear un nuevo formato
466 DocType: Email Account Enable Incoming Habilitar entrante
467 apps/frappe/frappe/core/doctype/data_import/exporter.py +65 If you are uploading new records, leave the "name" (ID) column blank. Si va a cargar nuevos registros, deje en blanco la columna "nombre" (ID)
470 apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +46 apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +47 1 minute ago Hace 1 minuto
471 DocType: Website Slideshow Slideshow like display for the website Presentación como pantalla para el sitio web
472 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. Los permisos se establecen en las Funciones y Tipos de Documentos (llamados DocTypes ) mediante el establecimiento de permisos como Leer, Escribir , Crear, Eliminar , Enviar, Cancelar, Corregir, Informe , Importación, Exportación, Impresión , Correo Electrónico y Establecer Permisos de Usuario .
473 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder_layout.html +8 Edit Heading Editar Rubro
474 apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +178 apps/frappe/frappe/custom/doctype/customize_form/customize_form.py +180 Row {0}: Not allowed to enable Allow on Submit for standard fields Fila {0}: No se permite habilitar Permitir en Enviar para campos estándar
475 apps/frappe/frappe/www/list.html +4 {0} List Listado: {0}
476 DocType: DocType Is Submittable Es presentable--
477 DocType: System Settings Disable Standard Email Footer Desactivar pie de página estandar en Email
478 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)
479 apps/frappe/frappe/core/doctype/doctype/doctype.py +746 apps/frappe/frappe/core/doctype/doctype/doctype.py +759 {0} cannot be set for Single types {0} no se puede establecer para los tipos individuales
480 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +600 Select Table Columns for {0} Seleccionar columnas de tabla para {0}
481 DocType: Workflow State cog diente
482 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 .
483 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +135 document type..., e.g. customer Tipo de documento ..., por ejemplo, al cliente
484 apps/frappe/frappe/public/js/frappe/form/link_selector.js +22 Select {0} Seleccione {0}
485 DocType: Property Setter Property Setter Establecer prioridad--
489 apps/frappe/frappe/utils/response.py +135 apps/frappe/frappe/utils/response.py +143 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 .
490 DocType: Website Settings Title Prefix Prefijo del Título
491 DocType: DocField Section Break Salto de sección
492 DocType: Print Settings PDF Settings Configuración de PDF
493 apps/frappe/frappe/templates/includes/login/login.js +221 Oops! Something went wrong Oups! Algo salió mal
494 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +55 For ranges Por rangos
495 DocType: Web Form Select DocType Seleccione tipo de documento
496 apps/frappe/frappe/public/js/legacy/form.js +765 apps/frappe/frappe/public/js/legacy/form.js +769 Permanently Submit {0}? Presentar permanentemente {0}?
497 DocType: Email Account e.g. "Support", "Sales", "Jerry Yang" por ejemplo "Soporte "," Ventas "," Jerry Yang "
498 apps/frappe/frappe/config/setup.py +219 apps/frappe/frappe/config/setup.py +212 Actions for workflow (e.g. Approve, Cancel). Acciones para los flujos de trabajo (por ejemplo: Aprobar, Cancelar).
499 DocType: Communication Feedback Comentarios
500 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 )
501 apps/frappe/frappe/desk/doctype/event/event.py +24 Event end must be after start Finalización del evento debe ser posterior al inicio
502 DocType: Email Alert Recipient Email Alert Recipient Destinatario Alerta Email
503 apps/frappe/frappe/email/doctype/email_account/email_account_list.js +10 Default Inbox Bandeja de entrada por defecto
504 DocType: Event Repeat Till Repita Hasta

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

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

@ -2,9 +2,10 @@ apps/frappe/frappe/desk/doctype/todo/todo_list.js +22,Assigned By Me,Dodijelio d
apps/frappe/frappe/desk/doctype/note/note_list.js +3,Notes,Bilješke
DocType: Desktop Icon,List,Lista
DocType: Report,Report Type,Vrsta izvještaja
apps/frappe/frappe/public/js/frappe/form/toolbar.js +196,New {0} (Ctrl+B),Novi {0} (Ctrl-B)
DocType: System Settings,Session Expiry,Sesija ističe
apps/frappe/frappe/public/js/frappe/form/toolbar.js +197,New {0} (Ctrl+B),Novi {0} (Ctrl-B)
DocType: DocShare,DocShare,Dijeljenje dokumenta
apps/frappe/frappe/public/js/frappe/ui/filters/filter_list.js +143,Add Filter,Dodaj filter
apps/frappe/frappe/public/js/frappe/ui/filters/filter_list.js +144,Add Filter,Dodaj filter
DocType: Address,Contacts,Kontakti
apps/frappe/frappe/public/js/frappe/form/save.js +12,Submitting,Potvrđivanje
apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +4,Editing Row,Izmjena u redu
@ -13,30 +14,30 @@ DocType: ToDo,Allocated To,Dodijeljeno je
DocType: Custom DocPerm,Delete,Obriši
DocType: ToDo,Due Date,Datum dospijeća
apps/frappe/frappe/public/js/frappe/model/model.js +26,Assigned To,Dodijeljeno prema
apps/frappe/frappe/model/rename_doc.py +79,renamed from {0} to {1},Preimenuj iz {0} u {1}
apps/frappe/frappe/public/js/legacy/form.js +345,Submit this document to confirm,Potvrdi ovaj dokument da bi ga zaključio
apps/frappe/frappe/model/rename_doc.py +75,renamed from {0} to {1},Preimenuj iz {0} u {1}
apps/frappe/frappe/public/js/legacy/form.js +347,Submit this document to confirm,Potvrdi ovaj dokument da bi ga zaključio
DocType: Note Seen By,Note Seen By,Bilješku je vidio
apps/frappe/frappe/public/js/frappe/list/list_sidebar_stat.html +21,Show Tags,Prikaži tagove
apps/frappe/frappe/templates/includes/navbar/navbar_login.html +23,Switch To Desk,Pređi na radnu površinu
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7,For Everyone,Za sve
apps/frappe/frappe/public/js/frappe/ui/modal.html +17,Confirm,Potvrdi
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +138,Assign to me,Dodijeljeno meni
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +511,Sr No,R. Br.
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +512,Sr No,R. Br.
apps/frappe/frappe/desk/form/save.py +34,Did not save,Nije se sačuvalo
apps/frappe/frappe/public/js/frappe/roles_editor.js +40,Clear all roles,Obriši sve role
apps/frappe/frappe/core/page/desktop/desktop.js +38,Explore,Istraži
DocType: Address,Sales User,Korisnik prodaje
DocType: Custom DocPerm,Set User Permissions,Postavite korisnička prava
apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +17,Between,Između
apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +20,Between,Između
apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63,e.g.:,npr:
DocType: Country,Country Name,Ime države
apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +58,Make a new,Napravite novi
DocType: Workflow State,Download,Preuzmi
DocType: Website Settings,Brand Image,Slika brenda
apps/frappe/frappe/utils/bot.py +89,show,Prikaži
DocType: Page,Yes,Da
DocType: Custom DocPerm,Role,Uloga
apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +583,Totals,Ukupno
apps/frappe/frappe/public/js/frappe/views/treeview.js +211,Add Child,Dodaj podređeni
apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +776,Totals,Ukupno
apps/frappe/frappe/public/js/frappe/views/treeview.js +183,Add Child,Dodaj podređeni
apps/frappe/frappe/core/doctype/user/user.py +924,Invalid Password: ,Pogrešna lozinka:
DocType: System Settings,System Settings,Sistemska podešavanja
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +40,To Date,Do datuma
@ -51,14 +52,14 @@ apps/frappe/frappe/public/js/frappe/views/pageview.js +112,Sorry! You are not pe
DocType: Web Form,Success Message,Poruka o uspjehu
apps/frappe/frappe/public/js/frappe/form/form_sidebar.js +62,{0} created this {1},{1} {0} je kreirao/la ovo.
DocType: Chat Profile,Online,Na mreži
apps/frappe/frappe/core/doctype/file/file.py +319,Folder {0} does not exist,Folder {0} ne postoji
apps/frappe/frappe/core/doctype/file/file.py +320,Folder {0} does not exist,Folder {0} ne postoji
DocType: Activity Log,Subject,Naslov
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +75,Enter folder name,Unesi naziv foldera
DocType: Workflow State,Tags,Tagovi
apps/frappe/frappe/patches/v6_19/comment_feed_communication.py +131,Assignment,Dodjeljivanje
DocType: Workflow State,move,Kretanje
DocType: Language,Language,Jezik
apps/frappe/frappe/public/js/legacy/form.js +765,Permanently Submit {0}?,Trajno potvrdi {0} ?
apps/frappe/frappe/public/js/legacy/form.js +769,Permanently Submit {0}?,Trajno potvrdi {0} ?
DocType: Address,Maintenance User,Korisnik održavanja
DocType: Contact,Image,Slika
apps/frappe/frappe/public/js/frappe/model/model.js +522,Rename {0},Preimenuj {0}
@ -67,7 +68,7 @@ DocType: Report,Add Total Row,Dodaj red ukupno bez PDV-a
,Setup Wizard,Čarobnjak za postavke
apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +33,From Date,Od datuma
DocType: Data Import,Amended From,Izmijenjena iz
apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +164,Desktop Icon already exists,Ikona na radnoj površini već postoji
apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +166,Desktop Icon already exists,Ikona na radnoj površini već postoji
DocType: Communication,Attachment Removed,Prilog uklonjen
DocType: Chat Room,Users,Korisnici
DocType: Data Import,Import Log,Log uvoza
@ -81,7 +82,7 @@ apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +51,Collapse A
apps/frappe/frappe/config/desk.py +32,Chat messages and other notifications.,Poruke i ostala obavještenja.
apps/frappe/frappe/website/doctype/blog_post/blog_post.py +80,{0} comments,{0} komentara
apps/frappe/frappe/public/js/frappe/socketio_client.js +313,Upload Failed,Dodavanje priloga neuspješno
apps/frappe/frappe/public/js/frappe/form/toolbar.js +170,Customize,Prilagodite
apps/frappe/frappe/public/js/frappe/form/toolbar.js +171,Customize,Prilagodite
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +310,Users with role {0}:,Korisnici sa rolom {0} :
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +417,Did not add,Nije dodato
apps/frappe/frappe/config/desk.py +19,Files,Fajlovi
@ -89,8 +90,8 @@ DocType: Communication,Opened,Otvoreno
apps/frappe/frappe/desk/reportview.py +268,No Tags,Nema tag-ova
DocType: Workflow State,picture,Slika
DocType: Workflow State,Edit,Izmijeni
apps/frappe/frappe/public/js/frappe/views/treeview.js +268,New {0},Novi {0}
apps/frappe/frappe/public/js/frappe/views/treeview.js +402,Chart of Accounts,Kontni plan
apps/frappe/frappe/public/js/frappe/views/treeview.js +240,New {0},Novi {0}
apps/frappe/frappe/public/js/frappe/views/treeview.js +374,Chart of Accounts,Kontni plan
apps/frappe/frappe/email/doctype/email_group/email_group.js +9,View,Pogledaj
DocType: Email Alert,Print Settings,Podešavanje štampanja
,Modules Setup,Podešavanje modula
@ -104,7 +105,7 @@ apps/frappe/frappe/public/js/frappe/views/file/file_view.js +61,New Folder,Novi
DocType: Communication,Email,Email
apps/frappe/frappe/public/js/frappe/form/save.js +149,Mandatory fields required in {0},Obavezna polja koja se moraju unijeti u dijelu {0}
DocType: Chat Message Attachment,Attachment,Prilog
apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +8,Not equals,Nije jednak
apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +11,Not equals,Nije jednak
DocType: Help Article,Knowledge Base Contributor,Saradnik zs bazu znanja
apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +127,Help on Search,Pomoć oko pretrage
apps/frappe/frappe/public/js/frappe/ui/page.html +24,Menu,Meni
@ -118,7 +119,7 @@ DocType: About Us Settings,Website,Web sajt
apps/frappe/frappe/desk/page/activity/activity.js +58,Show Likes,Prikaži lajkove
apps/frappe/frappe/config/core.py +27,Script or Query reports,Skripte ili query izvještaji
apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30,Added {0},Dodatо {0}
apps/frappe/frappe/public/js/frappe/views/treeview.js +400,Add to Desktop,Dodaj na radnu površinu
apps/frappe/frappe/public/js/frappe/views/treeview.js +372,Add to Desktop,Dodaj na radnu površinu
apps/frappe/frappe/public/js/frappe/upload.js +26,Upload Attachment,Priloži datoteku
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +64,Documentation,Dokumentacija
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +7,Gantt,Gantogram
@ -132,15 +133,16 @@ DocType: Contact,Accounts Manager,Menadžer računa
apps/frappe/frappe/email/doctype/email_alert/email_alert.js +20,Created On,Kreirano
apps/frappe/frappe/website/doctype/blog_post/blog_post.py +78,1 comment,1 komentar
apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53,Date Range,Opseg datuma
apps/frappe/frappe/public/js/frappe/views/treeview.js +73,Expand All,Proširi sve
apps/frappe/frappe/public/js/frappe/views/treeview.js +75,Expand All,Proširi sve
apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js +111,New,Novi
apps/frappe/frappe/core/doctype/file/file.py +183,Cannot delete Home and Attachments folders,Ne možete brisati foldere Naslovna i prilozi
apps/frappe/frappe/core/doctype/file/file.py +184,Cannot delete Home and Attachments folders,Ne možete brisati foldere Naslovna i prilozi
DocType: User,Desktop Background,Pozadina radne površine
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50,Attach File,Priloži dokument
DocType: ToDo,High,Visok
apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304,Payment Complete,Plaćanje zaključeno
apps/frappe/frappe/www/printview.py +199,No {0} permission,{0} Nema dozvolu
apps/frappe/frappe/public/js/frappe/list/list_view.js +734,Delete {0} items permanently?,Trajno obriši stavke{0} ?
apps/frappe/frappe/public/js/frappe/list/list_view.js +748,Delete {0} items permanently?,Trajno obriši stavke{0} ?
DocType: Address,Postal Code,Poštanski broj
apps/frappe/frappe/workflow/doctype/workflow/workflow_list.js +7,Not active,Nije aktivna
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_column.html +19,Add,Dodaj
DocType: Email Account,Add Signature,Dodaj potpis
@ -150,10 +152,11 @@ DocType: ToDo,ToDo,To Do
apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js +193,Report {0},Izvještaj {0}
apps/frappe/frappe/public/js/frappe/views/communication.js +15,New Email,Novi email
apps/frappe/frappe/public/js/frappe/ui/slides.js +29,Add More,Dodaj još
apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +712,Pick Columns,Odaberi kolone
apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +913,Pick Columns,Odaberi kolone
DocType: Footer Item,Company,Preduzeće
DocType: Address,Purchase User,Korisnik u nabavci
apps/frappe/frappe/public/js/frappe/model/model.js +18,Created By,Kreirao
apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +981,Export Report: {0},Izvoz izvještaja: {0}
apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +13,Insert Below,Ubacite ispod
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +137,Assign To,Dodijeli
apps/frappe/frappe/www/update-password.html +79,Invalid Password,Pogrešna lozinka
@ -167,12 +170,11 @@ DocType: Has Role,Has Role,Ima ulogu
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63,Shared With,Podijeljeno sa
DocType: Contact,Contact,Kontakt
apps/frappe/frappe/desk/page/activity/activity_row.html +34,{0} {1} to {2},{0} {1} do {2}
apps/frappe/frappe/config/setup.py +42,Show / Hide Modules,Prikaži / sakrij module
apps/frappe/frappe/templates/includes/comments/comments.html +25,Add Comment,Dodaj komentar
DocType: Error Log,Title,Naslov
apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +44,Assign,Dodijeli
DocType: Note,Note,Bilješke
apps/frappe/frappe/public/js/frappe/list/list_renderer.js +628,No {0} found,{0} nije nadjen
apps/frappe/frappe/public/js/frappe/list/list_renderer.js +629,No {0} found,{0} nije nadjen
DocType: Email Group,Newsletter Manager,Menadžer newsletter-a
,User Permissions Manager,Menadžer prava pristupa korisnika
apps/frappe/frappe/core/doctype/communication/communication.js +77,Add Contact,Dodaj kontakt
@ -185,10 +187,10 @@ DocType: DocType,Sort Order,Sortiranje
DocType: DocField,Password,Lozinka
DocType: Customize Form,Image Field,Polje sa slikom
apps/frappe/frappe/public/js/frappe/form/share.js +36,Shared with {0},Podijeljeno sa {0}
apps/frappe/frappe/public/js/frappe/form/toolbar.js +141,Duplicate,Dupliraj
apps/frappe/frappe/public/js/frappe/form/toolbar.js +142,Duplicate,Dupliraj
DocType: Blog Category,Blogger,Blogger
DocType: User,Change Password,Promjena lozinke
apps/frappe/frappe/public/js/frappe/views/treeview.js +364,View List,Prikaz liste
apps/frappe/frappe/public/js/frappe/views/treeview.js +336,View List,Prikaz liste
DocType: Communication,Delivery Status,Status isporuke
apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +790,Saved,Sačuvano
DocType: Workflow State,share-alt,Podijeli-alt
@ -200,21 +202,23 @@ DocType: Workflow State,Comment,Komentar
DocType: User,Timezone,Vremenska zona
DocType: Workflow State,Refresh,Osvježi
apps/frappe/frappe/core/doctype/file/test_file.py +57,Home/Test Folder 2,Nalovna/ Test Folder2
DocType: Contact Us Settings,Email ID,Email adresa
DocType: Chat Profile,Status,Status
apps/frappe/frappe/desk/query_report.py +28,Report {0} is disabled,Izvještaj {0} јe onemogućen
apps/frappe/frappe/config/desktop.py +8,Tools,Alati
DocType: Communication,Deleted,Obrisan
DocType: System Settings,Setup Complete,Podešavanje završeno
apps/frappe/frappe/core/doctype/user/user.js +97,Reset Password,Resetuju lozinku
apps/frappe/frappe/core/doctype/user/user.js +94,Reset Password,Resetuju lozinku
DocType: Contact,Salutation,Titula
DocType: Activity Log,Date,Datum
,Desktop,Radna površina
apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +39,Share this document with,Podijelite ovaj dokument sa
apps/frappe/frappe/templates/pages/integrations/braintree_checkout.html +29,Pay,Plati
apps/frappe/frappe/public/js/frappe/views/image/image_view.js +10,Images,Slike
,Document Share Report,Izvještaj o dijeljenim dokumentima
apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +26,Tree,Stablo
apps/frappe/frappe/desk/doctype/todo/todo.py +20,Assigned to {0}: {1},Dodijeljen {0}: {1}
DocType: Chat Message,Type,Tip
DocType: Chat Room,Type,Tip
DocType: DocField,Attach Image,Dodajte sliku
DocType: Custom DocPerm,Submit,Potvrdi
apps/frappe/frappe/public/js/frappe/form/save.js +156,Missing Fields,Polja koja nisu unešena
@ -230,17 +234,17 @@ apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +497,Added,Dodato
DocType: Workflow,Is Active,Je aktivan
apps/frappe/frappe/www/login.html +82,Forgot Password,Zaboravili ste lozinku
DocType: Page,No,Ne
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32,Global Settings: Users will only be able to choose checked icons,Globalna podešavanja: Korisnici će moći da odaberu samo označene ikone
apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +673,New Report name,Novi naziv izvještaja
apps/frappe/frappe/www/login.py +48,Mobile Number,Brij mobilnog tel
apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +866,New Report name,Novi naziv izvještaja
apps/frappe/frappe/www/login.py +48,Mobile Number,Mobilni br. telefona
apps/frappe/frappe/public/js/frappe/model/indicator.js +19,Not Saved,Nije sačuvano
apps/frappe/frappe/public/js/frappe/views/communication.js +346,Add Attachment,Dodaj prilog
apps/frappe/frappe/public/js/frappe/views/communication.js +347,Add Attachment,Dodaj prilog
apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +135,Week,Nedelja
DocType: Activity Log,Full Name,Puno ime
apps/frappe/frappe/public/js/frappe/form/quick_entry.js +202,Edit in full page,Izmijeni u punoj strani
apps/frappe/frappe/public/js/legacy/form.js +793,Permanently Cancel {0}?,Trajno otkaži {0} ?
apps/frappe/frappe/public/js/legacy/form.js +799,Permanently Cancel {0}?,Trajno otkaži {0} ?
apps/frappe/frappe/core/doctype/data_import/exporter.py +62,Notes:,Bilješke :
DocType: Email Alert,Save,Sačuvaj
apps/frappe/frappe/public/js/frappe/views/file/file_view.js +34,File Manager,Fajlovi
apps/frappe/frappe/desk/doctype/bulk_update/bulk_update.py +23,; not allowed in condition,; није дозвољенa у услову
DocType: File,Folder,Folder
apps/frappe/frappe/core/doctype/data_import/data_import.js +53,Help,Pomoć
@ -256,12 +260,14 @@ DocType: Google Maps,Home Address,Kućna adresa
apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +25,Ctrl + Up,Ctrl + up
DocType: Communication,Assigned,Dodijeljeno
DocType: Desktop Icon,_report,_izvještaj
apps/frappe/frappe/config/setup.py +140,Restore or permanently delete a document.,Vrati ili trajno obriši dokument.
apps/frappe/frappe/config/setup.py +133,Restore or permanently delete a document.,Vrati ili trajno obriši dokument.
DocType: About Us Settings,Website Manager,Menadžer za web sajt
DocType: Address,State,Država (USA)
DocType: Activity Log,Closed,Zatvoreno
apps/frappe/frappe/core/doctype/has_role/has_role.py +12,User '{0}' already has the role '{1}',Korisnik '{0}' već sarži rolu '{1}'
apps/frappe/frappe/public/js/frappe/form/controls/link.js +169,Create a new {0},Kreirajte {0}
apps/frappe/frappe/config/setup.py +105,Import / Export Data,Uvoz/ Izvoz podataka
apps/frappe/frappe/config/setup.py +98,Import / Export Data,Uvoz/ Izvoz podataka
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.html +11,Loading...,Učitavanje ...
apps/frappe/frappe/public/js/frappe/form/form_sidebar.js +59,{0} edited this {1},{1} {0} je izmijenio/la ovo
DocType: Error Log,Error Log,Log grešaka
DocType: DocField,Description,Opis
@ -290,7 +296,8 @@ apps/frappe/frappe/core/doctype/communication/communication.js +42,Close,Zatvori
apps/frappe/frappe/contacts/report/addresses_and_contacts/addresses_and_contacts.js +22,Party Name,Ime partije
apps/frappe/frappe/templates/print_formats/standard_macros.html +39,Sr,Rb
DocType: Contact,Purchase Master Manager,Direktor nabavke
apps/frappe/frappe/core/doctype/file/file.py +234,Folder {0} is not empty,Folder {0} nije prazan
DocType: User,Last Login,Poslednja prijava
apps/frappe/frappe/core/doctype/file/file.py +235,Folder {0} is not empty,Folder {0} nije prazan
DocType: Custom DocPerm,Report,Izvještaj
DocType: Communication,User Tags,Korisnički tagovi
apps/frappe/frappe/public/js/frappe/form/link_selector.js +106,Make a new {0},Napravite novi {0}
@ -304,82 +311,94 @@ apps/frappe/frappe/website/doctype/website_settings/website_settings.js +3,View
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +492,Saved!,Sačuvano!
apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9,Add a New Role,Dodaj novu rolu
apps/frappe/frappe/public/js/frappe/roles_editor.js +30,Add all roles,Dodaj sve role
apps/frappe/frappe/public/js/frappe/form/toolbar.js +152,Reload,Učitaj ponovo
apps/frappe/frappe/public/js/frappe/form/toolbar.js +153,Reload,Učitaj ponovo
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +56,to filter values between 5 & 10,za filtriranje vrijednosti između 5 i 10
DocType: ToDo,Low,Nizak
DocType: Integration Request,Completed,Završeno
apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +24,Apply,Primijeni
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50,Yesterday,Juče
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,Yesterday,Juče
apps/frappe/frappe/desk/query_report.py +227,Total,Ukupno
apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +690,Show Totals,Prikaži ukupno
apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +883,Show Totals,Prikaži ukupno
apps/frappe/frappe/public/js/frappe/ui/messages.js +219,Enter your password,Unesite lozinku
apps/frappe/frappe/utils/bot.py +91,Like,Kao
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +513,Like,Kao
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +928,Export Report: ,Izvoz izvještaja:
apps/frappe/frappe/public/js/frappe/list/list_sidebar.js +199,New Kanban Board,Nova Kanban prikaz
DocType: DocType,Image View,Prikaz slike
apps/frappe/frappe/desk/doctype/event/event.py +66,Events In Today's Calendar,Događaji u kalendaru na današnji dan.
DocType: Workflow State,remove,Ukloni
apps/frappe/frappe/email/doctype/email_group/email_group.js +45,New Newsletter,Novi newsletter
DocType: Activity Log,Message,Poruka
apps/frappe/frappe/www/login.html +89,Back to Login,Vrati se na prijavu
apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32,Kanban,Kanban
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +141,Loading,Učitavanje
apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9,Show all data,Prikaži sve podatke
DocType: Auto Email Report,Weekly,Nedeljni
apps/frappe/frappe/public/js/frappe/roles_editor.js +204,Role Permissions,Prava pristupa rolama
DocType: Communication,From,Od
apps/frappe/frappe/core/doctype/file/test_file.py +74,Home/Test Folder 1/Test Folder 3,Naslovna / Test Folder1 / Test Folder3
DocType: Workflow State,share,Podijeli
apps/frappe/frappe/core/doctype/file/file.py +167,Same file has already been attached to the record,Isti fajl je već dodijeljen nekom zapisu
apps/frappe/frappe/core/doctype/file/file.py +168,Same file has already been attached to the record,Isti fajl je već dodijeljen nekom zapisu
apps/frappe/frappe/core/doctype/user/user.js +74,Set Desktop Icons,Podesi ikonice na radnoj površini
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +55,For ranges,Za opsege
apps/frappe/frappe/public/js/frappe/form/controls/link.js +179,Advanced Search,Napredna pretraga
apps/frappe/frappe/desk/page/applications/applications.js +47,Developer Tools,Razvojni alati
DocType: Communication,Error,Greška
DocType: Address,Warehouse,Skladište
DocType: Workflow State,Upload,Priloži
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +54,"For comparative filters, start with","Za poređenja filterima, krenite sa"
DocType: Workflow,States,Države
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58,Go,Traži
apps/frappe/frappe/public/js/frappe/form/controls/date.js +114,Date must be in format: {0},Datum mora biti u formatu {0}
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51,{0} days ago,prije {0} dana
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +52,{0} days ago,prije {0} dana
apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +20,Add Row,Dodaj red
DocType: File,Is Home Folder,Da li je folder naslovna
apps/frappe/frappe/desk/doctype/todo/todo_list.js +7,To Do,To Do
apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +12,Not In,Nije u
apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +15,Not In,Nije u
apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +134,Add to To Do,Dodaj u To Do
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +145,Created,Kreirano
apps/frappe/frappe/public/js/frappe/form/link_selector.js +125,Added {0} ({1}),Dodato {0} ({1})
DocType: OAuth Client, Advanced Settings,Napredna podešavanja
DocType: Address,Address,Adresa
DocType: Email Account,Email Addresses,Email adrese
apps/frappe/frappe/public/js/frappe/views/treeview.js +86,{0} Tree,{0} stablo
apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +7,Equals,Jednak
apps/frappe/frappe/public/js/frappe/views/treeview.js +89,{0} Tree,{0} stablo
apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +10,Equals,Jednak
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +402,Loading Report,Učitavanje izvještaja
DocType: Address,Address Line 1,Adresa 1
apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.html +4,Add a column,Dodaj kolonu
,Background Jobs,Pozadinski procesi
DocType: Activity Log,Login,Prijava
DocType: Chat Message,Chat,Poruke
apps/frappe/frappe/config/setup.py +139,Deleted Documents,Obrisana dokumenta
apps/frappe/frappe/public/js/frappe/form/print.js +252,With Letter head,Sa zaglavljem
apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +10,Not Like,Nije kao
apps/frappe/frappe/config/setup.py +132,Deleted Documents,Obrisana dokumenta
apps/frappe/frappe/public/js/frappe/form/print.js +263,With Letter head,Sa zaglavljem
apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +513,Not Like,Nije kao
DocType: DocType,Setup,Podešavanje
DocType: Data Import,Import Status,Status uvoza
apps/frappe/frappe/core/doctype/user/user.js +139,Create User Email,Kreiraj korisnički Email
apps/frappe/frappe/core/doctype/user/user.js +136,Create User Email,Kreiraj korisnički Email
DocType: Address,Address Line 2,Adresa 2
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +448,{0} from {1} to {2},{0} od {1} za {2}
apps/frappe/frappe/public/js/frappe/model/indicator.js +54,Draft,Na čekanju
DocType: Contact,Maintenance Manager,Menadžer održavanja
apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +25,Ctrl + Down,Ctrl + down
DocType: Data Import,Data Import,Uvoz podataka
apps/frappe/frappe/core/doctype/file/file.py +141,Folder is mandatory,Folder je obavezan podatak
apps/frappe/frappe/core/doctype/file/file.py +142,Folder is mandatory,Folder je obavezan podatak
apps/frappe/frappe/desk/reportview.py +112,{0} is saved,{0} je sačuvan
DocType: DocField,Datetime,Datum vrijeme
DocType: Email Group,Email Group,Email grupa
apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +814,{0} Report,Izvještaj {0}
apps/frappe/frappe/core/page/desktop/desktop.py +12,Add Employees to Manage Them,"Dodaj zaposlenog u ""Manage them"""
apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +1024,{0} Report,Izvještaj {0}
apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +10,Reports,Izvještaji
apps/frappe/frappe/public/js/frappe/model/model.js +25,Comments,Komentari
DocType: Workflow State,folder-open,folder-otvori
apps/frappe/frappe/public/js/frappe/model/model.js +525,Merge with existing,Spoji sa postojećim
DocType: Print Settings,Send Print as PDF,Štampaj u PDF
apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +35,My Settings,Moja podešavanja
apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js +235,Email Inbox,Email primljene
apps/frappe/frappe/www/list.html +4,{0} List,{0} Lista
DocType: Report,Letter Head,Zaglavlje
apps/frappe/frappe/website/js/web_form.js +259,Uploading files please wait for a few seconds.,Upload fajlova je u toku. Molimo sačekajte par sekundi.
apps/frappe/frappe/website/js/web_form.js +259,Uploading files please wait for a few seconds.,Prilaganje fajlova je u toku. Molimo sačekajte par sekundi.
DocType: Workflow State,Home,Naslovna
apps/frappe/frappe/public/js/frappe/desk.js +383,Session Expired,Sesija je istekla
DocType: Communication,Received,Primljeno
DocType: User,Login After,Prijava nakon
apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +86,PDF,PDF
DocType: Contact,Mobile No,Mobilni br.
apps/frappe/frappe/public/js/frappe/ui/sort_selector.js +182,Most Used,Najviše korišćeno
@ -388,17 +407,20 @@ DocType: File,Is Attachments Folder,Da li je prilog folder
DocType: Contact,Gender,Pol
apps/frappe/frappe/templates/pages/integrations/payment-cancel.html +3,Payment Cancelled,Plaćenje otkazano
DocType: DocField,Report Hide,Sakrij izvještaj
apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +777,Setup Auto Email,Podešavanje auto e-mail-a
apps/frappe/frappe/contacts/doctype/address/address.py +132,Addresses,Adrese
apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +987,Setup Auto Email,Podešavanje auto e-mail-a
apps/frappe/frappe/contacts/doctype/address/address.py +134,Addresses,Adrese
DocType: ToDo,Assigned By,Dodijelio od strane
DocType: Contact,All,Svi
DocType: Auto Email Report,Report Filters,Filteri na izvještaju
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +53,{0} months ago,Prije {0} mjeseci
apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54,{0} months ago,Prije {0} mjeseci
DocType: User,Modules Access,Pristup modulima
DocType: Web Form,Allow Comments,Dozvoli komentare
DocType: User,Login Before,Prijava prije
apps/frappe/frappe/public/js/frappe/form/share.js +115,Share With,Podijeli sa
apps/frappe/frappe/core/page/desktop/desktop.py +13,"Add your Employees so you can manage leaves, expenses and payroll","Dodaj Vaše zaposlene, tako da možete da upravljate odsustvom, troškovima i platnim spiskovima"
apps/frappe/frappe/public/js/frappe/model/model.js +528,Rename,Reimenuj
DocType: Address,Links,Linkovi
DocType: Contact,Is Primary Contact,Je primarni kontakt
apps/frappe/frappe/public/js/frappe/form/share.js +27,Shared with everyone,Podijeljeno sa svima
apps/frappe/frappe/core/doctype/error_log/error_log_list.js +12,Clear Error Logs,Očisti Log grešaka
DocType: DocShare,Everyone,Svi
@ -407,23 +429,27 @@ apps/frappe/frappe/public/js/frappe/ui/upload.html +4,Browse,Izaberi
apps/frappe/frappe/public/js/frappe/form/link_selector.js +146,{0} added,Dodao je {0}
apps/frappe/frappe/core/page/permission_manager/permission_manager.js +443,Set,Set
apps/frappe/frappe/desk/report/todo/todo.py +20,Assigned To/Owner,Dodijeljeno / Vlasnik
apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +675,Save As,Sačuvaj kao
apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +868,Save As,Sačuvaj kao
apps/frappe/frappe/model/naming.py +67,Naming Series mandatory,Vrsta dokumenta je obavezna
apps/frappe/frappe/core/doctype/file/test_file.py +81,Test_Folder,Test_folder
apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +147,Add Column,Dodaj kolonu
apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +956,Select File Type,Odaberite tip datoteke
apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +162,Add Column,Dodaj kolonu
DocType: Communication,Unshared,Nije podijeljen
DocType: Help Article,Knowledge Base Editor,Urednik baze znanja
DocType: Report,Report Name,Naziv izvještaja
DocType: System Settings,Session Expiry in Hours e.g. 06:00,Sesija ističe u satima npr. 06:00
DocType: Report,Report Builder,Generator izvještaja
apps/frappe/frappe/desk/report/todo/todo.py +19,ID,ID
DocType: Custom DocPerm,Cancel,Otkaži
DocType: Contact,Sales Master Manager,Direktor prodaje
DocType: DocField,Currency,Valuta
DocType: Workflow State,Print,Štampaj
DocType: Workflow State,Primary,Primarni
DocType: ToDo,Medium,Srednji
DocType: Workflow State,barcode,barkod
DocType: Address,Reference,Vezni dokumenti
DocType: Custom Role,Custom Role,Prilagođjena rola
apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +477,{0} from {1} to {2} in row #{3},{0} od {1} do {2} na poziciji # {3}
apps/frappe/frappe/public/js/frappe/upload.js +226,Uploading,Prilaganje datoteke
DocType: Workflow State,User,Korisnik
DocType: File,File Size,Veličina fajla

1 apps/frappe/frappe/desk/doctype/todo/todo_list.js +22 Assigned By Me Dodijelio drugima
2 apps/frappe/frappe/desk/doctype/note/note_list.js +3 Notes Bilješke
3 DocType: Desktop Icon List Lista
4 DocType: Report Report Type Vrsta izvještaja
5 apps/frappe/frappe/public/js/frappe/form/toolbar.js +196 DocType: System Settings New {0} (Ctrl+B) Session Expiry Novi {0} (Ctrl-B) Sesija ističe
6 apps/frappe/frappe/public/js/frappe/form/toolbar.js +197 New {0} (Ctrl+B) Novi {0} (Ctrl-B)
7 DocType: DocShare DocShare Dijeljenje dokumenta
8 apps/frappe/frappe/public/js/frappe/ui/filters/filter_list.js +143 apps/frappe/frappe/public/js/frappe/ui/filters/filter_list.js +144 Add Filter Dodaj filter
9 DocType: Address Contacts Kontakti
10 apps/frappe/frappe/public/js/frappe/form/save.js +12 Submitting Potvrđivanje
11 apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +4 Editing Row Izmjena u redu
14 DocType: Custom DocPerm Delete Obriši
15 DocType: ToDo Due Date Datum dospijeća
16 apps/frappe/frappe/public/js/frappe/model/model.js +26 Assigned To Dodijeljeno prema
17 apps/frappe/frappe/model/rename_doc.py +79 apps/frappe/frappe/model/rename_doc.py +75 renamed from {0} to {1} Preimenuj iz {0} u {1}
18 apps/frappe/frappe/public/js/legacy/form.js +345 apps/frappe/frappe/public/js/legacy/form.js +347 Submit this document to confirm Potvrdi ovaj dokument da bi ga zaključio
19 DocType: Note Seen By Note Seen By Bilješku je vidio
20 apps/frappe/frappe/public/js/frappe/list/list_sidebar_stat.html +21 Show Tags Prikaži tagove
21 apps/frappe/frappe/templates/includes/navbar/navbar_login.html +23 Switch To Desk Pređi na radnu površinu
apps/frappe/frappe/core/page/modules_setup/modules_setup.html +7 For Everyone Za sve
22 apps/frappe/frappe/public/js/frappe/ui/modal.html +17 Confirm Potvrdi
23 apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +138 Assign to me Dodijeljeno meni
24 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +511 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +512 Sr No R. Br.
25 apps/frappe/frappe/desk/form/save.py +34 Did not save Nije se sačuvalo
26 apps/frappe/frappe/public/js/frappe/roles_editor.js +40 Clear all roles Obriši sve role
27 apps/frappe/frappe/core/page/desktop/desktop.js +38 Explore Istraži
28 DocType: Address Sales User Korisnik prodaje
29 DocType: Custom DocPerm Set User Permissions Postavite korisnička prava
30 apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +17 apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +20 Between Između
31 apps/frappe/frappe/custom/doctype/custom_field/custom_field.js +63 e.g.: npr:
32 DocType: Country Country Name Ime države
33 apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +58 Make a new Napravite novi
34 DocType: Workflow State Download Preuzmi
35 DocType: Website Settings Brand Image Slika brenda
36 apps/frappe/frappe/utils/bot.py +89 show Prikaži
37 DocType: Page Yes Da
38 DocType: Custom DocPerm Role Uloga
39 apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +583 apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +776 Totals Ukupno
40 apps/frappe/frappe/public/js/frappe/views/treeview.js +211 apps/frappe/frappe/public/js/frappe/views/treeview.js +183 Add Child Dodaj podređeni
41 apps/frappe/frappe/core/doctype/user/user.py +924 Invalid Password: Pogrešna lozinka:
42 DocType: System Settings System Settings Sistemska podešavanja
43 apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +40 To Date Do datuma
52 DocType: Web Form Success Message Poruka o uspjehu
53 apps/frappe/frappe/public/js/frappe/form/form_sidebar.js +62 {0} created this {1} {1} {0} je kreirao/la ovo.
54 DocType: Chat Profile Online Na mreži
55 apps/frappe/frappe/core/doctype/file/file.py +319 apps/frappe/frappe/core/doctype/file/file.py +320 Folder {0} does not exist Folder {0} ne postoji
56 DocType: Activity Log Subject Naslov
57 apps/frappe/frappe/public/js/frappe/views/file/file_view.js +75 Enter folder name Unesi naziv foldera
58 DocType: Workflow State Tags Tagovi
59 apps/frappe/frappe/patches/v6_19/comment_feed_communication.py +131 Assignment Dodjeljivanje
60 DocType: Workflow State move Kretanje
61 DocType: Language Language Jezik
62 apps/frappe/frappe/public/js/legacy/form.js +765 apps/frappe/frappe/public/js/legacy/form.js +769 Permanently Submit {0}? Trajno potvrdi {0} ?
63 DocType: Address Maintenance User Korisnik održavanja
64 DocType: Contact Image Slika
65 apps/frappe/frappe/public/js/frappe/model/model.js +522 Rename {0} Preimenuj {0}
68 Setup Wizard Čarobnjak za postavke
69 apps/frappe/frappe/core/report/feedback_ratings/feedback_ratings.js +33 From Date Od datuma
70 DocType: Data Import Amended From Izmijenjena iz
71 apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +164 apps/frappe/frappe/desk/doctype/desktop_icon/desktop_icon.py +166 Desktop Icon already exists Ikona na radnoj površini već postoji
72 DocType: Communication Attachment Removed Prilog uklonjen
73 DocType: Chat Room Users Korisnici
74 DocType: Data Import Import Log Log uvoza
82 apps/frappe/frappe/config/desk.py +32 Chat messages and other notifications. Poruke i ostala obavještenja.
83 apps/frappe/frappe/website/doctype/blog_post/blog_post.py +80 {0} comments {0} komentara
84 apps/frappe/frappe/public/js/frappe/socketio_client.js +313 Upload Failed Dodavanje priloga neuspješno
85 apps/frappe/frappe/public/js/frappe/form/toolbar.js +170 apps/frappe/frappe/public/js/frappe/form/toolbar.js +171 Customize Prilagodite
86 apps/frappe/frappe/core/page/permission_manager/permission_manager.js +310 Users with role {0}: Korisnici sa rolom {0} :
87 apps/frappe/frappe/core/page/permission_manager/permission_manager.js +417 Did not add Nije dodato
88 apps/frappe/frappe/config/desk.py +19 Files Fajlovi
90 apps/frappe/frappe/desk/reportview.py +268 No Tags Nema tag-ova
91 DocType: Workflow State picture Slika
92 DocType: Workflow State Edit Izmijeni
93 apps/frappe/frappe/public/js/frappe/views/treeview.js +268 apps/frappe/frappe/public/js/frappe/views/treeview.js +240 New {0} Novi {0}
94 apps/frappe/frappe/public/js/frappe/views/treeview.js +402 apps/frappe/frappe/public/js/frappe/views/treeview.js +374 Chart of Accounts Kontni plan
95 apps/frappe/frappe/email/doctype/email_group/email_group.js +9 View Pogledaj
96 DocType: Email Alert Print Settings Podešavanje štampanja
97 Modules Setup Podešavanje modula
105 DocType: Communication Email Email
106 apps/frappe/frappe/public/js/frappe/form/save.js +149 Mandatory fields required in {0} Obavezna polja koja se moraju unijeti u dijelu {0}
107 DocType: Chat Message Attachment Attachment Prilog
108 apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +8 apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +11 Not equals Nije jednak
109 DocType: Help Article Knowledge Base Contributor Saradnik zs bazu znanja
110 apps/frappe/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +127 Help on Search Pomoć oko pretrage
111 apps/frappe/frappe/public/js/frappe/ui/page.html +24 Menu Meni
119 apps/frappe/frappe/desk/page/activity/activity.js +58 Show Likes Prikaži lajkove
120 apps/frappe/frappe/config/core.py +27 Script or Query reports Skripte ili query izvještaji
121 apps/frappe/frappe/integrations/doctype/gsuite_templates/gsuite_templates.py +30 Added {0} Dodatо {0}
122 apps/frappe/frappe/public/js/frappe/views/treeview.js +400 apps/frappe/frappe/public/js/frappe/views/treeview.js +372 Add to Desktop Dodaj na radnu površinu
123 apps/frappe/frappe/public/js/frappe/upload.js +26 Upload Attachment Priloži datoteku
124 apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +64 Documentation Dokumentacija
125 apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +7 Gantt Gantogram
133 apps/frappe/frappe/email/doctype/email_alert/email_alert.js +20 Created On Kreirano
134 apps/frappe/frappe/website/doctype/blog_post/blog_post.py +78 1 comment 1 komentar
135 apps/frappe/frappe/public/js/frappe/form/multi_select_dialog.js +53 Date Range Opseg datuma
136 apps/frappe/frappe/public/js/frappe/views/treeview.js +73 apps/frappe/frappe/public/js/frappe/views/treeview.js +75 Expand All Proširi sve
137 apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js +111 New Novi
138 apps/frappe/frappe/core/doctype/file/file.py +183 apps/frappe/frappe/core/doctype/file/file.py +184 Cannot delete Home and Attachments folders Ne možete brisati foldere Naslovna i prilozi
139 DocType: User Desktop Background Pozadina radne površine
140 apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +50 Attach File Priloži dokument
141 DocType: ToDo High Visok
142 apps/frappe/frappe/website/doctype/web_form/templates/web_form.html +304 Payment Complete Plaćanje zaključeno
143 apps/frappe/frappe/www/printview.py +199 No {0} permission {0} Nema dozvolu
144 apps/frappe/frappe/public/js/frappe/list/list_view.js +734 apps/frappe/frappe/public/js/frappe/list/list_view.js +748 Delete {0} items permanently? Trajno obriši stavke{0} ?
145 DocType: Address Postal Code Poštanski broj
146 apps/frappe/frappe/workflow/doctype/workflow/workflow_list.js +7 Not active Nije aktivna
147 apps/frappe/frappe/public/js/frappe/views/kanban/kanban_column.html +19 Add Dodaj
148 DocType: Email Account Add Signature Dodaj potpis
152 apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js +193 Report {0} Izvještaj {0}
153 apps/frappe/frappe/public/js/frappe/views/communication.js +15 New Email Novi email
154 apps/frappe/frappe/public/js/frappe/ui/slides.js +29 Add More Dodaj još
155 apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +712 apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +913 Pick Columns Odaberi kolone
156 DocType: Footer Item Company Preduzeće
157 DocType: Address Purchase User Korisnik u nabavci
158 apps/frappe/frappe/public/js/frappe/model/model.js +18 Created By Kreirao
159 apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +981 Export Report: {0} Izvoz izvještaja: {0}
160 apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +13 Insert Below Ubacite ispod
161 apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +137 Assign To Dodijeli
162 apps/frappe/frappe/www/update-password.html +79 Invalid Password Pogrešna lozinka
170 apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +63 Shared With Podijeljeno sa
171 DocType: Contact Contact Kontakt
172 apps/frappe/frappe/desk/page/activity/activity_row.html +34 {0} {1} to {2} {0} {1} do {2}
apps/frappe/frappe/config/setup.py +42 Show / Hide Modules Prikaži / sakrij module
173 apps/frappe/frappe/templates/includes/comments/comments.html +25 Add Comment Dodaj komentar
174 DocType: Error Log Title Naslov
175 apps/frappe/frappe/public/js/frappe/form/templates/form_sidebar.html +44 Assign Dodijeli
176 DocType: Note Note Bilješke
177 apps/frappe/frappe/public/js/frappe/list/list_renderer.js +628 apps/frappe/frappe/public/js/frappe/list/list_renderer.js +629 No {0} found {0} nije nadjen
178 DocType: Email Group Newsletter Manager Menadžer newsletter-a
179 User Permissions Manager Menadžer prava pristupa korisnika
180 apps/frappe/frappe/core/doctype/communication/communication.js +77 Add Contact Dodaj kontakt
187 DocType: DocField Password Lozinka
188 DocType: Customize Form Image Field Polje sa slikom
189 apps/frappe/frappe/public/js/frappe/form/share.js +36 Shared with {0} Podijeljeno sa {0}
190 apps/frappe/frappe/public/js/frappe/form/toolbar.js +141 apps/frappe/frappe/public/js/frappe/form/toolbar.js +142 Duplicate Dupliraj
191 DocType: Blog Category Blogger Blogger
192 DocType: User Change Password Promjena lozinke
193 apps/frappe/frappe/public/js/frappe/views/treeview.js +364 apps/frappe/frappe/public/js/frappe/views/treeview.js +336 View List Prikaz liste
194 DocType: Communication Delivery Status Status isporuke
195 apps/frappe/frappe/printing/page/print_format_builder/print_format_builder.js +790 Saved Sačuvano
196 DocType: Workflow State share-alt Podijeli-alt
202 DocType: User Timezone Vremenska zona
203 DocType: Workflow State Refresh Osvježi
204 apps/frappe/frappe/core/doctype/file/test_file.py +57 Home/Test Folder 2 Nalovna/ Test Folder2
205 DocType: Contact Us Settings Email ID Email adresa
206 DocType: Chat Profile Status Status
207 apps/frappe/frappe/desk/query_report.py +28 Report {0} is disabled Izvještaj {0} јe onemogućen
208 apps/frappe/frappe/config/desktop.py +8 Tools Alati
209 DocType: Communication Deleted Obrisan
210 DocType: System Settings Setup Complete Podešavanje završeno
211 apps/frappe/frappe/core/doctype/user/user.js +97 apps/frappe/frappe/core/doctype/user/user.js +94 Reset Password Resetuju lozinku
212 DocType: Contact Salutation Titula
213 DocType: Activity Log Date Datum
214 Desktop Radna površina
215 apps/frappe/frappe/public/js/frappe/form/templates/set_sharing.html +39 Share this document with Podijelite ovaj dokument sa
216 apps/frappe/frappe/templates/pages/integrations/braintree_checkout.html +29 Pay Plati
217 apps/frappe/frappe/public/js/frappe/views/image/image_view.js +10 Images Slike
218 Document Share Report Izvještaj o dijeljenim dokumentima
219 apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +26 Tree Stablo
220 apps/frappe/frappe/desk/doctype/todo/todo.py +20 Assigned to {0}: {1} Dodijeljen {0}: {1}
221 DocType: Chat Message DocType: Chat Room Type Tip
222 DocType: DocField Attach Image Dodajte sliku
223 DocType: Custom DocPerm Submit Potvrdi
224 apps/frappe/frappe/public/js/frappe/form/save.js +156 Missing Fields Polja koja nisu unešena
234 DocType: Workflow Is Active Je aktivan
235 apps/frappe/frappe/www/login.html +82 Forgot Password Zaboravili ste lozinku
236 DocType: Page No Ne
237 apps/frappe/frappe/core/page/modules_setup/modules_setup.html +32 apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +866 Global Settings: Users will only be able to choose checked icons New Report name Globalna podešavanja: Korisnici će moći da odaberu samo označene ikone Novi naziv izvještaja
238 apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +673 apps/frappe/frappe/www/login.py +48 New Report name Mobile Number Novi naziv izvještaja Mobilni br. telefona
apps/frappe/frappe/www/login.py +48 Mobile Number Brij mobilnog tel
239 apps/frappe/frappe/public/js/frappe/model/indicator.js +19 Not Saved Nije sačuvano
240 apps/frappe/frappe/public/js/frappe/views/communication.js +346 apps/frappe/frappe/public/js/frappe/views/communication.js +347 Add Attachment Dodaj prilog
241 apps/frappe/frappe/public/js/frappe/views/gantt/gantt_view.js +135 Week Nedelja
242 DocType: Activity Log Full Name Puno ime
243 apps/frappe/frappe/public/js/frappe/form/quick_entry.js +202 Edit in full page Izmijeni u punoj strani
244 apps/frappe/frappe/public/js/legacy/form.js +793 apps/frappe/frappe/public/js/legacy/form.js +799 Permanently Cancel {0}? Trajno otkaži {0} ?
245 apps/frappe/frappe/core/doctype/data_import/exporter.py +62 Notes: Bilješke :
246 DocType: Email Alert Save Sačuvaj
247 apps/frappe/frappe/public/js/frappe/views/file/file_view.js +34 File Manager Fajlovi
248 apps/frappe/frappe/desk/doctype/bulk_update/bulk_update.py +23 ; not allowed in condition ; није дозвољенa у услову
249 DocType: File Folder Folder
250 apps/frappe/frappe/core/doctype/data_import/data_import.js +53 Help Pomoć
260 apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +25 Ctrl + Up Ctrl + up
261 DocType: Communication Assigned Dodijeljeno
262 DocType: Desktop Icon _report _izvještaj
263 apps/frappe/frappe/config/setup.py +140 apps/frappe/frappe/config/setup.py +133 Restore or permanently delete a document. Vrati ili trajno obriši dokument.
264 DocType: About Us Settings Website Manager Menadžer za web sajt
265 DocType: Address State Država (USA)
266 DocType: Activity Log Closed Zatvoreno
267 apps/frappe/frappe/core/doctype/has_role/has_role.py +12 User '{0}' already has the role '{1}' Korisnik '{0}' već sarži rolu '{1}'
268 apps/frappe/frappe/public/js/frappe/form/controls/link.js +169 Create a new {0} Kreirajte {0}
269 apps/frappe/frappe/config/setup.py +105 apps/frappe/frappe/config/setup.py +98 Import / Export Data Uvoz/ Izvoz podataka
270 apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.html +11 Loading... Učitavanje ...
271 apps/frappe/frappe/public/js/frappe/form/form_sidebar.js +59 {0} edited this {1} {1} {0} je izmijenio/la ovo
272 DocType: Error Log Error Log Log grešaka
273 DocType: DocField Description Opis
296 apps/frappe/frappe/contacts/report/addresses_and_contacts/addresses_and_contacts.js +22 Party Name Ime partije
297 apps/frappe/frappe/templates/print_formats/standard_macros.html +39 Sr Rb
298 DocType: Contact Purchase Master Manager Direktor nabavke
299 apps/frappe/frappe/core/doctype/file/file.py +234 DocType: User Folder {0} is not empty Last Login Folder {0} nije prazan Poslednja prijava
300 apps/frappe/frappe/core/doctype/file/file.py +235 Folder {0} is not empty Folder {0} nije prazan
301 DocType: Custom DocPerm Report Izvještaj
302 DocType: Communication User Tags Korisnički tagovi
303 apps/frappe/frappe/public/js/frappe/form/link_selector.js +106 Make a new {0} Napravite novi {0}
311 apps/frappe/frappe/core/page/permission_manager/permission_manager.js +492 Saved! Sačuvano!
312 apps/frappe/frappe/core/page/permission_manager/permission_manager_help.html +9 Add a New Role Dodaj novu rolu
313 apps/frappe/frappe/public/js/frappe/roles_editor.js +30 Add all roles Dodaj sve role
314 apps/frappe/frappe/public/js/frappe/form/toolbar.js +152 apps/frappe/frappe/public/js/frappe/form/toolbar.js +153 Reload Učitaj ponovo
315 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +56 to filter values between 5 & 10 za filtriranje vrijednosti između 5 i 10
316 DocType: ToDo Low Nizak
317 DocType: Integration Request Completed Završeno
318 apps/frappe/frappe/public/js/frappe/ui/filters/edit_filter.html +24 Apply Primijeni
319 apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +50 apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51 Yesterday Juče
320 apps/frappe/frappe/desk/query_report.py +227 Total Ukupno
321 apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +690 apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +883 Show Totals Prikaži ukupno
322 apps/frappe/frappe/public/js/frappe/ui/messages.js +219 Enter your password Unesite lozinku
323 apps/frappe/frappe/utils/bot.py +91 apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +513 Like Kao
324 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +928 Export Report: Izvoz izvještaja:
325 apps/frappe/frappe/public/js/frappe/list/list_sidebar.js +199 New Kanban Board Nova Kanban prikaz
326 DocType: DocType Image View Prikaz slike
327 apps/frappe/frappe/desk/doctype/event/event.py +66 Events In Today's Calendar Događaji u kalendaru na današnji dan.
328 DocType: Workflow State remove Ukloni
329 apps/frappe/frappe/email/doctype/email_group/email_group.js +45 New Newsletter Novi newsletter
330 DocType: Activity Log Message Poruka
331 apps/frappe/frappe/www/login.html +89 Back to Login Vrati se na prijavu
332 apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +32 Kanban Kanban
333 apps/frappe/frappe/core/page/permission_manager/permission_manager.js +141 Loading Učitavanje
334 apps/frappe/frappe/public/js/frappe/views/reports/reportview_footer.html +9 Show all data Prikaži sve podatke
335 DocType: Auto Email Report Weekly Nedeljni
336 apps/frappe/frappe/public/js/frappe/roles_editor.js +204 Role Permissions Prava pristupa rolama
337 DocType: Communication From Od
338 apps/frappe/frappe/core/doctype/file/test_file.py +74 Home/Test Folder 1/Test Folder 3 Naslovna / Test Folder1 / Test Folder3
339 DocType: Workflow State share Podijeli
340 apps/frappe/frappe/core/doctype/file/file.py +167 apps/frappe/frappe/core/doctype/file/file.py +168 Same file has already been attached to the record Isti fajl je već dodijeljen nekom zapisu
341 apps/frappe/frappe/core/doctype/user/user.js +74 Set Desktop Icons Podesi ikonice na radnoj površini
342 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +55 For ranges Za opsege
343 apps/frappe/frappe/public/js/frappe/form/controls/link.js +179 Advanced Search Napredna pretraga
apps/frappe/frappe/desk/page/applications/applications.js +47 Developer Tools Razvojni alati
344 DocType: Communication Error Greška
345 DocType: Address Warehouse Skladište
346 DocType: Workflow State Upload Priloži
347 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +54 For comparative filters, start with Za poređenja filterima, krenite sa
348 DocType: Workflow States Države
349 apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +58 Go Traži
350 apps/frappe/frappe/public/js/frappe/form/controls/date.js +114 Date must be in format: {0} Datum mora biti u formatu {0}
351 apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +51 apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +52 {0} days ago prije {0} dana
352 apps/frappe/frappe/public/js/frappe/form/templates/grid_body.html +20 Add Row Dodaj red
353 DocType: File Is Home Folder Da li je folder naslovna
354 apps/frappe/frappe/desk/doctype/todo/todo_list.js +7 To Do To Do
355 apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +12 apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +15 Not In Nije u
356 apps/frappe/frappe/public/js/frappe/form/footer/assign_to.js +134 Add to To Do Dodaj u To Do
357 apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +145 Created Kreirano
358 apps/frappe/frappe/public/js/frappe/form/link_selector.js +125 Added {0} ({1}) Dodato {0} ({1})
359 DocType: OAuth Client Advanced Settings Napredna podešavanja
360 DocType: Address Address Adresa
361 DocType: Email Account Email Addresses Email adrese
362 apps/frappe/frappe/public/js/frappe/views/treeview.js +86 apps/frappe/frappe/public/js/frappe/views/treeview.js +89 {0} Tree {0} stablo
363 apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +7 apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +10 Equals Jednak
364 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +402 Loading Report Učitavanje izvještaja
365 DocType: Address Address Line 1 Adresa 1
366 apps/frappe/frappe/public/js/frappe/views/kanban/kanban_board.html +4 Add a column Dodaj kolonu
367 Background Jobs Pozadinski procesi
368 DocType: Activity Log Login Prijava
369 DocType: Chat Message Chat Poruke
370 apps/frappe/frappe/config/setup.py +139 apps/frappe/frappe/config/setup.py +132 Deleted Documents Obrisana dokumenta
371 apps/frappe/frappe/public/js/frappe/form/print.js +252 apps/frappe/frappe/public/js/frappe/form/print.js +263 With Letter head Sa zaglavljem
372 apps/frappe/frappe/public/js/frappe/ui/filters/filter.js +10 apps/frappe/frappe/public/js/frappe/ui/filters/filters.js +513 Not Like Nije kao
373 DocType: DocType Setup Podešavanje
374 DocType: Data Import Import Status Status uvoza
375 apps/frappe/frappe/core/doctype/user/user.js +139 apps/frappe/frappe/core/doctype/user/user.js +136 Create User Email Kreiraj korisnički Email
376 DocType: Address Address Line 2 Adresa 2
377 apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +448 {0} from {1} to {2} {0} od {1} za {2}
378 apps/frappe/frappe/public/js/frappe/model/indicator.js +54 Draft Na čekanju
379 DocType: Contact Maintenance Manager Menadžer održavanja
380 apps/frappe/frappe/public/js/frappe/form/templates/grid_form.html +25 Ctrl + Down Ctrl + down
381 DocType: Data Import Data Import Uvoz podataka
382 apps/frappe/frappe/core/doctype/file/file.py +141 apps/frappe/frappe/core/doctype/file/file.py +142 Folder is mandatory Folder je obavezan podatak
383 apps/frappe/frappe/desk/reportview.py +112 {0} is saved {0} je sačuvan
384 DocType: DocField Datetime Datum vrijeme
385 DocType: Email Group Email Group Email grupa
386 apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +814 apps/frappe/frappe/core/page/desktop/desktop.py +12 {0} Report Add Employees to Manage Them Izvještaj {0} Dodaj zaposlenog u "Manage them"
387 apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +1024 {0} Report Izvještaj {0}
388 apps/frappe/frappe/public/js/frappe/list/list_sidebar.html +10 Reports Izvještaji
389 apps/frappe/frappe/public/js/frappe/model/model.js +25 Comments Komentari
390 DocType: Workflow State folder-open folder-otvori
391 apps/frappe/frappe/public/js/frappe/model/model.js +525 Merge with existing Spoji sa postojećim
392 DocType: Print Settings Send Print as PDF Štampaj u PDF
393 apps/frappe/frappe/public/js/frappe/ui/toolbar/navbar.html +35 My Settings Moja podešavanja
394 apps/frappe/frappe/public/js/frappe/ui/toolbar/search_utils.js +235 Email Inbox Email primljene
395 apps/frappe/frappe/www/list.html +4 {0} List {0} Lista
396 DocType: Report Letter Head Zaglavlje
397 apps/frappe/frappe/website/js/web_form.js +259 Uploading files please wait for a few seconds. Upload fajlova je u toku. Molimo sačekajte par sekundi. Prilaganje fajlova je u toku. Molimo sačekajte par sekundi.
398 DocType: Workflow State Home Naslovna
399 apps/frappe/frappe/public/js/frappe/desk.js +383 Session Expired Sesija je istekla
400 DocType: Communication Received Primljeno
401 DocType: User Login After Prijava nakon
402 apps/frappe/frappe/public/js/frappe/views/reports/query_report.js +86 PDF PDF
403 DocType: Contact Mobile No Mobilni br.
404 apps/frappe/frappe/public/js/frappe/ui/sort_selector.js +182 Most Used Najviše korišćeno
407 DocType: Contact Gender Pol
408 apps/frappe/frappe/templates/pages/integrations/payment-cancel.html +3 Payment Cancelled Plaćenje otkazano
409 DocType: DocField Report Hide Sakrij izvještaj
410 apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +777 apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +987 Setup Auto Email Podešavanje auto e-mail-a
411 apps/frappe/frappe/contacts/doctype/address/address.py +132 apps/frappe/frappe/contacts/doctype/address/address.py +134 Addresses Adrese
412 DocType: ToDo Assigned By Dodijelio od strane
413 DocType: Contact All Svi
414 DocType: Auto Email Report Report Filters Filteri na izvještaju
415 apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +53 apps/frappe/frappe/public/js/frappe/misc/pretty_date.js +54 {0} months ago Prije {0} mjeseci
416 DocType: User Modules Access Pristup modulima
417 DocType: Web Form Allow Comments Dozvoli komentare
418 DocType: User Login Before Prijava prije
419 apps/frappe/frappe/public/js/frappe/form/share.js +115 Share With Podijeli sa
420 apps/frappe/frappe/core/page/desktop/desktop.py +13 Add your Employees so you can manage leaves, expenses and payroll Dodaj Vaše zaposlene, tako da možete da upravljate odsustvom, troškovima i platnim spiskovima
421 apps/frappe/frappe/public/js/frappe/model/model.js +528 Rename Reimenuj
422 DocType: Address Links Linkovi
423 DocType: Contact Is Primary Contact Je primarni kontakt
424 apps/frappe/frappe/public/js/frappe/form/share.js +27 Shared with everyone Podijeljeno sa svima
425 apps/frappe/frappe/core/doctype/error_log/error_log_list.js +12 Clear Error Logs Očisti Log grešaka
426 DocType: DocShare Everyone Svi
429 apps/frappe/frappe/public/js/frappe/form/link_selector.js +146 {0} added Dodao je {0}
430 apps/frappe/frappe/core/page/permission_manager/permission_manager.js +443 Set Set
431 apps/frappe/frappe/desk/report/todo/todo.py +20 Assigned To/Owner Dodijeljeno / Vlasnik
432 apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +675 apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +868 Save As Sačuvaj kao
433 apps/frappe/frappe/model/naming.py +67 Naming Series mandatory Vrsta dokumenta je obavezna
434 apps/frappe/frappe/core/doctype/file/test_file.py +81 Test_Folder Test_folder
435 apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +147 apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +956 Add Column Select File Type Dodaj kolonu Odaberite tip datoteke
436 apps/frappe/frappe/public/js/frappe/views/reports/report_view.js +162 Add Column Dodaj kolonu
437 DocType: Communication Unshared Nije podijeljen
438 DocType: Help Article Knowledge Base Editor Urednik baze znanja
439 DocType: Report Report Name Naziv izvještaja
440 DocType: System Settings Session Expiry in Hours e.g. 06:00 Sesija ističe u satima npr. 06:00
441 DocType: Report Report Builder Generator izvještaja
442 apps/frappe/frappe/desk/report/todo/todo.py +19 ID ID
443 DocType: Custom DocPerm Cancel Otkaži
444 DocType: Contact Sales Master Manager Direktor prodaje
445 DocType: DocField Currency Valuta
446 DocType: Workflow State Print Štampaj
447 DocType: Workflow State Primary Primarni
448 DocType: ToDo Medium Srednji
449 DocType: Workflow State barcode barkod
450 DocType: Address Reference Vezni dokumenti
451 DocType: Custom Role Custom Role Prilagođjena rola
452 apps/frappe/frappe/public/js/frappe/form/footer/timeline.js +477 {0} from {1} to {2} in row #{3} {0} od {1} do {2} na poziciji # {3}
453 apps/frappe/frappe/public/js/frappe/upload.js +226 Uploading Prilaganje datoteke
454 DocType: Workflow State User Korisnik
455 DocType: File File Size Veličina fajla

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

44
npm-debug.log Normal file
View file

@ -0,0 +1,44 @@
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'run', 'production' ]
2 info using npm@3.9.3
3 info using node@v6.2.1
4 verbose run-script [ 'preproduction', 'production', 'postproduction' ]
5 info lifecycle frappe@~preproduction: frappe@
6 silly lifecycle frappe@~preproduction: no script for preproduction, continuing
7 info lifecycle frappe@~production: frappe@
8 verbose lifecycle frappe@~production: unsafe-perm in lifecycle true
9 verbose lifecycle frappe@~production: PATH: /usr/lib/node_modules/npm/bin/node-gyp-bin:/home/frappe/release-bench/apps/frappe/node_modules/.bin:/usr/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/frappe/.local/bin:/home/frappe/bin
10 verbose lifecycle frappe@~production: CWD: /home/frappe/release-bench/apps/frappe
11 silly lifecycle frappe@~production: Args: [ '-c', 'FRAPPE_ENV=production rollup -c' ]
12 info lifecycle frappe@~production: Failed to exec production script
13 verbose stack Error: frappe@ production: `FRAPPE_ENV=production rollup -c`
13 verbose stack spawn ENOENT
13 verbose stack at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/lib/utils/spawn.js:17:16)
13 verbose stack at emitTwo (events.js:106:13)
13 verbose stack at ChildProcess.emit (events.js:191:7)
13 verbose stack at maybeClose (internal/child_process.js:852:16)
13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5)
14 verbose pkgid frappe@
15 verbose cwd /home/frappe/release-bench/apps/frappe
16 error Linux 3.10.0-327.18.2.el7.x86_64
17 error argv "/usr/bin/node" "/usr/bin/npm" "run" "production"
18 error node v6.2.1
19 error npm v3.9.3
20 error file sh
21 error code ELIFECYCLE
22 error errno ENOENT
23 error syscall spawn
24 error frappe@ production: `FRAPPE_ENV=production rollup -c`
24 error spawn ENOENT
25 error Failed at the frappe@ production script 'FRAPPE_ENV=production rollup -c'.
25 error Make sure you have the latest version of node.js and npm installed.
25 error If you do, this is most likely a problem with the frappe package,
25 error not with npm itself.
25 error Tell the author that this fails on your system:
25 error FRAPPE_ENV=production rollup -c
25 error You can get information on how to open an issue for this project with:
25 error npm bugs frappe
25 error Or if that isn't available, you can get their info via:
25 error npm owner ls frappe
25 error There is likely additional logging output above.
26 verbose exit [ 1, true ]