blob: 80496eb63b6a98d52e975e81793174ca2d74597c [file] [log] [blame]
Frappe PR Botc0804792017-05-19 12:30:04 +05301DocType: Employee,Salary Mode,Mod de salariu
2DocType: Employee,Divorced,Divorțat/a
3apps/erpnext/erpnext/hub_node/doctype/hub_settings/hub_settings.py +96,Items already synced,Articole deja sincronizate
4DocType: Buying Settings,Allow Item to be added multiple times in a transaction,Permiteți Element care trebuie adăugate mai multe ori într-o tranzacție
5apps/erpnext/erpnext/support/doctype/warranty_claim/warranty_claim.py +33,Cancel Material Visit {0} before cancelling this Warranty Claim,Anulează Stivuitoare Vizitați {0} înainte de a anula acest revendicarea Garanție
6apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +19,Consumer Products,Produse consumator
Frappe PR Botd112ee52017-08-31 19:38:41 +05307DocType: Supplier Scorecard,Notify Supplier,Notificați furnizorul
Frappe PR Botc0804792017-05-19 12:30:04 +05308DocType: Item,Customer Items,Articole clientului
9DocType: Project,Costing and Billing,Calculație a costurilor și de facturare
Frappe PR Bot3ceab642017-07-04 16:08:14 +053010apps/erpnext/erpnext/accounts/doctype/account/account.py +52,Account {0}: Parent account {1} can not be a ledger,Contul {0}: cont Părinte {1} nu poate fi un registru
Frappe PR Botc0804792017-05-19 12:30:04 +053011DocType: Item,Publish Item to hub.erpnext.com,Publica Postul de hub.erpnext.com
12apps/erpnext/erpnext/config/setup.py +88,Email Notifications,Notificări Email
Frappe PR Bot3ceab642017-07-04 16:08:14 +053013apps/erpnext/erpnext/hr/doctype/employee/employee_dashboard.py +26,Evaluation,Evaluare
Frappe PR Botc0804792017-05-19 12:30:04 +053014DocType: Item,Default Unit of Measure,Unitatea de Măsură Implicita
15DocType: SMS Center,All Sales Partner Contact,Toate contactele partenerului de vânzări
16DocType: Employee,Leave Approvers,Aprobatori Concediu
17DocType: Sales Partner,Dealer,Comerciant
18DocType: Employee,Rented,Închiriate
19DocType: Purchase Order,PO-,po-
20DocType: POS Profile,Applicable for User,Aplicabil pentru utilizator
Frappe PR Bot3b128ca2017-07-25 11:46:16 +053021apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +196,"Stopped Production Order cannot be cancelled, Unstop it first to cancel","Oprit comandă de producție nu poate fi anulat, acesta unstop întâi pentru a anula"
Frappe PR Botc0804792017-05-19 12:30:04 +053022DocType: Vehicle Service,Mileage,distanță parcursă
23apps/erpnext/erpnext/accounts/doctype/asset/asset.js +231,Do you really want to scrap this asset?,Chiar vrei să resturi acest activ?
Frappe PR Bot7c901002017-06-07 12:05:29 +053024apps/erpnext/erpnext/buying/report/quoted_item_comparison/quoted_item_comparison.js +44,Select Default Supplier,Selectați Furnizor implicit
Frappe PR Botc0804792017-05-19 12:30:04 +053025apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +37,Currency is required for Price List {0},Moneda este necesară pentru lista de prețuri {0}
26DocType: Sales Taxes and Charges Template,* Will be calculated in the transaction.,* Va fi calculat în cadrul tranzacției.
27DocType: Purchase Order,Customer Contact,Clientul A lua legatura
28DocType: Job Applicant,Job Applicant,Solicitant loc de muncă
29apps/erpnext/erpnext/buying/doctype/supplier/supplier_dashboard.py +6,This is based on transactions against this Supplier. See timeline below for details,Aceasta se bazează pe tranzacțiile împotriva acestui furnizor. A se vedea calendarul de mai jos pentru detalii
30apps/erpnext/erpnext/hub_node/page/hub/hub_body.html +18,No more results.,Nu mai multe rezultate.
31apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +34,Legal,Juridic
Frappe PR Botfa042362017-07-17 17:50:36 +053032apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.js +174,Actual type tax cannot be included in Item rate in row {0},Taxa efectivă de tip nu poate fi inclusă în tariful articolului din rândul {0}
Frappe PR Botc0804792017-05-19 12:30:04 +053033DocType: Bank Guarantee,Customer,Client
34DocType: Purchase Receipt Item,Required By,Cerute de
35DocType: Delivery Note,Return Against Delivery Note,Reveni Împotriva livrare Nota
36DocType: Purchase Order,% Billed,% Facurat
37apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +43,Exchange Rate must be same as {0} {1} ({2}),Rata de schimb trebuie să fie aceeași ca și {0} {1} ({2})
38DocType: Sales Invoice,Customer Name,Nume client
39DocType: Vehicle,Natural Gas,Gaz natural
Frappe PR Bot3b128ca2017-07-25 11:46:16 +053040apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py +132,Bank account cannot be named as {0},Contul bancar nu poate fi numit ca {0}
Frappe PR Botc0804792017-05-19 12:30:04 +053041DocType: Account,Heads (or groups) against which Accounting Entries are made and balances are maintained.,Heads (sau grupuri) față de care înregistrările contabile sunt făcute și soldurile sunt menținute.
42apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +196,Outstanding for {0} cannot be less than zero ({1}),Restante pentru {0} nu poate fi mai mică decât zero ({1})
Frappe PR Botd112ee52017-08-31 19:38:41 +053043apps/erpnext/erpnext/hr/doctype/process_payroll/process_payroll.py +357,There are no submitted Salary Slips to process.,Nu există nicio plată a Salariilor care să fie procesată.
Frappe PR Botc0804792017-05-19 12:30:04 +053044DocType: Manufacturing Settings,Default 10 mins,Implicit 10 minute
45DocType: Leave Type,Leave Type Name,Denumire Tip Concediu
Frappe PR Bot7c901002017-06-07 12:05:29 +053046apps/erpnext/erpnext/templates/pages/projects.js +62,Show open,Afișați deschis
Frappe PR Botd112ee52017-08-31 19:38:41 +053047apps/erpnext/erpnext/setup/doctype/naming_series/naming_series.py +151,Series Updated Successfully,Seria Actualizat cu succes
Frappe PR Botc0804792017-05-19 12:30:04 +053048apps/erpnext/erpnext/templates/includes/cart/cart_dropdown.html +18,Checkout,Verifică
Frappe PR Bot3b128ca2017-07-25 11:46:16 +053049apps/erpnext/erpnext/hr/doctype/process_payroll/process_payroll.py +175,Accural Journal Entry Submitted,Accural Jurnal de intrare Introdus
Frappe PR Botc0804792017-05-19 12:30:04 +053050DocType: Pricing Rule,Apply On,Se aplică pe
51DocType: Item Price,Multiple Item prices.,Mai multe prețuri element.
52,Purchase Order Items To Be Received,Achiziția comandă elementele de încasat
53DocType: SMS Center,All Supplier Contact,Toate contactele furnizorului
54DocType: Support Settings,Support Settings,Setări de sprijin
Frappe PR Bot3ceab642017-07-04 16:08:14 +053055apps/erpnext/erpnext/projects/doctype/project/project.py +65,Expected End Date can not be less than Expected Start Date,Așteptat Data de încheiere nu poate fi mai mică de Data de începere așteptată
Frappe PR Botc0804792017-05-19 12:30:04 +053056apps/erpnext/erpnext/utilities/transaction_base.py +110,Row #{0}: Rate must be same as {1}: {2} ({3} / {4}) ,Row # {0}: Rata trebuie să fie aceeași ca și {1}: {2} ({3} / {4})
57apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +282,New Leave Application,Noua cerere de concediu
58,Batch Item Expiry Status,Lot Articol Stare de expirare
Frappe PR Bot3ceab642017-07-04 16:08:14 +053059apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +153,Bank Draft,Ciorna bancară
Frappe PR Botc0804792017-05-19 12:30:04 +053060DocType: Mode of Payment Account,Mode of Payment Account,Modul de cont de plăți
Frappe PR Bot59ee45a2017-06-01 19:05:28 +053061apps/erpnext/erpnext/stock/doctype/item/item.js +56,Show Variants,Arată Variante
Frappe PR Botc0804792017-05-19 12:30:04 +053062DocType: Academic Term,Academic Term,termen academic
63apps/erpnext/erpnext/projects/doctype/project/project_dashboard.py +14,Material,Material
Frappe PR Bot3b128ca2017-07-25 11:46:16 +053064apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +670,Quantity,Cantitate
Frappe PR Botc0804792017-05-19 12:30:04 +053065apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +546,Accounts table cannot be blank.,Planul de conturi nu poate fi gol.
Frappe PR Bot3ceab642017-07-04 16:08:14 +053066apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +154,Loans (Liabilities),Imprumuturi (Raspunderi)
Frappe PR Botc0804792017-05-19 12:30:04 +053067DocType: Employee Education,Year of Passing,Ani de la promovarea
Frappe PR Botc0804792017-05-19 12:30:04 +053068DocType: Item,Country of Origin,Tara de origine
Frappe PR Bot3ceab642017-07-04 16:08:14 +053069apps/erpnext/erpnext/templates/includes/product_page.js +24,In Stock,În Stoc
Frappe PR Botc0804792017-05-19 12:30:04 +053070apps/erpnext/erpnext/setup/doctype/email_digest/templates/default.html +46,Open Issues,Probleme deschise
71DocType: Production Plan Item,Production Plan Item,Planul de producție Articol
72apps/erpnext/erpnext/hr/doctype/employee/employee.py +144,User {0} is already assigned to Employee {1},Utilizatorul {0} este deja alocat Angajat {1}
73apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +31,Health Care,Servicii de Sanatate
74apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py +65,Delay in payment (Days),Întârziere de plată (zile)
75apps/erpnext/erpnext/hr/report/vehicle_expenses/vehicle_expenses.py +26,Service Expense,Cheltuieli de serviciu
Frappe PR Botd112ee52017-08-31 19:38:41 +053076apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +870,Serial Number: {0} is already referenced in Sales Invoice: {1},Numărul de serie: {0} este deja menționat în factura de vânzare: {1}
77apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +824,Invoice,Factură
Frappe PR Botc0804792017-05-19 12:30:04 +053078DocType: Maintenance Schedule Item,Periodicity,Periodicitate
79apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.py +21,Fiscal Year {0} is required,Anul fiscal {0} este necesară
Frappe PR Botc0804792017-05-19 12:30:04 +053080apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +21,Defense,Apărare
81DocType: Salary Component,Abbr,Presc
82DocType: Appraisal Goal,Score (0-5),Scor (0-5)
83apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +225,Row {0}: {1} {2} does not match with {3},Rând {0}: {1} {2} nu se potrivește cu {3}
84apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +75,Row # {0}:,
85DocType: Timesheet,Total Costing Amount,Suma totală Costing
86DocType: Delivery Note,Vehicle No,Vehicul Nici
Frappe PR Bot3b128ca2017-07-25 11:46:16 +053087apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +154,Please select Price List,Vă rugăm să selectați lista de prețuri
Frappe PR Botc0804792017-05-19 12:30:04 +053088apps/erpnext/erpnext/accounts/doctype/bank_reconciliation/bank_reconciliation.py +78,Row #{0}: Payment document is required to complete the trasaction,Row # {0}: Document de plată este necesară pentru a finaliza trasaction
89DocType: Production Order Operation,Work In Progress,Lucrări în curs
90apps/erpnext/erpnext/schools/report/absent_student_report/absent_student_report.py +13,Please select date,Vă rugăm să selectați data
91DocType: Employee,Holiday List,Lista de Vacanță
Frappe PR Botd112ee52017-08-31 19:38:41 +053092apps/erpnext/erpnext/public/js/setup_wizard.js +216,Accountant,Contabil
Frappe PR Botc0804792017-05-19 12:30:04 +053093DocType: Cost Center,Stock User,Stoc de utilizare
94DocType: Company,Phone No,Nu telefon
95apps/erpnext/erpnext/schools/doctype/course_scheduling_tool/course_scheduling_tool.py +50,Course Schedules created:,Orarele de curs creat:
96apps/erpnext/erpnext/controllers/recurring_document.py +135,New {0}: #{1},Nou {0}: # {1}
97,Sales Partners Commission,Agent vânzări al Comisiei
Frappe PR Bot3ceab642017-07-04 16:08:14 +053098apps/erpnext/erpnext/setup/doctype/company/company.py +45,Abbreviation cannot have more than 5 characters,Prescurtarea nu poate contine mai mult de 5 caractere
Frappe PR Botc0804792017-05-19 12:30:04 +053099DocType: Payment Request,Payment Request,Cerere de plata
100DocType: Asset,Value After Depreciation,Valoarea după amortizare
101DocType: Employee,O+,O +
102apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt_dashboard.py +17,Related,Legate de
103apps/erpnext/erpnext/hr/doctype/attendance/attendance.py +43,Attendance date can not be less than employee's joining date,Data de prezență nu poate fi mai mică decât data aderării angajatului
104DocType: Grading Scale,Grading Scale Name,Standard Nume Scala
Frappe PR Botfa042362017-07-17 17:50:36 +0530105apps/erpnext/erpnext/accounts/doctype/account/account.js +41,This is a root account and cannot be edited.,Acesta este un cont de rădăcină și nu pot fi editate.
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530106DocType: Sales Invoice,Company Address,adresa companiei
Frappe PR Botc0804792017-05-19 12:30:04 +0530107DocType: BOM,Operations,Operatii
108apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +38,Cannot set authorization on basis of Discount for {0},Nu se poate seta autorizare pe baza de Discount pentru {0}
109DocType: Rename Tool,"Attach .csv file with two columns, one for the old name and one for the new name","Atașați fișier .csv cu două coloane, una pentru denumirea veche și unul pentru denumirea nouă"
110apps/erpnext/erpnext/accounts/utils.py +73,{0} {1} not in any active Fiscal Year.,{0} {1} nu se gaseste in niciun an fiscal activ.
111DocType: Packed Item,Parent Detail docname,Părinte Detaliu docname
Frappe PR Bot7c901002017-06-07 12:05:29 +0530112apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py +69,"Reference: {0}, Item Code: {1} and Customer: {2}","Referință: {0}, Cod articol: {1} și Client: {2}"
Frappe PR Botd112ee52017-08-31 19:38:41 +0530113apps/erpnext/erpnext/public/js/setup_wizard.js +310,Kg,Kg
Frappe PR Botc0804792017-05-19 12:30:04 +0530114DocType: Student Log,Log,Buturuga
115apps/erpnext/erpnext/config/hr.py +45,Opening for a Job.,Deschidere pentru un loc de muncă.
116DocType: Item Attribute,Increment,Creștere
Frappe PR Bot7c901002017-06-07 12:05:29 +0530117apps/erpnext/erpnext/public/js/stock_analytics.js +61,Select Warehouse...,Selectați Depozit ...
Frappe PR Botc0804792017-05-19 12:30:04 +0530118apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +6,Advertising,Publicitate
119apps/erpnext/erpnext/accounts/doctype/mode_of_payment/mode_of_payment.py +22,Same Company is entered more than once,Aceeași societate este înscris de mai multe ori
120DocType: Employee,Married,Căsătorit
Frappe PR Botd112ee52017-08-31 19:38:41 +0530121apps/erpnext/erpnext/accounts/party.py +44,Not permitted for {0},Nu este permisă {0}
Frappe PR Botfa042362017-07-17 17:50:36 +0530122apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +568,Get items from,Obține elemente din
Frappe PR Botd112ee52017-08-31 19:38:41 +0530123apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +455,Stock cannot be updated against Delivery Note {0},Stock nu poate fi actualizat împotriva livrare Nota {0}
Frappe PR Botc0804792017-05-19 12:30:04 +0530124apps/erpnext/erpnext/templates/pages/home.py +25,Product {0},Produs {0}
Frappe PR Bot59ee45a2017-06-01 19:05:28 +0530125apps/erpnext/erpnext/templates/generators/item_group.html +43,No items listed,Nu sunt enumerate elemente
Frappe PR Botc0804792017-05-19 12:30:04 +0530126DocType: Payment Reconciliation,Reconcile,Reconcilierea
127apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +30,Grocery,Băcănie
128DocType: Quality Inspection Reading,Reading 1,Reading 1
129DocType: Process Payroll,Make Bank Entry,Asigurați-Bank intrare
130apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +40,Pension Funds,Fondurile de pensii
Frappe PR Bot59ee45a2017-06-01 19:05:28 +0530131apps/erpnext/erpnext/accounts/doctype/asset/asset.py +88,Next Depreciation Date cannot be before Purchase Date,În continuare Amortizarea Data nu poate fi înainte Data achiziției
Frappe PR Botc0804792017-05-19 12:30:04 +0530132DocType: SMS Center,All Sales Person,Toate persoanele de vânzăril
133DocType: Monthly Distribution,**Monthly Distribution** helps you distribute the Budget/Target across months if you have seasonality in your business.,** Lunar Distribuție ** vă ajută să distribuie bugetul / Target peste luni dacă aveți sezonier în afacerea dumneavoastră.
Frappe PR Botd112ee52017-08-31 19:38:41 +0530134apps/erpnext/erpnext/accounts/page/pos/pos.js +1691,Not items found,Nu au fost găsite articole
135apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +181,Salary Structure Missing,Structura de salarizare lipsă
Frappe PR Botc0804792017-05-19 12:30:04 +0530136DocType: Lead,Person Name,Nume persoană
137DocType: Sales Invoice Item,Sales Invoice Item,Factură de vânzări Postul
138DocType: Account,Credit,Credit
139DocType: POS Profile,Write Off Cost Center,Scrie Off cost Center
Frappe PR Botd112ee52017-08-31 19:38:41 +0530140apps/erpnext/erpnext/public/js/setup_wizard.js +99,"e.g. ""Primary School"" or ""University""","de exemplu, "Școala primară" sau "Universitatea""
Frappe PR Botc0804792017-05-19 12:30:04 +0530141apps/erpnext/erpnext/config/stock.py +32,Stock Reports,Rapoarte de stoc
142DocType: Warehouse,Warehouse Detail,Depozit Detaliu
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530143apps/erpnext/erpnext/selling/doctype/customer/customer.py +161,Credit limit has been crossed for customer {0} {1}/{2},Limita de credit a fost trecut de client {0} {1} / {2}
Frappe PR Botc0804792017-05-19 12:30:04 +0530144apps/erpnext/erpnext/schools/doctype/academic_term/academic_term.py +33,The Term End Date cannot be later than the Year End Date of the Academic Year to which the term is linked (Academic Year {}). Please correct the dates and try again.,Pe termen Data de încheiere nu poate fi mai târziu de Anul Data de încheiere a anului universitar la care este legat termenul (anului universitar {}). Vă rugăm să corectați datele și încercați din nou.
Frappe PR Botd112ee52017-08-31 19:38:41 +0530145apps/erpnext/erpnext/stock/doctype/item/item.py +467,"""Is Fixed Asset"" cannot be unchecked, as Asset record exists against the item","""Este activ fix"" nu poate fi debifată deoarece există informații împotriva produsului"
Frappe PR Botc0804792017-05-19 12:30:04 +0530146DocType: Vehicle Service,Brake Oil,Ulei de frână
147DocType: Tax Rule,Tax Type,Tipul de impozitare
Frappe PR Botd112ee52017-08-31 19:38:41 +0530148apps/erpnext/erpnext/controllers/taxes_and_totals.py +552,Taxable Amount,Sumă impozabilă
Frappe PR Botc0804792017-05-19 12:30:04 +0530149apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +160,You are not authorized to add or update entries before {0},Nu sunteți autorizat să adăugați sau să actualizați intrări înainte de {0}
150DocType: BOM,Item Image (if not slideshow),Imagine Articol (dacă nu exista prezentare)
151apps/erpnext/erpnext/setup/doctype/customer_group/customer_group.py +20,An Customer exists with same name,Există un client cu același nume
152DocType: Production Order Operation,(Hour Rate / 60) * Actual Operation Time,(Tarif orar / 60) * Timp efectiv de operare
Frappe PR Botd112ee52017-08-31 19:38:41 +0530153apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.js +1048,Row #{0}: Reference Document Type must be one of Expense Claim or Journal Entry,Rândul # {0}: Tipul de document de referință trebuie să fie una dintre revendicările de cheltuieli sau intrări în jurnal
154apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +907,Select BOM,Selectați BOM
Frappe PR Botc0804792017-05-19 12:30:04 +0530155DocType: SMS Log,SMS Log,SMS Conectare
156apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +27,Cost of Delivered Items,Costul de articole livrate
157apps/erpnext/erpnext/hr/doctype/holiday_list/holiday_list.py +38,The holiday on {0} is not between From Date and To Date,Vacanta pe {0} nu este între De la data si pana in prezent
158DocType: Student Log,Student Log,Jurnal de student
159DocType: Quality Inspection,Get Specification Details,Obține detaliile specificațiilor
Frappe PR Botd112ee52017-08-31 19:38:41 +0530160apps/erpnext/erpnext/config/buying.py +165,Templates of supplier standings.,Modele de clasificare a furnizorilor.
Frappe PR Botc0804792017-05-19 12:30:04 +0530161DocType: Lead,Interested,Interesat
162apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +171,Opening,Deschidere
163apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +28,From {0} to {1},De la {0} {1} la
164DocType: Item,Copy From Item Group,Copiere din Grupul de Articole
165DocType: Journal Entry,Opening Entry,Deschiderea de intrare
166apps/erpnext/erpnext/accounts/doctype/cheque_print_template/cheque_print_template.js +25,Account Pay Only,Contul Plătiți numai
167DocType: Employee Loan,Repay Over Number of Periods,Rambursa Peste Număr de Perioade
Frappe PR Botc0804792017-05-19 12:30:04 +0530168DocType: Stock Entry,Additional Costs,Costuri suplimentare
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530169apps/erpnext/erpnext/accounts/doctype/account/account.py +141,Account with existing transaction can not be converted to group.,Un cont cu tranzacții existente nu poate fi transformat în grup.
Frappe PR Botd112ee52017-08-31 19:38:41 +0530170apps/erpnext/erpnext/schools/doctype/instructor/instructor.py +15,Please setup Instructor Naming System in School > School Settings,Vă rugăm să configurați Sistemul de denumire a instructorilor în școală> Setări școlare
Frappe PR Botc0804792017-05-19 12:30:04 +0530171DocType: Lead,Product Enquiry,Intrebare produs
172DocType: Academic Term,Schools,școli
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530173DocType: School Settings,Validate Batch for Students in Student Group,Validați lotul pentru elevii din grupul de studenți
Frappe PR Botc0804792017-05-19 12:30:04 +0530174apps/erpnext/erpnext/hr/doctype/attendance/attendance.py +35,No leave record found for employee {0} for {1},Nici o înregistrare de concediu găsite pentru angajat {0} pentru {1}
175apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +23,Please enter company first,Va rugam sa introduceti prima companie
Frappe PR Botd112ee52017-08-31 19:38:41 +0530176apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +358,Please select Company first,Vă rugăm să selectați Company primul
Frappe PR Botc0804792017-05-19 12:30:04 +0530177DocType: Employee Education,Under Graduate,Sub Absolvent
178apps/erpnext/erpnext/selling/report/sales_person_target_variance_item_group_wise/sales_person_target_variance_item_group_wise.js +27,Target On,Țintă pe
179DocType: BOM,Total Cost,Cost total
180DocType: Journal Entry Account,Employee Loan,angajat de împrumut
Frappe PR Bot3b128ca2017-07-25 11:46:16 +0530181apps/erpnext/erpnext/hr/doctype/process_payroll/process_payroll.js +108,Activity Log:,Jurnal Activitati:
Frappe PR Botd112ee52017-08-31 19:38:41 +0530182apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +245,Item {0} does not exist in the system or has expired,Articolul {0} nu există în sistem sau a expirat
Frappe PR Botc0804792017-05-19 12:30:04 +0530183apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +44,Real Estate,Imobiliare
Frappe PR Botbfdb7262017-07-11 15:20:11 +0530184apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.html +1,Statement of Account,Extras de cont
Frappe PR Botc0804792017-05-19 12:30:04 +0530185apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +41,Pharmaceuticals,Produse farmaceutice
186DocType: Purchase Invoice Item,Is Fixed Asset,Este activ fix
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530187apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +234,"Available qty is {0}, you need {1}","Numele tau este {0}, ai nevoie de {1}"
Frappe PR Botc0804792017-05-19 12:30:04 +0530188DocType: Expense Claim Detail,Claim Amount,Suma Cerere
Frappe PR Botd112ee52017-08-31 19:38:41 +0530189apps/erpnext/erpnext/accounts/doctype/pos_profile/pos_profile.py +51,Duplicate customer group found in the cutomer group table,grup de clienți dublu exemplar găsit în tabelul grupului cutomer
Frappe PR Bot7c901002017-06-07 12:05:29 +0530190apps/erpnext/erpnext/buying/page/purchase_analytics/purchase_analytics.js +31,Supplier Type / Supplier,Furnizor Tip / Furnizor
Frappe PR Botc0804792017-05-19 12:30:04 +0530191DocType: Naming Series,Prefix,Prefix
Frappe PR Botd112ee52017-08-31 19:38:41 +0530192apps/erpnext/erpnext/public/js/setup_wizard.js +307,Consumable,Consumabile
Frappe PR Botc0804792017-05-19 12:30:04 +0530193DocType: Employee,B-,B-
194DocType: Upload Attendance,Import Log,Import Conectare
195DocType: Production Planning Tool,Pull Material Request of type Manufacture based on the above criteria,Pull Material Cerere de tip Fabricare pe baza criteriilor de mai sus
196DocType: Training Result Employee,Grade,calitate
197DocType: Sales Invoice Item,Delivered By Supplier,Livrate de Furnizor
198DocType: SMS Center,All Contact,Toate contactele
Frappe PR Botd112ee52017-08-31 19:38:41 +0530199apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +895,Production Order already created for all items with BOM,Comanda de producție deja creat pentru toate elementele cu BOM
200apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +193,Annual Salary,Salariu anual
Frappe PR Botc0804792017-05-19 12:30:04 +0530201DocType: Daily Work Summary,Daily Work Summary,Sumar zilnic de lucru
202DocType: Period Closing Voucher,Closing Fiscal Year,Închiderea Anului Fiscal
Frappe PR Botd112ee52017-08-31 19:38:41 +0530203apps/erpnext/erpnext/accounts/party.py +357,{0} {1} is frozen,{0} {1} este blocat
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530204apps/erpnext/erpnext/setup/doctype/company/company.py +139,Please select Existing Company for creating Chart of Accounts,Vă rugăm să selectați Companie pentru crearea Existent Plan de conturi
205apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +80,Stock Expenses,Cheltuieli stoc
Frappe PR Botc0804792017-05-19 12:30:04 +0530206apps/erpnext/erpnext/stock/doctype/batch/batch.js +91,Select Target Warehouse,Selectați Target Warehouse
207apps/erpnext/erpnext/stock/doctype/batch/batch.js +91,Select Target Warehouse,Selectați Target Warehouse
208apps/erpnext/erpnext/hr/doctype/employee/employee.js +80,Please enter Preferred Contact Email,Vă rugăm să introduceți preferate Contact E-mail
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530209DocType: Program Enrollment,School Bus,Autobuz scolar
Frappe PR Botc0804792017-05-19 12:30:04 +0530210DocType: Journal Entry,Contra Entry,Contra intrare
211DocType: Journal Entry Account,Credit in Company Currency,Credit în companie valutar
212DocType: Delivery Note,Installation Status,Starea de instalare
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530213apps/erpnext/erpnext/schools/doctype/student_attendance_tool/student_attendance_tool.js +135,"Do you want to update attendance?<br>Present: {0}\
Frappe PR Botc0804792017-05-19 12:30:04 +0530214 <br>Absent: {1}",Doriți să actualizați prezență? <br> Prezent: {0} \ <br> Absent: {1}
Frappe PR Botd112ee52017-08-31 19:38:41 +0530215apps/erpnext/erpnext/controllers/buying_controller.py +323,Accepted + Rejected Qty must be equal to Received quantity for Item {0},Cant acceptată + respinsă trebuie să fie egală cu cantitatea recepționată pentru articolul {0}
Frappe PR Botc0804792017-05-19 12:30:04 +0530216DocType: Request for Quotation,RFQ-,RFQ-
217DocType: Item,Supply Raw Materials for Purchase,Materii prime de alimentare pentru cumparare
Frappe PR Botd112ee52017-08-31 19:38:41 +0530218apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +148,At least one mode of payment is required for POS invoice.,Cel puțin un mod de plată este necesară pentru POS factură.
Frappe PR Botc0804792017-05-19 12:30:04 +0530219DocType: Products Settings,Show Products as a List,Afișare produse ca o listă
220DocType: Upload Attendance,"Download the Template, fill appropriate data and attach the modified file.
221All dates and employee combination in the selected period will come in the template, with existing attendance records","Descărcați șablonul, umple de date corespunzătoare și atașați fișierul modificat.
222 Toate datele și angajat combinație în perioada selectata va veni în șablon, cu înregistrări nervi existente"
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530223apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +482,Item {0} is not active or end of life has been reached,Articolul {0} nu este activ sau sfarsitul ciclului sau de viata a fost atins
Frappe PR Botd112ee52017-08-31 19:38:41 +0530224apps/erpnext/erpnext/public/js/setup_wizard.js +346,Example: Basic Mathematics,Exemplu: matematică de bază
Frappe PR Bot3b128ca2017-07-25 11:46:16 +0530225apps/erpnext/erpnext/controllers/accounts_controller.py +670,"To include tax in row {0} in Item rate, taxes in rows {1} must also be included","Pentru a include taxa în rândul {0} în rata articol, impozitele în rânduri {1} trebuie de asemenea să fie incluse"
Frappe PR Botc0804792017-05-19 12:30:04 +0530226apps/erpnext/erpnext/config/hr.py +214,Settings for HR Module,Setările pentru modul HR
227DocType: SMS Center,SMS Center,SMS Center
228DocType: Sales Invoice,Change Amount,Sumă schimbare
Frappe PR Botd112ee52017-08-31 19:38:41 +0530229DocType: BOM Update Tool,New BOM,Nou BOM
230apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +117,Please enter Delivery Date,Introduceți data livrării
Frappe PR Botc0804792017-05-19 12:30:04 +0530231DocType: Depreciation Schedule,Make Depreciation Entry,Asigurați-vă Amortizarea Intrare
232DocType: Appraisal Template Goal,KRA,KRA
233DocType: Lead,Request Type,Cerere tip
Frappe PR Bot59ee45a2017-06-01 19:05:28 +0530234apps/erpnext/erpnext/hr/doctype/offer_letter/offer_letter.js +17,Make Employee,Asigurați-angajat
Frappe PR Botc0804792017-05-19 12:30:04 +0530235apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +14,Broadcasting,Transminiune
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530236apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +160,Execution,Executie
Frappe PR Botc0804792017-05-19 12:30:04 +0530237apps/erpnext/erpnext/config/manufacturing.py +62,Details of the operations carried out.,Detalii privind operațiunile efectuate.
238DocType: Serial No,Maintenance Status,Stare Mentenanta
239apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +56,{0} {1}: Supplier is required against Payable account {2},{0} {1}: furnizor este necesar împotriva contului de plati {2}
240apps/erpnext/erpnext/config/selling.py +52,Items and Pricing,Articole și Prețuri
241apps/erpnext/erpnext/projects/doctype/project/project_dashboard.html +2,Total hours: {0},Numărul total de ore: {0}
242apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.py +43,From Date should be within the Fiscal Year. Assuming From Date = {0},De la data trebuie să fie în anul fiscal. Presupunând că la data = {0}
243DocType: Customer,Individual,Individual
244DocType: Interest,Academics User,cadre universitare utilizator
245DocType: Cheque Print Template,Amount In Figure,Suma în Figura
246DocType: Employee Loan Application,Loan Info,Creditul Info
247apps/erpnext/erpnext/config/maintenance.py +12,Plan for maintenance visits.,Planul de de vizite de întreținere.
Frappe PR Botd112ee52017-08-31 19:38:41 +0530248DocType: Supplier Scorecard Period,Supplier Scorecard Period,Perioada de evaluare a furnizorului
Frappe PR Botc0804792017-05-19 12:30:04 +0530249DocType: POS Profile,Customer Groups,grupurile de clienti
Frappe PR Bot59ee45a2017-06-01 19:05:28 +0530250apps/erpnext/erpnext/public/js/financial_statements.js +51,Financial Statements,Situațiile financiare
Frappe PR Botc0804792017-05-19 12:30:04 +0530251DocType: Guardian,Students,Elevi
252apps/erpnext/erpnext/config/selling.py +91,Rules for applying pricing and discount.,Normele de aplicare de stabilire a prețurilor și de scont.
253apps/erpnext/erpnext/stock/doctype/price_list/price_list.py +14,Price List must be applicable for Buying or Selling,Lista de prețuri trebuie să fie aplicabilă pentru cumpărarea sau vânzarea de
254apps/erpnext/erpnext/selling/doctype/installation_note/installation_note.py +79,Installation date cannot be before delivery date for Item {0},Data de instalare nu poate fi înainte de data de livrare pentru postul {0}
255DocType: Pricing Rule,Discount on Price List Rate (%),Reducere la Lista de preturi Rate (%)
256DocType: Offer Letter,Select Terms and Conditions,Selectați Termeni și condiții
Frappe PR Bot3b128ca2017-07-25 11:46:16 +0530257apps/erpnext/erpnext/stock/report/stock_balance/stock_balance.py +60,Out Value,Valoarea afară
Frappe PR Botc0804792017-05-19 12:30:04 +0530258DocType: Production Planning Tool,Sales Orders,Comenzi de vânzări
259DocType: Purchase Taxes and Charges,Valuation,Evaluare
260,Purchase Order Trends,Comandă de aprovizionare Tendințe
261apps/erpnext/erpnext/templates/emails/request_for_quotation.html +7,The request for quotation can be accessed by clicking on the following link,Cererea de ofertă poate fi accesată făcând clic pe link-ul de mai jos
262apps/erpnext/erpnext/config/hr.py +81,Allocate leaves for the year.,Alocaţi concedii anuale.
263DocType: SG Creation Tool Course,SG Creation Tool Course,SG Creare curs Unealtă
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530264apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +236,Insufficient Stock,stoc insuficient
Frappe PR Botc0804792017-05-19 12:30:04 +0530265DocType: Manufacturing Settings,Disable Capacity Planning and Time Tracking,Planificarea Capacitatii Dezactivați și Time Tracking
266DocType: Email Digest,New Sales Orders,Noi comenzi de vânzări
267DocType: Bank Guarantee,Bank Account,Cont bancar
268DocType: Leave Type,Allow Negative Balance,Permiteţi sold negativ
Frappe PR Botd112ee52017-08-31 19:38:41 +0530269apps/erpnext/erpnext/projects/doctype/project_type/project_type.py +13,You cannot delete Project Type 'External',Nu puteți șterge tipul de proiect &quot;extern&quot;
Frappe PR Botc0804792017-05-19 12:30:04 +0530270DocType: Employee,Create User,Creaza utilizator
271DocType: Selling Settings,Default Territory,Teritoriu Implicit
272apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +53,Television,Televiziune
273DocType: Production Order Operation,Updated via 'Time Log',"Actualizat prin ""Ora Log"""
Frappe PR Botd112ee52017-08-31 19:38:41 +0530274apps/erpnext/erpnext/controllers/taxes_and_totals.py +424,Advance amount cannot be greater than {0} {1},Suma avans nu poate fi mai mare decât {0} {1}
Frappe PR Botc0804792017-05-19 12:30:04 +0530275DocType: Naming Series,Series List for this Transaction,Lista de serie pentru această tranzacție
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530276DocType: Company,Enable Perpetual Inventory,Activați inventarul perpetuu
Frappe PR Botc0804792017-05-19 12:30:04 +0530277DocType: Company,Default Payroll Payable Account,Implicit Salarizare cont de plati
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530278apps/erpnext/erpnext/schools/doctype/student_group/student_group.js +51,Update Email Group,Actualizare e-mail Group
Frappe PR Botc0804792017-05-19 12:30:04 +0530279DocType: Sales Invoice,Is Opening Entry,Deschiderea este de intrare
280DocType: Customer Group,Mention if non-standard receivable account applicable,Menționa dacă non-standard de cont primit aplicabil
281DocType: Course Schedule,Instructor Name,Nume instructor
Frappe PR Botd112ee52017-08-31 19:38:41 +0530282DocType: Supplier Scorecard,Criteria Setup,Setarea criteriilor
Frappe PR Bot3b128ca2017-07-25 11:46:16 +0530283apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +179,For Warehouse is required before Submit,Pentru Depozit este necesar înainte de Inregistrare
Frappe PR Botc0804792017-05-19 12:30:04 +0530284apps/erpnext/erpnext/accounts/print_format/payment_receipt_voucher/payment_receipt_voucher.html +8,Received On,Primit la
285DocType: Sales Partner,Reseller,Reseller
286DocType: Production Planning Tool,"If checked, Will include non-stock items in the Material Requests.","Dacă este bifată, va include și non-stoc produse în cererile de materiale."
287apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +24,Please enter Company,Va rugam sa introduceti de companie
288DocType: Delivery Note Item,Against Sales Invoice Item,Comparativ articolului facturii de vânzări
289,Production Orders in Progress,Comenzile de producție în curs de desfășurare
290apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +39,Net Cash from Financing,Numerar net din Finantare
Frappe PR Botd112ee52017-08-31 19:38:41 +0530291apps/erpnext/erpnext/accounts/page/pos/pos.js +2270,"LocalStorage is full , did not save","LocalStorage este plin, nu a salvat"
Frappe PR Botc0804792017-05-19 12:30:04 +0530292DocType: Lead,Address & Contact,Adresă și contact
293DocType: Leave Allocation,Add unused leaves from previous allocations,Adauga frunze neutilizate de alocări anterioare
294apps/erpnext/erpnext/controllers/recurring_document.py +230,Next Recurring {0} will be created on {1},Urmatoarea recurent {0} va fi creat pe {1}
295DocType: Sales Partner,Partner website,site-ul partenerului
296apps/erpnext/erpnext/stock/dashboard/item_dashboard.js +105,Add Item,Adaugare element
Frappe PR Botd112ee52017-08-31 19:38:41 +0530297apps/erpnext/erpnext/public/js/setup_wizard.js +267,Contact Name,Nume Persoana de Contact
Frappe PR Botc0804792017-05-19 12:30:04 +0530298DocType: Course Assessment Criteria,Course Assessment Criteria,Criterii de evaluare a cursului
299DocType: Process Payroll,Creates salary slip for above mentioned criteria.,Creare fluturas de salariu pentru criteriile mentionate mai sus.
300DocType: POS Customer Group,POS Customer Group,POS Clienți Grupul
301DocType: Cheque Print Template,Line spacing for amount in words,distanța dintre rânduri pentru suma în cuvinte
302DocType: Vehicle,Additional Details,detalii suplimentare
Frappe PR Botd112ee52017-08-31 19:38:41 +0530303apps/erpnext/erpnext/schools/report/course_wise_assessment_report/course_wise_assessment_report.html +11,Assessment Plan: ,Plan de evaluare:
Frappe PR Botc0804792017-05-19 12:30:04 +0530304apps/erpnext/erpnext/templates/generators/bom.html +85,No description given,Nici o descriere dat
305apps/erpnext/erpnext/config/buying.py +13,Request for purchase.,Cere pentru cumpărare.
306apps/erpnext/erpnext/projects/doctype/project/project_dashboard.py +6,This is based on the Time Sheets created against this project,Aceasta se bazează pe fișele de pontaj create împotriva acestui proiect
Frappe PR Botd112ee52017-08-31 19:38:41 +0530307apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +385,Net Pay cannot be less than 0,Plata netă nu poate fi mai mică decât 0
Frappe PR Botc0804792017-05-19 12:30:04 +0530308apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +224,Only the selected Leave Approver can submit this Leave Application,Numai selectat concediu aprobator poate înainta această aplicație Leave
309apps/erpnext/erpnext/hr/doctype/employee/employee.py +116,Relieving Date must be greater than Date of Joining,Alinarea Data trebuie să fie mai mare decât Data aderării
Frappe PR Botd112ee52017-08-31 19:38:41 +0530310apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +201,Leaves per Year,Frunze pe an
Frappe PR Botc0804792017-05-19 12:30:04 +0530311apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +130,Row {0}: Please check 'Is Advance' against Account {1} if this is an advance entry.,"Rând {0}: Vă rugăm să verificați ""Este Advance"" împotriva Cont {1} dacă aceasta este o intrare în avans."
Frappe PR Botbfdb7262017-07-11 15:20:11 +0530312apps/erpnext/erpnext/stock/utils.py +212,Warehouse {0} does not belong to company {1},Depozit {0} nu aparține companiei {1}
Frappe PR Botc0804792017-05-19 12:30:04 +0530313DocType: Email Digest,Profit & Loss,Pierderea profitului
Frappe PR Botd112ee52017-08-31 19:38:41 +0530314apps/erpnext/erpnext/public/js/setup_wizard.js +311,Litre,Litru
Frappe PR Botc0804792017-05-19 12:30:04 +0530315DocType: Task,Total Costing Amount (via Time Sheet),Suma totală de calculație a costurilor (prin timp Sheet)
316DocType: Item Website Specification,Item Website Specification,Specificație Site Articol
317apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +477,Leave Blocked,Concediu Blocat
Frappe PR Botd112ee52017-08-31 19:38:41 +0530318apps/erpnext/erpnext/stock/doctype/item/item.py +673,Item {0} has reached its end of life on {1},Articolul {0} a ajuns la sfârșitul cliclului sau de viață in {1}
319apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.js +88,Bank Entries,Intrările bancare
Frappe PR Botc0804792017-05-19 12:30:04 +0530320apps/erpnext/erpnext/accounts/doctype/budget/budget.py +119,Annual,Anual
321DocType: Stock Reconciliation Item,Stock Reconciliation Item,Stock reconciliere Articol
322DocType: Stock Entry,Sales Invoice No,Factură de vânzări Nu
323DocType: Material Request Item,Min Order Qty,Min Ordine Cantitate
324DocType: Student Group Creation Tool Course,Student Group Creation Tool Course,Curs de grup studențesc instrument de creare
325DocType: Lead,Do Not Contact,Nu contactati
Frappe PR Botd112ee52017-08-31 19:38:41 +0530326apps/erpnext/erpnext/public/js/setup_wizard.js +361,People who teach at your organisation,Oameni care predau la organizația dumneavoastră
Frappe PR Botc0804792017-05-19 12:30:04 +0530327DocType: Purchase Invoice,The unique id for tracking all recurring invoices. It is generated on submit.,Id-ul unic pentru urmărirea toate facturile recurente. Acesta este generat pe prezinte.
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530328apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +104,Software Developer,Software Developer
Frappe PR Botc0804792017-05-19 12:30:04 +0530329DocType: Item,Minimum Order Qty,Comanda minima Cantitate
330DocType: Pricing Rule,Supplier Type,Furnizor Tip
331DocType: Course Scheduling Tool,Course Start Date,Data începerii cursului
332,Student Batch-Wise Attendance,Lot-înțelept elev Participarea
333DocType: POS Profile,Allow user to edit Rate,Permite utilizatorului să editeze Tarif
334DocType: Item,Publish in Hub,Publica in Hub
335DocType: Student Admission,Student Admission,Admiterea studenților
336,Terretory,Terretory
Frappe PR Botd112ee52017-08-31 19:38:41 +0530337apps/erpnext/erpnext/stock/doctype/item/item.py +693,Item {0} is cancelled,Articolul {0} este anulat
338apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +898,Material Request,Cerere de material
Frappe PR Botc0804792017-05-19 12:30:04 +0530339DocType: Bank Reconciliation,Update Clearance Date,Actualizare Clearance Data
340DocType: Item,Purchase Details,Detalii de cumpărare
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530341apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +357,Item {0} not found in 'Raw Materials Supplied' table in Purchase Order {1},Postul {0} nu a fost găsit în &quot;Materii prime furnizate&quot; masă în Comandă {1}
Frappe PR Botc0804792017-05-19 12:30:04 +0530342DocType: Employee,Relation,Relație
343DocType: Shipping Rule,Worldwide Shipping,Expediere
344DocType: Student Guardian,Mother,Mamă
345apps/erpnext/erpnext/config/selling.py +18,Confirmed orders from Customers.,Comenzi confirmate de la clienți.
346DocType: Purchase Receipt Item,Rejected Quantity,Respins Cantitate
Frappe PR Botc0804792017-05-19 12:30:04 +0530347DocType: Notification Control,Notification Control,Controlul notificare
348DocType: Lead,Suggestions,Sugestii
349DocType: Territory,Set Item Group-wise budgets on this Territory. You can also include seasonality by setting the Distribution.,"Set bugetelor Grupa înțelept Articol de pe acest teritoriu. Puteți include, de asemenea, sezonier prin setarea distribuție."
350apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +276,Payment against {0} {1} cannot be greater than Outstanding Amount {2},Plata împotriva {0} {1} nu poate fi mai mare decât Impresionant Suma {2}
351DocType: Supplier,Address HTML,Adresă HTML
352DocType: Lead,Mobile No.,Numar de mobil
353DocType: Maintenance Schedule,Generate Schedule,Generează orar
354DocType: Purchase Invoice Item,Expense Head,Beneficiar Cheltuiala
Frappe PR Botfa042362017-07-17 17:50:36 +0530355apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.js +146,Please select Charge Type first,Vă rugăm să selectați tipul de taxă în primul rând
Frappe PR Botc0804792017-05-19 12:30:04 +0530356DocType: Student Group Student,Student Group Student,Student Group Student
357apps/erpnext/erpnext/stock/report/stock_ageing/stock_ageing.py +41,Latest,Ultimul
358DocType: Vehicle Service,Inspection,Inspecţie
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530359apps/erpnext/erpnext/utilities/page/leaderboard/leaderboard_row_head.html +1, List ,Listă
Frappe PR Botd112ee52017-08-31 19:38:41 +0530360DocType: Supplier Scorecard Scoring Standing,Max Grade,Max Grad
Frappe PR Botc0804792017-05-19 12:30:04 +0530361DocType: Email Digest,New Quotations,Noi Citatele
362DocType: HR Settings,Emails salary slip to employee based on preferred email selected in Employee,alunecare email-uri salariul angajatului în funcție de e-mail preferat selectat în Angajat
363DocType: Employee,The first Leave Approver in the list will be set as the default Leave Approver,Primul Aprobatorul Lăsați în lista va fi setat ca implicit concediu aprobator
364DocType: Tax Rule,Shipping County,County transport maritim
365apps/erpnext/erpnext/config/desktop.py +158,Learn,A invata
366DocType: Asset,Next Depreciation Date,Amortizarea următor Data
367apps/erpnext/erpnext/projects/doctype/activity_type/activity_type.js +3,Activity Cost per Employee,Activitatea de Cost per angajat
368DocType: Accounts Settings,Settings for Accounts,Setări pentru conturi
Frappe PR Botd112ee52017-08-31 19:38:41 +0530369apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +646,Supplier Invoice No exists in Purchase Invoice {0},Furnizor Factura nr există în factură Purchase {0}
Frappe PR Botc0804792017-05-19 12:30:04 +0530370apps/erpnext/erpnext/config/selling.py +118,Manage Sales Person Tree.,Gestioneaza Ramificatiile Persoanei responsabila cu Vanzarile
371DocType: Job Applicant,Cover Letter,Scrisoare de intenție
372apps/erpnext/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py +37,Outstanding Cheques and Deposits to clear,Cecuri restante și pentru a șterge Depozite
373DocType: Item,Synced With Hub,Sincronizat cu Hub
374DocType: Vehicle,Fleet Manager,Manager de flotă
Frappe PR Botfa042362017-07-17 17:50:36 +0530375apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +517,Row #{0}: {1} can not be negative for item {2},Row # {0}: {1} nu poate fi negativ pentru elementul {2}
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530376apps/erpnext/erpnext/setup/doctype/company/company.js +70,Wrong Password,Parola Gresita
Frappe PR Botc0804792017-05-19 12:30:04 +0530377DocType: Item,Variant Of,Varianta de
Frappe PR Bot3b128ca2017-07-25 11:46:16 +0530378apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +367,Completed Qty can not be greater than 'Qty to Manufacture',"Finalizat Cantitate nu poate fi mai mare decât ""Cantitate de Fabricare"""
Frappe PR Botc0804792017-05-19 12:30:04 +0530379DocType: Period Closing Voucher,Closing Account Head,Închidere Cont Principal
380DocType: Employee,External Work History,Istoricul lucrului externă
381apps/erpnext/erpnext/projects/doctype/task/task.py +99,Circular Reference Error,Eroare de referință Circular
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530382apps/erpnext/erpnext/schools/report/student_and_guardian_contact_details/student_and_guardian_contact_details.py +55,Guardian1 Name,Nume Guardian1
Frappe PR Botc0804792017-05-19 12:30:04 +0530383DocType: Delivery Note,In Words (Export) will be visible once you save the Delivery Note.,În cuvinte (de export) va fi vizibil după ce a salva de livrare Nota.
384DocType: Cheque Print Template,Distance from left edge,Distanța de la marginea din stânga
385apps/erpnext/erpnext/utilities/bot.py +29,{0} units of [{1}](#Form/Item/{1}) found in [{2}](#Form/Warehouse/{2}),{0} unități de [{1}] (# Forma / Postul / {1}) găsit în [{2}] (# Forma / Depozit / {2})
386DocType: Lead,Industry,Industrie
387DocType: Employee,Job Profile,Profilul postului
Frappe PR Bot3b128ca2017-07-25 11:46:16 +0530388apps/erpnext/erpnext/setup/doctype/company/company_dashboard.py +6,This is based on transactions against this Company. See timeline below for details,Aceasta se bazează pe tranzacții împotriva acestei companii. Consultați linia temporală de mai jos pentru detalii
Frappe PR Botc0804792017-05-19 12:30:04 +0530389DocType: Stock Settings,Notify by Email on creation of automatic Material Request,Notifica prin e-mail la crearea de cerere automată Material
390DocType: Journal Entry,Multi Currency,Multi valutar
391DocType: Payment Reconciliation Invoice,Invoice Type,Factura Tip
Frappe PR Botd112ee52017-08-31 19:38:41 +0530392apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +861,Delivery Note,Nota de Livrare
Frappe PR Botc0804792017-05-19 12:30:04 +0530393apps/erpnext/erpnext/config/learn.py +82,Setting up Taxes,Configurarea Impozite
394apps/erpnext/erpnext/accounts/report/asset_depreciations_and_balances/asset_depreciations_and_balances.py +131,Cost of Sold Asset,Costul de active vândute
Frappe PR Botd112ee52017-08-31 19:38:41 +0530395apps/erpnext/erpnext/accounts/utils.py +345,Payment Entry has been modified after you pulled it. Please pull it again.,Plata intrare a fost modificat după ce-l tras. Vă rugăm să trage din nou.
396apps/erpnext/erpnext/stock/doctype/item/item.py +436,{0} entered twice in Item Tax,{0} a fost introdus de două ori în taxa articolului
Frappe PR Botc0804792017-05-19 12:30:04 +0530397apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +114,Summary for this week and pending activities,Rezumat pentru această săptămână și a activităților în curs
398DocType: Student Applicant,Admitted,A recunoscut că
399DocType: Workstation,Rent Cost,Chirie Cost
400apps/erpnext/erpnext/accounts/report/asset_depreciation_ledger/asset_depreciation_ledger.py +81,Amount After Depreciation,Suma după amortizare
401apps/erpnext/erpnext/setup/doctype/email_digest/templates/default.html +97,Upcoming Calendar Events,Evenimente viitoare Calendar
Frappe PR Botd112ee52017-08-31 19:38:41 +0530402apps/erpnext/erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet.py +85,Please select month and year,Vă rugăm selectați luna și anul
Frappe PR Botc0804792017-05-19 12:30:04 +0530403DocType: Employee,Company Email,E-mail Companie
404DocType: GL Entry,Debit Amount in Account Currency,Suma debit în contul valutar
Frappe PR Botd112ee52017-08-31 19:38:41 +0530405DocType: Supplier Scorecard,Scoring Standings,Puncte de scor
Frappe PR Botc0804792017-05-19 12:30:04 +0530406apps/erpnext/erpnext/crm/report/campaign_efficiency/campaign_efficiency.py +21,Order Value,Valoarea comenzii
407apps/erpnext/erpnext/crm/report/campaign_efficiency/campaign_efficiency.py +21,Order Value,Valoarea comenzii
408apps/erpnext/erpnext/config/accounts.py +27,Bank/Cash transactions against party or for internal transfer,tranzacții bancare / numerar contra partidului sau pentru transfer intern
409DocType: Shipping Rule,Valid for Countries,Valabil pentru țările
Frappe PR Bot59ee45a2017-06-01 19:05:28 +0530410apps/erpnext/erpnext/stock/doctype/item/item.js +55,This Item is a Template and cannot be used in transactions. Item attributes will be copied over into the variants unless 'No Copy' is set,"Acest post este un șablon și nu pot fi folosite în tranzacții. Atribute articol vor fi copiate pe în variantele cu excepția cazului în este setat ""Nu Copy"""
Frappe PR Botc0804792017-05-19 12:30:04 +0530411apps/erpnext/erpnext/selling/report/inactive_customers/inactive_customers.py +69,Total Order Considered,Comanda total Considerat
412apps/erpnext/erpnext/config/hr.py +234,"Employee designation (e.g. CEO, Director etc.).","Desemnare angajat (de exemplu, CEO, director, etc)."
413apps/erpnext/erpnext/controllers/recurring_document.py +223,Please enter 'Repeat on Day of Month' field value,"Va rugam sa introduceti ""Repeat la zi a lunii"" valoare de câmp"
414DocType: Sales Invoice,Rate at which Customer Currency is converted to customer's base currency,Rata la care Clientul valuta este convertită în valuta de bază a clientului
415DocType: Course Scheduling Tool,Course Scheduling Tool,Instrument curs de programare
Frappe PR Bot3b128ca2017-07-25 11:46:16 +0530416apps/erpnext/erpnext/controllers/accounts_controller.py +571,Row #{0}: Purchase Invoice cannot be made against an existing asset {1},Rând # {0}: Achiziția Factura nu poate fi făcută împotriva unui activ existent {1}
Frappe PR Botc0804792017-05-19 12:30:04 +0530417DocType: Item Tax,Tax Rate,Cota de impozitare
418apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +59,{0} already allocated for Employee {1} for period {2} to {3},{0} deja alocate pentru Angajat {1} pentru perioada {2} {3} pentru a
Frappe PR Botd112ee52017-08-31 19:38:41 +0530419apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +865,Select Item,Selectați articol
420apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +140,Purchase Invoice {0} is already submitted,Factura de cumpărare {0} este deja depusă
Frappe PR Botc0804792017-05-19 12:30:04 +0530421apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +91,Row # {0}: Batch No must be same as {1} {2},Row # {0}: Lot nr trebuie să fie aceeași ca și {1} {2}
422apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.js +52,Convert to non-Group,Converti la non-Group
423apps/erpnext/erpnext/config/stock.py +122,Batch (lot) of an Item.,Lotul (lot) unui articol.
424DocType: C-Form Invoice Detail,Invoice Date,Data facturii
425DocType: GL Entry,Debit Amount,Suma debit
Frappe PR Botd112ee52017-08-31 19:38:41 +0530426apps/erpnext/erpnext/accounts/party.py +246,There can only be 1 Account per Company in {0} {1},Nu poate fi doar un cont per companie în {0} {1}
427apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +402,Please see attachment,Vă rugăm să consultați atașament
Frappe PR Botc0804792017-05-19 12:30:04 +0530428DocType: Purchase Order,% Received,% Primit
429apps/erpnext/erpnext/schools/doctype/student_group_creation_tool/student_group_creation_tool.js +3,Create Student Groups,Creați Grupurile de studenți
430apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py +21,Setup Already Complete!!,Setup deja complet!
Frappe PR Botbfdb7262017-07-11 15:20:11 +0530431apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +24,Credit Note Amount,Nota de credit Notă
Frappe PR Botc0804792017-05-19 12:30:04 +0530432,Finished Goods,Produse Finite
433DocType: Delivery Note,Instructions,Instrucţiuni
434DocType: Quality Inspection,Inspected By,Inspectat de
435DocType: Maintenance Visit,Maintenance Type,Tip Mentenanta
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530436apps/erpnext/erpnext/schools/doctype/student_group/student_group.py +40,{0} - {1} is not enrolled in the Course {2},{0} - {1} nu este înscris la curs {2}
Frappe PR Botc0804792017-05-19 12:30:04 +0530437apps/erpnext/erpnext/selling/doctype/installation_note/installation_note.py +59,Serial No {0} does not belong to Delivery Note {1},Serial No {0} nu aparține de livrare Nota {1}
438apps/erpnext/erpnext/templates/pages/demo.html +47,ERPNext Demo,ERPNext Demo
439apps/erpnext/erpnext/public/js/utils/item_selector.js +12,Add Items,Adăugarea de elemente
440DocType: Item Quality Inspection Parameter,Item Quality Inspection Parameter,Parametru Inspecție de Calitate Articol
441DocType: Leave Application,Leave Approver Name,Lăsați Nume aprobator
442DocType: Depreciation Schedule,Schedule Date,Program Data
443apps/erpnext/erpnext/config/hr.py +116,"Earnings, Deductions and other Salary components","Câștigurile, deducerile și alte componente salariale"
444DocType: Packed Item,Packed Item,Articol ambalate
445apps/erpnext/erpnext/config/buying.py +65,Default settings for buying transactions.,Setări implicite pentru tranzacțiilor de achizitie.
446apps/erpnext/erpnext/projects/doctype/activity_cost/activity_cost.py +29,Activity Cost exists for Employee {0} against Activity Type - {1},Există cost activitate pentru angajatul {0} comparativ tipului de activitate - {1}
447apps/erpnext/erpnext/schools/doctype/program_enrollment_tool/program_enrollment_tool.py +14,Mandatory field - Get Students From,Domeniu obligatoriu - Obțineți elevii de la
448apps/erpnext/erpnext/schools/doctype/program_enrollment_tool/program_enrollment_tool.py +14,Mandatory field - Get Students From,Domeniu obligatoriu - Obțineți elevii de la
449DocType: Program Enrollment,Enrolled courses,Cursuri înscrise
450DocType: Program Enrollment,Enrolled courses,Cursuri înscrise
451DocType: Currency Exchange,Currency Exchange,Schimb valutar
452DocType: Asset,Item Name,Denumire Articol
453DocType: Authorization Rule,Approving User (above authorized value),Aprobarea utilizator (mai mare decât valoarea autorizată)
454DocType: Email Digest,Credit Balance,Balanța de credit
455DocType: Employee,Widowed,Văduvit
456DocType: Request for Quotation,Request for Quotation,Cerere de ofertă
457DocType: Salary Slip Timesheet,Working Hours,Ore de lucru
458DocType: Naming Series,Change the starting / current sequence number of an existing series.,Schimbați secventa de numar de inceput / curent a unei serii existente.
Frappe PR Botd112ee52017-08-31 19:38:41 +0530459apps/erpnext/erpnext/accounts/page/pos/pos.js +1472,Create a new Customer,Creați un nou client
Frappe PR Bot7c901002017-06-07 12:05:29 +0530460apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +59,"If multiple Pricing Rules continue to prevail, users are asked to set Priority manually to resolve conflict.","În cazul în care mai multe reguli de stabilire a prețurilor continuă să prevaleze, utilizatorii sunt rugați să setați manual prioritate pentru a rezolva conflictul."
Frappe PR Bot59ee45a2017-06-01 19:05:28 +0530461apps/erpnext/erpnext/utilities/activation.py +88,Create Purchase Orders,Creare comenzi de aprovizionare
Frappe PR Botc0804792017-05-19 12:30:04 +0530462,Purchase Register,Cumpărare Inregistrare
463DocType: Course Scheduling Tool,Rechedule,Rechedule
464DocType: Landed Cost Item,Applicable Charges,Taxe aplicabile
465DocType: Workstation,Consumable Cost,Cost Consumabile
466apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +220,{0} ({1}) must have role 'Leave Approver',"{0} ({1}) trebuie să dețină rolul ""aprobator concediu"""
467DocType: Purchase Receipt,Vehicle Date,Vehicul Data
468DocType: Student Log,Medical,Medical
Frappe PR Bot7c901002017-06-07 12:05:29 +0530469apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.js +177,Reason for losing,Motiv pentru a pierde
Frappe PR Botc0804792017-05-19 12:30:04 +0530470apps/erpnext/erpnext/crm/doctype/lead/lead.py +41,Lead Owner cannot be same as the Lead,Plumb Proprietarul nu poate fi aceeași ca de plumb
Frappe PR Botd112ee52017-08-31 19:38:41 +0530471apps/erpnext/erpnext/accounts/utils.py +351,Allocated amount can not greater than unadjusted amount,Suma alocată poate nu este mai mare decât valoarea brută
Frappe PR Botc0804792017-05-19 12:30:04 +0530472DocType: Announcement,Receiver,Receptor
473apps/erpnext/erpnext/manufacturing/doctype/workstation/workstation.py +83,Workstation is closed on the following dates as per Holiday List: {0},Workstation este închis la următoarele date ca pe lista de vacanta: {0}
474apps/erpnext/erpnext/selling/page/sales_funnel/sales_funnel.py +32,Opportunities,Oportunitati
475DocType: Employee,Single,Celibatar
476DocType: Salary Slip,Total Loan Repayment,Rambursarea totală a creditului
477DocType: Account,Cost of Goods Sold,Cost Bunuri Vândute
478DocType: Purchase Invoice,Yearly,Anual
479apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +228,Please enter Cost Center,Va rugam sa introduceti Cost Center
480DocType: Journal Entry Account,Sales Order,Comandă de vânzări
481apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +71,Avg. Selling Rate,Rată de vânzare medie
482DocType: Assessment Plan,Examiner Name,Nume examinator
483DocType: Purchase Invoice Item,Quantity and Rate,Cantitatea și rata
484DocType: Delivery Note,% Installed,% Instalat
Frappe PR Botd112ee52017-08-31 19:38:41 +0530485apps/erpnext/erpnext/public/js/setup_wizard.js +376,Classrooms/ Laboratories etc where lectures can be scheduled.,"Classrooms / Laboratoare, etc, unde prelegeri pot fi programate."
Frappe PR Botc0804792017-05-19 12:30:04 +0530486apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.js +46,Please enter company name first,Va rugam sa introduceti numele companiei în primul rând
487DocType: Purchase Invoice,Supplier Name,Furnizor Denumire
488apps/erpnext/erpnext/setup/page/welcome_to_erpnext/welcome_to_erpnext.html +25,Read the ERPNext Manual,Citiți manualul ERPNext
489DocType: Account,Is Group,Is Group
490DocType: Email Digest,Pending Purchase Orders,În așteptare comenzi de aprovizionare
491DocType: Stock Settings,Automatically Set Serial Nos based on FIFO,Setat automat Serial nr bazat pe FIFO
492DocType: Accounts Settings,Check Supplier Invoice Number Uniqueness,Cec Furnizor Numărul facturii Unicitatea
493DocType: Vehicle Service,Oil Change,Schimbare de ulei
494apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.js +57,'To Case No.' cannot be less than 'From Case No.','Până la situația nr.' nu poate fi mai mică decât 'De la situația nr.'
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530495apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +115,Non Profit,Non-Profit
Frappe PR Botc0804792017-05-19 12:30:04 +0530496DocType: Production Order,Not Started,Neînceput
497DocType: Lead,Channel Partner,Partner Canal
498DocType: Account,Old Parent,Vechi mamă
499apps/erpnext/erpnext/schools/doctype/program_enrollment_tool/program_enrollment_tool.py +18,Mandatory field - Academic Year,Domeniu obligatoriu - An universitar
500apps/erpnext/erpnext/schools/doctype/program_enrollment_tool/program_enrollment_tool.py +18,Mandatory field - Academic Year,Domeniu obligatoriu - An universitar
501DocType: Notification Control,Customize the introductory text that goes as a part of that email. Each transaction has a separate introductory text.,"Particulariza textul introductiv, care merge ca o parte din acel email. Fiecare tranzacție are un text introductiv separat."
Frappe PR Botd112ee52017-08-31 19:38:41 +0530502apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.py +157,Please set default payable account for the company {0},Ați setat contul de plată implicit pentru compania {0}
Frappe PR Botc0804792017-05-19 12:30:04 +0530503apps/erpnext/erpnext/config/manufacturing.py +84,Global settings for all manufacturing processes.,Setările globale pentru toate procesele de producție.
504DocType: Accounts Settings,Accounts Frozen Upto,Conturile sunt Blocate Până la
505DocType: SMS Log,Sent On,A trimis pe
Frappe PR Botd112ee52017-08-31 19:38:41 +0530506apps/erpnext/erpnext/stock/doctype/item/item.py +635,Attribute {0} selected multiple times in Attributes Table,Atribut {0} selectat de mai multe ori în tabelul Atribute
Frappe PR Botc0804792017-05-19 12:30:04 +0530507DocType: HR Settings,Employee record is created using selected field. ,Inregistrarea angajatului este realizata prin utilizarea campului selectat.
508DocType: Sales Order,Not Applicable,Nu se aplică
509apps/erpnext/erpnext/config/hr.py +70,Holiday master.,Maestru de vacanta.
510DocType: Request for Quotation Item,Required Date,Date necesare
511DocType: Delivery Note,Billing Address,Adresa de facturare
Frappe PR Botc0804792017-05-19 12:30:04 +0530512DocType: BOM,Costing,Cost
513DocType: Tax Rule,Billing County,Județ facturare
514DocType: Purchase Taxes and Charges,"If checked, the tax amount will be considered as already included in the Print Rate / Print Amount","In cazul in care se bifeaza, suma taxelor va fi considerată ca fiind deja inclusa în Rata de Imprimare / Suma de Imprimare"
515DocType: Request for Quotation,Message for Supplier,Mesaj pentru Furnizor
516apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +48,Total Qty,Raport Cantitate
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530517apps/erpnext/erpnext/schools/report/student_and_guardian_contact_details/student_and_guardian_contact_details.py +62,Guardian2 Email ID,Codul de e-mail Guardian2
518apps/erpnext/erpnext/schools/report/student_and_guardian_contact_details/student_and_guardian_contact_details.py +62,Guardian2 Email ID,Codul de e-mail Guardian2
Frappe PR Botc0804792017-05-19 12:30:04 +0530519DocType: Item,Show in Website (Variant),Afișați în site-ul (Variant)
520DocType: Employee,Health Concerns,Probleme de Sanatate
521DocType: Process Payroll,Select Payroll Period,Perioada de selectare Salarizare
522DocType: Purchase Invoice,Unpaid,Neachitat
523apps/erpnext/erpnext/stock/page/stock_balance/stock_balance.js +49,Reserved for sale,Rezervat pentru vânzare
524DocType: Packing Slip,From Package No.,Din Pachetul Nr.
525DocType: Item Attribute,To Range,La gama
526apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +29,Securities and Deposits,Titluri de valoare și depozite
Frappe PR Bot59ee45a2017-06-01 19:05:28 +0530527apps/erpnext/erpnext/stock/doctype/stock_settings/stock_settings.py +44,"Can't change valuation method, as there are transactions against some items which does not have it's own valuation method","Metoda de evaluare nu poate fi schimbată, deoarece există tranzacții împotriva anumitor elemente care nu au metoda de evaluare proprie"
Frappe PR Botc0804792017-05-19 12:30:04 +0530528apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +82,Total leaves allocated is mandatory,Total frunze alocate este obligatorie
529DocType: Job Opening,Description of a Job Opening,Descrierea unei slujbe
530apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +111,Pending activities for today,Activități în așteptare pentru ziua de azi
531apps/erpnext/erpnext/config/hr.py +24,Attendance record.,Record de prezenţă.
532DocType: Salary Structure,Salary Component for timesheet based payroll.,Componenta de salarizare pentru salarizare bazate pe timesheet.
533DocType: Sales Order Item,Used for Production Plan,Folosit pentru Planul de producție
534DocType: Employee Loan,Total Payment,Plată totală
535DocType: Manufacturing Settings,Time Between Operations (in mins),Timp între operațiuni (în minute)
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530536apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +134,{0} {1} is cancelled so the action cannot be completed,"{0} {1} este anulată, astfel încât acțiunea nu poate fi terminată"
Frappe PR Botc0804792017-05-19 12:30:04 +0530537DocType: Customer,Buyer of Goods and Services.,Cumpărător de produse și servicii.
538DocType: Journal Entry,Accounts Payable,Conturi de plată
Frappe PR Botd112ee52017-08-31 19:38:41 +0530539apps/erpnext/erpnext/manufacturing/doctype/bom_update_tool/bom_update_tool.py +30,The selected BOMs are not for the same item,Cele BOM selectate nu sunt pentru același articol
540DocType: Supplier Scorecard Standing,Notify Other,Notificați alta
Frappe PR Botc0804792017-05-19 12:30:04 +0530541DocType: Pricing Rule,Valid Upto,Valid Până la
542DocType: Training Event,Workshop,Atelier
Frappe PR Botd112ee52017-08-31 19:38:41 +0530543DocType: Supplier Scorecard Scoring Standing,Warn Purchase Orders,Avertizați comenzile de cumpărare
544apps/erpnext/erpnext/public/js/setup_wizard.js +257,List a few of your customers. They could be organizations or individuals.,Listeaza cativa din clienții dvs. Ei ar putea fi organizații sau persoane fizice.
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530545apps/erpnext/erpnext/manufacturing/report/bom_stock_report/bom_stock_report.py +21,Enough Parts to Build,Piese de schimb suficient pentru a construi
546apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +128,Direct Income,Venituri Directe
Frappe PR Botc0804792017-05-19 12:30:04 +0530547apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +36,"Can not filter based on Account, if grouped by Account","Nu se poate filtra pe baza de cont, în cazul gruparii in functie de Cont"
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530548apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +99,Administrative Officer,Ofițer administrativ
549apps/erpnext/erpnext/schools/doctype/student_group/student_group.py +21,Please select Course,Selectați cursul
550apps/erpnext/erpnext/schools/doctype/student_group/student_group.py +21,Please select Course,Selectați cursul
Frappe PR Botc0804792017-05-19 12:30:04 +0530551DocType: Timesheet Detail,Hrs,ore
Frappe PR Botd112ee52017-08-31 19:38:41 +0530552apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +342,Please select Company,Vă rugăm să selectați Company
Frappe PR Botc0804792017-05-19 12:30:04 +0530553DocType: Stock Entry Detail,Difference Account,Diferența de Cont
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530554DocType: Purchase Invoice,Supplier GSTIN,Furnizor GSTIN
Frappe PR Botc0804792017-05-19 12:30:04 +0530555apps/erpnext/erpnext/projects/doctype/task/task.py +46,Cannot close task as its dependant task {0} is not closed.,Nu poate sarcină aproape ca misiune dependente {0} nu este închis.
556apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +433,Please enter Warehouse for which Material Request will be raised,Va rugam sa introduceti Depozit pentru care va fi ridicat Material Cerere
557DocType: Production Order,Additional Operating Cost,Costuri de operare adiţionale
558apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +20,Cosmetics,Cosmetică
Frappe PR Botd112ee52017-08-31 19:38:41 +0530559apps/erpnext/erpnext/stock/doctype/item/item.py +531,"To merge, following properties must be same for both items","Pentru a îmbina, următoarele proprietăți trebuie să fie aceeași pentru ambele elemente"
Frappe PR Botc0804792017-05-19 12:30:04 +0530560DocType: Shipping Rule,Net Weight,Greutate netă
561DocType: Employee,Emergency Phone,Telefon de Urgență
562apps/erpnext/erpnext/stock/doctype/item/item_dashboard.py +29,Buy,A cumpara
563,Serial No Warranty Expiry,Serial Nu Garantie pana
564DocType: Sales Invoice,Offline POS Name,Offline Numele POS
565apps/erpnext/erpnext/schools/doctype/grading_scale/grading_scale.py +20,Please define grade for Threshold 0%,Vă rugăm să definiți gradul pentru pragul 0%
566apps/erpnext/erpnext/schools/doctype/grading_scale/grading_scale.py +20,Please define grade for Threshold 0%,Vă rugăm să definiți gradul pentru pragul 0%
567DocType: Sales Order,To Deliver,A Livra
568DocType: Purchase Invoice Item,Item,Obiect
Frappe PR Botd112ee52017-08-31 19:38:41 +0530569apps/erpnext/erpnext/accounts/page/pos/pos.js +2442,Serial no item cannot be a fraction,Serial nici un articol nu poate fi o fracție
Frappe PR Botc0804792017-05-19 12:30:04 +0530570DocType: Journal Entry,Difference (Dr - Cr),Diferența (Dr - Cr)
571DocType: Account,Profit and Loss,Profit și pierdere
572apps/erpnext/erpnext/config/stock.py +325,Managing Subcontracting,Gestionarea Subcontracte
573DocType: Project,Project will be accessible on the website to these users,Proiectul va fi accesibil pe site-ul acestor utilizatori
Frappe PR Botd112ee52017-08-31 19:38:41 +0530574apps/erpnext/erpnext/config/projects.py +23,Define Project type.,Definiți tipul de proiect.
575DocType: Supplier Scorecard,Weighting Function,Funcție de ponderare
Frappe PR Botc0804792017-05-19 12:30:04 +0530576DocType: Quotation,Rate at which Price list currency is converted to company's base currency,Rata la care lista de prețuri moneda este convertit în moneda de bază a companiei
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530577apps/erpnext/erpnext/setup/doctype/company/company.py +62,Account {0} does not belong to company: {1},Contul {0} nu apartine companiei: {1}
578apps/erpnext/erpnext/setup/doctype/company/company.py +51,Abbreviation already used for another company,Abreviere deja folosit pentru o altă companie
Frappe PR Botc0804792017-05-19 12:30:04 +0530579DocType: Selling Settings,Default Customer Group,Group Client Implicit
580DocType: Global Defaults,"If disable, 'Rounded Total' field will not be visible in any transaction","Dacă este dezactivat, câmpul 'Total Rotunjit' nu va fi vizibil in nici o tranzacție"
581DocType: BOM,Operating Cost,Costul de operare
582DocType: Sales Order Item,Gross Profit,Profit brut
583apps/erpnext/erpnext/stock/doctype/item_attribute/item_attribute.py +49,Increment cannot be 0,Creștere nu poate fi 0
584DocType: Production Planning Tool,Material Requirement,Cerința de material
585DocType: Company,Delete Company Transactions,Ștergeți Tranzacții de Firma
Frappe PR Botd112ee52017-08-31 19:38:41 +0530586apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +347,Reference No and Reference Date is mandatory for Bank transaction,De referință nr și de referință Data este obligatorie pentru tranzacție bancară
Frappe PR Botc0804792017-05-19 12:30:04 +0530587DocType: Purchase Receipt,Add / Edit Taxes and Charges,Adaugaţi / editaţi taxe și cheltuieli
588DocType: Purchase Invoice,Supplier Invoice No,Furnizor Factura Nu
589DocType: Territory,For reference,Pentru referință
Frappe PR Botbfdb7262017-07-11 15:20:11 +0530590apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +158,"Cannot delete Serial No {0}, as it is used in stock transactions","Nu se poate șterge de serie nr {0}, așa cum este utilizat în tranzacțiile bursiere"
Frappe PR Botc0804792017-05-19 12:30:04 +0530591apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.py +246,Closing (Cr),De închidere (Cr)
592apps/erpnext/erpnext/stock/dashboard/item_dashboard.js +105,Move Item,Postul mutare
593DocType: Serial No,Warranty Period (Days),Perioada de garanție (zile)
594DocType: Installation Note Item,Installation Note Item,Instalare Notă Postul
595DocType: Production Plan Item,Pending Qty,Așteptare Cantitate
596DocType: Budget,Ignore,Ignora
Frappe PR Botd112ee52017-08-31 19:38:41 +0530597apps/erpnext/erpnext/accounts/party.py +361,{0} {1} is not active,{0} {1} nu este activ
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530598apps/erpnext/erpnext/config/accounts.py +279,Setup cheque dimensions for printing,Dimensiunile de instalare pentru imprimare de verificare
Frappe PR Botc0804792017-05-19 12:30:04 +0530599DocType: Salary Slip,Salary Slip Timesheet,Salariu alunecare Pontaj
Frappe PR Botd112ee52017-08-31 19:38:41 +0530600apps/erpnext/erpnext/controllers/buying_controller.py +155,Supplier Warehouse mandatory for sub-contracted Purchase Receipt,Furnizor Depozit obligatoriu pentru contractate sub-cumparare Primirea
Frappe PR Botc0804792017-05-19 12:30:04 +0530601DocType: Pricing Rule,Valid From,Valabil de la
602DocType: Sales Invoice,Total Commission,Total de Comisie
603DocType: Pricing Rule,Sales Partner,Partener de vânzări
Frappe PR Botd112ee52017-08-31 19:38:41 +0530604apps/erpnext/erpnext/config/buying.py +150,All Supplier scorecards.,Toate cardurile de evaluare ale furnizorilor.
Frappe PR Botc0804792017-05-19 12:30:04 +0530605DocType: Buying Settings,Purchase Receipt Required,Cumpărare de primire Obligatoriu
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530606apps/erpnext/erpnext/stock/doctype/item/item.py +130,Valuation Rate is mandatory if Opening Stock entered,Evaluarea Rata este obligatorie în cazul în care a intrat Deschiderea stoc
Frappe PR Botc0804792017-05-19 12:30:04 +0530607apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +142,No records found in the Invoice table,Nu sunt găsite în tabelul de factură înregistrări
608apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.js +17,Please select Company and Party Type first,Vă rugăm să selectați Company și Partidul Tip primul
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530609apps/erpnext/erpnext/config/accounts.py +295,Financial / accounting year.,An financiar / contabil.
Frappe PR Botc0804792017-05-19 12:30:04 +0530610apps/erpnext/erpnext/accounts/report/balance_sheet/balance_sheet.js +9,Accumulated Values,Valorile acumulate
Frappe PR Botbfdb7262017-07-11 15:20:11 +0530611apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +162,"Sorry, Serial Nos cannot be merged","Ne pare rău, Serial nr nu se pot uni"
Frappe PR Botd112ee52017-08-31 19:38:41 +0530612apps/erpnext/erpnext/accounts/doctype/pos_profile/pos_profile.py +63,Territory is Required in POS Profile,Teritoriul este necesar în POS Profile
613DocType: Supplier,Prevent RFQs,Preveniți RFQ-urile
614apps/erpnext/erpnext/selling/doctype/quotation/quotation.js +749,Make Sales Order,Realizeaza Comandă de Vânzări
Frappe PR Botc0804792017-05-19 12:30:04 +0530615DocType: Project Task,Project Task,Proiect Sarcina
616,Lead Id,Id Conducere
617DocType: C-Form Invoice Detail,Grand Total,Total general
618DocType: Training Event,Course,Curs
619DocType: Timesheet,Payslip,fluturaș
620apps/erpnext/erpnext/public/js/pos/pos.html +4,Item Cart,Cos
621apps/erpnext/erpnext/accounts/doctype/fiscal_year/fiscal_year.py +38,Fiscal Year Start Date should not be greater than Fiscal Year End Date,Anul fiscal Data începerii nu trebuie să fie mai mare decât anul fiscal Data de încheiere
622DocType: Issue,Resolution,Rezolutie
623DocType: C-Form,IV,IV
Frappe PR Botd112ee52017-08-31 19:38:41 +0530624apps/erpnext/erpnext/templates/pages/order.html +76,Delivered: {0},Livrate: {0}
Frappe PR Botc0804792017-05-19 12:30:04 +0530625DocType: Expense Claim,Payable Account,Contul furnizori
626DocType: Payment Entry,Type of Payment,Tipul de plată
627DocType: Sales Order,Billing and Delivery Status,Facturare și de livrare Starea
628DocType: Job Applicant,Resume Attachment,CV-Atașamentul
629apps/erpnext/erpnext/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.py +58,Repeat Customers,Clienții repetate
630DocType: Leave Control Panel,Allocate,Alocaţi
Frappe PR Botd112ee52017-08-31 19:38:41 +0530631apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.js +804,Sales Return,Vânzări de returnare
Frappe PR Botc0804792017-05-19 12:30:04 +0530632apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +96,Note: Total allocated leaves {0} shouldn't be less than already approved leaves {1} for the period,Notă: Totalul frunzelor alocate {0} nu ar trebui să fie mai mică decât frunzele deja aprobate {1} pentru perioada
Frappe PR Botbfdb7262017-07-11 15:20:11 +0530633,Total Stock Summary,Rezumatul total al stocului
Frappe PR Botc0804792017-05-19 12:30:04 +0530634DocType: Announcement,Posted By,Postat de
635DocType: Item,Delivered by Supplier (Drop Ship),Livrate de Furnizor (Drop navelor)
636apps/erpnext/erpnext/config/crm.py +12,Database of potential customers.,Baza de date cu clienți potențiali.
637DocType: Authorization Rule,Customer or Item,Client sau un element
638apps/erpnext/erpnext/config/selling.py +28,Customer database.,Baza de Date Client.
639DocType: Quotation,Quotation To,Citat Pentru a
640DocType: Lead,Middle Income,Venituri medii
641apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.py +218,Opening (Cr),Deschidere (Cr)
Frappe PR Botd112ee52017-08-31 19:38:41 +0530642apps/erpnext/erpnext/stock/doctype/item/item.py +799,Default Unit of Measure for Item {0} cannot be changed directly because you have already made some transaction(s) with another UOM. You will need to create a new Item to use a different Default UOM.,"Unitatea de măsură implicită pentru postul {0} nu poate fi schimbat direct, deoarece aveti si voi deja unele tranzacții (i) cu un alt UOM. Veți avea nevoie pentru a crea un nou element pentru a utiliza un alt implicit UOM."
643apps/erpnext/erpnext/accounts/utils.py +349,Allocated amount can not be negative,Suma alocată nu poate fi negativă
644apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.js +11,Please set the Company,Stabiliți compania
645apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.js +11,Please set the Company,Stabiliți compania
Frappe PR Botc0804792017-05-19 12:30:04 +0530646DocType: Purchase Order Item,Billed Amt,Suma facturată
647DocType: Training Result Employee,Training Result Employee,Angajat de formare Rezultat
648DocType: Warehouse,A logical Warehouse against which stock entries are made.,Un depozit logic față de care se efectuează înregistrări de stoc.
649DocType: Repayment Schedule,Principal Amount,Suma principală
650DocType: Employee Loan Application,Total Payable Interest,Dobânda totală de plată
651DocType: Sales Invoice Timesheet,Sales Invoice Timesheet,Vânzări factură Pontaj
652apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +118,Reference No & Reference Date is required for {0},Nu referință și de referință Data este necesar pentru {0}
653DocType: Process Payroll,Select Payment Account to make Bank Entry,Selectați Cont de plăți pentru a face Banca de intrare
Frappe PR Bot59ee45a2017-06-01 19:05:28 +0530654apps/erpnext/erpnext/utilities/activation.py +134,"Create Employee records to manage leaves, expense claims and payroll","Crearea de înregistrări angajaților pentru a gestiona frunze, cheltuieli și salarizare creanțe"
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530655apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +159,Proposal Writing,Propunere de scriere
Frappe PR Botc0804792017-05-19 12:30:04 +0530656DocType: Payment Entry Deduction,Payment Entry Deduction,Plată Deducerea intrare
657apps/erpnext/erpnext/setup/doctype/sales_person/sales_person.py +35,Another Sales Person {0} exists with the same Employee id,Un alt Sales Person {0} există cu același ID Angajat
658DocType: Production Planning Tool,"If checked, raw materials for items that are sub-contracted will be included in the Material Requests","Dacă este bifată, materiile prime pentru elementele care sunt subcontractate vor fi incluse în Cererile materiale"
659apps/erpnext/erpnext/config/accounts.py +80,Masters,Masterat
660DocType: Assessment Plan,Maximum Assessment Score,Scor maxim de evaluare
661apps/erpnext/erpnext/config/accounts.py +140,Update Bank Transaction Dates,Perioada tranzacție de actualizare Bank
Frappe PR Botd112ee52017-08-31 19:38:41 +0530662apps/erpnext/erpnext/config/projects.py +35,Time Tracking,Urmărirea timpului
663DocType: Purchase Invoice,DUPLICATE FOR TRANSPORTER,DUPLICAT PENTRU TRANSPORTATOR
Frappe PR Botc0804792017-05-19 12:30:04 +0530664DocType: Fiscal Year Company,Fiscal Year Company,Anul fiscal companie
665DocType: Packing Slip Item,DN Detail,Detaliu DN
666DocType: Training Event,Conference,Conferinţă
667DocType: Timesheet,Billed,Facturat
668DocType: Batch,Batch Description,Descriere lot
669apps/erpnext/erpnext/schools/doctype/student_group_creation_tool/student_group_creation_tool.js +12,Creating student groups,Crearea grupurilor de studenți
670apps/erpnext/erpnext/schools/doctype/student_group_creation_tool/student_group_creation_tool.js +12,Creating student groups,Crearea grupurilor de studenți
Frappe PR Botd112ee52017-08-31 19:38:41 +0530671apps/erpnext/erpnext/accounts/utils.py +723,"Payment Gateway Account not created, please create one manually.","Plata Gateway Cont nu a fost creată, vă rugăm să creați manual unul."
672DocType: Supplier Scorecard,Per Year,Pe an
Frappe PR Botc0804792017-05-19 12:30:04 +0530673DocType: Sales Invoice,Sales Taxes and Charges,Taxele de vânzări și Taxe
674DocType: Employee,Organization Profile,Organizație de profil
675DocType: Student,Sibling Details,Detalii sibling
676DocType: Vehicle Service,Vehicle Service,Serviciu de vehicule
677apps/erpnext/erpnext/config/setup.py +101,Automatically triggers the feedback request based on conditions.,declanșează automat cererea de feedback pe baza condițiilor.
678DocType: Employee,Reason for Resignation,Motiv pentru demisie
679apps/erpnext/erpnext/config/hr.py +147,Template for performance appraisals.,Șablon pentru evaluările de performanță.
680DocType: Sales Invoice,Credit Note Issued,Nota de credit Eliberat
681DocType: Project Task,Weight,Greutate
682DocType: Payment Reconciliation,Invoice/Journal Entry Details,Factura / Jurnalul Detalii intrare
683apps/erpnext/erpnext/accounts/utils.py +83,{0} '{1}' not in Fiscal Year {2},{0} '{1}' nu există în anul fiscal {2}
684DocType: Buying Settings,Settings for Buying Module,Setări pentru cumparare Modulul
685apps/erpnext/erpnext/accounts/doctype/asset_movement/asset_movement.py +21,Asset {0} does not belong to company {1},Activ {0} nu aparține companiei {1}
Frappe PR Bot7c901002017-06-07 12:05:29 +0530686apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +70,Please enter Purchase Receipt first,Va rugam sa introduceti Primirea achiziția
Frappe PR Botc0804792017-05-19 12:30:04 +0530687DocType: Buying Settings,Supplier Naming By,Furnizor de denumire prin
688DocType: Activity Type,Default Costing Rate,Implicit Rata Costing
689DocType: Maintenance Schedule,Maintenance Schedule,Program Mentenanta
Frappe PR Bot7c901002017-06-07 12:05:29 +0530690apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +36,"Then Pricing Rules are filtered out based on Customer, Customer Group, Territory, Supplier, Supplier Type, Campaign, Sales Partner etc.","Apoi normelor privind prețurile sunt filtrate pe baza Customer, Client Group, Territory, furnizor, furnizor de tip, Campania, Vanzari Partener etc"
Frappe PR Botc0804792017-05-19 12:30:04 +0530691apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +24,Net Change in Inventory,Schimbarea net în inventar
692apps/erpnext/erpnext/config/hr.py +157,Employee Loan Management,Managementul de împrumut Angajat
693DocType: Employee,Passport Number,Numărul de pașaport
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530694apps/erpnext/erpnext/schools/report/student_and_guardian_contact_details/student_and_guardian_contact_details.py +60,Relation with Guardian2,Relația cu Guardian2
695apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +93,Manager,Manager
Frappe PR Botc0804792017-05-19 12:30:04 +0530696DocType: Payment Entry,Payment From / To,Plata De la / la
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530697apps/erpnext/erpnext/selling/doctype/customer/customer.py +124,New credit limit is less than current outstanding amount for the customer. Credit limit has to be atleast {0},Noua limită de credit este mai mică decât valoarea curentă restante pentru client. Limita de credit trebuie să fie atleast {0}
Frappe PR Botc0804792017-05-19 12:30:04 +0530698apps/erpnext/erpnext/controllers/trends.py +39,'Based On' and 'Group By' can not be same,'Bazat pe' și 'Grupat dupa' nu pot fi identice
699DocType: Sales Person,Sales Person Targets,Obiective de vânzări Persoana
700DocType: Installation Note,IN-,ÎN-
701DocType: Production Order Operation,In minutes,In cateva minute
702DocType: Issue,Resolution Date,Data rezoluție
703DocType: Student Batch Name,Batch Name,Nume lot
Frappe PR Bot3b128ca2017-07-25 11:46:16 +0530704apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +319,Timesheet created:,Pontajul creat:
Frappe PR Botd112ee52017-08-31 19:38:41 +0530705apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +890,Please set default Cash or Bank account in Mode of Payment {0},Vă rugăm să setați Cash implicit sau cont bancar în modul de plată {0}
Frappe PR Botc0804792017-05-19 12:30:04 +0530706apps/erpnext/erpnext/schools/doctype/student_applicant/student_applicant.js +20,Enroll,A se inscrie
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530707DocType: GST Settings,GST Settings,Setări GST
Frappe PR Botc0804792017-05-19 12:30:04 +0530708DocType: Selling Settings,Customer Naming By,Numire Client de catre
709DocType: Student Leave Application,Will show the student as Present in Student Monthly Attendance Report,Va arăta studentului așa cum sunt prezente Student Raport lunar de prezență
710DocType: Depreciation Schedule,Depreciation Amount,Sumă de amortizare
711apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.js +56,Convert to Group,Transforma in grup
712DocType: Activity Cost,Activity Type,Tip Activitate
713DocType: Request for Quotation,For individual supplier,Pentru furnizor individual
714DocType: BOM Operation,Base Hour Rate(Company Currency),Rata de bază ore (companie Moneda)
715apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +47,Delivered Amount,Suma Pronunțată
716DocType: Supplier,Fixed Days,Zilele fixe
717DocType: Quotation Item,Item Balance,Postul Balanța
718DocType: Sales Invoice,Packing List,Lista de ambalare
719apps/erpnext/erpnext/config/buying.py +28,Purchase Orders given to Suppliers.,A achiziționa ordine de date Furnizori.
720apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +43,Publishing,Editare
721DocType: Activity Cost,Projects User,Proiecte de utilizare
722apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +41,Consumed,Consumat
723apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +157,{0}: {1} not found in Invoice Details table,{0}: {1} nu a fost găsit în tabelul detalii factură
724DocType: Company,Round Off Cost Center,Rotunji cost Center
Frappe PR Bot3b128ca2017-07-25 11:46:16 +0530725apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +227,Maintenance Visit {0} must be cancelled before cancelling this Sales Order,Vizita de Mentenanta {0} trebuie sa fie anulată înainte de a anula această Comandă de Vânzări
Frappe PR Botc0804792017-05-19 12:30:04 +0530726DocType: Item,Material Transfer,Transfer de material
Frappe PR Botd112ee52017-08-31 19:38:41 +0530727apps/erpnext/erpnext/buying/doctype/supplier_scorecard_variable/supplier_scorecard_variable.py +24,Could not find path for ,Căutarea nu a putut fi găsită
Frappe PR Botc0804792017-05-19 12:30:04 +0530728apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.py +211,Opening (Dr),Deschidere (Dr)
729apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +39,Posting timestamp must be after {0},Timestamp postarea trebuie să fie după {0}
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530730,GST Itemised Purchase Register,GST Registrul achiziționărilor detaliate
Frappe PR Botc0804792017-05-19 12:30:04 +0530731DocType: Employee Loan,Total Interest Payable,Dobânda totală de plată
732DocType: Landed Cost Taxes and Charges,Landed Cost Taxes and Charges,Impozite cost debarcate și Taxe
733DocType: Production Order Operation,Actual Start Time,Timpul efectiv de începere
734DocType: BOM Operation,Operation Time,Funcționare Ora
Frappe PR Bot3b128ca2017-07-25 11:46:16 +0530735apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +285,Finish,finalizarea
Frappe PR Botfa042362017-07-17 17:50:36 +0530736apps/erpnext/erpnext/hr/doctype/salary_structure/salary_structure.js +395,Base,Baza
Frappe PR Botc0804792017-05-19 12:30:04 +0530737DocType: Timesheet,Total Billed Hours,Numărul total de ore facturate
738DocType: Journal Entry,Write Off Amount,Scrie Off Suma
Frappe PR Botd112ee52017-08-31 19:38:41 +0530739DocType: Leave Block List Allow,Allow User,Permiteţi utilizator
Frappe PR Botc0804792017-05-19 12:30:04 +0530740DocType: Journal Entry,Bill No,Factură nr.
741DocType: Company,Gain/Loss Account on Asset Disposal,Cont câștig / Pierdere de eliminare a activelor
742DocType: Vehicle Log,Service Details,Detalii de serviciu
743DocType: Vehicle Log,Service Details,Detalii de serviciu
744DocType: Purchase Invoice,Quarterly,Trimestrial
745DocType: Selling Settings,Delivery Note Required,Nota de Livrare Necesara
746DocType: Bank Guarantee,Bank Guarantee Number,Numărul de garanție bancară
747DocType: Bank Guarantee,Bank Guarantee Number,Numărul de garanție bancară
748DocType: Assessment Criteria,Assessment Criteria,Criterii de evaluare
749DocType: BOM Item,Basic Rate (Company Currency),Rată elementară (moneda companiei)
750DocType: Student Attendance,Student Attendance,Participarea studenților
751DocType: Sales Invoice Timesheet,Time Sheet,Fișa de timp
752DocType: Manufacturing Settings,Backflush Raw Materials Based On,Backflush Materii Prime bazat pe
Frappe PR Botd112ee52017-08-31 19:38:41 +0530753apps/erpnext/erpnext/selling/doctype/quotation/quotation.py +84,Please enter item details,Va rugam sa introduceti detalii element
Frappe PR Botc0804792017-05-19 12:30:04 +0530754DocType: Interest,Interest,Interes
755apps/erpnext/erpnext/selling/doctype/customer/customer_dashboard.py +10,Pre Sales,Vânzări pre
756DocType: Purchase Receipt,Other Details,Alte detalii
757apps/erpnext/erpnext/accounts/report/delivered_items_to_be_billed/delivered_items_to_be_billed.py +18,Suplier,furnizo
758DocType: Account,Accounts,Conturi
759DocType: Vehicle,Odometer Value (Last),Valoarea contorului de parcurs (Ultimul)
Frappe PR Botd112ee52017-08-31 19:38:41 +0530760apps/erpnext/erpnext/config/buying.py +160,Templates of supplier scorecard criteria.,Șabloane ale criteriilor privind tabloul de bord al furnizorului.
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530761apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +78,Marketing,Marketing
Frappe PR Botd112ee52017-08-31 19:38:41 +0530762apps/erpnext/erpnext/accounts/doctype/payment_request/payment_request.py +284,Payment Entry is already created,Plata Intrarea este deja creat
763DocType: Request for Quotation,Get Suppliers,Obțineți furnizori
Frappe PR Botc0804792017-05-19 12:30:04 +0530764DocType: Purchase Receipt Item Supplied,Current Stock,Stoc curent
Frappe PR Bot3b128ca2017-07-25 11:46:16 +0530765apps/erpnext/erpnext/controllers/accounts_controller.py +558,Row #{0}: Asset {1} does not linked to Item {2},Rând # {0}: {1} activ nu legat de postul {2}
Frappe PR Botfa042362017-07-17 17:50:36 +0530766apps/erpnext/erpnext/hr/doctype/salary_structure/salary_structure.js +377,Preview Salary Slip,Previzualizare Salariu alunecare
Frappe PR Botc0804792017-05-19 12:30:04 +0530767apps/erpnext/erpnext/accounts/doctype/budget/budget.py +54,Account {0} has been entered multiple times,Contul {0} a fost introdus de mai multe ori
768DocType: Account,Expenses Included In Valuation,Cheltuieli Incluse în Evaluare
769DocType: Hub Settings,Seller City,Vânzător oraș
770,Absent Student Report,Raport de student absent
771DocType: Email Digest,Next email will be sent on:,E-mail viitor va fi trimis la:
772DocType: Offer Letter Term,Offer Letter Term,Oferta Scrisoare Termen
Frappe PR Botd112ee52017-08-31 19:38:41 +0530773DocType: Supplier Scorecard,Per Week,Pe saptamana
774apps/erpnext/erpnext/stock/doctype/item/item.py +614,Item has variants.,Element are variante.
Frappe PR Botc0804792017-05-19 12:30:04 +0530775apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +65,Item {0} not found,Articolul {0} nu a fost găsit
776DocType: Bin,Stock Value,Valoare stoc
777apps/erpnext/erpnext/accounts/doctype/account/account.py +26,Company {0} does not exist,Firma {0} nu există
Frappe PR Bot7c901002017-06-07 12:05:29 +0530778apps/erpnext/erpnext/buying/page/purchase_analytics/purchase_analytics.js +82,Tree Type,Arbore Tip
Frappe PR Botc0804792017-05-19 12:30:04 +0530779DocType: BOM Explosion Item,Qty Consumed Per Unit,Cantitate consumata pe unitatea
780DocType: Serial No,Warranty Expiry Date,Garanție Data expirării
781DocType: Material Request Item,Quantity and Warehouse,Cantitatea și Warehouse
782DocType: Sales Invoice,Commission Rate (%),Rata de Comision (%)
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530783apps/erpnext/erpnext/schools/doctype/student_group/student_group.py +23,Please select Program,Selectați Program
Frappe PR Botc0804792017-05-19 12:30:04 +0530784DocType: Project,Estimated Cost,Cost estimat
785DocType: Purchase Order,Link to material requests,Link la cererile de materiale
786apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +7,Aerospace,Spaţiul aerian
787DocType: Journal Entry,Credit Card Entry,Card de credit intrare
788apps/erpnext/erpnext/config/accounts.py +51,Company and Accounts,Și evidența contabilă
789apps/erpnext/erpnext/config/stock.py +22,Goods received from Suppliers.,Bunuri primite de la furnizori.
Frappe PR Bot3b128ca2017-07-25 11:46:16 +0530790apps/erpnext/erpnext/stock/report/stock_balance/stock_balance.py +58,In Value,în valoare
Frappe PR Botc0804792017-05-19 12:30:04 +0530791DocType: Lead,Campaign Name,Denumire campanie
792DocType: Selling Settings,Close Opportunity After Days,Închide oportunitate După zile
793,Reserved,Rezervat
794DocType: Purchase Order,Supply Raw Materials,Aprovizionarea cu materii prime
795DocType: Purchase Invoice,The date on which next invoice will be generated. It is generated on submit.,Data la care va fi generat următoarea factură. Acesta este generată pe prezinte.
796apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +10,Current Assets,Active Curente
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530797apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +94,{0} is not a stock Item,{0} nu este un articol de stoc
Frappe PR Botc0804792017-05-19 12:30:04 +0530798DocType: Mode of Payment Account,Default Account,Cont Implicit
799DocType: Payment Entry,Received Amount (Company Currency),Suma primită (companie Moneda)
Frappe PR Botd112ee52017-08-31 19:38:41 +0530800apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +174,Lead must be set if Opportunity is made from Lead,Conducerea trebuie să fie setata dacă Oportunitatea este creata din Conducere
Frappe PR Botc0804792017-05-19 12:30:04 +0530801apps/erpnext/erpnext/hr/doctype/holiday_list/holiday_list.py +29,Please select weekly off day,Vă rugăm să selectați zi liberă pe săptămână
802DocType: Production Order Operation,Planned End Time,Planificate End Time
803,Sales Person Target Variance Item Group-Wise,Persoana de vânzări țintă varianță Articol Grupa Înțelept
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530804apps/erpnext/erpnext/accounts/doctype/account/account.py +96,Account with existing transaction cannot be converted to ledger,Un cont cu tranzacții existente nu poate fi transformat în registru contabil
Frappe PR Botc0804792017-05-19 12:30:04 +0530805DocType: Delivery Note,Customer's Purchase Order No,Nr. Comanda de Aprovizionare Client
806DocType: Budget,Budget Against,Buget împotriva
807DocType: Employee,Cell Number,Număr Celula
808apps/erpnext/erpnext/stock/reorder_item.py +177,Auto Material Requests Generated,Cereri materiale Auto Generat
809apps/erpnext/erpnext/buying/doctype/supplier_quotation/supplier_quotation_list.js +7,Lost,Pierdut
810apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +152,You can not enter current voucher in 'Against Journal Entry' column,"Nu puteți introduce voucher curent în ""Împotriva Jurnalul intrare"" coloană"
811apps/erpnext/erpnext/stock/page/stock_balance/stock_balance.js +50,Reserved for manufacturing,Rezervat pentru fabricare
812apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +25,Energy,Energie
813DocType: Opportunity,Opportunity From,Oportunitate de la
814apps/erpnext/erpnext/config/hr.py +98,Monthly salary statement.,Declarația salariu lunar.
Frappe PR Botd112ee52017-08-31 19:38:41 +0530815apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +858,Row {0}: {1} Serial numbers required for Item {2}. You have provided {3}.,Rând {0}: {1} Numerele de serie necesare pentru articolul {2}. Ați oferit {3}.
Frappe PR Botc0804792017-05-19 12:30:04 +0530816DocType: BOM,Website Specifications,Site-ul Specificații
Frappe PR Botd112ee52017-08-31 19:38:41 +0530817apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +48,Item Code &gt; Item Group &gt; Brand,Codul elementului&gt; Element Grup&gt; Brand
Frappe PR Botc0804792017-05-19 12:30:04 +0530818apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +24,{0}: From {0} of type {1},{0}: de la {0} de tipul {1}
819DocType: Warranty Claim,CI-,CI
Frappe PR Botd112ee52017-08-31 19:38:41 +0530820apps/erpnext/erpnext/controllers/buying_controller.py +289,Row {0}: Conversion Factor is mandatory,Rând {0}: Factorul de conversie este obligatorie
Frappe PR Botc0804792017-05-19 12:30:04 +0530821DocType: Employee,A+,A +
Frappe PR Botd112ee52017-08-31 19:38:41 +0530822apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +326,"Multiple Price Rules exists with same criteria, please resolve conflict by assigning priority. Price Rules: {0}","Reguli de preturi multiple există cu aceleași criterii, vă rugăm să rezolve conflictul prin atribuirea de prioritate. Reguli de preț: {0}"
823apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +479,Cannot deactivate or cancel BOM as it is linked with other BOMs,"Nu se poate deactiva sau anula FDM, deoarece este conectat cu alte FDM-uri"
Frappe PR Botc0804792017-05-19 12:30:04 +0530824DocType: Opportunity,Maintenance,Mentenanţă
Frappe PR Botc0804792017-05-19 12:30:04 +0530825DocType: Item Attribute Value,Item Attribute Value,Postul caracteristicii Valoarea
826apps/erpnext/erpnext/config/selling.py +158,Sales campaigns.,Campanii de vanzari.
Frappe PR Bot3b128ca2017-07-25 11:46:16 +0530827apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +109,Make Timesheet,asiguraţi-Pontaj
Frappe PR Botc0804792017-05-19 12:30:04 +0530828DocType: Sales Taxes and Charges Template,"Standard tax template that can be applied to all Sales Transactions. This template can contain list of tax heads and also other expense / income heads like ""Shipping"", ""Insurance"", ""Handling"" etc.
Pratik Vyas593d5622015-03-02 19:07:52 +0530829
Frappe PR Botc0804792017-05-19 12:30:04 +0530830#### Note
831
832The tax rate you define here will be the standard tax rate for all **Items**. If there are **Items** that have different rates, they must be added in the **Item Tax** table in the **Item** master.
833
834#### Description of Columns
835
8361. Calculation Type:
837 - This can be on **Net Total** (that is the sum of basic amount).
838 - **On Previous Row Total / Amount** (for cumulative taxes or charges). If you select this option, the tax will be applied as a percentage of the previous row (in the tax table) amount or total.
839 - **Actual** (as mentioned).
8402. Account Head: The Account ledger under which this tax will be booked
8413. Cost Center: If the tax / charge is an income (like shipping) or expense it needs to be booked against a Cost Center.
8424. Description: Description of the tax (that will be printed in invoices / quotes).
8435. Rate: Tax rate.
8446. Amount: Tax amount.
8457. Total: Cumulative total to this point.
8468. Enter Row: If based on ""Previous Row Total"" you can select the row number which will be taken as a base for this calculation (default is the previous row).
8479. Is this Tax included in Basic Rate?: If you check this, it means that this tax will not be shown below the item table, but will be included in the Basic Rate in your main item table. This is useful where you want give a flat price (inclusive of all taxes) price to customers.","Șablon de impozitare standard, care pot fi aplicate la toate tranzacțiile de vânzare. Acest model poate conține lista de capete fiscale și, de asemenea, mai multe capete de cheltuieli / venituri, cum ar fi ""de transport"", ""asigurare"", ""manipulare"" etc.
848
849 #### Notă
850
851 vă Rata de impozitare defini aici va fi cota de impozitare standard pentru toate Articole ** **. Dacă există articole ** **, care au preturi diferite, acestea trebuie să fie adăugate în ** Impozitul Postul ** masă în ** ** postul comandantului.
852
853 #### Descrierea de coloane
854
855 1. Calcul Tip:
856 - Acest lucru poate fi pe ** net total ** (care este suma cuantum de bază).
857 - ** La rândul precedent Raport / Suma ** (pentru impozite sau taxe cumulative). Dacă selectați această opțiune, impozitul va fi aplicat ca procent din rândul anterior (în tabelul de impozitare) suma totală sau.
858 - ** ** Real (după cum sa menționat).
859 2. Șeful cont: Registrul cont în care acest impozit va fi rezervat
860 3. Cost Center: În cazul în care taxa / taxa este un venit (cum ar fi de transport maritim) sau cheltuieli trebuie să se rezervat împotriva unui centru de cost.
861 4. Descriere: Descriere a taxei (care vor fi tipărite în facturi / citate).
862 5. Notă: Rata de Profit Brut.
863 6. Suma: suma taxei.
864 7. Total: total cumulat la acest punct.
865 8. Introduceți Row: Dacă bazat pe ""Înapoi Row Total"", puteți selecta numărul rând care vor fi luate ca bază pentru acest calcul (implicit este rândul precedent).
866 9. Este Brut inclus în rata de bază ?: Dacă verifica acest lucru, înseamnă că acest impozit nu va fi arătată tabelul de mai jos articol, dar vor fi incluse în rata de bază din tabelul punctul principal. Acest lucru este util în cazul în care doriți dau un preț plat (cu toate taxele incluse) preț pentru clienți."
867DocType: Employee,Bank A/C No.,Bancă A/C nr.
868DocType: Bank Guarantee,Project,Proiecte
869DocType: Quality Inspection Reading,Reading 7,Lectură 7
Frappe PR Bot7c901002017-06-07 12:05:29 +0530870apps/erpnext/erpnext/stock/doctype/material_request/material_request_list.js +9,Partially Ordered,Comandat parțial
Frappe PR Botc0804792017-05-19 12:30:04 +0530871DocType: Expense Claim Detail,Expense Claim Type,Tip Revendicare Cheltuieli
872DocType: Shopping Cart Settings,Default settings for Shopping Cart,Setările implicite pentru Cosul de cumparaturi
Frappe PR Botd112ee52017-08-31 19:38:41 +0530873apps/erpnext/erpnext/accounts/doctype/asset/depreciation.py +138,Asset scrapped via Journal Entry {0},Activ casate prin Jurnal de intrare {0}
Frappe PR Botc0804792017-05-19 12:30:04 +0530874DocType: Employee Loan,Interest Income Account,Contul Interes Venit
875apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +13,Biotechnology,Biotehnologie
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530876apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +109,Office Maintenance Expenses,Cheltuieli de întreținere birou
Frappe PR Botc0804792017-05-19 12:30:04 +0530877apps/erpnext/erpnext/config/learn.py +47,Setting up Email Account,Configurarea contului de e-mail
Frappe PR Bot7c901002017-06-07 12:05:29 +0530878apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.js +114,Please enter Item first,Va rugam sa introduceti Articol primul
Frappe PR Botc0804792017-05-19 12:30:04 +0530879DocType: Account,Liability,Răspundere
Frappe PR Botd112ee52017-08-31 19:38:41 +0530880apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.py +186,Sanctioned Amount cannot be greater than Claim Amount in Row {0}.,Sancționat Suma nu poate fi mai mare decât revendicarea Suma în rândul {0}.
Frappe PR Botc0804792017-05-19 12:30:04 +0530881DocType: Company,Default Cost of Goods Sold Account,Implicit Costul cont bunuri vândute
Frappe PR Botd112ee52017-08-31 19:38:41 +0530882apps/erpnext/erpnext/stock/get_item_details.py +310,Price List not selected,Lista de prețuri nu selectat
Frappe PR Botc0804792017-05-19 12:30:04 +0530883DocType: Employee,Family Background,Context familial
884DocType: Request for Quotation Supplier,Send Email,Trimiteți-ne email
Frappe PR Botd112ee52017-08-31 19:38:41 +0530885apps/erpnext/erpnext/stock/doctype/item/item.py +204,Warning: Invalid Attachment {0},Atenție: Attachment invalid {0}
Frappe PR Botbfdb7262017-07-11 15:20:11 +0530886apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +755,No Permission,Nici o permisiune
Frappe PR Botc0804792017-05-19 12:30:04 +0530887DocType: Company,Default Bank Account,Cont Bancar Implicit
888apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +50,"To filter based on Party, select Party Type first","Pentru a filtra pe baza Party, selectați Party Tip primul"
889apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +48,'Update Stock' can not be checked because items are not delivered via {0},"""Actualizare stoc"" nu poate fi activat, deoarece obiectele nu sunt livrate prin {0}"
890DocType: Vehicle,Acquisition Date,Data achiziției
Frappe PR Botd112ee52017-08-31 19:38:41 +0530891apps/erpnext/erpnext/public/js/setup_wizard.js +310,Nos,Nos
Frappe PR Botc0804792017-05-19 12:30:04 +0530892DocType: Item,Items with higher weightage will be shown higher,Articole cu weightage mare va fi afișat mai mare
893DocType: Bank Reconciliation Detail,Bank Reconciliation Detail,Detaliu reconciliere bancară
Frappe PR Bot3b128ca2017-07-25 11:46:16 +0530894apps/erpnext/erpnext/controllers/accounts_controller.py +562,Row #{0}: Asset {1} must be submitted,Rând # {0}: {1} activ trebuie să fie depuse
Frappe PR Botc0804792017-05-19 12:30:04 +0530895apps/erpnext/erpnext/hr/doctype/leave_control_panel/leave_control_panel.py +40,No employee found,Nu a fost gasit angajat
896DocType: Supplier Quotation,Stopped,Oprita
897DocType: Item,If subcontracted to a vendor,Dacă subcontractat la un furnizor
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530898apps/erpnext/erpnext/schools/doctype/student_group/student_group.js +111,Student Group is already updated.,Grupul de studenți este deja actualizat.
899apps/erpnext/erpnext/schools/doctype/student_group/student_group.js +111,Student Group is already updated.,Grupul de studenți este deja actualizat.
Frappe PR Botc0804792017-05-19 12:30:04 +0530900DocType: SMS Center,All Customer Contact,Toate contactele clienților
901apps/erpnext/erpnext/config/stock.py +153,Upload stock balance via csv.,Încărcați echilibru stoc prin csv.
902DocType: Warehouse,Tree Details,copac Detalii
903DocType: Training Event,Event Status,Stare eveniment
904,Support Analytics,Suport Analytics
Frappe PR Botd112ee52017-08-31 19:38:41 +0530905apps/erpnext/erpnext/accounts/doctype/payment_request/payment_request.py +346,"If you have any questions, please get back to us.","Dacă aveți întrebări, vă rugăm să ne întoarcem la noi."
Frappe PR Botc0804792017-05-19 12:30:04 +0530906DocType: Item,Website Warehouse,Site-ul Warehouse
907DocType: Payment Reconciliation,Minimum Invoice Amount,Factură cantitate minimă
908apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +111,{0} {1}: Cost Center {2} does not belong to Company {3},{0} {1}: Cost Center {2} nu aparține Companiei {3}
909apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +88,{0} {1}: Account {2} cannot be a Group,{0} {1}: Cont {2} nu poate fi un grup
Frappe PR Botd112ee52017-08-31 19:38:41 +0530910apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +63,Item Row {idx}: {doctype} {docname} does not exist in above '{doctype}' table,Postul rând {IDX}: {DOCTYPE} {DOCNAME} nu există în sus &quot;{DOCTYPE} &#39;masă
911apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +288,Timesheet {0} is already completed or cancelled,Pontajul {0} este deja finalizată sau anulată
Frappe PR Botc0804792017-05-19 12:30:04 +0530912apps/erpnext/erpnext/templates/pages/projects.html +42,No tasks,Nu există nicio sarcină
913DocType: Purchase Invoice,"The day of the month on which auto invoice will be generated e.g. 05, 28 etc",
914DocType: Asset,Opening Accumulated Depreciation,Deschidere Amortizarea Acumulate
915apps/erpnext/erpnext/hr/doctype/appraisal/appraisal.js +49,Score must be less than or equal to 5,Scorul trebuie să fie mai mică sau egală cu 5
916DocType: Program Enrollment Tool,Program Enrollment Tool,Programul Instrumentul de înscriere
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530917apps/erpnext/erpnext/config/accounts.py +332,C-Form records,Înregistrări formular-C
Frappe PR Botc0804792017-05-19 12:30:04 +0530918apps/erpnext/erpnext/config/selling.py +311,Customer and Supplier,Client și furnizor
919DocType: Email Digest,Email Digest Settings,Setari Email Digest
Frappe PR Botd112ee52017-08-31 19:38:41 +0530920apps/erpnext/erpnext/accounts/doctype/payment_request/payment_request.py +348,Thank you for your business!,Vă mulțumesc pentru afacerea dvs!
Frappe PR Botc0804792017-05-19 12:30:04 +0530921apps/erpnext/erpnext/config/support.py +12,Support queries from customers.,Interogări de suport din partea clienților.
922,Production Order Stock Report,Producție Raport de comandă stoc
923DocType: HR Settings,Retirement Age,Vârsta de pensionare
924DocType: Bin,Moving Average Rate,Rata medie mobilă
925DocType: Production Planning Tool,Select Items,Selectați Elemente
926apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +372,{0} against Bill {1} dated {2},{0} comparativ cu factura {1} din data de {2}
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530927DocType: Program Enrollment,Vehicle/Bus Number,Numărul vehiculului / autobuzului
Frappe PR Bot59ee45a2017-06-01 19:05:28 +0530928apps/erpnext/erpnext/schools/doctype/course/course.js +17,Course Schedule,Program de curs de
Frappe PR Botd112ee52017-08-31 19:38:41 +0530929DocType: Request for Quotation Supplier,Quote Status,Citat Stare
Frappe PR Botc0804792017-05-19 12:30:04 +0530930DocType: Maintenance Visit,Completion Status,Stare Finalizare
931DocType: HR Settings,Enter retirement age in years,Introdu o vârsta de pensionare în anii
932apps/erpnext/erpnext/accounts/doctype/asset/asset.js +263,Target Warehouse,Țintă Warehouse
Frappe PR Botfa042362017-07-17 17:50:36 +0530933apps/erpnext/erpnext/public/js/utils/serial_no_batch_selector.js +102,Please select a warehouse,Selectați un depozit
Frappe PR Botc0804792017-05-19 12:30:04 +0530934DocType: Cheque Print Template,Starting location from left edge,Punctul de plecare de la marginea din stânga
935DocType: Item,Allow over delivery or receipt upto this percent,Permiteți peste livrare sau primire pana la acest procent
936DocType: Stock Entry,STE-,sterilizabile
937DocType: Upload Attendance,Import Attendance,Import Spectatori
Frappe PR Bot59ee45a2017-06-01 19:05:28 +0530938apps/erpnext/erpnext/public/js/pos/pos.html +115,All Item Groups,Toate grupurile articolului
Frappe PR Botc0804792017-05-19 12:30:04 +0530939DocType: Process Payroll,Activity Log,Jurnal Activitate
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530940apps/erpnext/erpnext/accounts/report/profit_and_loss_statement/profit_and_loss_statement.py +39,Net Profit / Loss,Profit / pierdere net
Frappe PR Botc0804792017-05-19 12:30:04 +0530941apps/erpnext/erpnext/config/setup.py +89,Automatically compose message on submission of transactions.,Compune în mod automat un mesaj la introducere de tranzacții.
942DocType: Production Order,Item To Manufacture,Articol pentru Fabricare
943apps/erpnext/erpnext/buying/utils.py +80,{0} {1} status is {2},{0} {1} statusul este {2}
944DocType: Employee,Provide Email Address registered in company,Furnizarea Adresa de email inregistrata in companie
945DocType: Shopping Cart Settings,Enable Checkout,activaţi Checkout
946apps/erpnext/erpnext/config/learn.py +202,Purchase Order to Payment,Comandă de aprovizionare de plata
947apps/erpnext/erpnext/stock/page/stock_balance/stock_balance.js +48,Projected Qty,Proiectat Cantitate
948DocType: Sales Invoice,Payment Due Date,Data scadentă de plată
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530949apps/erpnext/erpnext/stock/doctype/item/item.js +349,Item Variant {0} already exists with same attributes,Postul Varianta {0} există deja cu aceleași atribute
Frappe PR Botd112ee52017-08-31 19:38:41 +0530950apps/erpnext/erpnext/stock/report/stock_ledger/stock_ledger.py +115,'Opening',&quot;Deschiderea&quot;
Frappe PR Botc0804792017-05-19 12:30:04 +0530951apps/erpnext/erpnext/setup/doctype/email_digest/templates/default.html +130,Open To Do,Deschideți To Do
952DocType: Notification Control,Delivery Note Message,Nota de Livrare Mesaj
953DocType: Expense Claim,Expenses,Cheltuieli
954DocType: Item Variant Attribute,Item Variant Attribute,Varianta element Atribut
955,Purchase Receipt Trends,Tendințe Primirea de cumpărare
956DocType: Process Payroll,Bimonthly,Bilunar
957DocType: Vehicle Service,Brake Pad,Pad de frână
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530958apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +88,Research & Development,Cercetare & Dezvoltare
Frappe PR Botc0804792017-05-19 12:30:04 +0530959apps/erpnext/erpnext/accounts/report/purchase_order_items_to_be_billed/purchase_order_items_to_be_billed.py +20,Amount to Bill,Sumă pentru facturare
960DocType: Company,Registration Details,Detalii de înregistrare
961DocType: Timesheet,Total Billed Amount,Suma totală Billed
962DocType: Item Reorder,Re-Order Qty,Re-comanda Cantitate
963DocType: Leave Block List Date,Leave Block List Date,Data Lista Concedii Blocate
964DocType: Pricing Rule,Price or Discount,Preț sau Reducere
Frappe PR Botd112ee52017-08-31 19:38:41 +0530965apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +95,BOM #{0}: Raw material cannot be same as main Item,BOM # {0}: Materia primă nu poate fi identică cu elementul principal
966apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +92,Total Applicable Charges in Purchase Receipt Items table must be same as Total Taxes and Charges,Taxe totale aplicabile în tabelul de achiziție Chitanță Elementele trebuie să fie la fel ca total impozite și taxe
Frappe PR Botc0804792017-05-19 12:30:04 +0530967DocType: Sales Team,Incentives,Stimulente
968DocType: SMS Log,Requested Numbers,Numere solicitate
969DocType: Production Planning Tool,Only Obtain Raw Materials,Se obține numai Materii prime
970apps/erpnext/erpnext/config/hr.py +142,Performance appraisal.,De evaluare a performantei.
Frappe PR Botd112ee52017-08-31 19:38:41 +0530971apps/erpnext/erpnext/accounts/doctype/tax_rule/tax_rule.py +96,"Enabling 'Use for Shopping Cart', as Shopping Cart is enabled and there should be at least one Tax Rule for Shopping Cart","Dacă activați opțiunea &quot;Utilizare pentru Cos de cumparaturi &#39;, ca Cosul de cumparaturi este activat și trebuie să existe cel puțin o regulă fiscală pentru Cos de cumparaturi"
Frappe PR Bot3b128ca2017-07-25 11:46:16 +0530972apps/erpnext/erpnext/controllers/accounts_controller.py +360,"Payment Entry {0} is linked against Order {1}, check if it should be pulled as advance in this invoice.","Intrarea plată {0} este legată de comanda {1}, verificați dacă acesta ar trebui să fie tras ca avans în această factură."
Frappe PR Botc0804792017-05-19 12:30:04 +0530973DocType: Sales Invoice Item,Stock Details,Stoc Detalii
974apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +29,Project Value,Valoare proiect
975apps/erpnext/erpnext/config/selling.py +321,Point-of-Sale,Punct de vânzare
976DocType: Vehicle Log,Odometer Reading,Kilometrajul
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530977apps/erpnext/erpnext/accounts/doctype/account/account.py +119,"Account balance already in Credit, you are not allowed to set 'Balance Must Be' as 'Debit'","Soldul contului este deja în credit, nu vă este permis să setați ""Balanța trebuie să fie"" drept ""Debit""."
Frappe PR Botc0804792017-05-19 12:30:04 +0530978DocType: Account,Balance must be,Bilanţul trebuie să fie
979DocType: Hub Settings,Publish Pricing,Publica Prețuri
980DocType: Notification Control,Expense Claim Rejected Message,Mesaj Respingere Revendicare Cheltuieli
981,Available Qty,Cantitate disponibilă
982DocType: Purchase Taxes and Charges,On Previous Row Total,Inapoi la rândul Total
983DocType: Purchase Invoice Item,Rejected Qty,respinsă Cantitate
984DocType: Salary Slip,Working Days,Zile lucratoare
985DocType: Serial No,Incoming Rate,Rate de intrare
986DocType: Packing Slip,Gross Weight,Greutate brută
Frappe PR Botd112ee52017-08-31 19:38:41 +0530987apps/erpnext/erpnext/public/js/setup_wizard.js +92,The name of your company for which you are setting up this system.,Numele companiei dumneavoastră pentru care vă sunt configurarea acestui sistem.
Frappe PR Botc0804792017-05-19 12:30:04 +0530988DocType: HR Settings,Include holidays in Total no. of Working Days,Includ vacanțe în total nr. de zile lucrătoare
989DocType: Job Applicant,Hold,Păstrarea / Ţinerea / Deţinerea
990DocType: Employee,Date of Joining,Data Aderării
991DocType: Naming Series,Update Series,Actualizare Series
992DocType: Supplier Quotation,Is Subcontracted,Este subcontractată
993DocType: Item Attribute,Item Attribute Values,Valori Postul Atribut
994DocType: Examination Result,Examination Result,examinarea Rezultat
Frappe PR Botd112ee52017-08-31 19:38:41 +0530995apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +811,Purchase Receipt,Primirea de cumpărare
Frappe PR Botc0804792017-05-19 12:30:04 +0530996,Received Items To Be Billed,Articole primite Pentru a fi facturat
Frappe PR Bot3b128ca2017-07-25 11:46:16 +0530997apps/erpnext/erpnext/hr/doctype/process_payroll/process_payroll.py +173,Submitted Salary Slips,Depuse Alunecările salariale
Frappe PR Bot3ceab642017-07-04 16:08:14 +0530998apps/erpnext/erpnext/config/accounts.py +305,Currency exchange rate master.,Maestru cursului de schimb valutar.
Frappe PR Botd112ee52017-08-31 19:38:41 +0530999apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +196,Reference Doctype must be one of {0},Referință Doctype trebuie să fie una dintre {0}
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05301000apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +302,Unable to find Time Slot in the next {0} days for Operation {1},Imposibilitatea de a găsi timp Slot în următorii {0} zile pentru Operațiunea {1}
Frappe PR Botc0804792017-05-19 12:30:04 +05301001DocType: Production Order,Plan material for sub-assemblies,Material Plan de subansambluri
1002apps/erpnext/erpnext/config/selling.py +97,Sales Partners and Territory,Parteneri de vânzări și teritoriu
Frappe PR Botd112ee52017-08-31 19:38:41 +05301003apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +558,BOM {0} must be active,BOM {0} trebuie să fie activ
Frappe PR Botc0804792017-05-19 12:30:04 +05301004DocType: Journal Entry,Depreciation Entry,amortizare intrare
1005apps/erpnext/erpnext/selling/report/sales_person_wise_transaction_summary/sales_person_wise_transaction_summary.py +36,Please select the document type first,Vă rugăm să selectați tipul de document primul
1006apps/erpnext/erpnext/maintenance/doctype/maintenance_visit/maintenance_visit.py +65,Cancel Material Visits {0} before cancelling this Maintenance Visit,Anuleaza Vizite Material {0} înainte de a anula această Vizita de întreținere
Frappe PR Botbfdb7262017-07-11 15:20:11 +05301007apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +213,Serial No {0} does not belong to Item {1},Serial Nu {0} nu aparține postul {1}
Frappe PR Botc0804792017-05-19 12:30:04 +05301008DocType: Purchase Receipt Item Supplied,Required Qty,Necesar Cantitate
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301009apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +123,Warehouses with existing transaction can not be converted to ledger.,Depozite de tranzacții existente nu pot fi convertite în contabilitate.
Frappe PR Botc0804792017-05-19 12:30:04 +05301010DocType: Bank Reconciliation,Total Amount,Suma totală
1011apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +32,Internet Publishing,Editura Internet
1012DocType: Production Planning Tool,Production Orders,Comenzi de producție
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05301013apps/erpnext/erpnext/stock/report/stock_balance/stock_balance.py +62,Balance Value,Valoarea bilanţului
Frappe PR Botc0804792017-05-19 12:30:04 +05301014apps/erpnext/erpnext/stock/report/item_prices/item_prices.py +38,Sales Price List,Lista de prețuri de vânzare
1015apps/erpnext/erpnext/hub_node/doctype/hub_settings/hub_settings.py +69,Publish to sync items,Publica pentru a sincroniza articole
1016DocType: Bank Reconciliation,Account Currency,Moneda cont
1017apps/erpnext/erpnext/accounts/general_ledger.py +142,Please mention Round Off Account in Company,Vă rugăm să menționați rotunji contul în companie
1018DocType: Purchase Receipt,Range,Interval
1019DocType: Supplier,Default Payable Accounts,Implicit conturi de plătit
1020apps/erpnext/erpnext/hr/doctype/attendance/attendance.py +49,Employee {0} is not active or does not exist,Angajatul {0} nu este activ sau nu există
1021DocType: Fee Structure,Components,Componente
Frappe PR Botd112ee52017-08-31 19:38:41 +05301022apps/erpnext/erpnext/accounts/doctype/asset/asset.py +251,Please enter Asset Category in Item {0},Vă rugăm să introduceți activ Categorie la postul {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05301023DocType: Quality Inspection Reading,Reading 6,Reading 6
Frappe PR Botd112ee52017-08-31 19:38:41 +05301024apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.js +913,Cannot {0} {1} {2} without any negative outstanding invoice,Can not {0} {1} {2} fără nici o factură negativă restante
Frappe PR Botc0804792017-05-19 12:30:04 +05301025DocType: Purchase Invoice Advance,Purchase Invoice Advance,Factura de cumpărare în avans
1026DocType: Hub Settings,Sync Now,Sincronizare acum
1027apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +199,Row {0}: Credit entry can not be linked with a {1},Rând {0}: intrare de credit nu poate fi legat de o {1}
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301028apps/erpnext/erpnext/config/accounts.py +248,Define budget for a financial year.,Definiți bugetul pentru un exercițiu financiar.
Frappe PR Botc0804792017-05-19 12:30:04 +05301029DocType: Mode of Payment Account,Default Bank / Cash account will be automatically updated in POS Invoice when this mode is selected.,Contul Bancar / de Numerar implicit va fi actualizat automat în Factura POS atunci când acest mod este selectat.
1030DocType: Lead,LEAD-,CONDUCE-
1031DocType: Employee,Permanent Address Is,Adresa permanentă este
1032DocType: Production Order Operation,Operation completed for how many finished goods?,Funcționare completat de cât de multe bunuri finite?
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301033apps/erpnext/erpnext/public/js/setup_wizard.js +42,The Brand,Marca
Frappe PR Botc0804792017-05-19 12:30:04 +05301034DocType: Employee,Exit Interview Details,Detalii Interviu de Iesire
1035DocType: Item,Is Purchase Item,Este de cumparare Articol
1036DocType: Asset,Purchase Invoice,Factura de cumpărare
1037DocType: Stock Ledger Entry,Voucher Detail No,Detaliu voucher Nu
Frappe PR Botd112ee52017-08-31 19:38:41 +05301038apps/erpnext/erpnext/accounts/page/pos/pos.js +745,New Sales Invoice,Noua factură de vânzări
Frappe PR Botc0804792017-05-19 12:30:04 +05301039DocType: Stock Entry,Total Outgoing Value,Valoarea totală de ieșire
Frappe PR Bot7c901002017-06-07 12:05:29 +05301040apps/erpnext/erpnext/public/js/account_tree_grid.js +224,Opening Date and Closing Date should be within same Fiscal Year,Deschiderea și data inchiderii ar trebui să fie în același an fiscal
Frappe PR Botc0804792017-05-19 12:30:04 +05301041DocType: Lead,Request for Information,Cerere de informații
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301042,LeaderBoard,LEADERBOARD
Frappe PR Botd112ee52017-08-31 19:38:41 +05301043apps/erpnext/erpnext/accounts/page/pos/pos.js +758,Sync Offline Invoices,Sincronizare offline Facturile
Frappe PR Botc0804792017-05-19 12:30:04 +05301044DocType: Payment Request,Paid,Plătit
1045DocType: Program Fee,Program Fee,Taxa de program
Frappe PR Botd112ee52017-08-31 19:38:41 +05301046DocType: BOM Update Tool,"Replace a particular BOM in all other BOMs where it is used. It will replace the old BOM link, update cost and regenerate ""BOM Explosion Item"" table as per new BOM.
1047It also updates latest price in all the BOMs.","Înlocuiți un BOM particular în toate celelalte BOM unde este utilizat. Acesta va înlocui vechiul link BOM, va actualiza costul și va regenera tabelul &quot;BOM Explosion Item&quot; ca pe noul BOM. Actualizează, de asemenea, ultimul preț în toate BOM-urile."
Frappe PR Botc0804792017-05-19 12:30:04 +05301048DocType: Salary Slip,Total in words,Total în cuvinte
1049DocType: Material Request Item,Lead Time Date,Data Timp Conducere
1050DocType: Guardian,Guardian Name,Nume tutore
1051DocType: Cheque Print Template,Has Print Format,Are Format imprimare
1052DocType: Employee Loan,Sanctioned,consacrat
Frappe PR Botd112ee52017-08-31 19:38:41 +05301053apps/erpnext/erpnext/accounts/page/pos/pos.js +73, is mandatory. Maybe Currency Exchange record is not created for ,este obligatorie. Poate înregistrarea de schimb valutar nu este creeatã pentru
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301054apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +112,Row #{0}: Please specify Serial No for Item {1},Rând # {0}: Vă rugăm să specificați Nu serial pentru postul {1}
Frappe PR Botfa042362017-07-17 17:50:36 +05301055apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +622,"For 'Product Bundle' items, Warehouse, Serial No and Batch No will be considered from the 'Packing List' table. If Warehouse and Batch No are same for all packing items for any 'Product Bundle' item, those values can be entered in the main Item table, values will be copied to 'Packing List' table.","Pentru elementele &quot;produse Bundle&quot;, Warehouse, Serial No și lot nr vor fi luate în considerare de la &quot;ambalare List&quot; masa. Dacă Warehouse și Lot nr sunt aceleași pentru toate elementele de ambalaj pentru produs orice &quot;Bundle produs&quot;, aceste valori pot fi introduse în tabelul de punctul principal, valorile vor fi copiate &quot;de ambalare Lista&quot; masă."
Frappe PR Botc0804792017-05-19 12:30:04 +05301056DocType: Job Opening,Publish on website,Publica pe site-ul
1057apps/erpnext/erpnext/config/stock.py +17,Shipments to customers.,Transporturile către clienți.
Frappe PR Botd112ee52017-08-31 19:38:41 +05301058apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +624,Supplier Invoice Date cannot be greater than Posting Date,Furnizor Data facturii nu poate fi mai mare decât postare Data
Frappe PR Botc0804792017-05-19 12:30:04 +05301059DocType: Purchase Invoice Item,Purchase Order Item,Comandă de aprovizionare Articol
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301060apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +132,Indirect Income,Venituri indirecte
Frappe PR Botc0804792017-05-19 12:30:04 +05301061DocType: Student Attendance Tool,Student Attendance Tool,Instrumentul de student Participarea
1062DocType: Cheque Print Template,Date Settings,dată Setări
1063apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.py +48,Variance,Variație
1064,Company Name,Denumire Furnizor
1065DocType: SMS Center,Total Message(s),Total mesaj(e)
Frappe PR Botd112ee52017-08-31 19:38:41 +05301066apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +863,Select Item for Transfer,Selectați Element de Transfer
Frappe PR Botc0804792017-05-19 12:30:04 +05301067DocType: Purchase Invoice,Additional Discount Percentage,Procentul discount suplimentar
1068apps/erpnext/erpnext/setup/page/welcome_to_erpnext/welcome_to_erpnext.html +24,View a list of all the help videos,Vizualizați o listă cu toate filmele de ajutor
1069DocType: Bank Reconciliation,Select account head of the bank where cheque was deposited.,"Selectați contul șef al băncii, unde de verificare a fost depus."
1070DocType: Selling Settings,Allow user to edit Price List Rate in transactions,Permiteţi utilizatorului să editeze lista ratelor preturilor din tranzacții
1071DocType: Pricing Rule,Max Qty,Max Cantitate
1072apps/erpnext/erpnext/accounts/doctype/c_form/c_form.py +30,"Row {0}: Invoice {1} is invalid, it might be cancelled / does not exist. \
1073 Please enter a valid Invoice","Rândul {0}: {1} factură nu este validă, aceasta ar putea fi anulate / nu există. \ Vă rugăm să introduceți o factură validă"
1074apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +132,Row {0}: Payment against Sales/Purchase Order should always be marked as advance,Rând {0}: Plata împotriva Vânzări / Ordinului de Procurare ar trebui să fie întotdeauna marcate ca avans
1075apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +16,Chemical,Chimic
1076DocType: Salary Component Account,Default Bank / Cash account will be automatically updated in Salary Journal Entry when this mode is selected.,Default cont bancar / numerar vor fi actualizate automat în Jurnalul de intrare a salariului când este selectat acest mod.
Frappe PR Botc0804792017-05-19 12:30:04 +05301077DocType: BOM,Raw Material Cost(Company Currency),Brut Costul materialelor (companie Moneda)
Frappe PR Botbfdb7262017-07-11 15:20:11 +05301078apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +731,All items have already been transferred for this Production Order.,Toate articolele acestei comenzi de producție au fost deja transferate.
Frappe PR Botc0804792017-05-19 12:30:04 +05301079apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +87,Row # {0}: Rate cannot be greater than the rate used in {1} {2},Rândul # {0}: Rata nu poate fi mai mare decât rata folosită în {1} {2}
1080apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +87,Row # {0}: Rate cannot be greater than the rate used in {1} {2},Rândul # {0}: Rata nu poate fi mai mare decât rata folosită în {1} {2}
Frappe PR Botd112ee52017-08-31 19:38:41 +05301081apps/erpnext/erpnext/public/js/setup_wizard.js +311,Meter,Metru
Frappe PR Botc0804792017-05-19 12:30:04 +05301082DocType: Workstation,Electricity Cost,Cost energie electrică
1083DocType: HR Settings,Don't send Employee Birthday Reminders,Nu trimiteți Memento pentru Zi de Nastere Angajat
1084DocType: Item,Inspection Criteria,Criteriile de inspecție
1085apps/erpnext/erpnext/stock/doctype/material_request/material_request_list.js +14,Transfered,Transferat
1086DocType: BOM Website Item,BOM Website Item,Site-ul BOM Articol
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301087apps/erpnext/erpnext/public/js/setup_wizard.js +43,Upload your letter head and logo. (you can edit them later).,Încărcați capul scrisoare și logo-ul. (Le puteți edita mai târziu).
Frappe PR Botc0804792017-05-19 12:30:04 +05301088DocType: Timesheet Detail,Bill,Factură
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05301089apps/erpnext/erpnext/accounts/doctype/asset/asset.py +85,Next Depreciation Date is entered as past date,În continuare Amortizarea Data este introdusă ca dată rămas singur
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301090apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +177,White,Alb
Frappe PR Botc0804792017-05-19 12:30:04 +05301091DocType: SMS Center,All Lead (Open),Toate articolele de top (deschise)
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301092apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +231,Row {0}: Qty not available for {4} in warehouse {1} at posting time of the entry ({2} {3}),Rândul {0}: Cant nu este disponibil pentru {4} în depozit {1} în postarea momentul înscrierii ({2} {3})
Frappe PR Botc0804792017-05-19 12:30:04 +05301093DocType: Purchase Invoice,Get Advances Paid,Obtine Avansurile Achitate
1094DocType: Item,Automatically Create New Batch,Crearea automată a lotului nou
1095DocType: Item,Automatically Create New Batch,Crearea automată a lotului nou
Frappe PR Botd112ee52017-08-31 19:38:41 +05301096apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +782,Make ,Realizare
Frappe PR Botc0804792017-05-19 12:30:04 +05301097DocType: Student Admission,Admission Start Date,Admitere Data de începere
1098DocType: Journal Entry,Total Amount in Words,Suma totală în cuvinte
1099apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +7,There was an error. One probable reason could be that you haven't saved the form. Please contact support@erpnext.com if the problem persists.,A aparut o eroare. Un motiv probabil ar putea fi că nu ați salvat formularul. Vă rugăm să contactați iulianolaru@ollala.ro dacă problema persistă.
1100apps/erpnext/erpnext/templates/pages/cart.html +5,My Cart,Cosul meu
1101apps/erpnext/erpnext/controllers/selling_controller.py +155,Order Type must be one of {0},Pentru Tipul trebuie să fie una dintre {0}
1102DocType: Lead,Next Contact Date,Următor Contact Data
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301103apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +36,Opening Qty,Deschiderea Cantitate
Frappe PR Botd112ee52017-08-31 19:38:41 +05301104apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +466,Please enter Account for Change Amount,Vă rugăm să introduceți cont pentru Schimbare Sumă
Frappe PR Botc0804792017-05-19 12:30:04 +05301105DocType: Student Batch Name,Student Batch Name,Nume elev Lot
1106DocType: Holiday List,Holiday List Name,Denumire Lista de Vacanță
1107DocType: Repayment Schedule,Balance Loan Amount,Soldul Suma creditului
1108apps/erpnext/erpnext/schools/doctype/course_scheduling_tool/course_scheduling_tool.js +13,Schedule Course,Curs orar
Frappe PR Botd112ee52017-08-31 19:38:41 +05301109apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +197,Stock Options,Opțiuni pe acțiuni
Frappe PR Botc0804792017-05-19 12:30:04 +05301110DocType: Journal Entry Account,Expense Claim,Revendicare Cheltuieli
1111apps/erpnext/erpnext/accounts/doctype/asset/asset.js +245,Do you really want to restore this scrapped asset?,Sigur doriți să restabiliți acest activ casate?
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05301112apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +349,Qty for {0},Cantitate pentru {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05301113DocType: Leave Application,Leave Application,Aplicatie pentru Concediu
1114apps/erpnext/erpnext/config/hr.py +80,Leave Allocation Tool,Mijloc pentru Alocare Concediu
1115DocType: Leave Block List,Leave Block List Dates,Date Lista Concedii Blocate
1116DocType: Workstation,Net Hour Rate,Net Rata de ore
1117DocType: Landed Cost Purchase Receipt,Landed Cost Purchase Receipt,Chitanta de Cumparare aferent Costului Final
1118DocType: Company,Default Terms,Termeni implicite
Frappe PR Botd112ee52017-08-31 19:38:41 +05301119DocType: Supplier Scorecard Period,Criteria,criterii
Frappe PR Botc0804792017-05-19 12:30:04 +05301120DocType: Packing Slip Item,Packing Slip Item,Bonul Articol
1121DocType: Purchase Invoice,Cash/Bank Account,Numerar/Cont Bancar
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301122apps/erpnext/erpnext/public/js/queries.js +96,Please specify a {0},Vă rugăm să specificați un {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05301123apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +71,Removed items with no change in quantity or value.,Articole eliminate cu nici o schimbare în cantitate sau de valoare.
1124DocType: Delivery Note,Delivery To,De Livrare la
Frappe PR Botd112ee52017-08-31 19:38:41 +05301125apps/erpnext/erpnext/stock/doctype/item/item.py +632,Attribute table is mandatory,Tabelul atribut este obligatoriu
Frappe PR Botc0804792017-05-19 12:30:04 +05301126DocType: Production Planning Tool,Get Sales Orders,Obține comenzile de vânzări
Frappe PR Botbfdb7262017-07-11 15:20:11 +05301127apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +67,{0} can not be negative,{0} nu poate fi negativ
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05301128apps/erpnext/erpnext/public/js/pos/pos_selected_item.html +11,Discount,Reducere
Frappe PR Botc0804792017-05-19 12:30:04 +05301129DocType: Asset,Total Number of Depreciations,Număr total de Deprecieri
1130DocType: Sales Invoice Item,Rate With Margin,Rate cu marjă
1131DocType: Sales Invoice Item,Rate With Margin,Rate cu marjă
1132DocType: Workstation,Wages,Salarizare
Frappe PR Botc0804792017-05-19 12:30:04 +05301133DocType: Task,Urgent,De urgență
Frappe PR Botfa042362017-07-17 17:50:36 +05301134apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.js +157,Please specify a valid Row ID for row {0} in table {1},Vă rugăm să specificați un ID rând valabil pentru rând {0} în tabelul {1}
Frappe PR Botd112ee52017-08-31 19:38:41 +05301135apps/erpnext/erpnext/buying/doctype/supplier_scorecard_criteria/supplier_scorecard_criteria.py +84,Unable to find variable: ,Imposibil de găsit variabila:
Frappe PR Botc0804792017-05-19 12:30:04 +05301136apps/erpnext/erpnext/setup/page/welcome_to_erpnext/welcome_to_erpnext.html +23,Go to the Desktop and start using ERPNext,Du-te la desktop și începe să utilizați ERPNext
1137DocType: Item,Manufacturer,Producător
1138DocType: Landed Cost Item,Purchase Receipt Item,Primirea de cumpărare Postul
1139DocType: Purchase Receipt,PREC-RET-,CCRP-RET-
1140DocType: POS Profile,Sales Invoice Payment,Vânzări factură de plată
1141DocType: Production Plan Item,Reserved Warehouse in Sales Order / Finished Goods Warehouse,Rezervat Warehouse în Vânzări Ordine / Produse finite Warehouse
1142apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +73,Selling Amount,Vanzarea Suma
1143DocType: Repayment Schedule,Interest Amount,Suma Dobânda
Frappe PR Botd112ee52017-08-31 19:38:41 +05301144apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.js +109,You are the Expense Approver for this record. Please Update the 'Status' and Save,"Sunteți aprobator cheltuieli pentru acest record. Vă rugăm Actualizați ""statutul"" și Salvare"
Frappe PR Botc0804792017-05-19 12:30:04 +05301145DocType: Serial No,Creation Document No,Creare Document Nr.
1146DocType: Issue,Issue,Problema
1147DocType: Asset,Scrapped,dezmembrate
Frappe PR Botc0804792017-05-19 12:30:04 +05301148apps/erpnext/erpnext/config/stock.py +195,"Attributes for Item Variants. e.g Size, Color etc.","Atributele pentru variante articol. de exemplu dimensiune, culoare etc."
1149DocType: Purchase Invoice,Returns,Se intoarce
1150apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order_calendar.js +42,WIP Warehouse,WIP Depozit
Frappe PR Bot7c901002017-06-07 12:05:29 +05301151apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py +195,Serial No {0} is under maintenance contract upto {1},Serial Nu {0} este sub contract de întreținere pana {1}
Frappe PR Botc0804792017-05-19 12:30:04 +05301152apps/erpnext/erpnext/config/hr.py +35,Recruitment,Recrutare
1153DocType: Lead,Organization Name,Numele organizației
1154DocType: Tax Rule,Shipping State,Stat de transport maritim
1155,Projected Quantity as Source,Cantitatea ca sursă proiectată
Frappe PR Botd112ee52017-08-31 19:38:41 +05301156apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +61,Item must be added using 'Get Items from Purchase Receipts' button,"Postul trebuie să fie adăugate folosind ""obține elemente din Cumpără Încasări"" buton"
Frappe PR Botc0804792017-05-19 12:30:04 +05301157DocType: Employee,A-,A-
1158DocType: Production Planning Tool,Include non-stock items,Includ elemente non-stoc
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301159apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +117,Sales Expenses,Cheltuieli de vânzare
Frappe PR Botc0804792017-05-19 12:30:04 +05301160apps/erpnext/erpnext/patches/v4_0/create_price_list_if_missing.py +18,Standard Buying,Cumpararea Standard
1161DocType: GL Entry,Against,Comparativ
1162DocType: Item,Default Selling Cost Center,Centru de Cost Vanzare Implicit
1163DocType: Sales Partner,Implementation Partner,Partener de punere în aplicare
Frappe PR Botd112ee52017-08-31 19:38:41 +05301164apps/erpnext/erpnext/accounts/page/pos/pos.js +1562,ZIP Code,Cod postal
Frappe PR Botc0804792017-05-19 12:30:04 +05301165apps/erpnext/erpnext/controllers/selling_controller.py +265,Sales Order {0} is {1},Comandă de vânzări {0} este {1}
1166DocType: Opportunity,Contact Info,Informaţii Persoana de Contact
1167apps/erpnext/erpnext/config/stock.py +310,Making Stock Entries,Efectuarea de stoc Entries
1168DocType: Packing Slip,Net Weight UOM,Greutate neta UOM
Frappe PR Bot7c901002017-06-07 12:05:29 +05301169apps/erpnext/erpnext/hr/doctype/training_result/training_result.py +20,{0} Results,{0} Rezultate
Frappe PR Botc0804792017-05-19 12:30:04 +05301170DocType: Item,Default Supplier,Furnizor Implicit
1171DocType: Manufacturing Settings,Over Production Allowance Percentage,Peste producție Reduceri Procentaj
1172DocType: Employee Loan,Repayment Schedule,rambursare Program
1173DocType: Shipping Rule Condition,Shipping Rule Condition,Regula Condiții presetate
1174DocType: Holiday List,Get Weekly Off Dates,Obtine Perioada Libera Saptamanala
1175apps/erpnext/erpnext/hr/doctype/appraisal/appraisal.py +33,End Date can not be less than Start Date,Data de Incheiere nu poate fi anterioara Datei de Incepere
1176DocType: Sales Person,Select company name first.,Selectați numele companiei în primul rând.
Frappe PR Botc0804792017-05-19 12:30:04 +05301177apps/erpnext/erpnext/config/buying.py +23,Quotations received from Suppliers.,Cotatiilor primite de la furnizori.
Frappe PR Botd112ee52017-08-31 19:38:41 +05301178apps/erpnext/erpnext/config/manufacturing.py +74,Replace BOM and update latest price in all BOMs,Înlocuiți BOM și actualizați prețul cel mai recent în toate BOM-urile
Frappe PR Botc0804792017-05-19 12:30:04 +05301179apps/erpnext/erpnext/controllers/selling_controller.py +22,To {0} | {1} {2},Pentru a {0} | {1} {2}
1180apps/erpnext/erpnext/stock/report/stock_ageing/stock_ageing.py +40,Average Age,Vârstă medie
1181DocType: School Settings,Attendance Freeze Date,Data de înghețare a prezenței
1182DocType: School Settings,Attendance Freeze Date,Data de înghețare a prezenței
Frappe PR Botd112ee52017-08-31 19:38:41 +05301183apps/erpnext/erpnext/public/js/setup_wizard.js +277,List a few of your suppliers. They could be organizations or individuals.,Listeaza cativa din furnizorii dvs. Ei ar putea fi organizații sau persoane fizice.
Frappe PR Botc0804792017-05-19 12:30:04 +05301184apps/erpnext/erpnext/templates/pages/home.html +31,View All Products,Vezi toate produsele
1185apps/erpnext/erpnext/crm/report/prospects_engaged_but_not_converted/prospects_engaged_but_not_converted.js +20,Minimum Lead Age (Days),Vârsta minimă de plumb (zile)
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05301186apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +61,All BOMs,toate BOM
Frappe PR Botc0804792017-05-19 12:30:04 +05301187DocType: Company,Default Currency,Monedă implicită
1188DocType: Expense Claim,From Employee,Din Angajat
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05301189apps/erpnext/erpnext/controllers/accounts_controller.py +420,Warning: System will not check overbilling since amount for Item {0} in {1} is zero,Atenție: Sistemul nu va verifica supraîncărcată din sumă pentru postul {0} din {1} este zero
Frappe PR Botc0804792017-05-19 12:30:04 +05301190DocType: Journal Entry,Make Difference Entry,Realizeaza Intrare de Diferenta
1191DocType: Upload Attendance,Attendance From Date,Prezenţa del la data
1192DocType: Appraisal Template Goal,Key Performance Area,Domeniu de Performanță Cheie
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301193DocType: Program Enrollment,Transportation,Transport
Frappe PR Botc0804792017-05-19 12:30:04 +05301194apps/erpnext/erpnext/controllers/item_variant.py +92,Invalid Attribute,Atribut nevalid
Frappe PR Botd112ee52017-08-31 19:38:41 +05301195apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +225,{0} {1} must be submitted,{0} {1} trebuie să fie introdus
Frappe PR Botc0804792017-05-19 12:30:04 +05301196apps/erpnext/erpnext/stock/dashboard/item_dashboard.js +146,Quantity must be less than or equal to {0},Cantitatea trebuie sa fie mai mic sau egal cu {0}
1197DocType: SMS Center,Total Characters,Total de caractere
Frappe PR Botd112ee52017-08-31 19:38:41 +05301198apps/erpnext/erpnext/controllers/buying_controller.py +159,Please select BOM in BOM field for Item {0},Vă rugăm să selectați BOM BOM în domeniu pentru postul {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05301199DocType: C-Form Invoice Detail,C-Form Invoice Detail,Detaliu factură formular-C
1200DocType: Payment Reconciliation Invoice,Payment Reconciliation Invoice,Reconcilierea plata facturii
1201apps/erpnext/erpnext/selling/report/sales_person_wise_transaction_summary/sales_person_wise_transaction_summary.py +42,Contribution %,Contribuția%
Frappe PR Botd112ee52017-08-31 19:38:41 +05301202apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +211,"As per the Buying Settings if Purchase Order Required == 'YES', then for creating Purchase Invoice, user need to create Purchase Order first for item {0}","În conformitate cu Setările de cumpărare dacă comanda de aprovizionare este obligatorie == &#39;YES&#39;, atunci pentru a crea factura de cumpărare, utilizatorul trebuie să creeze mai întâi comanda de aprovizionare pentru elementul {0}"
Frappe PR Botc0804792017-05-19 12:30:04 +05301203DocType: Company,Company registration numbers for your reference. Tax numbers etc.,Numerele de înregistrare companie pentru referință. Numerele fiscale etc
1204DocType: Sales Partner,Distributor,Distribuitor
1205DocType: Shopping Cart Shipping Rule,Shopping Cart Shipping Rule,Cosul de cumparaturi Articolul Transport
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05301206apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +233,Production Order {0} must be cancelled before cancelling this Sales Order,Producția de Ordine {0} trebuie anulată înainte de a anula această comandă de vânzări
Frappe PR Botbfdb7262017-07-11 15:20:11 +05301207apps/erpnext/erpnext/public/js/controllers/transaction.js +67,Please set 'Apply Additional Discount On',Vă rugăm să setați &quot;Aplicați discount suplimentar pe&quot;
Frappe PR Botc0804792017-05-19 12:30:04 +05301208,Ordered Items To Be Billed,Comandat de Articole Pentru a fi facturat
1209apps/erpnext/erpnext/stock/doctype/item_attribute/item_attribute.py +46,From Range has to be less than To Range,Din Gama trebuie să fie mai mică de la gama
1210DocType: Global Defaults,Global Defaults,Valori Implicite Globale
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301211apps/erpnext/erpnext/projects/doctype/project/project.py +210,Project Collaboration Invitation,Colaborare proiect Invitație
Frappe PR Botc0804792017-05-19 12:30:04 +05301212DocType: Salary Slip,Deductions,Deduceri
1213DocType: Leave Allocation,LAL/,LAL /
1214apps/erpnext/erpnext/public/js/financial_statements.js +75,Start Year,Anul de începere
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05301215apps/erpnext/erpnext/regional/india/utils.py +24,First 2 digits of GSTIN should match with State number {0},Primele 2 cifre ale GSTIN ar trebui să se potrivească cu numărul de stat {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05301216DocType: Purchase Invoice,Start date of current invoice's period,Data perioadei de factura de curent începem
1217DocType: Salary Slip,Leave Without Pay,Concediu Fără Plată
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05301218apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +346,Capacity Planning Error,Capacitate de eroare de planificare
Frappe PR Botc0804792017-05-19 12:30:04 +05301219,Trial Balance for Party,Trial Balance pentru Party
1220DocType: Lead,Consultant,Consultant
1221DocType: Salary Slip,Earnings,Câștiguri
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301222apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +391,Finished Item {0} must be entered for Manufacture type entry,Postul terminat {0} trebuie să fie introdusă de intrare de tip fabricarea
Frappe PR Botc0804792017-05-19 12:30:04 +05301223apps/erpnext/erpnext/config/learn.py +87,Opening Accounting Balance,Sold Contabilitate
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301224,GST Sales Register,Registrul vânzărilor GST
Frappe PR Botc0804792017-05-19 12:30:04 +05301225DocType: Sales Invoice Advance,Sales Invoice Advance,Factura Vanzare Advance
1226apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +548,Nothing to request,Nimic de a solicita
1227apps/erpnext/erpnext/accounts/doctype/budget/budget.py +34,Another Budget record '{0}' already exists against {1} '{2}' for fiscal year {3},Un alt record buget &#39;{0} &quot;există deja împotriva {1}&#39; {2} &#39;pentru anul fiscal {3}
1228apps/erpnext/erpnext/projects/doctype/task/task.py +40,'Actual Start Date' can not be greater than 'Actual End Date','Data efectivă de începere' nu poate fi după 'Data efectivă de sfârșit'
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301229apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +86,Management,Management
Frappe PR Botc0804792017-05-19 12:30:04 +05301230DocType: Cheque Print Template,Payer Settings,Setări plătitorilor
1231DocType: Item Attribute Value,"This will be appended to the Item Code of the variant. For example, if your abbreviation is ""SM"", and the item code is ""T-SHIRT"", the item code of the variant will be ""T-SHIRT-SM""","Acest lucru va fi adăugat la Codul punctul de varianta. De exemplu, în cazul în care abrevierea este ""SM"", iar codul produs face ""T-SHIRT"", codul punctul de varianta va fi ""T-SHIRT-SM"""
1232DocType: Salary Slip,Net Pay (in words) will be visible once you save the Salary Slip.,Pay net (în cuvinte) vor fi vizibile după ce salvați fluturasul de salariu.
1233DocType: Purchase Invoice,Is Return,Este de returnare
Frappe PR Botd112ee52017-08-31 19:38:41 +05301234apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.py +79,Caution,Prudență
1235apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +787,Return / Debit Note,Returnare / debit Notă
Frappe PR Botc0804792017-05-19 12:30:04 +05301236DocType: Price List Country,Price List Country,Lista de preturi Țară
1237DocType: Item,UOMs,UOMs
Frappe PR Botbfdb7262017-07-11 15:20:11 +05301238apps/erpnext/erpnext/stock/utils.py +205,{0} valid serial nos for Item {1},{0} numere de serie valabile pentru articolul {1}
Frappe PR Botc0804792017-05-19 12:30:04 +05301239apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +57,Item Code cannot be changed for Serial No.,Cod articol nu pot fi schimbate pentru Serial No.
Frappe PR Botd112ee52017-08-31 19:38:41 +05301240apps/erpnext/erpnext/accounts/doctype/pos_profile/pos_profile.py +26,POS Profile {0} already created for user: {1} and company {2},POS Profile {0} deja creat pentru utilizator: {1} și compania {2}
Frappe PR Botc0804792017-05-19 12:30:04 +05301241DocType: Sales Invoice Item,UOM Conversion Factor,Factorul de conversie UOM
Frappe PR Botfa042362017-07-17 17:50:36 +05301242apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.js +23,Please enter Item Code to get Batch Number,Vă rugăm să introduceți codul de articol pentru a obține numărul de lot
Frappe PR Botc0804792017-05-19 12:30:04 +05301243DocType: Stock Settings,Default Item Group,Group Articol Implicit
1244DocType: Employee Loan,Partially Disbursed,parţial Se eliberează
Frappe PR Botc0804792017-05-19 12:30:04 +05301245apps/erpnext/erpnext/config/buying.py +38,Supplier database.,Baza de date furnizor.
1246DocType: Account,Balance Sheet,Bilant
Frappe PR Botd112ee52017-08-31 19:38:41 +05301247apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +701,Cost Center For Item with Item Code ',Centrul de cost pentru postul cu codul Postul '
1248DocType: Quotation,Valid Till,Valabil până la
1249apps/erpnext/erpnext/accounts/page/pos/pos.js +2403,"Payment Mode is not configured. Please check, whether account has been set on Mode of Payments or on POS Profile.","Modul de plată nu este configurat. Vă rugăm să verificați, dacă contul a fost setat pe modul de plăți sau la POS Profil."
Frappe PR Botc0804792017-05-19 12:30:04 +05301250apps/erpnext/erpnext/buying/utils.py +74,Same item cannot be entered multiple times.,Același articol nu poate fi introdus de mai multe ori.
1251apps/erpnext/erpnext/accounts/doctype/account/account_tree.js +28,"Further accounts can be made under Groups, but entries can be made against non-Groups","Conturile suplimentare pot fi făcute sub Groups, dar intrările pot fi făcute împotriva non-Grupuri"
1252DocType: Lead,Lead,Conducere
1253DocType: Email Digest,Payables,Datorii
1254DocType: Course,Course Intro,Intro curs de
1255apps/erpnext/erpnext/stock/doctype/batch/batch.js +85,Stock Entry {0} created,Arhivă de intrare {0} creat
Frappe PR Botd112ee52017-08-31 19:38:41 +05301256apps/erpnext/erpnext/controllers/buying_controller.py +295,Row #{0}: Rejected Qty can not be entered in Purchase Return,Row # {0}: Respins Cantitate nu pot fi introduse în Purchase Întoarcere
Frappe PR Botc0804792017-05-19 12:30:04 +05301257,Purchase Order Items To Be Billed,Cumparare Ordine Articole Pentru a fi facturat
1258DocType: Purchase Invoice Item,Net Rate,Rata netă
1259DocType: Purchase Invoice Item,Purchase Invoice Item,Factura de cumpărare Postul
Frappe PR Bot7c901002017-06-07 12:05:29 +05301260apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +58,Stock Ledger Entries and GL Entries are reposted for the selected Purchase Receipts,Stocul Ledger Înscrieri și GL intrările sunt postate pentru selectate Veniturile achiziție
Frappe PR Botc0804792017-05-19 12:30:04 +05301261apps/erpnext/erpnext/stock/report/bom_search/bom_search.js +8,Item 1,Postul 1
1262DocType: Holiday,Holiday,Vacanță
1263DocType: Support Settings,Close Issue After Days,Închide Problemă După Zile
1264DocType: Leave Control Panel,Leave blank if considered for all branches,Lăsați necompletat dacă se consideră pentru toate ramurile
1265DocType: Bank Guarantee,Validity in Days,Valabilitate în Zile
1266DocType: Bank Guarantee,Validity in Days,Valabilitate în Zile
1267apps/erpnext/erpnext/accounts/doctype/c_form/c_form.py +21,C-form is not applicable for Invoice: {0},C-formă nu se aplică pentru factură: {0}
1268DocType: Payment Reconciliation,Unreconciled Payment Details,Nereconciliate Detalii de plată
1269apps/erpnext/erpnext/crm/report/campaign_efficiency/campaign_efficiency.py +20,Order Count,Numărătoarea comenzilor
1270apps/erpnext/erpnext/crm/report/campaign_efficiency/campaign_efficiency.py +20,Order Count,Numărătoarea comenzilor
1271DocType: Global Defaults,Current Fiscal Year,An Fiscal Curent
1272DocType: Purchase Order,Group same items,Același grup de elemente
1273DocType: Global Defaults,Disable Rounded Total,Dezactivati Totalul Rotunjit
1274DocType: Employee Loan Application,Repayment Info,Info rambursarea
1275apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +448,'Entries' cannot be empty,'Intrările' nu pot fi vide
1276apps/erpnext/erpnext/utilities/transaction_base.py +81,Duplicate row {0} with same {1},Inregistrare {0} este duplicata cu aceeași {1}
1277,Trial Balance,Balanta
Frappe PR Botd112ee52017-08-31 19:38:41 +05301278apps/erpnext/erpnext/hr/doctype/process_payroll/process_payroll.py +449,Fiscal Year {0} not found,Anul fiscal {0} nu a fost găsit
Frappe PR Botc0804792017-05-19 12:30:04 +05301279apps/erpnext/erpnext/config/hr.py +296,Setting up Employees,Configurarea angajati
1280DocType: Sales Order,SO-,ASA DE-
Frappe PR Botd112ee52017-08-31 19:38:41 +05301281apps/erpnext/erpnext/setup/doctype/naming_series/naming_series.py +153,Please select prefix first,Vă rugăm să selectați prefix întâi
Frappe PR Botc0804792017-05-19 12:30:04 +05301282DocType: Employee,O-,O-
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301283apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +158,Research,Cercetarea
Frappe PR Botc0804792017-05-19 12:30:04 +05301284DocType: Maintenance Visit Purpose,Work Done,Activitatea desfășurată
1285apps/erpnext/erpnext/controllers/item_variant.py +33,Please specify at least one attribute in the Attributes table,Vă rugăm să specificați cel puțin un atribut în tabelul Atribute
1286DocType: Announcement,All Students,toţi elevii
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05301287apps/erpnext/erpnext/accounts/doctype/asset/asset.py +45,Item {0} must be a non-stock item,Postul {0} trebuie să fie un element de bază non-stoc
Frappe PR Botc0804792017-05-19 12:30:04 +05301288apps/erpnext/erpnext/stock/doctype/batch/batch.js +18,View Ledger,Vezi Ledger
1289DocType: Grading Scale,Intervals,intervale
1290apps/erpnext/erpnext/stock/report/stock_ageing/stock_ageing.py +41,Earliest,Cel mai devreme
Frappe PR Botd112ee52017-08-31 19:38:41 +05301291apps/erpnext/erpnext/stock/doctype/item/item.py +505,"An Item Group exists with same name, please change the item name or rename the item group","Există un grup de articole cu aceeaşi denumire, vă rugăm să schimbați denumirea articolului sau să redenumiţi grupul articolului"
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301292apps/erpnext/erpnext/schools/report/absent_student_report/absent_student_report.py +52,Student Mobile No.,Elev mobil Nr
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05301293apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py +487,Rest Of The World,Restul lumii
Frappe PR Botc0804792017-05-19 12:30:04 +05301294apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +81,The Item {0} cannot have Batch,Postul {0} nu poate avea Lot
1295,Budget Variance Report,Raport de variaţie buget
1296DocType: Salary Slip,Gross Pay,Plata Bruta
Frappe PR Botd112ee52017-08-31 19:38:41 +05301297apps/erpnext/erpnext/projects/doctype/timesheet/timesheet.py +118,Row {0}: Activity Type is mandatory.,Rândul {0}: Activitatea de tip este obligatorie.
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301298apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +166,Dividends Paid,Dividendele plătite
Frappe PR Botc0804792017-05-19 12:30:04 +05301299apps/erpnext/erpnext/buying/doctype/supplier/supplier.js +36,Accounting Ledger,Registru Jurnal
1300DocType: Stock Reconciliation,Difference Amount,Diferența Suma
Frappe PR Botd112ee52017-08-31 19:38:41 +05301301DocType: Purchase Invoice,Reverse Charge,Taxare inversă
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301302apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +172,Retained Earnings,Venituri Reținute
Frappe PR Botc0804792017-05-19 12:30:04 +05301303DocType: Vehicle Log,Service Detail,Detaliu serviciu
1304DocType: BOM,Item Description,Descriere Articol
1305DocType: Student Sibling,Student Sibling,elev Sibling
1306DocType: Purchase Invoice,Is Recurring,Este recurent
1307DocType: Purchase Invoice,Supplied Items,Articole furnizate
1308DocType: Student,STUD.,STUD.
1309DocType: Production Order,Qty To Manufacture,Cantitate pentru fabricare
1310DocType: Email Digest,New Income,noul venit
1311DocType: School Settings,School Settings,Setări școlare
1312DocType: Buying Settings,Maintain same rate throughout purchase cycle,Menține aceeași cată in cursul ciclului de cumpărare
1313DocType: Opportunity Item,Opportunity Item,Oportunitate Articol
1314,Student and Guardian Contact Details,Student și Guardian Detalii de contact
Frappe PR Botd112ee52017-08-31 19:38:41 +05301315apps/erpnext/erpnext/buying/doctype/request_for_quotation/request_for_quotation.py +51,Row {0}: For supplier {0} Email Address is required to send email,Rândul {0}: furnizor {0} Adresa de e-mail este necesară pentru a trimite e-mail
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301316apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +72,Temporary Opening,Deschiderea temporară
Frappe PR Botc0804792017-05-19 12:30:04 +05301317,Employee Leave Balance,Bilant Concediu Angajat
1318apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +147,Balance for Account {0} must always be {1},Bilanţă pentru contul {0} trebuie să fie întotdeauna {1}
1319apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +178,Valuation Rate required for Item in row {0},Rata de evaluare cerute pentru postul în rândul {0}
Frappe PR Botd112ee52017-08-31 19:38:41 +05301320DocType: Supplier Scorecard,Scorecard Actions,Caracteristicile Scorecard
1321apps/erpnext/erpnext/public/js/setup_wizard.js +331,Example: Masters in Computer Science,Exemplu: Master în Informatică
Frappe PR Botc0804792017-05-19 12:30:04 +05301322DocType: Purchase Invoice,Rejected Warehouse,Depozit Respins
1323DocType: GL Entry,Against Voucher,Comparativ voucherului
1324DocType: Item,Default Buying Cost Center,Centru de Cost Cumparare Implicit
1325apps/erpnext/erpnext/setup/page/welcome_to_erpnext/welcome_to_erpnext.html +6,"To get the best out of ERPNext, we recommend that you take some time and watch these help videos.","Pentru a obține cele mai bune din ERPNext, vă recomandăm să luați ceva timp și de ceas aceste filme de ajutor."
Frappe PR Botd112ee52017-08-31 19:38:41 +05301326apps/erpnext/erpnext/accounts/page/pos/pos.js +74, to ,la
Frappe PR Botfa042362017-07-17 17:50:36 +05301327DocType: Supplier Quotation Item,Lead Time in days,Timp de plumb în zile
Frappe PR Botc0804792017-05-19 12:30:04 +05301328apps/erpnext/erpnext/accounts/report/accounts_payable/accounts_payable.js +58,Accounts Payable Summary,Rezumat conturi pentru plăți
Frappe PR Botd112ee52017-08-31 19:38:41 +05301329apps/erpnext/erpnext/hr/doctype/process_payroll/process_payroll.py +337,Payment of salary from {0} to {1},Plata salariului de la {0} la {1}
Frappe PR Botc0804792017-05-19 12:30:04 +05301330apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +213,Not authorized to edit frozen Account {0},Nu este autorizat pentru a edita contul congelate {0}
1331DocType: Journal Entry,Get Outstanding Invoices,Obtine Facturi Neachitate
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05301332apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +70,Sales Order {0} is not valid,Comandă de vânzări {0} nu este valid
Frappe PR Botd112ee52017-08-31 19:38:41 +05301333DocType: Supplier Scorecard,Warn for new Request for Quotations,Avertizare pentru o nouă solicitare de ofertă
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05301334apps/erpnext/erpnext/utilities/activation.py +89,Purchase orders help you plan and follow up on your purchases,Comenzile de aprovizionare vă ajuta să planificați și să urmați pe achizițiile dvs.
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301335apps/erpnext/erpnext/setup/doctype/company/company.py +225,"Sorry, companies cannot be merged","Ne pare rău, companiile nu se pot uni"
1336apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +167,"The total Issue / Transfer quantity {0} in Material Request {1} \
Frappe PR Botc0804792017-05-19 12:30:04 +05301337 cannot be greater than requested quantity {2} for Item {3}",Cantitatea totală de emisie / transfer {0} din solicitarea materialului {1} nu poate fi mai mare decât cantitatea cerută {2} pentru articolul {3}
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301338apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +167,"The total Issue / Transfer quantity {0} in Material Request {1} \
Frappe PR Botc0804792017-05-19 12:30:04 +05301339 cannot be greater than requested quantity {2} for Item {3}",Cantitatea totală de emisie / transfer {0} în solicitarea materialului {1} nu poate fi mai mare decât cantitatea cerută {2} pentru articolul {3}
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301340apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +166,Small,Mic
Frappe PR Botc0804792017-05-19 12:30:04 +05301341DocType: Employee,Employee Number,Numar angajat
1342apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +65,Case No(s) already in use. Try from Case No {0},Cazul nr. (s) este deja utilizat. Încercați din cazul nr. {s}
1343DocType: Project,% Completed,% Finalizat
1344,Invoiced Amount (Exculsive Tax),Facturate Suma (Exculsive Tax)
1345apps/erpnext/erpnext/stock/report/bom_search/bom_search.js +14,Item 2,Punctul 2
Frappe PR Botc0804792017-05-19 12:30:04 +05301346DocType: Supplier,SUPP-,SUPP-
1347DocType: Training Event,Training Event,Eveniment de formare
1348DocType: Item,Auto re-order,Auto re-comanda
1349apps/erpnext/erpnext/selling/report/sales_person_target_variance_item_group_wise/sales_person_target_variance_item_group_wise.py +59,Total Achieved,Raport Realizat
1350DocType: Employee,Place of Issue,Locul eliberării
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301351apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +70,Contract,Contract
Frappe PR Botc0804792017-05-19 12:30:04 +05301352DocType: Email Digest,Add Quote,Adaugă Citat
Frappe PR Botbfdb7262017-07-11 15:20:11 +05301353apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +868,UOM coversion factor required for UOM: {0} in Item: {1},Factor coversion UOM UOM necesare pentru: {0} in articol: {1}
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301354apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +92,Indirect Expenses,Cheltuieli indirecte
Frappe PR Botc0804792017-05-19 12:30:04 +05301355apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +83,Row {0}: Qty is mandatory,Rând {0}: Cant este obligatorie
1356apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +8,Agriculture,Agricultură
Frappe PR Botd112ee52017-08-31 19:38:41 +05301357apps/erpnext/erpnext/accounts/page/pos/pos.js +750,Sync Master Data,Sincronizare Date
1358apps/erpnext/erpnext/public/js/setup_wizard.js +296,Your Products or Services,Produsele sau serviciile dvs.
Frappe PR Botc0804792017-05-19 12:30:04 +05301359DocType: Mode of Payment,Mode of Payment,Mod de plata
Frappe PR Botd112ee52017-08-31 19:38:41 +05301360apps/erpnext/erpnext/stock/doctype/item/item.py +178,Website Image should be a public file or website URL,Site-ul Image ar trebui să fie un fișier public sau site-ul URL-ul
Frappe PR Botc0804792017-05-19 12:30:04 +05301361DocType: Student Applicant,AP,AP
1362DocType: Purchase Invoice Item,BOM,BOM
1363apps/erpnext/erpnext/setup/doctype/item_group/item_group.js +37,This is a root item group and cannot be edited.,Acesta este un grup element rădăcină și nu pot fi editate.
1364DocType: Journal Entry Account,Purchase Order,Comandă de aprovizionare
1365DocType: Vehicle,Fuel UOM,combustibil UOM
1366DocType: Warehouse,Warehouse Contact Info,Date de contact depozit
1367DocType: Payment Entry,Write Off Difference Amount,Diferență Sumă Piertdute
1368DocType: Purchase Invoice,Recurring Type,Tip recurent
Frappe PR Botd112ee52017-08-31 19:38:41 +05301369apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +410,"{0}: Employee email not found, hence email not sent","{0}: e-mail angajat nu a fost găsit, prin urmare, nu a fost trimis mail"
Frappe PR Botc0804792017-05-19 12:30:04 +05301370DocType: Item,Foreign Trade Details,Detalii Comerț Exterior
1371DocType: Email Digest,Annual Income,Venit anual
1372DocType: Serial No,Serial No Details,Serial Nu Detalii
1373DocType: Purchase Invoice Item,Item Tax Rate,Rata de Impozitare Articol
1374DocType: Student Group Student,Group Roll Number,Numărul rolurilor de grup
1375apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +145,"For {0}, only credit accounts can be linked against another debit entry","Pentru {0}, numai conturi de credit poate fi legat de o altă intrare în debit"
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301376apps/erpnext/erpnext/projects/doctype/project/project.py +73,Total of all task weights should be 1. Please adjust weights of all Project tasks accordingly,Totală a tuturor greutăților sarcinii trebuie să fie 1. Ajustați greutățile tuturor sarcinilor de proiect în consecință
Frappe PR Botd112ee52017-08-31 19:38:41 +05301377apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +576,Delivery Note {0} is not submitted,Nota de Livrare {0} nu este introdusa
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301378apps/erpnext/erpnext/stock/get_item_details.py +151,Item {0} must be a Sub-contracted Item,Articolul {0} trebuie să fie un Articol Sub-contractat
1379apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +43,Capital Equipments,Echipamente de Capital
Frappe PR Bot7c901002017-06-07 12:05:29 +05301380apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +33,"Pricing Rule is first selected based on 'Apply On' field, which can be Item, Item Group or Brand.","Regula de stabilire a prețurilor este selectat în primul rând bazat pe ""Aplicați pe"" teren, care poate fi produs, Grupa de articole sau de brand."
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05301381apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +215,Please set the Item Code first,Vă rugăm să setați mai întâi Codul elementului
Frappe PR Botc0804792017-05-19 12:30:04 +05301382DocType: Hub Settings,Seller Website,Vânzător Site-ul
1383DocType: Item,ITEM-,ARTICOL-
1384apps/erpnext/erpnext/controllers/selling_controller.py +148,Total allocated percentage for sales team should be 100,Procentul total alocat pentru echipa de vânzări ar trebui să fie de 100
Frappe PR Botc0804792017-05-19 12:30:04 +05301385DocType: Appraisal Goal,Goal,Obiectiv
1386DocType: Sales Invoice Item,Edit Description,Edit Descriere
1387,Team Updates,echipa Actualizări
Frappe PR Botd112ee52017-08-31 19:38:41 +05301388apps/erpnext/erpnext/buying/doctype/request_for_quotation/request_for_quotation.js +885,For Supplier,Pentru furnizor
Frappe PR Botc0804792017-05-19 12:30:04 +05301389DocType: Account,Setting Account Type helps in selecting this Account in transactions.,Setarea Tipul de cont ajută în selectarea acest cont în tranzacții.
1390DocType: Purchase Invoice,Grand Total (Company Currency),Total general (Valuta Companie)
1391apps/erpnext/erpnext/accounts/doctype/cheque_print_template/cheque_print_template.js +9,Create Print Format,Creați Format imprimare
1392apps/erpnext/erpnext/utilities/bot.py +39,Did not find any item called {0},Nu am gasit nici un element numit {0}
Frappe PR Botd112ee52017-08-31 19:38:41 +05301393DocType: Supplier Scorecard Criteria,Criteria Formula,Criterii Formula
Frappe PR Botc0804792017-05-19 12:30:04 +05301394apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +42,Total Outgoing,Raport de ieșire
1395apps/erpnext/erpnext/accounts/doctype/shipping_rule/shipping_rule.py +47,"There can only be one Shipping Rule Condition with 0 or blank value for ""To Value""","Nu poate fi doar o singură regulă Condiții presetate cu 0 sau o valoare necompletată pentru ""la valoarea"""
1396DocType: Authorization Rule,Transaction,Tranzacție
1397apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.js +27,Note: This Cost Center is a Group. Cannot make accounting entries against groups.,Notă: Acest centru de cost este un grup. Nu pot face înregistrări contabile impotriva grupuri.
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301398apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +54,Child warehouse exists for this warehouse. You can not delete this warehouse.,Există depozit copil pentru acest depozit. Nu puteți șterge acest depozit.
Frappe PR Botc0804792017-05-19 12:30:04 +05301399DocType: Item,Website Item Groups,Site-ul Articol Grupuri
1400DocType: Purchase Invoice,Total (Company Currency),Total (Company valutar)
Frappe PR Botbfdb7262017-07-11 15:20:11 +05301401apps/erpnext/erpnext/stock/utils.py +200,Serial number {0} entered more than once,Număr de serie {0} a intrat de mai multe ori
Frappe PR Botc0804792017-05-19 12:30:04 +05301402DocType: Depreciation Schedule,Journal Entry,Intrare în jurnal
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05301403apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +140,{0} items in progress,{0} elemente în curs
Frappe PR Botc0804792017-05-19 12:30:04 +05301404DocType: Workstation,Workstation Name,Stație de lucru Nume
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05301405DocType: Grading Scale Interval,Grade Code,Cod grad
Frappe PR Botc0804792017-05-19 12:30:04 +05301406DocType: POS Item Group,POS Item Group,POS Articol Grupa
1407apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +17,Email Digest:,Email Digest:
Frappe PR Botd112ee52017-08-31 19:38:41 +05301408apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +564,BOM {0} does not belong to Item {1},BOM {0} nu aparţine articolului {1}
Frappe PR Botc0804792017-05-19 12:30:04 +05301409DocType: Sales Partner,Target Distribution,Țintă Distribuție
1410DocType: Salary Slip,Bank Account No.,Cont bancar nr.
1411DocType: Naming Series,This is the number of the last created transaction with this prefix,Acesta este numărul ultimei tranzacții create cu acest prefix
Frappe PR Botd112ee52017-08-31 19:38:41 +05301412DocType: Supplier Scorecard,"Scorecard variables can be used, as well as:
1413{total_score} (the total score from that period),
1414{period_number} (the number of periods to present day)
1415","Variabilele caracterelor pot fi utilizate, precum și: {total_score} (scorul total din acea perioadă), {period_number} (numărul de perioade până în prezent)"
Frappe PR Botc0804792017-05-19 12:30:04 +05301416DocType: Quality Inspection Reading,Reading 8,Lectură 8
1417DocType: Sales Partner,Agent,Agent
1418DocType: Purchase Invoice,Taxes and Charges Calculation,Impozite și Taxe Calcul
1419DocType: Accounts Settings,Book Asset Depreciation Entry Automatically,Încărcarea automată a amortizării activelor din cont
1420DocType: Accounts Settings,Book Asset Depreciation Entry Automatically,Încărcarea automată a amortizării activelor din cont
1421DocType: BOM Operation,Workstation,Stație de lucru
1422DocType: Request for Quotation Supplier,Request for Quotation Supplier,Cerere de ofertă Furnizor
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301423apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +123,Hardware,Hardware
Frappe PR Botc0804792017-05-19 12:30:04 +05301424DocType: Sales Order,Recurring Upto,recurente upto
1425DocType: Attendance,HR Manager,Manager Resurse Umane
Frappe PR Botd112ee52017-08-31 19:38:41 +05301426apps/erpnext/erpnext/accounts/party.py +175,Please select a Company,Vă rugăm să selectați o companie
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301427apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +61,Privilege Leave,Privilege concediu
Frappe PR Botc0804792017-05-19 12:30:04 +05301428DocType: Purchase Invoice,Supplier Invoice Date,Furnizor Data facturii
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301429apps/erpnext/erpnext/templates/includes/product_page.js +18,per,pe
Frappe PR Botc0804792017-05-19 12:30:04 +05301430apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +90,You need to enable Shopping Cart,Trebuie să activați Cosul de cumparaturi
1431DocType: Payment Entry,Writeoff,Achita
1432DocType: Appraisal Template Goal,Appraisal Template Goal,Obiectiv model expertivă
1433DocType: Salary Component,Earning,Câștig Salarial
Frappe PR Botd112ee52017-08-31 19:38:41 +05301434DocType: Supplier Scorecard,Scoring Criteria,Criterii de evaluare
Frappe PR Botc0804792017-05-19 12:30:04 +05301435DocType: Purchase Invoice,Party Account Currency,Partidul cont valutar
1436,BOM Browser,BOM Browser
1437DocType: Purchase Taxes and Charges,Add or Deduct,Adăugaţi sau deduceţi
Frappe PR Botd112ee52017-08-31 19:38:41 +05301438apps/erpnext/erpnext/accounts/doctype/shipping_rule/shipping_rule.py +82,Overlapping conditions found between:,Condiții se suprapun găsite între:
Frappe PR Botc0804792017-05-19 12:30:04 +05301439apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +187,Against Journal Entry {0} is already adjusted against some other voucher,Comparativ intrării {0} în jurnal este deja ajustată comparativ altui voucher
1440apps/erpnext/erpnext/selling/report/inactive_customers/inactive_customers.py +68,Total Order Value,Valoarea totală Comanda
Frappe PR Botd112ee52017-08-31 19:38:41 +05301441apps/erpnext/erpnext/demo/setup/setup_data.py +325,Food,Produse Alimentare
Frappe PR Botc0804792017-05-19 12:30:04 +05301442apps/erpnext/erpnext/accounts/report/accounts_payable/accounts_payable.js +51,Ageing Range 3,Clasă de uzură 3
1443DocType: Maintenance Schedule Item,No of Visits,Nu de vizite
Frappe PR Bot7c901002017-06-07 12:05:29 +05301444apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py +165,Maintenance Schedule {0} exists against {1},Planul de întreținere {0} există împotriva {1}
Frappe PR Botc0804792017-05-19 12:30:04 +05301445apps/erpnext/erpnext/schools/doctype/student_applicant/student_applicant.js +32,Enrolling student,student inregistrat
1446apps/erpnext/erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.py +33,Currency of the Closing Account must be {0},Valuta contului de închidere trebuie să fie {0}
1447apps/erpnext/erpnext/hr/doctype/appraisal_template/appraisal_template.py +21,Sum of points for all goals should be 100. It is {0},Suma de puncte pentru toate obiectivele ar trebui să fie 100. este {0}
1448DocType: Project,Start and End Dates,Începere și de încheiere Date
1449,Delivered Items To Be Billed,Produse Livrate Pentru a fi Facturate
1450apps/erpnext/erpnext/manufacturing/doctype/bom/bom_item_preview.html +16,Open BOM {0},Deschideți BOM {0}
1451apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +60,Warehouse cannot be changed for Serial No.,Depozit nu poate fi schimbat pentru Serial No.
1452DocType: Authorization Rule,Average Discount,Discount mediiu
1453DocType: Purchase Invoice Item,UOM,UOM
1454DocType: Rename Tool,Utilities,Utilitați
1455DocType: Purchase Invoice Item,Accounting,Contabilitate
1456DocType: Employee,EMP/,EMP /
Frappe PR Botfa042362017-07-17 17:50:36 +05301457apps/erpnext/erpnext/public/js/utils/serial_no_batch_selector.js +107,Please select batches for batched item ,Selectați loturile pentru elementul vărsat
Frappe PR Botc0804792017-05-19 12:30:04 +05301458DocType: Asset,Depreciation Schedules,Orarele de amortizare
1459apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +89,Application period cannot be outside leave allocation period,Perioada de aplicare nu poate fi perioadă de alocare concediu în afara
1460DocType: Activity Cost,Projects,Proiecte
1461DocType: Payment Request,Transaction Currency,Operațiuni valutare
1462apps/erpnext/erpnext/controllers/buying_controller.py +25,From {0} | {1} {2},De la {0} | {1} {2}
1463DocType: Production Order Operation,Operation Description,Operație Descriere
1464DocType: Item,Will also apply to variants,"Va aplică, de asemenea variante"
1465apps/erpnext/erpnext/accounts/doctype/fiscal_year/fiscal_year.py +34,Cannot change Fiscal Year Start Date and Fiscal Year End Date once the Fiscal Year is saved.,Nu se poate schimba anul fiscal Data de începere și se termină anul fiscal Data odată ce anul fiscal este salvată.
1466DocType: Quotation,Shopping Cart,Cosul de cumparaturi
1467apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +42,Avg Daily Outgoing,Ieșire zilnică medie
1468DocType: POS Profile,Campaign,Campanie
1469DocType: Supplier,Name and Type,Numele și tipul
Frappe PR Botd112ee52017-08-31 19:38:41 +05301470apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.py +64,Approval Status must be 'Approved' or 'Rejected',"Statusul aprobării trebuie să fie ""Aprobat"" sau ""Respins"""
Frappe PR Botc0804792017-05-19 12:30:04 +05301471DocType: Purchase Invoice,Contact Person,Persoană de contact
1472apps/erpnext/erpnext/projects/doctype/task/task.py +37,'Expected Start Date' can not be greater than 'Expected End Date','Data de început preconizatã' nu poate fi dupa data 'Data de sfârșit anticipatã'
1473DocType: Course Scheduling Tool,Course End Date,Desigur Data de încheiere
1474DocType: Holiday List,Holidays,Concedii
1475DocType: Sales Order Item,Planned Quantity,Planificate Cantitate
1476DocType: Purchase Invoice Item,Item Tax Amount,Suma Taxa Articol
1477DocType: Item,Maintain Stock,Menținere de Stock
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301478apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +212,Stock Entries already created for Production Order ,
Frappe PR Botc0804792017-05-19 12:30:04 +05301479DocType: Employee,Prefered Email,E-mail Preferam
1480apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +33,Net Change in Fixed Asset,Schimbarea net în active fixe
1481DocType: Leave Control Panel,Leave blank if considered for all designations,Lăsați necompletat dacă se consideră pentru toate denumirile
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05301482apps/erpnext/erpnext/controllers/accounts_controller.py +676,Charge of type 'Actual' in row {0} cannot be included in Item Rate,"Taxa de tip 'Efectiv' în inregistrarea {0} nu poate fi inclus în Rata Articol"""
1483apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +350,Max: {0},Max: {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05301484apps/erpnext/erpnext/projects/report/daily_timesheet_summary/daily_timesheet_summary.py +24,From Datetime,De la Datetime
1485DocType: Email Digest,For Company,Pentru Companie
1486apps/erpnext/erpnext/config/support.py +17,Communication log.,Log comunicare.
Frappe PR Botd112ee52017-08-31 19:38:41 +05301487apps/erpnext/erpnext/buying/doctype/request_for_quotation/request_for_quotation.py +193,"Request for Quotation is disabled to access from portal, for more check portal settings.","Cerere de ofertă este dezactivată accesul la portal, pentru mai multe setările portalului de verificare."
1488DocType: Supplier Scorecard Scoring Variable,Supplier Scorecard Scoring Variable,Scorul variabil al scorului de performanță al furnizorului
Frappe PR Botc0804792017-05-19 12:30:04 +05301489apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +74,Buying Amount,Suma de Cumpărare
1490DocType: Sales Invoice,Shipping Address Name,Transport Adresa Nume
Frappe PR Botfa042362017-07-17 17:50:36 +05301491apps/erpnext/erpnext/accounts/doctype/account/account.js +58,Chart of Accounts,Grafic Conturi
Frappe PR Botc0804792017-05-19 12:30:04 +05301492DocType: Material Request,Terms and Conditions Content,Termeni și condiții de conținut
Frappe PR Botfa042362017-07-17 17:50:36 +05301493apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +555,cannot be greater than 100,nu poate fi mai mare de 100
Frappe PR Botd112ee52017-08-31 19:38:41 +05301494apps/erpnext/erpnext/stock/doctype/item/item.py +684,Item {0} is not a stock Item,Articolul{0} nu este un element de stoc
Frappe PR Botc0804792017-05-19 12:30:04 +05301495DocType: Maintenance Visit,Unscheduled,Neprogramat
1496DocType: Employee,Owned,Deținut
1497DocType: Salary Detail,Depends on Leave Without Pay,Depinde de concediu fără plată
1498DocType: Pricing Rule,"Higher the number, higher the priority","Este mai mare numărul, mai mare prioritate"
1499,Purchase Invoice Trends,Cumpărare Tendințe factură
1500DocType: Employee,Better Prospects,Perspective îmbunătăţite
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301501apps/erpnext/erpnext/stock/doctype/batch/batch.py +114,"Row #{0}: The batch {1} has only {2} qty. Please select another batch which has {3} qty available or split the row into multiple rows, to deliver/issue from multiple batches","Rândul # {0}: lotul {1} are doar {2} qty. Selectați un alt lot care are {3} qty disponibil sau împărți rândul în mai multe rânduri, pentru a livra / emite din mai multe loturi"
Frappe PR Botc0804792017-05-19 12:30:04 +05301502DocType: Vehicle,License Plate,Înmatriculare
1503DocType: Appraisal,Goals,Obiective
1504DocType: Warranty Claim,Warranty / AMC Status,Garanție / AMC Starea
1505,Accounts Browser,Navigator Conturi
1506DocType: Payment Entry Reference,Payment Entry Reference,Plată intrare de referință
1507DocType: GL Entry,GL Entry,Intrari GL
1508DocType: HR Settings,Employee Settings,Setări Angajat
1509,Batch-Wise Balance History,Istoricul balanţei principale aferente lotului
1510apps/erpnext/erpnext/accounts/doctype/cheque_print_template/cheque_print_template.js +73,Print settings updated in respective print format,Setările de imprimare actualizate în format de imprimare respectiv
1511DocType: Package Code,Package Code,Cod pachet
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301512apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +74,Apprentice,Începător
1513DocType: Purchase Invoice,Company GSTIN,Compania GSTIN
Frappe PR Botc0804792017-05-19 12:30:04 +05301514apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +103,Negative Quantity is not allowed,Nu este permisă cantitate negativă
1515DocType: Purchase Invoice Item,"Tax detail table fetched from item master as a string and stored in this field.
1516Used for Taxes and Charges","Taxa detaliu tabel preluat de la maestru articol ca un șir și stocate în acest domeniu.
1517 Folosit pentru Impozite și Taxe"
Frappe PR Botd112ee52017-08-31 19:38:41 +05301518DocType: Supplier Scorecard Period,SSC-,SSC-
Frappe PR Botc0804792017-05-19 12:30:04 +05301519apps/erpnext/erpnext/hr/doctype/employee/employee.py +154,Employee cannot report to himself.,Angajat nu pot raporta la sine.
1520DocType: Account,"If the account is frozen, entries are allowed to restricted users.","În cazul în care contul este blocat, intrările sunt permite utilizatorilor restricționati."
1521DocType: Email Digest,Bank Balance,Banca Balance
Frappe PR Botd112ee52017-08-31 19:38:41 +05301522apps/erpnext/erpnext/accounts/party.py +238,Accounting Entry for {0}: {1} can only be made in currency: {2},Contabilitate de intrare pentru {0}: {1} se poate face numai în valută: {2}
Frappe PR Botc0804792017-05-19 12:30:04 +05301523DocType: Job Opening,"Job profile, qualifications required etc.","Profilul postului, calificări necesare, etc"
1524DocType: Journal Entry Account,Account Balance,Soldul contului
1525apps/erpnext/erpnext/config/accounts.py +185,Tax Rule for transactions.,Regula de impozit pentru tranzacțiile.
1526DocType: Rename Tool,Type of document to rename.,Tip de document pentru a redenumi.
Frappe PR Botd112ee52017-08-31 19:38:41 +05301527apps/erpnext/erpnext/public/js/setup_wizard.js +316,We buy this Item,Cumparam acest articol
Frappe PR Botc0804792017-05-19 12:30:04 +05301528apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +53,{0} {1}: Customer is required against Receivable account {2},{0} {1}: Clientul este necesară împotriva contului Receivable {2}
1529DocType: Purchase Invoice,Total Taxes and Charges (Company Currency),Total Impozite si Taxe (Compania valutar)
1530apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.js +60,Show unclosed fiscal year's P&L balances,Afișați soldurile L P &amp; anul fiscal unclosed lui
1531DocType: Shipping Rule,Shipping Account,Contul de transport maritim
1532apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +92,{0} {1}: Account {2} is inactive,{0} {1}: Cont {2} este inactiv
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05301533apps/erpnext/erpnext/utilities/activation.py +80,Make Sales Orders to help you plan your work and deliver on-time,Asigurați-vă Comenzi de vânzări pentru a vă ajuta să planificați munca și să livreze la timp
Frappe PR Botc0804792017-05-19 12:30:04 +05301534DocType: Quality Inspection,Readings,Lecturi
1535DocType: Stock Entry,Total Additional Costs,Costuri totale suplimentare
1536DocType: Course Schedule,SH,SH
1537DocType: BOM,Scrap Material Cost(Company Currency),Cost resturi de material (companie Moneda)
Frappe PR Botd112ee52017-08-31 19:38:41 +05301538apps/erpnext/erpnext/public/js/setup_wizard.js +307,Sub Assemblies,Sub Assemblies
Frappe PR Botc0804792017-05-19 12:30:04 +05301539DocType: Asset,Asset Name,Denumire activ
1540DocType: Project,Task Weight,sarcina Greutate
1541DocType: Shipping Rule Condition,To Value,La valoarea
1542DocType: Asset Movement,Stock Manager,Stock Manager
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301543apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +144,Source warehouse is mandatory for row {0},Depozit sursă este obligatorie pentru rând {0}
Frappe PR Botd112ee52017-08-31 19:38:41 +05301544apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.js +809,Packing Slip,Slip de ambalare
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301545apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +110,Office Rent,Birou inchiriat
Frappe PR Botc0804792017-05-19 12:30:04 +05301546apps/erpnext/erpnext/config/setup.py +111,Setup SMS gateway settings,Setări de configurare SMS gateway-ul
1547apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.js +60,Import Failed!,Import a eșuat!
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301548apps/erpnext/erpnext/public/js/templates/address_list.html +20,No address added yet.,Nici adresa adăugat încă.
Frappe PR Botc0804792017-05-19 12:30:04 +05301549DocType: Workstation Working Hour,Workstation Working Hour,Statie de lucru de ore de lucru
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301550apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +94,Analyst,Analist
Frappe PR Botc0804792017-05-19 12:30:04 +05301551DocType: Item,Inventory,Inventarierea
1552DocType: Item,Sales Details,Detalii vânzări
1553DocType: Quality Inspection,QI-,QI-
1554DocType: Opportunity,With Items,Cu articole
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301555apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +37,In Qty,În Cantitate
1556DocType: School Settings,Validate Enrolled Course for Students in Student Group,Validați cursul înscris pentru elevii din grupul de studenți
Frappe PR Botc0804792017-05-19 12:30:04 +05301557DocType: Notification Control,Expense Claim Rejected,Revendicare Cheltuieli Respinsa
1558DocType: Item,Item Attribute,Postul Atribut
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301559apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +116,Government,Guvern
Frappe PR Botc0804792017-05-19 12:30:04 +05301560apps/erpnext/erpnext/hr/doctype/vehicle_log/vehicle_log.py +40,Expense Claim {0} already exists for the Vehicle Log,Cheltuiala Revendicarea {0} există deja pentru vehicul Log
Frappe PR Botd112ee52017-08-31 19:38:41 +05301561apps/erpnext/erpnext/public/js/setup_wizard.js +55,Institute Name,Numele Institutului
Frappe PR Botc0804792017-05-19 12:30:04 +05301562apps/erpnext/erpnext/hr/doctype/employee_loan/employee_loan.py +117,Please enter repayment Amount,Vă rugăm să introduceți Suma de rambursare
1563apps/erpnext/erpnext/config/stock.py +300,Item Variants,Variante Postul
1564DocType: Company,Services,Servicii
1565DocType: HR Settings,Email Salary Slip to Employee,E-mail Salariu Slip angajatului
1566DocType: Cost Center,Parent Cost Center,Părinte Cost Center
Frappe PR Botd112ee52017-08-31 19:38:41 +05301567apps/erpnext/erpnext/buying/doctype/request_for_quotation/request_for_quotation.js +1002,Select Possible Supplier,Selectați Posibil furnizor
Frappe PR Botc0804792017-05-19 12:30:04 +05301568DocType: Sales Invoice,Source,Sursă
1569apps/erpnext/erpnext/templates/pages/projects.html +31,Show closed,Afișează închis
1570DocType: Leave Type,Is Leave Without Pay,Este concediu fără plată
Frappe PR Botd112ee52017-08-31 19:38:41 +05301571apps/erpnext/erpnext/stock/doctype/item/item.py +236,Asset Category is mandatory for Fixed Asset item,Categoria activ este obligatorie pentru postul de activ fix
Frappe PR Botc0804792017-05-19 12:30:04 +05301572apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +145,No records found in the Payment table,Nu sunt găsite în tabelul de plăți înregistrări
1573apps/erpnext/erpnext/schools/utils.py +19,This {0} conflicts with {1} for {2} {3},Acest {0} conflicte cu {1} pentru {2} {3}
1574DocType: Student Attendance Tool,Students HTML,HTML studenții
Frappe PR Botc0804792017-05-19 12:30:04 +05301575DocType: POS Profile,Apply Discount,Aplicați o reducere
Frappe PR Botbfdb7262017-07-11 15:20:11 +05301576DocType: GST HSN Code,GST HSN Code,Codul GST HSN
Frappe PR Botc0804792017-05-19 12:30:04 +05301577DocType: Employee External Work History,Total Experience,Experiența totală
1578apps/erpnext/erpnext/setup/doctype/email_digest/templates/default.html +70,Open Projects,Proiecte deschise
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05301579apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +286,Packing Slip(s) cancelled,Slip de ambalare (e) anulate
Frappe PR Botc0804792017-05-19 12:30:04 +05301580apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +31,Cash Flow from Investing,Cash Flow de la Investiții
1581DocType: Program Course,Program Course,Curs Program
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301582apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +99,Freight and Forwarding Charges,Incarcatura și Taxe de Expediere
Frappe PR Botc0804792017-05-19 12:30:04 +05301583DocType: Homepage,Company Tagline for website homepage,Firma Tagline pentru pagina de start site
1584DocType: Item Group,Item Group Name,Denumire Grup Articol
1585apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,Luate
1586DocType: Student,Date of Leaving,Data Părăsirea
1587DocType: Pricing Rule,For Price List,Pentru Lista de Preturi
1588apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +27,Executive Search,Cautare Executiva
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05301589apps/erpnext/erpnext/utilities/activation.py +61,Create Leads,Creați Oportunitati
Frappe PR Botc0804792017-05-19 12:30:04 +05301590DocType: Maintenance Schedule,Schedules,Orarele
1591DocType: Purchase Invoice Item,Net Amount,Cantitate netă
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301592apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +143,{0} {1} has not been submitted so the action cannot be completed,"{0} {1} nu a fost trimis, astfel încât acțiunea nu poate fi finalizată"
Frappe PR Botc0804792017-05-19 12:30:04 +05301593DocType: Purchase Order Item Supplied,BOM Detail No,Detaliu BOM nr.
1594DocType: Landed Cost Voucher,Additional Charges,Costuri suplimentare
1595DocType: Purchase Invoice,Additional Discount Amount (Company Currency),Discount suplimentar Suma (companie de valuta)
Frappe PR Botd112ee52017-08-31 19:38:41 +05301596DocType: Supplier Scorecard,Supplier Scorecard,Scorul de performanță al furnizorului
Frappe PR Botfa042362017-07-17 17:50:36 +05301597apps/erpnext/erpnext/accounts/doctype/account/account.js +21,Please create new account from Chart of Accounts.,Vă rugăm să creați un cont nou de Planul de conturi.
1598,Support Hour Distribution,Distribuția orelor de distribuție
Frappe PR Botc0804792017-05-19 12:30:04 +05301599DocType: Maintenance Visit,Maintenance Visit,Vizita Mentenanta
1600DocType: Student,Leaving Certificate Number,Părăsirea Număr certificat
1601DocType: Sales Invoice Item,Available Batch Qty at Warehouse,Cantitate lot disponibilă în depozit
1602apps/erpnext/erpnext/accounts/doctype/cheque_print_template/cheque_print_template.js +9,Update Print Format,Actualizare Format Print
1603DocType: Landed Cost Voucher,Landed Cost Help,Costul Ajutor Landed
1604DocType: Purchase Invoice,Select Shipping Address,Selectați adresa de expediere
1605DocType: Leave Block List,Block Holidays on important days.,Blocaţi zile de sărbătoare în zilele importante.
1606apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.js +71,Accounts Receivable Summary,Rezumat conturi de încasare
1607DocType: Employee Loan,Monthly Repayment Amount,Suma de rambursare lunar
1608apps/erpnext/erpnext/hr/doctype/employee/employee.py +191,Please set User ID field in an Employee record to set Employee Role,Vă rugăm să setați câmp ID de utilizator într-o înregistrare angajat să stabilească Angajat rol
1609DocType: UOM,UOM Name,Numele UOM
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301610DocType: GST HSN Code,HSN Code,Codul HSN
Frappe PR Botc0804792017-05-19 12:30:04 +05301611apps/erpnext/erpnext/selling/report/sales_person_wise_transaction_summary/sales_person_wise_transaction_summary.py +43,Contribution Amount,Contribuția Suma
1612DocType: Purchase Invoice,Shipping Address,Adresa de livrare
1613DocType: Stock Reconciliation,This tool helps you to update or fix the quantity and valuation of stock in the system. It is typically used to synchronise the system values and what actually exists in your warehouses.,Acest instrument vă ajută să actualizați sau stabili cantitatea și evaluarea stocului in sistem. Acesta este de obicei folosit pentru a sincroniza valorile de sistem și ceea ce există de fapt în depozite tale.
1614DocType: Delivery Note,In Words will be visible once you save the Delivery Note.,În cuvinte va fi vizibil după ce a salva de livrare Nota.
1615DocType: Expense Claim,EXP,EXP
1616apps/erpnext/erpnext/config/stock.py +200,Brand master.,Deţinător marcă.
1617apps/erpnext/erpnext/schools/utils.py +50,Student {0} - {1} appears Multiple times in row {2} & {3},Elev {0} - {1} apare ori multiple în rândul {2} &amp; {3}
1618DocType: Program Enrollment Tool,Program Enrollments,Inscrierile pentru programul
1619DocType: Sales Invoice Item,Brand Name,Denumire marcă
1620DocType: Purchase Receipt,Transporter Details,Detalii Transporter
Frappe PR Botd112ee52017-08-31 19:38:41 +05301621apps/erpnext/erpnext/accounts/page/pos/pos.js +2587,Default warehouse is required for selected item,depozitul implicit este necesar pentru elementul selectat
1622apps/erpnext/erpnext/public/js/setup_wizard.js +310,Box,Cutie
1623apps/erpnext/erpnext/buying/doctype/request_for_quotation/request_for_quotation.js +999,Possible Supplier,posibil furnizor
Frappe PR Botc0804792017-05-19 12:30:04 +05301624DocType: Budget,Monthly Distribution,Distributie lunar
1625apps/erpnext/erpnext/selling/doctype/sms_center/sms_center.py +68,Receiver List is empty. Please create Receiver List,Receptor Lista goala. Vă rugăm să creați Receiver Lista
1626DocType: Production Plan Sales Order,Production Plan Sales Order,Planul de producție comandă de vânzări
1627DocType: Sales Partner,Sales Partner Target,Vânzări Partner țintă
1628DocType: Loan Type,Maximum Loan Amount,Suma maximă a împrumutului
1629DocType: Pricing Rule,Pricing Rule,Regula de stabilire a prețurilor
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301630apps/erpnext/erpnext/schools/doctype/student_group/student_group.py +53,Duplicate roll number for student {0},Numărul de rolă duplicat pentru student {0}
1631apps/erpnext/erpnext/schools/doctype/student_group/student_group.py +53,Duplicate roll number for student {0},Numărul de rolă duplicat pentru student {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05301632DocType: Budget,Action if Annual Budget Exceeded,Acțiune în cazul în care anual Buget Depășit
1633apps/erpnext/erpnext/config/learn.py +197,Material Request to Purchase Order,Cerere de material de cumpărare Ordine
1634DocType: Shopping Cart Settings,Payment Success URL,Plată de succes URL
1635apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +80,Row # {0}: Returned Item {1} does not exists in {2} {3},Rândul # {0}: articolul returnat {1} nu există în {2} {3}
1636apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +80,Row # {0}: Returned Item {1} does not exists in {2} {3},Rândul # {0}: articolul returnat {1} nu există în {2} {3}
1637DocType: Purchase Receipt,PREC-,PREC-
1638apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +16,Bank Accounts,Conturi bancare
1639,Bank Reconciliation Statement,Extras de cont reconciliere bancară
1640,Lead Name,Nume Conducere
1641,POS,POS
1642DocType: C-Form,III,III
1643apps/erpnext/erpnext/config/stock.py +305,Opening Stock Balance,Sold Stock
1644apps/erpnext/erpnext/stock/doctype/item_attribute/item_attribute.py +58,{0} must appear only once,{0} trebuie să apară doar o singură dată
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301645apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +368,Not allowed to tranfer more {0} than {1} against Purchase Order {2},Nu este permis să transferam mai {0} {1} decât împotriva Comandă {2}
Frappe PR Botc0804792017-05-19 12:30:04 +05301646apps/erpnext/erpnext/hr/doctype/leave_control_panel/leave_control_panel.py +59,Leaves Allocated Successfully for {0},Concedii alocate cu succes pentru {0}
1647apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +40,No Items to pack,Nu sunt produse în ambalaj
1648DocType: Shipping Rule Condition,From Value,Din Valoare
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301649apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +555,Manufacturing Quantity is mandatory,Cantitatea de fabricație este obligatorie
Frappe PR Botc0804792017-05-19 12:30:04 +05301650DocType: Employee Loan,Repayment Method,Metoda de rambursare
1651DocType: Products Settings,"If checked, the Home page will be the default Item Group for the website","Dacă este bifată, pagina de pornire va fi implicit postul Grupului pentru site-ul web"
1652DocType: Quality Inspection Reading,Reading 4,Reading 4
Frappe PR Botc0804792017-05-19 12:30:04 +05301653apps/erpnext/erpnext/config/hr.py +127,Claims for company expense.,Cererile pentru cheltuieli companie.
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05301654apps/erpnext/erpnext/utilities/activation.py +116,"Students are at the heart of the system, add all your students","Studenții sunt în centrul sistemului, adăugați toți elevii"
Frappe PR Botc0804792017-05-19 12:30:04 +05301655apps/erpnext/erpnext/accounts/doctype/bank_reconciliation/bank_reconciliation.py +81,Row #{0}: Clearance date {1} cannot be before Cheque Date {2},Rând # {0}: Data de lichidare {1} nu poate fi înainte de Cheque Data {2}
1656DocType: Company,Default Holiday List,Implicit Listă de vacanță
Frappe PR Botd112ee52017-08-31 19:38:41 +05301657apps/erpnext/erpnext/projects/doctype/timesheet/timesheet.py +190,Row {0}: From Time and To Time of {1} is overlapping with {2},Rândul {0}: De la timp și Ora {1} se suprapune cu {2}
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301658apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +145,Stock Liabilities,Pasive stoc
Frappe PR Botc0804792017-05-19 12:30:04 +05301659DocType: Purchase Invoice,Supplier Warehouse,Furnizor Warehouse
1660DocType: Opportunity,Contact Mobile No,Nr. Mobil Persoana de Contact
1661,Material Requests for which Supplier Quotations are not created,Cererile de materiale pentru care nu sunt create Cotațiile Furnizor
1662DocType: Student Group,Set 0 for no limit,0 pentru a seta nici o limită
1663apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +141,The day(s) on which you are applying for leave are holidays. You need not apply for leave.,A doua zi (e) pe care se aplica pentru concediu sunt sărbători. Nu trebuie să se aplice pentru concediu.
1664apps/erpnext/erpnext/accounts/doctype/payment_request/payment_request.js +20,Resend Payment Email,Retrimite e-mail de plată
1665apps/erpnext/erpnext/templates/pages/projects.html +27,New task,Sarcina noua
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05301666apps/erpnext/erpnext/utilities/activation.py +72,Make Quotation,Face ofertă
Frappe PR Botc0804792017-05-19 12:30:04 +05301667apps/erpnext/erpnext/config/selling.py +216,Other Reports,alte rapoarte
1668DocType: Dependent Task,Dependent Task,Sarcina dependent
Frappe PR Botd112ee52017-08-31 19:38:41 +05301669apps/erpnext/erpnext/stock/doctype/item/item.py +402,Conversion factor for default Unit of Measure must be 1 in row {0},Factor de Conversie pentru Unitatea de Măsură implicita trebuie să fie 1 pentru inregistrarea {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05301670apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +208,Leave of type {0} cannot be longer than {1},Concediul de tip {0} nu poate dura mai mare de {1}
1671DocType: Manufacturing Settings,Try planning operations for X days in advance.,Încercați planificarea operațiunilor de X zile în avans.
1672DocType: HR Settings,Stop Birthday Reminders,De oprire de naștere Memento
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05301673apps/erpnext/erpnext/hr/doctype/process_payroll/process_payroll.py +250,Please set Default Payroll Payable Account in Company {0},Vă rugăm să setați Cont Cheltuieli suplimentare salarizare implicit în companie {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05301674DocType: SMS Center,Receiver List,Receptor Lista
Frappe PR Botd112ee52017-08-31 19:38:41 +05301675apps/erpnext/erpnext/accounts/page/pos/pos.js +1074,Search Item,căutare articol
Frappe PR Botc0804792017-05-19 12:30:04 +05301676apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +46,Consumed Amount,Consumat Suma
1677apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +98,Net Change in Cash,Schimbarea net în numerar
1678DocType: Assessment Plan,Grading Scale,Scala de notare
Frappe PR Botd112ee52017-08-31 19:38:41 +05301679apps/erpnext/erpnext/stock/doctype/item/item.py +397,Unit of Measure {0} has been entered more than once in Conversion Factor Table,Unitate de măsură {0} a fost introdus mai mult de o dată în Factor de conversie Tabelul
1680apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +611,Already completed,deja finalizat
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301681apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +33,Stock In Hand,Stoc în mână
Frappe PR Botd112ee52017-08-31 19:38:41 +05301682apps/erpnext/erpnext/accounts/doctype/payment_request/payment_request.py +29,Payment Request already exists {0},Cerere de plată există deja {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05301683apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +27,Cost of Issued Items,Costul de articole emise
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05301684apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +353,Quantity must not be more than {0},Cantitatea nu trebuie să fie mai mare de {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05301685apps/erpnext/erpnext/accounts/report/balance_sheet/balance_sheet.py +117,Previous Financial Year is not closed,Exercițiul financiar precedent nu este închis
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301686apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.py +46,Age (Days),Vârstă (zile)
Frappe PR Botc0804792017-05-19 12:30:04 +05301687DocType: Quotation Item,Quotation Item,Citat Articol
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301688DocType: Customer,Customer POS Id,ID POS utilizator
Frappe PR Botc0804792017-05-19 12:30:04 +05301689DocType: Account,Account Name,Numele Contului
1690apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.py +40,From Date cannot be greater than To Date,De la data nu poate fi mai mare decât la data
Frappe PR Botbfdb7262017-07-11 15:20:11 +05301691apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +198,Serial No {0} quantity {1} cannot be a fraction,Serial Nu {0} {1} cantitate nu poate fi o fracțiune
Frappe PR Botc0804792017-05-19 12:30:04 +05301692apps/erpnext/erpnext/config/buying.py +43,Supplier Type master.,Furnizor de tip maestru.
1693DocType: Purchase Order Item,Supplier Part Number,Furnizor Număr
Frappe PR Botd112ee52017-08-31 19:38:41 +05301694apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +104,Conversion rate cannot be 0 or 1,Rata de conversie nu poate fi 0 sau 1
Frappe PR Botc0804792017-05-19 12:30:04 +05301695DocType: Sales Invoice,Reference Document,Documentul de referință
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301696apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +213,{0} {1} is cancelled or stopped,{0} {1} este anulată sau oprită
Frappe PR Botc0804792017-05-19 12:30:04 +05301697DocType: Accounts Settings,Credit Controller,Controler de Credit
1698DocType: Delivery Note,Vehicle Dispatch Date,Dispeceratul vehicul Data
Frappe PR Botfa042362017-07-17 17:50:36 +05301699DocType: Purchase Invoice Item,HSN/SAC,HSN / SAC
Frappe PR Botd112ee52017-08-31 19:38:41 +05301700apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +233,Purchase Receipt {0} is not submitted,Primirea de cumpărare {0} nu este prezentat
Frappe PR Botc0804792017-05-19 12:30:04 +05301701DocType: Company,Default Payable Account,Implicit cont furnizori
1702apps/erpnext/erpnext/config/website.py +17,"Settings for online shopping cart such as shipping rules, price list etc.","Setări pentru cosul de cumparaturi on-line, cum ar fi normele de transport maritim, lista de preturi, etc."
Frappe PR Botd112ee52017-08-31 19:38:41 +05301703apps/erpnext/erpnext/controllers/website_list_for_contact.py +111,{0}% Billed,{0}% Facturat
Frappe PR Botc0804792017-05-19 12:30:04 +05301704apps/erpnext/erpnext/stock/report/stock_projected_qty/stock_projected_qty.py +18,Reserved Qty,Rezervate Cantitate
1705DocType: Party Account,Party Account,Party Account
1706apps/erpnext/erpnext/config/setup.py +122,Human Resources,Resurse umane
1707DocType: Lead,Upper Income,Venituri de sus
1708apps/erpnext/erpnext/schools/doctype/student_applicant/student_applicant.js +13,Reject,Respinge
1709DocType: Journal Entry Account,Debit in Company Currency,Debit în companie valutar
1710DocType: BOM Item,BOM Item,Articol BOM
1711DocType: Appraisal,For Employee,Pentru Angajat
Frappe PR Botd112ee52017-08-31 19:38:41 +05301712apps/erpnext/erpnext/hr/doctype/employee_loan/employee_loan.js +49,Make Disbursement Entry,Asigurați-debursare de intrare
Frappe PR Botc0804792017-05-19 12:30:04 +05301713apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +138,Row {0}: Advance against Supplier must be debit,Row {0}: Advance împotriva Furnizor trebuie să fie de debit
1714DocType: Company,Default Values,Valori implicite
Frappe PR Bot7c901002017-06-07 12:05:29 +05301715apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +61,{frequency} Digest,{Frequency} Digest
Frappe PR Botc0804792017-05-19 12:30:04 +05301716DocType: Expense Claim,Total Amount Reimbursed,Total suma rambursată
1717apps/erpnext/erpnext/hr/doctype/vehicle/vehicle_dashboard.py +5,This is based on logs against this Vehicle. See timeline below for details,Aceasta se bazează pe bușteni împotriva acestui vehicul. A se vedea calendarul de mai jos pentru detalii
1718apps/erpnext/erpnext/schools/doctype/fees/fees.js +41,Collect,Colectarea
Frappe PR Botd112ee52017-08-31 19:38:41 +05301719apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +86,Against Supplier Invoice {0} dated {1},Comparativ facturii furnizorului {0} din data {1}
Frappe PR Botc0804792017-05-19 12:30:04 +05301720DocType: Customer,Default Price List,Lista de Prețuri Implicita
Frappe PR Botd112ee52017-08-31 19:38:41 +05301721apps/erpnext/erpnext/accounts/doctype/asset/asset.py +244,Asset Movement record {0} created,Mișcarea de înregistrare a activelor {0} creat
Frappe PR Botc0804792017-05-19 12:30:04 +05301722apps/erpnext/erpnext/accounts/doctype/fiscal_year/fiscal_year.py +51,You cannot delete Fiscal Year {0}. Fiscal Year {0} is set as default in Global Settings,Nu puteți șterge Anul fiscal {0}. Anul fiscal {0} este setat ca implicit în Setări globale
1723DocType: Journal Entry,Entry Type,Tipul de intrare
Frappe PR Botfa042362017-07-17 17:50:36 +05301724apps/erpnext/erpnext/schools/report/course_wise_assessment_report/course_wise_assessment_report.py +44,No assessment plan linked with this assessment group,Nu există niciun plan de evaluare legat de acest grup de evaluare
Frappe PR Botc0804792017-05-19 12:30:04 +05301725,Customer Credit Balance,Balanța Clienți credit
1726apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +23,Net Change in Accounts Payable,Schimbarea net în conturi de plătit
1727apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +42,Customer required for 'Customerwise Discount',Client necesar pentru 'Reducere Client'
1728apps/erpnext/erpnext/config/accounts.py +142,Update bank payment dates with journals.,Actualizați datele de plată bancar cu reviste.
1729apps/erpnext/erpnext/stock/doctype/item/item_dashboard.py +21,Pricing,Stabilirea pretului
1730DocType: Quotation,Term Details,Detalii pe termen
1731DocType: Project,Total Sales Cost (via Sales Order),Costul total al vânzărilor (prin comandă de vânzări)
1732DocType: Project,Total Sales Cost (via Sales Order),Costul total al vânzărilor (prin comandă de vânzări)
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301733apps/erpnext/erpnext/schools/doctype/student_group/student_group.py +29,Cannot enroll more than {0} students for this student group.,Nu se poate inscrie mai mult de {0} studenți pentru acest grup de studenți.
Frappe PR Botc0804792017-05-19 12:30:04 +05301734apps/erpnext/erpnext/crm/report/campaign_efficiency/campaign_efficiency.py +17,Lead Count,Conducerea contabilă
1735apps/erpnext/erpnext/crm/report/campaign_efficiency/campaign_efficiency.py +17,Lead Count,Conducerea contabilă
1736apps/erpnext/erpnext/accounts/doctype/asset_category/asset_category.py +15,{0} must be greater than 0,{0} trebuie să fie mai mare decât 0
1737DocType: Manufacturing Settings,Capacity Planning For (Days),Planificarea capacitate de (zile)
1738apps/erpnext/erpnext/buying/doctype/supplier/supplier_dashboard.py +10,Procurement,achiziții publice
1739apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +64,None of the items have any change in quantity or value.,Nici unul din elementele au nici o schimbare în cantitate sau de valoare.
1740apps/erpnext/erpnext/schools/doctype/program_enrollment_tool/program_enrollment_tool.py +16,Mandatory field - Program,Câmp obligatoriu - Program
1741apps/erpnext/erpnext/schools/doctype/program_enrollment_tool/program_enrollment_tool.py +16,Mandatory field - Program,Câmp obligatoriu - Program
Frappe PR Bot7c901002017-06-07 12:05:29 +05301742apps/erpnext/erpnext/maintenance/doctype/maintenance_visit/maintenance_visit.js +46,Warranty Claim,Garanție revendicarea
Frappe PR Botc0804792017-05-19 12:30:04 +05301743,Lead Details,Detalii Conducere
1744DocType: Salary Slip,Loan repayment,Rambursare a creditului
1745DocType: Purchase Invoice,End date of current invoice's period,Data de încheiere a perioadei facturii curente
1746DocType: Pricing Rule,Applicable For,Aplicabil pentru
1747DocType: Accounts Settings,Unlink Payment on Cancellation of Invoice,Plata unlink privind anularea facturii
1748apps/erpnext/erpnext/hr/doctype/vehicle_log/vehicle_log.py +16,Current Odometer reading entered should be greater than initial Vehicle Odometer {0},Kilometrajul curentă introdusă trebuie să fie mai mare decât inițială a vehiculului odometru {0}
1749DocType: Shipping Rule Country,Shipping Rule Country,Regula de transport maritim Tara
1750apps/erpnext/erpnext/hr/doctype/employee/employee_dashboard.py +10,Leave and Attendance,Plece și prezență
1751DocType: Maintenance Visit,Partially Completed,Parțial finalizate
Frappe PR Botd112ee52017-08-31 19:38:41 +05301752apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +54,Supplier &gt; Supplier Type,Furnizor&gt; Tipul furnizorului
Frappe PR Botc0804792017-05-19 12:30:04 +05301753DocType: Leave Type,Include holidays within leaves as leaves,Includ zilele de sărbătoare în frunze ca frunze
1754DocType: Sales Invoice,Packed Items,Articole pachet
1755apps/erpnext/erpnext/config/support.py +27,Warranty Claim against Serial No.,Garantie revendicarea împotriva Serial No.
Frappe PR Botd112ee52017-08-31 19:38:41 +05301756apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +65,'Total',&#39;Total&#39;
Frappe PR Botc0804792017-05-19 12:30:04 +05301757DocType: Shopping Cart Settings,Enable Shopping Cart,Activați cosul de cumparaturi
1758DocType: Employee,Permanent Address,Permanent Adresa
1759apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +260,"Advance paid against {0} {1} cannot be greater \
1760 than Grand Total {2}",Avansul plătit împotriva {0} {1} nu poate fi mai mare \ decât Grand total {2}
Frappe PR Bot7c901002017-06-07 12:05:29 +05301761apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py +147,Please select item code,Vă rugăm să selectați codul de articol
Frappe PR Botc0804792017-05-19 12:30:04 +05301762DocType: Student Sibling,Studying in Same Institute,Studiind în același Institut
1763DocType: Territory,Territory Manager,Teritoriu Director
1764DocType: Packed Item,To Warehouse (Optional),Pentru a Depozit (opțional)
Frappe PR Botc0804792017-05-19 12:30:04 +05301765DocType: Payment Entry,Paid Amount (Company Currency),Plătit Suma (Compania de valuta)
1766DocType: Purchase Invoice,Additional Discount,Discount suplimentar
1767DocType: Selling Settings,Selling Settings,Vanzarea Setări
1768apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +39,Online Auctions,Licitatii Online
1769apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +98,Please specify either Quantity or Valuation Rate or both,Vă rugăm să specificați fie Cantitate sau Evaluează evaluare sau ambele
1770apps/erpnext/erpnext/selling/doctype/sales_order/sales_order_dashboard.py +17,Fulfillment,Împlinire
1771apps/erpnext/erpnext/templates/generators/item.html +67,View in Cart,Vizualizare Coș
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301772apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +103,Marketing Expenses,Cheltuieli de marketing
Frappe PR Botc0804792017-05-19 12:30:04 +05301773,Item Shortage Report,Raport Articole Lipsa
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301774apps/erpnext/erpnext/stock/doctype/item/item.js +265,"Weight is mentioned,\nPlease mention ""Weight UOM"" too",
Frappe PR Botc0804792017-05-19 12:30:04 +05301775DocType: Stock Entry Detail,Material Request used to make this Stock Entry,Cerere de material utilizat pentru a face acest stoc de intrare
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05301776apps/erpnext/erpnext/accounts/doctype/asset/asset.py +68,Next Depreciation Date is mandatory for new asset,În continuare Amortizarea Data este obligatoriu pentru nou activ
Frappe PR Botc0804792017-05-19 12:30:04 +05301777DocType: Student Group Creation Tool,Separate course based Group for every Batch,Separați un grup bazat pe cursuri pentru fiecare lot
1778DocType: Student Group Creation Tool,Separate course based Group for every Batch,Separați un grup bazat pe cursuri pentru fiecare lot
1779apps/erpnext/erpnext/config/support.py +32,Single unit of an Item.,Unitate unică a unui articol.
1780DocType: Fee Category,Fee Category,Taxă Categorie
1781,Student Fee Collection,Taxa de student Colectia
1782DocType: Accounts Settings,Make Accounting Entry For Every Stock Movement,Realizeaza Intrare de Contabilitate Pentru Fiecare Modificare a Stocului
1783DocType: Leave Allocation,Total Leaves Allocated,Totalul Frunze alocate
Frappe PR Botd112ee52017-08-31 19:38:41 +05301784apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +159,Warehouse required at Row No {0},Depozit necesar la Row Nu {0}
1785apps/erpnext/erpnext/public/js/setup_wizard.js +124,Please enter valid Financial Year Start and End Dates,Va rugam sa introduceti valabil financiare Anul începe și a termina Perioada
Frappe PR Botc0804792017-05-19 12:30:04 +05301786DocType: Employee,Date Of Retirement,Data Pensionare
1787DocType: Upload Attendance,Get Template,Obține șablon
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301788DocType: Material Request,Transferred,transferat
Frappe PR Botc0804792017-05-19 12:30:04 +05301789DocType: Vehicle,Doors,Usi
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05301790apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py +206,ERPNext Setup Complete!,ERPNext Setup Complete!
Frappe PR Botc0804792017-05-19 12:30:04 +05301791DocType: Course Assessment Criteria,Weightage,Weightage
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05301792DocType: Purchase Invoice,Tax Breakup,Descărcarea de impozite
Frappe PR Botc0804792017-05-19 12:30:04 +05301793DocType: Packing Slip,PS-,PS-
1794apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +67,{0} {1}: Cost Center is required for 'Profit and Loss' account {2}. Please set up a default Cost Center for the Company.,{0} {1}: Centru de cost este necesară pentru &quot;profit și pierdere&quot; cont de {2}. Vă rugăm să configurați un centru de cost implicit pentru companie.
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301795apps/erpnext/erpnext/selling/doctype/customer/customer.py +115,A Customer Group exists with same name please change the Customer name or rename the Customer Group,Există un grup de clienți cu același nume vă rugăm să schimbați numele clientului sau să redenumiți grupul de clienți
1796apps/erpnext/erpnext/public/js/templates/contact_list.html +37,New Contact,Contact nou
Frappe PR Botc0804792017-05-19 12:30:04 +05301797DocType: Territory,Parent Territory,Teritoriul părinte
Frappe PR Botd112ee52017-08-31 19:38:41 +05301798DocType: Sales Invoice,Place of Supply,Locul de livrare
Frappe PR Botc0804792017-05-19 12:30:04 +05301799DocType: Quality Inspection Reading,Reading 2,Reading 2
1800DocType: Stock Entry,Material Receipt,Primirea de material
1801DocType: Homepage,Products,Instrumente
1802DocType: Announcement,Instructor,Instructor
1803DocType: Employee,AB+,AB +
1804DocType: Item,"If this item has variants, then it cannot be selected in sales orders etc.","Dacă acest element are variante, atunci nu poate fi selectat în comenzile de vânzări, etc."
1805DocType: Lead,Next Contact By,Următor Contact Prin
Frappe PR Botd112ee52017-08-31 19:38:41 +05301806apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +293,Quantity required for Item {0} in row {1},Cantitatea necesară pentru postul {0} în rândul {1}
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301807apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +46,Warehouse {0} can not be deleted as quantity exists for Item {1},Depozit {0} nu poate fi ștearsă ca exista cantitate pentru postul {1}
Frappe PR Botc0804792017-05-19 12:30:04 +05301808DocType: Quotation,Order Type,Tip comandă
1809DocType: Purchase Invoice,Notification Email Address,Notificarea Adresa de e-mail
1810,Item-wise Sales Register,Registru Vanzari Articol-Avizat
1811DocType: Asset,Gross Purchase Amount,Sumă brută Cumpărare
1812DocType: Asset,Depreciation Method,Metoda de amortizare
Frappe PR Botd112ee52017-08-31 19:38:41 +05301813apps/erpnext/erpnext/accounts/page/pos/pos.js +713,Offline,Deconectat
Frappe PR Botc0804792017-05-19 12:30:04 +05301814DocType: Purchase Taxes and Charges,Is this Tax included in Basic Rate?,Este acest fiscală inclusă în rata de bază?
1815apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.py +56,Total Target,Raport țintă
Frappe PR Botc0804792017-05-19 12:30:04 +05301816DocType: Job Applicant,Applicant for a Job,Solicitant pentru un loc de muncă
1817DocType: Production Plan Material Request,Production Plan Material Request,Producția Plan de material Cerere
1818apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +235,No Production Orders created,Nu sunt comenzile de producție create
1819DocType: Stock Reconciliation,Reconciliation JSON,Reconciliere JSON
1820apps/erpnext/erpnext/accounts/report/financial_statements.html +3,Too many columns. Export the report and print it using a spreadsheet application.,Prea multe coloane. Exporta raportul și imprima utilizând o aplicație de calcul tabelar.
1821DocType: Purchase Invoice Item,Batch No,Lot nr.
Frappe PR Botc0804792017-05-19 12:30:04 +05301822DocType: Selling Settings,Allow multiple Sales Orders against a Customer's Purchase Order,Permite mai multor comenzi de vânzări împotriva Ordinului de Procurare unui client
1823DocType: Student Group Instructor,Student Group Instructor,Student Grup Instructor
1824DocType: Student Group Instructor,Student Group Instructor,Student Grup Instructor
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301825apps/erpnext/erpnext/schools/report/student_and_guardian_contact_details/student_and_guardian_contact_details.py +61,Guardian2 Mobile No,Guardian2 mobil nr
1826apps/erpnext/erpnext/setup/doctype/company/company.py +204,Main,Principal
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05301827apps/erpnext/erpnext/stock/doctype/item/item.js +60,Variant,Variantă
Frappe PR Botc0804792017-05-19 12:30:04 +05301828DocType: Naming Series,Set prefix for numbering series on your transactions,Set prefix pentru seria de numerotare pe tranzacțiile dvs.
1829DocType: Employee Attendance Tool,Employees HTML,Angajații HTML
Frappe PR Botd112ee52017-08-31 19:38:41 +05301830apps/erpnext/erpnext/stock/doctype/item/item.py +416,Default BOM ({0}) must be active for this item or its template,Implicit BOM ({0}) trebuie să fie activ pentru acest element sau șablon de
Frappe PR Botc0804792017-05-19 12:30:04 +05301831DocType: Employee,Leave Encashed?,Concediu Incasat ?
1832apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +32,Opportunity From field is mandatory,Oportunitatea de la câmp este obligatoriu
1833DocType: Email Digest,Annual Expenses,Cheltuielile anuale
1834DocType: Item,Variants,Variante
Frappe PR Botd112ee52017-08-31 19:38:41 +05301835apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +1078,Make Purchase Order,Realizeaza Comanda de Cumparare
Frappe PR Botc0804792017-05-19 12:30:04 +05301836DocType: SMS Center,Send To,Trimite la
1837apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +152,There is not enough leave balance for Leave Type {0},Nu există echilibru concediu suficient pentru concediul de tip {0}
1838DocType: Payment Reconciliation Payment,Allocated amount,Suma alocată
1839DocType: Sales Team,Contribution to Net Total,Contribuție la Total Net
1840DocType: Sales Invoice Item,Customer's Item Code,Cod Articol Client
1841DocType: Stock Reconciliation,Stock Reconciliation,Stoc Reconciliere
1842DocType: Territory,Territory Name,Teritoriului Denumire
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05301843apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +177,Work-in-Progress Warehouse is required before Submit,De lucru-in-Progress Warehouse este necesară înainte Trimite
Frappe PR Botc0804792017-05-19 12:30:04 +05301844apps/erpnext/erpnext/config/hr.py +40,Applicant for a Job.,Solicitant pentru un loc de muncă.
1845DocType: Purchase Order Item,Warehouse and Reference,Depozit și referință
1846DocType: Supplier,Statutory info and other general information about your Supplier,Info statutar și alte informații generale despre dvs. de Furnizor
1847DocType: Item,Serial Nos and Batches,Numere și loturi seriale
1848DocType: Item,Serial Nos and Batches,Numere și loturi seriale
1849apps/erpnext/erpnext/schools/report/student_batch_wise_attendance/student_batch_wise_attendance.py +42,Student Group Strength,Grupul Forței Studenților
1850apps/erpnext/erpnext/schools/report/student_batch_wise_attendance/student_batch_wise_attendance.py +42,Student Group Strength,Grupul Forței Studenților
Frappe PR Botd112ee52017-08-31 19:38:41 +05301851apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +246,Against Journal Entry {0} does not have any unmatched {1} entry,Comparativ intrării {0} în jurnal nu are nici o intrare nepotrivită {1}
Frappe PR Botc0804792017-05-19 12:30:04 +05301852apps/erpnext/erpnext/config/hr.py +137,Appraisals,Cotatie
Frappe PR Botbfdb7262017-07-11 15:20:11 +05301853apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +205,Duplicate Serial No entered for Item {0},Nr. Serial introdus pentru articolul {0} este duplicat
Frappe PR Botc0804792017-05-19 12:30:04 +05301854DocType: Shipping Rule Condition,A condition for a Shipping Rule,O condiție pentru o normă de transport
Frappe PR Botc0804792017-05-19 12:30:04 +05301855apps/erpnext/erpnext/hr/doctype/employee/employee.py +161,Please enter ,Te rog intra
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05301856apps/erpnext/erpnext/controllers/accounts_controller.py +436,"Cannot overbill for Item {0} in row {1} more than {2}. To allow over-billing, please set in Buying Settings","Nu se poate overbill pentru postul {0} în rândul {1} mai mult {2}. Pentru a permite supra-facturare, vă rugăm să setați în Setări de cumpărare"
1857apps/erpnext/erpnext/stock/report/stock_balance/stock_balance.py +212,Please set filter based on Item or Warehouse,Vă rugăm să setați filtru bazat pe postul sau depozit
Frappe PR Botc0804792017-05-19 12:30:04 +05301858DocType: Packing Slip,The net weight of this package. (calculated automatically as sum of net weight of items),Greutatea netă a acestui pachet. (Calculat automat ca suma de greutate netă de produs)
Frappe PR Botc0804792017-05-19 12:30:04 +05301859DocType: Sales Order,To Deliver and Bill,Pentru a livra și Bill
1860DocType: Student Group,Instructors,instructorii
1861DocType: GL Entry,Credit Amount in Account Currency,Suma de credit în cont valutar
Frappe PR Botd112ee52017-08-31 19:38:41 +05301862apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +561,BOM {0} must be submitted,BOM {0} trebuie să fie introdus
Frappe PR Botc0804792017-05-19 12:30:04 +05301863DocType: Authorization Control,Authorization Control,Control de autorizare
Frappe PR Botd112ee52017-08-31 19:38:41 +05301864apps/erpnext/erpnext/controllers/buying_controller.py +306,Row #{0}: Rejected Warehouse is mandatory against rejected Item {1},Row # {0}: Respins Warehouse este obligatorie împotriva postul respins {1}
1865apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +782,Payment,Plată
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301866apps/erpnext/erpnext/controllers/stock_controller.py +92,"Warehouse {0} is not linked to any account, please mention the account in the warehouse record or set default inventory account in company {1}.","Warehouse {0} nu este conectat la niciun cont, menționați contul din înregistrarea din depozit sau setați contul de inventar implicit din compania {1}."
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05301867apps/erpnext/erpnext/utilities/activation.py +79,Manage your orders,Gestionați comenzile
Frappe PR Botc0804792017-05-19 12:30:04 +05301868DocType: Production Order Operation,Actual Time and Cost,Timp și cost efective
1869apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +54,Material Request of maximum {0} can be made for Item {1} against Sales Order {2},Cerere de material de maximum {0} se poate face pentru postul {1} împotriva comandă de vânzări {2}
Frappe PR Botc0804792017-05-19 12:30:04 +05301870DocType: Course,Course Abbreviation,Abreviere curs de
1871DocType: Student Leave Application,Student Leave Application,Aplicație elev Concediul
1872DocType: Item,Will also apply for variants,"Va aplică, de asemenea pentru variante"
Frappe PR Botd112ee52017-08-31 19:38:41 +05301873apps/erpnext/erpnext/accounts/doctype/asset/asset.py +160,"Asset cannot be cancelled, as it is already {0}","Activ nu poate fi anulat, deoarece este deja {0}"
Frappe PR Botc0804792017-05-19 12:30:04 +05301874apps/erpnext/erpnext/hr/doctype/attendance/attendance.py +29,Employee {0} on Half day on {1},Angajat {0} pe jumătate de zi pe {1}
Frappe PR Botd112ee52017-08-31 19:38:41 +05301875apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +42,Total working hours should not be greater than max working hours {0},Numărul total de ore de lucru nu trebuie sa fie mai mare de ore de lucru max {0}
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05301876apps/erpnext/erpnext/templates/pages/task_info.html +90,On,Pornit
Frappe PR Botc0804792017-05-19 12:30:04 +05301877apps/erpnext/erpnext/config/selling.py +62,Bundle items at time of sale.,Set de articole în momemntul vânzării.
1878DocType: Quotation Item,Actual Qty,Cant efectivă
1879DocType: Sales Invoice Item,References,Referințe
1880DocType: Quality Inspection Reading,Reading 10,Reading 10
Frappe PR Botd112ee52017-08-31 19:38:41 +05301881apps/erpnext/erpnext/public/js/setup_wizard.js +297,"List your products or services that you buy or sell. Make sure to check the Item Group, Unit of Measure and other properties when you start.","Lista de produse sau servicii pe care doriti sa le cumparati sau vindeti. Asigurați-vă că ati verificat Grupul Articolului, Unitatea de Măsură și alte proprietăți atunci când incepeti."
Frappe PR Botc0804792017-05-19 12:30:04 +05301882DocType: Hub Settings,Hub Node,Hub Node
1883apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.js +78,You have entered duplicate items. Please rectify and try again.,Ați introdus elemente cu dubluri. Vă rugăm să rectifice și să încercați din nou.
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301884apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +98,Associate,Asociaţi
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05301885DocType: Company,Sales Target,Țintă de vânzări
Frappe PR Botc0804792017-05-19 12:30:04 +05301886DocType: Asset Movement,Asset Movement,Mișcarea activelor
Frappe PR Botd112ee52017-08-31 19:38:41 +05301887apps/erpnext/erpnext/accounts/page/pos/pos.js +2121,New Cart,nou Coș
Frappe PR Botc0804792017-05-19 12:30:04 +05301888apps/erpnext/erpnext/selling/doctype/installation_note/installation_note.py +44,Item {0} is not a serialized Item,Articolul {0} nu este un articol serializat
1889DocType: SMS Center,Create Receiver List,Creare Lista Recipienti
1890DocType: Vehicle,Wheels,roţi
1891DocType: Packing Slip,To Package No.,La pachetul Nr
1892DocType: Production Planning Tool,Material Requests,Cereri de materiale
1893DocType: Warranty Claim,Issue Date,Data emiterii
1894DocType: Activity Cost,Activity Cost,Cost activitate
1895DocType: Sales Invoice Timesheet,Timesheet Detail,Detalii pontajul
1896DocType: Purchase Receipt Item Supplied,Consumed Qty,Cantitate Consumata
1897apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +52,Telecommunications,Telecomunicații
1898DocType: Packing Slip,Indicates that the package is a part of this delivery (Only Draft),Indică faptul că pachetul este o parte din această livrare (Proiect de numai)
1899apps/erpnext/erpnext/accounts/doctype/payment_request/payment_request.js +36,Make Payment Entry,Realizeaza Intrare de Plati
1900apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +126,Quantity for Item {0} must be less than {1},Cantitatea pentru postul {0} trebuie să fie mai mică de {1}
1901,Sales Invoice Trends,Vânzări Tendințe factură
1902DocType: Leave Application,Apply / Approve Leaves,Aplicați / aprobaţi concedii
1903apps/erpnext/erpnext/accounts/print_format/payment_receipt_voucher/payment_receipt_voucher.html +23,For,Pentru
Frappe PR Botfa042362017-07-17 17:50:36 +05301904apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.js +150,Can refer row only if the charge type is 'On Previous Row Amount' or 'Previous Row Total',Se poate face referire la inregistrare numai dacă tipul de taxa este 'Suma inregistrare precedenta' sau 'Total inregistrare precedenta'
Frappe PR Botc0804792017-05-19 12:30:04 +05301905DocType: Sales Order Item,Delivery Warehouse,Depozit de livrare
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301906apps/erpnext/erpnext/config/accounts.py +243,Tree of financial Cost Centers.,Tree of centre de cost financiare.
Frappe PR Botd112ee52017-08-31 19:38:41 +05301907apps/erpnext/erpnext/hr/doctype/employee/employee.py +23,Please setup Employee Naming System in Human Resource &gt; HR Settings,Configurați sistemul de numire a angajaților în Resurse umane&gt; Setări HR
Frappe PR Botc0804792017-05-19 12:30:04 +05301908DocType: Serial No,Delivery Document No,Nr. de document de Livrare
Frappe PR Botd112ee52017-08-31 19:38:41 +05301909apps/erpnext/erpnext/accounts/doctype/asset/depreciation.py +190,Please set 'Gain/Loss Account on Asset Disposal' in Company {0},Vă rugăm să setați &#39;Gain / Pierdere de cont privind Eliminarea activelor &quot;în companie {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05301910DocType: Landed Cost Voucher,Get Items From Purchase Receipts,Obține elemente din achiziție Încasări
1911DocType: Serial No,Creation Date,Data creării
1912apps/erpnext/erpnext/stock/doctype/item_price/item_price.py +33,Item {0} appears multiple times in Price List {1},Articolul {0} apare de mai multe ori în Lista de Prețuri {1}
Frappe PR Botbfdb7262017-07-11 15:20:11 +05301913apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +40,"Selling must be checked, if Applicable For is selected as {0}","De vânzare trebuie să fie verificate, dacă este cazul Pentru este selectat ca {0}"
Frappe PR Botc0804792017-05-19 12:30:04 +05301914DocType: Production Plan Material Request,Material Request Date,Cerere de material Data
1915DocType: Purchase Order Item,Supplier Quotation Item,Furnizor ofertă Articol
1916DocType: Manufacturing Settings,Disables creation of time logs against Production Orders. Operations shall not be tracked against Production Order,Dezactivează crearea de busteni de timp împotriva comenzi de producție. Operațiunile nu trebuie să fie urmărite împotriva producției Ordine
1917DocType: Student,Student Mobile Number,Elev Număr mobil
1918DocType: Item,Has Variants,Are variante
Frappe PR Botd112ee52017-08-31 19:38:41 +05301919apps/erpnext/erpnext/public/js/utils.js +208,You have already selected items from {0} {1},Ați selectat deja un produs de la {0} {1}
Frappe PR Botc0804792017-05-19 12:30:04 +05301920DocType: Monthly Distribution,Name of the Monthly Distribution,Numele de Distributie lunar
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05301921apps/erpnext/erpnext/stock/doctype/batch/batch.py +25,Batch ID is mandatory,ID-ul lotului este obligatoriu
1922apps/erpnext/erpnext/stock/doctype/batch/batch.py +25,Batch ID is mandatory,ID-ul lotului este obligatoriu
Frappe PR Botc0804792017-05-19 12:30:04 +05301923DocType: Sales Person,Parent Sales Person,Mamă Sales Person
1924DocType: Purchase Invoice,Recurring Invoice,Factura recurent
1925apps/erpnext/erpnext/config/learn.py +263,Managing Projects,Managementul Proiectelor
1926DocType: Supplier,Supplier of Goods or Services.,Furnizor de bunuri sau servicii.
1927DocType: Budget,Fiscal Year,An Fiscal
1928DocType: Vehicle Log,Fuel Price,Preț de combustibil
1929DocType: Budget,Budget,Buget
Frappe PR Botd112ee52017-08-31 19:38:41 +05301930apps/erpnext/erpnext/stock/doctype/item/item.py +233,Fixed Asset Item must be a non-stock item.,Fix elementul de activ trebuie să fie un element de bază non-stoc.
Frappe PR Botc0804792017-05-19 12:30:04 +05301931apps/erpnext/erpnext/accounts/doctype/budget/budget.py +50,"Budget cannot be assigned against {0}, as it's not an Income or Expense account","Bugetul nu pot fi atribuite în {0}, deoarece nu este un cont venituri sau cheltuieli"
1932apps/erpnext/erpnext/selling/report/sales_person_target_variance_item_group_wise/sales_person_target_variance_item_group_wise.py +51,Achieved,Realizat
1933DocType: Student Admission,Application Form Route,Forma de aplicare Calea
Frappe PR Bot7c901002017-06-07 12:05:29 +05301934apps/erpnext/erpnext/selling/page/sales_analytics/sales_analytics.js +66,Territory / Customer,Teritoriu / client
Frappe PR Botd112ee52017-08-31 19:38:41 +05301935apps/erpnext/erpnext/public/js/setup_wizard.js +247,e.g. 5,de exemplu 5
Frappe PR Botc0804792017-05-19 12:30:04 +05301936apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +44,Leave Type {0} cannot be allocated since it is leave without pay,"Lasă un {0} Tipul nu poate fi alocată, deoarece este în concediu fără plată"
1937apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +166,Row {0}: Allocated amount {1} must be less than or equals to invoice outstanding amount {2},Rândul {0}: Suma alocată {1} trebuie să fie mai mic sau egal cu factura suma restanta {2}
1938DocType: Sales Invoice,In Words will be visible once you save the Sales Invoice.,În cuvinte va fi vizibil după ce a salva de vânzări factură.
Frappe PR Botd112ee52017-08-31 19:38:41 +05301939DocType: Lead,Follow Up,Urmare
Frappe PR Botc0804792017-05-19 12:30:04 +05301940DocType: Item,Is Sales Item,Este produs de vânzări
1941apps/erpnext/erpnext/setup/doctype/item_group/item_group.js +21,Item Group Tree,Ramificatie Grup Articole
1942apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +69,Item {0} is not setup for Serial Nos. Check Item master,Articolul {0} nu este configurat pentru Numerotare Seriala. Verificati Articolul Principal.
1943DocType: Maintenance Visit,Maintenance Time,Timp Mentenanta
1944,Amount to Deliver,Sumă pentru livrare
Frappe PR Botd112ee52017-08-31 19:38:41 +05301945apps/erpnext/erpnext/public/js/setup_wizard.js +304,A Product or Service,Un Produs sau Serviciu
Frappe PR Botc0804792017-05-19 12:30:04 +05301946apps/erpnext/erpnext/schools/doctype/academic_term/academic_term.py +30,The Term Start Date cannot be earlier than the Year Start Date of the Academic Year to which the term is linked (Academic Year {}). Please correct the dates and try again.,Start Termen Data nu poate fi mai devreme decât data Anul de începere a anului universitar la care este legat termenul (anului universitar {}). Vă rugăm să corectați datele și încercați din nou.
1947DocType: Guardian,Guardian Interests,Guardian Interese
1948DocType: Naming Series,Current Value,Valoare curenta
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05301949apps/erpnext/erpnext/controllers/accounts_controller.py +253,Multiple fiscal years exist for the date {0}. Please set company in Fiscal Year,ani fiscali multiple exista in data de {0}. Vă rugăm să setați companie în anul fiscal
Frappe PR Botd112ee52017-08-31 19:38:41 +05301950DocType: School Settings,Instructor Records to be created by,Instructor de înregistrări care urmează să fie create de către
Frappe PR Botc0804792017-05-19 12:30:04 +05301951apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +233,{0} created,{0} creat
1952DocType: Delivery Note Item,Against Sales Order,Comparativ comenzii de vânzări
1953,Serial No Status,Serial Nu Statut
1954DocType: Payment Entry Reference,Outstanding,remarcabil
Frappe PR Botd112ee52017-08-31 19:38:41 +05301955DocType: Supplier,Warn POs,Avertizează PO-urile
Frappe PR Botc0804792017-05-19 12:30:04 +05301956,Daily Timesheet Summary,Rezumat Pontaj zilnic
Frappe PR Bot7c901002017-06-07 12:05:29 +05301957apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py +137,"Row {0}: To set {1} periodicity, difference between from and to date \
Frappe PR Botc0804792017-05-19 12:30:04 +05301958 must be greater than or equal to {2}","Rând {0}: Pentru a stabili {1} periodicitate, diferența între de la și până în prezent \ trebuie să fie mai mare sau egal cu {2}"
1959apps/erpnext/erpnext/stock/doctype/item/item_dashboard.py +6,This is based on stock movement. See {0} for details,Aceasta se bazează pe mișcare stoc. A se vedea {0} pentru detalii
1960DocType: Pricing Rule,Selling,De vânzare
Frappe PR Botd112ee52017-08-31 19:38:41 +05301961apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +375,Amount {0} {1} deducted against {2},Suma {0} {1} dedusă împotriva {2}
Frappe PR Botc0804792017-05-19 12:30:04 +05301962DocType: Employee,Salary Information,Informațiile de salarizare
1963DocType: Sales Person,Name and Employee ID,Nume și ID angajat
Frappe PR Botd112ee52017-08-31 19:38:41 +05301964apps/erpnext/erpnext/accounts/party.py +303,Due Date cannot be before Posting Date,Data Limita nu poate fi anterioara Datei de POstare
Frappe PR Botc0804792017-05-19 12:30:04 +05301965DocType: Website Item Group,Website Item Group,Site-ul Grupa de articole
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301966apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +150,Duties and Taxes,Impozite și taxe
Frappe PR Botc0804792017-05-19 12:30:04 +05301967apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +356,Please enter Reference date,Vă rugăm să introduceți data de referință
1968apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py +44,{0} payment entries can not be filtered by {1},{0} înregistrări de plată nu pot fi filtrate de {1}
1969DocType: Item Website Specification,Table for Item that will be shown in Web Site,Tabelul pentru postul care va fi afișat în site-ul
1970DocType: Purchase Order Item Supplied,Supplied Qty,Furnizat Cantitate
1971DocType: Purchase Order Item,Material Request Item,Material Cerere Articol
1972apps/erpnext/erpnext/config/selling.py +75,Tree of Item Groups.,Arborele de Postul grupuri.
Frappe PR Botfa042362017-07-17 17:50:36 +05301973apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.js +160,Cannot refer row number greater than or equal to current row number for this Charge type,Nu se poate face referire la un număr de inregistare mai mare sau egal cu numărul curent de inregistrare pentru acest tip de Incasare
Frappe PR Botc0804792017-05-19 12:30:04 +05301974DocType: Asset,Sold,Vândut
1975,Item-wise Purchase History,Istoric Achizitii Articol-Avizat
Frappe PR Bot7c901002017-06-07 12:05:29 +05301976apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py +230,Please click on 'Generate Schedule' to fetch Serial No added for Item {0},"Vă rugăm să faceți clic pe ""Generate Program"", pentru a aduce ordine adăugat pentru postul {0}"
Frappe PR Botc0804792017-05-19 12:30:04 +05301977DocType: Account,Frozen,Congelat
1978,Open Production Orders,Comenzi deschis de producție
1979DocType: Sales Invoice Payment,Base Amount (Company Currency),Suma de bază (Companie Moneda)
1980DocType: Payment Reconciliation Payment,Reference Row,rândul de referință
1981DocType: Installation Note,Installation Time,Timp de instalare
1982DocType: Sales Invoice,Accounting Details,Contabilitate Detalii
Frappe PR Bot3ceab642017-07-04 16:08:14 +05301983apps/erpnext/erpnext/setup/doctype/company/company.js +74,Delete all the Transactions for this Company,Ștergeți toate tranzacțiile de acest companie
1984apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +190,Row #{0}: Operation {1} is not completed for {2} qty of finished goods in Production Order # {3}. Please update operation status via Time Logs,Rând # {0}: {1} Funcționare nu este finalizată pentru {2} cantitate de produse finite în Producție Comanda # {3}. Vă rugăm să actualizați starea de funcționare prin timp Busteni
1985apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +68,Investments,Investiții
Frappe PR Botc0804792017-05-19 12:30:04 +05301986DocType: Issue,Resolution Details,Rezoluția Detalii
1987apps/erpnext/erpnext/hr/doctype/leave_type/leave_type.js +3,Allocations,alocări
1988DocType: Item Quality Inspection Parameter,Acceptance Criteria,Criteriile de receptie
1989apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +163,Please enter Material Requests in the above table,Vă rugăm să introduceți Cererile materiale din tabelul de mai sus
1990DocType: Item Attribute,Attribute Name,Denumire atribut
1991DocType: BOM,Show In Website,Arata pe site-ul
1992DocType: Shopping Cart Settings,Show Quantity in Website,Arată Cantitatea în site-ul
1993DocType: Employee Loan Application,Total Payable Amount,Suma totală de plată
1994DocType: Task,Expected Time (in hours),Timp de așteptat (în ore)
1995DocType: Item Reorder,Check in (group),Check-in (grup)
1996,Qty to Order,Cantitate pentru comandă
1997DocType: Period Closing Voucher,"The account head under Liability or Equity, in which Profit/Loss will be booked","Capul de cont sub răspunderea sau a capitalului propriu, în care Profit / Pierdere vor fi rezervate"
Frappe PR Botd112ee52017-08-31 19:38:41 +05301998apps/erpnext/erpnext/config/projects.py +30,Gantt chart of all tasks.,Diagrama Gantt a tuturor sarcinilor.
Frappe PR Botc0804792017-05-19 12:30:04 +05301999DocType: Opportunity,Mins to First Response,Mins la First Response
2000DocType: Pricing Rule,Margin Type,Tipul de marjă
2001apps/erpnext/erpnext/projects/doctype/project/project_dashboard.html +15,{0} hours,{0} ore
2002DocType: Course,Default Grading Scale,Scale Standard Standard folosit
2003DocType: Appraisal,For Employee Name,Pentru Numele Angajatului
2004DocType: Holiday List,Clear Table,Sterge Masa
2005DocType: C-Form Invoice Detail,Invoice No,Factura Nu
Frappe PR Botd112ee52017-08-31 19:38:41 +05302006apps/erpnext/erpnext/accounts/doctype/payment_request/payment_request.py +344,Make Payment,Plateste
Frappe PR Botc0804792017-05-19 12:30:04 +05302007DocType: Room,Room Name,Numele camerei
2008apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +100,"Leave cannot be applied/cancelled before {0}, as leave balance has already been carry-forwarded in the future leave allocation record {1}","Lasă nu poate fi aplicat / anulata pana la {0}, ca echilibru concediu a fost deja carry transmise în viitor înregistrarea alocare concediu {1}"
2009DocType: Activity Cost,Costing Rate,Costing Rate
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302010apps/erpnext/erpnext/config/selling.py +229,Customer Addresses And Contacts,Adrese de clienți și Contacte
Frappe PR Botc0804792017-05-19 12:30:04 +05302011,Campaign Efficiency,Eficiența campaniei
2012,Campaign Efficiency,Eficiența campaniei
2013DocType: Discussion,Discussion,Discuţie
2014DocType: Payment Entry,Transaction ID,ID-ul de tranzacție
2015DocType: Employee,Resignation Letter Date,Scrisoare de demisie Data
Frappe PR Bot7c901002017-06-07 12:05:29 +05302016apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +39,Pricing Rules are further filtered based on quantity.,Regulile de stabilire a prețurilor sunt filtrate în continuare în funcție de cantitate.
Frappe PR Botd112ee52017-08-31 19:38:41 +05302017apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +333,Please set the Date Of Joining for employee {0},Vă rugăm să setați data de îmbarcare pentru angajat {0}
2018apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +333,Please set the Date Of Joining for employee {0},Vă rugăm să setați data de îmbarcare pentru angajat {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05302019DocType: Task,Total Billing Amount (via Time Sheet),Suma totală de facturare (prin timp Sheet)
2020apps/erpnext/erpnext/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.py +61,Repeat Customer Revenue,Repetați Venituri Clienți
Frappe PR Botd112ee52017-08-31 19:38:41 +05302021apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.py +175,{0} ({1}) must have role 'Expense Approver',"{0} ({1}) trebuie să dețină rolul de ""aprobator cheltuieli"""
2022apps/erpnext/erpnext/public/js/setup_wizard.js +310,Pair,Pereche
2023apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +902,Select BOM and Qty for Production,Selectați BOM și Cant pentru producție
Frappe PR Botc0804792017-05-19 12:30:04 +05302024DocType: Asset,Depreciation Schedule,Program de amortizare
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302025apps/erpnext/erpnext/config/selling.py +124,Sales Partner Addresses And Contacts,Adrese de parteneri de vânzări și contacte
Frappe PR Botc0804792017-05-19 12:30:04 +05302026DocType: Bank Reconciliation Detail,Against Account,Comparativ contului
2027apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +71,Half Day Date should be between From Date and To Date,Jumătate Data zi ar trebui să fie între De la data si pana in prezent
2028DocType: Maintenance Schedule Detail,Actual Date,Data efectiva
2029DocType: Item,Has Batch No,Are nr. de Lot
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302030apps/erpnext/erpnext/public/js/utils.js +96,Annual Billing: {0},Facturare anuală: {0}
2031apps/erpnext/erpnext/config/accounts.py +202,Goods and Services Tax (GST India),Mărfuri și servicii fiscale (GST India)
Frappe PR Botc0804792017-05-19 12:30:04 +05302032DocType: Delivery Note,Excise Page Number,Numărul paginii accize
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05302033apps/erpnext/erpnext/hr/doctype/process_payroll/process_payroll.js +157,"Company, From Date and To Date is mandatory","Firma, De la data și până în prezent este obligatorie"
Frappe PR Botc0804792017-05-19 12:30:04 +05302034DocType: Asset,Purchase Date,Data cumpărării
2035DocType: Employee,Personal Details,Detalii personale
Frappe PR Botd112ee52017-08-31 19:38:41 +05302036apps/erpnext/erpnext/accounts/doctype/asset/depreciation.py +192,Please set 'Asset Depreciation Cost Center' in Company {0},Vă rugăm să setați &quot;Activ Center Amortizarea Cost&quot; în companie {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05302037,Maintenance Schedules,Program de Mentenanta
2038DocType: Task,Actual End Date (via Time Sheet),Data de încheiere efectivă (prin Ora Sheet)
Frappe PR Botd112ee52017-08-31 19:38:41 +05302039apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +370,Amount {0} {1} against {2} {3},Suma {0} {1} împotriva {2} {3}
Frappe PR Botc0804792017-05-19 12:30:04 +05302040,Quotation Trends,Cotație Tendințe
Frappe PR Botbfdb7262017-07-11 15:20:11 +05302041apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +159,Item Group not mentioned in item master for item {0},Grupa de articole care nu sunt menționate la punctul de master pentru element {0}
Frappe PR Botd112ee52017-08-31 19:38:41 +05302042apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +356,Debit To account must be a Receivable account,Debit cont trebuie să fie un cont de creanțe
Frappe PR Botc0804792017-05-19 12:30:04 +05302043DocType: Shipping Rule Condition,Shipping Amount,Suma de transport maritim
Frappe PR Botd112ee52017-08-31 19:38:41 +05302044DocType: Supplier Scorecard Period,Period Score,Scorul perioadei
2045apps/erpnext/erpnext/public/js/setup_wizard.js +256,Add Customers,Adăugați clienți
Frappe PR Botc0804792017-05-19 12:30:04 +05302046apps/erpnext/erpnext/accounts/report/delivered_items_to_be_billed/delivered_items_to_be_billed.py +20,Pending Amount,În așteptarea Suma
2047DocType: Purchase Invoice Item,Conversion Factor,Factor de conversie
2048DocType: Purchase Order,Delivered,Livrat
2049,Vehicle Expenses,Cheltuielile pentru vehicule
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05302050DocType: Serial No,Invoice Details,Detaliile facturii
Frappe PR Botd112ee52017-08-31 19:38:41 +05302051apps/erpnext/erpnext/accounts/doctype/asset/asset.py +155,Expected value after useful life must be greater than or equal to {0},Valoarea așteptată după viață utilă trebuie să fie mai mare sau egal cu {0}
2052DocType: Purchase Invoice,SEZ,SEZ
Frappe PR Botc0804792017-05-19 12:30:04 +05302053DocType: Purchase Receipt,Vehicle Number,Numărul de vehicule
2054DocType: Purchase Invoice,The date on which recurring invoice will be stop,La data la care factura recurente vor fi opri
2055DocType: Employee Loan,Loan Amount,Sumă împrumutată
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302056DocType: Program Enrollment,Self-Driving Vehicle,Vehicul cu autovehicul
Frappe PR Botd112ee52017-08-31 19:38:41 +05302057DocType: Supplier Scorecard Standing,Supplier Scorecard Standing,Graficul Scorecard pentru furnizori
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302058apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +424,Row {0}: Bill of Materials not found for the Item {1},Rândul {0}: Lista de materiale nu a fost găsit pentru elementul {1}
Frappe PR Botc0804792017-05-19 12:30:04 +05302059apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +98,Total allocated leaves {0} cannot be less than already approved leaves {1} for the period,Total frunze alocate {0} nu poate fi mai mic de frunze deja aprobate {1} pentru perioada
2060DocType: Journal Entry,Accounts Receivable,Conturi de Incasare
2061,Supplier-Wise Sales Analytics,Furnizor înțelept Vânzări Analytics
2062apps/erpnext/erpnext/schools/doctype/fees/fees.js +41,Enter Paid Amount,Introdu o sumă plătită
2063DocType: Salary Structure,Select employees for current Salary Structure,Selectați angajați pentru structura curentă a salariului
Frappe PR Botbfdb7262017-07-11 15:20:11 +05302064DocType: Sales Invoice,Company Address Name,Numele companiei
Frappe PR Botc0804792017-05-19 12:30:04 +05302065DocType: Production Order,Use Multi-Level BOM,Utilizarea Multi-Level BOM
2066DocType: Bank Reconciliation,Include Reconciled Entries,Includ intrările împăcat
2067DocType: Course,"Parent Course (Leave blank, if this isn't part of Parent Course)","Cursul părinților (lăsați necompletat, dacă acest lucru nu face parte din cursul părinte)"
2068DocType: Course,"Parent Course (Leave blank, if this isn't part of Parent Course)","Curs pentru părinți (lăsați necompletat, dacă acest lucru nu face parte din cursul părinte)"
2069DocType: Leave Control Panel,Leave blank if considered for all employee types,Lăsați necompletat dacă se consideră pentru toate tipurile de angajați
2070DocType: Landed Cost Voucher,Distribute Charges Based On,Împărțiți taxelor pe baza
Frappe PR Botd112ee52017-08-31 19:38:41 +05302071apps/erpnext/erpnext/hooks.py +128,Timesheets,pontaje
Frappe PR Botc0804792017-05-19 12:30:04 +05302072DocType: HR Settings,HR Settings,Setări Resurse Umane
2073DocType: Salary Slip,net pay info,info net pay
Frappe PR Botd112ee52017-08-31 19:38:41 +05302074apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.js +111,Expense Claim is pending approval. Only the Expense Approver can update status.,Revendicarea Cheltuielilor este în curs de aprobare. Doar Aprobatorul de Cheltuieli poate actualiza statusul.
Frappe PR Botc0804792017-05-19 12:30:04 +05302075DocType: Email Digest,New Expenses,Cheltuieli noi
2076DocType: Purchase Invoice,Additional Discount Amount,Reducere suplimentară Suma
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05302077apps/erpnext/erpnext/controllers/accounts_controller.py +544,"Row #{0}: Qty must be 1, as item is a fixed asset. Please use separate row for multiple qty.","Rând # {0}: Cant trebuie să fie 1, ca element este un activ fix. Vă rugăm să folosiți rând separat pentru cantitati multiple."
Frappe PR Botc0804792017-05-19 12:30:04 +05302078DocType: Leave Block List Allow,Leave Block List Allow,Permite Lista Concedii Blocate
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302079apps/erpnext/erpnext/setup/doctype/company/company.py +289,Abbr can not be blank or space,Abbr nu poate fi gol sau spațiu
Frappe PR Botfa042362017-07-17 17:50:36 +05302080apps/erpnext/erpnext/accounts/doctype/account/account.js +62,Group to Non-Group,Grup non-grup
Frappe PR Botc0804792017-05-19 12:30:04 +05302081apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +50,Sports,Sport
2082DocType: Loan Type,Loan Name,Nume de împrumut
2083apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.py +56,Total Actual,Raport real
2084DocType: Student Siblings,Student Siblings,Siblings Student
Frappe PR Botd112ee52017-08-31 19:38:41 +05302085apps/erpnext/erpnext/public/js/setup_wizard.js +310,Unit,Unitate
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302086apps/erpnext/erpnext/stock/get_item_details.py +141,Please specify Company,Vă rugăm să specificați companiei
Frappe PR Botc0804792017-05-19 12:30:04 +05302087,Customer Acquisition and Loyalty,Achiziționare și Loialitate Client
2088DocType: Purchase Invoice,Warehouse where you are maintaining stock of rejected items,Depozit în cazul în care se menține stocul de articole respinse
2089DocType: Production Order,Skip Material Transfer,Transmiteți transferul materialului
2090DocType: Production Order,Skip Material Transfer,Transmiteți transferul materialului
Frappe PR Botd112ee52017-08-31 19:38:41 +05302091apps/erpnext/erpnext/setup/utils.py +97,Unable to find exchange rate for {0} to {1} for key date {2}. Please create a Currency Exchange record manually,Imposibil de găsit rata de schimb pentru {0} până la {1} pentru data cheie {2}. Creați manual un registru de schimb valutar
Frappe PR Botc0804792017-05-19 12:30:04 +05302092DocType: POS Profile,Price List,Lista de prețuri
2093apps/erpnext/erpnext/accounts/doctype/fiscal_year/fiscal_year.py +22,{0} is now the default Fiscal Year. Please refresh your browser for the change to take effect.,{0} este acum anul fiscal implicit. Vă rugăm să reîmprospătați browser-ul dvs. pentru ca modificarea să aibă efect.
2094apps/erpnext/erpnext/projects/doctype/task/task.js +37,Expense Claims,Creanțe cheltuieli
2095DocType: Issue,Support,Suport
2096,BOM Search,BOM Căutare
2097apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +189,Closing (Opening + Totals),Închiderea (deschidere + Totaluri)
2098DocType: Vehicle,Fuel Type,Tipul combustibilului
2099apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +27,Please specify currency in Company,Vă rugăm să specificați în valută companie
2100DocType: Workstation,Wages per hour,Salarii pe oră
2101apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +47,Stock balance in Batch {0} will become negative {1} for Item {2} at Warehouse {3},echilibru stoc în Serie {0} va deveni negativ {1} pentru postul {2} la Depozitul {3}
2102apps/erpnext/erpnext/templates/emails/reorder_item.html +1,Following Material Requests have been raised automatically based on Item's re-order level,Ca urmare a solicitărilor de materiale au fost ridicate în mod automat în funcție de nivelul de re-comanda item
2103DocType: Email Digest,Pending Sales Orders,Comenzile de vânzări în așteptare
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05302104apps/erpnext/erpnext/controllers/accounts_controller.py +292,Account {0} is invalid. Account Currency must be {1},Contul {0} nu este valid. Contul valutar trebuie să fie {1}
Frappe PR Botc0804792017-05-19 12:30:04 +05302105apps/erpnext/erpnext/buying/utils.py +34,UOM Conversion factor is required in row {0},Factor UOM de conversie este necesară în rândul {0}
2106DocType: Production Plan Item,material_request_item,material_request_item
Frappe PR Botd112ee52017-08-31 19:38:41 +05302107apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.js +1032,"Row #{0}: Reference Document Type must be one of Sales Order, Sales Invoice or Journal Entry","Rând # {0}: Tip document de referință trebuie să fie una din comandă de vânzări, vânzări factură sau Jurnal de intrare"
Frappe PR Botc0804792017-05-19 12:30:04 +05302108DocType: Salary Component,Deduction,Deducere
Frappe PR Botd112ee52017-08-31 19:38:41 +05302109apps/erpnext/erpnext/projects/doctype/timesheet/timesheet.py +115,Row {0}: From Time and To Time is mandatory.,Rândul {0}: De la timp și de Ora este obligatorie.
Frappe PR Botc0804792017-05-19 12:30:04 +05302110DocType: Stock Reconciliation Item,Amount Difference,suma diferenţă
Frappe PR Botd112ee52017-08-31 19:38:41 +05302111apps/erpnext/erpnext/stock/get_item_details.py +297,Item Price added for {0} in Price List {1},Articol Preț adăugată pentru {0} în lista de prețuri {1}
Frappe PR Botc0804792017-05-19 12:30:04 +05302112apps/erpnext/erpnext/setup/doctype/sales_person/sales_person_tree.js +8,Please enter Employee Id of this sales person,Vă rugăm să introduceți ID-ul de angajat al acestei persoane de vânzări
2113DocType: Territory,Classification of Customers by region,Clasificarea clienți în funcție de regiune
Frappe PR Bot7c901002017-06-07 12:05:29 +05302114apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +57,Difference Amount must be zero,Diferența Suma trebuie să fie zero
Frappe PR Botc0804792017-05-19 12:30:04 +05302115DocType: Project,Gross Margin,Marja Brută
Frappe PR Botbfdb7262017-07-11 15:20:11 +05302116apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +53,Please enter Production Item first,Va rugam sa introduceti de producție Articol întâi
Frappe PR Botc0804792017-05-19 12:30:04 +05302117apps/erpnext/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py +45,Calculated Bank Statement balance,Calculat Bank echilibru Declaratie
2118apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +64,disabled user,utilizator dezactivat
Frappe PR Botd112ee52017-08-31 19:38:41 +05302119apps/erpnext/erpnext/buying/doctype/supplier_quotation/supplier_quotation.js +764,Quotation,Citat
2120apps/erpnext/erpnext/buying/doctype/request_for_quotation/request_for_quotation.js +957,Cannot set a received RFQ to No Quote,Nu se poate seta un RFQ primit la nici o cotatie
Frappe PR Botc0804792017-05-19 12:30:04 +05302121DocType: Quotation,QTN-,QTN-
2122DocType: Salary Slip,Total Deduction,Total de deducere
2123,Production Analytics,Google Analytics de producție
Frappe PR Botd112ee52017-08-31 19:38:41 +05302124apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +190,Cost Updated,Cost actualizat
Frappe PR Botc0804792017-05-19 12:30:04 +05302125DocType: Employee,Date of Birth,Data Nașterii
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302126apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +129,Item {0} has already been returned,Articolul {0} a fost deja returnat
Frappe PR Botc0804792017-05-19 12:30:04 +05302127DocType: Fiscal Year,**Fiscal Year** represents a Financial Year. All accounting entries and other major transactions are tracked against **Fiscal Year**.,**Anul fiscal** reprezintă un an financiar. Toate intrările contabile și alte tranzacții majore sunt monitorizate comparativ cu ** Anul fiscal **.
2128DocType: Opportunity,Customer / Lead Address,Client / Adresa principala
Frappe PR Botd112ee52017-08-31 19:38:41 +05302129DocType: Supplier Scorecard Period,Supplier Scorecard Setup,Setarea Scorecard pentru furnizori
2130apps/erpnext/erpnext/stock/doctype/item/item.py +208,Warning: Invalid SSL certificate on attachment {0},Atenție: certificat SSL invalid pe atașament {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05302131DocType: Student Admission,Eligibility,Eligibilitate
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05302132apps/erpnext/erpnext/utilities/activation.py +62,"Leads help you get business, add all your contacts and more as your leads","Oportunitati de afaceri ajuta să obțineți, adăugați toate contactele și mai mult ca dvs. conduce"
Frappe PR Botc0804792017-05-19 12:30:04 +05302133DocType: Production Order Operation,Actual Operation Time,Timp efectiv de funcționare
2134DocType: Authorization Rule,Applicable To (User),Aplicabil pentru (utilizator)
2135DocType: Purchase Taxes and Charges,Deduct,Deduce
Frappe PR Botd112ee52017-08-31 19:38:41 +05302136apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +199,Job Description,Descrierea postului
Frappe PR Botc0804792017-05-19 12:30:04 +05302137DocType: Student Applicant,Applied,Aplicat
2138DocType: Sales Invoice Item,Qty as per Stock UOM,Cantitate conform Stock UOM
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302139apps/erpnext/erpnext/schools/report/student_and_guardian_contact_details/student_and_guardian_contact_details.py +59,Guardian2 Name,Nume Guardian2
Frappe PR Botd112ee52017-08-31 19:38:41 +05302140apps/erpnext/erpnext/setup/doctype/naming_series/naming_series.py +127,"Special Characters except ""-"", ""#"", ""."" and ""/"" not allowed in naming series","Caractere speciale in afara ""-"" ""."", ""#"", și ""/"" nu este permis în denumirea serie"
Frappe PR Botc0804792017-05-19 12:30:04 +05302141DocType: Campaign,"Keep Track of Sales Campaigns. Keep track of Leads, Quotations, Sales Order etc from Campaigns to gauge Return on Investment.","Păstra Tractor de campanii de vanzari. Țineți evidența de afaceri, Cotațiile, comandă de vânzări, etc de la Campanii pentru a evalua Return on Investment."
2142DocType: Expense Claim,Approver,Aprobator
2143,SO Qty,SO Cantitate
2144DocType: Guardian,Work Address,Adresa de
2145DocType: Appraisal,Calculate Total Score,Calculaţi scor total
2146DocType: Request for Quotation,Manufacturing Manager,Manufacturing Manager de
Frappe PR Bot7c901002017-06-07 12:05:29 +05302147apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py +191,Serial No {0} is under warranty upto {1},Serial Nu {0} este în garanție pana {1}
Frappe PR Botc0804792017-05-19 12:30:04 +05302148apps/erpnext/erpnext/config/stock.py +158,Split Delivery Note into packages.,Împărțit de livrare Notă în pachete.
Frappe PR Botd112ee52017-08-31 19:38:41 +05302149apps/erpnext/erpnext/hooks.py +94,Shipments,Transporturile
Frappe PR Botc0804792017-05-19 12:30:04 +05302150DocType: Payment Entry,Total Allocated Amount (Company Currency),Suma totală alocată (Companie Moneda)
2151DocType: Purchase Order Item,To be delivered to customer,Pentru a fi livrat clientului
2152DocType: BOM,Scrap Material Cost,Cost resturi de materiale
Frappe PR Botbfdb7262017-07-11 15:20:11 +05302153apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +227,Serial No {0} does not belong to any Warehouse,Serial nr {0} nu apartine nici unei Warehouse
Frappe PR Botc0804792017-05-19 12:30:04 +05302154DocType: Purchase Invoice,In Words (Company Currency),În cuvinte (Compania valutar)
2155DocType: Asset,Supplier,Furnizor
2156DocType: C-Form,Quarter,Trimestru
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302157apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +106,Miscellaneous Expenses,Cheltuieli diverse
Frappe PR Botc0804792017-05-19 12:30:04 +05302158DocType: Global Defaults,Default Company,Companie Implicita
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302159apps/erpnext/erpnext/controllers/stock_controller.py +227,Expense or Difference account is mandatory for Item {0} as it impacts overall stock value,"Cheltuială sau Diferența cont este obligatorie pentru postul {0}, deoarece impactul valoare totală de stoc"
Frappe PR Botc0804792017-05-19 12:30:04 +05302160DocType: Payment Request,PR,relatii cu publicul
2161DocType: Cheque Print Template,Bank Name,Denumire bancă
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302162apps/erpnext/erpnext/accounts/report/accounts_receivable_summary/accounts_receivable_summary.py +29,-Above,de mai sus
Frappe PR Botc0804792017-05-19 12:30:04 +05302163DocType: Employee Loan,Employee Loan Account,Contul de împrumut Angajat
2164DocType: Leave Application,Total Leave Days,Total de zile de concediu
2165DocType: Email Digest,Note: Email will not be sent to disabled users,Notă: Adresa de email nu va fi trimis la utilizatorii cu handicap
2166apps/erpnext/erpnext/crm/report/prospects_engaged_but_not_converted/prospects_engaged_but_not_converted.js +14,Number of Interaction,Numărul interacțiunii
Frappe PR Bot7c901002017-06-07 12:05:29 +05302167apps/erpnext/erpnext/manufacturing/page/production_analytics/production_analytics.js +39,Select Company...,Selectați compania ...
Frappe PR Botc0804792017-05-19 12:30:04 +05302168DocType: Leave Control Panel,Leave blank if considered for all departments,Lăsați necompletat dacă se consideră pentru toate departamentele
2169apps/erpnext/erpnext/config/hr.py +219,"Types of employment (permanent, contract, intern etc.).","Tipuri de locuri de muncă (permanent, contractul, intern etc)."
Frappe PR Botd112ee52017-08-31 19:38:41 +05302170apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +422,{0} is mandatory for Item {1},{0} este obligatoriu pentru articolul {1}
Frappe PR Botc0804792017-05-19 12:30:04 +05302171DocType: Process Payroll,Fortnightly,bilunară
2172DocType: Currency Exchange,From Currency,Din moneda
2173apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +170,"Please select Allocated Amount, Invoice Type and Invoice Number in atleast one row","Vă rugăm să selectați suma alocată, de tip Factură și factură Numărul din atleast rând una"
2174apps/erpnext/erpnext/accounts/report/asset_depreciations_and_balances/asset_depreciations_and_balances.py +125,Cost of New Purchase,Costul de achiziție nouă
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05302175apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +97,Sales Order required for Item {0},Ordinul de vânzări necesar pentru postul {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05302176DocType: Purchase Invoice Item,Rate (Company Currency),Rata de (Compania de valuta)
2177DocType: Student Guardian,Others,Altel
2178DocType: Payment Entry,Unallocated Amount,Suma nealocată
Frappe PR Bot7c901002017-06-07 12:05:29 +05302179apps/erpnext/erpnext/templates/includes/product_page.js +71,Cannot find a matching Item. Please select some other value for {0}.,Nu pot găsi o potrivire articol. Vă rugăm să selectați o altă valoare pentru {0}.
Frappe PR Botc0804792017-05-19 12:30:04 +05302180DocType: POS Profile,Taxes and Charges,Impozite și Taxe
2181DocType: Item,"A Product or a Service that is bought, sold or kept in stock.","Un produs sau un serviciu care este cumpărat, vândut sau păstrat în stoc."
2182apps/erpnext/erpnext/hr/page/team_updates/team_updates.js +44,No more updates,Nu există mai multe actualizări
Frappe PR Botfa042362017-07-17 17:50:36 +05302183apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.js +154,Cannot select charge type as 'On Previous Row Amount' or 'On Previous Row Total' for first row,Nu se poate selecta tipul de incasare ca 'Suma inregistrare precedenta' sau 'Total inregistrare precedenta' pentru prima inregistrare
Frappe PR Botd112ee52017-08-31 19:38:41 +05302184apps/erpnext/erpnext/buying/doctype/supplier_scorecard/supplier_scorecard_dashboard.py +6,This covers all scorecards tied to this Setup,Aceasta acoperă toate tabelele de scoruri legate de această configurație
Frappe PR Botc0804792017-05-19 12:30:04 +05302185apps/erpnext/erpnext/selling/doctype/product_bundle/product_bundle.py +29,Child Item should not be a Product Bundle. Please remove item `{0}` and save,Postul copil nu ar trebui să fie un pachet de produse. Vă rugăm să eliminați elementul `{0}` și de a salva
2186apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +12,Banking,Bancar
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05302187apps/erpnext/erpnext/utilities/activation.py +106,Add Timesheets,Adăugați pontaje
Frappe PR Botc0804792017-05-19 12:30:04 +05302188DocType: Vehicle Service,Service Item,Postul de servicii
2189DocType: Bank Guarantee,Bank Guarantee,Garantie bancara
2190DocType: Bank Guarantee,Bank Guarantee,Garantie bancara
2191apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py +39,Please click on 'Generate Schedule' to get schedule,"Vă rugăm să faceți clic pe ""Generate Program"", pentru a obține programul"
2192apps/erpnext/erpnext/schools/doctype/course_scheduling_tool/course_scheduling_tool.py +56,There were errors while deleting following schedules:,Au existat erori în timpul ștergerii următoarele programe:
2193DocType: Bin,Ordered Quantity,Ordonat Cantitate
Frappe PR Botd112ee52017-08-31 19:38:41 +05302194apps/erpnext/erpnext/public/js/setup_wizard.js +100,"e.g. ""Build tools for builders""","de exemplu ""Construi instrumente de constructori """
Frappe PR Botc0804792017-05-19 12:30:04 +05302195DocType: Grading Scale,Grading Scale Intervals,Intervale de notare Scala
2196apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +125,{0} {1}: Accounting Entry for {2} can only be made in currency: {3},{0} {1}: Intrarea contabila {2} poate fi făcută numai în moneda: {3}
2197DocType: Production Order,In Process,În procesul de
2198DocType: Authorization Rule,Itemwise Discount,Reducere Articol-Avizat
2199apps/erpnext/erpnext/config/accounts.py +69,Tree of financial accounts.,Arborescentă conturilor financiare.
2200apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +364,{0} against Sales Order {1},{0} comparativ cu comanda de vânzări {1}
2201DocType: Account,Fixed Asset,Activ Fix
2202apps/erpnext/erpnext/config/stock.py +315,Serialized Inventory,Inventarul serializat
2203DocType: Employee Loan,Account Info,Informatii cont
2204DocType: Activity Type,Default Billing Rate,Rata de facturare implicit
Frappe PR Botd112ee52017-08-31 19:38:41 +05302205apps/erpnext/erpnext/schools/doctype/student_group_creation_tool/student_group_creation_tool.py +77,{0} Student Groups created.,{0} Grupurile de studenți au fost create.
2206apps/erpnext/erpnext/schools/doctype/student_group_creation_tool/student_group_creation_tool.py +77,{0} Student Groups created.,{0} Grupurile de studenți au fost create.
Frappe PR Botc0804792017-05-19 12:30:04 +05302207DocType: Sales Invoice,Total Billing Amount,Suma totală de facturare
2208apps/erpnext/erpnext/hr/doctype/daily_work_summary_settings/daily_work_summary_settings.py +17,There must be a default incoming Email Account enabled for this to work. Please setup a default incoming Email Account (POP/IMAP) and try again.,Trebuie să existe o valoare implicită de intrare cont de e-mail-ului pentru ca aceasta să funcționeze. Vă rugăm să configurați un implicit de intrare cont de e-mail (POP / IMAP) și încercați din nou.
Frappe PR Botd112ee52017-08-31 19:38:41 +05302209apps/erpnext/erpnext/accounts/report/item_wise_sales_register/item_wise_sales_register.py +80,Receivable Account,Contul de încasat
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05302210apps/erpnext/erpnext/controllers/accounts_controller.py +566,Row #{0}: Asset {1} is already {2},Rând # {0}: {1} activ este deja {2}
Frappe PR Botc0804792017-05-19 12:30:04 +05302211DocType: Quotation Item,Stock Balance,Stoc Sold
2212apps/erpnext/erpnext/config/selling.py +316,Sales Order to Payment,Comanda de vânzări la plată
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302213apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +92,CEO,CEO
Frappe PR Botd112ee52017-08-31 19:38:41 +05302214DocType: Purchase Invoice,With Payment of Tax,Cu plata impozitului
Frappe PR Botc0804792017-05-19 12:30:04 +05302215DocType: Expense Claim Detail,Expense Claim Detail,Detaliu Revendicare Cheltuieli
Frappe PR Botd112ee52017-08-31 19:38:41 +05302216DocType: Purchase Invoice,TRIPLICATE FOR SUPPLIER,TRIPLICATE PENTRU FURNIZOR
Frappe PR Botbfdb7262017-07-11 15:20:11 +05302217apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +859,Please select correct account,Vă rugăm să selectați contul corect
Frappe PR Botc0804792017-05-19 12:30:04 +05302218DocType: Item,Weight UOM,Greutate UOM
2219DocType: Salary Structure Employee,Salary Structure Employee,Structura de salarizare Angajat
2220DocType: Employee,Blood Group,Grupă de sânge
Frappe PR Botd112ee52017-08-31 19:38:41 +05302221apps/erpnext/erpnext/buying/doctype/request_for_quotation/request_for_quotation.js +961,Pending,În așteptarea
Frappe PR Botc0804792017-05-19 12:30:04 +05302222DocType: Course,Course Name,Numele cursului
2223DocType: Employee Leave Approver,Users who can approve a specific employee's leave applications,Utilizatorii care poate aproba cererile de concediu o anumită angajatilor
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302224apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +52,Office Equipments,Echipamente de birou
Frappe PR Botc0804792017-05-19 12:30:04 +05302225DocType: Purchase Invoice Item,Qty,Cantitate
2226DocType: Fiscal Year,Companies,Companii
Frappe PR Botd112ee52017-08-31 19:38:41 +05302227DocType: Supplier Scorecard,Scoring Setup,Punctul de configurare
Frappe PR Botc0804792017-05-19 12:30:04 +05302228apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +24,Electronics,Electronică
2229DocType: Stock Settings,Raise Material Request when stock reaches re-order level,Ridica Material Cerere atunci când stocul ajunge la nivelul re-comandă
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302230apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +67,Full-time,Permanent
Frappe PR Botc0804792017-05-19 12:30:04 +05302231DocType: Salary Structure,Employees,Numar de angajati
2232DocType: Employee,Contact Details,Detalii Persoana de Contact
2233DocType: C-Form,Received Date,Data primit
2234DocType: Delivery Note,"If you have created a standard template in Sales Taxes and Charges Template, select one and click on the button below.","Dacă ați creat un model standard la taxele de vânzare și taxe Format, selectați una și faceți clic pe butonul de mai jos."
2235DocType: BOM Scrap Item,Basic Amount (Company Currency),Suma de bază (Companie Moneda)
2236DocType: Student,Guardians,tutorii
2237DocType: Shopping Cart Settings,Prices will not be shown if Price List is not set,Prețurile nu vor fi afișate în cazul în care Prețul de listă nu este setat
2238apps/erpnext/erpnext/accounts/doctype/shipping_rule/shipping_rule.py +28,Please specify a country for this Shipping Rule or check Worldwide Shipping,Vă rugăm să specificați o țară pentru această regulă Transport sau verificați Expediere
2239DocType: Stock Entry,Total Incoming Value,Valoarea totală a sosi
Frappe PR Botd112ee52017-08-31 19:38:41 +05302240apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +350,Debit To is required,Pentru debit este necesar
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05302241apps/erpnext/erpnext/utilities/activation.py +107,"Timesheets help keep track of time, cost and billing for activites done by your team","Pontaje ajuta să urmăriți timp, costuri și de facturare pentru activitati efectuate de echipa ta"
Frappe PR Botc0804792017-05-19 12:30:04 +05302242apps/erpnext/erpnext/stock/report/item_prices/item_prices.py +39,Purchase Price List,Cumparare Lista de preturi
Frappe PR Botd112ee52017-08-31 19:38:41 +05302243apps/erpnext/erpnext/config/buying.py +155,Templates of supplier scorecard variables.,Șabloane ale variabilelor pentru scorurile pentru furnizori.
Frappe PR Botc0804792017-05-19 12:30:04 +05302244DocType: Offer Letter Term,Offer Term,Termen oferta
2245DocType: Quality Inspection,Quality Manager,Manager de calitate
2246DocType: Job Applicant,Job Opening,Loc de munca disponibil
2247DocType: Payment Reconciliation,Payment Reconciliation,Reconcilierea plată
Frappe PR Bot7c901002017-06-07 12:05:29 +05302248apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py +153,Please select Incharge Person's name,Vă rugăm să selectați numele Incharge Persoana
Frappe PR Botc0804792017-05-19 12:30:04 +05302249apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +51,Technology,Tehnologia nou-aparuta
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302250apps/erpnext/erpnext/public/js/utils.js +98,Total Unpaid: {0},Neremunerat totală: {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05302251DocType: BOM Website Operation,BOM Website Operation,Site-ul BOM Funcționare
2252apps/erpnext/erpnext/hr/doctype/job_applicant/job_applicant.js +13,Offer Letter,Oferta Scrisoare
2253apps/erpnext/erpnext/config/manufacturing.py +18,Generate Material Requests (MRP) and Production Orders.,Genereaza Cereri de Material (MRP) și Comenzi de Producție.
Frappe PR Botd112ee52017-08-31 19:38:41 +05302254DocType: Supplier Scorecard,Supplier Score,Scorul furnizorului
2255apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +76,Total Invoiced Amt,Totală facturată Amt
2256DocType: Supplier,Warn RFQs,Aflați RFQ-urile
Frappe PR Botc0804792017-05-19 12:30:04 +05302257DocType: BOM,Conversion Rate,Rata de conversie
2258apps/erpnext/erpnext/templates/pages/product_search.html +3,Product Search,Cauta produse
2259DocType: Timesheet Detail,To Time,La timp
2260DocType: Authorization Rule,Approving Role (above authorized value),Aprobarea Rol (mai mare decât valoarea autorizată)
Frappe PR Botd112ee52017-08-31 19:38:41 +05302261apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +114,Credit To account must be a Payable account,Credit Pentru cont trebuie să fie un cont de plati
2262apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +317,BOM recursion: {0} cannot be parent or child of {2},Recursivitate FDM: {0} nu poate fi parinte sau copil lui {2}
Frappe PR Botc0804792017-05-19 12:30:04 +05302263DocType: Production Order Operation,Completed Qty,Cantitate Finalizata
2264apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +148,"For {0}, only debit accounts can be linked against another credit entry","Pentru {0}, numai conturi de debit poate fi legat de o altă intrare în credit"
2265apps/erpnext/erpnext/stock/doctype/item_price/item_price.py +27,Price List {0} is disabled,Lista de prețuri {0} este dezactivat
Frappe PR Botd112ee52017-08-31 19:38:41 +05302266apps/erpnext/erpnext/projects/doctype/timesheet/timesheet.py +127,Row {0}: Completed Qty cannot be more than {1} for operation {2},Rândul {0}: Completat Cant nu poate fi mai mare de {1} pentru funcționare {2}
Frappe PR Botc0804792017-05-19 12:30:04 +05302267DocType: Manufacturing Settings,Allow Overtime,Permiteți ore suplimentare
2268apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +146,"Serialized Item {0} cannot be updated using Stock Reconciliation, please use Stock Entry","Articolul {0} cu elementul serializat nu poate fi actualizat utilizând Reconcilierea stocurilor, vă rugăm să utilizați înregistrarea stocului"
2269apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +146,"Serialized Item {0} cannot be updated using Stock Reconciliation, please use Stock Entry","Articolul {0} cu elementul serializat nu poate fi actualizat utilizând Reconcilierea stocurilor, vă rugăm să utilizați înregistrarea stocului"
2270DocType: Training Event Employee,Training Event Employee,Eveniment de formare Angajat
Frappe PR Botbfdb7262017-07-11 15:20:11 +05302271apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +201,{0} Serial Numbers required for Item {1}. You have provided {2}.,{0} numere de serie necesare pentru postul {1}. Ați furnizat {2}.
Frappe PR Botc0804792017-05-19 12:30:04 +05302272DocType: Stock Reconciliation Item,Current Valuation Rate,Rata de evaluare curentă
2273DocType: Item,Customer Item Codes,Coduri client Postul
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302274apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +122,Exchange Gain/Loss,Schimb de câștig / Pierdere
Frappe PR Botc0804792017-05-19 12:30:04 +05302275DocType: Opportunity,Lost Reason,Motiv Pierdere
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302276apps/erpnext/erpnext/public/js/templates/address_list.html +22,New Address,Adresa noua
Frappe PR Botc0804792017-05-19 12:30:04 +05302277DocType: Quality Inspection,Sample Size,Eșantionul de dimensiune
Frappe PR Botd112ee52017-08-31 19:38:41 +05302278apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +47,Please enter Receipt Document,Vă rugăm să introduceți Document Primirea
2279apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +369,All items have already been invoiced,Toate articolele au fost deja facturate
Frappe PR Botc0804792017-05-19 12:30:04 +05302280apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +47,Please specify a valid 'From Case No.',"Vă rugăm să specificați un valabil ""Din cauza nr"""
2281apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center_tree.js +24,Further cost centers can be made under Groups but entries can be made against non-Groups,"Centre de costuri pot fi realizate în grupuri, dar intrările pot fi făcute împotriva non-Grupuri"
Frappe PR Botc0804792017-05-19 12:30:04 +05302282apps/erpnext/erpnext/config/setup.py +66,Users and Permissions,Utilizatori și permisiuni
2283DocType: Vehicle Log,VLOG.,VLOG.
Frappe PR Botd112ee52017-08-31 19:38:41 +05302284apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +935,Production Orders Created: {0},Comenzi de producție Creat: {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05302285DocType: Branch,Branch,Ramură
2286DocType: Guardian,Mobile Number,Numar de mobil
2287apps/erpnext/erpnext/config/setup.py +61,Printing and Branding,Imprimarea și Branding
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05302288DocType: Company,Total Monthly Sales,Vânzări totale lunare
Frappe PR Botc0804792017-05-19 12:30:04 +05302289DocType: Bin,Actual Quantity,Cantitate Efectivă
2290DocType: Shipping Rule,example: Next Day Shipping,exemplu: Next Day Shipping
Frappe PR Bot7c901002017-06-07 12:05:29 +05302291apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py +187,Serial No {0} not found,Serial nr {0} nu a fost găsit
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302292DocType: Program Enrollment,Student Batch,Lot de student
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05302293apps/erpnext/erpnext/utilities/activation.py +117,Make Student,Asigurați-Student
Frappe PR Botd112ee52017-08-31 19:38:41 +05302294DocType: Supplier Scorecard Scoring Standing,Min Grade,Gradul minim
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302295apps/erpnext/erpnext/projects/doctype/project/project.py +198,You have been invited to collaborate on the project: {0},Ați fost invitat să colaboreze la proiect: {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05302296DocType: Leave Block List Date,Block Date,Dată blocare
Frappe PR Botd112ee52017-08-31 19:38:41 +05302297DocType: Purchase Receipt,Supplier Delivery Note,Nota de livrare a furnizorului
Frappe PR Botc0804792017-05-19 12:30:04 +05302298apps/erpnext/erpnext/templates/generators/student_admission.html +23,Apply Now,Aplica acum
2299apps/erpnext/erpnext/stock/dashboard/item_dashboard_list.html +25,Actual Qty {0} / Waiting Qty {1},Cantitatea reală {0} / Cantitatea de așteptare {1}
2300apps/erpnext/erpnext/stock/dashboard/item_dashboard_list.html +25,Actual Qty {0} / Waiting Qty {1},Cantitatea reală {0} / Cantitatea de așteptare {1}
Frappe PR Botd112ee52017-08-31 19:38:41 +05302301DocType: Purchase Invoice,E-commerce GSTIN,E-commerce GSTIN
Frappe PR Botc0804792017-05-19 12:30:04 +05302302DocType: Sales Order,Not Delivered,Nu Pronunțată
2303,Bank Clearance Summary,Sumar aprobare bancă
2304apps/erpnext/erpnext/config/setup.py +106,"Create and manage daily, weekly and monthly email digests.","Creare și gestionare rezumate e-mail zilnice, săptămânale și lunare."
2305DocType: Appraisal Goal,Appraisal Goal,Obiectiv expertiză
2306DocType: Stock Reconciliation Item,Current Amount,Suma curentă
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302307apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +58,Buildings,Corpuri
Frappe PR Botc0804792017-05-19 12:30:04 +05302308DocType: Fee Structure,Fee Structure,Structura Taxa de
2309DocType: Timesheet Detail,Costing Amount,Costing Suma
2310DocType: Student Admission,Application Fee,Taxă de aplicare
2311DocType: Process Payroll,Submit Salary Slip,Prezenta Salariul Slip
2312apps/erpnext/erpnext/controllers/selling_controller.py +162,Maxiumm discount for Item {0} is {1}%,Reducere Maxiumm pentru postul {0} este {1}%
2313apps/erpnext/erpnext/stock/doctype/item_price/item_price.js +16,Import in Bulk,Importare în masă
2314DocType: Sales Partner,Address & Contacts,Adresă şi contacte
2315DocType: SMS Log,Sender Name,Sender Name
2316DocType: POS Profile,[Select],[Selectati]
2317DocType: SMS Log,Sent To,Trimis La
2318DocType: Payment Request,Make Sales Invoice,Realizeaza Factura de Vanzare
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302319apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +61,Softwares,Softwares
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05302320apps/erpnext/erpnext/crm/doctype/lead/lead.py +50,Next Contact Date cannot be in the past,În continuare Contact Data nu poate fi în trecut
Frappe PR Botc0804792017-05-19 12:30:04 +05302321DocType: Company,For Reference Only.,Numai Pentru referință.
Frappe PR Botd112ee52017-08-31 19:38:41 +05302322apps/erpnext/erpnext/accounts/page/pos/pos.js +2468,Select Batch No,Selectați numărul lotului
Frappe PR Botc0804792017-05-19 12:30:04 +05302323apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +52,Invalid {0}: {1},Invalid {0}: {1}
2324DocType: Purchase Invoice,PINV-RET-,PINV-RET-
2325DocType: Sales Invoice Advance,Advance Amount,Sumă în avans
2326DocType: Manufacturing Settings,Capacity Planning,Planificarea capacității
2327apps/erpnext/erpnext/stock/report/batch_item_expiry_status/batch_item_expiry_status.py +43,'From Date' is required,'Din Data' este necesar
2328DocType: Journal Entry,Reference Number,Numărul de referință
2329DocType: Employee,Employment Details,Detalii angajare
2330DocType: Employee,New Workplace,Nou loc de muncă
2331apps/erpnext/erpnext/crm/doctype/opportunity/opportunity_list.js +17,Set as Closed,Setați ca Închis
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302332apps/erpnext/erpnext/stock/get_item_details.py +131,No Item with Barcode {0},Nici un articol cu coduri de bare {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05302333apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.js +51,Case No. cannot be 0,Cazul Nr. nu poate fi 0
2334DocType: Item,Show a slideshow at the top of the page,Arata un slideshow din partea de sus a paginii
Frappe PR Botd112ee52017-08-31 19:38:41 +05302335apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +492,Boms,BOM
2336apps/erpnext/erpnext/stock/doctype/item/item.py +137,Stores,Magazine
2337DocType: Project Type,Projects Manager,Manager Proiecte
Frappe PR Botc0804792017-05-19 12:30:04 +05302338DocType: Serial No,Delivery Time,Timp de Livrare
2339apps/erpnext/erpnext/accounts/report/accounts_payable/accounts_payable.js +27,Ageing Based On,Uzură bazată pe
2340DocType: Item,End of Life,Sfârsitul vieții
Frappe PR Botd112ee52017-08-31 19:38:41 +05302341apps/erpnext/erpnext/demo/setup/setup_data.py +328,Travel,Călători
2342apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +180,No active or default Salary Structure found for employee {0} for the given dates,Nr Structură activă sau Salariul implicit găsite pentru angajat al {0} pentru datele indicate
Frappe PR Botc0804792017-05-19 12:30:04 +05302343DocType: Leave Block List,Allow Users,Permiteți utilizatori
2344DocType: Purchase Order,Customer Mobile No,Client Mobile Nu
2345DocType: Cost Center,Track separate Income and Expense for product verticals or divisions.,Urmăriți Venituri separat și cheltuieli verticale produse sau divizii.
2346DocType: Rename Tool,Rename Tool,Redenumirea Tool
Frappe PR Botbfdb7262017-07-11 15:20:11 +05302347apps/erpnext/erpnext/manufacturing/doctype/bom/bom.js +37,Update Cost,Actualizare Cost
Frappe PR Botc0804792017-05-19 12:30:04 +05302348DocType: Item Reorder,Item Reorder,Reordonare Articol
Frappe PR Botfa042362017-07-17 17:50:36 +05302349apps/erpnext/erpnext/hr/doctype/salary_structure/salary_structure.js +446,Show Salary Slip,Afișează Salariu alunecare
Frappe PR Botd112ee52017-08-31 19:38:41 +05302350apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +814,Transfer Material,Material de transfer
Frappe PR Botc0804792017-05-19 12:30:04 +05302351DocType: BOM,"Specify the operations, operating cost and give a unique Operation no to your operations.","Specifica operațiunilor, costurile de exploatare și să dea o operațiune unică nu pentru operațiunile dumneavoastră."
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302352apps/erpnext/erpnext/controllers/status_updater.py +201,This document is over limit by {0} {1} for item {4}. Are you making another {3} against the same {2}?,Acest document este peste limita de {0} {1} pentru elementul {4}. Faci un alt {3} împotriva aceleași {2}?
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05302353apps/erpnext/erpnext/public/js/controllers/transaction.js +982,Please set recurring after saving,Vă rugăm să setați recurente după salvare
Frappe PR Botd112ee52017-08-31 19:38:41 +05302354apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +755,Select change amount account,cont Selectați suma schimbare
Frappe PR Botc0804792017-05-19 12:30:04 +05302355DocType: Purchase Invoice,Price List Currency,Lista de pret Valuta
2356DocType: Naming Series,User must always select,Utilizatorul trebuie să selecteze întotdeauna
2357DocType: Stock Settings,Allow Negative Stock,Permiteţi stoc negativ
2358DocType: Installation Note,Installation Note,Instalare Notă
Frappe PR Botd112ee52017-08-31 19:38:41 +05302359apps/erpnext/erpnext/public/js/setup_wizard.js +237,Add Taxes,Adăugaţi Taxe
Frappe PR Botc0804792017-05-19 12:30:04 +05302360DocType: Topic,Topic,Subiect
2361apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +40,Cash Flow from Financing,Cash Flow de la finanțarea
2362DocType: Budget Account,Budget Account,Contul bugetar
2363DocType: Quality Inspection,Verified By,Verificate de
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302364apps/erpnext/erpnext/setup/doctype/company/company.py +70,"Cannot change company's default currency, because there are existing transactions. Transactions must be cancelled to change the default currency.","Nu se poate schimba moneda implicita a companiei, deoarece există tranzacții in desfasurare. Tranzacțiile trebuie să fie anulate pentru a schimba moneda implicita."
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05302365DocType: Grading Scale Interval,Grade Description,grad Descriere
Frappe PR Botc0804792017-05-19 12:30:04 +05302366DocType: Stock Entry,Purchase Receipt No,Primirea de cumpărare Nu
2367apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +30,Earnest Money,Banii cei mai castigati
2368DocType: Process Payroll,Create Salary Slip,Crea Fluturasul de Salariul
2369apps/erpnext/erpnext/stock/doctype/item/item_dashboard.py +34,Traceability,trasabilitatea
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302370apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +137,Source of Funds (Liabilities),Sursa fondurilor (pasive)
2371apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +381,Quantity in row {0} ({1}) must be same as manufactured quantity {2},"Cantitatea în rândul {0} ({1}), trebuie să fie aceeași ca și cantitatea produsă {2}"
Frappe PR Botd112ee52017-08-31 19:38:41 +05302372DocType: Supplier Scorecard Scoring Standing,Employee,Angajat
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05302373DocType: Company,Sales Monthly History,Istoric lunar de vânzări
2374apps/erpnext/erpnext/public/js/utils/serial_no_batch_selector.js +183,Select Batch,Selectați lotul
Frappe PR Botc0804792017-05-19 12:30:04 +05302375apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +244,{0} {1} is fully billed,{0} {1} este complet facturat
2376DocType: Training Event,End Time,End Time
Frappe PR Botd112ee52017-08-31 19:38:41 +05302377apps/erpnext/erpnext/hr/doctype/salary_structure/salary_structure.py +63,Active Salary Structure {0} found for employee {1} for the given dates,Salariu Structura activă {0} găsite pentru angajat {1} pentru datele indicate
Frappe PR Botc0804792017-05-19 12:30:04 +05302378DocType: Payment Entry,Payment Deductions or Loss,Deducerile de plată sau pierdere
2379apps/erpnext/erpnext/config/setup.py +42,Standard contract terms for Sales or Purchase.,Clauzele contractuale standard pentru vânzări sau de cumpărare.
2380apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.js +100,Group by Voucher,Grup in functie de Voucher
2381apps/erpnext/erpnext/config/crm.py +6,Sales Pipeline,conducte de vânzări
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05302382apps/erpnext/erpnext/hr/doctype/process_payroll/process_payroll.py +216,Please set default account in Salary Component {0},Vă rugăm să setați contul implicit în Salariu Component {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05302383apps/erpnext/erpnext/templates/form_grid/material_request_grid.html +7,Required On,Obligatoriu pe
2384DocType: Rename Tool,File to Rename,Fișier de Redenumiți
2385apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +204,Please select BOM for Item in Row {0},Vă rugăm să selectați BOM pentru postul în rândul {0}
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302386apps/erpnext/erpnext/accounts/doctype/mode_of_payment/mode_of_payment.py +28,Account {0} does not match with Company {1} in Mode of Account: {2},Contul {0} nu se potrivește cu Compania {1} în modul de cont: {2}
Frappe PR Botd112ee52017-08-31 19:38:41 +05302387apps/erpnext/erpnext/controllers/buying_controller.py +268,Specified BOM {0} does not exist for Item {1},BOM specificată {0} nu există pentru postul {1}
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05302388apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +221,Maintenance Schedule {0} must be cancelled before cancelling this Sales Order,Programul de Mentenanta {0} trebuie anulat înainte de a anula aceasta Comandă de Vânzări
Frappe PR Botc0804792017-05-19 12:30:04 +05302389DocType: Notification Control,Expense Claim Approved,Revendicare Cheltuieli Aprobata
Frappe PR Botd112ee52017-08-31 19:38:41 +05302390apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +319,Salary Slip of employee {0} already created for this period,Platā angajatului {0} deja creat pentru această perioadă
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302391apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +124,Pharmaceutical,Farmaceutic
Frappe PR Botc0804792017-05-19 12:30:04 +05302392apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +26,Cost of Purchased Items,Costul de produsele cumparate
2393DocType: Selling Settings,Sales Order Required,Comandă de vânzări obligatorii
2394DocType: Purchase Invoice,Credit To,De Creditat catre
2395apps/erpnext/erpnext/selling/page/sales_funnel/sales_funnel.py +31,Active Leads / Customers,Anunturi active / Clienți
2396DocType: Employee Education,Post Graduate,Postuniversitar
2397DocType: Maintenance Schedule Detail,Maintenance Schedule Detail,Detalii Program Mentenanta
Frappe PR Botd112ee52017-08-31 19:38:41 +05302398DocType: Supplier Scorecard,Warn for new Purchase Orders,Avertizați pentru comenzi noi de achiziție
Frappe PR Botc0804792017-05-19 12:30:04 +05302399DocType: Quality Inspection Reading,Reading 9,Lectură 9
2400DocType: Supplier,Is Frozen,Este înghețat
Frappe PR Botbfdb7262017-07-11 15:20:11 +05302401apps/erpnext/erpnext/stock/utils.py +217,Group node warehouse is not allowed to select for transactions,depozit nod grup nu este permis să selecteze pentru tranzacții
Frappe PR Botc0804792017-05-19 12:30:04 +05302402DocType: Buying Settings,Buying Settings,Configurări cumparare
2403DocType: Stock Entry Detail,BOM No. for a Finished Good Item,Nr. BOM pentru un articol tip produs finalizat
2404DocType: Upload Attendance,Attendance To Date,Prezenţa până la data
Frappe PR Botd112ee52017-08-31 19:38:41 +05302405DocType: Request for Quotation Supplier,No Quote,Nici o citare
Frappe PR Botc0804792017-05-19 12:30:04 +05302406DocType: Warranty Claim,Raised By,Ridicate de
2407DocType: Payment Gateway Account,Payment Account,Cont de plăți
Frappe PR Botd112ee52017-08-31 19:38:41 +05302408apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +874,Please specify Company to proceed,Vă rugăm să specificați companiei pentru a continua
Frappe PR Botc0804792017-05-19 12:30:04 +05302409apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +22,Net Change in Accounts Receivable,Schimbarea net în conturile de creanțe
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302410apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +57,Compensatory Off,Fara Masuri Compensatorii
Frappe PR Botc0804792017-05-19 12:30:04 +05302411DocType: Offer Letter,Accepted,Acceptat
2412apps/erpnext/erpnext/crm/report/prospects_engaged_but_not_converted/prospects_engaged_but_not_converted.py +25,Organization,Organizare
Frappe PR Botd112ee52017-08-31 19:38:41 +05302413DocType: BOM Update Tool,BOM Update Tool,BOM Update Tool
Frappe PR Botc0804792017-05-19 12:30:04 +05302414DocType: SG Creation Tool Course,Student Group Name,Numele grupului studențesc
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302415apps/erpnext/erpnext/setup/doctype/company/company.js +52,Please make sure you really want to delete all the transactions for this company. Your master data will remain as it is. This action cannot be undone.,Vă rugăm să asigurați-vă că într-adevăr să ștergeți toate tranzacțiile pentru această companie. Datele dvs. de bază vor rămâne așa cum este. Această acțiune nu poate fi anulată.
Frappe PR Botc0804792017-05-19 12:30:04 +05302416DocType: Room,Room Number,Numărul de cameră
2417apps/erpnext/erpnext/utilities/transaction_base.py +96,Invalid reference {0} {1},Referință invalid {0} {1}
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05302418apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +167,{0} ({1}) cannot be greater than planned quanitity ({2}) in Production Order {3},{0} ({1}) nu poate fi mai mare decât cantitatea planificată ({2}) aferent comenzii de producție {3}
Frappe PR Botc0804792017-05-19 12:30:04 +05302419DocType: Shipping Rule,Shipping Rule Label,Regula de transport maritim Label
2420apps/erpnext/erpnext/public/js/conf.js +28,User Forum,Forum utilizator
Frappe PR Botd112ee52017-08-31 19:38:41 +05302421apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +287,Raw Materials cannot be blank.,Materii prime nu poate fi gol.
2422apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +486,"Could not update stock, invoice contains drop shipping item.","Nu a putut fi actualizat stoc, factura conține drop de transport maritim."
2423apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +484,Quick Journal Entry,Quick Jurnal de intrare
2424apps/erpnext/erpnext/manufacturing/doctype/bom/bom.js +169,You can not change rate if BOM mentioned agianst any item,Nu puteți schimba rata dacă BOM menționat agianst orice element
Frappe PR Botc0804792017-05-19 12:30:04 +05302425DocType: Employee,Previous Work Experience,Anterior Work Experience
2426DocType: Stock Entry,For Quantity,Pentru Cantitate
2427apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +209,Please enter Planned Qty for Item {0} at row {1},Va rugam sa introduceti planificate Cantitate pentru postul {0} la rândul {1}
2428apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +241,{0} {1} is not submitted,{0} {1} nu este introdus
2429apps/erpnext/erpnext/config/stock.py +27,Requests for items.,Cererile de elemente.
2430DocType: Production Planning Tool,Separate production order will be created for each finished good item.,Pentru producerea separată va fi creat pentru fiecare articol bun finit.
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302431apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +127,{0} must be negative in return document,{0} trebuie să fie negativ în documentul de retur
Frappe PR Botc0804792017-05-19 12:30:04 +05302432,Minutes to First Response for Issues,Minute la First Response pentru Probleme
2433DocType: Purchase Invoice,Terms and Conditions1,Termeni și Conditions1
Frappe PR Botd112ee52017-08-31 19:38:41 +05302434apps/erpnext/erpnext/public/js/setup_wizard.js +91,The name of the institute for which you are setting up this system.,Numele institutului pentru care configurați acest sistem.
Frappe PR Botc0804792017-05-19 12:30:04 +05302435DocType: Accounts Settings,"Accounting entry frozen up to this date, nobody can do / modify entry except role specified below.","Intrare contabilitate blocată până la această dată, nimeni nu poate crea / modifica intrarea cu excepția rolului specificat mai jos."
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05302436apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.js +116,Please save the document before generating maintenance schedule,Vă rugăm să salvați documentul înainte de a genera programul de întreținere
Frappe PR Botd112ee52017-08-31 19:38:41 +05302437apps/erpnext/erpnext/manufacturing/doctype/bom_update_tool/bom_update_tool.js +30,Latest price updated in all BOMs,Ultimul preț actualizat în toate BOM-urile
Frappe PR Botc0804792017-05-19 12:30:04 +05302438apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +28,Project Status,Status Proiect
2439DocType: UOM,Check this to disallow fractions. (for Nos),Bifati pentru a nu permite fracțiuni. (Pentru Nos)
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302440apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +428,The following Production Orders were created:,Au fost create următoarele comenzi de producție:
Frappe PR Botc0804792017-05-19 12:30:04 +05302441DocType: Student Admission,Naming Series (for Student Applicant),Seria de denumire (pentru Student Solicitant)
2442DocType: Delivery Note,Transporter Name,Transporter Nume
2443DocType: Authorization Rule,Authorized Value,Valoarea autorizată
2444DocType: BOM,Show Operations,Afișați Operații
2445,Minutes to First Response for Opportunity,Minute la First Response pentru oportunitate
Frappe PR Botd112ee52017-08-31 19:38:41 +05302446apps/erpnext/erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet.py +68,Total Absent,Raport Absent
Frappe PR Botbfdb7262017-07-11 15:20:11 +05302447apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +793,Item or Warehouse for row {0} does not match Material Request,Articolul sau Depozitul aferent inregistrariii {0} nu se potrivește cu Cererea de Material
Frappe PR Botc0804792017-05-19 12:30:04 +05302448apps/erpnext/erpnext/config/stock.py +189,Unit of Measure,Unitate de măsură
2449DocType: Fiscal Year,Year End Date,Anul Data de încheiere
2450DocType: Task Depends On,Task Depends On,Sarcina Depinde
2451DocType: Supplier Quotation,Opportunity,Oportunitate
2452,Completed Production Orders,Comenzi de Producție Finalizate
2453DocType: Operation,Default Workstation,Implicit Workstation
2454DocType: Notification Control,Expense Claim Approved Message,Mesaj Aprobare Revendicare Cheltuieli
2455DocType: Payment Entry,Deductions or Loss,Deducerile sau Pierdere
2456apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +247,{0} {1} is closed,{0} {1} este închis
2457DocType: Email Digest,How frequently?,Cât de frecvent?
2458DocType: Purchase Receipt,Get Current Stock,Obține stocul curent
2459apps/erpnext/erpnext/config/manufacturing.py +46,Tree of Bill of Materials,Arborele de Bill de materiale
2460DocType: Student,Joining Date,Daca va aflati Data
2461,Employees working on a holiday,Numar de angajati care lucreaza in vacanta
2462apps/erpnext/erpnext/hr/doctype/employee_attendance_tool/employee_attendance_tool.js +152,Mark Present,Mark Prezent
2463DocType: Project,% Complete Method,% Metoda completă
Frappe PR Bot7c901002017-06-07 12:05:29 +05302464apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py +200,Maintenance start date can not be before delivery date for Serial No {0},Data de Incepere a Mentenantei nu poate fi anterioara datei de livrare aferent de Nr. de Serie {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05302465DocType: Production Order,Actual End Date,Data efectiva de finalizare
2466DocType: BOM,Operating Cost (Company Currency),Costul de operare (Companie Moneda)
2467DocType: Purchase Invoice,PINV-,PINV-
2468DocType: Authorization Rule,Applicable To (Role),Aplicabil pentru (rol)
Frappe PR Botd112ee52017-08-31 19:38:41 +05302469DocType: BOM Update Tool,Replace BOM,Înlocuiți BOM
Frappe PR Botc0804792017-05-19 12:30:04 +05302470DocType: Stock Entry,Purpose,Scopul
2471DocType: Company,Fixed Asset Depreciation Settings,Setări de amortizare fixă Activ
2472DocType: Item,Will also apply for variants unless overrridden,Se va aplica și pentru variantele cu excepția cazului în overrridden
2473DocType: Purchase Invoice,Advances,Avansuri
2474DocType: Production Order,Manufacture against Material Request,Fabricare împotriva Cerere Material
Frappe PR Botd112ee52017-08-31 19:38:41 +05302475apps/erpnext/erpnext/schools/report/course_wise_assessment_report/course_wise_assessment_report.html +10,Assessment Group: ,Grup de evaluare:
Frappe PR Botc0804792017-05-19 12:30:04 +05302476DocType: Item Reorder,Request for,Cerere pentru
2477apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +32,Approving User cannot be same as user the rule is Applicable To,Aprobarea unui utilizator nu poate fi aceeași cu utilizatorul. Regula este aplicabilă pentru
2478DocType: Stock Entry Detail,Basic Rate (as per Stock UOM),Rata de bază (conform Stock UOM)
2479DocType: SMS Log,No of Requested SMS,Nu de SMS solicitat
Frappe PR Botd112ee52017-08-31 19:38:41 +05302480apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +243,Leave Without Pay does not match with approved Leave Application records,Concediu fără plată nu se potrivește cu înregistrările privind concediul de aplicare aprobat
Frappe PR Botc0804792017-05-19 12:30:04 +05302481DocType: Campaign,Campaign-.####,Campanie-.####
2482apps/erpnext/erpnext/setup/page/welcome_to_erpnext/welcome_to_erpnext.html +21,Next Steps,Pasii urmatori
Frappe PR Botd112ee52017-08-31 19:38:41 +05302483apps/erpnext/erpnext/buying/doctype/request_for_quotation/request_for_quotation.js +769,Please supply the specified items at the best possible rates,Vă rugăm să furnizeze elementele specificate la cele mai bune tarife posibile
Frappe PR Botc0804792017-05-19 12:30:04 +05302484DocType: Selling Settings,Auto close Opportunity after 15 days,Auto închidere oportunitate după 15 zile
Frappe PR Botd112ee52017-08-31 19:38:41 +05302485apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.py +74,Purchase Orders are not allowed for {0} due to a scorecard standing of {1}.,Comenzile de cumpărare nu sunt permise pentru {0} datorită unui punctaj din {1}.
Frappe PR Botc0804792017-05-19 12:30:04 +05302486apps/erpnext/erpnext/public/js/financial_statements.js +83,End Year,Anul de încheiere
2487apps/erpnext/erpnext/crm/report/campaign_efficiency/campaign_efficiency.py +23,Quot/Lead %,Cota / Plumb%
2488apps/erpnext/erpnext/hr/doctype/employee/employee.py +119,Contract End Date must be greater than Date of Joining,Data de Incheiere Contract trebuie să fie ulterioara Datei Aderării
2489DocType: Delivery Note,DN-,DN-
2490DocType: Sales Partner,A third party distributor / dealer / commission agent / affiliate / reseller who sells the companies products for a commission.,Un distribuitor terță parte / dealer / agent comision / afiliat / reseller care vinde produsele companiilor pentru un comision.
2491apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +376,{0} against Purchase Order {1},{0} comparativ cu comanda de cumpărare {1}
Frappe PR Botc0804792017-05-19 12:30:04 +05302492DocType: Task,Actual Start Date (via Time Sheet),Real Data de începere (prin Ora Sheet)
2493apps/erpnext/erpnext/portal/doctype/homepage/homepage.py +15,This is an example website auto-generated from ERPNext,Acesta este un site web exemplu auto-generat de ERPNext
2494apps/erpnext/erpnext/accounts/report/accounts_payable/accounts_payable.js +37,Ageing Range 1,Clasă de uzură 1
2495DocType: Purchase Taxes and Charges Template,"Standard tax template that can be applied to all Purchase Transactions. This template can contain list of tax heads and also other expense heads like ""Shipping"", ""Insurance"", ""Handling"" etc.
2496
2497#### Note
2498
2499The tax rate you define here will be the standard tax rate for all **Items**. If there are **Items** that have different rates, they must be added in the **Item Tax** table in the **Item** master.
2500
2501#### Description of Columns
2502
25031. Calculation Type:
2504 - This can be on **Net Total** (that is the sum of basic amount).
2505 - **On Previous Row Total / Amount** (for cumulative taxes or charges). If you select this option, the tax will be applied as a percentage of the previous row (in the tax table) amount or total.
2506 - **Actual** (as mentioned).
25072. Account Head: The Account ledger under which this tax will be booked
25083. Cost Center: If the tax / charge is an income (like shipping) or expense it needs to be booked against a Cost Center.
25094. Description: Description of the tax (that will be printed in invoices / quotes).
25105. Rate: Tax rate.
25116. Amount: Tax amount.
25127. Total: Cumulative total to this point.
25138. Enter Row: If based on ""Previous Row Total"" you can select the row number which will be taken as a base for this calculation (default is the previous row).
25149. Consider Tax or Charge for: In this section you can specify if the tax / charge is only for valuation (not a part of total) or only for total (does not add value to the item) or for both.
251510. Add or Deduct: Whether you want to add or deduct the tax.","Șablon de impozitare standard care pot fi aplicate la toate tranzacțiile de cumpărare. Acest model poate conține lista de capete fiscale și, de asemenea, mai multe capete de cheltuieli, cum ar fi ""de transport"", ""asigurare"", ""manipulare"" etc.
2516
2517 #### Notă
2518
2519 Rata de impozitare pe care o definiți aici va fi rata de impozitare standard pentru toate Articole ** **. Dacă există articole ** **, care au preturi diferite, acestea trebuie să fie adăugate în ** Impozitul Postul ** masă în ** ** postul comandantului.
2520
2521 #### Descrierea de coloane
2522
2523 1. Calcul Tip:
2524 - Acest lucru poate fi pe ** net total ** (care este suma cuantum de bază).
2525 - ** La rândul precedent Raport / Suma ** (pentru impozite sau taxe cumulative). Dacă selectați această opțiune, impozitul va fi aplicat ca procent din rândul anterior (în tabelul de impozitare) suma totală sau.
2526 - ** ** Real (după cum sa menționat).
2527 2. Șeful cont: Registrul cont în care acest impozit va fi rezervat
2528 3. Cost Center: În cazul în care taxa / taxa este un venit (cum ar fi de transport maritim) sau cheltuieli trebuie să se rezervat împotriva unui centru de cost.
2529 4. Descriere: Descriere a taxei (care vor fi tipărite în facturi / citate).
2530 5. Notă: Rata de Profit Brut.
2531 6. Suma: suma taxei.
2532 7. Total: total cumulat la acest punct.
2533 8. Introduceți Row: Dacă bazat pe ""Înapoi Row Total"", puteți selecta numărul rând care vor fi luate ca bază pentru acest calcul (implicit este rândul precedent).
2534 9. Luați în considerare Brut sau Taxa pentru: În această secțiune puteți specifica dacă taxa / taxa este doar pentru evaluare (nu o parte din total) sau numai pe total (nu adaugă valoare elementul) sau pentru ambele.
2535 10. Adăugați sau deduce: Fie că doriți să adăugați sau deduce taxa."
2536DocType: Homepage,Homepage,Pagina principala
2537DocType: Purchase Receipt Item,Recd Quantity,Recd Cantitate
2538apps/erpnext/erpnext/schools/doctype/program_enrollment/program_enrollment.py +57,Fee Records Created - {0},Taxa de inregistrare Creat - {0}
2539DocType: Asset Category Account,Asset Category Account,Cont activ Categorie
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05302540apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +117,Cannot produce more Item {0} than Sales Order quantity {1},Nu se pot produce mai multe Articole {0} decât cantitatea din Ordinul de Vânzări {1}
Frappe PR Botc0804792017-05-19 12:30:04 +05302541apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +539,Stock Entry {0} is not submitted,Stock intrare {0} nu este prezentat
2542DocType: Payment Reconciliation,Bank / Cash Account,Cont bancă / numerar
2543apps/erpnext/erpnext/crm/doctype/lead/lead.py +44,Next Contact By cannot be same as the Lead Email Address,Următoarea Contact Prin faptul că nu poate fi aceeași cu adresa de e-mail Plumb
2544DocType: Tax Rule,Billing City,Oraș de facturare
2545DocType: Asset,Manual,Manual
2546DocType: Salary Component Account,Salary Component Account,Contul de salariu Componentă
2547DocType: Global Defaults,Hide Currency Symbol,Ascunde simbol moneda
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302548apps/erpnext/erpnext/config/accounts.py +327,"e.g. Bank, Cash, Credit Card","de exemplu, bancar, Cash, Card de credit"
Frappe PR Botc0804792017-05-19 12:30:04 +05302549DocType: Lead Source,Source Name,sursa Nume
2550DocType: Journal Entry,Credit Note,Nota de Credit
2551DocType: Warranty Claim,Service Address,Adresa serviciu
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302552apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +49,Furnitures and Fixtures,Furnitures și Programe
Frappe PR Botc0804792017-05-19 12:30:04 +05302553DocType: Item,Manufacture,Fabricare
2554apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.js +13,Please Delivery Note first,Vă rugăm livrare Nota primul
2555DocType: Student Applicant,Application Date,Data aplicării
2556DocType: Salary Detail,Amount based on formula,Suma bazată pe formula generală
2557DocType: Purchase Invoice,Currency and Price List,Valută și lista de prețuri
2558DocType: Opportunity,Customer / Lead Name,Client / Nume Principal
2559apps/erpnext/erpnext/accounts/doctype/bank_reconciliation/bank_reconciliation.py +99,Clearance Date not mentioned,Data Aprobare nespecificata
2560apps/erpnext/erpnext/config/manufacturing.py +7,Production,Producţie
2561DocType: Guardian,Occupation,Ocupaţie
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05302562apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.js +74,Row {0}:Start Date must be before End Date,Rând {0}: Data începerii trebuie să fie înainte de Data de încheiere
Frappe PR Botc0804792017-05-19 12:30:04 +05302563apps/erpnext/erpnext/controllers/trends.py +19,Total(Qty),Total (Cantitate)
2564DocType: Sales Invoice,This Document,Acest document de
2565DocType: Installation Note Item,Installed Qty,Instalat Cantitate
2566DocType: Purchase Taxes and Charges,Parenttype,ParentType
2567apps/erpnext/erpnext/hr/doctype/training_event/training_event.js +7,Training Result,Rezultatul de formare
2568DocType: Purchase Invoice,Is Paid,Este platit
2569DocType: Salary Structure,Total Earning,Câștigul salarial total de
2570DocType: Purchase Receipt,Time at which materials were received,Timp în care s-au primit materiale
2571DocType: Stock Ledger Entry,Outgoing Rate,Rata de ieșire
2572apps/erpnext/erpnext/config/hr.py +224,Organization branch master.,Ramură organizație maestru.
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05302573apps/erpnext/erpnext/controllers/accounts_controller.py +293, or ,sau
Frappe PR Botc0804792017-05-19 12:30:04 +05302574DocType: Sales Order,Billing Status,Stare facturare
2575apps/erpnext/erpnext/public/js/conf.js +32,Report an Issue,Raportați o problemă
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302576apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +120,Utility Expenses,Cheltuieli de utilitate
Frappe PR Botc0804792017-05-19 12:30:04 +05302577apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py +64,90-Above,90-si mai mult
Frappe PR Botd112ee52017-08-31 19:38:41 +05302578apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +237,Row #{0}: Journal Entry {1} does not have account {2} or already matched against another voucher,Rând # {0}: Jurnal de intrare {1} nu are cont {2} sau deja compensată împotriva unui alt voucher
2579DocType: Supplier Scorecard Criteria,Criteria Weight,Criterii Greutate
Frappe PR Botc0804792017-05-19 12:30:04 +05302580DocType: Buying Settings,Default Buying Price List,Lista de POrețuri de Cumparare Implicita
2581DocType: Process Payroll,Salary Slip Based on Timesheet,Bazat pe salariu Slip Pontaj
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05302582apps/erpnext/erpnext/hr/doctype/process_payroll/process_payroll.py +113,No employee for the above selected criteria OR salary slip already created,Nici un angajat pentru criteriile de mai sus selectate sau biletul de salariu deja creat
Frappe PR Botc0804792017-05-19 12:30:04 +05302583DocType: Notification Control,Sales Order Message,Comandă de vânzări Mesaj
2584apps/erpnext/erpnext/config/setup.py +15,"Set Default Values like Company, Currency, Current Fiscal Year, etc.","Seta valorile implicite, cum ar fi Compania, valutar, Current Anul fiscal, etc"
2585DocType: Payment Entry,Payment Type,Tip de plată
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302586apps/erpnext/erpnext/stock/doctype/batch/batch.py +130,Please select a Batch for Item {0}. Unable to find a single batch that fulfills this requirement,Selectați un lot pentru articolul {0}. Nu se poate găsi un singur lot care să îndeplinească această cerință
2587apps/erpnext/erpnext/stock/doctype/batch/batch.py +130,Please select a Batch for Item {0}. Unable to find a single batch that fulfills this requirement,Selectați un lot pentru articolul {0}. Nu se poate găsi un singur lot care să îndeplinească această cerință
Frappe PR Botc0804792017-05-19 12:30:04 +05302588DocType: Process Payroll,Select Employees,Selectați angajati
2589DocType: Opportunity,Potential Sales Deal,Oferta potențiale Vânzări
2590DocType: Payment Entry,Cheque/Reference Date,Cecul / Data de referință
2591DocType: Purchase Invoice,Total Taxes and Charges,Total Impozite și Taxe
2592DocType: Employee,Emergency Contact,Contact de Urgență
2593DocType: Bank Reconciliation Detail,Payment Entry,Intrarea de plată
2594DocType: Item,Quality Parameters,Parametri de calitate
2595,sales-browser,vânzări browser
Frappe PR Botd112ee52017-08-31 19:38:41 +05302596apps/erpnext/erpnext/accounts/doctype/account/account.js +73,Ledger,Carte mare
Frappe PR Botc0804792017-05-19 12:30:04 +05302597DocType: Target Detail,Target Amount,Suma țintă
2598DocType: Shopping Cart Settings,Shopping Cart Settings,Setări Cosul de cumparaturi
2599DocType: Journal Entry,Accounting Entries,Înregistrări contabile
2600apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +24,Duplicate Entry. Please check Authorization Rule {0},Inregistrare Duplicat. Vă rugăm să verificați Regula de Autorizare {0}
Frappe PR Botd112ee52017-08-31 19:38:41 +05302601apps/erpnext/erpnext/accounts/doctype/pos_profile/pos_profile.py +29,Global POS Profile {0} already created for company {1},POS Profile Global {0} deja create pentru companie {1}
Frappe PR Botc0804792017-05-19 12:30:04 +05302602DocType: Purchase Order,Ref SQ,Ref SQ
Frappe PR Botd112ee52017-08-31 19:38:41 +05302603apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +55,Receipt document must be submitted,Document primire trebuie să fie depuse
Frappe PR Botc0804792017-05-19 12:30:04 +05302604DocType: Purchase Invoice Item,Received Qty,Primit Cantitate
2605DocType: Stock Entry Detail,Serial No / Batch,Serial No / lot
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05302606apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +320,Not Paid and Not Delivered,Nu sunt plătite și nu sunt livrate
Frappe PR Botc0804792017-05-19 12:30:04 +05302607DocType: Product Bundle,Parent Item,Părinte Articol
2608DocType: Account,Account Type,Tipul Contului
2609DocType: Delivery Note,DN-RET-,DN-RET-
2610apps/erpnext/erpnext/templates/pages/projects.html +58,No time sheets,Nu există nicio foaie de timp
2611apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +123,Leave Type {0} cannot be carry-forwarded,Lasă Tipul {0} nu poate fi transporta-transmise
Frappe PR Bot7c901002017-06-07 12:05:29 +05302612apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py +215,Maintenance Schedule is not generated for all the items. Please click on 'Generate Schedule',Programul de Mentenanta nu este generat pentru toate articolele. Vă rugăm să faceți clic pe 'Generare Program'
Frappe PR Botc0804792017-05-19 12:30:04 +05302613,To Produce,Pentru a produce
2614apps/erpnext/erpnext/config/hr.py +93,Payroll,stat de plată
Frappe PR Botfa042362017-07-17 17:50:36 +05302615apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.js +179,"For row {0} in {1}. To include {2} in Item rate, rows {3} must also be included","Pentru rândul {0} în {1}. Pentru a include {2} ratei punctul, randuri {3} De asemenea, trebuie să fie incluse"
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05302616apps/erpnext/erpnext/utilities/activation.py +99,Make User,Asigurați-vă utilizatorului
Frappe PR Botc0804792017-05-19 12:30:04 +05302617DocType: Packing Slip,Identification of the package for the delivery (for print),Identificarea pachetului pentru livrare (pentru imprimare)
2618DocType: Bin,Reserved Quantity,Rezervat Cantitate
2619apps/erpnext/erpnext/templates/includes/footer/footer_extension.html +34,Please enter valid email address,Introduceți adresa de e-mail validă
2620apps/erpnext/erpnext/templates/includes/footer/footer_extension.html +34,Please enter valid email address,Introduceți adresa de e-mail validă
Frappe PR Botc0804792017-05-19 12:30:04 +05302621DocType: Landed Cost Voucher,Purchase Receipt Items,Primirea de cumpărare Articole
2622apps/erpnext/erpnext/config/learn.py +21,Customizing Forms,Formulare Personalizarea
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302623apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +43,Arrear,restanță
Frappe PR Botc0804792017-05-19 12:30:04 +05302624apps/erpnext/erpnext/accounts/report/asset_depreciations_and_balances/asset_depreciations_and_balances.py +155,Depreciation Amount during the period,Suma de amortizare în timpul perioadei
2625apps/erpnext/erpnext/accounts/doctype/sales_taxes_and_charges_template/sales_taxes_and_charges_template.py +38,Disabled template must not be default template,șablon cu handicap nu trebuie să fie șablon implicit
2626DocType: Account,Income Account,Contul de venit
2627DocType: Payment Request,Amount in customer's currency,Suma în moneda clientului
Frappe PR Botd112ee52017-08-31 19:38:41 +05302628apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +776,Delivery,Livrare
Frappe PR Botc0804792017-05-19 12:30:04 +05302629DocType: Stock Reconciliation Item,Current Qty,Cantitate curentă
2630DocType: BOM Item,"See ""Rate Of Materials Based On"" in Costing Section","A se vedea ""Rate de materiale bazate pe"" în Costing Secțiunea"
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05302631apps/erpnext/erpnext/templates/generators/item_group.html +36,Prev,Anterior
Frappe PR Botc0804792017-05-19 12:30:04 +05302632DocType: Appraisal Goal,Key Responsibility Area,Domeni de Responsabilitate Cheie
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05302633apps/erpnext/erpnext/utilities/activation.py +125,"Student Batches help you track attendance, assessments and fees for students","Student Sarjele ajută să urmăriți prezență, evaluările și taxele pentru studenți"
Frappe PR Botc0804792017-05-19 12:30:04 +05302634DocType: Payment Entry,Total Allocated Amount,Suma totală alocată
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302635apps/erpnext/erpnext/setup/doctype/company/company.py +150,Set default inventory account for perpetual inventory,Setați contul inventarului implicit pentru inventarul perpetuu
Frappe PR Botc0804792017-05-19 12:30:04 +05302636DocType: Item Reorder,Material Request Type,Material Cerere tip
Frappe PR Botd112ee52017-08-31 19:38:41 +05302637apps/erpnext/erpnext/hr/doctype/process_payroll/process_payroll.py +268,Accural Journal Entry for salaries from {0} to {1},Accural Jurnal de intrare pentru salarii din {0} la {1}
2638apps/erpnext/erpnext/accounts/page/pos/pos.js +803,"LocalStorage is full, did not save","LocalStorage este plin, nu a salvat"
Frappe PR Botc0804792017-05-19 12:30:04 +05302639apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +85,Row {0}: UOM Conversion Factor is mandatory,Row {0}: Factorul de conversie UOM este obligatorie
Frappe PR Botbfdb7262017-07-11 15:20:11 +05302640apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +14,Ref,Re
Frappe PR Botc0804792017-05-19 12:30:04 +05302641DocType: Budget,Cost Center,Centrul de cost
Frappe PR Botd112ee52017-08-31 19:38:41 +05302642apps/erpnext/erpnext/stock/report/stock_ledger/stock_ledger.py +45,Voucher #,Voucher #
Frappe PR Botc0804792017-05-19 12:30:04 +05302643DocType: Notification Control,Purchase Order Message,Purchase Order Mesaj
2644DocType: Tax Rule,Shipping Country,Transport Tara
2645DocType: Selling Settings,Hide Customer's Tax Id from Sales Transactions,Ascunde Id-ul fiscal al Clientului din tranzacțiile de vânzare
2646DocType: Upload Attendance,Upload HTML,Încărcați HTML
2647DocType: Employee,Relieving Date,Alinarea Data
Frappe PR Bot7c901002017-06-07 12:05:29 +05302648apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +14,"Pricing Rule is made to overwrite Price List / define discount percentage, based on some criteria.","Regula de stabilire a prețurilor se face pentru a suprascrie Pret / defini procent de reducere, pe baza unor criterii."
Frappe PR Botc0804792017-05-19 12:30:04 +05302649DocType: Serial No,Warehouse can only be changed via Stock Entry / Delivery Note / Purchase Receipt,Depozit poate fi modificat numai prin Bursa de primire de intrare / livrare Nota / cumparare
2650DocType: Employee Education,Class / Percentage,Clasă / Procent
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302651apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +103,Head of Marketing and Sales,Director de Marketing și Vânzări
2652apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +41,Income Tax,Impozit pe venit
Frappe PR Bot7c901002017-06-07 12:05:29 +05302653apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +17,"If selected Pricing Rule is made for 'Price', it will overwrite Price List. Pricing Rule price is the final price, so no further discount should be applied. Hence, in transactions like Sales Order, Purchase Order etc, it will be fetched in 'Rate' field, rather than 'Price List Rate' field.","În cazul în care articolul Prețuri selectat se face pentru ""Pret"", se va suprascrie lista de prețuri. Prețul Articolul Prețuri este prețul final, deci ar trebui să se aplice mai departe reducere. Prin urmare, în cazul tranzacțiilor, cum ar fi comandă de vânzări, Ordinului de Procurare, etc, acesta va fi preluat în câmpul ""Rate"", mai degrabă decât câmpul ""Lista de prețuri Rata""."
Frappe PR Botc0804792017-05-19 12:30:04 +05302654apps/erpnext/erpnext/config/selling.py +174,Track Leads by Industry Type.,Track conduce de Industrie tip.
2655DocType: Item Supplier,Item Supplier,Furnizor Articol
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05302656apps/erpnext/erpnext/public/js/controllers/transaction.js +1083,Please enter Item Code to get batch no,Va rugam sa introduceti codul articol pentru a obține lot nu
Frappe PR Botd112ee52017-08-31 19:38:41 +05302657apps/erpnext/erpnext/selling/doctype/quotation/quotation.js +816,Please select a value for {0} quotation_to {1},Vă rugăm să selectați o valoare de {0} {1} quotation_to
Frappe PR Botc0804792017-05-19 12:30:04 +05302658apps/erpnext/erpnext/config/selling.py +46,All Addresses.,Toate adresele.
2659DocType: Company,Stock Settings,Setări stoc
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302660apps/erpnext/erpnext/accounts/doctype/account/account.py +199,"Merging is only possible if following properties are same in both records. Is Group, Root Type, Company","Fuziune este posibilă numai în cazul în care următoarele proprietăți sunt aceleași în ambele registre. Este Group, Root Type, Company"
Frappe PR Botc0804792017-05-19 12:30:04 +05302661DocType: Vehicle,Electric,Electric
2662DocType: Task,% Progress,% Progres
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302663apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +123,Gain/Loss on Asset Disposal,Câștigul / Pierdere de eliminare a activelor
Frappe PR Botc0804792017-05-19 12:30:04 +05302664DocType: Training Event,Will send an email about the event to employees with status 'Open',Va trimite un e-mail despre eveniment angajaților cu statut &quot;Open&quot;
2665DocType: Task,Depends on Tasks,Depinde de Sarcini
2666apps/erpnext/erpnext/config/selling.py +36,Manage Customer Group Tree.,Gestioneaza Ramificatiile de Group a Clientului.
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05302667DocType: Shopping Cart Settings,Attachments can be shown without enabling the shopping cart,Atașamentele pot fi afișate fără a permite coșul de cumpărături
Frappe PR Botc0804792017-05-19 12:30:04 +05302668DocType: Supplier Quotation,SQTN-,SQTN-
2669apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center_tree.js +22,New Cost Center Name,Numele noului centru de cost
2670DocType: Leave Control Panel,Leave Control Panel,Panou de Control Concediu
2671DocType: Project,Task Completion,sarcina Finalizarea
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302672apps/erpnext/erpnext/templates/includes/product_page.js +21,Not in Stock,Nu este în stoc
Frappe PR Botc0804792017-05-19 12:30:04 +05302673DocType: Appraisal,HR User,Utilizator HR
2674DocType: Purchase Invoice,Taxes and Charges Deducted,Impozite și Taxe dedus
Frappe PR Botd112ee52017-08-31 19:38:41 +05302675apps/erpnext/erpnext/hooks.py +125,Issues,Probleme
Frappe PR Botc0804792017-05-19 12:30:04 +05302676apps/erpnext/erpnext/controllers/status_updater.py +12,Status must be one of {0},Statusul trebuie să fie unul din {0}
2677DocType: Sales Invoice,Debit To,Debit Pentru
2678DocType: Delivery Note,Required only for sample item.,Necesar numai pentru element de probă.
2679DocType: Stock Ledger Entry,Actual Qty After Transaction,Cant efectivă după tranzacție
Frappe PR Botc0804792017-05-19 12:30:04 +05302680apps/erpnext/erpnext/hr/report/salary_register/salary_register.py +65,No salary slip found between {0} and {1},Nu slip salariu gasit între {0} și {1}
2681,Pending SO Items For Purchase Request,Până la SO articole pentru cerere de oferta
2682apps/erpnext/erpnext/schools/doctype/student_admission/student_admission.py +29,Student Admissions,Admitere Student
Frappe PR Botd112ee52017-08-31 19:38:41 +05302683apps/erpnext/erpnext/accounts/party.py +353,{0} {1} is disabled,{0} {1} este dezactivat
Frappe PR Botc0804792017-05-19 12:30:04 +05302684DocType: Supplier,Billing Currency,Moneda de facturare
2685DocType: Sales Invoice,SINV-RET-,SINV-RET-
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302686apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +169,Extra Large,Extra mare
Frappe PR Botd112ee52017-08-31 19:38:41 +05302687apps/erpnext/erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet.py +68,Total Leaves,Frunze totale
Frappe PR Botc0804792017-05-19 12:30:04 +05302688,Profit and Loss Statement,Profit și pierdere
2689DocType: Bank Reconciliation Detail,Cheque Number,Număr Cec
2690,Sales Browser,Browser de vanzare
2691DocType: Journal Entry,Total Credit,Total credit
2692apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +542,Warning: Another {0} # {1} exists against stock entry {2},Atenție: Un alt {0} # {1} există împotriva intrării stoc {2}
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302693apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +120,Local,Local
Frappe PR Botc0804792017-05-19 12:30:04 +05302694apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +26,Loans and Advances (Assets),Împrumuturi și Avansuri (Active)
2695apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +12,Debtors,Debitorii
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302696apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +168,Large,Mare
Frappe PR Botc0804792017-05-19 12:30:04 +05302697DocType: Homepage Featured Product,Homepage Featured Product,Pagina de intrare de produse recomandate
Frappe PR Botd112ee52017-08-31 19:38:41 +05302698apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +209,All Assessment Groups,Toate grupurile de evaluare
Frappe PR Botc0804792017-05-19 12:30:04 +05302699apps/erpnext/erpnext/stock/doctype/warehouse/warehouse_tree.js +15,New Warehouse Name,Nume nou depozit
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05302700apps/erpnext/erpnext/accounts/report/financial_statements.py +227,Total {0} ({1}),Total {0} ({1})
Frappe PR Botc0804792017-05-19 12:30:04 +05302701DocType: C-Form Invoice Detail,Territory,Teritoriu
Frappe PR Bot7c901002017-06-07 12:05:29 +05302702apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py +151,Please mention no of visits required,Vă rugăm să menționați nici de vizite necesare
Frappe PR Botc0804792017-05-19 12:30:04 +05302703DocType: Stock Settings,Default Valuation Method,Metoda de Evaluare Implicită
Frappe PR Botbfdb7262017-07-11 15:20:11 +05302704apps/erpnext/erpnext/schools/doctype/student/student_dashboard.py +26,Fee,taxă
Frappe PR Botc0804792017-05-19 12:30:04 +05302705DocType: Vehicle Log,Fuel Qty,combustibil Cantitate
2706DocType: Production Order Operation,Planned Start Time,Planificate Ora de începere
2707DocType: Course,Assessment,Evaluare
2708DocType: Payment Entry Reference,Allocated,Alocat
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302709apps/erpnext/erpnext/config/accounts.py +269,Close Balance Sheet and book Profit or Loss.,Inchideti Bilanțul și registrul Profit sau Pierdere.
Frappe PR Botc0804792017-05-19 12:30:04 +05302710DocType: Student Applicant,Application Status,Starea aplicației
2711DocType: Fees,Fees,Taxele de
2712DocType: Currency Exchange,Specify Exchange Rate to convert one currency into another,Precizați Rata de schimb a converti o monedă în alta
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05302713apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +158,Quotation {0} is cancelled,Citat {0} este anulat
Frappe PR Botbfdb7262017-07-11 15:20:11 +05302714apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +25,Total Outstanding Amount,Total Suma Impresionant
Frappe PR Botc0804792017-05-19 12:30:04 +05302715DocType: Sales Partner,Targets,Obiective
2716DocType: Price List,Price List Master,Lista de preturi Masterat
2717DocType: Sales Person,All Sales Transactions can be tagged against multiple **Sales Persons** so that you can set and monitor targets.,Toate tranzacțiile de vânzări pot fi etichetate comparativ mai multor **Persoane de vânzări** pentru ca dvs. sa puteţi configura și monitoriza obiective.
2718,S.O. No.,SO No.
Frappe PR Botd112ee52017-08-31 19:38:41 +05302719apps/erpnext/erpnext/selling/doctype/quotation/quotation.py +201,Please create Customer from Lead {0},Vă rugăm să creați client de plumb {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05302720DocType: Price List,Applicable for Countries,Aplicabile pentru țările
Frappe PR Botd112ee52017-08-31 19:38:41 +05302721DocType: Supplier Scorecard Scoring Variable,Parameter Name,Nume parametru
Frappe PR Botc0804792017-05-19 12:30:04 +05302722apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +52,Only Leave Applications with status 'Approved' and 'Rejected' can be submitted,Lăsați numai aplicațiile cu statut „Aprobat“ și „Respins“ pot fi depuse
Frappe PR Botd112ee52017-08-31 19:38:41 +05302723apps/erpnext/erpnext/schools/doctype/student_group_creation_tool/student_group_creation_tool.py +52,Student Group Name is mandatory in row {0},Grupul studențesc Nume este obligatoriu în rândul {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05302724DocType: Homepage,Products to be shown on website homepage,Produsele care urmează să fie afișate pe pagina de pornire site
2725apps/erpnext/erpnext/setup/doctype/customer_group/customer_group.js +13,This is a root customer group and cannot be edited.,Acesta este un grup de clienți rădăcină și nu pot fi editate.
2726DocType: Employee,AB-,AB-
2727DocType: POS Profile,Ignore Pricing Rule,Ignora Regula Preturi
2728DocType: Employee Education,Graduate,Absolvent
2729DocType: Leave Block List,Block Days,Zile de blocare
2730DocType: Journal Entry,Excise Entry,Intrare accize
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05302731apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +64,Warning: Sales Order {0} already exists against Customer's Purchase Order {1},Atenție: comandă de vânzări {0} există deja împotriva Ordinului de Procurare clientului {1}
Frappe PR Botc0804792017-05-19 12:30:04 +05302732DocType: Terms and Conditions,"Standard Terms and Conditions that can be added to Sales and Purchases.
2733
2734Examples:
2735
27361. Validity of the offer.
27371. Payment Terms (In Advance, On Credit, part advance etc).
27381. What is extra (or payable by the Customer).
27391. Safety / usage warning.
27401. Warranty if any.
27411. Returns Policy.
27421. Terms of shipping, if applicable.
27431. Ways of addressing disputes, indemnity, liability, etc.
27441. Address and Contact of your Company.","Termeni și Condiții care pot fi adăugate la vânzările și achizițiile standard.
2745
2746 Exemple:
2747
2748 1. Perioada de valabilitate a ofertei.
2749 1. Conditii de plata (in avans, pe credit, parte în avans etc.).
2750 1. Ce este în plus (sau de plătit de către Client).
2751 1. Siguranța / avertizare utilizare.
2752 1. Garantie dacă este cazul.
2753 1. Politica de Returnare.
2754 1. Condiții de transport maritim, dacă este cazul.
2755 1. Modalitati de litigii de adresare, indemnizație, răspunderea, etc.
2756 1. Adresa și de contact ale companiei."
2757DocType: Attendance,Leave Type,Tip Concediu
2758DocType: Purchase Invoice,Supplier Invoice Details,Furnizor Detalii factură
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302759apps/erpnext/erpnext/controllers/stock_controller.py +233,Expense / Difference account ({0}) must be a 'Profit or Loss' account,"Cheltuială cont / Diferența ({0}) trebuie să fie un cont de ""profit sau pierdere"""
Frappe PR Botc0804792017-05-19 12:30:04 +05302760DocType: Project,Copied From,Copiat de la
2761DocType: Project,Copied From,Copiat de la
Frappe PR Botd112ee52017-08-31 19:38:41 +05302762apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +94,Name error: {0},Numele de eroare: {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05302763apps/erpnext/erpnext/stock/doctype/item/item_list.js +8,Shortage,Deficit
Frappe PR Botd112ee52017-08-31 19:38:41 +05302764apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +207,{0} {1} does not associated with {2} {3},{0} {1} nu asociat cu {2} {3}
Frappe PR Botc0804792017-05-19 12:30:04 +05302765apps/erpnext/erpnext/hr/doctype/attendance/attendance.py +18,Attendance for employee {0} is already marked,Prezenţa pentru angajatul {0} este deja consemnată
2766DocType: Packing Slip,If more than one package of the same type (for print),În cazul în care mai mult de un pachet de același tip (pentru imprimare)
2767,Salary Register,Salariu Înregistrare
2768DocType: Warehouse,Parent Warehouse,Depozit-mamă
2769DocType: C-Form Invoice Detail,Net Total,Total net
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05302770apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +497,Default BOM not found for Item {0} and Project {1},Implicit BOM nu a fost găsit pentru articolele {0} și proiectul {1}
Frappe PR Botc0804792017-05-19 12:30:04 +05302771apps/erpnext/erpnext/config/hr.py +163,Define various loan types,Definirea diferitelor tipuri de împrumut
2772DocType: Bin,FCFS Rate,Rata FCFS
2773DocType: Payment Reconciliation Invoice,Outstanding Amount,Remarcabil Suma
2774apps/erpnext/erpnext/templates/generators/bom.html +71,Time(in mins),Timp (în min)
2775DocType: Project Task,Working,De lucru
2776DocType: Stock Ledger Entry,Stock Queue (FIFO),Stoc Queue (FIFO)
Frappe PR Botd112ee52017-08-31 19:38:41 +05302777apps/erpnext/erpnext/public/js/setup_wizard.js +109,Financial Year,An financiar
2778apps/erpnext/erpnext/accounts/doctype/pos_profile/pos_profile.py +41,{0} does not belong to Company {1},{0} nu aparține companiei {1}
2779apps/erpnext/erpnext/buying/doctype/supplier_scorecard_period/supplier_scorecard_period.py +66,Could not solve criteria score function for {0}. Make sure the formula is valid.,Nu s-a putut rezolva funcția de evaluare a criteriilor pentru {0}. Asigurați-vă că formula este validă.
Frappe PR Botc0804792017-05-19 12:30:04 +05302780apps/erpnext/erpnext/accounts/report/asset_depreciations_and_balances/asset_depreciations_and_balances.py +119,Cost as on,Cost cu o schimbare ca pe
2781DocType: Account,Round Off,Rotunji
2782,Requested Qty,A solicitat Cantitate
2783DocType: Tax Rule,Use for Shopping Cart,Utilizați pentru Cos de cumparaturi
2784apps/erpnext/erpnext/controllers/item_variant.py +96,Value {0} for Attribute {1} does not exist in the list of valid Item Attribute Values for Item {2},Valoarea {0} pentru atributul {1} nu există în lista Item valabile Valorile atributelor pentru postul {2}
Frappe PR Botfa042362017-07-17 17:50:36 +05302785apps/erpnext/erpnext/public/js/utils/serial_no_batch_selector.js +77,Select Serial Numbers,Selectați numerele de serie
Frappe PR Botc0804792017-05-19 12:30:04 +05302786DocType: BOM Item,Scrap %,Resturi%
Frappe PR Bot7c901002017-06-07 12:05:29 +05302787apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +46,"Charges will be distributed proportionately based on item qty or amount, as per your selection","Taxele vor fi distribuite proporțional în funcție de produs Cantitate sau valoarea, ca pe dvs. de selecție"
Frappe PR Botc0804792017-05-19 12:30:04 +05302788DocType: Maintenance Visit,Purposes,Scopuri
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302789apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +111,Atleast one item should be entered with negative quantity in return document,Cel puțin un element ar trebui să fie introduse cu cantitate negativa în documentul de returnare
Frappe PR Botc0804792017-05-19 12:30:04 +05302790apps/erpnext/erpnext/manufacturing/doctype/workstation/workstation.py +71,"Operation {0} longer than any available working hours in workstation {1}, break down the operation into multiple operations","Operațiunea {0} mai mult decât orice ore de lucru disponibile în stație de lucru {1}, descompun operațiunea în mai multe operațiuni"
2791,Requested,Solicitată
Frappe PR Botd112ee52017-08-31 19:38:41 +05302792apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +89,No Remarks,Nu Observații
Frappe PR Botc0804792017-05-19 12:30:04 +05302793DocType: Purchase Invoice,Overdue,Întârziat
2794DocType: Account,Stock Received But Not Billed,"Stock primite, dar nu Considerat"
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302795apps/erpnext/erpnext/accounts/doctype/account/account.py +87,Root Account must be a group,Contul de root trebuie să fie un grup
Frappe PR Botc0804792017-05-19 12:30:04 +05302796DocType: Fees,FEE.,FEE.
2797DocType: Employee Loan,Repaid/Closed,Nerambursate / Închis
2798DocType: Item,Total Projected Qty,Cantitate totală prevăzută
2799DocType: Monthly Distribution,Distribution Name,Denumire Distribuție
2800DocType: Course,Course Code,Codul cursului
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302801apps/erpnext/erpnext/controllers/stock_controller.py +331,Quality Inspection required for Item {0},Inspecție de calitate necesare pentru postul {0}
Frappe PR Botd112ee52017-08-31 19:38:41 +05302802DocType: Supplier Scorecard,Supplier Variables,Variabilele furnizorilor
Frappe PR Botc0804792017-05-19 12:30:04 +05302803DocType: Quotation,Rate at which customer's currency is converted to company's base currency,Rata la care moneda clientului este convertită în valuta de bază a companiei
2804DocType: Purchase Invoice Item,Net Rate (Company Currency),Rata netă (companie de valuta)
2805DocType: Salary Detail,Condition and Formula Help,Stare și Formula Ajutor
2806apps/erpnext/erpnext/config/selling.py +105,Manage Territory Tree.,Gestioneaza Ramificatiile Teritoriule.
2807DocType: Journal Entry Account,Sales Invoice,Factură de vânzări
2808DocType: Journal Entry Account,Party Balance,Balanța Party
Frappe PR Botd112ee52017-08-31 19:38:41 +05302809apps/erpnext/erpnext/accounts/page/pos/pos.js +474,Please select Apply Discount On,Vă rugăm să selectați Aplicați Discount On
Frappe PR Botc0804792017-05-19 12:30:04 +05302810DocType: Company,Default Receivable Account,Implicit cont de încasat
2811DocType: Process Payroll,Create Bank Entry for the total salary paid for the above selected criteria,Creați Banca intrare pentru salariul totală plătită pentru criteriile de mai sus selectate
Frappe PR Botd112ee52017-08-31 19:38:41 +05302812DocType: Purchase Invoice,Deemed Export,Considerat export
Frappe PR Botc0804792017-05-19 12:30:04 +05302813DocType: Stock Entry,Material Transfer for Manufacture,Transfer de materii pentru fabricarea
Frappe PR Bot7c901002017-06-07 12:05:29 +05302814apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +20,Discount Percentage can be applied either against a Price List or for all Price List.,Procentul de reducere se poate aplica fie pe o listă de prețuri sau pentru toate lista de prețuri.
Frappe PR Botc0804792017-05-19 12:30:04 +05302815DocType: Purchase Invoice,Half-yearly,Semestrial
Frappe PR Botd112ee52017-08-31 19:38:41 +05302816apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +400,Accounting Entry for Stock,Intrare contabilitate pentru stoc
Frappe PR Botbfdb7262017-07-11 15:20:11 +05302817apps/erpnext/erpnext/schools/doctype/assessment_plan/assessment_plan.py +49,You have already assessed for the assessment criteria {}.,Ați evaluat deja criteriile de evaluare {}.
Frappe PR Botc0804792017-05-19 12:30:04 +05302818DocType: Vehicle Service,Engine Oil,Ulei de motor
2819DocType: Sales Invoice,Sales Team1,Vânzări TEAM1
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05302820apps/erpnext/erpnext/accounts/doctype/asset/asset.py +39,Item {0} does not exist,Articolul {0} nu există
Frappe PR Botc0804792017-05-19 12:30:04 +05302821DocType: Sales Invoice,Customer Address,Adresă clientului
2822DocType: Employee Loan,Loan Details,Creditul Detalii
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302823DocType: Company,Default Inventory Account,Contul de inventar implicit
Frappe PR Botd112ee52017-08-31 19:38:41 +05302824apps/erpnext/erpnext/projects/doctype/timesheet/timesheet.py +124,Row {0}: Completed Qty must be greater than zero.,Rândul {0}: Completat Cant trebuie să fie mai mare decât zero.
Frappe PR Botc0804792017-05-19 12:30:04 +05302825DocType: Purchase Invoice,Apply Additional Discount On,Aplicați Discount suplimentare La
2826DocType: Account,Root Type,Rădăcină Tip
2827DocType: Item,FIFO,FIFO
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302828apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +132,Row # {0}: Cannot return more than {1} for Item {2},Row # {0}: nu se pot întoarce mai mult {1} pentru postul {2}
Frappe PR Bot7c901002017-06-07 12:05:29 +05302829apps/erpnext/erpnext/manufacturing/page/production_analytics/production_analytics.js +29,Plot,Parcelarea / Reprezentarea grafică / Trasarea
Frappe PR Botc0804792017-05-19 12:30:04 +05302830DocType: Item Group,Show this slideshow at the top of the page,Arată această prezentare în partea de sus a paginii
2831DocType: BOM,Item UOM,Articol FDM
2832DocType: Sales Taxes and Charges,Tax Amount After Discount Amount (Company Currency),Suma impozitului pe urma Discount Suma (companie de valuta)
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302833apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +150,Target warehouse is mandatory for row {0},Depozit țintă este obligatorie pentru rând {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05302834DocType: Cheque Print Template,Primary Settings,Setări primare
2835DocType: Purchase Invoice,Select Supplier Address,Selectați Furnizor Adresă
Frappe PR Botfa042362017-07-17 17:50:36 +05302836apps/erpnext/erpnext/hr/doctype/salary_structure/salary_structure.js +380,Add Employees,angajărilor
Frappe PR Botc0804792017-05-19 12:30:04 +05302837DocType: Purchase Invoice Item,Quality Inspection,Inspecție de calitate
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302838apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +165,Extra Small,Extra Small
Frappe PR Botc0804792017-05-19 12:30:04 +05302839DocType: Company,Standard Template,Format standard
2840DocType: Training Event,Theory,Teorie
Frappe PR Botd112ee52017-08-31 19:38:41 +05302841apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +777,Warning: Material Requested Qty is less than Minimum Order Qty,Atenție: Materialul solicitat Cant este mai mică decât minima pentru comanda Cantitate
Frappe PR Botc0804792017-05-19 12:30:04 +05302842apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +211,Account {0} is frozen,Contul {0} este Blocat
2843DocType: Company,Legal Entity / Subsidiary with a separate Chart of Accounts belonging to the Organization.,Entitate juridică / Filiala cu o Grafic separat de conturi aparținând Organizației.
2844DocType: Payment Request,Mute Email,Mute Email
2845apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +29,"Food, Beverage & Tobacco","Produse Alimentare, Bauturi si Tutun"
Frappe PR Botd112ee52017-08-31 19:38:41 +05302846apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +671,Can only make payment against unbilled {0},Poate face doar plata împotriva facturată {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05302847apps/erpnext/erpnext/controllers/selling_controller.py +127,Commission rate cannot be greater than 100,Rata de comision nu poate fi mai mare decat 100
2848DocType: Stock Entry,Subcontract,Subcontract
Frappe PR Botfa042362017-07-17 17:50:36 +05302849apps/erpnext/erpnext/public/js/utils/party.js +165,Please enter {0} first,Va rugam sa introduceti {0} primul
2850apps/erpnext/erpnext/hr/doctype/daily_work_summary/daily_work_summary.py +68,No replies from,Nu există răspunsuri de la
Frappe PR Botc0804792017-05-19 12:30:04 +05302851DocType: Production Order Operation,Actual End Time,Timp efectiv de sfârşit
2852DocType: Production Planning Tool,Download Materials Required,Descărcare Materiale Necesara
2853DocType: Item,Manufacturer Part Number,Numarul de piesa
2854DocType: Production Order Operation,Estimated Time and Cost,Timpul estimat și cost
2855DocType: Bin,Bin,Coş
2856DocType: SMS Log,No of Sent SMS,Nu de SMS-uri trimise
2857DocType: Account,Expense Account,Cont de cheltuieli
2858apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +49,Software,Software
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302859apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +172,Colour,Culoare
Frappe PR Botc0804792017-05-19 12:30:04 +05302860DocType: Assessment Plan Criteria,Assessment Plan Criteria,Criterii Plan de evaluare
Frappe PR Botd112ee52017-08-31 19:38:41 +05302861DocType: Supplier Scorecard Scoring Standing,Prevent Purchase Orders,Împiedicați comenzile de achiziție
Frappe PR Botc0804792017-05-19 12:30:04 +05302862DocType: Training Event,Scheduled,Programat
2863apps/erpnext/erpnext/config/buying.py +18,Request for quotation.,Cerere de ofertă.
2864apps/erpnext/erpnext/selling/doctype/product_bundle/product_bundle.js +13,"Please select Item where ""Is Stock Item"" is ""No"" and ""Is Sales Item"" is ""Yes"" and there is no other Product Bundle",Vă rugăm să selectați postul unde &quot;Este Piesa&quot; este &quot;nu&quot; și &quot;Este punctul de vânzare&quot; este &quot;da&quot; și nu este nici un alt produs Bundle
2865DocType: Student Log,Academic,Academic
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05302866apps/erpnext/erpnext/controllers/accounts_controller.py +489,Total advance ({0}) against Order {1} cannot be greater than the Grand Total ({2}),avans total ({0}) împotriva Comanda {1} nu poate fi mai mare decât totalul ({2})
Frappe PR Botc0804792017-05-19 12:30:04 +05302867DocType: Sales Partner,Select Monthly Distribution to unevenly distribute targets across months.,Selectați Distributie lunar pentru a distribui neuniform obiective pe luni.
2868DocType: Purchase Invoice Item,Valuation Rate,Rata de evaluare
2869DocType: Stock Reconciliation,SR/,SR /
2870DocType: Vehicle,Diesel,Diesel
Frappe PR Botd112ee52017-08-31 19:38:41 +05302871apps/erpnext/erpnext/stock/get_item_details.py +329,Price List Currency not selected,Lista de pret Valuta nu selectat
Frappe PR Botc0804792017-05-19 12:30:04 +05302872,Student Monthly Attendance Sheet,Elev foaia de prezență lunară
2873apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +185,Employee {0} has already applied for {1} between {2} and {3},Angajatul {0} a aplicat deja pentru {1} între {2} și {3}
2874apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +30,Project Start Date,Data de începere a proiectului
Frappe PR Botbfdb7262017-07-11 15:20:11 +05302875apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +5,Until,Până la
Frappe PR Botc0804792017-05-19 12:30:04 +05302876DocType: Rename Tool,Rename Log,Redenumi Conectare
2877apps/erpnext/erpnext/schools/doctype/student_attendance/student_attendance.py +27,Student Group or Course Schedule is mandatory,Grupul de studenți sau programul de cursuri este obligatoriu
2878apps/erpnext/erpnext/schools/doctype/student_attendance/student_attendance.py +27,Student Group or Course Schedule is mandatory,Grupul de studenți sau programul de cursuri este obligatoriu
2879DocType: HR Settings,Maintain Billing Hours and Working Hours Same on Timesheet,Menținerea Ore de facturare și orele de lucru Aceleași pe Pontaj
2880DocType: Maintenance Visit Purpose,Against Document No,Împotriva documentul nr
2881DocType: BOM,Scrap,Resturi
2882apps/erpnext/erpnext/config/selling.py +110,Manage Sales Partners.,Gestiona vânzările Partners.
2883DocType: Quality Inspection,Inspection Type,Inspecție Tip
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302884apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +131,Warehouses with existing transaction can not be converted to group.,Depozite tranzacție existente nu pot fi convertite în grup.
Frappe PR Botc0804792017-05-19 12:30:04 +05302885DocType: Assessment Result Tool,Result HTML,rezultat HTML
2886apps/erpnext/erpnext/stock/report/batch_item_expiry_status/batch_item_expiry_status.py +35,Expires On,Expira la
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05302887apps/erpnext/erpnext/utilities/activation.py +115,Add Students,Adăugați studenți
Frappe PR Botc0804792017-05-19 12:30:04 +05302888apps/erpnext/erpnext/controllers/recurring_document.py +169,Please select {0},Vă rugăm să selectați {0}
2889DocType: C-Form,C-Form No,Nr. formular-C
2890DocType: BOM,Exploded_items,Exploded_items
2891DocType: Employee Attendance Tool,Unmarked Attendance,Participarea nemarcat
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302892apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +106,Researcher,Cercetător
Frappe PR Botc0804792017-05-19 12:30:04 +05302893DocType: Program Enrollment Tool Student,Program Enrollment Tool Student,Programul de înscriere Instrumentul Student
2894apps/erpnext/erpnext/hr/doctype/job_applicant/job_applicant.py +25,Name or Email is mandatory,Nume sau E-mail este obligatorie
2895apps/erpnext/erpnext/config/stock.py +163,Incoming quality inspection.,Control de calitate de intrare.
2896DocType: Purchase Order Item,Returned Qty,Întors Cantitate
2897DocType: Employee,Exit,Iesire
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302898apps/erpnext/erpnext/accounts/doctype/account/account.py +159,Root Type is mandatory,Rădăcină de tip este obligatorie
Frappe PR Botd112ee52017-08-31 19:38:41 +05302899apps/erpnext/erpnext/buying/doctype/request_for_quotation/request_for_quotation.py +42,"{0} currently has a {1} Supplier Scorecard standing, and RFQs to this supplier should be issued with caution.","{0} are în prezent o {1} Scorecard pentru furnizori, iar RFQ-urile acestui furnizor ar trebui emise cu prudență."
Frappe PR Botc0804792017-05-19 12:30:04 +05302900DocType: BOM,Total Cost(Company Currency),Cost total (companie Moneda)
Frappe PR Botd112ee52017-08-31 19:38:41 +05302901apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +314,Serial No {0} created,Serial Nu {0} a creat
Frappe PR Botc0804792017-05-19 12:30:04 +05302902DocType: Homepage,Company Description for website homepage,Descriere companie pentru pagina de start site
2903DocType: Item Customer Detail,"For the convenience of customers, these codes can be used in print formats like Invoices and Delivery Notes","Pentru comoditatea clienților, aceste coduri pot fi utilizate în formate de imprimare cum ar fi Facturi și Note de Livrare"
2904apps/erpnext/erpnext/accounts/report/purchase_order_items_to_be_billed/purchase_order_items_to_be_billed.py +18,Suplier Name,Nume furnizo
2905DocType: Sales Invoice,Time Sheet List,Listă de timp Sheet
2906DocType: Employee,You can enter any date manually,Puteți introduce manual orice dată
2907DocType: Asset Category Account,Depreciation Expense Account,Contul de amortizare de cheltuieli
Frappe PR Botd112ee52017-08-31 19:38:41 +05302908apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +194,Probationary Period,Perioadă De Probă
Frappe PR Botc0804792017-05-19 12:30:04 +05302909DocType: Customer Group,Only leaf nodes are allowed in transaction,Numai noduri frunze sunt permise în tranzacție
2910DocType: Expense Claim,Expense Approver,Cheltuieli aprobator
2911apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +136,Row {0}: Advance against Customer must be credit,Row {0}: avans Clientul trebuie să fie de credit
Frappe PR Botd112ee52017-08-31 19:38:41 +05302912apps/erpnext/erpnext/accounts/doctype/account/account.js +83,Non-Group to Group,Non-Grup la Grup
2913apps/erpnext/erpnext/schools/doctype/student_group_creation_tool/student_group_creation_tool.py +58,Batch is mandatory in row {0},Lotul este obligatoriu în rândul {0}
2914apps/erpnext/erpnext/schools/doctype/student_group_creation_tool/student_group_creation_tool.py +58,Batch is mandatory in row {0},Lotul este obligatoriu în rândul {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05302915DocType: Purchase Receipt Item Supplied,Purchase Receipt Item Supplied,Primirea de cumpărare Articol Livrat
2916DocType: Payment Entry,Pay,Plăti
2917apps/erpnext/erpnext/projects/report/daily_timesheet_summary/daily_timesheet_summary.py +24,To Datetime,Pentru a Datetime
Frappe PR Botc0804792017-05-19 12:30:04 +05302918apps/erpnext/erpnext/schools/doctype/course_scheduling_tool/course_scheduling_tool.py +54,Course Schedules deleted:,Orarele curs de șters:
2919apps/erpnext/erpnext/config/selling.py +297,Logs for maintaining sms delivery status,Busteni pentru menținerea statutului de livrare sms
2920DocType: Accounts Settings,Make Payment via Journal Entry,Efectuați o plată prin Jurnalul de intrare
Frappe PR Botd112ee52017-08-31 19:38:41 +05302921apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +86,Printed On,imprimat pe
Frappe PR Botc0804792017-05-19 12:30:04 +05302922DocType: Item,Inspection Required before Delivery,Necesar de inspecție înainte de livrare
2923DocType: Item,Inspection Required before Purchase,Necesar de inspecție înainte de achiziționare
2924apps/erpnext/erpnext/setup/doctype/email_digest/templates/default.html +93,Pending Activities,Activități în curs
Frappe PR Botd112ee52017-08-31 19:38:41 +05302925apps/erpnext/erpnext/public/js/setup_wizard.js +88,Your Organization,Organizația dumneavoastră
Frappe PR Botc0804792017-05-19 12:30:04 +05302926DocType: Fee Component,Fees Category,Taxele de Categoria
2927apps/erpnext/erpnext/hr/doctype/employee/employee.py +129,Please enter relieving date.,Vă rugăm să introduceți data alinarea.
2928apps/erpnext/erpnext/controllers/trends.py +149,Amt,Amt
Frappe PR Botd112ee52017-08-31 19:38:41 +05302929DocType: Supplier Scorecard,Notify Employee,Notificați angajatul
Frappe PR Botc0804792017-05-19 12:30:04 +05302930DocType: Opportunity,Enter name of campaign if source of enquiry is campaign,Introduceți numele de campanie dacă sursa de anchetă este campanie
2931apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +38,Newspaper Publishers,Editorii de ziare
Frappe PR Bot7c901002017-06-07 12:05:29 +05302932apps/erpnext/erpnext/support/page/support_analytics/support_analytics.js +30,Select Fiscal Year,Selectați anul fiscal
Frappe PR Botd112ee52017-08-31 19:38:41 +05302933apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +114,Expected Delivery Date should be after Sales Order Date,Data de livrare preconizată trebuie să fie după data de comandă de vânzare
Frappe PR Botc0804792017-05-19 12:30:04 +05302934apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +43,Reorder Level,Reordonare nivel
2935DocType: Company,Chart Of Accounts Template,Diagrama de conturi de șabloane
2936DocType: Attendance,Attendance Date,Dată prezenţă
Frappe PR Botd112ee52017-08-31 19:38:41 +05302937apps/erpnext/erpnext/stock/get_item_details.py +293,Item Price updated for {0} in Price List {1},Articol Preț actualizat pentru {0} în lista de prețuri {1}
Frappe PR Botc0804792017-05-19 12:30:04 +05302938DocType: Salary Structure,Salary breakup based on Earning and Deduction.,Salariul despartire bazat privind câștigul salarial și deducere.
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302939apps/erpnext/erpnext/accounts/doctype/account/account.py +131,Account with child nodes cannot be converted to ledger,Un cont cu noduri copil nu poate fi transformat în registru contabil
Frappe PR Botc0804792017-05-19 12:30:04 +05302940DocType: Purchase Invoice Item,Accepted Warehouse,Depozit Acceptat
2941DocType: Bank Reconciliation Detail,Posting Date,Dată postare
2942DocType: Item,Valuation Method,Metoda de evaluare
2943apps/erpnext/erpnext/hr/doctype/employee_attendance_tool/employee_attendance_tool.js +203,Mark Half Day,Mark jumatate de zi
2944DocType: Sales Invoice,Sales Team,Echipa de vânzări
2945apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +85,Duplicate entry,Inregistrare duplicat
2946DocType: Program Enrollment Tool,Get Students,Studenți primi
2947DocType: Serial No,Under Warranty,În garanție
Frappe PR Botfa042362017-07-17 17:50:36 +05302948apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +491,[Error],[Eroare]
Frappe PR Botc0804792017-05-19 12:30:04 +05302949DocType: Sales Order,In Words will be visible once you save the Sales Order.,În cuvinte va fi vizibil după ce a salva comanda de vânzări.
2950,Employee Birthday,Zi de naștere angajat
2951DocType: Student Batch Attendance Tool,Student Batch Attendance Tool,Instrumentul de student Lot de prezență
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302952apps/erpnext/erpnext/controllers/status_updater.py +210,Limit Crossed,limita Traversat
Frappe PR Botc0804792017-05-19 12:30:04 +05302953apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +55,Venture Capital,Capital de Risc
2954apps/erpnext/erpnext/schools/doctype/academic_term/academic_term.py +40,An academic term with this 'Academic Year' {0} and 'Term Name' {1} already exists. Please modify these entries and try again.,Un termen academic cu acest &quot;An universitar&quot; {0} și &quot;Numele Termenul&quot; {1} există deja. Vă rugăm să modificați aceste intrări și încercați din nou.
Frappe PR Botd112ee52017-08-31 19:38:41 +05302955apps/erpnext/erpnext/stock/doctype/item/item.py +462,"As there are existing transactions against item {0}, you can not change the value of {1}","Deoarece există tranzacții existente la postul {0}, nu puteți modifica valoarea {1}"
Frappe PR Botc0804792017-05-19 12:30:04 +05302956DocType: UOM,Must be Whole Number,Trebuie să fie Număr întreg
2957DocType: Leave Control Panel,New Leaves Allocated (In Days),Cereri noi de concediu alocate (în zile)
Frappe PR Botd112ee52017-08-31 19:38:41 +05302958DocType: Purchase Invoice,Invoice Copy,Copie factură
Frappe PR Botc0804792017-05-19 12:30:04 +05302959apps/erpnext/erpnext/selling/doctype/installation_note/installation_note.py +49,Serial No {0} does not exist,Serial Nu {0} nu există
2960DocType: Sales Invoice Item,Customer Warehouse (Optional),Depozit de client (opțional)
2961DocType: Pricing Rule,Discount Percentage,Procentul de Reducere
2962DocType: Payment Reconciliation Invoice,Invoice Number,Numar factura
2963DocType: Shopping Cart Settings,Orders,Comenzi
2964DocType: Employee Leave Approver,Leave Approver,Aprobator Concediu
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05302965apps/erpnext/erpnext/public/js/utils/serial_no_batch_selector.js +251,Please select a batch,Selectați un lot
Frappe PR Botc0804792017-05-19 12:30:04 +05302966DocType: Assessment Group,Assessment Group Name,Numele grupului de evaluare
2967DocType: Manufacturing Settings,Material Transferred for Manufacture,Material Transferat pentru fabricarea
2968DocType: Expense Claim,"A user with ""Expense Approver"" role","Un utilizator cu rol de ""aprobator cheltuieli"""
2969DocType: Landed Cost Item,Receipt Document Type,Primire Tip de document
2970DocType: Daily Work Summary Settings,Select Companies,selectaţi Companii
2971,Issued Items Against Production Order,Emise Articole împotriva producției de comandă
2972DocType: Target Detail,Target Detail,Țintă Detaliu
2973apps/erpnext/erpnext/hr/doctype/job_opening/job_opening.py +24,All Jobs,toate locurile de muncă
2974DocType: Sales Order,% of materials billed against this Sales Order,% de materiale facturate versus comanda aceasta
Frappe PR Bot3ceab642017-07-04 16:08:14 +05302975DocType: Program Enrollment,Mode of Transportation,Mijloc de transport
Frappe PR Botc0804792017-05-19 12:30:04 +05302976apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.js +49,Period Closing Entry,Intrarea Perioada de închidere
2977apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +38,Cost Center with existing transactions can not be converted to group,Centrul de Cost cu tranzacții existente nu poate fi transformat în grup
Frappe PR Botd112ee52017-08-31 19:38:41 +05302978apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +357,Amount {0} {1} {2} {3},Suma {0} {1} {2} {3}
Frappe PR Botc0804792017-05-19 12:30:04 +05302979DocType: Account,Depreciation,Depreciere
2980apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +49,Supplier(s),Furnizor (e)
2981DocType: Employee Attendance Tool,Employee Attendance Tool,Instrumentul Participarea angajat
2982DocType: Guardian Student,Guardian Student,Guardian Student
2983DocType: Supplier,Credit Limit,Limita de Credit
2984DocType: Production Plan Sales Order,Salse Order Date,Salse Data comenzii
2985DocType: Salary Component,Salary Component,Componenta de salarizare
Frappe PR Botd112ee52017-08-31 19:38:41 +05302986apps/erpnext/erpnext/accounts/utils.py +490,Payment Entries {0} are un-linked,Intrările de plată {0} sunt nesemnalate legate
Frappe PR Botc0804792017-05-19 12:30:04 +05302987DocType: GL Entry,Voucher No,Voletul nr
2988,Lead Owner Efficiency,Lead Efficiency Owner
2989,Lead Owner Efficiency,Lead Efficiency Owner
2990DocType: Leave Allocation,Leave Allocation,Alocare Concediu
2991DocType: Payment Request,Recipient Message And Payment Details,Mesaj destinatar și Detalii de plată
2992DocType: Training Event,Trainer Email,trainer e-mail
2993apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +546,Material Requests {0} created,Cererile de materiale {0} a creat
2994DocType: Production Planning Tool,Include sub-contracted raw materials,Includ materii prime contractate sub-
2995apps/erpnext/erpnext/config/selling.py +164,Template of terms or contract.,Șablon de termeni sau contractului.
2996DocType: Purchase Invoice,Address and Contact,Adresa si Contact
2997DocType: Cheque Print Template,Is Account Payable,Este cont de plati
Frappe PR Botd112ee52017-08-31 19:38:41 +05302998apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +272,Stock cannot be updated against Purchase Receipt {0},Stock nu poate fi actualizat cu confirmare de primire {0} Purchase
Frappe PR Botc0804792017-05-19 12:30:04 +05302999DocType: Supplier,Last Day of the Next Month,Ultima zi a lunii următoare
3000DocType: Support Settings,Auto close Issue after 7 days,Auto închidere Problemă după 7 zile
3001apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +71,"Leave cannot be allocated before {0}, as leave balance has already been carry-forwarded in the future leave allocation record {1}","Concediu nu poate fi repartizat înainte {0}, ca echilibru concediu a fost deja carry transmise în viitor înregistrarea alocare concediu {1}"
Frappe PR Botd112ee52017-08-31 19:38:41 +05303002apps/erpnext/erpnext/accounts/party.py +312,Note: Due / Reference Date exceeds allowed customer credit days by {0} day(s),Notă: Datorită / Reference Data depășește de companie zile de credit client de {0} zi (le)
Frappe PR Botc0804792017-05-19 12:30:04 +05303003apps/erpnext/erpnext/schools/doctype/program/program.js +8,Student Applicant,Solicitantul elev
Frappe PR Botd112ee52017-08-31 19:38:41 +05303004DocType: Purchase Invoice,ORIGINAL FOR RECIPIENT,ORIGINAL PENTRU RECIPIENT
Frappe PR Botc0804792017-05-19 12:30:04 +05303005DocType: Asset Category Account,Accumulated Depreciation Account,Cont Amortizarea cumulată
3006DocType: Stock Settings,Freeze Stock Entries,Blocheaza Intrarile in Stoc
Frappe PR Botbfdb7262017-07-11 15:20:11 +05303007DocType: Program Enrollment,Boarding Student,Student de internare
Frappe PR Botc0804792017-05-19 12:30:04 +05303008DocType: Asset,Expected Value After Useful Life,Valoarea așteptată după viață utilă
3009DocType: Item,Reorder level based on Warehouse,Nivel reordona pe baza Warehouse
3010DocType: Activity Cost,Billing Rate,Rata de facturare
3011,Qty to Deliver,Cantitate pentru a oferi
3012,Stock Analytics,Analytics stoc
Frappe PR Botd112ee52017-08-31 19:38:41 +05303013apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +483,Operations cannot be left blank,Operații nu poate fi lăsat necompletat
Frappe PR Botc0804792017-05-19 12:30:04 +05303014DocType: Maintenance Visit Purpose,Against Document Detail No,Comparativ detaliilor documentului nr.
Frappe PR Botd112ee52017-08-31 19:38:41 +05303015apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +98,Party Type is mandatory,Tipul de partid este obligatorie
Frappe PR Botc0804792017-05-19 12:30:04 +05303016DocType: Quality Inspection,Outgoing,Trimise
3017DocType: Material Request,Requested For,Pentru a solicitat
3018DocType: Quotation Item,Against Doctype,Comparativ tipului documentului
Frappe PR Botd112ee52017-08-31 19:38:41 +05303019apps/erpnext/erpnext/controllers/buying_controller.py +393,{0} {1} is cancelled or closed,{0} {1} este anulat sau închis
Frappe PR Botc0804792017-05-19 12:30:04 +05303020DocType: Delivery Note,Track this Delivery Note against any Project,Urmareste acest Livrare Note împotriva oricărui proiect
3021apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +30,Net Cash from Investing,Numerar net din Investiții
Frappe PR Botc0804792017-05-19 12:30:04 +05303022DocType: Production Order,Work-in-Progress Warehouse,De lucru-in-Progress Warehouse
Frappe PR Botd112ee52017-08-31 19:38:41 +05303023apps/erpnext/erpnext/accounts/doctype/asset/depreciation.py +111,Asset {0} must be submitted,Activ {0} trebuie depuse
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303024apps/erpnext/erpnext/schools/doctype/student_attendance/student_attendance.py +56,Attendance Record {0} exists against Student {1},Prezență record {0} există împotriva elevului {1}
Frappe PR Botc0804792017-05-19 12:30:04 +05303025apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +354,Reference #{0} dated {1},Reference # {0} din {1}
3026apps/erpnext/erpnext/accounts/report/asset_depreciations_and_balances/asset_depreciations_and_balances.py +161,Depreciation Eliminated due to disposal of assets,Amortizare Eliminată din cauza eliminării activelor
3027apps/erpnext/erpnext/templates/includes/cart/cart_address.html +15,Manage Addresses,Gestionați Adrese
3028DocType: Asset,Item Code,Cod articol
3029DocType: Production Planning Tool,Create Production Orders,Creare Comenzi de Producție
3030DocType: Serial No,Warranty / AMC Details,Garanție / AMC Detalii
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303031apps/erpnext/erpnext/schools/doctype/student_group/student_group.js +116,Select students manually for the Activity based Group,Selectați manual elevii pentru grupul bazat pe activități
Frappe PR Botc0804792017-05-19 12:30:04 +05303032DocType: Journal Entry,User Remark,Observație utilizator
3033DocType: Lead,Market Segment,Segmentul de piață
Frappe PR Botd112ee52017-08-31 19:38:41 +05303034apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.js +918,Paid Amount cannot be greater than total negative outstanding amount {0},Suma plătită nu poate fi mai mare decât suma totală negativă restante {0}
3035DocType: Supplier Scorecard Period,Variables,variabile
Frappe PR Botc0804792017-05-19 12:30:04 +05303036DocType: Employee Internal Work History,Employee Internal Work History,Istoric Intern Locuri de Munca Angajat
3037apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.py +239,Closing (Dr),De închidere (Dr)
3038DocType: Cheque Print Template,Cheque Size,Dimensiune cecului
Frappe PR Botbfdb7262017-07-11 15:20:11 +05303039apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +232,Serial No {0} not in stock,Serial Nu {0} nu este în stoc
Frappe PR Botc0804792017-05-19 12:30:04 +05303040apps/erpnext/erpnext/config/selling.py +169,Tax template for selling transactions.,Șablon impozit pentru tranzacțiile de vânzare.
3041DocType: Sales Invoice,Write Off Outstanding Amount,Scrie Off remarcabile Suma
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303042apps/erpnext/erpnext/hr/doctype/expense_claim_type/expense_claim_type.py +27,Account {0} does not match with Company {1},Contul {0} nu se potrivește cu Compania {1}
Frappe PR Botc0804792017-05-19 12:30:04 +05303043DocType: School Settings,Current Academic Year,Anul academic curent
3044DocType: School Settings,Current Academic Year,Anul academic curent
3045DocType: Stock Settings,Default Stock UOM,Stoc UOM Implicit
3046DocType: Asset,Number of Depreciations Booked,Numărul de Deprecieri rezervat
3047apps/erpnext/erpnext/hr/doctype/employee_loan/employee_loan.py +32,Against Employee Loan: {0},Împotriva angajaților Loan: {0}
3048DocType: Landed Cost Item,Receipt Document,Documentul de primire
3049DocType: Production Planning Tool,Create Material Requests,Creare Necesar de Materiale
3050DocType: Employee Education,School/University,Școlar / universitar
3051DocType: Payment Request,Reference Details,Detalii de referință
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05303052apps/erpnext/erpnext/accounts/doctype/asset/asset.py +59,Expected Value After Useful Life must be less than Gross Purchase Amount,Valoarea așteptată după viață utilă trebuie să fie mai mică Sumă brută Cumpărare
Frappe PR Botc0804792017-05-19 12:30:04 +05303053DocType: Sales Invoice Item,Available Qty at Warehouse,Cantitate disponibilă în depozit
3054apps/erpnext/erpnext/accounts/report/delivered_items_to_be_billed/delivered_items_to_be_billed.py +20,Billed Amount,Sumă facturată
3055DocType: Asset,Double Declining Balance,Dublu degresive
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05303056apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +179,Closed order cannot be cancelled. Unclose to cancel.,Pentru închis nu poate fi anulată. Pentru a anula redeschide.
Frappe PR Botc0804792017-05-19 12:30:04 +05303057DocType: Student Guardian,Father,tată
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05303058apps/erpnext/erpnext/controllers/accounts_controller.py +575,'Update Stock' cannot be checked for fixed asset sale,&quot;Actualizare stoc&quot; nu poate fi verificată de vânzare de active fixe
Frappe PR Botc0804792017-05-19 12:30:04 +05303059DocType: Bank Reconciliation,Bank Reconciliation,Reconciliere bancară
3060DocType: Attendance,On Leave,La plecare
3061apps/erpnext/erpnext/templates/includes/footer/footer_extension.html +7,Get Updates,Obțineți actualizări
3062apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +96,{0} {1}: Account {2} does not belong to Company {3},{0} {1}: Cont {2} nu aparține Companiei {3}
Frappe PR Botd112ee52017-08-31 19:38:41 +05303063apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.py +147,Material Request {0} is cancelled or stopped,Cerere de material {0} este anulată sau oprită
3064apps/erpnext/erpnext/public/js/setup_wizard.js +395,Add a few sample records,Adaugă câteva înregistrări eșantion
Frappe PR Botc0804792017-05-19 12:30:04 +05303065apps/erpnext/erpnext/config/hr.py +301,Leave Management,Lasă Managementul
3066apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.js +106,Group by Account,Grup in functie de Cont
3067DocType: Sales Order,Fully Delivered,Livrat complet
3068DocType: Lead,Lower Income,Micsoreaza Venit
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303069apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +169,Source and target warehouse cannot be same for row {0},Sursă și depozit țintă nu poate fi același pentru rând {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05303070apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +241,"Difference Account must be a Asset/Liability type account, since this Stock Reconciliation is an Opening Entry","Diferența cont trebuie să fie un cont de tip activ / pasiv, deoarece acest stoc Reconcilierea este un intrare de deschidere"
3071apps/erpnext/erpnext/hr/doctype/employee_loan/employee_loan.py +107,Disbursed Amount cannot be greater than Loan Amount {0},Suma debursate nu poate fi mai mare decât Suma creditului {0}
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303072apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +89,Purchase Order number required for Item {0},Număr de comandă de aprovizionare necesare pentru postul {0}
Frappe PR Botd112ee52017-08-31 19:38:41 +05303073apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +886,Production Order not created,Comanda de producție nu a fost creat
Frappe PR Botc0804792017-05-19 12:30:04 +05303074apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +18,'From Date' must be after 'To Date','Din Data' trebuie să fie dupã 'Până în Data'
3075apps/erpnext/erpnext/schools/doctype/student_applicant/student_applicant.py +29,Cannot change status as student {0} is linked with student application {1},Nu se poate schimba statutul de student ca {0} este legat cu aplicația de student {1}
3076DocType: Asset,Fully Depreciated,Depreciata pe deplin
3077,Stock Projected Qty,Stoc proiectată Cantitate
Frappe PR Botd112ee52017-08-31 19:38:41 +05303078apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +432,Customer {0} does not belong to project {1},Clientul {0} nu apartine proiectului {1}
Frappe PR Botc0804792017-05-19 12:30:04 +05303079DocType: Employee Attendance Tool,Marked Attendance HTML,Participarea marcat HTML
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05303080apps/erpnext/erpnext/utilities/activation.py +71,"Quotations are proposals, bids you have sent to your customers","Cotațiile sunt propuneri, sumele licitate le-ați trimis clienților dvs."
Frappe PR Botc0804792017-05-19 12:30:04 +05303081DocType: Sales Order,Customer's Purchase Order,Comandă clientului
3082apps/erpnext/erpnext/config/stock.py +112,Serial No and Batch,Serial și Lot nr
3083DocType: Warranty Claim,From Company,De la Compania
Frappe PR Botbfdb7262017-07-11 15:20:11 +05303084apps/erpnext/erpnext/schools/doctype/assessment_plan/assessment_plan.py +40,Sum of Scores of Assessment Criteria needs to be {0}.,Suma Scorurile de criterii de evaluare trebuie să fie {0}.
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05303085apps/erpnext/erpnext/accounts/doctype/asset/asset.py +77,Please set Number of Depreciations Booked,Vă rugăm să setați Numărul de Deprecieri rezervat
Frappe PR Botd112ee52017-08-31 19:38:41 +05303086DocType: Supplier Scorecard Period,Calculations,calculele
Frappe PR Bot7c901002017-06-07 12:05:29 +05303087apps/erpnext/erpnext/buying/page/purchase_analytics/purchase_analytics.js +89,Value or Qty,Valoare sau Cantitate
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303088apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +430,Productions Orders cannot be raised for:,Comenzile Productions nu pot fi ridicate pentru:
Frappe PR Botd112ee52017-08-31 19:38:41 +05303089apps/erpnext/erpnext/public/js/setup_wizard.js +311,Minute,Minut
Frappe PR Botc0804792017-05-19 12:30:04 +05303090DocType: Purchase Invoice,Purchase Taxes and Charges,Taxele de cumpărare și Taxe
3091,Qty to Receive,Cantitate de a primi
3092DocType: Leave Block List,Leave Block List Allowed,Lista Concedii Blocate Permise
3093DocType: Grading Scale Interval,Grading Scale Interval,Clasificarea Scala Interval
3094apps/erpnext/erpnext/hr/doctype/vehicle_log/vehicle_log.py +49,Expense Claim for Vehicle Log {0},Revendicarea pentru cheltuieli de vehicul Log {0}
3095DocType: Sales Invoice Item,Discount (%) on Price List Rate with Margin,Reducere (%) la rata de listă cu marjă
3096DocType: Sales Invoice Item,Discount (%) on Price List Rate with Margin,Reducere (%) la rata de listă cu marjă
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303097apps/erpnext/erpnext/patches/v7_0/create_warehouse_nestedset.py +59,All Warehouses,toate Depozite
Frappe PR Botc0804792017-05-19 12:30:04 +05303098DocType: Sales Partner,Retailer,Vânzător cu amănuntul
Frappe PR Botd112ee52017-08-31 19:38:41 +05303099apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +111,Credit To account must be a Balance Sheet account,Credit în contul trebuie să fie un cont de bilanț
Frappe PR Bot7c901002017-06-07 12:05:29 +05303100apps/erpnext/erpnext/buying/page/purchase_analytics/purchase_analytics.js +122,All Supplier Types,Toate tipurile de furnizor
Frappe PR Botc0804792017-05-19 12:30:04 +05303101DocType: Global Defaults,Disable In Words,Nu fi de acord în cuvinte
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303102apps/erpnext/erpnext/stock/doctype/item/item.py +46,Item Code is mandatory because Item is not automatically numbered,"Cod articol este obligatorie, deoarece postul nu este numerotat automat"
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05303103apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +97,Quotation {0} not of type {1},Citat {0} nu de tip {1}
Frappe PR Botc0804792017-05-19 12:30:04 +05303104DocType: Maintenance Schedule Item,Maintenance Schedule Item,Articol Program Mentenanta
3105DocType: Sales Order,% Delivered,% Livrat
3106DocType: Production Order,PRO-,PRO-
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303107apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +157,Bank Overdraft Account,Descoperire cont bancar
Frappe PR Botc0804792017-05-19 12:30:04 +05303108apps/erpnext/erpnext/projects/doctype/timesheet/timesheet.js +48,Make Salary Slip,Realizeaza Fluturas de Salar
Frappe PR Botd112ee52017-08-31 19:38:41 +05303109apps/erpnext/erpnext/buying/doctype/request_for_quotation/request_for_quotation.js +813,Add All Suppliers,Adăugați toți furnizorii
3110apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +81,Row #{0}: Allocated Amount cannot be greater than outstanding amount.,Rândul # {0}: Suma alocată nu poate fi mai mare decât suma rămasă.
Frappe PR Botbfdb7262017-07-11 15:20:11 +05303111apps/erpnext/erpnext/manufacturing/doctype/bom/bom.js +40,Browse BOM,Navigare BOM
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303112apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +155,Secured Loans,Împrumuturi garantate
Frappe PR Botc0804792017-05-19 12:30:04 +05303113DocType: Purchase Invoice,Edit Posting Date and Time,Editare postare Data și ora
Frappe PR Botd112ee52017-08-31 19:38:41 +05303114apps/erpnext/erpnext/accounts/doctype/asset/depreciation.py +101,Please set Depreciation related Accounts in Asset Category {0} or Company {1},Vă rugăm să setați Conturi aferente amortizării în categoria activelor {0} sau companie {1}
Frappe PR Botc0804792017-05-19 12:30:04 +05303115DocType: Academic Term,Academic Year,An academic
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303116apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +169,Opening Balance Equity,Sold Equity
Frappe PR Botc0804792017-05-19 12:30:04 +05303117DocType: Lead,CRM,CRM
Frappe PR Botd112ee52017-08-31 19:38:41 +05303118DocType: Purchase Invoice,N,N
Frappe PR Botc0804792017-05-19 12:30:04 +05303119DocType: Appraisal,Appraisal,Expertiză
Frappe PR Botd112ee52017-08-31 19:38:41 +05303120DocType: Purchase Invoice,GST Details,Detalii GST
3121apps/erpnext/erpnext/buying/doctype/request_for_quotation/request_for_quotation.py +154,Email sent to supplier {0},E-mail trimis la furnizorul {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05303122DocType: Opportunity,OPTY-,OPTY-
3123apps/erpnext/erpnext/hr/doctype/leave_block_list/leave_block_list.py +19,Date is repeated,Data se repetă
3124apps/erpnext/erpnext/accounts/print_format/payment_receipt_voucher/payment_receipt_voucher.html +27,Authorized Signatory,Semnatar autorizat
3125apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +215,Leave approver must be one of {0},Aprobator Concediu trebuie să fie unul din {0}
3126DocType: Hub Settings,Seller Email,Vânzător de e-mail
3127DocType: Project,Total Purchase Cost (via Purchase Invoice),Cost total de achiziție (prin cumparare factură)
3128DocType: Training Event,Start Time,Ora de începere
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05303129apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +368,Select Quantity,Selectați Cantitate
Frappe PR Botc0804792017-05-19 12:30:04 +05303130DocType: Customs Tariff Number,Customs Tariff Number,Tariful vamal Număr
3131apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +34,Approving Role cannot be same as role the rule is Applicable To,Aprobarea unui rol nu poate fi aceeaşi cu rolul. Regula este aplicabilă pentru
3132apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +65,Unsubscribe from this Email Digest,Dezabona de la acest e-mail Digest
Frappe PR Botd112ee52017-08-31 19:38:41 +05303133apps/erpnext/erpnext/buying/doctype/request_for_quotation/request_for_quotation.js +803,Get Suppliers By,Obțineți furnizori prin
Frappe PR Botc0804792017-05-19 12:30:04 +05303134apps/erpnext/erpnext/accounts/doctype/payment_request/payment_request.js +28,Message Sent,Mesajul a fost trimis
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303135apps/erpnext/erpnext/accounts/doctype/account/account.py +101,Account with child nodes cannot be set as ledger,Cont cu noduri copil nu poate fi setat ca Ledger
Frappe PR Botc0804792017-05-19 12:30:04 +05303136DocType: C-Form,II,II
3137DocType: Sales Invoice,Rate at which Price list currency is converted to customer's base currency,Rata la care lista de prețuri moneda este convertit în valuta de bază a clientului
3138DocType: Purchase Invoice Item,Net Amount (Company Currency),Suma netă (companie de valuta)
3139DocType: Salary Slip,Hour Rate,Rata Oră
3140DocType: Stock Settings,Item Naming By,Denumire Articol Prin
3141apps/erpnext/erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.py +46,Another Period Closing Entry {0} has been made after {1},O altă intrare închidere de perioada {0} a fost efectuată după {1}
3142DocType: Production Order,Material Transferred for Manufacturing,Materii Transferate pentru fabricarea
3143apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +32,Account {0} does not exists,Contul {0} nu există
3144DocType: Project,Project Type,Tip de proiect
3145apps/erpnext/erpnext/setup/doctype/sales_person/sales_person.py +16,Either target qty or target amount is mandatory.,Cantitatea țintă sau valoarea țintă este obligatorie.
Frappe PR Botd112ee52017-08-31 19:38:41 +05303146apps/erpnext/erpnext/config/projects.py +50,Cost of various activities,Costul diverse activități
Frappe PR Botc0804792017-05-19 12:30:04 +05303147apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py +60,"Setting Events to {0}, since the Employee attached to the below Sales Persons does not have a User ID{1}","Setarea Evenimente la {0}, deoarece angajatul atașat la mai jos de vânzare Persoanele care nu are un ID de utilizator {1}"
3148DocType: Timesheet,Billing Details,detalii de facturare
3149apps/erpnext/erpnext/stock/dashboard/item_dashboard.js +150,Source and target warehouse must be different,Sursa și depozitul țintă trebuie să fie diferit
3150apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +101,Not allowed to update stock transactions older than {0},Nu este permis să actualizeze tranzacțiile bursiere mai vechi de {0}
3151DocType: Purchase Invoice Item,PR Detail,PR Detaliu
3152DocType: Sales Order,Fully Billed,Complet Taxat
Frappe PR Botc0804792017-05-19 12:30:04 +05303153apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +20,Cash In Hand,Bani în mână
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05303154apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +136,Delivery warehouse required for stock item {0},Depozit de livrare necesar pentru articol stoc {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05303155DocType: Packing Slip,The gross weight of the package. Usually net weight + packaging material weight. (for print),"Greutatea brută a pachetului. Greutate + ambalare, de obicei, greutate netă de material. (Pentru imprimare)"
3156apps/erpnext/erpnext/schools/doctype/course/course.js +3,Program,Program
3157DocType: Accounts Settings,Users with this role are allowed to set frozen accounts and create / modify accounting entries against frozen accounts,Utilizatorii cu acest rol li se permite să stabilească în conturile înghețate și de a crea / modifica intrări contabile împotriva conturile înghețate
3158DocType: Serial No,Is Cancelled,Este anulat
3159DocType: Student Group,Group Based On,Grup bazat pe
3160DocType: Student Group,Group Based On,Grup bazat pe
3161DocType: Journal Entry,Bill Date,Dată factură
3162apps/erpnext/erpnext/hr/doctype/vehicle_log/vehicle_log.py +20,"Service Item,Type,frequency and expense amount are required","Sunt necesare servicii de post, tipul, frecvența și valoarea cheltuielilor"
Frappe PR Bot7c901002017-06-07 12:05:29 +05303163apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +45,"Even if there are multiple Pricing Rules with highest priority, then following internal priorities are applied:","Chiar dacă există mai multe reguli de stabilire a prețurilor, cu cea mai mare prioritate, se aplică apoi următoarele priorități interne:"
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05303164apps/erpnext/erpnext/hr/doctype/process_payroll/process_payroll.js +128,Do you really want to Submit all Salary Slip from {0} to {1},Chiar vrei să Transmiteți toate Slip Salariu de la {0} la {1}
Frappe PR Botc0804792017-05-19 12:30:04 +05303165DocType: Cheque Print Template,Cheque Height,Cheque Inaltime
3166DocType: Supplier,Supplier Details,Detalii furnizor
3167DocType: Expense Claim,Approval Status,Status aprobare
3168DocType: Hub Settings,Publish Items to Hub,Publica produse în Hub
3169apps/erpnext/erpnext/accounts/doctype/shipping_rule/shipping_rule.py +43,From value must be less than to value in row {0},Din valoare trebuie să fie mai mică decat in valoare pentru inregistrarea {0}
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303170apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +151,Wire Transfer,Transfer
Frappe PR Botc0804792017-05-19 12:30:04 +05303171apps/erpnext/erpnext/hr/doctype/employee_attendance_tool/employee_attendance_tool.js +132,Check all,Selectați toate
3172DocType: Vehicle Log,Invoice Ref,factură Ref
3173DocType: Purchase Order,Recurring Order,Comanda recurent
3174DocType: Company,Default Income Account,Contul Venituri Implicit
Frappe PR Bot7c901002017-06-07 12:05:29 +05303175apps/erpnext/erpnext/selling/page/sales_analytics/sales_analytics.js +32,Customer Group / Customer,Grup Client / Client
Frappe PR Botc0804792017-05-19 12:30:04 +05303176apps/erpnext/erpnext/accounts/report/balance_sheet/balance_sheet.py +37,Unclosed Fiscal Years Profit / Loss (Credit),Unclosed fiscal Ani de Profit / Pierdere (credit)
3177DocType: Sales Invoice,Time Sheets,Foi de timp
3178DocType: Payment Gateway Account,Default Payment Request Message,Implicit solicita plata mesaj
3179DocType: Item Group,Check this if you want to show in website,Bifati dacă doriți să fie afisat în site
3180apps/erpnext/erpnext/config/accounts.py +136,Banking and Payments,Bancare și plăți
3181,Welcome to ERPNext,Bine ati venit la ERPNext
3182apps/erpnext/erpnext/config/learn.py +102,Lead to Quotation,Duce la ofertă
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303183apps/erpnext/erpnext/templates/includes/product_list.js +45,Nothing more to show.,Nimic mai mult pentru a arăta.
Frappe PR Botc0804792017-05-19 12:30:04 +05303184DocType: Lead,From Customer,De la Client
Frappe PR Botd112ee52017-08-31 19:38:41 +05303185apps/erpnext/erpnext/demo/setup/setup_data.py +324,Calls,Apeluri
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05303186apps/erpnext/erpnext/public/js/utils/serial_no_batch_selector.js +176,Batches,Sarjele
Frappe PR Botc0804792017-05-19 12:30:04 +05303187DocType: Project,Total Costing Amount (via Time Logs),Suma totală Costing (prin timp Busteni)
3188DocType: Purchase Order Item Supplied,Stock UOM,Stoc UOM
Frappe PR Botd112ee52017-08-31 19:38:41 +05303189apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +229,Purchase Order {0} is not submitted,Comandă {0} nu este prezentat
Frappe PR Botc0804792017-05-19 12:30:04 +05303190DocType: Customs Tariff Number,Tariff Number,Tarif Număr
Frappe PR Botbfdb7262017-07-11 15:20:11 +05303191DocType: Production Order Item,Available Qty at WIP Warehouse,Cantitate disponibilă la WIP Warehouse
Frappe PR Botc0804792017-05-19 12:30:04 +05303192apps/erpnext/erpnext/stock/doctype/item/item.js +39,Projected,Proiectat
Frappe PR Botbfdb7262017-07-11 15:20:11 +05303193apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +222,Serial No {0} does not belong to Warehouse {1},Serial Nu {0} nu apartine Warehouse {1}
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303194apps/erpnext/erpnext/controllers/status_updater.py +174,Note: System will not check over-delivery and over-booking for Item {0} as quantity or amount is 0,"Notă: Sistemul nu va verifica peste, livrare și supra-rezervări pentru postul {0} ca și cantitatea sau valoarea este 0"
Frappe PR Botc0804792017-05-19 12:30:04 +05303195DocType: Notification Control,Quotation Message,Citat Mesaj
3196DocType: Employee Loan,Employee Loan Application,Cererea de împrumut Angajat
3197DocType: Issue,Opening Date,Data deschiderii
Frappe PR Bot7c901002017-06-07 12:05:29 +05303198apps/erpnext/erpnext/schools/api.py +77,Attendance has been marked successfully.,Prezență a fost marcată cu succes.
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303199DocType: Program Enrollment,Public Transport,Transport public
Frappe PR Botc0804792017-05-19 12:30:04 +05303200DocType: Journal Entry,Remark,Remarcă
3201DocType: Purchase Receipt Item,Rate and Amount,Rata și volumul
Frappe PR Botd112ee52017-08-31 19:38:41 +05303202apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +165,Account Type for {0} must be {1},Tipul de cont pentru {0} trebuie să fie {1}
Frappe PR Botc0804792017-05-19 12:30:04 +05303203apps/erpnext/erpnext/config/hr.py +55,Leaves and Holiday,Frunze și de vacanță
3204DocType: School Settings,Current Academic Term,Termen academic actual
3205DocType: School Settings,Current Academic Term,Termen academic actual
3206DocType: Sales Order,Not Billed,Nu Taxat
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303207apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +75,Both Warehouse must belong to same Company,Ambele depozite trebuie să aparțină aceleiași companii
3208apps/erpnext/erpnext/public/js/templates/contact_list.html +34,No contacts added yet.,Nu contact adăugat încă.
Frappe PR Botc0804792017-05-19 12:30:04 +05303209DocType: Purchase Invoice Item,Landed Cost Voucher Amount,Costul Landed Voucher Suma
3210apps/erpnext/erpnext/config/accounts.py +17,Bills raised by Suppliers.,Facturi cu valoarea ridicată de către furnizori.
3211DocType: POS Profile,Write Off Account,Scrie Off cont
Frappe PR Botd112ee52017-08-31 19:38:41 +05303212apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +78,Debit Note Amt,Nota de debit Amt
Frappe PR Botc0804792017-05-19 12:30:04 +05303213apps/erpnext/erpnext/templates/print_formats/includes/taxes.html +5,Discount Amount,Reducere Suma
3214DocType: Purchase Invoice,Return Against Purchase Invoice,Reveni Împotriva cumparare factură
3215DocType: Item,Warranty Period (in days),Perioada de garanție (în zile)
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303216apps/erpnext/erpnext/schools/report/student_and_guardian_contact_details/student_and_guardian_contact_details.py +56,Relation with Guardian1,Relația cu Guardian1
Frappe PR Botc0804792017-05-19 12:30:04 +05303217apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +18,Net Cash from Operations,Numerar net din operațiuni
Frappe PR Botd112ee52017-08-31 19:38:41 +05303218apps/erpnext/erpnext/public/js/setup_wizard.js +245,e.g. VAT,"de exemplu, TVA"
Frappe PR Botc0804792017-05-19 12:30:04 +05303219apps/erpnext/erpnext/stock/report/bom_search/bom_search.js +26,Item 4,Punctul 4
3220DocType: Student Admission,Admission End Date,Admitere Data de încheiere
3221apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order_dashboard.py +29,Sub-contracting,Sub-contractare
3222DocType: Journal Entry Account,Journal Entry Account,Jurnal de cont intrare
3223apps/erpnext/erpnext/schools/doctype/academic_year/academic_year.js +3,Student Group,Grupul studențesc
3224DocType: Shopping Cart Settings,Quotation Series,Ofertă Series
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303225apps/erpnext/erpnext/setup/doctype/item_group/item_group.py +59,"An item exists with same name ({0}), please change the item group name or rename the item","Există un articol cu aceeaşi denumire ({0}), vă rugăm să schimbați denumirea grupului articolului sau să redenumiţi articolul"
Frappe PR Botd112ee52017-08-31 19:38:41 +05303226apps/erpnext/erpnext/accounts/page/pos/pos.js +1963,Please select customer,Vă rugăm să selectați Clienți
Frappe PR Botc0804792017-05-19 12:30:04 +05303227DocType: C-Form,I,eu
3228DocType: Company,Asset Depreciation Cost Center,Amortizarea activului Centru de cost
3229DocType: Sales Order Item,Sales Order Date,Comandă de vânzări Data
3230DocType: Sales Invoice Item,Delivered Qty,Cantitate Livrata
3231DocType: Production Planning Tool,"If checked, all the children of each production item will be included in the Material Requests.","Dacă este bifată, toți copiii fiecărui element de producție vor fi incluse în Cererile materiale."
3232DocType: Assessment Plan,Assessment Plan,Plan de evaluare
Frappe PR Botc0804792017-05-19 12:30:04 +05303233DocType: Stock Settings,Limit Percent,Limita procentuală
3234,Payment Period Based On Invoice Date,Perioada de plată Bazat pe Data facturii
3235apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +58,Missing Currency Exchange Rates for {0},Lipsește Schimb valutar prețul pentru {0}
3236DocType: Assessment Plan,Examiner,Examinator
3237DocType: Student,Siblings,siblings
3238DocType: Journal Entry,Stock Entry,Stoc de intrare
3239DocType: Payment Entry,Payment References,Referințe de plată
3240DocType: C-Form,C-FORM-,C-forma-
3241DocType: Vehicle,Insurance Details,Detalii de asigurare
3242DocType: Account,Payable,Plătibil
3243apps/erpnext/erpnext/hr/doctype/employee_loan/employee_loan.py +113,Please enter Repayment Periods,Vă rugăm să introduceți perioada de rambursare
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303244apps/erpnext/erpnext/shopping_cart/cart.py +365,Debtors ({0}),Debitorilor ({0})
Frappe PR Botc0804792017-05-19 12:30:04 +05303245DocType: Pricing Rule,Margin,Margin
3246apps/erpnext/erpnext/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.py +57,New Customers,Clienți noi
3247apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +76,Gross Profit %,Profit Brut%
3248DocType: Appraisal Goal,Weightage (%),Weightage (%)
3249DocType: Bank Reconciliation Detail,Clearance Date,Data Aprobare
Frappe PR Botd112ee52017-08-31 19:38:41 +05303250apps/erpnext/erpnext/schools/report/course_wise_assessment_report/course_wise_assessment_report.html +7,Assessment Report,Raport de evaluare
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05303251apps/erpnext/erpnext/accounts/doctype/asset/asset.py +62,Gross Purchase Amount is mandatory,Valoarea brută Achiziția este obligatorie
Frappe PR Botc0804792017-05-19 12:30:04 +05303252DocType: Lead,Address Desc,Adresă Desc
Frappe PR Botd112ee52017-08-31 19:38:41 +05303253apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +101,Party is mandatory,Party este obligatorie
Frappe PR Botc0804792017-05-19 12:30:04 +05303254DocType: Journal Entry,JV-,JV-
3255DocType: Topic,Topic Name,Nume subiect
Frappe PR Botbfdb7262017-07-11 15:20:11 +05303256apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +36,Atleast one of the Selling or Buying must be selected,Cel puţin una din opţiunile de vânzare sau cumpărare trebuie să fie selectată
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303257apps/erpnext/erpnext/public/js/setup_wizard.js +28,Select the nature of your business.,Selectați natura afacerii dumneavoastră.
Frappe PR Botd112ee52017-08-31 19:38:41 +05303258apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +73,Row #{0}: Duplicate entry in References {1} {2},Rândul # {0}: intrarea duplicat în referințe {1} {2}
Frappe PR Botc0804792017-05-19 12:30:04 +05303259apps/erpnext/erpnext/config/manufacturing.py +57,Where manufacturing operations are carried.,În cazul în care operațiunile de fabricație sunt efectuate.
3260DocType: Asset Movement,Source Warehouse,Depozit sursă
3261DocType: Installation Note,Installation Date,Data de instalare
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05303262apps/erpnext/erpnext/controllers/accounts_controller.py +554,Row #{0}: Asset {1} does not belong to company {2},Rând # {0}: {1} activ nu aparține companiei {2}
Frappe PR Botc0804792017-05-19 12:30:04 +05303263DocType: Employee,Confirmation Date,Data de Confirmare
3264DocType: C-Form,Total Invoiced Amount,Sumă totală facturată
Frappe PR Botbfdb7262017-07-11 15:20:11 +05303265apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +49,Min Qty can not be greater than Max Qty,Min Cantitate nu poate fi mai mare decât Max Cantitate
Frappe PR Botc0804792017-05-19 12:30:04 +05303266DocType: Account,Accumulated Depreciation,Amortizarea cumulată
Frappe PR Botd112ee52017-08-31 19:38:41 +05303267DocType: Supplier Scorecard Scoring Standing,Standing Name,Numele permanent
Frappe PR Botc0804792017-05-19 12:30:04 +05303268DocType: Stock Entry,Customer or Supplier Details,Client sau furnizor Detalii
3269DocType: Employee Loan Application,Required by Date,Necesar de către Data
3270DocType: Lead,Lead Owner,Proprietar Conducere
3271DocType: Bin,Requested Quantity,Cantitatea solicitată
3272DocType: Employee,Marital Status,Stare civilă
3273DocType: Stock Settings,Auto Material Request,Auto cerere de material
3274DocType: Delivery Note Item,Available Batch Qty at From Warehouse,Disponibil lot Cantitate puțin din Warehouse
3275DocType: Customer,CUST-,CUST-
3276DocType: Salary Slip,Gross Pay - Total Deduction - Loan Repayment,Plata brută - Deducerea totală - rambursare a creditului
Frappe PR Botd112ee52017-08-31 19:38:41 +05303277apps/erpnext/erpnext/manufacturing/doctype/bom_update_tool/bom_update_tool.py +26,Current BOM and New BOM can not be same,FDM-ul curent și FDM-ul nou nu pot fi identici
Frappe PR Botc0804792017-05-19 12:30:04 +05303278apps/erpnext/erpnext/hr/report/salary_register/salary_register.py +38,Salary Slip ID,ID-ul de salarizare alunecare
3279apps/erpnext/erpnext/hr/doctype/employee/employee.py +113,Date Of Retirement must be greater than Date of Joining,Data Pensionare trebuie să fie ulterioara Datei Aderării
3280apps/erpnext/erpnext/schools/doctype/course_scheduling_tool/course_scheduling_tool.py +52,There were errors while scheduling course on :,Au existat erori în timp ce programarea curs de:
3281DocType: Sales Invoice,Against Income Account,Comparativ contului de venit
Frappe PR Botd112ee52017-08-31 19:38:41 +05303282apps/erpnext/erpnext/controllers/website_list_for_contact.py +115,{0}% Delivered,{0}% Livrat
3283apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.py +94,Item {0}: Ordered qty {1} cannot be less than minimum order qty {2} (defined in Item).,Postul {0}: Cantitate comandat {1} nu poate fi mai mică de cantitate minimă de comandă {2} (definită la punctul).
Frappe PR Botc0804792017-05-19 12:30:04 +05303284DocType: Monthly Distribution Percentage,Monthly Distribution Percentage,Lunar Procentaj Distribuție
3285DocType: Territory,Territory Targets,Obiective Territory
3286DocType: Delivery Note,Transporter Info,Info Transporter
Frappe PR Botd112ee52017-08-31 19:38:41 +05303287apps/erpnext/erpnext/accounts/utils.py +497,Please set default {0} in Company {1},Vă rugăm să setați implicit {0} în {1} companie
Frappe PR Botc0804792017-05-19 12:30:04 +05303288DocType: Cheque Print Template,Starting position from top edge,Poziția de la muchia superioară de pornire
Frappe PR Botd112ee52017-08-31 19:38:41 +05303289apps/erpnext/erpnext/buying/doctype/request_for_quotation/request_for_quotation.py +31,Same supplier has been entered multiple times,Același furnizor a fost introdus de mai multe ori
Frappe PR Botc0804792017-05-19 12:30:04 +05303290apps/erpnext/erpnext/accounts/report/profitability_analysis/profitability_analysis.py +152,Gross Profit / Loss,Profit brut / Pierdere
3291DocType: Purchase Order Item Supplied,Purchase Order Item Supplied,Comandă de aprovizionare Articol Livrat
Frappe PR Botd112ee52017-08-31 19:38:41 +05303292apps/erpnext/erpnext/public/js/setup_wizard.js +129,Company Name cannot be Company,Numele companiei nu poate fi companie
Frappe PR Botc0804792017-05-19 12:30:04 +05303293apps/erpnext/erpnext/config/setup.py +27,Letter Heads for print templates.,Antete de Scrisoare de Sabloane de Imprimare.
3294apps/erpnext/erpnext/config/setup.py +32,Titles for print templates e.g. Proforma Invoice.,"Titluri de șabloane de imprimare, de exemplu proforma Factura."
Frappe PR Botbfdb7262017-07-11 15:20:11 +05303295DocType: Program Enrollment,Walking,mers
Frappe PR Botc0804792017-05-19 12:30:04 +05303296DocType: Student Guardian,Student Guardian,student la Guardian
Frappe PR Botfa042362017-07-17 17:50:36 +05303297apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.js +201,Valuation type charges can not marked as Inclusive,Taxele de tip evaluare nu poate marcate ca Inclusive
Frappe PR Botc0804792017-05-19 12:30:04 +05303298DocType: POS Profile,Update Stock,Actualizare stock
3299apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.js +100,Different UOM for items will lead to incorrect (Total) Net Weight value. Make sure that Net Weight of each item is in the same UOM.,Un UOM diferit pentru articole va conduce la o valoare incorecta pentru Greutate Neta (Total). Asigurați-vă că Greutatea Netă a fiecărui articol este în același UOM.
3300apps/erpnext/erpnext/stock/report/item_prices/item_prices.py +39,BOM Rate,Rată BOM
3301DocType: Asset,Journal Entry for Scrap,Jurnal de intrare pentru deseuri
3302apps/erpnext/erpnext/selling/doctype/installation_note/installation_note.py +83,Please pull items from Delivery Note,Vă rugăm să trage elemente de livrare Nota
Frappe PR Botd112ee52017-08-31 19:38:41 +05303303apps/erpnext/erpnext/accounts/utils.py +467,Journal Entries {0} are un-linked,Jurnalul Intrările {0} sunt ne-legate
Frappe PR Botc0804792017-05-19 12:30:04 +05303304apps/erpnext/erpnext/config/crm.py +92,"Record of all communications of type email, phone, chat, visit, etc.","Înregistrare a tuturor comunicărilor de tip e-mail, telefon, chat-ul, vizita, etc."
Frappe PR Botd112ee52017-08-31 19:38:41 +05303305DocType: Supplier Scorecard Scoring Standing,Supplier Scorecard Scoring Standing,Scorecard pentru Scorecard furnizor
Frappe PR Botc0804792017-05-19 12:30:04 +05303306DocType: Manufacturer,Manufacturers used in Items,Producătorii utilizate în Articole
3307apps/erpnext/erpnext/accounts/general_ledger.py +145,Please mention Round Off Cost Center in Company,Vă rugăm să menționați rotunji Center cost în companie
3308DocType: Purchase Invoice,Terms,Termeni
3309DocType: Academic Term,Term Name,Nume termen
3310DocType: Buying Settings,Purchase Order Required,Comandă de aprovizionare necesare
3311,Item-wise Sales History,Istoric Vanzari Articol-Avizat
3312DocType: Expense Claim,Total Sanctioned Amount,Suma totală sancționat
3313,Purchase Analytics,Analytics de cumpărare
3314DocType: Sales Invoice Item,Delivery Note Item,Articol de nota de Livrare
3315DocType: Expense Claim,Task,Sarcină
3316DocType: Purchase Taxes and Charges,Reference Row #,Reference Row #
3317apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +76,Batch number is mandatory for Item {0},Numărul aferent lotului este obligatoriu pentru articolul {0}
3318apps/erpnext/erpnext/setup/doctype/sales_person/sales_person.js +13,This is a root sales person and cannot be edited.,Aceasta este o persoană de vânzări rădăcină și nu pot fi editate.
3319DocType: Salary Detail,"If selected, the value specified or calculated in this component will not contribute to the earnings or deductions. However, it's value can be referenced by other components that can be added or deducted. ","Dacă este selectată, valoarea specificată sau calculată în această componentă nu va contribui la câștigurile sau deducerile. Cu toate acestea, valoarea sa poate fi menționată de alte componente care pot fi adăugate sau deduse."
3320DocType: Salary Detail,"If selected, the value specified or calculated in this component will not contribute to the earnings or deductions. However, it's value can be referenced by other components that can be added or deducted. ","Dacă este selectată, valoarea specificată sau calculată în această componentă nu va contribui la câștigurile sau deducerile. Cu toate acestea, valoarea sa poate fi menționată de alte componente care pot fi adăugate sau deduse."
3321,Stock Ledger,Stoc Ledger
3322apps/erpnext/erpnext/templates/includes/cart/cart_items.html +29,Rate: {0},Evaluare: {0}
3323DocType: Company,Exchange Gain / Loss Account,Schimb de câștig / pierdere de cont
3324apps/erpnext/erpnext/config/hr.py +7,Employee and Attendance,Angajaților și prezență
3325apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +78,Purpose must be one of {0},Scopul trebuie să fie una dintre {0}
Frappe PR Botd112ee52017-08-31 19:38:41 +05303326apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.js +105,Fill the form and save it,Completați formularul și salvați-l
Frappe PR Botc0804792017-05-19 12:30:04 +05303327DocType: Production Planning Tool,Download a report containing all raw materials with their latest inventory status,Descărcati un raport care conține toate materiile prime cu ultimul lor status de inventar
3328apps/erpnext/erpnext/setup/page/welcome_to_erpnext/welcome_to_erpnext.html +26,Community Forum,Community Forum
3329apps/erpnext/erpnext/stock/page/stock_balance/stock_balance.js +51,Actual qty in stock,Cantitate actuală în stoc
3330apps/erpnext/erpnext/stock/page/stock_balance/stock_balance.js +51,Actual qty in stock,Cantitate actuală în stoc
3331DocType: Homepage,"URL for ""All Products""",URL-ul pentru &quot;Toate produsele&quot;
3332DocType: Leave Application,Leave Balance Before Application,Balanta Concediu Inainte de Aplicare
3333DocType: SMS Center,Send SMS,Trimite SMS
Frappe PR Botd112ee52017-08-31 19:38:41 +05303334DocType: Supplier Scorecard Criteria,Max Score,Scor maxim
Frappe PR Botc0804792017-05-19 12:30:04 +05303335DocType: Cheque Print Template,Width of amount in word,Lățimea de cuvânt în sumă
3336DocType: Company,Default Letter Head,Implicit Scrisoare Șef
3337DocType: Purchase Order,Get Items from Open Material Requests,Obține elemente din materiale Cereri deschide
3338DocType: Item,Standard Selling Rate,Standard de vânzare Rata
3339DocType: Account,Rate at which this tax is applied,Rata la care se aplică acest impozit
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05303340apps/erpnext/erpnext/stock/report/stock_balance/stock_balance.py +65,Reorder Qty,Reordonare Cantitate
Frappe PR Botc0804792017-05-19 12:30:04 +05303341apps/erpnext/erpnext/hr/doctype/job_opening/job_opening.py +28,Current Job Openings,Locuri de munca disponibile
3342DocType: Company,Stock Adjustment Account,Cont Ajustarea stoc
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05303343apps/erpnext/erpnext/public/js/payment/pos_payment.html +17,Write Off,Achita
Frappe PR Botc0804792017-05-19 12:30:04 +05303344DocType: Timesheet Detail,Operation ID,Operațiunea ID
3345DocType: Employee,"System User (login) ID. If set, it will become default for all HR forms.","Utilizator de sistem (login) de identitate. Dacă este setat, el va deveni implicit pentru toate formele de resurse umane."
3346apps/erpnext/erpnext/support/doctype/warranty_claim/warranty_claim.py +16,{0}: From {1},{0}: de la {1}
3347DocType: Task,depends_on,depinde de
Frappe PR Botd112ee52017-08-31 19:38:41 +05303348apps/erpnext/erpnext/manufacturing/doctype/bom_update_tool/bom_update_tool.py +48,Queued for updating latest price in all Bill of Materials. It may take a few minutes.,A intrat în așteptare pentru actualizarea ultimului preț în toate materialele. Ar putea dura câteva minute.
Frappe PR Botc0804792017-05-19 12:30:04 +05303349apps/erpnext/erpnext/accounts/doctype/account/account_tree.js +26,Name of new Account. Note: Please don't create accounts for Customers and Suppliers,Numele de cont nou. Notă: Vă rugăm să nu creați conturi pentru clienți și furnizori
Frappe PR Botc0804792017-05-19 12:30:04 +05303350apps/erpnext/erpnext/config/setup.py +37,Country wise default Address Templates,Șabloanele țară înțelept adresa implicită
3351DocType: Sales Order Item,Supplier delivers to Customer,Furnizor livrează la client
3352apps/erpnext/erpnext/utilities/bot.py +34,[{0}](#Form/Item/{0}) is out of stock,[{0}] (# Forma / Postul / {0}) este din stoc
3353apps/erpnext/erpnext/controllers/recurring_document.py +177,Next Date must be greater than Posting Date,Următoarea dată trebuie să fie mai mare de postare Data
Frappe PR Botd112ee52017-08-31 19:38:41 +05303354apps/erpnext/erpnext/accounts/party.py +315,Due / Reference Date cannot be after {0},Datorită / Reference Data nu poate fi după {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05303355apps/erpnext/erpnext/config/setup.py +51,Data Import and Export,Datele de import și export
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303356apps/erpnext/erpnext/schools/doctype/student_group/student_group.py +71,No students Found,Nu există elevi găsit
Frappe PR Botd112ee52017-08-31 19:38:41 +05303357DocType: Supplier Scorecard Scoring Criteria,Supplier Scorecard Scoring Criteria,Criteriile de evaluare a Scorecard-ului furnizorului
Frappe PR Botc0804792017-05-19 12:30:04 +05303358apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py +55,Invoice Posting Date,Postarea factură Data
3359apps/erpnext/erpnext/stock/doctype/item/item_dashboard.py +25,Sell,Vinde
3360DocType: Sales Invoice,Rounded Total,Rotunjite total
3361DocType: Product Bundle,List items that form the package.,Listeaza articole care formează pachetul.
3362apps/erpnext/erpnext/accounts/doctype/monthly_distribution/monthly_distribution.py +26,Percentage Allocation should be equal to 100%,Alocarea procent ar trebui să fie egală cu 100%
Frappe PR Botd112ee52017-08-31 19:38:41 +05303363apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.js +569,Please select Posting Date before selecting Party,Vă rugăm să selectați Dată postare înainte de a selecta Parte
Frappe PR Botc0804792017-05-19 12:30:04 +05303364DocType: Program Enrollment,School House,School House
3365DocType: Serial No,Out of AMC,Din AMC
Frappe PR Botd112ee52017-08-31 19:38:41 +05303366apps/erpnext/erpnext/public/js/utils.js +245,Please select Quotations,Selectați Cotațiile
3367apps/erpnext/erpnext/public/js/utils.js +245,Please select Quotations,Selectați Cotațiile
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05303368apps/erpnext/erpnext/accounts/doctype/asset/asset.py +82,Number of Depreciations Booked cannot be greater than Total Number of Depreciations,Numărul de Deprecieri Booked nu poate fi mai mare decât Număr total de Deprecieri
3369apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.js +47,Make Maintenance Visit,Realizeaza Vizita de Mentenanta
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303370apps/erpnext/erpnext/selling/doctype/customer/customer.py +167,Please contact to the user who have Sales Master Manager {0} role,Vă rugăm să contactați pentru utilizatorul care au Sales Maestru de Management {0} rol
Frappe PR Botc0804792017-05-19 12:30:04 +05303371DocType: Company,Default Cash Account,Cont de Numerar Implicit
3372apps/erpnext/erpnext/config/accounts.py +56,Company (not Customer or Supplier) master.,Directorul Companiei(nu al Clientului sau al Furnizorui).
3373apps/erpnext/erpnext/schools/doctype/student/student_dashboard.py +6,This is based on the attendance of this Student,Aceasta se bazează pe prezența acestui student
Frappe PR Botbfdb7262017-07-11 15:20:11 +05303374apps/erpnext/erpnext/schools/doctype/student_attendance_tool/student_attendance_tool.js +178,No Students in,Nu există studenți în
Frappe PR Botc0804792017-05-19 12:30:04 +05303375apps/erpnext/erpnext/stock/dashboard/item_dashboard.js +166,Add more items or open full form,Adăugați mai multe elemente sau sub formă deschis complet
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05303376apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +206,Delivery Notes {0} must be cancelled before cancelling this Sales Order,Nota de Livrare {0} trebuie sa fie anulată înainte de a anula aceasta Comandă de Vânzări
Frappe PR Botd112ee52017-08-31 19:38:41 +05303377apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +81,Paid amount + Write Off Amount can not be greater than Grand Total,Suma plătită + Scrie Off Suma nu poate fi mai mare decât Grand total
Frappe PR Botc0804792017-05-19 12:30:04 +05303378apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +78,{0} is not a valid Batch Number for Item {1},{0} nu este un număr de lot valid aferent articolului {1}
3379apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +149,Note: There is not enough leave balance for Leave Type {0},Notă: Nu este echilibrul concediu suficient pentru concediul de tip {0}
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05303380apps/erpnext/erpnext/regional/india/utils.py +15,Invalid GSTIN or Enter NA for Unregistered,GSTIN nevalid sau Enter NA pentru neînregistrat
Frappe PR Botc0804792017-05-19 12:30:04 +05303381DocType: Training Event,Seminar,Seminar
3382DocType: Program Enrollment Fee,Program Enrollment Fee,Programul de înscriere Taxa
3383DocType: Item,Supplier Items,Furnizor Articole
3384DocType: Opportunity,Opportunity Type,Tip de oportunitate
3385apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center_tree.js +16,New Company,Companie nouă
3386apps/erpnext/erpnext/setup/doctype/company/delete_company_transactions.py +17,Transactions can only be deleted by the creator of the Company,Tranzacții pot fi șterse doar de către creatorul Companiei
3387apps/erpnext/erpnext/accounts/general_ledger.py +21,Incorrect number of General Ledger Entries found. You might have selected a wrong Account in the transaction.,Număr incorect de contabilitate intrările găsit. Este posibil să fi selectat un cont greșit în tranzacție.
3388DocType: Employee,Prefered Contact Email,Contact Email Preferam
3389DocType: Cheque Print Template,Cheque Width,Lățime cecului
3390DocType: Selling Settings,Validate Selling Price for Item against Purchase Rate or Valuation Rate,Validați Prețul de vânzare pentru postul contra Purchase Rate sau Rata de evaluare
3391DocType: Program,Fee Schedule,Taxa de Program
3392DocType: Hub Settings,Publish Availability,Publica Disponibilitate
3393DocType: Company,Create Chart Of Accounts Based On,"Creează Plan de conturi, bazate pe"
3394apps/erpnext/erpnext/hr/doctype/employee/employee.py +107,Date of Birth cannot be greater than today.,Data nașterii nu poate fi mai mare decât în prezent.
3395,Stock Ageing,Stoc Îmbătrânirea
3396apps/erpnext/erpnext/schools/doctype/student/student.py +38,Student {0} exist against student applicant {1},Student {0} există împotriva solicitantului de student {1}
3397apps/erpnext/erpnext/projects/doctype/task/task.js +31,Timesheet,pontajul
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05303398apps/erpnext/erpnext/controllers/accounts_controller.py +246,{0} '{1}' is disabled,{0} '{1}' este dezactivat
Frappe PR Botc0804792017-05-19 12:30:04 +05303399apps/erpnext/erpnext/crm/doctype/opportunity/opportunity_list.js +13,Set as Open,Setați ca Deschis
3400DocType: Cheque Print Template,Scanned Cheque,scanate cecului
3401DocType: Notification Control,Send automatic emails to Contacts on Submitting transactions.,Trimite prin email automate de contact pe tranzacțiile Depunerea.
3402DocType: Timesheet,Total Billable Amount,Suma totală Taxabil
3403apps/erpnext/erpnext/stock/report/bom_search/bom_search.js +20,Item 3,Punctul 3
3404DocType: Purchase Order,Customer Contact Email,Contact Email client
3405DocType: Warranty Claim,Item and Warranty Details,Postul și garanție Detalii
3406DocType: Sales Team,Contribution (%),Contribuție (%)
3407apps/erpnext/erpnext/controllers/accounts_controller.py +83,Note: Payment Entry will not be created since 'Cash or Bank Account' was not specified,"Notă: Plata de intrare nu va fi creat deoarece ""Cash sau cont bancar"" nu a fost specificat"
Frappe PR Botd112ee52017-08-31 19:38:41 +05303408apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +200,Responsibilities,Responsabilitati
3409apps/erpnext/erpnext/selling/doctype/quotation/quotation.py +127,Validity period of this quotation has ended.,Perioada de valabilitate a acestui citat sa încheiat.
Frappe PR Botc0804792017-05-19 12:30:04 +05303410DocType: Expense Claim Account,Expense Claim Account,Cont de cheltuieli de revendicare
3411DocType: Sales Person,Sales Person Name,Sales Person Nume
3412apps/erpnext/erpnext/accounts/doctype/c_form/c_form.py +54,Please enter atleast 1 invoice in the table,Va rugam sa introduceti cel putin 1 factura în tabelul
Frappe PR Botd112ee52017-08-31 19:38:41 +05303413apps/erpnext/erpnext/public/js/setup_wizard.js +198,Add Users,Adauga utilizatori
Frappe PR Botc0804792017-05-19 12:30:04 +05303414DocType: POS Item Group,Item Group,Grup Articol
3415DocType: Item,Safety Stock,Stoc de siguranta
3416apps/erpnext/erpnext/projects/doctype/task/task.py +53,Progress % for a task cannot be more than 100.,Progres% pentru o sarcină care nu poate fi mai mare de 100.
3417DocType: Stock Reconciliation Item,Before reconciliation,Premergător reconcilierii
3418apps/erpnext/erpnext/maintenance/doctype/maintenance_visit/maintenance_visit.py +12,To {0},Pentru a {0}
3419DocType: Purchase Invoice,Taxes and Charges Added (Company Currency),Impozite și Taxe adăugate (Compania de valuta)
Frappe PR Botd112ee52017-08-31 19:38:41 +05303420apps/erpnext/erpnext/stock/doctype/item/item.py +433,Item Tax Row {0} must have account of type Tax or Income or Expense or Chargeable,Taxa Articol pentru inregistrarea {0} trebuie sa detina un cont de tip Fiscal sau De Venituri sau De Cheltuieli sau Taxabil
Frappe PR Botc0804792017-05-19 12:30:04 +05303421DocType: Sales Order,Partly Billed,Parțial Taxat
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05303422apps/erpnext/erpnext/accounts/doctype/asset/asset.py +43,Item {0} must be a Fixed Asset Item,Postul {0} trebuie să fie un element activ fix
Frappe PR Botc0804792017-05-19 12:30:04 +05303423DocType: Item,Default BOM,FDM Implicit
Frappe PR Botbfdb7262017-07-11 15:20:11 +05303424apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +24,Debit Note Amount,Debit Notă Sumă
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303425apps/erpnext/erpnext/setup/doctype/company/company.js +50,Please re-type company name to confirm,Vă rugăm să re-tip numele companiei pentru a confirma
Frappe PR Botd112ee52017-08-31 19:38:41 +05303426apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +79,Total Outstanding Amt,Totală restantă Amt
Frappe PR Botc0804792017-05-19 12:30:04 +05303427DocType: Journal Entry,Printing Settings,Setări de imprimare
3428DocType: Sales Invoice,Include Payment (POS),Include de plată (POS)
3429apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +292,Total Debit must be equal to Total Credit. The difference is {0},Totală de debit trebuie să fie egal cu total Credit. Diferența este {0}
3430apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +11,Automotive,Autopropulsat
3431DocType: Vehicle,Insurance Company,Companie de asigurari
3432DocType: Asset Category Account,Fixed Asset Account,Cont activ fix
Frappe PR Botfa042362017-07-17 17:50:36 +05303433apps/erpnext/erpnext/hr/doctype/salary_structure/salary_structure.js +397,Variable,Variabil
Frappe PR Botbfdb7262017-07-11 15:20:11 +05303434apps/erpnext/erpnext/selling/doctype/installation_note/installation_note.js +47,From Delivery Note,Din Nota de Livrare
Frappe PR Botc0804792017-05-19 12:30:04 +05303435DocType: Student,Student Email Address,Adresa de e-mail Student
3436DocType: Timesheet Detail,From Time,Din Time
3437apps/erpnext/erpnext/public/js/pos/pos_bill_item.html +12,In Stock: ,In stoc:
3438DocType: Notification Control,Custom Message,Mesaj Personalizat
3439apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +33,Investment Banking,Investment Banking
Frappe PR Botd112ee52017-08-31 19:38:41 +05303440apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +77,Cash or Bank Account is mandatory for making payment entry,Pentru a face o inregistrare de plată este obligatoriu numerar sau cont bancar
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303441apps/erpnext/erpnext/schools/report/student_and_guardian_contact_details/student_and_guardian_contact_details.py +54,Student Address,Adresa studenților
3442apps/erpnext/erpnext/schools/report/student_and_guardian_contact_details/student_and_guardian_contact_details.py +54,Student Address,Adresa studenților
Frappe PR Botc0804792017-05-19 12:30:04 +05303443DocType: Purchase Invoice,Price List Exchange Rate,Lista de prețuri Cursul de schimb
3444DocType: Purchase Invoice Item,Rate,
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303445apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +73,Intern,Interna
Frappe PR Botd112ee52017-08-31 19:38:41 +05303446apps/erpnext/erpnext/accounts/page/pos/pos.js +1533,Address Name,Numele adresei
Frappe PR Botc0804792017-05-19 12:30:04 +05303447DocType: Stock Entry,From BOM,De la BOM
3448DocType: Assessment Code,Assessment Code,Codul de evaluare
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303449apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +42,Basic,Elementar
Frappe PR Botc0804792017-05-19 12:30:04 +05303450apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +94,Stock transactions before {0} are frozen,Tranzacțiilor bursiere înainte de {0} sunt înghețate
Frappe PR Bot7c901002017-06-07 12:05:29 +05303451apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py +219,Please click on 'Generate Schedule',"Vă rugăm să faceți clic pe ""Generate Program"""
Frappe PR Botc0804792017-05-19 12:30:04 +05303452apps/erpnext/erpnext/config/stock.py +190,"e.g. Kg, Unit, Nos, m","de exemplu, Kg, Unitatea, nr, m"
3453apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +122,Reference No is mandatory if you entered Reference Date,De referință nu este obligatorie în cazul în care ați introdus Reference Data
3454DocType: Bank Reconciliation Detail,Payment Document,Documentul de plată
Frappe PR Botd112ee52017-08-31 19:38:41 +05303455apps/erpnext/erpnext/buying/doctype/supplier_scorecard_criteria/supplier_scorecard_criteria.py +37,Error evaluating the criteria formula,Eroare la evaluarea formulei de criterii
Frappe PR Botc0804792017-05-19 12:30:04 +05303456apps/erpnext/erpnext/hr/doctype/employee/employee.py +110,Date of Joining must be greater than Date of Birth,Data Aderării trebuie să fie ulterioara Datei Nașterii
3457DocType: Salary Slip,Salary Structure,Structura salariu
3458DocType: Account,Bank,Bancă
3459apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +9,Airline,Linie aeriană
Frappe PR Botd112ee52017-08-31 19:38:41 +05303460apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +818,Issue Material,Eliberarea Material
Frappe PR Botc0804792017-05-19 12:30:04 +05303461DocType: Material Request Item,For Warehouse,Pentru Depozit
3462DocType: Employee,Offer Date,Oferta Date
3463apps/erpnext/erpnext/selling/page/sales_funnel/sales_funnel.py +33,Quotations,Cotațiile
Frappe PR Botd112ee52017-08-31 19:38:41 +05303464apps/erpnext/erpnext/accounts/page/pos/pos.js +692,You are in offline mode. You will not be able to reload until you have network.,Sunteți în modul offline. Tu nu va fi capabil să reîncărcați până când nu aveți de rețea.
3465apps/erpnext/erpnext/schools/doctype/student_group_creation_tool/student_group_creation_tool.py +47,No Student Groups created.,Nu există grupuri create de studenți.
Frappe PR Botc0804792017-05-19 12:30:04 +05303466DocType: Purchase Invoice Item,Serial No,Nr. serie
3467apps/erpnext/erpnext/hr/doctype/employee_loan/employee_loan.py +119,Monthly Repayment Amount cannot be greater than Loan Amount,Rambursarea lunară Suma nu poate fi mai mare decât Suma creditului
Frappe PR Bot7c901002017-06-07 12:05:29 +05303468apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py +143,Please enter Maintaince Details first,Va rugam sa introduceti maintaince detaliile prima
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05303469apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +55,Row #{0}: Expected Delivery Date cannot be before Purchase Order Date,Row # {0}: Data livrării așteptată nu poate fi înainte de data comenzii de achiziție
Frappe PR Botc0804792017-05-19 12:30:04 +05303470DocType: Purchase Invoice,Print Language,Limba de imprimare
3471DocType: Salary Slip,Total Working Hours,Numărul total de ore de lucru
3472DocType: Stock Entry,Including items for sub assemblies,Inclusiv articole pentru subansambluri
Frappe PR Botd112ee52017-08-31 19:38:41 +05303473apps/erpnext/erpnext/accounts/page/pos/pos.js +1892,Enter value must be positive,Introduceți valoarea trebuie să fie pozitiv
3474apps/erpnext/erpnext/accounts/doctype/sales_invoice/pos.py +389,All Territories,Toate teritoriile
Frappe PR Botc0804792017-05-19 12:30:04 +05303475DocType: Purchase Invoice,Items,Articole
3476apps/erpnext/erpnext/schools/doctype/program_enrollment/program_enrollment.py +26,Student is already enrolled.,Student este deja înscris.
3477DocType: Fiscal Year,Year Name,An Denumire
3478DocType: Process Payroll,Process Payroll,Salarizare proces
Frappe PR Botd112ee52017-08-31 19:38:41 +05303479apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +238,There are more holidays than working days this month.,Există mai multe sărbători decât de zile de lucru în această lună.
Frappe PR Botc0804792017-05-19 12:30:04 +05303480DocType: Product Bundle Item,Product Bundle Item,Produs Bundle Postul
3481DocType: Sales Partner,Sales Partner Name,Numele Partner Sales
Frappe PR Botd112ee52017-08-31 19:38:41 +05303482apps/erpnext/erpnext/hooks.py +119,Request for Quotations,Cerere de Cotațiile
Frappe PR Botc0804792017-05-19 12:30:04 +05303483DocType: Payment Reconciliation,Maximum Invoice Amount,Factură maxim Suma
3484DocType: Student Language,Student Language,Limba Student
3485apps/erpnext/erpnext/config/selling.py +23,Customers,clienţii care
3486apps/erpnext/erpnext/crm/report/campaign_efficiency/campaign_efficiency.py +24,Order/Quot %,Ordine / Cotare%
3487apps/erpnext/erpnext/crm/report/campaign_efficiency/campaign_efficiency.py +24,Order/Quot %,Ordine / Cotare%
3488DocType: Student Sibling,Institution,Instituţie
3489DocType: Asset,Partially Depreciated,parțial Depreciata
3490DocType: Issue,Opening Time,Timp de deschidere
3491apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +92,From and To dates required,Datele De La și Pana La necesare
3492apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +46,Securities & Commodity Exchanges,A Valorilor Mobiliare și Burselor de Mărfuri
Frappe PR Botd112ee52017-08-31 19:38:41 +05303493apps/erpnext/erpnext/stock/doctype/item/item.py +625,Default Unit of Measure for Variant '{0}' must be same as in Template '{1}',Unitatea implicit de măsură pentru Variant &#39;{0} &quot;trebuie să fie la fel ca în Template&quot; {1} &quot;
Frappe PR Botc0804792017-05-19 12:30:04 +05303494DocType: Shipping Rule,Calculate Based On,Calculaţi pe baza
3495DocType: Delivery Note Item,From Warehouse,Din depozitul
Frappe PR Botd112ee52017-08-31 19:38:41 +05303496apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +887,No Items with Bill of Materials to Manufacture,Nu există niciun articol cu Lista de materiale pentru fabricarea
Frappe PR Botc0804792017-05-19 12:30:04 +05303497DocType: Assessment Plan,Supervisor Name,Nume supervizor
3498DocType: Program Enrollment Course,Program Enrollment Course,Curs de înscriere la curs
3499DocType: Program Enrollment Course,Program Enrollment Course,Curs de înscriere la curs
Frappe PR Botc0804792017-05-19 12:30:04 +05303500DocType: Purchase Taxes and Charges,Valuation and Total,Evaluare și Total
Frappe PR Botd112ee52017-08-31 19:38:41 +05303501apps/erpnext/erpnext/buying/doctype/supplier_scorecard/supplier_scorecard_dashboard.py +11,Scorecards,Scorecardurilor
Frappe PR Botc0804792017-05-19 12:30:04 +05303502DocType: Tax Rule,Shipping City,Transport Oraș
Frappe PR Botc0804792017-05-19 12:30:04 +05303503DocType: Notification Control,Customize the Notification,Personalizare Notificare
3504apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +19,Cash Flow from Operations,Cash Flow din Operațiuni
3505DocType: Sales Invoice,Shipping Rule,Regula de transport maritim
3506DocType: Manufacturer,Limited to 12 characters,Limitată la 12 de caractere
3507DocType: Journal Entry,Print Heading,Imprimare Titlu
3508apps/erpnext/erpnext/hr/doctype/appraisal/appraisal.py +57,Total cannot be zero,Totalul nu poate să fie zero
3509DocType: Training Event Employee,Attended,A participat
3510apps/erpnext/erpnext/selling/report/inactive_customers/inactive_customers.py +16,'Days Since Last Order' must be greater than or equal to zero,'Zile de la ultima comandă' trebuie să fie mai mare sau egal cu zero
Frappe PR Botd112ee52017-08-31 19:38:41 +05303511apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.py +88,Please setup numbering series for Attendance via Setup &gt; Numbering Series,Vă rugăm să configurați seria de numerotare pentru Participare prin Configurare&gt; Serie de numerotare
Frappe PR Botc0804792017-05-19 12:30:04 +05303512DocType: Process Payroll,Payroll Frequency,Frecventa de salarizare
3513DocType: Asset,Amended From,Modificat din
Frappe PR Botd112ee52017-08-31 19:38:41 +05303514apps/erpnext/erpnext/public/js/setup_wizard.js +307,Raw Material,Material brut
Frappe PR Botc0804792017-05-19 12:30:04 +05303515DocType: Leave Application,Follow via Email,Urmați prin e-mail
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303516apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +55,Plants and Machineries,Plante și mașini
Frappe PR Botc0804792017-05-19 12:30:04 +05303517DocType: Purchase Taxes and Charges,Tax Amount After Discount Amount,Suma taxa După Discount Suma
3518DocType: Daily Work Summary Settings,Daily Work Summary Settings,Setări de zi cu zi de lucru Sumar
Frappe PR Botd112ee52017-08-31 19:38:41 +05303519apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +258,Currency of the price list {0} is not similar with the selected currency {1},Moneda a listei de prețuri {0} nu este similar cu moneda selectată {1}
Frappe PR Botc0804792017-05-19 12:30:04 +05303520DocType: Payment Entry,Internal Transfer,Transfer intern
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303521apps/erpnext/erpnext/accounts/doctype/account/account.py +179,Child account exists for this account. You can not delete this account.,Contul copil există pentru acest cont. Nu puteți șterge acest cont.
Frappe PR Botc0804792017-05-19 12:30:04 +05303522apps/erpnext/erpnext/setup/doctype/territory/territory.py +19,Either target qty or target amount is mandatory,Cantitatea țintă sau valoarea țintă este obligatorie
Frappe PR Botd112ee52017-08-31 19:38:41 +05303523apps/erpnext/erpnext/stock/get_item_details.py +527,No default BOM exists for Item {0},Nu există implicit BOM pentru postul {0}
3524apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +359,Please select Posting Date first,Vă rugăm să selectați postarea Data primei
Frappe PR Bot7c901002017-06-07 12:05:29 +05303525apps/erpnext/erpnext/public/js/account_tree_grid.js +210,Opening Date should be before Closing Date,"Deschiderea Data ar trebui să fie, înainte de Data inchiderii"
Frappe PR Botc0804792017-05-19 12:30:04 +05303526DocType: Leave Control Panel,Carry Forward,Transmite Inainte
3527apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +30,Cost Center with existing transactions can not be converted to ledger,Centrul de Cost cu tranzacții existente nu poate fi transformat în registru contabil
3528DocType: Department,Days for which Holidays are blocked for this department.,Zile pentru care Sărbătorile sunt blocate pentru acest departament.
3529,Produced,Produs
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05303530apps/erpnext/erpnext/hr/doctype/process_payroll/process_payroll.py +118,Created Salary Slips,Creat Alunecările salariale
Frappe PR Botc0804792017-05-19 12:30:04 +05303531DocType: Item,Item Code for Suppliers,Articol Cod pentru Furnizori
3532DocType: Issue,Raised By (Email),Ridicate de (e-mail)
3533DocType: Training Event,Trainer Name,Nume formator
3534DocType: Mode of Payment,General,General
Frappe PR Botc0804792017-05-19 12:30:04 +05303535apps/erpnext/erpnext/crm/report/prospects_engaged_but_not_converted/prospects_engaged_but_not_converted.py +28,Last Communication,Ultima comunicare
3536apps/erpnext/erpnext/crm/report/prospects_engaged_but_not_converted/prospects_engaged_but_not_converted.py +28,Last Communication,Ultima comunicare
Frappe PR Botfa042362017-07-17 17:50:36 +05303537apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +355,Cannot deduct when category is for 'Valuation' or 'Valuation and Total',Nu se poate deduce când categoria este de 'Evaluare' sau 'Evaluare și total'
Frappe PR Botd112ee52017-08-31 19:38:41 +05303538apps/erpnext/erpnext/public/js/setup_wizard.js +238,"List your tax heads (e.g. VAT, Customs etc; they should have unique names) and their standard rates. This will create a standard template, which you can edit and add more later.","Lista capetele fiscale (de exemplu, TVA, vamale etc., ei ar trebui să aibă nume unice) și ratele lor standard. Acest lucru va crea un model standard, pe care le puteți edita și adăuga mai târziu."
Frappe PR Botbfdb7262017-07-11 15:20:11 +05303539apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +234,Serial Nos Required for Serialized Item {0},Serial nr necesare pentru postul serializat {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05303540apps/erpnext/erpnext/config/accounts.py +146,Match Payments with Invoices,Plățile se potrivesc cu facturi
3541DocType: Journal Entry,Bank Entry,Intrare bancară
3542DocType: Authorization Rule,Applicable To (Designation),Aplicabil pentru (destinaţie)
3543,Profitability Analysis,Analiza profitabilității
Frappe PR Botd112ee52017-08-31 19:38:41 +05303544DocType: Supplier,Prevent POs,Preveniți PO-urile
Frappe PR Botc0804792017-05-19 12:30:04 +05303545apps/erpnext/erpnext/templates/generators/item.html +62,Add to Cart,Adăugaţi în Coş
3546apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.js +28,Group By,Grupul De
3547DocType: Guardian,Interests,interese
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303548apps/erpnext/erpnext/config/accounts.py +300,Enable / disable currencies.,Activare / dezactivare valute.
Frappe PR Botc0804792017-05-19 12:30:04 +05303549DocType: Production Planning Tool,Get Material Request,Material Cerere obțineți
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303550apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +111,Postal Expenses,Cheltuieli poștale
Frappe PR Botc0804792017-05-19 12:30:04 +05303551apps/erpnext/erpnext/controllers/trends.py +19,Total(Amt),Total (Amt)
3552apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +26,Entertainment & Leisure,Divertisment & Relaxare
3553DocType: Quality Inspection,Item Serial No,Nr. de Serie Articol
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05303554apps/erpnext/erpnext/utilities/activation.py +133,Create Employee Records,Crearea angajaților Records
Frappe PR Botd112ee52017-08-31 19:38:41 +05303555apps/erpnext/erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet.py +68,Total Present,Raport Prezent
Frappe PR Botc0804792017-05-19 12:30:04 +05303556apps/erpnext/erpnext/config/accounts.py +107,Accounting Statements,Declarațiile contabile
Frappe PR Botd112ee52017-08-31 19:38:41 +05303557apps/erpnext/erpnext/public/js/setup_wizard.js +311,Hour,Oră
Frappe PR Botc0804792017-05-19 12:30:04 +05303558apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +29,New Serial No cannot have Warehouse. Warehouse must be set by Stock Entry or Purchase Receipt,Noua ordine nu pot avea Warehouse. Depozit trebuie să fie stabilite de către Bursa de intrare sau de primire de cumparare
3559DocType: Lead,Lead Type,Tip Conducere
3560apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +133,You are not authorized to approve leaves on Block Dates,Tu nu sunt autorizate să aprobe frunze pe bloc Perioada
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05303561apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +383,All these items have already been invoiced,Toate aceste articole au fost deja facturate
Frappe PR Botd112ee52017-08-31 19:38:41 +05303562apps/erpnext/erpnext/public/js/setup_wizard.js +228,Monthly Sales Target,Vânzări lunare
Frappe PR Botc0804792017-05-19 12:30:04 +05303563apps/erpnext/erpnext/setup/doctype/authorization_control/authorization_control.py +37,Can be approved by {0},Poate fi aprobat/a de către {0}
3564DocType: Item,Default Material Request Type,Implicit Material Tip de solicitare
Frappe PR Botd112ee52017-08-31 19:38:41 +05303565DocType: Supplier Scorecard,Evaluation Period,Perioada de evaluare
3566apps/erpnext/erpnext/buying/doctype/supplier_scorecard/supplier_scorecard_list.js +13,Unknown,Necunoscut
Frappe PR Botc0804792017-05-19 12:30:04 +05303567DocType: Shipping Rule,Shipping Rule Conditions,Condiții Regula de transport maritim
Frappe PR Botd112ee52017-08-31 19:38:41 +05303568DocType: Purchase Invoice,Export Type,Tipul de export
3569DocType: BOM Update Tool,The new BOM after replacement,Noul BOM după înlocuirea
3570apps/erpnext/erpnext/accounts/page/pos/pos.js +659,Point of Sale,Point of Sale
Frappe PR Botc0804792017-05-19 12:30:04 +05303571DocType: Payment Entry,Received Amount,Suma primită
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303572DocType: GST Settings,GSTIN Email Sent On,GSTIN Email trimis pe
3573DocType: Program Enrollment,Pick/Drop by Guardian,Pick / Drop de Guardian
Frappe PR Botc0804792017-05-19 12:30:04 +05303574DocType: Production Planning Tool,"Create for full quantity, ignoring quantity already on order","Creați pentru întreaga cantitate, ignorând cantitatea deja la comandă"
3575DocType: Account,Tax,Impozite
3576apps/erpnext/erpnext/schools/report/student_batch_wise_attendance/student_batch_wise_attendance.py +45,Not Marked,nemarcate
3577DocType: Production Planning Tool,Production Planning Tool,Producție instrument de planificare
3578apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +150,"Batched Item {0} cannot be updated using Stock Reconciliation, instead use Stock Entry","Produsul primit {0} nu poate fi actualizat utilizând Reconcilierea stocului, ci folosiți înregistrarea stocului"
3579apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +150,"Batched Item {0} cannot be updated using Stock Reconciliation, instead use Stock Entry","Produsul primit {0} nu poate fi actualizat utilizând Reconcilierea stocului, ci folosiți înregistrarea stocului"
3580DocType: Quality Inspection,Report Date,Data raportului
3581DocType: Student,Middle Name,Al doilea nume
3582DocType: C-Form,Invoices,Facturi
3583DocType: Batch,Source Document Name,Numele sursei de document
3584DocType: Batch,Source Document Name,Numele sursei de document
3585DocType: Job Opening,Job Title,Denumire post
Frappe PR Botd112ee52017-08-31 19:38:41 +05303586apps/erpnext/erpnext/buying/doctype/supplier_quotation/supplier_quotation.py +84,"{0} indicates that {1} will not provide a quotation, but all items \
3587 have been quoted. Updating the RFQ quote status.","{0} indică faptul că {1} nu va oferi o cotare, dar toate articolele \ au fost citate. Actualizarea stării de cotare RFQ."
3588DocType: Manufacturing Settings,Update BOM Cost Automatically,Actualizați costul BOM automat
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05303589apps/erpnext/erpnext/utilities/activation.py +97,Create Users,Creați Utilizatori
Frappe PR Botd112ee52017-08-31 19:38:41 +05303590apps/erpnext/erpnext/public/js/setup_wizard.js +311,Gram,Gram
3591DocType: Supplier Scorecard,Per Month,Pe luna
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05303592apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +393,Quantity to Manufacture must be greater than 0.,Cantitatea să Fabricare trebuie sa fie mai mare decât 0.
Frappe PR Botc0804792017-05-19 12:30:04 +05303593apps/erpnext/erpnext/config/maintenance.py +17,Visit report for maintenance call.,Vizitați raport de apel de întreținere.
3594DocType: Stock Entry,Update Rate and Availability,Actualizarea Rata și disponibilitatea
3595DocType: Stock Settings,Percentage you are allowed to receive or deliver more against the quantity ordered. For example: If you have ordered 100 units. and your Allowance is 10% then you are allowed to receive 110 units.,"Procentul vi se permite de a primi sau livra mai mult față de cantitatea comandata. De exemplu: Dacă ați comandat 100 de unități. și alocația este de 10%, atunci vi se permite să primească 110 de unități."
3596DocType: POS Customer Group,Customer Group,Grup Client
3597apps/erpnext/erpnext/stock/doctype/batch/batch.js +108,New Batch ID (Optional),ID-ul lotului nou (opțional)
3598apps/erpnext/erpnext/stock/doctype/batch/batch.js +108,New Batch ID (Optional),ID-ul lotului nou (opțional)
Frappe PR Botd112ee52017-08-31 19:38:41 +05303599apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +197,Expense account is mandatory for item {0},Cont de cheltuieli este obligatoriu pentru articolul {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05303600DocType: BOM,Website Description,Site-ul Descriere
3601apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +42,Net Change in Equity,Schimbarea net în capitaluri proprii
Frappe PR Botd112ee52017-08-31 19:38:41 +05303602apps/erpnext/erpnext/accounts/doctype/asset/asset.py +163,Please cancel Purchase Invoice {0} first,Vă rugăm să anulați Achiziționarea factură {0} mai întâi
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05303603apps/erpnext/erpnext/hr/doctype/job_applicant/job_applicant.py +43,"Email Address must be unique, already exists for {0}","Adresa de e-mail trebuie să fie unic, există deja pentru {0}"
Frappe PR Botc0804792017-05-19 12:30:04 +05303604DocType: Serial No,AMC Expiry Date,Dată expirare AMC
Frappe PR Botd112ee52017-08-31 19:38:41 +05303605apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +815,Receipt,primire
Frappe PR Botc0804792017-05-19 12:30:04 +05303606,Sales Register,Vânzări Inregistrare
3607DocType: Daily Work Summary Settings Company,Send Emails At,Trimite email-uri La
3608DocType: Quotation,Quotation Lost Reason,Citat pierdut rațiunea
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303609apps/erpnext/erpnext/public/js/setup_wizard.js +15,Select your Domain,Selectați domeniul
Frappe PR Botd112ee52017-08-31 19:38:41 +05303610apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +364,Transaction reference no {0} dated {1},de referință al tranzacției nu {0} {1} din
Frappe PR Botc0804792017-05-19 12:30:04 +05303611apps/erpnext/erpnext/setup/doctype/supplier_type/supplier_type.js +5,There is nothing to edit.,Nu este nimic pentru a edita.
3612apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +117,Summary for this month and pending activities,Rezumat pentru această lună și activități în așteptarea
3613DocType: Customer Group,Customer Group Name,Nume Group Client
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05303614apps/erpnext/erpnext/public/js/pos/pos.html +100,No Customers yet!,Nu există clienți încă!
Frappe PR Botc0804792017-05-19 12:30:04 +05303615apps/erpnext/erpnext/public/js/financial_statements.js +56,Cash Flow Statement,Situația fluxurilor de trezorerie
3616apps/erpnext/erpnext/hr/doctype/employee_loan_application/employee_loan_application.py +23,Loan Amount cannot exceed Maximum Loan Amount of {0},Suma creditului nu poate depăși valoarea maximă a împrumutului de {0}
3617apps/erpnext/erpnext/hr/report/vehicle_expenses/vehicle_expenses.py +22,License,Licență
Frappe PR Botd112ee52017-08-31 19:38:41 +05303618apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +479,Please remove this Invoice {0} from C-Form {1},Vă rugăm să eliminați acest factură {0} de la C-Form {1}
Frappe PR Botc0804792017-05-19 12:30:04 +05303619DocType: Leave Control Panel,Please select Carry Forward if you also want to include previous fiscal year's balance leaves to this fiscal year,Vă rugăm să selectați reporta dacă doriți și să includă echilibrul de anul precedent fiscal lasă în acest an fiscal
3620DocType: GL Entry,Against Voucher Type,Comparativ tipului de voucher
Frappe PR Botd112ee52017-08-31 19:38:41 +05303621apps/erpnext/erpnext/setup/doctype/naming_series/naming_series.py +201,Please set Naming Series for {0} via Setup &gt; Settings &gt; Naming Series,Setați seria de numire pentru {0} prin Configurare&gt; Setări&gt; Serii de numire
Frappe PR Botc0804792017-05-19 12:30:04 +05303622DocType: Item,Attributes,Atribute
Frappe PR Botd112ee52017-08-31 19:38:41 +05303623apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +222,Please enter Write Off Account,Va rugam sa introduceti Scrie Off cont
Frappe PR Botc0804792017-05-19 12:30:04 +05303624apps/erpnext/erpnext/selling/report/inactive_customers/inactive_customers.py +71,Last Order Date,Ultima comandă Data
3625apps/erpnext/erpnext/accounts/doctype/budget/budget.py +47,Account {0} does not belongs to company {1},Contul {0} nu aparține companiei {1}
Frappe PR Botd112ee52017-08-31 19:38:41 +05303626apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +855,Serial Numbers in row {0} does not match with Delivery Note,Numerele de serie din rândul {0} nu se potrivesc cu Nota de livrare
Frappe PR Botc0804792017-05-19 12:30:04 +05303627DocType: Student,Guardian Details,Detalii tutore
3628DocType: C-Form,C-Form,Formular-C
3629apps/erpnext/erpnext/config/hr.py +18,Mark Attendance for multiple employees,Marcă Participarea pentru mai mulți angajați
3630DocType: Vehicle,Chassis No,Număr șasiu
3631DocType: Payment Request,Initiated,Iniţiat
3632DocType: Production Order,Planned Start Date,Start data planificată
3633DocType: Serial No,Creation Document Type,Tip de document creație
3634DocType: Leave Type,Is Encash,Este încasa
3635DocType: Leave Allocation,New Leaves Allocated,Cereri noi de concediu alocate
3636apps/erpnext/erpnext/controllers/trends.py +269,Project-wise data is not available for Quotation,Date proiect-înțelept nu este disponibilă pentru ofertă
3637DocType: Project,Expected End Date,Data de Incheiere Preconizata
3638DocType: Budget Account,Budget Amount,Buget Sumă
3639DocType: Appraisal Template,Appraisal Template Title,Titlu model expertivă
Frappe PR Botd112ee52017-08-31 19:38:41 +05303640apps/erpnext/erpnext/hr/doctype/salary_structure/salary_structure.py +39,From Date {0} for Employee {1} cannot be before employee's joining Date {2},De la data {0} pentru angajat {1} nu poate fi înainte de data aderării angajatului {2}
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303641apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +114,Commercial,Comercial
Frappe PR Botc0804792017-05-19 12:30:04 +05303642DocType: Payment Entry,Account Paid To,Contul Plătite
3643apps/erpnext/erpnext/selling/doctype/product_bundle/product_bundle.py +24,Parent Item {0} must not be a Stock Item,Postul părinte {0} nu trebuie să fie un articol stoc
3644apps/erpnext/erpnext/config/selling.py +57,All Products or Services.,Toate produsele sau serviciile.
3645DocType: Expense Claim,More Details,Mai multe detalii
3646DocType: Supplier Quotation,Supplier Address,Furnizor Adresa
3647apps/erpnext/erpnext/accounts/doctype/budget/budget.py +128,{0} Budget for Account {1} against {2} {3} is {4}. It will exceed by {5},{0} buget pentru contul {1} fata de {2} {3} este {4}. Acesta este depasit de {5}
Frappe PR Botd112ee52017-08-31 19:38:41 +05303648apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +668,Row {0}# Account must be of type 'Fixed Asset',Rândul {0} # cont trebuie să fie de tip &quot;Activ fix&quot;
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303649apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +37,Out Qty,Out Cantitate
3650apps/erpnext/erpnext/config/accounts.py +316,Rules to calculate shipping amount for a sale,Reguli pentru a calcula suma de transport maritim pentru o vânzare
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05303651apps/erpnext/erpnext/selling/doctype/customer/customer.py +34,Series is mandatory,Seria este obligatorie
Frappe PR Botc0804792017-05-19 12:30:04 +05303652apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +28,Financial Services,Servicii financiare
3653DocType: Student Sibling,Student ID,Carnet de student
Frappe PR Botd112ee52017-08-31 19:38:41 +05303654apps/erpnext/erpnext/config/projects.py +45,Types of activities for Time Logs,Tipuri de activități pentru busteni Timp
Frappe PR Botc0804792017-05-19 12:30:04 +05303655DocType: Tax Rule,Sales,Vânzări
3656DocType: Stock Entry Detail,Basic Amount,Suma de bază
3657DocType: Training Event,Exam,Examen
Frappe PR Botd112ee52017-08-31 19:38:41 +05303658apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +450,Warehouse required for stock Item {0},Depozit necesar pentru stocul de postul {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05303659DocType: Leave Allocation,Unused leaves,Frunze neutilizate
Frappe PR Botd112ee52017-08-31 19:38:41 +05303660apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +51,Customer &gt; Customer Group &gt; Territory,Client&gt; Grup de clienți&gt; Teritoriu
3661apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +179,Cr,Cr
Frappe PR Botc0804792017-05-19 12:30:04 +05303662DocType: Tax Rule,Billing State,Stat de facturare
3663apps/erpnext/erpnext/accounts/doctype/asset/asset.js +287,Transfer,Transfer
Frappe PR Botd112ee52017-08-31 19:38:41 +05303664apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +882,Fetch exploded BOM (including sub-assemblies),Obtine FDM expandat (inclusiv subansamblurile)
Frappe PR Botc0804792017-05-19 12:30:04 +05303665DocType: Authorization Rule,Applicable To (Employee),Aplicabil pentru (angajat)
3666apps/erpnext/erpnext/controllers/accounts_controller.py +123,Due Date is mandatory,Due Date este obligatorie
3667apps/erpnext/erpnext/controllers/item_variant.py +80,Increment for Attribute {0} cannot be 0,Creștere pentru Atribut {0} nu poate fi 0
3668DocType: Journal Entry,Pay To / Recd From,Pentru a plăti / Recd de la
3669DocType: Naming Series,Setup Series,Seria de configurare
3670DocType: Payment Reconciliation,To Invoice Date,Pentru a facturii Data
3671DocType: Supplier,Contact HTML,HTML Persoana de Contact
3672,Inactive Customers,Clienții inactive
3673DocType: Landed Cost Voucher,LCV,LCV
3674DocType: Landed Cost Voucher,Purchase Receipts,Încasări de cumparare
Frappe PR Bot7c901002017-06-07 12:05:29 +05303675apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +29,How Pricing Rule is applied?,Cum se aplică regula pret?
Frappe PR Botc0804792017-05-19 12:30:04 +05303676DocType: Stock Entry,Delivery Note No,Nr. Nota de Livrare
3677DocType: Production Planning Tool,"If checked, only Purchase material requests for final raw materials will be included in the Material Requests. Otherwise, Material Requests for parent items will be created","Dacă este bifată, numai Cumpărare cereri de materiale pentru materiile prime finale vor fi incluse în Cererile materiale. În caz contrar, va fi creat Cererile materiale pentru elementele părinte"
3678DocType: Cheque Print Template,Message to show,Mesaj pentru a arăta
3679DocType: Company,Retail,Cu amănuntul
3680DocType: Attendance,Absent,Absent
Frappe PR Botfa042362017-07-17 17:50:36 +05303681apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +566,Product Bundle,Bundle produs
Frappe PR Botd112ee52017-08-31 19:38:41 +05303682apps/erpnext/erpnext/buying/doctype/supplier_scorecard/supplier_scorecard.py +38,Unable to find score starting at {0}. You need to have standing scores covering 0 to 100,Nu se poate găsi scorul începând cu {0}. Trebuie să aveți scoruri în picioare care acoperă între 0 și 100
Frappe PR Botc0804792017-05-19 12:30:04 +05303683apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +212,Row {0}: Invalid reference {1},Rândul {0}: referință invalid {1}
3684DocType: Purchase Taxes and Charges Template,Purchase Taxes and Charges Template,Achiziționa impozite și taxe Template
3685DocType: Upload Attendance,Download Template,Descărcați Sablon
3686DocType: Timesheet,TS-,TS-
3687apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +61,{0} {1}: Either debit or credit amount is required for {2},{0} {1}: fie valoarea creditului de debit sau creditul sunt necesare pentru {2}
3688DocType: GL Entry,Remarks,Remarci
3689DocType: Payment Entry,Account Paid From,Contul plătit De la
3690DocType: Purchase Order Item Supplied,Raw Material Item Code,Material brut Articol Cod
3691DocType: Journal Entry,Write Off Based On,Scrie Off bazat pe
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05303692apps/erpnext/erpnext/utilities/activation.py +63,Make Lead,Asigurați-vă de plumb
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303693apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +112,Print and Stationery,Imprimare și articole de papetărie
Frappe PR Botc0804792017-05-19 12:30:04 +05303694DocType: Stock Settings,Show Barcode Field,Afișează coduri de bare Câmp
Frappe PR Botd112ee52017-08-31 19:38:41 +05303695apps/erpnext/erpnext/buying/doctype/request_for_quotation/request_for_quotation.js +782,Send Supplier Emails,Trimite email-uri Furnizor
Frappe PR Botc0804792017-05-19 12:30:04 +05303696apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +115,"Salary already processed for period between {0} and {1}, Leave application period cannot be between this date range.","Salariu au fost deja procesate pentru perioada între {0} și {1}, Lăsați perioada de aplicare nu poate fi între acest interval de date."
3697apps/erpnext/erpnext/config/stock.py +127,Installation record for a Serial No.,Înregistrare de instalare pentru un nr de serie
3698DocType: Guardian Interest,Guardian Interest,Interes tutore
3699apps/erpnext/erpnext/config/hr.py +177,Training,Pregătire
3700DocType: Timesheet,Employee Detail,Detaliu angajat
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303701apps/erpnext/erpnext/schools/report/student_and_guardian_contact_details/student_and_guardian_contact_details.py +58,Guardian1 Email ID,Codul de e-mail al Guardian1
3702apps/erpnext/erpnext/schools/report/student_and_guardian_contact_details/student_and_guardian_contact_details.py +58,Guardian1 Email ID,Codul de e-mail al Guardian1
Frappe PR Botc0804792017-05-19 12:30:04 +05303703apps/erpnext/erpnext/controllers/recurring_document.py +190,Next Date's day and Repeat on Day of Month must be equal,În ziua următoare Data și repetă în ziua de luni trebuie să fie egală
3704apps/erpnext/erpnext/config/website.py +11,Settings for website homepage,Setările pentru pagina de start site-ul web
Frappe PR Botd112ee52017-08-31 19:38:41 +05303705apps/erpnext/erpnext/buying/doctype/request_for_quotation/request_for_quotation.py +38,RFQs are not allowed for {0} due to a scorecard standing of {1},CV-urile nu sunt permise pentru {0} datorită unui punctaj din {1}
Frappe PR Botc0804792017-05-19 12:30:04 +05303706DocType: Offer Letter,Awaiting Response,Se aşteaptă răspuns
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303707apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.py +60,Above,Sus
Frappe PR Botd112ee52017-08-31 19:38:41 +05303708apps/erpnext/erpnext/controllers/item_variant.py +217,Invalid attribute {0} {1},atribut nevalid {0} {1}
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05303709DocType: Supplier,Mention if non-standard payable account,Menționați dacă contul de plată non-standard
Frappe PR Botd112ee52017-08-31 19:38:41 +05303710apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +303,Same item has been entered multiple times. {list},Același element a fost introdus de mai multe ori. {listă}
Frappe PR Botfa042362017-07-17 17:50:36 +05303711apps/erpnext/erpnext/schools/report/course_wise_assessment_report/course_wise_assessment_report.py +18,Please select the assessment group other than 'All Assessment Groups',Selectați alt grup de evaluare decât &quot;Toate grupurile de evaluare&quot;
Frappe PR Botd112ee52017-08-31 19:38:41 +05303712apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +67,Row {0}: Cost center is required for an item {1},Rând {0}: este necesar un centru de cost pentru un element {1}
Frappe PR Botc0804792017-05-19 12:30:04 +05303713DocType: Salary Slip,Earning & Deduction,Câștig Salarial si Deducere
3714apps/erpnext/erpnext/accounts/doctype/account/account_tree.js +36,Optional. This setting will be used to filter in various transactions.,Opțional. Această setare va fi utilizat pentru a filtra în diverse tranzacții.
3715apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +108,Negative Valuation Rate is not allowed,Negativ Rata de evaluare nu este permis
3716DocType: Holiday List,Weekly Off,Săptămânal Off
3717DocType: Fiscal Year,"For e.g. 2012, 2012-13","De exemplu, 2012, 2012-13"
3718apps/erpnext/erpnext/accounts/report/balance_sheet/balance_sheet.py +96,Provisional Profit / Loss (Credit),Profit provizorie / Pierdere (Credit)
3719DocType: Sales Invoice,Return Against Sales Invoice,Reveni Împotriva Vânzări factură
3720apps/erpnext/erpnext/stock/report/bom_search/bom_search.js +32,Item 5,Punctul 5
3721DocType: Serial No,Creation Time,Timp de creare
3722apps/erpnext/erpnext/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.py +62,Total Revenue,Raport Venituri
3723DocType: Sales Invoice,Product Bundle Help,Produs Bundle Ajutor
3724,Monthly Attendance Sheet,Lunar foaia de prezență
3725DocType: Production Order Item,Production Order Item,Producția comandă Postul
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303726apps/erpnext/erpnext/accounts/report/purchase_register/purchase_register.py +19,No record found,Nu s-au găsit înregistrări
Frappe PR Botc0804792017-05-19 12:30:04 +05303727apps/erpnext/erpnext/accounts/report/asset_depreciations_and_balances/asset_depreciations_and_balances.py +137,Cost of Scrapped Asset,Costul de active scoase din uz
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303728apps/erpnext/erpnext/controllers/stock_controller.py +236,{0} {1}: Cost Center is mandatory for Item {2},{0} {1}: 아이템 {2} 는 Cost Center가 필수임
Frappe PR Botc0804792017-05-19 12:30:04 +05303729DocType: Vehicle,Policy No,Politica nr
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05303730apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +659,Get Items from Product Bundle,Obține elemente din Bundle produse
Frappe PR Botc0804792017-05-19 12:30:04 +05303731DocType: Asset,Straight Line,Linie dreapta
3732DocType: Project User,Project User,utilizator proiect
3733apps/erpnext/erpnext/stock/doctype/batch/batch.js +59,Split,Despică
3734apps/erpnext/erpnext/stock/doctype/batch/batch.js +59,Split,Despică
3735DocType: GL Entry,Is Advance,Este Advance
3736apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.js +21,Attendance From Date and Attendance To Date is mandatory,Prezenţa de la data și prezența până la data sunt obligatorii
Frappe PR Botd112ee52017-08-31 19:38:41 +05303737apps/erpnext/erpnext/controllers/buying_controller.py +151,Please enter 'Is Subcontracted' as Yes or No,"Va rugam sa introduceti ""este subcontractată"" ca Da sau Nu"
Frappe PR Botc0804792017-05-19 12:30:04 +05303738apps/erpnext/erpnext/crm/report/prospects_engaged_but_not_converted/prospects_engaged_but_not_converted.py +29,Last Communication Date,Ultima comunicare
3739apps/erpnext/erpnext/crm/report/prospects_engaged_but_not_converted/prospects_engaged_but_not_converted.py +29,Last Communication Date,Ultima comunicare
3740DocType: Sales Team,Contact No.,Nr. Persoana de Contact
3741DocType: Bank Reconciliation,Payment Entries,Intrările de plată
3742DocType: Production Order,Scrap Warehouse,Depozit fier vechi
3743DocType: Production Order,Check if material transfer entry is not required,Verificați dacă nu este necesară introducerea transferului de materiale
3744DocType: Production Order,Check if material transfer entry is not required,Verificați dacă nu este necesară introducerea transferului de materiale
3745DocType: Program Enrollment Tool,Get Students From,Elevii de la a lua
3746DocType: Hub Settings,Seller Country,Vânzător Țară
3747apps/erpnext/erpnext/config/learn.py +273,Publish Items on Website,Publica Articole pe site-ul
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05303748apps/erpnext/erpnext/utilities/activation.py +124,Group your students in batches,Grupa elevii în loturi
Frappe PR Botc0804792017-05-19 12:30:04 +05303749DocType: Authorization Rule,Authorization Rule,Regulă de autorizare
3750DocType: Sales Invoice,Terms and Conditions Details,Termeni și condiții Detalii
3751apps/erpnext/erpnext/templates/generators/item.html +85,Specifications,Specificaţii:
3752DocType: Sales Taxes and Charges Template,Sales Taxes and Charges Template,Impozite vânzări și șabloane Taxe
3753apps/erpnext/erpnext/accounts/report/balance_sheet/balance_sheet.py +68,Total (Credit),Total (Credit)
3754DocType: Repayment Schedule,Payment Date,Data de plată
3755apps/erpnext/erpnext/stock/doctype/batch/batch.js +102,New Batch Qty,Numărul nou de loturi
3756apps/erpnext/erpnext/stock/doctype/batch/batch.js +102,New Batch Qty,Numărul nou de loturi
3757apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +10,Apparel & Accessories,Îmbrăcăminte și accesorii
Frappe PR Botd112ee52017-08-31 19:38:41 +05303758apps/erpnext/erpnext/buying/doctype/supplier_scorecard_period/supplier_scorecard_period.py +91,Could not solve weighted score function. Make sure the formula is valid.,Nu s-a putut rezolva funcția de scor ponderat. Asigurați-vă că formula este validă.
Frappe PR Botc0804792017-05-19 12:30:04 +05303759apps/erpnext/erpnext/selling/report/inactive_customers/inactive_customers.py +67,Number of Order,Numărul de comandă
3760DocType: Item Group,HTML / Banner that will show on the top of product list.,"HTML / Banner, care va arăta pe partea de sus a listei de produse."
3761DocType: Shipping Rule,Specify conditions to calculate shipping amount,Precizați condițiile de calcul cantitate de transport maritim
3762DocType: Accounts Settings,Role Allowed to Set Frozen Accounts & Edit Frozen Entries,Rolul pot organiza conturile înghețate și congelate Editați intrările
Frappe PR Botd112ee52017-08-31 19:38:41 +05303763DocType: Supplier Scorecard Scoring Variable,Path,cale
Frappe PR Botc0804792017-05-19 12:30:04 +05303764apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +28,Cannot convert Cost Center to ledger as it has child nodes,"Nu se poate converti de cost Centrul de registru, deoarece are noduri copil"
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05303765apps/erpnext/erpnext/stock/report/stock_balance/stock_balance.py +56,Opening Value,Valoarea de deschidere
Frappe PR Botc0804792017-05-19 12:30:04 +05303766DocType: Salary Detail,Formula,Formulă
Frappe PR Botd112ee52017-08-31 19:38:41 +05303767apps/erpnext/erpnext/stock/report/stock_ledger/stock_ledger.py +47,Serial #,Serial #
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303768apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +94,Commission on Sales,Comision pentru Vânzări
Frappe PR Botc0804792017-05-19 12:30:04 +05303769DocType: Offer Letter Term,Value / Description,Valoare / Descriere
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05303770apps/erpnext/erpnext/controllers/accounts_controller.py +578,"Row #{0}: Asset {1} cannot be submitted, it is already {2}","Rând # {0}: {1} activ nu poate fi prezentat, este deja {2}"
Frappe PR Botc0804792017-05-19 12:30:04 +05303771DocType: Tax Rule,Billing Country,Țara facturării
3772DocType: Purchase Order Item,Expected Delivery Date,Data de Livrare Preconizata
3773apps/erpnext/erpnext/accounts/general_ledger.py +132,Debit and Credit not equal for {0} #{1}. Difference is {2}.,Debit și credit nu este egal pentru {0} # {1}. Diferența este {2}.
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303774apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +98,Entertainment Expenses,Cheltuieli de Divertisment
Frappe PR Botfa042362017-07-17 17:50:36 +05303775apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.js +48,Make Material Request,Asigurați-vă Material Cerere
Frappe PR Botc0804792017-05-19 12:30:04 +05303776apps/erpnext/erpnext/manufacturing/doctype/bom/bom_item_preview.html +20,Open Item {0},Deschis Postul {0}
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05303777apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +214,Sales Invoice {0} must be cancelled before cancelling this Sales Order,Factură de vânzări {0} trebuie anulată înainte de a anula această comandă de vânzări
Frappe PR Botc0804792017-05-19 12:30:04 +05303778apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py +60,Age,Vârstă
3779DocType: Sales Invoice Timesheet,Billing Amount,Suma de facturare
3780apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.js +84,Invalid quantity specified for item {0}. Quantity should be greater than 0.,Cantitate nevalidă specificată pentru element {0}. Cantitatea ar trebui să fie mai mare decât 0.
3781apps/erpnext/erpnext/config/hr.py +60,Applications for leave.,Cererile de concediu.
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303782apps/erpnext/erpnext/accounts/doctype/account/account.py +177,Account with existing transaction can not be deleted,Un cont cu tranzacții existente nu poate fi șters
Frappe PR Botc0804792017-05-19 12:30:04 +05303783DocType: Vehicle,Last Carbon Check,Ultima Verificare carbon
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303784apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +102,Legal Expenses,Cheltuieli Juridice
Frappe PR Botfa042362017-07-17 17:50:36 +05303785apps/erpnext/erpnext/public/js/utils/serial_no_batch_selector.js +113,Please select quantity on row ,Selectați cantitatea pe rând
Frappe PR Botc0804792017-05-19 12:30:04 +05303786DocType: Purchase Invoice,Posting Time,Postarea de timp
3787DocType: Timesheet,% Amount Billed,% Suma facturata
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303788apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +118,Telephone Expenses,Cheltuieli de telefon
Frappe PR Botc0804792017-05-19 12:30:04 +05303789DocType: Sales Partner,Logo,Logo
3790DocType: Naming Series,Check this if you want to force the user to select a series before saving. There will be no default if you check this.,"Bifati dacă doriți sa fortati utilizatorul să selecteze o serie înainte de a salva. Nu va exista nici o valoare implicita dacă se bifeaza aici."""
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303791apps/erpnext/erpnext/stock/get_item_details.py +135,No Item with Serial No {0},Nici un articol cu ordine {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05303792DocType: Email Digest,Open Notifications,Notificări deschise
3793DocType: Payment Entry,Difference Amount (Company Currency),Diferența Sumă (Companie Moneda)
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303794apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +79,Direct Expenses,Cheltuieli Directe
Frappe PR Botc0804792017-05-19 12:30:04 +05303795apps/erpnext/erpnext/controllers/recurring_document.py +213,"{0} is an invalid email address in 'Notification \
3796 Email Address'",{0} este o adresă de e-mail nevalidă în &quot;Adresa de e-mail de notificare \ &#39;
3797apps/erpnext/erpnext/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.py +60,New Customer Revenue,Noi surse de venit pentru clienți
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303798apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +119,Travel Expenses,Cheltuieli de călătorie
Frappe PR Botc0804792017-05-19 12:30:04 +05303799DocType: Maintenance Visit,Breakdown,Avarie
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05303800apps/erpnext/erpnext/controllers/accounts_controller.py +690,Account: {0} with currency: {1} can not be selected,Contul: {0} cu moneda: {1} nu poate fi selectat
Frappe PR Botd112ee52017-08-31 19:38:41 +05303801DocType: Manufacturing Settings,"Update BOM cost automatically via Scheduler, based on latest valuation rate / price list rate / last purchase rate of raw materials.","Actualizați costul BOM în mod automat prin programator, bazat pe cea mai recentă rată de evaluare / rata de prețuri / ultima rată de achiziție a materiilor prime."
Frappe PR Botc0804792017-05-19 12:30:04 +05303802DocType: Bank Reconciliation Detail,Cheque Date,Data Cec
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303803apps/erpnext/erpnext/accounts/doctype/account/account.py +54,Account {0}: Parent account {1} does not belong to company: {2},Contul {0}: cont Părinte {1} nu apartine companiei: {2}
Frappe PR Botc0804792017-05-19 12:30:04 +05303804DocType: Program Enrollment Tool,Student Applicants,Student Solicitanții
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303805apps/erpnext/erpnext/setup/doctype/company/company.js +67,Successfully deleted all transactions related to this company!,Șters cu succes toate tranzacțiile legate de aceasta companie!
Frappe PR Botc0804792017-05-19 12:30:04 +05303806apps/erpnext/erpnext/accounts/report/accounts_payable/accounts_payable.js +21,As on Date,Ca pe data
3807DocType: Appraisal,HR,HR
3808DocType: Program Enrollment,Enrollment Date,Data de inscriere
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303809apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +69,Probation,Probă
Frappe PR Botc0804792017-05-19 12:30:04 +05303810apps/erpnext/erpnext/config/hr.py +115,Salary Components,Componente salariale
3811DocType: Program Enrollment Tool,New Academic Year,Anul universitar nou
Frappe PR Botd112ee52017-08-31 19:38:41 +05303812apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +762,Return / Credit Note,Revenire / credit Notă
Frappe PR Botc0804792017-05-19 12:30:04 +05303813DocType: Stock Settings,Auto insert Price List rate if missing,"Inserați Auto rata Lista de prețuri, dacă lipsește"
Frappe PR Botbfdb7262017-07-11 15:20:11 +05303814apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +23,Total Paid Amount,Total Suma plătită
Frappe PR Botc0804792017-05-19 12:30:04 +05303815DocType: Production Order Item,Transferred Qty,Transferat Cantitate
3816apps/erpnext/erpnext/config/learn.py +11,Navigating,Navigarea
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303817apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +157,Planning,Planificare
3818DocType: Material Request,Issued,Emis
Frappe PR Botbfdb7262017-07-11 15:20:11 +05303819apps/erpnext/erpnext/schools/doctype/student/student_dashboard.py +14,Student Activity,Activitatea studenților
Frappe PR Botc0804792017-05-19 12:30:04 +05303820DocType: Project,Total Billing Amount (via Time Logs),Suma totală de facturare (prin timp Busteni)
Frappe PR Botd112ee52017-08-31 19:38:41 +05303821apps/erpnext/erpnext/public/js/setup_wizard.js +314,We sell this Item,Vindem acest articol
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303822apps/erpnext/erpnext/accounts/report/purchase_register/purchase_register.py +80,Supplier Id,Furnizor Id
Frappe PR Botc0804792017-05-19 12:30:04 +05303823DocType: Payment Request,Payment Gateway Details,Plata Gateway Detalii
Frappe PR Botd112ee52017-08-31 19:38:41 +05303824apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +253,Quantity should be greater than 0,Cantitatea trebuie sa fie mai mare decât 0
3825apps/erpnext/erpnext/public/js/setup_wizard.js +392,Sample Data,Datele de probă
Frappe PR Botc0804792017-05-19 12:30:04 +05303826DocType: Journal Entry,Cash Entry,Cash intrare
3827apps/erpnext/erpnext/stock/doctype/warehouse/warehouse_tree.js +17,Child nodes can be only created under 'Group' type nodes,noduri pentru copii pot fi create numai în noduri de tip &quot;grup&quot;
3828DocType: Leave Application,Half Day Date,Jumatate de zi Data
3829DocType: Academic Year,Academic Year Name,Nume Anul universitar
3830DocType: Sales Partner,Contact Desc,Persoana de Contact Desc
3831apps/erpnext/erpnext/config/hr.py +65,"Type of leaves like casual, sick etc.","Tip de frunze, cum ar fi casual, bolnavi, etc"
3832DocType: Email Digest,Send regular summary reports via Email.,Trimite rapoarte de sinteză periodice prin e-mail.
3833DocType: Payment Entry,PE-,PE-
Frappe PR Botd112ee52017-08-31 19:38:41 +05303834apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.py +254,Please set default account in Expense Claim Type {0},Vă rugăm să setați contul implicit în cheltuielile de revendicare Tip {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05303835DocType: Assessment Result,Student Name,Numele studentului
3836DocType: Brand,Item Manager,Postul de manager
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303837apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +143,Payroll Payable,Salarizare plateste
Frappe PR Botc0804792017-05-19 12:30:04 +05303838DocType: Buying Settings,Default Supplier Type,Tip Furnizor Implicit
3839DocType: Production Order,Total Operating Cost,Cost total de operare
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05303840apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +171,Note: Item {0} entered multiple times,Notă: Articolul {0} a intrat de mai multe ori
Frappe PR Botc0804792017-05-19 12:30:04 +05303841apps/erpnext/erpnext/config/selling.py +41,All Contacts.,Toate contactele.
Frappe PR Botd112ee52017-08-31 19:38:41 +05303842apps/erpnext/erpnext/public/js/setup_wizard.js +225,Set your Target,Setați țintă
3843apps/erpnext/erpnext/public/js/setup_wizard.js +62,Company Abbreviation,Abreviere Companie
Frappe PR Botc0804792017-05-19 12:30:04 +05303844apps/erpnext/erpnext/hr/doctype/employee/employee.py +136,User {0} does not exist,Utilizatorul {0} nu există
Frappe PR Botc0804792017-05-19 12:30:04 +05303845DocType: Item Attribute Value,Abbreviation,Abreviere
Frappe PR Botd112ee52017-08-31 19:38:41 +05303846apps/erpnext/erpnext/accounts/doctype/payment_request/payment_request.py +179,Payment Entry already exists,Există deja intrare plată
Frappe PR Botc0804792017-05-19 12:30:04 +05303847apps/erpnext/erpnext/setup/doctype/authorization_control/authorization_control.py +36,Not authroized since {0} exceeds limits,Nu authroized din {0} depășește limitele
3848apps/erpnext/erpnext/config/hr.py +110,Salary template master.,Maestru șablon salariu.
3849DocType: Leave Type,Max Days Leave Allowed,Max zile de concediu de companie
3850apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +63,Set Tax Rule for shopping cart,Set Regula fiscală pentru coșul de cumpărături
3851DocType: Purchase Invoice,Taxes and Charges Added,Impozite și Taxe Added
3852,Sales Funnel,De vânzări pâlnie
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303853apps/erpnext/erpnext/setup/doctype/company/company.py +48,Abbreviation is mandatory,Abreviere este obligatorie
Frappe PR Botc0804792017-05-19 12:30:04 +05303854DocType: Project,Task Progress,Progresul sarcină
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05303855apps/erpnext/erpnext/templates/includes/navbar/navbar_items.html +7,Cart,Cart
Frappe PR Botc0804792017-05-19 12:30:04 +05303856,Qty to Transfer,Cantitate de a transfera
3857apps/erpnext/erpnext/config/selling.py +13,Quotes to Leads or Customers.,Citate la Oportunitati sau clienți.
3858DocType: Stock Settings,Role Allowed to edit frozen stock,Rol permise pentru a edita stoc congelate
3859,Territory Target Variance Item Group-Wise,Teritoriul țintă Variance Articol Grupa Înțelept
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303860apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +112,All Customer Groups,Toate grupurile de clienți
Frappe PR Botc0804792017-05-19 12:30:04 +05303861apps/erpnext/erpnext/accounts/doctype/budget/budget.py +114,Accumulated Monthly,lunar acumulat
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05303862apps/erpnext/erpnext/controllers/accounts_controller.py +651,{0} is mandatory. Maybe Currency Exchange record is not created for {1} to {2}.,{0} este obligatoriu. Este posibil ca înregistrarea schimbului valutar nu este creată pentru {1} până la {2}.
Frappe PR Botd112ee52017-08-31 19:38:41 +05303863apps/erpnext/erpnext/accounts/doctype/tax_rule/tax_rule.py +40,Tax Template is mandatory.,Format de impozitare este obligatorie.
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303864apps/erpnext/erpnext/accounts/doctype/account/account.py +48,Account {0}: Parent account {1} does not exist,Contul {0}: cont părinte {1} nu există
Frappe PR Botc0804792017-05-19 12:30:04 +05303865DocType: Purchase Invoice Item,Price List Rate (Company Currency),Lista de prețuri Rate (Compania de valuta)
3866DocType: Products Settings,Products Settings,produse Setări
3867DocType: Account,Temporary,Temporar
3868DocType: Program,Courses,cursuri
3869DocType: Monthly Distribution Percentage,Percentage Allocation,Alocarea procent
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303870apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +97,Secretary,Secretar
Frappe PR Botc0804792017-05-19 12:30:04 +05303871DocType: Global Defaults,"If disable, 'In Words' field will not be visible in any transaction","În cazul în care dezactivați, &quot;în cuvinte&quot; câmp nu vor fi vizibile în orice tranzacție"
3872DocType: Serial No,Distinct unit of an Item,Unitate distinctă de Postul
Frappe PR Botd112ee52017-08-31 19:38:41 +05303873DocType: Supplier Scorecard Criteria,Criteria Name,Numele de criterii
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05303874apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +1209,Please set Company,Stabiliți compania
Frappe PR Botc0804792017-05-19 12:30:04 +05303875DocType: Pricing Rule,Buying,Cumpărare
3876DocType: HR Settings,Employee Records to be created by,Inregistrari Angajaților pentru a fi create prin
3877DocType: POS Profile,Apply Discount On,Aplicați Discount pentru
3878,Reqd By Date,Reqd de Date
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303879apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +140,Creditors,Creditorii
Frappe PR Botc0804792017-05-19 12:30:04 +05303880DocType: Assessment Plan,Assessment Name,Nume de evaluare
3881apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +96,Row # {0}: Serial No is mandatory,Row # {0}: Nu serial este obligatorie
3882DocType: Purchase Taxes and Charges,Item Wise Tax Detail,Detaliu Taxa Avizata Articol
Frappe PR Botd112ee52017-08-31 19:38:41 +05303883apps/erpnext/erpnext/public/js/setup_wizard.js +62,Institute Abbreviation,Institutul Abreviere
Frappe PR Botc0804792017-05-19 12:30:04 +05303884,Item-wise Price List Rate,Rata Lista de Pret Articol-Avizat
Frappe PR Botd112ee52017-08-31 19:38:41 +05303885apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +916,Supplier Quotation,Furnizor ofertă
Frappe PR Botc0804792017-05-19 12:30:04 +05303886DocType: Quotation,In Words will be visible once you save the Quotation.,În cuvinte va fi vizibil după ce salvați citat.
3887apps/erpnext/erpnext/utilities/transaction_base.py +153,Quantity ({0}) cannot be a fraction in row {1},Cantitatea ({0}) nu poate fi o fracțiune în rândul {1}
3888apps/erpnext/erpnext/utilities/transaction_base.py +153,Quantity ({0}) cannot be a fraction in row {1},Cantitatea ({0}) nu poate fi o fracțiune în rândul {1}
3889apps/erpnext/erpnext/schools/doctype/fees/fees.js +26,Collect Fees,Colectarea taxelor
3890DocType: Attendance,ATT-,ATT-
Frappe PR Botd112ee52017-08-31 19:38:41 +05303891apps/erpnext/erpnext/stock/doctype/item/item.py +445,Barcode {0} already used in Item {1},Cod de bare {0} deja folosit pentru articolul {1}
Frappe PR Botc0804792017-05-19 12:30:04 +05303892apps/erpnext/erpnext/config/selling.py +86,Rules for adding shipping costs.,Reguli pentru a adăuga costurile de transport maritim.
3893DocType: Item,Opening Stock,deschidere stoc
3894apps/erpnext/erpnext/support/doctype/warranty_claim/warranty_claim.py +20,Customer is required,Clientul este necesar
3895apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +20,{0} is mandatory for Return,{0} este obligatorie pentru returnare
3896DocType: Purchase Order,To Receive,A Primi
Frappe PR Botd112ee52017-08-31 19:38:41 +05303897apps/erpnext/erpnext/public/js/setup_wizard.js +207,user@example.com,user@example.com
Frappe PR Botc0804792017-05-19 12:30:04 +05303898DocType: Employee,Personal Email,Personal de e-mail
3899apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.py +57,Total Variance,Raport Variance
3900DocType: Accounts Settings,"If enabled, the system will post accounting entries for inventory automatically.","Dacă este activat, sistemul va posta automat înregistrări contabile pentru inventar."
3901apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +15,Brokerage,Brokeraj
3902apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +232,Attendance for employee {0} is already marked for this day,Prezență pentru angajat {0} este deja marcat pentru această zi
3903DocType: Production Order Operation,"in Minutes
3904Updated via 'Time Log'","în procesul-verbal
3905 Actualizat prin ""Ora Log"""
3906DocType: Customer,From Lead,Din Conducere
3907apps/erpnext/erpnext/config/manufacturing.py +13,Orders released for production.,Comenzi lansat pentru producție.
Frappe PR Bot7c901002017-06-07 12:05:29 +05303908apps/erpnext/erpnext/public/js/account_tree_grid.js +66,Select Fiscal Year...,Selectați anul fiscal ...
Frappe PR Botd112ee52017-08-31 19:38:41 +05303909apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +555,POS Profile required to make POS Entry,POS Profil necesare pentru a face POS intrare
Frappe PR Botc0804792017-05-19 12:30:04 +05303910DocType: Program Enrollment Tool,Enroll Students,Studenți Enroll
3911DocType: Hub Settings,Name Token,Numele Token
3912apps/erpnext/erpnext/patches/v4_0/create_price_list_if_missing.py +21,Standard Selling,Vanzarea Standard
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303913apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +138,Atleast one warehouse is mandatory,Cel puţin un depozit este obligatoriu
Frappe PR Botc0804792017-05-19 12:30:04 +05303914DocType: Serial No,Out of Warranty,Ieșit din garanție
Frappe PR Botd112ee52017-08-31 19:38:41 +05303915DocType: BOM Update Tool,Replace,Înlocuirea
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303916apps/erpnext/erpnext/templates/includes/product_list.js +42,No products found.,Nu găsiți produse.
Frappe PR Botc0804792017-05-19 12:30:04 +05303917apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +360,{0} against Sales Invoice {1},{0} comparativ cu factura de vânzări {1}
3918DocType: Sales Invoice,SINV-,SINV-
3919DocType: Request for Quotation Item,Project Name,Denumirea proiectului
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05303920DocType: Customer,Mention if non-standard receivable account,Mentionati daca non-standard cont de primit
Frappe PR Botc0804792017-05-19 12:30:04 +05303921DocType: Journal Entry Account,If Income or Expense,In cazul Veniturilor sau Cheltuielilor
3922DocType: Production Order,Required Items,Elemente obligatorii
3923DocType: Stock Ledger Entry,Stock Value Difference,Valoarea Stock Diferența
3924apps/erpnext/erpnext/config/learn.py +234,Human Resource,Resurse Umane
3925DocType: Payment Reconciliation Payment,Payment Reconciliation Payment,Reconciliere de plata
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303926apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +38,Tax Assets,Active fiscale
Frappe PR Botd112ee52017-08-31 19:38:41 +05303927apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +625,Production Order has been {0},Ordinul de producție a fost {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05303928DocType: BOM Item,BOM No,Nr. BOM
3929DocType: Instructor,INS/,INS /
3930apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +160,Journal Entry {0} does not have account {1} or already matched against other voucher,Jurnal de intrare {0} nu are cont {1} sau deja comparate cu alte voucher
3931DocType: Item,Moving Average,Mutarea medie
Frappe PR Botd112ee52017-08-31 19:38:41 +05303932DocType: BOM Update Tool,The BOM which will be replaced,BOM care va fi înlocuit
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303933apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +46,Electronic Equipments,Echipamente electronice
Frappe PR Botc0804792017-05-19 12:30:04 +05303934DocType: Account,Debit,Debitare
3935apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +49,Leaves must be allocated in multiples of 0.5,"Concediile trebuie să fie alocate în multipli de 0.5"""
3936DocType: Production Order,Operation Cost,Funcționare cost
3937apps/erpnext/erpnext/config/hr.py +29,Upload attendance from a .csv file,Încărcați de participare dintr-un fișier csv.
3938apps/erpnext/erpnext/selling/report/customer_credit_balance/customer_credit_balance.py +39,Outstanding Amt,Impresionant Amt
3939DocType: Sales Person,Set targets Item Group-wise for this Sales Person.,Stabilească obiective Articol Grupa-înțelept pentru această persoană de vânzări.
3940DocType: Stock Settings,Freeze Stocks Older Than [Days],Blocheaza Stocurile Mai Vechi De [zile]
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05303941apps/erpnext/erpnext/controllers/accounts_controller.py +548,Row #{0}: Asset is mandatory for fixed asset purchase/sale,Rând # {0}: Activ este obligatorie pentru active fixe cumpărare / vânzare
Frappe PR Bot7c901002017-06-07 12:05:29 +05303942apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +42,"If two or more Pricing Rules are found based on the above conditions, Priority is applied. Priority is a number between 0 to 20 while default value is zero (blank). Higher number means it will take precedence if there are multiple Pricing Rules with same conditions.","În cazul în care două sau mai multe reguli de stabilire a prețurilor sunt găsite bazează pe condițiile de mai sus, se aplică prioritate. Prioritatea este un număr între 0 și 20 în timp ce valoarea implicită este zero (gol). Numărul mai mare înseamnă că va avea prioritate în cazul în care există mai multe norme de stabilire a prețurilor, cu aceleași condiții."
Frappe PR Botc0804792017-05-19 12:30:04 +05303943apps/erpnext/erpnext/controllers/trends.py +36,Fiscal Year: {0} does not exists,Anul fiscal: {0} nu există
3944DocType: Currency Exchange,To Currency,Pentru a valutar
3945DocType: Leave Block List,Allow the following users to approve Leave Applications for block days.,Permiteţi următorilor utilizatori să aprobe cereri de concediu pentru zile blocate.
3946apps/erpnext/erpnext/config/hr.py +132,Types of Expense Claim.,Tipuri de cheltuieli de revendicare.
3947apps/erpnext/erpnext/controllers/selling_controller.py +173,Selling rate for item {0} is lower than its {1}. Selling rate should be atleast {2},Rata de vânzare pentru articolul {0} este mai mică decât {1}. Rata de vânzare trebuie să fie atinsă {2}
3948apps/erpnext/erpnext/controllers/selling_controller.py +173,Selling rate for item {0} is lower than its {1}. Selling rate should be atleast {2},Rata de vânzare pentru articolul {0} este mai mică decât {1}. Rata de vânzare trebuie să fie atinsă {2}
3949DocType: Item,Taxes,Impozite
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05303950apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +324,Paid and Not Delivered,Plătite și nu sunt livrate
Frappe PR Botc0804792017-05-19 12:30:04 +05303951DocType: Project,Default Cost Center,Cost Center Implicit
3952DocType: Bank Guarantee,End Date,Dată finalizare
3953apps/erpnext/erpnext/config/stock.py +7,Stock Transactions,Tranzacții de stoc
3954DocType: Budget,Budget Accounts,Conturile bugetare
3955DocType: Employee,Internal Work History,Istoria interne de lucru
3956DocType: Depreciation Schedule,Accumulated Depreciation Amount,Sumă Amortizarea cumulată
3957apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +42,Private Equity,Private Equity
Frappe PR Botd112ee52017-08-31 19:38:41 +05303958DocType: Supplier Scorecard Variable,Supplier Scorecard Variable,Variabila tabelului de variabile pentru furnizori
Frappe PR Botc0804792017-05-19 12:30:04 +05303959DocType: Employee Loan,Fully Disbursed,deblocată în întregime
3960DocType: Maintenance Visit,Customer Feedback,Feedback Client
3961DocType: Account,Expense,Cheltuială
3962apps/erpnext/erpnext/schools/doctype/assessment_result/assessment_result.js +34,Score cannot be greater than Maximum Score,Scorul nu poate fi mai mare decât scorul maxim
3963DocType: Item Attribute,From Range,Din gama
Frappe PR Botd112ee52017-08-31 19:38:41 +05303964DocType: BOM,Set rate of sub-assembly item based on BOM,Viteza setată a elementului subansamblu bazat pe BOM
3965apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +96,Syntax error in formula or condition: {0},Eroare de sintaxă în formulă sau stare: {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05303966DocType: Daily Work Summary Settings Company,Daily Work Summary Settings Company,De zi cu zi de lucru Companie Rezumat Setări
Frappe PR Botbfdb7262017-07-11 15:20:11 +05303967apps/erpnext/erpnext/stock/utils.py +123,Item {0} ignored since it is not a stock item,"Element {0} ignorat, deoarece nu este un element de stoc"
Frappe PR Botc0804792017-05-19 12:30:04 +05303968DocType: Appraisal,APRSL,APRSL
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05303969apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +101,Submit this Production Order for further processing.,Trimiteți acest comandă de producție pentru prelucrarea ulterioară.
Frappe PR Bot7c901002017-06-07 12:05:29 +05303970apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +23,"To not apply Pricing Rule in a particular transaction, all applicable Pricing Rules should be disabled.","De a nu aplica regula Preturi într-o anumită tranzacție, ar trebui să fie dezactivat toate regulile de tarifare aplicabile."
Frappe PR Botc0804792017-05-19 12:30:04 +05303971DocType: Assessment Group,Parent Assessment Group,Grup părinte de evaluare
3972apps/erpnext/erpnext/hr/doctype/job_opening/job_opening.py +27,Jobs,Locuri de munca
3973,Sales Order Trends,Vânzări Ordine Tendințe
3974DocType: Employee,Held On,Organizat In
3975apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order_calendar.js +36,Production Item,Producția Postul
3976,Employee Information,Informații angajat
Frappe PR Botd112ee52017-08-31 19:38:41 +05303977apps/erpnext/erpnext/public/js/setup_wizard.js +247,Rate (%),Rate (%)
Frappe PR Botc0804792017-05-19 12:30:04 +05303978DocType: Stock Entry Detail,Additional Cost,Cost aditional
Frappe PR Botc0804792017-05-19 12:30:04 +05303979apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +39,"Can not filter based on Voucher No, if grouped by Voucher","Nu se poate filtra pe baza voucher Nr., în cazul gruparii in functie de Voucher"
Frappe PR Botd112ee52017-08-31 19:38:41 +05303980apps/erpnext/erpnext/buying/doctype/request_for_quotation/request_for_quotation.js +891,Make Supplier Quotation,Realizeaza Ofertă Furnizor
Frappe PR Botc0804792017-05-19 12:30:04 +05303981DocType: Quality Inspection,Incoming,Primite
3982DocType: BOM,Materials Required (Exploded),Materiale necesare (explodat)
Frappe PR Botd112ee52017-08-31 19:38:41 +05303983apps/erpnext/erpnext/public/js/setup_wizard.js +199,"Add users to your organization, other than yourself","Adăugați utilizatori la organizația dvs., altele decât tine"
Frappe PR Botbfdb7262017-07-11 15:20:11 +05303984apps/erpnext/erpnext/stock/report/total_stock_summary/total_stock_summary.py +60,Please set Company filter blank if Group By is 'Company',Filtru filtru de companie gol dacă grupul de grup este &quot;companie&quot;
Frappe PR Botc0804792017-05-19 12:30:04 +05303985apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +66,Posting Date cannot be future date,Dată postare nu poate fi data viitoare
3986apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +101,Row # {0}: Serial No {1} does not match with {2} {3},Row # {0}: Serial No {1} nu se potrivește cu {2} {3}
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303987apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +55,Casual Leave,Concediu Aleator
Frappe PR Botc0804792017-05-19 12:30:04 +05303988DocType: Batch,Batch ID,ID-ul lotului
3989apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +380,Note: {0},Notă: {0}
3990,Delivery Note Trends,Tendințe Nota de Livrare
3991apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +113,This Week's Summary,Rezumat această săptămână
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303992apps/erpnext/erpnext/manufacturing/report/bom_stock_report/bom_stock_report.py +20,In Stock Qty,În stoc Cantitate
Frappe PR Botc0804792017-05-19 12:30:04 +05303993apps/erpnext/erpnext/accounts/general_ledger.py +111,Account: {0} can only be updated via Stock Transactions,Contul: {0} poate fi actualizat doar prin Tranzacții stoc
Frappe PR Bot3ceab642017-07-04 16:08:14 +05303994DocType: Student Group Creation Tool,Get Courses,Cursuri de a lua
Frappe PR Botc0804792017-05-19 12:30:04 +05303995DocType: GL Entry,Party,Grup
Frappe PR Botd112ee52017-08-31 19:38:41 +05303996DocType: Sales Order,Delivery Date,Data de Livrare
Frappe PR Botc0804792017-05-19 12:30:04 +05303997DocType: Opportunity,Opportunity Date,Oportunitate Data
3998DocType: Purchase Receipt,Return Against Purchase Receipt,Reveni cu confirmare de primire cumparare
3999DocType: Request for Quotation Item,Request for Quotation Item,Cerere de ofertă Postul
4000DocType: Purchase Order,To Bill,Pentru a Bill
4001DocType: Material Request,% Ordered,% Comandat
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304002DocType: School Settings,"For Course based Student Group, the Course will be validated for every Student from the enrolled Courses in Program Enrollment.","Pentru grupul de studenți bazat pe cursuri, cursul va fi validat pentru fiecare student din cursurile înscrise în înscrierea în program."
Frappe PR Botc0804792017-05-19 12:30:04 +05304003DocType: Purchase Invoice,"Enter Email Address separated by commas, invoice will be mailed automatically on particular date","Introdu adresa de e-mail separate prin virgule, factura va fi trimis prin poștă în mod automat la anumită dată"
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304004apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +72,Piecework,Muncă în acord
Frappe PR Botc0804792017-05-19 12:30:04 +05304005apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +72,Avg. Buying Rate,Rată de cumparare medie
4006DocType: Task,Actual Time (in Hours),Timpul efectiv (în ore)
4007DocType: Employee,History In Company,Istoric In Companie
4008apps/erpnext/erpnext/config/learn.py +107,Newsletters,Buletine
4009DocType: Stock Ledger Entry,Stock Ledger Entry,Stoc Ledger intrare
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05304010apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +82,Same item has been entered multiple times,Același articol a fost introdus de mai multe ori
Frappe PR Botc0804792017-05-19 12:30:04 +05304011DocType: Department,Leave Block List,Lista Concedii Blocate
4012DocType: Sales Invoice,Tax ID,ID impozit
Frappe PR Botbfdb7262017-07-11 15:20:11 +05304013apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +192,Item {0} is not setup for Serial Nos. Column must be blank,Articolul {0} nu este configurat pentru Numerotare Seriala. Coloana trebuie să fie vida
Frappe PR Botc0804792017-05-19 12:30:04 +05304014DocType: Accounts Settings,Accounts Settings,Setări Conturi
4015apps/erpnext/erpnext/schools/doctype/student_applicant/student_applicant.js +7,Approve,Aproba
4016DocType: Customer,Sales Partner and Commission,Partener de vânzări și a Comisiei
4017DocType: Employee Loan,Rate of Interest (%) / Year,Rata dobânzii (%) / An
4018,Project Quantity,proiectul Cantitatea
Frappe PR Botd112ee52017-08-31 19:38:41 +05304019apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +79,"Total {0} for all items is zero, may be you should change 'Distribute Charges Based On'","Total {0} pentru toate articolele este zero, poate fi ar trebui să schimbați „Distribuirea cheltuielilor pe baza“"
Frappe PR Botc0804792017-05-19 12:30:04 +05304020DocType: Opportunity,To Discuss,Pentru a discuta
4021apps/erpnext/erpnext/stock/stock_ledger.py +368,{0} units of {1} needed in {2} to complete this transaction.,{0} unități de {1} necesare în {2} pentru a finaliza această tranzacție.
4022DocType: Loan Type,Rate of Interest (%) Yearly,Rata dobânzii (%) anual
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304023apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +71,Temporary Accounts,Conturi temporare
4024apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +176,Black,Negru
Frappe PR Botc0804792017-05-19 12:30:04 +05304025DocType: BOM Explosion Item,BOM Explosion Item,Explozie articol BOM
4026DocType: Account,Auditor,Auditor
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05304027apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +124,{0} items produced,{0} articole produse
Frappe PR Botc0804792017-05-19 12:30:04 +05304028DocType: Cheque Print Template,Distance from top edge,Distanța de la marginea de sus
Frappe PR Botd112ee52017-08-31 19:38:41 +05304029apps/erpnext/erpnext/stock/get_item_details.py +308,Price List {0} is disabled or does not exist,Listă de prețuri {0} este dezactivat sau nu există
Frappe PR Botc0804792017-05-19 12:30:04 +05304030DocType: Purchase Invoice,Return,Întoarcere
4031DocType: Production Order Operation,Production Order Operation,Producția Comanda Funcționare
4032DocType: Pricing Rule,Disable,Dezactivati
Frappe PR Botd112ee52017-08-31 19:38:41 +05304033apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.py +161,Mode of payment is required to make a payment,Modul de plată este necesară pentru a efectua o plată
Frappe PR Botc0804792017-05-19 12:30:04 +05304034DocType: Project Task,Pending Review,Revizuirea în curs
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304035apps/erpnext/erpnext/schools/doctype/student_group/student_group.py +38,{0} - {1} is not enrolled in the Batch {2},{0} - {1} nu este înscris în lotul {2}
Frappe PR Botd112ee52017-08-31 19:38:41 +05304036apps/erpnext/erpnext/accounts/doctype/asset/depreciation.py +113,"Asset {0} cannot be scrapped, as it is already {1}","Activ {0} nu poate fi scoase din uz, deoarece este deja {1}"
Frappe PR Botc0804792017-05-19 12:30:04 +05304037DocType: Task,Total Expense Claim (via Expense Claim),Revendicarea Total cheltuieli (prin cheltuieli revendicarea)
Frappe PR Botc0804792017-05-19 12:30:04 +05304038apps/erpnext/erpnext/hr/doctype/employee_attendance_tool/employee_attendance_tool.js +177,Mark Absent,Mark Absent
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05304039apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +139,Row {0}: Currency of the BOM #{1} should be equal to the selected currency {2},Rând {0}: Moneda de BOM # {1} ar trebui să fie egal cu moneda selectată {2}
Frappe PR Botc0804792017-05-19 12:30:04 +05304040DocType: Journal Entry Account,Exchange Rate,Rata de schimb
Frappe PR Botd112ee52017-08-31 19:38:41 +05304041apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +573,Sales Order {0} is not submitted,Comandă de vânzări {0} nu este prezentat
Frappe PR Botc0804792017-05-19 12:30:04 +05304042DocType: Homepage,Tag Line,Eticheta linie
4043DocType: Fee Component,Fee Component,Taxa de Component
4044apps/erpnext/erpnext/config/hr.py +195,Fleet Management,Conducerea flotei
Frappe PR Botd112ee52017-08-31 19:38:41 +05304045apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +914,Add items from,Adauga articole din
Frappe PR Botc0804792017-05-19 12:30:04 +05304046DocType: Cheque Print Template,Regular,Regulat
4047apps/erpnext/erpnext/schools/doctype/course/course.py +20,Total Weightage of all Assessment Criteria must be 100%,Weightage totală a tuturor criteriilor de evaluare trebuie să fie 100%
4048DocType: BOM,Last Purchase Rate,Ultima Rate de Cumparare
4049DocType: Account,Asset,Valoare
4050DocType: Project Task,Task ID,Sarcina ID
4051apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +84,Stock cannot exist for Item {0} since has variants,Stock nu poate exista pentru postul {0} deoarece are variante
4052,Sales Person-wise Transaction Summary,Persoana de vânzări-înțelept Rezumat Transaction
4053DocType: Training Event,Contact Number,Numar de contact
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304054apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +72,Warehouse {0} does not exist,Depozitul {0} nu există
Frappe PR Botc0804792017-05-19 12:30:04 +05304055apps/erpnext/erpnext/hub_node/page/hub/register_in_hub.html +2,Register For ERPNext Hub,Inregistreaza-te pentru ERPNext Hub
4056DocType: Monthly Distribution,Monthly Distribution Percentages,Procente de distribuție lunare
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05304057apps/erpnext/erpnext/stock/doctype/batch/batch.py +37,The selected item cannot have Batch,Elementul selectat nu poate avea Lot
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304058apps/erpnext/erpnext/stock/stock_ledger.py +464,"Valuation rate not found for the Item {0}, which is required to do accounting entries for {1} {2}. If the item is transacting as a sample item in the {1}, please mention that in the {1} Item table. Otherwise, please create an incoming stock transaction for the item or mention valuation rate in the Item record, and then try submiting/cancelling this entry","Rata de evaluare nu a fost găsit pentru elementul {0}, care trebuie să facă înregistrări contabile pentru {1} {2}. În cazul în care elementul este ca un element transacting probă în {1}, vă rugăm să menționați că în {1} tabel element. În caz contrar, vă rugăm să creați o tranzacție stoc de intrare pentru element sau menționează rata de evaluare în înregistrarea element și apoi încercați submiting / anulare această intrare"
Frappe PR Botc0804792017-05-19 12:30:04 +05304059DocType: Delivery Note,% of materials delivered against this Delivery Note,% de materiale livrate versus notele livrarii
4060DocType: Project,Customer Details,Detalii Client
4061DocType: Employee,Reports to,Rapoarte
4062,Unpaid Expense Claim,Revendicarea de cheltuieli neplătit
Frappe PR Botc0804792017-05-19 12:30:04 +05304063DocType: Payment Entry,Paid Amount,Suma plătită
4064DocType: Assessment Plan,Supervisor,supraveghetor
Frappe PR Botd112ee52017-08-31 19:38:41 +05304065apps/erpnext/erpnext/accounts/page/pos/pos.js +719,Online,Pe net
Frappe PR Botc0804792017-05-19 12:30:04 +05304066,Available Stock for Packing Items,Stoc disponibil pentru articole destinate împachetării
4067DocType: Item Variant,Item Variant,Postul Varianta
4068DocType: Assessment Result Tool,Assessment Result Tool,Instrumentul de evaluare Rezultat
4069DocType: BOM Scrap Item,BOM Scrap Item,BOM Resturi Postul
Frappe PR Botd112ee52017-08-31 19:38:41 +05304070apps/erpnext/erpnext/accounts/page/pos/pos.js +880,Submitted orders can not be deleted,comenzile trimise nu pot fi șterse
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304071apps/erpnext/erpnext/accounts/doctype/account/account.py +117,"Account balance already in Debit, you are not allowed to set 'Balance Must Be' as 'Credit'","Soldul contului este deja în credit, nu vă este permis să setați ""Balanța trebuie să fie"" drept ""Credit""."
4072apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +87,Quality Management,Managementul calității
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05304073apps/erpnext/erpnext/accounts/doctype/asset/asset.py +41,Item {0} has been disabled,Postul {0} a fost dezactivat
Frappe PR Botc0804792017-05-19 12:30:04 +05304074DocType: Employee Loan,Repay Fixed Amount per Period,Rambursa Suma fixă pentru fiecare perioadă
4075apps/erpnext/erpnext/buying/utils.py +47,Please enter quantity for Item {0},Va rugam sa introduceti cantitatea pentru postul {0}
Frappe PR Botd112ee52017-08-31 19:38:41 +05304076apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +78,Credit Note Amt,Nota de credit Amt
Frappe PR Botc0804792017-05-19 12:30:04 +05304077DocType: Employee External Work History,Employee External Work History,Istoric Extern Locuri de Munca Angajat
4078DocType: Tax Rule,Purchase,Cumpărarea
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304079apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +37,Balance Qty,Cantitate de bilanţ
Frappe PR Botc0804792017-05-19 12:30:04 +05304080apps/erpnext/erpnext/hr/doctype/appraisal/appraisal.py +20,Goals cannot be empty,Obiectivele nu poate fi gol
4081DocType: Item Group,Parent Item Group,Părinte Grupa de articole
4082apps/erpnext/erpnext/projects/doctype/activity_cost/activity_cost.py +21,{0} for {1},{0} pentru {1}
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304083apps/erpnext/erpnext/setup/doctype/company/company.js +25,Cost Centers,Centre de cost
Frappe PR Botc0804792017-05-19 12:30:04 +05304084DocType: Purchase Receipt,Rate at which supplier's currency is converted to company's base currency,Rata la care moneda furnizorului este convertit în moneda de bază a companiei
4085apps/erpnext/erpnext/manufacturing/doctype/workstation/workstation.py +36,Row #{0}: Timings conflicts with row {1},Rând # {0}: conflicte timpilor cu rândul {1}
4086DocType: Purchase Invoice Item,Allow Zero Valuation Rate,Permiteți ratei de evaluare zero
4087DocType: Purchase Invoice Item,Allow Zero Valuation Rate,Permiteți ratei de evaluare zero
4088DocType: Training Event Employee,Invited,invitați
Frappe PR Botd112ee52017-08-31 19:38:41 +05304089apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +175,Multiple active Salary Structures found for employee {0} for the given dates,"Mai multe structuri salariale active, găsite pentru angajat al {0} pentru datele indicate"
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304090apps/erpnext/erpnext/config/accounts.py +310,Setup Gateway accounts.,Setup conturi Gateway.
Frappe PR Botc0804792017-05-19 12:30:04 +05304091DocType: Employee,Employment Type,Tip angajare
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304092apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +42,Fixed Assets,Active Fixe
Frappe PR Botc0804792017-05-19 12:30:04 +05304093DocType: Payment Entry,Set Exchange Gain / Loss,Set Exchange Gain / Pierdere
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304094,GST Purchase Register,Registrul achizițiilor GST
Frappe PR Botc0804792017-05-19 12:30:04 +05304095,Cash Flow,Fluxul de numerar
4096apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +92,Application period cannot be across two alocation records,Perioada de aplicare nu poate fi peste două înregistrări alocation
4097DocType: Item Group,Default Expense Account,Cont de Cheltuieli Implicit
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304098apps/erpnext/erpnext/schools/report/student_and_guardian_contact_details/student_and_guardian_contact_details.py +53,Student Email ID,ID-ul de student e-mail
Frappe PR Botc0804792017-05-19 12:30:04 +05304099DocType: Employee,Notice (days),Preaviz (zile)
4100DocType: Tax Rule,Sales Tax Template,Format impozitul pe vânzări
Frappe PR Botd112ee52017-08-31 19:38:41 +05304101apps/erpnext/erpnext/accounts/page/pos/pos.js +2397,Select items to save the invoice,Selectați elemente pentru a salva factura
Frappe PR Botc0804792017-05-19 12:30:04 +05304102DocType: Employee,Encashment Date,Data plata in Numerar
4103DocType: Training Event,Internet,Internet
4104DocType: Account,Stock Adjustment,Ajustarea stoc
4105apps/erpnext/erpnext/projects/doctype/activity_cost/activity_cost.py +34,Default Activity Cost exists for Activity Type - {0},Există implicit Activitate Cost de activitate de tip - {0}
4106DocType: Production Order,Planned Operating Cost,Planificate cost de operare
4107DocType: Academic Term,Term Start Date,Termenul Data de începere
4108apps/erpnext/erpnext/crm/report/campaign_efficiency/campaign_efficiency.py +18,Opp Count,Opp Count
4109apps/erpnext/erpnext/controllers/recurring_document.py +136,Please find attached {0} #{1},Vă rugăm să găsiți atașat {0} # {1}
4110apps/erpnext/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py +34,Bank Statement balance as per General Ledger,Banca echilibru Declarație pe General Ledger
4111DocType: Job Applicant,Applicant Name,Nume solicitant
4112DocType: Authorization Rule,Customer / Item Name,Client / Denumire articol
4113DocType: Product Bundle,"Aggregate group of **Items** into another **Item**. This is useful if you are bundling a certain **Items** into a package and you maintain stock of the packed **Items** and not the aggregate **Item**.
4114
4115The package **Item** will have ""Is Stock Item"" as ""No"" and ""Is Sales Item"" as ""Yes"".
4116
4117For Example: If you are selling Laptops and Backpacks separately and have a special price if the customer buys both, then the Laptop + Backpack will be a new Product Bundle Item.
4118
4119Note: BOM = Bill of Materials","Grup agregat de articole ** ** în alt articol ** **. Acest lucru este util dacă gruparea de anumite elemente ** ** într-un pachet și să mențină un bilanț al ambalate ** ** Elemente și nu agregate ** Postul **. Pachetul ** Postul ** va avea &quot;Este Piesa&quot; ca &quot;No&quot; și &quot;Este punctul de vânzare&quot;, ca &quot;Da&quot;. De exemplu: dacă sunteți de vânzare Laptop-uri și Rucsacuri separat și au un preț special dacă clientul cumpără atât, atunci laptop + rucsac va fi un nou Bundle produs Postul. Notă: BOM = Bill de materiale"
4120apps/erpnext/erpnext/selling/doctype/installation_note/installation_note.py +42,Serial No is mandatory for Item {0},Nu serial este obligatorie pentru postul {0}
4121DocType: Item Variant Attribute,Attribute,Atribut
4122apps/erpnext/erpnext/stock/doctype/item_attribute/item_attribute.py +43,Please specify from/to range,Vă rugăm să precizați de la / la gama
4123DocType: Serial No,Under AMC,Sub AMC
Frappe PR Bot7c901002017-06-07 12:05:29 +05304124apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +55,Item valuation rate is recalculated considering landed cost voucher amount,Rata de evaluare Articolul este recalculat în vedere aterizat sumă voucher de cost
Frappe PR Botc0804792017-05-19 12:30:04 +05304125apps/erpnext/erpnext/config/selling.py +153,Default settings for selling transactions.,Setări implicite pentru tranzacțiile de vânzare.
4126DocType: Guardian,Guardian Of ,Guardian Of
4127DocType: Grading Scale Interval,Threshold,Prag
Frappe PR Botd112ee52017-08-31 19:38:41 +05304128DocType: BOM Update Tool,Current BOM,FDM curent
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304129apps/erpnext/erpnext/public/js/utils.js +45,Add Serial No,Adăugaţi Nr. de Serie
Frappe PR Botbfdb7262017-07-11 15:20:11 +05304130DocType: Production Order Item,Available Qty at Source Warehouse,Cantitate disponibilă la Warehouse sursă
Frappe PR Botc0804792017-05-19 12:30:04 +05304131apps/erpnext/erpnext/config/support.py +22,Warranty,garanţie
4132DocType: Purchase Invoice,Debit Note Issued,Debit Notă Eliberat
4133DocType: Production Order,Warehouses,Depozite
4134apps/erpnext/erpnext/accounts/doctype/asset_movement/asset_movement.py +18,{0} asset cannot be transferred,{0} activul nu poate fi transferat
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05304135apps/erpnext/erpnext/stock/doctype/item/item.js +66,This Item is a Variant of {0} (Template).,Acest element este o variantă de {0} (șablon).
Frappe PR Botc0804792017-05-19 12:30:04 +05304136DocType: Workstation,per hour,pe oră
4137apps/erpnext/erpnext/config/buying.py +7,Purchasing,cumpărare
4138DocType: Announcement,Announcement,Anunţ
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304139DocType: School Settings,"For Batch based Student Group, the Student Batch will be validated for every Student from the Program Enrollment.","Pentru grupul de studenți bazat pe loturi, lotul student va fi validat pentru fiecare student din înscrierea în program."
4140apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +51,Warehouse can not be deleted as stock ledger entry exists for this warehouse.,Depozit nu pot fi șterse ca exista intrare stoc registrul pentru acest depozit.
Frappe PR Botc0804792017-05-19 12:30:04 +05304141DocType: Company,Distribution,Distribuire
4142apps/erpnext/erpnext/schools/doctype/fees/fees.js +27,Amount Paid,Sumă plătită
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304143apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +102,Project Manager,Manager de Proiect
Frappe PR Botc0804792017-05-19 12:30:04 +05304144,Quoted Item Comparison,Compararea Articol citat
Frappe PR Botd112ee52017-08-31 19:38:41 +05304145apps/erpnext/erpnext/buying/doctype/supplier_scorecard/supplier_scorecard.py +34,Overlap in scoring between {0} and {1},Suprapunerea punctajului între {0} și {1}
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304146apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +83,Dispatch,Expediere
Frappe PR Botbfdb7262017-07-11 15:20:11 +05304147apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +73,Max discount allowed for item: {0} is {1}%,Discount maxim permis pentru articol: {0} este {1}%
Frappe PR Botc0804792017-05-19 12:30:04 +05304148apps/erpnext/erpnext/accounts/report/asset_depreciations_and_balances/asset_depreciations_and_balances.py +173,Net Asset value as on,Valoarea activelor nete pe
4149DocType: Account,Receivable,De încasat
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05304150apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +288,Row #{0}: Not allowed to change Supplier as Purchase Order already exists,Row # {0}: Nu este permis să schimbe furnizorul ca Comandă există deja
Frappe PR Botc0804792017-05-19 12:30:04 +05304151DocType: Accounts Settings,Role that is allowed to submit transactions that exceed credit limits set.,Rol care i se permite să prezinte tranzacțiile care depășesc limitele de credit stabilite.
Frappe PR Botd112ee52017-08-31 19:38:41 +05304152apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +919,Select Items to Manufacture,Selectați elementele de Fabricare
4153apps/erpnext/erpnext/accounts/page/pos/pos.js +944,"Master data syncing, it might take some time","datele de bază de sincronizare, ar putea dura ceva timp"
Frappe PR Botc0804792017-05-19 12:30:04 +05304154DocType: Item,Material Issue,Problema de material
4155DocType: Hub Settings,Seller Description,Descriere vânzător
4156DocType: Employee Education,Qualification,Calificare
4157DocType: Item Price,Item Price,Pret Articol
4158apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +48,Soap & Detergent,Soap & Detergent
4159DocType: BOM,Show Items,Afișare articole
4160apps/erpnext/erpnext/schools/doctype/course_schedule/course_schedule.py +30,From Time cannot be greater than To Time.,Din Timpul nu poate fi mai mare decât în timp.
4161apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +36,Motion Picture & Video,Motion Picture & Video
4162apps/erpnext/erpnext/buying/doctype/supplier_quotation/supplier_quotation_list.js +5,Ordered,Ordonat
4163DocType: Salary Detail,Component,component
4164DocType: Assessment Criteria,Assessment Criteria Group,Criterii de evaluare de grup
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05304165apps/erpnext/erpnext/accounts/doctype/asset/asset.py +72,Opening Accumulated Depreciation must be less than equal to {0},Amortizarea de deschidere trebuie să fie mai mică Acumulate decât egală cu {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05304166DocType: Warehouse,Warehouse Name,Denumire depozit
4167DocType: Naming Series,Select Transaction,Selectați Transaction
4168apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +30,Please enter Approving Role or Approving User,Vă rugăm să introduceți Aprobarea Rolul sau aprobarea de utilizare
4169DocType: Journal Entry,Write Off Entry,Amortizare intrare
4170DocType: BOM,Rate Of Materials Based On,Rate de materiale bazate pe
4171apps/erpnext/erpnext/support/page/support_analytics/support_analytics.js +21,Support Analtyics,Analtyics Suport
4172apps/erpnext/erpnext/hr/doctype/employee_attendance_tool/employee_attendance_tool.js +142,Uncheck all,Deselecteaza tot
Frappe PR Botc0804792017-05-19 12:30:04 +05304173DocType: POS Profile,Terms and Conditions,Termeni şi condiţii
4174apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.py +49,To Date should be within the Fiscal Year. Assuming To Date = {0},Pentru a Data ar trebui să fie în anul fiscal. Presupunând Pentru a Data = {0}
4175DocType: Employee,"Here you can maintain height, weight, allergies, medical concerns etc","Aici puteți stoca informatii despre inaltime, greutate, alergii, probleme medicale etc"
4176DocType: Leave Block List,Applies to Company,Se aplică companiei
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05304177apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +202,Cannot cancel because submitted Stock Entry {0} exists,"Nu pot anula, deoarece a prezentat Bursa de intrare {0} există"
Frappe PR Botc0804792017-05-19 12:30:04 +05304178DocType: Employee Loan,Disbursement Date,debursare
Frappe PR Botd112ee52017-08-31 19:38:41 +05304179DocType: BOM Update Tool,Update latest price in all BOMs,Actualizați cel mai recent preț în toate BOM-urile
Frappe PR Botc0804792017-05-19 12:30:04 +05304180DocType: Vehicle,Vehicle,Vehicul
4181DocType: Purchase Invoice,In Words,În cuvinte
4182DocType: POS Profile,Item Groups,Grupuri articol
4183apps/erpnext/erpnext/hr/doctype/employee/employee.py +217,Today is {0}'s birthday!,Astăzi este {0} nu a aniversare!
4184DocType: Production Planning Tool,Material Request For Warehouse,Cerere de material Pentru Warehouse
4185DocType: Sales Order Item,For Production,Pentru Producție
4186DocType: Payment Request,payment_url,payment_url
4187DocType: Project Task,View Task,Vezi Sarcina
Frappe PR Botc0804792017-05-19 12:30:04 +05304188apps/erpnext/erpnext/crm/report/campaign_efficiency/campaign_efficiency.py +22,Opp/Lead %,Opp / Plumb%
4189apps/erpnext/erpnext/crm/report/campaign_efficiency/campaign_efficiency.py +22,Opp/Lead %,Opp / Plumb%
4190DocType: Material Request,MREQ-,MREQ-
4191,Asset Depreciations and Balances,Deprecieri active și echilibrări
Frappe PR Botd112ee52017-08-31 19:38:41 +05304192apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +353,Amount {0} {1} transferred from {2} to {3},Suma {0} {1} transferat de la {2} la {3}
Frappe PR Botc0804792017-05-19 12:30:04 +05304193DocType: Sales Invoice,Get Advances Received,Obtine Avansurile Primite
4194DocType: Email Digest,Add/Remove Recipients,Adăugaţi/Stergeţi Destinatari
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304195apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +461,Transaction not allowed against stopped Production Order {0},Tranzacție nu este permis împotriva oprit comandă de producție {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05304196apps/erpnext/erpnext/accounts/doctype/fiscal_year/fiscal_year.js +19,"To set this Fiscal Year as Default, click on 'Set as Default'","Pentru a seta acest an fiscal ca implicit, faceți clic pe ""Set as Default"""
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304197apps/erpnext/erpnext/projects/doctype/project/project.py +200,Join,A adera
Frappe PR Botc0804792017-05-19 12:30:04 +05304198apps/erpnext/erpnext/stock/report/stock_projected_qty/stock_projected_qty.py +20,Shortage Qty,Lipsă Cantitate
Frappe PR Botd112ee52017-08-31 19:38:41 +05304199apps/erpnext/erpnext/stock/doctype/item/item.py +649,Item variant {0} exists with same attributes,Postul varianta {0} există cu aceleași atribute
Frappe PR Botc0804792017-05-19 12:30:04 +05304200DocType: Employee Loan,Repay from Salary,Rambursa din salariu
4201DocType: Leave Application,LAP/,LAP /
Frappe PR Botd112ee52017-08-31 19:38:41 +05304202apps/erpnext/erpnext/accounts/doctype/payment_request/payment_request.py +341,Requesting payment against {0} {1} for amount {2},Solicitarea de plată contra {0} {1} pentru suma {2}
Frappe PR Botc0804792017-05-19 12:30:04 +05304203DocType: Salary Slip,Salary Slip,Salariul Slip
4204DocType: Lead,Lost Quotation,ofertă pierdută
4205DocType: Pricing Rule,Margin Rate or Amount,Rata de marjă sau Sumă
4206apps/erpnext/erpnext/stock/report/batch_item_expiry_status/batch_item_expiry_status.py +48,'To Date' is required,'Până la data' este necesară
4207DocType: Packing Slip,"Generate packing slips for packages to be delivered. Used to notify package number, package contents and its weight.","Generarea de ambalare slip pentru pachetele de a fi livrate. Folosit pentru a notifica numărul pachet, conținutul pachetului și greutatea sa."
4208DocType: Sales Invoice Item,Sales Order Item,Comandă de vânzări Postul
4209DocType: Salary Slip,Payment Days,Zile de plată
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304210apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +121,Warehouses with child nodes cannot be converted to ledger,Depozite cu noduri copil nu pot fi convertite în Cartea Mare
Frappe PR Botc0804792017-05-19 12:30:04 +05304211DocType: BOM,Manage cost of operations,Gestioneaza costul operațiunilor
4212DocType: Notification Control,"When any of the checked transactions are ""Submitted"", an email pop-up automatically opened to send an email to the associated ""Contact"" in that transaction, with the transaction as an attachment. The user may or may not send the email.","Atunci când oricare dintre tranzacțiile verificate sunt ""Trimis"", un e-mail de tip pop-up a deschis în mod automat pentru a trimite un e-mail la ""Contact"", asociat în această operațiune, cu tranzacția ca un atașament. Utilizatorul poate sau nu poate trimite e-mail."
4213apps/erpnext/erpnext/config/setup.py +14,Global Settings,Setări globale
4214DocType: Assessment Result Detail,Assessment Result Detail,Evaluare Rezultat Detalii
4215DocType: Employee Education,Employee Education,Educație Angajat
Frappe PR Botd112ee52017-08-31 19:38:41 +05304216apps/erpnext/erpnext/accounts/doctype/pos_profile/pos_profile.py +48,Duplicate item group found in the item group table,Grup de element dublu exemplar găsit în tabelul de grup de elemente
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05304217apps/erpnext/erpnext/public/js/controllers/transaction.js +941,It is needed to fetch Item Details.,Este nevoie să-i aducă Detalii despre articol.
Frappe PR Botc0804792017-05-19 12:30:04 +05304218DocType: Salary Slip,Net Pay,Plată netă
4219DocType: Account,Account,Cont
Frappe PR Botbfdb7262017-07-11 15:20:11 +05304220apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +217,Serial No {0} has already been received,Serial Nu {0} a fost deja primit
Frappe PR Botc0804792017-05-19 12:30:04 +05304221,Requested Items To Be Transferred,Elemente solicitate să fie transferată
4222DocType: Expense Claim,Vehicle Log,vehicul Log
Frappe PR Botc0804792017-05-19 12:30:04 +05304223DocType: Purchase Invoice,Recurring Id,Recurent Id
4224DocType: Customer,Sales Team Details,Detalii de vânzări Echipa
Frappe PR Botd112ee52017-08-31 19:38:41 +05304225apps/erpnext/erpnext/accounts/page/pos/pos.js +1331,Delete permanently?,Șterge definitiv?
Frappe PR Botc0804792017-05-19 12:30:04 +05304226DocType: Expense Claim,Total Claimed Amount,Total suma pretinsă
4227apps/erpnext/erpnext/config/crm.py +17,Potential opportunities for selling.,Potențiale oportunități de vânzare.
Frappe PR Botbfdb7262017-07-11 15:20:11 +05304228apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +228,Invalid {0},Invalid {0}
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304229apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +59,Sick Leave,A concediului medical
Frappe PR Botc0804792017-05-19 12:30:04 +05304230DocType: Email Digest,Email Digest,Email Digest
4231DocType: Delivery Note,Billing Address Name,Numele din adresa de facturare
4232apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +22,Department Stores,Magazine Departament
Frappe PR Botd112ee52017-08-31 19:38:41 +05304233,Item Delivery Date,Data livrării articolului
Frappe PR Botc0804792017-05-19 12:30:04 +05304234DocType: Warehouse,PIN,PIN
4235apps/erpnext/erpnext/setup/setup_wizard/sample_data.py +108,Setup your School in ERPNext,Setup Școala în ERPNext
4236DocType: Sales Invoice,Base Change Amount (Company Currency),De schimbare a bazei Suma (Companie Moneda)
Frappe PR Botd112ee52017-08-31 19:38:41 +05304237apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +304,No accounting entries for the following warehouses,Nici o intrare contabile pentru următoarele depozite
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05304238apps/erpnext/erpnext/projects/doctype/project/project.js +109,Save the document first.,Salvați documentul primul.
Frappe PR Botc0804792017-05-19 12:30:04 +05304239DocType: Account,Chargeable,Taxabil/a
4240DocType: Company,Change Abbreviation,Schimbarea abreviere
4241DocType: Expense Claim Detail,Expense Date,Data cheltuieli
4242DocType: Item,Max Discount (%),Max Discount (%)
4243apps/erpnext/erpnext/selling/report/inactive_customers/inactive_customers.py +70,Last Order Amount,Ultima cantitate
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05304244DocType: Task,Is Milestone,Este Milestone
Frappe PR Botc0804792017-05-19 12:30:04 +05304245DocType: Daily Work Summary,Email Sent To,Email trimis catre
4246DocType: Budget,Warn,Avertiza
4247DocType: Appraisal,"Any other remarks, noteworthy effort that should go in the records.","Orice alte observații, efort remarcabil care ar trebui înregistrate."
4248DocType: BOM,Manufacturing User,Producție de utilizare
4249DocType: Purchase Invoice,Raw Materials Supplied,Materii prime furnizate
4250DocType: Purchase Invoice,Recurring Print Format,Recurente Print Format
4251DocType: C-Form,Series,Serii
Frappe PR Botc0804792017-05-19 12:30:04 +05304252DocType: Appraisal,Appraisal Template,Model expertiză
4253DocType: Item Group,Item Classification,Postul Clasificare
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304254apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +100,Business Development Manager,Manager pentru Dezvoltarea Afacerilor
Frappe PR Botc0804792017-05-19 12:30:04 +05304255DocType: Maintenance Visit Purpose,Maintenance Visit Purpose,Scop Vizita Mentenanta
4256apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.js +16,Period,Perioada
4257apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.js +18,General Ledger,Registru Contabil General
4258apps/erpnext/erpnext/hr/doctype/attendance/attendance.py +33,Employee {0} on Leave on {1},Angajat {0} pe Lăsați pe {1}
4259apps/erpnext/erpnext/hr/doctype/attendance/attendance.py +33,Employee {0} on Leave on {1},Angajat {0} pe Lăsați pe {1}
4260apps/erpnext/erpnext/selling/doctype/campaign/campaign.js +10,View Leads,Vezi Oportunitati
4261DocType: Program Enrollment Tool,New Program,programul nou
4262DocType: Item Attribute Value,Attribute Value,Valoare Atribut
4263,Itemwise Recommended Reorder Level,Nivel de Reordonare Recomandat al Articolului-Awesome
4264DocType: Salary Detail,Salary Detail,Detalii salariu
Frappe PR Botd112ee52017-08-31 19:38:41 +05304265apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.js +1015,Please select {0} first,Vă rugăm selectați 0} {întâi
Frappe PR Botbfdb7262017-07-11 15:20:11 +05304266apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +803,Batch {0} of Item {1} has expired.,Lot {0} din {1} Postul a expirat.
Frappe PR Botc0804792017-05-19 12:30:04 +05304267DocType: Sales Invoice,Commission,Comision
4268apps/erpnext/erpnext/config/manufacturing.py +27,Time Sheet for manufacturing.,Fișa de timp pentru fabricație.
4269apps/erpnext/erpnext/templates/pages/cart.html +37,Subtotal,subtotală
4270DocType: Salary Detail,Default Amount,Implicit Suma
4271apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +93,Warehouse not found in the system,Depozit nu a fost găsit în sistemul
4272apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +116,This Month's Summary,Rezumat această lună
4273DocType: Quality Inspection Reading,Quality Inspection Reading,Inspecție de calitate Reading
4274apps/erpnext/erpnext/stock/doctype/stock_settings/stock_settings.py +24,`Freeze Stocks Older Than` should be smaller than %d days.,'Blochează stocuri mai vechi decât' ar trebui să fie mai mic de %d zile.
4275DocType: Tax Rule,Purchase Tax Template,Achiziționa Format fiscală
4276,Project wise Stock Tracking,Proiect înțelept Tracking Stock
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304277DocType: GST HSN Code,Regional,Regional
Frappe PR Botc0804792017-05-19 12:30:04 +05304278DocType: Stock Entry Detail,Actual Qty (at source/target),Cant efectivă (la sursă/destinaţie)
4279DocType: Item Customer Detail,Ref Code,Cod de Ref
Frappe PR Botd112ee52017-08-31 19:38:41 +05304280apps/erpnext/erpnext/accounts/doctype/pos_profile/pos_profile.py +66,Customer Group is Required in POS Profile,Grupul de clienți este solicitat în profilul POS
Frappe PR Botc0804792017-05-19 12:30:04 +05304281apps/erpnext/erpnext/config/hr.py +12,Employee records.,Înregistrări angajat.
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05304282apps/erpnext/erpnext/accounts/doctype/asset/asset.py +92,Please set Next Depreciation Date,Vă rugăm să setați Următoarea amortizare Data
Frappe PR Botc0804792017-05-19 12:30:04 +05304283DocType: HR Settings,Payroll Settings,Setări de salarizare
4284apps/erpnext/erpnext/config/accounts.py +148,Match non-linked Invoices and Payments.,Potrivesc Facturi non-legate și plăți.
4285apps/erpnext/erpnext/templates/pages/cart.html +16,Place Order,Locul de comandă
4286DocType: Email Digest,New Purchase Orders,Noi comenzi de aprovizionare
4287apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +24,Root cannot have a parent cost center,Rădăcină nu poate avea un centru de cost părinte
Frappe PR Bot7c901002017-06-07 12:05:29 +05304288apps/erpnext/erpnext/public/js/stock_analytics.js +57,Select Brand...,Selectați Marca ...
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304289apps/erpnext/erpnext/hr/doctype/employee/employee_dashboard.py +18,Training Events/Results,Evenimente de instruire / rezultate
Frappe PR Botc0804792017-05-19 12:30:04 +05304290apps/erpnext/erpnext/accounts/report/asset_depreciations_and_balances/asset_depreciations_and_balances.py +149,Accumulated Depreciation as on,Amortizarea ca pe acumulat
4291DocType: Sales Invoice,C-Form Applicable,Formular-C aplicabil
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05304292apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +398,Operation Time must be greater than 0 for Operation {0},Funcționarea timp trebuie să fie mai mare decât 0 pentru funcționare {0}
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304293apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +106,Warehouse is mandatory,Warehouse este obligatorie
Frappe PR Botc0804792017-05-19 12:30:04 +05304294DocType: Supplier,Address and Contacts,Adresa si contact
4295DocType: UOM Conversion Detail,UOM Conversion Detail,Detaliu UOM de conversie
Frappe PR Botc0804792017-05-19 12:30:04 +05304296DocType: Program,Program Abbreviation,Abreviere de program
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05304297apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +386,Production Order cannot be raised against a Item Template,Producția Comanda nu poate fi ridicată pe un șablon Postul
Frappe PR Bot7c901002017-06-07 12:05:29 +05304298apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +52,Charges are updated in Purchase Receipt against each item,Tarifele sunt actualizate în Primirea cumparare pentru fiecare articol
Frappe PR Botc0804792017-05-19 12:30:04 +05304299DocType: Warranty Claim,Resolved By,Rezolvat prin
4300DocType: Bank Guarantee,Start Date,Data începerii
4301apps/erpnext/erpnext/config/hr.py +75,Allocate leaves for a period.,Alocaţi concedii pentru o perioadă.
4302apps/erpnext/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py +42,Cheques and Deposits incorrectly cleared,Cecuri și Depozite respingă incorect
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304303apps/erpnext/erpnext/accounts/doctype/account/account.py +50,Account {0}: You can not assign itself as parent account,Contul {0}: nu puteți atribui contului în sine calitatea de cont părinte
Frappe PR Botc0804792017-05-19 12:30:04 +05304304DocType: Purchase Invoice Item,Price List Rate,Lista de prețuri Rate
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05304305apps/erpnext/erpnext/utilities/activation.py +70,Create customer quotes,Creați citate client
Frappe PR Botc0804792017-05-19 12:30:04 +05304306DocType: Item,"Show ""In Stock"" or ""Not in Stock"" based on stock available in this warehouse.","Arata ""Pe stoc"" sau ""nu este pe stoc"", bazat pe stoc disponibil în acest depozit."
4307apps/erpnext/erpnext/config/manufacturing.py +38,Bill of Materials (BOM),Factură de materiale (BOM)
4308DocType: Item,Average time taken by the supplier to deliver,Timpul mediu luate de către furnizor de a livra
Frappe PR Botfa042362017-07-17 17:50:36 +05304309apps/erpnext/erpnext/schools/doctype/assessment_plan/assessment_plan.js +22,Assessment Result,Rezultatul evaluării
Frappe PR Botc0804792017-05-19 12:30:04 +05304310apps/erpnext/erpnext/projects/doctype/project/project_dashboard.html +13,Hours,Ore
4311DocType: Project,Expected Start Date,Data de Incepere Preconizata
Frappe PR Bot7c901002017-06-07 12:05:29 +05304312apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +49,Remove item if charges is not applicable to that item,Eliminați element cazul în care costurile nu se aplică în acest element
Frappe PR Botd112ee52017-08-31 19:38:41 +05304313apps/erpnext/erpnext/accounts/doctype/payment_request/payment_request.py +34,Transaction currency must be same as Payment Gateway currency,Moneda de tranzacție trebuie să fie aceeași ca și de plată Gateway monedă
Frappe PR Botc0804792017-05-19 12:30:04 +05304314DocType: Payment Entry,Receive,Primi
4315apps/erpnext/erpnext/templates/pages/rfq.html +75,Quotations: ,Cotațiile:
4316DocType: Maintenance Visit,Fully Completed,Completat in Intregime
Frappe PR Botd112ee52017-08-31 19:38:41 +05304317DocType: POS Profile,New Customer Details,Detalii despre noi clienți
Frappe PR Botc0804792017-05-19 12:30:04 +05304318apps/erpnext/erpnext/projects/doctype/project/project_list.js +6,{0}% Complete,{0}% complet
4319DocType: Employee,Educational Qualification,Detalii Calificare de Învățământ
4320DocType: Workstation,Operating Costs,Costuri de operare
4321DocType: Budget,Action if Accumulated Monthly Budget Exceeded,Acțiune în cazul în care Acumulate Buget lunar depășit
4322DocType: Purchase Invoice,Submit on creation,Publica cu privire la crearea
Frappe PR Botd112ee52017-08-31 19:38:41 +05304323apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +466,Currency for {0} must be {1},Moneda pentru {0} trebuie să fie {1}
Frappe PR Botc0804792017-05-19 12:30:04 +05304324DocType: Asset,Disposal Date,eliminare Data
4325DocType: Daily Work Summary Settings,"Emails will be sent to all Active Employees of the company at the given hour, if they do not have holiday. Summary of responses will be sent at midnight.","E-mailuri vor fi trimise tuturor angajaților activi ai companiei la ora dat, în cazul în care nu au vacanță. Rezumatul răspunsurilor vor fi trimise la miezul nopții."
4326DocType: Employee Leave Approver,Employee Leave Approver,Aprobator Concediu Angajat
Frappe PR Botd112ee52017-08-31 19:38:41 +05304327apps/erpnext/erpnext/stock/doctype/item/item.py +494,Row {0}: An Reorder entry already exists for this warehouse {1},Rând {0}: O intrare de Comandă există deja pentru acest depozit {1}
Frappe PR Bot7c901002017-06-07 12:05:29 +05304328apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +81,"Cannot declare as lost, because Quotation has been made.","Nu se poate declara pierdut, pentru că Oferta a fost realizata."
Frappe PR Botc0804792017-05-19 12:30:04 +05304329apps/erpnext/erpnext/hr/doctype/training_event/training_event.js +13,Training Feedback,Feedback formare
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304330apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +458,Production Order {0} must be submitted,Producția de Ordine {0} trebuie să fie prezentate
Frappe PR Botd112ee52017-08-31 19:38:41 +05304331DocType: Supplier Scorecard Criteria,Supplier Scorecard Criteria,Criteriile Scorecard pentru furnizori
Frappe PR Bot7c901002017-06-07 12:05:29 +05304332apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py +149,Please select Start Date and End Date for Item {0},Vă rugăm să selectați data de început și Data de final pentru postul {0}
Frappe PR Botd112ee52017-08-31 19:38:41 +05304333apps/erpnext/erpnext/public/js/setup_wizard.js +226,Set a sales target you'd like to achieve.,Stabiliți un obiectiv de vânzări pe care doriți să îl atingeți.
4334apps/erpnext/erpnext/schools/doctype/student_group_creation_tool/student_group_creation_tool.py +55,Course is mandatory in row {0},"Desigur, este obligatorie în rândul {0}"
Frappe PR Botc0804792017-05-19 12:30:04 +05304335apps/erpnext/erpnext/hr/doctype/leave_control_panel/leave_control_panel.js +16,To date cannot be before from date,Până în prezent nu poate fi înainte de data
4336DocType: Supplier Quotation Item,Prevdoc DocType,Prevdoc Doctype
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304337apps/erpnext/erpnext/stock/doctype/item/item.js +258,Add / Edit Prices,Adăugați / editați preturi
Frappe PR Botc0804792017-05-19 12:30:04 +05304338DocType: Batch,Parent Batch,Lotul părinte
4339DocType: Batch,Parent Batch,Lotul părinte
4340DocType: Cheque Print Template,Cheque Print Template,Format Print cecului
4341apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.js +36,Chart of Cost Centers,Grafic Centre de Cost
4342,Requested Items To Be Ordered,Elemente solicitate să fie comandate
Frappe PR Botc0804792017-05-19 12:30:04 +05304343DocType: Price List,Price List Name,Lista de prețuri Nume
Frappe PR Botfa042362017-07-17 17:50:36 +05304344apps/erpnext/erpnext/hr/doctype/daily_work_summary/daily_work_summary.py +32,Daily Work Summary for {0},Sumar zilnic de lucru pentru {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05304345DocType: Employee Loan,Totals,Totaluri
4346DocType: BOM,Manufacturing,De fabricație
4347,Ordered Items To Be Delivered,Comandat de elemente pentru a fi livrate
4348DocType: Account,Income,Venit
4349DocType: Industry Type,Industry Type,Industrie Tip
Frappe PR Bot7c901002017-06-07 12:05:29 +05304350apps/erpnext/erpnext/templates/includes/cart.js +150,Something went wrong!,Ceva a mers prost!
Frappe PR Botc0804792017-05-19 12:30:04 +05304351apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +124,Warning: Leave application contains following block dates,Atenție: Lăsați aplicație conține următoarele date de bloc
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05304352apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +266,Sales Invoice {0} has already been submitted,Factură de vânzări {0} a fost deja prezentat
Frappe PR Botd112ee52017-08-31 19:38:41 +05304353DocType: Supplier Scorecard Scoring Criteria,Score,Scor
Frappe PR Botc0804792017-05-19 12:30:04 +05304354apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.py +25,Fiscal Year {0} does not exist,Anul fiscal {0} nu există
4355apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +30,Completion Date,Data Finalizare
4356DocType: Purchase Invoice Item,Amount (Company Currency),Sumă (monedă companie)
Frappe PR Botd112ee52017-08-31 19:38:41 +05304357apps/erpnext/erpnext/selling/doctype/quotation/quotation.py +38,Valid till date cannot be before transaction date,Valabil până la data nu poate fi înainte de data tranzacției
Frappe PR Botc0804792017-05-19 12:30:04 +05304358apps/erpnext/erpnext/stock/stock_ledger.py +372,{0} units of {1} needed in {2} on {3} {4} for {5} to complete this transaction.,{0} unități de {1} necesare în {2} pe {3} {4} pentru {5} pentru a finaliza această tranzacție.
4359DocType: Fee Structure,Student Category,Categoria de student
4360DocType: Announcement,Student,Student
4361apps/erpnext/erpnext/config/hr.py +229,Organization unit (department) master.,Unitate de organizare (departament) maestru.
Frappe PR Botc0804792017-05-19 12:30:04 +05304362apps/erpnext/erpnext/selling/doctype/sms_center/sms_center.py +75,Please enter message before sending,Vă rugăm să introduceți mesajul înainte de trimitere
Frappe PR Botd112ee52017-08-31 19:38:41 +05304363DocType: Purchase Invoice,DUPLICATE FOR SUPPLIER,DUPLICATE PENTRU FURNIZOR
Frappe PR Botc0804792017-05-19 12:30:04 +05304364DocType: Email Digest,Pending Quotations,în așteptare Cotațiile
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304365apps/erpnext/erpnext/config/accounts.py +315,Point-of-Sale Profile,Punctul de vânzare profil
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304366apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +156,Unsecured Loans,Creditele negarantate
Frappe PR Botc0804792017-05-19 12:30:04 +05304367DocType: Cost Center,Cost Center Name,Nume Centrul de Cost
4368DocType: Employee,B+,B +
4369DocType: HR Settings,Max working hours against Timesheet,Max ore de lucru împotriva Pontaj
4370DocType: Maintenance Schedule Detail,Scheduled Date,Data programată
Frappe PR Botd112ee52017-08-31 19:38:41 +05304371apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +77,Total Paid Amt,Total plătit Amt
Frappe PR Botc0804792017-05-19 12:30:04 +05304372DocType: SMS Center,Messages greater than 160 characters will be split into multiple messages,Mesaje mai mari de 160 de caractere vor fi împărțite în mai multe mesaje
4373DocType: Purchase Receipt Item,Received and Accepted,Primite și acceptate
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304374,GST Itemised Sales Register,Registrul de vânzări detaliat GST
Frappe PR Botc0804792017-05-19 12:30:04 +05304375,Serial No Service Contract Expiry,Serial Nu Service Contract de expirare
4376apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +299,You cannot credit and debit same account at the same time,"Nu puteți credit și de debit același cont, în același timp,"
4377DocType: Naming Series,Help HTML,Ajutor HTML
4378DocType: Student Group Creation Tool,Student Group Creation Tool,Instrumentul de creare a grupului de student
4379DocType: Item,Variant Based On,Varianta Bazat pe
4380apps/erpnext/erpnext/hr/doctype/appraisal/appraisal.py +53,Total weightage assigned should be 100%. It is {0},Weightage total alocat este de 100%. Este {0}
Frappe PR Botd112ee52017-08-31 19:38:41 +05304381apps/erpnext/erpnext/public/js/setup_wizard.js +276,Your Suppliers,Furnizorii dumneavoastră
4382apps/erpnext/erpnext/selling/doctype/quotation/quotation.py +80,Cannot set as Lost as Sales Order is made.,Nu se poate seta pierdut deoarece se intocmeste comandă de vânzări.
Frappe PR Botc0804792017-05-19 12:30:04 +05304383DocType: Request for Quotation Item,Supplier Part No,Furnizor de piesa
Frappe PR Botfa042362017-07-17 17:50:36 +05304384apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +365,Cannot deduct when category is for 'Valuation' or 'Vaulation and Total',Nu se poate deduce atunci când este categoria de &quot;evaluare&quot; sau &quot;Vaulation și Total&quot;
Frappe PR Botd112ee52017-08-31 19:38:41 +05304385apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +360,Received From,Primit de la
Frappe PR Botc0804792017-05-19 12:30:04 +05304386DocType: Lead,Converted,Transformat
4387DocType: Item,Has Serial No,Are nr. de serie
4388DocType: Employee,Date of Issue,Data Problemei
Frappe PR Botd112ee52017-08-31 19:38:41 +05304389apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.py +24,{0}: From {0} for {1},{0}: de la {0} pentru {1}
4390apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +218,"As per the Buying Settings if Purchase Reciept Required == 'YES', then for creating Purchase Invoice, user need to create Purchase Receipt first for item {0}","În conformitate cu Setările de cumpărare, dacă este necesară achiziția == &#39;YES&#39;, atunci pentru a crea factura de cumpărare, utilizatorul trebuie să creeze primul chitanță pentru elementul {0}"
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05304391apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +166,Row #{0}: Set Supplier for item {1},Row # {0}: Set Furnizor de produs {1}
Frappe PR Botd112ee52017-08-31 19:38:41 +05304392apps/erpnext/erpnext/projects/doctype/timesheet/timesheet.py +121,Row {0}: Hours value must be greater than zero.,Rândul {0}: Valoarea ore trebuie să fie mai mare decât zero.
4393apps/erpnext/erpnext/stock/doctype/item/item.py +171,Website Image {0} attached to Item {1} cannot be found,Site-ul Image {0} atașat la postul {1} nu poate fi găsit
Frappe PR Botc0804792017-05-19 12:30:04 +05304394DocType: Issue,Content Type,Tip Conținut
4395apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +17,Computer,Computer
4396DocType: Item,List this Item in multiple groups on the website.,Listeaza acest articol in grupuri multiple de pe site-ul.\
4397apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +323,Please check Multi Currency option to allow accounts with other currency,Vă rugăm să verificați Multi opțiune de valuta pentru a permite conturi cu altă valută
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05304398apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +89,Item: {0} does not exist in the system,Postul: {0} nu există în sistemul
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304399apps/erpnext/erpnext/accounts/doctype/account/account.py +109,You are not authorized to set Frozen value,Nu esti autorizat pentru a configura valoarea Congelat
Frappe PR Botc0804792017-05-19 12:30:04 +05304400DocType: Payment Reconciliation,Get Unreconciled Entries,Ia nereconciliate Entries
4401DocType: Payment Reconciliation,From Invoice Date,De la data facturii
Frappe PR Botd112ee52017-08-31 19:38:41 +05304402apps/erpnext/erpnext/accounts/party.py +261,Billing currency must be equal to either default comapany's currency or party account currency,"monedă de facturare trebuie să fie egală cu moneda sau contul de partid valută, fie implicit comapany lui"
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304403apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +44,Leave Encashment,Lasă încasări
Frappe PR Botd112ee52017-08-31 19:38:41 +05304404apps/erpnext/erpnext/public/js/setup_wizard.js +96,What does it do?,Ce face?
Frappe PR Botc0804792017-05-19 12:30:04 +05304405apps/erpnext/erpnext/stock/doctype/batch/batch.js +70,To Warehouse,Pentru Warehouse
4406apps/erpnext/erpnext/schools/doctype/student_admission/student_admission.py +23,All Student Admissions,Toate Admitere Student
4407,Average Commission Rate,Rată de comision medie
Frappe PR Botd112ee52017-08-31 19:38:41 +05304408apps/erpnext/erpnext/stock/doctype/item/item.py +406,'Has Serial No' can not be 'Yes' for non-stock item,'Are numãr de serie' nu poate fi 'Da' pentru articolele care nu au stoc
Frappe PR Botc0804792017-05-19 12:30:04 +05304409apps/erpnext/erpnext/hr/doctype/attendance/attendance.py +41,Attendance can not be marked for future dates,Prezenţa nu poate fi consemnată pentru date viitoare
4410DocType: Pricing Rule,Pricing Rule Help,Regula de stabilire a prețurilor de ajutor
4411DocType: School House,House Name,Numele casei
4412DocType: Purchase Taxes and Charges,Account Head,Titularul Contului
4413apps/erpnext/erpnext/config/stock.py +168,Update additional costs to calculate landed cost of items,Actualizati costuri suplimentare pentru a calcula costul aterizat de articole
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304414apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +122,Electrical,Electric
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05304415apps/erpnext/erpnext/utilities/activation.py +98,Add the rest of your organization as your users. You can also add invite Customers to your portal by adding them from Contacts,"Adăugați restul organizației dvs. ca utilizatorii. Puteți adăuga, de asemenea, invita clienții să portalul prin adăugarea acestora din Contacte"
Frappe PR Botc0804792017-05-19 12:30:04 +05304416DocType: Stock Entry,Total Value Difference (Out - In),Diferența Valoarea totală (Out - In)
4417apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +348,Row {0}: Exchange Rate is mandatory,Row {0}: Exchange Rate este obligatorie
4418apps/erpnext/erpnext/setup/doctype/sales_person/sales_person.py +27,User ID not set for Employee {0},ID-ul de utilizator nu este setat pentru Angajat {0}
4419DocType: Vehicle,Vehicle Value,Valoarea vehiculului
4420DocType: Stock Entry,Default Source Warehouse,Depozit Sursa Implicit
4421DocType: Item,Customer Code,Cod client
4422apps/erpnext/erpnext/hr/doctype/employee/employee.py +216,Birthday Reminder for {0},Memento dată naştere pentru {0}
4423apps/erpnext/erpnext/selling/report/inactive_customers/inactive_customers.py +72,Days Since Last Order,Zile de la ultima comandă
Frappe PR Botd112ee52017-08-31 19:38:41 +05304424apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +353,Debit To account must be a Balance Sheet account,Debit la contul trebuie să fie un cont de bilanț
Frappe PR Botc0804792017-05-19 12:30:04 +05304425DocType: Buying Settings,Naming Series,Naming Series
4426DocType: Leave Block List,Leave Block List Name,Denumire Lista Concedii Blocate
4427apps/erpnext/erpnext/hr/doctype/vehicle/vehicle.py +14,Insurance Start date should be less than Insurance End date,Asigurare Data de pornire ar trebui să fie mai mică de asigurare Data terminării
4428apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +32,Stock Assets,Active stoc
4429DocType: Timesheet,Production Detail,Detaliu de producție
4430DocType: Target Detail,Target Qty,Țintă Cantitate
4431DocType: Shopping Cart Settings,Checkout Settings,setările checkout pentru
4432DocType: Attendance,Present,Prezenta
4433apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +35,Delivery Note {0} must not be submitted,Nota de Livrare {0} nu trebuie sa fie introdusa
4434DocType: Notification Control,Sales Invoice Message,Factură de vânzări Mesaj
4435apps/erpnext/erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.py +27,Closing Account {0} must be of type Liability / Equity,Contul {0} de închidere trebuie să fie de tip răspunderii / capitaluri proprii
Frappe PR Botd112ee52017-08-31 19:38:41 +05304436apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +323,Salary Slip of employee {0} already created for time sheet {1},Salariu de alunecare angajat al {0} deja creat pentru foaie de timp {1}
Frappe PR Botc0804792017-05-19 12:30:04 +05304437DocType: Vehicle Log,Odometer,Contorul de kilometraj
4438DocType: Sales Order Item,Ordered Qty,Ordonat Cantitate
Frappe PR Botd112ee52017-08-31 19:38:41 +05304439apps/erpnext/erpnext/stock/doctype/item/item.py +677,Item {0} is disabled,Postul {0} este dezactivat
Frappe PR Botc0804792017-05-19 12:30:04 +05304440DocType: Stock Settings,Stock Frozen Upto,Stoc Frozen Până la
Frappe PR Botd112ee52017-08-31 19:38:41 +05304441apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +895,BOM does not contain any stock item,BOM nu conține nici un element de stoc
Frappe PR Botc0804792017-05-19 12:30:04 +05304442apps/erpnext/erpnext/controllers/recurring_document.py +172,Period From and Period To dates mandatory for recurring {0},Perioada de la si perioadă la datele obligatorii pentru recurente {0}
4443apps/erpnext/erpnext/config/projects.py +18,Project activity / task.,Activitatea de proiect / sarcină.
4444DocType: Vehicle Log,Refuelling Details,Detalii de realimentare
4445apps/erpnext/erpnext/config/hr.py +104,Generate Salary Slips,Generează fluturașe de salariu
Frappe PR Botbfdb7262017-07-11 15:20:11 +05304446apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +44,"Buying must be checked, if Applicable For is selected as {0}","Destinat Cumpărării trebuie să fie bifat, dacă Se Aplica Pentru este selectat ca şi {0}"
Frappe PR Botc0804792017-05-19 12:30:04 +05304447apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +40,Discount must be less than 100,Reducerea trebuie să fie mai mică de 100
Frappe PR Botd112ee52017-08-31 19:38:41 +05304448apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.py +121,Last purchase rate not found,Rata Ultima achiziție nu a fost găsit
Frappe PR Botc0804792017-05-19 12:30:04 +05304449DocType: Purchase Invoice,Write Off Amount (Company Currency),Scrie Off Suma (Compania de valuta)
4450DocType: Sales Invoice Timesheet,Billing Hours,Ore de facturare
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05304451apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +499,Default BOM for {0} not found,BOM implicit pentru {0} nu a fost găsit
Frappe PR Botd112ee52017-08-31 19:38:41 +05304452apps/erpnext/erpnext/stock/doctype/item/item.py +486,Row #{0}: Please set reorder quantity,Row # {0}: Va rugam sa seta cantitatea reordona
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05304453apps/erpnext/erpnext/public/js/pos/pos.html +20,Tap items to add them here,Atingeți elementele pentru a le adăuga aici
Frappe PR Botc0804792017-05-19 12:30:04 +05304454DocType: Fees,Program Enrollment,programul de înscriere
4455DocType: Landed Cost Voucher,Landed Cost Voucher,Voucher Cost Landed
4456apps/erpnext/erpnext/public/js/queries.js +39,Please set {0},Vă rugăm să setați {0}
4457DocType: Purchase Invoice,Repeat on Day of Month,Repetați în ziua de Luna
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304458apps/erpnext/erpnext/schools/doctype/student_group/student_group.py +36,{0} - {1} is inactive student,{0} - {1} este student inactiv
4459apps/erpnext/erpnext/schools/doctype/student_group/student_group.py +36,{0} - {1} is inactive student,{0} - {1} este student inactiv
Frappe PR Botc0804792017-05-19 12:30:04 +05304460DocType: Employee,Health Details,Detalii Sănătate
4461DocType: Offer Letter,Offer Letter Terms,Oferta Scrisoare Termeni
Frappe PR Botd112ee52017-08-31 19:38:41 +05304462apps/erpnext/erpnext/accounts/doctype/payment_request/payment_request.py +24,To create a Payment Request reference document is required,Pentru a crea un document de referință privind solicitarea de plată este necesar
4463apps/erpnext/erpnext/accounts/doctype/payment_request/payment_request.py +24,To create a Payment Request reference document is required,Pentru a crea un document de referință privind solicitarea de plată este necesar
Frappe PR Botc0804792017-05-19 12:30:04 +05304464DocType: Payment Entry,Allocate Payment Amount,Alocați Suma de plată
4465DocType: Employee External Work History,Salary,Salariu
4466DocType: Serial No,Delivery Document Type,Tipul documentului de Livrare
4467DocType: Process Payroll,Submit all salary slips for the above selected criteria,Să prezinte toate fișele de salariu pentru criteriile selectate de mai sus
4468apps/erpnext/erpnext/hub_node/doctype/hub_settings/hub_settings.py +93,{0} Items synced,{0} articole sincronizate
4469DocType: Sales Order,Partly Delivered,Parțial livrate
4470DocType: Email Digest,Receivables,Creanțe
4471DocType: Lead Source,Lead Source,Sursa de plumb
4472DocType: Customer,Additional information regarding the customer.,Informații suplimentare cu privire la client.
4473DocType: Quality Inspection Reading,Reading 5,Lectură 5
Frappe PR Botd112ee52017-08-31 19:38:41 +05304474apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +221,"{0} {1} is associated with {2}, but Party Account is {3}","{0} {1} este asociat cu {2}, dar contul de partid este {3}"
4475DocType: Purchase Invoice,Y,Y
Frappe PR Botc0804792017-05-19 12:30:04 +05304476DocType: Maintenance Visit,Maintenance Date,Data Mentenanta
4477DocType: Purchase Invoice Item,Rejected Serial No,Respins de ordine
4478apps/erpnext/erpnext/accounts/doctype/fiscal_year/fiscal_year.py +82,Year start date or end date is overlapping with {0}. To avoid please set company,Anul Data de începere sau de încheiere este suprapunerea cu {0}. Pentru a evita vă rugăm să setați companie
Frappe PR Bot7c901002017-06-07 12:05:29 +05304479apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py +156,Start date should be less than end date for Item {0},Data de începere trebuie să fie mai mică decât data de sfârșit pentru postul {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05304480DocType: Item,"Example: ABCD.#####
4481If series is set and Serial No is not mentioned in transactions, then automatic serial number will be created based on this series. If you always want to explicitly mention Serial Nos for this item. leave this blank.","Exemplu:. ABCD #####
4482 Dacă seria este setat și nu de serie nu este menționat în tranzacții, numărul de atunci automat de serie va fi creat pe baza acestei serii. Dacă întotdeauna doriți să se menționeze explicit Serial nr de acest articol. părăsi acest gol."
4483DocType: Upload Attendance,Upload Attendance,Încărcați Spectatori
Frappe PR Botfa042362017-07-17 17:50:36 +05304484apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.js +319,BOM and Manufacturing Quantity are required,BOM și cantitatea de producție sunt necesare
Frappe PR Botc0804792017-05-19 12:30:04 +05304485apps/erpnext/erpnext/accounts/report/accounts_payable/accounts_payable.js +44,Ageing Range 2,Clasă de uzură 2
4486DocType: SG Creation Tool Course,Max Strength,Putere max
Frappe PR Botd112ee52017-08-31 19:38:41 +05304487apps/erpnext/erpnext/manufacturing/doctype/bom_update_tool/bom_update_tool.py +22,BOM replaced,BOM înlocuit
4488apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +982,Select Items based on Delivery Date,Selectați elementele bazate pe data livrării
Frappe PR Botc0804792017-05-19 12:30:04 +05304489,Sales Analytics,Analitice de vânzare
4490apps/erpnext/erpnext/stock/dashboard/item_dashboard.js +114,Available {0},Disponibile {0}
4491,Prospects Engaged But Not Converted,Perspective implicate dar nu convertite
4492,Prospects Engaged But Not Converted,Perspective implicate dar nu convertite
4493DocType: Manufacturing Settings,Manufacturing Settings,Setări de fabricație
4494apps/erpnext/erpnext/config/setup.py +56,Setting up Email,Configurarea e-mail
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304495apps/erpnext/erpnext/schools/report/student_and_guardian_contact_details/student_and_guardian_contact_details.py +57,Guardian1 Mobile No,Guardian1 mobil nr
Frappe PR Botd112ee52017-08-31 19:38:41 +05304496apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +102,Please enter default currency in Company Master,Va rugam sa introduceti moneda implicit în Compania de Master
Frappe PR Botc0804792017-05-19 12:30:04 +05304497DocType: Stock Entry Detail,Stock Entry Detail,Stoc de intrare Detaliu
4498apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +110,Daily Reminders,Memento de zi cu zi
4499DocType: Products Settings,Home Page is Products,Pagina este Produse
4500,Asset Depreciation Ledger,Amortizarea activelor Ledger
Frappe PR Botd112ee52017-08-31 19:38:41 +05304501apps/erpnext/erpnext/accounts/doctype/tax_rule/tax_rule.py +87,Tax Rule Conflicts with {0},Conflicte normă fiscală cu {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05304502apps/erpnext/erpnext/accounts/doctype/account/account_tree.js +25,New Account Name,Nume nou cont
4503DocType: Purchase Invoice Item,Raw Materials Supplied Cost,Costul materiilor prime livrate
4504DocType: Selling Settings,Settings for Selling Module,Setări pentru vânzare Modulul
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304505apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +84,Customer Service,Service Client
Frappe PR Botc0804792017-05-19 12:30:04 +05304506DocType: BOM,Thumbnail,Miniatură
4507DocType: Item Customer Detail,Item Customer Detail,Detaliu Articol Client
4508apps/erpnext/erpnext/config/hr.py +50,Offer candidate a Job.,Oferta candidat un loc de muncă.
4509DocType: Notification Control,Prompt for Email on Submission of,Prompt de e-mail pe Depunerea
4510apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +88,Total allocated leaves are more than days in the period,TOTAL frunze alocate sunt mai mult decât zile în perioada
4511DocType: Pricing Rule,Percentage,Procent
4512apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +70,Item {0} must be a stock Item,Articolul {0} trebuie să fie un Articol de Stoc
4513DocType: Manufacturing Settings,Default Work In Progress Warehouse,Implicit Lucrări în depozit Progress
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304514apps/erpnext/erpnext/config/accounts.py +290,Default settings for accounting transactions.,Setări implicite pentru tranzacțiile de contabilitate.
Frappe PR Botc0804792017-05-19 12:30:04 +05304515DocType: Maintenance Visit,MV,MV
4516apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +59,Expected Date cannot be before Material Request Date,Data Preconizata nu poate fi anterioara Datei Cererii de Materiale
4517DocType: Purchase Invoice Item,Stock Qty,Cota stocului
4518DocType: Purchase Invoice Item,Stock Qty,Cota stocului
Frappe PR Botc0804792017-05-19 12:30:04 +05304519DocType: Employee Loan,Repayment Period in Months,Rambursarea Perioada în luni
4520apps/erpnext/erpnext/templates/includes/footer/footer_extension.html +26,Error: Not a valid id?,Eroare: Nu a id valid?
4521DocType: Naming Series,Update Series Number,Actualizare Serii Număr
4522DocType: Account,Equity,Echitate
4523apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +78,{0} {1}: 'Profit and Loss' type account {2} not allowed in Opening Entry,{0} {1}: &quot;profit și pierdere&quot; cont de tip {2} nu este permisă în orificiul de intrare
4524DocType: Sales Order,Printing Details,Imprimare Detalii
4525DocType: Task,Closing Date,Data de Inchidere
4526DocType: Sales Order Item,Produced Quantity,Produs Cantitate
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304527apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +95,Engineer,Inginer
Frappe PR Botc0804792017-05-19 12:30:04 +05304528DocType: Journal Entry,Total Amount Currency,Suma totală Moneda
4529apps/erpnext/erpnext/stock/report/bom_search/bom_search.js +38,Search Sub Assemblies,Căutare subansambluri
Frappe PR Botd112ee52017-08-31 19:38:41 +05304530apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +167,Item Code required at Row No {0},Cod Articol necesar la inregistrarea Nr. {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05304531DocType: Sales Partner,Partner Type,Tip partener
4532DocType: Purchase Taxes and Charges,Actual,Efectiv
4533DocType: Authorization Rule,Customerwise Discount,Reducere Client
Frappe PR Botd112ee52017-08-31 19:38:41 +05304534apps/erpnext/erpnext/config/projects.py +40,Timesheet for tasks.,Timesheet pentru sarcini.
Frappe PR Botc0804792017-05-19 12:30:04 +05304535DocType: Purchase Invoice,Against Expense Account,Comparativ contului de cheltuieli
4536DocType: Production Order,Production Order,Număr Comandă Producţie:
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05304537apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +273,Installation Note {0} has already been submitted,Instalarea Nota {0} a fost deja prezentat
Frappe PR Botc0804792017-05-19 12:30:04 +05304538DocType: Bank Reconciliation,Get Payment Entries,Participările de plată
4539DocType: Quotation Item,Against Docname,Comparativ denumirii documentului
4540DocType: SMS Center,All Employee (Active),Toți angajații (activi)
4541apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +9,View Now,Vizualizează acum
4542DocType: Purchase Invoice,Select the period when the invoice will be generated automatically,Selectați perioada în care factura va fi generat automat
4543DocType: BOM,Raw Material Cost,Materie primă Cost
4544DocType: Item Reorder,Re-Order Level,Nivelul de re-comandă
4545DocType: Production Planning Tool,Enter items and planned qty for which you want to raise production orders or download raw materials for analysis.,Introduceti articole și cant planificată pentru care doriți să intocmiti ordine de producție sau sa descărcati materii prime pentru analiză.
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05304546apps/erpnext/erpnext/projects/doctype/project/project.js +62,Gantt Chart,Diagrama Gantt
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304547apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +68,Part-time,Part-time
Frappe PR Botc0804792017-05-19 12:30:04 +05304548DocType: Employee,Applicable Holiday List,Listă de concedii aplicabile
4549DocType: Employee,Cheque,Cheque
Frappe PR Botd112ee52017-08-31 19:38:41 +05304550apps/erpnext/erpnext/setup/doctype/naming_series/naming_series.py +59,Series Updated,Seria Actualizat
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304551apps/erpnext/erpnext/accounts/doctype/account/account.py +162,Report Type is mandatory,Tip de raport este obligatorie
Frappe PR Botc0804792017-05-19 12:30:04 +05304552DocType: Item,Serial Number Series,Serial Number Series
4553apps/erpnext/erpnext/buying/utils.py +68,Warehouse is mandatory for stock Item {0} in row {1},Depozit este obligatorie pentru stocul de postul {0} în rândul {1}
4554apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +45,Retail & Wholesale,Retail & Wholesale
4555DocType: Issue,First Responded On,Primul Răspuns la
4556DocType: Website Item Group,Cross Listing of Item in multiple groups,Crucea Listarea de punctul în mai multe grupuri
Frappe PR Botc0804792017-05-19 12:30:04 +05304557apps/erpnext/erpnext/accounts/doctype/fiscal_year/fiscal_year.py +90,Fiscal Year Start Date and Fiscal Year End Date are already set in Fiscal Year {0},Data începerii anului fiscal și se termină anul fiscal la data sunt deja stabilite în anul fiscal {0}
4558apps/erpnext/erpnext/accounts/doctype/bank_reconciliation/bank_reconciliation.py +97,Clearance Date updated,Clearance-ul Data actualizat
4559apps/erpnext/erpnext/stock/doctype/batch/batch.js +126,Split Batch,Split Lot
4560apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +131,Successfully Reconciled,Împăcați cu succes
4561DocType: Request for Quotation Supplier,Download PDF,descarcă PDF
4562DocType: Production Order,Planned End Date,Planificate Data de încheiere
4563apps/erpnext/erpnext/config/stock.py +184,Where items are stored.,În cazul în care elementele sunt stocate.
4564DocType: Request for Quotation,Supplier Detail,Detalii furnizor
Frappe PR Botd112ee52017-08-31 19:38:41 +05304565apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +98,Error in formula or condition: {0},Eroare în formulă sau o condiție: {0}
Frappe PR Botbfdb7262017-07-11 15:20:11 +05304566apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +16,Invoiced Amount,Suma facturată
Frappe PR Botd112ee52017-08-31 19:38:41 +05304567apps/erpnext/erpnext/buying/doctype/supplier_scorecard/supplier_scorecard.py +47,Criteria weights must add up to 100%,Criteriile de greutate trebuie să adauge până la 100%
Frappe PR Botc0804792017-05-19 12:30:04 +05304568DocType: Attendance,Attendance,Prezență
4569apps/erpnext/erpnext/public/js/pos/pos.html +106,Stock Items,stoc
4570DocType: BOM,Materials,Materiale
4571DocType: Leave Block List,"If not checked, the list will have to be added to each Department where it has to be applied.","In cazul in care este debifat, lista va trebui să fie adăugata fiecarui Departament unde trebuie sa fie aplicată."
4572apps/erpnext/erpnext/accounts/doctype/asset_movement/asset_movement.py +28,Source and Target Warehouse cannot be same,Sursa si Target Warehouse nu poate fi aceeași
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304573apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +535,Posting date and posting time is mandatory,Data postării și postarea de timp este obligatorie
Frappe PR Botc0804792017-05-19 12:30:04 +05304574apps/erpnext/erpnext/config/buying.py +76,Tax template for buying transactions.,Șablon taxa pentru tranzacțiilor de cumpărare.
4575,Item Prices,Preturi Articol
4576DocType: Purchase Order,In Words will be visible once you save the Purchase Order.,În cuvinte va fi vizibil după ce a salva Ordinul de cumparare.
4577DocType: Period Closing Voucher,Period Closing Voucher,Voucher perioadă de închidere
4578apps/erpnext/erpnext/config/selling.py +67,Price List master.,Maestru Lista de prețuri.
4579DocType: Task,Review Date,Data Comentariului
Frappe PR Botd112ee52017-08-31 19:38:41 +05304580DocType: Company,Series for Asset Depreciation Entry (Journal Entry),Seria pentru intrarea în amortizarea activelor (intrare în jurnal)
Frappe PR Botc0804792017-05-19 12:30:04 +05304581DocType: Purchase Invoice,Advance Payments,Plățile în avans
4582DocType: Purchase Taxes and Charges,On Net Total,Pe net total
4583apps/erpnext/erpnext/controllers/item_variant.py +90,Value for Attribute {0} must be within the range of {1} to {2} in the increments of {3} for Item {4},Valoare pentru atributul {0} trebuie să fie în intervalul de {1} la {2} în trepte de {3} pentru postul {4}
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304584apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +161,Target warehouse in row {0} must be same as Production Order,Depozit țintă în rândul {0} trebuie să fie același ca și de producție de comandă
Frappe PR Botc0804792017-05-19 12:30:04 +05304585apps/erpnext/erpnext/controllers/recurring_document.py +217,'Notification Email Addresses' not specified for recurring %s,"'Adresele de email pentru notificari', nespecificate pentru factura recurenta %s"
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304586apps/erpnext/erpnext/accounts/doctype/account/account.py +127,Currency can not be changed after making entries using some other currency,Moneda nu poate fi schimbat după efectuarea înregistrări folosind un altă valută
Frappe PR Botc0804792017-05-19 12:30:04 +05304587DocType: Vehicle Service,Clutch Plate,Placă de ambreiaj
4588DocType: Company,Round Off Account,Rotunji cont
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304589apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +93,Administrative Expenses,Cheltuieli administrative
Frappe PR Botc0804792017-05-19 12:30:04 +05304590apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +18,Consulting,Consilia
4591DocType: Customer Group,Parent Customer Group,Părinte Client Group
4592DocType: Purchase Invoice,Contact Email,Email Persoana de Contact
4593DocType: Appraisal Goal,Score Earned,Scor Earned
Frappe PR Botd112ee52017-08-31 19:38:41 +05304594apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +202,Notice Period,Perioada De Preaviz
Frappe PR Botc0804792017-05-19 12:30:04 +05304595DocType: Asset Category,Asset Category Name,Nume activ Categorie
4596apps/erpnext/erpnext/setup/doctype/territory/territory.js +13,This is a root territory and cannot be edited.,Acesta este un teritoriu rădăcină și nu pot fi editate.
4597apps/erpnext/erpnext/setup/doctype/sales_person/sales_person_tree.js +5,New Sales Person Name,Nume nou Agent de vânzări
4598DocType: Packing Slip,Gross Weight UOM,Greutate Brută UOM
4599DocType: Delivery Note Item,Against Sales Invoice,Comparativ facturii de vânzări
Frappe PR Botfa042362017-07-17 17:50:36 +05304600apps/erpnext/erpnext/public/js/utils/serial_no_batch_selector.js +122,Please enter serial numbers for serialized item ,Introduceți numere de serie pentru articolul serializat
Frappe PR Botc0804792017-05-19 12:30:04 +05304601DocType: Bin,Reserved Qty for Production,Rezervat Cantitate pentru producție
4602DocType: Student Group Creation Tool,Leave unchecked if you don't want to consider batch while making course based groups. ,Lăsați necontrolabil dacă nu doriți să luați în considerare lotul în timp ce faceți grupuri bazate pe curs.
4603DocType: Student Group Creation Tool,Leave unchecked if you don't want to consider batch while making course based groups. ,Lăsați necontrolabil dacă nu doriți să luați în considerare lotul în timp ce faceți grupuri bazate pe curs.
4604DocType: Asset,Frequency of Depreciation (Months),Frecventa de amortizare (Luni)
Frappe PR Botd112ee52017-08-31 19:38:41 +05304605apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +493,Credit Account,Cont de credit
Frappe PR Botc0804792017-05-19 12:30:04 +05304606DocType: Landed Cost Item,Landed Cost Item,Cost Final Articol
4607apps/erpnext/erpnext/accounts/report/profitability_analysis/profitability_analysis.js +57,Show zero values,Afiseaza valorile nule
4608DocType: BOM,Quantity of item obtained after manufacturing / repacking from given quantities of raw materials,Cantitatea de produs obținut după fabricarea / reambalare de la cantități date de materii prime
Frappe PR Botd112ee52017-08-31 19:38:41 +05304609apps/erpnext/erpnext/public/js/setup_wizard.js +397,Setup a simple website for my organization,Configurarea unui site simplu pentru organizația mea
Frappe PR Botc0804792017-05-19 12:30:04 +05304610DocType: Payment Reconciliation,Receivable / Payable Account,De încasat de cont / de plătit
4611DocType: Delivery Note Item,Against Sales Order Item,Comparativ articolului comenzii de vânzări
Frappe PR Botd112ee52017-08-31 19:38:41 +05304612apps/erpnext/erpnext/stock/doctype/item/item.py +644,Please specify Attribute Value for attribute {0},Vă rugăm să specificați Atribut Valoare pentru atribut {0}
Frappe PR Botc0804792017-05-19 12:30:04 +05304613DocType: Item,Default Warehouse,Depozit Implicit
4614apps/erpnext/erpnext/accounts/doctype/budget/budget.py +45,Budget cannot be assigned against Group Account {0},Buget nu pot fi atribuite în Grupa Contul {0}
4615apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +22,Please enter parent cost center,Vă rugăm să introduceți centru de cost părinte
4616DocType: Delivery Note,Print Without Amount,Imprima Fără Suma
4617apps/erpnext/erpnext/accounts/report/asset_depreciation_ledger/asset_depreciation_ledger.py +57,Depreciation Date,Data de amortizare
Frappe PR Botc0804792017-05-19 12:30:04 +05304618DocType: Issue,Support Team,Echipa de Suport
4619apps/erpnext/erpnext/stock/report/batch_item_expiry_status/batch_item_expiry_status.py +36,Expiry (In Days),Expirării (în zile)
4620DocType: Appraisal,Total Score (Out of 5),Scor total (din 5)
4621DocType: Fee Structure,FS.,FS.
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304622DocType: Student Attendance Tool,Batch,Lot
Frappe PR Botc0804792017-05-19 12:30:04 +05304623apps/erpnext/erpnext/stock/doctype/item/item.js +27,Balance,Bilanţ
4624DocType: Room,Seating Capacity,Numărul de locuri
4625DocType: Issue,ISS-,ISS-
4626DocType: Project,Total Expense Claim (via Expense Claims),Revendicarea Total cheltuieli (prin formularele de decont)
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304627DocType: GST Settings,GST Summary,Rezumatul GST
Frappe PR Botc0804792017-05-19 12:30:04 +05304628DocType: Assessment Result,Total Score,Scorul total
4629DocType: Journal Entry,Debit Note,Nota de Debit
4630DocType: Stock Entry,As per Stock UOM,Ca şi pentru stoc UOM
4631apps/erpnext/erpnext/stock/doctype/batch/batch_list.js +7,Not Expired,Nu expirat
4632DocType: Student Log,Achievement,Realizare
4633DocType: Batch,Source Document Type,Tipul documentului sursă
4634DocType: Batch,Source Document Type,Tipul documentului sursă
4635DocType: Journal Entry,Total Debit,Total debit
4636DocType: Manufacturing Settings,Default Finished Goods Warehouse,Implicite terminat Marfuri Warehouse
4637apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +78,Sales Person,Persoana de vânzări
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304638apps/erpnext/erpnext/config/accounts.py +235,Budget and Cost Center,Buget și centru de cost
Frappe PR Botd112ee52017-08-31 19:38:41 +05304639apps/erpnext/erpnext/accounts/doctype/pos_profile/pos_profile.py +60,Multiple default mode of payment is not allowed,Modul implicit de plată multiple nu este permis
Frappe PR Botc0804792017-05-19 12:30:04 +05304640DocType: Vehicle Service,Half Yearly,Semestrial
4641DocType: Lead,Blog Subscriber,Abonat blog
4642DocType: Guardian,Alternate Number,Număr alternativ
4643DocType: Assessment Plan Criteria,Maximum Score,Scor maxim
4644apps/erpnext/erpnext/config/setup.py +83,Create rules to restrict transactions based on values.,Creare reguli pentru restricționare tranzacții bazate pe valori.
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304645apps/erpnext/erpnext/schools/report/student_and_guardian_contact_details/student_and_guardian_contact_details.py +49, Group Roll No,Rolă de grup nr
Frappe PR Botc0804792017-05-19 12:30:04 +05304646DocType: Student Group Creation Tool,Leave blank if you make students groups per year,Lăsați necompletat dacă faceți grupuri de elevi pe an
4647DocType: HR Settings,"If checked, Total no. of Working Days will include holidays, and this will reduce the value of Salary Per Day","In cazul in care se bifeaza, nr. total de zile lucratoare va include si sarbatorile, iar acest lucru va reduce valoarea Salariul pe Zi"
4648DocType: Purchase Invoice,Total Advance,Total de Advance
4649apps/erpnext/erpnext/schools/doctype/academic_term/academic_term.py +23,The Term End Date cannot be earlier than the Term Start Date. Please correct the dates and try again.,Pe termen Data de încheiere nu poate fi mai devreme decât Start Termen Data. Vă rugăm să corectați datele și încercați din nou.
4650apps/erpnext/erpnext/crm/report/campaign_efficiency/campaign_efficiency.py +19,Quot Count,Contele de numere
4651apps/erpnext/erpnext/crm/report/campaign_efficiency/campaign_efficiency.py +19,Quot Count,Contele de numere
4652,BOM Stock Report,BOM Raport stoc
4653DocType: Stock Reconciliation Item,Quantity Difference,cantitate diferenţă
4654apps/erpnext/erpnext/config/hr.py +311,Processing Payroll,Prelucrare de salarizare
4655DocType: Opportunity Item,Basic Rate,Rată elementară
4656DocType: GL Entry,Credit Amount,Suma de credit
4657DocType: Cheque Print Template,Signatory Position,Poziție semnatar
Frappe PR Bot7c901002017-06-07 12:05:29 +05304658apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.js +175,Set as Lost,Setați ca Lost
Frappe PR Botc0804792017-05-19 12:30:04 +05304659DocType: Timesheet,Total Billable Hours,Numărul total de ore facturabile
4660apps/erpnext/erpnext/accounts/print_format/payment_receipt_voucher/payment_receipt_voucher.html +4,Payment Receipt Note,Plată Primirea Note
4661apps/erpnext/erpnext/selling/doctype/customer/customer_dashboard.py +6,This is based on transactions against this Customer. See timeline below for details,Aceasta se bazează pe tranzacțiile împotriva acestui client. A se vedea calendarul de mai jos pentru detalii
4662DocType: Supplier,Credit Days Based On,Zile de credit pe baza
4663apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +161,Row {0}: Allocated amount {1} must be less than or equals to Payment Entry amount {2},Rândul {0}: Suma alocată {1} trebuie să fie mai mic sau egal cu suma de plată de intrare {2}
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304664,Course wise Assessment Report,Raport de evaluare în curs
Frappe PR Botc0804792017-05-19 12:30:04 +05304665DocType: Tax Rule,Tax Rule,Regula de impozitare
4666DocType: Selling Settings,Maintain Same Rate Throughout Sales Cycle,Menține Aceeași Rată in Cursul Ciclului de Vânzări
4667DocType: Manufacturing Settings,Plan time logs outside Workstation Working Hours.,Planificați busteni de timp în afara orelor de lucru de lucru.
4668apps/erpnext/erpnext/public/js/pos/pos.html +89,Customers in Queue,Clienții din Coadă
4669DocType: Student,Nationality,Naţionalitate
4670,Items To Be Requested,Articole care vor fi solicitate
4671DocType: Purchase Order,Get Last Purchase Rate,Obtine Ultima Rate de Cumparare
4672DocType: Company,Company Info,Informatii Companie
Frappe PR Botd112ee52017-08-31 19:38:41 +05304673apps/erpnext/erpnext/accounts/page/pos/pos.js +1363,Select or add new customer,Selectați sau adăugați client nou
4674apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.py +154,Cost center is required to book an expense claim,centru de cost este necesar pentru a rezerva o cerere de cheltuieli
Frappe PR Botc0804792017-05-19 12:30:04 +05304675apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +9,Application of Funds (Assets),Aplicţie a fondurilor (active)
4676apps/erpnext/erpnext/hr/doctype/employee/employee_dashboard.py +6,This is based on the attendance of this Employee,Aceasta se bazează pe prezența a acestui angajat
Frappe PR Botd112ee52017-08-31 19:38:41 +05304677apps/erpnext/erpnext/schools/doctype/student_attendance_tool/student_attendance_tool.js +112,Mark Attendance,Marchează prezența
4678apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +487,Debit Account,Contul debit
Frappe PR Botc0804792017-05-19 12:30:04 +05304679DocType: Fiscal Year,Year Start Date,An Data începerii
4680DocType: Attendance,Employee Name,Nume angajat
4681DocType: Sales Invoice,Rounded Total (Company Currency),Rotunjite total (Compania de valuta)
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304682apps/erpnext/erpnext/accounts/doctype/account/account.py +99,Cannot covert to Group because Account Type is selected.,Nu se poate sub acoperire la Grupul pentru că este selectată Tip cont.
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05304683apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +240,{0} {1} has been modified. Please refresh.,{0} {1} a fost modificat. Vă rugăm să reîmprospătați.
Frappe PR Botc0804792017-05-19 12:30:04 +05304684DocType: Leave Block List,Stop users from making Leave Applications on following days.,Opri utilizatorii de la a face aplicații concediu pentru următoarele zile.
4685apps/erpnext/erpnext/accounts/report/asset_depreciation_ledger/asset_depreciation_ledger.py +63,Purchase Amount,Suma cumpărată
Frappe PR Botd112ee52017-08-31 19:38:41 +05304686apps/erpnext/erpnext/buying/doctype/request_for_quotation/request_for_quotation.py +259,Supplier Quotation {0} created,Furnizor de oferta {0} creat
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05304687apps/erpnext/erpnext/accounts/report/financial_statements.py +97,End Year cannot be before Start Year,Sfârșitul anului nu poate fi înainte de Anul de început
Frappe PR Botd112ee52017-08-31 19:38:41 +05304688apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +195,Employee Benefits,Beneficiile angajatului
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05304689apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +255,Packed quantity must equal quantity for Item {0} in row {1},Cantitate ambalate trebuie să fie egală cantitate pentru postul {0} în rândul {1}
Frappe PR Botc0804792017-05-19 12:30:04 +05304690DocType: Production Order,Manufactured Qty,Produs Cantitate
4691DocType: Purchase Receipt Item,Accepted Quantity,Cantitatea Acceptata
4692apps/erpnext/erpnext/hr/doctype/employee/employee.py +238,Please set a default Holiday List for Employee {0} or Company {1},Vă rugăm să setați o valoare implicită Lista de vacanță pentru angajat {0} sau companie {1}
Frappe PR Botd112ee52017-08-31 19:38:41 +05304693apps/erpnext/erpnext/accounts/party.py +31,{0}: {1} does not exists,{0}: {1} nu există
Frappe PR Botfa042362017-07-17 17:50:36 +05304694apps/erpnext/erpnext/public/js/utils/serial_no_batch_selector.js +74,Select Batch Numbers,Selectați numerele lotului
Frappe PR Botc0804792017-05-19 12:30:04 +05304695apps/erpnext/erpnext/config/accounts.py +12,Bills raised to Customers.,Facturi cu valoarea ridicată pentru clienți.
4696apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +26,Project Id,Id-ul proiectului
4697apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +534,Row No {0}: Amount cannot be greater than Pending Amount against Expense Claim {1}. Pending Amount is {2},Rândul nr {0}: Suma nu poate fi mai mare decât așteptarea Suma împotriva revendicării cheltuieli {1}. În așteptarea Suma este {2}
4698DocType: Maintenance Schedule,Schedule,Program
4699DocType: Account,Parent Account,Contul părinte
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05304700apps/erpnext/erpnext/public/js/utils/serial_no_batch_selector.js +232,Available,Disponibil
Frappe PR Botc0804792017-05-19 12:30:04 +05304701DocType: Quality Inspection Reading,Reading 3,Reading 3
4702,Hub,Butuc
4703DocType: GL Entry,Voucher Type,Tip Voucher
Frappe PR Botd112ee52017-08-31 19:38:41 +05304704apps/erpnext/erpnext/accounts/page/pos/pos.js +1655,Price List not found or disabled,Lista de preturi nu a fost găsit sau cu handicap
Frappe PR Botc0804792017-05-19 12:30:04 +05304705DocType: Employee Loan Application,Approved,Aprobat
4706DocType: Pricing Rule,Price,Preț
Frappe PR Botd112ee52017-08-31 19:38:41 +05304707apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +264,Employee relieved on {0} must be set as 'Left',Angajat eliberat din finctie pe {0} trebuie să fie setat ca 'Plecat'
Frappe PR Botc0804792017-05-19 12:30:04 +05304708DocType: Guardian,Guardian,gardian
4709apps/erpnext/erpnext/hr/doctype/appraisal/appraisal.py +42,Appraisal {0} created for Employee {1} in the given date range,Expertiza {0} creată pentru angajatul {1} în intervalul de timp dat
4710DocType: Employee,Education,Educație
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05304711apps/erpnext/erpnext/public/js/pos/pos.html +80,Del,del
Frappe PR Botc0804792017-05-19 12:30:04 +05304712DocType: Selling Settings,Campaign Naming By,Campanie denumita de
4713DocType: Employee,Current Address Is,Adresa Actuală Este
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05304714apps/erpnext/erpnext/templates/includes/projects/project_tasks.html +9,modified,modificată
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304715apps/erpnext/erpnext/accounts/doctype/account/account_tree.js +41,"Optional. Sets company's default currency, if not specified.","Opțional. Setează implicit moneda companiei, în cazul în care nu este specificat."
4716DocType: Sales Invoice,Customer GSTIN,Client GSTIN
Frappe PR Botc0804792017-05-19 12:30:04 +05304717apps/erpnext/erpnext/config/accounts.py +61,Accounting journal entries.,Inregistrari contabile de jurnal.
4718DocType: Delivery Note Item,Available Qty at From Warehouse,Cantitate Disponibil la Depozitul
4719apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +295,Please select Employee Record first.,Vă rugăm să selectați Angajat Înregistrare întâi.
4720DocType: POS Profile,Account for Change Amount,Contul pentru Schimbare Sumă
4721apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +217,Row {0}: Party / Account does not match with {1} / {2} in {3} {4},Rând {0}: Parte / conturi nu se potrivește cu {1} / {2} din {3} {4}
Frappe PR Botd112ee52017-08-31 19:38:41 +05304722apps/erpnext/erpnext/schools/report/course_wise_assessment_report/course_wise_assessment_report.html +9,Course Code: ,Codul cursului:
Frappe PR Botc0804792017-05-19 12:30:04 +05304723apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +238,Please enter Expense Account,Va rugam sa introduceti cont de cheltuieli
4724DocType: Account,Stock,Stoc
Frappe PR Botd112ee52017-08-31 19:38:41 +05304725apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.js +1040,"Row #{0}: Reference Document Type must be one of Purchase Order, Purchase Invoice or Journal Entry","Rând # {0}: Tip document de referință trebuie să fie unul dintre comandă cumparare, factură sau Jurnal de intrare"
Frappe PR Botc0804792017-05-19 12:30:04 +05304726DocType: Employee,Current Address,Adresa actuală
4727DocType: Item,"If item is a variant of another item then description, image, pricing, taxes etc will be set from the template unless explicitly specified","Dacă elementul este o variantă de un alt element atunci descriere, imagine, de stabilire a prețurilor, impozite etc vor fi stabilite de șablon dacă nu se specifică în mod explicit"
4728DocType: Serial No,Purchase / Manufacture Details,Detalii de cumpărare / Fabricarea
4729DocType: Assessment Group,Assessment Group,Grupul de evaluare
4730apps/erpnext/erpnext/config/stock.py +320,Batch Inventory,Lot Inventarul
4731DocType: Employee,Contract End Date,Data de Incheiere Contract
4732DocType: Sales Order,Track this Sales Order against any Project,Urmareste acest Ordin de vânzări față de orice proiect
4733DocType: Sales Invoice Item,Discount and Margin,Reducere și marja de profit
4734DocType: Production Planning Tool,Pull sales orders (pending to deliver) based on the above criteria,"Trage comenzi de vânzări (în curs de a livra), pe baza criteriilor de mai sus"
4735DocType: Pricing Rule,Min Qty,Min Cantitate
4736DocType: Asset Movement,Transaction Date,Data tranzacției
4737DocType: Production Plan Item,Planned Qty,Planificate Cantitate
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304738apps/erpnext/erpnext/accounts/report/purchase_register/purchase_register.py +121,Total Tax,Taxa totală
4739apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +177,For Quantity (Manufactured Qty) is mandatory,Pentru Cantitate (fabricat Cant) este obligatorie
Frappe PR Botc0804792017-05-19 12:30:04 +05304740DocType: Stock Entry,Default Target Warehouse,Depozit Tinta Implicit
4741DocType: Purchase Invoice,Net Total (Company Currency),Net total (Compania de valuta)
4742apps/erpnext/erpnext/schools/doctype/academic_year/academic_year.py +14,The Year End Date cannot be earlier than the Year Start Date. Please correct the dates and try again.,Anul Data de încheiere nu poate fi mai devreme decât data An Start. Vă rugăm să corectați datele și încercați din nou.
4743apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +105,Row {0}: Party Type and Party is only applicable against Receivable / Payable account,Row {0}: Partidul Tip și Partidul se aplică numai împotriva creanțe / cont de plati
4744DocType: Notification Control,Purchase Receipt Message,Primirea de cumpărare Mesaj
4745DocType: BOM,Scrap Items,resturi Articole
4746DocType: Production Order,Actual Start Date,Dată Efectivă de Început
4747DocType: Sales Order,% of materials delivered against this Sales Order,% de materiale livrate versus comanda aceasta
4748apps/erpnext/erpnext/config/stock.py +12,Record item movement.,Mișcare element înregistrare.
Frappe PR Botd112ee52017-08-31 19:38:41 +05304749apps/erpnext/erpnext/accounts/doctype/pos_profile/pos_profile.py +57,Set default mode of payment,Setați modul de plată implicit
Frappe PR Botc0804792017-05-19 12:30:04 +05304750DocType: Training Event Employee,Withdrawn,retrasă
4751DocType: Hub Settings,Hub Settings,Setări Hub
4752DocType: Project,Gross Margin %,Marja Bruta%
4753DocType: BOM,With Operations,Cu Operațiuni
Frappe PR Botd112ee52017-08-31 19:38:41 +05304754apps/erpnext/erpnext/accounts/party.py +257,Accounting entries have already been made in currency {0} for company {1}. Please select a receivable or payable account with currency {0}.,Înregistrări contabile au fost deja efectuate în valută {0} pentru compania {1}. Vă rugăm să selectați un cont de primit sau de plătit cu moneda {0}.
Frappe PR Botc0804792017-05-19 12:30:04 +05304755DocType: Asset,Is Existing Asset,Este activ existent
4756DocType: Salary Detail,Statistical Component,Componenta statistică
4757DocType: Salary Detail,Statistical Component,Componenta statistică
Frappe PR Botc0804792017-05-19 12:30:04 +05304758DocType: Warranty Claim,If different than customer address,In cazul in care difera de adresa clientului
Frappe PR Botd112ee52017-08-31 19:38:41 +05304759DocType: Purchase Invoice,Without Payment of Tax,Fără plata impozitului
Frappe PR Botc0804792017-05-19 12:30:04 +05304760DocType: BOM Operation,BOM Operation,Operațiune BOM
Frappe PR Botc0804792017-05-19 12:30:04 +05304761DocType: Purchase Taxes and Charges,On Previous Row Amount,La rândul precedent Suma
4762DocType: Student,Home Address,Adresa de acasa
4763apps/erpnext/erpnext/accounts/doctype/asset/asset.js +260,Transfer Asset,activ de transfer
4764DocType: POS Profile,POS Profile,POS Profil
4765DocType: Training Event,Event Name,Numele evenimentului
Frappe PR Botbfdb7262017-07-11 15:20:11 +05304766apps/erpnext/erpnext/schools/doctype/student/student_dashboard.py +10,Admission,Admitere
Frappe PR Botc0804792017-05-19 12:30:04 +05304767apps/erpnext/erpnext/schools/doctype/student_admission/student_admission.py +26,Admissions for {0},Admitere pentru {0}
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304768apps/erpnext/erpnext/config/accounts.py +259,"Seasonality for setting budgets, targets etc.","Sezonalitatea pentru stabilirea bugetelor, obiective etc."
Frappe PR Botd112ee52017-08-31 19:38:41 +05304769DocType: Supplier Scorecard Scoring Variable,Variable Name,Numele variabil
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304770apps/erpnext/erpnext/stock/get_item_details.py +147,"Item {0} is a template, please select one of its variants","Postul {0} este un șablon, vă rugăm să selectați unul dintre variantele sale"
Frappe PR Botc0804792017-05-19 12:30:04 +05304771DocType: Asset,Asset Category,Categorie activ
Frappe PR Botd112ee52017-08-31 19:38:41 +05304772apps/erpnext/erpnext/public/js/setup_wizard.js +213,Purchaser,Cumpărător
4773apps/erpnext/erpnext/hr/doctype/salary_structure/salary_structure.py +31,Net pay cannot be negative,Salariul net nu poate fi negativ
Frappe PR Botc0804792017-05-19 12:30:04 +05304774DocType: Assessment Plan,Room,Cameră
4775DocType: Purchase Order,Advance Paid,Avans plătit
4776DocType: Item,Item Tax,Taxa Articol
Frappe PR Botd112ee52017-08-31 19:38:41 +05304777apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +818,Material to Supplier,Material de Furnizor
Frappe PR Botfa042362017-07-17 17:50:36 +05304778apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.js +384,Excise Invoice,Accize factură
Frappe PR Botc0804792017-05-19 12:30:04 +05304779apps/erpnext/erpnext/schools/doctype/grading_scale/grading_scale.py +16,Treshold {0}% appears more than once,Treshold {0}% apare mai mult decât o dată
4780DocType: Expense Claim,Employees Email Id,Id Email Angajat
4781DocType: Employee Attendance Tool,Marked Attendance,Participarea marcat
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304782apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +138,Current Liabilities,Raspunderi Curente
Frappe PR Botc0804792017-05-19 12:30:04 +05304783apps/erpnext/erpnext/config/selling.py +292,Send mass SMS to your contacts,Trimite SMS-uri în masă a persoanelor de contact
4784DocType: Program,Program Name,Numele programului
4785DocType: Purchase Taxes and Charges,Consider Tax or Charge for,Considerare Taxa sau Cost pentru
4786apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +57,Actual Qty is mandatory,Cantitatea efectivă este obligatorie
Frappe PR Botd112ee52017-08-31 19:38:41 +05304787apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.py +79,"{0} currently has a {1} Supplier Scorecard standing, and Purchase Orders to this supplier should be issued with caution.","{0} are în prezent o {1} Scorecard pentru furnizori, iar comenzile de achiziție pentru acest furnizor ar trebui emise cu prudență."
Frappe PR Botc0804792017-05-19 12:30:04 +05304788DocType: Employee Loan,Loan Type,Tip credit
4789DocType: Scheduling Tool,Scheduling Tool,Instrumentul de programare
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304790apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +149,Credit Card,Card de Credit
Frappe PR Botc0804792017-05-19 12:30:04 +05304791DocType: BOM,Item to be manufactured or repacked,Articol care urmează să fie fabricat sau reambalat
4792apps/erpnext/erpnext/config/stock.py +179,Default settings for stock transactions.,Setări implicite pentru tranzacțiile bursiere.
4793DocType: Purchase Invoice,Next Date,Data viitoare
4794DocType: Employee Education,Major/Optional Subjects,Subiecte Majore / Opționale
4795DocType: Sales Invoice Item,Drop Ship,Drop navelor
4796DocType: Training Event,Attendees,Printre participanți
4797DocType: Employee,"Here you can maintain family details like name and occupation of parent, spouse and children","Aici puteți stoca detalii despre familie, cum ar fi numele și ocupația parintelui, sotului/sotiei și copiilor"
4798DocType: Academic Term,Term End Date,Termenul Data de încheiere
4799DocType: Hub Settings,Seller Name,Nume vânzător
4800DocType: Purchase Invoice,Taxes and Charges Deducted (Company Currency),Impozite și taxe deduse (Compania de valuta)
4801DocType: Item Group,General Settings,Setări generale
4802apps/erpnext/erpnext/setup/doctype/currency_exchange/currency_exchange.py +23,From Currency and To Currency cannot be same,Din Valuta și In Valuta nu pot fi identice
4803DocType: Stock Entry,Repack,Reambalați
4804apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +6,You must Save the form before proceeding,Trebuie să salvați formularul înainte de a începe
Frappe PR Botfa042362017-07-17 17:50:36 +05304805apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.js +96,Please select the Company first,Selectați mai întâi Compania
Frappe PR Botc0804792017-05-19 12:30:04 +05304806DocType: Item Attribute,Numeric Values,Valori numerice
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304807apps/erpnext/erpnext/public/js/setup_wizard.js +47,Attach Logo,Atașați logo
Frappe PR Botc0804792017-05-19 12:30:04 +05304808apps/erpnext/erpnext/stock/doctype/batch/batch.js +38,Stock Levels,Niveluri stoc
4809DocType: Customer,Commission Rate,Rata de Comision
Frappe PR Botd112ee52017-08-31 19:38:41 +05304810apps/erpnext/erpnext/buying/doctype/supplier_scorecard/supplier_scorecard.py +187,Created {0} scorecards for {1} between: ,A creat {0} cărți de scor pentru {1} între:
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304811apps/erpnext/erpnext/stock/doctype/item/item.js +332,Make Variant,Face Varianta
Frappe PR Botc0804792017-05-19 12:30:04 +05304812apps/erpnext/erpnext/config/hr.py +87,Block leave applications by department.,Blocaţi cereri de concediu pe departamente.
Frappe PR Botd112ee52017-08-31 19:38:41 +05304813apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +144,"Payment Type must be one of Receive, Pay and Internal Transfer","Tipul de plată trebuie să fie unul dintre Primire, Pay și de transfer intern"
Frappe PR Botc0804792017-05-19 12:30:04 +05304814apps/erpnext/erpnext/config/selling.py +179,Analytics,Google Analytics
4815apps/erpnext/erpnext/templates/includes/cart/cart_dropdown.html +21,Cart is Empty,Coșul este gol
4816DocType: Vehicle,Model,Model
4817DocType: Production Order,Actual Operating Cost,Cost efectiv de operare
4818DocType: Payment Entry,Cheque/Reference No,Cecul / de referință nr
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304819apps/erpnext/erpnext/accounts/doctype/account/account.py +84,Root cannot be edited.,Rădăcină nu poate fi editat.
Frappe PR Botc0804792017-05-19 12:30:04 +05304820DocType: Item,Units of Measure,Unitati de masura
4821DocType: Manufacturing Settings,Allow Production on Holidays,Permiteţi operaţii de producție pe durata sărbătorilor
4822DocType: Sales Order,Customer's Purchase Order Date,Data Comanda de Aprovizionare Client
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304823apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +163,Capital Stock,Capital Stock
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05304824DocType: Shopping Cart Settings,Show Public Attachments,Afișați atașamentele publice
Frappe PR Botc0804792017-05-19 12:30:04 +05304825DocType: Packing Slip,Package Weight Details,Pachetul Greutate Detalii
4826DocType: Payment Gateway Account,Payment Gateway Account,Plata cont Gateway
4827DocType: Shopping Cart Settings,After payment completion redirect user to selected page.,După finalizarea plății de redirecționare utilizator la pagina selectată.
4828DocType: Company,Existing Company,companie existentă
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304829apps/erpnext/erpnext/controllers/buying_controller.py +82,"Tax Category has been changed to ""Total"" because all the Items are non-stock items",Categoria de taxe a fost modificată la &quot;Total&quot; deoarece toate elementele nu sunt elemente stoc
Frappe PR Botc0804792017-05-19 12:30:04 +05304830apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.py +103,Please select a csv file,Vă rugăm să selectați un fișier csv
4831DocType: Student Leave Application,Mark as Present,Marcați ca prezent
Frappe PR Botd112ee52017-08-31 19:38:41 +05304832DocType: Supplier Scorecard,Indicator Color,Indicator Culoare
Frappe PR Botc0804792017-05-19 12:30:04 +05304833DocType: Purchase Order,To Receive and Bill,Pentru a primi și Bill
4834apps/erpnext/erpnext/templates/pages/home.html +14,Featured Products,Produse recomandate
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304835apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +105,Designer,Proiectant
Frappe PR Botc0804792017-05-19 12:30:04 +05304836apps/erpnext/erpnext/config/selling.py +163,Terms and Conditions Template,Termeni și condiții Format
4837DocType: Serial No,Delivery Details,Detalii Livrare
Frappe PR Botd112ee52017-08-31 19:38:41 +05304838apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +485,Cost Center is required in row {0} in Taxes table for type {1},Centrul de Cost este necesar pentru inregistrarea {0} din tabelul Taxe pentru tipul {1}
Frappe PR Botc0804792017-05-19 12:30:04 +05304839DocType: Program,Program Code,Codul programului
4840DocType: Terms and Conditions,Terms and Conditions Help,Termeni și Condiții Ajutor
4841,Item-wise Purchase Register,Registru Achizitii Articol-Avizat
4842DocType: Batch,Expiry Date,Data expirării
Frappe PR Botc0804792017-05-19 12:30:04 +05304843,accounts-browser,conturi de browser
Frappe PR Botfa042362017-07-17 17:50:36 +05304844apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +351,Please select Category first,Vă rugăm să selectați categoria întâi
Frappe PR Botc0804792017-05-19 12:30:04 +05304845apps/erpnext/erpnext/config/projects.py +13,Project master.,Maestru proiect.
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304846apps/erpnext/erpnext/controllers/status_updater.py +209,"To allow over-billing or over-ordering, update ""Allowance"" in Stock Settings or the Item.","Pentru a permite supra-facturare sau supra-ordonare, să actualizeze &quot;alocație&quot; în Setări stoc sau elementul."
Frappe PR Botc0804792017-05-19 12:30:04 +05304847DocType: Global Defaults,Do not show any symbol like $ etc next to currencies.,Nu afisa nici un simbol de genul $ etc alături de valute.
4848apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +459, (Half Day),(Jumatate de zi)
4849DocType: Supplier,Credit Days,Zile de Credit
Frappe PR Bot59ee45a2017-06-01 19:05:28 +05304850apps/erpnext/erpnext/utilities/activation.py +126,Make Student Batch,Asigurați-Lot Student
Frappe PR Botc0804792017-05-19 12:30:04 +05304851DocType: Leave Type,Is Carry Forward,Este Carry Forward
Frappe PR Botd112ee52017-08-31 19:38:41 +05304852apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +806,Get Items from BOM,Obține articole din FDM
Frappe PR Botc0804792017-05-19 12:30:04 +05304853apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +41,Lead Time Days,Timpul in Zile Conducere
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05304854apps/erpnext/erpnext/controllers/accounts_controller.py +569,Row #{0}: Posting Date must be same as purchase date {1} of asset {2},Rând # {0}: Detașarea Data trebuie să fie aceeași ca dată de achiziție {1} din activ {2}
Frappe PR Botbfdb7262017-07-11 15:20:11 +05304855DocType: Program Enrollment,Check this if the Student is residing at the Institute's Hostel.,Verificați dacă studentul este rezident la Hostelul Institutului.
Frappe PR Botc0804792017-05-19 12:30:04 +05304856apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +129,Please enter Sales Orders in the above table,Vă rugăm să introduceți comenzile de vânzări în tabelul de mai sus
Frappe PR Bot3b128ca2017-07-25 11:46:16 +05304857apps/erpnext/erpnext/hr/doctype/process_payroll/process_payroll.py +182,Not Submitted Salary Slips,Netrimisă salariale Alunecările
Frappe PR Botc0804792017-05-19 12:30:04 +05304858,Stock Summary,Rezumat de stoc
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304859apps/erpnext/erpnext/config/accounts.py +274,Transfer an asset from one warehouse to another,Se transferă un activ de la un depozit la altul
Frappe PR Botc0804792017-05-19 12:30:04 +05304860DocType: Vehicle,Petrol,Benzină
4861apps/erpnext/erpnext/config/learn.py +217,Bill of Materials,Proiect de lege de materiale
4862apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +103,Row {0}: Party Type and Party is required for Receivable / Payable account {1},Row {0}: Partidul Tipul și Partidul este necesar pentru creanțe / cont plateste {1}
4863apps/erpnext/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py +94,Ref Date,Ref Data
4864DocType: Employee,Reason for Leaving,Motiv pentru Lăsând
4865DocType: BOM Operation,Operating Cost(Company Currency),Costul de operare (Companie Moneda)
4866DocType: Employee Loan Application,Rate of Interest,Rata dobânzii
4867DocType: Expense Claim Detail,Sanctioned Amount,Sancționate Suma
4868DocType: GL Entry,Is Opening,Se deschide
4869apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +196,Row {0}: Debit entry can not be linked with a {1},Rând {0}: debit de intrare nu poate fi legat de o {1}
Frappe PR Bot3ceab642017-07-04 16:08:14 +05304870apps/erpnext/erpnext/accounts/doctype/account/account.py +193,Account {0} does not exist,Contul {0} nu există
Frappe PR Botc0804792017-05-19 12:30:04 +05304871DocType: Account,Cash,Numerar
4872DocType: Employee,Short biography for website and other publications.,Scurta biografie pentru site-ul web și alte publicații.