blob: a807d55fd6c40be56359b63615f924b53bb4f416 [file] [log] [blame]
Frappe PR Bot748c0242018-06-21 10:34:28 +05301DocType: Accounting Period,Period Name,Perioodi nimi
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302DocType: Employee,Salary Mode,Palk režiim
3DocType: Patient,Divorced,Lahutatud
Frappe PR Bot748c0242018-06-21 10:34:28 +05304DocType: Support Settings,Post Route Key,Postitage marsruudi võti
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305DocType: Buying Settings,Allow Item to be added multiple times in a transaction,"Luba toode, mis lisatakse mitu korda tehingu"
6apps/erpnext/erpnext/support/doctype/warranty_claim/warranty_claim.py +33,Cancel Material Visit {0} before cancelling this Warranty Claim,Tühista Külastage {0} enne tühistades selle Garantiinõudest
7apps/erpnext/erpnext/config/education.py +118,Assessment Reports,Hindamisaruanded
8apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +19,Consumer Products,Consumer Products
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05309DocType: Supplier Scorecard,Notify Supplier,Teavita tarnija
Frappe PR Bot748c0242018-06-21 10:34:28 +053010apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.js +52,Please select Party Type first,Palun valige Party Type esimene
Frappe PR Botdc0a92c2018-04-02 23:46:54 +053011DocType: Item,Customer Items,Kliendi Esemed
12DocType: Project,Costing and Billing,Kuluarvestus ja arvete
Frappe PR Bot748c0242018-06-21 10:34:28 +053013apps/erpnext/erpnext/accounts/doctype/account/account.py +50,Account {0}: Parent account {1} can not be a ledger,Konto {0}: Parent konto {1} ei saa olla pearaamatu
Frappe PR Botdc0a92c2018-04-02 23:46:54 +053014DocType: Item,Publish Item to hub.erpnext.com,Ikoonidega Avalda et hub.erpnext.com
Frappe PR Bot748c0242018-06-21 10:34:28 +053015apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +278,Cannot find active Leave Period,Ei leia aktiivset puhkuseperioodi
Frappe PR Botdc0a92c2018-04-02 23:46:54 +053016apps/erpnext/erpnext/hr/doctype/employee/employee_dashboard.py +26,Evaluation,hindamine
17DocType: Item,Default Unit of Measure,Vaikemõõtühik
18DocType: SMS Center,All Sales Partner Contact,Kõik Sales Partner Kontakt
Frappe PR Botb2a64d62018-05-16 10:46:11 +053019DocType: Department,Leave Approvers,Jäta approvers
Frappe PR Botdc0a92c2018-04-02 23:46:54 +053020DocType: Work Order,WO-,WO-
21DocType: Consultation,Investigations,Uuringud
22DocType: Restaurant Order Entry,Click Enter To Add,"Klõpsake nuppu Lisa, et lisada"
Frappe PR Bot748c0242018-06-21 10:34:28 +053023apps/erpnext/erpnext/erpnext_integrations/doctype/shopify_settings/shopify_settings.py +29,"Missing value for Password, API Key or Shopify URL","Puudub parool, API-võti või Shopify URL-i väärtus"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +053024DocType: Employee,Rented,Üürikorter
25DocType: Purchase Order,PO-,po-
Frappe PR Bot748c0242018-06-21 10:34:28 +053026apps/erpnext/erpnext/hr/doctype/employee_transfer/employee_transfer.py +15,Cannot transfer Employee with status Left,Tööandja ei saa üle kanda olekuga vasakule
Frappe PR Botdc0a92c2018-04-02 23:46:54 +053027DocType: Vehicle Service,Mileage,kilometraaž
Frappe PR Bot748c0242018-06-21 10:34:28 +053028apps/erpnext/erpnext/assets/doctype/asset/asset.js +303,Do you really want to scrap this asset?,Kas tõesti jäägid see vara?
Frappe PR Botdc0a92c2018-04-02 23:46:54 +053029DocType: Drug Prescription,Update Schedule,Värskendage ajakava
30apps/erpnext/erpnext/buying/report/quoted_item_comparison/quoted_item_comparison.js +44,Select Default Supplier,Vali Vaikimisi Tarnija
Frappe PR Bot748c0242018-06-21 10:34:28 +053031DocType: Exchange Rate Revaluation Account,New Exchange Rate,Uus vahetuskurss
Frappe PR Botdc0a92c2018-04-02 23:46:54 +053032apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +37,Currency is required for Price List {0},Valuuta on vajalik Hinnakiri {0}
33DocType: Sales Taxes and Charges Template,* Will be calculated in the transaction.,* Kas arvestatakse tehingu.
34DocType: Purchase Order,Customer Contact,Klienditeenindus Kontakt
35DocType: Patient Appointment,Check availability,Kontrollige saadavust
Frappe PR Bot748c0242018-06-21 10:34:28 +053036DocType: Retention Bonus,Bonus Payment Date,Boonustasu maksmise kuupäev
37DocType: Employee,Job Applicant,Tööotsija
Frappe PR Botdc0a92c2018-04-02 23:46:54 +053038apps/erpnext/erpnext/buying/doctype/supplier/supplier_dashboard.py +6,This is based on transactions against this Supplier. See timeline below for details,See põhineb tehingute vastu tarnija. Vaata ajakava allpool lähemalt
Frappe PR Bot748c0242018-06-21 10:34:28 +053039DocType: Manufacturing Settings,Overproduction Percentage For Work Order,Ületootmise protsent töökorraldusele
40apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +322,Legal,Juriidiline
41DocType: Shopify Settings,Sales Order Series,Müügitellimuse seeria
42apps/erpnext/erpnext/hr/utils.py +209,"More than one selection for {0} not \
43 allowed",Rohkem kui üks valik {0} jaoks pole lubatud
Frappe PR Botb2a64d62018-05-16 10:46:11 +053044apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.js +193,Actual type tax cannot be included in Item rate in row {0},Tegelik tüüpimaks ei kanta Punkt määr rida {0}
Frappe PR Bot748c0242018-06-21 10:34:28 +053045DocType: Allowed To Transact With,Allowed To Transact With,Lubatud teha tehinguid
Frappe PR Botdc0a92c2018-04-02 23:46:54 +053046DocType: Bank Guarantee,Customer,Klienditeenindus
47DocType: Purchase Receipt Item,Required By,Nõutud
48DocType: Delivery Note,Return Against Delivery Note,Tagasi Against Saateleht
Frappe PR Bot748c0242018-06-21 10:34:28 +053049DocType: Asset Category,Finance Book Detail,Finantsraamatu üksikasjad
Frappe PR Botdc0a92c2018-04-02 23:46:54 +053050DocType: Purchase Order,% Billed,% Maksustatakse
Frappe PR Bot748c0242018-06-21 10:34:28 +053051apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +41,Exchange Rate must be same as {0} {1} ({2}),"Vahetuskurss peab olema sama, {0} {1} ({2})"
52DocType: Employee Tax Exemption Declaration,HRA Exemption,HRA vabastamine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +053053DocType: Sales Invoice,Customer Name,Kliendi nimi
54DocType: Vehicle,Natural Gas,Maagaas
55apps/erpnext/erpnext/setup/setup_wizard/operations/company_setup.py +64,Bank account cannot be named as {0},Pangakonto ei saa nimeks {0}
Frappe PR Bot748c0242018-06-21 10:34:28 +053056DocType: Employee Tax Exemption Declaration,HRA as per Salary Structure,HRA vastavalt palga struktuurile
Frappe PR Botdc0a92c2018-04-02 23:46:54 +053057DocType: Account,Heads (or groups) against which Accounting Entries are made and balances are maintained.,"Heads (või rühmad), mille vastu raamatupidamiskanded tehakse ja tasakaalu säilimine."
58apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +196,Outstanding for {0} cannot be less than zero ({1}),Maksmata {0} ei saa olla väiksem kui null ({1})
Frappe PR Botdc0a92c2018-04-02 23:46:54 +053059DocType: Manufacturing Settings,Default 10 mins,Vaikimisi 10 minutit
60DocType: Leave Type,Leave Type Name,Jäta Tüüp Nimi
61apps/erpnext/erpnext/templates/pages/projects.js +62,Show open,Näita avatud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +053062apps/erpnext/erpnext/setup/doctype/naming_series/naming_series.py +156,Series Updated Successfully,Seeria edukalt uuendatud
63apps/erpnext/erpnext/templates/includes/cart/cart_dropdown.html +6,Checkout,Minu tellimused
Frappe PR Bot748c0242018-06-21 10:34:28 +053064apps/erpnext/erpnext/controllers/accounts_controller.py +739,{0} in row {1},{0} reas {1}
65DocType: Asset Finance Book,Depreciation Start Date,Amortisatsiooni alguskuupäev
Frappe PR Botdc0a92c2018-04-02 23:46:54 +053066DocType: Pricing Rule,Apply On,Kandke
67DocType: Item Price,Multiple Item prices.,Mitu punkti hindadega.
68,Purchase Order Items To Be Received,"Ostutellimuse Esemed, mis saadakse"
69DocType: SMS Center,All Supplier Contact,Kõik Tarnija Kontakt
70DocType: Support Settings,Support Settings,Toetus seaded
71apps/erpnext/erpnext/projects/doctype/project/project.py +75,Expected End Date can not be less than Expected Start Date,Oodatud End Date saa olla oodatust väiksem Start Date
Frappe PR Botb2a64d62018-05-16 10:46:11 +053072apps/erpnext/erpnext/utilities/transaction_base.py +115,Row #{0}: Rate must be same as {1}: {2} ({3} / {4}) ,"Row # {0}: Rate peab olema sama, {1} {2} ({3} / {4})"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +053073,Batch Item Expiry Status,Partii Punkt lõppemine staatus
Frappe PR Bot748c0242018-06-21 10:34:28 +053074apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +160,Bank Draft,Pangaveksel
Frappe PR Botdc0a92c2018-04-02 23:46:54 +053075DocType: Membership,membership validaty section,liikme valideeriv osa
76DocType: Mode of Payment Account,Mode of Payment Account,Makseviis konto
77DocType: Consultation,Consultation,Konsulteerimine
78DocType: Accounts Settings,Show Payment Schedule in Print,Kuva maksegraafik Prindis
Frappe PR Bot748c0242018-06-21 10:34:28 +053079apps/erpnext/erpnext/accounts/report/sales_payment_summary/sales_payment_summary.py +21,Sales and Returns,Müük ja tootlus
80apps/erpnext/erpnext/stock/doctype/item/item.js +58,Show Variants,Näita variandid
Frappe PR Botdc0a92c2018-04-02 23:46:54 +053081DocType: Academic Term,Academic Term,Academic Term
Frappe PR Bot748c0242018-06-21 10:34:28 +053082DocType: Employee Tax Exemption Sub Category,Employee Tax Exemption Sub Category,Töötaja maksuvabastuse alamkategooria
Frappe PR Botdc0a92c2018-04-02 23:46:54 +053083apps/erpnext/erpnext/projects/doctype/project/project_dashboard.py +14,Material,materjal
Frappe PR Bot748c0242018-06-21 10:34:28 +053084apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py +71,Making website,Veebisaidi tegemine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +053085DocType: Opening Invoice Creation Tool Item,Quantity,Kvantiteet
Frappe PR Bot748c0242018-06-21 10:34:28 +053086,Customers Without Any Sales Transactions,"Kliendid, kellel ei ole mingeid müügitehinguid"
87apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +585,Accounts table cannot be blank.,Kontode tabeli saa olla tühi.
88apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +164,Loans (Liabilities),Laenudega (kohustused)
89DocType: Staffing Plan Detail,Total Estimated Cost,Hinnanguline kogumaksumus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +053090DocType: Employee Education,Year of Passing,Aasta Passing
91DocType: Item,Country of Origin,Päritoluriik
92DocType: Soil Texture,Soil Texture Criteria,Mullastruktuurikriteeriumid
Frappe PR Bot748c0242018-06-21 10:34:28 +053093apps/erpnext/erpnext/templates/includes/product_page.js +34,In Stock,Laos
Frappe PR Botdc0a92c2018-04-02 23:46:54 +053094apps/erpnext/erpnext/public/js/utils/customer_quick_entry.js +16,Primary Contact Details,Peamised kontaktandmed
95apps/erpnext/erpnext/setup/doctype/email_digest/templates/default.html +46,Open Issues,Avatud küsimused
96DocType: Production Plan Item,Production Plan Item,Tootmise kava toode
Frappe PR Bot748c0242018-06-21 10:34:28 +053097apps/erpnext/erpnext/hr/doctype/employee/employee.py +154,User {0} is already assigned to Employee {1},Kasutaja {0} on juba määratud töötaja {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +053098DocType: Lab Test Groups,Add new line,Lisage uus rida
99apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +31,Health Care,Tervishoid
100apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py +65,Delay in payment (Days),Makseviivitus (päevad)
101DocType: Payment Terms Template Detail,Payment Terms Template Detail,Maksete tingimused malli üksikasjad
102DocType: Hotel Room Reservation,Guest Name,Külalise nimi
103DocType: Lab Prescription,Lab Prescription,Lab Prescription
104,Delay Days,Viivituspäevad
105apps/erpnext/erpnext/hr/report/vehicle_expenses/vehicle_expenses.py +26,Service Expense,Teenuse kulu
Frappe PR Bot748c0242018-06-21 10:34:28 +0530106apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +904,Serial Number: {0} is already referenced in Sales Invoice: {1},Seerianumber: {0} on juba viidatud müügiarve: {1}
107DocType: Bank Statement Transaction Invoice Item,Invoice,Arve
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530108DocType: Purchase Invoice Item,Item Weight Details,Artikli kaal detailid
109DocType: Asset Maintenance Log,Periodicity,Perioodilisus
110apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.py +21,Fiscal Year {0} is required,Fiscal Year {0} on vajalik
111DocType: Crop Cycle,The minimum distance between rows of plants for optimum growth,Minimaalne vahemaa taimede ridade vahel optimaalse kasvu jaoks
112apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +21,Defense,Defense
113DocType: Salary Component,Abbr,Lühend
114DocType: Appraisal Goal,Score (0-5),Score (0-5)
Frappe PR Bot748c0242018-06-21 10:34:28 +0530115apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +257,Row {0}: {1} {2} does not match with {3},Row {0} {1} {2} ei ühti {3}
Frappe PR Botb2a64d62018-05-16 10:46:11 +0530116apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +78,Row # {0}:,Row # {0}:
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530117DocType: Timesheet,Total Costing Amount,Kokku kuluarvestus summa
118DocType: Delivery Note,Vehicle No,Sõiduk ei
119apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +163,Please select Price List,Palun valige hinnakiri
120DocType: Accounts Settings,Currency Exchange Settings,Valuuta vahetus seaded
Frappe PR Bot748c0242018-06-21 10:34:28 +0530121apps/erpnext/erpnext/public/js/hub/hub_factory.js +70,Please check your network connection.,Kontrollige oma võrguühendust.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530122apps/erpnext/erpnext/accounts/doctype/bank_reconciliation/bank_reconciliation.py +94,Row #{0}: Payment document is required to complete the trasaction,Rida # {0}: Maksedokumendi on kohustatud täitma trasaction
123DocType: Work Order Operation,Work In Progress,Töö käib
124apps/erpnext/erpnext/education/report/absent_student_report/absent_student_report.py +13,Please select date,Palun valige kuupäev
Frappe PR Bot748c0242018-06-21 10:34:28 +0530125DocType: Finance Book,Finance Book,Rahandusraamat
126apps/erpnext/erpnext/hr/doctype/salary_structure_assignment/salary_structure_assignment.py +34,From Date {0} cannot be after To Date {1},Alates Kuupäevast {0} ei saa pärast Kuupäeva {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530127DocType: Daily Work Summary Group,Holiday List,Holiday nimekiri
Frappe PR Bot748c0242018-06-21 10:34:28 +0530128apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +115,Accountant,Raamatupidaja
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530129DocType: Hub Settings,Selling Price List,Müügi hinnakiri
130DocType: Patient,Tobacco Current Use,Tubaka praegune kasutamine
Frappe PR Botb2a64d62018-05-16 10:46:11 +0530131apps/erpnext/erpnext/stock/report/item_price_stock/item_price_stock.py +62,Selling Rate,Müügihind
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530132DocType: Cost Center,Stock User,Stock Kasutaja
133DocType: Soil Analysis,(Ca+Mg)/K,(Ca + Mg) / K
134DocType: Company,Phone No,Telefon ei
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530135DocType: Delivery Trip,Initial Email Notification Sent,Esialgne e-posti teatis saadeti
Frappe PR Bot748c0242018-06-21 10:34:28 +0530136DocType: Bank Statement Settings,Statement Header Mapping,Avalduse päise kaardistamine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530137,Sales Partners Commission,Müük Partnerid Komisjon
138DocType: Soil Texture,Sandy Clay Loam,Sandy Clay Loam
139DocType: Purchase Invoice,Rounding Adjustment,Ümardamise korrigeerimine
Frappe PR Bot748c0242018-06-21 10:34:28 +0530140apps/erpnext/erpnext/setup/doctype/company/company.py +50,Abbreviation cannot have more than 5 characters,Lühend ei saa olla rohkem kui 5 tähemärki
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530141DocType: Physician Schedule Time Slot,Physician Schedule Time Slot,Arsti ajagraafiku ajapilu
142DocType: Payment Request,Payment Request,Maksenõudekäsule
143DocType: Asset,Value After Depreciation,Väärtus amortisatsioonijärgne
144DocType: Student,O+,O +
145apps/erpnext/erpnext/manufacturing/doctype/production_plan/production_plan_dashboard.py +8,Related,seotud
Frappe PR Bot748c0242018-06-21 10:34:28 +0530146apps/erpnext/erpnext/hr/doctype/attendance/attendance.py +46,Attendance date can not be less than employee's joining date,Osavõtjate kuupäev ei saa olla väiksem kui töötaja ühinemistähtaja
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530147DocType: Grading Scale,Grading Scale Name,Hindamisskaala Nimi
Frappe PR Bot59a2a652018-04-12 13:36:55 +0530148apps/erpnext/erpnext/accounts/doctype/account/account.js +37,This is a root account and cannot be edited.,See on root ja seda ei saa muuta.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530149DocType: Sales Invoice,Company Address,ettevõtte aadress
150DocType: BOM,Operations,Operations
151apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +38,Cannot set authorization on basis of Discount for {0},Ei saa seada loa alusel Allahindlus {0}
Frappe PR Botb2a64d62018-05-16 10:46:11 +0530152DocType: Subscription,Subscription Start Date,Tellimuse alguskuupäev
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530153DocType: Rename Tool,"Attach .csv file with two columns, one for the old name and one for the new name","Kinnita csv faili kahte veergu, üks vana nime ja üks uus nimi"
Frappe PR Bot748c0242018-06-21 10:34:28 +0530154apps/erpnext/erpnext/accounts/utils.py +74,{0} {1} not in any active Fiscal Year.,{0} {1} mitte mingil aktiivne eelarveaastal.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530155DocType: Packed Item,Parent Detail docname,Parent Detail docname
156apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py +69,"Reference: {0}, Item Code: {1} and Customer: {2}","Viide: {0}, Kood: {1} ja kliendi: {2}"
Frappe PR Bot748c0242018-06-21 10:34:28 +0530157apps/erpnext/erpnext/accounts/report/consolidated_financial_statement/consolidated_financial_statement.py +356,{0} {1} is not present in the parent company,{0} {1} ei ole emaettevõttes
Frappe PR Botb2a64d62018-05-16 10:46:11 +0530158apps/erpnext/erpnext/accounts/doctype/subscription/subscription.py +221,Trial Period End Date Cannot be before Trial Period Start Date,Katseperioodi lõppkuupäev ei saa olla enne katseperioodi alguskuupäeva
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530159apps/erpnext/erpnext/utilities/user_progress.py +146,Kg,Kg
Frappe PR Bot748c0242018-06-21 10:34:28 +0530160DocType: Tax Withholding Category,Tax Withholding Category,Maksu kinnipidamise kategooria
161apps/erpnext/erpnext/assets/doctype/asset_value_adjustment/asset_value_adjustment.py +23,Cancel the journal entry {0} first,Esmalt tühistage päevikukirje {0}
162apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.py +115,BOM is not specified for subcontracting item {0} at row {1},BOM-i ei ole määratud rühma {1} jaoks alltöövõtukoha jaoks {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530163apps/erpnext/erpnext/education/doctype/assessment_result_tool/assessment_result_tool.js +149,{0} Result submittted,{0} Tulemus esitatakse
164DocType: Item Attribute,Increment,Juurdekasv
165apps/erpnext/erpnext/utilities/page/leaderboard/leaderboard.js +74,Timespan,Ajavahemik
166apps/erpnext/erpnext/public/js/stock_analytics.js +58,Select Warehouse...,Vali Warehouse ...
167apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +6,Advertising,Reklaam
168apps/erpnext/erpnext/accounts/doctype/mode_of_payment/mode_of_payment.py +22,Same Company is entered more than once,Sama firma on kantud rohkem kui üks kord
169DocType: Patient,Married,Abielus
170apps/erpnext/erpnext/accounts/party.py +41,Not permitted for {0},Ei ole lubatud {0}
Frappe PR Bot748c0242018-06-21 10:34:28 +0530171apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +598,Get items from,Võta esemed
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530172DocType: Price List,Price Not UOM Dependant,Hind ei sõltu UOMist
Frappe PR Bot748c0242018-06-21 10:34:28 +0530173apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +472,Stock cannot be updated against Delivery Note {0},Stock ei saa uuendada vastu saateleht {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530174apps/erpnext/erpnext/templates/pages/home.py +25,Product {0},Toote {0}
175apps/erpnext/erpnext/templates/generators/item_group.html +43,No items listed,Nr loetletud
176DocType: Asset Repair,Error Description,Viga Kirjeldus
177DocType: Payment Reconciliation,Reconcile,Sobita
178apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +30,Grocery,Toiduained
179DocType: Quality Inspection Reading,Reading 1,Lugemine 1
180apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +40,Pension Funds,Pensionifondid
Frappe PR Bot748c0242018-06-21 10:34:28 +0530181DocType: Exchange Rate Revaluation Account,Gain/Loss,Kasum / kahjum
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530182DocType: Crop,Perennial,Mitmeaastane
183DocType: Consultation,Consultation Date,Konsulteerimise kuupäev
Frappe PR Bot748c0242018-06-21 10:34:28 +0530184apps/erpnext/erpnext/healthcare/doctype/consultation/consultation.js +38,Procedure,Menetlus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530185DocType: Accounts Settings,Use Custom Cash Flow Format,Kasutage kohandatud rahavoogude vormingut
186DocType: SMS Center,All Sales Person,Kõik Sales Person
187DocType: Monthly Distribution,**Monthly Distribution** helps you distribute the Budget/Target across months if you have seasonality in your business.,"** Kuu Distribution ** aitab levitada Eelarve / Target üle kuu, kui teil on sesoonsus firma."
Frappe PR Bot748c0242018-06-21 10:34:28 +0530188apps/erpnext/erpnext/accounts/page/pos/pos.js +1762,Not items found,Ei leitud esemed
189apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +228,Salary Structure Missing,Palgastruktuur Kadunud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530190DocType: Lead,Person Name,Person Nimi
191DocType: Sales Invoice Item,Sales Invoice Item,Müügiarve toode
192DocType: Account,Credit,Krediit
193DocType: POS Profile,Write Off Cost Center,Kirjutage Off Cost Center
194apps/erpnext/erpnext/public/js/setup_wizard.js +117,"e.g. ""Primary School"" or ""University""",nt "algkool" või "Ülikool"
195apps/erpnext/erpnext/config/stock.py +28,Stock Reports,Stock aruanded
196DocType: Warehouse,Warehouse Detail,Ladu Detail
197apps/erpnext/erpnext/education/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.,"Term lõppkuupäev ei saa olla hilisem kui aasta lõpu kuupäev õppeaasta, mille mõiste on seotud (Academic Year {}). Palun paranda kuupäev ja proovi uuesti."
Frappe PR Bot748c0242018-06-21 10:34:28 +0530198apps/erpnext/erpnext/stock/doctype/item/item.py +284,"""Is Fixed Asset"" cannot be unchecked, as Asset record exists against the item",""Kas Põhivarade" ei saa märkimata, kui Asset Olemas vastu kirje"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530199DocType: Delivery Trip,Departure Time,Väljumisaeg
200DocType: Vehicle Service,Brake Oil,Piduri õli
201DocType: Tax Rule,Tax Type,Maksu- Type
202,Completed Work Orders,Lõppenud töökorraldused
Frappe PR Bot748c0242018-06-21 10:34:28 +0530203DocType: Support Settings,Forum Posts,Foorumi postitused
204apps/erpnext/erpnext/controllers/taxes_and_totals.py +590,Taxable Amount,maksustatav summa
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530205apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +160,You are not authorized to add or update entries before {0},Sa ei ole volitatud lisada või uuendada oma andmeid enne {0}
Frappe PR Bot748c0242018-06-21 10:34:28 +0530206DocType: Leave Policy,Leave Policy Details,Jäta poliitika üksikasjad
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530207DocType: BOM,Item Image (if not slideshow),Punkt Image (kui mitte slideshow)
208DocType: Work Order Operation,(Hour Rate / 60) * Actual Operation Time,(Hour Hinda / 60) * Tegelik tööaeg
Frappe PR Bot748c0242018-06-21 10:34:28 +0530209apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.js +1101,Row #{0}: Reference Document Type must be one of Expense Claim or Journal Entry,Rida # {0}: võrdlusdokumendi tüüp peab olema kulukuse või ajakirja sisestamise üks
Frappe PR Botb2a64d62018-05-16 10:46:11 +0530210apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +994,Select BOM,Vali Bom
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530211DocType: SMS Log,SMS Log,SMS Logi
212apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +27,Cost of Delivered Items,Kulud Tarnitakse Esemed
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530213apps/erpnext/erpnext/hr/doctype/holiday_list/holiday_list.py +38,The holiday on {0} is not between From Date and To Date,Puhkus on {0} ei ole vahel From kuupäev ja To Date
214DocType: Student Log,Student Log,Student Logi
215apps/erpnext/erpnext/config/buying.py +165,Templates of supplier standings.,Tarnijate tabeli näidised.
216DocType: Lead,Interested,Huvitatud
Frappe PR Bot748c0242018-06-21 10:34:28 +0530217apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +236,Opening,Avaus
218apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +33,From {0} to {1},Alates {0} kuni {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530219apps/erpnext/erpnext/education/doctype/student_report_generation_tool/student_report_generation_tool.html +234,Program: ,Programm:
220apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py +50,Failed to setup taxes,Maksude seadistamine ebaõnnestus
221DocType: Item,Copy From Item Group,Kopeeri Punkt Group
222DocType: Delivery Trip,Delivery Notification,Kohaletoimetamise teatis
223DocType: Journal Entry,Opening Entry,Avamine Entry
224apps/erpnext/erpnext/accounts/doctype/cheque_print_template/cheque_print_template.js +25,Account Pay Only,Konto maksta ainult
Frappe PR Botb2a64d62018-05-16 10:46:11 +0530225DocType: Loan,Repay Over Number of Periods,Tagastama Üle perioodide arv
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530226DocType: Stock Entry,Additional Costs,Lisakulud
Frappe PR Bot748c0242018-06-21 10:34:28 +0530227apps/erpnext/erpnext/accounts/doctype/account/account.py +140,Account with existing transaction can not be converted to group.,Konto olemasolevate tehing ei ole ümber rühm.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530228DocType: Lead,Product Enquiry,Toode Luure
229DocType: Education Settings,Validate Batch for Students in Student Group,Kinnita Partii üliõpilastele Student Group
Frappe PR Bot748c0242018-06-21 10:34:28 +0530230apps/erpnext/erpnext/hr/doctype/attendance/attendance.py +38,No leave record found for employee {0} for {1},Ei puhkuse rekord leitud töötaja {0} ja {1}
231DocType: Company,Unrealized Exchange Gain/Loss Account,Realiseerimata vahetus kasumi / kahjumi konto
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530232apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +23,Please enter company first,Palun sisestage firma esimene
Frappe PR Bot748c0242018-06-21 10:34:28 +0530233apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +426,Please select Company first,Palun valige Company esimene
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530234DocType: Employee Education,Under Graduate,Under koolilõpetaja
Frappe PR Bot748c0242018-06-21 10:34:28 +0530235apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +298,Please set default template for Leave Status Notification in HR Settings.,"Palun määrake vaikimisi malli, kui jätate oleku märguande menüüsse HR-seaded."
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530236apps/erpnext/erpnext/selling/report/sales_person_target_variance_item_group_wise/sales_person_target_variance_item_group_wise.js +27,Target On,Target On
237DocType: BOM,Total Cost,Total Cost
238DocType: Soil Analysis,Ca/K,Ca / K
Frappe PR Bot748c0242018-06-21 10:34:28 +0530239DocType: Salary Slip,Employee Loan,töötaja Loan
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530240DocType: Fee Schedule,Send Payment Request Email,Saada maksetellingu e-posti aadress
241apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +268,Item {0} does not exist in the system or has expired,Punkt {0} ei ole olemas süsteemi või on aegunud
Frappe PR Bot748c0242018-06-21 10:34:28 +0530242DocType: Supplier,Leave blank if the Supplier is blocked indefinitely,"Jäta tühi, kui tarnija on määramata ajaks blokeeritud"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530243apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +44,Real Estate,Kinnisvara
244apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.html +1,Statement of Account,Kontoteatis
245apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +41,Pharmaceuticals,Farmaatsia
246DocType: Purchase Invoice Item,Is Fixed Asset,Kas Põhivarade
Frappe PR Bot748c0242018-06-21 10:34:28 +0530247apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.py +88,Please setup numbering series for Attendance via Setup > Numbering Series,Palun seadistage külastuse numbrite seeria seaded> nummering seeria abil
248apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +317,"Available qty is {0}, you need {1}","Saadaval Kogus on {0}, peate {1}"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530249DocType: Expense Claim Detail,Claim Amount,Nõude suurus
Frappe PR Bot748c0242018-06-21 10:34:28 +0530250apps/erpnext/erpnext/manufacturing/doctype/work_order/work_order.py +710,Work Order has been {0},Töökorraldus on {0}
251DocType: Budget,Applicable on Purchase Order,Kohaldatav ostutellimusele
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530252apps/erpnext/erpnext/accounts/doctype/pos_profile/pos_profile.py +56,Duplicate customer group found in the cutomer group table,Duplicate klientide rühm leidub cutomer grupi tabelis
Frappe PR Bot748c0242018-06-21 10:34:28 +0530253DocType: Location,Location Name,Asukoht Nimi
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530254DocType: Naming Series,Prefix,Eesliide
Frappe PR Bot748c0242018-06-21 10:34:28 +0530255apps/erpnext/erpnext/hr/notification/training_scheduled/training_scheduled.html +7,Event Location,Sündmuse asukoht
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530256DocType: Asset Settings,Asset Settings,Varade seaded
Frappe PR Bot748c0242018-06-21 10:34:28 +0530257apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +71,Consumable,Tarbitav
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530258DocType: Student,B-,B-
Frappe PR Bot59a2a652018-04-12 13:36:55 +0530259apps/erpnext/erpnext/hub_node/doctype/hub_settings/hub_settings.py +140,Successfully unregistered.,Edukalt registreerimata.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530260DocType: Assessment Result,Grade,hinne
261DocType: Restaurant Table,No of Seats,Istekohtade arv
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530262DocType: Sales Invoice Item,Delivered By Supplier,Toimetab tarnija
263DocType: Asset Maintenance Task,Asset Maintenance Task,Varade hooldamise ülesanne
264DocType: SMS Center,All Contact,Kõik Contact
Frappe PR Bot748c0242018-06-21 10:34:28 +0530265apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +208,Annual Salary,Aastapalka
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530266DocType: Daily Work Summary,Daily Work Summary,Igapäevase töö kokkuvõte
267DocType: Period Closing Voucher,Closing Fiscal Year,Sulgemine Fiscal Year
Frappe PR Bot748c0242018-06-21 10:34:28 +0530268apps/erpnext/erpnext/accounts/party.py +404,{0} {1} is frozen,{0} {1} on külmutatud
269apps/erpnext/erpnext/setup/doctype/company/company.py +146,Please select Existing Company for creating Chart of Accounts,Palun valige olemasoleva äriühingu loomise kontoplaani
270apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +84,Stock Expenses,Stock kulud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530271apps/erpnext/erpnext/stock/doctype/batch/batch.js +111,Select Target Warehouse,Vali Target Warehouse
Frappe PR Bot748c0242018-06-21 10:34:28 +0530272apps/erpnext/erpnext/hr/doctype/employee/employee.js +87,Please enter Preferred Contact Email,Palun sisesta Eelistatud Kontakt E-post
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530273apps/erpnext/erpnext/regional/report/fichier_des_ecritures_comptables_[fec]/fichier_des_ecritures_comptables_[fec].py +45,CompAuxNum,CompAuxNum
274DocType: Journal Entry,Contra Entry,Contra Entry
275DocType: Journal Entry Account,Credit in Company Currency,Credit Company Valuuta
276DocType: Lab Test UOM,Lab Test UOM,Lab Test UOM
277DocType: Delivery Note,Installation Status,Paigaldamine staatus
278DocType: BOM,Quality Inspection Template,Kvaliteedi kontrollmall
279apps/erpnext/erpnext/education/doctype/student_attendance_tool/student_attendance_tool.js +135,"Do you want to update attendance?<br>Present: {0}\
280 <br>Absent: {1}",Kas soovite värskendada käimist? <br> Present: {0} \ <br> Puudub: {1}
Frappe PR Bot748c0242018-06-21 10:34:28 +0530281apps/erpnext/erpnext/controllers/buying_controller.py +404,Accepted + Rejected Qty must be equal to Received quantity for Item {0},Aktsepteeritud + Tõrjutud Kogus peab olema võrdne saadud koguse Punkt {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530282DocType: Request for Quotation,RFQ-,RFQ-
283DocType: Item,Supply Raw Materials for Purchase,Supply tooraine ostmiseks
284DocType: Agriculture Analysis Criteria,Fertilizer,Väetis
Frappe PR Bot748c0242018-06-21 10:34:28 +0530285apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +156,At least one mode of payment is required for POS invoice.,Vähemalt üks makseviis on vajalik POS arve.
286DocType: Bank Statement Transaction Invoice Item,Bank Statement Transaction Invoice Item,Pangakonto tehingu arve kirje
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530287DocType: Products Settings,Show Products as a List,Näita tooteid listana
Frappe PR Bot748c0242018-06-21 10:34:28 +0530288apps/erpnext/erpnext/healthcare/doctype/clinical_procedure/clinical_procedure.py +102,Item {0} is not active or end of life has been reached,Punkt {0} ei ole aktiivne või elu lõpuni jõutud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530289DocType: Student Admission Program,Minimum Age,Minimaalne vanus
290apps/erpnext/erpnext/utilities/user_progress.py +190,Example: Basic Mathematics,Näide: Basic Mathematics
291DocType: Customer,Primary Address,Peamine aadress
292DocType: Production Plan,Material Request Detail,Materjali taotlus Detailid
293DocType: Selling Settings,Default Quotation Validity Days,Vaikimisi väärtpaberite kehtivuspäevad
Frappe PR Bot748c0242018-06-21 10:34:28 +0530294apps/erpnext/erpnext/controllers/accounts_controller.py +832,"To include tax in row {0} in Item rate, taxes in rows {1} must also be included","Et sisaldada makse järjest {0} Punkti kiirus, maksud ridadesse {1} peab olema ka"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530295DocType: SMS Center,SMS Center,SMS Center
296DocType: Sales Invoice,Change Amount,Muuda summa
Frappe PR Bot748c0242018-06-21 10:34:28 +0530297DocType: Party Tax Withholding Config,Certificate Received,Sertifikaat on saadud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530298DocType: GST Settings,Set Invoice Value for B2C. B2CL and B2CS calculated based on this invoice value.,Määrake B2C-le arve väärtus. B2CL ja B2CS arvutatakse selle arve väärtuse põhjal.
299DocType: BOM Update Tool,New BOM,New Bom
Frappe PR Bot748c0242018-06-21 10:34:28 +0530300apps/erpnext/erpnext/healthcare/doctype/patient_appointment/patient_appointment.js +241,Prescribed Procedures,Ettenähtud protseduurid
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530301apps/erpnext/erpnext/accounts/report/sales_payment_summary/sales_payment_summary.js +36,Show only POS,Kuva ainult POS
Frappe PR Bot748c0242018-06-21 10:34:28 +0530302DocType: Supplier Group,Supplier Group Name,Tarnija grupi nimi
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530303DocType: Driver,Driving License Categories,Juhtimiskategooriad
Frappe PR Bot748c0242018-06-21 10:34:28 +0530304apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +120,Please enter Delivery Date,Palun sisesta saatekuupäev
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530305DocType: Depreciation Schedule,Make Depreciation Entry,Tee kulum Entry
Frappe PR Bot748c0242018-06-21 10:34:28 +0530306DocType: Closed Document,Closed Document,Suletud dokument
Frappe PR Botb2a64d62018-05-16 10:46:11 +0530307DocType: HR Settings,Leave Settings,Jäta Seaded
Frappe PR Bot748c0242018-06-21 10:34:28 +0530308apps/erpnext/erpnext/hr/doctype/staffing_plan/staffing_plan.js +76,Number of positions cannot be less then current count of employees,Positsioonide arv ei tohi olla väiksem kui praegune töötajate arv
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530309DocType: Appraisal Template Goal,KRA,KRA
310DocType: Lead,Request Type,Hankelepingu liik
Frappe PR Bot748c0242018-06-21 10:34:28 +0530311DocType: Purpose of Travel,Purpose of Travel,Reisi eesmärk
312DocType: Payroll Period,Payroll Periods,Palgaarvestusperioodid
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530313apps/erpnext/erpnext/hr/doctype/job_offer/job_offer.js +17,Make Employee,Tee Employee
314apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +14,Broadcasting,Rahvusringhääling
Frappe PR Bot748c0242018-06-21 10:34:28 +0530315apps/erpnext/erpnext/config/accounts.py +319,Setup mode of POS (Online / Offline),POS-i seadistamise režiim (veebi- / võrguühenduseta)
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530316DocType: Manufacturing Settings,Disables creation of time logs against Work Orders. Operations shall not be tracked against Work Order,Keelab ajakirjade loomise töörühmituste vastu. Tegevusi ei jälgita töökorralduse alusel
Frappe PR Bot748c0242018-06-21 10:34:28 +0530317apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +167,Execution,Hukkamine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530318apps/erpnext/erpnext/config/manufacturing.py +62,Details of the operations carried out.,Andmed teostatud.
319DocType: Asset Maintenance Log,Maintenance Status,Hooldus staatus
320apps/erpnext/erpnext/non_profit/doctype/member/member_dashboard.py +10,Membership Details,Liikmelisuse andmed
321apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +56,{0} {1}: Supplier is required against Payable account {2},{0} {1}: Tarnija on kohustatud vastu tasulised konto {2}
322apps/erpnext/erpnext/config/selling.py +52,Items and Pricing,Artiklid ja hinnad
323apps/erpnext/erpnext/projects/doctype/project/project_dashboard.html +2,Total hours: {0},Kursuse maht: {0}
324apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.py +43,From Date should be within the Fiscal Year. Assuming From Date = {0},Siit kuupäev peaks jääma eelarveaastal. Eeldades From Date = {0}
325DocType: Drug Prescription,Interval,Intervall
Frappe PR Bot748c0242018-06-21 10:34:28 +0530326apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +229,Preference,Eelistus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530327DocType: Grant Application,Individual,Individuaalne
328DocType: Academic Term,Academics User,akadeemikud Kasutaja
329DocType: Cheque Print Template,Amount In Figure,Summa joonis
Frappe PR Botb2a64d62018-05-16 10:46:11 +0530330DocType: Loan Application,Loan Info,laenu Info
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530331apps/erpnext/erpnext/config/maintenance.py +12,Plan for maintenance visits.,Plan hooldus külastused.
332DocType: Supplier Scorecard Period,Supplier Scorecard Period,Tarnijate tulemuskaardi periood
Frappe PR Bot748c0242018-06-21 10:34:28 +0530333DocType: Support Settings,Search APIs,Otsi API-sid
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530334DocType: Share Transfer,Share Transfer,Jaga ülekanne
Frappe PR Bot748c0242018-06-21 10:34:28 +0530335,Expiring Memberships,Aegunud liikmelisus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530336DocType: POS Profile,Customer Groups,kliendigruppide
337apps/erpnext/erpnext/public/js/financial_statements.js +51,Financial Statements,Finantsaruanded
338DocType: Guardian,Students,õpilased
339apps/erpnext/erpnext/config/selling.py +91,Rules for applying pricing and discount.,Eeskirjad hinnakujunduse ja soodushinnaga.
340DocType: Daily Work Summary,Daily Work Summary Group,Igapäevase töö kokkuvõtte rühm
341DocType: Physician Schedule,Time Slots,Ajapilud
342apps/erpnext/erpnext/stock/doctype/price_list/price_list.py +14,Price List must be applicable for Buying or Selling,Hinnakiri peab olema rakendatav ostmine või müümine
Frappe PR Bot748c0242018-06-21 10:34:28 +0530343DocType: Shift Assignment,Shift Request,Shift-taotlus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530344apps/erpnext/erpnext/selling/doctype/installation_note/installation_note.py +79,Installation date cannot be before delivery date for Item {0},Paigaldamise kuupäev ei saa olla enne tarnekuupäev Punkt {0}
345DocType: Pricing Rule,Discount on Price List Rate (%),Soodustused Hinnakiri Rate (%)
346apps/erpnext/erpnext/public/js/utils/item_quick_entry.js +112,Item Template,Eseme mall
Frappe PR Bot748c0242018-06-21 10:34:28 +0530347apps/erpnext/erpnext/healthcare/setup.py +216,Biochemistry,Biokeemia
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530348DocType: Job Offer,Select Terms and Conditions,Vali Tingimused
Frappe PR Botb2a64d62018-05-16 10:46:11 +0530349apps/erpnext/erpnext/stock/report/stock_balance/stock_balance.py +74,Out Value,välja väärtus
Frappe PR Bot748c0242018-06-21 10:34:28 +0530350DocType: Bank Statement Settings Item,Bank Statement Settings Item,Pangakonto sätete punkt
Frappe PR Bot59a2a652018-04-12 13:36:55 +0530351DocType: Woocommerce Settings,Woocommerce Settings,Woocommerce seaded
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530352DocType: Production Plan,Sales Orders,Müügitellimuste
353DocType: Purchase Taxes and Charges,Valuation,Väärtustamine
354apps/erpnext/erpnext/selling/page/point_of_sale/point_of_sale.js +394,Set as Default,Set as Default
355DocType: Production Plan,PLN-,PLN-
356,Purchase Order Trends,Ostutellimuse Trends
357apps/erpnext/erpnext/utilities/user_progress.py +78,Go to Customers,Mine Kliendid
358DocType: Hotel Room Reservation,Late Checkin,Hiline registreerimine
359apps/erpnext/erpnext/templates/emails/request_for_quotation.html +7,The request for quotation can be accessed by clicking on the following link,Taotluse tsitaat pääseb klõpsates järgmist linki
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530360DocType: SG Creation Tool Course,SG Creation Tool Course,SG Loomistööriist kursus
Frappe PR Bot748c0242018-06-21 10:34:28 +0530361DocType: Bank Statement Transaction Invoice Item,Payment Description,Makse kirjeldus
362apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +319,Insufficient Stock,Ebapiisav Stock
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530363DocType: Manufacturing Settings,Disable Capacity Planning and Time Tracking,Keela Capacity Planning and Time Tracking
364DocType: Email Digest,New Sales Orders,Uus müügitellimuste
Frappe PR Bot748c0242018-06-21 10:34:28 +0530365DocType: Bank Account,Bank Account,Pangakonto
366DocType: Travel Itinerary,Check-out Date,Väljaregistreerimise kuupäev
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530367DocType: Leave Type,Allow Negative Balance,Laske negatiivne saldo
368apps/erpnext/erpnext/projects/doctype/project_type/project_type.py +13,You cannot delete Project Type 'External',Te ei saa projekti tüübi &quot;Väline&quot; kustutada
Frappe PR Bot748c0242018-06-21 10:34:28 +0530369apps/erpnext/erpnext/public/js/utils.js +213,Select Alternate Item,Valige alternatiivne üksus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530370DocType: Employee,Create User,Loo Kasutaja
371DocType: Selling Settings,Default Territory,Vaikimisi Territory
372apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +53,Television,Televiisor
373DocType: Work Order Operation,Updated via 'Time Log',Uuendatud kaudu &quot;Aeg Logi &#39;
Frappe PR Botb2a64d62018-05-16 10:46:11 +0530374apps/erpnext/erpnext/accounts/doctype/bank_guarantee/bank_guarantee.py +13,Select the customer or supplier.,Valige klient või tarnija.
Frappe PR Bot748c0242018-06-21 10:34:28 +0530375apps/erpnext/erpnext/controllers/taxes_and_totals.py +440,Advance amount cannot be greater than {0} {1},Advance summa ei saa olla suurem kui {0} {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530376apps/erpnext/erpnext/regional/report/fichier_des_ecritures_comptables_[fec]/fichier_des_ecritures_comptables_[fec].py +42,JournalCode,JournalCode
Frappe PR Bot748c0242018-06-21 10:34:28 +0530377apps/erpnext/erpnext/healthcare/doctype/physician_schedule/physician_schedule.js +55,"Time slot skiped, the slot {0} to {1} overlap exisiting slot {2} to {3}","Aja pesa vahele jäänud, pesa {0} kuni {1} kattuvad olemasolevast pesast {2} kuni {3}"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530378DocType: Naming Series,Series List for this Transaction,Seeria nimekiri selle Tehing
379DocType: Company,Enable Perpetual Inventory,Luba Perpetual Inventory
Frappe PR Botb2a64d62018-05-16 10:46:11 +0530380DocType: Bank Guarantee,Charges Incurred,Tasud on tulenenud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530381DocType: Company,Default Payroll Payable Account,Vaikimisi palgaarvestuse tasulised konto
382apps/erpnext/erpnext/education/doctype/student_group/student_group.js +51,Update Email Group,Uuenda e Group
383DocType: Sales Invoice,Is Opening Entry,Avab Entry
384DocType: Lab Test Template,"If unchecked, the item wont be appear in Sales Invoice, but can be used in group test creation. ","Kui see pole märgitud, kuvatakse see kirje Müügiarve, kuid seda saab kasutada grupitesti loomiseks."
385DocType: Customer Group,Mention if non-standard receivable account applicable,Nimetatakse mittestandardsete saadaoleva arvesse kohaldatavat
386DocType: Course Schedule,Instructor Name,Juhendaja nimi
Frappe PR Bot748c0242018-06-21 10:34:28 +0530387DocType: Company,Arrear Component,Arrear Komponent
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530388DocType: Supplier Scorecard,Criteria Setup,Kriteeriumide seadistamine
Frappe PR Bot748c0242018-06-21 10:34:28 +0530389apps/erpnext/erpnext/manufacturing/doctype/work_order/work_order.py +213,For Warehouse is required before Submit,Sest Warehouse on vaja enne Esita
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530390apps/erpnext/erpnext/accounts/print_format/payment_receipt_voucher/payment_receipt_voucher.html +8,Received On,Saadud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530391DocType: Codification Table,Medical Code,Meditsiinikood
392apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +20,Please enter Company,Palun sisestage Company
393DocType: Delivery Note Item,Against Sales Invoice Item,Vastu müügiarve toode
394DocType: Agriculture Analysis Criteria,Linked Doctype,Seotud doctypi
Frappe PR Bot748c0242018-06-21 10:34:28 +0530395apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +98,Net Cash from Financing,Rahavood finantseerimistegevusest
396apps/erpnext/erpnext/hr/doctype/employee_benefit_application/employee_benefit_application.py +65,"Please add the remainig benefits {0} to the application as \
397 pro-rata component",Palun lisage rakendusele jäänud eelised {0} kui \ pro-rata komponent
398apps/erpnext/erpnext/accounts/page/pos/pos.js +2380,"LocalStorage is full , did not save","LocalStorage on täis, ei päästa"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530399DocType: Lead,Address & Contact,Aadress ja Kontakt
400DocType: Leave Allocation,Add unused leaves from previous allocations,Lisa kasutamata lehed eelmisest eraldised
401DocType: Sales Partner,Partner website,Partner kodulehel
402DocType: Restaurant Order Entry,Add Item,Lisa toode
Frappe PR Bot748c0242018-06-21 10:34:28 +0530403DocType: Party Tax Withholding Config,Party Tax Withholding Config,Partei maksu kinnipidamise konfiguratsioon
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530404DocType: Lab Test,Custom Result,Kohandatud tulemus
405DocType: Delivery Stop,Contact Name,kontaktisiku nimi
406DocType: Course Assessment Criteria,Course Assessment Criteria,Muidugi Hindamiskriteeriumid
Frappe PR Botb2a64d62018-05-16 10:46:11 +0530407apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +31,Tax Id: ,Maksu ID:
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530408apps/erpnext/erpnext/education/doctype/student_report_generation_tool/student_report_generation_tool.html +216,Student ID: ,Õpilase ID:
409DocType: POS Customer Group,POS Customer Group,POS Kliendi Group
410DocType: Land Unit,Land Unit describing various land assets,"Maaüksus, mis kirjeldab erinevaid maa varasid"
411DocType: Cheque Print Template,Line spacing for amount in words,Reavahe eest summa sõnadega
412DocType: Vehicle,Additional Details,Täiendavad detailid
413apps/erpnext/erpnext/templates/generators/bom.html +85,No description given,No kirjeldusest
414apps/erpnext/erpnext/config/buying.py +13,Request for purchase.,Küsi osta.
Frappe PR Bot748c0242018-06-21 10:34:28 +0530415DocType: POS Closing Voucher Details,Collected Amount,Kogutud summa
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530416DocType: Lab Test,Submitted Date,Esitatud kuupäev
417apps/erpnext/erpnext/projects/doctype/project/project_dashboard.py +6,This is based on the Time Sheets created against this project,See põhineb Ajatabelid loodud vastu selle projekti
418,Open Work Orders,Avatud töökorraldused
419DocType: Payment Term,Credit Months,Krediitkaardid
Frappe PR Bot748c0242018-06-21 10:34:28 +0530420apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +453,Net Pay cannot be less than 0,Netopalk ei tohi olla väiksem kui 0
421DocType: Contract,Fulfilled,Täidetud
422apps/erpnext/erpnext/hr/doctype/employee/employee.py +126,Relieving Date must be greater than Date of Joining,Leevendab kuupäev peab olema suurem kui Liitumis
423DocType: POS Closing Voucher,Cashier,Kassa
424apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +216,Leaves per Year,Lehed aastas
425apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +162,Row {0}: Please check 'Is Advance' against Account {1} if this is an advance entry.,"Row {0}: Palun vaadake &quot;Kas Advance&quot; vastu Konto {1}, kui see on ette sisenemist."
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530426apps/erpnext/erpnext/stock/utils.py +219,Warehouse {0} does not belong to company {1},Ladu {0} ei kuulu firma {1}
427DocType: Email Digest,Profit & Loss,Kasumiaruanne
428apps/erpnext/erpnext/utilities/user_progress.py +147,Litre,Liiter
429DocType: Task,Total Costing Amount (via Time Sheet),Kokku kuluarvestus summa (via Time Sheet)
430apps/erpnext/erpnext/education/doctype/fee_schedule/fee_schedule.py +76,Please setup Students under Student Groups,Palun seadke õpilased üliõpilastele
431DocType: Item Website Specification,Item Website Specification,Punkt Koduleht spetsifikatsioon
Frappe PR Bot748c0242018-06-21 10:34:28 +0530432apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +553,Leave Blocked,Jäta blokeeritud
433apps/erpnext/erpnext/stock/doctype/item/item.py +763,Item {0} has reached its end of life on {1},Punkt {0} on jõudnud oma elu lõppu kohta {1}
Frappe PR Botb2a64d62018-05-16 10:46:11 +0530434apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.js +82,Bank Entries,Bank Sissekanded
Frappe PR Bot748c0242018-06-21 10:34:28 +0530435DocType: Customer,Is Internal Customer,Kas siseklient
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530436DocType: Crop,Annual,Aastane
437DocType: Stock Reconciliation Item,Stock Reconciliation Item,Stock leppimise toode
438DocType: Stock Entry,Sales Invoice No,Müügiarve pole
439DocType: Material Request Item,Min Order Qty,Min Tellimus Kogus
440DocType: Student Group Creation Tool Course,Student Group Creation Tool Course,Student Group Loomistööriist kursus
441DocType: Lead,Do Not Contact,Ära võta ühendust
442apps/erpnext/erpnext/utilities/user_progress.py +210,People who teach at your organisation,"Inimesed, kes õpetavad oma organisatsiooni"
Frappe PR Bot748c0242018-06-21 10:34:28 +0530443apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +123,Software Developer,Tarkvara arendaja
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530444DocType: Item,Minimum Order Qty,Tellimuse Miinimum Kogus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530445DocType: Course Scheduling Tool,Course Start Date,Kursuse alguskuupäev
446,Student Batch-Wise Attendance,Student osakaupa osavõtt
447DocType: POS Profile,Allow user to edit Rate,Luba kasutajal muuta Hinda
448DocType: Item,Publish in Hub,Avaldab Hub
449DocType: Student Admission,Student Admission,üliõpilane
450,Terretory,Terretory
Frappe PR Bot748c0242018-06-21 10:34:28 +0530451apps/erpnext/erpnext/stock/doctype/item/item.py +785,Item {0} is cancelled,Punkt {0} on tühistatud
452apps/erpnext/erpnext/assets/doctype/asset/asset.py +195,Depreciation Row {0}: Depreciation Start Date is entered as past date,Amortisatsiooni rea {0}: amortisatsiooni alguskuupäev on kirjendatud varasemana
453DocType: Contract Template,Fulfilment Terms and Conditions,Täitmise tingimused
454apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +1069,Material Request,Materjal taotlus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530455DocType: Bank Reconciliation,Update Clearance Date,Värskenda Kliirens kuupäev
456,GSTR-2,GSTR-2
457DocType: Item,Purchase Details,Ostu üksikasjad
Frappe PR Bot748c0242018-06-21 10:34:28 +0530458apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +456,Item {0} not found in 'Raw Materials Supplied' table in Purchase Order {1},Punkt {0} ei leitud &quot;tarnitud tooraine&quot; tabelis Ostutellimuse {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530459DocType: Salary Slip,Total Principal Amount,Põhisumma kokku
460DocType: Student Guardian,Relation,Seos
461DocType: Student Guardian,Mother,ema
462DocType: Restaurant Reservation,Reservation End Time,Reserveerimise lõpuaeg
463DocType: Crop,Biennial,Biennaal
Frappe PR Bot748c0242018-06-21 10:34:28 +0530464,BOM Variance Report,BOM Variance Report
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530465apps/erpnext/erpnext/config/selling.py +18,Confirmed orders from Customers.,Kinnitatud klientidelt tellimusi.
466DocType: Purchase Receipt Item,Rejected Quantity,Tagasilükatud Kogus
467apps/erpnext/erpnext/education/doctype/fees/fees.py +80,Payment request {0} created,Makse taotlus {0} loodud
Frappe PR Bot59a2a652018-04-12 13:36:55 +0530468apps/erpnext/erpnext/stock/report/item_variant_details/item_variant_details.py +79,Open Orders,Avatud tellimused
Frappe PR Bot748c0242018-06-21 10:34:28 +0530469apps/erpnext/erpnext/healthcare/setup.py +256,Low Sensitivity,Madal tundlikkus
470apps/erpnext/erpnext/erpnext_integrations/doctype/shopify_log/shopify_log.js +16,Order rescheduled for sync,Korraldus on üle määratud sünkroonimiseks
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530471DocType: Notification Control,Notification Control,Märguannete juhtimiskeskuse
472apps/erpnext/erpnext/templates/emails/training_event.html +17,Please confirm once you have completed your training,"Kinnitage, kui olete oma koolituse lõpetanud"
473DocType: Lead,Suggestions,Ettepanekud
474DocType: Territory,Set Item Group-wise budgets on this Territory. You can also include seasonality by setting the Distribution.,Määra Punkt Group tark eelarved selle ala. Te saate ka sesoonsus seades Distribution.
475DocType: Payment Term,Payment Term Name,Makseterminimi nimi
476DocType: Healthcare Settings,Create documents for sample collection,Loo dokumendid proovide kogumiseks
Frappe PR Bot748c0242018-06-21 10:34:28 +0530477apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +308,Payment against {0} {1} cannot be greater than Outstanding Amount {2},Makse vastu {0} {1} ei saa olla suurem kui tasumata summa {2}
478DocType: Bank Account,Address HTML,Aadress HTML
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530479DocType: Lead,Mobile No.,Mobiili number.
Frappe PR Bot748c0242018-06-21 10:34:28 +0530480apps/erpnext/erpnext/selling/doctype/pos_closing_voucher/closing_voucher_details.html +35,Mode of Payments,Makseviis
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530481DocType: Maintenance Schedule,Generate Schedule,Loo Graafik
482DocType: Purchase Invoice Item,Expense Head,Kulu Head
483apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.js +138,Please select Charge Type first,Palun valige Charge Type esimene
484DocType: Crop,"You can define all the tasks which need to carried out for this crop here. The day field is used to mention the day on which the task needs to be carried out, 1 being the 1st day, etc.. ","Saate määratleda kõik selle põllukultuuri jaoks vajalikud ülesanded siin. Päeva väli kasutatakse selleks, et mainida ülesannet täitmise päeva, 1 on 1. päev jne."
485DocType: Student Group Student,Student Group Student,Student Group Student
Frappe PR Bot748c0242018-06-21 10:34:28 +0530486apps/erpnext/erpnext/stock/report/stock_ageing/stock_ageing.py +42,Latest,Viimased
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530487DocType: Asset Maintenance Task,2 Yearly,2 Aastat
488DocType: Education Settings,Education Settings,Hariduse seaded
489DocType: Vehicle Service,Inspection,ülevaatus
Frappe PR Bot748c0242018-06-21 10:34:28 +0530490DocType: Exchange Rate Revaluation Account,Balance In Base Currency,Saldo baasvaluutas
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530491DocType: Supplier Scorecard Scoring Standing,Max Grade,Max Hinne
492DocType: Email Digest,New Quotations,uus tsitaadid
Frappe PR Bot748c0242018-06-21 10:34:28 +0530493apps/erpnext/erpnext/hr/doctype/attendance_request/attendance_request.py +60,Attendance not submitted for {0} as {1} on leave.,Külalisi ei esitata {0} kui {1} puhkusel.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530494DocType: HR Settings,Emails salary slip to employee based on preferred email selected in Employee,"Kirjad palgatõend, et töötaja põhineb eelistatud e valitud Employee"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530495DocType: Tax Rule,Shipping County,kohaletoimetamine County
Frappe PR Bot748c0242018-06-21 10:34:28 +0530496DocType: Currency Exchange,For Selling,Müügi jaoks
Frappe PR Botb2a64d62018-05-16 10:46:11 +0530497apps/erpnext/erpnext/config/desktop.py +159,Learn,Õpi
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530498DocType: Asset,Next Depreciation Date,Järgmine kulum kuupäev
499apps/erpnext/erpnext/projects/doctype/activity_type/activity_type.js +3,Activity Cost per Employee,Aktiivsus töötaja kohta
500DocType: Accounts Settings,Settings for Accounts,Seaded konto
Frappe PR Bot748c0242018-06-21 10:34:28 +0530501apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +742,Supplier Invoice No exists in Purchase Invoice {0},Tarnija Arve nr olemas ostuarve {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530502apps/erpnext/erpnext/config/selling.py +118,Manage Sales Person Tree.,Manage Sales Person Tree.
503DocType: Job Applicant,Cover Letter,kaaskiri
504apps/erpnext/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py +37,Outstanding Cheques and Deposits to clear,Tasumata tšekke ja hoiused selge
505DocType: Item,Synced With Hub,Sünkroniseerida Hub
506DocType: Driver,Fleet Manager,Fleet Manager
Frappe PR Bot748c0242018-06-21 10:34:28 +0530507apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +547,Row #{0}: {1} can not be negative for item {2},Row # {0}: {1} ei saa olla negatiivne artiklijärgse {2}
508apps/erpnext/erpnext/hub_node/doctype/hub_settings/hub_settings.js +85,Wrong Password,Vale parool
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530509DocType: Item,Variant Of,Variant Of
Frappe PR Bot748c0242018-06-21 10:34:28 +0530510apps/erpnext/erpnext/manufacturing/doctype/work_order/work_order.py +434,Completed Qty can not be greater than 'Qty to Manufacture',Valminud Kogus ei saa olla suurem kui &quot;Kogus et Tootmine&quot;
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530511DocType: Period Closing Voucher,Closing Account Head,Konto sulgemise Head
512DocType: Employee,External Work History,Väline tööandjad
513apps/erpnext/erpnext/projects/doctype/task/task.py +111,Circular Reference Error,Ringviide viga
514apps/erpnext/erpnext/education/doctype/student_report_generation_tool/student_report_generation_tool.html +206,Student Report Card,Õpilase aruanne
515DocType: Appointment Type,Is Inpatient,On statsionaarne
516apps/erpnext/erpnext/education/report/student_and_guardian_contact_details/student_and_guardian_contact_details.py +55,Guardian1 Name,Guardian1 Nimi
517DocType: Delivery Note,In Words (Export) will be visible once you save the Delivery Note.,Sõnades (Export) ilmuvad nähtavale kui salvestate saateleht.
518DocType: Cheque Print Template,Distance from left edge,Kaugus vasakust servast
519apps/erpnext/erpnext/utilities/bot.py +29,{0} units of [{1}](#Form/Item/{1}) found in [{2}](#Form/Warehouse/{2}),{0} ühikut [{1}] (# Vorm / punkt / {1}) leitud [{2}] (# Vorm / Warehouse / {2})
520DocType: Lead,Industry,Tööstus
521DocType: Employee,Job Profile,Ametijuhendite
522DocType: BOM Item,Rate & Amount,Hinda ja summa
523apps/erpnext/erpnext/setup/doctype/company/company_dashboard.py +6,This is based on transactions against this Company. See timeline below for details,See põhineb tehingutel selle äriühingu vastu. Üksikasjalikuma teabe saamiseks lugege allpool toodud ajakava
524DocType: Stock Settings,Notify by Email on creation of automatic Material Request,"Soovin e-postiga loomiseks, automaatne Material taotlus"
Frappe PR Bot748c0242018-06-21 10:34:28 +0530525apps/erpnext/erpnext/healthcare/setup.py +260,Resistant,Vastupidav
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530526apps/erpnext/erpnext/hotels/doctype/hotel_room_reservation/hotel_room_reservation.py +77,Please set Hotel Room Rate on {},Palun määrake hotelli hinnatase ()
527DocType: Journal Entry,Multi Currency,Multi Valuuta
Frappe PR Bot748c0242018-06-21 10:34:28 +0530528DocType: Bank Statement Transaction Invoice Item,Invoice Type,Arve Type
529apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +957,Delivery Note,Toimetaja märkus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530530DocType: Consultation,Encounter Impression,Encounter impression
531apps/erpnext/erpnext/config/learn.py +82,Setting up Taxes,Seadistamine maksud
532apps/erpnext/erpnext/accounts/report/asset_depreciations_and_balances/asset_depreciations_and_balances.py +134,Cost of Sold Asset,Müüdava vara
533DocType: Volunteer,Morning,Hommikul
Frappe PR Bot748c0242018-06-21 10:34:28 +0530534apps/erpnext/erpnext/accounts/utils.py +352,Payment Entry has been modified after you pulled it. Please pull it again.,"Makse Entry on muudetud pärast seda, kui tõmbasin. Palun tõmmake uuesti."
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530535DocType: Program Enrollment Tool,New Student Batch,Uus õpilastepagas
Frappe PR Bot748c0242018-06-21 10:34:28 +0530536apps/erpnext/erpnext/stock/doctype/item/item.py +494,{0} entered twice in Item Tax,{0} sisestatud kaks korda Punkt Maksu-
537apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +115,Summary for this week and pending activities,Kokkuvõte sel nädalal ja kuni tegevusi
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530538DocType: Student Applicant,Admitted,Tunnistas
539DocType: Workstation,Rent Cost,Üürile Cost
Frappe PR Bot748c0242018-06-21 10:34:28 +0530540apps/erpnext/erpnext/accounts/report/asset_depreciation_ledger/asset_depreciation_ledger.py +89,Amount After Depreciation,Summa pärast amortisatsiooni
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530541apps/erpnext/erpnext/setup/doctype/email_digest/templates/default.html +97,Upcoming Calendar Events,Sündmuste kalender
542apps/erpnext/erpnext/public/js/templates/item_quick_entry.html +1,Variant Attributes,Variant Atribuudid
Frappe PR Bot748c0242018-06-21 10:34:28 +0530543apps/erpnext/erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet.py +114,Please select month and year,Palun valige kuu ja aasta
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530544DocType: Employee,Company Email,Ettevõte Email
545DocType: GL Entry,Debit Amount in Account Currency,Deebetkaart Summa konto Valuuta
546DocType: Supplier Scorecard,Scoring Standings,Hinnavajad
547apps/erpnext/erpnext/crm/report/campaign_efficiency/campaign_efficiency.py +21,Order Value,Tellimus väärtus
Frappe PR Bot748c0242018-06-21 10:34:28 +0530548DocType: Certified Consultant,Certified Consultant,Sertifitseeritud konsultant
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530549apps/erpnext/erpnext/config/accounts.py +27,Bank/Cash transactions against party or for internal transfer,Bank / Raha vastu tehing poole või sisene ülekanne
550DocType: Shipping Rule,Valid for Countries,Kehtib Riigid
Frappe PR Bot748c0242018-06-21 10:34:28 +0530551apps/erpnext/erpnext/stock/doctype/item/item.js +57,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,"See toode on Mall ja seda ei saa kasutada tehingutes. Punkt atribuute kopeerida üle võetud variante, kui &quot;No Copy&quot; on seatud"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530552DocType: Grant Application,Grant Application,Toetuse taotlus
553apps/erpnext/erpnext/selling/report/inactive_customers/inactive_customers.py +69,Total Order Considered,Kokku Tellimus Peetakse
Frappe PR Bot748c0242018-06-21 10:34:28 +0530554DocType: Certification Application,Not Certified,Pole sertifitseeritud
555DocType: Asset Value Adjustment,New Asset Value,Uus vara väärtus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530556DocType: Sales Invoice,Rate at which Customer Currency is converted to customer's base currency,Hinda kus Klient Valuuta teisendatakse kliendi baasvaluuta
557DocType: Course Scheduling Tool,Course Scheduling Tool,Kursuse planeerimine Tool
Frappe PR Bot748c0242018-06-21 10:34:28 +0530558apps/erpnext/erpnext/controllers/accounts_controller.py +652,Row #{0}: Purchase Invoice cannot be made against an existing asset {1},Rida # {0}: ostuarve ei saa vastu olemasoleva vara {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530559DocType: Land Unit,LInked Analysis,Lineeritud analüüs
Frappe PR Bot748c0242018-06-21 10:34:28 +0530560DocType: POS Closing Voucher,POS Closing Voucher,Posti sulgemiskviitung
561DocType: Contract,Lapsed,Kadunud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530562DocType: Item Tax,Tax Rate,Maksumäär
Frappe PR Bot748c0242018-06-21 10:34:28 +0530563apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +105,Application period cannot be across two allocation records,Taotluste esitamise periood ei tohi olla üle kahe jaotamise kirje
564apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +73,{0} already allocated for Employee {1} for period {2} to {3},{0} on juba eraldatud Töötaja {1} ajaks {2} et {3}
565DocType: Buying Settings,Backflush Raw Materials of Subcontract Based On,Allhankelepingu aluseks olevad backflush tooraineid
566apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +145,Purchase Invoice {0} is already submitted,Ostuarve {0} on juba esitatud
567apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +90,Row # {0}: Batch No must be same as {1} {2},Row # {0}: Partii nr peaks olema sama mis {1} {2}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530568DocType: Material Request Plan Item,Material Request Plan Item,Materjalitaotluse kava punkt
Frappe PR Bot748c0242018-06-21 10:34:28 +0530569DocType: Leave Type,Allow Encashment,Luba süstimine
570apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.js +101,Convert to non-Group,Teisenda mitte-Group
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530571DocType: Project Update,Good/Steady,Hea / stabiilne
Frappe PR Bot748c0242018-06-21 10:34:28 +0530572DocType: Bank Statement Transaction Invoice Item,Invoice Date,Arve kuupäev
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530573DocType: GL Entry,Debit Amount,Deebetsummat
Frappe PR Bot748c0242018-06-21 10:34:28 +0530574apps/erpnext/erpnext/accounts/party.py +260,There can only be 1 Account per Company in {0} {1},Seal saab olla ainult 1 konto kohta Company {0} {1}
575DocType: Support Search Source,Response Result Key Path,Vastuse tulemus võtmetee
576DocType: Journal Entry,Inter Company Journal Entry,Inter Company Journal Entry
577apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +496,For quantity {0} should not be grater than work order quantity {1},Kogus ({0} ei tohiks olla suurem kui töökorralduskogus {1}
578apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +474,Please see attachment,Palun vt lisa
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530579DocType: Purchase Order,% Received,% Vastatud
580apps/erpnext/erpnext/education/doctype/student_group_creation_tool/student_group_creation_tool.js +3,Create Student Groups,Loo Üliõpilasgrupid
581DocType: Volunteer,Weekends,Nädalavahetustel
Frappe PR Botb2a64d62018-05-16 10:46:11 +0530582apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +131,Credit Note Amount,Kreeditarve summa
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530583DocType: Setup Progress Action,Action Document,Tegevusdokument
584DocType: Chapter Member,Website URL,Koduleht
585,Finished Goods,Valmistoodang
586DocType: Delivery Note,Instructions,Juhised
587DocType: Quality Inspection,Inspected By,Kontrollima
588DocType: Asset Maintenance Log,Maintenance Type,Hooldus Type
589apps/erpnext/erpnext/education/doctype/student_group/student_group.py +45,{0} - {1} is not enrolled in the Course {2},{0} - {1} ei kaasati Course {2}
590apps/erpnext/erpnext/education/doctype/student_report_generation_tool/student_report_generation_tool.html +225,Student Name: ,Õpilase nimi:
Frappe PR Bot748c0242018-06-21 10:34:28 +0530591DocType: POS Closing Voucher Details,Difference,Erinevus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530592apps/erpnext/erpnext/selling/doctype/installation_note/installation_note.py +59,Serial No {0} does not belong to Delivery Note {1},Serial No {0} ei kuulu saatelehele {1}
593apps/erpnext/erpnext/erpnext_integrations/doctype/gocardless_settings/gocardless_settings.py +97,"There seems to be an issue with the server's GoCardless configuration. Don't worry, in case of failure, the amount will get refunded to your account.","Seal näib olevat probleem serveri GoCardless konfiguratsiooniga. Ärge muretsege, ebaõnnestumise korral tagastatakse summa teie kontole."
594apps/erpnext/erpnext/templates/pages/demo.html +47,ERPNext Demo,ERPNext Demo
595apps/erpnext/erpnext/public/js/utils/item_selector.js +20,Add Items,Lisa tooteid
596DocType: Item Quality Inspection Parameter,Item Quality Inspection Parameter,Punkt kvaliteedi kontroll Parameeter
Frappe PR Botb2a64d62018-05-16 10:46:11 +0530597DocType: Leave Application,Leave Approver Name,Jäta Approver nimi
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530598DocType: Depreciation Schedule,Schedule Date,Ajakava kuupäev
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530599DocType: Packed Item,Packed Item,Pakitud toode
600DocType: Job Offer Term,Job Offer Term,Tööpakkumise tähtaeg
601apps/erpnext/erpnext/config/buying.py +65,Default settings for buying transactions.,Vaikimisi seadete osta tehinguid.
602apps/erpnext/erpnext/projects/doctype/activity_cost/activity_cost.py +29,Activity Cost exists for Employee {0} against Activity Type - {1},Tegevus Maksumus olemas Töötaja {0} vastu Tegevuse liik - {1}
603apps/erpnext/erpnext/education/doctype/program_enrollment_tool/program_enrollment_tool.py +15,Mandatory field - Get Students From,Kohustuslik väli - Get üliõpilased
604DocType: Program Enrollment,Enrolled courses,Kursustega
605DocType: Currency Exchange,Currency Exchange,Valuutavahetus
606DocType: Opening Invoice Creation Tool Item,Item Name,Asja nimi
607DocType: Authorization Rule,Approving User (above authorized value),Kinnitamine Kasutaja (üle lubatud väärtuse)
608DocType: Email Digest,Credit Balance,Kreeditsaldo
609DocType: Employee,Widowed,Lesk
610DocType: Request for Quotation,Request for Quotation,Hinnapäring
611DocType: Healthcare Settings,Require Lab Test Approval,Nõuda laborikatse heakskiitmist
612DocType: Salary Slip Timesheet,Working Hours,Töötunnid
Frappe PR Botb2a64d62018-05-16 10:46:11 +0530613apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +72,Total Outstanding,Kokku tasumata
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530614DocType: Naming Series,Change the starting / current sequence number of an existing series.,Muuda algus / praegune järjenumber olemasoleva seeria.
615DocType: Dosage Strength,Strength,Tugevus
Frappe PR Bot748c0242018-06-21 10:34:28 +0530616apps/erpnext/erpnext/accounts/page/pos/pos.js +1542,Create a new Customer,Loo uus klient
617apps/erpnext/erpnext/non_profit/report/expiring_memberships/expiring_memberships.py +17,Expiring On,Aegumine on
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530618apps/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.","Kui mitu Hinnakujundusreeglid jätkuvalt ülekaalus, kasutajate palutakse määrata prioriteedi käsitsi lahendada konflikte."
619apps/erpnext/erpnext/utilities/activation.py +90,Create Purchase Orders,Loo Ostutellimuste
620,Purchase Register,Ostu Registreeri
621apps/erpnext/erpnext/healthcare/doctype/patient/patient.py +116,Patient not found,Patsient ei leitud
622DocType: Scheduling Tool,Rechedule,Rechedule
623DocType: Landed Cost Item,Applicable Charges,Kohaldatavate tasudega
624DocType: Workstation,Consumable Cost,Tarbekaubad Cost
625DocType: Purchase Receipt,Vehicle Date,Sõidukite kuupäev
626DocType: Student Log,Medical,Medical
Frappe PR Botb2a64d62018-05-16 10:46:11 +0530627apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.js +184,Reason for losing,Põhjus kaotada
Frappe PR Bot59a2a652018-04-12 13:36:55 +0530628apps/erpnext/erpnext/accounts/doctype/account/account.js +46,Update Account Number,Uuenda konto numbrit
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530629apps/erpnext/erpnext/crm/doctype/lead/lead.py +44,Lead Owner cannot be same as the Lead,Kaabli omanik ei saa olla sama Lead
Frappe PR Bot748c0242018-06-21 10:34:28 +0530630apps/erpnext/erpnext/accounts/utils.py +358,Allocated amount can not greater than unadjusted amount,Eraldatud summa ei ole suurem kui korrigeerimata summa
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530631DocType: Announcement,Receiver,vastuvõtja
632apps/erpnext/erpnext/manufacturing/doctype/workstation/workstation.py +83,Workstation is closed on the following dates as per Holiday List: {0},Workstation on suletud järgmistel kuupäevadel kohta Holiday nimekiri: {0}
633apps/erpnext/erpnext/selling/page/sales_funnel/sales_funnel.py +32,Opportunities,Võimalused
634DocType: Lab Test Template,Single,Single
Frappe PR Bot748c0242018-06-21 10:34:28 +0530635DocType: Compensatory Leave Request,Work From Date,Töö kuupäevast
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530636DocType: Salary Slip,Total Loan Repayment,Kokku Laenu tagasimaksmine
637DocType: Account,Cost of Goods Sold,Müüdud kaupade maksumus
Frappe PR Botb2a64d62018-05-16 10:46:11 +0530638apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +231,Please enter Cost Center,Palun sisestage Cost Center
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530639DocType: Drug Prescription,Dosage,Annus
640DocType: Journal Entry Account,Sales Order,Müügitellimuse
Frappe PR Botb2a64d62018-05-16 10:46:11 +0530641apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +67,Avg. Selling Rate,Keskm. Müügikurss
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530642DocType: Assessment Plan,Examiner Name,Kontrollija nimi
643DocType: Lab Test Template,No Result,No Tulemus
644DocType: Purchase Invoice Item,Quantity and Rate,Kogus ja hind
645DocType: Delivery Note,% Installed,% Paigaldatud
646apps/erpnext/erpnext/utilities/user_progress.py +230,Classrooms/ Laboratories etc where lectures can be scheduled.,"Klassiruumid / Laboratories jne, kus loenguid saab planeeritud."
Frappe PR Bot748c0242018-06-21 10:34:28 +0530647apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +1148,Company currencies of both the companies should match for Inter Company Transactions.,Mõlema äriühingu äriühingute valuutad peaksid vastama äriühingutevahelistele tehingutele.
648apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.js +95,Please enter company name first,Palun sisesta ettevõtte nimi esimene
649DocType: Travel Itinerary,Non-Vegetarian,Mitte-taimetoitlane
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530650DocType: Purchase Invoice,Supplier Name,Tarnija nimi
651apps/erpnext/erpnext/setup/page/welcome_to_erpnext/welcome_to_erpnext.html +25,Read the ERPNext Manual,Loe ERPNext Käsitsi
Frappe PR Botb2a64d62018-05-16 10:46:11 +0530652DocType: HR Settings,Show Leaves Of All Department Members In Calendar,Näita kõigi osakonna liikmete lehti kalendris
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530653DocType: Purchase Invoice,01-Sales Return,01-Müügitulu
Frappe PR Bot748c0242018-06-21 10:34:28 +0530654apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice_list.js +15,Temporarily on Hold,Ajutiselt ootel
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530655DocType: Account,Is Group,On Group
656DocType: Email Digest,Pending Purchase Orders,Kuni Ostutellimuste
657DocType: Stock Settings,Automatically Set Serial Nos based on FIFO,Seatakse automaatselt Serial nr põhineb FIFO
658DocType: Accounts Settings,Check Supplier Invoice Number Uniqueness,Vaata Tarnija Arve number Uniqueness
659apps/erpnext/erpnext/public/js/utils/customer_quick_entry.js +34,Primary Address Details,Peamine aadressi üksikasjad
660DocType: Vehicle Service,Oil Change,Õlivahetus
Frappe PR Bot748c0242018-06-21 10:34:28 +0530661DocType: Leave Encashment,Leave Balance,Jäta saldo
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530662DocType: Asset Maintenance Log,Asset Maintenance Log,Varade hooldus logi
663apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.js +57,'To Case No.' cannot be less than 'From Case No.',&quot;Et Juhtum nr&quot; ei saa olla väiksem kui &quot;From Juhtum nr&quot;
Frappe PR Bot748c0242018-06-21 10:34:28 +0530664DocType: Certification Application,Non Profit,Non Profit
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530665DocType: Production Plan,Not Started,Alustamata
666DocType: Lead,Channel Partner,Channel Partner
667DocType: Account,Old Parent,Vana Parent
668apps/erpnext/erpnext/education/doctype/program_enrollment_tool/program_enrollment_tool.py +19,Mandatory field - Academic Year,Kohustuslik väli - Academic Year
Frappe PR Bot748c0242018-06-21 10:34:28 +0530669apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +221,{0} {1} is not associated with {2} {3},{0} {1} ei ole seotud {2} {3}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530670DocType: Notification Control,Customize the introductory text that goes as a part of that email. Each transaction has a separate introductory text.,"Kohanda sissejuhatavat teksti, mis läheb osana, et e-posti. Iga tehing on eraldi sissejuhatavat teksti."
Frappe PR Bot748c0242018-06-21 10:34:28 +0530671apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.py +180,Please set default payable account for the company {0},Määrake vaikimisi makstakse kontole ettevõtte {0}
672apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +570,Transaction not allowed against stopped Work Order {0},Tehing ei ole lubatud peatatud töökorralduse kohta {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530673DocType: Setup Progress Action,Min Doc Count,Min Doc Count
674apps/erpnext/erpnext/config/manufacturing.py +84,Global settings for all manufacturing processes.,Global seaded kõik tootmisprotsessid.
675DocType: Accounts Settings,Accounts Frozen Upto,Kontod Külmutatud Upto
676DocType: SMS Log,Sent On,Saadetud
Frappe PR Bot748c0242018-06-21 10:34:28 +0530677apps/erpnext/erpnext/stock/doctype/item/item.py +723,Attribute {0} selected multiple times in Attributes Table,Oskus {0} valitakse mitu korda atribuudid Table
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530678DocType: HR Settings,Employee record is created using selected field. ,"Töötaja rekord on loodud, kasutades valitud valdkonnas."
679DocType: Sales Order,Not Applicable,Ei kasuta
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530680apps/erpnext/erpnext/accounts/doctype/opening_invoice_creation_tool/opening_invoice_creation_tool.py +85,Opening Invoice Item,Avaarvepunkti avamine
681DocType: Request for Quotation Item,Required Date,Vajalik kuupäev
682DocType: Delivery Note,Billing Address,Arve Aadress
Frappe PR Bot748c0242018-06-21 10:34:28 +0530683DocType: Bank Statement Settings,Statement Headers,Avalduse päised
684DocType: Travel Request,Costing,Kuluarvestus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530685DocType: Tax Rule,Billing County,Arved County
686DocType: Purchase Taxes and Charges,"If checked, the tax amount will be considered as already included in the Print Rate / Print Amount",Märkimise korral on maksusumma loetakse juba lisatud Prindi Hinda / Print summa
687apps/erpnext/erpnext/regional/report/fichier_des_ecritures_comptables_[fec]/fichier_des_ecritures_comptables_[fec].py +46,PieceRef,PieceRef
688DocType: Request for Quotation,Message for Supplier,Sõnum Tarnija
689apps/erpnext/erpnext/manufacturing/doctype/production_plan/production_plan.js +40,Work Order,Töökäsk
690DocType: Driver,DRIVER-.#####,DRIVER -. #####
691DocType: Sales Invoice,Total Qty,Kokku Kogus
692apps/erpnext/erpnext/education/report/student_and_guardian_contact_details/student_and_guardian_contact_details.py +62,Guardian2 Email ID,Guardian2 Saatke ID
693DocType: Item,Show in Website (Variant),Näita Veebileht (Variant)
694DocType: Employee,Health Concerns,Terviseprobleemid
695DocType: Payroll Entry,Select Payroll Period,Vali palgaarvestuse Periood
696DocType: Purchase Invoice,Unpaid,Palgata
697apps/erpnext/erpnext/stock/page/stock_balance/stock_balance.js +49,Reserved for sale,Reserveeritud müük
698DocType: Packing Slip,From Package No.,Siit Package No.
699DocType: Item Attribute,To Range,Vahemik
Frappe PR Botb2a64d62018-05-16 10:46:11 +0530700apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +30,Securities and Deposits,Väärtpaberitesse ja hoiustesse
701apps/erpnext/erpnext/stock/doctype/stock_settings/stock_settings.py +47,"Can't change valuation method, as there are transactions against some items which does not have it's own valuation method","Ei saa muuta hindamismeetod, kuna seal on tehingute vastu mõned kirjed, mis ei ole ta enda hindamismeetodi"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530702DocType: Student Report Generation Tool,Attended by Parents,Osales vanematelt
Frappe PR Bot748c0242018-06-21 10:34:28 +0530703apps/erpnext/erpnext/hr/doctype/shift_assignment/shift_assignment.py +39,Employee {0} has already applied for {1} on {2} : ,Töötaja {0} on juba {1} {2} taotlenud:
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530704DocType: Patient,AB Positive,AB positiivne
705DocType: Job Opening,Description of a Job Opening,Kirjeldus töökoht
Frappe PR Bot748c0242018-06-21 10:34:28 +0530706apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +112,Pending activities for today,Kuni tegevusi täna
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530707DocType: Salary Structure,Salary Component for timesheet based payroll.,Palk Component töögraafik põhineb palgal.
708DocType: Sales Order Item,Used for Production Plan,Kasutatakse tootmise kava
Frappe PR Botb2a64d62018-05-16 10:46:11 +0530709DocType: Loan,Total Payment,Kokku tasumine
Frappe PR Bot748c0242018-06-21 10:34:28 +0530710apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +100,Cannot cancel transaction for Completed Work Order.,Tühistama tehingut lõpetatud töökorralduse jaoks.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530711DocType: Manufacturing Settings,Time Between Operations (in mins),Aeg toimingute vahel (in minutit)
Frappe PR Bot748c0242018-06-21 10:34:28 +0530712DocType: Clinical Procedure,Consumables,Kulumaterjalid
713apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +134,{0} {1} is cancelled so the action cannot be completed,{0} {1} katkeb nii toimingut ei saa lõpule
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530714DocType: Customer,Buyer of Goods and Services.,Ostja kaupade ja teenuste.
715DocType: Journal Entry,Accounts Payable,Tasumata arved
716DocType: Patient,Allergies,Allergia
717apps/erpnext/erpnext/manufacturing/doctype/bom_update_tool/bom_update_tool.py +33,The selected BOMs are not for the same item,Valitud BOMs ei ole sama objekti
Frappe PR Bot748c0242018-06-21 10:34:28 +0530718apps/erpnext/erpnext/healthcare/doctype/clinical_procedure_template/clinical_procedure_template.js +32,Change Item Code,Muuda objekti koodi
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530719DocType: Supplier Scorecard Standing,Notify Other,Teata muudest
720DocType: Vital Signs,Blood Pressure (systolic),Vererõhk (süstoolne)
721DocType: Pricing Rule,Valid Upto,Kehtib Upto
722DocType: Training Event,Workshop,töökoda
723DocType: Supplier Scorecard Scoring Standing,Warn Purchase Orders,Hoiata ostutellimusi
724apps/erpnext/erpnext/utilities/user_progress.py +67,List a few of your customers. They could be organizations or individuals.,Nimekiri paar oma klientidele. Nad võivad olla organisatsioonid ja üksikisikud.
Frappe PR Bot748c0242018-06-21 10:34:28 +0530725DocType: Employee Tax Exemption Proof Submission,Rented From Date,Üüritud alates kuupäevast
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530726apps/erpnext/erpnext/manufacturing/report/bom_stock_report/bom_stock_report.py +23,Enough Parts to Build,Aitab Parts ehitada
727DocType: POS Profile User,POS Profile User,POS profiili kasutaja
Frappe PR Bot748c0242018-06-21 10:34:28 +0530728apps/erpnext/erpnext/assets/doctype/asset/asset.py +174,Row {0}: Depreciation Start Date is required,Rida {0}: kulumiaeg on vajalik
729DocType: Sales Invoice Item,Service Start Date,Teenuse alguskuupäev
Frappe PR Botb2a64d62018-05-16 10:46:11 +0530730DocType: Subscription Invoice,Subscription Invoice,Märkimisarve
Frappe PR Bot748c0242018-06-21 10:34:28 +0530731apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +135,Direct Income,Otsene tulu
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530732DocType: Patient Appointment,Date TIme,Kuupäev Kellaaeg
Frappe PR Bot748c0242018-06-21 10:34:28 +0530733apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +53,"Can not filter based on Account, if grouped by Account","Ei filtreerimiseks konto, kui rühmitatud konto"
734apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +118,Administrative Officer,Haldusspetsialist
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530735apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py +39,Setting up company and taxes,Ettevõtte ja maksude asutamine
736apps/erpnext/erpnext/education/doctype/student_group/student_group.py +22,Please select Course,Palun valige Course
737DocType: Codification Table,Codification Table,Kooditabel
738DocType: Timesheet Detail,Hrs,tundi
Frappe PR Bot748c0242018-06-21 10:34:28 +0530739apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +410,Please select Company,Palun valige Company
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530740DocType: Stock Entry Detail,Difference Account,Erinevus konto
741DocType: Purchase Invoice,Supplier GSTIN,Pakkuja GSTIN
742apps/erpnext/erpnext/projects/doctype/task/task.py +47,Cannot close task as its dependant task {0} is not closed.,Ei saa sulgeda ülesanne oma sõltuvad ülesande {0} ei ole suletud.
743apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +435,Please enter Warehouse for which Material Request will be raised,"Palun sisestage Warehouse, mille materjal taotlus tõstetakse"
744DocType: Work Order,Additional Operating Cost,Täiendav töökulud
745DocType: Lab Test Template,Lab Routine,Lab Routine
746apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +20,Cosmetics,Kosmeetika
747apps/erpnext/erpnext/assets/doctype/asset_maintenance_log/asset_maintenance_log.py +18,Please select Completion Date for Completed Asset Maintenance Log,Palun vali lõpetatud varade hoolduse logi täitmise kuupäev
Frappe PR Bot748c0242018-06-21 10:34:28 +0530748apps/erpnext/erpnext/stock/doctype/item/item.py +567,"To merge, following properties must be same for both items","Ühendamine, järgmised omadused peavad olema ühesugused teemad"
749DocType: Supplier,Block Supplier,Blokeeri tarnija
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530750DocType: Shipping Rule,Net Weight,Netokaal
Frappe PR Bot748c0242018-06-21 10:34:28 +0530751DocType: Job Opening,Planned number of Positions,Planeeritud positsioonide arv
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530752DocType: Employee,Emergency Phone,Emergency Phone
753apps/erpnext/erpnext/accounts/doctype/opening_invoice_creation_tool/opening_invoice_creation_tool.py +82,{0} {1} does not exist.,{0} {1} ei ole olemas.
754apps/erpnext/erpnext/stock/doctype/item/item_dashboard.py +29,Buy,ostma
755,Serial No Warranty Expiry,Serial No Garantii lõppemine
756DocType: Sales Invoice,Offline POS Name,Offline POS Nimi
757apps/erpnext/erpnext/utilities/user_progress.py +180,Student Application,Üliõpilase taotlus
Frappe PR Bot748c0242018-06-21 10:34:28 +0530758DocType: Bank Statement Transaction Payment Item,Payment Reference,Makse viide
759DocType: Supplier,Hold Type,Hoidke tüüp
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530760apps/erpnext/erpnext/education/doctype/grading_scale/grading_scale.py +20,Please define grade for Threshold 0%,Palun määratleda hinne Threshold 0%
Frappe PR Bot748c0242018-06-21 10:34:28 +0530761DocType: Bank Statement Transaction Payment Item,Bank Statement Transaction Payment Item,Pangakonto tehingu makseviis
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530762DocType: Sales Order,To Deliver,Andma
763DocType: Purchase Invoice Item,Item,Kirje
Frappe PR Bot748c0242018-06-21 10:34:28 +0530764apps/erpnext/erpnext/healthcare/setup.py +257,High Sensitivity,Kõrge tundlikkus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530765apps/erpnext/erpnext/config/non_profit.py +48,Volunteer Type information.,Volunteer Type information.
766DocType: Cash Flow Mapping Template,Cash Flow Mapping Template,Rahavoogude kaardistamise mall
Frappe PR Bot748c0242018-06-21 10:34:28 +0530767DocType: Travel Request,Costing Details,Kulude üksikasjad
768apps/erpnext/erpnext/accounts/page/pos/pos.js +2560,Serial no item cannot be a fraction,Seerianumber objekt ei saa olla osa
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530769DocType: Journal Entry,Difference (Dr - Cr),Erinevus (Dr - Cr)
Frappe PR Botb2a64d62018-05-16 10:46:11 +0530770DocType: Bank Guarantee,Providing,Pakkumine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530771DocType: Account,Profit and Loss,Kasum ja kahjum
772apps/erpnext/erpnext/healthcare/doctype/lab_test/lab_test.js +104,"Not permitted, configure Lab Test Template as required","Pole lubatud, seadistage Lab Test Mall vastavalt vajadusele"
773DocType: Patient,Risk Factors,Riskifaktorid
774DocType: Patient,Occupational Hazards and Environmental Factors,Kutsealased ohud ja keskkonnategurid
Frappe PR Bot748c0242018-06-21 10:34:28 +0530775apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +283,Stock Entries already created for Work Order ,Tööpakkumiste jaoks juba loodud laoseisud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530776DocType: Vital Signs,Respiratory rate,Hingamissagedus
777apps/erpnext/erpnext/config/stock.py +338,Managing Subcontracting,Tegevjuht Alltöövõtt
778DocType: Vital Signs,Body Temperature,Keha temperatuur
779DocType: Project,Project will be accessible on the website to these users,Projekt on kättesaadav veebilehel nendele kasutajatele
780DocType: Detected Disease,Disease,Haigus
781apps/erpnext/erpnext/config/projects.py +29,Define Project type.,Määrake projekti tüüp.
782DocType: Supplier Scorecard,Weighting Function,Kaalufunktsioon
783DocType: Physician,OP Consulting Charge,OP konsultatsioonitasu
784apps/erpnext/erpnext/utilities/user_progress.py +28,Setup your ,Seadista oma
785DocType: Student Report Generation Tool,Show Marks,Näita märke
Frappe PR Bot748c0242018-06-21 10:34:28 +0530786DocType: Support Settings,Get Latest Query,Hankige uusim päring
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530787DocType: Quotation,Rate at which Price list currency is converted to company's base currency,Hinda kus Hinnakiri valuuta konverteeritakse ettevõtte baasvaluuta
Frappe PR Bot748c0242018-06-21 10:34:28 +0530788apps/erpnext/erpnext/setup/doctype/company/company.py +74,Account {0} does not belong to company: {1},Konto {0} ei kuulu firma: {1}
789apps/erpnext/erpnext/setup/doctype/company/company.py +56,Abbreviation already used for another company,Lühend kasutatakse juba teise firma
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530790DocType: Selling Settings,Default Customer Group,Vaikimisi Kliendi Group
791DocType: Asset Repair,ARLOG-,ARLOG-
Frappe PR Bot748c0242018-06-21 10:34:28 +0530792DocType: Employee,IFSC Code,IFSC kood
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530793DocType: Global Defaults,"If disable, 'Rounded Total' field will not be visible in any transaction","Kui keelata, &quot;Ümardatud Kokku väljale ei ole nähtav ühegi tehinguga"
794DocType: BOM,Operating Cost,Töökulud
795DocType: Crop,Produced Items,Toodetud esemed
Frappe PR Bot748c0242018-06-21 10:34:28 +0530796DocType: Bank Statement Transaction Entry,Match Transaction to Invoices,Tehingu sooritamine arvetele
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530797DocType: Sales Order Item,Gross Profit,Brutokasum
Frappe PR Bot748c0242018-06-21 10:34:28 +0530798apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +822,Unblock Invoice,Arve tühistamine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530799apps/erpnext/erpnext/stock/doctype/item_attribute/item_attribute.py +49,Increment cannot be 0,Kasvamine ei saa olla 0
800DocType: Company,Delete Company Transactions,Kustuta tehingutes
Frappe PR Bot748c0242018-06-21 10:34:28 +0530801apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +365,Reference No and Reference Date is mandatory for Bank transaction,Viitenumber ja viited kuupäev on kohustuslik Bank tehingu
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530802DocType: Purchase Receipt,Add / Edit Taxes and Charges,Klienditeenindus Lisa / uuenda maksud ja tasud
803DocType: Payment Entry Reference,Supplier Invoice No,Tarnija Arve nr
804DocType: Territory,For reference,Sest viide
805DocType: Healthcare Settings,Appointment Confirmation,Ametisseasja kinnitamine
Frappe PR Bot748c0242018-06-21 10:34:28 +0530806apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +160,"Cannot delete Serial No {0}, as it is used in stock transactions","Ei saa kustutada Serial No {0}, sest seda kasutatakse laos tehingute"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530807apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.py +256,Closing (Cr),Sulgemine (Cr)
Frappe PR Bot748c0242018-06-21 10:34:28 +0530808apps/erpnext/erpnext/hr/notification/training_feedback/training_feedback.html +1,Hello,Tere
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530809apps/erpnext/erpnext/stock/dashboard/item_dashboard.js +118,Move Item,Liiguta punkti
Frappe PR Bot748c0242018-06-21 10:34:28 +0530810DocType: Employee Incentive,Incentive Amount,Stimuleeriv summa
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530811DocType: Serial No,Warranty Period (Days),Garantii (päevades)
Frappe PR Bot748c0242018-06-21 10:34:28 +0530812apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +76,Total Credit/ Debit Amount should be same as linked Journal Entry,"Krediit- ja deebetkaardi kogus peaks olema sama, mis seotud ajakirja kandmisega"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530813DocType: Installation Note Item,Installation Note Item,Paigaldamine Märkus Punkt
814DocType: Production Plan Item,Pending Qty,Kuni Kogus
815DocType: Budget,Ignore,Ignoreerima
Frappe PR Bot748c0242018-06-21 10:34:28 +0530816apps/erpnext/erpnext/accounts/party.py +408,{0} {1} is not active,{0} {1} ei ole aktiivne
Frappe PR Bot59a2a652018-04-12 13:36:55 +0530817DocType: Woocommerce Settings,Freight and Forwarding Account,Kaubavedu ja edastuskonto
Frappe PR Bot748c0242018-06-21 10:34:28 +0530818apps/erpnext/erpnext/config/accounts.py +278,Setup cheque dimensions for printing,Setup check mõõtmed trükkimiseks
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530819DocType: Salary Slip,Salary Slip Timesheet,Palgatõend Töögraafik
Frappe PR Bot748c0242018-06-21 10:34:28 +0530820apps/erpnext/erpnext/controllers/buying_controller.py +171,Supplier Warehouse mandatory for sub-contracted Purchase Receipt,Tarnija Warehouse kohustuslik allhanked ostutšekk
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530821DocType: Pricing Rule,Valid From,Kehtib alates
822DocType: Sales Invoice,Total Commission,Kokku Komisjoni
Frappe PR Bot748c0242018-06-21 10:34:28 +0530823DocType: Tax Withholding Account,Tax Withholding Account,Maksu kinnipidamise konto
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530824DocType: Pricing Rule,Sales Partner,Müük Partner
825apps/erpnext/erpnext/config/buying.py +150,All Supplier scorecards.,Kõik tarnija skoorikaardid.
826DocType: Buying Settings,Purchase Receipt Required,Ostutšekk Vajalikud
Frappe PR Bot748c0242018-06-21 10:34:28 +0530827apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +229,Target warehouse in row {0} must be same as Work Order,Lahtri sihtrida reas {0} peab olema sama kui töökorraldus
828apps/erpnext/erpnext/stock/doctype/item/item.py +169,Valuation Rate is mandatory if Opening Stock entered,"Hindamine Rate on kohustuslik, kui algvaru sisestatud"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530829apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +143,No records found in the Invoice table,Salvestusi ei leitud Arvel tabelis
Frappe PR Bot748c0242018-06-21 10:34:28 +0530830apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.js +36,Please select Company and Party Type first,Palun valige Company Pidu ja Type esimene
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530831apps/erpnext/erpnext/accounts/doctype/pos_profile/pos_profile.py +31,"Already set default in pos profile {0} for user {1}, kindly disabled default","Kasutaja {1} jaoks on juba vaikimisi määranud pos profiil {0}, muidu vaikimisi keelatud"
Frappe PR Bot748c0242018-06-21 10:34:28 +0530832apps/erpnext/erpnext/config/accounts.py +299,Financial / accounting year.,Financial / eelarveaastal.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530833apps/erpnext/erpnext/accounts/report/balance_sheet/balance_sheet.js +9,Accumulated Values,kogunenud väärtused
Frappe PR Bot748c0242018-06-21 10:34:28 +0530834apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +164,"Sorry, Serial Nos cannot be merged","Vabandame, Serial nr saa liita"
835DocType: Shopify Settings,Customer Group will set to selected group while syncing customers from Shopify,"Kliendiprogramm seab sisse valitud grupi, samas kui Shopifyi kliente sünkroonitakse"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530836apps/erpnext/erpnext/accounts/doctype/pos_profile/pos_profile.py +72,Territory is Required in POS Profile,Territoorium vajab POS-profiili
837DocType: Supplier,Prevent RFQs,Ennetada RFQsid
838apps/erpnext/erpnext/utilities/activation.py +83,Make Sales Order,Tee Sales Order
Frappe PR Botb2a64d62018-05-16 10:46:11 +0530839apps/erpnext/erpnext/hr/doctype/payroll_entry/payroll_entry.py +169,Salary Slip submitted for period from {0} to {1},Palkade slip esitatakse ajavahemikuks {0} kuni {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530840DocType: Project Task,Project Task,Projekti töörühma
841,Lead Id,Plii Id
842DocType: C-Form Invoice Detail,Grand Total,Üldtulemus
843DocType: Assessment Plan,Course,kursus
844DocType: Timesheet,Payslip,palgateatise
Frappe PR Bot748c0242018-06-21 10:34:28 +0530845apps/erpnext/erpnext/hr/doctype/attendance_request/attendance_request.py +18,Half day date should be in between from date and to date,Päevapäev peaks olema kuupäevast kuni kuupäevani
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530846apps/erpnext/erpnext/public/js/pos/pos.html +4,Item Cart,Oksjoni ostukorvi
847apps/erpnext/erpnext/accounts/doctype/fiscal_year/fiscal_year.py +38,Fiscal Year Start Date should not be greater than Fiscal Year End Date,Fiscal Year Start Date ei tohiks olla suurem kui Fiscal Year End Date
848DocType: Issue,Resolution,Lahendamine
849DocType: C-Form,IV,IV
Frappe PR Bot748c0242018-06-21 10:34:28 +0530850apps/erpnext/erpnext/non_profit/report/expiring_memberships/expiring_memberships.py +15,Membership ID,Liikme ID
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530851apps/erpnext/erpnext/templates/pages/order.html +76,Delivered: {0},Tarnitakse: {0}
Frappe PR Bot748c0242018-06-21 10:34:28 +0530852DocType: Bank Statement Transaction Entry,Payable Account,Võlgnevus konto
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530853DocType: Payment Entry,Type of Payment,Tüüp tasumine
854DocType: Sales Order,Billing and Delivery Status,Arved ja Delivery Status
855DocType: Job Applicant,Resume Attachment,Jätka Attachment
856apps/erpnext/erpnext/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.py +58,Repeat Customers,Korrake klientidele
857DocType: Leave Control Panel,Allocate,Eraldama
858apps/erpnext/erpnext/public/js/utils/item_quick_entry.js +108,Create Variant,Loo variatsioon
859DocType: Sales Invoice,Shipping Bill Date,Shipping Bill Date
860DocType: Production Plan,Production Plan,Tootmisplaan
861DocType: Opening Invoice Creation Tool,Opening Invoice Creation Tool,Arve koostamise tööriista avamine
Frappe PR Botb2a64d62018-05-16 10:46:11 +0530862apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.js +863,Sales Return,Müügitulu
Frappe PR Bot748c0242018-06-21 10:34:28 +0530863apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +110,Note: Total allocated leaves {0} shouldn't be less than already approved leaves {1} for the period,Märkus: Kokku eraldatakse lehed {0} ei tohiks olla väiksem kui juba heaks lehed {1} perioodiks
Frappe PR Botb2a64d62018-05-16 10:46:11 +0530864DocType: Stock Settings,Set Qty in Transactions based on Serial No Input,Määrake tehingute arv järjekorranumbriga
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530865,Total Stock Summary,Kokku Stock kokkuvõte
Frappe PR Bot748c0242018-06-21 10:34:28 +0530866apps/erpnext/erpnext/hr/doctype/staffing_plan/staffing_plan.py +68,"You can only plan for upto {0} vacancies and budget {1} \
867 for {2} as per staffing plan {3} for parent company {4}.",Saate ainult kuni {0} vabade ametikohtade ja eelarve {1} \ {2} kohta planeerida {3} emaettevõtte {4} jaoks.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530868DocType: Announcement,Posted By,postitas
869DocType: Item,Delivered by Supplier (Drop Ship),Andis Tarnija (Drop Laev)
870DocType: Healthcare Settings,Confirmation Message,Kinnituskiri
871apps/erpnext/erpnext/config/crm.py +12,Database of potential customers.,Andmebaas potentsiaalseid kliente.
872DocType: Authorization Rule,Customer or Item,Kliendi või toode
873apps/erpnext/erpnext/config/selling.py +28,Customer database.,Kliendi andmebaasi.
874DocType: Quotation,Quotation To,Tsitaat
875DocType: Lead,Middle Income,Keskmise sissetulekuga
876apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.py +228,Opening (Cr),Avamine (Cr)
Frappe PR Bot748c0242018-06-21 10:34:28 +0530877apps/erpnext/erpnext/stock/doctype/item/item.py +895,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.,"Vaikimisi mõõtühik Punkt {0} ei saa muuta otse, sest teil on juba mõned tehingu (te) teise UOM. Te peate looma uue Punkt kasutada erinevaid vaikimisi UOM."
878apps/erpnext/erpnext/accounts/utils.py +356,Allocated amount can not be negative,Eraldatud summa ei saa olla negatiivne
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530879apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.js +11,Please set the Company,Määrake Company
880DocType: Share Balance,Share Balance,Jaga Balanssi
Frappe PR Bot748c0242018-06-21 10:34:28 +0530881DocType: Employee Tax Exemption Declaration,Monthly House Rent,Kuu maja rent
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530882DocType: Purchase Order Item,Billed Amt,Arve Amt
883DocType: Training Result Employee,Training Result Employee,Koolitus Tulemus Employee
884DocType: Warehouse,A logical Warehouse against which stock entries are made.,Loogiline Warehouse mille vastu laos tehakse kandeid.
Frappe PR Botb2a64d62018-05-16 10:46:11 +0530885apps/erpnext/erpnext/hr/doctype/loan/loan.js +134,Principal Amount,põhisumma
886DocType: Loan Application,Total Payable Interest,Kokku intressikulusid
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530887apps/erpnext/erpnext/education/doctype/fee_schedule/fee_schedule.js +57,Total Outstanding: {0},Kokku tasumata: {0}
888DocType: Sales Invoice Timesheet,Sales Invoice Timesheet,Müügiarve Töögraafik
Frappe PR Bot748c0242018-06-21 10:34:28 +0530889apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +150,Reference No & Reference Date is required for {0},Viitenumber &amp; Reference kuupäev on vajalik {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530890DocType: Payroll Entry,Select Payment Account to make Bank Entry,Vali Maksekonto teha Bank Entry
891DocType: Hotel Settings,Default Invoice Naming Series,Vaikimisi arve nime seeria
892apps/erpnext/erpnext/utilities/activation.py +136,"Create Employee records to manage leaves, expense claims and payroll","Loo töötaja kirjete haldamiseks lehed, kulu nõuete ja palgaarvestuse"
893DocType: Restaurant Reservation,Restaurant Reservation,Restorani broneering
894DocType: Land Unit,Land Unit Name,Maaüksuse nimi
Frappe PR Bot748c0242018-06-21 10:34:28 +0530895apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +166,Proposal Writing,Ettepanek kirjutamine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530896DocType: Payment Entry Deduction,Payment Entry Deduction,Makse Entry mahaarvamine
897apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py +14,Wrapping up,Pakkimine
Frappe PR Botb2a64d62018-05-16 10:46:11 +0530898apps/erpnext/erpnext/stock/doctype/delivery_trip/delivery_trip.js +43,Notify Customers via Email,Teatage klientidele e-posti teel
Frappe PR Bot748c0242018-06-21 10:34:28 +0530899DocType: Item,Batch Number Series,Partii number seeria
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530900apps/erpnext/erpnext/setup/doctype/sales_person/sales_person.py +35,Another Sales Person {0} exists with the same Employee id,Teine Sales Person {0} on olemas sama Töötaja id
901DocType: Employee Advance,Claimed Amount,Nõutud summa
Frappe PR Bot748c0242018-06-21 10:34:28 +0530902DocType: Travel Itinerary,Departure Datetime,Lahkumise kuupäeva aeg
903DocType: Travel Request Costing,Travel Request Costing,Reisi kuluarvestus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530904apps/erpnext/erpnext/config/education.py +180,Masters,Masters
Frappe PR Bot748c0242018-06-21 10:34:28 +0530905DocType: Employee Onboarding,Employee Onboarding Template,Töötaja pardal asuv mall
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530906DocType: Assessment Plan,Maximum Assessment Score,Maksimaalne hindamine Score
Frappe PR Bot748c0242018-06-21 10:34:28 +0530907apps/erpnext/erpnext/config/accounts.py +144,Update Bank Transaction Dates,Uuenda pangaarveldustel kuupäevad
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530908apps/erpnext/erpnext/config/projects.py +41,Time Tracking,Time Tracking
909DocType: Purchase Invoice,DUPLICATE FOR TRANSPORTER,Duplikaadi TRANSPORTER
910apps/erpnext/erpnext/hr/doctype/employee_advance/employee_advance.py +49,Row {0}# Paid Amount cannot be greater than requested advance amount,Rida {0} # tasuline summa ei tohi olla suurem kui taotletud ettemakse summa
911DocType: Fiscal Year Company,Fiscal Year Company,Fiscal Year Company
912DocType: Packing Slip Item,DN Detail,DN Detail
913DocType: Training Event,Conference,konverents
Frappe PR Bot748c0242018-06-21 10:34:28 +0530914DocType: Employee Grade,Default Salary Structure,Päevaraha struktuur
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530915DocType: Timesheet,Billed,Maksustatakse
916DocType: Batch,Batch Description,Partii kirjeldus
917apps/erpnext/erpnext/education/doctype/student_group_creation_tool/student_group_creation_tool.js +12,Creating student groups,Loomine õpperühm
Frappe PR Bot748c0242018-06-21 10:34:28 +0530918apps/erpnext/erpnext/accounts/utils.py +741,"Payment Gateway Account not created, please create one manually.","Payment Gateway konto ei ole loodud, siis looge see käsitsi."
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530919DocType: Supplier Scorecard,Per Year,Aastas
920apps/erpnext/erpnext/education/doctype/student_applicant/student_applicant.py +51,Not eligible for the admission in this program as per DOB,Selles programmis osalemise lubamine vastavalt DOB-ile puudub
921DocType: Sales Invoice,Sales Taxes and Charges,Müük maksud ja tasud
922DocType: Employee,Organization Profile,Organisatsiooni andmed
923DocType: Vital Signs,Height (In Meter),Kõrgus (mõõdikus)
924DocType: Student,Sibling Details,Kaas detailid
925DocType: Vehicle Service,Vehicle Service,Sõidukite Service
Frappe PR Botb2a64d62018-05-16 10:46:11 +0530926apps/erpnext/erpnext/config/setup.py +95,Automatically triggers the feedback request based on conditions.,Käivitab automaatselt tagasisidet taotluse põhineb tingimused.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530927DocType: Employee,Reason for Resignation,Lahkumise põhjuseks
Frappe PR Bot748c0242018-06-21 10:34:28 +0530928DocType: Tax Withholding Category,Book on Invoice,Raamat arvele
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530929DocType: Sales Invoice,Credit Note Issued,Kreeditarvet Väljastatud
930DocType: Project Task,Weight,kaal
931DocType: Payment Reconciliation,Invoice/Journal Entry Details,Arve / päevikusissekanne Üksikasjad
Frappe PR Bot748c0242018-06-21 10:34:28 +0530932apps/erpnext/erpnext/accounts/utils.py +84,{0} '{1}' not in Fiscal Year {2},{0} &#39;{1}&#39; ei eelarveaastal {2}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530933DocType: Buying Settings,Settings for Buying Module,Seaded ostmine Module
Frappe PR Bot748c0242018-06-21 10:34:28 +0530934apps/erpnext/erpnext/assets/doctype/asset_movement/asset_movement.py +22,Asset {0} does not belong to company {1},Asset {0} ei kuulu firma {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530935apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +70,Please enter Purchase Receipt first,Palun sisestage ostutšeki esimene
936DocType: Buying Settings,Supplier Naming By,Tarnija nimetamine By
937DocType: Activity Type,Default Costing Rate,Vaikimisi ületaksid
938DocType: Maintenance Schedule,Maintenance Schedule,Hoolduskava
Frappe PR Bot748c0242018-06-21 10:34:28 +0530939apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +151,"Then Pricing Rules are filtered out based on Customer, Customer Group, Territory, Supplier, Supplier Type, Campaign, Sales Partner etc.","Siis Hinnakujundusreeglid on välja filtreeritud põhineb kliendi, kliendi nimel, Territory, Tarnija, Tarnija tüüp, kampaania, Sales Partner jms"
940DocType: Employee Promotion,Employee Promotion Details,Töötaja edutamise üksikasjad
941apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +83,Net Change in Inventory,Net muutus Varude
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530942DocType: Employee,Passport Number,Passi number
943apps/erpnext/erpnext/education/report/student_and_guardian_contact_details/student_and_guardian_contact_details.py +60,Relation with Guardian2,Seos Guardian2
Frappe PR Bot748c0242018-06-21 10:34:28 +0530944apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +112,Manager,Juhataja
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530945DocType: Payment Entry,Payment From / To,Makse edasi / tagasi
946apps/erpnext/erpnext/selling/doctype/customer/customer.py +170,New credit limit is less than current outstanding amount for the customer. Credit limit has to be atleast {0},Uus krediidilimiit on alla praeguse tasumata summa kliendi jaoks. Krediidilimiit peab olema atleast {0}
Frappe PR Bot748c0242018-06-21 10:34:28 +0530947apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +430,Please set account in Warehouse {0},Palun määrake konto Warehouse&#39;i {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530948apps/erpnext/erpnext/controllers/trends.py +39,'Based On' and 'Group By' can not be same,"""Tuleneb"" ja ""Grupeeri alusel"" ei saa olla sama"
949DocType: Sales Person,Sales Person Targets,Sales Person Eesmärgid
950DocType: Installation Note,IN-,VÕISTLUSTE
951DocType: Work Order Operation,In minutes,Minutiga
952DocType: Issue,Resolution Date,Resolutsioon kuupäev
953DocType: Lab Test Template,Compound,Ühend
Frappe PR Bot748c0242018-06-21 10:34:28 +0530954apps/erpnext/erpnext/hr/doctype/employee_promotion/employee_promotion.js +56,Select Property,Vali vara
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530955DocType: Student Batch Name,Batch Name,partii Nimi
956DocType: Fee Validity,Max number of visit,Maksimaalne külastuse arv
957,Hotel Room Occupancy,Hotelli toa majutus
Frappe PR Bot748c0242018-06-21 10:34:28 +0530958apps/erpnext/erpnext/manufacturing/doctype/work_order/work_order.py +386,Timesheet created:,Töögraafik on loodud:
959apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +1053,Please set default Cash or Bank account in Mode of Payment {0},Palun määra vaikimisi Raha või pangakonto makseviis {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530960apps/erpnext/erpnext/education/doctype/student_applicant/student_applicant.js +24,Enroll,registreerima
961DocType: GST Settings,GST Settings,GST Seaded
Frappe PR Bot748c0242018-06-21 10:34:28 +0530962apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +81,Currency should be same as Price List Currency: {0},Valuuta peaks olema sama nagu hinnakiri Valuuta: {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530963DocType: Selling Settings,Customer Naming By,Kliendi nimetamine By
964DocType: Student Leave Application,Will show the student as Present in Student Monthly Attendance Report,Näitab õpilase kui Praegused Student Kuu osavõtt aruanne
965DocType: Depreciation Schedule,Depreciation Amount,Põhivara summa
Frappe PR Bot748c0242018-06-21 10:34:28 +0530966apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.js +105,Convert to Group,Teisenda Group
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530967DocType: Delivery Trip,TOUR-.#####,TOUR -. #####
968DocType: Activity Cost,Activity Type,Tegevuse liik
969DocType: Request for Quotation,For individual supplier,Üksikute tarnija
970DocType: BOM Operation,Base Hour Rate(Company Currency),Base Hour Rate (firma Valuuta)
Frappe PR Bot748c0242018-06-21 10:34:28 +0530971apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +48,Delivered Amount,Tarnitakse summa
Frappe PR Bot59a2a652018-04-12 13:36:55 +0530972apps/erpnext/erpnext/healthcare/doctype/physician/physician_dashboard.py +14,Lab Tests,Lab Testid
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530973DocType: Quotation Item,Item Balance,Punkt Balance
974DocType: Sales Invoice,Packing List,Pakkimisnimekiri
975apps/erpnext/erpnext/config/buying.py +28,Purchase Orders given to Suppliers.,Ostutellimuste antud Tarnijatele.
Frappe PR Bot748c0242018-06-21 10:34:28 +0530976DocType: Contract,Contract Template,Lepingu mall
977DocType: Clinical Procedure Item,Transfer Qty,Ülekande kogus
978DocType: Purchase Invoice Item,Asset Location,Vara asukoht
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530979apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +43,Publishing,Kirjastamine
980DocType: Accounts Settings,Report Settings,Aruandeseaded
981DocType: Activity Cost,Projects User,Projektid Kasutaja
Frappe PR Bot748c0242018-06-21 10:34:28 +0530982apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +41,Consumed,Tarbitud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530983apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +158,{0}: {1} not found in Invoice Details table,{0} {1} ei leidu Arve andmed tabelis
984DocType: Asset,Asset Owner Company,Vara omaniku ettevõte
985DocType: Company,Round Off Cost Center,Ümardada Cost Center
Frappe PR Bot748c0242018-06-21 10:34:28 +0530986apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +248,Maintenance Visit {0} must be cancelled before cancelling this Sales Order,Hooldus Külasta {0} tuleb tühistada enne tühistades selle Sales Order
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530987DocType: Asset Maintenance Log,AML-,AML-
988DocType: Item,Material Transfer,Material Transfer
Frappe PR Bot748c0242018-06-21 10:34:28 +0530989DocType: Cost Center,Cost Center Number,Kulude keskuse number
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530990apps/erpnext/erpnext/buying/doctype/supplier_scorecard_variable/supplier_scorecard_variable.py +24,Could not find path for ,Teekonda ei leitud
991apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.py +221,Opening (Dr),Avamine (Dr)
Frappe PR Bot748c0242018-06-21 10:34:28 +0530992DocType: Compensatory Leave Request,Work End Date,Töö lõppkuupäev
Frappe PR Botb2a64d62018-05-16 10:46:11 +0530993DocType: Loan,Applicant,Taotleja
Frappe PR Bot748c0242018-06-21 10:34:28 +0530994apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +37,Posting timestamp must be after {0},Foorumi timestamp tuleb pärast {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +0530995apps/erpnext/erpnext/config/accounts.py +39,To make recurring documents,Korduvate dokumentide tegemine
996,GST Itemised Purchase Register,GST Üksikasjalikud Ostu Registreeri
997DocType: Course Scheduling Tool,Reschedule,Korrigeeritakse uuesti
Frappe PR Botb2a64d62018-05-16 10:46:11 +0530998DocType: Loan,Total Interest Payable,Kokku intressivõlg
Frappe PR Bot748c0242018-06-21 10:34:28 +0530999DocType: Leave Period,Filter By,Filtreeri poolt
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301000DocType: Landed Cost Taxes and Charges,Landed Cost Taxes and Charges,Maandus Cost maksud ja tasud
1001DocType: Work Order Operation,Actual Start Time,Tegelik Start Time
1002DocType: BOM Operation,Operation Time,Operation aeg
Frappe PR Bot748c0242018-06-21 10:34:28 +05301003apps/erpnext/erpnext/manufacturing/doctype/work_order/work_order.js +355,Finish,lõpp
1004DocType: Salary Structure Assignment,Base,alus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301005DocType: Timesheet,Total Billed Hours,Kokku Maksustatakse Tundi
Frappe PR Bot748c0242018-06-21 10:34:28 +05301006DocType: Travel Itinerary,Travel To,Reisida
1007apps/erpnext/erpnext/selling/page/point_of_sale/point_of_sale.js +1564,Write Off Amount,Kirjutage Off summa
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301008DocType: Leave Block List Allow,Allow User,Laske Kasutaja
1009DocType: Journal Entry,Bill No,Bill pole
1010DocType: Company,Gain/Loss Account on Asset Disposal,Gain / kulude aruandes varade realiseerimine
1011DocType: Vehicle Log,Service Details,Service detailid
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301012apps/erpnext/erpnext/regional/report/fichier_des_ecritures_comptables_[fec]/fichier_des_ecritures_comptables_[fec].py +47,EcritureLib,EcritureLib
1013DocType: Lab Test Template,Grouped,Rühmitatud
1014DocType: Selling Settings,Delivery Note Required,Toimetaja märkus Vajalikud
1015DocType: Bank Guarantee,Bank Guarantee Number,Bank garantii arv
1016DocType: Assessment Criteria,Assessment Criteria,Hindamiskriteeriumid
1017DocType: BOM Item,Basic Rate (Company Currency),Basic Rate (firma Valuuta)
1018DocType: Student Attendance,Student Attendance,Student osavõtt
1019DocType: Sales Invoice Timesheet,Time Sheet,ajaandmik
1020DocType: Manufacturing Settings,Backflush Raw Materials Based On,Backflush tooraine põhineb
1021DocType: Sales Invoice,Port Code,Sadama kood
Frappe PR Bot748c0242018-06-21 10:34:28 +05301022apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +962,Reserve Warehouse,Reservi laoruum
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301023DocType: Lead,Lead is an Organization,Plii on organisatsioon
1024DocType: Guardian Interest,Interest,huvi
1025apps/erpnext/erpnext/selling/doctype/customer/customer_dashboard.py +10,Pre Sales,Müügieelne
1026DocType: Instructor Log,Other Details,Muud andmed
1027apps/erpnext/erpnext/accounts/report/delivered_items_to_be_billed/delivered_items_to_be_billed.py +18,Suplier,suplier
1028DocType: Lab Test,Test Template,Testi mall
1029DocType: Restaurant Order Entry Item,Served,Serveeritud
1030apps/erpnext/erpnext/config/non_profit.py +13,Chapter information.,Peatükk teave.
1031DocType: Account,Accounts,Kontod
1032DocType: Vehicle,Odometer Value (Last),Odomeetri näit (Viimane)
1033apps/erpnext/erpnext/config/buying.py +160,Templates of supplier scorecard criteria.,Pakkujate tulemuskaardi kriteeriumide mallid.
Frappe PR Bot748c0242018-06-21 10:34:28 +05301034apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +311,Marketing,Marketing
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301035apps/erpnext/erpnext/accounts/doctype/payment_request/payment_request.py +303,Payment Entry is already created,Makse Entry juba loodud
1036DocType: Request for Quotation,Get Suppliers,Hankige tarnijaid
1037DocType: Purchase Receipt Item Supplied,Current Stock,Laoseis
Frappe PR Bot748c0242018-06-21 10:34:28 +05301038apps/erpnext/erpnext/controllers/accounts_controller.py +639,Row #{0}: Asset {1} does not linked to Item {2},Rida # {0}: Asset {1} ei ole seotud Punkt {2}
1039apps/erpnext/erpnext/hr/doctype/salary_structure/salary_structure.js +398,Preview Salary Slip,Eelvaade palgatõend
1040apps/erpnext/erpnext/accounts/doctype/budget/budget.py +56,Account {0} has been entered multiple times,Konto {0} on sisestatud mitu korda
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301041DocType: Account,Expenses Included In Valuation,Kulud sisalduvad Hindamine
1042apps/erpnext/erpnext/non_profit/doctype/membership/membership.py +37,You can only renew if your membership expires within 30 days,"Te saate uuendada ainult siis, kui teie liikmelisus lõpeb 30 päeva jooksul"
Frappe PR Bot748c0242018-06-21 10:34:28 +05301043DocType: Shopping Cart Settings,Show Stock Availability,Näita toote laost
1044apps/erpnext/erpnext/assets/doctype/asset/asset.py +487,Set {0} in asset category {1} or company {2},Määra {0} varakategoorias {1} või ettevõtte {2}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301045DocType: Land Unit,Longitude,Pikkuskraad
1046,Absent Student Report,Puudub Student Report
1047DocType: Crop,Crop Spacing UOM,Crop Spacing UOM
1048DocType: Accounts Settings,Only select if you have setup Cash Flow Mapper documents,"Valige ainult siis, kui olete seadistanud rahavoogude kaardistaja dokumendid"
1049DocType: Email Digest,Next email will be sent on:,Järgmine email saadetakse edasi:
1050DocType: Supplier Scorecard,Per Week,Nädalas
Frappe PR Bot748c0242018-06-21 10:34:28 +05301051apps/erpnext/erpnext/stock/doctype/item/item.py +682,Item has variants.,Punkt on variante.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301052apps/erpnext/erpnext/education/report/assessment_plan_status/assessment_plan_status.py +154,Total Student,Kokku üliõpilane
1053apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +65,Item {0} not found,Punkt {0} ei leitud
1054DocType: Bin,Stock Value,Stock Value
Frappe PR Bot748c0242018-06-21 10:34:28 +05301055apps/erpnext/erpnext/healthcare/doctype/patient_appointment/patient_appointment.py +42,{0} has fee validity till {1},{0} tasu kehtib kuni {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301056apps/erpnext/erpnext/healthcare/page/appointment_analytic/appointment_analytic.js +54,Tree Type,Tree Type
1057DocType: BOM Explosion Item,Qty Consumed Per Unit,Kogus Tarbitud Per Unit
1058DocType: GST Account,IGST Account,IGST konto
1059DocType: Serial No,Warranty Expiry Date,Garantii Aegumisaja
1060DocType: Material Request Item,Quantity and Warehouse,Kogus ja Warehouse
1061DocType: Hub Settings,Unregister,Loobu registreerimisest
1062DocType: Sales Invoice,Commission Rate (%),Komisjoni Rate (%)
1063apps/erpnext/erpnext/education/doctype/student_group/student_group.py +24,Please select Program,Palun valige Program
1064DocType: Project,Estimated Cost,Hinnanguline maksumus
1065DocType: Purchase Order,Link to material requests,Link materjali taotlusi
1066DocType: Hub Settings,Publish,Avalda
1067apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +7,Aerospace,Aerospace
1068,Fichier des Ecritures Comptables [FEC],Ficier des Ecritures Comptables [FEC]
1069DocType: Journal Entry,Credit Card Entry,Krediitkaart Entry
1070apps/erpnext/erpnext/config/accounts.py +57,Company and Accounts,Ettevõte ja kontod
Frappe PR Botb2a64d62018-05-16 10:46:11 +05301071apps/erpnext/erpnext/stock/report/stock_balance/stock_balance.py +72,In Value,väärtuse
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301072DocType: Asset Settings,Depreciation Options,Amortisatsiooni Valikud
Frappe PR Bot748c0242018-06-21 10:34:28 +05301073apps/erpnext/erpnext/assets/doctype/asset_movement/asset_movement.py +28,Either location or employee must be required,Nõutav on asukoht või töötaja
Frappe PR Botb2a64d62018-05-16 10:46:11 +05301074apps/erpnext/erpnext/utilities/transaction_base.py +29,Invalid Posting Time,Kehtetu postitamise aeg
Frappe PR Bot748c0242018-06-21 10:34:28 +05301075DocType: Salary Component,Condition and Formula,Seisund ja valem
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301076DocType: Lead,Campaign Name,Kampaania nimi
Frappe PR Bot748c0242018-06-21 10:34:28 +05301077apps/erpnext/erpnext/hr/doctype/compensatory_leave_request/compensatory_leave_request.py +34,There is no leave period in between {0} and {1},Puudub ajavahemik {0} ja {1} vahel
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301078DocType: Hotel Room,Capacity,Võimsus
Frappe PR Bot748c0242018-06-21 10:34:28 +05301079DocType: Travel Request Costing,Expense Type,Kululiik
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301080DocType: Selling Settings,Close Opportunity After Days,Sule Opportunity Pärast päevi
1081,Reserved,Reserveeritud
1082DocType: Driver,License Details,Litsentsi üksikasjad
Frappe PR Bot748c0242018-06-21 10:34:28 +05301083apps/erpnext/erpnext/accounts/doctype/share_transfer/share_transfer.py +86,The field From Shareholder cannot be blank,Väljal Aktsionäril ei tohi olla tühjaks
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301084DocType: Purchase Order,Supply Raw Materials,Supply tooraine
1085apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +10,Current Assets,Käibevara
Frappe PR Bot748c0242018-06-21 10:34:28 +05301086apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +134,{0} is not a stock Item,{0} ei ole laos toode
1087apps/erpnext/erpnext/hr/notification/training_feedback/training_feedback.html +6,Please share your feedback to the training by clicking on 'Training Feedback' and then 'New',"Jagage oma koolituse kohta tagasisidet, klõpsates &quot;Treening Tagasiside&quot; ja seejärel &quot;Uus&quot;"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301088DocType: Mode of Payment Account,Default Account,Vaikimisi konto
Frappe PR Bot748c0242018-06-21 10:34:28 +05301089apps/erpnext/erpnext/stock/doctype/item/item.py +288,Please select Sample Retention Warehouse in Stock Settings first,Esitage kõigepealt proovi võttehoidla varude seadistustes
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301090DocType: Payment Entry,Received Amount (Company Currency),Saadud summa (firma Valuuta)
1091apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +192,Lead must be set if Opportunity is made from Lead,"Plii tuleb määrata, kui võimalus on valmistatud Lead"
1092apps/erpnext/erpnext/erpnext_integrations/doctype/gocardless_settings/gocardless_settings.py +136,Payment Cancelled. Please check your GoCardless Account for more details,"Makse tühistatud. Palun kontrollige oma GoCardlessi kontot, et saada lisateavet"
Frappe PR Bot748c0242018-06-21 10:34:28 +05301093DocType: Contract,N/A,Ei ole
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301094apps/erpnext/erpnext/hr/doctype/holiday_list/holiday_list.py +29,Please select weekly off day,Palun valige iganädalane off päev
1095DocType: Patient,O Negative,O Negatiivne
1096DocType: Work Order Operation,Planned End Time,Planeeritud End Time
1097,Sales Person Target Variance Item Group-Wise,Sales Person Target Dispersioon Punkt Group-Wise
Frappe PR Bot748c0242018-06-21 10:34:28 +05301098apps/erpnext/erpnext/accounts/doctype/account/account.py +95,Account with existing transaction cannot be converted to ledger,Konto olemasolevate tehing ei ole ümber arvestusraamatust
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301099apps/erpnext/erpnext/config/non_profit.py +33,Memebership Type Details,Membrersi tüübi üksikasjad
1100DocType: Delivery Note,Customer's Purchase Order No,Kliendi ostutellimuse pole
Frappe PR Bot748c0242018-06-21 10:34:28 +05301101DocType: Clinical Procedure,Consume Stock,Tarbi aktsiaid
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301102DocType: Budget,Budget Against,Eelarve vastu
1103DocType: Employee,Cell Number,Mobiilinumber
Frappe PR Bot748c0242018-06-21 10:34:28 +05301104apps/erpnext/erpnext/hr/doctype/payroll_entry/payroll_entry.py +469,There's no employee for the given criteria. Check that Salary Slips have not already been created.,"Antud kriteeriumide järgi töötaja pole. Kontrollige, kas palgafondid pole veel loodud."
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301105apps/erpnext/erpnext/stock/reorder_item.py +194,Auto Material Requests Generated,Auto Material Taotlused Loodud
1106apps/erpnext/erpnext/buying/doctype/supplier_quotation/supplier_quotation_list.js +7,Lost,Kaotsi läinud
Frappe PR Bot748c0242018-06-21 10:34:28 +05301107apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +184,You can not enter current voucher in 'Against Journal Entry' column,Sa ei saa sisestada praegune voucher in &quot;Against päevikusissekanne veerus
1108DocType: Employee Benefit Application Detail,Max Benefit Amount,Maksimaalne hüvitise summa
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301109apps/erpnext/erpnext/stock/page/stock_balance/stock_balance.js +50,Reserved for manufacturing,Reserveeritud tootmine
1110DocType: Soil Texture,Sand,Liiv
1111apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +25,Energy,Energia
1112DocType: Opportunity,Opportunity From,Opportunity From
Frappe PR Bot748c0242018-06-21 10:34:28 +05301113apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +892,Row {0}: {1} Serial numbers required for Item {2}. You have provided {3}.,Rida {0}: {1} punkti {2} jaoks nõutavad seerianumbrid. Te olete esitanud {3}.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301114apps/erpnext/erpnext/restaurant/doctype/restaurant_order_entry/restaurant_order_entry.py +79,Please select a table,Valige tabel
1115DocType: BOM,Website Specifications,Koduleht erisused
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301116DocType: Special Test Items,Particulars,Üksikasjad
Frappe PR Bot748c0242018-06-21 10:34:28 +05301117apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +23,{0}: From {0} of type {1},{0}: From {0} tüüpi {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301118DocType: Warranty Claim,CI-,CI-
Frappe PR Bot748c0242018-06-21 10:34:28 +05301119apps/erpnext/erpnext/controllers/buying_controller.py +370,Row {0}: Conversion Factor is mandatory,Row {0}: Conversion Factor on kohustuslik
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301120DocType: Student,A+,A +
Frappe PR Bot748c0242018-06-21 10:34:28 +05301121apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +343,"Multiple Price Rules exists with same criteria, please resolve conflict by assigning priority. Price Rules: {0}","Mitu Hind reeglid olemas samad kriteeriumid, palun lahendada konflikte, määrates prioriteet. Hind Reeglid: {0}"
1122DocType: Exchange Rate Revaluation,Exchange Rate Revaluation Account,Vahetuskursi ümberhindluskonto
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301123apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +519,Cannot deactivate or cancel BOM as it is linked with other BOMs,"Ei saa deaktiveerida või tühistada Bom, sest see on seotud teiste BOMs"
Frappe PR Bot748c0242018-06-21 10:34:28 +05301124apps/erpnext/erpnext/accounts/doctype/exchange_rate_revaluation/exchange_rate_revaluation.js +106,Please select Company and Posting Date to getting entries,Kirjete saamiseks valige ettevõtte ja postitamise kuupäev
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301125DocType: Asset,Maintenance,Hooldus
Frappe PR Botb2a64d62018-05-16 10:46:11 +05301126DocType: Subscriber,Subscriber,Abonent
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301127DocType: Item Attribute Value,Item Attribute Value,Punkt omadus Value
1128apps/erpnext/erpnext/projects/doctype/project/project.py +406,Please Update your Project Status,Palun uuendage oma projekti olekut
Frappe PR Bot748c0242018-06-21 10:34:28 +05301129apps/erpnext/erpnext/setup/doctype/currency_exchange/currency_exchange.py +26,Currency Exchange must be applicable for Buying or for Selling.,Valuutavahetus tuleb kohaldada ostmise või müügi suhtes.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301130DocType: Item,Maximum sample quantity that can be retained,"Maksimaalne proovikogus, mida on võimalik säilitada"
1131DocType: Project Update,How is the Project Progressing Right Now?,Kuidas projekt käivitub kohe?
Frappe PR Bot748c0242018-06-21 10:34:28 +05301132apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +467,Row {0}# Item {1} cannot be transferred more than {2} against Purchase Order {3},Rida {0} # Item {1} ei saa üle anda {2} ostutellimuse vastu {3}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301133apps/erpnext/erpnext/config/selling.py +158,Sales campaigns.,Müügikampaaniad.
1134apps/erpnext/erpnext/manufacturing/doctype/work_order/work_order.js +117,Make Timesheet,Tee Töögraafik
1135DocType: 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.
1136
1137#### Note
1138
1139The 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.
1140
1141#### Description of Columns
1142
Frappe PR Bot748c0242018-06-21 10:34:28 +053011431. Calculation Type:
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301144 - This can be on **Net Total** (that is the sum of basic amount).
1145 - **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.
1146 - **Actual** (as mentioned).
11472. Account Head: The Account ledger under which this tax will be booked
11483. Cost Center: If the tax / charge is an income (like shipping) or expense it needs to be booked against a Cost Center.
11494. Description: Description of the tax (that will be printed in invoices / quotes).
11505. Rate: Tax rate.
11516. Amount: Tax amount.
11527. Total: Cumulative total to this point.
11538. 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).
11549. 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.","Standard maksu mall, mida saab rakendada, et kõik müügitehingud. See mall võib sisaldada nimekirja maksu juhid ja ka teiste kulul / tulu juhid nagu &quot;Shipping&quot;, &quot;Kindlustus&quot;, &quot;Handling&quot; jt #### Märkus maksumäär Siin määratud olla hariliku maksumäära kõigile ** Esemed **. Kui on ** Kirjed **, mis on erineva kiirusega, tuleb need lisada ka ** Oksjoni Maksu- ** tabeli ** Oksjoni ** kapten. #### Kirjeldus veerud arvutamine 1. tüüpi: - See võib olla ** Net Kokku ** (mis on summa põhisummast). - ** On eelmise rea kokku / Summa ** (kumulatiivse maksud või maksed). Kui valite selle funktsiooni, maksu rakendatakse protsentides eelmise rea (maksu tabel) summa või kokku. - ** Tegelik ** (nagu mainitud). 2. Konto Head: Konto pearaamatu, mille alusel see maks broneeritud 3. Kulude Center: Kui maks / lõiv on sissetulek (nagu laevandus) või kulutustega tuleb kirjendada Cost Center. 4. Kirjeldus: Kirjeldus maksu (mis trükitakse arved / jutumärkideta). 5. Hinda: Maksumäär. 6. Summa: Maksu- summa. 7. Kokku: Kumulatiivne kokku selles küsimuses. 8. Sisestage Row: Kui põhineb &quot;Eelmine Row Kokku&quot; saate valida rea number, mida võtta aluseks selle arvutamine (default on eelmise rea). 9. See sisaldab käibemaksu Basic Rate ?: Kui vaadata seda, see tähendab, et seda maksu ei näidata allpool kirje tabelis, kuid on lisatud Basic Rate teie peamine objekt tabelis. See on kasulik, kui soovite anda korter hinnaga (koos kõigi maksudega) hind klientidele."
1155DocType: Employee,Bank A/C No.,Bank A / C No.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301156DocType: Quality Inspection Reading,Reading 7,Lugemine 7
1157apps/erpnext/erpnext/stock/doctype/material_request/material_request_list.js +9,Partially Ordered,osaliselt järjestatud
1158DocType: Lab Test,Lab Test,Lab Test
1159DocType: Student Report Generation Tool,Student Report Generation Tool,Õpilase aruande loomise tööriist
1160DocType: Expense Claim Detail,Expense Claim Type,Kuluhüvitussüsteeme Type
1161DocType: Shopping Cart Settings,Default settings for Shopping Cart,Vaikimisi seaded Ostukorv
1162apps/erpnext/erpnext/healthcare/doctype/physician_schedule/physician_schedule.js +27,Add Timeslots,Lisage ajapilusid
Frappe PR Bot748c0242018-06-21 10:34:28 +05301163apps/erpnext/erpnext/assets/doctype/asset/depreciation.py +140,Asset scrapped via Journal Entry {0},Asset lammutatakse kaudu päevikusissekanne {0}
Frappe PR Botb2a64d62018-05-16 10:46:11 +05301164DocType: Loan,Interest Income Account,Intressitulu konto
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301165apps/erpnext/erpnext/non_profit/doctype/grant_application/grant_application.py +58,Review Invitation Sent,Vaadake saadetud saadetud kviitungi
Frappe PR Bot748c0242018-06-21 10:34:28 +05301166DocType: Shift Assignment,Shift Assignment,Shift Assignment
1167DocType: Employee Transfer Property,Employee Transfer Property,Töötaja ülekande vara
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301168apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +13,Biotechnology,Biotehnoloogia
Frappe PR Bot748c0242018-06-21 10:34:28 +05301169apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +116,Office Maintenance Expenses,Büroo ülalpidamiskulud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301170apps/erpnext/erpnext/utilities/user_progress.py +54,Go to ,Minema
Frappe PR Bot748c0242018-06-21 10:34:28 +05301171DocType: Shopify Settings,Update Price from Shopify To ERPNext Price List,Update Price alates Shopify ERPNext Hinnakiri
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301172apps/erpnext/erpnext/config/learn.py +47,Setting up Email Account,Seadistamine e-posti konto
1173apps/erpnext/erpnext/manufacturing/doctype/production_plan/production_plan.js +21,Please enter Item first,Palun sisestage Punkt esimene
1174DocType: Asset Repair,Downtime,Seisakuisus
1175DocType: Account,Liability,Vastutus
Frappe PR Bot748c0242018-06-21 10:34:28 +05301176apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.py +227,Sanctioned Amount cannot be greater than Claim Amount in Row {0}.,Sanktsioneeritud summa ei või olla suurem kui nõude summast reas {0}.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301177apps/erpnext/erpnext/education/report/course_wise_assessment_report/course_wise_assessment_report.html +11,Academic Term: ,Akadeemiline termin:
Frappe PR Bot748c0242018-06-21 10:34:28 +05301178DocType: Salary Component,Do not include in total,Ärge lisage kokku
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301179DocType: Company,Default Cost of Goods Sold Account,Vaikimisi müüdud toodangu kulu konto
Frappe PR Bot748c0242018-06-21 10:34:28 +05301180apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +1207,Sample quantity {0} cannot be more than received quantity {1},Proovi kogus {0} ei saa olla suurem kui saadud kogus {1}
1181apps/erpnext/erpnext/stock/get_item_details.py +395,Price List not selected,Hinnakiri ole valitud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301182DocType: Employee,Family Background,Perekondlik taust
1183DocType: Request for Quotation Supplier,Send Email,Saada E-
Frappe PR Bot748c0242018-06-21 10:34:28 +05301184apps/erpnext/erpnext/stock/doctype/item/item.py +243,Warning: Invalid Attachment {0},Hoiatus: Vigane Attachment {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301185DocType: Item,Max Sample Quantity,Max Proovi Kogus
Frappe PR Bot748c0242018-06-21 10:34:28 +05301186apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +805,No Permission,Ei Luba
1187DocType: Contract Fulfilment Checklist,Contract Fulfilment Checklist,Lepingu täitmise kontrollnimekiri
Frappe PR Bot59a2a652018-04-12 13:36:55 +05301188apps/erpnext/erpnext/public/js/hub/hub_form.js +351,Quote Requested,Tsiteerimine soovitud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301189DocType: Vital Signs,Heart Rate / Pulse,Südame löögisageduse / impulsi
1190DocType: Company,Default Bank Account,Vaikimisi Bank Account
Frappe PR Bot748c0242018-06-21 10:34:28 +05301191apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +67,"To filter based on Party, select Party Type first","Filtreerida põhineb Party, Party Tüüp esimene"
1192apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +46,'Update Stock' can not be checked because items are not delivered via {0},"Värskenda Stock &quot;ei saa kontrollida, sest punkte ei andnud kaudu {0}"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301193DocType: Vehicle,Acquisition Date,omandamise kuupäevast
1194apps/erpnext/erpnext/utilities/user_progress.py +146,Nos,Nos
1195DocType: Item,Items with higher weightage will be shown higher,Esemed kõrgema weightage kuvatakse kõrgem
1196apps/erpnext/erpnext/healthcare/doctype/patient/patient_dashboard.py +14,Lab Tests and Vital Signs,Lab Testid ja elutähtsad märgid
1197DocType: Bank Reconciliation Detail,Bank Reconciliation Detail,Bank leppimise Detail
Frappe PR Bot748c0242018-06-21 10:34:28 +05301198apps/erpnext/erpnext/controllers/accounts_controller.py +643,Row #{0}: Asset {1} must be submitted,Rida # {0}: Asset {1} tuleb esitada
1199apps/erpnext/erpnext/hr/doctype/leave_period/leave_period.py +43,No employee found,Ükski töötaja leitud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301200DocType: Item,If subcontracted to a vendor,Kui alltöövõtjaks müüja
Frappe PR Botb2a64d62018-05-16 10:46:11 +05301201apps/erpnext/erpnext/education/doctype/student_group/student_group.js +113,Student Group is already updated.,Student Group on juba uuendatud.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301202apps/erpnext/erpnext/config/projects.py +18,Project Update.,Projekti uuendamine.
1203DocType: SMS Center,All Customer Contact,Kõik Kliendi Kontakt
1204DocType: Land Unit,Tree Details,Tree detailid
1205DocType: Training Event,Event Status,sündmus staatus
1206DocType: Volunteer,Availability Timeslot,Saadavus Timeslot
1207,Support Analytics,Toetus Analytics
1208apps/erpnext/erpnext/accounts/doctype/payment_request/payment_request.py +365,"If you have any questions, please get back to us.","Kui teil on küsimusi, palun saada meile tagasi."
1209DocType: Cash Flow Mapper,Cash Flow Mapper,Rahavoogude kaardistaja
1210DocType: Item,Website Warehouse,Koduleht Warehouse
1211DocType: Payment Reconciliation,Minimum Invoice Amount,Minimaalne Arve summa
1212apps/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} ei kuulu Company {3}
1213apps/erpnext/erpnext/utilities/user_progress.py +92,Upload your letter head (Keep it web friendly as 900px by 100px),Laadige üles oma kirjapead (hoia see veebipõhine nagu 900 pikslit 100 piksliga)
1214apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +88,{0} {1}: Account {2} cannot be a Group,{0} {1}: Konto {2} ei saa olla Group
1215apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +63,Item Row {idx}: {doctype} {docname} does not exist in above '{doctype}' table,Punkt Row {idx}: {doctype} {DOCNAME} ei eksisteeri eespool {doctype} &quot;tabelis
Frappe PR Bot748c0242018-06-21 10:34:28 +05301216apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +301,Timesheet {0} is already completed or cancelled,Töögraafik {0} on juba lõpetatud või tühistatud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301217apps/erpnext/erpnext/templates/pages/projects.html +42,No tasks,ei ülesanded
1218DocType: Item Variant Settings,Copy Fields to Variant,Kopeerige väliid variandile
1219DocType: Asset,Opening Accumulated Depreciation,Avamine akumuleeritud kulum
1220apps/erpnext/erpnext/hr/doctype/appraisal/appraisal.js +49,Score must be less than or equal to 5,Score peab olema väiksem või võrdne 5
1221DocType: Program Enrollment Tool,Program Enrollment Tool,Programm Registreerimine Tool
Frappe PR Bot748c0242018-06-21 10:34:28 +05301222apps/erpnext/erpnext/config/accounts.py +341,C-Form records,C-Form arvestust
1223apps/erpnext/erpnext/accounts/doctype/share_transfer/share_transfer.py +74,The shares already exist,Aktsiad on juba olemas
1224apps/erpnext/erpnext/config/selling.py +322,Customer and Supplier,Kliendi ja tarnija
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301225DocType: Email Digest,Email Digest Settings,Email Digest Seaded
1226apps/erpnext/erpnext/accounts/doctype/payment_request/payment_request.py +367,Thank you for your business!,"Täname, et oma äri!"
1227apps/erpnext/erpnext/config/support.py +12,Support queries from customers.,Toetus päringud klientidelt.
Frappe PR Bot748c0242018-06-21 10:34:28 +05301228DocType: Employee Property History,Employee Property History,Töötaja vara ajalugu
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301229DocType: Setup Progress Action,Action Doctype,Toimingudokumendi tüüp
1230DocType: HR Settings,Retirement Age,pensioniiga
1231DocType: Bin,Moving Average Rate,Libisev keskmine hind
1232DocType: Production Plan,Select Items,Vali kaubad
1233DocType: Share Transfer,To Shareholder,Aktsionäridele
Frappe PR Bot748c0242018-06-21 10:34:28 +05301234apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +404,{0} against Bill {1} dated {2},{0} vastu Bill {1} dateeritud {2}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301235apps/erpnext/erpnext/utilities/user_progress.py +27,Setup Institution,Seadistusasutus
1236DocType: Program Enrollment,Vehicle/Bus Number,Sõiduki / Bus arv
1237apps/erpnext/erpnext/education/doctype/course/course.js +17,Course Schedule,Kursuse ajakava
1238DocType: Request for Quotation Supplier,Quote Status,Tsiteerin staatus
1239DocType: GoCardless Settings,Webhooks Secret,Webhooks salajane
1240DocType: Maintenance Visit,Completion Status,Lõpetamine staatus
1241DocType: Daily Work Summary Group,Select Users,Valige Kasutajad
1242DocType: Hotel Room Pricing Item,Hotel Room Pricing Item,Hotelli toa hinnakujundus
1243DocType: HR Settings,Enter retirement age in years,Sisesta pensioniiga aastat
1244DocType: Crop,Target Warehouse,Target Warehouse
1245DocType: Payroll Employee Detail,Payroll Employee Detail,Palgaarvestus Töötaja üksikasjad
Frappe PR Bot748c0242018-06-21 10:34:28 +05301246apps/erpnext/erpnext/public/js/utils/serial_no_batch_selector.js +135,Please select a warehouse,Palun valige laost
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301247DocType: Cheque Print Template,Starting location from left edge,Alustades asukoha vasakust servast
1248DocType: Item,Allow over delivery or receipt upto this percent,Laske üle väljasaatmisel või vastuvõtmisel upto see protsenti
1249DocType: Stock Entry,STE-,STE
1250DocType: Upload Attendance,Import Attendance,Import Osavõtt
1251apps/erpnext/erpnext/public/js/pos/pos.html +124,All Item Groups,Kõik Punkt Groups
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301252DocType: Work Order,Item To Manufacture,Punkt toota
1253apps/erpnext/erpnext/regional/report/fichier_des_ecritures_comptables_[fec]/fichier_des_ecritures_comptables_[fec].py +44,CompteLib,CompteLib
1254apps/erpnext/erpnext/buying/utils.py +80,{0} {1} status is {2},{0} {1} olek on {2}
1255DocType: Water Analysis,Collection Temperature ,Kogumistemperatuur
1256DocType: Employee,Provide Email Address registered in company,Anda e-posti aadress registreeritud ettevõte
1257DocType: Shopping Cart Settings,Enable Checkout,Luba tellimused
1258apps/erpnext/erpnext/config/learn.py +202,Purchase Order to Payment,Ostutellimuse maksmine
1259apps/erpnext/erpnext/stock/page/stock_balance/stock_balance.js +48,Projected Qty,Kavandatav Kogus
1260DocType: Sales Invoice,Payment Due Date,Maksetähtpäevast
1261DocType: Drug Prescription,Interval UOM,Intervall UOM
1262DocType: Customer,"Reselect, if the chosen address is edited after save","Kui valite valitud aadressi pärast salvestamist, vali uuesti"
Frappe PR Bot748c0242018-06-21 10:34:28 +05301263apps/erpnext/erpnext/stock/doctype/item/item.js +576,Item Variant {0} already exists with same attributes,Punkt Variant {0} on juba olemas sama atribuute
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301264DocType: Item,Hub Publishing Details,Hubi avaldamise üksikasjad
Frappe PR Botb2a64d62018-05-16 10:46:11 +05301265apps/erpnext/erpnext/stock/report/stock_ledger/stock_ledger.py +135,'Opening',&quot;Avamine&quot;
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301266apps/erpnext/erpnext/setup/doctype/email_digest/templates/default.html +130,Open To Do,Avatud teha
Frappe PR Bot748c0242018-06-21 10:34:28 +05301267DocType: Issue,Via Customer Portal,Kliendiportaali kaudu
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301268DocType: Notification Control,Delivery Note Message,Toimetaja märkus Message
1269DocType: Lab Test Template,Result Format,Tulemusvorming
1270DocType: Expense Claim,Expenses,Kulud
1271DocType: Item Variant Attribute,Item Variant Attribute,Punkt Variant Oskus
1272,Purchase Receipt Trends,Ostutšekk Trends
1273DocType: Payroll Entry,Bimonthly,kaks korda kuus
1274DocType: Vehicle Service,Brake Pad,Brake Pad
1275DocType: Fertilizer,Fertilizer Contents,Väetise sisu
Frappe PR Bot748c0242018-06-21 10:34:28 +05301276apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +321,Research & Development,Teadus- ja arendustegevus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301277apps/erpnext/erpnext/accounts/report/purchase_order_items_to_be_billed/purchase_order_items_to_be_billed.py +20,Amount to Bill,Summa Bill
1278DocType: Company,Registration Details,Registreerimine Üksikasjad
1279DocType: Timesheet,Total Billed Amount,Arve kogusumma
1280DocType: Item Reorder,Re-Order Qty,Re-Order Kogus
1281DocType: Leave Block List Date,Leave Block List Date,Jäta Block loetelu kuupäev
1282apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +94,BOM #{0}: Raw material cannot be same as main Item,BOM # {0}: tooraine ei saa olla sama kui põhipunkt
1283apps/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,Kokku kohaldatavate tasude kohta ostutšekk Esemed tabel peab olema sama Kokku maksud ja tasud
1284DocType: Sales Team,Incentives,Soodustused
1285DocType: SMS Log,Requested Numbers,Taotletud numbrid
1286DocType: Volunteer,Evening,Õhtul
1287DocType: Customer,Bypass credit limit check at Sales Order,Möödaviides krediidilimiidi kontrollimine müügikorralduses
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301288apps/erpnext/erpnext/accounts/doctype/tax_rule/tax_rule.py +100,"Enabling 'Use for Shopping Cart', as Shopping Cart is enabled and there should be at least one Tax Rule for Shopping Cart","Lubamine &quot;kasutamine Ostukorv&quot;, kui Ostukorv on lubatud ja seal peaks olema vähemalt üks maksueeskiri ostukorv"
Frappe PR Bot748c0242018-06-21 10:34:28 +05301289apps/erpnext/erpnext/controllers/accounts_controller.py +445,"Payment Entry {0} is linked against Order {1}, check if it should be pulled as advance in this invoice.","Makse Entry {0} on seotud vastu Tellimus {1}, kontrollida, kas see tuleb tõmmata nagu eelnevalt antud arve."
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301290DocType: Sales Invoice Item,Stock Details,Stock Üksikasjad
1291apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +29,Project Value,Projekti väärtus
Frappe PR Bot748c0242018-06-21 10:34:28 +05301292apps/erpnext/erpnext/config/selling.py +332,Point-of-Sale,Point-of-Sale
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301293DocType: Fee Schedule,Fee Creation Status,Tasu loomise staatus
1294DocType: Vehicle Log,Odometer Reading,odomeetri näit
Frappe PR Bot748c0242018-06-21 10:34:28 +05301295apps/erpnext/erpnext/accounts/doctype/account/account.py +118,"Account balance already in Credit, you are not allowed to set 'Balance Must Be' as 'Debit'","Konto jääk juba Credit, sa ei tohi seada &quot;Balance tuleb&quot; nagu &quot;Deebetkaart&quot;"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301296DocType: Account,Balance must be,Tasakaal peab olema
1297DocType: Hub Settings,Publish Pricing,Avalda Hinnakujundus
1298DocType: Notification Control,Expense Claim Rejected Message,Kulu väide lükati tagasi Message
1299,Available Qty,Saadaval Kogus
Frappe PR Bot748c0242018-06-21 10:34:28 +05301300DocType: Shopify Settings,Default Warehouse to to create Sales Order and Delivery Note,"Vaikimisi ladu, et luua müügitellimuse ja tarnetähise"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301301DocType: Purchase Taxes and Charges,On Previous Row Total,On eelmise rea kokku
1302DocType: Purchase Invoice Item,Rejected Qty,Tõrjutud Kogus
1303DocType: Setup Progress Action,Action Field,Tegevusväli
1304DocType: Healthcare Settings,Manage Customer,Kliendi haldamine
1305DocType: Delivery Trip,Delivery Stops,Toimetaja peatub
1306DocType: Salary Slip,Working Days,Tööpäeva jooksul
1307DocType: Serial No,Incoming Rate,Saabuva Rate
1308DocType: Packing Slip,Gross Weight,Brutokaal
Frappe PR Bot748c0242018-06-21 10:34:28 +05301309DocType: Leave Type,Encashment Threshold Days,Inkasso künnispäevad
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301310,Final Assessment Grades,Lõplik hindamisastmed
Frappe PR Bot748c0242018-06-21 10:34:28 +05301311apps/erpnext/erpnext/hub_node/doctype/hub_settings/hub_settings.js +59,Enable Hub,Hubi lubamine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301312apps/erpnext/erpnext/public/js/setup_wizard.js +110,The name of your company for which you are setting up this system.,"Nimi oma firma jaoks, millele te Selle süsteemi rajamisel."
1313DocType: HR Settings,Include holidays in Total no. of Working Days,Kaasa pühad Kokku ole. tööpäevade
1314apps/erpnext/erpnext/setup/setup_wizard/operations/sample_data.py +108,Setup your Institute in ERPNext,Seadista oma instituut ERPNextis
1315DocType: Agriculture Analysis Criteria,Plant Analysis,Taimeanalüüs
1316DocType: Job Applicant,Hold,Hoia
Frappe PR Bot748c0242018-06-21 10:34:28 +05301317apps/erpnext/erpnext/manufacturing/doctype/bom/bom.js +101,Alternate Item,Alternatiivne üksus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301318DocType: Project Update,Progress Details,Progress Detailid
Frappe PR Bot748c0242018-06-21 10:34:28 +05301319DocType: Shopify Log,Request Data,Taotlege andmeid
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301320DocType: Employee,Date of Joining,Liitumis
1321DocType: Naming Series,Update Series,Värskenda Series
1322DocType: Supplier Quotation,Is Subcontracted,Alltöödena
1323DocType: Restaurant Table,Minimum Seating,Minimaalne istekoht
1324DocType: Item Attribute,Item Attribute Values,Punkt atribuudi väärtusi
1325DocType: Examination Result,Examination Result,uurimistulemus
Frappe PR Bot748c0242018-06-21 10:34:28 +05301326apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +872,Purchase Receipt,Ostutšekk
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301327,Received Items To Be Billed,Saadud objekte arve
Frappe PR Bot748c0242018-06-21 10:34:28 +05301328apps/erpnext/erpnext/config/accounts.py +309,Currency exchange rate master.,Valuuta vahetuskursi kapten.
1329apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +210,Reference Doctype must be one of {0},Viide DOCTYPE peab olema üks {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301330apps/erpnext/erpnext/stock/report/warehouse_wise_item_balance_age_and_value/warehouse_wise_item_balance_age_and_value.js +46,Filter Total Zero Qty,Filtreeri kokku nullist kogust
Frappe PR Bot748c0242018-06-21 10:34:28 +05301331apps/erpnext/erpnext/manufacturing/doctype/work_order/work_order.py +369,Unable to find Time Slot in the next {0} days for Operation {1},Ei leia Time Slot järgmisel {0} päeva Operation {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301332DocType: Work Order,Plan material for sub-assemblies,Plan materjali sõlmed
1333apps/erpnext/erpnext/config/selling.py +97,Sales Partners and Territory,Müük Partnerid ja territoorium
Frappe PR Bot748c0242018-06-21 10:34:28 +05301334apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +604,BOM {0} must be active,Bom {0} peab olema aktiivne
1335apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.py +423,No Items available for transfer,Ülekandmiseks pole ühtegi eset
1336DocType: Employee Boarding Activity,Activity Name,Tegevuse nimetus
1337apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +817,Change Release Date,Muuda väljalaske kuupäev
1338apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +238,Closing (Opening + Total),Sulgemine (avamine + kokku)
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301339DocType: Journal Entry,Depreciation Entry,Põhivara Entry
Frappe PR Bot748c0242018-06-21 10:34:28 +05301340apps/erpnext/erpnext/selling/report/sales_person_wise_transaction_summary/sales_person_wise_transaction_summary.py +33,Please select the document type first,Palun valige dokumendi tüüp esimene
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301341apps/erpnext/erpnext/maintenance/doctype/maintenance_visit/maintenance_visit.py +65,Cancel Material Visits {0} before cancelling this Maintenance Visit,Tühista Material Külastusi {0} enne tühistades selle Hooldus Külasta
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301342DocType: Pricing Rule,Rate or Discount,Hind või soodustus
Frappe PR Bot748c0242018-06-21 10:34:28 +05301343apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +216,Serial No {0} does not belong to Item {1},Serial No {0} ei kuulu Punkt {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301344DocType: Purchase Receipt Item Supplied,Required Qty,Nõutav Kogus
Frappe PR Bot59a2a652018-04-12 13:36:55 +05301345apps/erpnext/erpnext/public/js/hub/hub_listing.js +58,Favourites,Lemmikud
1346DocType: Hub Settings,Custom Data,Kohandatud andmed
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301347apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +126,Warehouses with existing transaction can not be converted to ledger.,Laod olemasolevate tehing ei ole ümber pearaamatu.
Frappe PR Bot748c0242018-06-21 10:34:28 +05301348apps/erpnext/erpnext/controllers/buying_controller.py +551,Serial no is mandatory for the item {0},Seerianumber on üksuse {0} jaoks kohustuslik
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301349DocType: Bank Reconciliation,Total Amount,Kogu summa
1350apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +32,Internet Publishing,Internet kirjastamine
1351DocType: Prescription Duration,Number,Number
1352apps/erpnext/erpnext/accounts/doctype/opening_invoice_creation_tool/opening_invoice_creation_tool.js +25,Creating {0} Invoice,{0} arve koostamine
1353DocType: Medical Code,Medical Code Standard,Meditsiinikood standard
1354DocType: Soil Texture,Clay Composition (%),Savi koostis (%)
Frappe PR Bot748c0242018-06-21 10:34:28 +05301355apps/erpnext/erpnext/assets/doctype/asset_maintenance/asset_maintenance.js +102,Please save before assigning task.,Palun salvestage enne ülesande määramist.
Frappe PR Botb2a64d62018-05-16 10:46:11 +05301356apps/erpnext/erpnext/stock/report/stock_balance/stock_balance.py +76,Balance Value,Bilansilise väärtuse
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301357DocType: Lab Test,Lab Technician,Laboritehnik
Frappe PR Botb2a64d62018-05-16 10:46:11 +05301358apps/erpnext/erpnext/stock/report/item_prices/item_prices.py +39,Sales Price List,Müük Hinnakiri
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301359DocType: Healthcare Settings,"If checked, a customer will be created, mapped to Patient.
1360Patient Invoices will be created against this Customer. You can also select existing Customer while creating Patient.","Kui see on märgitud, luuakse klient, kaardistatud patsiendile. Selle kliendi vastu luuakse patsiendiraamatud. Saate ka patsiendi loomiseks valida olemasoleva kliendi."
1361DocType: Bank Reconciliation,Account Currency,Konto Valuuta
1362DocType: Lab Test,Sample ID,Proovi ID
1363apps/erpnext/erpnext/accounts/general_ledger.py +167,Please mention Round Off Account in Company,Palume mainida ümardada konto Company
1364DocType: Purchase Receipt,Range,Range
1365DocType: Supplier,Default Payable Accounts,Vaikimisi on tasulised kontod
Frappe PR Bot748c0242018-06-21 10:34:28 +05301366apps/erpnext/erpnext/hr/doctype/attendance/attendance.py +52,Employee {0} is not active or does not exist,Töötaja {0} ei ole aktiivne või ei ole olemas
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301367DocType: Fee Structure,Components,komponendid
Frappe PR Bot748c0242018-06-21 10:34:28 +05301368DocType: Support Search Source,Search Term Param Name,Otsinguparameeter Nimi
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301369DocType: Item Barcode,Item Barcode,Punkt Triipkood
Frappe PR Bot59a2a652018-04-12 13:36:55 +05301370DocType: Woocommerce Settings,Endpoints,Lõppjooned
Frappe PR Bot748c0242018-06-21 10:34:28 +05301371apps/erpnext/erpnext/stock/doctype/item/item.py +677,Item Variants {0} updated,Punkt variandid {0} uuendatud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301372DocType: Quality Inspection Reading,Reading 6,Lugemine 6
Frappe PR Bot748c0242018-06-21 10:34:28 +05301373apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.js +959,Cannot {0} {1} {2} without any negative outstanding invoice,Ei saa {0} {1} {2} ilma negatiivse tasumata arve
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301374DocType: Share Transfer,From Folio No,Alates Folio-st
1375DocType: Purchase Invoice Advance,Purchase Invoice Advance,Ostuarve Advance
Frappe PR Bot748c0242018-06-21 10:34:28 +05301376apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +231,Row {0}: Credit entry can not be linked with a {1},Row {0}: Credit kirjet ei saa siduda koos {1}
1377apps/erpnext/erpnext/config/accounts.py +252,Define budget for a financial year.,Määrake eelarve eelarveaastaks.
1378DocType: Shopify Tax Account,ERPNext Account,ERPNext konto
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301379DocType: Lead,LEAD-,plii-
Frappe PR Bot748c0242018-06-21 10:34:28 +05301380apps/erpnext/erpnext/controllers/accounts_controller.py +54,{0} is blocked so this transaction cannot proceed,"{0} on blokeeritud, nii et seda tehingut ei saa jätkata"
1381DocType: Budget,Action if Accumulated Monthly Budget Exceeded on MR,"Toiming, kui kogunenud kuueelarve ületas MR-i"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301382DocType: Employee,Permanent Address Is,Alaline aadress
1383DocType: Work Order Operation,Operation completed for how many finished goods?,Operation lõpule mitu valmistoodang?
1384DocType: Payment Terms Template,Payment Terms Template,Maksete tingimused mall
1385apps/erpnext/erpnext/public/js/setup_wizard.js +51,The Brand,Brand
Frappe PR Bot748c0242018-06-21 10:34:28 +05301386DocType: Employee Tax Exemption Proof Submission,Rented To Date,Üüritud kuupäevale
Frappe PR Bot59a2a652018-04-12 13:36:55 +05301387DocType: Manufacturing Settings,Allow Multiple Material Consumption,Luba mitme materjali tarbimine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301388DocType: Employee,Exit Interview Details,Exit Intervjuu Üksikasjad
1389DocType: Item,Is Purchase Item,Kas Ostu toode
Frappe PR Bot748c0242018-06-21 10:34:28 +05301390DocType: Bank Statement Transaction Invoice Item,Purchase Invoice,Ostuarve
Frappe PR Bot59a2a652018-04-12 13:36:55 +05301391DocType: Manufacturing Settings,Allow multiple Material Consumption against a Work Order,Võimaldage mitu materjalitarbimist töökorralduse vastu
Frappe PR Bot748c0242018-06-21 10:34:28 +05301392DocType: GL Entry,Voucher Detail No,Voucher Detail Ei
1393apps/erpnext/erpnext/accounts/page/pos/pos.js +797,New Sales Invoice,Uus müügiarve
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301394DocType: Stock Entry,Total Outgoing Value,Kokku Väljuv Value
1395DocType: Physician,Appointments,Ametisse nimetamine
1396apps/erpnext/erpnext/public/js/account_tree_grid.js +223,Opening Date and Closing Date should be within same Fiscal Year,Avamine ja lõpu kuupäev peaks jääma sama Fiscal Year
1397DocType: Lead,Request for Information,Teabenõue
1398,LeaderBoard,LEADERBOARD
1399DocType: Sales Invoice Item,Rate With Margin (Company Currency),Rate koos marginaaliga (ettevõtte valuuta)
Frappe PR Bot748c0242018-06-21 10:34:28 +05301400apps/erpnext/erpnext/accounts/page/pos/pos.js +810,Sync Offline Invoices,Sync Offline arved
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301401DocType: Payment Request,Paid,Makstud
1402DocType: Program Fee,Program Fee,program Fee
1403DocType: 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.
1404It also updates latest price in all the BOMs.","Asenda konkreetne BOM kõigis teistes BOM-idedes, kus seda kasutatakse. See asendab vana BOM-i linki, värskendab kulusid ja taastab uue BOM-i tabeli &quot;BOM Explosion Item&quot; tabeli. See värskendab viimast hinda ka kõikides turvameetmetes."
Frappe PR Bot748c0242018-06-21 10:34:28 +05301405apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +449,The following Work Orders were created:,Koostati järgmised töökorraldused:
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301406DocType: Salary Slip,Total in words,Kokku sõnades
1407DocType: Material Request Item,Lead Time Date,Ooteaeg kuupäev
1408,Employee Advance Summary,Töötaja eelnev kokkuvõte
1409DocType: Asset,Available-for-use Date,Kättesaadav kuupäev
1410DocType: Guardian,Guardian Name,Guardian Nimi
1411DocType: Cheque Print Template,Has Print Format,Kas Print Format
Frappe PR Bot748c0242018-06-21 10:34:28 +05301412DocType: Support Settings,Get Started Sections,Alusta sektsioonidega
Frappe PR Botb2a64d62018-05-16 10:46:11 +05301413DocType: Loan,Sanctioned,sanktsioneeritud
Frappe PR Bot748c0242018-06-21 10:34:28 +05301414apps/erpnext/erpnext/accounts/page/pos/pos.js +78, is mandatory. Maybe Currency Exchange record is not created for ,on kohustuslik. Ehk Valuutavahetus rekord ei ole loodud
1415apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +152,Row #{0}: Please specify Serial No for Item {1},Row # {0}: Palun täpsustage Serial No Punkt {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301416DocType: Crop Cycle,Crop Cycle,Põllukultuuride tsükkel
Frappe PR Botb2a64d62018-05-16 10:46:11 +05301417apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +648,"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.","Sest &quot;Toote Bundle esemed, Warehouse, Serial No ja partii ei loetakse alates&quot; Pakkeleht &quot;tabelis. Kui Lao- ja partii ei on sama kõigi asjade pakkimist tahes &quot;Toote Bundle&quot; kirje, need väärtused võivad olla kantud põhi tabeli väärtused kopeeritakse &quot;Pakkeleht&quot; tabelis."
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301418DocType: Student Admission,Publish on website,Avaldab kodulehel
Frappe PR Bot748c0242018-06-21 10:34:28 +05301419apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +720,Supplier Invoice Date cannot be greater than Posting Date,Tarnija Arve kuupäev ei saa olla suurem kui Postitamise kuupäev
Frappe PR Botb2a64d62018-05-16 10:46:11 +05301420DocType: Subscription,Cancelation Date,Tühistamise kuupäev
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301421DocType: Purchase Invoice Item,Purchase Order Item,Ostu Telli toode
1422DocType: Agriculture Task,Agriculture Task,Põllumajandusülesanne
Frappe PR Bot748c0242018-06-21 10:34:28 +05301423apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +139,Indirect Income,Kaudne tulu
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301424DocType: Student Attendance Tool,Student Attendance Tool,Student osavõtt Tool
1425DocType: Restaurant Menu,Price List (Auto created),Hinnakiri (loodud automaatselt)
1426DocType: Cheque Print Template,Date Settings,kuupäeva seaded
Frappe PR Bot748c0242018-06-21 10:34:28 +05301427apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.py +50,Variance,Dispersioon
1428DocType: Employee Promotion,Employee Promotion Detail,Töötaja edendamise üksikasjad
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301429,Company Name,firma nimi
1430DocType: SMS Center,Total Message(s),Kokku Sõnum (s)
1431DocType: Share Balance,Purchased,Ostetud
1432DocType: Item Variant Settings,Rename Attribute Value in Item Attribute.,Kujutise atribuudi väärtuse ümbernimetamine.
1433DocType: Purchase Invoice,Additional Discount Percentage,Täiendav allahindlusprotsendi
1434apps/erpnext/erpnext/setup/page/welcome_to_erpnext/welcome_to_erpnext.html +24,View a list of all the help videos,Vaata nimekirja kõigi abiga videod
1435DocType: Agriculture Analysis Criteria,Soil Texture,Mulla tekstuur
1436DocType: Bank Reconciliation,Select account head of the bank where cheque was deposited.,"Select konto juht pank, kus check anti hoiule."
1437DocType: Selling Settings,Allow user to edit Price List Rate in transactions,Luba kasutajal muuta hinnakirja hind tehingutes
1438DocType: Pricing Rule,Max Qty,Max Kogus
1439apps/erpnext/erpnext/education/doctype/student_report_generation_tool/student_report_generation_tool.js +25,Print Report Card,Prindi aruande kaart
1440apps/erpnext/erpnext/accounts/doctype/c_form/c_form.py +30,"Row {0}: Invoice {1} is invalid, it might be cancelled / does not exist. \
1441 Please enter a valid Invoice","Rida {0}: Arve {1} on kehtetu, siis võib tühistada / ei eksisteeri. \ Palun sisesta korrektne arve"
Frappe PR Bot748c0242018-06-21 10:34:28 +05301442apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +164,Row {0}: Payment against Sales/Purchase Order should always be marked as advance,Row {0}: tasumises Müük / Ostutellimuse peaks alati olema märgistatud varem
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301443apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +16,Chemical,Keemilised
1444DocType: Salary Component Account,Default Bank / Cash account will be automatically updated in Salary Journal Entry when this mode is selected.,Vaikimisi Bank / arvelduskontole uuendatakse automaatselt sisse palk päevikusissekanne kui see režiim on valitud.
Frappe PR Bot748c0242018-06-21 10:34:28 +05301445apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +96,Total leaves allocated is mandatory for Leave Type {0},Lehtede kogusumma on kohustuslik väljumiseks Tüüp {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301446DocType: BOM,Raw Material Cost(Company Currency),Tooraine hind (firma Valuuta)
Frappe PR Bot748c0242018-06-21 10:34:28 +05301447apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +86,Row # {0}: Rate cannot be greater than the rate used in {1} {2},"Row # {0}: Rate ei saa olla suurem kui määr, mida kasutatakse {1} {2}"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301448apps/erpnext/erpnext/utilities/user_progress.py +147,Meter,meeter
1449DocType: Workstation,Electricity Cost,Elektri hind
Frappe PR Bot748c0242018-06-21 10:34:28 +05301450apps/erpnext/erpnext/hr/doctype/additional_salary/additional_salary.py +15,Amount should be greater than zero.,Summa peaks olema suurem kui null.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301451apps/erpnext/erpnext/agriculture/doctype/water_analysis/water_analysis.py +23,Lab testing datetime cannot be before collection datetime,Lab test datetime ei saa olla enne kogumise kuupäeva
Frappe PR Botb2a64d62018-05-16 10:46:11 +05301452DocType: Subscription Plan,Cost,Kulud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301453DocType: HR Settings,Don't send Employee Birthday Reminders,Ärge saatke Töötaja Sünnipäev meeldetuletused
1454DocType: Expense Claim,Total Advance Amount,Eelmakse kokku
1455DocType: Delivery Stop,Estimated Arrival,Eeldatav saabumine
Frappe PR Bot748c0242018-06-21 10:34:28 +05301456apps/erpnext/erpnext/hub_node/doctype/hub_settings/hub_settings.js +46,Save Settings,Salvesta sätted
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301457DocType: Delivery Stop,Notified by Email,E-posti teel teavitatud
Frappe PR Bot748c0242018-06-21 10:34:28 +05301458apps/erpnext/erpnext/templates/pages/help.html +29,See All Articles,Vaadake kõiki artikleid
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301459DocType: Item,Inspection Criteria,Inspekteerimiskriteeriumitele
1460apps/erpnext/erpnext/stock/doctype/material_request/material_request_list.js +14,Transfered,Siirdus
1461DocType: BOM Website Item,BOM Website Item,Bom Koduleht toode
1462apps/erpnext/erpnext/public/js/setup_wizard.js +52,Upload your letter head and logo. (you can edit them later).,Laadi üles oma kirjas pea ja logo. (seda saab muuta hiljem).
1463DocType: Timesheet Detail,Bill,arve
Frappe PR Bot748c0242018-06-21 10:34:28 +05301464apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +184,White,Valge
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301465DocType: SMS Center,All Lead (Open),Kõik Plii (Open)
Frappe PR Bot748c0242018-06-21 10:34:28 +05301466apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +314,Row {0}: Qty not available for {4} in warehouse {1} at posting time of the entry ({2} {3}),Rida {0}: Kogus ole saadaval {4} laos {1} postitama aeg kanne ({2} {3})
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301467apps/erpnext/erpnext/accounts/doctype/cash_flow_mapping/cash_flow_mapping.py +18,You can only select a maximum of one option from the list of check boxes.,Märkeruutade loendist saate valida ainult ühe võimaluse.
1468DocType: Purchase Invoice,Get Advances Paid,Saa makstud ettemaksed
1469DocType: Item,Automatically Create New Batch,Automaatselt Loo uus partii
Frappe PR Bot748c0242018-06-21 10:34:28 +05301470apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +640,Assigning {0} to {1} (row {2}),{0} kuni {1} (rida {2}) määramine
1471DocType: Supplier,Represents Company,Esindab ettevõtet
1472apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +71,Make ,Tee
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301473DocType: Student Admission,Admission Start Date,Sissepääs Start Date
1474DocType: Journal Entry,Total Amount in Words,Kokku summa sõnadega
1475apps/erpnext/erpnext/hr/doctype/employee/employee_tree.js +29,New Employee,Uus töötaja
1476apps/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.,"Seal oli viga. Üks tõenäoline põhjus võib olla, et sa ei ole salvestatud kujul. Palun võtke ühendust support@erpnext.com kui probleem ei lahene."
1477apps/erpnext/erpnext/templates/pages/cart.html +5,My Cart,Minu ostukorv
Frappe PR Bot748c0242018-06-21 10:34:28 +05301478apps/erpnext/erpnext/controllers/selling_controller.py +131,Order Type must be one of {0},Tellimus tüüp peab olema üks {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301479DocType: Lead,Next Contact Date,Järgmine Kontakt kuupäev
1480apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +36,Opening Qty,Avamine Kogus
1481DocType: Healthcare Settings,Appointment Reminder,Kohtumise meeldetuletus
Frappe PR Bot748c0242018-06-21 10:34:28 +05301482apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +483,Please enter Account for Change Amount,Palun sisesta konto muutuste summa
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301483DocType: Program Enrollment Tool Student,Student Batch Name,Student Partii Nimi
1484DocType: Consultation,Doctor,Arst
1485DocType: Holiday List,Holiday List Name,Holiday nimekiri nimi
1486DocType: Repayment Schedule,Balance Loan Amount,Tasakaal Laenusumma
Frappe PR Bot748c0242018-06-21 10:34:28 +05301487apps/erpnext/erpnext/hr/doctype/employee_promotion/employee_promotion.js +132,Added to details,Lisatud üksikasjadesse
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301488apps/erpnext/erpnext/education/doctype/course_scheduling_tool/course_scheduling_tool.js +14,Schedule Course,Ajakava kursus
Frappe PR Bot748c0242018-06-21 10:34:28 +05301489DocType: Budget,Applicable on Material Request,Kohaldatav materiaalse päringu korral
1490apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +212,Stock Options,Stock Options
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301491DocType: Buying Settings,Disable Fetching Last Purchase Details in Purchase Order,Enne ostutellimuse viimaste ostude andmete hankimist keelake
1492DocType: Journal Entry Account,Expense Claim,Kuluhüvitussüsteeme
Frappe PR Bot748c0242018-06-21 10:34:28 +05301493apps/erpnext/erpnext/assets/doctype/asset/asset.js +317,Do you really want to restore this scrapped asset?,Kas te tõesti soovite taastada seda lammutatakse vara?
1494apps/erpnext/erpnext/manufacturing/doctype/work_order/work_order.js +420,Qty for {0},Kogus eest {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301495DocType: Leave Application,Leave Application,Jäta ostusoov
1496DocType: Patient,Patient Relation,Patsiendi suhe
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301497DocType: Item,Hub Category to Publish,Keskuse kategooria avaldamiseks
1498DocType: Leave Block List,Leave Block List Dates,Jäta Block loetelu kuupäevad
1499DocType: Sales Invoice,Billing Address GSTIN,Arveldusaadress GSTIN
Frappe PR Bot748c0242018-06-21 10:34:28 +05301500DocType: Employee Tax Exemption Proof Submission,Total Eligible HRA Exemption,Abikõlblik HRA vabastus kokku
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301501DocType: Assessment Plan,Evaluate,Hinnake
1502DocType: Workstation,Net Hour Rate,Net Hour Rate
1503DocType: Landed Cost Purchase Receipt,Landed Cost Purchase Receipt,Maandus Cost ostutšekk
1504DocType: Company,Default Terms,Vaikimisi Tingimused
1505DocType: Supplier Scorecard Period,Criteria,Kriteeriumid
1506DocType: Packing Slip Item,Packing Slip Item,Pakkesedel toode
1507DocType: Purchase Invoice,Cash/Bank Account,Raha / Bank Account
Frappe PR Bot748c0242018-06-21 10:34:28 +05301508DocType: Travel Itinerary,Train,Rong
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301509apps/erpnext/erpnext/public/js/queries.js +96,Please specify a {0},Palun täpsusta {0}
Frappe PR Botb2a64d62018-05-16 10:46:11 +05301510apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +74,Removed items with no change in quantity or value.,Eemaldatud esemed ei muutu kogus või väärtus.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301511DocType: Delivery Note,Delivery To,Toimetaja
Frappe PR Bot748c0242018-06-21 10:34:28 +05301512apps/erpnext/erpnext/stock/doctype/item/item.js +446,Variant creation has been queued.,Variant loomine on järjestatud.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301513apps/erpnext/erpnext/hr/doctype/daily_work_summary/daily_work_summary.py +100,Work Summary for {0},Töö kokkuvõte {0} jaoks
Frappe PR Botb2a64d62018-05-16 10:46:11 +05301514DocType: Department,The first Leave Approver in the list will be set as the default Leave Approver.,Nimekirjas olev esimene tühistamisloendaja määratakse vaikimisi tühistamisloa taotlejaks.
Frappe PR Bot748c0242018-06-21 10:34:28 +05301515apps/erpnext/erpnext/stock/doctype/item/item.py +719,Attribute table is mandatory,Oskus tabelis on kohustuslik
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301516DocType: Production Plan,Get Sales Orders,Võta müügitellimuste
Frappe PR Bot748c0242018-06-21 10:34:28 +05301517apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +69,{0} can not be negative,{0} ei tohi olla negatiivne
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301518DocType: Training Event,Self-Study,Iseseisev õppimine
Frappe PR Bot748c0242018-06-21 10:34:28 +05301519DocType: POS Closing Voucher,Period End Date,Perioodi lõppkuupäev
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301520apps/erpnext/erpnext/agriculture/doctype/soil_texture/soil_texture.py +27,Soil compositions do not add up to 100,Mulla kompositsioonid ei lisa kuni 100
Frappe PR Bot748c0242018-06-21 10:34:28 +05301521apps/erpnext/erpnext/selling/page/point_of_sale/point_of_sale.js +577,Discount,Soodus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301522DocType: Membership,Membership,Liikmelisus
1523DocType: Asset,Total Number of Depreciations,Kokku arv Amortisatsiooniaruanne
1524DocType: Sales Invoice Item,Rate With Margin,Määra Margin
Frappe PR Bot748c0242018-06-21 10:34:28 +05301525DocType: Purchase Invoice,Is Return (Debit Note),Kas tagasitulek (debiteerimata märkus)
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301526DocType: Workstation,Wages,Palgad
1527DocType: Asset Maintenance,Maintenance Manager Name,Hooldusjuhi nimi
1528DocType: Agriculture Task,Urgent,Urgent
Frappe PR Botb2a64d62018-05-16 10:46:11 +05301529apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.js +176,Please specify a valid Row ID for row {0} in table {1},Palun täpsustage kehtiv Row ID reas {0} tabelis {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301530apps/erpnext/erpnext/buying/doctype/supplier_scorecard_criteria/supplier_scorecard_criteria.py +84,Unable to find variable: ,Muutuja ei leitud
Frappe PR Bot748c0242018-06-21 10:34:28 +05301531apps/erpnext/erpnext/selling/page/point_of_sale/point_of_sale.js +817,Please select a field to edit from numpad,Palun vali väljad numpadist muutmiseks
1532apps/erpnext/erpnext/stock/doctype/item/item.py +279,Cannot be a fixed asset item as Stock Ledger is created.,"Põhivara postitust ei saa luua, kui luuakse väärtpaberikonto."
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301533apps/erpnext/erpnext/setup/page/welcome_to_erpnext/welcome_to_erpnext.html +23,Go to the Desktop and start using ERPNext,Mine Desktop ja hakata kasutama ERPNext
1534DocType: Item,Manufacturer,Tootja
1535DocType: Landed Cost Item,Purchase Receipt Item,Ostutšekk toode
Frappe PR Bot748c0242018-06-21 10:34:28 +05301536DocType: Leave Allocation,Total Leaves Encashed,Kogu lehed on kapseldatud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301537DocType: Purchase Receipt,PREC-RET-,PREC-RET-
1538DocType: POS Profile,Sales Invoice Payment,Müügiarve tasumine
1539DocType: Quality Inspection Template,Quality Inspection Template Name,Kvaliteedijärelevalve malli nimi
1540DocType: Project,First Email,Esimene e-post
Frappe PR Bot748c0242018-06-21 10:34:28 +05301541DocType: Purchase Invoice,"Once set, this invoice will be on hold till the set date",Pärast seadistamist jääb see arve ootele kuni määratud kuupäevani
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301542DocType: Production Plan Item,Reserved Warehouse in Sales Order / Finished Goods Warehouse,Reserveeritud Warehouse Sales Order / valmistoodang Warehouse
Frappe PR Botb2a64d62018-05-16 10:46:11 +05301543apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +69,Selling Amount,Müügi summa
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301544DocType: Repayment Schedule,Interest Amount,Intressisummat
Frappe PR Bot748c0242018-06-21 10:34:28 +05301545DocType: Employee Transfer,Employee Transfer Detail,Töötaja ülekande detail
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301546DocType: Serial No,Creation Document No,Loomise dokument nr
1547DocType: Share Transfer,Issue,Probleem
1548apps/erpnext/erpnext/healthcare/doctype/consultation/consultation_dashboard.py +11,Records,Rekordid
1549DocType: Asset,Scrapped,lammutatakse
Frappe PR Bot748c0242018-06-21 10:34:28 +05301550DocType: Item,Item Defaults,Üksus Vaikeväärtused
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301551DocType: Purchase Invoice,Returns,tulu
1552apps/erpnext/erpnext/manufacturing/doctype/work_order/work_order_calendar.js +42,WIP Warehouse,WIP Warehouse
1553apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py +195,Serial No {0} is under maintenance contract upto {1},Serial No {0} on alla hooldusleping upto {1}
Frappe PR Bot748c0242018-06-21 10:34:28 +05301554apps/erpnext/erpnext/config/hr.py +223,Recruitment,värbamine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301555DocType: Lead,Organization Name,Organisatsiooni nimi
Frappe PR Bot748c0242018-06-21 10:34:28 +05301556DocType: Support Settings,Show Latest Forum Posts,Näita viimaseid foorumi postitusi
1557DocType: Additional Salary,ASC-,ASC-
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301558DocType: Tax Rule,Shipping State,Kohaletoimetamine riik
1559,Projected Quantity as Source,Planeeritav kogus nagu Allikas
1560apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +61,Item must be added using 'Get Items from Purchase Receipts' button,"Punkt tuleb lisada, kasutades &quot;Võta Kirjed Ostutšekid&quot; nuppu"
Frappe PR Botb2a64d62018-05-16 10:46:11 +05301561apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.js +868,Delivery Trip,Toimetaja Trip
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301562DocType: Student,A-,A-
1563DocType: Share Transfer,Transfer Type,Ülekande tüüp
Frappe PR Bot748c0242018-06-21 10:34:28 +05301564apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +124,Sales Expenses,Müügikulud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301565DocType: Consultation,Diagnosis,Diagnoosimine
1566apps/erpnext/erpnext/patches/v4_0/create_price_list_if_missing.py +18,Standard Buying,Standard ostmine
Frappe PR Bot748c0242018-06-21 10:34:28 +05301567DocType: Attendance Request,Explanation,Selgitus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301568DocType: GL Entry,Against,Vastu
Frappe PR Bot748c0242018-06-21 10:34:28 +05301569DocType: Item Default,Sales Defaults,Müügi vaikeväärtused
1570DocType: Sales Order Item,Work Order Qty,Töökorralduse kogus
1571DocType: Item Default,Default Selling Cost Center,Vaikimisi müügikulude Center
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301572apps/erpnext/erpnext/public/js/pos/pos.html +85,Disc,ketas
Frappe PR Bot748c0242018-06-21 10:34:28 +05301573DocType: Buying Settings,Material Transferred for Subcontract,Subcontract&#39;ile edastatud materjal
1574apps/erpnext/erpnext/accounts/page/pos/pos.js +1632,ZIP Code,Postiindeks
1575apps/erpnext/erpnext/controllers/selling_controller.py +253,Sales Order {0} is {1},Sales Order {0} on {1}
1576apps/erpnext/erpnext/hr/doctype/payroll_entry/payroll_entry.py +292,Select interest income account in loan {0},Vali laenude intressitulu konto {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301577DocType: Opportunity,Contact Info,Kontaktinfo
1578apps/erpnext/erpnext/config/stock.py +323,Making Stock Entries,Making Stock kanded
Frappe PR Bot748c0242018-06-21 10:34:28 +05301579apps/erpnext/erpnext/hr/doctype/employee_promotion/employee_promotion.py +15,Cannot promote Employee with status Left,Ei saa edendada Töötajat staatusega Vasak
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301580DocType: Packing Slip,Net Weight UOM,Net Weight UOM
Frappe PR Bot748c0242018-06-21 10:34:28 +05301581DocType: Item Default,Default Supplier,Vaikimisi Tarnija
Frappe PR Botb2a64d62018-05-16 10:46:11 +05301582DocType: Loan,Repayment Schedule,maksegraafikut
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301583DocType: Shipping Rule Condition,Shipping Rule Condition,Kohaletoimetamine Reegel seisukord
1584DocType: Holiday List,Get Weekly Off Dates,Võta Weekly Off kuupäevad
Frappe PR Bot748c0242018-06-21 10:34:28 +05301585apps/erpnext/erpnext/hr/doctype/payroll_period/payroll_period.py +19,End Date can not be less than Start Date,End Date saa olla väiksem kui alguskuupäev
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301586apps/erpnext/erpnext/projects/doctype/timesheet/timesheet.py +337,Invoice can't be made for zero billing hour,Arve ei saa teha arveldusnädala nullini
Frappe PR Bot748c0242018-06-21 10:34:28 +05301587DocType: Company,Date of Commencement,Alguskuupäev
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301588DocType: Sales Person,Select company name first.,Vali firma nimi esimesena.
Frappe PR Bot59a2a652018-04-12 13:36:55 +05301589apps/erpnext/erpnext/stock/doctype/delivery_trip/delivery_trip.py +182,Email sent to {0},E-kiri saadetakse aadressile {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301590apps/erpnext/erpnext/config/buying.py +23,Quotations received from Suppliers.,Tsitaadid Hankijatelt.
1591apps/erpnext/erpnext/config/manufacturing.py +74,Replace BOM and update latest price in all BOMs,Vahetage BOM ja värskendage viimast hinda kõikides BOM-i
1592apps/erpnext/erpnext/controllers/selling_controller.py +27,To {0} | {1} {2},{0} | {1} {2}
Frappe PR Bot748c0242018-06-21 10:34:28 +05301593apps/erpnext/erpnext/setup/doctype/supplier_group/supplier_group.js +13,This is a root supplier group and cannot be edited.,See on juurvarühmade rühm ja seda ei saa redigeerida.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301594DocType: Delivery Trip,Driver Name,Juhi nimi
Frappe PR Bot748c0242018-06-21 10:34:28 +05301595apps/erpnext/erpnext/stock/report/stock_ageing/stock_ageing.py +41,Average Age,Keskmine vanus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301596DocType: Education Settings,Attendance Freeze Date,Osavõtjate Freeze kuupäev
1597apps/erpnext/erpnext/utilities/user_progress.py +110,List a few of your suppliers. They could be organizations or individuals.,Nimekiri paar oma tarnijatele. Nad võivad olla organisatsioonid ja üksikisikud.
Frappe PR Botb2a64d62018-05-16 10:46:11 +05301598apps/erpnext/erpnext/templates/pages/home.html +32,View All Products,Kuva kõik tooted
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301599apps/erpnext/erpnext/crm/report/prospects_engaged_but_not_converted/prospects_engaged_but_not_converted.js +20,Minimum Lead Age (Days),Minimaalne Lead Vanus (päeva)
1600apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +60,All BOMs,Kõik BOMs
1601apps/erpnext/erpnext/hotels/doctype/hotel_room_reservation/hotel_room_reservation.py +35,Hotel Rooms of type {0} are unavailable on {1},Hotellitüübid {0} ei ole saadaval {1}
1602DocType: Patient,Default Currency,Vaikimisi Valuuta
Frappe PR Bot748c0242018-06-21 10:34:28 +05301603DocType: Asset Movement,From Employee,Tööalasest
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301604DocType: Driver,Cellphone Number,Mobiiltelefoni number
1605DocType: Project,Monitor Progress,Jälgida progressi
Frappe PR Bot748c0242018-06-21 10:34:28 +05301606apps/erpnext/erpnext/controllers/accounts_controller.py +505,Warning: System will not check overbilling since amount for Item {0} in {1} is zero,"Hoiatus: Süsteem ei kontrolli tegelikust suuremad arved, sest summa Punkt {0} on {1} on null"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301607DocType: Journal Entry,Make Difference Entry,Tee Difference Entry
Frappe PR Botb2a64d62018-05-16 10:46:11 +05301608DocType: Supplier Quotation,Auto Repeat Section,Auto kordustage sektsioon
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301609DocType: Upload Attendance,Attendance From Date,Osavõtt From kuupäev
1610DocType: Appraisal Template Goal,Key Performance Area,Key Performance Area
1611DocType: Program Enrollment,Transportation,Vedu
1612apps/erpnext/erpnext/controllers/item_variant.py +94,Invalid Attribute,Vale Oskus
Frappe PR Bot748c0242018-06-21 10:34:28 +05301613apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +241,{0} {1} must be submitted,{0} {1} tuleb esitada
1614DocType: Buying Settings,Default Supplier Group,Vaikepakkumise grupp
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301615apps/erpnext/erpnext/stock/dashboard/item_dashboard.js +159,Quantity must be less than or equal to {0},Kogus peab olema väiksem või võrdne {0}
Frappe PR Bot748c0242018-06-21 10:34:28 +05301616apps/erpnext/erpnext/hr/doctype/employee_benefit_claim/employee_benefit_claim.py +42,Maximum amount eligible for the component {0} exceeds {1},Komponendi {0} jaoks maksimaalne summa ületab {1}
Frappe PR Botb2a64d62018-05-16 10:46:11 +05301617DocType: Department Approver,Department Approver,Osakonna kinnitaja
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301618DocType: SMS Center,Total Characters,Kokku Lõbu
1619DocType: Employee Advance,Claimed,Taotletud
1620DocType: Crop,Row Spacing,Ristliikumine
Frappe PR Bot748c0242018-06-21 10:34:28 +05301621apps/erpnext/erpnext/controllers/buying_controller.py +175,Please select BOM in BOM field for Item {0},Palun valige Bom Bom valdkonnas Punkt {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301622apps/erpnext/erpnext/stock/report/item_variant_details/item_variant_details.py +22,There isn't any item variant for the selected item,Valitud objekti jaoks pole ühtegi üksust
1623DocType: C-Form Invoice Detail,C-Form Invoice Detail,C-Form Arve Detail
1624DocType: Payment Reconciliation Invoice,Payment Reconciliation Invoice,Makse leppimise Arve
Frappe PR Bot748c0242018-06-21 10:34:28 +05301625DocType: Clinical Procedure,Procedure Template,Protseduuri mall
1626apps/erpnext/erpnext/selling/report/sales_person_wise_transaction_summary/sales_person_wise_transaction_summary.py +39,Contribution %,Panus%
1627apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +231,"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}","Nagu iga ostmine Seaded kui ostutellimuse sobiv == &quot;JAH&quot;, siis luua ostuarve, kasutaja vaja luua ostutellimuse esmalt toode {0}"
Frappe PR Botb2a64d62018-05-16 10:46:11 +05301628,HSN-wise-summary of outward supplies,HSN-i arukas kokkuvõte välistarnetest
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301629DocType: Company,Company registration numbers for your reference. Tax numbers etc.,Ettevõte registreerimisnumbrid oma viide. Maksu- numbrid jms
Frappe PR Bot748c0242018-06-21 10:34:28 +05301630apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +145,Distributor,Edasimüüja
1631DocType: Asset Finance Book,Asset Finance Book,Varahalduse raamat
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301632DocType: Shopping Cart Shipping Rule,Shopping Cart Shipping Rule,Ostukorv kohaletoimetamine reegel
1633apps/erpnext/erpnext/public/js/controllers/transaction.js +71,Please set 'Apply Additional Discount On',Palun määra &quot;Rakenda Täiendav soodustust&quot;
Frappe PR Bot748c0242018-06-21 10:34:28 +05301634DocType: Party Tax Withholding Config,Applicable Percent,Kohaldatav protsent
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301635,Ordered Items To Be Billed,Tellitud esemed arve
1636apps/erpnext/erpnext/stock/doctype/item_attribute/item_attribute.py +46,From Range has to be less than To Range,Siit Range peab olema väiksem kui levikuala
1637DocType: Global Defaults,Global Defaults,Global Vaikeväärtused
1638apps/erpnext/erpnext/projects/doctype/project/project.py +230,Project Collaboration Invitation,Projektikoostööd Kutse
1639DocType: Salary Slip,Deductions,Mahaarvamised
1640DocType: Leave Allocation,LAL/,LAL /
1641DocType: Setup Progress Action,Action Name,Tegevus nimega
Frappe PR Bot748c0242018-06-21 10:34:28 +05301642apps/erpnext/erpnext/accounts/report/consolidated_financial_statement/consolidated_financial_statement.js +17,Start Year,Start Aasta
1643apps/erpnext/erpnext/regional/india/utils.py +28,First 2 digits of GSTIN should match with State number {0},Esimese 2 numbrit GSTIN peaks sobima riik number {0}
Frappe PR Botb2a64d62018-05-16 10:46:11 +05301644apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +81,PDC/LC,PDC / LC
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301645DocType: Purchase Invoice,Start date of current invoice's period,Arve makseperioodi alguskuupäev
1646DocType: Salary Slip,Leave Without Pay,Palgata puhkust
Frappe PR Bot748c0242018-06-21 10:34:28 +05301647apps/erpnext/erpnext/manufacturing/doctype/work_order/work_order.py +413,Capacity Planning Error,Capacity Planning viga
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301648,Trial Balance for Party,Trial Balance Party
1649DocType: Lead,Consultant,Konsultant
1650apps/erpnext/erpnext/education/doctype/student_report_generation_tool/student_report_generation_tool.html +356,Parents Teacher Meeting Attendance,Vanemate õpetajate kohtumispaik
1651DocType: Salary Slip,Earnings,Tulu
Frappe PR Bot748c0242018-06-21 10:34:28 +05301652apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +500,Finished Item {0} must be entered for Manufacture type entry,Lõppenud Punkt {0} tuleb sisestada Tootmine tüübist kirje
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301653apps/erpnext/erpnext/config/learn.py +87,Opening Accounting Balance,Avamine Raamatupidamine Balance
1654,GST Sales Register,GST Sales Registreeri
1655DocType: Sales Invoice Advance,Sales Invoice Advance,Müügiarve Advance
1656apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +552,Nothing to request,Midagi nõuda
1657apps/erpnext/erpnext/public/js/setup_wizard.js +18,Select your Domains,Valige oma domeenid
Frappe PR Bot748c0242018-06-21 10:34:28 +05301658apps/erpnext/erpnext/erpnext_integrations/doctype/shopify_settings/sync_product.py +228,Shopify Supplier,Shopify Tarnija
1659apps/erpnext/erpnext/accounts/doctype/budget/budget.py +36,Another Budget record '{0}' already exists against {1} '{2}' for fiscal year {3},Teine Eelarve rekord &quot;{0} &#39;on juba olemas vastu {1} {2}&quot; eelarveaastal {3}
1660DocType: Bank Statement Transaction Entry,Payment Invoice Items,Maksearve kirjed
1661DocType: Travel Request,Employee Details,Töötaja üksikasjad
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301662DocType: Item Variant Settings,Fields will be copied over only at time of creation.,Valdkonnad kopeeritakse ainult loomise ajal.
1663DocType: Setup Progress Action,Domains,Domeenid
1664apps/erpnext/erpnext/projects/doctype/task/task.py +41,'Actual Start Date' can not be greater than 'Actual End Date',"""Tegelik alguskuupäev"" ei saa olla suurem kui ""Tegelik lõpukuupäev"""
Frappe PR Bot748c0242018-06-21 10:34:28 +05301665apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +319,Management,Juhtimine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301666DocType: Cheque Print Template,Payer Settings,maksja seaded
Frappe PR Bot748c0242018-06-21 10:34:28 +05301667apps/erpnext/erpnext/public/js/utils/party.js +192,Select company first,Esmalt valige ettevõte
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301668DocType: 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""","See on lisatud Kood variandi. Näiteks, kui teie lühend on &quot;SM&quot;, ning objekti kood on &quot;T-särk&quot;, kirje kood variant on &quot;T-särk SM&quot;"
1669DocType: Salary Slip,Net Pay (in words) will be visible once you save the Salary Slip.,Netopalk (sõnadega) ilmuvad nähtavale kui salvestate palgatõend.
Frappe PR Bot748c0242018-06-21 10:34:28 +05301670DocType: Delivery Note,Is Return,Kas Tagasi
1671apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.py +93,Caution,Ettevaatust
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301672apps/erpnext/erpnext/agriculture/doctype/disease/disease.py +17,Start day is greater than end day in task '{0}',Alguspäev on suurem kui lõppkuupäev ülesandes &quot;{0}&quot;
Frappe PR Bot748c0242018-06-21 10:34:28 +05301673apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +843,Return / Debit Note,Tagasi / võlateate
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301674DocType: Price List Country,Price List Country,Hinnakiri Riik
1675DocType: Item,UOMs,UOMs
1676apps/erpnext/erpnext/stock/utils.py +212,{0} valid serial nos for Item {1},{0} kehtiv serial-numbrid Punkt {1}
Frappe PR Bot748c0242018-06-21 10:34:28 +05301677apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +59,Item Code cannot be changed for Serial No.,Kood ei saa muuta Serial No.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301678DocType: Purchase Invoice Item,UOM Conversion Factor,UOM Conversion Factor
Frappe PR Bot748c0242018-06-21 10:34:28 +05301679apps/erpnext/erpnext/healthcare/doctype/clinical_procedure/clinical_procedure.js +9,Please enter Item Code to get Batch Number,Palun sisesta Kood saada Partii number
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301680DocType: Stock Settings,Default Item Group,Vaikimisi Punkt Group
Frappe PR Botb2a64d62018-05-16 10:46:11 +05301681apps/erpnext/erpnext/config/non_profit.py +93,Grant information.,Toetusteave
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301682apps/erpnext/erpnext/config/buying.py +38,Supplier database.,Tarnija andmebaasis.
Frappe PR Bot748c0242018-06-21 10:34:28 +05301683DocType: Contract Template,Contract Terms and Conditions,Lepingutingimused
Frappe PR Botb2a64d62018-05-16 10:46:11 +05301684apps/erpnext/erpnext/accounts/doctype/subscription/subscription.py +423,You cannot restart a Subscription that is not cancelled.,Te ei saa tellimust uuesti katkestada.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301685DocType: Account,Balance Sheet,Eelarve
Frappe PR Bot748c0242018-06-21 10:34:28 +05301686DocType: Leave Type,Is Earned Leave,On teenitud lahku
Frappe PR Botb2a64d62018-05-16 10:46:11 +05301687apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +765,Cost Center For Item with Item Code ',Kulude Keskus eseme Kood &quot;
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301688DocType: Fee Validity,Valid Till,Kehtiv kuni
1689DocType: Student Report Generation Tool,Total Parents Teacher Meeting,Vanemate kogu õpetajate kohtumine
Frappe PR Bot748c0242018-06-21 10:34:28 +05301690apps/erpnext/erpnext/accounts/page/pos/pos.js +2521,"Payment Mode is not configured. Please check, whether account has been set on Mode of Payments or on POS Profile.","Makserežiimi ei ole seadistatud. Palun kontrollige, kas konto on seadistatud režiim maksed või POS profiili."
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301691apps/erpnext/erpnext/buying/utils.py +74,Same item cannot be entered multiple times.,Sama objekt ei saa sisestada mitu korda.
1692apps/erpnext/erpnext/accounts/doctype/account/account_tree.js +30,"Further accounts can be made under Groups, but entries can be made against non-Groups","Lisaks kontod saab rühma all, kuid kanded saab teha peale mitte-Groups"
1693DocType: Lead,Lead,Lead
1694DocType: Email Digest,Payables,Võlad
1695DocType: Course,Course Intro,Kursuse tutvustus
1696apps/erpnext/erpnext/stock/doctype/batch/batch.js +105,Stock Entry {0} created,Stock Entry {0} loodud
Frappe PR Bot748c0242018-06-21 10:34:28 +05301697apps/erpnext/erpnext/controllers/buying_controller.py +376,Row #{0}: Rejected Qty can not be entered in Purchase Return,Row # {0}: lükata Kogus ei kanta Ostutagastus
1698apps/erpnext/erpnext/stock/doctype/item/item.js +197,Changing Customer Group for the selected Customer is not allowed.,Valitud Kliendi kliendirühma vahetamine ei ole lubatud.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301699,Purchase Order Items To Be Billed,Ostutellimuse punkte arve
Frappe PR Botb2a64d62018-05-16 10:46:11 +05301700apps/erpnext/erpnext/stock/doctype/delivery_trip/delivery_trip.js +71,Updating estimated arrival times.,Hinnangulise saabumisaja ajakohastamine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301701DocType: Program Enrollment Tool,Enrollment Details,Registreerumise üksikasjad
1702DocType: Purchase Invoice Item,Net Rate,Efektiivne intressimäär
1703apps/erpnext/erpnext/selling/page/point_of_sale/point_of_sale.js +152,Please select a customer,Valige klient
1704DocType: Purchase Invoice Item,Purchase Invoice Item,Ostuarve toode
1705apps/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,Stock Ledger kanded ja GL kanded on edasi saata valitud Ostutšekid
1706DocType: Student Report Generation Tool,Assessment Terms,Hindamise tingimused
1707apps/erpnext/erpnext/stock/report/bom_search/bom_search.js +8,Item 1,Punkt 1
1708DocType: Holiday,Holiday,Puhkus
1709DocType: Support Settings,Close Issue After Days,Sule Issue Pärast päevi
1710DocType: Leave Control Panel,Leave blank if considered for all branches,"Jäta tühjaks, kui arvestada kõigis valdkondades"
Frappe PR Bot748c0242018-06-21 10:34:28 +05301711DocType: Job Opening,Staffing Plan,Personaliplaan
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301712DocType: Bank Guarantee,Validity in Days,Kehtivus Days
1713apps/erpnext/erpnext/accounts/doctype/c_form/c_form.py +21,C-form is not applicable for Invoice: {0},C-vormi ei kehti Arve: {0}
Frappe PR Bot748c0242018-06-21 10:34:28 +05301714DocType: Certified Consultant,Name of Consultant,Konsultandi nimi
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301715DocType: Payment Reconciliation,Unreconciled Payment Details,Unreconciled Makse andmed
1716apps/erpnext/erpnext/non_profit/doctype/member/member_dashboard.py +6,Member Activity,Liikme tegevused
1717apps/erpnext/erpnext/crm/report/campaign_efficiency/campaign_efficiency.py +20,Order Count,order count
1718DocType: Global Defaults,Current Fiscal Year,Jooksva eelarveaasta
Frappe PR Bot748c0242018-06-21 10:34:28 +05301719DocType: Purchase Invoice,Group same items,Group sama kauba
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301720DocType: Purchase Invoice,Disable Rounded Total,Keela Ümardatud kokku
Frappe PR Botb2a64d62018-05-16 10:46:11 +05301721DocType: Department,Parent Department,Vanemosakond
1722DocType: Loan Application,Repayment Info,tagasimaksmine Info
Frappe PR Bot748c0242018-06-21 10:34:28 +05301723apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +481,'Entries' cannot be empty,&quot;Kanded&quot; ei saa olla tühi
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301724DocType: Maintenance Team Member,Maintenance Role,Hooldusroll
Frappe PR Botb2a64d62018-05-16 10:46:11 +05301725apps/erpnext/erpnext/utilities/transaction_base.py +86,Duplicate row {0} with same {1},Duplicate rida {0} on sama {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301726,Trial Balance,Proovibilanss
Frappe PR Bot748c0242018-06-21 10:34:28 +05301727apps/erpnext/erpnext/hr/doctype/payroll_entry/payroll_entry.py +462,Fiscal Year {0} not found,Eelarveaastal {0} ei leitud
1728apps/erpnext/erpnext/config/hr.py +386,Setting up Employees,Seadistamine Töötajad
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301729DocType: Sales Order,SO-,SO-
1730DocType: Hotel Room Reservation,Hotel Reservation User,Hotelli broneeringu kasutaja
1731apps/erpnext/erpnext/setup/doctype/naming_series/naming_series.py +158,Please select prefix first,Palun valige eesliide esimene
Frappe PR Bot748c0242018-06-21 10:34:28 +05301732DocType: Contract,Fulfilment Deadline,Täitmise tähtaeg
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301733DocType: Student,O-,O-
Frappe PR Botb2a64d62018-05-16 10:46:11 +05301734DocType: Subscription Settings,Subscription Settings,Tellimuse seaded
Frappe PR Bot748c0242018-06-21 10:34:28 +05301735apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +281,Optional Holiday List not set for leave period {0},"Vabatahtlik Puhkusloetelu, mis pole määratud puhkuseperioodiks {0}"
1736apps/erpnext/erpnext/patches/v11_0/add_healthcare_service_unit_tree_root.py +8,All Healthcare Service Unit,Kõik tervishoiuteenistuse üksused
1737apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +165,Research,Teadustöö
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301738DocType: Maintenance Visit Purpose,Work Done,Töö
1739apps/erpnext/erpnext/controllers/item_variant.py +35,Please specify at least one attribute in the Attributes table,Palun täpsustage vähemalt üks atribuut atribuudid tabelis
1740DocType: Announcement,All Students,Kõik õpilased
Frappe PR Bot748c0242018-06-21 10:34:28 +05301741apps/erpnext/erpnext/assets/doctype/asset/asset.py +56,Item {0} must be a non-stock item,Punkt {0} peab olema mitte-laoartikkel
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301742apps/erpnext/erpnext/stock/doctype/batch/batch.js +18,View Ledger,Vaata Ledger
1743DocType: Grading Scale,Intervals,intervallid
Frappe PR Bot748c0242018-06-21 10:34:28 +05301744DocType: Bank Statement Transaction Entry,Reconciled Transactions,Kooskõlastatud tehingud
1745apps/erpnext/erpnext/stock/report/stock_ageing/stock_ageing.py +42,Earliest,Esimesed
1746apps/erpnext/erpnext/stock/doctype/item/item.py +541,"An Item Group exists with same name, please change the item name or rename the item group","Elemendi Group olemas sama nimega, siis muuda objekti nimi või ümber nimetada elemendi grupp"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301747DocType: Crop Cycle,Less than a year,Vähem kui aasta
1748apps/erpnext/erpnext/education/report/absent_student_report/absent_student_report.py +52,Student Mobile No.,Student Mobiilne No.
Frappe PR Botb2a64d62018-05-16 10:46:11 +05301749apps/erpnext/erpnext/setup/setup_wizard/operations/defaults_setup.py +101,Rest Of The World,Ülejäänud maailm
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301750apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +81,The Item {0} cannot have Batch,Artiklite {0} ei ole partii
1751DocType: Crop,Yield UOM,Saagikus UOM
1752,Budget Variance Report,Eelarve Dispersioon aruanne
1753DocType: Salary Slip,Gross Pay,Gross Pay
1754DocType: Item,Is Item from Hub,Kas üksus on hubist
1755apps/erpnext/erpnext/projects/doctype/timesheet/timesheet.py +118,Row {0}: Activity Type is mandatory.,Rida {0}: Activity Type on kohustuslik.
Frappe PR Bot748c0242018-06-21 10:34:28 +05301756apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +176,Dividends Paid,"Dividende,"
1757apps/erpnext/erpnext/buying/doctype/supplier/supplier.js +39,Accounting Ledger,Raamatupidamine Ledger
1758DocType: Asset Value Adjustment,Difference Amount,Erinevus summa
1759apps/erpnext/erpnext/healthcare/doctype/patient_appointment/patient_appointment.py +109,Dr {0} on Leave on {1},Dr {0} lahkus {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301760DocType: Purchase Invoice,Reverse Charge,Reverse Charge
Frappe PR Bot748c0242018-06-21 10:34:28 +05301761apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +182,Retained Earnings,Jaotamata tulem
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301762DocType: Purchase Invoice,05-Change in POS,05-vahetus postis
1763DocType: Vehicle Log,Service Detail,Teenuse Detail
1764DocType: BOM,Item Description,Toote kirjeldus
1765DocType: Student Sibling,Student Sibling,Student Kaas
Frappe PR Bot748c0242018-06-21 10:34:28 +05301766apps/erpnext/erpnext/accounts/report/sales_payment_summary/sales_payment_summary.py +20,Payment Mode,Makserežiim
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301767DocType: Purchase Invoice,Supplied Items,Komplektis Esemed
1768apps/erpnext/erpnext/restaurant/doctype/restaurant_order_entry/restaurant_order_entry.py +85,Please set an active menu for Restaurant {0},Määrake restoranis {0} aktiivne menüü
1769DocType: Student,STUD.,Stud.
1770DocType: Work Order,Qty To Manufacture,Kogus toota
1771DocType: Email Digest,New Income,uus tulu
1772DocType: Buying Settings,Maintain same rate throughout purchase cycle,Säilitada samas tempos kogu ostutsükkel
1773DocType: Opportunity Item,Opportunity Item,Opportunity toode
1774,Student and Guardian Contact Details,Student ja Guardian Kontakt
1775apps/erpnext/erpnext/buying/doctype/request_for_quotation/request_for_quotation.py +53,Row {0}: For supplier {0} Email Address is required to send email,Rida {0}: tarnija {0} e-posti aadress on vajalik saata e-posti
Frappe PR Bot748c0242018-06-21 10:34:28 +05301776apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +76,Temporary Opening,Ajutine avamine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301777,Employee Leave Balance,Töötaja Jäta Balance
1778apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +147,Balance for Account {0} must always be {1},Balance Konto {0} peab alati olema {1}
1779DocType: Patient Appointment,More Info,Rohkem infot
Frappe PR Botb2a64d62018-05-16 10:46:11 +05301780apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +181,Valuation Rate required for Item in row {0},Hindamine Rate vajalik toode järjest {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301781DocType: Supplier Scorecard,Scorecard Actions,Tulemuskaardi toimingud
1782apps/erpnext/erpnext/utilities/user_progress.py +169,Example: Masters in Computer Science,Näide: Masters in Computer Science
1783DocType: Purchase Invoice,Rejected Warehouse,Tagasilükatud Warehouse
1784DocType: GL Entry,Against Voucher,Vastu Voucher
Frappe PR Bot748c0242018-06-21 10:34:28 +05301785DocType: Item Default,Default Buying Cost Center,Vaikimisi ostmine Cost Center
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301786apps/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.","Et saada kõige paremini välja ERPNext, soovitame võtta aega ja vaadata neid abivideoid."
Frappe PR Bot748c0242018-06-21 10:34:28 +05301787apps/erpnext/erpnext/accounts/page/pos/pos.js +79, to ,kuni
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301788DocType: Supplier Quotation Item,Lead Time in days,Ooteaeg päevades
Frappe PR Bot748c0242018-06-21 10:34:28 +05301789apps/erpnext/erpnext/accounts/report/accounts_payable/accounts_payable.js +76,Accounts Payable Summary,Tasumata arved kokkuvõte
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301790apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +213,Not authorized to edit frozen Account {0},Ei ole lubatud muuta külmutatud Konto {0}
1791DocType: Journal Entry,Get Outstanding Invoices,Võta Tasumata arved
Frappe PR Bot748c0242018-06-21 10:34:28 +05301792apps/erpnext/erpnext/manufacturing/doctype/work_order/work_order.py +86,Sales Order {0} is not valid,Sales Order {0} ei ole kehtiv
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301793DocType: Supplier Scorecard,Warn for new Request for Quotations,Hoiata uue tsitaadi taotlemise eest
1794apps/erpnext/erpnext/utilities/activation.py +91,Purchase orders help you plan and follow up on your purchases,Ostutellimuste aidata teil planeerida ja jälgida oma ostud
1795apps/erpnext/erpnext/healthcare/doctype/lab_test/lab_test.js +151,Lab Test Prescriptions,Lab katsestavad retseptid
Frappe PR Bot748c0242018-06-21 10:34:28 +05301796apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +168,"The total Issue / Transfer quantity {0} in Material Request {1} \
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301797 cannot be greater than requested quantity {2} for Item {3}",Kogu Issue / Transfer koguse {0} Material taotlus {1} \ saa olla suurem kui nõutud koguse {2} jaoks Punkt {3}
Frappe PR Bot748c0242018-06-21 10:34:28 +05301798apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +173,Small,Väike
1799DocType: Shopify Settings,"If Shopify not contains a customer in Order, then while syncing Orders, the system will consider default customer for order","Kui Shopify ei sisalda tellimuses olevat klienti, siis jälgib tellimuste sünkroonimine süsteemi, et tellimus vaikimisi kliendiks saada"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301800DocType: Opening Invoice Creation Tool Item,Opening Invoice Creation Tool Item,Arve koostamise tööriista avamise üksus
1801DocType: Education Settings,Employee Number,Töötaja number
Frappe PR Botb2a64d62018-05-16 10:46:11 +05301802DocType: Subscription Settings,Cancel Invoice After Grace Period,Tühista arve pärast graafikuperioodi
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301803apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +67,Case No(s) already in use. Try from Case No {0},Case (te) juba kasutusel. Proovige kohtuasjas No {0}
1804DocType: Project,% Completed,% Valminud
1805,Invoiced Amount (Exculsive Tax),Arve kogusumma (Exculsive Maksu-)
1806apps/erpnext/erpnext/stock/report/bom_search/bom_search.js +14,Item 2,Punkt 2
1807DocType: Supplier,SUPP-,lisatoite
Frappe PR Bot748c0242018-06-21 10:34:28 +05301808DocType: Travel Request,International,Rahvusvaheline
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301809DocType: Training Event,Training Event,koolitus Sündmus
1810DocType: Item,Auto re-order,Auto ümber korraldada
1811apps/erpnext/erpnext/selling/report/sales_person_target_variance_item_group_wise/sales_person_target_variance_item_group_wise.py +59,Total Achieved,Kokku Saavutatud
1812DocType: Employee,Place of Issue,Väljaandmise koht
Frappe PR Bot748c0242018-06-21 10:34:28 +05301813DocType: Contract,Contract,Leping
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301814DocType: Plant Analysis,Laboratory Testing Datetime,Laboratoorse testimise kuupäev
1815DocType: Email Digest,Add Quote,Lisa Quote
Frappe PR Bot748c0242018-06-21 10:34:28 +05301816apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +1166,UOM coversion factor required for UOM: {0} in Item: {1},UOM coversion tegur vajalik UOM: {0} punktis: {1}
1817apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +99,Indirect Expenses,Kaudsed kulud
1818apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +111,Row {0}: Qty is mandatory,Row {0}: Kogus on kohustuslikuks
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301819DocType: Agriculture Analysis Criteria,Agriculture,Põllumajandus
Frappe PR Bot748c0242018-06-21 10:34:28 +05301820apps/erpnext/erpnext/manufacturing/doctype/blanket_order/blanket_order.js +15,Create Sales Order,Loo müügiorder
1821apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +493,Accounting Entry for Asset,Varade arvestuse kirje
1822apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +828,Block Invoice,Blokeeri arve
1823apps/erpnext/erpnext/accounts/page/pos/pos.js +802,Sync Master Data,Sync Master andmed
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301824DocType: Asset Repair,Repair Cost,Remondikulud
1825apps/erpnext/erpnext/utilities/user_progress.py +138,Your Products or Services,Oma tooteid või teenuseid
1826apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py +15,Failed to login,Sisselogimine ebaõnnestus
Frappe PR Bot748c0242018-06-21 10:34:28 +05301827apps/erpnext/erpnext/controllers/buying_controller.py +599,Asset {0} created,Vara {0} loodud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301828DocType: Special Test Items,Special Test Items,Spetsiaalsed katseüksused
Frappe PR Bot748c0242018-06-21 10:34:28 +05301829DocType: Bank Statement Transaction Payment Item,Mode of Payment,Makseviis
1830apps/erpnext/erpnext/stock/doctype/item/item.py +217,Website Image should be a public file or website URL,Koduleht Pilt peaks olema avalik faili või veebilehe URL
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301831DocType: Student Applicant,AP,AP
1832DocType: Purchase Invoice Item,BOM,Bom
1833apps/erpnext/erpnext/setup/doctype/item_group/item_group.js +37,This is a root item group and cannot be edited.,See on ülemelemendile rühma ja seda ei saa muuta.
Frappe PR Bot748c0242018-06-21 10:34:28 +05301834apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +48,Item Code &gt; Item Group &gt; Brand,Tootekood&gt; Elemendi grupp&gt; Bränd
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301835DocType: Journal Entry Account,Purchase Order,Ostutellimuse
1836DocType: Vehicle,Fuel UOM,Kütus UOM
1837DocType: Warehouse,Warehouse Contact Info,Ladu Kontakt
1838DocType: Payment Entry,Write Off Difference Amount,Kirjutage Off erinevuse koguse
1839DocType: Volunteer,Volunteer Name,Vabatahtlike nimi
Frappe PR Bot748c0242018-06-21 10:34:28 +05301840DocType: Leave Period,Carry Forward Leaves,Viige edasi lehtedele
1841apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +485,"{0}: Employee email not found, hence email not sent","{0}: Töötaja e-posti ei leitud, seega e-posti ei saadeta"
1842apps/erpnext/erpnext/hr/doctype/leave_encashment/leave_encashment.py +56,No Salary Structure assigned for Employee {0} on given date {1},Palkade struktuur määratud töötajatele {0} antud kuupäeval {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301843apps/erpnext/erpnext/accounts/doctype/shipping_rule/shipping_rule.py +85,Shipping rule not applicable for country {0},Saatmise reegel ei kehti riigile {0}
1844DocType: Item,Foreign Trade Details,Väliskaubanduse detailid
1845,Assessment Plan Status,Hindamiskava staatus
1846DocType: Email Digest,Annual Income,Aastane sissetulek
1847DocType: Serial No,Serial No Details,Serial No Üksikasjad
1848DocType: Purchase Invoice Item,Item Tax Rate,Punkt Maksumäär
Frappe PR Bot748c0242018-06-21 10:34:28 +05301849apps/erpnext/erpnext/healthcare/doctype/patient_appointment/patient_appointment.js +104,Please select Physician and Date,Valige arst ja kuupäev
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301850DocType: Student Group Student,Group Roll Number,Group Roll arv
Frappe PR Bot748c0242018-06-21 10:34:28 +05301851apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +177,"For {0}, only credit accounts can be linked against another debit entry","Sest {0}, ainult krediitkaardi kontod võivad olla seotud teise vastu deebetkanne"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301852apps/erpnext/erpnext/projects/doctype/project/project.py +84,Total of all task weights should be 1. Please adjust weights of all Project tasks accordingly,Kokku kõigi ülesanne kaalu peaks 1. Palun reguleerida kaalu kõikide Project ülesandeid vastavalt
Frappe PR Bot748c0242018-06-21 10:34:28 +05301853apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +593,Delivery Note {0} is not submitted,Toimetaja märkus {0} ei ole esitatud
1854apps/erpnext/erpnext/hr/doctype/salary_structure/salary_structure.py +42,Max benefits should be greater than zero to despense flexi,"Maksimaalne kasu peaks olema suurem kui null, et pühkida paindlikkus"
1855apps/erpnext/erpnext/stock/get_item_details.py +158,Item {0} must be a Sub-contracted Item,Punkt {0} peab olema allhanked toode
Frappe PR Botb2a64d62018-05-16 10:46:11 +05301856apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +44,Capital Equipments,Capital seadmed
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301857apps/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.","Hinnakujundus Reegel on esimene valitud põhineb &quot;Rakenda On väljale, mis võib olla Punkt punkt Group või kaubamärgile."
Frappe PR Bot748c0242018-06-21 10:34:28 +05301858apps/erpnext/erpnext/manufacturing/doctype/work_order/work_order.js +264,Please set the Item Code first,Palun määra kõigepealt tootekood
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301859DocType: Item,ITEM-,ITEM-
Frappe PR Bot748c0242018-06-21 10:34:28 +05301860apps/erpnext/erpnext/controllers/selling_controller.py +124,Total allocated percentage for sales team should be 100,Kokku eraldatakse protsent müügimeeskond peaks olema 100
Frappe PR Botb2a64d62018-05-16 10:46:11 +05301861DocType: Subscription Plan,Billing Interval Count,Arveldusvahemiku arv
Frappe PR Bot748c0242018-06-21 10:34:28 +05301862apps/erpnext/erpnext/hr/doctype/employee_promotion/employee_promotion.js +135,Value missing,Väärtus on puudu
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301863DocType: Sales Invoice Item,Edit Description,Edit kirjeldus
1864DocType: Antibiotic,Antibiotic,Antibiootikum
1865,Team Updates,Team uuendused
Frappe PR Bot748c0242018-06-21 10:34:28 +05301866apps/erpnext/erpnext/buying/doctype/request_for_quotation/request_for_quotation.js +917,For Supplier,Tarnija
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301867DocType: Account,Setting Account Type helps in selecting this Account in transactions.,Setting Konto tüüp aitab valides selle konto tehingud.
1868DocType: Purchase Invoice,Grand Total (Company Currency),Grand Total (firma Valuuta)
1869apps/erpnext/erpnext/accounts/doctype/cheque_print_template/cheque_print_template.js +9,Create Print Format,Loo Print Format
1870apps/erpnext/erpnext/education/doctype/fee_schedule/fee_schedule_list.js +5,Fee Created,Tasu luuakse
1871apps/erpnext/erpnext/utilities/bot.py +39,Did not find any item called {0},Ei leidnud ühtegi objekti nimega {0}
1872DocType: Supplier Scorecard Criteria,Criteria Formula,Kriteeriumide valem
Frappe PR Bot748c0242018-06-21 10:34:28 +05301873apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +42,Total Outgoing,Kokku Väljuv
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301874apps/erpnext/erpnext/accounts/doctype/shipping_rule/shipping_rule.py +39,"There can only be one Shipping Rule Condition with 0 or blank value for ""To Value""",Seal saab olla ainult üks kohaletoimetamine Reegel seisukord 0 või tühi väärtus &quot;Value&quot;
Frappe PR Bot748c0242018-06-21 10:34:28 +05301875DocType: Bank Statement Transaction Settings Item,Transaction,Tehing
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301876DocType: Patient Appointment,Duration,Kestus
1877apps/erpnext/erpnext/controllers/status_updater.py +160,"For an item {0}, quantity must be positive number",Kirje {0} puhul peab kogus olema positiivne number
Frappe PR Bot748c0242018-06-21 10:34:28 +05301878apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.js +76,Note: This Cost Center is a Group. Cannot make accounting entries against groups.,Märkus: See Cost Center on Group. Ei saa teha raamatupidamiskanded rühmade vastu.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301879apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +53,Child warehouse exists for this warehouse. You can not delete this warehouse.,Lapse ladu olemas selle lattu. Sa ei saa kustutada selle lattu.
1880DocType: Item,Website Item Groups,Koduleht Punkt Groups
1881DocType: Purchase Invoice,Total (Company Currency),Kokku (firma Valuuta)
1882DocType: Daily Work Summary Group,Reminder,Meeldetuletus
1883apps/erpnext/erpnext/stock/utils.py +207,Serial number {0} entered more than once,Serial number {0} sisestatud rohkem kui üks kord
Frappe PR Bot748c0242018-06-21 10:34:28 +05301884DocType: Bank Statement Transaction Invoice Item,Journal Entry,Päevikusissekanne
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301885DocType: Expense Claim Advance,Unclaimed amount,Taotlematu summa
Frappe PR Bot748c0242018-06-21 10:34:28 +05301886apps/erpnext/erpnext/manufacturing/doctype/work_order/work_order.js +165,{0} items in progress,{0} objekte pooleli
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301887DocType: Workstation,Workstation Name,Workstation nimi
1888DocType: Grading Scale Interval,Grade Code,Hinne kood
1889DocType: POS Item Group,POS Item Group,POS Artikliklasside
1890apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +17,Email Digest:,Saatke Digest:
1891apps/erpnext/erpnext/stock/doctype/item_alternative/item_alternative.py +23,Alternative item must not be same as item code,Alternatiivne kirje ei tohi olla sama kui üksuse kood
Frappe PR Bot748c0242018-06-21 10:34:28 +05301892apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +620,BOM {0} does not belong to Item {1},Bom {0} ei kuulu Punkt {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301893DocType: Sales Partner,Target Distribution,Target Distribution
1894DocType: Purchase Invoice,06-Finalization of Provisional assessment,06 - ajutise hindamise lõpuleviimine
1895DocType: Salary Slip,Bank Account No.,Bank Account No.
1896DocType: Naming Series,This is the number of the last created transaction with this prefix,See on mitmeid viimase loodud tehingu seda prefiksit
1897DocType: Supplier Scorecard,"Scorecard variables can be used, as well as:
1898{total_score} (the total score from that period),
1899{period_number} (the number of periods to present day)
1900","Tulemuskaardi muutujaid saab kasutada ka: {total_score} (selle perioodi kogusumma), {period_number} (perioodide arv tänapäevani)"
Frappe PR Bot748c0242018-06-21 10:34:28 +05301901apps/erpnext/erpnext/manufacturing/doctype/blanket_order/blanket_order.js +27,Create Purchase Order,Loo ostujärjekord
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301902DocType: Quality Inspection Reading,Reading 8,Lugemine 8
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301903DocType: Purchase Invoice,Taxes and Charges Calculation,Maksude ja tasude arvutamine
1904DocType: Accounts Settings,Book Asset Depreciation Entry Automatically,Broneeri Asset amortisatsioon Entry automaatselt
1905DocType: BOM Operation,Workstation,Workstation
1906DocType: Request for Quotation Supplier,Request for Quotation Supplier,Hinnapäring Tarnija
1907DocType: Healthcare Settings,Registration Message,Registreerimissõnum
Frappe PR Bot748c0242018-06-21 10:34:28 +05301908apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +143,Hardware,Riistvara
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301909DocType: Prescription Dosage,Prescription Dosage,Retseptiravim
Frappe PR Bot748c0242018-06-21 10:34:28 +05301910DocType: Contract,HR Manager,personalijuht
1911apps/erpnext/erpnext/accounts/party.py +187,Please select a Company,Palun valige Company
1912apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +95,Privilege Leave,Privilege Leave
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301913DocType: Purchase Invoice,Supplier Invoice Date,Tarnija Arve kuupäev
1914DocType: Asset Settings,This value is used for pro-rata temporis calculation,Seda väärtust kasutatakse pro rata temporis arvutamiseks
1915apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +90,You need to enable Shopping Cart,Sa pead lubama Ostukorv
1916DocType: Payment Entry,Writeoff,Maha kirjutama
1917DocType: Stock Settings,Naming Series Prefix,Nimi seeria prefiks
1918DocType: Appraisal Template Goal,Appraisal Template Goal,Hinnang Mall Goal
1919DocType: Salary Component,Earning,Tulu
1920DocType: Supplier Scorecard,Scoring Criteria,Hindamise kriteeriumid
1921DocType: Purchase Invoice,Party Account Currency,Partei konto Valuuta
1922,BOM Browser,Bom Browser
1923apps/erpnext/erpnext/templates/emails/training_event.html +13,Please update your status for this training event,Palun uuendage seda koolitusüritust
1924DocType: Item Barcode,EAN,EAN
1925DocType: Purchase Taxes and Charges,Add or Deduct,Lisa või Lahutada
1926apps/erpnext/erpnext/accounts/doctype/shipping_rule/shipping_rule.py +148,Overlapping conditions found between:,Kattumine olude vahel:
1927apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +187,Against Journal Entry {0} is already adjusted against some other voucher,Vastu päevikusissekanne {0} on juba korrigeeritakse mõningaid teisi voucher
1928apps/erpnext/erpnext/selling/report/inactive_customers/inactive_customers.py +68,Total Order Value,Kokku tellimuse maksumus
Frappe PR Bot748c0242018-06-21 10:34:28 +05301929apps/erpnext/erpnext/demo/setup/setup_data.py +322,Food,Toit
1930apps/erpnext/erpnext/accounts/report/accounts_payable/accounts_payable.js +63,Ageing Range 3,Vananemine Range 3
1931DocType: POS Closing Voucher Details,POS Closing Voucher Details,POS-i sulgemise kupongi üksikasjad
1932DocType: Shopify Log,Shopify Log,Shopify Logi
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301933DocType: Maintenance Schedule Item,No of Visits,No visiit
1934apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py +165,Maintenance Schedule {0} exists against {1},Hoolduskava {0} on olemas vastu {1}
1935apps/erpnext/erpnext/education/doctype/student_applicant/student_applicant.js +36,Enrolling student,registreerimisega üliõpilane
1936apps/erpnext/erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.py +33,Currency of the Closing Account must be {0},Valuuta sulgemise tuleb arvesse {0}
1937apps/erpnext/erpnext/hr/doctype/appraisal_template/appraisal_template.py +21,Sum of points for all goals should be 100. It is {0},Summa võrra kõik eesmärgid peaksid olema 100. On {0}
1938DocType: Project,Start and End Dates,Algus- ja lõppkuupäev
Frappe PR Bot748c0242018-06-21 10:34:28 +05301939DocType: Contract Template Fulfilment Terms,Contract Template Fulfilment Terms,Lepingu malli täitmise tingimused
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301940,Delivered Items To Be Billed,Tarnitakse punkte arve
1941apps/erpnext/erpnext/manufacturing/doctype/bom/bom_item_preview.html +16,Open BOM {0},Avatud Bom {0}
Frappe PR Bot748c0242018-06-21 10:34:28 +05301942apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +62,Warehouse cannot be changed for Serial No.,Ladu ei saa muuta Serial No.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301943DocType: Authorization Rule,Average Discount,Keskmine Soodus
1944DocType: Project Update,Great/Quickly,Suurepärane / kiire
1945DocType: Purchase Invoice Item,UOM,UOM
Frappe PR Bot748c0242018-06-21 10:34:28 +05301946DocType: Employee Tax Exemption Declaration,Annual HRA Exemption,Iga-aastane HRA-vabastus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301947DocType: Rename Tool,Utilities,Kommunaalteenused
1948DocType: POS Profile,Accounting,Raamatupidamine
1949DocType: Employee,EMP/,EMP /
Frappe PR Bot748c0242018-06-21 10:34:28 +05301950DocType: Asset,Purchase Receipt Amount,Ostuteenuse summa
1951DocType: Employee Separation,Exit Interview Summary,Väljuge intervjuu kokkuvõtet
1952apps/erpnext/erpnext/public/js/utils/serial_no_batch_selector.js +140,Please select batches for batched item ,Palun valige partiide Jaotatud kirje
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301953DocType: Asset,Depreciation Schedules,Kulumi
Frappe PR Bot748c0242018-06-21 10:34:28 +05301954apps/erpnext/erpnext/erpnext_integrations/doctype/shopify_settings/shopify_settings.py +37,"Support for public app is deprecated. Please setup private app, for more details refer user manual","Avaliku rakenduse tugi on aegunud. Palun häälestage privaatrakendus, et saada lisateavet kasutaja kasutusjuhendist"
1955apps/erpnext/erpnext/regional/report/gstr_1/gstr_1.py +196,Following accounts might be selected in GST Settings:,GST seadetes saab valida järgmised kontod:
1956apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +102,Application period cannot be outside leave allocation period,Taotlemise tähtaeg ei tohi olla väljaspool puhkuse eraldamise ajavahemikul
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301957DocType: Activity Cost,Projects,Projektid
1958DocType: Payment Request,Transaction Currency,tehing Valuuta
Frappe PR Bot748c0242018-06-21 10:34:28 +05301959apps/erpnext/erpnext/controllers/buying_controller.py +33,From {0} | {1} {2},Siit {0} | {1} {2}
1960apps/erpnext/erpnext/public/js/hub/hub_listing.js +333,Removed from Favourites,Lemmikutest eemaldatud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301961DocType: Work Order Operation,Operation Description,Tööpõhimõte
1962apps/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.,Ei saa muuta Fiscal Year Alguse kuupäev ja Fiscal Year End Date kui majandusaasta on salvestatud.
1963DocType: Quotation,Shopping Cart,Ostukorv
Frappe PR Bot748c0242018-06-21 10:34:28 +05301964apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +42,Avg Daily Outgoing,Keskm Daily Väljuv
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301965DocType: POS Profile,Campaign,Kampaania
1966DocType: Supplier,Name and Type,Nimi ja tüüp
Frappe PR Bot748c0242018-06-21 10:34:28 +05301967apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.py +64,Approval Status must be 'Approved' or 'Rejected',Nõustumisstaatus tuleb &quot;Kinnitatud&quot; või &quot;Tõrjutud&quot;
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301968DocType: Physician,Contacts and Address,Kontaktid ja aadress
Frappe PR Bot748c0242018-06-21 10:34:28 +05301969DocType: Salary Structure,Max Benefits (Amount),Maksimaalsed hüvitised (summa)
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301970DocType: Purchase Invoice,Contact Person,Kontaktisik
1971apps/erpnext/erpnext/projects/doctype/task/task.py +38,'Expected Start Date' can not be greater than 'Expected End Date',&quot;Oodatud Start Date&quot; ei saa olla suurem kui &quot;Oodatud End Date&quot;
1972DocType: Course Scheduling Tool,Course End Date,Muidugi End Date
1973DocType: Holiday List,Holidays,Holidays
1974DocType: Sales Order Item,Planned Quantity,Planeeritud Kogus
1975DocType: Purchase Invoice Item,Item Tax Amount,Punkt maksusumma
1976DocType: Water Analysis,Water Analysis Criteria,Vee analüüsi kriteeriumid
1977DocType: Item,Maintain Stock,Säilitada Stock
1978DocType: Employee,Prefered Email,eelistatud Post
1979DocType: Student Admission,Eligibility and Details,Abikõlblikkus ja üksikasjad
Frappe PR Bot748c0242018-06-21 10:34:28 +05301980apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +92,Net Change in Fixed Asset,Net Change põhivarade
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301981DocType: Leave Control Panel,Leave blank if considered for all designations,"Jäta tühjaks, kui arvestada kõiki nimetusi"
Frappe PR Bot748c0242018-06-21 10:34:28 +05301982apps/erpnext/erpnext/controllers/accounts_controller.py +838,Charge of type 'Actual' in row {0} cannot be included in Item Rate,Laadige tüüp &quot;Tegelik&quot; in real {0} ei saa lisada Punkt Rate
1983apps/erpnext/erpnext/manufacturing/doctype/work_order/work_order.js +421,Max: {0},Max: {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301984apps/erpnext/erpnext/projects/report/daily_timesheet_summary/daily_timesheet_summary.py +24,From Datetime,Siit Date
Frappe PR Bot748c0242018-06-21 10:34:28 +05301985DocType: Shopify Settings,For Company,Sest Company
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301986apps/erpnext/erpnext/config/support.py +17,Communication log.,Side log.
1987apps/erpnext/erpnext/buying/doctype/request_for_quotation/request_for_quotation.py +195,"Request for Quotation is disabled to access from portal, for more check portal settings.","Hinnapäring on blokeeritud, et ligipääs portaali, rohkem kontrolli portaali seaded."
1988DocType: Supplier Scorecard Scoring Variable,Supplier Scorecard Scoring Variable,Tarnijate skoorikaardi skooride muutuja
Frappe PR Botb2a64d62018-05-16 10:46:11 +05301989apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +70,Buying Amount,Ostmine summa
Frappe PR Bot748c0242018-06-21 10:34:28 +05301990DocType: POS Closing Voucher,Modes of Payment,Makseviisid
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301991DocType: Sales Invoice,Shipping Address Name,Kohaletoimetamine Aadress Nimi
1992DocType: Material Request,Terms and Conditions Content,Tingimused sisu
1993apps/erpnext/erpnext/education/doctype/course_scheduling_tool/course_scheduling_tool.js +18,There were errors creating Course Schedule,Kurssiplaani loomine tekitas vigu
Frappe PR Botb2a64d62018-05-16 10:46:11 +05301994DocType: Department,The first Expense Approver in the list will be set as the default Expense Approver.,Nimekirja esimene kulude kinnitaja määratakse vaikimisi kulude kinnitajana.
1995apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +590,cannot be greater than 100,ei saa olla üle 100
Frappe PR Bot748c0242018-06-21 10:34:28 +05301996apps/erpnext/erpnext/stock/doctype/item/item.py +775,Item {0} is not a stock Item,Punkt {0} ei ole laos toode
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05301997DocType: Maintenance Visit,Unscheduled,Plaaniväline
1998DocType: Employee,Owned,Omanik
Frappe PR Bot748c0242018-06-21 10:34:28 +05301999DocType: Salary Component,Depends on Leave Without Pay,Oleneb palgata puhkust
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302000DocType: Pricing Rule,"Higher the number, higher the priority","Suurem arv, seda suurem on prioriteet"
2001,Purchase Invoice Trends,Ostuarve Trends
2002DocType: Employee,Better Prospects,Paremad väljavaated
Frappe PR Bot748c0242018-06-21 10:34:28 +05302003DocType: Travel Itinerary,Gluten Free,Gluteenivaba
2004apps/erpnext/erpnext/stock/doctype/batch/batch.py +222,"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","Row # {0}: Portsjoni {1} omab ainult {2} tk. Palun valige mõni teine partii, mis on {3} Kogus kättesaadav või jagada järjest mitmeks rida, et pakkuda / küsimust mitmed partiid"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302005DocType: Vehicle,License Plate,Numbrimärk
Frappe PR Bot748c0242018-06-21 10:34:28 +05302006apps/erpnext/erpnext/hr/doctype/department/department_tree.js +18,New Department,Uus osakond
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302007DocType: Appraisal,Goals,Eesmärgid
2008apps/erpnext/erpnext/selling/page/point_of_sale/point_of_sale.js +357,Select POS Profile,Vali POS profiil
2009DocType: Warranty Claim,Warranty / AMC Status,Garantii / AMC staatus
2010,Accounts Browser,Kontod Browser
2011DocType: Payment Entry Reference,Payment Entry Reference,Makse Entry Reference
2012DocType: GL Entry,GL Entry,GL Entry
Frappe PR Bot748c0242018-06-21 10:34:28 +05302013DocType: Support Search Source,Response Options,Vastamisvalikud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302014DocType: HR Settings,Employee Settings,Töötaja Seaded
Frappe PR Bot748c0242018-06-21 10:34:28 +05302015apps/erpnext/erpnext/templates/pages/integrations/gocardless_checkout.html +13,Loading Payment System,Maksesüsteemi laadimine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302016,Batch-Wise Balance History,Osakaupa Balance ajalugu
2017apps/erpnext/erpnext/accounts/doctype/cheque_print_template/cheque_print_template.js +73,Print settings updated in respective print format,Prindi seaded uuendatud vastava trükiformaadis
2018DocType: Package Code,Package Code,pakendikood
Frappe PR Bot748c0242018-06-21 10:34:28 +05302019apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +108,Apprentice,Praktikant
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302020DocType: Purchase Invoice,Company GSTIN,firma GSTIN
Frappe PR Botb2a64d62018-05-16 10:46:11 +05302021apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +106,Negative Quantity is not allowed,Negatiivne Kogus ei ole lubatud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302022DocType: Purchase Invoice Item,"Tax detail table fetched from item master as a string and stored in this field.
2023Used for Taxes and Charges",Maksu- detail tabelis tõmmatud kirje kapten string ja hoitakse selles valdkonnas. Kasutatakse maksud ja tasud
2024DocType: Supplier Scorecard Period,SSC-,SSC-
Frappe PR Bot748c0242018-06-21 10:34:28 +05302025apps/erpnext/erpnext/hr/doctype/employee/employee.py +159,Employee cannot report to himself.,Töötaja ei saa aru ise.
2026DocType: Leave Type,Max Leaves Allowed,Lubatud maksimaalsed lehed
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302027DocType: Account,"If the account is frozen, entries are allowed to restricted users.","Kui konto on külmutatud, kanded on lubatud piiratud kasutajatele."
2028DocType: Email Digest,Bank Balance,Bank Balance
Frappe PR Bot748c0242018-06-21 10:34:28 +05302029apps/erpnext/erpnext/accounts/party.py +252,Accounting Entry for {0}: {1} can only be made in currency: {2},Raamatupidamine kirjet {0} {1} saab teha ainult valuuta: {2}
Frappe PR Botb2a64d62018-05-16 10:46:11 +05302030DocType: HR Settings,Leave Approver Mandatory In Leave Application,Jäta taotleja heakskiit kohustuslikuks
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302031DocType: Job Opening,"Job profile, qualifications required etc.","Ametijuhendite, nõutav kvalifikatsioon jms"
2032DocType: Journal Entry Account,Account Balance,Kontojääk
Frappe PR Bot748c0242018-06-21 10:34:28 +05302033apps/erpnext/erpnext/config/accounts.py +189,Tax Rule for transactions.,Maksu- reegli tehingud.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302034DocType: Rename Tool,Type of document to rename.,Dokumendi liik ümber.
2035apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +53,{0} {1}: Customer is required against Receivable account {2},{0} {1}: Klient on kohustatud vastu võlgnevus konto {2}
2036DocType: Purchase Invoice,Total Taxes and Charges (Company Currency),Kokku maksud ja tasud (firma Valuuta)
2037DocType: Weather,Weather Parameter,Ilmaparameeter
2038apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.js +60,Show unclosed fiscal year's P&L balances,Näita sulgemata eelarve aasta P &amp; L saldod
Frappe PR Bot748c0242018-06-21 10:34:28 +05302039DocType: Item,Asset Naming Series,Varade nimede seeria
Frappe PR Bot59a2a652018-04-12 13:36:55 +05302040apps/erpnext/erpnext/public/js/hub/hub_form.js +336,Request a Quote,Küsi hinnapakkumist
Frappe PR Bot748c0242018-06-21 10:34:28 +05302041apps/erpnext/erpnext/regional/india/utils.py +170,House rented dates should be atleast 15 days apart,Maja renditud kuupäevad peaksid olema vähemalt 15 päeva kaugusel
2042DocType: Clinical Procedure Template,Collection Details,Kollektsiooni üksikasjad
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302043DocType: POS Profile,Allow Print Before Pay,Luba Prindi enne maksmist
2044DocType: Land Unit,Linked Soil Texture,Seotud mulla tekstuur
2045DocType: Shipping Rule,Shipping Account,Laevandus
2046apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +92,{0} {1}: Account {2} is inactive,{0} {1}: Konto {2} ei ole aktiivne
2047apps/erpnext/erpnext/utilities/activation.py +82,Make Sales Orders to help you plan your work and deliver on-time,Tee müügitellimuste aitavad teil planeerida oma tööd ja täitma-time
Frappe PR Bot748c0242018-06-21 10:34:28 +05302048DocType: Bank Statement Transaction Entry,Bank Transaction Entries,Pangatehingute sissekanded
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302049DocType: Quality Inspection,Readings,Näidud
2050DocType: Stock Entry,Total Additional Costs,Kokku Lisakulud
2051DocType: Course Schedule,SH,SH
2052DocType: BOM,Scrap Material Cost(Company Currency),Vanametalli materjali kulu (firma Valuuta)
Frappe PR Bot748c0242018-06-21 10:34:28 +05302053apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +69,Sub Assemblies,Sub Assemblies
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302054DocType: Asset,Asset Name,Asset Nimi
2055DocType: Project,Task Weight,ülesanne Kaal
2056DocType: Shipping Rule Condition,To Value,Hindama
2057DocType: Asset Movement,Stock Manager,Stock Manager
Frappe PR Bot748c0242018-06-21 10:34:28 +05302058apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +212,Source warehouse is mandatory for row {0},Allikas lattu on kohustuslik rida {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302059apps/erpnext/erpnext/accounts/doctype/payment_terms_template/payment_terms_template.py +38,The Payment Term at row {0} is possibly a duplicate.,Makse tähtaeg reas {0} on tõenäoliselt duplikaat.
2060apps/erpnext/erpnext/public/js/setup_wizard.js +30,Agriculture (beta),Põllumajandus (beetaversioon)
Frappe PR Botb2a64d62018-05-16 10:46:11 +05302061apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.js +873,Packing Slip,Pakkesedel
Frappe PR Bot748c0242018-06-21 10:34:28 +05302062apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +117,Office Rent,Office rent
Frappe PR Botb2a64d62018-05-16 10:46:11 +05302063apps/erpnext/erpnext/config/setup.py +105,Setup SMS gateway settings,Setup SMS gateway seaded
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302064DocType: Disease,Common Name,Üldnimetus
Frappe PR Bot748c0242018-06-21 10:34:28 +05302065DocType: Employee Boarding Activity,Employee Boarding Activity,Töötajate üritustegevus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302066apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.js +61,Import Failed!,Import ebaõnnestus!
2067apps/erpnext/erpnext/public/js/templates/address_list.html +20,No address added yet.,No aadress lisatakse veel.
Frappe PR Bot748c0242018-06-21 10:34:28 +05302068DocType: Tax Withholding Category,Withhold Cumulative Tax Amount On First Invoice After Threshold,Kumulatiivse maksumäära peatamine esimesel arvel pärast künnist
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302069DocType: Workstation Working Hour,Workstation Working Hour,Workstation töötunni
2070DocType: Vital Signs,Blood Pressure,Vererõhk
Frappe PR Bot748c0242018-06-21 10:34:28 +05302071apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +113,Analyst,Analüütik
2072apps/erpnext/erpnext/hr/doctype/employee_benefit_claim/employee_benefit_claim.py +20,{0} is not in a valid Payroll Period,{0} ei kehti kehtivas Palgaarvestusperioodis
2073DocType: Employee Benefit Application,Max Benefits (Yearly),Maksimaalsed hüved (aastased)
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302074DocType: Item,Inventory,Inventory
2075DocType: Item,Sales Details,Müük Üksikasjad
2076DocType: Quality Inspection,QI-,QI-
2077DocType: Opportunity,With Items,Objekte
2078DocType: Asset Maintenance,Maintenance Team,Hooldus meeskond
Frappe PR Bot748c0242018-06-21 10:34:28 +05302079DocType: Salary Component,Is Additional Component,On täiendav komponent
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302080apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +37,In Qty,In Kogus
2081DocType: Education Settings,Validate Enrolled Course for Students in Student Group,Kinnita registreerunud tudengitele Student Group
2082DocType: Notification Control,Expense Claim Rejected,Kulu väide lükati tagasi
2083DocType: Item,Item Attribute,Punkt Oskus
Frappe PR Bot748c0242018-06-21 10:34:28 +05302084apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +135,Government,Valitsus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302085apps/erpnext/erpnext/hr/doctype/vehicle_log/vehicle_log.py +40,Expense Claim {0} already exists for the Vehicle Log,Kuluhüvitussüsteeme {0} on juba olemas Sõiduki Logi
Frappe PR Bot748c0242018-06-21 10:34:28 +05302086DocType: Asset Movement,Source Location,Allika asukoht
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302087apps/erpnext/erpnext/public/js/setup_wizard.js +64,Institute Name,Instituudi Nimi
Frappe PR Botb2a64d62018-05-16 10:46:11 +05302088apps/erpnext/erpnext/hr/doctype/loan/loan.py +127,Please enter repayment Amount,Palun sisesta tagasimaksmise summa
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302089apps/erpnext/erpnext/config/stock.py +313,Item Variants,Punkt variandid
2090apps/erpnext/erpnext/public/js/setup_wizard.js +29,Services,Teenused
2091DocType: HR Settings,Email Salary Slip to Employee,E palgatõend töötajate
2092DocType: Cost Center,Parent Cost Center,Parent Cost Center
Frappe PR Bot748c0242018-06-21 10:34:28 +05302093apps/erpnext/erpnext/buying/doctype/request_for_quotation/request_for_quotation.js +1046,Select Possible Supplier,Vali Võimalik Tarnija
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302094DocType: Sales Invoice,Source,Allikas
2095DocType: Customer,"Select, to make the customer searchable with these fields","Valige, et klient saaks neid välju otsida"
Frappe PR Bot748c0242018-06-21 10:34:28 +05302096DocType: Shopify Settings,Import Delivery Notes from Shopify on Shipment,Impordi tarneteabe saatmine firmalt Shopify saadetisest
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302097apps/erpnext/erpnext/templates/pages/projects.html +31,Show closed,Näita suletud
2098DocType: Leave Type,Is Leave Without Pay,Kas palgata puhkust
Frappe PR Bot748c0242018-06-21 10:34:28 +05302099apps/erpnext/erpnext/stock/doctype/item/item.py +276,Asset Category is mandatory for Fixed Asset item,Põhivarakategoori on kohustuslik põhivara objektile
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302100DocType: Fee Validity,Fee Validity,Tasu kehtivus
2101apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +146,No records found in the Payment table,Salvestusi ei leitud Makseinfo tabelis
2102apps/erpnext/erpnext/education/utils.py +19,This {0} conflicts with {1} for {2} {3},See {0} konflikte {1} jaoks {2} {3}
2103DocType: Student Attendance Tool,Students HTML,õpilased HTML
2104DocType: POS Profile,Apply Discount,Kanna Soodus
2105DocType: GST HSN Code,GST HSN Code,GST HSN kood
2106DocType: Employee External Work History,Total Experience,Kokku Experience
2107apps/erpnext/erpnext/setup/doctype/email_digest/templates/default.html +70,Open Projects,Avatud projektid
Frappe PR Bot748c0242018-06-21 10:34:28 +05302108apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +297,Packing Slip(s) cancelled,Pakkesedel (s) tühistati
2109apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +90,Cash Flow from Investing,Rahavood investeerimistegevusest
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302110DocType: Program Course,Program Course,programmi käigus
Frappe PR Bot748c0242018-06-21 10:34:28 +05302111DocType: Healthcare Service Unit,Allow Appointments,Lubada kohtumisi
2112apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +106,Freight and Forwarding Charges,Kaubavedu ja Edasitoimetuskulude
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302113DocType: Homepage,Company Tagline for website homepage,Ettevõte motoga veebilehel kodulehekülg
2114DocType: Item Group,Item Group Name,Punkt Group Nimi
2115apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,Võtnud
2116DocType: Student,Date of Leaving,Lahkumise kuupäev
2117DocType: Pricing Rule,For Price List,Sest hinnakiri
2118apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +27,Executive Search,Executive Search
2119apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py +55,Setting defaults,Vaikeväärtuste seadistamine
2120apps/erpnext/erpnext/utilities/activation.py +63,Create Leads,Loo Leads
2121DocType: Maintenance Schedule,Schedules,Sõiduplaanid
2122apps/erpnext/erpnext/selling/page/point_of_sale/point_of_sale.js +472,POS Profile is required to use Point-of-Sale,POS-profiil on vajalik müügipunktide kasutamiseks
2123DocType: Purchase Invoice Item,Net Amount,Netokogus
Frappe PR Bot748c0242018-06-21 10:34:28 +05302124apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +143,{0} {1} has not been submitted so the action cannot be completed,{0} {1} ei ole esitatud nii toimingut ei saa lõpule
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302125DocType: Purchase Order Item Supplied,BOM Detail No,Bom Detail Ei
2126DocType: Landed Cost Voucher,Additional Charges,lisatasudeta
Frappe PR Bot748c0242018-06-21 10:34:28 +05302127DocType: Support Search Source,Result Route Field,Tulemuse marsruudi väli
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302128DocType: Purchase Invoice,Additional Discount Amount (Company Currency),Täiendav Allahindluse summa (firma Valuuta)
2129DocType: Supplier Scorecard,Supplier Scorecard,Tarnijate tulemuskaart
2130DocType: Plant Analysis,Result Datetime,Tulemus Datetime
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302131,Support Hour Distribution,Tugi jagamise aeg
2132DocType: Maintenance Visit,Maintenance Visit,Hooldus Külasta
2133DocType: Student,Leaving Certificate Number,Lõputunnistus arv
Frappe PR Bot748c0242018-06-21 10:34:28 +05302134apps/erpnext/erpnext/healthcare/doctype/patient_appointment/patient_appointment.py +60,"Appointment cancelled, Please review and cancel the invoice {0}",Ametikoht tühistatud. Palun vaadake ja tühjendage arve {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302135DocType: Sales Invoice Item,Available Batch Qty at Warehouse,Saadaval Partii Kogus lattu
2136apps/erpnext/erpnext/accounts/doctype/cheque_print_template/cheque_print_template.js +9,Update Print Format,Uuenda Print Format
Frappe PR Bot748c0242018-06-21 10:34:28 +05302137apps/erpnext/erpnext/hr/doctype/leave_encashment/leave_encashment.py +59,Leave Type {0} is not encashable,Väljastusviis {0} ei ole kaarekitav
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302138DocType: Landed Cost Voucher,Landed Cost Help,Maandus Cost Abi
2139DocType: Purchase Invoice,Select Shipping Address,Vali Shipping Address
2140DocType: Timesheet Detail,Expected Hrs,Oodatud hr
2141apps/erpnext/erpnext/config/non_profit.py +28,Memebership Details,Membrership üksikasjad
2142DocType: Leave Block List,Block Holidays on important days.,Block pühadel oluliste päeva.
2143apps/erpnext/erpnext/healthcare/doctype/lab_test/lab_test.js +220,Please input all required Result Value(s),Palun sisestage kõik vajalikud tulemused tulemus (ed)
Frappe PR Bot748c0242018-06-21 10:34:28 +05302144apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.js +119,Accounts Receivable Summary,Arved kokkuvõte
2145DocType: POS Closing Voucher,Linked Invoices,Seotud arve
Frappe PR Botb2a64d62018-05-16 10:46:11 +05302146DocType: Loan,Monthly Repayment Amount,Igakuine tagasimakse
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302147apps/erpnext/erpnext/accounts/doctype/opening_invoice_creation_tool/opening_invoice_creation_tool_dashboard.html +9,Opening Invoices,Arvelduste avamine
Frappe PR Bot748c0242018-06-21 10:34:28 +05302148DocType: Contract,Contract Details,Lepingu üksikasjad
2149apps/erpnext/erpnext/hr/doctype/employee/employee.py +206,Please set User ID field in an Employee record to set Employee Role,Palun määra Kasutaja ID väli töötaja rekord seada töötaja roll
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302150DocType: UOM,UOM Name,UOM nimi
2151DocType: GST HSN Code,HSN Code,HSN kood
Frappe PR Bot748c0242018-06-21 10:34:28 +05302152apps/erpnext/erpnext/selling/report/sales_person_wise_transaction_summary/sales_person_wise_transaction_summary.py +40,Contribution Amount,Panus summa
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302153DocType: Purchase Invoice,Shipping Address,Kohaletoimetamise aadress
2154DocType: 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.,See tööriist aitab teil värskendada või määrata koguse ja väärtuse hindamine varude süsteemi. See on tavaliselt kasutatakse sünkroonida süsteemi väärtused ja mida tegelikult olemas oma laod.
2155DocType: Delivery Note,In Words will be visible once you save the Delivery Note.,"Sõnades on nähtav, kui salvestate saateleht."
2156DocType: Expense Claim,EXP,kuni
Frappe PR Bot748c0242018-06-21 10:34:28 +05302157apps/erpnext/erpnext/erpnext_integrations/utils.py +22,Unverified Webhook Data,Kontrollimata Webhooki andmed
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302158DocType: Water Analysis,Container,Konteiner
2159apps/erpnext/erpnext/education/utils.py +50,Student {0} - {1} appears Multiple times in row {2} & {3},Student {0} - {1} esineb mitu korda järjest {2} ja {3}
2160DocType: Item Alternative,Two-way,Kahesuunaline
2161DocType: Project,Day to Send,Saatmise päev
2162DocType: Healthcare Settings,Manage Sample Collection,Proovikogumise haldamine
2163DocType: Production Plan,Ignore Existing Ordered Quantity,Olemasoleva tellitud koguse ignoreerimine
2164apps/erpnext/erpnext/setup/doctype/naming_series/naming_series.py +66,Please set the series to be used.,Palun määra kasutatud seeria.
2165DocType: Patient,Tobacco Past Use,Tubakas minevikus kasutamiseks
Frappe PR Bot748c0242018-06-21 10:34:28 +05302166DocType: Travel Itinerary,Mode of Travel,Reisi režiim
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302167DocType: Sales Invoice Item,Brand Name,Brändi nimi
2168DocType: Purchase Receipt,Transporter Details,Transporter Üksikasjad
2169apps/erpnext/erpnext/healthcare/doctype/physician/physician.py +55,User {0} is already assigned to Physician {1},Kasutaja {0} on juba määratud arstile {1}
Frappe PR Bot748c0242018-06-21 10:34:28 +05302170apps/erpnext/erpnext/accounts/page/pos/pos.js +2705,Default warehouse is required for selected item,Vaikimisi ladu valimiseks on vaja kirje
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302171apps/erpnext/erpnext/utilities/user_progress.py +146,Box,Box
Frappe PR Bot748c0242018-06-21 10:34:28 +05302172apps/erpnext/erpnext/buying/doctype/request_for_quotation/request_for_quotation.js +1043,Possible Supplier,võimalik Tarnija
Frappe PR Botb2a64d62018-05-16 10:46:11 +05302173DocType: Journal Entry,JV-RET-,JV-RET-
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302174DocType: Budget,Monthly Distribution,Kuu Distribution
2175apps/erpnext/erpnext/selling/doctype/sms_center/sms_center.py +68,Receiver List is empty. Please create Receiver List,Vastuvõtja nimekiri on tühi. Palun luua vastuvõtja loetelu
2176apps/erpnext/erpnext/public/js/setup_wizard.js +31,Healthcare (beta),Tervishoid (beetaversioon)
2177DocType: Production Plan Sales Order,Production Plan Sales Order,Tootmise kava Sales Order
2178DocType: Sales Partner,Sales Partner Target,Müük Partner Target
2179DocType: Loan Type,Maximum Loan Amount,Maksimaalne laenusumma
2180DocType: Pricing Rule,Pricing Rule,Hinnakujundus reegel
2181apps/erpnext/erpnext/education/doctype/student_group/student_group.py +58,Duplicate roll number for student {0},Duplicate valtsi arvu üliõpilaste {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302182apps/erpnext/erpnext/config/learn.py +197,Material Request to Purchase Order,Materjal Ostusoov Telli
2183DocType: Shopping Cart Settings,Payment Success URL,Makse Edu URL
Frappe PR Bot748c0242018-06-21 10:34:28 +05302184apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +79,Row # {0}: Returned Item {1} does not exists in {2} {3},Row # {0}: Tagastatud toode {1} ei eksisteeri {2} {3}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302185DocType: Purchase Receipt,PREC-,PREC-
2186apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +16,Bank Accounts,Bank Accounts
2187,Bank Reconciliation Statement,Bank Kooskõlastusõiendid
2188DocType: Consultation,Medical Coding,Meditsiiniline kodeerimine
2189DocType: Healthcare Settings,Reminder Message,Meelespea sõnum
2190,Lead Name,Plii nimi
2191,POS,POS
2192DocType: C-Form,III,III
2193apps/erpnext/erpnext/config/stock.py +318,Opening Stock Balance,Avamine laoseisu
Frappe PR Bot748c0242018-06-21 10:34:28 +05302194DocType: Asset Category Account,Capital Work In Progress Account,Kapitalitööde arvelduskonto
2195apps/erpnext/erpnext/assets/doctype/asset/asset.js +84,Asset Value Adjustment,Vara väärtuse korrigeerimine
2196DocType: Employee Incentive,Payroll Date,Palgaarvestuskuupäev
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302197apps/erpnext/erpnext/stock/doctype/item_attribute/item_attribute.py +58,{0} must appear only once,{0} peab olema ainult üks kord
2198apps/erpnext/erpnext/hr/doctype/leave_control_panel/leave_control_panel.py +59,Leaves Allocated Successfully for {0},Lehed Eraldatud edukalt {0}
2199apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +42,No Items to pack,"Ole tooteid, mida pakkida"
2200DocType: Shipping Rule Condition,From Value,Väärtuse
Frappe PR Bot748c0242018-06-21 10:34:28 +05302201apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +673,Manufacturing Quantity is mandatory,Tootmine Kogus on kohustuslikuks
2202apps/erpnext/erpnext/hr/doctype/salary_structure_assignment/salary_structure_assignment.py +37,To Date {0} cannot be after employee's relieving Date {1},Kuupäev {0} ei saa olla pärast töötaja vabastamist Kuupäev {1}
Frappe PR Botb2a64d62018-05-16 10:46:11 +05302203DocType: Loan,Repayment Method,tagasimaksmine meetod
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302204DocType: Products Settings,"If checked, the Home page will be the default Item Group for the website",Märkimise korral Kodulehekülg on vaikimisi Punkt Group kodulehel
2205DocType: Quality Inspection Reading,Reading 4,Lugemine 4
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302206apps/erpnext/erpnext/utilities/activation.py +118,"Students are at the heart of the system, add all your students","Õpilased on keskmes süsteem, lisada kõik oma õpilasi"
Frappe PR Bot748c0242018-06-21 10:34:28 +05302207apps/erpnext/erpnext/non_profit/report/expiring_memberships/expiring_memberships.py +16,Member ID,Liikme ID
2208DocType: Employee Tax Exemption Proof Submission,Monthly Eligible Amount,Igakuine abikõlblik summa
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302209apps/erpnext/erpnext/accounts/doctype/bank_reconciliation/bank_reconciliation.py +97,Row #{0}: Clearance date {1} cannot be before Cheque Date {2},Rida # {0} kliirens kuupäeva {1} ei saa enne tšeki kuupäev {2}
2210DocType: Asset Maintenance Task,Certificate Required,Nõutav sertifikaat
2211DocType: Company,Default Holiday List,Vaikimisi Holiday nimekiri
Frappe PR Bot748c0242018-06-21 10:34:28 +05302212DocType: Pricing Rule,Supplier Group,Tarnija rühm
2213apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +61,{0} Digest,{0} Digest
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302214apps/erpnext/erpnext/projects/doctype/timesheet/timesheet.py +196,Row {0}: From Time and To Time of {1} is overlapping with {2},Rida {0}: From ajal ja aeg {1} kattub {2}
Frappe PR Bot748c0242018-06-21 10:34:28 +05302215apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +152,Stock Liabilities,Stock Kohustused
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302216DocType: Purchase Invoice,Supplier Warehouse,Tarnija Warehouse
2217DocType: Opportunity,Contact Mobile No,Võta Mobiilne pole
Frappe PR Bot748c0242018-06-21 10:34:28 +05302218apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +53,Select Company,Vali ettevõte
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302219,Material Requests for which Supplier Quotations are not created,"Materjal taotlused, mis Tarnija tsitaadid ei ole loodud"
2220DocType: Student Report Generation Tool,Print Section,Prindi sektsioon
Frappe PR Bot748c0242018-06-21 10:34:28 +05302221DocType: Staffing Plan Detail,Estimated Cost Per Position,Hinnanguline kulu positsiooni kohta
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302222DocType: Student Group,Set 0 for no limit,Määra 0 piiranguid pole
Frappe PR Bot748c0242018-06-21 10:34:28 +05302223apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +198,The day(s) on which you are applying for leave are holidays. You need not apply for leave.,"Päev (ad), millal te taotlete puhkuse puhkepäevadel. Sa ei pea taotlema puhkust."
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302224apps/erpnext/erpnext/accounts/doctype/opening_invoice_creation_tool/opening_invoice_creation_tool.py +64,Row {idx}: {field} is required to create the Opening {invoice_type} Invoices,Rida {idx}: {field} on vajalik arvete avamise {invoice_type} loomiseks
2225DocType: Customer,Primary Address and Contact Detail,Peamine aadress ja kontaktandmed
2226apps/erpnext/erpnext/accounts/doctype/payment_request/payment_request.js +20,Resend Payment Email,Saada uuesti Makse Email
2227apps/erpnext/erpnext/templates/pages/projects.html +27,New task,Uus ülesanne
Frappe PR Bot748c0242018-06-21 10:34:28 +05302228DocType: Clinical Procedure,Appointment,Ametisse nimetamine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302229apps/erpnext/erpnext/utilities/activation.py +74,Make Quotation,Tee Tsitaat
2230apps/erpnext/erpnext/config/education.py +230,Other Reports,Teised aruanded
2231apps/erpnext/erpnext/public/js/setup_wizard.js +39,Please select at least one domain.,Valige vähemalt üks domeen.
2232DocType: Dependent Task,Dependent Task,Sõltub Task
Frappe PR Bot748c0242018-06-21 10:34:28 +05302233DocType: Shopify Settings,Shopify Tax Account,Shopifyi maksukonto
2234apps/erpnext/erpnext/stock/doctype/item/item.py +459,Conversion factor for default Unit of Measure must be 1 in row {0},Muundustegurit Vaikemõõtühik peab olema 1 rida {0}
2235apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +265,Leave of type {0} cannot be longer than {1},Jäta tüüpi {0} ei saa olla pikem kui {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302236DocType: Manufacturing Settings,Try planning operations for X days in advance.,Proovige plaanis operatsioonide X päeva ette.
Frappe PR Bot748c0242018-06-21 10:34:28 +05302237apps/erpnext/erpnext/hr/doctype/staffing_plan/staffing_plan.py +90,"{0} vacancies and {1} budget for {2} already planned for subsidiary companies of {3}. \
2238 You can only plan for upto {4} vacancies and and budget {5} as per staffing plan {6} for parent company {3}.",{0} vabade töökohtade ja {1} {3} eelarve juba {3} jaoks tütarettevõtete jaoks kavandatud. \ Saate plaanida kuni {4} vabade ja {5} eelarve (6) emaettevõtte {3} jaoks vastavalt personaliplaanile {6}.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302239DocType: HR Settings,Stop Birthday Reminders,Stopp Sünnipäev meeldetuletused
Frappe PR Bot748c0242018-06-21 10:34:28 +05302240apps/erpnext/erpnext/hr/doctype/payroll_entry/payroll_entry.py +239,Please set Default Payroll Payable Account in Company {0},Palun määra Vaikimisi palgaarvestuse tasulised konto Company {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302241DocType: SMS Center,Receiver List,Vastuvõtja loetelu
Frappe PR Bot748c0242018-06-21 10:34:28 +05302242apps/erpnext/erpnext/accounts/page/pos/pos.js +1102,Search Item,Otsi toode
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302243DocType: Payment Schedule,Payment Amount,Makse summa
2244DocType: Patient Appointment,Referring Physician,Viidates arstile
Frappe PR Bot748c0242018-06-21 10:34:28 +05302245apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +47,Consumed Amount,Tarbitud
2246apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +69,Net Change in Cash,Net muutus Cash
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302247DocType: Assessment Plan,Grading Scale,hindamisskaala
Frappe PR Bot748c0242018-06-21 10:34:28 +05302248apps/erpnext/erpnext/stock/doctype/item/item.py +453,Unit of Measure {0} has been entered more than once in Conversion Factor Table,Mõõtühik {0} on kantud rohkem kui üks kord Conversion Factor tabel
2249apps/erpnext/erpnext/manufacturing/doctype/work_order/work_order.py +696,Already completed,juba lõpetatud
Frappe PR Botb2a64d62018-05-16 10:46:11 +05302250apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +34,Stock In Hand,Stock In Hand
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302251apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.js +64,Import Successful!,Import edukas!
2252apps/erpnext/erpnext/accounts/doctype/payment_request/payment_request.py +29,Payment Request already exists {0},Maksenõudekäsule juba olemas {0}
2253apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +27,Cost of Issued Items,Kulud Väljastatud Esemed
2254DocType: Physician,Hospital,Haigla
Frappe PR Bot748c0242018-06-21 10:34:28 +05302255apps/erpnext/erpnext/manufacturing/doctype/work_order/work_order.js +424,Quantity must not be more than {0},Kogus ei tohi olla rohkem kui {0}
2256DocType: Travel Request Costing,Funded Amount,Rahastatud summa
2257apps/erpnext/erpnext/accounts/report/balance_sheet/balance_sheet.py +118,Previous Financial Year is not closed,Eelmisel majandusaastal ei ole suletud
2258apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.py +69,Age (Days),Vanus (päevad)
2259DocType: Additional Salary,Additional Salary,Täiendav palk
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302260DocType: Quotation Item,Quotation Item,Tsitaat toode
2261DocType: Customer,Customer POS Id,Kliendi POS Id
2262DocType: Account,Account Name,Kasutaja nimi
Frappe PR Bot748c0242018-06-21 10:34:28 +05302263apps/erpnext/erpnext/hr/doctype/salary_structure/salary_structure.js +486,From Date cannot be greater than To Date,Siit kuupäev ei saa olla suurem kui kuupäev
2264apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +201,Serial No {0} quantity {1} cannot be a fraction,Serial nr {0} kogust {1} ei saa olla vaid murdosa
Frappe PR Bot59a2a652018-04-12 13:36:55 +05302265apps/erpnext/erpnext/erpnext_integrations/doctype/woocommerce_settings/woocommerce_settings.py +96,Please enter Woocommerce Server URL,Palun sisestage Woocommerce Serveri URL
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302266DocType: Purchase Order Item,Supplier Part Number,Tarnija osa number
Frappe PR Bot748c0242018-06-21 10:34:28 +05302267apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +124,Conversion rate cannot be 0 or 1,Ümberarvestuskursi ei saa olla 0 või 1
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302268DocType: Share Balance,To No,Ei
Frappe PR Bot748c0242018-06-21 10:34:28 +05302269apps/erpnext/erpnext/hr/doctype/employee_onboarding/employee_onboarding.py +26,All the mandatory Task for employee creation hasn't been done yet.,Kogu kohustuslik töötaja loomise ülesanne ei ole veel tehtud.
2270apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +231,{0} {1} is cancelled or stopped,{0} {1} on tühistatud või peatatud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302271DocType: Accounts Settings,Credit Controller,Krediidi Controller
Frappe PR Botb2a64d62018-05-16 10:46:11 +05302272DocType: Loan,Applicant Type,Taotleja tüüp
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302273DocType: Purchase Invoice,03-Deficiency in services,03 - teenuste puudujääk
2274DocType: Delivery Note,Vehicle Dispatch Date,Sõidukite Dispatch Date
2275DocType: Healthcare Settings,Default Medical Code Standard,Vaikimisi meditsiinikood standard
2276DocType: Purchase Invoice Item,HSN/SAC,HSN / SAC
Frappe PR Bot748c0242018-06-21 10:34:28 +05302277apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +253,Purchase Receipt {0} is not submitted,Ostutšekk {0} ei ole esitatud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302278DocType: Company,Default Payable Account,Vaikimisi on tasulised konto
2279apps/erpnext/erpnext/config/website.py +17,"Settings for online shopping cart such as shipping rules, price list etc.","Seaded online ostukorv nagu laevandus reeglid, hinnakirja jm"
2280apps/erpnext/erpnext/controllers/website_list_for_contact.py +113,{0}% Billed,{0}% Maksustatakse
2281apps/erpnext/erpnext/stock/report/stock_projected_qty/stock_projected_qty.py +18,Reserved Qty,Reserved Kogus
2282DocType: Party Account,Party Account,Partei konto
Frappe PR Bot748c0242018-06-21 10:34:28 +05302283apps/erpnext/erpnext/hr/doctype/staffing_plan/staffing_plan.py +142,Please select Company and Designation,Palun vali ettevõte ja nimetus
Frappe PR Botb2a64d62018-05-16 10:46:11 +05302284apps/erpnext/erpnext/config/setup.py +116,Human Resources,Inimressursid
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302285DocType: Lead,Upper Income,Ülemine tulu
2286apps/erpnext/erpnext/education/doctype/student_applicant/student_applicant.js +17,Reject,tagasi lükkama
2287DocType: Journal Entry Account,Debit in Company Currency,Deebetkaart Company Valuuta
2288DocType: BOM Item,BOM Item,Bom toode
2289DocType: Appraisal,For Employee,Töötajate
Frappe PR Botb2a64d62018-05-16 10:46:11 +05302290apps/erpnext/erpnext/hr/doctype/loan/loan.js +69,Make Disbursement Entry,Tee väljamakse Entry
Frappe PR Bot748c0242018-06-21 10:34:28 +05302291apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +170,Row {0}: Advance against Supplier must be debit,Row {0}: Advance vastu Tarnija tuleb debiteerida
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302292DocType: Company,Default Values,Vaikeväärtused
Frappe PR Bot748c0242018-06-21 10:34:28 +05302293DocType: Certification Application,INR,INR
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302294DocType: Expense Claim,Total Amount Reimbursed,Hüvitatud kogusummast
2295apps/erpnext/erpnext/hr/doctype/vehicle/vehicle_dashboard.py +5,This is based on logs against this Vehicle. See timeline below for details,See põhineb palke vastu Vehicle. Vaata ajakava allpool lähemalt
Frappe PR Bot748c0242018-06-21 10:34:28 +05302296apps/erpnext/erpnext/hr/doctype/job_opening/job_opening.py +46,"Job Openings for designation {0} already open \
2297 or hiring completed as per Staffing Plan {1}",Ametikohtade loetelud {0} juba avatud või töölevõtmise kohta vastavalt personaliplaanile {1}
2298apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +106,Against Supplier Invoice {0} dated {1},Vastu Tarnija Arve {0} dateeritud {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302299DocType: Customer,Default Price List,Vaikimisi hinnakiri
Frappe PR Bot748c0242018-06-21 10:34:28 +05302300apps/erpnext/erpnext/assets/doctype/asset/asset.py +460,Asset Movement record {0} created,Asset Liikumine rekord {0} loodud
2301apps/erpnext/erpnext/utilities/page/leaderboard/leaderboard.js +175,No items found.,Ühtegi toodet pole leitud.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302302apps/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,Sa ei saa kustutada eelarveaastal {0}. Eelarveaastal {0} on määratud vaikimisi Global Settings
Frappe PR Bot748c0242018-06-21 10:34:28 +05302303DocType: Share Transfer,Equity/Liability Account,Omakapitali / vastutuse konto
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302304apps/erpnext/erpnext/setup/doctype/customer_group/customer_group.py +20,A customer with the same name already exists,Sama nimega klient on juba olemas
Frappe PR Bot748c0242018-06-21 10:34:28 +05302305DocType: Contract,Inactive,Mitteaktiivne
2306apps/erpnext/erpnext/hr/doctype/payroll_entry/payroll_entry.js +193,This will submit Salary Slips and create accrual Journal Entry. Do you want to proceed?,See esitab Palkade loendused ja loob kogunenud ajakirja kande. Kas soovite jätkata?
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302307DocType: Purchase Invoice,Total Net Weight,Netokaal kokku
Frappe PR Bot59a2a652018-04-12 13:36:55 +05302308DocType: Purchase Order,Order Confirmation No,Telli kinnitus nr
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302309DocType: Purchase Invoice,Eligibility For ITC,ITC-le sobivus
2310DocType: Journal Entry,Entry Type,Entry Type
2311,Customer Credit Balance,Kliendi kreeditjääk
Frappe PR Bot748c0242018-06-21 10:34:28 +05302312apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +82,Net Change in Accounts Payable,Net Change kreditoorse võlgnevuse
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302313apps/erpnext/erpnext/regional/report/fichier_des_ecritures_comptables_[fec]/fichier_des_ecritures_comptables_[fec].py +48,EcritureLet,EcritureLet
Frappe PR Bot748c0242018-06-21 10:34:28 +05302314apps/erpnext/erpnext/selling/doctype/customer/customer.py +213,Credit limit has been crossed for customer {0} ({1}/{2}),Krediidilimiit on klientidele {0} ({1} / {2}) ületatud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302315apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +42,Customer required for 'Customerwise Discount',Kliendi vaja &quot;Customerwise Discount&quot;
Frappe PR Bot748c0242018-06-21 10:34:28 +05302316apps/erpnext/erpnext/config/accounts.py +146,Update bank payment dates with journals.,Uuenda panga maksepäeva ajakirjadega.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302317apps/erpnext/erpnext/stock/doctype/item/item_dashboard.py +21,Pricing,hinnapoliitika
2318DocType: Quotation,Term Details,Term Details
Frappe PR Bot748c0242018-06-21 10:34:28 +05302319DocType: Employee Incentive,Employee Incentive,Employee Incentive
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302320apps/erpnext/erpnext/education/doctype/student_group/student_group.py +30,Cannot enroll more than {0} students for this student group.,Ei saa registreeruda rohkem kui {0} õpilasi tudeng rühm.
2321apps/erpnext/erpnext/templates/print_formats/includes/total.html +4,Total (Without Tax),Kokku (maksudeta)
2322apps/erpnext/erpnext/crm/report/campaign_efficiency/campaign_efficiency.py +17,Lead Count,Lead Krahv
Frappe PR Botb2a64d62018-05-16 10:46:11 +05302323apps/erpnext/erpnext/stock/report/item_price_stock/item_price_stock.py +36,Stock Available,Varu saadaval
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302324DocType: Manufacturing Settings,Capacity Planning For (Days),Maht planeerimist (päevad)
2325apps/erpnext/erpnext/buying/doctype/supplier/supplier_dashboard.py +10,Procurement,hankimine
Frappe PR Botb2a64d62018-05-16 10:46:11 +05302326apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +67,None of the items have any change in quantity or value.,Ükski esemed on mingeid muutusi kogus või väärtus.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302327apps/erpnext/erpnext/education/doctype/program_enrollment_tool/program_enrollment_tool.py +17,Mandatory field - Program,Kohustuslik väli - Program
2328DocType: Special Test Template,Result Component,Tulemuskomponent
2329apps/erpnext/erpnext/maintenance/doctype/maintenance_visit/maintenance_visit.js +46,Warranty Claim,Garantiinõudest
2330,Lead Details,Plii Üksikasjad
2331DocType: Volunteer,Availability and Skills,Kättesaadavus ja oskused
2332DocType: Salary Slip,Loan repayment,laenu tagasimaksmine
Frappe PR Bot748c0242018-06-21 10:34:28 +05302333DocType: Share Transfer,Asset Account,Varakonto
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302334DocType: Purchase Invoice,End date of current invoice's period,Lõppkuupäev jooksva arve on periood
2335DocType: Pricing Rule,Applicable For,Kohaldatav
2336DocType: Lab Test,Technician Name,Tehniku nimi
2337DocType: Accounts Settings,Unlink Payment on Cancellation of Invoice,Lingi eemaldada Makse tühistamine Arve
2338apps/erpnext/erpnext/hr/doctype/vehicle_log/vehicle_log.py +16,Current Odometer reading entered should be greater than initial Vehicle Odometer {0},Praegune Läbisõit sisestatud peaks olema suurem kui algne Sõiduki odomeetri {0}
2339DocType: Restaurant Reservation,No Show,Ei näita
2340DocType: Shipping Rule Country,Shipping Rule Country,Kohaletoimetamine Reegel Riik
2341apps/erpnext/erpnext/hr/doctype/employee/employee_dashboard.py +10,Leave and Attendance,Jätke ja osavõtt
Frappe PR Bot748c0242018-06-21 10:34:28 +05302342DocType: Asset,Comprehensive Insurance,Põhjalik kindlustus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302343DocType: Maintenance Visit,Partially Completed,Osaliselt täidetud
Frappe PR Bot748c0242018-06-21 10:34:28 +05302344apps/erpnext/erpnext/healthcare/setup.py +258,Moderate Sensitivity,Mõõdukas tundlikkus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302345DocType: Leave Type,Include holidays within leaves as leaves,Kaasa pühade jooksul lehed nagu lehed
2346DocType: Sales Invoice,Packed Items,Pakitud Esemed
Frappe PR Bot748c0242018-06-21 10:34:28 +05302347DocType: Contract,Contract Period,Lepinguperiood
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302348apps/erpnext/erpnext/config/support.py +27,Warranty Claim against Serial No.,Garantiinõudest vastu Serial No.
Frappe PR Botb2a64d62018-05-16 10:46:11 +05302349apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +215,'Total',&quot;Kokku&quot;
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302350DocType: Employee,Permanent Address,püsiaadress
Frappe PR Bot748c0242018-06-21 10:34:28 +05302351apps/erpnext/erpnext/hr/utils.py +144,From date can not be less than employee's joining date,Alates kuupäevast ei saa olla väiksem kui töötaja liitumise kuupäev
2352apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +292,"Advance paid against {0} {1} cannot be greater \
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302353 than Grand Total {2}","Ettemaks, vastase {0} {1} ei saa olla suurem \ kui Grand Total {2}"
2354DocType: Consultation,Medication,Ravimid
2355DocType: Production Plan,Include Non Stock Items,Kaasa mitteosalevaid kaupu
2356DocType: Project Update,Challenging/Slow,Väljakutse / aeglane
2357apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py +147,Please select item code,Palun valige objekti kood
2358DocType: Student Sibling,Studying in Same Institute,Õppimine Sama Instituut
Frappe PR Bot748c0242018-06-21 10:34:28 +05302359DocType: Leave Type,Earned Leave,Teenitud puhkus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302360DocType: Territory,Territory Manager,Territoorium Manager
2361DocType: Packed Item,To Warehouse (Optional),Et Warehouse (valikuline)
2362DocType: GST Settings,GST Accounts,GST kontod
2363DocType: Payment Entry,Paid Amount (Company Currency),Paide summa (firma Valuuta)
2364DocType: Purchase Invoice,Additional Discount,Täiendav Soodus
2365DocType: Selling Settings,Selling Settings,Müük Seaded
Frappe PR Bot748c0242018-06-21 10:34:28 +05302366apps/erpnext/erpnext/hub_node/doctype/hub_settings/hub_settings.js +109,Confirm Action,Kinnita toimingut
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302367apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +39,Online Auctions,Online Oksjonid
Frappe PR Botb2a64d62018-05-16 10:46:11 +05302368apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +101,Please specify either Quantity or Valuation Rate or both,Palun täpsustage kas Kogus või Hindamine Rate või nii
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302369apps/erpnext/erpnext/selling/doctype/sales_order/sales_order_dashboard.py +18,Fulfillment,täitmine
2370apps/erpnext/erpnext/templates/generators/item.html +82,View in Cart,Vaata Ostukorv
Frappe PR Bot748c0242018-06-21 10:34:28 +05302371apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +110,Marketing Expenses,Turundus kulud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302372,Item Shortage Report,Punkt Puuduse aruanne
2373apps/erpnext/erpnext/education/doctype/assessment_criteria/assessment_criteria.py +15,Can't create standard criteria. Please rename the criteria,Ei suuda luua standardseid kriteeriume. Palun nimetage kriteeriumid ümber
Frappe PR Bot748c0242018-06-21 10:34:28 +05302374apps/erpnext/erpnext/stock/doctype/item/item.js +342,"Weight is mentioned,\nPlease mention ""Weight UOM"" too","Kaal on mainitud, \ nKui mainida &quot;Kaal UOM&quot; liiga"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302375DocType: Stock Entry Detail,Material Request used to make this Stock Entry,Materjal taotlus kasutatakse selle Stock Entry
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302376DocType: Student Group Creation Tool,Separate course based Group for every Batch,Eraldi muidugi põhineb Group iga partii
2377apps/erpnext/erpnext/config/support.py +32,Single unit of an Item.,Single üksuse objekt.
2378DocType: Fee Category,Fee Category,Fee Kategooria
2379DocType: Agriculture Task,Next Business Day,Järgmine tööpäev
Frappe PR Bot748c0242018-06-21 10:34:28 +05302380apps/erpnext/erpnext/hr/doctype/leave_application/leave_application_dashboard.html +3,Allocated Leaves,Eraldatud lehed
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302381DocType: Drug Prescription,Dosage by time interval,Annustamine ajaintervallina
2382DocType: Cash Flow Mapper,Section Header,Jaotis Pealkiri
2383,Student Fee Collection,Student maksukogumissüsteemidega
2384apps/erpnext/erpnext/healthcare/doctype/physician_schedule/physician_schedule.js +24,Appointment Duration (mins),Ametisse nimetamise kestus (min)
2385DocType: Accounts Settings,Make Accounting Entry For Every Stock Movement,Tee Raamatupidamine kirje Iga varude liikumist
2386DocType: Leave Allocation,Total Leaves Allocated,Kokku Lehed Eraldatud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302387apps/erpnext/erpnext/public/js/setup_wizard.js +145,Please enter valid Financial Year Start and End Dates,Palun sisesta kehtivad majandusaasta algus- ja lõppkuupäev
2388DocType: Employee,Date Of Retirement,Kuupäev pensionile
2389DocType: Upload Attendance,Get Template,Võta Mall
Frappe PR Bot748c0242018-06-21 10:34:28 +05302390DocType: Additional Salary Component,Additional Salary Component,Täiendav palgakomponent
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302391DocType: Material Request,Transferred,üle
2392DocType: Vehicle,Doors,Uksed
Frappe PR Botb2a64d62018-05-16 10:46:11 +05302393apps/erpnext/erpnext/setup/setup_wizard/operations/defaults_setup.py +113,ERPNext Setup Complete!,ERPNext Setup Complete!
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302394DocType: Healthcare Settings,Collect Fee for Patient Registration,Koguge tasu patsiendi registreerimiseks
Frappe PR Bot748c0242018-06-21 10:34:28 +05302395apps/erpnext/erpnext/stock/doctype/item/item.py +694,Cannot change Attributes after stock transaction. Make a new Item and transfer stock to the new Item,Ei saa muuta atribuute pärast aktsiatehingut. Tehke uus üksus ja kandke uus toode uuele postile
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302396DocType: Course Assessment Criteria,Weightage,Weightage
2397DocType: Purchase Invoice,Tax Breakup,Maksu- väljasõit
2398DocType: Packing Slip,PS-,PS
2399DocType: Member,Non Profit Member,Mittekasutav liige
2400apps/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}: Cost Center on vajalik kasumi ja kahjumi &quot;kontole {2}. Palun luua vaikimisi Cost Center for Company.
2401DocType: Payment Schedule,Payment Term,Maksetähtaeg
2402apps/erpnext/erpnext/selling/doctype/customer/customer.py +160,A Customer Group exists with same name please change the Customer name or rename the Customer Group,Kliendi Group olemas sama nimega siis muuta kliendi nimi või ümber Kliendi Group
2403DocType: Land Unit,Area,Ala
2404apps/erpnext/erpnext/public/js/templates/contact_list.html +37,New Contact,New Contact
2405DocType: Territory,Parent Territory,Parent Territory
2406DocType: Purchase Invoice,Place of Supply,Tarne koht
2407DocType: Quality Inspection Reading,Reading 2,Lugemine 2
Frappe PR Bot748c0242018-06-21 10:34:28 +05302408apps/erpnext/erpnext/hr/doctype/employee_benefit_application/employee_benefit_application.py +98,Employee {0} already submited an apllication {1} for the payroll period {2},Töötaja {0} on juba esitanud apllication {1} palgaarvestusperioodi kohta {2}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302409DocType: Stock Entry,Material Receipt,Materjal laekumine
Frappe PR Bot748c0242018-06-21 10:34:28 +05302410DocType: Bank Statement Transaction Entry,Submit/Reconcile Payments,Esitage / Kohanda makseid
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302411DocType: Homepage,Products,Tooted
2412DocType: Announcement,Instructor,juhendaja
2413apps/erpnext/erpnext/projects/doctype/timesheet/timesheet.js +95,Select Item (optional),Valige üksus (valikuline)
2414DocType: Fee Schedule Student Group,Fee Schedule Student Group,Tasu graafik õpilaste rühma
2415DocType: Student,AB+,AB +
2416DocType: Item,"If this item has variants, then it cannot be selected in sales orders etc.","Kui see toode on variandid, siis ei saa valida müügi korraldusi jms"
2417DocType: Lead,Next Contact By,Järgmine kontakteeruda
Frappe PR Bot748c0242018-06-21 10:34:28 +05302418DocType: Compensatory Leave Request,Compensatory Leave Request,Hüvitise saamise taotlus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302419apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +325,Quantity required for Item {0} in row {1},Kogus vaja Punkt {0} järjest {1}
2420apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +45,Warehouse {0} can not be deleted as quantity exists for Item {1},"Ladu {0} ei saa kustutada, kui kvantiteet on olemas Punkt {1}"
Frappe PR Bot748c0242018-06-21 10:34:28 +05302421DocType: Blanket Order,Order Type,Tellimus Type
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302422,Item-wise Sales Register,Punkt tark Sales Registreeri
2423DocType: Asset,Gross Purchase Amount,Gross ostusumma
2424apps/erpnext/erpnext/utilities/user_progress.py +39,Opening Balances,Avamissaldod
2425DocType: Asset,Depreciation Method,Amortisatsioonimeetod
2426DocType: Purchase Taxes and Charges,Is this Tax included in Basic Rate?,See sisaldab käibemaksu Basic Rate?
Frappe PR Bot748c0242018-06-21 10:34:28 +05302427apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.py +58,Total Target,Kokku Target
2428apps/erpnext/erpnext/hr/doctype/employee/employee.py +25,Please setup Employee Naming System in Human Resource &gt; HR Settings,Palun seadke töötaja nimesüsteem inimressurss&gt; HR-seaded
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302429DocType: Soil Texture,Sand Composition (%),Liiva koostis (%)
2430DocType: Job Applicant,Applicant for a Job,Taotleja Töö
2431DocType: Production Plan Material Request,Production Plan Material Request,Tootmise kava Materjal taotlus
Frappe PR Bot748c0242018-06-21 10:34:28 +05302432DocType: Purchase Invoice,Release Date,Väljalaske kuupäev
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302433DocType: Stock Reconciliation,Reconciliation JSON,Leppimine JSON
2434apps/erpnext/erpnext/accounts/report/financial_statements.html +3,Too many columns. Export the report and print it using a spreadsheet application.,Liiga palju veerge. Eksport aruande ja printida tabelarvutuse rakenduse.
2435DocType: Purchase Invoice Item,Batch No,Partii ei
Frappe PR Botb2a64d62018-05-16 10:46:11 +05302436apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +27,Employee Advances,Töötaja ettemaksed
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302437DocType: Selling Settings,Allow multiple Sales Orders against a Customer's Purchase Order,Laske mitu müügitellimuste vastu Kliendi ostutellimuse
2438DocType: Student Group Instructor,Student Group Instructor,Student Group juhendaja
2439DocType: Grant Application,Assessment Mark (Out of 10),Hindamismärk (10-st)
2440apps/erpnext/erpnext/education/report/student_and_guardian_contact_details/student_and_guardian_contact_details.py +61,Guardian2 Mobile No,Guardian2 Mobile nr
Frappe PR Bot748c0242018-06-21 10:34:28 +05302441apps/erpnext/erpnext/setup/doctype/company/company.py +257,Main,Main
2442apps/erpnext/erpnext/stock/doctype/item/item.js +74,Variant,Variant
2443apps/erpnext/erpnext/controllers/status_updater.py +163,"For an item {0}, quantity must be negative number",Elemendi {0} jaoks peab kogus olema negatiivne
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302444DocType: Naming Series,Set prefix for numbering series on your transactions,Määra eesliide numeratsiooni seeria oma tehingute
2445DocType: Employee Attendance Tool,Employees HTML,Töötajad HTML
Frappe PR Bot748c0242018-06-21 10:34:28 +05302446apps/erpnext/erpnext/stock/doctype/item/item.py +473,Default BOM ({0}) must be active for this item or its template,Vaikimisi Bom ({0}) peab olema aktiivne selle objekt või selle malli
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302447DocType: Employee,Leave Encashed?,Jäta realiseeritakse?
2448apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +32,Opportunity From field is mandatory,Opportunity From väli on kohustuslik
2449DocType: Email Digest,Annual Expenses,Aastane kulu
2450DocType: Item,Variants,Variante
Frappe PR Botb2a64d62018-05-16 10:46:11 +05302451apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +1168,Make Purchase Order,Tee Ostutellimuse
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302452DocType: SMS Center,Send To,Saada
Frappe PR Bot748c0242018-06-21 10:34:28 +05302453apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +209,There is not enough leave balance for Leave Type {0},Ei ole piisavalt puhkust tasakaalu Jäta tüüp {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302454DocType: Payment Reconciliation Payment,Allocated amount,Eraldatud summa
2455DocType: Sales Team,Contribution to Net Total,Panus Net kokku
2456DocType: Sales Invoice Item,Customer's Item Code,Kliendi Kood
2457DocType: Stock Reconciliation,Stock Reconciliation,Stock leppimise
2458DocType: Territory,Territory Name,Territoorium nimi
Frappe PR Bot748c0242018-06-21 10:34:28 +05302459apps/erpnext/erpnext/manufacturing/doctype/work_order/work_order.py +211,Work-in-Progress Warehouse is required before Submit,Lõpetamata Progress Warehouse on vaja enne Esita
Frappe PR Botb2a64d62018-05-16 10:46:11 +05302460apps/erpnext/erpnext/accounts/doctype/subscription/subscription.py +77,You can only have Plans with the same billing cycle in a Subscription,"Tellimusel on võimalik vaid Planeeringuid, millel on sama arveldustsükkel"
Frappe PR Bot748c0242018-06-21 10:34:28 +05302461DocType: Bank Statement Transaction Settings Item,Mapped Data,Märgitud andmed
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302462DocType: Purchase Order Item,Warehouse and Reference,Lao- ja seletused
Frappe PR Bot748c0242018-06-21 10:34:28 +05302463DocType: Payroll Period Date,Payroll Period Date,Palgaarvestuse perioodi kuupäev
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302464DocType: Supplier,Statutory info and other general information about your Supplier,Kohustuslik info ja muud üldist infot oma Tarnija
Frappe PR Bot748c0242018-06-21 10:34:28 +05302465apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +520,You have to Deduct Tax for Unsubmitted Tax Exemption Proof and Unclaimed Employee Benefits in the last Salary Slip of Payroll Period,Te peate maha arvata maksuvabastuse tõendamata ja taotlemata töötaja hüvitised töötasu perioodi viimasel palgatõusul
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302466DocType: Item,Serial Nos and Batches,Serial Nos ning partiid
2467apps/erpnext/erpnext/education/report/student_batch_wise_attendance/student_batch_wise_attendance.py +42,Student Group Strength,Student Group Tugevus
Frappe PR Bot748c0242018-06-21 10:34:28 +05302468apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +262,Against Journal Entry {0} does not have any unmatched {1} entry,Vastu päevikusissekanne {0} ei ole mingit tasakaalustamata {1} kirje
2469apps/erpnext/erpnext/hr/doctype/staffing_plan/staffing_plan.py +113,"Subsidiary companies have already planned for {1} vacancies at a budget of {2}. \
2470 Staffing Plan for {0} should allocate more vacancies and budget for {3} than planned for its subsidiary companies","Tütarettevõtted on {1} vabade töökohtade jaoks kavandanud {2} eelarve. \ Personaliplaan {0} jaoks peaks tütarettevõtetele eraldama rohkem vabu töökohti ja eelarve {3} jaoks, kui on kavandatud"
2471apps/erpnext/erpnext/config/hr.py +166,Appraisals,hindamisest
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302472apps/erpnext/erpnext/hr/doctype/training_program/training_program_dashboard.py +8,Training Events,Koolitusüritused
Frappe PR Bot748c0242018-06-21 10:34:28 +05302473apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +208,Duplicate Serial No entered for Item {0},Duplicate Serial No sisestatud Punkt {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302474apps/erpnext/erpnext/config/selling.py +179,Track Leads by Lead Source.,Juhtivate allikate jälgimine.
2475DocType: Shipping Rule Condition,A condition for a Shipping Rule,Tingimuseks laevandus reegel
Frappe PR Bot748c0242018-06-21 10:34:28 +05302476apps/erpnext/erpnext/hr/doctype/employee/employee.py +170,Please enter ,Palun sisesta
2477apps/erpnext/erpnext/assets/doctype/asset_maintenance/asset_maintenance.js +64,Maintenance Log,Hoolduslogi
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302478apps/erpnext/erpnext/stock/report/stock_balance/stock_balance.py +236,Please set filter based on Item or Warehouse,Palun määra filter põhineb toode või Warehouse
2479DocType: Packing Slip,The net weight of this package. (calculated automatically as sum of net weight of items),Netokaal selle paketi. (arvutatakse automaatselt summana netokaal punkte)
Frappe PR Bot748c0242018-06-21 10:34:28 +05302480apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +43,Make Inter Company Journal Entry,Tehke Inter Firma ajakirja kande
2481apps/erpnext/erpnext/selling/page/point_of_sale/point_of_sale.js +825,Discount amount cannot be greater than 100%,Allahindluse summa ei tohi olla suurem kui 100%
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302482DocType: Sales Order,To Deliver and Bill,Pakkuda ja Bill
2483DocType: Student Group,Instructors,Instruktorid
2484DocType: GL Entry,Credit Amount in Account Currency,Krediidi Summa konto Valuuta
Frappe PR Bot748c0242018-06-21 10:34:28 +05302485apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +607,BOM {0} must be submitted,Bom {0} tuleb esitada
2486apps/erpnext/erpnext/config/accounts.py +472,Share Management,Jagamise juhtimine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302487DocType: Authorization Control,Authorization Control,Autoriseerimiskontroll
Frappe PR Bot748c0242018-06-21 10:34:28 +05302488apps/erpnext/erpnext/controllers/buying_controller.py +387,Row #{0}: Rejected Warehouse is mandatory against rejected Item {1},Row # {0}: lükata Warehouse on kohustuslik vastu rahuldamata Punkt {1}
2489apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +837,Payment,Makse
2490apps/erpnext/erpnext/controllers/stock_controller.py +96,"Warehouse {0} is not linked to any account, please mention the account in the warehouse record or set default inventory account in company {1}.",Ladu {0} ei ole seotud ühegi konto palume mainida konto lattu rekord või määrata vaikimisi laoseisu konto ettevõtte {1}.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302491apps/erpnext/erpnext/utilities/activation.py +81,Manage your orders,Manage oma korraldusi
2492DocType: Work Order Operation,Actual Time and Cost,Tegelik aeg ja maksumus
2493apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +56,Material Request of maximum {0} can be made for Item {1} against Sales Order {2},Materjal Request maksimaalselt {0} ei tehta Punkt {1} vastu Sales Order {2}
2494DocType: Crop,Crop Spacing,Kärpide vahemaa
2495DocType: Course,Course Abbreviation,muidugi lühend
Frappe PR Bot748c0242018-06-21 10:34:28 +05302496DocType: Budget,Action if Annual Budget Exceeded on PO,"Tegevus, kui aastaeelarve ületab PO"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302497DocType: Student Leave Application,Student Leave Application,Student Jäta ostusoov
2498DocType: Item,Will also apply for variants,Kehtib ka variandid
Frappe PR Bot748c0242018-06-21 10:34:28 +05302499apps/erpnext/erpnext/assets/doctype/asset/asset.py +277,"Asset cannot be cancelled, as it is already {0}","Vara ei saa tühistada, sest see on juba {0}"
2500apps/erpnext/erpnext/hr/doctype/attendance/attendance.py +31,Employee {0} on Half day on {1},Töötaja {0} on Half päeval {1}
2501apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +51,Total working hours should not be greater than max working hours {0},Kokku tööaeg ei tohi olla suurem kui max tööaeg {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302502apps/erpnext/erpnext/templates/pages/task_info.html +90,On,edasi
2503apps/erpnext/erpnext/config/selling.py +62,Bundle items at time of sale.,Bundle esemed müümise ajal.
2504DocType: Material Request Plan Item,Actual Qty,Tegelik Kogus
2505DocType: Sales Invoice Item,References,Viited
2506DocType: Quality Inspection Reading,Reading 10,Lugemine 10
2507DocType: Item,Barcodes,Vöötkoodid
2508DocType: Hub Category,Hub Node,Hub Node
2509apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.js +78,You have entered duplicate items. Please rectify and try again.,Te olete sisenenud eksemplaris teemad. Palun paranda ja proovige uuesti.
Frappe PR Bot748c0242018-06-21 10:34:28 +05302510apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +117,Associate,Associate
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302511DocType: Asset Movement,Asset Movement,Asset liikumine
Frappe PR Bot748c0242018-06-21 10:34:28 +05302512apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +567,Work Order {0} must be submitted,Töökorraldus {0} tuleb esitada
2513apps/erpnext/erpnext/accounts/page/pos/pos.js +2219,New Cart,uus ostukorvi
2514DocType: Taxable Salary Slab,From Amount,Alates summast
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302515apps/erpnext/erpnext/selling/doctype/installation_note/installation_note.py +44,Item {0} is not a serialized Item,Punkt {0} ei ole seeriasertide toode
Frappe PR Bot748c0242018-06-21 10:34:28 +05302516DocType: Leave Type,Encashment,Inkasso
2517apps/erpnext/erpnext/hr/doctype/leave_policy/leave_policy.py +16,Maximum leave allowed in the leave type {0} is {1},Puhkerežiimis lubatud maksimaalne puhkus {0} on {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302518DocType: SMS Center,Create Receiver List,Loo vastuvõtja loetelu
2519DocType: Vehicle,Wheels,rattad
2520DocType: Packing Slip,To Package No.,Pakendada No.
2521DocType: Patient Relation,Family,Perekond
Frappe PR Bot748c0242018-06-21 10:34:28 +05302522DocType: Sales Invoice Item,Deferred Revenue Account,Edasilükkunud tulu konto
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302523DocType: Production Plan,Material Requests,Materjal taotlused
2524DocType: Warranty Claim,Issue Date,Väljaandmise kuupäev
2525DocType: Activity Cost,Activity Cost,Aktiivsus Cost
2526DocType: Sales Invoice Timesheet,Timesheet Detail,Töögraafik Detail
2527DocType: Purchase Receipt Item Supplied,Consumed Qty,Tarbitud Kogus
2528apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +52,Telecommunications,Telekommunikatsiooni
Frappe PR Bot748c0242018-06-21 10:34:28 +05302529apps/erpnext/erpnext/accounts/party.py +275,Billing currency must be equal to either default company's currency or party account currency,Arveldusvaluuta peab olema võrdne kas ettevõtte vaikimisi valuuta või partei konto valuutaga
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302530DocType: Packing Slip,Indicates that the package is a part of this delivery (Only Draft),"Näitab, et pakend on osa sellest sünnitust (Ainult eelnõu)"
2531DocType: Soil Texture,Loam,Loam
Frappe PR Bot748c0242018-06-21 10:34:28 +05302532apps/erpnext/erpnext/controllers/accounts_controller.py +737,Row {0}: Due Date cannot be before posting date,Rida {0}: tähtaeg ei saa olla enne postitamise kuupäeva
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302533apps/erpnext/erpnext/accounts/doctype/payment_request/payment_request.js +36,Make Payment Entry,Tee makse Entry
2534apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +129,Quantity for Item {0} must be less than {1},Kogus Punkt {0} peab olema väiksem kui {1}
2535,Sales Invoice Trends,Müügiarve Trends
2536DocType: Leave Application,Apply / Approve Leaves,Rakenda / Kiita Leaves
Frappe PR Botb2a64d62018-05-16 10:46:11 +05302537apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.js +169,Can refer row only if the charge type is 'On Previous Row Amount' or 'Previous Row Total',"Võib viidata rida ainult siis, kui tasu tüüp on &quot;On eelmise rea summa&quot; või &quot;Eelmine Row kokku&quot;"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302538DocType: Sales Order Item,Delivery Warehouse,Toimetaja Warehouse
Frappe PR Bot748c0242018-06-21 10:34:28 +05302539DocType: Leave Type,Earned Leave Frequency,Teenitud puhkuse sagedus
2540apps/erpnext/erpnext/config/accounts.py +247,Tree of financial Cost Centers.,Puu rahalist kuluallikad.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302541DocType: Serial No,Delivery Document No,Toimetaja dokument nr
Frappe PR Bot748c0242018-06-21 10:34:28 +05302542apps/erpnext/erpnext/assets/doctype/asset/depreciation.py +193,Please set 'Gain/Loss Account on Asset Disposal' in Company {0},Palun määra &quot;kasum / kahjum konto kohta varade realiseerimine&quot; Company {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302543DocType: Landed Cost Voucher,Get Items From Purchase Receipts,Võta esemed Ostutšekid
2544DocType: Serial No,Creation Date,Loomise kuupäev
2545apps/erpnext/erpnext/stock/doctype/item_price/item_price.py +33,Item {0} appears multiple times in Price List {1},Punkt {0} esineb mitu korda Hinnakiri {1}
Frappe PR Bot748c0242018-06-21 10:34:28 +05302546apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +42,"Selling must be checked, if Applicable For is selected as {0}","Müük tuleb kontrollida, kui need on kohaldatavad valitakse {0}"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302547DocType: Production Plan Material Request,Material Request Date,Materjal taotlus kuupäev
2548DocType: Purchase Order Item,Supplier Quotation Item,Tarnija Tsitaat toode
Frappe PR Bot748c0242018-06-21 10:34:28 +05302549apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.js +205,Material Consumption is not set in Manufacturing Settings.,Materjalitarbimine ei ole seadistatud seadistustes.
2550apps/erpnext/erpnext/templates/pages/help.html +46,Visit the forums,Külasta foorumeid
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302551DocType: Student,Student Mobile Number,Student Mobile arv
2552DocType: Item,Has Variants,Omab variandid
Frappe PR Bot748c0242018-06-21 10:34:28 +05302553apps/erpnext/erpnext/controllers/accounts_controller.py +521,"Cannot overbill for Item {0} in row {1} more than {2}. To allow over-billing, please set in Stock Settings",Elemendile {0} ei saa realt {1} rohkem kui {2} üle märkida. Ülekarvete lubamiseks määrake varude seadistused
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302554apps/erpnext/erpnext/templates/emails/training_event.html +11,Update Response,Uuenda vastust
Frappe PR Bot748c0242018-06-21 10:34:28 +05302555apps/erpnext/erpnext/public/js/utils.js +397,You have already selected items from {0} {1},Olete juba valitud objektide {0} {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302556DocType: Monthly Distribution,Name of the Monthly Distribution,Nimi Kuu Distribution
Frappe PR Bot748c0242018-06-21 10:34:28 +05302557apps/erpnext/erpnext/stock/doctype/batch/batch.py +100,Batch ID is mandatory,Partii nr on kohustuslik
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302558DocType: Sales Person,Parent Sales Person,Parent Sales Person
Frappe PR Bot748c0242018-06-21 10:34:28 +05302559apps/erpnext/erpnext/accounts/doctype/share_transfer/share_transfer.py +101,The seller and the buyer cannot be the same,Müüja ja ostja ei saa olla sama
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302560DocType: Project,Collect Progress,Koguge Progressi
2561apps/erpnext/erpnext/education/doctype/student_applicant/student_applicant.py +24,Select the program first,Valige kõigepealt programm
2562DocType: Patient Appointment,Patient Age,Patsiendi vanus
2563apps/erpnext/erpnext/config/learn.py +253,Managing Projects,Projektide juhtimisel
Frappe PR Bot748c0242018-06-21 10:34:28 +05302564apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +227,Serial no {0} has been already returned,Seerianumber {0} on juba tagastatud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302565DocType: Supplier,Supplier of Goods or Services.,Pakkuja kaupu või teenuseid.
2566DocType: Budget,Fiscal Year,Eelarveaasta
2567DocType: Asset Maintenance Log,Planned,Planeeritud
Frappe PR Bot748c0242018-06-21 10:34:28 +05302568apps/erpnext/erpnext/hr/utils.py +186,A {0} exists between {1} and {2} (,{1} ja {2} vahel on {0} (
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302569DocType: Healthcare Settings,Default receivable accounts to be used if not set in Patient to book Consultation charges.,"Vaikimisi saadaolevad kontod, mida kasutatakse juhul, kui patsient ei soovi broneerida konsultatsioonitasusid."
2570DocType: Vehicle Log,Fuel Price,kütuse hind
Frappe PR Botb2a64d62018-05-16 10:46:11 +05302571DocType: Bank Guarantee,Margin Money,Margin Money
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302572DocType: Budget,Budget,Eelarve
Frappe PR Bot748c0242018-06-21 10:34:28 +05302573apps/erpnext/erpnext/healthcare/doctype/patient_appointment/patient_appointment.js +80,Set Open,Määrake Ava
2574apps/erpnext/erpnext/stock/doctype/item/item.py +273,Fixed Asset Item must be a non-stock item.,Põhivara objektile peab olema mitte-laoartikkel.
2575apps/erpnext/erpnext/accounts/doctype/budget/budget.py +52,"Budget cannot be assigned against {0}, as it's not an Income or Expense account","Eelarve ei saa liigitada vastu {0}, sest see ei ole tulu või kuluna konto"
2576apps/erpnext/erpnext/hr/utils.py +215,Max exemption amount for {0} is {1},Maksimaalne maksuvabastus ({0} jaoks on {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302577apps/erpnext/erpnext/selling/report/sales_person_target_variance_item_group_wise/sales_person_target_variance_item_group_wise.py +51,Achieved,Saavutatud
2578DocType: Student Admission,Application Form Route,Taotlusvormi Route
2579apps/erpnext/erpnext/selling/page/sales_analytics/sales_analytics.js +66,Territory / Customer,Territoorium / Klienditeenindus
Frappe PR Bot748c0242018-06-21 10:34:28 +05302580apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +58,Leave Type {0} cannot be allocated since it is leave without pay,"Jäta tüüp {0} ei saa jaotada, sest see on palgata puhkust"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302581apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +167,Row {0}: Allocated amount {1} must be less than or equals to invoice outstanding amount {2},Row {0}: Eraldatud summa {1} peab olema väiksem või võrdne arve tasumata summa {2}
2582DocType: Sales Invoice,In Words will be visible once you save the Sales Invoice.,"Sõnades on nähtav, kui salvestate müügiarve."
2583DocType: Lead,Follow Up,Jälgige üles
2584DocType: Item,Is Sales Item,Kas Sales toode
2585apps/erpnext/erpnext/setup/doctype/item_group/item_group.js +21,Item Group Tree,Punkt Group Tree
Frappe PR Bot748c0242018-06-21 10:34:28 +05302586apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +71,Item {0} is not setup for Serial Nos. Check Item master,Punkt {0} ei ole setup Serial nr. Saate Punkt master
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302587DocType: Maintenance Visit,Maintenance Time,Hooldus aeg
2588,Amount to Deliver,Summa pakkuda
Frappe PR Bot748c0242018-06-21 10:34:28 +05302589DocType: Asset,Insurance Start Date,Kindlustus alguskuupäev
2590DocType: Salary Component,Flexible Benefits,Paindlikud eelised
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302591apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +335,Same item has been entered multiple times. {0},Sama asi on sisestatud mitu korda. {0}
2592apps/erpnext/erpnext/education/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.,"Term Start Date ei saa olla varasem kui alguskuupäev õppeaasta, mille mõiste on seotud (Academic Year {}). Palun paranda kuupäev ja proovi uuesti."
Frappe PR Botb2a64d62018-05-16 10:46:11 +05302593apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.js +199,There were errors.,Vigu.
Frappe PR Bot748c0242018-06-21 10:34:28 +05302594apps/erpnext/erpnext/hr/doctype/shift_request/shift_request.py +68,Employee {0} has already applied for {1} between {2} and {3} : ,Töötaja {0} on juba {1} jaoks taotlenud {2} ja {3} vahel:
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302595DocType: Guardian,Guardian Interests,Guardian huvid
2596DocType: Naming Series,Current Value,Praegune väärtus
Frappe PR Bot748c0242018-06-21 10:34:28 +05302597apps/erpnext/erpnext/controllers/accounts_controller.py +306,Multiple fiscal years exist for the date {0}. Please set company in Fiscal Year,Mitu eelarve aastatel on olemas kuupäev {0}. Palun määra firma eelarveaastal
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302598DocType: Education Settings,Instructor Records to be created by,"Juhendaja salvestised, mida peab looma"
2599apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +229,{0} created,{0} loodud
2600DocType: GST Account,GST Account,GST konto
2601DocType: Delivery Note Item,Against Sales Order,Vastu Sales Order
2602,Serial No Status,Serial No staatus
2603DocType: Payment Entry Reference,Outstanding,silmapaistev
2604DocType: Supplier,Warn POs,Hoiata tootjaorganisatsioone
2605,Daily Timesheet Summary,Daily Töögraafik kokkuvõte
2606apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py +137,"Row {0}: To set {1} periodicity, difference between from and to date \
2607 must be greater than or equal to {2}",Row {0}: seadmiseks {1} perioodilisuse vahe alates ja siiani \ peab olema suurem või võrdne {2}
2608apps/erpnext/erpnext/stock/doctype/item/item_dashboard.py +6,This is based on stock movement. See {0} for details,See põhineb varude liikumist. Vaata {0} üksikasjad
2609DocType: Pricing Rule,Selling,Müük
Frappe PR Bot748c0242018-06-21 10:34:28 +05302610apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +393,Amount {0} {1} deducted against {2},Summa {0} {1} maha vastu {2}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302611DocType: Employee,Salary Information,Palk Information
2612DocType: Sales Person,Name and Employee ID,Nimi ja Töötaja ID
Frappe PR Bot748c0242018-06-21 10:34:28 +05302613apps/erpnext/erpnext/accounts/party.py +320,Due Date cannot be before Posting Date,Tähtaeg ei tohi olla enne postitamist kuupäev
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302614DocType: Website Item Group,Website Item Group,Koduleht Punkt Group
Frappe PR Bot748c0242018-06-21 10:34:28 +05302615apps/erpnext/erpnext/public/js/hub/hub_listing.js +331,Added to Favourites,Lemmikutele lisatud
2616apps/erpnext/erpnext/hr/doctype/payroll_entry/payroll_entry.py +482,No salary slip found to submit for the above selected criteria OR salary slip already submitted,Palkade libisemist ei leitud enam esitatud kriteeriumidele vastavaks esitamiseks või juba esitatud palgalehelt
2617apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +160,Duties and Taxes,Lõivud ja maksud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302618DocType: Projects Settings,Projects Settings,Projektide seaded
Frappe PR Bot748c0242018-06-21 10:34:28 +05302619apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +388,Please enter Reference date,Palun sisestage Viitekuupäev
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302620apps/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} makse kanded ei saa filtreeritud {1}
2621DocType: Item Website Specification,Table for Item that will be shown in Web Site,"Tabel toode, mis kuvatakse Web Site"
2622DocType: Purchase Order Item Supplied,Supplied Qty,Komplektis Kogus
2623DocType: Purchase Order Item,Material Request Item,Materjal taotlus toode
Frappe PR Bot748c0242018-06-21 10:34:28 +05302624apps/erpnext/erpnext/assets/doctype/asset/asset.py +283,Please cancel Purchase Receipt {0} first,Esmalt tühjendage ostukviitung {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302625apps/erpnext/erpnext/config/selling.py +75,Tree of Item Groups.,Tree of Punkt grupid.
2626DocType: Production Plan,Total Produced Qty,Kogutoodang
2627DocType: Payroll Entry,Get Employee Details,Hankige töötaja üksikasjad
Frappe PR Botb2a64d62018-05-16 10:46:11 +05302628apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.js +179,Cannot refer row number greater than or equal to current row number for this Charge type,Kas ei viita rea number on suurem või võrdne praeguse rea number selle Charge tüübist
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302629DocType: Asset,Sold,müüdud
2630,Item-wise Purchase History,Punkt tark ost ajalugu
2631apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py +230,Please click on 'Generate Schedule' to fetch Serial No added for Item {0},Palun kliki &quot;Loo Ajakava&quot; tõmmata Serial No lisatud Punkt {0}
2632DocType: Account,Frozen,Külmunud
2633DocType: Sales Invoice Payment,Base Amount (Company Currency),Baasosa (firma Valuuta)
Frappe PR Bot748c0242018-06-21 10:34:28 +05302634apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +933,Raw Materials,Toored materjalid
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302635DocType: Payment Reconciliation Payment,Reference Row,viide Row
2636DocType: Installation Note,Installation Time,Paigaldamine aeg
2637DocType: Sales Invoice,Accounting Details,Raamatupidamine Üksikasjad
Frappe PR Bot748c0242018-06-21 10:34:28 +05302638DocType: Shopify Settings,status html,olek html
2639apps/erpnext/erpnext/setup/doctype/company/company.js +133,Delete all the Transactions for this Company,Kustuta kõik tehingud selle firma
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302640DocType: Patient,O Positive,O Positiivne
Frappe PR Bot748c0242018-06-21 10:34:28 +05302641apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +72,Investments,Investeeringud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302642DocType: Issue,Resolution Details,Resolutsioon Üksikasjad
2643apps/erpnext/erpnext/hr/doctype/leave_type/leave_type.js +3,Allocations,eraldised
2644DocType: Item Quality Inspection Parameter,Acceptance Criteria,Vastuvõetavuse kriteeriumid
2645apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +159,Please enter Material Requests in the above table,Palun sisesta Materjal taotlused ülaltoodud tabelis
Frappe PR Botb2a64d62018-05-16 10:46:11 +05302646apps/erpnext/erpnext/hr/doctype/loan/loan.py +154,No repayments available for Journal Entry,Ajakirjanikele tagasimakseid pole saadaval
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302647DocType: Item Attribute,Attribute Name,Atribuudi nimi
2648DocType: BOM,Show In Website,Show Website
Frappe PR Botb2a64d62018-05-16 10:46:11 +05302649DocType: Loan Application,Total Payable Amount,Kokku tasumisele
Frappe PR Bot748c0242018-06-21 10:34:28 +05302650apps/erpnext/erpnext/templates/pages/search_help.py +13,"Help Results for ""{0}""",Abi tulemuste jaoks &quot;{0}&quot;
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302651DocType: Task,Expected Time (in hours),Oodatud aeg (tundides)
2652DocType: Item Reorder,Check in (group),Check in (rühm)
2653DocType: Soil Texture,Silt,Silt
2654,Qty to Order,Kogus tellida
2655DocType: Period Closing Voucher,"The account head under Liability or Equity, in which Profit/Loss will be booked","Konto pea all või omakapitaliks, mille kasum / kahjum on broneeritud"
2656apps/erpnext/erpnext/config/projects.py +36,Gantt chart of all tasks.,Gantti diagramm kõik ülesanded.
2657DocType: Opportunity,Mins to First Response,Min First Response
2658DocType: Pricing Rule,Margin Type,Margin Type
2659apps/erpnext/erpnext/projects/doctype/project/project_dashboard.html +15,{0} hours,{0} tundi
2660DocType: Course,Default Grading Scale,Vaikimisi hindamisskaala
2661DocType: Appraisal,For Employee Name,Töötajate Nimi
2662DocType: Holiday List,Clear Table,Clear tabel
Frappe PR Bot59a2a652018-04-12 13:36:55 +05302663DocType: Woocommerce Settings,Tax Account,Maksukonto
Frappe PR Bot748c0242018-06-21 10:34:28 +05302664apps/erpnext/erpnext/healthcare/doctype/patient_appointment/patient_appointment.js +134,Available slots,Olemasolevad teenindusajad
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302665DocType: C-Form Invoice Detail,Invoice No,Arve nr
2666apps/erpnext/erpnext/accounts/doctype/payment_request/payment_request.py +363,Make Payment,Tee makse
2667DocType: Room,Room Name,Toa nimi
2668DocType: Prescription Duration,Prescription Duration,Retsepti kestus
Frappe PR Bot748c0242018-06-21 10:34:28 +05302669apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +113,"Leave cannot be applied/cancelled before {0}, as leave balance has already been carry-forwarded in the future leave allocation record {1}","Jäta ei saa kohaldada / tühistatud enne {0}, sest puhkuse tasakaal on juba carry-edastas tulevikus puhkuse jaotamise rekord {1}"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302670DocType: Activity Cost,Costing Rate,Ületaksid
2671apps/erpnext/erpnext/config/selling.py +234,Customer Addresses And Contacts,Kliendi aadressid ja kontaktid
2672,Campaign Efficiency,kampaania Efficiency
2673DocType: Discussion,Discussion,arutelu
2674DocType: Payment Entry,Transaction ID,tehing ID
Frappe PR Bot748c0242018-06-21 10:34:28 +05302675DocType: Payroll Entry,Deduct Tax For Unsubmitted Tax Exemption Proof,Maksuvabastuse tõestatud maksu mahaarvamine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302676DocType: Volunteer,Anytime,Anytime
Frappe PR Bot748c0242018-06-21 10:34:28 +05302677DocType: Bank Account,Bank Account No,Pangakonto nr
2678DocType: Employee Tax Exemption Proof Submission,Employee Tax Exemption Proof Submission,Töötaja maksuvabastuse tõendamine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302679DocType: Patient,Surgical History,Kirurgiajalugu
Frappe PR Bot748c0242018-06-21 10:34:28 +05302680DocType: Bank Statement Settings Item,Mapped Header,Maksepeaga
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302681DocType: Employee,Resignation Letter Date,Ametist kiri kuupäev
2682apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +39,Pricing Rules are further filtered based on quantity.,Hinnakujundus on reeglid veelgi filtreeritud põhineb kogusest.
Frappe PR Bot748c0242018-06-21 10:34:28 +05302683apps/erpnext/erpnext/buying/page/purchase_analytics/purchase_analytics.js +115,Not Set,Määramata
2684apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +379,Please set the Date Of Joining for employee {0},Määrake Liitumis töötajate {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302685DocType: Task,Total Billing Amount (via Time Sheet),Arve summa (via Time Sheet)
2686apps/erpnext/erpnext/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.py +61,Repeat Customer Revenue,Korrake Kliendi tulu
2687DocType: Soil Texture,Silty Clay Loam,Silty Clay Loam
Frappe PR Bot748c0242018-06-21 10:34:28 +05302688DocType: Bank Statement Settings,Mapped Items,Kaarditud esemed
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302689DocType: Chapter,Chapter,Peatükk
2690apps/erpnext/erpnext/utilities/user_progress.py +146,Pair,Paar
2691DocType: Mode of Payment Account,Default account will be automatically updated in POS Invoice when this mode is selected.,"Vaikekonto uuendatakse automaatselt POS-arvel, kui see režiim on valitud."
Frappe PR Botb2a64d62018-05-16 10:46:11 +05302692apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +989,Select BOM and Qty for Production,Vali Bom ja Kogus Production
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302693DocType: Asset,Depreciation Schedule,amortiseerumise kava
2694apps/erpnext/erpnext/config/selling.py +124,Sales Partner Addresses And Contacts,Müük Partner aadressid ja kontaktandmed
2695DocType: Bank Reconciliation Detail,Against Account,Vastu konto
Frappe PR Bot748c0242018-06-21 10:34:28 +05302696apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +84,Half Day Date should be between From Date and To Date,Pool päeva kuupäev peab olema vahemikus From kuupäev ja To Date
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302697DocType: Maintenance Schedule Detail,Actual Date,Tegelik kuupäev
2698apps/erpnext/erpnext/accounts/doctype/opening_invoice_creation_tool/opening_invoice_creation_tool.py +139,Please set the Default Cost Center in {0} company.,Palun määrake vaikeosakute keskus ettevõttes {0}.
2699DocType: Item,Has Batch No,Kas Partii ei
2700apps/erpnext/erpnext/public/js/utils.js +106,Annual Billing: {0},Iga-aastane Arved: {0}
Frappe PR Bot748c0242018-06-21 10:34:28 +05302701DocType: Shopify Webhook Detail,Shopify Webhook Detail,Shopify Webhooki detail
2702apps/erpnext/erpnext/config/accounts.py +206,Goods and Services Tax (GST India),Kaupade ja teenuste maksu (GST India)
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302703DocType: Delivery Note,Excise Page Number,Aktsiisi Page Number
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302704apps/erpnext/erpnext/healthcare/doctype/lab_test/lab_test.js +33,Get from Consultation,Hankige konsultatsioonist
2705DocType: Asset,Purchase Date,Ostu kuupäev
Frappe PR Bot59a2a652018-04-12 13:36:55 +05302706apps/erpnext/erpnext/erpnext_integrations/doctype/woocommerce_settings/woocommerce_settings.js +33,Could not generate Secret,Saladust ei saanud luua
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302707DocType: Volunteer,Volunteer Type,Vabatahtlike tüüp
Frappe PR Bot748c0242018-06-21 10:34:28 +05302708DocType: Shift Assignment,Shift Type,Shift Type
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302709DocType: Student,Personal Details,Isiklikud detailid
Frappe PR Bot748c0242018-06-21 10:34:28 +05302710apps/erpnext/erpnext/assets/doctype/asset/depreciation.py +195,Please set 'Asset Depreciation Cost Center' in Company {0},Palun määra &quot;Vara amortisatsioonikulu Center&quot; Company {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302711,Maintenance Schedules,Hooldusgraafikud
2712DocType: Task,Actual End Date (via Time Sheet),Tegelik End Date (via Time Sheet)
2713DocType: Soil Texture,Soil Type,Mullatüüp
Frappe PR Bot748c0242018-06-21 10:34:28 +05302714apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +388,Amount {0} {1} against {2} {3},Summa {0} {1} vastu {2} {3}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302715,Quotation Trends,Tsitaat Trends
Frappe PR Bot748c0242018-06-21 10:34:28 +05302716apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +166,Item Group not mentioned in item master for item {0},Punkt Group mainimata punktis kapteni kirje {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302717DocType: GoCardless Mandate,GoCardless Mandate,GoCardlessi volitus
Frappe PR Bot748c0242018-06-21 10:34:28 +05302718apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +373,Debit To account must be a Receivable account,Kanne konto peab olema võlgnevus konto
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302719DocType: Shipping Rule,Shipping Amount,Kohaletoimetamine summa
2720DocType: Supplier Scorecard Period,Period Score,Perioodi skoor
2721apps/erpnext/erpnext/utilities/user_progress.py +66,Add Customers,Lisa Kliendid
2722apps/erpnext/erpnext/accounts/report/delivered_items_to_be_billed/delivered_items_to_be_billed.py +20,Pending Amount,Kuni Summa
2723DocType: Lab Test Template,Special,Eriline
2724DocType: Purchase Order Item Supplied,Conversion Factor,Tulemus Factor
2725DocType: Purchase Order,Delivered,Tarnitakse
2726,Vehicle Expenses,Sõidukite kulud
2727DocType: Serial No,Invoice Details,arve andmed
2728DocType: Grant Application,Show on Website,Näita veebisaidil
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302729apps/erpnext/erpnext/education/doctype/student_admission/templates/student_admission.html +29,Start on,Alusta uuesti
2730DocType: Hub Category,Hub Category,Rummu kategooria
2731DocType: Purchase Invoice,SEZ,SEZ
2732DocType: Purchase Receipt,Vehicle Number,Sõidukite arv
Frappe PR Botb2a64d62018-05-16 10:46:11 +05302733DocType: Loan,Loan Amount,Laenusumma
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302734DocType: Student Report Generation Tool,Add Letterhead,Lisa kirjapea
2735DocType: Program Enrollment,Self-Driving Vehicle,Isesõitva Sõiduki
2736DocType: Supplier Scorecard Standing,Supplier Scorecard Standing,Tarnija tulemuskaardi alaline
Frappe PR Bot748c0242018-06-21 10:34:28 +05302737apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +445,Row {0}: Bill of Materials not found for the Item {1},Row {0}: Materjaliandmik ei leitud Eseme {1}
2738apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +112,Total allocated leaves {0} cannot be less than already approved leaves {1} for the period,Kokku eraldatakse lehed {0} ei saa olla väiksem kui juba heaks lehed {1} perioodiks
2739DocType: Contract Fulfilment Checklist,Requirement,Nõue
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302740DocType: Journal Entry,Accounts Receivable,Arved
Frappe PR Bot748c0242018-06-21 10:34:28 +05302741DocType: Travel Itinerary,Meal Preference,Söögi eelistus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302742,Supplier-Wise Sales Analytics,Tarnija tark Sales Analytics
2743DocType: Purchase Invoice,Availed ITC Central Tax,Kasutasin ITCi keskmist maksu
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302744DocType: Sales Invoice,Company Address Name,Firma Aadress Nimi
2745DocType: Work Order,Use Multi-Level BOM,Kasutage Multi-Level Bom
2746DocType: Bank Reconciliation,Include Reconciled Entries,Kaasa Lepitatud kanded
2747DocType: Course,"Parent Course (Leave blank, if this isn't part of Parent Course)","Vanem Course (Jäta tühi, kui see ei ole osa Parent Course)"
2748DocType: Leave Control Panel,Leave blank if considered for all employee types,"Jäta tühjaks, kui arvestada kõikide töötajate tüübid"
Frappe PR Bot748c0242018-06-21 10:34:28 +05302749DocType: Tax Withholding Category,Percent of Tax Withheld,Keeldutud maksu protsent
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302750DocType: Landed Cost Voucher,Distribute Charges Based On,Jaota põhinevatest tasudest
2751DocType: Projects Settings,Timesheets,timesheets
2752DocType: HR Settings,HR Settings,HR Seaded
2753DocType: Salary Slip,net pay info,netopalk info
Frappe PR Bot59a2a652018-04-12 13:36:55 +05302754DocType: Woocommerce Settings,Enable Sync,Sünkroonimise lubamine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302755DocType: Lab Test Template,This value is updated in the Default Sales Price List.,Seda väärtust uuendatakse Vaikimüügi hinnakirjas.
2756DocType: Email Digest,New Expenses,uus kulud
Frappe PR Bot748c0242018-06-21 10:34:28 +05302757apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.py +102,PDC/LC Amount,PDC / LC summa
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302758DocType: Shareholder,Shareholder,Aktsionär
Frappe PR Bot748c0242018-06-21 10:34:28 +05302759apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +51,Customer &gt; Customer Group &gt; Territory,Klient&gt; Kliendi Grupp&gt; Territoorium
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302760DocType: Purchase Invoice,Additional Discount Amount,Täiendav Allahindluse summa
2761DocType: Cash Flow Mapper,Position,Positsioon
2762DocType: Patient,Patient Details,Patsiendi üksikasjad
2763DocType: Patient,B Positive,B Positiivne
Frappe PR Bot748c0242018-06-21 10:34:28 +05302764apps/erpnext/erpnext/hr/doctype/employee_benefit_claim/employee_benefit_claim.py +31,"Maximum benefit of employee {0} exceeds {1} by the sum {2} of previous claimed\
2765 amount",Töötaja maksimaalne kasu {0} ületab {1} varasema nõutud summa kogusummaga {2}
2766apps/erpnext/erpnext/controllers/accounts_controller.py +629,"Row #{0}: Qty must be 1, as item is a fixed asset. Please use separate row for multiple qty.","Rida # {0}: Kogus peab olema 1, kui objekt on põhivarana. Palun kasutage eraldi rida mitu tk."
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302767DocType: Leave Block List Allow,Leave Block List Allow,Jäta Block loetelu Laske
Frappe PR Bot748c0242018-06-21 10:34:28 +05302768apps/erpnext/erpnext/setup/doctype/company/company.py +341,Abbr can not be blank or space,Lühend ei saa olla tühi või ruumi
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302769DocType: Patient Medical Record,Patient Medical Record,Patsiendi meditsiiniline aruanne
Frappe PR Bot59a2a652018-04-12 13:36:55 +05302770apps/erpnext/erpnext/accounts/doctype/account/account.js +62,Group to Non-Group,Grupi Non-Group
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302771apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +50,Sports,Spordi-
2772DocType: Loan Type,Loan Name,laenu Nimi
Frappe PR Bot748c0242018-06-21 10:34:28 +05302773apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.py +58,Total Actual,Kokku Tegelik
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302774DocType: Lab Test UOM,Test UOM,Test UOM
2775DocType: Student Siblings,Student Siblings,Student Õed
Frappe PR Botb2a64d62018-05-16 10:46:11 +05302776DocType: Subscription Plan Detail,Subscription Plan Detail,Abonementplaani detailne teave
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302777apps/erpnext/erpnext/utilities/user_progress.py +146,Unit,Ühik
Frappe PR Bot748c0242018-06-21 10:34:28 +05302778apps/erpnext/erpnext/stock/get_item_details.py +148,Please specify Company,Palun täpsustage Company
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302779,Customer Acquisition and Loyalty,Klientide võitmiseks ja lojaalsus
2780DocType: Asset Maintenance Task,Maintenance Task,Hooldusülesanne
Frappe PR Bot748c0242018-06-21 10:34:28 +05302781apps/erpnext/erpnext/regional/report/gstr_1/gstr_1.py +119,Please set B2C Limit in GST Settings.,Palun määra B2C piirang GST-i seadetes.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302782DocType: Purchase Invoice,Warehouse where you are maintaining stock of rejected items,"Ladu, kus hoiad varu tagasi teemad"
2783DocType: Work Order,Skip Material Transfer,Otse Materjal Transfer
Frappe PR Bot748c0242018-06-21 10:34:28 +05302784apps/erpnext/erpnext/setup/utils.py +129,Unable to find exchange rate for {0} to {1} for key date {2}. Please create a Currency Exchange record manually,Ei leia Vahetuskurss {0} kuni {1} peamiste kuupäeva {2}. Looge Valuutavahetus rekord käsitsi
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302785DocType: POS Profile,Price List,Hinnakiri
2786apps/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} on nüüd vaikimisi eelarveaastal. Palun värskendage brauserit muudatuse jõustumist.
2787apps/erpnext/erpnext/projects/doctype/task/task.js +45,Expense Claims,Kuluaruanded
2788DocType: Issue,Support,Support
Frappe PR Bot748c0242018-06-21 10:34:28 +05302789DocType: Employee Tax Exemption Declaration,Total Exemption Amount,Maksuvabastuse kogusumma
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302790,BOM Search,Bom Otsing
2791DocType: Project,Total Consumed Material Cost (via Stock Entry),Kokku tarbitud materjalikulud (varude sisestamise kaudu)
Frappe PR Bot59a2a652018-04-12 13:36:55 +05302792DocType: Hub Settings,Company Registered,Registreeritud ettevõte
Frappe PR Bot748c0242018-06-21 10:34:28 +05302793apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.js +169,To Date cannot be less than From Date,Kuupäev ei saa olla väiksem kui kuupäevast
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302794DocType: Item,"Publish ""In Stock"" or ""Not in Stock"" on Hub based on stock available in this warehouse.","Kirjastage laos &quot;Laos&quot; või &quot;Laos&quot;, mis asub jaotuses, tuginedes laos saadaval olevale laos."
2795DocType: Vehicle,Fuel Type,kütuse tüüp
2796apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +27,Please specify currency in Company,Palun täpsustage valuuta Company
2797DocType: Workstation,Wages per hour,Palk tunnis
2798apps/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},Stock tasakaalu Partii {0} halveneb {1} jaoks Punkt {2} lattu {3}
2799apps/erpnext/erpnext/templates/emails/reorder_item.html +1,Following Material Requests have been raised automatically based on Item's re-order level,Pärast Material taotlused on tõstatatud automaatselt vastavalt objekti ümber korraldada tasemel
2800DocType: Email Digest,Pending Sales Orders,Kuni müügitellimuste
Frappe PR Bot748c0242018-06-21 10:34:28 +05302801apps/erpnext/erpnext/controllers/accounts_controller.py +345,Account {0} is invalid. Account Currency must be {1},Konto {0} on kehtetu. Konto Valuuta peab olema {1}
2802apps/erpnext/erpnext/hr/doctype/salary_structure_assignment/salary_structure_assignment.py +29,From Date {0} cannot be after employee's relieving Date {1},Alates kuupäevast {0} ei saa olla pärast töötaja vabastamist Kuupäev {1}
2803DocType: Supplier,Is Internal Supplier,Kas sisetarnija
Frappe PR Bot59a2a652018-04-12 13:36:55 +05302804DocType: Employee,Create User Permission,Loo kasutaja luba
Frappe PR Bot748c0242018-06-21 10:34:28 +05302805DocType: Employee Benefit Claim,Employee Benefit Claim,Töövõtja hüvitisnõue
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302806DocType: Healthcare Settings,Remind Before,Tuleta meelde enne
2807apps/erpnext/erpnext/buying/utils.py +34,UOM Conversion factor is required in row {0},UOM Ümberarvutustegur on vaja järjest {0}
2808DocType: Production Plan Item,material_request_item,material_request_item
Frappe PR Bot748c0242018-06-21 10:34:28 +05302809apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.js +1085,"Row #{0}: Reference Document Type must be one of Sales Order, Sales Invoice or Journal Entry","Rida # {0}: Reference Document Type peab olema üks Sales Order, müügiarve või päevikusissekanne"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302810DocType: Salary Component,Deduction,Kinnipeetav
2811DocType: Item,Retain Sample,Jätke proov
2812apps/erpnext/erpnext/projects/doctype/timesheet/timesheet.py +115,Row {0}: From Time and To Time is mandatory.,Rida {0}: From ajal ja aeg on kohustuslik.
2813DocType: Stock Reconciliation Item,Amount Difference,summa vahe
Frappe PR Bot748c0242018-06-21 10:34:28 +05302814apps/erpnext/erpnext/stock/get_item_details.py +382,Item Price added for {0} in Price List {1},Toode Hind lisatud {0} Hinnakirjas {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302815apps/erpnext/erpnext/setup/doctype/sales_person/sales_person_tree.js +8,Please enter Employee Id of this sales person,Palun sisestage Töötaja Id selle müügi isik
2816DocType: Territory,Classification of Customers by region,Klientide liigitamine piirkonniti
Frappe PR Bot59a2a652018-04-12 13:36:55 +05302817apps/erpnext/erpnext/stock/report/item_variant_details/item_variant_details.py +78,In Production,Tootmises
Frappe PR Bot748c0242018-06-21 10:34:28 +05302818apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +66,Difference Amount must be zero,Erinevus summa peab olema null
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302819DocType: Project,Gross Margin,Gross Margin
Frappe PR Bot748c0242018-06-21 10:34:28 +05302820apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +74,{0} applicable after {1} working days,{0} kehtib pärast {1} tööpäeva
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302821apps/erpnext/erpnext/manufacturing/doctype/work_order/work_order.js +61,Please enter Production Item first,Palun sisestage Production Punkt esimene
2822apps/erpnext/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py +45,Calculated Bank Statement balance,Arvutatud Bank avaldus tasakaalu
2823DocType: Normal Test Template,Normal Test Template,Tavaline testmall
2824apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +64,disabled user,puudega kasutaja
Frappe PR Bot748c0242018-06-21 10:34:28 +05302825apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +937,Quotation,Tsitaat
2826apps/erpnext/erpnext/buying/doctype/request_for_quotation/request_for_quotation.js +989,Cannot set a received RFQ to No Quote,Saadud RFQ-d ei saa määrata tsiteerimata
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302827DocType: Quotation,QTN-,QTN-
2828DocType: Salary Slip,Total Deduction,Kokku mahaarvamine
Frappe PR Bot748c0242018-06-21 10:34:28 +05302829apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +22,Select an account to print in account currency,Konto valuuta printimiseks valige konto
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302830,Production Analytics,tootmise Analytics
2831apps/erpnext/erpnext/healthcare/doctype/patient/patient_dashboard.py +6,This is based on transactions against this Patient. See timeline below for details,See põhineb tehingutel selle patsiendi vastu. Täpsema teabe saamiseks vt allpool toodud ajakava
2832apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +204,Cost Updated,Kulude Uuendatud
2833DocType: Patient,Date of Birth,Sünniaeg
Frappe PR Bot748c0242018-06-21 10:34:28 +05302834apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +136,Item {0} has already been returned,Punkt {0} on juba tagasi
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302835DocType: Fiscal Year,**Fiscal Year** represents a Financial Year. All accounting entries and other major transactions are tracked against **Fiscal Year**.,** Fiscal Year ** esindab majandusaastal. Kõik raamatupidamiskanded ja teiste suuremate tehingute jälgitakse vastu ** Fiscal Year **.
2836DocType: Opportunity,Customer / Lead Address,Klienditeenindus / Plii Aadress
2837DocType: Supplier Scorecard Period,Supplier Scorecard Setup,Tarnija tulemuskaardi seadistamine
2838apps/erpnext/erpnext/education/report/assessment_plan_status/assessment_plan_status.py +133,Assessment Plan Name,Hindamiskava nimetus
2839DocType: Work Order Operation,Work Order Operation,Töökorralduse käitamine
Frappe PR Bot748c0242018-06-21 10:34:28 +05302840apps/erpnext/erpnext/stock/doctype/item/item.py +248,Warning: Invalid SSL certificate on attachment {0},Hoiatus: Vigane SSL sertifikaat kinnitus {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302841apps/erpnext/erpnext/utilities/activation.py +64,"Leads help you get business, add all your contacts and more as your leads","Testrijuhtmed aitavad teil äri, lisada kõik oma kontaktid ja rohkem kui oma viib"
2842DocType: Work Order Operation,Actual Operation Time,Tegelik tööaeg
2843DocType: Authorization Rule,Applicable To (User),Suhtes kohaldatava (Kasutaja)
2844DocType: Purchase Taxes and Charges,Deduct,Maha arvama
Frappe PR Bot748c0242018-06-21 10:34:28 +05302845apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +214,Job Description,Töö kirjeldus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302846DocType: Student Applicant,Applied,rakendatud
Frappe PR Bot748c0242018-06-21 10:34:28 +05302847apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +879,Re-open,Re avatud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302848DocType: Sales Invoice Item,Qty as per Stock UOM,Kogus ühe Stock UOM
2849apps/erpnext/erpnext/education/report/student_and_guardian_contact_details/student_and_guardian_contact_details.py +59,Guardian2 Name,Guardian2 Nimi
Frappe PR Bot748c0242018-06-21 10:34:28 +05302850DocType: Attendance,Attendance Request,Külastuse taotlus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302851DocType: Purchase Invoice,02-Post Sale Discount,02-müügi allahindlus
2852apps/erpnext/erpnext/setup/doctype/naming_series/naming_series.py +132,"Special Characters except ""-"", ""#"", ""."" and ""/"" not allowed in naming series","Erimärkide välja &quot;-&quot;, &quot;#&quot;, &quot;.&quot; ja &quot;/&quot; ei tohi nimetades seeria"
2853DocType: Campaign,"Keep Track of Sales Campaigns. Keep track of Leads, Quotations, Sales Order etc from Campaigns to gauge Return on Investment.","Jälgi müügikampaaniad. Jälgi Leads, tsitaadid, Sales Order etc Kampaaniad hinnata investeeringult saadavat tulu."
Frappe PR Botb2a64d62018-05-16 10:46:11 +05302854DocType: Department Approver,Approver,Heakskiitja
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302855,SO Qty,SO Kogus
Frappe PR Bot748c0242018-06-21 10:34:28 +05302856apps/erpnext/erpnext/accounts/doctype/share_transfer/share_transfer.py +92,The field To Shareholder cannot be blank,Valdkonnale Aktsionär ei saa olla tühi
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302857DocType: Guardian,Work Address,tööaadress
2858DocType: Appraisal,Calculate Total Score,Arvuta üldskoor
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302859DocType: Asset Repair,Manufacturing Manager,Tootmine Manager
2860apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py +191,Serial No {0} is under warranty upto {1},Serial No {0} on garantii upto {1}
2861DocType: Plant Analysis Criteria,Minimum Permissible Value,Lubatud miinimumväärtus
2862apps/erpnext/erpnext/education/doctype/guardian/guardian.py +41,User {0} already exists,Kasutaja {0} on juba olemas
Frappe PR Bot748c0242018-06-21 10:34:28 +05302863apps/erpnext/erpnext/hooks.py +111,Shipments,Saadetised
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302864DocType: Payment Entry,Total Allocated Amount (Company Currency),Eraldati kokku (firma Valuuta)
2865DocType: Purchase Order Item,To be delivered to customer,Et toimetatakse kliendile
2866DocType: BOM,Scrap Material Cost,Vanametalli materjali kulu
Frappe PR Bot748c0242018-06-21 10:34:28 +05302867apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +241,Serial No {0} does not belong to any Warehouse,Serial No {0} ei kuulu ühtegi Warehouse
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302868DocType: Grant Application,Email Notification Sent,E-kirja saatmine saadetud
2869DocType: Purchase Invoice,In Words (Company Currency),Sõnades (firma Valuuta)
Frappe PR Bot748c0242018-06-21 10:34:28 +05302870apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +1023,"Item Code, warehouse, quantity are required on row","Rida on nõutav tootekood, ladu, kogus"
Frappe PR Botb2a64d62018-05-16 10:46:11 +05302871DocType: Bank Guarantee,Supplier,Tarnija
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302872apps/erpnext/erpnext/accounts/report/sales_payment_summary/sales_payment_summary.js +41,Show Payment Details,Näita makse üksikasju
2873DocType: Consultation,Consultation Time,Konsultatsiooniaeg
2874DocType: C-Form,Quarter,Kvartal
Frappe PR Bot748c0242018-06-21 10:34:28 +05302875apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +113,Miscellaneous Expenses,Muud kulud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302876DocType: Global Defaults,Default Company,Vaikimisi Company
Frappe PR Bot748c0242018-06-21 10:34:28 +05302877DocType: Company,Transactions Annual History,Tehingute aastane ajalugu
2878apps/erpnext/erpnext/controllers/stock_controller.py +231,Expense or Difference account is mandatory for Item {0} as it impacts overall stock value,"Kulu või Difference konto on kohustuslik Punkt {0}, kuna see mõjutab üldist laos väärtus"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302879DocType: Payment Request,PR,PR
Frappe PR Bot748c0242018-06-21 10:34:28 +05302880DocType: Bank,Bank Name,Panga nimi
2881apps/erpnext/erpnext/accounts/report/accounts_receivable_summary/accounts_receivable_summary.py +33,-Above,-Above
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302882DocType: Leave Application,Total Leave Days,Kokku puhkusepäevade
2883DocType: Email Digest,Note: Email will not be sent to disabled users,Märkus: Email ei saadeta puuetega inimestele
2884apps/erpnext/erpnext/crm/report/prospects_engaged_but_not_converted/prospects_engaged_but_not_converted.js +14,Number of Interaction,Arv koostoime
Frappe PR Bot748c0242018-06-21 10:34:28 +05302885apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +169,Supplier &gt; Supplier Type,Tarnija&gt; Tarnija tüüp
2886apps/erpnext/erpnext/stock/doctype/item/item.js +107,Item Variant Settings,Üksuse Variant Seaded
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302887apps/erpnext/erpnext/manufacturing/page/production_analytics/production_analytics.js +37,Select Company...,Valige ettevõtte ...
2888DocType: Leave Control Panel,Leave blank if considered for all departments,"Jäta tühjaks, kui arvestada kõik osakonnad"
Frappe PR Bot748c0242018-06-21 10:34:28 +05302889apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +439,{0} is mandatory for Item {1},{0} on kohustuslik Punkt {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302890apps/erpnext/erpnext/manufacturing/doctype/production_plan/production_plan.js +136,"Item {0}: {1} qty produced, ",Üksus {0}: {1} toodetud kogus
2891DocType: Payroll Entry,Fortnightly,iga kahe nädala tagant
2892DocType: Currency Exchange,From Currency,Siit Valuuta
2893DocType: Vital Signs,Weight (In Kilogram),Kaal (kilogrammides)
2894DocType: Chapter,"chapters/chapter_name
2895leave blank automatically set after saving chapter.",peatükid / chapter_name jätta tühjaks automaatselt pärast peatükki salvestamist.
Frappe PR Bot748c0242018-06-21 10:34:28 +05302896apps/erpnext/erpnext/regional/report/gstr_1/gstr_1.py +206,Please set GST Accounts in GST Settings,Palun seadistage GST kontod GST-i seadetes
2897apps/erpnext/erpnext/regional/report/gstr_1/gstr_1.js +46,Type of Business,Äri tüüp
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302898apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +171,"Please select Allocated Amount, Invoice Type and Invoice Number in atleast one row","Palun valige eraldatud summa, arve liik ja arve number atleast üks rida"
2899apps/erpnext/erpnext/accounts/report/asset_depreciations_and_balances/asset_depreciations_and_balances.py +128,Cost of New Purchase,Kulud New Ost
Frappe PR Bot748c0242018-06-21 10:34:28 +05302900apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +99,Sales Order required for Item {0},Sales Order vaja Punkt {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302901DocType: Grant Application,Grant Description,Toetuse kirjeldus
2902DocType: Purchase Invoice Item,Rate (Company Currency),Hinda (firma Valuuta)
2903DocType: Student Guardian,Others,Teised
Frappe PR Botb2a64d62018-05-16 10:46:11 +05302904DocType: Subscription,Discounts,Allahindlused
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302905DocType: Payment Entry,Unallocated Amount,Jaotamata summa
Frappe PR Bot748c0242018-06-21 10:34:28 +05302906apps/erpnext/erpnext/accounts/doctype/budget/budget.py +69,Please enable Applicable on Purchase Order and Applicable on Booking Actual Expenses,Palun lubage tellimusel rakendatavat ja tegelikke kulutusi puudutavatelt tellimustest kinni pidada
2907apps/erpnext/erpnext/templates/includes/product_page.js +101,Cannot find a matching Item. Please select some other value for {0}.,Kas te ei leia sobivat Punkt. Palun valige mõni muu väärtus {0}.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302908DocType: POS Profile,Taxes and Charges,Maksud ja tasud
2909DocType: Item,"A Product or a Service that is bought, sold or kept in stock.","Toode või teenus, mida osta, müüa või hoida laos."
2910apps/erpnext/erpnext/hr/page/team_updates/team_updates.js +44,No more updates,Enam uuendused
Frappe PR Botb2a64d62018-05-16 10:46:11 +05302911apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.js +173,Cannot select charge type as 'On Previous Row Amount' or 'On Previous Row Total' for first row,Ei saa valida tasuta tüübiks &quot;On eelmise rea summa&quot; või &quot;On eelmise rea kokku&quot; esimese rea
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302912apps/erpnext/erpnext/buying/doctype/supplier_scorecard/supplier_scorecard_dashboard.py +6,This covers all scorecards tied to this Setup,See hõlmab kõiki selle seadistusega seotud tulemuste kaarte
2913apps/erpnext/erpnext/selling/doctype/product_bundle/product_bundle.py +29,Child Item should not be a Product Bundle. Please remove item `{0}` and save,Lapse toode ei tohiks olla Toote Bundle. Palun eemalda kirje `{0}` ja säästa
2914apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +12,Banking,Pangandus
2915apps/erpnext/erpnext/utilities/activation.py +108,Add Timesheets,Lisa Timesheets
2916DocType: Vehicle Service,Service Item,Teenuse toode
2917DocType: Bank Guarantee,Bank Guarantee,Panga garantii
2918apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py +39,Please click on 'Generate Schedule' to get schedule,Palun kliki &quot;Loo Ajakava&quot; saada ajakava
Frappe PR Bot748c0242018-06-21 10:34:28 +05302919DocType: Blanket Order Item,Ordered Quantity,Tellitud Kogus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302920apps/erpnext/erpnext/public/js/setup_wizard.js +118,"e.g. ""Build tools for builders""",nt &quot;Ehita vahendid ehitajad&quot;
2921DocType: Grading Scale,Grading Scale Intervals,Hindamisskaala Intervallid
Frappe PR Bot748c0242018-06-21 10:34:28 +05302922DocType: Item Default,Purchase Defaults,Ostu vaikeväärtused
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302923apps/erpnext/erpnext/accounts/report/profit_and_loss_statement/profit_and_loss_statement.py +39,Profit for the year,Aasta kasum
2924apps/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}: Raamatupidamine kirjet {2} saab teha ainult valuuta: {3}
2925DocType: Fee Schedule,In Process,Teoksil olev
2926DocType: Authorization Rule,Itemwise Discount,Itemwise Soodus
2927apps/erpnext/erpnext/config/accounts.py +75,Tree of financial accounts.,Puude ja finantsaruanded.
Frappe PR Botb2a64d62018-05-16 10:46:11 +05302928DocType: Bank Guarantee,Reference Document Type,Viide Dokumendi liik
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302929DocType: Cash Flow Mapping,Cash Flow Mapping,Rahavoogude kaardistamine
Frappe PR Bot748c0242018-06-21 10:34:28 +05302930apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +396,{0} against Sales Order {1},{0} vastu Sales Order {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302931DocType: Account,Fixed Asset,Põhivarade
2932apps/erpnext/erpnext/config/stock.py +328,Serialized Inventory,SERIALIZED Inventory
Frappe PR Bot748c0242018-06-21 10:34:28 +05302933apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +1013,Invalid {0} for Inter Company Invoice.,Kehtib ettevõtte esindaja arvele {0}.
2934,Department Analytics,Osakonna analüüs
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302935apps/erpnext/erpnext/regional/doctype/gst_settings/gst_settings.py +74,Email not found in default contact,E-post ei leitud vaikekontaktis
Frappe PR Bot59a2a652018-04-12 13:36:55 +05302936apps/erpnext/erpnext/erpnext_integrations/doctype/woocommerce_settings/woocommerce_settings.js +23,Generate Secret,Loo saladus
Frappe PR Botb2a64d62018-05-16 10:46:11 +05302937DocType: Loan,Account Info,Konto andmed
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302938DocType: Activity Type,Default Billing Rate,Vaikimisi Arved Rate
2939DocType: Fees,Include Payment,Lisada makse
2940apps/erpnext/erpnext/education/doctype/student_group_creation_tool/student_group_creation_tool.py +77,{0} Student Groups created.,{0} Üliõpilasgrupid loodud.
2941DocType: Sales Invoice,Total Billing Amount,Arve summa
2942apps/erpnext/erpnext/education/doctype/fee_schedule/fee_schedule.py +50,Program in the Fee Structure and Student Group {0} are different.,Tasulise struktuuri ja õpilaste rühma programm {0} on erinevad.
Frappe PR Bot748c0242018-06-21 10:34:28 +05302943DocType: Bank Statement Transaction Entry,Receivable Account,Nõue konto
2944apps/erpnext/erpnext/controllers/accounts_controller.py +647,Row #{0}: Asset {1} is already {2},Rida # {0}: Asset {1} on juba {2}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302945DocType: Quotation Item,Stock Balance,Stock Balance
Frappe PR Bot748c0242018-06-21 10:34:28 +05302946apps/erpnext/erpnext/config/selling.py +327,Sales Order to Payment,Sales Order maksmine
2947apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +111,CEO,tegevdirektor
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302948DocType: Purchase Invoice,With Payment of Tax,Maksu tasumisega
2949DocType: Expense Claim Detail,Expense Claim Detail,Kuluhüvitussüsteeme Detail
2950DocType: Purchase Invoice,TRIPLICATE FOR SUPPLIER,Kolmekordselt TARNIJA
Frappe PR Bot748c0242018-06-21 10:34:28 +05302951DocType: Exchange Rate Revaluation Account,New Balance In Base Currency,Uus bilanss baasvaluutas
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302952DocType: Land Unit,Is Container,On konteiner
2953DocType: Crop Cycle,This will be day 1 of the crop cycle,See on põllukultuuride tsükli 1. päev
Frappe PR Bot748c0242018-06-21 10:34:28 +05302954apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +910,Please select correct account,Palun valige õige konto
2955DocType: Salary Structure Assignment,Salary Structure Assignment,Palga struktuuri määramine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302956DocType: Purchase Invoice Item,Weight UOM,Kaal UOM
Frappe PR Bot748c0242018-06-21 10:34:28 +05302957apps/erpnext/erpnext/config/accounts.py +478,List of available Shareholders with folio numbers,Folio numbritega ostetud aktsionäride nimekiri
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302958DocType: Salary Structure Employee,Salary Structure Employee,Palgastruktuur Employee
Frappe PR Botb2a64d62018-05-16 10:46:11 +05302959apps/erpnext/erpnext/stock/report/stock_balance/stock_balance.js +50,Show Variant Attributes,Näita variandi atribuute
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302960DocType: Student,Blood Group,Veregrupp
2961DocType: Course,Course Name,Kursuse nimi
2962DocType: Employee Leave Approver,Users who can approve a specific employee's leave applications,"Kasutajad, kes saab kinnitada konkreetse töötaja puhkuse rakendused"
Frappe PR Botb2a64d62018-05-16 10:46:11 +05302963apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +53,Office Equipments,Büroo seadmed
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302964DocType: Purchase Invoice Item,Qty,Kogus
2965DocType: Fiscal Year,Companies,Ettevõtted
2966DocType: Supplier Scorecard,Scoring Setup,Hindamise seadistamine
2967apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +24,Electronics,Elektroonika
Frappe PR Bot748c0242018-06-21 10:34:28 +05302968apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +349,Debit ({0}),Deebet ({0})
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302969DocType: Stock Settings,Raise Material Request when stock reaches re-order level,"Tõsta materjal taotlus, kui aktsia jõuab uuesti, et tase"
Frappe PR Bot748c0242018-06-21 10:34:28 +05302970apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +101,Full-time,Täiskohaga
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302971DocType: Payroll Entry,Employees,Töötajad
2972DocType: Employee,Contact Details,Kontaktandmed
2973DocType: C-Form,Received Date,Vastatud kuupäev
2974DocType: Delivery Note,"If you have created a standard template in Sales Taxes and Charges Template, select one and click on the button below.","Kui olete loonud standard malli Müük maksud ja tasud Mall, valige neist üks ja klõpsa nuppu allpool."
2975DocType: BOM Scrap Item,Basic Amount (Company Currency),Põhisumma (firma Valuuta)
2976DocType: Student,Guardians,Kaitsjad
2977apps/erpnext/erpnext/templates/pages/integrations/gocardless_confirmation.html +13,Payment Confirmation,Maksekinnitus
2978DocType: Shopping Cart Settings,Prices will not be shown if Price List is not set,"Hinnad ei näidata, kui hinnakiri ei ole valitud"
2979DocType: Stock Entry,Total Incoming Value,Kokku Saabuva Value
Frappe PR Bot748c0242018-06-21 10:34:28 +05302980apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +367,Debit To is required,Kanne on vajalik
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302981apps/erpnext/erpnext/utilities/activation.py +109,"Timesheets help keep track of time, cost and billing for activites done by your team","Timesheets aitab jälgida aega, kulusid ja arveldamise aja veetmiseks teha oma meeskonda"
Frappe PR Botb2a64d62018-05-16 10:46:11 +05302982apps/erpnext/erpnext/stock/report/item_prices/item_prices.py +40,Purchase Price List,Ostu hinnakiri
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302983apps/erpnext/erpnext/config/buying.py +155,Templates of supplier scorecard variables.,Pakkujate tulemuskaardi muutujate mallid.
2984DocType: Job Offer Term,Offer Term,Tähtajaline
2985DocType: Asset,Quality Manager,Kvaliteedi juht
2986DocType: Job Applicant,Job Opening,Vaba töökoht
2987DocType: Payment Reconciliation,Payment Reconciliation,Makse leppimise
2988apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py +153,Please select Incharge Person's name,Palun valige incharge isiku nimi
2989apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +51,Technology,Tehnoloogia
2990DocType: Hub Settings,Unregister from Hub,Registreerumine Hubist
2991apps/erpnext/erpnext/public/js/utils.js +108,Total Unpaid: {0},Kokku Palgata: {0}
2992DocType: BOM Website Operation,BOM Website Operation,Bom Koduleht operatsiooni
Frappe PR Bot748c0242018-06-21 10:34:28 +05302993DocType: Bank Statement Transaction Payment Item,outstanding_amount,tasumata summa
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302994DocType: Supplier Scorecard,Supplier Score,Tarnija skoor
Frappe PR Botb2a64d62018-05-16 10:46:11 +05302995apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +231,Total Invoiced Amt,Kokku arve Amt
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05302996DocType: Supplier,Warn RFQs,Hoiata RFQs
2997DocType: BOM,Conversion Rate,tulosmuuntokertoimella
2998apps/erpnext/erpnext/templates/pages/product_search.html +3,Product Search,Tooteotsing
2999DocType: Assessment Plan,To Time,Et aeg
Frappe PR Bot748c0242018-06-21 10:34:28 +05303000apps/erpnext/erpnext/hr/utils.py +189,) for {0},) jaoks {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303001DocType: Authorization Rule,Approving Role (above authorized value),Kinnitamine roll (üle lubatud väärtuse)
Frappe PR Bot748c0242018-06-21 10:34:28 +05303002apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +134,Credit To account must be a Payable account,Krediidi konto peab olema tasulised konto
Frappe PR Botb2a64d62018-05-16 10:46:11 +05303003DocType: Loan,Total Amount Paid,Kogusumma tasutud
Frappe PR Bot748c0242018-06-21 10:34:28 +05303004DocType: Asset,Insurance End Date,Kindlustuse lõppkuupäev
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303005apps/erpnext/erpnext/education/doctype/student_applicant/student_applicant.py +43,Please select Student Admission which is mandatory for the paid student applicant,"Palun valige Student Admission, mis on tasuline üliõpilaspidaja kohustuslik"
3006apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +355,BOM recursion: {0} cannot be parent or child of {2},Bom recursion: {0} ei saa olla vanem või laps {2}
Frappe PR Bot59a2a652018-04-12 13:36:55 +05303007apps/erpnext/erpnext/hub_node/doctype/hub_settings/hub_settings.py +36,Please select a Price List to publish pricing,Hinnakirja avaldamiseks valige hinnakiri
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303008apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center_tree.js +38,Budget List,Eelarve nimekiri
3009DocType: Work Order Operation,Completed Qty,Valminud Kogus
Frappe PR Bot748c0242018-06-21 10:34:28 +05303010apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +180,"For {0}, only debit accounts can be linked against another credit entry","Sest {0}, ainult deebetkontode võib olla seotud teise vastu kreeditlausend"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303011apps/erpnext/erpnext/stock/doctype/item_price/item_price.py +27,Price List {0} is disabled,Hinnakiri {0} on keelatud
3012apps/erpnext/erpnext/projects/doctype/timesheet/timesheet.py +127,Row {0}: Completed Qty cannot be more than {1} for operation {2},Rida {0}: Teostatud Kogus ei saa olla rohkem kui {1} tööks {2}
3013DocType: Manufacturing Settings,Allow Overtime,Laske Ületunnitöö
Frappe PR Botb2a64d62018-05-16 10:46:11 +05303014apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +149,"Serialized Item {0} cannot be updated using Stock Reconciliation, please use Stock Entry","Seeriatootmiseks Oksjoni {0} ei saa uuendada, kasutades Stock vastavuse kontrollimiseks kasutada Stock Entry"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303015DocType: Training Event Employee,Training Event Employee,Koolitus Sündmus Employee
Frappe PR Bot748c0242018-06-21 10:34:28 +05303016apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +1219,Maximum Samples - {0} can be retained for Batch {1} and Item {2}.,Suurimad proovid - {0} saab säilitada partii {1} ja üksuse {2} jaoks.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303017apps/erpnext/erpnext/healthcare/doctype/physician_schedule/physician_schedule.js +7,Add Time Slots,Lisage ajapilusid
Frappe PR Bot748c0242018-06-21 10:34:28 +05303018apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +204,{0} Serial Numbers required for Item {1}. You have provided {2}.,{0} seerianumbrid vajalik Eseme {1}. Sa andsid {2}.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303019DocType: Stock Reconciliation Item,Current Valuation Rate,Praegune Hindamine Rate
3020DocType: Training Event,Advance,Ettemaks
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303021apps/erpnext/erpnext/config/erpnext_integrations.py +13,GoCardless payment gateway settings,GoCardless maksejuhtseadistused
Frappe PR Bot748c0242018-06-21 10:34:28 +05303022apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +129,Exchange Gain/Loss,Exchange kasum / kahjum
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303023DocType: Opportunity,Lost Reason,Kaotatud Reason
Frappe PR Bot748c0242018-06-21 10:34:28 +05303024apps/erpnext/erpnext/controllers/accounts_controller.py +297,Row #{0}: Account {1} does not belong to company {2},Rida # {0}: konto {1} ei kuulu ettevõttele {2}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303025apps/erpnext/erpnext/setup/doctype/naming_series/naming_series.py +30,Unable to find DocType {0},DocType&#39;i leidmine nurjus {0}
3026apps/erpnext/erpnext/public/js/templates/address_list.html +22,New Address,New Address
3027DocType: Quality Inspection,Sample Size,Valimi suurus
3028apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +47,Please enter Receipt Document,Palun sisesta laekumine Dokumendi
Frappe PR Bot748c0242018-06-21 10:34:28 +05303029apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +411,All items have already been invoiced,Kõik esemed on juba arve
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303030apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +49,Please specify a valid 'From Case No.',Palun täpsustage kehtiv &quot;From Juhtum nr&quot;
3031apps/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,"Lisaks kuluallikad on võimalik teha rühma all, kuid kanded saab teha peale mitte-Groups"
Frappe PR Bot748c0242018-06-21 10:34:28 +05303032apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +40,Total allocated leaves are more days than maximum allocation of {0} leave type for employee {1} in the period,Välja eraldatud lehed on rohkem kui {0} puhkuse maksimaalne jaotamine töötaja jaoks {1} perioodil
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303033apps/erpnext/erpnext/config/setup.py +66,Users and Permissions,Kasutajad ja reeglid
3034DocType: Vehicle Log,VLOG.,Videoblogi.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303035DocType: Branch,Branch,Oks
3036DocType: Soil Analysis,Ca/(K+Ca+Mg),Ca / (K + Ca + Mg)
3037DocType: Delivery Trip,Fulfillment User,Täitmise kasutaja
3038apps/erpnext/erpnext/config/setup.py +61,Printing and Branding,Trükkimine ja Branding
3039DocType: Company,Total Monthly Sales,Kuu kogu müük
3040DocType: Agriculture Analysis Criteria,Weather,Ilm
3041DocType: Bin,Actual Quantity,Tegelik Kogus
3042DocType: Shipping Rule,example: Next Day Shipping,Näiteks: Järgmine päev kohaletoimetamine
3043apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py +187,Serial No {0} not found,Serial No {0} ei leitud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303044DocType: Fee Schedule Program,Fee Schedule Program,Tasu ajakava programm
3045DocType: Fee Schedule Program,Student Batch,Student Partii
3046apps/erpnext/erpnext/utilities/activation.py +119,Make Student,Tee Student
3047DocType: Supplier Scorecard Scoring Standing,Min Grade,Minimaalne hinne
3048apps/erpnext/erpnext/projects/doctype/project/project.py +218,You have been invited to collaborate on the project: {0},Sind on kutsutud koostööd projekti: {0}
Frappe PR Bot748c0242018-06-21 10:34:28 +05303049DocType: Supplier Group,Parent Supplier Group,Vanemate tarnija rühm
3050apps/erpnext/erpnext/healthcare/doctype/patient_appointment/patient_appointment.py +159,Physician not available on {0},Arst ei ole saadaval {0}
3051apps/erpnext/erpnext/accounts/report/consolidated_financial_statement/consolidated_financial_statement.js +47,Accumulated Values in Group Company,Kogunenud väärtused kontsernis
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303052DocType: Leave Block List Date,Block Date,Block kuupäev
3053DocType: Crop,Crop,Kärpima
3054DocType: Purchase Receipt,Supplier Delivery Note,Tarnija kättetoimetamise märkus
3055apps/erpnext/erpnext/education/doctype/student_admission/templates/student_admission.html +70,Apply Now,Rakendatakse kohe
Frappe PR Bot748c0242018-06-21 10:34:28 +05303056DocType: Employee Tax Exemption Proof Submission Detail,Type of Proof,Tõendi liik
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303057apps/erpnext/erpnext/stock/dashboard/item_dashboard_list.html +25,Actual Qty {0} / Waiting Qty {1},Tegelik Kogus {0} / Ooteaeg Kogus {1}
3058DocType: Purchase Invoice,E-commerce GSTIN,E-kaubandus GSTIN
3059DocType: Sales Order,Not Delivered,Ei ole esitanud
3060,Bank Clearance Summary,Bank Kliirens kokkuvõte
Frappe PR Botb2a64d62018-05-16 10:46:11 +05303061apps/erpnext/erpnext/config/setup.py +100,"Create and manage daily, weekly and monthly email digests.","Luua ja hallata päeva, nädala ja kuu email digests."
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303062DocType: Appraisal Goal,Appraisal Goal,Hinnang Goal
Frappe PR Bot748c0242018-06-21 10:34:28 +05303063apps/erpnext/erpnext/public/js/hub/hub_form.js +425,Suggest Category?,Soovita Kategooria?
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303064DocType: Stock Reconciliation Item,Current Amount,Praegune summa
Frappe PR Botb2a64d62018-05-16 10:46:11 +05303065apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +59,Buildings,ehitised
Frappe PR Bot748c0242018-06-21 10:34:28 +05303066apps/erpnext/erpnext/hr/doctype/employee_tax_exemption_declaration/employee_tax_exemption_declaration.py +24,Tax Declaration of {0} for period {1} already submitted.,{0} maksudeklaratsioon on juba esitatud perioodiks {1}.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303067DocType: Fee Schedule,Fee Structure,Fee struktuur
3068DocType: Timesheet Detail,Costing Amount,Mis maksavad summa
3069DocType: Student Admission Program,Application Fee,Application Fee
Frappe PR Bot748c0242018-06-21 10:34:28 +05303070apps/erpnext/erpnext/hr/doctype/payroll_entry/payroll_entry.js +60,Submit Salary Slip,Esita palgatõend
3071apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice_list.js +13,On Hold,Ootel
3072apps/erpnext/erpnext/controllers/selling_controller.py +138,Maxiumm discount for Item {0} is {1}%,Maxiumm allahindlust Punkt {0} on {1}%
3073DocType: Account,Inter Company Account,Ettevõtte konto konto
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303074apps/erpnext/erpnext/stock/doctype/item_price/item_price.js +16,Import in Bulk,Import in Bulk
3075DocType: Sales Partner,Address & Contacts,Aadress ja Kontakt
3076DocType: SMS Log,Sender Name,Saatja nimi
3077DocType: Agriculture Analysis Criteria,Agriculture Analysis Criteria,Põllumajandusanalüüsi kriteeriumid
Frappe PR Botb2a64d62018-05-16 10:46:11 +05303078DocType: HR Settings,Leave Approval Notification Template,Jäta kinnituse teatise mall
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303079DocType: POS Profile,[Select],[Vali]
Frappe PR Bot748c0242018-06-21 10:34:28 +05303080DocType: Staffing Plan Detail,Number Of Positions,Positsioonide arv
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303081DocType: Vital Signs,Blood Pressure (diastolic),Vererõhk (diastoolne)
3082DocType: SMS Log,Sent To,Saadetud
3083DocType: Agriculture Task,Holiday Management,Holiday Management
3084DocType: Payment Request,Make Sales Invoice,Tee müügiarve
Frappe PR Botb2a64d62018-05-16 10:46:11 +05303085apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +62,Softwares,tarkvara
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303086apps/erpnext/erpnext/crm/doctype/lead/lead.py +53,Next Contact Date cannot be in the past,Järgmine Kontakt kuupäev ei saa olla minevikus
3087DocType: Company,For Reference Only.,Üksnes võrdluseks.
Frappe PR Bot748c0242018-06-21 10:34:28 +05303088apps/erpnext/erpnext/healthcare/doctype/patient_appointment/patient_appointment.js +127,Physician {0} not available on {1},Arst {0} pole saadaval {1}
3089apps/erpnext/erpnext/accounts/page/pos/pos.js +2586,Select Batch No,Valige Partii nr
3090apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +71,Invalid {0}: {1},Vale {0} {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303091,GSTR-1,GSTR-1
3092DocType: Purchase Invoice,PINV-RET-,PINV-RET-
3093DocType: Fee Validity,Reference Inv,Viide inv
3094DocType: Sales Invoice Advance,Advance Amount,Advance summa
3095DocType: Manufacturing Settings,Capacity Planning,Capacity Planning
3096DocType: Supplier Quotation,Rounding Adjustment (Company Currency,Ümardamise korrigeerimine (ettevõtte valuuta
Frappe PR Bot748c0242018-06-21 10:34:28 +05303097DocType: Asset,Policy number,Politsei number
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303098apps/erpnext/erpnext/stock/report/batch_item_expiry_status/batch_item_expiry_status.py +43,'From Date' is required,&quot;From Date&quot; on vajalik
3099DocType: Journal Entry,Reference Number,Viitenumber
3100DocType: Employee,Employment Details,Tööhõive Üksikasjad
3101DocType: Employee,New Workplace,New Töökoht
Frappe PR Bot748c0242018-06-21 10:34:28 +05303102DocType: Retention Bonus,Retention Bonus,Retention bonus
3103apps/erpnext/erpnext/manufacturing/doctype/work_order/work_order.js +348,Material Consumption,Materiaalne tarbimine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303104apps/erpnext/erpnext/crm/doctype/opportunity/opportunity_list.js +17,Set as Closed,Pane suletud
Frappe PR Bot748c0242018-06-21 10:34:28 +05303105apps/erpnext/erpnext/stock/get_item_details.py +137,No Item with Barcode {0},No Punkt Triipkood {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303106DocType: Normal Test Items,Require Result Value,Nõuda tulemuse väärtust
3107DocType: Item,Show a slideshow at the top of the page,Näita slaidiseansi ülaosas lehele
3108apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +532,Boms,Boms
Frappe PR Bot748c0242018-06-21 10:34:28 +05303109apps/erpnext/erpnext/stock/doctype/item/item.py +177,Stores,Kauplused
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303110DocType: Project Type,Projects Manager,Projektijuhina
3111DocType: Serial No,Delivery Time,Tarne aeg
Frappe PR Bot748c0242018-06-21 10:34:28 +05303112apps/erpnext/erpnext/accounts/report/accounts_payable/accounts_payable.js +39,Ageing Based On,Vananemine Põhineb
3113apps/erpnext/erpnext/healthcare/doctype/patient_appointment/patient_appointment.py +63,Appointment cancelled,Kohtumine tühistati
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303114DocType: Item,End of Life,End of Life
Frappe PR Bot748c0242018-06-21 10:34:28 +05303115apps/erpnext/erpnext/demo/setup/setup_data.py +325,Travel,Reisimine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303116DocType: Student Report Generation Tool,Include All Assessment Group,Lisage kõik hindamisrühmad
Frappe PR Bot748c0242018-06-21 10:34:28 +05303117apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +227,No active or default Salary Structure found for employee {0} for the given dates,Ei aktiivne või vaikimisi Palgastruktuur leitud töötaja {0} jaoks antud kuupäeva
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303118DocType: Leave Block List,Allow Users,Luba kasutajatel
3119DocType: Purchase Order,Customer Mobile No,Kliendi Mobiilne pole
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303120DocType: Cash Flow Mapping Template Details,Cash Flow Mapping Template Details,Rahavoogude kaardistamise malli üksikasjad
Frappe PR Botb2a64d62018-05-16 10:46:11 +05303121apps/erpnext/erpnext/config/non_profit.py +68,Loan Management,Laenujuhtimine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303122DocType: Cost Center,Track separate Income and Expense for product verticals or divisions.,Jälgi eraldi tulude ja kulude toote vertikaalsed või jagunemise.
3123DocType: Rename Tool,Rename Tool,Nimeta Tool
Frappe PR Bot748c0242018-06-21 10:34:28 +05303124apps/erpnext/erpnext/manufacturing/doctype/bom/bom.js +81,Update Cost,Värskenda Cost
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303125DocType: Item Reorder,Item Reorder,Punkt Reorder
Frappe PR Bot748c0242018-06-21 10:34:28 +05303126apps/erpnext/erpnext/hr/doctype/salary_structure/salary_structure.js +438,Show Salary Slip,Näita palgatõend
3127apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +898,Transfer Material,Transfer Materjal
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303128DocType: Fees,Send Payment Request,Saada makse taotlus
3129DocType: BOM,"Specify the operations, operating cost and give a unique Operation no to your operations.",Määrake tegevuse töökulud ja annab ainulaadse operatsiooni ei oma tegevuse.
Frappe PR Bot748c0242018-06-21 10:34:28 +05303130DocType: Travel Request,Any other details,Kõik muud üksikasjad
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303131DocType: Water Analysis,Origin,Päritolu
Frappe PR Bot748c0242018-06-21 10:34:28 +05303132apps/erpnext/erpnext/controllers/status_updater.py +207,This document is over limit by {0} {1} for item {4}. Are you making another {3} against the same {2}?,See dokument on üle piiri {0} {1} artiklijärgse {4}. Kas tegemist teise {3} samade {2}?
3133apps/erpnext/erpnext/public/js/controllers/transaction.js +1162,Please set recurring after saving,Palun määra korduvate pärast salvestamist
3134apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +774,Select change amount account,Vali muutus summa kontole
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303135DocType: Purchase Invoice,Price List Currency,Hinnakiri Valuuta
3136DocType: Naming Series,User must always select,Kasutaja peab alati valida
3137DocType: Stock Settings,Allow Negative Stock,Laske Negatiivne Stock
3138DocType: Installation Note,Installation Note,Paigaldamine Märkus
3139DocType: Soil Texture,Clay,Savi
3140DocType: Topic,Topic,teema
Frappe PR Bot748c0242018-06-21 10:34:28 +05303141apps/erpnext/erpnext/hr/doctype/compensatory_leave_request/compensatory_leave_request.py +20,Please select a leave type to submit the request,"Palun valige palve tüüp, et taotlust esitada"
3142apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +99,Cash Flow from Financing,Finantseerimistegevuse rahavoost
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303143DocType: Budget Account,Budget Account,Eelarve konto
3144DocType: Quality Inspection,Verified By,Kontrollitud
Frappe PR Bot748c0242018-06-21 10:34:28 +05303145DocType: Travel Request,Name of Organizer,Korraldaja nimi
3146apps/erpnext/erpnext/setup/doctype/company/company.py +82,"Cannot change company's default currency, because there are existing transactions. Transactions must be cancelled to change the default currency.","Ei saa muuta ettevõtte default valuutat, sest seal on olemasolevate tehingud. Tehingud tuleb tühistada muuta default valuutat."
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303147DocType: Cash Flow Mapping,Is Income Tax Liability,Kas tulumaksukohustus
3148DocType: Grading Scale Interval,Grade Description,Hinne kirjeldus
Frappe PR Bot748c0242018-06-21 10:34:28 +05303149DocType: Clinical Procedure,Is Invoiced,On arve
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303150DocType: Stock Entry,Purchase Receipt No,Ostutšekk pole
Frappe PR Botb2a64d62018-05-16 10:46:11 +05303151apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +31,Earnest Money,Käsiraha
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303152DocType: Sales Invoice, Shipping Bill Number,Shipping Bill Number
3153apps/erpnext/erpnext/stock/doctype/item/item_dashboard.py +34,Traceability,Jälgitavus
3154DocType: Asset Maintenance Log,Actions performed,Sooritatud toimingud
3155DocType: Cash Flow Mapper,Section Leader,Sektsiooni juht
Frappe PR Bot748c0242018-06-21 10:34:28 +05303156apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +144,Source of Funds (Liabilities),Vahendite allika (Kohustused)
3157apps/erpnext/erpnext/assets/doctype/asset_movement/asset_movement.py +35,Source and Target Location cannot be same,Allika ja sihtimise asukoht ei pruugi olla sama
3158apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +484,Quantity in row {0} ({1}) must be same as manufactured quantity {2},"Kogus järjest {0} ({1}) peab olema sama, mida toodetakse kogus {2}"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303159DocType: Supplier Scorecard Scoring Standing,Employee,Töötaja
Frappe PR Botb2a64d62018-05-16 10:46:11 +05303160DocType: Bank Guarantee,Fixed Deposit Number,Fikseeritud hoiuse number
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303161DocType: Asset Repair,Failure Date,Ebaõnnestumise kuupäev
Frappe PR Bot748c0242018-06-21 10:34:28 +05303162DocType: Support Search Source,Result Title Field,Tulemus Tiitelvälja
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303163DocType: Sample Collection,Collected Time,Kogutud aeg
3164DocType: Company,Sales Monthly History,Müügi kuu ajalugu
3165DocType: Asset Maintenance Task,Next Due Date,Järgmine tähtaeg
Frappe PR Bot748c0242018-06-21 10:34:28 +05303166apps/erpnext/erpnext/public/js/utils/serial_no_batch_selector.js +242,Select Batch,Valige Partii
3167apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +276,{0} {1} is fully billed,{0} {1} on täielikult arve
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303168apps/erpnext/erpnext/healthcare/doctype/consultation/consultation.js +31,Vital Signs,Elutähtsad märgid
Frappe PR Bot748c0242018-06-21 10:34:28 +05303169DocType: Shift Type,End Time,End Time
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303170DocType: Payment Entry,Payment Deductions or Loss,Tasu vähendamisega või kaotus
3171DocType: Soil Analysis,Soil Analysis Criterias,Mullanalüüsi kriteeriumid
3172apps/erpnext/erpnext/config/setup.py +42,Standard contract terms for Sales or Purchase.,Lepingu tüüptingimused Müük või ost.
Frappe PR Bot748c0242018-06-21 10:34:28 +05303173apps/erpnext/erpnext/healthcare/doctype/patient_appointment/patient_appointment.js +325,Are you sure you want to cancel this appointment?,"Kas olete kindel, et soovite selle koosoleku tühistada?"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303174DocType: Hotel Room Pricing Package,Hotel Room Pricing Package,Hotelli toa hinna pakett
3175apps/erpnext/erpnext/config/crm.py +6,Sales Pipeline,müügivõimaluste
Frappe PR Bot748c0242018-06-21 10:34:28 +05303176apps/erpnext/erpnext/hr/doctype/payroll_entry/payroll_entry.py +199,Please set default account in Salary Component {0},Palun määra vaikimisi konto palk Component {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303177apps/erpnext/erpnext/templates/form_grid/material_request_grid.html +7,Required On,Nõutav
3178DocType: Rename Tool,File to Rename,Fail Nimeta ümber
3179apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +200,Please select BOM for Item in Row {0},Palun valige Bom Punkt reas {0}
Frappe PR Botb2a64d62018-05-16 10:46:11 +05303180apps/erpnext/erpnext/accounts/doctype/subscription/subscription.js +13,Fetch Subscription Updates,Liitumiste värskenduste hankimine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303181apps/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},Kontole {0} ei ühti Firma {1} režiimis Ülekanderublade: {2}
Frappe PR Bot748c0242018-06-21 10:34:28 +05303182apps/erpnext/erpnext/controllers/buying_controller.py +688,Specified BOM {0} does not exist for Item {1},Määratletud Bom {0} ei eksisteeri Punkt {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303183apps/erpnext/erpnext/education/doctype/student_report_generation_tool/student_report_generation_tool.html +301,Course: ,Kursus:
3184DocType: Soil Texture,Sandy Loam,Sandy Loam
Frappe PR Bot748c0242018-06-21 10:34:28 +05303185apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +238,Maintenance Schedule {0} must be cancelled before cancelling this Sales Order,Hoolduskava {0} tuleb tühistada enne tühistades selle Sales Order
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303186DocType: POS Profile,Applicable for Users,Kasutajatele kehtivad
3187DocType: Notification Control,Expense Claim Approved,Kuluhüvitussüsteeme Kinnitatud
3188apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +231,No Work Orders created,Tööpakkumised pole loodud
Frappe PR Bot748c0242018-06-21 10:34:28 +05303189apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +365,Salary Slip of employee {0} already created for this period,Palgatõend töötaja {0} on juba loodud selleks perioodiks
3190apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +144,Pharmaceutical,Pharmaceutical
3191apps/erpnext/erpnext/hr/doctype/leave_encashment/leave_encashment.py +24,You can only submit Leave Encashment for a valid encashment amount,"Saate sisestada ainult sissekande lahtioleku kohta, milleks on kehtiv kogusumma"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303192apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +26,Cost of Purchased Items,Kulud ostetud esemed
Frappe PR Bot748c0242018-06-21 10:34:28 +05303193DocType: Employee Separation,Employee Separation Template,Töötaja eraldamise mall
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303194DocType: Selling Settings,Sales Order Required,Sales Order Nõutav
3195DocType: Purchase Invoice,Credit To,Krediidi
3196apps/erpnext/erpnext/regional/report/fichier_des_ecritures_comptables_[fec]/fichier_des_ecritures_comptables_[fec].py +46,PieceDate,PieceDate
3197apps/erpnext/erpnext/selling/page/sales_funnel/sales_funnel.py +31,Active Leads / Customers,Aktiivne Testrijuhtmed / Kliendid
3198DocType: Employee Education,Post Graduate,Kraadiõppe
3199DocType: Maintenance Schedule Detail,Maintenance Schedule Detail,Hoolduskava Detail
3200DocType: Supplier Scorecard,Warn for new Purchase Orders,Hoiata uute ostutellimuste eest
3201DocType: Quality Inspection Reading,Reading 9,Lugemine 9
3202DocType: Supplier,Is Frozen,Kas Külmutatud
3203apps/erpnext/erpnext/stock/utils.py +224,Group node warehouse is not allowed to select for transactions,Group sõlme lattu ei tohi valida tehingute
3204DocType: Buying Settings,Buying Settings,Ostmine Seaded
3205DocType: Stock Entry Detail,BOM No. for a Finished Good Item,Bom No. jaoks Lõppenud Hea toode
3206DocType: Upload Attendance,Attendance To Date,Osalemine kuupäev
3207DocType: Request for Quotation Supplier,No Quote,Tsitaat ei ole
Frappe PR Bot748c0242018-06-21 10:34:28 +05303208DocType: Support Search Source,Post Title Key,Postituse pealkiri
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303209DocType: Warranty Claim,Raised By,Tõstatatud
3210DocType: Payment Gateway Account,Payment Account,Maksekonto
Frappe PR Bot748c0242018-06-21 10:34:28 +05303211apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +1053,Please specify Company to proceed,Palun täpsustage Company edasi
3212apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +81,Net Change in Accounts Receivable,Net muutus Arved
3213apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +91,Compensatory Off,Tasandusintress Off
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303214DocType: Job Offer,Accepted,Lubatud
Frappe PR Bot748c0242018-06-21 10:34:28 +05303215DocType: POS Closing Voucher,Sales Invoices Summary,Müügiarvete kokkuvõte
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303216DocType: Grant Application,Organization,organisatsioon
3217DocType: BOM Update Tool,BOM Update Tool,BOM-i värskendamise tööriist
3218DocType: SG Creation Tool Course,Student Group Name,Student Grupi nimi
3219apps/erpnext/erpnext/manufacturing/report/bom_stock_report/bom_stock_report.js +17,Show exploded view,Kuva laiendatud vaade
3220apps/erpnext/erpnext/education/doctype/fee_schedule/fee_schedule_list.js +7,Creating Fees,Tasude loomine
Frappe PR Bot748c0242018-06-21 10:34:28 +05303221apps/erpnext/erpnext/setup/doctype/company/company.js +111,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.,"Palun veendu, et sa tõesti tahad kustutada kõik tehingud selle firma. Teie kapten andmed jäävad, nagu see on. Seda toimingut ei saa tagasi võtta."
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303222apps/erpnext/erpnext/templates/pages/product_search.html +21,Search Results,Otsingu tulemused
3223DocType: Room,Room Number,Toa number
Frappe PR Botb2a64d62018-05-16 10:46:11 +05303224apps/erpnext/erpnext/utilities/transaction_base.py +101,Invalid reference {0} {1},Vale viite {0} {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303225DocType: Shipping Rule,Shipping Rule Label,Kohaletoimetamine Reegel Label
3226DocType: Journal Entry Account,Payroll Entry,Palgaarvestuse sissekanne
3227apps/erpnext/erpnext/education/doctype/fee_schedule/fee_schedule.js +75,View Fees Records,Vaadake tasusid Records
Frappe PR Bot748c0242018-06-21 10:34:28 +05303228apps/erpnext/erpnext/setup/doctype/company/company.js +55,Make Tax Template,Tehke maksumall
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303229apps/erpnext/erpnext/public/js/conf.js +28,User Forum,Kasutaja Foorum
3230apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +319,Raw Materials cannot be blank.,Tooraine ei saa olla tühi.
Frappe PR Bot748c0242018-06-21 10:34:28 +05303231apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +503,"Could not update stock, invoice contains drop shipping item.","Ei uuendada laos, arve sisaldab tilk laevandus objekt."
3232DocType: Contract,Fulfilment Status,Täitmise olek
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303233DocType: Lab Test Sample,Lab Test Sample,Lab prooviproov
3234DocType: Item Variant Settings,Allow Rename Attribute Value,Luba ümbernimetamise atribuudi väärtus
Frappe PR Bot748c0242018-06-21 10:34:28 +05303235apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +552,Quick Journal Entry,Quick päevikusissekanne
3236apps/erpnext/erpnext/manufacturing/doctype/bom/bom.js +227,You can not change rate if BOM mentioned agianst any item,Sa ei saa muuta kiirust kui Bom mainitud agianst tahes kirje
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303237DocType: Restaurant,Invoice Series Prefix,Arve seeria prefiks
3238DocType: Employee,Previous Work Experience,Eelnev töökogemus
Frappe PR Bot748c0242018-06-21 10:34:28 +05303239apps/erpnext/erpnext/hr/doctype/salary_structure/salary_structure.js +403,Assign Salary Structure,Palkade struktuuri määramine
3240DocType: Support Settings,Response Key List,Vastuse võtmete nimekiri
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303241DocType: Stock Entry,For Quantity,Sest Kogus
3242apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +205,Please enter Planned Qty for Item {0} at row {1},Palun sisestage Planeeritud Kogus jaoks Punkt {0} real {1}
Frappe PR Bot748c0242018-06-21 10:34:28 +05303243DocType: Support Search Source,API,API
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303244apps/erpnext/erpnext/stock/doctype/delivery_trip/delivery_trip.py +93,Google Maps integration is not enabled,Google Mapsi integreerimine pole lubatud
Frappe PR Bot748c0242018-06-21 10:34:28 +05303245DocType: Support Search Source,Result Preview Field,Tulemuse eelvaate väli
3246apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +273,{0} {1} is not submitted,{0} {1} ei ole esitatud
Frappe PR Botb2a64d62018-05-16 10:46:11 +05303247DocType: Subscription,Trialling,Triallimine
Frappe PR Bot748c0242018-06-21 10:34:28 +05303248DocType: Sales Invoice Item,Deferred Revenue,Edasilükkunud tulud
3249DocType: Shopify Settings,Cash Account will used for Sales Invoice creation,Sularahakontot kasutatakse müügiarve loomiseks
3250DocType: Employee Tax Exemption Declaration Category,Exemption Sub Category,Vabastuse alamkategooria
3251apps/erpnext/erpnext/buying/page/purchase_analytics/purchase_analytics.js +31,Supplier Group / Supplier,Tarnija Grupp / Tarnija
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303252DocType: Member,Membership Expiry Date,Liikmestaatuse lõppkuupäev
Frappe PR Bot748c0242018-06-21 10:34:28 +05303253apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +134,{0} must be negative in return document,{0} peab olema negatiivne vastutasuks dokumendi
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303254,Minutes to First Response for Issues,Protokoll First Response küsimustes
3255DocType: Purchase Invoice,Terms and Conditions1,Tingimused ja tingimuste kohta1
3256apps/erpnext/erpnext/public/js/setup_wizard.js +109,The name of the institute for which you are setting up this system.,"Nimi instituut, mida te Selle süsteemi rajamisel."
3257DocType: Accounts Settings,"Accounting entry frozen up to this date, nobody can do / modify entry except role specified below.","Raamatupidamise kirje külmutatud kuni see kuupäev, keegi ei saa / muuda kande arvatud rolli allpool."
3258apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.js +116,Please save the document before generating maintenance schedule,Palun dokumendi salvestada enne teeniva hooldusgraafiku
3259apps/erpnext/erpnext/manufacturing/doctype/bom_update_tool/bom_update_tool.js +30,Latest price updated in all BOMs,Värskeim hind uuenes kõigis kaitsemeetmetes
3260apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +28,Project Status,Projekti staatus
3261DocType: UOM,Check this to disallow fractions. (for Nos),Vaata seda keelata fraktsioonid. (NOS)
3262DocType: Student Admission Program,Naming Series (for Student Applicant),Nimetamine seeria (Student taotleja)
Frappe PR Bot748c0242018-06-21 10:34:28 +05303263apps/erpnext/erpnext/hr/doctype/retention_bonus/retention_bonus.py +16,Bonus Payment Date cannot be a past date,Boonuse maksmise kuupäev ei saa olla varasem kuupäev
3264DocType: Travel Request,Copy of Invitation/Announcement,Kutse / teate koopia
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303265DocType: Delivery Note,Transporter Name,Vedaja Nimi
3266DocType: Authorization Rule,Authorized Value,Lubatud Value
3267DocType: BOM,Show Operations,Näita Operations
3268,Minutes to First Response for Opportunity,Protokoll First Response Opportunity
Frappe PR Bot748c0242018-06-21 10:34:28 +05303269apps/erpnext/erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet.py +97,Total Absent,Kokku Puudub
3270apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +1016,Item or Warehouse for row {0} does not match Material Request,Punkt või lattu järjest {0} ei sobi Material taotlus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303271apps/erpnext/erpnext/config/stock.py +195,Unit of Measure,Mõõtühik
3272DocType: Fiscal Year,Year End Date,Aasta lõpp kuupäev
3273DocType: Task Depends On,Task Depends On,Task sõltub
Frappe PR Bot748c0242018-06-21 10:34:28 +05303274apps/erpnext/erpnext/buying/doctype/request_for_quotation/request_for_quotation.js +1031,Opportunity,Võimalus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303275DocType: Operation,Default Workstation,Vaikimisi Workstation
3276DocType: Notification Control,Expense Claim Approved Message,Kuluhüvitussüsteeme Kinnitatud Message
3277DocType: Payment Entry,Deductions or Loss,Mahaarvamisi või kaotus
Frappe PR Bot748c0242018-06-21 10:34:28 +05303278apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +279,{0} {1} is closed,{0} {1} on suletud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303279DocType: Email Digest,How frequently?,Kui sageli?
3280apps/erpnext/erpnext/education/doctype/fee_schedule/fee_schedule.js +55,Total Collected: {0},Kokku kogutud: {0}
3281DocType: Purchase Receipt,Get Current Stock,Võta Laoseis
3282DocType: Purchase Invoice,ineligible,sobimatu
3283apps/erpnext/erpnext/config/manufacturing.py +46,Tree of Bill of Materials,Tree of Bill of Materials
3284DocType: Student,Joining Date,Liitumine kuupäev
3285,Employees working on a holiday,Töötajat puhkusele
3286DocType: Share Balance,Current State,Praegune riik
3287apps/erpnext/erpnext/hr/doctype/employee_attendance_tool/employee_attendance_tool.js +152,Mark Present,Mark olevik
3288DocType: Share Transfer,From Shareholder,Aktsionärist
3289DocType: Project,% Complete Method,% Complete meetod
Frappe PR Bot748c0242018-06-21 10:34:28 +05303290apps/erpnext/erpnext/healthcare/setup.py +182,Drug,Ravim
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303291apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py +200,Maintenance start date can not be before delivery date for Serial No {0},Hooldus alguskuupäev ei saa olla enne tarnekuupäev Serial No {0}
3292DocType: Work Order,Actual End Date,Tegelik End Date
3293DocType: Cash Flow Mapping,Is Finance Cost Adjustment,Kas finantskulude korrigeerimine?
3294DocType: BOM,Operating Cost (Company Currency),Ekspluatatsioonikulud (firma Valuuta)
3295DocType: Purchase Invoice,PINV-,PINV-
3296DocType: Authorization Rule,Applicable To (Role),Suhtes kohaldatava (Role)
Frappe PR Bot748c0242018-06-21 10:34:28 +05303297apps/erpnext/erpnext/hr/doctype/leave_application/leave_application_dashboard.html +10,Pending Leaves,Ootel lehed
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303298DocType: BOM Update Tool,Replace BOM,Asenda BOM
3299apps/erpnext/erpnext/healthcare/doctype/lab_test_template/lab_test_template.py +110,Code {0} already exist,Kood {0} on juba olemas
Frappe PR Bot748c0242018-06-21 10:34:28 +05303300DocType: Consultation,Procedures,Protseduurid
3301apps/erpnext/erpnext/manufacturing/doctype/production_plan/production_plan.py +36,Sales orders are not available for production,Müügitellimused ei ole tootmiseks saadaval
3302DocType: Asset Movement,Purpose,Eesmärk
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303303DocType: Company,Fixed Asset Depreciation Settings,Põhivara kulum seaded
3304DocType: Item,Will also apply for variants unless overrridden,"Kehtib ka variante, kui overrridden"
3305DocType: Purchase Invoice,Advances,Edasiminek
3306DocType: Work Order,Manufacture against Material Request,Tootmine vastu Materjal taotlus
3307apps/erpnext/erpnext/education/report/course_wise_assessment_report/course_wise_assessment_report.html +14,Assessment Group: ,Hindamiskomisjon:
3308DocType: Item Reorder,Request for,taotlus
3309apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +32,Approving User cannot be same as user the rule is Applicable To,Kinnitamine Kasutaja ei saa olla sama kasutaja reegel on rakendatav
3310DocType: Stock Entry Detail,Basic Rate (as per Stock UOM),Basic Rate (ühe Stock UOM)
3311DocType: SMS Log,No of Requested SMS,Ei taotletud SMS
Frappe PR Bot748c0242018-06-21 10:34:28 +05303312apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +290,Leave Without Pay does not match with approved Leave Application records,Palgata puhkust ei ühti heaks Jäta ostusoov arvestust
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303313DocType: Campaign,Campaign-.####,Kampaania -. ####
3314apps/erpnext/erpnext/setup/page/welcome_to_erpnext/welcome_to_erpnext.html +21,Next Steps,Järgmised sammud
Frappe PR Bot748c0242018-06-21 10:34:28 +05303315DocType: Travel Request,Domestic,Riigisisesed
3316apps/erpnext/erpnext/buying/doctype/request_for_quotation/request_for_quotation.js +801,Please supply the specified items at the best possible rates,Esitada määratud objekte parima võimaliku määr
3317apps/erpnext/erpnext/hr/doctype/employee_transfer/employee_transfer.py +19,Employee Transfer cannot be submitted before Transfer Date ,Töötaja ülekandmist ei saa esitada enne ülekande kuupäeva
3318DocType: Certification Application,USD,USD
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303319apps/erpnext/erpnext/healthcare/doctype/lab_test/lab_test.js +28,Make Invoice,Tee arve
Frappe PR Bot748c0242018-06-21 10:34:28 +05303320apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.py +103,Remaining Balance,Järelejäänud saldo
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303321DocType: Selling Settings,Auto close Opportunity after 15 days,Auto sule võimalus pärast 15 päeva
Frappe PR Bot748c0242018-06-21 10:34:28 +05303322apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.py +87,Purchase Orders are not allowed for {0} due to a scorecard standing of {1}.,Ostukorraldused ei ole {0} jaoks lubatud {1} tulemuskaardi kohta.
3323apps/erpnext/erpnext/stock/doctype/item/item.py +513,Barcode {0} is not a valid {1} code,Vöötkood {0} ei ole kehtiv {1} kood
3324apps/erpnext/erpnext/accounts/report/consolidated_financial_statement/consolidated_financial_statement.js +25,End Year,End Aasta
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303325apps/erpnext/erpnext/crm/report/campaign_efficiency/campaign_efficiency.py +23,Quot/Lead %,Quot / Plii%
Frappe PR Bot748c0242018-06-21 10:34:28 +05303326apps/erpnext/erpnext/hr/doctype/employee/employee.py +129,Contract End Date must be greater than Date of Joining,Leping End Date peab olema suurem kui Liitumis
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303327DocType: Driver,Driver,Juht
3328DocType: Vital Signs,Nutrition Values,Toitumisväärtused
3329DocType: Lab Test Template,Is billable,On tasuline
3330DocType: Delivery Note,DN-,DN-
3331DocType: Sales Partner,A third party distributor / dealer / commission agent / affiliate / reseller who sells the companies products for a commission.,"Kolmas isik levitaja / edasimüüja / vahendaja / partner / edasimüüja, kes müüb ettevõtted tooted vahendustasu."
Frappe PR Bot748c0242018-06-21 10:34:28 +05303332apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +408,{0} against Purchase Order {1},{0} vastu Ostutellimuse {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303333DocType: Patient,Patient Demographics,Patsiendi demograafiline teave
3334DocType: Task,Actual Start Date (via Time Sheet),Tegelik Start Date (via Time Sheet)
3335apps/erpnext/erpnext/portal/doctype/homepage/homepage.py +15,This is an example website auto-generated from ERPNext,See on näide veebisaidi automaatselt genereeritud alates ERPNext
Frappe PR Bot748c0242018-06-21 10:34:28 +05303336apps/erpnext/erpnext/accounts/report/accounts_payable/accounts_payable.js +49,Ageing Range 1,Vananemine Range 1
3337DocType: Shopify Settings,Enable Shopify,Luba Shopify
3338apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.py +219,Total advance amount cannot be greater than total claimed amount,Ettemakse kogusumma ei tohi olla suurem kui deklareeritud kogu summa
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303339DocType: 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.
3340
3341#### Note
3342
3343The 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.
3344
3345#### Description of Columns
3346
Frappe PR Bot748c0242018-06-21 10:34:28 +053033471. Calculation Type:
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303348 - This can be on **Net Total** (that is the sum of basic amount).
3349 - **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.
3350 - **Actual** (as mentioned).
33512. Account Head: The Account ledger under which this tax will be booked
33523. Cost Center: If the tax / charge is an income (like shipping) or expense it needs to be booked against a Cost Center.
33534. Description: Description of the tax (that will be printed in invoices / quotes).
33545. Rate: Tax rate.
33556. Amount: Tax amount.
33567. Total: Cumulative total to this point.
33578. 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).
33589. 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.
335910. Add or Deduct: Whether you want to add or deduct the tax.","Standard maksu mall, mida saab rakendada kõigi ostutehingute. See mall võib sisaldada nimekirja maksu juhid ja ka teiste kulul juhid nagu &quot;Shipping&quot;, &quot;Kindlustus&quot;, &quot;Handling&quot; jt #### Märkus maksumäär Siin määratud olla hariliku maksumäära kõigile ** Kirjed * *. Kui on ** Kirjed **, mis on erineva kiirusega, tuleb need lisada ka ** Oksjoni Maksu- ** tabeli ** Oksjoni ** kapten. #### Kirjeldus veerud arvutamine 1. tüüpi: - See võib olla ** Net Kokku ** (mis on summa põhisummast). - ** On eelmise rea kokku / Summa ** (kumulatiivse maksud või maksed). Kui valite selle funktsiooni, maksu rakendatakse protsentides eelmise rea (maksu tabel) summa või kokku. - ** Tegelik ** (nagu mainitud). 2. Konto Head: Konto pearaamatu, mille alusel see maks broneeritud 3. Kulude Center: Kui maks / lõiv on sissetulek (nagu laevandus) või kulutustega tuleb kirjendada Cost Center. 4. Kirjeldus: Kirjeldus maksu (mis trükitakse arved / jutumärkideta). 5. Hinda: Maksumäär. 6. Summa: Maksu- summa. 7. Kokku: Kumulatiivne kokku selles küsimuses. 8. Sisestage Row: Kui põhineb &quot;Eelmine Row Kokku&quot; saate valida rea number, mida võtta aluseks selle arvutamine (default on eelmise rea). 9. Mõtle maksu, et: Selles sektsioonis saab määrata, kui maks / lõiv on ainult hindamise (ei kuulu kokku) või ainult kokku (ei lisa väärtust kirje) või nii. 10. Lisa või Lahutada: Kas soovite lisada või maksu maha arvata."
3360DocType: Homepage,Homepage,Kodulehekülg
3361apps/erpnext/erpnext/healthcare/page/appointment_analytic/appointment_analytic.js +68,Select Physician...,Valige arst ...
Frappe PR Bot748c0242018-06-21 10:34:28 +05303362apps/erpnext/erpnext/public/js/hub/hub_listing.js +598,Back to Products,Tagasi toodete juurde
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303363DocType: Grant Application,Grant Application Details ,Toetage rakenduse üksikasju
Frappe PR Bot748c0242018-06-21 10:34:28 +05303364DocType: Employee Separation,Employee Separation,Töötaja eraldamine
3365DocType: BOM Item,Original Item,Originaalüksus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303366DocType: Purchase Receipt Item,Recd Quantity,KONTOLE Kogus
3367apps/erpnext/erpnext/education/doctype/program_enrollment/program_enrollment.py +65,Fee Records Created - {0},Fee Records Loodud - {0}
3368DocType: Asset Category Account,Asset Category Account,Põhivarakategoori konto
Frappe PR Bot748c0242018-06-21 10:34:28 +05303369apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +919,Row #{0} (Payment Table): Amount must be positive,Row # {0} (maksetabel): summa peab olema positiivne
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303370apps/erpnext/erpnext/regional/report/fichier_des_ecritures_comptables_[fec]/fichier_des_ecritures_comptables_[fec].py +44,CompteNum,CompteNum
Frappe PR Bot748c0242018-06-21 10:34:28 +05303371apps/erpnext/erpnext/manufacturing/doctype/work_order/work_order.py +139,Cannot produce more Item {0} than Sales Order quantity {1},Ei suuda toota rohkem Punkt {0} kui Sales Order koguse {1}
3372apps/erpnext/erpnext/stock/doctype/item/item.js +422,Select Attribute Values,Vali Atribuudi väärtused
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303373DocType: Purchase Invoice,Reason For Issuing document,Motivatsioon Dokumendi väljastamiseks
Frappe PR Bot748c0242018-06-21 10:34:28 +05303374apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +578,Stock Entry {0} is not submitted,Stock Entry {0} ei ole esitatud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303375DocType: Payment Reconciliation,Bank / Cash Account,Bank / Cash konto
3376apps/erpnext/erpnext/crm/doctype/lead/lead.py +47,Next Contact By cannot be same as the Lead Email Address,Järgmine kontakteeruda ei saa olla sama Lead e-posti aadress
3377DocType: Tax Rule,Billing City,Arved City
3378DocType: Asset,Manual,käsiraamat
3379DocType: Salary Component Account,Salary Component Account,Palk Component konto
3380DocType: Global Defaults,Hide Currency Symbol,Peida Valuuta Sümbol
3381apps/erpnext/erpnext/config/non_profit.py +58,Donor information.,Anduri andmed.
Frappe PR Bot748c0242018-06-21 10:34:28 +05303382apps/erpnext/erpnext/config/accounts.py +336,"e.g. Bank, Cash, Credit Card","nt Bank, Raha, Krediitkaart"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303383DocType: Lead Source,Source Name,Allikas Nimi
3384DocType: Vital Signs,"Normal resting blood pressure in an adult is approximately 120 mmHg systolic, and 80 mmHg diastolic, abbreviated ""120/80 mmHg""","Täiskasvanu normaalne puhkevererõhk on umbes 120 mmHg süstoolne ja 80 mmHg diastoolne, lühend &quot;120/80 mmHg&quot;"
Frappe PR Bot748c0242018-06-21 10:34:28 +05303385apps/erpnext/erpnext/stock/doctype/batch/batch.py +124,"Set items shelf life in days, to set expiry based on manufacturing_date plus self life","Seadistage säilivusaeg päevades, aegumiskuupäev põhineb tootmis_andel pluss füüsilisest elust"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303386DocType: Journal Entry,Credit Note,Kreeditaviis
3387DocType: Projects Settings,Ignore Employee Time Overlap,Ignoreeri töötajate kellaaega
3388DocType: Warranty Claim,Service Address,Teenindus Aadress
3389DocType: Asset Maintenance Task,Calibration,Kalibreerimine
Frappe PR Bot748c0242018-06-21 10:34:28 +05303390apps/erpnext/erpnext/healthcare/doctype/patient_appointment/patient_appointment.py +99,{0} is a company holiday,{0} on ettevõtte puhkus
Frappe PR Botb2a64d62018-05-16 10:46:11 +05303391apps/erpnext/erpnext/patches/v11_0/add_default_email_template_for_leave.py +19,Leave Status Notification,Jäta olekutest teavitamine
Frappe PR Bot748c0242018-06-21 10:34:28 +05303392DocType: Patient Appointment,Procedure Prescription,Protseduuriretseptsioon
Frappe PR Botb2a64d62018-05-16 10:46:11 +05303393apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +50,Furnitures and Fixtures,Mööbel ja lambid
Frappe PR Bot748c0242018-06-21 10:34:28 +05303394DocType: Travel Request,Travel Type,Reisitüüp
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303395DocType: Item,Manufacture,Tootmine
3396apps/erpnext/erpnext/utilities/user_progress.py +27,Setup Company,Setup Company
3397,Lab Test Report,Lab katsearuanne
Frappe PR Bot748c0242018-06-21 10:34:28 +05303398DocType: Employee Benefit Application,Employee Benefit Application,Töövõtja hüvitise taotlus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303399apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.js +13,Please Delivery Note first,Palun saateleht esimene
3400DocType: Student Applicant,Application Date,Esitamise kuupäev
Frappe PR Bot748c0242018-06-21 10:34:28 +05303401DocType: Salary Component,Amount based on formula,Põhinev summa valem
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303402DocType: Purchase Invoice,Currency and Price List,Valuuta ja hinnakiri
3403DocType: Opportunity,Customer / Lead Name,Klienditeenindus / Plii nimi
3404apps/erpnext/erpnext/accounts/doctype/bank_reconciliation/bank_reconciliation.py +115,Clearance Date not mentioned,Kliirens kuupäev ei ole nimetatud
Frappe PR Bot748c0242018-06-21 10:34:28 +05303405DocType: Payroll Period,Taxable Salary Slabs,Tasulised palgaplaadid
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303406apps/erpnext/erpnext/config/manufacturing.py +7,Production,Toodang
3407DocType: Guardian,Occupation,okupatsioon
3408apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.js +74,Row {0}:Start Date must be before End Date,Row {0}: Start Date tuleb enne End Date
Frappe PR Bot748c0242018-06-21 10:34:28 +05303409DocType: Salary Component,Max Benefit Amount (Yearly),Maksimaalne hüvitise summa (aastane)
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303410DocType: Crop,Planting Area,Istutusala
3411apps/erpnext/erpnext/controllers/trends.py +19,Total(Qty),Kokku (tk)
3412DocType: Installation Note Item,Installed Qty,Paigaldatud Kogus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303413apps/erpnext/erpnext/utilities/user_progress.py +31,You added ,Sa lisasid
3414DocType: Purchase Taxes and Charges,Parenttype,Parenttype
3415apps/erpnext/erpnext/hr/doctype/training_event/training_event.js +10,Training Result,koolitus Tulemus
3416DocType: Purchase Invoice,Is Paid,makstakse
3417DocType: Salary Structure,Total Earning,Kokku teenimine
3418DocType: Purchase Receipt,Time at which materials were received,"Aeg, mil materjale ei laekunud"
3419DocType: Products Settings,Products per Page,Tooteid lehel
3420DocType: Stock Ledger Entry,Outgoing Rate,Väljuv Rate
Frappe PR Bot748c0242018-06-21 10:34:28 +05303421apps/erpnext/erpnext/controllers/accounts_controller.py +346, or ,või
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303422DocType: Sales Order,Billing Status,Arved staatus
3423apps/erpnext/erpnext/public/js/conf.js +32,Report an Issue,Teata probleemist
Frappe PR Bot748c0242018-06-21 10:34:28 +05303424apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +127,Utility Expenses,Utility kulud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303425apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py +64,90-Above,90-Above
Frappe PR Bot748c0242018-06-21 10:34:28 +05303426apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +253,Row #{0}: Journal Entry {1} does not have account {2} or already matched against another voucher,Rida # {0}: päevikusissekanne {1} ei ole arvesse {2} või juba võrreldakse teise kviitungi
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303427DocType: Supplier Scorecard Criteria,Criteria Weight,Kriteeriumide kaal
Frappe PR Botb2a64d62018-05-16 10:46:11 +05303428apps/erpnext/erpnext/patches/v11_0/add_default_email_template_for_leave.py +7,Leave Approval Notification,Jäta heakskiidu teatis
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303429DocType: Buying Settings,Default Buying Price List,Vaikimisi ostmine hinnakiri
3430DocType: Payroll Entry,Salary Slip Based on Timesheet,Palgatõend põhjal Töögraafik
Frappe PR Botb2a64d62018-05-16 10:46:11 +05303431apps/erpnext/erpnext/stock/report/item_price_stock/item_price_stock.py +49,Buying Rate,Ostuhind
Frappe PR Bot748c0242018-06-21 10:34:28 +05303432apps/erpnext/erpnext/controllers/buying_controller.py +571,Row {0}: Enter location for the asset item {1},Rida {0}: sisestage varade kirje asukoht {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303433DocType: Notification Control,Sales Order Message,Sales Order Message
3434apps/erpnext/erpnext/config/setup.py +15,"Set Default Values like Company, Currency, Current Fiscal Year, etc.","Vaikeväärtuste nagu firma, valuuta, jooksval majandusaastal jms"
3435DocType: Payment Entry,Payment Type,Makse tüüp
Frappe PR Bot748c0242018-06-21 10:34:28 +05303436apps/erpnext/erpnext/stock/doctype/batch/batch.py +245,Please select a Batch for Item {0}. Unable to find a single batch that fulfills this requirement,"Palun valige partii Oksjoni {0}. Ei leia ühe partii, mis vastab sellele nõudele"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303437DocType: Hub Category,Parent Category,Vanem kategooria
3438DocType: Payroll Entry,Select Employees,Vali Töötajad
Frappe PR Bot748c0242018-06-21 10:34:28 +05303439DocType: Shopify Settings,Sales Invoice Series,Müügiarve seeria
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303440DocType: Opportunity,Potential Sales Deal,Potentsiaalne Sales Deal
3441DocType: Complaint,Complaints,Kaebused
Frappe PR Bot748c0242018-06-21 10:34:28 +05303442DocType: Employee Tax Exemption Declaration,Employee Tax Exemption Declaration,Töötaja maksuvabastuse deklaratsioon
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303443DocType: Payment Entry,Cheque/Reference Date,Tšekk / Reference kuupäev
3444DocType: Purchase Invoice,Total Taxes and Charges,Kokku maksud ja tasud
Frappe PR Bot748c0242018-06-21 10:34:28 +05303445apps/erpnext/erpnext/assets/doctype/asset/asset.py +78,Available-for-use Date is entered as past date,Kättesaadav kuupäev on sisestatud eelmise kuupäevana
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303446DocType: Employee,Emergency Contact,Hädaabi kontaktinfo
3447DocType: Bank Reconciliation Detail,Payment Entry,makse Entry
3448,sales-browser,müügi-brauser
Frappe PR Bot59a2a652018-04-12 13:36:55 +05303449apps/erpnext/erpnext/accounts/doctype/account/account.js +73,Ledger,Kontoraamat
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303450DocType: Patient Medical Record,PMR-,PMR-
3451DocType: Drug Prescription,Drug Code,Ravimikood
3452DocType: Target Detail,Target Amount,Sihtsummaks
3453DocType: POS Profile,Print Format for Online,Trükiformaat veebis
3454DocType: Shopping Cart Settings,Shopping Cart Settings,Ostukorv Seaded
3455DocType: Journal Entry,Accounting Entries,Raamatupidamise kanded
3456apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +17,"If selected Pricing Rule is made for 'Rate', it will overwrite Price List. Pricing Rule rate is the final rate, 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.","Kui valitud on Hinnakujunduse reegel, määratakse hinnakiri ümber. Hinnakujundus Reeglite määr on lõplik määr, seega ei tohiks rakendada täiendavat allahindlust. Seega sellistes tehingutes nagu Müügitellimus, Ostutellimus jne, lisatakse see väljale &quot;Hindamine&quot;, mitte &quot;Hinnakirja määr&quot;."
Frappe PR Botb2a64d62018-05-16 10:46:11 +05303457DocType: Journal Entry,Paid Loan,Tasuline laen
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303458apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +24,Duplicate Entry. Please check Authorization Rule {0},Topeltkirje. Palun kontrollige Luba Reegel {0}
3459DocType: Journal Entry Account,Reference Due Date,Võrdluskuupäev
3460DocType: Purchase Order,Ref SQ,Ref SQ
Frappe PR Bot748c0242018-06-21 10:34:28 +05303461DocType: Leave Type,Applicable After (Working Days),Kohaldatav pärast (tööpäeva)
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303462apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +55,Receipt document must be submitted,Laekumine dokument tuleb esitada
3463DocType: Purchase Invoice Item,Received Qty,Vastatud Kogus
3464DocType: Stock Entry Detail,Serial No / Batch,Serial No / Partii
Frappe PR Bot748c0242018-06-21 10:34:28 +05303465apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +346,Not Paid and Not Delivered,Mitte Paide ja ei ole esitanud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303466DocType: Product Bundle,Parent Item,Eellaselement
3467DocType: Account,Account Type,Konto tüüp
3468DocType: Delivery Note,DN-RET-,DN-RET-
Frappe PR Bot748c0242018-06-21 10:34:28 +05303469DocType: Shopify Settings,Webhooks Details,Webhooksi üksikasjad
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303470apps/erpnext/erpnext/templates/pages/projects.html +58,No time sheets,Pole aega lehed
3471DocType: GoCardless Mandate,GoCardless Customer,GoCardless klient
Frappe PR Bot748c0242018-06-21 10:34:28 +05303472apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +160,Leave Type {0} cannot be carry-forwarded,Jäta tüüp {0} ei saa läbi-edasi
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303473apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py +215,Maintenance Schedule is not generated for all the items. Please click on 'Generate Schedule',Hoolduskava ei loodud kõik esemed. Palun kliki &quot;Loo Ajakava&quot;
3474,To Produce,Toota
Frappe PR Bot748c0242018-06-21 10:34:28 +05303475DocType: Leave Encashment,Payroll,palgafond
Frappe PR Botb2a64d62018-05-16 10:46:11 +05303476apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.js +198,"For row {0} in {1}. To include {2} in Item rate, rows {3} must also be included","Juba rida {0} on {1}. Lisada {2} Punkti kiirus, rida {3} peab olema ka"
Frappe PR Bot748c0242018-06-21 10:34:28 +05303477DocType: Healthcare Service Unit,Parent Service Unit,Vanemate teenindusüksus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303478apps/erpnext/erpnext/utilities/activation.py +101,Make User,Tee User
3479DocType: Packing Slip,Identification of the package for the delivery (for print),Identifitseerimine pakett sünnitust (trüki)
3480DocType: Bin,Reserved Quantity,Reserveeritud Kogus
3481apps/erpnext/erpnext/templates/includes/footer/footer_extension.html +34,Please enter valid email address,Sisestage kehtiv e-posti aadress
3482DocType: Volunteer Skill,Volunteer Skill,Vabatahtlik oskus
3483DocType: Bank Reconciliation,Include POS Transactions,Kaasa POS-tehingud
Frappe PR Bot748c0242018-06-21 10:34:28 +05303484DocType: Purchase Invoice,Inter Company Invoice Reference,Inter Firma arve viide
3485apps/erpnext/erpnext/selling/page/point_of_sale/point_of_sale.js +807,Please select an item in the cart,Palun valige üksus ostukorvi
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303486DocType: Landed Cost Voucher,Purchase Receipt Items,Ostutšekk Esemed
3487apps/erpnext/erpnext/config/learn.py +21,Customizing Forms,Kohandamine vormid
Frappe PR Bot748c0242018-06-21 10:34:28 +05303488apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +77,Arrear,arrear
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303489apps/erpnext/erpnext/accounts/report/asset_depreciations_and_balances/asset_depreciations_and_balances.py +158,Depreciation Amount during the period,Põhivara summa perioodil
Frappe PR Bot748c0242018-06-21 10:34:28 +05303490DocType: Sales Invoice,Is Return (Credit Note),Kas tagasipöördumine (krediit märge)
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303491apps/erpnext/erpnext/accounts/doctype/sales_taxes_and_charges_template/sales_taxes_and_charges_template.py +43,Disabled template must not be default template,Puudega template ei tohi olla vaikemalliga
Frappe PR Bot748c0242018-06-21 10:34:28 +05303492apps/erpnext/erpnext/manufacturing/doctype/production_plan/production_plan.py +290,For row {0}: Enter planned qty,Rida {0}: sisestage kavandatud kogus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303493DocType: Shareholder,SH-,SH-
3494DocType: Account,Income Account,Tulukonto
3495DocType: Payment Request,Amount in customer's currency,Summa kliendi valuuta
Frappe PR Bot748c0242018-06-21 10:34:28 +05303496apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +847,Delivery,Tarne
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303497DocType: Volunteer,Weekdays,Nädalapäevad
3498DocType: Stock Reconciliation Item,Current Qty,Praegune Kogus
3499DocType: Restaurant Menu,Restaurant Menu,Restoranimenüü
3500apps/erpnext/erpnext/templates/generators/item_group.html +36,Prev,Eelmine
3501DocType: Appraisal Goal,Key Responsibility Area,Key Vastutus Area
3502apps/erpnext/erpnext/utilities/activation.py +127,"Student Batches help you track attendance, assessments and fees for students","Student Partiidele aitab teil jälgida käimist, hinnanguid ja tasude õpilased"
3503DocType: Payment Entry,Total Allocated Amount,Eraldati kokku
Frappe PR Bot748c0242018-06-21 10:34:28 +05303504apps/erpnext/erpnext/setup/doctype/company/company.py +157,Set default inventory account for perpetual inventory,Määra vaikimisi laoseisu konto jooksva inventuuri
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303505DocType: Item Reorder,Material Request Type,Materjal Hankelepingu liik
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303506apps/erpnext/erpnext/non_profit/doctype/grant_application/grant_application.js +17,Send Grant Review Email,Saatke graafikujuliste meilide saatmine
Frappe PR Bot748c0242018-06-21 10:34:28 +05303507apps/erpnext/erpnext/accounts/page/pos/pos.js +856,"LocalStorage is full, did not save","LocalStorage on täis, ei päästa"
3508apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +113,Row {0}: UOM Conversion Factor is mandatory,Row {0}: UOM Conversion Factor on kohustuslik
3509DocType: Employee Benefit Claim,Claim Date,Taotluse kuupäev
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303510apps/erpnext/erpnext/utilities/user_progress.py +235,Room Capacity,Toa maht
3511apps/erpnext/erpnext/stock/doctype/item_alternative/item_alternative.py +28,Already record exists for the item {0},Kirje {0} jaoks on juba olemas kirje
3512apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.html +28,Ref,Ref
Frappe PR Botb2a64d62018-05-16 10:46:11 +05303513apps/erpnext/erpnext/accounts/doctype/subscription/subscription.js +48,You will lose records of previously generated invoices. Are you sure you want to restart this subscription?,"Kaotad varem koostatud arvete andmed. Kas olete kindel, et soovite selle tellimuse uuesti käivitada?"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303514DocType: Lab Test,LP-,LP-
3515DocType: Healthcare Settings,Registration Fee,Registreerimistasu
Frappe PR Bot748c0242018-06-21 10:34:28 +05303516DocType: Employee Benefit Application,Pro Rata Dispensed Amount,Pro Rata väljastatud summa
3517DocType: Stock Entry Detail,Subcontracted Item,Alltöövõtuleping
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303518DocType: Budget,Cost Center,Cost Center
Frappe PR Botb2a64d62018-05-16 10:46:11 +05303519apps/erpnext/erpnext/stock/report/stock_ledger/stock_ledger.py +45,Voucher #,Voucher #
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303520DocType: Notification Control,Purchase Order Message,Ostutellimuse Message
3521DocType: Tax Rule,Shipping Country,Kohaletoimetamine Riik
3522DocType: Selling Settings,Hide Customer's Tax Id from Sales Transactions,Peida Kliendi Maksu Id müügitehingute
3523DocType: Upload Attendance,Upload HTML,Laadi HTML
3524DocType: Employee,Relieving Date,Leevendab kuupäev
Frappe PR Bot748c0242018-06-21 10:34:28 +05303525DocType: Purchase Invoice,Total Quantity,Kogus kokku
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303526apps/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.","Hinnakujundus Reegel on tehtud üle kirjutada Hinnakiri / defineerida allahindlus protsent, mis põhineb mõned kriteeriumid."
3527DocType: Serial No,Warehouse can only be changed via Stock Entry / Delivery Note / Purchase Receipt,Ladu saab muuta ainult läbi Stock Entry / saateleht / ostutšekk
3528DocType: Employee Education,Class / Percentage,Klass / protsent
Frappe PR Bot748c0242018-06-21 10:34:28 +05303529DocType: Shopify Settings,Shopify Settings,Shopifyi seadeid
3530apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +122,Head of Marketing and Sales,Head of Marketing ja müük
3531apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +75,Income Tax,Tulumaksuseaduse
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303532apps/erpnext/erpnext/config/selling.py +174,Track Leads by Industry Type.,Rada viib Tööstuse tüüp.
3533apps/erpnext/erpnext/utilities/user_progress.py +101,Go to Letterheads,Mine kleebiste juurde
Frappe PR Botb2a64d62018-05-16 10:46:11 +05303534DocType: Subscription,Cancel At End Of Period,Lõpetage perioodi lõpus
Frappe PR Bot748c0242018-06-21 10:34:28 +05303535apps/erpnext/erpnext/hr/doctype/employee_promotion/employee_promotion.js +114,Property already added,Kinnisvara on juba lisatud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303536DocType: Item Supplier,Item Supplier,Punkt Tarnija
Frappe PR Bot748c0242018-06-21 10:34:28 +05303537apps/erpnext/erpnext/public/js/controllers/transaction.js +1263,Please enter Item Code to get batch no,Palun sisestage Kood saada partii ei
Frappe PR Botb2a64d62018-05-16 10:46:11 +05303538apps/erpnext/erpnext/selling/doctype/quotation/quotation.js +895,Please select a value for {0} quotation_to {1},Palun valige väärtust {0} quotation_to {1}
Frappe PR Bot748c0242018-06-21 10:34:28 +05303539apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.py +428,No Items selected for transfer,Ülekandmiseks valitud üksused pole valitud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303540apps/erpnext/erpnext/config/selling.py +46,All Addresses.,Kõik aadressid.
3541DocType: Company,Stock Settings,Stock Seaded
Frappe PR Bot748c0242018-06-21 10:34:28 +05303542apps/erpnext/erpnext/accounts/doctype/account/account.py +185,"Merging is only possible if following properties are same in both records. Is Group, Root Type, Company","Ühendamine on võimalik ainult siis, kui järgmised omadused on samad nii arvestust. Kas nimel, Root tüüp, Firmade"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303543DocType: Vehicle,Electric,elektriline
3544DocType: Task,% Progress,% Progress
Frappe PR Bot748c0242018-06-21 10:34:28 +05303545apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +130,Gain/Loss on Asset Disposal,Kasum / kahjum on varade realiseerimine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303546apps/erpnext/erpnext/education/doctype/program_enrollment_tool/program_enrollment_tool.js +21,"Only the Student Applicant with the status ""Approved"" will be selected in the table below.","Allolevas tabelis valitakse ainult üliõpilane, kellel on staatus &quot;Kinnitatud&quot;."
3547apps/erpnext/erpnext/regional/report/fichier_des_ecritures_comptables_[fec]/fichier_des_ecritures_comptables_[fec].py +117,Account number for account {0} is not available.<br> Please setup your Chart of Accounts correctly.,Konto number {0} pole saadaval. <br> Palun seadke oma arveldusaruanne õigesti.
3548DocType: Task,Depends on Tasks,Oleneb Ülesanded
3549apps/erpnext/erpnext/config/selling.py +36,Manage Customer Group Tree.,Hallata klientide Group Tree.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303550DocType: Normal Test Items,Result Value,Tulemuse väärtus
3551DocType: Hotel Room,Hotels,Hotellid
3552DocType: Supplier Quotation,SQTN-,SQTN-
3553apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center_tree.js +22,New Cost Center Name,New Cost Center nimi
3554DocType: Leave Control Panel,Leave Control Panel,Jäta Control Panel
3555DocType: Project,Task Completion,ülesande täitmiseks
Frappe PR Bot748c0242018-06-21 10:34:28 +05303556apps/erpnext/erpnext/templates/includes/product_page.js +31,Not in Stock,Ei ole laos
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303557DocType: Volunteer,Volunteer Skills,Vabatahtlik oskused
Frappe PR Bot748c0242018-06-21 10:34:28 +05303558DocType: Additional Salary,HR User,HR Kasutaja
Frappe PR Botb2a64d62018-05-16 10:46:11 +05303559DocType: Bank Guarantee,Reference Document Name,Viide dokumendi nimi
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303560DocType: Purchase Invoice,Taxes and Charges Deducted,Maksude ja tasude maha
Frappe PR Bot748c0242018-06-21 10:34:28 +05303561DocType: Support Settings,Issues,Issues
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303562apps/erpnext/erpnext/controllers/status_updater.py +12,Status must be one of {0},Status peab olema üks {0}
3563apps/erpnext/erpnext/regional/doctype/gst_settings/gst_settings.py +64,Reminder to update GSTIN Sent,Meeldetuletus GSTIN-i saadetud saatmiseks
3564DocType: Sales Invoice,Debit To,Kanne
3565DocType: Restaurant Menu Item,Restaurant Menu Item,Restorani menüüpunkt
3566DocType: Delivery Note,Required only for sample item.,Vajalik ainult proovi objekt.
3567DocType: Stock Ledger Entry,Actual Qty After Transaction,Tegelik Kogus Pärast Tehing
3568,Pending SO Items For Purchase Request,Kuni SO Kirjed osta taotlusel
3569apps/erpnext/erpnext/education/doctype/student_admission/student_admission.py +35,Student Admissions,Student Sisseastujale
Frappe PR Bot748c0242018-06-21 10:34:28 +05303570apps/erpnext/erpnext/accounts/party.py +400,{0} {1} is disabled,{0} {1} on keelatud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303571DocType: Supplier,Billing Currency,Arved Valuuta
3572DocType: Sales Invoice,SINV-RET-,SINV-RET-
Frappe PR Bot748c0242018-06-21 10:34:28 +05303573apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +176,Extra Large,Väga suur
Frappe PR Botb2a64d62018-05-16 10:46:11 +05303574DocType: Loan,Loan Application,Laenu taotlemine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303575DocType: Crop,Scientific Name,Teaduslik nimi
Frappe PR Bot748c0242018-06-21 10:34:28 +05303576apps/erpnext/erpnext/hr/doctype/salary_structure/salary_structure.py +47,Flexi component require to add max benefit,Flexi komponent nõuab maksimaalset kasu
3577DocType: Bank Account,Branch Code,Filiaali kood
3578apps/erpnext/erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet.py +97,Total Leaves,Kokku Lehed
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303579DocType: Customer,"Reselect, if the chosen contact is edited after save","Kui valitud kontakti pärast salvestamist redigeeritakse, vali uuesti"
3580DocType: Consultation,In print,Trükis
3581,Profit and Loss Statement,Kasumiaruanne
3582DocType: Bank Reconciliation Detail,Cheque Number,Tšekk arv
3583,Sales Browser,Müük Browser
3584DocType: Journal Entry,Total Credit,Kokku Credit
Frappe PR Bot748c0242018-06-21 10:34:28 +05303585apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +581,Warning: Another {0} # {1} exists against stock entry {2},Hoiatus: Teine {0} # {1} on olemas vastu laos kirje {2}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303586apps/erpnext/erpnext/utilities/user_progress_utils.py +66,Local,Kohalik
3587apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +26,Loans and Advances (Assets),Laenud ja ettemaksed (vara)
3588apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +12,Debtors,Võlgnikud
Frappe PR Bot748c0242018-06-21 10:34:28 +05303589apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +175,Large,Suur
3590DocType: Bank Statement Settings,Bank Statement Settings,Pangakonto seaded
3591DocType: Shopify Settings,Customer Settings,Kliendi seaded
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303592DocType: Homepage Featured Product,Homepage Featured Product,Kodulehekülg Valitud toode
Frappe PR Bot748c0242018-06-21 10:34:28 +05303593apps/erpnext/erpnext/manufacturing/doctype/blanket_order/blanket_order.js +12,View Orders,Vaata tellimusi
3594apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +224,All Assessment Groups,Kõik hindamine Groups
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303595apps/erpnext/erpnext/stock/doctype/warehouse/warehouse_tree.js +15,New Warehouse Name,Uus Warehouse Nimi
Frappe PR Bot748c0242018-06-21 10:34:28 +05303596DocType: Shopify Settings,App Type,Rakenduse tüüp
3597apps/erpnext/erpnext/accounts/report/consolidated_financial_statement/consolidated_financial_statement.py +380,Total {0} ({1}),Kokku {0} ({1})
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303598DocType: C-Form Invoice Detail,Territory,Territoorium
3599apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py +151,Please mention no of visits required,Palume mainida ei külastuste vaja
Frappe PR Bot748c0242018-06-21 10:34:28 +05303600apps/erpnext/erpnext/hr/doctype/salary_structure/salary_structure.py +44,"Total flexi component amount {0} should not be less \
3601 than max benefits {1}",Flexi komponentide kogusumma {0} ei tohiks olla väiksem kui max-eelised {1}
3602DocType: Asset,AST,AST
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303603DocType: Stock Settings,Default Valuation Method,Vaikimisi hindamismeetod
3604apps/erpnext/erpnext/education/doctype/student/student_dashboard.py +26,Fee,tasu
Frappe PR Bot748c0242018-06-21 10:34:28 +05303605apps/erpnext/erpnext/setup/doctype/company/company.js +174,Update in progress. It might take a while.,Värskendamine toimub See võib võtta veidi aega.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303606DocType: Production Plan Item,Produced Qty,Toodetud kogus
3607DocType: Vehicle Log,Fuel Qty,Kütus Kogus
3608DocType: Stock Entry,Target Warehouse Name,Target Warehouse Nimi
3609DocType: Work Order Operation,Planned Start Time,Planeeritud Start Time
3610DocType: Course,Assessment,Hindamine
3611DocType: Payment Entry Reference,Allocated,paigutatud
Frappe PR Bot748c0242018-06-21 10:34:28 +05303612apps/erpnext/erpnext/config/accounts.py +273,Close Balance Sheet and book Profit or Loss.,Sulge Bilanss ja raamatu kasum või kahjum.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303613DocType: Student Applicant,Application Status,Application staatus
3614DocType: Sensitivity Test Items,Sensitivity Test Items,Tundlikkus testimisüksused
3615DocType: Project Update,Project Update,Projekti uuendamine
3616DocType: Fees,Fees,Tasud
3617DocType: Currency Exchange,Specify Exchange Rate to convert one currency into another,Täpsustada Vahetuskurss vahetada üks valuuta teise
Frappe PR Bot748c0242018-06-21 10:34:28 +05303618apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +161,Quotation {0} is cancelled,Tsitaat {0} on tühistatud
Frappe PR Botb2a64d62018-05-16 10:46:11 +05303619apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +132,Total Outstanding Amount,Tasumata kogusumma
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303620DocType: Sales Partner,Targets,Eesmärgid
3621apps/erpnext/erpnext/regional/report/fichier_des_ecritures_comptables_[fec]/fichier_des_ecritures_comptables_[fec].js +54,Please register the SIREN number in the company information file,Palun registreerige ettevõtte infofailis SIREN number
3622DocType: Price List,Price List Master,Hinnakiri Master
3623DocType: GST Account,CESS Account,CESS konto
3624DocType: Sales Person,All Sales Transactions can be tagged against multiple **Sales Persons** so that you can set and monitor targets.,Kõik müügitehingud saab kodeeritud vastu mitu ** Sales Isikud ** nii et saate määrata ja jälgida eesmärgid.
Frappe PR Bot748c0242018-06-21 10:34:28 +05303625apps/erpnext/erpnext/templates/pages/help.html +35,Forum Activity,Foorumi tegevus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303626,S.O. No.,SO No.
Frappe PR Bot748c0242018-06-21 10:34:28 +05303627DocType: Bank Statement Transaction Settings Item,Bank Statement Transaction Settings Item,Pangateate tehingu seadete üksus
3628apps/erpnext/erpnext/hr/utils.py +146,To date can not greater than employee's relieving date,Praeguseks ei saa olla suurem kui töötaja vabastamise kuupäev
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303629apps/erpnext/erpnext/selling/doctype/quotation/quotation.py +241,Please create Customer from Lead {0},Palun luua Klienti Lead {0}
3630apps/erpnext/erpnext/healthcare/page/medical_record/patient_select.html +3,Select Patient,Valige patsient
3631DocType: Price List,Applicable for Countries,Rakendatav Riigid
3632DocType: Supplier Scorecard Scoring Variable,Parameter Name,Parameetri nimi
Frappe PR Bot748c0242018-06-21 10:34:28 +05303633apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +46,Only Leave Applications with status 'Approved' and 'Rejected' can be submitted,Ainult Jäta rakendusi staatuse &quot;Kinnitatud&quot; ja &quot;Tõrjutud&quot; saab esitada
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303634apps/erpnext/erpnext/education/doctype/student_group_creation_tool/student_group_creation_tool.py +52,Student Group Name is mandatory in row {0},Student Group Nimi on kohustuslik järjest {0}
3635DocType: Homepage,Products to be shown on website homepage,Tooted näidatavad veebilehel kodulehekülg
Frappe PR Bot748c0242018-06-21 10:34:28 +05303636apps/erpnext/erpnext/hr/doctype/department/department.js +9,This is a root customer group and cannot be edited.,See on just klientide rühma ja seda ei saa muuta.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303637DocType: Student,AB-,AB-
Frappe PR Bot748c0242018-06-21 10:34:28 +05303638DocType: Budget,Action if Accumulated Monthly Budget Exceeded on PO,"Tegevus, kui kogunenud kuueelarve ületatakse PO-st"
3639DocType: Exchange Rate Revaluation,Exchange Rate Revaluation,Vahetuskursi ümberhindlus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303640DocType: POS Profile,Ignore Pricing Rule,Ignoreeri Hinnakujundus reegel
3641DocType: Employee Education,Graduate,Lõpetama
3642DocType: Leave Block List,Block Days,Block päeva
3643apps/erpnext/erpnext/accounts/doctype/shipping_rule/shipping_rule.py +83,"Shipping Address does not have country, which is required for this Shipping Rule","Saatmisaadressil pole riik, mis on selle kohaletoimetamise reegli jaoks vajalik"
3644DocType: Journal Entry,Excise Entry,Aktsiisi Entry
Frappe PR Bot748c0242018-06-21 10:34:28 +05303645apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +67,Warning: Sales Order {0} already exists against Customer's Purchase Order {1},Hoiatus: Müük tellimuse {0} on juba olemas peale Kliendi ostutellimuse {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303646DocType: Terms and Conditions,"Standard Terms and Conditions that can be added to Sales and Purchases.
3647
3648Examples:
3649
36501. Validity of the offer.
36511. Payment Terms (In Advance, On Credit, part advance etc).
36521. What is extra (or payable by the Customer).
36531. Safety / usage warning.
36541. Warranty if any.
36551. Returns Policy.
36561. Terms of shipping, if applicable.
36571. Ways of addressing disputes, indemnity, liability, etc.
36581. Address and Contact of your Company.","Tüüptingimused, mida saab lisada ost ja müük. Näited: 1. kehtivus pakkumisi. 1. Maksetingimused (ette, krediidi osa eelnevalt jne). 1. Mis on ekstra (või mida klient maksab). 1. Safety / kasutamise hoiatus. 1. Garantii kui tahes. 1. Annab Policy. 1. Tingimused shipping vajaduse korral. 1. viise, kuidas lahendada vaidlusi, hüvitis, vastutus jms 1. Aadress ja Kontakt firma."
3659DocType: Issue,Issue Type,Probleemi tüüp
3660DocType: Attendance,Leave Type,Jäta Type
3661DocType: Purchase Invoice,Supplier Invoice Details,Pakkuja Arve andmed
3662DocType: Agriculture Task,Ignore holidays,Ignoreeri puhkust
Frappe PR Bot748c0242018-06-21 10:34:28 +05303663apps/erpnext/erpnext/controllers/stock_controller.py +237,Expense / Difference account ({0}) must be a 'Profit or Loss' account,Kulu / Difference konto ({0}) peab olema &quot;kasum või kahjum&quot; kontole
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303664DocType: Project,Copied From,kopeeritud
3665apps/erpnext/erpnext/projects/doctype/timesheet/timesheet.py +340,Invoice already created for all billing hours,Arve on juba loodud kõikide arveldusajal
Frappe PR Bot748c0242018-06-21 10:34:28 +05303666apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +139,Name error: {0},Nimi viga: {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303667DocType: Cash Flow Mapping,Is Finance Cost,Kas rahakulu
Frappe PR Botb2a64d62018-05-16 10:46:11 +05303668apps/erpnext/erpnext/hr/doctype/attendance/attendance.py +19,Attendance for employee {0} is already marked,Osalemine töötajate {0} on juba märgitud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303669DocType: Packing Slip,If more than one package of the same type (for print),Kui rohkem kui üks pakett on sama tüüpi (trüki)
3670apps/erpnext/erpnext/restaurant/doctype/restaurant_order_entry/restaurant_order_entry.py +27,Please set default customer in Restaurant Settings,Tehke vaikeseaded restoranis seaded
3671,Salary Register,palk Registreeri
3672DocType: Warehouse,Parent Warehouse,Parent Warehouse
Frappe PR Botb2a64d62018-05-16 10:46:11 +05303673DocType: Subscription,Net Total,Net kokku
Frappe PR Bot748c0242018-06-21 10:34:28 +05303674apps/erpnext/erpnext/manufacturing/doctype/work_order/work_order.py +601,Default BOM not found for Item {0} and Project {1},Vaikimisi Bom ei leitud Oksjoni {0} ja Project {1}
Frappe PR Botb2a64d62018-05-16 10:46:11 +05303675apps/erpnext/erpnext/config/non_profit.py +74,Define various loan types,Määrake erinevate Laenuliigid
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303676DocType: Bin,FCFS Rate,FCFS Rate
Frappe PR Bot748c0242018-06-21 10:34:28 +05303677DocType: Bank Statement Transaction Invoice Item,Outstanding Amount,Tasumata summa
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303678apps/erpnext/erpnext/templates/generators/bom.html +71,Time(in mins),Aeg (min)
3679DocType: Project Task,Working,Töö
3680DocType: Stock Ledger Entry,Stock Queue (FIFO),Stock Queue (FIFO)
3681apps/erpnext/erpnext/public/js/setup_wizard.js +127,Financial Year,Finantsaasta
3682apps/erpnext/erpnext/accounts/doctype/pos_profile/pos_profile.py +46,{0} does not belong to Company {1},{0} ei kuulu Company {1}
3683apps/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.,"Kriteeriumide skoori funktsiooni ei õnnestunud lahendada {0} jaoks. Veenduge, et valem on kehtiv."
3684apps/erpnext/erpnext/accounts/report/asset_depreciations_and_balances/asset_depreciations_and_balances.py +122,Cost as on,Maksta nii edasi
3685DocType: Healthcare Settings,Out Patient Settings,Patsiendi seaded välja
3686DocType: Account,Round Off,Ümardama
3687apps/erpnext/erpnext/selling/page/point_of_sale/point_of_sale.js +263,Quantity must be positive,Kogus peab olema positiivne
3688DocType: Material Request Plan Item,Requested Qty,Taotletud Kogus
Frappe PR Bot748c0242018-06-21 10:34:28 +05303689apps/erpnext/erpnext/accounts/doctype/share_transfer/share_transfer.py +97,The fields From Shareholder and To Shareholder cannot be blank,Väljad Aktsionärilt ja Aktsionärile ei tohi olla tühjad
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303690DocType: Tax Rule,Use for Shopping Cart,Kasutage Ostukorv
3691apps/erpnext/erpnext/controllers/item_variant.py +101,Value {0} for Attribute {1} does not exist in the list of valid Item Attribute Values for Item {2},Väärtus {0} jaoks Oskus {1} ei eksisteeri nimekirja kehtib atribuut väärtused Punkt {2}
Frappe PR Bot748c0242018-06-21 10:34:28 +05303692apps/erpnext/erpnext/public/js/utils/serial_no_batch_selector.js +81,Select Serial Numbers,Valige seerianumbreid
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303693DocType: BOM Item,Scrap %,Vanametalli%
3694apps/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","Maksud jagatakse proportsionaalselt aluseks on elemendi Kogus või summa, ühe oma valikut"
Frappe PR Bot748c0242018-06-21 10:34:28 +05303695DocType: Travel Request,Require Full Funding,Nõuda täielikku rahastamist
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303696DocType: Maintenance Visit,Purposes,Eesmärgid
Frappe PR Bot748c0242018-06-21 10:34:28 +05303697apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +110,Atleast one item should be entered with negative quantity in return document,Atleast üks element peab olema kantud negatiivse koguse vastutasuks dokument
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303698apps/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","Operation {0} kauem kui ükski saadaval töötundide tööjaama {1}, murda operatsiooni mitmeks toimingud"
3699DocType: Membership,Membership Status,Liikme staatus
Frappe PR Bot748c0242018-06-21 10:34:28 +05303700DocType: Travel Itinerary,Lodging Required,Kohtumine on vajalik
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303701,Requested,Taotletud
Frappe PR Bot748c0242018-06-21 10:34:28 +05303702apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +109,No Remarks,No Märkused
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303703DocType: Asset,In Maintenance,Hoolduses
3704DocType: Purchase Invoice,Overdue,Tähtajaks tasumata
3705DocType: Account,Stock Received But Not Billed,"Stock kätte saanud, kuid ei maksustata"
Frappe PR Bot748c0242018-06-21 10:34:28 +05303706apps/erpnext/erpnext/accounts/doctype/account/account.py +86,Root Account must be a group,Juur tuleb arvesse rühm
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303707DocType: Drug Prescription,Drug Prescription,Ravimite retseptiravim
3708DocType: Fees,FEE.,Tasu.
Frappe PR Botb2a64d62018-05-16 10:46:11 +05303709DocType: Loan,Repaid/Closed,Tagastatud / Suletud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303710DocType: Item,Total Projected Qty,Kokku prognoositakse Kogus
3711DocType: Monthly Distribution,Distribution Name,Distribution nimi
3712apps/erpnext/erpnext/stock/stock_ledger.py +477,"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 zero valuation rate 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","Kirje {0} jaoks ei leitud hindamismäär, mis on vajalik {1} {2} arvestuskande tegemiseks. Kui üksus tegeleb väärtusega {1} nullväärtusega, siis märkige see {1} üksuse tabelisse. Muul juhul looge objektiga saabuv varude tehing või märkige väärtuse määr kirje kirjele ja proovige seejärel selle kirje esitamist / tühistamist"
3713DocType: Course,Course Code,Kursuse kood
Frappe PR Bot748c0242018-06-21 10:34:28 +05303714apps/erpnext/erpnext/controllers/stock_controller.py +341,Quality Inspection required for Item {0},Kvaliteedi kontroll on vajalikud Punkt {0}
3715DocType: Location,Parent Location,Vanemlik asukoht
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303716DocType: POS Settings,Use POS in Offline Mode,Kasutage POS-i võrguühendusrežiimis
3717DocType: Supplier Scorecard,Supplier Variables,Tarnija muutujad
3718DocType: Quotation,Rate at which customer's currency is converted to company's base currency,Hinda kus kliendi valuuta konverteeritakse ettevõtte baasvaluuta
3719DocType: Purchase Invoice Item,Net Rate (Company Currency),Net Rate (firma Valuuta)
3720DocType: Salary Detail,Condition and Formula Help,Seisund ja Vormel Abi
3721apps/erpnext/erpnext/config/selling.py +105,Manage Territory Tree.,Manage Territory Tree.
3722DocType: Patient Service Unit,Patient Service Unit,Patsiendi teenindusüksus
Frappe PR Bot748c0242018-06-21 10:34:28 +05303723DocType: Bank Statement Transaction Invoice Item,Sales Invoice,Müügiarve
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303724DocType: Journal Entry Account,Party Balance,Partei Balance
3725DocType: Cash Flow Mapper,Section Subtotal,Jaotis Vaheartikkel
Frappe PR Bot748c0242018-06-21 10:34:28 +05303726apps/erpnext/erpnext/accounts/page/pos/pos.js +506,Please select Apply Discount On,Palun valige Rakenda soodustust
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303727DocType: Stock Settings,Sample Retention Warehouse,Proovide säilitamise ladu
3728DocType: Company,Default Receivable Account,Vaikimisi võlgnevus konto
3729DocType: Physician Schedule,Physician Schedule,Arsti ajakava
3730DocType: Purchase Invoice,Deemed Export,Kaalutud eksport
3731DocType: Stock Entry,Material Transfer for Manufacture,Material Transfer tootmine
3732apps/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.,Soodus protsent võib rakendada kas vastu Hinnakiri või kõigi hinnakiri.
Frappe PR Bot748c0242018-06-21 10:34:28 +05303733apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +409,Accounting Entry for Stock,Raamatupidamine kirjet Stock
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303734DocType: Lab Test,LabTest Approver,LabTest heakskiitja
3735apps/erpnext/erpnext/education/doctype/assessment_plan/assessment_plan.py +61,You have already assessed for the assessment criteria {}.,Olete juba hinnanud hindamise kriteeriumid {}.
3736DocType: Vehicle Service,Engine Oil,mootoriõli
Frappe PR Botb2a64d62018-05-16 10:46:11 +05303737apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +1025,Work Orders Created: {0},Loodud töökorraldused: {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303738DocType: Sales Invoice,Sales Team1,Müük Team1
Frappe PR Bot748c0242018-06-21 10:34:28 +05303739apps/erpnext/erpnext/stock/doctype/item/item.py +562,Item {0} does not exist,Punkt {0} ei ole olemas
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303740DocType: Sales Invoice,Customer Address,Kliendi aadress
Frappe PR Botb2a64d62018-05-16 10:46:11 +05303741DocType: Loan,Loan Details,laenu detailid
Frappe PR Bot748c0242018-06-21 10:34:28 +05303742apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py +61,Failed to setup post company fixtures,Ettevõtte sisseseade postitamise ebaõnnestus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303743DocType: Company,Default Inventory Account,Vaikimisi Inventory konto
Frappe PR Bot748c0242018-06-21 10:34:28 +05303744apps/erpnext/erpnext/accounts/doctype/share_transfer/share_transfer.py +193,The folio numbers are not matching,Folio numbrid ei sobi
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303745apps/erpnext/erpnext/projects/doctype/timesheet/timesheet.py +124,Row {0}: Completed Qty must be greater than zero.,Rida {0}: Teostatud Kogus peab olema suurem kui null.
3746apps/erpnext/erpnext/accounts/doctype/payment_request/payment_request.py +262,Payment Request for {0},Makse taotlus {0}
3747DocType: Item Barcode,Barcode Type,Vöötkoodi tüüp
3748DocType: Antibiotic,Antibiotic Name,Antibiootikumi nimetus
Frappe PR Bot748c0242018-06-21 10:34:28 +05303749apps/erpnext/erpnext/config/buying.py +43,Supplier Group master.,Tarnija grupi kapten.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303750DocType: Purchase Invoice,Apply Additional Discount On,Rakendada täiendavaid soodustust
3751apps/erpnext/erpnext/healthcare/page/appointment_analytic/appointment_analytic.js +66,Select Type...,Valige tüüp ...
3752DocType: Crop Cycle,A link to all the Land Units in which the Crop is growing,"Link kõikidele maaühikutele, kus kasvab kultuur"
Frappe PR Bot748c0242018-06-21 10:34:28 +05303753apps/erpnext/erpnext/templates/pages/help.html +52,Your tickets,Teie piletid
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303754DocType: Account,Root Type,Juur Type
3755DocType: Item,FIFO,FIFO
Frappe PR Bot748c0242018-06-21 10:34:28 +05303756apps/erpnext/erpnext/selling/page/point_of_sale/point_of_sale.js +515,Close the POS,Sulge POS
3757apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +139,Row # {0}: Cannot return more than {1} for Item {2},Row # {0}: Ei saa tagastada rohkem kui {1} jaoks Punkt {2}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303758DocType: Item Group,Show this slideshow at the top of the page,Näita seda slideshow ülaosas lehele
3759DocType: BOM,Item UOM,Punkt UOM
3760DocType: Sales Taxes and Charges,Tax Amount After Discount Amount (Company Currency),Maksusumma Pärast Allahindluse summa (firma Valuuta)
Frappe PR Bot748c0242018-06-21 10:34:28 +05303761apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +218,Target warehouse is mandatory for row {0},Target lattu on kohustuslik rida {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303762DocType: Cheque Print Template,Primary Settings,esmane seaded
Frappe PR Bot748c0242018-06-21 10:34:28 +05303763DocType: Attendance Request,Work From Home,Kodus töötama
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303764DocType: Purchase Invoice,Select Supplier Address,Vali Tarnija Aadress
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303765DocType: Purchase Invoice Item,Quality Inspection,Kvaliteedi kontroll
Frappe PR Bot748c0242018-06-21 10:34:28 +05303766apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +172,Extra Small,Mikroskoopilises
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303767DocType: Company,Standard Template,standard Template
3768DocType: Training Event,Theory,teooria
Frappe PR Bot748c0242018-06-21 10:34:28 +05303769apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +844,Warning: Material Requested Qty is less than Minimum Order Qty,Hoiatus: Materjal Taotletud Kogus alla Tellimuse Miinimum Kogus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303770apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +211,Account {0} is frozen,Konto {0} on külmutatud
3771DocType: Company,Legal Entity / Subsidiary with a separate Chart of Accounts belonging to the Organization.,Juriidilise isiku / tütarettevõtte eraldi kontoplaani kuuluv organisatsioon.
3772DocType: Payment Request,Mute Email,Mute Email
3773apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +29,"Food, Beverage & Tobacco","Toit, jook ja tubakas"
3774DocType: Account,Account Number,Konto number
Frappe PR Bot748c0242018-06-21 10:34:28 +05303775apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +774,Can only make payment against unbilled {0},Kas ainult tasuda vastu unbilled {0}
3776apps/erpnext/erpnext/controllers/selling_controller.py +103,Commission rate cannot be greater than 100,Komisjoni määr ei või olla suurem kui 100
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303777DocType: Volunteer,Volunteer,Vabatahtlik
Frappe PR Bot748c0242018-06-21 10:34:28 +05303778DocType: Buying Settings,Subcontract,Alltöövõtuleping
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303779apps/erpnext/erpnext/public/js/utils/party.js +166,Please enter {0} first,Palun sisestage {0} Esimene
3780apps/erpnext/erpnext/hr/doctype/daily_work_summary/daily_work_summary.py +104,No replies from,Ei vastuseid
3781DocType: Work Order Operation,Actual End Time,Tegelik End Time
3782DocType: Item,Manufacturer Part Number,Tootja arv
Frappe PR Bot748c0242018-06-21 10:34:28 +05303783DocType: Taxable Salary Slab,Taxable Salary Slab,Maksustatav palgaplaat
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303784DocType: Work Order Operation,Estimated Time and Cost,Eeldatav ja maksumus
3785DocType: Bin,Bin,Konteiner
3786DocType: Crop,Crop Name,Taime nimetus
3787DocType: SMS Log,No of Sent SMS,No saadetud SMS
3788DocType: Antibiotic,Healthcare Administrator,Tervishoiu administraator
3789apps/erpnext/erpnext/utilities/user_progress.py +47,Set a Target,Määra sihtmärk
3790DocType: Dosage Strength,Dosage Strength,Annuse tugevus
3791DocType: Account,Expense Account,Ärikohtumisteks
3792apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +49,Software,Tarkvara
Frappe PR Bot748c0242018-06-21 10:34:28 +05303793apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +179,Colour,Värv
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303794DocType: Assessment Plan Criteria,Assessment Plan Criteria,Hindamise kava kriteeriumid
Frappe PR Bot748c0242018-06-21 10:34:28 +05303795apps/erpnext/erpnext/stock/doctype/batch/batch.py +123,Expiry date is mandatory for selected item,Valitud objekti kehtivusaeg on kohustuslik
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303796DocType: Supplier Scorecard Scoring Standing,Prevent Purchase Orders,Vältida ostutellimusi
Frappe PR Bot748c0242018-06-21 10:34:28 +05303797apps/erpnext/erpnext/healthcare/setup.py +259,Susceptible,Tundlik
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303798DocType: Patient Appointment,Scheduled,Plaanitud
3799apps/erpnext/erpnext/config/buying.py +18,Request for quotation.,Hinnapäring.
3800apps/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","Palun valige Punkt, kus &quot;Kas Stock Punkt&quot; on &quot;Ei&quot; ja &quot;Kas Sales Punkt&quot; on &quot;jah&quot; ja ei ole muud Toote Bundle"
3801apps/erpnext/erpnext/restaurant/doctype/restaurant_order_entry/restaurant_order_entry.js +148,Select Customer,Valige klient
3802DocType: Student Log,Academic,Akadeemiline
3803DocType: Patient,Personal and Social History,Isiklik ja sotsiaalne ajalugu
3804apps/erpnext/erpnext/education/doctype/guardian/guardian.py +51,User {0} created,Kasutaja {0} loodud
3805DocType: Fee Schedule,Fee Breakup for each student,Tasu lõhe iga õpilase kohta
Frappe PR Bot748c0242018-06-21 10:34:28 +05303806apps/erpnext/erpnext/controllers/accounts_controller.py +574,Total advance ({0}) against Order {1} cannot be greater than the Grand Total ({2}),Kokku eelnevalt ({0}) vastu Order {1} ei saa olla suurem kui Grand Kokku ({2})
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303807DocType: Sales Partner,Select Monthly Distribution to unevenly distribute targets across months.,Vali Kuu jaotamine ebaühtlaselt jaotada eesmärkide üle kuu.
Frappe PR Bot748c0242018-06-21 10:34:28 +05303808apps/erpnext/erpnext/healthcare/doctype/clinical_procedure_template/clinical_procedure_template.js +88,Change Code,Muuda koodi
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303809DocType: Purchase Invoice Item,Valuation Rate,Hindamine Rate
3810DocType: Stock Reconciliation,SR/,SR /
3811DocType: Vehicle,Diesel,diisel
Frappe PR Bot748c0242018-06-21 10:34:28 +05303812apps/erpnext/erpnext/stock/get_item_details.py +418,Price List Currency not selected,Hinnakiri Valuuta ole valitud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303813DocType: Purchase Invoice,Availed ITC Cess,Availed ITC Cess
3814,Student Monthly Attendance Sheet,Student Kuu osavõtt Sheet
3815apps/erpnext/erpnext/accounts/doctype/shipping_rule/shipping_rule.py +96,Shipping rule only applicable for Selling,Müügi reegel kehtib ainult Müügi kohta
Frappe PR Bot748c0242018-06-21 10:34:28 +05303816apps/erpnext/erpnext/assets/doctype/asset/asset.py +199,Depreciation Row {0}: Next Depreciation Date cannot be before Purchase Date,Amortisatsiooni rea {0}: järgmine amortisatsiooniaeg ei saa olla enne Ostupäeva
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303817apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +30,Project Start Date,Projekti alguskuupäev
Frappe PR Botb2a64d62018-05-16 10:46:11 +05303818apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +36,Until,Kuni
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303819DocType: Rename Tool,Rename Log,Nimeta Logi
3820apps/erpnext/erpnext/education/doctype/student_attendance/student_attendance.py +27,Student Group or Course Schedule is mandatory,Student Group või Kursuse ajakava on kohustuslik
3821DocType: HR Settings,Maintain Billing Hours and Working Hours Same on Timesheet,Säilitada Arved ja tööaja samad Töögraafik
3822DocType: Maintenance Visit Purpose,Against Document No,Dokumentide vastu pole
3823DocType: BOM,Scrap,vanametall
3824apps/erpnext/erpnext/utilities/user_progress.py +217,Go to Instructors,Mine õpetajatele
3825apps/erpnext/erpnext/config/selling.py +110,Manage Sales Partners.,Manage Sales Partners.
3826DocType: Quality Inspection,Inspection Type,Ülevaatus Type
3827DocType: Fee Validity,Visited yet,Külastatud veel
3828apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +134,Warehouses with existing transaction can not be converted to group.,Laod olemasolevate tehing ei ole ümber rühmitada.
3829DocType: Assessment Result Tool,Result HTML,tulemus HTML
3830apps/erpnext/erpnext/stock/report/batch_item_expiry_status/batch_item_expiry_status.py +35,Expires On,Aegub
3831apps/erpnext/erpnext/utilities/activation.py +117,Add Students,Lisa Õpilased
Frappe PR Bot748c0242018-06-21 10:34:28 +05303832apps/erpnext/erpnext/hr/doctype/employee_tax_exemption_declaration/employee_tax_exemption_declaration.js +18,Please select {0},Palun valige {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303833DocType: C-Form,C-Form No,C-vorm pole
3834DocType: BOM,Exploded_items,Exploded_items
3835apps/erpnext/erpnext/utilities/user_progress.py +139,List your products or services that you buy or sell.,"Lisage oma tooteid või teenuseid, mida ostate või müüte."
3836DocType: Water Analysis,Storage Temperature,Säilitustemperatuur
3837DocType: Employee Attendance Tool,Unmarked Attendance,Märkimata osavõtt
Frappe PR Bot748c0242018-06-21 10:34:28 +05303838apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +125,Researcher,Teadur
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303839DocType: Program Enrollment Tool Student,Program Enrollment Tool Student,Programm Registreerimine Tool Student
3840apps/erpnext/erpnext/assets/doctype/asset_maintenance/asset_maintenance.py +16,Start date should be less than end date for task {0},Alguskuupäev peaks olema väiksem kui ülesande {0} lõppkuupäev
Frappe PR Bot748c0242018-06-21 10:34:28 +05303841,Consolidated Financial Statement,Konsolideeritud finantsaruanne
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303842apps/erpnext/erpnext/hr/doctype/job_applicant/job_applicant.py +25,Name or Email is mandatory,Nimi või e on kohustuslik
3843DocType: Member,MEM-,MEM-
3844DocType: Instructor,Instructor Log,Juhendaja logi
Frappe PR Bot748c0242018-06-21 10:34:28 +05303845DocType: Clinical Procedure,Clinical Procedure,Kliiniline protseduur
3846DocType: Shopify Settings,Delivery Note Series,Tarnekirje seeria
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303847DocType: Purchase Order Item,Returned Qty,Tagastatud Kogus
3848DocType: Student,Exit,Väljapääs
Frappe PR Bot748c0242018-06-21 10:34:28 +05303849apps/erpnext/erpnext/accounts/doctype/account/account.py +158,Root Type is mandatory,Juur Type on kohustuslik
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303850apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py +29,Failed to install presets,Eelseadistuste installimine ebaõnnestus
Frappe PR Bot748c0242018-06-21 10:34:28 +05303851DocType: Contract,Signee Details,Signee üksikasjad
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303852apps/erpnext/erpnext/buying/doctype/request_for_quotation/request_for_quotation.py +44,"{0} currently has a {1} Supplier Scorecard standing, and RFQs to this supplier should be issued with caution.",{0} praegu on tarnija tulemuskaart {1} ja selle tarnija RFQ peaks olema ettevaatlik.
Frappe PR Bot748c0242018-06-21 10:34:28 +05303853DocType: Certified Consultant,Non Profit Manager,Mittetulundusjuht
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303854DocType: BOM,Total Cost(Company Currency),Kogumaksumus (firma Valuuta)
Frappe PR Bot748c0242018-06-21 10:34:28 +05303855apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +346,Serial No {0} created,Serial No {0} loodud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303856DocType: Homepage,Company Description for website homepage,Firma kirjeldus veebisaidi avalehel
3857DocType: Item Customer Detail,"For the convenience of customers, these codes can be used in print formats like Invoices and Delivery Notes","For mugavuse klientidele, neid koode saab kasutada print formaadid nagu arved ja Saatekirjad"
3858apps/erpnext/erpnext/accounts/report/purchase_order_items_to_be_billed/purchase_order_items_to_be_billed.py +18,Suplier Name,suplier Nimi
Frappe PR Bot748c0242018-06-21 10:34:28 +05303859apps/erpnext/erpnext/accounts/report/financial_statements.py +175,Could not retrieve information for {0}.,Informatsiooni ei õnnestunud {0} jaoks leida.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303860apps/erpnext/erpnext/regional/report/fichier_des_ecritures_comptables_[fec]/fichier_des_ecritures_comptables_[fec].py +134,Opening Entry Journal,Ava sisenemise ajakiri
Frappe PR Bot748c0242018-06-21 10:34:28 +05303861DocType: Contract,Fulfilment Terms,Täitmise tingimused
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303862DocType: Sales Invoice,Time Sheet List,Aeg leheloend
3863DocType: Employee,You can enter any date manually,Saate sisestada mis tahes kuupäeva käsitsi
3864DocType: Healthcare Settings,Result Printed,Tulemus trükitud
3865DocType: Asset Category Account,Depreciation Expense Account,Amortisatsioonikulu konto
Frappe PR Bot748c0242018-06-21 10:34:28 +05303866apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +209,Probationary Period,Katseaeg
3867DocType: Purchase Taxes and Charges Template,Is Inter State,Kas Inter State
3868apps/erpnext/erpnext/config/hr.py +261,Shift Management,Shift Management
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303869DocType: Customer Group,Only leaf nodes are allowed in transaction,Ainult tipud on lubatud tehingut
3870DocType: Project,Total Costing Amount (via Timesheets),Kogukulude summa (ajaveebide kaudu)
Frappe PR Botb2a64d62018-05-16 10:46:11 +05303871DocType: Department,Expense Approver,Kulu Approver
Frappe PR Bot748c0242018-06-21 10:34:28 +05303872apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +168,Row {0}: Advance against Customer must be credit,Row {0}: Advance vastu Klient peab olema krediidi
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303873DocType: Project,Hourly,Tunnis
Frappe PR Bot59a2a652018-04-12 13:36:55 +05303874apps/erpnext/erpnext/accounts/doctype/account/account.js +83,Non-Group to Group,Non-Group Group
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303875apps/erpnext/erpnext/education/doctype/student_group_creation_tool/student_group_creation_tool.py +58,Batch is mandatory in row {0},Partii on kohustuslik rida {0}
3876DocType: Purchase Receipt Item Supplied,Purchase Receipt Item Supplied,Ostutšekk tooteühiku
3877apps/erpnext/erpnext/projects/report/daily_timesheet_summary/daily_timesheet_summary.py +24,To Datetime,Et Date
Frappe PR Bot748c0242018-06-21 10:34:28 +05303878apps/erpnext/erpnext/config/selling.py +308,Logs for maintaining sms delivery status,Logid säilitamiseks sms tarneseisust
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303879DocType: Accounts Settings,Make Payment via Journal Entry,Tee makse kaudu päevikusissekanne
Frappe PR Botb2a64d62018-05-16 10:46:11 +05303880apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +241,Printed On,trükitud
Frappe PR Bot748c0242018-06-21 10:34:28 +05303881DocType: Clinical Procedure Template,Clinical Procedure Template,Kliinilise protseduuri mall
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303882DocType: Item,Inspection Required before Delivery,Ülevaatus Vajalik enne sünnitust
3883DocType: Item,Inspection Required before Purchase,Ülevaatus Vajalik enne ostu
3884apps/erpnext/erpnext/setup/doctype/email_digest/templates/default.html +93,Pending Activities,Kuni Tegevused
3885DocType: Patient Appointment,Reminded,Meenutas
3886DocType: Patient,PID-,PID-
3887DocType: Chapter Member,Chapter Member,Peatükk Liige
3888DocType: Material Request Plan Item,Minimum Order Quantity,Tellimuse miinimumkogus
3889apps/erpnext/erpnext/public/js/setup_wizard.js +106,Your Organization,teie organisatsiooni
3890DocType: Fee Component,Fees Category,Tasud Kategooria
Frappe PR Bot748c0242018-06-21 10:34:28 +05303891apps/erpnext/erpnext/hr/doctype/employee/employee.py +139,Please enter relieving date.,Palun sisestage leevendab kuupäeva.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303892apps/erpnext/erpnext/controllers/trends.py +149,Amt,Amt
Frappe PR Bot748c0242018-06-21 10:34:28 +05303893DocType: Travel Request,"Details of Sponsor (Name, Location)","Sponsori andmed (nimi, asukoht)"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303894DocType: Supplier Scorecard,Notify Employee,Teata töötajatest
3895DocType: Opportunity,Enter name of campaign if source of enquiry is campaign,Sisesta nimi kampaania kui allikas uurimine on kampaania
3896apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +38,Newspaper Publishers,Ajaleht Publishers
Frappe PR Bot748c0242018-06-21 10:34:28 +05303897apps/erpnext/erpnext/hr/utils.py +142,Future dates not allowed,Tulevased kuupäevad pole lubatud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303898apps/erpnext/erpnext/support/page/support_analytics/support_analytics.js +30,Select Fiscal Year,Vali Fiscal Year
Frappe PR Bot748c0242018-06-21 10:34:28 +05303899apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +117,Expected Delivery Date should be after Sales Order Date,Oodatud tarnetähtaeg peaks olema pärast Müügikorralduse kuupäeva
3900apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +43,Reorder Level,Reorder Level
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303901DocType: Company,Chart Of Accounts Template,Kontoplaani Mall
3902DocType: Attendance,Attendance Date,Osavõtt kuupäev
Frappe PR Bot748c0242018-06-21 10:34:28 +05303903apps/erpnext/erpnext/stock/get_item_details.py +378,Item Price updated for {0} in Price List {1},Toode Hind uuendatud {0} Hinnakirjas {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303904DocType: Salary Structure,Salary breakup based on Earning and Deduction.,Palk väljasõit põhineb teenimine ja mahaarvamine.
Frappe PR Bot748c0242018-06-21 10:34:28 +05303905apps/erpnext/erpnext/accounts/doctype/account/account.py +130,Account with child nodes cannot be converted to ledger,Konto tütartippu ei saa ümber arvestusraamatust
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303906DocType: Purchase Invoice Item,Accepted Warehouse,Aktsepteeritud Warehouse
3907DocType: Bank Reconciliation Detail,Posting Date,Postitamise kuupäev
3908DocType: Item,Valuation Method,Hindamismeetod
3909apps/erpnext/erpnext/hr/doctype/employee_attendance_tool/employee_attendance_tool.js +203,Mark Half Day,Mark Pool päeva
3910DocType: Sales Invoice,Sales Team,Sales Team
Frappe PR Botb2a64d62018-05-16 10:46:11 +05303911apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +88,Duplicate entry,Duplicate kirje
3912apps/erpnext/erpnext/accounts/doctype/bank_guarantee/bank_guarantee.py +19,Enter the name of the Beneficiary before submittting.,Enne esitamist sisestage Saaja nimi.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303913DocType: Program Enrollment Tool,Get Students,saada Õpilased
3914DocType: Serial No,Under Warranty,Garantii alla
Frappe PR Botb2a64d62018-05-16 10:46:11 +05303915apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +518,[Error],[Error]
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303916DocType: Sales Order,In Words will be visible once you save the Sales Order.,"Sõnades on nähtav, kui salvestate Sales Order."
3917,Employee Birthday,Töötaja Sünnipäev
3918apps/erpnext/erpnext/assets/doctype/asset_repair/asset_repair.py +14,Please select Completion Date for Completed Repair,Palun valige lõpuleviimise lõpetamise kuupäev
3919DocType: Student Batch Attendance Tool,Student Batch Attendance Tool,Student Partii osavõtt Tool
Frappe PR Bot748c0242018-06-21 10:34:28 +05303920apps/erpnext/erpnext/controllers/status_updater.py +216,Limit Crossed,Limit Crossed
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303921apps/erpnext/erpnext/education/report/assessment_plan_status/assessment_plan_status.js +22,Scheduled Upto,Planeeritud kuni
Frappe PR Bot59a2a652018-04-12 13:36:55 +05303922DocType: Woocommerce Settings,Secret,Saladus
Frappe PR Bot748c0242018-06-21 10:34:28 +05303923DocType: Company,Date of Establishment,Asutamise kuupäev
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303924apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +55,Venture Capital,Venture Capital
3925apps/erpnext/erpnext/education/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.,Akadeemilise perspektiivis selle &quot;Academic Year &#39;{0} ja&quot; Term nimi &quot;{1} on juba olemas. Palun muuda neid sissekandeid ja proovi uuesti.
3926DocType: UOM,Must be Whole Number,Peab olema täisarv
3927DocType: Leave Control Panel,New Leaves Allocated (In Days),Uus Lehed Eraldatud (päevades)
3928DocType: Purchase Invoice,Invoice Copy,arve koopia
3929apps/erpnext/erpnext/selling/doctype/installation_note/installation_note.py +49,Serial No {0} does not exist,Serial No {0} ei ole olemas
3930DocType: Sales Invoice Item,Customer Warehouse (Optional),Kliendi Warehouse (valikuline)
Frappe PR Bot748c0242018-06-21 10:34:28 +05303931DocType: Blanket Order Item,Blanket Order Item,Tekkide tellimine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303932DocType: Pricing Rule,Discount Percentage,Allahindlusprotsendi
3933apps/erpnext/erpnext/stock/page/stock_balance/stock_balance.js +51,Reserved for sub contracting,Reserveeritud allhankelepingute tegemiseks
3934DocType: Payment Reconciliation Invoice,Invoice Number,Arve number
3935DocType: Shopping Cart Settings,Orders,Tellimused
Frappe PR Bot748c0242018-06-21 10:34:28 +05303936DocType: Travel Request,Event Details,Sündmuse üksikasjad
Frappe PR Botb2a64d62018-05-16 10:46:11 +05303937DocType: Department,Leave Approver,Jäta Approver
Frappe PR Bot748c0242018-06-21 10:34:28 +05303938apps/erpnext/erpnext/public/js/utils/serial_no_batch_selector.js +316,Please select a batch,Palun valige partii
3939apps/erpnext/erpnext/config/hr.py +145,Travel and Expense Claim,Reisi- ja kuluklausel
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303940apps/erpnext/erpnext/regional/report/fichier_des_ecritures_comptables_[fec]/fichier_des_ecritures_comptables_[fec].py +42,JournalLib,JournalLib
3941DocType: Assessment Group,Assessment Group Name,Hinnang Grupi nimi
3942DocType: Manufacturing Settings,Material Transferred for Manufacture,Materjal üleantud tootmine
Frappe PR Bot748c0242018-06-21 10:34:28 +05303943apps/erpnext/erpnext/hr/doctype/employee_promotion/employee_promotion.js +60,Add to Details,Lisa detailidesse
3944DocType: Travel Itinerary,Taxi,Takso
3945DocType: Shopify Settings,Last Sync Datetime,Viimane sünkroonimisaeg Datetime
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303946DocType: Landed Cost Item,Receipt Document Type,Laekumine Dokumendi liik
3947DocType: Daily Work Summary Settings,Select Companies,Vali Ettevõtted
3948DocType: Antibiotic,Healthcare,Tervishoid
3949DocType: Target Detail,Target Detail,Target Detail
Frappe PR Bot748c0242018-06-21 10:34:28 +05303950apps/erpnext/erpnext/stock/doctype/item/item.js +67,Single Variant,Üks variant
3951apps/erpnext/erpnext/hr/doctype/job_opening/job_opening.py +51,All Jobs,Kõik Jobs
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303952DocType: Sales Order,% of materials billed against this Sales Order,% Materjalidest arve vastu Sales Order
3953DocType: Program Enrollment,Mode of Transportation,Transpordiliik
3954apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.js +49,Period Closing Entry,Periood sulgemine Entry
3955apps/erpnext/erpnext/healthcare/page/appointment_analytic/appointment_analytic.js +72,Select Department...,Vali osakond ...
Frappe PR Bot748c0242018-06-21 10:34:28 +05303956apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +40,Cost Center with existing transactions can not be converted to group,Cost Center olemasolevate tehingut ei saa ümber rühm
3957apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +375,Amount {0} {1} {2} {3},Summa {0} {1} {2} {3}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303958DocType: Account,Depreciation,Amortisatsioon
Frappe PR Bot748c0242018-06-21 10:34:28 +05303959apps/erpnext/erpnext/accounts/doctype/share_transfer/share_transfer.py +103,The number of shares and the share numbers are inconsistent,Aktsiate arv ja aktsiate arv on ebajärjekindlad
3960apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +50,Supplier(s),Pakkuja (s)
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303961DocType: Employee Attendance Tool,Employee Attendance Tool,Töötaja osalemise Tool
3962DocType: Guardian Student,Guardian Student,Guardian Student
Frappe PR Bot748c0242018-06-21 10:34:28 +05303963DocType: Company,Parent Comapny,Emaettevõtja
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303964DocType: Supplier,Credit Limit,Krediidilimiit
Frappe PR Bot59a2a652018-04-12 13:36:55 +05303965apps/erpnext/erpnext/stock/report/item_variant_details/item_variant_details.py +77,Avg. Selling Price List Rate,Keskm. Hinnakirja hinna müügihind
Frappe PR Bot748c0242018-06-21 10:34:28 +05303966DocType: Additional Salary,Salary Component,palk Component
3967apps/erpnext/erpnext/accounts/utils.py +497,Payment Entries {0} are un-linked,Makse Sissekanded {0} on un-seotud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303968DocType: GL Entry,Voucher No,Voucher ei
3969,Lead Owner Efficiency,Lead Omanik Efficiency
Frappe PR Bot748c0242018-06-21 10:34:28 +05303970apps/erpnext/erpnext/hr/doctype/employee_benefit_application/employee_benefit_application.py +62,"You can claim only an amount of {0}, the rest amount {1} should be in the application \
3971 as pro-rata component","Võite taotleda ainult summat {0}, ülejäänud summa {1} peaks olema rakenduses \ pro rata komponendina"
3972DocType: Compensatory Leave Request,Leave Allocation,Jäta jaotamine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303973DocType: Payment Request,Recipient Message And Payment Details,Saaja sõnum ja makse detailid
Frappe PR Bot748c0242018-06-21 10:34:28 +05303974DocType: Support Search Source,Source DocType,Allikas DocType
3975apps/erpnext/erpnext/templates/pages/help.html +60,Open a new ticket,Avage uus pilet
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303976DocType: Training Event,Trainer Email,treener Post
3977apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +550,Material Requests {0} created,Materjal Taotlused {0} loodud
3978DocType: Restaurant Reservation,No of People,Inimeste arv
3979apps/erpnext/erpnext/config/selling.py +164,Template of terms or contract.,Mall terminite või leping.
Frappe PR Bot748c0242018-06-21 10:34:28 +05303980DocType: Bank Account,Address and Contact,Aadress ja Kontakt
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303981DocType: Cheque Print Template,Is Account Payable,Kas konto tasulised
Frappe PR Bot748c0242018-06-21 10:34:28 +05303982apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +292,Stock cannot be updated against Purchase Receipt {0},Stock ei saa ajakohastada vastu ostutšekk {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303983DocType: Support Settings,Auto close Issue after 7 days,Auto lähedale Issue 7 päeva pärast
Frappe PR Bot748c0242018-06-21 10:34:28 +05303984apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +85,"Leave cannot be allocated before {0}, as leave balance has already been carry-forwarded in the future leave allocation record {1}","Jäta ei saa eraldada enne {0}, sest puhkuse tasakaal on juba carry-edastas tulevikus puhkuse jaotamise rekord {1}"
3985apps/erpnext/erpnext/accounts/party.py +329,Note: Due / Reference Date exceeds allowed customer credit days by {0} day(s),Märkus: Tänu / Viitekuupäev ületab lubatud klientide krediidiriski päeva {0} päeva (s)
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303986apps/erpnext/erpnext/education/doctype/program/program.js +8,Student Applicant,Student esitaja
Frappe PR Bot59a2a652018-04-12 13:36:55 +05303987DocType: Hub Tracked Item,Hub Tracked Item,Hub Tracked Item
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303988DocType: Purchase Invoice,ORIGINAL FOR RECIPIENT,ORIGINAL vastuvõtvate
3989DocType: Asset Category Account,Accumulated Depreciation Account,Akumuleeritud kulum konto
Frappe PR Bot748c0242018-06-21 10:34:28 +05303990DocType: Certified Consultant,Discuss ID,Arutage ID-d
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303991DocType: Stock Settings,Freeze Stock Entries,Freeze Stock kanded
3992DocType: Program Enrollment,Boarding Student,boarding Student
Frappe PR Bot748c0242018-06-21 10:34:28 +05303993apps/erpnext/erpnext/accounts/doctype/budget/budget.py +73,Please enable Applicable on Booking Actual Expenses,Palun lubage kehtivatele broneeringu tegelikele kuludele kohaldatavus
3994DocType: Asset Finance Book,Expected Value After Useful Life,Oodatud väärtus pärast Kasulik Elu
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05303995DocType: Item,Reorder level based on Warehouse,Reorder tasandil põhineb Warehouse
3996DocType: Activity Cost,Billing Rate,Arved Rate
3997,Qty to Deliver,Kogus pakkuda
3998,Stock Analytics,Stock Analytics
3999apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +523,Operations cannot be left blank,Toiminguid ei saa tühjaks jätta
4000DocType: Maintenance Visit Purpose,Against Document Detail No,Vastu Dokumendi Detail Ei
4001apps/erpnext/erpnext/regional/__init__.py +11,Deletion is not permitted for country {0},Kustutamine ei ole lubatud riigis {0}
Frappe PR Bot748c0242018-06-21 10:34:28 +05304002apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +111,Party Type is mandatory,Partei Type on kohustuslik
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304003DocType: Quality Inspection,Outgoing,Väljuv
4004DocType: Material Request,Requested For,Taotletakse
4005DocType: Quotation Item,Against Doctype,Vastu DOCTYPE
Frappe PR Bot748c0242018-06-21 10:34:28 +05304006apps/erpnext/erpnext/controllers/buying_controller.py +474,{0} {1} is cancelled or closed,{0} {1} on tühistatud või suletud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304007DocType: Asset,Calculate Depreciation,Arvuta amortisatsioon
4008DocType: Delivery Note,Track this Delivery Note against any Project,Jälgi seda saateleht igasuguse Project
Frappe PR Bot748c0242018-06-21 10:34:28 +05304009apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +89,Net Cash from Investing,Rahavood investeerimistegevusest
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304010DocType: Work Order,Work-in-Progress Warehouse,Lõpetamata Progress Warehouse
Frappe PR Bot748c0242018-06-21 10:34:28 +05304011apps/erpnext/erpnext/assets/doctype/asset/depreciation.py +113,Asset {0} must be submitted,Asset {0} tuleb esitada
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304012DocType: Fee Schedule Program,Total Students,Õpilased kokku
4013apps/erpnext/erpnext/education/doctype/student_attendance/student_attendance.py +56,Attendance Record {0} exists against Student {1},Publikurekordiks {0} on olemas vastu Student {1}
Frappe PR Bot748c0242018-06-21 10:34:28 +05304014apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +386,Reference #{0} dated {1},Viide # {0} dateeritud {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304015apps/erpnext/erpnext/accounts/report/asset_depreciations_and_balances/asset_depreciations_and_balances.py +164,Depreciation Eliminated due to disposal of assets,Põhivara Langes tõttu varade realiseerimisel
Frappe PR Bot748c0242018-06-21 10:34:28 +05304016DocType: Employee Transfer,New Employee ID,Uus töötaja ID
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304017DocType: Loan,Member,Liige
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304018apps/erpnext/erpnext/templates/includes/cart/cart_address.html +15,Manage Addresses,Manage aadressid
4019DocType: Work Order Item,Work Order Item,Töökorralduse punkt
4020DocType: Pricing Rule,Item Code,Asja kood
4021DocType: Serial No,Warranty / AMC Details,Garantii / AMC Üksikasjad
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304022apps/erpnext/erpnext/education/doctype/student_group/student_group.js +119,Select students manually for the Activity based Group,Valige õpilast käsitsi tegevuspõhise Group
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304023DocType: Journal Entry,User Remark,Kasutaja Märkus
Frappe PR Bot748c0242018-06-21 10:34:28 +05304024DocType: Travel Itinerary,Non Diary,Mitte päevikut
4025apps/erpnext/erpnext/hr/doctype/retention_bonus/retention_bonus.py +14,Cannot create Retention Bonus for left Employees,Järelejäänud Töötajate jaoks ei saa luua retention bonus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304026DocType: Lead,Market Segment,Turusegment
4027DocType: Agriculture Analysis Criteria,Agriculture Manager,Põllumajanduse juht
Frappe PR Bot748c0242018-06-21 10:34:28 +05304028apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.js +964,Paid Amount cannot be greater than total negative outstanding amount {0},Paide summa ei saa olla suurem kui kogu negatiivne tasumata summa {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304029DocType: Supplier Scorecard Period,Variables,Muutujad
4030DocType: Employee Internal Work History,Employee Internal Work History,Töötaja Internal tööandjad
4031apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.py +249,Closing (Dr),Sulgemine (Dr)
4032DocType: Cheque Print Template,Cheque Size,Tšekk Suurus
Frappe PR Bot748c0242018-06-21 10:34:28 +05304033apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +246,Serial No {0} not in stock,Serial No {0} ei laos
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304034apps/erpnext/erpnext/config/selling.py +169,Tax template for selling transactions.,Maksu- malli müügitehinguid.
4035DocType: Sales Invoice,Write Off Outstanding Amount,Kirjutage Off tasumata summa
4036apps/erpnext/erpnext/hr/doctype/expense_claim_type/expense_claim_type.py +27,Account {0} does not match with Company {1},Konto {0} ei ühti Company {1}
4037DocType: Education Settings,Current Academic Year,Jooksva õppeaasta
4038DocType: Stock Settings,Default Stock UOM,Vaikimisi Stock UOM
4039DocType: Asset,Number of Depreciations Booked,Arv Amortisatsiooniaruanne Broneeritud
4040apps/erpnext/erpnext/public/js/pos/pos.html +71,Qty Total,Kogusumma kokku
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304041DocType: Landed Cost Item,Receipt Document,laekumine Dokumendi
4042DocType: Employee Education,School/University,Kool / Ülikool
4043DocType: Payment Request,Reference Details,Viide Üksikasjad
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304044DocType: Sales Invoice Item,Available Qty at Warehouse,Saadaval Kogus lattu
4045apps/erpnext/erpnext/accounts/report/delivered_items_to_be_billed/delivered_items_to_be_billed.py +20,Billed Amount,Arve summa
4046DocType: Share Transfer,(including),(kaasa arvatud)
Frappe PR Bot748c0242018-06-21 10:34:28 +05304047apps/erpnext/erpnext/setup/doctype/naming_series/naming_series.py +206,Please set Naming Series for {0} via Setup &gt; Settings &gt; Naming Series,Palun määrake seerianumbrite nime seeria {0} abil häälestus&gt; Seaded&gt; nime seeria
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304048DocType: Asset,Double Declining Balance,Double Degressiivne
Frappe PR Bot748c0242018-06-21 10:34:28 +05304049apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +184,Closed order cannot be cancelled. Unclose to cancel.,Suletud tellimust ei ole võimalik tühistada. Avanema tühistada.
4050apps/erpnext/erpnext/config/hr.py +120,Payroll Setup,Palgaarvestuse seadistamine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304051DocType: Student Guardian,Father,isa
Frappe PR Bot748c0242018-06-21 10:34:28 +05304052apps/erpnext/erpnext/controllers/accounts_controller.py +656,'Update Stock' cannot be checked for fixed asset sale,&quot;Uuenda Stock&quot; ei saa kontrollida põhivara müügist
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304053DocType: Bank Reconciliation,Bank Reconciliation,Bank leppimise
4054DocType: Attendance,On Leave,puhkusel
4055apps/erpnext/erpnext/templates/includes/footer/footer_extension.html +7,Get Updates,Saada värskendusi
4056apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +96,{0} {1}: Account {2} does not belong to Company {3},{0} {1}: Konto {2} ei kuulu Company {3}
Frappe PR Bot748c0242018-06-21 10:34:28 +05304057apps/erpnext/erpnext/stock/doctype/item/item.js +428,Select at least one value from each of the attributes.,Valige vähemalt igast atribuudist vähemalt üks väärtus.
4058apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.py +167,Material Request {0} is cancelled or stopped,Materjal taotlus {0} on tühistatud või peatatud
4059apps/erpnext/erpnext/config/hr.py +391,Leave Management,Jäta juhtimine
4060DocType: Purchase Invoice,Hold Invoice,Hoidke arve
4061apps/erpnext/erpnext/hr/doctype/employee_promotion/employee_promotion.js +37,Please select Employee,Palun vali Töötaja
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304062DocType: Sales Order,Fully Delivered,Täielikult Tarnitakse
4063DocType: Lead,Lower Income,Madalama sissetulekuga
4064DocType: Restaurant Order Entry,Current Order,Praegune tellimus
Frappe PR Bot748c0242018-06-21 10:34:28 +05304065apps/erpnext/erpnext/assets/doctype/asset_movement/asset_movement.py +25,Number of serial nos and quantity must be the same,Seerianumbrid ja kogused peavad olema samad
4066apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +237,Source and target warehouse cannot be same for row {0},Allika ja eesmärgi lattu ei saa olla sama rida {0}
4067DocType: Account,Asset Received But Not Billed,"Varad saadi, kuid pole tasutud"
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304068apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +244,"Difference Account must be a Asset/Liability type account, since this Stock Reconciliation is an Opening Entry","Erinevus konto peab olema vara / kohustuse tüübist võtta, sest see Stock leppimine on mõra Entry"
4069apps/erpnext/erpnext/hr/doctype/loan/loan.py +116,Disbursed Amount cannot be greater than Loan Amount {0},Väljastatud summa ei saa olla suurem kui Laenusumma {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304070apps/erpnext/erpnext/utilities/user_progress.py +176,Go to Programs,Avage programmid
Frappe PR Bot748c0242018-06-21 10:34:28 +05304071apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.py +212,Row {0}# Allocated amount {1} cannot be greater than unclaimed amount {2},Rida {0} # eraldatud summa {1} ei tohi olla suurem kui taotletud summa {2}
4072apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +91,Purchase Order number required for Item {0},Ostutellimuse numbri vaja Punkt {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304073apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +18,'From Date' must be after 'To Date',&quot;From Date&quot; tuleb pärast &quot;To Date&quot;
Frappe PR Bot748c0242018-06-21 10:34:28 +05304074apps/erpnext/erpnext/hr/doctype/job_opening/job_opening.js +32,No Staffing Plans found for this Designation,Selle nimetuse jaoks pole leitud personaliplaane
4075DocType: Leave Policy Detail,Annual Allocation,Aastane jaotamine
4076DocType: Travel Request,Address of Organizer,Korraldaja aadress
4077DocType: Employee Boarding Activity,Applicable in the case of Employee Onboarding,Kohaldatav töötaja pardal
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304078apps/erpnext/erpnext/education/doctype/student_applicant/student_applicant.py +39,Cannot change status as student {0} is linked with student application {1},Selleks ei saa muuta üliõpilaste {0} on seotud õpilase taotluse {1}
4079DocType: Asset,Fully Depreciated,täielikult amortiseerunud
4080DocType: Item Barcode,UPC-A,UPC-A
4081,Stock Projected Qty,Stock Kavandatav Kogus
Frappe PR Bot748c0242018-06-21 10:34:28 +05304082apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +449,Customer {0} does not belong to project {1},Kliendi {0} ei kuulu projekti {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304083DocType: Employee Attendance Tool,Marked Attendance HTML,Märkimisväärne osavõtt HTML
4084apps/erpnext/erpnext/utilities/activation.py +73,"Quotations are proposals, bids you have sent to your customers","Hinnapakkumised on ettepanekuid, pakkumiste saadetud oma klientidele"
4085DocType: Sales Invoice,Customer's Purchase Order,Kliendi ostutellimuse
Frappe PR Bot748c0242018-06-21 10:34:28 +05304086DocType: Clinical Procedure,Patient,Patsient
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304087apps/erpnext/erpnext/selling/report/customer_credit_balance/customer_credit_balance.py +47,Bypass credit check at Sales Order ,Möödaviiklaenude kontroll müügikorralduses
Frappe PR Bot748c0242018-06-21 10:34:28 +05304088DocType: Employee Onboarding Activity,Employee Onboarding Activity,Töötajate töölerakendamine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304089DocType: Land Unit,Check if it is a hydroponic unit,"Kontrollige, kas see on hüdropooniline seade"
4090apps/erpnext/erpnext/config/stock.py +113,Serial No and Batch,Järjekorra number ja partii
4091DocType: Warranty Claim,From Company,Allikas: Company
4092apps/erpnext/erpnext/education/doctype/assessment_plan/assessment_plan.py +52,Sum of Scores of Assessment Criteria needs to be {0}.,Summa hulgaliselt Hindamiskriteeriumid peab olema {0}.
Frappe PR Bot748c0242018-06-21 10:34:28 +05304093apps/erpnext/erpnext/assets/doctype/asset/asset.py +187,Please set Number of Depreciations Booked,Palun määra arv Amortisatsiooniaruanne Broneeritud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304094DocType: Supplier Scorecard Period,Calculations,Arvutused
4095apps/erpnext/erpnext/buying/page/purchase_analytics/purchase_analytics.js +86,Value or Qty,Väärtus või Kogus
4096DocType: Payment Terms Template,Payment Terms,Maksetingimused
Frappe PR Bot748c0242018-06-21 10:34:28 +05304097apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +451,Productions Orders cannot be raised for:,Lavastused Tellimused ei saa tõsta jaoks:
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304098apps/erpnext/erpnext/utilities/user_progress.py +147,Minute,Minut
4099DocType: Purchase Invoice,Purchase Taxes and Charges,Ostu maksud ja tasud
4100DocType: Chapter,Meetup Embed HTML,Meetup Embed HTML
Frappe PR Bot748c0242018-06-21 10:34:28 +05304101DocType: Asset,Insured value,Kindlustatud väärtus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304102apps/erpnext/erpnext/utilities/user_progress.py +121,Go to Suppliers,Mine pakkujatele
Frappe PR Bot748c0242018-06-21 10:34:28 +05304103DocType: POS Closing Voucher Taxes,POS Closing Voucher Taxes,POS-i sulgemisloksu maksud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304104,Qty to Receive,Kogus Receive
Frappe PR Bot748c0242018-06-21 10:34:28 +05304105apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +514,"Start and end dates not in a valid Payroll Period, cannot calculate {0}.","Algus- ja lõppkuupäevad ei ole kehtiva palgalävi perioodil, ei saa arvutada {0}."
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304106DocType: Leave Block List,Leave Block List Allowed,Jäta Block loetelu Lubatud
4107DocType: Grading Scale Interval,Grading Scale Interval,Hindamisskaala Intervall
4108apps/erpnext/erpnext/hr/doctype/vehicle_log/vehicle_log.py +49,Expense Claim for Vehicle Log {0},Kulu nõue Sõiduki Logi {0}
4109DocType: Sales Invoice Item,Discount (%) on Price List Rate with Margin,Soodustus (%) kohta Hinnakirja hind koos Margin
4110apps/erpnext/erpnext/patches/v7_0/create_warehouse_nestedset.py +59,All Warehouses,Kõik Laod
Frappe PR Bot748c0242018-06-21 10:34:28 +05304111apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +1143,No {0} found for Inter Company Transactions.,Firma Inter-tehingute jaoks ei leitud {0}.
4112DocType: Travel Itinerary,Rented Car,Renditud auto
4113apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +131,Credit To account must be a Balance Sheet account,Krediidi konto peab olema bilansis
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304114DocType: Donor,Donor,Doonor
4115DocType: Global Defaults,Disable In Words,Keela sõnades
Frappe PR Bot748c0242018-06-21 10:34:28 +05304116apps/erpnext/erpnext/stock/doctype/item/item.py +69,Item Code is mandatory because Item is not automatically numbered,"Kood on kohustuslik, sest toode ei ole automaatselt nummerdatud"
4117apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +100,Quotation {0} not of type {1},Tsitaat {0} ei tüübiga {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304118DocType: Maintenance Schedule Item,Maintenance Schedule Item,Hoolduskava toode
4119DocType: Sales Order,% Delivered,% Tarnitakse
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304120apps/erpnext/erpnext/education/doctype/fees/fees.js +108,Please set the Email ID for the Student to send the Payment Request,Palun määrake Makseaadi saatmiseks õpilase e-posti aadress
Frappe PR Bot748c0242018-06-21 10:34:28 +05304121DocType: Clinical Procedure,PRO-,pa-
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304122DocType: Patient,Medical History,Meditsiiniline ajalugu
Frappe PR Bot748c0242018-06-21 10:34:28 +05304123apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +167,Bank Overdraft Account,Bank arvelduskrediidi kontot
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304124DocType: Patient,Patient ID,Patsiendi ID
4125DocType: Physician Schedule,Schedule Name,Ajakava nimi
4126apps/erpnext/erpnext/projects/doctype/timesheet/timesheet.js +49,Make Salary Slip,Tee palgatõend
Frappe PR Bot748c0242018-06-21 10:34:28 +05304127DocType: Currency Exchange,For Buying,Ostmiseks
4128apps/erpnext/erpnext/buying/doctype/request_for_quotation/request_for_quotation.js +845,Add All Suppliers,Lisa kõik pakkujad
4129apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +95,Row #{0}: Allocated Amount cannot be greater than outstanding amount.,Row # {0}: Eraldatud summa ei saa olla suurem kui tasumata summa.
4130apps/erpnext/erpnext/manufacturing/doctype/bom/bom.js +84,Browse BOM,Sirvi Bom
4131apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +165,Secured Loans,Tagatud laenud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304132DocType: Purchase Invoice,Edit Posting Date and Time,Edit Postitamise kuupäev ja kellaaeg
Frappe PR Bot748c0242018-06-21 10:34:28 +05304133apps/erpnext/erpnext/assets/doctype/asset/depreciation.py +103,Please set Depreciation related Accounts in Asset Category {0} or Company {1},Palun määra kulum seotud arvepidamise Põhivarakategoori {0} või ettevõtte {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304134DocType: Lab Test Groups,Normal Range,Normaalne vahemik
4135DocType: Academic Term,Academic Year,Õppeaasta
Frappe PR Bot59a2a652018-04-12 13:36:55 +05304136apps/erpnext/erpnext/stock/report/item_variant_details/item_variant_details.py +79,Available Selling,Saadaval müügil
Frappe PR Bot748c0242018-06-21 10:34:28 +05304137apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +179,Opening Balance Equity,Algsaldo Equity
4138DocType: Contract,CRM,CRM
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304139DocType: Purchase Invoice,N,N
4140apps/erpnext/erpnext/education/report/assessment_plan_status/assessment_plan_status.py +175,Remaining,ülejäänud
4141DocType: Appraisal,Appraisal,Hinnang
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304142DocType: Loan,Loan Account,Laenukonto
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304143DocType: Purchase Invoice,GST Details,GST üksikasjad
4144apps/erpnext/erpnext/buying/doctype/request_for_quotation/request_for_quotation.py +156,Email sent to supplier {0},E saadetakse tarnija {0}
4145DocType: Item,Default Sales Unit of Measure,Vaikimüügi mõõtühik
4146apps/erpnext/erpnext/education/report/course_wise_assessment_report/course_wise_assessment_report.html +9,Academic Year: ,Õppeaasta:
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304147DocType: Subscription,Past Due Date,Möödunud tähtaeg
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304148apps/erpnext/erpnext/stock/doctype/item_alternative/item_alternative.py +19,Not allow to set alternative item for the item {0},Mitte lubada elemendi {0} jaoks alternatiivset elementi
4149DocType: Opportunity,OPTY-,OPTY-
4150apps/erpnext/erpnext/hr/doctype/leave_block_list/leave_block_list.py +19,Date is repeated,Kuupäev korratakse
4151apps/erpnext/erpnext/accounts/print_format/payment_receipt_voucher/payment_receipt_voucher.html +27,Authorized Signatory,Allkirjaõiguslik
4152apps/erpnext/erpnext/education/doctype/fee_schedule/fee_schedule.js +64,Create Fees,Loo lõivu
4153DocType: Project,Total Purchase Cost (via Purchase Invoice),Kokku ostukulud (via ostuarve)
Frappe PR Bot748c0242018-06-21 10:34:28 +05304154DocType: Shift Type,Start Time,Algusaeg
4155apps/erpnext/erpnext/manufacturing/doctype/work_order/work_order.js +439,Select Quantity,Vali Kogus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304156DocType: Customs Tariff Number,Customs Tariff Number,Tollitariifistiku number
4157DocType: Patient Appointment,Patient Appointment,Patsiendi määramine
4158apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +34,Approving Role cannot be same as role the rule is Applicable To,Kinnitamine roll ei saa olla sama rolli õigusriigi kohaldatakse
Frappe PR Bot748c0242018-06-21 10:34:28 +05304159apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +65,Unsubscribe from this Email Digest,Lahku sellest Email Digest
4160apps/erpnext/erpnext/buying/doctype/request_for_quotation/request_for_quotation.js +835,Get Suppliers By,Hankige tarnijaid
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304161apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +173,{0} not found for Item {1},{0} ei leitud üksusele {1}
4162apps/erpnext/erpnext/utilities/user_progress.py +197,Go to Courses,Mine kursustele
4163DocType: Accounts Settings,Show Inclusive Tax In Print,Näita ka kaasnevat maksu printimisel
4164apps/erpnext/erpnext/accounts/doctype/bank_reconciliation/bank_reconciliation.py +17,"Bank Account, From Date and To Date are Mandatory","Pangakonto, alates kuupäevast kuni kuupäevani on kohustuslikud"
4165apps/erpnext/erpnext/accounts/doctype/payment_request/payment_request.js +28,Message Sent,Sõnum saadetud
Frappe PR Bot748c0242018-06-21 10:34:28 +05304166apps/erpnext/erpnext/accounts/doctype/account/account.py +100,Account with child nodes cannot be set as ledger,Konto tütartippu ei saa seada pearaamatu
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304167DocType: C-Form,II,II
4168DocType: Sales Invoice,Rate at which Price list currency is converted to customer's base currency,Hinda kus Hinnakiri valuuta konverteeritakse kliendi baasvaluuta
4169DocType: Purchase Invoice Item,Net Amount (Company Currency),Netosumma (firma Valuuta)
4170DocType: Physician,Physician Schedules,Arsti ajakavad
Frappe PR Bot748c0242018-06-21 10:34:28 +05304171apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.py +222,Total advance amount cannot be greater than total sanctioned amount,Ettemakse kogusumma ei tohi olla suurem kui sanktsioonide kogusumma
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304172DocType: Salary Slip,Hour Rate,Tund Rate
4173DocType: Stock Settings,Item Naming By,Punkt nimetamine By
4174apps/erpnext/erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.py +46,Another Period Closing Entry {0} has been made after {1},Teine periood sulgemine Entry {0} on tehtud pärast {1}
4175DocType: Work Order,Material Transferred for Manufacturing,Materjal üleantud tootmine
Frappe PR Bot748c0242018-06-21 10:34:28 +05304176apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +49,Account {0} does not exists,Konto {0} ei ole olemas
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304177DocType: Project,Project Type,Projekti tüüp
4178apps/erpnext/erpnext/projects/doctype/task/task.py +153,Child Task exists for this Task. You can not delete this Task.,Selle ülesande jaoks on olemas lapse ülesanne. Seda ülesannet ei saa kustutada.
4179apps/erpnext/erpnext/regional/report/fichier_des_ecritures_comptables_[fec]/fichier_des_ecritures_comptables_[fec].py +48,DateLet,DateLet
4180apps/erpnext/erpnext/setup/doctype/sales_person/sales_person.py +16,Either target qty or target amount is mandatory.,Kas eesmärk Kogus või Sihtsummaks on kohustuslik.
4181apps/erpnext/erpnext/config/projects.py +56,Cost of various activities,Kulude erinevate tegevuste
4182apps/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}","Seadistamine Sündmused {0}, kuna töötaja juurde allpool müügiisikuid ei ole Kasutaja ID {1}"
4183DocType: Timesheet,Billing Details,Arved detailid
4184apps/erpnext/erpnext/stock/dashboard/item_dashboard.js +163,Source and target warehouse must be different,Allika ja eesmärgi ladu peavad olema erinevad
4185apps/erpnext/erpnext/erpnext_integrations/doctype/gocardless_settings/gocardless_settings.py +140,Payment Failed. Please check your GoCardless Account for more details,"Makse ebaõnnestus. Palun kontrollige oma GoCardlessi kontot, et saada lisateavet"
4186apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +101,Not allowed to update stock transactions older than {0},Ei ole lubatud uuendada laos tehingute vanem kui {0}
4187DocType: BOM,Inspection Required,Ülevaatus Nõutav
4188DocType: Purchase Invoice Item,PR Detail,PR Detail
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304189apps/erpnext/erpnext/accounts/doctype/bank_guarantee/bank_guarantee.py +17,Enter the Bank Guarantee Number before submittting.,Enne esitamist sisestage pangagarantii number.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304190DocType: Driving License Category,Class,Klass
4191DocType: Sales Order,Fully Billed,Täielikult Maksustatakse
Frappe PR Bot748c0242018-06-21 10:34:28 +05304192apps/erpnext/erpnext/manufacturing/doctype/work_order/work_order.py +454,Work Order cannot be raised against a Item Template,Töönimekirja ei saa postitamise malli vastu tõsta
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304193apps/erpnext/erpnext/accounts/doctype/shipping_rule/shipping_rule.py +101,Shipping rule only applicable for Buying,Kohaletoimetamise reegel kehtib ainult ostmise kohta
4194DocType: Vital Signs,BMI,BMI
4195apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +20,Cash In Hand,Raha kassas
Frappe PR Bot748c0242018-06-21 10:34:28 +05304196apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +139,Delivery warehouse required for stock item {0},Toimetaja lattu vajalik varude objekti {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304197DocType: Packing Slip,The gross weight of the package. Usually net weight + packaging material weight. (for print),Brutokaal pakendis. Tavaliselt netokaal + pakkematerjali kaal. (trüki)
4198DocType: Assessment Plan,Program,programm
4199DocType: Accounts Settings,Users with this role are allowed to set frozen accounts and create / modify accounting entries against frozen accounts,Kasutajad seda rolli on lubatud kehtestada külmutatud kontode ja luua / muuta raamatupidamiskirjeteks vastu külmutatud kontode
4200DocType: Serial No,Is Cancelled,Kas Tühistatud
4201DocType: Student Group,Group Based On,Grupp põhineb
4202DocType: Journal Entry,Bill Date,Bill kuupäev
4203DocType: Healthcare Settings,Laboratory SMS Alerts,Laboratoorsed SMS-teated
Frappe PR Bot748c0242018-06-21 10:34:28 +05304204apps/erpnext/erpnext/hr/doctype/payroll_entry/payroll_entry.js +229,Creating Bank Entries......,Pangakirjete loomine ......
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304205apps/erpnext/erpnext/hr/doctype/vehicle_log/vehicle_log.py +20,"Service Item,Type,frequency and expense amount are required","Teenuse toode, tüüp, sagedus ja kulude summa on vajalik"
4206apps/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:","Isegi kui on mitu Hinnakujundusreeglid esmajärjekorras, siis järgmised sisemised prioriteedid on rakendatud:"
4207DocType: Plant Analysis Criteria,Plant Analysis Criteria,Plantanalüüsi kriteeriumid
4208DocType: Cheque Print Template,Cheque Height,Tšekk Kõrgus
4209DocType: Supplier,Supplier Details,Tarnija Üksikasjad
4210DocType: Setup Progress,Setup Progress,Seadistamine Progress
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304211DocType: Expense Claim,Approval Status,Kinnitamine Staatus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304212DocType: Hub Settings,Publish Items to Hub,Avalda tooteid Hub
4213apps/erpnext/erpnext/accounts/doctype/shipping_rule/shipping_rule.py +35,From value must be less than to value in row {0},Siit peab olema väiksem kui väärtus järjest {0}
Frappe PR Bot748c0242018-06-21 10:34:28 +05304214apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +158,Wire Transfer,Raha telegraafiülekanne
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304215apps/erpnext/erpnext/education/doctype/student_attendance_tool/student_attendance_tool.js +92,Check all,Vaata kõiki
4216,Issued Items Against Work Order,Väljastatud töökoha vastu suunatud esemed
4217DocType: Vehicle Log,Invoice Ref,arve Ref
4218DocType: Company,Default Income Account,Vaikimisi tulukonto
4219apps/erpnext/erpnext/selling/page/sales_analytics/sales_analytics.js +32,Customer Group / Customer,Kliendi Group / Klienditeenindus
4220apps/erpnext/erpnext/accounts/report/balance_sheet/balance_sheet.py +37,Unclosed Fiscal Years Profit / Loss (Credit),Sulgemata majandusaastale kasum / kahjum (Credit)
4221DocType: Sales Invoice,Time Sheets,ajatabelid
Frappe PR Bot748c0242018-06-21 10:34:28 +05304222DocType: Clinical Procedure Template,Change In Item,Muuda punktis
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304223DocType: Payment Gateway Account,Default Payment Request Message,Vaikimisi maksenõudekäsule Message
Frappe PR Bot748c0242018-06-21 10:34:28 +05304224DocType: Retention Bonus,Bonus Amount,Boonuse summa
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304225DocType: Item Group,Check this if you want to show in website,"Märgi see, kui soovid näha kodulehel"
Frappe PR Bot748c0242018-06-21 10:34:28 +05304226apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +361,Balance ({0}),Saldo ({0})
4227apps/erpnext/erpnext/config/accounts.py +140,Banking and Payments,Pank ja maksed
Frappe PR Bot59a2a652018-04-12 13:36:55 +05304228apps/erpnext/erpnext/erpnext_integrations/doctype/woocommerce_settings/woocommerce_settings.py +99,Please enter API Consumer Key,Palun sisestage API-tarbija võti
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304229,Welcome to ERPNext,Tere tulemast ERPNext
4230apps/erpnext/erpnext/config/learn.py +102,Lead to Quotation,Viia Tsitaat
4231apps/erpnext/erpnext/regional/doctype/gst_settings/gst_settings.py +34,Email Reminders will be sent to all parties with email contacts,E-posti meeldetuletused saadetakse kõigile e-posti kontaktide osapooltele
4232DocType: Project,Twice Daily,Kaks korda päevas
4233DocType: Patient,A Negative,Negatiivne
4234apps/erpnext/erpnext/templates/includes/product_list.js +45,Nothing more to show.,Midagi rohkem näidata.
4235DocType: Lead,From Customer,Siit Klienditeenindus
Frappe PR Bot748c0242018-06-21 10:34:28 +05304236apps/erpnext/erpnext/demo/setup/setup_data.py +321,Calls,Kutsub
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304237apps/erpnext/erpnext/utilities/user_progress.py +143,A Product,Toode
Frappe PR Bot748c0242018-06-21 10:34:28 +05304238DocType: Employee Tax Exemption Declaration,Declarations,Deklaratsioonid
4239apps/erpnext/erpnext/public/js/utils/serial_no_batch_selector.js +235,Batches,Partiid
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304240apps/erpnext/erpnext/education/doctype/fee_structure/fee_structure.js +34,Make Fee Schedule,Tee tasu ajakava
4241DocType: Purchase Order Item Supplied,Stock UOM,Stock UOM
Frappe PR Bot748c0242018-06-21 10:34:28 +05304242apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +249,Purchase Order {0} is not submitted,Ostutellimuse {0} ei ole esitatud
4243DocType: Account,Expenses Included In Asset Valuation,Varade hindamisel sisalduvad kulud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304244DocType: Vital Signs,Normal reference range for an adult is 16–20 breaths/minute (RCP 2012),Täiskasvanu normaalne võrdlusvahemik on 16-20 hinget / minut (RCP 2012)
4245DocType: Customs Tariff Number,Tariff Number,Tariifne arv
4246DocType: Work Order Item,Available Qty at WIP Warehouse,Saadaval Kogus on WIP Warehouse
Frappe PR Bot748c0242018-06-21 10:34:28 +05304247apps/erpnext/erpnext/stock/doctype/item/item.js +41,Projected,Kavandatav
4248apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +231,Serial No {0} does not belong to Warehouse {1},Serial No {0} ei kuulu Warehouse {1}
4249apps/erpnext/erpnext/controllers/status_updater.py +180,Note: System will not check over-delivery and over-booking for Item {0} as quantity or amount is 0,"Märkus: Süsteem ei kontrolli üle-tarne ja üle-broneerimiseks Punkt {0}, kuna maht või kogus on 0"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304250DocType: Notification Control,Quotation Message,Tsitaat Message
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304251DocType: Issue,Opening Date,Avamise kuupäev
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304252apps/erpnext/erpnext/healthcare/doctype/patient/patient.js +89,Please save the patient first,Palun salvestage patsient kõigepealt
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304253apps/erpnext/erpnext/education/api.py +80,Attendance has been marked successfully.,Osavõtt on märgitud edukalt.
4254DocType: Program Enrollment,Public Transport,Ühistransport
4255DocType: Soil Texture,Silt Composition (%),Silt koostis (%)
4256DocType: Journal Entry,Remark,Märkus
4257DocType: Healthcare Settings,Avoid Confirmation,Vältida Kinnitamist
4258DocType: Purchase Receipt Item,Rate and Amount,Määr ja summa
Frappe PR Bot748c0242018-06-21 10:34:28 +05304259apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +177,Account Type for {0} must be {1},Konto tüüp {0} peab olema {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304260DocType: Healthcare Settings,Default income accounts to be used if not set in Physician to book Consultation charges.,"Vaikimisi tulu kontod, mida tuleb kasutada, kui arst ei soovi broneerida konsultatsioonitasusid."
Frappe PR Bot748c0242018-06-21 10:34:28 +05304261apps/erpnext/erpnext/config/hr.py +34,Leaves and Holiday,Lehed ja vaba
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304262DocType: Education Settings,Current Academic Term,Praegune õppeaasta jooksul
4263DocType: Sales Order,Not Billed,Ei maksustata
4264apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +76,Both Warehouse must belong to same Company,Mõlemad Warehouse peavad kuuluma samasse Company
Frappe PR Bot748c0242018-06-21 10:34:28 +05304265DocType: Employee Grade,Default Leave Policy,Vaikimisi lahkumise eeskiri
4266DocType: Shopify Settings,Shop URL,Pood URL-i
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304267apps/erpnext/erpnext/public/js/templates/contact_list.html +34,No contacts added yet.,No kontakte lisada veel.
4268DocType: Purchase Invoice Item,Landed Cost Voucher Amount,Maandus Cost Voucher summa
4269,Item Balance (Simple),Kirje Balanss (lihtne)
4270apps/erpnext/erpnext/config/accounts.py +17,Bills raised by Suppliers.,Arveid tõstatatud Tarnijatele.
4271DocType: POS Profile,Write Off Account,Kirjutage Off konto
Frappe PR Bot748c0242018-06-21 10:34:28 +05304272DocType: Patient Appointment,Get prescribed procedures,Hangi ettenähtud protseduurid
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304273apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +233,Debit Note Amt,Võlateate Amt
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304274apps/erpnext/erpnext/templates/print_formats/includes/taxes.html +5,Discount Amount,Soodus summa
4275DocType: Purchase Invoice,Return Against Purchase Invoice,Tagasi Against ostuarve
4276DocType: Item,Warranty Period (in days),Garantii Periood (päeva)
Frappe PR Bot748c0242018-06-21 10:34:28 +05304277apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py +66,Failed to set defaults,Vaikeväärtuste määramine ebaõnnestus
4278apps/erpnext/erpnext/education/doctype/instructor/instructor.py +15,Please setup Instructor Naming System in Education &gt; Education Settings,Palun seadke õpetaja nime sisestamine haridusse&gt; Hariduseseaded
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304279apps/erpnext/erpnext/education/report/student_and_guardian_contact_details/student_and_guardian_contact_details.py +56,Relation with Guardian1,Seos Guardian1
Frappe PR Bot748c0242018-06-21 10:34:28 +05304280apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +795,Please select BOM against item {0},Palun vali BOM seoses elemendiga {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304281apps/erpnext/erpnext/accounts/doctype/opening_invoice_creation_tool/opening_invoice_creation_tool.js +18,Make Invoices,Tee arveid
Frappe PR Bot748c0242018-06-21 10:34:28 +05304282DocType: Shopping Cart Settings,Show Stock Quantity,Näita tootekogust
4283apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +77,Net Cash from Operations,Rahavood äritegevusest
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304284apps/erpnext/erpnext/stock/report/bom_search/bom_search.js +26,Item 4,Punkt 4
4285DocType: Student Admission,Admission End Date,Sissepääs End Date
4286apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order_dashboard.py +30,Sub-contracting,Alltöövõtt
4287DocType: Journal Entry Account,Journal Entry Account,Päevikusissekanne konto
4288apps/erpnext/erpnext/education/doctype/academic_year/academic_year.js +3,Student Group,Student Group
4289DocType: Shopping Cart Settings,Quotation Series,Tsitaat Series
4290apps/erpnext/erpnext/setup/doctype/item_group/item_group.py +57,"An item exists with same name ({0}), please change the item group name or rename the item","Elementi on olemas sama nimega ({0}), siis muutke kirje grupi nimi või ümbernimetamiseks kirje"
4291DocType: Soil Analysis Criteria,Soil Analysis Criteria,Mullanalüüsi kriteeriumid
Frappe PR Bot748c0242018-06-21 10:34:28 +05304292apps/erpnext/erpnext/accounts/page/pos/pos.js +2046,Please select customer,Palun valige kliendile
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304293DocType: C-Form,I,mina
4294DocType: Company,Asset Depreciation Cost Center,Vara amortisatsioonikulu Center
4295DocType: Production Plan Sales Order,Sales Order Date,Sales Order Date
4296DocType: Sales Invoice Item,Delivered Qty,Tarnitakse Kogus
4297DocType: Assessment Plan,Assessment Plan,hindamise kava
Frappe PR Bot748c0242018-06-21 10:34:28 +05304298DocType: Travel Request,Fully Sponsored,Täielikult sponsor
4299apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +28,Reverse Journal Entry,Pöördteadaande kande number
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304300apps/erpnext/erpnext/healthcare/doctype/patient/patient.py +90,Customer {0} is created.,Klient {0} on loodud.
4301DocType: Stock Settings,Limit Percent,Limit protsent
4302apps/erpnext/erpnext/stock/dashboard/item_dashboard.js +82, Currently no stock available in any warehouse,Praegu pole ühtegi ladu saadaval
4303,Payment Period Based On Invoice Date,Makse kindlaksmääramisel tuginetakse Arve kuupäev
4304DocType: Sample Collection,No. of print,Prindi arv
4305DocType: Hotel Room Reservation Item,Hotel Room Reservation Item,Hotelli toa broneerimisobjekt
4306apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +58,Missing Currency Exchange Rates for {0},Kadunud Valuutavahetus ALLAHINDLUSED {0}
Frappe PR Bot748c0242018-06-21 10:34:28 +05304307DocType: Employee Health Insurance,Health Insurance Name,Ravikindlustuse nimi
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304308DocType: Assessment Plan,Examiner,eksamineerija
4309DocType: Student,Siblings,Õed
4310DocType: Journal Entry,Stock Entry,Stock Entry
4311DocType: Payment Entry,Payment References,maksmise
4312DocType: C-Form,C-FORM-,C-Form
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304313DocType: Subscription Plan,"Number of intervals for the interval field e.g if Interval is 'Days' and Billing Interval Count is 3, invoices will be generated every 3 days","Intervalli intervallide arv, nt kui intervall on &quot;Päevad&quot; ja arveldusvahemik on 3, koostatakse arve iga kolme päeva tagant"
Frappe PR Bot748c0242018-06-21 10:34:28 +05304314DocType: Clinical Procedure Template,Allow Stock Consumption,Lubage varu tarbimist
4315DocType: Asset,Insurance Details,Kindlustus detailid
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304316DocType: Account,Payable,Maksmisele kuuluv
Frappe PR Bot748c0242018-06-21 10:34:28 +05304317DocType: Employee Tax Exemption Proof Submission,Processed in Payroll,Töötatud palgaarvestuses
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304318DocType: Share Balance,Share Type,Jaga tüüp
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304319apps/erpnext/erpnext/hr/doctype/loan/loan.py +123,Please enter Repayment Periods,Palun sisesta tagasimakseperioodid
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304320apps/erpnext/erpnext/shopping_cart/cart.py +378,Debtors ({0}),Nõuded ({0})
4321DocType: Pricing Rule,Margin,varu
4322apps/erpnext/erpnext/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.py +57,New Customers,Uutele klientidele
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304323apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +72,Gross Profit %,Brutokasum%
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304324DocType: Appraisal Goal,Weightage (%),Weightage (%)
4325apps/erpnext/erpnext/selling/page/point_of_sale/point_of_sale.js +512,Change POS Profile,Muuda POS-profiili
4326DocType: Bank Reconciliation Detail,Clearance Date,Kliirens kuupäev
4327apps/erpnext/erpnext/education/report/course_wise_assessment_report/course_wise_assessment_report.html +7,Assessment Report,Hindamisaruanne
Frappe PR Bot748c0242018-06-21 10:34:28 +05304328apps/erpnext/erpnext/assets/doctype/asset/asset.py +72,Gross Purchase Amount is mandatory,Gross ostusumma on kohustuslik
4329apps/erpnext/erpnext/setup/doctype/company/company.js +115,Company name not same,Ettevõtte nimi pole sama
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304330DocType: Lead,Address Desc,Aadress otsimiseks
Frappe PR Bot748c0242018-06-21 10:34:28 +05304331apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +114,Party is mandatory,Partei on kohustuslik
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304332DocType: Journal Entry,JV-,JV-
Frappe PR Bot748c0242018-06-21 10:34:28 +05304333apps/erpnext/erpnext/controllers/accounts_controller.py +744,Rows with duplicate due dates in other rows were found: {list},Leiti järgmised rea duplikaadi tähtajad teistes ridades: {list}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304334DocType: Topic,Topic Name,Teema nimi
Frappe PR Bot748c0242018-06-21 10:34:28 +05304335apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +319,Please set default template for Leave Approval Notification in HR Settings.,Palun seadistage HR-seadetes lehe kinnitamise teatise vaikemall.
4336apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +38,Atleast one of the Selling or Buying must be selected,Atleast üks müümine või ostmine tuleb valida
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304337apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.js +308,Select an employee to get the employee advance.,"Valige töötaja, et saada töötaja ette."
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304338apps/erpnext/erpnext/healthcare/doctype/patient/patient.js +56,Please select a valid Date,Valige kehtiv kuupäev
4339apps/erpnext/erpnext/public/js/setup_wizard.js +36,Select the nature of your business.,Vali laadi oma äri.
Frappe PR Bot748c0242018-06-21 10:34:28 +05304340DocType: Lab Test Template,"Single for results which require only a single input, result UOM and normal value
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304341<br>
4342Compound for results which require multiple input fields with corresponding event names, result UOMs and normal values
4343<br>
Frappe PR Bot748c0242018-06-21 10:34:28 +05304344Descriptive for tests which have multiple result components and corresponding result entry fields.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304345<br>
4346Grouped for test templates which are a group of other test templates.
4347<br>
4348No Result for tests with no results. Also, no Lab Test is created. e.g.. Sub Tests for Grouped results.","Üksikasju tulemuste jaoks, mis nõuavad ainult ühte sisendit, tulemuseks UOM ja normaalväärtus <br> Ühendus tulemuste jaoks, mis nõuavad mitut sisendvälja vastavate sündmuste nimede, tulemuste UOM-ide ja normaalväärtustega <br> Kirjeldav testide jaoks, millel on mitu tulemuse komponenti ja vastavaid tulemuse sisestusvälju. <br> Rühmitatud katse mallideks, mis on teiste katse mallide rühma. <br> Tulemuste testimiseks pole tulemust. Samuti ei ole loodud ühtki laboritesti. nt. Rühmitatud tulemuste alamtestid."
Frappe PR Bot748c0242018-06-21 10:34:28 +05304349apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +87,Row #{0}: Duplicate entry in References {1} {2},Row # {0}: duplikaat kande Viiteid {1} {2}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304350apps/erpnext/erpnext/config/manufacturing.py +57,Where manufacturing operations are carried.,Kus tootmistegevus viiakse.
Frappe PR Bot748c0242018-06-21 10:34:28 +05304351apps/erpnext/erpnext/education/doctype/instructor/instructor.js +39,As Examiner,Eksamineerijana
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304352DocType: Appointment Type,Default Duration,Vaikimisi kestus
Frappe PR Bot748c0242018-06-21 10:34:28 +05304353DocType: BOM Explosion Item,Source Warehouse,Allikas Warehouse
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304354DocType: Installation Note,Installation Date,Paigaldamise kuupäev
4355apps/erpnext/erpnext/accounts/doctype/shareholder/shareholder.js +30,Share Ledger,Jaga Ledger
Frappe PR Bot748c0242018-06-21 10:34:28 +05304356apps/erpnext/erpnext/controllers/accounts_controller.py +635,Row #{0}: Asset {1} does not belong to company {2},Rida # {0}: Asset {1} ei kuulu firma {2}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304357apps/erpnext/erpnext/healthcare/doctype/lab_test/lab_test.js +206,Sales Invoice {0} created,Müügiarve {0} loodud
4358DocType: Employee,Confirmation Date,Kinnitus kuupäev
4359DocType: C-Form,Total Invoiced Amount,Kokku Arve kogusumma
Frappe PR Bot748c0242018-06-21 10:34:28 +05304360apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +51,Min Qty can not be greater than Max Qty,Min Kogus ei saa olla suurem kui Max Kogus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304361DocType: Soil Texture,Silty Clay,Silty Clay
4362DocType: Account,Accumulated Depreciation,akumuleeritud kulum
4363DocType: Supplier Scorecard Scoring Standing,Standing Name,Alaline nimi
4364DocType: Stock Entry,Customer or Supplier Details,Klienditeenindus ja tarnijate andmed
Frappe PR Bot748c0242018-06-21 10:34:28 +05304365DocType: Asset Value Adjustment,Current Asset Value,Käibevara väärtus
4366DocType: Travel Request,Travel Funding,Reisi rahastamine
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304367DocType: Loan Application,Required by Date,Vajalik kuupäev
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304368DocType: Lead,Lead Owner,Plii Omanik
4369DocType: Production Plan,Sales Orders Detail,Müügitellimuste üksikasjad
4370DocType: Bin,Requested Quantity,taotletud Kogus
4371DocType: Patient,Marital Status,Perekonnaseis
4372DocType: Stock Settings,Auto Material Request,Auto Material taotlus
Frappe PR Bot59a2a652018-04-12 13:36:55 +05304373DocType: Woocommerce Settings,API consumer secret,API tarbija saladus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304374DocType: Delivery Note Item,Available Batch Qty at From Warehouse,Saadaval Partii Kogus kell laost
4375DocType: Customer,CUST-,CUST-
4376apps/erpnext/erpnext/regional/report/fichier_des_ecritures_comptables_[fec]/fichier_des_ecritures_comptables_[fec].py +50,Idevise,Idevise
4377DocType: Salary Slip,Gross Pay - Total Deduction - Loan Repayment,Gross Pay - kokku mahaarvamine - laenu tagasimakse
Frappe PR Bot748c0242018-06-21 10:34:28 +05304378DocType: Bank Account,IBAN,IBAN
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304379apps/erpnext/erpnext/manufacturing/doctype/bom_update_tool/bom_update_tool.py +29,Current BOM and New BOM can not be same,Praegune BOM ja Uus BOM saa olla samad
4380apps/erpnext/erpnext/hr/report/salary_register/salary_register.py +47,Salary Slip ID,Palgatõend ID
Frappe PR Bot748c0242018-06-21 10:34:28 +05304381apps/erpnext/erpnext/hr/doctype/employee/employee.py +123,Date Of Retirement must be greater than Date of Joining,Erru minemise peab olema suurem kui Liitumis
4382apps/erpnext/erpnext/stock/doctype/item/item.js +70,Multiple Variants,Mitmed variandid
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304383DocType: Sales Invoice,Against Income Account,Sissetuleku konto
4384apps/erpnext/erpnext/controllers/website_list_for_contact.py +117,{0}% Delivered,{0}% Tarnitakse
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304385DocType: Subscription,Trial Period Start Date,Katseperioodi alguskuupäev
Frappe PR Bot748c0242018-06-21 10:34:28 +05304386apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.py +108,Item {0}: Ordered qty {1} cannot be less than minimum order qty {2} (defined in Item).,Punkt {0}: Tellitud tk {1} ei saa olla väiksem kui minimaalne tellimuse tk {2} (vastab punktis).
4387DocType: Certification Application,Certified,Sertifitseeritud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304388DocType: Monthly Distribution Percentage,Monthly Distribution Percentage,Kuu Distribution osakaal
Frappe PR Bot748c0242018-06-21 10:34:28 +05304389apps/erpnext/erpnext/hub_node/doctype/hub_settings/hub_settings.js +61,Please login as another user.,Palun logige sisse teise kasutajana.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304390DocType: Daily Work Summary Group User,Daily Work Summary Group User,Igapäevase töö kokkuvõtte grupi kasutaja
4391DocType: Territory,Territory Targets,Territoorium Eesmärgid
4392DocType: Soil Analysis,Ca/Mg,Ca / Mg
4393DocType: Delivery Note,Transporter Info,Transporter Info
Frappe PR Bot748c0242018-06-21 10:34:28 +05304394apps/erpnext/erpnext/accounts/utils.py +504,Please set default {0} in Company {1},Palun määra vaikimisi {0} Company {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304395DocType: Cheque Print Template,Starting position from top edge,Lähteasend ülevalt servast
4396apps/erpnext/erpnext/buying/doctype/request_for_quotation/request_for_quotation.py +33,Same supplier has been entered multiple times,Sama tarnija on sisestatud mitu korda
4397apps/erpnext/erpnext/accounts/report/profitability_analysis/profitability_analysis.py +152,Gross Profit / Loss,Gross kasum / kahjum
4398,Warehouse wise Item Balance Age and Value,Ladu tark Punkt Balance Vanus ja väärtus
4399DocType: Purchase Order Item Supplied,Purchase Order Item Supplied,Ostutellimuse tooteühiku
4400apps/erpnext/erpnext/public/js/setup_wizard.js +94,Company Name cannot be Company,Firma nimi ei saa olla ettevõte
4401apps/erpnext/erpnext/config/setup.py +27,Letter Heads for print templates.,Kiri Heads print malle.
4402apps/erpnext/erpnext/config/setup.py +32,Titles for print templates e.g. Proforma Invoice.,Tiitel mallide nt Esialgse arve.
4403DocType: Program Enrollment,Walking,kõndimine
4404DocType: Student Guardian,Student Guardian,Student Guardian
4405DocType: Member,Member Name,Liikme nimi
4406DocType: Stock Settings,Use Naming Series,Kasutage nimeserverit
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304407apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.js +220,Valuation type charges can not marked as Inclusive,Hindamine tüübist tasu ei märgitud Inclusive
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304408DocType: POS Profile,Update Stock,Värskenda Stock
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304409apps/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.,"Erinevad UOM objekte viib vale (kokku) Net Weight väärtus. Veenduge, et Net Weight iga objekt on sama UOM."
Frappe PR Bot748c0242018-06-21 10:34:28 +05304410DocType: Certification Application,Payment Details,Makse andmed
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304411apps/erpnext/erpnext/stock/report/item_prices/item_prices.py +40,BOM Rate,Bom Rate
Frappe PR Bot748c0242018-06-21 10:34:28 +05304412apps/erpnext/erpnext/manufacturing/doctype/work_order/work_order.py +234,"Stopped Work Order cannot be cancelled, Unstop it first to cancel",Peatatud töökorraldust ei saa tühistada. Lõpeta see esmalt tühistamiseks
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304413DocType: Asset,Journal Entry for Scrap,Päevikusissekanne Vanametalli
4414apps/erpnext/erpnext/selling/doctype/installation_note/installation_note.py +83,Please pull items from Delivery Note,Palun tõmmake esemed Saateleht
Frappe PR Bot748c0242018-06-21 10:34:28 +05304415apps/erpnext/erpnext/accounts/utils.py +474,Journal Entries {0} are un-linked,Päevikukirjed {0} on un-seotud
4416apps/erpnext/erpnext/accounts/utils.py +803,{0} Number {1} already used in account {2},{0} Arv {1} juba kasutatud kontol {2}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304417apps/erpnext/erpnext/config/crm.py +92,"Record of all communications of type email, phone, chat, visit, etc.","Record kogu suhtlust tüüpi e-posti, telefoni, chat, külastada jms"
4418DocType: Supplier Scorecard Scoring Standing,Supplier Scorecard Scoring Standing,Tarnija tulemuskaardi hindamine alaline
4419DocType: Manufacturer,Manufacturers used in Items,Tootjad kasutada Esemed
4420apps/erpnext/erpnext/accounts/general_ledger.py +170,Please mention Round Off Cost Center in Company,Palume mainida ümardada Cost Center Company
4421DocType: Purchase Invoice,Terms,Tingimused
4422apps/erpnext/erpnext/healthcare/doctype/physician_schedule/physician_schedule.js +10,Select Days,Valige Päevad
4423DocType: Academic Term,Term Name,Term Nimi
Frappe PR Bot748c0242018-06-21 10:34:28 +05304424apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +355,Credit ({0}),Krediit ({0})
4425apps/erpnext/erpnext/hr/doctype/department/department.js +14,You cannot edit root node.,Sa ei saa redigeerida juursõlme.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304426DocType: Buying Settings,Purchase Order Required,Ostutellimuse Nõutav
4427apps/erpnext/erpnext/public/js/projects/timer.js +5,Timer,Taimer
4428,Item-wise Sales History,Punkt tark Sales ajalugu
4429DocType: Expense Claim,Total Sanctioned Amount,Kokku Sanctioned summa
4430DocType: Land Unit,Land Unit,Maaüksus
4431,Purchase Analytics,Ostu Analytics
4432DocType: Sales Invoice Item,Delivery Note Item,Toimetaja märkus toode
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304433apps/erpnext/erpnext/accounts/doctype/subscription/subscription.py +371,Current invoice {0} is missing,Praegune arve {0} puudub
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304434DocType: Asset Maintenance Log,Task,Ülesanne
4435DocType: Purchase Taxes and Charges,Reference Row #,Viide Row #
4436apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +76,Batch number is mandatory for Item {0},Partii number on kohustuslik Punkt {0}
4437apps/erpnext/erpnext/setup/doctype/sales_person/sales_person.js +13,This is a root sales person and cannot be edited.,See on root müügi isik ja seda ei saa muuta.
Frappe PR Bot748c0242018-06-21 10:34:28 +05304438DocType: Salary Component,"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. ","Kui valitud, määratud väärtus või arvutatakse see komponent ei aita kaasa tulu või mahaarvamised. Kuid see väärtus võib viidata teiste komponentide, mida saab lisada või maha."
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304439DocType: Asset Settings,Number of Days in Fiscal Year,Päevade arv eelarveaastal
4440,Stock Ledger,Laožurnaal
4441apps/erpnext/erpnext/templates/includes/cart/cart_items.html +29,Rate: {0},Hinda: {0}
4442DocType: Company,Exchange Gain / Loss Account,Exchange kasum / kahjum konto
4443apps/erpnext/erpnext/config/hr.py +7,Employee and Attendance,Töötaja ja osavõtt
Frappe PR Bot748c0242018-06-21 10:34:28 +05304444apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +106,Purpose must be one of {0},Eesmärk peab olema üks {0}
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304445apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.js +99,Fill the form and save it,Täitke vorm ja salvestage see
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304446apps/erpnext/erpnext/setup/page/welcome_to_erpnext/welcome_to_erpnext.html +26,Community Forum,Suhtlus Foorum
4447apps/erpnext/erpnext/stock/page/stock_balance/stock_balance.js +52,Actual qty in stock,Tegelik Kogus laos
4448DocType: Homepage,"URL for ""All Products""",URL &quot;Kõik tooted&quot;
4449DocType: Leave Application,Leave Balance Before Application,Jäta Balance Enne taotlemine
4450apps/erpnext/erpnext/healthcare/doctype/lab_test/lab_test.js +46,Send SMS,Saada SMS
4451DocType: Supplier Scorecard Criteria,Max Score,Max Score
4452DocType: Cheque Print Template,Width of amount in word,Laius summa sõnaga
4453DocType: Company,Default Letter Head,Vaikimisi kiri Head
4454DocType: Purchase Order,Get Items from Open Material Requests,Võta Kirjed Open Material taotlused
4455DocType: Hotel Room Amenity,Billable,Arveldatavate
4456DocType: Lab Test Template,Standard Selling Rate,Standard müügi hind
4457DocType: Account,Rate at which this tax is applied,Hinda kus see maks kohaldub
4458DocType: Cash Flow Mapper,Section Name,Sektsiooni nimi
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304459apps/erpnext/erpnext/stock/report/stock_balance/stock_balance.py +79,Reorder Qty,Reorder Kogus
Frappe PR Bot748c0242018-06-21 10:34:28 +05304460apps/erpnext/erpnext/assets/doctype/asset/asset.py +272,Depreciation Row {0}: Expected value after useful life must be greater than or equal to {1},Amortisatsiooni rea {0}: eeldatav väärtus pärast kasulikku eluea peab olema suurem kui {1}
4461apps/erpnext/erpnext/hr/doctype/job_opening/job_opening.py +55,Current Job Openings,Praegune noorele
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304462DocType: Company,Stock Adjustment Account,Stock korrigeerimine konto
4463apps/erpnext/erpnext/public/js/payment/pos_payment.html +17,Write Off,Maha kirjutama
Frappe PR Bot748c0242018-06-21 10:34:28 +05304464DocType: Healthcare Service Unit,Allow Overlap,Luba kattumine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304465DocType: Timesheet Detail,Operation ID,Operation ID
4466DocType: Employee,"System User (login) ID. If set, it will become default for all HR forms.","Süsteemi kasutaja (login) ID. Kui määratud, siis saab vaikimisi kõigi HR vormid."
4467apps/erpnext/erpnext/support/doctype/warranty_claim/warranty_claim.py +16,{0}: From {1},{0}: From {1}
4468DocType: Task,depends_on,oleneb
4469apps/erpnext/erpnext/manufacturing/doctype/bom_update_tool/bom_update_tool.py +60,Queued for updating latest price in all Bill of Materials. It may take a few minutes.,Kõigi materjalide nimekirja värskendamise järjekorras. See võib võtta paar minutit.
4470apps/erpnext/erpnext/accounts/doctype/account/account_tree.js +26,Name of new Account. Note: Please don't create accounts for Customers and Suppliers,Nimi uue konto. Märkus: Palun ärge kontosid luua klientide ja hankijate
4471apps/erpnext/erpnext/config/setup.py +37,Country wise default Address Templates,Riik tark default Aadress Templates
4472DocType: Water Analysis,Appearance,Välimus
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304473DocType: HR Settings,Leave Status Notification Template,Jäta oleku teavitusmall
Frappe PR Bot59a2a652018-04-12 13:36:55 +05304474apps/erpnext/erpnext/stock/report/item_variant_details/item_variant_details.py +77,Avg. Buying Price List Rate,Keskm. Hinnakirja hinna ostmine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304475DocType: Sales Order Item,Supplier delivers to Customer,Tarnija tarnib Tellija
Frappe PR Bot748c0242018-06-21 10:34:28 +05304476DocType: Asset,AT,AT
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304477apps/erpnext/erpnext/config/non_profit.py +23,Member information.,Liikmeinfo
Frappe PR Bot748c0242018-06-21 10:34:28 +05304478DocType: Identification Document Type,Identification Document Type,Identifitseerimisdokumendi tüüp
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304479apps/erpnext/erpnext/utilities/bot.py +34,[{0}](#Form/Item/{0}) is out of stock,[{0}] (# vorm / Punkt / {0}) on otsas
Frappe PR Bot748c0242018-06-21 10:34:28 +05304480apps/erpnext/erpnext/assets/doctype/asset/asset.js +79,Asset Maintenance,Varade hooldus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304481,Sales Payment Summary,Müügimaksete kokkuvõte
4482DocType: Restaurant,Restaurant,Restoran
Frappe PR Bot59a2a652018-04-12 13:36:55 +05304483DocType: Woocommerce Settings,API consumer key,API-tarbija võti
Frappe PR Bot748c0242018-06-21 10:34:28 +05304484apps/erpnext/erpnext/accounts/party.py +332,Due / Reference Date cannot be after {0},Tänu / Viitekuupäev ei saa pärast {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304485apps/erpnext/erpnext/config/setup.py +51,Data Import and Export,Andmete impordi ja ekspordi
4486DocType: Patient,Account Details,Konto üksikasjad
4487DocType: Crop,Materials Required,Nõutavad materjalid
4488apps/erpnext/erpnext/education/doctype/student_group/student_group.py +76,No students Found,No õpilased Leitud
Frappe PR Bot748c0242018-06-21 10:34:28 +05304489DocType: Employee Tax Exemption Declaration,Monthly HRA Exemption,Igakuine HRA-vabastus
4490DocType: Clinical Procedure,Medical Department,Meditsiini osakond
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304491DocType: Supplier Scorecard Scoring Criteria,Supplier Scorecard Scoring Criteria,Tarnijate tulemuskaardi hindamise kriteeriumid
4492apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py +55,Invoice Posting Date,Arve Postitamise kuupäev
4493apps/erpnext/erpnext/stock/doctype/item/item_dashboard.py +25,Sell,müüma
4494DocType: Purchase Invoice,Rounded Total,Ümardatud kokku
Frappe PR Bot748c0242018-06-21 10:34:28 +05304495apps/erpnext/erpnext/healthcare/doctype/physician_schedule/physician_schedule.js +91,Slots for {0} are not added to the schedule,Slots for {0} ei ole graafikule lisatud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304496DocType: Product Bundle,List items that form the package.,"Nimekiri objekte, mis moodustavad paketi."
4497apps/erpnext/erpnext/healthcare/doctype/lab_test_template/lab_test_template.py +39,Not permitted. Please disable the Test Template,Ei ole lubatud. Testige malli välja
4498apps/erpnext/erpnext/accounts/doctype/monthly_distribution/monthly_distribution.py +26,Percentage Allocation should be equal to 100%,Protsentuaalne jaotus peaks olema suurem kui 100%
4499DocType: Crop Cycle,Linked Land Unit,Seotud maaüksus
Frappe PR Bot748c0242018-06-21 10:34:28 +05304500apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.js +582,Please select Posting Date before selecting Party,Palun valige Postitamise kuupäev enne valides Party
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304501DocType: Program Enrollment,School House,School House
4502DocType: Serial No,Out of AMC,Out of AMC
Frappe PR Bot748c0242018-06-21 10:34:28 +05304503apps/erpnext/erpnext/assets/doctype/asset/asset.py +192,Number of Depreciations Booked cannot be greater than Total Number of Depreciations,Arv Amortisatsiooniaruanne Broneeritud ei saa olla suurem kui koguarv Amortisatsiooniaruanne
Frappe PR Bot59a2a652018-04-12 13:36:55 +05304504DocType: Purchase Order,Order Confirmation Date,Tellimuse kinnitamise kuupäev
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304505apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.js +47,Make Maintenance Visit,Tee hooldus Külasta
Frappe PR Bot748c0242018-06-21 10:34:28 +05304506DocType: Employee Transfer,Employee Transfer Details,Töötajate lähetamise üksikasjad
4507apps/erpnext/erpnext/selling/doctype/customer/customer.py +219,Please contact to the user who have Sales Master Manager {0} role,"Palun pöörduge kasutaja, kes on Sales Master Manager {0} rolli"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304508DocType: Company,Default Cash Account,Vaikimisi arvelduskontole
4509apps/erpnext/erpnext/config/accounts.py +62,Company (not Customer or Supplier) master.,Company (mitte kliendi või hankija) kapten.
4510apps/erpnext/erpnext/education/doctype/student/student_dashboard.py +6,This is based on the attendance of this Student,See põhineb käimist Selle Student
4511apps/erpnext/erpnext/education/doctype/student_attendance_tool/student_attendance_tool.js +178,No Students in,Nr Õpilased
4512apps/erpnext/erpnext/stock/dashboard/item_dashboard.js +179,Add more items or open full form,Lisa rohkem punkte või avatud täiskujul
Frappe PR Bot748c0242018-06-21 10:34:28 +05304513apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +218,Delivery Notes {0} must be cancelled before cancelling this Sales Order,Saatekirjad {0} tuleb tühistada enne tühistades selle Sales Order
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304514apps/erpnext/erpnext/utilities/user_progress.py +259,Go to Users,Mine kasutajatele
Frappe PR Bot748c0242018-06-21 10:34:28 +05304515apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +101,Paid amount + Write Off Amount can not be greater than Grand Total,Paide summa + maha summa ei saa olla suurem kui Grand Total
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304516apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +78,{0} is not a valid Batch Number for Item {1},{0} ei ole kehtiv Partii number jaoks Punkt {1}
Frappe PR Bot748c0242018-06-21 10:34:28 +05304517apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +206,Note: There is not enough leave balance for Leave Type {0},Märkus: Ei ole piisavalt puhkust tasakaalu Jäta tüüp {0}
4518apps/erpnext/erpnext/regional/india/utils.py +19,Invalid GSTIN or Enter NA for Unregistered,Kehtetu GSTIN või Sisesta NA registreerimata
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304519DocType: Training Event,Seminar,seminar
4520DocType: Program Enrollment Fee,Program Enrollment Fee,Programm osavõtumaks
4521DocType: Item,Supplier Items,Tarnija Esemed
4522DocType: Opportunity,Opportunity Type,Opportunity Type
Frappe PR Bot748c0242018-06-21 10:34:28 +05304523DocType: Asset Movement,To Employee,Töötajale
4524DocType: Employee Transfer,New Company,Uus firma
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304525apps/erpnext/erpnext/setup/doctype/company/delete_company_transactions.py +17,Transactions can only be deleted by the creator of the Company,Tehingud saab kustutada vaid looja Ettevõtte
4526apps/erpnext/erpnext/accounts/general_ledger.py +21,Incorrect number of General Ledger Entries found. You might have selected a wrong Account in the transaction.,Vale number of General Ledger Sissekanded leitud. Te olete valinud vale konto tehinguga.
4527DocType: Employee,Prefered Contact Email,Eelistatud Kontakt E-post
4528DocType: Cheque Print Template,Cheque Width,Tšekk Laius
4529DocType: Selling Settings,Validate Selling Price for Item against Purchase Rate or Valuation Rate,Kinnitada müügihind kulukoht ostmise korral või Hindamine Rate
4530DocType: Fee Schedule,Fee Schedule,Fee Ajakava
4531DocType: Hub Settings,Publish Availability,Avalda saadavust
4532DocType: Company,Create Chart Of Accounts Based On,Loo kontoplaani põhineb
4533apps/erpnext/erpnext/projects/doctype/task/task.js +91,Cannot convert it to non-group. Child Tasks exist.,Ei saa teisendada selle mitterühma. Lasteülesanded on olemas.
Frappe PR Bot748c0242018-06-21 10:34:28 +05304534apps/erpnext/erpnext/hr/doctype/employee/employee.py +117,Date of Birth cannot be greater than today.,Sünniaeg ei saa olla suurem kui täna.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304535,Stock Ageing,Stock Ageing
Frappe PR Bot748c0242018-06-21 10:34:28 +05304536DocType: Travel Request,"Partially Sponsored, Require Partial Funding","Osaliselt sponsoreeritud, nõuavad osalist rahastamist"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304537apps/erpnext/erpnext/education/doctype/student/student.py +40,Student {0} exist against student applicant {1},Student {0} on olemas peale õpilase taotleja {1}
4538DocType: Purchase Invoice,Rounding Adjustment (Company Currency),Ümardamise korrigeerimine (ettevõtte valuuta)
4539apps/erpnext/erpnext/projects/doctype/task/task.js +39,Timesheet,Töögraafik
4540apps/erpnext/erpnext/education/doctype/student_report_generation_tool/student_report_generation_tool.html +243,Batch: ,Partii:
4541DocType: Volunteer,Afternoon,Pärastlõunal
Frappe PR Bot748c0242018-06-21 10:34:28 +05304542apps/erpnext/erpnext/controllers/accounts_controller.py +290,{0} '{1}' is disabled,{0} &quot;{1}&quot; on keelatud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304543apps/erpnext/erpnext/crm/doctype/opportunity/opportunity_list.js +13,Set as Open,Määra Open
4544DocType: Cheque Print Template,Scanned Cheque,skaneeritud Tšekk
4545DocType: Notification Control,Send automatic emails to Contacts on Submitting transactions.,Saada automaatne kirju Kontaktid esitamine tehinguid.
4546DocType: Timesheet,Total Billable Amount,Kokku Arve summa
4547DocType: Customer,Credit Limit and Payment Terms,Krediidilimiit ja maksetingimused
4548apps/erpnext/erpnext/stock/report/bom_search/bom_search.js +20,Item 3,Punkt 3
4549apps/erpnext/erpnext/restaurant/doctype/restaurant/restaurant.js +6,Order Entry,Telli sissekanne
4550DocType: Purchase Order,Customer Contact Email,Klienditeenindus Kontakt E-
4551DocType: Warranty Claim,Item and Warranty Details,Punkt ja garantii detailid
4552DocType: Chapter,Chapter Members,Peatükk Liikmed
4553DocType: Sales Team,Contribution (%),Panus (%)
Frappe PR Bot748c0242018-06-21 10:34:28 +05304554apps/erpnext/erpnext/controllers/accounts_controller.py +125,Note: Payment Entry will not be created since 'Cash or Bank Account' was not specified,Märkus: Tasumine Entry ei loonud kuna &quot;Raha või pangakonto pole määratud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304555apps/erpnext/erpnext/projects/doctype/project/project.py +70,Project {0} already exists,Projekt {0} on juba olemas
Frappe PR Bot748c0242018-06-21 10:34:28 +05304556DocType: Clinical Procedure,Nursing User,Õendusabi kasutaja
4557DocType: Employee Benefit Application,Payroll Period,Palgaarvestusperiood
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304558DocType: Plant Analysis,Plant Analysis Criterias,Taime analüüsi kriteeriumid
Frappe PR Bot748c0242018-06-21 10:34:28 +05304559apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +237,Serial No {0} does not belong to Batch {1},Seerianumber {0} ei kuulu Partii {1}
4560apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +215,Responsibilities,Vastutus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304561apps/erpnext/erpnext/selling/doctype/quotation/quotation.py +125,Validity period of this quotation has ended.,Selle pakkumise kehtivusaeg on lõppenud.
4562DocType: Expense Claim Account,Expense Claim Account,Kuluhüvitussüsteeme konto
Frappe PR Bot748c0242018-06-21 10:34:28 +05304563DocType: Account,Capital Work in Progress,Käimasolev kapitalitöö
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304564DocType: Accounts Settings,Allow Stale Exchange Rates,Lubage vahetuskursi halvenemine
4565DocType: Sales Person,Sales Person Name,Sales Person Nimi
4566apps/erpnext/erpnext/accounts/doctype/c_form/c_form.py +54,Please enter atleast 1 invoice in the table,Palun sisestage atleast 1 arve tabelis
4567apps/erpnext/erpnext/utilities/user_progress.py +247,Add Users,Lisa Kasutajad
4568DocType: POS Item Group,Item Group,Punkt Group
4569apps/erpnext/erpnext/education/report/course_wise_assessment_report/course_wise_assessment_report.html +16,Student Group: ,Tudengirühm:
Frappe PR Bot748c0242018-06-21 10:34:28 +05304570DocType: Depreciation Schedule,Finance Book Id,Raamatukava ID-d
4571apps/erpnext/erpnext/public/js/hub/hub_listing.js +380,Select Country,Vali riik
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304572DocType: Item,Safety Stock,kindlustusvaru
4573DocType: Healthcare Settings,Healthcare Settings,Tervishoiuteenuse sätted
Frappe PR Bot748c0242018-06-21 10:34:28 +05304574apps/erpnext/erpnext/hr/doctype/leave_application/leave_application_dashboard.html +8,Total Allocated Leaves,Kokku eraldatud lehed
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304575apps/erpnext/erpnext/projects/doctype/task/task.py +54,Progress % for a task cannot be more than 100.,Progress% ülesandega ei saa olla rohkem kui 100.
4576DocType: Stock Reconciliation Item,Before reconciliation,Enne leppimist
4577apps/erpnext/erpnext/maintenance/doctype/maintenance_visit/maintenance_visit.py +12,To {0},{0}
4578DocType: Purchase Invoice,Taxes and Charges Added (Company Currency),Maksude ja tasude lisatud (firma Valuuta)
Frappe PR Bot748c0242018-06-21 10:34:28 +05304579apps/erpnext/erpnext/stock/doctype/item/item.py +491,Item Tax Row {0} must have account of type Tax or Income or Expense or Chargeable,Punkt Maksu- Row {0} peab olema konto tüüpi Tax või tulu või kuluna või tasuline
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304580DocType: Sales Order,Partly Billed,Osaliselt Maksustatakse
Frappe PR Bot748c0242018-06-21 10:34:28 +05304581apps/erpnext/erpnext/assets/doctype/asset/asset.py +54,Item {0} must be a Fixed Asset Item,Punkt {0} peab olema põhivara objektile
4582apps/erpnext/erpnext/stock/doctype/item/item.js +403,Make Variants,Tee variandid
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304583DocType: Item,Default BOM,Vaikimisi Bom
4584DocType: Project,Total Billed Amount (via Sales Invoices),Kogu tasuline summa (arvete kaudu)
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304585apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +131,Debit Note Amount,Võlateate Summa
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304586DocType: Project Update,Not Updated,Ei ole uuendatud
Frappe PR Bot748c0242018-06-21 10:34:28 +05304587apps/erpnext/erpnext/accounts/doctype/share_transfer/share_transfer.py +107,"There are inconsistencies between the rate, no of shares and the amount calculated","Maksumäära, aktsiate arvu ja arvutatud summa vahel on vastuolud"
4588apps/erpnext/erpnext/setup/doctype/company/company.js +109,Please re-type company name to confirm,Palun ümber kirjutada firma nime kinnitamiseks
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304589apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +234,Total Outstanding Amt,Kokku Tasumata Amt
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304590DocType: Journal Entry,Printing Settings,Printing Settings
4591DocType: Employee Advance,Advance Account,Ettemaksekonto
4592DocType: Job Offer,Job Offer Terms,Tööpakkumise tingimused
4593DocType: Sales Invoice,Include Payment (POS),Kaasa makse (POS)
Frappe PR Bot748c0242018-06-21 10:34:28 +05304594DocType: Shopify Settings,eg: frappe.myshopify.com,nt: frappe.myshopify.com
4595apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +324,Total Debit must be equal to Total Credit. The difference is {0},Kokku Deebetkaart peab olema võrdne Kokku Credit. Erinevus on {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304596apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +11,Automotive,Autod
4597DocType: Vehicle,Insurance Company,Kindlustusselts
4598DocType: Asset Category Account,Fixed Asset Account,Põhivarade konto
Frappe PR Bot748c0242018-06-21 10:34:28 +05304599DocType: Salary Structure Assignment,Variable,muutuja
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304600apps/erpnext/erpnext/selling/doctype/installation_note/installation_note.js +47,From Delivery Note,Siit Saateleht
4601DocType: Chapter,Members,Liikmed
4602DocType: Student,Student Email Address,Student e-posti aadress
4603DocType: Item,Hub Warehouse,Rummu laos
4604DocType: Assessment Plan,From Time,Time
4605DocType: Hotel Settings,Hotel Settings,Hotelli seaded
4606apps/erpnext/erpnext/public/js/pos/pos_bill_item.html +12,In Stock: ,Laos:
4607DocType: Notification Control,Custom Message,Custom Message
4608apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +33,Investment Banking,Investeerimispanganduse
4609DocType: Purchase Invoice,input,sisend
Frappe PR Bot748c0242018-06-21 10:34:28 +05304610apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +95,Cash or Bank Account is mandatory for making payment entry,Raha või pangakonto on kohustuslik makstes kirje
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304611apps/erpnext/erpnext/education/report/student_and_guardian_contact_details/student_and_guardian_contact_details.py +54,Student Address,Student Aadress
4612DocType: Purchase Invoice,Price List Exchange Rate,Hinnakiri Vahetuskurss
Frappe PR Bot748c0242018-06-21 10:34:28 +05304613apps/erpnext/erpnext/buying/page/purchase_analytics/purchase_analytics.js +116,All Supplier Groups,Kõik tarnijagrupid
4614DocType: Employee Boarding Activity,Required for Employee Creation,Nõutav töötaja loomine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304615DocType: GoCardless Mandate,Mandate,Volitus
4616DocType: POS Profile,POS Profile Name,Posti profiili nimi
4617DocType: Hotel Room Reservation,Booked,Broneeritud
4618apps/erpnext/erpnext/regional/report/fichier_des_ecritures_comptables_[fec]/fichier_des_ecritures_comptables_[fec].py +45,CompAuxLib,CompAuxLib
Frappe PR Bot748c0242018-06-21 10:34:28 +05304619DocType: Detected Disease,Tasks Created,Ülesanded loodud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304620DocType: Purchase Invoice Item,Rate,Määr
Frappe PR Bot748c0242018-06-21 10:34:28 +05304621apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +107,Intern,Intern
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304622DocType: Delivery Stop,Address Name,aadress Nimi
4623DocType: Stock Entry,From BOM,Siit Bom
Frappe PR Bot748c0242018-06-21 10:34:28 +05304624apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +644,Splitting {0} units of {1},{0} {1} jagamine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304625DocType: Assessment Code,Assessment Code,Hinnang kood
Frappe PR Bot748c0242018-06-21 10:34:28 +05304626apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +76,Basic,Põhiline
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304627apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +94,Stock transactions before {0} are frozen,Stock tehingud enne {0} on külmutatud
4628apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py +219,Please click on 'Generate Schedule',Palun kliki &quot;Loo Ajakava&quot;
Frappe PR Bot748c0242018-06-21 10:34:28 +05304629apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +154,Reference No is mandatory if you entered Reference Date,"Viitenumber on kohustuslik, kui sisestatud Viitekuupäev"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304630DocType: Bank Reconciliation Detail,Payment Document,maksedokumendi
4631apps/erpnext/erpnext/buying/doctype/supplier_scorecard_criteria/supplier_scorecard_criteria.py +37,Error evaluating the criteria formula,Viga kriteeriumide valemi hindamisel
Frappe PR Bot748c0242018-06-21 10:34:28 +05304632apps/erpnext/erpnext/hr/doctype/employee/employee.py +120,Date of Joining must be greater than Date of Birth,Liitumis peab olema suurem kui Sünniaeg
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304633DocType: Subscription,Plans,Plaanid
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304634DocType: Salary Slip,Salary Structure,Palgastruktuur
4635DocType: Account,Bank,Pank
4636apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +9,Airline,Lennukompanii
Frappe PR Bot748c0242018-06-21 10:34:28 +05304637apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +902,Issue Material,Väljaanne Material
4638apps/erpnext/erpnext/config/erpnext_integrations.py +32,Connect Shopify with ERPNext,Ühenda Shopify ERPNextiga
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304639DocType: Material Request Item,For Warehouse,Sest Warehouse
4640DocType: Employee,Offer Date,Pakkuda kuupäev
4641apps/erpnext/erpnext/selling/page/sales_funnel/sales_funnel.py +33,Quotations,Tsitaadid
Frappe PR Bot748c0242018-06-21 10:34:28 +05304642apps/erpnext/erpnext/accounts/page/pos/pos.js +743,You are in offline mode. You will not be able to reload until you have network.,"Olete võrguta režiimis. Sa ei saa uuesti enne, kui olete võrgus."
4643DocType: Leave Period,Grant,Grant
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304644apps/erpnext/erpnext/education/doctype/student_group_creation_tool/student_group_creation_tool.py +47,No Student Groups created.,Ei Üliõpilasgrupid loodud.
4645DocType: Purchase Invoice Item,Serial No,Seerianumber
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304646apps/erpnext/erpnext/hr/doctype/loan/loan.py +129,Monthly Repayment Amount cannot be greater than Loan Amount,Igakuine tagasimakse ei saa olla suurem kui Laenusumma
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304647apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py +143,Please enter Maintaince Details first,Palun sisestage Maintaince Detailid esimene
Frappe PR Bot748c0242018-06-21 10:34:28 +05304648apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +58,Row #{0}: Expected Delivery Date cannot be before Purchase Order Date,Rida # {0}: oodatud kohaletoimetamise kuupäev ei saa olla enne ostutellimuse kuupäeva
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304649DocType: Purchase Invoice,Print Language,Prindi keel
4650DocType: Salary Slip,Total Working Hours,Töötundide
4651DocType: Sales Invoice,Customer PO Details,Kliendi PO üksikasjad
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304652DocType: Stock Entry,Including items for sub assemblies,Sealhulgas esemed sub komplektid
4653DocType: Opening Invoice Creation Tool Item,Temporary Opening Account,Ajutine avamise konto
Frappe PR Bot748c0242018-06-21 10:34:28 +05304654apps/erpnext/erpnext/accounts/page/pos/pos.js +1973,Enter value must be positive,Sisesta väärtus peab olema positiivne
4655DocType: Asset,Finance Books,Rahandus Raamatud
4656DocType: Employee Tax Exemption Declaration Category,Employee Tax Exemption Declaration Category,Töötaja maksuvabastuse deklaratsiooni kategooria
4657apps/erpnext/erpnext/accounts/doctype/sales_invoice/pos.py +448,All Territories,Kõik aladel
4658apps/erpnext/erpnext/public/js/controllers/transaction.js +1346,Invalid Blanket Order for the selected Customer and Item,Valitud kliendi ja üksuse jaoks sobimatu kangakorraldus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304659apps/erpnext/erpnext/projects/doctype/task/task_tree.js +49,Add Multiple Tasks,Lisa mitu ülesannet
4660DocType: Purchase Invoice,Items,Esemed
Frappe PR Bot748c0242018-06-21 10:34:28 +05304661apps/erpnext/erpnext/crm/doctype/contract/contract.py +38,End Date cannot be before Start Date.,Lõppkuupäev ei saa olla enne alguskuupäeva.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304662apps/erpnext/erpnext/education/doctype/program_enrollment/program_enrollment.py +34,Student is already enrolled.,Student juba registreerunud.
4663DocType: Fiscal Year,Year Name,Aasta nimi
Frappe PR Bot748c0242018-06-21 10:34:28 +05304664apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +285,There are more holidays than working days this month.,Seal on rohkem puhkuse kui tööpäeva sel kuul.
4665apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.py +101,PDC/LC Ref,PDC / LC Ref
4666DocType: Production Plan Item,Product Bundle Item,Toote Bundle toode
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304667DocType: Sales Partner,Sales Partner Name,Müük Partner nimi
4668apps/erpnext/erpnext/hooks.py +136,Request for Quotations,Taotlus tsitaadid
4669DocType: Payment Reconciliation,Maximum Invoice Amount,Maksimaalne Arve summa
4670apps/erpnext/erpnext/regional/report/fichier_des_ecritures_comptables_[fec]/fichier_des_ecritures_comptables_[fec].py +50,Montantdevise,Montantdevise
Frappe PR Bot748c0242018-06-21 10:34:28 +05304671apps/erpnext/erpnext/healthcare/setup.py +211,Haematology,Hematoloogia
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304672DocType: Normal Test Items,Normal Test Items,Tavalised testüksused
4673DocType: Student Language,Student Language,Student keel
4674apps/erpnext/erpnext/config/selling.py +23,Customers,kliendid
4675DocType: Cash Flow Mapping,Is Working Capital,Kas käibekapital
4676apps/erpnext/erpnext/crm/report/campaign_efficiency/campaign_efficiency.py +24,Order/Quot %,Tellimus / Caster%
4677apps/erpnext/erpnext/config/healthcare.py +25,Record Patient Vitals,Salvesta patsiendil Vitals
4678DocType: Fee Schedule,Institution,Institutsioon
4679DocType: Asset,Partially Depreciated,osaliselt Amortiseerunud
4680DocType: Issue,Opening Time,Avamine aeg
Frappe PR Bot748c0242018-06-21 10:34:28 +05304681apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +97,From and To dates required,Ja sealt soovitud vaja
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304682apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +46,Securities & Commodity Exchanges,Väärtpaberite ja kaubabörsil
Frappe PR Bot748c0242018-06-21 10:34:28 +05304683apps/erpnext/erpnext/stock/doctype/item/item.py +705,Default Unit of Measure for Variant '{0}' must be same as in Template '{1}',"Vaikimisi mõõtühik Variant &quot;{0}&quot; peab olema sama, Mall &quot;{1}&quot;"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304684DocType: Shipping Rule,Calculate Based On,Arvuta põhineb
Frappe PR Bot748c0242018-06-21 10:34:28 +05304685DocType: Contract,Unfulfilled,Täitmata
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304686DocType: Delivery Note Item,From Warehouse,Siit Warehouse
4687apps/erpnext/erpnext/hr/doctype/payroll_entry/payroll_entry.py +59,No employees for the mentioned criteria,Nendest kriteeriumidest töötajaid pole
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304688apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +974,No Items with Bill of Materials to Manufacture,Ei objektid Materjaliandmik et Tootmine
Frappe PR Bot748c0242018-06-21 10:34:28 +05304689DocType: Shopify Settings,Default Customer,Vaikimisi klient
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304690DocType: Assessment Plan,Supervisor Name,Juhendaja nimi
4691DocType: Healthcare Settings,Do not confirm if appointment is created for the same day,"Ärge kinnitage, kas kohtumine on loodud samal päeval"
4692DocType: Program Enrollment Course,Program Enrollment Course,Programm Registreerimine Course
Frappe PR Bot748c0242018-06-21 10:34:28 +05304693apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.js +187,Make Sample Retention Stock Entry,Proovide võtmisega varude sisestamine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304694DocType: Purchase Taxes and Charges,Valuation and Total,Hindamine ja kokku
Frappe PR Bot748c0242018-06-21 10:34:28 +05304695DocType: Leave Encashment,Encashment Amount,Inkasso summa
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304696apps/erpnext/erpnext/buying/doctype/supplier_scorecard/supplier_scorecard_dashboard.py +11,Scorecards,Tulemuskaardid
Frappe PR Bot748c0242018-06-21 10:34:28 +05304697apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.js +159,Expired Batches,Aegunud partiid
Frappe PR Bot59a2a652018-04-12 13:36:55 +05304698DocType: Employee,This will restrict user access to other employee records,See piirab kasutajate juurdepääsu muudele töötajate registrile
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304699DocType: Tax Rule,Shipping City,Kohaletoimetamine City
Frappe PR Bot748c0242018-06-21 10:34:28 +05304700DocType: Staffing Plan Detail,Current Openings,Praegune avaused
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304701DocType: Notification Control,Customize the Notification,Kohanda teatamine
Frappe PR Bot748c0242018-06-21 10:34:28 +05304702apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +78,Cash Flow from Operations,Rahavoog äritegevusest
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304703DocType: Purchase Invoice,Shipping Rule,Kohaletoimetamine reegel
4704DocType: Patient Relation,Spouse,Abikaasa
4705DocType: Lab Test Groups,Add Test,Lisa test
4706DocType: Manufacturer,Limited to 12 characters,Üksnes 12 tähemärki
4707DocType: Journal Entry,Print Heading,Prindi Rubriik
4708apps/erpnext/erpnext/config/stock.py +150,Delivery Trip service tours to customers.,Toimetaja Reisi teeninduskäik klientidele.
4709apps/erpnext/erpnext/hr/doctype/appraisal/appraisal.py +57,Total cannot be zero,Kokku ei saa olla null
4710apps/erpnext/erpnext/selling/report/inactive_customers/inactive_customers.py +16,'Days Since Last Order' must be greater than or equal to zero,"""Päevi eelmisest tellimusest"" peab olema suurem või võrdne nulliga"
4711DocType: Plant Analysis Criteria,Maximum Permissible Value,Maksimaalne lubatud väärtus
4712DocType: Journal Entry Account,Employee Advance,Töötaja ettemaks
4713DocType: Payroll Entry,Payroll Frequency,palgafond Frequency
4714DocType: Lab Test Template,Sensitivity,Tundlikkus
Frappe PR Bot748c0242018-06-21 10:34:28 +05304715apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +946,Raw Material,Toormaterjal
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304716DocType: Leave Application,Follow via Email,Järgige e-posti teel
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304717apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +56,Plants and Machineries,Taimed ja masinad
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304718DocType: Purchase Taxes and Charges,Tax Amount After Discount Amount,Maksusumma Pärast Allahindluse summa
4719DocType: Daily Work Summary Settings,Daily Work Summary Settings,Igapäevase töö kokkuvõte seaded
Frappe PR Bot748c0242018-06-21 10:34:28 +05304720apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +1138,Selected Price List should have buying and selling fields checked.,Valitud hinnakirjas peaks olema kontrollitud ostu- ja müügipinda.
4721apps/erpnext/erpnext/controllers/buying_controller.py +663,Please enter Reqd by Date,Palun sisesta Reqd kuupäeva järgi
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304722DocType: Payment Entry,Internal Transfer,Siseülekandevormi
4723DocType: Asset Maintenance,Maintenance Tasks,Hooldusülesanded
4724apps/erpnext/erpnext/setup/doctype/territory/territory.py +19,Either target qty or target amount is mandatory,Kas eesmärk Kogus või Sihtsummaks on kohustuslik
Frappe PR Bot748c0242018-06-21 10:34:28 +05304725apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +427,Please select Posting Date first,Palun valige Postitamise kuupäev esimest
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304726apps/erpnext/erpnext/public/js/account_tree_grid.js +209,Opening Date should be before Closing Date,Avamise kuupäev peaks olema enne sulgemist kuupäev
Frappe PR Bot748c0242018-06-21 10:34:28 +05304727DocType: Travel Itinerary,Flight,Lend
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304728DocType: Leave Control Panel,Carry Forward,Kanda
Frappe PR Bot748c0242018-06-21 10:34:28 +05304729apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +32,Cost Center with existing transactions can not be converted to ledger,Cost Center olemasolevate tehingut ei saa ümber arvestusraamatust
4730DocType: Budget,Applicable on booking actual expenses,Kohaldatakse broneeringu tegelike kulude suhtes
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304731DocType: Department,Days for which Holidays are blocked for this department.,"Päeva, mis pühadel blokeeritakse selle osakonda."
4732DocType: GoCardless Mandate,ERPNext Integrations,ERPNext Integrations
4733DocType: Crop Cycle,Detected Disease,Tuvastatud haigus
4734,Produced,Produtseeritud
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304735apps/erpnext/erpnext/hr/doctype/loan/loan.py +26,Repayment Start Date cannot be before Disbursement Date.,Tagasimakse alguskuupäev ei saa olla enne väljamakse kuupäeva.
Frappe PR Bot748c0242018-06-21 10:34:28 +05304736DocType: Employee Benefit Application,Remainig Benefits (Yearly),Ülejäänud hüvitised (aastased)
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304737DocType: Item,Item Code for Suppliers,Kood tarnijatele
4738DocType: Issue,Raised By (Email),Tõstatatud (E)
4739DocType: Training Event,Trainer Name,treener Nimi
4740DocType: Mode of Payment,General,Üldine
4741apps/erpnext/erpnext/crm/report/prospects_engaged_but_not_converted/prospects_engaged_but_not_converted.py +28,Last Communication,viimase Side
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304742apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +374,Cannot deduct when category is for 'Valuation' or 'Valuation and Total',"Ei saa maha arvata, kui kategooria on &quot;Hindamine&quot; või &quot;Hindamine ja kokku&quot;"
Frappe PR Bot748c0242018-06-21 10:34:28 +05304743apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +248,Serial Nos Required for Serialized Item {0},Serial nr Nõutav SERIALIZED Punkt {0}
4744apps/erpnext/erpnext/config/accounts.py +150,Match Payments with Invoices,Match Maksed arvetega
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304745DocType: Journal Entry,Bank Entry,Bank Entry
4746DocType: Authorization Rule,Applicable To (Designation),Suhtes kohaldatava (määramine)
4747,Profitability Analysis,tasuvuse analüüsi
4748DocType: Fees,Student Email,Õpilase e-post
4749DocType: Supplier,Prevent POs,Vältida tootjaorganisatsioone
4750DocType: Patient,"Allergies, Medical and Surgical History","Allergia, meditsiini- ja kirurgiajalugu"
4751apps/erpnext/erpnext/templates/generators/item.html +77,Add to Cart,Lisa ostukorvi
Frappe PR Bot748c0242018-06-21 10:34:28 +05304752apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.js +144,Group By,Group By
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304753DocType: Guardian,Interests,Huvid
Frappe PR Bot748c0242018-06-21 10:34:28 +05304754apps/erpnext/erpnext/config/accounts.py +304,Enable / disable currencies.,Võimalda / blokeeri valuutades.
4755DocType: Exchange Rate Revaluation,Get Entries,Hankige kanded
4756apps/erpnext/erpnext/healthcare/doctype/patient_appointment/patient_appointment.py +107,Dr {0} on Half day Leave on {1},Dr {0} poolepäeval Peatud {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304757DocType: Production Plan,Get Material Request,Saada Materjal taotlus
Frappe PR Bot748c0242018-06-21 10:34:28 +05304758apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +118,Postal Expenses,Postikulude
4759apps/erpnext/erpnext/selling/doctype/pos_closing_voucher/closing_voucher_details.html +8,Sales Summary,Müügi kokkuvõte
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304760apps/erpnext/erpnext/controllers/trends.py +19,Total(Amt),Kokku (Amt)
4761apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +26,Entertainment & Leisure,Meelelahutus ja vaba aeg
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304762,Item Variant Details,Üksuse variandi üksikasjad
4763DocType: Quality Inspection,Item Serial No,Punkt Järjekorranumber
4764apps/erpnext/erpnext/utilities/activation.py +135,Create Employee Records,Loo töötaja kirjete
Frappe PR Bot748c0242018-06-21 10:34:28 +05304765apps/erpnext/erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet.py +97,Total Present,Kokku olevik
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304766apps/erpnext/erpnext/config/accounts.py +105,Accounting Statements,raamatupidamise aastaaruanne
4767DocType: Drug Prescription,Hour,Tund
4768DocType: Restaurant Order Entry,Last Sales Invoice,Viimane müügiarve
Frappe PR Bot748c0242018-06-21 10:34:28 +05304769apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +797,Please select Qty against item {0},Palun vali kogus elemendi {0}
4770apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +31,New Serial No cannot have Warehouse. Warehouse must be set by Stock Entry or Purchase Receipt,New Serial No ei ole Warehouse. Ladu peab ette Stock Entry või ostutšekk
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304771DocType: Lead,Lead Type,Plii Type
Frappe PR Bot748c0242018-06-21 10:34:28 +05304772apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +190,You are not authorized to approve leaves on Block Dates,Teil ei ole kiita lehed Block kuupäevad
4773apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +396,All these items have already been invoiced,Kõik need teemad on juba arve
4774apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +968,Set New Release Date,Määra uus väljalaske kuupäev
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304775DocType: Company,Monthly Sales Target,Kuu müügi sihtmärk
4776apps/erpnext/erpnext/setup/doctype/authorization_control/authorization_control.py +37,Can be approved by {0},Saab heaks kiidetud {0}
4777DocType: Hotel Room,Hotel Room Type,Hotelli toa tüüp
Frappe PR Bot748c0242018-06-21 10:34:28 +05304778DocType: Leave Allocation,Leave Period,Jäta perioodi
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304779DocType: Item,Default Material Request Type,Vaikimisi Materjal Soovi Tüüp
4780DocType: Supplier Scorecard,Evaluation Period,Hindamise periood
4781apps/erpnext/erpnext/buying/doctype/supplier_scorecard/supplier_scorecard_list.js +13,Unknown,tundmatu
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304782apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +973,Work Order not created,Töökorraldus pole loodud
Frappe PR Bot748c0242018-06-21 10:34:28 +05304783apps/erpnext/erpnext/hr/doctype/employee_benefit_application/employee_benefit_application.py +33,"An amount of {0} already claimed for the component {1},\
4784 set the amount equal or greater than {2}","Komponendi {1} jaoks juba nõutud {0} summa, \ set summa, mis on võrdne või suurem {2}"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304785DocType: Shipping Rule,Shipping Rule Conditions,Kohaletoimetamine Reegli
4786DocType: Purchase Invoice,Export Type,Ekspordi tüüp
4787DocType: Salary Slip Loan,Salary Slip Loan,Palk Slip Laen
4788DocType: BOM Update Tool,The new BOM after replacement,Uus Bom pärast asendamine
4789,Point of Sale,Müügikoht
4790DocType: Payment Entry,Received Amount,Saadud summa
4791DocType: Patient,Widow,Naine
4792DocType: GST Settings,GSTIN Email Sent On,GSTIN saadetud ja
4793DocType: Program Enrollment,Pick/Drop by Guardian,Pick / Drop Guardian
Frappe PR Bot748c0242018-06-21 10:34:28 +05304794DocType: Bank Account,SWIFT number,SWIFT number
4795DocType: Payment Entry,Party Name,Partei nimi
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304796DocType: Crop,Planting UOM,UOMi istutamine
4797DocType: Account,Tax,Maks
4798apps/erpnext/erpnext/education/report/student_batch_wise_attendance/student_batch_wise_attendance.py +45,Not Marked,ei Märgistatud
Frappe PR Bot748c0242018-06-21 10:34:28 +05304799DocType: Contract,Signed,Allkirjastatud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304800apps/erpnext/erpnext/accounts/doctype/opening_invoice_creation_tool/opening_invoice_creation_tool_dashboard.html +1,Opening Invoices Summary,Kokkuvõte avamise arvete kohta
4801DocType: Education Settings,Education Manager,Haridusjuht
4802DocType: Crop Cycle,The minimum length between each plant in the field for optimum growth,Minimaalne pikkus iga taime vahel optimaalse kasvu jaoks
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304803apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +153,"Batched Item {0} cannot be updated using Stock Reconciliation, instead use Stock Entry","Jaotatud Oksjoni {0} ei saa uuendada, kasutades Stock leppimise asemel kasutada Stock Entry"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304804DocType: Quality Inspection,Report Date,Aruande kuupäev
4805DocType: Student,Middle Name,Keskmine nimi
Frappe PR Bot748c0242018-06-21 10:34:28 +05304806DocType: Serial No,Asset Details,Vara üksikasjad
4807DocType: Bank Statement Transaction Payment Item,Invoices,Arved
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304808DocType: Water Analysis,Type of Sample,Proovi tüüp
4809DocType: Batch,Source Document Name,Allikas Dokumendi nimi
4810DocType: Production Plan,Get Raw Materials For Production,Hankige toorainet tootmiseks
4811DocType: Job Opening,Job Title,Töö nimetus
4812apps/erpnext/erpnext/buying/doctype/supplier_quotation/supplier_quotation.py +84,"{0} indicates that {1} will not provide a quotation, but all items \
4813 have been quoted. Updating the RFQ quote status.","{0} näitab, et {1} ei anna hinnapakkumist, kuid kõik esemed \ on tsiteeritud. RFQ tsiteeritud oleku värskendamine."
Frappe PR Bot748c0242018-06-21 10:34:28 +05304814apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +1214,Maximum Samples - {0} have already been retained for Batch {1} and Item {2} in Batch {3}.,Suurimad proovid - {0} on partii {1} ja pootise {2} jaoks juba paketi {3} jaoks juba salvestatud.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304815DocType: Manufacturing Settings,Update BOM Cost Automatically,Värskenda BOM-i maksumust automaatselt
4816DocType: Lab Test,Test Name,Testi nimi
4817apps/erpnext/erpnext/utilities/activation.py +99,Create Users,Kasutajate loomine
4818apps/erpnext/erpnext/utilities/user_progress.py +147,Gram,gramm
4819DocType: Supplier Scorecard,Per Month,Kuus
Frappe PR Bot748c0242018-06-21 10:34:28 +05304820apps/erpnext/erpnext/manufacturing/doctype/work_order/work_order.py +461,Quantity to Manufacture must be greater than 0.,Kogus et Tootmine peab olema suurem kui 0.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304821DocType: Asset Settings,Calculate Prorated Depreciation Schedule Based on Fiscal Year,"Arvestada prognoositud amortisatsiooni ajakava, mis põhineb eelarveaastal"
4822apps/erpnext/erpnext/config/maintenance.py +17,Visit report for maintenance call.,Külasta aruande hooldus kõne.
4823DocType: Stock Entry,Update Rate and Availability,Värskenduskiirus ja saadavust
4824DocType: 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.,"Osakaal teil on lubatud vastu võtta või pakkuda rohkem vastu tellitav kogus. Näiteks: Kui olete tellinud 100 ühikut. ja teie toetus on 10%, siis on lubatud saada 110 ühikut."
4825DocType: POS Customer Group,Customer Group,Kliendi Group
Frappe PR Bot748c0242018-06-21 10:34:28 +05304826apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +262,Row #{0}: Operation {1} is not completed for {2} qty of finished goods in Work Order # {3}. Please update operation status via Time Logs,Rida # {0}: käitamine {1} ei ole lõpetatud {2} valmistoodetele töökorralduse # {3}. Palun ajakohastage operatsiooni olekut kellaajaregistrite abil
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304827apps/erpnext/erpnext/stock/doctype/batch/batch.js +128,New Batch ID (Optional),Uus Partii nr (valikuline)
Frappe PR Bot748c0242018-06-21 10:34:28 +05304828apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +217,Expense account is mandatory for item {0},Kulu konto on kohustuslik element {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304829DocType: BOM,Website Description,Koduleht kirjeldus
Frappe PR Bot748c0242018-06-21 10:34:28 +05304830apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +101,Net Change in Equity,Net omakapitali
4831apps/erpnext/erpnext/assets/doctype/asset/asset.py +280,Please cancel Purchase Invoice {0} first,Palun tühistada ostuarve {0} esimene
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304832apps/erpnext/erpnext/hr/doctype/job_applicant/job_applicant.py +43,"Email Address must be unique, already exists for {0}","E-posti aadress peab olema unikaalne, juba olemas {0}"
4833DocType: Serial No,AMC Expiry Date,AMC Aegumisaja
Frappe PR Bot748c0242018-06-21 10:34:28 +05304834DocType: Asset,Receipt,kviitung
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304835,Sales Register,Müügiregister
4836DocType: Daily Work Summary Group,Send Emails At,Saada e-kirju
4837DocType: Quotation,Quotation Lost Reason,Tsitaat Lost Reason
Frappe PR Bot748c0242018-06-21 10:34:28 +05304838apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +382,Transaction reference no {0} dated {1},Tehingu viitenumber {0} kuupäevast {1}
4839apps/erpnext/erpnext/setup/doctype/supplier_group/supplier_group.js +5,There is nothing to edit.,Ei ole midagi muuta.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304840apps/erpnext/erpnext/selling/page/point_of_sale/point_of_sale.js +499,Form View,Vormi vaade
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304841DocType: HR Settings,Expense Approver Mandatory In Expense Claim,Kulude kinnitamise kohustuslik kulude hüvitamise nõue
Frappe PR Bot748c0242018-06-21 10:34:28 +05304842apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +118,Summary for this month and pending activities,Kokkuvõte Selle kuu ja kuni tegevusi
4843apps/erpnext/erpnext/accounts/doctype/exchange_rate_revaluation/exchange_rate_revaluation.py +91,Please set Unrealized Exchange Gain/Loss Account in Company {0},Palun määrake realiseerimata vahetus kasumi / kahjumi konto Ettevõttes {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304844apps/erpnext/erpnext/utilities/user_progress.py +248,"Add users to your organization, other than yourself.","Lisage oma organisatsiooni kasutajaid, välja arvatud teie ise."
4845DocType: Customer Group,Customer Group Name,Kliendi Group Nimi
4846apps/erpnext/erpnext/public/js/pos/pos.html +109,No Customers yet!,Nr Kliendid veel!
Frappe PR Bot748c0242018-06-21 10:34:28 +05304847DocType: Healthcare Service Unit,Healthcare Service Unit,Tervishoiuteenuse üksus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304848apps/erpnext/erpnext/public/js/financial_statements.js +56,Cash Flow Statement,Rahavoogude aruanne
Frappe PR Bot748c0242018-06-21 10:34:28 +05304849apps/erpnext/erpnext/manufacturing/doctype/production_plan/production_plan.py +458,No material request created,Ükski materiaalne taotlus pole loodud
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304850apps/erpnext/erpnext/hr/doctype/loan_application/loan_application.py +23,Loan Amount cannot exceed Maximum Loan Amount of {0},Laenusumma ei tohi ületada Maksimaalne laenusumma {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304851apps/erpnext/erpnext/hr/report/vehicle_expenses/vehicle_expenses.py +22,License,litsents
Frappe PR Bot748c0242018-06-21 10:34:28 +05304852apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +496,Please remove this Invoice {0} from C-Form {1},Palun eemalda see Arve {0} on C-vorm {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304853DocType: Leave Control Panel,Please select Carry Forward if you also want to include previous fiscal year's balance leaves to this fiscal year,"Palun valige kanda, kui soovite ka lisada eelnenud eelarveaasta saldo jätab see eelarveaastal"
4854DocType: GL Entry,Against Voucher Type,Vastu Voucher Type
4855DocType: Physician,Phone (R),Telefon (R)
Frappe PR Bot748c0242018-06-21 10:34:28 +05304856apps/erpnext/erpnext/healthcare/doctype/physician_schedule/physician_schedule.js +104,Time slots added,Ajakohad on lisatud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304857DocType: Item,Attributes,Näitajad
Frappe PR Bot748c0242018-06-21 10:34:28 +05304858apps/erpnext/erpnext/healthcare/doctype/clinical_procedure_template/clinical_procedure_template.js +36,Enable Template,Malli lubamine
4859apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +242,Please enter Write Off Account,Palun sisestage maha konto
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304860apps/erpnext/erpnext/selling/report/inactive_customers/inactive_customers.py +71,Last Order Date,Viimati Order Date
Frappe PR Bot748c0242018-06-21 10:34:28 +05304861DocType: Salary Component,Is Payable,On tasuline
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304862DocType: Patient,B Negative,B on negatiivne
4863apps/erpnext/erpnext/assets/doctype/asset_maintenance_log/asset_maintenance_log.py +25,Maintenance Status has to be Cancelled or Completed to Submit,Hoolduse staatus tuleb tühistada või lõpetada esitamiseks
Frappe PR Bot748c0242018-06-21 10:34:28 +05304864DocType: Staffing Plan Detail,Vacancies,Vabad töökohad
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304865DocType: Hotel Room,Hotel Room,Hotellituba
Frappe PR Bot748c0242018-06-21 10:34:28 +05304866apps/erpnext/erpnext/accounts/doctype/budget/budget.py +49,Account {0} does not belongs to company {1},Konto {0} ei kuuluv ettevõte {1}
4867DocType: Leave Type,Rounding,Ümardamine
4868apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +889,Serial Numbers in row {0} does not match with Delivery Note,Seerianumbrid järjest {0} ei ühti saateleht
4869apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +36,"Then Pricing Rules are filtered out based on Customer, Customer Group, Territory, Supplier, Supplier Group, Campaign, Sales Partner etc.","Siis filtreeritakse hinnakujunduse reeglid kliendi, kliendirühma, territooriumi, tarnija, tarnijate rühma, kampaania, müügipartneri jt alusel."
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304870DocType: Student,Guardian Details,Guardian detailid
4871DocType: C-Form,C-Form,C-Form
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304872DocType: Agriculture Task,Start Day,Alguspäeva
4873DocType: Vehicle,Chassis No,Tehasetähis
4874DocType: Payment Request,Initiated,Algatatud
4875DocType: Production Plan Item,Planned Start Date,Kavandatav alguskuupäev
Frappe PR Bot748c0242018-06-21 10:34:28 +05304876apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +625,Please select a BOM,Valige BOM
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304877DocType: Purchase Invoice,Availed ITC Integrated Tax,Kasutab ITC integreeritud maksu
Frappe PR Bot748c0242018-06-21 10:34:28 +05304878DocType: Purchase Order Item,Blanket Order Rate,Teki tellimiskiirus
4879apps/erpnext/erpnext/hooks.py +152,Certification,Sertifitseerimine
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304880DocType: Bank Guarantee,Clauses and Conditions,Tingimused ja tingimused
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304881DocType: Serial No,Creation Document Type,Loomise Dokumendi liik
4882DocType: Project Task,View Timesheet,Kuva ajaveht
Frappe PR Bot748c0242018-06-21 10:34:28 +05304883apps/erpnext/erpnext/accounts/doctype/exchange_rate_revaluation/exchange_rate_revaluation.js +24,Make Journal Entry,Tee päevikusissekanne
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304884DocType: Leave Allocation,New Leaves Allocated,Uus Lehed Eraldatud
4885apps/erpnext/erpnext/controllers/trends.py +269,Project-wise data is not available for Quotation,Projekti tark andmed ei ole kättesaadavad Tsitaat
4886apps/erpnext/erpnext/education/doctype/student_admission/templates/student_admission.html +30,End on,Lõpeta
4887DocType: Project,Expected End Date,Oodatud End Date
4888DocType: Budget Account,Budget Amount,Eelarve summa
4889DocType: Donor,Donor Name,Abiandja nimi
Frappe PR Bot748c0242018-06-21 10:34:28 +05304890DocType: Journal Entry,Inter Company Journal Entry Reference,Firma ajakirjanduse sisestamise viide
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304891DocType: Appraisal Template,Appraisal Template Title,Hinnang Mall Pealkiri
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304892apps/erpnext/erpnext/utilities/user_progress_utils.py +29,Commercial,Kaubanduslik
4893DocType: Patient,Alcohol Current Use,Alkoholi praegune kasutamine
Frappe PR Bot748c0242018-06-21 10:34:28 +05304894DocType: Employee Tax Exemption Proof Submission,House Rent Payment Amount,Maja üüride maksmise summa
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304895DocType: Student Admission Program,Student Admission Program,Tudengite vastuvõtu programm
Frappe PR Bot748c0242018-06-21 10:34:28 +05304896DocType: Employee Tax Exemption Sub Category,Tax Exemption Category,Maksuvabastuse kategooria
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304897DocType: Payment Entry,Account Paid To,Konto Paide
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304898DocType: Subscription Settings,Grace Period,Armuaeg
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304899DocType: Item Alternative,Alternative Item Name,Alternatiivse nimetuse nimi
4900apps/erpnext/erpnext/selling/doctype/product_bundle/product_bundle.py +24,Parent Item {0} must not be a Stock Item,Parent Punkt {0} ei tohi olla laoartikkel
Frappe PR Bot748c0242018-06-21 10:34:28 +05304901apps/erpnext/erpnext/hr/doctype/payroll_entry/payroll_entry.py +485,"Could not submit any Salary Slip <br>\
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304902 Possible reasons: <br>\
4903 1. Net pay is less than 0. <br>\
4904 2. Company Email Address specified in employee master is not valid. <br>",Palkade libisemist ei õnnestunud esitada <br> \ Võimalikud põhjused: <br> \ 1. Netopalk on väiksem kui 0. <br> \ 2. Töövõtte kapteni määratud ettevõtte e-posti aadress ei kehti. <br>
4905apps/erpnext/erpnext/config/selling.py +57,All Products or Services.,Kõik tooted või teenused.
4906DocType: Expense Claim,More Details,Rohkem detaile
4907DocType: Supplier Quotation,Supplier Address,Tarnija Aadress
Frappe PR Bot748c0242018-06-21 10:34:28 +05304908apps/erpnext/erpnext/accounts/doctype/budget/budget.py +157,{0} Budget for Account {1} against {2} {3} is {4}. It will exceed by {5},{0} eelarve konto {1} vastu {2} {3} on {4}. See ületa {5}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304909apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +37,Out Qty,Out Kogus
Frappe PR Bot748c0242018-06-21 10:34:28 +05304910apps/erpnext/erpnext/buying/doctype/supplier/supplier.py +49,Series is mandatory,Seeria on kohustuslik
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304911apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +28,Financial Services,Finantsteenused
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304912DocType: Student Sibling,Student ID,Õpilase ID
Frappe PR Bot748c0242018-06-21 10:34:28 +05304913apps/erpnext/erpnext/public/js/hub/hub_form.js +450,Supplier Email,Tarnija e-post
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304914apps/erpnext/erpnext/config/projects.py +51,Types of activities for Time Logs,Tüübid tegevused aeg kajakad
4915DocType: Opening Invoice Creation Tool,Sales,Läbimüük
4916DocType: Stock Entry Detail,Basic Amount,Põhisummat
4917DocType: Training Event,Exam,eksam
4918DocType: Complaint,Complaint,Kaebus
Frappe PR Bot748c0242018-06-21 10:34:28 +05304919apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +467,Warehouse required for stock Item {0},Ladu vajalik varude Punkt {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304920DocType: Leave Allocation,Unused leaves,Kasutamata lehed
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304921apps/erpnext/erpnext/hr/doctype/loan/loan.js +83,Make Repayment Entry,Tee tagasimakse kirje
Frappe PR Bot748c0242018-06-21 10:34:28 +05304922apps/erpnext/erpnext/patches/v11_0/update_department_lft_rgt.py +8,All Departments,Kõik osakonnad
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304923DocType: Patient,Alcohol Past Use,Alkoholi varasem kasutamine
4924DocType: Fertilizer Content,Fertilizer Content,Väetise sisu
Frappe PR Bot748c0242018-06-21 10:34:28 +05304925apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +248,Cr,Kr
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304926DocType: Project Update,Problematic/Stuck,Probleemne / kinni jäänud
4927DocType: Tax Rule,Billing State,Arved riik
4928DocType: Share Transfer,Transfer,Transfer
Frappe PR Bot748c0242018-06-21 10:34:28 +05304929apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +258,Work Order {0} must be cancelled before cancelling this Sales Order,Enne müügikorralduse tühistamist tuleb töökorraldus {0} tühistada
4930apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +966,Fetch exploded BOM (including sub-assemblies),Tõmba plahvatas Bom (sh sõlmed)
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304931DocType: Authorization Rule,Applicable To (Employee),Suhtes kohaldatava (töötaja)
Frappe PR Bot748c0242018-06-21 10:34:28 +05304932apps/erpnext/erpnext/controllers/accounts_controller.py +160,Due Date is mandatory,Tähtaeg on kohustuslik
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304933apps/erpnext/erpnext/controllers/item_variant.py +82,Increment for Attribute {0} cannot be 0,Juurdekasv Oskus {0} ei saa olla 0
4934apps/erpnext/erpnext/hotels/report/hotel_room_occupancy/hotel_room_occupancy.py +19,Rooms Booked,Broneeritud toad
4935apps/erpnext/erpnext/crm/doctype/lead/lead.py +57,Ends On date cannot be before Next Contact Date.,Lõpeb Kuupäeval ei saa olla enne järgmist kontaktandmet.
4936DocType: Journal Entry,Pay To / Recd From,Pay / KONTOLE From
4937DocType: Naming Series,Setup Series,Setup Series
4938DocType: Payment Reconciliation,To Invoice Date,Et arve kuupäevast
Frappe PR Bot748c0242018-06-21 10:34:28 +05304939DocType: Bank Account,Contact HTML,Kontakt HTML
4940DocType: Support Settings,Support Portal,Toetusportaal
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304941apps/erpnext/erpnext/healthcare/doctype/healthcare_settings/healthcare_settings.py +19,Registration fee can not be Zero,Registreerimistasu ei saa olla null
4942DocType: Disease,Treatment Period,Ravi periood
Frappe PR Bot748c0242018-06-21 10:34:28 +05304943DocType: Travel Itinerary,Travel Itinerary,Reisi teekond
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304944apps/erpnext/erpnext/education/api.py +338,Result already Submitted,Tulemus on juba esitatud
Frappe PR Bot748c0242018-06-21 10:34:28 +05304945apps/erpnext/erpnext/controllers/buying_controller.py +180,Reserved Warehouse is mandatory for Item {0} in Raw Materials supplied,Reserveeritud ladu on kohustuslik punktis {0} tarnitud tooraine puhul
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304946,Inactive Customers,Passiivne Kliendid
4947DocType: Student Admission Program,Maximum Age,Maksimaalne vanus
4948apps/erpnext/erpnext/regional/doctype/gst_settings/gst_settings.py +28,Please wait 3 days before resending the reminder.,Palun oodake 3 päeva enne meeldetuletuse uuesti saatmist.
4949DocType: Landed Cost Voucher,LCV,VTS
4950DocType: Landed Cost Voucher,Purchase Receipts,Ostutšekid
4951apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +29,How Pricing Rule is applied?,Kuidas Hinnakujundus kehtib reegel?
4952DocType: Stock Entry,Delivery Note No,Toimetaja märkus pole
4953DocType: Cheque Print Template,Message to show,Sõnum näidata
4954apps/erpnext/erpnext/public/js/setup_wizard.js +28,Retail,Jaekaubandus
4955DocType: Student Attendance,Absent,Puuduv
Frappe PR Bot748c0242018-06-21 10:34:28 +05304956DocType: Staffing Plan,Staffing Plan Detail,Personaliplaani detailne kirjeldus
4957DocType: Employee Promotion,Promotion Date,Edutamise kuupäev
4958apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +596,Product Bundle,Toote Bundle
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304959apps/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,"Punkti ei leitud alates {0}. Sul peab olema alaline hinde, mis katab 0-100"
Frappe PR Bot748c0242018-06-21 10:34:28 +05304960apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +244,Row {0}: Invalid reference {1},Row {0}: Vale viite {1}
4961apps/erpnext/erpnext/assets/doctype/location/location_tree.js +23,New Location,Uus asukoht
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304962DocType: Purchase Taxes and Charges Template,Purchase Taxes and Charges Template,Ostu maksud ja tasud Mall
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304963DocType: Subscription,Current Invoice Start Date,Praegune arve alguskuupäev
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304964DocType: Timesheet,TS-,TS-
4965apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +61,{0} {1}: Either debit or credit amount is required for {2},{0} {1}: kas deebet- või krediitkaardi summa on vajalik {2}
4966DocType: GL Entry,Remarks,Märkused
4967DocType: Hotel Room Amenity,Hotel Room Amenity,Hotellitoa mugavus
Frappe PR Bot748c0242018-06-21 10:34:28 +05304968DocType: Budget,Action if Annual Budget Exceeded on MR,"Tegevus, kui aastaeelarve ületati mr"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304969DocType: Payment Entry,Account Paid From,Konto makstud
4970DocType: Purchase Order Item Supplied,Raw Material Item Code,Raw Material Kood
4971DocType: Task,Parent Task,Vanemate ülesanne
4972DocType: Journal Entry,Write Off Based On,Kirjutage Off põhineb
4973apps/erpnext/erpnext/utilities/activation.py +65,Make Lead,Tee Lead
Frappe PR Bot748c0242018-06-21 10:34:28 +05304974apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +119,Print and Stationery,Prindi ja Stationery
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304975DocType: Stock Settings,Show Barcode Field,Näita vöötkoodi Field
Frappe PR Bot748c0242018-06-21 10:34:28 +05304976apps/erpnext/erpnext/buying/doctype/request_for_quotation/request_for_quotation.js +814,Send Supplier Emails,Saada Tarnija kirjad
4977apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +172,"Salary already processed for period between {0} and {1}, Leave application period cannot be between this date range.",Palk juba töödeldud ajavahemikus {0} ja {1} Jäta taotlemise tähtaeg ei või olla vahel selles ajavahemikus.
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304978DocType: Fiscal Year,Auto Created,Automaatne loomine
Frappe PR Bot748c0242018-06-21 10:34:28 +05304979apps/erpnext/erpnext/hr/doctype/employee_onboarding/employee_onboarding.py +18,Submit this to create the Employee record,"Esitage see, et luua töötaja kirje"
4980DocType: Item Default,Item Default,Üksus Vaikimisi
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304981DocType: Chapter Member,Leave Reason,Jätke põhjus
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304982apps/erpnext/erpnext/accounts/doctype/subscription/subscription.py +203,Invoice {0} no longer exists,Arve {0} enam ei eksisteeri
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304983DocType: Guardian Interest,Guardian Interest,Guardian Intress
4984DocType: Volunteer,Availability,Kättesaadavus
Frappe PR Bot748c0242018-06-21 10:34:28 +05304985apps/erpnext/erpnext/config/accounts.py +325,Setup default values for POS Invoices,POS-arvete vaikeväärtuste seadistamine
4986apps/erpnext/erpnext/config/hr.py +240,Training,koolitus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304987DocType: Project,Time to send,Aeg saata
4988DocType: Timesheet,Employee Detail,töötaja Detail
4989apps/erpnext/erpnext/education/report/student_and_guardian_contact_details/student_and_guardian_contact_details.py +58,Guardian1 Email ID,Guardian1 Saatke ID
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304990DocType: Lab Prescription,Test Code,Testi kood
4991apps/erpnext/erpnext/config/website.py +11,Settings for website homepage,Seaded veebisaidi avalehel
Frappe PR Bot748c0242018-06-21 10:34:28 +05304992apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +873,{0} is on hold till {1},{0} on ootel kuni {1}
4993apps/erpnext/erpnext/hr/doctype/leave_application/leave_application_dashboard.html +9,Used Leaves,Kasutatud lehed
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304994DocType: Job Offer,Awaiting Response,Vastuse ootamine
Frappe PR Bot748c0242018-06-21 10:34:28 +05304995apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.py +83,Above,Ülal
4996DocType: Support Search Source,Link Options,Linki valikud
4997apps/erpnext/erpnext/selling/page/point_of_sale/point_of_sale.js +1500,Total Amount {0},Kogusumma {0}
Frappe PR Botb2a64d62018-05-16 10:46:11 +05304998apps/erpnext/erpnext/controllers/item_variant.py +307,Invalid attribute {0} {1},Vale atribuut {0} {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05304999DocType: Supplier,Mention if non-standard payable account,"Mainida, kui mittestandardsete makstakse konto"
5000apps/erpnext/erpnext/education/report/course_wise_assessment_report/course_wise_assessment_report.py +25,Please select the assessment group other than 'All Assessment Groups',Palun valige hindamise rühm kui &quot;Kõik Hindamine Grupid&quot;
5001apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +67,Row {0}: Cost center is required for an item {1},Rida {0}: üksuse {1} jaoks on vaja kulude keskmist
5002apps/erpnext/erpnext/regional/report/fichier_des_ecritures_comptables_[fec]/fichier_des_ecritures_comptables_[fec].py +43,EcritureDate,EcritureDate
Frappe PR Bot59a2a652018-04-12 13:36:55 +05305003apps/erpnext/erpnext/healthcare/doctype/physician/physician_dashboard.py +6,This is based on transactions against this Physician.,See põhineb tehingutele selle arstiga.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305004DocType: Training Event Employee,Optional,Valikuline
5005DocType: Salary Slip,Earning & Deduction,Teenimine ja mahaarvamine
5006DocType: Agriculture Analysis Criteria,Water Analysis,Vee analüüs
5007DocType: Chapter,Region,Piirkond
Frappe PR Bot748c0242018-06-21 10:34:28 +05305008apps/erpnext/erpnext/accounts/doctype/account/account_tree.js +36,Optional. This setting will be used to filter in various transactions.,Valikuline. See seadistus filtreerida erinevate tehingute.
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305009apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +111,Negative Valuation Rate is not allowed,Negatiivne Hindamine Rate ei ole lubatud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305010DocType: Holiday List,Weekly Off,Weekly Off
5011apps/erpnext/erpnext/agriculture/doctype/crop_cycle/crop_cycle.js +7,Reload Linked Analysis,Laadi uuesti seotud analüüs
5012DocType: Fiscal Year,"For e.g. 2012, 2012-13",Sest näiteks 2012. 2012-13
Frappe PR Bot748c0242018-06-21 10:34:28 +05305013apps/erpnext/erpnext/accounts/report/balance_sheet/balance_sheet.py +97,Provisional Profit / Loss (Credit),Ajutine kasum / kahjum (Credit)
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305014DocType: Sales Invoice,Return Against Sales Invoice,Tagasi Against müügiarve
5015apps/erpnext/erpnext/stock/report/bom_search/bom_search.js +32,Item 5,Punkt 5
5016DocType: Serial No,Creation Time,Loomise aeg
5017apps/erpnext/erpnext/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.py +62,Total Revenue,Tulud kokku
Frappe PR Bot748c0242018-06-21 10:34:28 +05305018DocType: Blanket Order,BO.#####,BO. #####
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305019DocType: Patient,Other Risk Factors,Muud riskitegurid
5020DocType: Sales Invoice,Product Bundle Help,Toote Bundle Abi
5021,Monthly Attendance Sheet,Kuu osavõtt Sheet
5022apps/erpnext/erpnext/hr/report/employee_advance_summary/employee_advance_summary.py +15,No record found,Kirjet ei leitud
5023apps/erpnext/erpnext/accounts/report/asset_depreciations_and_balances/asset_depreciations_and_balances.py +140,Cost of Scrapped Asset,Kulud Käibelt kõrvaldatud Asset
Frappe PR Bot748c0242018-06-21 10:34:28 +05305024apps/erpnext/erpnext/controllers/stock_controller.py +240,{0} {1}: Cost Center is mandatory for Item {2},{0} {1}: Cost Center on kohustuslik Punkt {2}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305025DocType: Vehicle,Policy No,poliitika pole
Frappe PR Bot748c0242018-06-21 10:34:28 +05305026apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +691,Get Items from Product Bundle,Võta Kirjed Toote Bundle
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305027DocType: Asset,Straight Line,Sirgjoon
5028DocType: Project User,Project User,projekti Kasutaja
5029apps/erpnext/erpnext/stock/doctype/batch/batch.js +72,Split,lõhe
Frappe PR Bot748c0242018-06-21 10:34:28 +05305030DocType: Employee Transfer,Re-allocate Leaves,Lehed uuesti eraldada
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305031DocType: GL Entry,Is Advance,Kas Advance
Frappe PR Bot748c0242018-06-21 10:34:28 +05305032apps/erpnext/erpnext/config/hr.py +202,Employee Lifecycle,Töötaja elutsükkel
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305033apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.js +21,Attendance From Date and Attendance To Date is mandatory,Osavõtt From kuupäev ja kohalolijate kuupäev on kohustuslik
Frappe PR Bot748c0242018-06-21 10:34:28 +05305034apps/erpnext/erpnext/controllers/buying_controller.py +167,Please enter 'Is Subcontracted' as Yes or No,Palun sisestage &quot;on sisse ostetud&quot; kui jah või ei
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305035DocType: Item,Default Purchase Unit of Measure,Vaikimisi ostuühik
5036apps/erpnext/erpnext/crm/report/prospects_engaged_but_not_converted/prospects_engaged_but_not_converted.py +29,Last Communication Date,Viimase Side kuupäev
Frappe PR Bot748c0242018-06-21 10:34:28 +05305037DocType: Clinical Procedure Item,Clinical Procedure Item,Kliinilise protseduuri punkt
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305038DocType: Sales Team,Contact No.,Võta No.
5039DocType: Bank Reconciliation,Payment Entries,makse Sissekanded
Frappe PR Bot748c0242018-06-21 10:34:28 +05305040apps/erpnext/erpnext/erpnext_integrations/doctype/shopify_settings/shopify_settings.py +33,Access token or Shopify URL missing,Juurdepääsuotsik või Shopifyi URL puudub
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305041DocType: Land Unit,Land Unit Details,Maaüksuse üksikasjad
5042DocType: Land Unit,Latitude,Laiuskraad
5043DocType: Work Order,Scrap Warehouse,Vanametalli Warehouse
Frappe PR Bot748c0242018-06-21 10:34:28 +05305044apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +179,"Warehouse required at Row No {0}, please set default warehouse for the item {1} for the company {2}","Rida nr {0} nõutav lao, palun määra ettevõtte {1} jaoks vaikimisi ladu {2}"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305045DocType: Work Order,Check if material transfer entry is not required,"Kontrollige, kas materjali üleandmise kande ei nõuta"
5046DocType: Program Enrollment Tool,Get Students From,Saada üliõpilast
5047apps/erpnext/erpnext/config/learn.py +263,Publish Items on Website,Avalda Kirjed Koduleht
5048apps/erpnext/erpnext/utilities/activation.py +126,Group your students in batches,Group õpilased partiidena
5049DocType: Authorization Rule,Authorization Rule,Luba reegel
5050DocType: POS Profile,Offline POS Section,Offline POS-i sektsioon
5051DocType: Sales Invoice,Terms and Conditions Details,Tingimused Detailid
5052apps/erpnext/erpnext/templates/generators/item.html +100,Specifications,Tehnilisi
5053DocType: Sales Taxes and Charges Template,Sales Taxes and Charges Template,Müük maksud ja tasud Mall
5054apps/erpnext/erpnext/accounts/report/balance_sheet/balance_sheet.py +68,Total (Credit),Kokku (Credit)
5055DocType: Repayment Schedule,Payment Date,maksekuupäev
5056apps/erpnext/erpnext/stock/doctype/batch/batch.js +122,New Batch Qty,Uus Partii Kogus
5057apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +10,Apparel & Accessories,Rõivad ja aksessuaarid
5058apps/erpnext/erpnext/buying/doctype/supplier_scorecard_period/supplier_scorecard_period.py +91,Could not solve weighted score function. Make sure the formula is valid.,"Kaalutud skoori funktsiooni ei õnnestunud lahendada. Veenduge, et valem on kehtiv."
5059apps/erpnext/erpnext/selling/report/inactive_customers/inactive_customers.py +67,Number of Order,Järjekorranumber
5060DocType: Item Group,HTML / Banner that will show on the top of product list.,HTML / Banner mis näitavad peal toodet nimekirja.
5061DocType: Shipping Rule,Specify conditions to calculate shipping amount,Täpsustada tingimused arvutada laevandus summa
5062DocType: Program Enrollment,Institute's Bus,Instituudi buss
5063DocType: Accounts Settings,Role Allowed to Set Frozen Accounts & Edit Frozen Entries,Role lubatud kehtestada külmutatud kontode ja Edit Külmutatud kanded
5064DocType: Supplier Scorecard Scoring Variable,Path,Tee
Frappe PR Bot748c0242018-06-21 10:34:28 +05305065apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +30,Cannot convert Cost Center to ledger as it has child nodes,"Ei saa teisendada Cost Center pearaamatu, sest see on tütartippu"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305066DocType: Production Plan,Total Planned Qty,Kokku planeeritud kogus
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305067apps/erpnext/erpnext/stock/report/stock_balance/stock_balance.py +70,Opening Value,Seis
Frappe PR Bot748c0242018-06-21 10:34:28 +05305068DocType: Salary Component,Formula,valem
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305069apps/erpnext/erpnext/stock/report/stock_ledger/stock_ledger.py +47,Serial #,Serial #
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305070DocType: Lab Test Template,Lab Test Template,Lab Test Template
Frappe PR Bot748c0242018-06-21 10:34:28 +05305071apps/erpnext/erpnext/setup/doctype/company/company.py +190,Sales Account,Müügikonto
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305072DocType: Purchase Invoice Item,Total Weight,Kogukaal
Frappe PR Bot748c0242018-06-21 10:34:28 +05305073apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +101,Commission on Sales,Müügiprovisjon
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305074DocType: Job Offer Term,Value / Description,Väärtus / Kirjeldus
Frappe PR Bot748c0242018-06-21 10:34:28 +05305075apps/erpnext/erpnext/controllers/accounts_controller.py +659,"Row #{0}: Asset {1} cannot be submitted, it is already {2}","Rida # {0}: Asset {1} ei saa esitada, siis on juba {2}"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305076DocType: Tax Rule,Billing Country,Arved Riik
5077DocType: Purchase Order Item,Expected Delivery Date,Oodatud Toimetaja kuupäev
Frappe PR Bot748c0242018-06-21 10:34:28 +05305078apps/erpnext/erpnext/hr/doctype/employee_transfer/employee_transfer.py +53,"Please delete the Employee <a href=""#Form/Employee/{0}"">{0}</a>\
5079 to cancel this document","Palun kustuta töötaja <a href=""#Form/Employee/{0}"">{0}</a> \ selle dokumendi tühistamiseks"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305080DocType: Restaurant Order Entry,Restaurant Order Entry,Restorani korralduse sissekanne
5081apps/erpnext/erpnext/accounts/general_ledger.py +134,Debit and Credit not equal for {0} #{1}. Difference is {2}.,Deebeti ja kreediti ole võrdsed {0} # {1}. Erinevus on {2}.
Frappe PR Bot748c0242018-06-21 10:34:28 +05305082DocType: Budget,Control Action,Kontrollimeede
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305083DocType: Asset Maintenance Task,Assign To Name,Määra nimi
Frappe PR Bot748c0242018-06-21 10:34:28 +05305084apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +105,Entertainment Expenses,Esinduskulud
Frappe PR Bot59a2a652018-04-12 13:36:55 +05305085DocType: Hub Settings,Enabled Users,Lubatud kasutajad
Frappe PR Bot748c0242018-06-21 10:34:28 +05305086apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.js +98,Make Material Request,Tee Materjal taotlus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305087apps/erpnext/erpnext/manufacturing/doctype/bom/bom_item_preview.html +20,Open Item {0},Avatud Punkt {0}
Frappe PR Bot748c0242018-06-21 10:34:28 +05305088DocType: Asset Finance Book,Written Down Value,Kirjutatud väärtus
5089apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +228,Sales Invoice {0} must be cancelled before cancelling this Sales Order,Müügiarve {0} tuleb tühistada enne tühistades selle Sales Order
5090DocType: Clinical Procedure,Age,Ajastu
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305091DocType: Sales Invoice Timesheet,Billing Amount,Arved summa
5092DocType: Cash Flow Mapping,Select Maximum Of 1,Valige maksimaalselt 1
5093apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.js +84,Invalid quantity specified for item {0}. Quantity should be greater than 0.,Vale kogus määratud kirje {0}. Kogus peaks olema suurem kui 0.
5094DocType: Company,Default Employee Advance Account,Vaikimisi töötaja eelkonto
Frappe PR Bot748c0242018-06-21 10:34:28 +05305095apps/erpnext/erpnext/accounts/doctype/account/account.py +166,Account with existing transaction can not be deleted,Konto olemasolevate tehingu ei saa kustutada
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305096DocType: Vehicle,Last Carbon Check,Viimati Carbon Check
Frappe PR Bot748c0242018-06-21 10:34:28 +05305097apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +109,Legal Expenses,Kohtukulude
5098apps/erpnext/erpnext/public/js/utils/serial_no_batch_selector.js +147,Please select quantity on row ,Palun valige kogus real
5099apps/erpnext/erpnext/config/accounts.py +283,Make Opening Sales and Purchase Invoices,Müügi- ja ostuarve avamine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305100DocType: Purchase Invoice,Posting Time,Foorumi aeg
5101DocType: Timesheet,% Amount Billed,% Arve summa
Frappe PR Bot748c0242018-06-21 10:34:28 +05305102apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +125,Telephone Expenses,Telefoni kulud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305103DocType: Sales Partner,Logo,Logo
5104DocType: 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.,"Märgi see, kui soovid sundida kasutajal valida rida enne salvestamist. Ei toimu vaikimisi, kui te vaadata seda."
Frappe PR Bot748c0242018-06-21 10:34:28 +05305105apps/erpnext/erpnext/stock/get_item_details.py +141,No Item with Serial No {0},No Punkt Serial No {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305106DocType: Email Digest,Open Notifications,Avatud teated
5107DocType: Payment Entry,Difference Amount (Company Currency),Erinevus summa (firma Valuuta)
Frappe PR Bot748c0242018-06-21 10:34:28 +05305108apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +83,Direct Expenses,Otsesed kulud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305109apps/erpnext/erpnext/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.py +60,New Customer Revenue,Uus klient tulud
Frappe PR Bot748c0242018-06-21 10:34:28 +05305110apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +126,Travel Expenses,Sõidukulud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305111DocType: Maintenance Visit,Breakdown,Lagunema
Frappe PR Bot748c0242018-06-21 10:34:28 +05305112DocType: Travel Itinerary,Vegetarian,Taimetoitlane
5113apps/erpnext/erpnext/controllers/accounts_controller.py +852,Account: {0} with currency: {1} can not be selected,Konto: {0} valuuta: {1} ei saa valida
5114DocType: Bank Statement Transaction Settings Item,Bank Data,Pangaandmed
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305115DocType: Purchase Receipt Item,Sample Quantity,Proovi kogus
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305116DocType: Bank Guarantee,Name of Beneficiary,Abisaaja nimi
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305117DocType: Manufacturing Settings,"Update BOM cost automatically via Scheduler, based on latest valuation rate / price list rate / last purchase rate of raw materials.","Värskendage BOM-i automaatselt Scheduleri kaudu, tuginedes kõige värskemale hindamismäärale / hinnakirja hinnale / toorainete viimasele ostuhinnale."
5118DocType: Bank Reconciliation Detail,Cheque Date,Tšekk kuupäev
Frappe PR Bot748c0242018-06-21 10:34:28 +05305119apps/erpnext/erpnext/accounts/doctype/account/account.py +52,Account {0}: Parent account {1} does not belong to company: {2},Konto {0}: Parent konto {1} ei kuulu firma: {2}
5120apps/erpnext/erpnext/setup/doctype/company/company.js +126,Successfully deleted all transactions related to this company!,"Edukalt kustutatud kõik tehingud, mis on seotud selle firma!"
5121apps/erpnext/erpnext/accounts/report/accounts_payable/accounts_payable.js +33,As on Date,Kuupäeva järgi
5122DocType: Additional Salary,HR,HR
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305123DocType: Program Enrollment,Enrollment Date,Registreerimine kuupäev
5124DocType: Healthcare Settings,Out Patient SMS Alerts,Patsiendi SMS-teated välja
Frappe PR Bot748c0242018-06-21 10:34:28 +05305125apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +103,Probation,Karistusest
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305126DocType: Program Enrollment Tool,New Academic Year,Uus õppeaasta
Frappe PR Bot748c0242018-06-21 10:34:28 +05305127apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +833,Return / Credit Note,Tagasi / kreeditarve
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305128DocType: Stock Settings,Auto insert Price List rate if missing,"Auto sisestada Hinnakiri määra, kui puuduvad"
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305129apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +130,Total Paid Amount,Kokku Paide summa
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305130DocType: GST Settings,B2C Limit,B2C piirang
5131DocType: Work Order Item,Transferred Qty,Kantud Kogus
5132apps/erpnext/erpnext/config/learn.py +11,Navigating,Liikumine
Frappe PR Bot748c0242018-06-21 10:34:28 +05305133apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +164,Planning,Planeerimine
5134DocType: Contract,Signee,Signee
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305135DocType: Share Balance,Issued,Emiteeritud
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305136DocType: Loan,Repayment Start Date,Tagasimaksmise alguskuupäev
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305137apps/erpnext/erpnext/education/doctype/student/student_dashboard.py +14,Student Activity,Üliõpilaste aktiivsus
5138apps/erpnext/erpnext/accounts/report/purchase_register/purchase_register.py +80,Supplier Id,Tarnija Id
5139DocType: Payment Request,Payment Gateway Details,Payment Gateway Detailid
5140apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +276,Quantity should be greater than 0,Kogus peaks olema suurem kui 0
5141DocType: Journal Entry,Cash Entry,Raha Entry
5142apps/erpnext/erpnext/stock/doctype/warehouse/warehouse_tree.js +17,Child nodes can be only created under 'Group' type nodes,Tütartippu saab ainult alusel loodud töörühm tüüpi sõlmed
Frappe PR Bot748c0242018-06-21 10:34:28 +05305143DocType: Attendance Request,Half Day Date,Pool päeva kuupäev
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305144DocType: Academic Year,Academic Year Name,Õppeaasta Nimi
Frappe PR Bot748c0242018-06-21 10:34:28 +05305145apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +1022,{0} not allowed to transact with {1}. Please change the Company.,{0} ei saa tehinguga {1} teha. Muuda ettevõtet.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305146DocType: Sales Partner,Contact Desc,Võta otsimiseks
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305147DocType: Email Digest,Send regular summary reports via Email.,Saada regulaarselt koondaruanded e-posti teel.
5148DocType: Payment Entry,PE-,PE-
Frappe PR Bot748c0242018-06-21 10:34:28 +05305149apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.py +288,Please set default account in Expense Claim Type {0},Palun määra vaikimisi konto kulu Nõude tüüp {0}
5150apps/erpnext/erpnext/hr/doctype/leave_application/leave_application_dashboard.html +11,Available Leaves,Saadaolevad lehed
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305151DocType: Assessment Result,Student Name,Õpilase nimi
5152DocType: Brand,Item Manager,Punkt Manager
Frappe PR Bot748c0242018-06-21 10:34:28 +05305153apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +150,Payroll Payable,palgafond on tasulised
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305154DocType: Plant Analysis,Collection Datetime,Kogumiskuupäev
5155DocType: Work Order,Total Operating Cost,Tegevuse kogukuludest
Frappe PR Bot748c0242018-06-21 10:34:28 +05305156apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +173,Note: Item {0} entered multiple times,Märkus: Punkt {0} sisestatud mitu korda
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305157apps/erpnext/erpnext/config/selling.py +41,All Contacts.,Kõik kontaktid.
Frappe PR Bot748c0242018-06-21 10:34:28 +05305158DocType: Accounting Period,Closed Documents,Suletud dokumendid
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305159apps/erpnext/erpnext/public/js/setup_wizard.js +71,Company Abbreviation,Ettevõte lühend
5160apps/erpnext/erpnext/healthcare/doctype/physician/physician.py +47,User {0} does not exist,Kasutaja {0} ei ole olemas
5161DocType: Payment Term,Day(s) after invoice date,Päev (d) pärast arve kuupäeva
Frappe PR Bot748c0242018-06-21 10:34:28 +05305162apps/erpnext/erpnext/setup/doctype/company/company.js +34,Date of Commencement should be greater than Date of Incorporation,Alguskuupäev peaks olema suurem kui registreerimise kuupäev
5163DocType: Contract,Signed On,Sisse logitud
5164DocType: Bank Statement Transaction Invoice Item,Party Type,Partei Type
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305165DocType: Payment Schedule,Payment Schedule,Maksegraafik
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305166DocType: Item Attribute Value,Abbreviation,Lühend
5167apps/erpnext/erpnext/accounts/doctype/payment_request/payment_request.py +195,Payment Entry already exists,Makse Entry juba olemas
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305168DocType: Subscription,Trial Period End Date,Katseperioodi lõppkuupäev
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305169apps/erpnext/erpnext/setup/doctype/authorization_control/authorization_control.py +36,Not authroized since {0} exceeds limits,Ei authroized kuna {0} ületab piirid
Frappe PR Bot748c0242018-06-21 10:34:28 +05305170DocType: Serial No,Asset Status,Vara olek
5171apps/erpnext/erpnext/healthcare/setup.py +242,Pathology,Patoloogia
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305172DocType: Restaurant Order Entry,Restaurant Table,Restoran Tabel
5173DocType: Hotel Room,Hotel Manager,Hotellijuhataja
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305174apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +63,Set Tax Rule for shopping cart,Määra maksueeskiri ostukorv
5175DocType: Purchase Invoice,Taxes and Charges Added,Maksude ja tasude lisatud
Frappe PR Bot748c0242018-06-21 10:34:28 +05305176apps/erpnext/erpnext/assets/doctype/asset/asset.py +203,Depreciation Row {0}: Next Depreciation Date cannot be before Available-for-use Date,Amortisatsiooni rea {0}: järgmine amortisatsiooni kuupäev ei saa olla enne kasutatavat kuupäeva
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305177,Sales Funnel,Müügi lehtri
Frappe PR Bot748c0242018-06-21 10:34:28 +05305178apps/erpnext/erpnext/setup/doctype/company/company.py +53,Abbreviation is mandatory,Lühend on kohustuslik
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305179DocType: Project,Task Progress,ülesanne Progress
5180apps/erpnext/erpnext/templates/includes/navbar/navbar_items.html +7,Cart,Ostukorvi
Frappe PR Bot748c0242018-06-21 10:34:28 +05305181DocType: Certified Consultant,GitHub ID,GitHub ID
5182DocType: Staffing Plan,Total Estimated Budget,Hinnanguline eelarve kokku
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305183,Qty to Transfer,Kogus Transfer
5184apps/erpnext/erpnext/config/selling.py +13,Quotes to Leads or Customers.,Hinnapakkumisi Leads või klientidele.
5185DocType: Stock Settings,Role Allowed to edit frozen stock,Role Lubatud muuta külmutatud laos
5186,Territory Target Variance Item Group-Wise,Territoorium Target Dispersioon Punkt Group-Wise
Frappe PR Bot748c0242018-06-21 10:34:28 +05305187apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +131,All Customer Groups,Kõik kliendigruppide
5188apps/erpnext/erpnext/accounts/doctype/budget/budget.py +144,Accumulated Monthly,kogunenud Kuu
5189DocType: Attendance Request,On Duty,Tööl
5190apps/erpnext/erpnext/controllers/accounts_controller.py +813,{0} is mandatory. Maybe Currency Exchange record is not created for {1} to {2}.,{0} on kohustuslik. Ehk Valuutavahetus rekord ei ole loodud {1} on {2}.
5191apps/erpnext/erpnext/hr/doctype/staffing_plan/staffing_plan.py +51,Staffing Plan {0} already exist for designation {1},Personaliplaan {0} on juba olemas määramiseks {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305192apps/erpnext/erpnext/accounts/doctype/tax_rule/tax_rule.py +44,Tax Template is mandatory.,Maksu- vorm on kohustuslik.
Frappe PR Bot748c0242018-06-21 10:34:28 +05305193apps/erpnext/erpnext/accounts/doctype/account/account.py +46,Account {0}: Parent account {1} does not exist,Konto {0}: Parent konto {1} ei ole olemas
5194DocType: POS Closing Voucher,Period Start Date,Perioodi alguskuupäev
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305195DocType: Purchase Invoice Item,Price List Rate (Company Currency),Hinnakiri Rate (firma Valuuta)
5196DocType: Products Settings,Products Settings,tooted seaded
5197,Item Price Stock,Toode Hind Laos
5198DocType: Lab Prescription,Test Created,Test loodud
5199DocType: Healthcare Settings,Custom Signature in Print,Kohandatud allkiri printimisel
5200DocType: Account,Temporary,Ajutine
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305201apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +120,Customer LPO No.,Kliendi LPO nr
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305202DocType: Program,Courses,Kursused
5203DocType: Monthly Distribution Percentage,Percentage Allocation,Protsentuaalne jaotus
Frappe PR Bot748c0242018-06-21 10:34:28 +05305204apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +116,Secretary,Sekretär
5205apps/erpnext/erpnext/regional/india/utils.py +168,House rented dates required for exemption calculation,Maksuvabastuse arvutamiseks vajalikud maja rendivad kuupäevad
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305206DocType: Global Defaults,"If disable, 'In Words' field will not be visible in any transaction","Kui keelata, &quot;sõnadega&quot; väli ei ole nähtav ühtegi tehingut"
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305207apps/erpnext/erpnext/accounts/doctype/subscription/subscription.js +29,This action will stop future billing. Are you sure you want to cancel this subscription?,"See toiming lõpetab edaspidise arveldamise. Kas olete kindel, et soovite selle tellimuse tühistada?"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305208DocType: Serial No,Distinct unit of an Item,Eraldi üksuse objekti
5209DocType: Supplier Scorecard Criteria,Criteria Name,Kriteeriumide nimi
Frappe PR Bot748c0242018-06-21 10:34:28 +05305210apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +1319,Please set Company,Määrake Company
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305211DocType: Pricing Rule,Buying,Ostmine
5212apps/erpnext/erpnext/config/agriculture.py +24,Diseases & Fertilizers,Haigused ja väetised
5213DocType: HR Settings,Employee Records to be created by,Töötajate arvestuse loodud
5214DocType: Patient,AB Negative,AB Negatiiv
5215DocType: Sample Collection,SMPL-,SMPL-
5216DocType: POS Profile,Apply Discount On,Kanna soodustust
5217DocType: Member,Membership Type,Liikmelisuse tüüp
5218,Reqd By Date,Reqd By Date
Frappe PR Bot748c0242018-06-21 10:34:28 +05305219apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +147,Creditors,Võlausaldajad
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305220DocType: Assessment Plan,Assessment Name,Hinnang Nimi
Frappe PR Bot748c0242018-06-21 10:34:28 +05305221apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.js +101,Show PDC in Print,Kuva PDC prindis
5222apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +95,Row # {0}: Serial No is mandatory,Row # {0}: Serial No on kohustuslik
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305223DocType: Purchase Taxes and Charges,Item Wise Tax Detail,Punkt Wise Maksu- Detail
Frappe PR Bot748c0242018-06-21 10:34:28 +05305224DocType: Employee Onboarding,Job Offer,Tööpakkumine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305225apps/erpnext/erpnext/public/js/setup_wizard.js +71,Institute Abbreviation,Instituut lühend
5226,Item-wise Price List Rate,Punkt tark Hinnakiri Rate
Frappe PR Bot748c0242018-06-21 10:34:28 +05305227apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +1087,Supplier Quotation,Tarnija Tsitaat
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305228DocType: Quotation,In Words will be visible once you save the Quotation.,"Sõnades on nähtav, kui salvestate pakkumise."
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305229apps/erpnext/erpnext/utilities/transaction_base.py +158,Quantity ({0}) cannot be a fraction in row {1},Kogus ({0}) ei saa olla vaid murdosa reas {1}
Frappe PR Bot748c0242018-06-21 10:34:28 +05305230DocType: Contract,Unsigned,Märkimata
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305231DocType: Consultation,C-,C-
5232DocType: Attendance,ATT-,ATT-
Frappe PR Bot748c0242018-06-21 10:34:28 +05305233apps/erpnext/erpnext/stock/doctype/item/item.py +507,Barcode {0} already used in Item {1},Lugu {0} on juba kasutatud Punkt {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305234apps/erpnext/erpnext/config/selling.py +86,Rules for adding shipping costs.,Reeglid lisamiseks postikulud.
5235DocType: Hotel Room,Extra Bed Capacity,Lisavoodi mahutavus
5236DocType: Item,Opening Stock,algvaru
5237apps/erpnext/erpnext/support/doctype/warranty_claim/warranty_claim.py +20,Customer is required,Klient on kohustatud
5238DocType: Lab Test,Result Date,Tulemuse kuupäev
Frappe PR Bot748c0242018-06-21 10:34:28 +05305239apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.py +100,PDC/LC Date,PDC / LC kuupäev
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305240DocType: Purchase Order,To Receive,Saama
Frappe PR Bot748c0242018-06-21 10:34:28 +05305241DocType: Leave Period,Holiday List for Optional Leave,Puhkusloetelu valikuliseks puhkuseks
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305242apps/erpnext/erpnext/utilities/user_progress.py +252,user@example.com,user@example.com
5243DocType: Asset,Asset Owner,Vara omanik
Frappe PR Bot748c0242018-06-21 10:34:28 +05305244DocType: Purchase Invoice,Reason For Putting On Hold,Paigaldamise põhjus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305245DocType: Employee,Personal Email,Personal Email
Frappe PR Bot748c0242018-06-21 10:34:28 +05305246apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.py +59,Total Variance,Kokku Dispersioon
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305247DocType: Accounts Settings,"If enabled, the system will post accounting entries for inventory automatically.","Kui on lubatud, siis süsteem postitada raamatupidamiskirjeteks inventuuri automaatselt."
5248apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +15,Brokerage,Maakleritasu
Frappe PR Bot748c0242018-06-21 10:34:28 +05305249apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +272,Attendance for employee {0} is already marked for this day,Osalemine töötajate {0} on juba märgistatud sellel päeval
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305250DocType: Work Order Operation,"in Minutes
5251Updated via 'Time Log'",protokoll Uuendatud kaudu &quot;Aeg Logi &#39;
5252DocType: Customer,From Lead,Plii
5253apps/erpnext/erpnext/config/manufacturing.py +13,Orders released for production.,Tellimused lastud tootmist.
5254apps/erpnext/erpnext/public/js/account_tree_grid.js +65,Select Fiscal Year...,Vali Fiscal Year ...
Frappe PR Bot748c0242018-06-21 10:34:28 +05305255apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +572,POS Profile required to make POS Entry,POS Profile vaja teha POS Entry
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305256DocType: Program Enrollment Tool,Enroll Students,õppima üliõpilasi
Frappe PR Bot748c0242018-06-21 10:34:28 +05305257DocType: Company,HRA Settings,HRA seaded
5258DocType: Employee Transfer,Transfer Date,Ülekande kuupäev
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305259DocType: Lab Test,Approved Date,Heakskiidetud kuupäev
5260apps/erpnext/erpnext/patches/v4_0/create_price_list_if_missing.py +21,Standard Selling,Standard Selling
Frappe PR Bot748c0242018-06-21 10:34:28 +05305261apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +206,Atleast one warehouse is mandatory,Atleast üks ladu on kohustuslik
5262DocType: Certification Application,Certification Status,Sertifitseerimise staatus
5263apps/erpnext/erpnext/public/js/hub/hub_listing.js +355,Marketplace,Marketplace
5264DocType: Travel Itinerary,Travel Advance Required,Reisi ettemaks on nõutav
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305265DocType: Subscriber,Subscriber Name,Abonendi nimi
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305266DocType: Serial No,Out of Warranty,Out of Garantii
Frappe PR Bot748c0242018-06-21 10:34:28 +05305267DocType: Bank Statement Transaction Settings Item,Mapped Data Type,Kopeeritud andmete tüüp
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305268DocType: BOM Update Tool,Replace,Vahetage
5269apps/erpnext/erpnext/templates/includes/product_list.js +42,No products found.,Tooteid ei leidu.
Frappe PR Bot748c0242018-06-21 10:34:28 +05305270apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +392,{0} against Sales Invoice {1},{0} vastu müügiarve {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305271DocType: Antibiotic,Laboratory User,Laboratoorsed kasutajad
5272DocType: Sales Invoice,SINV-,SINV-
5273DocType: Request for Quotation Item,Project Name,Projekti nimi
5274DocType: Customer,Mention if non-standard receivable account,Nimetatakse mittestandardsete saadaoleva konto
5275DocType: Journal Entry Account,If Income or Expense,Kui tulu või kuluna
Frappe PR Bot748c0242018-06-21 10:34:28 +05305276DocType: Bank Statement Transaction Entry,Matching Invoices,Vastavad arved
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305277DocType: Work Order,Required Items,VAJAMINEVA
5278DocType: Stock Ledger Entry,Stock Value Difference,Stock väärtuse erinevused
5279apps/erpnext/erpnext/config/learn.py +229,Human Resource,Inimressurss
5280DocType: Payment Reconciliation Payment,Payment Reconciliation Payment,Makse leppimise maksmine
5281DocType: Disease,Treatment Task,Ravi ülesanne
Frappe PR Bot748c0242018-06-21 10:34:28 +05305282DocType: Purchase Order Item,Blanket Order,Tšeki tellimine
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305283apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +39,Tax Assets,TULUMAKSUVARA
Frappe PR Bot748c0242018-06-21 10:34:28 +05305284apps/erpnext/erpnext/regional/india/utils.py +177,House rent paid days overlap with {0},Maja üüride makstavad päevad kattuvad {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305285DocType: BOM Item,BOM No,Bom pole
5286DocType: Instructor,INS/,INS /
Frappe PR Bot748c0242018-06-21 10:34:28 +05305287apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +192,Journal Entry {0} does not have account {1} or already matched against other voucher,Päevikusissekanne {0} ei ole kontot {1} või juba sobivust teiste voucher
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305288DocType: Item,Moving Average,Libisev keskmine
5289DocType: BOM Update Tool,The BOM which will be replaced,BOM mis asendatakse
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305290apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +47,Electronic Equipments,elektroonikaseadmete
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305291DocType: Asset,Maintenance Required,Nõutav hooldus
5292DocType: Account,Debit,Deebet
Frappe PR Bot748c0242018-06-21 10:34:28 +05305293apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +63,Leaves must be allocated in multiples of 0.5,"Lehed tuleb eraldada kordselt 0,5"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305294DocType: Work Order,Operation Cost,Operation Cost
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305295apps/erpnext/erpnext/selling/report/customer_credit_balance/customer_credit_balance.py +45,Outstanding Amt,Tasumata Amt
5296DocType: Sales Person,Set targets Item Group-wise for this Sales Person.,Määra eesmärgid Punkt Group tark selle müügi isik.
5297DocType: Stock Settings,Freeze Stocks Older Than [Days],Freeze Varud vanem kui [Päeva]
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305298DocType: Asset Maintenance Team,Maintenance Team Name,Hooldus meeskonna nimi
5299apps/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.","Kui kaks või enam Hinnakujundus reeglid on vastavalt eespool nimetatud tingimustele, Priority rakendatakse. Prioriteet on number vahemikus 0 kuni 20, kui default väärtus on null (tühi). Suurem arv tähendab, et see on ülimuslik kui on mitu Hinnakujundus reeglite samadel tingimustel."
5300apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +197,Customer is mandatory if 'Opportunity From' is selected as Customer,"Klient on kohustuslik, kui klient on valitud võimalusest"
5301apps/erpnext/erpnext/controllers/trends.py +36,Fiscal Year: {0} does not exists,Fiscal Year: {0} ei ole olemas
5302DocType: Currency Exchange,To Currency,Et Valuuta
5303DocType: Leave Block List,Allow the following users to approve Leave Applications for block days.,Laske järgmised kasutajad kinnitada Jäta taotlused blokeerida päeva.
Frappe PR Bot748c0242018-06-21 10:34:28 +05305304apps/erpnext/erpnext/controllers/selling_controller.py +149,Selling rate for item {0} is lower than its {1}. Selling rate should be atleast {2},Müük määr eset {0} on madalam tema {1}. Müük kiirus olema atleast {2}
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305305DocType: Subscription,Taxes,Maksud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305306DocType: Purchase Invoice,capital goods,kapitalikaubad
5307DocType: Purchase Invoice Item,Weight Per Unit,Kaal ühiku kohta
Frappe PR Bot748c0242018-06-21 10:34:28 +05305308apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +350,Paid and Not Delivered,Paide ja ei ole esitanud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305309DocType: Project,Default Cost Center,Vaikimisi Cost Center
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305310apps/erpnext/erpnext/config/stock.py +7,Stock Transactions,Stock tehingud
5311DocType: Budget,Budget Accounts,Eelarve Accounts
5312DocType: Employee,Internal Work History,Sisemine tööandjad
Frappe PR Bot748c0242018-06-21 10:34:28 +05305313DocType: Bank Statement Transaction Entry,New Transactions,Uued tehingud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305314DocType: Depreciation Schedule,Accumulated Depreciation Amount,Akumuleeritud kulum summa
5315apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +42,Private Equity,Private Equity
5316DocType: Supplier Scorecard Variable,Supplier Scorecard Variable,Tarnija tulemuskaardi muutuja
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305317DocType: Employee Advance,Due Advance Amount,Nõuetekohane ettemakse
5318DocType: Maintenance Visit,Customer Feedback,Kliendi tagasiside
5319DocType: Account,Expense,Kulu
5320apps/erpnext/erpnext/education/doctype/assessment_result/assessment_result.js +54,Score cannot be greater than Maximum Score,Skoor ei saa olla suurem kui maksimaalne tulemus
Frappe PR Bot748c0242018-06-21 10:34:28 +05305321DocType: Support Search Source,Source Type,Allika tüüp
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305322apps/erpnext/erpnext/utilities/user_progress.py +129,Customers and Suppliers,Kliendid ja tarnijad
5323DocType: Item Attribute,From Range,Siit Range
5324DocType: BOM,Set rate of sub-assembly item based on BOM,Määrake alamkogu objekti määr vastavalt BOM-ile
5325DocType: Hotel Room Reservation,Invoiced,Arved arvele
Frappe PR Bot748c0242018-06-21 10:34:28 +05305326apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +141,Syntax error in formula or condition: {0},Süntaksi viga valemis või seisund: {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305327DocType: Daily Work Summary Settings Company,Daily Work Summary Settings Company,Igapäevase töö kokkuvõte Seaded Company
5328apps/erpnext/erpnext/stock/utils.py +125,Item {0} ignored since it is not a stock item,"Punkt {0} ignoreerida, sest see ei ole laoartikkel"
5329DocType: Appraisal,APRSL,APRSL
5330apps/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.","Et ei kohaldata Hinnakujundus reegel konkreetne tehing, kõik kohaldatavad Hinnakujundusreeglid tuleks keelata."
5331DocType: Payment Term,Day(s) after the end of the invoice month,Päev (d) pärast arve kuu lõppu
5332DocType: Assessment Group,Parent Assessment Group,Parent hindamine Group
Frappe PR Bot748c0242018-06-21 10:34:28 +05305333apps/erpnext/erpnext/hr/doctype/job_opening/job_opening.py +54,Jobs,Tööturg
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305334,Sales Order Trends,Sales Order Trends
5335apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.js +51,The 'From Package No.' field must neither be empty nor it's value less than 1.,Paketi number &quot; väli ei tohi olla tühi ega väärtus väiksem kui 1.
5336DocType: Employee,Held On,Toimunud
5337apps/erpnext/erpnext/manufacturing/doctype/work_order/work_order_calendar.js +36,Production Item,Tootmine toode
5338,Employee Information,Töötaja Information
5339DocType: Stock Entry Detail,Additional Cost,Lisakulu
Frappe PR Bot748c0242018-06-21 10:34:28 +05305340apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +56,"Can not filter based on Voucher No, if grouped by Voucher","Ei filtreerimiseks Voucher Ei, kui rühmitatud Voucher"
5341apps/erpnext/erpnext/buying/doctype/request_for_quotation/request_for_quotation.js +923,Make Supplier Quotation,Tee Tarnija Tsitaat
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305342DocType: Quality Inspection,Incoming,Saabuva
Frappe PR Bot748c0242018-06-21 10:34:28 +05305343apps/erpnext/erpnext/setup/doctype/company/company.js +90,Default tax templates for sales and purchase are created.,Müügile ja ostule pääseb alla maksumallid.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305344apps/erpnext/erpnext/education/doctype/assessment_result/assessment_result.py +57,Assessment Result record {0} already exists.,Hindamise tulemuste register {0} on juba olemas.
Frappe PR Bot748c0242018-06-21 10:34:28 +05305345DocType: Item,"Example: ABCD.#####. If series is set and Batch No is not mentioned in transactions, then automatic batch number will be created based on this series. If you always want to explicitly mention Batch No for this item, leave this blank. Note: this setting will take priority over the Naming Series Prefix in Stock Settings.","Näide: ABCD. #####. Kui seeria on seatud ja partii number tehingutes ei mainita, luuakse selle seeria põhjal automaatne partii number. Kui soovite alati selgesõnaliselt märkida selle üksuse partii nr, jätke see tühjaks. Märkus: see seade eelistab nimeserveri eesliidet varu seadetes."
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305346DocType: BOM,Materials Required (Exploded),Vajalikud materjalid (Koostejoonis)
Frappe PR Bot748c0242018-06-21 10:34:28 +05305347DocType: Contract,Party User,Partei kasutaja
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305348apps/erpnext/erpnext/stock/report/total_stock_summary/total_stock_summary.py +60,Please set Company filter blank if Group By is 'Company',"Määrake Company filtreerida tühjaks, kui rühm Autor on &quot;Firma&quot;"
Frappe PR Bot748c0242018-06-21 10:34:28 +05305349apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +68,Posting Date cannot be future date,Postitamise kuupäev ei saa olla tulevikus
5350apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +100,Row # {0}: Serial No {1} does not match with {2} {3},Row # {0}: Serial No {1} ei ühti {2} {3}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305351DocType: Stock Entry,Target Warehouse Address,Target Warehouse Aadress
Frappe PR Bot748c0242018-06-21 10:34:28 +05305352apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +89,Casual Leave,Casual Leave
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305353DocType: Agriculture Task,End Day,Lõpupäev
5354DocType: Batch,Batch ID,Partii nr
Frappe PR Bot748c0242018-06-21 10:34:28 +05305355apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +412,Note: {0},Märkus: {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305356,Delivery Note Trends,Toimetaja märkus Trends
Frappe PR Bot748c0242018-06-21 10:34:28 +05305357apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +114,This Week's Summary,Nädala kokkuvõte
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305358apps/erpnext/erpnext/manufacturing/report/bom_stock_report/bom_stock_report.py +22,In Stock Qty,Laos Kogus
5359DocType: Delivery Trip,Calculate Estimated Arrival Times,Arvuta hinnangulised saabumised
5360apps/erpnext/erpnext/accounts/general_ledger.py +113,Account: {0} can only be updated via Stock Transactions,Konto: {0} saab uuendada ainult läbi Stock Tehingud
5361DocType: Student Group Creation Tool,Get Courses,saada Kursused
Frappe PR Bot748c0242018-06-21 10:34:28 +05305362DocType: Shopify Settings,Webhooks,Webhooks
5363DocType: Bank Statement Transaction Invoice Item,Party,Osapool
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305364DocType: Healthcare Settings,Patient Name,Patsiendi nimi
5365DocType: Variant Field,Variant Field,Variant Field
Frappe PR Bot748c0242018-06-21 10:34:28 +05305366apps/erpnext/erpnext/assets/doctype/asset/asset.js +335,Target Location,Sihtkoha asukoht
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305367DocType: Sales Order,Delivery Date,Toimetaja kuupäev
5368DocType: Opportunity,Opportunity Date,Opportunity kuupäev
5369DocType: Employee,Health Insurance Provider,Tervisekindlustuse pakkuja
5370DocType: Purchase Receipt,Return Against Purchase Receipt,Tagasi Against ostutšekk
5371DocType: Water Analysis,Person Responsible,Vastutav isik
5372DocType: Request for Quotation Item,Request for Quotation Item,Hinnapäring toode
5373DocType: Purchase Order,To Bill,Et Bill
5374DocType: Material Request,% Ordered,% Tellitud
5375DocType: Education Settings,"For Course based Student Group, the Course will be validated for every Student from the enrolled Courses in Program Enrollment.","Kursuse aluseks Student Group, muidugi on kinnitatud iga tudeng õpib Kursused programmi Registreerimine."
Frappe PR Bot748c0242018-06-21 10:34:28 +05305376DocType: Employee Grade,Employee Grade,Töötajate hinne
5377apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +106,Piecework,Tükitöö
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305378apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +68,Avg. Buying Rate,Keskm. Ostmine Rate
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305379DocType: Share Balance,From No,Alates nr
5380DocType: Task,Actual Time (in Hours),Tegelik aeg (tundides)
5381DocType: Employee,History In Company,Ajalugu Company
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305382DocType: Customer,Customer Primary Address,Kliendi peamine aadress
5383apps/erpnext/erpnext/config/learn.py +107,Newsletters,Infolehed
5384DocType: Drug Prescription,Description/Strength,Kirjeldus / tugevus
Frappe PR Bot748c0242018-06-21 10:34:28 +05305385DocType: Bank Statement Transaction Entry,Create New Payment/Journal Entry,Loo uus makse / ajakirja kanne
5386DocType: Certification Application,Certification Application,Sertifitseerimistaotlus
5387DocType: Leave Type,Is Optional Leave,Kas vabatahtlik lahkumine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305388DocType: Share Balance,Is Company,Kas ettevõte
5389DocType: Stock Ledger Entry,Stock Ledger Entry,Stock Ledger Entry
Frappe PR Bot748c0242018-06-21 10:34:28 +05305390apps/erpnext/erpnext/hr/doctype/leave_period/leave_period.js +24,Grant allocations......,Toetuse eraldamine ......
5391apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +85,Same item has been entered multiple times,Sama toode on kantud mitu korda
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305392DocType: Department,Leave Block List,Jäta Block loetelu
5393DocType: Purchase Invoice,Tax ID,Maksu- ID
Frappe PR Bot748c0242018-06-21 10:34:28 +05305394apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +195,Item {0} is not setup for Serial Nos. Column must be blank,Punkt {0} ei ole setup Serial nr. Kolonn peab olema tühi
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305395DocType: Accounts Settings,Accounts Settings,Kontod Seaded
5396apps/erpnext/erpnext/education/doctype/student_applicant/student_applicant.js +11,Approve,kinnitama
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305397apps/erpnext/erpnext/stock/doctype/delivery_trip/delivery_trip.js +77,"Malformatted address for {0}, please fix to continue.","Malformatted aadress {0}, siis määrata jätkata."
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305398apps/erpnext/erpnext/accounts/doctype/account/account_tree.js +28,"Number of new Account, it will be included in the account name as a prefix","Uue konto number, lisatakse see konto nime eesliide"
5399DocType: Maintenance Team Member,Team Member,Meeskonna liige
5400apps/erpnext/erpnext/education/doctype/assessment_result_tool/assessment_result_tool.js +151,No Result to submit,Ei esitata tulemust
5401DocType: Customer,Sales Partner and Commission,Müük Partner ja komisjoni
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305402DocType: Loan,Rate of Interest (%) / Year,Intressimäär (%) / Aasta
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305403,Project Quantity,projekti Kogus
5404apps/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'","Kokku {0} kõik elemendid on null, võib olla sa peaksid muutma &quot;Hajuta põhinevad maksud&quot;"
Frappe PR Bot748c0242018-06-21 10:34:28 +05305405apps/erpnext/erpnext/hr/utils.py +140,To date can not be less than from date,Praeguseks ei saa olla vähem kui kuupäeval
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305406DocType: Opportunity,To Discuss,Arutama
5407apps/erpnext/erpnext/stock/stock_ledger.py +377,{0} units of {1} needed in {2} to complete this transaction.,{0} ühikut {1} vaja {2} tehingu lõpuleviimiseks.
5408DocType: Loan Type,Rate of Interest (%) Yearly,Intressimäär (%) Aastane
Frappe PR Bot748c0242018-06-21 10:34:28 +05305409DocType: Support Settings,Forum URL,Foorumi URL-id
5410apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +75,Temporary Accounts,Ajutise konto
5411apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +183,Black,Black
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305412DocType: BOM Explosion Item,BOM Explosion Item,Bom Explosion toode
5413DocType: Shareholder,Contact List,Kontaktide nimekiri
5414DocType: Account,Auditor,Audiitor
5415DocType: Project,Frequency To Collect Progress,Progressi kogumise sagedus
Frappe PR Bot748c0242018-06-21 10:34:28 +05305416apps/erpnext/erpnext/manufacturing/doctype/work_order/work_order.js +150,{0} items produced,{0} tooted on valmistatud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305417apps/erpnext/erpnext/utilities/user_progress.py +58,Learn More,Lisateave
5418DocType: Cheque Print Template,Distance from top edge,Kaugus ülemine serv
Frappe PR Bot748c0242018-06-21 10:34:28 +05305419DocType: POS Closing Voucher Invoices,Quantity of Items,Artiklite arv
5420apps/erpnext/erpnext/stock/get_item_details.py +393,Price List {0} is disabled or does not exist,Hinnakiri {0} on keelatud või ei ole olemas
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305421DocType: Purchase Invoice,Return,Tagasipöördumine
5422DocType: Pricing Rule,Disable,Keela
Frappe PR Bot748c0242018-06-21 10:34:28 +05305423apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.py +184,Mode of payment is required to make a payment,Maksmise viis on kohustatud makse
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305424DocType: Project Task,Pending Review,Kuni Review
5425apps/erpnext/erpnext/public/js/utils/item_quick_entry.js +14,"Edit in full page for more options like assets, serial nos, batches etc.","Muutke täislehelt rohkem võimalusi, nagu vara, seerianumbrid, partiid jne"
Frappe PR Bot748c0242018-06-21 10:34:28 +05305426DocType: Leave Type,Maximum Continuous Days Applicable,Maksimaalsed jätkuvad päevad kehtivad
Frappe PR Bot59a2a652018-04-12 13:36:55 +05305427apps/erpnext/erpnext/healthcare/doctype/physician/physician_dashboard.py +10,Appointments and Consultations,Ametikohad ja konsultatsioonid
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305428apps/erpnext/erpnext/education/doctype/student_group/student_group.py +41,{0} - {1} is not enrolled in the Batch {2},{0} - {1} ei kaasati Partii {2}
Frappe PR Bot748c0242018-06-21 10:34:28 +05305429apps/erpnext/erpnext/assets/doctype/asset/depreciation.py +115,"Asset {0} cannot be scrapped, as it is already {1}","Asset {0} ei saa lammutada, sest see on juba {1}"
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305430apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +90,Cheques Required,Nõutavad kontrollid
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305431DocType: Task,Total Expense Claim (via Expense Claim),Kogukulude nõue (via kuluhüvitussüsteeme)
5432apps/erpnext/erpnext/hr/doctype/employee_attendance_tool/employee_attendance_tool.js +177,Mark Absent,Mark leidu
5433apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py +40,Failed to setup company,Ettevõtte seadistamine ebaõnnestus
5434DocType: Asset Repair,Asset Repair,Varade parandamine
5435apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +143,Row {0}: Currency of the BOM #{1} should be equal to the selected currency {2},Rida {0}: valuuta Bom # {1} peaks olema võrdne valitud valuuta {2}
5436DocType: Journal Entry Account,Exchange Rate,Vahetuskurss
5437DocType: Patient,Additional information regarding the patient,Täiendav teave patsiendi kohta
Frappe PR Bot748c0242018-06-21 10:34:28 +05305438apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +590,Sales Order {0} is not submitted,Sales Order {0} ei ole esitatud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305439DocType: Homepage,Tag Line,tag Line
5440DocType: Fee Component,Fee Component,Fee Component
Frappe PR Bot748c0242018-06-21 10:34:28 +05305441apps/erpnext/erpnext/config/hr.py +278,Fleet Management,Fleet Management
5442apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +1085,Add items from,Lisa esemed
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305443apps/erpnext/erpnext/config/agriculture.py +7,Crops & Lands,Taimed ja maad
5444DocType: Cheque Print Template,Regular,regulaarne
5445DocType: Fertilizer,Density (if liquid),Tihedus (kui vedelik)
5446apps/erpnext/erpnext/education/doctype/course/course.py +20,Total Weightage of all Assessment Criteria must be 100%,Kokku weightage kõik Hindamiskriteeriumid peavad olema 100%
5447DocType: Purchase Order Item,Last Purchase Rate,Viimati ostmise korral
5448DocType: Account,Asset,Asset
5449DocType: Project Task,Task ID,Ülesanne nr
5450apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +84,Stock cannot exist for Item {0} since has variants,"Stock saa esineda Punkt {0}, kuna on variandid"
5451DocType: Lab Test,Mobile,Mobiilne
5452,Sales Person-wise Transaction Summary,Müük isikuviisilist Tehing kokkuvõte
5453DocType: Training Event,Contact Number,Kontakt arv
5454apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +73,Warehouse {0} does not exist,Ladu {0} ei ole olemas
Frappe PR Bot748c0242018-06-21 10:34:28 +05305455DocType: Employee Tax Exemption Proof Submission Detail,Employee Tax Exemption Proof Submission Detail,Töötaja maksuvabastuse tõendamine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305456DocType: Monthly Distribution,Monthly Distribution Percentages,Kuu jaotusprotsentide
Frappe PR Bot748c0242018-06-21 10:34:28 +05305457apps/erpnext/erpnext/stock/doctype/batch/batch.py +115,The selected item cannot have Batch,Valitud parameetrit ei ole partii
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305458DocType: Delivery Note,% of materials delivered against this Delivery Note,% Materjalidest tarnitud vastu Saateleht
5459DocType: Asset Maintenance Log,Has Certificate,On tunnistus
5460DocType: Project,Customer Details,Kliendi andmed
5461DocType: Asset,Check if Asset requires Preventive Maintenance or Calibration,"Kontrollige, kas vara vajab ennetavat hooldust või kalibreerimist"
5462apps/erpnext/erpnext/public/js/setup_wizard.js +87,Company Abbreviation cannot have more than 5 characters,Ettevõtte lühend ei tohi olla üle 5 tähemärki
5463DocType: Employee,Reports to,Ettekanded
5464,Unpaid Expense Claim,Palgata kuluhüvitussüsteeme
5465DocType: Payment Entry,Paid Amount,Paide summa
5466apps/erpnext/erpnext/utilities/user_progress.py +158,Explore Sales Cycle,Tutvuge müügitsükliga
5467DocType: Assessment Plan,Supervisor,juhendaja
Frappe PR Bot748c0242018-06-21 10:34:28 +05305468apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +891,Retention Stock Entry,Hoidlate sissekanne
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305469,Available Stock for Packing Items,Saadaval Stock jaoks asjade pakkimist
5470DocType: Item Variant,Item Variant,Punkt Variant
5471,Work Order Stock Report,Töökorralduse aruanne
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305472DocType: Purchase Receipt,Auto Repeat Detail,Automaatne korduv detail
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305473DocType: Assessment Result Tool,Assessment Result Tool,Hinnang Tulemus Tool
Frappe PR Bot748c0242018-06-21 10:34:28 +05305474apps/erpnext/erpnext/education/doctype/instructor/instructor.js +45,As Supervisor,Juhendajana
5475DocType: Leave Policy Detail,Leave Policy Detail,Jätke Policy Detail
5476apps/erpnext/erpnext/public/js/hub/hub_form.js +381,Suggest Category,Soovita kategooria
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305477DocType: BOM Scrap Item,BOM Scrap Item,Bom Vanametalli toode
Frappe PR Bot748c0242018-06-21 10:34:28 +05305478apps/erpnext/erpnext/accounts/page/pos/pos.js +903,Submitted orders can not be deleted,Esitatud tellimusi ei saa kustutada
5479apps/erpnext/erpnext/accounts/doctype/account/account.py +116,"Account balance already in Debit, you are not allowed to set 'Balance Must Be' as 'Credit'","Konto jääk juba Deebetkaart, sa ei tohi seada &quot;Balance tuleb&quot; nagu &quot;Credit&quot;"
5480apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +320,Quality Management,Kvaliteedijuhtimine
5481apps/erpnext/erpnext/assets/doctype/asset/asset.py +52,Item {0} has been disabled,Punkt {0} on keelatud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305482DocType: Project,Total Billable Amount (via Timesheets),Kogu tasuline kogus (ajaveebide kaudu)
5483DocType: Agriculture Task,Previous Business Day,Eelmine tööpäev
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305484DocType: Loan,Repay Fixed Amount per Period,Maksta kindlaksmääratud summa Periood
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305485DocType: Employee,Health Insurance No,Ravikindlustuse nr
Frappe PR Bot748c0242018-06-21 10:34:28 +05305486DocType: Employee Tax Exemption Proof Submission,Tax Exemption Proofs,Maksuvabastuse tõendid
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305487apps/erpnext/erpnext/buying/utils.py +47,Please enter quantity for Item {0},Palun sisestage koguse Punkt {0}
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305488apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +233,Credit Note Amt,Kreeditarve Amt
5489apps/erpnext/erpnext/regional/report/hsn_wise_summary_of_outward_supplies/hsn_wise_summary_of_outward_supplies.py +78,Total Taxable Amount,Kogu maksustatav summa
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305490DocType: Employee External Work History,Employee External Work History,Töötaja Väline tööandjad
5491DocType: Opening Invoice Creation Tool,Purchase,Ostu
5492apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +37,Balance Qty,Balance Kogus
5493apps/erpnext/erpnext/hr/doctype/appraisal/appraisal.py +20,Goals cannot be empty,Eesmärgid ei saa olla tühi
5494apps/erpnext/erpnext/education/doctype/program_enrollment_tool/program_enrollment_tool.js +15,Enrolling students,Õpilaste registreerimine
5495DocType: Item Group,Parent Item Group,Eellaselement Group
5496DocType: Appointment Type,Appointment Type,Kohtumise tüüp
5497apps/erpnext/erpnext/projects/doctype/activity_cost/activity_cost.py +21,{0} for {1},{0} ja {1}
5498DocType: Healthcare Settings,Valid number of days,Kehtiv päevade arv
Frappe PR Bot748c0242018-06-21 10:34:28 +05305499apps/erpnext/erpnext/setup/doctype/company/company.js +59,Cost Centers,Kulukeskuste
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305500apps/erpnext/erpnext/accounts/doctype/subscription/subscription.js +19,Restart Subscription,Taaskäivitage liitumine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305501DocType: Land Unit,Linked Plant Analysis,Seotud taimeanalüüs
5502DocType: Purchase Receipt,Rate at which supplier's currency is converted to company's base currency,Hinda kus tarnija valuuta konverteeritakse ettevõtte baasvaluuta
Frappe PR Bot748c0242018-06-21 10:34:28 +05305503DocType: Sales Invoice Item,Service End Date,Teenuse lõppkuupäev
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305504apps/erpnext/erpnext/manufacturing/doctype/workstation/workstation.py +36,Row #{0}: Timings conflicts with row {1},Row # {0}: ajastus on vastuolus rea {1}
5505DocType: Purchase Invoice Item,Allow Zero Valuation Rate,Luba Zero Hindamine Rate
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305506DocType: Bank Guarantee,Receiving,Vastuvõtmine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305507DocType: Training Event Employee,Invited,Kutsutud
Frappe PR Bot748c0242018-06-21 10:34:28 +05305508apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +222,Multiple active Salary Structures found for employee {0} for the given dates,Mitu aktiivset palk Struktuurid leiti töötaja {0} jaoks antud kuupäeva
5509apps/erpnext/erpnext/config/accounts.py +314,Setup Gateway accounts.,Setup Gateway kontosid.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305510DocType: Employee,Employment Type,Tööhõive tüüp
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305511apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +43,Fixed Assets,Põhivara
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305512DocType: Payment Entry,Set Exchange Gain / Loss,Määra Exchange kasum / kahjum
5513,GST Purchase Register,GST Ostu Registreeri
5514,Cash Flow,Rahavoog
5515apps/erpnext/erpnext/accounts/doctype/payment_terms_template/payment_terms_template.py +25,Combined invoice portion must equal 100%,Kombineeritud arveosa peab olema 100%
5516DocType: Item Group,Default Expense Account,Vaikimisi ärikohtumisteks
5517DocType: GST Account,CGST Account,CGST konto
5518apps/erpnext/erpnext/education/report/student_and_guardian_contact_details/student_and_guardian_contact_details.py +53,Student Email ID,Student E-ID
5519DocType: Employee,Notice (days),Teade (päeva)
Frappe PR Bot748c0242018-06-21 10:34:28 +05305520DocType: POS Closing Voucher Invoices,POS Closing Voucher Invoices,POS sulgemisveokeri arve
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305521DocType: Tax Rule,Sales Tax Template,Sales Tax Mall
Frappe PR Bot748c0242018-06-21 10:34:28 +05305522DocType: Employee Benefit Application Detail,Pay Against Benefit Claim,Maksma hüvitisnõuet
5523apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.js +21,Update Cost Center Number,Värskenda kulukeskuse numbrit
5524apps/erpnext/erpnext/accounts/page/pos/pos.js +2515,Select items to save the invoice,"Valige objekt, et salvestada arve"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305525DocType: Employee,Encashment Date,Inkassatsioon kuupäev
5526DocType: Training Event,Internet,Internet
5527DocType: Special Test Template,Special Test Template,Erimudeli mall
5528DocType: Account,Stock Adjustment,Stock reguleerimine
5529apps/erpnext/erpnext/projects/doctype/activity_cost/activity_cost.py +34,Default Activity Cost exists for Activity Type - {0},Vaikimisi Tegevus Maksumus olemas Tegevuse liik - {0}
5530DocType: Work Order,Planned Operating Cost,Planeeritud töökulud
5531DocType: Academic Term,Term Start Date,Term Start Date
Frappe PR Bot748c0242018-06-21 10:34:28 +05305532apps/erpnext/erpnext/config/accounts.py +483,List of all share transactions,Kõigi aktsiate tehingute nimekiri
5533DocType: Shopify Settings,Import Sales Invoice from Shopify if Payment is marked,"Impordi müügiarve alates Shopifyist, kui Makse on märgitud"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305534apps/erpnext/erpnext/crm/report/campaign_efficiency/campaign_efficiency.py +18,Opp Count,Opp Krahv
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305535apps/erpnext/erpnext/accounts/doctype/subscription/subscription.py +224,Both Trial Period Start Date and Trial Period End Date must be set,Tuleb määrata nii katseperioodi alguskuupäev kui ka katseperioodi lõppkuupäev
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305536apps/erpnext/erpnext/accounts/report/share_balance/share_balance.py +52,Average Rate,Keskmine määr
Frappe PR Bot748c0242018-06-21 10:34:28 +05305537apps/erpnext/erpnext/controllers/accounts_controller.py +760,Total Payment Amount in Payment Schedule must be equal to Grand / Rounded Total,Maksete kogusumma maksegraafikus peab olema võrdne Suur / Ümardatud Kokku
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305538DocType: Subscription Plan Detail,Plan,Plaan
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305539apps/erpnext/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py +34,Bank Statement balance as per General Ledger,Bank avaldus tasakaalu kohta pearaamat
5540DocType: Job Applicant,Applicant Name,Taotleja nimi
5541DocType: Authorization Rule,Customer / Item Name,Klienditeenindus / Nimetus
5542DocType: Buying Settings,"If enabled, last purchase details of items will not be fetched from previous purchase order or purchase receipt","Kui see on lubatud, ei võeta eelmise ostutellimuse või ostukviitungi kohta eelmiste ostude üksikasju"
Frappe PR Bot748c0242018-06-21 10:34:28 +05305543DocType: 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**.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305544
5545The package **Item** will have ""Is Stock Item"" as ""No"" and ""Is Sales Item"" as ""Yes"".
5546
5547For 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.
5548
5549Note: BOM = Bill of Materials","Täitematerjali rühma ** Kirjed ** teise ** Oksjoni **. See on kasulik, kui sul on komplekteerimine teatud ** Kirjed ** pakendisse ja teil säilitada laos pakendatud ** Kirjed ** mitte kokku ** Oksjoni **. Pakett ** Oksjoni ** on &quot;Kas Stock Punkt&quot; kui &quot;ei&quot; ja &quot;Kas Sales Punkt&quot; kui &quot;Jah&quot;. Näiteks: kui teil on müüa Sülearvutid ja Seljakotid eraldi ja eriline hind, kui klient ostab nii, siis Laptop + seljakott on uus toode Bundle Punkt. Märkus: Bom = Materjaliandmik"
5550apps/erpnext/erpnext/selling/doctype/installation_note/installation_note.py +42,Serial No is mandatory for Item {0},Järjekorranumber on kohustuslik Punkt {0}
5551DocType: Item Variant Attribute,Attribute,Atribuut
Frappe PR Bot748c0242018-06-21 10:34:28 +05305552DocType: Staffing Plan Detail,Current Count,Praegune arv
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305553apps/erpnext/erpnext/stock/doctype/item_attribute/item_attribute.py +43,Please specify from/to range,"Palun täpsustage, kust / ulatuda"
5554apps/erpnext/erpnext/accounts/doctype/opening_invoice_creation_tool/opening_invoice_creation_tool.js +28,Opening {0} Invoice created,Avamine {0} arve on loodud
5555DocType: Serial No,Under AMC,Vastavalt AMC
5556apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +55,Item valuation rate is recalculated considering landed cost voucher amount,Punkt hindamise ümberarvutamise arvestades maandus kulude voucher summa
5557apps/erpnext/erpnext/config/selling.py +153,Default settings for selling transactions.,Vaikimisi seadete müügitehinguid.
5558DocType: Guardian,Guardian Of ,eestkostja
Frappe PR Bot748c0242018-06-21 10:34:28 +05305559DocType: Tax Withholding Category,Threshold,künnis
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305560DocType: BOM Update Tool,Current BOM,Praegune Bom
5561apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.html +32,Balance (Dr - Cr),Tasakaal (dr - Cr)
5562apps/erpnext/erpnext/public/js/utils.js +55,Add Serial No,Lisa Järjekorranumber
5563DocType: Work Order Item,Available Qty at Source Warehouse,Saadaval Kogus tekkekohas Warehouse
5564apps/erpnext/erpnext/config/support.py +22,Warranty,Garantii
5565DocType: Purchase Invoice,Debit Note Issued,Deebetarvega
5566DocType: Work Order,Warehouses,Laod
Frappe PR Bot748c0242018-06-21 10:34:28 +05305567apps/erpnext/erpnext/assets/doctype/asset_movement/asset_movement.py +19,{0} asset cannot be transferred,{0} vara ei saa üle
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305568DocType: Hotel Room Pricing,Hotel Room Pricing,Hotelli toa hinnakujundus
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305569DocType: Subscription,Days Until Due,Päevad Kuni Nõue
Frappe PR Bot748c0242018-06-21 10:34:28 +05305570apps/erpnext/erpnext/stock/doctype/item/item.js +82,This Item is a Variant of {0} (Template).,See toode on variant {0} (Template).
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305571DocType: Workstation,per hour,tunnis
Frappe PR Bot748c0242018-06-21 10:34:28 +05305572DocType: Blanket Order,Purchasing,ostmine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305573DocType: Announcement,Announcement,teade
Frappe PR Bot748c0242018-06-21 10:34:28 +05305574apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.py +107,Customer LPO,Kliendi LPO
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305575DocType: Education Settings,"For Batch based Student Group, the Student Batch will be validated for every Student from the Program Enrollment.","Ravimipartii põhineb Student Group, Student Partii on kinnitatud igale õpilasele programmist Registreerimine."
5576apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +50,Warehouse can not be deleted as stock ledger entry exists for this warehouse.,"Ladu ei saa kustutada, kuna laožurnaal kirjet selle lattu."
5577apps/erpnext/erpnext/public/js/setup_wizard.js +25,Distribution,Distribution
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305578DocType: Journal Entry Account,Loan,Laen
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305579DocType: Expense Claim Advance,Expense Claim Advance,Kulude nõude ettemakse
5580DocType: Lab Test,Report Preference,Aruande eelistus
5581apps/erpnext/erpnext/config/non_profit.py +43,Volunteer information.,Vabatahtlike teave.
Frappe PR Bot748c0242018-06-21 10:34:28 +05305582apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +121,Project Manager,Projektijuht
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305583,Quoted Item Comparison,Tsiteeritud Punkt võrdlus
5584apps/erpnext/erpnext/buying/doctype/supplier_scorecard/supplier_scorecard.py +34,Overlap in scoring between {0} and {1},Kattuvus punktides {0} ja {1}
Frappe PR Bot748c0242018-06-21 10:34:28 +05305585apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +316,Dispatch,Dispatch
5586apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +75,Max discount allowed for item: {0} is {1}%,Max allahindlust lubatud kirje: {0} on {1}%
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305587apps/erpnext/erpnext/accounts/report/asset_depreciations_and_balances/asset_depreciations_and_balances.py +176,Net Asset value as on,Puhasväärtuse nii edasi
5588DocType: Crop,Produce,Toota
5589DocType: Hotel Settings,Default Taxes and Charges,Vaikimisi maksud ja tasud
5590DocType: Account,Receivable,Nõuete
Frappe PR Bot748c0242018-06-21 10:34:28 +05305591apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +314,Row #{0}: Not allowed to change Supplier as Purchase Order already exists,Row # {0}: Ei ole lubatud muuta tarnija Ostutellimuse juba olemas
Frappe PR Bot59a2a652018-04-12 13:36:55 +05305592DocType: Stock Entry,Material Consumption for Manufacture,Materjalitarbimine valmistamiseks
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305593DocType: Item Alternative,Alternative Item Code,Alternatiivne tootekood
5594DocType: Accounts Settings,Role that is allowed to submit transactions that exceed credit limits set.,"Roll, mis on lubatud esitada tehinguid, mis ületavad laenu piirmäärade."
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305595apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +1009,Select Items to Manufacture,Vali Pane Tootmine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305596DocType: Delivery Stop,Delivery Stop,Kättetoimetamise peatamine
Frappe PR Bot748c0242018-06-21 10:34:28 +05305597apps/erpnext/erpnext/accounts/page/pos/pos.js +971,"Master data syncing, it might take some time","Master andmete sünkroonimine, see võib võtta aega"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305598DocType: Item,Material Issue,Materjal Issue
5599DocType: Employee Education,Qualification,Kvalifikatsioonikeskus
Frappe PR Bot748c0242018-06-21 10:34:28 +05305600apps/erpnext/erpnext/hr/doctype/payroll_entry/payroll_entry.js +50,View Salary Slips,Vaadake palka
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305601DocType: Item Price,Item Price,Toode Hind
5602apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +48,Soap & Detergent,Seep ja Detergent
5603DocType: BOM,Show Items,Näita Esemed
5604apps/erpnext/erpnext/education/doctype/course_schedule/course_schedule.py +30,From Time cannot be greater than To Time.,Time ei saa olla suurem kui ajalt.
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305605apps/erpnext/erpnext/stock/doctype/delivery_trip/delivery_trip.js +100,Do you want to notify all the customers by email?,Kas soovite teavitada kõiki kliente e-posti teel?
5606DocType: Subscription Plan,Billing Interval,Arveldusperiood
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305607apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +36,Motion Picture & Video,Motion Picture &amp; Video
5608apps/erpnext/erpnext/buying/doctype/supplier_quotation/supplier_quotation_list.js +5,Ordered,Tellitud
Frappe PR Bot59a2a652018-04-12 13:36:55 +05305609DocType: Hub Settings,Hub Username,Hubi kasutajanimi
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305610DocType: Salary Detail,Component,komponent
Frappe PR Bot748c0242018-06-21 10:34:28 +05305611apps/erpnext/erpnext/assets/doctype/asset_category/asset_category.py +16,Row {0}: {1} must be greater than 0,Rida {0}: {1} peab olema suurem kui 0
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305612DocType: Assessment Criteria,Assessment Criteria Group,Hindamiskriteeriumid Group
5613DocType: Healthcare Settings,Patient Name By,Patsiendi nimi
Frappe PR Bot748c0242018-06-21 10:34:28 +05305614apps/erpnext/erpnext/hr/doctype/payroll_entry/payroll_entry.py +256,Accrual Journal Entry for salaries from {0} to {1},Accrual Journal sissekanne palkade eest alates {0} kuni {1}
5615DocType: Sales Invoice Item,Enable Deferred Revenue,Edasilükkunud tulu lubamine
5616apps/erpnext/erpnext/assets/doctype/asset/asset.py +182,Opening Accumulated Depreciation must be less than equal to {0},Avamine akumuleeritud kulum peab olema väiksem kui võrdne {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305617DocType: Warehouse,Warehouse Name,Ladu nimi
5618DocType: Naming Series,Select Transaction,Vali Tehing
5619apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +30,Please enter Approving Role or Approving User,Palun sisestage kinnitamine Role või heaks Kasutaja
5620DocType: Journal Entry,Write Off Entry,Kirjutage Off Entry
5621DocType: BOM,Rate Of Materials Based On,Hinda põhinevatest materjalidest
5622apps/erpnext/erpnext/support/page/support_analytics/support_analytics.js +21,Support Analtyics,Toetus Analtyics
5623apps/erpnext/erpnext/education/doctype/student_attendance_tool/student_attendance_tool.js +102,Uncheck all,Puhasta kõik
5624DocType: POS Profile,Terms and Conditions,Tingimused
Frappe PR Bot748c0242018-06-21 10:34:28 +05305625DocType: Asset,Booked Fixed Asset,Broneeritud põhivara
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305626apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.py +49,To Date should be within the Fiscal Year. Assuming To Date = {0},"Kuupäev peaks jääma eelarveaastal. Eeldades, et Date = {0}"
5627DocType: Employee,"Here you can maintain height, weight, allergies, medical concerns etc","Siin saate säilitada pikkus, kaal, allergia, meditsiini muresid etc"
5628DocType: Leave Block List,Applies to Company,Kehtib Company
Frappe PR Bot748c0242018-06-21 10:34:28 +05305629apps/erpnext/erpnext/manufacturing/doctype/work_order/work_order.py +240,Cannot cancel because submitted Stock Entry {0} exists,"Ei saa tühistada, sest esitatud Stock Entry {0} on olemas"
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305630DocType: Loan,Disbursement Date,Väljamakse kuupäev
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305631DocType: BOM Update Tool,Update latest price in all BOMs,Värskendage viimaseid hindu kõigis kaitsemeetmetes
5632apps/erpnext/erpnext/healthcare/doctype/consultation/consultation.js +23,Medical Record,Meditsiiniline kirje
5633DocType: Vehicle,Vehicle,sõiduk
5634DocType: Purchase Invoice,In Words,Sõnades
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305635apps/erpnext/erpnext/accounts/doctype/bank_guarantee/bank_guarantee.py +21,Enter the name of the bank or lending institution before submittting.,Enne esitamist sisestage panga või krediidiasutuse nimi.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305636apps/erpnext/erpnext/hr/doctype/training_result/training_result.py +15,{0} must be submitted,{0} tuleb esitada
5637DocType: POS Profile,Item Groups,Punkt Groups
Frappe PR Bot748c0242018-06-21 10:34:28 +05305638apps/erpnext/erpnext/hr/doctype/employee/employee.py +233,Today is {0}'s birthday!,Täna on {0} &#39;s sünnipäeva!
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305639DocType: Sales Order Item,For Production,Tootmiseks
5640DocType: Payment Request,payment_url,payment_url
Frappe PR Bot748c0242018-06-21 10:34:28 +05305641DocType: Exchange Rate Revaluation Account,Balance In Account Currency,Konto valuuta saldo
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305642apps/erpnext/erpnext/accounts/doctype/opening_invoice_creation_tool/opening_invoice_creation_tool.py +192,Please add a Temporary Opening account in Chart of Accounts,Palun lisage ajutine avamise konto arveldusarvele
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305643DocType: Customer,Customer Primary Contact,Kliendi esmane kontakt
5644apps/erpnext/erpnext/regional/report/fichier_des_ecritures_comptables_[fec]/fichier_des_ecritures_comptables_[fec].py +154,Period Closing Journal,Perioodi lõpetamise ajakiri
5645DocType: Project Task,View Task,Vaata Task
5646apps/erpnext/erpnext/crm/report/campaign_efficiency/campaign_efficiency.py +22,Opp/Lead %,Opp / Plii%
Frappe PR Bot748c0242018-06-21 10:34:28 +05305647DocType: Bank Guarantee,Bank Account Info,Pangakonto andmed
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305648DocType: Bank Guarantee,Bank Guarantee Type,Pangagarantii tüüp
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305649DocType: Material Request,MREQ-,MREQ-
5650DocType: Payment Schedule,Invoice Portion,Arve osa
5651,Asset Depreciations and Balances,Asset Amortisatsiooniaruanne ja Kaalud
Frappe PR Bot748c0242018-06-21 10:34:28 +05305652apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +371,Amount {0} {1} transferred from {2} to {3},Summa {0} {1} ülekantud {2} kuni {3}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305653DocType: Sales Invoice,Get Advances Received,Saa ettemaksed
5654DocType: Email Digest,Add/Remove Recipients,Add / Remove saajad
5655apps/erpnext/erpnext/accounts/doctype/fiscal_year/fiscal_year.js +19,"To set this Fiscal Year as Default, click on 'Set as Default'","Et määrata selle Fiscal Year as Default, kliki &quot;Set as Default&quot;"
5656DocType: Production Plan,Include Subcontracted Items,Kaasa alltöövõtuga seotud üksused
5657apps/erpnext/erpnext/projects/doctype/project/project.py +220,Join,liituma
5658apps/erpnext/erpnext/stock/report/stock_projected_qty/stock_projected_qty.py +21,Shortage Qty,Puuduse Kogus
Frappe PR Bot748c0242018-06-21 10:34:28 +05305659apps/erpnext/erpnext/stock/doctype/item/item.py +737,Item variant {0} exists with same attributes,Punkt variant {0} on olemas sama atribuute
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305660DocType: Loan,Repay from Salary,Tagastama alates Palk
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305661DocType: Leave Application,LAP/,LAP /
5662apps/erpnext/erpnext/accounts/doctype/payment_request/payment_request.py +360,Requesting payment against {0} {1} for amount {2},TELLIN tasumises {0} {1} jaoks kogus {2}
Frappe PR Bot748c0242018-06-21 10:34:28 +05305663DocType: Employee Benefit Claim,Salary Slip,Palgatõend
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305664DocType: Lead,Lost Quotation,Kaotatud Tsitaat
5665apps/erpnext/erpnext/utilities/user_progress.py +221,Student Batches,Õpilaste partiid
5666DocType: Pricing Rule,Margin Rate or Amount,Varu määra või summat
5667apps/erpnext/erpnext/stock/report/batch_item_expiry_status/batch_item_expiry_status.py +48,'To Date' is required,"&quot;Selleks, et kuupäev&quot; on vajalik"
5668DocType: Packing Slip,"Generate packing slips for packages to be delivered. Used to notify package number, package contents and its weight.","Loo pakkimine libiseb paketid saadetakse. Kasutatud teatama paketi number, pakendi sisu ning selle kaalu."
5669DocType: Sales Invoice Item,Sales Order Item,Sales Order toode
5670DocType: Salary Slip,Payment Days,Makse päeva
5671DocType: Stock Settings,Convert Item Description to Clean HTML,Objekti kirjelduse teisendamine HTML-i puhastamiseks
5672DocType: Patient,Dormant,magav
Frappe PR Bot748c0242018-06-21 10:34:28 +05305673DocType: Payroll Entry,Deduct Tax For Unclaimed Employee Benefits,Mahaarvatud maksud seoses taotlemata töötajate hüvitistega
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305674DocType: Salary Slip,Total Interest Amount,Intressimäära kogusumma
5675apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +124,Warehouses with child nodes cannot be converted to ledger,Ladude tütartippu ei saa ümber arvestusraamatust
5676DocType: BOM,Manage cost of operations,Manage tegevuste kuludest
5677DocType: Accounts Settings,Stale Days,Stale päevad
Frappe PR Bot748c0242018-06-21 10:34:28 +05305678DocType: Travel Itinerary,Arrival Datetime,Saabumise kuupäev
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305679DocType: 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.","Kui mõni kontrollida tehinguid &quot;Esitatud&quot;, talle pop-up automaatselt avada saata e-kiri seotud &quot;kontakt&quot;, et tehing, mille tehing manusena. Kasutaja ei pruugi saata e."
5680apps/erpnext/erpnext/config/setup.py +14,Global Settings,Global Settings
5681DocType: Crop,Row Spacing UOM,Row Spacing UOM
5682DocType: Assessment Result Detail,Assessment Result Detail,Hindamise tulemused teave
5683DocType: Employee Education,Employee Education,Töötajate haridus
5684apps/erpnext/erpnext/accounts/doctype/pos_profile/pos_profile.py +53,Duplicate item group found in the item group table,Duplicate kirje rühm leidis elemendi rühma tabelis
5685DocType: Land Unit,Parent Land Unit,Vanemate maaüksus
Frappe PR Bot748c0242018-06-21 10:34:28 +05305686apps/erpnext/erpnext/public/js/controllers/transaction.js +1121,It is needed to fetch Item Details.,"See on vajalik, et tõmbad Punkt Details."
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305687DocType: Fertilizer,Fertilizer Name,Väetise nimi
5688DocType: Salary Slip,Net Pay,Netopalk
5689DocType: Cash Flow Mapping Accounts,Account,Konto
Frappe PR Bot748c0242018-06-21 10:34:28 +05305690apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +220,Serial No {0} has already been received,Serial No {0} on juba saanud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305691,Requested Items To Be Transferred,Taotletud üleantavate
5692DocType: Expense Claim,Vehicle Log,Sõidukite Logi
Frappe PR Bot748c0242018-06-21 10:34:28 +05305693DocType: Budget,Action if Accumulated Monthly Budget Exceeded on Actual,"Tegevus, kui akumuleeritud kuueelarve ületati tegelikust"
5694DocType: Salary Component,Create Separate Payment Entry Against Benefit Claim,Loo eraldi hüvitise taotlusele esitatav sissekanne
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305695DocType: Vital Signs,Presence of a fever (temp &gt; 38.5 °C/101.3 °F or sustained temp &gt; 38 °C/100.4 °F),"Palaviku olemasolu (temp&gt; 38,5 ° C / 101,3 ° F või püsiv temp&gt; 38 ° C / 100,4 ° F)"
5696DocType: Customer,Sales Team Details,Sales Team Üksikasjad
Frappe PR Bot748c0242018-06-21 10:34:28 +05305697apps/erpnext/erpnext/accounts/page/pos/pos.js +1360,Delete permanently?,Kustuta jäädavalt?
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305698DocType: Expense Claim,Total Claimed Amount,Kokku nõutav summa
5699apps/erpnext/erpnext/config/crm.py +17,Potential opportunities for selling.,Potentsiaalne võimalusi müüa.
5700DocType: Shareholder,Folio no.,Folio nr
Frappe PR Bot748c0242018-06-21 10:34:28 +05305701apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +245,Invalid {0},Vale {0}
5702apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +93,Sick Leave,Haiguslehel
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305703DocType: Email Digest,Email Digest,Email Digest
5704DocType: Delivery Note,Billing Address Name,Arved Aadress Nimi
5705apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +22,Department Stores,Kaubamajad
5706,Item Delivery Date,Kauba kohaletoimetamise kuupäev
5707DocType: Production Plan,Material Requested,Taotletud materjal
5708DocType: Warehouse,PIN,PIN
5709apps/erpnext/erpnext/stock/doctype/delivery_trip/delivery_trip.py +116,Error '{0}' occured. Arguments {1}.,Tekkis viga {0}. Argumendid {1}.
5710DocType: Bin,Reserved Qty for sub contract,Reserveeritud alltöövõtulepingu kogus
5711DocType: Patient Service Unit,Patinet Service Unit,Patinet teenindusüksus
5712DocType: Sales Invoice,Base Change Amount (Company Currency),Põhimuutus summa (firma Valuuta)
Frappe PR Bot748c0242018-06-21 10:34:28 +05305713apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +309,No accounting entries for the following warehouses,No raamatupidamise kanded järgmiste laod
5714apps/erpnext/erpnext/projects/doctype/project/project.js +98,Save the document first.,Säästa dokumendi esimene.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305715apps/erpnext/erpnext/shopping_cart/cart.py +74,Only {0} in stock for item {1},Ainult {0} on kaupa {1}
5716DocType: Account,Chargeable,Maksustatav
5717DocType: Company,Change Abbreviation,Muuda lühend
Frappe PR Bot748c0242018-06-21 10:34:28 +05305718DocType: Contract,Fulfilment Details,Täitmise üksikasjad
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305719apps/erpnext/erpnext/templates/pages/integrations/gocardless_checkout.py +66,Pay {0} {1},Maksa {0} {1}
Frappe PR Bot748c0242018-06-21 10:34:28 +05305720DocType: Employee Onboarding,Activities,Tegevused
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305721DocType: Expense Claim Detail,Expense Date,Kulu kuupäev
Frappe PR Bot748c0242018-06-21 10:34:28 +05305722DocType: Item,No of Months,Kuude arv
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305723DocType: Item,Max Discount (%),Max Discount (%)
5724apps/erpnext/erpnext/accounts/doctype/payment_terms_template/payment_terms_template.py +30,Credit Days cannot be a negative number,Krediitpäevade arv ei saa olla negatiivne
5725apps/erpnext/erpnext/selling/report/inactive_customers/inactive_customers.py +70,Last Order Amount,Viimati tellimuse summa
5726DocType: Cash Flow Mapper,e.g Adjustments for:,nt korrigeerimised:
Frappe PR Bot748c0242018-06-21 10:34:28 +05305727apps/erpnext/erpnext/stock/doctype/item/item.py +290," {0} Retain Sample is based on batch, please check Has Batch No to retain sample of item","{0} Säilitusproov põhineb partiil, palun kontrollige, kas on olemas partii nr, et objekti proovi säilitada"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305728DocType: Task,Is Milestone,Kas Milestone
Frappe PR Bot748c0242018-06-21 10:34:28 +05305729DocType: Certification Application,Yet to appear,Kuid ilmuda
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305730DocType: Delivery Stop,Email Sent To,Saadetud e-
5731DocType: Budget,Warn,Hoiatama
Frappe PR Bot748c0242018-06-21 10:34:28 +05305732apps/erpnext/erpnext/hub_node/doctype/hub_settings/hub_settings.js +107,Are you sure you want to unregister?,"Kas olete kindel, et soovite registrist kustutada?"
5733apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +945,All items have already been transferred for this Work Order.,Kõik üksused on selle töökorralduse jaoks juba üle antud.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305734DocType: Appraisal,"Any other remarks, noteworthy effort that should go in the records.","Muid märkusi, tähelepanuväärne jõupingutusi, et peaks minema arvestust."
5735DocType: Asset Maintenance,Manufacturing User,Tootmine Kasutaja
5736DocType: Purchase Invoice,Raw Materials Supplied,Tarnitud tooraine
Frappe PR Bot748c0242018-06-21 10:34:28 +05305737DocType: Shopping Cart Settings,Enable purchase of items via the website,Võimaldage toodete ostmine veebisaidi kaudu
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305738apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +282,Currency of the price list {0} must be {1} or {2},Hinnakirja {0} vääring peab olema {1} või {2}
5739DocType: Appraisal,Appraisal Template,Hinnang Mall
5740DocType: Soil Texture,Ternary Plot,Ternary Plot
5741DocType: Item Group,Item Classification,Punkt klassifitseerimine
5742DocType: Driver,License Number,Litsentsi number
Frappe PR Bot748c0242018-06-21 10:34:28 +05305743apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +119,Business Development Manager,Business Development Manager
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305744DocType: Maintenance Visit Purpose,Maintenance Visit Purpose,Hooldus Külasta Purpose
5745apps/erpnext/erpnext/healthcare/doctype/patient/patient.js +19,Invoice Patient Registration,Arve Patsiendi registreerimine
5746DocType: Crop,Period,Periood
5747apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.js +27,General Ledger,General Ledger
Frappe PR Bot748c0242018-06-21 10:34:28 +05305748apps/erpnext/erpnext/hr/doctype/attendance/attendance.py +35,Employee {0} on Leave on {1},Töötaja {0} puhkusel {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305749apps/erpnext/erpnext/selling/doctype/campaign/campaign.js +10,View Leads,Vaata Leads
5750DocType: Program Enrollment Tool,New Program,New Program
5751DocType: Item Attribute Value,Attribute Value,Omadus Value
Frappe PR Bot748c0242018-06-21 10:34:28 +05305752DocType: POS Closing Voucher Details,Expected Amount,Oodatav summa
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305753,Itemwise Recommended Reorder Level,Itemwise Soovitatav Reorder Level
Frappe PR Bot748c0242018-06-21 10:34:28 +05305754apps/erpnext/erpnext/hr/utils.py +199,Employee {0} of grade {1} have no default leave policy,Töötajal {0} palgaastmel {1} pole vaikimisi puhkusepoliitikat
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305755DocType: Salary Detail,Salary Detail,palk Detail
Frappe PR Bot748c0242018-06-21 10:34:28 +05305756apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.js +1068,Please select {0} first,Palun valige {0} Esimene
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305757DocType: Appointment Type,Physician,Arst
Frappe PR Bot748c0242018-06-21 10:34:28 +05305758apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +1026,Batch {0} of Item {1} has expired.,Partii {0} Punkt {1} on aegunud.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305759apps/erpnext/erpnext/healthcare/doctype/patient_appointment/patient_appointment_dashboard.py +11,Consultations,Konsultatsioonid
Frappe PR Bot748c0242018-06-21 10:34:28 +05305760apps/erpnext/erpnext/manufacturing/report/bom_variance_report/bom_variance_report.py +36,Finished Good,Lõppenud hea
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305761DocType: Sales Invoice,Commission,Vahendustasu
Frappe PR Bot748c0242018-06-21 10:34:28 +05305762apps/erpnext/erpnext/manufacturing/doctype/work_order/work_order.py +194,{0} ({1}) cannot be greater than planned quantity ({2}) in Work Order {3},{0} ({1}) ei tohi olla suurem kui kavandatud kogus ({2}) töökorralduses {3}
5763DocType: Certification Application,Name of Applicant,Taotleja nimi
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305764apps/erpnext/erpnext/config/manufacturing.py +27,Time Sheet for manufacturing.,Aeg Sheet valmistamiseks.
5765apps/erpnext/erpnext/templates/pages/cart.html +37,Subtotal,osakokkuvõte
Frappe PR Bot748c0242018-06-21 10:34:28 +05305766apps/erpnext/erpnext/stock/doctype/item/item.py +688,Cannot change Variant properties after stock transaction. You will have to make a new Item to do this.,Variandi omadusi pole võimalik vahetada pärast aktsiatehingut. Selle tegemiseks peate tegema uue punkti.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305767apps/erpnext/erpnext/config/erpnext_integrations.py +18,GoCardless SEPA Mandate,GoCardless SEPA volitus
5768DocType: Physician,Charges,Süüdistused
5769DocType: Production Plan,Get Items For Work Order,Hankige tooteid töökorralduseks
5770DocType: Salary Detail,Default Amount,Vaikimisi summa
5771DocType: Lab Test Template,Descriptive,Kirjeldav
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305772apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +96,Warehouse not found in the system,Ladu ei leitud süsteemis
Frappe PR Bot748c0242018-06-21 10:34:28 +05305773apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +117,This Month's Summary,Selle kuu kokkuvõte
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305774DocType: Quality Inspection Reading,Quality Inspection Reading,Quality Inspection Reading
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305775apps/erpnext/erpnext/stock/doctype/stock_settings/stock_settings.py +26,`Freeze Stocks Older Than` should be smaller than %d days.,`Freeze Varud Vanemad Than` peab olema väiksem kui% d päeva.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305776DocType: Tax Rule,Purchase Tax Template,Ostumaks Mall
5777apps/erpnext/erpnext/utilities/user_progress.py +48,Set a sales goal you'd like to achieve for your company.,"Määrake müügieesmärk, mida soovite oma ettevõtte jaoks saavutada."
5778,Project wise Stock Tracking,Projekti tark Stock Tracking
5779DocType: GST HSN Code,Regional,piirkondlik
Frappe PR Bot748c0242018-06-21 10:34:28 +05305780apps/erpnext/erpnext/config/healthcare.py +45,Laboratory,Laboratoorium
5781DocType: UOM Category,UOM Category,UOMi kategooria
5782DocType: Clinical Procedure Item,Actual Qty (at source/target),Tegelik Kogus (tekkekohas / target)
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305783DocType: Item Customer Detail,Ref Code,Ref kood
5784apps/erpnext/erpnext/accounts/doctype/pos_profile/pos_profile.py +75,Customer Group is Required in POS Profile,Kliendiprofiil on vajalik POS-profiilis
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305785DocType: HR Settings,Payroll Settings,Palga Seaded
Frappe PR Bot748c0242018-06-21 10:34:28 +05305786apps/erpnext/erpnext/config/accounts.py +152,Match non-linked Invoices and Payments.,Match mitte seotud arved ja maksed.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305787DocType: POS Settings,POS Settings,POS-seaded
5788apps/erpnext/erpnext/templates/pages/cart.html +16,Place Order,Esita tellimus
5789DocType: Email Digest,New Purchase Orders,Uus Ostutellimuste
Frappe PR Bot748c0242018-06-21 10:34:28 +05305790apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +26,Root cannot have a parent cost center,Juur ei saa olla vanem kulukeskus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305791apps/erpnext/erpnext/public/js/stock_analytics.js +54,Select Brand...,Vali brändi ...
5792apps/erpnext/erpnext/public/js/setup_wizard.js +32,Non Profit (beta),Mittetulundusühing (beetaversioon)
5793apps/erpnext/erpnext/hr/doctype/employee/employee_dashboard.py +18,Training Events/Results,Koolitusi / Results
5794apps/erpnext/erpnext/accounts/report/asset_depreciations_and_balances/asset_depreciations_and_balances.py +152,Accumulated Depreciation as on,Akumuleeritud kulum kohta
Frappe PR Bot748c0242018-06-21 10:34:28 +05305795DocType: Employee Tax Exemption Category,Employee Tax Exemption Category,Töötaja maksuvabastuse kategooria
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305796DocType: Sales Invoice,C-Form Applicable,C-kehtival kujul
Frappe PR Bot748c0242018-06-21 10:34:28 +05305797apps/erpnext/erpnext/manufacturing/doctype/work_order/work_order.py +466,Operation Time must be greater than 0 for Operation {0},Tööaeg peab olema suurem kui 0 operatsiooni {0}
5798DocType: Support Search Source,Post Route String,Postitage marsruudi string
5799apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +105,Warehouse is mandatory,Ladu on kohustuslik
5800apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py +72,Failed to create website,Veebisaidi loomine ebaõnnestus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305801DocType: Soil Analysis,Mg/K,Mg / K
5802DocType: UOM Conversion Detail,UOM Conversion Detail,UOM Conversion Detail
Frappe PR Bot748c0242018-06-21 10:34:28 +05305803apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +946,Retention Stock Entry already created or Sample Quantity not provided,Retention Stock Entry on juba loodud või Proovi Kogus pole esitatud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305804DocType: Program,Program Abbreviation,programm lühend
5805apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +52,Charges are updated in Purchase Receipt against each item,Maksud uuendatakse ostutšekk iga punkti
5806DocType: Warranty Claim,Resolved By,Lahendatud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305807apps/erpnext/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py +42,Cheques and Deposits incorrectly cleared,Tšekid ja hoiused valesti puhastatud
Frappe PR Bot748c0242018-06-21 10:34:28 +05305808apps/erpnext/erpnext/accounts/doctype/account/account.py +48,Account {0}: You can not assign itself as parent account,Konto {0} Te ei saa määrata ise vanemakonto
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305809DocType: Purchase Invoice Item,Price List Rate,Hinnakiri Rate
5810apps/erpnext/erpnext/utilities/activation.py +72,Create customer quotes,Loo klientide hinnapakkumisi
Frappe PR Bot748c0242018-06-21 10:34:28 +05305811apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +54,Supplier &gt; Supplier Group,Tarnija&gt; Tarnijagrupp
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305812DocType: Item,"Show ""In Stock"" or ""Not in Stock"" based on stock available in this warehouse.",Show &quot;In Stock&quot; või &quot;Ei ole laos&quot; põhineb laos olemas see lattu.
5813apps/erpnext/erpnext/config/manufacturing.py +38,Bill of Materials (BOM),Materjaliandmik (BOM)
5814DocType: Item,Average time taken by the supplier to deliver,"Keskmine aeg, mis kulub tarnija andma"
Frappe PR Bot748c0242018-06-21 10:34:28 +05305815DocType: Travel Itinerary,Check-in Date,Check-in Kuupäev
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305816DocType: Sample Collection,Collected By,Kogutud
5817apps/erpnext/erpnext/education/doctype/assessment_plan/assessment_plan.js +35,Assessment Result,Hinnang Tulemus
5818DocType: Hotel Room Package,Hotel Room Package,Hotelli toa pakett
Frappe PR Bot748c0242018-06-21 10:34:28 +05305819DocType: Employee Transfer,Employee Transfer,Töötaja ülekandmine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305820apps/erpnext/erpnext/projects/doctype/project/project_dashboard.html +13,Hours,Tööaeg
5821DocType: Project,Expected Start Date,Oodatud Start Date
5822DocType: Purchase Invoice,04-Correction in Invoice,04-korrigeerimine arvel
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305823apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +982,Work Order already created for all items with BOM,Töökorraldus on juba loodud kõigi BOM-iga üksustega
Frappe PR Bot748c0242018-06-21 10:34:28 +05305824apps/erpnext/erpnext/stock/doctype/item/item.js +62,Variant Details Report,Variandi üksikasjade aruanne
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305825DocType: Setup Progress Action,Setup Progress Action,Seadista edu toiming
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305826apps/erpnext/erpnext/stock/report/item_price_stock/item_price_stock.py +42,Buying Price List,Ostute hinnakiri
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305827apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +49,Remove item if charges is not applicable to that item,"Eemalda kirje, kui makse ei kohaldata selle objekti"
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305828apps/erpnext/erpnext/accounts/doctype/subscription/subscription.js +9,Cancel Subscription,Tellimuse tühistamine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305829apps/erpnext/erpnext/assets/doctype/asset_maintenance_log/asset_maintenance_log.py +21,Please select Maintenance Status as Completed or remove Completion Date,Palun valige Hooldus olek lõpule viidud või eemaldage lõpuleviimise kuupäev
5830DocType: Supplier,Default Payment Terms Template,Makseviiside vaikimisi mall
5831apps/erpnext/erpnext/accounts/doctype/payment_request/payment_request.py +34,Transaction currency must be same as Payment Gateway currency,Tehingu vääring peab olema sama Payment Gateway valuuta
5832DocType: Payment Entry,Receive,Saama
Frappe PR Bot748c0242018-06-21 10:34:28 +05305833DocType: Employee Benefit Application Detail,Earning Component,Komponendi teenimine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305834apps/erpnext/erpnext/templates/pages/rfq.html +75,Quotations: ,Tsitaadid:
Frappe PR Bot748c0242018-06-21 10:34:28 +05305835DocType: Contract,Partially Fulfilled,Osaliselt täidetud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305836DocType: Maintenance Visit,Fully Completed,Täielikult täidetud
5837apps/erpnext/erpnext/projects/doctype/project/project_list.js +6,{0}% Complete,{0}% Complete
5838DocType: Employee,Educational Qualification,Haridustsensus
5839DocType: Workstation,Operating Costs,Tegevuskulud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305840apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +483,Currency for {0} must be {1},Valuuta eest {0} peab olema {1}
5841DocType: Asset,Disposal Date,müügikuupäevaga
5842DocType: 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.","Kirjad saadetakse kõigile aktiivsetele Ettevõtte töötajad on teatud tunnil, kui neil ei ole puhkus. Vastuste kokkuvõte saadetakse keskööl."
5843DocType: Employee Leave Approver,Employee Leave Approver,Töötaja Jäta Approver
Frappe PR Bot748c0242018-06-21 10:34:28 +05305844apps/erpnext/erpnext/stock/doctype/item/item.py +525,Row {0}: An Reorder entry already exists for this warehouse {1},Row {0}: an Reorder kirje on juba olemas selle lao {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305845apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +99,"Cannot declare as lost, because Quotation has been made.","Ei saa kuulutada kadunud, sest Tsitaat on tehtud."
Frappe PR Bot748c0242018-06-21 10:34:28 +05305846apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +68,CWIP Account,CWIP konto
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305847apps/erpnext/erpnext/hr/doctype/training_event/training_event.js +16,Training Feedback,koolitus tagasiside
5848DocType: Supplier Scorecard Criteria,Supplier Scorecard Criteria,Tarnija tulemuskaardi kriteeriumid
5849apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py +149,Please select Start Date and End Date for Item {0},Palun valige Start ja lõppkuupäeva eest Punkt {0}
5850apps/erpnext/erpnext/education/doctype/student_group_creation_tool/student_group_creation_tool.py +55,Course is mandatory in row {0},Muidugi on kohustuslik järjest {0}
5851apps/erpnext/erpnext/hr/doctype/leave_control_panel/leave_control_panel.js +16,To date cannot be before from date,Praeguseks ei saa enne kuupäevast alates
5852DocType: Supplier Quotation Item,Prevdoc DocType,Prevdoc DocType
5853DocType: Cash Flow Mapper,Section Footer,Sektsiooni jalus
Frappe PR Bot748c0242018-06-21 10:34:28 +05305854apps/erpnext/erpnext/stock/doctype/item/item.js +335,Add / Edit Prices,Klienditeenindus Lisa / uuenda Hinnad
5855apps/erpnext/erpnext/hr/doctype/employee_promotion/employee_promotion.py +19,Employee Promotion cannot be submitted before Promotion Date ,Töövõtjate edendamist ei saa esitada enne edutamise kuupäeva
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305856DocType: Batch,Parent Batch,Vanem Partii
5857DocType: Cheque Print Template,Cheque Print Template,Tšekk Prindi Mall
Frappe PR Bot748c0242018-06-21 10:34:28 +05305858DocType: Salary Component,Is Flexible Benefit,On paindlik kasu
5859apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.js +85,Chart of Cost Centers,Graafik kulukeskuste
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305860DocType: Subscription Settings,Number of days after invoice date has elapsed before canceling subscription or marking subscription as unpaid,Enne tellimuse tühistamist või tellimuse märkimist tasumata on mitu päeva pärast arve kuupäeva möödumist
Frappe PR Bot748c0242018-06-21 10:34:28 +05305861DocType: Clinical Procedure Template,Sample Collection,Proovide kogu
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305862,Requested Items To Be Ordered,Taotlenud objekte tuleb tellida
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305863DocType: Price List,Price List Name,Hinnakiri nimi
Frappe PR Bot748c0242018-06-21 10:34:28 +05305864DocType: Blanket Order,Manufacturing,Tootmine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305865,Ordered Items To Be Delivered,Tellitud Esemed tuleb tarnida
5866DocType: Account,Income,Sissetulek
5867DocType: Industry Type,Industry Type,Tööstuse Tüüp
5868apps/erpnext/erpnext/templates/includes/cart.js +150,Something went wrong!,Midagi läks valesti!
Frappe PR Bot748c0242018-06-21 10:34:28 +05305869apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +181,Warning: Leave application contains following block dates,Hoiatus: Jäta taotlus sisaldab järgmist plokki kuupäev
5870DocType: Bank Statement Settings,Transaction Data Mapping,Tehinguandmete kaardistamine
5871apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +277,Sales Invoice {0} has already been submitted,Müügiarve {0} on juba esitatud
5872DocType: Salary Component,Is Tax Applicable,Kas maksu kohaldatakse
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305873DocType: Supplier Scorecard Scoring Criteria,Score,tulemus
5874apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.py +25,Fiscal Year {0} does not exist,Eelarveaastal {0} ei ole olemas
5875DocType: Asset Maintenance Log,Completion Date,Lõppkuupäev
5876DocType: Purchase Invoice Item,Amount (Company Currency),Summa (firma Valuuta)
5877DocType: Agriculture Analysis Criteria,Agriculture User,Põllumajanduslik kasutaja
5878apps/erpnext/erpnext/selling/doctype/quotation/quotation.py +38,Valid till date cannot be before transaction date,Kehtib kuni kuupäevani ei saa olla enne tehingu kuupäeva
5879apps/erpnext/erpnext/stock/stock_ledger.py +381,{0} units of {1} needed in {2} on {3} {4} for {5} to complete this transaction.,{0} ühikut {1} vaja {2} kohta {3} {4} ja {5} tehingu lõpuleviimiseks.
5880DocType: Fee Schedule,Student Category,Student Kategooria
5881DocType: Announcement,Student,õpilane
Frappe PR Bot748c0242018-06-21 10:34:28 +05305882apps/erpnext/erpnext/healthcare/doctype/clinical_procedure/clinical_procedure.js +91,Stock quantity to start procedure is not available in the warehouse. Do you want to record a Stock Transfer,Lao kogus menetluse alustamiseks pole laos saadaval. Kas soovite salvestada varude ülekande
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305883DocType: Shipping Rule,Shipping Rule Type,Saatmise reegli tüüp
5884apps/erpnext/erpnext/utilities/user_progress.py +239,Go to Rooms,Mine tuba
Frappe PR Bot748c0242018-06-21 10:34:28 +05305885apps/erpnext/erpnext/hr/doctype/payroll_entry/payroll_entry.js +232,"Company, Payment Account, From Date and To Date is mandatory","Ettevõte, maksekonto, alates kuupäevast kuni kuupäevani on kohustuslik"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305886apps/erpnext/erpnext/selling/doctype/sms_center/sms_center.py +75,Please enter message before sending,Palun sisesta enne saatmist
5887DocType: Purchase Invoice,DUPLICATE FOR SUPPLIER,Duplikaadi TARNIJA
5888DocType: Email Digest,Pending Quotations,Kuni tsitaadid
Frappe PR Bot748c0242018-06-21 10:34:28 +05305889DocType: Asset,Custodian,Turvahoidja
5890apps/erpnext/erpnext/config/accounts.py +324,Point-of-Sale Profile,Point-of-Sale profiili
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305891apps/erpnext/erpnext/agriculture/doctype/soil_texture/soil_texture.py +25,{0} should be a value between 0 and 100,{0} peaks olema väärtus vahemikus 0 kuni 100
Frappe PR Bot748c0242018-06-21 10:34:28 +05305892apps/erpnext/erpnext/hr/doctype/payroll_entry/payroll_entry.py +350,Payment of {0} from {1} to {2},{0} maksmine alates {1} kuni {2}
5893apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +166,Unsecured Loans,Tagatiseta laenud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305894DocType: Cost Center,Cost Center Name,Kuluüksus nimi
5895DocType: Student,B+,B +
5896DocType: HR Settings,Max working hours against Timesheet,Max tööaeg vastu Töögraafik
5897DocType: Maintenance Schedule Detail,Scheduled Date,Tähtajad
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305898apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +232,Total Paid Amt,Kokku Paide Amt
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305899DocType: SMS Center,Messages greater than 160 characters will be split into multiple messages,Teated enam kui 160 tähemärki jagatakse mitu sõnumit
5900DocType: Purchase Receipt Item,Received and Accepted,Saanud ja heaks kiitnud
5901DocType: Hub Settings,Company and Seller Profile,Ettevõtte ja müüja profiil
5902,GST Itemised Sales Register,GST Üksikasjalikud Sales Registreeri
Frappe PR Bot748c0242018-06-21 10:34:28 +05305903DocType: Staffing Plan,Staffing Plan Details,Personaliplaani üksikasjad
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305904DocType: Soil Texture,Silt Loam,Silt Loam
5905,Serial No Service Contract Expiry,Serial No Service Lepingu lõppemise
Frappe PR Bot748c0242018-06-21 10:34:28 +05305906DocType: Employee Health Insurance,Employee Health Insurance,Töötajate tervisekindlustus
5907apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +331,You cannot credit and debit same account at the same time,Sa ei saa deebet- ja sama konto korraga
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305908DocType: Vital Signs,Adults' pulse rate is anywhere between 50 and 80 beats per minute.,Täiskasvanute pulsisagedus on kuskil 50 kuni 80 lööki minutis.
5909DocType: Naming Series,Help HTML,Abi HTML
5910DocType: Student Group Creation Tool,Student Group Creation Tool,Student Group Loomistööriist
5911DocType: Item,Variant Based On,Põhinev variant
Frappe PR Bot748c0242018-06-21 10:34:28 +05305912apps/erpnext/erpnext/hr/doctype/leave_period/leave_period.py +60,Employee {0} already have Leave Allocation {1} for this period,Töötaja {0} on juba sellel perioodil eraldamisi {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305913apps/erpnext/erpnext/hr/doctype/appraisal/appraisal.py +53,Total weightage assigned should be 100%. It is {0},Kokku weightage määratud peaks olema 100%. On {0}
5914apps/erpnext/erpnext/utilities/user_progress.py +109,Your Suppliers,Sinu Tarnijad
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305915apps/erpnext/erpnext/selling/doctype/quotation/quotation.py +80,Cannot set as Lost as Sales Order is made.,"Ei saa määrata, kui on kaotatud Sales Order on tehtud."
5916DocType: Request for Quotation Item,Supplier Part No,Tarnija osa pole
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305917apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +384,Cannot deduct when category is for 'Valuation' or 'Vaulation and Total',"Ei saa maha arvata, kui kategooria on &quot;Hindamine&quot; või &quot;Vaulation ja kokku&quot;"
Frappe PR Bot59a2a652018-04-12 13:36:55 +05305918apps/erpnext/erpnext/public/js/hub/hub_form.js +197,Anonymous,Anonüümne
Frappe PR Bot748c0242018-06-21 10:34:28 +05305919apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +378,Received From,Saadud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305920DocType: Lead,Converted,Converted
5921DocType: Item,Has Serial No,Kas Serial No
5922DocType: Employee,Date of Issue,Väljastamise kuupäev
Frappe PR Bot748c0242018-06-21 10:34:28 +05305923apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +238,"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}","Nagu iga ostmine Seaded kui ost Olles kätte sobiv == &quot;JAH&quot;, siis luua ostuarve, kasutaja vaja luua ostutšekk esmalt toode {0}"
5924apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +169,Row #{0}: Set Supplier for item {1},Row # {0}: Vali Tarnija kirje {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305925apps/erpnext/erpnext/projects/doctype/timesheet/timesheet.py +121,Row {0}: Hours value must be greater than zero.,Rida {0}: Tundi väärtus peab olema suurem kui null.
Frappe PR Bot748c0242018-06-21 10:34:28 +05305926apps/erpnext/erpnext/stock/doctype/item/item.py +210,Website Image {0} attached to Item {1} cannot be found,Koduleht Pilt {0} juurde Punkt {1} ei leitud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305927DocType: Issue,Content Type,Sisu tüüp
5928DocType: Asset,Assets,Varad
5929apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +17,Computer,Arvuti
5930DocType: Item,List this Item in multiple groups on the website.,Nimekiri see toode mitmes rühmade kodulehel.
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305931DocType: Subscription,Current Invoice End Date,Praegune arve lõppkuupäev
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305932DocType: Payment Term,Due Date Based On,Tähtpäev põhineb
5933apps/erpnext/erpnext/healthcare/doctype/patient/patient.py +82,Please set default customer group and territory in Selling Settings,Palun määrake müügi seadete kaudu vaikimisi kliendirühm ja -territoorium
Frappe PR Bot748c0242018-06-21 10:34:28 +05305934apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +215,{0} {1} does not exist,{0} {1} ei eksisteeri
5935apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +355,Please check Multi Currency option to allow accounts with other currency,Palun kontrollige Multi Valuuta võimalust anda kontosid muus valuutas
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305936apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +88,Item: {0} does not exist in the system,Eseme: {0} ei eksisteeri süsteemis
Frappe PR Bot748c0242018-06-21 10:34:28 +05305937apps/erpnext/erpnext/accounts/doctype/account/account.py +108,You are not authorized to set Frozen value,Teil ei ole seada Külmutatud väärtus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305938DocType: Payment Reconciliation,Get Unreconciled Entries,Võta unreconciled kanded
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305939apps/erpnext/erpnext/hr/doctype/loan/loan.py +159,No repayments selected for Journal Entry,Ajakirjanikele ei valitud tagasimakseid
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305940DocType: Payment Reconciliation,From Invoice Date,Siit Arve kuupäev
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305941DocType: Loan,Disbursed,Välja makstud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305942DocType: Healthcare Settings,Laboratory Settings,Laboratoorsed sätted
Frappe PR Bot748c0242018-06-21 10:34:28 +05305943DocType: Clinical Procedure,Service Unit,Teenindusüksus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305944apps/erpnext/erpnext/buying/report/quoted_item_comparison/quoted_item_comparison.js +97,Successfully Set Supplier,Tarnija on edukalt määranud
Frappe PR Bot748c0242018-06-21 10:34:28 +05305945DocType: Leave Encashment,Leave Encashment,Jäta Inkassatsioon
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305946apps/erpnext/erpnext/public/js/setup_wizard.js +114,What does it do?,Mida ta teeb?
Frappe PR Bot748c0242018-06-21 10:34:28 +05305947apps/erpnext/erpnext/agriculture/doctype/crop_cycle/crop_cycle.py +47,Tasks have been created for managing the {0} disease (on row {1}),{0} haiguse (reas {1}) haldamiseks on loodud ülesanded
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305948DocType: Crop,Byproducts,Byproducts
5949apps/erpnext/erpnext/stock/doctype/batch/batch.js +84,To Warehouse,Et Warehouse
5950apps/erpnext/erpnext/education/doctype/student_admission/student_admission.py +26,All Student Admissions,Kõik Student Sisseastujale
5951,Average Commission Rate,Keskmine Komisjoni Rate
5952DocType: Share Balance,No of Shares,Aktsiate arv
Frappe PR Bot748c0242018-06-21 10:34:28 +05305953DocType: Taxable Salary Slab,To Amount,Summani
5954apps/erpnext/erpnext/stock/doctype/item/item.py +463,'Has Serial No' can not be 'Yes' for non-stock item,&quot;Kas Serial No&quot; ei saa olla &quot;Jah&quot; mitte-laoartikkel
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305955apps/erpnext/erpnext/healthcare/page/appointment_analytic/appointment_analytic.js +59,Select Status,Valige olek
Frappe PR Bot748c0242018-06-21 10:34:28 +05305956apps/erpnext/erpnext/hr/doctype/attendance/attendance.py +44,Attendance can not be marked for future dates,Osavõtt märkida ei saa tulevikus kuupäev
5957DocType: Support Search Source,Post Description Key,Postituse kirjeldus võti
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305958DocType: Pricing Rule,Pricing Rule Help,Hinnakujundus Reegel Abi
5959DocType: School House,House Name,House Nimi
5960DocType: Fee Schedule,Total Amount per Student,Summa üliõpilase kohta
5961DocType: Purchase Taxes and Charges,Account Head,Konto Head
Frappe PR Bot748c0242018-06-21 10:34:28 +05305962DocType: Company,HRA Component,HRA komponent
5963apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +142,Electrical,Elektriline
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305964apps/erpnext/erpnext/utilities/activation.py +100,Add the rest of your organization as your users. You can also add invite Customers to your portal by adding them from Contacts,Lisa oma ülejäänud organisatsiooni kasutajatele. Võite lisada ka kutsuda kliente oma portaalis lisades neid Kontaktid
5965DocType: Stock Entry,Total Value Difference (Out - In),Kokku Väärtus Difference (Out - In)
5966DocType: Grant Application,Requested Amount,Taotletav summa
Frappe PR Bot748c0242018-06-21 10:34:28 +05305967apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +380,Row {0}: Exchange Rate is mandatory,Row {0}: Vahetuskurss on kohustuslik
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305968apps/erpnext/erpnext/setup/doctype/sales_person/sales_person.py +27,User ID not set for Employee {0},Kasutaja ID ei seatud Töötaja {0}
5969DocType: Vehicle,Vehicle Value,sõiduki väärtusest
5970DocType: Crop Cycle,Detected Diseases,Tuvastatud haigused
5971DocType: Stock Entry,Default Source Warehouse,Vaikimisi Allikas Warehouse
5972DocType: Item,Customer Code,Kliendi kood
Frappe PR Bot748c0242018-06-21 10:34:28 +05305973apps/erpnext/erpnext/hr/doctype/employee/employee.py +232,Birthday Reminder for {0},Sünnipäev Meeldetuletus {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305974DocType: Asset Maintenance Task,Last Completion Date,Viimase täitmise kuupäev
5975apps/erpnext/erpnext/selling/report/inactive_customers/inactive_customers.py +72,Days Since Last Order,Päeva eelmisest Telli
Frappe PR Bot748c0242018-06-21 10:34:28 +05305976apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +370,Debit To account must be a Balance Sheet account,Kanne konto peab olema bilansis
5977DocType: Asset,Naming Series,Nimetades Series
5978apps/erpnext/erpnext/assets/doctype/asset/asset.py +170,Row {0}: Expected Value After Useful Life must be less than Gross Purchase Amount,Rida {0}: eeldatav väärtus pärast kasulikku elu peab olema väiksem brutoosakogusest
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305979DocType: GoCardless Settings,GoCardless Settings,GoCardless seaded
5980DocType: Leave Block List,Leave Block List Name,Jäta Block nimekiri nimi
Frappe PR Bot748c0242018-06-21 10:34:28 +05305981DocType: Certified Consultant,Certification Validity,Sertifitseerimine kehtivus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305982apps/erpnext/erpnext/hr/doctype/vehicle/vehicle.py +14,Insurance Start date should be less than Insurance End date,Kindlustus Alguse kuupäev peaks olema väiksem kui Kindlustus Lõppkuupäev
Frappe PR Bot748c0242018-06-21 10:34:28 +05305983DocType: Shopping Cart Settings,Display Settings,Kuva seaded
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305984apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +33,Stock Assets,Stock Assets
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305985DocType: Restaurant,Active Menu,Aktiivne menüü
5986DocType: Target Detail,Target Qty,Target Kogus
Frappe PR Botb2a64d62018-05-16 10:46:11 +05305987apps/erpnext/erpnext/hr/doctype/loan/loan.py +37,Against Loan: {0},Laenu vastu: {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305988DocType: Shopping Cart Settings,Checkout Settings,Minu tellimused seaded
5989DocType: Student Attendance,Present,Oleviku
5990apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +37,Delivery Note {0} must not be submitted,Toimetaja märkus {0} ei tohi esitada
5991DocType: Notification Control,Sales Invoice Message,Müügiarve Message
5992apps/erpnext/erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.py +27,Closing Account {0} must be of type Liability / Equity,Konto sulgemise {0} tüüp peab olema vastutus / Equity
Frappe PR Bot748c0242018-06-21 10:34:28 +05305993apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +369,Salary Slip of employee {0} already created for time sheet {1},Palgatõend töötaja {0} on juba loodud ajaandmik {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305994DocType: Vehicle Log,Odometer,odomeetri
5995DocType: Production Plan Item,Ordered Qty,Tellitud Kogus
Frappe PR Bot748c0242018-06-21 10:34:28 +05305996apps/erpnext/erpnext/stock/doctype/item/item.py +767,Item {0} is disabled,Punkt {0} on keelatud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305997DocType: Stock Settings,Stock Frozen Upto,Stock Külmutatud Upto
Frappe PR Bot748c0242018-06-21 10:34:28 +05305998apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +979,BOM does not contain any stock item,Bom ei sisalda laoartikkel
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05305999DocType: Chapter,Chapter Head,Peatükk Head
6000DocType: Payment Term,Month(s) after the end of the invoice month,Kuu (kuud) pärast arve kuu lõppu
6001apps/erpnext/erpnext/config/projects.py +24,Project activity / task.,Projekti tegevus / ülesanne.
Frappe PR Bot748c0242018-06-21 10:34:28 +05306002DocType: Salary Component,Only Tax Impact (Cannot Claim But Part of Taxable Income),Ainult maksualane mõju (ei saa nõuda vaid osa tulumaksust)
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306003DocType: Vehicle Log,Refuelling Details,tankimine detailid
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306004apps/erpnext/erpnext/agriculture/doctype/water_analysis/water_analysis.py +25,Lab result datetime cannot be before testing datetime,Lab tulemuse kuupäeva ei saa olla enne katse kuupäeva määramist
6005DocType: POS Profile,Allow user to edit Discount,Luba kasutajal muuta soodustust
Frappe PR Botb2a64d62018-05-16 10:46:11 +05306006apps/erpnext/erpnext/stock/doctype/delivery_trip/delivery_trip.js +63,Get customers from,Hankige kliente
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306007DocType: Purchase Invoice Item,Include Exploded Items,Kaasa lõhutud esemed
Frappe PR Bot748c0242018-06-21 10:34:28 +05306008apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +46,"Buying must be checked, if Applicable For is selected as {0}","Ostmine tuleb kontrollida, kui need on kohaldatavad valitakse {0}"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306009apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +40,Discount must be less than 100,Soodustus peab olema väiksem kui 100
6010DocType: Shipping Rule,Restrict to Countries,Riigid piirduvad
Frappe PR Bot748c0242018-06-21 10:34:28 +05306011DocType: Shopify Settings,Shared secret,Jagatud saladus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306012DocType: Purchase Invoice,Write Off Amount (Company Currency),Kirjutage Off summa (firma Valuuta)
6013DocType: Sales Invoice Timesheet,Billing Hours,Arved Tundi
6014DocType: Project,Total Sales Amount (via Sales Order),Müügi kogusumma (müügitellimuse kaudu)
Frappe PR Bot748c0242018-06-21 10:34:28 +05306015apps/erpnext/erpnext/manufacturing/doctype/work_order/work_order.py +603,Default BOM for {0} not found,Vaikimisi Bom {0} ei leitud
6016apps/erpnext/erpnext/stock/doctype/item/item.py +529,Row #{0}: Please set reorder quantity,Row # {0}: määrake reorganiseerima kogusest
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306017apps/erpnext/erpnext/public/js/pos/pos.html +20,Tap items to add them here,Puuduta Toodete lisamiseks neid siin
6018DocType: Fees,Program Enrollment,programm Registreerimine
6019DocType: Share Transfer,To Folio No,Folli nr
6020DocType: Landed Cost Voucher,Landed Cost Voucher,Maandus Cost Voucher
6021apps/erpnext/erpnext/public/js/queries.js +39,Please set {0},Palun määra {0}
6022apps/erpnext/erpnext/education/doctype/student_group/student_group.py +37,{0} - {1} is inactive student,{0} - {1} ei ole aktiivne üliõpilane
6023DocType: Employee,Health Details,Tervis Üksikasjad
Frappe PR Bot748c0242018-06-21 10:34:28 +05306024DocType: Leave Encashment,Encashable days,Encashable päeva
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306025apps/erpnext/erpnext/accounts/doctype/payment_request/payment_request.py +24,To create a Payment Request reference document is required,Et luua maksenõude viide dokument on nõutav
6026DocType: Soil Texture,Sandy Clay,Sandy Clay
6027DocType: Grant Application,Assessment Manager,Hindamisjuht
6028DocType: Payment Entry,Allocate Payment Amount,Eraldada Makse summa
Frappe PR Botb2a64d62018-05-16 10:46:11 +05306029DocType: Subscription Plan,Subscription Plan,Liitumisplaan
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306030DocType: Employee External Work History,Salary,Palk
6031DocType: Serial No,Delivery Document Type,Toimetaja Dokumendi liik
6032DocType: Sales Order,Partly Delivered,Osaliselt Tarnitakse
Frappe PR Bot748c0242018-06-21 10:34:28 +05306033apps/erpnext/erpnext/hr/utils.py +201,Employee {0} has no grade to get default leave policy,Töötaja {0} ei ole vaimupuhkuse poliitika hinne
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306034DocType: Item Variant Settings,Do not update variants on save,Ärge värskendage variante
6035DocType: Email Digest,Receivables,Nõuded
6036DocType: Lead Source,Lead Source,plii Allikas
6037DocType: Customer,Additional information regarding the customer.,Lisainfot kliendile.
6038DocType: Quality Inspection Reading,Reading 5,Lugemine 5
Frappe PR Bot748c0242018-06-21 10:34:28 +05306039apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +237,"{0} {1} is associated with {2}, but Party Account is {3}","{0} {1} on seotud {2} -ga, kuid osapoole konto on {3}"
6040DocType: Bank Statement Settings Item,Bank Header,Panga päis
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306041apps/erpnext/erpnext/healthcare/doctype/sample_collection/sample_collection.js +7,View Lab Tests,Vaadake laboritestid
Frappe PR Bot59a2a652018-04-12 13:36:55 +05306042DocType: Hub Users,Hub Users,Hubi kasutajad
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306043DocType: Purchase Invoice,Y,Y
6044DocType: Maintenance Visit,Maintenance Date,Hooldus kuupäev
6045DocType: Purchase Invoice Item,Rejected Serial No,Tagasilükatud Järjekorranumber
6046apps/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,"Aasta algus- või lõppkuupäev kattub {0}. Et vältida, määrake ettevõte"
6047apps/erpnext/erpnext/selling/doctype/customer/customer.py +122,Please mention the Lead Name in Lead {0},Palun mainige juhtiva nime juhtimisel {0}
6048apps/erpnext/erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py +156,Start date should be less than end date for Item {0},Alguskuupäev peab olema väiksem kui lõppkuupäev Punkt {0}
6049DocType: Item,"Example: ABCD.#####
6050If 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.","Näide: ABCD. ##### Kui seeria on seatud ja Serial No ei ole nimetatud tehingute, siis automaatne seerianumber luuakse põhineb selles sarjas. Kui tahad alati mainitaks Serial nr selle objekt. jäta tühjaks."
6051DocType: Upload Attendance,Upload Attendance,Laadi Osavõtt
Frappe PR Bot748c0242018-06-21 10:34:28 +05306052apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.js +640,BOM and Manufacturing Quantity are required,Bom ja tootmine Kogus on vajalik
6053apps/erpnext/erpnext/accounts/report/accounts_payable/accounts_payable.js +56,Ageing Range 2,Vananemine Range 2
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306054DocType: SG Creation Tool Course,Max Strength,max Strength
6055apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py +28,Installing presets,Eelseadistuste installimine
Frappe PR Botb2a64d62018-05-16 10:46:11 +05306056apps/erpnext/erpnext/stock/doctype/delivery_trip/delivery_trip.js +93,No Delivery Note selected for Customer {},Kliendi jaoks pole valitud tarne märkust {}
Frappe PR Bot748c0242018-06-21 10:34:28 +05306057apps/erpnext/erpnext/hr/doctype/employee_benefit_claim/employee_benefit_claim.py +17,Employee {0} has no maximum benefit amount,Töötaja {0} ei ole maksimaalse hüvitise suurust
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306058apps/erpnext/erpnext/manufacturing/doctype/bom_update_tool/bom_update_tool.py +25,BOM replaced,Bom asendatakse
Frappe PR Botb2a64d62018-05-16 10:46:11 +05306059apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +1072,Select Items based on Delivery Date,"Valige üksused, mis põhinevad kohaletoimetamise kuupäeval"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306060DocType: Grant Application,Has any past Grant Record,Kas on minevikus Grant Record
6061,Sales Analytics,Müük Analytics
6062apps/erpnext/erpnext/stock/dashboard/item_dashboard.js +127,Available {0},Saadaval {0}
6063,Prospects Engaged But Not Converted,Väljavaated Kihlatud Aga mis ei ole ümber
6064DocType: Manufacturing Settings,Manufacturing Settings,Tootmine Seaded
6065apps/erpnext/erpnext/config/setup.py +56,Setting up Email,Seadistamine E-
6066apps/erpnext/erpnext/education/report/student_and_guardian_contact_details/student_and_guardian_contact_details.py +57,Guardian1 Mobile No,Guardian1 Mobile nr
Frappe PR Bot748c0242018-06-21 10:34:28 +05306067apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +122,Please enter default currency in Company Master,Palun sisesta vaikimisi valuuta Company Master
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306068DocType: Stock Entry Detail,Stock Entry Detail,Stock Entry Detail
Frappe PR Bot748c0242018-06-21 10:34:28 +05306069apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +111,Daily Reminders,Daily meeldetuletused
6070apps/erpnext/erpnext/templates/pages/help.html +56,See all open tickets,Vaadake kõiki avatud pileteid
6071apps/erpnext/erpnext/healthcare/doctype/healthcare_service_unit/healthcare_service_unit.js +20,Healthcare Service Unit Tree,Tervishoiuteenuse üksuse puu
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306072DocType: Products Settings,Home Page is Products,Esileht on tooted
6073,Asset Depreciation Ledger,Varade amortisatsioon Ledger
Frappe PR Bot748c0242018-06-21 10:34:28 +05306074DocType: Salary Structure,Leave Encashment Amount Per Day,Jäta päevas olev kogusumma
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306075apps/erpnext/erpnext/accounts/doctype/tax_rule/tax_rule.py +91,Tax Rule Conflicts with {0},Maksueeskiri Konfliktid {0}
6076apps/erpnext/erpnext/accounts/doctype/account/account_tree.js +25,New Account Name,New Account Name
6077DocType: Purchase Invoice Item,Raw Materials Supplied Cost,Tarnitud tooraine kulu
6078DocType: Selling Settings,Settings for Selling Module,Seaded Müük Module
6079DocType: Hotel Room Reservation,Hotel Room Reservation,Hotelli toa reserveerimine
Frappe PR Bot748c0242018-06-21 10:34:28 +05306080apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +317,Customer Service,Kasutajatugi
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306081DocType: BOM,Thumbnail,Pisipilt
6082DocType: Item Customer Detail,Item Customer Detail,Punkt Kliendi Detail
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306083DocType: Notification Control,Prompt for Email on Submission of,Küsiks Email esitamisel
Frappe PR Bot748c0242018-06-21 10:34:28 +05306084apps/erpnext/erpnext/hr/doctype/employee_benefit_claim/employee_benefit_claim.py +36,Maximum benefit amount of employee {0} exceeds {1},Töötaja maksimaalne hüvitise summa {0} ületab {1}
6085apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +102,Total allocated leaves are more than days in the period,Kokku eraldatakse lehed on rohkem kui päeva võrra
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306086DocType: Land Unit,Linked Soil Analysis,Seotud mullanalüüs
6087DocType: Pricing Rule,Percentage,protsent
6088apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +70,Item {0} must be a stock Item,Punkt {0} peab olema laoartikkel
6089DocType: Manufacturing Settings,Default Work In Progress Warehouse,Vaikimisi Work In Progress Warehouse
Frappe PR Bot748c0242018-06-21 10:34:28 +05306090apps/erpnext/erpnext/healthcare/doctype/physician_schedule/physician_schedule.js +83,"Schedules for {0} overlaps, do you want to proceed after skiping overlaped slots ?",Kas soovite {0} kattuvate ajakavade jätkata pärast ülekattega teenindusaegade vahelejätmist?
6091apps/erpnext/erpnext/config/accounts.py +294,Default settings for accounting transactions.,Vaikimisi seadete raamatupidamistehingute.
6092DocType: Leave Period,Grant Leaves,Grant Lehed
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306093DocType: Maintenance Visit,MV,MV
6094DocType: Restaurant,Default Tax Template,Default tax template
6095apps/erpnext/erpnext/education/doctype/program_enrollment_tool/program_enrollment_tool.py +66,{0} Students have been enrolled,{0} Õpilased on registreeritud
6096DocType: Fees,Student Details,Õpilase üksikasjad
6097DocType: Purchase Invoice Item,Stock Qty,stock Kogus
Frappe PR Bot748c0242018-06-21 10:34:28 +05306098DocType: Contract,Requires Fulfilment,Nõuab täitmist
Frappe PR Botb2a64d62018-05-16 10:46:11 +05306099DocType: Loan,Repayment Period in Months,Tagastamise tähtaeg kuudes
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306100apps/erpnext/erpnext/templates/includes/footer/footer_extension.html +26,Error: Not a valid id?,Viga: Ei kehtivat id?
6101DocType: Naming Series,Update Series Number,Värskenda seerianumbri
6102DocType: Account,Equity,Omakapital
6103apps/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;tulude ja kulude tüüpi kontole {2} keelatud avamine Entry
Frappe PR Bot748c0242018-06-21 10:34:28 +05306104DocType: Job Offer,Printing Details,Printimine Üksikasjad
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306105DocType: Task,Closing Date,Lõpptähtaeg
6106DocType: Sales Order Item,Produced Quantity,Toodetud kogus
6107DocType: Timesheet,Work Detail,Töö detailid
Frappe PR Bot748c0242018-06-21 10:34:28 +05306108apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +114,Engineer,Insener
6109DocType: Employee Tax Exemption Category,Max Amount,Maksimaalne summa
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306110DocType: Journal Entry,Total Amount Currency,Kokku Summa Valuuta
6111apps/erpnext/erpnext/stock/report/bom_search/bom_search.js +38,Search Sub Assemblies,Otsi Sub Assemblies
Frappe PR Bot748c0242018-06-21 10:34:28 +05306112apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +187,Item Code required at Row No {0},Kood nõutav Row No {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306113DocType: GST Account,SGST Account,SGST konto
6114apps/erpnext/erpnext/utilities/user_progress.py +154,Go to Items,Avage üksused
6115DocType: Sales Partner,Partner Type,Partner Type
6116DocType: Purchase Taxes and Charges,Actual,Tegelik
6117DocType: Restaurant Menu,Restaurant Manager,Restoranijuht
6118DocType: Authorization Rule,Customerwise Discount,Customerwise Soodus
6119apps/erpnext/erpnext/config/projects.py +46,Timesheet for tasks.,Töögraafik ülesannete.
6120DocType: Purchase Invoice,Against Expense Account,Vastu ärikohtumisteks
Frappe PR Bot748c0242018-06-21 10:34:28 +05306121apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +284,Installation Note {0} has already been submitted,Paigaldamine Märkus {0} on juba esitatud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306122DocType: Bank Reconciliation,Get Payment Entries,Saada maksmine Sissekanded
6123DocType: Quotation Item,Against Docname,Vastu Docname
6124DocType: SMS Center,All Employee (Active),Kõik Töötaja (Active)
6125apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +9,View Now,Vaata nüüd
6126DocType: BOM,Raw Material Cost,Tooraine hind
Frappe PR Bot59a2a652018-04-12 13:36:55 +05306127DocType: Woocommerce Settings,Woocommerce Server URL,Woocommerce Serveri URL
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306128DocType: Item Reorder,Re-Order Level,Re-Order Level
Frappe PR Bot748c0242018-06-21 10:34:28 +05306129DocType: Shopify Tax Account,Shopify Tax/Shipping Title,Shopify Maksu / Shipping Title
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306130apps/erpnext/erpnext/projects/doctype/project/project.js +54,Gantt Chart,Gantti tabel
6131DocType: Crop Cycle,Cycle Type,Tsüklitüüp
Frappe PR Bot748c0242018-06-21 10:34:28 +05306132apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +102,Part-time,Poole kohaga
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306133DocType: Employee,Applicable Holiday List,Rakendatav Holiday nimekiri
6134DocType: Employee,Cheque,Tšekk
6135DocType: Training Event,Employee Emails,Töötaja e-kirjad
6136apps/erpnext/erpnext/setup/doctype/naming_series/naming_series.py +60,Series Updated,Seeria Uuendatud
Frappe PR Bot748c0242018-06-21 10:34:28 +05306137apps/erpnext/erpnext/accounts/doctype/account/account.py +161,Report Type is mandatory,Aruande tüüp on kohustuslik
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306138DocType: Item,Serial Number Series,Serial Number Series
6139apps/erpnext/erpnext/buying/utils.py +68,Warehouse is mandatory for stock Item {0} in row {1},Ladu on kohustuslik laos Punkt {0} järjest {1}
6140apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +45,Retail & Wholesale,Jae- ja hulgimüük
6141DocType: Issue,First Responded On,Esiteks vastas
6142DocType: Website Item Group,Cross Listing of Item in multiple groups,Risti noteerimine Punkt mitu rühmad
6143apps/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},Fiscal Year Alguse kuupäev ja Fiscal Year End Date on juba eelarveaastal {0}
6144DocType: Projects Settings,Ignore User Time Overlap,Ignoreeri kasutajaaja kattumist
Frappe PR Bot748c0242018-06-21 10:34:28 +05306145DocType: Accounting Period,Accounting Period,Arvestusperiood
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306146apps/erpnext/erpnext/accounts/doctype/bank_reconciliation/bank_reconciliation.py +113,Clearance Date updated,Kliirens Date updated
6147apps/erpnext/erpnext/stock/doctype/batch/batch.js +146,Split Batch,Split Partii
6148DocType: Stock Settings,Batch Identification,Partii identifitseerimine
6149apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +132,Successfully Reconciled,Edukalt Lepitatud
6150DocType: Request for Quotation Supplier,Download PDF,Lae pDF
6151DocType: Work Order,Planned End Date,Planeeritud End Date
6152DocType: Shareholder,Hidden list maintaining the list of contacts linked to Shareholder,"Varjatud nimekiri, millega säilitatakse Aktsionäriga seotud kontaktide loend"
Frappe PR Bot748c0242018-06-21 10:34:28 +05306153DocType: Exchange Rate Revaluation Account,Current Exchange Rate,Vahetuskurss
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306154apps/erpnext/erpnext/config/non_profit.py +63,Donor Type information.,Anduri tüübi andmed.
Frappe PR Bot748c0242018-06-21 10:34:28 +05306155apps/erpnext/erpnext/assets/doctype/asset/asset.py +60,Available for use date is required,Kasutatav kasutuskuupäev on vajalik
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306156DocType: Request for Quotation,Supplier Detail,tarnija Detail
Frappe PR Bot748c0242018-06-21 10:34:28 +05306157apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +143,Error in formula or condition: {0},Viga valemis või seisund: {0}
Frappe PR Botb2a64d62018-05-16 10:46:11 +05306158apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +112,Invoiced Amount,Arve kogusumma
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306159apps/erpnext/erpnext/buying/doctype/supplier_scorecard/supplier_scorecard.py +47,Criteria weights must add up to 100%,Kriteeriumide kaalud peavad sisaldama kuni 100%
6160apps/erpnext/erpnext/education/doctype/course_schedule/course_schedule.js +7,Attendance,Osavõtt
6161apps/erpnext/erpnext/public/js/pos/pos.html +115,Stock Items,stock Kirjed
6162DocType: BOM,Materials,Materjalid
6163DocType: Leave Block List,"If not checked, the list will have to be added to each Department where it has to be applied.","Kui ei kontrollita, nimekirja tuleb lisada iga osakond, kus tuleb rakendada."
Frappe PR Bot748c0242018-06-21 10:34:28 +05306164apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +646,Posting date and posting time is mandatory,Postitamise kuupäev ja postitad aega on kohustuslik
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306165apps/erpnext/erpnext/config/buying.py +76,Tax template for buying transactions.,Maksu- malli osta tehinguid.
6166,Item Prices,Punkt Hinnad
6167DocType: Purchase Order,In Words will be visible once you save the Purchase Order.,"Sõnades on nähtav, kui salvestate tellimusele."
Frappe PR Bot59a2a652018-04-12 13:36:55 +05306168DocType: Woocommerce Settings,Endpoint,Lõpp-punkt
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306169DocType: Period Closing Voucher,Period Closing Voucher,Periood sulgemine Voucher
6170DocType: Consultation,Review Details,Läbivaatamise üksikasjad
Frappe PR Bot748c0242018-06-21 10:34:28 +05306171apps/erpnext/erpnext/accounts/doctype/share_transfer/share_transfer.py +186,The shareholder does not belong to this company,Aktsionär ei kuulu selle äriühingu hulka
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306172DocType: Dosage Form,Dosage Form,Annustamisvorm
6173apps/erpnext/erpnext/config/selling.py +67,Price List master.,Hinnakiri kapten.
6174DocType: Task,Review Date,Review Date
6175DocType: BOM,Allow Alternative Item,Luba alternatiivne üksus
Frappe PR Bot748c0242018-06-21 10:34:28 +05306176apps/erpnext/erpnext/hr/doctype/leave_period/leave_period.py +82,Leave Allocation {0} created,Eraldiste loobumine {0} on loodud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306177DocType: Company,Series for Asset Depreciation Entry (Journal Entry),Varade amortisatsiooni kanne (ajakirja kandmine)
6178DocType: Membership,Member Since,Liige alates
6179DocType: Purchase Invoice,Advance Payments,Ettemaksed
6180DocType: Purchase Taxes and Charges,On Net Total,On Net kokku
6181apps/erpnext/erpnext/controllers/item_variant.py +92,Value for Attribute {0} must be within the range of {1} to {2} in the increments of {3} for Item {4},Väärtus Oskus {0} peab olema vahemikus {1} kuni {2} on juurdekasvuga {3} jaoks Punkt {4}
6182DocType: Restaurant Reservation,Waitlisted,Ootati
Frappe PR Bot748c0242018-06-21 10:34:28 +05306183DocType: Employee Tax Exemption Declaration Category,Exemption Category,Erandkategooria
6184apps/erpnext/erpnext/accounts/doctype/account/account.py +126,Currency can not be changed after making entries using some other currency,Valuuta ei saa muuta pärast kande tegemiseks kasutada mõne muu valuuta
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306185DocType: Shipping Rule,Fixed,Fikseeritud
6186DocType: Vehicle Service,Clutch Plate,Siduriketas
6187DocType: Company,Round Off Account,Ümardada konto
Frappe PR Bot748c0242018-06-21 10:34:28 +05306188apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +100,Administrative Expenses,Halduskulud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306189apps/erpnext/erpnext/setup/setup_wizard/data/industry_type.py +18,Consulting,Konsulteeriv
6190DocType: Customer Group,Parent Customer Group,Parent Kliendi Group
Frappe PR Bot748c0242018-06-21 10:34:28 +05306191apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +848,Subscription,Tellimine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306192DocType: Purchase Invoice,Contact Email,Kontakt E-
6193apps/erpnext/erpnext/education/doctype/fee_schedule/fee_schedule_list.js +11,Fee Creation Pending,Tasu loomine ootel
6194DocType: Appraisal Goal,Score Earned,Skoor Teenitud
Frappe PR Bot748c0242018-06-21 10:34:28 +05306195apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +217,Notice Period,Etteteatamistähtaeg
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306196DocType: Asset Category,Asset Category Name,Põhivarakategoori Nimi
6197apps/erpnext/erpnext/setup/doctype/territory/territory.js +13,This is a root territory and cannot be edited.,See on root territooriumil ja seda ei saa muuta.
6198apps/erpnext/erpnext/setup/doctype/sales_person/sales_person_tree.js +5,New Sales Person Name,Uus Sales Person Nimi
6199DocType: Packing Slip,Gross Weight UOM,Gross Weight UOM
Frappe PR Bot748c0242018-06-21 10:34:28 +05306200DocType: Employee Transfer,Create New Employee Id,Loo uus töötaja ID
6201DocType: Travel Itinerary,Travel From,Reisist pärit
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306202DocType: Asset Maintenance Task,Preventive Maintenance,Profülaktika
6203DocType: Delivery Note Item,Against Sales Invoice,Vastu müügiarve
6204DocType: Purchase Invoice,07-Others,07-muu
Frappe PR Bot748c0242018-06-21 10:34:28 +05306205apps/erpnext/erpnext/public/js/utils/serial_no_batch_selector.js +158,Please enter serial numbers for serialized item ,Sisestage seerianumbrid seeriatootmiseks kirje
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306206DocType: Bin,Reserved Qty for Production,Reserveeritud Kogus Production
6207apps/erpnext/erpnext/regional/report/fichier_des_ecritures_comptables_[fec]/fichier_des_ecritures_comptables_[fec].py +43,EcritureNum,EcritureNum
6208DocType: Student Group Creation Tool,Leave unchecked if you don't want to consider batch while making course based groups. ,"Jäta märkimata, kui sa ei taha kaaluda partii tehes muidugi rühmi."
6209DocType: Asset,Frequency of Depreciation (Months),Sagedus kulum (kuud)
Frappe PR Bot748c0242018-06-21 10:34:28 +05306210apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +561,Credit Account,Konto kreeditsaldoga
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306211DocType: Landed Cost Item,Landed Cost Item,Maandus kuluartikkel
6212apps/erpnext/erpnext/accounts/report/profitability_analysis/profitability_analysis.js +57,Show zero values,Näita null väärtused
6213DocType: BOM,Quantity of item obtained after manufacturing / repacking from given quantities of raw materials,Kogus punkti saadi pärast tootmise / pakkimise etteantud tooraine kogused
6214DocType: Lab Test,Test Group,Katserühm
6215DocType: Payment Reconciliation,Receivable / Payable Account,Laekumata / maksmata konto
6216DocType: Delivery Note Item,Against Sales Order Item,Vastu Sales Order toode
Frappe PR Bot59a2a652018-04-12 13:36:55 +05306217DocType: Hub Settings,Company Logo,Ettevõtte logo
Frappe PR Bot748c0242018-06-21 10:34:28 +05306218apps/erpnext/erpnext/stock/doctype/item/item.py +732,Please specify Attribute Value for attribute {0},Palun täpsustage omadus Väärtus atribuut {0}
6219DocType: Item Default,Default Warehouse,Vaikimisi Warehouse
6220apps/erpnext/erpnext/accounts/doctype/budget/budget.py +47,Budget cannot be assigned against Group Account {0},Eelarve ei saa liigitada vastu Group Konto {0}
6221DocType: Shopping Cart Settings,Show Price,Näita hinda
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306222DocType: Healthcare Settings,Patient Registration,Patsiendi registreerimine
Frappe PR Bot748c0242018-06-21 10:34:28 +05306223apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +24,Please enter parent cost center,Palun sisestage vanem kulukeskus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306224DocType: Delivery Note,Print Without Amount,Trüki Ilma summa
Frappe PR Bot748c0242018-06-21 10:34:28 +05306225apps/erpnext/erpnext/accounts/report/asset_depreciation_ledger/asset_depreciation_ledger.py +65,Depreciation Date,Amortisatsioon kuupäev
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306226,Work Orders in Progress,Käimasolevad töökorraldused
6227DocType: Issue,Support Team,Support Team
6228apps/erpnext/erpnext/stock/report/batch_item_expiry_status/batch_item_expiry_status.py +36,Expiry (In Days),Lõppemine (päevades)
6229DocType: Appraisal,Total Score (Out of 5),Üldskoor (Out of 5)
6230DocType: Fee Structure,FS.,FS.
6231DocType: Student Attendance Tool,Batch,Partii
Frappe PR Bot748c0242018-06-21 10:34:28 +05306232DocType: Support Search Source,Query Route String,Päringutee string
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306233DocType: Donor,Donor Type,Doonorriigi tüüp
Frappe PR Bot748c0242018-06-21 10:34:28 +05306234apps/erpnext/erpnext/stock/doctype/item/item.js +29,Balance,Saldo
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306235apps/erpnext/erpnext/accounts/doctype/opening_invoice_creation_tool/opening_invoice_creation_tool.py +66,Please select the Company,Palun vali ettevõte
6236DocType: Room,Seating Capacity,istekohtade arv
6237DocType: Issue,ISS-,ISS-
6238DocType: Lab Test Groups,Lab Test Groups,Lab katserühmad
Frappe PR Bot748c0242018-06-21 10:34:28 +05306239apps/erpnext/erpnext/hr/doctype/employee_benefit_application/employee_benefit_application.py +60,Please add the remainig benefits {0} to any of the existing component,Palun lisage ükskõik millisele olemasolevale komponendile püsivõimalused {0}
6240apps/erpnext/erpnext/accounts/doctype/exchange_rate_revaluation/exchange_rate_revaluation.py +151,Party Type and Party is mandatory for {0} account,Päeva tüüp ja osapool on {0} konto jaoks kohustuslikud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306241DocType: Project,Total Expense Claim (via Expense Claims),Kogukulude nõue (via kuluaruanded)
6242DocType: GST Settings,GST Summary,GST kokkuvõte
6243apps/erpnext/erpnext/hr/doctype/daily_work_summary_group/daily_work_summary_group.py +16,Please enable default incoming account before creating Daily Work Summary Group,Palun lubage enne sissetuleva konto sisselogimist enne igapäevase töö kokkuvõtte grupi loomist
6244DocType: Assessment Result,Total Score,punkte kokku
Frappe PR Bot748c0242018-06-21 10:34:28 +05306245DocType: Crop Cycle,ISO 8601 standard,ISO 8601 standard
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306246DocType: Journal Entry,Debit Note,Võlateate
Frappe PR Bot59a2a652018-04-12 13:36:55 +05306247apps/erpnext/erpnext/erpnext_integrations/doctype/woocommerce_settings/woocommerce_settings.py +102,Please enter API Consumer Secret,Palun sisestage API tarbija saladus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306248DocType: Stock Entry,As per Stock UOM,Nagu iga Stock UOM
6249apps/erpnext/erpnext/stock/doctype/batch/batch_list.js +7,Not Expired,Ole lõppenud
6250apps/erpnext/erpnext/regional/report/fichier_des_ecritures_comptables_[fec]/fichier_des_ecritures_comptables_[fec].py +49,ValidDate,Kehtiv kuupäev
6251DocType: Student Log,Achievement,Saavutus
Frappe PR Bot748c0242018-06-21 10:34:28 +05306252DocType: Asset,Insurer,Kindlustusandja
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306253DocType: Batch,Source Document Type,Allikas Dokumendi tüüp
6254apps/erpnext/erpnext/education/doctype/course_scheduling_tool/course_scheduling_tool.js +24,Following course schedules were created,Pärast kursuse ajakava loodi
Frappe PR Bot748c0242018-06-21 10:34:28 +05306255DocType: Employee Onboarding,Employee Onboarding,Töötaja pardal
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306256DocType: Journal Entry,Total Debit,Kokku Deebet
Frappe PR Bot748c0242018-06-21 10:34:28 +05306257DocType: Travel Request Costing,Sponsored Amount,Sponsoreeritud summa
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306258DocType: Manufacturing Settings,Default Finished Goods Warehouse,Vaikimisi valmistoodangu ladu
Frappe PR Bot748c0242018-06-21 10:34:28 +05306259apps/erpnext/erpnext/healthcare/doctype/consultation/consultation.js +112,Please select Patient,Palun vali patsient
Frappe PR Botb2a64d62018-05-16 10:46:11 +05306260apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +74,Sales Person,Sales Person
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306261DocType: Hotel Room Package,Amenities,Lisavõimalused
Frappe PR Bot748c0242018-06-21 10:34:28 +05306262apps/erpnext/erpnext/config/accounts.py +239,Budget and Cost Center,Eelarve ja Kulukeskus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306263apps/erpnext/erpnext/accounts/doctype/pos_profile/pos_profile.py +65,Multiple default mode of payment is not allowed,Mitu vaiketüüpi ei ole lubatud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306264,Appointment Analytics,Kohtumise analüüs
6265DocType: Vehicle Service,Half Yearly,Pooleaastane
6266DocType: Lead,Blog Subscriber,Blogi Subscriber
6267DocType: Guardian,Alternate Number,Alternate arv
6268DocType: Healthcare Settings,Consultations in valid days,Konsulteerimine kehtiva päeva jooksul
6269DocType: Assessment Plan Criteria,Maximum Score,Maksimaalne Score
6270apps/erpnext/erpnext/config/setup.py +83,Create rules to restrict transactions based on values.,"Loo reeglite piirata tehingud, mis põhinevad väärtustel."
6271DocType: Cash Flow Mapping Accounts,Cash Flow Mapping Accounts,Rahavoogude kaardistamise kontod
6272apps/erpnext/erpnext/education/report/student_and_guardian_contact_details/student_and_guardian_contact_details.py +49, Group Roll No,Group Roll nr
6273DocType: Batch,Manufacturing Date,Valmistamise kuupäev
6274apps/erpnext/erpnext/education/doctype/fee_schedule/fee_schedule_list.js +9,Fee Creation Failed,Tasu loomine ebaõnnestus
6275DocType: Opening Invoice Creation Tool,Create Missing Party,Loo kadunud poole
6276DocType: Student Group Creation Tool,Leave blank if you make students groups per year,"Jäta tühjaks, kui teete õpilast rühmade aastas"
6277DocType: HR Settings,"If checked, Total no. of Working Days will include holidays, and this will reduce the value of Salary Per Day","Kui see on märgitud, kokku ei. tööpäevade hulka puhkusereisid ja see vähendab väärtust Palk päevas"
Frappe PR Bot59a2a652018-04-12 13:36:55 +05306278apps/erpnext/erpnext/erpnext_integrations/doctype/woocommerce_settings/woocommerce_settings.js +25,"Apps using current key won't be able to access, are you sure?","Praeguse võtmega rakendused ei pääse juurde, kas olete kindel?"
Frappe PR Botb2a64d62018-05-16 10:46:11 +05306279DocType: Subscription Settings,Prorate,Prorate
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306280DocType: Purchase Invoice,Total Advance,Kokku Advance
Frappe PR Bot748c0242018-06-21 10:34:28 +05306281apps/erpnext/erpnext/healthcare/doctype/clinical_procedure_template/clinical_procedure_template.js +78,Change Template Code,Malli koodi muutmine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306282apps/erpnext/erpnext/education/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.,Term lõppkuupäev ei saa olla varasem tähtaeg Start Date. Palun paranda kuupäev ja proovi uuesti.
6283apps/erpnext/erpnext/crm/report/campaign_efficiency/campaign_efficiency.py +19,Quot Count,quot Krahv
Frappe PR Bot748c0242018-06-21 10:34:28 +05306284DocType: Bank Statement Transaction Entry,Bank Statement,Panga väljavõte
6285DocType: Employee Benefit Claim,Max Amount Eligible,Võimalik maksimaalne kogus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306286,BOM Stock Report,Bom Stock aruanne
6287DocType: Stock Reconciliation Item,Quantity Difference,Kogus Difference
6288DocType: Employee Advance,EA-,EA-
6289DocType: Opportunity Item,Basic Rate,Põhimäär
6290DocType: GL Entry,Credit Amount,Krediidi summa
6291DocType: Cheque Print Template,Signatory Position,allakirjutanu seisukoht
Frappe PR Botb2a64d62018-05-16 10:46:11 +05306292apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.js +182,Set as Lost,Määra Lost
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306293DocType: Timesheet,Total Billable Hours,Kokku tasustatavat tundi
Frappe PR Botb2a64d62018-05-16 10:46:11 +05306294DocType: Subscription,Number of days that the subscriber has to pay invoices generated by this subscription,"Päevade arv, mille jooksul tellija peab selle tellimuse kaudu koostatud arveid maksma"
Frappe PR Bot748c0242018-06-21 10:34:28 +05306295DocType: Employee Benefit Application Detail,Employee Benefit Application Detail,Töövõtja hüvitise taotlemise üksikasjad
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306296apps/erpnext/erpnext/accounts/print_format/payment_receipt_voucher/payment_receipt_voucher.html +4,Payment Receipt Note,Maksekviitung Märkus
6297apps/erpnext/erpnext/selling/doctype/customer/customer_dashboard.py +6,This is based on transactions against this Customer. See timeline below for details,See põhineb tehingute vastu Klient. Vaata ajakava allpool lähemalt
6298apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +162,Row {0}: Allocated amount {1} must be less than or equals to Payment Entry amount {2},Rida {0}: Eraldatud summa {1} peab olema väiksem või võrdne maksmine Entry summa {2}
6299DocType: Program Enrollment Tool,New Academic Term,Uus akadeemiline termin
6300,Course wise Assessment Report,Muidugi tark hindamisaruande
6301DocType: Purchase Invoice,Availed ITC State/UT Tax,Availed ITC riik / UT maks
6302DocType: Tax Rule,Tax Rule,Maksueeskiri
6303DocType: Selling Settings,Maintain Same Rate Throughout Sales Cycle,Säilitada sama kiirusega Kogu müügitsüklit
6304DocType: Manufacturing Settings,Plan time logs outside Workstation Working Hours.,Plaani aeg kajakad väljaspool Workstation tööaega.
Frappe PR Bot748c0242018-06-21 10:34:28 +05306305apps/erpnext/erpnext/healthcare/doctype/patient_appointment/patient_appointment.py +117,Dr {0} does not have a Physician Schedule. Add it in Physician master,Dr {0} ei ole arsti ajakava. Lisage see arsti kaptenisse
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306306apps/erpnext/erpnext/public/js/pos/pos.html +98,Customers in Queue,Kliendid järjekorda
6307DocType: Driver,Issuing Date,Väljaandmiskuupäev
Frappe PR Bot748c0242018-06-21 10:34:28 +05306308DocType: Procedure Prescription,Appointment Booked,Ametisse nimetamine on broneeritud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306309DocType: Student,Nationality,kodakondsus
6310apps/erpnext/erpnext/manufacturing/doctype/work_order/work_order.js +109,Submit this Work Order for further processing.,Esitage see töökorraldus edasiseks töötlemiseks.
6311,Items To Be Requested,"Esemed, mida tuleb taotleda"
6312DocType: Purchase Order,Get Last Purchase Rate,Võta Viimati ostmise korral
6313DocType: Company,Company Info,Firma Info
Frappe PR Bot748c0242018-06-21 10:34:28 +05306314apps/erpnext/erpnext/accounts/page/pos/pos.js +1393,Select or add new customer,Valige või lisage uus klient
6315apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.py +177,Cost center is required to book an expense claim,Kuluüksus on vaja broneerida kulu nõude
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306316apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +9,Application of Funds (Assets),Application of Funds (vara)
6317apps/erpnext/erpnext/hr/doctype/employee/employee_dashboard.py +6,This is based on the attendance of this Employee,See põhineb käimist selle töötaja
6318DocType: Assessment Result,Summary,Kokkuvõte
6319apps/erpnext/erpnext/education/doctype/student_attendance_tool/student_attendance_tool.js +112,Mark Attendance,Marki külastajate arv
Frappe PR Bot748c0242018-06-21 10:34:28 +05306320apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +555,Debit Account,Deebetsaldoga konto
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306321DocType: Fiscal Year,Year Start Date,Aasta alguskuupäev
Frappe PR Bot748c0242018-06-21 10:34:28 +05306322DocType: Additional Salary,Employee Name,Töötaja nimi
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306323DocType: Restaurant Order Entry Item,Restaurant Order Entry Item,Restorani tellimisseade
6324DocType: Purchase Invoice,Rounded Total (Company Currency),Ümardatud kokku (firma Valuuta)
Frappe PR Bot748c0242018-06-21 10:34:28 +05306325apps/erpnext/erpnext/accounts/doctype/account/account.py +98,Cannot covert to Group because Account Type is selected.,"Ei varjatud rühma, sest Konto tüüp on valitud."
6326apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +266,{0} {1} has been modified. Please refresh.,{0} {1} on muudetud. Palun värskenda.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306327DocType: Leave Block List,Stop users from making Leave Applications on following days.,Peatus kasutajad tegemast Jäta Rakendused järgmistel päevadel.
6328DocType: Asset Maintenance Team,Maintenance Team Members,Hooldus meeskonna liikmed
Frappe PR Bot748c0242018-06-21 10:34:28 +05306329apps/erpnext/erpnext/accounts/report/asset_depreciation_ledger/asset_depreciation_ledger.py +71,Purchase Amount,ostusummast
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306330apps/erpnext/erpnext/buying/doctype/request_for_quotation/request_for_quotation.py +261,Supplier Quotation {0} created,Tarnija Tsitaat {0} loodud
Frappe PR Bot748c0242018-06-21 10:34:28 +05306331apps/erpnext/erpnext/accounts/report/financial_statements.py +104,End Year cannot be before Start Year,End Aasta ei saa enne Start Aasta
6332DocType: Employee Benefit Application,Employee Benefits,Töövõtjate hüvitised
6333apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +266,Packed quantity must equal quantity for Item {0} in row {1},Pakitud kogus peab olema võrdne koguse Punkt {0} järjest {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306334DocType: Work Order,Manufactured Qty,Toodetud Kogus
Frappe PR Bot748c0242018-06-21 10:34:28 +05306335apps/erpnext/erpnext/accounts/doctype/share_transfer/share_transfer.py +79,The shares don't exist with the {0},Aktsiaid ei ole olemas {0}
6336DocType: Sales Partner Type,Sales Partner Type,Müügipartneritüüp
6337DocType: Shopify Webhook Detail,Webhook ID,Webhooki ID
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306338apps/erpnext/erpnext/restaurant/doctype/restaurant_order_entry/restaurant_order_entry.py +64,Invoice Created,Arve loodud
6339DocType: Asset,Out of Order,Korrast ära
6340DocType: Purchase Receipt Item,Accepted Quantity,Aktsepteeritud Kogus
6341DocType: Projects Settings,Ignore Workstation Time Overlap,Ignoreeri tööjaama kattumist
Frappe PR Bot748c0242018-06-21 10:34:28 +05306342apps/erpnext/erpnext/hr/doctype/employee/employee.py +254,Please set a default Holiday List for Employee {0} or Company {1},Palun Algsete Holiday nimekiri Töötajaportaali {0} või ettevõtte {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306343apps/erpnext/erpnext/accounts/party.py +30,{0}: {1} does not exists,{0}: {1} pole olemas
Frappe PR Bot748c0242018-06-21 10:34:28 +05306344apps/erpnext/erpnext/public/js/utils/serial_no_batch_selector.js +78,Select Batch Numbers,Valige partiinumbritele
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306345apps/erpnext/erpnext/config/accounts.py +12,Bills raised to Customers.,Arveid tõstetakse klientidele.
6346apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +26,Project Id,Project Id
Frappe PR Bot748c0242018-06-21 10:34:28 +05306347DocType: Salary Component,Variable Based On Taxable Salary,Muutuja maksustatava palga alusel
6348apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +573,Row No {0}: Amount cannot be greater than Pending Amount against Expense Claim {1}. Pending Amount is {2},Rea nr {0}: summa ei saa olla suurem kui Kuni summa eest kuluhüvitussüsteeme {1}. Kuni Summa on {2}
6349DocType: Clinical Procedure Template,Medical Administrator,Meditsiiniline administraator
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306350DocType: Assessment Plan,Schedule,Graafik
6351DocType: Account,Parent Account,Parent konto
Frappe PR Bot748c0242018-06-21 10:34:28 +05306352apps/erpnext/erpnext/public/js/utils/serial_no_batch_selector.js +297,Available,saadaval
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306353DocType: Quality Inspection Reading,Reading 3,Lugemine 3
6354DocType: Stock Entry,Source Warehouse Address,Allika Warehouse Aadress
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306355DocType: GL Entry,Voucher Type,Voucher Type
Frappe PR Bot748c0242018-06-21 10:34:28 +05306356apps/erpnext/erpnext/accounts/page/pos/pos.js +1725,Price List not found or disabled,Hinnakiri ei leitud või puudega
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306357DocType: Student Applicant,Approved,Kinnitatud
6358apps/erpnext/erpnext/public/js/pos/pos_selected_item.html +15,Price,Hind
Frappe PR Bot748c0242018-06-21 10:34:28 +05306359apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +311,Employee relieved on {0} must be set as 'Left',Töötaja vabastati kohta {0} tuleb valida &#39;Vasak&#39;
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306360DocType: Hub Settings,Last Sync On,Viimane sünkroonimine on sisse lülitatud
6361DocType: Guardian,Guardian,hooldaja
6362DocType: Item Alternative,Item Alternative,Üksuse alternatiiv
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306363DocType: Opening Invoice Creation Tool,Create missing customer or supplier.,Loo kadunud klient või tarnija.
6364apps/erpnext/erpnext/hr/doctype/appraisal/appraisal.py +42,Appraisal {0} created for Employee {1} in the given date range,Hinnang {0} loodud Töötaja {1} antud ajavahemikus
6365DocType: Academic Term,Education,Haridus
6366apps/erpnext/erpnext/public/js/pos/pos.html +89,Del,del
6367DocType: Selling Settings,Campaign Naming By,Kampaania nimetamine By
6368DocType: Employee,Current Address Is,Praegune aadress
6369apps/erpnext/erpnext/utilities/user_progress.py +51,Monthly Sales Target (,Kuu müügi siht (
6370DocType: Physician Service Unit Schedule,Physician Service Unit Schedule,Arsti teenindusüksuse ajakava
6371apps/erpnext/erpnext/templates/includes/projects/project_tasks.html +9,modified,modifitseeritud
Frappe PR Bot748c0242018-06-21 10:34:28 +05306372DocType: Travel Request,Identification Document Number,Identifitseerimisdokumendi number
6373apps/erpnext/erpnext/accounts/doctype/account/account_tree.js +41,"Optional. Sets company's default currency, if not specified.","Valikuline. Lavakujundus ettevõtte default valuutat, kui ei ole täpsustatud."
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306374DocType: Sales Invoice,Customer GSTIN,Kliendi GSTIN
6375DocType: Crop Cycle,List of diseases detected on the field. When selected it'll automatically add a list of tasks to deal with the disease ,"Valdkonnas tuvastatud haiguste loetelu. Kui see on valitud, lisab see haigusjuhtumite loendisse automaatselt nimekirja"
Frappe PR Bot748c0242018-06-21 10:34:28 +05306376apps/erpnext/erpnext/healthcare/doctype/healthcare_service_unit/healthcare_service_unit.js +29,This is a root healthcare service unit and cannot be edited.,See on root-tervishoiuteenuse üksus ja seda ei saa muuta.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306377DocType: Asset Repair,Repair Status,Remondi olek
6378apps/erpnext/erpnext/config/accounts.py +67,Accounting journal entries.,Raamatupidamine päevikukirjete.
Frappe PR Bot748c0242018-06-21 10:34:28 +05306379DocType: Travel Request,Travel Request,Reisi taotlus
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306380DocType: Delivery Note Item,Available Qty at From Warehouse,Saadaval Kogus kell laost
Frappe PR Botb2a64d62018-05-16 10:46:11 +05306381apps/erpnext/erpnext/hr/doctype/department_approver/department_approver.py +17,Please select Employee Record first.,Palun valige Töötaja Record esimene.
Frappe PR Bot748c0242018-06-21 10:34:28 +05306382apps/erpnext/erpnext/hr/doctype/attendance_request/attendance_request.py +52,Attendance not submitted for {0} as it is a Holiday.,"Osalemine pole esitatud {0} jaoks, kuna see on puhkus."
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306383DocType: POS Profile,Account for Change Amount,Konto muutuste summa
Frappe PR Bot748c0242018-06-21 10:34:28 +05306384DocType: Exchange Rate Revaluation,Total Gain/Loss,Kasumi / kahjumi kogusumma
6385apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +1015,Invalid Company for Inter Company Invoice.,Ettevõtte arvele sobimatu ettevõte.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306386DocType: Purchase Invoice,input service,sisendteenus
Frappe PR Bot748c0242018-06-21 10:34:28 +05306387apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +249,Row {0}: Party / Account does not match with {1} / {2} in {3} {4},Row {0}: Pidu / konto ei ühti {1} / {2} on {3} {4}
6388DocType: Employee Promotion,Employee Promotion,Töötajate edendamine
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306389DocType: Maintenance Team Member,Maintenance Team Member,Hooldus meeskonna liige
6390DocType: Agriculture Analysis Criteria,Soil Analysis,Mullanalüüs
6391apps/erpnext/erpnext/education/report/course_wise_assessment_report/course_wise_assessment_report.html +13,Course Code: ,Kursuse kood:
Frappe PR Botb2a64d62018-05-16 10:46:11 +05306392apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +241,Please enter Expense Account,Palun sisestage ärikohtumisteks
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306393DocType: Account,Stock,Varu
Frappe PR Bot748c0242018-06-21 10:34:28 +05306394apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.js +1093,"Row #{0}: Reference Document Type must be one of Purchase Order, Purchase Invoice or Journal Entry",Rida # {0}: Reference Document Type peab olema üks ostutellimustest ostuarve või päevikusissekanne
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306395DocType: Employee,Current Address,Praegune aadress
6396DocType: Item,"If item is a variant of another item then description, image, pricing, taxes etc will be set from the template unless explicitly specified","Kui objekt on variant teise elemendi siis kirjeldus, pilt, hind, maksud jne seatakse malli, kui ei ole märgitud"
6397DocType: Serial No,Purchase / Manufacture Details,Ostu / Tootmine Detailid
6398DocType: Assessment Group,Assessment Group,Hinnang Group
6399apps/erpnext/erpnext/config/stock.py +333,Batch Inventory,Partii Inventory
Frappe PR Bot748c0242018-06-21 10:34:28 +05306400DocType: Procedure Prescription,Procedure Name,Menetluse nimi
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306401DocType: Employee,Contract End Date,Leping End Date
6402DocType: Sales Order,Track this Sales Order against any Project,Jälgi seda Sales Order igasuguse Project
Frappe PR Bot748c0242018-06-21 10:34:28 +05306403DocType: Bank Statement Transaction Entry,Bank Statement Transaction Entry,Pangatähtede tehingu sissekanne
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306404DocType: Sales Invoice Item,Discount and Margin,Soodus ja Margin
6405DocType: Lab Test,Prescription,Retsept
Frappe PR Bot748c0242018-06-21 10:34:28 +05306406DocType: Company,Default Deferred Revenue Account,Vaikimisi edasilükkunud tulu konto
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306407DocType: Project,Second Email,Teine e-post
Frappe PR Bot748c0242018-06-21 10:34:28 +05306408DocType: Budget,Action if Annual Budget Exceeded on Actual,"Tegevus, kui aastaeelarve ületati tegelikust"
6409apps/erpnext/erpnext/healthcare/doctype/patient_appointment/patient_appointment.js +126,Not Available,Pole saadaval
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306410DocType: Pricing Rule,Min Qty,Min Kogus
Frappe PR Bot748c0242018-06-21 10:34:28 +05306411apps/erpnext/erpnext/healthcare/doctype/clinical_procedure_template/clinical_procedure_template.js +41,Disable Template,Malli keelamine
6412DocType: Bank Statement Transaction Invoice Item,Transaction Date,Tehingu kuupäev
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306413DocType: Production Plan Item,Planned Qty,Planeeritud Kogus
Frappe PR Bot748c0242018-06-21 10:34:28 +05306414DocType: Company,Date of Incorporation,Liitumise kuupäev
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306415apps/erpnext/erpnext/accounts/report/purchase_register/purchase_register.py +121,Total Tax,Kokku maksu-
Frappe PR Bot748c0242018-06-21 10:34:28 +05306416apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +246,For Quantity (Manufactured Qty) is mandatory,Sest Kogus (Toodetud Kogus) on kohustuslik
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306417DocType: Stock Entry,Default Target Warehouse,Vaikimisi Target Warehouse
6418DocType: Purchase Invoice,Net Total (Company Currency),Net kokku (firma Valuuta)
6419apps/erpnext/erpnext/education/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.,Aasta lõpu kuupäev ei saa olla varasem kui alguskuupäev. Palun paranda kuupäev ja proovi uuesti.
Frappe PR Bot748c0242018-06-21 10:34:28 +05306420apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +285,{0} is not in Optional Holiday List,{0} ei ole vabatahtlik puhkuse nimekiri
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306421DocType: Notification Control,Purchase Receipt Message,Ostutšekk Message
6422DocType: BOM,Scrap Items,Vanametalli Esemed
6423DocType: Work Order,Actual Start Date,Tegelik Start Date
6424DocType: Sales Order,% of materials delivered against this Sales Order,% Materjalidest tarnitud vastu Sales Order
6425apps/erpnext/erpnext/config/manufacturing.py +18,Generate Material Requests (MRP) and Work Orders.,Loo materiaalsed taotlused (MRP) ja töökorraldused.
6426apps/erpnext/erpnext/accounts/doctype/pos_profile/pos_profile.py +62,Set default mode of payment,Määrake makseviisi vaikimisi
6427DocType: Grant Application,Withdrawn,Peatatud
6428DocType: Hub Settings,Hub Settings,Hub Seaded
Frappe PR Bot748c0242018-06-21 10:34:28 +05306429DocType: Support Search Source,Support Search Source,Toetage otsingu allika
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306430DocType: Project,Gross Margin %,Gross Margin%
6431DocType: BOM,With Operations,Mis Operations
Frappe PR Bot748c0242018-06-21 10:34:28 +05306432DocType: Support Search Source,Post Route Key List,Postitage marsruudi võti
6433apps/erpnext/erpnext/accounts/party.py +271,Accounting entries have already been made in currency {0} for company {1}. Please select a receivable or payable account with currency {0}.,Raamatupidamise kanded on tehtud juba valuuta {0} ja ettevõtete {1}. Palun valige saadaoleva või maksmisele konto valuuta {0}.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306434DocType: Asset,Is Existing Asset,Kas Olemasolevad Asset
Frappe PR Bot748c0242018-06-21 10:34:28 +05306435DocType: Salary Component,Statistical Component,Statistilised Component
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306436DocType: Warranty Claim,If different than customer address,Kui teistsugune kui klient aadress
6437DocType: Purchase Invoice,Without Payment of Tax,Maksu tasumata
6438DocType: BOM Operation,BOM Operation,Bom operatsiooni
6439apps/erpnext/erpnext/config/stock.py +145,Fulfilment,Täitmine
6440DocType: Purchase Taxes and Charges,On Previous Row Amount,On eelmise rea summa
6441DocType: Item,Has Expiry Date,On aegumiskuupäev
Frappe PR Bot748c0242018-06-21 10:34:28 +05306442apps/erpnext/erpnext/assets/doctype/asset/asset.js +332,Transfer Asset,Transfer Asset
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306443DocType: POS Profile,POS Profile,POS profiili
6444DocType: Training Event,Event Name,sündmus Nimi
6445DocType: Physician,Phone (Office),Telefon (kontor)
Frappe PR Bot748c0242018-06-21 10:34:28 +05306446apps/erpnext/erpnext/controllers/buying_controller.py +738,"Following item {items} {verb} not marked as {message} item.\
6447 You can enable them as {message} item from its Item master","Üksuse {items} {verb} järel, mis ei ole märgitud {message} elemendiks. Saate lubada neid elemendi {master} {message} elemendina"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306448apps/erpnext/erpnext/hooks.py +151,Admission,sissepääs
6449apps/erpnext/erpnext/education/doctype/student_admission/student_admission.py +29,Admissions for {0},Kordadega {0}
Frappe PR Bot748c0242018-06-21 10:34:28 +05306450apps/erpnext/erpnext/config/accounts.py +263,"Seasonality for setting budgets, targets etc.","Hooajalisus jaoks eelarveid, eesmärgid jms"
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306451DocType: Supplier Scorecard Scoring Variable,Variable Name,Muutuja Nimi
Frappe PR Bot748c0242018-06-21 10:34:28 +05306452apps/erpnext/erpnext/stock/get_item_details.py +154,"Item {0} is a template, please select one of its variants","Punkt {0} on mall, valige palun üks selle variandid"
6453apps/erpnext/erpnext/hr/doctype/salary_structure_assignment/salary_structure_assignment.py +24,From Date {0} cannot be before employee's joining Date {1},Alates Kuupäevast {0} ei saa olla enne töötaja liitumist Kuupäev {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306454DocType: Asset,Asset Category,Põhivarakategoori
Frappe PR Bot748c0242018-06-21 10:34:28 +05306455apps/erpnext/erpnext/hr/doctype/salary_structure/salary_structure.py +20,Net pay cannot be negative,Netopalk ei tohi olla negatiivne
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306456DocType: Purchase Order,Advance Paid,Advance Paide
Frappe PR Bot748c0242018-06-21 10:34:28 +05306457DocType: Manufacturing Settings,Overproduction Percentage For Sales Order,Ületootmise protsent müügi tellimuse jaoks
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306458DocType: Item,Item Tax,Punkt Maksu-
Frappe PR Bot748c0242018-06-21 10:34:28 +05306459apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +888,Material to Supplier,Materjal Tarnija
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306460DocType: Soil Texture,Loamy Sand,Loamy Liiv
6461DocType: Production Plan,Material Request Planning,Materjalitaotluse planeerimine
Frappe PR Bot748c0242018-06-21 10:34:28 +05306462apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.js +700,Excise Invoice,Aktsiisi Arve
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306463apps/erpnext/erpnext/education/doctype/grading_scale/grading_scale.py +16,Treshold {0}% appears more than once,Lävepakk {0}% esineb enam kui ühel
6464DocType: Expense Claim,Employees Email Id,Töötajad Post Id
6465DocType: Employee Attendance Tool,Marked Attendance,Märkimisväärne osavõtt
Frappe PR Bot748c0242018-06-21 10:34:28 +05306466apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +145,Current Liabilities,Lühiajalised kohustused
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306467apps/erpnext/erpnext/public/js/projects/timer.js +138,Timer exceeded the given hours.,Taimer ületas antud tundide arvu.
Frappe PR Bot748c0242018-06-21 10:34:28 +05306468apps/erpnext/erpnext/config/selling.py +303,Send mass SMS to your contacts,Saada mass SMS oma kontaktid
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306469DocType: Patient,A Positive,Positiivne
6470DocType: Program,Program Name,programmi nimi
6471DocType: Purchase Taxes and Charges,Consider Tax or Charge for,"Mõtle maksu, sest"
6472DocType: Driver,Driving License Category,Juhiloa kategooria
6473apps/erpnext/erpnext/regional/report/fichier_des_ecritures_comptables_[fec]/fichier_des_ecritures_comptables_[fec].py +158,No Reference,Viide puudub
6474apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +57,Actual Qty is mandatory,Tegelik Kogus on kohustuslikuks
Frappe PR Bot748c0242018-06-21 10:34:28 +05306475apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.py +93,"{0} currently has a {1} Supplier Scorecard standing, and Purchase Orders to this supplier should be issued with caution.",{0} praegu on tarnija tulemuskaart {1} ja selle tarnija ostutellimused peaksid olema ettevaatlikud.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306476DocType: Asset Maintenance Team,Asset Maintenance Team,Varahalduse meeskond
Frappe PR Botb2a64d62018-05-16 10:46:11 +05306477apps/erpnext/erpnext/setup/default_success_action.py +13,{0} has been submitted successfully,{0} on edukalt edastatud
6478DocType: Loan,Loan Type,laenu liik
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306479DocType: Scheduling Tool,Scheduling Tool,Ajastus Tool
Frappe PR Bot748c0242018-06-21 10:34:28 +05306480apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +156,Credit Card,Krediitkaart
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306481DocType: BOM,Item to be manufactured or repacked,Punkt tuleb toota või ümber
Frappe PR Bot748c0242018-06-21 10:34:28 +05306482apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +734,Syntax error in condition: {0},Süntaksiviga tingimusel: {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306483DocType: Employee Education,Major/Optional Subjects,Major / Valik
Frappe PR Bot748c0242018-06-21 10:34:28 +05306484apps/erpnext/erpnext/accounts/doctype/opening_invoice_creation_tool/opening_invoice_creation_tool.py +125,Please Set Supplier Group in Buying Settings.,Palun määrake seaded ostjate grupile.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306485DocType: Sales Invoice Item,Drop Ship,Drop Laev
6486DocType: Driver,Suspended,Peatatud
6487DocType: Training Event,Attendees,Osavõtjad
6488DocType: Employee,"Here you can maintain family details like name and occupation of parent, spouse and children","Siin saate säilitada pere detailid nagu nimi ja amet vanem, abikaasa ja lapsed"
6489DocType: Academic Term,Term End Date,Term End Date
6490DocType: Purchase Invoice,Taxes and Charges Deducted (Company Currency),Maksude ja tasude maha (firma Valuuta)
6491DocType: Item Group,General Settings,General Settings
6492apps/erpnext/erpnext/setup/doctype/currency_exchange/currency_exchange.py +23,From Currency and To Currency cannot be same,Siit Valuuta ja valuuta ei saa olla sama
Frappe PR Bot748c0242018-06-21 10:34:28 +05306493DocType: Taxable Salary Slab,Percent Deduction,Väljamakse protsentides
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306494DocType: Stock Entry,Repack,Pakkige
6495apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +6,You must Save the form before proceeding,Sa pead Säästa kujul enne jätkamist
6496apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.js +113,Please select the Company first,Palun vali kõigepealt firma
6497DocType: Item Attribute,Numeric Values,Arvväärtuste
6498apps/erpnext/erpnext/public/js/setup_wizard.js +56,Attach Logo,Kinnita Logo
6499apps/erpnext/erpnext/stock/doctype/batch/batch.js +51,Stock Levels,varude
6500DocType: Customer,Commission Rate,Komisjonitasu määr
Frappe PR Bot748c0242018-06-21 10:34:28 +05306501apps/erpnext/erpnext/accounts/doctype/bank_statement_transaction_entry/bank_statement_transaction_entry.py +234,Successfully created payment entries,Makse kirjed on edukalt loodud
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306502apps/erpnext/erpnext/buying/doctype/supplier_scorecard/supplier_scorecard.py +187,Created {0} scorecards for {1} between: ,Loodud {0} tulemuskaardid {1} vahel:
Frappe PR Bot748c0242018-06-21 10:34:28 +05306503apps/erpnext/erpnext/stock/doctype/item/item.js +559,Make Variant,Tee Variant
6504apps/erpnext/erpnext/accounts/doctype/payment_entry/payment_entry.py +156,"Payment Type must be one of Receive, Pay and Internal Transfer","Makse tüüp peab olema üks vastuvõtmine, palk ja Internal Transfer"
6505DocType: Travel Itinerary,Preferred Area for Lodging,Eelistatud ala majutamiseks
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306506apps/erpnext/erpnext/config/selling.py +184,Analytics,Analytics
6507apps/erpnext/erpnext/templates/includes/cart/cart_dropdown.html +25,Cart is Empty,Ostukorv on tühi
6508DocType: Vehicle,Model,mudel
6509DocType: Work Order,Actual Operating Cost,Tegelik töökulud
6510DocType: Payment Entry,Cheque/Reference No,Tšekk / Viitenumber
6511DocType: Soil Texture,Clay Loam,Clay Loam
Frappe PR Bot748c0242018-06-21 10:34:28 +05306512apps/erpnext/erpnext/accounts/doctype/account/account.py +83,Root cannot be edited.,Juur ei saa muuta.
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306513DocType: Item,Units of Measure,Mõõtühikud
Frappe PR Bot748c0242018-06-21 10:34:28 +05306514DocType: Employee Tax Exemption Declaration,Rented in Metro City,Renditud Metro City
6515DocType: Supplier,Default Tax Withholding Config,Default Tax Withholding Config
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306516DocType: Manufacturing Settings,Allow Production on Holidays,Laske Production Holidays
6517DocType: Sales Invoice,Customer's Purchase Order Date,Kliendi ostutellimuse kuupäev
Frappe PR Bot748c0242018-06-21 10:34:28 +05306518apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +173,Capital Stock,Aktsiakapitali
6519DocType: Company,Default Finance Book,Vaikimisi rahandusraamat
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306520DocType: Shopping Cart Settings,Show Public Attachments,Näita avalikud failid
6521DocType: Packing Slip,Package Weight Details,Pakendi kaal Üksikasjad
Frappe PR Bot748c0242018-06-21 10:34:28 +05306522DocType: Leave Type,Is Compensatory,On kompenseeriv
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306523DocType: Restaurant Reservation,Reservation Time,Reserveerimise aeg
6524DocType: Payment Gateway Account,Payment Gateway Account,Payment Gateway konto
6525DocType: Shopping Cart Settings,After payment completion redirect user to selected page.,Pärast makse lõpetamist suunata kasutaja valitud leheküljele.
6526DocType: Company,Existing Company,olemasolevad Company
6527DocType: Healthcare Settings,Result Emailed,Tulemus saadetakse e-postiga
Frappe PR Bot748c0242018-06-21 10:34:28 +05306528apps/erpnext/erpnext/controllers/buying_controller.py +92,"Tax Category has been changed to ""Total"" because all the Items are non-stock items","Maksu- Kategooria on muudetud &quot;Kokku&quot;, sest kõik valikud on mitte-stock asjade"
6529apps/erpnext/erpnext/hr/doctype/leave_period/leave_period.py +65,To date can not be equal or less than from date,Praeguseks ei saa olla võrdne või väiksem kuupäevast
6530apps/erpnext/erpnext/hr/doctype/employee_promotion/employee_promotion.js +118,Nothing to change,Miski ei muutu
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306531apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.py +103,Please select a csv file,Palun valige csv faili
6532DocType: Student Leave Application,Mark as Present,Märgi olevik
6533DocType: Supplier Scorecard,Indicator Color,Indikaatori värv
6534DocType: Purchase Order,To Receive and Bill,Saada ja Bill
Frappe PR Bot748c0242018-06-21 10:34:28 +05306535apps/erpnext/erpnext/controllers/buying_controller.py +661,Row #{0}: Reqd by Date cannot be before Transaction Date,Rida # {0}: Reqd kuupäeva järgi ei saa olla enne Tehingu kuupäeva
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306536apps/erpnext/erpnext/templates/pages/home.html +14,Featured Products,Soovitatavad tooted
Frappe PR Bot748c0242018-06-21 10:34:28 +05306537apps/erpnext/erpnext/assets/doctype/asset/asset.js +349,Select Serial No,Valige seerianumber
6538apps/erpnext/erpnext/setup/setup_wizard/operations/install_fixtures.py +124,Designer,Projekteerija
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306539apps/erpnext/erpnext/config/selling.py +163,Terms and Conditions Template,Tingimused Mall
6540DocType: Serial No,Delivery Details,Toimetaja detailid
Frappe PR Bot748c0242018-06-21 10:34:28 +05306541apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +563,Cost Center is required in row {0} in Taxes table for type {1},Cost Center on vaja järjest {0} maksude tabel tüüp {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306542DocType: Program,Program Code,programmi kood
6543DocType: Terms and Conditions,Terms and Conditions Help,Tingimused Abi
6544,Item-wise Purchase Register,Punkt tark Ostu Registreeri
6545DocType: Driver,Expiry Date,Aegumisaja
6546DocType: Healthcare Settings,Employee name and designation in print,Töötaja nimi ja nimetus prinditud kujul
6547,accounts-browser,kontode brauser
Frappe PR Botb2a64d62018-05-16 10:46:11 +05306548apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +370,Please select Category first,Palun valige kategooria esimene
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306549apps/erpnext/erpnext/config/projects.py +13,Project master.,Projekti kapten.
Frappe PR Bot748c0242018-06-21 10:34:28 +05306550apps/erpnext/erpnext/controllers/status_updater.py +215,"To allow over-billing or over-ordering, update ""Allowance"" in Stock Settings or the Item.","Et võimaldada üle-arvete või üle-tellimine, uuendada &quot;toetus&quot; Stock seaded või toode."
6551DocType: Contract,Contract Terms,Lepingutingimused
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306552DocType: Global Defaults,Do not show any symbol like $ etc next to currencies.,Ära näita tahes sümbol nagu $ jne kõrval valuutades.
Frappe PR Bot748c0242018-06-21 10:34:28 +05306553apps/erpnext/erpnext/hr/doctype/employee_benefit_application/employee_benefit_application.py +86,Maximum benefit amount of component {0} exceeds {1},Komponendi {0} maksimaalne hüvitise summa ületab {1}
6554apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +536, (Half Day),(Pool päeva)
6555apps/erpnext/erpnext/hr/doctype/salary_structure_assignment/salary_structure_assignment.py +61,Active Salary Structure Assignment {0} found for employee {1} for the given dates,Teatud kuupäevadel leidis töötaja {1} aktiivne palgastruktuuriülesanne {0}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306556DocType: Payment Term,Credit Days,Krediidi päeva
6557apps/erpnext/erpnext/healthcare/doctype/lab_test/lab_test.js +145,Please select Patient to get Lab Tests,Palun valige laboratsete testide saamiseks patsient
6558apps/erpnext/erpnext/utilities/activation.py +128,Make Student Batch,Tee Student Partii
6559DocType: Fee Schedule,FRQ.,FRQ.
6560DocType: Leave Type,Is Carry Forward,Kas kanda
Frappe PR Bot748c0242018-06-21 10:34:28 +05306561apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +890,Get Items from BOM,Võta Kirjed Bom
6562apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +41,Lead Time Days,Ooteaeg päeva
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306563DocType: Cash Flow Mapping,Is Income Tax Expense,Kas tulumaksukulu
Frappe PR Bot748c0242018-06-21 10:34:28 +05306564apps/erpnext/erpnext/controllers/accounts_controller.py +650,Row #{0}: Posting Date must be same as purchase date {1} of asset {2},Rida # {0}: Postitamise kuupäev peab olema sama ostu kuupäevast {1} vara {2}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306565DocType: Program Enrollment,Check this if the Student is residing at the Institute's Hostel.,"Märgi see, kui õpilane on elukoht instituudi Hostel."
6566apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +125,Please enter Sales Orders in the above table,Palun sisesta müügitellimuste ülaltoodud tabelis
6567,Stock Summary,Stock kokkuvõte
Frappe PR Bot748c0242018-06-21 10:34:28 +05306568apps/erpnext/erpnext/config/assets.py +62,Transfer an asset from one warehouse to another,Transfer vara ühest laost teise
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306569DocType: Vehicle,Petrol,bensiin
6570apps/erpnext/erpnext/config/learn.py +217,Bill of Materials,Materjaliandmik
Frappe PR Bot748c0242018-06-21 10:34:28 +05306571apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +137,Row {0}: Party Type and Party is required for Receivable / Payable account {1},Row {0}: Party tüüp ja partei on vajalik laekumata / maksmata konto {1}
6572DocType: Employee,Leave Policy,Jäta poliitika välja
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306573apps/erpnext/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py +94,Ref Date,Ref kuupäev
6574DocType: Employee,Reason for Leaving,Põhjus lahkumiseks
6575DocType: BOM Operation,Operating Cost(Company Currency),Ekspluatatsioonikulud (firma Valuuta)
Frappe PR Botb2a64d62018-05-16 10:46:11 +05306576DocType: Loan Application,Rate of Interest,Intressimäärast
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306577DocType: Expense Claim Detail,Sanctioned Amount,Sanktsioneeritud summa
6578DocType: Item,Shelf Life In Days,Riiulipäev päevades
6579DocType: GL Entry,Is Opening,Kas avamine
Frappe PR Botb2a64d62018-05-16 10:46:11 +05306580DocType: Department,Expense Approvers,Kulude heakskiitmine
Frappe PR Bot748c0242018-06-21 10:34:28 +05306581apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +228,Row {0}: Debit entry can not be linked with a {1},Row {0}: deebetkanne ei saa siduda koos {1}
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306582DocType: Journal Entry,Subscription Section,Tellimishind
Frappe PR Bot748c0242018-06-21 10:34:28 +05306583apps/erpnext/erpnext/accounts/doctype/account/account.py +179,Account {0} does not exist,Konto {0} ei ole olemas
Frappe PR Botdc0a92c2018-04-02 23:46:54 +05306584DocType: Training Event,Training Program,Koolitusprogramm
6585DocType: Account,Cash,Raha
6586DocType: Employee,Short biography for website and other publications.,Lühike elulugu kodulehel ja teistes väljaannetes.